body {
	font-family: Arial;
	font-size:14px;
	margin:0;
	padding:0;
    color:#265631 !important
}
a {
	text-decoration:none;
	color: #265631 !important;
}
a:not(.btn):hover {
	color: #FFC298;
}
h1, h2, h3, h4, h5, h6 {color: #265631;}
strong {
	color: #265631
}
aside {
	width:25%;
	float:left;
}
ul {
	list-style:none;
	padding:0;
}

.full {
	width:100%!important;
}

.top-bar ul.nav {
	margin: 0;
  	right: 20px;
  	position: absolute;
}
ul.nav ul {
	//display:none;
}
ul.nav li:hover ul {display:block}
.top-bar ul.nav li {
	padding:5px 0;
	color:#fff;
}
ul.nav > li {
	
}
ul.nav li a {
	color:#fff;
	font-weight:600;
	text-decoration:none;
}

table {
	font-size:100%;
	width:100%;
	border-collapse:collapse;
}
table thead tr {
  background-color: #f2f2f2;
 /* background-image: linear-gradient(to bottom, #f2f2f2, #C35B10);
  background-repeat: repeat-x;*/
}
table thead th {
	color:#265631;
}
table th {
	padding:10px;
}
.orders table th {
	color:#265631;
}
table td {
	padding:10px;
}
table tr {	
	border: 1px solid #f2f2f2;
}
tr.prodotti, tr.gestisci_ordine, tr.assegnazione_fiorista  {
	display:none;
}
tr.shipping {
	border: 3px solid;
}
tr.blue {
	border-color: blue;
}
tr.red {
	border-color: red;
}
tr.brown {
	border-color: brown;
}
.legenda {
	margin-top:20px;
}
.legenda .leg-item {
    padding: 10px;
    display: inline-block;
    font-weight: bold;
    text-align: center;
	margin: 5px 0;
}
div.blue {
    border: 3px solid blue;
    color: blue;	
}
div.red {
    border: 3px solid red;
    color: red;	
}
div.brown {
    border: 3px solid brown;
    color: brown;	
}
.ordine, .consegna {
	width:10%;
}
.totale {width:10%;}
.mittente, .destinatario {
	width:28%;
}
input[type="text"], input[type="password"], input[type="number"], select, textarea, input[type="submit"] {
	border: 1px solid #ccc;
	border-radius:2px;
	padding:10px;
}
input.text_price {
    width: 50px;
    text-align: center;
    margin: 0 5px;
}
.totali_prodotti {
    line-height: 30px;
}
.totali_prodotti strong {
    width: 100px;
    display: inline-block;
}
.totali_prodotti div {
    display: inline-block;
    width: 50px;
    padding: 0 10px;
    text-align: center;
}
.btn {
	border: 1px solid #ccc;
  	padding: 8px 15px;
  	border-radius: 2px;
  	color: #fff;
  	background-color: #3a054a;
}
.box {
	width: 400px;
  	padding: 5px 20px;
  	position: relative;
}
.box p {
	margin: 30px auto;
}
.box-login {
  	margin: 0 auto;
  	border: 1px solid #ccc;
  	border-radius: 5px;
  	box-shadow: 0px 2px 8px #ccc;
}
.box-login select {width:70%}
label.error {
  display: block;
  width: 80px;
  font-size: 12px;
  color: red;
  position: absolute;
}
.msg {
	text-align: center;
  	font-weight: bold;
  	color: white;
  	padding: 5px;
}
.success-msg {background: #f2f2f2;}
.error-msg {background: rgb(200, 69, 69);}
.top-bar, .button {
	background-color: #f2f2f2;
	position: static;
  	top: 0;
	padding-left: 10px;
  	/*background-image: -moz-linear-gradient(top, #f2f2f2, #C35B10);
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#C35B10));
  	background-image: -webkit-linear-gradient(top, #f2f2f2, #C35B10);
  	background-image: -o-linear-gradient(top, #f2f2f2, #C35B10);
  	background-image: linear-gradient(to bottom, #f2f2f2, #C35B10);
  	background-repeat: repeat-x;*/
}
.top-bar-inner {
	display: table;
  	padding: 10px;
}
.button {
	padding: 3px 6px;
  	margin-left: 5px;
  	border-radius: 4px;
}
.button:hover {
	background-color: #f2f2f2;
	position: static;
  	top: 0;
  /*	background-image: -moz-linear-gradient(top, #C35B10, #f2f2f2);
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#C35B10), to(#f2f2f2));
  	background-image: -webkit-linear-gradient(top, #C35B10, #f2f2f2);
  	background-image: -o-linear-gradient(top, #C35B10, #f2f2f2);
  	background-image: linear-gradient(to bottom, #C35B10, #f2f2f2);
  	background-repeat: repeat-x;*/
}
.logo {
	float:left;
}
#col_1, #col_2 {margin-top:0}

#col_1 {
  display: block;
  float: left;
  margin-right: -100%;
  position:absolute;
  width: 200px;
  padding: 10px;
  min-height: 100%;
  height: auto !important;
}
#col_2 {
    margin-top: 15px;
    margin-right: 0px;
    margin-left: 210px;
    padding: 10px;
    background-color: #FFF;
}
#contenitore_col_2 {
  float: left;
  width: 100%;
}
#mainmenu > ul > li > a, .productmenu > ul > li > a {
  background-color: #f2f2f2;
 /* background-image: linear-gradient(to bottom, #f2f2f2, #C35B10);
  background-repeat: repeat-x;
  border: 1px solid #AF4B04;
  border-radius: 0;*/
  color: #265631;
  border-bottom:1px solid #265631
}
.nav-tabs > li > a {
  padding-right: 12px;
  padding-left: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  display:block;
}
#mainmenu .nav-tabs > li > .sub-menu a {
  background-image: none;
  background-color: #FFF;
  color: #265631;
  border: 1px solid #DDD;
}
#mainmenu .nav-tabs > li {
	float:none;
}
.productmenu .nav-tabs > li {
	float:left;
	width:33.333333333%;
}
.icon {
	background-image:url("../img/icons.png");
	display: inline-block;
  	width: 14px;
  	height: 14px;
  	margin-top: 1px;
  	line-height: 14px;
  	vertical-align: text-top;
  	background-position: 14px 14px;
  	background-repeat: no-repeat;
}
.icon-black {background-image:url("../img/icons-black.png");} 
.icon-edit {background-position: -96px -72px;}
.icon-trash {background-position: -456px 0;}
.icon-bag {background-position: -432px -144px;}
.icon-reports {background-position: -384px -144px;}
.icon-user {background-position: -168px 0;}
.icon-view {background-position: -48px 0;}
.icon-details {background-position: -384px -144px;}
.icon-restore {background-position: -120px -72px;}
#mainmenu i.icon {
	opacity: 0.9;
  	width: 20px;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #265631;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.arrow-down-left {
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: top;
  background-image: url(/new/img/arrow-down-right.png);
  float:right;
}
.productmenu .arrow-down-left {
  margin-top: 5px;
  margin-left: 2px;
}
.dropdown .caret, .productmenu .caret {
  margin-top: 8px;
  margin-left: 2px;
}
#mainmenu .caret, .productmenu .caret {float:right; color:#265631}

