/*auto suggest*/

@media (min-width: 768px) {
    .dropdown_who,
    .result_who {
        margin: 0;
        padding: 0;
        z-index: 1;
        position: absolute;
        background-color: #ffffff;
        display: block;
        box-shadow: 0 0 5px #999999;
        -webkit-box-shadow: 0 0 5px #999999;
        -moz-box-shadow: 0 0 5px #999999;
        /*border: 1px solid #e9e9e9;*/
    }
    .dropdown_where,
    .result_where {
        margin-left: 125px;
        padding: 0;
        z-index: 1;
        position: absolute;
        background-color: #ffffff;
        display: block;
        box-shadow: 0 0 5px #999999;
        -webkit-box-shadow: 0 0 5px #999999;
        -moz-box-shadow: 0 0 5px #999999;
    }
    .result_where,
    .result_who {
        width: 460px;
        list-style: none;
        z-index: 1;
        background: none;
        margin-top: 40px;
    }
    .result_where li,
    .result_who li {
        padding: 6px;
        color: #676767;
        text-decoration: none;
        display: block;
        margin: 1px;
        border-bottom: 1px solid #e9e9e9;
    }
}

/* auto suggest Mobile */

@media (max-width: 768px) {
    .dropdown_who,
    .result_who {
        margin: 0;
        padding: 0;
        z-index: 1;
        position: absolute;
        background-color: #ffffff;
        display: block;
        box-shadow: 0 0 5px #999999;
        -webkit-box-shadow: 0 0 5px #999999;
        -moz-box-shadow: 0 0 5px #999999;
        /*border: 1px solid #e9e9e9;*/
    }
    .dropdown_where,
    .result_where {
        margin: 4em 0 0 0.1em;
        padding: 0;
        z-index: 1;
        position: absolute;
        background-color: #ffffff;
        display: block;
        box-shadow: 0 0 5px #999999;
        -webkit-box-shadow: 0 0 5px #999999;
        -moz-box-shadow: 0 0 5px #999999;
    }
    .result_where,
    .result_who {
        width: 250px;
        list-style: none;
        z-index: 1;
        background: none;
        margin-top: 40px;
    }
    .result_where li,
    .result_who li {
        padding: 6px;
        font-size: 0.8em;
        color: #676767;
        text-decoration: none;
        display: block;
        margin: 1px;
        border-bottom: 1px solid #e9e9e9;
    }
}

.autosuggest_where,
.autosuggest_who {
    padding: 0;
    border: 1px solid #000;
}

.result_where li:hover,
.result_who li:hover {
    background-color: #e9e9e9;
    cursor: pointer;
}

.smallBox {
    margin: 3.5em 0 0 0;
}

/***************************Alert dialog*******************************/

.alertBox {
    max-width: 420px;
    background-color: #FFFFFF;
    font-size: 1.2em;
    line-height: 20px;
    /* padding: 30px; */
}

.alertBox h1 {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #505154 !important;
    font-weight: lighter;
}

.alertBox .action {
    margin-top: 30px;
}

.alertBox .action a {
    line-height: 38px;
    color: #888888 !important;
    text-decoration: underline;
    font-size: 0.85em;
}

.alertBox .action_contact span {
    padding: 15px 25px;
    line-height: 20px;
    border-radius: 4px;
}

.alertBox .action_contact a {
    line-height: 46px;
    color: #ffffff !important;
    text-decoration: none;
    font-size: 1.30em;
}

@media (max-width: 420px) {
    .alertBox {
        max-width: 90%;
        font-size: 1em;
        margin-right: auto;
        margin-left: auto;
        padding: 15px;
    }

}

@media (max-width: 768px) {
    .purchase-buttons-container {
        display: none!important
    }
}

@media (min-width: 769px) {
    .U-hide-desktop {
        display: none;
    }
}

/* Immediate confirmation badge */

.badge.immediate-confirmation {
    background-color: #16a765;
    font-size: 0.833333em;
    font-weight: normal;
}

.purchase-buttons-container .button {
    margin: 0;
}

.purchase-buttons-container {
    display: flex;
    flex-direction: column;
    height: 100px;
    justify-content: space-evenly;
    margin-top: 25px;
}

.price-box .cancel {
    text-align: center;
    margin-top: 0;
}

#timerAllocation {
    text-align: center;
    height: 0;
    transition: 0.7s;
    background: #c0dbfa ;    
    line-height: 50px;
}

.timerClass{
    font-weight: bold;
    font-size: 1.2em;
}

#releaseTicketAllocation{
    position: relative;
}

#progressBtn{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%; 
    height: 5px;
    background-color:grey;

}

.modal-body.allocation {
    font-size: 1.2em;;

}
#timerModal{
    padding:5px;
}

#errorExpiryTime {
    text-align: center;
    height: 0;  
    line-height: 30px;
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
    margin-top: 10px;
    display: none;
}

.badge.tags  {
    margin-top: 20px;
    margin: 5px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
    padding: 5px 10px;
}

#contact-subject {
    width: 100%;
    height: 46px;
    text-align: center;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #d6d4d4;
}

#contact-subject > span {
    width: 50%;
    height: 100%;
    line-height: 46px;
    display: inline-block;
    cursor: pointer;
    float: left;
}

.contact-subject-class {
    line-height: 15px !important;
    display: inline-block;
    padding-top: 7px
}

.contact-subject-selected {
    background: #6d6f73;
    color: #fff;
}

.bradstreet {
    height: 150px;
}
.bradstreet > a > img {
    margin: 15px;
}

.ticketsLoader {
    text-align: center;
}

.ticketsLoader > img {
    height: 30px;
}

.ticketsLoaderContainer {
    display: none;
}

.display {
    display: block;
}

body.loading {
    overflow: hidden;   
}
.alertBox .action a .contact_modal{
    font-size:18px;
    color: #fff!important;
    text-decoration:none;
}
.Loading-spinner{
    position: fixed;
    /* overflow: hidden; */
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) 
    url(../css/images/ajax_loader_send_email.gif)
    50% 50% 
    no-repeat;
}