label {
    margin-bottom: 0px;
}

.form-group {
    margin-bottom: 3rem;
}


div#invoice-body  {
    padding-top: 0px !important;
}


/* .m-form span.m-form__help {
    display: inline-block;
}

.m-form .m-form__help {
    font-weight: 300;
    font-size: .85rem;
    padding-top: 7px;
} */

.font-red,
a.confirmDelete {
    color: #f4516c !important;
}


.m-menu__nav li  a.btn-metal,
.m-menu__nav li a.btn-metal:hover {
    color: #fff;
/*	background-color: #81b8e1;
    border-color: #81b8e1;*/
}


.pw-brand th,
.pw-brand th a {
    background-color: #28489C;
    color: #fff;
}

.m-header .m-header__bottom {
    background-color: #28489C;
}

.m-header .m-header__bottom a {
    color: #fff;
}

fieldset {
    margin-top: 10px;
}

legend {
    padding: 10px;
    background-color: #333;
    color: #fff;
    margin-bottom: 20px;
}

.property-thumb {
    margin: 10px;
    width: 70px;
}

.confirmDelete.btn-block {
    color: #fff !important;
}

.thumbnail {
    padding: 10px;
    background: red;
    height: 200px;
    margin-bottom: 50px;
}


#search-form {
    margin-top: 20px;
}

#search-form input {
    width: 400px;
}


.m-form__group .m-form__help {
    color: #7b7e8a !important;
}


/* Aligns images to the left */

#printfriendly img{
    float:left;
    margin-top: 12px;
    margin-right: 12px;
}
/* Changes font family and size */

#printfriendly {
    font-family: Arial;
    font-size: 14px;
}
/* Changes header color */

#printfriendly h1, #printfriendly h2, #printfriendly h3, #printfriendly h4 {
    color: Green;
}
/* Hides the Page Title and Source URL */

#printfriendly #pf-src {
    display:none;
}

#pf-body #pf-title {
    border: 1px solid red;
}

.googlemaps {
    display: none;
    height: 360px;
    width: 100%;
    overflow: hidden;
    float: left;
    border: thin solid #333;
}