/* ===============================================================
   FONT FACE
   ============================================================ */

@font-face {
    font-family: 'AkkuratLight';
    src: url('fonts/AkkuratLight.eot');
    src: url('fonts/AkkuratLight.eot') format('embedded-opentype'),
         url('fonts/AkkuratLight.woff2') format('woff2'),
         url('fonts/AkkuratLight.woff') format('woff'),
         url('fonts/AkkuratLight.ttf') format('truetype'),
         url('fonts/AkkuratLight.svg#AkkuratLight') format('svg');
	}
@font-face {
	font-family: 'Akkurat';
    src: url('fonts/Akkurat.eot');
    src: url('fonts/Akkurat.eot') format('embedded-opentype'),
         url('fonts/Akkurat.woff2') format('woff2'),
         url('fonts/Akkurat.woff') format('woff'),
         url('fonts/Akkurat.ttf') format('truetype'),
         url('fonts/Akkurat.svg#Akkurat') format('svg');
	}

	
/* ===============================================================
   GENERAL
   ============================================================ */

	html { font-family: 'Akkurat', sans-serif; font-size: 14px; line-height:normal; color:#4E5568; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; height: 100%;}
	
	body { margin: 0; width: 100%; font-size: 1em; font-family: 'Akkurat', sans-serif; background-color:#FFF!important;  height: 100%;}
	* {
	margin: 0;
	padding: 0;
	}
	img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
    }
	a {
	color:#4E5568;
	text-decoration: none;
	}
	table {
	border-collapse: collapse;
	border-spacing: 0;
	border:none;
	}
	p {
	margin: 0;
	padding: 0;
	}
	.main {
	width:100%;
	}
	* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}


/* ===============================================================
   LOGIN
   ============================================================ */

#login {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 35%;
    min-height: 100%;
    background-color: #34495e;
	}
.login-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 300px;
    text-align: center;
	color: #f0e9dd;
	}
.login-box .advertencia {
    color: #FFF;
	}
.login {
	float:left;
	width:100%
	}
.logo_login {
	float: left;
	padding:0px 0px 30px 0px;
	width:100%;
	text-align:center;
	}
.title_login {
	float: left;
	padding:0px 0px 20px 0px;
	font-size:18px;
	width:100%;
	text-align:center;
	}
.btn_ingresar {
	background-color:#4e5569;
	width:100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0px -2px 1px 0px rgba(0, 0, 0, 0.2) inset;
	padding: 8px 0px;
	border-style: none;
	color:#f0e9dd;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
.btn_ingresar:hover { background-color: #333; }


/* ===============================================================
   TOP
   ============================================================ */
   
#top {
	width:100%;
	height: 50px;
	padding:0px 20px;
	position: fixed;
	background-color:#34495e;
	color:#f0e9dd;
	z-index:99;
	}
#logo {
	float:left;
	padding:5px 0px 0px 0px;
	width:230px;
	}
#title_page {
	float: left;
	padding-top:10px;
	font-size:24px;
	font-weight:300;
	}
#user {
    float: right;
    padding: 15px 30px 0px 20px;
    background: url(img/icon_usuarios.svg) no-repeat left 17px;
    background-size: 15px 15px;
    font-size: 13px;
    text-transform: uppercase;
	}
#user a {
	color:#f0e9dd;
	}


/* ===============================================================
   NAV
   ============================================================ */
   #i {
	padding: 0px 5px 0px 0px;
   }
#menu {
	position: fixed;
	float:left;
	padding-top:60px;
	width: 250px;
	height:100%;
	min-height:100%;
	background-color:#4e5569;
	box-shadow:-3px 0px 8px -4px rgba(0, 0, 0, 0.3) inset;
	z-index:90;
	}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
#cssmenu {
	width: 250px;
	color: #FFF;
	}
#cssmenu ul ul {
	display: none;
	}
#cssmenu > ul > li.active > ul {
	display: block;
	}
