﻿.alert {
    position: fixed;
    width: 100%;
    /* height: 10%; */
    text-align: center;
    bottom: 0;
    padding: 15px;
    margin-bottom: 0;
}

.alert-info {
    color: #895903;
    background-color: #faa56c;
    text-decoration: underline;
    color: #895903;
}

a.nav-link.fin {
    font-size: 13px !important;
}

.display-none {
    display: none;
}

.font-size-13 {
    font-size: 13px;
}

.visibility-hidden {
    visibility: hidden;
}

.font-weight-600 {
    font-weight: 600;
}

.mdl-cont {
    background-color: #FAEEE0;
    font-family: 'Montserrat', sans-serif;
}

.width-50px {
    width: 50px;
}
a.nav-link.fin {
    font-size: 13px !important;
}

#reportrange {
    background: #fff;
    cursor: pointer;
    padding: 5px 2px;
    border: 1px solid #ccc;
    float: left;
}

#selects {
    padding: 10px 0px 0px 5px;
    float: inherit;
}

    #selects select {
        background: #fff;
        cursor: pointer;
        border: 1px solid #ccc;
        height: 38px;
        width: 12%;
        text-align-last: center !important;
    }

    #selects input {
        background: #fff;
        border: 1px solid #ccc;
        height: 38px;
        width: 16%;
        text-align: center;
    }
.z-index-5 {
    z-index: 5;
}
.text-align-center {
    text-align: center;
}