@import "../fonts/css/awesome.css";
@import "../fonts/css/icomoon.css";

.sidebar-dark-purple .sidebar-left {
    background: #222 !important;
}

body #LoginPanel .card.o-hidden .auth-logo img {
    max-width: 150px !important;
    width: auto !important;
    height: auto !important;
}

.csform .card.o-hidden {
    max-width: 400px;
    float: right;
    width: 100%;
}

.csform .card.o-hidden {
    border-radius: 0;
    border: 0px solid #bf202f;
    color: #fff;
    position: relative;
    overflow: inherit;
    background: #ffffffd1;
    box-shadow: 0 2px 15px 0px rgb(0 0 0 / 7%);
    z-index: 2;
    border-left: 11px solid #1082ba;
}

.csform .card.o-hidden:before,
.csform .card.o-hidden:after {
    content: '';
    height: 97%;
    position: absolute;
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border: 1px dashed #34a9d3;
}

::before {
}

.csform .card.o-hidden:before {
}

.csform h1 {
    color: #6e3249;
    font-size: 24px;
}

.csform .form-group label {
    color: #333;
    padding-right: 0 !important;
    font-size: 14px;
    white-space: nowrap;
}

.csform .form-group input {
    border-radius: 0px;
    background: rgb(110 48 71 / 0%);
    height: 45px;
    color: #000;
    border: 2px solid #b0afaf;
    font-size: 14px;
    background: transparent;
    transition: 0.2s;
    padding: 15px;
}

.csform button.btn.btn-rounded.btn-primary {
    margin-top: 40px !important;
    border-radius: 0 !important;
    max-width: 100px;
}

div#smartwizard {
    padding: 23px;
}

.bg-gradient {
    background: #C9D6FF;
    background: -webkit-linear-gradient(to right, #E2E2E2, #C9D6FF);
    background: linear-gradient(to right, #E2E2E2, #C9D6FF);
}

ul li {
    /*margin-bottom: 1.4rem;*/
}

.pricing-divider {
    border-radius: 20px;
    background: #C64545;
    padding: 1em 0 4em;
    position: relative;
}

.blue .pricing-divider {
    background: #2D5772;
}

.green .pricing-divider {
    background: #1AA85C;
}

.red b {
    color: #C64545
}

.blue b {
    color: #2D5772
}

.green b {
    color: #1AA85C
}

.pricing-divider-img {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 80px;
}

.deco-layer {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.btn-custom {
    background: #C64545;
    color: #fff;
    border-radius: 20px
}

.img-float {
    width: 50px;
    position: absolute;
    top: -3.5rem;
    right: 1rem
}

.auth-content.csform {
    width: 100%;
    max-width: 100%;
    right: 10%;
    position: relative;
}

.princing-item {
    transition: all 150ms ease-out;
    padding: 20px 15px;
    background: transparent !important;
}

.princing-item:hover {
    transform: scale(1.05);
}

.princing-item:hover .deco-layer--1 {
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
}

.princing-item:hover .deco-layer--2 {
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0);
}

.auth-layout-wrap.fromcst:after {
    content: '';
    background: rgba(66, 66, 68, 0.254);
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.auth-content.csform {
    z-index: 999;
}

.csform .form-group .form-control:focus {
    border-color: #424244;
    box-shadow: none;
    border: 2px solid #4e3920;
}

.btn-toolbar.sw-toolbar.sw-toolbar-bottom.justify-content-end {
    display: none;
}

.princing-item.blue .btn-custom {
    background: #2d5772;
}

.princing-item.green .btn-custom {
    background: #1aa85c;
}

.sw-theme-dots > ul.step-anchor > li.active > a:after {
    background: #bf202f;
}

.sw-theme-dots > ul.step-anchor > li > a:before {
    color: #bf202f;
}

.sw-theme-default > ul.step-anchor > li.active > a {
    color: #bf202f !important;
}

.princing-item .text-light {
    color: #fff !important;
}

.display-2.my-0 {
    margin-bottom: 30px !important;
}

.toplinks {
    float: right;
    display: flex;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

ul.toplinks li {
    margin-bottom: 0;
    font-size: 16px;
    margin-left: 7px;
}

button.border-zero {
    border: 0;
}

.app-footer {
    margin-top: 2rem;
    background: #3b444b;
    padding: 2px 10px 12px 30px;
    position: fixed;
    right: 0;
    bottom: 0px;
    color: white;
    /*background-color: red;
    text-align: center;*/
    z-index: 999;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    width: 100%;
    transition: all 0.3s ease;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .princing-item {
        padding: 10px 8px;
    }

    .display-2.my-0 {
        font-size: 4em
    }
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
    .princing-item {
        padding: 10px 8px;
    }

    .display-2.my-0 {
        font-size: 4em
    }

    #smartwizard .row.m-auto.text-center {
        display: block;
    }

    #smartwizard .col-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    div#smartwizard {
        padding: 23px 10px;
    }
}

@media only screen and (max-width: 600px) {
    body {
        background-color: lightblue;
    }

    .auth-content.csform {
        right: 0%;
    }
}

.nav-tabs {
    display: none;
}

@media (min-width: 768px) {
    .nav-tabs {
        display: flex;
    }

    .card {
        border: none;
    }

    .card .card-header {
        display: none;
    }

    .card .collapse {
        display: block;
    }
}

@media (max-width: 767px) {
    .tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
    }
}

ul.btn-links {
    text-align: right;
    margin-bottom: 0;
}

ul.btn-links li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 1px;
    margin-bottom: 0;
}

.btn.theme-btn {
    background: #0064a1;
    border-radius: 0px;
    color: #fff;
}

.btn {
    padding: 5px 10px 3px;
}

div#login-form-controls .btn {
    background: #1082ba;
    border-radius: 0;
    line-height: 40px;
    padding: 5px 20px;
    box-shadow: none;
    color: #fff;
    border: 0;
    font-size: 17px;
}

div#login-form-controls .btn:hover {
    background: #4c4d4d;
}

.btn.greenbg {
    background: #48903d;
}

.btn.blackbg {
    background: #333;
}

.btn-links .dropdown-menu.show {
    display: block;
    transform: translate(0) !important;
    top: 50px !important;
}

.custom-tabs .tab-content {
    padding: 0;
}

.custom-tabs .tab-content .card {
    border-radius: 0;
}

.card-body .collapse:not(.show) {
    display: none !important;
}

