﻿input[type=checkbox] {
    -ms-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    padding: 10px;
}

p {
    margin-top: 0;
    margin-bottom: 5px;
}

a {
    color: #3c8dbc;
}

hr {
    margin: 0;
}

b, strong {
    font-weight: 500;
}

.error {
    color: #ff0029;
    border-color: #ff0029;
}

.krajee-default.file-preview-frame .kv-file-content {
    width: 160px !important;
    height: 100px !important;
}

.krajee-default.file-preview-frame {
    width: 152px;
}

.btn {
    color: white !important;
}

.badge {
    cursor: pointer;
}
/*
    ---Paging----
*/
.shop_page_nav {
    width: 100%;
}

.page_nav li.current {
    background: #179d34;
    border: 1px solid #179d34;
}

.page_nav {
    border: solid 1px #e5e5e5;
    border-radius: 5px;
    margin-left: 15px;
    margin-right: 15px;
}

    .page_nav li {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        border-right: solid 1px #e5e5e5;
        cursor: pointer;
    }

        .page_nav li a {
            font-weight: 500;
            color: rgba(0,0,0,.7);
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -ms-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
        }

        .page_nav li.current a {
            color: #FFFFFF;
        }
/*-----End paging------*/


.svg-w10 {
    width: 10px !important;
    height: 10px !important;
}

.svg-w12 {
    width: 12px !important;
    height: 12px !important;
}

.svg-w14 {
    width: 14px !important;
    height: 14px !important;
}

.svg-w16 {
    width: 16px !important;
    height: 16px !important;
}

.svg-w18 {
    width: 18px !important;
    height: 18px !important;
}

.svg-w20 {
    width: 20px !important;
    height: 20px !important;
}

.svg-w22 {
    width: 22px !important;
    height: 22px !important;
}

.svg-w24 {
    width: 24px !important;
    height: 24px !important;
}

.svg-w26 {
    width: 26px !important;
    height: 26px !important;
}

.svg-w28 {
    width: 28px !important;
    height: 28px !important;
}

.svg-w30 {
    width: 30px !important;
    height: 30px !important;
}

.list-inline-item-cs {
    margin-right: 1.5rem !important;
}

/*custom css thanhld*/
.font_size_10 {
    font-size: 10px !important
}

.font_size_12 {
    font-size: 12px !important
}

.font_size_13 {
    font-size: 13px !important
}

.font_size_14 {
    font-size: 14px !important
}

.font_size_16 {
    font-size: 16px !important
}

.font_size_18 {
    font-size: 18px !important
}

.font_size_20 {
    font-size: 20px !important
}

.font_size_24 {
    font-size: 24px !important
}

.font_size_32 {
    font-size: 32px !important
}

.font_size_36 {
    font-size: 36px !important
}

.aligncenter {
    text-align: center;
}

.alignleft {
    text-align: left;
}

.alignright {
    text-align: right;
}


.table td, .table th {
    padding: 5px;
    vertical-align: top;
}

body {
    font-size: 14px;
    background-color: #f8f9fa;
}

.table thead {
    color: white;
}

.table tbody > tr:hover {
    background: #e0f0ff;
}

.table .tr-child > td:first-child {
    border-top: 0px;
}

.div-content {
    background-color: white;
    margin-top: -9px;
    padding: 5px;
}

.bg-dark {
    background-color: #2f7668 !important;
}

.btn {
    cursor: pointer;
}

.btn-sm {
    font-size: 12px;
    margin: 1px;
}

.btn-lg {
    margin: 2px;
}

.clearfix {
    overflow: auto;
}

.title-header-right ul, .title-header-right li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.title-header-right li {
    float: right;
    padding: 0.5rem 1rem;
}

    .title-header-right li.title {
        text-transform: uppercase;
        font-size: 25px;
        padding: 0px;
        color: red;
    }

.form-control {
    font-size: 13px;
    height: 30px;
    padding: 3px;
}

.tr-child td:not(:first-child) {
    background: #e0f0ff;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 5px;
    padding-left: 5px;
}

.nav-link {
    cursor: pointer;
}

    .nav-link.active {
        font-weight: bold;
    }

.modal-header {
    padding: 5px;
    text-transform: uppercase;
}

.modal-body {
    padding: 2px;
}

.chil-form-nhapxuatui {
    padding-top: 5px;
    border-radius: 4px;
    margin-bottom: 2px;
}

.modal-header .close {
    margin: 0;
    padding: 0;
}

