﻿body {
    margin: 0;
    padding: 0;
}

a {
    font-family: inherit;
    font-weight: normal;
}

.dx-transition-absolute {
    background-color: #ffffff;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 22px;
    right: 20px;
    z-index: 9999;
    cursor: pointer;
    float: right;
    max-width: 40px;
}

#myBtn2 {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 999;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 5px;
    background: #f7f7f7;
    float: right;
    width: 30px;
    height: 35px;
    background: rgba(0, 0, 0, 0);
}

.ansyf {
    text-decoration-line: blink;
    color: white;
}

.dx-column-lines {
    font-family: inherit !important;
}

.login_model {
    width: 100%;
    height: 100%;
    float: left;
}

.wordwrap {
    word-wrap: break-word;
}

.height_300 {
    height: 300px;
}

.randevuTab {
    width: 100%;
    height: 330px;
}

.topBar {
    width: 100%;
    height: auto;
    float: left;
    z-index: 999999;
    position: relative;
    background: -webkit-linear-gradient(#ffffff,#eaeaea);
    background: -o-linear-gradient(#ffffff,#eaeaea);
    background: -moz-linear-gradient(#ffffff,#eaeaea);
    background: linear-gradient(#ffffff,#eaeaea);
    box-shadow: 0px 0px 5px #2b2b2b;
    padding: 5px 0px;
    border-top: 2px solid #4aaaa5;
}

.topBarLogo {
    margin-top: 5px;
    margin-left: 5px;
    float: left;
    width: 220px;
    cursor: pointer;
}

    .topBarLogo img {
        max-width: 200px;
        max-height: 70px;
    }

.baslik {
    font-size: 16px;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 600;
    float: left;
    width: 100%;
    width: -webkit-fill-available;
    padding: 10px 10px;
    position: absolute;
    top: 0;
    left: 0;
    background: #4aaaa5;
    cursor: pointer;
}

.tatkoBaslik {
    font-size: 16px;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 600;
    float: left;
    width: 100%;
    padding: 10px 10px;
    position: absolute;
    top: 0;
    left: 0;
    background: #003366;
    cursor: pointer;
}

.nav-icon {
    display: inline-block;
    height: 50px !important;
    background-color: transparent;
    text-decoration: none;
    outline: 0;
    border: 0;
    cursor: pointer;
    vertical-align: middle;
}

    .nav-icon span {
        display: block;
        width: 24px;
        height: 5px;
        margin: 2px 0;
        background-color: #4AAAA5;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
    }

.secretMenuGenel {
    height: 100%;
    width: 0;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.89);
    transition: 0.5s;
    z-index: 9999999;
    height: 100%;
    overflow: hidden;
}

.secretMenuUserSecret:after {
    content: '';
    position: absolute;
    top: -15px;
    left: 200px;
    border-style: solid;
    border-width: 0px 3px 15px 15px;
    border-color: transparent transparent #1e1e1e transparent;
}

.secretMenuUserSecret {
    padding-bottom: 10px;
    width: 0;
    position: absolute;
    top: 74px;
    right: 0;
    background-color: rgba(0, 0, 0, 0.90);
    transition: 0.5s;
    z-index: 9999;
    overflow: hidden;
}

.crossGenel {
    float: right;
    padding-top: 10px;
    padding-right: 10px;
    display: none;
    cursor: pointer;
}

    .crossGenel img {
        width: 20px;
    }

.topBarLabel {
    width: 22%;
    float: left;
    margin-top: 22px;
}

    .topBarLabel label {
        color: darkgrey;
        font-size: 100%;
    }


.dx-content-background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
}

.secretSearchGenelAltOne {
    float: left;
    width: 100%;
    border-radius: 3px;
    border-bottom: 1px solid #4d4d4d;
}

.secretSearchGenelAltTwo {
    float: left;
    width: 100%;
    border-radius: 3px;
    border-bottom: 1px solid #4d4d4d;
}

.secretSearchGenelAltThree {
    float: left;
    width: 100%;
    border-radius: 3px;
    border-bottom: 1px solid #4d4d4d;
    display: none;
}

.secretSearchGenelAltOneBox {
    width: 100%;
    float: left;
    border-radius: 10px;
}

.secretSearchGenelAltOneButton {
    float: right;
    position: fixed;
}

    .secretSearchGenelAltOneButton i {
        color: #4d4d4d;
        margin-top: 9px;
    }

.loginAltBolum {
    width: 100%;
    float: left;
}

.loginSifre {
    width: 56%;
    float: left;
    text-align: left;
}

    .loginSifre a {
        text-decoration: none !important;
        color: #390400 !important;
        font-size: 11px;
    }

        .loginSifre a:hover {
            color: rgb(205, 23, 25);
        }

.loginButonGenel {
    width: 100%;
    float: right;
    margin-top: 10px;
}

.textBox {
    height: 30px;
    padding-left: 30px;
    border: 0px;
    width: 90%;
    background-color: transparent;
}

.loginButton {
    float: right;
    background-color: #390400;
    border-width: 0px !important;
    color: white;
    font: 140% Arial bold;
    font-family: 'josefin_sansbold';
    box-shadow: 0px 0px 1px grey;
    width: 90%;
    padding: 0px 0px;
    cursor: pointer;
}

    .loginButton:hover {
        box-shadow: 2px 2px 10px 3px #050100;
    }

.btn {
    position: relative !important;
    display: inline-block;
    background: none;
    border: 1px solid grey;
    border-width: 0;
    padding: 0px 47% 0px;
    border-radius: 0;
    text-decoration: none;
    font-size: 11px;
    color: inherit;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: -webkit-transform .5s ease-out;
    -o-transition: -o-transform .5s ease-out;
    transition: transform .5s ease-out;
}

    .btn:after {
        content: attr(data-text-hover);
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        opacity: 0;
        -webkit-transform: translate(-30%,0);
        -ms-transform: translate(-30%,0);
        -o-transform: translate(-30%,0);
        transform: translate(-30%,0);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

.btn-text {
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.line-top, .line-bottom {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    border-top: 1px solid grey;
    -o-transition: all 0.5s linear;
}

.col-demo:hover .line-square-l-t, .col-demo:hover .line-square-l-b {
    left: 100%;
    margin-left: -4px;
}

.col-demo:hover .line-square {
    border-color: grey;
}

.line-square {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border: 1px solid grey;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.line-square-l-t {
    left: -11px;
    top: -6px;
    transform: rotate(45deg);
}

.line-square-r-t {
    right: -11px;
    top: -6px;
    transform: rotate(45deg);
}

.line-square-l-b {
    left: -11px;
    bottom: -5px;
    transform: rotate(45deg);
}

.line-square-r-b {
    right: -11px;
    bottom: -5px;
    transform: rotate(45deg);
}

.line-bottom {
    bottom: 0;
}

.line-top {
    top: -17px;
}

.col-demo:hover .line-square-r-t, .col-demo:hover .line-square-r-b {
    right: 100%;
    margin-right: -4px;
}

.col-demo:hover .line-square-l-t, .col-demo:hover .line-square-l-b {
    left: 100%;
    margin-left: -4px;
}

.btn2 {
    position: relative !important;
    display: inline-block;
    background: none;
    border: 1px solid grey;
    border-width: 0;
    padding: 0px 47% 0px;
    border-radius: 0;
    text-decoration: none;
    font-size: 11px;
    color: inherit;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: -webkit-transform .5s ease-out;
    -o-transition: -o-transform .5s ease-out;
    transition: transform .5s ease-out;
}

    .btn2:after {
        content: attr(data-text-hover);
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        opacity: 0;
        -webkit-transform: translate(-30%,0);
        -ms-transform: translate(-30%,0);
        -o-transform: translate(-30%,0);
        transform: translate(-30%,0);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

.btn-text2 {
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.line-top2, .line-bottom2 {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    border-top: 1px solid grey;
    -o-transition: all 0.5s linear;
}

.col-demo:hover .line-square-l-t2, .col-demo:hover .line-square-l-b2 {
    left: 100%;
    margin-left: -4px;
}

.col-demo:hover .line-square2 {
    border-color: grey;
}

.line-square2 {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border: 1px solid grey;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.line-square-l-t2 {
    left: -11px;
    top: -6px;
    transform: rotate(45deg);
}

.line-square-r-t2 {
    right: -11px;
    top: -6px;
    transform: rotate(45deg);
}

.line-square-l-b2 {
    left: -11px;
    bottom: -5px;
    transform: rotate(45deg);
}

.line-square-r-b2 {
    right: -11px;
    bottom: -5px;
    transform: rotate(45deg);
}

.line-bottom2 {
    bottom: 0;
}

.line-top2 {
    top: -17px;
}

.col-demo:hover .line-square-r-t2, .col-demo:hover .line-square-r-b2 {
    right: 100%;
    margin-right: -4px;
}

.col-demo:hover .line-square-l-t2, .col-demo:hover .line-square-l-b2 {
    left: 100%;
    margin-left: -4px;
}

.dx-special-background2 {
    background-image: url('../images/background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: fixed !important;
    width: 100%;
    height: 100%;
}
.dx-special-background3 {
    background-image: url('../images/back4.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: fixed !important;
    width: 100%;
    height: 100%;
}
.genelGiris {
    background-color: red;
}

.dx-texteditor-input {
    background-color: transparent;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px none inset;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: transparent !important;
}

.allPage {
    width: 247px;
    height: 261px;
    margin-left: 31.3%;
    margin-right: 31.3%;
    margin-top: 19.5%;
    text-align: center;
    position: absolute;
    background-color: rgba(128, 128, 128,0.5);
    border-radius: 10px;
    z-index: 999;
    box-shadow: 5px 1px 39px 14px #390400;
    display: none;
}

.LoginPage {
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 5%;
    padding-bottom: 2%;
    background: -webkit-linear-gradient(#bab9ba,#bab9ba);
    background: -o-linear-gradient(#bab9ba,#bab9ba);
    background: -moz-linear-gradient(#bab9ba,#bab9ba);
    background: linear-gradient(#bab9ba,#bab9ba);
    border-radius: 5px;
    box-shadow: 0px 0px 5px #c5c5c5;
}

    .LoginPage img {
        max-height: 60px;
        max-width: 240px;
    }


.dx-scheduler-appointment-popup {
    display: none !important;
}

.dx-tooltip-wrapper .dx-overlay-content {
    display: none !important;
}

.agentaGeneralPopUp {
    width: 100%;
}

.agentaGeneralClick {
    width: auto;
    float: left;
    border: 1px;
    border-radius: 0px !important;
}

    .agentaGeneralClick div {
        border-radius: 0px !important;
    }

.agentaRandevuPopUp:hover {
    background-color: #4aaaa5;
}

.agentaKatilicilarPopUp:hover {
    background-color: #4aaaa5;
}

.agentaAciklamaPopUp:hover {
    background-color: #4aaaa5;
}

.clear {
    clear: both;
}

.widthAuto {
    width: 27%;
    float: left;
    margin-top: 7px;
}

.widthAutoOnOff {
    width: auto;
    float: left;
    margin-right: 3%;
}

.widthAutoText {
    width: 27%;
    float: left;
    margin-top: 7px;
}

.timeCss {
    width: 35% !important;
    float: left !important;
}

.textGenelCss {
    width: 70% !important;
    float: left !important;
}

.agentaSecretRandevu {
    width: 100%;
    height: 100%;
    margin-top: 2%;
    position: relative;
}

.popUpTextGenel {
    width: 100%;
    float: left;
    margin-top: 1%;
}

.agTextShadow .dx-tab.dx-tab-selected {
    text-shadow: 0px 0px 0px !important;
}

.agentaTamGunCss .dx-switch-contanier {
    width: auto !important;
}

.agentaKatilimci {
    width: 45%;
    float: left;
}

.agentaRenkSelect {
    width: 50% !important;
    float: left !important;
}

.MusteriPerformansEkraniStokGrid {
    width: 49%;
}

.MusteriPerformansEkraniCariGrid {
    width: 49%;
}

.MüsteriPerformansEkraniStokGridYazı {
    text-align: center;
    background-color: #4aaaa5;
    color: white;
}

.dx-row td[aria-label="Column 2018, Value Toplam"] {
    color: black;
    font-weight: bold;
    font-size: 24px;
    text-align: center !important;
    border-top: 20px;
}

.datagridcaptioncss[role="columnheader"] {
    font-size: 20px;
    font-weight: bold;
    color: black;
}

.datagridcaptioncss {
    text-align: right !important;
}

.datagridilkcaptioncss[role="columnheader"] {
    font-size: 20px;
    font-weight: bold;
    color: black;
}


.urundatagrid16clicked {
    background-color: rgba(211, 211, 211, 0.3)
}

.BI_border {
    border-right: 1px solid black;
    height: 80px;
}

#fdw {
    width: 100% !important;
    float: left;
    text-align: center;
}

.dx-treeview-node {
    float: left;
    width: 100%;
}

#stokTileView .dx-treeview-node {
    float: left !important;
    width: 15%;
}

.dx-treeview-item-content {
    float: left;
    text-align: left;
}

.dx-treeview-node span {
    color: #4a4a4a;
}

.dx-treeview .dx-treeview-item .dx-icon {
    width: 35px !important;
    color: white;
    margin-left: -32px !important;
    margin-right: 0px;
}

.dx-treeview .dx-treeview-item {
    padding-top: 8px;
    /*padding-bottom: 32px;*/
    padding-left: 35px;
}

.dx-treeview .dx-treeview-toggle-item-visibility.dx-treeview-toggle-item-visibility-opened {
    font-size: 37px;
}

.menu_treeview .dx-treeview .dx-treeview-toggle-item-visibility {
    color: white !important;
}

.menu_treeview .dx-treeview-node span {
    color: white !important;
}

.menu_treeview .dx-treeview .dx-treeview-node.dx-treeview-item-with-checkbox.dx-state-focused > .dx-checkbox .dx-checkbox-icon {
    border: 1px solid #337ab7;
    color: white;
}

.menu_treeview .dx-treeview .dx-treeview-node:not(.dx-treeview-item-with-checkbox).dx-state-selected > .dx-treeview-item {
    color: white;
}

.menu_treeview .dx-treeview .dx-treeview-node:not(.dx-treeview-item-with-checkbox).dx-state-focused > .dx-treeview-item {
    color: white;
}

    .menu_treeview .dx-treeview .dx-treeview-node:not(.dx-treeview-item-with-checkbox).dx-state-focused > .dx-treeview-item * {
        color: white;
    }



.dx-treeview .dx-treeview-toggle-item-visibility {
    left: 0 !important;
    /*color: white;*/
    font-size: 36px;
    line-height: 33px;
    width: 100%;
}

    .dx-treeview .dx-treeview-toggle-item-visibility.dx-treeview-toggle-item-visibility-opened {
        font-size: 36px;
        line-height: 32px;
    }

.dx-treeview-node {
    padding-left: 0px !important;
}

#map-container {
    height: 570px;
    width: 100%;
    display: block;
}

.topBarMenuler {
    float: right;
    margin-right: 5px;
}

    .topBarMenuler img {
        width: 32px;
        height: 32px;
        float: left;
        margin-top: 12px;
        cursor: pointer;
        background: #E45F56;
        border-radius: 100%;
        margin-right: 10px;
        border: 2px solid #E45F56;
    }

.topbar_menu {
    width: 60px;
    height: 60px;
    float: left;
    margin-top: 12px;
    cursor: pointer;
    background: #E45F56;
    border-radius: 100%;
    margin-right: 10px;
    border: 2px solid #E45F56;
}

.welcome {
    font-size: 15px;
    width: 180px;
    vertical-align: middle;
    display: table-cell;
}

.secretMenuUserSecretUser {
    margin-top: 11px;
    margin-left: 15px;
}

.secretMenuUserSecretMenuUserSpan {
    color: white;
    font-size: 130%;
    display: table;
    height: 80px;
}

.secretMenuUserSecretMenuUser {
    text-align: center;
    width: 100%;
}

    .secretMenuUserSecretMenuUser ul {
        width: 100%;
        display: block !important;
    }

        .secretMenuUserSecretMenuUser ul li {
            list-style-type: none;
            margin-bottom: 10px;
            float: left;
            width: 100%;
        }

            .secretMenuUserSecretMenuUser ul li a {
                text-decoration: none;
                color: white;
                float: left;
                width: 100%;
                text-align: left;
                margin-left: 20px;
                font-size: 15px;
                cursor: pointer;
            }

                .secretMenuUserSecretMenuUser ul li a:hover {
                    text-shadow: -1px -1px 2px white;
                }

                .secretMenuUserSecretMenuUser ul li a .fa {
                    margin-right: 5px;
                }

.btn_stil {
    background-color: #790501 !important;
    background: #790501;
    background: -webkit-linear-gradient(#790501, #f43c3c);
    background: -o-linear-gradient(#790501, #f43c3c);
    background: -moz-linear-gradient(#790501, #f43c3c);
    background: linear-gradient(#790501, #f43c3c);
    float: right;
    border: none;
    color: white;
    border-radius: 0px !important;
    font-weight: 600;
}

    .btn_stil:hover {
        background: #790501;
        background: -webkit-linear-gradient(#f43c3c, #790501);
        background: -o-linear-gradient(#f43c3c, #790501);
        background: -moz-linear-gradient(#f43c3c, #790501);
        background: linear-gradient(#f43c3c, #790501);
        color: white;
    }

    .btn_stil:focus {
        background: #790501;
        background: -webkit-linear-gradient(#f43c3c, #790501);
        background: -o-linear-gradient(#f43c3c, #790501);
        background: -moz-linear-gradient(#f43c3c, #790501);
        background: linear-gradient(#f43c3c, #790501);
        color: white;
    }

.dx-button .dx-button-text {
    /*color: white;*/
    font-size: 14px;
}

.dx-placeholder:before {
    padding: 7px 9px 8px;
    /*color: #390400;*/
}

.dx-button {
    border-radius: 3px;
}

.dx-toolbar-bottom {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: #ffffff;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    z-index: 99999999999999999;
    height: 50px;
}
.txt_ok {
    background: #35404F !important;
    border: none;
    margin: 7px 5px 5px 0px;
   
}
.btn_ok {
    background: #35404F !important;
    border: none;
    margin: 7px 5px 5px 0px;
}

    .btn_ok .dx-button-text {
        color: white;
        font-weight: 500;
    }

    .btn_ok:hover {
        background: #4a4a4a !important;
    }

    .btn_ok .dx-icon {
        color: white;
    }

.btn_custom {
    background: #35404F !important;
    border: none;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 7px 0px;
}

    .btn_custom .dx-button-text {
        color: white !important;
        font-weight: 500;
    }

    .btn_custom:hover {
        background: #4a4a4a !important;
    }

    .btn_custom .dx-icon {
        color: white;
    }

.sepeteekle {
    background: #fb7620 !important;
}

    .sepeteekle .dx-button-text {
        border-left: 1px solid rgba(255, 255, 255, 0.49);
        margin-right: 10px;
        padding-left: 10px;
    }

.sepetim {
    background: #fb7620 !important;
}

    .sepetim .dx-button-text {
        margin-right: 10px;
    }

.toUpperCase .dx-texteditor-input { /*Hayri*/
    text-transform: uppercase !important;
}

.dx-popup-title {
    background: #efefef;
    background: -webkit-linear-gradient(#ffffff, #efefef);
    background: -o-linear-gradient(#ffffff, #efefef);
    background: -moz-linear-gradient(#ffffff, #efefef);
    background: linear-gradient(#ffffff, #efefef);
}

    .dx-popup-title .fa.fa-info-circle {
        margin-top: 5px;
        margin-right: 10px;
        float: left;
    }

    .dx-popup-title span {
        font-size: 18px;
        font-weight: 600;
        /*margin-left: 5px;*/
    }

    .dx-popup-title .fa-times {
        float: right;
        margin-top: 4px;
    }

    .dx-popup-title .fa-database {
        color: #4aaaa5;
    }

    .dx-popup-title .fa-users {
        color: #4aaaa5;
    }

    .dx-popup-title .fa-columns {
        color: #4aaaa5;
    }

    .dx-popup-title .fa-list {
        color: #4aaaa5;
    }

    .dx-popup-title .fa-search {
        color: #4aaaa5;
    }

.dx-content-background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
}

.secretSearchGenelAltOne {
    float: left;
    width: 100%;
    border-radius: 0px;
    border-bottom: 1px solid rgb(150, 150, 150);
    margin-bottom: 5px;
}

.secretSearchGenelAltTwo {
    float: left;
    width: 100%;
    border-radius: 0px;
    border-bottom: 1px solid rgb(150, 150, 150);
}

.secretSearchGenelAltThree {
    float: left;
    width: 100%;
    border-radius: 0px;
    border-bottom: 1px solid rgb(150, 150, 150);
    display: none;
}

.secretSearchGenelAltOneBox {
    width: 100%;
    float: left;
    border-radius: 10px;
}

    .secretSearchGenelAltOneBox input {
        background: none;
        background-color: none;
        font: 13.3333px;
        color: #2f2f2f;
    }

.secretSearchGenelAltOneButton {
    float: right;
    position: fixed;
}

    .secretSearchGenelAltOneButton i {
        color: #4d4d4d;
        margin-top: 9px;
    }

.loginAltBolum {
    width: 100%;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 10px;
}

.loginSifre {
    width: 100%;
    float: left;
    text-align: left;
}

    .loginSifre a {
        text-decoration: none !important;
        color: #390400 !important;
        font-size: 12px;
        width: 50%;
        margin-top: 2px;
    }

        .loginSifre a:hover {
            color: rgb(205, 23, 25);
        }

        .loginSifre a .fa {
            margin-right: 5px;
        }

.ayarlarClick {
    float: right;
    width: 50%;
    text-align: right;
}

.login_ayar {
    text-align: right;
    padding: 0;
    float: right;
}

    .login_ayar .dx-button-content {
        padding: 0px !important;
    }

    .login_ayar .dx-button-text {
        font-size: 12px;
        color: #390419;
    }

    .login_ayar .dx-icon {
        color: #390419;
        margin-right: 5px;
        width: 16px;
        height: 16px;
    }

.loginButonGenel {
    float: right;
}

.loginButton {
    float: right;
    background-color: #390400;
    border-width: 0px !important;
    color: white;
    font: 140% Arial bold;
    font-family: 'josefin_sansbold';
    box-shadow: 0px 0px 1px grey;
    width: 90%;
    padding: 0px 0px;
    cursor: pointer;
}

    .loginButton:hover {
        box-shadow: 2px 2px 10px 3px #050100;
    }

.btn {
    position: relative !important;
    display: inline-block;
    background: none;
    border: 1px solid grey;
    border-width: 0;
    padding: 0px 47% 0px;
    border-radius: 0;
    text-decoration: none;
    font-size: 11px;
    color: inherit;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: -webkit-transform .5s ease-out;
    -o-transition: -o-transform .5s ease-out;
    transition: transform .5s ease-out;
}

    .btn:after {
        content: attr(data-text-hover);
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        opacity: 0;
        -webkit-transform: translate(-30%,0);
        -ms-transform: translate(-30%,0);
        -o-transform: translate(-30%,0);
        transform: translate(-30%,0);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

.btn-text {
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.line-top, .line-bottom {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    border-top: 1px solid grey;
    -o-transition: all 0.5s linear;
}

.col-demo:hover .line-square-l-t, .col-demo:hover .line-square-l-b {
    left: 100%;
    margin-left: -4px;
}

.col-demo:hover .line-square {
    border-color: grey;
}

.line-square {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border: 1px solid grey;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.line-square-l-t {
    left: -11px;
    top: -6px;
    transform: rotate(45deg);
}

.line-square-r-t {
    right: -11px;
    top: -6px;
    transform: rotate(45deg);
}

.line-square-l-b {
    left: -11px;
    bottom: -5px;
    transform: rotate(45deg);
}

.line-square-r-b {
    right: -11px;
    bottom: -5px;
    transform: rotate(45deg);
}

.line-bottom {
    bottom: 0;
}

.line-top {
    top: -17px;
}

.col-demo:hover .line-square-r-t, .col-demo:hover .line-square-r-b {
    right: 100%;
    margin-right: -4px;
}

.col-demo:hover .line-square-l-t, .col-demo:hover .line-square-l-b {
    left: 100%;
    margin-left: -4px;
}

.btn2 {
    position: relative !important;
    display: inline-block;
    background: none;
    border: 1px solid grey;
    border-width: 0;
    padding: 0px 47% 0px;
    border-radius: 0;
    text-decoration: none;
    font-size: 11px;
    color: inherit;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: -webkit-transform .5s ease-out;
    -o-transition: -o-transform .5s ease-out;
    transition: transform .5s ease-out;
}

    .btn2:after {
        content: attr(data-text-hover);
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        opacity: 0;
        -webkit-transform: translate(-30%,0);
        -ms-transform: translate(-30%,0);
        -o-transform: translate(-30%,0);
        transform: translate(-30%,0);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

.btn-text2 {
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.line-top2, .line-bottom2 {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    border-top: 1px solid grey;
    -o-transition: all 0.5s linear;
}

.col-demo:hover .line-square-l-t2, .col-demo:hover .line-square-l-b2 {
    left: 100%;
    margin-left: -4px;
}

.col-demo:hover .line-square2 {
    border-color: grey;
}

.line-square2 {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border: 1px solid grey;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.line-square-l-t2 {
    left: -11px;
    top: -6px;
    transform: rotate(45deg);
}

.line-square-r-t2 {
    right: -11px;
    top: -6px;
    transform: rotate(45deg);
}

.line-square-l-b2 {
    left: -11px;
    bottom: -5px;
    transform: rotate(45deg);
}

.line-square-r-b2 {
    right: -11px;
    bottom: -5px;
    transform: rotate(45deg);
}

.line-bottom2 {
    bottom: 0;
}

.line-top2 {
    top: -17px;
}

.col-demo:hover .line-square-r-t2, .col-demo:hover .line-square-r-b2 {
    right: 100%;
    margin-right: -4px;
}

.col-demo:hover .line-square-l-t2, .col-demo:hover .line-square-l-b2 {
    left: 100%;
    margin-left: -4px;
}

.dx-special-background2 {
    background-image: url('../images/background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: fixed !important;
}

.genelGiris {
    background-color: red;
}

.dx-texteditor-input {
    background-color: transparent;
    padding-right: 35px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px none inset;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: transparent !important;
}

.Page {
    width: 688px;
    height: 545px;
    position: absolute;
    z-index: 999;
    padding-right: -3%;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    top: 50%;
    margin-top: -260px;
    margin-left: -340px;
}

.image1 {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 588px;
}

.image2 {
    position: absolute;
    z-index: 998;
    bottom: 0;
    left: 0;
    width: 588px;
    margin-left: 2%;
}

.search_box {
    margin-left: 15px;
    margin-top: -55px;
    width: 230px !important;
    background: transparent;
    border: none;
    border-bottom: 1px solid #909090;
    border-radius: 0px;
    margin-bottom: 10px;
}

    .search_box:hover {
        border-bottom: 1px solid #909090;
    }

.sirket_text .dx-placeholder {
    margin-left: 20px;
    font: 400 13.3333px Arial;
    color: #797878;
}

.sirket_text input {
    font: 400 13.3333px Arial;
    color: #2f2f2f;
}

.search_box .dx-texteditor-input, .search_box .dx-placeholder:before {
    color: #999999;
}

.crossGenel {
    padding-top: 15px;
}

.icerik {
    margin: 20px auto;
    width: 90%;
}

.btn_search {
    border: none;
    border-color: transparent;
    float: right !important;
    width: 40px !important;
    height: 33px;
    margin-top: -34px !important;
    margin-right: 1px;
    padding-bottom: 0;
}

.btn_sirket {
    border: none;
    border-color: transparent;
    width: 40px !important;
    float: right !important;
    background: none;
    position: absolute;
    right: 0;
    z-index: 999;
}

    .btn_sirket:hover {
        background: none;
    }

    .btn_sirket:focus {
        background: none;
    }

.sirket_text input {
    padding-left: 30px;
}

.about_product {
    position: fixed;
    bottom: 3px;
    color: #bbbbbb !important;
    text-align: center;
    font-size: 13px;
    padding-left: 5px;
    font-style: italic;
    background: none;
    border: none;
}

    .about_product:hover {
        background: none;
        border: none;
    }

    .about_product:focus {
        background: none;
        border: none;
    }

.fa-copyright {
    margin-right: 5px !important;
    float: left;
    color: #efefef !important;
    font-size: 15px !important;
    margin-top: 1px;
}

.sirket_text .dx-texteditor-buttons-container {
    display: none;
}

.about_product span {
    float: left;
}

.boxx {
    width: 30px;
    height: 30px;
}

.benihatirla {
    float: right;
    width: 85px !important;
    margin-top: 15px;
}

.login_logo {
    height: 60px;
}

.cari_blok {
    width: 100%;
    background: #446fb1;
    height: auto;
    margin-top: 10px;
    position: fixed;
    bottom: 0px;
    left: 0;
    padding: 15px 10px 30px 10px;
}

    .cari_blok i {
        margin-top: 3px;
        margin-right: 5px;
    }

#api, #sqlserver, #sistemgirisi, #dosyayollari {
    width: 98%;
    margin: 20px auto;
}

textarea:focus, input:focus {
    outline: none !important;
}

.dx-datagrid-rowsview input {
    border: none;
    background-color: transparent;
}

*:focus {
    outline: none;
}

.sepetim {
    background: #ef9f6b !important;
}

.ic {
    vertical-align: middle;
    display: table-cell;
}

.u_box {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.urun_img {
    width: 200px;
    height: 200px;
    display: table;
    text-align: center;
    overflow: hidden;
}

    .urun_img img {
        max-width: 190px;
        max-height: 195px;
    }

.taksit_tablosu {
    margin-left: 10px;
    max-height: fit-content;
}

.urun_adi {
    color: dimgrey;
    margin: 5px auto;
    text-align: left;
    height: 44px;
    display: table;
    width: 96%;
}

.marka_adi {
    color: rgb(150, 150, 150);
    margin: 5px auto;
    text-align: left;
    width: 96%;
    height: 20px;
}

.detail {
    height: 30px;
    color: white;
    text-align: center;
    margin-top: 5px;
    padding-top: 5px;
    font-weight: 500;
    background: #337ab7;
    cursor: pointer;
}

    .detail:hover {
        background: #337ab7;
    }

.sms_mail {
    width: 290px !important;
    float: right !important;
    margin-top: 5px;
}

#Display {
    width: 330px;
    height: 300px;
    display: table;
    text-align: center;
    overflow: hidden
}

    #Display img {
        max-width: 320px;
        max-height: 290px;
    }

.upload {
    padding: 6px 6px 7px 6px;
    font-weight: 600;
    border-radius: 2px;
}

.pointer {
    cursor: pointer;
}

.sepet_ozeti {
    background: #f7f7f7;
    text-align: right;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    margin-top: 30px;
}

.cari_adi {
    float: right;
    z-index: 999;
    position: relative;
    margin-top: -50px;
    color: white;
}

.tahsilat_sayfasi {
    margin-top: 20px;
    width: 100%;
    margin-bottom: 50px;
}

.evrak_sayfasi {
    margin-top: 20px;
    width: 100%;
    margin-bottom: 20px;
}

.top_tah {
    padding: 0px 10px 0px 10px;
    float: right;
    height: 21px;
    vertical-align: middle;
    text-align: center;
    text-shadow: 0px -1px 0px grey;
}

.rot_180 {
    transform: rotate(180deg);
}

.cek {
    display: none;
}

.kredi {
    display: none;
}

.senet {
    display: none;
}

.sirket_lg {
    margin-top: -25px;
    float: left;
    color: #4d4d4d;
    margin-left: 6px;
}

.sirket_block {
    height: 15px;
}

.fa-total {
    background: url(../images/total2.png) no-repeat;
    width: 16px;
    height: 16px;
}

.fileUpload input.upload {
    right: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 40px;
    width: 100%;
}

.fileUpload span {
    margin-bottom: 10px;
    background: -webkit-linear-gradient(#fb7620, #cc5102);
    background: -o-linear-gradient(#fb7620, #cc5102);
    background: -moz-linear-gradient(#fb7620, #cc5102);
    background: linear-gradient(#fb7620, #cc5102);
    color: white;
    padding: 7px 0px 8px 0px;
    float: right;
    text-align: center;
    border-radius: 4px;
}

.treeview_kategori {
    border-left: 4px solid #4aaaa5;
    border-right: 4px solid #f5f5f5;
    background: #f5fffe;
    padding: 10px 0px 30px 0px;
}

    .treeview_kategori .dx-treeview-node span {
        color: #4a4a4a;
    }

    .treeview_kategori .dx-treeview .dx-treeview-toggle-item-visibility {
        color: #4a4a4a;
    }

    .treeview_kategori .dx-menu-adaptive-mode .dx-treeview-node.dx-state-focused .dx-treeview-toggle-item-visibility {
        color: #4a4a4a !important;
    }

    .treeview_kategori .dx-treeview .dx-treeview-node:not(.dx-treeview-item-with-checkbox).dx-state-focused > .dx-treeview-item * {
        color: #333;
        text-shadow: 0px 0px 2px white;
    }

.cari_islemler_butons .dx-tile {
    color: #333;
    background-color: #fff;
    float: left;
    border: none;
    padding: 7px 0px;
    height: 80px !important;
}

.copyright {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 5px;
    color: white;
    display: none;
}

    .copyright a {
        color: #868585;
        text-decoration: none;
    }

.menu-button {
    margin-top: 5px;
}

#simple-treeview {
    width: 100% !important;
    height: 75% !important;
}

.aramasiz .dx-show-clear-button .dx-clear-button-area {
    position: initial !important;
}

.dis_opacitiy.dx-state-disabled.dx-checkbox .dx-checkbox-icon, .dx-state-disabled .dx-checkbox .dx-checkbox-icon {
    opacity: 0.7 !important;
}

.dis_opacitiy.dx-state-disabled .dx-checkbox-text {
    opacity: 0.7 !important;
}

.dx-toolbar-after {
    float: right;
}

.dx-tile-content .dx-button-content {
    text-align: left;
}

#fileList {
    float: left;
}

    #fileList li {
        text-align: left;
        list-style: none;
        font-weight: 600;
        margin-left: 15px;
        margin-top: 10px;
    }

#form1 {
    float: left;
    width: 100%;
}

    #form1 img {
        width: 100px;
        height: 100px;
        float: left;
        margin: 10px;
    }

.fileUpload {
    position: relative;
    overflow: hidden;
}

    .fileUpload input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        cursor: pointer;
        opacity: 0;
    }

.progress {
    margin-bottom: 0;
}

.grid_raporlar .dx-datagrid-header-panel {
    border-bottom: 1px solid #cacaca;
    margin-bottom: 20px;
}

    .grid_raporlar .dx-datagrid-header-panel .dx-toolbar {
        margin-bottom: 0px;
    }

.ozet_text {
    border-radius: 5px;
    background: -webkit-radial-gradient(#ff6500,#d45400);
    background: -o-linear-gradient(#ff6500,#d45400);
    background: -moz-linear-gradient(#ff6500,#d45400);
    background: linear-gradient(#ff6500,#d45400);
    box-shadow: 2px 2px 5px grey !important;
}

.ozet_text2 {
    border-radius: 5px;
    background: -webkit-radial-gradient(#a7efeb,#82c3c0);
    background: -o-linear-gradient(#a7efeb,#82c3c0);
    background: -moz-linear-gradient(#a7efeb,#82c3c0);
    background: linear-gradient(#a7efeb,#82c3c0);
    background: linear-gradient(#a7efeb,#82c3c0);
    box-shadow: 1px -1px 2px grey !important;
}

.ozet_padding {
    padding: 5px 20px 0px 0px;
}

.ozet_padding_bot {
    padding: 10px 20px 10px 0px;
    color: #ffffff9c;
    font-size: 16px;
}

.form_btn_search {
    height: 30px;
    margin-top: -40px !important;
    background: none;
    cursor: pointer;
}

.btn_search_grid {
    float: right;
    background: none;
    border: none;
    position: absolute;
    text-align: right;
    right: 8px;
    top: 17px;
    cursor: pointer;
    z-index: 99999;
}

#gridkolonlar td {
    position: relative;
}

#gridkolonlar input {
    padding-right: 15px;
    padding-left: 2px;
}

.detayli_wit {
    width: 20%;
}

.vitrin_blok {
    width: 78%;
}

.dx-searchbox .dx-texteditor-input,
.dx-searchbox .dx-placeholder:before {
    padding-left: 34px;
    color: #999999 !important;
}

.tumkat {
    background: #4aaaa5;
    color: white;
    padding: 7px 0px;
    font-size: 17px;
    border-right: 4px solid #4aaaa5;
    border-left: 4px solid #4aaaa5;
    width: 100%;
}

#gridContainersiparis td {
    position: relative;
}

.btn_sil {
    /*margin-top: 28.5px;*/
    background-color: #e45f56;
    border-color: #e45f56;
    color: white;
}

    .btn_sil .dx-icon {
        color: white;
    }

    .btn_sil .dx-button-content {
        padding: 7px 5px;
    }

#calculator {
    width: 325px;
    height: auto;
    float: left;
    padding: 20px 20px 9px;
    background: #9dd2ea;
    background: linear-gradient(#9dd2ea, #8bceec);
    border-radius: 3px;
    box-shadow: 0px 4px #009de4, 0px 10px 15px rgba(0, 0, 0, 0.2);
    display: none;
}

.doviz_kurlari {
    float: left;
    margin-top: 23px;
    font-weight: 600;
}

.btn_click_search .dx-button-content {
    padding: 0px 0px !important;
    width: 18px !important;
    float: right !important;
    margin-right: 2px !important;
}

.btn_click_search {
    width: 22px !important;
}

#smsmail {
    display: none;
}

#anabaslik {
    text-align: center;
    background-color: #4aaaa5;
    color: white;
    margin-top: 2%;
    font-size: 30px
}

#selectboxplasiyer {
    width: 300px;
    float: left;
    margin-right: 1%;
}

#selectboxmarka {
    width: 300px;
    float: left;
    margin-right: 1%;
    margin-left: 5px;
}

.sip_durum {
    background: grey;
    border-radius: 5px;
    padding: 3px 10px;
    color: white;
}

.row_green {
    color: #ff0000 !important;
}

.refresh_border {
    border-left: 0px;
    border-top: 0px;
    border-bottom: 0px;
}

#detayalani {
    display: none;
}

.smallgrid .dx-datagrid .dx-row > td {
    padding: 3px !important;
    font-size: 11px !important;
}

.mediumgrid .dx-datagrid .dx-row > td {
    padding: 3px !important;
}

.input_style {
    width: 57%;
    height: 30px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    padding-left: 2%;
}

.badge_cs {
    background: #e45f56;
    border-radius: 100%;
    padding: 2px;
    color: white;
    margin-top: -10px;
    margin-left: -20px;
    min-width: 20px;
    text-align: center;
}

.tarih_patron {
    margin-top: -50px;
    font-weight: 600;
    color: #ffffff;
    position: absolute;
    right: 15px;
    width: 100%;
    text-align: center;
}

.web_ekran_secim {
    margin-top: -63px;
    float: right;
    margin-right: 7px;
}

.foot_mikromax {
    position: fixed;
    bottom: 2px;
    width: 100%;
    text-align: center;
    color: #a7a7a7;
    font-size: 12px;
    font-weight: 500;
    z-index: 99;
}

    .foot_mikromax a {
        color: grey;
        font-size: 12px;
        text-decoration: none;
        cursor: pointer;
    }

        .foot_mikromax a:hover {
            color: #222222;
            font-size: 12px;
            text-decoration: none;
        }

.rapor_baslik {
    text-shadow: -1px -1px 0px black;
    font-weight: 600;
    border-bottom: 1px dashed #63626252;
    color: #636262;
    font-size: 20px;
    border-radius: 10px;
    padding-bottom: 5px;
}

#gridrapor .dx-datagrid-headers .dx-datagrid-table .dx-row > td {
    border-bottom: 1px solid #ddd;
    background: -webkit-radial-gradient(#fb7e2c,#ca560a);
    background: -o-linear-gradient(#fb7e2c,#ca560a);
    background: -moz-linear-gradient(#fb7e2c,#ca560a);
    background: linear-gradient(#fb7e2c,#ca560a);
    color: white;
    font-weight: 600;
    font-size: 17px;
}

#gridContainerozetlistesi .dx-datagrid-headers .dx-datagrid-table .dx-row > td {
    border-bottom: 1px solid #ddd;
    background: -webkit-radial-gradient(#fb7e2c,#ca560a);
    background: -o-linear-gradient(#fb7e2c,#ca560a);
    background: -moz-linear-gradient(#fb7e2c,#ca560a);
    background: linear-gradient(#fb7e2c,#ca560a);
    color: white;
    font-weight: 600;
    font-size: 17px;
}

#gridraporBugun .dx-datagrid-headers .dx-datagrid-table .dx-row > td {
    border-bottom: 1px solid #ddd;
    background: -webkit-radial-gradient(#fb7e2c,#ca560a);
    background: -o-linear-gradient(#fb7e2c,#ca560a);
    background: -moz-linear-gradient(#fb7e2c,#ca560a);
    background: linear-gradient(#fb7e2c,#ca560a);
    color: white;
    font-weight: 600;
    font-size: 17px;
}

.fixedhead {
    position: fixed;
    top: 0px;
    width: 100%;
}

.box_sha {
    box-shadow: 0px 0px 5px grey;
}

.block_box {
    background: #fbfbfb;
    padding: 10px;
    border-radius: 3px;
    margin-left: 5px;
    margin-top: 5px;
}

.block_box_k {
    background: #c9eae4;
    padding: 25px 1%;
    box-shadow: 0px 1px 2px black;
    margin-top: 10px;
    border-radius: 5px;
}

.form_basliklari {
    background: #126461;
    color: white;
    padding: 5px 0px;
    background: -webkit-linear-gradient(#4aaaa5,#126461);
    background: -o-linear-gradient(#4aaaa5,#126461);
    background: -moz-linear-gradient(#4aaaa5,#126461);
    background: linear-gradient(#4aaaa5,#126461);
    text-align: center;
}

.img_back {
    background: -webkit-linear-gradient(#f9f9f9, #dadada);
    background: -o-linear-gradient(#f9f9f9, #dadada);
    background: -moz-linear-gradient(#f9f9f9, #dadada);
    background: linear-gradient(#f9f9f9, #dadada);
    box-shadow: inset 0px 0px 3px 0px #9c9c9c;
}

#small_slider .dx-gallery-item-image {
    /*height: 100% !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;*/
}

#small_slider {
    margin: auto;
    max-width: 100%;
    width: 100% !important;
    height: 100% !important;
}

    #small_slider .dx-item-content {
        height: 350px !important;
        max-height: auto !important;
        display: flex !important;
        justify-content: center !important;
    }

    #small_slider .dx-gallery-item img {
        height: auto !important;
        max-height: 350px !important;
        width: auto !important;
        max-width: 100% !important;
    }

#big_slider {
    margin: auto;
    max-width: 100%;
    width: 100% !important;
    height: 100% !important;
}

.dx-gallery-item {
    width: 100% !important;
    max-width: 100% !important;
}

#galeri .dx-item-content {
    height: 440px !important;
    max-height: auto !important;
    display: flex !important;
    justify-content: center !important;
}

#galeri .dx-gallery-item img {
    height: auto !important;
    max-height: 440px !important;
    width: auto !important;
    max-width: 100% !important;
}


.widget-container {
    margin-right: 240px;
}


.categories {
    margin-top: -28px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    background: -webkit-linear-gradient(#dcdcdc,#ffffff);
    background: -o-linear-gradient(#dcdcdc,#ffffff);
    background: -moz-linear-gradient(#dcdcdc,#ffffff);
    background: linear-gradient(#dcdcdc,#ffffff);
    box-shadow: 0px 0px 5px #2b2b2b;
}

    .categories img {
        max-height: 75px;
        max-width: 100%;
    }

    .categories .img_dis_block {
        height: 75px;
    }

.catalog {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    background: -webkit-linear-gradient(#dcdcdc,#ffffff);
    background: -o-linear-gradient(#dcdcdc,#ffffff);
    background: -moz-linear-gradient(#dcdcdc,#ffffff);
    background: linear-gradient(#dcdcdc,#ffffff);
    box-shadow: 0px 0px 5px #2b2b2b;
}

    .catalog img {
        max-height: 70px;
        max-width: 100%;
    }

.catalog_text {
    display: table-cell;
    vertical-align: middle;
}

.as_arama {
    position: absolute;
    top: 20px;
    z-index: 999999;
    margin: 0px auto 0px auto;
    left: 250px;
}

.as_cari {
    width: 100%;
    margin-top: 2px;
    font-size: 12px;
}

.as_ara {
    width: 100%;
}

.cari_adi_over {
    height: 18px;
    overflow: hidden;
}

.bor_right {
    border-right: 1px solid #7171715e;
    padding-left: 0.4%;
    padding-right: 0.5%;
}

.btn_left_menu {
    position: absolute;
    left: -46px;
    top: 278px;
    background: #4aaaa5;
    color: white;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 2px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 999999999;
}

.block_left_menu {
    left: -210px;
    position: absolute;
    width: 200px;
    height: 100%;
    float: left;
    z-index: 99999999999;
    background: #dedede;
    border-right: 5px solid #4aaaa5;
    color: #0c0c0c;
    background: -webkit-linear-gradient(#dcdcdcf0,#ffffffde);
    background: -o-linear-gradient(#dcdcdcf0,#ffffffde);
    background: -moz-linear-gradient(#dcdcdcf0,#ffffffde);
    background: linear-gradient(#dcdcdcf0,#ffffffde);
}

.fix_block {
    z-index: 9;
    position: fixed;
    margin: 0;
    width: 96%;
    left: 0;
    top: 0;
    padding: 1% 2%;
    color: white;
    font-weight: 600;
    font-size: 15px;
    box-shadow: 0px 0px 1px #989898;
}

#fixblock {
    padding: 1% 2%;
    color: white;
    font-weight: 600;
    font-size: 15px;
    box-shadow: 0px 0px 1px #989898;
}

.thumbnail {
    max-width: 200px;
    height: 100px;
    float: left;
    margin: 10px 10px 10px 0px;
}

.dolar {
    background: url(../images/save.png) no-repeat left center;
}

.tl {
    background: url(../images/save.png) no-repeat right center;
}

#lastikkonum img {
    width: 100% !important;
    height: 100% !important;
}

.btngrid_satirekle {
    margin-bottom: -60px;
    z-index: 999;
    position: relative;
}

.icon_menu_common {
    padding: 3px 10px;
    color: #fb7620;
}

.top_strip {
    margin-top: 40px;
    float: left;
    width: 100%;
    padding: 6px 10px;
    position: absolute;
    top: 0;
    left: 0;
    background: #dbf3f1;
    cursor: pointer;
    z-index: 1;
    box-shadow: 0px 0px 5px #2b2b2b;
    color: #676767;
    font-weight: 600;
    background: -webkit-linear-gradient(#ecfffe,#dbf3f1);
    background: -o-linear-gradient(#ecfffe,#dbf3f1);
    background: -moz-linear-gradient(#ecfffe,#dbf3f1);
    background: linear-gradient(#ecfffe,#dbf3f1);
}

.right_20 {
    margin-right: 20px;
}

.right_30 {
    margin-right: 30px;
}

.pad_15 {
    padding: 15px;
}

.underline {
    text-decoration: underline;
}

.top_50 {
    margin-top: 50px;
}

.top_60 {
    margin-top: 60px;
}

.cookiebaslangic {
    width: 100%;
    height: auto;
    background-color: #dcdcdc;
    position: absolute;
    bottom: 0;
    z-index: 9999;
}

.cookiemetin {
    font-family: PT Sans, Helvetica, sans-serif;
    position: relative;
    margin: auto;
    width: 680px;
}

.spanmetin {
    font-size: 11px;
    vertical-align: middle;
    display: table-cell;
    height: 50px;
    width: 570px;
}

.anladim-cookie {
    border-radius: 5px;
    font-weight: 500;
    box-shadow: 0px 0px 3px grey;
    border: none;
    float: right;
    margin-top: -43px;
    color: #e51302;
}

.linkmetin {
    text-decoration: underline;
}

.profil_foto {
    z-index: 999;
}

.elvan_visible {
    visibility: hidden;
}

.icon_spe img {
    width: 100% !important;
    height: 100% !important;
}

.back_none {
    background: none !important;
    border: none !important;
}

.clearout {
    height: 20px;
    clear: both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
    display: none;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}

.nbs-flexisel-inner {
    overflow: hidden;
    float: left;
    width: 100%;
}

.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
}

    .nbs-flexisel-item img {
        cursor: pointer;
        position: relative;
        max-width: 146px;
        max-height: 88px;
    }

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.top_5 {
    margin-left: 0px;
}

#mobile_block_cari {
    display: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.right_10 {
    margin-right: 10px;
}

.left_10 {
    margin-left: 10px;
}

.left_20 {
    margin-left: 20px;
}

.left_2y {
    margin-left: 2%;
}

.wit_8 {
    width: 8%;
}

.wit_9 {
    width: 9%;
}

.wit_10 {
    width: 10%;
}

.wit_11 {
    width: 11%;
}

.wit_12 {
    width: 12%;
}

.wit_14 {
    width: 14%;
}

.wit_15 {
    width: 15%;
}

.wit_16 {
    width: 16%;
}

.wit_18 {
    width: 18%;
}

.wit_19 {
    width: 19%;
}

.wit_20 {
    width: 20%;
}

.wit_22 {
    width: 22%;
}

.wit_23 {
    width: 23%;
}

.wit_24 {
    width: 24%;
}

.wit_25 {
    width: 25%;
}

.wit_27 {
    width: 27%;
}

.wit_28 {
    width: 28%;
}

.wit_29 {
    width: 29%;
}

.wit_30 {
    width: 30%;
}

.wit_31 {
    width: 31%;
}

.wit_32 {
    width: 32%;
}

.wit_33 {
    width: 33%;
}

.wit_34 {
    width: 34%;
}

.wit_35 {
    width: 35%;
}

.wit_36 {
    width: 36%;
}

.wit_37 {
    width: 37%;
}

.wit_39 {
    width: 39%;
}

.wit_38 {
    width: 38%;
}

.wit_40 {
    width: 40%;
}

.wit_41 {
    width: 40%;
}

.wit_43 {
    width: 43%;
}

.wit_44 {
    width: 44%;
}

.wit_45 {
    width: 45%;
}

.wit_48 {
    width: 48%;
}

.wit_49 {
    width: 49%;
}

.wit_50 {
    width: 50%;
}

.wit_53 {
    width: 53%;
}

.wit_55 {
    width: 55%;
}

.wit_58 {
    width: 58%;
}

.wit_59 {
    width: 59%;
}

.wit_60 {
    width: 60%;
}

.wit_63 {
    width: 63%;
}

.wit_65 {
    width: 65%;
}

.wit_66 {
    width: 66%;
}

.wit_67 {
    width: 67%;
}

.wit_68 {
    width: 68%;
}

.wit_69 {
    width: 69%;
}

.wit_70 {
    width: 70%;
}

.wit_74 {
    width: 74%;
}

.wit_75 {
    width: 75%;
}

.wit_78 {
    width: 78%;
}

.wit_79 {
    width: 79%;
}

.wit_80 {
    width: 80%;
}

.wit_82 {
    width: 82%;
}

.wit_85 {
    width: 85%;
}

.wit_88 {
    width: 88%;
}

.wit_90 {
    width: 90%;
}

.wit_94 {
    width: 94%;
}

.wit_95 {
    width: 95%;
}

.wit_96 {
    width: 96%;
}

.wit_97 {
    width: 97%;
}

.wit_98 {
    width: 98%;
}

.wit_99 {
    width: 99%;
}

.wit_100 {
    width: 100%;
}

.wit_100_imp {
    width: 100% !important;
}

.wit_50p {
    width: 50px;
}

.wit_100p {
    width: 100px;
}

.wit_40p {
    width: 40px;
}

.wit_110p {
    width: 110px;
}

.wit_100_imp {
    width: 100% !important;
}

.wit_150p {
    width: 150px;
}

.wit_170p {
    width: 170px;
}

.wit_200p {
    width: 200px;
}

.wit_250p {
    width: 250px;
}

.wit_260p {
    width: 260px;
}

.wit_140p {
    width: 140px;
}

.wit_330 {
    width: 330px;
}

.wit_300p {
    width: 300px;
}

.wit_450 {
    width: 450px;
}

.hei_150p {
    height: 150px;
}

.hei_36p {
    height: 36px;
}

.hei_10p {
    height: 10px;
}

.hei_5p {
    height: 5px;
}

.hei_50 {
    height: 50%;
}

.cont_center {
    width: 95%;
    margin: 60px auto 100px auto !important;
}

.bold {
    font-weight: 600;
}

.bold_9 {
    font-weight: 900;
}

.thin {
    font-weight: 100;
}

.italic {
    font-style: italic;
}

.center {
    text-align: center;
}

.al_left {
    text-align: left;
}

    .al_left input {
        text-align: left;
    }

.al_right {
    text-align: right;
}

    .al_right input {
        text-align: right;
    }

#al_left {
    text-align: left;
}

#al_right {
    text-align: right;
}

.auto {
    margin-left: auto;
    margin-right: auto;
}

.size100 {
    font-size: 100%;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.pad_content {
    padding: 0px 0px 10px 0px;
    text-align: center;
    font-weight: 500;
    font-size: 17px;
    text-shadow: -1px 0px 0px #c3c3c3;
}

.top_2 {
    margin-top: 2px;
}

.top_3 {
    margin-top: 3px;
}

.top_5 {
    margin-top: 5px;
}

.top_6 {
    margin-top: 6px;
}

.top_7 {
    margin-top: 7px;
}

.top_8 {
    margin-top: 8px;
}

.top_10 {
    margin-top: 10px;
}

.top_14 {
    margin-top: 14px;
}

.top_15 {
    margin-top: 15px;
}

.top_18 {
    margin-top: 18px;
}

.top_20 {
    margin-top: 20px;
}

.top_22 {
    margin-top: 22px;
}

.top_23 {
    margin-top: 23px;
}

.top_25 {
    margin-top: 25px;
}

.top_29 {
    margin-top: 29px;   
    /* neden silindi ???? */
}

.top_30 {
    margin-top: 30px;
}

.top_32 {
    margin-top: 32px;
}

.top_35 {
    margin-top: 35px;
}

.top_40 {
    margin-top: 40px;
}
.top_45 {
    margin-top: 45px;
}

.top_43 {
    margin-top: 43px;
}

.bot_0 {
    margin-bottom: 0px !important;
}

.bot_2 {
    margin-bottom: 2px;
}

.bot_5 {
    margin-bottom: 5px;
}

.bot_10 {
    margin-bottom: 10px;
}

.bot_15 {
    margin-bottom: 15px;
}

.bot_20 {
    margin-bottom: 20px;
}

.bot_25 {
    margin-bottom: 25px;
}

.bot_30 {
    margin-bottom: 30px;
}

.bot_40 {
    margin-bottom: 40px;
}

.bot_50 {
    margin-bottom: 50px;
}

.bot_100 {
    margin-bottom: 100px;
}

.bot_10p {
    margin-bottom: 10px; 
/*neden silindi ??????*/
}

.border_bottom {
    border-bottom: 2px solid #fb7620;
    border-radius: 5px;
    margin-bottom: 15px;
}

.border_top {
    border-top: 2px solid #fb7620;
    margin-top: 30px;
    padding-top: 20px;
}

.border_right {
    border-right: 1px solid;
    padding-right: 10px;
}

.border_right_grey {
    border-right: 2px solid #cccccc;
    padding-right: 20px;
}

.border_none {
    border: none;
}

.border_top_grey {
    border-top: 1px solid #d4d4d4;
    padding-top: 20px;
}

.border_bottom_grey {
    border-bottom: 2px solid #d0d0d0;
    margin-bottom: 15px;
}

.border_top_darkgrey {
    border-top: 1px solid #8a8a8a;
    margin-bottom: 10px;
}

.border_bottom_blue {
    border-bottom: 2px solid #446fb1;
    margin-bottom: 15px;
}

.left_5 {
    margin-left: 5px;
}

.left_25 {
    margin-left: 25px;
}

.left_2_y {
    margin-left: 2%;
}

.right_imp {
    float: right !important;
}

.right_5 {
    margin-right: 5px;
}

.right_1y {
    margin-right: 1%;
}

.top_1 {
    margin-top: -1px;
}

.top_4p {
    margin-top: 4px;
}

.top_8p {
    margin-top: 8px;
}

.top_3p {
    margin-top: 3px;
}

.color_grey {
    color: #454545;
}

.color_white {
    color: white;
}

.color_turuncu {
    background: #fb7620 !important
}

.color_acikturuncu {
    background: #f5975e !important;
}

.color_koyuturuncu {
    background: #d55705 !important;
}

.color_kkoyuturuncu {
    background: #a54100 !important;
}

.color_gri {
    background: #c9cace !important;
}

.color_gri_acik {
    background: #e8e8e8 !important
}

.color_tatko_gri {
    background: #464040 !important;
}

.color_beyaz {
    background: #ffffff !important;
}

.color_mavi {
    background: #446fb1 !important;
}

.color_koyumavi {
    background: #1a3f81 !important;
}

.color_acikmavi {
    background: #a7c2d9 !important;
}

.color_turkuaz {
    background: #11a1bf !important;
}

.color_turkuaz2 {
    background: #0b748a !important;
}

.color_turkuaz3 {
    background: #095869 !important;
}

.color_acikyesil {
    background: #78cebd !important;
}

.color_yesil {
    background: #4aaaa5 !important;
}

.color_yesilkoyu {
    background: #126461 !important;
}

.color_tatko_yesil {
    background: #1e6818 !important;
}

.color_tatko_mavi {
    background: #100179 !important;
}

.color_tatko_koyu_mavi {
    background: #003366 !important;
}

.color_acikpembe {
    background: #ddbea7 !important;
}

.color_pembeara {
    background: #d27373 !important;
}

.color_pembe {
    background: #e18193 !important;
}

.color_koyupembe {
    background: #E45F56 !important;
}

.color_griton {
    background: #c6c8cb !important;
}

.color_bordo {
    background: #8f4a4f !important;
}

.color_acikbordo {
    background: #d8574d !important;
}

.color_kirmizi {
    background: #ff0000 !important;
}

.color_hardal {
    background: #de7332 !important;
}

.color_sari {
    background: #F7E93C !important;
}

.color_canliyesil {
    background: #55cd2d !important;
}
.color_beysan_mavi {
    background: #151595 !important;
}
.font_darkgrey span {
    color: #5d5d5d !important;
}

.font_darkgrey {
    color: #5d5d5d !important;
}

.color_yesil_font {
    color: #4aaaa5 !important;
}

.color_red_font {
    color: #E45F56 !important;
}

.color_red {
    color: #ff1000 !important;
}

.color_black {
    color: #000000 !important;
}

.font_koyu .dx-button-text {
    color: #4a4a4a;
}

.font_koyu:hover .dx-button-text {
    color: white;
}

.font_acik .dx-button-text {
    color: #4a4a4a;
}

.font_acik:hover .dx-button-text {
    color: #535353;
}

.font_grey {
    color: rgb(150, 150, 150);
}

.font_mavi {
    color: #446fb1;
}

.font_koyuturuncu {
    color: #d55705;
}
.font_beysanmavi {
    color: #151595;
}

.font_koyuyesil {
    color: #00635e; 
/*neden silindi ?????*/
}

.kolon_baslik {
    font-weight: 600;
}

.btn_hover:hover {
    background: #dcdcdc !important;
}

.tabs_back {
    padding: 10px 0px 0px 5px;
}

.block_turuncu {
    border: 1px solid #fb7620;
    padding: 10px 10px;
}

.idis_turuncusu {
    background: #ed8b00 !important;
}


.size_17 {
    font-size: 17px;
}

.size_18 {
    font-size: 18px;
}

.size_19 {
    font-size: 19px;
}

.size_13 {
    font-size: 13px;
}

.size_14 {
    font-size: 14px;
}

.size_20 {
    font-size: 20px;
}

.size_25 {
    font-size: 25px;
}

.size_30 {
    font-size: 30px;
}

.pointer {
    cursor: pointer;
}

.border_1 {
    border: 1px solid #efefef;
}

.border_gri {
    border: 1px solid #dedede;
}

.margin_0 {
    margin: 0;
}

.margin_r_0 {
    margin-right: 0px;
}


.font_white {
    color: white;
}

.font_turuncu {
    color: #fb7620;
}

.font_kirmizi {
    color: #e20202;
}

.border_rad_0 {
    border-radius: 0px;
}

.border_left_tur {
    border-left: 5px solid #a54100;
}

.border_left_tur_3 {
    border-left: 3px solid #a54100;
}

.transparent {
    color: transparent;
}

textarea:focus, input:focus {
    outline: none;
}

*:focus {
    outline: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #bab9ba inset !important;
}

.pad_0 {
    padding: 0px;
}

.pad_bot_yesil {
    padding-bottom: 30px;
    border-bottom: 2px solid rgba(74, 170, 165, 0.57);
}

.pad_bot {
    padding-bottom: 15px !important;
}

.pad_bot_5 {
    padding-bottom: 5px !important;
}

.margin_auto {
    margin: 0px auto;
    text-align: center;
}

.img_center {
    margin: 0px auto;
    position: relative;
    text-align: center;
    display: table;
    max-width: 100%;
}

.border_bot_grey {
    border-bottom: 1px solid rgb(216, 216, 216);
    padding-bottom: 5px;
}

.border_bot {
    border-bottom: 2px solid #4aaaa5;
    padding-bottom: 1px;
}

.border_bot_col_pembe {
    border-bottom: 1px solid #f5975e;
    padding-bottom: 1px;
}

.border_bot_col_turuncu {
    border-bottom: 1px solid rgba(234, 128, 64, 0.75);
    padding-bottom: 1px;
}

.border_bot_col_mavi {
    border-bottom: 1px solid #a7c2d9;
    padding-bottom: 1px;
}

.border_bot_pad_3 {
    border-bottom: 2px solid #e0e1e4;
}

.none {
    display: none;
}

.block {
    display: block;
}

.pad_5_10 {
    padding: 5px 10px;
}

.pad_5_10yuzde {
    padding: 5% 10%;
}

.pad_10 {
    padding: 10px 0px 10px 5px;
}

.pad_top_20 {
    padding-top: 20px;
}

.pad_left_10 {
    padding-left: 10px;
}

.pad_left_20 {
    padding-left: 20px;
}

.left_1 {
    margin-left: 1%;
}

.wit_4 {
    width: 4%;
}

.wit_5 {
    width: 5%;
}


.tamam {
    background: #4aaaa5 !important;
}

.yenile {
    background: #238a84 !important;
}

.sil {
    background: #c15f58 !important;
}

.kaydet {
    background: #e57871 !important;
    color: white;
}

    .kaydet i {
        color: white !important;
    }

.vazgec {
    background: #b1352c !important;
}

.vazgec_soft {
    background: #ecbfbf !important;
}

.ok_btn {
    background: #4aaaa5 !important;
}

.cancel_btn {
    background: #E45F56 !important;
}

.err_btn {
    background: #e60505 !important;
}

.info_btn {
    background: #446fb1 !important;
}
.info_txt {
    background: #ffffff !important;
}
/*.dx-placeholder {
    color: black;
}
.texts {
    width: 100%;
    height: 5rem;
    border: 1px solid black;
    border-image-slice: 121;
    border-radius: 0.2rem;
    font-family: "medium";
    font-size: 1.6rem;
    color: black;
    padding: 0rem 0.6rem;
    background: transparent;
}*/
.ok_back {
    background: url(../images/ok.png) no-repeat;
}

.cancel_back {
    background: url(../images/cancel.png) no-repeat;
}


.info_span {
    color: #446fb1;
}

.err_span {
    color: #ff0000;
}

.ok_span {
    color: #4aaaa5;
}

.ok_tatko_span {
    color: #003366;
}

.onay_span {
    color: #66b007;
}

.cikis_span {
    color: #c1180d;
}

.uyari_span {
    color: #3d3a33;
}

.setting_span {
    color: #4a4a4a;
}

.icn {
    width: 22px;
    height: 22px;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}

.information {
    background: url(../images/information.png) no-repeat;
}

.error {
    background: url(../images/error.png) no-repeat;
}

.okey {
    background: url(../images/okey.png) no-repeat;
}

.cikis {
    background: url(../images/exit.png) no-repeat;
}

.warning {
    background: url(../images/warning.png) no-repeat;
    width: 25px;
}

.back_no {
    background: transparent !important;
    border-color: transparent !important;
}

.tab_back {
    background: #e9e9e9;
    padding: 5px 0px 0px 0px;
}


.bosluk_wit {
    width: 1%;
    float: left;
    height: 5px;
}

.bosluk_wit_8 {
    width: 8%;
    float: left;
    height: 5px;
}

.bosluk_wit_3 {
    width: 3%;
    float: left;
    height: 5px;
}

.border_dis {
    width: 100%;
    background: #d4d4d4;
    height: 1px;
    position: relative;
    float: left;
    margin-top: 20px;
}


.left_border {
    border-left: 5px solid #fb7620;
}


.save_icon {
    background: url(../images/save.png) no-repeat #eaeaea 5px 4px !important;
}

.update_icon {
    background: url(../images/update.png) no-repeat #eaeaea 5px 4px !important;
}

.take_icon {
    background: url(../images/take.png) no-repeat #eaeaea 5px 4px !important;
}

.save_icon .dx-button-text {
    color: #007aae;
    margin-left: 20px;
}

.update_icon .dx-button-text {
    color: #007aae;
    margin-left: 20px;
}

.take_icon .dx-button-text {
    color: #007aae;
    margin-left: 20px;
}

.save_icon:hover {
    background: url(../images/save.png) no-repeat #e1e1e1 5px 4px !important;
}

.update_icon:hover {
    background: url(../images/update.png) no-repeat #e1e1e1 5px 4px !important;
}

.take_icon:hover {
    background: url(../images/take.png) no-repeat #e1e1e1 5px 4px !important;
}

.Beklemede {
    color: #4aaaa5;
    font-weight: 600;
}

.tarihiYaklasti {
    color: #e0c523;
    font-weight: 600;
}

.tarihiGecti {
    color: #fb7620;
    font-weight: 600;
}

.onaylandi {
    color: #4aaaa5;
    font-weight: 600;
}

.onaybekliyor {
    color: #fb7620;
    font-weight: 600;
}

.onaylanmadi {
    color: #e0c523;
    font-weight: 600;
}

.kapatildi {
    color: #f91900;
    font-weight: 600;
}

.taslak {
    color: #ffffff;
    font-weight: 600;
    border-radius: 5px;
    background: #8c8c8c;
    display: table;
    width: 70px !important;
    margin: 6px auto;
}

.iptal {
    color: #ffffff;
    font-weight: 600;
    border-radius: 5px;
    background: #e04040;
    display: table;
    margin: 6px auto;
    width: 100px !important;
}

.onay {
    color: #ffffff;
    font-weight: 600;
    border-radius: 5px;
    background: #50d868;
    display: table;
    margin: 6px auto;
    width: 90px !important;
}

.bekleme {
    color: #ffffff;
    font-weight: 600;
    border-radius: 5px;
    background: #dcd947;
    display: table;
    margin: 6px auto;
    width: 100px !important;
}

.taslak2 {
    color: #ffffff;
    font-weight: 600;
    background: #8c8c8c !important;
}

.iptal2 {
    color: #ffffff;
    font-weight: 600;
    background: #e04040 !important;
}

.onay2 {
    color: #ffffff;
    font-weight: 600;
    background: #4aaaa5 !important;
}

.bekleme2 {
    color: #ffffff;
    font-weight: 600;
    background: #e46057 !important;
}

.yuklendi2 {
    color: #ffffff;
    font-weight: 600;
    background: #E45F56 !important;
}

.diger2 {
    color: #ffffff;
    font-weight: 600;
    background: #858585 !important;
}

#sip_onay_img {
    background-color: #fff;
    border-color: #ddd0;
}

    #sip_onay_img img {
        width: 32px;
        height: 32px;
        margin-left: -2px;
        margin-top: 2px;
    }

.text_shadow {
    text-shadow: 1px 1px 0px #4aaaa5;
}

.img_block {
    display: table-cell !important;
    vertical-align: middle !important;
}

#flexiselDemo3 {
    justify-content: center !important;
}

.flexsiselDemo3_alt {
    height: 100px !important;
}

.img_dis_block {
    display: table;
    text-align: center;
    overflow: hidden;
}

.wit_sepetegore {
    width: 21.5%;
}

.img-responsive {
    max-width: 100%;
    max-height: auto;
    box-sizing: border-box;
    display: block;
}

.he_21 {
    height: 21px;
}

.wit_25_margin {
    width: 25%;
    margin-top: 25px !important;
}

.wit_23_height {
    width: 23%;
    float: right;
}

.height_107 {
    height: 107px;
}

.nowrap {
    white-space: pre-wrap;
}

.textleft {
    text-align: left;
}

.radiobutton {
    margin-bottom: 10px !important;
}

.anket_area {
    height: 300px;
    width: 100%;
    border: 1px solid #8080804d;
}

.dosyalinki span {
    font-weight: 600;
    color: #0084bf;
    text-decoration: underline;
    cursor: pointer;
}

.dosyalinki div {
    border: none;
}

/*  sorulara .font_20  */
.anketradio {
    display: inline-grid;
    font: message-box;
}

.anketcheckbox {
    font: message-box;
}

.text_aktif {
    background: #68ff7a;
    margin-top: 20px;
    padding: 5px 10px;
    color: black;
    width: 100%;
    text-align: center;
}

.rut_gunu {
    padding: 8px 10px;
    border-radius: 5px;
    color: white;
    background: -webkit-radial-gradient(#6798e2, #446fb1);
    background: -o-radial-gradient(#6798e2, #446fb1);
    background: -moz-radial-gradient(#6798e2, #446fb1);
    background: radial-gradient(#6798e2, #446fb1);
}

.h_back {
    /*background: url("http://www.halleyoyuncak.com.tr/images/bahce_evler_bulut.png");*/
    background-image: url('http://www.halleyoyuncak.com.tr/images/bahce_evler_bulut.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: fixed !important;
    width: 100%;
    height: 100%;
}

.radio_1 {
    padding: 10px;
    font-weight: 600;
    border: 1px solid #4aaaa5;
    width: 146px;
    text-align: center;
    margin-right: 17px;
    margin-top: 10px;
}

.balon {
    background-color: #78cebd;
    float: left;
    padding: 10px;
    border-radius: 5px;
    font-size: 15px;
    position: relative;
    color: white;
    margin-top: 20px;
    border: 1px solid #828282;
}

    .balon:after {
        content: '';
        position: absolute;
        left: 20px;
        top: -15px;
        border-style: solid;
        border-width: 0 15px 15px 15px;
        border-color: transparent transparent #78cebd transparent;
    }

    .balon:before {
        content: '';
        position: absolute;
        left: 19px;
        top: -16px;
        border-style: solid;
        border-width: 0 16px 16px 16px;
        border-color: transparent transparent #828282 transparent;
    }

.wit_110p {
    width: 110px;
}

.btn_basla {
    padding: 15px 5px;
    background: red;
    color: white;
    font-weight: 600;
    border: none;
    border-radius: 1px;
    margin-right: 2px;
    font-size: 17px;
    cursor: pointer;
    font-family: "Helvetica", "Font Awesome 5 Free";
}



/*Mobile common styles*******/
/*phones*/
@media screen and (max-width:767px) {
    .image1 {
        display: none;
    }

    .image2 {
        display: none;
    }

    .allPage {
        display: block;
    }

    .m_cari {
        margin-top: 10px;
        margin-bottom: 1px !important;
    }

    .m_stok {
        margin-bottom: 10px !important;
    }

    .m_top_0 {
        margin-top: 0px !important;
    }

    .m_bot_0 {
        margin-bottom: 0px !important;
    }

    .dx-scrollbar-vertical {
        display: none !important;
    }

    .dx-gallery {
        touch-action: none !important;
    }

    .dx-gallery-wrapper {
        touch-action: none !important;
    }

    .dx-scrollable-scrollbar {
        display: none;
    }

    .m_right {
        float: right;
    }

    .m_left {
        float: left;
    }

    .m_al_right {
        text-align: right;
    }

    .m_al_left {
        text-align: left;
    }

    .dx-gallery {
        -webkit-user-select: none !important;
        -khtml-user-select: none !important;
        -moz-user-select: none !important;
        -ms-user-select: none !important;
        -o-user-select: none !important;
        user-select: none !important;
        -webkit-touch-callout: none !important;
        -ms-touch-action: none !important;
        touch-action: none !important;
        pointer-events: none !important;
    }

    #raporextre {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
        overflow-x: auto;
    }

    .mbl_top_10 {
        margin-top: 10px;
    }

    .tar_mbl {
        margin-top: 30px;
    }

    #stokTileView .dx-treeview-node {
        float: left !important;
        width: 100%;
    }
}
/*vertical*/
@media screen and (min-width:768px) and (max-width:991px) {
    .dx-gallery-wrapper {
        touch-action: none;
    }

    .dx-scrollable-scrollbar {
        display: none;
    }

    #stokTileView .dx-treeview-node {
        float: left !important;
        width: 50%;
    }

    .dx-gallery {
        -webkit-user-select: none !important;
        -khtml-user-select: none !important;
        -moz-user-select: none !important;
        -ms-user-select: none !important;
        -o-user-select: none !important;
        user-select: none !important;
        -webkit-touch-callout: none !important;
        -ms-touch-action: none !important;
        touch-action: none !important;
        pointer-events: none !important;
    }

    #raporextre table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
    }
}
/*horizontal*/
@media screen and (min-width:992px) and (max-width:1199px) {
    .dx-gallery-wrapper {
        touch-action: none;
    }

    .dx-scrollable-scrollbar {
        display: none;
    }

    .dx-gallery {
        -webkit-user-select: none !important;
        -khtml-user-select: none !important;
        -moz-user-select: none !important;
        -ms-user-select: none !important;
        -o-user-select: none !important;
        user-select: none !important;
        -webkit-touch-callout: none !important;
        -ms-touch-action: none !important;
        touch-action: none !important;
        pointer-events: none !important;
    }
}


/** mobile special styles *********/
@media(max-width : 6000px) {
    .img-responsive {
        max-width: 100%;
        max-height: auto;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:0) { /*  only safari  */
    @media {
        .nav-icon {
            display: inline-block;
            height: 50px !important;
            background-color: transparent;
            text-decoration: none;
            outline: 0;
            border: 0;
            cursor: pointer;
            vertical-align: middle;
        }

        .topBarMenuler img {
            width: 32px;
            height: 32px;
        }
    }
}

@media screen and (min-width:1350px) {
    .mob_wit_100_xl {
        width: 100% !important;
    }

    .mob_wit_90_xl {
        width: 90% !important;
    }

    .mob_wit_10_xl {
        width: 10% !important;
    }

    .treeview_kategoriblok {
        width: 15% !important;
    }

    .mob_gorunum_grid {
        width: 83% !important;
    }

    .detayli_wit {
        width: 15%;
    }

    .vitrin_blok {
        width: 83%;
    }
}

@media screen and (max-width:1200px) {
    .mob_profil {
        width: 100%;
    }

    .usttable {
        width: 100% !important;
    }

    #usttarafchart {
        width: 100%;
        margin-top: 30px;
    }

    .satir2part3 {
        margin-left: 3% !important;
    }
}

@media screen and (min-width: 980px) and (max-width:1050px) {
    .sepet_12 {
        margin-left: 2px !important;
    }
    #stokTileView .dx-treeview-node {
        float: left !important;
        width: 30%;
    }
}

@media screen and (min-width:800px) {
    .flexsiselDemo3_alt img {
        padding-right: 20px !important;
    }
    
}

@media screen and (max-width:1500px) {
    .sliderler {
        margin-top: -45px !important;
    }

    #galeri .dx-item-content {
        height: 380px !important;
    }

    #small_slider .dx-item-content {
        height: 290px !important;
    }

    #galeri .dx-gallery-item img {
        max-height: 380px !important;
    }

    #small_slider .dx-gallery-item img {
        max-height: 290px !important;
    }
}

@media screen and (max-width:650px) {
    #galeri .dx-item-content {
        height: 350px !important;
    }

    #small_slider .dx-item-content {
        height: 260px !important;
    }

    #galeri .dx-gallery-item img {
        max-height: 350px !important;
    }

    #small_slider .dx-gallery-item img {
        max-height: 260px !important;
    }
}

@media screen and (max-width:600px) {
    #galeri .dx-item-content {
        height: 300px !important;
    }

    #small_slider .dx-item-content {
        height: 210px !important;
    }

    #galeri .dx-gallery-item img {
        max-height: 300px !important;
    }

    #small_slider .dx-gallery-item img {
        max-height: 210px !important;
    }

}

@media screen and (max-width:550px) {
    #galeri .dx-item-content {
        height: 250px !important;
    }

    #galeri .dx-gallery-item img {
        max-height: 250px !important;
    }
}

@media screen and (max-width:500px) {
    .cont_center .baslik:nth-child(1) {
        margin: -59px -231px 10px 9px !important;
        width: 107% !important;
        position: relative !important;
        left: -21px !important;
    }

    .lbldatebitis {
        height: 50px !important;
    }

    .timeCss {
        width: 50% !important;
        float: right !important;
    }

    #galeri .dx-item-content {
        height: 200px !important;
    }

    #galeri .dx-gallery-item img {
        max-height: 200px !important;
    }
}

@media screen and (max-width:450px) {
    #galeri .dx-item-content {
        height: 170px !important;
    }

    #galeri .dx-gallery-item img {
        max-height: 170px !important;
    }
}

@media screen and (max-width:400px) {
    #galeri .dx-item-content {
        height: 150px !important;
    }

    #galeri .dx-gallery-item img {
        max-height: 150px !important;
    }
}

@media screen and (max-width:350px) {
    #icerikbaslangic517 {
        margin-top: 35px;
    }

    #galeri .dx-item-content {
        height: 120px !important;
    }

    #galeri .dx-gallery-item img {
        max-height: 120px !important;
    }

    .mob_wit_40_1 {
        width: 40% !important;
    }
}

@media screen and (max-width:300px) {
    #galeri .dx-item-content {
        height: 100px !important;
    }

    #galeri .dx-gallery-item img {
        max-height: 100px !important;
    }
}

@media screen and (max-width:980px) {
    .mob_wit_100 {
        width: 100% !important;
    }

    #big_slider {
        width: 100% !important;
        /*height: 300px !important;*/
    }

    .mob_marka_top {
        height: 50px;
        width: 24% !important;
        margin-left: 1%;
    }

        .mob_marka_top img {
            max-height: 45px;
        }

    .tab1_teklif_wit {
        width: 100% !important;
    }

    .mob_wit_49 {
        width: 49% !important;
    }

    .mob_49_float {
        width: 49% !important;
        float: none !important;
    }

    .mob_wit_98 {
        width: 98% !important;
    }

    .mob_md_49 {
        width: 45% !important;
    }

    .wit_sepetegore {
        width: 49% !important;
    }

    .mob_md_40 {
        width: 40% !important;
    }

    .mob_md_15 {
        width: 15% !important;
    }

    .mob_md_10 {
        width: 10%;
    }
    .mob_md_100{
        width: 100% !important;
    }
    .mob_md_right {
        float: right;
    }

    .mob_md_left {
        float: left;
    }

    .mob_md_top_10 {
        margin-top: 10px;
    }

    .mob_right {
        float: right;
    }

    .mob_left {
        float: left;
    }

    #selectboxplasiyer {
        width: 30% !important;
    }

    #selectboxmarka {
        width: 30% !important;
    }

    .mob_block {
        display: block;
    }

    .wit_140p_mob_m {
        width: 140px !important;
    }

    .mob_wit_30 {
        width: 30% !important;
    }

    .mob_wit_35 {
        width: 35%;
        margin-bottom: 0px;
    }

    .mob_wit_35_eksi {
        width: 35%;
        margin-bottom: -30px;
    }

    .mob_wit_70_eksi {
        width: 70%;
        margin-right: 36px;
        margin-bottom: -40px !important;
    }

    .mob_wit_70 {
        width: 70% !important;
    }

    .mob_wit_70_eksi_2 {
        width: 70%;
        margin-bottom: -60px !important;
    }

    .mob_wit_eksi_fatura {
        width: 70%;
        margin-right: 36px;
        margin-bottom: -20px !important;
    }

    .mob_right_10 {
        right: 10px;
    }

    .mob_btn_search {
        border: none;
        border-color: transparent;
        float: left !important;
        width: 40px !important;
        height: 33px;
        margin-top: 0px !important;
        margin-right: 1px;
        padding-bottom: 0;
    }
}

@media screen and (max-width:850px) {
    .wit_100_750 {
        width: 55% !important;
    }

    .mb_md_w_49 {
        width: 49% !important;
    }

    .mb_md_w_90 {
        width: 90% !important;
        border: none;
        padding-left: 0;
        margin-left: 0;
    }
}

@media screen and (max-width:700px) {
    .spanmetin {
        width: 70%;
        float: left;
        padding-top: 10px;
        text-align: left;
        padding-left: 10px;
    }

    .anladim-cookie {
        float: right;
        margin-top: 8px;
        margin-right: 10px;
    }

    .cookiemetin {
        width: auto;
    }

    .wit_100_700 {
        width: 100% !important;
    }
}

@media screen and (max-width: 750px) and (min-width:449px) {
    .mob_32_wit {
        width: 32%;
    }
}

@media screen and (max-width:750px) {
    #fire_text {
        font-size: 12px;
    }

    .tarih_patron {
        margin-top: -10px;
        font-weight: 600;
        color: #e46057;
        position: relative;
        right: 0px;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .rapor_baslik {
        text-align: left;
    }

    #chartpie {
        width: 100% !important;
        margin-bottom: 30px;
    }

        #chartpie svg {
            width: 100% !important;
        }

        #chartpie rect {
            width: 100% !important;
        }

    #chartbar {
        width: 100% !important;
        margin-bottom: 30px;
    }

        #chartbar svg {
            width: 100% !important;
        }

        #chartbar rect {
            width: 100% !important;
        }

    #chartline {
        width: 100% !important;
        margin-bottom: 30px;
    }

        #chartline svg {
            width: 100% !important;
        }

        #chartline svg {
            width: 100% !important;
        }

    #chartikisi {
        width: 100% !important;
        margin-bottom: 30px;
    }

        #chartikisi svg {
            width: 100% !important;
        }

        #chartikisi rect {
            width: 100% !important;
        }

    #chartikisi2 {
        width: 100% !important;
        margin-bottom: 30px;
    }

        #chartikisi2 rect {
            width: 100% !important;
        }

        #chartikisi2 svg {
            width: 100% !important;
        }

    #chartikisi3 {
        width: 100% !important;
        margin-bottom: 30px;
    }

        #chartikisi3 svg {
            width: 100% !important;
        }

        #chartikisi3 rect {
            width: 100% !important;
        }

    .cari_adi {
        color: #6b6b6b;
        margin-top: -15px;
        position: relative;
    }
}

@media screen and (max-width:660px) {
    .wit_mob_49 {
        width: 49% !important;
    }

    .mb_sm_w_100 {
        width: 100% !important;
    }

    .btn_m_bot_10 {
        margin-bottom: 10px;
    }

    .tablealtkisim1 {
        width: 45%;
    }

    .tablealtkisim2 {
        width: 45%;
    }

    .tablealtkisim3 {
        width: 45%;
        margin-top: 15px;
    }

    .tablealtkisim4 {
        width: 45%;
        margin-top: 15px;
    }

    .satir1part1 {
        width: 95%;
    }

    .satir1part3 {
        width: 95%;
        margin-left: 0% !important;
    }

    .satir2part1 {
        width: 95%;
        margin-left: 0% !important;
    }

    .satir2part3 {
        margin-top: 10px;
        margin-left: 0% !important;
        width: 95%;
    }

    #selectboxplasiyer {
        width: 100% !important;
    }

    #selectboxmarka {
        width: 100% !important;
        margin-top: 10px !important;
        margin-left: 0px !important;
    }


    .dikeyborder {
        display: none;
    }

    .yatayborder {
        margin-top: 0% !important;
        width: 100%
    }

    .alttarafborder {
        border: 0px solid !important;
    }

    #chart1 svg g .dxc-labels text {
        font-size: 9px !important;
    }

    #chart2 svg g .dxc-labels text {
        font-size: 9px !important;
    }

    #chart3 svg g .dxc-labels text {
        font-size: 9px !important;
    }

    #chart4 svg g .dxc-labels text {
        font-size: 9px !important;
    }

    .tutarsutungrafigi {
        width: 40% !important;
    }

    .miktarsutungrafigi {
        width: 40% !important;
    }
}

