﻿.PopupIslemButton, .aeButton {
    position: relative;
    overflow: hidden;
    transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
}

    .PopupIslemButton:after, .aeButton:after {
        background: #fff;
        position: absolute;
        content: "";
        width: 50%;
        height: 200px;
        top: -100px;
        opacity: 0;
        left: -100%;
        transform: rotate(10deg);
        transition: all 0ms cubic-bezier(0.19, 1, 0.22, 1);
    }

    .PopupIslemButton:hover:after, .aeButton:hover:after {
        opacity: .8;
        left: 100%;
        top: -50px;
        width: 30%;
        transform: rotate(45deg);
        transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
    }




#loginPanel, #confirmPanel, #reportPanel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: red;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.70);
    display: none;
}

.loginContent {
    width: 76%;
    max-width: 650px;
    margin: auto;
    background-color: #106eea;
    top: 150px;
    border-radius: 5px;
    padding: 25px;
}

.loginImg img {
    height: 370px;
    width: 100%;
}

.loginContent .form-control {
    background-color: rgba(255, 255, 255, 0.90) !important;
    margin-bottom: 10px;
    width: 90%;
    border: 1px solid #fff;
    border-radius: 1px;
    padding-left: 15px;
}

.divSifremiUnuttum {
    color: #fff;
    width: 200px;
    float: left;
    margin-top: -15px;
    margin-right: 10px;
}

    .divSifremiUnuttum a {
        color: #fff;
        font-size: 12px;
        display: inline-block;
        padding: 5px;
    }

    .divSifremiUnuttum span {
        color: #fff;
        text-align: center;
        width: 10px;
    }



.confirmContent {
    width: 76%;
    max-width: 650px;
    background-color: #106eea;
    top: 150px;
    border-radius: 5px;
    padding: 5px;
    float: left;
    margin-left: 12%;
}

.confirmTitle {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    float: left;
    background-color: #2b7fee;
    padding: 7px 15px;
    margin-top: 3px;
}

.ConfirmMessage {
    color: #fff;
    font-size: 14px;
    width: 100%;
    padding: 10px 15px;
    float: left;
}


.ConfirmText, .ConfirmDate {
    width: 100%;
    padding: 0px 15px;
    float: left;
    display: none;
    margin-top: -5px;
}

.ConfirmTextInput, .ConfirmDateInput {
    font-size: 14px;
    width: 100%;
    padding: 10px 15px;
    float: left;
    height: 100px;
    max-height: 100px;
    min-height: 100px;
    margin-bottom: 10px;
    background-color: #2b7fee;
    border: 1px solid #106eea;
    color: #fff;
}

.ConfirmDateInput {
    height: 40px;
    max-height: 40px;
    min-height: 40px;
}


.ConfirmButton {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 5px;
}


.btnConfirmClose {
    background-color: #394969 !important;
}

.ConfirmButton div {
    float: right;
    margin-right: 5px;
    font-size: 12px !important;
    font-weight: bold;
    min-width: 80px;
}



.reportContent {
    width: 76%;
    max-width: 950px;
    background-color: #106eea;
    border-radius: 5px;
    padding: 5px;
    float: left;
    margin-top: 100px;
}

.reportTitle {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    float: left;
    background-color: #2b7fee;
    padding: 7px 15px;
    margin-top: 3px;
}

.reportMessage {
    width: 100%;
    padding: 10px 15px;
    float: left;
}

    .reportMessage iframe {
        width: 100%;
        height: 650px;
        float: left;
        border: none;
    }

.reportButton {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 5px;
}


.btnreportClose {
    background-color: #394969 !important;
}

.reportButton div {
    float: right;
    margin-right: 5px;
    font-size: 12px !important;
    font-weight: bold;
    min-width: 80px;
}

.btnLoginGiris {
    margin-top: 5px;
    margin-right: 25px;
}

#grecaptchaDiv {
    width: 100% !important;
    height: 86px !important;
}

.btn {
    font-size: 14px !important;
}

.hidePostButton {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
}


#grecaptchaDiv {
    transform: scale(90%);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform: scale(0.90);
}


