.scroll::-webkit-scrollbar, .backdrop::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

.scroll::-webkit-scrollbar-button, .backdrop::-webkit-scrollbar-button {
    width: 0;
    height: 0
}

.scroll::-webkit-scrollbar-thumb, .backdrop::-webkit-scrollbar-thumb {
    background: #2c3e50;
    border: 0;
    border-radius: 5px;
}
html {
    scrollbar-color: #2c3e50 #cccccc;
    scrollbar-width: thin;
}
textarea.scroll::-webkit-scrollbar-thumb{
     background: #cccccc;
}
.row {
    display: table;
    width: 100%;
    font-size: 0;
    letter-spacing: 0;
    line-height: 0;
}

.row > * {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.row-2 > * {
    width: 50%;
}

.row-3 > * {
    width: 33.33333%;
}

.row-4 > * {
    width: 25%;
}

.row-5 > * {
    width: 20%;
}
.mobile .row > *.col{
    width: 100%;
}
.form-group {
    display: table;
    width: 100%;
    margin: 10px 0;
    font-size: 0;
    letter-spacing: 0;
    line-height: 0;
}

.label-control {
    display: block;
    padding: 5px 5px;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555555;
}

input[type="checkbox"], input[type="search"], input[type="email"], input[type="radio"], input[type="text"], input[type="tel"], input[type="number"], input[type="date"], textarea, select {
    height: 30px;
    padding: 5px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #eaeaea;
    border-radius: 0px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-sizing: border-box;
}

input:not([class*="col-"]), select:not([class*="col-"]), textarea:not([class*="col-"]) {
    display: block;
    width: 100%;
}

input[type="checkbox"].error, input[type="search"].error, input[type="email"].error, input[type="radio"].error, input[type="text"].error, input[type="tel"].error, input[type="date"].error, input[type="number"].error, textarea.error, select.error {
    border-bottom: 1px solid #cc3a0c;
}

input[type="checkbox"], input[type="radio"] {
    width: 25px;
    height: 25px;
    padding: 0;
    margin: 0 auto;
    box-shadow: none;
}

textarea {
    min-height: 60px;
    max-width: 100%;
    resize: none;
}

select {
    height: 30px;
}

input[type="checkbox"]:focus, input[type="search"]:focus, input[type="email"]:focus, input[type="radio"]:focus, input[type="text"]:focus, input[type="tel"]:focus, textarea:focus, select:focus {
    border-color: #a2c784;
    outline: 0;
}

[class*="col-"] {
    display: inline-block;
    vertical-align: middle;
}

body {
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-size: 12px;
    font-family: "Montserrat";
}

span {
    font-size: 15px;
    line-height: 18px;
}

p {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
}

label {
    font-size: 12px;
    line-height: 14px;
}

.object-img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover
}

.object-absolute,.object-absolute-before:before,.object-absolute-after:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.ico {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    vertical-align: middle
}

/* panel */
.panel {
    position: relative;
    background: #fff;
    padding: 20px 25px;
    border: 0;
    margin: 20px 0;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
    border-radius: 6px;
    box-sizing: border-box;
}

.panel-title {
    padding-top: 0;
}

._title {
    display: block;
    margin: 0 0 15px;
    font-size: 15px;
    line-height: 17px;
    padding: 10px 0;
    color: #b3b3b3;
    font-weight: 400;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
}
/* button  */
._close {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    font-family: 'FontAwesome';
    cursor: pointer;
}

._close:before {
    content: "\f00d";
}

._close:hover {
    color: #F44336;
}

.btn {
    border: 0;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    text-align: center;
    margin: 0;
    width: auto;
    position: relative;
    display: inline-block;
    transition: all .3s;
    background: #375ba7;
    box-sizing: border-box;
    border-radius: 6px;
}
.btn:hover{
    background: #5285d2;
}
.btn.min {
    font-size: 10px;
    line-height: 20px;
    height: 20px;
}

.btn.big {
    height: 50px;
    line-height: 50px;
    font-size: 25px;
}

.btn.flat {
    padding: 0;
    font-family: fontawesome;
    border-radius: 5px;
    color: #ffffff;
    border: none;
}

