/* FONTS - Generated by Font Squirrel (http://www.fontsquirrel.com) on March 23, 2015 */
@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/Montserrat-Bold copy-webfont.eot');
    src: url('../fonts/Montserrat-Bold copy-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Montserrat-Bold copy-webfont.woff2') format('woff2'),
         url('../fonts/Montserrat-Bold copy-webfont.woff') format('woff'),
         url('../fonts/Montserrat-Bold copy-webfont.ttf') format('truetype'),
         url('../fonts/Montserrat-Bold copy-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/Montserrat-Regular copy-webfont.eot');
    src: url('../fonts/Montserrat-Regular copy-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Montserrat-Regular copy-webfont.woff2') format('woff2'),
         url('../fonts/Montserrat-Regular copy-webfont.woff') format('woff'),
         url('../fonts/Montserrat-Regular copy-webfont.ttf') format('truetype'),
         url('../fonts/Montserrat-Regular copy-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* -------------------------------------------------------------------------------- */


body, html {
	margin:0; padding:0; border:0;
	height:100%;
	font-family: montserratregular, sans-serif;
	background: #b2d5ef;
}

input [type="button"] {
	-webkit-animation-duration: 2s; /* Chrome, Safari, Opera */
    animation-duration: 2s;
	background: red !important;
}

a, a:hover, a:visited{
   transition: background-color .3s ease;
  -webkit-transition: background-color 300ms ease;
  text-decoration: none;
}

#printable {
	display: none;
}

.home {
	position: fixed;
	top:0; left:0;
	background-color: #fff;
	margin:0;padding:0;border:0;
	display: table-cell;
    height:100%;
	width:100%;
	vertical-align: middle;
	text-align:center;
}

.info {
	background-color: #fff;
	height:100%;
	margin-left:-20px;
	margin-top:-20px;
	padding-left:20px;
}

.added {
	color: #900;
	text-align: left;
}
.torte {
	text-align: left;
}

.align_right {
  text-align: right;
}

.clear {
	clear:both;
}

.float_left {
	float:left;
}

.float_right {
	float:right;
}

input, select {
	margin:0;padding:0;
	color:#000;
}
input {
	text-align:right;
}

form {
	margin:0; padding:0; border:0;
}

table th, table td {
	border:1px solid #000;
	padding:6px;
}
table td {
	text-align: right;
}

.valign {
    vertical-align:middle;
}

.center {
    text-align: center;
}

h1 {
   padding: 0;
   margin: 0 auto .7em auto;
   font-size: 36px;
   letter-spacing: 0.1em;
   color: #2186d0;
   text-align: center;
   text-transform: uppercase;
}

hr{
   width: 180px;
   height: 5px;
   background: #2186d0;
   border: none;
   margin: 40px auto;
}

h3{
   font-size: 22px;
   color: #2186d0;
   line-height: 1.4em;
}

.keyword_color {
    color:red;
}

/* HOME */

#home1{

}

.home1_content{
 width: 60%;
 height: 400px;
 margin: 10% auto;
 margin-top: 8%;
}

.logo_carpigiani{
 margin-top: -20px;
 margin-bottom: 20px;
 width: auto;
 height: 180px;
}

.home_btn{
  margin: 20px auto;
  width: 180px;
  height: 60px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #b2d5ef;
  font-size: 28px;
  font-family: montserratbold;
  letter-spacing: .1em;
  color: #2186d0;
  border: 0;
  transition: background-color 0.1s ease;
  -webkit-transition: background-color 100ms ease;
  text-align: center;
}

.home_btn:hover{
  color: #fff;
  background-color: #f18e00;
}

.home_btn:active{
  color: #fff;
  background-color: #f18e00;
  /*width: 180px;
  height: 60px;
  font-size: 28px;*/
}


/* ----- */


/* USER */

.user {
	background-color: #fff;
	margin:0;
  padding:10px 30px 10px 30px;
  border:0;
  min-height:100%;
  height: auto;
	text-align:center;
  width:100%;
	color: #2186d0;
	font-size: 22px;
}

