/* size of scrollbar*/ 
/*::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-button {
   background-color: rgba(255, 255, 255, 0) !important;
}
::-webkit-scrollbar-track-piece {
    background-color: rgba(255, 255, 255, 0) !important;
}
::-webkit-scrollbar-thumb {
    background-color: #ddd;
}*/
/**/
/* html{ */
    /* font-size: 15px; */
/* } */
b, strong {
    font-weight: 600;
}
/* body { */
    
    
    /* font-size: 15px; */
    /* line-height: 1.42857143; */
    
/* } */
.modal.show{
    overflow-y: auto;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.opacity-full{
    opacity: 1;
}
.opacity-half{
     opacity: 0.5;
}

.text-danger {
    color: #e64125!important;
}
.btn-link, .btn-link:focus {
   
    text-decoration: none;
    border: 0;
}
/* .font-13{ */
    /* font-size: 13px; */
/* } */
.btn-link:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
    outline-color: -webkit-focus-ring-color !important;
    outline-style: auto !important;
    outline-width: 0px !important;
    
}
.table{
    font-size: inherit;
}
.table td, .table th{
    padding:8px 4px;
}

.badge {
        color:#fff;
        min-width: 30px;
    line-height: 1.5;
    padding: 1px 5px 0px;
}
[data-toggle="tooltip"], [aria-describedby],[role="button"],button {
    cursor: pointer;
}
.badge-status {
    min-width: 58px;
   
}
table  .badge{
    margin-top: 4px;
}
  :focus {
    outline: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}


/* .body {    height: 100vh;} */
/* .busx-input-default{ */
    /* height: 33px !important; */
/* } */
/* .h-auto{ */
    /* height: auto !important; */
/* } */
/* .font-default{ */
    /* font-size: 15px; */
/* } */

/* .body .container { */
    /* padding: 30px 15px 30px; */
/* } */

/* .body .container-fluid { */
    /* padding: 0px 15px 30px; */
/* } */

/* .body .container-fluid .card-header { */
    /* padding: 0.5rem 4rem; */
/* } */

/* .body .container-fluid .modal-dialog .card-header { */
    /* padding: 1rem 2.5rem; */
/* } */

/* .body .container-fluid .card-body { */
    /* padding: 2.5rem 4rem; */
/* } */

/* .body .container-fluid .card-box { */
    /* border: 0; */
/* } */

h6 {
    /*font-size: 13px;*/
}
button:focus{
    outline:none;
}

.media-middle {
    vertical-align: middle !important;
}

.media-bottom {
    vertical-align: bottom !important;
}

.small .tag {
    padding: 0.3em 0.65725em;
}
@media (min-width: 576px){
    .w-sm-20 {
      width: 20% !important;
    }
}

/*tooltip*/
.tooltip.show{
  
   /* overflow: hidden;*/
    max-width:300px;
    /*transform: translate3d(1518px, 29px, 0px)!important ;*/
    opacity: 1;
}
.tooltip-inner {
    border-radius: 0;
    max-width: none;
    font-size: 12px;
}

span.dropdown div.tag:first-child {
    min-width: 50px;
}

/*tooltip plugin*/
.tooltip.show.tooltipstered
{
    position: static;
    cursor: pointer;
}
.tooltipster-sidetip .tooltipster-content{
    font-size: 12px;
    padding:3px 8px;
    line-height: 16px;
    text-align: center;
    max-width: 300px;
}
.tooltipster-sidetip .tooltipster-box{
    border-radius:0px;
}