.btn.flat:not([class*="col-"]) {
    width: 30px;
}

.btn.min.flat {
    width: 20px;
}

.btn.big.flat {
    width: 50px;
}

.btn.add {background: #9ed85b;}

.btn.edit {
    background: #9ed85b;
}
.btn.report {
    background: #153579;
}
.btn.del {
    background: #F44336;
}

.btn.clone {
    background: #607D8B;
}

.btn.view {
    background: #009688;
}

.btn.save {
    background: #497fd0;
}

.btn.comp {
    background: #2196F3;
}

.btn.check {
    background: #394f80;
}

.btn.add:hover {background: #81bb3e;}

.btn.edit:hover {
    background: #81bb3e;
}
.btn.report:hover {
    background: #0a2d76;
}
.btn.del:hover {
    background: #c1362c;
}

.btn.clone:hover {
    background: #506873;
}

.btn.view:hover {
    background: #008275;
}

.btn.save:hover {
    background: #3a6db9;
}

.btn.comp:hover {
    background: #1d82d2;
}

.btn.check:hover {
}

.btn.add.flat {
}

.btn.edit.flat {
}

.btn.del.flat {
}

.btn.clone.flat {
}

.btn.view.flat {
}

.btn.save.flat {
}

.btn.comp.flat {
}

.btn.flat:before {
}

.btn.add.flat:before {
    content: "\f067";
}

.btn.edit.flat:before {
    content: "\f040";
}

.btn.del.flat:before {
    content: "\f00d";
}

.btn.clone.flat:before {
    content: "\f0c5";
}

.btn.view.flat:before {
    content: "\f115";
}

.btn.save.flat:before {
    content: "\f0c7";
}

.btn.comp.flat:before {
    content: "\f00c";
}

.btn.add.flat:hover {
}

.btn.edit.flat:hover {
}

.btn.del.flat:hover {
}

.btn.clone.flat:hover {
}

.btn.view.flat:hover {
}

.btn.save.flat:hover {
}

.btn.comp.flat:hover {
}

.btn.flat.fa-eye:before{
    content: "\f06e";
}
.btn-content {
    display: block;
}

.btn-content > * {
    vertical-align: top;
}

.btn-content[fixed] {
    position: fixed;
    z-index: 55;
}

.btn-content[sticky] {
    position: sticky;
    top: 5px;
    z-index: 100;
}

.btn-content[pos="right"] {
    top: 30%;
    right: 0;
    padding: 10px;
}

.btn-content[pos="right"] > * {
    display: block;
    margin: 5px 0;
}

.m-auto {
    margin: auto;
}

.m-t-0 {
    margin-top: 0;
}

.m-b-0 {
    margin-bottom: 0;
}

.m-r-0 {
    margin-right: 0;
}

.m-l-0 {
    margin-left: 0;
}

.p-auto {
    padding: auto;
}

.p-t-0 {
    padding-top: 0;
}

.p-b-0 {
    padding-bottom: 0;
}

.p-r-0 {
    padding-right: 0;
}

.p-l-0 {
    padding-left: 0;
}

.d-inline {
    display: inline-block;
}

.d-table {
    display: table;
}

.-border {
    border: 1px solid #e4e4e4;
    border-radius: 3px;
}

/* alerts */

.alerts .alerts-button {
    text-align: center;
}

.alerts button {
    margin: 0 5px;
    height: 30px;
    width: 165px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    border: 1px solid #03A9F4;
    background-color: #03A9F4;
    border-radius: 30px;
    transition: all .3s ease-in-out;
}

.alerts .alerts-button button:hover {
    color: #ffffff;
    border: 1px solid #0093d6;
    background-color: #0093d6;
}

.alerts .alerts-button .alerts-yes {
    border: 1px solid #4CAF50;
    background-color: #4CAF50;
}

.alerts .alerts-button .alerts-yes:hover {
    border: 1px solid #329437;
    background-color: #329437;
}


.alerts {
    left: calc(50% - 200px);
    top: 100px;
    position: fixed;
    z-index: 999;
    width: 400px;
    display: none;
    text-align: center;
    box-shadow: 0px 18px 46px rgba(23,24,25,0.1);
    border-radius: 5px;
}

.alerts > * {
    width: 100%;
    display: block;
    box-sizing: border-box;
    position: relative;
    display: block;
    background: #8c9dc0;
    padding: 20px 25px;
    border: 0;
    margin: 0 auto;
    /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); */
    font-family: Arial;
    font-size: 15px;
    /* font-size: 1.09vw; */
    letter-spacing: 0px;
    line-height: 17px;
    /* box-shadow: 0px 18px 46px rgba(23,24,25,0.1); */
    background-color: #ffffff;
}

.alerts > *:first-child:last-child {
    border-radius: 5px;
}

.alerts > *:first-child {
    border-radius: 5px 5px 0px 0px;
     padding-top: 20px;
}

.alerts > *:last-child {
    border-radius: 0px 0px 5px 5px;
    padding-bottom: 20px !important;
}

.alerts .alerts-icon {
}

.alerts .alerts-icon * {
    transition: stroke-dashoffset 0.7s ease-out 0s;
    will-change: transition;
}

.alerts .alerts-icon svg {
    width: 100px;
    height: 100px;
}

.alerts .alerts-icon-comp {
}

.alerts .alerts-icon-comp path {
    stroke-dasharray: 659;
    stroke-dashoffset: 659;
}

.alerts .alerts-icon-comp polyline {
    stroke-dasharray: 99;
    stroke-dashoffset: 99;
    transition-delay: 500ms;
}

.alerts .alerts-icon-caution {
}

.alerts .alerts-icon-caution path {
    stroke-dasharray: 623;
    stroke-dashoffset: 623;
}

.alerts .alerts-icon-caution line:nth-child(2) {
    stroke-dasharray: 58;
    stroke-dashoffset: 58;
    transition-delay: 500ms;
}
.alerts .alerts-icon-caution line:nth-child(3) {
    stroke-dasharray: 1.38;
    stroke-dashoffset: 1.38;
    transition-delay: 1000ms;
}
.alerts .alerts-icon-error {
}

.alerts .alerts-icon-error *:nth-child(1) {
    stroke-dasharray: 74;
    stroke-dashoffset: 74;
    transition-delay: 500ms;
}
.alerts .alerts-icon-error *:nth-child(2) {
    stroke-dasharray: 74;
    stroke-dashoffset: 74;
    transition-delay: 800ms;
}
.alerts .alerts-icon-error *:nth-child(3) {
    stroke-dasharray: 659;
    stroke-dashoffset: 659;
}
.alerts .alerts-icon-info {
}

.alerts .alerts-icon-info *:nth-child(1) {
    stroke-dasharray: 659;
    stroke-dashoffset: 659;
   
}
.alerts .alerts-icon-info *:nth-child(2) {
    stroke-dasharray: 66.5;
    stroke-dashoffset: 66.5;
    transition-delay: 300ms;
}
.alerts .alerts-icon-info *:nth-child(3) {
    stroke-dasharray: 1.6;
    stroke-dashoffset: 1.6;
     transition-delay: 1000ms;
}
.alerts.anim .alerts-icon svg * {
    stroke-dashoffset: 0;
}

.alerts .alerts-head {
    color: #fff;
    font-size: 20px;
    line-height: 22px;
    color: #101010;
    font-family: "Montserrat";
    font-weight: 500;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
}
.alerts .alerts-head:first-child{
    padding-top: 20px;
}
.alerts .alerts-body {
}

.alerts .alerts-button {
    text-align: center;
}

.alerts button {
    margin: 0 5px;
    height: 30px;
    width: 165px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    border: 1px solid #375ba7;
    background-color: #375ba7;
    border-radius: 6px;
    transition: all .3s ease-in-out;
}

.alerts .alerts-button button:hover {
    color: #ffffff;
    border: 1px solid #284a93;
    background-color: #284a93;
}

.alerts .alerts-button .alerts-yes {
    border: 1px solid #9ed85b;
    background-color: #9ed85b;
}

.alerts .alerts-button .alerts-yes:hover {
    border: 1px solid #86ca38;
    background-color: #86ca38;
}
/* modal */
._move {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}

.backdrop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 999;
    overflow: auto;
    background-color: rgba(9, 30, 73, 0.7);
}