.userAvatarNameContainer {
    padding: 40px;
    background: #b2d5ef;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.user_form  {
	text-align:center;
	border: none;
	border-bottom: 2px solid #2186d0;
	background-color: transparent;
	width:90%;
	margin:20px;
  font-size:22px;
}

#user a{
	margin: 0 auto;
	display: block;
	height: 70px;
	width: 450px;
	color: #fff;
	background: #f18c00;
	border-radius: 4px;
	font-size: 30px;
	line-height: 70px;
}

#user a:hover,  #user a:active{
	background: #2186d0;
}

#user a:active{
	height: 68px;
	width: 448px;
    line-height: 68px;
}

#avantiUser {
  margin: 0;
  margin-right:20px;
  text-align: center;

}

/* ----- */

/* PROGETTAZIONE */

#progettazione {
    border: 0;
	margin-left: 152px;
	padding:0px;
	color: #2186d0;
	font-size: 18px;
	background: #fff;
    height:100%;

}

#progettazione hr {
    margin: 0 auto;
    //margin-top: -5px;
}

.link_progettazione {
    margin-left: 152px;
    height:14.3%;
    padding:10px;
    width:80%;
    //background-color: red;
    text-align: center;
}

.link_progettazione a{
    height:100%;
}

.link_progettazione a div{
    //position:relative;
    height:100%;
    width:100%;
    background: red;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display:table;
}

.link_3d{

    background-color: #0e75ba !important;


}

.link_progettazione a div h1{
    color:white;
    display:table-cell;
    vertical-align: middle;
}


/* MENU */

#menu_container{
	width: 304px;
	height: 100%;
	position: fixed;
	top:0;
	left: 0;
}

#main_menu{
	float:left;
	height: 100%;
	width: 152px;
	background: #1674b9;
	border: none;
	margin: 0;
	text-align: center;
}

#sub_menu_container{
	float: left;
	width: 152px;
	height: 100%;
	background: #2186d0;
}

.sub_menu{
	height: 100%;
}

#main_menu .item {
	display:table;
    width: 152px;
	height: 14.5%;
	max-height: 152px;
}

#main_menu .item a {
    display:table-cell;
    vertical-align:middle;
    margin: 0 auto;
	width: 100%;
	height: 100%;
	background-color: #0E75BA;
	color: #00589A;
	font-size: 18px;
	text-decoration: none;
}

#main_menu .item a:hover, #main_menu .item a:active, #main_menu .item a.selected_item{
	background-color: #2186d0;
	color: #fff;

}

.sub_item {
	display: table;
	vertical-align: middle;
    width: 152px;
	height: 152px;
    max-height: 152px;
	text-align: center;
}

.sub_item a {
    display:table-cell;
    vertical-align:middle;
	width:100%;
	height: 100%;
	color: #fff;
	font-size:16px;
	text-decoration: none;
	opacity: 0.6;
	background: red;
	padding: 0 5px;
}

.sub_item a:hover {
	color: #fff;
	background-position: center center;
	opacity: 0.8;
}

.sub_item a.selected_item {
	color: #fff;
	background-position: center center;
	opacity: 1;
}

.menu_icon{
	margin: 5px auto;
}


/* ----- */





/* ------------------------------- Sections ---------------------------------*/


#my_container {
	border:0;
	margin-left:304px;
    height:100%;
}

.ic_info{
	display: block;
	float: right;
	width: 40px;
	height: 40px;
	margin: 3px -5px 0 5px;
    background: url('../img/ic_info.png') no-repeat;
	background-size: 34px;
}

.ic_info_block{
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 20px;
	margin: -2px 0 0 0;
    background: url('../img/ic_info.png') no-repeat;
	background-size: 34px;
}

.with_info {
	display: block;
	float:left;
	height: 40px;
	background: url('../img/ic_info.png') no-repeat;
	background-size: 34px;
	color:#FFF;
	padding-left:40px;
	padding-top:3px;
}

.ic_info_assortimento{
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-bottom: -7px;
    margin-left: -10px;
    background: url('../img/ic_info.png') no-repeat;
	background-size: 40px;
}

div .tooltip-inner {

    max-width: 400px;
    width: 400px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 700;
    //white-space: pre-wrap;
}


