/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

h1, h2, h3, h4, h5, h6, p, ul, li, figure, figcaption {
    margin: 0;
    padding: 0
}

body {
    position: relative;
    font-family: 'Sarabun', sans-serif;
    margin: 0;
    padding: 0;
    padding-top: 80px;
    font-size: 1.5rem;
    color: #335533;
    background-color: #f3f3f3;
    overflow-x: hidden
}

.body-rk8 {
    padding-top: 107px;
}

.body-reels-rk8 {
    padding-top: 127px;
}

input {
    font-family: sans-serif;
}

.tooltip {
    font-family: 'K2D', sans-serif;
}

@media all and (min-width: 1200px) {
body{
    font-size: 16px;
    }
}

@media all and (max-width: 1199px) and (min-width: 800px) {
body{
    font-size: 16px;
    }
}

@media all and (max-width: 799px) and (min-width: 50px) {
body{
    font-size: 14px;
    }
}

.content, .content-header, .box-body {
    padding: 0;
}

.content-header {
    margin-bottom: 10px;
}

.box-body {
    margin-top: 10px;
}

td a i {
    color: #335533;
    font-size: 1.2em
}

td a i:hover {
    color: #6cc572
}

.btn {
    font-size: 1em;
    margin-bottom: 10px;
}

.modal-content {
    border-radius: 6px;
}

.form-group input {
    font-size: 1em;
    color: #335533;
    border: 1px solid #dfe3e7;
    box-shadow: 0 0 0 0
}

.form-group input::-webkit-input-placeholder {
    color: #335533
}

.form-group input:-ms-input-placeholder {
    color: #335533
}

.form-group input::placeholder {
    color: #8fa88f
}

.form-group input:focus::-webkit-input-placeholder {
    color: transparent
}

.form-group input:focus:-ms-input-placeholder {
    color: transparent
}

.form-group input:focus::placeholder {
    color: transparent
}

.form-group .container.checkbox {
    display: block;
    position: relative;
    width: 20px;
    font-size: .9em;
    font-weight: 400;
    color: #335533;
    padding-left: 0px;
    cursor: pointer;
    margin-top:0px;
    margin-bottom: 0px;
    margin-left:0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.form-group .container.checkbox input {
    display: none
}

.form-group .container.checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 3px
}

.form-group .container.checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.form-group .container.checkbox input:checked~.checkmark {
    background-color: #6cc572
}

.form-group .container.checkbox input:checked~.checkmark:after {
    display: block
}

label {
    font-weight: 300;
    font-size: 1.1em
}

.arrow {
    border: solid #335533;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px
}

.arrow.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.arrow.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg)
}

.arrow.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg)
}

.arrow.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.full-block {
    position: relative;
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 30px;
    background-color: #fff;
    padding: 20px;
    border-radius: 3px;
    box-shadow: 3px 5px 10px 5px #ddd
}

.button-green, .button-red, .button-gray {
    display: block;
    min-height: 40px;
    padding: 5px 15px;
    background-color: #6cc572;
    color: #fff !important;
    font-size: 1.05em;
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    border: 0;
    border-radius: 3px;
    outline: 0 !important
}

.button-green i, .button-red i, .button-gray i {
    color: #fff;
    margin-right: 5px
}

.button-green {
    background-color: #6cc572
}

.button-green:hover {
    background-color: #64b169;
    color: #fff
}

.button-red {
    background-color: #dc3545
}

.button-red:hover {
    background-color: #b42532;
    color: #fff
}

.button-gray {
    background-color: #bbb
}

.button-gray:hover {
    background-color: #aaa;
    color: #fff
}

.text-green-first {
    color: #6cc572 !important
}

.text-green-second {
    color: #335533 !important
}

.text-red-first {
    color: #dc3545 !important
}

.text-blue-first {
    color: #337ab7
}

.modal .modal-title {
    color: #6cc572;
    font-size: 1.4em;
    font-weight: 600
}

.modal .modal-body::after {
    content: "";
    clear: both;
    display: table
}

.modal .modal-body label {
    text-align: left
}

.modal .modal-footer button {
    float: right;
    margin-left: 5px
}

.modal button.close {
    line-height: .7;
    /*font-size: 3em;*/
    outline: 0;
    opacity: 1;
    color: #909090
}

.table thead th {
    vertical-align: top !important;
    color: #6cc572;
    padding: 12px 8px !important;
    font-size: 1.1em;
    font-weight: 500
}

table.ui-jqgrid-htable thead th {
    padding: 8px 4px !important;
}

.ui-jqgrid .ui-jqgrid-htable .ui-th-div{
    height: auto;
}

.table td {
    padding: 8px 10px
}

.ui-search-table td {
    padding: 0px 0px !important
}

.table td a i {
    font-size: 1.1em !important
}

.form-control {
    margin-bottom: 10px
}

header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 87px;
    padding-top: 10px;
    padding-right: 30px;
}

.header-rk8 {
    height: 107px;
}

.header-reels-rk8 {
    height: 127px;
}

header .hamberger {
    display: none;
    cursor: pointer;
    position: relative;
    float: left;
    top: 8px;
    z-index: 9991;
}

header .hamberger .bar1, header .hamberger .bar2, header .hamberger .bar3 {
    height: 3px;
    background-color: #6cc572;
    margin: 4px 0;
    transition: 0.4s
}

