@charset "UTF-8";
/*custom css*/

/* Prompt BEGIN */
@font-face {
  font-family: "prompt";
  src: url(prompt_regular.woff2) format("woff2"),
       url(prompt_regular.woff) format("woff");
  font-weight: regular;
  font-style: regular;
}

.social-icon-hover:hover {
    -webkit-filter: hue-rotate(280deg) !important; /* Safari 6.0 - 9.0 */
    filter: hue-rotate(280deg) !important;
}
.clear{clear:both;}
a.disabled {
	pointer-events: none;
	cursor: default;
}

.tbl_aircylinder{
	font-size: 14px;
	border: 1px solid #dad7d7;
	width: 100%;
}
.tbl_aircylinder th{
	background: #f1f8fb;
}

.tbl_aircylinder tbody tr:nth-child(2n) {background-color: #f8f9ff91;}
.tbl_aircylinder tbody tr:nth-child(2n+1) {background-color: #f3f5ff94;}
.tbl_aircylinder, .tbl_aircylinder tr td, .tbl_aircylinder th{
	padding: 5px;
	vertical-align: middle;
	border: 3px solid #ffffff;
}

.text-indent{
	text-indent: 20px;
}