body,
html {
	width: 100%;
	height: 100%;
	background: #f7f8f9;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

a:hover {
	text-decoration: none;
}

ul,
li {
	list-style: none;
}

::-webkit-input-placeholder {
	color: #333333;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 17px;
	opacity: 0.3;
	font-weight: normal;
}

::-moz-placeholder {
	color: #333333;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 17px;
	opacity: 0.3;
	font-weight: normal;
}

:-ms-input-placeholder {
	color: #333333;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 17px;
	opacity: 0.3;
	font-weight: normal;
}

:-moz-placeholder {
	color: #333333;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 17px;
	opacity: 0.3;
	font-weight: normal;
}

.form-group ::-webkit-input-placeholder {
	color: #919191;
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing: 0.49px;
	font-size: 15px;
	opacity: 1;
	font-weight: normal;
}

.form-group ::-moz-placeholder {
	color: #919191;
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing: 0.49px;
	font-size: 15px;
	opacity: 1;
	font-weight: normal;
}

.form-group :-ms-input-placeholder {
	color: #919191;
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing: 0.49px;
	font-size: 15px;
	opacity: 1;
	font-weight: normal;
}

.form-group :-moz-placeholder {
	color: #919191;
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing: 0.49px;
	font-size: 15px;
	opacity: 1;
	font-weight: normal;
}

.login_wrap {
	float: left;
	width: 100%;
	position: relative;
}

.login_inner_wrap {
	float: left;
	width: 100%;
	position: relative;
}

.login_left {
	float: left;
	width: 40%;
	background: #ffffff;
}

.logo {
	float: left;
	width: auto;
	line-height: 34px;
}

.logo a {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 6px;
	line-height: 26px;
}

.login_box_euro {
	float: left;
	width: 100%;
	padding-top: 150px;
}

.login_box_euro_inner {
	width: 400px;
	margin: 0 auto;
}

.login_box_euro_inner_MX {
	float: left;
	width: 100%;
}

.inner_pad {
	float: left;
	width: 100%;
	padding: 80px 0 0 0;
}

.inner_pad .form-group {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	font-size: 23px;
}

.mar_zero {
	margin: 0 !important;
}

.inner_pad .form-group .form-control {
	float: left;
	width: 100%;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0;
	font-weight: normal;
	color: #222222;
	font-size: 23px;
	padding-left: 0;
	background: none;
}

.inner_pad .form-group .form-control:focus {
	outline: none;
	box-shadow: none;
}

.inner_pad .form_brntn {
	float: left;
	width: 100%;
	background: #0076FF;
	height: 55px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	line-height: 55px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
	box-shadow: none;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 1.88px;
	margin-top: 70px;
}

.inner_pad .form_brntn:hover {
	opacity: 0.8;
}

.login_right {
	float: left;
	width: 60%;
}

.login_right img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.custom-checkbox .custom-control-indicator {
	border-radius: 1px;
	width: 24px;
	height: 24px;
	background: none;
	border: 2px solid #BABABA;
	float: left;
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator {
	background: #0076FF url('../images/check.png') no-repeat center center;
	border-color: #0076FF;
}

.custom-control-description {
	color: #555555;
	font-size: 14px;
	letter-spacing: 0.46px;
	line-height: 24px;
	font-weight: normal;
	top: -6px;
	left: 10px;
	position: relative;
}

.custom-control {
	cursor: pointer;
	padding-left: 0;
}


/* Home Css */

.wrap_main {
	float: left;
	width: 100%;
}

.wrap_main_inner {
	float: left;
	width: 100%;
}

.header {
	float: left;
	width: 100%;
	padding: 13px 20px;
	background-color: #FFF;
	background: #FFF;
	box-shadow: inset 0 -1px 0 0 #DADCE0;
}

.navigation_vn_menu {
	float: left;
	width: auto;
}

.navigation_vn_menu ul {
	float: right;
	margin: 0;
	padding: 0;
}

.navigation_vn_menu ul li {
	display: inline-block;
	margin: 0 20px;
	padding: 0;
}

.navigation_vn_menu ul li a {
	display: inline-block;
	color: #000000;
	font-size: 16px;
	opacity: 0.6;
	font-weight: 400;
	padding: 8px 0;
	position: relative;
}

.navigation_vn_menu ul li:last-child {
	margin-right: 0;
}

.navigation_vn_menu ul li.active a {
	color: #027AFF;
	opacity: 1;
}

.navigation_vn_menu ul li:hover a {
	color: #027AFF;
	opacity: 1;
}

.main_wrap_content_part {
	float: left;
	width: 100%;
	padding: 23px 35px;
}

.top_title_page_main h2 {
	color: #000000;
	font-size: 26px;
	letter-spacing: 0.86px;
	line-height: 32px;
	font-style: normal;
	float: left;
	width: 100%;
}

.top_title_page_main p {
	float: left;
	width: 100%;
	color: #919191;
	font-size: 13px;
	letter-spacing: 0.43px;
	line-height: 16px;
	padding: 0;
	margin: 0;
}

.full_width {
	float: left;
	width: 100%;
}

.btn_bg {
	background: #0076FF;
	display: inline-block;
	border-width: 1px !important;
}

.btn_bg:hover {
	background: #ffffff;
	color: #0076FF;
}

.btn_bgreen {
	background: #53AC2F;
	border: 2px solid #53AC2F;
	margin-right: 25px;;
	display: inline-block;
	/*border-width: 1px !important;*/
}

.btn_bgreen:hover {
	background: #ffffff;
	color: #53AC2F;
}

.hgt36 {
	height: 36px;
	line-height: 32px;
}

.fontsx {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1.75px;
	text-transform: uppercase;
}

.padx {
	padding: 0 30px;
}

.filter_inner_main .form-group {
	float: left;
	width: 100%;
}

.filter_inner_main .form-group .searchcls {
	float: left;
	width: 100%;
	height: 36px;
	border: 1px solid #E0E0E0;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	padding: 8px 20px 8px 30px;
	background: #ffffff url('../images/icon-search@2x.png') no-repeat left 10px center;
	background-size: 13px 13px;
}

.mar25 {
	margin: 25px 0;
}

.select2 {
	width: 100% !important;
}
.select2-container--default .select2-selection--single {
	outline: 0 none;
	height: 38px;
	border: 1px solid #888888;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #000000 !important;
	letter-spacing: 0.49px;
	font-size: 15px;
}

.form-group .select2-container {
	width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 36px;
	background: url('../images/down-arrow.png') no-repeat right 10px center;
	width: 39px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}

table tr:last-child td:first-child {
	border-bottom-left-radius: 3px;
}

table tr:first-child td:first-child {
	border-top-left-radius: 3px;
}

table tr:first-child td:last-child {
	border-top-right-radius: 3px;
}

table tr:last-child td:last-child {
	border-bottom-right-radius: 3px;
}

.table td,
.table th {
	padding: 20px 15px;
}

.data_main_tbls thead th {
	background: #f7f8f9;
	border: none;
	font-size: 14px;
	letter-spacing: 0.43px;
	font-weight: bold;
}

.red_clx {
	border-bottom: 1px solid #DADCE0;
}

.drop_down .data_main_tbls td {
	color: #000000;
	font-size: 16px;
	letter-spacing: 0.49px;
	line-height: 18px;
	padding: 17px 15px;
}

table tbody {
	border: 1px solid #dee2e6;
}

table.dataTable {
	border-collapse: collapse !important;
	margin-bottom: 30px !important;
}

.table-striped tbody tr:nth-of-type(odd) {
	background: #ffffff;
}

.table-striped tbody tr:nth-of-type(even) {
	background: #F8F8F8;
}

.data_main_tbls .container-fluid {
	padding: 0;
	margin: 0;
}

.paginate_button .page-link {
	font-size: 16px;
	line-height: 26px;
	width: 30px;
	height: 30px;
	padding: 0 10px;
	text-align: center;
}

.previous img {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}

.dataTables_info {
	opacity: 0.56;
	color: #000000;
	font-size: 12px;
	letter-spacing: 0.4px;
	line-height: 14px;
	float: left;
	width: 33.33%;
}

.dataTables_paginate {
	width: 33.33%;
	float: left;
}

.dataTables_paginate .page-link {
	color: rgba(0, 0, 0, 0.4);
	font-weight: bold;
}

.dt_footr {
	float: left;
	width: 100%;
	padding: 10px 15px;
}

.view_lnzk {
	float: right;
	width: 33.33%;
	text-align: right;
}

.view_lnzk a {
	display: inline-block;
	font-size: 12px;
	letter-spacing: 0.4px;
	line-height: 32px;
	color: #475CED;
	text-decoration: underline;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
	justify-content: center;
}

.pagination li:first-child {
	margin: 0 10px 0 0;
}

.pagination li:last-child {
	margin: 0 0 0 10px;
}

.pagination li:first-child a {
	border-radius: 0.25rem;
}

.pagination li:last-child a {
	border-radius: 0.25rem;
}

.pagination li a {
	background: linear-gradient(180deg, #FFFFFF 0%, #F6F6F6 100%);
}

.pagination li.active a {
	background: #0076FF;
}

.col_mnvb {
	float: left;
	width: 100%;
}

.pic {
	display: inline-block;
}

.pic img {
	width: 30px;
	height: 30px;
	object-fit: cover;
}

.tab_Euro_main .nav-tabs .nav-link {
	border-radius: 0;
	border: none;
	padding: 10px 0;
	color: #000000;
	opacity: 0.32;
	letter-spacing: 0.43px;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	position: relative;
}

.tab_Euro_main .nav-tabs .nav-item {
	margin: 0;
	padding: 0 20px;
}

.tab_Euro_main .nav-tabs .nav-link.active {
	opacity: 1;
}

.tab_Euro_main .nav-tabs .nav-link.active:before {
	position: absolute;
	bottom: -1px;
	height: 2px;
	width: 100%;
	background: #000000;
	left: 0;
	content: '';
}

.tab_Euro_main {
	float: left;
	width: 100%;
	margin: 30px 0;
}

.box_euro_content_dk {
	padding: 0;
}

table.dataTable th {
	border: none !important;
	background: none !important;
	color: #BABABA;
	font-size: 14px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.table td {
	border-top: 1px solid #888888 !important;
}

.table td:first-child {
	border-left: 1px solid #888888;
}

.table td:last-child {
	border-right: 1px solid #888888 !important;
}

.table tr:last-child td {
	border-bottom: 1px solid #888888;
}

.dISd {
	display: inline-block;
}

.rsk .switch {
	position: relative;
	display: inline-block;
	width: 38px;
	height: 20px;
	margin: 0;
}

.rsk .switch input {
	display: none;
}

.rsk .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.rsk .slider:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 4px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

.rsk input:checked+.slider {
	background-color: #2196F3;
}

.rsk input:focus+.slider {
	box-shadow: 0 0 1px #2196F3;
}

.rsk input:checked+.slider:before {
	-webkit-transform: translateX(16px);
	-ms-transform: translateX(16px);
	transform: translateX(16px);
}


/* Rounded sliders */

.rsk .slider.round {
	border-radius: 34px;
}

.rsk .slider.round:before {
	border-radius: 50%;
}

.dISd img {
	position: relative;
	top: -5px;
}

.dISd {
	display: inline-block;
	padding: 0 10px;
}

.dISd a {
	display: inline-block;
}

/* table.dataTable {
	width: 100% !important;
} */

table.dt-responsive.dataTable {
	width: 100% !important;
}

.box_euro_content_dk .top_title_page_main {
	margin-bottom: 15px;
}

.img_uplo_box {
	float: left;
	width: 30%;
	height: 122px;
	border: 1px dashed #979797;
	padding: 0 20px;
}

label.mdl-lbl {
	font-size: 16px;
	margin-bottom: 9px !important;
	color: #333333;
}

.form-control {
	background-color: #FFFFFF;
	border: 1px solid #888888;
	height: 38px;
	padding: 5px 10px;
	border-radius: 3px;
}

.img_uplo_box span {
	text-align: center;
	align-items: center;
	display: flex;
	justify-content: center;
	height: 122px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 6px;
	color: #000000;
	text-transform: uppercase;
}

.upload_dkl {
	float: left;
	padding-left: 20px;
	width: 70%;
}

.upload_dkl p {
	float: left;
	font-size: 12px;
	letter-spacing: 0.4px;
	line-height: 14px;
	color: #919191;
	padding: 0;
	margin: 10px 0 0 0;
	width: 100%;
}

.colorpicker-element {
	float: left;
	width: 100%;
	border: 1px solid #E0E0E0;
	border-radius: 0;
	height: 38px;
}

.colorpicker-component .form-control {
	height: 36px;
}

.colorpicker-element .form-control {
	border: none;
}

.colorpicker-element .form-control:focus {
	border: none;
	box-shadow: none;
	outline: none;
}

.colorpicker-element span.input-group-addon {
	display: inline-block;
	width: 36px;
	height: 36px;
}

.colorpicker-element span.input-group-addon i {
	width: 36px;
	height: 36px;
	vertical-align: baseline;
}

.colorpicker-element {
	border-radius: 3px !important;
	overflow: hidden;
}

.color_des {
	float: left;
	width: 100%;
}

.color_des label {
	color: #919191;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 16px;
	color: #919191;
	margin-bottom: 5px;
}

.gallery_pic_mnc {
	float: left;
	width: 100%;
}

.gallery_pic_mnc ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

.gallery_pic_mnc ul li {
	float: left;
	width: 24.2%;
	margin: 0;
	padding: 0;
	margin: 0 1% 1% 0;
}

.gallery_pic_mnc ul li:nth-child(4) {
	margin-right: 0;
}

.gallery_pic_mnc ul li img {
	width: 100%;
	height: 256px;
	object-fit: cover;
}

.upload_dkl .file {
	position: relative;
	overflow: hidden;
	height: 36px;
	font-size: 14px;
	margin-top: 30px;
	border-radius: 0;
	background: #82061B !important;
	border-color: #82061B !important;
}

.file input {
	position: absolute;
	font-size: 50px;
	opacity: 0;
	right: 0;
	top: 0;
}

.mn_wrp_right_content_inner {
	float: left;
	width: 100%;
	padding: 50px 30px;
}

.containerx {
	width: 80%;
	margin: 0 auto;
}

.for_FRMKL label {
	float: left;
	width: 100%;
	color: #919191;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 16px;
	text-transform: capitalize;
}

.custom-checkbox {
	margin-bottom: 0 !important;
}

.separator {
	float: left;
	width: 100%;
	height: 1px;
	background: #D8DFE6;
	margin: 20px 0;
}

.for_FRMKL {
	float: left;
	width: 100%;
}

.for_FRMKL .form-control {
	float: left;
	width: 100%;
	height: 36px;
	border: 1px solid #E0E0E0;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
}

.btn_all_frm .btn_bg {
	margin: 0 20px;
}

.btn_all_frm .btn_bg:first-child {
	margin: 0;
}

.btn_bg.clx {
	background: none;
	color: #0076FF;
}

.dropzone_ {
	width: 100% !important;
	height: 150px !important;
	display: flex;
	justify-content: center;
	background: #f7f7f7 url('../images/icon-upload.png') no-repeat top 30px center !important;
	position: relative;
	padding-top: 90px;
}

.nniicc-dropzoneParent {
	margin: 20px 0px !important;
}

.nniicc-dropzoneParent span {
	color: #0076FF;
	display: inline-block;
	margin: 0 10px;
}

.for_FRMKL textarea {
	float: left;
	width: 100%;
	height: 126px !important;
	border: 1px solid #E0E0E0;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	resize: none;
}

.page-item:last-child .page-link {
	border-radius: 0 !important;
}

.page-item:first-child .page-link {
	border-radius: 0 !important;
}


/* .for_FRMKL span {color: #0076FF; display: inline-block; margin: 0 5px;} */


/* ------------------upload css------------------ */

.btn-file {
	position: relative;
	overflow: hidden;
}

.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}

.dfre .custom-checkbox .custom-control-indicator {
	border-color: #555555;
	border-width: 1px;
}

.dfre .custom-control {
	display: inline-block;
}

.dfre .custom-control-description {
	color: #919191;
}

.toggle_icon {
	display: none;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
	top: auto;
	line-height: 14px;
	font-size: 14px;
}

table.dataTable>tbody>tr.child ul.dtr-details {
	width: 100%;
}

span.dtr-data {
	display: inline-block;
}

.form-control:focus {
	box-shadow: none;
}

.ssz {
	display: none;
}


/* New Css cool */

.nw_all_site.nav.nav-tabs {
	float: left;
	display: block;
	margin-right: 20px;
	border-bottom: 0;
	border-right: 1px solid #D8DFE6;
	padding-right: 15px;
	width: 250px;
}

.nw_all_site.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	background: #ccc;
}

.nw_all_site.nav-tabs .nav-link.active {
	color: #222222;
	border-right: 1px solid #ffffff !important;
	position: relative;
	background: #ffffff;
	left: 1px;
}

.nw_all_site.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: 0rem!important;
	border-top-right-radius: 0rem!important;
	padding: 20px 25px;
	font-size: 16px;
	background: #f7f9fa;
	border-bottom: 1px solid #DADCE0;
	color: #363737;
	opacity: 0.8;
}

.nw_all_site.nav-tabs .nav-link.active:before {
	display: none;
}

.tab-content>.active {
	display: block;
	min-height: 165px;
}

.nw_all_site.nav.nav-tabs {
	float: left;
	display: block;
	margin-right: 0;
	border-bottom: 0;
	border-right: 1px solid transparent;
	padding-right: 15px;
}

.nw_all_site.nav.nav-tabs .nav-item {
	padding: 0;
	width: 250px;
}

.nw_all_site_main {
	border: 1px solid #DADCE0;
	box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.1);
	background: #ffffff;
	border-radius: 4px;
}

