/** [PTT_KEP_PROJECT]  Version: 4.1.5-B586  **/ 
 body {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #173646;
    /*overflow-y: hidden;*/
    overflow-x: hidden;
    background-color: #fcfcfd;
    word-wrap: break-word;
}

.side-menu {
    height: 100%;
    width: 290px;
    padding-bottom: 10px;
    overflow-x: hidden;
    overflow-y: hidden;
    transition: width .5s;
    z-index: 998;
    float: left;
}

#sideMenu .side-menu .list-group-item {
    color: #FFF !important;
    font-weight: normal;
}

#sideMenu .side-menu .list-group-item.active {
    color: #c3def5 !important;
    background-color: #3384cd !important;
    border-color: #3384cd !important;
}

.btn {
    cursor: pointer
}

.btn-primary {
    background-color: #173646 !important;
    border-color: #173646 !important;
    transition: .1s;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #2e4a58 !important;
    border-color: #2e4a58 !important;
}

.SideMenu-wrapper {
    width: 250px;
    margin-top: 0 !important;
}

.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0px;
    outline-offset: -2px;
}

.robe-navbar-button {
    color: #FFF !important;
    font-size: 18px !important;
    padding: 0 !important;
    line-height: 30px !important;
}

.header-navbar-right {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.robe-header-navbar {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.robe-header-navbar > a {
    text-decoration: none !important;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #fcfcfd;
    border: 1px solid #e7eaec;
    opacity: 1;
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    outline: whitesmoke;
}

.form-inline .checkbox, .form-inline .radio {
    display: flex;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 28px;
    vertical-align: middle;
}

.menuNestablePanel {
    width: 50%;
    height: 100%;
    /*border: 2px solid #2e4a58;*/
    overflow-y: auto;
    float: left;
    padding-right: 10px;
}

.menuGrupGridPanel {
    width: 50%;
    /*height:100%;*/
    /*border: 2px solid #2e4a58;*/
    float: left;
    /*overflow-y: scroll;*/
    padding-left: 10px;
}

.menuPanel {
    width: 100%;
    /*height: calc(100% - 260px);*/
    margin-top: 15px;
}

.menuButtonPanel {
    width: 100%;
    height: 50px;
    /*float: left;*/
    padding: 6px;
    margin-top: 10px;
    /*background: #1f4152;*/
}

.nestable {
    padding: 5px;
}

.nestable-item-name {
    border: 1px solid #cccccc;
}

.nestable-style {
    position: relative;
    padding: 10px 15px;
    fontSize: 20px;
    border: 1px solid #f9fafa;
    background: #f9fafa;
    cursor: pointer;
}

.nestable-handler {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
    background: steelblue;
    cursor: pointer;
}

.nestable-icon {
    padding-top: 15px;
}

.nestable-list {
    margin-top: 5px;
}

.nestable-check {
    position: relative !important;
    margin-left: 0px !important;
    margin-right: 3px;
}

textarea.form-control {
    overflow: hidden;
    overflow-y: scroll;
}

.nestable-style .icon-leftText {
    display: inline-block !important;
}

.line-chart {
    width: 100%;
    float: left;
}

.bar-chart {
    width: 100%;
    float: left;
}

.rb-line-chart {
    width: 100% !important;
}

.rb-bar-chart {
    width: 100% !important;
}

.groupListGridPanel {
    width: 50%;
    position: relative;
    float: left;
    overflow: hidden;
}

.userListGridPanel {
    width: 50%;
    position: relative;
    float: left;
    overflow: hidden;
}

.card {
    float: left;
    width: 100%;
}

.modal-dialog.sayfaYonlendirme > .modal-content {
    width: 760px;
    margin-left: -20%;
}

.charts {
    margin-top: 50px !important;
    padding: 50px;
}

.version {
    position: fixed;
    color: #ffc72c;
    margin-top: 125px;
    margin-left: -74px;
    font-size: 10px;
    font-weight: bold;
    font-style: italic
}

.anaSayfa {
    overflow-y: scroll;
    max-height: 500px;
}

/* login */

.login-content {
    /*height: 100%;*/
    background-color: #f3f3f4;
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.main-login {
    width: 100%;
    background: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row-reverse;
}

.login-login {
    width: 560px;
    min-height: 100vh;
    display: block;
    background-color: #f7f7f7;
    padding: 0 55px 25px 0;
}

.ptt-logo-giris {
    width: 170px;
    height: 170px;
    background-image: url(/image/pttlogo.png);
    background-repeat: no-repeat;
    position: absolute;
}

.img-login {
    width: calc(100% - 560px);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.img-login::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 168, 255, 0.21);
    /*background: -webkit-linear-gradient(222deg, rgba(0, 168, 255, 0.4), rgba(174, 174, 174, 0) 60%);*/
    /*background: -o-linear-gradient(222deg, rgba(0, 168, 255, 0.4), rgba(174, 174, 174, 0) 60%);*/
    /*background: -moz-linear-gradient(222deg, rgba(0, 168, 255, 0.4), rgba(174, 174, 174, 0) 60%);*/
    /*background: linear-gradient(222deg, rgba(0, 168, 255, 0.4), rgba(174, 174, 174, 0) 60%);*/
}

.butonlar {
    position: absolute;
    top: 14px;
    right: 4px;
    z-index: 99;
    text-decoration: none;
}

.butonlar a {
    float: left;
    padding: 8px 16px; /* Buton boyutunu küçülttüm */
    display: block;
    border-radius: 4px;
    margin-right: 10px;
    color: #646464;
    font-size: 14px; /* Font boyutunu küçülttüm */
    background-color: rgba(255, 255, 255, 0.4);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: 8px center;
    text-decoration: none;
    border: 1px solid #ffc628; /* Border rengini ekledim */
}

.butonlar a:hover {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1);
}

.butonlar2 {
    position: absolute;
    top: 14px;
    left: 4px;
    z-index: 99;
    text-decoration: none
}

.butonlar2 a {
    float: left;
    padding: 3px 5px;
    display: block;
    border-radius: 4px;
    margin-right: 5px;
    color: #18568f !important;
    font-size: 10px;
    background-color: rgb(139, 216, 255);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: 8px center;
    text-decoration: none;
}

.butonlar2 a:hover {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1);
}

