@charset "utf-8";
.back_button_attendance {
    background: #e36414;
    float: left;
    color: #fff;
    padding: 10px 20px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.shift_heading {
    background: #04151f !important;
    color: #fff !important;
}

.bg_white {
    background: #fff !important;
}

.new_sub_row {
    border: solid 1px #ccc;
    padding: 10px;
    margin-bottom: 10px;
}

.orange_color {
    color: #e36414 !important;
}

.mark_end {
    background: #fff;
    padding-left: 10px;
    padding-right: 10px;
}

.job_list_bg {
    background: #f1dfd4;
    padding-top: 15px;
    padding-bottom: 0px;
    border-radius: 10px;
}

.attendance_bg {
    background-image: url(../images/attendance_bg/cam_image.png);
    background-position: 100% 80%;
    background-color: transparent;
    background-repeat: no-repeat;
    min-height: 100vh;
    background-size: 30%;
}

.snap_picture {
    background: #e36414 !important;
    padding: 5px 15px;
    margin-top: 20px;
    color: #fff;
}

.cam_result {
    box-shadow: 0px 2px 10px 0px;
    float: left;
    padding: 10px;
    margin-bottom: 20px;
}

.cam_bg {
    width: 250px;
    height: 200px;
    padding: 0px 10px;
    box-shadow: 0px 2px 10px 0px;
}

#webcam video {
    width: 250px !important;
    height: 200px !important;
    padding: 0px 10px !important;
    box-shadow: 0px 2px 10px 0px !important;
}

.back_button_attendance a {
    color: #fff !important;
}

.table>thead>tr>th {
    background: #e36414 !important;
    color: #fff !important;
}


/*Custom CSS*/

.padding_top15 {
    padding-top: 15px !important;
}

.padding_top40 {
    padding-top: 40px !important;
}

.padding_top100 {
    padding-top: 100px !important;
}

.blue_border {
    border: solid 1px #04151F;
}

.border_btm_2 {
    border-bottom: solid 2px #e36414;
}

.new_row_schedule {
    border: solid 1px #e36414;
    padding: 0px 10px;
    margin-bottom: 10px;
}

.white_color {
    color: #fff !important;
}

table.dataTable thead {
    background: #E36414 !important;
    color: #fff !important;
}

.pr_late_arrival_btn_style {
    padding-right: 25px !important;
    padding-bottom: 10px !important;
}

.margin_btm10 {
    margin-bottom: 10px !important;
}

.margin_btm20 {
    margin-bottom: 20px !important;
}

.margin_top25 {
    margin-top: 25px !important;
}

.margin_top5 {
    margin-top: 5px !important;
}

.border_radius_remove {
    border-radius: 0% !important;
}

.heading_box_style {
    background: #e36414;
    height: 50px;
    padding: 14px;
    border-radius: 7px;
    color: #fff;
}

.btn_xs_setting {
    font-size: 11px !important;
    padding: 5px 10px !important;
}

.btn_xs_setting_top_btm0 {
    font-size: 10px !important;
    padding: 0px 10px !important;
}

.border_color {
    border: solid 1px #242F51 !important;
}

.dashboard_view_button_style {
    background-color: #242F51 !important;
    color: #fff !important;
}

.padding_left_right_25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.margin_btm30 {
    margin-bottom: 30px !important;
}

.font_30 {
    font-size: 30px !important;
}

.font_16 {
    font-size: 16px !important;
}

.dashboard_welcome_style {
    padding: 25px 5px 50px 25px !important;
    height: auto;
    background: var(--unnamed-color-04151F) 0% 0% no-repeat padding-box;
    background: #04151F 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #272D3B33;
    border-radius: 10px;
    opacity: 1;
    color: #fff;
}

.profile_left_menu {
    box-shadow: 0px 0px 3px 0px;
    height: auto;
    border-top: solid 5px #e36414;
    height: auto;
    padding-top: 10px;
}

.border0 {
    border: 0px !important;
}

.profile_ul {
    list-style: none;
    padding-left: 0;
}