.nw_all_site_main .tab-content {
	float: right;
	width: calc(100% - 250px);
	padding: 40px;
	border-left: 1px solid #DADCE0;
}

.inner_cool_site_tabs {
	float: left;
	width: 100%;
}

.inner_cool_site_tabs .nav-tabs {
	border-radius: 4px 0 0 0;
	overflow: hidden;
}

.inner_cool_site_tabs .nav-tabs .nav-link {
	padding: 10px 12px;
	background: #067AFF;
	color: #ffffff;
	font-size: 18px;
	opacity: 1;
	float: left;
	border-right: 1px solid #ffffff;
}

.inner_cool_site_tabs .nav-tabs .nav-link.active {
	background: #6e7683;
	color: #ffffff;
}

.inner_cool_site_tabs .nav-tabs {
	display: block;
}

.inner_cool_site_tabs .nav-tabs .nav-link.active:before {
	display: none;
}

.inner_cool_site_tabs .nav-tabs .nav-link:last-child {
	border-radius: 0 4px 0 0;
}

.inner_cool_site_content {
	float: left;
	width: 100% !important;
	border: none !important;
}

.full_scr_display_cnt {
	float: left;
	width: 100%;
}

.full_scr_display_cnt_inner {
	margin: 0;
	width: 60%;
	float: left;
}

.full_scr_display_cnt_inner table {
	border: 1px solid #DADCE0;
	border-radius: 3px;
}

.full_scr_display_cnt_inner table tr {
	box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.1);
}

.full_scr_display_cnt_inner table tr th {
	padding: 17px 15px;
	border-bottom: 1px solid #DADCE0;
}

table tr th {
	font-weight: bold;
	font-size: 16px;
	line-height: normal;
	color: #BABABA;
}

.full_scr_display_cnt_inner table tr td input {
	background-color: #F7F9FA;
	border: 1px solid #D8DFE6;
	height: 34px;
	padding: 5px 15px;
	width: 80px;
}

.footrt_save_btnmnsite {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.btn_site {
	box-shadow: none;
	background: #82061B;
	height: 40px;
	padding: 0 30px;
	color: #FFFFFF;
	font-size: 18px;
	display: inline-block;
	border: none;
	line-height: 40px;
}

.mrrgtysite {
	margin-right: 15px;
}

.btn_site:hover {
	opacity: 0.8;
	color: #FFFFFF;
}

.color_site .colorpicker-element {
	height: 32px;
	width: 32px;
}

.color_site .colorpicker-element .input-group-addon,
.color_site .colorpicker-element .input-group-addon i {
	width: 100%;
	height: 100%;
}

.full_site_y {
	float: left;
	width: 100%;
}

.new_pad_site {
	padding: 20px 30px;
	background: #ffffff;
	box-shadow: 0 24px 32px 0 rgba(82, 97, 115, 0.1);
}

.tab-pane {
	float: left;
	width: 100%;
}

.smtp_site_config {
	float: left;
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
}

.mtpsite {
	margin-top: 15px;
}

.smtp_site_config {
	float: left;
	width: 100%;
	border: 1px solid #D8DFE6;
}

.smtp_site_config h2 {
	margin: 0;
	padding: 0;
	background: #354052;
	color: #ffffff;
	font-size: 18px;
	padding: 10px 20px;
}

.smtp_site_config .nsitepadd_sqr {
	float: left;
	width: 100%;
	padding: 20px;
	min-height: 556px;
}

.site_nav_right {
	float: right;
	margin: 7px 0 0 0;
	padding: 0;
}

.site_nav_right li {
	display: inline-block;
}

.site_nav_right li a {
	display: inline-block;
	color: #000000;
	opacity: 0.6;
	font-size: 16px;
	padding: 0 10px;
}

.site_nav_right li:last-child a {
	opacity: 1;
	border-left: 1px solid rgba(0, 0, 0, 0.3);
}

.site_nav_right li.cremate a {
	border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.site_nav_right li.add_site_job a {
	padding: 0 20px;
	width: auto;
	height: 35px;
	border: 1px solid #057AFF;
	border-radius: 35px;
	line-height: 33px;
	background-color: #FFFFFF;
	box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.1);
	color: #057AFF;
	text-align: center;
	opacity: 1;
}

.site_nav_right li.add_site_job {
	margin: 0 10px 0 20px;
}

.site_nav_right li.add_tom_job a {
	opacity: 1;
}

.for_mnt_heigth_site {
	min-height: 700px;
}

table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
	display: none;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
	display: none;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
	display: none;
}

.sorting_disabled .sort-icon {
	display: none;
}

.sort-icon {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 17px;
	top: 4px;
}

.sort-icon::before {
	position: absolute;
	content: "";
	top: 2px;
	right: 0;
	border-bottom: 5px solid #929297;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	width: 10px;
	height: 3px;
}

.sorting_asc .sort-icon::before {
	opacity: 0.5;
}

.sort-icon::after {
	position: absolute;
	content: "";
	bottom: 0;
	right: 0;
	border-top: 5px solid #929297;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	width: 10px;
	height: 8px;
}

.dropdown_cover {
	float: right;
	position: relative;
}

.child .drop_down {
	z-index: 99;
	position: absolute;
	left: 0;
}

.drop_down {
	z-index: 99;
	position: absolute;
	right: 0;
	background: #fff;
	box-shadow: 0 0 16px 0 rgba(82, 97, 115, 0.18);
	padding: 12px 0;
	width: 200px;
	border-radius: 4px;
	display: none;
}

.drop_down ul {
	padding-bottom: 0;
	margin-bottom: 0;
	padding-left: 0;
}

.drop_down li {
	display: block;
	margin: 0!important;
	width: 100%;
}

.drop_down li a {
	display: block;
	color: #222222;
	font-size: 16px;
	line-height: 24px;
	padding: 6px 15px;
}

.top_filter_site {
	float: left;
	width: 100%;
	margin: 0 0 40px 0;
}

.left_total_site {
	float: left;
	width: 100%;
	line-height: 35px;
	padding: 5px 0;
}

.left_total_site span {
	display: inline-block;
	color: #000000;
	opacity: 0.6;
	font-size: 18px;
	padding: 0 10px;
}

.left_total_site span:first-child {
	border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.right_filter_site ul {
	margin: 0;
	padding: 0;
	float: right;
}

.right_filter_site ul li {
	display: inline-block;
}

.top_filter_site .right_filter_site .custom-checkbox {
	margin-right: 10px;
}

.right_filter_site ul li a {
	height: 38px !important;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 0 30px;
	line-height: 36px;
	background-color: #057AFF;
	color: #ffffff;
	text-align: center;
	display: inline-block;
}

.right_filter_site ul li a img {
	margin: -2px 5px 0 0;
	display: inline-block;
}

.right_filter_site ul li a span {
	display: inline-block;
	padding-right: 10px;
	position: relative;
	top: -1px;
}

.right_filter_site ul li:first-child {
	margin-right: 20px;
}

.right_filter_site ul li:last-child {
	margin-right: 0;
}

.search_filter_site {
	display: inline-block;
	height: 38px;
	line-height: 34px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1.06px solid #888888;
	background: #FFFFFF url(../images/icon-search@2x.png) no-repeat right 15px center / 16px auto;
	padding: 0 45px 0 20px;
	width: 278px;
}

.dt_Ywidth {
	width: 250px;
}

.dt_Ywidth_small {
	width: 200px;
}

.orders_fiesldet_site_mian {
	float: left;
	width: 100%;
	margin: 20px 0;
}

.orders_fiesldet_site_mian fieldset {
	border: 1px solid #ddd !important;
	margin: 0;
	min-width: 0;
	padding: 10px;
	position: relative;
	border-radius: 4px;
	background-color: #ffffff;
	padding-left: 10px!important;
}

.orders_fiesldet_site_mian legend {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
	width: 35%;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 5px 5px 5px 10px;
	background-color: #f7f8f9;
}

.orders_fiesldet_site_mian p {
	float: left;
	width: 100%;
	margin: 15px 0;
}

.orders_fiesldet_site_mian p span {
	color: #585858;
	font-weight: 600;
}

.orders_fiesldet_site_mian label {
	font-weight: 600;
}

.inline_select_full {
	float: left;
	width: 100%;
}

.inline_select {
	float: left;
	width: 250px;
}

.inline_select_full h5 {
	float: left;
	margin: 0 15px;
	padding: 0;
	font-size: 16px;
	line-height: 36px;
}

.orders_fiesldet_site_mian .form-group {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.custom-checkbox .custom-control-indicator {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.for_FRMKL label {
	font-weight: 600;
}

.for_FRMKL {
	height: auto;
}

.for_FRMKL .form-check-inline:first-child {
	margin-right: 24px;
}

.supplyAdd .modal-dialog {
	max-width: 1000px;
}

.modal-header {
	float: left;
	width: 100%;
	position: relative;
	margin: 0 !important;
	border: none;
}

.btn-default {
	background: #ffffff !important;
}

.nnbgh {
	background: none !important;
	border: 1.06px solid #057AFF !important;
	box-shadow: none !important;
}

.btn {
	height: 38px !important;
	border-radius: 5px !important;
	text-transform: capitalize !important;
	letter-spacing: inherit !important;
	font-weight: normal !important;
	line-height: 36px;
	font-size: 16px !important;
	padding: 0 30px !important;
	min-width: 130px;
	border-radius: 5px !important;
}

.mrright_T {
	margin-right: 15px;
}

.modal-header .modal-title {
	float: left;
	width: 100%;
	position: relative;
	color: #282D32;
	font-size: 32px;
}

.modal-header .close {
	padding: 7px 15px;
	margin: 0 0 0 0;
	top: 9px;
	font-size: 40px;
	position: absolute;
	right: 0;
	color: #282D32;
	text-shadow: none;
	z-index: 1;
	opacity: 1;
	font-weight: lighter;
}

.full_scr_dixinput {
	float: left;
	width: 100%;
}

.full_scr_dixinput .int_fait_input {
	float: left;
	width: 100%;
	background-color: #F7F9FA;
	border: 1px solid #D8DFE6;
	height: 34px;
	padding: 5px 15px;
}

.full_scr_dixinput .form-group {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}

.repeat_sections {
	float: left;
	width: 100%;
}

.full_sites {
	float: left;
	width: 100%;
	text-align: right;
}

.full_sites a {
	color: #1DA1F2;
	font-size: 17px;
}

#ownerAddEditModal .modal-dialog {
	max-width: 800px;
}

#emailAddEditModal .modal-dialog {
	max-width: 800px;
}

.text_area_site {
	background-color: #FFFFFF;
	border: 1px solid #888888;
	height: 100px;
	padding: 5px 15px;
	border-radius: 3px;
	float: left;
	width: 100%;
	resize: none;
}

.repeat_sections_inner {
	float: left;
	width: 100%;
	margin: 15px 0 0 0;
}

.mrsitezero {
	margin: 0 !important;
}

.for_filter_selct_opsite li:nth-child(1),
.for_filter_selct_opsite li:nth-child(2) {
	/*width: 200px;*/
	margin-right: 15px;
}

.for_filter_selct_opsite li:nth-child(3),
.for_filter_selct_opsite li:nth-child(4) {
	margin-right: 15px;
}

.for_filter_selct_opsite li .select2 {
	width: 100% !important;
}

.pagintionCls {
	float: left;
	width: 100%;
}

.pagintionCls .dataTables_paginate {
	float: left;
	width: 100%;
	text-align: center;
}

.pagintionCls .dataTables_paginate .previous a {
	width: 36px !important;
	height: 36px !important;
	border-radius: 50% !important;
	line-height: 29px !important;
	margin: 0 !important;
}

.pagintionCls .dataTables_paginate .next a {
	width: 36px !important;
	height: 36px !important;
	border-radius: 50% !important;
	line-height: 29px !important;
	margin: 0 !important;
}

.pagintionCls .dataTables_paginate .page-item .page-link {
	width: 40px;
	height: 36px;
	text-align: center;
	line-height: 27px;
	margin: 0 5px;
}

.uplo_sitepic {
	float: left;
	width: 100%;
	position: relative;
	margin-top: 15px;
}

.uplo_sitepic .profile-pic {
	display: block;
	object-fit: cover;
	height: 128px;
	width: 100%;
}

.uplo_sitepic .file-upload {
	display: none;
}

.uplo_sitepic .circle {
	border-radius: 100% !important;
	overflow: hidden;
	width: 128px;
	height: 128px;
	border: 8px solid rgba(237, 236, 232, 0.7);
	background: url('../images/av-new.png') no-repeat center center;
}

.uplo_sitepic img {
	max-width: 100%;
	height: auto;
}

.uplo_sitepic .p-image {
	position: absolute;
	top: 10px;
	right: 2px;
	color: #666666;
	cursor: pointer;
	transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.uplo_sitepic .p-image:hover {
	transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.uplo_sitepic .upload-button {
	font-size: 25px;
}

.uplo_sitepic .upload-button:hover {
	transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
	color: #999;
}

.uplo_sitepic_inner {
	float: left;
	width: 128px;
	position: relative;
}

.pass_site_partM {
	position: relative;
}

.pass_site_partM a {
	position: absolute;
	top: 33px;
	height: 32px;
	line-height: 32px;
	right: 0;
	padding: 0 10px;
	border-left: 1px solid #D8DFE6;
	color: #354052;
}

.full_scr_insiteyu {
	float: left;
	width: 100%;
	border-top: 1px solid #D8DFE6;
	border-bottom: 1px solid #D8DFE6;
	padding: 15px 0;
}

.full_scr_insiteyu .custom-control-description {
	font-size: 18px;
}

.full_scr_insiteyu .previewsitey {
	float: right;
	color: #8c0101;
	font-weight: bold;
	font-size: 20px;
}

.toggleswitch_site {
	float: left;
	width: 100%;
}

.toggleswitch_site label.switch {
	float: left;
	width: auto !important;
	position: relative;
	display: inline-block;
	width: 60px !important;
	height: 35px;
	margin: 0;
}

.toggleswitch_site p {
	float: left;
	width: auto;
	color: #222222;
	font-size: 18px;
	padding-left: 10px;
}

.toggleswitch_site label.switch input {
	display: none;
}

.toggleswitch_site label.switch input:checked+.slider {
	background-color: #057AFF;
}

.toggleswitch_site label.switch .slider.round {
	border-radius: 34px;
}

.toggleswitch_site label.switch input:checked+.slider:before {
	-webkit-transform: translateX(28px);
	-ms-transform: translateX(28px);
	transform: translateX(28px);
}

.toggleswitch_site label.switch .slider.round:before {
	border-radius: 50%;
}

.toggleswitch_site label.switch .slider:before {
	position: absolute;
	content: "";
	height: 24px;
	width: 24px;
	left: 4px;
	bottom: 5px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

.toggleswitch_site label.switch .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.toggleswitch_site.job_toggleswitch_site label.switch input:checked+.slider {
	background-color: #479a00;
}

.section_box_site .job_internalNotes h4 {
	float: left;
	width: 60%
}

.job_toggleswitch_site {
	float: right;
	width: 40%
}

.job_toggleswitch_site span.witness_text {
	float: left;
	margin-right: 5px;
}

.eye_sh_pass_word {
	float: left;
	width: 100%;
	border-left: 1px solid #D8DFE6;
	height: 117px;
	margin-top: 32px;
	text-align: center;
	font-size: 25px;
	line-height: 117px;
}

.eye_sh_pass_word a {
	color: #8c0101;
}

.nothing_add_site {
	width: auto !important;
}

.mrbottom15 {
	margin-bottom: 30px;
}

.full_sitex {
	float: left;
	width: 100%;
}

.upsiteload .upload_dkl .file {
	height: 36px !important;
}

.upsiteload .upload_dkl {
	float: left;
	width: 100% !important;
	text-align: center;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #D8DFE6;
	margin-bottom: 15px;
}

.borsitetop {
	border-top: 1px solid #D8DFE6;
	border-bottom: 1px solid #D8DFE6;
	padding: 15px 20px;
}

.borsitetop p {
	margin: 0;
}

.fieldset_full_ff.orders_fiesldet_site_mian legend {
	width: 80%;
}

.browser_tb_main {
	float: left;
	width: 100%;
}

.browser_tb_main p {
	float: left;
	width: 100%;
	font-size: 16px;
	padding: 20px 0;
}

.setting_main {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-wenkit-border-radius: 4px;
	border: 1px solid #D8DFE6;
	float: left;
	width: 100%;
}

.setting_main h3 {
	float: left;
	width: 100%;
	color: #282931;
	font-size: 18px;
	font-weight: bold;
	line-height: 57px;
	height: 57px;
	padding: 0 10px;
	border-bottom: 1px solid #D8DFE6;
}

.rgt_settings_board {
	float: left;
	width: 100%;
}

.rgt_settings_board table {
	float: left;
	width: 100%;
	border: none;
}

.chj_checkall {
	float: left;
	width: 100%;
}

.chj_checkall th {
	background: #354052 !important;
	color: #ffffff;
}

.chj_checkall th,
.chj_checkall td {
	padding: 10px !important;
}

.chj_checkall .toggleswitch_site {
	margin: 0 !important;
}

.full_site_y th,
.full_site_y td {
	padding: 10px;
}


/* job Css cool */

.site_dropc .drop_down {
	width: 220px;
}

.site_dropc .drop_down li a {
	font-size: 17px;
}

.site_dropc .drop_down li a:hover {
	background: #f7f8f9;
}

.site_box_b {
	border: 1px solid #DADCE0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #FFFFFF;
	box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.1);
	min-height: 121px;
	float: left;
	width: 161px;
	text-align: center;
	padding: 13px 10px;
}

.site_box_b:first-child {
	margin-right: 20px;
}

.site_box_b h5 {
	color: #999999;
	line-height: 20px;
	font-size: 16px;
	margin: 0;
}

.site_box_b h3 {
	color: #354052;
	line-height: 40px;
	font-size: 50px;
	margin: 3px 0 8px 0;
	font-weight: bold;
}

.mrbtmsite {
	margin-bottom: 15px;
}

.top_Search_filters {
	float: left;
	width: 100%;
}

.top_Search_filters .search_filter_site {
	float: right;
}

.full_site_cls {
	float: left;
	width: 100%;
}

.full_site_cls .btn-secondary {
	background: none;
	font-size: 12px !important;
	color: #999999 !important;
	font-weight: normal !important;
	border: none;
	padding: 0;
	text-transform: capitalize;
	letter-spacing: 0.5px !important;
}

.full_site_cls .show .btn-secondary {
	background: none !important;
	box-shadow: none !important;
}

.full_site_cls .show .dropdown-menu.show {
	margin-left: -58px;
}

.full_site_cls .btn-secondary:focus {
	background: none !important;
	box-shadow: none !important;
}

.full_site_cls .dropdown-toggle::after {
	top: 3px;
	position: relative;
}

.maiN_fitler_fghOP {
	float: left;
	width: 100%;
	margin-top: 40px;
}

.maiN_fitler_fghOP ul {
	float: right;
	margin: 0;
	padding: 0;
}

.maiN_fitler_fghOP ul li {
	display: inline-block;
}

.maiN_fitler_fghOP ul li label {
	color: #BABABA;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	position: relative;
	top: 2px;
}

.maiN_fitler_fghOP ul li .select2 {
	width: 120px !important;
}

.maiN_fitler_fghOP ul li .select2-container--default .select2-selection--single {
	background: none;
	border: none;
}

.maiN_fitler_fghOP ul li .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #454F5C;
	font-size: 15px;
}

.maiN_fitler_fghOP ul li .select2-container--default .select2-selection--single .select2-selection__arrow {
	border: none;
}

.maiN_fitler_fghOP ul li:nth-child(3) .select2 {
	width: 150px !important;
}

.maiN_fitler_fghOP.new_sel_w ul li:nth-child(1) .select2 {
	width: 150px !important;
}

.maiN_fitler_fghOP.new_sel_w ul li:nth-child(3) .select2 {
	width: 120px !important;
}

.maiN_fitler_fghOP.new_sel_w ul li:nth-child(4) .select2 {
	width: 165px !important;
}

.msg_site_alert {
	height: 37px;
	border-radius: 3px;
	padding: 7px 10px;
	font-size: 16px;
	float: left;
}

.msg_site_alert i {
	font-size: 20px;
	position: relative;
	top: 1px;
}

.flt_first_col_color td:first-child {
	color: #057AFF;
}

.flt_first_col_color td.child {
	color: #212529;
}

.requested,
.requested:hover {
	background-color: #fdf4df;
	color: #e8b849;
}

.Checked,
.Checked:hover {
	background-color: #f0faff;
	color: #007acb;
}

table.dataTable td,
table.dataTable th {
	vertical-align: middle;
}

.Return,
.Return:hover {
	background-color: #F4FAEE;
	color: #397D00;
}

.Pending,
.Pending:hover {
	background-color: #fae9e9;
	color: #CF2C28;
}

.for_listing_tbl_site td {
	background: #ffffff;
}


/* details header Css */

.top_head_euro {
	float: left;
	width: 100%;
	background: #ffffff;
	box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.1);
	height: 110px;
	position: fixed;
	right: 0;
	z-index: 9;
	top: 0;
	padding: 25px 35px;
}

.header_fix_left_site {
	float: left;
	width: 100%;
}

.header_fix_left_site ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

.header_fix_left_site ul li {
	float: left;
	margin: 0 40px 0 0;
	padding: 0;
}

.header_fix_left_site ul li:last-child {
	margin: 0;
}

.inline_details_section h4 {
	color: #AAAEB4;
	font-size: 22px;
	line-height: 28px;
	margin: 0;
	padding: 0;
	text-align: left;
	font-weight: normal;
}

.inline_details_section h6 {
	color: #000000;
	font-size: 22px;
	line-height: 28px;
	margin: 0;
	padding: 0;
	text-align: left;
	font-weight: normal;
}

.inline_details_section h5 {
	color: #057AFF;
	font-size: 22px;
	line-height: 28px;
	margin: 0;
	padding: 0;
	text-align: left;
	font-weight: normal;
}

.inline_details_section h6 a {
	color: #057AFF;
	font-size: 18px;
	line-height: 31px;
	font-style: italic;
	font-weight: normal;
}

.header_fix_right_site ul {
	float: right;
	margin: 7px 0 0;
	padding: 0;
}

.header_fix_right_site ul li {
	display: inline-block;
	margin: 0 15px;
}

.header_fix_right_site ul li .msg_site_alert {
	float: none;
	display: inline-block;
}

.dot_iemssite {
	display: inline-block;
	margin: 0 10px;
	padding: 0 10px;
}

.header_fix_right_site ul li:last-child {
	margin-left: 50px;
}


/* details content Css */

.mn_wrp_ontent_site {
	float: left;
	width: 100%;
	padding-top: 87px;
}

.mn_wrp_ontent_site_inner {
	float: left;
	width: 100%;
	padding: 29px 0 0 0;
}

.section_box_site {
	float: left;
	width: 100%;
	border: 1px solid #DADCE0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #FFFFFF;
	box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.1);
	padding: 34px 0;
}

