@charset "UTF-8";

@font-face {
    font-family: 'URWDIN-CDI';
    src: url('../fonts/URWDINCond-DemiItalic.woff') format('woff2'),
        url('../fonts/URWDINCond-DemiItalic.woff2') format('woff');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'URWDINCondW05';
    src: url('../fonts/URWDINCondW05-BlackItalic.woff2') format('woff2'),
        url('../fonts/URWDINCondW05-BlackItalic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Abel';
    src: url('../fonts/Abel-Regular.woff2') format('woff2'),
        url('../fonts/Abel-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Abel';
}
h1, h2, h3, h4{
    font-family: 'URWDIN-CDI';
    color: #24337A;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 400;
}
/*  ===  BOOTSTRAP OVERRIDES === */
.hidden{
    display: none !important;
}
.width-100{
    width: 100%;
}
.btn-primary-green{
    background-color: #24337A;
    border-color: #24337A;
    color: #ffffff;
    transition: 0.3s all ease;
    width: 100%;
}
.btn-primary-green:hover{
    background-color: #ffffff;
    border-color: #24337A;
    color: #24337A;
}
.btn-primary-green:focus{
    background-color: #24337A;
    border-color: #24337A;
    color: #ffffff;
}
.btn-primary-white{
    background-color: #ffffff;
    border-color: #24337A;
    color: #24337A;
    transition: 0.3s all ease;
    width: 100%;
}
.btn-primary-white:hover{
    background-color: #24337A;
    border-color: #24337A;
    color: #ffffff;
}
.btn-primary-white:focus{
    background-color: #ffffff;
    border-color: #24337A;
    color: #24337A;
}
/*  ===  INDEX === */
.index-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff !important;
}
.user_card {
    height: 600px;
    width: 1000px;
    margin-top: auto;
    margin-bottom: auto;
    background: #ffffff;
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
}
.brand_logo_container {
    position: absolute;
    height: 170px;
    width: 170px;
    top: -75px;
    border-radius: 50%;
    background: #fff;
    padding: 10px;
    text-align: center;
}
.brand_logo {
    height: auto;
    width: 130px;
    margin-top: 50px;
    margin-left: calc(50% - 65px);
}
form{
    width: 100%
}
.form_container {
    margin-top: 100px;
    padding: 40px;
}
.login_container {
    padding: 0 2rem;
}
.input-group-text {
    background: #24337A !important;
    color: white !important;
    border: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem !important;
}
.input_user, .input_pass {
}
.input_user, .input_pass:focus {
    box-shadow: none !important;
    outline: 0px !important;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #24337A !important;
}
#forgot-password-container{
    display: none;
}
#change-password-container{
    display: none;
}
#login-form{
    display: none;
}
#login-form-sidebar{
    background-color: #F2F2F2;
}
#login-form-badges{
    background-color: #EAEAEA;
}
.login-title{
    font-size: 60px;
    padding: 0px;
    margin-bottom: 30px;
}
.approved-text{
    font-size: 30px;
    padding: 0px;
    margin-bottom: 30px;
}
.badge-image{
    width: 100%;
    margin-top: 20%;
    padding: 10px;
}
/*  ===  LOGIN === */
.inputDnD .form-control-file {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 2.4em;
    outline: none;
    visibility: hidden;
    cursor: pointer;
    background-color: #006;
    box-shadow: 0 0 5px solid #006;
}
.inputDnD .form-control-file:before {
    content: attr(data-title);
    position: absolute;
    top: 0em;
    left: 0;
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 10pt;
    font-weight: bold;
    opacity: 1;
    visibility: visible;
    cursor: pointer;
    text-align: center;
    border: 0.1em dashed #ccc;
    border-radius: .25rem;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
}
.inputDnD .form-control-file:hover:before {
    border-style: solid #006;
    box-shadow: inset 0px 0px 2px 0.1em #1B2442;
}
.restrictedtd {
    max-width: 100px;
    overflow: hidden;
}
input[type=search] {
    border: 1px solid #ced4da;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.paginate_button {
    background-color: #000;
    border-color: #000;
    border-radius: .25rem;
    height: 38px;
    line-height: 38px;
    cursor: pointer;
    text-align: center;
    padding: 8px;
    margin: 1px;
    color: white !important;
    min-width: 160px;
    font-size: 9pt;
    transition: all ease 0.2s;
}
.paginate_button:hover {
    opacity: 0.8;
    
}
.dataTables_info {
    font-size: 9pt;
}
div.dataTables_wrapper {
        width: 1200px;
        margin: 0 auto;
}

/* == Mobile Views == */

@media only screen and (max-width: 991px) {
  
    .brand_logo{
        height: auto;
        width: 60px;
        margin-top: 10px;
        margin-left: calc(50% - 30px);
    }
    
}

@media only screen and (max-width: 767px) {
  
    #login-form-badges{
        display: none;
    }
    
}