@import url('https://fonts.googleapis.com/css?family=Open+Sans');

*{
	box-sizing: border-box;
}

body{
	margin: 0;
	font-family: 'Open Sans';
}

.mt10{
	margin-top: 10px;
}

.max-width{
	width: 1400px;
    max-width: calc(100% - 40px);
    padding: 0 20px;
    margin: 0 auto;
}

a{
	color: #7f7f7f;
	text-decoration: none;
}

a:hover{
	color: #333;
}

header{
	padding: 20px 20px 15px 20px;
	background: #a60061;
}

strong{
	letter-spacing: 0.07em;
}

h1,h2,h3{
	color: #0057a6;
}

h1{
	font-size: 20px;
	margin: 0 0 10px 0;
	line-height: 24px;
	font-weight:  bold;
}

h2{
	font-size: 18px;
	margin: 0 0 5px 0;
	line-height: 20px;
}

nav{
	color:  #fff;
	font-size:  12px;
}

nav a{
	text-decoration: none;
	border-bottom: 2px solid #550032;
	color: #fff;
	padding: 10px 10px 8px;
	margin: 0 10px;
}

nav a:hover, nav a.active{
	color:  #fff;
	border-bottom: 2px solid #fff;
}

nav a.bLink{
	border-bottom: 0;
	color: #0057a6;
	background: #fff;
}

nav a.bLink:hover{
	background: #e5e5e5;
}

#content{
	padding: 20px;
	font-size: 14px;
	color: #4d4d4d;
}

input, select, textarea{
	padding: 8px;
	border: 1px solid #ccc;
	font-family: 'Open Sans';
	color: #7f7f7f;
}

select{
	padding: 8px 8px 9px;
}

textarea{
	height: 60px;
	width: 100%;
	padding: 20px 25px;
}

button, .bLink{
	background: #0057a6;
	border: 0;
	color: #fff;
	padding: 8px 12px;
	cursor: pointer;
	text-decoration: none;
	border-radius: 3px;
}

button:hover, .bLink:hover, .bLink.active{
	background: #4b95bd;
}

button.noButton{
	padding: 2px;
	background: #fff;
	border: 0;
	color: #ed791a;
	cursor: pointer;
	text-decoration: none;
	border-bottom: 1px dotted #ed791a;
}

button.noButton:hover{
	border-bottom: 1px solid #ed791a;
}

button.light, .b-light{
	color:  #7f7f7f;
	border:  1px solid #ccc;
	font-weight:  300;
	background:  #fff;
	cursor: pointer;
}

button.light:hover, .b-light:hover{
	color:  #333;
	border-color: #7f7f7f;
}

.lLink{
	text-decoration: none;
	font-size: 12px;
	color: #333;
}

table.noBorder td{
	padding-bottom: 10px;
}

table.noBorder th{
	text-align: left;
	font-weight: normal;
	padding-right: 20px;
	padding-bottom: 10px;
}

.taRight,.ta-right{
	text-align: right;
}

.hide{
	display: none;
}

.stocks-wrapper{
	min-height:  100px;
}

.stocks-wrapper .stock{
	border:  1px solid #ccc;
	border-radius: 3px;
	padding: 15px;
	background:  #fff;
	margin: 5px 0;
}

.stocks-inactive .stock{
	background: #ffebeb;
}

.stocks-wrapper .stock .move-it{
	padding:  5px 10px;
	border:  1px solid #ccc;
	color:  #7f7f7f;
	background:  #fff;
}

.stocks-wrapper .move-it{width: 36px;}
.stocks-wrapper .wkn{width: 10%; color: #7f7f7f;}
.stocks-wrapper .name{width: 25%; font-weight: bold; color: #333;}
.stocks-wrapper .slider{width: calc(30% - 36px);}
.stocks-wrapper .percent-amount{width: 5%; text-align: right; font-weight: bold; color: #333;}
.stocks-wrapper .euro-amount{width: 15%; text-align: right;}
.stocks-wrapper .check{width: 10%; text-align: right;}

.stocks-inactive .check div, .stocks-inactive .slider{
	opacity: 0;
}

.stocks-inactive .check div .slide{
	cursor: initial !important;
}

.stocks-wrapper.stocks-trash .drop-empty{
	text-align: center;
	height:  auto;
	padding:  20px;
	background: #ffebeb;
	color: #bd9f9f;
}

.stocks-wrapper.stocks-trash.drop-here .drop-empty{
	background: #ff5050;
	color: #fff;
}

.stocks-wrapper .drop-here,
.stocks-wrapper .drop-empty{
	padding:  5px 10px;
	border:  1px dashed #ccc;
	color:  #7f7f7f;
	height: 63px;
	margin: 5px 0;
	background:  #eee;
	font-weight: bold;
}

.stock-box{
	border:  1px solid #ccc;
	border-radius: 3px;
	padding: 15px;
	background:  #fff;
	margin: 0 0 5px 0;
}

.overlay{
	position: fixed;
	z-index: 999;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin: 0 auto;
}

.overlay .content{
	width:  50%;
	max-height:  80vh;
	background: #fff;
	padding:  20px;
	top: 10%;
	left: 25%;
	overflow: auto;
	border-radius: 3px;
	position:  relative;
}

.close-overlay{
	cursor:  pointer;
}

#success{
	position: fixed;
	top: 0;
	padding: 10px 0;
	text-align: center;
	display: none;
	background-color: rgba(227,255,177,1);
	color: #333;
	width: 50%;
	left: 25%;
	z-index: 99999;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

#blackbox{
	position: fixed;
	z-index: 999;
	background-color: rgba(0,0,0,0.75);
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display: none;
	margin: 0 auto;
}

#showHover{
	position: absolute;
	z-index: 1000;
	background-color: #fff;
	width: 30%;
	max-height: 70%;
	top: 10%;
	left: 35%;
	border-radius: 3px;
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.35);
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
	overflow: auto;
}

