
body {
  background: #eee url(http://www.ifit-schweiz.ch/templates/microtron_ifit2_j17/images/header_outer.jpg) repeat-x;
  color: #333;
  font-family: "Georgia" !important;
}
svg {
  font-family: "Georgia" !important;
}
.container{
  background-color: white;
  padding: 25px 25px 0px 25px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
}

.paginator{
  margin-bottom: 5px;
}

.angucomplete-dropdown {
    overflow-y: auto;
    max-height: 200px;
}
.panel-firma{
  cursor: pointer;
  background-color: #EEE;
  height: 130px;
}

.loading{
   cursor: progress;
   padding-top: 5%;
}

h1, h4{
  color: #CF2C30 !important;
  -webkit-print-color-adjust: exact;
  padding: 10px 0 5px 0;
}

.home-info{
  margin: 5% 0 0 0;
}
.home-info p{
  margin: 30px;
}
.home-info h2{
  color: #CF2C30 !important;
  -webkit-print-color-adjust: exact;
}

.title-rot{
  background-color: #CF2C30 !important;
  color: white !important;
  padding: 1px 15px;
  margin: 10px 0;
  -webkit-print-color-adjust: exact;
}

p{
  text-align: justify;
}

.red{
  color: #CF2C30;
}

#currency{
  margin-top: 30px;
}
#searchBox{
  padding: 15px;
}
#searchBox input{
  /*margin-top: 50px;*/
  border-color: #CF2C30;
  margin: 0;
}

.page-break	{
   display: block;
   page-break-after: always;
}

.ebene{
   padding-top: 20px;
}
.ampel{
   padding-top: 15px;
   text-align: center;
}
.ampel>div{
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.highcharts-container{
  margin-left: auto;
  margin-right: auto;
}

.mehr-frame{
  background-color: white;
  border-bottom: 3px solid;
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
  margin-bottom: 5px;
}

.frage{
   margin-top: 10px;
}

.table-title{
  background-color: #ccc !important;
  -webkit-print-color-adjust: exact;
}
.tabelle{
   margin-top: 25px;
}
.border{
   border: 1px solid #999999;
}

.chart{
   /*border: 1px solid black;*/
   /*min-height: 300px;*/
   padding: 5px;
}
.chart-mini{
   border: 1px solid #999999;
   min-height: 200px;
   padding: 5px;
}

.rot{
   background-color: red !important;
   color: white !important;
   -webkit-print-color-adjust: exact;
}
.orange{
   background-color: orange !important;
   -webkit-print-color-adjust: exact;
}
.gelp{
   background-color: yellow !important;
   -webkit-print-color-adjust: exact;
}
.grunweis{
   background-color: rgba(165, 248, 44, 0.65) !important;
   -webkit-print-color-adjust: exact;
}
.grun{
   background-color: #1ED71E;
   -webkit-print-color-adjust: exact;
   /*box-shadow: inset 0 0 0 1000px #1ED71E;*/
}

.legende{
   margin-top: 5px;
}
.legende-name{
   width: 190px;
   padding-left: 7px;
}
.legende-value{
   padding-right: 7px
}

.legende p{
   margin: 0;
}
.beurteilungsskala{
   border: 1px solid;
   width: 90%;
}
.beurteilungsskala td, .beurteilungsskala th {
   padding: 3px;
}
.beurteilungsskala td{
   text-align: center;
}

.sample-show-hide {
  border-radius: 0 0 10px 10px;
  padding-bottom: 5px;
}
.sample-show-hide {
  -webkit-transition:all ease 0.5s;
  transition:all ease 0.5s;
}
.sample-show-hide.ng-hide {
  opacity:0;
}
.mehr-title{
  background-color: #EBCCD1 !important;
  -webkit-print-color-adjust: exact;
  /*margin: 5px 0 0 0;*/
}
.mehr-title>a{
  color: black;
}
.min-width {
  min-width: 700px;
}

.footer{
  background: #605F60 url(http://www.ifit-schweiz.ch/templates/microtron_ifit2_j17/images/tabs_back.png) repeat-x scroll 50% 0;
  color: #fff;
  border-top: solid 0px #ccc;
  padding: 15px 10px 15px 20px;
  margin: 10px -25px 0 -25px;
}

.tooltip-inner {
  max-width: 300px;
  min-width: 200px;
}

a:hover {
  color: #FF0000;
}


.alphabet {
  padding-top: 7px;
}
.alphabet a {
  margin: 0 3px;
  color: #CF2C30;
  text-decoration: none;
}

.scrollToTop{
	padding:10px;
	text-align:center;
	color: #444;
	text-decoration: none;
	position:fixed;
	top:80%;
	right:12%;
	display:none;
  z-index: 100;
  font-size: 60px;
  opacity: 0.5;
}
.scrollToTop:hover{
	text-decoration:none;
  opacity: 0.8;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #CF2C30;
}


@media (max-width : 600px) {
  .border{
     border: 1px solid #999999;
     min-height: 42px;
  }
}

@media print {
  /*body{
    font-size: inherit;
  }*/
  .grun {
    background-color: #1ED71E !important;
    -webkit-print-color-adjust: exact;
  }
  .tabelle {
    margin-top: 1px;
    margin-bottom: 5px;
    min-width: 1000px;
  }
  .col-xs-12, .home-info{
    min-width: 1000px;
  }
  .border{
    min-height: 20px;
  }
  p {
    margin: 0;
    text-align: justify;
  }
  body {
    font-family: Georgia, Arial;
    font-size: 14px;
  }
  /*.col-xs-7{
    width: 41.66666667%;
  }
  .col-xs-4{
    width: 16.66666667%;
  }
  .col-xs-offset-8 {
    margin-left: 50%;
  }*/
  h4, h5, h6 {
    margin-top: 7px;
    margin-bottom: 3px;
  }
}

@media (max-width : 768px) {
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
}
/*@media (min-width: 1200px){
.container {
   width: 1090px;
}*/
