﻿light-a {
    color: red !important;
}

body {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #181818;
    font-size: 14px;
}

.content-wrapper-light {
    background-color: #fffefa !important;
}

.btn-custom-gold {
    background-color: #b7b22c !important;
    color: #fff;
    border-color: #a7a234;
}

.nav-link {
    display: block;
    padding: 5px 8px !important;
}

.login-page, .register-page {
    background-color: #e9ecef !important;
}

.login-box, .register-box {
    width: 400px !important;
}

.login-box .login-card-body .logo-text,
.register-box .login-card-body .logo-text {
    font-weight: 400;
    font-size: 30px;
    font-family: 'Source Sans Pro';
    color: #104B77 !important;
    margin-top: 30px;
    /*text-shadow: 2px 2px 0px rgba(0,0,0,0.2);*/
}

.brand-link .brand-text {
    font-size: 20px;
    font-family: 'Source Sans Pro';
    color: #FFC107;
    font-weight: 600 !important;
}

.brand-link .brand-text-dark {
    font-size: 20px;
    font-family: 'Source Sans Pro';
    color: #FFC107 !important;
    font-weight: 600 !important;
}

.login-box .login-card-body img,
.register-box .login-card-body img {
    margin-top: 0;
}

.login-box .login-card-body,
.register-box .login-card-body {
    /*background-color: #104B77 !important;*/
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.login-page h2, .register-page h2 {
    font-family: 'Source Sans Pro';
    text-align: center;
    font-size: 2em;
    color: #104B77;
    font-weight: 400;
}

.login-page .copyright, .register-page .copyright {
    font-size: 13px !important;
    color: #cacaca;
    border-top: 3px solid #395f7a;
    padding-top: 10px
}
.
.footer {
    right: 0;
    display: none;
    color: #999999;
    position: fixed;
    bottom: 0;
    padding: 10px;
    font-size: 0.9em;
}

html, body {
    height: 100%;
}

    html, body.login-page {
        color: #ffffff !important;
        background-color: #fafafa;
        background-size: cover;
    }

a, a.btn .btn, input, select, button, textarea {
    font-size: 1em !important;
}

    ul li, .dropdown-menu, button span {
        font-size: 1em !important;
    }

:-ms-input-placeholder { /* IE 10+ */
    font-size: 1em !important;
}

:-moz-placeholder { /* Firefox 18- */
    font-size: 1em !important;
}

/*.btn {
    padding: 4px 8px !important;
}*/

label {
    font-weight: 400;
}

.alert, .alert-flat {
    border-radius: 0 !important;
    text-align: left;
}

.dropdown-menu {
    border-radius: 0 !important;
}

.error-message .callout {
    /*font-weight: 500;*/
    border-left: 7px solid #eee;
    margin-bottom: 10px;
    padding: 10px;
    box-shadow: none;
}

    .error-message .callout.callout-success {
        background-color: #dff0d8 !important;
        border-color: #3c763d;
        color: #3c763d !important;
    }

    .error-message .callout.callout-danger {
        background-color: #f2dede !important;
        border-color: #a94442;
        color: #a94442 !important;
    }

    .error-message .callout.callout-warning {
        background-color: #FEEFB3 !important;
        border-color: #9F6000;
        color: #9F6000 !important;
    }

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: #1e83f3;
    outline: 0 none;
}

input, .form-control,
textarea {
    border-color: #999999 !important;
}

.form-group-feedback-left .form-control {
    padding-left: 24px !important;
}

.form-control-feedback {
    margin-top: -30px;
    width: 40px;
}

    .form-control-feedback .text-muted {
        margin-left: 4px;
    }

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: auto;
}

select.select2 {
    color: inherit;
}

    select.select2 option {
        padding: 12px 6px;
        height: 40px !important;
        line-height: 40px !important;
    }

.main-header .logo {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.6em !important;
    font-weight: 400;
    text-align: left;
}

.form-group {
    margin-bottom: 12px;
}

table thead {
    height: 32px;
}

    table thead th {
        line-height: 32px;
        font-weight: 600;
    }