.section_box_site h4 {
	color: #454F5C;
	font-size: 22px;
	font-weight: bold;
	line-height: 28px;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0 0 0 34px;
}

.payment_row_fth {
	float: left;
	width: 100%;
	padding: 9.5px 34px;
}

.payment_row_fth .payment_method_name {
	width: 70%;
	float: left;
	text-align: left;
	color: #454F5C;
	font-size: 25px;
	line-height: 32px;
}

.payment_row_fth .payment_d_site {
	width: 30%;
	float: right;
	text-align: right;
	color: #454F5C;
	font-size: 25px;
	line-height: 32px;
}

.payment_row_fth .payment_method_name p {
	float: left;
	width: 100%;
	color: #454F5C;
	font-size: 15px;
	font-style: italic;
	line-height: 31px;
	padding: 0;
	margin: 0;
}

.payment_row_fth .payment_method_name h4 {
	padding: 0;
}

.red-color.payment_d_site {
	color: #CF2C28;
}

.nw_total_result_lt {
	border-bottom: 1px solid #D8D8D8;
	border-top: 1px solid #D8D8D8;
	padding: 20px 34px;
	margin: 9.5px 0;
}

.brNaN {
	border-top: none;
	margin-top: 0;
}

.brNaN a {
	color: #057AFF;
	font-size: 18px;
	font-style: italic;
	line-height: 31px;
	display: inline-block;
	font-weight: normal;
	margin-left: 15px;
}

.payment_row_fth ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #333333;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	opacity: 1;
	font-weight: normal;
}

.payment_row_fth ::-moz-placeholder {
	/* Firefox 19+ */
	color: #333333;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	opacity: 1;
	font-weight: normal;
}

.payment_row_fth :-ms-input-placeholder {
	/* IE 10+ */
	color: #333333;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	opacity: 1;
	font-weight: normal;
}

.payment_row_fth :-moz-placeholder {
	/* Firefox 18- */
	color: #333333;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	opacity: 1;
	font-weight: normal;
}

.payment_row_fth textarea {
	float: left;
	width: 100%;
	border: none;
	padding: 19px 0;
	resize: none;
	height: 70px;
}

.box_footer_site {
	float: left;
	width: 100%;
}

.box_footer_site ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	text-align: center;
	margin: 19px 0;
}

.box_footer_site ul li {
	display: inline-block;
	margin: 0 7.5px;
}

.box_footer_site ul li a {
	width: auto;
	display: inline-block;
	height: 45px;
	border: 1px solid #057AFF;
	border-radius: 45px;
	line-height: 43px;
	font-size: 16px;
	padding: 0 20px;
	background-color: #FFFFFF;
	box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.1);
	color: #057AFF;
	text-align: center;
	opacity: 1;
	font-weight: 600;
}

.box_footer_site ul li:first-child {
	margin-left: 0;
}

.box_footer_site ul li:last-child {
	margin-right: 0;
}

.btn_simplopr h4 {
	padding: 0 34px;
	line-height: 45px;
}

.btn_simplopr a {
	width: 138px;
	display: inline-block;
	height: 45px;
	border: 1px solid #057AFF;
	border-radius: 45px;
	line-height: 43px;
	padding: 0 20px;
	font-weight: 600;
	font-size: 16px;
	background-color: #FFFFFF;
	box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.1);
	color: #057AFF;
	text-align: center;
	opacity: 1;
}

.minhgsite {
	min-height: 900px;
}

.minhgsite_last {
	min-height: 610px;
}

.martop_fith {
	margin-top: 24px;
}

.for_padf_hlko p {
	padding: 0 34px;
	color: #454F5C;
	font-size: 18px;
	line-height: 25px;
	float: left;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #D8D8D8;
}

.masite24 {
	margin-top: 24px;
}

p.nssite {
	padding-bottom: 0;
	border: none;
}

.brNaNx a {
	color: #057AFF;
	font-size: 18px;
	font-style: italic;
	line-height: 31px;
	display: inline-block;
	font-weight: normal;
	margin-left: 15px;
}

.selec_check_boxes_mnsite {
	float: left;
	width: 100%;
	padding: 0 34px;
	margin-top: 15px;
}

.selec_check_boxes_mnsite .form-check {
	float: left;
	width: 100%;
	margin: 0 0 5px 0 !important;
}

.selec_check_boxes_mnsite .for_FRMKL {
	height: auto;
}

.selec_check_boxes_mnsite .form-check .custom-checkbox .custom-control-indicator {
	width: 35px;
	height: 35px;
}

.selec_check_boxes_mnsite .custom-control-description {
	font-size: 16px;
	line-height: 35px;
	height: 35px;
	color: #454F5C !important;
	padding-left: 10px;
	top: -12px;
}

.mr_r_nwe {
	margin-bottom: 9.5px !important;
}

.selec_check_boxes_mnsite .for_FRMKL label {
	width: auto;
}

.timeline_section_site {
	float: left;
	width: 100%;
	margin-top: 51px;
	position: relative;
}

.timeline_section_inner {
	float: left;
	width: 100%;
	position: relative;
}

.timeline_section_row {
	float: left;
	width: 100%;
	padding: 0;
}

.pro_row {
	float: left;
	width: 100%;
	padding: 13px 0 20px;
	border-bottom: 1px solid #D8D8D8;
	margin-bottom: 0;
	position: relative;
}

.pro_row:before {
	position: absolute;
	content: "";
	left: 30%;
	width: 5px;
	height: 100%;
	background: #D8D8D8;
}

.pro_left {
	width: 30%;
	float: left;
	padding: 0 35px 0 15px;
	box-sizing: border-box;
	position: relative;
}

.pro_left:before {
	border: 6px solid #D8D8D8;
	background-color: #F7F8F9;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	position: absolute;
	content: "";
	right: -14px;
	top: -1px;
}

.pro_row:first-child .pro_left:before {
	top: 0;
}

.pro_row:last-child {
	border-bottom: 0;
}

.pro_row:last-child:before {
	height: 13px;
}

.pro_right {
	width: 70%;
	float: left;
	padding: 0 15px 0 35px;
	box-sizing: border-box;
}

.pro_row span {
	font-size: 18px;
	line-height: 23px;
	color: #454F5C;
	float: left;
	width: 100%;
}

.pro_left span {
	text-align: right;
}

.op_5 {
	opacity: 0.5;
}


/* Board Module */

.board_content_part.main_wrap_content_part {
	position: relative;
	padding: 0;
}

.board_main {
	float: left;
	width: 100%;
}

.board_box_main {
	float: left;
	width: 100%;
}

.board_box_inner {
	float: left;
	width: 100%;
	border: 1px solid #DADCE0;
	border-radius: 3px;
	background-color: #FFFFFF;
	box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.1);
	margin: 0 0 30px 0;
}

.board_box_head {
	float: left;
	width: 100%;
	margin: 0 0 35px 0;
}

.truck_title {
	color: #354052;
	opacity: 0.5;
	font-size: 16px;
	line-height: 20px;
	padding: 6px 10px;
	display: inline-block;
}

.driver_name {
	color: #454F5C;
	font-size: 22px;
	line-height: 28px;
	text-align: center;
	padding: 0 10px;
}

.board_box_drag {
	float: left;
	width: 100%;
	padding: 0 25px;
}

.board_box_drag ul {
	margin: 0;
	padding: 0;
}

.board_box_drag li {
	border: 1px solid #DADCE0;
	border-radius: 3px;
	background-color: #FFFFFF;
	box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.1);
	margin: 0 0 25px;
	height: 67px;
	padding: 0 25px;
	text-align: center;
	display: table;
	width: 100%;
	background: url('../images/darg-icon.png') no-repeat left 10px center / 10px 14px;
}

.board_box_drag li:last-child {
	margin-bottom: 0;
}

.board_box_drag li span {
	color: #109D59;
	display: block;
}

.verti_md {
	display: table-cell;
	height: 67px;
	vertical-align: middle;
}

.board_box_add {
	float: left;
	width: 100%;
	margin: 50px 0;
	padding: 0 25px;
	box-sizing: border-box;
	text-align: center;
}

.note_section {
	float: left;
	width: 100%;
}

.note_section .board_box_inner {
	padding: 20px;
}

.note_head {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}

.md_title {
	color: #354052;
	font-size: 16px;
	line-height: 20px;
}

.add_note_link {
	color: #057AFF;
	font-size: 16px;
	line-height: 20px;
}

.add_note_link:hover {
	color: #057AFF;
}

.note_des {
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	color: #354052;
	opacity: 0.5;
	float: left;
	width: 100%;
}

.md_minH {
	min-height: 185px;
}

.work_duty {
	width: 100px;
	float: left;
	border: 1px solid #DADCE0;
	border-right: 0;
	background-color: #FFFFFF;
	box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.1);
	padding: 25px;
	box-sizing: border-box;
	position: absolute;
	right: 1px;
	top: 90px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.workD_toggle {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 100px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.arrow_icon {
	opacity: 0.2;
	font-size: 14px;
	display: inline-block;
	margin-right: 25px;
}

.user_icon {
	color: #007BFF;
	font-size: 16px;
}

.user_icon:hover {
	color: #007BFF;
}

.work_duty_cnt {
	float: left;
	width: 100%;
	display: none;
}

.work_duty_cnt h4 {
	color: #354052;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	margin: 0 0 30px 0;
}

.work_duty_cnt ul {
	margin: 0;
	padding: 0;
}

.work_duty_cnt ul li {
	float: left;
	width: 100%;
	border-bottom: 1px solid rgba(151, 151, 151, 0.2);
	padding: 8px;
}

.work_duty_cnt ul li:first-child {
	border-top: 1px solid rgba(151, 151, 151, 0.2);
}

.drv_name {
	color: #333333;
	font-size: 16px;
	line-height: 20px;
}

.drv_name:hover {
	color: #333333;
}

.del_icon,
.del_icon:hover {
	color: #FF5C5B;
	font-size: 12px;
	line-height: 22px;
}

.add_drv {
	color: #057AFF;
	font-size: 16px;
	line-height: 45px;
	font-weight: 600;
	display: inline-block;
}

.add_drv i {
	float: left;
	margin-right: 10px;
	line-height: 45px;
}

.add_drv:hover {
	color: #057AFF;
}

.work_duty_main {
	height: auto;
	width: 410px;
	min-height: 410px;
	display: inline-block;
}

.work_duty_main .work_duty_cnt {
	display: block;
}

.work_duty_main .workD_toggle {
	height: 72px;
}

.work_duty_main .workD_toggle .arrow_icon {
	transform: rotate(-180deg);
}

.add_drv_pop .modal-header {
	border-bottom: 0;
	display: inline-block;
}

.add_drv_pop .modal-title {
	line-height: 32px !important;
}

.add_drv_pop .modal-content {
	border-radius: 0;
}

.add_drv_pop .modal-footer {
	border-top: 0;
}

.modal-footer {
	justify-content: center;
}

.modal-footer>:not(:last-child) {
	margin-right: 30px;
}

.add_drv_form_main {
	float: left;
	width: 100%;
	padding: 0 15px;
	margin-top: 20px;
}

.add_drv_form_main .progress_cnt_main .select2-container--default .select2-selection--single {
	height: 47px;
}

.add_drv_form_main .progress_cnt_main .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 45px;
}

