:root {
    --PortalColor: #4aaaa5;
}

#headerLp {
    color: var(--renk);
}

.bot_5 {
    margin-bottom: 20px;
}

.top_15 {
    margin-top: 15px;
}

.block_out {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    background-position: center center;
}

.block_out_police {
    background-image: url(https://bayiportal.lastikpark.com/images/police_back.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    background-position: center center;
}

/* ///////////..utility classes../////////// */

.container {
    /* max-width: 1200px; */
    width: 86%;
    margin: auto;
}

.btn {
    display: inline-block;
    padding: 0.5em 1.5em;
    text-decoration: none;
    border-radius: 50px;
    cursor: pointer;
    outline: none;
    margin-top: 1em;
    text-transform: uppercase;
    font-weight: small;
}

.btn-primary {
    color: #fff;
    background: #16a083;
}

    .btn-primary:hover {
        background: #117964;
        transition: background 0.3s ease-in-out;
    }

/* ............/navbar/............ *

/* desktop mode............/// */

.navbar input[type="checkbox"],
.navbar .hamburger-lines {
    display: none;
}

.navbar {
    position: fixed;
    width: 100%;
    color: #000;
    opacity: 0.97;
    height: 50px;
    z-index: 12;
}

.navbar-container {
    display: flex;
    justify-content: right;
    height: 64px;
    align-items: center;
    /* float: right; */
}

.menu-items {
    order: 2;
    display: flex;
    height: 62px;
    /* background-color: black; */
    text-align: center;
    padding-top: 10px;
    /* width: 100%; */
}

    .menu-items li {
        list-style: none;
        /* display: block; */ margin-bottom: 0.5rem;
        /* font-size: 1.2rem; */
        margin-right: 10px;
        background-color: #fff;
        /* height: 110%; */ padding-top: 13px;
        padding-top: -14px;
        box-shadow: 1px 1px 8px #000;
    }

    .menu-items a {
        text-decoration: none;
        font-size: 14px;
        font-weight: 700;
        transition: color 0.3s ease-in-out;
        width: 100%;
        height: 100%;
        padding: 13px;
        background-color: transparent;
        color: var(--PortalColor);
        /*text-shadow: 1px 1px 1px #000000;*/
    }

    .menu-items ul li a {
        /* width: 252px !important; */
    }

.menubtnlogolp {
    background-image: url('https://bayiportal.lastikpark.com/img/logo.ico');
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 38px;
}

.menu-items a:hover {
    /*color: #ffffff;*/
    /*background-color: var(--PortalColor);*/
    transition: color 0.3s ease-in-out;
    text-shadow: 0px 0px 1px white;
}

.menu-items li:hover {
    color: #ffffff;
    /*background-color: var(--PortalColor);*/
    transition: color 0.3s ease-in-out;
    /*text-shadow: 2px 2px 2px white !important;*/
}

.menu-items li ul {
    /* background-color: var(--PortalColor); */
    display: none;
    position: absolute;
    /* width: 160px; */
    margin-top: 15px; /* height: auto; */
    margin-left: 0; /* left: 0; */
}

.menu-items li:hover ul {
    display: block;
    /*background-color: white;*/
    /*margin-top: 10px;*/
}

.menu-items ul li {
    /* display: block; */
    /* background-color: white; */
    height: 41px !important;
    /* margin-top: -16px; */
    text-align: left;
    /* width: 216px; */
    padding-right: 9px;
    margin-bottom: 6px !important;
    box-shadow: 0px 4px 8px 0px #000;
}


    .menu-items ul li:hover, .menu-items li ul li a:hover {
        background-color: var(--PortalColor);
        color: white;
        text-shadow: 0px 1px 1px white;
    }

.menu-items li ul li a {
    text-decoration: none;
    color: #000000;
    font-weight: 400;
    transition: color 0.3s ease-in-out;
    /* width: 100%; */
    height: 100%;
    padding: 8px;
    /* background-color: #ffffff; */
}

.menu-items .profilim {
    right: 7%;
}

    .menu-items .profilim li {
        right: 0;
    }

.logo {
    order: 1;
    font-size: 2.3rem;
    margin-bottom: 0.5rem;
}




/* ......../ media query /.......... */

@media (min-width: 810px) and (max-width: 1250px) {
    .navLp-containerUst {
        margin-top: 60px;
        float: right;
    }

    .navLp-bayi {
        margin-top: -124px !important;
    }

    #idgallery {
        height: auto !important;
    }
}


