/* ----------- Custom Classes ---------- */

.alert {
    padding: 8px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    vertical-align: middle;
}

.btn-create {
    color: #fff;
    background-color: #395774;
    border: 1px solid #395774;
    padding: 7px 25px;
}

.btn-create:hover {
    color: #fff;
    border: 1px solid #90bbd7;
    background-color: #263949;
}

.btn-submit {
    color: #fff;
    background-color: #e12330;
    border-color: #e12330;
}

.btn-submit:active,
.btn-submit:focus,
.btn-submit.focus,
.btn-submit:hover {
    color: #fff;
}

.btn-white {
    color: inherit;
    background: white;
    border: 1px solid #e7eaec;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white,
.btn-white:active:focus,
.btn-white:active:hover,
.btn-white.active:hover,
.btn-white.active:focus {
    color: inherit;
    border: 1px solid #d2d2d2;
}

.btn-white:active,
.btn-white.active {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}

.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
    background-image: none;
}

.btn-white.disabled,
.btn-white.disabled:hover,
.btn-white.disabled:focus,
.btn-white.disabled:active,
.btn-white.disabled.active,
.btn-white[disabled],
.btn-white[disabled]:hover,
.btn-white[disabled]:focus,
.btn-white[disabled]:active,
.btn-white.active[disabled],
fieldset[disabled] .btn-white,
fieldset[disabled] .btn-white:hover,
fieldset[disabled] .btn-white:focus,
fieldset[disabled] .btn-white:active,
fieldset[disabled] .btn-white.active {
    color: #cacaca;
}

.clients-list .tab-pane {
    position: relative;
    height: auto;
}

.clients-list table tr td {
    height: auto;
    vertical-align: middle;
    border: 1px solid #e7eaec;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.dropdown-menu {
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(86, 96, 117, 0.7);
    display: none;
    float: left;
    font-size: 12px;
    left: 0;
    list-style: none outside none;
    padding: 0;
    position: absolute;
    text-shadow: none;
    top: 100%;
    z-index: 1000;
}

.dropdown-menu>li>a {
    border-radius: 3px;
    color: inherit;
    line-height: 25px;
    margin: 4px;
    text-align: left;
    font-weight: normal;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1ab394;
    outline: 0;
}

.dropdown-menu>li>a.font-bold {
    font-weight: 600;
}

.dt-toast {
    position: fixed;
    top: 5;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 5px 0 20px;
}

.dt-toggle {
    display: none;
}

.forcepointer {
    cursor: pointer;
}

.ibox {
    clear: both;
    margin-bottom: 10px;
    margin-top: 0;
    padding: 0;
}

.ibox a {
    padding-left: 8px;
    cursor: pointer;
}

.ibox-tools .dropdown-menu>li>a {
    padding: 1px 10px;
    font-size: 12px;
}

.message {
    color: #e12330;
    color: #ff0000;
    border: 1px thin #e12330;
    border: none;
    padding: 2px 15px 3px 2px;
    border-radius: 4px;
}

.p-xxsn {
    padding: 0px;
}

.p-xxs {
    padding: 3px;
}

.popover {
    box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
    padding: 0;
}

.popover .popover-title {
    margin: 0 !important;
}

.red-tooltip+.tooltip>.tooltip-inner {
    color: #8fc4e5;
    border: 1px solid #5078a0;
    background-color: #395774;
    font-weight: 600;
}

.red-tooltip+.tooltip>.tooltip-arrow {
    border-bottom-color: #5078a0;
}

.resp-width {
    margin: 0px auto;
    width: 240px;
    padding-top: 10px;
}

.tooltip>.tooltip-inner {
    color: #f3f6f7;
    border: 1px solid #353535;
    background-color: #353535;
    font-weight: 600;
}

@media screen and (max-width: 480px) {
    .ibox-content {
        min-height: auto;
    }
}

a.dt-nolink {
    text-decoration: none;
    color: inherit;
}


/* --------------- Bootstrap Overwrites --------------- */

.alert-success {
    color: #FFEEEE;
    background-color: #F79020;
    border-color: #c3e6cb;
}

.alert-success hr {
    border-top-color: #F79020;
}

.alert-success .alert-link {
    color: #FFEEEE;
}

.bg-dark {
    background-color: #fdead5 !important;
}

.btn-info {
    color: #FEFEFE;
    background-color: #f9b062;
    border-color: #f9b062;
}

.btn-info:hover {
    color: #FEFEFE;
    background-color: #faa952;
    border-color: #faa952;
}

.btn-info:focus,
.btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(253, 180, 101, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
    color: #FEFEFE;
    background-color: #fddab5;
    border-color: #fddab5;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
    color: #FEFEFE;
    background-color: #f9b062;
    border-color: #f9b062;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(253, 180, 101, 0.5);
}

