html{
	width:100%;
	height:100%;
}

.container-custom{
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 2%;
}

.special_background{
    background-image: url(../images/b1a017e0ad7d81ff0e0eba82e5bad146_heal_home.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left top;
    background-size: 100% auto;
    padding-top:2%;
}

.header-middle{
    color: #fff !important;
    background-image: url(../images/01ead828e0207f2ca58ab781b97f0ac9_HEALgradient1.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: 100% 100%;
    height: 204px;
    width: 100%;
    float: left;
    clear: both;
    /* overflow: hidden; */
    margin: 0;
    /* line-height: 57.14285716px;
    font-size: 40px; */
}


.dropdown-item{
    color: #fff;
}

.dropdown-menu {
    background: #373a3c !important;
}


.aligncenter {
    text-align: center;
}


.dropdown:hover .dropdown-menu {
    display: inline;
    margin-top: 0;
 }

.custom-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
 }

.blockquote{
    line-height: 20.00000001px;
    /* font-size: 14px; */
    font-style: italic;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    margin-left: 5px;
    border-left: 3px solid #ddd;
    border-radius: 0;
    padding: 1%;
}



.geospatialtable {
    table-layout: fixed;
}
.geospatialtable > thead{
    border : 2px solid rgb(152, 37, 104) !important;
    
}
.geospatialtable > thead > tr > th { text-align : center; }
.geospatialtable > tbody > tr > td { border-left: 1px solid #000; padding:1% !important; word-wrap:break-word}
.geospatialtable > tbody > tr > td:first-child { border-left: none; }



.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 

.errorClass{
    color:red;
}

.dashboard button{
    color:white;
}

.dashboard button {
    border-width: 0;
    color: #fff;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    padding: 5px 15px;
}

h1{
    line-height: 57.14285716px;
    font-size: 40px;
    color: #373a3c;
    font-family: Montserrat,Arial,'Arial Unicode MS',Helvetica,sans-serif;
}
body{
    height:100% !important;
    width:100%;
    /* line-height: 25.71428572px; */
    font-family: Montserrat,Arial,'Arial Unicode MS',Helvetica,sans-serif;
    /* font-size: 18px; */
    color: #555;
}


.formHolder {
    padding: 5%;
    background: #f5f5f5;
    border: solid 0.5rem rgb(152, 37, 104);
    border-radius: 20px;
}

.formHolderNoBorder {
    padding: 5%;
    background: #f5f5f5;
    border-radius: 20px;
}

.contentBox{
    background:rgba(245, 243, 242, 0.5);
    padding:2%;
}
.centered{
    text-align: center;
}

.graphModule {
    padding: 1%;
    background: #f5f5f5;
    border-radius: 20px;
    /* margin:1%; */
    border:solid white 10px;
}

.graphModulesRoot{
    background: white;
}

.modal-xxl{
    max-width: 90%;
}


.graph-explain{
    text-align: right;
    color:rgb(55, 58, 60);
}


.tooltip-inner {
background-color: rgb(152, 37, 104) !important;
color: white;
}

.tooltip.top .tooltip-arrow {
border-top-color: rgb(152, 37, 104);
}

.tooltip.right .tooltip-arrow {
border-right-color: rgb(152, 37, 104);
}

.tooltip.bottom .tooltip-arrow {
border-bottom-color: rgb(152, 37, 104);
}

.tooltip.left .tooltip-arrow {
border-left-color: rgb(152, 37, 104);
}




.rightAlignedWithPadding{
    text-align:right;
    padding-right:10%;
}

.customLayoutRoot{
    background: white;
    border: solid 0.5rem rgb(152, 37, 104);
    border-radius: 20px;
    padding:1%;
}

.hiddenDiv{
    display:none;
}

.toolBarHolder{
    border-bottom: solid gray 2px;
    margin-bottom: 1%;
}

.ModeBtnAct{
    background: rgb(152, 37, 104)

}

.ModeBtnAct:hover{
    color:white;
}

.ModeBtnDeAct{
    background: rgb(55, 58, 60);
}
.ModeBtnDeAct:hover{
    color:white;
}

.subModeBtnAct{
    color:white;
    background: rgb(152, 37, 104)
}
.subModeBtnAct:hover{
    color:white;
}

.subModeBtnDeAct{
    color:white;
    background: rgb(55, 58, 60);
}
.subModeBtnDeAct:hover{
    color:white;
}

.subModuleGraphInformation{
    width : 100%;
    height : 100%; 
    position : absolute;
    top : 0;
    left : 0;
    background:rgba(0,0,0,0.25);
    padding:5%;
}

.subModuleGraphContentParent{
    background : white;
    z-index: 10;
    border: solid black 0.25vw;
    overflow-y: auto;/*hidden;*/
    max-height: 100%;
    height: 100%;
}

.subModuleGraphContentParentNoHeight{
    background : white;
    z-index: 10;
    border: solid black 0.25vw;
    overflow-y: auto;/*hidden;*/
    max-height: 100%;
}
.subModuleGraphContentInformation{
    padding: 1% 2% 0% 2%;
    /*overflow-y: auto;*/
    max-height: 80%;
}

.measureBreakDownGraphDiv{
    width : 100%;
    height : 100%; 
    position : absolute;
    top : 0;
    left : 0;
    background:rgba(0,0,0,0.25);
    padding:2%;
}

.subModuleGraphBreakDownContentBox{
    padding: 1% 2% 0% 2%;
    /*overflow-y: auto;*/
    max-height: 78%;
    margin:1%;
}

.icon_right{
    fill:blue;
    float:right;
}