.add_drv_form_main .progress_cnt_main .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 43px;
}

.assign_DRV_CL .modal-dialog {
	max-width: 775px !important;
}

.assign_DRV_CL .req_pop_btn {
	width: 170px;
}

.req_ass_box {
	float: left;
	width: 100%;
}

.req_ass_ttl {
	float: left;
	width: 100%;
	color: #454F5C;
	font-size: 18px;
	line-height: 23px;
}

.req_ass_tbl .custom-checkbox .custom-control-indicator,
.order_ass_tbl .custom-checkbox .custom-control-indicator {
	width: 18px;
	height: 18px;
	border-color: #000;
}

.req_ass_tbl .custom-checkbox .custom-control-input:checked~.custom-control-indicator,
.order_ass_tbl .custom-checkbox .custom-control-input:checked~.custom-control-indicator {
	background-size: 12px;
	border-color: #8c0101;
}

.req_ass_tbl td,
.order_ass_tbl td {
	outline: 0 none;
}

.req_ass_tbl th.nosort.sorting_asc .sort-icon,
.order_ass_tbl th.nosort.sorting_asc .sort-icon {
	display: none;
}

.req_ass_tbl .blue_bg td {
	background: #cee0fd;
}

.mrgtp5 {
	margin-top: 8px;
}

.on_d_ttl {
	margin: 0;
	font-size: 18px;
	line-height: 23px;
	font-weight: 600;
	color: #109D59;
}

.on_d_time {
	margin: 0;
	font-size: 15px;
	line-height: 19px;
	font-weight: 700;
	color: #454F5C;
}

.drv_dt_cnt {
	border-top: 1px solid #DADCE0;
	padding: 0;
}

.drv_dt_cnt ul {
	margin: 0;
	padding: 0;
}

.drv_dt_cnt ul li {
	float: left;
	width: 100%;
	display: table;
	vertical-align: middle;
	border-bottom: 1px solid #DADCE0;
}

.drv_dt_cnt ul li:last-child {
	border-bottom: 0;
}

.drv_dt_cnt_inner {
	height: 100px;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
}

.drv_dt_inner_left {
	float: left;
	width: 100%;
}

.drv_count {
	width: auto;
	float: left;
	margin: 0 30px 0 0;
	font-size: 40px;
	line-height: 50px;
	text-align: center;
	font-weight: 600;
	color: #82061B;
	min-height: 75px;
	display: flex;
	align-items: center;
}

.drv_inner_left_cnt {
	width: auto;
	float: none;
	display: table-cell;
	height: 75px;
	vertical-align: middle;
}

.drv_inner_left_cnt p {
	font-size: 15px;
	line-height: 19px;
	color: #454F5C;
	margin: 0;
}

.drv_dt_inner_right {
	width: auto;
	float: right;
	display: flex;
	height: 75px;
	align-items: center;
	justify-content: flex-end;
}

.right_arrow {
	display: inline-block;
	margin-left: 35px;
	padding: 6px 0;
}

.drv-darg-icon {
	float: left;
	margin-right: 28px;
	line-height: 50px;
	display: flex;
	align-items: center;
	height: 75px;
}


/* Cremation Module */

.cremation_main {
	float: left;
	width: 100%;
}

.cremation_main .nav-tabs {
	border-radius: 3px;
	border-bottom: 0;
	border: 1px solid #057AFF;
	width: auto;
	float: left;
	box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
	margin: 0 0 30px 0;
}

.cremation_main .nav-tabs .nav-item.show .nav-link,
.cremation_main .nav-tabs .nav-link.active,
.cremation_main .nav-tabs .nav-link.active:hover {
	color: #fff;
	background-color: #057AFF;
	border-color: #057AFF;
}

.cremation_main .nav-tabs .nav-link {
	border: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 10px 30px;
	font-size: 16px;
	line-height: 20px;
	color: #057AFF;
}

.cremation_main .nav-tabs .nav-link:hover {
	color: #057AFF;
}

.cremation_main .nav-tabs .nav-link i {
	display: inline-block;
	margin-right: 10px;
}

.cremation_main .nav-tabs .nav-link:focus,
.cremation_main .nav-tabs .nav-link:hover {
	border-color: transparent;
}

.cremation_tab_head .cremation_head_left {
	width: auto;
	padding: 0;
}

.cre_ttl {
	color: #454F5C;
	font-size: 42px;
	line-height: 48px;
	float: left;
	margin-right: 30px;
}

.cremation_head_right {
	float: right;
	width: auto;
}

.w235 {
	width: 235px;
	margin: 0 15px 0 0;
	float: left;
}

.h45 {
	height: 45px;
	line-height: 43px;
	float: left;
	margin: 2px 0;
}

.big_btn {
	text-transform: capitalize;
	height: 50px;
	line-height: 50px;
	font-size: 25px;
	text-align: center;
	font-weight: bold;
	padding: 0 35px;
	color: #fff;
	border-radius: 30px;
	box-shadow: 0 2px 4px 0 #E9E9E9;
	display: inline-block;
	margin: 0 0 0 30px;
}

.big_btn:hover {
	color: #fff;
}

.crem_bg_blue {
	background: #0479FE;
}

.crem_bg_green {
	background: #109D59;
}

.crem_bg_red {
	background: #DB4437;
}

.w190 {
	width: 190px;
}

.cremation_tbl_main {
	float: left;
	width: 100%;
	margin: 30px 0;
	border: 1px solid #DADCE0;
	border-radius: 3px;
	background-color: #FFFFFF;
	box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.1);
}

.cremation_tbl_main th {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.71px;
	text-transform: uppercase;
	color: #BABABA;
	padding: 25px;
	border-bottom: 1px solid #999999;
}

.cremation_tbl_main td {
	color: #333333;
	font-size: 26px;
	line-height: 33px;
	padding: 25px;
	border-bottom: 1px solid #999999;
}

.c_c_main {
	float: left;
	width: 100%;
}

.c_c_inner {
	float: left;
	width: 100%;
	padding: 35px 0;
}

.c_c_title {
	padding: 0 80px;
	font-size: 42px;
	line-height: 52px;
	color: #454F5C;
	text-align: center;
	margin: 0 0 70px 0;
}

.c_c_box {
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
	display: table;
}

.c_c_box_inner {
	text-align: center;
}

.c_c_box_inner .form-group {
	width: 18%;
	margin: 0 2% 0 0;
	float: none;
	display: inline-block;
}

.c_c_box_inner .form-group label {
	color: #333333;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	float: left;
	width: 100%;
}

.c_c_box_inner .form-group:last-child {
	margin-right: 0;
}

.c_c_box .back_btn {
	font-size: 25px;
	height: 50px;
	line-height: 46px;
	font-weight: bold;
	width: 275px;
}

.prv_box {
	max-width: 1370px;
	width: 100%;
	margin: 0 auto;
	display: table;
}

.prv_right {
	float: left;
	width: 100%;
	padding: 35px;
	box-sizing: border-box;
	border-bottom: 1px solid #DADCE0;
}

.prv_right:last-child {
	border-bottom: 0;
}

.prv_right_head {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
	position: relative;
}

.prv_right_head h2 {
	color: #454F5C;
	font-size: 22px;
	font-weight: bold;
	line-height: 28px;
	display: inline-block;
	margin-right: 15px;
}

.prv_right_head a {
	font-size: 18px;
	color: #057AFF;
}

.short_des {
	float: left;
	width: 100%;
	color: #454F5C;
	font-size: 18px;
	line-height: 23px;
	margin: 0;
}

.prv_right_head .toggleswitch_site {
	position: absolute;
	right: 0;
	top: 5px;
	width: auto;
}

.prv_right_head .toggleswitch_site p {
	margin: 0 8px 0 0;
	padding: 0;
	font-size: 15px;
	line-height: normal;
	color: #454F5C;
}

.prv_right_head .toggleswitch_site label.switch {
	width: 30px !important;
	height: 20px;
}

.prv_right_head .toggleswitch_site label.switch .slider:before {
	height: 14px;
	width: 14px;
	left: 4px;
	bottom: 3px;
}

.prv_right_head .toggleswitch_site label.switch input:checked+.slider:before {
	-webkit-transform: translateX(8px);
	-ms-transform: translateX(8px);
	transform: translateX(8px);
}

.pad165 {
	padding-right: 165px;
}

.min287 {
	min-height: 287px;
}

.prv_jb_dt {
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
}

.prv_jb_dt label {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.8px;
	line-height: 28px;
	color: #BABABA;
	display: block;
	margin: 0;
	text-transform: uppercase;
}

.prv_jb_dt span {
	color: #333333;
	font-size: 30px;
	line-height: 38px;
	display: inline-block;
}

.report_form.progress_cnt_main .form-group {
	margin-bottom: 30px;
}


/* Board 2 */

.full_board_content_part {
	float: left;
	width: 100%;
	padding: 0;
	background: #F8F9FA;
}

.bd_eq_sec {
	width: 150px;
	float: left;
	border-top: 1px solid #9A9FAA;
	min-height: 55px;
	box-shadow: inset -1px 0 0 0 #9A9FAA, inset 0 -1px 0 0 #DADCE0;
	position: relative;
}

.bd_inner_hd {
	padding: 2px 8px;
	background-color: #E9EAEC;
	box-shadow: inset -1px 0 0 0 #9A9FAA, inset 0 -1px 0 0 #DADCE0;
	float: left;
	width: 100%;
	box-sizing: border-box;
}

.bd_inner_hd span {
	float: right;
	color: #354052;
	font-size: 18px;
	line-height: 23px;
}

.bd_inner_hd .dropdown_cover {
	float: right;
	position: relative;
	width: 15px;
	text-align: center;
	margin-left: 8px;
}

.bd_inner_hd .drop_down li a {
	text-align: left;
}

.bd_ttl {
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 23px;
}

.verti_cnt {
	height: 51px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bd_add_icon,
.bd_add_icon:hover {
	color: #9A9FAA;
	font-size: 14px;
}

.bd_inner_cnt {
	float: left;
	width: 100%;
}

.bd_inner_cnt ul {
	padding: 0;
	margin: 0;
}

.bd_inner_cnt ul li {
	display: table;
	width: 99.8%;
	font-size: 16px;
	line-height: 20px;
	color: #354052;
	cursor: pointer;
	background: #FFF;
	border-bottom: 1px solid #DADCE0;
}

.bd_inner_cnt ul li .bd_verti_cnt {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 55px;
	padding: 0 8px;
}

.bd_inner_cnt .bd_add_icon {
	color: #D2D5DA;
}

.bd_inner_cnt .verti_cnt {
	padding: 0 8px;
	height: 55px;
}

.bd_verti_cnt .w_70x {
	display: table-cell;
	width: 100px;
	vertical-align: middle;
}

.bd_verti_cnt .w_30x {
	width: 32px;
	text-align: right;
	display: table-cell;
	vertical-align: middle;
}

.bd_verti_cnt .w_30x a {
	display: inline-block;
}

.bg_trans {
	background: transparent;
	box-shadow: none;
}

.dark_gray {
	color: #354052;
	font-weight: bold;
}

.red_txt {
	color: #C40005;
	font-weight: bold;
}

.red_txt_nw {
	color: #C40005;
}

.green_txt {
	color: #397D00;
}

.bottom_sec {
	width: calc(100% - 1px);
	position: absolute;
	bottom: 1px;
	left: 0;
	right: 0;
	padding: 8px;
	background: #F8F9FA;
}

.note_ttl {
	color: #354052;
	opacity: 0.5;
	font-size: 16px;
	line-height: 20px;
	font-style: italic;
}

.edit_bd {
	color: #354052;
	opacity: 0.5;
	font-size: 16px;
	line-height: 20px;
	font-style: italic;
	text-decoration: underline;
}

.edit_bd:hover {
	color: #354052;
	opacity: 0.5;
	text-decoration: underline;
}

.turn_sign {
	color: #354052;
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
	float: left;
	width: 100%;
	margin: 0;
}

.w_70 {
	width: 100%;
	display: inline-block;
}

.same_che .form-check {
	width: 18%;
	margin: 0 2% 15px 0 !important;
	float: left;
}

.same_che .custom-checkbox .custom-control-indicator {
	float: left;
}

.same_che .custom-control-description {
	float: left;
	top: 0;
	left: 5px;
}

.cl_dt_head ul {
	float: left;
	width: auto;
}

.cl_dt_ttl {
	font-size: 32px;
	line-height: 60px;
	color: #000000;
	float: left;
	width: auto;
	margin: 0 70px 0 0;
}

table.dataTable.price_tbl,
table.dataTable.invoice_tbl {
	margin: 0 !important;
}

.min_SM {
	min-height: 465px;
}

.cl_bx h4 {
	padding-right: 34px;
}

.cl_bx .req_pop_btn {
	font-weight: normal;
	display: inline-block;
	box-shadow: none;
}

.cl_bx .req_pop_btn img {
	display: inline-block;
	margin-left: 5px;
}

.cl_bx .dropdown_cover {
	margin-right: 5px;
}

.cl_bx .selec_check_boxes_mnsite {
	margin-top: 0;
}

.cl_bx .table td,
.cl_bx .table th {
	padding: 7px 10px 7px 0;
}

.cl_bx .table.invoice_tbl td:last-child {
	padding-right: 15px;
}

.min_XS {
	min-height: 290px;
}

.loc_img {
	width: 100%;
	float: left;
	margin: 0 0 15px 0;
}

.loc_img img {
	height: 175px;
	width: 80%;
	object-fit: cover;
}

.add_cover {
	float: left;
	width: 100%;
}

.add_cover ul {
	margin: 0 0 15px 0;
	padding: 0;
	float: left;
	width: 100%;
}

.add_cover ul:last-child {
	margin-bottom: 0;
}

.add_cover ul li {
	font-size: 18px;
	line-height: 23px;
	color: #454F5C;
}

.clinic_btn {
	height: 45px;
	line-height: 43px;
	padding: 0 20px;
	color: #057AFF;
	font-size: 16px;
	font-weight: 600;
	border: 1px solid #057AFF;
	border-radius: 30px;
	display: inline-block;
}

.clinic_btn:hover {
	color: #057AFF;
}

.clinic_btn i {
	font-size: 20px;
	float: left;
	line-height: 43px;
	margin-right: 10px;
}

.dd_style_select .select2-container--default .select2-selection--single {
	height: auto;
	border: 0;
}

.dd_style_select .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: normal;
	font-size: 12px;
	color: #999999;
	display: inline-block;
	padding-right: 12px;
}

.dd_style_select .select2-container--default .select2-selection--single .select2-selection__arrow {
	position: relative;
	top: 0;
}

.dd_style_select .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: auto;
	width: auto;
	background: transparent;
	border-left: 0;
}

.dd_style_select .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #BABABA transparent transparent transparent;
}

.dd_style_select .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #BABABA transparent
}

.dd_style_select .select2-results__option[aria-selected] {
	font-size: 12px;
}

.dd_style_select .select2-container--default .select2-results__option--highlighted[aria-selected] {
	font-size: 12px;
}

.select2-results__option[aria-selected] {
	display: block;
}

.select2-container--default .select2-results>.select2-results__options {
	width: 100%;
}

.issue_RF_Cl label {
	width: 65%;
	margin: 0 5% 0 0;
	text-align: right;
	float: none;
	font-size: 16px;
	line-height: 34px;
	max-width: 170px;
	display: inline-block;
}

.issue_RF_Cl span {
	width: 30%;
	float: none;
	font-size: 16px;
	font-weight: 700;
	line-height: 34px;
	position: relative;
	max-width: 120px;
	margin: 0 auto;
	display: inline-block;
	text-align: center;
}

.issue_RF_Cl .form-control {
	width: 30%;
	float: none;
	font-size: 16px;
	font-weight: 700;
	max-width: 120px;
	display: inline-block;
	margin: 0 auto;
	text-align: left;
}

.issue_RF_Cl .form-group:last-child label,
.issue_RF_Cl .form-group:last-child span {
	padding-top: 10px;
}

.issue_RF_Cl .form-group:last-child span:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	border-top: 2px solid #D8DFE6;
	width: 100%;
	height: 2px;
}

.hori_center {
	margin: 0 auto;
	max-width: 355px;
	display: table;
}


/*new css start for payment*/

.left_top_hdr ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.left_top_hdr>ul>li {
	display: inline-block;
	margin-right: 30px;
}

.top_header_payment {
	margin: 30px 0;
}

.tab_Euro_main.payments_custom {
	margin: 0;
}

.export_mdl_new .modal-footer .btn_site:first-child {
	background: #F7F9FA;
	border: 1px solid #D8DFE6;
	color: #212529;
	cursor: pointer;
}

.export_mdl_new .payment_slctm .select2 {
	width: 45% !important;
}

.export_mdl_new .payment_slctm .select2-results__options li {
	margin-right: 0 !important;
}

.left_top_hdr .custom-checkbox .custom-control-indicator {
	vertical-align: middle;
}

.left_top_hdr .custom-control-description {
	top: 0;
}

