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;
}

/*#calendar {
  width: auto;
  height: 750;
  }*/

/*.fc-scroller {
  height: auto !important;
}
*/
/*.fc-head .fc-widget-header {
  margin-right: 0 !important;
}

.fc-scroller {
  overflow: visible !important;
  }*/

  ::-webkit-input-placeholder {
  	/* Chrome/Opera/Safari */
  	color: #AAAAAA;
  	font-family: 'Source Sans Pro', sans-serif;
  	letter-spacing: 0.49px;
  	font-size: 16px;
  	opacity: 1;
  	font-weight: normal;
  }

  ::-moz-placeholder {
  	/* Firefox 19+ */
  	color: #AAAAAA;
  	font-family: 'Source Sans Pro', sans-serif;
  	letter-spacing: 0.49px;
  	font-size: 16px;
  	opacity: 1;
  	font-weight: normal;
  }

  :-ms-input-placeholder {
  	/* IE 10+ */
  	color: #AAAAAA;
  	font-family: 'Source Sans Pro', sans-serif;
  	letter-spacing: 0.49px;
  	font-size: 16px;
  	opacity: 1;
  	font-weight: normal;
  }

  :-moz-placeholder {
  	/* Firefox 18- */
  	color: #AAAAAA;
  	font-family: 'Source Sans Pro', sans-serif;
  	letter-spacing: 0.49px;
  	font-size: 16px;
  	opacity: 1;
  	font-weight: normal;
  }

  .form-group ::-webkit-input-placeholder {
  	/* Chrome/Opera/Safari */
  	color: #AAAAAA;
  	font-family: 'Source Sans Pro', sans-serif;
  	letter-spacing: 0.49px;
  	font-size: 16px;
  	opacity: 1;
  	font-weight: normal;
  }

  .form-group ::-moz-placeholder {
  	/* Firefox 19+ */
  	color: #AAAAAA;
  	font-family: 'Source Sans Pro', sans-serif;
  	letter-spacing: 1px;
  	font-size: 16px;
  	opacity: 1;
  	font-weight: normal;
  }

  .form-group :-ms-input-placeholder {
  	/* IE 10+ */
  	color: #AAAAAA;
  	font-family: 'Source Sans Pro', sans-serif;
  	letter-spacing: 1px;
  	font-size: 16px;
  	opacity: 1;
  	font-weight: normal;
  }

  .form-group :-moz-placeholder {
  	/* Firefox 18- */
  	color: #AAAAAA;
  	font-family: 'Source Sans Pro', sans-serif;
  	letter-spacing: 1px;
  	font-size: 15px;
  	opacity: 1;
  	font-weight: normal;
  }
  .settingDesignCls label {
  	float: left;
  	width: 100%;
  }
  .login_wrap {
  	float: left;
  	width: 100%;
  	position: relative;
  }
  .settingDesignCls .iconpicker-container .form-control {
  	border-radius: 5px 0 0 5px !important;
  	-moz-border-radius: 5px 0 0 5px !important;
  	-webkit-border-radius: 5px 0 0 5px !important;
  }
  .iconpicker-container .input-group-addon {
  	border-color:#888888 !important;
  }
  .navigation_vn_menu ul li a i {
  	font-size: 25px;
  }
  .navigation_vn_menu ul li a:hover {
  	color: #A6072E;
  }
  .login_inner_wrap {
  	float: left;
  	width: 100%;
  	position: relative;
  }

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

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

  .logo a {
  	color: #000000;
  	font-size: 20px;
  	font-weight: bold;
  	letter-spacing: 6px;
  	line-height: 26px;
  	display: flex;
  	height: 65px;
  	align-items: center;
  }

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

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

  .right_menu_Pr {
  	float: left;
  	width: calc(100% - 250px);
  }

  .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: 2px;
  	margin-right: 10px;
  	width: 22px;
  	height: 22px;
  	float: left;
  	background: none;
  	border: 2px solid #a5012b;
  	display: inline-block;
  }

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

  .top_header_section {
  	float: left;
  	width: 100%;
  	background: transparent;
  	border: 0;
  	padding: 0;
  }

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

  .titlex h4 {
  	float: left;
  	line-height: 35px;
  	margin: 0;
  	font-size: 36px;
  	line-height: 45px;
  }

  .titlex h5 {
  	float: left;
  	margin: 0 20px;
  	line-height: 35px;
  	font-size: 18px;
  }

  .titlex h6 {
  	float: left;
  	margin: 0;
  	line-height: 35px;
  	font-size: 18px;
  	padding: 0 10px;
  	border: 1px dashed #A5032B;
  }

  .project_all_pages_mnc {
  	float: left;
  	width: 100%;
  	margin: 95px 0;
  }

  .custom-control-description {
  	color: #000;
  	font-size: 15px;
  	letter-spacing: 0.46px;
  	line-height: 22px;
  	font-weight: normal;
  	position: relative;
  	float: left;
  }

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

  /* Home Css */

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

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

  .header {
  	float: left;
  	width: 100%;
  	padding: 0px 35px;
  	background-color: #FFF;
  	background: #ffffff;
  	box-shadow: inset 0 -1px 0 0 #888888;
  	height: 65px;
  }

  .header img {
  	max-width: 100%;
  }

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

  .navigation_vn_menu ul {
  	float: left;
  	margin: 0;
  	padding: 0;
  	width: 100%;
  	text-align: right;
  }

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

  .navigation_vn_menu ul li.active a {
  	color: #A6072E;
  }

  .navigation_vn_menu ul li.active a span:last-child {
  	opacity: 1;
  }

  .navigation_vn_menu ul li.active .offline,
  .navigation_vn_menu ul li .online {
  	display: none;
  }

  .navigation_vn_menu ul li.active .online,
  .navigation_vn_menu ul li .offline {
  	display: inline-block;
  }

  .navigation_vn_menu ul li a span {
  	display: inline-flex;
  }

  .navigation_vn_menu ul li a span:last-child {
  	padding-left: 10px;
  }

  .navigation_vn_menu ul li a {
  	display: flex;
  	height: 44px;
  	align-items: center;
  	color: #000000;
  	font-size: 16px;
  	line-height: 19px;
  	font-weight: normal;
  	padding: 8px 0;
  	position: relative;
  	text-transform: capitalize;
  }

  .navigation_vn_menu ul li a span:last-child {
  	opacity: 0.6;
  }

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

  .navigation_vn_menu ul li a:hover:before {
  	position: absolute;
  	width: 100%;
  	content: '';
  	left: 0;
  	bottom: 0;
  	height: 3px;
  	background: #0076FF;
  	top: -25px;
  }

  .navigation_vn_menu ul li.active a:before {
  	position: absolute;
  	width: 100%;
  	content: '';
  	left: 0;
  	bottom: 0;
  	height: 3px;
  	background: #0076FF;
  	top: -25px;
  }

  .main_wrap_content_part {
  	float: left;
  	width: 100%;
  	padding: 25px 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 {
  	border-radius: 2px;
  	-webkit-border-radius: 2px;
  	-moz-border-radius: 2px;
  	background: #0076FF;
  	box-shadow: 1px 0 0 0 rgba(231, 231, 231, 0.5);
  	display: inline-block;
  	border: 2px solid #0076FF;
  }

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

  .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 #989898;
  	border-radius: 1px;
  	-webkit-border-radius: 1px;
  	-moz-border-radius: 1px;
  	padding: 8px 20px 8px 30px;
  	background: #f8f8f8 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 {
  	height: 35px;
  	background-color: #ffffff;
  	border: 1.06px solid #888888;
  	border-radius: 5px;
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	outline: 0 none;
  }

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

  .select2-container--default .select2-selection--single .select2-selection__placeholder {
  	color: #AAAAAA !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: 33px;
  	width: 39px;
  }

  .data_main_tbls thead th {
  	background: transparent;
  	border: none;
  	color: #BABABA;
  	font-size: 14px;
  	text-transform: uppercase;
  	letter-spacing: 0.43px;
  	font-weight: 700;
  }

  .data_main_tbls tbody {
  	border: 1px solid #888888;
  	box-shadow: 0 10px 22px 0 rgba(0,0,0,0.1);
  }
  .data_main_tbls td {
  	border: none;
  	color: #000000;
  	font-size: 20px;
  	letter-spacing: 0.49px;
  	line-height: 20px;
  	padding: 17px 15px;
  	border-bottom: 1px solid #888888;
  	background: #ffffff;
  	vertical-align: middle;
  	text-align: left;
  }
  .data_main_tbls tr:hover td{
  	background-color: #edf4fb;
  	cursor:pointer;
  }
  .data_main_tbls tr.tr_back_nw:hover td{
  	background-color: #d6e7fa;
  }
  .issuesTblCls td {
  	padding: 0 !important;
  }
  .issuesTblCls td a {
  	padding:17px 15px;
  	display: block;
  	line-height: 35px;
  }
  .data_main_tbls .bg_row td {
  	background: #A5032B;
  	color: #fff;
  }
  .data_main_tbls .bg_row td.link_sdfgj a {
  	color: #fff;   
  }

  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: #ffffff;
  }

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

  .paginate_button .page-link {
  	padding: 3px 10px;
  	border-radius: 2px;
  }

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

  .dataTables_info {
  	opacity: 0.56;
  	color: #000000;
  	font-size: 15px;
  	letter-spacing: 0.49px;
  	line-height: 32px;
  	float: left;
  	width: 33.33%;
  	padding: 0 !important;
  }

  .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%;
  }

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

  .view_lnzk a {
  	display: inline-block;
  	font-size: 15px;
  	letter-spacing: 0.49px;
  	line-height: 32px;
  	color: #007BFF;
  	text-decoration: none;
  }

  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;
  	z-index: 9 !important;
  }

  .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;
  	font-size: 16px;
  	line-height: 16px;
  	font-weight: normal;
  	position: relative;
  	padding: 10px 20px;
  }

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

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

  .tab_Euro_main .nav-tabs .nav-link:hover {
  	background: #f7f8f9;
  	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: 28px 0;
  }

  .dISd {
  	display: inline-block;
  }

  .rsk .switch {
  	position: relative;
  	display: inline-block;
  	width: 45px;
  	height: 26px;
  	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: 5px;
  	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(21px);
  	-ms-transform: translateX(21px);
  	transform: translateX(21px);
  }

  /* 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;
  }

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

  .box_euro_content_dk .top_title_page_main h2 {
  	font-size: 20px;
  }

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

  .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: none;
  	border-radius: 0;
  	height: 36px;
  	flex-wrap: initial;
  }

  .colorpicker-element .form-control {
  	border-radius: 5px 0 0 5px !important;
  }

  .colorpicker-element .form-control:focus {
  	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: 35px;
  	vertical-align: baseline;
  	border-radius: 0 5px 5px 0px;
  }

  .cvs {
  	padding-bottom: 30px !important;
  	margin-bottom: 40px;
  	/*min-height: 592px;*/
  }

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

  .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: 19.2%;
  	margin: 0;
  	padding: 0;
  	margin: 0 1% 1% 0;
  }

  .gallery_pic_mnc ul li:nth-child(5) {
  	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;
  }

  .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;
  }

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

  .for_FRMKL {
  	float: left;
  	width: 100%;
  	margin-bottom: 30px;
  }

  .for_FRMKL .form-control {
  	float: left;
  	width: 100%;
  	height: 36px;
  	border: 1px solid #989898;
  	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;
  }

  .Employees_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: 150px !important;
  	border: 1px solid #989898;
  	border-radius: 1px;
  	-webkit-border-radius: 1px;
  	-moz-border-radius: 1px;
  	resize: none;
  }


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


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

  .employee-mnc_edadd .modal-dialog {
  	max-width: 90%;
  	width: 90%;
  }

  .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: 16px;
  }

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

  .ssz {
  	display: none;
  }


  /* 16-11-2018 */

  button,
  input {
  	outline: 0 none;
  }

  .w180 {
  	width: 180px;
  	float: left;
  }

  .mrgRT15 {
  	margin-right: 15px;
  }

  .new_check {
  	padding: 6px 0;
  	margin: 0;
  }

  .list_cal {
  	width: auto;
  	float: left;
  	border: 1px solid #989898;
  	border-radius: 2px;
  }

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

  .list_cal ul li {
  	float: left
  }

  .list_cal ul li a {
  	padding: 0 15px;
  	display: block;
  	line-height: 34px;
  	font-size: 21px;
  	background: #EAEAEA;
  	color: #d1d1d1;
  }

  .list_cal ul li a.active {
  	background: #f8f8f8;
  	color: #699C42;
  }

  .list_cal ul li:first-child a {
  	border-right: 1px solid #989898;
  }

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

  table.dataTable thead>tr>th.sorting_asc,
  table.dataTable thead>tr>th.sorting_desc,
  table.dataTable thead>tr>th.sorting,
  table.dataTable thead>tr>td.sorting_asc,
  table.dataTable thead>tr>td.sorting_desc,
  table.dataTable thead>tr>td.sorting {
  	padding-right: .75rem;
  }

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

  .NW_tbl_D .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;
  }

  .NW_tbl_D .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;
  }

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

  .NW_tbl_D .sorting_desc .sort-icon::after {
  	opacity: 0.5;
  }

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

  .cm_tbl tr td:first-child::before {
  	position: absolute;
  	content: "";
  	left: 0;
  	top: 0;
  	height: 100%;
  	background: transparent;
  	border: 2px solid transparent;
  	width: 10px;
  }

  .cm_tbl .GreenTD td:first-child::before {
  	background: #699C42;
  	border-color: #fff;
  }

  .cm_tbl .OrangeTD td:first-child::before {
  	background: #D9834B;
  	border-color: #fff;
  }

  .cm_tbl .RedTD td:first-child::before {
  	background: #DD4759;
  	border-color: #fff;
  }

  .link_icon,
  .link_icon:hover {
  	color: #a5012b;
  	margin: 0 10px;
  	display: inline-block;
  	font-size: 16px;
  	line-height: 30px;
  }

  .link_icon:first-child {
  	margin-left: 0;
  }

  .link_icon:last-child {
  	margin-right: 0;
  }

  .tbl_btn {
  	height: 28px;
  	line-height: 28px;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	padding: 0 15px;
  	font-size: 15px;
  	letter-spacing: 0.49px;
  	color: #fff;
  	border-radius: 2px;
  	display: inline-block;
  }

  .tbl_btn img {
  	display: inline-block;
  	display: inline-block;
  	margin-top: -2px;
  	margin-left: 2px;
  }

  .tbl_btn:hover {
  	color: #fff
  }

  .LTredbg {
  	background: #F6CCD1;
  }

  .REDBG {
  	background: #DD4759;
  }

  .redTXT,
  .redTXT:hover {
  	color: #D0021B;
  }

  .GREENBG {
  	background: #699C42;
  }

  .lightGreenBG {
  	background: rgba(105, 156, 66, 0.3);
  }

  .greenTXT,
  .greenTXT:hover {
  	color: #699C42;
  }

  .ORANGEBG {
  	background: #D9834B;
  }

  .dis_none {
  	display: none;
  }

  .md_pop .modal-dialog {
  	width: 670px;
  	max-width: 100%;
  }

  .modal {
  	text-align: center;
  	padding: 0!important;
  }

  .modal::before {
  	content: '';
  	display: inline-block;
  	height: 100%;
  	vertical-align: middle;
  }

  .modal-dialog {
  	display: inline-block;
  	text-align: left;
  	vertical-align: middle;
  }

  .modal-title {
  	font-size: 26px;
  	line-height: 32px;
  	letter-spacing: 0.86px;
  	color: #000;
  }

  .modal-content {
  	border: 0;
  	box-shadow: inset 0 -10px 0 0 #699C42;
  	padding-bottom: 50px;
  }

  .close {
  	opacity: 1;
  }

  .form-group {
  	float: left;
  	width: 100%;
  	margin: 0 0 20px 0;
  }

  .form-control {
  	border-color: #888888;
  	background-color: #ffffff;
  	color: #000;
  	height: 35px;
  	border-radius: 5px !important;
  	-moz-border-radius: 5px !important;
  	-webkit-border-radius: 5px !important;
  	font-size: 15px;
  }

  textarea {
  	resize: none;
  }

  .big_Area {
  	height: 180px;
  }

  .small_Area {
  	height: 90px;
  }

  .mrg00 {
  	margin: 0;
  }

  .padtop00 {
  	padding-top: 0
  }

  .padLR00 {
  	padding-left: 0;
  	padding-right: 0;
  }

  .border00 {
  	border: 0;
  }

  .bg_trans {
  	background: transparent !important;
  }

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

  .del_ttl {
  	color: #919191;
  	font-size: 13px;
  	font-weight: bold;
  	letter-spacing: 0.43px;
  	line-height: 17px;
  }

  .del_or_Detail p {
  	color: #000000;
  	font-size: 15px;
  	letter-spacing: 0.49px;
  	line-height: 18px;
  	margin: 0;
  }

  .add_pro {
  	font-size: 15px;
  	letter-spacing: 0.49px;
  	line-height: 15px;
  	color: #699C42;
  }

  .add_pro:hover {
  	color: #699C42;
  }

  .add_pro img {
  	float: left;
  	margin: 2px 8px 2px 0;
  	width: 10px;
  	line-height: 15px;
  }

  .simple_tbl {
  	width: 100%;
  	border: 1px solid #989898;
  	border-radius: 1px;
  }

  .simple_tbl th {
  	background-color: #E6E6E6;
  	color: #919191;
  	font-size: 13px;
  	font-weight: bold;
  	letter-spacing: 0.43px;
  	line-height: 17px;
  	text-align: left;
  	padding: 10px;
  }

  .simple_tbl td {
  	color: #000000;
  	font-size: 15px;
  	letter-spacing: 0.49px;
  	line-height: 17px;
  	padding: 10px;
  	border-bottom: 1px solid #989898;
  }

  .input_number {
  	width: 43px;
  	height: 36px;
  	border: 1px solid #989898;
  	border-radius: 1px;
  	background-color: #F8F8F8;
  	text-align: center;
  	padding: 0 0 0 5px;
  }

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

  .cal_main .fc-button-group>.fc-state-default {
  	background: #F8F8F8;
  	border-radius: 50%;
  	border: 0;
  	box-shadow: none;
  	margin: 0 5px;
  	padding: 0;
  	width: 40px;
  	height: 40px;
  }

  .cal_main .fc-button-group>.fc-state-default>.fc-icon {
  	width: 40px;
  	height: 40px;
  	margin: 0;
  }

  .cal_main .fc-button-group>.fc-state-default>.fc-icon-left-single-arrow::after {
  	content: "";
  	font-weight: 700;
  	font-size: 40px;
  	top: 0;
  	background: transparent url('../images/icon-arrowgray@2x.png') no-repeat center center / 10px 16px;
  	position: absolute;
  	width: 40px;
  	height: 40px;
  	left: 0;
  	right: 0;
  }

  .cal_main .fc-button-group>.fc-state-default>.fc-icon-right-single-arrow::after {
  	content: "";
  	font-weight: 700;
  	font-size: 40px;
  	top: 0;
  	background: transparent url('../images/icon-arrow@2x.png') no-repeat center center / 10px 16px;
  	position: absolute;
  	width: 40px;
  	height: 40px;
  	left: 0;
  	right: 0;
  }

  .cal_main .fc-button-group>.fc-state-default:focus {
  	outline: 0 none;
  }

  .cal_main .fc-left .fc-today-button {
  	border-radius: 3px;
  	height: 39px;
  	width: 66px;
  	background: #EBEBEB;
  	color: rgba(0, 0, 0, 0.5);
  	font-size: 15px;
  	text-align: center;
  	border: 0;
  	text-transform: capitalize;
  	box-shadow: none;
  	margin-left: 30px;
  }

  .cal_main .fc-left .fc-today-button:focus {
  	outline: 0 none;
  }

  .cal_main .fc-widget-header th {
  	color: rgba(0, 0, 0, 0.5);
  	font-size: 21px;
  	line-height: 15px;
  	padding: 12px;
  	text-align: left;
  }

  .cal_main .fc-unthemed .fc-content,
  .cal_main .fc-unthemed .fc-divider,
  .cal_main .fc-unthemed .fc-list-heading td,
  .cal_main .fc-unthemed .fc-list-view,
  .cal_main .fc-unthemed .fc-popover,
  .cal_main .fc-unthemed .fc-row,
  .cal_main .fc-unthemed tbody,
  .cal_main .fc-unthemed td,
  .cal_main .fc-unthemed th,
  .cal_main .fc-unthemed thead {
  	border-color: #d2d2d2;
  }

  .fc-unthemed td.fc-today,
  .fc-unthemed th.fc-today {
  	background: #f5f5f5;
  }

  .fc-unthemed th.fc-today {
  	color: #699C42
  }

  .fc-toolbar h2 {
  	font-size: 24px;
  	line-height: 40px;
  }

  .cal_main .fc-content .fc-title {
  	display: none;
  }

  .cal_main tr:first-child>td .fc-event {
  	margin-top: 10px !important;
  }

  .cal_main tr td .fc-event {
  	border: 0;
  	margin: 10px 10px 0 10px !important;
  	padding: 0;
  }

  .event_des {
  	float: left;
  	width: 100%;
  	padding: 8px;
  	box-sizing: border-box;
  }

  .event_des p {
  	margin: 0;
  	font-size: 15px;
  	line-height: 19px;
  	font-family: 'Roboto Condensed', sans-serif;
  	white-space: normal;
  }

  .carrier_delivery {
  	float: left;
  	width: 100%;
  	margin-top: 5px;
  }

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

  .carrier_delivery li {
  	float: left;
  	width: 100%;
  }

  .carrier_delivery li span {
  	font-size: 15px;
  	line-height: 19px;
  	display: inline-block;
  	font-family: 'Roboto Condensed', sans-serif;
  	white-space: normal;
  }

  .carrier_delivery li span:first-child {
  	opacity: 0.5;
  	margin-right: 5px;
  }

  .bottom_link {
  	float: left;
  	width: 100%;
  	padding: 0;
  	border-top: 1px solid #fff;
  }

  .bottom_link a {
  	float: left;
  	padding: 5px;
  	font-weight: bold;
  	letter-spacing: 0.55px;
  	line-height: 19px;
  	text-align: center;
  	font-size: 12px;
  	width: 33.33%;
  	border-right: 1px solid #fff;
  	box-sizing: border-box;
  	color: #fff;
  	text-transform: uppercase;
  	font-family: 'Roboto Condensed', sans-serif;
  	word-break: break-all;
  }

  .bottom_link a:hover {
  	color: #fff;
  }

  .bottom_link a:last-child {
  	border-right: 0;
  }

  .differentiate_val {
  	float: right;
  	width: auto;
  	position: absolute;
  	right: 0;
  	top: 15px;
  }

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

  .differentiate_val li {
  	float: left;
  	font-size: 15px;
  	color: rgba(0, 0, 0, 0.5);
  	line-height: 15px;
  	margin-right: 28px;
  }

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

  .differentiate_val li span {
  	height: 15px;
  	width: 15px;
  	border-radius: 2px;
  	float: left;
  	margin-right: 8px;
  }

  .nopad_col {
  	padding: 0;
  }

  .w150 {
  	width: 150px;
  }

  .w250 {
  	width: 250px;
  }

  .w240 {
  	width: 240px;
  }

  .w315 {
  	width: 315px;
  }

  .h55 {
  	height: 55px;
  }

  .h80 {
  	height: 80px;
  }

  .line27 {
  	line-height: 27px !important;
  }

  .line40 {
  	line-height: 40px !important;
  }

  .linHT55 {
  	line-height: 55px !important;
  }

  .linHT65 {
  	line-height: 65px;
  }

  .mrg7 {
  	margin: 7px 10px 7px 0
  }

  .mrgbtm10 {
  	margin-bottom: 10px;
  }

  .mrgbtm20 {
  	margin-bottom: 20px;
  }

  .mrgbtm35 {
  	margin-bottom: 35px;
  }

  .mrglt10 {
  	margin-left: 15px;
  }

  .mrglt35 {
  	margin-left: 35px;
  }

  .pad00 {
  	padding: 0;
  }

  .pad35 {
  	padding: 35px;
  }

  .padleft00 {
  	padding-left: 0;
  }

  .white_bg {
  	background: #fff;
  }

  .gray_bg {
  	background: #F2F2F2;
  }

  .w70P {
  	width: 80%;
  }

  .md_txt {
  	font-size: 18px !important;
  	text-align: center;
  	font-weight: normal !important;
  	text-transform: inherit !important;
  }

  .process_main {
  	float: left;
  	width: 100%;
  	padding: 0 15px;
  }

  .process_left,
  .process_right {
  	float: left;
  	width: 100%;
  	position: relative;
  	height: 100%;
  }

  .smp_txt {
  	font-size: 13px;
  	line-height: 16px;
  	text-align: right;
  	color: #000000;
  	letter-spacing: 0.43px;
  	margin: 0;
  }

  .multiple_emails-container {
  	overflow: hidden;
  	border-radius: 1px;
  	box-shadow: none;
  	padding: 10px;
  	margin: 0;
  	cursor: text;
  	width: 100%;
  	float: left;
  	background: #F8F8F8;
  	min-height: 85px;
  	border: 1px solid #989898;
  }

  .multiple_emails-container input {
  	clear: both;
  	width: 100%;
  	border: 0;
  	outline: none;
  	margin-bottom: 3px;
  	padding-left: 5px;
  	box-sizing: border-box;
  }

  .multiple_emails-container input {
  	border: 0 !important;
  }

  .multiple_emails-input {
  	height: 28px;
  	line-height: 28px;
  	padding: 0 10px;
  	color: rgba(28, 29, 31, 1);
  	font-size: 15px;
  	width: 100%;
  	box-sizing: border-box;
  	border: 0;
  	background: #F8F8F8;
  	margin: 0;
  }

  .multiple_emails-container input.multiple_emails-error {
  	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px red !important;
  	outline: thin auto red !important;
  }

  .multiple_emails-container ul {
  	list-style-type: none;
  	padding-left: 0;
  	margin: 0;
  }

  .multiple_emails-email {
  	margin: 0 8px 8px 0;
  	padding: 0 35px 0 10px;
  	border: 1px #699C42 solid;
  	border-radius: 20px;
  	background: #699C42;
  	width: auto;
  	float: left;
  	position: relative;
  	line-height: 32px;
  	font-size: 15px;
  	letter-spacing: 0.49px;
  	color: #fff;
  	height: 32px;
  }

  .multiple_emails-close {
  	float: right;
  	margin-left: 5px;
  	position: absolute;
  	right: 7px;
  	width: 20px;
  	height: 20px;
  	border-radius: 50%;
  	background: rgba(255, 255, 255, 0.55);
  	color: #699c42;
  	line-height: 22px;
  	text-align: center;
  	top: 5px;
  }

  .multiple_emails-close:hover {
  	color: #699c42;
  }

  span.email_name {
  	word-break: break-all;
  }

  .mce-tinymce {
  	border: 1px solid #989898 !important;
  	box-shadow: none !important;
  }

  .mce-menubar {
  	border-bottom: 1px solid #989898 !important;
  }

  .mce-tinymce iframe {
  	background: #F8F8F8 !important;
  }

  .mce-top-part::before {
  	box-shadow: none !important;
  }

  .pre_title {
  	color: #919191;
  	line-height: 19px;
  	font-size: 16px;
  	letter-spacing: 1.23px;
  }

  .pre_email_inner {
  	max-width: 600px;
  	width: 100%;
  	display: table;
  	margin: 0 auto;
  	background: #fff;
  }

  .pre_email_header {
  	background: #699C42;
  	float: left;
  	width: 100%;
  	height: 50px;
  	overflow: hidden;
  	display: flex;
  	align-items: center;
  	padding: 0 20px;
  }

  .pre_email_header .logo img {
  	max-height: 55px;
  }

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

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

  .email_desc p {
  	font-size: 16px;
  	line-height: 28px;
  	color: #212121;
  	margin: 0 0 40px 0;
  	font-family: 'Roboto', sans-serif;
  }

  .email_desc p:last-child {
  	margin-bottom: 0;
  }

  .email_desc p a {
  	color: #466cfe;
  	font-family: 'Roboto', sans-serif;
  }

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

  .del_ttl {
  	color: #212121;
  	font-size: 16px;
  	line-height: 38px;
  	font-family: 'Roboto', sans-serif;
  }

  .del_date {
  	color: #212121;
  	font-size: 24px;
  	line-height: 28px;
  	font-weight: bold;
  	font-family: 'Roboto', sans-serif;
  }

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

  .email_order_dt p {
  	color: #212121;
  	font-size: 16px;
  	line-height: 28px;
  	margin: 0;
  	font-family: 'Roboto', sans-serif;
  }

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

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

  .order_pro h4 {
  	font-size: 16px;
  	line-height: 28px;
  	color: #212121;
  	font-family: 'Roboto', sans-serif;
  }

  .order_pro li {
  	font-size: 16px;
  	line-height: 28px;
  	color: #212121;
  	font-weight: bold;
  	position: relative;
  	padding-left: 12px;
  	font-family: 'Roboto', sans-serif;
  }

  .order_pro li::before {
  	position: absolute;
  	content: "";
  	width: 5px;
  	height: 5px;
  	border-radius: 50%;
  	background: #212121;
  	left: 0;
  	top: 12px;
  }

  .order_bottom {
  	float: left;
  	width: 100%;
  	padding: 20px 35px 35px;
  	box-sizing: border-box;
  	margin: 0;
  }

  .order_bottom p {
  	color: #B8B8B8;
  	font-size: 12px;
  	line-height: 20px;
  	font-family: 'Roboto', sans-serif;
  }

  .order_bottom p a {
  	color: #466cfe;
  	font-family: 'Roboto', sans-serif;
  }

  .order_bottom .btn {
  	letter-spacing: 0;
  	border-radius: 0;
  	width: 47.5%;
  	float: left;
  	margin: 0 4% 0 0;
  }

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

  .add_edit_head {
  	float: left;
  	width: 100%;
  	background-color: #F8F8F8;
  	padding: 25px 35px;
  }

  .add_edit_inner_main {
  	float: left;
  	width: 100%;
  	padding: 35px;
  	box-sizing: border-box;
  }

  .add_edit_form_inner {
  	width: 80%;
  	display: table;
  	margin: 0 auto;
  }

  .dis_inline {
  	display: inline-block;
  }

  .data_main_tbls .bootstrap-datetimepicker-widget table td.day {
  	padding: 8px !important;
  }

  .data_main_tbls .bootstrap-datetimepicker-widget table th {
  	background: transparent;
  	padding: 8px !important;
  }

  .data_main_tbls .bootstrap-datetimepicker-widget .btn {
  	color: #000;
  }

  .data_main_tbls .bootstrap-datetimepicker-widget .btn-primary {
  	color: #fff
  }

  .data_main_tbls .bootstrap-datetimepicker-widget .separator {
  	display: none;
  }

  .data_main_tbls .bootstrap-datetimepicker-widget a[data-action] {
  	padding: 0;
  }

  .data_main_tbls .bootstrap-datetimepicker-widget table td {
  	height: 24px;
  	line-height: 24px;
  	width: 24px;
  	padding: 5px;
  }

  .data_main_tbls .bootstrap-datetimepicker-widget table td span {
  	height: 35px;
  	line-height: 35px;
  }

  .multiselect-native-select .multiselect {
  	border-color: #989898 !important;
  	text-align: left;
  	text-transform: inherit;
  	color: #000000 !important;
  	letter-spacing: 0.49px;
  	font-size: 15px;
  	font-weight: normal;
  	line-height: 18px;
  	height: 36px;
  }

  .multiselect-native-select .multiselect:focus {
  	outline: 0 none !important;
  	box-shadow: none !important;
  }

  .multiselect-native-select .caret {
  	width: 39px;
  	height: 34px;
  	background: #e9e9e9;
  	float: right;
  	top: -6px;
  	position: relative;
  	right: -12px;
  	border-left: 1px solid #989898;
  }

  .multiselect-native-select .dropdown-toggle::after {
  	display: inline-block;
  	width: 0;
  	height: 0;
  	margin-left: .255em;
  	vertical-align: .255em;
  	content: "";
  	border-top: 5px solid #888;
  	border-right: 5px solid transparent;
  	border-left: 5px solid transparent;
  	float: right;
  	position: absolute;
  	right: 13px;
  	top: 15px;
  }

  .multiselect-container {
  	box-shadow: none;
  	border: 1px solid #989898;
  	border-radius: 1px;
  }

  .push_noti_tbl th:first-child,
  .push_noti_tbl td:first-child {
  	text-align: center;
  }

  .push_noti_tbl td:nth-child(2) {
  	color: #007BFF;
  }

  .multiselect-container>li>a.multiselect-all label {
  	border-bottom: 1px solid #989898;
  }

  #addOrderProduct {
  	background: rgba(0, 0, 0, 0.75);
  }


  /* App page design CSS */

  .mobile_page {
  	float: left;
  	width: 100%;
  	padding: 0 !important;
  }
 
  .app_inner_main {
  	float: left;
  	width: 100%;
  }

  .app_head {
  	background: #303030;
  	float: left;
  	width: 100%;
  	padding: 15px 20px;
  	text-align: center;
  }

  .app_page_title {
  	font-size: 22px;
  	font-weight: bold;
  	letter-spacing: 4px;
  	line-height: 30px;
  	text-align: center;
  	color: #fff;
  	display: inline-block;
  	text-transform: uppercase;
  }

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

  .app_search {
  	float: left;
  	width: 100%;
  	padding: 15px 20px;
  	background-color: #EFEFEF;
  	box-shadow: inset 0 -1px 0 0 #000000;
  }

  .app_se_txt {
  	color: #919191;
  	font-size: 15px;
  	letter-spacing: 0.49px;
  	width: 100%;
  	background: transparent url('../images/icon-search@2x.png') no-repeat left center / 13px 13px;
  	padding-left: 20px;
  	border: 0;
  }

  .app_se_txt::-webkit-input-placeholder {
  	color: #020202;
  	opacity: 0.5;
  }

  .app_se_txt::-moz-placeholder {
  	color: #020202;
  	opacity: 0.5;
  }

  .app_se_txt:-ms-input-placeholder {
  	color: #020202;
  	opacity: 0.5;
  }

  .app_se_txt:-moz-placeholder {
  	color: #020202;
  	opacity: 0.5;
  }

  .app_dp {
  	float: left;
  	width: 100%;
  	background-color: #EFEFEF;
  	box-shadow: inset 0 -1px 0 0 #000000;
  	/* padding: 12px 20px;*/
  }

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

  .mobile_page .select2-container--default .select2-selection--single {
  	height: 58px;
  	background-color: transparent;
  	border: 0;
  }

  .mobile_page .select2-container--default .select2-selection--single .select2-selection__arrow {
  	height: 56px;
  	background: transparent;
  	width: 39px;
  	border-left: 0;
  }

  .mobile_page .select2-container--default .select2-selection--single .select2-selection__arrow b {
  	border-color: #303030 transparent transparent transparent;
  	border-width: 8px 8px 0 8px;
  }

  .mobile_page .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  	border-color: transparent transparent #303030 transparent;
  	border-width: 0 8px 8px 8px;
  }

  .mobile_page .select2-container .select2-selection--single .select2-selection__rendered {
  	padding-left: 0;
  }

  .mobile_page .select2-container--default .select2-selection--single .select2-selection__placeholder {
  	font-size: 15px;
  	letter-spacing: 0.49px;
  	line-height: 18px;
  	color: #020202 !important;
  }

  .mobile_page .select2-container--default .select2-selection--single .select2-selection__rendered {
  	font-size: 15px;
  	letter-spacing: 0.49px;
  	color: #020202 !important;
  	padding-left: 20px;
  	line-height: 56px;
  }

  .mobile_main .select2-search--dropdown,
  .mobile_main .select2-results__option {
  	padding: 10px 20px;
  }

  .mobile_page #cartFrm .select2-container--default .select2-selection--single {
  	border: 1px solid #aaa;
  }

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

  .pro_row_main {
  	padding: 20px;
  	box-shadow: inset 0 -1px 0 0 #000000;
  	float: left;
  	width: 100%;
  }

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

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

  .pro_row label {
  	width: 100%;
  	float: left;
  	margin: 0;
  	font-size: 16px;
  	line-height: 19px;
  }

  .pro_row .pro_label {
  	color: #020202;
  	opacity: 0.5;
  }

  .pro_row .pro_ttl {
  	color: #020202;
  }

  .app_btn {
  	background: #000;
  	color: #FFFFFF;
  	font-size: 16px;
  	font-weight: bold;
  	letter-spacing: 1.82px;
  	line-height: 60px;
  	text-align: center;
  	height: 60px;
  	display: inline-block;
  	padding: 0 20px;
  	border: 0;
  	cursor: pointer;
  }

  .app_btn:hover {
  	color: #fff;
  }

  .app_mrg {
  	margin: 5px 0;
  }

  .added_item {
  	color: #699C42;
  	font-size: 16px;
  	font-weight: bold;
  	display: inline-block;
  	line-height: 60px;
  	margin-left: 20px;
  }

  .cart_row {
  	float: left;
  	width: 100%;
  	padding: 20px;
  	box-shadow: inset 0 -1px 0 0 #000000;
  }

  .cart_pro_title {
  	color: #020202;
  	font-size: 16px;
  	line-height: 13px;
  }

  .remove_cl,
  .remove_cl:hover {
  	color: #FF0027;
  	font-size: 16px;
  	line-height: 26px;
  	display: inline-block;
  }

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

  .qty_inner_box {
  	background-color: #EFEFEF;
  	margin-right: 10px;
  	padding: 10px 20px;
  	float: left;
  }

  .qty_txt {
  	background: transparent;
  	border: 0;
  	text-align: center;
  	width: 100px;
  	display: inline-block;
  	margin: 0 10px;
  	font-size: 26px;
  	color: #020202;
  }

  .qty_inner_box button {
  	background: transparent;
  	border: 0;
  	cursor: pointer;
  	line-height: 36px;
  	padding: 0;
  }

  .qty_inner_box button:focus {
  	outline: 0 none;
  }

  .bag_title {
  	color: #020202;
  	font-size: 16px;
  	line-height: 60px;
  	float: left;
  }

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

  .cart_cm_ttl {
  	color: #020202;
  	font-size: 22px;
  	line-height: 28px;
  	font-weight: bold;
  	margin: 0 0 10px 0;
  }

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

  .app_label {
  	color: #020202;
  	opacity: 0.5;
  	font-size: 16px;
  	line-height: 26px;
  	margin: 0;
  	float: left;
  	width: 100%;
  }

  .app_from_control {
  	background-color: #EFEFEF;
  	border: 0;
  	height: 60px;
  	line-height: 60px;
  	padding: 0 15px;
  	font-size: 16px;
  	width: 100%;
  }

  .Appmrgbtm40 {
  	margin-bottom: 40px;
  }

  .appTXT {
  	height: 185px;
  	line-height: 26px;
  	padding: 15px;
  }

  .sub_btn {
  	font-size: 18px;
  	letter-spacing: 2.05px;
  	text-transform: uppercase;
  }

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

  .order_item_li li {
  	float: left;
  	width: 100%;
  }

  .or_id {
  	color: #020202;
  	font-size: 16px;
  	line-height: 19px;
  }

  .op5 {
  	color: rgba(2, 2, 2, 0.5);
  }

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

  .app_pro_des ul {
  	padding: 0;
  }

  .app_pro_des li {
  	font-size: 16px;
  	line-height: 19px;
  	position: relative;
  	padding: 0 0 0 10px;
  }

  .app_pro_des li:before {
  	position: absolute;
  	content: "";
  	width: 5px;
  	height: 5px;
  	border-radius: 50%;
  	background: #020202;
  	left: 0;
  	top: 8px;
  }

  .back-top {
  	text-align: center;
  	width: 100%;
  	padding: 40px 0;
  	float: left;
  }

  .back-top a {
  	color: #020202;
  	font-size: 18px;
  	letter-spacing: 2.05px;
  	font-weight: bold;
  	line-height: 60px;
  	display: inline-block;
  }

  .thank-you {
  	float: left;
  	width: 100%;
  	text-align: center;
  	margin-top: 20px;
  }

  .thank-you img {
  	display: inline-block;
  }

  .thank-you .cart_cm_ttl {
  	color: #020202;
  	font-size: 26px;
  	line-height: 34px;
  	font-weight: bold;
  	margin: 20px 0;
  }

  .thank-you p {
  	font-size: 16px;
  	line-height: 26px;
  	text-align: center;
  	color: #020202;
  	margin: 0 0 30px 0;
  }

  .f22 {
  	font-size: 22px;
  }

  .mrgbtm25 {
  	margin-bottom: 25px;
  }

  .custom-pagination {
  	float: left;
  	width: 100%;
  	text-align: center;
  	margin: 30px 0 0 0;
  	display: inline-block;
  	margin-bottom: 30px;
  }

  .custom-pagination li {
  	display: inline-block;
  }

  .custom-pagination li a,
  .custom-pagination li a:hover {
  	color: #000;
  }

  .custom-pagination li:first-child,
  .custom-pagination li:last-child {
  	margin: 0;
  }

  .mobile_main .main_wrap_content_part {
  	padding: 0;
  }

  .apppad20 {
  	padding: 20px;
  }

  .appbtm20 {
  	margin-bottom: 20px;
  }

  .app_id_btn {
  	background-color: #020202;
  	height: 80px;
  	line-height: 80px;
  	text-align: center;
  	display: block;
  	font-size: 22px;
  	font-weight: bold;
  	letter-spacing: 2.5px;
  	color: #fff;
  }

  .app_id_btn:hover {
  	color: #fff;
  }

  .cnt_info_box {
  	background-color: #EFEFEF;
  	float: left;
  	width: 100%;
  	padding: 20px;
  	float: left;
  	width: 100%;
  }

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

  .cnt_info_box p,
  .cnt_info_box h4 {
  	color: #020202;
  	font-size: 16px;
  	line-height: 26px;
  }

  .cnt_info_box p {
  	margin: 20px 0;
  }

  .contact_des {
  	color: #020202;
  	font-size: 16px;
  	line-height: 26px;
  	text-align: justify;
  	float: left;
  	width: 100%;
  }

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

  .app_cnt_form .form-group label {
  	margin: 0;
  	color: #020202;
  	opacity: 0.5;
  	font-size: 16px;
  	line-height: 26px;
  	float: left;
  	width: 100%;
  }

  .app_cnt_form .form-group .form-control {
  	border: 0;
  	height: 60px;
  	line-height: 60px;
  	background-color: #EFEFEF;
  }

  .app_cnt_form .form-group .form-control:focus {
  	background-color: #EFEFEF;
  }

  .app_cnt_form .form-group .appH {
  	height: 215px;
  }

  .about_ttl {
  	color: #020202;
  	font-size: 26px;
  	line-height: 34px;
  	font-weight: bold;
  	margin-bottom: 25px;
  }

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

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

  .about_img_gallery_row a {
  	float: left;
  	width: 100%;
  }

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

  .about_img_gallery_row img {
  	width: 100%;
  	height: 215px;
  	object-fit: cover;
  }

  .ab_inner_title {
  	position: absolute;
  	bottom: 0;
  	right: 0;
  	left: 0;
  	font-size: 16px;
  	font-weight: bold;
  	letter-spacing: 0.5px;
  	color: #fff;
  	padding: 10px;
  	background: rgba(0, 0, 0, 0.6);
  	text-align: center;
  }

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

  .pg_ttl {
  	display: block;
  	margin: 0 0 30px;
  	padding: 0 0 15px;
  	border-bottom: 1px solid rgba(0, 0, 0, .1);
  	font-size: 24px;
  	font-weight: bold;
  }

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

  .dash_nw_box {
  	width: 100%;
  	float: left;
  	margin: 0 0 30px;
  	border: 1px solid rgba(0, 0, 0, .1);
  	/* min-height: 780px; */
  }

  .dash_nw_img {
  	width: 100%;
  	float: left;
  	margin: 0;
  }

  .dash_nw_img img {
  	width: 100%;
  	height: 400px;
  	object-fit: cover;
  }

  .dash_nw_cnt {
  	float: left;
  	width: 100%;
  	padding: 15px;
  	box-sizing: border-box;
  }

  .question_main .custom-control-label
  {
  	position:unset;
  }	

  .dash_nw_ttl {
  	color: #689c41;
  	font-size: 30px;
  	margin: 0 0 16px 0;
  	display: inline-block;
  	font-weight: 400;
  	line-height: 40px;
  }

  .dash_nw_ttl:hover {
  	color: #689c41;
  }

  .posted_date {
  	float: left !important;
  	width: 100% !important;
  	font-size: 15px !important;
  	margin: 0 0 15px 0 !important;
  }

  .short_des {
  	font-size: 14px !important;
  	line-height: 22px !important;
  	min-height: 90px;
  }

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

  .tags span,
  .tags a {
  	display: inline-block;
  	font-size: 14px;
  }

  .tags a,
  .tags a:hover {
  	color: #689c41;
  }

  .read_more {
  	display: inline-block;
  	height: 36px;
  	line-height: 36px;
  	font-size: 14px;
  	margin-top: 20px;
  	font-weight: bold;
  	letter-spacing: 1.75px;
  	text-transform: uppercase;
  	background: #6A9C43;
  	color: #fff;
  	padding: 0 20px;
  	clear: both;
  }

  .read_more:hover {
  	color: #fff;
  }

  .apppad30 {
  	padding: 30px;
  }

  .app_nw_box {
  	box-shadow: inset 0 -1px 0 0 #000000;
  	margin: 0;
  	border: 0;
  	float: left;
  	width: 100%;
  	box-sizing: border-box;
  	min-height: inherit;
  }

  .app_nw_box .dash_nw_img img {
  	height: auto;
  }

  .app_nw_cnt {
  	padding: 0;
  }

  .app_nw_cnt .dash_nw_ttl {
  	color: #020202;
  	font-size: 22px !important;
  	line-height: 28px;
  	font-weight: bold;
  }

  .app_short_des {
  	color: #020202;
  	font-size: 16px;
  	line-height: 19px;
  }

  .read_more_txt {
  	color: #699C42;
  	font-weight: bold;
  	font-size: 19px;
  	line-height: 26px;
  	letter-spacing: 3px;
  }

  .news_btn {
  	font-size: 16px;
  	font-weight: bold;
  	letter-spacing: 1.82px;
  }

  .latest-news {
  	float: left;
  	width: 100%;
  }

  .latest-news .field-item img {
  	height: 350px;
  	object-fit: contain;
  	max-width: 100%;
  	margin: 0 auto;
  	display: table;
  }

  .latest-news .field-item h2 {
  	display: none;
  }

  .top_title_page_main .latest-news .field-item p {
  	/*width: 100%; white-space: normal; overflow: hidden; text-overflow: ellipsis;*/
  	font-size: 16px;
  	line-height: 21px;
  	min-height: 42px;
  }

  .latest-news .title {
  	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	width: 100%;
  }

  .date-display-single {
  	font-size: 16px;
  	line-height: 21px;
  	margin: 16px 0;
  	color: #656565;
  	display: inline-block;
  }

  .title {
  	float: left;
  	width: 100%;
  	font-size: 20px;
  	line-height: 27px;
  	margin: 16px 0 0 0;
  }

  .title a {
  	font-size: 20px;
  	line-height: 27px;
  	color: #689c41;
  }

  .app_nw_box .date-display-single,
  .app_nw_box .title {
  	display: none;
  }

  .app_nw_box .app_dash_nw_ttl {
  	color: #020202;
  	font-size: 22px;
  	line-height: 28px;
  	font-weight: bold;
  	display: inline-block;
  }

  .app_nw_box .app-latest-news img {
  	height: auto;
  	object-fit: contain;
  	max-width: 100%;
  	margin: 15px auto;
  	display: table;
  }

  .app_nw_box .app-latest-news .field-item p {
  	font-size: 16px;
  	line-height: 19px;
  }

  .app_nw_box .app-latest-news .field-item h2 {
  	font-size: 16px;
  	line-height: 19px;
  	margin: 0 0 10px 0;
  }

  .beuro_radius {
  	border: 1px solid #ccc;
  	padding: 20px;
  	border-radius: 4px;
  	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
  }

  .beuro_radius .nav-tabs {
  	border: 1px solid #ccc;
  	background: #ffffff;
  }

  .Projects_section_smain {
  	float: left;
  	width: 100%;
  	margin-bottom: 25px;
  }

  .dash_voard_precision_box {
  	float: left;
  	width: 161px;
  	height: 112px;
  	background-color: #FFFFFF;
  	box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.1);
  	border: 1px solid #888888;
  	border-radius: 3px;
  	-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;
  	margin-right: 21px;
  }

  .dash_voard_precision_inner {
  	display: table;
  	width: 100%;
  	vertical-align: middle;
  	text-align: center;
  }

  .dash_voard_precision_inner h3 {
  	color: #000000;
  	font-size: 50px;
  	font-weight: 900;
  	margin: 10px 0 0 0;
  	line-height: 63px;
  }

  .dash_voard_precision_inner span {
  	color: #333333;
  	font-size: 16px;
  	font-weight: normal;
  	margin: 0;
  	line-height: 20px;
  }

  .filter_rc_rightT {
  	float: right;
  	width: 100%;
  }

  .filter_rc_rightT_inner {
  	margin: 37px 0 0 0;
  	float: right;
  	width: 100%;
  }

  .filter_rc_rightT_inner label {
  	float: left;
  	width: 100%;
  	color: #747474;
  	font-size: 14px;
  	line-height: 18px;
  	margin: 0 0 5px 0;
  	padding: 0;
  }

  .srch_coolcrc {
  	float: left;
  	width: 100%;
  	border: 1.06px solid #888888;
  	height: 35px;
  	border-radius: 5px;
  	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	background: #FFFFFF url('../images/search.png') no-repeat right 10px center;
  	padding: 8px 10px;
  }

  .srch_coolcrcdf {
  	float: left;
  	width: 100%;
  	border: 1.06px solid #888888;
  	height: 35px;
  	border-radius: 5px;
  	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	background: #FFFFFF;
  	padding: 8px 10px;
  }

  .daterangepicker .ranges {
  	float: left;
  	width: 100%;
  }

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

  .print_btncool_print {
  	float: left;
  	width: 100%;
  	border: 1px solid #A5032B;
  	border-radius: 35px;
  	-moz-border-radius: 35px;
  	-webkit-border-radius: 35px;
  	height: 35px;
  	line-height: 33px;
  	color: #A5032B;
  	background-color: #FFFFFF;
  	box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.1);
  	text-align: center;
  	transition: 0.3s;
  	text-transform: capitalize;
    cursor: pointer;
  }

  .print_btncool_print:hover {
  	background: #A5032B;
  	color: #ffffff;
  }
  #order_address-error{
  	margin-left: 90px;
  }

  .prckzero table.dataTable {
  	margin: 0 !important;
  }

  .prckzero {
  	padding: 0 !important;
  	border: none !important;
  }

  .prckzero thead {
  	display: none;
  }

  .nested_tbl_cool tr.shown td.details-control {
  	background: #ffffff url(../images/details_close.png) no-repeat center center;
  }

  .nested_tbl_cool td.details-control {
  	background: #ffffff url(../images/details_open.png) no-repeat center center;
  	cursor: pointer;
  }

  .prckzero tbody {
  	border: none !important;
  }

  .prckzero td {
  	border-bottom: 1px solid #D8DFE6 !important;
  	background-color: #F7F9FA !important;
  }

  .nwwdth {
  	min-width: 152px;
  	width: auto !important;
  	float: right !important;
  	margin-left: 15px;
  }

  .search_vendor {
  	min-width: 274px;
  	width: auto !important;
  	float: right !important;
  }

  .dISd {
  	float: right;
  }

  .dISd a {
  	float: right;
  	position: relative;
  	top: 3px;
  	margin: 0 0 0 10px;
  }

  .dISd .switch {
  	float: right;
  }

  .vendor-main .modal-dialog {
  	max-width: 900px;
  }

  .vendor-main .modal-dialog .modal-content {
  	background: #f7f8f9;
  }

  .modal-header {
  	background: #fff;
  }

  .modal-header h4 {
  	color: #000;
  }

  .close {
  	text-shadow: none;
  	color: #000;
  	font-size: 32px;
  }
  .close:focus, .close:hover{
  	color: #000 !important;
  	outline: none;
  }
  .modal-content {
  	box-shadow: none;
  	padding-bottom: 0;
  }

  .left_side_rct_modal {
  	float: left;
  	width: 100%;
  	padding: 15px;
  	box-shadow: 0 0 5px #cccccc;
  }

  .left_side_rct_modal h5 {
  	color: #000000;
  	font-weight: 600;
  	border-bottom: 1px solid #000000;
  	padding: 0 0 15px 0;
  	margin: 0 0 15px 0;
  }

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

  .modal-footer {
  	background: #ffffff;
  	border-top: 1px solid #cccccc !important;
  }

  .dropzone_ {
  	font-weight: 900;
  	cursor: pointer;
  	position: relative;
  	background: #f7f7f7 !important;
  	border: 2px dashed rgb(204, 204, 204);
  	width: 100% !important;
  	height: 150px !important;
  	display: flex;
  	justify-content: center;
  	padding-top: 90px;
  }

  .dropzone_:before {
  	content: "\f093";
  	font-family: "Font Awesome 5 Free";
  	left: calc(50% - 30px);
  	position: absolute;
  	top: 0;
  	font-size: 60px;
  	color: #0076ff;
  }

  .dragLbl {
  	font-weight: normal;
  	padding: 0 5px;
  }

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

  .pac-container {
  	z-index: 10000 !important;
  	/*display: block !important;*/
  }

  .box-layout_chart {
  	float: left;
  	width: 100%;
  	background: #ffffff;
  	box-shadow: 0 3px 4px #ddd;
  	padding: 0;
  	border: 1px solid #ccc;
  	margin-top: 20px;
  }

  .box-layout_chart h3 {
  	float: left;
  	width: 100%;
  	padding: 10px 15px;
  	background: #f2f2f2;
  	font-size: 20px;
  	border-bottom: 1px solid #ddd;
  }

  .box-layout_chart_inner {
  	padding: 20px;
  	float: left;
  	width: 100%;
  }

  .navigation_vn_menu ul li:last-child a span:first-child {
  	opacity: 0.6;
  }

  .navigation_vn_menu ul li:last-child a span:last-child {
  	opacity: 1;
  }

  .gallery_pic_mnc .log-phot-del {
  	background: #A5032B;
  	width: 35px !important;
  	height: 35px !important;
  	color: #ffffff !important;
  	opacity: 1 !important;
  	text-align: center !important;
  }

  .gallery_pic_mnc ul li .log-phot-del:hover {
  	text-shadow: none !important;
  }

  .link_sdfgj {
  	text-align: center;
  }

  .link_sdfgj a {
  	color: #A5032B;
  	font-size: 20px;
  	display: inline-block;
  	margin: 0 10px;
  	width: 30px;
  	height: 30px;
  }

  .modal-content {
  	background: #f7f8f9 !important;
  	}-

  	.nwidth .modal-dialog {
  		max-width: 600px;
  		width: 600px;
  	}

  	.for_set_history_field {
  		float: left;
  		width: 100%;
  		border-bottom: 1px solid #cccccc !important;
  		padding-bottom: 10px;
  		margin-bottom: 10px;
  	}

  	.for_set_history_field label {
  		float: left;
  		margin-right: 15px;
  		font-size: 16px;
  		letter-spacing: 1.5px;
  		margin-bottom: 0 !important;
  		color: #919191;
  		padding: 0;
  	}

  	.for_set_history_field span {
  		float: left;
  		margin-right: 0;
  		font-size: 16px;
  		letter-spacing: 1.5px;
  		margin-bottom: 0 !important;
  		color: #000000;
  		padding: 0;
  	}

  	.for_set_history_field_inner {
  		float: right;
  		width: auto;
  	}
  	/* 04-05-2019  */
