/* PLACEHOLDER */
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #98A5AA!important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #98A5AA!important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #98A5AA!important;
}

/* LINKS */
a {
    color: #7d8da1;
}

a:hover {
    color: #059EE9;
    text-decoration: none;
}


.btn {
    font-weight: 500;
}

/* BTN PRIMARY */
.btn-primary {
    background-color: #059EE9;
    color: #122F3B;
}

.btn-primary:hover {
    color: #122F3B;
    background-color: #059EE9;
    border-color: #059EE9;
    opacity: .8;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #059EE9;
    border-color: #059EE9;
    opacity: .8;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #122F3B;
    background-color: #059EE9;
    border-color: #059EE9;
    opacity: .7;
}

.btn-primary.focus, .btn-primary:focus {
    color: #122F3B;
    background-color: #059EE9;
    border-color: #059EE9;
    opacity: .8;
}

/* BTN SECONDARY */
.btn-secondary {
    background-color: #D2EF2B;
    border-color: #D2EF2B;
    color: #122F3B;
}

.btn-secondary:hover {
    color: #122F3B;
    background-color: #D2EF2B;
    border-color: #D2EF2B;
    opacity: .8;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #122F3B;
    background-color: #D2EF2B;
    border-color: #D2EF2B;
    opacity: .7;
}

.btn-secondary.focus, .btn-secondary:focus {
    color: #122F3B;
    background-color: #D2EF2B;
    border-color: #D2EF2B;
    opacity: .8;
}

/* BTN DANGER */
.btn-danger {
    background-color: #ed2f59;
    color: #ffffff;
}

.btn-danger:hover {
    color: #ffffff;
    background-color: #ed2f59;
    border-color: #ed2f59;
    opacity: .8;
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #ed2f59;
    border-color: #ed2f59;
    opacity: .7;
}

.btn-danger.focus, .btn-danger:focus {
    color: #ffffff;
    background-color: #ed2f59;
    border-color: #ed2f59;
    opacity: .8;
}


/* BTN WARNING */
.btn-warning {
    background-color: #F58634;
    border-color: #F58634;
    color: #122F3B;
}

.btn-warning:hover {
    color: #122F3B;
    background-color: #F58634;
    border-color: #F58634;
    opacity: .8;
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
    color: #122F3B;
    background-color: #F58634;
    border-color: #F58634;
    opacity: .7;
}

.btn-warning.focus, .btn-warning:focus {
    color: #122F3B;
    background-color: #F58634;
    border-color: #F58634;
    opacity: .8;
}

/* BTN INFO */
.btn-info {
    background-color: #235C73;
    border-color: #235C73;
    color: #FFFFFF;
}

.btn-info:hover {
    color: #FFFFFF;
    background-color: #235C73;
    border-color: #235C73;
    opacity: .8;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
    color: #FFFFFF;
    background-color: #235C73;
    border-color: #235C73;
    opacity: .7;
}

.btn-info.focus, .btn-info:focus {
    color: #FFFFFF;
    background-color: #2B9B1B;
    border-color: #2B9B1B;
    opacity: .8;
}

/* BTN INFO */
.btn-success {
    background-color: #A8CF45;
    border-color: #A8CF45;
    color: #122F3B;
}

.btn-success:hover {
    color: #122F3B;
    background-color: #A8CF45;
    border-color: #A8CF45;
    opacity: .8;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #122F3B;
    background-color: #A8CF45;
    border-color: #A8CF45;
    opacity: .7;
}

.btn-success.focus, .btn-success:focus {
    color: #122F3B;
    background-color: #A8CF45;
    border-color: #A8CF45;
    opacity: .8;
}

/* CARD */
.card .card-header {
    border-bottom: 1px solid rgba(125, 141, 161, .11);
}



.card .card-header h6 {
    font-size: 1.1rem;
    margin-bottom: 0;
}

.card .card-header h6 i {
    color: #059EE9;
}

.card .card-body {
    padding: 1rem;
}

/* FORM CONTROL */
.form-control:focus {
    box-shadow: none;
}

