/*UTILIDADES*/
.texto_naranja {
    color: #fb8c00;
}

.texto_centrado {
    text-align: center;
}

.borde_blanco {
    border: #fff solid 2px;
    margin: 0;
    padding: 25px;
}

/*Botones
.btn, .btn-large {
    background-color: #2d2d2d;
}
.btn:hover, .btn-large:hover {
    background-color: #ffffff;
}
.btn:focus, .btn-large:focus, .btn-floating:focus {
    background-color: #ffffff;
}*/

/*BUSCADOR*/
#ubicacion_carro {
    border: solid 3px #fb8c00;
}

/*section#top {
    position: absolute;
    z-index: 2;
    width: 100%;
}*/

.imageContainer {
    height: 155px;
    overflow: hidden;
}

div#top_contac_info {
    color: #fff;
    width: 100%;
    padding: 1vh 0 0 0;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 1vh;
    height: 9vh;
}

div#logo_menu_container {
    height: 11vh;
}

img#logo_img {
    width: 230px;
}

#mobile_flag_break {
    display: none;
}

/*
*Materialize override
*/

#menu nav {
    background-color: transparent;
    box-shadow: none;
}

#menu nav ul a {
    color: #f97307;
    font-size: 1.3em;
    font-weight: bold;
    text-transform: uppercase;
    transition: color 0.2s ease;
}

#menu nav ul a:hover {
    color: #fff;
    background-color: rgba(249, 115, 7, 0.71)
}

/*BANNER*/
#movil_header {
    height: 11vh;
}

section#banner {
    margin-bottom: 3vh;
}

.carousel {
    width: 100%;
    height: auto;
}

/*Banners ads*/
.hoverable {
    border: #d0cfcf 3px solid;
}

/*INNER TOP*/
div#inner_top {
    height: 9vh;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    border-bottom: #a2a2a2 solid 5px;
}

div#content_space {
    height: 11vh;
}

.tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #fb8c00;
    will-change: left, right;
}

.tabs .tab a:hover, .tabs .tab a.active {
    background-color: #ef6c00;
    color: #fff;
}

.tabs .tab a {
    color: #e65100;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 24px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: color .28s ease;
    transition: color .28s ease;
}

#datos_vehiculo {
    padding: 0 .2rem;
}

#datos_vehiculo .card {
    margin: .2rem 0 0.2rem 0;
}



/*Boostrap override*/

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    width: 100%;
}

/*FOrmulario*
.input-field label {
    top: 1.8rem;
}*/

/*Vista de carro*/
span.detalle_item_titulo {
    margin-right: 1vw;
}

#datos_contacto .chip {
    font-size: 25px;
}

.chipi.material-icons {
    font-size: 20px;
}

.switch label input[type=checkbox]:checked + .lever {
    background-color: #f57c00;
}

.switch label input[type=checkbox]:checked + .lever:after {
    background-color: #ef6c00;
}

/*Anunciate */

#anunciate_wrap .card-title {
    font-weight: bolder;
}

#anunciate_wrap .card-content {
    padding: 0px;
}

/*Slider costum*/
.slider-selection.tick-slider-selection {
    background-image: linear-gradient(to bottom, #fd9a07 0, #b76007 100%);
}

.slider-handle {
    background-image: linear-gradient(to bottom, #df4314 0, #be4004 100%);
}

.slider-tick.in-selection {
    background-image: linear-gradient(to bottom, #f5b39e 0, #d2835e 100%);
}

/*Text helpers*/
.bold {
    font-weight: bold;
}

.glyphicon {
    margin-right: 5px;
}

.thumbnail {
    margin-bottom: 20px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.item.list-group-item {
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
}

.item.list-group-item:nth-of-type(odd):hover, .item.list-group-item:hover {
    background: #428bca;
}

.item.list-group-item .list-group-image {
    margin-right: 10px;
}

.item.list-group-item .thumbnail {
    margin-bottom: 0px;
}

.item.list-group-item .caption {
    padding: 9px 9px 0px 9px;
}

.item.list-group-item:nth-of-type(odd) {
    background: #eeeeee;
}

.item.list-group-item:before, .item.list-group-item:after {
    display: table;
    content: " ";
}

.item.list-group-item img {
    float: left;
}

.item.list-group-item:after {
    clear: both;
}

.list-group-item-text {
    margin: 0 0 11px;
}

.buscar_img_mask {
    width: 100%;
    display: block;
    overflow: hidden;
    height: 220px;
}

.buscar_img_mask_list {
    float: left;
    margin-left: 5vw;
    width: 31vw;
}

/*Vista de carro*/

#calculador_carro input, #calculador_carro input[type=number]:not(.browser-default) {
    margin: 0;
    height: 1rem;
}

#credito_carro_modal {

}

#calculo_carro {

}

#calculo_carro.card .card-content {
    padding: 5px;
    border-radius: 0 0 2px 2px;
}

#calculo_carro .collection-item {
    padding: 3px 3px;
}

#credito_carro_modal .collection a.collection-item {
    color: #f57c00;
}

#credito_carro_modal .collection .collection-item.active {
    background-color: #f57c00;
    color: #eafaf9;
}

i.small {
    font-size: 1.5rem;
}

/*colors override*/
.orange.darken-1 {
    /*background-color: #e79637 !important;*/
}

#floating_menu {
    position: fixed;
    background: #fff;
    left: 0;
    bottom: 20%;
    border-radius: 0px 10px 10px 0px;
    padding: 5px;
    z-index: 1002;
    font-size: 1.5rem;
}