/* ---- 1 --- */
#zone, #consigli, #caratteristiche{
	margin:0;
	padding:60px;
	color: #2186d0;
	font-size: 22px;
	background: #fff;
    min-height: 100%;
    height:auto;

}

#zone .container, #consigli .container, #caratteristiche .container{
	width: 100%;
	max-width: 1180px;
    min-height:100%;
    height: auto;

}


/* ---------- */


/* ---- 2 --- */

#plancia_di_comando{
	margin:0 auto;
	width: 100%;
	max-width: 1180px;
	padding:60px;
	color: #2186d0;
	font-size: 16px;
}

#plancia_di_comando select, #plancia_di_comando input {
    height: 36px;
}

#plancia_di_comando .ic_info {
    margin-top: -1px;
}

#dimensione_negozio {
	margin: 0 auto;
	padding: 20px 60px 20px 60px;
	color: #2186d0;
	width: 100%;
	max-width: 1180px;
}

#dimensione_negozio .container{
	margin: 0 auto;
	background-color: #fff;
	margin-top:90px;
	width:auto;
	height:auto;
	border-radius: 6px;
}

#dimensione_negozio p{
	//text-transform: uppercase;
	text-align:center;
	padding:30px;
	font-size: 24px;
}

#dimensione_negozio p span{
	font-weight: 700;
}

.username_span {
	color: #f18e00;
}

.tipo_gelateria_span {
    display:inline-block;
    width: auto;
    background-color: #f18e00;
    color: white;
    font-size: 40px;
    padding: 10px;
    -webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
  	border-radius: 4px;
    margin-top: 15px;
    margin-bottom:15px;
}

.kg_da_produrre_span {
    font-size: 26px;
    font-weight: normal !important;
}

#gelato_da_produrre {
    font-size: 40px;
    font-weight: 700;
}

/* ---------- */



/* ---- 3 --- */

.tre_container{
	display: block;
	height: auto;
	margin:  0 400px 0 0;
}

.tre_container .col-md-3.custom {
    padding:3px;
}

#gelato_artigianale, #specialita_gelato, #specialita_pasticceria{
	margin: 0 auto;
	width: 100%;
	max-width: 1180px;
	padding:30px;
	color: #2186d0;
	font-size: 14px;
	height: 100%;
}

#specialita_gelato_info ul li, #specialita_pasticceria_info ul li {
    font-size: 22px;
    margin-bottom: 15px;
}

.production_choice {
    float:right;
    //background-color: #ef8e01;
    padding-left: 5px;
    padding-right: 5px;
}

.main_checkbox {
	position: relative;
	display: block;
	/*width: 800px;*/
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	background: #80b6de;
	margin:auto;
}

.main_checkbox_title {
    text-align: center;
    -webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.main_checkbox_title_gelato {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.main_checkbox_produzione {
    -webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}


.main_checkbox span {
	margin-left: 10px;
}
/*.main_checkbox img {
	position: absolute;
	top:4px; left:3px;
}*/
/*.main_checkbox input {
	position: absolute;
	top:7px; left:45px;
}*/

.assortment_type {
	width:400px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 50px;
	padding:5px;
	background-color: #EF8E01;
  	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
  	border-radius: 4px;
  	color: #FFF;
  	text-align: center;
    font-size:24px;
}

.assortment_type input {
	margin-left: 4px;
	margin-right: 15px;
}

.assortment_type_span {
    margin-top: 15px;
}

.result {
    height:40px;
}

.result_specialita {
    text-align: center;
    //vertical-align:middle;
}

.top_margin_row {
    margin-top:15px !important;
    margin-left:0px !important;
    margin-right:0px !important;
}

#gelato_artigianale .row , #specialita_gelato .row , #specialita_pasticceria .row{
	margin:  5px 0 5px 50px;
}


/* RIEPILOGO GENERALE */

#riepilogo_generale {
	position: fixed;
	top:0;
	right:0;
	height:100%;
	background-color: #4E87B4;
	color:#fff;
	padding: 1% 10px 5px 10px;
	width:400px;
	font-size: 15px;
	-webkit-box-shadow: inset 5px 0px 6px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: inset 5px 0px 6px 0px rgba(0,0,0,0.10);
	box-shadow: inset 5px 0px 6px 0px rgba(0,0,0,0.10);
	letter-spacing: 0em;
}

