.auth-left-bg {
    background-color: #265293;
    background-image: url(../../assets/media/backgrounds/login_bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.auth-left-content {
    flex: inherit;
}

.auth-img-content {
    background-image: url(../../assets/media/illustrations/illustration_admin.png);
    min-height: 436px;
    right: 0;
    bottom: 8px;
    left: 0;
}

.auth-h1 {
    color: #02193b;
    font-size: 36px !important;
    text-shadow: 1px 1px 1px rgba(198,203,206,0.51);
}

.banner-yeni-form {
    background-color: #1B283F;
    background-position: 0 calc(100% + 0.5rem);
    background-size: 100% auto;
    background-image: url(../../assets/media/illustrations/illustration_1.svg);
}

.illu-system {
    background-image: url(../../assets/media/illustrations/sketchy-1/17.png);
}

.frm-top-menu {

}

    .frm-top-menu:hover .frm-top-menu-text {
        color: #fff !important;
    }

.frm-top-menu-text {
    color: #c7d6ec !important;
    font-size: 15px;
    font-weight: 400;
    border-radius: 0px !important;
}

    .frm-top-menu-text:hover {
        color: #fff !important;
    }

    .frm-top-menu-text:focus {
        color: #fff !important;
    }

.frm-sub-menu {
}

    .frm-sub-menu:hover {
        background-color: #f7f9fb;
    }

.svg-icon-frm svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #c7d6ec !important;
}


.yuzuncu-yil {
    margin-left: 5px;
    margin-top: 4px;
}

td.col-row-nr {
    margin: auto;
    text-align: center;
    color: #fff !important;
    background-image: url(../../assets/media/svg/bars.svg);
    background-repeat: no-repeat;
    cursor: pointer;
    vertical-align: middle;
    margin-top: 26px !important;
    display: block;
    font-size: 8px;
    opacity: 0.8;
}

.dataTables_info {
    float: left;
}

div.dataTables_wrapper div.dataTables_processing {
    padding: 10px !important;
    background: none !important;
    opacity: 1 !important;
    text-decoration: none;
    box-shadow: none !important;
    z-index: 1;
}

.dt-loading {
    width: 36px !important;
    height: 36px !important;
    padding: 0 !important;
    background-color: none !important;
    background-image: url(../../assets/media/etc/loading.gif) !important;
    background-repeat: no-repeat !important;
    display: flex;
    text-align: center !important;
    margin: auto !important;
}

.error {
    width: 100%;
    margin-top: 0.5rem;
    font-size: .925rem;
    color: #f1416c;
}

.content-empty {
    position: relative;
}

.card-none {
    background-color: #e8edf2;
    height: 500px !important;
}

.dashboard-empty-notify {
    position: absolute;
    z-index: 1;
    padding: 50px;
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    top: 120px;
}

#dash_web_menu {
    text-align: right;
}

.con-dash-tool {
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding: 0px !important;
    width: 78%;
}

/*.dash-title {
    width: 20%;
}*/

