﻿.menu-image-center {
    /*padding-left: 14px;*/
}

/*
   Samet :
   Toolbar menüsü içinde UpdatePanel kullandığımızda araya div ekleniyordu ve tasarım bozuluyordu.
   Bu sorunu düzeltmek için bu kısmı ekledik.
*/
/* Toolbar Menu CSS */
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li > span > a {
            padding: 15px;
            line-height: 20px;
            position: relative;
            display: block;
        }
}

@media (max-width: 767px) {
    .navbar-nav > li > span > a {
        box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
    }

        .navbar-nav > li > span > a .up {
            top: 0;
        }

    .navbar-nav > li > span > a {
        line-height: 20px;
        position: relative;
        display: block;
        padding: 10px 15px;
    }
}

.nav > li > span,
.nav > li > span > a {
    position: relative;
    display: block;
}

    .nav > li > span > a:hover,
    .nav > li > span > a:focus {
        text-decoration: none;
        background-color: rgba(0, 0, 0, 0.05);
    }

.navbar-nav > li > a[disabled=disabled],
.navbar-nav > li > span > a[disabled=disabled] {
    cursor: not-allowed;
    text-decoration: none;
    background-color: #eee;
    color: darkgray;
}

.dropdown .open > .dropdown-toggle > ul[class="dropdown-menu"],
li > span > a[disabled=disabled], .dropdown-menu > li > a[disabled = disabled] {
    background-color: #eee;
    cursor: not-allowed;
    text-decoration: none;
}

/* Toolbar Menu CSS */

/* Bootstrap Modal Dialog CSS */
.modal-dialog {
    position: relative;
    width: auto;
    max-width: 900px;
    margin: 15px auto;
}

.modal-dialog-xl {
    width: 98%;
}

.modal-xl {
    max-width: 100%;
    margin-left: 23px;
    margin-right: 15px;
    margin-top: 15px;
}

.modal-lg {
    max-width: 1200px;
    margin-left: 15px;
    margin-right: 15px;
}

@media (min-width: 1230px) {
    .modal-lg {
        margin-right: auto;
        margin-left: auto;
    }
}

.modal-sm {
    max-width: 600px;
    margin-left: 15px;
    margin-right: 15px;
}

@media (min-width: 630px) {
    .modal-sm {
        margin-right: auto;
        margin-left: auto;
    }
}

.modal-header {
    color: #FFF;
    background-color: #3A3F51;
}

/* Siyah footer olunca buton, ekranın dışında gibi algı oluşuyordu. Kaldırıldı.
    .modal-footer {
    color: #FFF;
    background-color: #3A3F51;
}*/

.close {
    color: #FFF !important;
    font-size: 30px !important;
    opacity: 0.7 !important;
}

    .close:hover, .close:focus {
        color: #FFF !important;
        opacity: 1 !important;
    }

.modal-open .modal {
    overflow-x: visible !important;
    overflow-y: visible !important;
}

/* Bootstrap Modal Dialog CSS */

/* Bootstrap Css Change */

.form-control-static {
    display: block;
}

/* Bootstrap Css Change */

/* TELERIK CONTROLS STYLE CHANGES */
/* Extended RadTextBox Flag Styles */
.iconStyle {
    margin-left: -25px;
    position: relative;
}

.textboxIcon {
    padding-right: 25px !important;
}
/* Extended RadTextBox Flag Styles */

/* For Rad Grid */
.GridEditCommandColumnStyle {
    width: 50px;
    background-color: red;
    text-align: center;
}

.GridDeleteCommandColumnStyle {
    width: 50px;
}

/*SearchGrid'lerde, imleçin pointer şeklinde gözükmesi için*/
.SearchGrid .rgAltRow, .SearchGrid .rgRow {
    cursor: pointer !important;
}

.RadGrid_Bootstrap .rgEditForm {
    border-bottom: none !important;
}

.SearchGrid .rgSelectedRow,
.SearchGrid .rgSelectedRow td {
    background-image: none !important;
    background-color: #7266ba !important;
    color: white;
}
/* For Rad Grid */

/* For Date Picker */
.RadPicker .rcCalPopup, .RadPicker .rcTimePopup {
    width: 32px;
    height: 32px;
    border-radius: 0 4px 4px 0;
}
/* For Date Picker */

