body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	background: #f6f6f8;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: 0 none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul li {
	margin: 0;
	padding: 0;
}

th td,
tr td {
	outline: 0 none;
}

input:hover,
input:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus,
button:hover,
button:focus {
	outline: 0 none !important;
	outline-offset: 0 !important;
}

.text-center {
	text-align: center !important;
}

.text-right {
	text-align: right !important;
}

.login_bg {
	float: left;
	width: 100%;
	background-image: url('../images/admin_bg.jpg');
	background-size: cover;
	background-attachment: fixed;
}

.login_block {
	margin: 0 auto;
	padding: 200px 0;
	display: table;
	max-width: 700px;
	width: 100%;
	border-radius: 0;
}

.logo {
	float: left;
	width: 100%;
	text-align: left;
}

.logo a {
	display: inline-block;
}

.logo img.img-responsive {
	margin: 0 auto;
}

.login_form {
	float: left;
	width: 100%;
}

.form_top {
	float: left;
	width: 100%;
	padding: 30px 15px;
	background: #fff;
}

.form-group {
	margin-bottom: 15px;
	position: relative;
	float: left;
	width: 100%;
}

.form-group i {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	border-right: 1px solid #e5e5e5;
	padding: 8px 12px;
	font-size: 22px;
}

.form_bottom {
	float: left;
	width: 100%;
	padding: 30px 15px;
	background: #f5f5f5;
	border-top: 1px solid #e5e5e5;
}

.cs_input {
	width: 100%;
	padding: 10px;
	border: 1px solid #e7e7e7;
	color: #252929;
	font-size: 14px;
	line-height: 18px;
}

.login_block .cs_input {
	padding: 10px 10px 10px 48px;
}

.form_link {
	font-size: 16px;
	text-transform: capitalize;
	color: #252929;
	line-height: 38px;
	display: block;
}

.form_link:hover {
	color: #252929;
	opacity: 0.8;
}

.cover_btn {
	border-radius: 0;
	background-color: transparent;
	border: 2px solid #ee3640;
	position: relative;
	overflow: hidden;
	transition: color 0s .1s;
	font-weight: 600;
}

.cover_btn:before,
.cover_btn:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transform: translateY(-100%);
	transition: transform .25s cubic-bezier(0.65, 0.05, 0.36, 1);
	z-index: -1;
}

.cover_btn:before {
	background-color: #ee3640;
	transition-delay: .025s;
}

.cover_btn:after {
	background-color: #ee3640;
}

.cover_btn:hover {
	color: #252929;
	z-index: 999;
	position: relative;
}

