/* CSS Document */

div.page_header_title{
    background-color: #f3f3f3;
    padding: 5px;
    width: 99%;
    height: 10%;
    float: left;
  }

div.content_slide{
    margin-left: 50; 
    width: 90%;
    height: 70%;  
    //float: left;
    background-color: white;
  }


.imgHolder {
    float: left; 
    margin: 0 10px 10px 0;
  }
  
h1{
    font-family: 'Roboto', sans-serif;
    text-align: center;
    color: black;     //darkslategrey
    font-size: 20px;
    font-weight: 300;
  }
  
  
p{
    color: #FF9642;
    font-family: 'Roboto', sans-serif;
    font-size: 14;
    margin-bottom: 0;
  }
  
h4{
    color: black;     //darkslategrey
    font-family: 'Roboto', sans-serif;
    font-size: 12;
  }
  
nav[role="top_navbar"] {
  margin-left: 300;   
  }

nav[role="left_navbar"]  {
  width: 35%;
  padding-bottom: 10;
  list-style-type: none;
  }
  
nav[role="top_navbar"] ul {
    list-style-type: none;
    margin-left: 0 ;
    padding: 0;
    overflow: hidden;
    width: 100%;
  }
  
nav[role="left_navbar"] ul {
    list-style-type: none;
    margin: 0;
    padding: 10;
    border-right: 1px lightgrey solid;
    //background-color: #f1f1f1;
    height: 75%; /* Full height */
//    position: fixed; /* Make it stick, even on scroll */
    overflow: auto; /* Enable scrolling if the sidenav has too much content */
  }

nav[role="top_navbar"] li {
    float: left;
    list-style-type: none;
  }
  
nav[role="left_navbar"] ul  {
    float: left;
    list-style-type: none;

    width: 30%;
  }

nav[role="top_navbar"] li a {
    display: block;
    color: darkslategray;     //darkslategrey
    text-align: center;
    padding-top: 5px;
    padding-left: 12px;
    padding-right:12px;
    padding-bottom: 5px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 12;
    font-weight: 500; 
    //border-right:1px solid darkslategrey;     
  }
  
nav[role="left_navbar"] li a {

    display: block;
    color: darkslategray;     //darkslategrey
    text-align: left;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 14;
    font-weight: 400; 
    padding-top: 5px;
    padding-bottom: 5px;
    //border-right:1px solid darkslategrey;  
  }

li a:hover:not(.active) {
    background-color: lightgray;
}

.active {
    padding:1px;
    //text-decoration: underline;
    font-weight: bold;
    background-color: #FF9642;
        display: block;
}  

 

div.web-mainbody {
  //float: left;
  width: 100%;
}            

 //slideshow
 
 * {box-sizing:border-box}
body {font-family: Verdana,sans-serif;margin:0}
.mySlides {display:none}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  padding-left: 150px;
  margin : auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #FF9642;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: lightgray;
}