header .hamberger .bar1, header .hamberger .bar2, header .hamberger .bar3 {
    width: 30px
}

header .header-user {
    width: auto;
    display: block;
    position: relative;
    float: right;
    margin-left: 20px
}

header .header-user .fa {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    color: #335533;
    font-size: 3.3em;
    text-align: center
}

header .header-status {
    float: right;
    text-align: right;
    width: auto;
    max-width: 287px;
    display: block;
    font-size: 13px;
    position: relative;
    top: -5px;
}

header .header-status .name {
    float: right;
    display: block;
    width: auto;
    color: #6cc572;
    font-size: 1.2em;
    font-weight: 600
}

header .header-status .expire {
    float: right;
    display: block;
    width: 100%;
    color: #335533;
    font-weight: 600
}
/*
header .header-status .expire span {
    color: #ff0000
}
*/
header.sticky {
    background-color: #fff;
    box-shadow: 3px 5px 10px 5px #ddd
}

.modal {
    padding-left: 0 !important
}

.main-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 260px;
    height: 100%;
    padding: 20px 15px;
    border-right: 1px solid #dfe3e7;
    background-color: #f3f3f3;
    display: table-cell;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-color: #dfe3e7 #f1f1f1;
    scrollbar-width: thin;
    /*transition: ease all .5s*/
}

.main-menu::-webkit-scrollbar {
    width: 7px
}

.main-menu::-webkit-scrollbar-track {
    background: #f1f1f1
}

.main-menu::-webkit-scrollbar-thumb {
    display: none;
    background: #dfe3e7
}

.main-menu::-webkit-scrollbar-thumb:hover {
    background: #dfe3e7
}

.main-menu:hover::-webkit-scrollbar-thumb {
    display: block
}

.main-menu .main-menu-content {
    position: relative;
    float: left;
    display: block
}

.main-menu .main-menu-content .close {
    display: none;
    border: 0;
    outline: 0;
    background-color: transparent;
    width: 15px;
    padding-right: 15px;
    opacity: 1
}

.main-menu .main-menu-content .close i {
    color: #6cc572
}

figure.logo {
    display: block;
    width: 93px;
    height: 93px;
    margin: auto;
    margin-bottom: 20px
}

figure.logo img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    border: 7px solid #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 5px #ddd
}

.main-menu .main-menu-content nav {
    float: left;
    width: 100%
}

.main-menu .main-menu-content nav ul {
    list-style-type: none
}

.main-menu .main-menu-content nav ul li {
    float: left;
    position: relative;
    width: 100%;
    display: block
}

.main-menu .main-menu-content nav ul li a {
    text-decoration: none
}

.main-menu .main-menu-content nav ul li.nav-item {
    margin-bottom: 10px
}

.main-menu .main-menu-content nav ul li.nav-item a {
    display: block;
    width: 100%;
    padding: 7px 15px;
    color: #335533;
    border: 1px solid transparent;
    border-radius: 3px;
    font-size: 1.1em;
    /*transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s*/
}

.main-menu .main-menu-content nav ul li.nav-item a:hover {
    color: #6cc572;
    text-decoration: none
}

.main-menu .main-menu-content nav ul li.nav-item a i {
    font-size: 1.3em;
    float: left;
    width: 25px;
    margin-right: 10px;
    vertical-align: middle;
    text-align: center
}

.main-menu .main-menu-content nav ul li.nav-item.active a {
    background-color: #e9f2e9;
    border: 1px solid #cce4cd;
    color: #6cc572
}

.main-menu .main-menu-content nav ul li.nav-item.has-sub {
    float: left;
    width: 100%;
    display: block;
    padding: 10px 15px;
    color: #335533;
    border: 1px solid transparent;
    cursor: pointer;
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s
}

.main-menu .main-menu-content nav ul li.nav-item.has-sub ul.nav-sub {
    display: none;
    border-top: 1px solid transparent;
    margin-top: 10px;
    padding-top: 10px
}

.main-menu .main-menu-content nav ul li.nav-item.has-sub.active ul.nav-sub li.nav-sub-item.active a {
    background-color: #e9f2e9;
    border: 1px solid #cce4cd;
    color: #6cc572
}

.main-menu .main-menu-content nav ul li.nav-item.has-sub .arrow {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 15px;
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s
}

.main-menu .main-menu-content nav ul li.nav-item.has-sub>.fa {
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    font-size: 1.3em;
    width: 25px;
    margin-right: 5px;
    text-align: center;
    vertical-align: middle
}

.main-menu .main-menu-content nav ul li.nav-item.has-sub>span {
    font-size: 1.1em;
    vertical-align: middle;
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s
}

.main-menu .main-menu-content nav ul li.nav-item.has-sub:hover>.fa {
    color: #6cc572
}

.main-menu .main-menu-content nav ul li.nav-item.has-sub:hover>span {
    color: #6cc572
}

.main-menu .main-menu-content nav ul li.nav-item.has-sub.active {
    color: #335533;
    border: 1px solid #dfe3e7;
    border-radius: 3px;
    background-color: #fff
}

.main-menu .main-menu-content nav ul li.nav-item.has-sub.active>.fa {
    color: #335533
}

.main-menu .main-menu-content nav ul li.nav-item.has-sub.active>span {
    color: #335533
}