@media (max-width: 810px) {

    .dx-popup-wrapper > .dx-overlay-content {
        /* width: 97% !important; */
        /* margin-left: -90px !important; */
    }

    #idgallery {
        height: auto !important;
    }

    .menu-items li ul {
        background-color: #ffffff;
        margin-top: 8px;
        opacity: 1;
    }

    .menu-items li {
        text-align: left;
    }

    .navbar {
        opacity: 0.95;
        /* float:left !important; */
    }

    .navLp-containerUst {
        /* width: 100px !important; */
    }

    .navbar-container input[type="checkbox"],
    .navbar-container .hamburger-lines {
        display: block;
    }

    .navbar-container {
        display: block;
        position: relative;
        height: 64px;
        float: left;
    }

        .navbar-container input[type="checkbox"] {
            position: absolute;
            display: block;
            height: 35px;
            width: 42px;
            top: 15px;
            left: 15px;
            z-index: 5;
            opacity: 0;
        }

        .navbar-container .hamburger-lines {
            display: block;
            height: 23px;
            width: 35px;
            position: absolute;
            top: 17px;
            left: 20px;
            z-index: 2;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

            .navbar-container .hamburger-lines .line {
                display: block;
                height: 5px;
                width: 100%;
                border-radius: 10px;
                background: #fff;
                border: 0.1px solid var(--PortalColor);
            }

            .navbar-container .hamburger-lines .line1 {
                transform-origin: 0% 0%;
                transition: transform 0.4s ease-in-out;
            }

            .navbar-container .hamburger-lines .line2 {
                transition: transform 0.2s ease-in-out;
            }

            .navbar-container .hamburger-lines .line3 {
                transform-origin: 0% 100%;
                transition: transform 0.4s ease-in-out;
            }

    .navbar .menu-items {
        padding-top: 100px;
        background: #fff;
        height: 100vh;
        max-width: 300px;
        transform: translate(-150%);
        display: flex;
        flex-direction: column;
        margin-left: -40px;
        padding-left: 50px;
        transition: transform 0.5s ease-in-out;
        box-shadow: 5px 0px 10px 0px #aaa;
    }

        .navbar .menu-items li {
            margin-bottom: 1.5rem;
            font-size: 1.3rem;
            font-weight: 500;
            height: 45px;
        }

    .logo {
        position: absolute;
        top: 5px;
        right: 15px;
        font-size: 2rem;
    }

    .navbar-container input[type="checkbox"]:checked ~ .menu-items {
        transform: translateX(0);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
        transform: rotate(33deg);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
        transform: scaleY(0);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
        transform: rotate(-33deg);
    }

    .logoLp-container {
        float: right !important;
        width: 68% !important; /* height: 100px !important; */ /* top: 0; */
        right: 0; /* margin-left: 100px; */
    }

        .logoLp-container .logo {
            position: absolute;
            top: 8px;
            right: 15px;
            font-size: 3rem;
            height: auto;
            width: 36%;
            /* left: 8px; */
        }

    .kol_wit_50 {
        /* width: 84% !important; */
    }

    .dashboard-stat {
        width: 100%;
        float: left;
        /* height: 132px; */
        padding-top: 7px;
        margin-bottom: 9px;
    }

        .dashboard-stat div, span {
            font-size: 12px !important;
        }

    .navLp-container {
        margin-top: -51px !important; /* width: 100px !important; */
        margin-right: 0px !important;
    }

    .navLp-containerUst {
        margin-top: 35px;
        width: 100% !important;
        float: right;
    }

    .navLp-bayi {
        /* margin-top: 5px !important; */
        /* float: left !important; */
        /* margin-left: -12px; */ margin-top: -30px !important;
        /* font-size: 9px; */
        /* float: left !important; */
        width: 100% !important;
        right: 0;
        /* margin-left: -91%; */
    }

    #CariBilgileri {
        font-weight: 600 !important;
        width: 100%;
        text-align: right !important;
    }
}

@media (max-width: 500px) {
    .navLp-bayi {
        /* margin-top: -35px !important; */
        /* font-size: 11px; */
        /* float: left !important; */
        width: 100% !important;
        right: 0;
        /* margin-left: -52%; */
    }

    html {
        font-size: 65%;
    }

    .navbar .menu-items li {
        font-size: 1.6rem;
    }

    .testimonial-container {
        flex-direction: column;
        text-align: center;
    }

    .food-menu-container img {
        margin: auto;
    }

    .food-menu-item {
        flex-direction: column;
        text-align: center;
    }

    .form-container {
        width: 90%;
    }

    .contact-container {
        display: flex;
        flex-direction: column;
    }

    .contact-img {
        width: 90%;
        margin: 3rem auto;
    }

    .logoLp-container .logo {
        position: absolute;
        top: 8px;
        right: 15px;
        font-size: 3rem;
        height: auto;
        width: 51%;
        /* left: 8px; */
    }
}

@media (min-width: 769px) and (max-width: 1200px) {
    .img-container h3 {
        font-size: 1.5rem;
    }

    .img-container .btn {
        font-size: 0.7rem;
    }
}

@media (orientation: landscape) and (max-height: 500px) {
    .showcase-area {
        height: 50vmax;
    }
}