#ui_notifIt p, .notifit_prompt_input {
    font-size: 14px;
    text-align: center;
    font-family: 'Roboto', sans-serif !important;
}

#lblKullaniciAd {
    cursor: pointer;
}

.KisiPanel {
    width: 160px;
    height: 282px;
    background-color: #106eea;
    position: absolute;
    top: 48px;
    z-index: 99999;
    right: 85px;
    display: none;
    border-top: 1px solid #4b94f5;
    font-size: 13px;
}


    .KisiPanel div {
        width: 100%;
        height: 35px;
        float: left;
        padding: 5px 15px;
        line-height: 25px;
        color: #fff;
        cursor: pointer;
        text-align: center;
    }


        .KisiPanel div:hover {
            background-color: #2b7fee;
        }


/*DATATABLE*/

.dataTables_wrapper .dataTables_length select.form-control {
    background: #2b7fee url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23bfc9d4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") 49px 12px no-repeat;
    border: 1px solid #106eea;
    color: #fff;
}

.table > thead > tr > th {
    color: #106eea;
}

.table > tbody > tr > td {
    color: #333;
}

div.dataTables_wrapper div.dataTables_length label {
    color: #333;
    font-size: 14px;
}

div.dataTables_wrapper div.dataTables_info {
    color: #106eea;
}

.page-item.active .page-link {
    background-color: #106eea;
}

.dataTables_wrapper .form-control {
    background-color: #2b7fee;
    border: 1px solid #106eea;
    color: #fff;
}

.page-item.disabled .page-link {
    background-color: #010101;
}



div.dataTables_wrapper div.dataTables_filter input::-webkit-input-placeholder {
    color: #fff;
}

div.dataTables_wrapper div.dataTables_filter input::-moz-placeholder {
    color: #fff;
}
/* Firefox 19+ */
div.dataTables_wrapper div.dataTables_filter input:-moz-placeholder {
    color: #fff;
}
/* Firefox 18- */
div.dataTables_wrapper div.dataTables_filter input:-ms-input-placeholder {
    color: #fff;
}



/*DATATABLE*/


.customBanner {
    width: 100%;
    background-color: #101010;
    height: 100px;
    text-align: center;
    margin-bottom: 30px;
}


    .customBanner h3 {
        color: #fff;
        line-height: 100px;
    }


/************ MODAL   ********/

.TKModal {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.80);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}


.TKModalPanel {
    width: 80%;
    max-width: 940px;
    margin: auto;
    margin-top: 100px;
    border-radius: 5px;
    height: auto;
    min-height: 10px;
}


.TKModalTitle, .TKModalBody, .TKModalFootter {
    width: 100%;
    float: left;
    background-color: #2b7fee;
}


.TKModalTitle {
    height: 50px;
    font-size: 14px;
    font-weight: bold;
    font-family: Tahoma;
    line-height: 50px;
    padding-left: 15px;
    border-bottom: 1px solid #106eea;
    color: #fff;
}

.TKCloseButton {
    float: right;
    margin-right: 15px;
    font-size: 22px;
    cursor: pointer;
}

.TKModalBody {
    border-bottom: 1px solid #106eea;
    background-color: #4b94f5;
    min-height: 150px;
    padding: 5px;
}

.TKModalFootter {
    height: 55px;
}


.TKModalButton {
    float: right;
    height: 36px;
    margin-right: 12px;
    margin-top: 9px;
    line-height: 32px;
    font-size: 12px;
    padding: 0px 15px;
}

.TKModalClose {
    margin-right: 8px;
}


.TKModalBody label {
    color: #fff;
    font-size: 13px;
}




.TKModalBody input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 2;
}

.TKModalBody input::-moz-placeholder {
    font-size: 14px;
    line-height: 2;
}
/* Firefox 19+ */
.TKModalBody input:-moz-placeholder {
    font-size: 14px;
    line-height: 2;
}
/* Firefox 18- */
.TKModalBody input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 2;
}

.formaltbaslik {
    height: 20px;
    margin-top: 25px;
}

    .formaltbaslik h6 {
        font-size: 15px !important;
    }

.TKForm input, .TKForm select, .TKForm textarea {
    margin-top: -8px;
}

.TKForm label {
    font-size: 13px;
}