.backdrop > .modal {
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
    left: 0 !important;
}

.modal {
    width: 900px;
    margin: 0 auto;
    display: none;
    position: fixed;
    top: 30%;
    left: calc(50% - 250px);
    background-color: #FFFFFF;
    padding: 10px;
    padding-top: 30px;
    box-sizing: border-box;
    border-radius: 3px;
    box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.05), 0px 2px 4px rgba(0,0,0,0.25);
    z-index: 999;
}

.modal > .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    font-family: 'FontAwesome';
    cursor: pointer;
    font-family: icon;
    right: 10px;
    top: 7px;
    font-size: 15px;
    transition: all .3s;
    color: #d6d6d6;
}

.modal > .close:before {
    content: "\e916";
}

.modal > .close:hover {
    color: #F44336;
}
.panel-excel{
    /* overflow: hidden; */
    /* min-height: 20vmin; */
    /* width: 300px; */
}
.res-install {
}

.res-install .-head {
    display: block;
    font-size: 20px;
    line-height: 30px;
    padding: 0 0 5px;
    border-bottom: 1px solid #ecf0f5;
    color: #607D8B;
    text-align: center;
}

.res-install .-sub {
    display: none;
    color: #F44336;
    font-size: 15px;
    line-height: 20px;
    padding: 0 0 10px;
    text-align: center;
    border-bottom: 1px solid #ecf0f5;
}

