.help-block-error, .help-block {
    color: red !important;
}

.select2-container--krajee .select2-selection--single .select2-selection__clear{
    top: 0;
    right: auto !important;
    left: -7px;
}

.badge-sm{
    font-size: 1.0rem;
}

body, input{
    text-transform: uppercase;
}

.form-control {
    font-size: 13px;
}

label {
    color:#7367F0;
    font-size: 12px;
    font-weight: bold;
}

/*.btn-primary {*/
/*    border-color: #024ca5 !important;*/
/*    background-color: #024ca5 !important;*/
/*}*/

.pagination li {
    border-radius: 5rem;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    display: block;
    padding: 0.65rem 0.911rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #034da6;
    background-color: #fff;
    border: 1px solid #dae1e7;
    border: none;
    margin: 0;
    margin-left: 0px;
    color: rgba(0, 0, 0, 0.6);
    background-color: #f0f0f0;
    margin-left: 0;
    font-size: 1rem;
    font-weight: 700;
}

.pagination li:first-child:not(.prev-item) a, .pagination li:first-child:not(.prev-item) span {
    border-top-left-radius: 1.428rem;
    border-bottom-left-radius: 1.428rem;
}

.pagination li:last-child:not(.next-item) a, .pagination li:last-child:not(.next-item) span {
    border-top-right-radius: 1.428rem;
    border-bottom-right-radius: 1.428rem;
}

.pagination li.active a {
    z-index: 3;
    border-radius: 5rem;
    background-color: #034da6;
    color: #fff;
    transform: scale(1.05);
}

.pagination li.active {
    background-color: #f0f0f0;
    border-radius: 0;
}

/************* Make Gridview headet static ***********/
.table-bordered>thead>tr>th {
    position: sticky;
    top:0;
    background-color: #C8DEFB;
    z-index : 2;
    font-size: 12px;
}


.table-bordered>thead>tr>td {
    position: sticky;
    top:60px;
    padding: 20px !important;
    height: 20%;
    background-color: #C8DEFB;
    z-index : 2;
}

.table-bordered>tbody>tr, .table-bordered>tbody>tr>td {
    padding: 10px !important;
}

.img-lg {
    width: 75px !important;
    height: 75px !important;
}

.alert-danger{
    background: rgba(234, 84, 85, 0.9) !important;
    color: #310606 !important;
}

.alert-success{
    background: rgba(31, 234, 77, 0.9) !important;
    color: #1a3116 !important;
}

.alert-info{
    background: rgba(49, 116, 234, 0.9) !important;
    color: #111a31 !important;
}

.alert-warning{
    background: rgba(234, 144, 64, 0.9) !important;
    color: #31230d !important;
}

.modal-dialog{
    overflow-y: initial !important;

}
.modal-body{
    height: 80vh;
    overflow-y: auto;
}

/* Azia Custome */
/*@media (min-width: 1200px){*/
/*    .container, .container-sm, .container-md, .container-lg, .container-xl {*/
/*        max-width: 1500px;*/
/*    }*/
/*}*/

#file_select:hover {
    cursor: pointer;
    text-decoration: underline;
    color: lightskyblue;
}


#file_select_inv:hover {
    cursor: pointer;
    text-decoration: underline;
    color: lightskyblue;
}

.arrow-label {
    width: 50px;
    height: 20px;
    color:white;
    cursor: pointer;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;margin-left:100px;
}


