﻿@charset "utf-8";
/* CSS Document */

body {
    font-size: 12px;
    margin-left: 30px;
    margin-right: 30px;
}

#TemPlateContainer {
    background: url(../Images/body-bg.gif) repeat-y 100% 0 !important;
    width: 100%;
    margin: 0 auto;
}

a {
    color: #0086d5;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

select, textarea, input[type="text"] {
    background: #fff url(../Images/input.png) repeat-x 0 0;
    padding: 2px;
    color: #000;
    border: 1px solid #c0c0c0;
}

select, textarea, input[type="password"] {
    background: #fff url(../Images/input.png) repeat-x 0 0;
    padding: 2px;
    color: #000;
    border: 1px solid #c0c0c0;
}

#swapper {
    width: 100%;
    margin: 0 auto;
    background: url(../Images/header-bg.png) no-repeat 100% 0;
}

#header, #body {
    margin: 0 auto;
}

#header {
    padding-top: 0px;
}

h1#logo {
    margin: 0 0 10px 0;
    float: left;
}

#menu-nav-wapper {
    padding: 0 0 0 10px;
    height: 42px;
    margin-bottom: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: url(../Images/bg-menu-nav.png) repeat-x 0 0;
}

#menu-nav-r, #menu-nav-l {
    height: 42px;
}

#menu-nav-l {
    width: 10px;
    float: left;
    background: url(../Images/bg-menu-nav-l.png) repeat-x 0 0;
}

#menu-nav-r {
    float: right;
    background: url(../Images/bg-menu-nav-r.png) repeat-x 100% 0;
}

#menu-nav {
    float: left;
    margin: 0px;
}

    #menu-nav li {
        list-style: none;
        float: left;
        height: 38px;
        line-height: 38px;
        padding-right: 3px;
        background: url(../Images/bg-menu-nav-line.png) no-repeat 100% 0;
        position: relative;
    }

        #menu-nav li.last {
            background: none;
        }

        #menu-nav li a {
            color: #f7f7f7;
            text-transform: uppercase;  
            display: block;
            float: left;
            line-height: 38px;
            padding: 0 15px;
            font-weight: bold;
        }

            #menu-nav li a:hover, #menu-nav li a.active {
                background: url(../Images/bg-menu-nav-active.png) repeat-x 0 0;
                text-decoration: none;
                color: white;
            }

#search {
    float: right;
    width: 300px;
    height: 22px;
    margin-top: 8px;
    background: url(../Images/search-bg.png) no-repeat 0 0;
}

    #search .key-search, #search .btn-search {
        border: 0;
        background: none;
    }

    #search .key-search {
        width: 240px;
        padding: 3px 10px;
        float: left;
        color: #fff;
        font-weight: bold;
        font-style: italic;
    }

    #search .btn-search {
        float: right;
        width: 30px;
    }

ul#path {
    margin: 0 0 0 0;
    height: 26px;
    line-height: 26px;
    font-size: 90%;
    -moz-border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #e2e2e2;
}

    ul#path li {
        float: left;
        list-style: none;
        margin-left: 10px;
        font-weight: bold;
    }

        ul#path li a {
            padding-right: 15px;
            font-weight: normal;
            background: url(../Images/icon-path.png) no-repeat 100% 50%;
        }

/**/
.widget {
    margin-bottom: 20px;
    width: 20%;
    /*float: right;*/
}

.widget-header {
    height: 30px;
    background: url(../Images/header-widget.png) repeat-x 0 -72px;
}

    .widget-header h3 {
        height: 30px;
        margin: 0;
        font-weight: bold;
        font-size: 100%;
        line-height: 25px;
        background: url(../Images/header-widget.png) no-repeat 100% -36px;
    }

        .widget-header h3 span {
            display: block;
            height: 30px;
            padding-left: 40px;
            color: #005aab;
            text-shadow: 0 1px 0 #f7f7f7;
            text-transform: uppercase;
            background: url(../Images/header-widget.png) no-repeat 0 0px;
        }

.widget-content, .widget-content-view {
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.widget-content {
    border: 1px solid #e2e2e2;
    border-top: 0;
    float: left;
    width: 100%;
}

.widget-content-view, #content-view, #login-page {
    background: url(../Images/widget-bg.png) repeat-x 0 100%;
    border: 1px solid #fff;
    padding: 10px;
}

