﻿:root {
  --brand-color: --brand-color;
  --font-color: white;
}
body { font-weight: normal; letter-spacing: normal; text-transform: none; word-spacing: normal; margin: 0px 0px 0px 0px; font-family:Open Sans; font-size:0.8rem!important; } /* background-color: #f7f7f7; */
A { text-decoration: none; color: white; }
img { margin: 0px 0px 0px 0px; border: 0px 0px 0px 0px; }
li { margin: 0px 0px 0px 0px; }

.HeaderLine { background-color: LightGray; height:1px; }
.ListingHeaderLayout  { background-color: #e3e1e1; color: #333; height: 30px; padding-left: 5px; }
.TableLayout { border-radius: 15px; border: solid 1px #ff8d00; padding: 10px;  }
.SubTableHeaderLayout { font-weight: bolder; color: black; background-color: #000; vertical-align: middle; text-align: center; height: 18px; text-decoration: none; }
.section-header { height: 25px; border-bottom: solid 1px #ddd; font-size:13px; color:#555; font-weight:600; }
.section-title { height: 25px; font-size:14px; color:#555; font-weight:600; }
.RequiredFieldHeader { color: Red; text-align: right; padding-right: 4px; padding-left: 3px; width: 100px; }
.TextBold { font-weight: bolder; padding-left: 6px; }
.NoRecord { color: Red; font-weight: bold; }
/*.Manditory { color: #ff8200; padding-right: 5px; text-align: right; font-weight:bold;  }*/
.Manditory {border-left: 0.2rem solid red !important;}
.FooterColor { background-color: LightGray; /* D6E7FF  */ }
.InfoSuccess { color: #009900; font-weight: bold; }
.InfoWarning { color: Red; margin:0;list-style:none; }
tr.InfoCentreTop { padding-bottom: 8px; }
tr.InfoCentreBottom { padding-top: 8px; padding-bottom: 4px; }
.Header { height: 20px; font-size: 120%; font-weight: bold; color: gray; border-bottom: solid 2px gray; padding-top: 15px; }

.ModalPopupBG { background-color: #666699; filter: alpha(opacity=50); opacity: 0.7; }
.TitlebarLeft { float:left; padding-left:5px; padding-top:5px; color:#FFFFFF; font-weight:bold; }
.TitlebarRight { background:url(Images/cross_icon_normal.png); background-position:right; background-repeat:no-repeat; height:15px; width:16px; float:right; cursor:pointer; margin-right:5px; margin-top:5px; }
.popup_Container { background-color: whitesmoke; border:1px solid #000000; padding: 0px 0px 0px 0px; }
.popup_Layout { width: 380px; height: 350px; }
.popup_Titlebar { background-color: var(--brand-color); height: 29px; }
.popup_Body { padding:10px 10px 10px 10px; color:#000000; line-height:15pt; clear:both; }
.popup_Buttons { margin:10px; }
.txtControl { font-size: 100%; font-style: inherit; border: solid 1px lightgray; padding-left: 3px; }
.txtAreaControl { font-size: 90%; font-style: inherit; border: solid 1px lightgray; font-weight: bolder; color: Black; background-color: LightGray; }
.lstControl { font-size: 100%; font-style: inherit; }
.btnControl { border: 1px solid #009900; padding: 7px; background-color: #009900; font-size: 95%; color: #ffffff; }
.gridHeader {color: var(--font-color); background-color: #85888e; vertical-align: middle; text-align: left; height: 30px; padding-left:1px; word-wrap:break-word; word-break:break-word; }
.panel-brandcolor { background-color: #85888e; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; color: var(--font-color); }
.gridHeader A { padding-left:1px; color:var(--font-color); text-decoration:none;display:inherit; height:20px; vertical-align: middle; word-wrap:break-word; word-break:break-word; }
.gridHeader A:hover { text-decoration: underline;color:red; height:20px; vertical-align: middle; }
.gridHeaderSortASC A { padding-right: 15px; background: url(../../../../Images/sort_asc.gif) no-repeat right center; vertical-align: middle; color:var(--font-color);  }
.gridHeaderSortDESC A { padding-right: 15px; background: url(../../../../Images/sort_desc.gif) no-repeat right center; vertical-align: middle }
.gridAlternatingRowStyle { background-color: Whitesmoke; height: 24px; }
.gridAlternatingRow1Style { background-color: whitesmoke; }
.gridRowStyle { height: 24px; word-wrap:break-word; word-break:break-word; }
.gridItemStyle { vertical-align: middle !important; }
.gridItem2Style { vertical-align: middle !important; text-align:center !important; }
.gridPagerStyle { font-weight: bold; color: #000; font-size: 15px; }
.gridPagerStyle span { color:Red; font-weight:bold; font-size:16pt; }
.gridQuotRowStyle { background-color: #f1f1f1; height: 30px; text-align: left; }
.gridQuotAlternatingRowStyle { background-color: #ffffff; height: 30px; text-align: left; }
.quatationGrid{color: var(--font-color); background-color: var(--brand-color); font-weight:400; height:36px;}
A.btnGrayText { color: #666; text-decoration: none }
A.btnGrayText:Hover { color: red; text-decoration: underline }

td.DesignLeft { padding-left: 10px; text-align: left; }
td.DesignRight { padding-right: 10px; text-align: right; }
td.ViewCaption { padding: 8px 8px; background-color: whitesmoke; }
td.ViewValue { padding: 8px 8px; word-wrap: normal; word-break: break-all; }
td.FooterDesign { color: black; padding-left: 10px; padding-right: 10px; padding-bottom: 12px; padding-top: 12px; }
td.AuditInfoCaption { font-size:90%; font-weight:bold; color: #303030; }
td.AuditInfoUser { font-size:90%; padding-left:3px; padding-right:3px; color: #303030; }
td.AuditInfoDate { font-size:90%; text-align:right; color: #303030; }

td.locked, th.locked { position:relative; cursor: default; } /*left: expression(document.getElementById("div-datagrid").scrollLeft-2); IE5+ only*/ 
div#div-datagrid { width: 802px; height: 380px; overflow: scroll; }
th { border: none 0px white; position:relative; cursor: default; z-index: 10;font-weight:500; } /*top: expression(document.getElementById("div-datagrid").scrollTop-2); IE5+ only*/

td.locked, th.locked { position:relative; cursor: default; } /*left: expression(document.getElementById("div-jobstsgrid").scrollLeft-1); IE5+ only*/ 
div#div-jobstsgrid { width: 635px; height: 380px; overflow: auto; padding: 0px 0px 0px 0px; }
th { border: none 0px white; position:relative; cursor: default; z-index: 10; } /*top: expression(document.getElementById("div-jobstsgrid").scrollTop-1); IE5+ only*/

.PageHeader { letter-spacing: 0px; vertical-align: middle; padding: 10px 0px 10px 0px; font-weight:500; font-size:1.6em; color: #333; }
.page-subheader { color: #333; padding-top: 7px; text-overflow: ellipsis; }
.FilterSection { padding: 5px 15px 8px 15px; }
.PopupHeader { font-weight:500; font-size:1.5em; color: #333; float:left; }
tr.ContentLayoutMedium { height: 400px; /*background-color: #faf9f9*/ /* D6E7FF */ }
tr.ContentLayoutSmall { height: 370px; /*background-color: #faf9f9*/ /* D6E7FF */ }

.modalBackground {     background-color: Gray;     filter: alpha(opacity=50);     opacity: 0.50; }  
.updateProgress {   position: absolute;     width: 300px;     height: 100px; } 

.nav > li > a { color: var(--font-color); }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus { color: #7f7f7f; cursor: default; background-color: #fff; border: 1px solid #ddd; border-bottom-color: transparent; }

a.nav:link{
		font-size:11px;
		font-weight:normal;
		color:#000000;}
a.nav:visited{
		font-size:11px;
		font-weight:normal;
		color:#000000;}
a.nav:hover{
		font-size:11px;
		font-weight:normal;
		color:#075E65;}
.line{
		background:url(../../../../Images/line.jpg) no-repeat left top;}
.roundicon
 {
    padding: 5px 10px;
    display: inline-block;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -moz-box-shadow: 0px 0px 2px #000;
    -webkit-box-shadow: 0px 0px 2px #000;
    box-shadow: 0px 0px 2px #000;
    background-color: #000;
    color: white;
    cursor: pointer;
}

.navbar-nav > li > a:hover .nav-icon-text {
    display: block;
}

.NavliIcon:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); 
    transition-duration: .1s;
}

.nav-pills > li > a:hover {
  border-radius: 0px;
  border-left:5px #231f20 solid;
}

/*.sidebar-nav li a:hover {
    text-decoration: none;
    color:#666;
    background: rgba(255,255,255,0.2);
    border-left:5px var(--brand-color) solid;
}}*/
.active-leftmenu {
    border-radius: 0px;
    text-decoration: none;
    border-left:5px var(--brand-color) solid;
}
.active-menu {
    border-style: solid;
    border-width: 0px 0px 4px 0px;
    border-color: var(--font-color);
}
.navbar-fixed-top{
    background-color:var(--brand-color);
    color: var(--font-color);
}
.fa-stack-1x {
    line-height: inherit;
    margin-top: 4px;
    color:#000;
}
.Imgbackcolor{
    background-color: var(--brand-color);
}
.FirstNormal{ font-weight:500;color:#333; }
.SecondNormal{ font-weight:500;color:#333; }

div.slashc-sliding-menu h1 {
    background-color: #3b3b3b;
    color: #000;
    font-weight: 500;
}

div.slashc-sliding-menu p {
    background-color: #d3d3d3;
    color:black;
    font-size: 12px;
}
/****SIDE TABS STYLE START***/
div.bhoechie-tab-container{
  background-color: var(--brand-color);
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-container .sidetab {
   background-color: #EFEFF0 !important;
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
  background-color: #777777;
  color: white;
}
div.bhoechie-tab-menu.sidetab div.list-group>a{
  background-color: #EFEFF0 !important;
  color: black !important;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: white;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: var(--brand-color);
  background-image: var(--font-color);
  color: var(--font-color);
}
div.bhoechie-tab-menu.sidetab div.list-group>a.active,
div.bhoechie-tab-menu.sidetab div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu.sidetab div.list-group>a.active .fa{
  background-color: var(--brand-color) !important;
  color: var(--font-color) !important;
  padding: 8px 0px !important;
  font-weight: bold;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -17px;
  border-left: 0;
  border-bottom: 17px solid transparent;
  border-top: 17px solid transparent;
  border-left: 12px solid var(--brand-color);
}
div.bhoechie-tab-content{
  background-color: var(--brand-color);
  padding-left: 20px;
  padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}
/****SIDE TABS STYLE END***/
/****TOP TABS STYLE START***/
.tab_container {
	width: 160%;	
	position: relative;
    margin-left: -80px;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5 {
  display: block;
  padding: 20px;
  background: #fff;
  color: #999;
  border-bottom: 2px solid #f0f0f0;
}

.tab_container .tab-content p,
.tab_container .tab-content h3 {
  -webkit-animation: fadeInScale 0.7s ease-in-out;
  -moz-animation: fadeInScale 0.7s ease-in-out;
  animation: fadeInScale 0.7s ease-in-out;
}
.tab_container .tab-content h3  {
  text-align: center;
}

.tab_container [id^="tab"]:checked + label {
  background: #fff;
  box-shadow: inset 0 3px var(--brand-color);
}

.tab_container [id^="tab"]:checked + label .fa {
  color: var(--brand-color);
}
.icontabs{
     color: var(--brand-color);
}
/****TOP TABS STYLE END***/
/**Loding Home Circel **/
.outCircle {
    width: 140px;
    height: 140px;
    background-color: var(--brand-color);
    opacity: .9;
    position: absolute;
    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
    border-radius: 100px;
    background-image: url("https://webstyletech.com/demo/Insimplifyapp/wp-content/uploads/2024/07/a1_download_tradeze.png");
    background-size: 143px;
    background-position: left;
}

.rotate {
    width: 100%;
    height: 100%;
    -webkit-animation: circle 1.0s infinite linear;
}

.inner {
    width: 8px;
    height: 8px;
    background: #999;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 100px;
    position: absolute;
    left: 20px;
    top: 30px;
    background-color: #c54a24;
    display: block;
}

@-webkit-keyframes circle {
    from {
        -webkit-transform: rotateZ(0deg);
    }

    to {
        -webkit-transform: rotateZ(360deg);
    }
}

@-webkit-keyframes ccircle {
    from {
        -webkit-transform: rotateZ(360deg);
    }

    to {
        -webkit-transform: rotateZ(0deg);
    }
}
.flex-container {
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
/**Loding Home Circel **/
.labelstyle{
    font-size:1em;
    font-weight:600;
    color:#444;
}
.closeicon {
    padding-top: 4px;
    font-size: 1.3em;
    color: #515151;
    font-weight: normal;
    cursor: pointer;
    float:right;
}
.popuppadding{
    padding-left:25px;
    padding-right:25px;
}
.alignleft { text-align:left; }

/***MESSAGE BOARD TAB CONTAINER START***/
.msg_tab_container {
	width: 100%;
	margin: 0 auto;
	padding-top: 0px;
	position: relative;
}

.msg_tab_container > input, section {
  clear: both;
  padding-top: 10px;
  display: none;
}

.msg_tab_container > label {
  font-size: 13px;
  display: block;
  float: left;
  width: 12%;
  padding: 1em;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background: var(--brand-color);
  margin-left:0px;
  margin-right:3px;
  margin-bottom:-2px;
}

.msg_tab_container .LeadTabs {
  font-size: 13px;
  display: block;
  float: left;
  width: 16.3%;
  padding: 1em;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background: var(--brand-color);
  margin-left:0px;
  margin-right:3px;
  margin-bottom:-2px;
}


@media only screen and (min-width: 414px) and (max-width: 660px){
    .msg_tab_container .TabLbl {
        width: 65px!important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
    .msg_tab_container .TabLbl {
        width: 80px !important;
    }
}

    #ctl00_PlaceContents_tabMsg:checked ~ #content1,
    #ctl00_PlaceContents_tabQuotation:checked ~ #content3,
    #ctl00_PlaceContents_tabPayment:checked ~ #content4,
    #ctl00_PlaceContents_tabCustomField:checked ~ #content5,
    #ctl00_PlaceContents_tabFeedback:checked ~ #content6,
    #ctl00_PlaceContents_tabVariation:checked ~ #content7,
    #ctl00_PlaceContents_tabCommission:checked ~ #content13 {
        display: block;
        padding: 20px;
        background: #fff;
        color: #000;
    }

    #ctl00_PlaceContents_tabDoc:checked ~ #content2,
    #ctl00_PlaceContents_tabDocument:checked ~ #content9 {
        display: block;
        padding: 15px;
        background: #fff;
        color: #000;
    }

    #ctl00_PlaceContents_tabNote:checked ~ #content8,
    #ctl00_PlaceContents_tabJobStatus:checked ~ #content10,
    #ctl00_PlaceContents_tabTask:checked ~ #content11,
    #ctl00_PlaceContents_tabQuotation:checked ~ #content12,
    #ctl00_PlaceContents_tabActivity:checked ~ #content14,
    #ctl00_PlaceContents_tabAction:checked ~ #content15 {
        display: block;
        background: #fff;
        color: #000;
    }

    #ctl00_PlaceContents_tabFeature:checked ~ #content17,
    #ctl00_PlaceContents_tabStage:checked ~ #content18 {
        display: block;
        padding: 20px;
        background: #fff;
        color: #000;
    }

    .msg_tab_container .tab-content p,
    .msg_tab_container .tab-content h3 {
        /*-webkit-animation: fadeInScale 0.7s ease-in-out;
  -moz-animation: fadeInScale 0.7s ease-in-out;
  animation: fadeInScale 0.7s ease-in-out;*/
    }

    .msg_tab_container .tab-content h3 {
        text-align: center;
    }

    .msg_tab_container [id^="ctl00_PlaceContents_tab"]:checked + label {
        background: #fff;
        color: #000;
        border: 1px solid #ddd;
        border-top: 4px solid var(--brand-color);
        border-bottom: 1px solid #fff;
    }

        .msg_tab_container [id^="ctl00_PlaceContents_tab"]:checked + label .fa {
            color: var(--brand-color);
        }

    .msg_tab_container label .fa {
        font-size: 1.3em;
        margin: 0 0.4em 0 0;
        color: #fff;
    }

    .msg_tab_container [id^="ctl00_PlaceContents_tab"]:checked + label .badgecount-color {
        background: var(--brand-color);
        color: #fff;
    }
    /*Media query*/
    @media only screen and (max-width: 930px) {
        .msg_tab_container label span {
            font-size: 14px;
        }

        .msg_tab_container label .fa {
            font-size: 14px;
        }
    }

    @media only screen and (max-width: 768px) {
        .msg_tab_container label .fa {
            font-size: 16px;
        }

        .msg_tab_container {
            width: 98%;
        }
    }

    /*Content Animation*/
    @keyframes fadeInScale {
        0% {
            transform: scale(0.9);
            opacity: 0;
        }

        100% {
            transform: scale(1);
            opacity: 1;
        }
    }

    .btn-light-dropdown {
        --bs-btn-color: #f8f9fa;
        --bs-btn-border-color: #ddd;
        --bs-btn-hover-color: #000;
        --bs-btn-hover-bg: #ffffff;
        --bs-btn-hover-border-color: #ddd;
        --bs-btn-focus-shadow-rgb: 248, 249, 250;
        --bs-btn-active-color: #000;
        --bs-btn-active-bg: #ffffff;
        --bs-btn-active-border-color: #ddd;
        --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        --bs-btn-disabled-color: #f8f9fa;
        --bs-btn-disabled-bg: transparent;
        --bs-btn-disabled-border-color: #ddd;
        --bs-gradient: none;
    }

    /***MESSAGE BOARD TAB CONTAINER END***/
    .open .dropdown-menu-msg > li a:hover {
        color: var(--font-color);
        -webkit-transform: scale(1.04);
        background-color: var(--brand-color);
    }

    .info-block {
        border-left: 4px solid var(--brand-color);
        margin-bottom: 15px;
        border-right: 1px solid #F5F4F8;
        background: #fefefe;
        border-top: 1px solid #F5F4F8;
    }

    .member {
        background-color: #e3e4e5;
        border-radius: 25em;
        color: #808080;
        cursor: pointer;
        display: block;
        float: left;
        height: 30px;
        /*margin: 0 4px 4px 0;*/
        overflow: visible;
        position: relative;
        width: 30px;
        text-decoration: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        z-index: 0;
    }

    .member-initials {
        display: block;
        font-size: 12px;
        font-weight: 700;
        height: 30px;
        left: 0;
        line-height: 28px;
        overflow: hidden;
        position: absolute;
        text-align: center;
        top: 0;
        width: 100%;
        border: solid 1px #d6d6d6;
        border-radius: 15px;
    }

    .sideicon {
        color: #6799ef;
    }

        .sideicon:hover a {
            color: white;
            background-color: var(--brand-color);
        }

            .sideicon:hover a i {
                color: white;
            }

    .status {
        font-size: .8em;
        font-weight: 500;
        border-radius: 2px;
    }

    .norecordimg {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 130px;
    }

    .norecordmsg {
        text-align: center;
        color: var(--brand-color);
        font-size: 15px;
        font-weight: 600;
        font-family: 'Open Sans',cursive;
    }

    .msg {
        word-wrap: normal;
        word-break: break-all;
        padding: 0px 5px 4px 15px;
    }

    .msg-type {
        font-size: 11px;
        font-weight: normal;
        height: 20px;
    }

    .msg-user {
        font-size: 11px;
        color: #6a96dd;
        text-overflow: ellipsis;
        padding: 0px 5px 0px 15px;
    }

    .loadingprogress {
        display: flex;
        justify-content: center;
        padding: 10px;
    }

    .label-style {
        font-size: 13px;
        color: #444;
        padding-bottom: 5px;
        padding-top: 18px;
    }

    .line-xs {
        height: 2px;
    }

    .line-sm {
        height: 5px;
    }

    .line-md {
        height: 10px;
    }

    .line-ml {
        height: 15px;
    }

    .line-lg {
        height: 20px;
    }

    .line-xl {
        height: 30px;
    }

    .font-xs {
        font-size: 10px;
    }

    .font-xt {
        font-size: 11px;
    }

    .font-sm {
        font-size: 12px;
    }

    .font-md {
        font-size: 13px;
    }

    .font-ml {
        font-size: 14px;
    }

    .font-mx {
        font-size: 15px;
    }

    .font-mr {
        font-size: 17px;
    }

    .font-lg {
        font-size: 18px;
    }

    .font-lx {
        font-size: 20px;
    }

    .font-xsl {
        font-size: 22px;
    }

    .font-xl {
        font-size: 24px;
    }

    .padding-left-xs {
        padding-left: 10px !important;
    }

    .padding-left-sm {
        padding-left: 12px !important;
    }

    .padding-left-md {
        padding-left: 15px !important;
    }

    .padding-left-lg {
        padding-left: 20px !important;
    }

    .listing-header {
        background-color: #e3e1e1;
        color: #333;
        height: 30px;
        padding-left: 5px;
        padding-top: 6px;
    }

    .table-div {
        display: table;
    }

    .tr-div {
        display: flex;
    }

    .td-div {
        display: table-cell;
        border: 1px solid silver;
        min-height: 31px;
        padding-top: 4px;
    }

    .pointer {
        cursor: pointer;
    }

.hoverListing:hover {
    background-color: #fff6e9;
    cursor: pointer;
}

    .in-table-border {
        table-layout: fixed;
        border: 1px solid #dedede;
        width: 100%;
    }

    .in-table-rowborder td, th {
        padding: .75rem;
        vertical-align: top;
        border-bottom: 1px solid #eaeaea;
    }

    .is-title {
        font-size: 1.5rem;
        color: #333;
        padding-left: 1.1rem;
    }

    .is-label {
        font-size: .97em;
        color: var(--secondary);
        margin-top: 0.1em !important;
    }

    .badge-dwelling {
        font-family: Open Sans;
        background: #f05ad0;
        font-weight: normal;
        color: white;
    }

    .badge-location {
        font-size: 12px;
        font-family: Open Sans;
        background: #5C6BC0;
        font-weight: normal;
        color: white;
    }