#cssmenu > ul > li > a {
	padding: 16px 22px 16px 30px;
	cursor: pointer;
	z-index: 2;
	font-size: 14px;
	text-decoration: none;
	color: #FFF;
	-webkit-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	border-bottom: 1px solid #7e818c;
	}
#cssmenu > ul > li > a:hover {
	}
#cssmenu ul > li.has-sub > a:after {
	position: absolute;
	right: 26px;
	top: 18px;
	z-index: 5;
	display: block;
	height: 11px;
	width: 1px;
	background: #ffffff;
	content: "";
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	}
#cssmenu ul > li.has-sub > a:before {
	position: absolute;
	right: 21px;
	top: 23px;
	display: block;
	width: 11px;
	height: 1px;
	background: #ffffff;
	content: "";
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	}
#cssmenu ul > li.has-sub.open > a:after,
#cssmenu ul > li.has-sub.open > a:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	}
#cssmenu ul ul li a {
	padding: 14px 0px 14px 45px;
	cursor: pointer;
	z-index: 2;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	background: #7e818c;
	-webkit-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	/*border-bottom: 1px solid #ABADAD;*/
	}


/* ===============================================================
   RUTAS
   ============================================================ */
#rutas {
	width:100%;
	height:107px;
	padding:60px 0px 0px 280px;
	position: fixed;
	background-color:#EDEDED;
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.3);
	z-index:10;
	}
.ruta {
	float: left;
	padding-top:14px;
	color:#4E5568;
	text-transform: uppercase;
	font-size: 14px;
	}

/* ===============================================================
   CONTENIDOS 
   ============================================================ */

#contenido {
	padding:140px 50px 100px 280px;
	}
#contenido-home {
	padding:90px 50px 100px 280px;
	}
#contenido-home-prof {
	padding:5px 5px 5px 5px;
	}
.recuadro {
	width:100%;
	box-shadow:0px 0px 3px rgba(0, 0, 0, 0.2);
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top: solid 3px #34495e;
	}
.recuadro_continua {
	width:100%;
	box-shadow:0px 0px 3px rgba(0, 0, 0, 0.2);
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 10px;
    display: block;
	}
.recuadro_guardar {
	width:100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#EEE;
	}

.recuadro .content,
.recuadro_guardar .content{
	padding:15px;
	}
.recuadro .separador {
	padding:20px 0px 20px 0px;
	border-bottom: solid 1px #CCC;
	}
.recuadro .subtitulos {
	padding:7px;
	background-color:#E4E4E4;
	font-weight:700;
	}
.recuadro .subtitulos span {
	font-style: italic;
	}
.recuadro .content a {
	color: #000;
	}
.recuadro .content a:hover {
	color: #000;
	text-decoration: underline;
	}
	
.txt_bold { font-weight:700; }
.txt_italic {  font-style: italic; }
.txt_destacado {color:#34495e;}
.subtitulo { 
	font-weight:700;
	padding-bottom:10px;
	color:#34495e;
	}
#desarrollo {
	padding: 15px 0px 15px 15px;
	color:#CBCBCB;
	position: fixed;
	bottom:0px;
	font-size:11px;
	}
#desarrollo a {
	color:#CBCBCB;
	}

.fotos-upload {
	width:16%;
	padding:0 1%;
	float:left;
	text-align:center;
	}
.fotos-upload .titulo {
	width:100%;
	padding-bottom:5px;
	}
.fotos-upload img {
	width:100%;
	height:auto;
	min-width:100px;
	}
.fotos-upload .image-upload > input,
.otraspresentaciones .image-upload > input {
    display: none;
	}

.tonos {
	width:100%;
	}

/* ---------------------------------
   FORMULARIO
   ------------------------------- */
label {
	display:inline-block;
	margin-top:10px;
	margin-bottom:5px;
	font-family: 'Akkurat', sans-serif;
	cursor:pointer;
	}
input, textarea, select, button {
	font-family: 'Akkurat', sans-serif;
	font-size:14px;
	}