.marshallogo {
    background-color: #FAFA47 !important;
    font-weight: bolder !important;
    font-size: large background: url(https://bayiportal.lastikpark.com/img/Marshal-Tire.png?mmxchache=1) no-repeat 60px 8px;
    /*background-size: 128px 48px;*/
}

.michelin_stok_logo {
    background-color: #FAFA47 !important;
    font-weight: bolder !important;
    background: url(https://bayiportal.lastikpark.com/img/michelin.png) no-repeat center;
    background-size: 130px 50px !important;
    padding-left: 50px !important;
}

.michelin_stok_logo2 {
    background-color: #FAFA47 !important;
    font-weight: bolder !important;
    /* background: url(https://bayiportal.lastikpark.com/img/michelin.png) no-repeat center; */
    background-size: 75px 50px !important;
    padding-left: 50px !important;
}

.goodyear_stok_logo {
    background-color: #FAFA47 !important;
    font-weight: bolder !important;
    background: url(https://bayiportal.lastikpark.com/img/goodyear_stok_logo.png) no-repeat center;
    background-size: 75px 50px !important;
    padding-left: 50px !important;
}

.goodyear_stok_logo2 {
    background-color: #FAFA47 !important;
    font-weight: bolder !important;
    /* background: url(https://bayiportal.lastikpark.com/img/goodyear_stok_logo.png) no-repeat center; */
    background-size: 75px 50px !important;
    padding-left: 50px !important;
}

.pirelli_stok_logo {
    background: url(https://bayiportal.lastikpark.com/img/Pirelli_StokLogo.png) no-repeat center;
    background-size: 175px 50px !important;
    padding-left: 50px !important;
    background-color: #FAFA47 !important;
    font-weight: bolder !important;
}
.pirelli_stok_logo2 {
    /*background: url(https://bayiportal.lastikpark.com/img/Pirelli_StokLogo.png) no-repeat center;*/
    background-size: 175px 50px !important;
    padding-left: 50px !important;
    background-color: #FAFA47 !important;
    font-weight: bolder !important;
}


.michelinlogo {
    background-color: #FAFA47 !important;
    font-weight: bolder !important;
    font-size: large background: url(https://bayiportal.lastikpark.com/img/michelin.png?mmxchache=1) no-repeat 60px 8px;
    /*background-size: 128px 48px;*/
}

.michelinlogo2 {
    background: url(https://bayiportal.lastikpark.com/img/GoodyearLogo.png?mmxchache=1) no-repeat center;
    background-size: 64px 24px;
    padding-left: 50px !important;
}

/*------------------------------------------------------------------
  [Login]
*/
.bd {
    font: 13px /100% arial, sans-serif !important;
    color: #000000;
    cursor: pointer;
}

.panel-body {
    padding: 15px 20px 20px;
}

.login-container .panel-default {
    background: transparent;
    padding: 0;
    border: 0;
    overflow: hidden;
    margin-bottom: 20px;
}

    .login-container .panel-default .panel-heading {
        padding: 0;
        background: transparent;
        border: 0;
        text-align: center;
        margin-bottom: 20px;
    }

        .login-container .panel-default .panel-heading span {
            display: block;
            color: #858383;
            line-height: 20px;
            font-size: 15px;
            font-weight: 400;
            font-family: 'Raleway', sans-serif;
            margin-top: 10px;
            padding-bottom: 10px;
        }

    .login-container .panel-default .panel-body .form-group {
        margin: 0;
        padding: 0;
    }

        .login-container .panel-default .panel-body .form-group > div {
            padding: 0;
        }

        .login-container .panel-default .panel-body .form-group .input-group {
            border-bottom: 2px solid #4a4949;
            padding: 10px 0;
        }

            .login-container .panel-default .panel-body .form-group .input-group .input-group-addon {
                border: 0;
                background-color: transparent;
            }

                .login-container .panel-default .panel-body .form-group .input-group .input-group-addon .icon {
                    font-size: 20px;
                    color: #ffffff;
                }

            .login-container .panel-default .panel-body .form-group .input-group .form-control {
                border: 0;
                background-color: transparent;
                box-shadow: none;
                color: #a3a2a2;
                padding: 0;
                font-family: 'Raleway', sans-serif;
                font-size: 14px;
                font-weight: 500;
                height: 36px;
            }

            .login-container .panel-default .panel-body .form-group .input-group.parsley-error {
                border-color: #f49090;
            }

        .login-container .panel-default .panel-body .form-group.login-submit {
            padding-top: 35px;
            padding-bottom: 15px;
        }

            .login-container .panel-default .panel-body .form-group.login-submit .btn {
                width: 100%;
                font-size: 19px;
                font-weight: 500;
                box-shadow: 0px 1px 7px black !important;
            }

        .login-container .panel-default .panel-body .form-group.footer {
            margin-top: 3px;
            line-height: 35px;
            font-size: 14px;
        }

        .login-container .panel-default .panel-body .form-group .remember {
            text-align: right;
            color: #a3a2a2;
            float: right;
        }

            .login-container .panel-default .panel-body .form-group .remember label {
                margin: 0;
                cursor: pointer;
            }

            .login-container .panel-default .panel-body .form-group .remember .am-checkbox {
                display: inline-block;
                margin-left: 7px;
            }

                .login-container .panel-default .panel-body .form-group .remember .am-checkbox input[type="checkbox"] + label:before {
                    border-color: #4a4949;
                }

                .login-container .panel-default .panel-body .form-group .remember .am-checkbox input[type="checkbox"] + label:hover:before {
                    border-color: #575555;
                }

.login_question {
    color: #000000;
    float: right;
    margin-top: 5px;
    margin-right: -5px;
    line-height: 28px;
}

.login_bilgi {
    font-weight: 600 !important;
    color: var(--PortalColor) !important;
    font-size: 22px !important;
    text-shadow: 0px 0px 5px #a7a7a7;
}

.loginss2 {
    height: 1000px;
    background-color: aqua;
}

input:-webkit-autofill {
    background-color: none !important;
}

.login-container .panel-default {
    overflow: inherit;
    margin-bottom: 0px !important;
}

.login-container_sigorta {
    background: #fdfdfd;
    box-shadow: 0px 0px 5px 1px #b90000;
    padding: 6px;
    width: 625px;
    position: absolute;
    top: 42%;
    left: 44%;
    margin-left: -200px;
    margin-top: -250px;
}

.dis_ul {
    margin-top: -10px;
    width: 310px;
    min-width: 310px;
    margin-right: -300px;
}

.bottom-tel {
    color: #ee1b24;
    font-size: 20px;
    font-weight: 900;
}

    .bottom-tel a:hover {
        text-shadow: 0px 0px 5px white;
    }

.login-container .panel-default .panel-body .form-group .input-group .form-control {
    font-family: inherit;
    font-weight: 600;
}

@media (max-width: 767px) {
    .login-container {
        margin-top: 50px;
    }
}

.loginbody {
    height: 100% !important;
}

#login_ust_div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.login-container {
    background: rgb(255 255 255 / 40%);
    box-shadow: 1px 1px 92px 0px black;
    padding: 6px;
    width: 625px;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    border-radius: 3px;
}



#yukariPortal {
    display: none;
    position: fixed;
    bottom: 22px;
    right: 20px;
    z-index: 9999;
    cursor: pointer;
    float: right;
    max-width: 40px;
}

#Portal_Yukari {
    position: fixed;
    bottom: 70px;
    right: 20px;
    z-index: 9999;
    cursor: pointer;
    float: right;
    max-width: 40px;
}

#duyuruPopupDis {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    background-color: #49484880;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
}

#duyuruPopupIc {
    width: auto;
    height: 90%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    /* background-color: #ffffffe8; */
    border-radius: 4px;
}

    #duyuruPopupIc img {
        display: flex;
        justify-content: center;
        align-items: center;
    }

