body {
    font-size: 13px;
}

#reportrange {
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
    width: 180px;
}

#reportrange_invoices {
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
    width: 300px;
}

.table-vcenter td {
    vertical-align: inherit !important;
}

#change-store {
    display: inline-block;
    width: 160px;
    margin: 10px 0;
    border-radius: 3px;
    border: none;
    height: 30px;
    padding-left: 5px;
}

.store-name {
    color: white;
    display: inline-block;
    margin-top: 15px;
}

.label-store {
    background: #CCC;
    padding: 3px 6px;
    margin-right: 4px;
    border-radius: 5px;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 5px;
}

.form-package .select2-container {
    width: calc(100% - 158px) !important;
    display: inline-block;
    margin: 0 10px;
    float: left;
}

.form-inline .select2-container {
    min-width: 100px;
    max-width: 320px;
}

.select-quantity {
    width: 100px !important;
    float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #333;
}

.form-inline input[name='phone'] {
    width: 120px;
}

textarea.textarea {
    width: 100%;
    height: 150px;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid #dddddd;
    padding: 10px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #ccccccd4;
}

.btn-verify {
    cursor: pointer;
}

.verify {
    position: relative;
}

.sublinks {
    position: absolute;
    top: 31px;
    left: 0;
    z-index: 999;
}

.list-group-item {
    padding: 5px 10px;
}

.tablelte-excel .dataTables_empty {
    display: none;
}


/*luyen add*/

.starrating>input {
    display: none;
}


/* Remove radio buttons */

.starrating>label:before {
    content: "\f005";
    /* Star */
    margin: 2px;
    font-size: 1.5em;
    font-family: FontAwesome;
    display: inline-block;
}

.starrating>label {
    color: #222222;
    /* Start color when not clicked */
}

.starrating>input:checked~label {
    color: #ffca08;
}


/* Set yellow color when star checked */

.starrating>input:hover~label {
    color: #ffca08;
}


/* Set yellow color when star hover */

.loading {
    position: relative;
}

