.btn-group.select {
    width: 100%;
}

.btn-group.select .btn {
    text-align: left;
}

.btn-group.select .caret {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 8px;
}


.dropdown-toggle:after,
.bootstrap-switch-label:before {
    -webkit-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
    -o-transition: all 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: all 150ms ease 0s;
}

.dropdown-toggle[aria-expanded="true"]:after {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


.bg-default {
    background-color: #888 !important;
}

.bg-primary {
    background-color: #0c7ce6 !important;
}

.bg-info {
    background-color: #1cbfd0 !important;
}

.bg-success {
    background-color: #04be5b !important;
}

.bg-danger {
    background-color: #ee2558 !important;
}

.bg-warning {
    background-color: #ff9948 !important;
}

.bg-white {
    background-color: #fff !important;
}

.alert {
    border: 0;
    border-radius: 0.35rem;
    color: #fff;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    position: relative;
}

.alert.alert-success {
    background-color: rgba(4, 190, 91, 0.8);
}

.alert.alert-danger {
    background-color: rgba(238, 37, 88, 0.8);
}

.alert.alert-warning {
    background-color: rgba(255, 153, 72, 0.8);
}

.alert.alert-info {
    background-color: rgba(28, 191, 208, 0.8);
}

.alert.alert-primary {
    background-color: rgba(12, 124, 230, 0.8);
}

.alert .alert-icon {
    display: block;
    float: left;
    margin-right: 15px;
    margin-top: -1px;
}

.alert strong {
    font-size: 12px;
    text-transform: uppercase;
}

.alert i.fa,
.alert i.now-ui-icons {
    font-size: 20px;
}

.alert .close {
    color: #fff;
    opacity: 0.9;
    text-shadow: none;
    line-height: 0;
    outline: 0;
}

.alert a,
.alert .alert-link {
    font-weight: 700;
    color: #fff;
    text-decoration: underline;
}

.alert.bootstrap-notify-container {
    max-width: 400px;
}

.alert.bootstrap-notify-container .close {
    top: 15px !important;
}


.popover {
    font-size: 12px;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
    border: none;
    line-height: 1.7;
    max-width: 240px;
}

.popover.bs-popover-top .arrow:before,
.popover.bs-popover-left .arrow:before,
.popover.bs-popover-right .arrow:before,
.popover.bs-popover-bottom .arrow:before {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.popover .popover-header {
    color: rgba(136, 136, 136, 0.6);
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0;
    margin-top: 5px;
    border: none;
    background-color: rgba(0, 0, 0, 0);
}

.popover:before {
    display: none;
}

.popover.bs-tether-element-attached-top:after {
    border-bottom-color: #fff;
    top: -9px;
}

.popover.popover-primary {
    background-color: #0c7ce6;
}

.popover.popover-primary .popover-body {
    color: #fff;
}

.popover.popover-primary.bs-popover-right .arrow:after {
    border-right-color: #0c7ce6;
}

.popover.popover-primary.bs-popover-top .arrow:after {
    border-top-color: #0c7ce6;
}

.popover.popover-primary.bs-popover-bottom .arrow:after {
    border-bottom-color: #0c7ce6;
}

.popover.popover-primary.bs-popover-left .arrow:after {
    border-left-color: #0c7ce6;
}

.popover.popover-primary .popover-header {
    color: #fff;
    opacity: 0.6;
}

.popover.popover-info {
    background-color: #1cbfd0;
}

.popover.popover-info .popover-body {
    color: #fff;
}

.popover.popover-info.bs-popover-right .arrow:after {
    border-right-color: #1cbfd0;
}

.popover.popover-info.bs-popover-top .arrow:after {
    border-top-color: #1cbfd0;
}

.popover.popover-info.bs-popover-bottom .arrow:after {
    border-bottom-color: #1cbfd0;
}

.popover.popover-info.bs-popover-left .arrow:after {
    border-left-color: #1cbfd0;
}

.popover.popover-info .popover-header {
    color: #fff;
    opacity: 0.6;
}

.popover.popover-warning {
    background-color: #ff9948;
}

.popover.popover-warning .popover-body {
    color: #fff;
}

.popover.popover-warning.bs-popover-right .arrow:after {
    border-right-color: #ff9948;
}

.popover.popover-warning.bs-popover-top .arrow:after {
    border-top-color: #ff9948;
}

.popover.popover-warning.bs-popover-bottom .arrow:after {
    border-bottom-color: #ff9948;
}

.popover.popover-warning.bs-popover-left .arrow:after {
    border-left-color: #ff9948;
}

.popover.popover-warning .popover-header {
    color: #fff;
    opacity: 0.6;
}

.popover.popover-danger {
    background-color: #ee2558;
}

.popover.popover-danger .popover-body {
    color: #fff;
}

.popover.popover-danger.bs-popover-right .arrow:after {
    border-right-color: #ee2558;
}

.popover.popover-danger.bs-popover-top .arrow:after {
    border-top-color: #ee2558;
}

.popover.popover-danger.bs-popover-bottom .arrow:after {
    border-bottom-color: #ee2558;
}

.popover.popover-danger.bs-popover-left .arrow:after {
    border-left-color: #ee2558;
}

.popover.popover-danger .popover-header {
    color: #fff;
    opacity: 0.6;
}

.popover.popover-success {
    background-color: #04be5b;
}

.popover.popover-success .popover-body {
    color: #fff;
}

.popover.popover-success.bs-popover-right .arrow:after {
    border-right-color: #04be5b;
}

.popover.popover-success.bs-popover-top .arrow:after {
    border-top-color: #04be5b;
}

.popover.popover-success.bs-popover-bottom .arrow:after {
    border-bottom-color: #04be5b;
}

.popover.popover-success.bs-popover-left .arrow:after {
    border-left-color: #04be5b;
}

.popover.popover-success .popover-header {
    color: #fff;
    opacity: 0.6;
}

.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #fff;
}





.bootstrap-select {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    box-shadow: none !important;
}

.bootstrap-select>.dropdown-toggle {
    border: 1px solid #ced4da;
    padding: 0.375rem 0.75rem;
    height: calc(2.25rem + 2px);
    font-size: 15px;
    line-height: 26px;
    margin: 0;
}

.bootstrap-select>.dropdown-toggle:after {
    right: 10px;
    position: absolute;
    top: 17px;
}

.bootstrap-select .dropdown-menu.show .dropdown-menu.inner {
    display: block;
}

.bootstrap-select .dropdown-menu.show .hidden {
    display: none;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select .dropdown-toggle:active {
    outline: none !important;
}

.bootstrap-select .btn.btn-round.btn-simple .filter-option {
    font-size: 14px;
}

.bootstrap-select .bs-searchbox,
.bootstrap-select .bs-actionsbox,
.bootstrap-select .bs-donebutton {
    padding: 0 0 5px 0;
    border-bottom: 1px solid #eee;
}

.bootstrap-select .bs-searchbox {
    position: relative;
    padding: 10px;
}

.bootstrap-select .bs-searchbox:after {
    font-size: 20px;
    content: "\f1c3";
    font-family: "Material-Design-Iconic-Font";
    position: absolute;
    top: 14px;
    right: 20px;
}

.bootstrap-select ul.dropdown-menu {
    margin-top: 0 !important;
}

.bootstrap-select .dropdown-menu li.selected a {
    background-color: #eee !important;
    color: #777 !important;
}

.bootstrap-select .dropdown-menu .active a {
    background-color: rgba(0, 0, 0, 0);
    color: #444 !important;
}

.bootstrap-select .dropdown-menu .notify {
    background-color: #ee2558 !important;
    color: #fff !important;
    border: none !important;
}

.select2-container {
    height: auto !important;
}

.select2-container .form-control {
    height: auto !important;
}

.select2-container .select2-choice {
    border: none;
    background-image: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
}

.select2-container .select2-choice:focus,
.select2-container .select2-choice:hover,
.select2-container .select2-choice:active {
    box-shadow: none !important;
    border: 0 !important;
}

.select2-container .select2-choice .select2-arrow {
    border-left: none;
    background-image: none;
    background: transparent;
}

.select2-container.select2-dropdown-open .select2-choice {
    background: transparent;
    box-shadow: none !important;
}

.select2-drop {
    border-radius: 0;
    border: 0 !important;
}

.select2-container-multi .select2-choices {
    border: 0 !important;
    padding: 0;
    margin: 0;
    background-image: none;
    box-shadow: none !important;
}

.select2-container-multi .select2-choices:focus,
.select2-container-multi .select2-choices:hover,
.select2-container-multi .select2-choices:active {
    box-shadow: none !important;
    border: none;
    border: 0 !important;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 0;
    margin-left: 5px;
}

.select2-container-multi .select2-choices .select2-search-choice {
    margin: 0px 0 3px 5px !important;
}

.select2-search-choice-close {
    top: 2px;
}




.dropdown-menu {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0px 10px 50px 0px rgba(41, 42, 51, 0.2);
    border: none;
    top: 50px;
    right: 0;
    left: auto;
    padding: 0;
    margin: 0;
}

.dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 8px 18px;
}

.dropdown-menu .divider {
    margin: 1px 0;
    border-bottom: 1px solid #eee;
}

.dropdown-menu .header {
    font-weight: 600;
    border-bottom: 1px solid #eee;
    min-width: 280px;
    padding: 15px;
}

.dropdown-menu ul.menu .icon-circle {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    width: 36px;
    height: 36px;
}

.dropdown-menu ul.menu .icon-circle i {
    line-height: 36px;
}

.dropdown-menu ul.menu li a {
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: flex;
    padding: 13px 15px;
    text-decoration: none;
}

.dropdown-menu ul.menu li a:hover {
    background-color: #eee;
}

.dropdown-menu ul.menu .menu-info h4 {
    font-size: 14px;
    color: #444;
}

.dropdown-menu ul.menu .menu-info p {
    font-size: 11px;
}

.dropdown-menu ul.menu .menu-info p i {
    font-size: 12px;
    position: relative;
}

.dropdown-menu .footer {
    padding: 0;
}

.dropdown-menu .footer a {
    border-top: 1px solid #eee;
}

.dropdown-menu>li>a {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #777;
    font-size: 14px;
    padding: 7px 18px;
    line-height: 25px;
}

.dropdown-menu>li>a:hover {
    background-color: rgba(41, 42, 51, 0.1);
    color: #222;
    text-decoration: none;
}

.dropdown .dropdown-toggle:after {
    display: none;
}


.popover__title {
    font-size: 24px;
    line-height: 36px;
    text-decoration: none;
    color: rgb(228, 68, 68);
    text-align: center;
}

.popover__wrapper {
    position: relative;
    margin-top: 5px;
    display: inline-block;
    font-size: 11px;
}

.popover__content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transform: translate(0, 10px);
    background-color: black;
    color: #ffffff;
    padding: 0.5rem;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%);
    bottom: 7px;
    min-width: 150px;
    text-align: center;
    border-radius: 10px;
    transition-delay: 0.5s;
    transform: translate(-45%, -20px);
}

