/** [PTT_KEP_PROJECT]  Version: 4.1.5-B586  **/ 
 .side-menu.list-group {
    overflow-y: scroll;
}

.side-menu {
    width: 300px;
    padding-bottom: 68px;
}

#sideMenu .side-menu .list-group-item:hover, #sideMenu .side-menu .list-group-item:visited, #sideMenu .side-menu .list-group-item:active {
    color: #d3e9ff !important;
}

#sideMenu .side-menu .list-group-item span:visited {
    color: #d3e9ff !important;
}


.sketch-picker {
    margin: auto;
}

.badge-toolbar {
    color: #ff0000 !important;
    left: 5px !important;
    top: 7px !important;
    font-weight: bold !important;
    font-size: 18px !important;
    background-color: transparent !important;
    position: absolute !important;
}

.dropdown-element {
    /*margin: 10px;*/
    /*background-color: #d5fffc;*/
    /*border-style: solid;*/
    /*border-width: 1px;*/
    /*border-radius: 2%;*/
    padding: 15px 5px;
    border-bottom-style: solid;
    border-bottom-color: #474cff;
    border-width: 1px;
    text-align: center;

}

.dropdown-element:hover {
    background-color: #d3e9ff;
}

#sideMenu .fa-angle-down, .fa-angle-up {
    position: absolute;
    right: 10px;
}

#sideMenu .side-menu .list-group-item, #sideMenu .side-menu .list-group-item a {
    color: inherit !important;
}

.form-group .col-3 {
    white-space: normal !important;
    overflow: initial !important;
    text-overflow: initial !important;

}

.col-3 {
    margin-left: 16px;
}

.infoComponent {
    text-align: center;
}

.modal-oturumukapat .modal-content {
    display: inline-block;
}

.modal-paraYatir {
    max-width: 1000px !important;
    height: 90%;
    max-height: 90%;
    overflow-y: scroll;
    background-color: white;
    padding: 15px;
}

.modal-paraYatir .modal-content {
    border: none;
    margin-top: -15px;
}

.modal-paraYatir .kapat {
    position: absolute;
    top: 13px;
    right: 6px;
    z-index: 10;
}

.card .card-block {
    padding: 5px 20px !important;
}

.card .card-block .card-title {
    text-align: center;
    width: 100%;
    height: 35px;
    background: #b5323f;
    padding-top: 5px;
    font-size: 19px;
}

.card .card-block .card-title span {
    color: #FFFFFF !important;
}

.robe-datagrid {
    width: 100%;
    padding-bottom: 20px;
}

.robe-datagrid-table {
    overflow-x: auto;
}

.robe-datagrid-toolbar.bottom {
    overflow: hidden;
}

.dashboardPageCard {
    margin-top: 20px !important;
}

.dashboardPageCard.firs-item {
    margin-top: -50px !important;
}

.help-modal-body {
    height: 500px;
    overflow-y: scroll;
}

.side-menu-search {
    height: 45px;
}

.side-menu-content {
    height: calc(100% - 45px);
}

#sideMenu .side-menu .list-group-item i:first-child {
    width: 9%;
    float: left;
}

#sideMenu .side-menu .list-group-item span {
    width: 80%;
    float: left;
}

#sideMenu .side-menu .list-group-item span.badge {
    width: auto;
    float: none !important;
    position: absolute;
    right: 12%;
}

#sideMenu .side-menu .list-group-item i:last-child {
    width: 9%;
    float: right;
}

.side-menu-search .dropdown-menu {
    width: 270px;
    padding: 0px;
    height: auto;
    overflow: hidden;
    overflow-y: scroll;
    max-height: 405px;
}

.side-menu-search .dropdown-element {
    /* margin: 10px; */
    /* background-color: #d5fffc; */
    /* border-style: solid; */
    /* border-width: 1px; */
    /* border-radius: 2%; */
    padding: 10px 5px;
    border-bottom-style: solid;
    border-bottom-color: #1f4152;
    border-width: 1px;
    text-align: left;
    color: #1f4152;
}

.side-menu-search .dropdown-element a {
    text-decoration: none;
    color: #024e92;
}


.hataliGirisMessage {
    color: red;
    text-align: center;
    font-size: xx-small;
    font-style: italic;
    font-weight: bold;
    font-size: 13px;
}


@media (min-width: 576px) {
    .modal-dialog.gridModalDataForm {
        max-width: 800px !important;
    }
}

.gridModalDataForm .modal-content {
    width: 800px;
}

.robe-editor .quill {
    min-height: 200px !important;
}

.popUpNotificationText {
    color: #022645;
    text-align: left;
    margin-left: 10px;
}

.pdfModal {

}

@media (min-width: 576px) {
    .modal-dialog.pdfModal {
        max-width: 800px !important;
    }
}

