
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: 30px;
    text-align: center;
}

strong { font-weight: 500; }

a, a:hover, a:focus {
	color: #f35b3f;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1, h2 {
	margin-top: 10px;
	font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

h3 {
	font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}

h4 {
	font-size: 18px;
    font-weight: 300;
    color: #555;
    line-height: 26px;
}

img { max-width: 100%; }

::-moz-selection { background: #f35b3f; color: #fff; text-shadow: none; }
::selection { background: #f35b3f; color: #fff; text-shadow: none; }

.tooltip-inner {
    white-space:pre-wrap;
}

.storno {
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #888;
    line-height: 30px;
	border: solid #888 2px;
	text-decoration: none;
	margin-left: 1em;
}

.storno:hover {
  color: #555;
  text-decoration: none;
}

.double-down {
	margin-left:1em;
}

.radio {
  position: relative;
  z-index: 2;
  margin: 0.5rem;
}
.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radio input[type="radio"] + .radio-label:before {
  content: '';
  background: #B8F1B8;
  border-radius: 100%;
  border: 1px solid gray;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 0em;
  margin-left: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: left;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.radio input[type="radio"]:checked + .radio-label:before {
  background-color: #007F0E;
  -webkit-box-shadow: inset 0 0 0 4px #B8F1B8;
          box-shadow: inset 0 0 0 4px #B8F1B8;
}
.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #007F0E;
}
.radio input[type="radio"]:disabled + .radio-label:before {
  -webkit-box-shadow: inset 0 0 0 4px #C0C0C0;
          box-shadow: inset 0 0 0 4px #C0C0C0;
  border-color: #690000;
  background: #690000;
}
.radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}

.radio label {
  color: #333333;
}


/***** Top menu *****/

.top-buffer { margin-top:20px; }

.navbar {
	padding-top: 10px;
	background: #333;
	background: rgba(51, 51, 51, 0.9);
	border: 0;
	-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.custom-toggler.navbar-toggler {
    border-color: rgb(150,150,150);
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(150,150,150, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/***** Top content *****/

.grafic { 
    position: absolute;
    top: 70px;
	left: 50%;
	margin-left: -340px;
	z-index: 1;
}

.form-box { padding-top: 40px; }

.form-trans {
	position: relative;
	margin-bottom: 50px;
	z-index: 0;
	padding: 25px; background: #fff;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	opacity: 0.9;
    filter: alpha(opacity=90);
}

.form-leave {
	position: relative;
	z-index: 0;
	padding: 25px; background: #dbdbdb;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}

.form-trans h3 { margin-top: 0; margin-bottom: 5px; text-transform: uppercase; }


.Hide
{
  display:none;
}

/***** Select style *****/

.styled-select {
   background: url(../img/arrow.png) no-repeat 96% 0;
   border: none;
   height: 29px;
   overflow: hidden;
   width: 240px;
   display: inline-block;
   opacity: 0.7;
}

.styled-select select {
   background: transparent;
   border: none;
   font-size: 14px;
   height: 29px;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
   width: 268px;
}

.semi-square {
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}


/* -------------------- Colors: Background */
.grey	{ background-color: #ddd; }
.green	{ background-color: #779126; }
.blue	{ background-color: #3b8ec2; }
.yellow	{ background-color: #eec111; }
.black	{ background-color: #000; }

/* -------------------- Colors: Text */
.grey select	{ color: #000; }
.green select	{ color: #fff; }
.blue select	{ color: #fff; }
.yellow select	{ color: #000; }
.black select	{ color: #fff; }

/***** Table style *****/

.table-style .today {background: #2A3F54; color: #ffffff;}
.table-style th:nth-of-type(7),td:nth-of-type(7) {color: blue;}
.table-style th:nth-of-type(1),td:nth-of-type(1) {color: red;}
.table-style tr:first-child th{background-color:#F6F6F6; text-align:center; font-size: 15px;}

/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 1200px) {
	.hidden-lg-down {
		display: none !important;
	}
}

@media (min-width: 1199px) {
	.hidden-xl-up {
		display: none !important;
	}
}

@media (max-width: 767px) {
	
	.top-content { padding: 40px 0 110px 0; }

}

@media (max-width: 415px) {
	
	h1, h2 { font-size: 32px; }
	
	.f1 { padding-bottom: 20px; }
	.f1-buttons button { margin-bottom: 5px; }

}