root {
	display: block;
}

body,html {
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	font-size: 11px;
}

h1 {
	text-align: center;
	font-size: 28px;
}

h2 {
	font-weight: bold;
	font-family: times new roman;
	font-style: italic;
	font-size: 26px;
	text-align: center;
	color: blue;
}

.loading {
	background-color: #EEEEEE;
	border-radius: 15px 15px 15px 15px;
	display: none;
	height: 640px;
	opacity: 0.8;
	position: fixed;
	text-align: center;
	width: 75%;
	z-index: 100;
}

.loading p {
	font-size: 14px;
	font-weight: bold;
	padding-top: 160px;
	text-align: center !important;
	color: #666;
}

#wrapper {
	width: 950px;
	margin: auto;
	margin-top: 10px;
}

#slogan {
	display: block;
	float: left;
	height: 90%;
	width: 50%;
	margin-top: 10%;
}

#isdinHeader {
  border-bottom: thick solid black;
  display: block;
  height: 46px;
}

#isdinHeader ul {
	float: right;
	width: 11%;
}

#isdinHeaderLogin ul {
	float: right;
	width: 30%;
}

#isdinHeaderLogin ul li a,#isdinHeader ul li a {
	color: inherit;
	text-decoration: none;
	margin: 0;
}

#isdinHeaderLogin ul li,#isdinHeader ul li {
	float: left;
	list-style: none outside none;
	margin: 4%;
}

#login {
	color: black;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	width: 50%;
}

#loginFooter {
	width: 48%;
	margin: 0 auto;
	display: block;
	float: right;
	text-align: right;
}

#loginv div h2 {
	color: darkslategrey;
	margin: 0 auto;
	text-align: center;
	width: 74%;
	color: blue;
}

.isdinLogin div p {
	background-image: url("../images/fondo_destacados_g.png");
    background-position: right bottom;
    background-repeat: no-repeat;
	margin: 5%;
	padding: 20px;
	float: right;
}

.isdinLogin div.headerBorder {
	border: 3px solid black; 
	width: 80%; 
	margin: 0; 
	float: right;
}

.isdinLogin div.box1 {
	width: 50%;
	float: left;
}

.isdinLogin div.box2 {
	width: 45%;
	float: left;
	height: 195px;
	padding-top: 30px;
}

.isdinLogin div.box3 {
	width: 50%;
	float: left;
}

.isdinLogin div.box4 {
	width: 50%;
	float: left;
}

.error {
	text-align: center;
	width: auto !important;
}

.loginForm {
	border-radius: 10px;
	border: 2px solid black;
	float: none;
	margin: 2%;
	background: skyblue;
	color: white;
	padding: 5px;
	width: 80%;
}

#isdinHeaderLogin {
	display: block;
	height: 60px;
}


hr.clear {
	border: 3px solid black;
	width: 90%;
	float: left;
	margin: 0;
}

input.login {
	border: none;
	border-radius: 3px 3px 3px 3px;
	display: block;
	margin: 15px auto;
	padding: 10px;
	width: 70%;
}

.isdinLogo {
	text-align: center;
	display: block;
	margin: 0 auto;
	float: left;
}

div.bar {
	background: none repeat scroll 0 0 black;
	margin-top: 10px;
	position: absolute;
	width: 5px;
}

div.bar.login {
	height: 550px;
	margin-left: 25%;
}

div.bar.dashboard {
	height: 150px;
	margin-left: 152px;
	margin-top: 0;
}

input[type="password"] {
	border: none;
	border-radius: 3px 3px 3px 3px;
	display: block;
	margin: 15px auto;
	padding: 10px;
	width: 70%;
}

input[type="submit"], input[type="button"].submit {
	border: medium none;
	border-radius: 3px 3px 3px 3px;
	display: block;
	margin: 15px auto;
	padding: 10px;
	width: 70%;
}

#slogan p {
	margin: 5%;
	font-size: 10px;
}

#slogan h1 {
	margin: 5%;
}

#isdinMenu {
	background-color: white;
	color: white;
	height: 40px;
	width: 100%;
}

#logo {
	font-size: 15px;
	font-weight: normal;
	margin: 10px;
	position: absolute;
}

#isdinMenu ul {
	float: right;
	padding: 0px;
	margin: 0px;
	padding-right: 25px;
}

#isdinMenu ul li {
	border: 1px solid darkslategrey;
	border-radius: 3px 3px 3px 3px;
	color: white;
	cursor: pointer;
	float: left;
	font-size: 14px;
	list-style: none outside none;
	margin: 6px 10px 10px;
	padding: 4px;
	background-color: darkslategrey;
	box-shadow: 0 0 3px 1px #000045 inset;
}

