/***********************
*   Defaults
***********************/
.background_orange{
    background-color: #edce95 !important;
}
.background_orange_dark{
    background-color: #ffc457 !important;
}
.background_green{
    background-color: #b5dcb5 !important;
}
.ais-color-blue{
    color: #3084ff;
}
.ais-color-grey{
    color: #c0bebe;
}


.ais_update_row.disabled i.ais-edit:before{
    content: '\f044';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
}
.ais_update_row.edit i.ais-edit:before{
    content: '\f0c7';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
}
.ais_update_row i:hover{
    cursor: pointer;
}
.ais_update_row i:last-child{
    margin-left: 20px;
}
input.disabled{
    border: none;
    background-color: transparent;
}
.ais_table_holder{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
/*
.ais_table_holder tr:hover input,
.ais_table_holder tr:hover textarea{
    color: #3084ff;
}
*/
tbody.ais-body-holder tr:hover{
    background-color: rgba(255, 163, 36, 0.3) !important;
}

.ais_table_holder tr.edit_row{
    background-color: #FFEB3B !important;
}
.ais_table_holder tr.delet_row{
    background-color: red !important;
}
.ais_add_row{
    margin-top: 50px;
}
.sort_holder i:hover{
    cursor: pointer;
    color: #3084ff;
}
.searched_word{
    font-weight: bold;
    color: red;
}
.background_grey_light{
    background-color: #dfe1e4;
}
.ais-bg-shadow{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.ais-info-txt{
    font-weight: normal;
    font-size: 0.85em;
    font-style: italic;
}
.ais-font-size-1-em{
    font-size: 1em !important;
}
.ais-loading th{
    padding: 50px 0;
}

/***********************
*   searchform
***********************/
.search_form{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}


.datepicker-icon{
    position: absolute;
    right: 6px;
    font-size: 1.6em;
}
/*
.datepicker-icon{
    width: 100%;
    height: 100%;
}
.input-group.date .input-group-addon span{
    position: absolute;
    right: 10px;
}
*/
.datepicker .datepicker-icon{
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translate(0, -50%);
}
.datetimepicker.dropdown-menu{
    /*
    left: 0 !important;
    z-index: 99999 !important;
    */
    margin-top: 50px;
}


/* show amount of data */
.ais-show-data-form ul,
.ais-show-data-form li{
    list-style: none;
    padding: 0;
    margin: 0;
}
.ais-show-data-form li{
    margin-top: 15px;
}


/***********************
*   result
***********************/
.result-holder {

}
.class_readonly,
.class_readonly:focus{
    background-color: transparent !important;
    border: none !important;
    outline: none !important;
}

.pagination li{
    margin: 0 5px;
}
.pagination li a{
    color: #000000;
}
.pagination li a:hover{
    text-decoration: none;
    color: #1eaedb;
}
.pagination li a.ais-active{
    font-size: 1.5em;
    font-weight: bold;
    line-height: 0;
    color: #1eaedb;
}
.pagination li a.ais-active:hover{
    cursor: default;
}


/***********************
*   new row full width
***********************/
.ais-new-row-full-width select,
.ais-new-row-full-width input,
.ais-new-row-full-width textarea{
    width: 100%;
}
.ais-new-row-full-width .ais-new-holder{
    margin-top: 20px;
}




/***********************
*   pagination
***********************/
.ais-click-pagination:hover{

}
.ais-current-page a{
    /*
    font-weight: bold;
    background-color: #1eaedb;
    outline: none;
    */

    font-weight: bold;
    text-decoration: none;
    color: #1eaedb !important;
    z-index: 2;
    background-color: #e9ecef;
    border-color: #e9ecef;

}
.ais-pagination a.page-link {
    border-radius: unset !important;
    border-color: #e9ecef !important;
    border-bottom: transparent !important;
}
.pagination a:focus{
    box-shadow: none;
}
.ais-pagination .pagination{
    border-bottom: 10px solid #e9ecef;
    overflow: auto;
}

/***********************
*   New entry
***********************/
.ais-add-update-entry .modal{
    background-color: rgba(0, 0, 0, .7);
}
.ais-add-update-entry select,
.ais-add-update-entry input,
.ais-add-update-entry textarea{
    width: 100%;
    margin-bottom: 15px;
    padding: 5px;
    background-color: #f9f9f9;
    border: none;
    outline: none;
    -webkit-box-shadow: inset 0px 0px 3px 0px rgba(204,198,204,1);
    -moz-box-shadow: inset 0px 0px 3px 0px rgba(204,198,204,1);
    box-shadow: inset 0px 0px 3px 0px rgba(204,198,204,1);
}
.ais-add-update-entry select:focus,
.ais-add-update-entry input:focus,
.ais-add-update-entry textarea:focus{
    background-color: #ffd3b0;
}

.ais-success{
    font-size: 1.25em;
    background: #c6f7a2 !important;
    padding: 15px;
    text-align: center;
    margin-top: 20px;
}
.ais-warning {
    font-size: 1.25em;
    background: #ffc379 !important;
    padding: 15px;
    text-align: center;
    margin-top: 20px;
}
.ais-error{
    font-size: 1.25em;
    background: #ff798c !important;
    padding: 15px;
    text-align: center;
    margin-top: 20px;
}



/************************
*   ais-Output
*************************/
.ais-img-holder-div{
    margin: 5px;

    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
}
.ais-file-holder img{
    max-height: 100px;
}
.ais-file-holder .ais-zoom-item{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.ais-file-holder .ais-zoom-item i{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.ais-file-holder .ais-remove-item{
    display: none;
    position: absolute;
    right: 10px;
    padding: 4px;
    z-index: 99999999;
}
.modal-dialog .ais-file-holder .ais-remove-item{
    display: inline-block;
}
.ais-file-holder .ais-zoom-item:hover,
.ais-file-holder .ais-remove-item:hover{
    cursor: pointer;
    color: #ede8e8;
}
.ais-img-holder {

}
.fancybox-thumb{
    max-height: 100%;
}
.fancybox-container *{
    max-width: 100%;
}