.close_duyuru_popup {
    color: #333;
    font: 24px/100% arial, sans-serif;
    position: relative;
    right: 36px;
    float: right;
    text-decoration: none;
    text-shadow: 0 3px 0px #fff;
    top: 15px;
}

    .close_duyuru_popup:after {
        content: '✖'; /* UTF-8 symbol */
    }
/***********************************************  SERVÃ„Â°S ANKET START  *********************************************************************************************************/
.ServisAnketGovde {
    width: 93%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    padding: 15px;
}

.ServisAnketsoru {
    font-weight: bold;
    float: left;
    margin-top: 10px;
}

.ServisAnketBaslik {
    color: #ed1c24;
    font-size: 19px;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}

.ServisAnketRadio {
    width: 100%;
    margin-top: 10px;
    margin-left: 20px;
}

.ServisAnketHizmetUst {
    width: 60%;
    float: left;
    margin-top: 10px;
}

.ServisAnketHizmet {
    float: left;
    margin-left: 10%;
    /* width: 150px; */
}

.ServisAnketHizmetCevap {
    float: right;
    margin-left: 10%;
    font-weight: bold;
    /* width: 40%; */
}

/***********************************************  SERVÃ„Â°S ANKET END  *********************************************************************************************************/
/***********************************************  POP UP START  *********************************************************************************************************/
.lp_popup_header {
    margin: -6px 0px 0px -15px !important;
    background-color: #e30613;
    color: white;
    width: 111% !important;
    height: 169% !important;
    padding: 4px 30px !important;
}

/***********************************************  POP UP END  **********************************************************************************************************/
/***********************************************  PORTAL SARF MALZEMELER  START  ***************************************************************************************/
.tekerlek_yukleniyor {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    background-color: #49484880;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
}

    .tekerlek_yukleniyor span {
        margin-left: 10px;
        color: #010101;
    }

.tekerlek_yukleniyor_alt {
    width: 250px;
    height: 110px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    background-color: #ffffffe8;
    border-radius: 4px;
}

.tekerlek_dondur {
    animation: teker_rotation 1800ms infinite linear;
    transform-origin: 50% 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes teker_rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.yanipSonen {
    animation: blinker 1.2s linear infinite;
    color: white;
}

@keyframes blinker {
    50% {
        opacity: 0.6;
    }
}

.yeniYildiz {
    width: 65px;
    height: auto;
    position: absolute;
    top: -20px;
    right: -15px;
}
/***********************************************  PORTAL SARF MALZEMELER  END  *****************************************************************************************/
/*  YENÃ„Â° CSS*/
body {
    font: normal 13px/20px Arial, Helvetica, sans-serif;
    word-wrap: break-word;
    color: #eee;
    background: #353535;
    overflow: auto;
    margin: 0;
    padding: 0;
    background-color: white;
}

#countdown {
    width: 352px;
    text-align: center;
    background: #222;
    background-image: -webkit-linear-gradient(top, #222, #333, #333, #222);
    background-image: -moz-linear-gradient(top, #222, #333, #333, #222);
    background-image: -ms-linear-gradient(top, #222, #333, #333, #222);
    background-image: -o-linear-gradient(top, #222, #333, #333, #222);
    border: 1px solid #111;
    border-radius: 5px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
    margin: auto;
    padding: 23px 0;
    position: fixed;
    top: 18px;
    right: 1050px;
    z-index: 99999999999;
}

    #countdown:before {
        content: "";
        width: 8px;
        height: 65px;
        background: #444;
        background-image: -webkit-linear-gradient(top, #555, #444, #444, #555);
        background-image: -moz-linear-gradient(top, #555, #444, #444, #555);
        background-image: -ms-linear-gradient(top, #555, #444, #444, #555);
        background-image: -o-linear-gradient(top, #555, #444, #444, #555);
        border: 1px solid #111;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        display: block;
        position: absolute;
        left: -10px;
        top: 25px;
    }

#headerLp {
    position: relative;
    width: 100%;
    /* min-height: 132px; */
    /* height: auto; */
    margin: 0 0 5em 0;
    background-color: var(--PortalColor) !important;
}

#Lpportalheader {
    background-color: var(--PortalColor) !important;
    height: auto;
    position: absolute;
    margin-top: 0;
    box-shadow: 0px -4px 16px 0px black;
}

.navLp-bayi {
    float: right;
    width: 100%;
    margin-top: 9px;
    margin-bottom: 9px;
    padding-right: 20px;
}

#CariBilgileri {
    /* width: 100%; */
    float: right;
    font-weight: 900;
    margin-right: 0px;
    font-size: larger;
    text-align: left;
    /* padding-left: 69%; */
}

#CariBilgilerX1300 {
    float: right;
    /* width: auto; */
    float: right;
    font-weight: 900;
    margin-right: 0px;
    margin-top: 2%;
    display: none;
    width: 100%;
    height: 20%;
}

#sepeticon {
    color: var(--PortalColor);
    border: 2px solid var(--PortalColor);
    margin-top: -2px;
}


.GorusveOnerilerDiv {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-left: 20px;
    min-height: 120px;
}

#GorusveOnerilerDiv {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-left: 20px;
    min-height: 120px;
    display: none;
}

#portalDestekDiv {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-left: 20px;
    min-height: 120px;
    display: none;
}