#login {
    width: 220px;
    float: right;
    margin-bottom: 0;
}

    #login label {
        display: block;
        font-size: 90%;
    }

    #login .usename, #login .pass {
        padding: 3px;
        width: 185px;
        margin-bottom: 5px;
    }
/**/
#box-support {
    width: 20%;
    float: right;
}

    #box-support .box-support-header {
        background: url('../images/support_bg.png') repeat-x 0 -64px;
        height: 55px;
    }

        #box-support .box-support-header h3 {
            background: url('../images/support_bg.png') no-repeat scroll 100% -128px;
            font-size: 12px;
            color: #FFF;
            height: 55px;
            line-height: 65px;
            text-align: center;
            font-weight: bold;
        }

            #box-support .box-support-header h3 span {
                display: block;
                background: url('../images/support_bg.png') no-repeat scroll 0% 0%;
                font-size: 12px;
                color: #FFF;
                width: 100%;
                height: 55px;
                line-height: 65px;
                text-align: center;
                font-weight: bold;
            }

    #box-support .box-support-content {
        background: url('../images/support_content_bg.png') repeat-y scroll 0 0;
        width: 100%;
        height: 420px;
        padding-top: 10px;
    }

        #box-support .box-support-content .iconrow {
            float: left;
            height: 75px;
            clear: both;
        }

            #box-support .box-support-content .iconrow a {
                float: left;
                line-height: 70px;
                color: #FFF;
                font-weight: bold;
                cursor: pointer;
                height: 35px;
            }

            #box-support .box-support-content .iconrow p {
                line-height: 35px;
                color: #FFF;
                font-weight: bold;
                cursor: pointer;
                height: 35px;
            }

            #box-support .box-support-content .iconrow strong {
                font-weight: bold;
                height: 35px;
                cursor: pointer;
                color: #FFF;
            }

    #box-support .box-support-footer {
        background: url('../images/support_footer_bg.png') repeat-x 0% -27px;
        width: 100%;
        height: 26px;
    }

        #box-support .box-support-footer #mid {
            background: url('../images/support_footer_bg.png') no-repeat scroll 100% -54px;
            width: 100%;
            height: 26px;
        }

        #box-support .box-support-footer #bot {
            display: block;
            background: url('../images/support_footer_bg.png') no-repeat scroll 0% 0%;
            width: 100%;
            height: 26px;
        }
/**/
#intro, #infor, #sevice, #support {
    float: left;
    width: 220px;
    margin: 20px 20px 0 0;
}

#support {
    margin-right: 0 !important;
}

    #intro .widget-content, #infor .widget-content, #sevice .widget-content, #support .widget-content {
        font-size: 90%;
    }

.mn {
    margin-bottom: 0;
}

.readmore {
    padding-left: 8px;
    background: url(../Images/readmore.png) no-repeat 0 50%;
}

.support-title {
    background: url(../Images/dot-g-line.gif) repeat-x 0 70%;
    margin: 5px 0;
    font-size: 100%;
}

    .support-title span {
        background: #fff;
        padding-right: 5px;
    }

#support img {
    margin: 0 5px;
}

.hotline {
    height: 44px;
    line-height: 44px;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    color: #d80000;
    margin-top: 15px;
    background: url(../Images/hotline.png) no-repeat 50% 0;
}

.button {
    background: #d8d8d8 url(../Images/button.png) repeat-x 0 0;
    padding: 3px 5px 2px 5px;
    border: 1px solid #a6a6a6;
    text-transform: uppercase;
    color: #000;
    cursor: pointer;
    font-weight: bold;
    text-shadow: 0 1px 0 #f5f5f5;
    -moz-box-shadow: 0 2px 2px #ddd;
}
/*footer*/
#footer {
    padding-top: 30px;
    background: url(Content/images/bg-footer.png) repeat-x 0 0;
    border-bottom: 1px solid #d6d6d6;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -moz-box-shadow: 0 4px 2px #CCC;
    -webkit-box-shadow: 0 4px 2px #CCC;
    box-shadow: 0 4px 2px #CCC;
    width: 100%;
    overflow: hidden;
}

    #footer address {
        padding-left: 50px;
        margin: 0;
        font-style: normal;
        font-size: 90%;
        float: left;
        width: 50%;
        background: url(../Images/logo-partner-ft_vnpt.png) no-repeat 0 50%;
    }

    #footer .logo-ft-partner {
        float: right;
    }
