﻿/* 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, body {
    height: 100%;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@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; */
}

.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 */
}


.bodymodal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('../images/ajax-loader.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/ajax-loader.gif') 50% 50% no-repeat;
}

/* 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;
}

.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;
}

.radio-05x {
    margin-top: 6px;
    margin-right: 3px;
    margin-left: 0px;
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
}

.radio-1x {
    margin-top: 6px;
    margin-right: 6px;
    margin-left: 6px;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
}

.radio-2x {
    margin-top: 6px;
    margin-right: 6px;
    margin-left: 6px;
    transform: scale(2);
    -webkit-transform:  scale(2);
}

.back_utarit_red_login {
    background-color: #b61c1d;
    opacity: 0.7;
}

.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;
}

.button_utarit_yellow {
    border: 0px;
    border-radius: 3px;
    background-color: #FF8C00;
    color: white;
    font-size: 14px;
    cursor: pointer;
    line-height: 1.5rem;
    padding: 0.3rem 0.3rem;
    display: inline-block;
}

.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;
    color: white;
    font-size: 14px;
    cursor: pointer;
    line-height: 1.5rem;
    padding: 0.3rem 0.3rem;
    display: inline-block
}

.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
}

.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-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.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%);
}


@media screen and (min-width: 601px) {
    .display_cep {
        display: none;
    }

    .display_desktop {
        display: normal;
    }
}

@media screen and (max-width: 600px) {

    .display_cep {
        display: normal;
    }

    .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;
    }
}
