﻿/* 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. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* 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%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.time_label {
    float: left;
    margin: 20px 0 0px;
    font-size: 19px
}
.strong {
    font-weight: 700;
    font-size: 12px
}

.count-down-big {
    text-align:center;
    background: #fff;
    margin: 20px auto;
    width: 100%;
    float: left;
    border-radius: 4px;
    padding: 10px 0;
    text-transform: uppercase;
    box-shadow: 0 0 25px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.1)
}

.countdown_section {
    font-size: 12px;
    float: left;
    width: 25%;
    line-height: 22px;
    font-weight: 500;
    border-right: 1px solid #f5f5f5
}

.countdown_amount {
    font-size: 15px;
    display: block;
    color: #196abd
}

.project_right_label {
    font-weight: 500;
    margin: 0 0 8px;
    font-size: 13px
}

.h2 {
    font-weight: 400;
    padding: 10px 0;
    border-radius: 4px;
    color: #fff;
    margin: 10px 0 15px;
    font-size: 43px;
    background: -moz-linear-gradient(90deg,#196abd 0%,#72b8ff 100%);
    background: -webkit-linear-gradient(90deg,#196abd 0%,#72b8ff 100%);
    background: linear-gradient(90deg,#030303 0%, #ff72ed 100%)
}

.h3 {
    font-weight: 400;
    color: #797979;
    font-size: 33px;
    margin: 0
}

 .call_me {
    padding: 15px;
    display: block;
    border-radius: 5px;
    color: #fff;
    border: 0;
    width: 100%;
    margin: 0 0 20px;
    font-size: 15px;
    background: -moz-linear-gradient(90deg,#15b167 0%,#1fc577 100%);
    background: -webkit-linear-gradient(90deg,#15b167 0%,#1fc577 100%);
    background: linear-gradient(90deg,#15b167 0%,#1fc577 100%)
}

    .call_me i {
        margin: 0 10px 0 0
    }

    .call_me:hover {
        color: #fff;
        background: #16c1d8;
        background: -moz-linear-gradient(90deg,#16c1d8 0%,#1993c7 100%);
        background: -webkit-linear-gradient(90deg,#16c1d8 0%,#1993c7 100%);
        background: linear-gradient(90deg,#16c1d8 0%,#1993c7 100%);
       
    }

.howtobid {
    padding: 15px;
    display: block;
    border-radius: 7px 0 0 7px;
    color: #fff;
    border: 0;
    width: 100%;
    margin: 0 0 20px;
    font-size: 15px;
    background: -moz-linear-gradient(90deg,#196abd 0%,#72b8ff 100%);
    background: -webkit-linear-gradient(90deg,#196abd 0%,#72b8ff 100%);
    background: linear-gradient(90deg,#196abd 0%,#72b8ff 100%)
}

    .howtobid i {
        margin: 0 10px 0 0
    }

     .howtobid:hover {
        color: #fff;
        background: #16c1d8;
        background: -moz-linear-gradient(90deg,#72b8ff 0%,#196abd 100%);
        background: -webkit-linear-gradient(90deg,#72b8ff 0%,#196abd 100%);
        background: linear-gradient(90deg,#72b8ff 0%,#196abd 100%)
    }

tabs-nav-proje {
    text-align: center;
    padding: 8px;
    background: #f3f3f3;
    border-radius: 4px;
}
.tabs-nav-proje li {
    float: left;
    color: #0d3b8a;
    background: none;
    padding: 13px 17px;
    border: 0;
    margin-right: 0;
    width: 33%
}
    .tabs-nav-proje li a {
        color: #004f9f;
        text-decoration: none !important;
        font-size: 14px;
        font-weight: 500
    }
tabs-nav-proje .active {
    background: -moz-linear-gradient(90deg,#196abd 0%,#72b8ff 100%);
    background: -webkit-linear-gradient(90deg,#196abd 0%,#72b8ff 100%);
    background: linear-gradient(90deg,#196abd 0%,#72b8ff 100%);
    border-radius: 4px
}
     .tabs-nav-proje .active a {
    color: #ffffff !important
        
        }

.count-down,  .count-down {
    background: #fff;
    margin: 20px 0;
    float: left;
    width: 100%;
    height: 65px;
    border-radius: 4px;
    padding: 10px 0;
    text-transform: uppercase;
    box-shadow: 0 0 25px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.1);
}
.countdown_section, .countdown_section {
    font-size: 12px;
    float: left;
    width: 25%;
    line-height: 22px;
    font-weight: 500;
    border-right: 1px solid #f5f5f5
}
.countdown_amount,  .countdown_amount {
    font-size: 15px;
    display: block;
    color: #196abd
}
span.active {
    font-size: 10px
}


.count-down-big {
    text-align: center;
    background: #fff;
    margin: 20px 0;
    float: left;
    width: 100%;
    border-radius: 4px;
    padding: 10px 0;
    text-transform: uppercase;
    box-shadow: 0 0 25px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.1) 
    
}
.countdown_section {
    font-size: 12px;
    float: left;
    width: 25%;
    line-height: 22px;
    font-weight: 500;
    border-right: 1px solid #f5f5f5
}
countdown_amount {
    font-size: 15px;
    display: block;
    color: #1d6dc0
}
.ihale_sonlandi {
    padding: 20px;
    background: #00964f;
    color: #fff;
    font-size: 17px;
    border-radius: 4px;
    text-align: center;
}


.ihale_tamamlandi {
    background: #fff;
    margin: 20px 0;
    float: left;
    width: 100%;
    border-radius: 4px;
    line-height: 65px;
    padding: 0;
    text-transform: uppercase;
    box-shadow: 0 0 25px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.1);
    font-weight: 700;
    color: #00964f;
}

    .ihale_tamamlandi i {
        background: #00964f;
        padding: 0 20px;
        border-radius: 4px 0 0 4px;
        font-size: 18px;
        height: 65px;
        color: #f7f7f7;
        line-height: 65px;
        float: left;
        width: auto !important;
    }

.ihale_bedel_alt {
    background: #fff;
    margin: 20px 0;
    float: left;
    width: 100%;
    border-radius: 4px;
    line-height: 48px;
    padding: 0;
    text-transform: uppercase;
    box-shadow: 0 0 25px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.1);
    font-weight: 700;
    color: #bd4747
}

    .ihale_bedel_alt i {
        background: #bd4747;
        padding: 15px 20px;
        border-radius: 0 0 0 0;
        font-size: 18px;
        color: #f7f7f7;
        float: left
    }
h3 {
    font-weight: 400;
    color: #797979;
    font-size: 33px;
    margin: 0
}
.ihale_tamamlandi {
    background: #fff;
    margin: 20px 0;
    float: left;
    width: 100%;
    border-radius: 4px;
    line-height: 65px;
    padding: 0;
    text-transform: uppercase;
    box-shadow: 0 0 25px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.1);
    font-weight: 700;
    color: #00964f;
}

    .ihale_tamamlandi i {
        background: #00964f;
        padding: 0 20px;
        border-radius: 4px 0 0 4px;
        font-size: 18px;
        height: 65px;
        color: #f7f7f7;
        line-height: 65px;
        float: left;
        width: auto !important;
    }
.projects_gallery {
    padding: 5px;
    border: 1px solid #dedede;
    background: #fff;
    margin: 0 0 25px
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

::-webkit-scrollbar-track {
    background: #f7f7f7;
    border-left: 1px solid #d5d5d5;
    margin: 0;
    border-style: none
}

::-webkit-scrollbar-thumb {
    background: #2a3a47;
    border-left: 1px solid #fff;
    padding: 0;
    height: 5px
}
.projects_list .real-estate-item {
    background: #fbfbfb;
    padding: 10px;
    position: relative;
}

.projects_list .sale-list-item {
    border-bottom: 1px solid #ccc;
}

.projects_list .real-estate-item h1 {
    margin: 10px 0 20px;
    font-weight: 500;
    color: #1c6dbf;
    font-size: 16px;
    float: left;
}

.projects_list .real-estate-item a.add-or-remove-favorite, .projects_list .real-estate-item a.sale-add-or-remove-favorite {
    float: right;
}

.projects_list .real-estate-item a.sale-add-or-remove-favorite {
    color: #00964f;
}

.projects_list .real-estate-item a.sale-list-add-or-remove-favorite {
    float: left;
    color: #00964f;
}

.projects_list .real-estate-item .btn_gradient {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 15px 0;
    font-weight: 400;
    font-size: 14px
}

.projects_list .real-estate-item .btn_gradient {
    margin: 20px 0 0 0;
    line-height: 65px;
    height: 65px;
    padding: 0;
    font-size: 15px;
}

.projects_list .real-estate-item .blue {
    font-weight: 700;
    color: #1b6cbf
}

.projects_list .real-estate-item .dark {
    font-weight: 700;
    color: #464646;
}

.projects_list .count-down, .real-estate-list .count-down {
    background: #fff;
    margin: 20px 0;
    float: left;
    width: 100%;
    height: 65px;
    border-radius: 4px;
    padding: 10px 0;
    text-transform: uppercase;
    box-shadow: 0 0 25px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.1);
}

.projects_list .countdown_section, .real-estate-list .countdown_section {
    font-size: 12px;
    float: left;
    width: 25%;
    line-height: 22px;
    font-weight: 500;
    border-right: 1px solid #f5f5f5
}

.projects_list .countdown_amount, .real-estate-list .countdown_amount {
    font-size: 15px;
    display: block;
    color: #196abd
}

.filter_content .real-estate-side .real-estate-menu {
    width: 100%;
    float: left;
    margin: 2% 0;
    padding: 1%;
    text-align: left;
    font-size: 13px;
    line-height: 21px
}
.projects_list .tabs-nav-proje {
    text-align: center;
    padding: 8px;
    background: #f3f3f3;
    border-radius: 4px
}

    .projects_list .tabs-nav-proje li {
        float: left;
        color: #0d3b8a;
        background: none;
        padding: 13px 17px;
        border: 0;
        margin-right: 0;
        width: 33%
    }

        .projects_list .tabs-nav-proje li a {
            color: #004f9f;
            text-decoration: none !important;
            font-size: 14px;
            font-weight: 500
        }

    .projects_list .tabs-nav-proje .active {
        background: -moz-linear-gradient(90deg,#196abd 0%,#72b8ff 100%);
        background: -webkit-linear-gradient(90deg,#196abd 0%,#72b8ff 100%);
        background: linear-gradient(90deg,#196abd 0%,#72b8ff 100%);
        border-radius: 4px
    }

        .projects_list .tabs-nav-proje .active a {
            color: #ffffff !important
        }

.projects_list .tabs-nav .active a {
    color: #fff !important
}

.projects_list .real-estate-item {
    background: #fbfbfb;
    padding: 10px;
    position: relative;
}

.projects_list .sale-list-item {
    border-bottom: 1px solid #ccc;
}

.projects_list .real-estate-item h1 {
    margin: 10px 0 20px;
    font-weight: 500;
    color: #1c6dbf;
    font-size: 16px;
    float: left;
}

.projects_list .real-estate-item a.add-or-remove-favorite, .projects_list .real-estate-item a.sale-add-or-remove-favorite {
    float: right;
}

.projects_list .real-estate-item a.sale-add-or-remove-favorite {
    color: #00964f;
}

.projects_list .real-estate-item a.sale-list-add-or-remove-favorite {
    float: left;
    color: #00964f;
}
.account_page .txt-money, .buy_page .txt-money {
    background: #f9f9f9;
    display: block;
    width: 100%;
    margin: 10px 0 0;
    padding: 10px;
    border: 1px solid #dedede;
    border-radius: 4px
}
.projects_list .real-estate-item .btn_gradient {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 15px 0;
    font-weight: 400;
    font-size: 14px
}

.projects_list .real-estate-item .btn_gradient {
    margin: 20px 0 0 0;
    line-height: 65px;
    height: 65px;
    padding: 0;
    font-size: 15px;
}

.projects_list .real-estate-item .blue {
    font-weight: 700;
    color: #1b6cbf
}

.projects_list .real-estate-item .dark {
    font-weight: 700;
    color: #464646;
}

.projects_list .count-down, .real-estate-list .count-down {
    background: #fff;
    margin: 20px 0;
    float: left;
    width: 100%;
    height: 65px;
    border-radius: 4px;
    padding: 10px 0;
    text-transform: uppercase;
    box-shadow: 0 0 25px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.1);
}

.projects_list .countdown_section, .real-estate-list .countdown_section {
    font-size: 12px;
    float: left;
    width: 25%;
    line-height: 22px;
    font-weight: 500;
    border-right: 1px solid #f5f5f5
}

.projects_list .countdown_amount, .real-estate-list .countdown_amount {
    font-size: 15px;
    display: block;
    color: #196abd
}
body {
    font-family: "Lato", sans-serif;
}

.sidebar {
    height: 100%;
    width: 160px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 16px;
}

    .sidebar a {
        padding: 6px 8px 6px 16px;
        text-decoration: none;
        font-size: 20px;
        color: #818181;
        display: block;
    }

        .sidebar a:hover {
            color: #f1f1f1;
        }

.main {
    margin-left: 160px; /* Same as the width of the sidenav */
    padding: 0px 10px;
}

@media screen and (max-height: 450px) {
    .sidebar {
        padding-top: 15px;
    }

        .sidebar a {
            font-size: 18px;
        }
}