html {
    font-size: 16px;
    position: relative;
    min-height: 100%;
}

body {
    /*margin-bottom: 60px;*/
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    opacity: 0.2;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("/img/cool-cms-loading.gif") center no-repeat #fff;
    /*background: rgba(0, 0, 0, 0.7);*/
    /* Dark semi-transparent background */
    display: none;
}

.fa-file-edit {
    color: #4285F4;
    font-size: 20px;
    cursor: pointer;
}

.fa-trash-alt {
    color: #EA4335;
    font-size: 20px;
    cursor: pointer;
}

.fa-calendar-alt {
    color: #1E3050;
    font-size: 20px;
    cursor: pointer;
}

.fa-eye {
    color: #34A853;
    font-size: 20px;
    cursor: pointer;
}

.fa-arrow-circle-left {
    color: #1E3050;
    font-size: 35px;
    cursor: pointer;
    float: left;
}

.alink {
    cursor: pointer;
    color: #4285F4;
    text-decoration: none;
    font-weight: bold;
}

.badge {
    font-size: 13px;
}

.footer-bottom {
    background: #222222;
    padding-top: 40px;
    padding-bottom: 10px;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.zlogo {
    max-width: 150px;
}

.btnlogin {
    background: #b41d20;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 130px !important;
    border: none;
    margin: 6px 0 50px 0;
    cursor: pointer;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 19px !important;
    font-family: open sans, sans-serif;
}

.btnlogin:hover {
    background: #ed1923;
    color: #ffffff !important;
}

.ltitle {
    color: #b41d20 !important;
    font-size: 30px !important;
}

.preview {
    background-color: #3195c6;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    padding: 12px;
    text-decoration: none;
    letter-spacing: 0.5px;
    border-radius: 3px;
}

.preview:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #31a3c6;
}

@media (min-width:1399px) {

    #mdl_FormElement .modal-dialog {
        max-width: 50%;
        margin: auto;
    }
}


@media screen and (max-width: 1399px) {

    #mdl_FormElement .modal-dialog {
        max-width: 50%;
        margin: auto;
    }
}


@media screen and (max-width: 1024px) {

    #mdl_FormElement .modal-dialog {
        max-width: 60%;
        margin: auto;
    }

    .zlogo {
        max-width: 120px;
    }

    .btnlogin {
        width: 110px !important;
        font-size: 17px !important;
        padding: 10.5px !important;
    }

    .ltitle {
        font-size: 25px !important;
    }


}

@media screen and (max-width:991px) {

    #mdl_FormElement .modal-dialog {
        max-width: 70%;
        margin: auto;
    }
}


@media (max-width: 767px) {
    #mdl_FormElement .modal-dialog {
        max-width: 80%;
        margin: auto;
    }

    .zlogo {
        max-width: 100px;
    }

    .btnlogin {
        width: 100px !important;
        font-size: 16px !important;
        padding: 9.5px !important;
    }

    .ltitle {
        font-size: 22px !important;
    }

    html {
        font-size: 14px;
    }


}

@media (max-width: 575px) {
    .preview {
        font-size: 14px;
    }
}

/* Dropdown submenu styles */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 6px 0 6px 6px;
}