@import url('/olimpo/css/webdb.css');

@font-face {
	font-family: 'gayathri';
	src: url('/gayathri.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

body {
	margin: 0px;
	height: 100%;
}

body > div {
	min-height: 100%;
	position: relative;
}

img {
	border: 0px;
	max-width: 100%;
}

div,
td,
select,
input {
	color: #444;
	font-family: 'gayathri';
}
option {
	font-family: verdana;
}

a:link,
a:visited {
	color: #32A6F7;
	text-decoration: none;
	transition: all 0.5s linear;
}
a:hover,
a:active {
	color: #0266D7;
	text-decoration: none;
}

select,
textarea,
.txt,
.txa {
	padding: 4px;
	font: 13px gayathri;
	border-radius: 4px;
	border: #BBB solid 1px;
	background-image: linear-gradient(to top, #ECF0FF 20%, #FFF 80%);
	transition: all 0.3s linear;
}
select:focus,
textarea:focus,
.txt:focus {
	outline: 0;
	box-shadow: 0px 0px 6px #0276C7;
}

.button {
	color: #FFF;
	margin: 1px;
	height: 30px;
	cursor: pointer;
	border: 0px;
	font-size: 15px;
	border-radius: 6px;
	background: #0276C7;
	transition: all 0.5s linear;
}
.button:hover {
	color: #FFF;
	text-decoration: none;
	background: #00365D;
}
.button:active {
	top: 1px;
	position: relative;
	background: #004;
}
.button:disabled {
	background: #AAA;
}
.buttonb {
	padding: 4px;
	height: 18px;
	font-size: 12px;
	border-radius: 8px
}

.tsep {
	width: 28px;
	color: #333;
	text-align: center;
	vertical-align: top;
}
.tmnu,
.tmnu:link,
.tmnu:visited {
	color: #FFF;
	font-size: 0.68em;
	font-weight: normal;
	text-decoration: none;
	transition: all 0.3s linear;
}
.tmnu:hover,
.tmnu:active {
	color: #333;
	text-decoration: none;
}

.gmnu,
.gmnu:link,
.gmnu:visited {
	color: #FFF;
	text-decoration: none;
	transition: all 0.3s linear;
}
.gmnu:hover,
.gmnu:active {
	color: #0276C7;
	text-decoration: none;
}

.req {
	color: #FF2020;
}

.cpt {
	color: #32A6F7;
	margin-top: 0;
	font-size: 2em;
}

.tabc {
	padding: 10px;
	border: 1px solid #888;
	box-shadow: 4px 4px 6px 0px #888;
}
.tabn {
	cursor: pointer;
	height: 34px;
	text-align: center;
	font-size: 1.2em;
	color: #FFF;
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	border-radius: 10px 10px 0px 0px;
	background: #888;
	transition: all 0.5s linear;
}
.tabn:hover {
	background: #CCC;
}

.tabs {
	height: 34px;
	text-align: center;
	font-size: 1.2em;
	color: #FFF;
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	border-radius: 10px 10px 0px 0px;
	background: #32A6F7;
}

.checkbox-switch {
	margin: 20px 0 -5px 0;
	outline: 0;
	-webkit-appearance: none;
	width: 40px;
	height: 20px;
	border-radius: 50px;
	background-color: #FFF;
	border: 1px solid #D9DADC;
	box-shadow: inset -20px 0px 0px 0px #D9DADC;
	transition-duration: 200ms;
}
.checkbox-switch:checked {
	box-shadow: inset 20px 0px 0px 1px #2296F7;
}

.chkcm {
	position: relative;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	user-select: none;
}
.chkcm input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 17px;
	width: 17px;
	background: #EEE;
	border-radius: 4px;
	border: 1px solid #AAA;
	transition: all .3s ease;
}
.chkcm:hover input ~ .checkmark {
	background: #CCC;
}
.chkcm input:checked ~ .checkmark {
	background: #2196F3;
}
.checkmark:after {
	content: '';
	display: none;
	position: absolute;
	transition: all .3s ease;
}
.chkcm input:checked ~ .checkmark:after {
	display: block;
}
.chkcm .checkmark:after {
	left: 5px;
	top: 1px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
}

#menuToggle {
	z-index: 2;
	left: 10px;
	display: block;
	position: relative;
	user-select: none;
	padding: 7px 4px 3px 4px;
	border: 1px solid #DDD;
	border-radius: 6px;
}
#menuToggle a {
	color: #FFF;
	text-decoration: none;
	transition: color 0.3s ease;
}
#menuToggle input {
	z-index: 3;
	opacity: 0;
	cursor: pointer;
	display: block;
	top: -7px;
	left: -5px;
	width: 40px;
	height: 32px;
	position: absolute;
	-webkit-touch-callout: none;
}
#menuToggle span {
	z-index: 2;
	display: block;
	width: 33px;
	height: 4px;
	margin-bottom: 5px;
	position: relative;
	background: #333;
	border-radius: 3px;
	transform-origin: 4px 0px;
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
}
#menuToggle span:first-child {
	transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2){
	transform-origin: 0% 100%;
}
#menuToggle input:checked ~ span {
	opacity: 1;
	background: #FFF;
	transform: rotate(45deg) translate(-2px, -1px);
}
#menuToggle input:checked ~ span:nth-last-child(3) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2) {
	transform: rotate(-45deg) translate(0, -1px);
}
#menu {
	position: absolute;
	width: 300px;
	margin: -100px 0 0 -50px;
	padding: 50px;
	padding-top: 125px;
	background: #32A6F7;
	list-style-type: none;
	-webkit-font-smoothing: antialiased;
	transform-origin: 0% 0%;
	transform: translate(-100%, 0);
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}
#menu li {
	padding: 1px 0;
	font-size: 20px;
}
#menuToggle input:checked ~ ul {
	transform: none;
}