.chosen-single {height:35px!important}
.chosen-single > div, .chosen-single > span {margin-top:5px;}

.home-menu {margin:5px auto}

.item_col_4 {
	display: inline-block;
	padding: 15px;
	border: 1px solid #AF4B04;
	border-radius: 10px;
	margin-right: 10px;
	background-color: #f2f2f2;
	/*background-image: -moz-linear-gradient(top, #f2f2f2, #C35B10);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#C35B10));
	background-image: -webkit-linear-gradient(top, #f2f2f2, #C35B10);
	background-image: -o-linear-gradient(top, #f2f2f2, #C35B10);
	background-image: linear-gradient(to bottom, #f2f2f2, #C35B10);
	background-repeat: repeat-x;*/
}

.item_col_4:hover {
	/*background-image: -moz-linear-gradient(top, #C35B10, #f2f2f2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#C35B10), to(#f2f2f2));
	background-image: -webkit-linear-gradient(top, #C35B10, #f2f2f2);
	background-image: -o-linear-gradient(top, #C35B10, #f2f2f2);
	background-image: linear-gradient(to bottom, #C35B10, #f2f2f2);
	background-repeat: repeat-x;*/
}
input:disabled {
	background-color: transparent;
  	border: none;
}

.title-login h1 {width:400px; margin:0 auto;}