.sol-btn-menu li {
    color: #FFF;
    background: rgba(0, 66, 130, 0.83);
    padding: 16px 20px;
    font-family: sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 6px;
    display: inline-block;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 rgba(198, 202, 181, 0.69);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    /*height: 56px;*/
}

.sol-btn-menu li i {
    width: 1.25em;
    text-align: center;
}

.sol-btn-menu li:hover {
    background: #004282;

}

.sol-btn-menu li.active {
    background-color: #ffd202;
    color: #004282;
    padding: 4px;
    outline: 0;
    -webkit-box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.22);
    box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.22)
}

.sol-btn-menu {
    margin: auto;
    padding-top: 203px;
}

.sol-btn-menu li.btn-edevlet {
    background: #da241c !important;
}

.sol-btn-menu li.btn-edevlet:hover {
    background: #cb251d !important;
}

.sol-btn-menu li.btn-edevlet.active {
    background: #cb251d !important;
    text-align: center;
}

.btn-block {
    text-align: center;
    padding: 4px !important;
    display: block;
    width: 100%;
    cursor: pointer;
}

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

.text-middle {
    vertical-align: middle;
}

.text-bold {
    font-weight: bold;
}

.logo {
    text-align: center;
    background-position: top;
    background-size: auto;
    height: 80px;
    background-position-x: 0;
    /*margin-right: 50px;*/
    margin-top: 100px;
}

.anagiris {
    padding-left: 55px;
    padding-bottom: 25px;
}

.online {
    /*position: absolute;*/
    color: #00A9CE;
    /*margin-top: 50px;*/
    margin-left: 10px;
    font-size: 26px;
    font-weight: bold;
    font-style: italic;
}

.container-footer {
    width: auto;
    padding: 0 15px;
}

.footer {
    position: absolute;
    bottom: 0;
    height: 60px;
    line-height: 60px;
}

.font-footer {
    color: #999999;
    -webkit-background-clip: text;
    text-shadow: rgba(255, 255, 255, 0.5) 0px 3px 3px;
    padding-left: 55px;
}

.title-login {
    font-size: 22px;
    color: #403866;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    /*padding-top: 40px;*/
    padding-bottom: 10px;
}

.login-form {
    margin: 0;
    width: 100%;
    padding: 0;
    position: relative;
    border-radius: 4px;
    min-height: 300px;
}

.padding-selectinput {
    padding: 1.1rem !important;
}

.sol-btn-menu li.btn-edevlet {
    background: #da241c !important;
}

.sol-btn-menu li.btn-edevlet:hover {
    background: #cb251d !important;
}

