﻿/*Generic styles*/
.validator-alert {
    color: rgb(248, 131, 49);
    font-weight: 400;
}

.validator-alert-bold {
    color: rgb(248, 131, 49);
    font-weight: bold;
}

.popup .help-text-icon {
    display: inline-block;
    width: 10%;
}

.help-text-icon {
    display: inline-block;
}

span.help-text {
    width: 93%;
    margin-bottom: 10px;
}

span.info {
    cursor: pointer;
}


.seperator {
    padding-bottom: 15px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 5px;
}

.help-text-icon span.info {
    font-size: 14px;
    font-weight: bold;
    color: white;
    text-align: center;
    line-height: 21px;
    width: 21px;
    background: #30414a;
    border-radius: 30px;
    display: inline-block;
    margin-left: 2px;
}

.slider-container {
    cursor: pointer;
}

select {
    cursor: pointer;
}
/*End of generic styles*/

/*News module*/
.news_article {
    margin-bottom: 10px;
    background-color: white;
    padding: 10px;
    outline: 1px solid #D0CDC7;
}

    .news_article h2 {
        margin-top: 0;
    }

    .news_article h1 {
        margin-bottom: 10px !important;
    }

.Nyhed .image_container.large_img {
    width: 50%;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.Nyhed img.single_img.large_img {
    width: 100%;
}

.Nyhed {
    margin-top: 5px;
}

    .Nyhed .image_single.image_small {
        margin-bottom: 10px;
        width: 98%;
    }
/*End of newsModule*/

/*Person Module*/
p.col-xs-12.sub-head.head {
    font-size: 16px;
    font-weight: 600;
    color: #30414a;
    margin-bottom: 8px;
}

.person-box {
    display: inline-block;
    padding-top: 20px;
}

p.person-position {
    margin-bottom: 10px !important;
}

p.person-text {
    margin-bottom: 10px !important;
}

.person-body {
    background-color: white;
    outline: 1px solid #D0CDC7;
    padding: 10px 0px 0px;
    display: inline-block;
}

.person-field-descriptor {
    font-size: 16px;
    line-height: 18px;
}

@media screen and (max-width: 767px ) {
    .person-box {
        margin-left: -15px;
    }
}
/*End of person Module*/

/*Global search*/
form.ezsearch-form {
    margin-bottom: 20px;
}

.ezsearch-results h2, h2.soeg {
    font-size: 26px;
    font-weight: lighter;
    line-height: 30px;
    color: #333;
}

.ezsearch-results a {
    color: rgb(248, 131, 49);
    text-decoration: none;
}

    .ezsearch-results a:hover {
        text-decoration: underline;
    }

.ezsearch-form input.btn.orange_button {
    height: 35px;
}

.ezsearch-form input[type="text"] {
    border-radius: 3px;
    line-height: 35px;
    height: 35px;
    padding: 0px 10px;
    border: 0px none;
    margin-bottom: 10px;
    width: 250px;
}

@media (min-width: 420px) {
    .ezsearch-form input.btn.orange_button {
        position: absolute;
        margin-left: 10px;
    }
}
/*End of global search*/

/*Global search top-menu*/
.search-global li {
    border: none !important;
}

ul.dropdown-menu.search-global {
    width: 250px;
    text-align: center;
}

input#txtezSearch {
    border-radius: 3px;
    height: 35px;
    padding: 0px 10px;
    border: 0px none;
    vertical-align: middle;
}

@media (max-width: 950px) {
    ul.dropdown-menu.search-global {
        position: static;
        float: none;
        width: auto;
        margin-top: 0px;
        background-color: transparent;
        border: 0px none;
        box-shadow: none;
        margin-bottom: 0px;
    }

    li.global-search-li {
        padding-bottom: 10px;
    }
}
/*End of top-menu global search*/

/*File Archive styles*/

i.fa.fa-file-excel-o {
    color: green;
}

i.fa.fa-file-pdf-o {
    color: rgb(252, 42, 42);
}

i.fa.fa-file-word-o {
    color: blue;
}

i.fa.fa-file-powerpoint-o {
    color: rgb(255, 136, 0);
}

i.fa.fa-folder-open {
    color: rgb(153, 153, 153);
}

i.fa.fa-file-image-o {
    color: rgb(153, 153, 153);
}

#folderContent .folder_header {
    font-weight: normal;
}

#folderContent .items_container {
    font-weight: normal;
}

#levelUp i.fa.fa-arrow-up {
    font-size: 13px;
    color: rgb(153, 153, 153);
}