.main-menu .main-menu-content nav ul li.nav-item.has-sub.active ul.nav-sub {
    border-top: 1px solid #dfe3e7;
    margin-top: 10px;
    padding-top: 10px
}

.main-menu .main-menu-content nav ul li.nav-item.has-sub.active ul.nav-sub li.nav-sub-item a {
    background-color: transparent;
    border: 1px solid transparent;
    color: #335533
}

.main-menu .main-menu-content nav ul li.nav-item.has-sub.active ul.nav-sub li.nav-sub-item a:hover {
    color: #6cc572
}

.main-menu .main-menu-content nav ul li.nav-item.has-sub.active ul.nav-sub li.nav-sub-item.active a {
    color: #6cc572
}

.main-menu .main-menu-content nav ul li.nav-item.has-sub.active .arrow {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    position: absolute;
    right: 15px;
    top: 20px
}

.main-menu .main-menu-content nav ul li.nav-header {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 15px
}

.main-menu .main-menu-content nav ul li.nav-header span {
    font-size: .9em;
    text-transform: uppercase;
    border-bottom: 1px solid #335533
}

.overlay {
    float: left;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9995;
    width: 100%;
    height: 100%;
    background-color: rgba(108, 197, 114, 0.9)
}

.login-block {
    display: block;
    width: 600px;
    height: auto;
    background-color: #fff;
    border-radius: 3px;
    padding: 70px;
    box-shadow: 3px 10px 15px 10px #ddd;
    margin: auto;
    margin-top: 20px
}

.login-block .logo {
    display: block;
    width: 110px;
    height: 110px;
    margin: auto;
    margin-bottom: 30px
}

.login-block .logo img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    border: 10px solid #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 5px #ddd
}

.login-block .title {
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    overflow: hidden;
    margin-bottom: 25px
}

.login-block .title h4 {
    width: auto;
    display: table;
    font-size: 1.5em;
    font-weight: 500;
    color: #6cc572;
    position: relative;
    z-index: 2;
    background-color: #fff;
    margin: auto;
    padding: 0 20px
}

.login-block .title::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    border-top: 1px solid #ddd;
    left: 0
}

.login-block form {
    width: 100%;
    display: block
}

.login-block form .form-group {
    margin-bottom: 20px
}

.login-block form button[type="submit"] {
    width: 100%;
    display: block;
    border: 0;
    background-color: #6cc572;
    color: #fff;
    border-radius: 3px;
    padding: 7px 0;
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    outline: 0;
    border: 0
}

.login-block form button[type="submit"]:hover {
    background-color: #64b169
}

.login-block .alert {
    display: none;
    margin-top: 20px;
    background-color: #dc3545;
    color: #fff
}

.login-block .alert ul {
    margin-left: 20px
}

.main-wrapper {
    position: relative;
    float: left;
    width: 100%;
    padding-left: 280px;
    padding-right: 20px;
    /*transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s*/
}

.main-wrapper a {
    text-decoration: none
}

h1.title {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 10px;
    padding-top: 10px;
}

h1.title span {
    margin-left: 0px;
    color: #6cc572
}

h3.subtitle {
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 20px;
    color: #6cc572
}

.info-block {
    width: 100%;
    display: block;
    background-color: #fff;
    box-shadow: 3px 5px 10px 5px #ddd;
    border-radius: 3px;
    padding: 60px 20px;
    margin-bottom: 30px;
    text-align: center;
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s
}

.info-block .fa {
    display: block;
    color: #6cc572;
    font-size: 4em;
    margin-bottom: 50px
}

.info-block span {
    display: block;
    width: 100%;
    color: #335533;
    font-size: 1.3em;
    font-weight: 600
}

.info-block span .fa.fa-long-arrow-right {
    display: inline-block;
    color: #335533;
    margin-left: 15px;
    font-size: 2em;
    vertical-align: middle;
    margin-bottom: 0
}

.info-block:hover {
    background-color: #6cc572
}

.info-block:hover .fa, .info-block:hover span {
    color: #fff
}

.info-block:hover .fa .fa-long-arrow-right, .info-block:hover span .fa-long-arrow-right {
    color: #fff
}

.sale .pull-right {
    position: absolute;
    right: 10px;
    top: 10px
}

.sale .add-from-stock {
    margin-top: 15px
}

.sale .list-product {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 30px
}

.sale .list-product ul {
    list-style-type: none
}

.sale .list-product ul li {
    float: left;
    margin-right: 12px;
    margin-bottom: 30px
}

.sale .list-product ul li a {
    border-radius: 20px;
    border: 5px solid #fff;
    box-shadow: 1px 1px 3px 2px #ddd;
    padding: 0 17px;
    font-size: 1.1em;
    color: #fff;
    line-height: 1
}

.sale .list-product ul li a.button-code {
    background-color: #335533
}

.sale .list-product ul li a.btn-add {
    background-color: #6cc572
}

.sale .list {
    float: left;
    display: block;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #dfe3e7
}

.sale .list .list-head {
    float: left;
    width: 70%;
    font-size: 1.2em;
    color: #6cc572;
    font-weight: 600;
    padding-right: 20px
}

.sale .list .list-tools {
    float: right;
    width: 30%;
    text-align: right
}

.sale .list .list-tools button {
    border: 0;
    outline: 0;
    background-color: transparent
}

