﻿

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}


body, html {
    overflow-x: hidden;
}

.xmodal-loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255, 0.7);
    z-index: 2147480000;
}

.xmodal-loader-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 60px;
    width: 60px;
    margin: 0px auto;
    -webkit-animation: rotation 1s infinite cubic-bezier(0.5, 0.01, 0.41, 0.88);
    -moz-animation: rotation 1s infinite cubic-bezier(0.5, 0.01, 0.41, 0.88);
    -o-animation: rotation 1s infinite cubic-bezier(0.5, 0.01, 0.41, 0.88);
    animation: rotation 1s infinite cubic-bezier(0.5, 0.01, 0.41, 0.88);
    border-left: 6px solid rgba(0,174,239,.15);
    border-right: 6px solid rgba(0,174,239,.15);
    border-bottom: 6px solid rgba(0,174,239,.15);
    border-top: 6px solid rgba(0,174,239,.8);
    border-radius: 100%;
}

.k-icon.k-i-loading.k-loading-hidden {
    display: none;
}

.recaptcha-container {
    display: block;
    height: 80px;
}

.swal2-content ul {
    text-align: left;
}



.form_item input[type=text][readonly]:not(.form-control-plaintext),
.form_item input[type=number][readonly]:not(.form-control-plaintext) {
    background-color: #ddd !important;
}

#kullanim-kosullari {
    z-index: 2147483647 !important;
}



.modal-header {
    padding: 0 0 5px 0;
}

.modal-content {
    padding: 8px;
}

.modal-footer {
    padding: 12px 0 0 0;
}

#kullanim-kosullari .modal-dialog {
    height: calc(100% - 100px);
    margin-top: 10px;
    overflow-y: auto;
    overflow-x: hidden;
}

#kullanim-kosullari .modal-content {
    height: calc(100% - 100px);
    overflow-y: auto;
    overflow-x: hidden;
}

#kullanim-kosullari .modal-body {
    height: calc(100% - 70px);
    overflow-y: auto;
    overflow-x: hidden;
}


.result-point {
}

.root-form {
}

    .root-form > fieldset {
        position: relative;
    }

        .root-form > fieldset > .form-disable-overlay {
            display: none;
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: #ffffff;
            -ms-opacity: 0.6;
            opacity: 0.5;
            z-index: 2147483000;
        }

        .root-form > fieldset[disabled] > .form-disable-overlay {
            display: block;
        }


.swal2-container.swal2-center.swal2-backdrop-show {
    z-index: 2147483647 !important;
}

body.container-fluid.swal2-shown.swal2-height-auto {
    height: 100% !important
}

.kullanim {
    cursor: pointer !important;
}

#ModalOncekiBilgiler {
}

    #ModalOncekiBilgiler .collapsing {
        transition: none !important;
    }

    #ModalOncekiBilgiler .modal-dialog {
        height: calc(100% - 20px);
        margin-top: 10px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    #ModalOncekiBilgiler .modal-content {
        height: calc(100% - 20px);
        overflow-y: auto;
        overflow-x: hidden;
    }

    #ModalOncekiBilgiler .modal-body {
        width: calc(100% - 5px);
        height: calc(100% - 20px);
        overflow-y: auto;
        overflow-x: hidden;
    }


    #ModalOncekiBilgiler .card-body {
        padding: 0;
    }

    #ModalOncekiBilgiler .k-grid-header {
        background: #ffffff;
    }

    #ModalOncekiBilgiler .k-grid-header-locked {
        border-right: solid 1px #dcdef5;
    }

        #ModalOncekiBilgiler .k-grid-header-locked table {
            display: none;
        }

    #ModalOncekiBilgiler .k-grid-content-locked tbody tr > td {
        font-weight: bold;
    }

    #ModalOncekiBilgiler table thead tr th {
        background: #dcdef5;
        border-color: #fff;
        font-weight: bold;
        font-size: 13px;
        padding-top: 10px;
        padding-bottom: 8px;
        border-color: #fff;
        border-bottom: 2px solid #ffffff !important;
    }

    #ModalOncekiBilgiler table thead tr:first-child th {
        background: #e5f0f5;
        color: #607D8B;
    }

    #ModalOncekiBilgiler .k-grid td {
        padding: 12px 8px;
    }

.beyan-table-head-2 {
    background: #dcdef5;
}

    .beyan-table-head-2 th {
        border-color: #fff;
    }

.formStartHolder {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 1px !important;
    height: 1px !important;
    position: absolute !important;
    width: 100% !important;
    border: none !important;
}

    .formStartHolder:focus {
        border: none !important;
    }

hr {
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
}

.form-group {
    margin-bottom: 0.7rem;
}

.form_wizard > div:nth-child(2) .form_item {
    padding-left: 45px;
    padding-right: 45px;
}

    .form_wizard > div:nth-child(2) .form_item[data-form-index='1'] {
        padding-left: 90px;
        padding-right: 90px;
    }

@media(max-width: 900px) {
    .form_wizard > div:nth-child(2) .form_item {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .onceki-kontroller {
        margin-top: 5px;
        display: block;
    }
}