.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-arrow-border{
    border-top-color: #1b1b1b;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-box{
    background: #1b1b1b;
    margin-top: 4px;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-top {
   
    transform: translate3d(0px, 4px, 0px);
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom {
   
    transform: translate3d(0px, 0px, 0px);
}
/*tooltip html template*/
.tooltip_templates { display: none; text-align: center;}


/*for card-box*/

.card-box {
    margin-bottom: 0;
    /*border: 0;*/
    border-radius: 0;
    border-color: #d9d9db;
}

@media (max-width:768px) {
    .card-box {
        margin-bottom: 70px;
    }
}

.card-box .card-header {
    /* padding: 1.5rem 2rem;  */
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-bottom-color: #d8d8d8;
    border-radius: 0;
    font-size: 21px;
    /* font-size:19px; */
    padding: 1rem 2.5rem;
    line-height: 1.8;
}

.search-header {
    width: initial;
}

@media (max-width: 768px) {
    .card-box .card-body,
    .card-box .card-block {
        padding: 1rem;
    }
    #modal_confirm .card-box .card-block{
        padding: 2rem;
    }
}

.card-box .card-body {
    padding: 1rem 2.5rem;
}


.card-box .card-block {
    /*  padding: 1rem 2rem;*/
    padding: 2.2rem 2.5rem 1.5rem;
}

.card-box .card-footer {
    padding: 1.5rem 2.5rem;
    border-radius: 0;
    background-color: #ffffff;
}

.modal-dialog .card-box .card-footer {
    text-align: right;
    padding: 1rem 2.5rem;
}

.btn {
    font-size: 13px;
    height: 33px;    
    border-radius: 0;
    cursor: pointer;
    padding: 4px .75rem;
    line-height: 1.42857143;
}
.addButton_amt {
    margin-top: 2px;
}
.btn-primary,
.btn-default,
.btn-secondary-2,
.btn-black,
.btn-danger {
    /*font-family: arial, helvetica, sans-serif;*/
    
    min-width: 90px;

}
.input-group-prepend .btn{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
@media (max-width: 767px) {
    .btn {
        min-width: 70px;
        /*45px 021259*/
    }
    .card-footer .btn, .card-header .btn, .content-head-sub .btn{
        min-width:70px;

    }
}
@media (max-width: 575px) {
    
    .btn-primary,
.btn-default,
.btn-secondary-2,
.btn-black,
.btn-danger {
    min-height: 38px;
}
.btn-icon{
    min-height: 33px;
}
.input-group-append .btn, .input-group-prepend .btn{
    min-height: 20px;
}

.btn {
        min-width: 70px;
        /*45px 021259*/
    }
    .card-header .btn, .content-head-sub .btn{
         min-width: 70px;

    }
}


.card-box .card-header{
    line-height: 38px;
}


.btn-secondary {
    text-decoration: none;
    display: inline-block;
    color: #4a4a4a;
    font-size: 14px;
    background-color: transparent;
    border: 0px ;
}

.btn-secondary:hover,
.btn-secondary:focus {
    border: 0;
}

.btn-secondary-2 {
    text-decoration: none;
    display: inline-block;
    color: #4a4a4a;
    background-color: #FFF;
    border: 1px solid #d6d6d6;
    /* #CCC*/
}


.btn-secondary-2:hover,
.btn-secondary-2:focus {
    border: 1px solid #d6d6d6;
}

.btn-sm {
    height: calc(1.8rem + 1px);
    padding: .15rem .5rem;
    font-size: .8rem;
}
.btn-lg {
    height: calc(2.867rem + 1px);
    padding: .15rem .5rem;
    font-size: 1.2rem;
    line-height: 22px;
}
.btn-icon {
    /*height: 30px;*/
    min-width: 38px;
    line-height: 1;
}

.action-search {
    min-width: 39.28px !important;
    max-width: 39.28px !important;
}


.switch-field {
    overflow: hidden;
}

.switch-field input {
    display: none;
}

.switch-field label {
    float: left;
}

.switch-field label {
    width: 60px;
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    text-shadow: none;
    padding: 6px 14px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked+label {
    color: #FFFFFF;
    background-color: rgb(57, 20, 175);
    ;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.switch-field input+label {
    background-color: rgb(245, 245, 245);
    ;
}

.file-input .btn-file{
border: 0px;
}
/*btn*/

.card-tab {
    margin: 4px 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}

.card-tab .card-tab_header {
    margin: 5px 0;
}

.card-tab .card-tab_body {
    border-top: 1px solid #e0e0e0;
    padding-top: 10px;
}

.card-tab:first-child {
    border-bottom-width: 2px;
}

.card-tab:last-child {
    border-bottom: 0px;
}

@media (max-width:768px) {
    .text-description {
        
    }
}

@media (max-width: 992px) {
    .card-tab .text-description {
       
        
    }
}

.card-tab .header-tab .icon-toggle {
    line-height: 2.1;
}

.text-description {
    display: inline-block;
}

.card-tab .card-tab_body .text-description {
    padding-top: 8px;
    padding-bottom: 4px;
    font-size: 13px;
}

.table_header {
    padding: .75rem;
    color: #333333;
    border-bottom: 2px solid #e3e5eb;
    font-weight: 600;
    margin-bottom: 1rem;
}



.text-link:hover {
    text-decoration: underline;
}

.icon-toggle {
    color: #818a91;
    cursor: pointer;
}

.icon-toggle:after {
    font-family: "Ionicons";
    content: "\f126";
}

.icon-toggle.collapsed:after {
           content: "\f123";
    
}


/*///////////////////////////////*/


/* for input select form */

.fv-form-bootstrap4:not(.form-inline) label~.fv-control-feedback {
    top: -6px;
}

.fv-control-feedback {
    top: 0px;
}


/*for file upload*/

.file-default-preview h6 {
    padding: 10px 0 0;
}

input {
    height: 33px;
    padding: 4px 8px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-shadow: none;
}

.form-control, select.form-control:not([size]):not([multiple]) {
    display: block;
    /*width: 100% !important;*/
    height: 33px;
    padding: 4px 8px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-shadow: none;
}
.form-control-sm, 
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text{
    line-height: 1.42857143;
    height: calc(1.8rem + 1px);
    
    font-size: .86667rem;
}
.form-control-lg, 
.input-group-lg>.form-control, 
.input-group-lg>.input-group-append>.btn, 
.input-group-lg>.input-group-append>.input-group-text, 
.input-group-lg>.input-group-prepend>.btn, 
.input-group-lg>.input-group-prepend>.input-group-text{
     line-height: 22px;
    height: auto !important;    
    font-size: 1.26667rem;
}

.alert-help {
    display: block;
    margin-top: 8px;
    margin-bottom: 0;
    color: #a6a6a6;
    padding: 0;
    font-size: 13px;
}


.input-group-addon {
           padding: 5px 10px 4px;
   /* margin: auto;*/
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    border-top-right-radius: 0px;
    border-bottom-right-radius:0;
    border-right-width:0;
    background-color: #e9ecef;
}
.input-group-btn{
      padding: 0;
    
    margin-bottom: 3px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: .25rem;
    border-top-right-radius: 0px;
    border-bottom-right-radius:0;
    border-right-width:0;
   


}
.input-group-btn button{
    
    border: 0;
    
}
input[type="text"] + .input-group-addon, input[type="text"] + .input-group-btn{
    margin-right: -1px;
        border-radius: .25rem;
    border-top-left-radius: 0px;
    border-bottom-left-radius:0px;
    border-left-width:0;
    border-right-width:1px;

}
/**/
.form-cargo .payment-section .input-group .input-group-text{
    
    height: auto;
   font-size: 17px;
        overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100px;
    min-width: 100px !important;
        display: block;
    padding: 8px 5px;
}
.form-cargo .input-group button{
    border-radius: .25rem;
    height: 33px;
    font-size: 13px;
        overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 90px;
    min-width: 90px;
    padding:3px 10px;
    
}
.input-group-text{
        padding:0px 10px;
        line-height: 1.42857143;

    }
.btn-outline-secondary{
    border:1px solid #ccc;
}
.btn-outline-secondary:hover, .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle{
    background-color: #e9ecef;
    border:1px solid #ccc;
    color:#495057;
   
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-secondary.dropdown-toggle:focus
{
     box-shadow: none;
}
.dropdown-toggle + .dropdown-menu{
     font-size: 13px;    
    min-width: 150px;
    transform: translate3d(0px, 30px, 0px) !important;
    
}

.busx-select .dropdown-toggle + .dropdown-menu{
    font-size: 15px;    
    min-width: 97%;
    transform: translate3d(0px, 32px, 0px) !important;
        max-height: 400px;
    overflow-y: scroll;
    
}

/**/


.show>.btn-secondary.dropdown-toggle:focus{
  box-shadow: none;

}

.form-group {
    margin-bottom: 0.5rem;
    padding-bottom: 5px;
}

@media (max-width: 768px) {
    .form-group {
        padding-bottom: 0px;
    }
}

@media (min-width: 767px) {
    .form-radio {
        padding-top: 10px;
    }
}

.section-form-group {
    margin-top: 1rem;


}
.section-form-group:first-child{
    margin-top:0px;
    
}
.section-form-group .header-text{
        padding: 12px 15px;
   border-bottom: 1px solid #e3e5eb;
    margin: 0;
    border-top: 2px solid #e3e5eb;
    
    }
    .header-top{
        padding:12px 15px;
        font-weight: bold;
        text-align: center;

    }


.section-form-group+.section-form-group {
    border-top: 1px solid #ccc;
}

@media (max-width:575px) {
    .card-tab .card-tab_body .text-description {
        padding-top: 0px;
        padding-bottom: 12px;
        font-size: 13px;
    }
   
    .section-form-group:first-child{
        margin-top:12px;
    
    }
}
@media (max-width:569px) {
    input[type="text"].responsive-holder {
        margin-bottom: .5rem;
    }
    
}

@media (max-width:543px) {
    .multi_form-group .form-group~.form-group {
        border-top: 1px solid #ccc;
        padding-top: .5rem;
    }
    
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    padding: .25rem .5rem;
    font-size: .86667rem;
    border-radius: .2rem;
    margin-left: 5px;
    min-width: 150px;
    height: calc(1.8rem + 1px);
    padding: 1px 8px;
}

.form-control-label {
    display: inline-block;
    margin-top: .5em;
    margin-bottom: 4px;
    /*.2rem*/
    /**/
    width: 100%;
    word-wrap: break-word;
    
   
}

.funkyradio .btn span.fa {
    opacity: 0;
}

.funkyradio .btn.active span.fa {
    opacity: 1;
    padding-top: 3px;
}

label.btn {
    padding: 0;
    min-width: 25px;
    height: 25px;
    border-radius: 75%;
    border: 1px solid #ccc;
}



textarea.form-control {
    height: auto !important;
}

.input-group-btn>.btn {
    position: relative;
    height: 31px;
    font-size: 13px;
    min-height: auto;
}


/* more app*/
/*delete*/
.input-reset-readonly.input-group,
.input-reset.input-group {
    /*border: 1px solid #d2d6de;
    border-radius: .25rem;
    font-size: 13px;*/
}

.input-reset-readonly.input-group button.btn-clear span.fa-remove,
.input-reset.input-group button.btn-clear span.fa-remove {
    padding: 2.5px 4.3px 3.5px;
    font-size: 75%;
    font-weight: 700;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #d8d8d8;
    border-radius: 10rem;
}

.input-reset-readonly.input-group button.btn-clear {
   /* height: 25px !important;*/
    padding: 0px;
    min-width: 26px;
    padding-bottom: 3px;
    background: #eceeef;
    border: 1px solid #ccc;
    border-left: 0;
    z-index: 3;
}


/* more app*/

/*.form-group .btn {
    
    font-size: 0.9rem;
}*/

.close-new{
    
    width: 20px;
    cursor: pointer;
    margin-left: auto;
    text-align: center;
    
}
.alert .close-new{
        margin-top: -6px;
    }

span[class^="ion-ios"]::before{
    
    display: inline-block;
    height: 17px;    
    position: relative;
    top: 1px;
    margin-top: -5px;

}
.btn-barcode span.ion-ios-barcode-outline::before{
    
   
    margin-top: -2px;

}
.btn-action  .ion-android-more-vertical{
    font-size: 18px;
}

span.ion-ios-plus-empty::before, span.ion-ios-minus-empty::before{
        top: 3px;
    font-size: 22px;
    margin-top: -3px;
    font-weight: bold;
    height:26px;
}
span.ion-ios-search::before{ 
    font-size: 15px;
font-weight: bold;
margin-top: 3px;
top: 0px;
    }
.input-group-addon span.ion-ios-search::before
{
    margin: 0;
}
span.ion-ios-close-empty::before{
     opacity: 0.5;
    font-size: 32px;
    display: block;
}


span.ion-ios-close-empty::before :hover{
     opacity: 0.9;
}


.close{
           min-width: 25px;
    height: 22px;
    cursor: pointer;
    opacity: 1;
    font-size: 26px;
    text-align: center;
    
   /* width: 33px;
    height: 22px;
    padding: 1px 10px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    opacity: 0.5;
    font-size: 26px;*/
}
.close .ion-ios-* :hover{
    opacity: 0.9;
}
.close .icon-bar{
    background-color: #000;
    opacity: 0.5;
}
.close:hover .icon-bar{
    opacity: 1;
}
.close .icon-bar:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    width: 100%;
    height: 1px;
    
    
    margin-top: 10px;

}
.close .icon-bar:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block;
    width: 100%;
    height: 1px;
    
   
    position: relative;
    top: -1px;
}

/* for modal dialog */

.modal-dialog {
    margin-bottom: 60px;
    pointer-events: all;
}

.modal-dialog .close {
    margin: 7px 0px;
}

.card-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0;
}


/*for modal result*/

h3.title {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 2.5em;
    line-height: 1.5em;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
    padding: .1em 0;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    text-transform: capitalize;
}

h3.title:before,
h3.title:after {
    content: "";
    position: relative;
    display: inline-block;
    width: 50%;
    height: 1px;
    vertical-align: middle;
    background: #ccc;
}

h3.title:before {
    left: -.5em;
    margin: 0 0 0 -50%;
}

h3.title:after {
    left: .5em;
    margin: 0 -50% 0 0;
}


/*end for modal result*/

@media (max-width: 610px) {
    .body {
        padding: 0px 0px 0px;
    }
}

@media (max-width: 767px) {
    /* .container { */
        /* max-width: 100%; */
        /* width: 100%; */

    /* } */
}

@media (min-width: 544px) {
    .modal-dialog {
        max-width: 500px;
        margin: 20px auto;
    }
     /* .container { */
        /* max-width: 768px; */
    /* } */
}

@media (min-width:610px) {
    .modal-dialog {
        max-width: 600px;
        margin: 30px auto
    }
    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 768px){
    /* .container { */
        /* max-width: 960px; */
    /* } */
}


@media (min-width:992px) {
    .modal-lg {
        max-width: 900px
    }
    /* .container { */
        /* max-width: 1140px;         */
    /* } */
}
@media (min-width: 1200px){

    /* .container { */
        /* max-width: 1140px; */
    /* } */
}


/* modal managmement detail*/

.col-modal-single-value {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66%;
    -ms-flex: 0 0 66%;
    flex: 0 0 66%;
    max-width: 66%;
}

@media (min-width: 576px) {
   

    .col-sm-modal-single-label {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 28%;
        -ms-flex: 0 0 28%;
        flex: 0 0 28%;
        max-width: 28%;
    }
    .col-sm-modal-single-value {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 72%;
        -ms-flex: 0 0 72%;
        flex: 0 0 72%;
        max-width: 72%;
    }
     .modal-lg .col-sm-modal-single-label {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 21%;
        -ms-flex: 0 0 21%;
        flex: 0 0 21%;
        max-width: 21%;
    }
    .modal-lg .col-sm-modal-single-value {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 79%;
        -ms-flex: 0 0 79%;
        flex: 0 0 79%;
        max-width: 79%;
    }
}

.modal-control .table th,
.modal-control .table td {
    padding-top: 7px;
    padding-bottom: 9px;
}

.modal-dialog .card-header .badge {
    font-size: 11px;
    padding-top: 2px;
    padding-bottom: 2px;
    position: relative;
    bottom: 2px;
}


/* modal managmement detail*/


/*  END for input select form */


/*///////////////////////////////*/


/*for add new button*/

@media (max-width: 768px) {
    .btn-add {
        width: 100%;
        padding: 12px 18px !important;
    }
    .card-box .card-header,
    .card-box .card-body,
    .card-box .card-block,
    .card-box .card-footer,
    .body .container-fluid .card-body,
    .body .container-fluid .card-header {
        padding: 1rem;
    }
}


/*///////////////////////////////*/

input[type="text"], input[type="text"].form-control, input[type="password"], input[type="password"].form-control, textarea, textarea.form-control, select, select.form-control {
   
    border-radius: .25em;
    
   
}
.form-control:focus{
     box-shadow: none;
     
}
/*for radio and checkbox*/

.funkyradio div {
    clear: both;
    overflow: hidden;
    display: flex;
}

.funkyradio input[type="checkbox"]~label.small div {
    padding-top: 4px;
}

.funkyradio label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
    border: 0;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    /* display: none;*/
    visibility: hidden;
    height: 0;
    /*   width: 0;*/
}
.modal-card .funkyradio input[type="radio"]:empty,
.modal-card .funkyradio input[type="checkbox"]:empty {
     width: 0;
}

.funkyradio input[type="radio"]:empty~label,
.funkyradio input[type="checkbox"]:empty~label {
    position: relative;
    line-height: 25px;
    /* text-indent: 2.25em;*/
    margin-bottom: 0px;
    cursor: pointer;
    min-height: 23px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 2rem;
    /*2.125*/
}

.funkyradio input[type="radio"]:empty~label {
    /*   text-indent: 1.8rem; */
    font-size: 1rem;
    line-height: 21px;
    padding-left: 24px;
}

.funkyradio input[type="checkbox"]:empty~label {
    line-height: inherit;
}

.funkyradio input[type="radio"]:empty~label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 64px;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
}