.pdfModal .modal-content {
    width: 800px;
    display: table;
}

.tekSayfadaSorgulamaModal {

}

@media (min-width: 576px) {
    .modal-dialog.tekSayfadaSorgulamaModal {
        max-width: 800px !important;
    }
}

.tekSayfadaSorgulamaModal .modal-content {
    width: 800px;
}


/* YS */

html, body {
    height: 100%;
}

body {
    color: #212529;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
}

/* Wrappers */
#wrapper {
    width: 100%;
    overflow-x: hidden;
}

.wrapper {
    padding: 0 20px;
}

.wrapper-content {
    padding: 70px 20px 20px;
}

#page-wrapper {
    padding: 0;
    min-height: 568px;
    position: relative !important;
}

@media (min-width: 768px) {
    #page-wrapper {
        position: inherit;
        margin: 0;
        min-height: 100vh;
    }
}

.gray-bg, .bg-muted {
    background-color: #f3f3f4;
}

/* ibox*/

.ibox {
    clear: both;
    margin-bottom: 50px;
    margin-top: 0;
    padding: 0;

}

.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: rgba(58, 198, 231, 0.51);
    border-image: none;
    border-style: solid solid none;
    border-width: 2px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 15px 15px 7px;
    min-height: 48px;
}

.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}

/* Panels */

.page-heading {
    border-top: 0;
    padding: 0 10px 20px 10px;
}

.panel-heading h1,
.panel-heading h2 {
    margin-bottom: 5px;
}

.panel-primary {
    border-color: #1ab394 !important;
}

.panel-primary > .panel-heading {
    background-color: #1ab394;
    border-color: #1ab394;
}

.panel-success {
    border-color: #ffc628 !important;
}

.panel-success > .panel-heading {
    background-color: #ffc628;
    border-color: #ffc628;
    color: #ffffff;
}

.panel-info {
    border-color: #23c6c8;
}

.panel-info > .panel-heading {
    background-color: #23c6c8;
    border-color: #23c6c8;
    color: #ffffff;
}

.panel-warning {
    border-color: #f8ac59;
}

.panel-warning > .panel-heading {
    background-color: #f8ac59;
    border-color: #f8ac59;
    color: #ffffff;
}

.panel-danger {
    border-color: #ed5565 !important;
}

.panel-danger > .panel-heading {
    background-color: #ed5565;
    border-color: #ed5565;
    color: #ffffff;
}

.panel-default {
    /*border-color: #ddd !important;*/

    border-top-color: #ddd !important;
    border-left-color: #ddd !important;
    border-right-color: #ddd !important;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd !important;
}

.panel {
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: none;
}

.panel-heading {
    color: white;
    padding: 8px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-sari {
    border-color: #efbd2b;
}

.panel-sari > .panel-heading {
    background-color: #efbd2b;
    border-color: #efbd2b;
    color: #ffffff;
}

.panel-sari .panel-body {
    border-bottom: none;
}

.panel-body {
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

.no-borders {
    border: none !important;
}

.ibox-content h1, .ibox-content h2, .ibox-content h3, .ibox-content h4, .ibox-content h5, .ibox-title h1, .ibox-title h2, .ibox-title h3, .ibox-title h4, .ibox-title h5 {
    margin-top: 5px;
}

.ibox-content h2 {
    font-size: 24px;
    line-height: 1.1;
    font-weight: 100;
}

.card {
    margin-bottom: 40px;
}

.ibox-title {
    color: #fff;
    background-color: #00a9ce;
}

.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    background: #00529b;
}

.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    background: #75aad8;
}

.ibox-title h5 {
    display: inline-block;
    font-size: 16px;
    margin: 0 0 7px;
    padding: 0;
    text-overflow: ellipsis;
    float: left;
}

.panel-footer {
    /*background-color: #ffffff;*/
    /*color: inherit;*/
    /*padding: 15px 20px 20px 20px;*/
    /*border-color: #e7eaec;*/
    /*border-image: none;*/
    /*border-style: solid solid none;*/
    /*border-width: 1px 0;*/

    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom: 1px solid #ddd;
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
}

.white-bg {
    background-color: #ffffff;
}

.border-bottom {
    border-bottom: 1px solid #e7eaec !important;
}

.dashboard-header {
    border-top: 0;
    padding: 20px 20px 20px 20px;
}

.dashboard-header h2 {
    margin-top: 10px;
    font-size: 26px;
}

.m-t-20 {
    margin-top: 20px;
}

.label-version {
    background-color: #d1dade;
    color: #5e5e5e;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    padding: 3px 8px;
    text-shadow: none;
}

.label-white,
.badge-white {
    background-color: #FFFFFF;
    color: #5E5E5E;
}