.cover_btn:hover::before,
.cover_btn:hover::after {
	transform: translateY(0%);
	transition: transform 0.25s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.cover_btn:hover::after {
	transition-delay: .025s;
}

.cs_btn {
	font-size: 14px;
	line-height: 22px;
	color: #252929;
	text-transform: uppercase;
	padding: 8px 20px;
	border-radius: 0;
	background-color: transparent;
	box-shadow: none;
	border: 0;
}

.menu_icon {
	width: 30px;
	display: inline-block;
	text-align: center;
	margin-right: 5px;
	margin-top: 2px;
}

.menu_icon span {
	font-size: 17px
}

.header_main {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: auto 65px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #252929;
	padding: 10px 0;
}

.fix_header {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	padding: 3px 0;
	z-index: 99;
	display: flex;
	align-items: center;
	background: #fff
}

.sm_height {
	height: 65px;
	display: flex;
	align-items: center;
}

.admin_menu {
	float: right;
	width: auto;
	height: 60px;
	display: flex;
	align-items: center;
}

.admin_menu ul {
	float: left;
}

.admin_menu ul li {
	float: left;
	margin: 0 3px;
}

.admin_menu ul li a {
	color: #252929;
	font-size: 14px;
	line-height: 15px;
	text-transform: uppercase;
	/*padding:10px;*/
	display: block;
}

.admin_menu ul li:hover a {
	opacity: 0.8;
}

.admin_menu ul li img {
	margin: 0 8px 0 0;
}

.admin_menu .logout {
	color: #252929;
	font-weight: 600;
}

.admin_main {
	float: left;
	width: 100%;
	padding: 100px 0 50px;
	overflow: hidden;
}

.fr_blk_cover {
	float: left;
	width: 100%;
	padding: 0 0 30px 0;
}

.fr_blk_inner {
	float: left;
	width: 100%;
}

.eq_in_title {
	background: #252929;
	padding: 11px;
	color: #fff;
	text-align: left;
	text-transform: capitalize;
	font-size: 14px;
	line-height: 16px;
	float: left;
	width: 100%;
}

.eq_in_blk {
	background: #fff;
	padding: 15px;
	float: left;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #e7e7e7;
}

.eq_in_value {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 35px;
	line-height: normal;
	color: #252929;
	font-weight: 500;
}

.days_title {
	font-size: 16px;
}

.eq_list_tbl {
	float: left;
	width: 100%;
	background: #fff;
	padding: 15px;
	border: 1px solid #e7e7e7;
	position: relative;
}

table.dataTable {
	white-space: nowrap;
}

table.dataTable th {
	background: #7C8C9B;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	padding: 10px !important;
	text-align: left;
	text-transform: capitalize;
}

table.dataTable th:after {
	display: none !important;
}

table.dataTable .sort-icon {
	width: 12px;
	height: 8px;
	display: inline-block;
	background: url('../images/icon-sort-desc.png') no-repeat right center;
}

table.dataTable .sorting_asc .sort-icon {
	background: url('../images/icon-sort-asc.png') no-repeat right center;
}

table.dataTable .sorting_desc .sort-icon {
	background: url('../images/icon-sort-desc.png') no-repeat right center;
}

table.dataTable .sorting_disabled .sort-icon {
	display: none;
}

table.dataTable td {
	font-size: 14px;
	line-height: 18px;
	color: #252929;
	padding: 10px;
	text-align: left;
	background: #fff;
}

table.dataTable .even td {
	background: rgba(229, 232, 235, 0.5);
}

table.dataTable tr:hover td {
	background-color: #FFEAB2;
}

.tbl_edit {
	float: none;
	margin-left: 5px;
}

.tbl_edit a {
	font-size: 18px;
	line-height: 16px;
	color: #252929;
}
.tbl_edit a.btn {
	font-size: 14px;
	line-height: 1.42857143;
}
.tbl_edit a.btn.btn-warning {
	color: #fff;
}

.tbl_trash a {
	color: #FF526D;
	font-size: 18px;
	line-height: 16px;
}

.dataTables_length {
	display: inline-block;
	width: auto;
	margin-left: 10px;
}

.dataTables_filter {
	display: inline-block;
	float: right;
}

.dataTables_filter label,
.dataTables_length label {
	margin: 0;
}

.dataTables_filter .form-control,
.dataTables_length .form-control {
	padding: 8px;
	border: 1px solid #e7e7e7;
	color: #252929;
	box-shadow: none;
	height: auto;
}

.left_min_height {
	min-height: 631px;
}

.min_height {
	min-height: 788px;
}

.tble_links,
.left_tble_cls {
	float: left;
	width: 100%;
	padding: 0 0 15px;
}

.eq_list_tbl .eq_maintenace_link {
	width: 100%;
	float: right;
	padding: 0 0 15px;
}

.act_drop {
	display: inline-block;
	width: auto;
	margin-right: 15px;
}

.act_drop .select2 {
	cursor: pointer;
	padding: 0 25px 0 10px;
	border: 1px solid #e7e7e7;
	background: #fff url('../images/arrow-down.png') no-repeat right 5px center / 14px 9px;
	color: #252929;
	height: 36px;
	line-height: 30px;
	font-size: 14px;
	outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.tble_links {
	float: left;
	width: 100%;
}

.tble_title {
	float: left;
	text-transform: capitalize;
	line-height: 36px;
	font-size: 22px;
	font-weight: 600;
}

.tble_title i {
	float: left;
	margin: 10px 10px 10px 0;
}

.link_main {
	float: right;
	margin-left: 5px;
}

.common_table_link {
	background: #7C8C9B;
	display: inline-block;
	font-size: 14px;
	color: #fff !important;
	font-weight: 600;
	padding: 6px 12px;
	margin: 0 5px;
	cursor: pointer;
	text-transform: capitalize;
	overflow: hidden;
	position: relative;
	border: 0;
}

.common_table_link:hover {
	opacity: 0.8;
}

.common_table_link:focus i {
	outline: 0 none;
}

.common_table_link:last-child {
	margin-right: 0px;
}

/* pagination */
div.dataTables_wrapper div.dataTables_paginate {
	margin: 15px 0 0;
	text-align: center;
	float: left;
	width: 100%;
	/*position: absolute;*/
	bottom: 20px;
	left: 0;
	right: 0;
	border-top: 1px solid #e7e7e7;
	padding-top: 15px;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
	margin: 0;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	background-color: transparent;
	border-color: transparent;
	color: #4a4a4a;
}

.form-group.eq_mar {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 10px;
}

.pagination>li>a,
.pagination>li>span {
	background-color: transparent;
	border-color: transparent;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
	background-color: transparent;
	border-color: transparent;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	background-color: transparent;
	border-color: transparent;
	color: #4a4a4a;
}

.pagination>li>a,
.pagination>li>span {
	color: #4a4a4a;
	line-height: 14px;
	font-weight: 500;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
	font-size: 0px;
}

.bottom_link {
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
	padding: 15px 0 0 0;
	border-top: 1px solid #e7e7e7;
}

.view_link {
	font-size: 16px;
	line-height: 30px;
	color: #4a4a4a;
	text-transform: capitalize;
	display: inline-block;
	font-weight: 600;
}

.view_link:hover {
	color: #4a4a4a;
	opacity: 0.8;
}

.title_block {
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #e7e7e7;
}

.head_btn .common_table_link i,
.cm_form_main .common_table_link i {
	padding-right: 6px;
}

.head_btn .common_table_link {
	position: relative;
	overflow: hidden;
	width: auto;
	height: 36px;
	transition: color 0s .1s;
	text-align: center;
}

.head_btn .common_table_link:hover {
	color: #fff !important;
}

.head_btn .common_table_link:before,
.head_btn .common_table_link:after,
.cm_form_main .common_table_link:before,
.cm_form_main .common_table_link:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transform: translateY(-100%);
	transition: transform .25s cubic-bezier(0.65, 0.05, 0.36, 1);
	z-index: -1;
}

.head_btn .common_table_link:hover,
.cm_form_main .common_table_link:hover {
	color: #fff;
}

.head_btn .common_table_link:hover:before,
.head_btn .common_table_link:hover:after,
.cm_form_main .common_table_link:hover:before,
.cm_form_main .common_table_link:hover:after {
	transform: translateY(0%);
	transition: transform .25s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.head_btn .common_table_link:hover:after,
.cm_form_main .common_table_link:hover:after {
	transition-delay: .025s;
}


.buttons-cancel {
	background: #fff;
	border: 2px solid #ed3541;
	color: #ed3541 !important;
}

.head_btn .buttons-cancel:before {
	background-color: #ed3541;
	transition-delay: .025s;
}

.head_btn .buttons-cancel:after {
	background-color: #ed3541;
}

.buttons-print,
.buttons-add {
	background: #fff;
	border: 2px solid #7C8C9B;
	color: #7C8C9B !important;
}

.head_btn .buttons-print:before,
.head_btn .buttons-add:before {
	background-color: #7C8C9B;
	transition-delay: .025s;
}

.head_btn .buttons-print:after,
.head_btn .buttons-add:after {
	background-color: #7C8C9B;
}

.buttons-save {
	background: #fff;
	border: 2px solid #00991a;
	color: #00991a !important;
}

.head_btn .buttons-save:before {
	background-color: #00991a;
	transition-delay: .025s;
}

.head_btn .buttons-save:after {
	background-color: #00991a;
}

.buttons-yellow {
	background: #fff;
	border: 2px solid #ee3640;
	color: #252929 !important;
}

.cm_form_main .buttons-yellow:before {
	background-color: #ee3640;
	transition-delay: .025s;
}

.cm_form_main .buttons-yellow:after {
	background-color: #ee3640;
}

.cm_form_main {
	float: left;
	width: 100%;
	position: relative;
}

.due-date-picker {
	overflow: inherit !important;
}

.cm_form_main .task-timeline-delete,
.task-timeline-delete {
	overflow: initial !important;
}

.form_lable {
	text-align: left;
	color: #999;
	letter-spacing: 1px;
	font-size: 10px;
	float: left;
	width: 100%;
	margin-bottom: 3px;
	font-weight: 800;
	text-transform: uppercase;
}

.cs_textarea {
	border: 1px solid #e7e7e7;
	color: #252929;
	font-size: 14px;
	line-height: 18px;
	height: 100px;
	width: 100%;
	resize: none;
	padding: 10px;
}

.select2 {
	width: 100% !important;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
	border: 1px solid #e7e7e7;
	border-radius: 0;
	outline: 0 none;
}

.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
	height: auto;
	outline: 0 none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 36px;
	color: #4a4a4a;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 38px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	line-height: 28px;
	color: #4a4a4a;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: 1px solid #e7e7e7;
}

/* Start css for multiple dropdown */
/* .select2-container--default .select2-selection--multiple {
	border: 1px solid #e7e7e7;
	border-radius: 0;
	outline: 0 none;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	line-height: 36px;
	color: #4a4a4a;
}

.select2-container--default .select2-selection--multiple .select2-selection__arrow {
	height: 38px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	position: absolute;
	right: 0;
} */

/* End css for multiple dropdown */

.select2-container--focus {
	outline: 0 none;
}

.select2-dropdown {
	border: 1px solid #e7e7e7;
	border-radius: 0;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #7C8C9B;
	color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #7C8C9B;
	color: #fff;
}

.btn-file {
	position: relative;
	overflow: hidden;
}

.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
	cursor: pointer;
}