#riepilogo_generale h1 {
	font-size:20px;
	font-weight: bold !important;
	color:#fff;
	margin-bottom: 10px;
	text-transform: none;
	letter-spacing: 0.05em;
}

#riepilogo_generale table th {
	padding: 20px 0;
}

#riepilogo_generale table td, #riepilogo_generale table th {
	border:none;
	width:150px;
	font-weight: normal !important;
	padding: 5px 0;
}

#riepilogo_generale table td {
	text-align: right;
}

#riepilogo_generale hr {
	visibility: hidden;
	margin: 10px auto;
}

#riepilogo_generale table.riepilogo_kg {
    font-size:16px;
}
#riepilogo_generale table.riepilogo_kg td {
	background-color: #FFF;
	color: #000;
	text-align: center;
}
#riepilogo_generale table.riepilogo_kg th {
	text-align: center;
    font-size:15px;
}
#riepilogo_generale table {
	margin: 0 auto;
	vertical-align: middle;
}

#output_table th {
    font-size:16px;
    width:50% !important;
}

#output_table td {
    font-size:16px;
    width:50% !important;
}

.btn_container {
	width: 400px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

#reset, #back_to_plancia_comando {
	display: inline-block;
	width: 190px;
	height: 50px;
	color: #fff;
    padding:0;
}

#reset img, #back_to_plancia_comando img {
	width: 54px;
	height: 54px;
	float: left;
}

#reset span, #back_to_plancia_comando span {
	text-align: left;
	font-size: 15px;
	float: right;
	width: 130px;
	padding: 10px;
}

/* ---- 4 ---- */

#costi_laboratorio, #costi_negozio {
    width:100%;
}

#link_costo_produzione{
	//display: inline;
    position: relative;
	//float: left;
	width: 34px;
	height: 34px;
	margin-top: -5px;
    margin-right: 25%;
    background: url('../img/ic_info.png') no-repeat;
	background-size: 34px;
}

#info_general_expenses {
    position: relative;
	width: 34px;
	height: 34px;
	margin-top: -5px;
    margin-right: 24%;
    background: url('../img/ic_info.png') no-repeat;
	background-size: 34px;
}

#conto_economico_section {
    width:80%;
    margin:auto;
}

#conto_economico_section .table5 th {
    width: 50%;
}

#conto_economico_section .table5 td:nth-child(2) {
    width: 29%;
}

#conto_economico_section .table5 td:nth-child(3) {
    width: 21%;
}

/* ------------------------------- FORMS  e BOOTSTRAP ---------------------------------*/
.field_container{
	width: 100%;
	height: 40px;
}


.title {
	margin: 0;
	font-size: 21px;
	background-color: #EF8E01;
	color: #FFF;
	padding:5px 10px 5px 10px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	height: 45px;
	line-height: 32px;
}


.block1 .title {
	width: 94%;
	max-width: 360px;
	margin: 0;
	background-color: #4E87B4;
	 border:0;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft:0;
	border-bottom-left-radius: 0;
	height: 120px;
	text-align: center;
	line-height: 1.25em;
}

.block1 .title span {
	display: block;
	padding: 35px 5px 0 5px;
}

.block1 .content {
	width: 94% !important;
	max-width: 360px;
	margin: 0 auto;
	height: 100px !important;
	text-align: center;
	line-height: 100px;
	margin:0; border:0;
}

.block2 .title {
	width: 100%;
	margin: 0;
	background-color: #4E87B4;
	border:0;
	height: 60px;
	text-align: center;
	line-height: 1em;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	line-height: 50px;
}

.block2 .content {
	width: 100% !important;
	margin: 0 auto 50px 0;
	height: 70px !important;
	text-align: center;
	line-height: 50px;
	border:0;
	border-radius: 0 !important;
}

.uneditable {
    background-color: #4e87b4;
}


.row{
	margin: 0;
	margin: 20px;
}


