﻿body {
    -webkit-font-smoothing: antialiased;
    background-color: #f4f4f4;
    font-size: 15px;
    font-weight: 200;
    line-height: 1.5;
}

a {
    color: #777;
}

.bold{
    font-weight:bold;
}

.bold-black {
    font-weight: bold;
    color: #000;
}

.left {
    float: left;
}

.no-margin {
    margin: 0 !important;
}

.no-padding{
    padding: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right{
    padding-right:0 !important;
}

.f-12 {
    font-size: 12px !important;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-t-0 {
    margin-top: 0 !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-25 {
    margin-top: 25px !important;
}

.m-t-30{
    margin-top:30px !important;
}

.m-t-44 {
    margin-top: 44px !important;
}

.md-m-t-45 {
    margin-top: 45px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-r-15 {
    margin-right: 15px !important;
}

.m-b-15, .mb-15 {
    margin-bottom: 15px !important;
}

.m-t-24 {
    margin-top: 24px !important;
}

.cursor {
    cursor: pointer;
}

select option:disabled {
    background-color: lightgray;
}

.grid-item {
    width: 100%;
}

.navbar {
    background-color: #333;
    border: 0;
}

    .navbar.navbar-default .container-fluid {
        position: relative;
        z-index: 2;
    }



/*.navbar.navbar-default:before {
        background: url(/images/bg.jpg);
        content: ' ';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0.6;
        background-repeat: no-repeat;
        background-position: 50% 0;
        background-size: cover;
    }*/

.navbar-default .navbar-nav > li > a {
    color: #FFF;
}

    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
        color: #ef9018;
    }

.navbar-nav.navbar-right > .active > a, .navbar-nav.navbar-right > .active > a:focus, .navbar-nav.navbar-right > .active > a:hover {
    color: #FFF;
    background-color: transparent !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #333;
    color: #ef9018;
}

.navbar ul li.active > a:before {
    right: 0;
}

.navbar ul li a:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #ff892e;
    height: 1px;
    -webkit-transition-property: "right";
    transition-property: "right";
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.mode {
    position: relative;
    z-index: 0;
    color: #fff;
    color: #ef9018;
    padding: 0 7px 0 0;
    float: left;
}

#securityMenu ul li a::before {
    bottom: 5px !important;
}

ul.dropdown-menu {
    background-color: #333;
}

    ul.dropdown-menu li a {
        text-transform: uppercase;
        color: #FFF;
        padding: 10px 15px;
    }

        ul.dropdown-menu li a:focus, ul.dropdown-menu li a:hover, ul.dropdown-menu li a:active {
            background-color: #333;
            border-bottom: 1px solid #ef9018;
            color: #FFF;
        }

.navbar-brand img {
    max-height: 100%;
}

.navbar-login {
    position: relative;
    top: 5px;
    float: right;
    color: #777;
}

    .navbar-login .welcome {
        position: relative;
        top: 7px;
    }

    .navbar-login button {
        margin-top: 0px;
        margin-bottom: 8px;
        padding-right: 0;
    }

        .navbar-login button .glyphicon.glyphicon-off {
            float: left;
            margin-right: 5px;
        }

    .navbar-login .logout {
        float: left;
        color: #ef9018;
    }

    .navbar-login a.btn.btn-link {
        position: relative;
        top: 1px;
        color: #ef9018;
        border-left: 1px solid #ef9018;
        margin: 0 0px 0 10px;
        border-right: 1px solid #ef9018;
    }

#panelMenu{
    margin-bottom:0 !important;
}
#panelMenu ul li a {
    text-transform: uppercase;
}

    #panelMenu .navbar-brand, #panelMenu .navbar-brand:hover {
        color: #ef9018;
        font-size: 12px;
        border-right: 1px solid #fff;
    }

body .navbar-brand {
    height: auto;
}

.panel-heading.hidden-xs {
    min-height: 45px;
}

.panel-group {
    margin-bottom: 0;
}

.panel-group .panel-heading {
    background-color: #f5f5f5;
    min-height: 40px;
}

.panel-heading a {
    text-decoration: none;
    font-weight: bold;
}

