﻿/*Kiem tra don hang*/

.title-group {
    width: 100%;
    text-align: center;
    line-height: 50px;
    color: #22303e;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}
.header-title p {
    margin-bottom:20px;
}
.form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
}
.form-group .help-block  {
    font-size: 11px;
     text-align: left; 
     margin-bottom: 0; 
     min-height: 17px; 
}
.mod .body-main {
    margin: 5% 0;
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-seach {
    background: #FF6715;
    background: linear-gradient(180deg,#FF6715 0,#FF6715);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#32befb",endColorstr="#19a5e1",GradientType=0);
    border: none;
    box-shadow: inset 0 -2px 0 #FF6715;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 700;
    text-shadow: 0 1px 0 rgba(0,0,0,.3);
    padding: 8px 40px;
    font-size: 14px;
    line-height: 20px;
}

/*Hoan tat thanh toan*/

.box-complete-order {
    background:#f2f2f2 !important;
    padding: 20px;
}
.box-complete-order ul 
{
    padding:10px 19px;
}
.box-complete-order ul li 
{
    line-height:25px;
}
.box-complete-order ul li a {
    color:#333;
    font-size:16px;
}
.box-complete-order ul li a:hover {
    text-decoration:none;
}
.code-order span {
    font-weight:600;
    color:#FF6715;
    font-size:20px;
}

.date-order h5 {
    font-weight:bold;
}

.content .container .wrap-blank .box-complete-order .row .info-order .title-info-order {
    font-weight:bold;
    color:#333;
    font-size:16px;
}

.form-info-order {
    margin-top:20px;
    overflow-x:scroll;
}