#isdinMenu .arrow_box>ul {
	color: #C0C0C0;
	display: block;
	margin: 0;
	padding: 0;
	float: none;
}

#isdinMenu .arrow_box  ul li {
	color: #C0C0C0;
	clear: both;
	cursor: pointer;
}

.clear {
	clear: both;
}

.arrow_box {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #ECECEC;
	margin-left: -4.5%;
	position: absolute;
	top: 53px;
	width: 15%;
	z-index: 10;
	display: none;
	border-radius: 2px;
	-webkit-box-shadow: 1px 1px 2px #C0C0C0;
	box-shadow: 1px 1px 2px #C0C0C0;
}

.arrow_box:after,.arrow_box:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 10px;
	left: 50%;
	margin-left: -10px;
}

.arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #fff;
	border-width: 16px;
	left: 50%;
	margin-left: -16px;
}

.arrow_box:before {
	border-color: rgba(194, 225, 245, 0) rgba(194, 225, 245, 0) #ECECEC;
	border-width: 11px;
	left: 50%;
	margin-left: -11px;
}

#col2 {
	display: block;
	margin-left: 17%;
}

#boxLeft {
	float: left;
	/*  width: 152px; */
	width: 16%;
}

#boxRight {
	float: right;
	/* width: 615px; */
	width: 798px;
}

.pedido {
	float: left;
	font-size: 11px;
	margin: 5px;
	padding: 10px;
	width: 95%;
}

.pedido i {
	line-height: 13px;
	margin-left: 5px;
	margin-top: 5px;
}

.nota {
	display: block;
	padding: 13px;
	color: #000000;
	border-bottom: 1px solid #e3e3e3;
}

.nuevaEntrega {
	margin-right: 2%;
	padding: 10px 20px;
	cursor: pointer;
}

.pedidoHistorico>span {
	display: block;
	float: left;
	margin: 5px;
	text-align: center;
	width: 10%;
}

.pedidosHistoricos {
	-moz-border-bottom-colors: none !important;
	-moz-border-left-colors: none !important;
	-moz-border-right-colors: none !important;
	-moz-border-top-colors: none !important;
	border-color: #ff0000 !important;
	border-image: none !important;
	border-style: none none none solid !important;
	border-width: medium medium medium thick !important;
	padding-left: 10px;
	float: left;
	width: 500px;
}

.dashboardTitle {
	font-size: 20px;
	margin-left: 45px;
	line-height: 42px;
	float: left;
}

.tools {
	background: none repeat scroll 0 0 white;
	border-left: thick solid #ff0000;
}

.tools .ordenes {
	padding: 5px;
	float: left;
	width: 360px;
}

#pedidos {
	border: 1px solid #C0C0C0;
	margin-top: 2%;
	width: 98.5%;
}

.pedido>span {
	display: block;
	float: left;
	text-align: center;
	width: 12%;
}

i {
	cursor: pointer;
}

#isdinCloack {
	width: 100%;
	height: 100%;
	position: fixed;
	background: #c0c0c0;
	opacity: 0.7;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 10000;
}

#isdinDialog {
	background-color: #FFFFFF;
	box-shadow: -2px 2px 5px 1px #C0C0C0;
	display: none;
	margin-left: 15%;
	margin-top: 10%;
	padding: 2%;
	position: absolute;
	width: 66%;
	z-index: 1000000;
}

#isdinDialogClose {
	color: #ACACAC;
	cursor: pointer;
	display: none;
	font-weight: bold;
	line-height: 11px;
	margin-left: 73%;
	margin-top: 10.1%;
	padding: 5px;
	position: absolute;
	text-align: center;
	z-index: 1000001;
	top: 0px;
}

.icon-cross_mark.icon2x.dialogClose {
	float: right;
	margin-right: 10px;
	margin-top: -10px;
	cursor: pointer;
}

.avisoLegal {
	float: left;
}

.error {
	color: #ff0000;
}

div.dashboardLogo {
	width: 16%;
	float: left;
}

div.logoutContainer {
	float: right;
	margin-right: 25px;
	line-height: 45px;
}

span.logoutText {
	margin-left: 10px;
}

span.currentUser {
	margin-right: 10px;
}

div.datosAcceso {
	border: 2px solid #99C2FF;
	padding: 5px;
	margin: 11px 15px 0 5px;
}

div.datosProveedor {
    padding: 0 0 0 15px;
    float: left;
    width: 50%;
    font-family: times new roman;
    font-size: 10pt;	
}