.date_range_new {
	padding: 10px 0 30px;
}

.payments_data_table .cc_tools {
	float: left;
	width: 55%;
	border: 1px solid #dee2e6;
}

.payments_data_table tr th:last-child .sort-icon {
	display: none;
}

.payments_data_table .cc_tools tr th {
	background-color: #f7f9fa;
	border-right: 1px solid #dee2e6;
}

.payments_data_table .cc_tools tr th:last-child,
.payments_data_table .cc_tools tr td:last-child {
	border-right: 0;
}

.payments_data_table .cc_tools tr td {
	border-right: 1px solid #dee2e6;
}

.export_mdl_new .modal-header {
	padding: 10px;
}

.export_mdl_new .modal-header .modal-title {
	font-size: 22px;
}

.view_nots:hover {
	color: #057aff;
}

.down_arrow {
	display: inline-block;
	background: url('../images/down-arrow.png') 0px 10px no-repeat;
	width: 19px;
	height: 19px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-left: 5px;
}

.export_mdl_new .modalbody-title {
	float: left;
	width: 100%;
	font-size: 20px;
	margin-bottom: 10px;
}

.payments_data_table .checked_btn i {
	margin: 0 5px 0 0;
}

.payments_inner_tbl {
	padding: 30px;
	float: left;
	width: 100%;
}

.payment_modal_body {
	margin-bottom: 20px;
}

.qe_input {
	width: 45% !important;
	float: left !important;
}

.payment_modal_body span {
	width: 10%;
	float: left;
	padding: 0 5px;
	line-height: 34px;
	text-align: center;
}

.payment_location_filter .select2 {
	width: 200px !important;
}

.datepicker-days tbody {
	border: 0;
}