.btn-primary {
    color: #fff;
    background-color: #f9b062;
    border-color: #f9b062;
}

.btn-primary:hover {
    color: #fff;
    background-color: #faa952;
    border-color: #faa952;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(253, 180, 101, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #fddab5;
    border-color: #fddab5;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #f9b062;
    border-color: #f9b062;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(253, 180, 101, 0.5);
}

.card .card-body {
    padding: 15px 15px 25px 15px;
}


/* --------------- Button Animation Classes --------------- */

.has-spinner .fa-spinner {
    max-width: 0;
    opacity: 0;
    -moz-transition: opacity 0.25s, max-width 0.45s;
    -o-transition: opacity 0.25s, max-width 0.45s;
    -webkit-transition: opacity 0.25s, max-width 0.45s;
    transition: opacity 0.25s, max-width 0.45s;
}

.has-spinner.active {
    cursor: progress;
}

.has-spinner.active .fa-spinner {
    max-width: 50px;
    opacity: 1;
}

.has-spinner .fa-spinner {
    max-width: 0;
    opacity: 0;
    -moz-transition: opacity 0.25s, max-width 0.45s;
    -o-transition: opacity 0.25s, max-width 0.45s;
    -webkit-transition: opacity 0.25s, max-width 0.45s;
    transition: opacity 0.25s, max-width 0.45s;
}

.has-spinner.active {
    cursor: progress;
}

.has-spinner.active .fa-spinner {
    max-width: 50px;
    opacity: 1;
}


/* ----------- Font Awesome Extended Classes ---------- */

.bigger {
    font-size: 14px;
}

.bigger-md {
    font-size: 16px;
}

.green {
    color: #18A689;
}

.red {
    color: #e12330;
}

.white {
    color: #FEFEFE;
}


/* --------------- Form Control Adjustments --------------- */

.form-control-feedback {
    position: relative !important;
    float: right;
    left: 15px;
    top: -25px !important;
}

.form-horizontal .form-group {
    margin-left: 2px;
}


/* ----------- Google Recaptcha Classes ---------- */

.g-recaptcha {
    transform: scaleX(1.09);
    -webkit-transform: scaleX(1.09);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}


/* ----------- Component: Data Tables ---------- */

.ambiguous {
    background-color: #FFFFE6;
}

.clockin {
    background-color: #C2EDC2;
}

.clockout {
    background-color: #C7DEF0
}

.dataTables_info {
    position: absolute;
    text-align: center;
    bottom: 5;
    left: 0;
}

.dataTables_paginate {
    position: absolute;
    right: 0;
}

.dataTables_wrapper {
    position: relative;
    padding-bottom: 40px;
}

.dataTables_wrapper .dataTables_paginate {
    display: flex;
    justify-content: center;
}

.dataTables_length {
    float: left;
}

.dataTables_filter label {
    margin-right: 5px;
}

.dateRangeFix {
    position: relative;
    top: 0;
    z-index: 9999;
}

.dateRangeFix .form-group {
    margin-bottom: 6px;
}

.failed {
    background-color: #EDBEBE;
}

.dt-history tr {
    cursor: pointer;
}

.fix-position {
    padding-top: 0;
}

.html5buttons {
    float: right;
}

.html5buttons a {
    border: 1px solid #e7eaec;
    background: #fff;
    color: #676a6c;
    box-shadow: none;
    padding: 6px 8px;
    font-size: 12px;
}

.html5buttons a:hover,
.html5buttons a:focus:active {
    background-color: #eee;
    color: inherit;
    border-color: #d2d2d2;
}

.page-item.active .page-link {
    color: #FEFEFE;
    background-color: #fea03c;
    border-color: #fea03c;
}

.page-link {
    color: #fea03c;
    background-color: #FEFEFE;
}

.page-link:hover {
    color: #fea03c;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.passed {
    background-color: #ECF9EC;
}

.pincode {
    background-color: #FCDDCA;
}

div.dataTables_wrapper div.dataTables_info {
    white-space: normal;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}

div.dt-button-info {
    z-index: 100;
}

tr.selectV2 {
    background-color: #fea03c;
    opacity: 0.7;
    color: #ffffff;
}

table.dataTable tbody>tr>.selected {
    background-color: #fea03c;
    opacity: 0.7;
    color: #ffffff;
}

table.dataTable tbody tr:nth-child(even):hover td {
    background-color: #faa447;
    opacity: 0.4;
    color: #ffffff;
}

table.dataTable tbody tr:nth-child(odd):hover td {
    background-color: #faa447;
    opacity: 0.4;
    color: #ffffff;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: transparent;
}

td.dt-center,
th.dt-center {
    text-align: center;
}

@media (max-width: 320px) {
    .table-mobile {
        overflow-x: auto;
    }
}