.fa_orange_link {
    color: #f88331;
}

#path_breadcrum i.fa.fa-home {
    font-size: 25px;
    color: rgb(153, 153, 153);
}

#path_breadcrum span a.folder {
    font-weight: 500;
    color: #000;
}

#path_breadcrum > span:last-child a {
    color: #f88331 !important;
}
/*End of file archive styles*/
/*Styles for tenancy search*/
.range_desc sup {
    top: 0.5em;
    vertical-align: top;
}

#MapDepDiv .item {
    min-height: 300px;
}

a.btn.grey_button.bx_tenancy {
    margin-bottom: 14px;
    min-width: 175px;
    padding: 9px 12px;
    color: white;
    background: #ccc;
}

a.btn.grey_button.bx_forumContact {
    margin-bottom: 14px;
    min-width: 175px;
    padding: 9px 12px;
    color: white;
    background: #ccc;
}

#dep-desc-text a#view_at_map {
    margin-top: 0;
}

#cartResult .item p.head {
    margin-bottom: 8px !important;
    height: 30px;
}

#cartResult .item p {
    line-height: 16px !important;
}

#cartDisplay span.glyphicon.glyphicon-home {
    font-size: 24px;
}

@media (max-width: 768px) {
    .main .container.content .item_list .item .overlay {
        background: none;
    }

    #cartDisplay.shoppingCart {
        top: 266px;
    }
}


/*End of tenancy search styles*/

/*Styles for tenancy popup*/
a.btn.orange_button span.glyphicon.glyphicon-heart {
    margin-right: 8px;
}

.popup span.glyphicon.glyphicon-home {
    margin-right: 5px;
}
/*End of styles for tenancy popup*/

/*Google Translate element styles*/

div#google_translate_element {
    margin-top: 15px;
}

@media (max-width: 768px) {
    div#google_translate_element {
        margin-left: 15px;
    }
}
/*End of GoogleTranslate styles*/
/*General content styling*/
.indhold ol, .indhold ul {
    padding-left: 19px;
    margin-left: 0px;
}

    .indhold ul li {
        list-style-type: disc;
    }

.indhold p img {
    margin-bottom: 10px;
}
/*End of content styling*/

/*Popup styling*/
body.popup {
    background: none;
}

/*End of popup styling*/
/*Login popup styling*/
h1.orange.popup-headline {
    font-weight: 100;
    font-size: 45px;
    letter-spacing: 1px;
    color: rgb(242, 146, 0);
    margin-bottom: 25px;
    margin-top: 15px;
}

.popup_login_controls {
    /*display: inline-block;*/
    padding-bottom: 20px;
}

.text-container-left {
    float: left;
    display: inline-block;
    width: 60%;
}

.popup_forgotten_login_pane {
    /*display: inline-block;*/
    padding-bottom: 20px;
}

.popup_login_textbox_container {
    /*width: 60%;
  display: inline-block;
  float: left;*/
}

    .popup_login_textbox_container input {
        width: 85%;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid;
        padding: 9px 9px 9px 9px;
        font-size: 20px;
        color: #666;
    }

.popup_login_btn_container {
    width: 195px;
    display: inline-block;
    float: right;
}

    .popup_login_btn_container a.btn.orange_button {
        width: 100%;
        padding-bottom: 26px;
        padding-top: 26px;
        font-size: 45px;
        font-weight: 100;
        border-radius: 6px;
        background-color: #F29200;
    }

.popup_login_textbox_container:first-child {
    margin-bottom: 20px;
}

input[type=checkbox] + label.popup_chk_forgotten {
    background: url("/Images/checkbox - w border.png") no-repeat left bottom;
    padding: 2px 0 10px;
    padding-left: 30px;
    margin-top: 10px;
}

input[type=checkbox]:checked + label.popup_chk_forgotten {
    background: url("/Images/checkbox - w border.png") no-repeat left bottom;
    display: inline-block;
    padding-left: 30px;
    background-position: 0px 0px;
}

label.popup_chk_forgotten {
    margin-right: 12%;
    cursor: pointer;
}

a.popup_show_forgotten {
    color: #f88331;
    cursor: pointer;
    margin-top: 10px;
    display: block;
}
/* input placeholders */
::-webkit-input-placeholder { /* WebKit browsers */
    color: #666;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #666;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #666;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #666;
}
/*Forgotten login*/
.popup_forgotten_login_pane .popup_login_btn_container {
    /*width: auto;*/
    float: left;
    margin-top: 10px;
}