.select {width:5%; text-align:center;}
input.select-all, td.select input {margin:0}

td.azioni {
	text-align:center;
	line-height:28px;
}
td.azioni a{
	padding:5px;
}

/***** Overlay *****/

.apri{ font-size:18px; font-family:Verdana, Geneva, sans-serif; float:right; margin-right:50px;}
.chiudi{ font-size:18px; margin-bottom:10px; color:#000; font-weight:bold; float:right; cursor:pointer;}
.overlay{
    background:#000;
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:100;
    cursor:pointer;
/*Trasperenza cross browser*/
opacity: .7; filter: alpha(opacity=70);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";   
 
}
 
#box {
    background-color: #FFF;
    z-index: +300;
    position: fixed;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 5px;
    top: 40;
    left: 50;
    width: 90%;
	height:600px;
    padding: 20px;
}

#box iframe {
    border: none;
	width: 100%;
	height:100%;
}

/***** End Overlay *****/

mark{
    display: block;
    height: 20px;
    width: 20px;
    text-indent: -999em;
    margin: 10px 25px 5px;
	background: #bbb;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
mark.processing{
	background-image: url(../img/st-processing.png);
	background-color: #EFDE31;
}
mark.completed{
	background-image: url(../img/completed.png);
	background-color: #21759b;
}
mark.assigned{
	background-image: url(../img/st-processing.png);
	background-color: #FF8282;
}
mark.delivering{
	background-image: url(../img/delivering.png);
	background-color: #FF7300;
}
mark.delivered{
	background-image: url(../img/completed.png);
	background-color: #00E000;
}
mark.failed {
    background-image: url(../img/cancelled.png);
    background-color: #d54e21;
}
mark.managing {
    background-image: url(../img/user.png);
	background-color: #6FBADC
}

.tips {
	cursor: pointer;
	text-decoration: none;
}
.price {
    font-size: 35px;
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px;
}
#clock, #date {
    display: inline-block;
    font-weight: bold;
    color:#265631
}
div.new-order {
    position: relative;
    margin-top: 10px;
    padding: 5px 5px;
    width: 65px;
    background: #90ABFF;
    color: white;
    font-size: 12px;
}
tr.new-order {
	border-color:#90ABFF!important;
	border: 3px solid;
}
div.faxiflora {
    position: relative;
    margin-top: 10px;
    padding: 5px 5px;
    width: 65px;
    background: red;
    color: white;
    font-size: 12px;
}
div.international {
    position: relative;
    margin-top: 10px;
    padding: 5px 5px;
    width: 65px;
    background: blue;
    color: white;
    font-size: 12px;
}
.search_orders form {margin:0;}
.search_orders {
	margin-top:40px;
	margin-bottom: 10px;
}
.orders_review > h3 {
	margin-top:0;
	float:left;
}
.payment_review {float:right;}

form.add_florist label {
    display: block;
	margin-bottom: 3px;
}
form.add_florist .row {
    margin: 15px 0;
}
form.add_florist input[type="text"], form.add_florist select, form.add_florist textarea {
    width: 97%;
}
form .one-half {
    display: inline-block;
    width: 49%;
	vertical-align:top;
}

form .short input {width:110px!important;}
form.add_florist input[readonly] {
	border: none;
	padding: 1px;
}
form.add_florist {
	margin: 15px 0px;
}

.one-half {
    display: inline-block;
    width: 49%;
	vertical-align:top;
}

.messages {
    position: absolute;
    right: 40%;
    top: 0px;
    color: #fff;
}

.anteprima_prodotti {
	//text-align:center;
}
.anteprima_prodotti img {
	width:45px;
}

.edit-elements strong {
    width: 80px;
    display: inline-block;
}
.edit-elements input {
    width: 65px;
    margin-bottom: 10px;
}
.ordini-pagati, .incasso-lordo {
    font-size: 120%;
    color: blue;
}

.blacklist .email {
    display: inline-block;
    padding: 10px;
    background-color: #c8edff;
    color: #555;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #afafaf;
    margin: 0 5px;
}

.blacklist .email a {
    margin-left: 10px;
}

.box-blacklist {
    border: 3px solid black;
    padding: 10px;
}