.sol-btn-menu li.btn-edevlet.active {
    background: #cb251d !important;
}

@media only screen and (min-width: 1600px) {
    .sol-btn-menu {
        margin: auto;
        padding: 20px;
    }

    .olpt {
        padding-top: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .sol-btn-menu {
        margin: auto;
        padding: 20px 20px;
    }

    .olpt {
        padding-top: 50px;
    }

}

@media (max-width: 967px) {
    [class*=img-login]:not(.no-responsive):not(.sm-responsive):not(.xs-responsive),
    [class*=login-login]:not(.no-responsive):not(.sm-responsive):not(.xs-responsive) {
        width: 100%;
        float: inherit;
    }

    .sol-btn-menu {
        padding: 20px 40px;
    }

    .login-login {
        min-height: 250px;
    }

    .ptt-logo-giris {
        display: none
    }

    .footer {
        position: inherit;
    }
}

@media (max-width: 683px) {
    .sol-btn-menu li {
        font-size: 13px;
    }

    .sol-btn-menu {
        max-width: 484px;
        margin: auto;
        padding: 20px 40px;
    }

    .footer {
        position: inherit;
        bottom: 0;
        line-height: 20px;
        width: auto;
    }

    .login-login {
        padding: 0 22px 15px 0;
    }
}

@media (max-width: 1199px) and (min-width: 960px) {
    .sol-btn-menu {
        max-width: 484px;
        margin: auto;
        padding: 20px 40px;
    }

    .alert-title {
        font-size: 13px;
    }
}

@media (max-width: 582px) {
    .font-footer {
        font-size: x-small;
        padding-left: 40px;
    }
}

@media only screen and (max-width: 543px) {
    .hosgeldiniz {
        font-size: x-small;
        width: 155px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: center;
    }

    .onBasvuruButton {
        width: 202px !important;
        font-size: 14px !important;
    }

    .panel-heading {
        font-size: 14px !important;
    }

    .footer-logo {
        height: 32px !important;
    }

    .footer-text {
        font-size: 12px !important;
    }

    .ibox-title h5 {
        white-space: nowrap;
        width: 250px;
        overflow: hidden;
    }

    .element, .alert-title {
        font-size: xx-small;
    }

    .olpt {
        padding-top: 80px;
    }

}

@media only screen and (max-width: 767px) and (min-width: 544px) {
    .hosgeldiniz {
        font-size: small;
        width: 235px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: center;
    }

    .olpt {
        padding-top: 70px;
    }

    .alert-title {
        font-size: small;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .hosgeldiniz {
        font-size: small;
        width: 400px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: center;
    }

    .olpt {
        padding-top: 50px;
    }

    .alert-title {
        font-size: small;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .hosgeldiniz {
        font-size: small;
        width: 400px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: center;
    }

    .olpt {
        padding-top: 40px;
    }

    .alert-title {
        font-size: small;
    }
}

.footer-text {
    font-size: 14px;
    text-align: right;
    float: right
}

.robe-footer-navbar p {
    margin: 7px !important;
}

.input-group {
    z-index: 0;
}

.modal-dialog.login-modal {
    max-width: 700px !important;
}

.modal-dialog.login-modal .modal-y-tabs .md-tabs {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    margin: -1.5rem 1rem 0 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.light-blue.blue-1 {
    background-color: #00a9ce !important;
}

.md-tabs {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    border: 0;
    padding: .7rem !important;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: -20px;
    background-color: #2bbbad;
    z-index: 1;
    position: relative;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
}

.modal-dialog.login-modal .modal-y-tabs .md-tabs li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.navitem {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.modal-dialog.odemeEkran {
    max-width: 680px !important;
    margin: 30px auto !important;
}

.modal-dialog.login-modal .modal-y-tabs .md-tabs li a {
    text-align: center;
}

.md-tabs .nav-link.active {
    background-color: rgba(0, 0, 0, .2) !important;
    color: #fff !important;
    -webkit-transition: all 1s !important;
    -o-transition: all 1s !important;
    transition: all 1s !important;
    -webkit-border-radius: .25rem !important;
    border-radius: .25rem !important;
    border: none !important;
}

.md-tabs .nav-link {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border: 0 !important;
    color: #fff !important;
}

.md-tabs.nav {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    list-style: none !important;
}

.md-tabs.nav-tabs {
    border-bottom: none !important;
}

.login-modal .modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

.pasif {
    pointer-events: none;
    opacity: 0.6;
    /*cursor: no-drop;*/
}
 