body {
  font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  text-align:left;
  text-transform: normal;
  letter-spacing: normal;
  line-height: 1.8em;
  background-color:#ccc;
  margin:0px;
  padding:0px;
  background: #70b0e1 url(assets/bg-gradient.png) repeat-x;
  overflow:auto;
}

a {
  text-decoration:none;
  color:#474747;
}

a:hover {
  color:rgba(20,51,110,1);
}

a:active {
  color:#70b0e1;
}

h1 {
  color:#666;
  font-weight:normal;
  font-size:20px;
  text-shadow: 0px 1px 1px rgba(255,255,255,0.9);
}

h1 a{
  text-decoration:underline;
}

h2 {
  color:#222;
}

hr {
  border:none;
  margin:5px 0 10px 0;
  border-top: 1px solid rgba(0,0,0,0.15);
  border-bottom: 1px solid rgba(255,255,255,0.5);
  clear:both;
}

/* get rid of nasty selection colors – enable elsewhere if needed! */
*::-moz-selection {
  background:transparent;
}

*::selection {
  background:transparent;
}

#container {
  position: relative;
  width:1160px;
  margin: 10px auto 0 auto;
  overflow:hidden;
  -webkit-box-shadow: 0px 2px 10px rgba(20,51,110,0.5), 0px 0px 2px rgba(20,51,110,0.75), 0px 0px 2px rgba(20,51,110,0.75), 0px 0px 2px rgba(20,51,110,0.75);
  -moz-box-shadow: 0px 2px 10px rgba(20,51,110,0.5), 0px 0px 2px rgba(20,51,110,0.75), 0px 0px 2px rgba(20,51,110,0.75), 0px 0px 2px rgba(20,51,110,0.75);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}

#container.login {
  width:420px;
}

#header {
  position: relative;
  height: 62px;
  background: #70b0e1 url(assets/header-gradient.png) repeat-x;
  border-top: 1px solid #cce6f6;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
}

#header .logo {
  position:absolute;
  top:4px;
  left:30px;
  width:52px;
  height:52px;
  background: transparent url(assets/logo.png) no-repeat;
  text-indent:-5000px;
}

#header .search {
  position:absolute;
  height:26px;
  width:250px;
  top:18px;
  right:30px;
}

#header .search input {
  position:relative;
  width:214px;
  height:24px;
  color:#999;
  font-size:12px;
  background: transparent url(assets/bg-search.png) no-repeat 0px 2px;
  border:none;
  padding:4px 30px 0 10px;
}

#header .search input:focus {
  border:0px;
  color:#333;
  outline:none;
  background: transparent url(assets/bg-search.png) no-repeat 0px -28px;
}

#header .search input:focus {
  border:0px;
  color:#333;
  outline:none;
  background: transparent url(assets/bg-search.png) no-repeat 0px -28px;
}


#navigation {
  position:relative;
  overflow:hidden;
}

#navigation .canal {
  position:relative;
  height:30px;
  background: #efefef url(assets/bg-navigation.png) repeat-x 0px -120px;
}

ul.navigation {
  position:relative;
  float:right;
  height:30px;
  padding:0 1px 0 0;
  background: #efefef url(assets/bg-navigation.png) repeat-x;
  overflow:hidden;
}

ul.navigation.left {
  float:left;
}

ul.navigation li a {
  color:#fff;
  font-weight:bold;
  text-shadow: 0px -1px 1px rgba(8,50,142,0.5);
}

ul.navigation li {
  position:relative;
  display:block;
  float:left;
  height:28px;
  margin:1px 0 0 1px;
  padding:0 30px;
  background: transparent url(assets/bg-navigation.png) repeat-x 0px -30px;
  cursor:pointer;
  overflow:hidden;
}

ul.navigation li:hover {
  background: transparent url(assets/bg-navigation.png) repeat-x 0px -60px;
}