/*Pagination*/
.pagination li.active {
    background-color: #e65100;
}

.page-footer {
    border-top: 5px solid #a9a9a9;
}

a.wts_btn {
    background-color: #4fca5d;
    color: #fff;
    padding: 3px;
    margin: 0;
    width: 100%;
    height: 34px;
    display: block;
    text-align: center;
    border-radius: 0px;
    line-height: 1rem;
}

div#homeSearchBox {
    padding: 20px;
}

.formulario_tarjetas {
    width: 50%;
    margin: 0 auto;
    display: block;
}

@media only screen and (max-width: 600px) {
    img.camera_thumb {
        height: 15vh;
    }
}

@media only screen and (max-width: 600px) {
    img.camera_thumb {
        height: 15vh;
    }

    div#camera_wrap_1 {
        height: 21vh;
    }

    h1 {
        font-size: 3.2rem;
    }
}

/*SELECCION DE ANUNCIO*/
.table-bordes {

}

.table-bordes td, th {
    padding: 4px 5px;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
}

.t_vip, .t_individual {
    text-align: center;
}

.seleccion_anuncio_radio_label:before {
    border: 2px solid #ffffff !important;
}

/*chequeo de tarjeta*/
.card .card_icon,
.card .status_icon {
    /* For a more robust cross-browser implementation, see http://bit.ly/aqZnl3 */
    display: inline-block;
    vertical-align: bottom;
    height: 23px;
    width: 27px;
}

/* --- Card Icon --- */
.card .card_icon {
    background: transparent url('img/credit_card_sprites.png') no-repeat 30px 0;
}

/* Need to support IE6? These four rules won't work, so rewrite 'em. */
.card .card_icon.visa {
    background-position: 0 0 !important;
}

.card .card_icon.mastercard {
    background-position: -30px 0 !important;
}

.card .card_icon.amex {
    background-position: -60px 0 !important;
}

.card .card_icon.discover {
    background-position: -90px 0 !important;
}

/* --- Card Status --- */
.card .status_icon {
    background: transparent url('img/status_sprites.png') no-repeat 33px 0;
}

.card .invalid {
    color: #AD3333;
    background: #f8e7e7;
}

.card .valid {
    color: #33AD33;
    background: #e7f8e7;
}

.card .invalid .status_icon {
    background-position: 3px 0 !important;
}

.card .valid .status_icon {
    background-position: -27px 0 !important;
}

/*Subir imagenenes*/
.upl_card label:hover {
    cursor: pointer;
}

.upl_card label {
    padding: 0;
}

.upl_card .card-content {
    padding: 0;

}

.upl_card .card-action {
    padding: 0;
    text-align: center;
}

#subir_imagenes .modal {
    width: 90%;
    height: 90%;
    max-height: 90%;;
}

#subir_imagenes .btn {
    font-size: 12px;
}

#subir_imagenes i.material-icons {

}

.img-container {
    height: 410px;
}

div#jivo-iframe-container:not(.jivo-c-mobile) {
    z-index: 200 !important;
}

.label_39 {
    z-index: 201 !important;
}

._show_1e.wrap_mW {
    opacity: 1;
    visibility: visible;
    z-index: 199 !important;
}

/*Feria*/
div#feria {
    /*background: url(/ui/public/images/feria/feria_bg.jpg);*/
    background-size: auto;
}

.titulo_feria {
    color: #ffffff;
    background: #01649f;
    padding: 10px;
    border-radius: 10px 10px 0px 0px;
}

.ribbon {
    position: absolute !important;
    width: 36% !important;
    left: 68% !important;
    top: -9px !important;
    z-index: 2 !important;
}

div#getting-started {
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
    font-family: 'Source Code Pro', monospace;
    text-transform: uppercase;
}

#feria_countDown {
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    font-family: 'Source Code Pro', monospace;
    text-transform: uppercase;
    background: #2b76b9;
    text-align: center;
    border-radius: 21px;
    padding: 9px;
}

.salir_feria_btn {
    height: 59px;
    width: 100%;
    line-height: 60px;
    margin-top: 20px;
}

/*Vista de carro feria*/
div#header_carrp_feria {
    background: #fff;
    padding: 20px;
}

div#header_carrp_feria h4 {
    margin: 1.14rem 0 -2.088rem 0;
}

/*Precios carrro*/


h2.precio_oferta {
    background: #fb8c00;
    color: #fff;
    border-radius: 30px;
    width: 89%;
    margin-top: 35px;
    padding: 11px;
    text-align: center;
}

.precio_feria_normal {
    font-size: 2rem;
}

.precio_feria {
    color: #ef6c00;
    font-size: 2rem;
    font-weight: bold;
}

/*promo transferencia*/
#promo_trasferencia {
    border: solid #fb8c00;
    border-radius: 10px;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;

    font-style: italic;
}
#promo_trasferencia h4 {
    font-weight: bold;
    margin: 0.5rem 0.5rem 0.2rem;
}
.cuota_mensual_feria {
    background: #0038A8;
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    padding:10px;
    border-radius:50px;
}

/*Predios*/
#lista_predios {
}

#lista_predios .card-title {
    font-size: 20px;
}


/*subastas*/

iframe#iaai {
    width: 95%;
    margin: 0 auto;
    display: block;
    min-height: 800px;
    border: 0;
}
@media only screen and (min-width: 993px) {
    .container {
        width: 90%;
    }
}

@media screen and (min-width: 1366px) {

    div#camera_wrap_1 {
        height: 31vh;
    }

}