/* BTN GROUP */
.btn-group-xs>.btn, .btn-xs {
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

/* MODAL */

@media (min-width: 576px) {
    .modal-xxl {
        max-width: 800px;
    }
}

@media (min-width: 992px) {
    .modal-xxl {
        max-width: 1000px;
    }
}

@media (min-width: 1200px) {
   .modal-xxl {
        max-width: 1340px;
    } 
}

/*COLS*/
.col-1-5,
.col-lg-1-5,
.col-md-1-5,
.col-sm-1-5,
.col-xl-1-5,
.col-2-5,
.col-lg-2-5,
.col-md-2-5,
.col-sm-2-5,
.col-xl-2-5,
.col-3-5,
.col-lg-3-5,
.col-md-3-5,
.col-sm-3-5,
.col-xl-3-5,
.col-4-5,
.col-lg-4-5,
.col-md-4-5,
.col-sm-4-5,
.col-xl-4-5,
.col-lg-5-5,
.col-md-5-5,
.col-sm-5-5,
.col-xl-5-5 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col-1-5 {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
}

.col-2-5 {
    -ms-flex: 0 0 20.83%;
    flex: 0 0 20.83%;
    max-width: 20.83%;
}

.col-3-5 {
    -ms-flex: 0 0 29.166666%;
    flex: 0 0 29.166666%;
    max-width: 29.166666%
}

.col-4-5 {
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%
}

.col-5-5 {
    -ms-flex: 0 0 45.833333%;
    flex: 0 0 45.833333%;
    max-width: 45.833333%
}

@media (min-width:576px) {
    .col-sm-1-5 {
        flex: 0 0 12.5%;
        max-width: 12.5%;
        max-width: 12.5%
    }

    .col-sm-2-5 {
        flex: 0 0 20.83%;
        max-width: 20.83%;
        max-width: 20.83%
    }

    .col-sm-3-5 {
        flex: 0 0 29.166666%;
        max-width: 29.166666%;
        max-width: 29.166666%
    }

    .col-sm-4-5 {
        flex: 0 0 37.5%;
        max-width: 37.5%;
        max-width: 37.5%
    }

    .col-sm-5-5 {
        flex: 0 0 45.833333%;
        max-width: 45.833333%;
        max-width: 45.833333%
    }
}

@media (min-width:768px) {
    .col-md-1-5 {
        flex: 0 0 12.5%;
        max-width: 12.5%;
        max-width: 12.5%
    }

    .col-md-2-5 {
        flex: 0 0 20.83%;
        max-width: 20.83%;
        max-width: 20.83%
    }

    .col-md-3-5 {
        flex: 0 0 29.166666%;
        max-width: 29.166666%;
        max-width: 29.166666%
    }

    .col-md-4-5 {
        flex: 0 0 37.5%;
        max-width: 37.5%;
        max-width: 37.5%
    }

    .col-md-5-5 {
        flex: 0 0 45.833333%;
        max-width: 45.833333%;
        max-width: 45.833333%
    }
}

@media (min-width:992px) {
    .col-lg-1-5 {
        flex: 0 0 12.5%;
        max-width: 12.5%;
        max-width: 12.5%
    }

    .col-lg-2-5 {
        flex: 0 0 20.83%;
        max-width: 20.83%;
        max-width: 20.83%
    }

    .col-lg-3-5 {
        flex: 0 0 29.166666%;
        max-width: 29.166666%;
        max-width: 29.166666%
    }

    .col-lg-4-5 {
        flex: 0 0 37.5%;
        max-width: 37.5%;
        max-width: 37.5%
    }

    .col-lg-5-5 {
        flex: 0 0 45.833333%;
        max-width: 45.833333%;
        max-width: 45.833333%
    }
}

@media (min-width:1200px) {
    .col-xl-1-5 {
        flex: 0 0 12.5%;
        max-width: 12.5%;
        max-width: 12.5%
    }

    .col-xl-2-5 {
        flex: 0 0 20.83%;
        max-width: 20.83%;
        max-width: 20.83%
    }

    .col-xl-3-5 {
        flex: 0 0 29.166666%;
        max-width: 29.166666%;
        max-width: 29.166666%
    }

    .col-xl-4-5 {
        flex: 0 0 37.5%;
        max-width: 37.5%;
        max-width: 37.5%
    }

    .col-xl-5-5 {
        flex: 0 0 45.833333%;
        max-width: 45.833333%;
        max-width: 45.833333%
    }
}

/* BOOTSTRAP TABLE */

.bootstrap-table .table {
    font-size: 14px;
}

.bootstrap-table .fixed-table-container .table thead th .sortable {
    position: relative;
}

.bootstrap-table .fixed-table-container .table.table-medium thead th .th-inner {
    padding: 0.55rem;
}

.bootstrap-table .fixed-table-container .table.table-medium thead th .th-inner.sortable {
    padding-right: 20px!important;
    padding-left: 20px!important;
}

.bootstrap-table .fixed-table-container .table thead th .th-inner {
    white-space: initial;
}

.bootstrap-table .fixed-table-container .table thead th .sortable:before, 
.bootstrap-table .fixed-table-container .table thead th .sortable:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    opacity: .3;
}

.bootstrap-table .fixed-table-container .table thead th .sortable:before {
    right: 0.2rem;
    content: "\f0de";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 1rem;
}

.bootstrap-table .fixed-table-container .table thead th .sortable:after {
    content: "\f0dd";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    right: 0.2rem;
    font-size: 1rem;
}

.bootstrap-table .fixed-table-container .table thead th .sortable.asc:before, 
.bootstrap-table .fixed-table-container .table thead th .sortable.desc:after {
    opacity: 1;
}

.bootstrap-table .fixed-table-container .table thead th .both {
    background: none;

}

.bootstrap-table .fixed-table-container .table thead th .asc {
    background: none;
}

.bootstrap-table .fixed-table-pagination>.pagination, 
.bootstrap-table .fixed-table-pagination>.pagination-detail {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
}

.bootstrap-table .fixed-table-container .table.table-small thead th .sortable.sortable-center {
    padding: 0.45rem;
    padding-left: 10px!important;
    padding-right: 15px!important;
}
.bootstrap-table .fixed-table-container .table thead th,
.bootstrap-table .fixed-table-container .table thead th .th-inner {
/*    vertical-align: middle;*/
}

.bootstrap-table .fixed-table-container .table.table-small thead th .sortable:before {
    right: 0.2rem;
}

.bootstrap-table .fixed-table-container .table.table-small thead th .sortable:after {
    right: 0.2rem;
}

.bootstrap-table .fixed-table-container .table.table-small thead th .th-inner {
    padding: 0.35rem;
}

.bootstrap-table .fixed-table-pagination {
    display: flex;
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    margin: 0.5rem 00;
}

.bootstrap-table .fixed-table-pagination::after {
    content: initial;
}

.bootstrap-table .fixed-table-pagination>.pagination, 
.bootstrap-table .fixed-table-pagination>.pagination-detail {
    margin-top: 0;
}

.bootstrap-table .select2-container {
    width: -webkit-fill-available!important;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
    background: rgb(33 36 41 / 80%);
}

.bootstrap-table .fixed-table-pagination {
    color: #a3bdcc;
    padding: 0.5rem 0.7rem;
    font-size: .9rem;
    border-top: 1px solid rgba(0,0,0,.125);
    margin: 0;
}

.bootstrap-table .fixed-table-container .table thead th .sortable {
    padding-right: 20px!important;
}