@media screen and (max-width:560px) {
    .mob_wit_100_500 {
        width: 100% !important;
    }

    .mob_wit_100_sm {
        width: 100% !important;
    }

    .doviz_kurlari {
        display: none !important;
    }

    .elvan_visible {
        visibility: visible !important;
    }

    .elvan_top {
        margin-top: -155px !important;
        left: auto !important;
        width: 265px !important;
        display: block;
        position: absolute;
    }

    .web_block_cari {
        display: none !important;
    }

    #mobile_block_cari {
        display: block !important;
        position: relative;
        top: -25px;
    }

    .categories {
        margin-top: -30px;
    }
}

@media screen and (max-width: 450px) and (min-width:300px) {

    .mob_32_wit {
        width: 32%;
    }

    .mob_49_wit {
        width: 49%;
    }

    .mob_text {
        display: none;
    }

    .mob_wit_70_eksi_3 {
        width: 70% !important;
        margin-bottom: -40px !important;
    }
}

@media screen and (max-width:470px) {
    .mob_top_0_sm {
        margin-top: 0px !important;
    }

    .mob_0_sm {
        margin: 0px !important;
    }

    .cari_blok {
        position: relative;
        float: left;
        padding: 0px;
    }

    .mob_wit_100 {
        width: 100% !important;
        clear: both
    }
}