a.btn.orange_button.forgotten_login {
    margin-top: 0px !important;
}

.popup_forgotten_login_pane a.btn.orange_button {
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 16px;
}

@media (max-width: 520px) {
    .text-container-left {
        float: none;
        display: inline-block;
        width: 100%;
    }

    .popup_login_btn_container a.btn.orange_button {
        width: 86%;
        padding-bottom: 16px;
        padding-top: 16px;
        font-size: 20px;
        margin-left: -14%;
        margin-top: 15px;
    }

    .popup_login_btn_container {
        width: 100%;
        display: inline-block;
        float: none;
        text-align: center;
    }
}

@media (max-width: 390px) {
    a.popup_show_forgotten {
        display: block;
        margin-top: 10px;
    }

    .ten-info.col-sm-7.col-xs-7 .right {
        float: none;
        display: block;
    }

    .ten-info .spacing span {
        display: block;
        margin-bottom: 2px;
    }
}

@media (max-width: 325px) {
    .popup_login_textbox_container input {
        font-size: 14px;
    }
}

@media (max-width: 250px) {
    .popup_login_btn_container a.btn.orange_button {
        width: 86%;
        padding-bottom: 16px;
        padding-top: 16px;
        font-size: 16px;
        margin-left: -14%;
        /*margin-top: 15px;*/
        padding: 8px 3px;
    }
}
/*End of Login popup styling*/

/*First login styles*/
#first-login input[type=checkbox] + label {
    background: url("/Images/checkbox - w border.png") no-repeat left bottom;
}

#first-login input[type=checkbox]:checked + label {
    background: url("/Images/checkbox - w border.png") no-repeat left bottom;
    display: inline-block;
    padding: 0 0 0 0px;
    padding-left: 30px;
    background-position: 0px 0px;
}

#first-login input {
    width: 100%;
    border-radius: 5px;
    border: 1px solid;
    padding: 10px 10px 10px 10px;
}

#first-login .col-xs-6.input_container {
    margin-bottom: 10px;
}

#first-login label {
    display: block !important;
}

.no_cpr_div {
    width: 50%;
    padding-right: 15px;
    margin-bottom: 10px;
}
/*End of First login styles*/

/*Cart styles*/
.shoppingCart {
    position: fixed;
    top: 80%;
    right: 0%;
    text-align: center;
    background-color: #F88431;
    color: white !important;
    padding: 5px 4px 2px 4px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-decoration: none !important;
}

    .shoppingCart a:hover, .shoppingCart a, .shoppingCart a:active .shoppingCart a:focus {
        color: white !important;
        text-decoration: none !important;
    }

    .shoppingCart span.glyphicon.glyphicon-heart {
        font-size: 25px;
    }

    .shoppingCart span#numberOfItemsInCart {
        font-weight: bold;
        font-size: 30px;
        display: block;
        margin-top: -8px;
        padding-top: 0;
    }

.toggle-button span.glyphicon.glyphicon-heart {
    font-size: 22px;
    padding-top: 4px;
}

.shoppingCart span.toggle-button {
    position: absolute;
    top: 0;
    left: -20px;
    background: none;
    background-color: #f88331;
    vertical-align: middle;
}

.btn_cart {
    width: 200px;
    margin-top: 5px;
}

@media (min-width: 1200px) {
    .main .container.content #WishList.item_list .item .overlay .buttons {
        text-align: center;
        margin-top: 15%;
    }
}

@media (min-width: 992px) {
    .main .container.content #cartResult.item_list .item .overlay .buttons {
        text-align: center;
        margin-top: 12%;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .main .container.content #result.item_list .item .overlay .buttons {
        text-align: center;
        margin-top: 16%;
    }
}

@media (min-width: 768px) {
    .main .container.content .item_list#MapDepDiv .item .overlay .buttons {
        text-align: center;
        margin-top: 20px;
    }
}
/*Wishlist styles*/

/*end of wishlist styles*/

@media (min-width: 500px) and (max-width: 768px) {
    .main .container.content #cartResult.item_list .item .overlay .buttons {
        text-align: center;
        margin-top: 25%;
    }

    .main .container.content #result.item_list .item .overlay .buttons {
        text-align: center;
        margin-top: 25%;
    }

    .main .container.content #WishList.item_list .item .overlay .buttons {
        text-align: center;
        margin-top: 25%;
    }

    .main .container.content .item_list#MapDepDiv .item .overlay .buttons {
        text-align: center;
        margin-top: 12%;
    }
}

