@font-face {
    font-family: 'MuseoSans300';
    src: url(../fonts/MuseoSans_300.woff);
}

@font-face {
    font-family: 'MuseoSans700';
    src: url(../fonts/MuseoSans_700.woff);
}

.loginbg {
	background: url("../img/bluewhitebg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

.landingbg {
	background: url("../img/bluegreybg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}
	

.loginbox {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}

.vertical-center {
  min-height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: -webkit-flex; /* For Safari */
  -webkit-justify-content: center; /* For Safari */
  -webkit-align-items: center; /* For Safari */
}

.footer_pharmaevo {
  margin-top: 10px;
  background: #ccc;
  padding: 10px;
}

.footer {
	background-color: #ffffff;
}

/* Sticky footer styles
-------------------------------------------------- */
/*html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height 
  margin-bottom: 0px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here 
  height: 30px;
  background-color: #ccc;
}
*/

/*.navbar {
	border-radius: 0px;
}

*/
/*
.navbar-default .navbar-nav>li>a {
    color: #316298;
}

.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{
	color:#F8CD5F;
}

.navbar-default .navbar-nav .active>a:focus {
	background-color: #178acc;
    color: #F8CD5F;
}
	
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: #178acc;
    color: #F8CD5F;
}
*/
.sort {
  font-size: 10px;
}

.blue {
  color: #2780e3;
}

.typewriter {
  font-family: 'Cutive Mono', Arial, serif !important;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  border-bottom: 1px solid #333;
  margin-bottom: 0px;
}

.typewriter2 {
  font-family: 'Cutive Mono', Arial, serif !important;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
}

.borderdown {
	display: block;
	border-bottom: 1px solid #333;
	margin-bottom: 0px;
}

.tableheader {
  background-color: #316298;
  cursor: pointer;
  color: #fff;
}


.tab-pane {
  padding: 5px;
}

.rowimg {
  margin: 0 auto;
  max-width: 150px;
}

.rowimg2 {
  margin: 0 auto;
  max-width: 100px;
}

.centimeters {
  max-width: 100px;
  text-align: center;
  margin: 0 auto;
}

.customtextbox {
  max-width: 150px;
}

fieldset {
  padding: 5px;
  border: 1px solid #ccc;
  margin: 5px;
}

hr.darker {
  border-top: 1px solid #333;
}

.whitebox {
	background: #eee;
	padding: 20px;
	/*border-radius: 2px;*/
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
	border-radius: 10px;
}

.darkbox {
	background: #eee;
	padding: 20px;
	border-radius: 2px;
}

.whitebox h1, .whitebox h2, .whitebox h3, .whitebox h4, .whitebox h5, .whitebox h6 {
	font-family: 'MuseoSans700', Arial, Verdana;
}

.whitebox p {
	font-family: 'MuseoSans300', Arial, Verdana;
}


.corner-ribbon {
  width: 200px;
  background: #e43;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.corner-ribbon.orange { background: #e82; }

.corner-ribbon.sticky {
  position: fixed;
}
.row .col-xs-3, .row .col-xs-10{display:inline-block; float: none}

.scheda_tecnica { display: none; }

.onesidedropshadow {
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
			border-radius: 10px;
}

/* .body { padding-bottom: 70px; } */
/*.body {
	background: url("../img/pharmaevobg.jpg");
	background-size: cover;
}
*/