.loading::before {
    content: '';
    position: absolute;
    z-index: 999;
    background-image: url(../../assets/images/loading.svg);
    background-size: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Smart Wizard */

.wizard .anchor {
    float: left;
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: block;
    position: relative;
    width: 100%;
}

.wizard .anchor:after {
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background: #d5d5d5;
    z-index: 1;
}

.wizard .anchor li {
    float: left;
    display: block;
}

.wizard .anchor li a {
    font-size: 14px;
    color: #656d78;
    text-decoration: none;
    display: block;
    line-height: 18px;
    padding: 10px 20px 15px 0px;
    position: relative;
}

.wizard .anchor li a .stepNumber {
    display: none;
}

.wizard .anchor li a .stepDesc {
    font-weight: 400;
}

.wizard .anchor li a .stepDesc small {
    color: #999;
    font-weight: 300;
}

.wizard .anchor li a:before {
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #d5d5d5;
    z-index: 2;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.wizard .anchor li a:after {
    content: " ";
    position: absolute;
    bottom: -10px;
    left: 0px;
    width: 22px;
    height: 22px;
    -moz-border-radius: 20%;
    -webkit-border-radius: 20%;
    border-radius: 20%;
    background: #fff;
    border: 3px solid #d5d5d5;
    z-index: 3;
    text-align: center;
    line-height: 17px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #ddd;
}

.wizard .anchor li a.done:after {
    border-color: #95b75d;
    content: "\f00c";
    font-family: FontAwesome;
    color: #95b75d;
    font-size: 10px;
}

.wizard .anchor li a.done:before {
    background: #95b75d;
}

.wizard .anchor li a.error:after {
    border-color: #e04b4a;
    content: "\f00d";
    font-family: FontAwesome;
    color: #e04b4a;
    font-size: 10px;
}

.wizard .anchor li a.error:before {
    background: #e04b4a;
}

.wizard .anchor li a.selected:after {
    border-color: #57a9a8;
    content: "\f0da";
    font-family: FontAwesome;
    color: #57a9a8;
    font-size: 13px;
    padding-left: 2px;
}

.wizard .anchor li a.selected:before {
    background: #57a9a8;
}

.wizard .stepContainer,
.wizard .actionBar {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.wizard .actionBar {
    margin-top: 20px;
}

.wizard .actionBar .btn.pull-right {
    margin-left: 5px;
}

.wizard .actionBar .btn-primary {
    display: none;
}

.wizard .actionBar .loader {
    display: none;
}

.wizard .anchor.steps_1 li {
    width: 100%;
}

.wizard .anchor.steps_2 li {
    width: 50%;
}

.wizard .anchor.steps_3 li {
    width: 33.333333%;
}

.wizard .anchor.steps_4 li {
    width: 25%;
}

.wizard .anchor.steps_5 li {
    width: 20%;
}

.wizard .anchor.steps_6 li {
    width: 16.666666%;
}

.wizard .anchor.steps_7 li {
    width: 14.285714%;
}

.wizard .anchor.steps_8 li {
    width: 12.5%;
}

.po-r {
    position: relative;
}

.po-a {
    position: absolute;
}

a.nav-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}


/* END Smart Wizard */


/* END Smart Wizard */

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.fz-10 {
    font-size: 10px;
}

.fz-11 {
    font-size: 11px;
}

.fz-12 {
    font-size: 12px;
}

.fz-13 {
    font-size: 13px;
}

.fz-14 {
    font-size: 14px;
}

.fz-15 {
    font-size: 15px;
}

.mg-t-5 {
    margin-top: 5px;
}

.mg-t-10 {
    margin-top: 10px;
}

.mg-t-15 {
    margin-top: 15px;
}

.mg-t-20 {
    margin-top: 20px;
}

.mg-t-25 {
    margin-top: 25px;
}

.mg-t-30 {
    margin-top: 30px;
}

.mg-t-35 {
    margin-top: 35px;
}

.mg-b-5 {
    margin-bottom: 5px;
}

.mg-b-10 {
    margin-bottom: 10px;
}

.mg-b-15 {
    margin-bottom: 15px;
}

.mg-b-20 {
    margin-bottom: 20px;
}

.mg-b-25 {
    margin-bottom: 25px;
}

.mg-b-30 {
    margin-bottom: 30px;
}

.mg-b-35 {
    margin-bottom: 35px;
}

.mg-l-5 {
    margin-left: 5px;
}

.mg-l-10 {
    margin-left: 10px;
}

.mg-l-15 {
    margin-left: 15px;
}

.mg-l-20 {
    margin-left: 20px;
}

.mg-l-25 {
    margin-left: 25px;
}

.mg-l-30 {
    margin-left: 30px;
}

.mg-l-35 {
    margin-left: 35px;
}

.mg-r-5 {
    margin-right: 5px;
}

.mg-r-10 {
    margin-right: 10px;
}

.mg-r-15 {
    margin-right: 15px;
}

.mg-r-20 {
    margin-right: 20px;
}

.mg-r-25 {
    margin-right: 25px;
}

.mg-r-30 {
    margin-right: 30px;
}

.mg-r-35 {
    margin-right: 35px;
}

.on-moblie {
    display: none;
}

a.sidebar-toggle.on-moblie {
    position: absolute;
    width: 40px;
    height: 100%;
    font-size: 20px;
    top: 0;
    left: 0px;
    text-align: center;
    line-height: 30px;
}

.content-header>.breadcrumb {
    padding-left: 50px;
}


/* 
.sidebar-toggle.on-moblie {
    position: fixed;
    top: 40px;
    width: 35px;
    height: 35px;
    background: white !important;
    left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #00a65a;
    box-shadow: 0px 0px 4px 1px rgba(128, 128, 128, 0.53);
    /* transform: translateX(-50%); */

opacity: .8;
transition: .2s all linear;
visibility: unset;

}
*/ .sidebar-open .sidebar-toggle.on-moblie {
    opacity: 0;
    visibility: hidden;
}
.main-header .sidebar-toggle:before {
    content: "\f104";
}
.main-header .sidebar-toggle.on-moblie:hover {
    color: #00a65a;
}
@media screen and (max-width: 768px) {
    section.content-header h1 {
        display: none;
    }
    
    .main-header .navbar {
        display: none;
    }
    
    .on-moblie {
        display: block;
    }
    
    body {
        font-family: 'SF Display' !important;
        font-weight: 400;
    }
    
    a.logo {
        display: none !important;
    }
    
    a.nav-logo {
        display: block;
    }
    
    .skin-red .main-header .navbar .sidebar-toggle {
        color: #00a65a;
    }
    
    .skin-red .main-header .navbar {
        background-color: #ffffff;
    }
    
    .left-side,
    .main-sidebar {
        padding-top: 0px;
    }
}

/** WARNING - USE AT OWN RISK */

/** IT IS AGAINST APPLE'S POLICY TO USE SF PRO FOR ANYTHING OTHER THAN iOS/tvOS/macOS/watchOS DESIGN & DEVELOPMENT */

/** https://sf.abarba.me/font.css */

/** https://sf.abarba.me/LICENSE.pdf */

/** 1. Copy/import this file into your main css/scss file */

/** 2. Change css font-family: to "SF Text", "SF Display" or "SF Mono" */

/** 3. Apply font-weight or italic to html elements */

/** THANK YOU */

/** I host these fonts on Cloudfront with SSL in all AWS regions for the best performance and reliability */

/** If you'd like to help offset costs, I'd very much appreciate a donation via Lisk https://lisk.io */

/** Address: 14987768355736502769L */

/** Delegate: andrew */

/*---------------------------------------------------------------------------*
 * SF UI Display
 *---------------------------------------------------------------------------*/

/** Black */

/** Bold */
@font-face {
    font-family: "SF Display";
    font-weight: 700;
    src: url("https://sf.abarba.me/SF-UI-Display-Bold.otf");
}

/** Heavy */

/** Light */

/** Medium */

/** Regular */
@font-face {
    font-family: "SF Display";
    font-weight: 400;
    src: url("../../assets/themes/SF-UI-Display-Regular.otf");
}

/** Semibold */
@font-face {
    font-family: "SF Display";
    font-weight: 600;
    src: url("https://sf.abarba.me/SF-UI-Display-Semibold.otf");
}
@font-face {
    font-family: "SF Display";
    font-weight: bold;
    src: url("https://sf.abarba.me/SF-UI-Display-Semibold.otf");
}

/*---------------------------------------------------------------------------*
 * SF UI Text
 *---------------------------------------------------------------------------*/

/** Bold */
@font-face {
    font-family: "SF Text";
    font-weight: 700;
    src: url("https://sf.abarba.me/SF-UI-Text-Bold.otf");
}

/** Bold Italic */
@font-face {
    font-family: "SF Text";
    font-weight: 700;
    font-style: italic;
    src: url("https://sf.abarba.me/SF-UI-Text-BoldItalic.otf");
}

/** Heavy */
@font-face {
    font-family: "SF Text";
    font-weight: 800;
    src: url("https://sf.abarba.me/SF-UI-Text-Heavy.otf");
}

/** Heavy Italic */
@font-face {
    font-family: "SF Text";
    font-weight: 800;
    font-style: italic;
    src: url("https://sf.abarba.me/SF-UI-Text-HeavyItalic.otf");
}

/** Light */
@font-face {
    font-family: "SF Text";
    font-weight: 200;
    src: url("https://sf.abarba.me/SF-UI-Text-Light.otf");
}

/** Light Italic */
@font-face {
    font-family: "SF Text";
    font-weight: 200;
    font-style: italic;
    src: url("https://sf.abarba.me/SF-UI-Text-LightItalic.otf");
}

/** Medium */
@font-face {
    font-family: "SF Text";
    font-weight: 500;
    src: url("https://sf.abarba.me/SF-UI-Text-Medium.otf");
}

/** Medium Italic */
@font-face {
    font-family: "SF Text";
    font-weight: 500;
    font-style: italic;
    src: url("https://sf.abarba.me/SF-UI-Text-MediumItalic.otf");
}

/** Regular */
@font-face {
    font-family: "SF Text";
    font-weight: 400;
    src: url("https://sf.abarba.me/SF-UI-Text-Regular.otf");
}

/** Regular Italic */
@font-face {
    font-family: "SF Text";
    font-weight: 400;
    font-style: italic;
    src: url("https://sf.abarba.me/SF-UI-Text-RegularItalic.otf");
}

/** Semibold */
@font-face {
    font-family: "SF Text";
    font-weight: 600;
    src: url("https://sf.abarba.me/SF-UI-Text-Semibold.otf");
}

/** Semibold Italic */
@font-face {
    font-family: "SF Text";
    font-weight: 600;
    font-style: italic;
    src: url("https://sf.abarba.me/SF-UI-Text-SemiboldItalic.otf");
}

/** Ultrathin */
@font-face {
    font-family: "SF Text";
    font-weight: 100;
    src: url("https://sf.abarba.me/SF-UI-Text-Ultrathin.otf");
}

/** Ultrathin Italic */
@font-face {
    font-family: "SF Text";
    font-weight: 100;
    font-style: italic;
    src: url("https://sf.abarba.me/SF-UI-Text-UltrathinItalic.otf");
}
@font-face {
    font-family: "San Francisco";
    font-weight: 400;
    src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff");
}

/*---------------------------------------------------------------------------*
 * SF Mono
 *---------------------------------------------------------------------------*/

/** Bold */
@font-face {
    font-family: "SF Mono";
    font-weight: 700;
    src: url("https://sf.abarba.me/SFMono-Bold.otf");
}

/** Bold Italic */
@font-face {
    font-family: "SF Mono";
    font-weight: 700;
    font-style: italic;
    src: url("https://sf.abarba.me/SFMono-BoldItalic.otf");
}

/** Heavy */
@font-face {
    font-family: "SF Mono";
    font-weight: 800;
    src: url("https://sf.abarba.me/SFMono-Heavy.otf");
}

/** Heavy Italic */
@font-face {
    font-family: "SF Mono";
    font-weight: 800;
    font-style: italic;
    src: url("https://sf.abarba.me/SFMono-HeavyItalic.otf");
}

/** Light */
@font-face {
    font-family: "SF Mono";
    font-weight: 200;
    src: url("https://sf.abarba.me/SFMono-Light.otf");
}

/** Light Italic */
@font-face {
    font-family: "SF Mono";
    font-weight: 200;
    font-style: italic;
    src: url("https://sf.abarba.me/SFMono-LightItalic.otf");
}

/** Medium */
@font-face {
    font-family: "SF Mono";
    font-weight: 500;
    src: url("https://sf.abarba.me/SFMono-Medium.otf");
}

/** Medium Italic */
@font-face {
    font-family: "SF Mono";
    font-weight: 500;
    font-style: italic;
    src: url("https://sf.abarba.me/SFMono-MediumItalic.otf");
}

/** Regular */
@font-face {
    font-family: "SF Mono";
    font-weight: 400;
    src: url("https://sf.abarba.me/SFMono-Regular.otf");
}

/** Regular Italic */
@font-face {
    font-family: "SF Mono";
    font-weight: 400;
    font-style: italic;
    src: url("https://sf.abarba.me/SFMono-RegularItalic.otf");
}

/** Semibold */
@font-face {
    font-family: "SF Mono";
    font-weight: 600;
    src: url("https://sf.abarba.me/SFMono-Semibold.otf");
}

/** Semibold Italic */
@font-face {
    font-family: "SF Mono";
    font-weight: 600;
    font-style: italic;
    src: url("https://sf.abarba.me/SFMono-SemiboldItalic.otf");
}