@media (min-width: 380px) and (max-width: 500px) {
    .main .container.content #cartResult.item_list .item .overlay .buttons {
        text-align: center;
        margin-top: 20%;
    }

    .main .container.content #result.item_list .item .overlay .buttons {
        text-align: center;
        margin-top: 20%;
    }

    .main .container.content #WishList.item_list .item .overlay .buttons {
        text-align: center;
        margin-top: 20%;
    }

    .main .container.content .item_list#MapDepDiv .item .overlay .buttons {
        text-align: center;
        margin-top: 8%;
    }
}

@media (min-width: 350px) and (max-width: 380px) {
    .main .container.content #cartResult.item_list .item .overlay .buttons {
        text-align: center;
        margin-top: 15%;
    }

    .main .container.content #result.item_list .item .overlay .buttons {
        text-align: center;
        margin-top: 15%;
    }

    .main .container.content #WishList.item_list .item .overlay .buttons {
        text-align: center;
        margin-top: 15%;
    }

    .main .container.content .item_list#MapDepDiv .item .overlay .buttons {
        text-align: center;
        margin-top: 3%;
    }
}

@media (max-width: 349px) {
    .main .container.content #cartResult.item_list .item .overlay .buttons {
        text-align: center;
        margin-top: 12%;
    }

    .main .container.content #result.item_list .item .overlay .buttons {
        text-align: center;
        margin-top: 15%;
    }

    .main .container.content #WishList.item_list .item .overlay .buttons {
        text-align: center;
        margin-top: 12%;
    }

    .main .container.content .item_list#MapDepDiv .item .overlay .buttons {
        text-align: center;
        margin-top: 3%;
    }
}
/*End of cart styles*/

/*Signup and edit info styles*/
#KidsTextDiv span.cprtext {
    margin-bottom: 20px;
}

.main .container.content #content .profile-form input[type="radio"] {
    width: 20px !important;
    vertical-align: middle;
    margin: 0px 5px 0 5px;
}

#hascpr input#txtSSN {
    width: 58%;
    float: left;
}

#hascpr .dash-spacer {
    width: 10%;
    text-align: center;
    float: left;
    vertical-align: middle;
    height: 35px;
    font-weight: 700;
    font-size: 20px;
    margin-top: 10px;
}

#hascpr input#txtSSNSec {
    width: 25%;
}

.col-xs-12.col-sm-5.col-md-5.descriptor {
    line-height: 1;
    padding-bottom: 5px;
}

span.label_smalltext {
    font-size: 12px;
    margin-top: -5px;
}

.main .container.content #content .profile-form label.label_txt.marker_star {
    margin-top: 10px;
}

.descriptor label.label_txt.marker_star.no-margin {
    margin-top: 10px !important;
}

div#betingelser {
    background-color: white;
    padding: 15px;
    border: 1px solid rgb(216, 216, 216);
    border-radius: 3px;
}

a#see_beting {
    text-decoration: none;
    cursor: pointer;
}

input#BtnFileUpload {
    padding-left: 0px !important;
}

span.cprtext {
    width: 93%;
    display: block;
}

@media screen and (max-width: 480px) {
    #hascpr input#txtSSN {
        width: 58% !important;
    }

    #hascpr input#txtSSNSec {
        width: 25% !important;
    }
}
/*End of signup and edit info styles*/
/*Mypage frontpage + dashboard styles*/
.mypage_frontpage_prof-pic img#Image_Profile {
    max-width: 119px;
}

.mypage_frontpage_prof-pic .no-image.filler {
    height: 119px;
}

h3.no-glossary.mypage-frontpage {
    margin-bottom: 5px;
}

span.orange.last_logged_in_text {
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
}

.mypage_frontpage_prof-pic {
    position: relative;
    width: 119px;
    /*min-height: 100px;*/
    border-radius: 3px;
    background: #333;
    overflow: hidden;
    float: left;
}

.logged-profile-elements .center-box {
    position: absolute;
    left: 50%;
    top: 50px;
}

#render-div.logged-profile-elements div#floatingBarsG {
    margin-left: auto;
    margin-right: auto;
}
/*End of Mypage frontpage + dashboard styles*/

/*Styling for finance dep-picker*/
#deps li {
    line-height: 36px;
    list-style-type: disc;
}

    #deps li a {
        font-size: 16px;
        font-weight: lighter;
        text-decoration: underline;
        color: #333;
    }
