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

#wrapper{
	background-color: #27313a !important;
}

.shift_heading {
    background: #333333 !important;
    color: white !important;
}

.bg_white {
    background: white !important;
}

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

.orange_color {
    color: #27313a !important;
}
 
.mark_end {
    background: white;
    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: #27313a !important;
    padding: 5px 15px;
    margin-top: 20px;
    color: white;
}

.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: white !important;
}
/* Table */

.table>thead>tr>th {
    background: #319131  !important;
    color: white !important;
}
.table>tbody>tr>td>a {
	color:#319131 ;
}
.table>tbody>tr> .profile_link:hover {
	color:#fff ;
	background-color: #319131;
}
.table>tbody>tr> .profile_link:hover>a {
	color:#fff ;
}
.dataTables_wrapper .dataTables_length, 
.dataTables_wrapper .dataTables_filter,
 .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_processing, 
  .dataTables_wrapper .dataTables_paginate {
	color: #fff !important;
}
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
	background-color: #319131 !important;
	border-color: #319131 !important;
}
.pagination>li>a, 
.pagination>li>span {
	color: #333333 !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 #333333;
}

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

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

.white_color {
    color: white !important;
}

table.dataTable thead {
    background: #27313a !important;
    color: white !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: #27313a;
    height: 50px;
    padding: 14px;
    border-radius: 7px;
    color: white;
    
}

.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: white !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 !important;
    width: 100%;
    height: auto;
    background: var(--unnamed-color-04151F) 0% 0% no-repeat padding-box;
    background: #eceef4 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #272D3B33;
    border-radius: 10px;
    opacity: 1;
    color: white;
    margin: 0 auto;
}


.profile_left_menu {
    box-shadow: 0px 0px 3px 0px;
    height: auto;
    border: 1px solid #8b8b8b;
    height: auto;
    padding-top: 10px;
	margin-bottom: 20px;
}

.border0 {
    border: 0px !important;
}

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

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

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

.profile_ul li:hover {
    background-color: #fff;
    color: #319131;
    border-bottom: solid 2px #319131;
}

/* .profile_ul li:hover a {
    color: #319131;
} */
.profile_ul li a {
    color: white;
}

.profile_ul li:hover a {
    color: #319131;
}
.profile_ul li:hover a.active {
    background-color: #fff;
    color: #319131;
}

.profile_ul li a.active {
    color: white;
    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: #333333 !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: white !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;
    background: #fff !important;
    color: #319131 ;
	border: 2px solid #fff;
}

.custom_ul_radio_check input[type="radio"]:checked+label {
    background: #319131 !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: #27313a !important;
    color: white;
}

.custom_ul_radio_check label {
    padding: 1px;
    border: 1px solid #fff !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: #27313a !important;
}

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

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

.navigation .menu a:hover {
    color: white;
    background: #319131 ;
}

.navigation .menu a:active i {
    color: white;
}

/* .navigation .menu a i:focus {
    color: white;
}

.navigation .menu a i:hover {
    color: white;
} */

.navigation .menu>li.active>a {
    background: #319131 ;
    color: white;
}
.navigation .menu>li.active>a i {
    background: #319131 ;
    color: white;
}

.navigation .menu .sub-menu>li.active>a {
    background: #319131 ;
    border-left: 4px solid white;
}
.navigation .menu .sub-menu>li.active>a i {
    background: #319131 ;
    color: white;
}
.navigation .menu .sub-menu>li>a {
    border-left: 4px solid white;
}

.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;
	background-color: #27313a;
}

.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: #27313a;
}

.box-title{
	color: #319131 ;
}

.fixed-navbar {
    background: #27313a;
	border-bottom: 1px solid #8b8b8b;
}

.menu-mobile-button {
    background: #27313a;
}

.header .logo {
    background: white;
}

.navigation .menu>li.current>a {
    background: #27313a;
    color: white;
}

.colorwhite {
    color: white !important;
}

.box-content.primary {
    border-color: #27313a;
}

.percent .font_style {
    font-size: 80px !important;
    color: white !important;
}

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

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

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

.main-menu {
    padding-top: 75px !important;
	border-right: 1px solid #8b8b8b;
}

@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: white;
    }
}

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

.back_style {
    color: #319131 ;
    padding: 0 10px 0 0;
	cursor: pointer !important;
}
.back_style:hover {
    color: #fff ;
	cursor: pointer !important;
}

