/*-----------------------
  General 
-----------------------*/
/* Define status bar size */
/* Bottom settings sections */
/* Define general spaces */
/*@media screen and (min-width: 576px) { 
	$screeny-padding: 5px;
}
@media screen and (min-width: 768px) { 
	$screeny-padding: 10px;
}
@media screen and (min-width: 992px) { 
	$screeny-padding: 15px;
}
@media screen and (min-width: 1200px) { 
	$screeny-padding: 20px;
}*/
/* Define global radius */
/* Define size of arrows */
/* Define general transition time */
/* Define general border size */
/* Define background image blur */
form.registration-form fieldset {
  display: none;
}

.form-group {
  margin: 0;
  margin-bottom: calc(1rem*1);
}

.form-group label {
  margin: 0;
  font-size: small;
  font-style: italic;
  color: #999999;
  padding-left: calc(1rem * 1);
}

.form-group.subgroup {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.form-control {
  background: none;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 0;
  color: #e1e6e9;
}

.form-top,
fieldset legend {
  text-align: center;
}

input, textarea, select {
  outline: none !important;
  box-shadow: none !important;
  background: rgba(0, 0, 0, 0.1) !important;
  border: none;
  color: #ffffff;
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/*input, textarea {
    //background: $screeny-gray-01 !important;
}*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select option {
  background: rgba(0, 0, 0, 0.9) !important;
  text-align: center;
}

select optgroup {
  color: #191a1b;
  font-size: 1rem;
}

input[type="text"],
input[type="email"],
input[type="date"],
input[type="number"],
input[type="tel"],
select.form-control {
  height: 50px;
  margin: 0;
  vertical-align: middle;
  font-weight: 300;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

input[type="color"] {
  height: 50px;
  width: 50px;
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: middle;
  font-weight: 300;
  line-height: 50px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

input[type="file"] {
  height: 35px;
  margin: 0;
  vertical-align: bottom;
  font-weight: 300;
  line-height: 30px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

input[type=radio] {
  margin-top: 8px !important;
}

textarea,
textarea.form-control {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 30px;
}

/*------------------------
   Placeholder
------------------------*/
.form-control::placeholder {
  color: #55575a;
}

/*input::placeholder, textarea::placeholder {
	transition: all $screeny-transition;
}*/
/*
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder,
textarea.form-control:-moz-placeholder {
    //color: rgba($screeny-white,.3);
    color: darken($screeny-gray-02,$screeny-hover-darken);
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder {
    color: darken($screeny-gray-02,$screeny-hover-darken);
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder {
    color: darken($screeny-gray-02,$screeny-hover-darken);
}*/
/*------------------------
   Disabled 
------------------------*/
input:disabled, textarea:disabled, select:disabled {
  color: #55575a;
}

/*------------------------
   Focus 
------------------------*/
input:focus, textarea:focus, select:focus {
  border-color: #b200e3 !important;
  color: #ffffff !important;
  background: rgba(178, 0, 227, 0.05) !important;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
textarea.form-control:focus {
  outline: 0;
}

/*
form .illustration {
	width: 100%;
  	padding-bottom:0 !important;
  	padding-top:0 !important;
	margin-bottom: calc(1rem*3);
}*/
/*.select-wrapper { 
    width:100%;
    height:100%;
    background:url("icons/btn-arrow-down-01-white-noborder-nobg.svg") no-repeat right $screeny-gray-01 ;
    background-size: 24px;
    border-radius:0;
    padding:0;
}*/
.text-primary {
  color: #b200e3 !important;
}

/*------------------------
   Error 
------------------------*/
form .input-error {
  background-color: #007de3 !important;
}

form .input-error::placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}

/*------------------------
   File dropcontainer
------------------------*/
form .drop-container {
  height: 100px;
  position: relative;
  background: rgba(178, 0, 227, 0.1);
  background-size: 200%;
  border-radius: 0 8px;
  border: 2px solid #007de3;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 400;
  font-family: bicyclette, sans-serif;
  text-transform: uppercase;
  transition: calc(0.3s*1) ease-in-out;
}

form .drop-container:hover {
  background-position: right !important;
}

form .drop-container label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0;
}

form .drop-container .file {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  padding: 14px 0;
  cursor: pointer;
  z-index: 500;
  height: 100%;
}

/*
form .drop-container:hover {
	
}

form .drop-container .file {
}
form .drop-container label {
	
}
*/
/*-------------------------
   Color Selection Group 
--------------------------*/
form .color-selection-group {
  padding-top: calc(1rem*1);
  width: 100%;
}

form .color-selection-group label {
  line-height: 50px;
  margin: 0;
  padding: 0;
  width: 100%;
  tefxt-align: right;
  padding-right: calc(1rem);
}

form .color-selection-group .form-row {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

form .color-selection-group.large .form-row {
  max-width: 100%;
}

/*form .color-selection-group p {
	//
}
form .color-selection-group .form-row {
}
form .color-selection-group.large .form-row {
}
form .color-selection-group label {
}*/
