/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}


body, h1, h2, h3, h4, h5, h6,
.datepicker table td, .datepicker table th, .datetimepicker table td, .datetimepicker table th {
    font-family: "Open Sans","Segoe UI", "Droid Sans","Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
    padding-top: 20px;
    font-size: 90%;
}

.user-initials {
    padding: 4px 3px;
    font-weight: bold;
    background: #FFC71B;
    font-size: 14px;
    text-shadow: 1px 1px 0px #AA762D;
    color: #fff;
}

#logout {
    font-weight: bold;
    background-color: #E7505A;
    color: #fff;
}

    #logout i {
        color: #fff;
    }

    #logout:hover {
        background-color: #a82323;
    }

#main {
    padding: 134px 15px 0;
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
}

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #ffffff;
        background-color: #5383B2;
    }

.page-sidebar .page-sidebar-menu .sub-menu li > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li > a {
    padding: 6px 15px 6px 30px;
}

li.dropdown-user a {
    white-space: normal;
}

.text-danger {
    color: #ed6b75 !important;
}
/*.input-validation-error { */
/*textarea[aria-invalid="true"],*/
/*input[aria-invalid="true"],*/
/*input[data-val-required]:not(.valid),
textarea[data-val-required]:not(.valid) {
    border-color: #FF8966;
    box-shadow: 0 0 6px #d59392;
}*/

.field-validation-error {
    color: #EF3C39;
}

div.logo {
    padding: 4px;
}

    div.logo a {
        color: #036;
        font-size: 80%;
    }

        div.logo a:hover {
            text-decoration: none;
        }
/*profil  seçici*/
#yetki_ProfilGoster {
    margin: 4px;
}

#profilListesi {
    max-height: 300px;
    overflow-y: scroll;
}

    #profilListesi a {
        color: #333;
        padding: 2px;
        background: transparent;
    }

        #profilListesi a:hover {
            color: #fff;
            background: #333;
        }

#yetki_Profil {
    box-shadow: 2px 2px 12px #333;
    background-color: #fff;
    width: 500px;
    position: absolute;
    top: 36px;
    right: 8px;
    z-index: 99;
    border: 1px solid #ccc;
    display: none;
    min-height: 100px;
    padding: 8px;
    color: #333;
    text-align: left;
    opacity: 0.9;
}

    #yetki_Profil table td {
        padding: 4px;
        font-size: 14px;
    }

    #yetki_Profil h3 {
        font-size: 14px;
    }

    #yetki_Profil a.profile {
        display: block;
        padding: 4px;
        min-height: 36px;
        border: 1px solid #ccc;
        margin: 4px;
    }

    #yetki_Profil a.vekil {
        border: 1px solid #B14F40;
        background: #D6A19A url(../images/profile_icons.png) no-repeat right 10px;
    }

        #yetki_Profil a.vekil:hover {
            background-color: #333;
        }

    #yetki_Profil a.profile:hover {
        box-shadow: 2px 2px 3px #333;
    }



/*******************************************************/
/*bu dosyaya özel csslerinizi yazabilirsiniz*/
/*******************************************************/
/*Branding*/

.btn_kaydet, .btn_iptal, .btn_yeni,
.btn_yukari, .btn_asagi,
.btn_guncelle,
.btn_yenile,
.btn_geri,
.btn_listele,
.btn_temizle,
.btn_ara,
.btn_sil,
.btn_onayla,
.btn_ileri,
.btn_yukle,
.btn_goster,
.btn_yazdir,
.btn_secim {
}

.no-margin {
    margin: 0;
}

.no-margin-top {
    margin-top: 0;
}

.no-margin-right {
    margin-right: 0;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.no-margin-left {
    margin-left: 0;
}

.no-padding {
    padding: 0;
}

.no-padding-top {
    padding-top: 0;
}

.no-padding-right {
    padding-right: 0;
}

.no-padding-bottom {
    padding-bottom: 0;
}

.no-padding-left {
    padding-left: 0;
}


/* nomargin table classı ise daha küçük boyutlarda tablo gösterimi için.*/
table.nomargin input {
    margin: 1px 0;
    padding: 0 1px;
    font-size: 11px;
    height: 18px;
    /*max-width: 80px;*/
}

table.nomargin tr th, table.nomargin tr td {
    padding: 0 2px;
    font-size: 11px;
    height: 18px;
    line-height: 12px;
}

table.nomargin .btn {
    font-size: 10px;
    line-height: 10px;
    padding: 0px;
}

table.nomargin .minWidth150 {
    min-width: 150px;
}

table.nomargin .minWidth100 {
    min-width: 100px;
}

table.nomargin .minWidth50 {
    min-width: 50px;
}


/*language selector*/

#changeLang {
    cursor: pointer;
}

