.nopadding {
    padding-left: 1px;
    padding-right: 1px;
}
.no-js #loader {
    display: none;
}
.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../../../../../Areas/Administrator/Theme/Default/Images/Load.svg) center no-repeat;
}
.dropdown.dropdown-lg .dropdown-menu {
    margin-top: -1px;
    padding: 6px 20px;
}
.input-group-btn .btn-group {
    display: flex !important;
}
.btn-group .btn {
    border-radius: 0;
    margin-left: -1px;
}
    .btn-group .btn:last-child {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
.btn-group .form-horizontal .btn[type="submit"] {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}
.form-group .form-control:last-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
@media screen and (min-width: 768px) {
    #adv-search {
        /*width: 500px;*/
        margin: 0 auto;
    }
    .dropdown.dropdown-lg {
        position: static !important;
    }
        .dropdown.dropdown-lg .dropdown-menu {
            min-width: 500px;
        }
}
/*#region
Yönetim Panelinde Sırlama İşlemleri İçin Yazıldı */
table tr.sorting-row td {
    background-color: #8b8;
}
table td.sorter {
    background-color: #f80;
    width: 10px;
    cursor: ns-resize;
}
.sort-handler {
    float: right;
    background-color: #f80;
    width: 14px;
    height: 14px;
    margin: 2px 0 0 6px;
    cursor: ns-resize;
}
table.sorting-table tbody tr:not(.sorting-row) td {
    opacity: 0.5;
}
/* some styling for table1 */
table#table1 tr.sorting-row td {
    background-color: #ccc;
}
table#table1.sorting-table {
    cursor: ns-resize;
    box-shadow: none;
    outline: 1px solid #333;
}
    table#table1.sorting-table tbody tr:not(.sorting-row) td {
        opacity: 1;
        color: #bbb;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
    }
/*#endregion*/
/*#region
Yönetim Resim Yükleme Kontrolü*/
.custom-Image-input {
        margin:0;
        margin-top: 10px;
        padding: 0;
    }
    .custom-Image-input .Image-query {
        padding-right: 3px;
        padding-right: 4px \9;
        padding-left: 3px;
        padding-left: 4px \9;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    .custom-Image-input button {
        border: 0;
        background: none;
        /** belows styles are working good */
        padding: 2px 5px;
        margin-top: 2px;
        position: relative;
        left: -28px;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color:#D9230F;
    }
    .Image-query:focus + button {
        z-index: 3;
    }
/*#endregion*/
.panel-heading span  i {
    color: white;
}
.panel-heading span input {
    background: none;
    color: white;
    padding: 0;
    border: 0;
}
.ForceNopadding {
    padding:5px !important;
}