@media only screen and (min-height: 700px) {
    .textGenelOffOn {
        width: auto !important;
        float: left !important;
    }
}

@media only screen and (min-height: 490px) and (max-height:700px) {
    .textGenelOffOn {
        float: left !important;
    }
}

@media only screen and (min-height: 390px) and (max-height:490px) {
    .textGenelOffOn {
        float: left !important;
    }
}

@media only screen and (min-height: 330px) and (max-height:390px) {
    .textGenelOffOn {
        float: left !important;
    }
}

@media screen and (min-width: 475px) and (max-width: 700px) and (max-height: 390px) {
    .mob_text {
        display: none;
    }
}

@media screen and (max-width:390px) {
    .tablealtkisim1 {
        width: 100%;
    }

    .tablealtkisim2 {
        width: 100%;
        margin-top: 10px;
    }

    .tablealtkisim3 {
        width: 100%;
    }

    .tablealtkisim4 {
        width: 100%;
    }

    .tablealtkisimborder {
        border: 0px solid !important;
    }

    .tutarsutungrafigi {
        width: 100% !important;
    }

    .miktarsutungrafigi {
        width: 100% !important;
    }
}

@media screen and (max-height:330px) {
    .textGenelOffOn {
        float: left !important;
    }

    .textGenelOffOn {
        float: left !important;
    }
}

