html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

/*.auth-full-bg .bg-overlay {
    background-image: url(/assets/images/bg-auth-overlay.jpg);
    width: 100%;
    height:100%;
    background-position: 100% 100%;
}*/
.bg-overlay {
    background-image: url(/assets/images/bg-auth-overlay.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: .8;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /*margin-bottom: 60px;*/
    margin-bottom: 0px;
}

.auth-full-bg {
    background-color: #0ea4d22b;
}

.main-content {
    margin-left: 0 !important;
}

.page-content {
    margin-top: 70px;
    padding: calc(55px + 24px) calc(24px * .5) 60px calc(24px * .5);
}

.navbar-header {
    max-width: 85%;
    color: #fff;
}

.bg-primary-subtle {
    background-color: #0ea4d2 !important;
}



.text-primary {
    color: #fff !important;
}

.btn-primary {
    background-color: #0ea4d2 !important;
}

.text-color {
    color: #0ea4d2;
}

.spn-required {
    color: red;
}

.text-hdr {
    line-height: 4;
}

.card-outer {
    border: 1px solid #0ea4d2;
}

.auth-left {
    position: fixed;
    width: 68%;
}

.auth-left-block {
    width: 30%;
    position: fixed;
}

.p-event {
    font-size: 2em;
    color: #fff;
    font-weight: 550;
    margin-bottom: 5px;
}

.p-eventDate {
    font-size: 1.5em;
    color: #fff;
    font-weight: 550;
}

.margin-top {
    margin-top: 10rem;
}

@media (max-width: 767px) {
    .hdr-event-style {
        margin-bottom: 25px;
    }

    .text-hdr {
        line-height: 1;
    }

    .auth-left {
        position: inherit;
        width: 100%;
    }

    .auth-left-block {
        position: inherit;
        width: 100%;
    }


    .margin-top {
        margin-top: 0px;
    }

    .dv-event-header {
        display: none;
    }

    .page-content {
        margin-top: 10px;
    }

    .col-delegate {
        width: 100% !important;
    }

    .container-fluid-layout {
        max-width: 100% !important;
    }

    .dv_model_style {
        max-width: 95% !important;
    }

    .custom-toggle {
        margin-bottom: 5px;
    }
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
    color: #0609b9;
}



/* The dots/bullets/indicators */
.dot {
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active-dots {
    background-color: #0ea4d2;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

    .fade:not(.show) {
        opacity: 1 !important;
    }

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .text {
        font-size: 11px
    }

}

/* Dashbord style*/
.navbar-brand-box {
    width: auto;
}

#page-topbar {
    /* z-index:1000;
    background-color: #0ea4d22b;*/
}

.container-fluid-layout {
    max-width: 85%;
}

.p-hdr-event {
    margin-bottom: 0px;
    padding-top: 10px;
    font-weight: 600;
    text-align: left;
}

.li-icons {
    border: 1px solid #0ea4d2;
    padding: 5px !important;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 10px;
}

.liView, .liEdit {
    color: #0ea4d2
}

.liDelete {
    color: red;
}

.avatar-title {
    background-color: #0ea4d2;
}

table {
    border: 1px solid #828282 !important;
}

    table tbody td {
        border: none !important;
    }

    table th {
        background: #0ea4d2 !important;
        border-bottom-color: #706c60 !important;
        border-top-color: #706c60 !important;
        border-right-color: #828282 !important;
        color: #fff !important;
    }

    table tr:nth-child(even) td {
        background-color: #dfedf5 !important;
    }

    table tr:nth-child(odd) td {
        background-color: #e2e6f4 !important;
    }

    table tbody tr td {
        border-bottom: 1px solid #828282 !important;
        border-right: 1px solid #828282 !important;
    }

.nav-tabs-custom .nav-item .nav-link::after {
    background: #0ea4d2;
}

.nav-tabs-custom .nav-item .nav-link.active {
    color: #0ea4d2;
}

.noti-icon i {
    color: #fff;
}

.header-item {
    color: #fff;
}

    .header-item:hover {
        color: #fff;
    }

.navbar-header .dropdown .show.header-item {
    background-color: #5ad2f7;
}

.g-recaptcha {
    transform: scale(0.77);
    transform-origin: 0 0;
}

.spnmsgblock_error {
    margin-top: 10px;
    background: yellow;
    padding: 5px;
    border: 1px solid red;
    text-align: center;
    display: none;
}

.img_block {
    width: 50px;
    height: 50px;
}

.flatpickr-months, .flatpickr-weekdays {
    background-color: #0ea4d2 !important;
}

.rounded-circle {
    border: 1px solid #cfcfcf;
}
/* Wizard Step*/
.wizard .steps .number {
    border: 2px solid #0ea4d2 !important;
}

.wizard .steps .current a .number, .wizard .steps .current a:active .number, .wizard .steps .current a:hover .number {
    background-color: #0ea4d2 !important;
}

.wizard .steps > ul > li a {
    background-color: #d6f0f8;
}

.wizard .steps .current a, .wizard .steps .current a:active, .wizard .steps .current a:hover {
    background-color: #87dbf4 !important;
}

.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions .disabled a, .wizard > .actions .disabled a:hover {
    background-color: #0ea4d2;
}
/* Datatable */
.dataTable tbody td {
    line-height: 3;
}
/* View Style */
.position-relative {
    position: relative !important;
}

.profile-wid-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 125px;
}

    .profile-wid-bg::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        opacity: .9;
        background: #5ea3cb;
        background: -webkit-gradient(linear,left bottom,left top,from(#296080),to(#5ea3cb));
        background: linear-gradient(to top,#296080,#5ea3cb);
    }

    .profile-wid-bg .profile-wid-img {
        width: 98%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.dv_viewLeftBlock {
    font-weight: 550;
}
/* Model Popup*/
.dv_model_style {
    max-width: 80%;
}
/*radio button*/
.form-check-input:checked {
    background-color: #0ea4d2;
    border-color: #0ea4d2;
}

.td_nodata {
    text-align: center;
    color: red;
}

.tui-chart-chartExportMenu-area {
    z-index: 1;
}

.clsDelegate_msg {
    color: #0ea4d2;
}

.dvcopyLead {
    text-align: center;
    color: #0ea4d2;
    font-weight: 550;
    font-size: 12pt;
}

.slidingMarquee {
    color: #0609b9;
    width: 100%;
    font-size: 10pt;
    font-weight: 550;
}

.tui-chart-chartExportMenu-area {
    display: none;
}

.p_legend {
    margin-bottom: 0px;
    font-size: 9pt;
}

.uploadCount {
    transform: translate(-36%,-100%) !important;
}

#txtPassportNo {
    text-transform: uppercase;
}
/* Calendar Style*/
.flatpickr-time {
    background: #c3e3ff;
}

.flatpickr-calendar {
    font-size: 12px !important;
}

.spn_docLeft {
    float: left;
    width: 40%;
    font-size: 10pt;
    font-weight: 550;
    text-align: left;
}

.spn_docRight {
    float: left;
    width: 58%;
    font-size: 10pt;
    text-align: left;
}

.ulNoData {
    float: left;
    width: 100%;
}

.ulNoData li {
    text-align: left;
    float: left;
    width: 100%;

}
