/*
ASSISTENZA IGLOO
*/

/* @group HTML, Body */
body {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 95%;
}
/* @end */

/* @group Layout */
/* Heading Styles */
.gt-hd {
	background-color: #2c2c2c;
	padding-top: 1px;
	background-image: url(../images/igloo.png);
	background-position: right;
	background-repeat: no-repeat;
}
.gt-hd .gt-logo {
	margin-left: 25px;
	margin-bottom: 10px;
	margin-top: 15px;
	color: #fff;
	font-size: 225%;
	font-weight: normal;
	float: left;
	display: inline;
}

/* Body Styles */
.gt-bd {
	padding: 15px 35px;
}
.gt-cols .gt-content {
	width: 99%;
	float: left;
	display: inline;
}
.gt-cols .gt-sidebar {
	width: 30%;
	float: right;
	display: inline;
}
.gt-left-col {
	width: 48%;
	float: left;
	display: inline;
}
.gt-right-col {
	width: 48%;
	float: right;
	display: inline;
}

/* Footer Styles */
.gt-footer {
	clear: both;
	border-top: 1px solid #aaa;
	font-size: 100%;
	color: #666666;
	padding: 10px;
	margin: 20px 35px;
	
	text-align: center;
	
}
/* @end */

/* @group Modules */
/* Width Styles */
.gt-width-33 {
	width: 33%;
}
.gt-width-66 {
	width: 66%;
}
.gt-width-99 {
	width: 99%;
}
.gt-width-25 {
	width: 25%;
}
.gt-width-50 {
	width: 50%;
}
.gt-width-75 {
	width: 75%;
}
.gt-width-100 {
	width: 100%;
}


/* @end */

/* @group Nav */
/* Main Navigation */
.gt-nav {
	margin-left: 20px;
	clear: both;
}
.gt-nav ul li {
	background-color: #ccc;
	margin: 0 2px;
	float: left;
	display: inline;
}

.gt-nav ul li:hover {
	background-color: #fefbff;
}

#current_tab {
	background-color: #fff;
}




.gt-nav ul li a {
	display: block;
	padding: .75em 2.2em;
	font-weight: bold;
	float: left;
	display: inline;
}


.gt-nav a:link, .gt-nav a:visited {
	color: #333;
	text-decoration: none;
	font-size: 118%;
}
.gt-nav a:hover {
	color: #000;
}


/* @end */

/* @group Headings */
h1 {
	font-size: 192%;
	color: #6caa00;
	margin-bottom: 10px;
}

/* H2 */
h2 {
	font-size: 161.6%;
	color: #6caa00;
	margin-bottom: 10px;
}
h3 {
	font-size: 138.5%;
	color: #333;
	margin-bottom: 10px;
}
h4 {
	font-size: 123.1%;
	color: #333;
	margin-bottom: 10px;
	font-weight: bold;
}
h5 {
	font-size: 123.1%;
	color: #333;
	margin-bottom: 10px;
}
h6 {
	font-size: 100%;
	color: #6caa00;
	margin-bottom: 10px;
	font-weight: bold;
}
/* @end */

/* @group Text Styles */
address {
	margin-bottom: 10px;
}
blockquote {
	margin: 10px 40px 20px 40px;
	font-style: italic;
}
code {
	font-family: monospace;
}
dl {
	margin-left: 30px;
	margin-bottom: 20px;
}
dl dt {
	font-weight: bold;
}
dl dd {
	margin-left: 10px;
	margin-bottom: 5px;
}
em {
	font-style: italic;
}
p {
	margin-bottom: 10px;
	line-height: 130%;
}
q {
	font-style: italic;
}
strong {
	font-weight: bold;
}
tt {
	font-family: monospace;
}


/* Custom Text Classes */
.gt-error {
	background-color: #cc0000;
	padding: .5em;
	color: #fff;
}
.gt-notice-box {
	border: 3px solid #aaa;
	padding: 1em;
	background-color: #f5f9ea;
}

#OKMsg{
	
	border: 3px solid #aaa;

	background-color: #f5f9ea;
	padding-top: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.gt-success {
	background-color: #6caa00;
	padding: .5em;
	color: #fff;
}
/* @end */

/* @group Lists */
ol {
	margin-bottom: 20px;
}
ol li {
	list-style-type: decimal;
	margin-left: 40px;
	margin-bottom: 2px;
}
ul {

}
ul li {
	list-style-type: disc;
	margin-left: 35px;
	margin-bottom: 2px;
}
/* @end */

/* @group Forms */
/* Default Form */

/* @end */