#sepeticon {
    color: var(--PortalColor);
    border: 2px solid var(--PortalColor);
    margin-top: -2px;
}

#duyuruicon {
    margin-top: -2px;
    color: var(--PortalColor);
    border: 2px solid var(--PortalColor);
    margin-top: -2px;
}

.dropdownimgLp {
    width: 21px;
    height: auto;
    float: right;
}

.logoLp-container {
    overflow: hidden;
    /* width: 185px; */
    height: auto;
    width: 35%;
    margin-top: 2%;
    margin-bottom: 2%;
    display: flex;
    top: 40px;
    /* left: 50px; */
    z-index: 55;
    float: left;
    /* justify-content: center; */
    /* align-items: center; */
    padding-left: 50px;
}

.navLp-containerUst {
    height: 80%;
    float: left;
    /* padding-right: 20px; */
    width: 65%;
}

.navLp-container {
    margin-top: 22px;
    height: auto;
    float: right;
    width: 100%;
    margin-right: -6.3%;
}

.btnLp {
    background-color: white;
    /*var(--PortalColor);*/
    color: white;
    padding: 10px;
    font-size: 15px;
    border: none;
    cursor: pointer;
    height: 50px;
}


.alt_text {
    text-align: center !important;
    padding-right: 15px;
}

    .alt_text input {
        text-align: center !important;
        background: none;
    }

.alt_text {
    background: none !important;
    position: relative;
    z-index: 11;
}

.text_line {
    position: relative;
    display: inline-block;
}

    .text_line span {
        position: absolute;
        top: 12px;
        vertical-align: middle;
        line-height: 100%;
        font-weight: 600;
        width: 100%;
        text-align: center;
        z-index: 10;
    }

.ust_baslik {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 16px;
}

.alt_baslik {
    font-weight: 600;
    margin-bottom: 10px;
    text-shadow: -1px -1px 0px #a5a5a5;
}

.al_center {
    text-align: center;
}

.bilgi_yazi {
    font-size: 17px;
    margin-top: 10px;
}

.bilgi_img {
    margin-right: 10px;
}

.siparis_tamamla {
    float: left;
    margin-right: 50px;
    position: relative;
    top: 6px;
    width: 70%;
    margin-bottom: 8px;
}

.wit_100 {
    width: 100%;
}