@media only screen and (min-width: 360px) and (max-width: 515px) {
    .randevuTab {
        width: 100%;
        height: 270px;
        overflow: auto;
    }
}

@media screen and (max-width:360px) {
    .randevuTab {
        width: 100%;
        height: 200px !important;
        overflow: auto;
    }
}

@media screen and (max-width:410px) {
    .randevuTab {
        width: 100%;
        height: 240px;
        overflow: auto;
    }

    .dx-toolbar-bottom {
        height: 90px;
    }
}


/*halley 963 menü */
@media (max-width: 1130px) {
    #halleyContent #bulut-menu-sag2-bulut {
        width: 50px;
    }
}

@media (max-width: 1300px) {
    #halleyContent #footer-ic {
        width: 95%;
        margin-left: 5%;
    }

    /*#halleyContent #footer-ebulten p {
        font-size: 15px;
    }

    #halleyContent #footer-hizlierisim ul li a {
        font-size: 16px;
    }*/
}

@media screen and (max-width:500px) {
    .h_back {
        background-position: inherit;
    }

    .is_back {
        background-position: inherit;
    }

    #h_log_block {
        width: 92% !important;
        margin: auto;
        position: relative !important;
        left: auto !important;
        top: 10px;
        margin-left: auto !important;
        height: 420px;
    }

        #h_log_block .loginSifre a {
            width: 100%;
        }
}

