body {
    font-family: 'PT Sans', tahoma, sans-serif !important;
    background-color: white !important;
    /*background: url(../Background.png) no-repeat fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.application {
    font-family: 'PT Sans', tahoma, sans-serif !important;
    line-height: 1.5;
}

.theme--light.application {
    background-color: transparent;
}

.theme--light.v-label {
    color: #000 !important;
}

.container {
    padding: 10px;
    margin-top: 20px;
    max-width: 1185px;
}

    .container.fluid {
        max-width: 1185px;
    }

.v-card {
    box-shadow: 0px 0px 0px 0px rgba(255, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0);
    padding: 0px;
}

.v-content {
    padding: 0 !important;
}

.topHeaderWrapper {
    width: 100%;
    position: absolute;
    top: 5px;
    right: 0;
    left: 0;
    z-index: 199;
}

.topHeader {
    text-align: center;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    font-size: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    background-position-x: 25px;
    width: 50%;
    max-width: 50%;
}



.v-stepper__header {
    height: 72px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.headerText {
}

.question-box {
    background: #e4e5e5;
    width: 100%;
}

.greyHeader {
    background: #f7f7f7 !important;
    margin-bottom: 20px !important;
    border-bottom: 5px solid #ccc;
}

.primary--text {
    color: black !important;
    caret-color: black !important;
}

.v-card__title {
    padding: 8px;
}

.newInputs {
}

.v-messages__message {
    line-height: 2;
}

.newInputs .v-input__slot {
    background-color: #fff !important;
    border-top: 1px solid #ced4da;
    border-left: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-radius: 0.25rem;
}



/* .newInputs input {
  background-color: #fff !important;
} */

.currencyField .v-text-field__slot input {
    text-align: right;
}

.v-text-field input {
    flex: 1 1 auto;
    line-height: 20px;
    padding: 3px;
    max-width: 100%;
    min-width: 0px;
    width: 100%;
}

.v-text-field .v-label {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    white-space: nowrap;
    pointer-events: none;
    margin-top: -3px;
}

input[role=combobox] {
    max-height: 0px;
    padding: 5px 0px 15px 0px;
    font-size: 15px;
    background-color: transparent !important;
}

.v-autocomplete.v-text-field--enclosed:not(.v-text-field--solo):not(.v-text-field--single-line) .v-select__slot > input {
    margin-top: 24px;
    margin-right: 13px;
}

.timeSelector {
    height: 40px;
    padding: 10px;
}

.modalHeader {
    background-color: #e4e5e5 !important;
    border-color: #e4e5e5 !important;
    color: #000;
}

/*.v-btn:not(.v-btn--depressed):not(.v-btn--flat) {
  will-change: box-shadow;
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0), 0px 0px 0px 0px rgba(0,0,0,0), 0px 0px 0px 0px rgba(0,0,0,0);
}*/

.v-stepper {
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0);
    /*width: 100% !important;*/
}

