﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
html {
    height: 100vh;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    height: 100vh;
}

main {
    flex: 1;
}


/*footer {
    height: 5vh;
}*/
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

.swal2-container{
    z-index:99999!important;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

a:hover {
    text-decoration: none !important;
}

body {
    /* Margin bottom by footer height 
  margin-bottom: 60px; */
}

form label {
    color: dimgray;
}

.header {
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here 
    height: 60px;
    line-height: 60px;
 Vertically center the text there */
}

.swal2-container {
    z-index: 999999999;
}

.bodymodal {
    display: none;
    position: fixed;
    z-index: 9999999999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('../images/ajax2.gif') 50% 50% no-repeat;
}

.waitbanking {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 128, 128, .5 ) url('../images/ajax1.gif') 50% 50% no-repeat;
}

.loader {
    /*position: absolute;*/
    top: 0;
    left: 0;
    min-height: 300px;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('../images/ajax2.gif') 50% 50% no-repeat;
}

    .loader:before {
        position: relative;
    }


/* Bootstrap Düzeltme */
.modal {
    overflow-y: auto;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

    /* Anytime the body has the loading class, our
modal element will be visible */
    body.loading .bodymodal {
        display: block;
    }


/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.waitbank {
    overflow: hidden;
}

    /* Anytime the body has the loading class, our
modal element will be visible */
    body.waitbank .waitbanking {
        display: block;
    }


div.hr {
    border: 0;
    margin: 2px;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

div.hr_dot {
    border: 0;
    height: 1px;
    border-bottom: 1px dashed #ccc;
    background: #999;
}

div.hr_empty {
    border: 0;
    margin: 2px;
    height: 1px;
}

.button_utarit_white {
    border: 0px;
    border-radius: 3px;
    background-color: white;
    color: #b61c1d;
    font-size: 16px;
    cursor: pointer;
}

.text_red {
    color: #b61c1d;
    font-size: 18px;
}

.text_black {
    color: black;
}

.text_bold {
    font-weight: bold;
}


.button_utarit_red {
    border: 0px;
    border-radius: 3px;
    background-color: #b61c1d;
    color: white;
    font-size: 14px;
    cursor: pointer;
    line-height: 1.5rem;
    padding: 0.3rem 0.3rem;
    display: inline-block
}

.back_utarit_red {
    background-color: #b61c1d;
}


.back_utarit_red_login {
    background-color: #b61c1d;
    /*opacity: 0.8;*/
}

.back_utarit_gray_login {
    background-color: dimgray;
    opacity: 0.7;
}

.back_utarit_blur {
    background-color: white;
    opacity: 0.4;
    overflow: hidden;
}

    .back_utarit_blur:after {
        box-shadow: inset 0 0 0 200px rgba(255,255,255,0.05);
        filter: blur(10px);
    }

.back_utarit_gray {
    background-color: #4d4d4d;
}

.back_utarit_blue_login {
    background-color: deepskyblue;
    opacity: 0.3;
}

.back_vb_yellow {
    background-color: #FCB100;
}

.text_utarit_yellow {
    color: #f7941e;
}

.text_utarit_dark {
    color: #3b3b3b;
}

.text_utarit_red {
    color: #ba1b00;
}

.back_utarit_light {
    background-color: #bbbbbb;
}

.utarit_header_row {
    color: black !important;
}

    .utarit_header_row th {
        background-color: darkorange !important;
        border-radius: 3px !important;
    }


.button_utarit_yellow {
    border: 0px;
    border-radius: 3px;
    background-color: #FF8C00 !important;
    color: black !important;
    font-size: 14px;
    cursor: pointer;
    line-height: 1.5rem;
    padding: 0.3rem 0.3rem;
    display: inline-block;
}

    .button_utarit_yellow:hover {
        color: white !important;
        background-color: #FF8C00 !important;
    }

.button_utarit_yellow_disabled {
    border: 0px;
    border-radius: 3px;
    background-color: #aa9b89;
    color: #f7941e;
    font-size: 14px;
    cursor: pointer;
    line-height: 1.5rem;
    padding: 0.3rem 0.3rem;
    display: inline-block;
}


.button_utarit_black {
    border: 0px;
    border-radius: 3px;
    background-color: black !important;
    color: white !important;
    font-size: 14px;
    cursor: pointer;
    line-height: 1.5rem;
    padding: 0.3rem 0.3rem;
    display: inline-block
}

    .button_utarit_black:hover {
        color: darkgray !important;
        background-color: black !important;
    }

.button_utarit_calendar_red {
    border: 0px;
    border-radius: 2px;
    background-color: #b61c1d;
    color: white;
    font-size: 12px;
    cursor: pointer;
    line-height: 1rem;
    padding: 0.1rem 0.1rem;
    display: inline-block
}

.button_utarit_calendar_black {
    border: 0px;
    border-radius: 2px;
    background-color: black;
    color: white;
    font-size: 12px;
    cursor: pointer;
    line-height: 1rem;
    padding: 0.1rem 0.1rem;
    display: inline-block
}

.cursor_pointer {
    cursor: pointer;
}

.cell_bold_point {
    font-weight: bolder;
    cursor: pointer;
}

.card-background {
    background-image: url(../images/bg-gray.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto;
}

.card-background-buy {
    background-image: url(../images/buy-box-bg.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto;
}

.login-background {
    background-image: url(../images/login-background.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.main-background {
    background-color: transparent;
    /*
    box-shadow: inset -70px 0 1000px -10px rgba(128,128,128,.80);
    background-image: url(../images/main-background.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: unset;
    */
}


.login-background:after {
    content: "";
    display: block;
    position: absolute;
    background-color: darkgray;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: -999999;
}

.utarit-background {
    background-image: url(../images/bg-gray-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.vb-basvuru-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/vakifbank-bg.png);
    background-repeat: repeat;
    opacity: 0.1;
}


.vertical-container {
    position: relative;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}



.table-fit {
}

    .table-fit th {
        padding: 0.1rem !important;
    }

    .table-fit td {
        padding: 0.1rem !important;
    }


a.nav-item.active {
    background-color: #f05b41 !important;
}

a.nav-item {
    color: black;
    text-decoration: none !important;
}

    a.nav-item:hover {
        color: dimgray;
        background-color: #f6abab !important;
        text-decoration: none !important;
    }



@media screen and (min-width: 1025px) {
    .display_cep {
        display: none;
    }

    .display_desktop {
        display: block;
    }
}

@media screen and (max-width: 1024px) {

    .display_cep {
        display: block;
    }

    .display_desktop {
        display: none;
    }
}

@media screen and (min-width: 1201px) {
    .display_banner {
        display: block;
        /*min-height: 764px;*/
    }
}

@media screen and (max-width: 1200px) {
    .display_banner {
        display: none;
    }
}
