/* KSRTC New CSS - Start */
.b-details-main {
	padding: 5px 0px;
	background: var(--color2);
	color: #fff;
	border-radius: 5px;
}

.hide-table-header thead {
	display: none !important;
}

.demo .ui-chkbox-box {
	width: 20px !important;
	height: 20px !important;
	border-style: single !important;
	border-color: #6b5f5f !important;
}

.remove-horizontal-scrollbar .ui-datatable-tablewrapper {
	overflow-y: scroll !important;
	overflow-x: hidden !important;
}

.default-checkbox .ui-chkbox-box {
	background-color: white !important;
	width: 30px !important;
	height: 30px !important;
}

/* KSRTC New CSS - End */

/* Old css starts here */
body {
	font-family: inter, sans-serif;
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	height: 100%
}

body .ui-chkbox .ui-chkbox-box {
	background-color: #fff;
	width: 35px;
	height: 35px;
	border-color: #6b5f5f; /* black */
}

.white-checkbox .ui-chkbox {
	background-color: #fff;
	border-style: single;
}

.font-12 {
	font-size: 12px;
}

.font-13 {
	font-size: 13px;
}

.font-size-13 {
	font-size: 13px !important;
}

.font-14 {
	font-size: 14px;
}

.font-size-15 {
	font-size: 15px;
}

.font-25 {
	font-size: 25px;
}

.border-solid {
	border-style: solid;
}

.text-blue {
	color: blue;
}

.ui-selectmanycheckbox label {
	margin: 7px 16px 10px 8px;
}

/*
.Booked + .tooltip.top .tooltip-inner {
    background-color: #95a5a6;
}

.Booked + .tooltip.top .tooltip-arrow {
     border-top-color: #95a5a6;
}

.Selected + .tooltip.top .tooltip-inner {
    background-color: #e74c3c;
}

.Selected + .tooltip.top .tooltip-arrow {
     border-top-color: #e74c3c;
}

.Blocked + .tooltip.top .tooltip-inner {
    background-color: #cccccc;
    opacity: 0.9;
}

.Blocked + .tooltip.top .tooltip-arrow {
     border-top-color: #cccccc;
     opacity: 0.9;
}
*/
body .bookedSeats .ui-chkbox-box {
	background-color: #3838f7 !important;
}

body .srCitizenSeats .ui-chkbox-box {
	background-color: #6008ae !important;
}

body .ladiesSeats .ui-chkbox-box, body .L .ui-chkbox-box {
	background-color: #fb51ad !important;
}

body .blindOrHandicappedSeats .ui-chkbox-box, body .P .ui-chkbox-box {
	background-color: #ff0000 !important;
}

body .customblindOrHandicappedSeatsSBSTC .ui-chkbox-box, body .P .ui-chkbox-box {
	background-color: #ffff6a !important;
}

body .blockedSeats .ui-chkbox-box {
	background-color: #000000 !important;
}

body .ffSeats .ui-chkbox-box {
	background-color: #09dbf6 !important;
}

body .staffSeats .ui-chkbox-box {
	background-color: #a18f5e !important;
}

body .prSeats .ui-chkbox-box {
	background-color: #FFA500 !important;
}

/* Try - Custom Layout */

/* margin: -16px 18px 25px 11px; */
.uppercase {
	text-transform: none; /* uppercase */
}

.font-18 {
	font-size: 18px;
}

/*header start*/
.headerbar {
	background: #2e2c2c;
	padding: 30px 0px;
}
/* .footer{ background:#3a3637; padding:15px 0px;}
.footer p{ padding-top:30px;}
 */
.row-padded {
	padding: 35px;
	background-color: #F7F7F7;
	border: 1px solid #DDD;
}

/* li{
    list-style-type: none;
} */
.header {
	background-color: #f2f489;
	padding-bottom: 48px;
}

.body_of_header {
	height: 48px;
	position: fixed;
}

.footer {
	position: absolute;
	bottom: 0 px;
}

.body_of_footer {
	height: 98px;
	position: fixed;
}

.p {
	padding: 10px;
}

.borderless .ui-datatable thead th, .borderless .ui-datatable tbody,
	.borderless .ui-datatable tbody tr, .borderless .ui-datatable tbody td
	{
	border: none;
	display: none;
}

/* home.xhtml */
#imppoints {
	text-align: left !important;
	color: #333 !important;
	line-height: 20px !important;
}

h4 {
	font-size: 17px;
	color: red;
}

h3 {
	color: red;
	margin-top: 5px !important;
}

.font-red-thunderbird {
	color: #D91E18 !important;
}

.customDialog {
	margin-top: 0px !important;
}

/* home.xhtml - Ends */
.border {
	border: 1px solid #c8c8c8 !important;
}

.w-100 {
	width: 100%;
}

.w-50 {
	width: 50%;
}

.w-48 {
	width: 48%;
}

.panelGridCenter {
	margin: 0 auto;
}

/* contact-us START */
.forty-percent {
	width: 40%;
}

.contact-us-background-color {
	background-color: #fff6b4 !important;
}

.contact-us-font-family {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}

.sixty-percent {
	width: 60%;
}

/* contact-us END */

/* user-profile START */
.thirty-percent {
	width: 20%;
}

.seventy-percent {
	width: 30%;
}

.ui-outputlabel .ui-outputlabel-rfi {
	color: #dc3545 !important;
}

/* user-profile END */

/* booked-ticket START */
.twenty-five-percent {
	width: 25%;
}

.seventy-five-percent {
	width: 75%;
}

.printable-area {
	margin: 10px;
	/* margin-top: 20px !important; */
	border: 2px solid black;
	font-family: "Times New Roman", Times, serif;
}

.text-black {
	color: #333;
}

ul.square-marker {
	list-style-type: square;
}

.color-red {
	color: #FF0000;
}

.watermarked {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	background-size: 100px 100px;
	background-position: 30px 30px;
	background-repeat: no-repeat;
	opacity: 0.7;
}

.watermarked:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-size: 100px 100px;
	background-position: 30px 30px;
	background-repeat: no-repeat;
	opacity: 0.7;
}
.ui-chkbox .ui-chkbox-all .ui-widget {
    display: none !important;
}

.inter-font{
	font-family: inter !important;
}
.ui-menubar .ui-menuitem-link {
    width: auto !important;
    padding: 7px 19px  !important;
}


/* booked-ticket END */