.lang-dropup-menu {
    z-index: 1000;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
}

    .lang-dropup-menu li a {
        display: block;
        padding: 3px 20px;
        line-height: 1.42857143;
        color: #333;
    }

        .lang-dropup-menu li a:hover {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5;
        }

.popover-content {
}


.btn-mini {
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 1px 5px;
}


/*butce*/
table.otbutce {
    width: 100%;
}

    table.otbutce td {
        font-size: 90%;
        border: 1px solid #C0C0C0;
    }


    table.otbutce input {
        margin: 1px 0;
        padding: 0 1px;
        font-size: medium;
        max-width: 100%;
        padding-left: 0.5%;
        padding-right: 2%;
    }

    table.otbutce select {
        margin: 1px 0;
        padding: 0 1px;
        font-size: small;
        max-width: 100%;
        height: 90%;
    }

    table.otbutce tr th, table.nomargin tr td {
        padding: 0 2px;
        font-size: 80%;
        line-height: 12px;
    }

    table.otbutce .btn, .a {
        font-size: small;
        line-height: 10px;
        padding: 0px;
    }

    table.otbutce .minWidth100 {
        min-width: 100px;
    }


table.Text input {
    width: 90%;
}






fieldset {
    border: 2px solid #ddd !important;
}

legend {
    width: auto !important;
    padding-left: 4px !important;
    border: none !important;
    margin-left: 8px !important;
}

#f1_container {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
}

#f1_card {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: all .5s linear;
}



.ui-autocomplete {
    max-height: 280px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}


.preventLoading { /* preventLoading@site.js functionun çalışması için */
}


.sendToPrinter {
}

.requiredField {
    border: 1px solid tomato !important;
    background: bisque !important;
}



.typeahead,
.tt-query,
.tt-hint {
    outline: none;
}

.typeahead {
}

    .typeahead:focus {
    }

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999;
}

.twitter-typeahead {
    display: block !important;
}

.tt-menu {
    margin: 34px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px;
    list-style-type: none;
}

    .tt-suggestion:hover {
        cursor: pointer;
        color: #fff;
        background-color: #0097cf;
    }

    .tt-suggestion.tt-cursor {
        color: #fff;
        background-color: #0097cf;
    }

    .tt-suggestion p {
        margin: 0;
    }


.form-actions {
    text-align: right;
    padding: 8px;
}

.autocomplete_loading {
    color: tomato;
}

.btn.btn-link {
    padding: 10px 0px 10px 0px !important;
}


#autocompTree, #autocompList {
    overflow-y: scroll;
    max-height: 400px;
}

.autocomplete_clear {
    cursor: pointer;
    margin-left: -17px;
    margin-top: 10px;
    z-index: 3;
    position: relative;
}

.modal-header {
    background-color: #D9EDF7;
}


.int {
}

.decimal {
}

.toUpperCase {
}

th.no-sort, td.no-sort { /*datatable sort kapatmak için gerekli*/
    cursor: default;
}

.select2-container .select2-selection--single {
    height: 34px;
}

label.label-floatlabel {
    font-size: 10px;
    z-index: 3;
}

.tt-menu {
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
}

.form-control {
    height: auto !important;
    min-height: 30px;
}

.pointer:hover {
    cursor: pointer;
}

.disabled {
}

.readonly {
}


#yetki_Profil h3 {
    margin: 0 0 6px 0;
    border-bottom: 1px solid #ccc;
    font-size: 120%;
}

.left {
    float: right;
}

#main .h3, #main h3 {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    padding: 6px;
}

table.form td.actions {
    vertical-align: top;
}

.btn {
    margin-left: 3px;
}


a.sayfaYardim {
    position: fixed;
    bottom: 10px;
    right: 10px;
    opacity: .5;
    z-index: 1;
    color: #ff415c;
}

    a.sayfaYardim:hover {
        opacity: 1;
    }

.list-group-item {
    overflow: hidden;
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

#main [class^=col-] {
    padding-bottom: 10px;
}

table.dataTable {
    margin-top: -4px !important;
}