.img-circle {
    width: 200px !important;
    height: 200px !important;
    border: 3px solid #333333 !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: white !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-outline-danger:hover {
	color: #fff !important;
}
.btn-secondary {
	background-color: #CBC8C8;
	border: 2px solid #CBC8C8;
	color: black;
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
	background-color: #8a8585;
	border: 2px solid #8a8585;
	color: black;
	box-shadow: 2px 2px 5px grey;
}
.btn-edit {
	background-color: #CBC8C8;
	color: black;
}

.btn-edit:active,
.btn-edit:focus,
.btn-edit:hover {
	color:white;
    background: #27313a !important;
	box-shadow: 2px 2px 5px grey;
}
.btn-primary.disabled{
	border-color: #fff;	
}

.btn-primary {
	border: 2px solid #27313a;
    background: #27313a !important;
	border-color: #fff;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
	color:#27313a;
	border: 2px solid #27313a;
    background: white !important;
	box-shadow: 2px 2px 5px grey;
}
/*  */

.paginate strong {
	background: #319131 !important;
	color: #fff !important;
}
/* profile Active */
.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: white;
    cursor: default;
    background-color: #333333;
    border-color: #333333;
}

.show_none{
	display: block;
}
.show_block{
	display: none;
}
@media (min-width: 800px) {
	.show_none{
		display: none;
	}
	.show_block{
		display: block;
	}
    .menu-active .header .logo:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 75px;
        height: 75px;
        background: white;
        /* z-index: -2; */
    }
    .menu-active .navigation .menu>li:hover>a {
        width: 260px;
        background: #27313a;
        color: white;
        padding-left: 90px;
    }
    .menu-active .navigation .menu .sub-menu a {
        background: #242f51;
        padding: 10px 15px;
    }
}
.dropdown-icon{
	color: #fff !important;
}
.name_style {
    text-align: center !important;
    padding: 40px !important;
	color: #319131 ;
}

.progress {
    height: 15px !important;
}

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

.text-white {
    color: #319131 !important;
}



/* form head and bottom style */

.head_font {
    font-size: 22px !important;
    /* float: left; */
    text-align: center;
    background: #319131 ;
    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: #27313a !important;
    color: white;
    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: white !important;
    background: #27313a !important;
}

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

a {
    color: #333333;
}

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

.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: #27313a;
    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 #27313a;
    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;
}



.box-content .dropdown.js__drop_down{
    top: 15px !important;
}
.padding_25{
    padding: 25px !important;
}

.dash-card{
	background:#27313a;
	justify-content: space-around;
	
}


.dashboard_card{
	background:white;
}
.dashboard_card_footer{
	background:#27313a;

}

.grey_color{
	background-color: #333333;
}

.profile_btn{
	color: white;
	background-color: #333333;
}
.profile_btn:hover{
	color: white;
	background-color: #27313a;
}

.bootstrap-select.btn-group .btn .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
    display: none;
}


.dashboard-mobile{
	margin-top: 2% !important;
}

@media (max-width: 999px){
    .dashboard-mobile{
		margin-top: 5% !important;
	}
	.dashboard_welcome_style {
		padding: 25px !important;
		width: auto;
		position: relative;
		left: 0;
		height: auto;
		background: var(--unnamed-color-04151F) 0% 0% no-repeat padding-box;
		background: #eceef4 0% 0% no-repeat padding-box;
		box-shadow: 0px 3px 6px #272D3B33;
		border-radius: 10px;
		opacity: 1;
		color: white;
	}
}

/* .hover_card{
	box-shadow: 1px 1px 5px grey;
} */
.hover_card:hover{
	box-shadow: 2px 2px 10px grey;
}


.pt_20{
	padding-top: 20px !important;
}

.hover_button{
	background-color: #CBC8C8;
	color: black;
}
.hover_button:hover{
	background-color: #27313a;
	color: white;
}

/* forms */
.form-control{
	background-color: #27313a !important;
	color: #fff !important;
}
.form-control:focus{
	border-color: #fff!important;
}
label{
	color: #319131;
}
/* Dashbboard design green */
.body_detail{
	color:white;
	background-color:#319131;
	border-top-left-radius:7px !important;
	border-top-right-radius:7px !important;
}
.footer_detail{
	color:#319131;
	background-color:#27313a;
	border-bottom-left-radius:7px !important;
	border-bottom-right-radius:7px !important;
	/* border-top: 1px solid #fff; */
}
.green_color{
	color: #319131;
}
