body {
    font-size: 13px;
    font-family: Roboto,arial,sans-serif;
}
.red{
    color: red;
}
.green{
    color: green;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    line-height: 21px;
    outline: none;
}
h1, h2, h3, h4, h5 {
    font-weight: normal;
    line-height: normal;
}
strong{
    font-weight: bold;
}
div#wrapper{
    width: 100%;
    float: left;
    min-width: 1340px;
    background: url(../img/leftpanelbg.png) repeat-y 0 0;
}
a, a:hover, a:link, a:active, a:focus {
    outline: none;
    color: #0866c6;
    text-decoration: none;
}
div.header {
    background: #0866c6;
    clear: both;
    height: 110px;
    width: 100%;
    float: left;
}
div.left-header {
    width: 260px;
    text-align: center;
    padding-top: 28px;
    float: left;
}
div#right {
    margin-left: 260px;
}
div.right-header {
    margin-left: 260px;
}
div.info-header-right > ul > li {
    display: inline-block;
    float: left;
    font-size: 14px;
    position: relative;
    border-right: 1px solid rgba(255,255,255,0.15);
    font-family: Roboto,arial,sans-serif;
}
div.info-header-right > ul > li:nth-child(2n+1){
    background: rgba(255,255,255,0.1);
}
div.info-header-right > ul > li:first-child {
    border-left: 1px solid rgba(255,255,255,0.15);
}
div.info-header-right > ul > li > a {
    min-width: 70px;
    position: relative;
    display: block;
    color: #fff;
    padding: 25px 20px 9px 20px;
    cursor: pointer;
    text-decoration: none;
    height: 76px;
}
span.icon-num-message {
    position: absolute;
    top: 5px;
    right: 10px;
    opacity: 0.5;
    font-size: 10px;
}
span.head-icon {
    width: 50px;
    height: 50px;
    display: block;
    margin: auto;
    opacity: 0.5;
}
span.headmenu-label {
    display: block;
    margin: 2px 0 3px 0;
    opacity: 0.5;
    text-align: center;
}
.headmenu-label, .headmenu-icon, .headmenu .count, .leftmenu .nav-tabs a, .dropdown-menu a, .shortcuts li a, .userloggedinfo ul li a, .inputwrapper input, .inputwrapper button {
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
div.info-header-right > ul > li a:hover span.headmenu-label,div.info-header-right ul li a:hover span.head-icon,div.info-header-right ul li a:hover span.icon-num-message {
    opacity: 1;
}
div.info-header-right ul li.right {
    float: right;
    border-right: 0;
}
div.info-header-right ul li.right .userloggedinfo {
    padding: 11px;
    color: #fff;
}
div.info-header-right ul li.right .userloggedinfo img {
    padding: 3px;
    background: rgba(255,255,255,0.2);
    width: 80px;
    float: left;
}
div.info-header-right ul li.right .userloggedinfo .userinfo {
    float: left;
    margin-left: 10px;
}
div.info-header-right ul li.right .userloggedinfo h5{
    font-weight: normal;
}
div.info-header-right ul li.right .userloggedinfo .userinfo small {
    font-size: 11px;
    opacity: 0.6;
    color: #fff;
    font-style: italic;
}
div.info-header-right ul li.right .userloggedinfo ul {
    list-style: none;
    margin-top: 0px;
}
div.info-header-right ul li.right .userloggedinfo ul li {
    display: block;
    font-size: 11px;
    line-height: normal;
    margin-bottom: 1px;
}
div.info-header-right ul li.right .userloggedinfo ul li a {
    padding: 4px 5px 3px 5px;
    color: #fff;
    line-height: normal;
    background: rgba(255,255,255,0.1);
    display: block;
    text-decoration: none;
}
div.info-header-right ul li.right .userloggedinfo ul li a:hover {
    text-decoration: none;
    background: rgba(255,255,255,0.2);
}
div.content-admin {
    width: 100%;
    float: left;
}
div.left-main {
    width: 260px;
    color: #fff;
    float: left;
    background: #282828;
    min-height: 525px;
}
.nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: #999999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}
div.main-menu ul li.nav-header {
    font-weight: normal;
    font-size: 11px;
    padding: 5px 20px;
    text-shadow: none;
    background: #232323;
    border-bottom: 1px solid #222;
}
div.main-menu ul li a {
    color: #999;
    padding: 10px 20px;
    font-size: 14px;
    text-decoration: none;
    display: block;
    position: relative;
    text-indent: 30px;
}
div.main-menu ul li {
    background: #282828;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
span.icon-home{
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("../img/icon/home.png") no-repeat;
    left: 23px;
    top: 12px;
}
span.icon-product{
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("../img/icon/product.png") no-repeat;
    left: 23px;
    top: 12px;
}
span.icon-cart{
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("../img/icon/cart.png") no-repeat;
    left: 23px;
    top: 12px;
}
span.icon-member{
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("../img/icon/member.png") no-repeat;
    left: 23px;
    top: 12px;
}
span.icon-photo{
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("../img/icon/photo.png") no-repeat;
    left: 23px;
    top: 12px;
}
span.icon-content{
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("../img/icon/content.png") no-repeat;
    left: 23px;
    top: 12px;
}
span.icon-static{
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("../img/icon/static.png") no-repeat;
    left: 23px;
    top: 12px;
}
span.icon-admin{
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("../img/icon/admin.png") no-repeat;
    left: 23px;
    top: 12px;
}
div.main-menu ul li:hover {
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    background: #383838;
}
div.main-menu ul li.nav-header:hover{
    background: #282828;
}
div.main-menu > ul > li a:hover{
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    color: #fff;
}
div.main-menu ul li div.sub-nav p a {
    display: block;
    font-size: 13px;
    padding: 7px 10px 7px 50px;
    color: #333;
    background-position: 25px 12px;
    background-image: url(../img/icon/menuarrow.png);
    background-repeat: no-repeat;
    text-indent: 0px;
}
div.sub-nav p {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
div.sub-nav {
    width: 100%;
    background: #eee;
}
div.sub-nav p:hover {
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    background: #fff;
}
span.icon-dropdown{
    position: absolute;
    width: 11px;
    height: 8px;
    right: 10px;
    top: 18px;
    background-image: url(../img/icon/droparrow.png);
    background-repeat: no-repeat;
}
div.fix {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 260px;
}
div.top-nav-right {
    width: 100%;
    float: left;
}
ul.breadcrumbs {
    list-style: none;
    height: 22px;
    background: #ddd;
    padding: 4px 0 4px 10px;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.breadcrumbs > li {
    float: left;
    margin-right: 5px;
    font-size: 14px;
    color: #000;
    font-family: Roboto,arial,sans-serif;
    font-weight: bold;
}
div.main-page{
    width: 100%;
    float: left;
}
div.right-main-page {
    width: 315px;
    float: right;
    text-align: right;
    padding: 20px 20px 0px 0px;
}
div.date-pagehome {
    width: 310px;
    float: left;
    padding: 0px 0px 0px 0px;
    border: 1px solid #0866c6;
}
h4.widgettitle {
    background: #0866c6;
    color: #fff;
    padding: 12px 15px;
    font-size: 14px;
    text-align: center;
}
span.shortcuts-icon{
    display: block;
    width: 48px;
    height: 48px;
    padding: 30px 0 20px 0;
    margin: 0 auto;
}
span.icon-product-r-main{
    background: url(../img/icon-cart.png) no-repeat center center;
}
span.icon-article-r-main{
    background: url(../img/icon-archive.png) no-repeat center center;
}
span.icon-support-r-main{
    background: url(../img/icon-help.png) no-repeat center center;
}
span.icon-images-r-main{
    background: url(../img/icon-images.png) no-repeat center center;
}
span.icon-admin-r-main{
    background: url(../img/icon/users.png) no-repeat center center;
}
span.icon-event-r-main{
    background: url(../img/icon-event.png) no-repeat center center;
}
div.left-main-page {
    width: 700px;
    float: left;
    padding: 20px;
}
div.menu-right-main ul li a {
    display: block;
    width: 130px;
    height: 130px;
    background: #0866c6;
    color: #fff;
    font-size: 16px;
}
span.word-r-main {
    display: block;
    padding: 0 12px;
}
div.menu-right-main ul li {
    display: inline-block;
    float: left;
    margin: 0 12px 5px 0;
    position: relative;
}
div.menu-right-main ul li:last-child {
    margin-right: 0px;
}
div.menu-right-main ul li a:hover {
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    background: #282828;
    text-decoration: none;
}
div.info-admin-right-main {
    border: 1px solid #e4bf7f;
    color: #9c6c38;
    margin-bottom: 20px;
    background: rgb(246,237,186);
    padding: 10px;
    font-size: 13px;
    text-align: left;
    width: 290px;
    float: right;
}
div.info-admin-right-main p:first-child {
    text-transform: uppercase;
    margin-bottom: 5px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e4bf7f;
}
div.info-admin-right-main p:last-child {
    border-top: 1px solid #e4bf7f;
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
table.tbl-list-order-homepage tr td {
    border: 1px solid #0866c6;
    padding: 5px;
    font-size: 13px;
}
table.tbl-list-order-homepage {
    width: 100%;
    float: left;
}
table.tbl-list-order-homepage tr:first-child {
    background: #4E9AE7;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
div.list-order-homepage{
    width: 100%;
    float: left;
    margin-top: 15px;
}
div.title-order-homepage,div.title-homepage {
    text-transform: uppercase;
    font-size: 11px;
    color: #999;
    margin-bottom: 5px;
    width: 100%;
    float: left;
    text-align: left;
}
div.main-menu ul li.selected {
    background-color: #0866c6;
}
div.main-menu ul li.selected a{
    color: #fff;
}
p.selected2 {
    background: #fff;
}
div.sub-nav p {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
div.sub-nav.show {
    display: block !important;
}
div.main-menu ul li.show2 {
    background-color: #0866c6;
}
div.main-menu ul li.show2 a{
    color: #fff;
}
div.top-main-page-sub {
    border-bottom: 1px solid #ddd;
    position: relative;
    min-height: 68px;
    background: #fff;
    width: 100%;
    float: left;
}
div.title-top-main-page-sub {
    width: 310px;
    margin-top: 6px;
    float: left;
    padding: 20px;
}
div.icon-title-top-main-page-sub {
    float: left;
    width: 44px;
    font-size: 42px;
    padding: 10px 10px 10px 10px;
    color: #0866c6;
    border: 3px solid #0866c6;
    display: inline-block;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}
span.iconfa-pencil {
    display: block;
    width: 56px;
    height: 46px;
    line-height: normal;
    vertical-align: baseline;
    background: url("../img/pen.png") no-repeat;
    background-position: -8px 0px;
    background-repeat: repeat;
    margin-top: 0;
    background-size: 65px;
}
span.iconfa-add {
    display: block;
    width: 56px;
    height: 46px;
    line-height: normal;
    vertical-align: baseline;
    background: url("../img/add.png") no-repeat;
    background-position: 3px 0px;
    background-repeat: no-repeat;
    margin-top: 0;
    background-size: 44px;
}
div.pagetitle h5 {
    text-transform: uppercase;
    font-size: 11px;
    color: #999;
}
div.pagetitle h1 {
    font-size: 32px;
    margin-left: -2px;
    color: #0866c6;
    font-family: 'Open Sans Condensed', sans-serif;
}
div.main-menu {
    font-family: Roboto,arial,sans-serif;
}
div.pagetitle {
    float: left;
    padding: 0px 10px 10px 10px;
}
select.view-menu,select.view-status,select.view-special,input.txt-search-admin {
    padding: 8px 10px;
    font-size: 13px;
}
div.search-right-top-main-page-sub {
    float: right;
    width: 600px;
    text-align: right;
    padding: 20px;
}
input.txt-search-admin {
    padding: 8px 27px 8px 10px;
    width: 300px;
    font-style: italic;
    float: right;
}
input.btn-search-admin {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../img/icon/search.png) no-repeat;
    border: 0px;
    outline: 0;
    cursor: pointer;
    right: 3px;
    top: 11px;
}
div.form-bot-search-admin{
    position: relative;
    width: 100%;
    margin-top: 5px;
    float: right;
}
div.main-page-sub {
    width: 100%;
    float: left;
}
select.view-menu, select.view-status, select.view-special, input.txt-search-admin {
    font-size: 15px;
}
div.main-menu ul li a{
    font-size: 18px;
}
div.main-menu ul li div.sub-nav p a{
    font-size: 14px;
}
div.middle-main-page-sub {
    width: 100%;
    float: left;
}
div.app-mid-main{
    width: 100%;
    float: left;
    padding-bottom: 10px;
}
div.in-app-mid-main{
    padding: 20px;
}
div.add-app-mid-main img,div.show-app-mid-main img,div.hide-app-mid-main img,div.delete-app-mid-main img {
    float: left;
    padding-top: 1px;
}
div.add-app-mid-main,div.show-app-mid-main,div.hide-app-mid-main,div.delete-app-mid-main {
    float: right;
    margin-left: 20px;
    width: 110px;
}
div.add-app-mid-main a,div.show-app-mid-main a,div.hide-app-mid-main a,div.delete-app-mid-main a {
    float: left;
    margin-left: 6px;
    font-size: 18px;
    display: block;
    color: #000;
}
div.add-app-mid-main a:hover,div.show-app-mid-main a:hover,div.hide-app-mid-main a:hover,div.delete-app-mid-main a:hover {
    color: #0866c6;
    text-decoration: underline;
}
input.btn-update {
    border: 1px solid #C00;
    background-color: #FC6;
    cursor: pointer;
    font-family: Roboto,arial,sans-serif;
}
input.btn-update:hover {
    opacity: 0.8;
}
.imglistcc {
    width: 18px;
    border: 0;
}
.imglistcc1 {
    width: 25px;
    border: 0;
}
img.ImgList {
    width: 100px;
}
div.list-mid-main {
    width: 98%;
    padding: 1%;
    float: left;
}
table.tbl-list-mid-main {
    width: 100%;
    font-family: Roboto,arial,sans-serif;
    font-size: 15px;
}
table.tbl-list-mid-main tr td {
    padding: 10px;
    border: 1px solid #ccc;
    vertical-align: top;
}
table.tbl-list-mid-main tr:first-child {
    background: #0866c6 !important;
    font-weight: bold;
    color: #fff;
}
div#page a {
    padding: 1px 4px 0px 4px;
    text-decoration: none;
    border: 1px solid #CCC;
    color: #666;
}
a#link_pt_active {
    background: #0866c6;
    color: #fff !important;
    font-weight: bold;
}
div#page a:hover {
    background: #0866c6;
    color: #fff !important;
}
div.paging-admin {
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px 0px;
    font-size: 15px;
}
input.imgReset,input.imgLuu {
    float: left;
    margin-left: 6px;
    font-size: 18px;
    display: block;
    color: #000;
    border: 0px;
    background: 0px;
    cursor: pointer;
    margin: 0px;
    outline: 0;
}
img.img-re-sa {
    padding: 4px 0px;
    display: block;
    margin-top: 5px;
}
input.imgReset:hover,input.imgLuu:hover{
    color: #0866c6;
    text-decoration: underline;
}
div.form-add-update-admin {
    width: 98%;
    padding: 1%;
    float: left;
}
div.in-form-add-update-admin {
    width: 100%;
    float: left;
}
div.tabs-add-update-product {
    width: 100%;
    float: left;
}
ul.tabs li {
    float: left;
    background: #82B7EC;
    border: 1px solid #000;
    border-bottom: 0px;
    margin-right: 4px;
}
ul.tabs li.active {
    background: #0866c6;
}
ul.tabs li a {
    color: #fff;
    padding: 7px 20px;
    display: block;
    font-size: 18px;
}
ul.tabs {
    width: 98%;
    float: left;
    padding: 0 1%;
    border-bottom: 1px solid #000;
}
ul.tabs li.active a {
    font-weight: bold;
}
div.tab_container {
    width: 100%;
    float: left;
    margin-top: 10px;
}
div.tab_content {
    padding: 1%;
    background: #FAFAFA;
    border: 1px solid #ccc;
    font-size: 15px;
    width: 98%;
    float: left;
}
.input-admin{
    padding: 8px 27px 8px 10px;
    width: 450px;
    font-style: italic;
    float: left;
    font-size: 15px;
}
div.row-admin {
    width: 100%;
    float: left;
    margin: 0px 0px 10px 0px;
}
div.sub-row-admin {
    width: 100%;
    float: left;
    margin: 0px 0px 5px 0px;
}
div.col-admin {
    width: 500px;
    float: left;
}
div.footer-admin {
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #474747;
    text-transform: uppercase;
    text-shadow: 1px 0px 6px #5C5C5C;
    margin-top: 30px;
    width: 100%;
    text-align: center;
}
textarea.textarea-admin {
    padding: 8px 27px 8px 10px;
    width: 452px;
    font-style: italic;
    float: left;
    font-size: 15px;
}
table.tbl-info-sell-admin {
    float: left;
    font-weight: normal;
    font-size: 13px;
    vertical-align: top;
    background: #FFF;
}
table.tbl-info-sell-admin tr td {
    vertical-align: middle;
    border: 1px solid #ccc;
    padding: 5px;
}
table.tbl-info-sell-admin .input-admin {
    padding: 5px 10px 5px 10px;
    width: 300px;
    font-style: normal;
    float: left;
    font-size: 15px;
}
table.tbl-info-sell-admin tr td:last-child {
    border-left: 0px;
}
table.tbl-info-sell-admin tr td:nth-child(2) {
    border-right: 0px;
}
ul.add-category-admin li {
    text-transform: uppercase;
    margin-bottom: 15px;
}
.add-category2-admin {
    margin-left: 20px;
}
ul.add-category2-admin li {
    text-transform: none;
}
.title-list {
    width: 100%;
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 4px solid #0866c6;
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #0866c6;
}
ul.tabs.fixed {
    position: fixed;
    top: 0px;
    width: 1024px;
    float: left;
    border-bottom: 0px;
    padding: 0px;
    margin: 0 1%;
    left: 0px;
    margin-left: 283px;
    z-index: 9999;
}
ul.tabs.fixed li{
    border-bottom: 1px solid #000;
}
input.imgReset.imgReset-fixed,input.imgLuu.imgLuu-fixed {
    color: #fff;
    padding: 6px 20px 5px 20px;
    font-size: 18px;
    font-weight: bold;
    display: none;
}
.li-r-l{
    display: none;
}
ul.tabs.fixed li input.imgReset.imgReset-fixed,ul.tabs.fixed li input.imgLuu.imgLuu-fixed,ul.tabs.fixed .li-r-l{
    display: block;
}
input.imgHien,input.imgAn,input.imgXoa {
    font-size: 18px;
    border: 0px;
    background: none;
    outline: 0;
    margin: 0px;
    padding: 0px;
    line-height: 1.2;
    cursor: pointer;
}
input.imgHien:hover,input.imgAn:hover,input.imgXoa:hover{
    color: #0866c6;
    text-decoration: underline;
}
div.col-detail-admin{
    width: 100%;
    float: left;
}
input#xImagePath {
    padding: 8px 27px 8px 10px;
    width: 380px;
    font-style: italic;
    float: left;
    font-size: 15px;
}
input#btn-xImagePath {
    padding: 8px 27px 8px 10px;
    width: 61px;
    font-style: italic;
    float: left;
    font-size: 15px;
    margin-left: 3px;
    font-weight: bold;
    cursor: pointer;
}
.row-admin-right {
    width: 50%;
    float: right;
}
.row-admin-left {
    width: 50%;
    float: left;
}
.checkbox-update-other-prodetail {
    float: left;
    margin: 2px 0px 0px 1px;
}
.word-update-other-prodetail {
    float: left;
}
.update-other-prodetail {
    float: left;
    margin-right: 30px;
}
.update-all-other-prodetail {
    background: #fff;
    float: left;
    border: 1px solid #ccc;
    padding: 10px;
}
.update-all-other-prodetail .update-other-prodetail:last-child{
    margin-right: 0px;
}
input#startDate {
    padding: 8px 27px 8px 10px;
    float: left;
    font-size: 15px;
}
input.btnSearch {
    font-size: 15px;
    padding: 8px 10px;
    cursor: pointer;
}
img.ImgList {
    width: auto;
    max-width: 130px;
}
select.sl-admin {
    padding: 8px 27px 8px 10px;
    width: 422px;
    font-style: italic;
    float: left;
    font-size: 15px;
}
select.sl-up-down {
    padding: 8px 27px 8px 10px;
    width: 422px;
    font-style: italic;
    float: left;
    font-size: 15px;
}
img.ImgHinhanhSua {
    display: block;
    float: left;
    margin-bottom: 10px;
    box-shadow: 0px 0px 8px 0px #999;
    padding: 3px;
    width: 170px;
}
input.btn-update-admin {
    padding: 8px 27px 8px 10px;
    width: 70px;
    font-style: italic;
    margin-top: 10px;
    cursor: pointer;
}
ul.cate-admin-all {
    border: 1px solid #B8B8B8;
    background: #fff;
    padding: 10px;
    width: 469px;
}








































