/* ==========================================================================
Animations
========================================================================== */
.pulse2 {
    animation-name: pulse2;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}



@keyframes pulse2 {
    0% {
        transform: scale(1.3);
    }

    50% {
        transform: scale(0.7);
    }

    100% {
        transform: scale(1);
    }
}



/**Print Rules*/


@media print {
    a[href]:after {
        content: none !important;
    }

    .btn {
        display: none !important;
    }

    #mainPanel {
        border: none;
    }
}



.autohide-True {
    position: fixed;
    top: 120px;
    right: 40px;
    z-index: 500;
    width: 50%;
    animation: cssAnimation 0.8s ease-in 30s forwards;
    animation-fill-mode: forwards;
    box-shadow: 5px 5px rgba(102,102,102,.1);
    overflow: hidden;
}

@keyframes cssAnimation {

    0% {
        top: 120px;
    }

    100% {
        opacity: 0;
        top: 10px;
    }
}

.autohide-False {
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 500;
    width: 50%;
    box-shadow: 5px 5px rgba(102,102,102,.1);
    overflow: hidden;
}


#tblBirimAnalizList td.details-control {
    background: transparent url('../img/details_open.png') no-repeat center center !important;
    cursor: pointer;
}

#tblBirimAnalizList tr.shown td.details-control {
    background: transparent url('../img/details_close.png') no-repeat center center !important;
}

#tblBirimAnalizList td.no-padding .dataTables_wrapper {
    padding-left: 3% !important;
    width: 99% !important;
}


.note {
    border-left: 5px solid #EEEEEE;
    border-radius: 0 4px 4px 0;
    margin: 0 0 5px;
    padding: 5px 30px 5px 5px;
}

    .note.warning-bordered {
        border-color: #f3cc31;
        color: black;
    }

    .note.danger-bordered {
        border-color: #f0868e;
        color: black;
    }

    .note.success-bordered {
        border-color: #58d0da;
        color: black;
    }

    .note.info-bordered {
        border-color: #8bb4e7;
        color: black;
    }


.modal-lg {
    width: 80%;
}

.table-scrollable {
    overflow: visible;
}

.page-header.navbar .page-logo .logo-default {
    margin: 5px 0 0 0;
}


.dataTables_wrapper .dataTables_processing {
    position: fixed;
    top: 50%;
    left: 80%;
    width: 50%;
    height: 60px;
    padding: 20px 0;
    text-align: center;
    font-size: 1.2em;
    background: #666;
    opacity: .4;
    color: #fff;
    z-index: 2;
    border-radius: 6px;
}
/*td.select-checkbox{ opacity: 0;} */

input.focus {
    box-shadow: 0px 0px 5px darkgreen !important;
}



.blockOverlay {
    z-index: 10500 !important;
}

.blockMsg, .blockPage {
    z-index: 10511 !important;
}

.ui-front {
    z-index: 10512 !important;
}


div#lab {
    background: url('../img/flask.png') center bottom no-repeat;
    position: fixed;
    right: 1.5em;
    bottom: 0;
}

@keyframes greenPulse {
    0% {
        box-shadow: 0 0 10px #4bbec8;
    }

    50% {
        box-shadow: 0 0 20px #4bbec8;
    }

    100% {
        box-shadow: 0 0 10px #4bbec8;
    }
}


@keyframes bubbleUp {
    0% {
        bottom: 110px;
        transform: scale(.9);
        opacity: 0;
    }

    1% {
        bottom: 110px;
        transform: scale(.3);
        opacity: 0;
    }

    30% {
        bottom: 110px;
        transform: scale(.8);
        opacity: 1;
    }

    95% {
        bottom: 245px;
        transform: scale(.3);
        opacity: 1;
    }

    99% {
        bottom: 250px;
        transform: scale(3);
        opacity: 0;
    }

    100% {
        bottom: 110px;
        transform: scale(.9);
        opacity: 0;
    }
}


@keyframes bubbleUp1 {
    0% {
        bottom: 120px;
        transform: scale(.3);
        opacity: 0;
    }

    1% {
        bottom: 80px;
        transform: scale(.2);
        opacity: 0;
    }

    30% {
        bottom: 90px;
        transform: scale(.2);
        opacity: 1;
    }

    95% {
        bottom: 300px;
        transform: scale(.4);
        opacity: 1;
    }

    99% {
        bottom: 350px;
        transform: scale(.2);
        opacity: 0;
    }

    100% {
        bottom: 140px;
        transform: scale(.9);
        opacity: 0;
    }
}


