html, body {
    height: 100%;
    width: 100%;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Raleway, Optima, Arial, sans-serif;;
    font-size: 13px !important;
    color: #555;
    position: relative;
}
body{
    margin-bottom: 40px;
    height: 100%;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
.header{
    padding: 15px 2px 10px 2px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 20px #cecece;
    /*background-color: #bdcad259;*/
    font-variant: petite-caps;
    font-size: 16px;
    /*color: #a6a9c3;*/
    text-align: center;
    /*background: url(data:image/gif;base64,R0lGODlhEAAQAMQAAORHHOVSKudfOulrSOp3WOyDZu6QdvCchPGolfO0o/XBs/fNwfjZ0frl3/zy7////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAkAABAALAAAAAAQABAAAAVVICSOZGlCQAosJ6mu7fiyZeKqNKToQGDsM8hBADgUXoGAiqhSvp5QAnQKGIgUhwFUYLCVDFCrKUE1lBavAViFIDlTImbKC5Gm2hB0SlBCBMQiB0UjIQA7)
    no-repeat
    left center;
    */
}
.logo{
    padding: 30px;
    display: block;
    background: url('../../images/logo.png');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 180px;
    height: auto;
}
.logo:hover{
    cursor: pointer;
}
.mc-logo{
    background: url('../../images/mc_logo.jpg') right center no-repeat;
    position: relative;
    background-size: 135px;
    padding: 25px 0 25px 0;
    margin: -25px 0;
    transition: 0.4s;
    display: block;
    float: right;
    width: 135px;
}
.mc-logo:hover{
    background-size: 140px;
}
.login-greeting{
    margin-top: -44px;
    padding-bottom: 15px;
    opacity: 0.4;
    font-size: 14px;
    font-variant: none;
    float: right;
}
.footer{
	position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 10px;
    /*background-color: #bdcad259;*/
    background-color: #1e2757;
    color: #FFF;
    /*color: #a6a9c3;*/
    text-align: center;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1) inset;
}
/* Inheritated from bootstrap4 */
.licenseDownloadLink{
    color: #007bff !important;
    text-decoration: none !important;
    background-color: transparent;
}
.licenseDownloadLink:hover{
    cursor: pointer;
    color: #0056b3 !important;
    text-decoration: underline !important;
}
/* DATABASES */
.file-box{
    padding: 6px;
    background-color: #eaeaea;
    border-radius: 10px;
    margin-bottom: 5px;
    border: 1px solid #e3e3e3d4;
    max-width: 180px;
}
.file-box:hover{
    /*background-color: #e3e3e3d4;*/
    background-color: #cdd7f1d4;
    cursor: pointer;
}
.file-box a{
    color: #808080 !important;
}
.file-name{
    font-size: 14px;
    font-weight: 600;
}
.file-date{
    font-size: 11px;
    font-weight: 300;
}
.newest{
    /*margin-left: -8px;*/
    background-color: #e0e7f9d4;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}
/*.dropdown{
    margin-left: 6px;
}
.dropdown-toggle{
    color: #548e90;
    font-size: 13px;
}
.dropdown-menu{
    min-width: 13rem;
    padding-left: 8px;
    line-height: 1.86;
    background-color: #eaeaea;
    box-shadow: 1px 1px 10px -3px;
    //border-radius: 4px;
}
.dropdown-menu:before{
    content: 'Extended M&S until:';
    //font-family: cursive;
    border-bottom: 1px solid;
}*/
.expired{
    color: #ca0000;
}
/*.li-expired:after{
    content: ' (Expired)';
}
.bottom-dashed{
    border-bottom: 1px dashed #c2c2c2;
}
.bottom-dashed:last-child{
    border: none;
}*/
.sub-category:before{
    content: "■";
    font-size: 11px;
    margin-right: 8px;
    color: #848484;
}