*{
    margin: 0;
    padding:0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
body{
    font-family: 'Raleway';
    font-size: 14px;
}
.Admin-login-form{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.AdminLogin{
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../Image/Login.jpg");
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url("../Image/Login.jpg");
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../Image/Login.jpg");
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px;  
}
.login-form{
    text-align: center;
    padding: 30px 20px 50px;
    background: -o-linear-gradient(300deg,#1B394D 45%,#2D9DA7 50%);
    background: linear-gradient(150deg,#1B394D 45%,#2D9DA7 50%);
    border-radius: 10px;
}
.login-form .login-form-title{
    color: #fff;
    font-size: 23px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 60px;
}

.form-Fill{
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 40%);
            box-shadow: 0 0 20px rgb(0 0 0 / 40%);
}
.form-Fill .form-icon{
    color: #fff;
    background-color: #1B394D;
    font-size: 75px;
    line-height: 92px;
    height: 90px;
    width: 90px;
    margin: -65px auto 10px;
    border-radius: 50%;
}
.form-Fill .form-group {
    margin: 0 0 10px;
    position: relative;
}
.form-Fill .form-group .input-icon {
    color: #1f579c;
    font-size: 23px;
    position: absolute;
    left: 0;
    top: 8px;
}

.form-Fill .form-control {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    padding: 10px 10px 10px 40px;
    margin: 0 0 5px;
    border: none;
    border-bottom: 2px solid #e7e7e7;
    border-radius: 0px;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.form-Fill .form-group:nth-child(3) {
    margin-bottom: 30px;
}

.form-Fill .signin {
    color: #fff;
    background-color: #1f579c;
    font-size: 17px;
    text-transform: capitalize;
    letter-spacing: 2px;
    width: 100%;
    padding: 12px;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 30%);
            box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.form-Fill .form-control:focus{
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom-color: #1f579c;
}
.form-Fill .form-control::-webkit-input-placeholder{
    color: rgb(179, 179, 179);
    font-size: 16px;
    font-weight: 600;
}
.form-Fill .form-control::-moz-placeholder{
    color: rgb(179, 179, 179);
    font-size: 16px;
    font-weight: 600;
}

.form-Fill .form-control::-ms-input-placeholder{
    color: rgb(179, 179, 179);
    font-size: 16px;
    font-weight: 600;
}
.form-Fill .form-control:-ms-input-placeholder{
    color: rgb(179, 179, 179);
    font-size: 16px;
    font-weight: 600;
}
.form-Fill .form-control::placeholder{
    color: rgb(179, 179, 179);
    font-size: 16px;
    font-weight: 600;
}
.form-Fill .signin:hover,
.form-Fill .signin:focus{
    font-weight: 600;
    letter-spacing: 5px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3) inset;
            box-shadow: 0 0 10px rgba(0,0,0,0.3) inset;
}

@media screen and (min-width: 1360px) and (max-width: 1370px) {
    .col-xl-3.Admin-login-form{max-width: 400px;}
}



/*------------------------------------- DASHBOARD PAGE ------------------------------------------- */
.Top-Nav{
    background-color: #1f579c;
    padding: 15px;
    color: white;
}

.Dashboard-content .tab-content > .active {
    display: contents;
}

.Top-Nav .nav-tabs{
    border-bottom:none;
}
.Top-Nav .nav-tabs li{
    padding: 10px 0px;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    margin: 5px;
}
.Top-Nav .nav-tabs li:hover{
    background-color: white;
    border-radius: 5px;
}
.Top-Nav .nav-tabs li:hover a{
    color:#1f579c;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    font-weight: 600;
}
.Top-Nav .nav-tabs li.active{
    background-color: white;
    border-radius: 5px;
}
.Top-Nav .nav-tabs li.active a{ 
    color:#1f579c;
    font-weight: 600;
}
.Top-Nav .nav-tabs li a{
    color:white;
    padding: 10px 16px;
}
.Top-Nav button a{
    color: #1f579c;
}
.Top-Nav button a:hover{
    color: #1f579c;
}
.btn-licensebtn{
    background: #1f579c;
    color: white;
}
.btn-licensebtn:hover{
    background: #2969b9;
    color: white
}
.btn-licensebtn a{
    color: white;
}
.btn-licensebtn a:hover{
    text-decoration: none;
}
.form-outline .Formsearch{
    position: absolute;
    padding: 10px;
    color: #9c9c9c;
}
.form-outline .form-control{
    padding-left: 30px;
}
.DashboardTable.table-bordered td {
    border: 1px solid #dee2e6;
    border-bottom: 0;
    border-top: 0;
    font-weight: 600;
    text-align: center;
}
.tableheading{
    background: #1f579c;
    color: white;
    text-align: center;
}
.DashboardTable .btn-warning{
    color: white;
}
.btn{
    font-weight: 600;
    font-size: 15px;
}
.tableresponsive{
    overflow-x:auto;
}

.btn-confirmpassword{
    background-color: white;
    color: #1f579c;
}
.btn-Logout{
    background-color: white;
    color: #1f579c;
}


@media screen and (max-width: 767px) {
    .Top-Nav .nav-tabs li{
        width: 100%;
        text-align: center;
    }
    .Top-Nav .nav-tabs li.active{
        text-align: center;
    }
    .form-inline.float-right{
        float: left !important;
        width: 100%;
    }
    .form-inline.float-right .btn-licensebtn{
        margin-top: 10px;
        width:100%;
    }
    .form-outline{
        width:100%;
    }
}

/* -----------------------------------------DASHBOARD------------------------------------------ */

#Dashboard .alert-warning {
    color: #ff0019;
    padding: 15px;
    margin: 0px 12px;
}
.AddDashboardBox{
   padding: 10px 15px;
    -webkit-box-shadow: 0px 0px 5px #dadada;
            box-shadow: 0px 0px 5px #dadada;
}

.AddDashboardBox h1{
    font-family: 'Roboto';
    font-size: 75px;
    padding-top: 50px;
}
.AddDashboardBox h6{
    font-family: 'Roboto';
    color:#c3c300;
    font-weight: 600;
}
.AddDashboardBox h6.expired{
    color: #ff2121;
}
.Notification{
    background-color: #fff5f6;
    -webkit-box-shadow: 0px 0px 5px #eeeeee;
            box-shadow: 0px 0px 5px #eeeeee;
    padding: 25px 20px 60px 20px;
    border: 1px solid #eeeeee;
}
.btn-AllRead{
    background: #000;
    color: white;
}
.btn-AllRead:hover{
    color: white;
}
.notiheading{
    padding: 0px 20px;
}
.Noti_1{
    border: 3px solid #e8e3e3;
    padding: 15px 20px 0px 20px;
    background-color: white;
    margin-top: 25px;
}
.Noti_1:hover{
    border: 3px solid #eec7cb;
}
.Noti_1 h6{
    color: red;
}
.Noti_1 .fa-eye{
    position: absolute;
    top: 10px;
}

@media screen and (min-width:767px) and (max-width: 768px) {
    .Top-Nav .btn-Logout {
        margin-top: .5rem!important;
    }
}


@media screen and (max-width: 767px) {
    .Noti_1 {
        padding: 15px 20px 20px 20px;
    }
}


/* -----------------------------------------------------NewLicense------------------------------------------------ */
.NewLicense .custom-checkbox{
    padding: 6px 0px 0px 38px;
    border-radius: 0px !important;
}
.btn-save{
    background: #1f579c;
    color: white;
    border-color: #1f579c;
}
.btn-save:hover{
    color: white;
}
.NewLicenseForm{
    border-right: 2px solid #dfdfdf;
}

.NewLicense .form-select{
padding: 8px;
}
.dropdown{
    width: 100%;
    position: relative;
}
.dropdown:hover .dropdown-list{
    visibility: visible;
    opacity: 1;
}
.dropdown-select{
    padding: 10px;
    border-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 5px #dadada;
            box-shadow: 0px 0px 5px #dadada;
    border: 1px solid #dfdfdf;
    width: 100%;
    cursor: pointer;
    font-weight: 600;
}
.dropdown-list{
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 5px #dadada;
            box-shadow: 0px 0px 5px #dadada;
    font-weight: 600;
    position: absolute;
    top: 105%;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: 99;
    cursor: pointer;
    visibility: hidden;
    -webkit-transition: opacity 0.2s linear, visibility 0.2s linear;
    -o-transition: opacity 0.2s linear, visibility 0.2s linear;
    transition: opacity 0.2s linear, visibility 0.2s linear;
}
.dropdown-list-item{
    padding: 0.7rem;
}
.dropdown-list-item:hover{
background: #efefef;
}
/* CSS FOR CHOOSE FILE */
.file-upload {
    display: block;
    text-align: center;
}

.file-upload .file-select {
    display: block;
    border:  2px solid #1f579c;
    color:  #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select .file-select-button {
    background: #1f579c;
    color: white;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.file-upload .file-select .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}

.file-upload .file-select:hover {
    border-color: #2c6ab7;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload .file-select:hover .file-select-button {
    background: #2c6ab7;
    color: #FFFFFF;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select {
    border-color: #3fa46a;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select .file-select-button {
    background: #3fa46a;
    color: #FFFFFF;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload .file-select input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}


/* END CHOOSE FILE */

button a{
    color: white;
}
button a:hover{
    color: white;
    text-decoration: none;
}


/*------------------------------------ CHANGE PASSWORD------------------------------------------ */

.ChangePassword{
   background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url("../Image/change_password.jpg");
   background-image: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../Image/change_password.jpg");
   background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../Image/change_password.jpg");
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px;  
}
.ChangePassword-form{position: static; margin: 0 auto;
}

.ChangePassword-forms{
    text-align: center;
    padding: 30px 20px 50px;
    background: -o-linear-gradient(300deg,#1B394D 45%,#2D9DA7 50%);
    background: linear-gradient(150deg,#1B394D 45%,#2D9DA7 50%);
    border-radius: 10px;
}
.ChangePassword-form .ChangePassword-form-title{
    color: #fff;
    font-size: 23px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 75px;
}

.ChangePassword-form-Fill{
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 40%);
            box-shadow: 0 0 20px rgb(0 0 0 / 40%);
}
.ChangePassword-form-Fill .ChangePassword-form-icon{
    color: #fff;
    background-color: #1B394D;
    font-size: 45px;
    line-height: 92px;
    height: 90px;
    width: 90px;
    margin: -65px auto 10px;
    border-radius: 50%;
}
.ChangePassword-form-icon .fa-key{
    border: 10px solid #fff;
    padding: 15px;
    margin-left: -1px;
    border-radius: 50%;
}
.ChangePassword-form-Fill .form-group {
    margin: 0 0 10px;
    position: relative;
}
.ChangePassword-form-Fill .form-group .input-icon {
    color: #1f579c;
    font-size: 23px;
    position: absolute;
    left: 0;
    top: 8px;
}

.ChangePassword-form-Fill .form-control {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    padding: 10px 10px 10px 40px;
    margin: 0 0 5px;
    border: none;
    border-bottom: 2px solid #e7e7e7;
    border-radius: 0px;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.ChangePassword-form-Fill .form-group:nth-child(4) {
    margin-bottom: 30px;
}

.ChangePassword-form-Fill .Changepw {
    color: #fff;
    background-color: #1f579c;
    font-size: 17px;
    text-transform: capitalize;
    letter-spacing: 2px;
    width: 100%;
    padding: 12px;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 30%);
            box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.ChangePassword-form-Fill .form-control:focus{
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom-color: #1f579c;
}
.ChangePassword-form-Fill .form-control::-webkit-input-placeholder{
    color: rgb(179, 179, 179);
    font-size: 16px;
    font-weight: 600;
}
.ChangePassword-form-Fill .form-control::-moz-placeholder{
    color: rgb(179, 179, 179);
    font-size: 16px;
    font-weight: 600;
}

.ChangePassword-form-Fill .form-control::-ms-input-placeholder{
    color: rgb(179, 179, 179);
    font-size: 16px;
    font-weight: 600;
}
.ChangePassword-form-Fill .form-control:-ms-input-placeholder{
    color: rgb(179, 179, 179);
    font-size: 16px;
    font-weight: 600;
}
.ChangePassword-form-Fill .form-control::placeholder{
    color: rgb(179, 179, 179);
    font-size: 16px;
    font-weight: 600;
}
.ChangePassword-form-Fill .Changepw:hover,
.ChangePassword-form-Fill .Changepw:focus{
    font-weight: 600;
    letter-spacing: 5px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3) inset;
    box-shadow: 0 0 10px rgba(0,0,0,0.3) inset;
}

@media screen and (min-width: 1360px) and (max-width: 1370px) {
    .col-xl-3.ChangePassword-form{max-width: 33%}
}

.genPad {padding-top: 32px; padding-bottom: 32px;}
.midsec h2 {margin-bottom: 20px;}
.midsec.container .container {padding-left: 0; padding-right: 0;}

form .radio {display: inline-block; margin-right: 12px;}
.checkbox {display: block; padding: 4px;}
.checkbox input[type=checkbox] {display: inline-block; width: 20px; height: 20px; vertical-align: top;}
.checkbox input[type=checkbox] ~ lable {display: inline-block; width: calc(100% - 26px - 8px); position: relative; vertical-align: top;}
/* .checkbox input[type=checkbox] ~ lable::before {content: ''; display: block; width: 20px; height: 20px; border-radius: 4px; border: 1px solid blue; position: absolute; top: 0; left: 0;}
.checkbox input[type=checkbox]:checked ~ lable::after {content: ''; display: block; width: 12px; height: 12px; border-radius: 4px; background: blue; position: absolute; top: 4px; left: 4px;} */
.chosen-container-single .chosen-single {padding: .5em; height: 38px; background: #fff; border: 1px solid #ced4da; box-shadow: none;}
.chosen-container-active.chosen-with-drop .chosen-single {box-shadow: none; background: #fff;}

.tempalert {position: fixed; top: 20px; right: 20px;}
.alert-warning a {color: inherit;}

.ASC, .DESC {display: inline-block;}
.ASC::after, .DESC::after {display: inline-block; vertical-align: top; margin-left: 8px; font-family: 'FontAwesome'; line-height: 0; margin-top: 6px;}
.ASC::after {content: '\f0dd';}
.DESC::after {content: '\f0de'; margin-top: 13px;}

.rowWrap {display: inline-block;}
#rowForm {display: inline-block;}
.rowWrap .form-control {display: inline-block; width: auto;}

.Notification .markReadUnread.float-right {margin-top: 4px; font-size: 14px; font-weight: 600;}

.form-group .chosen-container-multi .chosen-choices {border-radius: .25rem; border: 1px solid #ced4da; padding: .375rem .75rem; box-shadow: none; background: #fff;}


.accessTable .row {margin: 0; background: #f3f3f3; margin-bottom: 2px; border-radius: 4px; padding: 8px 0;}
.accessTable .actCheckbox input[type=checkbox] {display: none;}
.accessTable .actCheckbox input[type=checkbox] ~ label {display: inline-block; width: 16px; height: 16px; border: 1px solid #ccc; margin: 0; border-radius: 4px; background: #fff; position: relative;}
.accessTable .actCheckbox input[type=checkbox]:checked ~ label::before { content: '\f00c'; font-family: 'FontAwesome'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}