/*End of styling for finance dep-picker*/
/*Styling for superlogin*/
input.super_login {
    border-radius: 3px;
    line-height: 35px;
    height: 35px;
    padding: 0 10px;
    width: 80%;
    border: 0;
    /* margin-top: 10px; */
    margin-bottom: 12px;
}

@media (max-width: 768px) {
    .super-login .col-xs-12, .super-login .col-xs-6 {
        padding: 0;
    }
}
/*End of styling for superlogin*/

/*Department Styles*/
.main .container.content .building_facts > .white .element span {
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    color: #666;
    margin-bottom: 30px;
}

    .main .container.content .building_facts > .white .element span a {
        color: black;
    }

    .main .container.content .building_facts > .white .element span.more-hidden a {
        color: #f88331;
    }

@media (max-width: 500px) {
    .col-md-3.col-sm-4.col-xs-6.element {
        display: block;
        width: 100%;
    }
}
/*End of Department styles*/
/*Forum styles*/
.main .container.content .item_list .item.stage2 textarea {
    height: 105px;
    -moz-resize: vertical;
    -ms-resize: vertical;
    -o-resize: vertical;
    resize: vertical;
    overflow: auto;
}

.main .container.content .item_list .item.stage2 {
    min-height: 318px;
    outline: 2px solid #f88331;
    background: #c1c1c1;
    display: block;
}

.main .container.content .item_list.rentout .item.stage2 {
    min-height: 431px;
    outline: 2px solid #f88331;
    background: #c1c1c1;
    display: block;
}

    .main .container.content .item_list.rentout .item.stage2 textarea {
        height: 164px;
        -moz-resize: vertical;
        -ms-resize: vertical;
        -o-resize: vertical;
        resize: vertical;
        overflow: auto;
    }

@media (min-width: 992px)and (max-width: 1200px) {
    .main .container.content .item_list .small.item .overlay .buttons {
        text-align: center;
        margin-top: 65px;
    }

    .main .container.content .item_list .item.stage2 textarea {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        height: 89px;
    }

    .main .container.content .item_list.rentout .item.stage2 {
        min-height: 431px;
        outline: 2px solid #f88331;
        background: #c1c1c1;
        display: block;
    }

        .main .container.content .item_list.rentout .item.stage2 textarea {
            height: 144px;
            -moz-resize: vertical;
            -ms-resize: vertical;
            -o-resize: vertical;
            resize: vertical;
            overflow: auto;
        }
}

@media (min-width: 768px) and (max-width: 992px) {
    .main .container.content .item_list.rentout .item.stage2 {
        min-height: 431px;
        outline: 2px solid #f88331;
        background: #c1c1c1;
        display: block;
    }

        .main .container.content .item_list.rentout .item.stage2 textarea {
            height: 204px;
            -moz-resize: vertical;
            -ms-resize: vertical;
            -o-resize: vertical;
            resize: vertical;
            overflow: auto;
        }
}

@media (min-width: 1200px) {
    .main .container.content .item_list .small.item .overlay .buttons {
        text-align: center;
        margin-top: 45px;
    }
}

.main .container.content #result.item_list.forum .item img {
    max-height: 170px;
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: auto;
}

.stage2 button.btn.orange_button {
    width: 100% !important;
}
/*end of Forum styles*/
/*Styles for new Tenants and user policy*/
hr.newTenantsSpacer {
    color: #E2E2E2;
    border: 0.5px;
    border-top: 1px solid;
}

.tenantlist .header {
    color: white;
    font-weight: 500;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    background-color: #f88331;
    width: 100%;
}

    .tenantlist .header > div {
        /* background-color: #f88331; */
        /*text-align: center;*/
        padding-bottom: 7px;
        padding-top: 7px;
    }

.tenantlist .tenantitem.row {
    background-color: #f4f4f4;
    padding-bottom: 5px;
    margin: 7px 0 5px 0;
    padding-top: 5px;
    margin-top: 7px;
    margin-bottom: 5px;
    border-radius: 3px;
}

