/**
 * Utility styles
 */
.is-hidden {
    display: none !important;
}
.force-clear {
    clear: both !important;
}

/**
 * Forms
 */
.invalid-field {
    border: 2px solid #c20000 !important;
}
.tiny-field {
    width: 50px !important;
    float: left !important;
    margin-right: 10px !important;
}
.tiny-field.year {
    width: 80px !important;
}

/**
 * Inventory page alterations
 */
.select-disabled .center, .select-disabled .select-opener {
    cursor: not-allowed;
    color: #666 !important;
    border-color: #666 !important;
}
.select-disabled .select-opener:after { border-color: #999 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0); }
.select-disabled .label { background: #999; }
.result-item .info li strong {
    line-height: 25px;
    height: 25px;
    overflow: hidden;
}
.top-navigation .inventory-pagination-string {
    color: #666;
    line-height: 18px;
    width: 100%;
    text-align: center;
}

/**
 * P2H mods
 */
.row.row-heading {
    padding: 0px !important;
    margin-bottom: 0px !important;
    border-bottom: none !important;     
}
.is-inventory-detail .detail-mpg {
    padding: 0 0 20px 50px;
}
/*.detail-info .text {
    padding: 13px 7px 11px !important;
}*/

/**
 * Fonts
 */
.font-size-20 {
    font-size: 20px;
    line-height: 20px;
}

/**
 * Captcha alterations
 */
.captcha{

}

.captcha .field-number{
    margin-top:-11px;
}

.captcha label{
    font-size: 12px;
    color: #c00;
    margin-top: 2px;
}

.captcha input[type='checkbox']{
    margin-left: 20px;
}

/**
 * Homepage Popup
 */
#element_to_pop_up { 
    background-color:#fff;
    /*border-radius:15px;*/
    color:#000;
    display:none; 
    /*padding:20px;*/
    width:550px;
    height: 450px;
}
.b-click{
    background: url(../img/img-popup-super-evento-vipita.jpg);
    position:absolute;
    width: 550px;
    height: 450px;
    bottom: 0px;
}
.b-close{
    cursor:pointer;
    position:absolute;
    z-index: 999;
    right:0px;
    top:0px;
    width: 35px;
    height: 25px;
    display: block;
    text-align: center;
    padding-bottom:10px; 
}

.b-close:hover {
    color: #fff;
    background: #f5e200;
    text-decoration: none;
}

/* Google Maps iframe embed disable scroll to zoom  */
.map-holder iframe{
    width: 100%;
    display: block;
    pointer-events: none;
    position: relative; /* IE needs a position other than static */
}
.map-holder iframe.clicked{
    pointer-events: auto;
}