/** ------------------------------------------ **/
/** ------------------------------------------ **/
/** ----------------- FORMS ------------------ **/
/** ------------------------------------------ **/
/** ------------------------------------------ **/

.coinvertit-link-container-input {
	width: calc(100% - 40px) !important;
	display: inline-block;
	vertical-align: top;
}

.coinvertit-link-container-input + .coinvertit-link-box {
	width: 40px;
	height: 42px;
	vertical-align: top;
	background-color: #5c3c78;
	color: #fff;
	font-size: 16px;
	line-height: 42px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}

.coinvertit-link-container-input + .coinvertit-link-box i {
	transition: all 0.2s;
}

.coinvertit-link-container-input + .coinvertit-link-box:hover i {
	transform: scale(1.1);
}

.input-related-select + span .selection > span {
	height: 42px;
	background-color: #ececec;
}

.coinvertit-form-container {
	width: 100%;
}

.coinvertit-form-container .label, .coinvertit-label {
	font-family: Roboto Condensed;
	color: #004d6f;
	font-weight: 500;
	font-size: 15px;
	display: block;
	text-align: left;
	padding-left: 0px;
	margin-bottom: 3px;
}

.coinvertit-form-container input {
	width: 100%;
	padding: 10px;
	font-family: Lato;
	font-size: 14px;
	border: 1px solid #adadad;
	transition: all 0.3s;
}

.coinvertit-form-container input:focus {
	border: 1px solid #5c3c78;
}

form .intl-tel-input {
	width: 100%;
}

form .form-error-container {
	border-radius: 5px;
	border: 1px solid rgb(173, 18, 18);
	margin: auto auto 15px 45px;
	background-color: #B61626;
	color: white;
	margin-bottom: 10px;
	font-family: Montserrat;
	font-size: 12px;
	margin-bottom: 15px;
	margin-top: 15px;
	margin: auto;
	margin-bottom: 15px;
	margin-top: 15px;
	width: 20px;
	opacity: 0;
	padding: 0px;
	max-height:0px;
	/*display: none;*/
	overflow: hidden;
	transition: all 0.5s;
}

form .form-error-container.active {
	padding: 5px;
	width: 90%;
	opacity: 1;
	max-height: 1000px;
}

.form-label {
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
}

.form-line {
	position: relative;
	margin-bottom: 10px;
}

.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type="text"], .intl-tel-input.allow-dropdown input[type="tel"] {
	width: 100%;
	padding: 10px;
	font-family: Lato;
	font-size: 14px;
	border: 1px solid #adadad;
	padding-left: 52px;
}

/* ERROR BOXES
	--- DEFAULT
*/
.error-box.default {
	position: absolute;
	bottom: 10px;
	right: 5px;
	color: #5c3c78;
	z-index: 100;
	cursor: pointer;
	display: none;
}

.error-box.default.active {
	display: block;
}

.error-box.default.active + input.validate {
	border: 1px solid #5c3c78;
}

.error-box.default .error-circle:hover + .error-container {
	opacity: 1;
	top: 0px;
}

.error-box.default .error-circle {
	text-align: right;
	position: absolute;
	right: 5px;
	bottom: 3px;
}

.error-box.default .error-container {
	opacity: 0;
	transition: opacity 0.2s;
	position: relative;
	top: -500000px;
}

.error-box.default .error-container .error-triangle {
	position: absolute;
	width: 0px;
	height: 0px;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #5c3c78;
	top: 1px;
	right: -1px;
}

.error-box.default .error-container .error-message {
	background-color: #5c3c78;
	position: absolute;
	top: 10px;
	color: #FFF;
	padding: 5px;
	max-width: 450px;
	border-radius: 4px;
	text-align: left;
	min-width: 250px;
	right: -10px;
	box-sizing: content-box;
}

/* --- CV-DASHBOARD */
.error-box.cv-dashboard {
	background-color: #fad65b;
	width: calc(100% - 2px);
	height: 0px;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	overflow: hidden;
	z-index: 300;
	cursor: pointer;
	position: relative;
	bottom: 41px;
	left: 1px;
	margin-bottom: 0px;
	opacity: 0;
}

.error-box.cv-dashboard.active {
	height: 40px;
	margin-bottom: -40px;
	opacity: 1;
}

.error-box.cv-dashboard > div:first-of-type {
	width: 30px;
	float: left;
	height: 100%;
	position: relative;
}

.error-box.cv-dashboard > div:first-of-type i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.error-box.cv-dashboard > div:last-of-type {
	float: left;
	width: calc(100% - 30px);
	padding-left: 5px;
	height: 100%;
}

.error-box.cv-dashboard > div:last-of-type > div {
	display: table;
	width: 100%;
	height: 100%;
}

.error-box.cv-dashboard > div:last-of-type > div .error-message {
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
	font-family: Roboto Condensed;
	line-height: 15px;
	padding-right: 15px;
}



/* COLOR */

.color-box {
	width: 100%;
	height: 100%;
}

.color-box .checkered-color {
	float: left;
	width: 25%;
	height: 25%;
}

.color-box .horizontal-striped-color {
	width: 100%;
	height: 25%;
}

.color-box .vertical-striped-color {
	width: 25%;
	height: 100%;
	float: left;
}

.color-box .double-color {
	width: 100%;
	height: 50%;
}

.color-box .single-color {
	width: 100%;
	height: 100%;
}