/**
 * #LIKEAPRO Sharing Platform Main Style Sheet
 *
 */


/*

    INNER FORM INPUT ICONS

*/
.input-icon {
    position: relative;
    top: 1px;
    display: inline-block;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-right: 4px;
}
/* enable absolute positioning */
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .input-icon {
    position: absolute;
    padding: 10px;
    padding-top: 34px;
    pointer-events: none;
}

/* align icon */
.left-addon .input-icon  { left:  0px;}
.right-addon .input-icon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }



/*

    RANGE INPUTS

 */


input[type=range] {
    height: 34px;
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
    background: transparent;
    border: 0px solid #18D501;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 9px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 1px 1px 1px #002200;
    background: #205928;
    border-radius: 1px;
    border: 0px solid #18D501;
}
input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #00AA00;
    border: 2px solid #83E584;
    height: 26px;
    width: 24px;
    border-radius: 23px;
    background: #439643;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -10px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: #205928;
}
input[type=range]::-moz-range-track {
    width: 100%;
    height: 9px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 1px 1px 1px #002200;
    background: #205928;
    border-radius: 1px;
    border: 0px solid #18D501;
}
input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 0px #00AA00;
    border: 2px solid #83E584;
    height: 26px;
    width: 24px;
    border-radius: 23px;
    background: #439643;
    cursor: pointer;
}
input[type=range]::-ms-track {
    width: 100%;
    height: 9px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: #205928;
    border: 1px solid #18D501;
    border-radius: 2px;
    box-shadow: 1px 1px 1px #002200;
}
input[type=range]::-ms-fill-upper {
    background: #205928;
    border: 0px solid #18D501;
    border-radius: 2px;
    box-shadow: 1px 1px 1px #002200;
}
input[type=range]::-ms-thumb {
    margin-top: 1px;
    box-shadow: 0px 0px 0px #00AA00;
    border: 2px solid #83E584;
    height: 26px;
    width: 24px;
    border-radius: 23px;
    background: #439643;
    cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
    background: #205928;
}
input[type=range]:focus::-ms-fill-upper {
    background: #205928;
}




.checkbox {
    margin: 0.5rem;
}

.checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.checkbox input[type="checkbox"] + .radio-label:before {
    content: '';
    background: #f4f4f4;
    /*border-radius: 100%;*/
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: -0.0em;
    margin-right: 1em;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}

.checkbox input[type="checkbox"]:checked + .radio-label:before {
    background-color: #205928;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}

.checkbox input[type="checkbox"]:focus + .radio-label:before {
    outline: none;
    border-color: #205928;
}

.checkbox input[type="checkbox"]:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}

.checkbox input[type="checkbox"] + .radio-label:empty:before {
    margin-right: 0;
}

output {
    display: block;
    font-weight: 400;
    font-size: 11px;
    /*width: 40px;*/
    /*height: 20px;*/
    height: auto;
    margin: 0px;
    /*background: silver;*/
    text-align: center;
    margin-top: -10px;
    padding-top: 0px;
    padding-bottom: 0px;
    box-sizing: border-box;
    color: #696969;
}

/*
    ZIP Search Result
 */
/* Formatting search box */
.search-zip-result {
    position: absolute;
    z-index: 999;
    left: 0;
    background: white;
    width: 100%;
}
/* Formatting result items */
.search-zip-result p{
    margin: 0;
    padding: 7px 10px;
    border: 1px solid #CCCCCC;
    border-top: none;
    cursor: pointer;
}
.search-zip-result p:hover{
    background: #f2f2f2;
}



/*
    PLANT Search Result
 */
/* Formatting search box */
.search-plant-result {
    position: absolute;
    z-index: 999;
    left: 0;
    background: white;
    width: 100%;
}
/* Formatting result items */
.search-plant-result p{
    margin: 0;
    padding: 7px 10px;
    border: 1px solid #CCCCCC;
    border-top: none;
    cursor: pointer;
}
.search-plant-result-result p:hover{
    background: #f2f2f2;
}


/* Michaels edits */

.nodisplay{
	display: none !important;
}


.flobtn{
	margin-right: 10px;
	padding: 10px 20px;
}

.weiterbtn{
	margin-right: 0px;
	background-color: #0d5c2d !important;
	border: none;
}



hr.plusform{
	margin: 23px 60px;
	opacity: .6;
	border-top: 1px solid #eeeeee;
	border-bottom: none;
}

h3{
	font-weight: 500;
}




/*tooltip*/

.weiterbtn:disabled,
.weiterbtn[disabled]{
opacity: .3;
}


.allefelderausfuellen{
	font-weight: 300;
	color: red;
}


.loadingscreen{
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: auto auto;
	padding: auto auto;
}