/* Block ORder Confirmation */

.qr_check_label {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    background-color: #000;
    color: #FFF;
    line-height: 16px;
    padding-top: 2px;

}
.qr_check_ref {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}
.qr_check {
    float:right;
    border: 2px solid #000;
    border-radius: 6px;
}
.btn-primary {
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2);
    text-transform: uppercase;
    font-weight: 600;
    padding: .5rem 1.25rem;

    color: #fff;
    background-color: #2fb5d2;
    border-color: transparent;
}
.qr_check img {
    margin: 2px;
}
#viewed-resa .text_desc {
    float:left;
    margin-left: 10px;
}
.resas_conf .resa_link {
    float: left;
    margin-right: 5px;
    border: solid 1px;
    border-left-color: #CACACA;
    border-bottom-color:#9A9A9A;
    border-right-color:#B7B7B7;
    border-top-color: #CACACA;
    border-radius: 4px;
}
.resas_conf_new .resa_link {
    float: left;
    margin-right: 5px;
    box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
    background: white;
}
.resas_conf_new .resa_link a {
    float: left;
    text-align: center;
    width: 110px;
    padding: 5px;
    font-size: 0.8rem;
    color: #878787;
}
.resas_conf .resa_link a {
    float: left;
    text-align: center;
    width: 80px;
    padding: 5px;
}
.resas_conf_new .resa_global {
    text-align:center;
    margin-bottom: 5px;
    width:100%;
    color:#FFF;
    background: #2fb5d2;
    padding: 5px;
}
.resas_conf .resa_global {
    text-align:center;
    margin-bottom: 5px;
    width:100%;
    border: solid 1px;
    border-left-color: #CACACA;
    border-bottom-color:#9A9A9A;
    border-right-color:#B7B7B7;
    border-top-color: #CACACA;
    border-radius: 4px;
}
.resa_global a {
    display:block;
    line-height: 30px;
    font-size: 13px;
}
.resas_conf .resa_global a, .resas_conf .resa_link a {
    border-radius: 4px;
    background: #fefefe;
    background: -moz-linear-gradient(top, #fefefe 0%, #c9c9c9 100%);
    background: -webkit-linear-gradient(top, #fefefe 0%,#c9c9c9 100%);
    background: linear-gradient(to bottom, #fefefe 0%,#c9c9c9 100%);
    border: 1px solid #f4f4f4;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#c9c9c9',GradientType=0 );
}
.resas_conf_new .resa_global a {
    background: #2fb5d2;
    color:#fff;
}
.resas_conf_new .resa_link a {
    background: #ffffff;
}
/*.resa_global img { top: -5px;margin-bottom: -7px;}*/
.resa_global a:hover { text-decoration:none}
.resa_link a:hover { text-decoration:none}

#resas-list tbody tr td {
    padding: 3px 5px;
}