.profile_ul li {
    border-bottom: solid 1px #ccc;
    padding: 8px;
    background: #EBEBEB;
    margin: 0 10px;
    text-align: left;
    padding: 12px;
    border-top-left-radius: 8px;
    background-image: linear-gradient(#EBEBEB, white);
    border-top-right-radius: 8px;
    font-size: 14px !important;
}

.profile_ul li.active {
    background: #04151F;
    border-radius: 0;
    margin-bottom: 0 !important;
    border-top-right-radius: 8px;
}

.profile_ul li:hover {
    background: #242f51;
    color: #fff;
}

.profile_ul li a {
    color: #655b55;
}

.profile_ul li:hover a {
    color: #fff;
}

.profile_ul li a.active {
    color: #fff;
    font-weight: bold;
}

.padding0 {
    padding: 0px !important;
}

.padding_left0 {
    padding-left: 0px !important;
}

.padding_right0 {
    padding-right: 0px !important;
}

.card-content {
    border: none;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}


/* On mouse-over, add a grey background color */

.container:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.container input:checked~.checkmark {
    background-color: #04151F !important;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.container input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.box-content .text-style {
    font-size: 20px !important;
    margin: 0 0 7px 0 !important;
}

.box-content .bottom-text {
    color: #aab2bd;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    margin: 0;
}

.fixed-navbar .ico-item {
    color: #fff !important;
}


/*radio button css*/

.custom_ul_radio_check {
    list-style-type: none;
    text-align: center;
    padding: 0;
}

.custom_ul_radio_check li {
    float: left;
    margin: 0 5px 0 0;
    width: 200px;
    height: 30px;
    position: relative;
}

.custom_ul_radio_check label,
.custom_ul_radio_check input {
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
}

.custom_ul_radio_check input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
}

.custom_ul_radio_check input[type="radio"]:checked+label {
    background: #e36414 !important;
    color: #fff;
}

.custom_ul_radio_check input[type="checkbox"] {
    opacity: 0.011;
    z-index: 100;
}

.custom_ul_radio_check input[type="checkbox"]:checked+label {
    background: #e36414 !important;
    color: #fff;
}

.custom_ul_radio_check label {
    padding: 1px;
    border: 1px solid #e36414 !important;
    cursor: pointer;
    z-index: 90;
    margin-bottom: 6px !important;
}

.custom_ul_radio_check label:hover {
    background: #DDD;
}

.m-t-b {
    margin: 20px 0 !important;
}

.btn_style {
    float: right;
    margin: 0 10px;
    padding: 9px 20px !important;
}

.frm-single .frm-title {
    color: #3966a7;
    text-align: center;
    font-size: 16px;
    padding-bottom: 20px;
}

.mCustomScrollBox {
    background: #04151F !important;
}

.navigation .menu a {
    display: block;
    color: #fff;
}

.navigation .menu a i {
    color: #fff;
}

.navigation .menu a:hover {
    color: #e36414;
    background: #242f51;
}

.navigation .menu a i:active {
    color: #e36414;
    ;
}

.navigation .menu a i:focus {
    color: #e36414;
    ;
}

.navigation .menu a i:hover {
    color: #e36414;
    ;
}

.navigation .menu>li.active>a {
    background: #242f51;
    color: #e36414;
}

.navigation .menu .sub-menu {
    background: #242f51;
    border-left: 4px solid #e36414;
}

.box-content {
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 8%);
    border-radius: 0;
}

.bg-style {
    background: #0264d6;
    padding: 20px;
    color: white;
    margin: 0;
    border: 2px solid #0264d6;
}

.box-border {
    border: 2px solid #0264d6;
}

.margin_btm5 {
    margin-bottom: 5px !important;
}

.box-content.card .box-title {
    background-color: #04151F;
}

.fixed-navbar {
    background: #04151F;
}

.menu-mobile-button {
    background: #306ffe;
}

.header .logo {
    background: #e36414;
}

.navigation .menu>li.current>a {
    background: #e36414;
    ;
    color: #ffffff;
}

.colorwhite {
    color: #fff !important;
}

.box-content.primary {
    border-color: #306ffe;
}

.percent .font_style {
    font-size: 80px !important;
    color: #0264d6 !important;
}

table.dataTable.no-footer {
    border: 1px solid #0264d6;
}

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

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

.main-menu {
    padding-top: 75px !important;
}

@media (min-width: 800px) {
    .menu-active .main-menu {
        position: absolute;
        width: 75px;
        padding-top: 75px;
        height: 100vh;
    }
}