.div-top-chitietphieu {
    position: absolute;
    right: 0px;
    margin-right: 60px;
}

.group-chitiet {
    border: 1px solid #dfdbdb;
    padding: 6px;
    border-radius: 3px;
    margin-top: 4px;
    margin-bottom: 11px;
}

    .group-chitiet .title-group {
        font-weight: 500;
        background: #fff;
        margin-top: -18px;
        display: table;
        padding: 0px 5px;
    }

#ul-list-gd {
    padding: 0;
}

    #ul-list-gd li {
        list-style: none;
        padding: 2px;
    }

.line-space {
    border-bottom: 1px solid #dfdbdb;
    margin: 5px 0px;
}

.font-red {
    color: red;
    font-weight: 500;
}

.font-16px {
    font-size: 16px;
}

.ui-autocomplete {
    width: 600px !important;
    padding: 5px !important;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 3px;
    font-size: 14px;
    overflow-y: scroll;
    height: 300px;
    color: black;
}

    .ui-autocomplete li {
        list-style: none;
        border-bottom: 1px solid #e9ecef;
        cursor: pointer;
        padding: 3px;
    }

.form-check-label {
    cursor: pointer;
}

.table-chitiethh .input-tbhh {
    font-weight: 500;
    text-align: center;
    width: 40px;
    height: 20px;
}

.font-price {
    text-align: right;
    font-weight: 500;
    font-size: 14px;
    color: red;
}

.line-thr {
    text-decoration-line: line-through;
}

.groupThanhToanNhapXuat input {
    height: 25px;
    margin-bottom: 2px;
}

.groupThanhToanNhapXuat label {
    padding: 4px;
    line-height: 15px;
}

.icon-thungrac {
    background: url(../icon/icon-thungrac.png) no-repeat center center;
    width: 20px;
    height: 20px;
    display: block;
    float: right;
    margin-right: 5px;
    cursor: pointer;
}

.resetck {
    background: url(../icon/refresh-icon.png) no-repeat center center;
    width: 15px;
    height: 15px;
    display: inline-block;
    cursor: pointer;
    border-radius: 30px;
}

.setck100 {
    background: url(../icon/upck.png) no-repeat center center;
    width: 15px;
    height: 15px;
    display: inline-block;
    cursor: pointer;
    margin-left: 10px;
    background-size: 100% 100%;
}

#tb-hanghoa {
    font-size: 14px;
}

.form-check-input {
    position: inherit;
    margin-top: 0.3rem;
    margin-left: 0;
}

.form-group {
    margin-bottom: 0px;
}

.icon-addNew {
    background: url(../icon/icon-addnew.png) no-repeat center center;
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    margin-right: 3px;
    cursor: pointer;
    font-size: 0px;
}

.icon-edit {
    background: url(../icon/icon-edit.png) no-repeat center center;
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    margin-right: 3px;
    cursor: pointer;
    font-size: 0px;
}

.div-icon {
    float: right;
    margin-top: -25px;
}

.ui-tooltip {
    max-width: 240px;
    padding: 5px;
    background: white;
}

#seachDoiTac {
    font-weight: 500;
    padding-right: 50px;
}

#txtSDT, #txtDiaChi {
    font-weight: 500;
}

#ul-list-gd {
    font-size: 14px;
}

    #tb-hanghoa tr:nth-child(even), #ul-list-gd li:nth-child(even) {
        background: #ecf5fd;
    }

.table thead th {
    font-weight: 500;
}

.txtGhiChu {
    color: red;
    font-size: 14px;
}

.displaynone {
    display: none !important;
}

textarea.form-control {
    margin-bottom: 5px;
}

.headerlogin {
    padding: 0;
    font-size: 12px;
}

.btn-logout {
    background: url(../icon/logouticon.png) no-repeat center center;
    background-size: 100% 100%;
    font-size: 0px;
    padding: 0px;
    height: 20px;
    width: 20px;
    margin-left: 5px
}

.navbar {
    padding: 0.5rem 0rem;
}

.table > tbody > tr:nth-child(odd) > td {
    background-color: #f3f4f5;
}

.btn-xs {
    font-size: 11px;
    padding: 2px 3px;
}

.qty .count {
    color: #000;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    padding: 0 2px;
    min-width: 35px;
    text-align: center;
    width: 50px;
}

.qty .plus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: white;
    width: 18px;
    height: 18px;
    font: 18px/1 Arial,sans-serif;
    text-align: center;
    border-radius: 50%;
}