table tbody {
    color: #000000;
    font-weight: 300;
}

    table tbody tr:hover {
        background-color: ivory;
    }

    table tbody tr td {
        padding: 4px;
        font-weight: 300;
        /* height: 32px;
        line-height: 32px;*/
    }

        table tbody tr td:last-child {
            width: 200px;
        }

table > tbody > tr > td.grid-buttons {
    /*display: block;*/
    font-size: 1em !important;
    text-align: right;
    min-width: 260px
}

    table > tbody > tr > td.grid-buttons a {
        /*margin-left: 4px;*/
    }

        table > tbody > tr > td.grid-buttons a i {
            /*margin-top: 4px !important;*/
        }

table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
    border: 1px solid #D9EDF8;
}

.content-header {
    padding: 10px 0.5rem 0 0.5rem;
}

    .content-header h2 {
        font-weight: 500;
        /*color: #007bff;*/
        color: #121212;
        font-size: 20px;
        opacity: 0.9;
    }

.top-buttons {
    margin-top: -20px
}

.table td, .table th {
    padding: 0.35rem;
    vertical-align: middle;
}

table > thead {
    background-color: #F4F6F9;
    border: 2px solid #e8e8e8 !important;
}

    table > thead > tr > td,
    table > thead > tr > th {
        border: 1px solid #e8e8e8;
    }

    table > thead > tr > td {
        color: #3d3d3d;
    }

.treeview-menu > li > a {
    font-size: 1em !important;
}

bs-datepicker-container {
    z-index: 3000;
}

.datepicker-dropdown {
    border: 1px solid #70A2BF;
    min-width: 200px;
    box-shadow: 3px 0 0 #337AB7;
}

    .datepicker-dropdown .active-day {
        background-color: #337AB7 !important;
    }

.input-validation-error {
    border: 1px solid red !important;
}

th.dow,
th.datepicker-switch {
    font-weight: 400 !important;
}

th.datepicker-switch {
    margin-top: 10px;
}

.nav-pills .nav-link {
    border-radius: 0rem;
}

.btn-outline {
    border-width: 3px !important;
}

.btn-outline-primary {
    border-width: 2px !important;
}

.treeview > a {
    display: table
}

    .treeview > a > * {
        display: table-cell;
    }

.card {
    /*border-radius: 0 !important;*/
}

.card-body {
    padding-top: 6px !important;
}

    .card-body .form-group {
    }

label {
    margin-bottom: 4px;
}

.licenseTypes {
    margin-left: 20px;
}

.licenseTypes label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 400;
}

.sidebar-dark-custom {
    background-color: #033155;
}

.sidebar-light-custom {

    /*background: #554023 !important;*/
    background: linear-gradient( to right, #554023,#c99846 );
}


.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
    border-radius: 0;
    border-color: rgb(190, 190, 186) !important;
}

.select2-container--default .select2-dropdown .select2-search__field, .select2-container--default .select2-search--inline .select2-search__field {
    border: 1px solid #ced4da;
    border: 1px solid #ced4da;
    border-radius: 0;
    border-color: rgb(190, 190, 186) !important;
}

.input-group .icheck-primary {
    margin-top: 60px !important;
}

::-webkit-scrollbar {
    /*display: none;*/
}

.tooltip {
    visibility: hidden
}

#generic_wrapper {
    /*display: none;*/
}


h3 {
    text-transform: none;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.2rem 0.5rem;
    background-color: #033155;
}