@media (min-width: 1025px) {
    .navigation .menu a:hover i {
        color: #e36414;
    }
}

.navigation .menu a.active,
.navigation .menu a.current {
    color: #e36414 !important;
}

.back_style {
    color: black;
    padding: 0 10px 0 0;
}

.img-circle {
    width: 200px !important;
    height: 200px !important;
    border: 3px solid #04151F !important;
}

.profile_text {
    font-size: 22px;
    margin-top: 10px;
}

.job_background {
    background-image: url(../images/document.png);
    background-position: 100%;
    background-color: white;
    background-repeat: no-repeat;
    height: 100vh;
    background-position-x: right, 100%;
    background-position-y: bottom, center;
}

.height_100vh {
    height: 100vh !important;
}

.form_background {
    background-image: url(../images/account.png);
    background-position: 100%;
    background-color: white;
    background-repeat: no-repeat;
    min-height: 100vh;
}

.padding_30 {
    padding: 30px !important;
}

.today {
    background: #ccc !important;
    color: black !important;
    font-weight: bold;
}

.day {
    cursor: pointer;
}

#cke_1_contents {
    height: 1000px !important;
}

.height_auto {
    height: auto !important;
}

.no-footer {
    border: 1px solid !important;
}

.btn-primary {
    background: #04151F !important;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background: #e36414 !important;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #04151F;
    border-color: #04151F;
}

@media (min-width: 800px) {
    .menu-active .header .logo:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 75px;
        height: 75px;
        background: #e36414;
        z-index: -2;
    }
    .menu-active .navigation .menu>li:hover>a {
        width: 260px;
        background: #e36414;
        color: #ffffff;
        padding-left: 90px;
    }
    .menu-active .navigation .menu .sub-menu a {
        background: #242f51;
        padding: 10px 15px;
    }
}

.name_style {
    text-align: center !important;
    padding: 40px !important;
}

.progress {
    height: 15px !important;
}

.text-dark {
    color: #04151F !important;
}

.back_style {
    cursor: pointer !important;
}


/* form head and bottom style */

.head_font {
    font-size: 22px !important;
    /* float: left; */
    text-align: center;
    background: #E36414;
    display: inline;
    border-radius: 0 0 10px 10px;
    color: white;
    width: auto;
    padding: 10px;
    text-align: center;
    display: inline-table;
    text-align: center;
    margin: 0;
}

.fontsize {
    font-size: 50px;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background: #e36414 !important;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

.box-content {
    padding-top: 0 !important;
}

.float:active,
.float:focus,
.float:hover {
    color: #fff !important;
    background: #E36414 !important;
}

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

a {
    color: #04151F;
}

a:active,
a:focus,
a:hover {
    color: #e36414;
}

.modal.in .custom_dialog {
    position: absolute !important;
    bottom: 80px !important;
    right: 60px !important;
    width: 400px !important;
}

.custom_content {
    border-radius: 20px !important;
}

.mobile_btn {
    width: 100%;
    padding: 2px 10px !important;
}

.margin_right_5 {
    margin-right: 5px;
}


/* custom checkbox styles */

.boxes {
    margin: auto;
    padding: 10px 0;
    /* background: #484848; */
}


/*Checkboxes styles*/

.checkbox_style {
    display: none;
}

.checkbox_style+label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font: 14px/20px 'Open Sans', Arial, sans-serif;
    color: #e36414;
    font-weight: bolder;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.checkbox_style+label:last-child {
    margin-bottom: 0;
}

.checkbox_style+label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 3px solid #e36414;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

.checkbox_style:checked+label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.primary_box {
    background: #182039;
    padding: 10px 20px;
    text-align: center;
    float: left;
    border-radius: 10px;
    color: white;
    width: 130px;
    margin-bottom: 10px;
}

.primary_box h3 {
    font-size: 40px;
    color: #009900;
}

.primary_box p {
    font-size: 10px;
}

.primary_box .red {
    color: red;
}

.check_error {
    color: red;
}
.padding_20{
    padding: 20px !important;
}
.form-check{
    margin-bottom: 5px !important;
}

.btn_xs_setting {
    padding: 5px !important;
    font-size: 12px !important;
}