
/*
	Estilo modificado de style.css de la pagina principal del ACA para el footer agregado
	de redes sociales, aplicacion y revista ACA Club.
*/
	
	#nz-content {
		position:relative;
		z-index:78;
		background-color: #ffffff;
	}
	.nz-section {
		background-position: center center;
		background-repeat: no-repeat;
		margin-bottom: 0;
		margin: 0 auto;
		position: relative;
		width: 100%;
		z-index: 1;
		overflow:hidden; 
	}
	
	@media only screen and (min-width: 320px)  {
			.containerMobile,
			.full-width-true .nz-tabs.full-true .tab-content,
			.ninzio-navigation,
			.wpml-ls-statics-post_translations {
				max-width:290px;
				width:290px;
			}
	}

	@media only screen and (min-width:480px) {

			.container,
			.full-width-true .nz-tabs.full-true .tab-content,
			.ninzio-navigation,
			.wpml-ls-statics-post_translations {
				max-width:440px;
				width:440px;
			}
	}

	@media only screen and (min-width: 768px)  {

			.rich-header .container > * {
				display: table-cell;
				vertical-align: middle;
			}

			.rich-header .nz-breadcrumbs {
			    text-align: right;
			    position: relative;
    			bottom: -3px;
			}

			.container,
			.ninzio-navigation,
			.wpml-ls-statics-post_translations {
				max-width:720px;
				width:720px;
			}

			.nz-row {
				margin-left: -15px;
				margin-right: -15px;
			}
			.col4 {width: 33.33333333%;}
			.col12,
			.col11,
			.col10,
			.col9,
			.col8,
			.col7,
			.col6,
			.col5,
			.col4,
			.col3,
			.col2,
			.col1 {
				float: left;
				padding-left: 15px;
				padding-right:15px;
			}
	}

	@media only screen and (min-width:1024px){
			.container,
			.full-width-true .nz-tabs.full-true .tab-content,
			.ninzio-navigation,
			.wpml-ls-statics-post_translations {
				max-width:960px;
				width:960px;
			}
	}

	@media only screen and (min-width:1100px){
		.container,
			.full-width-true .nz-tabs.full-true .tab-content,
			.ninzio-navigation,
			.wpml-ls-statics-post_translations {
				max-width:1170px;
				width:1170px;
			}
	}
	
	.page-full-width {
		width: 100% !important;
		max-width: 100% !important;
	}
	
	p,q,pre,address,hr,code,samp,dl,ol,ul,li ul,li ol,form,table,fieldset,menu,kbd,samp{margin:0 0 10px;padding:0}
	table{border-collapse:collapse;border-spacing:0}
	tr,th,td{padding:10px}
	th{text-align:left}
	.aligncenter,img.aligncenter{margin-right:auto;margin-left:auto;display:block;clear:both}
	img,img[class*="wp-image"]{max-width:100%;height:auto!important;border:0;-ms-interpolation-mode:bicubic;vertical-align:bottom;margin:0}

label {
  font-weight: normal; 
}

.navbar-default{
    border-color:white;
}

.jumbotron {
    background-color:#fff6d9;
}

h5{
  text-align: center;
}

@media (min-width: 1200px){
.container {
    width: 1170px;
}
}

@media only screen and (max-width: 767px) {
  .panel-title{
    font-size:20px;
    }
}
@media (min-width: 510px) 
{
       .panel-title{ font-size:20px;} 
       body, input, pre, code, kbd, samp, dt {font-size:14px;}
       .btn-default {font-size:14px;}
       textarea, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] 
       {
           font-size:14px;
       }
       select
       {
          font-size:14px; 
       }
       .select2-container--default .select2-selection--single{font-size:14px; }
       .boton-principal{font-size:14px; }
       .data-table thead td{font-size:14px; }

}

@media (max-width: 510px) 
{
       .panel-title{ font-size:11px;} 
       body, input, pre, code, kbd, samp, dt {font-size:10px;}
       .boton-principal{font-size:10px;}
       .boton-secundario{font-size:10px;}
       textarea, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] 
       {
           font-size:10px;
       }
       select
       {
          font-size:10px; 
       }
       .select2-container--default .select2-selection--single{ font-size:10px;}
       .boton-principal{font-size:10px;}
       .data-table thead td{font-size:10px;}
       
       .number{
            width: 13px !Important;
            height: 13px !Important;
        }

}
@media (max-width: 436px) {
    .LinkVolverPaso{
        margin-top:20px;
        float:left;
        margin-left: 0px;
    }
    .dia, .mes, .anio {
        width: 32% !Important;
    }
}


.dia, .mes, .anio {
     width: 32.5%;
     display: inline;
}

.legales {
  font-size: 11px;
  padding: 20px;
  line-height: 1.2;
  color: #666666;
}

.select2-container--default .select2-selection--single{
 outline: 0;
  margin: 0 0 10px;
  text-align: left;
  vertical-align: top;
  height: 45px;
  max-width: 100%;
  width: 100%;
  padding: 0px 0px 0px 20px;
  line-height: 45px;
  background-color: #ffffff;
  border: 1px solid #666666;
  color: #666666;
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 300ms;
  transition: all 300ms;   
  border-radius:0px;
}

.select2-selection__arrow {
   height:43px !Important; 
}

.peugeot{
    background-image:url(images/peugeot.png);
    background-position:5px;
    background-repeat:no-repeat;
    background-size: 20px;
    background-color: #df1d2e;
    width:100%;

}