.sale .list .list-tools button .fa {
    font-size: 1.4em;
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s
}

.sale .list .list-tools button:hover .fa {
    color: #6cc572
}

.sale .list-name ul {
    list-style-type: none
}

.sale .list-name ul li {
    float: left;
    width: 100%;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dfe3e7
}

.sale .list-name ul li:last-child {
    border-bottom: 0
}

.sale .list-name ul li .list-name-list {
    float: left;
    font-size: 1.1em;
    width: 90%;
    padding-right: 20px
}

.sale .list-name ul li .list-name-list span {
    margin-right: 15px
}

.sale .list-name ul li .list-name-list a {
    color: #6cc572;
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s
}

.sale .list-name ul li .list-name-list a:hover {
    color: #64b169
}

.sale .list-name ul li button {
    float: right;
    border: 0;
    outline: 0;
    background-color: transparent;
    width: 10%;
    text-align: right;
    padding-right: 15px
}

.sale .list-name ul li button i {
    color: #ff0000;
    font-size: 1.3em
}

.sale .monitor {
    list-style-type: none;
    display: block
}

.sale .monitor .monitor-header {
    float: left;
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 1.2em;
    border-bottom: 2px solid #e0e3e7;
    padding-bottom: 15px;
    margin-bottom: 20px
}

.sale .monitor .monitor-header .code-header {
    float: left;
    width: 35%;
    overflow-wrap: break-word
}

.sale .monitor .monitor-header .price-header {
    float: left;
    width: 15%;
    overflow-wrap: break-word
}

.sale .monitor .monitor-header .total-header {
    float: left;
    width: 10%;
    text-align: center;
    word-break: break-all
}

.sale .monitor .monitor-header .balance-header {
    float: left;
    width: 10%;
    text-align: center;
    overflow-wrap: break-word
}

.sale .monitor .monitor-header .tool-header {
    float: left;
    width: 30%;
    text-align: right;
    overflow-wrap: break-word
}

.sale .monitor .monitor-item {
    display: block;
    width: 100%
}

.sale .monitor .monitor-item .box-header {
    float: left;
    display: block;
    width: 100%;
    font-weight: 500;
    border-bottom: 1px solid #e0e3e7;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
    cursor: pointer;
    font-size: 1.1em
}

.sale .monitor .monitor-item .box-header .code {
    float: left;
    width: 35%
}

.sale .monitor .monitor-item .box-header .price {
    float: left;
    width: 15%
}

.sale .monitor .monitor-item .box-header .total {
    float: left;
    width: 10%;
    text-align: center
}

.sale .monitor .monitor-item .box-header .balance {
    float: left;
    width: 10%;
    text-align: center
}

.sale .monitor .monitor-item .box-header .tool {
    float: left;
    width: 30%;
    text-align: right
}

.sale .monitor .monitor-item .box-header .tool button {
    border: 0;
    background-color: transparent;
    outline: 0;
    font-size: 1.2em
}

.sale .monitor .monitor-item .box-header .tool button:hover {
    color: #6cc572
}

.sale .monitor .monitor-item .box-body {
    display: none;
    width: 100%;
    height: 200px;
    overflow-x: hidden;
    overflow-y: auto
}

.sale .monitor .monitor-item .box-body>ul {
    list-style-type: none
}

.sale .monitor .monitor-item .box-body>ul .box-body-list {
    float: left;
    width: 100%;
    display: block;
    padding: 5px 10px;
    margin-bottom: 5px;
    background-color: #f8f8f8
}

.sale .monitor .monitor-item .box-body>ul .box-body-list span {
    float: left;
    min-width: 20px;
    margin-right: 10px;
    text-align: center
}

.sale .monitor .monitor-item .box-body>ul .box-body-list a {
    color: #6cc572;
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s
}

.sale .monitor .monitor-item .box-body>ul .box-body-list a:hover {
    color: #64b169
}

.sale .monitor .monitor-item .box-body>ul .box-body-list i {
    float: right;
    padding-top: 3px;
    color: #dc3545;
    cursor: pointer
}

.sale .form-group, .product-stock .form-group {
    margin-bottom: 0
}

.sale .modal .form-horizontal button.choose, .sale .modal .form-horizontal button.delete, .product-stock .modal .form-horizontal button.choose, .product-stock .modal .form-horizontal button.delete {
    display: block
}

.sale .modal .form-horizontal button.choose, .product-stock .modal .form-horizontal button.choose {
    margin-bottom: 10px
}

.sale .modal .form-horizontal button.delete, .product-stock .modal .form-horizontal button.delete {
    margin-bottom: 10px
}

.sale .modal .form-horizontal button, .product-stock .modal .form-horizontal button {
    float: left;
    margin-right: 5px
}

.sale .modal .form-horizontal .img-block, .product-stock .modal .form-horizontal .img-block {
    width: 100%;
    float: left;
    margin-bottom: 10px
}

.sale .modal .form-horizontal .img-block img, .product-stock .modal .form-horizontal .img-block img {
    display: block;
    max-width: 150px;
    max-height: 150px;
    vertical-align: middle
}

.btn-primary {
    background-color: #6cc572;
    border-color: #6cc572;
    /*border: 0;*/
}

.btn-primary:hover, .btn-primary.hover, .btn-primary:focus, .btn-primary:active {
    background-color: #64b169;
    border-color: #6cc572;
}