div.datosProveedor h3 {
	border-bottom: 1px solid;
    font-family: Arial;
    font-size: 17px;
    margin: 5px -5px 8px;
    padding: 0 0 0 5px;
}

div.notasAviso {
	padding-left: 15px;
}

div.notasAviso h3 {
	color: blue;
}

div.datosProveedorContainer {
	padding-left: 5px;
	height: 100px;
}

div.notasEntrega {
	background-image: url("../images/fondo_destacados_g.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    width: 40%;
	float: right;
	padding: 10px;
	width: 40%;
	margin-top: 5px;
	height: 50px;
}

div.bloqueoProveedor {
	float: right;
	width: 40%;
	color: #ff0000;
	font-weight: bold;
}

div.chartContainer {
	float: left;
}

div.orderNumber {
	padding: 10px 0px 0px 10px;
	float: right;
	font-weight: bold;
	color: #ff0000;
}

div.breadcrumbs {
	padding: 10px 0px 0px 10px;
	float: left;
}

div.breadcrumbs span {
	color: blue;
	font-weight: bold;
	margin-right: 3px;
}

div.devolPalets {
	float: right; 
	font-weight: bold; 
	font-size: 13px;
}

div.totalPalets {
	float: right; 
	font-weight: bold; 
	font-size: 13px;
}

div.totalPalets span.text {
	border-bottom: 1px solid; 
	padding: 0 15px 3px 15px;
}

div.totalPalets input.numPalets {
	padding: 3px;
	text-align: center; 
	background: blue; 
	color: #fff; 
	border: 1px solid black;
	width: 60px;
	font-weight: bold;
}

div.wizard {
	float: left;
}

div.wizard .prev, div.wizard .next {
	padding: 10px 15px;
	cursor: pointer; 
}

div.calendar {
	width: 815px; 
	margin: auto; 
	height: 400px; 
	overflow: auto;
}

div.calendar div.day {
	float: left;
}

div.calendar div.day div.date {
	width: 150px; 
	border: 1px solid #ccc; 
	padding: 3px; 
	margin-bottom: 5px;
}

div.calendar div.day div.blockList {
	width: 160px; 
	font-size: 8px;
	border-right: 1px solid #aaa;
	width: 156px;
}

div.calendar div.day div.blockList div.hour {
	border: 1px solid #aaa; 
	border-bottom: none;
	border-right: none;
	background: #eee;
}

div.calendar div.day div.blockList div.block { 
	float: left; 
	width: 25px; 
	border: 1px solid #aaa; 
	padding-top: 20px; 
	border-right: none; 
	border-bottom: none;
	cursor: pointer;
}

div.calendar div.day div.blockList div.block.status_1 {
	background: #eee;
	cursor: default;
}

div.calendar div.day div.blockList div.block.status_2 {
	background: #ff0000;
}

div.calendar div.day div.blockList div.block.status_3 {
	background: yellow;
}

div.calendar div.day div.blockList div.block.status_4 {
	background: green;
}

div.calendar div.day div.blockList div.block div.time {
	color: #fff; 
	background: #ccc;
	cursor: default;
}

div.confirmationSummary {
	float: left; 
	border: 2px solid #99C2FF; 
	width: 350px;
}

div.confirmationSummary div.leftBox {
	float: left; 
	border-right: 2px solid #99C2FF; 
	width: 50%; 
	text-align: right; 
	font-weight: bold; 
	padding-right: 5px;
}

div.confirmationSummary div.rightBox {
	float: left; 
	padding-left: 5px;
}

div.confirmationSummary div.rightBox div, div.confirmationSummary div.leftBox div {
	padding: 5px 0px;
}

div.leyenda {
	float: left;
	width: 150px;
}

div.leyenda div.leyenda_0 {
	border: 1px solid #aaa;
	background-color: #fff;
	width: 25px;
	height: 20px;
	float: left;
	margin-right: 5px;
}

div.leyenda div.leyenda_1 {
	border: 1px solid #aaa;
	background-color: #eee;
	width: 25px;
	height: 20px;
	float: left;
	margin-right: 5px;
}

div.leyenda div.leyenda_2 {
	border: 1px solid #aaa;
	background-color: #ff0000;
	width: 25px;
	height: 20px;
	float: left;
	margin-right: 5px;
}

div.leyenda div.leyenda_3 {
	border: 1px solid #aaa;
	background-color: yellow;
	width: 25px;
	height: 20px;
	float: left;
	margin-right: 5px;
}

div.leyenda div.leyenda_4 {
	border: 1px solid #aaa;
	background-color: green;
	width: 25px;
	height: 20px;
	float: left;
	margin-right: 5px;
}