
/* Refresh Button */
.tab-pane .refresh-outer {
    position: absolute;
    top: 38px;
    right: 20px;
}
.tab-pane .refresh-outer .btn-refresh {
    border-radius: 0;
    /*border-top-color: #a8cfeb;*/
}

.tab-content .nav.nav-pills > li > a {
    border-radius: 3px 3px 0 0;
    outline: 0;
    outline-style: unset;
}

.tab-content  .nav-pills > li > a {
    background-color: #eaedf0;
    color: #7c899c;
}

.tab-content .nav > li > a:hover {
    text-decoration: none;
    background-color: #99a4b2;
    color: #ffffff;
}

.tab-content .nav-pills > li.active > a, .tab-content .nav-pills > li.active > a:hover, .tab-content .nav-pills > li.active > a:focus {
    background-color: #4d5867;
    color: #ffffff;
}

.doc-actionplane {
    min-height: 34px;
}

.c2.object-expose textarea {
    height: 200px;
}

.c2.object-expose img.thumb {
    max-height: 200px;
    border: 1px solid #eeeeee;
    padding: 2px;
}

/* .c2.object-expose fieldset label {
    font-size: 11px;
    display: block;
} */

/* BUTTONS */
.btn-success {
    color: #ffffff;
    background-color: #6cb44b;
    border-color: #61a244;
}
.btn-success:hover {
    color: #ffffff;
    background-color: #57903c;
    border-color: #6cb44b;
}
.btn-primary {
    color: #ffffff;
    background-color: #4d5766;
    border-color: #4d5867;
}
.btn-primary:hover {
    color: #ffffff;
    background-color: #99a4b2;
    border-color: #4d5867;
}
.btn-danger {
    color: #ffffff;
    background-color: #cc1f3b;
    border-color: #b61b35;
}
.btn-danger:hover {
    color: #ffffff;
    background-color: #a0182f;
    border-color: #cc1f3b;
}
.btn-delete-object {
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    color: #cc1f3b!important;
    border-top: 0;
}
.btn-delete-object:hover {
    color: #ffffff;
    background-color: #cc1f3b;
}
.btn-link {
    color: #3474cc;
}
.btn-link:hover, .btn-link:focus {
    color: #4d5867;
}
.btn-link-danger {
    color: #cc1f3b;
}
.btn-link-danger:hover {
    color: #a0182f;
}
.btn-default {
    color: #4d5867;
    background-color: #ffffff;
    border-color: #a8b1bd;
}
.btn-default:hover {
    color: #333333;
    background-color: #eaedef;
    border-color: #99a4b2;
}

/* HEADERS */
h2.segment {
    font-size: 20px;
}
.c2 legend {
    background: #4d5867;
}
.segment span {
    background: #4d5867;
}

.doc-card h3 {
    min-height: 1.4em;
    font-size: 18px;
}

.login-wrapper {
    background-color: #755800;
    z-index: 10000;
    position: fixed;
}
.login_box {
    background-color: #ffffff;
    z-index: 10000;
}
.main-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 75px;
    min-height: 100%;
    width: 230px;
    z-index: 810;
    -webkit-transition: -webkit-transform .3s ease-in-out,width .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out,width .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out,width .3s ease-in-out;
    transition: transform .3s ease-in-out,width .3s ease-in-out;
}
.main-sidebar span.title{
    opacity: 1;
}

.main-sidebar nav {
    margin-top: 10px;
    margin-bottom: 70px;
    white-space: nowrap;
}
.main-sidebar a {
    color: #ffffff;
}

.main-sidebar .nav > li > a {
    padding: 12px 15px;
}

.main-sidebar a:hover, .main-sidebar a:focus {
    border-left-color: #cc1f3b!important;
    background-color: #8799b3!important;
}

.main-sidebar nav .dropdown-menu {
    left: 60px;
    min-width: 160px;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.main-sidebar hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #7c8a9c;
}

.main-sidebar .fa, .main-sidebar .fab, .main-sidebar .fal, .main-sidebar .far, .main-sidebar .fas {
    width: 16px;
    text-align: center;
}
.gsd-logo-container {
    background-color: #363e49;
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: 230px;
    border-top: 1px solid #7c8a9c;
    text-align: center;
    opacity: 1;
    -webkit-transition: -webkit-transform .3s ease-in-out,all .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out,all .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out,all .3s ease-in-out;
    transition: transform .3s ease-in-out,all .3s ease-in-out;
    left: 0;
}