.popover__wrapper:hover .popover__content {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    transform: translate(-45%, -20px);
    transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.popover__content:before {
    position: absolute;
    z-index: -1;
    content: "";
    left: calc(50% - 6px);
    bottom: -6px;
    transition-duration: 0.3s;
    transition-property: transform;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000;
}

.popover__message {
    text-align: center;
    margin: 0;
}

.tabel-dots ul li span.dtr-data {
    float: right;
}

.tabel-dots ul li span.dtr-data .popover__wrapper {
    margin-top: 3px;
}

.employeeSearch input {
    width: 85%;
    float: right;
}

.employeeSearch div {
    padding: 0px;
    max-height: 165px;
    overflow: hidden auto;
    /* background: #cccccc; */
    width: 85%;
    float: right;
    border: 1px solid #cccccc;
    border-radius: 0 0 5px 5px;
}

label.error {
    font-size: 12px;
    color: red;
}

img.rounded-circle {
    width: 200px;
    max-height: 200px;
    height: 200px;
    /* object-fit: contain; */
    object-fit: cover;
    object-position: top center;
}

.table-hover tbody tr:hover {
    color: #212529;
    /* background-color: rgba(0,0,0,.075); */
}

/* table.dataTable tbody tr {
    background-color: #ffffff !important;
} */

.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:focus {
    color: white !important;
    background-color: #888 !important;
    border: #888 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: none !important;
    background-color: #585858 !important;
    background: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    display: inline-block !important;
}

/* Media Quries Hidden */

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important;
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    td.visible-print,
    th.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important;
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    td.visible-print,
    th.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.onoffswitch {
    position: relative;
    width: 155px;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #7dcea0;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
    color: #ffffff;
}

.onoffswitch-inner:before {
    content: "Outgoing";
    padding-left: 10px;
    background-color: #1abc9c;
}

.onoffswitch-inner:after {
    content: "Incoming";
    padding-right: 10px;
    background-color: #28b463;
    text-align: right;
}

.onoffswitch-inner.timecard:before {
    content: "Timecard";
    padding-left: 10px;
    background-color: #1abc9c;
}

.onoffswitch-inner.timecard:after {
    content: "Timeoff";
    padding-right: 10px;
    background-color: #28b463;
    text-align: right;
}

.onoffswitch-inner.social-laisons.timecard:before {
    content: "All";
    padding-left: 10px;
    background-color: #1abc9c;
}

.onoffswitch-inner.social-laisons.timecard:after {
    content: "Active";
    padding-right: 10px;
    background-color: #28b463;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 50px;
    height: 30px;
    margin: 2px;
    background: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 101px;
    border: 2px solid #7dcea0;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.b-1px-g {
    border: 1px solid rgb(204, 204, 204);
}

.accordion .collapse {
    border: 1px solid rgb(204, 204, 204);
}

.news-feed {
    background-color: #fff;
    min-height: 100%;
}

.breadcrumb-slash::before {
    display: inline-block;
    padding: 0 0.5rem;
    color: #6c757d;
    content: "/";
}

.su-detail-col-heading {
    color: blue;
    font-weight: bold;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

iframe {
    height: 100vh;
    overflow: auto;
    width: 100%;
}

embed {
    width: 100%;
    object-fit: contain;
}

.cursor-pointer {
    cursor: pointer;
}

/* RAH */

.offence_overview {
    border-radius: 5px;
    background-color: DodgerBlue;
    color: white;
}

.no-sanction {
    text-align: center;
    border-radius: 5px;
    background-color: DodgerBlue;
    color: white;
}

.heading {
    display: inline-block;
}

.buttons {
    margin-left: 5px;
}

.Concelling {
    margin-left: 2px;
}

.concelling-label {
    margin-left: 2px;
}

.Finding-label {
    margin-left: 2px;
}

.selectoffence {
    margin-top: 2%;
}

#sanction {
    margin-top: 2px;
}

#No_of_warnings {
    display: none;
}

