﻿#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1111;
    background: url('../media/images/ajax-loader.gif') no-repeat center center;
}

.alert h6 {
    color: #000080 !important;
}

.alert-secondary {
    background-color: #dddee0;
    /*background-color: #3b5998;*/
    padding-bottom: 4px;
    padding-top: 4px;
    height: 42.45px;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple, .select2-container--default.select2-container--disabled .select2-selection--single {
    border-color: #e2e5ec;
    background-color: #fff;
}


.log_before {
    background-color: #ffadad;
}

.log_after {
    background-color: #b3ffbb;
}


.error_class_red {
    color: #ff0000;
}

.selected_row_general {
    background-color: #E0E0E4 !important; /*#EBEDF3*/
    color: #000 !important;
}

    .selected_row_general td {
        color: #000 !important;
        /*font-weight: 700 !important;*/
    }

        .selected_row_general td a {
            color: #ffffff !important;
        }

        .selected_row_general td.tdUygundurDegildir {
            color: #000 !important;
        }

.margin_left_15 {
    margin-left: 15px;
}

.margin_left_5 {
    margin-left: 5px;
}

a.btn-google.margin_left_15.padding_top_10 {
    padding-top: 10px;
}

.padding_top_10 {
    /*padding-top: 10px;*/
    padding-top: 5px;
    padding-bottom: 5px;
}


.padding_top_0 {
    padding-top: 0;
}

.margin_bottom_10 {
    margin-bottom: 10px !important;
}

.white_th {
    /*color: #ffffff !important;*/
}

.margin_bottom_13 {
    margin-bottom: 13px;
}

.header_grey {
    background-color: #ebedf2;
}

.dark_blue_font {
    color: #3b5998 !important;
}

.accordion.accordion-toggle-plus .card .card-header .card-title:after {
    color: #3b5998 !important;
}

.padding_left_15 {
    padding-left: 15px;
}

.white_opacity_1 {
    color: #ffffff !important;
    opacity: 1 !important;
}

.height_18 {
    height: 18px !important;
}

.hide_info {
    display: none;
}

/*::-webkit-scrollbar {
    width: 22px;
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: #00a98f;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #00826e;
    }*/
.dataTables_wrapper .dataTable tfoot th, .dataTables_wrapper .dataTable thead th {
    color: #fff;
    background: #1BC5BD;
}

.btn.disabled, .btn:disabled, disabled {
    cursor: not-allowed !important;
}

.indexButtons {
    padding-bottom: 5px;
    text-align: -webkit-right;
    text-align: right;
}

@media (max-width: 700px) {
    .indexButtons {
        padding-bottom: 5px;
        text-align: -webkit-right;
        text-align: left;
    }

    .btn {
        margin-top: 5px;
    }
}

.dataTables_wrapper .dataTable th.sorting_asc, .dataTables_wrapper .dataTable td.sorting_asc {
    color: #fff;
}

.col-form-label {
    text-align: right;
}