@keyframes bubbleUp2 {
    0% {
        bottom: 110px;
        transform: scale(1);
        opacity: 0;
    }

    1% {
        bottom: 110px;
        transform: scale(.3);
        opacity: 0;
    }

    30% {
        bottom: 110px;
        transform: scale(.9);
        opacity: 1;
    }

    95% {
        bottom: 350px;
        transform: scale(.3);
        opacity: 1;
    }

    99% {
        bottom: 355px;
        transform: scale(3);
        opacity: 0;
    }

    100% {
        bottom: 110px;
        transform: scale(1);
        opacity: 0;
    }
}


@keyframes bubbleUp3 {
    0% {
        bottom: 110px;
        transform: scale(1);
        opacity: 0;
    }

    1% {
        bottom: 110px;
        transform: scale(.3);
        opacity: 0;
    }

    30% {
        bottom: 110px;
        transform: scale(.9);
        opacity: 1;
    }

    95% {
        bottom: 295px;
        transform: scale(.3);
        opacity: 1;
    }

    99% {
        bottom: 300px;
        transform: scale(3);
        opacity: 0;
    }

    100% {
        bottom: 110px;
        transform: scale(1);
        opacity: 0;
    }
}


@keyframes bubbleUp4 {
    0% {
        bottom: 110px;
        transform: scale(1);
        opacity: 0;
    }

    1% {
        bottom: 110px;
        transform: scale(.3);
        opacity: 0;
    }

    30% {
        bottom: 110px;
        transform: scale(.9);
        opacity: 1;
    }

    95% {
        bottom: 295px;
        transform: scale(.3);
        opacity: 1;
    }

    99% {
        bottom: 300px;
        transform: scale(3);
        opacity: 0;
    }

    100% {
        bottom: 110px;
        transform: scale(1);
        opacity: 0;
    }
}

div#beaker {
    width: 300px;
    height: 700px;
    margin: 0 auto;
    position: relative;
}

    div#beaker span.glow, .glow1, .glow2, .glow3, .glow4 {
        width: 100%;
        height: 100%;
        position: relative;
        display: block;
        border-radius: 200px;
        animation: greenPulse 2s infinite;
    }

span.glow {
    background: rgba(255, 255, 255,.3);
}

span.glow1 {
    background: rgba(236, 252, 118,.3);
}

span.glow2 {
    background: rgba(193, 38, 38,.3);
}

span.glow3 {
    background: rgba(26, 155, 35,.3);
}

span.glow4 {
    background: rgba(207, 39, 216,.3);
}



div#beaker span.bubble {
    background: #222;
    width: 80px;
    height: 80px;
    position: absolute;
    display: block;
    left: 110px;
    bottom: 110px;
    border-radius: 100px;
    background: -moz-radial-gradient(center 45deg, circle closest-corner, rgba(75,190,200,0), rgba(75,190,200,.1), rgba(75,190,200,.3), rgba(255,255,255,.7));
    background: -webkit-gradient(radial, center center, 0, center center, 100, from(rgba(75,190,200,.2)), to(rgba(255,255,255,.7)));
    background: gradient(center 45deg, circle closest-corner, rgba(75,190,200,0), rgba(75,190,200,.1), rgba(75,190,200,.3), rgba(255,255,255,.7));
    background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%, rgba(9,133,167,0.1) 51%, rgba(9,133,167,0.3) 71%, rgba(9,133,167,.7) 100%);
    animation: bubbleUp 4s infinite ease-in-out;
}

div#beaker span.bubble1 {
    background: #c14747;
    width: 70px;
    height: 70px;
    position: absolute;
    display: block;
    left: 115px;
    bottom: 110px;
    border-radius: 80px;
    background: -moz-radial-gradient(center 45deg, circle closest-corner, rgba(75,190,200,0), rgba(75,190,200,.1), rgba(75,190,200,.3), rgba(255,255,255,.7));
    background: -webkit-gradient(radial, center center, 0, center center, 100, from(rgba(75,190,200,.2)), to(rgba(255,255,255,.7)));
    background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%, rgba(9,133,167,0.1) 51%, rgba(9,133,167,0.3) 71%, rgba(9,133,167,.7) 100%);
    animation: bubbleUp 5s infinite;
    -webkit-animation: bubbleUp1 5s infinite;
    -o-animation: bubbleUp1 5s infinite;
    -moz-animation: bubbleUp1 5s infinite;
}