/* #DNA_wrapper .dataTables_scrollBody table {
    
    border-top: none !important;
    border-bottom: 1px solid #888888 !important;
}

.dnaTblCls thead {
    border-bottom:1px solid #888888 !important; 
    } */
/* .dnaTblCls tbody {
    
}
.dnaTblCls tr:first-child td {
    border-top:1px solid #888888 !important; 
    } */
    .dnaTblCls thead th {
    	border-bottom:1px solid #888888 !important; 
    }
    .dnaTblCls tr td:last-child {
    	border-right:1px solid #141414 !important; 
    }

    .dnaTblCls tr td:first-child {
    	border-left:1px solid #141414  !important; 
    }

    .dnaTblCls.dataTable {
    	border-collapse:separate !important;
    }
    .dnaTblCls tbody {
    	border:none !important;
    }

    .darkHeader {
    	position: fixed;
    	top: 0;
    	left: 0;
    	width: 100%;
    	background: #ffffff;
    	z-index: 1;
    }
    .darkHeaderFilter .head-fixed {
    	position: fixed;
    	left: 0;
    	top: 65px;
    	padding: 25px 35px;
    	width: 100%;
    	background: #ffffff;
    	z-index: 1;
    	border-bottom: 1px solid #c7c5c5;
    }

    .darkHeaderFilter {
    	top: 132px;
    	position: relative;
    	width: 100%;
    }
    a.undo_changes{
    	color:#ffffff;
    }

    /* 19-03-2019  */
    .input_cover {float: left; width: 100%;}
    .input_cover label {float: left; width: 100%; color: #747474; font-size: 14px; line-height: 18px; margin: 0 0 5px 0; padding: 0;}
    .pos_rel {position: relative; float: left; width: 100%;}
    .barcode_txt {float: left; width: 100%; border: 1.06px solid #888888; height: 35px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #FFFFFF; padding: 8px 10px;}
    .clr_btn {position: absolute; right: 0; top: 0; width: 35px; height: 35px; text-align: center; line-height: 35px; color: #000000;}
    .clr_btn:hover {color: #000;}

    .btn_cover {float: left; width: 100%; margin: 30px 0 0 0;}
    .btn_cover ul {margin: 0; padding: 0;}
    .btn_cover li {float: left; margin: 0 20px 0 0;}
    .btn_cover li:last-child {margin-right: 0;}
    .cm_btn {height: 35px; line-height: 33px; font-size: 15px; padding: 0 20px; display: block; border:1px solid #888888; border-radius: 5px; color: #000; min-width: 120px; text-align: center;     transition: 0.3s;}
    .cm_btn:hover {background: #A5032B; border-color: #A5032B; color: #ffffff;}
    .close:focus, .close:hover {color: #fff; opacity: 1;}

    .w200 {width: 200px;}
    .margTP15 {margin-top: 15px !important;}
    .margTP25 {margin-top: 25px !important;}
    .mrgRT20 {margin-right: 20px !important;}
    .mrgRT50 {margin-right: 50px !important;}

    .progress {height: 7px; float: left; width: 140px; margin: 5px 30px 5px 0;}
    .progress-bar {background: #A6072E;}
    .top_30{margin-top: 30px;margin-left: 20px;}
    .gt_left{float: left;}
    .custom_srch{max-width: 220px;}
    .comon_mrgin_right{margin-right: 26px;}
    .big_ntywdth{min-width: 165px;}
    .foot_bottom_btn{
    	position: fixed;
    	bottom: 0;
    	width: 100%;
    	left: 0;
    	z-index: 11;
    }
    .inner_foot_main{
    	float: left;
    	width: 100%;
    	padding: 33px 35px;
    	background-color: #fff;
    	box-shadow: inset 0 1px 0 0 #888888, 0 2px 14px 0 rgba(0,0,0,0.5);
    }
    .foot_btn_same{
    	float: left;
    	/*width: 19%;*/
      width: 15%;
    	margin-right: 1.25%;
    }
    .foot_btn_same:last-child{
    	margin-right: 0;
    }
    .custom_foot_btn{
    	height: 52px;
    	border-radius: 5px;
    	background-color: #000000;
    	box-shadow: 0 8px 14px 0 rgba(0,0,0,0.3);
    	color: #FFFFFF;
    	font-size: 18px; 
    	letter-spacing: 1.5px; 
    	line-height: 52px; 
    	text-align: center;
    	display: inline-block;
    	width: 100%;
    	transition: all ease 0.5s;
    }
    .custom_foot_btn:hover ,.custom_foot_btn.active{
    	color: #fff;
    	background-color: #009F0F;
    	box-shadow: 0 8px 14px 0 rgba(0,0,0,0.3);
    }
    .foot_bottom_btn{
    	display: none;
    }
    .tr_back_nw{
    	background-color: #d6e7fa;
    }
    .issue_check_right{
    	float: left;
    	width: 100%;
    }
    .issue_check_right .form-check-inline{
    	margin-right: 0;
    }
    .pdf_icon{
    	padding-left: 3px;
    	font-size: 15px;
    }
    #ISSUE td i{
    	color: #000;
    }
    .custom_btn_all .nwwdth{
    	float: left !important;
    	margin-left: 0;
    }
    .custom_btn_all .nwwdth-right{
    	float: right !important;
    }
    .basic_slct_pr{
    	max-width: 200px;
    	width: 100%;
    	margin-top: 15px;
    	float: right;
    }
    .issue_txt_p{
    	float: right;
    	width: 100%;
    	margin: 15px 0;
    }
    .issue_txt_p p{
    	font-size: 18px;
    	color: green;
    	line-height: 22px;
    	max-width: 200px;
    	font-weight: 500;
    	float: right;
    }
    .center-block{
    	float: none;
    	margin: 0 auto;
    }
    .main_box_center_white{
    	background: #fff;
    	padding: 30px;
    	float: left;
    	width: 100%;
    	box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.1);
    	border-radius: 5px;
    }
    #DNA .dataTables_empty{
    	vertical-align: middle;
    	/*width: 100%;
    	height: 620px;*/
    	font-size: 26px;
    	line-height: 33px;
    	opacity: 0.5;
    	color: #333333;
    }
    .shipment_a img{
    	padding-right: 30px;
    }
    .shipment_a{
    	font-size: 16px;
    	line-height: 20px;
    	color: #333333;
    	text-decoration: underline;
    }
    .shipment_a:hover{
    	color: #333;
    	text-decoration: underline;
    }
    .ship_tab li{
    	float: left;
    	width: 50%;
    	background-color: #F2F2F2;
    }
    .ship_tab{
    	border-bottom: none;
    }
    .ship_tab li a{
    	font-size: 25px;
    	line-height: 31px;
    	color: #000;
    	padding: 15px;
    	text-align: center;
    	display: inline-block;
    	margin: 0 auto;
    	width: 100%;
    	text-align: center;
    	opacity: 0.2;
    }
    .ship_tab li a.active{
    	background-color: #fff;
    }
    .ship_tab li a.active {
    	opacity: 1;
    }
    #shipment_model .modal-dialog{
    	max-width: 770px;
    }
    #shipment_model .modal-body{
    	padding: 0;
    	background: #fff;
    }
    #shipment_model .modal-footer{
    	padding: 10px 70px 50px;
    	background: #fff;
    	border-top: none !important;
    }
    #shipment_model .modal-header{
    	border-bottom: 1px solid #000;
    	padding: 15px 24px;
    }
    #shipment_model .modal-header .close{
    	/*margin: 0;*/
    	padding: 0;
    	font-weight: normal;
    	font-size: 36px;
    }
    .foot_top_mdl{
    	padding: 12px 70px;
    }
    .model_sub_title{
    	font-size: 24px;
    	line-height: 30px;
    	color: #A8A8A8;
    	float: left;
    	width: 100%;
    }
    #shipment_model .tab-content{
    	float: left;
    	width: 100%;
    	padding: 17px;
    }
    #shipment_model .tab-content label{
    	font-size: 22px;
    	line-height: 27px;
    	color: #000;
    	margin-bottom: 20px !important;
    }
    #shipment_model .tab-content textarea{
    	padding: 13px 20px;
    	background-color: #F2F2F2;
    	font-size: 18px;
    	line-height: 22px;
    	border-radius: 5px;
    	width: 100%;
    	border: none;
    	height: 110px;
    }
    #shipment_model .modal-header h4{
    	margin-bottom: 5px;
    }
    .foot_top_mdl{
    	float: left;
    	width: 100%;
    }
    .foot_top_mdl p{
    	font-size: 18px;
    	line-height: 29px;
    	color: #000;
    	margin-bottom: 0;
    }
    .new_nwwdth{
    	float: left;
    	height: 58px;
    	width: 300px;
    	border: 2px solid #000000;
    	border-radius: 5px;
    	background-color: #FFFFFF;
    	box-shadow: 0 8px 14px 0 rgba(0,0,0,0.3);
    	font-size: 18px;
    	letter-spacing: 1.5px;
    	line-height: 22px;
    	color: #000;
    	margin-right: 30px;
    	text-align: center;
    	line-height: 54px;
    	transition: all ease 0.7s;
    }
    .new_nwwdth:hover ,.new_nwwdth.active{
    	background-color: #009F0F;
    	color: #fff;
    	box-shadow: 0 8px 14px 0 rgba(0,0,0,0.3);
    	border: none;
    }
    .new_nwwdth:last-child{
    	margin-right: 0;
    }
    .img_gallery_web{
    	float: left;
    	width: 100%;
    }
    .img_gallery_web li{
    	width: 18.4%;
    	float: left;
    	margin: 0 2% 2% 0;
    	position: relative;
    }
    .issues-img-del {
    	position: absolute;
    	right: 5px;
    	top: 5px;
    }
    .custom-file-input-box{
    	border: 2px dashed #E2E2E2;
    	height: 132px;
    	width: 100%;
    	position: relative;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    	text-align: center;
    }
    .custom-file-input-box::before{
    	position: absolute;
    	content: "";
    	background: url('../images/icon-camera.png') no-repeat center center / auto auto;
    	width: 45px;
    	height: 45px;
    	left: 0;
    	right: 0;
    	margin: 0 auto;
    }
    .custom-file-input-box .custom-file-input{
    	height: 100%;
    }
    .img_gallery_web ul{
    	margin: 0;
    	padding: 0;
    }
    .img_gallery_web li img{
    	width: 100%;
    	height: 132px;
    	object-fit: cover;
    }
    .mdl_left_m{
    	float: left;
    }
    .mdl_right_m{
    	float: right;
    }
    .pink_bg td{
    	background-color: #E9B1BF;
    }
    .dna_status_cls{
    	display: inline-block;
    	padding: 5px 15px 8px;
    	border-radius: 22px;
    	font-size: 16px;
    	font-weight: bold;
    	line-height: 20px;
    	color: #fff;
    	background-color: #2D79CD;
    }
    #DNA tr{
    	cursor: pointer;
    }
    .dna_left{
    	float: left;
    	width: 100%;
    }
    #shipment_model .dna_status_cls {
    	float: right;
    }
    #shipment_model .dna_status_cls{
    	position: absolute;
    	right: 0;
    }
    .issueheadNum{
    	border: 1px solid #800202;
    	border-radius: 50%;
    	text-align: center;
    	padding: 4px !important;
    	position: absolute;
    	font-size: 14px;
    	right: -15px;
    	top: -9px;
    	color: #fff;
    	background: #800202 !important;
    	opacity: 1 !important;
    	display: flex !important;
    	justify-content: center;
    	line-height: 17px;
    	height: 26px;
    	width: 26px;
    	/* background-color: #fff; */
    }
    .issueheadNum-3digit{
    	font-size: 13px;

    }
    .issues-img-del i{
    	font-size: 23px;
    	float: right;
    	color: #A5032B;
    	line-height: 30px;
    }

    .ss_dtat_view {
    	/*border: 1px solid #D8DFE6;*/
    	border-radius: 4px;
    	-moz-border-radius: 4px;
    	-webkit-border-radius: 4px;
    	margin-top: 20px;
    	float: left;
    	width: 100%;
    }

    .ss_dtat_view th,
    .ss_dtat_view td {
    	padding: 10px 15px;
    	/*border: 1px solid #D8DFE6;*/
    }
    .cancel_btn_m {
    	background: #fff;
    	border: 2px solid #000000;
    	color: #000;
    	line-height: 58px;
    	box-shadow: none;
    	margin: 0 5px;
    	width: 250px;
    	height: 58px;
    	font-size: 18px;
    	letter-spacing: 1.5px;
    }
    .opctyu_kl {
    	opacity: 0.7;
    }
    .schedule_mod .modal-dialog{
    	width: 609px;
    	max-width: 609px;
    }
    .schedule_mod .modal-content{
    	border-bottom: 3px solid #A6072E;
    	border-radius: 3px;
    	overflow: hidden;
    }
    .work_ordr_btn{
    	min-width: 200px;
    	width: auto;
    	float: left;
    	font-size: 14px;
    	margin: 5px 0;
    }
    .for_FRMKL_75 textarea{
    	height: 75px !important;
    	resize:none;
    }
    .right_ordr h4{
    	font-size: 18px;
    	font-weight: bold;
    	line-height: 23px;
    	color: #182026;
    }
    .right_ordr p{
    	font-size: 15px;
    	font-weight: normal;
    	line-height: 12px;
    	color: #222222;
    }
    .right_ordr {
    	text-align: right;
    }
    .mdl-lbl_new{
    	display: flex;
    	width: 100%;
    	text-align: left;
    	color: #222222;
    	font-size: 15px;
    	line-height: 14px;
    	align-items: center;
    	margin-bottom: 5px;
    }
    .col_pad_zero .col-sm-3{
    	padding: 0;
    }
    .col_pad_zero .col-sm-9{
    	padding: 0;
    }
    .col_pad_zero .col-sm-12{
    	padding: 0;
    }
    .new_input_mdlk{
    	padding: 5px 9px !important;
    	height: 33px;
    	width: 100%
    	border: 1.2px solid #979797;
    	border-radius: 4.8px;
    	background-color: #EEEEEE;
    	color: #222222;
    	font-size: 14px;
    	line-height: 16px;
    }
    .new_input_mdlk::placeholder ,.new_txtarea_mdlk::placeholder{
    	font-size: 12px;
    }
    .mar_B_10{
    	margin-bottom: 10px;
    }
    .mar_T_25{
    	margin-top: 25px;
    }
    .border_botm_baba{
    	border-bottom: 1px solid #BABABA;
    }
    .middle_contnt{
    	padding: 20px 0 0 0;
    }
    .new_txtarea_mdlk{
    	height: 103px;
    	width:100%;
    	border: 1.2px solid #979797;
    	border-radius: 4.8px;
    	background-color: #EEEEEE;
    	resize: none;
    	font-size: 14px;
    	line-height: 16px;
    }
    .mdl_logo img{
    	max-width: 220px;
    }
    .mdlheader_left img{
    	max-width: 9px;
    }
    .headr_link_mdl{
    	display: inline-block;
    	vertical-align: middle;
    	color: #A6072E;
    	font-size: 16px;
    	line-height: 20px;
    	text-align: left;
    	margin-right: 30px;
    }
    .headr_link_mdl:hover{
    	color: #A6072E;
    }
    .headr_link_mdl i{
    	margin-right: 10px;
    }
    .headr_link_mdls{
    	display: inline-block;
    	vertical-align: middle;
    	color: #A6072E;
    	font-size: 16px;
    	line-height: 20px;
    	text-align: left;
    	margin-right: 30px;
    	border: none;
    	background: none;
    	cursor: pointer;
    }
    .headr_link_mdls:hover{
    	color: #A6072E;
    }
    .headr_link_mdls i{
    	margin-right: 10px;
    }

    .W_D_10{
    	width: 10%;
    }
    .W_D_55{
    	width: 55%;
    }
    .W_D_5{
    	width: 5%;
    }
    .W_D_15{
    	width: 15%;
    }
    .model_table_kl thead th{
    	color: #222222;
    	font-size: 15px;
    	line-height: 14px;
    	font-weight: normal;
    	padding-bottom: 5px;
    }
    .model_table_kl tbody tr td .new_input_mdlk{
    	color: #222222;
    	font-size: 12px;
    	line-height: 12px;
    }
    .model_table_kl tbody tr td{
    	padding: 0 9px 9px 0;
    }
    .model_table_kl tbody tr td:first-child .new_input_mdlk{
    	text-align: center;
    }
    .model_table_kl tbody tr td a{
    	display: inline-block;
    	vertical-align: middle;
    }
    .model_table_kl tbody tr td a img{
    	max-width: 25px;
    }
    .plus_add_mdl  a{
    	display: inline-block;
    	width: auto;
    }
    .plus_add_mdl a img{
    	max-width: 25px;
    }
    .plus_add_mdl{
    	padding-bottom: 20px;
    }
    .work_order_mod .modal-body{
    	max-height: 750px;
    	overflow-y: auto;
    }
    .middle_contnt .col-sm-7 .form-group {
    	margin: 0 0 10px 0;
    }
    .padd_B_10{
    	padding-bottom: 10px;
    }
    .schedule_chckbox{
    	float: left;
    	width: auto;
    	margin-top: 30px;
    }
    .schedule_chckbox ul{
    	margin: 0;
    	padding: 0;
    }
    .schedule_chckbox ul li{
    	display: inline-block;
    	margin-right: 20px;
    }
    .custom-checkbox_newk .custom-control-indicator {
    	border-radius: 5px;
    	margin-right: 10px;
    	width: 20px;
    	height: 20px;
    	float: left;
    	background: none;
    	border: 3px solid #FF0000;
    	display: inline-block;
    	cursor: default;
    }
    .excl-tri {
    	float: left;
    }
    .checkbox_newk_description {
    	color: #231E1F;
    	font-size: 14px;
    	line-height: 19px;
    	font-weight: normal;
    	position: relative;
    	float: left;
    	cursor: default;
    }
    .custom-checkbox_newk .custom_control_newki:checked ~ .custom-control-indicator{
    	background-color: #D93D5E;
    }
    .custom_control_newki {
    	position: absolute;
    	z-index: -1;
    	opacity: 0;
    }
    .selct_w_200{
    	float: left;
    	width: 200px;
    }
    .mrgn_scdule{
    	margin-top: 25px;
    }
    .custom-checkbox_newk.pending_chk .custom-control-indicator{
    	border: 3px solid #D98A19;
    }
    .custom-checkbox_newk.pending_chk .custom_control_newki:checked ~ .custom-control-indicator{
    	background-color: #D98A19;
    }
    .custom-checkbox_newk.confirm_chk .custom-control-indicator{
    	border: 3px solid #589629;
    }
    .custom-checkbox_newk.confirm_chk .custom_control_newki:checked ~ .custom-control-indicator{
    	background-color: #589629;
    }
    .custom-checkbox_newk.complete_chk .custom-control-indicator{
    	border: 3px solid #137BCD;
    }
    .custom-checkbox_newk.complete_chk .custom_control_newki:checked ~ .custom-control-indicator{
    	background-color: #137BCD;
    }
    .schedule_cal{
    	float: left;
    	width: 100%;
    	position: relative;
    }
    .schedule_cal .fc-toolbar{
    	position: absolute;
    	top: -66px;
    	margin: 0;
    }
    .schedule_cal .fc-toolbar .fc-left h2{
    	color: #000000;
    	font-size: 24px;
    	line-height: 31px;
    	text-align: left;
    }
    .schedule_cal .fc-toolbar .fc-left .fc-button-group{
    	margin-left: 15px;
    }
    .schedule_cal .fc-toolbar .fc-left .fc-prev-button ,.schedule_cal .fc-toolbar .fc-left .fc-next-button {
    	height: 35px;
    	width: 35px;
    	border: 1px solid #DADADA;
    	background: #fff !important;
    	border-radius: 50%;
    	margin: 0;
    	padding: 0;
    	box-shadow: none;
    	outline: none;
    }
    .schedule_cal .fc-toolbar .fc-left .fc-icon-left-single-arrow::after ,.schedule_cal .fc-toolbar .fc-left .fc-icon-right-single-arrow::after{
    	font-size: 30px;
    	color: #282931;
    	top: 0;
    }
    .schedule_cal .fc-toolbar .fc-left .fc-prev-button{
    	margin-right: 11px;
    }
    .schedule_cal .fc-toolbar .fc-left .fc-icon.fc-icon-left-single-arrow ,.schedule_cal .fc-toolbar .fc-left .fc-icon.fc-icon-right-single-arrow{
    	height: auto;
    }
    .schedule_cal .fc-toolbar .fc-left .fc-month-button{
    	margin: 0;
    	height: 35px;
    	width: 66px;
    	border: 1px solid #DADADA;
    	border-radius: 0 4px 4px 0;
    	background: #FFFFFF;
    	box-shadow: none;
    	color: #231E1F;
    	font-size: 14px;
    	text-transform: capitalize;
    	outline: none;
    	line-height: 34px;
    }
    .schedule_cal .fc-toolbar .fc-left .fc-basicWeek-button{
    	margin-left: 20px;
    	height: 35px;
    	width: 66px;
    	border: 1px solid #DADADA;
    	border-radius: 4px 0 0 4px;
    	background: #FFFFFF;
    	box-shadow: none;
    	color: #231E1F;
    	font-size: 14px;
    	text-transform: capitalize;
    	outline: none;
    	border-right: none;
    	line-height: 34px;
    }
    .schedule_cal .fc-toolbar .fc-left .fc-basicWeek-button.fc-state-active ,.schedule_cal .fc-toolbar .fc-left .fc-month-button.fc-state-active{
    	background: #F7F8F9;
    	color: rgba(35,30,31,0.4);
    }
    .schedule_cal .fc-view-container .fc-head thead th a{
    	font-size: 18px;
    	color: #747474;
    	line-height: 23px;
    }
    .schedule_cal .fc-view-container .fc-content-skeleton table tr td.fc-event-container .fc-content .fc-title{
    	display: none;
    }
    .schedule_cal .fc-view-container .fc-content-skeleton table tr td.fc-event-container a.fc-day-grid-event{
    	margin: 0;
    	padding: 0;
    }
    .schedule_cal .fc-view-container .fc-content-skeleton .fc-event{
    	border:none;
    	background-color: transparent;
    }
    .cal-order-box {
    	margin-top: 10px;
    }
    .calender_detailjk ul{
    	margin: 0;
    	padding: 0;
    	display: inline-block;
    	width: 100%;
    }
    .calender_detailjk ul li{
    	float: left;
    	width: 100%;
    	margin-bottom: 11px;
    	display: inline-block;
    }
    .calender_detailjk ul li:last-child {
      margin-bottom: 0;
    }
    .calender_detailjk li span{
    	float: left;
    	width: 100%;
    	color: #fff;
    }
    .calender_detailjk.clr_yellow{
    	background-color: #D98A19;
    }
    .calender_detailjk{
    	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.3);
    	border-radius: 5px;
    	background-color: #589629;
    	margin: 0 15px 10px;
    	padding: 6px 8px 10px;
    	position: relative;
      min-height: 100px;
    }
    .fc-month-view .calender_detailjk {
      min-height: inherit;
    }
    .calender_detailjk .time_cmn_c{
    	font-size: 16px;
    	font-weight: bold;
    	line-height: 20px;
    	color: #fff;
    	display: inline-block;
    	margin-bottom: 5px;
    	width: 100%;
    }
    .calender_detailjk .clndr_head_txt{
    	font-size: 16px;
    	font-weight: bold;
    	line-height: 20px;
    	color: rgba(255,255,255,0.5);
    }
    .calender_detailjk .project_nme_c{
    	font-size: 16px;
    	font-weight: normal;
    	line-height: 20px;
    	color: #fff;
    	text-align: left;
      cursor: pointer;
      padding-right: 30px !important;      
    }
    .calender_detailjk .editD {
        position: absolute;
        right: 10px;
        top: 7px;
        width: auto;
        float: none;
        padding: 0 !important;
    }
    .calender_detailjk .editD a {
       font-weight: normal;
      text-decoration: underline;
      padding-left: 15px;
      color: #fff;
      text-transform: capitalize;
      font-size: 16px;
    }
    .calender_detailjk .time_cmn_c a{
    	font-weight: normal;
    	text-decoration: underline;
    	padding-left: 15px;
    	color: #fff;
    	text-transform: capitalize;
    }

    .calender_detailjk .project_nme_c a{
      font-weight: normal;
      text-decoration: underline;
      padding-left: 15px;
      color: #fff;
      text-transform: capitalize;
    }

    .arrowD::after {
    	font-family: 'Font Awesome\ 5 Free';
    	content: "\f078"; 
    	font-weight: 700;
    	position: absolute;
    	right: 10px;
    	top: 4px;
    	color: #fff;
    	cursor: pointer;
    	font-size: 18px;
    }
    .arrowD[aria-expanded="true"]::after {
    	content: "\f077";
    }
    .fc-more-popover .arrowD::after {
    	font-family: 'Font Awesome\ 5 Free';
    	content: "\f078"; 
    	font-weight: 700;
    	position: absolute;
    	right: 10px;
    	top: 4px;
    	color: #fff;
    	cursor: pointer;
    	font-size: 18px;
    }
    .fc-more-popover .arrowD[aria-expanded="true"]::after {
    	content: "\f077";
    }
    #addEditDeliveryModal{
    	overflow-y : auto;
    }
    .work_order_mod .modal-dialog {
    	overflow-y:auto;
    }



    /* .fc-other-month .fc-day-content{display:none;}*/
    /*.fc-day.fc-widget-content.fc-other-month.fc-future{display: none;}*/
    /*.schedule_cal .fc-day-header a br::before {
	  font-size: 15px;
	  color: red;
	}

	.schedule_cal .fc-day-header a br::after {
	  font-size: 15px;
	  color: red;
	  }*/

	  .mark_complete_cal{
	  	float: left;
	  	border: 1px solid #FFFFFF;
	  	border-radius: 2px;
	  	background-color: transparent;
	  	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.3);
	  	font-size: 15px;
	  	line-height: 17px;
	  	font-weight: bold;
	  	padding: 5px 10px;
	  	text-align: center;
	  	color: #fff;
	  	min-width: 140px;
	  }
	  .mark_complete_cal:hover{
	  	color: #fff;
	  }

	  .confirm_del{
	  	float: left;
	  	border: 1px solid #FFFFFF;
	  	border-radius: 2px;
	  	background-color: transparent;
	  	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.3);
	  	font-size: 15px;
	  	line-height: 17px;
	  	font-weight: bold;
	  	padding: 5px 10px;
	  	text-align: center;
	  	color: #fff;
	  	min-width: 140px;
	  }
	  .confirm_del:hover{
	  	color: #fff;
	  }

	  /*tab css start*/

	  .tab_main_top{
	  	border-bottom: 1px solid #D9E1E9;
	  	padding: 0 25px 0 40px;
	  }
	  .custom_tabbing {
	  	position: relative;
	  }
	  .custom_tabbing ul li{
	  	margin-right: 40px;
	  }
	  .custom_tabbing ul li a {
	  	position: relative;
	  	display:inline-block;
	  	text-decoration: none;
	  	text-transform: capitalize;
	  	font-size: 18px;
	  	font-weight: 500;
	  	color: rgba(0,0,0,0.4);
	  	padding: 40px 0 40px 0;
	  }
	  .custom_tabbing ul li a.active{
	  	color: #000;
	  }
	  .custom_tabbing ul li a.active::before{
	  	content: "";
	  	width: 100%;
	  	height: 3px;
	  	background-color: #860000;
	  	position: absolute;
	  	left: 0;
	  	bottom: 0;
	  }
	  .padd_TB_35{
	  	padding: 35px 0;
	  }
	  .new_thd_mm th{
	  	background-color: #D9E1E9;
	  }
	  .new_thd_mm{
	  	border: 1px solid #D9E1E9;
	  }
	  .ss_dtat_view.new_thd_mm th{
	  	border:none !important;
	  } 
	  .ss_dtat_view.new_thd_mm td{
	  	border-bottom: 1px solid #D8DFE6 !important;
	  }
	  .ss_dtat_view.new_thd_mm{
	  	margin-top:0;
	  	margin-bottom: 25px;
	  }
	  .employe_head{
	  	padding: 15px 20px;
	  	background: #fff;
	  	border-bottom: 1px solid #888;
	  }
	  .employe_head h4{
	  	font-size: 28px;
	  	line-height: 35px;
	  	color: #000000;
	  	width: 100%;
	  	float: left;
	  }
	  .main_wrap_newkl{
	  	float: left;
	  	width: 100%;
	  	padding: 35px 35px 25px;
	  }
	  .time_calnew .bootstrap-datetimepicker-widget.dropdown-menu{
	  	width: 90%;
	  }
	  .time_calnew .timepicker .timepicker-picker td a{
	  	color: #0056b3;
	  	vertical-align: text-bottom;
	  }
	  .time_calnew .separator{
	  	background-color: transparent;
	  	margin: 0;
	  }
	  .schedule_cal  table thead tr th{
	  	padding: 10px 15px !important;
	  }
	  .schedule_cal  table thead tr th .cal_date{
	  	color: #747474;
	  	font-size: 18px;
	  	line-height: 23px;
	  	font-weight: 500;
	  	text-align: left;
	  	display: inline-block;
	  	width: 100%;
	  }
	  .schedule_cal  table thead tr th .cal_day{
	  	color: #747474;
	  	font-size: 44px;
	  	line-height: 55px;
	  	font-weight: 500;
	  	text-align: left;
	  	display: inline-block;
	  	width: 100%;
	  }
	  .schedule_cal  .fc-content-skeleton{
	  	padding-bottom: 0 !important;
	  }
	  .title_view{
	  	float: left;
	  	min-width: 170px;
	  }
	  .calender_detailjk.clr_blue{
	  	background-color: #317BCD;
	  }
	  .calender_detailjk.clr_green{
	  	background-color: #589629;
	  }
	  .fc-unthemed th, .fc-unthemed thead{
	  	border-bottom-color: transparent !important;
	  	border-color: #989898;
	  }
	  .fc .fc-row .fc-content-skeleton table, .fc .fc-row .fc-content-skeleton td, .fc .fc-row .fc-helper-skeleton td{
	  	border-top-color: transparent !important;
	  	border-color: #989898;
	  }
	  .fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed td{
	  	border-bottom-color: transparent !important;
	  	border-color: #989898;
	  }
	  .schedule_cal .fc-view-container{
	  	border-bottom: 1px solid #989898;
	  }
	  .schedule_cal .fc-month-view table thead th span.cal_date{
	  	color: #747474;
	  	font-size: 18px;
	  	line-height: 23px;	
	  	text-align: center;
	  	font-weight: normal;
	  }
	  .schedule_cal .fc-month-view table thead th span.cal_day{
	  	color: #747474;
	  	font-size: 18px;
	  	line-height: 23px;	
	  	text-align: center;
	  	font-weight: normal;
	  }
	  .schedule_cal .fc-month-view table tbody tr td .fc-day-number{
	  	float: left;
	  	text-align: center;
	  	width: 100%;
	  	padding: 0;
	  	color: #747474;
	  	font-size: 18px;
	  	line-height: 23px;
	  }
	  .schedule_cal .fc-month-view table tbody tr td.fc-event-container{
	  	padding: 0 15px;
	  }
	  .schedule_cal .fc-month-view table tbody .fc-day-grid .fc-row.fc-week{
	  	height: 194px !important;
	  }
	  .schedule_cal .fc-month-view table tbody tr td.fc-day-top{
	  	padding: 10px 15px;
	  }
	  .schedule_cal .fc-month-view table tbody tr td.fc-widget-content{
	  	padding: 0;
	  }
	  .calender_detailjk.month_jui{
	  	margin: 0;
	  	width: 100%;
	  	float: left;
	  	padding: 6px 0px;
	  }
	  .calender_detailjk.month_jui li{
	  	margin-bottom: 0;
	  }
	  .calender_detailjk.month_jui li span{
	  	padding: 0 10px;
      box-sizing: border-box;
	  }
	  .fc-month-view .fc-today{
	  	background-color: #ECECEC !important;
	  }
	  .schedule_cal  .fc-day-grid-event .fc-content{
	  	white-space: normal;
	  }
	  .excl-tri{
	  	float: left;
	  	width: 10% !important;
	  	margin-right: 5%;
	  }
	  .excl-tri i{
	  	font-size: 21px;
	  	color: #FF0000;
	  	margin-top: 10px;
	  }
	  .project_detail{
	  	float: left;
	  	width: 85% !important;
	  }



	  /* Responsive CSS Start */

	  @media(max-width: 1600px) {
	  	.del_date {
	  		font-size: 20px;
	  	}
	  	.Projects_section_smain .col-md-5{
	  		max-width: 35%;
	  		flex: auto;
	  	}
	  	.Projects_section_smain .col-md-7{
	  		max-width: 65%;
	  		flex: auto;
	  	}
	  	.Projects_section_smain .col-sm-3{
	  		max-width: 25%;
	  		flex: auto;
	  		padding-right: 7px;
	  		padding-left: 7px;
	  	}
	  	.Projects_section_smain .col-sm-2{
	  		max-width: 10%;
	  		flex: auto;
	  		padding-right: 7px;
	  		padding-left: 7px;
	  	}
	  	.dash_voard_precision_box{width: 145px;margin-right: 12px;}
	  	.top_header_section .col-md-3 ,.top_title_page_main .col-md-3{
	  		max-width: 33.33%;
	  		flex: auto;
	  		padding-right: 7px;
	  		padding-left: 7px;
	  	}
	  	.big_ntywdth{min-width: 145px;}
	  	.comon_mrgin_right{margin-right: 0;}
	  	.navigation_vn_menu ul li{margin: 10px;}
	  	.col-sm-6.center-block{flex: auto;max-width: 75%;}
	  	.shipment_a img{padding-right: 10px;}
	  	.shipment_a{font-size: 15px;line-height: 19px;}
	  	.tab_Euro_main .nav-tabs .nav-link{padding: 10px 14px;font-size: 15px;}
	  	#PushNotification .col-sm-3 , #PushNotification .col-sm-9{max-width:100%;flex: auto;}
	  	#PushNotification .col-sm-9{margin-top: 5px;}
	  	.work_order_mod .modal-body{max-height: 600px;}
	  }
	  @media(max-width: 1450px){
	  	.schedule_cal .fc-toolbar .fc-left h2{font-size: 18px;}
	  	.schedule_cal .fc-toolbar .fc-left .fc-prev-button{margin-right: 8px;}
	  	.calender_detailjk{margin: 0 3px 6px;padding: 5px 3px 10px;}
	  	.project_detail{width: 80% !important;}
	  	.excl-tri{margin-right: 10%;}
	  }
	  @media(max-width: 1360px){
	  	.schdule_tp_bar .top_header_section .col-sm-9 ,.schdule_tp_bar .top_header_section .col-sm-3{flex: auto;max-width: 100%;}
	  	.res_left{float: left !important;width: 100%;}
	  	.schedule_cal .fc-toolbar{top: -70px;}
	  	.schedule_cal{margin-top:60px;}
	  	.schedule_cal .fc-toolbar .fc-left h2{font-size:21px;}
	  	.calender_detailjk .time_cmn_c a{padding-left: 5px;}
	  	.calender_detailjk .clndr_head_txt{font-size: 14px;}
	  	.main_wrap_content_part{padding:20px;}
	  	.calender_detailjk .time_cmn_c a{padding-left: 3px;}
	  	.calender_detailjk .project_nme_c{font-size: 14px;}
	  	.arrowD::after{font-size: 16px;}
	  	.confirm_del{min-width: 100px;padding: 5px;font-size: 14px;}
	  	.calender_detailjk.month_jui li span{padding: 0 2px;}
      .calender_detailjk .editD {right: 5px;}
      .calender_detailjk .editD a {font-size: 14px;}
	  }
	  @media(max-width: 1199px) {
	  	.login_box_euro_inner {
	  		width: 100%;
	  		padding: 0 15px;
	  		float: left;
	  	}
		.main_wrap_content_part,
	  	.mn_wrp_right_content_inner {
	  		padding: 25px;
	  	}
	  	.containerx {
	  		width: 100%;
	  	}
	  	.nniicc-dropzoneParent {
	  		margin-bottom: 0 !important;
	  	}
	  	.box_euro_content_dk {
	  		padding: 20px 0;
	  	}
	  	.gallery_pic_mnc ul li img {
	  		height: 220px;
	  	}
	  	.dash_inner .col-sm-4 {
	  		flex: auto;
	  		max-width: 100%;
	  		width: 50%;
	  	}
	  	.dash_nw_img img {
	  		height: 300px;
	  	}
	  	.dash_nw_ttl {
	  		font-size: 20px;
	  	}
	  	.latest-news .field-item img {
	  		height: 250px;
	  	}
	  	.custom_srch{max-width: 190px;}
	  	.big_ntywdth{min-width: 120px;}
	  	.top_30{margin-left: 10px;}
	  	.comon_mrgin_right{margin-right: 0;}
	  	.right_menu_Pr{float: right;width: auto;}
	  	.logo{width: auto;}
	  	.header{padding: 0 20px;}
	  	.logo a img{max-width: 200px;}
	  	.navigation_vn_menu ul li{margin: 10px 6px;}
	  	.navigation_vn_menu ul li a i{font-size: 23px;}
	  	.navigation_vn_menu ul li a{font-size: 15px;}
	  	.issueheadNum{height: 24px;width: 24px;line-height: 14px;right: -12px;top: -6px;}
	  	.schedule_cal .fc-month-view table tbody tr td.fc-event-container{padding: 0;}
	  	.schedule_cal table thead tr th .cal_day{font-size: 40px;line-height: 55px;}
	  	.schedule_cal .fc-month-view table tbody .fc-day-grid .fc-row.fc-week{height: 170px !important;}
	  	.calender_detailjk.month_jui{margin: 0 1px;}
	  	.schedule_cal .fc-toolbar{top: -60px;}

	  		/*.schedule_cal table tr th{width: 150px;}
	  		.schedule_cal table tr td{width:180px;}
	  		.fc-view-container .fc-basicWeek-view.fc-basic-view{overflow: hidden;}
	  		.schedule_cal .fc-content-skeleton{overflow: scroll;}*/
	  	}

	  	@media(max-width: 1024px) {
	  		.filter_inner_main .col-sm-3 {
	  			max-width: 33.33%;
	  			width: 33.33%;
	  			flex: auto;
	  			float: left;
	  		}
	  		.filter_inner_main .col-sm-2 {
	  			max-width: 33.33%;
	  			width: 33.33%;
	  			flex: auto;
	  			float: left;
	  		}
	  		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;
	  		}
	  		.col-sm-8.res_full_jd{flex: auto;max-width: 100%;}
	  		/*.col-sm-4.res_full_jd{flex: auto;max-width: 50%;}*/
	  	}

	  	@media(max-width: 980px) {
	  		.navigation_vn_menu ul li {
	  			margin: 0 7px;
	  		}
	  		.tab_Euro_main .nav-tabs .nav-item {
	  			padding: 0 8px;
	  		}
	  		.gallery_pic_mnc ul li {
	  			width: 32%;
	  		}
	  		.gallery_pic_mnc ul li:nth-child(3n) {
	  			margin-right: 0;
	  		}
	  		.gallery_pic_mnc ul li:nth-child(5) {
	  			margin-right: 1%;
	  		}
	  		.top_title_page_main .latest-news .field-item p {
	  			min-height: 70px;
	  		}
        
	  	}

	  	@media(min-width: 768px) {
	  		.navigation_vn_menu {display: inline-block !important;}
        
	  	}

	  	@media(max-width: 767px) {
	  		.login_wrap {
	  			background: #1E1E1E;
	  			height: 100%;
	  		}

        .login_inner_wrap{
          height: 100vh;
        }
	  		.login_left {
	  			width: 100%;
	  			display: flex;
          align-items: center;
	  		}
	  		.login_box_euro {
	  			padding: 30px;
	  		}
	  		.inner_pad {
	  			padding-top: 15px;
	  		}
	  		.inner_pad .form-group {
	  			margin-bottom: 15px;
	  		}
	  		.inner_pad .form_brntn {
	  			margin-top: 0;
	  		}
	  		.login_right {
	  			display: none;
	  		}
	  		.ictog .ssx {
	  			display: none;
	  		}
	  		.ictog .ssz {
	  			display: inline-block;
	  		}
	  		.toggle_icon.ictog {
	  			background: none;
	  			z-index: 11;
	  			position: relative;
	  			top: -11px;
	  		}
	  		.main_wrap_content_part,
	  		.mn_wrp_right_content_inner {
	  			padding: 15px;
	  		}
	  		.top_title_page_main .col-sm-6 {
	  			max-width: 100%;
	  			flex: auto;
	  		}
	  		.top_title_page_main h2 {
	  			margin: 0 0 8px 0;
	  		}
	  		.top_title_page_main p {
	  			margin: 0 0 10px 0;
	  		}
	  		.header {
	  			position: relative;
	  			padding: 15px;
	  		}
	  		.logo {
	  			line-height: 40px;
	  			height: 40px;
	  			display: flex;
	  			align-items: center;
	  		}
	  		.header .col-sm-9 {
	  			position: static;
	  		}
	  		.toggle_icon {
	  			display: inline-block;
	  			color: #fff;
	  			background: #0076FF;
	  			padding: 0 10px;
	  			font-size: 20px;
	  			line-height: 40px;
	  			border-radius: 2px;
	  			float: right;
	  			width: 40px;
	  			text-align: center;
	  			cursor: pointer;
	  		}
	  		.navigation_vn_menu {
	  			width: 250px;
	  			display: inline-block;
	  			align-items: center;
	  			position: fixed;
	  			right: -250px;
	  			height: 100%;
	  			background: #222222;
	  			top: 0;
	  			-webkit-transition: all 0.6s ease;
	  			-moz-transition: all 0.6s ease;
	  			-ms-transition: all 0.6s ease;
	  			-o-transition: all 0.6s ease;
	  			transition: all 0.6s ease;
	  			z-index: 1;
	  		}
	  		.menu_panel {
	  			right: 0px;
	  			-webkit-transition: all 0.6s ease;
	  			-moz-transition: all 0.6s ease;
	  			-ms-transition: all 0.6s ease;
	  			-o-transition: all 0.6s ease;
	  			transition: all 0.6s ease;
	  		}
	  		.navigation_vn_menu ul {
	  			width: 100%;
	  		}
	  		.navigation_vn_menu ul li {
	  			width: 100%;
	  			float: left;
	  			margin: 0;
	  			border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	  			padding: 5px 15px;
	  		}
	  		.navigation_vn_menu ul li:last-child {
	  			border-bottom: 0;
	  		}
	  		.navigation_vn_menu ul li a {
	  			display: block;
	  			font-size: 16px;
	  			color: #ffffff;
	  		}
	  		.navigation_vn_menu ul li.active {
	  			border-color: #fff;
	  		}
	  		.navigation_vn_menu ul li.active a,
	  		.navigation_vn_menu ul li:hover a {
	  			color: #000000;
	  		}
	  		.navigation_vn_menu ul li.active a::before,
	  		.navigation_vn_menu ul li a:hover:before {
	  			display: none;
	  		}
	  		table.dataTable {
	  			margin-bottom: 15px !important;
	  		}
	  		.dataTables_info {
	  			padding-top: 0 !important;
	  			width: 100%;
	  		}
	  		.dataTables_paginate {
	  			width: 100%;
	  			margin: 10px 0 !important;
	  		}
	  		.view_lnzk {
	  			width: 100%;
	  			text-align: center;
	  		}
	  		.view_lnzk a {
	  			line-height: normal;
	  		}
	  		.for_FRMKL {
	  			margin-bottom: 15px;
	  		}
	  		.tab_Euro_main {
	  			margin: 10px 0;
	  		}
	  		.box_euro_content_dk {
	  			padding: 15px 0;
	  		}
	  		.gallery_pic_mnc ul li img {
	  			height: 180px;
	  		}
        .login_box_euro_inner{
          position: relative;
        }
        .login_box_euro_inner .for_got_link{
          position: absolute !important;
          bottom: -35px !important;
          left: 0px;
          padding: 0 !important;
          width: 100%;
          margin: 0 auto;
          text-align: center;
        }
        .land_cnt_main > .land_cnt_main{
          padding: 0px;
        }
        .land_cnt_main .land_cnt_inner{
          padding: 0 40px;
        }
        .land_cnt_main .inner_box p{
          min-height: 70px;
        }
        .land_cnt_main .short_msg{
          font-size: 20px;
          line-height: 30px;
        }
	  	}

	  	@media(max-width: 575px) {
	  		.header {
	  			height: 70px;
	  		}
	  		.header .col-sm-3 {
	  			width: 45%;
	  			float: left;
	  		}
	  		.header .col-sm-9 {
	  			position: static;
	  			width: 55%;
	  			float: right;
	  			/* text-align: right; */
	  		}
	  		.header img {
	  			height: 40px;
	  		}
	  		.filter_main {
	  			margin-bottom: 0px;
	  		}
	  		.filter_inner_main .col-sm-2,
	  		.filter_inner_main .col-sm-3 {
	  			max-width: 50%;
	  			width: 50%;
	  		}
	  		.tab_Euro_main .nav-tabs .nav-item {
	  			width: 50%;
	  		}
	  		.img_uplo_box {
	  			width: 122px;
	  			float: none;
	  		}
	  		.img_uplo_box span {
	  			font-size: 16px;
	  			letter-spacing: 3px;
	  		}
	  		.upload_dkl {
	  			float: left;
	  			padding-left: 0;
	  			width: 100%;
	  		}
	  		.upload_dkl .file {
	  			margin-top: 18px;
	  		}
        .land_cnt_main .short_msg{
          margin: 20px 0 40px 0;
          padding: 0 0 30px 0;
        }
        .land_cnt_main .land_cnt_inner {
          padding: 0 20px;
        }
        .land_cnt_main .inner_img_block img{
          max-height: 600px;
        }
        .land_cnt_main .inner_box h2{
          text-align: center;
        }
        .land_cnt_main .inner_box p {
          min-height: 30px;
        }

	  	}

	  	@media(max-width: 480px) {
	  		.login_box_euro {
	  			padding: 30px 15px;
	  		}
	  		.login_box_euro_inner {
	  			padding: 0;
	  		}
	  		.dropzone_ {
	  			font-size: 13px;
	  		}
	  		.top_title_page_main h2 {
	  			font-size: 22px;
	  		}
	  		table.dataTable>tbody>tr.child ul.dtr-details>li {
	  			float: left;
	  			width: 100%;
	  		}
	  		table.dataTable>tbody>tr.child span.dtr-title {
	  			min-width: 100%;
	  			float: left;
	  			width: 100%;
	  		}
	  		span.dtr-data {
	  			float: left;
	  			width: 100%;
	  		}
	  		.gallery_pic_mnc ul li {
	  			margin-right: 2% !important;
	  			margin-bottom: 2%;
	  			width: 49%;
	  		}
	  		.gallery_pic_mnc ul :nth-child(2n) {
	  			margin-right: 0px !important;
	  		}
        .land_cnt_main .short_msg {
          font-size: 18px;
          line-height: 26px;
        }
        .land_cnt_main .short_msg span a{
          font-size: 18px !important;
          line-height: 26px !important;
        }
        .land_cnt_main .inner_img_block img {
          max-height: 550px;
        }
	  	}
      @media(max-width: 400px) {
        .land_cnt_main .inner_box h2{
          font-size: 28px;
        }
        .land_cnt_main .land_cnt_inner {
          padding: 0 0px;
        }
        .land_cnt_main .short_msg {
          margin: 20px 0 30px 0;
          padding: 0 0 20px 0;
        }
        .land_cnt_main .inner_box p {
          min-height: 45px;
          margin: 0 0 5px 0;
        }
      }
	  	@media(max-width: 375px) {
	  		.gallery_pic_mnc ul li img {
	  			height: 140px;
	  		}
	  	}

	  	@media(max-width: 350px) {
	  		.thank-you .cart_cm_ttl {
	  			font-size: 23px;
	  		}
	  		.f22 {
	  			font-size: 19px;
	  		}
	  	}