.funkyradio input[type="checkbox"]:empty~label:before {

    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 64px;
    width: 21px;
    height: 21px;
    border: 3px solid #989494;
}

.funkyradio input[type="checkbox"]:empty~label:before {
    border-radius: 0;
    border-radius: 0;
    border: 2px solid #989494;
}

.funkyradio input[type="radio"]:hover:not(:checked)~label,
.funkyradio input[type="checkbox"]:hover:not(:checked)~label {
    color: #888;
}

.funkyradio input[type="checkbox"]~label.cblabel-xs {
    margin: 6px 0;
}

.funkyradio input[type="radio"]:checked~label,
.funkyradio input[type="checkbox"]:checked~label {
    color: #777;
}

.funkyradio input[type="radio"]:disabled~label,
.funkyradio input[type="checkbox"]:disabled~label {
    cursor: not-allowed;
}

.funkyradio input[type="radio"]:disabled~label:before {
    border: 2px solid #e8e8e8;
}

.funkyradio input[type=radio]:checked+label:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 64px;
    width: 10px;
    height: 10px;
    color: #666;
    background-color: #3914AF;
}

.funkyradio input[type=radio]:checked+label:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 64px;
    width: 10px;
    height: 10px;
    color: #666;
    background-color: #3914AF;
}

.funkyradio input[type="checkbox"]:checked~label:after {
    /* content: url(../img/icons/check.png); */
    background-size: 50px;
    text-indent: 2px;
    color: #3914AF;
    font-size: 23px;
    line-height: 25px;
    position: absolute;
    top: -5px;
    left: -1px;
    width: 22px;
    text-align: center;
    /*   background-size: 50px;

    text-indent: 2px;
    color: #3914AF;
    font-size: 23px;
    line-height: 25px;
    position: absolute;
    top: -2px;
    left: -1px;*/
}