.qty .minus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: white;
    width: 18px;
    height: 18px;
    font: 18px/1 Arial,sans-serif;
    text-align: center;
    border-radius: 50%;
    background-clip: padding-box;
}

.minus:hover {
    background-color: #717fe0 !important;
}

.plus:hover {
    background-color: #717fe0 !important;
}

#noidungdat {
    width: 100%;
}

.spcanhbao1 {
    color: #673ab7;
    font-size: 16px;
    font-weight: bold;
}

.spcanhbao2 {
    color: red;
    font-size: 16px;
    font-weight: bold;
}

.spcanhbao3 {
    color: green;
    font-size: 16px;
    font-weight: bold;
}

.font-donvitinh {
    font-size: 13px;
    margin-left: 5px;
}

.td-inmavach {
    display: none;
}

.divtablescroll {
    overflow: auto;
    max-height: 500px;
}

.imgload {
    background: url(../icon/loadding.gif) no-repeat center center;
    width: 20px;
    height: 20px;
    border: 0px;
}

.card-header {
    padding: 5px;
}

    .card-header h5 {
        font-weight: 400;
        padding: 0px;
        margin: 0px
    }

.card-body {
    padding: 5px;
}

.list-unstyled {
    text-align: left;
}

ul.ui-autocomplete {
    z-index: 9999;
}

.inputChietKhau[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

#countmesfb {
    height: 15px;
    width: 15px;
    display: inherit;
    border-radius: 20px;
    margin-right: 5px;
    font-size: 9px;
    color: white;
    text-align: center;
    line-height: 14px;
    background: green;
}

.alertmesfb {
    background-color: red;
    animation-name: alrtMessFB;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.pointer {
    cursor: pointer;
}

.imgactive {
    background: url(../icon/activate.png) no-repeat center center;
    width: 20px;
    height: 20px;
}

.imgunactive {
    background: url(../icon/deactivate.png) no-repeat center center;
    width: 20px;
    height: 20px;
}

.imgwarring {
    background: url(../icon/warring.png) no-repeat center center;
    width: 20px;
    height: 20px;
}

@keyframes alrtMessFB {
    from {
        background-color: green;
    }

    to {
        background-color: Red;
    }
}

.font-bienche, .font-bienche .spcanhbao2, .font-bienche .spcanhbao1 {
    font-size: 14px !important;
    font-weight: 500 !important;
}

.border-dotted {
    border-top: 3px dotted gray;
    margin-top: 10px;
}

.tr-phieunhapncc td {
    background: #cddc39 !important;
}

#ifamesendproduct {
    display: none;
    position: fixed;
    top: 20px;
    right: 5px;
    z-index: 999999999;
    width: 600px;
    height: 450px;
    box-shadow: grey 0px 0px 20px;
    border-width: 0px;
}

.list-img {
    overflow: hidden;
}

    .list-img a {
        cursor: pointer;
    }

    .list-img .list-img-thumb {
        width: 150px;
        height: 170px;
        float: left;
        margin: 2px;
    }

        .list-img .list-img-thumb img {
            max-height: 100px;
            max-width: 120px;
            border: 1px solid #e5e5e5;
            padding: 2px;
        }

.btn.dropdown-toggle {
    color: black !important;
}

.file-box {
    float: left;
    width: 120px;
}

.file-manager h5 {
    text-transform: uppercase;
}