div#beaker span.bubble2 {
    background: #fff;
    width: 30px;
    height: 30px;
    position: absolute;
    display: block;
    left: 110px;
    bottom: 110px;
    border-radius: 60px;
    background: -moz-radial-gradient(center 45deg, circle closest-corner, rgba(75,190,200,0), rgba(75,190,200,.1), rgba(75,190,200,.3), rgba(255,255,255,.7));
    background: -webkit-gradient(radial, center center, 0, center center, 100, from(rgba(75,190,200,.2)), to(rgba(255,255,255,.7)));
    background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%, rgba(9,133,167,0.1) 51%, rgba(9,133,167,0.3) 71%, rgba(9,133,167,.7) 100%);
    animation: bubbleUp 7s infinite;
    -webkit-animation: bubbleUp2 7s infinite;
    -o-animation: bubbleUp2 7s infinite;
    -moz-animation: bubbleUp2 7s infinite;
}

div#beaker span.bubble3 {
    background: #fff;
    width: 50px;
    height: 50px;
    position: absolute;
    display: block;
    left: 140px;
    bottom: 95px;
    border-radius: 100px;
    background: -moz-radial-gradient(center 45deg, circle closest-corner, rgba(75,190,200,0), rgba(75,190,200,.1), rgba(75,190,200,.3), rgba(255,255,255,.7));
    background: -webkit-gradient(radial, center center, 0, center center, 100, from(rgba(75,190,200,.2)), to(rgba(255,255,255,.7)));
    background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%, rgba(9,133,167,0.1) 51%, rgba(9,133,167,0.3) 71%, rgba(9,133,167,.7) 100%);
    animation: bubbleUp 10s infinite;
    -webkit-animation: bubbleUp3 10s infinite;
    -o-animation: bubbleUp3 10s infinite;
    -moz-animation: bubbleUp3 10s infinite;
}

div#beaker span.bubble4 {
    background: #c14747;
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    left: 155px;
    bottom: 110px;
    border-radius: 100px;
    background: -moz-radial-gradient(center 45deg, circle closest-corner, rgba(75,190,200,0), rgba(75,190,200,.1), rgba(75,190,200,.3), rgba(255,255,255,.7));
    background: -webkit-gradient(radial, center center, 0, center center, 100, from(rgba(75,190,200,.2)), to(rgba(255,255,255,.7)));
    background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%, rgba(9,133,167,0.1) 51%, rgba(9,133,167,0.3) 71%, rgba(9,133,167,.7) 100%);
    animation: bubbleUp4 12s infinite;
    -webkit-animation: bubbleUp4 12s infinite;
    -o-animation: bubbleUp4 12s infinite;
    -moz-animation: bubbleUp4 12s infinite;
}

.portlet.light .dataTables_wrapper .dt-buttons {
    margin-top: 0px !important;
}

.portlet.box .dataTables_wrapper .dt-buttons {
    margin-top: 0px !important;
}



.ui-widget-content {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    max-height: 300px !important;
    overflow-y: visible;
    overflow-x: hidden;
}

.ui-menu-item:hover {
    background-color: #9ecff7 !important;
    color: white !important;
    border-color: #0088cc !important;
}

.ui-menu-item {
    padding: 3px 1em 3px .4em !important;
    color: #666 !important;
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif !important;
    font-size: 1.1em !important;
}

.ui-menu-item:nth-child(odd) {
    background: #FAFAFA;
}

.DTFC_LeftBodyLiner {
    overflow: visible !important;
    width: 100% !important;
}

.DTFC_LeftBodyWrapper {
    overflow: visible !important;
}

.dropdown-menu {
    width: max-content !important;
}

.sidebar-search {
    margin: 10px 18px 0 18px !important;
}

.sidebar-search-wrapper {
    padding: 0 !important;
    margin: 0 !important;
}

.page-sidebar-menu {
    padding-top: 0 !important;
}

.sabitPozisyon {
    position: sticky;
    bottom: 10px;
}

@media (min-width: 992px) {
    .minTop {
        top: 80px !important;
    }
}

.ozelZindex {
    z-index: 10050999;
}

.swal2-container {
    z-index: 99999999999;
}

.swal2-popup {
    font-size: 1.5rem !important;
}