.box.box-solid.box-primary {
    border-color: #6cc572;
}

.box.box-solid.box-primary .box-header {
    background-color: #6cc572;
}

.order-search .button-search, .system-user .button-search, .system-user-group .button-search, .system-sale-summary .button-search, .system-bank-account .button-search, .product-stock .button-search, .order .button-search {
    float: left;
    position: relative;
    display: table;
    width: auto;
    height: 35px;
    background-color: #6cc572;
    color: #fff;
    font-size: 1em;
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    border: 0;
    border-radius: 3px;
    outline: 0 !important;
    margin-top: 0px;
    margin-right: 10px
}

.order-search .button-search:hover, .system-user .button-search:hover, .system-user-group .button-search:hover, .system-sale-summary .button-search:hover, .system-bank-account .button-search:hover, .product-stock .button-search:hover, .order .button-search:hover {
    background-color: #64b169
}

.order-search .button-search i, .system-user .button-search i, .system-user-group .button-search i, .system-sale-summary .button-search i, .system-bank-account .button-search i, .product-stock .button-search i, .order .button-search i {
    position: absolute;
    top: 10px;
    left: 20px
}

.order-search .button-search input, .system-user .button-search input, .system-user-group .button-search input, .system-sale-summary .button-search input, .system-bank-account .button-search input, .product-stock .button-search input, .order .button-search input {
    position: relative;
    width: 100%;
    padding: 7px 20px 7px 40px;
    background-color: transparent;
    outline: 0;
    border: 0
}

.order-search .button-link, .system-user .button-link, .system-user-group .button-link, .system-sale-summary .button-link, .system-bank-account .button-link, .product-stock .button-link, .order .button-link {
    float: left;
    display: inline-block;
    height: 35px;
    background-color: #6cc572;
    color: #fff;
    font-size: 1.1em;
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    border: 0;
    border-radius: 3px;
    outline: 0 !important;
    margin-top: 0px;
    padding: 9px 20px 7px 20px
}

.order-search .button-link:hover, .system-user .button-link:hover, .system-user-group .button-link:hover, .system-sale-summary .button-link:hover, .system-bank-account .button-link:hover, .product-stock .button-link:hover, .order .button-link:hover {
    background-color: #64b169
}

.order-search .button-link i, .system-user .button-link i, .system-user-group .button-link i, .system-sale-summary .button-link i, .system-bank-account .button-link i, .product-stock .button-link i, .order .button-link i {
    margin-right: 5px
}

.order-new .box-footer .button-link, .system-user-new .box-footer .button-link, .system-user-group-new .box-footer .button-link, .system-settings .box-footer .button-link, .system-bank-account-new .box-footer .button-link {
    float: right;
    display: inline-block;
    height: 40px;
    color: #fff;
    font-size: 1.1em;
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    border: 0;
    border-radius: 3px;
    outline: 0 !important;
    margin-top: 15px;
    padding: 9px 15px 7px 15px;
    background-color: #dc3545
}

.order-new .box-footer .button-link:hover, .system-user-new .box-footer .button-link:hover, .system-user-group-new .box-footer .button-link:hover, .system-settings .box-footer .button-link:hover, .system-bank-account-new .box-footer .button-link:hover {
    background-color: #b42532;
    color: #fff
}

.order-new .box-footer .button-link i, .system-user-new .box-footer .button-link i, .system-user-group-new .box-footer .button-link i, .system-settings .box-footer .button-link i, .system-bank-account-new .box-footer .button-link i {
    margin-right: 5px
}

.order-new .box-footer .button-save, .system-user-new .box-footer .button-save, .system-user-group-new .box-footer .button-save, .system-settings .box-footer .button-save, .system-bank-account-new .box-footer .button-save {
    float: right;
    position: relative;
    display: table;
    width: auto;
    height: 40px;
    background-color: #6cc572;
    color: #fff;
    font-size: 1.1em;
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    border: 0;
    border-radius: 3px;
    outline: 0 !important;
    margin-top: 15px;
    margin-right: 10px
}

.order-new .box-footer .button-save:hover, .system-user-new .box-footer .button-save:hover, .system-user-group-new .box-footer .button-save:hover, .system-settings .box-footer .button-save:hover, .system-bank-account-new .box-footer .button-save:hover {
    background-color: #64b169
}

.order-new .box-footer .button-save i, .system-user-new .box-footer .button-save i, .system-user-group-new .box-footer .button-save i, .system-settings .box-footer .button-save i, .system-bank-account-new .box-footer .button-save i {
    position: absolute;
    top: 10px;
    left: 20px
}

.order-new .box-footer .button-save input, .system-user-new .box-footer .button-save input, .system-user-group-new .box-footer .button-save input, .system-settings .box-footer .button-save input, .system-bank-account-new .box-footer .button-save input {
    position: relative;
    width: 100%;
    padding: 7px 15px 7px 40px;
    background-color: transparent;
    outline: 0;
    border: 0
}

.order-list {
    position: relative
}

.order-list .button-search {
    float: left;
    position: relative;
    display: table;
    width: auto;
    height: 40px;
    background-color: #6cc572;
    color: #fff;
    font-size: 1.1em;
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    border: 0;
    border-radius: 3px;
    outline: 0 !important;
    margin-top: 15px;
    margin-right: 10px
}