@media (max-width: 767px) {
    .tenantlist#render-div .header {
        display: none;
    }

    .tenantitem .col-sm-3.ten_statement:before {
        content: "Brugererklæring";
        font-weight: 600;
        display: block;
    }

    .tenantitem .col-sm-3.ten_statement:after {
        display: block;
        height: 5px;
        content: " ";
    }

    .tenantitem .col-sm-3.movein_date:before {
        content: "Indflytningsdato";
        font-weight: 600;
        display: block;
    }

    .col-sm-3.movein_date:after {
        display: block;
        height: 5px;
        content: " ";
    }

    .tenantitem .col-sm-4.ten_name:before {
        content: "Navn:";
        font-weight: 600;
        display: block;
    }

    .tenantitem .col-sm-4.ten_name:after {
        display: block;
        height: 5px;
        content: " ";
    }

    .tenantitem .col-sm-5.ten_address:before {
        content: "Adresse, Postnummer / By";
        font-weight: 600;
        display: block;
    }

    .tenantitem .col-sm-5.ten_address:after {
        display: block;
        height: 5px;
        content: " ";
    }
}
/*End of styles for new Tenants and user policy*/
/*Offer styling*/
.main .offers_container .topnav a.selected p {
    margin: 0px;
    text-align: center;
    font-weight: 700;
    color: white;
    background: #FF9F5C;
    font-size: 16px;
    padding: 10px 10px;
    display: inline-block;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

span.left_menu_offer_count {
    padding: 2px 6px 2px 6px;
    background-color: rgb(248, 131, 49);
    border-radius: 5px;
    margin-left: 5px;
    color: white;
    font-weight: 600;
}

p.no-offers-text {
    text-align: center;
    margin-top: 50px;
}

input.answered-und-inprog-offers {
    padding: 1px 5px 1px 5px;
}
/*End of offerstyling*/

/*Styles for board department mailer*/
.main .container.content #content .board-mailer input.file-input {
    padding-left: 0px;
}

.board-mailer textarea {
    width: 93%;
}
/*End of styles for board department mailer*/

/*Styling for tenant list*/
.bs-modal button.close {
    position: absolute;
    right: -53px;
    top: -37px;
    background-color: #ffffff;
    z-index: 1991;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    opacity: 1;
}

    .bs-modal button.close > span {
        font-size: 15px;
        font-weight: 100;
        color: #666666;
        text-align: center;
        display: block;
    }

.bs-modal .modal-dialog.modal-md {
    width: 600px;
}

.bs-modal .input-wrap {
    width: 80%;
    display: inline-block;
}

    .bs-modal .input-wrap textarea#messageContentMail, .bs-modal .input-wrap input#message-subject, .bs-modal textarea#message-content-boardmail, .bs-modal input#message-subject-boardmail, .bs-modal textarea#message-content-rejectmail, .bs-modal input#message-subject-rejectmail, .bs-modal textarea#message-content-contactmail, .bs-modal input#message-subject-contactmail, .bs-modal textarea#message-content-contactmail, .bs-modal textarea#message-content {
        width: 100%;
    }

    .bs-modal .input-wrap textarea#sender-comment, .bs-modal .input-wrap input#sender-phone, .bs-modal .input-wrap input#sender-email, .bs-modal .input-wrap input#sender-name {
        width: 100%;
    }

.sender-comment {
    height: 120px;
    resize: vertical;
}

.validator-error, .error-to-send {
    margin-bottom: 30px;
    margin-left: 15px;
    color: red;
}

.message-sent {
    text-align: right;
    color: #f88331;
    font-weight: bold;
}

.bs-modal textarea#messageContentMail, .bs-modal textarea#message-content-boardmail, .bs-modal textarea#message-content-rejectmail, .bs-modal textarea#message-content-contactmail, .bs-modal textarea#message-content {
    height: 120px;
    resize: vertical;
}

.bs-modal a.btn.grey_button {
    color: #fffffc;
}

.bs-modal a.btn:hover, .bs-modal .btn:hover {
    color: #333;
}

.bs-modal h2 {
    padding-left: 15px;
}

input[type=checkbox][disabled] + label {
    background: none;
}

div#boardControls {
    margin-bottom: 10px;
}

a#sendMailBtn.no-modal {
    cursor: default;
    color: black;
}

input[type=checkbox] + label {
    cursor: pointer;
}

.add-files.form-group {
    padding: 0px 15px;
}

.add-file {
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: 15px;
}

.new-image a {
    color: #000;
}

#sendMailModal div#floatingBarsG, #sendBoardMailModal div#floatingBarsG {
    margin-left: auto;
    margin-right: auto;
}

/*End of styling for tenant list*/

.slcDepartments {
    padding: 5px;
}

#render-div {
    margin-top: 20px;
}

.custom_checkbox_border {
    position: relative;
}

    .custom_checkbox_border:before {
        content: "";
        position: absolute;
        width: 21px;
        height: 21px;
        left: 3px;
        border: 1px solid currentColor;
        top: 0px;
    }
