.UIVanBan {
    background: #fff;
    padding: 10px;
}
.UIVanBan .Title h2:before {
    content: "\f115";
    display: inline-block;
    font: bold 20px FontAwesome;
    margin-right: 10px;
}
.UIVanBan .Title h2 {
    text-transform: uppercase;
    font-size: 16px;
    color: #d60d0b;
    padding:15px;
}
.UIVanBan .Search {
    border:1px solid #eee;
    border-radius:3px;
    padding: 15px;
    margin:0 0 15px 0;
    display: inline-block;
    width: 100%;
}
.UIVanBan .Search .row .col-6 {
    height: 40px;
}
.UIVanBan .Search .row .col-6 label, .UIVanBan .Search .row .col-4 label {
    font-size: 13px;
    font-weight: 500;
    font-family: 'Roboto';
    text-transform: uppercase;
    margin-right: 10px;
}
.UIVanBan .Search .row .col-6 input {
    width: 347px;
    height:30px;
    border:1px solid #ccc;
    border-radius:2px;
    padding: 0 5px;
}
.UIVanBan .Search .row .col-6 div.RadDropDownList {
    width: 350px;
}
.UIVanBan .Search .form-group.row .row {
    display: inherit;
    width: 100%;
    margin: 30px 0 10px 0;
}
.UIVanBan .Search .row .col-4 {
    float: left;
    /* max-width: 20%; */
}
.UIVanBan .form-group.row.row2 {
    display: inherit;
    width: 100%;
}
.UIVanBan .form-group.row.row2 .col-4 {
    float: left;
    margin: 25px 0;
}
.UIVanBan .Search .row .col-4 .rbDecorated {
    font-size: 13px !important;
    background: #d60c0c !important;
    border: none !important;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold !important;
    width: 100px;
    height: 30px;
    line-height: 30px;
}
.UIVanBan .Search .row .col-4 .rbDecorated:hover {
    background: #ff7c00 !important;
}
.UIVanBan .List td{
    padding: 10px !important;
    font-size: 14px;
    font-family: Roboto;
    border:1px solid #ddd;
}
.UIVanBan .List table {
    border:1px solid #ddd;
    border-collapse: collapse!important;
    width: 100%;
}
.UIVanBan .List th.tblHeader {
    background: #ff8618 !important;
    border: 1px solid #ddd !important;
    color: #fff !important;
    font-weight: bold !important;
    text-transform: uppercase;
    text-align: center !important;
    padding: 10px;
}
.UIVanBan .List table tr td:last-child {
    text-align: center !important;
}
.UIVanBan .List table tr td:first-child {
    text-align:center;
}
.UIVanBan .List table tr td:last-child a {
    color: #d60c0c !important;
    font-weight: bold !important;
    text-transform: uppercase;
    font-size: 13px;
}
.UIVanBan .List table tr td:last-child a:hover {
    text-decoration: underline;
}
.PopUp {
    padding: 20px;
}
.PopUp .HeaderPopup {
    position:relative;
}
.PopUp .HeaderPopup .FormHeader {
    height:auto;
}
.PopUp .HeaderPopup .FormHeader h2 {
    font-size: 15px;
    font-weight: 500;
    font-family: 'Roboto';
    text-transform: none;
    color: #444;
    padding:10px;
    display: inline-block;
    line-height: initial;
}
.PopUp .dialog-close {
    position:absolute;
    right:0;
    top: 5px;
    background: red;
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 10000px;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    font-size: 23px;
}
.PopUp .dialog-wrap {

}
.PopUp .dialog-wrap iframe {
    width:100% !important;
    height: 1000px;
}
.RadButton_Office2007.rbSkinnedButton, .RadButton_Office2007.rbVerticalButton, .RadButton_Office2007 .rbDecorated, .RadButton_Office2007 .rbSplitRight, .RadButton_Office2007 .rbSplitLeft{
    background:none!important;
}
.RadGrid_Office2007{
	border: none !important;
}

.UIVanBan .pager {
    text-align: right !important;
    margin:10px 0 0;
}
.UIVanBan .pager span {
    cursor: pointer;
    margin: 0 2px;
    display: inline-block;
    color: #ff8617;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Roboto';
}
.UIVanBan .pager a {
    cursor: pointer;
    margin: 0 2px;
    display: inline-block;
    color: #929292;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Roboto';
}




