﻿body {
    background-color: #f5fdfc;
    color: #000;
    font-size: 14px;
    font-family: 'Nunito', Arial, sans-serif;
}

.login_wrap {
    background: #fff;
    padding: 60px 100px;
    margin-top: 20px;
    box-shadow: 0 1.5px 4px rgba(0, 0, 0, .11);
    border-radius: 10px;
    text-align: center;
}

    .login_wrap .logo {
        margin-bottom: 20px;
    }

        .login_wrap .logo img {
            max-width: 300px;
        }

    .login_wrap h1 {
        font-size: 22px;
    }

    .login_wrap p {
        width: 350px;
        margin: 0 auto;
        opacity: .5;
    }

    .login_wrap .login-input {
        text-align: left;
        margin-top: 8px;
    }

        .login_wrap .login-input label, .login_wrap a {
            opacity: .6;
            font-weight: 300;
        }

        .login_wrap .login-input input {
            border-radius: 4px;
            padding: 8px 12px;
            border-color: #e5e5e5;
            border-style: solid;
            margin-top: 8px;
        }

        .login_wrap .btn-primary {
            width: 100%;
        }

    .login_wrap.password {
        padding: 60px 75px;
    }

        .login_wrap.password p {
            width: 360px;
        }
    
.verticalspacer {
    width: 100%;
    float: left;
    clear: both;
    height: 10px;
}

input {
    width: 100%;
}

.btnlogin {
    width: 100%;
}

.fl_right {
    float: right;
}

    .fl_right a {
        display: block;
        background-color: #333;
        color: #fff;
        float: left;
        padding: 2px 5px;
        margin: 0 2px;
        transition: all .35s ease;
        border-radius: 0 0 3px 3px;
    }

.contactbox {
    background-color: #FFF;
    box-shadow: 0 1.5px 4px rgba(0, 0, 0, .11);
    border-radius: 10px;
    margin: 15px 0;
}

    .contactbox h1 {
        font-size: 1.3em !important;
    }

    .contactbox .panel-body {
        padding: 20px 15px 10px;
    }

        .contactbox .panel-body label {
            margin-right: 5px;
            font-weight: 600;
        }

.btnLogout {
    float: right;
}

.overviewbox {
    margin: 15px 0;
    background: #fff;
    position: relative;
    box-shadow: 0 1.5px 4px rgba(0, 0, 0, .11);
    border-radius: 10px;
    overflow: hidden;
}

    .overviewbox h3 {
        font-weight: 400;
    }

    .overviewbox h4 {
        font-size: 2em;
        margin: 50px 0 15px;
    }

    .overviewbox .btnMore {
        position: absolute;
        bottom: 15px;
        right: 30px;
    }

.infobox {
    padding: 15px;
    height: 421px;
}

.tasks {
    margin-top: 35px;
}

.files a {
    float: left;
    margin-right: 10px;
}

.files .fa {
    font-size: 24px;
}

.width-11 {
    width: 11%;
    padding: 7px;
}

#accordion h1 {
    font-size: 1.8em;
    margin: 0;
}

.panel-title .row {
    display: flex;
    align-items: center;
}

.panel-title a:hover {
    text-decoration: none;
}

.panel-default > .panel-heading {
    border: none;
    background: none;
}

.panel-default > .panel-heading a:focus {
    text-decoration: none;
}

.greenlabel {
    color: green;
}

.redlabel {
    color: red;
}

.btn-primary, .btn-primary-outline, .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #333;
    color: #fff;
    padding: 8px 15px;
    transition: all .35s ease;
    border: none;
}

    .btn-primary:hover,
    .btn-primary:focus {
        background-color: #111;
        color: #fff;
    }

.btn-primary-outline {
    background-color: transparent;
    border: 1px solid #333;
    color: #333;
}

    .btn-primary-outline:hover,
    .btn-primary-outline:focus {
        background-color: #333;
        color: #fff;
    }

a {
    color: #333;
}

    a:hover, &:focus {
        color: #111;
    }

h1, h2, h3, h4, h5 {
    color: #333;
    font-weight: 600; 
    line-height: 1.3;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

.langs a:hover {
    background: #111;
    color: white;
    text-decoration: none;
}

.copywrap {
    margin-top: 25px;
    text-align: center;
}

.copywrap .credits {
    font-size: 12px;
}

.logowrap {
    text-align: center;
}

.eye-margin {
    margin-left: 10px;
    color: #2196F3;
    transition: color .35s ease;
}

    .eye-margin:hover {
        color: #1983d8;
    }

.pagination > li > a, .pagination > li > span, .pagination > li > span:hover, .pagination > li > a:hover {
    color: gray;
}

/*property_detail*/
table {
    background-color: #FFF;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

    table th {
        background-color: #FFF;
    }

.paper {
    background: #fff;
    width: 100%;
    float: left;
    margin: 15px 0 50px;
    box-shadow: 0 1.5px 4px rgba(0, 0, 0, .11);
    border-radius: 10px;
    padding: 25px 25px 50px;
}

    .paper h1 {
        margin-bottom: 20px;
        margin-top: 17px;
    }

    .paper h2.price {
        text-align: right;
    }

    .paper .address {
        font-weight: bold;
        margin: 15px 0;
    }

    .paper .centered-btns_tabs {
        display: none;
    }

    .paper h3 {
        margin-bottom: 15px;
    }

    .paper .rslides_container {
        margin-bottom: 30px;
    }     

    .clearfix {
        float: left;
        width: 100%;
        display: block;
    }

.table-striped > thead > tr > th, .table-striped > tbody > tr > th, .table-striped > tfoot > tr > th, .table-striped > thead > tr > td, .table-striped > tbody > tr > td, .table-striped > tfoot > tr > td {
    padding: 10px;
}

.table-condensed p {
    margin: 0;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f5fdfc;
}

table, .table > thead > tr > th, .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th {
    border-color: #dde6e5;
}

.table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-color: #e5eceb;
}

table thead input {
    padding: 6px 10px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
}

.media, .media .media {
    margin: 0;
}

/* Small devices (tablets, 768px and up) */
@media screen and (min-width: 768px) {
    .btnlogin {
        width: auto;
    }
}

/* Small devices (mobile, 576px and down) */
@media screen and (max-width: 576px) {
    .login_wrap,
    .login_wrap.password {
        padding: 40px;
    }

        .login_wrap p,
        .login_wrap.password p {
            width: auto;
        }

    .contactbox h1 {
        font-size: 1.1em !important;
    }

    .infobox {
        height: 350px;
    }

    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 16px;
    }

    .overviewbox h4 {
        font-size: 1.3em;
        margin: 30px 0 0;
    }

    div.dataTables_info {
        padding: 8px;
    }
}