﻿img {
    width: 100%;
}

.form-row {
    float: left;
    width: 100%;
}

.row-left {
    float: left;
    width: 15%;
}

.row-right {
    float: left;
    width: 85%;
}

.table > thead > tr > th, .table > tbody > tr > th:first-child, .table > tbody > tr > th {
    text-align: center;
}

.table > tbody > tr > td {
    text-align: center;
}

.page-title.not-margin-bot {
    margin-bottom: 0;
}

.not-fullwidth {
    width: auto !important;
}

.mar-top-1 {
    margin-top: 10px;
}

.mar-top-2 {
    margin-top: 20px;
}

.mar-top-3 {
    margin-top: 30px;
}

.mar-top-4 {
    margin-top: 40px;
}

.mar-top-5 {
    margin-top: 50px;
}

.btn.h45-btn {
    margin-bottom: 10px;
}

.bg-red {
    background: red;
    color: #fff;
    width: 100%;
    padding: 5px 10px;
}

.bg-black {
    background: black;
    color: #fff;
    width: 100%;
    padding: 5px 10px;
}

.bg-bronze {
    background: rgb(230, 200, 127);
    color: #4a4a4a;
    width: 100%;
    padding: 5px 10px;
}

.bg-green {
    background: rgba(53,154,34,1);
    color: #fff;
    width: 100%;
    padding: 5px 10px;
}

.bg-yellow {
    background: yellow;
    color: #4a4a4a;
    width: 100%;
    padding: 5px 10px;
}

.bg-blue {
    background: blue;
    color: #fff;
    width: 100%;
    padding: 5px 10px;
}

.btn.h45-btn.no-margin-bottom {
    margin-bottom: 0px;
}

.RadUpload .ruInputs {
    float: left;
    width: 100%;
}

    .RadUpload .ruInputs li {
        float: left;
        width: 20%;
        margin-right: 20px !important;
    }

.RadUpload {
    width: 100% !important;
}

.reContentCell body {
    background: none !important;
}

.row-variable-selected {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.v-element {
    float: left;
    width: 20%;
    margin-right: 10px;
    line-height: 40px;
}

.no-margin {
    margin: 0;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}
/*popup*/
#bg_popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: 0.7;
    filter: alpha(opacity=70);
    left: 0px;
    top: 0px;
    z-index: 9999;
    opacity: 0;
    filter: alpha(opacity=0);
}

#popup_ms {
    background: #fff;
    border-radius: 0px;
    box-shadow: 0px 2px 10px #fff;
    float: left;
    position: fixed;
    width: 735px;
    z-index: 10000;
    left: 50%;
    margin-left: -370px;
    top: 200px;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 360px;
}

    #popup_ms .popup_body {
        border-radius: 0px;
        float: left;
        position: relative;
        width: 735px;
    }

    #popup_ms .content {
        /*background-color: #487175;     border-radius: 10px;*/
        margin: 12px;
        padding: 15px;
        float: left;
    }

    #popup_ms .title_popup {
        /*background: url("../images/img_giaoduc1.png") no-repeat scroll -200px 0 rgba(0, 0, 0, 0);*/
        color: #ffffff;
        font-family: Arial;
        font-size: 24px;
        font-weight: bold;
        height: 35px;
        margin-left: 0;
        margin-top: -5px;
        padding-left: 40px;
        padding-top: 0;
        text-align: center;
    }

    #popup_ms .text_popup {
        color: #fff;
        font-size: 14px;
        margin-top: 20px;
        margin-bottom: 20px;
        line-height: 20px;
    }

        #popup_ms .text_popup a.quen_mk, #popup_ms .text_popup a.dangky {
            color: #FFFFFF;
            display: block;
            float: left;
            font-style: italic;
            list-style: -moz-hangul outside none;
            margin-bottom: 5px;
            margin-left: 110px;
            -webkit-transition-duration: 0.3s;
            -moz-transition-duration: 0.3s;
            transition-duration: 0.3s;
        }

            #popup_ms .text_popup a.quen_mk:hover, #popup_ms .text_popup a.dangky:hover {
                color: #8cd8fd;
            }

    #popup_ms .close_popup {
        background: url("/App_Themes/Ann/image/close_button.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        display: block;
        height: 28px;
        position: absolute;
        right: 0px;
        top: 5px;
        width: 26px;
        cursor: pointer;
        z-index: 10;
    }

#popup_content {
    min-height: 170px;
    position: fixed;
    background-color: #fff;
    top: 15%;
    z-index: 9999;
    left: 0;
    /* margin-left: -340px; */
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 40%;
    padding: 20px 40px;
    right: 0%;
    margin: 0 auto;
}

.close_message {
    background: url("/App_Themes/Ann/image/close_button.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 16px;
    position: absolute;
    right: 5px !important;
    top: 5px;
    width: 16px !important;
    cursor: pointer !important;
    z-index: 10;
}
/*#popup_ms .close_popup:hover
{
    background-position:-160px 0px;
}*/
.btn_popup_group {
    clear: both;
    margin-left: 160px;
    margin-bottom: 10px;
}

a.btn_popup_back {
    color: #fff;
    font-size: 17px;
    font-family: Tahoma;
    border: dashed 1px #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 5px 10px 5px 10px;
    box-shadow: 2px 4px 10px -3px #000;
    margin-right: 60px;
    cursor: pointer;
}

    a.btn_popup_back:active {
        box-shadow: 2px 5px 10px 0px #000;
    }
/*End popup*/
.excute-in {
    display: none;
}

.custom-font-size-12 {
    font-size: 12px;
}

.print {
    width: 100%;
    font-family: "SFUIText",sans-serif;
}

.logo {
    float: left;
    width: 100%;
    text-align: center;
}

    .logo img {
        width: 40%;
    }

.bill-row {
    float: left;
    clear: both;
    width: 100%;
    margin-top: 20px;
}

.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

.text-align-left {
    text-align: left;
}

.product-list {
    float: left;
    width: 100%;
    clear: both;
}

.product-row {
    float: left;
    width: 100%;
    border-bottom: dotted 1px #ccc;
    padding: 10px 0px;
}

.row-content {
    float: left;
    width: 100%;
    clear: both;
}

.row-header {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 10px;
}

.p-name {
    float: left;
    width: 30%;
}

.p-variable {
    float: left;
    width: 50%;
}

.p-amount {
    float: left;
    width: 20%;
}

.p-price {
    float: left;
    width: 30%;
}

.border-bot-solid {
    border-bottom: solid 2px #ccc;
}

.font-size-13 {
    font-size: 13px;
}

.font-size-12 {
    font-size: 12px;
}

.total {
    float: left;
    clear: both;
    border-top: solid 2px #ccc;
    width: 100%;
    padding: 20px 0;
    margin: 10px 0;
}

.float-right {
    float: right;
}

.thanks-full {
    float: left;
    width: 100%;
    text-align: center;
    font-style: italic;
    margin: 10px 0;
    padding: 10px 0;
    font-size: 12px;
    border-top: dashed 1px #ccc;
}
.margin-bottom-3
{
    margin-bottom:30px;
}
.lb
{
    font-weight:bold;
    color:#000;
}