ul.navigation li:active {
  padding:1px 30px 0 30px;
  background: transparent url(assets/bg-navigation.png) repeat-x 0px -90px;
}

ul.navigation li.current {
  padding:1px 30px 0 30px;
  background: transparent url(assets/bg-navigation.png) repeat-x 0px -90px;
}


ul.breadcrumbs {
  position:relative;
  height:40px;
  border-top: 1px solid #afafaf;
  border-bottom: 1px solid #afafaf;
  background: #efefef url(assets/bg-breadcrumbs.png) repeat-x;
  overflow:hidden;
}

ul.breadcrumbs li {
  position:relative;
  display:block;
  float:left;
  height:32px;
  margin-left:-14px;
  padding:8px 30px 0 30px;
  text-shadow: 0px 1px 1px rgba(255,255,255,0.5);
  background: transparent url(assets/breadcrumb-navigation.png) no-repeat 0px -120px;
  cursor:pointer;
}

ul.breadcrumbs li:hover {
  background: transparent url(assets/breadcrumb-navigation.png) no-repeat 0px -160px;
}

ul.breadcrumbs li:active {
  padding:9px 30px 0 30px;
  background: transparent url(assets/breadcrumb-navigation.png) no-repeat 0px -200px;
}

ul.breadcrumbs li a {
  color:#333;
}

ul.breadcrumbs li.completed {
  background: transparent url(assets/breadcrumb-navigation.png) no-repeat 0px 0px;
}

ul.breadcrumbs li.completed:hover {
  background: transparent url(assets/breadcrumb-navigation.png) no-repeat 0px -40px;
}

ul.breadcrumbs li.completed:active {
  padding:9px 30px 0 30px;
  background: transparent url(assets/breadcrumb-navigation.png) no-repeat 0px -80px;
}

ul.breadcrumbs li.current {
  height:33px;
  padding:7px 30px 0 30px;
  text-shadow: 0px -1px 1px rgba(8,50,142,0.5);
  background: transparent url(assets/breadcrumb-navigation.png) no-repeat 0px -240px;
}

ul.breadcrumbs li.current a {
  color:#fff;
  font-weight:bold;
}

ul.breadcrumbs li.current:hover {
  background: transparent url(assets/breadcrumb-navigation.png) no-repeat 0px -280px;
}

ul.breadcrumbs li.current:active {
  padding:8px 30px 0 30px;
  background: transparent url(assets/breadcrumb-navigation.png) no-repeat 0px -320px;
}

ul.breadcrumbs li.end {
  margin-left:-4px;
  background: transparent url(assets/breadcrumb-end.png) no-repeat 0px -40px;
}

#content {
  position:relative;
  min-height:150px;
  background: #efefef url(assets/content-gradient.png) repeat-x;
  border-bottom: 1px solid #fcfcfc;
  overflow:hidden;
  -webkit-border-bottom-left-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  -moz-border-radius-bottomleft: 7px;
  -moz-border-radius-bottomright: 7px;
}

#footer {
  position: relative;
  width:1100px;
  margin: 10px auto 0 auto;
  color:#192947;
  font-size:10px;
  text-align:center;
  text-shadow: 0px 1px 1px rgba(255,255,255,0.2);
  overflow:hidden;
}

.icon16x16 {
  position:relative;
  vertical-align: text-bottom; /*baseline/sub/super/top/text-top/middle/bottom/text-bottom/length/%*/
  width:16px;
  height:16px;
  cursor:pointer;
}

/* ezequiels shit */

#entregados{
  display: none;
}

/* ende */

/* ———————————————————————————— */ 
/*        FORM STYLING          */ 
/* ———————————————————————————— */ 

.form_container {
  margin:20px;
  overflow:hidden;
}

.form_column {
  float:left;
  width:38%;
  padding:0 0 10px 0;
}

.form_column.half {
  float:left;
  width:49.5%;
}

/* ezequiels shit */

.fields{
	clear: both;
}