#guilt-wizard-header {
    background-color: dodgerblue;
    border-radius: 5px;
    color: whitesmoke;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 3px;
}

.recommendation_1 {
    display: none;
}

#guilt-wizard-Recommendation {
    background-color: dodgerblue;
    color: whitesmoke;
    border-radius: 5px;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 3px;
}

.guilt_wizard_header2 {
    display: none;
}

#guilt-wizard-header_2 {
    background-color: dodgerblue;
    color: white;
    border-radius: 5px;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 3px;
}

.recommendation_2 {
    display: none;
}

#guilt-wizard-Recommendation_2 {
    background-color: dodgerblue;
    color: whitesmoke;
    border-radius: 5px;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 3px;
}

#guilt-wizard-header_3 {
    background-color: dodgerblue;
    color: whitesmoke;
    border-radius: 5px;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 3px;
}

.guilt_wizard_header3 {
    display: none;
}

.recommendation_3 {
    display: none;
}

.recommendation_3_next {
    display: none;
}

#guilt-wizard-Recommendation_3_next {
    background-color: dodgerblue;
    border-radius: 5px;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 3px;
    color: whitesmoke;
}

#guilt-wizard-Recommendation_3 {
    background-color: dodgerblue;
    border-radius: 5px;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 3px;
    color: whitesmoke;
}

