
/* form overlayer */

#knot-popup {
	font-size: 15px;
    display: none;
    width: 600px;
    min-height: 700px;
    background-color: white;
    border: 1px solid #cdcdcd;
    transform: scale(0.8);
    padding: 20px;
}


#knot-popup form {
	margin-top: 2em;
}

.popup_visible #knot-popup {
  transform: scale(1);
}

#knot-popup .value_error {
    border: 1px solid red !important;
}

#knot-popup .g-recaptcha {
	max-width: 66%;
	float: left;
	margin-left: 16px;
}	

#knot-popup #recaptcha-error {
	width: 100%;
}

#knot-popup #recerror {
	float: left;
	width: auto !important;
}

#knot-popup #copy {
	clear: left;
}

#knot-popup input[type=checkbox].value_error {
	outline: 1px solid red !important;
}

#knot-popup input,
#knot-popup textarea {
	border: 1px solid #cdcdcd;
	width: 50%;
}

#knot-popup p.privacy {
	width: 100%;
	clear: left;
}

#knot-popup input#privacy {
	width: auto;
	vertical-align: middle;
}


#knot-popup button.knot-popup_close {
    display: inline;
    width: 30%;
    float: right;
}


#knot-popup button#knot-send-request {
    display: inline;
    width: 30%;
    float: left;
	clear: left;
	border-radius: 3px;
}

#knot-popup div#spinner {
	width: 600px;
	height: 750px;
	padding: 20px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	text-align: center;
	line-height: 750px;
	display: none;
	opacity: 0.7;
	background-color: #fff;
}

#knot-popup div#spinner img {
    display: inline;
	vertical-align: middle;
}

#knot-popup .submitTheme,
#knot-ok-popup .submitTheme
 {
	border: 0;
	padding: 1em;
	cursor: pointer;
	border-radius: 3px;
}

#knot-popup div.g-recaptcha {
	margin-bottom: 1em;
}

#knot-popup div.form-buttons,
#knot-ok-popup div.form-buttons {
    margin-top: 20px;
}

#knot-popup div.form-buttons {
	padding-left: 20px;
	padding-right: 20px;
}


#knot-popup  img#logo,
#knot-ok-popup  img#logo
 {
	margin: 0 auto;
	display: block;
	margin-bottom: 2em;
}

#knot-popup label {
	display: inline-block;
	width: 38%;
	margin-right: 2%;
}

#knot-popup p {
	margin: 1em;
	padding: 0;
}

/* error messages */

#knot-popup .knot-errors {
    padding: 0px;
    margin: 0px;
    color: red;
	width: 100%;
	text-align: left;
}

/* ok message overlayer */

#knot-ok-popup {
    display: none;
    width: 600px;
    height: 300px;
    background-color: white;
    transform: scale(0.8);
    padding: 20px;
}

.popup_visible #knot-ok-popup {
    transform: scale(1);
}

#knot-ok-popup .submitTheme {
	display: block;
	margin: 0 auto;
}


/* Banner styles */

#miniguida-button {
	color: #cdcdcd;
	cursor: pointer;
}

#miniguidaclick {
	text-align: center;
}

@media (max-width: 600px) {
        #knot-popup {
                width: 96%;
		padding: 2%;
        }


        #knot-popup div.form-buttons,
        #knot-ok-popup div.form-buttons {
                margin-top: 0px;
        }

        #knot-popup div.form-buttons {
                padding-left: 0px;
                padding-right: 0px;
        }

        #knot-popup button.knot-popup_close {
                display: block;
                float: none;
        }


        #knot-popup button#knot-send-request {
                display: block;
                float: none;
        }


}

@media (max-width: 400px) {
        #knot-popup button.knot-popup_close,
        #knot-popup button#knot-send-request {
		display: block;
		margin-left: auto;
		margin-right: auto;
                width: 50%;
        }
}