.funkyradio input[type="radio"]:focus~label:before,
.funkyradio input[type="checkbox"]:focus~label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked~label:before,
.funkyradio-default input[type="checkbox"]:checked~label:before {
    color: #3914AF;
}

.funkyradio input[type="checkbox"]:disabled~label:before,
.funkyradio input[type="radio"]:disabled~label:before {
    background: #eceeef;
    border-color:#ccc;
}

/*for right side*/

.funkyradio input[type="checkbox"]:empty~label.right:before{
    right:0;
    left:auto;
   
}
.funkyradio input[type="radio"]:empty~label.right, .funkyradio input[type="checkbox"]:empty~label.right{

     padding-left: 0;
    padding-right: 2rem;
}

/*.dropdown-menu{
    right: auto;
}*/
.td-action .dropdown-menu.show{
    margin-bottom: 65px;
}
/*form ticket search*/
.table-responsive-menu{
    padding-bottom: 160px;
}
.btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #000;
    background-color: #e6e6e6;
    border-color: #CCC;
    box-shadow: none;
}
.form-dropinputsearch .input-group-btn .dropdown-toggle {
    border: none;
    padding: 2px 8px 2px;
    font-size: 13px;
    
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 170px;
    box-shadow: none;
    height: 31px;
}
.text-truncate-dropdow{
        overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.form-dropdown .input-group-btn .dropdown-toggle.flag  {
    border: 0;
    padding: 3px 5px 2px;
    
    width: auto;
    min-width: 55px;
    max-width: 110px;
    font-size: 13px;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    /*24/3/60*/
    overflow: hidden;
    z-index: 0;
    /**/
}

.dropdown-toggle::after {
    /* position: relative; */
    /* top: 2px; */
    /* right: 2px; */
}
.max-h-25 .dropdown-toggle::after{
    top:0;
}

.dropdown-menu.flag {
    font-size: 13px;
    left: 0px !important;
    right: auto !important;
    max-height: 300px;
    overflow-y: scroll;
    transform: translate3d(0px, 33px, 0px) !important;
    top:-1px !important;
    min-width: 100%;
}

.dropdown-menu.flag-new {
    font-size: 13px;
    left: 0px !important;
    right: auto !important;
    max-height: 300px;
    overflow-y: scroll;
    transform: translate3d(0px, 33px, 0px) !important;
    top:-1px !important;
    min-width: 100%;
}

ul.flag-new::-webkit-scrollbar {
    background-color: #fff;
}

.country-flag-size{
    width:25px;
    height:17px;
}

.max-h-25 .country-flag-size{
      width: 20px;
    height: 13px;
    margin-top: -5px;
}

@media (max-width:544px) {
    .form-dropinputsearch .input-group-btn .dropdown-toggle {
        max-width: 100px;
    }
}

.form-dropinputsearch button.input-group-addon[type="submit"] {
    min-width: 54px;
    padding-top: 7px;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 20px;
}

.form-dropinputsearch .input-group-btn .dropdown-menu {
   
    font-size: 13px;
    right: auto !important;
    min-width: 150px;
    transform: translate3d(0px, 32px, 0px) !important;
    left: 0px !important;
}

.tile {
    margin-bottom: 15px;
    border-radius: 3px;
    background-color: transparent;
    color: #fff;
    transition: all 1s;
    text-align: center;
}

.tile-sm {
    margin-bottom: 0px;
    text-align: left;
    color: #333;
}

.tile-body {
    color: #333;
    line-height: 48px;
    font-size: 1.5rem;
    color: #fff;
}

.tile-sm .tile-body {
    color: #333;
    line-height: 20px;
    font-size: 13px;
}


@media only screen and (max-width: 767px) {
    table.table-responsive-data tr {
        display: inline-block;
        border: 1px solid rgba(0, 0, 0, .125);
        border-radius: .25rem;
        margin-bottom: 10px;
        width: 100%;
    }
}
/*Segmented pricing*/
    .datetime_calendar .bootstrap-datetimepicker-widget table td.day{
        width:128px;
        height:75px;
       cursor: auto;
        vertical-align : top;
        font-size:80%;
        text-align: left;
            min-width: 110px;
        
    }
        .datetime_calendar .bootstrap-datetimepicker-widget table td span.dropdown{
            width: 20px;
            line-height: 15px;
            height: 15px;
        }
        .datetime_calendar .bootstrap-datetimepicker-widget table td span.dropdown button{
                text-align: center;
    width: 22px;
    height: 23px;
            
        }
        .datetime_calendar .bootstrap-datetimepicker-widget table td.day span:hover{
            background: transparent;
        }
        .datetime_calendar table {
  border: 1px solid #eceeef;
}
        .datetime_calendar .bootstrap-datetimepicker-widget table td.day.old,
        .datetime_calendar .bootstrap-datetimepicker-widget table td.day.new{
                background: #f4f4f4;
    color: #ddd;
        }

 .datetime_calendar table th,
.datetime_calendar table td {
  border: 1px solid #eceeef;
}

.datetime_calendar table thead th,
.datetime_calendar table thead td {
  border-bottom-width: 2px;
}
        .datetime_calendar .bootstrap-datetimepicker-widget table td.day:hover, 
        .datetime_calendar .bootstrap-datetimepicker-widget table td.hour:hover, 
        .datetime_calendar .bootstrap-datetimepicker-widget table td.minute:hover, 
        .datetime_calendar .bootstrap-datetimepicker-widget table td.second:hover,
        .datetime_calendar .bootstrap-datetimepicker-widget table td.active, 
        .datetime_calendar .bootstrap-datetimepicker-widget table td.active:hover{
            background: transparent;
            color: #333;
            
        }
    .datetime_calendar td.active{
            cursor: not-allowed;
                pointer-events: none;

    }
    .datetime_calendar td.active span.dropdown{
            pointer-events: all;
    }

          .popover{
            max-width: 345px;
            width: 345px;
        }
        
        .popover .popover-title{
            font-size: 18px; 
        }
 

        .datetime_calendar .calendar-card{
            text-align: center;
            padding-top: 1.25rem;
            font-size: 1rem;
            margin-bottom: .5rem;
            cursor: pointer;
            pointer-events: auto;
        }
        .datetime_calendar .badge-calendar{
            max-width: 128px;
            text-align: center;
            margin-top: .25rem;
            
        }
 

        .table-inventory-pricepoint .header-pricepoint{
           min-width: 120px;
            vertical-align: middle;
           
        }
 
        .table-inventory-pricepoint .form-control{
            width: 55px !important;
            float:right;
        }
        .table-inventory-pricepoint .badge{
            font-size: 65%;
                max-width: 128px;
        }

/*Segmented pricing*/
/**/

 
.table-head-lock tbody {
    /* Not use*/
    display: block;
    overflow: auto;
  height: inherit;
   max-height: 360px;
}
.table-head-lock tfoot {
  display: block;
 }
.table-head-lock thead,
.table-head-lock tbody tr {
    /* Not use*/
    display: table;
    width: 100%;
    /* table-layout:fixed;*/
}

.table-head-lock thead {
    /* Not use*/
    width: calc( 100% - 0em)
}

.table-radio .funkyradio label {
    width: inherit;
    margin-left: auto;
    margin-right: auto;
    min-width: 20px;
}

.form-control:disabled {
    background-color: #e9ecef !important;
   
}
/*table chart edit*/

table.chart {
    border: solid #848484 2px;
        min-width: 300px;
    max-width: 90%;
}

table.chart td {
    border: solid #848484 2px;
    min-width: 82px;
}

table.chart td.form-group {
    max-width: 120px;
}


/**/


/* styles for '...' truncate height */

.text-truncate-height-2 {
    /* hide text if it more than N lines  */
    overflow: hidden;
    /* for set '...' in absolute position */
    position: relative;
    /* use this value to count block height */
    line-height: 1.2em;
    /* max-height = line-height (1.2) * lines max number (3) */
    max-height: 2.4em;
    /* fix problem when last visible word doesn't adjoin right side  */
    /*text-align: justify;  */
    /* place for '...' */
    margin-right: -1em;
    padding-right: 1em;
}


/* create the ... */

.text-truncate-height-2:before {
    /* points in the end */
    content: '...';
    /* absolute position */
    position: absolute;
    /* set position to right bottom corner of block */
    right: 0;
    bottom: 0;
}


/* hide ... if we have text, which is less than or equal to max lines */

.text-truncate-height-2:after {
    /* points in the end */
    content: '';
    /* absolute position */
    position: absolute;
    /* set position to right bottom corner of text */
    right: 0;
    /* set width and height */
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    /* bg color = bg color under block */
    background: white;
}


/*Maps*/

.map-edit,
.map-detail {
    height: 400px;
}

@media (min-width:768px) {
    .map-edit,
    .map-detail {
        height: 450px;
    }
}

.data-empty {
    padding: 3rem 1rem 3rem !important;
    font-size: 1rem !important;
    border: 1px solid #e0e0e0 !important;
    background-color: #ffffff;
    text-align: center !important;
}
label.disabled{
    pointer-events: auto !important;
}
.disabled {
    cursor: not-allowed !important;
    pointer-events: none;
    opacity: 0.5;
}


.data-empty strong {
    /*font-size: 26px !important;*/
}

.list-box .data-empty {
    border: 0 !important;
}

.list-point {
    border-bottom: 1px solid #e3e5eb;
    padding: .75rem 0;
}

.more-less {
    padding: .75rem 0;
}

.img-passenger_type {
    width: 36px;
    height: 36px;
}

.example-passenger_type img {
    width: 42px;
    height: 42px;
}


/*//notify*/
div[data-notify="container"].alert.alert-danger, 
div[data-notify="container"].alert.alert-success, 
div[data-notify="container"].alert.alert-warning, 
div[data-notify="container"].alert.alert-info{
    z-index: 1051 !important;
}
div[data-notify="container"].alert.alert-danger,
div[data-notify="container"].alert.alert-success,
div[data-notify="container"].alert.alert-warning,
div[data-notify="container"].alert.alert-info {
    padding: 0px;
    background-color: transparent;
    text-align: center;
    border: 0;
    display: inline-block;
    margin: 0px auto; 
    position: fixed; 
    transition: all 0.5s ease-in-out; 
    z-index: 1031; top: 65px; left: 0px; right: 0px;
}

.alert.alert-danger .message-container,
.alert.alert-success .message-container,
.alert.alert-warning .message-container,
.alert.alert-info .message-container {
    background: #FFF;
    color: #333;
}

.alert.alert-danger .message-container {
    border: 1px solid #e64125;
}

.alert.alert-danger .message-container span[data-notify="icon"] {
    color: #e64125;
}

.alert.alert-warning .message-container {
    border: 1px solid #e68625;
}

.alert.alert-warning .message-container span[data-notify="icon"] {
    color: #e68625;
}

.alert.alert-success .message-container {
    border: 1px solid #1baa47;
}

.alert.alert-success .message-container span[data-notify="icon"] {
    color: #1baa47;
}

.alert.alert-info .message-container {
    border: 1px solid #4eacc7;
}

.alert.alert-info .message-container span[data-notify="icon"] {
    color: #4eacc7;
}

span[data-notify="icon"] {
    padding-right: 5px;
}

.message-container {
    display: table;
    padding: 5px 10px;
    margin: auto;
}


/*//end notify*/

/*table select*/
.table-select tr.active, .table-select tr.active:hover{
    background-color: #f5f5f5;


}
.table-select tr td{
    line-height: 14px;
}
/*rebooking */

.arrow-button-rebooking {
    position: relative;
    display: inline-block;
    margin: 0;
    margin-left: 15px;
    margin-right: 4px;
    background: transparent;
    color: white;
    font-family: arial;
    font-size: 0.66667rem;
    padding: 0;
    /*height: 26;*/
    line-height: 2rem;
    text-transform: uppercase;
    white-space: nowrap;
}
.arrow-button:before {
    content: '';
    border-bottom: 13px solid transparent;
    border-right: 8px solid transparent;
    display: block;
    margin-right: -0.97222rem;
    margin-bottom: -1rem;
    margin-left: -0.66667rem;
    transition: background-color 0.2s;
}
.arrow-button:after {
        content: '';
    border-top: 13px solid transparent;
    border-right: 8px solid transparent;
    display: block;
    margin-right: -0.97222rem;
    margin-top: -1rem;
    margin-left: -0.66667rem;
    transition: background-color 0.2s;
}

.arrow-button-rebooking:before {
    content: '';
    border-bottom: 12px solid #ff9600;
    border-right: 5px solid transparent;
    width: 15px;
    
}
.arrow-button-rebooking:after {
        content: '';
    border-top: 12px solid #ff9600;
    border-right: 5px solid transparent;
    width: 15px;
   
}


/*.block-rebookikng{
    border:1px solid #ff9600 !important;
}
.block-rebookikng .form-header{
background-color: #ffab33 !important;
    
}*/
.block-rebookikng .table-select tr td .arrow-button {
   visibility: hidden;

}
.block-rebookikng .table-select tr.active td .arrow-button {
    visibility: visible;

}

.block-rebookikng-mode{
    background-color: #ffab33 !important;
    text-align: center;
    padding: 10px 15px 9px;
    font-size: 15px !important;
    border: 1px solid #ff9600 !important;
    font-weight: bold;
}
.block-mode{
   
    font-size: 15px !important;
    
}
/*.block-rebookikng .table-select tr.active, .block-rebookikng .table-select tr.active:hover{
    background-color:   #ff9600;
    
} 
.block-rebookikng .table-select tr:hover{
   background-color:#ffab33;
}
.block-rebookikng .table-select tr.active td,.block-rebookikng .table-select tr:hover td{
    color: #fff;
}*/


/*payment_type */ 
.payment-section .list-payment{
    border:0;

}
@media (max-width:576px){
    .payment-section .list-payment{
        border:1px solid #dee2e6;

    }
}
.form-cargo .payment_type .funkyradio div{
    margin-left: -15px;
}
.payment_type{
      max-height: 250px;
    overflow-y: auto;
    padding-top: 8px;
}
.payment_type li{
      display: inline-block;
      text-align: center;
      border:1px solid transparent;
          padding-top: 4px;
          cursor:pointer;
          max-width: 92px;
}
.payment_type label.font-weight-bold{
        font-size: 13px;
        text-align: center;
    width: 92px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

 .payment_type li.active {
  
  border-radius: .025rem;
 }

 .payment_type li:hover a.payment_icon, .payment_type li.active a.payment_icon{
  
    
     /*box-shadow: 3px 2px 3px #888888*/
       
    
}
.payment_type li a.payment_icon {
        width: 48px;
    height: 30px;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 48px;
    border-radius: .25rem;
    color: #fff !important;
    
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 48px;
    display: block;
    



}
.payment_type li .channal_name{
         text-align: center;
    font-size: 11px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    height: auto;
    margin-bottom: 8px;
    margin-right:15px;

}
.payment_type li .channal_name1{
      width: 57px;
    text-align: center;
    font-size: 11px;
    
    overflow: hidden;
    padding:0 2px;

    white-space:nowrap;
     text-overflow: ellipsis;
   }
.payment_type li .channal_name1 .funkyradio-default label{
       
    width: 20px;
    margin: auto;
    padding: 0;
   }

.alert-default{
  border:1px solid #ccc;
}

.cashier-cash input {
    height: calc(2.867rem + 1px) !important;
    font-size: 22px !important;
    
    text-align: right;
    font-weight: bold;
}



/*news*/
.card-list{
    border:0;
    /*border-bottom: 1px solid rgba(0,0,0,.125) !important;*/
}
.card-list:last-child{
    border-bottom: 0;
}
.card-news{
  text-align: center;
    width: 100%;
    padding: 15px;
    background-color: #ffffff;
    border-radius: 0.25rem;
    border:1px solid #ccc;
}
.card-news .card-news_body {
    position: relative;
    display: block;
    margin-bottom: 0rem;
    background-color: rgb(255, 255, 255);
}
 .card-news .card-news_body .card-block {
    padding:  20px ;
}
.card-news .card-news_body .row{
    text-align: left;
}
.card-news img.user-logo{
  height:40px; 
    max-height:50px; 
    width:40px; 
    max-width:50px;
    margin-top: 0px;
    border:none;
      float: left;
    margin-right: 5px;
}
.card-news .display-time {
    font-size: 12px;
        float: right!important;
       max-width: 50%;
}


.card-news .news-blockname{
    
    display: inline;
    vertical-align: bottom; 
    float: left;
      width: 50%;
   
}
.card-news .news-blockname div{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    
    
}

    /*check detail*/
    .card-news .news-detail{
        margin-top: 5px;
    }
    .card-news .news-detail p{
        word-wrap: break-word;
        text-align: justify;
       

    }
    .card-news .news-detail img{
        display: block;
        max-width: 100%;
        height: auto !important;
        margin: auto;
        padding: .5rem;
            max-height: 500px;
     
    }
    @media (max-width:767px){
            .card-news .news-detail table{
                display: block;
        }
    }
    .card-news .news-detail table{
        width: 100%;
        min-height: .01%;
        overflow-x: auto;
         margin: .5rem;
    }
    /*check detail*/
/*news*/

/*theme*/
img.theme {
    height: 150px;
    max-width: 100%;
}

/**/
.table.table-search tr th{
  
  padding: 0.25rem;
}
.table.table-search tr.header td{
  border-bottom: 0;
  border-top: 1px solid #e3e5eb;
  padding:1rem 0.25rem 0.25rem;
}
.table.table-search tr.header:first-child td{
  border-bottom: 0;
  border-top: 0;
  
}
.table.table-search tr.sub td{
  border-bottom: 0;
  border-top: 0;
  padding: 0.25rem;
}
.table.table-search tr.sub.sub-last td{
  
  padding-bottom: 1rem;
}
.table.table-search tr td button.btn.btn-link{
  padding:2px !important;
}

/*table responsive*/

/*context menu*/

.context-menu-list {     
    min-width: 160px;
    padding: 8px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;

}

.context-menu-item {
    position: relative;
    padding: 3px 1.5rem;
    color: #2f2f2f;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
}
.context-menu-item:hover{
 color: #FF6700;
  cursor: pointer; 
  background-color: #2980b9;
}

/*some class had use in bootstrap apha 6*/
.hide{
    display:none;
}
.collapsing{
        transition: initial;
        
}


/*avatar*/
.ticket_form_view{
    display: inline-table;
    height: auto;
    border: 2px solid #fff;
    border-radius: 0px;
    box-shadow: 0 0 1px rgba(0,0,0,.15);
    overflow: hidden;
}
.avatar-view {
    display: block;
    margin: 4% auto 45px;
    height: 134px;
    width: 134px;
    border: 3px solid #fff;
    border-radius: 80px;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    
    overflow: hidden;
}
.avatar-view img {
    width: 100%;
}

/*table responsive*/
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive.table-bordered {
    border: 0;
  }
.order-list-only{
    width: 40px !important;
            min-width: 40px;
            max-width: 40px;
}
.order-list{
            width: 45px !important;
            min-width: 45px;
            max-width: 45px;
            
        }
.status-list{
            width: 60px !important;
        }
.radio-list{
            width: 80px !important;
            min-width: 80px;
        }
.w-list-1{
            width: 85px !important;
            min-width: 85px;
            max-width: 85px;
}

.w-list-3{
            width: 120px !important;
            min-width: 120px;
}
.w-list-4{
            width: 100px !important;
            min-width: 100px;
}
.w-list-2{
            width: 140px !important;
            min-width: 140px;
}
.w-list-5{
            width: 150px !important;
            min-width: 150px;
}
.w-list-6{
            width: 250px !important;
            min-width: 250px;
}

td.td-action {
    min-width: 30px;
    text-align: right;
    width: 30px;
}
.pt-2px{
    padding-top: 2px !important;
}

.dropdown-item {
    padding: 4px 32px;
}
.dropdown-menu.dropdown-short .dropdown-item {
        padding: 8px 8px;
}


.btn-action.btn-secondary.active, .btn-action.btn-secondary:active, .show>.btn-action.btn-secondary.dropdown-toggle, .btn-action.btn-secondary:hover{
        background-color: transparent;
            outline: 0;

    }
.btn-action[data-toggle="dropdown"]+ .dropdown-menu  {
           min-width: 220px;
            
            top: 5px !important;
            right: -14px !important;
            left: auto !important;
    }
.dd3-content_header .btn-action[data-toggle="dropdown"]+ .dropdown-menu  {
       
        top: 8px !important;
       
}
.btn-action[data-toggle="dropdown"]+ .dropdown-menu.img_seat_list{
            top: 9px !important;
    right: 6px !important;
    min-width: 50px;
    width: 223px;
    text-align: left;
    padding: 5px 31px;

} 
.btn-action[data-toggle="dropdown"]+ .dropdown-menu.img_seat_list:before{
         content: "";
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    right: 5px !important;
    z-index: 10;

}
.btn-action[data-toggle="dropdown"]+ .dropdown-menu.img_seat_list:after{
         content: "";
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    right: 3px !important;
    z-index: 10;

}
.img_seat_active .dropdown button{
     margin-right:7.5px !important;
        width: 28px !important;
        height: 40px !important;
            position: relative;
    top: 4px;
}
.img_seat_active .dropdown button .ion-android-more-vertical{
    font-size: 26px;
    color:#000 !important;
}
.btn-action[data-toggle="dropdown"]+ .dropdown-menu:before{

        content: "";
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    right: 10px !important;
    z-index: 10;
    }
.btn-action[data-toggle="dropdown"]+.dropdown-menu.show:after {
    content: "";
    border-bottom: 12px solid #ccc;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    top: -12px;
    right: 8px;
    z-index: 9;
}
.btn-action.btn-secondary-2[data-toggle="dropdown"]+ .dropdown-menu{
    right:auto !important;
    top:10px !important;
}
.btn-action.btn-secondary-2[data-toggle="dropdown"]+ .dropdown-menu:before{
            left: 18px !important;
        right: auto !important;
}
.btn-action.btn-secondary-2[data-toggle="dropdown"]+ .dropdown-menu:after{
            left: 16px !important;
        right: auto !important;
}


.dropdown-menu.right.show:after {
    content: none;
    
}
.btn-action.btn-secondary:focus, .btn-action.btn-secondary.active, .btn-action.btn-secondary:active, .show>.btn-action.btn-secondary.dropdown-toggle, .btn-action.btn-secondary:hover{
      
            outline: 0;
                background-color: transparent !important;
    box-shadow: none !important;
    }
.content-wrapper .btn-action[data-toggle="dropdown"]+ .dropdown-menu.dropdown-short {
        right: auto !important;
    left: -92px !important;
    min-width: 56px !important;
    width: 115px;
}
.content-wrapper .btn-action[data-toggle="dropdown"]+ .dropdown-menu.dropdown-short:before {
        right: 2px !important;
}
.content-wrapper .btn-action[data-toggle="dropdown"]+ .dropdown-menu.dropdown-short:after {
        right: 0px !important;
}


.list-box{
        padding: 0px 15px;
}
.input-group-btn .btn.btn-primary{
        padding-top: 7px;
        padding-left: 4px;
}
.img_seat_active .dropdown button{
    margin-right:7.5px !important;
        width: 28px !important;
        height: 40px !important;
}
 .dropdown-item.active{
        background-color: #3399ff !important;
        color:#ffffff !important;
    }

@media (max-width: 575px) {
    .dropdown-menu {
   /* top: 5px !important;*/
    
    
    }
    .dropdown-item {
        padding: 8px 42px;
    }

    .row-mbusx {
        margin-left: -15px;
        margin-right: -15px;
    }
    .row-mbusx .card{
        border:0;
    }
    .btn-action[data-toggle="dropdown"]+ .dropdown-menu a {
      
    }

    .btn-action[data-toggle="dropdown"]+ .dropdown-menu  {
           width: 100vw;
            right: -6px !important;            
           
            box-shadow: 0 -2px 27px rgba(0, 0, 0,0.275);
    }    
    .card-user-action .btn-action[data-toggle="dropdown"]+ .dropdown-menu {
             right: -26px !important;
    }
    .content-wrapper  .btn-action[data-toggle="dropdown"]+ .dropdown-menu  {        
            right: -19px !important; 
    }
    .dd3-content_header .btn-action[data-toggle="dropdown"]+ .dropdown-menu {
            right: -8px !important;
    }
    .btn-action[data-toggle="dropdown"]+ .dropdown-menu.img_seat_list{
           top: 9px !important;
    right: 8px !important;
   /* width: 62px;*/

    }
    


    .btn-action[data-toggle="dropdown"]+ .dropdown-menu:before{

        content: "";
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
     right: 3px !important;
    z-index: 10;
    }
    
    
    .card-user-action .btn-action[data-toggle="dropdown"]+ .dropdown-menu:before{
        right: 23px !important;
    }
    .content-wrapper .btn-action[data-toggle="dropdown"]+ .dropdown-menu:before{
        right: 15px !important;
    }
    .dropdown-menu.show:after {    
        right: 1px !important;        
    }
    .card-user-action .dropdown-menu.show:after {        
            right: 21px !important;            
    }
    .content-wrapper .dropdown-menu.show:after {    
        right: 13px !important;        
    }
    .btn-action.btn-secondary.active, .btn-action.btn-secondary:active, .show>.btn-action.btn-secondary.dropdown-toggle, .btn-action.btn-secondary:hover{
        background-color: transparent;
        outline: 0;
    }

    .btn-action.btn-secondary-2[data-toggle="dropdown"]+ .dropdown-menu{
    right:auto !important;
    transform: translate3d(-25px, 21px, 0px) !important;
    }
    .btn-action.btn-secondary-2[data-toggle="dropdown"]+ .dropdown-menu:before{
                left: 18px !important;
            right: auto !important;
    }
    .btn-action.btn-secondary-2[data-toggle="dropdown"]+ .dropdown-menu:after{
                left: 16px !important;
            right: auto !important;
    }
    .dropdown-menu.flag{
        left: -30px !important;
        width: 100vw;
    }
    .dropdown-menu.flag-new{
        left: -30px !important;
        width: 100vw;
    }


    .dropdown-menu.dropdown-short .dropdown-item {
        padding:8px 4px;
    }
    .content-wrapper .btn-action[data-toggle="dropdown"]+ .dropdown-menu.dropdown-short {       
        left: -87px !important;    
        width: 111px;
    }
    .btn-action[data-toggle="dropdown"]+ .dropdown-menu.img_seat_list:before{
                right: 3px !important;
    }
    .btn-action[data-toggle="dropdown"]+ .dropdown-menu.img_seat_list:after{
            right: 1px !important;
    }
    .img_seat_active .dropdown button{
        margin-right:4.5px !important;
        width: 34px !important;
    }

}
@media (max-width: 768px) {

        .main-list{
            max-width: 200px !important;
        }
}
@media (max-width: 575px) {
    .table-hover > tbody > tr > td, .table-hover > thead > tr > th{
        padding: 12px 0px 12px 5px;
    }
    .list-box{
            padding-left:5px;
            padding-right:5px;
        }
    .main-list{
            max-width: 130px !important;
            padding:12px 0 12px; !important;
        }
    }
.modal-control .small{font-size:13px;}
@media (max-width: 768px) {
    .modal-control .small{font-size:12px;}
}


/*
loading */
@-webkit-keyframes uil-facebook {
  0% {
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
  90% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes uil-facebook {
  0% {
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
  90% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes uil-facebook {
  0% {
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
  90% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes uil-facebook {
  0% {
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
  90% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes uil-facebook {
  0% {
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
  90% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes uil-facebook {
  0% {
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
  90% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes uil-facebook {
  0% {
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
  90% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes uil-facebook {
  0% {
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
  90% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.uil-facebook-css {
  background: none;
  position: relative;
  width: 96px;
  height: 96px;
      margin: auto;
}
.uil-facebook-css > div {
      position: absolute;
    width: 14px;
    height: 46px;
    top: 40px;
    left: 20px;
    background: #ff6700;
  opacity: 0.6;
  -ms-animation: uil-facebook 1s cubic-bezier(0.01, 0.73, 0.28, 0.93) infinite;
  -moz-animation: uil-facebook 1s cubic-bezier(0.01, 0.73, 0.28, 0.93) infinite;
  -webkit-animation: uil-facebook 1s cubic-bezier(0.01, 0.73, 0.28, 0.93) infinite;
  -o-animation: uil-facebook 1s cubic-bezier(0.01, 0.73, 0.28, 0.93) infinite;
  animation: uil-facebook 1s cubic-bezier(0.01, 0.73, 0.28, 0.93) infinite;
}
.uil-facebook-css > div:nth-of-type(2) {
  left: 40px;
  opacity: 0.8;
  -ms-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.uil-facebook-css > div:nth-of-type(3) {
  left: 60px;
  opacity: 0.9;
  -ms-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}


label[for]{
    width:auto;
    cursor: pointer;
}
span[aria-expanded="true"]{
    display:initial ;
}
/*select2*/
select2-container--default .select2-selection--single .select2-selection__arrow {
   height: 30px;
    width: 16px;
}
.select2-container--default .select2-selection--single{
    padding:1px 5px;
     height: 33px;
      border:1px solid #cccccc;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: #333 transparent transparent transparent;
    border-style: solid;
    border-width: 6.5px 3px 0 3px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #333 transparent;
    border-width: 0px 3px 7px 3px;
}
/*multiple select*/
.ms-drop ul{
    padding:5px 0px;
}
.ms-drop ul > li label{
    margin-bottom: 0;
        padding: 5px 0px 5px 8px;
    cursor: pointer;

}
.ms-drop ul > li label:hover{
    background-color: #5897fb;
    color:#fff;
    }
.ms-drop input[type="checkbox"]{
    height: 20px;
    margin-right: 5px;
}

/*.list-header, strong.form-control-label, label.form-control-label{
    text-transform: capitalize;
}
strong.color-main, .empty-data{
    text-transform: lowercase;
}
.empty-data::first-letter{
    text-transform: capitalize;
}
.table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>th, .table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>td{
    text-transform: capitalize;
}*/
.line-height-12{
    line-height: 12px;
}

.sigWrapper.current{
    padding-top:1px;
}
/*pagination*/

.pagination .page-item + .page-item {
    padding-left: 4px;
}
.pagination .page-item .page-link {
    
    border: 1px solid #dee2e6;
    border-radius: 3px;
        color: #495057;
}
.pagination .page-item.removable{
    padding-left:5px;
}
.page-item.removable .page-link{
    padding:3px 5px;
}
.page-item.active .page-link{
    color:#fff;
}

#modal_scan_barcode .barcode-position img{
    width:180px;
}
.file-caption + .input-group-btn {
    border-right: 1px solid #ccc;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(204, 204, 204);
    border-radius: 0;
    border-left: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.btn-link{background-color: transparent;}


.reservation .form-group .input-group-addon {
    padding: 0px 8px;


}

#form_search select.form-control.form-control-lg{
		background: url(../../../img/down-arrow1.png) no-repeat right #ffffff !important;
		-webkit-appearance: none !important;
		background-position-x: 97% !important;
		background-size: 12px !important;
		padding-right: 35px !important;
}

@media (min-width: 767px) {
    .card-stop-recommend {
        width: 115px !important;
    }
}