html, body {
  height: 100%;
}
.wrapper {
  display: table;
  height: 100%;
  width: 100%;
}
.content {
  display: table-row;
  height: 100%;
}
.per__unit__bg{
    background-image: url("../assets/images/control-oferta-bg-sincoma.svg") !important;
}
.btn-disabled{
    background-color: #c07100 !important;
    cursor: no-drop !important;
}
.nav-pills > li + li {
    margin-left: 0px;
}
.pagination>li>a{
    padding: 12px 22px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background-color: #53B3CB;
    border-color: #53B3CB;
}
.cm-pagination{
    margin: 2em auto;
    text-align: center;
    display: block;
}

.tabs-vr .details{
    border:1px solid #f38f00;
    min-height: 150px;
    padding: 30px;
}
.header__navigation__buscar > a{
    margin: 0;
}
.header__navigation__buscar > a .icon-uEA04-search{
    position: relative;
}
.tabs-vr .headings{
    left: 4px;
    padding: 0;
    position: relative;
}
.tabs-vr .headings ul.nav-tabs{
    border: none;
}
.text-red{
    color: #f00 !important;
}
.text-green{
    color: #0f0 !important;
}
.label-regular{
    font-weight: 500;
}
.border-bottom{
    border-bottom: 1px solid #dddddd;
}
.text-normal-mutated{
    font-weight: 500;
    color: #777;
}
.angular-google-map-container {
    height: 400px;
}

#cabin_name{
    margin-top: 10px;
}

.ng-fav{
    color: rgba(255, 255, 255, 0.85);
    cursor: pointer;
}
.ng-fav:hover{
    color: #fff;
}

.modal-open{
    padding: 0 !important;
}
.subusca-modal .modal-body, .subusca-modal .lote-detalle__media__info__descripcion, .subusca-modal .lote-info__tab-content__ficha__fila__contenido >.subusca-modal p,.subusca-modal .lote-modal__footer .checkbox{
    font-family: unset;
}
.lote-modal__footer-detail{
    text-align: center;
    padding: 0px 40px 40px 40px;
}
.lote-modal__header .close > span{
    position: absolute;
    margin: 3%;
}
.modal-lote__home--offer{
    /*width: 45%;*/
}
.modal-lote__home--offer .lot__gender {
    display: inline-block;
    padding: 0 12px;
}
.ngn-grimace{
    background-color: green;
}

.lote-preferredPayment{
    width: 100%;
    padding: 15px;
}
.lote-preferredPayment .boton-ver-todos{
    margin: 0;
}
.lote-preferredPayment .lote-venta__body__fila__contenido__dropdown button .caret {
    right: 100px;
    top: 15px;
}
.lote-preferredPayment .lote-venta--label span{
    font-size: 13px;
    color: #666666;
}

.user__financing--error{
    font-size: 10px;
    color: red;
    margin: 0;
    height: 1px;
}

/* Menu */
.header__navigation--menu-container .feature-option,
.header.homepage .header__navigation .feature-option {
    color: #F38F00;
    font-weight: bold;
}

/* Lot list */
.listado__grilla__item-categoria {
    position: absolute;
    text-align: center;
    display: block;
    color: #fff;
    width: 100%;
    background: darkorange;
}

.round_unit{
    font-size: 9px !important;
    color: #999999 !important;
}
.round_result{
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    margin: 0 2px;
}
.round_result_winner{
    background: chartreuse;
}
.round_result_lost{
    background: red;
}
.round_result_tied{
    background: yellow;
}
.round_result_percent{
    color: #F38F00 !important;
    font-size: 11px !important;
    font-weight: 600;
}

@media only screen and (max-width: 768px) {
    .tooltip {
        display: none !important;
    }
}
@media only screen and (min-width: 768px) {
    #collapseFilters {
        display:  block;
    }
}

.spin{
    -webkit-animation-name: spin;
    -webkit-animation-duration: 1000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 1000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 1000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    animation-name: spin;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
.cm-lot__photo, .cm-lot__video {
    width: 90px;
    height: 90px;
    border: solid 1px #333;
    display: inline-block;
    vertical-align: top;
    margin: 10px 20px 10px 0;
    cursor: pointer;
}
.cm-lot__photo > label {
    position: relative;
}
.cm-lot__photo label > a {
    position: absolute;
    right: 0;
    padding: 1px 5px 0;
    text-decoration: none;
    font-weight: normal;
    cursor: pointer;
}
.cm-lot__photo img {
    width: 88px;
    height: 88px;
}
input[type=file] {
    display: block;
}
.cm-lot__photo .fa-camera, .cm-lot__video .fa-video-camera {
    color: gray;
    font-size: 2.5em;
    padding: .75em;
    cursor: pointer;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