.widget-count {
    height: 350px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

    .widget-count span {
        font-size: 12vw;
        color: #b5bae8;
    }

.grid-first {
    height: 250px;
    /*background-color: #f5f8fa;*/
    border-radius: 6px;
    text-align: center;
    padding-top: 70px;
}

    .grid-first span {
        font-size: 15px;
        color: #7e849c;
    }

.grid-loading-box {
    margin: auto;
    text-align: center;
    align-items: center;
    height: 100px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.grid-loading {
    height: 42px;
    width: 42px;
    background-image: url(../../assets/media/etc/loading.gif);
    background-repeat: no-repeat;
    display: inline-block;
}

.dropdown-toggle {
    background-color: #f5f8fa;
    border-color: #f5f8fa;
    color: #5e6278;
    transition: color .2s ease,background-color .2s ease;
    padding: 12px 22px;
    border: none;
    font-size: 15px;
    font-weight: 500;
    border-radius: 6px;
    box-shadow: none !important;
    width: 220px;
    text-align: left !important;
}

.multiselect-container {
    padding: 14px !important;
}

.multiselect-option {
    font-weight: 500 !important;
}

.multiselect-container .multiselect-option:hover,
.multiselect-container .multiselect-group:hover,
.multiselect-container .multiselect-all:hover,
.multiselect-container .multiselect-option:focus,
.multiselect-container .multiselect-group:focus,
.multiselect-container .multiselect-all:focus {
    background-color: #f1faff !important;
}

.multiselect-option:hover {
    background-color: #f1faff !important;
}

.dropdown-item:hover {
    color: #009ef7 !important;
    background-color: #f1faff !important;
    border-radius: 2px;
}

.dropdown-item.active {
    color: #009ef7 !important;
    background-color: #f1faff !important;
    border-radius: 2px;
}

.form-check:not(.form-switch) .form-check-input[type=checkbox] {
    background-size: 60% 60%;
    width: 20px;
    height: 20px;
    margin-top: 0px;
}

.input-date-filter {
    background-color: #f5f8fa !important;
    border: none;
    padding: 0px;
    cursor: pointer;
    font-weight: 500;
    color: #666;
    font-size: 15px;
    float: left;
    inline-size: 90%;
}

    .input-date-filter:hover {
        background-color: #eff2f5 !important;
    }

    .input-date-filter:focus {
        outline: none;
        border: none;
    }

.btn.btn-light:hover input {
    background-color: #eff2f5 !important;
}

ul.list-sorgu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    ul.list-sorgu li {
        display: inline-block;
    }

        ul.list-sorgu li a {
            background-color: #eee;
            border-radius: 3px;
            display: block;
            padding: 6px 14px;
        }

            ul.list-sorgu li a:hover i {
                color: #009ef7;
                text-decoration: none;
            }

.select-in-modal + .select2-container {
    max-width: 100% !important;
    padding: 0;
    z-index: 10000;
}

.select2-container--open {
    z-index: 10000;
}

.pq-toolbar {
    padding: 6px !important;
}

    .pq-toolbar input[type="text"] {
        padding: 8px;
        border: 1px solid #fff;
    }

    .pq-toolbar select {
        padding: 8px;
        border: 1px solid #fff;
    }

    .pq-toolbar button {
        padding: 9px;
        background-color: #d2d5dd;
        border: 1px solid #f5f5f5;
        border-radius: 3px;
        box-shadow: 1px 1px 1px #eee;
    }

.pq-slider-icon {
    top: 12px !important;
}

.ui-icon-circle-triangle-n {
    display: none !important;
}


/* Chrome */
.pq-cont-inner::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.pq-cont-inner::-webkit-scrollbar-track {
    /*background-color: grey;*/
    /*box-shadow: inset 0 0 5px grey; */
    /*border-radius: 2px;*/
}

.pq-cont-inner::-webkit-scrollbar-thumb {
    background-color: #bdc8d4;
    /*border-radius: 2px;*/
}

    .pq-cont-inner::-webkit-scrollbar-thumb:hover {
        background: #a0aebc;
    }

/* IE */
.pq-cont-inner {
    scrollbar-face-color: #bdc8d4;
    /*  scrollbar-shadow-color: grey; */
    scrollbar-highlight-color: #a0aebc;
}

/* FireFox */
.pq-cont-inner {
    scrollbar-color: #bdc8d4 grey;
    scrollbar-width: thin;
}

@media (max-width: 1175px) {
    #dash_web_menu {
        display: none;
    }

    .dash-title {
        width: 100%;
    }

    .con-dash-tool {
        margin-right: 0px !important;
        margin-left: 0px !important;
        padding: 0px !important;
        width: 100%;
    }

    .widget-count span {
        font-size: 16vw;
        color: #b5bae8;
    }
}


@media screen and (max-width: 767px) {
    div .dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_paginate {
        text-align: center;
        display: contents !important;
    }

    .col-query-btnGroup1 {
        order: 6;
    }
}

@media (min-width:768px) {

    .auth-left-content {
        margin-bottom: 10px;
    }

    .auth-img-content {
        position: absolute;
    }
}

@media (min-width:1200px) {
    .widget-count span {
        font-size: 9vw;
        color: #b5bae8;
    }
}

@media (max-width:1200px) {

    .auth-left-content {
        margin-bottom: 10px;
    }

    .auth-img-content {
        min-height: auto !important;
        position: inherit;
    }

    .formova-logo {
        margin-left:0px !important;
        width: 75px !important;
    }

    .yuzuncu-yil {
        width: 34px;
        margin-left:2px !important;
    }
}

@media (max-width:990px) {

    .auth-left-bg {
        background-size: cover;
    }

    #frm-top-menu {
        display: none;
    }

    
}

@media (max-width:768px) {

    .auth-left-content {
        margin-bottom: 10px;
    }

    .auth-img-content {
        min-height: auto !important;
        position: inherit;
    }
    
}

.user-info {
    font-size: 75%;
    color: #555;
    font-weight: lighter;
}
