﻿/* Works on Firefox */
* {
	scrollbar-width: thin;
	scrollbar-color: var(--colorDarkMode) var(--colorSecundarioCliente);
}

	/* Works on Chrome, Edge, and Safari */
	*::-webkit-scrollbar {
		height: 7px;
		width: 7px;
	}

	*::-webkit-scrollbar-track {
		background: var(--colorPrimarioCliente);
	}

	*::-webkit-scrollbar-thumb {
		background-color: var(--colorSecundarioCliente);
		border-radius: 7px;
		border: 1px solid var(--colorDarkMode);
	}


body {
	font-family: var(--fontFamilyBody);
	margin: 0;
	padding: 0;
}

.stretch {
    width:100%;
    height:100%;
}

.bodyLoginR {
	background: url(images/Background.jpg) no-repeat center center fixed;
	background-color: black;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position-x: center;
	background-position-y: top;
}

/*.bodyLoginR {
	background: rgb(229,0,33) no-repeat center fixed;
	background: linear-gradient(180deg, rgba(229,0,33,1) 0%, rgba(50,29,29,1) 50%) no-repeat center fixed;
	z-index: 1;
}

	.bodyLoginR::after {
		background: url(images/Background.jpg) no-repeat top fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: auto;
		background-position-y: bottom;
		content: "";
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: -1;
	}*/