/**/
#aside {
    padding-left:5px;
    width: 100%;
    /*float: left;*/
    position:relative;
}

    #aside .widget {
        width: 100%;
    }

#content, #content-view, #login-page {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#content {
    width: 70%;
    /*float: right;*/
    border: 1px solid #e2e2e2;
    position:relative;
}

.menu-v {
    margin: 0;
}

    .menu-v li {
        list-style: none;
        padding: 5px 0;
    }

        .menu-v li a {
            background: url(../Images/bullet.gif) no-repeat 0 6px;
            padding-left: 12px;
            color: #000;
        }

/**/
.sevice-list {
    margin: 0;
}

    .sevice-list li {
        clear: both;
        list-style: none;
        display: block;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

        .sevice-list li.last {
            margin-bottom: 0;
            padding-bottom: 0;
        }

    .sevice-list img.sevice-list-img {
        float: left;
        margin: 0 10px 10px 0;
    }

    .sevice-list .sevice-list-desc {
    }

    .sevice-list h1 {
        margin: 0 0 5px 0;
        font-weight: bold;
        font-size: 100%;
    }

.field, .bin-list {
    margin: 0;
}

    .field li, .bin-list li {
        padding: 5px 0;
        list-style: none;
    }

        .field li label {
            float: left;
            width: 100px;
            text-align: left;
            margin-left: 80px;
        }

        .field li .fieldtext {
            margin-left: 190px;
        }

.input-edit {
    width: 220px;
}

.title-mod {
    margin: 0 0 10px 0;
    padding-bottom: 2px;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 100%;
}

.bin-list .bin-title {
    font-weight: bold;
    padding-left: 18px;
    background: url(../Images/collapsed.png) no-repeat 0 2px;
}

.bin-list table.table {
    margin-top: 5px;
}

.bin-list table.tablehide {
    display: none;
}

.bin-list li.active .bin-title {
    background: url(../Images/expanded.png) no-repeat 0 2px;
}


/*table*/
table.table {
    border: 1px solid #ddd;
    background: #fff;
}

    table.table th, table.table td {
        /*padding:8px 5px;*/
        border: 1px solid #ddd;
    }

    table.table .title th {
        background: #f7f7f7 url(../Images/dot-w.gif) repeat-x 0 0;
    }

    table.table .stt {
        text-align: center;
        width: 30px;
    }


/**/
.paging {
    border-top: 1px solid #ddd;
}

    .paging ul {
        clear: both;
        margin: 0;
        float: right;
        padding-top: 5px;
    }

    .paging li {
        float: left;
        width: 18px;
        height: 18px;
        list-style: none;
        margin-left: 3px;
        text-align: center;
        line-height: 18px;
        background: url(../Images/bg-paging.gif) no-repeat 0 0;
    }

        .paging li a {
            color: #777;
            font-weight: bold;
        }

            .paging li a:hover, .paging li a.active {
                color: #ff5a00;
                text-decoration: none;
            }

/**/
#login-page {
    width: 337px;
    height: 120px;
    margin: 50px auto;
    border: 1px solid #ddd;
    -moz-box-shadow: 0 0 8px #eee;
    background: url(../Images/nenlogo.png) no-repeat;
}

    #login-page label {
        width: 100px;
        margin-top: 2px;
        font-weight: bold;
    }

    #login-page .fieldtext {
        margin-left: 110px;
    }
/**/
#logted {
    float: right;
    font-size: 90%;
    text-shadow: 0 1px 0 #f5f5f5;
}
/**----Tuoint----**/
#menu-nav-wapper li ul {
    background: url(../Images/bg-menu-nav.png) repeat-x 0 0;
    display: none;
    height: auto;
    padding: 0px;
    margin: 0px;
    border: 0px;
    position: absolute;
    width: 225px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.8;
    z-index: 9999;
    /*border: 1px solid #6eccff;*/
    border-top: 0;
    top: 37px;
}

#menu-nav-wapper li:hover ul {
    display: block;
}

#menu-nav-wapper li li {
    display: block;
    float: none;
    margin: 0px;
    padding: 0px;
    width: 225px;
    border-bottom: 1px dashed #000;
    background: url(../Images/bg-menu-nav.png) repeat-x 0 0;
}

#menu-nav-wapper li:hover li a {
    background: none;
}