.glyphicon-map-marker {
    color: #777;
    margin-top: 2px;
    margin-right: 10px;
}

.glyphicon-off:before {
    content: "\e017";
    color: #777;
}

.panel-default > .panel-heading {
    background-color: #f5f5f5;
    min-height: 40px;
}

    .panel-default > .panel-heading.orange {
        background-color: #ef9018;
        color: #FFF;
        font-weight: bold;
    }

.panel-title {
    text-transform: uppercase;
}

.breadcrumb {
    background-color: transparent !important;
    margin-bottom: 0;
    float: left;
    padding-top: 0;
    padding-left: 0;
    color: #777;
}

    .breadcrumb > .active {
        color: #777;
    }

#content {
    width: 100%;
    padding: 0;
}

.btn-sm {
    padding: 5px 10px !important;
    line-height: 1.5 !important;
    border-radius: 3px;
}

.btn:focus, a:focus {
    background-color: transparent !important;
}

/*a.btn.btn-primary {
    font-size: 14px;
    border-radius: 4px;
    background-color: #444;
    color: white;
    border: 1px solid #444;
}

    a.btn.btn-primary:hover {
        font-size: 14px;
        border-radius: 4px;
        background-color: #F68B2A;
        color: white;
        border: 1px solid #F68B2A;
    }*/

.btn-danger {
    background-image: none;
    background-color: #a94442;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 24px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0;
    border: 1px #a51c2a solid;
    color: #f8f8f8 !important;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.btn-default {
    background-image: none;
    background-color: transparent;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 24px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0;
    border: 1px #333 solid;
    color: #333 !important;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.btn-primary {
    background-image: none;
    background-color: transparent;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 24px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0;
    border: 1px #006a6b solid;
    color: #006a6b !important;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .btn-primary:focus,
    .btn-primary:active:focus,
    .btn-primary.active:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn-primary:hover,
    .btn-primary:focus {
        color: #333333;
        text-decoration: none;
    }

    .btn-primary:active,
    .btn-primary.active {
        outline: 0;
        background-image: none;
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary {
        cursor: not-allowed;
        pointer-events: none;
        opacity: 0.65;
        filter: alpha(opacity=65);
    }

    .btn-primary:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #006a6b;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active {
        color: #ffffff !important;
    }

        .btn-primary:hover:before,
        .btn-primary:focus:before,
        .btn-primary:active:before {
            -webkit-transform: scaleY(1);
            transform: scaleY(1);
        }

.e-pager .e-currentitem, .e-pager .e-currentitem:hover {
    background: #444;
    color: #fff;
    opacity: 1;
}

label.form-check-label {
    margin-left: 5px;
    margin-right: 10px;
}

#important_numbers .img-responsive{
    max-width:55px;
}

#important_numbers ul {
    padding-left: 0 !important;
}

#important_numbers ul li {
    list-style: none;
    display: table;
}

#important_numbers label {
    color: #000 !important;
    float: left;
    width: 220px;
    text-align: left;
    font-weight:normal;
}

    #important_numbers label.value {
        width: 110px;
        font-weight: normal;
    }

@media (max-width: 1050px) {    
    .container {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        background-color: transparent !important;
        display: block;
        position: relative;
        top: 25px;
    }

    #panelMenu .navbar-toggle {
        top: 0 !important;
    }
    
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

            .navbar-nav > li:first-child {
                margin-top: 15px;
            }

        .navbar-nav.navbar-right > li:first-child {
            margin-top: 0;
        }


    .collapse.in {
        display: block !important;
    }

    .navbar-login {
        position: relative;
        top: 5px;
        float: right;
        color: #ef9018;
        text-align: right;
        font-size: 11px;
    }

    .grid-item {
        width: 100%;
    }

    .logout {
        font-size: 11px;
    }
}

@media (min-width: 1051px) {
    .search-grid-header {
        text-align: right;
        float: right;
        width: 300px;
        position: relative;
        top: -7px;
        right: -12px;
    }

    .navbar-login {
        position: absolute;
        top: 5px;
        float: right;
        color: #ef9018;
        text-align: right;
        right: 30px;
    }

    ul.nav.navbar-nav {
        margin-top: 40px;
    }

    #panelMenu ul.nav.navbar-nav {
        margin-top: 0 !important;
    }
}