.v-stepper__header {
    height: 72px;
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.v-stepper__step__step {
    align-items: center;
    border-radius: 50%;
    display: inline-flex;
    font-size: 12px;
    justify-content: center;
    height: 48px;
    margin-right: 8px;
    min-width: 48px;
    width: 48px;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.v-stepper__label {
    font-size: 24px;
}

.v-expansion-panel {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    text-align: left;
    width: 100%;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.v-expansion-panel__header {
    display: flex;
    cursor: pointer;
    align-items: center;
    position: relative;
    padding: 12px 24px;
    min-height: 48px;
    background-color: #e4e5e5;
    font-size: 18px;
}

.v-subheader {
    align-items: center;
    display: flex;
    height: 48px;
    font-size: 16px;
    font-weight: 100;
    padding: 0 16px 0 16px;
}

.v-expansion-panel__body > .v-card {
    border-radius: 0;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
}

.v-footer {
    align-items: center;
    display: block;
    flex: 0 1 auto !important;
    min-height: 36px;
    transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center;
}

.accent {
    background-color: #353637 !important;
    border-color: #353637 !important;
}

.hesapOzet {
    border: 1px solid #ced4da;
    /* background-color: #ffffff !important; */
    padding: 10px;
    font-size: 16px;
    text-align: center;
}

.messageText {
    background-color: transparent !important;
    font-size: 24px;
}

.resultButton {
    background-color: #ff8600 !important;
    color: #fff !important;
}

.v-select__slot .material-icons {
    font-size: 30px;
    border: 1px solid #ced4da;
}

.v-snackbar__content {
    color: #fff;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.credit-card .cardLabel {
    font-size: 16px;
    display: block !important;
}

.credit-card input {
    font-size: 14px;
    text-align: center;
}

.credit-card .card-label {
    color: rgb(0, 0, 0);
}

.forIcon input {
    padding-bottom: 20px !important;
}

.forEmail {
    margin-top: 5px;
}

.v-btn.v-btn--outline {
    border: 0px solid currentColor;
    background: transparent !important;
    box-shadow: none;
}

.indigo--text {
    color: #00529b !important;
    caret-color: #00529b !important;
}

.v-form {
    padding: 20px;
}

.theme--light.v-chip {
    background: transparent;
    color: rgba(0, 0, 0, 0.87);
}

.forOdemeButton {
    height: 52px;
    font-weight: bold;
    border: 1px solid #e0e0e0;
    margin-bottom: 30px;
}

table.v-table tbody td {
    font-weight: 400;
    font-size: 13px;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.theme--light.v-datatable thead th.column.sortable:hover {
    color: #00529b;
}

.theme--light.v-table thead th {
    color: black;
    font-weight: bold;
}

.theme--light.v-datatable thead th.column.sortable.active {
    color: #00529b;
}

table.v-table {
    border-radius: 2px;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    max-width: width auto;
}

.v-table__overflow {
    width: 99%;
    overflow-x: auto;
    overflow-y: hidden;
}

.responsive {
    width: 100%;
    height: auto;
}


.objectPDF {
    width: 100%;
    height: 100%;
}

.responsiveLast {
    width: 100%;
    max-width: 100px;
    height: auto;
}

.v-card__actions {
    padding: 0px;
}

.v-form {
    background-color: #fff;
}

.loginWarning {
    background-color: #f2f2f2;
    border: 1px solid #e2e2e2;
    margin-bottom: 20px;
}

.divDijitalOnay {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.divResultMessage {
    background-color: #f2f2f2;
    border: 1px solid #e2e2e2;
    width: 50%;
}

.v-dialog:not(.v-dialog--fullscreen) {
    max-height: 80%;
}

.vdialogNew {
    height: 80%;
    overflow: hidden;
}

.vcardNew {
    height: 100%;
}

.vflexNew {
    height: 92%;
}

.modalHeader {
    max-height: 7%;
}

.vdialogPosition{
  z-index: 1000;
  background-color: red;
}


.forOdeme {
}

    .forOdeme .v-input__slot {
        height: 29px;
        min-height: 54px !important;
        margin-top: 4px;
    }

.v-snack {
    margin-top: 100px;
    font-weight: bold;
    text-align: left;
}

.divOdeme {
    border: #efefef 1px solid;
    padding: 10px !important;
    margin-bottom: 10px;
}
.divOdeme .v-text-field{
  padding-top:0;
  margin-top: 0;
}
.divOdeme .v-input__slot{
  margin-bottom: 0;
}
.divOdeme .v-select__selections {
  padding-top: 0px !important;
}
.divOdeme .v-input__slot{
  min-height: 0 !important;
}
.divOdeme .v-input__append-inner{
  margin-top: 3px !important;
}
.divOdeme .material-icons{
  font-size: 20px !important;
}
.divOdeme .v-text-field__details{
  display: none;
}
.divOdeme button{}
.divOdeme .v-input{
  font-size: 14px;
}
.topTable{
} 
.topTable table tr, .topTable table th, .topTable table td{
  padding: 0 9px !important;
}    

/*mediaqueries*/

@media (max-width: 959px) {
    .topHeader {
        background-position-x: center;
        width: 60%;
    }


    .headerText {
        display: none;
    }

    .smallFont {
        font-size: 12px;
    }

    .messageText {
        font-size: 16px;
    }

    .v-stepper__step {
        display: block !important;
        padding: 0 !important;
        width: 60px;
    }

    .v-divider {
        display: none;
    }

    .v-stepper__label {
        display: block !important;
        font-size: 12px;
        text-align: center;
    }

    .modalHeader {
        font-size: 12px !important;
    }

    .divCheck {
        font-size: 12px;
    }

    .objectPDF {
        width: 100%;
    }


    .v-stepper__header {
        width: 85%;
        height: 40px;
        margin-top: 10px;
    }

    .v-stepper__content {
        top: 0;
        padding: 24px 0px 16px 0px;
        flex: 1 0 auto;
        width: 100%;
    }

    .v-expansion-panel__header {
        padding: 12px 26px;
        font-size: 14px;
    }

    .container {
        padding: 10px;
    }

    .v-form {
        padding: 10px;
    }

    .divDijitalOnay {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    .container.fluid {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .v-input {
        align-items: flex-start;
        display: flex;
        flex: 1 1 auto;
        font-size: 16px;
        text-align: left;
        width: 99%;
    }

    .v-stepper__step__step .v-icon {
        font-size: 24px;
    }

    .v-snack {
        margin-top: 50px;
    }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .vflexNew {
        height: 85%;
    }

    .topHeader {
        width: 85%;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .vflexNew {
        height: 92%;
    }

    .modal-backdrop {
        z-index: -1;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .topHeader {
        width: 40%;
    }
}

@media only screen and (min-width: 1904px) {
    .container {
        max-width: 1185px;
    }
}

#formPageID .dateInput .v-input__slot {
    background-color: #fff !important;
    border: 1px solid #bac9d5;
    border-radius: 0.375rem;
    height: calc(3.5rem + 2px);
}

#formPageID .dateInput .v-text-field__slot {
    flex: 1 1 auto;
    position: relative;
    margin-top: -10px;
}

#formPageID #captchaID {
    text-transform: uppercase;
}

::-webkit-input-placeholder {
    text-transform: initial;
}

:-moz-placeholder {
    text-transform: initial;
}

::-moz-placeholder {
    text-transform: initial;
}

:-ms-input-placeholder {
    text-transform: initial;
}

#formPageID .table-lists ul li span {
    float: right;
    font-weight: 600;
    max-width: 60%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 64px;
        height: 64px;
        margin: 8px;
        border: 8px solid #0184d4;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #0184d4 transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }


@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.inputField {
    border: 1px solid #ced4da;
    color:black;
    outline:none;
}

 .spinner {
          margin-right: 10px;
          margin-left: 47%;
          width: 25px;
          height: 25px;
          border-radius: 50%;
          border: 3px solid #ffffff;
          border-top-color: transparent;
          animation: spin 1s linear infinite;
        }

        @keyframes spin {
          100% {
            transform: rotate(360deg);
          }
 }