﻿*
{
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
}

html, body, form
{
    margin-bottom: 0;
    font-family: arial;
    font-size: 12px;
}

.pb10
{
    padding-bottom: 10px;
}
.mb10
{
margin-bottom:10px;}
.mt10
{
margin-top:10px;}
.w100_pc {
    width:100%;
}
.w80_pc {
    width:80%;
}

.pt10
{
    padding-top: 10px;
}
.fl {float:left;
}
.w300
{
    width: 300px;
}

input[type="text"], input[type="password"], select
{
    padding: 4px;
    background: #fff;
    border: 1px solid #d7d5d3;
    line-height: 21px;
}

dl, menu, ol, ul, dd
{
    list-style-type: none;
}

a
{
    outline: none;
    text-decoration: none;
    border: 0;
}

body
{
    background: url("/Images/Vads/vads_bg_body.jpg") repeat-x scroll center top #FFFFFF;
}

.VAdsWrapper
{
    min-height: 100%;
    min-width: 1000px;
    margin: 0 auto;
    padding: 0;
}

.main
{
    background: url("/Images/Vads/vads_bg_body_left.jpg") repeat-y scroll left top rgba(0, 0, 0, 0);
    float: left;
    width: 100%;
}
/*Header*/
.header
{
    height: 100px;
    width: 100%;
    float: left;
    background: url('/Images/Vads/VadsLogo.png') no-repeat scroll 20px 17px transparent;
}

.headerForm
{
    text-transform: uppercase;
    color: #ff6600;
    font-weight: bold;
    font-size: 20px;
    padding: 10px 0;
    margin-bottom: 0;
}

.supportTop
{
    float: right;    
    text-align: right;
    padding-right: 10px;
}

.help-panel
{
    padding: 20px 0; height:24px;
}

    .help-panel select option, .help-panel select
    {
        padding: 2px 2px 0;
    }

.login-panel a
{
    font-weight: bold;
    font-size: 11px;
    color: #ff6600;
}