.main-sidebar i.fa.fa-angle-double-left {
    opacity: 1;
}
.main-sidebar i.fa.fa-angle-double-right {
    opacity: 0;
}

/* Small Menu */
.menu-collapse .content-wrapper, .menu-collapse .main-footer {
    margin-left: 60px;
}
.menu-collapse .main-sidebar {
    width: 60px;
}
.menu-collapse .main-sidebar span.title {
    display: none;
    opacity: 0;
}
.menu-collapse .gsd-logo-container {
    /*display: none;*/
    opacity: 0;
    left: -170px;
}
.menu-collapse .main-sidebar i.fa.fa-angle-left {
    display: none;
    opacity: 0;
}
.menu-collapse .main-sidebar i.fa.fa-angle-right {
    opacity: 1;
}

#btn-menu-toggle, #btn-menu-toggle:focus, #btn-menu-toggle:active {
    position: absolute;
    top: 73px;
    right: 0;
    background-color: #8799b3!important;
    width: 20px;
    padding: 2px 2px;
    margin: 0;
    overflow: hidden;
    text-overflow: unset;
}
#btn-menu-toggle:hover {
    background-color: #7c8a9c!important;
}

.menu-collapse .main-sidebar nav .dropdown-menu {
    left: 40px;
}

.content-wrapper {
    min-height: calc(100vh - 101px);
    background-color: #f6f7f8;
    z-index: 800;
    padding: 80px 5px 20px 10px;
}
.main-outer-wrapper, .main-sidebar {
    background-color: #4d5867;
}
.content-wrapper, .main-footer {
    -webkit-transition: -webkit-transform .3s ease-in-out,margin .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out,margin .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out,margin .3s ease-in-out;
    transition: transform .3s ease-in-out,margin .3s ease-in-out;
    margin-left: 230px;
    z-index: 820;
}

.main-header {
    position: fixed;
    max-height: 100px;
    z-index: 1030;
    background-color: #ffdb73;
    border-color: #21252c;
}

.main-footer {
    background: #fff;
    padding: 15px;
    color: #444;
    border-top: 1px solid #d2d6de;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

.bottom-toolbar .btn.btn-success.btn-save.btn-save-bottom {
    position: relative;
    top: 1px;
    right: 1px;
}
.bottom-toolbar {
    text-align: right;
    padding: 0 15px 30px 0;
    margin-top: -20px;
}

.nav-tabs > li > div {
    border: none;
    border-radius: 0;
    background-color: #e2e5e9;
    color: #637083;
}
.nav-tabs > li.active > div, .nav-tabs > li.active > div:hover, .nav-tabs > li.active > div:focus {
    background: #4d5867;
    border: none;
}
.nav > li > div:hover, .nav > li > div:focus {
    text-decoration: none;
    background-color: #99a4b2;
    color: #ffffff;
    border-radius: 0;
    border-bottom: none;
}

/* CONTACT VIEW */
box.nav.address-object-nav {
    padding: 10px 2px 10px 2px;
}
.address-object-nav ul.nav.nav-tabs {
    margin-bottom: 0;
}
ul.nav.nav-tabs > li > a {
    background-color: #eaedf0;
    color: #7c899c;
}
ul.nav.nav-tabs > li > a:hover {
    text-decoration: none;
    background-color: #99a4b2;
    color: #ffffff;
}
ul.nav.nav-tabs > li.active > a, ul.nav.nav-tabs > li.active > a:hover, .ul.nav.nav-tabs > li.active > a:focus {
    background-color: #4d5867;
    color: #ffffff;
}

.doc-card.wildcard {
    background: #7c8a9c;
    border: 1px solid #4d5867;
    color: #ffffff;
}
.doc-card.wildcard h3 {
    border-bottom: 1px solid #b6bec8;
}

box, .box {
    box-shadow: 0px 0px 2px RGBA( 0, 0, 0, 0.05 );
}

.doc-card-container .clear {
    font-size: 14px;
}

/* TABLE */
.dataTable.table-hover > tbody > tr:hover {
    background-color: #d4d9dd;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f6f7f8;
}
#RealtorContacts .dataTable > tbody > tr > td {
    min-height: 50px;
    height: 35px;
    vertical-align: middle;
}