.inputfile-2+label {
	border: 0;
	font-size: 14px;
	display: inline-block;
	margin: 0;
	color: #4a4a4a !important;
	max-width: inherit;
	font-weight: 600;
	padding: 0 10px 0 0;
}

.box {
	display: inline-block;
	padding-top: 13px;
}

.box i {
	position: relative;
	left: auto;
	top: auto;
	border: 0;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	margin: 0 10px 0 0;
	padding: 8px 12px;
	background: #7C8C9B;
	color: #fff !important;
}

.padd-right {
	padding-right: 0;
}

.padd-left {
	padding-left: 0;
}

.form_panel_box {
	padding: 15px;
	width: 100%;
	float: left;
	border: 1px solid #e7e7e7;
	margin: 20px 0 20px 0;
	position: relative;
}

.cs_sub_title {
	display: inline-block;
	background: #fff;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 600;
	padding: 0 5px;
	position: absolute;
	top: -10px;
	left: 10px;
}

.cs_select_width .select2 {
	width: 90% !important;
	margin-right: 2%;
}

.ref_icon {
	width: auto;
	float: right;
}

.ref_icon img {
	max-width: 100%;
}

.text_minheight {
	height: 65px;
}

.switch_cover {
	width: 100%;
	float: left;
}

.check_text {
	text-align: left;
	margin: 0;
	color: #4a4a4a;
	font-size: 14px;
	line-height: 24px;
	float: left;
	margin-right: 10px;
}

.switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 24px;
	margin: 0;
}

.switch input {
	display: none;
}

.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 4px;
	bottom: 3px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.slider {
	background-color: #232323;
}

input:focus+.slider {
	box-shadow: 0 0 1px #232323;
}

input:checked+.slider:before {
	-webkit-transform: translateX(25px);
	-ms-transform: translateX(25px);
	transform: translateX(25px);
	background: #ee3640;
}

input[type="checkbox"] {
	display: none;
}

input[type="checkbox"]+label {
	color: #252929;
	font-weight: normal;
	margin: 0;
}

input[type="checkbox"]+label span {
	display: inline-block;
	width: 19px;
	height: 19px;
	margin: -2px 10px 0 0;
	vertical-align: middle;
	background: #ccc;
	cursor: pointer;
	position: relative;
}

input[type="checkbox"]:checked+label span {
	background: #232323;
}

input[type="checkbox"]:checked+label span:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	background: url("../images/check-mark.png") no-repeat center center / 14px 10px;
	width: 19px;
	height: 19px;
}

.hr_form_lbl {
	line-height: 40px;
	margin: 0;
	float: left;
}

.bottom_link .cm_form_main .cs_input {
	padding: 5px 10px;
}

.modal-content,
.modal-header,
.modal-body,
.modal-footer {
	float: left;
	width: 100%;
	overflow: hidden;
}

