/* 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;
    }

.login-buttons-text {
    display: inline;
    color: white;
}

/*******************************************************/
/*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;
}

.aciklama {
    margin: 20px 0;
    text-align: justify;
    padding: 0 10px;
    border-right: 2px dotted #a8adaf;
}

    .aciklama ul li {
        list-style: disc;
        font-weight: bold;
    }

.no-border {
    border: none !important;
}

.alt-metin {
    text-align: justify;
    padding: 0 10px;
}

/* ==========================================================================
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;
}

.table-responsive td {
    white-space: inherit !important;
}

.table-responsive th {
    white-space: inherit !important;
}

.page-logo {
    height: 90px !important;
    background-color: #2B3643;
}

.page-sidebar {
    top: 90px !important;
}