.text-white { color: white !important;}
.text-black { color: black !important;}
.text-orange { color: #F49C51; !important;}
.text-light-orange { color: #f19a50 !important;}
.ptb-20 { padding: 20px 0; }
.black-bold { color:black ; font-weight:bold; }

.w-100 { width: 100% !important; }
.w70 { width:70px !important; }

.fw600 { font-weight: 600 !important;}
.fw800 { font-weight: 800 !important;}

.mt15 { margin-top: 15px !important; }
.mt30 { margin-top: 30px !important; }
.mb10 { margin-bottom: 10px !important; }

.p10 { padding: 10px !important; }

.fs14 { font-size:14px !important; }
.fs15 { font-size:15px !important; }
.fs16 { font-size:16px !important; }
.fs20 { font-size:20px !important; }
.fs22 { font-size:22px !important; }

.cursor-pointer { cursor: pointer !important; }

.pt0 { padding-top:0 !important; }
.mt0 { margin-top:0 !important; }

.br-unset { border-radius: unset !important; }

.no-select select {
    visibility: hidden !important;
}

.bg-white { background: white !important; }
.bg-orange { background: #F19A50 !important; }

.wp5 { width: 5% !important; }
.wp8 { width: 8% !important; }
.wp10 { width: 10% !important; }
.wp12 { width: 12% !important; }
.wp13 { width: 13% !important; }
.wp15 { width: 15% !important; }
.wp20 { width: 20% !important; }
.wp30 { width: 30% !important; }
.wp40 { width: 40% !important; }
.wp50 { width: 50% !important; }
.wp60 { width: 60% !important; }
.wp70 { width: 70% !important; }
.wp80 { width: 80% !important; }
.wp90 { width: 90% !important; }
.wp100 { width: 100% !important; }

.wpm5 { max-width: 5% !important; }
.wpm8 { max-width: 8% !important; }
.wpm10 { max-width: 10% !important; }
.wpm12 { max-width: 12% !important; }
.wpm13 { max-width: 13% !important; }
.wpm15 { max-width: 15% !important; }
.wpm20 { max-width: 20% !important; }
.wpm30 { max-width: 30% !important; }
.wpm40 { max-width: 40% !important; }
.wpm50 { max-width: 50% !important; }
.wpm60 { max-width: 60% !important; }
.wpm70 { max-width: 70% !important; }
.wpm80 { max-width: 80% !important; }
.wpm90 { max-width: 90% !important; }
.wpm100 { max-width: 100% !important; }

.td-none { text-decoration: none !important; }

.text-magenta { color: magenta !important; }

.no-select select { visibility: hidden !important; }
#datatable_length {
    display: inline-block;
    float: left;
}
#datatable_length label { margin-top: 6px;}
.btn-secondary {
    background-color: #6e728d   !important;
}
.buttons-excel,.buttons-pdf{
    background-color:#6e728d   !important;
    border:#6e728d   !important;
    margin:1px !important;
    border-radius: 4px !important;
}
.dropdown-item.active, .dropdown-item:active,.dropdown-menu {
    background-color: #6e728d   !important;
    color:white !important;
    font-size:11px !important;
}
.buttons-colvis {
    margin:1px !important;
    border-radius: 4px !important;
}


.select2-search__field { width: 100% !important; }

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="search"],
select,
input[type="password"],
input[type="currency"],
input[type="currency2"],
textarea {
    /*min-height: inherit !important;*/
    /*padding: 4px 18px;*/
}


.fixedHeader-floating th{
    text-align: center;
}

/*swal alert*/
.swal2-title { font-size: 1.5em !important;}
.swal2-popup .swal2-styled {
    padding: 0.3125em 1.25em !important;
}

.theme-btn {
    background-color: #6E728D;
    color: #fff;
}

.theme-btn3 {
    background: #BE6983 !important;
}
.theme-btn:hover {
    background-color: #F19A50 !important;
    color: #fff !important;
}


.select2CheckboxContainer .select2-container .select2-selection--multiple .select2-selection__choice {
    border: none !important;
    font-size: 14px !important;
    margin-top: calc(0.4rem) !important;
}

.select2CheckboxContainer .select2-search__field {
    box-shadow: none !important;
    font-size: 14px !important;
}


@media (min-width: 768px) {
    .modal-80 {
        max-width: 80% !important;
    }
}

@media (min-width: 768px) {
    .modal-70 {
        max-width: 70% !important;
    }
}

@media (min-width: 768px) {
    .modal-60 {
        max-width: 60% !important;
    }
}


.increaseimg {
    width: 30px !important;
     margin: 1px !important;
    vertical-align: middle !important;
}

/*--------------------------------------
-------- Pre Loader Style START --------
---------------------------------------*/
.st-preloader {
    position: fixed;
    z-index: 99999999999;
    top: 0;
    left: 0;
    overflow: visible;
    width: 100%;
    height: 100%;
    background: #fff url("../images/loader.gif") no-repeat center center;
}

.box-info {
    padding: 0 25px 55px;
    transition: 0.4s;
}

.box-info:hover {
    padding: 0 10px 25px;
    transition: 0.4s;
}

.st-modal-header {
    background: #6E728D;
    color: #fff;
    border-bottom: 5px solid #F19A50;
    border-radius: 0;
}

.st-modal-content {
    border: 2px solid black;
}

.st-close {
    position: absolute;
    color: #fff !important;
    z-index: 9;
    top: 12px;
    right: 12px;
    font-size: 30px;
    margin: -9px !important;
}

.drop-zone {
    border: 2px dashed #6E728D;
    background: #F2F2F2;
    margin: 30px 0 15px;
    width: 100%;
    color: #999;
    height: 270px;
    padding-top: 60px;
    cursor: pointer;
}

.drop-zone input {
    font-size: 12px !important;
    display: block;
    width: 100%;
    padding-left: 40px;
}

/* Modal Box*/

.st-modal {
    font-size: 14px !important;
}

.st-modal .form-group {
    margin-bottom: 1px !important;
}

.st-modal  .theme-btn {
    margin-top: 4px !important;
}
.st-modal  .theme-btn3  {
    margin-top: 4px !important;
}

.st-modal.active {
    opacity: 1;
    z-index: 9;
    transition: opacity 0.1s;
}

.st-modal form {
    padding-bottom: 15px;
}

.st-modal form h5 {
    text-align: left;
    margin-top: 12px;
}

.st-modal form h5 a {
    float: right;
    text-decoration: underline;
    color: #0062fe;
    font-size: 8pt;
}

.st-modal form input::-webkit-input-placeholder ,
.st-modal form input ,
.st-modal form select {
    text-align: center;
    text-align-last: center;
}

.st-modal form select option {
    text-align: left;
}


.st-modal form select,
.st-modal form input{
    border-color: #6E728D;
    box-shadow: none;
    margin-top: 4px;
}

.datepicker.dropdown-menu {
    font-size: 10pt;
}

.st-modal form select:focus {
    border: 1px solid #6E728D;
}

.st-modal .drop-zone {
    border: 2px dashed #6E728D;
    background: #F2F2F2;
    margin: 30px 0 15px;
    width: 100%;
    color: #999;
    height: 270px;
    padding-top: 60px;
    cursor: pointer;
}

.st-modal .drop-zone input {
    font-size: 12px !important;
    display: block;
    width: 100%;
    padding-left: 40px;
}


.st-modal .select2-selection__rendered {
    text-align: center;
}
