﻿html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
   
}
/*body {
    /*padding-top: 50px;*
    padding-bottom: 20px;
    
}*/

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.img {
    margin: auto 30px;
}

#top-menu a:active {
    background-color: red;
}
.activePage a {
	background-color: red;
}

/*.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 25px;
  background-color: #f5f5f5;
}*/

.logos {
}
.badges {
    height: 75px;
    margin: 0;
    padding: 5px;
}
.leftBadge {
    height: inherit;
}
.rightBadge {
    height: inherit;
}
.banner {
    background-image: url("../Artwork/gradient.png");
    background-repeat: repeat-x;
    margin-right: 0;
}
.banner .primary {
    color: white;
    font-size: 30px;
    margin-left: 100px;
    margin-top: 10px;
}
.banner .secondary {
    color: white;
    float: left;
    margin-left: 100px;
}
.banner .droplet {
    float: left;
    margin-left: 5px;
}
.niwis-heading {
    background-image: url("../Artwork/gradient.png");
    font-size: 25px;
    margin: 0;
    padding: 0;
}
@media all and (max-width: 1700px) {
.visible-xxl {
    display: none !important;
}
}
.menu .navbar {
    background-image: url("../Artwork/gradient.png");
    background-repeat: repeat-x;
    margin-bottom: 0 !important;
   
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .dropdown-menu {
    border-radius: 0 6px 6px;
    left: 100%;
    margin-left: -1px;
    margin-top: -6px;
    top: 0;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu > a::after {
    border-color: transparent transparent transparent #cccccc;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right: -10px;
    margin-top: 5px;
    width: 0;
}
.dropdown-submenu:hover > a::after {
    border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
    border-radius: 6px 0 6px 6px;
    left: -100%;
    margin-left: 10px;
}
.breadcrumbs > p {
    color: #000;
    margin-bottom: 0;
    margin-left: 47px;
    padding-bottom: 10px;
    padding-top: 10px;
}
@media all and (max-width: 768px) {
.breadcrumbs > p {
    color: #000;
    margin-bottom: 0;
    margin-left: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
}
}


.logos, .menu, .breadcrumbs, .dashboard {
    width: 100%;
}
#main_menu nav div.container-fluid {
    padding-left: 0;
    padding-right: 0;
}
#bs-example-navbar-collapse-1 {
    background-color: black;
    border-color: black;
}
#bs-example-navbar-collapse-1 ul.nav li {
    background-color: rgb(164, 177, 111);
    color: black;
    margin: 6px;
}
#bs-example-navbar-collapse-1 ul.nav li a {
    color: black;
    padding-bottom: 0;
    padding-top: 0;
}

.modal.ekko-lightbox {
    z-index: 10000;
}

.row{
     margin-left: 0px; 
     margin-right: 0px; 
}






/* Progress Tracker v2 */
ol.progress_cust[data-steps="2"] li { width: 49%; }
ol.progress_cust[data-steps="3"] li { width: 33%; }
ol.progress_cust[data-steps="4"] li { width: 24%; }
ol.progress_cust[data-steps="5"] li { width: 19%; }
ol.progress_cust[data-steps="6"] li { width: 16%; }
ol.progress_cust[data-steps="7"] li { width: 14%; }
ol.progress_cust[data-steps="8"] li { width: 12%; }
ol.progress_cust[data-steps="9"] li { width: 11%; }
ol.progress_cust[data-steps="10"] li { width: 9%; }
ol.progress_cust[data-steps="11"] li { width: 9%; }
ol.progress_cust[data-steps="12"] li { width: 8%; }
ol.progress_cust[data-steps="13"] li { width: 7%; }
ol.progress_cust[data-steps="14"] li { width: 7%; }


.progress_cust {
    width: 100%;
    list-style: none;
    list-style-image: none;
    margin: 0px 0 0px 0;
    padding: 0;
    /*height: 80px;*/
    background-color: transparent !important;
}

.progress_cust li {
    float: left;
    text-align: center;
    position: relative;
}

.progress_cust .name {
    display: block;
    vertical-align: bottom;
    text-align: center;
    margin-bottom: 1em;
    color: black;
    opacity: 0.3;
    /*height: 25px;*/
    font-size: 10px;
}

.progress_cust .step {
    color: black;
    border: 3px solid silver;
    background-color: silver;
    border-radius: 50%;
    line-height: 1.2;
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    z-index: 0;
}

.progress_cust .step span {
    opacity: 0.3;
}

.progress_cust .active .name,
.progress_cust .active .step span {
    opacity: 1;
}

.progress_cust .done .name,
.progress_cust .done .step span {
    opacity: 1;
}

.progress_cust .step:before {
    content: "";
    display: block;
    background-color: silver;
    height: 0.4em;
    width: 50%;
    position: absolute;
    top: 0.6em;
    left: 0;
    z-index: -1;
}

.progress_cust .step:after {
    content: "";
    display: block;
    background-color: silver;
    height: 0.4em;
    width: 50%;
    position: absolute;
    top: 0.6em;
    right: 0;
    z-index: -1;
}

.progress_cust li:first-of-type .step:before {
    display: none;
}

.progress_cust li:last-of-type .step:after {
    display: none;
}

.progress_cust .done .step,
.progress_cust .done .step:before,
.progress_cust .done .step:after,
.progress_cust .active .step,
.progress_cust .active .step:before {
    /*background-color: yellowgreen;*/
    background-color: #337ab7;
}

.progress_cust .done .step,
.progress_cust .active .step {
    /*border: 3px solid yellowgreen;*/
    border: 3px solid #337ab7;
}

.dhi_required:after {
    content: "*";
    color: red;
    font-weight: bold;
}