.res-install .-progress {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #375ba7;
    margin: 5px 0 15px;
}

.res-install .-progress figure {
    display: block;
    width: 0px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    margin: 0;
    text-align: right;
    background-color: #375ba7;
    box-sizing: border-box;
    padding: 0 10px 0 0;
    overflow: hidden;
}

.res-install ul {
    display: none;
    margin: 20px 0;
    padding: 0;
}

.res-install li {
    display: block;
    margin: 10px 0;
    font-size: 14px;
    color: #3F51B5;
}

.res-install li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #E91E63;
    margin-right: 15px;
}

.res-install .-error ul {
    display: block;
}

.res-install .-error .-sub {
    display: block;
}

.res-install .-comp .-sub {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
    padding: 0;
    font-size: 30px;
    line-height: 125px;
    color: #212121;
    background-color: #fff;
    border-radius: 3px;
    opacity: 0;
    transform: scale(0.7);
    transition: all .3s linear;
}

.res-install .-comp .-sub:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #4CAF50;
    font-size: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.res-install .-comp.-anim .-sub {
    opacity: 1;
    transform: scale(1);
}

.res-install .-head{
    display: none;
}
.res-install .close{
    display: none;
}
.help-box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: table;
    font-size: 12px;
    padding: 10px 15px;
    border-radius: 3px;
}

.help-box,.help-box:before {
    border: 1px solid #c6c9cd;
    background-color: #fff;
}

.help-box:before {
    content: "";
    position: absolute;
    top: -9px;
    left: 12px;
    z-index: 2;
    display: block;
    width: 15px;
    height: 15px;
    border-right: 0;
    border-bottom: 0;
    transform: rotate(45deg);
}

.help-box.help-position-top:before {
    transform: rotate(-135deg);
    top: initial;
    bottom: -9px;
}

.help-box.help-position-left:before {
    transform: rotate(-225deg);
    top: 9px;
    left: initial;
    right: -9px;
}
/* pagination */
.pagination {
    border: 1px solid #eaeaea;
    border-radius: 3px;
    background-clip: padding-box;
    display: table;
    width: 100%;
}

.pagination-head, .pagination-footer {
    display: table;
    font-size: 0;
    letter-spacing: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
}
html:not(.mobile) .pagination-head{
    box-shadow: 3px 3px 18px -18px black;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 2;
}
.pagination-head > * {
    width: 30%;
    max-width: 250px;
    display: table;
    border: 1px solid #eaeaea;
}

