/* ======================

GoSalon salonsoftware

====================== */


/* ---------------------------------------------------
  	ALINEA FORM
----------------------------------------------------- */

form h2 {
	font-weight: 700;
	line-height: 1em;
}

form p {
	font-size: calc(1em + .075vw);
	font-weight: 300;
}

form label {
	color: #000743;
	font-size: .9em;
	font-weight: 400;
	letter-spacing: -.0125em;
	font-family: 'Eina 01', Arial, sans-serif;
}

form .radio label {
	color: #333;
	font-size: .95em;
	font-weight: 400;
	letter-spacing: .0125em;
}
form .checkbox label {
	color: #333;
	font-size: .95em;
	font-weight: 400;
	letter-spacing: .0125em;
}

form input {
	background-color: #fff !important;
	border: 1.5px solid #ccc !important;
	border-radius: .25rem !important;
	color: #000743 !important;
	font-family: 'Eina 01', Arial, sans-serif;
	font-weight: 400;
	font-size: 1em;
	height: calc(1.5em + .75rem + 5px);
	letter-spacing: .0125em;
	padding: .45rem .75rem .55rem .75rem;
	white-space: nowrap;
}
form input:focus {
	background-color: #fff;
	border-color: #62259e !important;
	box-shadow: 0 0 0 .2rem rgba(209,217,255,.7) !important;
	color: #222;
	font-size: 1em;
	font-weight: 400;
	outline: 0;
}

form input::placeholder {
	color: #222;	
}

form input.kadocode[type="text"] {
	background-color: #fff !important;
	border: 1.5px solid #ccc !important;
	border-radius: .25rem !important;
	color: #000743 !important;
	font-family: 'Eina 01', Arial, sans-serif;
	font-weight: 400;
	font-size: 1em;
	height: calc(1.5em + .75rem + 5px);
	letter-spacing: .0125em;
	padding: .45rem .75rem .55rem .75rem;
	white-space: nowrap;
}
form input.kadocode[type=text]:focus {
	background-color: #fff;
	border-color: #62259e !important;
	box-shadow: 0 0 0 .2rem rgba(209,217,255,.7);
	color: #222;
	font-size: 1em;
	font-weight: 400;
	outline: 0;
}
form input.kadocode[type=text]::placeholder {
	color: #aaa;
}

form .form-control::placeholder {
	color: #555 !important;
	opacity: 1;
}

textarea.form-control {
	min-height: calc(8em + .75rem + 2px);
}

form textarea {
	background-color: #fff !important;
	border: 1.5px solid #ccc !important;
	border-radius: .25rem !important;
	color: #000743 !important;
	font-family: 'Eina 01', Arial, sans-serif;
	font-weight: 400;
	font-size: 1em;
	height: calc(1.5em + .75rem + 5px);
	letter-spacing: .0125em;
	padding: .45rem .75rem .55rem .75rem;
}
form textarea:focus {
	background-color: #fff;
	border-color: #62259e !important;
	box-shadow: 0 0 0 .2rem rgba(209,217,255,.7) !important;
	color: #222;
	font-size: 1em;
	font-weight: 400;
	outline: 0;
}



form button.button1 {
	background-color: #fff;
	border: 1.5px solid #222;
	border-radius: .25rem !important;
	color: #222;
	font-family: 'Amsi Pro Normal', Arial, sans-serif;
	font-weight: 600;
	font-size: 1em;
	letter-spacing: .0125em;
	padding: .55rem .75rem .45rem .75rem;
	text-transform: uppercase;
	white-space: nowrap;
}
form button.button1:hover {
	background-color: #222;
	border: 1.5px solid #222;
	color: #fff;
}
form button.button2 {
	background-color: #222;
	border: 1.5px solid #222;
	border-radius: .25rem !important;
	color: #fff;
	font-family: 'Amsi Pro Normal', Arial, sans-serif;
	font-weight: 600;
	font-size: 1em;
	letter-spacing: .0125em;
	padding: .55rem .75rem .45rem .75rem;
	text-transform: uppercase;
	white-space: nowrap;
}
form button.button2:hover {
	background-color: #fff;
	border: 1.5px solid #222;
	color: #222;
}


.btn.btn-cancel {
	background-color: #dee2e6;
	border-radius: 25px;
	color: #000743;
	cursor: pointer;
	font-size: 1.1em;
	font-weight: 500;
	min-height: 42px;
	min-width: 80px;
	outline: none;
	padding: 2px 20px 4px 20px;
	transition: .2s ease-in-out all;
}
.btn.btn-cancel:hover {
	background-color: #d1d9ff;
}


.btn.btn-send {
	background-color: #62259e;
	border-radius: 25px;
	color: #fff;
	cursor: pointer;
	font-size: 1.1em;
	font-weight: 500;
	min-height: 42px;
	min-width: 80px;
	outline: none;
	padding: 2px 20px 4px 20px;
	transition: .2s ease-in-out all;
}
.btn.btn-send:hover {
	background-color: #d1d9ff;
	color: #000743;
}


.btn.btn-header {
	background-color: #d1d9ff;
	border: 1.5px solid #fff;
	border-radius: 25px;
	color: #000743;
	cursor: pointer;
	font-size: 1.35em;
	font-weight: 500;
	min-height: 50px;
	min-width: 150px;
	outline: none;
	padding: 2px 20px 5px 20px;
	transition: .2s ease-in-out all;
}
.btn.btn-header:hover {
	background-color: #62259e;
	border: 1.5px solid #62259e;
	color: #fff;	
}

.btn.btn-example {
	background-color: #62259e;
	border: none;
	border-radius: 25px;
	color: #fff;
	cursor: pointer;
	font-size: 1.1em;
	font-weight: 500;
	min-height: 42px;
	min-width: 120px;
	outline: none;
	padding: 2px 20px 4px 20px;
	transition: .2s ease-in-out all;
}

.btn.btn-example:hover {
	background-color: #d1d9ff;
	color: #000743;
}


/* ---------------------------------------------------
  	FLOATING LABELS
----------------------------------------------------- */

.form-floating > label {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: .75rem .75rem .5rem .75rem;
	pointer-events: none;
	border: 1px solid transparent;
	transform-origin: 0 0;
	transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}


/* ---------------------------------------------------
  	DROPDOWN MENU
----------------------------------------------------- */

form .btn-default {
	background-color: #fff !important;
	border: 1.5px solid #ccc !important;
	border-radius: .25rem !important;
	color: #222 !important;
	font-family: 'Amsi Pro Normal', Arial, sans-serif;
	font-weight: 600;
	font-size: 1em;
	height: calc(1.5em + .75rem + 5px);
	letter-spacing: .0125em;
	padding: .45rem .95rem;
	text-transform: uppercase;
	white-space: nowrap;
}
form .bootstrap-select > .dropdown-toggle {
	padding-right: 35px !important;
}
form .dropdown-menu > li > a:hover {
	background-color: #ddd;
	color: #222;
	font-size: .9em;
}
form .dropdown-menu {
	border: 0.1rem solid #ccc;
	border-radius: .25rem !important;
}
form .dropdown-menu ul {
	border-radius: .0 !important;
}
form .dropdown-toggle::after {
	margin-left: .5em;
	vertical-align: 0.55em;
}
.open > .dropdown-menu {
    display: block;
}
form .dropdown-menu > li > a {
	color: #222 !important;
	clear: both;
	display: block;
	font-size: .9em;
	font-weight: 600 !important;
	letter-spacing: .0125em;
	line-height: 1.42857143;
	outline: none;
	padding: 3px 20px;
	white-space: nowrap;
}