#mainmenu, #secondmenu
{
    width: 200px;
    list-style-type: none;
    border-top: 1px solid #EDEDED;
}

    #mainmenu li
    {
        background: url("/Images/Vads/left_menu_bg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
        list-style-type: none;
        padding: 10px;
    }

        #mainmenu li.have-sub
        {
            background: url("/Images/Vads/left_menu_bg.jpg") repeat-x scroll 0 0 #fff;
            padding: 0;
        }

            #mainmenu li.have-sub a, #mainmenu li.have-sub a.menu-parent
            {
                background: url("/Images/Vads/mui-ten-vang.png") no-repeat scroll 10px 12px rgba(0, 0, 0, 0);
                height: 37px;
                line-height: 37px;
                padding-left: 20px;
            }

    #secondmenu li ,
    #secondmenu li.active
    {
        background: url("/Images/Vads/left_menu_bg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
        list-style-type: none;
        padding: 0px;
    }

       #secondmenu li a, #secondmenu li.active a {
    background: url("/Images/Vads/mui-ten-vang.png") no-repeat scroll 10px 12px rgba(0, 0, 0, 0);
    display: block;
    font-weight: bold;
    line-height: 37px; text-transform:uppercase;
    padding-left: 20px;
}

    #mainmenu li a
    {
        font-size: 11px;
        font-weight: bold;
        display: block;
        background: url("/Images/Vads/mui-ten-vang.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
        padding-left: 10px;
        text-transform: uppercase;
    }

        #mainmenu li a:hover
        {
            color: #FF6600;
        }

    #mainmenu li ul.submenu li
    {
        background: #fff;
        border-bottom: 1px solid #f2f2f2; padding:0 10px;
    }

    #mainmenu li ul li ul li
    {
        background: #fff;
        border-bottom: 1px solid green;
    }

    #mainmenu li ul.submenu a
    {
        background: none;
        padding-left: 10px;
        text-transform: none;
    }

    #mainmenu li ul.submenu li:hover
    {
        background: #F7F7F7;
    }

.vLeftMenu
{
    float: left;
    width: 200px;
}

.vRightContent
{
    height: auto;
    min-width: 780px;
    overflow: hidden;
    padding: 0 10px;
    width: auto;
}

.email-icon span
{
    background: url("/Images/Vads/phone.jpg") no-repeat scroll left center;
}

.phone-icon span
{
    background: url("/Images/Vads/email.jpg") no-repeat scroll left center;
}

.hotline
{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
}
/*End Header*/
/*Footer*/
.site-footer
{
    height: 242px;
    float: left;
    min-width: 1000px;
    width: 100%;
    background: url('/Images/Vads/bgFooter.jpg') repeat-x scroll center top transparent;
}

.footerContent
{
    margin: 0 auto;
    width: 975px;
    padding: 2px 5px;
}

.partner
{
    text-align: center;
}

.logo
{
    width: 125px;
    height: 80px;
    float: left;
}

.footer-right
{
    float: right;
    padding-top: 35px;
}

    .footer-right p
    {
        margin-bottom: 10px;
        text-align: right;
        color: #fff;
    }

        .footer-right p span
        {
            font-weight: bold;
            color: #ff6600;
        }

.link
{
    float: left;
    padding-top: 8px;
}

    .link div
    {
        border: 1px solid #666666;
        border-radius: 5px;
        line-height: 22px;
        margin: 2px;
        padding: 5px 10px 5px 30px;
        background: #3d474d url('/Images/Vads/dot-v.jpg') no-repeat 10px center;
    }

        .link div a
        {
            font-weight: bold;
            color: #fff;
            text-decoration: none;
        }
/*End Footer*/

/*Login Form*/
.loginForm
{
    background: rgba(0, 0, 0, 0);
    margin: 30px auto;
    padding: 15px 0px;
    width: 990px;
}

.loginZone
{
    background: url("/Images/Vads/bg_dangnhap.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    float: right;
    padding: 36px 26px;
    width: 300px;
}

.inputText
{
    height: 18px;
    padding: 4px;
    width: 210px;
    line-height: 18px;
}

.loginUser
{
    padding-top: 58px;
    padding-left: 70px;
}

.loginPass
{
    padding-top: 47px;
    padding-left: 70px;
}

ul.loginZoneContent
{
    background-color: #F9F9F9;
    border-radius: 5px 5px 0 0;
    list-style-type: none;
    margin: 0;
    padding: 20px 10px 10px 30px;
    width: 260px;
}

    ul.loginZoneContent li
    {
        width: 100%;
        padding: 5px;
    }

    ul.loginZoneContent span
    {
        font-family: arial;
        font-size: 14px;
        font-weight: bold;
    }

label
{
    padding-left: 5px;
}

ul.register
{
    margin: 0;
    list-style-type: none;
    padding: 0;
    float: right;
}

    ul.register li
    {
        padding: 5px 0;
    }

        ul.register li span
        {
            font-weight: bold;
            font-size: 11px;
        }

.loginBanner
{
    float: left;
    width: 620px;
}
/*Login Form*/

/*Panel search*/
#fillter, .fillter
{
    background: #efecec;
    border-radius: 5px 5px 0 0;
    padding: 10px 0;
    width: 100%;
}

    #fillter .searchbox, .fillter .searchbox
    {
        padding: 0 10px;
    }

        #fillter .searchbox .checkboxlist, .fillter .searchbox .checkboxlist
        {
            margin: 10px 0;
        }

            #fillter .searchbox .checkboxlist td, .fillter .searchbox .checkboxlist td
            {
                padding: 0 5px;
            }

article h2,.table-title h3
{
    border-bottom: 1px solid #D4D4D4;
    color: #FF6600;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 10px 0;
    text-transform: uppercase;
}
/*Panel search*/
/*Table*/
.noteReport
{
    display: none;
    padding: 10px 0;
    font-style: italic;
}

.gtable
{
    width: 100%;
}

    .gtable tfoot
    {
        height: 35px;
        border: 1px solid #E0DEDD;
    }

    .gtable th
    {
        text-align: left;
        padding: 5px 5px;
    }

    .gtable thead tr
    {
        color: #333;
        border: 1px solid #e0dedd;
    }

    .gtable thead th
    {
        background: #f6f5f4;
        border-right: 1px solid #e0dedd;
        text-align: center;
    }

    .gtable tbody
    {
        border-left: 1px solid #e0dedd;
        border-bottom: 1px solid #e0dedd;
    }

        .gtable tbody tr td
        {
            border-bottom: 1px solid #e0dedd;
            border-right: 1px solid #e0dedd;
            vertical-align: top;
        }

            .gtable tbody tr td.center
            {
                text-align: center;
            }

            .gtable tbody tr td.right
            {
                text-align: right;
            }


        .gtable tbody tr:nth-child(odd) td
        {
            background-color: #fff;
        }

        .gtable tbody tr:nth-child(even) td
        {
            background-color: #f7f7f7;
        }

        .gtable tbody tr:hover td
        {
            background-color: #FFFAE3;
        }

    .gtable td
    {
        padding: 5px 5px;
    }

    .gtable input
    {
        vertical-align: middle;
    }

    .gtable img
    {
        vertical-align: middle;
        margin-right: 5px;
    }
/*End table*/
/* Pagination */
.pagination
{
    padding: 8px 0;
    float: right;
}

    .pagination span
    {
        float: right;
    }

    input[type="button"], .button, .pagination a
    {
        display: inline-block;
        padding: 3px 9px;
        margin-right: 4px;
        border-radius: 3px;
        border: solid 1px #c0c0c0;
        background: #e9e9e9;
        box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
        font-size: .875em;
        font-weight: bold;
        text-decoration: none;
        color: #717171;
        text-shadow: 0px 1px 0px rgba(255,255,255, 1);
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
        background: -moz-linear-gradient(0% 0% 270deg,#f8f8f8, #e9e9e9);
    }

        input[type="button"]:hover , .button:hover, .pagination a:hover
        {
            background: #fefefe;
            background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
            background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
        }

        input[type="button"].active , .button.active, .pagination a.active
        {
            border: none;
            background: #616161;
            box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
            color: #f0f0f0;
            text-shadow: 0px 0px 3px rgba(0,0,0, .5);
        }
.nav-naptien {
    float:right; margin-top:-7.5px;
}
input[type="button"], .button
{
    text-transform: uppercase;
    padding: 6px 15px;
}
/* Pagination */
/*Color box*/
#colorbox, #cboxOverlay, #cboxWrapper
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

#cboxOverlay
{
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft
{
    clear: left;
}

#cboxContent
{
    position: relative;
}

#cboxLoadedContent
{
    overflow: auto;
}

#cboxTitle
{
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow
{
    cursor: pointer;
}

.cboxPhoto
{
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
}

.cboxIframe
{
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent
{
    box-sizing: content-box;
}

#cboxOverlay
{
    background: url(/Images/Vads/trans_bg_long.png) repeat scroll 0 0 transparent;
}

#colorbox
{
}

.cboxIframe
{
    background: #fff;
}

#cboxError
{
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent
{
    margin-bottom: 5px;
    border-radius: 7px;
}

#cboxLoadingOverlay
{
    background: url(/Images/Vads/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic
{
    background: url(/Images/Vads/loading.gif) no-repeat center center;
}

#cboxTitle
{
    position: absolute;
    bottom: -25px;
    left: 0;
    text-align: center;
    width: 100%;
    font-weight: bold;
    color: #7C7C7C;
}

#cboxCurrent
{
    position: absolute;
    bottom: -25px;
    left: 58px;
    font-weight: bold;
    color: #7C7C7C;
}

#cboxPrevious, #cboxNext, #cboxSlideshow
{
    position: absolute;
    bottom: -25px;
    background: url(/Images/Vads/controls.png) no-repeat 0px 0px;
    width: 23px;
    height: 23px;
    text-indent: -9999px;
}

#cboxPrevious
{
    left: 0px;
    background-position: -51px -25px;
}

    #cboxPrevious:hover
    {
        background-position: -51px 0px;
    }

#cboxNext
{
    left: 27px;
    background-position: -75px -25px;
}

    #cboxNext:hover
    {
        background-position: -75px 0px;
    }

#cboxClose
{
    background: url("/Images/x.png") no-repeat scroll 0 0 transparent;
    top: 10px;
    height: 16px;
    position: absolute;
    right: 10px;
    text-indent: -9999px;
    width: 16px;
}

.cboxSlideshow_on #cboxSlideshow
{
    background-position: -125px 0px;
    right: 27px;
}

    .cboxSlideshow_on #cboxSlideshow:hover
    {
        background-position: -150px 0px;
    }

.cboxSlideshow_off #cboxSlideshow
{
    background-position: -150px -25px;
    right: 27px;
}

    .cboxSlideshow_off #cboxSlideshow:hover
    {
        background-position: -125px 0px;
    }
/*end color box*/
/*Form*/
.inline dt
{
    font-weight: bold;
    float: left;
    padding-top: 10px;
    width: 200px;
}

.inline dd
{
    padding: 5px 0;
}

.inline
{
    margin-bottom: 10px;
}

.buttons
{
    margin-bottom: 10px;
}

ul.bjqs
{
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: none;
}

li.bjqs-slide
{
    position: absolute;
    display: none;
}

ul.bjqs-controls
{
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 9999;
}

    ul.bjqs-controls.v-centered li a
    {
        position: absolute;
    }

    ul.bjqs-controls.v-centered li.bjqs-next a
    {
        right: 0;
        display: none;
    }

    ul.bjqs-controls.v-centered li.bjqs-prev a
    {
        left: 0;
        display: none;
    }

ol.bjqs-markers
{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

    ol.bjqs-markers.h-centered
    {
        text-align: center;
    }

    ol.bjqs-markers li a
    {
        display: inline-block;
        color: #e2e2e2;
    }

    ol.bjqs-markers li
    {
        border-radius: 20px;
        background-color: #e2e2e2;
        height: 18px;
        width: 18px;
        float: left;
        margin: 5px;
        border: #ccc;
    }

        ol.bjqs-markers li.active-marker
        {
            background-color: #ff6600;
        }

            ol.bjqs-markers li.active-marker a
            {
                color: #ff6600;
            }

p.bjqs-caption
{
    display: block;
    width: 96%;
    margin: 0;
    padding: 2%;
    position: absolute;
    bottom: 0;
}
/*end form*/
/*jquery UI*/
.tab-nav
{
    width:100%; float:left;
}
.tabAdsTypes {margin-left:5px;}
.tabAdsTypes li { background: none repeat scroll 0 0 #E6E5E4; float:left; padding:5px 10px; margin:0 1px; border-radius:5px 5px 0 0; border:1px solid #E0DEDD; }
    .tabAdsTypes li.active {
    background: url("/Images/Vads/left_menu_bg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FF6600;
    font-weight: bold;
}
        .tabAdsTypes li a
        {
            color: #999; font-weight:bold;
        }
         .tabAdsTypes li.active a
        {
            color: #FF6600; font-weight:bold;
        }
.ui-tabs .ui-tabs-nav li
{
    background: none repeat scroll 0 0 #E6E5E4;
}

.ui-state-active
{
    background: #fff !important;
}
/*jquery UI*/
/*Message*/
div.msg
{
    padding: 10px 10px 10px 37px;
    margin-bottom: 10px;
    cursor: pointer;
}

div.success
{
    border: 1px solid #6cd858;
    background: #e3ffde url(../images/icons/tick.png) 10px 13px no-repeat;
}

div.error
{
    border: 1px solid #ffa2aa;
    background: #fae8e8 url(../images/icons/exclamation-red.png) 10px 13px no-repeat;
    border-radius: 5px;
}

div.warning
{
    border: 1px solid #d6d61f;
    background: #ffffd3 url(../images/icons/exclamation.png) 10px 13px no-repeat;
}

div.information
{
    border: 1px solid #b4dbe8;
    background: #e3f2f7 url(../images/icons/information-balloon.png) 10px 13px no-repeat;
}
/*end mesage*/
/*Approval*/
#imgLoadding, .imgloadding{display: none}
li.ui-state-default{ width: 200px;text-align: center}
#tab_waiting,#tab_approved,#tab_block{min-height: 450px;}

#popup_disable_list-Des{ width: 395px;background-color: #eee;height: 34px;border: 1px solid #ccc;position: absolute;top: 0px;right: 0px;display: none;z-index: 5000}
#popup_disable_list-Des span{ text-align: center;padding-left: 5px;}
#popup_disable_list-Des select{ width: 220px;margin:4px}


td.stt{ width: 20px;}
td.name{ width: 600px;cursor: pointer;}
div.divBlockResion{ position: relative;}
ul.ulBlockResion{ width: 280px;border: 1px solid #ccc;line-height: 20px;background-color: #fff;position: absolute;top: -10px;left: -240px;padding: 5px !important;display: none;}
ul.ulBlockResion li{ padding-bottom: 4px;}
ul.ulBlockResion li:hover{ text-decoration: underline;}
/*Approval*/
/**supoort bottom*/
.padding10 {
    padding:10px;
}
.supportbottom {
        padding:0px;border:1px solid #ccc; border-radius:5px;   
        background-color:#fff;
        float:left; width:100%;   
        margin-bottom:10px; height:46px;  
}
    .supportbottom ul {
        margin:0; padding:0; list-style-type:none; height:46px;
    }

        .supportbottom ul li {float:left; padding:0 5px;height:46px;}
            .supportbottom ul li span {line-height:46px; height:46px;display:block;
            }
    .supportbottom img {
        border:none; width:30px; padding-top:6px;
    }
    .supportbottom .black {
        background:#d7d5d3;
    }
    .supportbottom .whitebor {
        border-right:1px solid #ccc; padding-left:0;
    }
    .supportbottom ul li p {
        padding-top:7px; text-align:center;
    }
        .supportbottom ul li p span {
            line-height:20px; height:20px;display:block; font-weight:bold; text-align:center;
        }
.dashboard-gray {
    background: none repeat scroll 0% 0% rgb(243, 243, 243); float: left; width: 100%; margin: 0px 0px 10px; border-radius:5px;
}
/**supoort bottom*/
/**Preview*/
.breview-box { background: none repeat scroll 0 0 #fff; border: 1px solid #C8C8C8; overflow: hidden; padding: 10px; width: 270px;float: left;}
.breview-box-160 {background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #C8C8C8; overflow: hidden; padding: 10px; width: 158px;top: 0px;left: 300px;float: left;margin-left: 10px;}
.bold{font-weight: 600}
.myclear:after { clear: both; content: "."; display: block; height: 0; visibility: hidden;}
.myclear{ display: block;}
.breview-box-domain {color: #B9B9B9;padding:0 0 5px 2px;}
.breview-box-img {display: inline;float: left;margin-right: 10px;overflow: hidden;}
.breview-box-img img {background: none repeat scroll 0 0 #FFFFFF;border: 1px solid #D6D6D6;padding: 2px;}
.breview-box-img-160 img {background: none repeat scroll 0 0 #FFFFFF;border: 1px solid #D6D6D6;padding: 2px;}
.breview-box-bodytext {float: left;overflow: hidden;width: 160px;text-align: justify}
.breview-box-img img, .breview-box-img-160 img {
    width:90px;
}
.number_bg {
    background: url("/Images/Vads/bg_number_icon.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    color: #FFFFFF;
    float: left;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    text-align: center;
    vertical-align: middle;
    width: 26px; margin-right:10px;
}
.clear {clear:both;
}
/*Thanh toan*/
.thanhtoan b {
    font-weight:bold; font-size:14px;
}
.thanhtoan p {
    padding:2px 0;
}
.thanhtoan span {
    color:#ff6600; font-size:12px;
}
/*Thanh toan*/
/*FAQ*/
 .contentfas {
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
            margin: 10px 0; max-width:700px;
        }

            .contentfas h3 {
                color: #ff6600;
                text-transform: uppercase;
                font-size: 20px;
                margin: 10px 0;
                padding: 10px 0;
            }


            .contentfas p.bold {
                font-weight: bold;
            }

            .contentfas p b {
                color: #fff;
                font-weight: bold;
                font-size: 14px;
            }

            .contentfas p {
                padding-bottom: 10px;
                padding-left: 38px;
            }

                .contentfas p.bold {
                    font-weight: bold;
                    padding-left: 0;
                    line-height: 26px;
                }

.hasDatepicker {
    background:url("/Images/Vads/calendar-red.jpg") no-repeat scroll right center #fff !important; padding-right:18px !important; width:80px !important;
}