.pagination-head .count-view {
    float: left;
}
.pagination-head  .search-column{
    
margin: 0 5px;
    
float: left;
}
.pagination-head .input-search {
    float: right;
    width: calc(70% - 14px);
    max-width: calc(100% - 517px);
    position: relative;
}
.pagination-head .input-search:before{
    content: "\e909";
    font-family: icon;
    position: absolute;
    right: 5px;
    top: 1px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    color: #eaeaea;
    transition: color 300ms linear;
}
.pagination-head .input-search:focus:before,
.pagination-head .input-search.focus:before{
    color: #375ba7;
}
.pagination-head .input-search:nth-child(3){
    
width: calc(60% - 50px);
}
.pagination-head .input-search input {
    display: inline-block;
    vertical-align: middle;
    width: 84%;
    float: right;
    line-height: 32px;
    height: 32px;
    background: transparent;
    border: none;
    color: #000000;
    font-size: 14px;
}

.pagination-head p, .pagination-footer p, .paginate-btn {
    line-height: 32px;
    margin: 0;
    padding: 0 20px;
    display: inline-block;
    vertical-align: middle;
    color: #8c8c8c;
    font-size: 14px;
}

.pagination-head .select-count-view,
.pagination-head .select-search-column {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    float: right;
    width: 70px;
    text-align: right;
}
.pagination-head .select-search-column{
    
width: 130px;
}
.pagination-head .select-count-view.open > div,
.pagination-head .select-search-column.open > div {
    display: block;
    /* box-shadow: 4px 6px black; */
    box-shadow: -5px 8px 20px rgba(21, 53, 121, 0.15);
}

.pagination-head .select-count-view > div,
.pagination-head .select-search-column > div {
    position: absolute;
    top: 100%;
    right: -1px;
    display: none;
    width: 170%;
    background-color: #ffffff;
    /* border: 1px solid #eaeaea; */
    border-top: none;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
}

.pagination-head .select-count-view p,
.pagination-head .select-search-column p {
    margin: 0;
    padding: 0 20px;
}

.pagination-head .select-count-view .selected,
.pagination-head .select-search-column .selected {
    line-height: 32px;
    padding: 0 10px;
    padding-left: 0;
    padding-right: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    display: block;
    color: #000;
}

.pagination-head .select-count-view .selected:before,
.pagination-head .select-search-column .selected:before {
    content: "\e90a";
    display: block;
    margin: 0;
    width: 27px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    font-family: icon;
    color: #a0a0a0;
    font-size: 7px;
    position: absolute;
    right: 0;
    top: 0;
}


.pagination-head .select-count-view > div p,
.pagination-head .select-search-column > div p {
    display: block;
    text-align: right;
    padding: 10px 20px;
    box-sizing: border-box;
    line-height: 16px;
}

.pagination-head .select-count-view > div p:hover,
.pagination-head .select-search-column > div p:hover {
    background-color: #9ed85b;
    color: #fff;
}
.pagination-head .select-count-view > div p:not(:last-child),
.pagination-head .select-search-column > div p:not(:last-child){
    
border-bottom: 1px solid #f7f7f7;
}
.pagination-content {z-index: 1;position: relative;}

.pagination-content table {
    border-left: 0;
    border-right: 0;
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid #eaeaea;
}

.pagination-content table thead {
}

.pagination-content table thead tr {
}

.pagination-content table thead td {
    color: #fff;
    background-color: #375ba7;
    border: none;
    padding: 9px;
}

.pagination-content table td {
    text-align: left;
    padding: 5px 10px;
    border: 1px solid #eaeaea;
    color: #383838;
    font-size: 12px;
    /* font-weight: 400; */
    max-width: 200px;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
}

.pagination-content table td.multiple{
    border-left: 0;
    width: 22px;
}
.pagination-content table td:first-child{
    
}
.pagination-content table td:last-child {
    border-right: 0;
}
.pagination-content table td:last-child  .btn{
    margin: 0 auto;
}
.pagination-content table td:last-child  .btn:not(:first-child){
    margin-top: 5px;
}
.pagination-content table tbody tr:hover td {
    background-color: #f9f9f9;
}