@media (max-width: 480px) {
    .fix-position {
        padding-top: 10px;
    }
    .table-mobile {
        overflow-x: auto;
    }
}

@media (max-width: 768px) {
    .dataTables_info {
        float: left;
        clear: both;
    }
    .dataTables_length {
        float: none;
    }
    .html5buttons {
        float: none;
        margin-top: 10px;
    }
    .table-mobile {
        overflow-x: auto;
    }
}

@media (min-width: 992px) {
    .dataTables_wrapper .dataTables_paginate {
        justify-content: flex-end;
    }
}


/* --------------- Component: Date Picker --------------- */

.datepicker {
    padding: 12px;
}


/* ----------- Component: Error Pages ---------- */

.error-desc a {
    cursor: pointer;
}

.error-desc a:hover {
    text-decoration: underline;
}

.list-inline .special:hover {
    text-decoration: underline;
}


/* --------------- Component: file browser --------------- */

.category-list li {
    display: block;
}

.category-list li a {
    color: #666666;
    display: block;
    padding: 5px 0;
}

.category-list li a .text-danger {
    color: #ef5352;
}

.category-list li a .text-info {
    color: #23c6c8;
}

.category-list li a .text-navy {
    color: #1ab394;
}

.category-list li a .text-primary {
    color: #1c84c6;
}

.category-list li a .text-warning {
    color: #f8ac59;
}

.category-list li i {
    margin-right: 8px;
    color: #3d4d5d;
}

.corner {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    border: 0.6em solid transparent;
    border-right: 0.6em solid #f1f1f1;
    border-bottom: 0.6em solid #f1f1f1;
    right: 0em;
    bottom: 0em;
}

.file a:hover {
    text-decoration: none;
}

.file {
    border: 1px solid #e7eaec;
    padding: 0;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 20px;
    margin-right: 20px;
}

.file .file-name {
    padding: 10px;
    background-color: #f8f8f8;
    border-top: 1px solid #e7eaec;
}

.file .icon,
.file .image {
    height: 100px;
    overflow: hidden;
}

.file .icon {
    padding: 15px 10px;
    text-align: center;
}

.file .icon i {
    font-size: 70px;
    color: #dadada;
}

.file-box {
    float: left;
    width: 220px;
}

.file-control {
    color: inherit;
    font-size: 11px;
    margin-right: 10px;
}

.file-control.active {
    text-decoration: underline;
}

.file-manager {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.file-manager .hr-line-dashed {
    margin: 15px 0;
}

.file-manager h5 {
    text-transform: uppercase;
}

.file-manager h5.tag-title {
    margin-top: 20px;
}

.file-name small {
    color: #676a6c;
}

.folder-list li {
    border-bottom: 1px solid #e7eaec;
    display: block;
}

.folder-list li a {
    color: #666666;
    display: block;
    padding: 5px 0;
}

.folder-list li i {
    margin-right: 8px;
    color: #3d4d5d;
}

.tag-list li {
    float: left;
}

.tag-list li a {
    font-size: 10px;
    background-color: #f3f3f4;
    padding: 5px 12px;
    color: inherit;
    border-radius: 2px;
    border: 1px solid #e7eaec;
    margin-right: 5px;
    margin-top: 5px;
    display: block;
}


/* ----------- Component: layout ---------- */

.wrapper {
    background-color: #fefefe;
}

.wrapper .section-container {
    background-color: #fefefe;
}


/* ----------- Component: sidebar ---------- */

.sidebar-nav>li.active,
.sidebar-nav>li.active>a,
.sidebar-nav>li.active>.nav-item,
.sidebar-nav>li.active .sidebar-nav,
.sidebar-nav>li.open,
.sidebar-nav>li.open>a,
.sidebar-nav>li.open>.nav-item,
.sidebar-nav>li.open .sidebar-nav {
    background-color: #fcfcfc;
    color: #fc8f19;
}

.sidebar-nav>li.active>.nav-item>em,
.sidebar-nav>li.active>a>em,
.sidebar-nav>li.open>.nav-item>em,
.sidebar-nav>li.open>a>em {
    color: #fc8f19;
}

.sidebar-nav>li.active {
    border-left-color: #fc8f19;
}


/* ----------- Component: top-navbar ---------- */

.topnavbar {
    background-color: #fcca93;
    background-image: linear-gradient(to right, #fcca93 0%, #ffc98e 100%);
}

.topnavbar .navbar-header .brand-logo {
    padding: 5px 7px;
}

.topnavbar .navbar-header .brand-logo>img {
    margin: 0px 0px 0px -35px;
}

.topnavbar .navbar-header .brand-logo-collapsed>img {
    margin: 0px auto;
}

@media (max-width: 768px) {
    .topnavbar .navbar-header .brand-logo>img {
        margin: 0px 0px 0px -5px;
    }
}