.badge-secondary {
    /*color: #fff;*/
    /*background-color: #6c757d;*/
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    color: #5e5e5e !important;
}

.badge:hover,
.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background-color: #555C62;
}

/*label {*/
/*margin-bottom:0 !important;*/
/*}*/

.menuPanel {
    height: 100%;
}

.menuButtonPanel {
    background: white;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}


.modal-header {
    padding: 30px 15px !important;
    text-align: center;
}

.modal-body {
    background: #f8fafb;
    padding: 20px 30px 30px 30px !important;
}

.modal-footer {
    margin-top: 0;
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-title {
    margin: 0;
    font-size: 26px;
    font-weight: 600;
    color: #676a6c;
}

.modal-content {
    border: 1px solid rgba(0, 0, 0, 0) !important;
    border-radius: 4px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) !important;
    outline: 0 none !important;
    display: block !important;
    text-align: justify;
}

.modal-footer:before, .modal-header:before {
    display: table;
    content: " ";
}

.modal-footer:after, .modal-header:after {
    clear: both;
}

.m-b-none {
    margin-bottom: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

.ibox-footer {
    color: inherit;
    border-top: 1px solid #e7eaec;
    font-size: 90%;
    background: #ffffff;
    padding: 20px 30px 5px;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 20px;
}

.m-b-sm {
    margin-bottom: 10px;
}

.border-bottom {
    border-bottom: 1px solid #e7eaec !important;
}

label {
    display: inline-block;
    max-width: 100%;
    /*margin-bottom: 5px;*/
    font-weight: normal;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2rem + 2px) !important;
}

.form-control {
    padding: 6px 12px;
!important;
}

option {
    z-index: 0;
    position: static;
}

m-b-xl- {
    margin-bottom: -50px;
}

.alert {
    font-size: 15px;
}


.ibox-tools {
    display: block;
    float: none;
    margin-top: 0;
    position: relative;
    padding: 0;
    text-align: right;
}

.ibox-tools a {
    cursor: pointer;
    margin-left: 5px;
    color: #c4c4c4;
}

.ibox-tools a.btn-primary {
    color: #fff;
}

.ibox-tools .dropdown-menu > li > a {
    padding: 4px 10px;
    font-size: 12px;
}

.ibox .ibox-tools.open > .dropdown-menu {
    left: auto;
    right: 0;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}

#Popover1 {
    /*padding:2px 8px!important;*/
    margin-left: 3px;
}

select.form-control {
    z-index: -1;
}

.multi-step .wrapper-content {
    padding: 10px 0 0 !important;
}

.g-recaptcha {
    text-align: -webkit-center;
}

.email-error-input .form-control {
    border-color: #a94442;
    color: #a94442;
}

.email-error-input .form-control-label {
    color: #a94442;
}

.onlineBasvuruCol {
    border: 1px solid #cccccc;
    padding: 20px;
}

.onlineBasvuruRow {
    margin-top: 10px;
}

/*.onlineBasvuruDiv {*/
/*height: calc(100% - 49px);*/
/*overflow-y: auto;*/
/*}*/
.onBasvuruButton {
    width: 300px;
    height: 35px;
}

.tuzelEkayitButton {
    width: 300px;
    height: 35px;
}

.eimzalarButton {
    width: 190px;
}

.wrapper-content {
    padding: 70px 20px 40px 20px;
}

/* YS */

.panel-primary {
    border-color: #1ab394;
}

.panel-primary > .panel-heading {
    background-color: #1ab394;
    border-color: #1ab394;
}

.panel-success {
    border-color: #1c84c6;
}

.panel-success > .panel-heading {
    background-color: #ffc628;
    border-color: #ffc628;
    color: #ffffff;
}

.panel-info {
    border-color: #23c6c8;
}

.panel-info > .panel-heading {
    background-color: #23c6c8;
    border-color: #23c6c8;
    color: #ffffff;
}

.panel-warning {
    border-color: #f8ac59;
}

.panel-warning > .panel-heading {
    background-color: #f8ac59;
    border-color: #f8ac59;
    color: #ffffff;
}

.panel-danger {
    border-color: #ed5565;
}

.panel-danger > .panel-heading {
    background-color: #ed5565;
    border-color: #ed5565;
    color: #ffffff;
}

.g-recaptcha {
    /*margin: 15px auto !important;*/
    width: auto !important;
    height: auto !important;
    text-align: -webkit-center;
    text-align: -moz-center;
    transform-origin: left top;
    -webkit-transform-origin: left top;
}

#recaptcha_widget {
    margin: 0 auto;
}

@media (max-width: 683px) and (min-width: 390px) {
    .g-recaptcha {
        padding-left: 15px;
    }
}

.onlineMesafeliSatisText {
    text-decoration: underline !important;
    font-weight: bold;
    cursor: pointer;
    outline: none;
}
 