.buttonOutline {
	background-color: rgba(0, 0, 0, 0.0) !important;
	border: solid 1.3px #6EAB24;
	color: #6EAB24

}


.newFont {

    font-size: 1.125em;
    font-weight: 400;
    font-family: futura_lt_bt_light, Arial;

}

.buttonOutline3 {
    background-color: rgba(0, 0, 0, 0.0) !important;
    border: solid 1.3px #6EAB24;
    color: #6EAB24;
    padding-left: 55px;
    padding-right: 55px; 
}


.buttonOutline1 {
    background-color: rgba(0, 0, 0, 0.0) !important;
    border: solid 1.3px #6EAB24;
    color: #6EAB24;
    padding-left: 36px;
    padding-right: 36px; 
}  


/* Style The Dropdown Button */
.dropbtn {
    /*padding: 16px;
    font-size: 16px;*/
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    width: 100%;
    overflow:auto
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content p {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: rgb(171, 171, 171);
}


[class*='daCol-'] {
    float: left;
}

.daRow::after {
    content: "";
    clear: both;
    display: table;
}

.daCol-3 {
    width: 33.33%;
}

.daCol-6 {
    width: 66.66%;
}

.daCol-half {
    width: 50%;
}

/*.menu {
    width: 25%;
    float: left;
}
.main {
    width: 75%;
    float: left;
}*/


.dropdownStyling {
    width:93%;float: left;padding-right: 0px;
    background-image:linear-gradient(45deg, transparent 50%, gray 50%),linear-gradient(135deg, gray 50%, transparent 50%),linear-gradient(to right, #ccc, #ccc);
    background-position:calc(100% - 20px) calc(1em + 2px),calc(100% - 15px) calc(1em + 2px),calc(100% - 2.5em) 0.5em;
    background-size:5px 5px,5px 5px,1px 1.5em;background-repeat: no-repeat;
}






.numberInput {
    padding: 10px 15px 10px 7px;
    font-size: 1em;
    background: #e7eaeb;
    border-radius: 2px;
    border: solid 1px #e2e2e2;
    position: relative;
    margin: 0;
    font-family: futura_lt_bt_light, Arial;
    outline: none;
    box-shadow: none !important;
    -webkit-appearance: none;
}

select::-ms-expand {
    display: none;
}


.rSymbolDiv {
    display: inline-block;
    float: left;
    padding-top: 7px;
}


.growthBtnSpacing {
    width: 243.5px;
}

.noCaps {
    text-transform: none;
}


.summaryBlock {
        margin: 0
}
