.flexContainerOzel {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

    .flexContainerOzel > .form-group {
        width: 45% !important
    }


.kucukFont {
    font-size: 11px;
}

@media only screen and (max-width: 994px) {
    #page_footer {
        color: white !important;
        background-color: #364150 !important;
    }

        #page_footer a {
            text-shadow: none;
            color: white !important;
        }
}

button:focus-visible {
    outline: 2px solid red;
}

button:focus {
    box-shadow: 1px 1px 6px rgba(255, 0, 0, 0.5);
}









/* Arama inputu focus state */
.sidebar-search #search:focus {
    border-color: #36c6d3 !important;
    box-shadow: 0 0 0 0.2rem rgba(54, 198, 211, 0.25) !important;
    outline: none;
}

/* Arama temizleme butonu */
.search-clear-btn {
    background: transparent !important;
    border: none !important;
    cursor: pointer;
    padding: 6px 12px !important;
    color: #999 !important;
}

    .search-clear-btn:hover {
        color: #333 !important;
        background: rgba(0,0,0,0.05) !important;
    }

    .search-clear-btn:focus {
        outline: none;
    }

/* Menü item transition */
.page-sidebar-menu li.nav-item {
    transition: opacity 0.2s ease;
}

    .page-sidebar-menu li.nav-item.hiding {
        opacity: 0.3;
    }

/* Alt menü açılma animasyonu */
.page-sidebar-menu ul.sub-menu {
    transition: max-height 0.2s ease, opacity 0.2s ease;
    overflow: hidden;
}

/* Arama sırasında highlight */
.menu-search-highlight {
    background-color: #fff3cd;
    padding: 2px 4px;
    border-radius: 2px;
    font-weight: 600;
}

/* Arrow animasyonu */
.page-sidebar-menu .arrow {
    transition: transform 0.2s ease;
}

    .page-sidebar-menu .arrow.open {
        transform: rotate(90deg);
    }

/* Aktif menü vurgusu */
.page-sidebar-menu li.nav-item.active > a.nav-link {
    background-color: rgba(54, 198, 211, 0.1);
    border-left: 3px solid #36c6d3;
}

    .page-sidebar-menu li.nav-item.active > a.nav-link .title {
        font-weight: 600;
        color: #6a93b5;
    }














/* Sayfa Yardım Popup — her şeyin üstünde */
#sayfaYardimModal {
    display: none;
    position: fixed;
    top: 60px;
    right: 20px;
    /* Masaüstü: ekranın %35'i genişlik, %60'ı yükseklik */
    width: 35vw;
    max-width: 520px;
    min-width: 300px;
    height: 60vh;
    max-height: 75vh;
    min-height: 200px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.22);
    z-index: 99999;
    flex-direction: column;
    overflow: hidden;
}

    #sayfaYardimModal.aktif {
        display: flex;
    }

    #sayfaYardimModal .sy-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #2b3643;
        color: #fff;
        padding: 12px 16px;
        font-size: 15px;
        font-weight: 600;
        cursor: move;
        user-select: none;
        border-radius: 6px 6px 0 0;
        flex-shrink: 0;
    }

        #sayfaYardimModal .sy-header .sy-kapat {
            cursor: pointer;
            font-size: 22px;
            line-height: 1;
            opacity: 0.8;
            background: none;
            border: none;
            color: #fff;
            /* Daha geniş tıklama alanı */
            padding: 4px 10px;
            margin: -4px -6px;
            border-radius: 4px;
            transition: background 0.15s, opacity 0.15s;
        }

            #sayfaYardimModal .sy-header .sy-kapat:hover {
                opacity: 1;
                background: rgba(255,255,255,0.15);
            }

    #sayfaYardimModal .sy-body {
        padding: 16px 18px;
        overflow-y: auto;
        flex: 1;
        font-size: 14px;
        line-height: 1.7;
        color: #444;
    }

    #sayfaYardimModal .sy-yukleniyor {
        text-align: center;
        padding: 30px;
        color: #888;
    }

    #sayfaYardimModal .sy-kart {
        padding: 12px 0;
    }

    #sayfaYardimModal .sy-kart-separator {
        border-top: 2px solid #f0f0f0;
        margin-top: 4px;
    }

    #sayfaYardimModal .sy-kart-baslik {
        font-size: 14px;
        font-weight: 700;
        color: #2b3643;
        margin-bottom: 6px;
    }

        #sayfaYardimModal .sy-kart-baslik .fa {
            color: #f0ad4e;
            margin-right: 4px;
        }

    #sayfaYardimModal .sy-kart-icerik {
        font-size: 13px;
        line-height: 1.7;
        color: #555;
    }

    #sayfaYardimModal .sy-footer {
        margin-top: 8px;
        font-size: 11px;
        color: #bbb;
    }

        #sayfaYardimModal .sy-footer .fa {
            margin-right: 3px;
        }

    #sayfaYardimModal .sy-bulunamadi {
        color: #aaa;
        font-style: italic;
        text-align: center;
        padding: 20px 0;
    }