#secuencia.form_element input {
	display: inline;
	float: none;
	margin-right: 20px;
}

table.inks {
	width: 90%;
	padding: 0;
	margin: 0;
}

table.inks td.small{
	width: 5%;
	text-align: right;
	
}

table.inks .form_element input{
  width: 100%;
  margin-right: 50px;
  margin-bottom: 7px;
}


.form_column.half.inks .form_element{
  display: inline;
}

.form_column.barcodes .form_element input{
  width: 20%;
  margin-right: 21px;
  margin-bottom: 7px;
}

.form_column.barcodes {
  width:100%;
}

.form_column.barcodes .form_element{
  display: inline;
}

.form_column.right .eventful_day{
  /*background-color: #DD3;*/
  background: #70b0e1 url(assets/header-gradient.png) repeat-x;
  text-shadow: 0px -1px 1px rgba(8,50,142,0.5);
  font-weight:bold;
  padding:1px;
  color: #fff;
}

.form_column.right .otherMonth{
  visibility: hidden;
}


/* ende */


.form_column.right {
  float:right;
  width:61.5%;
}

.form_column.wide {
  float:none;
  width:98%;
}

.form_element {
  position:relative;
  display:block;
  padding:2px 0 4px 0;
  min-height:22px;
  clear:both;
}

.form_element.error {
  background:rgba(255,50,50,0.5);
}

.form_element.error label {
  color:#fff;
  font-weight:bold;
  text-shadow: 0px 1px 1px rgba(100,0,0,0.5);
}

.form_element.right {
  padding:5px 50px 0 0;
}

.form_element.right input {
  position:relative;
  display:block;
  width:auto;
  float:right;
}

.form_element label {
  float:left;
  display:block;
  color:#333;
  text-align:right;
  text-shadow: 0px 1px 1px rgba(255,255,255,0.75);
  padding:0 10px 0 0;
  width:125px;
}

.form_element input {
  position:relative;
  display:block;
  float:left;
  width:50%;
}

.form_element select {
  width:50%;
}

.form_element img {
  position:relative;
  display:block;
  float:left;
  top:4px;
  left:2px;
  width:16px;
  height:16px;
  cursor:default;
}

.form_element .halfdiv {
  float:left;
  width:50%;
}

input[type="submit"], input[type="button"], input[type="radio"] {
  width:auto;
}

textarea.big {
  width:517px;
}

textarea.small {
  width:517px;
  height: 50px;
}


/* ———————————————————————————— */ 
/*        TABLE STYLING         */ 
/* ———————————————————————————— */ 

table {
  width:100%;
  clear:both;
}

table.w90 {
	width:90%;
}

table a {
  color:#222;
  padding:0 20px 0 0;
}

table a:hover {
  background: transparent url(assets/16x16w-arrow.png) no-repeat center right;
}

th {
  border-bottom:1px solid rgba(0,0,0,0.15);
}

tr.odd {
  background: #ddd;
}

th.date, td.date {
  width:90px;
}

td.date {
  font-size:12px;
}

th.icon, td.icon {
  font-size:10px;
  width:40px;
}

th.icon a, td.icon a {
  padding: 0;
  background-image: none;
}

td.unimportant, td .unimportant {
  color:#555;
}

td .unimportant {
  font-size: 11px;
}


/* ———————————————————————————— */ 
/*       BUTTON STYLING         */ 
/* ———————————————————————————— */ 

.button {
  outline:none;
  position:relative;
  float:left;
  cursor:pointer;
  top:0px;
  height:28px;
  padding-left:15px;
  padding-right:1px;
  margin-right:20px;
  color:#222;
  font-family: "Helvetica Neue Bold", "HelveticaNeue-Bold", Arial, Helvetica, sans-serif; 
  font-size:12px;
  font-style: normal;
  font-weight: bold;
  line-height:26px;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75);
  text-decoration:none;
  background: transparent url(assets/buttons.png) no-repeat 0px 0px;
}

