/*
Theme Name: ras-net2014
Description: Bootstrap-based theme for a photo website
Author: tr
Author URI: http://www.sensoria.de
*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/* Colors */
/* Fonts */
/* Buttons */


body {
  background-color: #212121;
  font-family: 'Source Sans Pro', Arial, Helvetica, 'Sans serif';
  font-weight: normal;
  font-size: 16px;
  color: #fff;
}

#main {
  background-color: #212121;
  overflow: hidden;
}

.clear {
  clear: both;
}

/* Limit maximal overall size */
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}

/* Link Styles */
a,
a:active,
a:visited {
  color: #ffcc00;
  text-decoration: none;
}
a:hover {
  color: #ffcc00;
  text-decoration: underline;
}

h1 {
  font-size: 24px;
  font-weight: normal;
}

h2 {
  font-size: 18px;
  font-weight: normal;
}

.warning {
  color: #ff0000;
}

header {
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}

header #logo {
  float: left;
}

header h1 {
  float: right;
}

#colorbar img{
	src = "https://vioso.com/softedge-patterngenerator/assets/images/colorbar.png";
}

#main {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  margin: 0 25px;
}

#testbild {
  clear: both;
}

.formGroup {
  width: 50%;
  float: left;
  margin-top: 15px;
  margin-bottom: 30px;
}

.formGroupRight > .formGroup {
  margin-top: 0;
  margin-bottom: 0;
}

.formGroupLeft, .formGroupRight {
  width: 50%;
  float: left;
  margin-top: 15px;
  margin-bottom: 30px;
}

.formGroupRight {
  text-align: right;
}

@media (max-width: 767px) {
  .formGroup, .formGroupLeft, .formGroupRight {
  	width: 100%;
  }
}

.formElement {
  min-height: 36px;
  margin: 7.5px 0;
  width: 100%;
}

.formGroupLeft .formElement {
  text-align: left;
  float: left;
}

.formGroupRight .formElement {
  text-align: right;
  float: left;
  padding-top: 3px;
}

@media (max-width: 767px) {
  .formGroupRight .formElement {
   text-align: left;
  } 
}

.formElement label {
  margin-right: 0.5em;
  margin-bottom: 0;
  width: 140px;
}

@media (max-width: 399px) {
  .formElement label {
    width: 100%;
  }
}

@media (min-width: 400px) and (max-width: 991px) {
  .formElement label {
    width: 120px;
  }
}

.formElement.formElementGrid label {
  display: inline-block;
  max-width: 100%;
  margin-right: 0.5em;
  width: 100px;
  line-height: 28px;
  vertical-align: top;
  font-weight: bold;
  text-align: left;
}

.formElement input[type=text] {
  padding: 0.4em 0.7em;
  width: 100px;
  border: none;
  border-radius: 4px;
  border-color: #fff;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}

.formElement input[type=text].imgName {
  padding: 0.4em 0.7em;
  width: 214px;
}

.formElement input[type=checkbox] {
  width: 12px;
}

.formElement textarea {
  width: 100%;
  max-width: 480px;
  color: #ffffff;
  padding: 0.2em 0.4em;
  background-color: ##212121;
  border: 1px solid #ffffff;
  display: block;
  margin-bottom: 1em;
}

.formElement #refreshImageWrapper {
  width: 50%;
  text-align: left;
  float: left;
}

.formElement #saveImageWrapper {
  width: 100%;
  text-align: center;
 align: center;
}

.formElement button {
  width: 95%;
  margin: 10px 0;
}

.formElement #saveImageWrapper button {
  width: 50%;
}

.formElement select {
  padding: 0.4em;
  width: 100px;
}

.formElement select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  
  border-radius: 4px;
  
  cursor: pointer;
  /* background-color: #009ee3; */
}

.formElement select::-ms-expand {
  display: none;
}

.formElement .select-wrapper {
  position: relative;
  width: 100px;
  display:inline;
 }
   
.formElement .select-wrapper::before {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: -3px;
  color: #000;
  pointer-events: none;
}