#menu-nav-wapper li ul a {
    display: block;
    height: 38px;
    font-size: 12px;
    font-style: normal;
    margin: 0px;
    padding: 0px 10px 0px 15px;
    text-align: left;
    width: 200px;
}

    #menu-nav-wapper li ul a:hover, #menu-nav-wapper li ul li:hover a {
        border: 0px;
        color: #fff;
        text-decoration: none;
        background: url(../Images/bg-menu-nav-active.png) repeat-x 0 0;
    }
/*THEM VAO PHAN CONTENT CHO TRANG CHU*/
.box-home {
    float: left;
    width: 78%;
    border: 1px solid #cadcef;
    border-radius: 5px 5px 0 0;
    margin-top: 20px;
}

.box-home-title {
    float: left;
    width: 100%;
}

.box-home-title-left {
    float: left;
}

.box-home-title-center {
    float: left;
    /*background: url("../Images/bg-menu-nav.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);*/
    background-image: url("../Images/bg-menu-nav.png");
    width: 100%;
    height: 30px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

.box-home-title-right {
    float: left;
}

.box-home-title-center a {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 43px;
    padding-left: 20px;
    font-size: 12px;
}

.box-home-content {
    float: left;
    width: 98%;
}
    /*SAN PHAM*/
    .box-home-content .boxsolution {
        float: left;
        margin-left: 20px;
        margin-top: 20px;
    }

    .box-home-content .boxservice {
        float: left;
        margin-left: 20px;
        margin-top: 20px;
    }

    .box-home-content .boxintergrated {
        float: left;
        margin-left: 20px;
        margin-top: 20px;
    }

    /*TIN TUC*/
    .box-home-content .box-content-row {
        height: auto;
        clear: both;
    }

        .box-home-content .box-content-row .float-left {
            margin-top: 20px;
            margin-left: 20px;
            margin-bottom: 10px;
        }

        .box-home-content .box-content-row .lstnews {
            height: auto;
        }

        .box-home-content .box-content-row img {
            float: left;
            margin-left: 20px;
            margin-right: 10px;
            margin-bottom: 20px;
        }
/*sline*/
#heartbanner {
    float: left;
    position: relative;
    width: 78%;
}

    #heartbanner ul {
        margin: 0;
    }

        #heartbanner ul#banner-slide {
            position: absolute;
            bottom: 5px;
            right: 5px;
        }

            #heartbanner ul#banner-slide li {
                float: left;
                margin-left: 0;
            }

.number_slideshow .number_slideshow_nav {
    filter: alpha(opacity=60);
    bottom: 10px;
    right: 10px;
    float: right;
}

    .number_slideshow .number_slideshow_nav li {
        box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
        -o-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
        -khtml-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
        margin-left: 6px;
        position: relative;
        float: left;
    }

        .number_slideshow .number_slideshow_nav li a {
            padding-left: 8px;
            padding-right: 8px;
        }

.number_slideshow ul {
    margin: 0px;
    background-position: center center;
    background-repeat: no-repeat;
}

    .number_slideshow ul li {
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -khtml-border-radius: 5px;
        padding: 0px;
        margin: 0px;
        list-style: none;
        position: absolute;
    }

        .number_slideshow ul li p {
            margin: 0px;
            position: absolute;
            top: 0px;
            left: 0px;
            padding-left: 5px;
            padding-right: 5px;
            filter: alpha(opacity=60);
            opacity: 0.6;
            font-size: 13px;
            line-height: 23px;
        }

.clear {
    clear: both;
}
.aui .section {
  padding: 20px 0px;
  position: relative; }
.aui .hotline-box .hotline .icon {
    width: 25px;
    display: inline-block;
    margin-right: 5px;
}
.aui a:hover {
    text-decoration: none !important;
}
a.forget-pass:hover {
    text-decoration: underline !important;
} 
.form-control {
    border-radius: 0 !important;
    box-shadow: none !important;
} 
.btn-primary {
    background-color: #0066B3 !important;
    border-color: #0066B3 !important;
    margin-right: 3px !important;
}
.btn.btn-flat {
    border-radius: 0px !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
}
.btn-primary.focus, .btn-primary:focus {
    border-radius: 0;
    border-color: #0066B3 !important;
} 
.look-up-records__table {
    padding: 20px;
    margin-bottom: 45px;
    box-shadow: 1px -1px 18px rgba(51,51,51,.15); 
}
 /*   .look-up-records__table table thead tr th {
        background: #ccc !important;
    }*/