.hearing {
    background-color: dodgerblue;
    color: whitesmoke;
    border-radius: 0.2875rem;
}

#hearingForm {
    margin-top: 10px;
}

#main_div {
    margin-left: 2px;
}

/* .modal-header{
background-color: dodgerblue;
color:white;
} */
.progressive_sanction {
    background-color: dodgerblue;
}

#offencesDetails {
    background-color: dodgerblue;
    color: white;
    border-radius: 5px;
}

#sanctionsDetails {
    background-color: dodgerblue;
    color: white;
    border-radius: 5px;
}

.stats {
    background-color: dodgerblue;
    color: white;
    border-radius: 5px;
}

#attachment_title {
    background-color: dodgerblue;
    color: white;
    border-radius: 5px;
}

#finding_title {
    background-color: dodgerblue;
    color: white;
    border-radius: 5px;
}

#select_sanction {
    background-color: dodgerblue;
    color: white;
    border-radius: 5px;
}

#HearingdetailsInfo {
    background-color: dodgerblue;
    color: white;
    border-radius: 5px;
}

#AppealAttachements {
    background-color: dodgerblue;
    color: white;
    border-radius: 5px;
}

.parentdiv {
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
}

.imageLogo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

video {
    width: 100%;
    height: auto;
    /* height: 500px; */
}

