
.qp-posibles-direcciones {
    margin-bottom: 10px;
}

.qp-posibles-direcciones .qb-titlepos {
    font-size: 12pt;
    color: #dd4b39;
    margin-bottom: 10px;
}

.qp-posibles-direcciones .qbitmlabel {
    display: inline-block;
    background: #eee;
    color: #777;
    border-radius: 5px;
    padding: 3px 10px 3px 3px;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    margin-top: 10px;
}

.qp-posibles-direcciones .qbitmlabel:hover {
    color: #2196f3;
}

.qp-posibles-direcciones .qbitmlabel:last-child {
    margin-right: 0px;
}

.qp-posibles-direcciones .qbitmlabel .qbclose {
    margin-right: 7px;
}
.choice-geo{
    min-height: 400px;
}
.sortable_list tr:hover{
    cursor: move;
}
.qb-msk .dspn {
    display: none;
}
.qb-umsk .dspn {
    display: initial;
}
.select2-container{
    width: 100% !important;
}
.right{
    text-align: right;
}
.center{
    text-align: center;
}

.item-pedido{
    border: 1px solid #c1c1c1;
    margin-bottom: 15px;
    border-top: 2px solid #3c8dbc;
    position: relative;
}
.item-pedido ul {
    list-style: none;
    padding: 5px;
    margin: 0;
}
.item-pedido .item-options{
    background: #3c8dbc;
    margin-bottom: 0;
    position: relative;
    padding: 0;
    display: inline-block;
    width: 100%;
}
.item-pedido .item-options li{
    float: left;
    padding: 10px;
    border-right: 1px solid #fcf5f5;
    width: 20%;
}

.item-pedido .item-options a{
    font-weight: bold;
    font-size: 13px;
    color: white;
    display: initial !important;
}
.item-pedido .upp{
    text-transform: uppercase;
}
.item-pedido .link{
    /*text-decoration: underline;*/
}
.red{
    color: #ff2f23;
}
.blue{
    color: #4376ff;
}
.naranja{
    color: #ff9736;
}
.verde{
    color: green;
}
.carmelita{
    color: #a61e0f;
}
.morado{
    color: #49136f;
}
.black{
    color: #1e1e1e;
}
.white{
    color: #ffffff;
}
.bold{
    font-weight: bold;
}
.item-pedido .other-options{
    margin-top: -5px;
}
.firts-options  .mrg-right{
    margin-right: 10px;
}
.item-pedido .other-options .date{
    font-size: 11px;
}
.item-pedido .ico-mail{
    font-size: 17px;
    color: #000000;
}
.other-options{
    font-size: 11px;
}
.other-options div.first{
    border-right: 1px solid #c1c1c1;
}
.second-options ul{
    display: inline-block;
    text-align: left;
}
.second-options ul li{
    display: block;
}
.second-options .mrg-right{
    margin-right: 15px;
}
.block{
    display: block;
}
.inline{
    display: inline-block !important;
}
.npd{
    padding: 0;
}
.nmrg{
    margin: 0 !important;
}
/*.fourth-options li{*/
/*margin-right: 15px;*/
/*}*/
.flright{
    float: right;
}
.inlb{
    display: inline-block;
}
.fourth-options{
    padding: 0 !important;
    position: relative;
    width: 100%;
    display: inline-block;
    margin-bottom: -5px !important;
    border-top: 1px solid #c1c1c1;
}
.fourth-options li{
    width: 20%;
    padding: 10px;
    float: left;

}
.fourth-options .total-cost{
    text-align: center;
}
.fourth-options .total-cost span{
    font-weight: bold;
}
.margbot20{
    margin-bottom: 20px;
}
.w100{
    width: 100%;
}
.fltright{
    float: right;
}
.borght{
    border-right: 1px solid #c1c1c1;
}
@media (max-width: 991px) {
    .borght{
        border-right: unset;
        border-bottom: 1px solid #c1c1c1;
    }
}
.item-options-left{
    position: absolute;
    top: 0;
    background: #3c8dbc;
    height: 100%;
    display: none;
}
.item-options-left .title-options{
    text-align: center;
    background: #3c8dbc;
    padding: 5px;
    border-bottom: 1px solid #ffffff;
}
.item-options-left .title-options span{
    text-transform: uppercase;
    color: #ffffff;
}
.item-options-left ul{
    padding: 0 !important;
}
.item-options-left a{
    color: #ffffff;
    font-size: 14px;
}
.item-options-left li{
    width: 50%;
    display: inline-block;
    float: left;
    padding: 5px;
}
.content-order .firts-options{
    padding: 0;
}
.content-order .firts-options li{
    padding: 5px;
    float: left;
}
.content-order .firts-options li.num-order{
    background: #3c8dbc;
}

.content-order .firts-options li.num-order a{
    color: #ffffff;
}
.content-order .first-colum{
    padding-right: 0 !important;
    border-right: 1px solid #c1c1c1;
}
.content-order .second-colum{
    padding-left: 0 !important;
}

.second-options ul{
    line-height: 2;
    font-size: 11px;
}
.third-options,
.fourth-options{
    font-size: 11px;
}
.firts-options .btn-options-order{
    float: right !important;
    /*margin-right: 5px;*/
    background: #3c8dbc;
    color: #ffffff;
    cursor: pointer;
}
.title-options .close-options{
    float: right;
    cursor: pointer;
}