#showHover .closeTab{
	background-color: #3d94ae;
	color: #fff;
	cursor: pointer;
	padding: 5px 10px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

#showHover .con{
	padding: 5px 10px;
}

.b0{
	background-color: rgba(255, 149, 0, 1);
	border: 1px solid #ffca6d;
}

.b0:hover{
	background-color: rgba(255, 149, 0, 0.5);
}

.b2{
	background-color: rgba(0, 192, 81, 1);
}

.b2:hover{
	background-color: rgba(0, 192, 81, 0.5);
}

.b5{
	background-color: rgba(237, 156, 156, 1);
}

.b5:hover{
	background-color: rgba(237, 156, 156, 0.5);
}

.fb, a.fb{
	padding: 3px 8px 5px;
	display: inline-block;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
}

button:disabled, input[type=submit]:disabled,button:disabled:hover, input[type=submit]:disabled:hover{
	background: #ccc;
	background-color: #ccc;
	color: #ccc;
	border: 1px solid #999;
	cursor: no-drop;
	background-image: url('//www.godlike.de/tpl/godlike/img/spinner.gif');
	background-size:contain;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-right: 10px;
}

button.small, .b-small{
	padding: 2px 5px;
	font-size:  12px;
}

.flexbox{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.mb5{
	margin-bottom: 5px;
}

.mt10{
	margin-top: 10px;
}

.mt20{
	margin-top: 20px;
}

.mt35{
	margin-top: 35px;
}

.mb10{
	margin-bottom: 10px;
}

.mb20{
	margin-bottom: 20px;
}

.mb25{
	margin-bottom: 25px;
}

.wp10{
	width: 10%;
}

.wp20{
	width: 20%;
}

.wp30{
	width: 30%;
}

.wp40{
	width: 40%;
}

.wp45{
	width: 45%;
}

.wp50{
	width: 50%;
}

.wp60{
	width: 60%;
}

.wp70{
	width: 70%;
}

.wp80{
	width: 80%;
}

.wp90{
	width: 90%;
}

.wp100{
	width: 100%;
}

.ai-end{
	align-items: flex-end;
}

.aiCenter{
	align-items: center;
}

.jspaceb{
	justify-content: space-between;
}

.jcRight{
	justify-content: flex-end;
}

.ta-r{
	text-align: right;
}

.taCenter, .ta-c{
	text-align: center;
}

.pa8{
	padding: 8px;
}

table.ov{
	width: 100%;
	border-collapse: collapse;
}

table.ov, table.ov th, table.ov td {
	border: 1px solid #d4d4d4;
}

table.ov thead td{
	background: #ecf0f1;
	font-weight: bold;
}

table.ov td{
	padding: 5px;
}

table.top-align td{
	vertical-align: top;
	padding-bottom: 20px;
}

.ov a{
	color: #ed791a;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	display: inline-block;
}

.ov a svg{
	color: #4d4d4d;
}

.ov a:hover{
	border-bottom: 1px solid #ed791a;
}

.bullet{
	border-radius: 50px;
	width: 15px;
	height: 15px;
	display: inline-block;
}
.green{
	background: #86bf21;
}

.grey{
	background: #ecf0f1;
}


.switch{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
}

  /* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

  /* The slider */
.switch .slide {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #C4C4C4;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch .slide:before {
    position: absolute;
    content: "";
    height: 21px;
    width: 21px;
    left: 3px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch input:checked + .slide {
    background-color: #0057a6;
}

.switch input:focus + .slide {
    box-shadow: 0 0 1px #0057a6;
}

.switch input:checked + .slide:before {
    -webkit-transform: translateX(23px);
    -ms-transform: translateX(23px);
    transform: translateX(23px);
}

  /* Rounded sliders */
.switch .slide.round {
	border-radius: 34px;
}

.switch .slide.round:before {
	border-radius: 50%;
}