.content {
	height: 45px;
	line-height: 32px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.col-md-10.custom{
	width: 100%;
	max-width: 1080px;
	margin: 0;
	padding: 0;
}

.col-md-5.custom{
	width: 50%;
	margin: 0;
	padding: 0;
}

.col-md-3.custom{
	width: 33%;
	margin: 0;
	padding: 0;
}

.col-md-4.custom{
	width: 25%;
	margin: 0;
	padding: 0;
}



/* --------------------------------------------------------------------------*/
#camera {
	position:absolute;
  top:8%;
  left:50%;
  margin-left:-160px;
	width: 320px;
	height: 240px;
	display: none;
}
#camera video, #camera > object {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

.iconBox {
    border-radius: 20%;
    width: 50px;
    height: 50px;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 13px;
    padding-right:13px;
    background: red;
}

.circular {
	position:relative;
	width: 200px;
	height: 200px;
	-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
	-webkit-transform: rotate(0.000001deg);
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	overflow: hidden;
	background-color: #000;
	margin:auto;
}

.circular .canvas {
	margin:auto;
	text-align: center;
	position:absolute;
	top:0;left:0;
	width: 320px;
	height: 240px;
	margin-top: -30px;
	margin-left: -30px;
}
.circular img {
	margin:auto;
}
.circular .canvas1 {
	margin-top: -30px;
	margin-left: -30px;
}
.circular .canvas2 {
	margin-top: -30px;
	margin-left: -30px;
}
.circular .canvas3 {
	margin-top: -30px;
	margin-left: -30px;
}

.badge {
	background-color: #EF8E01;
	margin-right: 15px;
}
.progettazione_info {
	width:450px;
	margin:20px;
}
.progettazione_footer {
	color:#EF8E01;
	font-size:20px;
}
#progettazione ol {
	list-style-type: lower-alpha;
}

#zone dt {
	color:#EF8E01;
    margin-top: 40px;
}
#zone dd {
	margin-top:5px;
}

#consigli h4 {
	color:#EF8E01;
    font-size: 22px;
    font-weight: bold;
}
/*#consigli .luogo {
	width:450px;
}*/

#caratteristiche h4 {
	color:#EF8E01;
    font-size: 22px;
    font-weight: bold;
}
/*#caratteristiche div {
	width:450px;
}*/

.content {
	background-color: #FFF;
	padding:4px;
	color: #0E75BA;
    font-size:22px;
}

.assortment {
	width:150px;
}

#prezzi_e_prodotti_section {

}
#prezzi_e_prodotti_section table {
    margin: 0 auto;
	//margin-top:20px;
    //margin-bottom:20px;
}
#prezzi_e_prodotti_section table td, #prezzi_e_prodotti_section table th {
    padding:10px;
	border:none;
}

#prezzi_e_prodotti_section #table1 {
    //float: right;
    //margin-right:40px;
    font-size: 16px;
	background-color: #3B7BB8;//#91B9DD;
	color:#FFF;
}
#prezzi_e_prodotti_section #table1 tbody {
	background-color: #3B7BB8;
    color: #FFF;
}
#prezzi_e_prodotti_section #table2 {
    //margin-left:10px;
    font-size: 16px;
	background-color: #4E87B4;
	color:#FFF;
}
#prezzi_e_prodotti_section #table2 tbody {
	background-color: #FFF;
	color:#4E87B4;
}
#prezzi_e_prodotti_section #table2 .foot {
	background-color: #4E87B4;
	color:#FFF;
}

#machinery_section #machines_sets .tipo_macchina {
	margin-left: 20px;
}

#machinery_section div.modal-body.info_macchine {
    padding: 30px;
	  background-color: #EF8E01;
    color: white;
    font-size: 22px;
}

#machinery_section div.modal-body.warning_maestro {
    padding: 30px;
	  background-color: yellow;
    font-size: 22px;
}

#machinery_section span.nome_macchina {
    font-size:24px;
    font-weight:bold;
}

#machinery_section a.ic_info{
    opacity:0.6;
}

#machinery_section a.ic_info:hover , #machinery_section a.ic_info:active{
    opacity:1;
}

