a {
    text-decoration: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

body,
html {
    font-family: 'Montserrat', sans-serif;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    overflow-x: hidden;
}
body:not(.minimal){
    background: url(../img/receipts-1200.jpg) 50% 50%;
    background-size: cover;
}
.flex{
    display:flex;
}

select{
    -webkit-appearance:none;
}

nav a,
nav a:visited {
    color: white;
    margin: 3px;
}

.bold {
    font-weight: bold;
}

.light {
    font-weight: lighter;
}

#receipts {
    padding-top:15vh;
    height: 85vh;
    background: rgb(240,241,242,.9) ;
}

#receipts>div {
    display: flex;
    justify-content: center;
    align-items: center;
}


#receipts h2 {
    width: 90%;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
}

#receipts .options * {
    margin: 7px;
}



#receipts input,
select,
button {
    width: 270px;
    border-radius: 0;
    border: 1px solid #dcddde;
    padding: 12px;
}
#receiptselect{
    width:296px;
    background: white;
}

#receipts button {
    color: white;
    background: #003cff;
    width: 120px;
    text-transform: uppercase;
}

.datetimepicker {
    background: white;
    border: 1px solid lightgray;
    position: absolute;
    display: none;
}

.receipts_results>div {
    box-sizing: border-box;
    flex-grow: 1;
    width: 100%;
    padding: 0.8em 1.2em;
    overflow: hidden;
    list-style: none;
    border-bottom: solid 1px lightgray;
    background: fade(slategrey, 20%);
}


.helper_text{
    max-width: 650px;
}

#helper_text_readmore{
    display:none;
}

#readmore, #readmore:visited {
    color: #003cff;
    cursor: pointer;
}

#receipts #receipts_results_container {
    display: none;
    flex-direction: column;
    padding-bottom: 100px;
}

#receipts_results_container h3 {
    margin-top: 30px;
}


.receipts_results.t3cols {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 3em 0;
    padding: 0;
    width: 80%;
}

.receipts_results.t3cols>div {
    width: 33%;
}

.head {
    text-transform: uppercase;
}

footer {
    position: absolute;
    width:100%;
    bottom:0;
    background: #1D1D1D;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer a,
footer a:visited {
    margin: 10px;
    color: white;
}
