html { margin:0; padding:0; }
body { margin:0; padding-top: 0px; }
.clear { float:none; clear:both; }
.footer { background-color:#000; padding:00px; color:#888; text-align:center; font-size:0.9em;}
.row    { margin-bottom:0px; }

/**************************************************/
.errormsg		{ border: solid 2px #f00; background-color:#fee; color:#000; padding:10px; margin:20px auto 20px auto; width:70%; }
.okmsg			{ border: solid 2px #0f0; background-color:#efe; color:#000; padding:10px; margin:20px auto 20px auto; width:70%; }

/**************************************************/
.form-control.error					{ background-color: #ffebf4; border: solid 1px #f00; }



/**************************************************/
table.gelenco						{ border-collapse:collapse; background-color:#fff; color:#393939; border:solid 1px #e3e3e3;  }
table.gelenco td					{ border:solid 1px #e3e3e3; padding:2px;}
table.gelenco tr:hover				{ background-color:#f7fdff;}
table.gelenco tr:nth-of-type(odd)	{ background-color:#f9f9f9;}
table.gelenco tr.gelenco_header		{ font-weight:bold; background-color:#f5f5f5; border:solid 1px #e3e3e3; padding:2px; color:#393939; margin:10px 0 10px 0; text-align:left; box-shadow: inset 0 1px 1px rgba(0,0,0,.05); background-image: linear-gradient(to bottom,#f8f8f8 0,#ececec 100%);}
table.gelenco tr.gelenco_header td  { padding-top:6px; padding-bottom:6px;}
table.gelenco tr.gelenco_header td a { color:#393939; text-decoration:none; }

table.gelenco a				{ text-decoration: none;}
.gelenco_paginator			{ background-color:#f5f5f5; border:solid 1px #e3e3e3; padding:2px; color:#393939; margin:10px 0 10px 0; text-align:left; box-shadow: inset 0 1px 1px rgba(0,0,0,.05); background-image: linear-gradient(to bottom,#f8f8f8 0,#ececec 100%);}
.gelenco_paginator a		{ text-decoration: none; color:#888; }
.gelenco_paginator a:hover	{ color:#000; font-size:1.2em;  }
.gelenco_paginator .selected { font-weight:bold; color:#000; font-size:1.2em; }
a.gelenco_icona				{ text-decoration:none; }
a.gelenco_icona:hover		{ border-top: solid 3px #f00; }
table.gelenco tr.gelenco_red { background-color:#faa; }
table.gelenco tr.gelenco_yellow { background-color:#fff8b0; }

table.gelenco tr.gelenco_order_status0 { background-color:orange; }
table.gelenco tr.gelenco_order_status1 { background-color:orange; }
table.gelenco tr.gelenco_order_status2 { background-color:khaki; }
table.gelenco tr.gelenco_order_status3 { background-color:palegreen; }
table.gelenco tr.gelenco_order_status4 { background-color:yellowgreen; }
table.gelenco tr.gelenco_order_status98 { background-color:orangered; }
table.gelenco tr.gelenco_order_status99 { background-color:lightgray; }


.editSingleChar	{ border:solid 1px #ddd; padding:2px; margin:0 5px 0 0; color:#000; background-color:#fff; width:20px; text-align:center; text-transform: uppercase;}

@media screen and (min-width : 300px) and (max-width:414px)
{
	html  				{ font-size: 10px; }
}