.form-control,
.form-txtarea,
.form-desplegable,
.form-desplegable2,
.form-desplegable3 {
	display:block;
	padding:5px 10px !important;
	color:#555;
	vertical-align:middle;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:3px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	}
.form-control {width:100%; /*height:35px; margin-bottom:10px; */}
.form-txtarea {width:98%; height:150px;}
.form-desplegable {width:100%; height:35px; margin-right: 5px}
.form-desplegable2 {width:95%; height:35px;}
.form-desplegable3 {width:100%; height:130px; margin-right: 5px}
.form-control:focus,
.form-txtarea:focus,
.form-desplegable:focus,
.form-desplegable2:focus,
.form-desplegable3:focus {
	border-color:#66afe9;
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
	}

.btn_publicar,
.btn_borrador {
	width:200px;
	border-radius: 4px;
	box-shadow: 0px -2px 1px 0px rgba(0, 0, 0, 0.5) inset;
	padding: 10px 0px 12px 0px;
	border-style: none;
	font-size: 14px;
	color:#FFF;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
	font-family: 'Akkurat', sans-serif;
	}
.btn_publicar { background-color: #34495e; }
.btn_borrador {	background-color: #A7A9AA; }

.btn_publicar:hover,
.btn_borrador:hover { background-color: #4e5569; }

.btn_estadopedido {
	width:200px;
	border-radius: 4px;
	box-shadow: 0px -2px 1px 0px rgba(0, 0, 0, 0.3) inset;
	padding: 8px 0px 8px 10px;
	border-style: none;
	font-size: 15px;
	text-align: left;
	cursor: pointer;
	background-color: #A7A9AA;
	}
.btn_estadopedido:hover {
	background-color: #9E1F63;
	color:#fff;
	}


/* ---------------------------------
   LISTADOS
   ------------------------------- */
.listado-filtros {
	width:100%;
	padding:0px 0px 20px 0px;
	}
.mostrar-desplegable {
	display:block;
	width:80px; height:30px;
	padding:5px;
	color:#555;
	vertical-align:middle;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:3px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	}

.recuadro .listado-top {
	padding:0px 0px 10px 0px;
	border-bottom: solid 1px #34495e;
	font-weight:700;
	color:#34495e;
	}
.recuadro .listado {
	padding:10px 0px 10px 0px;
	border-bottom: solid 1px #E2E2E2;
	font-size:14px;
	height:38px;
	}
.recuadro .listado3 {
	padding:10px 0px 10px 0px;
	border-bottom: solid 1px #E2E2E2;
	font-size:14px;
	}
.recuadro .listadodetalle {
	font-size:14px;
	padding:10px 0px 10px 0px;
	border-bottom: solid 1px #34495e;
	color:#34495e;
	height:38px;
	}
	.recuadro .listadodetalletitulo {
		font-size: 18px;
		padding: 1px 0px 1px 0px;
		border-bottom: solid 1px #34495e;
		color: #34495e;
		font-weight: bold;
		}

.recuadro .content .listado a,
.recuadro .content .listado2 a,
.recuadro .content .listado3 a {
	color:#4E5568 !important;
	}
.recuadro .listado a:hover,
.recuadro .listado2 a:hover,
.recuadro .listado3 a:hover,
.recuadro .listado_pendiente a:hover {
	color: #000;
	text-decoration: underline;
	}
.recuadro .content .listado_pendiente a,
.recuadro .listado_finalizado a,
.recuadro .content .listado_pendiente a:hover,
.recuadro .listado_finalizado a:hover {
	color:#fff !important;
	}

.recuadro .listado .boletin {
	font-size: 12px;
	}
.btn_si,
.btn_no {
	width:100px;
	border-radius: 4px;
	box-shadow: 0px -2px 1px 0px rgba(0, 0, 0, 0.2) inset;
	padding: 6px 0px 10px 0px;
	border-style: none;
	font-size: 14px;
	color:#FFF;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
	}
.btn_si { background-color: #34495e; }
.btn_no { background-color: #4E5568; }

.btn_si:hover,
.btn_no:hover { background-color: #000; }
.cuadrado { width:30px; height: 30px; }

/* ---------------------------------
   PAGINADO
   ------------------------------- */
.pagination {
	display: inline-flex;
}
.pagination li {
	list-style: none;
}
.paginado {
	width:100%;
	padding:20px 0px 0px 0px;
	}
.paginado .flechas {
	float:left;
	padding:4px 10px 0px 0px;
	display: block;
	color: #999999;
	}
.paginado .flechas:hover {
	color: #333;
	}
.paginado .num {
	float:left;
	font-size: 14px;
	padding:3px 8px 3px 8px;
	display: block;
	color: #999999;
	border: 1px solid #CCC;
	border-radius: 3px;
	text-align:center;
	margin-right:5px;
	}
.paginado .num:hover {
	background-color:#34495e;
	color: #FFF;
	}
.paginado .num a:hover {
	color: #FFF;
	}	
.paginado .num-activo {
	float:left;
	font-size: 14px;
	padding:3px 8px 3px 8px;
	display: block;
	color: #FFF;
	background-color:#34495e;
	border: 1px solid #34495e;
	border-radius: 3px;
	text-align:center;
	margin-right:5px;
	}
.paginado .num-activo a {
	color: #FFF;
	background-color:#34495e;
	border: 1px solid #34495e;
	border-radius: 3px;
	text-align:center;
	}
/* ---------------------------------
   TOOLTIP
   ------------------------------- */
.tooltips {
	position: relative;
	display: inline;
	}
.tooltips span {
	position: absolute;
	width:140px;
	color: #FFF;
	background: #333;
	height: 30px;
	line-height: 30px;
	text-align: center;
	visibility: hidden;
	border-radius: 6px;
	font-size: 13px;
	}
.tooltips span:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -8px;
	width: 0; height: 0;
	border-top: 8px solid #333;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	}
.tooltips:hover span {
	visibility: visible;
	bottom: 30px;
	left: 50%;
	margin-left: -70px;
	z-index: 999;
	}
/* ---------------------------------
   TAGS
   ------------------------------- */
	.tagsinput {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		box-sizing: border-box;
		background: #fff;
		font-family: sans-serif;
		font-size: 14px;
		line-height: 20px;
		color: #556270;
		padding: 5px 5px 0 5px;
		border: 1px solid #e6e6e6;
		border-radius: 2px;
	}
	
	.tagsinput.focus {
		border-color: #ccc;
	}
	
	.tagsinput * {
		box-sizing: border-box;
	}
	
	.tagsinput .tag {
		position: relative;
		background: #556270;
		display: block;
		max-width: 100%;
		word-wrap: break-word;
		color: #fff;
		padding: 5px 30px 5px 5px;
		border-radius: 2px;
		margin: 0 5px 5px 0;
	}
	
	.tagsinput .tag .tag-remove {
		position: absolute;
		background: none;
		display: block;
		width: 30px;
		height: 30px;
		top: 0;
		right: 0;
		cursor: pointer;
		text-decoration: none;
		text-align: center;
		color: #ff6b6b;
		line-height: 30px;
		padding: 0;
		border: 0;
	}
	
	.tagsinput .tag .tag-remove:before,
	.tagsinput .tag .tag-remove:after {
		background: #ff6b6b;
		position: absolute;
		display: block;
		width: 10px;
		height: 2px;
		top: 14px;
		left: 10px;
		content: '';
	}
	
	.tagsinput .tag .tag-remove:before {
		-webkit-transform: rotateZ(45deg);
		transform: rotateZ(45deg);
	}
	
	.tagsinput .tag .tag-remove:after {
		-webkit-transform: rotateZ(-45deg);
		transform: rotateZ(-45deg);
	}
	
	.tagsinput div {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	
	.tagsinput div input {
		background: transparent;
		display: block;
		width: 100%;
		font-size: 14px;
		line-height: 20px;
		padding: 5px;
		border: 0 none;
		margin: 0 5px 5px 0;
	}
	
	.tagsinput div input.error {
		color: #ff6b6b;
	}
	
	.tagsinput div input::-ms-clear {
		display: none;
	}
	
	.tagsinput div input::-webkit-input-placeholder {
		color: #ccc;
		opacity: 1.0;
	}
	
	.tagsinput div input:-moz-placeholder {
		color: #ccc;
		opacity: 1.0;
	}
	
	.tagsinput div input::-moz-placeholder {
		color: #ccc;
		opacity: 1.0;
	}
	
	.tagsinput div input:-ms-input-placeholder {
		color: #ccc;
		opacity: 1.0;
	}

	ui-menu .ui-menu-item {
		margin: 0;
		cursor: pointer;
		list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
	}
	.ui-menu .ui-menu-item-wrapper {
		position: relative;
		padding: 3px 1em 3px .4em;
	}
	.ui-widget.ui-widget-content {
		border: 1px solid #c5c5c5;
	}
	.ui-widget-content {
		border: 1px solid #dddddd;
		background: #ffffff;
		color: #333333;
	}
	.ui-widget {
		font-family: Arial,Helvetica,sans-serif;
		font-size: 1em;
	}
	.ui-menu {
		list-style: none;
		padding: 0;
		margin: 0;
		display: block;
		outline: 0;
	}
	.ui-autocomplete {
		position: absolute;
		top: 0;
		left: 0;
		cursor: default;
	}
	.ui-front {
		z-index: 100;
	}
	.ui-autocomplete{
		list-style: none;
		background-color: #fff;
		padding: 5px;
		border-color: gray;
	}
	.division {
		padding: 10px;
    	border-top: solid 1px #E2E2E2;
	}
	.division_otros {
    	border-top: solid 1px #E2E2E2;
	}

/* ---------------------------------
   SPINNER
   ------------------------------- */

   .loader {
	border: 16px solid #4e5569;
	border-radius: 50%;
	border-top: 16px solid #34495e;
	width: 50px;
	height: 50px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
	position: absolute;
    left: 50%;
	margin-top: 100px;
	display: none;
  }
  
  /* Safari */
  @-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
  }
  .btn_oculto{
	  display: none;
  }
  .editatool{
	  margin-bottom: 10px;
  }
  /* ---------------------------------
   Dialog
   ------------------------------- */
  #dialog-confirm, #dialog-confirm-presentacion, #dialog-confirm-foto, #dialog-confirm-foto-tono{
	  display: none;
  }
  /* ---------------------------------
   Delete Images
   ------------------------------- */
   .td_position{
	   position: relative;
   }
   .td_position #elimina_foto{
	position: absolute;
	float: right;
}
   #elimina_foto{
	position: relative;
    float: right;
   }
   #elimina_foto img{
	width: 22px;
    height: 20px;
    min-width: auto;
   }
   .ocultar{
	pointer-events: none;
    opacity: 0.5;
   }
  /* ---------------------------------
   Delete Images
   ------------------------------- */

   .tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}
.tooltip .tiptext {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.tooltip .tiptext::after {
    content: "";
    position: absolute;
    border-width: 5px;
    border-style: solid;
}
.tooltip:hover .tiptext {
    visibility: visible;
}
.tooltip.right .tiptext{
    top: -5px;
    left: 110%;
}
.colormarino{
	background-color: whitesmoke;
}
.color2{
	margin-left: auto;
    margin-right: auto;
    background-color: azure;
    padding: 6px;
}
.titulo_f{
	padding: 10px;
	font-weight: bold;
}
.titulo_f2{
	padding: 10px;
	font-weight: normal;
}
.titulo_tto {
	border-bottom: solid 1px #34495e;
    color: #34495e;
    height: 38px;
}
.titulo_tto_table{
	background-color: aquamarine;
}
.tilde{
	float: right;
}
.alerta{
	background-color: red;
    color: white;
    padding: 10px;
    text-align: center;
	margin-bottom: 8px;
}
.colorlink{
	font-size: 12px;
	color: orange;
  }