.pagination-demand {
    border: 1px solid #eaeaea;
    border-left: none;
    border-right: none;
    display: none;
    text-align: center;
    line-height: 20px;
    padding: 20px;
    background-color: #f9f9f9;
    font-size: 12px;
    color: #a9a9a9;
}

.pagination-footer {
    display: table;
}

.pagination-footer .count-records {
    float: left;
    font-size: 13px;
    padding: 0;
}

.pagination-footer .paginate {
    float: right;
    display: table;
    width: auto;
    box-sizing: border-box;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    border: 1px solid #eaeaea;
}

.pagination-footer .paginate > * {
    display: inline-block;
    vertical-align: middle;
}

.pagination-footer .paginate-content {
}

.pagination-footer .paginate-btn {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    text-align: center;
    min-width: 20px;
    line-height: 30px;
    border-right: 1px solid #efefef;
    font-size: 12px;
    background-color: #ffffff;
    cursor: pointer;
    transition: all .3s;
    user-select: none;
}

.pagination-footer .paginate-btn:hover{
    background-color: #375ba7;
    color: #fff;
}
.pagination-footer .paginate .paginate-active {
    background-color: #375ba7;
    color: #fff;
}

.pagination-footer .paginate-previous, .pagination-footer .paginate-next {
    padding: 0 10px;
}

.pagination-footer .paginate-previous {
    padding-left: 0;
}

.pagination-footer .paginate-next {
    border-right: none;
    padding-right: 0;
}