.spet-ozet {
    width: 100%;
    float: left;
    height: 100%;
    background: #e9edef;
    padding: 20px;
    background-color: #efefef !important;
    border-color: #efefef !important;
    background: -webkit-linear-gradient(#fafafa, #efefef) !important;
    background: -o-linear-gradient(#fafafa, #efefef) !important;
    background: -moz-linear-gradient(#fafafa, #efefef) !important;
    background: linear-gradient(#fafafa, #efefef) !important;
}

.so-title {
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: 600;
    text-align: right;
    border-bottom: 1px solid #cdcdcd;
    padding: 0 0 10px 0;
}

.so-bottom {
    width: 100%;
    float: left;
    padding: 20px 0 0 0;
}

    .so-bottom ul {
        width: 100%;
        float: left;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .so-bottom ul li {
            width: 100%;
            float: right;
            text-align: right;
            font-size: 12px;
            padding: 0 0 20px 0;
        }

            .so-bottom ul li:last-child {
                padding: 0;
            }

            .so-bottom ul li .price-b {
                width: 100%;
                float: right;
                font-size: 18px;
                font-weight: 600;
            }

.dropbtnLp {
    background-color: white;
    /*var(--PortalColor);*/
    color: white;
    padding: 10px;
    font-size: 15px;
    border: none;
    cursor: pointer;
    color: var(--PortalColor);
    height: 50px;
}

.dropdownLpProfilim {
    display: inline-block;
    float: right;
    margin-left: 10px;
}

.dropdownLpProfilim-content {
    margin-left: -115px;
    display: none;
    width: 225px;
    background-color: white;
    min-width: 180px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    position: absolute !important;
}

    .dropdownLpProfilim-content a {
        color: black;
        padding: 7px 16px;
        text-decoration: none;
        display: block;
    }

.dropdownLpProfilim a:hover {
    background-color: white;
}

.dropdownLpProfilim-content a:hover {
    background-color: var(--PortalColor);
    color: white;
}

.dropdownLpProfilim:hover .dropdownLpProfilim-content {
    display: block;
    position: relative;
}

.dropdownLpProfilim:hover .dropbtnLp {
    /*background-color: var(--PortalColor);*/
}

.dropdownLpUygulamalar {
    display: inline-block;
    float: right;
    margin-left: 10px;
}

#slidergalery {
    margin-top: 2%;
    text-align: center;
}

.dropdownLpUygulamalar-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 212px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdownLpUygulamalar-content a {
        color: black;
        padding: 7px 8px;
        text-decoration: none;
        display: block;
    }

.dropdownLpUygulamalar a:hover {
    background-color: white;
}

.dropdownLpUygulamalar-content a:hover {
    background-color: var(--PortalColor);
    color: white;
}

.dropdownLpUygulamalar:hover .dropdownLpUygulamalar-content {
    display: block;
}

.dropdownLpUygulamalar:hover .dropbtnLp {
    /*background-color: var(--PortalColor);*/
}

.dropdownLpProfilim {
    display: inline-block;
    float: right;
    margin-left: 10px;
}

.dropdownLpProfilim-content {
    margin-left: -115px;
    display: none;
    width: 225px;
    background-color: white;
    min-width: 180px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    position: absolute !important;
}

#countdown:after {
    content: "";
    width: 8px;
    height: 65px;
    background: #444;
    background-image: -webkit-linear-gradient(top, #555, #444, #444, #555);
    background-image: -moz-linear-gradient(top, #555, #444, #444, #555);
    background-image: -ms-linear-gradient(top, #555, #444, #444, #555);
    background-image: -o-linear-gradient(top, #555, #444, #444, #555);
    border: 1px solid #111;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    display: block;
    position: absolute;
    right: -10px;
    top: 25px;
}

#countdown #tiles {
    position: relative;
    z-index: 1;
}

    #countdown #tiles > span {
        width: 92px;
        max-width: 92px;
        font: bold 48px 'Droid Sans', Arial, sans-serif;
        text-align: center;
        color: #111;
        background-color: #ddd;
        background-image: -webkit-linear-gradient(top, #bbb, #eee);
        background-image: -moz-linear-gradient(top, #bbb, #eee);
        background-image: -ms-linear-gradient(top, #bbb, #eee);
        background-image: -o-linear-gradient(top, #bbb, #eee);
        border-top: 1px solid #fff;
        border-radius: 3px;
        box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
        margin: 0 7px;
        padding: 1px 0;
        display: inline-block;
        position: relative;
    }

        #countdown #tiles > span:before {
            content: "";
            width: 100%;
            height: 13px;
            background: #111;
            display: block;
            padding: 0 3px;
            position: absolute;
            left: -3px;
            z-index: -1;
        }

        #countdown #tiles > span:after {
            content: "";
            width: 100%;
            height: 1px;
            background: #eee;
            border-top: 1px solid #333;
            display: block;
            position: absolute;
            left: 0;
        }

#countdown .labels {
    width: 100%;
    height: 25px;
    text-align: center;
    position: absolute;
}

    #countdown .labels li {
        width: 102px;
        font: bold 15px 'Droid Sans', Arial, sans-serif;
        color: #ffffff;
        text-shadow: -1px 1px 1px #bd1b17;
        text-align: center;
        text-transform: uppercase;
        display: inline-block;
    }

#GorusVeOneriPopup {
    width: 94%;
    margin: 0 auto 0 auto;
    height: 100%;
}

#BayiProfiliPopup {
    width: 94%;
    margin: 0 auto 0 auto;
    height: 100%;
}


.dashboard-stat .more {
    font-weight: 600;
    text-shadow: none !important;
    opacity: 1;
}

.portalSarfListMenu ul li {
    font-weight: bold !important;
    font-size: 17px;
    color: red !important;
}

    .portalSarfListMenu ul li ul li {
        font-weight: normal !important;
        color: red !important;
        font-size: 14px;
    }

.portalSarfGridButon {
    width: 100% !important;
    text-align: center !important;
    padding: 0 !important;
}

    .portalSarfGridButon:hover {
        width: 100%;
        text-align: center !important;
        padding: 0;
        background-color: #eb1f22 !important;
    }

.col-md-12 #grid-container378 td .btn {
    color: white !important;
}

#KullanilabilirCh_div {
    background-color: var(--PortalColor);
    color: white !important;
    font-weight: 600;
    text-shadow: none !important;
    opacity: 1;
}

#KullanilabilirCh_incele {
    background-color: var(--PortalColor);
    color: #ffffff !important;
}

#KullanilabilirDbs_div {
    background-color: var(--PortalColor);
    color: white !important;
    font-weight: 600;
    text-shadow: none !important;
    opacity: 1;
}

#KullanilabilirDbs_incele {
    background-color: var(--PortalColor);
    color: #ffffff !important;
}

#siparisler_div {
    background-color: var(--PortalColor);
    color: white !important;
    font-weight: 600;
    text-shadow: none !important;
    opacity: 1;
}

#siparisler_incele {
    background-color: var(--PortalColor);
    color: #ffffff !important;
}

#borcalacak_div {
    background-color: var(--PortalColor);
    color: white !important;
    font-weight: 600;
    text-shadow: none !important;
    opacity: 1;
}

#borcalacak_incele {
    background-color: var(--PortalColor);
    color: #ffffff !important;
}

.popuph3 {
    margin: -6px 0px 0px -16px;
    background-color: var(--PortalColor);
    color: white;
    width: 111%;
    height: 169%;
    padding: 4px 30px;
    margin-left: -15px !important;
}

#BolgeSayisYoneticisiPopup {
    width: 94%;
    margin: 0 auto 0 auto;
    height: 100%;
}

#UyariPopup {
    width: 94%;
    margin: 0 auto 0 auto;
    height: 100%;
}

#uyariIcerikFont {
    font-size: larger;
    font-weight: bold;
}

.btn_LpOk {
    background: var(--PortalColor) !important;
    border: none;
    margin: 7px 5px 5px 0px;
}

    .btn_LpOk .dx-button-text {
        color: white;
        font-weight: 500;
    }

    .btn_LpOk:hover {
        background: #4a4a4a !important;
    }

    .btn_LpOk .dx-icon {
        color: white;
    }

.color_lastikpark {
    background: green;
}

.btnLp-success {
    color: var(--PortalColor);
    background-color: white;
    border-color: #4cae4c;
    margin-left: 10px;
    float: right;
}

