
.inputcode{
    background:#2b2b2b !important;
    color:#99ff00 !important;
    font-family:'Courier New', monospace !important;
    font-size:13px !important;
}
.dropdown-menu {
    max-height: 280px;
    overflow-y: auto;
}

.travel-autocomplete {
    display: block !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    z-index:99999999 !important;
}
.travel-popular-list{
    z-index:99999999 !important;
}
.travel-popular-list li a {
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    position: relative;
    border: 0 !important;
    background-color: #fff !important;
}

.travel-popular-list li a:before {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    left: 0;
    top: 0;
    background: #fa3441;
}

.travel-popular-list li a:hover {
    background: #F9F9F9 !important;
    text-indent: 4px;
    color: #fa3441;
    padding-right: 76px;
}

.travel-popular-list li a:hover:before {
    width: 4px;
}


.btn-xs, .btn-group-xs > .btn {
    padding: .25rem .4rem;
    font-size: .875rem;
    line-height: .5;
    border-radius: .2rem;
    font-size: 10px;
}

.popover-400{
    width:400px !important;

}


table.tnetwtable {table-layout:fixed}
table.tnetwtable td {overflow:hidden;  font-size:12px ;}
table.tnetwtable th {overflow:hidden;  font-size:13px; background-color: #ddd }




.tnetwtable .vouchertd{
    padding-right: 5px !important; font-weight: bold;
}

table.tnetwtable2 {table-layout:fixed}
table.tnetwtable2 td { font-size:12px; padding-right:5px !important; }
table.tnetwtable2 th { font-size:13px; background-color: #ddd }


.dataTables_info{font-size: 13px !important;}


.card-danger{
    border: 1px solid #fa3441;
    border-top: 0;
    font-size: 12px;
}

.card-danger .card-header{
    background: linear-gradient(45deg,#FF5370,#ff869a);;
    color: white;
    font-weight: 600 !important;
    font-size: 14px;
}



.card-warning{
    border: 1px solid #ffc107;
    border-top: 0;font-size: 12px;
}

.card-warning .card-header{
    background: #ffc107;
    color: white;
    font-weight: 600 !important;font-size: 14px;
}




.card-info{
    border: 1px solid #0dcaf0;
    border-top: 0;font-size: 12px;
}

.card-info .card-header{
    background: #0dcaf0;
    color: white;
    font-weight: 600 !important;font-size: 14px;
}




.card-dark{
    border: 1px solid #212529;
    border-top: 0;font-size: 12px;
}

.card-dark .card-header{
    background: #212529;
    color: white;
    font-weight: 600 !important;font-size: 14px;
}

.card-success{
    border: 1px solid #198754;
    border-top: 0;font-size: 12px;
}

.card-success .card-header{
    background: #198754;
    color: white;
    font-weight: 600 !important;font-size: 14px;
}


.modal-header{
    padding: 1rem 1rem !important;border-bottom: 1px solid rgba(19, 19, 19, 0.175) !important;
}

.modal-footer{
    padding: 1rem 1rem !important;border-top: 1px solid rgba(19, 19, 19, 0.175) !important;
}


.arrow-navtabs .nav-item .nav-link {
    position: relative;
    text-align: center
}

.arrow-navtabs .nav-item .nav-link:before {
    content: "";
    position: absolute;
    border: 6px solid transparent;
    bottom: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .arrow-navtabs .nav-item .nav-link:before {
        -webkit-transition: none;
        transition: none
    }
}

.arrow-navtabs .nav-item .nav-link.active:before {
    border-top-color: #fa3441
}


input[readonly] {
    background: none !important;
}

.col-md-2-5 {
    flex: 0 0 auto;
    width: 20%
}

.swal2-actions button{
    margin-left:10px !important;
}



.voucherDetails table th{
    background-color: #AEECF1;
}

.voucherDetails .table > tbody > tr > td, .voucherDetails .table > tbody > tr > th, .voucherDetails .table > tfoot > tr > td, .voucherDetails .table > tfoot > tr > th, .table .voucherDetails > thead > tr > td, .voucherDetails .table > thead > tr > th {
    padding: 6px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #e7ecf1;
}


.voucherDetails .table td, .voucherDetails .table th, .voucherDetails .table thead tr th {
    font-size: 11px;
    font-weight: 400;
}


.blink {
    animation: blink-animation 1s steps(2, start) infinite;
    -webkit-animation: blink-animation 1s steps(2, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}