table tr td {
	word-break: break-word;
}

.error-cust{
	margin-top: -10px !important;
	margin-bottom: 25px !important;
	display: block !important;
	color:#ef1818 !important;
    font-weight: 500 !important;
    font-size: 12px !important;
}

.listing-table thead th:nth-last-child(1), .listing-table tbody td:nth-last-child(2) {
	width: 170px !important;
	vertical-align: middle !important;
}
 .listing-table tbody td:nth-last-child(2) a {
	display: inline-block !important;
	float: left;
	padding: 0px 3px;
}



/* The container */
.chkcontainer {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  
  /* Hide the browser's default radio button */
  .chkcontainer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
  }
  
  /* Create a custom radio button */
  .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 50%;
  }
  
  /* On mouse-over, add a grey background color */
  .chkcontainer:hover input ~ .checkmark {
	background-color: #ccc;
  }
  
  /* When the radio button is checked, add a blue background */
  .chkcontainer input:checked ~ .checkmark {
	background-color: #4f53b7;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .chkcontainer input:checked ~ .checkmark:after {
	display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .chkcontainer .checkmark:after {
	   top: 9px;
	  left: 9px;
	  width: 8px;
	  height: 8px;
	  border-radius: 50%;
	  background: white;
  }
  body .container {
	width: 100%;
	max-width: 1350px;
}

.fixedHeader-floating th {
    box-sizing: border-box !important;
}


.avlDay{
width: 100% !important;
}


.btn.dropdown-toggle.bs-placeholder.btn-default {
	margin-bottom: 5px;
}

.ad-order-detail-box .bootstrap-select .dropdown-menu.inner li a {
	width: 100%;
}

.fstMultipleMode .fstControlsm,.fstElement {
	width: 100% !important;
}

.fstElement.fstMultipleMode.fstNoneSelected,.fstElement {
	width: 100% !important;
	border: solid 2px rgba(79,83,183,0.1) !important;
	border-radius: 4px !important;
}

.fstMultipleMode .fstQueryInputExpanded {
	float: none;
	width: 100%;
	padding: 6px;
	font-size: 16px;
	font-family: "roboto",Arial,Helvetica,sans-serif;
}

.fstResults .fstResultItem {
	font-size: 14px;
}

.fstMultipleMode.fstActive, .fstMultipleMode.fstActive .fstResults {
	box-shadow: none;
	width: 100%;
	border: solid 2px rgba(79,83,183,0.1);
	border-radius: 4px;
}

.fstChoiceItem {
	font-size: 12px !important;
}

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

@media (max-width: 1450px){
.ad-login-section .ad-login-box {
	top: 5%;
	-moz-transform: translate\(-50%, -0%;
	-ms-transform: translate(-50%, -0%);
	-webkit-transform: translate(-50%, -0%);
	transform: translate(-50%, -0%);
}
}