@media screen and (max-width:350px) {
    .h_bl {
        margin-bottom: 10px !important;
    }
}

#halleyContent .buton-mail {
    width: auto;
    height: auto;
}

#halleyContent .mail-kutusu-yazi {
    height: auto;
}
/*halley*/

.sayac_cs {
    font-weight: 600;
    position: absolute;
    right: 40px;
    margin-top: 10px;
    font-size: 20px;
}

#animblock {
    float: right;
    width: 75%;
}

    #animblock img {
        width: 100%;
        border: 1px solid #4aaaa5;
    }

#animblock2 {
    float: right;
    width: 75%;
}

    #animblock2 img {
        width: 100%;
        border: 1px solid #4aaaa5;
    }
.is_back_ilk {
    z-index: 99999;
    position: relative;
}

.is_back_login {
    background-image: url('../images/login_back.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: fixed !important;
    width: 70%;
    height: 100%;
}



#beysan .ustcizgi {
    background: #171796;
}

#beysan .is_kategoriler {
    width: 200px;
}
@media screen and (max-width:750px) {
    #beysan .is_urunlistesi span {
        font-size: 17px;
    }
    #beysan .is_kategoriler {
        width: 30% !important;
    }

    #beysan .is_urunlistesi {
        width: 67% !important;
    }

    #beysan .is_katalog {
        width: 18%;
        font-size: 100%;
        padding-top: 24px;
    }
}