.order-list .button-search:hover {
    background-color: #64b169
}

.order-list .button-search i {
    position: absolute;
    top: 10px;
    left: 20px
}

.order-list .button-search input {
    position: relative;
    width: 100%;
    padding: 7px 20px 7px 40px;
    background-color: transparent;
    outline: 0;
    border: 0
}

.order-list .button-print {
    margin-top: 15px
}

.order-list .pull {
    position: absolute;
    right: 10px;
    top: 10px
}

.order-list .pull a {
    display: block;
    width: 40px;
    height: auto;
    right: 10px;
    top: 10px;
    background-color: #6cc572;
    text-align: center;
    padding: 5px 5px;
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s
}

.order-list .pull a:hover {
    background-color: #64b169
}

.order-list .pull a i {
    font-size: 2em;
    color: #fff
}

.order-list .order-list-block {
    position: relative;
    width: 100%;
    display: block;
    background-color: #fff;
    box-shadow: 3px 5px 10px 5px #ddd;
    border-radius: 3px;
    padding: 40px 15px;
    margin-bottom: 30px;
    text-align: center;
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s
}

.order-list .order-list-block .icon-block {
    display: block;
    width: 250px;
    margin: auto;
    margin-bottom: 30px
}

.order-list .order-list-block .icon-block .icon {
    float: left;
    width: 55px;
    height: 55px;
    background-color: #ccc;
    margin-right: 10px;
    border-radius: 50%;
    background-size: 35px auto;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer
}

.order-list .order-list-block .icon-block .icon:last-child {
    margin-right: 0
}

.order-list .order-list-block .icon-block .icon.money {
    background-image: url(../../assets/images/icon-money.png)
}

.order-list .order-list-block .icon-block .icon.print {
    background-image: url(../../assets/images/icon-print.png)
}

.order-list .order-list-block .icon-block .icon.box {
    background-image: url(../../assets/images/icon-box.png)
}

.order-list .order-list-block .icon-block .icon.user-block {
    background-image: url(../../assets/images/icon-user-block.png)
}

.order-list .order-list-block .icon-block .icon.active {
    background-color: #64b169
}

.order-list .order-list-block .icon-block .icon.user-block.active {
    background-color: #dc3545
}

.order-list .order-list-block .icon-block::after {
    content: "";
    clear: both;
    display: table
}

.order-list .order-list-block .name-block {
    display: block;
    width: 260px;
    margin: auto
}

.order-list .order-list-block .name-block .name {
    float: left;
    width: 180px;
    display: inline-block;
    padding-top: 5px
}

.order-list .order-list-block .name-block .name a {
    color: #6cc572;
    width: 180px;
    display: inline-block;
    font-size: 1.3em;
    font-weight: 600;
    text-align: center;
    line-height: 1.2
}

.order-list .order-list-block .name-block .cart {
    float: left;
    position: relative;
    width: 80px
}

.order-list .order-list-block .name-block .cart i {
    display: block;
    color: #ccc;
    font-size: 2.5em;
    vertical-align: middle;
    text-align: left
}

.order-list .order-list-block .name-block .cart .quantity {
    position: absolute;
    right: 0;
    top: -10px;
    min-width: 45px;
    height: 45px;
    background-color: #6cc572;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    padding: 12px 3px 3px 3px
}

.order-list .order-list-block::after {
    content: "";
    clear: both;
    display: table
}

.customer {
    position: relative
}

.customer .button-search {
    float: left;
    position: relative;
    display: table;
    width: auto;
    height: 40px;
    background-color: #6cc572;
    color: #fff;
    font-size: 1.1em;
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    border: 0;
    border-radius: 3px;
    outline: 0 !important;
    margin-top: 15px;
    margin-right: 10px
}

.customer .button-search:hover {
    background-color: #64b169
}

.customer .button-search i {
    position: absolute;
    top: 10px;
    left: 20px
}

.customer .button-search input {
    position: relative;
    width: 100%;
    padding: 7px 20px 7px 40px;
    background-color: transparent;
    outline: 0;
    border: 0
}

.customer .button-print {
    margin-top: 15px
}

.customer .table td a i {
    color: #335533;
    font-size: 1.2em
}

.customer .table td a i:hover {
    color: #6cc572
}

.customer-edit .row.check-box, .order .row.check-box {
    margin-bottom: 10px;
    display: block
}

.customer-edit .row.check-box .checkbox, .order .row.check-box .checkbox {
    margin-top: 0
}

.customer-edit .table td a i, .order .table td a i {
    color: #335533;
    font-size: 1.2em
}

.customer-edit .table td a i:hover, .order .table td a i:hover {
    color: #6cc572
}

.customer-edit .badge, .order .badge {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ccc;
    padding-top: 5px
}

.customer-edit .badge i, .order .badge i {
    font-size: 1.5em
}

.customer-edit .badge.bg-green, .order .badge.bg-green {
    background-color: #6cc572
}

.customer-edit .box-footer, .order .box-footer {
    float: right
}

.customer-edit .box-footer .button-link, .order .box-footer .button-link {
    display: inline-block;
    height: 40px;
    color: #fff;
    font-size: 1.1em;
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    border: 0;
    border-radius: 3px;
    outline: 0 !important;
    margin-top: 15px;
    padding: 9px 15px 7px 15px;
    background-color: #dc3545
}