.navbar-custom-light {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.2rem 0.5rem;
    /*background: #554023;*/
    background: linear-gradient( to left, #554023,#c99846 );
    /*    background: linear-gradient(to bottom, #363062, #ffba56);*/
}

.brand-link-custom-light {
    border-bottom: 1px solid #ffc107;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

[class*=sidebar-dark-] .sidebar a {
    color: #fff;
}

.box-1 {
    display: block;
    padding: 1em;
    margin: 0em;
    border: 3px solid #ddd;
    background-color: #eee;
    max-width: 800px;
}

input {
    height: 2em;
    width: 1.5em;
    vertical-align: middle;
}


.custom-tooltip {
    position: relative;
    display: inline-block;
}



.custom-tooltip .tooltip-text {
    visibility: hidden;
    width: 100px;
    background-color: #033155;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    /* Position the tooltip text */
    position: absolute;
    top: -30px; /* Adjust to position above the icon */
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.custom-tooltip:hover .tooltip-text {
    visibility: visible;
}


.form-group {
    margin-bottom: 0.5rem;
}

.form-check {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.form-check-input {
    margin-right: 0.5rem;
    position: absolute;
    margin-top: 0rem;
    margin-left: -1.5rem;
}


.btn-primary-login {
    color: #fff;
    background-color: #033155;
    border-color: #033155;
    box-shadow: none;
}

    .btn-primary-login:hover {
        color: #fff;
        background-color: #0C356A;
        border-color: #153E90;
    }

.centerName {
    padding-top: 20px;
}

.comp-header {
 
    padding: 20px;
    border-radius: 5px 5px 0 0;
}

.form-header {
    font-weight: bold;
}

.form-description {
    font-size: 0.9rem;
   /* color: #f8f9fa;*/
}

.card-body {
    background-color:white;
    padding: 30px;
}

.form-control {
    
    border-radius: 5px;
}

.form-group label {
    font-weight: bold;
}


/* Custom Checkbox */
.icheck-primary input {
    margin-right: 10px;
}

summary {
    list-style: none !important;
}

    summary::-webkit-details-marker {
        display: none ;
    }

details[open] summary {
    list-style: none ;
}

summary::before {
    content: "" ;
}

summary::marker {
    display: none;
}

details[open] summary::marker {
    display: none;
}

.list-group{
    font-weight: bold;
}

/* HTML: <div class="loader"></div> */
/*.pageLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: azure;
    transition: opacity 0.75s, visibility 0.75s;
}

.pageLoader-hidden{
    opacity: 0;
    visibility: hidden;
}


.pageLoader::after {
    content: "";
    width: 75px;
    height: 75px;
    border: 5px solid #dddddd;
    border-top-color: #033155;
    border-radius: 50%;
    animation: loading 1s ease infinite;
}
.custom-hover:hover {
    color: #EEEEEE;
    text-decoration-line:underline;
}
.custom-hover-button:hover {
    color: #fff;
    background-color: #104B77;
    border-color: #033155;
    padding: 12px 24px; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}


@keyframes loading {
    from {
        transform: rotate(0turn);
    } to{
          transform: rotate(2turn);
      }
}*/

/*----------------------------------------*/
/*  2.5 Preloader
/*----------------------------------------*/
#loading {
    background-color: rgba(255, 255, 255, 0.8); /* White with 80% opacity */
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#loading-center {
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preloaders {
    position: relative; /* Change from fixed to relative */
    background: url(../img/logo.png) no-repeat center;
    background-size: 54px;
    width: 150px;
    height: 150px;
}

    .preloaders::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 150px;
        height: 150px;
        border: 2px solid transparent;
        border-top: 2px solid #00A3C3;
        border-radius: 50%;
        animation: spin 2s ease-in-out infinite;
    }


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.nav-link {
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
    padding: 10px 20px;
    margin: 0 5px;
    position: relative;
    display: inline-block;
}

    .nav-link::before,
    .nav-link::after {
        content: "";
        position: absolute;
        display: block;
        border: 0px solid transparent;
        width: 0%;
        height: 0%;
        transition: all 0.3s ease;
    }

    .nav-link::after {
        top: 0;
        left: 0;
        border-top: 2px solid transparent;
        border-left: 2px solid transparent;
    }

    .nav-link::before {
        right: 0;
        bottom: 0;
        border-bottom: 2px solid transparent;
        border-right: 2px solid transparent;
    }

    .nav-link:hover::before,
    .nav-link:hover::after {
        width: 10px;
        height: 10px;
        border-color: #fff;
    }