a {text-decoration: none; color: #20a0c0;}
/* a:hover {text-decoration: underline;} */
body {background-color: #f1f1f1;}
.lead-text {font-size: 18px;}
h1,h2,h3,h4,h5,h6 {font-weight: 600;}

.btn-primary {background-color: #20a0c0; border-color: #20a0c0;}
.btn-primary:hover {background-color: #002040; border-color: #002040;}

.page-link {color: #20a0c0;}
.page-item.active .page-link {background-color: #20a0c0; border-color: #20a0c0;}

.login-container {width: 100%; min-height: 100vh; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; padding: 15px; background: #002040; background: -webkit-linear-gradient(bottom,#002040,#20a0c0); background: -o-linear-gradient(bottom,#002040,#20a0c0); background: -moz-linear-gradient(bottom,#002040,#20a0c0); background: linear-gradient(bottom,#002040,#20a0c0); position: relative; z-index: 1;}
.login-outer {background-color: #fff; border-radius: 6px; box-shadow: 0px 6px 81px 0px rgb(98 62 113 / 22%)}
.font-weight-500 {font-weight: 500;}
.form-control:focus {box-shadow: none;}
.form-floating > .form-control, .form-floating > .form-select {height: 46px;}
.login-outer label {opacity: 0.65;}
.form-floating > label {padding: 8px 10px 10px; opacity: 0.65;}
.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {transform: scale(0.75) translateY(-0.5rem) translateX(0.15rem);}
.form-floating > .form-select {padding: 10px; padding-top: 15px;}

.form-floating > label {transition:opacity 0.5s ease-in-out, transform 0.5s ease-in-out}

.registration-rorm {display: flex; flex-wrap: wrap; justify-content: space-between;}
.registration-rorm .form-floating {flex: 0 0 48%; max-width: 48%;}
.registration-rorm .flex-100 {flex: 0 0 100%; max-width: 100%;}
.registration-rorm .checkboxDiv label {font-size: 14px;}
.formBtn {display: flex; justify-content: center;}
.formBtn .form-control {flex: 0 0 30%; margin: 0 5px;}
.error {font-size: 12px; color: #f00;}

/* navigation */
.main-navigation {box-shadow: 0 .15rem 1.75rem 0 rgba(33,40,50,.15);}
.main-navigation .nav-logo {width: 150px;}
/*.main-navigation .nav-logout {position: relative; padding-left: 20px;}
.main-navigation .nav-logout::before {font-family: FontAwesome; top: 8px; left: 8px; content: '\f011'; position: absolute;}
.main-navigation .navbar-light .nav-link.nav-logout {padding-left:25px;}*/
.main-navigation .navbar-light .nav-link {font-size: 16px; color: #201630; font-family: 'Poppins', sans-serif; text-decoration: none;}
.main-navigation .navbar-light .nav-link:hover {color: #20a0c0}
.main-navigation .dropdown-menu {min-width: 135px;}

.banner {
    margin-top: 70px;
    position: relative;
}
.banner .container {position: absolute; top: 50%; left: 50%; transform: translate(-50% , -50%);}
.banner .container h1 {margin: 0; padding: 0; color: #fff;}

@media screen and (max-width:1199px) {
    .banner img {height: 100px!important;}
    
}

/* .sidebar {box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);} */
.sidebar {background-color: #002040; padding-top: 5px; padding-bottom: 25px;}
.sidebar h2 {margin-bottom: 15px; color: #fff;}
.sidebar .list-group h5 {color: #002040;}
.sidebar .list-group a {color: #002040;}
.sidebar .list-group a:hover {color: #20a0c0; text-decoration: none;}

.main-content {margin-top: 20px; margin-bottom: 20px;}
.main-content > .container {background-color: #fff;}
.main-footer {margin-top: 40px; background-color: #002040;}
.main-footer a {color: #fff;}

.filter-row {display: flex; justify-content: flex-end;}
.filter-col {flex: 0 0 20%; max-width: 20%; margin-right: 15px;}
.filter-col-submit {flex: 0 0 80px; max-width: 80px; margin-right: 0;}
.filter-col-add-new {flex: 0 0 100%; max-width: 100%; margin-right: 0;}
.filter-col-add-new a {float: right;}
.filter-col label {font-weight: 500;}
.filter-col input[type=button] {margin-top: 30px;}

.table > :not(:first-child) {border-top: 2px solid #20a0c0;}
.custom-table {margin-top: 20px;}
.custom-table th {font-family: 'Poppins', sans-serif; white-space: nowrap; font-weight: 400;}
.user-license {width: 1200px;}
.aprovedBtn {color: #fff;}

.admin-user-detail-table .fa {font-size: 20px;}
.admin-user-detail-table .fa-check-circle-o {color: green;}
.admin-user-detail-table .fa-clock-o {color: #ffc107;}
.admin-user-detail-table .fa-times-circle {color: #f00;}
.license-key {width: 200px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.iconFlex {display: flex;}
.license-key {width: 200px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.iconGroup {margin-left: 8px;}
/* .table-striped > tbody > tr:nth-of-type(odd) > * {box-shadow: none; background-color: #f00;} */
/* .custom-table td {white-space: nowrap;} */

@media screen and (max-width:767px) {

    .filter-col {flex: 0 0 45%; max-width: 45%; margin-right: 0;}
    .filter-col-submit {flex: 0 0 80px; max-width: 80px; margin-right: 0;}
    .filter-col input[type=submit] {margin-top: 15px;}
}

.arrow-list {list-style: none; margin: 0; padding: 0;}
.arrow-list li {position: relative; padding-left: 15px;}
.arrow-list li:not(:last-child) {margin-bottom: 10px;}
.arrow-list li:before {content: '\f0da'; position: absolute; top: 0; left: 0; font-family: FontAwesome;}

.form-group {margin-bottom: 15px;}
.add-new-modal label {font-weight: 600;}

.editBtn span {position: relative; padding-left: 15px;}
.editBtn span:before {content: '\f040'; position: absolute; top: 0; left: 0; font-family: FontAwesome;}

.deleteBtn span {position: relative; padding-left: 15px;}
.deleteBtn span:before {content: '\f1f8'; position: absolute; top: 0; left: 0; font-family: FontAwesome;}

.addNewBtn span {position: relative; padding-left: 16px;}
.addNewBtn span:before {content: '\f067'; position: absolute; top: 0; left: 0; font-family: FontAwesome;}

.update-user-profile .filter-col {flex: 0 0 100%; max-width: 100%; margin-bottom: 15px;}
.update-user-profile .filter-col input[type=button] {margin-top: 0;}

@media screen and (min-width: 1199px) {
    .update-profile-leftCol {padding-right: 50px; border-right:1px solid #ccc;}
    .update-profile-rightCol {padding-left: 50px;}
}

.swal2-warning {
    width: 60px !important;
    height: 60px !important;
}

/*----------------Admin LTE--------------------*/

@media (min-width: 768px) {
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper,
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer,
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
        margin-left: 0 !important;
    }
}