.btn_login {
    height: 50px;
    color: white !important;
    font-size: 14px;
}

.dx-gallery-item-image {
    width: 100%;
    height: 100%;
}

.icon-2x {
    font-size: 25px;
}

.tab-content {
    background: none !important;
}

.nav-tabs li {
    background: none !important;
}

.nav-tabs {
    margin-bottom: -4px !important;
}

.oval-quotes {
    position: fixed;
    bottom: 0;
    color: #000;
    /*background: white;*/
    right: 50px;
    z-index: 999999;
    border-radius: .4em;
    border-top-left-radius: 0.4em;
    border-top-right-radius: 0.4em;
    border-bottom-right-radius: 0.4em;
    border-bottom-left-radius: 0.4em;
    /*margin-right: -46px;*/
    /*border-color: red;
    border-top-color: red;
    border-bottom-color: red;*/
    /*border-left:red;*/
    /*border-right:red;*/
    /* css3 */
    /*
          NOTES:
          -webkit-border-radius:Apx Bpx; // produces oval in safari 4 and chrome 4
          -webkit-border-radius:Apx / Bpx; // produces oval in chrome 4 (again!) but not supported in safari 4
          Not correct application of the current spec, therefore, using longhand to avoid future problems with webkit corrects this
          */
    /*-webkit-border-top-left-radius: 400px 350px;
            -webkit-border-top-right-radius: 400px 350px;
            -webkit-border-bottom-right-radius: 400px 350px;
            -webkit-border-bottom-left-radius: 400px 350px;
            -moz-border-radius: 400px / 350px;
            border-radius: 400px / 350px;*/
}

.dx-datagrid-headers {
    font-weight: bold;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

a {
    background-color: transparent;
}

b, strong {
    font-weight: bold;
}

img {
    border: 0;
    vertical-align: middle;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

input {
    line-height: normal;
}

    input[type="checkbox"], input[type="radio"] {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }


textarea {
    overflow: auto;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before, *:after {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: 100%;
    overflow-x: hidden;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #424242;
    /*var(--PortalColor);*/
    text-decoration: none;
}


[role="button"] {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 300;
    line-height: 1.1;
    color: inherit;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 18px;
    margin-bottom: 9px;
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 9px;
    margin-bottom: 9px;
}

h3, .h3 {
    font-size: 23px;
}

h5, .h5 {
    font-size: 13px;
}

p {
    margin: 0 0 9px;
}

.page-header {
    padding-bottom: 8px;
    margin: 36px 0 18px;
    border-bottom: 1px solid #eeeeee;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 9px;
}

blockquote {
    padding: 9px 18px;
    margin: 0 0 18px;
    font-size: 16.25px;
    /*border-left: 5px solid #eeeeee;
    border-right: 5px solid #eeeeee;
    border-top: 5px solid #eeeeee;
    border-bottom: 5px solid #eeeeee;*/
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

table {
    background-color: transparent;
}

select[multiple], select[size] {
    height: auto;
}

.form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 8px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #777777;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #eaeaea;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control::-webkit-input-placeholder {
        color: #999999;
    }

.form-group {
    margin-bottom: 20px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 0px 0px;
    font-size: 13px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-primary {
    border-color: var(--PortalColor);
    color: #ffffff;
    background-color: var(--PortalColor) !important;
    /*border-color: var(--PortalColor);*/
}

.btnPerakendeAyarlarKaydet {
    width: 175px;
    height: 36px;
    margin-top: 20px;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

    .fade.in {
        opacity: 1;
    }

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}


.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

    .input-group-addon, .input-group-btn, .input-group .form-control {
        display: table-cell;
    }


.input-group-addon {
    font-size: 15px;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    padding: 0 10px 0 10px;
}

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

        .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
            border-bottom-left-radius: 0;
            border-top-left-radius: 0;
        }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: -1px;
    }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

.nav-tabs {
    border-bottom: 1px solid transparent;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 0 0 0 0;
        }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #555555;
            background-color: #f0f0f0;
            border: 1px solid #ffffff;
            border-bottom-color: transparent;
            cursor: default;
        }

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 18px;
    border: 1px solid transparent;
    width: 100%;
    float: left !important;
    margin-right: 30px !important;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 1px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: white;
    border-radius: 10px;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
    clear: both;
}

p {
    font-size: inherit;
    line-height: 21px;
}

.nav-tabs {
    background-color: #f5f5f5;
    border-bottom-width: 0;
}

    .nav-tabs > li {
        margin-right: 2px;
    }

        .nav-tabs > li a {
            padding: 18px 20px;
            margin-right: 0;
            min-width: 80px;
            text-align: center;
            border-radius: 0;
            color: #555555;
            border-width: 0;
        }

        .nav-tabs > li.active {
            position: relative;
            background: transparent;
            color: var(--PortalColor);
        }

            .nav-tabs > li.active a, .nav-tabs > li.active a:hover, .nav-tabs > li.active a:focus {
                background-color: #ffffff;
            }

.tab-content {
    background: #ffffff;
    padding: 20px;
    margin-bottom: 40px;
}

.badge {
    font-size: 11px;
}

.form-control {
    border-width: 2px;
    box-shadow: none;
    padding: 10px 12px;
    font-size: 14px;
}

input.form-control, textarea.form-control {
    -webkit-appearance: none;
}

.input-group-btn .btn {
    height: 44px;
    width: 50px;
}

.xs-mb-15 {
    margin-bottom: 15px;
}