/* @group Links - link visited hover active */
a:link, a:visited {
	color: #6caa00;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */


form {
	margin-left: 8px;
	padding: 16px 16px 40px 16px;
	font-weight: normal;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #e5e5e5;
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	box-shadow: rgba(200,200,200,1) 0 4px 18px;
}


form#smallform {
	margin-left: 8px;
	padding: 16px 16px 40px 16px;
	font-weight: normal;
	-moz-border-radius: none;
	-khtml-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	background: #fff;
	border: 1px solid #e5e5e5;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-khtml-box-shadow:none;
	box-shadow: none;

}

form.smallform {
	
	margin-left: 8px;
	padding: 16px 16px 40px 16px;
	font-weight: normal;
	-moz-border-radius: none;
	-khtml-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	background: #fff;
	border: 1px solid #e5e5e5;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-khtml-box-shadow:none;
	box-shadow: none;

}
form .forgetmenot { font-weight: normal; float: left; margin-bottom: 0; }

#login form .submit input {
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
		border: none;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	cursor: pointer;
	text-decoration: none;
	margin-top: -3px;
	text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
	text-align: left;
	
	
	}

.submit {
	text-align:left;
	
}

#login form p {
	margin-bottom: 0;
}

label {
	color: #777;
	font-size: 95%;

}

.sbm {
	margin-lefttop: -1px;
}
form .forgetmenot label {
	font-size: 11px;
	line-height: 19px;
		width: 300px;
}

form .submit { float: right; }

form p { margin-bottom: 24px; }

#login_box_container {
padding-top: 50px;
width: 300px;
margin: auto;
text-align: left;
}

input {
	font-size: 16px;
}

.lista_centri {
	margin-top: 20px;
}
.mega_input:selected {
	
}



.mid_form {
	width: 210px;
}

.large_form {
	width: 400px;
}

.larger_form {
	width: 600px;
}

.largest_form{
	width: 900px;
}
/*sexy buttons*/
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}



a.button span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}


table {

 font-family: Arial, Helvetica, verdana sans-serif;
 background-color:#fff;
 border-collapse: collapse;
 width: 100%;
}

.smalltable {
	font-size: 100%;
}
caption {
 font-size: 25px;
 color: #1ba6b2;
 font-weight: bold;
 text-align: left;
 background: url(header_bg.jpg) no-repeat top left;
 padding: 10px;
 margin-bottom: 2px;
}
thead th {

 color:#fff;
 text-align:left;
 padding:2px;
	padding-left: 5px;
 height:25px;
 background-color: #a3c159;
 font-weight: bold;
 
}
tfoot {
 color:#1ba6b2;
 padding:2px;
 text-transform:uppercase;
text-align: right;
 font-weigth: bold;
 margin-top:6px;
 border-top: 6px solid #e9f7f6;
}

#tfoot_top {
	 color:#1ba6b2;
 padding:2px;
 text-transform:uppercase;
text-align: right;
 font-weigth: bold;
 margin-top:6px;
 border-top: 6px solid #e9f7f6;

}

tbody tr {
 background-color:#fff;
 border-bottom: 1px solid #f0f0f0;
}
tbody td {
 color:#414141;
 padding:5px;
 text-align:left;
}
tbody tr:hover {
	background-color: #f8f8f8;
}
tbody th {
 text-align:left;
 padding:2px;
}
tbody td a, tbody th a {
 color:#6C8C37;
 text-decoration:none;
 font-weight:normal; 
 display:block;
 background: transparent url(links_yellow.gif) no-repeat 0% 50%;
 padding-left:15px;
}
tbody td a:hover, tbody th a:hover {
 color:#009193;
 text-decoration:none;
}

.piatti_list {
	
	margin-bottom: 20px;
	
	margin-top: 0px;
	margin-left: 20px;
}

.category_name {

}

.piatto_nome {
	width: 80%;
}
.floaty {
	float: left;
	margin-right: 10px;
}

.operations {

	width: 96px;
}
.quick_navigation{
	background-color: #f6fbf4;
	padding: 10px;
	margin-bottom: 20px;
	
}

.quick_navigation a {
	margin-right: 10px;
}

.questionaire {
	margin-left: 40px;
}

.consegnato {
	color: #2e00ff;
}

.inlavorazione {
	color: #c30000;
}

.pronto{
	color: #979000;
}

.ingiacenza {
	color: #00c615;
}

.nonriparato{
	color: #9c724a;
}

.get_module {
	
	
	border-bottom: 0px;
	padding-bottom: 25px;
	padding-top: 25px;
	padding-left: 40px;
	background:  url(../images/print.png) no-repeat left;
	
}

.pay_module {
		background:  url(../images/register.png) no-repeat left;

}
.questions_smaller {
	width: 500px;
}
.warning{
	
	border: 3px solid #aaa;
color: white;
	background-color: rgba(255,0,0,0.56);
	padding-top: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}