.customer-edit .box-footer .button-link:hover, .order .box-footer .button-link:hover {
    background-color: #b42532;
    color: #fff
}

.customer-edit .box-footer .button-link i, .order .box-footer .button-link i {
    margin-right: 5px
}

.customer-edit .box-footer .button-save, .order .box-footer .button-save {
    float: left;
    position: relative;
    display: table;
    width: auto;
    height: 40px;
    background-color: #6cc572;
    color: #fff;
    font-size: 1.1em;
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    border: 0;
    border-radius: 3px;
    outline: 0 !important;
    margin-top: 15px;
    margin-right: 10px
}

.customer-edit .box-footer .button-save:hover, .order .box-footer .button-save:hover {
    background-color: #64b169
}

.customer-edit .box-footer .button-save i, .order .box-footer .button-save i {
    position: absolute;
    top: 10px;
    left: 20px
}

.customer-edit .box-footer .button-save input, .order .box-footer .button-save input {
    position: relative;
    width: 100%;
    padding: 7px 15px 7px 40px;
    background-color: transparent;
    outline: 0;
    border: 0
}

.renew ul.list {
    list-style-type: none;
    font-size: 1.2em;
    font-weight: 500
}

.renew ul.list li {
    float: left;
    display: block;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px dashed #dfe3e7
}

.renew ul.list li p {
    float: left
}

.renew ul.list li span {
    float: right;
    color: #6cc572
}

.renew ul.list li span a {
    color: #6cc572;
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s
}

.renew ul.list li span a:hover {
    color: #64b169
}

.renew ul.list li:first-child {
    padding-top: 0
}

.renew ul.list li:last-child {
    border-bottom: 0
}

.renew ul.list li:nth-child(4) {
    margin-bottom: 20px
}

.renew .qr {
    min-width: 290px;
    width: 290px;
    margin: auto
}

.renew .qr img {
    width: 100%;
    height: auto;
    vertical-align: middle
}

.system-user .button-link, .system-user-group .button-link, .system-bank-account .button-link {
    margin-top: 0;
    margin-bottom: 30px
}

.system-user .table td a .fa-pencil, .system-user-group .table td a .fa-pencil, .system-bank-account .table td a .fa-pencil {
    color: #335533;
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s
}

.system-user .table td a .fa-pencil:hover, .system-user-group .table td a .fa-pencil:hover, .system-bank-account .table td a .fa-pencil:hover {
    color: #6cc572
}

.system-user .table td a .fa-trash, .system-user-group .table td a .fa-trash, .system-bank-account .table td a .fa-trash {
    color: #dc3545;
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s
}

.system-user .table td a .fa-trash:hover, .system-user-group .table td a .fa-trash:hover, .system-bank-account .table td a .fa-trash:hover {
    color: #b42532
}

.system-user-new form {
    display: block
}

.system-user-new form::after {
    content: "";
    clear: both;
    display: table
}

.system-user-new form .form-group .fa-eye, .system-user-new form .form-group .fa-eye-slash {
    cursor: pointer;
    margin-top: 8px;
    pointer-events: all
}

.system-user-new .alert {
    margin-top: 20px;
    background-color: #dc3545;
    color: #fff
}

.system-user-new .alert ul {
    margin-left: 20px
}

.system-user-group-new .has-sub .form-group {
    position: relative
}

.system-user-group-new .has-sub .form-group .arrow {
    position: absolute;
    left: -25px;
    top: 8px;
    cursor: pointer;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    margin-top: -5px;
    margin-left: 10px;
    vertical-align: middle
}

.system-user-group-new .has-sub .form-group .arrow.active {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg)
}

.system-user-group-new .sub {
    padding-left: 40px;
    display: none
}

.system-user-group-new .form-group {
    margin-bottom: 0
}

.system-user-group-new .box-footer {
    margin-top: 20px
}

.system-sale-summary table tbody tr.total {
    font-weight: bold
}

.system-settings .form-group {
    display: block
}

.system-settings .form-group .form-control {
    margin-bottom: 0
}

.system-settings .form-group::after {
    content: "";
    display: table;
    clear: both
}

.system-settings .form-group button {
    float: left;
    margin-right: 5px
}

.system-settings .form-group .img-block {
    width: 100%;
    float: left;
    margin-bottom: 10px
}

.system-settings .form-group .img-block img {
    display: block;
    max-width: 180px;
    max-height: 180px;
    vertical-align: middle
}

.system-settings .form-group .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px
}

.system-settings .form-group .switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.system-settings .form-group .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s
}

.system-settings .form-group .switch .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s
}

.system-settings .form-group .switch input:checked+.slider {
    background-color: #6cc572
}

.system-settings .form-group .switch input:focus+.slider {
    box-shadow: 0 0 1px #6cc572
}

.system-settings .form-group .switch input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px)
}

.system-settings .form-group .switch .round {
    border-radius: 34px
}

.system-settings .form-group .switch .round::before {
    border-radius: 50%
}

.system-bank-account table .enable, .system-bank-account table .disable, .system-bank-account table .re-enable {
    padding: 2px 10px;
    border-radius: 3px;
    color: #fff;
    font-weight: bold
}

.system-bank-account table .enable {
    background-color: #6cc572
}