/* OBJECT BOX */
.preview-image .bar {
    position: absolute;
    display: block;
    padding: 5px;
    background: #fffffff2;
    font-size: 1.1em;
    color: #4d5867;
    margin-top: -2px;
}
.preview-image .bar .asking-price {
    text-align: right;
    color: #759964;
}
.preview-image {
    background-color: #637083;
}

.object-details .tagcloud {
    border-top: 1px solid #dce0e5;
}
.object-details .tagcloud .tag {
    padding: 4px 6px;
    min-height: 3.2em;
    font-size: 0.85em;
    width: 33%;
    line-height: 1.2em;
}
.tagcloud .tag.housetype {
    color: #4d5867;
    background: #ffdb73;
}
.tagcloud .tag.objectid {
    color: #fff;
    background: #8799b3;
}
.tagcloud .tag.interest {
    color: #fff;
    background: #4d5867;
    min-width: 50px;
}
.object-details .description {
    margin: 7px 5px;
    min-height: 40px;
}
.object-details .features-grid {
    font-size: 0.85em;
}
.object-details .grid-row > * {
    padding: 5px;
}

.statusFilter {
    position: relative;
    width: 200px;
    height: 40px;
    padding-left: 6px;
    font-size: 1.1em;
    margin: 0 15px 0 5px;
}

.search-input {
    margin-right: 6px;
    margin-bottom: 6px;
}

guide-navigation {
    padding-bottom: 15px;
    border-top: 1px solid #e2e5e8;
    margin-top: 15px;
}

/* TOAST */
div.toast.bg-success
{
    background-color: #e4f5dc;
    border: 1px solid #759964;
    color: #759964;
}
div.toast.bg-warning
{
    background-color: #fff8e6;
    border: 1px solid #ffdb73;
    color: #998346;
}
div.toast.bg-info
{
    background-color: #dae5f2;
    border: 1px solid #4d5867;
    color: #4d5867;
}
div.toast.bg-danger
{
    background-color: #f2dade;
    border: 1px solid #cc1f3b;
    color: #cc1f3b;
}
div.toast.bg-primary
{
    background-color: #606d80;
    border: 1px solid #4d5867;
    color: #fff;
}

.shopags {
    opacity: 0;
    width: 0;
    float: right;
    height: 0;
}

.btn-primary.btn-orga-save {
    margin-bottom: 30px;
}
/*
#TOAST_MANAGER_PLANE {
    z-index: 5000;
    top: 70px;
}
*/

#TOAST_MANAGER_PLANE {
    z-index: 15000;
    top: 50%;
    width: 300px;
    margin: auto;
    right: 50%;
    margin-right: -150px;
    margin-top: -110px;
    height: 180px;
    font-size: 1.3em;
}
#TOAST_MANAGER_PLANE .toast{
    height: 100%;
}
div.toast {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
#navbar-collapse-fixed-to-top-header-gsd-bitches {
    padding-right: 20px;
    background-color: #ffdb73;
    color: #4d5867;
}
#navbar-collapse-fixed-to-top-header-gsd-bitches .navbar-btn {
    color: #4d5867;
}
#navbar-collapse-fixed-to-top-header-gsd-bitches .navbar-btn:hover {
    color: #ffffff;
}
.nobreak {
    white-space: nowrap;
}
.box-style {
    margin: 5px 0px 0px 0px !important;
}
@media screen and (max-width: 767px) {
    .statusFilter {
        position: absolute;
        top: 0;
        right: 5px;
        float: none;
    }
}

@media screen and (min-width: 480px) {
    #TOAST_MANAGER_PLANE {
        width: 400px;
        margin-right: -200px;
    }
}

@media screen and (max-width: 480px) {
    /* Small Menu */
    .content-wrapper, .menu-collapse .main-footer {
        margin-left: 60px;
    }
    .main-sidebar {
        width: 60px;
    }
    .main-sidebar span.title {
        display: none;
        opacity: 0;
    }
    .gsd-logo-container {
        /*display: none;*/
        opacity: 0;
        left: -170px;
    }
    .main-sidebar i.fa.fa-angle-left {
        display: none;
        opacity: 0;
    }
    .main-sidebar i.fa.fa-angle-right {
        opacity: 1;
    }
    #btn-menu-toggle {
        display: none;
    }
}