#beysan .is_arama_blogu {
    height: 50px;
    border-radius: 10px !important;
    margin-top: 15px;
    border: 1px solid #151595 !important;
    background: #f9f9f9 !important;
}

#beysan .is_ara {
    margin-top: -42px;
    margin-right: 10px;
}

#beysan .urun {
    border: 1px solid #c6c6ff;
    padding: 5px 0px;
    height: 440px;
    box-shadow: 1px 1px 1px grey;
    background: white;
}

#beysan #kategorilerTreeView ul li div {
    padding-left: 2px !important;
    text-align: center;
    width: 100%;
}

#beysan #kategorilerTreeView ul li {
    border: 1px solid #ffffff52;
    border-radius: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
    background: #151595;
    text-align: center;
}

.beysan_border {
    background: url(../images/beypan/border_top.jpeg);
    height: 150px;
    position: absolute;
    width: 100%;
    left: 0;
    margin-top: 10px;
    opacity: 0.7;
    background-size: cover;
}

#beysan .is_searchblock {
    z-index: 999;
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
}

#beysan .is_kat_urun {
    z-index: 999;
    position: relative;
    padding: 20px;
    border-radius: 10px;
}

#beysan .is_urunlistesi {
    margin-top: 30px;
}

#beysan .urun_fiyati {
    float: right;
    font-weight: bold;
    color: #ed6e00;
    font-size: 20px;
    text-align: center;
    margin-right: 10px;
}