.bodyMaster_Hyundai {
	background-color: White !important;
	background: White url(images/FondoHyundai.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 95%;
	height: 95%;
	left: 0px;
	top: 0px;
	font-family: var(--fontFamilyBody);
	font-size: 13px;
	color: #766d53;
	margin: 0px;
}

.bodyMaster_ConsuAuto {
	background-color: White !important;
	background: White url(images/FondoConsuauto.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	font-family: var(--fontFamilyBody);
	font-size: 13px;
	color: #766d53;
	margin: 0px;
}

.bodyMaster {
	background-color: #0d1520 !important;
	background: White url(images/fondo.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 95%;
	height: 95%;
	left: 0px;
	top: 0px;
	font-family: var(--fontFamilyBody);
	font-size: 13px;
	color: #766d53;
	margin: 0px;
}

body form {
	display: flex;
}

main {
	width: 100%;
	display: flex;
}

.tableSiteMap {
	background-color: var(--bgColorDarkMode);
	color: var(--colorDarkMode);
	/*height: 20px;*/
	display: flex;
	align-items: center;
	justify-content: start;
	padding: 10px 5px;
}

.Title {
	background-color: var(--colorSecundarioCliente);
	/*height: 50px;*/
	/*font-size: 20pt;*/
	font-size: 25px;
	color: var(--colorDarkMode);
	/*vertical-align: bottom;*/
	text-align: center;
	/*text-indent: 60px;*/
	font-weight: bold;
	padding-bottom: 10px;
	font-family: var(--fontFamilyTitle);
	text-transform: uppercase;
	margin: 0;
	padding: 8.5px;
}

.Content {
    background-color: var(--backgroundContent);
    height: 300px;
    vertical-align: top;
}

.ContentBottom
{	height: 0px;background-color: #4C8ECA;
}


.table {
	font-family: var(--fontFamilyBody);
	font-size: 8pt;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}



.MasterContentTable
{
	background-image:url(images/textura.gif);
	
}
.MasterUpperBorderTD
{
	background-color:White;
	background-position:top ;
background-repeat:no-repeat;
}
.MasterLeftUpperBorderTD
{
	width:50px;
	background-image:url(images/td_Lbgimg.gif);
	background-position:top ;
background-repeat:no-repeat;
}
.MasterRightUpperBorderTD
{
	width:50px;
	background-image:url(images/td_Rbgimg.gif);
	background-position:top ;
background-repeat:no-repeat;
}

.MasterLeftLowerBorderTD
{
	width:50px;
	background-image:url(images/td_LLbgimg.gif);
	background-position:top ;
background-repeat:no-repeat;
}
.MasterRightLowerBorderTD
{
	width:50px;
	background-image:url(images/td_RLbgimg.gif);
	background-position:top ;
background-repeat:no-repeat;
}

.MasterLeftUpperBorder
{
	width:50px;
	background-image:url(images/td_MLbgimg.gif);
	background-position:top ;
background-repeat:no-repeat;
}
.MasterRightUpperBorder
{
	width:50px;
	background-image:url(images/td_MRbgimg.gif);
	background-position:top ;
background-repeat:no-repeat;
}

.MasterLeftLowerBorder
{
	width:50px;
	background-image:url(images/td_MLLbgimg.gif);
	background-position:top ;
background-repeat:no-repeat;
}
.MasterRightLowerBorder
{
	width:50px;
	background-image:url(images/td_MRLbgimg.gif);
	background-position:top ;
	background-repeat:no-repeat;
}

.MasterContentTD 
{
	background-color:White;
	background-position:center;
	background-repeat:no-repeat;
	font-size:8pt;
}

.MasterContentBorder 
{
	
	font-size:8pt;		
}


select {
	font-family: var(--fontFamilyBody);
	font-size: 8pt;
	color: #003399;
	background-color: #efefef;
}

.tabclose{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.middletab{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
.endtab{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}


.txtbox {
	font-family: var(--fontFamilyBody);
	font-size: 8pt;
	font-style: normal;
	color: #003399;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #efefef;
	border-top-color: Gray;
	border-right-color: Gray;
	border-bottom-color: Gray;
	border-left-color: Gray;
}


.tbxLogin {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 6px;
    font-size: 14px;
    line-height: 1.4285;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.buttonDet {
	font-family: var(--fontFamilyBody);
	font-size: 8pt;
	font-style: normal;
	color: White;
	background-color: #003399;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: Gray;
	border-right-color: Gray;
	border-bottom-color: Gray;
	border-left-color: Gray;
}
.buttonSolicitar {
	font-family: var(--fontFamilyBody);
	font-size: 8pt;
	font-style: normal;
	color: White;
	background-color: #159EE8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: Gray;
	border-right-color: Gray;
	border-bottom-color: Gray;
	border-left-color: Gray;
}

.buttonContratar {
	font-family: var(--fontFamilyBody);
	font-size: 8pt;
	font-style: normal;
	color: Maroon;
	background-color: #FF9999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: Gray;
	border-right-color: Gray;
	border-bottom-color: Gray;
	border-left-color: Gray;
}



.button {
	font-family: var(--fontFamilyBody);
	font-size: 12pt;
	font-style: normal;
	color: var(--colorDarkMode);
	background-color: var(--colorSecundarioCliente);
	border: 1px solid gray;
	border-radius: 5px;
	cursor: pointer;
	padding: 10px;
}

a {
	font-family: var(--fontFamilyBody);
	font-size: 8pt;
	text-decoration: none;
	color: var(--colorSecundarioCliente);
}
	a:visited {
		color: var(--colorSecundarioCliente);
	}

	a:hover {
		color: var(--colorPrimarioCliente);
	}

h1 {
	font-family: var(--fontFamilyBody);
	font-size: 10pt;
	font-style: normal;
	color: White;
	text-align: left;
}

P {
	font-family: var(--fontFamilyBody);
	font-size: 8pt;
	font-style: normal;
	color: #808080;
	font-weight: bold;
	text-align: left;
}

.label {
	font-family: var(--fontFamilyBody);
	font-size: 8pt;
	font-style: normal;
	text-align: left;
}

ul {
	font-family: var(--fontFamilyBody);
	font-size: 8pt;
	font-style: normal;
	text-align: left;
}
li {
	font-family: var(--fontFamilyBody);
	font-size: 8pt;
	font-style: normal;
	text-align: left;
}


.lblGeneral {
	font-family: var(--fontFamilyBody);
	font-size: 8pt;
	font-style: normal;
	text-align: left;
	color: white;
}

.radBtnList {
	font-family: var(--fontFamilyBody);
	font-size: 8pt;
	font-style: normal;
}

.printableTableTd
{
	background-color:#FFFFFF;
}

.printableTableAlternateTD
{
	background-color:#159EE8;
	background-image:url(as);
}

.modalPopup {
	background-color: #ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	text-align: left;
	padding:3px;
	width:500px;
}

.modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}



.Logo
{
	background-image: url(images/Logo.png);
	background-repeat:no-repeat;
	background-position:center;
	width:500px;
}

#grid a {
	font-family: var(--fontFamilyTitle);
	font-size: 8pt;
	color: blue;
	text-decoration: underline;
}


.THMENU {
	border-bottom: 1px solid #CCCCCC;
	padding-left: 5px;
	background-color: var(--colorSecundarioCliente);
	color: White;
	background-position: left;
	font-weight: bold;
	font-family: var(--fontFamilyTitle);
	font-size: 11px;
	height: 20px;
	text-indent: 5px;
}

.TABLECONTROL
{
	background-color: #E0E0E0;
}

.TDMENU4 {
	padding-left: 12px;
	color: Black;
	background-color: #E0E0E0;
	color: #003399;
	font-weight: bold;
	background-position: left;
	text-align: left;
	font-family: var(--fontFamilyBody);
	font-size: 12px;
	height: 20px;
	text-indent: 5px;
}

.logoSideNav {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	text-align: center;
}

.imgSideNav {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	text-align: center;
	background-color: var(--colorSideNav);
	/*padding: 1rem;
	margin-top: 1rem;*/
	width: var(--imgLogoSizeWidth);
	padding: 10px;
}

.liUltimoAcceso {
	margin: 1rem 2rem;
	text-align: center;
	color: var(--colorSideNavUltimoAcceso);
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	font-size: 9px;
}

.InfoLogin {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	gap: 0.2rem;
}

.lblUltimoAcceso {
	color: var(--colorSideNavUltimoAcceso);
	font-weight: bold;
	text-align: center;
}

.LogOut {
	display: flex;
	align-items: center;
	justify-content: center;
}

	.LogOut .imgBLogOut {
		width: 18px;
	}

.logoSizeCliente {
	height: 55px;
	object-fit: contain;
	width: 80%;
}

.spanInsurance {
	color: var(--colorDarkMode);
	font-size: 18px;
	font-weight: bold;
}

.hrSideNav {
	border-color: var(--colorSecundarioCliente);
	margin: 0 auto;
	width: 60%;
}

.siteMapClass {
	color: var(--colorDarkMode);
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
}

	.siteMapClass span {
		background-color: var(--colorPrimarioCliente);
		clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%, 5% 50%);
		font-size: 1.5rem;
		padding: 1rem 1.5rem;
	}

	.siteMapClass span:nth-child(2), .siteMapClass span:nth-child(3) {
		display: none !important;
	}

	.siteMapClass span:nth-child(4) {
		border-radius: 3px 0 0 3px;
		clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
		padding-left: 1rem;
	}
		.siteMapClass span a {
			font-size: 1.5rem;
			color: var(--colorDarkMode);
		}

			.siteMapClass span a:visited {
				color: var(--colorDarkMode);
			}

			.siteMapClass span a:hover {
				color: var(--colorDarkMode);
			}

.separatorSite {
	border-radius: 0 !important;
	clip-path: polygon(40% 0%, 60% 0%, 100% 50%, 60% 100%, 40% 100%, 75% 60%, 0% 60%, 0% 40%, 75% 40%) !important;
	color: var(--colorPrimarioCliente);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem 1rem !important;
	display: none;
}

.separatorCurrent {
	clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%, 5% 50%) !important;
	color: var(--colorDarkMode);
	background-color: var(--colorSecundarioCliente) !important;
	padding: 1rem;
}

.siteMapClass span:nth-child(12) {
	border-radius: 0 3px 3px 0;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 5% 50%) !important;
	padding-right: 1rem;
}