@media screen and ( min-width: 646px ) and ( max-width: 1023px )
{
    .tile.wrapper {
        display: -ms-grid;
        -ms-grid-columns: 1fr 1fr;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and ( min-width: 1024px ) and ( max-width: 1299px )
{
    .tile.wrapper {
        display: -ms-grid;
        -ms-grid-columns: 1fr 1fr 1fr;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

}


@media screen and ( min-width: 1300px ) and ( max-width: 1700px )
{
    .tile.wrapper {
        display: -ms-grid;
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr ;
    }

}

@media screen and ( max-width: 646px )
{
    .tile.wrapper {
        display: -ms-grid;
        -ms-grid-columns: 1fr;
        display: grid;
        grid-template-columns: 1fr;
    }

}

@media screen and (min-width: 200px) and ( max-width: 1199px )
{
    .object-data .btn-save-top {
        top: -33px;
    }
}

@media screen and ( max-width: 1050px ) {
    .modal .modal-quick7 {
        max-width: 98%;
    }
}

@media screen and (max-width: 845px) {
    .center-flex {
        display: grid;
        flex-direction: row;
        flex-wrap: wrap;
    }
}

@media print {
    button,
    .navbar-nav,
    .nav.nav-tabs.box.sticky-box,
    .form-control.ui-autocomplete-input,
    #TOAST_MANAGER_PLANE,
    .main-sidebar,
    .main-footer,
    header
    {
        display: none!important;
    }
    [role=navigation]{
        display: none!important;
    }
    .tab-content.container-fluid {
        border-top: none;
    }
    .c2 fieldset {
        margin: 30px 10px 20px 10px;
        box-shadow: none;
        border: none;
        border-bottom: 1px solid #aaaaaa;
    }
    body > div.main-content-screen, #main-content {
        margin: 0 !important;
    }
    .c2 legend, h2, h3 {
        position: inherit;
        padding: 0;
        border: none;
        left: 0;
        bottom: 0;
        margin: 0;
        font-size: 22px;
        line-height: 40px;
        border-bottom: 1px solid #aaaaaa;
        width: 100%;
        margin-top: 40px;
    }

    h3 {
        margin-top: 60px;
    }

    .less-more-container h3 {
        margin-top: 80px;
        margin-bottom: 20px;
    }

    label.main-image {
        display: none;
    }
    .doc-preview {
        position: absolute;
        top: 0;
        right: 10px;
        width: 300px;
        border: none;
    }
    .doc-preview img {
        max-height: none;
        width: 300px;
        height: auto;
        left: unset;
        transform: unset;
        position: absolute;
        top: -300px;
        right: 20px;
        z-index: 400;
    }
    .c2 input, .c2 select, .c2 textarea {
        border: none;
        border-bottom: 1px solid #ccc;
        background: #ffffff;
        color: #666666;
        padding: 0 !important;
        text-align: left !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
        font-size: 12px;
        /*width: 50% !important;*/
    }
    .input-group-addon {
        padding: 6px 12px;
        text-align: left;
        background-color: white;
        border-left: none;
        border-right: none;
        border-top: none;
        border-radius: unset;

    }
    select {
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: '';
    }
    .btn.btn-default.input-group-addon {
        display: none;
    }
    .less-more-trigger {
        display: none;
    }
    label {
        margin-bottom: 0;
        margin-top: 10px;
        font-size: 12px;
    }
}

.finance-form, .finance-form .status  {
    font-size: 0.7em !important;
    line-height: 1.4em !important;
}
.finance-form label.finance-desc {
    line-height: 1.4em !important;
}
.finance-header .rotate span  {
    line-height: 18px;
}
.finance-row .status, .finance-action {
    width: 18px;
}
.finance-desc {
    width: calc(100% - 40px);
}
.finance-body {
    padding-left: 0.6em;
}
.c2 fieldset label {
    font-size: 13px;
}
.form-control {
    font-size: 13px;
}