.blk {
	padding: 2px 9px 0 9px;
	margin-right: 5px;
	border-radius: 3px;
	font-size: .875em;
	font-weight: bold;
	color: #B1B1B1;
	border: 1px solid #CCC;
	text-shadow: 0px 1px 0px #FFF;
	box-shadow: inset 0px 1px 0px #FFF,0px 1px 3px rgba(128,128,128,.5);
	background-image: linear-gradient(to bottom, #FFF 20%, #CCC 80%);
	transition: all .4s linear;
}
.blk:link, .blk:visited {
	color: #000;
}
.blk:hover, .blk:active {
	color: #FFF;
	background: #32A6F7;
	text-shadow: #B1B1B1;
	box-shadow: inset 0px 1px 0px #32A6F7,0px 1px 3px #888;
}
.blk.active {
	border-color: transparent;
	color: #FFF;
	background: #B1B1B1;
	text-shadow: #DDD;
	box-shadow: inset 0px 1px 0px #B1B1B1,0px 1px 3px #888;
}

.vehrow {
	width: 95%;
	margin: auto;
	display: grid;
	padding: 8px;
	border-radius: 6px;
	border: 1px solid #CCC;
	grid-template-columns: 180px calc(100% - 220px) 40px;
}
.vehrow1 {
	grid-row-start: 1;
	grid-row-end: 3;
	grid-column: 1;
	text-align: center;
}
.vehrow1 > div {
	padding: 0 20px 4px 0;
}
.vehrow2 {
	grid-row: 1;
	grid-column: 2;
}
.vehrow3 {
	grid-row: 2;
	grid-column: 2;
	font-size: .9em;
	text-align: justify;
	padding-right: 20px;
}
.vehrow4 {
	grid-row-start: 1;
	grid-row-end: 3;
	grid-column: 3;
	margin: auto;
}
@media (max-width: 720px) {
	.vehrow1 {
		grid-row: 1;
		grid-column: 1;
	}
	.vehrow3 {
		grid-row: 2;
		grid-column-start: 1;
		grid-column-end: 3;
		padding: 6px;
	}
}

.sliderb {
	z-index: 11;
	position: absolute;
	cursor: pointer;
	top: 45%;
	opacity: 0.5;
	transition: .5s ease-in-out;
}

.vic {
	font-size: 14px;
	filter: grayscale(100%);
}

.sliderb:hover {
	opacity: 1;
}
.sliderl {
	left: 1%;
}
.sliderr {
	right: 1%;
}

.veh {
	font-size: 1.2em;
}

.vehimgs {
	scrollbar-color: #32A6F7 #DDD;
}
.vehimgs::-webkit-scrollbar {
	width: 18px;
	height: 20px;
}
.vehimgs::-webkit-scrollbar-track {
	background: #CCC;
	border-radius: 16px;
}
.vehimgs::-webkit-scrollbar-thumb {
	border-radius: 16px;
	border: 1px solid #444;
	background-color: #32A6F7;
}
.vehimgs::-webkit-scrollbar-thumb:hover {
	background-color: #0266D7;
}

.lnb {
	display: inline-block;
	padding: 2px;
	border: 1px solid #CCC;
	border-radius: 6px;
	background: #F7F7F7;
}
.lnb:hover {
	border: 1px solid #99F;
	background: #DDF;
	transform: scale(1.1);
}

.btps {
	display: inline-block;
	padding: 2px;
	width: 300px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