.modal {
	text-align: center;
}

.modal-backdrop.in {
	opacity: .8;
}

.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	width: 1020px;
}

.job_alert_popup {
	width: 400px;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.modal-header {
	border: 0;
	background: #7C8C9B;
}

.modal-header.buttons-cancel {
	background: #FF526D;
	border: 0;
}

.modal-header.buttons-cancel,
.modal-header.buttons-print {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.modal-header.buttons-cancel h4 {
	text-align: left;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	background: url('../images/icon-alert.png') no-repeat top 6px left;
	display: inline-block;
	padding: 0 0 0 30px;
}

.padd_zero {
	padding: 0px;
}

.modal-footer.tw_btn_foo {
	padding: 0px;
	border-top: 0px;
}

.modal-footer.tw_btn_foo .btn {
	width: 50%;
	float: left;
	margin: 0px;
	text-transform: capitalize;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	border: 0;
	padding: 15px;
	font-weight: 600;
	color: #4a4a4a;
	background: transparent;
	margin: 0 !important;
}

.modal-footer.tw_btn_foo .btn:first-child {
	border-right: 1px solid #e7e7e7;
	border-radius: 0px;
}

.modal-footer.tw_btn_foo .btn:hover {
	background: transparent;
	color: #4a4a4a;
}

.alert_close {
	color: #fff;
	text-shadow: none;
	opacity: 1;
}

.alert_close:hover,
.alert_close:focus {
	opacity: 0.8;
	color: #fff;
}

.modal-body p {
	margin: 0 0 15px;
	font-size: 14px;
	line-height: 22px;
}

.report_title {
	text-align: center;
}

.report_title h4 {
	text-transform: uppercase;
	line-height: normal;
	font-weight: 600;
	color: #fff;
}

.com_title h5 {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	color: #252929;
}

.com_title {
	text-align: center;
	float: left;
	width: 100%;
	margin: 0 0 20px;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #e7e7e7;
}

.com_title p {
	font-size: 14px;
	line-height: 18px;
	color: #252929;
	margin: 0;
}

.text-cap {
	text-transform: capitalize !important;
}

.job_field {
	float: left;
	width: 100%;
	padding: 0 0 15px 0;
}

/*.row_label {text-align: left; color: #252929; font-size: 14px; line-height: 18px; float: left; width: 23%; font-weight: 600; text-transform: capitalize; margin: 0 2% 0 0;}*/
.row_input {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #e7e7e7;
	padding: 5px;
}

.row_input::-webkit-input-placeholder {
	color: #ccc;
	font-weight: 600;
}

.row_input::-moz-placeholder {
	color: #ccc;
	font-weight: 600;
}

.row_input:-ms-input-placeholder {
	color: #ccc;
	font-weight: 600;
}

.row_input:-moz-placeholder {
	color: #ccc;
	font-weight: 600;
}

.eq_mar {
	margin: 10px 0;
}

.job_field .tble_title {
	font-size: 18px;
	line-height: 18px;
}

.mrg_btm {
	margin-bottom: 15px;
}

.add_load_cover {
	float: left;
	width: 100%;
}

.add_load_cover .form-group {
	margin-bottom: 0;
}

.full_width {
	float: left;
	width: 100%;
}

.full_width .common_table_link {
	margin: 0;
}

.mrg_top {
	margin-top: 50px;
}

.checkbox_group {
	width: 100%;
	float: left;
}

.load_blk_cover {
	width: 100%;
	float: left;
	margin: 20px 0 0 0;
}

.link_main .form_lable {
	margin: 0;
	line-height: 18px;
	font-style: italic;
}

.load_blk_inner_head_row {
	float: left;
	width: 100%;
}

.load_blk_inner_input_row_main {
	float: left;
	width: 100%;
}

.load_blk_inner_input_row_loop {
	float: left;
	width: 100%;
}

.sel_cs_width {
	width: 250px;
	margin: 0;
}

.sel_cs_width label {
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
	display: inline-block;
	width: auto;
	margin: 0 2% 0 0;
	line-height: 36px;
}

.sel_cs_width .select2 {
	width: 75% !important;
	float: right;
}

.width_auto {
	width: auto;
	float: none;
	display: inline-block;
}

.modal .eq_list_tbl {
	padding: 0;
	border: 0;
}

.modal .view_link {
	margin-left: 15px;
}

.emp_head {
	margin: 0 0 5px;
	float: left;
	width: 100%;
}

.emp_head li {
	line-height: 30px;
	font-size: 14px;
	color: #999;
	font-weight: 700;
}

.setup_block {
	float: left;
	width: 100%;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #e7e7e7;
}

.setup_row {
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
}

.setup_row:first-child {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 15px;
}

.setup_row:last-child {
	margin-bottom: 0px;
}

.first_setup_col {
	width: 68%;
	margin-right: 2%;
	float: left;
	text-transform: capitalize;
}

.equal_setup_col {
	width: 15%;
	float: left;
	text-align: center;
	text-transform: capitalize;
}

.setup_block .form-group {
	margin: 0px;
}

table.dataTable>tbody>tr.child span.dtr-title {
	text-transform: capitalize;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	top: auto;
	background: #7C8C9B;
}

table.dataTable tr.child td.child {
	padding-left: 10px !important;
}

table.dataTable>tbody>tr.child ul.dtr-details {
	width: 100%;
}

span.dtr-data {
	white-space: initial;
}

div.dataTables_wrapper div.dataTables_filter input {
	width: 100px;
}

.toggle_icon {
	display: none;
}

.chart_block {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e7e7e7;
}

.chart_block:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px;
}

.main_list_cover .eq_maintenace_link {
	width: auto;
}

.graph_main {
	float: left;
	width: 100%;
}

.confirmation-buttons a {
	font-size: 13px;
}

.confirmation-buttons .btn-primary {
	background: #ed3541;
	border-color: #ed3541;
}

.calUsers {
	display: inline-flex;
	float: left;
}

.calUsers a {
	color: #fff;
	display: inline-block;
	text-align: center;
	font-weight: 600;
	padding: 5px 10px;
	font-size: 12px;
}

.calUsers li {
	margin: 5px;
	border: 1px solid #e7e7e6;
	text-transform: capitalize;
}

.tasktimeline {
	border: 1px solid #ddd;
	display: inline-block;
	padding: 10px;
	border-radius: 5px;
	width: 100%;
	margin-bottom: 5px;
}

textarea[readonly],
input[readonly],
select[readonly] {
	background: #eee;
}

.pull-right .select2-container {
	width: 178px !important;
}

.filter_job .select2-container {
	width: 215px !important;
}

.drag_job_status {
	cursor: move;
}

.drag_project_status {
	cursor: move;
}

.drag_sources_status {
	cursor: move;
}

.redirect_dash_job {
	cursor: pointer;
}

.div_image {
	position: relative;
	margin: 10px 0 0 0;
}

.div_image a {
	position: sticky;
}

.div_image i {
	position: absolute;
	left: 0;
	top: -27px;
	font-size: 14px;
	border-right: 0;
	padding: 3px 5px;
	font-size: 22px;
}

#qu,
#qu2,
#qu3,
#qu4 {
	display: inline !important;
}