.nav-tabs {
    background-color: transparent;
    /*background-color: #2F373E;*/
    border-bottom-width: 0;
    margin-bottom: -10px;
    height: 66px;
    /*border-top-right-radius: 11px;
                border-top-left-radius: 11px;*/
}

    .nav-tabs > li {
        margin-right: 2px;
        background-color: transparent;
        /*background-color: #2F373E;*/
        /*color: #fff;*/
        color: #6C7B88;
        /*border-top-right-radius: 11px;
                    border-top-left-radius: 11px;*/
    }

        .nav-tabs > li a {
            padding: 18px 20px;
            margin-right: 0;
            min-width: 80px;
            text-align: center;
            border-radius: 0;
            /*color: #fff;*/
            color: #6C7B88;
            border-width: 0;
            /*border-top-right-radius: 11px;
                        border-top-left-radius: 11px;*/
        }

        .nav-tabs > li.active {
            position: relative;
            background-color: #2a3239;
            color: #000000;
        }

            .nav-tabs > li.active a, .nav-tabs > li.active a:hover, .nav-tabs > li.active a:focus {
                background: var(--PortalColor) !important;
                color: white;
            }

.tab-content {
    background: #f6f6f6;
    padding: 20px;
    margin-bottom: 40px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.dx-theme-generic-typography h3 {
    margin-left: 1%;
}

.cari_aciklama {
    float: left;
    font-size: 18px;
    margin-top: 15px;
    font-weight: bold;
}

.btn-primary {
    color: #ffffff;
    background-color: var(--PortalColor) !important;
    /*border-color: var(--PortalColor) !important;*/
    /*background: -webkit-linear-gradient(var(--PortalColor), #d50a11) !important;
    background: -o-linear-gradient(var(--PortalColor), #d50a11) !important;
    background: -moz-linear-gradient(var(--PortalColor), #d50a11) !important;*/
    /*background: linear-gradient(var(--PortalColor), #d50a11) !important;*/
}

.details.d_yil {
    left: 30px !important;
    right: inherit;
    padding-right: inherit;
}

#form-bp1, #form-bp2
.modal-content {
    box-shadow: 1px 1px 25px black;
}

    #form-bp1, #form-bp2
    .modal-content
    .left, .btn-default {
        padding: 10px;
        box-shadow: 1px 1px 25px black;
    }

    #form-bp1, #form-bp2
    .modal-content
    .btn {
        padding: 10px;
    }

.modal-header {
    background-color: var(--PortalColor) !important;
}

.desc_yil {
    text-align: left !important;
}

.dashboard-stat {
    background: -o-linear-gradient(var(--PortalColor));
    background: -moz-linear-gradient(var(--PortalColor));
}

.baslik_arama {
    float: left;
    width: 100%;
    font-weight: 600;
    margin-bottom: 5px;
}

.bot_10 {
    margin-bottom: 20px;
    float: left;
}

.bott_10 {
    margin-bottom: 10px;
    float: left;
}

.tab-content {
    float: left;
    width: 100%;
}

.icon-2x {
    margin-right: 4px;
}

.modal {
    background: rgba(117, 117, 117, 0.5);
}

.bold {
    font-weight: 600 !important;
}

.dx-checkbox-icon {
    width: 18px;
    height: 18px;
}

.top_5 {
    margin-top: 1px;
    float: left;
    margin-left: 5px;
}

.top_2 {
    margin-top: 2px;
}
/*layout*/
.page-header {
    margin: 0;
    padding: 0;
    border-bottom: none;
}
/*  extra  */
.noti-clss {
    margin: 0px 0px 0 0;
}

.login_question {
    color: #000000;
    float: right;
    margin-top: 10px;
    margin-right: -5px;
}

.login_bilgi {
    font-weight: 600 !important;
    color: var(--PortalColor) !important;
    font-size: 20px !important;
    text-shadow: 1px 1px 1px #000000;
}

input:-webkit-autofill {
    background-color: none !important;
}

.login-container .panel-default {
    overflow: inherit;
    margin-bottom: 0px !important;
}

.dis_ul {
    margin-top: -10px;
    width: 310px;
    min-width: 310px;
    margin-right: -300px;
}

.bottom-tel {
    color: #ee1b24;
    font-size: 20px;
    font-weight: 900;
}

.login-container .panel-default .panel-body .form-group .input-group .form-control {
    font-family: inherit;
    font-weight: 600;
}

.dx-gallery-item-image {
    width: 100%;
    height: 100%;
}

/***************************************************      MEDIA      ****************************************************************/


/*borÃƒÂ§ alacak ciro dbs cari hesap limiti kutucuklarÃ„Â± iÃƒÂ§in*/
@media only screen and (max-width: 1365px) {

    #popupdepo {
        height: 200px;
    }

    #CariBilgileri {
        /* display: none; */
    }

    #CariBilgilerX1300 {
        /* display: block; */
    }

    #slidergalery {
        margin-top: 5%;
    }

    #Lpportalheader {
        height: auto;
        background-color: red;
    }

    .navLp-containerUst {
        float: right;
    }

    .navLp-containerUst {
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .kol_wit_50 {
        width: 50% !important;
    }

    .mob_position_none {
        position: absolute !important;
    }
}

@media (min-width: 768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
        
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0;
    }
}

@media screen and (max-width: 480px) {
    .mb_margin_top_0 {
        margin-top: 74px !important;
    }
}

@media screen and (min-width: 481px) and (max-width: 600px) {
    .mb_margin_top_100 {
        margin-top: 190px !important;
    }

    .mb_margin_top_200 {
        margin-top: 118px !important;
    }
}

@media screen and (min-width: 601px) and (max-width: 700px) {
    .mb_margin_top_150 {
        margin-top: 120px !important;
    }
}