.pagination-footer .paginate-previous:before, .pagination-footer .paginate-next:after {
    content: "\f104";
    font-family: fontawesome;
    font-size: 13px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.pagination-footer .paginate-next:after {
    content: "\f105";
}

.pagination-content table td.table-inline {
    text-align: center;
}

.table-inline > .btn {
    display: inline-block;
    /* margin: 0 5px; */
}
/* box */
.box-checkbox, .box-radio, .box-switch {
    cursor: pointer;
    display: table;
}
.box-radio{
   margin: 5px 0; 
}
.box-checkbox input, .box-radio input, .box-switch input {
    display: none;
}
.box-checkbox span, .box-radio span,.box-switch span {
    font-size: 12px;
    line-height: 20px;
    padding-left: 5px;
}
.box-checkbox figure, .box-radio figure {
    width: 20px;
    height: 20px;
    border: 1px solid #a6a6a6;
    border-radius: 3px;
    position: relative;
    margin: 0;
    box-sizing: border-box;
}
.box-checkbox span, .box-radio span, .box-checkbox figure, .box-radio figure,.box-switch span,.box-switch figure {
    display: inline-block;
    vertical-align: middle;
}
.box-checkbox figure:before, .box-radio figure:before {
    content: "\e905";
    font-family: icon;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #9ed85b;
    border-radius: 2px;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
}
.box-radio figure, .box-radio figure:before {
    border-radius: 100%;
}
.box-checkbox input:checked + figure:before, .box-radio input:checked + figure:before {
    display: block;
}
.box-switch figure {
    display: inline-block;
    margin: 0;
    width: 70px;
    height: 30px;
    border-radius: 15px;
    background-color: #fff;
    border: 1px solid #ccc;
    position: relative;
    transition: all .3s linear;
}
.box-switch figure:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #212121;
    border-radius: 100%;
    left: 5px;
    top: 5px;
    transition: all .3s linear;
}
.box-switch input:checked + figure {
    background-color: #292c31;
}
.box-switch input:checked + figure:before {
    left: calc(100% - 25px);
    background-color: #ffffff;
}
.box-select {
    display: block;
    position: relative;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    z-index: 1;
}
.box-select.open {
    z-index: 25;
}
.box-select input {
    display: block;
    box-sizing: border-box;
    width: calc(100% - 30px);
    height: 28px;
    border: 1px solid transparent;
    padding: 5px;
    background-color: #fff;
}
.box-select input:focus {
    outline: none;
}
.box-select label {
    font-weight: bold;
    padding: 5px;
    font-size: 12px;
    display: block;
}
.box-select figure {
    margin: 0;
    position: absolute;
    width: 30px;
    height: 100%;
    text-align: center;
    line-height: 30px;
    font-size: 10px;
    right: 0;
    top: 0;
    font-family: FontAwesome;
    background-color: #fff;
    cursor: pointer;
    color: #a0a0a0;
}
.box-select figure:before {
    content: "\f078";
}
.box-select section {
    position: absolute;
    top: 100%;
    margin: 0 0 0 -1px;
    display: block;
    width: calc(100% + 2px);
    background-color: #fff;
    border: none;
    z-index: 1;
    box-sizing: border-box;
    overflow: auto;
    max-height: 200px;
}
.box-select section::-webkit-scrollbar {
    width: 5px;
    height: 5px
}
.box-select section::-webkit-scrollbar-thumb {
    background: #2c2c2c;
    border: 0;
    border-radius: 5px
}
.box-select .option {
    display: block;
    padding: 5px;
    padding: 5px 20px;
    font-size: 12px;
    line-height: 20px;
    cursor: pointer;
}
.box-select .option:hover {
    color: #fff;
    background-color: #9ed85b;
}
.box-select .optgroup .option {
    padding-left: 15px;
}
.box-select.open section {
    border: 1px solid #eaeaea;
    box-shadow: -5px 8px 20px rgba(21, 53, 121, 0.15);
}
.box-select[pos="up"] section {
    top: inherit;
    bottom: 100%;
}
.box-tabs {
    display: block;
}
.box-tabs-head {
    display: table;
    width: 100%;
    font-size: 0;
    margin: 0 0 5px;
}
.box-tabs-head label {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}
.box-tabs-head label[box-index="none"] {
    cursor: default;
}
.box-tabs-head label span {
    padding: 10px;
    font-size: 15px;
    display: block;
    background-color: #fff;
    border: 1px solid #ccc;
    transition: all .3s;
}
.box-tabs-head label span:hover {
    background-color: #efefef;
}
.box-tabs-head label:not(:last-child) span {
    border-right: none;
}
.box-tabs-body {
    display: block;
}
.box-tabs-body > section {
    display: none;
}
.box-tabs-head label.active {
}
.box-tabs-head label.active span {
    background-color: #375ba7;
    color: #fff;
    border-color: #375ba7;
    /* transition: all .3s; */
}
.box-tabs-body > section.active {
    display: block;
}
.box-option {
    position: relative;
}
.box-option > figure {
    display: block;
    margin: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    font-family: icon;
    color: #fff;
    font-size: 13px;
}
.box-option > figure:before{
    content: "\e90a";
}
.box-option > figure:hover{

color: #bbd0ed;
}
.box-option > section {
    position: absolute;
    right: 0;
    top: 100%;
    display: none;
    width: auto;
}
.box-option.open > section {
    display: block;
}
.box-option > section ul {
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
    border-radius: 3px;
    box-sizing: border-box;
    background-color: #fff;
    padding: 5px;
    list-style: none;
    margin: 0;
}
.box-option > section ul li:not(:last-child) {
    margin: 0 0 5px;
}
.box-option > section li > *:not(.btn) {
    color: #23272c;
    display: block;
    width: auto;
    text-decoration: none;
    font-size: 12px;
}
.box-option > section li > *:not(.btn):hover {
    color: #497fd0;
}
.box-option > section li > * .ico {
    display: inline-block;
    margin-right: 5px;
}
.box-number {
    display: table;
    width: 100%;
    font-size: 0;
    letter-spacing: 0;
    line-height: 0;
    user-select: none;
}
.box-number input {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 60px);
    text-align: center;
    height: 30px;
    user-select: none;
}
.box-number .box-number-plus, .box-number .box-number-minus {
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    border: 1px solid #212121;
    background-color: #212121;
    color: #fff;
    line-height: 30px;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
}
.box-number .box-number-plus:before {
    content: "\f067";
}
.box-number .box-number-minus:before {
    content: "\f068";
}