.hide {
	display: none;
}

._cs_textarea {
	border: 1px solid #e7e7e7;
	resize: none;
}

.form_panel_box .common_table_link.buttons-save {
	margin: 5px 15px 0;
}

.form-group.doc_html li {
	margin: 0 0 10px 0;
}

.form-group.doc_html li i {
	border-right: 0;
	margin-bottom: 8px;
}

.common_table_link.document_data.buttons-save,
.common_table_link.image_data.buttons-save {
	margin: 5px 0 0 0 !important;
}

.breadcrumb {
	padding: 8px 0;
}

.pac-container {
	z-index: 3000 !important;
}

#calfilter {
	display: none;
}


/* 30-05-2022 */
.dataTable.calendar_list input[type="checkbox"] {
	display: block;
}

.job-calendar-tbl .selectedCalDelete {
	margin-bottom: -40px;
	margin-left: 0px;
}

form#calendar_create .calendar-btn .form-group {
	padding-top: 12px;
}

form#calendar_create .calendar-btn .btn-update {
	margin-left: -12px;
}

/* table.variation_dt_list tbody td:last-child {
	display: none;
} */

table.employeeHolidays_list tfoot ul {
	line-height: 30px;
}

table.employeeHolidays_list tfoot ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

table.employeeHolidays_list tfoot ul li {
	width: 33.33%;
	padding: 0px 10px 0px 0px;
}

