body{
	background-color: #f2f2f2;
}

#staticContent {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 6;
}
nav > .brand {
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    width: 30%;
    padding-left: 15px;
}
.mainContainer {
    margin-top: 120px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row-spacing{
	margin-top: 7px;
}
.greenButton{
	background: #00b398;
	color: #fff;

}

.greenText{
	color: #00b398;
}
.greenBorder{
	border-radius: 0px;
	border-top:0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom-width: 2px;
	border-bottom-color: #00b398;
	border-top-style: none;
	border-top-color: #fff;
	width: 100%;	
    padding: 6px 12px;
    font-size: 14px;
    margin-bottom: 15px;
}

.greenBorder:read-only{
	border-bottom-color: #e6e6e6;
	
}


.greenBorder:focus{
 	border-bottom: 0px solid #f2f2f2;
	outline-style: solid; 
	outline-width: 2px;  
	outline-offset: 3px;
}

.greenBorder:focus-visible{
	border-bottom: 0px solid #f2f2f2;	
	outline-color:#e6e6e6; 
	outline-style: solid; 
	outline-width: 2px;  
	outline-offset: 3px;
}

.green-button input {
	background-color:#00b398;
	color: #fff;
	border: none;
	box-shadow: 0 0 2px grey;
	border-radius: 2px;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 14px;
	margin-bottom: 0px;
	display: inline-block;

    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
}

.green-button input:hover {
	background-color: #00806c;
}

.green-button input:disabled {
	background-color: grey;
}