@media (max-width: 667px) {
    body{
        background-size:cover !important;
    }
    .md-m-t-45 {
        margin-top: 0 !important;
    }

    .xs-p-l-5 {
        padding-left: 5px !important;
    }

    .xs-m-r-5 {
        margin-right: 5px !important;
    }

    .navbar {
        margin-bottom: 0px;
    }

    .panel-body {
        padding: 0 !important;
    }

    .panel-heading {
        display: none;
    }

    .grid-item-content .panel-heading {
        display: block;
    }

    .panel-body .panel-heading, #newMessage .panel-heading {
        display: block;
    }

    .panel-body .panel-body {
        padding: 15px !important;
    }

    .grid-item-content .panel-body p {
        padding: 15px;
    }

    /*.box{
        padding:10px !important;
    }*/

    .box p.pretitle {
        font-size: 20px !important;
    }

    .box h1{
        font-size: 40px !important;
    }

    .mail{
        margin-right:0 !important;
    }

    .mail p {
        background-color: rgba(0,0,0, 0.6) !important;
        font-size:12px;
        color:#fff !important;
    }

        .mail p span, .mail p span a {
            color: #fff !important;
        }
        .mail p span a:hover {
            color: #fff !important;
        }

    #important_numbers ul {
        padding-left: 0 !important;
    }        

            #important_numbers ul li:first-child {
                margin-top: 5px;
            }

    #important_numbers label {
        color: #000 !important;
        float: left;
        width: 175px;
        text-align: left;
        font-size: 12px !important;
    }

        #important_numbers label.value {
            width: 82px;
            font-weight: normal;
        }

        #important_numbers .panel-body{
            min-height:160px;
        }
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}

.warning {
    background-color: #ffaaaa5c;
}

.no-construction {
    background-color: #f68b2b1f;
}

    .no-construction td {
        color: #f68b2b !important;
    }
/* Homeowner Admin account*/

/*#panelMenu li {
    float: left;
    text-transform: uppercase;
}

    #panelMenu li.active, #panelMenu li a:hover {
        background-color: #ef9018;
        color: #fff;
        float: left;
    }

        #panelMenu li.active a {
            color: #fff;
        }*/

@media (max-width: 375px) {
    .xs-m-b-0 {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 320px) {
    .btn.btn-default {
        padding: 8px 20px !important;
    }    
}

#details ul {
    padding-left:0;
}

#details ul li {
    list-style:none;
}

#details ul li span.bold {
    font-weight:bold;
}

/* Sweetalert too small fix */
.swal2-popup {
    font-size: 1.6rem !important;
}

#swal2-content ul {
    padding-left: 0;
}

#swal2-content ul li {
    list-style:none;
}

/* Loading */
#loadingMsg.loading {
    display: none;
    position: fixed;
    z-index: 1000;
    opacity: 0.5;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #ffffff url('/images/loading.gif') 50% 50% no-repeat;
}

    #loadingMsg.loading p {
        position: relative;
        z-index: 1000;
        height: 100%;
        width: 100%;
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 20px;
        top: 50%;
    }
/* 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 .loading {
        display: block !important;
    }

.text-lg, #licenceplate {
    font-size: 18px;
}

.licenceplate {
    border: 1px solid #ccc;
    width: 150px;
    text-align: center;
    font-size: 24px;
    padding: 0;
    margin-left: 15px;
    background: #FF8B17;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 200px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 220px;
    }
}

.table-header {
    border-bottom:1px solid;
}

#report-btn {
    align-items: center;
    background-color: var(--color-bc-actioncolor-primary-bg);
    border: 1px solid var(--color-bc-actioncolor-primary-border);
    border-radius: 9999px;
    box-shadow: 0 14.4px 19.2px -4.8px rgba(16, 24, 40, .08), 0 4.8px 7.2px -2.4px rgba(16, 24, 40, .03);
    cursor: pointer;
    display: inline-flex;
    gap: 8px;
    padding: 12px;
    position: fixed;
    transition: transform .2s, box-shadow .2s;
    z-index: 2147483646;
    right: 16px;
    bottom: 16px;
}