table.employeeHolidays_list tfoot ul li:nth-child(2) {
	text-align: center;
}

table.employeeHolidays_list tfoot ul li:nth-child(3) {
	text-align: right;
}

.dataTables_wrapper .pagination>.active>a {
	font-weight: 700;
}

.calendar-filter-options {
	display: inline-block;
	width: 100%;
}

.calendar-filter-options .select2 {
	float: right;
	margin-bottom: 10px;
}

.calendar-modal-popup {
	overflow-y: auto;
}

.admin-calendar-page .calendar-bottom-buttons {
	margin: 25px 0 10px 0;
	text-align: center;
}

.spend-point-has-not {
	display: none;
}

.calener-show-style-btn {
	position: absolute;
	right: 213px;
	top: 100px;
}

.calendar-filter-options {
	position: relative;
}

.variation-search-select {
	padding: 10px;
}

.admin_menu ul {
	display: flex;
	justify-content: space-between;
	float: none;
	flex-wrap: nowrap;
}

.admin_menu ul li {
	float: none;
	margin: 0;
}

.admin_menu ul li .menu_icon {
	margin-right: 0;
}

.admin_menu ul li a {
	margin: 0 5px 0 0;
}

.admin_menu ul li:last-child a {
	margin: 0;
}

.userblk .userlabelShow {
	display: flex;
}

.userblk .userlbl {
	margin-right: 5px;
}

.userblk .useredit {
	margin-left: 10px;
}

.userdropdownShow .btn.userbtn {
	border: 2px solid #000;
	border-radius: 0;
	padding: 4px 10px;
	line-height: normal;
	font-weight: bold;
}

.userdropdownShow select.calendaruser {
	margin-right: 10px;
	line-height: 32px;
	height: 32px;
	padding: 0 8px;
}

.check_infinite {
	display: block !important;
}

/*.custom-overlaping-cls .dataTables_scrollBody {
	overflow: initial !important;
}*/

#calendaruser-div .select2 {
	width: 70% !important;
	margin-right: 10px;
}