.system-bank-account table .disable {
    background-color: #dc3545
}

.system-bank-account table .re-enable {
    background-color: #e1bb26
}

.product-stock .button-link {
    margin-top: 0;
    margin-bottom: 15px;
    margin-right: 15px
}

.product-stock .button-red {
    margin-bottom: 30px
}

.product-stock thead .form-group {
    margin-left: 2px
}

.product-stock .form-group .container.checkbox {
    padding-left: 0;
    margin-top: 0
}

.report-invoice .button-search {
    float: left;
    position: relative;
    display: table;
    width: auto;
    height: 40px;
    background-color: #6cc572;
    color: #fff;
    font-size: 1.1em;
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    border: 0;
    border-radius: 3px;
    outline: 0 !important;
    margin-top: 15px;
    margin-right: 10px
}

.report-invoice .button-search:hover {
    background-color: #64b169
}

.report-invoice .button-search i {
    position: absolute;
    top: 10px;
    left: 20px
}

.report-invoice .button-search input {
    position: relative;
    width: 100%;
    padding: 7px 20px 7px 40px;
    background-color: transparent;
    outline: 0;
    border: 0
}

.report-invoice .button-green {
    float: left;
    margin-top: 15px;
    margin-right: 30px
}

.report-invoice .reset {
    float: left;
    margin-top: 15px
}

.order .subtitle a {
    color: #64b169;
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    border-bottom: 1px dashed #64b169
}

.order .subtitle a:hover {
    color: #6cc572
}

.order .box-footer .button-save {
    float: right
}

.order .fa.fa-trash {
    color: #dc3545
}

.order th.price, .order td.price {
    text-align: right;
    padding-right: 50px !important
}

.order th.price input, .order td.price input {
    float: right
}

.order .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px
}

.order .switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.order .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s
}

.order .switch .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s
}

.order .switch input:checked+.slider {
    background-color: #6cc572
}

.order .switch input:focus+.slider {
    box-shadow: 0 0 1px #6cc572
}

.order .switch input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px)
}

.order .switch .round {
    border-radius: 34px
}

.order .switch .round::before {
    border-radius: 50%
}

.order .button-list button, .order .button-list a {
    float: left;
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 10px
}

.order .button-list .button-red {
    background-color: #dc3545
}

.order-confirm-transfer .button-search {
    float: left;
    position: relative;
    display: table;
    width: auto;
    height: 40px;
    background-color: #6cc572;
    color: #fff;
    font-size: 1.1em;
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    border: 0;
    border-radius: 3px;
    outline: 0 !important;
    margin-top: 15px;
    margin-right: 10px
}

.order-confirm-transfer .button-search:hover {
    background-color: #64b169
}

.order-confirm-transfer .button-search i {
    position: absolute;
    top: 10px;
    left: 20px
}

.order-confirm-transfer .button-search input {
    position: relative;
    width: 100%;
    padding: 7px 20px 7px 40px;
    background-color: transparent;
    outline: 0;
    border: 0
}

.order-confirm-transfer .button-print {
    margin-top: 15px
}

.order-confirm-transfer table a {
    color: #6cc572;
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s
}

.order-confirm-transfer table a:hover {
    color: #64b169
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #6cc572;
  border-color: #6cc572;
  cursor: default;
}

@media only screen and (max-width: 1199px) {
    header {
        padding-right: 0;
        padding-top: 15px
    }
    header .hamberger {
        display: block
    }
    header .header-user {
        margin-left: 10px
    }
    header .header-user .fa {
        width: 40px;
        height: 40px;
        font-size: 2.5em
    }
    header .header-status .name {
        font-size: 1em
    }
    header .header-status .expire {
        font-size: 1em
    }
    .main-menu {
        left: -260px
    }
    .main-menu .main-menu-content .close {
        display: block
    }
    .main-menu.open {
        left: 0
    }
    .main-wrapper {
        padding-left: 15px;
        padding-right: 15px
    }
    .order-list .button-search, .order-confirm-transfer .button-search {
        margin-top: 0
    }
}

@media only screen and (max-width: 767px) {
    .login-block {
        width: 100%;
        margin-top: -65px
    }
    .system-user-group-new .control-label.has-label {
        display: block
    }
    .system-user-group-new .control-label {
        display: none
    }
    .system-user-group-new .sub {
        padding-left: 30px
    }
    .customer-edit .row.check-box, .order .row.check-box {
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 480px) {
    h1.title {
        font-size: 1.4em;
        font-weight: 600;
        line-height: 1.4
    }
    .renew ul.list li p, .renew ul.list li span {
        width: 100%;
        display: block;
        float: left
    }
    .renew .qr {
        min-width: 100%;
        width: 100%;
        margin: auto
    }
    .customer-edit .box-footer {
        margin-top: 20px;
        float: none
    }
    .customer-edit .box-footer .button-link {
        width: 160px;
        float: none;
        display: block;
        margin: auto;
        margin-bottom: 10px;
        text-align: center
    }
    .customer-edit .box-footer .button-link i {
        float: left;
        margin-left: 5px
    }
    .customer-edit .box-footer .button-save {
        float: none;
        width: 160px;
        margin: auto;
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 350px) {
    .order-list .button-search, .order-list .button-print {
        float: left
    }
    .order-list .button-search {
        margin-top: 10px
    }
}