.card-body h3 {
    background: #0064a1;
    padding: 6px 15px;
    margin: 0px 0 10px;
    background: #3b444b;
}

.card-body .collapse {
    margin-bottom: 40px;
    margin-top: 20px;
}

.card-header.block {
    display: block !important;
}

.profile-cstm {
    background: #fff;
    margin-bottom: 20px;
    border: none;
    border-radius: 0;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, .06), 0 1px 4px rgba(0, 0, 0, .08);
}

.profile-cstm .profile-info {
    max-width: 150px;
    position: relative;
    width: 100%;
    margin-right: 40px;
    float: left;
}

.social-info {
    display: inline-block;
    vertical-align: top;
    margin-left: 0px;
    float: left;
    width: 100%;
    border-right: 1px solid #ffffff;
    padding-right: 0px;
}

.social-info {
}

.profile-cstm .profile-info input {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    background: #dce0e4;
    width: 100%;
    font-size: 11px;
}

.social-info h5 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
}

.card-header h5 > a {
    display: block;
}

.card-header[role="tab"] {
    background: #fff;
    margin-bottom: 13px;
}

.main-content-wrap {
    background: #f1f3f6;
    padding: 1em 1em 0;
}

.headingbg {
       border-bottom: 1px solid #3b444b;
    background: #3b444b;
    padding: 13px 20px;
    margin-bottom: 30px;
    position: relative;
}

.headingbg:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    border-style: solid;
    border-width: 0px 0px 25px 25px;
    border-color: transparent #cd1f1f00 #bf202f00 #67bcdb;
}

.headingbg .breadcrumb {
    margin-bottom: 0;
    margin-top: 3px;
}

.breadcrumb h1 {
    color: #ffffff;
}

.btn.theme-btn i {
    margin-right: 5px;
}

.profile-cstm .profile-info form {
    position: relative;
}

.profile-cstm .profile-info form input {
    position: absolute;
    z-index: 99;
    width: 50px;
    height: 46px;
    right: 0;
    bottom: 10px;
    opacity: 0;
}

.profile-cstm i.nav-icon.i-Administrator {
    position: absolute;
    z-index: 9;
    background: #4242449e;
    color: #f8f9fa;
    font-size: 25px;
    text-align: center;
    padding: 4px 8px;
    margin-top: 0;
    left: 4px;
    bottom: 12px;
}

.profile-cstm .profile-info form img {
    border-radius: 9px;
    margin-bottom: 10px;
}

.profile-box.cstm.profile .social-info ul {
    padding-left: 0;
    margin-bottom: 0
}

.profile-box.cstm.profile .social-info ul li {
    margin-bottom: 0;
    display: inline-block;
    width: 90px;
    line-height: 35px;
    border-bottom: 0px dashed #ccc;
}

.profile-box.cstm.profile .social-info ul li:nth-child(2n) {
    width: calc(100% - 100px);
}

.profile-box.cstm.profile {
    display: flex;
    margin-bottom: -20px;
}

.card {
    border-radius: 0;
}

.height100 {
    height: 100%;
}

.headtitl {
    font-size: 20px;
    margin-bottom: 0;
}

.headtitl strong {
    color: #9d474f;
}

.card-body h3.headtitl {
    padding: 7px 0 7px 0;
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
}

.card-body {
    padding: 1rem;
}

.container-tabs.custom-tabs {
    margin-top: 2em;
}

.custom-tabs .tab-content {
    position: relative;
}

.custom-tabs .tab-content:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    border-style: solid;
    border-width: 0px 0px 25px 25px;
    border-color: transparent #cd1f1f00 #bf202f00 #67bcdb;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs .nav-item .nav-link.active {
    border: 1px solid transparent;
    background: #67bcdb;
    border-color: #67bcdb #67bcdb #fff;
    color: #fff;
}

.nav-tabs .nav-item .nav-link {
    padding: 0.7rem 1rem;
    border-radius: 0;
    background: #efefef;
}

.nav-tabs .nav-item .nav-link:hover {
    background: #3b444b;
    border-color: #3b444b #3b444b #3b444b;
    color: #ffff;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item {
    margin-bottom: 0;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold {
    padding: 15px 0;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item .triangle {
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    border-style: solid;
    border-width: 0 0 30px 30px;
    border-color: transparent transparent transparent;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item.active, .layout-sidebar-large .sidebar-left .navigation-left .nav-item.active .nav-item-hold {
    color: #332e38;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item.active .triangle {
    border-color: transparent transparent transparent;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item:hover .nav-item-hold, .layout-sidebar-large .sidebar-left .navigation-left .nav-item.menu-active .nav-item-hold {
    color: #9d474f;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item:hover .triangle, .layout-sidebar-large .sidebar-left .navigation-left .nav-item.menu-active .triangle {
    color: #9d474f;
    border-color: transparent transparent #9d474f;
}

ul.btn-links {
    padding-left: 0;
    margin-left: 0;
}

.table-cs .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

div#scroll_horizontal_vertical_table_filter {
    display: none !important;
}

/* Table Grid Listing */
div#SearchListing_filter {
    display: none !important;
}

div#GridListingA_filter {
    display: none !important;
}

div#GridListingB_filter {
    display: none !important;
}

div#GridListingC_filter {
    display: none !important;
}

div#GridListingD_filter {
    display: none !important;
}

div#GridListingE_filter {
    display: none !important;
}

div#GridListingF_filter {
    display: none !important;
}

div#GridListingG_filter {
    display: none !important;
}

div#GridListingH_filter {
    display: none !important;
}

div#GridListingI_filter {
    display: none !important;
}

div#GridListingJ_filter {
    display: none !important;
}

div#GridListingK_filter {
    display: none !important;
}

div#GridListingL_filter {
    display: none !important;
}

div#GridListingM_filter {
    display: none !important;
}

div#GridListingN_filter {
    display: none !important;
}

div#GridListingO_filter {
    display: none !important;
}

div#GridListingP_filter {
    display: none !important;
}

div#GridListingQ_filter {
    display: none !important;
}

div#GridListingR_filter {
    display: none !important;
}

div#GridListingS_filter {
    display: none !important;
}

div#GridListingT_filter {
    display: none !important;
}

div#GridListingU_filter {
    display: none !important;
}

div#GridListingV_filter {
    display: none !important;
}

div#GridListingW_filter {
    display: none !important;
}

div#GridListingX_filter {
    display: none !important;
}

div#GridListingY_filter {
    display: none !important;
}

div#GridListingZ_filter {
    display: none !important;
}