.TKForm textarea {
    max-height: 38px;
    height: 38px;
    min-height: 38px;
}

.TKForm .rbList {
    margin-bottom: 5px !important;
    margin-top: 30px;
}

    .TKForm .rbList table tr {
        width: 150px;
        float: left;
    }

        .TKForm .rbList table tr input {
            display: block;
            width: 1.2em;
            height: 1.2em;
            float: left;
            cursor: pointer;
        }

        .TKForm .rbList table tr label {
            margin-left: 6px;
            margin-top: -9px;
            float: left;
            font-weight: bold;
            color: #444;
            cursor: pointer;
        }


.groupCblist {
    margin-left: 2px;
    height: 38px;
}

.TKForm .cbList {
    margin-bottom: 5px !important;
    margin-top: 30px;
}

    .TKForm .cbList table tr {
        width: 180px;
        float: left;
    }

        .TKForm .cbList table tr input {
            display: block;
            width: 1.2em;
            height: 1.2em;
            float: left;
            cursor: pointer;
        }

        .TKForm .cbList table tr label {
            margin-left: 4px;
            margin-top: -5px;
            float: left;
            font-weight: bold;
            color: #444;
            cursor: pointer;
        }



.TKbgWhite {
    background: url(../IMAGE/bg/bright_squares.png);
}

.TKbgBlue {
    background: #106eea url(../IMAGE/bg/bcarbon.png);
}

.TKbgRed {
    background: #e94040 url(../IMAGE/bg/bcarbon.png);
}

.TKbgMosaic {
    background: url(../IMAGE/bg/dark_mosaic.png);
}



.PartialFirma {
    width: 100%;
    float: left;
    min-height: 615px;
    border: 0px;
}



.select2-container .select2-selection--single {
    height: 37px !important;
    margin-top: -7px;
}

.select2-selection__rendered {
    margin-top: 5px;
    margin-left: 5px;
}


.disabled {
    cursor: no-drop !important;
}

.gridIcon {
    font-size: 20px;
    line-height: 0px;
}


.iconBlue {
    color: #4276FF;
}

    .iconBlue:hover {
        color: #1662c7;
    }

.iconRed {
    color: #D33048;
}

    .iconRed:hover {
        color: #ed4444 !important;
    }


.iconYellow {
    color: #f5ab14;
}

    .iconYellow:hover {
        color: #dd9d04 !important;
    }

.iconDark {
    color: #555;
}

    .iconDark:hover {
        color: #000;
    }

.iconGreen {
    color: #38A943;
}

    .iconGreen:hover {
        color: green !important;
    }

.iconInfo {
    color: #3DA2B8;
}

    .iconInfo:hover {
        color: #2883a0;
    }



.iconDisable {
    color: #d0d0d0;
}

    .iconDisable:hover {
        color: #d0d0d0;
    }


.infoIcon {
    float: right;
    margin-right: 5px;
    margin-top: -58px;
    color: #555;
    cursor: pointer;
}




.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #007bff;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.menuTeklif a:before {
    content: "" !important;
}


.GuncellemeFalse {
    cursor: no-drop !important;
}

.ddlMuafiyet {
    font-size: 14px !important;
}


.lblGift {
    margin-right: 10px;
    color: #fff;
    cursor: pointer;
}

    .lblGift i {
        font-size: 18px;
        position: relative;
        top: 1px;
    }

        .lblGift i::before {
            display: inline-block;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
        }

.div40 {
    width: 45%;
    float: left;
    margin-right: 5%;
}

.div50 {
    width: 50%;
    float: left;
}

.taksitTable tr th {
    font-size: 12px;
    border-top-color: #000;
}

    .taksitTable tr td:last-child, .taksitTable tr th:last-child {
        text-align: end;
    }

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}


#txtGirisGSM {
    font-size: 18px !important;
    font-family: Tahoma !important;
    font-weight: bold !important;
}



@media only screen and (max-width: 600px) {
    .cc-message {
        font-size: 12px !important;
    }

    .cc-btn {
        padding: 0;
        font-size: 11px;
    }

    .cc-window.cc-floating {
        padding: 10px;
        max-width: 100%;
    }
}