.peugeot:hover{
   background-image:url(images/peugeot.png);
    background-position:5px;
    background-repeat:no-repeat;
    background-size: 20px;
     background-color: #b21725;
    width:100%;
}

.fiat{
    background-image:url(images/fiat.png);
    background-position:5px;
    background-repeat:no-repeat;
    background-size: 20px;
    background-color: #df1d2e;
    width:100%;

}

.fiat:hover{
   background-image:url(images/fiat.png);
    background-position:5px;
    background-repeat:no-repeat;
    background-size: 20px;
     background-color: #b21725;
    width:100%;
}

.renault{
    background-image:url(images/renault.png);
    background-position:5px;
    background-repeat:no-repeat;
    background-size: 20px;
    background-color: #df1d2e;
    width:100%;

}

.renault:hover{
   background-image:url(images/renault.png);
    background-position:5px;
    background-repeat:no-repeat;
    background-size: 20px;
     background-color: #b21725;
    width:100%;
}

.chevrolet{
    background-image:url(images/chevrolet.png);
    background-position:5px;
    background-repeat:no-repeat;
    background-size: 20px;
    background-color: #df1d2e;
    width:100%;
}

.chevrolet:hover{
   background-image:url(images/chevrolet.png);
    background-position:5px;
    background-repeat:no-repeat;
    background-size: 20px;
     background-color: #b21725;
    width:100%;
}

.ford{
    background-image:url(images/ford.png);
    background-position:10px;
    background-repeat:no-repeat;
    background-size: 20px;
    background-color: #df1d2e;
    width:100%;
}

.ford:hover{
   background-image:url(images/ford.png);
    background-position:10px;
    background-repeat:no-repeat;
    background-size: 20px;
     background-color: #b21725;
    width:100%;
}

 .volkswagen{
    background-image:url(images/volkswagen.png);
    background-position:5px;
    background-repeat:no-repeat;
    background-size: 20px;
    text-align:right;
    background-color: #df1d2e;
    width:100%;
 }
 
 .volkswagen:hover{
   background-image:url(images/volkswagen.png);
    background-position:5px;
    background-repeat:no-repeat;
    background-size: 20px;
     background-color: #b21725;
    width:100%;
}

.LinkVolverPaso
{
    margin-top:20px;
}

.carne > tbody > tr > td
{
    border:0px;
    padding:0px;
    line-height:1;
    background: white!Important;
}

.subtitulo{
    background-color:gray;
    color:white;
    padding:12px 20px 12px 20px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered
{
    line-height:inherit;
}


.link-volver {
  color: #df1d2e;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400; 
  line-height: 1.25;
   margin-top:20px;
  margin-bottom:15px;
}

.link-volver:before{
  content: ' ';
  width: 17px;
  height: 22px;
  display: inline-block;
  background: url(../Content/images/ico_mosaico.png) no-repeat left top;
  background-size: 100%;
  vertical-align: top;
  margin-right: 5px;
 
}
/*Fin Link*/

/*Paneles*/
.panel
{
    margin-bottom:20px !Important;
}
.panel-heading {
    background: #df1d2e;
    color: #ffffff;
    padding: 15px 0px 15px 10px;
    border-style: none;
    border-top-left-radius: 0px; 
    border-top-right-radius: 0px; 
}

.panel-body {
  background:#fff6d9;  
  border-style: none;
  border-top-left-radius: 0px; 
  border-top-right-radius: 0px; 
}

.panel-heading-desactivo {
  background: #d9d9d9;
  color:#666666;  
}
/*Fin paneles*/

/* TABLAS */
.table-responsive {
  overflow-y: auto;
  display: block;
}

.data-table {
  width: 100%;
  border-left: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  margin-bottom: 30px;
  display:block;
}
.data-table td {
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 15px 10px;
}
.data-table thead td {
  background: #f1bb01;
  font-family: "Montserrat", sans-serif;
  color: #666666;
}
.data-table tbody tr td a {
  font-weight: 700;
  text-decoration: underline;
  color:#df1d2e;
  float:none;
}
.data-table tbody tr td a:hover {
  color: #333333;
}
.data-table tbody tr:nth-child(odd) td {
  background: #ffffff;
}
.data-table tbody tr:nth-child(even) td {
  background: #fff6d9;
}

/*Validaciones*/

.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000 !Important;
    background-color: #ffeeee !Important;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/*Fin validaciones*/

/*Modal*/
.modal-content{
    background-color:#fff6d9;
    border-radius:0px;
}

.modal-header{
    background-color: #df1d2e;
    border-radius:0px;
    
}
.modal-header h4{
    color:#ffffff;
}
button.close{
    width: 21px;
    background-color: #ffffff;
    opacity:1;
    border-radius:10px;
}

/*Fin modal*/

.link-title:before {
  content: ' ';
  width: 17px;
  height: 17px;
  display: inline-block;
  background: url(../Content/images/ico_info_red.png) no-repeat left top;
  background-size: 100%;
  vertical-align: top;
  margin-top: -2px;
  margin-right: 5px;
}

.number{
    float:left;
    background-color: #ffffff;
    color:#df1d2e;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin-right: 15px;
    text-align: center;
}

input[type="checkbox"]{
    margin-right:10px;
}

.tarjeta 
{
     margin: 0 auto;
}

.rojo
{
    color:#F14D2A;
    font-weight: bold;
}

.button, button, input[type="reset"], input[type="submit"], input[type="button"]
{
    z-index:0;
}