.file-manager {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.folder-list li a {
    color: #666666;
    display: block;
    padding: 5px 0;
}

.folder-list li {
    border-bottom: 1px solid #e7eaec;
    display: block;
}

    .folder-list li i {
        margin-right: 8px;
        color: #3d4d5d;
    }

.category-list li a {
    color: #666666;
    display: block;
    padding: 5px 0;
}

.category-list li {
    display: block;
}

    .category-list li i {
        margin-right: 8px;
        color: #3d4d5d;
    }

    .category-list li a .text-navy {
        color: #1ab394;
    }

    .category-list li a .text-primary {
        color: #1c84c6;
    }

    .category-list li a .text-info {
        color: #23c6c8;
    }

    .category-list li a .text-danger {
        color: #EF5352;
    }

    .category-list li a .text-warning {
        color: #F8AC59;
    }

.file-manager h5.tag-title {
    margin-top: 20px;
}

.tag-list li {
    float: left;
}

    .tag-list li a {
        font-size: 10px;
        background-color: #f3f3f4;
        padding: 5px 12px;
        color: inherit;
        border-radius: 2px;
        border: 1px solid #e7eaec;
        margin-right: 5px;
        margin-top: 5px;
        display: block;
    }

.file {
    border: 1px solid #e7eaec;
    padding: 0;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 5px;
    margin-right: 5px;
}

.file-manager .hr-line-dashed {
    margin: 15px 0;
}

.file .icon,
.file .image {
    height: 100px;
    overflow: hidden;
    text-align: center;
}

.file .icon {
    padding: 15px 10px;
    text-align: center;
}

.file-control {
    color: inherit;
    font-size: 14px;
    margin-right: 10px;
}

    .file-control.active {
        text-decoration: underline;
    }

.file .icon i {
    font-size: 70px;
    color: #dadada;
}

.file .file-name {
    padding: 5px;
    background-color: #f8f8f8;
    border-top: 1px solid #e7eaec;
    height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 120px;
    overflow: hidden;
}

.file-name small {
    color: #676a6c;
}

ul.tag-list li {
    list-style: none;
}

.corner {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    border: 0.6em solid transparent;
    border-right: 0.6em solid #f1f1f1;
    border-bottom: 0.6em solid #f1f1f1;
    right: 0em;
    bottom: 0em;
}

a.compose-mail {
    padding: 8px 10px;
}

.mail-search {
    max-width: 300px;
}

.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
}

    .ibox.collapsed .ibox-content {
        display: none;
    }

    .ibox.collapsed .fa.fa-chevron-up:before {
        content: "\f078";
    }

    .ibox.collapsed .fa.fa-chevron-down:before {
        content: "\f077";
    }

    .ibox:after,
    .ibox:before {
        display: table;
    }

.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 3px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 14px 15px 7px;
    min-height: 48px;
}

.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}

.ibox-footer {
    color: inherit;
    border-top: 1px solid #e7eaec;
    font-size: 90%;
    background: #ffffff;
    padding: 10px 15px;
}

a:hover {
    text-decoration: none;
}

#quanlyfile img {
    max-width: 100%;
    max-height: 100%;
}

#quanlyfile .delete_file {
    position: absolute;
    top: 0px;
    right: 5px;
}

#tb-hanghoa .img-chitietnx {
    max-width: 50px;
    cursor: pointer;
}

#tb-hanghoa .stt {
    position: absolute;
    color: black;
    background: white;
    border-radius: 0px 0px 7px 0px;
    padding: 0px 2px;
}

#imgzoomChiTiet {
    display: none;
    position: fixed;
    top: 20%;
    left: 20%;
    width: 400px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    padding: 3px;
    background: white;
}

.tbDongKiemHH .trKiemKeSai, .tbDongKiemHH .trKiemKeSai > td {
    background: #f8d7da !important;
}

#danhsachdonhang .danhsachdonhang, #danhsachdonhang .danhsachdonhang li {
    list-style: none;
}

    #danhsachdonhang .danhsachdonhang > li {
        border-bottom: 1px solid #d3d3d3;
        padding-bottom: 5px;
    }

        #danhsachdonhang .danhsachdonhang > li li {
            list-style: circle
        }
    #danhsachdonhang .danhsachdonhang .hople {
        background: #bbffaa
    }
    #danhsachdonhang .danhsachdonhang .khonghople {
        background: #ffcbcb;
    }
    #danhsachdonhang .danhsachdonhang .addThemMoi {
        background: #ffdc33;
    }

#ul-voucher 
{
    margin:0;
    padding:0;
}
    #ul-voucher li {
        width: 100%;
        font-size: 20px;
    }
#tb-hanghoa .imggift {
    background: url(../icon/gificon.png) no-repeat center center;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    cursor: pointer;
    border-radius: 20px;
}
.ul-setctkm{
    margin: 20px 0px;
    padding:0;
}
.ul-setctkm li {
    list-style: none;
    padding: 0;
    margin: 0;
}
    .ul-setctkm li {
        padding: 5px 0px;
        font-size: 18px;
    }

.goiygiaodich td {
    background : #e2ff76 !important;
}
.item-noidungmes.div-type-writing {
  
    border: 0px;
    background: none;
    text-align: center;
}
    .item-noidungmes.div-type-writing .noidung {
        float: right !important;
        background: url(../icon/loadding.gif) no-repeat center right !important;
        border: 0px !important;
        font-size: 14px;
        background-color: white !important;
        padding-right: 50px !important;
        margin-right: 40px;
    }
    }