.formElement .formElementGridLabel,
.formElement .formElementUploadLabel {
  display: inline-block;
  max-width: 100%;
  margin-right: 0.5em;
  width: 100px;
  line-height: 28px;
  vertical-align: top;
  font-weight: bold;
  text-align: left;
}

.formElement .formElementGridWrapper,
.formElement .formElementUploadWrapper {
  display: inline-block;
  max-width: 100%;
  margin-right: 0;
  width: 280px;
  line-height: 28px;
  vertical-align: top;
  font-weight: bold;
}

@media (max-width: 399px) {
  .formElement .formElementGridLabel {
    display: block;
  }
}

@media (max-width: 767px) {
  .formElement .formElementGridLabel {
    width: 120px;
  }
  .formElement .formElementGridWrapper {
    width: 215px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .formElement .formElementGridLabel {
    width: 80px;
  }
  .formElement .formElementGridWrapper {
    width: 230px;
  }
}

formElementUploadLabel {
	
}

.formElementUploadWrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.formElementUploadWrapper button {
    width: 100%;
    margin: 0;
	cursor: pointer;
}

.formElement .refreshImage {
	width:auto;
	border:0;
	padding:0.4em 0.7em;
	margin-top:-3px;
	margin-left: 10px;
	cursor: pointer;
}

.formElementUploadWrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.formElement input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 5px 0;
  background-color: transparent;
}

.formElement input[type=range]:focus {
  outline: none;
}

.formElement input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  background: #009ee3;
  border-radius: 5px;
  border: 0px solid rgba(0, 0, 0, 0);
}

.formElement input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 0.3px solid rgba(0, 0, 0, 0);
  height: 20px;
  width: 20px;
  border-radius: 100px;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5px;
}

.formElement input[type=range]:focus::-webkit-slider-runnable-track {
  background: #009ee3;
}

.formElement input[type=range]::-moz-range-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  background: #009ee3;
  border-radius: 5px;
  border: 0px solid rgba(0, 0, 0, 0);
}

.formElement input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 0.3px solid rgba(0, 0, 0, 0);
  height: 20px;
  width: 20px;
  border-radius: 100px;
  background: #fff;
  cursor: pointer;
}

.formElement input[type=range]::-ms-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

.formElement input[type=range]::-ms-fill-lower {
  background: #009ee3;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}

.formElement input[type=range]::-ms-fill-upper {
  background: #009ee3;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}

.formElement input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 0.3px solid rgba(0, 0, 0, 0);
  height: 20px;
  width: 20px;
  border-radius: 100px;
  background: #fff;
  cursor: pointer;
  height: 10px;
}

.formElement input[type=range]:focus::-ms-fill-lower {
  background: #009ee3;
}

.formElement input[type=range]:focus::-ms-fill-upper {
  background: #009ee3;
}


 /* The switch - the box around the slider */
.formElement .switch {
  position: relative;
  display: inline-block;
  width: 50px!important;
  height: 29px;
  margin-right: 0;
}

.formElement.formElementSwitch {
  float: right;
}

.formElement .formElementSwitchLabel {
  display: inline-block;
  max-width: 100%;
  margin-right: 0.5em;
  width: 100px;
  line-height: 28px;
  vertical-align: top;
  font-weight: bold;
  text-align: left;
}

@media (max-width: 767px) {
  .formElement .formElementSwitchLabel {
    width: 120px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .formElement .formElementSwitchLabel {
    width: 80px;
  }
}

.formElement input[type=checkbox] {display:none;}

.formElement .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .2s;
  transition: .2s;
}

.formElement .slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .2s;
  transition: .2s;
}

.formElement input[type=checkbox]:checked + .slider {
  background-color: #009ee3;
}

.formElement input[type=checkbox]:focus + .slider {
  box-shadow: 0 0 1px #009ee3;
}

.formElement input[type=checkbox]:checked + .slider:before {
  -webkit-transform: translateX(21px);
  -ms-transform: translateX(21px);
  transform: translateX(21px);
}

.formElement .slider.round {
  border-radius: 34px;
}

.formElement .slider.round:before {
  border-radius: 50%;
} 