.signin__form {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
.signin__main, .forget-pass__main, .searchbyFkey__main, .searchbyToken__main, .searchInvMulti__main {
    padding: 10px 30px;
    border-radius: 0px;
}
.line__border__top {
    border-top: 3px solid #0066b3 !important; 
}
.box-shadow-page  {
    box-shadow: 1px -1px 18px rgba(151,151,151,.45);
}
.bg-color-light {
    background: #fff;
}
.text-uppercase {
    text-transform: uppercase;
}
.font-weight-bold{
    font-weight: bold !important;
}
.full-width{
    width: 100% !important;
}
.forget-pass__form, .searchbyFkey__form, .searchbyToken__form, .searchInvMulti__form {
    margin: 0 auto;
}
.forget-pass__form {
    margin-top: 50px;
}
.searchbyToken__form .form-group, .searchInvMulti__form .form-group {
    margin-bottom: 5px !important;
}
.box__infor__detail {
    box-shadow: 1px -1px 10px rgba(51,51,51,.1);
    float: left;
    width: 100%;
}
    .box__infor__detail .box__header {
        background-color: whitesmoke;
        float: left;
        width: 100%;
    }
        .box__infor__detail .box__header .breadcrumb {
            background: none;
            margin-bottom: 0px;
        }
        .box__infor__detail .box__search {
            padding: 15px 0px;
            border-bottom: 1px solid #d1d1d1;
            border-top: 1px solid #d1d1d1;
            float: left;
            width: 100%;
        }
.box__breadcrumbs .breadcrumb {
    padding-left: 25px;
    border-radius: 0px;
}
.box__breadcrumbs .breadcrumb li a {
    color: #777;
}
.box__breadcrumbs .breadcrumb li.active, .box__breadcrumbs .breadcrumb li a:hover {
    color: #000000;
}
.box__menuleft .box__header {
    background-color: whitesmoke;
    float: left;
    width: 100%;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 10px; 
}
.box__edit__infoaccount {
    margin-top: 20px;
    float: left;
    width: 100%;
}
.box__edit__infoaccount .form-group {
    margin-bottom: 5px !important;
}
.box__edit__infoaccount .form-group label {
    font-weight: normal;
}
.padding-right-5{
    padding-right: 5px;
}
.title__table__lookup {
    margin: 5px;
    color: #0e2342;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 5px;
    padding-top: 5px;
    float: left;
    width: 100%;
}
#ViewInvoice {
    top: 0px !important;
    margin: 20px;
}

#ViewInvoice, #src {
    background-color: #FFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 25px 5px #999;
    color: #111;
    display: none;
    min-width: 450px;
    min-height: 250px;
    padding: 25px;
}

/*content pagination*/
.pagination {
    cursor: default;
    margin: 38px 3px 0px;
    padding: 3px;
    word-wrap: break-word;
    width: 814px;
    line-height: 24px;
    z-index: 1000;
    text-align: left;
}
.pagination .number {
        border: 1px solid #DDDDDD;
        color: #0066CC;
        margin-top: 4px;
        padding: 3px 5px;
        text-align: center;
    }
.pagination .selected {
        background-color: #0066CC;
        border: 1px solid #000099;
        color: #FFFFFF;
        font-weight: bold;
        margin-top: 4px;
        padding: 3px 5px;
        text-align: center;
    }
 .pagination span, .pagination span:visited {
        background-color: #FFFFFF;
        border: 1px solid #FFFFFF;
        color: #0066CC;
        font-weight: bold;
        margin-top: 4px;
        padding: 3px 5px;
        text-align: center;
    }
 .pagination span:hover, .pagination span:active {
            background-color: #4fa3f6;
            border: 1px solid #DDDDDD;
            color: #FFFFFF;
            font-weight: bold;
            margin-top: 4px;
            padding: 3px 5px;
            text-align: center;
        }
.pagination span.prevnext {
            border: 1px solid #DDDDDD;
            color: #0066CC;
            margin-top: 4px;
            padding: 3px;
            text-align: center;
        }
.select2-results {
    padding: 6px;
}
#ui-datepicker-div {
    width: 271px;
}
.searchbyFkey__form, .searchbyToken__form, .searchInvMulti__form, .box__quest_answer {
    /*margin-top: 50px;*/
    margin-bottom: 50px;
}