/* Tablet (768px - 1024px): ekranın %55'i */
@media (max-width: 1024px) and (min-width: 768px) {
    #sayfaYardimModal {
        width: 55vw;
        max-width: none;
        height: 60vh;
        right: 12px;
        top: 60px;
    }
}

/* Mobil (767px ve altı): neredeyse tam ekran */
@media (max-width: 767px) {
    #sayfaYardimModal {
        width: 92vw;
        max-width: none;
        min-width: unset;
        height: 65vh;
        max-height: 70vh;
        /* Ortala */
        right: 4vw;
        left: 4vw;
        top: 55px;
    }

        #sayfaYardimModal .sy-header {
            padding: 14px 16px;
            font-size: 16px;
        }

            #sayfaYardimModal .sy-header .sy-kapat {
                font-size: 26px;
                padding: 4px 12px;
            }

        #sayfaYardimModal .sy-body {
            font-size: 15px;
            padding: 14px 16px;
        }
}












/* ===== EĞİTİM VİDEOLARI ÖZEL MENÜ (li içinde) ===== */
.page-sidebar-menu .egitim-video-li {
    margin: 18px 12px 25px 12px;
}

    .page-sidebar-menu .egitim-video-li .egitim-video-menu {
        display: flex !important;
        align-items: center;
        gap: 12px;
        padding: 4px 2px !important;
        /*border-radius: 10px;*/
        background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
        box-shadow: 0 4px 14px rgba(192, 57, 43, 0.35);
        transition: all 0.25s ease;
        position: relative;
        overflow: hidden;
    }

        .page-sidebar-menu .egitim-video-li .egitim-video-menu:hover {
            background: linear-gradient(135deg, #ff5e4d 0%, #d8432f 100%) !important;
            box-shadow: 0 6px 20px rgba(192, 57, 43, 0.5);
            transform: translateY(-2px);
        }

.egitim-video-menu .evm-icon {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 50%;
}

    .egitim-video-menu .evm-icon i {
        color: #fff;
        font-size: 22px;
    }

.egitim-video-menu .evm-text {
    flex: 1 1 auto;
    display: flex !important;
    flex-direction: column;
    line-height: 1.3;
    margin: 0 !important;
    padding: 0 !important;
}

.egitim-video-menu .evm-baslik {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.egitim-video-menu .evm-aciklama {
    color: rgba(255, 255, 255, 0.85);
    font-size: 11px;
}

.egitim-video-menu .evm-badge {
    flex: 0 0 auto;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
}

.egitim-video-menu .evm-icon::after {
    content: "";
    position: absolute;
    left: 2px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.4);
    animation: evmPulse 2s infinite;
}

@keyframes evmPulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }

    70% {
        transform: scale(1.4);
        opacity: 0;
    }

    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

/* Sidebar kapalıyken metni gizle */
.page-sidebar-closed .egitim-video-menu .evm-text,
.page-sidebar-closed .egitim-video-menu .evm-badge {
    display: none !important;
}

/* ===== MOBİL UYUM ===== */
@media (max-width: 480px) {
    .page-sidebar-menu .egitim-video-li {
        margin: 14px 10px 20px 10px;
    }

        .page-sidebar-menu .egitim-video-li .egitim-video-menu {
            padding: 12px 14px !important;
            gap: 10px;
        }

    .egitim-video-menu .evm-icon {
        width: 36px;
        height: 36px;
    }

        .egitim-video-menu .evm-icon i {
            font-size: 19px;
        }

    .egitim-video-menu .evm-baslik {
        font-size: 13px;
    }

    .egitim-video-menu .evm-aciklama {
        font-size: 10px;
    }

    .egitim-video-menu .evm-icon::after {
        left: 14px;
        width: 36px;
        height: 36px;
    }
}