/* Caption text */
.text {
  color: black;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: black;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 10px;
  width: 10px;
  margin: 0 px;
  background-color: gray;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #FF9642;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

//slideshow

div.content_slide {
  width: 70%;
  margin-left: 300;
  //float: right;
}      

table {
    margin: auto;
    //border: grey 1px solid;
    width: 100%;
    height: 100%;
}

 h3{
    color: black;     //darkslategrey
    font-family: 'Roboto', sans-serif;
    font-size: 13;
    font-weight: 100;
  }
  
  h5{
    color: black;     //darkslategrey
    font-family: 'Roboto', sans-serif;
    font-size: 12;
    font-weight: 100;
    margin-top: 0;    
    margin-bottom: 0;
  }
  
    
  h6{
    color: black;     //darkslategrey
    font-family: 'Roboto', sans-serif;
    font-size: 10;
    font-weight: 100;
    margin-top: 0;    
    margin-bottom: 0;    
  }
  
  //tooltips
  
  .tooltip1 {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip1 .tooltiptext1 {
    visibility: hidden;
    width: 25%;
    border: 2px #FF9642 solid;
    background-color: white;
    color: black;
    text-align: left;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 60%;
    left: 40%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
}

.tooltip1 .tooltiptext1::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%; /* To the left of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}

.tooltip1:hover .tooltiptext1 {
    visibility: visible;
    opacity: 1;
}

//tooltip2
  .tooltip2 {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip2 .tooltiptext2 {
    visibility: hidden;
    width:25%;
    border: 2px #FF9642 solid;
    background-color: white;
    color: black;
    text-align: left;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 60%;
    left: 65%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
}

.tooltip2 .tooltiptext2::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%; /* To the left of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}

.tooltip2:hover .tooltiptext2 {
    visibility: visible;
    opacity: 1;
}

//tooltip3
  .tooltip3 {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip3 .tooltiptext3 {
    visibility: hidden;
    width:25%;
    border: 2px #FF9642 solid;
    background-color: white;
    color: black;
    text-align: left;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 60%;
    left: 70%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
}

.tooltip3 .tooltiptext3::after {
content: " ";
    position: absolute;
    top: 50%;
    left: 100%; /* To the right of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent black;
}

.tooltip3:hover .tooltiptext3 {
    visibility: visible;
    opacity: 1;
}

//tooltip4
  .tooltip4 {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip4 .tooltiptext4 {
    visibility: hidden;
    width:25%;
    border: 2px #FF9642 solid;
    background-color: white;
    color: black;
    text-align: left;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 15%;
    left: 40%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
}

.tooltip4 .tooltiptext4::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%; /* To the left of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}

.tooltip4:hover .tooltiptext4 {
    visibility: visible;
    opacity: 1;
}

//tooltip5
  .tooltip5 {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip5 .tooltiptext5 {
    visibility: hidden;
    width:25%;
    border: 2px #FF9642 solid;
    background-color: white;
    color: black;
    text-align: left;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 15%;
    left: 65%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
}

.tooltip5 .tooltiptext5::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%; /* To the left of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}

.tooltip5:hover .tooltiptext5 {
    visibility: visible;
    opacity: 1;
}

//tooltip6
  .tooltip6 {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip6 .tooltiptext6 {
    visibility: hidden;
    width:25%;
    border: 2px #FF9642 solid;
    background-color: white;
    color: black;
    text-align: left;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 15%;
    left: 65%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
}

.tooltip6 .tooltiptext6::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 100%; /* To the right of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent black;
}

.tooltip6:hover .tooltiptext6 {
    visibility: visible;
    opacity: 1;
}

//tooltip7
  .tooltip7 {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip7 .tooltiptext7 {
    visibility: hidden;
    width:25%;
    border: 2px #FF9642 solid;
    background-color: white;
    color: black;
    text-align: left;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 35%;
    left: 75%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
}

.tooltip7 .tooltiptext7::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 100%; /* To the right of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent black;
}

.tooltip7:hover .tooltiptext7 {
    visibility: visible;
    opacity: 1;
}

//design concept process map
.processmap_flow {
    display: block; 
}
 
  nav[role="processmap_flow"] ul {
    list-style-type: none;
    margin-left: 0 ;
    padding: 2px;
    overflow: hidden;
    width: 100%;
    border: 1px solid lightgray;  
    display: block;
    text-align:left;
        padding:1px;

  }

  nav[role="processmap_flow"] li  {

    display: block;
    color: black;     //darkslategrey
    text-align: left;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 12;
    font-weight: 400; 
    margin:10%;
        padding:1px;
    //padding:10px; 
  }

.inactive:hover:not(.active) {
    display: block;
    //text-decoration: underline;
    //font-weight: bold;
    background-color: lightgray;
}

//dc_tooltip1
  .dc_tooltip1 {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.dc_tooltip1 .dc_tooltiptext1 {
    visibility: hidden;
    width: 30%;
    border: 2px #FF9642 solid;
    background-color: white;
    color: black;
    text-align: left;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 40%;
    left: 53%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
}

.dc_tooltip1 .dc_tooltiptext1::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%; /* To the left of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}

.dc_tooltip1:hover .dc_tooltiptext1 {
    visibility: visible;
    opacity: 1;
}

//dc_tooltip2
  .dc_tooltip2 {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.dc_tooltip2 .dc_tooltiptext2 {
    visibility: hidden;
    width: 25%;
    border: 2px #FF9642 solid;
    background-color: white;
    color: black;
    text-align: left;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 40%;
    left: 73%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
}

.dc_tooltip2 .dc_tooltiptext2::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%; /* To the left of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}

.dc_tooltip2:hover .dc_tooltiptext2 {
    visibility: visible;
    opacity: 1;
}  

//dc_tooltip3
  .dc_tooltip3 {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.dc_tooltip3 .dc_tooltiptext3 {
    visibility: hidden;
    width: 25%;
    border: 2px #FF9642 solid;
    background-color: white;
    color: black;
    text-align: left;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 40%;
    left: 60%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
}

.dc_tooltip3 .dc_tooltiptext3::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 100%; /* To the right of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}

.dc_tooltip3:hover .dc_tooltiptext3 {
    visibility: visible;
    opacity: 1;
}    

//dc_tooltip4
  .dc_tooltip4 {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.dc_tooltip4 .dc_tooltiptext4 {
    visibility: hidden;
    width: 25%;
    border: 2px #FF9642 solid;
    background-color: white;
    color: black;
    text-align: left;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 75%;
    left: 80%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
}

.dc_tooltip4 .dc_tooltiptext4::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%; /* To the right of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}

.dc_tooltip4:hover .dc_tooltiptext4 {
    visibility: visible;
    opacity: 1;
} 

//dc_tooltip5
  .dc_tooltip5 {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.dc_tooltip5 .dc_tooltiptext5 {
    visibility: hidden;
    width: 25%;
    border: 2px #FF9642 solid;
    background-color: white;
    color: black;
    text-align: left;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 45%;
    left: 80%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
}

.dc_tooltip5 .dc_tooltiptext5::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%; /* To the right of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}

.dc_tooltip5:hover .dc_tooltiptext5 {
    visibility: visible;
    opacity: 1;
}  

//dc_tooltip6
  .dc_tooltip6 {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.dc_tooltip6 .dc_tooltiptext6 {
    visibility: hidden;
    width: 25%;
    border: 2px #FF9642 solid;
    background-color: white;
    color: black;
    text-align: left;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 25%;
    left: 80%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
}

.dc_tooltip6 .dc_tooltiptext6::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%; /* To the right of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}

.dc_tooltip6:hover .dc_tooltiptext6 {
    visibility: visible;
    opacity: 1;
}     

//dc_tooltip7
  .dc_tooltip7 {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.dc_tooltip7 .dc_tooltiptext7 {
    visibility: hidden;
    width: 25%;
    border: 2px #FF9642 solid;
    background-color: white;
    color: black;
    text-align: left;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 1%;
    left: 80%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
}

.dc_tooltip7 .dc_tooltiptext7::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%; /* To the right of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}

.dc_tooltip7:hover .dc_tooltiptext7 {
    visibility: visible;
    opacity: 1;
}      

div.formatbutton {
background-color: lightgray;
margin:10%;
width:25%;
float:left;
border-radius:10px;
padding: 1px; 

}  

/*****************************Toggle Buttons**********************/
.onoffswitch {
    position: relative; width: 95px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 1px solid #C2C2C2; border-radius: 0px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 21px; padding: 0; line-height: 17px;
    font-size: 12px; color: white;
    box-sizing: border-box;
    border: 2px solid transparent;
    background-clip: padding-box;
}
.onoffswitch-inner:before {
    content: "Hospitality";
    padding-left: 5px;
    background-color: #f3f3f3; color: #FF9642;
}
.onoffswitch-inner:after {
    content: "Residential";
    padding-right: 5px;
    background-color: #f3f3f3; color: #0078A8;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 8px; margin: 0px;
    background: #0078A8;
    position: absolute; top: 0; bottom: 0;
    right: 87px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
    background-color: #FF9642;
}
/*Toggle Buttons - END*/