#beysan .is_st_sha {
    height: 50px;
    overflow: hidden;
}

#beysan .grid figure {
    max-height: 340px;
    margin-bottom: 10px;
}

#beysan .yan_baslik {
    width: 50%;
    float: left;
}

#beysan .alt_aciklama {
    float: right;
    font-weight: 600;
    font-size: 20px;
}

#beysan #yazi {
    width: 100%;
    padding: 20px;
}

.pdf_button {
    z-index: 99;
    right: 45px;
    top: 35px;
    background: white !important;
    border: 1px solid #dddddd;
}

    .pdf_button .dx-icon {
        color: #333333 !important;
    }

.paynetj-button {
    background: #446fb1 !important;
    border: none;
    margin: 7px 5px 5px 0px;
    float: left;
    border-radius: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: white;
    font-weight: 500;
    
}

#erbay .is_kategoriler {
    width: 200px;
}
#erbay .is_searchblock {
    z-index: 999;
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
}
.erbay_border {
    background: url(../images/beypan/border_top.jpeg);
    height: 150px;
    position: absolute;
    width: 100%;
    left: 0;
    margin-top: 10px;
    opacity: 0.7;
    background-size: cover;
}
#erbay .grid figure {
    max-height: 340px;
    margin-bottom: 10px;
}
#erbay .is_arama_blogu {
    height: 50px;
    border-radius: 10px !important;
    margin-top: 15px;
    border: 1px solid #151595 !important;
    background: #f9f9f9 !important;
}