#machinery_section table {
	border:none;
	background-color: #EF8E01;
	margin:5px;
	width:300px;
}
#machinery_section table caption {
	text-align: center;
}
#machinery_section h3 {
   margin: 0 auto .7em auto;
   font-size: 26px;
   //letter-spacing: 0.1em;
   color: #2186d0;
   text-align: center;
   width:auto;
}
#machinery_section th.lab {
	text-align: center;
	font-size: 24px;
	height:60px;
}
#machinery_section table td, #machinery_section table th {
    text-align: center;
	border:none;
	font-size: 20px;
	color:#FFF;
}

#machinery_section table.macchine_disponibili th, #machinery_section table.macchine_disponibili td{
    text-align: left;
}

.cell_border {
	border:4px solid #b2d5ef;
}
.highlight {
	background-color: #EF8E01;
	color:#fff;
}

/* TABLE 3 */
.table3 {
    width:100%;
	background-color: #4E87B4;
	color:#FFF;
	margin-bottom: 40px;
    font-size:21px;
}
.table3 .header {
	text-align:center;
	font-size: 24px;
}
.table3 thead {
	border:2px solid #b2d5ef;
}
.table3 td, .table3 th {
	border:none;
}
.table3 tbody {
	background-color: #FFF;
	color:#4E87B4;
}
.table3 .foot {
	background-color: #4E87B4;
	color:#FFF;
}

.price_workshop_item, .price_shop_item {
    width: 80%;
}

#totali {
	width:100%;
}

/* TABLE 4 */
.table4 {
	background-color: #4E87B4;
	color:#FFF;
	margin:10px;
	width:350px;
}
.table4 td, .table4 th {
	border:none;
}
.table4 thead {
}
.table4 tbody {
}
.table4 .foot {
}

/* TABLE 5 */
.message {
	font-size: 13px;
    letter-spacing: 0.1em;
    color: #2186d0;
}
.table5 {
	background-color: #4E87B4;
	color:#FFF;
	margin-top:10px;
    margin-bottom:10px;
	width:100%;
    font-size:21px;
}
.table5 td, .table5 th {
	border:none;
    padding-left:10px;
    padding-right:10px;
    vertical-align:middle;
}

.table5 thead {
}
.table5 tbody {
}
.table5 .foot {
}

.user_block_1 {
	background-color: #8DBBDD;
	width:350px;
	height:370px;
	margin:20px auto;
	text-align: center;
	padding-top:10px;
}
.user_block_1 .circular {
	margin:10px auto;
	margin-bottom: 35px;
}

#break_even .container {
	margin: 0 auto;
	background-color: #fff;
	width:700px;
	height:250px;
	margin-top: 50px;
	border-radius: 6px;
	text-align: center;
	font-size: 12px;
   	letter-spacing: 0.1em;
   	color: #2186d0;
   	text-align: center;
}
#break_even .container p {
	margin-top: 15px;
}

.message {
	font-size: 13px;
    letter-spacing: 0.1em;
    color: #2186d0;
}

#break_even .table5 {
	margin: 0 auto;
	width:700px;
	margin-top:15px;
}

#navigation {
	display: none;
	position:fixed;
	top:0;
	left:0;
}
#previous_page {
	margin-left:50px;
}

.info_label {
	width: 300px;
	margin-left: 10px;
    word-wrap: break-word;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #2186d0;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #2186d0;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #2186d0;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #2186d0;
}

#gelateria3D, #gelateria2D {
	margin: auto;
	display: block;

	margin-top:70px;
	margin-left:152px;
}
.contentUnity {
}
.broken,
.missing {
	margin: auto;
	position: relative;
	top: 50%;
	width: 193px;
}
.broken a,
.missing a {
	height: 63px;
	position: relative;
	top: -31px;
}
.broken img,
.missing img {
	border-width: 0px;
}
.broken {
	display: none;
}
#unityPlayer{
	cursor: default;
	height: 500px;
	width: 850px;
    margin: auto auto 20px;
}

.unityPlayerNote {
	width: 850px;
    margin: auto auto 20px;
}

.infoUnity {
	font-size: 120%;
	color: gray;
}