/* RadComboBox & RadDropDownList Styles */
.rddlInner,
.rcbInner {
    border-color: #cfdadd !important;
    border-radius: 2px !important;
}

    .rddlInner:focus,
    .rcbInner:focus {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .rddlInner:focus,
    .rcbInner:focus {
        border-color: #23b7e5 !important;
    }

.rddlItem,
.rcbItem,
.rcbList .rcbHovered {
    padding: 8px 12px !important;
    min-height: 35px !important;
}

.rcbFocused {
    box-shadow: none !important;
}

    .rcbFocused .rcbActionButton {
        box-shadow: none !important;
        border-radius: 0px !important;
    }

/* RadComboBox & RadDropDownList Styles */

/* RadTextBox Styles */
.rgFilterBox,
.riEnabled,
.riRead,
.riDisabled {
    border-color: #cfdadd !important;
}

.rgFilterBox,
.riEnabled,
.riFocused,
.riRead,
.riDisabled {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 2px !important;
}

    .rgFilterBox:focus,
    .riFocused {
        border-color: #23b7e5 !important;
    }

.riRead,
.riDisabled {
    background-color: #eee !important;
}
/* RadTextBox Styles */

/* TELERIK CONTROLS STYLE CHANGES */

/* Bootstrap Table CSS */

.table thead tr:first-child th {
    background: #f5f5f5;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9 !important;
}

    .table-striped > tbody > tr:hover,
    .table-striped > tbody > tr:nth-of-type(odd):hover,
    .table-striped > tbody > tr:nth-of-type(odd):hover > td {
        background-color: #eeeeee !important;
        cursor: pointer;
    }

.input-group-full {
    width: 100%;
}

.input-group-addon-cursor {
    cursor: pointer;
}

.checkbox, .radio {
    margin-top: 0px !important;
}

.hiddenNavBar {
    display: none !important;
}

.contentMargin {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.Top {
    margin-right: 5px !important;
    color: #fff !important;
    font-size: 14px;
}

.radCombo {
    width: 50% !important;
    margin-left: 5px;
}

.SimpleListItems {
    padding-top: 3px !important;
    padding-bottom: 0px !important;
}

.itemColor {
    color: #635a5a;
    margin-top: 7px;
    font-weight: 600;
    font-family: inherit;
}

.oracleNoColor {
    color: #ff0000 !important;
    font-family: inherit !important;
    font-style: normal !important;
}

.btnMargin {
    margin-top: -5px;
}

.btnMartinTop {
    margin-top: 8px;
}

.badge {
    padding: 5px 10px !important;
}

.textalign {
    text-align: left !important;
}

.tooltip-wrapper {
    /* background: #ececec; */
    color: #1C90F3;
    cursor: help;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    padding: 7px 0px;
    position: relative;
    text-align: left;
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
}

    .tooltip-wrapper .tooltip {
        background: rgb(246, 248, 248);
        bottom: 100%;
        color: #333;
        display: block;
        left: -180px;
        margin-bottom: 15px;
        opacity: 0;
        padding: 20px;
        pointer-events: none;
        position: absolute;
        width: 300%;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
        -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    }

        /* This bridges the gap so you can mouse into the tooltip without it disappearing */
        .tooltip-wrapper .tooltip:before {
            bottom: -20px;
            content: " ";
            display: block;
            height: 20px;
            left: 0;
            position: absolute;
            width: 100%;
        }

        /* CSS Triangles - see Trevor's post */
        .tooltip-wrapper .tooltip:after {
            border-left: solid transparent 10px;
            border-right: solid transparent 10px;
            border-top: solid #1496bb 10px;
            bottom: -10px;
            content: " ";
            height: 0;
            left: 50%;
            margin-left: -13px;
            position: absolute;
            width: 0;
        }

    .tooltip-wrapper:hover .tooltip {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

/* IE can just show/hide with no transition */
.lte8 .tooltip-wrapper .tooltip {
    display: none;
}

.lte8 .wrapper:hover .tooltip {
    display: block;
}

/*Ipad 1 & 2 göre yazılacak css'le media query içine yazılabilir'*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    input[type="text"]:disabled {
        color: #000000 !important;
    }

    textarea[class="riTextBox riDisabled"]:disabled {
        color: #000000 !important;
    }

    #sel1, #sel2 {
        bottom: 2px;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {
    input[type="text"]:disabled {
        color: #000000 !important;
    }

    textarea[class="riTextBox riDisabled"]:disabled {
        color: #000000 !important;
    }

    #sel1, #sel2 {
        bottom: 2px;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) {
    input[type="text"]:disabled {
        color: #000000 !important;
    }

    textarea[class="riTextBox riDisabled"]:disabled {
        color: #000000 !important;
    }

    #sel1, #sel2 {
        bottom: 2px;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    input[type="text"]:disabled {
        color: #000000 !important;
    }

    textarea[class="riTextBox riDisabled"]:disabled {
        color: #000000 !important;
    }

    #sel1, #sel2 {
        bottom: 2px;
    }
}


.authority {
    
    background-color: #f6f1f1 !important; 
}



/*@media (max-width: 1680px) and (min-width:1025px) {
    .PageTitle {
        padding-top: 60px;
    }
}

@media (max-width: 1024px) and (min-width:769px) {
    .PageTitle {
        padding-top: 150px;
    }
}*/