/* .datepicker-days .datepicker-switch, .datepicker th {
    color: #000;
    } */

    .flrt_wdth {
    	float: left;
    	width: 100%;
    }

    .xsas {
    	margin-top: 90px;
    	margin-bottom: 33px;
    }

    .xsas span:first-child {
    	float: left;
    	font-size: 25px;
    	font-weight: bold;
    	line-height: 32px;
    	color: #333333;
    }

    .xsas span:last-child {
    	float: right;
    	color: #454F5C;
    	font-size: 25px;
    	font-weight: bold;
    	line-height: 32px;
    }

    .mrg_btn_30 {
    	margin-bottom: 30px;
    }

    .bd_eq_sec {
    	padding-bottom: 113px;
    }

    .flo_ck {
    	float: left;
    	width: 100%;
    }

    .main_wrap_content_part.propertiesDic {
    	float: left;
    	width: 100%;
    	padding: 0;
    }

    .dash_main {
    	float: left;
    	width: 100%;
    }

    .dash_inner {
    	float: left;
    	width: 100%;
    	position: relative;
    }

    .dash_top {
    	float: left;
    	width: 100%;
    	border-bottom: 1px solid #888888;
    	padding: 0 20px;
    }

    .dash_top ul {
    	margin: 0;
    	padding: 0;
    	float: left;
    	width: 100%;
    }

    .dash_top ul li {
    	float: left;
    	margin-right: 60px;
    }

    .dash_top ul li a {
    	font-size: 16px;
    	color: rgba(0, 0, 0, 0.6);
    	display: inline-block;
    	padding: 23px 0;
    }

    .dash_top ul li.active a {
    	color: #027AFF;
    }

    .content_propertys_mainl {
    	float: left;
    	width: 100%;
    	padding: 20px;
    }

    .right_btn {
    	float: right;
    }

    .right_btn .btn {
    	margin-right: 25px;
    }

    .right_btn .btn:last-child {
    	margin-right: 0;
    }

    .border_padd {
    	padding: 20px;
    	border-bottom: 1px solid #888888;
    }

    .main_head_pop {
    	background: #fff;
    	border: 1px solid #DADCE0;
    	padding: 15px;
    }

    .margin-top_mm {
    	margin-top: 30px;
    }

    .lable_custom label {
    	font-size: 16px;
    	line-height: 20px;
    	color: #333333;
    	text-transform: capitalize;
    }

    .text_area_mm {
    	height: 200px;
    	resize: none;
    }

    .amenitys_d {
    	border: 1px solid #888888;
    	border-radius: 3px;
    	padding: 20px 0 5px 20px;
    	height: 200px;
    	position: relative;
    }

    .amedgt_fix {
    	margin: 0;
    	padding: 0;
    	height: 140px;
    	overflow-y: scroll;
    }

    .amenitys_d li {
    	display: inline-block;
    	width: 100%;
    }

    .amenitys_d li p {
    	float: left;
    	width: auto;
    	font-size: 18px;
    	color: #333;
    	margin: 0;
    	text-transform: capitalize;
    	padding-right: 20px;
    }

    .fix_plus_e {
    	position: absolute;
    	bottom: 10px;
    	right: 15px
    }

    .list_ml {
    	float: left;
    	width: 100%;
    	border: 1px solid #888888;
    	padding: 4px;
    	border-radius: 3px;
    	height: 38px;
    }

    .list_ml ul {
    	margin: 0;
    	padding: 0;
    	float: left;
    }

    .list_ml li {
    	display: inline-block;
    	/*border: 1px solid #333;*/
    	padding: 2px 10px;
    	border-radius: 3px;
    	margin-right: 10px;
    	color: #fff;
    }

    .list_ml li:last-child {
    	margin-right: 0;
    }

    .list_ml li span {
    	float: left;
    	padding-right: 15px;
    }

    .list_ml li a {
    	float: right;
    }

    .list_ml li a img {
    	max-width: 12px;
    }

    /* .orange_li {
    	background-color:
    } */

    .right_button_plus {
    	float: right;
    }

    .orange_li {
    	background-color: #e86b41;
    }

    .green_li {
    	background-color: #5bae00;
    }

    .custm_mdl_m .modal-dialog {
    	max-width: 700px;
    }

    .user_phase_btm .top_filter_site h2 {
    	margin-bottom: 20px;
    }

    .add_ownert_p {
    	float: right;
    	font-size: 21px;
    	text-transform: capitalize;
    	color: #057aff;
    	position: relative;
    	padding-left: 35px;
    	line-height: 22px;
    	margin-top: 6px;
    }

    .add_ownert_p:hover {
    	color: #057aff;
    }

    .add_ownert_p::before {
    	position: absolute;
    	background-image: url(../images/icon-add_b@2x.png);
    	height: 24px;
    	width: 24px;
    	content: "";
    	left: 0;
    	background-repeat: no-repeat;
    }

    .lable_custom input[type=number] {
    	padding: 5px;
    }

    .tbl_select {
    	float: left;
    	width: 200px;
    }

    .tbl_select .select2 {
    	width: 100% !important;
    }

    .modal-header,
    .modal-body {
    	padding: 15px 30px;
    }

    .modal-footer {
    	padding: 15px 30px 50px;
    }

    .heding_eup_h {
    	float: left;
    	padding-right: 16px;
    }

    .heding_eup_h h3 {
    	color: #282D32;
    	font-size: 32px;
    	line-height: 34px;
    }

    .equip_top {
    	margin-bottom: 8px;
    }

    .drop_down_m {
    	z-index: 99;
    	position: absolute;
    	right: 0;
    	background: #fff;
    	border: 1.06px solid #A5A5A5;
    	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    	width: 130px;
    	border-radius: 3px;
    	display: none;
    }

    .drop_down_m ul {
    	margin: 0;
    	padding: 0;
    }

    .drop_down_m li {
    	display: block;
    	margin: 0 !important;
    	width: 100%;
    }

    .drop_down_m li a {
    	display: block;
    	color: #057AFF;
    	font-size: 16px;
    	line-height: 35px;
    	padding: 0 15px;
    }

    .custom-control-description_new {
    	color: #333;
    	font-size: 16px;
    	letter-spacing: 0.46px;
    	line-height: 20px;
    	font-weight: normal;
    	top: 0;
    	left: 10px;
    	position: relative;
    }

    .tbl_toogle img {
    	padding: 5px 10px;
    }

    .detail_title {
    	float: left;
    	padding-right: 19px;
    }

    .detail_title h2 {
    	font-size: 39px;
    	line-height: 49px;
    	color: #282D32;
    	margin: 0;
    	float: left;
    }

    .main_list_ml {
    	float: left;
    	margin-top: 15px;
    }

    .main_list_ml .list_ml {
    	border: none;
    	padding: 0;
    	height: auto;
    }

    .main_list_ml .list_ml li {
    	margin-right: 10px;
    }

    .top_list_lbl {
    	float: left;
    	color: #333;
    	font-size: 16px;
    	line-height: 23px;
    	text-transform: capitalize;
    	margin: 0 10px 0 0;
    }

    .top_left_italic i {
    	font-size: 18px;
    	color: #333;
    	text-transform: capitalize;
    }

    .custom_accordian_cl {
    	max-width: 1040px;
    	margin: 0 auto;
    }

    .day_orange {
    	font-size: 16px;
    	color: #E86B41;
    	display: inline-block;
    	line-height: 33px;
    	font-weight: 600;
    	margin-left: 20px;
    }

    .custom_accordian_cl h4 {
    	color: #333333;
    	font-size: 26px;
    	line-height: 30px;
    	margin: 0;
    	float: left;
    	width: 100%
    }

    .custom_accordian_cl .panel-collapse {
    	float: left;
    	width: 100%;
    	padding: 25px 15px 10px;
    }

    .custom_accordian_cl .panel-heading {
    	float: left;
    	width: 100%;
    }

    .custom_accordian_cl .panel-heading a {
    	float: left;
    	width: 100%;
    	position: absolute;
    	right: 0;
    }

    .custom_accordian_cl .panel-default {
    	border: 1px solid #888888;
    	border-radius: 3px;
    	background-color: #FFFFFF;
    	box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.1);
    	padding: 5px 5px 15px;
    	margin-bottom: 15px;
    }

    .acordn_content ul {
    	margin: 0;
    	padding: 0;
    }

    .acordn_content li {
    	margin-bottom: 12px;
    	float: left;
    	width: 100%;
    }
    .custom_switch_lp {
    	float: left;
    	padding-right: 10px;
    }

    .right_mnu_lp {
    	float: right;
    	font-size: 16px;
    	color: #333;
    	line-height: 30px;
    }


    /* yes/no swich css*/

    .can-toggle {
    	position: relative;
    	display: inline-block;
    	left: 0;
    }

    .can-toggle *,
    .can-toggle *:before,
    .can-toggle *:after {
    	box-sizing: border-box;
    }

    .can-toggle input[type="checkbox"] {
    	opacity: 0;
    	position: absolute;
    	top: 0;
    	left: 0;
    }

    .can-toggle input[type="checkbox"][disabled]~label {
    	pointer-events: none;
    }

    .can-toggle input[type="checkbox"][disabled]~label .can-toggle__switch {
    	opacity: 0.4;
    }

    .can-toggle input[type="checkbox"]:checked~label .can-toggle__switch:before {
    	content: attr(data-unchecked);
    	left: 0;
    }

    .can-toggle input[type="checkbox"]:checked~label .can-toggle__switch:after {
    	content: attr(data-checked);
    }

    .can-toggle label {
    	-webkit-user-select: none;
    	-moz-user-select: none;
    	-ms-user-select: none;
    	user-select: none;
    	position: relative;
    	display: flex;
    	align-items: center;
    }

    .can-toggle label .can-toggle__label-text {
    	flex: 1;
    	padding-left: 32px;
    }

    .can-toggle label .can-toggle__switch {
    	position: relative;
    }

    .can-toggle label .can-toggle__switch:before {
    	content: attr(data-checked);
    	position: absolute;
    	top: 0;
    	text-transform: uppercase;
    	text-align: center;
    }

    .can-toggle label .can-toggle__switch:after {
    	content: attr(data-unchecked);
    	position: absolute;
    	z-index: 5;
    	text-transform: uppercase;
    	text-align: center;
    	background: white;
    	-webkit-transform: translate3d(0, 0, 0);
    	transform: translate3d(0, 0, 0);
    }

    .can-toggle input[type="checkbox"][disabled]~label {
    	color: rgba(119, 119, 119, 0.5);
    }

    .can-toggle input[type="checkbox"]:focus~label .can-toggle__switch,
    .can-toggle input[type="checkbox"]:hover~label .can-toggle__switch {
    	background-color: #777;
    }

    .can-toggle input[type="checkbox"]:focus~label .can-toggle__switch:after,
    .can-toggle input[type="checkbox"]:hover~label .can-toggle__switch:after {
    	color: #5e5e5e;
    }

    .can-toggle input[type="checkbox"]:hover~label {
    	color: #6a6a6a;
    }

    .can-toggle input[type="checkbox"]:checked~label .can-toggle__switch {
    	background-color: #0076FF;
    }

    .can-toggle input[type="checkbox"]:checked~label .can-toggle__switch:after {
    	color: #0076FF;
    }

    .can-toggle input[type="checkbox"]:checked:focus~label .can-toggle__switch:after,
    .can-toggle input[type="checkbox"]:checked:hover~label .can-toggle__switch:after {
    	color: #000;
    }

    .can-toggle label .can-toggle__label-text {
    	flex: 1;
    }

    .can-toggle label .can-toggle__switch {
    	transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
    	background: #848484;
    }

    .can-toggle label .can-toggle__switch:before {
    	color: #000;
    	background-color: #0076FF;
    }

    .can-toggle label .can-toggle__switch:after {
    	transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
    	transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
    	transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1), -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
    	color: #777;
    }

    .can-toggle input[type="checkbox"]:checked~label .can-toggle__switch:after {
    	-webkit-transform: translate3d(65px, 0, 0);
    	transform: translate3d(65px, 0, 0);
    }

    .can-toggle label {
    	font-size: 14px;
    }

    .can-toggle label .can-toggle__switch {
    	height: 36px;
    	flex: 0 0 134px;
    	border-radius: 4px;
    }

    .can-toggle label .can-toggle__switch:before {
    	left: 67px;
    	font-size: 12px;
    	line-height: 36px;
    	width: 67px;
    	padding: 0 12px;
    }

    .can-toggle label .can-toggle__switch:after {
    	top: 2px;
    	left: 2px;
    	border-radius: 2px;
    	width: 65px;
    	line-height: 32px;
    	font-size: 12px;
    }

    .can-toggle.can-toggle--size-small input[type="checkbox"]:checked~label .can-toggle__switch:after {
    	-webkit-transform: translate3d(44px, 0, 0);
    	transform: translate3d(44px, 0, 0);
    }

    .can-toggle.can-toggle--size-small label {
    	font-size: 13px;
    	float: left;
    }

    .can-toggle.can-toggle--size-small label .can-toggle__switch {
    	height: 28px;
    	flex: 0 0 90px;
    	border-radius: 2px;
    }

    .can-toggle.can-toggle--size-small label .can-toggle__switch:before {
    	left: 45px;
    	font-size: 13px;
    	line-height: 28px;
    	width: 45px;
    	padding: 0 12px;
    	color:#fff;
    }

    .can-toggle.can-toggle--size-small label .can-toggle__switch:after {
    	top: 1px;
    	left: 1px;
    	border-radius: 1px;
    	width: 44px;
    	line-height: 26px;
    	font-size: 13px;
    	color: #000;
    	font-weight: 600;
    }

    .can-toggle.can-toggle--size-large input[type="checkbox"]:checked~label .can-toggle__switch:after {
    	-webkit-transform: translate3d(78px, 0, 0);
    	transform: translate3d(78px, 0, 0);
    }

    .can-toggle.can-toggle--size-large label {
    	font-size: 14px;
    }

    .can-toggle.can-toggle--size-large label .can-toggle__switch {
    	height: 50px;
    	flex: 0 0 160px;
    	border-radius: 4px;
    }

    .can-toggle.can-toggle--size-large label .can-toggle__switch:before {
    	left: 80px;
    	font-size: 14px;
    	line-height: 50px;
    	width: 80px;
    	padding: 0 12px;
    }

    .can-toggle.can-toggle--size-large label .can-toggle__switch:after {
    	top: 2px;
    	left: 2px;
    	border-radius: 2px;
    	width: 78px;
    	line-height: 46px;
    	font-size: 14px;
    }

    .can-toggle.can-toggle--size-large label .can-toggle__switch:hover:after {
    	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    }

    .can-toggle.demo-rebrand-1 input[type="checkbox"][disabled]~label {
    	color: rgba(181, 62, 116, 0.5);
    }

    .can-toggle.demo-rebrand-1 input[type="checkbox"]:focus~label .can-toggle__switch,
    .can-toggle.demo-rebrand-1 input[type="checkbox"]:hover~label .can-toggle__switch {
    	background-color: #b53e74;
    }

    .can-toggle.demo-rebrand-1 input[type="checkbox"]:focus~label .can-toggle__switch:after,
    .can-toggle.demo-rebrand-1 input[type="checkbox"]:hover~label .can-toggle__switch:after {
    	color: #8f315c;
    }

    .can-toggle.demo-rebrand-1 input[type="checkbox"]:hover~label {
    	color: #a23768;
    }

    .can-toggle.demo-rebrand-1 input[type="checkbox"]:checked~label:hover {
    	color: #39916a;
    }

    .can-toggle.demo-rebrand-1 input[type="checkbox"]:checked~label .can-toggle__switch {
    	background-color: #44ae7f;
    }

    .can-toggle.demo-rebrand-1 input[type="checkbox"]:checked~label .can-toggle__switch:after {
    	color: #368a65;
    }

    .can-toggle.demo-rebrand-1 input[type="checkbox"]:checked:focus~label .can-toggle__switch,
    .can-toggle.demo-rebrand-1 input[type="checkbox"]:checked:hover~label .can-toggle__switch {
    	background-color: #3d9c72;
    }

    .can-toggle.demo-rebrand-1 input[type="checkbox"]:checked:focus~label .can-toggle__switch:after,
    .can-toggle.demo-rebrand-1 input[type="checkbox"]:checked:hover~label .can-toggle__switch:after {
    	color: #2f7757;
    }

    .can-toggle.demo-rebrand-1 label .can-toggle__label-text {
    	flex: 1;
    }

    .can-toggle.demo-rebrand-1 label .can-toggle__switch {
    	transition: background-color 0.3s ease-in-out;
    	background: #c14b81;
    }

    .can-toggle.demo-rebrand-1 label .can-toggle__switch:before {
    	color: rgba(255, 255, 255, 0.6);
    }

    .can-toggle.demo-rebrand-1 label .can-toggle__switch:after {
    	transition: -webkit-transform 0.3s ease-in-out;
    	transition: transform 0.3s ease-in-out;
    	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    	color: #b53e74;
    }

    .can-toggle.demo-rebrand-2 input[type="checkbox"][disabled]~label {
    	color: rgba(68, 68, 68, 0.5);
    }

    .can-toggle.demo-rebrand-2 input[type="checkbox"]:focus~label .can-toggle__switch,
    .can-toggle.demo-rebrand-2 input[type="checkbox"]:hover~label .can-toggle__switch {
    	background-color: #444;
    }

    .can-toggle.demo-rebrand-2 input[type="checkbox"]:focus~label .can-toggle__switch:after,
    .can-toggle.demo-rebrand-2 input[type="checkbox"]:hover~label .can-toggle__switch:after {
    	color: #2b2b2b;
    }

    .can-toggle.demo-rebrand-2 input[type="checkbox"]:hover~label {
    	color: #373737;
    }

    .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked~label:hover {
    	color: #62b125;
    }

    .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked~label .can-toggle__switch {
    	background-color: #75d32d;
    }

    .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked~label .can-toggle__switch:after {
    	color: #5da924;
    }

    .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus~label .can-toggle__switch,
    .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:hover~label .can-toggle__switch {
    	background-color: #69be28;
    }

    .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus~label .can-toggle__switch:after,
    .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:hover~label .can-toggle__switch:after {
    	color: #52941f;
    }

    .can-toggle.demo-rebrand-2 label .can-toggle__label-text {
    	flex: 1;
    }

    .can-toggle.demo-rebrand-2 label .can-toggle__switch {
    	transition: background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    	background: #515151;
    }

    .can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
    	color: rgba(255, 255, 255, 0.7);
    }

    .can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
    	transition: -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    	transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    	transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    	color: #444;
    }

    .can-toggle.demo-rebrand-2 input[type="checkbox"]:focus~label .can-toggle__switch:after,
    .can-toggle.demo-rebrand-2 input[type="checkbox"]:hover~label .can-toggle__switch:after {
    	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    }

    .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked~label .can-toggle__switch:after {
    	-webkit-transform: translate3d(58px, 0, 0);
    	transform: translate3d(58px, 0, 0);
    }

    .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus~label .can-toggle__switch:after,
    .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:hover~label .can-toggle__switch:after {
    	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    }

    .can-toggle.demo-rebrand-2 label {
    	font-size: 13px;
    }

    .can-toggle.demo-rebrand-2 label .can-toggle__switch {
    	height: 60px;
    	flex: 0 0 120px;
    	border-radius: 60px;
    }

    .can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
    	left: 60px;
    	font-size: 13px;
    	line-height: 60px;
    	width: 60px;
    	padding: 0 12px;
    }

    .can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
    	top: 2px;
    	left: 2px;
    	border-radius: 30px;
    	width: 58px;
    	line-height: 56px;
    	font-size: 13px;
    }

    .can-toggle.demo-rebrand-2 label .can-toggle__switch:hover:after {
    	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    }

    .can-toggle p {
    	padding-left: 100px;
    	margin: 0;
    	font-size: 16px;
    	line-height: 28px;
    }


    /* yes/no swich css end*/

    .check_row {
    	float: left;
    	width: 100%;
    	margin: 0 0 10px 0;
    }

    .check_row:last-child {
    	margin-bottom: 0;
    }

    .check_listing {
    	float: left;
    	width: 100%;
    	padding: 0 0 0 30px;
    }

    .lable_custom_fix {
    	width: 175px;
    	position: absolute;
    	right: 40px;
    }

    .lable_custom_fix .select2 {
    	width: 100% !important;
    }

    .lable_custom_fix .select2-container--default .select2-selection--single {
    	border: none;
    }

    .custom_accordian_cl .panel-heading>a:before {
    	position: absolute;
    	right: 0;
    	font-family: Font Awesome\ 5 Free;
    	content: "\f068";
    	padding-right: 5px;
    	font-weight: 600;
    	color: #333333;
    	font-size: 16px;
    	line-height: 35px;
    }

    .custom_accordian_cl .panel-heading>a.collapsed:before {
    	position: absolute;
    	right: 0;
    	content: "\f067";
    	color: #333333;
    	font-size: 16px;
    }

    .custom_accordian_cl .panel-title>a:hover,
    .custom_accordian_cl .panel-title>a:active,
    .custom_accordian_cl .panel-title>a:focus {
    	text-decoration: none;
    }

    .dash_box_new_cl {
    	box-sizing: border-box;
    	height: 502px;
    	width: 100%;
    	border: 1px solid #888888;
    	border-radius: 3px;
    	background-color: #FFFFFF;
    	box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.1);
    	margin-bottom: 30px;
    	float: left;
    }

    .header_right_dash {
    	float: right;
    }

    .dash_box_header h5 {
    	float: left;
    	color: #454F5C;
    	/*font-size: 18px;*/
    	font-size: 17px;
    	line-height: 40px;
    }

	.dash_box_header .input-group {
    	position: absolute;
    	margin-left: 164px;
    }
	.dash_box_header .input-group-flex {
    	position: absolute;
    	margin-left: 220px;
    }

	.dash_box_header .input-group-addon {
    	margin-left: 116px;
    	position: relative;
    }

	.dash_box_header .input-group-addon .add-notes {
    	margin-left: 10px;
    }

	.dash_box_header .input-group-addon .add-notes:hover {
    	color: #057BFF;
    }

	.mg-right-20 {
		margin-right: 20px;
	}

	.dash_box_header #datepicker {
		height: 33px;
		margin-top: 5px;
		margin-left: 20px;
		position: absolute;
		width: 116px;
    }

    .dash_box_header {
    	padding: 0 13px;
    	border-bottom: 1px solid #BEBEBE;
    	float: left;
    	width: 100%;
    	height: 46px;
    	line-height: 40px;
    }

    .view_comn_cl {
    	color: #057BFF;
    	font-size: 15px;
    	line-height: 19px;
    	text-align: right;
    }

    .lable_custom_noborder .select2-container--default .select2-selection--single {
    	border: none;
    }

    .back_s_link {
    	height: 26px;
    	width: 114px;
    	border: 1.06px solid #057AFF;
    	border-radius: 5px;
    	background-color: #057BFF;
    	color: #FFFFFF;
    	font-size: 15px;
    	letter-spacing: 0.18px;
    	line-height: 23px;
    	display: inline-block;
    	text-align: center;
    	margin-right: 9px;
    }

    .back_s_link:hover {
    	color: #FFFFFF;
    }

    .dashbox_body_cl {
    	padding: 10px 13px;
    }

    .dashbox_body_cl ul {
    	margin: 0;
    	padding: 0;
    }

    .notification_tbl {
    	border-radius: 27px;
    	background-color: #057BFF;
    	box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.05);
    	display: inline-block;
    	width: 100%;
    	padding: 10px 45px;
    	position: relative;
    	margin-bottom: 10px;
    }

    .notification_tbl p {
    	color: #FFFFFF;
    	font-size: 13px;
    	font-weight: bold;
    	line-height: 18px;
    	margin: 0;
    }

    .left_close_fix {
    	position: absolute;
    	left: 18px;
    	top: 50%;
    	transform: translateY(-50%);
    }

    .right_arrow_fix {
    	position: absolute;
    	right: 18px;
    	top: 50%;
    	transform: translateY(-50%);
    }

    .notification_green {
    	background-color: #5BAE00;
    }

    .content_mscrol {
    	height: 440px;
    }
    .notifications_content_mscrol {
    	height: 600px;
    }

    .content_mscrol_small {
    	height: 175px;
    }

    .all_custom_data_dash li {
    	margin-bottom: 6px;
    	display: inline-block;
    	width: 100%;
    	line-height: 0;
    }

    .all_custom_data_dash p {
    	color: #282D32;
    	font-size: 13px;
    	letter-spacing: 0.16px;
    	line-height: 15px;
    	margin: 0;
    }

    .all_custom_data_dash p span {
    	color: #E86B41;
    	font-weight: bold;
    	letter-spacing: 0.87px;
    }

    .all_custom_data_dash a {
    	color: #057BFF;
    	font-size: 13px;
    	letter-spacing: 0.16px;
    	line-height: 15px;
    	margin-right: 5px;
    }

    .work_heading {
    	background-color: #DCDCDC;
    	height: 24px;
    	line-height: 24px;
    	padding: 0 13px;
    }

    .work_heading h6 {
    	color: #282D32;
    	font-size: 15px;
    	line-height: 21px;
    }

    .rd_dsh_txt {
    	color: #D0021B !important;
    	font-weight: normal !important;
    }

    .dashbord_cl_tbl.dataTable {
    	margin-top: 0 !important;
    }

    .dashbord_cl_tbl.table th {
    	border-bottom: 1px solid #BEBEBE !important;
    	text-align: center;
    	padding: 8px 10px;
    }

    .dashbord_cl_tbl.table th:first-child,
    .dashbord_cl_tbl.table td:first-child {
    	text-align: left !important;
    }
    .dashbord_cl_tbl.table th {
    	padding-right: 3px !important;
    }
    .dashbord_cl_tbl.table td {
    	border: none !important;
    	color: #000000;
    	font-size: 13px;
    	letter-spacing: 0.16px;
    	line-height: 17px;
    	text-align: center !important;
    	padding: 5px 10px;
    }

    .dashbord_cl_tbl.table tr:last-child td {
    	border: none !important;
    }

    .dashbord_cl_tbl tbody tr:nth-child(2n) {
    	background: #fff;
    }

    .dashbord_cl_tbl tbody tr:nth-child(2n+1) {
    	background-color: #EFF0F1;
    }

    .right_filter_site.commn_li_mrgn ul li {
    	margin-right: 20px !important;
    }

    .right_filter_site.commn_li_mrgn ul li:last-child {
    	margin-right: 0 !important;
    }

    #properties_tbl tr.myUnits td.details-control {
    	background: url('../images/icon-accordion-expand.png') no-repeat center center;
    	cursor: pointer;
    }
    #properties_tbl tr.shown td.details-control {
    	background: url('../images/icon-accordion-collapse.png') no-repeat center center;
    }
    #examples_one td.details-control {
    	background: url('../images/icon-accordion-expand.png') no-repeat center center;
    	cursor: pointer;
    }

    #examples_one tr.shown td.details-control {
    	background: url('../images/icon-accordion-collapse.png') no-repeat center center;
    }

    .inner_examtbl {
    	width: 100%;
    }

    .padd_left {
    	padding-left: 10px;
    }

    .inner_examtbl tbody tr td {
    	background-color: #F7F8F9;
    	border-bottom: 1px solid rgba(136, 136, 136, 0.2) !important;
    }

    .inner_examtbl tr:last-child td {
    	border-bottom: 1px solid rgba(136, 136, 136, 0.2) !important;
    }

    .padZero td:first-child {
    	padding: 0 !important;
    }

    .padZero tr:first-child td {
    	border-top: 0 !important;
    }

    table.inner_examtbltd td:first-child {
    	border-left: none !important;
    }

    table.dataTable tbody tr {
    	background-color: #fff;
    }

    .custm_mdl_big .modal-dialog {
    	max-width: 1000px;
	/*border: 1px solid #888888;
    	border-radius: 3px;
    	background-color: #FFFFFF;
    	box-shadow: 0 10px 22px 0 rgba(0,0,0,0.1);*/
    }

    .both_padd_border {
    	padding: 15px 0;
    	border-bottom: 1px solid #D8D8D8;
    }

    .top_border_cl {
    	border-top: 1px solid #D8D8D8;
    }

    .inner_examtbl tbody {
    	border: none;
    }

    .inner_examtbl tr:last-child td {
    	border-bottom: none !important;
    }

    .inner_examtbl td:first-child {
    	border-left: none !important;
    }

    .inner_examtbl td:last-child {
    	border-right: none !important;
    }

    .modle_left_labl {
    	float: left;
    	width: 100%;
    	padding: 14px 0;
    }

    .modle_left_labl span {
    	display: inline-block;
    	color: #282D32;
    	font-size: 18px;
    	line-height: 45px;
    }

    .full_scr_margn_zro .form-group {
    	margin: 0;
    }

    .half_switch_lp {
    	float: left;
    	width: 50%;
    }

    .transTxtCls {
    	border: none;
    	background-color: transparent;
    	width: 100px;
    }

    .tbl_toogle.dropdown-toggle::after {
    	border: none;
    }

    #properties_soon_tbl .dropdown_cover {
    	float: left;
    }

    .tblNotesMainCls {
    	float: left;
    	width: 100%;
    }

    .tnc {
    	float: left;
    	width: 100%;
    }

    .tblNotesCls {
    	float: left;
    	width: 200px;
    	height: 65px;
    	border: 1.06px solid #888888;
    	border-radius: 5px;
    	font-size: 14px;
    	resize: none;
    	line-height: 18px;
    	padding: 5px 10px;
    	color: #212529;
    }

    .tblNotesAddCls {
    	padding: 0px 0 0 8px;
    }

    #examples_one td:first-child {
    	width: 25px;
    }

    #examples_one td:nth-child(2) {
    	width: 12px;
    }

    .left_filter_site {
    	float: left;
    	width: 100%;
    }

    .left_filter_site ul {
    	margin: 0;
    	padding: 0;
    	border-radius: 5px;
    	background: #0685FE;
    	display: inline-block;
    }

    .left_filter_site li {
    	display: block;
    	height: 35px;
    	width: 95px;
    	border: 1.06px solid #057AFF;
    	background-color: #fff;
    	margin: 0;
    	padding: 0;
    	text-align: center;
    	line-height: 31px;
    	float: left;
    	border-radius: 5px;
    }

    .left_filter_site li a {
    	color: #0685FE;
    	font-size: 16px;
    	width: 100%;
    	display: inline-block;
    }

    .left_filter_site li.back_blue_tb {
    	background-color: #0685FE;
    	margin-left: 0;
    	color: #fff;
    }

    .left_filter_site li.back_blue_tb a {
    	color: #fff;
    	width: 100%;
    	display: inline-block;
    }

    .search_filter_site.small_serach_cl {
    	width: 147px;
    	padding: 0 45px 0 13px;
    }

    .dt_Ywidth_verysmall {
    	width: 170px;
    }

    .commn_right_li li {
    	margin-right: 20px !important;
    }

    .commn_right_li li:last-child {
    	margin-right: 0 !important;
    }

    .small_padd_a {
    	padding: 0 13px !important;
    }

    .model_txt_area {
    	width: 100%;
    	height: 181px;
    	border: 1px solid #B1B1B1;
    	border-radius: 3px;
    	background-color: #FFFFFF;
    	padding: 8px;
    	font-size: 16px;
    	font-weight: bold;
    	line-height: 20px;
    	resize: none;
    }

    .model_txt_area_div {
    	width: 100%;
    	height: 181px;
    	border: 1px solid #B1B1B1;
    	border-radius: 3px;
    	background-color: #FFFFFF;
    	font-size: 16px;
    	line-height: 20px;
    }

    .model_txt_area_div ul {
    	margin: 0;
    	padding: 0;
    }

    .model_txt_area_div ul li {
    	display: inline-block;
    	width: 100%;
    	border-bottom: 1px solid #B1B1B1;
    	padding: 9px 12px;
    }

    .task_added {
    	float: left;
    	width: 100%;
    	margin-top: 10px;
    	font-size: 16px;
    	line-height: 20px;
    	color: #027AFF;
    }

    .img_left_padd {
    	display: inline-block;
    	padding-left: 8px;
    }

    .img_right_padd {
    	display: inline-block;
    	padding-right: 9px;
    }

    .photo_header {
    	margin-bottom: 15px;
    }

    .photo_header label {
    	padding-right: 25px;
    }

    .photos_main {
    	border-bottom: 1px solid #b1b1b1;
    }

    .photo_body_cl {
    	padding-bottom: 10px;
    }

    .photo_body_cl ul {
    	margin: 0;
    	padding: 0;
    }

    .photo_body_cl ul li {
    	display: inline-block;
    	width: 23%;
    	margin-right: 1.5%;
    	height: 138px;
    	margin-bottom: 2%;
    }

    .photo_body_cl ul li:last-child {
    	margin-right: 0;
    }

    .photo_body_cl ul li img {
    	height: 100%;
    	width: 100%;
    	object-fit: cover;
    }

    .orange_bld {
    	float: left;
    	color: #E86B41;
    	font-size: 17px;
    	font-weight: bold;
    	letter-spacing: 1.13px;
    	line-height: 55px;
    	padding-left: 10px;
    }

    .detail_inner_head h4 {
    	color: #282D32;
    	font-size: 18px;
    	font-weight: 600;
    	line-height: 23px;
    	margin: 10px 0 0 0;
    }

    .commn_box_epc {
    	border: 1px solid #888888;
    	border-radius: 3px;
    	background-color: #FFFFFF;
    	box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.1);
    	padding: 30px;
    }

    .middle_bx_clm .box_work_title {
    	padding: 30px 22px 0 22px;
    }

    .commn_box_epc.middle_bx_clm {
    	padding: 0;
    }

    .box_work_title h5 {
    	color: #282D32;
    	font-size: 32px;
    	line-height: 40px;
    	margin: 0 0 30px 0;
    }

    .margin_tp_30 {
    	margin-top: 30px;
    }

    .maintain_work_m .photo_header label {
    	font-weight: bold;
    }

    .photo_body_cl li label {
    	color: #282931;
    	font-size: 16px;
    	line-height: 20px;
    }

    .maintain_work_m .photo_body_cl ul li {
    	width: 150px;
    	margin-right: 25px;
    	height: 150px;
    }

    .comn_all_work_box {
    	height: 469px;
    	border: 1px solid #888888;
    	border-radius: 3px;
    	background-color: #FFFFFF;
    	box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.1);
    }

    .left_work_box_l h6 {
    	color: #454F5C;
    	font-size: 22px;
    	line-height: 23px;
    }

    .left_work_box_l {
    	float: left;
    	width: 55%;
    }

    .right_work_box_l {
    	float: left;
    	width: 45%;
    }

    .comn_all_work_box_header {
    	float: left;
    	width: 100%;
    	padding: 20px 22px;
    }

    .comn_all_work_box_body {
    	padding: 0 0 20px 22px;
    }

    .comn_all_work_box_body ul {
    	margin: 0;
    	padding: 0;
    }

    .comn_span_l {
    	float: left;
    	color: #454F5C;
    	font-size: 15px;
    	line-height: 25px;
    	padding-left: 13px;
    }

    .maintain_work_m .comn_all_work_box_body .custom-checkbox {
    	float: left;
    }

    .comn_all_work_box_body li {
    	float: left;
    	width: 100%;
    	margin-bottom: 16px;
    }

    .smll_bx_clm {
    	height: 223px;
    	margin-bottom: 23px;
    }

    .smll_bx_clm:last-child {
    	margin-bottom: 0;
    }

    .middle_bx_clm {
    	height: 355px;
    	margin-top: 30px;
    }

    .smll_bx_clm .comn_all_work_box_body p {
    	color: #454F5C;
    	font-size: 15px;
    	line-height: 25px;
    	margin-bottom: 10px;
    }

    .maintain_work_m .model_txt_area {
    	height: 76px;
    }

    .addNotesDiv p {
    	margin-right: 10px;
    }

    .body_p_text {
    	margin-bottom: 27px;
    	margin-right: 10px;
    }

    .body_p_text p {
    	color: #282931;
    	font-size: 16px;
    	line-height: 21px;
    	margin: 0;
    }

    .content_mdum_l {
    	height: 230px;
    }

    .content_small_l {
    	height: 158px;
    }

    .content_big_l {
    	height: 380px;
    }

    .maintain_work_m .photo_body_cl {
    	padding-bottom: 105px;
    }

    .bold_cmn {
    	font-weight: bold;
    }

    .custom_file_lm {
    	position: relative;
    	overflow: hidden;
    	color: #007bff;
    }

    .custom_file_lm input[type=file] {
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 120px;
    	text-align: left;
    	filter: alpha(opacity=0);
    	opacity: 0;
    	outline: none;
    	background: white;
    	cursor: inherit;
    	display: block;
    	cursor: pointer;
    }

    .task_cont_h {
    	height: 181px;
    }

    .padd_none_sub .check_listing {
    	padding: 0;
    }


    /* Calendar */

    .cal_top_filter_site {
    	margin-bottom: 0;
    }

    .calender_view {
    	float: left;
    	/*width: 100%;*/
    	width: 81.5%;
    }

    #calendar {
    	max-width: 100%;
    	margin: 0;
    }

    .fc-toolbar.fc-header-toolbar {
    	margin-bottom: 0;
    	background: #f2f2f2;
    	padding: 10px;
    	border-top: 1px solid #282931;
    	border-bottom: 1px solid #282931;
    }

    .fc-button-primary {
    	color: #9E9E9E;
    	background-color: transparent;
    	border-color: transparent;
    	font-weight: bold;
    	float: left;
    	padding: 0;
    	width: 26px;
    	height: 26px;
    	line-height: 26px;
    	border: 0;
    	font-family: "Source Sans Pro";
    }

    .fc-button-primary.fc-prev-button {
    	margin-right: 10px;
    }

    .fc-button-primary.fc-next-button {
    	margin-left: 10px;
    }

    .fc-button-primary:hover,
    .fc-button-primary:not(:disabled).fc-button-active,
    .fc-button-primary:not(:disabled):active {
    	color: #9E9E9E;
    	background-color: transparent;
    	border-color: transparent;
    }

    .fc-button-primary:focus,
    .fc-button-primary:not(:disabled).fc-button-active:focus,
    .fc-button-primary:not(:disabled):active:focus {
    	box-shadow: none;
    }

    .fc-button-primary .fc-icon {
    	width: 26px;
    	height: 26px;
    	line-height: 26px;
    	float: left;
    	font-family: "Source Sans Pro";
    }

    .fc-toolbar h2 {
    	color: #9E9E9E;
    	font-size: 15px;
    	font-weight: bold;
    	letter-spacing: 1px;
    	line-height: 26px;
    	margin: 0 !important;
    	float: left;
    	font-family: "Source Sans Pro";
    }

    .fc-widget-content .fc-content .fc-title {
    	color: #FFFFFF;
    	font-size: 12px;
    	line-height: 15px;
    	font-family: "Source Sans Pro";
    }

    .fc-timeline-event {
    	padding: 0;
    	margin: 0 !important;
    }

    .fc-timeline-event .fc-title {
    	white-space: normal;
    }

    .fc-ltr .fc-timeline-event {
    	min-height: 85px;
    	border-radius: 3px;
    }

    .fc-body .fc-resource-area .fc-cell-content {
    	padding-left: 8px;
    	padding-right: 8px;
    	position: relative;
    }

    .fc-body .fc-resource-area .fc-cell-text {
    	font-size: 15px;
    	color: #000000;
    	font-family: "Source Sans Pro";
    	padding: 0 0 0 25px;
    }


    .checkboxContainer {
    	display: inline-block;
    	position: relative;
    	float: left;
    	cursor: pointer;
    	-webkit-user-select: none;
    	-moz-user-select: none;
    	-ms-user-select: none;
    	user-select: none;
    }

    .checkboxContainer input {
    	position: absolute;
    	opacity: 0;
    	cursor: pointer;
    	height: 20px;
    	width: 20px;
    	top: 2px;
    	z-index: 1;
    }

    .checkmark {
    	position: absolute;
    	top: 2px;
    	left: 0;
    	height: 18px;
    	width: 18px;
    	background-color: transparent;
    	border:1px solid #ccc;
    	border-radius: 2px;
    }

    .checkboxContainer input:checked ~ .checkmark {
    	background-color: #057AFF;
    	border-color: #057AFF;
    }

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

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

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

    .more_dt_link {
    	clear: left;
    	float: left;
    	position: absolute;
    	bottom: 2px;
    	left: 0;
    	color: #FFFFFF;
    	font-size: 12px;
    	line-height: 15px;
    	font-style: italic;
    	text-decoration: underline;
    }
    .more_dt_link:hover {
    	color: #fff;
    	text-decoration: underline;
    }
    .fc-ltr .fc-timeline-event {
    	padding-bottom: 15px;
    }
    .fc-body .fc-resource-area .fc-widget-content > div {
    	display: flex;
    	align-items: center;
    }


    .event_cnt_cover {
    	float: left;
    	width: 100%;
    }

    .padRR100 {
    	padding-right: 70px;
    }

    .close.modal_cl {
    	position: absolute;
    	right: 20px;
    	width: 30px;
    	height: 30px;
    	line-height: 30px;
    	text-align: center;
    	font-size: 40px;
    	opacity: 1;
    	top: 25px;
    	outline: 0;
    }

    .mrgbtm25 {
    	margin-bottom: 25px !important;
    }

    .event_cnt_cover .form-control.add_ttl {
    	background-color: #F2F2F2;
    	height: 54px;
    	line-height: 54px;
    	padding: 0 10px;
    	border: 0;
    	border-radius: 0;
    	box-shadow: inset 0 -1px 0 0 #6C6C6C;
    }
    .event_cnt_cover .form-group {
    	margin-bottom: 15px;
    }
    .event_cnt_cover .select2-container--default .select2-selection--single {
    	background-color: #F2F2F2;
    	height: 28px;
    	border:0;
    }
    .event_cnt_cover .select2-container--default .select2-selection--single .select2-selection__rendered {
    	line-height: 26px;
    	font-size: 15px;
    }
    .event_cnt_cover .select2-container--default .select2-selection--single .select2-selection__arrow {
    	height: 26px;
    }
    .event_cnt_cover .custom-checkbox{
    	min-height: inherit;
    }
    .event_cnt_cover .custom-checkbox .custom-control-indicator {
    	width: 18px;
    	height: 18px;
    }
    .event_cnt_cover .custom-control-description_new {
    	float: left;
    	font-size: 15px;
    	line-height: 19px;
    	letter-spacing: 0;
    }
    .txt_area {
    	background-color: #F2F2F2;
    	border-radius: 3px;
    	width: 100%; border-radius: 3px;
    	min-height: 152px;
    	border:0;
    	resize: none;
    }
    .make_rec, .make_rec:hover {
    	color: #057AFF;
    	font-size: 16px;
    }
    .event_cnt_cover .form-control {
    	border:0;
    	border-radius: 3px;
    	background-color: #F2F2F2;
    	height: 28px;
    }

    .event_cnt_cover ul {
    	margin: 0;
    	padding: 0;
    }

    .event_cnt_cover li.ulLiCls {
    	width: 46%;
    	margin: 0 2% 0 0;
    	float: left;
    	font-size: 15px;
    	color: #282931;
    }

    .event_cnt_cover li:last-child {
    	margin-right: 0;
    }

    .event_cnt_cover li.sm_li {
    	width: 4%;
    	margin: 0 2% 0 0;
    	float: left;
    	font-size: 15px;
    	color: #282931;
    }
    .event_cnt_cover li.sm_li label {
    	line-height: 28px;
    	font-size: 15px;
    	color: #282931;
    	font-weight: normal;
    	display: block;
    	margin: 0;
    	width: 100%;
    	text-align: center;
    }
    .btn_cancel {
    	line-height: 38px;
    	background: transparent;
    	border: 0;
    	color: #5D7DE7;
    	font-size: 15px;
    }
    .btn_sv {
    	border-radius: 3px;
    	background-color: #057AFF;
    	height: 38px;
    	width: 110px;
    	font-size: 15px;
    	color: #FFFFFF;
    	text-align: center;
    	border: 0;
    	margin: 0 !important;
    }
    .btn_delete:hover {
    	color: white;
    }
    .btn_delete {
    	border-radius: 3px;
    	background-color: red;
    	line-height: 37px;
    	height: 38px;
    	width: 110px;
    	font-size: 15px;
    	color: #FFFFFF;
    	text-align: center;
    	border: 0;
    	margin: 0 !important;
    	margin-right: 10px !important;
    }
	.btn_update:hover {
    	color: white;
    }
    .btn_update {
    	border-radius: 3px;
    	background-color: #057AFF;
    	line-height: 37px;
    	height: 38px;
    	width: 110px;
    	font-size: 15px;
    	color: #FFFFFF;
    	text-align: center;
    	border: 0;
    	margin: 0 !important;
    	margin-right: 10px !important;
    }

    .event_cnt_cover .recc_box {
    	float: left;
    	width: 100%;
    	border: 2px solid #F2F2F2;
    	border-radius: 3px;
    	padding: 15px;
    	position: relative;
    	margin: 10px 0 0 0;
    	display: none;
    }

    .event_cnt_cover .recc_box .form-group:last-child {
    	margin-bottom: 0;
    }

    .recc_box .new_lbl {
    	color: #282931;
    	font-size: 15px;
    	line-height: 19px;
    	margin: 0 0 10px 0;
    	position: relative;
    }
    .event_cnt_cover .recc_box li {width: auto;display: inline-block;margin-right: 5px;}
    .event_cnt_cover .recc_box .custom-checkbox .custom-control-indicator {
    	width: 28px;
    	height: 28px;
    	border-radius: 100%;
    	background-color: #F2F2F2;
    	border: none;
    }
    .event_cnt_cover .recc_box .custom-checkbox .custom-control-description_new {
    	position: absolute;
    	color: #282931;
    	width: 28px;
    	line-height: 28px;
    	left: 0;
    	right: 0;
    	text-align: center;
    }
    .event_cnt_cover .recc_box .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    	background-image: none;
    }
    .event_cnt_cover .recc_box .custom-checkbox .custom-control-input:checked ~ .custom-control-description_new {
    	color: #fff;
    }
    .radio {
    	margin: 0 0 8px 0;
    	width: 100%;
    	float: left;
    }
    .radio input[type="radio"] {
    	position: absolute;
    	opacity: 0;
    }
    .radio .radio-label {
    	color: #282931;
    	font-size: 15px;
    	line-height: 18px;
    	position: relative;
    	padding-left: 25px;
    	margin: 0;
    }
    .radio input[type="radio"] + .radio-label:before{
    	content: '';
    	position: absolute;
    	left: 0;
    	top: 0;
    	border-radius: 100%;
    	background-color: #fff;
    	border: 2px solid #057AFF;
    	width: 20px;
    	height: 20px;
    	transition: all 250ms ease;
    	vertical-align: top;
    	cursor: pointer;
    	text-align: center;
    }

    .radio input[type="radio"] + .radio-label:after {
    	content: '';
    	position: absolute;
    	left: 4px;
    	top: 4px;
    	width: 12px;
    	height: 12px;
    	border-radius: 100%;
    	background-color: #fff;
    	transition: all 250ms ease;
    }

    .radio input[type="radio"]:checked + .radio-label:after {
    	background-color: #057AFF;
    }

    .rep_radio .select2 {
    	width: 120px !important;
    	margin: 0 0 0 15px;
    }
    .rep_sm_select .select2 {
    	width: 80px !important;
    	margin: 0 0 0 15px;
    }
    .occ_lbl {
    	display: inline-block;
    	margin: 0 0 0 10px;
    	color: #282931;
    	opacity: 0.4;
    	font-size: 15px;
    	line-height: 28px;
    }
    .rec_cls {
    	width: 30px;
    	height: 30px;
    	line-height: 30px;
    	text-align: center;
    	position: absolute;
    	right: 10px;
    	color: #B4B4B4;
    	font-size: 14px;
    	cursor: pointer;
    	z-index: 2;
    }
    .rec_cls:hover {
    	color: #B4B4B4;
    }
    .cal_right_panel {
    	position: absolute;
    	right: 0;
    	width: 18%;
    	background: #282931;
    	z-index: 1;
    	height: 100%;
    	padding: 15px 20px;
    	top: 0;
    	overflow-y: auto;
    	box-shadow: -4px 0 6px 0 rgba(0,0,0,0.2);
    }
    .cal_right_ttl {
    	color: #FFFFFF;
    	font-size: 20px;
    	line-height: 25px;
    	letter-spacing: 0.83px;
    	font-weight: bold;
    	margin: 0 0 20px 0;
    }
    .cal_panel_des {
    	float: left;
    	width: 100%;
    }
    .cal_panel_row {
    	background: #4F5358;
    	padding: 15px 18px;
    	position: relative;
    	border: 1px solid #979797;
    	border-radius: 3px;
    	min-height: 110px;
    	margin: 0 0 15px 0;
    	cursor: pointer;
    }
    .cal_panel_row p {
    	font-size: 12px;
    	line-height: 15px;
    	color: #FFFFFF;
    	margin: 0 0 15px 0;
    	min-height: 45px;
    }
    .cal_panel_row .more_dt_link {
    	bottom: 15px;
    	left: 15px;
    }
    .cal_panel_row.active {
    	border: 2px solid #0096FF;
    	background-color: rgba(0,150,255,0.2);
    }

    .calender_view .checkboxContainer {
    	left: 9px;
    	top: 9px;
    	position: absolute;
    }

    .fc-resource-area .fc-content .fc-widget-content > div {
    	border-left:5px solid transparent;
    }
    .fc-resource-area .fc-content [data-resource-id="ct_1"] .fc-widget-content > div{
    	border-left:5px solid #4185F4;
    }
    .fc-resource-area .fc-content [data-resource-id="ct_2"] .fc-widget-content > div{
    	border-left:5px solid #33B679;
    }
    .fc-resource-area .fc-content [data-resource-id="ct_3"] .fc-widget-content > div{
    	border-left:5px solid #DD6039;
    }
    .fc-resource-area .fc-content [data-resource-id="ct_2"] .fc-widget-content .checkboxContainer input:checked ~ .checkmark {
    	/*background-color: #33B679;*/
    	border-color: #33B679;
    }
    /*.fc-timeline-event{padding: 1px !important;}*/
    .fc-resource-area .fc-content [data-resource-id="ct_3"] .fc-widget-content .checkboxContainer input:checked ~ .checkmark {
    	background-color: #DD6039;
    	border-color: #DD6039;
    }
    .turnoverCollapseMainDiv{
    	float: left;
    	width: 100%;
    	position: relative;
    	padding: 5px 5px 0;
    }
    .custom_accordian_cl .panel-heading .turnoverCollapseMainDiv>a:before {
    	position: absolute;
    	right: 0;
    	font-family: Font Awesome\ 5 Free;
    	content: "\f068";
    	padding-right: 5px;
    	font-weight: 600;
    	color: #333333;
    	font-size: 16px;
    	line-height: 35px;
    }

    .custom_accordian_cl .panel-heading .turnoverCollapseMainDiv>a.collapsed:before {
    	position: absolute;
    	right: 0;
    	content: "\f067";
    	color: #333333;
    	font-size: 16px;
    }
    #tasksAddModal {
    	background-color: rgba(0,0,0,0.8);
    }
    .recc_box .on_date {
    	float: right;
    	width: 80%;
    }
    .filter_W_82{
    	width: 82%;
    }
    .notification_main .dash_box_new_cl {height: auto; min-height: 600px;}
    .notification_main .mCSB_inside > .mCSB_container {
    	margin-right: 15px;
    }
    .header_right_dash span{
    	float: left;
    }
    .header_right_dash  h2{
    	padding:0 10px;
    	line-height: 38px;
    }
    .fix_W_slct{
    	float: left;
    	min-width: 120px;
    	margin-top: 2px;
    }
    .Rmar_R_10{
    	margin-right: 10px;
    }

    /*radiobutton css start */

    .container_bhj_Main{
    	float: left;
    	width: auto;
    	margin-right: 15px;
    }
    .acordn_content li .container_bhj {
    	display: block;
    	position: relative;
    	padding-left: 29px;
    	margin-bottom: 5px;
    	cursor: pointer;
    	-webkit-user-select: none;
    	-moz-user-select: none;
    	-ms-user-select: none;
    	user-select: none;
    	margin-right: 15px;
    	font-size: 16px;
    	color: #282D32;
    	float: left;
    	line-height: 22px;
    	text-transform: capitalize;
    }
    .acordn_content li .can-toggle p{
    	line-height: 22px;
    }
    .container_bhj input {
    	position: absolute;
    	cursor: pointer;
    	opacity: 0;
    }
    .checkmark_bkj {
    	position: absolute;
    	top: 0;
    	left: 0;
    	height: 23px;
    	width: 23px;
    	background-color: #eee;
    	border-radius: 50%;
    }
    .container_bhj:hover input ~ .checkmark_bkj {
    	background-color: #ccc;
    }
    .container_bhj input:checked ~ .checkmark_bkj {
    	background-color: #057aff;
    	border: none;
    }
    .checkmark_bkj:after {
    	content: "";
    	position: absolute;
    	display: none;
    }
    .container_bhj input:checked ~ .checkmark_bkj:after {
    	display: block;
    }
    .container_bhj .checkmark_bkj:after {
    	top: 7px;
    	left: 7px;
    	width: 10px;
    	height: 10px;
    	border-radius: 50%;
    	background: #fff;
    }
    .acordn_content  li .can-toggle{
    	width: 100%;
    }
    .left_check_fix{
    	position: absolute;
    	left: 20px;
    	top: 50%;
    	transform: translateY(-50%);
    }
    .padd_left_20{
    	padding-left: 20px;
    }
    .left_check_fix.custom-checkbox .custom-control-indicator{
    	border: 2px solid #fff;
    }
    /*.remove_link{
	background-color: #d11a2a;
	border: 1.06px solid #d11a2a;
	}*/
	.scrol_fix_k{
		z-index: 99;
		background:#f7f8f9;
		top: 0;
		position: fixed;
		width: 100%;
	}
	.containerCover .container_bhj {
		display: block;
		position: relative;
		padding-left: 29px;
		margin-bottom: 5px;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		margin-right: 15px;
		font-size: 19px;
		color: #282D32;
		float: left;
		line-height: 22px;
		text-transform: capitalize;
	}
	.containerCover p{
		float: left;
	}
	.containerCover .container_bhj_Main{
		margin-left: 20px;
	}

	/* 22/1/2020 */
	.dashboardDiv .back_s_link  {
		margin-right: 0;
	}
	.dashboardDiv .phaseFilterCls {
		height: auto;
		padding: 5px 13px;
	}
	.dashboardDiv .phaseFilterCls h5 {
		width: 150px;
	}
	.dashboardDiv .phaseFilterCls .header_right_dash {
		width: calc(100% - 150px);
		min-height: 40px;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	.dashboardDiv .phaseFilterCls .tover_hd {
	    float: right;
	}
	.dashboardDiv .phaseFilterCls .tover_bmt {
	    float: right;
	    width: 90%;
	    clear: right;
	    margin-top: 0;
	}
	.dashboardDiv .phaseFilterCls .back_s_link {
	    margin-right: 5px;
	    padding: 0 5px;
	    width: auto;
	    font-size: 12px;
	    height: auto;
	    float: left;
	}
	.dashboardDiv .phaseFilterCls .view_comn_cl {
		float: left;
		line-height: 25px;
	}
	.dashboardDiv .phaseFilterCls .select2 {
		width: 100% !important;
	}
	.dashboardDiv .phaseFilterCls .select2:last-child {
		margin-right: 0;
	}
	.dashboardDiv .phaseFilterCls .select2 span {
		width: 100% !important;
	}
	.dashboardDiv .phaseFilterCls .select2-container--default .select2-selection--single {
		height: 28px;
		border: 0;
	}
	.dashboardDiv .phaseFilterCls .select2-container--default .select2-selection--single .select2-selection__rendered {
		line-height: 26px;
	}
	.dashboardDiv .phaseFilterCls .select2-container--default .select2-selection--single .select2-selection__arrow {
		height: 26px;
	}
	.Equipment .mCSB_inside>.mCSB_container {
		margin-right: 0;
	}
	/*.dashboardDiv .nw_bxx .content_mscrol {
		height: 420px;
	}*/
	.dashboardDiv .dashbox_body_cl {
		overflow: hidden;
	}
	.nw_show_billed {
	    position: relative;
	    top: -39px;
	    right: 10px;
	}
	.cs_label_cl {
	    width: 100px;
	    float: left;
	    margin: 0 10px 0 0;
	    line-height: 38px;
	}
	.cs_w {
		width: calc(100% -  110px);
	}
	.or_lbl {
	    padding: 0;
	    text-align: center;
	    flex: auto;
	    max-width: 30px;
	}
	.or_lbl .cs_label_cl {
	    width: 100%;
	    margin: 0;
	    text-align: center;
	}


	.propertiesDic .right_filter_site ul li {
		float: left;
	}
	.propertiesDic .right_filter_site ul li label {
		line-height: 36px;
	}
	.maintain_work_m .content_propertys_mainl .col-sm-8 .btn {
	    padding: 0 10px !important;
	    margin: 0;
	}

	.work_od_dt_right_hd {
	    width: auto;
	    float: right;
	}
	.work_od_dt_right_hd ul {
	    margin: 0;
	    padding: 0;
	    list-style: none;
	}
	.work_od_dt_right_hd ul li {
	    float: left;
	    margin: 0 0 0 15px;
	    height: 50px;
	    display: flex;
	    align-items: center;
	}

	.dt_nww_main {
	    float: none;
	    width: 100%;
	    max-width: 1700px;
	    margin: 0 auto;
	    display: table;
	}
	.dt_nww_main .custom_accordian_cl {
		max-width: 100%;
	}
	.addNotePOP .modal-dialog {
	    max-width: 700px;
	}
	.addNotePOP iframe {
	    /* height: 300px !important; */
	    height: 150px !important;
	}

	.checkkist_nt_nwww .panel-default {
	    padding: 15px;
	}
	.note_list_inner {
	    float: left;
	    width: 100%;
	    margin-top: 10px;
	    height: 417px;
	    overflow: hidden;
	}
	.note_list_row {
	    float: left;
	    width: 100%;
	    position: relative;
	    margin-bottom: 10px;
	    padding-left: 20px;
	}
	.note_list_row:last-child {
		margin-bottom: 0;
	}
	.note_list_row:before {
		position: absolute;
		content: "";
		left: 0;
		top: 0;
		width: 10px;
		height: 100%;
		background: #057aff;
	}
	.note_list_head {
	    float: left;
	    width: 100%;
	}
	.note_head_left {
	    width: calc(100% - 70px);
	    float: left;
	}
	.note_list_ttl {
	    font-size: 20px;
	    display: inline-block;
	    margin-right: 8px;
	    float: left;
	    line-height: 24px;
	}
	.note_list_ttl_custom {
		font-size: 15px;
		margin-right: 8px;
		float: left;
		line-height: 24px;
		font-weight: 600;
		color: #057AFF;
	}
	.note_head_left span {
	    display: inline-block;
	    font-size: 15px;
	    float: left;
	    line-height: 24px;
	}
	.note_head_right {
	    width: 70px;
	    float: right;
	}
	.note_list_desc {
		font-size: 14px;
	    float: left;
	    width: calc(100% - 70px);
	}
	.note_list_desc ul {
	    list-style: none;
	    margin: 0;
	    padding: 0;
	}
	.note_list_desc p {
		font-size: 14px;
		line-height: 22px;
		color: #000;
		margin: 0;
	}
	.note_list_desc ul li {
		font-size: 14px;
		line-height: 22px;
		color: #000;
		position: relative;
		padding-left: 12px;
	}
	.note_list_desc ul li:after {
		position: absolute;
		content: "";
		left: 0;
		top: 8px;
		width: 6px;
		height: 6px;
		border-radius: 100%;
		background: #000;
	}
	.note_list_desc ul li:last-child {
		margin-bottom: 0;
	}
	.note_head_right a {
	    float: right;
	    margin: 0 0 0 5px;
	    line-height: 24px;
	    position: relative;
	    top: -1px;
	}

	.nw_addttDIV {
		float: left;
		width: 100%;
		padding: 0 22px 22px 22px;
	}
	.nw_addttDIV .comn_all_work_box_body {
		padding: 0;
		height: 342px;
	}
	.nw_addttDIV .comn_all_work_box_body li {
	    position: relative;
	}
	.nw_addttDIV .comn_all_work_box_body li:last-child {
		margin-bottom: 0;
	}
	/*.nw_addttDIV .comn_all_work_box_body li:last-child .dropdown_cover .dropdown-menu {
	    top: auto !important;
	    bottom: 22px;
	}
	.nw_addttDIV .comn_all_work_box_body li:nth-last-child(2) .dropdown_cover .dropdown-menu {
	  	top: auto !important;
	    bottom: 22px;
	}
	.nw_addttDIV .comn_all_work_box_body li:nth-last-child(3) .dropdown_cover .dropdown-menu {
	  	top: auto !important;
	    bottom: 22px;
	}*/

	.wrk_desc_right .dropdown_cover img {
	   padding: 0;
	}
	.wk_des {
	    float: left;
	    width: 100%;
	    margin-bottom: 15px;
	}
	.wk_des h6 {
	    color: #454F5C;
	    font-size: 18px;
	    line-height: 23px;
	    font-weight: 600;
	}
	.wk_des .w35, .wrk_desc_left {
		width: 35%;
		float: left;
	}
	.wk_des .w65, .wrk_desc_right {
		padding-left: 10px;
		float: left;
		width: 65%;
	}
	.wrk_dedc_inner {
	    padding-right: 30px;
	    float: left;
	    width: 100%;
	}
	.wrk_dedc_inner span {
	    float: left;
	    width: 100%;
	    text-align: left;
	    margin: 0;
	}
	.wrk_desc_right .dropdown_cover {
	    position: absolute;
	    right: 15px;
	    top: 0;
	}
	.nw_addttDIV .mCSB_inside > .mCSB_container {
		margin-right: 0;
	}
	.nw_addttDIV .mCSB_inside .mCS_no_scrollbar_y {
		overflow: visible;
	}
	.nw_addttDIV .mCSB_scrollTools {
		width: auto;
	}
	.nw_addttDIV .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
		float: right;
	}
	.nw_addttDIV .mCSB_scrollTools .mCSB_draggerRail {
		float: right;
		margin-right: 1px;
	}

	.nw_dasd_drop .fix_W_slct {
		min-width: 100%;
		margin-top: 0;
	}
	.nw_dasd_drop .fix_W_slct .notificationRemoveCls {
		float: right;
		margin-right: 0;
	}
	.dashboardDiv .nw_dasd_drop .phaseFilterCls .tover_bmt {
		width: 100%;
	}
	.dashboardDiv .nw_dasd_drop .nw_dash_tp_head .header_right_dash .view_comn_cl {
		float: right;
		line-height: 40px;
	}
	.dashboardDiv .nw_dasd_drop .phaseFilterCls .select2-container--default .select2-selection--single .select2-selection__rendered, .dash_body .select2-results__option {
		font-size: 15px;
	}
	/*.dashboardDiv .nw_dasd_drop .phaseFilterCls.noti_box .select2 {
	    width: calc(100% - 65px) !important;
	}*/
	.dash_tab .nav-tabs .nav-item {
		margin-bottom: 0;
	}
	.dash_tab .inner_cool_site_tabs .nav-tabs {
		border-radius: 0;
		border-color: #BEBEBE;
	}
	.dash_tab .inner_cool_site_tabs .nav-tabs .nav-link {
	    line-height: 20px;
	    font-size: 16px;
	    border-right: 0;
	    background: transparent;
	    color: rgba(0, 0, 0, 0.6);
	    padding: 12px 10px;
	}
	.dash_tab .inner_cool_site_tabs .nav-tabs .nav-item:first-child .nav-link {
		border-top-left-radius: 4px
	}
	.dash_tab .inner_cool_site_tabs .nav-tabs .nav-item:last-child .nav-link {
		border-top-right-radius: 4px
	}
	.dash_tab .inner_cool_site_tabs .nav-tabs .nav-link:hover,
	.dash_tab .inner_cool_site_tabs .nav-tabs .nav-link:focus {
		border-color:transparent;
	}
	.dash_tab .inner_cool_site_tabs .nav-tabs .nav-link.active {
		border-color: transparent;
		color: #057BFF;
	}
	.dash_tab .inner_cool_site_tabs .nav-tabs .nav-link:last-child {
		border-radius: 0;
	}

	.dash_tb_inner {
	    float: left;
	    width: 100%;
	}
	.dash_tb_top {
	    width: 100%;
	    float: left;
	    padding: 10px;
	}
	.dash_tb_top ul {
	    margin: 0;
	    list-style: none;
	    padding: 0;
	    float: right;
	    width: auto;
	}
	.dash_tb_top ul li {
	    float: left;
	    margin: 0 0 0 15px;
	}
	.dash_tb_top ul li:first-child {
		margin-left: 0;
	}
	.dash_tb_top ul li .select2 {
		width: 180px !important;
	}
	.dash_tb_top .view_comn_cl {
	    line-height: 38px;
	}
	.dash_tb_cnt .mCSB_inside > .mCSB_container {
		margin-right: 0;
	}
	.dash_tb_cnt .table tbody {
		border: 0 !important;
	}
	.dash_tb_cnt tbody tr.odd {
	    background-color: #EFF0F1;
	}
	.dash_tb_cnt tbody tr.even {
	    background: #fff;
	}
	.dash_tb_cnt .table td, .dash_tb_cnt .table th {
		padding: 10px;
		font-size: 14px;
		border: 0 !important;
	}
	.dash_tb_cnt .table td {
		border-top:0 !important;
	}
	.dash_box_new_cl .content_mscrol {height: calc(100% - 91px);}
	.dash_main .mCSB_inside > .mCSB_container {margin-right: 15px;}
	.dash_main .notification_tbl:last-child {margin-bottom: 0;}
	.dash_main .content_mscrol_small {height: 183px;}


.floater-btn{
	position: fixed;
    width: 45px;
    height: 45px;
    bottom: 2px;
    right: 5px;
    background-color: #000;
    color: #FFF;
    border-radius: 66px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    font-size: 25px;
	z-index: 1;
}

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

.bug-form-heading{
	margin-left: 143px;
	position: fixed !important;;
}
.bug-form-sub-heading-text{
	font-size:12px;
	text-align: center;
	margin-bottom: -1rem;
	margin-top: 47px;
}

.li-padding-bottom-21{
	padding-bottom: 21px;
}
.li-or-label{
	padding-top: 10px;
	text-align: center;
}

.listTaskCls {
	font-size: 12px;
	font-style: italic;
}