#confirmDBSBtn2 {
    float: right;
    display: none;
}

#centerText {
    display: flex;
    flex-direction: row;
}

#centerText:before,
#centerText:after {
    content: "";
    flex: 1 1;
    border-bottom: 2px solid #000;
    margin: auto;
}

.form9Values {
    margin-top: 17px;
}

/* #radioError{
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
} */
/* thank you page css  */
.main-div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: auto;
    height: calc(100vh - 50px);
    width: 100vw;
}

.thankyou-h1 {
    margin: 0;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    hyphens: auto;
}

.main_content-check {
    font-size: 9.75rem;
    line-height: 1;
    color: #24b663;
}

.thankyou-text {
    font-size: 1.25rem;
    margin: 20px 0 0;
    line-height: 1.4;
}

.food-card-scroller {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: scroll;
    width: 100%;
    margin-bottom: 24px;
}

.no-shrink-flex {
    flex-shrink: 0;
}

.menu-box {
    max-width: 300px;
    padding: 15px;
    /* height: 100vh; */
}

.bg-yellow {
    background-color: yellow;
}

.alert-danger button.close,
.alert-success button.close {
    margin-top: 10px !important;
}

.img-zoom-lens {
    position: absolute;
    border: 1px solid #d4d4d4;
    /*set the size of the lens:*/
    width: 40px;
    height: 40px;
}

.img-zoom-result {
    border: 1px solid #d4d4d4;
    /*set the size of the result div:*/
    width: 300px;
    height: 300px;
}

#no_availability {
    display: none;
    text-align: center;
    font-weight: bold;
}

.kin-header {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 15px;
    width: 100%;
    margin: 15px 0;
}

#ExportBtn {
    float: right;
}

.position_relative {
    position: relative;
}

#exportCsvBtn {
    float: right;
    color: white
}

/* .tippy-box[data-theme~='meeting-tippy'] {
    background-color:#c1c1c1;
    color: #424242;
  }

  .tippy-box[data-theme~='meeting-tippy'][data-placement^='bottom'] > .tippy-arrow::before {
    border-bottom-color: #c1c1c1;
  } */

.tippy-box .tippy-content {
    white-space: break-spaces;
    overflow: scroll;
    max-height: 300px;
    padding: 10px;
}

.select2-container.select2-container-disabled {
    background-color: #e9ecef;
}

.select2-container.select2-container-disabled .select2-choice {
    background-color: #e9ecef;
    border: none;
}

.searchdiv {
    padding: 5px;
    max-height: 165px;
    overflow: hidden auto;
    display: grid;
    border: 1px solid #cccccc;
    border-radius: 0 0 5px 5px;
}

.searchdiv a {
    cursor: pointer;
    color: #000 !important;
    margin-bottom: 7px;
}

.searchdiv a:hover {
    color: #0c7ce6 !important;
}

.input-group-text:hover {
    cursor: pointer;
}

.af-text {
    font-size: 11px;
    font-weight: normal;
}

.border-r {
    border: 1px solid #ccc;
    border-radius: 5px;
}

#controls {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

#controls button {
    flex: 1;
    padding: 7px 13px;
    font-size: 13px;
}

.page-loader-wrapper {
    z-index: 99999999;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #eee;
    overflow: hidden;
    text-align: center;
}

.page-loader-wrapper p {
    font-size: 13px;
    font-weight: 700;
    color: #777;
    margin-top: 10px;
}

.page-loader-wrapper .loader {
    position: relative;
    top: calc(40% - 30px);
}

.zmdi-hc-spin {
    -webkit-animation: zmdi-spin 1.5s infinite linear;
    animation: zmdi-spin 1.5s infinite linear;
}

.zmdi-hc-spin-reverse {
    -webkit-animation: zmdi-spin-reverse 1.5s infinite linear;
    animation: zmdi-spin-reverse 1.5s infinite linear;
}

@-webkit-keyframes zmdi-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes zmdi-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes zmdi-spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-359deg);
        transform: rotate(-359deg);
    }
}

@keyframes zmdi-spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-359deg);
        transform: rotate(-359deg);
    }
}

/* #pageloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
} */