#erbay .is_ara {
    margin-top: -42px;
    margin-right: 10px;
}
#erbay .alt_aciklama {
    float: right;
    font-weight: 600;
    font-size: 20px;
}

#erbay #yazi {
    width: 100%;
    padding: 20px;
}
.card-price {
    display: inline-block;
    width: auto;
    height: 38px;
    background-color: #4caf50;
    -webkit-border-radius: 3px 4px 4px 3px;
    -moz-border-radius: 3px 4px 4px 3px;
    border-radius: 3px 4px 4px 3px;
    border-left: 1px solid #6ab070;
    /* This makes room for the triangle */
    margin-left: 19px;
    position: relative;
    color: white;
    font-weight: 150;
    font-size: 15px;
    line-height: 32px;
    padding: 0 10px 0 10px;
}

    /* Makes the triangle */
    .card-price:before {
        content: "";
        position: absolute;
        display: block;
        left: -19px;
        width: 0;
        height: 0;
        border-top: 19px solid transparent;
        border-bottom: 19px solid transparent;
        border-right: 19px solid #4caf50;
    }

    /* Makes the circle */
    .card-price:after {
        content: "";
        background-color: white;
        border-radius: 20%;
        width: 4px;
        height: 4px;
        display: block;
        position: absolute;
        left: -9px;
        top: 17px;
    }
.aa {
    width: 100%;
}

@media only screen and (max-width: 900px) {
    .kategoriScroll {
        height: 20%;
    }

    .kategorikategoriScroll:active {
        height: auto;
    }
}
.myimg {
    width: 300px;
    height: 300px;
    object-fit:scale-down;
}

.stocks {
    width: 150px;
    height: 150px;
    object-fit: scale-down;
}


#sum_box h4 {
    text-align: left;
    margin-top: 0px;
    font-size: 30px;
    margin-bottom: 0px;
    margin-left: 3px;
    padding-bottom: 0px;
}

#sum_box p {
    margin-left:3px;
    margin-bottom:2px;
}

#sum_box .db:hover {
    background: #40516f;
    color: #fff;
}




    #sum_box .db:hover .icon {
        opacity: 1;
        color: #999999;
    }

#sum_box .icon {
    color: #fff;
    font-size: 40px;
    margin-top: 7px;
    margin-bottom: 0px;
    margin-right:3px;
    float: right;
}


.panel.income.db.mbm {
    background-color: #5cb85c;
}

.panel.profit.db.mbm {
    background-color: #5bc0de;
}


.panel.task.db.mbm {
    background-color: #f0ad4e;

}

.backAnimation {
    background: none;
    animation: mymove 5s infinite;
}

@keyframes mymove {
    from {
        background-color: none;
    }

    to {
        background-color: #318c3a;
    }

}