.task_button {
	width: 80px;
	text-align: center;
	margin-bottom: 10px;
	margin-right: 50px;
}

.button_panel {
	margin-left: 135px;
}

.button::-moz-selection{
  background:transparent;
}

.button::selection {
  background:transparent;
}

.button span {
  position:absolute;
  float:right;
  top:0px;
  right:0px;
  width:15px;
  height:30px;
  margin-right:-13px;
  background: transparent url(assets/buttons.png) no-repeat -485px 0px;
}

.button:hover {
  color:#111;
  background: transparent url(assets/buttons.png) no-repeat 0px -30px;
}

.button:hover span {
  background: transparent url(assets/buttons.png) no-repeat -485px -30px;
}

.button:active {
  color:#000;
  line-height:27px;
  text-shadow: 0px -1px 1px rgba(255, 255, 255, 0.25);
  background: transparent url(assets/buttons.png) no-repeat 0px -60px;
}

.button:active span {
  background: transparent url(assets/buttons.png) no-repeat -485px -60px;
}

.button.gray {
  background: transparent url(assets/buttons.png) no-repeat 0px -90px;
}

.button.gray span {
  background: transparent url(assets/buttons.png) no-repeat -485px -90px;
}

.button.gray:hover {
  background: transparent url(assets/buttons.png) no-repeat 0px -120px;
}

.button.gray:hover span {
  background: transparent url(assets/buttons.png) no-repeat -485px -120px;
}

.button.gray:active {
  background: transparent url(assets/buttons.png) no-repeat 0px -150px;
}

.button.gray:active span {
  background: transparent url(assets/buttons.png) no-repeat -485px -150px;
}


.button .icon16x16 {
  margin:0 -5px -1px 5px;
  z-index:1000;
}

.buttons-container {
  position:relative;
  display:block;
  margin:10px 0;
  overflow:hidden;
  clear:both;
}

.buttons-container.right .button {
  float:right;
  margin:0 15px 0 5px;
}

.buttons-container .button.right {
  float:right;
  margin:0 15px 0 5px;
}

.buttons-container h1 {
  float:left;
}


/* status changer */
.status_changer{
  position: absolute;
  width: 280px;
  height: 125px;
  margin: -20px 0px 0px -10px;
  padding: 5px;
  float: right;
  border: 1px solid #afafaf;
  background: -webkit-gradient(linear, left bottom, left top,
      color-stop(0.01, rgb(205,212,207)),
      color-stop(0.31, rgb(227,230,228)),
      color-stop(0.76, rgb(237,242,239)));
  background: -moz-linear-gradient(center bottom,
    rgb(205,212,207) 1%,
    rgb(227,230,228) 31%,
    rgb(237,242,239) 76%);

  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  visibility: hidden;
}


/* creates the smaller  triangle */
.status_changer:after {
	content:"\00a0";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	bottom:-26px; /* value = - border-top-width - border-bottom-width */
	left:-20px; /* value = (:before left) + (:before border-left) - (:after border-left) */
	width:0;
	height:0;
	border:3px solid transparent;
	border-top-color:#fff;
	
	top:26px; /* value = (:before top) + (:before border-top) - (:after border-top) */
	bottom:auto;
	border-width:5px 10px;
	border-style:solid;
	border-color:transparent #afafaf transparent transparent;
}

.status_changer select{
  width: 205px;
}

.status_changer label{width: 60px;}

td.status{
    cursor: pointer;
}

input#new_reposition{
  width:30px;
  z-index:99  ;
}

div.ink_name{
  top:-3px;
  left:20px
  padding-left: 0px;
  position:relative;
}

div.form_element div.buttons-container.right a.button{
  margin-right: 222px;
}

.reposition_detail{
  padding: 10px;
  display: none;
  background-color: #ffffdd;
}

tr.reposition_selected_row{
  background: #a5d0fd;
}

tr.delivered{
  text-decoration:line-through;
  color: #999;
}