.card-body .cstmaccordtion .collapse {
    margin-top: 0px;
    margin-bottom: 0;
}

.cstmaccordtion .card .card-header {
    display: block;
    min-height: 45px;
    background: #67bcdb;
}

.cstmaccordtion .card .card-header h6 a {
    color: #fff;
}

.cstmaccordtion.accordion .ul-collapse__right-icon a:before {
    right: 50%;
}

.cstmaccordtion.accordion .ul-collapse__right-icon a:after {
    content: "Search Criteria";
    margin: 0 40px 0 0;
    float: right;
    position: absolute;
    right: 50%;
}

@media only screen and (max-width: 1365px) and (min-width: 320px) {
    ul.btn-links li {
        margin-bottom: 4px;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 320px) {
    .social-info {
        border: 0;
    }

    .fullwidth1199 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .hide1199 {
        display: none;
    }

    .profile-cstm .profile-info {
        max-width: 130px;
        margin-right: 20px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
    .breadcrumb h1 {
        margin: 0 0px 15px;
    }

    .profile-cstm .profile-info {
        max-width: 100px;
        margin-right: 0px;
        float: none;
    }

    .social-info {
        float: none;
        display: block;
        padding-top: 20px;
    }

    .profile-box.cstm.profile {
        display: block
    }

    .card-header[role="tab"] a[aria-expanded="true"]:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        left: 0;
        top: 0;
        border-style: solid;
        border-width: 0px 0px 25px 25px;
        border-color: transparent #cd1f1f00 #bf202f00 #9d474f;
    }

    .custom-tabs .tab-content:after {
        display: none;
    }

    .card-header h5 > a {
        color: #333
    }

    .card-header[role="tab"] a[aria-expanded="true"] {
        color: #bf202f;
    }
}

.rightside {
    left: auto !important;
    right: 0 !important;
}

.profile-box.cstm.profile .social-info ul li:nth-child(odd) {
    font-weight: 700;
}

.social-info .btn {
    padding: 0px 5px;
    font-size: 10px;
    width: auto;
    height: 21px;
    line-height: 20px;
    background: #424244;
}

.border-r-zero {
    border-radius: 0;
    line-height: 4px;
}

.height100 {
    margin-bottom: 0;
}

.sidebar-left-secondary .childNav li.nav-item.open > .submenu li {
    margin-bottom: 0;
}

.padding-left .collapse {
    padding-left: 10px;
}

.switchheight {
    margin-top: 42px;
}

.inlin-btn {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.inlin-btn li {
    margin-bottom: 0;
    margin-right: 5px;
}

.inlin-btn label.switch {
    margin-top: 6px;
}

.sub-heading {
    font-weight: bold;
    color: #000000 !important;
    font-size: 16px !important;
}

.profilecstm-txt {
    box-shadow: none;
}

.cstm-modal {
}

.cstm-modal {
}

.cstm-modal .modal-header h5 {
    font-size: 20px;
}

.cstm-modal .modal-header {
    background: #f7f7f7;
    padding: 10px;
    margin: 0px 0 10px;
}

.headtitl strong {
    color: #fefefe;
    font-weight: normal !important;
}

.formgroup {
    margin-bottom: 10px;
}

.profile-box.cstm.profile .active {
    background: #9d474f;
    border-color: #9d474f;
    color: #fff;
}


table.table-bordered.dataTable th {
    font-size: 15px;
    color: #fff;
}

.cstm-modal {
    left: 50%;
    transform: translateX(-50%);
}

.cstm-modal.modal .modal-dialog {
    transform: translate(0, 0);
    overflow: auto;
    height: 100%;
}

.cstm-modal.modal {
    overflow-x: hidden;
    overflow-y: hidden !important;
}

.curcusr {
    cursor: pointer;
}

.themeclr {
    background-color: #9d474f;
    border-color: #9d474f;
}


.theme-clr .page-item.active .page-link {
    background-color: #9d474f;
    border-color: #9d474f;
}

.blackclr .page-item.active .page-link {
    background-color: #424244;
    border-color: #424244;
}

.dataTables_length {
    display: none;
}

.radiobtn {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.radiobtn li {
    display: inline-block;
    margin-bottom: 9px;
}

.table td {
    padding: 0.30rem !important;
    vertical-align: inherit !important;
}


@media (min-width: 576px) {
    .modal-dialog {
        max-width: 80%;
        margin: 1.75rem auto;
    }
}

.mega-menu .dropdown-menu .bg-img {
    background: linear-gradient(to right, #bf202f, #8d0815);
}

.profile-cstm .profile-info {
    margin-bottom: 30px;
    letter-spacing: -3px;
}

.profile-cstm i.nav-icon.i-Upload,
.profile-cstm i.nav-icon.i-Administrator {
    position: relative;
    z-index: 9;
    background: #67bcdb;
    color: #f8f9fa;
    font-size: 25px;
    text-align: center;
    padding: 8px 8px;
    margin-top: 0;
    left: 0px;
    bottom: 0px;
    width: 100%;
    display: inline-block;
    margin: 0 -0.5px 0 0;
}

.profile-cstm i.nav-icon.i-Upload {
    right: 0;
    left: auto;
    border-left: 1px solid #ffffff;
}

.imgbg {
    background-size: cover !important;
    background-position: center !important;
    border-radius: 5px 5px 0 0;
    min-height: 140px;
    overflow: hidden;
    max-height: 140px;
}

.section-loader {
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    z-index: 9;
    height: 100%;
    width: 100%;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #9d474f;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #9d474f transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.input-btn,
.submit-btn {
    width: 50%;
    display: inline-block;
    position: relative;
}

.profile-cstm .profile-info form {
    position: relative;
    letter-spacing: -4px;
}

.btn-popver {
    background: transparent;
    border: 0;
}

.input-validation-error {
    border: red 1px solid;
}


/*calender*/


.fc-timeline .fc-head .fc-time-area .fc-cell-content {
    border-bottom: 1px solid #ddd;
}

span.date-row {
}

.date-row a.plus_button {
    float: right;
}

.day-row {
    padding: 0px 8px 2px;
}

.day-row i.fa.fa-tasks.task_button {
    float: right;
}

.fc-cell-content span.fc-cell-text {
    position: relative;
}

.fc-cell-content span.fc-cell-text .form-check {
    opacity: 0;
    position: absolute;
    left: 25px;
    top: 20px;
    transition: all 0.3s ease;
    padding-left: 0;
}

.fc-cell-content:hover span.fc-cell-text .form-check {
    opacity: 1;
    left: -29px;
    z-index: 999;
}

.fc-cell-content span.fc-cell-text .media {
    float: left;
    transition: all 0.3s ease;
    display: initial;
    align-items: normal;
}

.fc-cell-content span.fc-cell-text .content {
    overflow: hidden;
    padding-left: 10px;
    padding-right: 16px;
}

.fc-cell-content span.fc-cell-text .media img {
    max-width: 60px;
    border-radius: 60px;
}

.fc-cell-content:hover span.fc-cell-text .media {
    opacity: 0;
}

.fc-cell-content {
    position: relative;
    max-width: 350px;
    width: 100%;
    font-size: 12.5px;
    font-weight: 400;
}

.fc-cell-content i.fa.fa-ellipsis-v {
    position: absolute;
    top: 50%;
    right: 4px;
    margin-top: -10px;
}

.fc-timeline .fc-divider {
    display: none;
}

.fc table {
    font-size: 13px;
}

.fc-ltr .fc-timeline-event {
    border-radius: 2px;
}

.green-bg {
    background: #3e6542 !important;
    color: #fff !important;
}

.yellow-bg {
    background: #e6dc11 !important;
    color: #000 !important;
}

.brown-bg {
    background: #402f1b !important;
    color: #fff !important;
}

.themeclr-bg {
    background: #bf202f !important;
    color: #fff !important;
}

.fc-ltr .fc-timeline-event {
    margin-left: 5px;
    margin-top: 5px;
}


.fc-timeline .fc-head .fc-time-area .fc-cell-content {
    border-bottom: 1px solid #ddd;
}

span.date-row {
    padding: 0px 7px;
    display: inline-block;
}

.date-row a.plus_button {
    float: right;
}

.day-row {
    text-align: left;
    float: right;
}

.day-row i.fa.fa-tasks.task_button {
    float: right;
}

.fc-toolbar.fc-header-toolbar button {
    background: transparent;
    color: #424244;
}

.fc-myTodayButton-button {
    background: transparent !important;
    border: 0;
}


.mrg-zero {
    margin-left: -1px !important;
    border-radius: 0 2px 2px 0;
}

.current-tab {
    background: #137413 !important;
    border-radius: 2px 0 0 2px;
    color: #fff !important;
    margin-right: -4px;
    border-color: #9d474f !important;
}


.fc-toolbar.fc-header-toolbar {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 20px 30px 0;
}

.fc-toolbar.fc-header-toolbar button {
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #374767;
    padding: 4px 10px;
    font-size: 13px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.fc-toolbar.fc-header-toolbar button:hover {
    background: #9d474f;
    color: #fff !important;
    border-color: #9d474f;
}

button.fc-myTodayButton-button {
    border: 0 !important;
    position: relative;
    top: -10px;
}

.fc-toolbar.fc-header-toolbar button svg {
    width: 14px;
    height: 16px;
}

.head-cs {
    margin: 0 -12px;
    line-height: 10px;
    list-style: none;
    padding: 0;
    font-size: 12px;
}

.head-cs li {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 8px;
}

.head-cs li:last-child {
    padding: 0;
    border: 0;
    margin-bottom: 0;
}

.head-cs i {
    color: #9d474f;
}


.fc-toolbar.fc-header-toolbar button:hover a {
    color: #fff;
}

.calendar-cs {
    table-layout: fixed;
    border: 0;
    /* overflow: inherit !important; */
}


.calendar-cs .badge {
    position: absolute;
    top: 5px;
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    left: 5px;
    text-align: left;
    padding: 11px;
    border-radius: 0;
    border-right: 0px dotted #fff;
}

.table td {
    position: relative;
}

/*calendar end*/


/**
 * Tooltip Styles
 */

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
    position: absolute;
    bottom: 110%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 7px;
    width: 160px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    white-space: normal;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
    position: absolute;
    bottom: 110%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 20%, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.calendar-cs .badge a {
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 10px;
    top: 0;
    left: 0;
    line-height: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    max-width: 100%;
}

.guard_name {
    min-width: 120px;
}

ul.full-bg {
    display: flex;
    padding-left: 0;
    flex-wrap: nowrap;
    margin-bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    z-index: 0;
}

ul.full-bg li {
    position: relative;
    list-style: none;
}

ul.full-bg li {
    width: 100%;
    margin-bottom: 0;
}


@media only screen and (max-width: 1365px) and (min-width: 320px) {

    .profile-box.cstm.profile .social-info ul li {
        width: 155px;
    }

    .profile-box.cstm.profile .social-info ul li:nth-child(2n) {
        width: calc(100% - 160px);
    }

    .profile-cstm .col-sm-9 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


@media only screen and (max-width: 991px) and (min-width: 320px) {


    .profile-cstm .col-sm-9 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .profile-box.cstm.profile {
        display: block;
    }

    div#guard-profile-info,
    .profile-cstm .profile-info {
        max-width: 100%;
        margin-right: 20px;
        float: none;
    }
}

.fromcst video {
    display: none;
}

.fromcst.vedio {
    background-image: none !important;
}

.fromcst.vedio video {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.show-forgotPassword-model-view {
    background: transparent;
    border: 0;
    float: left;
    color: #010101;
    padding: 0;
}

.f-right {
    float: right;
}

.csform .form-group input[type="checkbox"] {
    height: auto;
}

button#aws-login {
    background: rgb(28 31 54 / 68%);
    border-radius: 0;
    padding: 14px 20px;
    width: 100%;
    margin: 0px 0px 0px;
    border: 0;
    border-bottom: 20px solid rgb(110 50 73 / 79%);
}

button#aws-login:hover {
    background: #552b41;
    box-shadow: none;
    border-color: #137413;
}

.switch .slider:before {
    background-color: #575758;
}

.switch .slider {
    background-color: #959595b8;
}

.switch-primary input:checked + .slider {
    background-color: #333043 !important;
}

.card-icon [class^="i-"], .card-icon .lead {
    color: #1c1f33 !important;
}

.text-primary {
    color: #1c1f33 !important;
}

.csform .card.o-hidden .p-4 {
    padding-bottom: 0 !important;
    position: relative;
    z-index: 99;
}

div#login-form-controls {
    margin: 20px 0px 30px;
    justify-content: flex-end;
}

h1.mb-3.text-18 {
    margin: 0;
    color: #121212;
    text-align: center;
    padding: 0 0px;
    background: transparent;
}

.switch-dark input:checked + .slider {
    background-color: rgb(112 112 115);
}

.csform .form-group input::-webkit-input-placeholder { /* Edge */
    color: #312f43;
}

.csform .form-group input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #312f43;
}

.csform .form-group input::placeholder {
    color: #312f43;
}


.chatbox {
    position: fixed;
    bottom: 0;
    right: 30px;
    width: 300px;
    height: 400px;
    background-color: #fff;
    font-family: 'Lato', sans-serif;
    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 999;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    z-index: 99999999;
}

.chatbox--tray {
    bottom: -350px;
    z-index: 99999999;
}

.chatbox--closed {
    bottom: -400px;
}

.chatbox .form-control:focus {
    border-color: #1f2836;
}

.chatbox__title,
.chatbox__body {
    border-bottom: none;
}

.chatbox__title {
    min-height: 50px;
    padding-right: 10px;
    background-color: #1c1f33;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.chatbox__title h5 {
    height: 50px;
    margin: 0 0 0 15px;
    line-height: 50px;
    position: relative;
    padding-left: 20px;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.chatbox__title h5 a {
    color: #fff;
    max-width: 195px;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chatbox__title h5:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    background: #4CAF50;
    border-radius: 6px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.chatbox__title__tray,
.chatbox__title__close {
    width: 24px;
    height: 24px;
    outline: 0;
    border: none;
    background-color: transparent;
    opacity: 0.5;
    cursor: pointer;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
}

.chatbox__title__tray:hover,
.chatbox__title__close:hover {
    opacity: 1;
}

.chatbox__title__tray span {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-bottom: 2px solid #fff
}

.chatbox__title__close svg {
    vertical-align: middle;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.2px;
}

.chatbox__body,
.chatbox__credentials {
    padding: 15px;
    border-top: 0;
    background-color: #fff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.chatbox__credentials {
    display: none;
}

.chatbox__credentials .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.chatbox__body {
    overflow-y: auto;
}

.chatbox__body__message {
    position: relative;
}

.chatbox__body__message p {
    padding: 15px;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
    box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
}

.chatbox__body__message img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fcfcfc;
    position: absolute;
    top: 15px;
}

.chatbox__body__message--left p {
    margin-left: 15px;
    padding-left: 30px;
    text-align: left;
    padding-top: 25px;
}

.chatbox__body__message--left img {
    left: -5px;
}

.chatbox__body__message--right p {
    margin-right: 15px;
    padding-right: 30px;
    text-align: right;
}

.chatbox__body__message--right img {
    right: -5px;
}

.chatbox__message {
    padding: 15px;
    min-height: 50px;
    outline: 0;
    resize: none;
    border: none;
    font-size: 12px;
    border: 1px solid #ddd;
    border-bottom: none;
    background-color: #fefefe;
}

.chatbox--empty {
    height: 262px;
}

.chatbox--empty.chatbox--tray {
    bottom: -212px;
}

.chatbox--empty.chatbox--closed {
    bottom: -262px;
}

.chatbox--empty .chatbox__body,
.chatbox--empty .chatbox__message {
    display: none;
}

.chatbox--empty .chatbox__credentials {
    display: block;
}

.chatbox_timing {
    position: absolute;
    right: 10px;
    font-size: 12px;
    top: 2px;
}

.chatbox_timing ul {
    padding: 0;
    margin: 0
}

.chatbox_timing ul li {
    list-style: none;
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
}

.chatbox_timing ul li a {
    display: block;
    color: #747474
}

.ul_msg {
    padding: 10px !important;
}

.chatbox__body__message--right .ul_section_full {
    margin-right: 15px;
    padding-right: 30px;
    text-align: right;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
    box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-top: 15px;
}

.chatbox__body__message--left .ul_section_full {
    margin-left: 15px;
    padding-left: 15px;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
    box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
}

.ul_msg {
    padding: 0;
    margin: 0px
}

.ul_msg li {
    list-style: none;
    display: block
}

.ul_msg2 {
    padding: 0;
    margin: 0px;
    text-align: right;
}

.ul_msg2 li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
}

.chatbox__body__message--right .chatbox_timing {
    position: absolute;
    left: 10px;
    font-size: 12px;
    top: 2px;
}

.chatbox__body__message--right .ul_msg2 {
    text-align: left
}

.chatbox__body__message--right .ul_msg2 li {
    list-style: none;
    display: inline-block;
    margin-left: 15px;
    margin-right: 0px
}

.chat_set_height {
    height: 40px;
    margin-top: 1px;
}

.chatbox22 .form-control:focus {
    border-color: #DCDCDC;
}

.width50 {
    width: 50%;
    float: left;
    background: #ECECEC;
}

/*======================Chat Box Ends=====================================================*/
/*======================Message=====================================================*/
.message_check {
    padding-top: 10px;
}

.messsade_date {
    text-align: left;
    padding-top: 9px;
}

.messsade_date a {
    color: #000;
}

.padleftright0 {
    padding-left: 0px;
    padding-right: 0px;
}

.message_box_area {
    color: #000;
    cursor: pointer;
}

.create_m {
    border: 1px solid #ccc !important;
}

.fileinput-button {
    float: left;
    margin-right: 4px;
    overflow: hidden;
    position: relative;
}

.fileinput-button {
    background: none repeat scroll 0 0 #eeeeee;
    border: 1px solid #e6e6e6;
    margin-top: 15px;
}

.fileinput-button {
    float: left;
    margin-right: 4px;
    overflow: hidden;
    position: relative;
}

.fileinput-button input {
    cursor: pointer;
    direction: ltr;
    font-size: 23px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-300px, 0px) scale(4);
}

.fileupload-buttonbar .btn, .fileupload-buttonbar .toggle {
    margin-bottom: 5px;
}

.create_m:focus {
    border-color: #66afe9 !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) !important;
}

.col-lg-3.control-label {
    text-align: left;
}

.contacts-scrollable .contact:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    top: calc(50% - 4px);
    right: 30px;
    background: #bbb;
    border-radius: 50%;
}

.contacts-scrollable .contact.online:before {
    background: #4caf50;
}

.contacts-scrollable {
    color: #1c1f36;
}

.p-3.d-flex.border-bottom {
    padding: 10px 0 !important;
    position: relative;
}

.hide-media .media {
    display: none !important;
}

.hide-media .content {
    font-size: 11px !important;
    padding-left: 2px !important;
    padding-right: 2px !important;
}


table {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-collapse: collapse;
}


/*thead*/
.calendar-cs thead {
    position: sticky;
    display: block; /*seperates the header from the body allowing it to be positioned*/
    overflow: visible;
    background: #3b444b !important;
    left: 0;
    top: 0;
    z-index: 99;
}

.calendar-cs thead th {
    min-width: 185px;
    height: auto;
}

.calendar-cs thead th:nth-child(1) { /*first cell in the header*/
    /*seperates the first cell in the header from the header*/
    min-width: 210px !important;
    background: #3b444b;
    z-index: 9;
    color: #fff;
    border-bottom-color: #3b444b;
    border-left-color: #3b444b;
}


/*tbody*/
.calendar-cs tbody {
    position: relative;
    display: block; /*seperates the tbody from the header*/
}

.calendar-cs tbody td {
    min-width: 185px;
}

.calendar-cs tbody tr td:nth-child(1) {
    position: relative;
    display: block; /*seperates the first column from the tbody*/
    height: 65px;
    min-width: 210px !important;
    background: #3b444b;
    z-index: 9;
    border-color: #945b4d5c;
}

.calendar-cs tbody tr td:nth-child(1) span {
    color: #fff;
}

.oneMonth thead th {
    white-space: nowrap;
}

.oneMonth thead th, .oneMonth td {
    min-width: 80px !important;
    font-size: 11px;
}

.twoWeek thead th, .twoWeek td {
    min-width: 92px !important;
}


.blinking {
    animation: blinkingText 1.5s infinite;
}

@keyframes blinkingText {
    0% {
        color: #137413;
    }

    49% {
        color: #fff;
    }

    50% {
        color: #137413;
    }

    99% {
        color: #fff;
    }

    100% {
        color: #137413;
    }
}

.ripple.show-forgotPassword-model-view {
    background: transparent !important;
    color: #000;
    box-shadow: none !important;
}

.layout-sidebar-compact .sidebar-left-secondary header .logo img {
    height: 44px;
}

.card-icon-bg-primary [class^="i-"] {
    color: rgb(78 57 32);
}

.layout-sidebar-compact .sidebar-left-secondary header .logo img {
    height: auto;
}

.layout-sidebar-compact .sidebar-left-secondary header .logo {
    margin: -13px -25px 1px;
    padding-top: 0;
    position: relative;
}

.layout-sidebar-compact .sidebar-left-secondary header .logo:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    bottom: 10px;
    border-style: solid;
    border-width: 39px 0px 0px 230px;
    border-color: #ffffff00 #cd1f1f00 #ffffff #ffffff;
}

.sb_menu_under {
    background: #ffffff;
    padding: 15px 0 3px;
}

.sb_menu_under h6 {
    color: #0064a1;
    font-size: 17px !important;
}

.sb_menu_under .childNav li.nav-item a span {
    font-size: 12px;
}

.layout-sidebar-compact .sidebar-left .navigation-left .nav-item .nav-item-hold {
    color: #f9f9f9;
    padding: 18px 0 !important;
}

.nav-icon-width {
    width: 25px;
}

.bg_orange {
    background: -moz-linear-gradient(right, #ff784a, #ff926d) !important;
    background: -webkit-linear-gradient(right, #ff784a, #ff926d) !important;
    background: linear-gradient(to left, #ff784a, #ff926d) !important;
    color: #fff;
}

.bg_teal.card-icon-bg-primary [class^="i-"],
.bg_slat.card-icon-bg-primary [class^="i-"],
.bg_cranberry.card-icon-bg-primary [class^="i-"],
.bg_orange.card-icon-bg-primary [class^="i-"] {
    color: #fff;
}

.bg_cranberry {
    background: -moz-linear-gradient(right, #e15671, #e7758a) !important;
    background: -webkit-linear-gradient(right, #e15671, #e7758a) !important;
    background: linear-gradient(to left, #e15671, #e7758a) !important;
    color: #fff;
}

.bg_teal {
    background: -moz-linear-gradient(right, #0aab7b, #0cd096) !important;
    background: -webkit-linear-gradient(right, #0aab7b, #0cd096) !important;
    background: linear-gradient(to left, #0aab7b, #0cd096) !important;
    color: #fff;
}

.bg_slat {
    background: -moz-linear-gradient(right, #8845f5, #aa7af8) !important;
    background: -webkit-linear-gradient(right, #8845f5, #aa7af8) !important;
    background: linear-gradient(to left, #8845f5, #aa7af8) !important;
    color: #fff;
}

.bg_green {
    background: -moz-linear-gradient(right, #ff784a, #ff926d) !important;
    background: -webkit-linear-gradient(right, #ff784a, #ff926d) !important;
    background: linear-gradient(to left, #84A225, #84A225) !important;
    color: #fff;
}

.section_set_height {
    min-height: 180px;
    color: #fff;
    padding: 20px 30px;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.section_set_height h3 {
    color: #fff;
    text-transform: capitalize;
    font-size: 38px;
}

.section_set_height:after {
    content: '';
    position: absolute;
    background: #3b444b9c;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
}


.equal-height {
    height: 100%;
}

.equal-height .card-body {
    display: flex;
    flex-flow: column-reverse;
    flex-wrap: nowrap;
    align-items: center;
}

.equal-height img {
    max-width: fit-content;
}

.bg_teal img {
    max-width: 90px;
}

label.switch.pr-5.switch-primary.mr-3 {
    margin-bottom: 20px;
}

.btn.savebtn {
    border-radius: 0;
    background: #0064a1;
    color: #fff;
    border: 1px solid #0064a1 !important;
}

.btn.savebtn:hover {
    border: 1px solid #0064a1 !important;
    background: #3b444b;
}


table.dataTable {
    border-collapse: collapse !important;
}


/*
    Table Calendar
*/
.fc-cell-content span.fc-cell-text {
    position: relative;
}

.fc-cell-content span.fc-cell-text .form-check {
    opacity: 0;
    position: absolute;
    left: 25px;
    top: 20px;
    transition: all 0.3s ease;
    padding-left: 0;
}

.fc-cell-content:hover span.fc-cell-text .form-check {
    opacity: 1;
    left: -29px;
    z-index: 999;
}

.fc-cell-content span.fc-cell-text .media {
    float: left;
    transition: all 0.3s ease;
    display: initial;
    align-items: normal;
}

.fc-cell-content span.fc-cell-text .content {
    overflow: hidden;
    padding-left: 5px;
    padding-right: 10px;
    font-size: 11px;
}

.fc-cell-content span.fc-cell-text .media img {
    max-width: 29px;
    border-radius: 60px;
}


.fc-cell-content {
    position: relative;
    max-width: 350px;
    font-size: 13px;
    font-weight: 400;
    padding: 5px 8px 3px;
    line-height: 15px;
    margin-bottom: 2px;
    color: #fff;
    /* color: #0064a1; */
}

.calendar-cs tbody tr td .fc-cell-content {
    color: #000;
}

.fc-cell-content sup {
    color: #b1634d;
    font-size: 12px;
    left: 2px;
    font-weight: 700;
}

.fc-cell-content i.fa.fa-ellipsis-v {
    position: absolute;
    top: 50%;
    right: 4px;
    margin-top: -10px;
}

.fc-timeline .fc-divider {
    display: none;
}

.fc table {
    font-size: 13px;
}

.fc-ltr .fc-timeline-event {
    border-radius: 2px;
}

.green-bg {
    background: #3e6542 !important;
    color: #fff !important;
}

.yellow-bg {
    background: #e6dc11 !important;
    color: #000 !important;
}

.brown-bg {
    background: #402f1b !important;
    color: #fff !important;
}

.themeclr-bg {
    background: #bf202f !important;
    color: #fff !important;
}

.fc-ltr .fc-timeline-event {
    margin-left: 5px;
    margin-top: 5px;
}


.calendar-cstm td {
    position: relative;
    height: 85px;
}

.calendar-cstm td .date_cs {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
    z-index: 1;
}

.calendar-cstm th {
    text-align: center;
}

.calendar-cstm td .week_cs {
    position: absolute;
    top: 20px;
    left: 7px;
    font-size: 11px;
    color: #c2bec5;
    white-space: nowrap;
    transform: rotate(-90deg);
}

.stick_table th {
    position: sticky;
    top: -1px;
    background: #3b444b;
    z-index: 9;
    color: #fff;
    border-color: #af684e4d;
    border-bottom: 2px solid #af684e4d !important;
}

.calendar-height {
    max-height: 60vh;
}

.stick_table {
    table-layout: fixed;
    border: 0;
    overflow: auto;
}

.stick_table .borderzero {
    border: 0 !important;
    background: #fcfcfc;
    width: 50px;
}


.calendar-cs tbody tr td:first-child {
    position: sticky;
    top: 0;
    left: 0;
}

.fc-cell-content.week_sun,
.fc-cell-content.week_sat {
    color: #0064a1;
}


.calendar-cs tbody td.week_clm_sat {
    background: #938f8f;
    border-color: #938f8f;
}

.calendar-cs tbody td.week_clm_sun {
    background: #aea9a9;
    border-color: #aea9a9;
}

.calendar-cs tbody td.week_clm_sat .badge,
.calendar-cs tbody td.week_clm_sun .badge {
    border: 0
}

.fc-cell-content span.fc-cell-text .content b a {
    color: #0064a1;
}

.stick_table th.week_sun, .stick_table th.week_sat {
    color: #0064a1;
}

.calendar-cstm td .date_cs.pickCs {
    background: #000;
    border-radius: 0px;
    padding: 0px;
    min-width: 22px;
    text-align: center;
    color: #0064a1;
    top: 0;
    right: 0;
}

.calendar-cstm td.week_sat_clm {
    background: #efefef;
}

.calendar-cstm td.week_sun_clm {
    background: #eae8e8;
}


.calendar-cstm td.date-disable {
    pointer-events: none;
    opacity: 0.2;
    background: #d4d4d4;
}


.select2-container .select2-selection--single {
    width: 100%;
    display: block;
    border-radius: 0;
    border: 0;
    padding-left: 10px;
    margin-bottom: 0px;
    background-color: #e8e8e8;
    border-bottom: 3px solid #d0d0d0;
    transition: all .5s;
    height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
}

.select2-search--dropdown .select2-search__field {
    outline: none;
    border: 1px solid #d0d0d0 !important;
}

.select2-dropdown {
    border: 1px solid #d0d0d0;
    border-radius: 0;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #f1f1f1;
    color: #0c0c0c;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 7px;
}

.select2-container--default * {
    outline: none !important
}

.calendar-cstm td .addPlus {
    top: 24px;
    background: green;
    color: #ffff;
}

.legends-cs {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    flex-wrap: wrap;
}

.legends-cs .bg-box {
    background: #000;
    display: inline-block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 3px;
    left: 0;
    border-radius: 20px;
}

.legends-cs li {
    padding-left: 20px;
    position: relative;
    margin-right: 11px;
    align-content: center;
}

.summary-tr ul {
    display: flex;
    width: 100%;
    padding-left: 0;
    justify-content: space-between;
    padding: 0px 10px;
    text-align: center;
    background: #1c2933;
    margin-bottom: 0;
    line-height: 30px;
}

.summary-tr li {
    color: #fff;
    list-style: none;
    padding: 0px 5px;
}

table .summary-tr {
    padding: 0 !important;
}

.summary-tr ul + ul {
    background: #dee2e6;
    color: #000;
    line-height: 37px;
}

.summary-tr ul + ul li {
    color: #000;
}


/**/


/*
*/


ul.timeline {
    list-style-type: none;
    position: relative;
}

ul.timeline:before {
    content: ' ';
    background: #67bcdb;
    display: inline-block;
    position: absolute;
    left: 6px;
    width: 1px;
    height: 100%;
    z-index: 1;
}

ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}

ul.timeline > li:before {
    content: ' ';
    background: #67bcdb;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #67bcdb;
    left: 3px;
    width: 7px;
    height: 7px;
    z-index: 1;
    color: #67bcdb;
    top: 15px;
}

.history {
    height: 100px;
}

.history-cstm {
    margin-top: 15px;
    display: flex;
}

.history-cstm ul.link li {
    padding: 3px 0 5px 10px !important;
    font-size: 14px;
}

.history-cstm ul.link {
    margin-top: 11px;
}

.history-cstm ul.link li a:hover {
    color: #757575;
}

.history-cstm ul.link li a {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    color: #333;
}

.vh-80 {
    height: calc(100vh - 120px);
    overflow: auto;
}

.scroll-histor {
    height: calc(100vh - 280px);
}

.history-cstm ul.timeline > li {
    padding: 10px 20px 10px 30px !important;
    margin-top: 0;
    position: relative;
}

ul.timeline li {
    font-size: 15px;
}

.uppercase {
    text-transform: uppercase;
}

ul.timeline li {
    font-size: 15px;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0px !important;
    padding: 13px 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    padding: 15px 50px 15px 50px !important;
    cursor: pointer;
    color: #757575;
}

ul:not(.browser-default) {
    padding-left: 0;
    list-style-type: none;
}

.sidebar-content {
    position: relative;
    max-width: 250px;
    width: 100%;
}

.tab-cstm-content {
    width: calc(100% - 250px);
    padding-left: 30px;
}

.tab-cstm-content ul.report-create-list li {
    margin-left: 0;
    padding: 10px 10px !important;
    width: 25%;
    margin-bottom: 5px !important;
}

ul.report-create-list {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.tab-cstm-content ul.report-create-list li a {
    display: flex;
    align-items: center;
    font-weight: 300;
}

.tab-cstm-content ul.report-create-list li img {
    margin-right: 10px;
}

.tab-cstm-content ul.report-create-list li:hover {

cursor: pointer;

font-weight: normal;

background: #67bcdb69;
}
.tab-cstm-content ul.report-create-list li:hover a{
    color:#333
}

.textarea-resize {
    resize: none;
}

.layout-sidebar-compact .sidebar-left .navigation-left .nav-item.active {
    color: #fff;
    border-left: 2px solid #67bcdb;
}

.layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item a i {
    color: #47404f;
}

.btn-primary, .btn-outline-primary {
    border-color: #67bcdb;
}

button.btn.btn-raised.btn-raised-dark {
    background: #5b5c5c;
}

.btn-primary {
    background-color: #67bcdb;
    color: #fff;
}

.layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item a:hover {
    background: #f0f0f06e;
    color: #0064a1;
}


.layout-sidebar-compact .sidebar-left-secondary header h6 {

    color: #0064a1;
}

ul.btn-links li .btn.theme-btn {
    background-color: #67bcdb;
}

ul.btn-links li .btn.theme-btn:hover {
    background-color: #090a0a;
}

.form-control {
    background: transparent;
    border-radius: 0;
}

.form-control:focus {
    border-color: #000000;
    box-shadow: none;
}

.btn.btn-primary:hover,
.btn-dark:hover, .btn-outline-dark:hover {
    box-shadow: none;
    background-color: #0f0f0f;
    border-color: #0f0f0f;
}

.page-item.active .page-link {
    color: #fff !important;
    background-color: #67bcdb !important;
    border-color: #67bcdb !important;
}

.btn {
    border-radius: 0;
}


thead {
    background-color: #67bcdb !important;
}

.btn-dark, .btn-outline-dark {
      border-color: rgb(71 64 79 / 0.0);
    background-color: rgb(59 68 75);
}

.card-body h3 button.btn {
    /* background: #67bcdb; */
    border-radius: 0;
    line-height: 28px;
}

.btn-primary:hover, .btn-outline-primary:hover {

    box-shadow: none;

    border-color: #67bcdb;
}

.card-body h3 button.btn:hover {
    border-color: #0f0f0f;
    background: #0f0f0f;
}


.headingbg .breadcrumb h5{
	color: #f6f6f6;
}



table.inner-table {
            margin-bottom: 30px !important;
        }

        

        

        table td {
            font-size: 14px;
            vertical-align: middle;
            padding: 3px;
        }

        .text-align-right {
            text-align: right;
        }

        .text-align-left {
            text-align: left;
        }

        .text-align-center {
            text-align: center;
        }

        table.border tr > th,
        table.border > tbody > tr > td {
            border: 1px solid #e8e7e7;
        }

        table.border tr > th,
        table.border > tbody > tr > td {
            border-left: 0;
            border-top: 0;
            padding: 10px 10px;
        }

        table.border tr > th:last-child,
        table.border > tbody > tr > td:last-child {
            border-right: 0;
        }

        table.border {
            border: 1px solid #c9c9c9;
            padding: 0;
        }

        table.border tr > th {
            line-height: 30px;
            font-weight: 600;
            color: #fff;
            border: 0;
        }

table.border.border-1 tr > th{
    
border: 1px solid #5cb3d3;
}

        table.border td {
            border: 1px solid #c9c9c9;
            border-top: 0;
        }

        table.border table td {
            border-left: 0;
        }

        table.border table tr:last-child td {
            border-bottom: 0;
        }

        table.border table tr td:last-child {
            border-right: 0;
        }

        table.border table {
            border-collapse: collapse;
            margin: -2px 0;
        }

        .border-zero td {
            border: 0 !important;
        }

        /*table.inner-table {*/
        /*    margin-left: 40px !important;*/
        /*    width: calc(100% - 40px);*/
        /*}*/
        table.inner-table td {
            border-style: dashed;
            line-height: 30px;
        }

        table h5,
        table h4 {
            margin-bottom: 0;
            margin-top: 0;
        }

        table.border table td span {
            padding-right: 15px;
        }

        table.border table:last-child {
            margin-bottom: 0 !important;
        }
         table h3{
             
background: transparent !important;
             
padding: 0 !important;
         }

.layout-sidebar-compact .sidebar-left .navigation-left .nav-item{
    border-bottom: 1px solid rgb(49 49 49);
}

.sidenav-open .app-footer {
    width: calc( 100% - 76px - 220px);
}
.layout-sidebar-compact .main-content {
    margin-top: 85px;
}
table.body h3 {
    padding: 0;
}
.form-control:disabled, .form-control[readonly] {
    background-color: rgb(0 0 0 / 2%);
}
table.border-zero thead {
    background: transparent !important;
}


.accordion > .card {
    overflow: inherit;
}
.picker__table thead {
    background: transparent !important;
}
.picker__header .picker__nav--next:hover, .picker__header  .picker__nav--prev:hover , 
.picker__footer button:hover {
    background: #67bcdb1f !important;
}
select.form-control {
    -webkit-appearance: auto;
}
.col-eq-8 > div[class^="col-"] {
    width: calc(100% / 8);
}



.lms-tooltip {
    position: relative;
    display: inline-block;
}

.lms-tooltip-content {
    visibility: hidden;
    width: 200px;
    background-color: #f9f9f9;
    color: #000;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
}

.lms-tooltip-content.show {
        visibility: visible;
        opacity: 1;
    }

.lms-close-tooltip {
    margin-top: 5px;
    cursor: pointer;
}

.element-with-tooltip[title] {
    pointer-events: none;
}