﻿@charset "utf-8";

/* CSS Document */
/*GESTIONA 2.0*/
/* HOJA DE ESTILOS CSS para el desarrollo del proyecto WEB GESTIONA 2.0 Desarrollado por:ADDENTRA INTERNET Fecha inicio:14/08/2015*/
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700,300,300italic,400italic,700italic&subset=latin,latin-ext);
@import url(font-awesome.min.css);
@import url(iconos.min.css);
@import url(loading.min.css);

/*region* ******************* GENERALES ********************/
/* *, *:after, *:before{background-size:1px 200% !important;}*/
a:hover,
button:hover,
buttonmenu:hover,
ulcontainer tr:hover,
ulcontainer tr:hover td.imgagenhover,
.sch-header-div.hoy {
	transition: all .6s;
}

body {
	font-family: 'Montserrat', sans-serif;
	line-height: 19px;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

h1 {
	background: url(../img/objetosGestiona.png) 5px -59px no-repeat;
	display: inline-block;
	width: 170px;
	height: 43px;
	background-size: initial !important;
}

h2 {
	font-size: 1.3em;
	font-weight: normal;
	font-style: italic;
}

h3 {
	font-size: 1.125em;
	font-style: italic;
	width: 100%;
	font-weight: normal;
	padding: 10px;
}

h4 {
	padding: 6px 10%;
	font-size: 1.2em;
	font-weight: normal;
}

h5 {
	font-family: 'Montserrat', serif;
	font-size: 17px;
	font-weight: normal;
}

a, a:link, a:visited, a:active, a:hover {
	text-decoration: none;
	cursor: pointer;
}

i {
	margin: 0 5px 0 10px;
	pointer-events: none;
}

form {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}

button {
	font-family: 'Montserrat', sans-serif;
	cursor: pointer;
	border-radius: 2px
}

buttonmenu {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	line-height: normal;
	text-indent: 0;
	white-space: inherit;
	transition: background .2s ease-out;
	background-size: 1px 200%;
}

	button i,
	buttonmenu i {
		float: right;
	}

button i {
	margin: 5px 5px 0 10px;
}

textarea, input, selectmulti button {
	background-color: transparent;
	content: '';
	top: 0;
	left: 1px;
	right: 1px;
	bottom: 2px;
	font-family: 'Montserrat', sans-serif;
	border-radius: 3px;
	width: calc(100% - 12px);
	font-size: .8em;
	padding: 5px;
}

	input > div#inner-editor {
		border: 1px solid red;
		background: green;
	}

	input:focus, textarea:focus {
		outline-offset: 0;
	}

	input[type="checkbox"] {
		width: auto;
		transform: scale(2);
		-ms-transform: scale(2); /* IE */
		-moz-transform: scale(2); /* FF */
		-webkit-transform: scale(2); /* Safari and Chrome */
		-o-transform: scale(2);
		outline: none !important;
		border: none
	}

	input:focus[type="checkbox"] {
		box-shadow: none !important;
		outline: none !important;
	}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	opacity: 1;
}

:focus {
	outline: 0;
}

label {
	padding: 3px;
	font-size: 0.9em;
	margin-left: 1%;
	width: auto !important;
}

textarea {
	min-height: 40px;
	font-size: 1em;
	font-family: 'Montserrat', sans-serif;
}

section {
	padding-bottom: 15px;
}

.left {
	float: left;
}

.right {
	float: right
}

/*region *********************OBJETOS CUSTOMIZADOS**********************/
box {
	display: inline-block;
	padding: 0;
}

inputlabeled {
	flex: auto;
	width: 150px;
	margin: 1px 3px;
	position: relative;
}

iconography {
	display: inline-block;
	overflow: hidden;
	font-size: .8em;
	margin-right: 5px;
	font-family: 'Montserrat',sans-serif;
	text-align: center;
}

iconimg {
	overflow: hidden;
}

row {
	padding-bottom: 1px;
	flex: 1;
	display: flex;
	flex-direction: row;
	min-height: 30px;
}

blockrows {
	flex: 1;
	display: flex;
	flex-direction: row;
	margin: 10px 0;
}

column {
	flex: 1 1 100%;
	display: flex;
	flex-direction: column
}

	column.flex30 {
		flex: 1 1 30%;
	}

	column.flex70 {
		flex: 1 1 70%;
		margin: 0 0.2%;
		padding: 0 0 0 0.5%;
	}

block {
	flex: 1;
	display: flex;
	flex-direction: column;
	flex-flow: row wrap;
	padding-bottom: 5px;
}

	block:first-child {
		border: none;
	}

	block table {
		width: 100%
	}

table[show-meridian] {
	width: auto
}

loading {
	display: flex;
	background-position: center center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 20;
	color: transparent;
	visibility: visible;
	transition: opacity 2s linear;
}

inputlabeled label {
	clear: both;
	display: block;
}

	inputlabeled label.enlinea {
		display: inline-block;
	}

inputlabeled input, selectbox input { /*width:calc(100% - 40px)!important; */
	width: calc(100% - 42px) !important;
	padding-right: 35px !important;
}

[disabled] inputlabeled input {
	pointer-events: none;
}

checklabeled {
	display: flex;
	flex-direction: column;
	height: auto;
	width: 150px;
}

	checklabeled label {
		clear: both;
		display: block;
		text-align: center;
	}

	checklabeled input {
		margin: auto;
	}

red {
	font-weight: 300;
}

.fa {
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

scroll-y {
	flex: 1;
	overflow-y: auto;
	height: 100%;
	overflow-x: hidden;
}

/**ICON Está en iconos.css** icon{display:inline-block;background: url("../img/gestionaMapImg.png") no-repeat; width: 95px; height: 95px; }*/
/*endregion *********************OBJETOS CUSTOMIZADOS**********************/

/*endregion* *******************GENERALES********************/

/*region* *********************OBJETOS COMUNES********************/

/*region ************* CALENDARIO ****************/
/*region** CALENDARIO CLARO ***/
/*region* **** CALENDARIO FORMULARIOS ****/
.calendario table, [datepicker-popup-wrap] table {
	margin: 0 auto;
	width: 100%;
	border-spacing: initial;
}

	.calendario button,
	.dropdown-menu button,
	[datepicker-popup-wrap] table tr {
		background: transparent;
		border: 0;
		padding: 0;
		text-align: center;
		margin: 0;
		background-color: transparent !important;
	}

.calendario button {
	min-height: 24px;
	min-width: 24px !important;
}

	.calendario td button:hover, .calendario thead tr th:nth-child(2) button:hover, .calendario button:focus, [datepicker-popup-wrap] button:hover, [datepicker-popup-wrap] button:focus {
		border: none;
	}

.calendario .text-muted, [datepicker-popup-wrap] .text-muted {
	opacity: .15;
}

.calendario thead, [datepicker-popup-wrap] table thead th {
	position: relative;
}

	.calendario thead tr th:nth-of-type(2) button, [datepicker-popup-wrap] thead tr th:nth-of-type(2) button {
		margin: 0 auto;
	}

	.calendario thead tr th button strong, [datepicker-popup-wrap] thead tr th button strong {
		text-align: center;
		font-size: 18px;
		display: block;
		font-weight: normal;
		height: 33px;
		font-family: 'Montserrat', serif;
		text-transform: capitalize;
	}

	.calendario thead tr:nth-child(2) th:first-child::before {
		min-width: 246px;
		position: absolute;
		top: -4px;
		left: -6px;
		height: 23px;
		content: '';
	}

	.calendario thead tr:nth-child(2) th small, [datepicker-popup-wrap] thead tr:nth-child(2) th small {
		display: block;
		height: 15px;
		position: absolute;
		top: 1px;
	}

	.calendario thead tr:first-child {
		font-size: 1.5em;
		line-height: 0;
	}

	.calendario thead tr:last-child th, [datepicker-popup-wrap] thead tr:last-child th {
		font-weight: bold !important;
		position: relative;
		text-transform: uppercase;
		width: 13px;
		font-family: 'Montserrat', sans-serif;
		font-size: .8em;
		line-height: 0.7em;
		padding-bottom: 20px;
	}

	.calendario thead tr:first-child th button {
		border-top: none
	}

	.calendario thead tr:first-child th:last-of-type button, [datepicker-popup-wrap] thead tr:first-child th:last-of-type button {
		border-radius: 0 10px 10px 0 !important;
	}

		.calendario thead tr:first-child th:first-of-type button:before,
		.calendario thead tr:first-child th:last-of-type button:before,
		[datepicker-popup-wrap] thead tr:first-child th:first-of-type button:before {
			position: absolute;
			content: "\f053";
			font: normal normal normal 14px/1 FontAwesome;
			top: 3px;
			left: 5px;
			font-stretch: ultra-condensed;
		}

		.calendario thead tr:first-child th:last-of-type button:before,
		[datepicker-popup-wrap] thead tr:first-child th:last-of-type button:before {
			content: "\f054";
			font: normal normal normal 14px/1 FontAwesome;
		}

	.calendario thead tr th button:only-of-type, [datepicker-popup-wrap] thead tr th button {
		width: 22px;
	}

/*endregion* **** CALENDARIO FORMULARIOS ****/

/*region* **** CALENDARIO FORMULARIOS INPUT ****/
ul[datepicker-popup-wrap] {
	list-style: none;
	padding: 0;
	position: absolute;
	z-index: 12;
}

[datepicker-popup-wrap] table {
	display: initial;
	border-collapse: collapse;
}

[datepicker-popup-wrap] li:first-child {
	height: 255px;
}

[datepicker-popup-wrap] li:last-child {
	height: 30px;
	padding: 0 !important;
}

[datepicker-popup-wrap] button:focus, [datepicker-popup-wrap] button:active {
	background: none !important;
	border: none;
}

[datepicker-popup-wrap] table thead tr:nth-child(2) {
	height: 25px;
}

[datepicker-popup-wrap] thead tr:first-child th:last-of-type button, .calendario thead tr:first-child th:last-of-type button,
[datepicker-popup-wrap] thead tr:first-child th:first-of-type button, .calendario thead tr:first-child th:first-of-type button,
[datepicker-popup-wrap] .btn-info.ng-binding,
[datepicker-popup-wrap] .btn-danger.ng-binding,
[datepicker-popup-wrap] .pull-right.ng-binding,
[datepicker-popup-wrap] .todaydatepickerclass {
	border-radius: 10px 0 0 10px;
	height: 20px;
	position: relative;
}

[datepicker-popup-wrap] .btn-info.ng-binding,
[datepicker-popup-wrap] .btn-danger.ng-binding,
[datepicker-popup-wrap] .pull-right.ng-binding {
	border-radius: 10px !important;
	font-size: .8em;
	padding: 0 5px;
}

/*endregion* **** CALENDARIO FORMULARIOS INPUT ****/
/*endregion** CALENDARIO CLARO ***/


/*region** CLASES PARA BOTONES EXTRAS DEL CALENDARIO ***/
.todaydatepickerclass {
	border-radius: 3px !important;
	width: 20px
}

	.todaydatepickerclass button:hover,
	.todaydatepickerclass button:focus,
	.calendario button:active,
	.calendario button:focus {
		border: none;
	}

	.calendario tbody td button.active,
	.todaydatepickerclass button {
		display: block;
		border-radius: 3px;
	}

.calendario button.btn-info span:hover {
	text-shadow: none !important
}

.calendario tbody td button.active:hover {
	text-shadow: none;
}

#irAhoy {
	position: absolute;
	bottom: 2px;
	left: 0;
	font-size: .85em;
	border-radius: 11px;
	padding: 3px 7px;
	font-weight: 300;
	background-color: #2e807c !important;
	color: #fff !important;
	border: 1px solid #2e807c;
}

	#irAhoy:hover {
		background-color: #fff !important;
		color: #2e807c !important
	}
/*endregion** CLASES PARA BOTONES EXTRAS DEL CALENDARIO ***/
/*endregion ************* CALENDARIO ****************/

/*region* ******************BOTONES********************/

buttonmenu, button {
	font-size: 14px;
	border-right: 0;
	border-left: 0;
	text-align: left;
	padding: 5px 5px 5px 10px;
	cursor: pointer;
	margin: 5px;
	position: relative;
	border: none;
}

	buttonmenu:hover, button:hover, .subMascendente button:hover, button:target, /**button:active,button:focus**/ submenucontainer a:hover {
		z-index: 6;
	}

	buttonmenu:active, buttonmenu:focus, button:active, button:focus, .subMascendente button:focus {
		z-index: 4 !important;
	}


	button.redondo {
		border-radius: 15px;
		padding: 2px 3px;
		font-size: 15px;
		border: none;
		height: auto;
		margin: auto
	}

		button.redondo.btnIcono .fa {
			float: none;
			margin: 0;
		}

		button.redondo .fa {
			margin: 3px 5px;
		}

	buttonmenu[type="submenu"].submenubajo submenucontainer, buttonmenu[type="submenu"] submenucontainer {
		position: absolute; /*noinspection CssInvalidPropertyValue*/
		top: calc(-100% - -5px);
		left: 100%;
	}

	buttonmenu[type="submenu"] submenucontainer {
		top: 0;
		width: auto;
		white-space: nowrap;
		z-index: 99;
	}

		buttonmenu[type="submenu"] submenucontainer.ascendente {
			bottom: 0;
			top: auto
		}

	button i.fa.fa-ellipsis-h, buttonmenu i.fa.fa-ellipsis-h {
		float: right;
		margin: 2px -1px 0 11px;
		;
	}

	button i.fa-external-link, buttonmenu i.fa-external-link {
		margin-right: -1px;
		font-size: .94em;
	}

	button icon, buttonmenu icon {
		float: right;
		margin-right: -8px;
		margin-top: -2px;
		pointer-events: none;
	}

	button icon, buttonmenu icon, x:-moz-any-link, x:only-child {
		margin-top: -5px;
	}
/*button:hover icon, buttonmenu:hover icon { -webkit-filter: sepia(100%) brightness(110%) saturate(20) sepia(100%) saturate(27) hue-rotate(-18deg) brightness(76%) }*/

buttongroup {
	display: inline-flex;
	flex-direction: row;
	flex: 1;
	border-radius: 15px;
}

	buttongroup button, buttongroup button:first-child, buttongroup button:last-child, buttongroup button:nth-child(2) {
		overflow: hidden;
		border: none;
		border-radius: 15px 0 0 15px;
		font-size: 13px;
	}

		buttongroup button:nth-child(2) {
			border-radius: 0
		}

			buttongroup button:nth-child(2):focus {
				border: none !important
			}

		buttongroup button, buttongroup button:last-child {
			border-radius: 0 15px 15px 0;
			padding: 3px 7px 3px 5px;
		}

	buttongroup button {
		display: flex;
		flex-direction: row;
		align-items: center;
		border-radius: 0;
		margin: 0;
		flex: 1 1 auto;
	}

		buttongroup button:hover, buttongroup button:active, button.activo:focus {
			border: none !important;
		}

buttongroupaction {
	display: flex;
	flex-direction: row;
	flex-flow: row wrap;
}


/*CLASE PARA BOTONES EN COLOR NEGRO*/
.negro button {
	width: 100%;
	margin: 0;
}

.negro button, .negro buttonmenu[type="submenu"], .negro buttonmenu[type="submenu"]:active, .negro buttonmenu[type="submenu"]:focus {
	border: none !important;
	z-index: 9 !important
}

.negro.subMascendente button[type="submenu"] submenucontainer {
	bottom: calc(-100% - -30px);
	min-height: 10px;
	padding: 5px;
}

/*endregion******************** BOTONES ********************/

/*region* *********************MENU INFERIOR*****************/
navlower {
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
	display: block;
}

	navlower button {
		border-image-slice: 1;
		border-radius: 0;
		overflow: hidden
	}

	navlower icon, navlower small {
		display: block;
		margin: 5px auto;
		float: none;
	}

	navlower button:hover icon {
		-webkit-filter: none;
	}

	navlower button i.fa-caret-up, navlower button i.fa-ellipsis-h {
		margin: 0 5px 0 0 !important;
	}

headnavlower {
	display: none;
	width: 100%;
	height: 35px;
	position: relative
}

	headnavlower button, headnavlower button:target, headnavlower button:active, headnavlower button:focus, headnavlower button:hover {
		position: absolute;
		width: 50px;
		height: 50px;
		right: -6px;
		bottom: -5px;
		border: none;
		border-image: none;
	}

		headnavlower button:hover {
			z-index: inherit !important;
		}

		headnavlower button i {
			margin-top: -10px;
		}

contentnavlower button, footernavlower button {
	flex: 1 1 100%;
	margin: 0;
	min-height: 80px;
}

contentnavlower button {
	text-align: center;
	text-shadow: none !important;
}

	contentnavlower button.active:hover {
		font-weight: normal;
		text-shadow: none;
	}

contentnavlower, footernavlower {
	display: flex;
	position: relative;
	width: 100%;
}

	footernavlower button {
		min-height: 75px !important;
		text-align: center;
		text-shadow: none !important;
		padding: 10px 10px 20px 10px;
		border: 1px solid transparent;
		border-image-slice: 1 !important;
	}

		footernavlower button:hover, footernavlower button:target, footernavlower button:active, footernavlower button:focus {
			box-shadow: none;
		}

/*endregion****************MENU INFERIOR********************/

/*region* **********************TOOLTIP************************/
tooltip {
	display: flex;
	flex-direction: column;
	max-width: calc(50% - 40px);
	position: fixed;
	border-radius: 2px;
	z-index: 5;
	overflow: visible !important;
	min-width: 150px;
	min-height: 60px;
	float: left;
}

	tooltip:before {
		position: absolute;
		top: 10px;
		left: -10px;
		content: '';
		width: 0;
		height: 0;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
	}

	tooltip icon {
		margin-right: 5px;
		flex-shrink: 0;
	}

	tooltip motivoanulacion {
		padding: 2px 30px;
		font-size: 14px;
	}

		tooltip motivoanulacion div {
			background-size: 100% !important;
			display: inline-block;
			width: 25px;
			height: 25px;
			margin-right: 10px;
			border-radius: 3px;
			vertical-align: middle;
		}

tolltiphead {
	text-transform: uppercase;
	font-weight: 300;
	display: flex;
	align-items: center;
	font-size: 15px;
	margin-bottom: 10px;
	padding: 10px 20px;
	border-radius: 2px 2px 0 0;
}

	tolltiphead.cita-anulada {
		text-decoration: line-through;
	}

tooltipbody {
	display: flex;
	flex-direction: row;
	padding: 0 25px;
}

	tooltipbody tooltipbodyleft photopatient {
		display: block;
		padding: 5px;
		border-radius: 3px;
		overflow: hidden;
	}

		tooltipbody tooltipbodyleft photopatient icon {
			display: block;
			margin: auto;
			margin-bottom: 0
		}

		tooltipbody tooltipbodyleft photopatient img {
			max-height: 80px;
			max-width: 100px;
			display: block;
			margin: auto;
		}

	tooltipbody tooltipbodyright {
		display: flex;
		flex-direction: column;
	}

	tooltipbody sectiontooltip {
		display: flex;
		flex-direction: row;
		padding: 4px 0 5px 0;
	}

		tooltipbody sectiontooltip:last-of-type {
			border-bottom: none;
			box-shadow: none
		}

		tooltipbody sectiontooltip linetooltip {
			display: flex;
			flex-direction: row;
			padding: 5px 0;
		}

	tooltipbody line {
		display: flex;
		flex-wrap: wrap;
		flex: 1;
		overflow: hidden;
		margin-left: 5px;
	}

	tooltipbody tooltiplabel {
		min-width: 110px;
		height: 14px;
		top: -3px;
		position: relative;
	}

	tooltipbody line > data {
		display: flex;
		flex-direction: column;
		font-size: 11px;
		width: 25%;
		margin-bottom: 0;
		position: relative;
		top: -1px;
		min-height: 19px;
		align-self: stretch;
	}

		tooltipbody line > data.mdAlert, tooltipbody line > data.scAlert {
			width: 100%;
		}

	tooltipbody data.mdAlert tooltiplabel, tooltipbody data.scAlert tooltiplabel {
		display: none;
	}

	tooltipbody data.mdAlert strong,
	tooltipbody data.scAlert strong {
		display: flex;
		align-items: center
	}

		tooltipbody data.mdAlert strong i,
		tooltipbody data.scAlert strong i {
			margin-right: 10px
		}

	tooltipbody line > data.long {
		width: calc(100% - 1px);
		word-break: break-word;
	}

	tooltipbody line data strong {
		font-size: 14px;
		padding-left: 3px;
		font-weight: 300;
		align-content: flex-end;
		color: #000;
	}

tooltipfooter {
	display: flex;
	flex-direction: column;
	margin-top: 10px;
	max-height: 200px;
	border-radius: 0 0 2px 2px;
}

	tooltipfooter tooltiptittle {
		font-size: 12px;
		font-weight: 300;
		margin-bottom: 2px;
		padding: 5px 10px;
	}

	tooltipfooter sectionfoottooltip {
		display: flex;
		flex-direction: row;
		padding: 2px 0;
	}

		tooltipfooter sectionfoottooltip data {
			margin-right: 25px;
		}

		tooltipfooter sectionfoottooltip user {
			display: flex;
			flex: 1 1 91%;
		}

		tooltipfooter sectionfoottooltip data, tooltipfooter sectionfoottooltip sectionnotes {
			display: flex;
			flex-direction: column;
			flex-flow: wrap;
			align-content: flex-start;
			font-size: 12px;
		}

		tooltipfooter sectionfoottooltip > data {
			font-size: 11px;
			width: 100%;
			max-width: 100px;
		}

		tooltipfooter sectionfoottooltip sectionnotes notesuser {
			padding-left: 20px;
			font-size: 12px;
			font-style: italic;
			width: 100%;
			padding-top: 5px;
		}

			tooltipfooter sectionfoottooltip sectionnotes notesuser icon {
				margin-left: -20px !important;
			}

		tooltipfooter sectionfoottooltip sectionnotes notes {
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			justify-content: space-between;
		}

tooltip.derecha.arriba:before {
	right: -10px !important;
	border-right: none;
	left: auto;
}

tooltip.derecha.abajo:before {
	right: -10px !important;
	border-right: none;
	left: auto;
	bottom: 10px;
	top: auto;
}

tooltip.derecha.centro:before {
	right: -10px !important;
	border-right: none;
	left: auto;
	bottom: 50%;
	top: auto;
}

tooltip.izquierda.abajo:before {
	bottom: 10px;
	top: auto;
}

tooltip.izquierda.centro:before {
	bottom: 50%;
	top: auto;
}

titlepopup {
	font-size: 13px;
	font-weight: lighter;
}

tooltip.particular {
	max-width: 25%;
	padding-bottom: 10px;
}

	tooltip.particular data {
		font-size: 15px;
	}

tooltip[schType="schHeadDay"], tooltip[schType="schHeadResource"], tooltip[schType="timeSlot"] {
	padding: 10px;
}

tooltip > h3 {
	font-size: 17px;
	width: 90%;
	padding: 2px 0;
	margin: 0 auto 10px auto;
}

tooltipfooter table {
	border-collapse: collapse;
	margin: 0 2% 15px 2%;
	width: 94%;
	font-size: 12px;
}

	tooltipfooter table thead th {
		font-weight: normal;
		font-size: 12px;
	}

	tooltipfooter table th {
		white-space: nowrap;
		text-align: left;
		padding-right: 15px;
		font-weight: normal !important;
	}
/*endregion*************TOOLTIP************************/

/*region **************ERROR EN FORMULARIOS**************/
error {
	display: -webkit-box;
	font-size: .72em;
	font-weight: 600;
	letter-spacing: .03em;
	position: absolute;
	top: 2px;
	right: 0;
	max-width: 50%;
	max-height: 20px;
	text-align: right;
	line-height: 10px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.obligatorio label {
	position: relative;
	padding-left: 10px;
}

	.obligatorio label:before {
		position: absolute;
		content: "\f06a";
		font-family: FontAwesome;
		font-size: 11px;
		line-height: 0;
		top: 14px;
		left: -2px;
	}

.obligatorio selectedlabel label:before {
	display: none;
}
/*endregion ***********ERROR EN FORMULARIOS**********/

/*endregion* *********************OBJETOS COMUNES********************/

/*region* **********************ESTRUCTURA*************************/

/*region* *********************HEAD*********************/
header {
	top: 0;
	left: 0;
	height: 48px; /*   z-index:2; */
	position: relative;
}
	/**Header menu**/
	header headertop {
		display: flex;
		flex-flow: row nowrap;
		flex-direction: row;
		flex-wrap: nowrap;
		width: 100%;
		height: 40px;
	}

		header headertop selectbox.patientHeader {
			margin-top: 7px;
		}

			header headertop selectbox.patientHeader input,
			header headertop selectbox.patientHeader input:hover,
			header headertop selectbox.patientHeader input:focus {
				outline: none;
				background-image: none;
				box-shadow: none !important;
			}

		header headertop input:first-of-type {
			font-size: 1em;
			width: calc(100% - 41px) !important;
			margin-right: 2%;
			height: 30px;
			border-radius: 4px;
			padding: 2px 5px 0 25px;
		}

		header headertop i {
			float: none;
			margin: 3px 5px 0 5px;
		}

		header headertop clipboard button {
			margin: 3px 0 0 5px;
		}

			header headertop clipboard button icon {
				margin: -2px 2px 0 -4px;
				zoom: reset !important;
				-webkit-filter: grayscale(0%) !important;
				filter: grayscale(0%) !important;
			}

	header nav {
		transition: ease-in-out ease .6s;
		justify-content: flex-end;
		flex: 1 1 10%;
		text-align: right;
		padding: 0;
		margin: 0 0 0 20px;
		position: relative;
		cursor: pointer;
		align-items: center;
		align-content: center;
		display: flex;
		align-self: center;
		font-size: 15px;
	}

	header a.wiki {
		position: relative;
		border-radius: 2px;
		width: 45px;
	}

		header a.wiki:before {
			position: absolute;
			content: '';
			top: 0;
			left: 0;
			background: url(../img/objetosGestiona.png) -533px 1px no-repeat;
			display: inline-block;
			height: 40px;
			background-size: initial !important;
			width: 44px;
			margin: 0 5px 0 8px;
		}

	header nav span {
		max-width: 75%;
		margin: 15px 15px 0 15px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		display: inline-block;
		font-size: 15px;
	}

	header nav box {
		width: 19px;
		display: flex;
		flex-direction: column;
	}

		header nav box icon {
			margin-bottom: 4px;
			position: relative;
			top: 8px;
			left: 2px;
		}

	header typeuser {
		max-width: 75%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		display: inline-flex;
		height: 35px;
	}

		header typeuser nameuser {
			display: inline-block;
		}

		header typeuser small {
			display: block;
			padding-right: 17px;
		}

		header typeuser span {
			max-width: 145px;
			text-align: left;
			margin-top: -4px;
		}
	/*header nav:hover icon{ -webkit-filter:brightness(0.6) sepia(1) saturate(9); filter:brightness(0.6) sepia(1) saturate(9);*/
	/*filter:brightness(0.6) sepia(1) saturate(9); filter:brightness(0.6) sepia(1) saturate(9);}*/
	header nav:hover icon {
	}

	header navcontainer {
		position: absolute;
		top: 32px;
		right: 0;
		width: 300px;
		z-index: 10;
	}

		header navcontainer h4 {
			margin: 5px 20px 2px 50px;
			text-align: right;
			padding-right: 0;
			font-weight: lighter;
			cursor: default;
		}

	header navcontainer, .patientHeader {
		border-radius: 0 0 5px 5px;
	}

		header navcontainer a {
			display: block;
			line-height: 1.5em;
			padding: 5px 25px;
		}

			header navcontainer a:last-child {
				padding-bottom: 10px;
			}

				header navcontainer a:last-child:hover {
					border-radius: 0 0 5px 5px;
				}

	header headerbottom {
		width: 98%;
		display: block;
		padding: 1px 0 1px 1%;
		margin-top: -5px;
	}

	header loadingcontainer {
		width: 200px;
		position: absolute;
		height: 40px;
	}

.nombrePaciente {
	max-width: 350px !important;
	padding-right: 10px !important;
}
/*endregion* ******************HEAD***********************/
/*region* *****************CONTENT*********************/
main {
	background-color: transparent;
	display: flex;
	height: 100%;
	overflow: hidden;
}

content {
	overflow-y: scroll;
	background-color: transparent;
	flex: 1
}

	content h4 button.redondo {
		float: right;
	}

tile {
	display: flex;
	flex-wrap: wrap;
	margin-left: 25px;
}

contentfullscreen {
	display: block;
	position: absolute;
	z-index: 19;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

	contentfullscreen ng-include {
		display: flex;
		height: 100%;
	}
/*FORMULARIOS*/
content tr td.nombreXL {
	max-width: 200px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

content td i.fa.fa-arrows-v {
	display: none
}

content tr:hover td i.fa.fa-arrows-v {
	display: block;
	cursor: ns-resize
}

content td buttongroup {
	min-width: 90px;
}

/*SIN CLINICA*/
.sinClinica {
	padding: 40px;
	background-position: 0 262px;
}

	.sinClinica h4 {
		text-shadow: none;
	}

	.sinClinica h2 {
		font-size: 2.5em;
		font-style: italic;
	}
/*endregion* *****************CONTENT*********************/
/*region ********************* FOOTER *********************/
footer {
	width: 240px;
	bottom: 0;
	left: 0;
	position: absolute;
}

	footer button.submenubajo {
		width: 240px;
		left: -5px;
		bottom: -5px;
	}

	footer column {
		width: 240px;
		display: block;
	}
/*endregion ********************* FOOTER *********************/
/*region* ****************** POPUP ********************/
popup {
	position: relative;
	max-width: 90%;
	min-width: 50%;
	z-index: 15;
	border-radius: 2px;
	vertical-align: middle;
	align-self: center;
	margin: auto;
}

.popupAgenda {
	position: relative;
	max-width: 90%;
	min-width: 50%;
	z-index: 15;
	border-radius: 2px;
	vertical-align: middle;
	align-self: center;
	margin: auto;
}

pruebaclaseerror {
	display: block !important;
}

headerpopup {
	font-size: 18px;
	max-height: 60px;
	min-height: 40px;
	padding: 0 !important;
	border-radius: 5px 5px 0 0;
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
}

	headerpopup:after {
		position: absolute;
		content: '';
		height: 17px;
		width: calc(100% - 17px);
		top: 25px;
		z-index: -2;
		left: 0;
	}

headerpopup, popup content {
	display: block;
	padding: 30px;
	overflow: hidden;
}

.popupAgenda content {
	display: block;
	padding: 30px;
	overflow: hidden;
}

popup content {
	overflow: auto;
	margin-bottom: 41px !important;
	padding-top: 17px !important;
	height: calc(100% - 121px);
	padding-bottom: 10px;
	position: relative;
	z-index: -3;
}

	popup content label {
		display: inline-block;
	}
		popup content label .fa-exclamation-circle {
			color: #ffc107;
		}

.popupAgenda content {
	overflow-y: auto;
	margin-bottom: 41px !important;
	padding-top: 5px !important;
	height: calc(100% - 121px);
	padding-bottom: 10px;
	position: relative;
	z-index: -3;
}

	.popupAgenda content label {
		display: inline-block;
	}

		.popupAgenda content label .fa-exclamation-circle {
			color: #ffc107;
		}

popup content form {
	display: block;
	position: relative;
}

.popupAgenda content form {
	display: block;
	position: relative;
}

popup content form:first-child {
	padding-top: 10px;
}

/*popup content form:first-of-type:before {
			position: absolute;
			content: '\f06a';
			font-family: FontAwesome;
			top: -10px;
			right: 102px;
			text-align: right;
			width: 100%;
			height: 10px;
			font-size: 10px;
		}

		popup content form:first-of-type:after {
			position: absolute;
			content: 'Campos requeridos';
			top: -10px;
			text-align: right;
			width: 100%;
			height: 10px;
			font-size: 10px;
		}*/

.popupAgenda content form:first-child {
	padding-top: 10px;
}

popup content table tr td textarea {
	min-height: 10px !important;
	height: 100%;
	margin-bottom: -4px;
}

.popupAgenda content table tr td textarea {
	min-height: 10px !important;
	height: 100%;
	margin-bottom: -4px;
}

popup h3 {
	font-size: 17px;
	margin-bottom: 5px;
	padding-right: 0;
	padding-bottom: 5px;
}

.popupAgenda h3 {
	font-size: 17px;
	margin-bottom: 5px;
	padding-right: 0;
	padding-bottom: 5px;
}

popup block {
	border: none;
}

.popupAgenda block {
	border: none;
}

popup block h4 button.redondo .fa {
	padding-left: 10px;
}

.popupAgenda block h4 button.redondo .fa {
	padding-left: 10px;
}

popup .calendario thead tr:nth-child(2) th:first-child::before {
	z-index: 0;
	left: 2px;
}

.popupAgenda .calendario thead tr:nth-child(2) th:first-child::before {
	z-index: 0;
	left: 2px;
}

popup .calendario thead tr:nth-child(2) th small {
	position: relative;
	z-index: 1
}

.popupAgenda .calendario thead tr:nth-child(2) th small {
	position: relative;
	z-index: 1
}

popup .calendario thead tr:last-child th {
	padding-bottom: 5px;
	text-align: center;
}

.popupAgenda .calendario thead tr:last-child th {
	padding-bottom: 5px;
	text-align: center;
}

popup .calendario td button {
	min-height: 30px;
	width: 30px;
}

.popupAgenda .calendario td button {
	min-height: 30px;
	width: 30px;
}

popup headerpopup icon, headerpopup iconimg {
	width: 60px;
	height: 60px;
	float: left;
	margin-top: -10px;
	margin-right: 20px;
	position: absolute;
	top: 3px;
	left: 8px;
}

.popupAgenda headerpopup icon{
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	position: absolute;
	top: 0px;
	left: 8px;
}

popup headerpopup span {
	padding-left: 65px;
	display: inline-block;
	flex: 1;
	margin: 5px 0;
}

.popupAgenda headerpopup span {
	padding-left: 65px;
	display: inline-block;
	flex: 1;
	margin: 5px 0;
}

popup headerpopup button.cancelar {
	float: right;
	margin: 0;
	border-radius: 0 5px 0 0;
	border: none;
	font-size: 20px;
	padding: 6px 6px 6px 3px;
	align-self: stretch;
}

.popupAgenda headerpopup button.cancelar {
	float: right;
	margin: 0;
	border-radius: 0 5px 0 0;
	border: none;
	font-size: 20px;
	padding: 6px 6px 6px 3px;
	align-self: stretch;
}

popup footerpopup {
	display: block;
	overflow: hidden;
	padding: 5px 10px 5px 10px;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 16;
	border-radius: 0 0 2px 2px;
	min-height: 40px;
}

.popupAgenda footerpopup {
	display: block;
	overflow: hidden;
	padding: 5px 10px 5px 10px;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 16;
	border-radius: 0 0 2px 2px;
	min-height: 40px;
}

popup footerpopup button {
	float: right;
	border-image-slice: 1;
	border: 1px solid transparent;
}

.popupAgenda footerpopup button {
	float: right;
	border-image-slice: 1;
	border: 1px solid transparent;
}

popup.formulario {
	height: 80%;
	max-height: inherit;
}

.popupAgenda.formulario {
	height: 80%;
	max-height: inherit;
}

popup.formulario h4 {
	align-self: center;
}

.popupAgenda.formulario h4 {
	align-self: center;
}

popup.formulario label {
	margin-right: 10px;
}

.popupAgenda.formulario label {
	margin-right: 10px;
}

popup.formulario inputlabeled {
	width: 200px
}

.popupAgenda.formulario inputlabeled {
	width: 200px
}

popup.formulario inputlabeled label {
	white-space: nowrap;
	margin-right: 10px;
}

.popupAgenda.formulario inputlabeled label {
	white-space: nowrap;
	margin-right: 10px;
}

popup.formulario inputlabeled buttongroup {
	flex: 0;
	white-space: nowrap;
}

.popupAgenda.formulario inputlabeled buttongroup {
	flex: 0;
	white-space: nowrap;
}

popup.error headerpopup iconimg {
	background: url("../img/objetosGestiona.png") -208px 0 no-repeat;
	width: 60px;
	height: 60px;
	background-size: initial !important;
	transform: scale(0.7);
	top: -5px;
}

.popupAgenda.error headerpopup iconimg {
	background: url("../img/objetosGestiona.png") -208px 0 no-repeat;
	width: 60px;
	height: 60px;
	background-size: initial !important;
	transform: scale(0.5);
	top: 0px;
}

popup.error content h2 {
	font-size: 1.1em;
	font-style: normal;
	margin-bottom: 15px;
}

.popupAgenda.error content h2 {
	font-size: 1.1em;
	font-style: normal;
	margin-bottom: 15px;
}

popup.informacion headerpopup iconimg {
	background: url("../img/objetosGestiona.png") -67px 0 no-repeat;
	width: 60px;
	height: 60px;
	background-size: initial !important;
	transform: scale(0.7);
	top: -5px;
}

.popupAgenda.informacion headerpopup iconimg {
	background: url("../img/objetosGestiona.png") -67px 0 no-repeat;
	width: 60px;
	height: 60px;
	background-size: initial !important;
	transform: scale(0.5);
	top: 0px;
}


popup.confirmacion headerpopup iconimg {
	background: url("../img/objetosGestiona.png") -426px 0 no-repeat;
	width: 60px;
	height: 60px;
	background-size: initial !important;
	transform: scale(0.7);
	top: -5px;
}

.popupAgenda.confirmacion headerpopup iconimg {
	background: url("../img/objetosGestiona.png") -426px 0 no-repeat;
	width: 60px;
	height: 60px;
	background-size: initial !important;
	transform: scale(0.5);
	top: 0px;
}

popup.advertencia-popup headerpopup iconimg {
	background: url("../img/objetosGestiona.png") 0 0 no-repeat;
	width: 60px;
	height: 60px;
	background-size: initial !important;
	transform: scale(0.7);
	top: -5px;
}

.popupAgenda.advertencia-popup headerpopup iconimg {
	background: url("../img/objetosGestiona.png") 0 0 no-repeat;
	width: 60px;
	height: 60px;
	background-size: initial !important;
	transform: scale(0.5);
	top: 0px;
}

popup.advertencia-popup content {
	width: 700px;
}

.popupAgenda.advertencia-popup content {
	width: 700px;
}

popup.soporte headerpopup iconimg {
	background: url("../img/objetosGestiona.png") -272px 0 no-repeat;
	width: 99px;
	height: 99px;
	background-size: initial !important;
	top: -22px;
	left: 10px;
}

.popupAgenda.soporte headerpopup iconimg {
	background: url("../img/objetosGestiona.png") -272px 0 no-repeat;
	width: 99px;
	height: 99px;
	background-size: initial !important;
	top: -22px;
	left: 10px;
}

popup warninglabel {
	margin-top: 10px;
}

.popupAgenda warninglabel {
	margin-top: 10px;
}

.searchPatient {
	min-width: 75%;
	max-width: 75%;
}

.viewPatient {
	max-width: 20%;
	color: #2e807c !important;
	border: 1px solid #2e807c;
	align-self: flex-end;
	padding: 5px 10px;
	margin-left: 10px;
	border-radius: 20px;
	margin-bottom: 5px;
}

	.viewPatient:hover {
		background: #2e807c;
		color: #fff !important;
	}

.warning {
	color: #856404;
	background-color: #fff3cd;
	border: 1px solid #ffeeba;
	border-radius: 3px;
	min-width: calc(100% - 20px);
	display: block;
	padding: 10px;
	font-weight: 800;
}

.joinPatients span {
	font-size: 19px;
	color: red;
	display: block;
}

	.joinPatients span.rightPatient {
		color: #2e807c
	}

popup listingcontainer specialist form {
	overflow: auto;
}
.popupAgenda listingcontainer specialist form {
	overflow: auto;
}
.popupAgenda listingcontainer specialist table tbody tr .zonaAcciones {
	width: 20px;
}

/*region **************SOPORTE***************/
.soporte {
	min-width: 80%;
	overflow: visible;
}

	.soporte headerpopup {
		padding: 0 0 0 60px !important;
	}

		.soporte suggestion a, .soporte headerpopup a.chrome {
			display: block;
			text-align: center;
			vertical-align: -19px;
			background: url("../img/objetosGestiona.png") -372px 0 no-repeat;
			background-size: initial !important;
			border: none;
			width: 51px;
			height: 12px;
			padding-top: 45px;
			font-size: 11px;
			margin: 0 auto
		}

		.soporte headerpopup a name {
			width: 64px;
			display: block;
			margin-left: -14px;
		}

		.soporte headerpopup a.chrome {
			background-position: -418px 0;
		}

	.soporte suggestion h2 {
		text-align: right;
	}

	.soporte suggestion p {
		display: inline-block;
		margin: 0;
		font-size: 18px;
		align-self: flex-end;
	}

	.soporte suggestion box {
		flex: 1;
		justify-content: space-between;
		display: flex;
		flex-direction: row;
	}

	.soporte form {
		display: block
	}

	.soporte input {
		min-width: 50%;
		margin-bottom: 10px;
	}

	.soporte line {
		display: inline-block;
		clear: both;
		line-height: normal;
	}

		.soporte line small {
			display: block;
			font-size: 15px;
			text-align: left;
			position: relative;
			top: 0;
		}

		.soporte line phone {
			font-size: 2.8em;
			text-align: center;
			word-spacing: -0.08em;
			display: inline-block;
			position: relative;
		}

		.soporte line conexion {
			display: inline-block;
			margin-left: 25px;
			vertical-align: top;
		}

	.soporte content {
		height: auto !important;
		overflow: visible;
		margin-bottom: 80px !important;
	}

	.soporte h3 {
		font-size: 1.05em;
		padding-bottom: 5px;
		overflow: hidden;
	}

suggestion {
	display: block;
	overflow: hidden;
	clear: both;
	padding: 5px;
}

	suggestion span {
		font-size: 0.8em;
		margin-bottom: 5px;
		display: inline-flex;
		line-height: normal;
	}

	suggestion button {
		float: right;
		margin-top: 23px;
	}

support {
	display: inline-flex;
	flex-direction: row;
	width: 100%;
	margin-top: -15px
}

suportbox {
	display: inline-flex;
	flex-direction: row;
	flex: 1 1 auto;
}

	suportbox a {
		display: flex;
		align-items: center;
		margin: 5px !important;
		flex: 1;
	}

	suportbox box {
		display: flex;
		flex-direction: column;
	}

	suportbox iconimg {
		height: 41px;
		background: url("../img/objetosGestiona.png") no-repeat;
		background-size: initial !important;
		flex-basis: 53px;
	}

a.chatGestiona img {
	max-height: 80px;
}

iconimg.video {
	background-position: -168px -106px;
}

iconimg.blogger {
	background-position: -175px -149px;
}

iconimg.teamviewer {
	background-position: -279px -102px;
	width: 58px;
	height: 58px !important;
}

iconimg.twitter {
	background-position: -229px -106px;
}

iconimg.facebook {
	background-position: -229px -145px;
}

iconimg.google {
	background-position: -230px -199px;
}

iconimg.formacion {
	background-position: -279px -168px;
}

iconimg.wiki {
	background: url(../img/objetosGestiona.png) -530px 1px no-repeat;
	display: inline-block;
	height: 40px;
	background-size: initial !important;
	width: 44px;
	transform: scale(.9);
	margin-left: -5px;
}

.soporte footerpopup {
	display: none
}
/*endregion ***********SOPORTE***************/

/*endregion* ***************POPUP********************/

/*endregion* **********************ESTRUCTURA*************************/

/*region************************SIDEBAR*****************************/
sidebar {
	width: 240px;
}

	sidebar headersidebar {
		font-size: 18px;
		height: 40px;
		display: block;
	}

buttongroupaction button {
	flex: auto;
}

submenucontainer a {
	display: flex;
	border: none;
	padding: 5px 15px 5px 10px;
	font-size: 0.95em;
	position: relative;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
}

	submenucontainer a urgency {
		flex: 1;
		margin-right: 10px;
	}

	submenucontainer a:hover {
		border: none !important;
	}

	submenucontainer a:first-child {
		min-height: 16px;
	}

submenucontainer i {
	float: none;
	margin: 0 1% 0 0;
}

submenucontainer a i.fa-clipboard, submenucontainer a i.fa-caret-up {
	visibility: hidden;
}

submenucontainer a i.fa-ellipsis-h {
	float: none !important;
	right: 10px;
	position: absolute;
	top: 6px;
}

submenucontainer a:hover i.fa-clipboard, submenucontainer a:hover i.fa-caret-up {
	visibility: visible;
}

sidebar buttongroupaction {
	display: flex;
	flex-direction: row;
	flex-flow: row wrap;
}

	sidebar buttongroupaction button {
		flex: auto;
	}

.subMascendente submenucontainer {
	bottom: 0;
	top: inherit;
}

.subMascendente buttonmenu[type="submenu"] submenucontainer { /*noinspection CssInvalidPropertyValue*/
	bottom: calc(-100% - -38px);
	top: inherit;
}

.subMascendente buttonmenu:focus[type="submenu"] {
	z-index: 11
}

sidebar button:hover {
	background-color: transparent !important
}

.nuevacitaurgencia {
	float: right;
}
/*OBJETOS DENTRO DEL SIDEBAR*/
sidebar h5 {
	padding: 10px 10% 10px 6%;
	text-align: center;
}

sidebar buttongroup {
	flex: 0 0 131px;
	margin: 2px 0;
}

sidebar section buttongroup button {
	display: block;
	white-space: nowrap;
	padding: 0 5px 0 10px;
}

sidebar buttongroup button:hover professionalicon:before,
sidebar buttongroup button:hover resourceicon:before,
sidebar buttongroup button.activo resourceicon:before,
sidebar buttongroup button.activo professionalicon:before {
	background-color: transparent !important
}

sidebar buttongroup button name {
	width: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
}

sidebar selectbox {
	width: 130px;
	margin-top: 2px;
	margin-left: 1px;
}

sidebar section {
	padding-bottom: 4px;
	position: relative;
}

sidebar buttonmenu, x:-moz-any-link, x:only-child {
	padding-left: 7px !important;
}

sidebar section > button[type="button"], sidebar section > buttonmenu[type="submenu"] {
	height: 40px;
	margin: 3px 15px;
	width: calc(100% - 30px);
	padding-left: 0;
	border-bottom: 1px solid #ddd;
}

sidebar section .fa-ellipsis-h:before, sidebar section .fa-caret-right:before {
	vertical-align: -8px;
}

sidebar section.subMascendente {
	margin-top: 10px;
}

sidebar label {
	display: inline-block;
	vertical-align: top;
}
/*sidebar selectbox input {margin-left: 1px;}*/
sidebar .multiSelect > button {
	width: 140px;
	border-radius: 0;
	margin-top: 2px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; /*min-height: 26px!important;*/
	padding-right: 15px;
	font-size: .8em;
}

sidebar button:focus {
	border-bottom: none !important;
}

sidebar .multiSelect > button i {
	margin-right: -17px !important;
	font-size: 0.99em;
}

	sidebar .multiSelect > button i:before {
		position: relative;
	}

sidebar .multiSelect .show {
	width: 200%;
}

sidebar .multiSelect .helperContainer {
	width: 94%;
}

sidebar section > buttonmenu:active,
sidebar section > buttonmenu:focus {
	background-color: #fff !important
}

/*region****************Alineación del sidebar a la derecha******************/
.barraDerecha content {
	left: 0
}

.barraDerecha i.fa-caret-left, sidebar i.fa-caret-right, footer i.fa-caret-right {
	display: block;
}

.barraDerecha i.fa-caret-right, sidebar i.fa-caret-left, footer i.fa-caret-left {
	display: none;
}

.barraDerecha i.fa-caret-left, .barraDerecha i.fa-ellipsis-h, .barraDerecha i.fa-external-link {
	float: left !important;
	margin: 0 15px 0 -7px !important;
	width: 10px
}

.barraDerecha button[type="button"] i {
	margin-right: 4px;
}

.barraDerecha .subMascendente submenucontainer {
	bottom: 0;
	top: inherit;
}

.barraDerecha, .barraDerecha footer {
	right: 0;
	left: auto;
}

	.barraDerecha buttonmenu[type="submenu"].submenubajo submenucontainer, .barraDerecha buttonmenu[type="submenu"] submenucontainer {
		right: 100%;
		left: auto
	}

	.barraDerecha main {
		flex-direction: row-reverse;
	}

/*endregion**************Alineación del sidebar a la derecha*******************/
/*endregion************************SIDEBAR*****************************/

/*region ******************* OBJETOS DIRECTIVAS **********************/

/*region* ****************************** SELECTS *****************************/
selectbox {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 25px;
	align-items: center;
	font-size: 85% !important;
}

	selectbox ul[ng-mousedown] li {
		cursor: pointer;
		padding: 2px 2px 3px 6px;
		font-size: .8em;
		width: 100%;
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		color: #353535
	}

		selectbox ul[ng-mousedown] li:hover, selectbox ul[ng-mousedown] li.active {
			margin: 0;
			list-style-type: none;
			cursor: pointer;
		}

		selectbox ul[ng-mousedown] li .highlightedText {
			font-style: italic;
			font-weight: 700;
		}

	selectbox selectedlabel {
		position: absolute;
		padding-left: 5px;
		left: 1px;
		top: 4px;
		font-size: .8em;
		pointer-events: none;
		width: 85%;
		height: 20px;
		overflow: hidden;
	}


	selectbox i {
		position: absolute;
		top: 8px;
		right: 2px;
		font-size: 11px !important;
		padding-left: 3px;
		margin-right: 3px;
		border-radius: 0 6px 6px 0;
	}

	selectbox.newMultiSelect selectedline i {
		top: 7px;
	}

	selectbox.newMultiSelect i {
		top: 3px;
	}

	selectbox i.fa-exclamation {
		right: 15px !important;
	}

	selectbox i.fa-plus {
		right: 15px !important;
	}

	selectbox button {
		display: block !important;
		height: 25px;
		width: 100%;
		margin: 0;
		left: 0;
	}

		selectbox button:hover {
			z-index: 8;
		}

	selectbox ulcontainer {
		display: block !important;
		position: absolute;
		z-index: 17;
		min-width: calc(100% - 2px);
		max-width: 150%;
		max-height: 150px;
		margin: 0;
		padding: 0;
		right: 0;
	}
		-->
		selectbox ulcontainer groupname {
			width: 100%;
			clear: both;
			display: block;
			margin-left: -6px;
			margin-top: -2px;
		}

		selectbox ulcontainer ul[ng-mousedown] {
			margin: 0;
			max-height: 150px;
			overflow-x: hidden;
			padding: 0;
			right: 0;
			box-shadow: none;
			height: 100%;
			width: 100%;
		}

			selectbox ulcontainer ul[ng-mousedown].withButton {
				height: calc(100% - 25px);
				max-height: 125px;
			}

	selectbox label {
		display: inline !important;
		font-size: 1em;
		white-space: nowrap;
	}

	selectbox.simpleselectbox {
		color: transparent;
		outline: none;
		cursor: pointer;
		padding: 0;
		width: calc(100% - 2px);
		height: 23px;
		box-shadow: none !important;
	}

	selectbox ulcontainer ul li.inactivo {
		pointer-events: none;
	}

		selectbox ulcontainer ul li.inactivo empty {
			opacity: 0.5;
		}

		selectbox ulcontainer ul li.inactivo:hover {
			background-color: transparent !important;
		}

	selectbox input {
		height: calc(100% - 12px);
	}

		selectbox input[type="button"].simpleselectbox {
			height: 23px;
			width: 100% !important;
		}

		selectbox input.simpleselectbox {
			color: transparent !important;
		}

	/*selectbox > icon {position: absolute; top: 5px; left: 8px;}*/
	selectbox i.fa.fa-star {
		right: 13px;
	}

	selectbox > professionalicon:first-of-type, selectbox > resourceicon:first-of-type, selectbox > icon:first-of-type {
		position: absolute;
		top: 5px;
		left: 5px;
	}

	selectbox > * > icon:first-of-type {
		position: absolute;
		top: 1px;
		left: 3px;
	}

	selectbox > icon:first-of-type {
		top: 5px;
	}

	selectbox input.withIcon {
		padding-left: 25px;
		width: calc(100% - 61px) !important;
	}

	selectbox:hover .simpleselectbox {
		cursor: pointer;
		z-index: 7;
	}

	selectbox.typeselectbox {
		padding: 2px 30px 2px 5px;
		width: calc(100% - 37px);
		height: 19px;
	}

	selectbox.patientHeader ulcontainer {
		max-width: none;
		margin-left: -125px;
		padding-left: 120px;
		top: 38px;
		max-height: none;
	}

	selectbox.patientSearch ulcontainer {
		top: auto;
		padding-left: 0;
		margin-left: 0;
		max-height: none;
		overflow: hidden;
	}

ulcontainer button i.fa.fa-ellipsis-h {
	margin-right: 5px;
}

selectbox.patientHeader {
	white-space: nowrap;
	font-size: 0.85em;
	cursor: default; /* z-index: auto;*/
	width: 100%;
	border-radius: 0 0 5px 5px;
}

	selectbox.patientHeader i {
		font-size: 1.2em !important;
		top: 10px;
		background: none !important;
	}

	selectbox.patientHeader > i {
		top: 6px;
		left: 0 !important;
		opacity: 0.9
	}

	selectbox.patientHeader tr td i {
		right: -3px;
	}

	selectbox.patientHeader .fa-star, .patientHeader .fa-exclamation {
		font-size: 1em !important;
		right: -14px !important;
	}

	selectbox.patientHeader table, selectbox.patientSearch table {
		width: 100%;
		text-align: left;
		border-collapse: collapse;
	}

	selectbox.patientHeader tr td, selectbox.patientSearch tr td {
		text-align: left;
		padding: 0 2px;
		height: 35px;
		font-size: .9em;
		line-height: 1.1em;
		white-space: nowrap;
		max-width: 150px;
		text-overflow: ellipsis;
		overflow: hidden;
	}

		selectbox.patientHeader tr td span.highlightedText, selectbox.patientSearch tr td span.highlightedText {
			font-style: italic;
			font-weight: 300;
		}

	selectbox.patientHeader caption {
		text-align: right;
		font-size: 1.3em;
		padding-right: 20px
	}

	selectbox.patientHeader tr.active, selectbox.patientSearch tr.active {
		cursor: pointer;
	}

	selectbox.patientHeader tr td:last-child {
		position: relative;
		display: block;
		width: 25px;
		visibility: hidden;
	}


	selectbox.patientHeader tr.active td:last-child {
		visibility: visible
	}

	selectbox.patientHeader:not(.patientSearch) tr.active td.imgagenhover img, .patientHeader:not(.patientSearch) tr.active td.imgagenhover icon {
		display: block;
		position: absolute;
		transform: translate(-50%, 25%);
		left: 50%;
	}

	selectbox.patientHeader tr.active td.imgagenhover icon {
		-moz-filter: grayscale(100%);
		-webkit-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		filter: grayscale(100%);
	}

	selectbox.patientHeader tr td.imgagenhover {
		padding: 0 !important
	}

		selectbox.patientHeader tr td.imgagenhover img, .patientHeader tr td.imgagenhover icon, selectbox.patientSearch tr td.imgagenhover {
			display: none;
		}

	selectbox.patientHeader tr.active td.imgagenhover {
		display: block;
		text-align: center;
		position: absolute;
		left: 7px;
		content: '';
		font: normal 7em FontAwesome;
		width: 113px;
		height: 115px;
		border-radius: 8px 0 8px 8px;
	}

@-moz-document url-prefix() {
	selectbox.patientHeader tr.active {
		position: relative
	}

		selectbox.patientHeader tr.active td.imgagenhover {
			top: 0;
			left: -113px;
		}
}

selectbox.patientHeader table tr td.nombreProf {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: left;
}

selectbox.patientHeader tfoot tr {
	height: 87px;
	vertical-align: bottom;
}

	selectbox.patientHeader tfoot tr button {
		width: 150px;
		margin: 0 20px 20px 0;
		border: 1px solid #fff;
	}

	selectbox.patientHeader tfoot tr.active {
		background: none;
	}

selectbox.patientHeader.patientSearch i {
	top: 25%;
	right: 1px;
	font-size: 1em !important
}

selectbox.patientHeader.patientSearch .fa-star, .patientHeader.patientSearch .fa-exclamation {
	right: 14px !important;
}

selectbox.patientSearch ulcontainer table tfoot tr {
	height: 0;
}

selectbox.patientSearch caption {
	text-align: left;
	padding-left: 10px;
	margin-bottom: 5px;
}

selectbox.patientHeader.patientSearch tfoot tr button {
	margin: 10px;
}

selectbox.patientHeader.patientSearch tr.active td.imgagenhover {
	visibility: hidden;
}

selectbox.hideLabel {
	width: 55px;
}

	selectbox.hideLabel ulcontainer {
		min-width: 230%;
	}
/*endregion* ****************************** SELECTS *****************************
COMUN PARA selectsimple / selecttype / selectstates / selectpatient*/
/*region* ***************************MULTISELECT****************************/

span.multiSelect {
	position: relative;
}

	span.multiSelect button:hover {
		background-color: transparent !important;
	}

.multiSelect .vertical {
	float: none;
}

.multiSelect .line {
	padding: 2px 0 4px 0;
	max-height: 30px;
	overflow: hidden;
	box-sizing: content-box;
	display: inline-block;
	width: 75%;
}

	.multiSelect .line:first-of-type {
		width: 50px;
		float: right;
		margin-top: 6px;
	}

.multiSelect > button {
	display: inline-block;
	position: relative;
	text-align: center;
	cursor: pointer;
	padding: 7px 8px 1px 4px;
	font-size: .8em;
	min-height: 25px !important;
	user-select: none;
	width: 100%;
	margin: 0;
	border-radius: 1px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-size: 100% 1px, 100% 1px, 1px 100%, 1px 100% !important;
	background-position: -5px 0%, -5px 100%, 0% -5px, 100% -5px !important;
	background-repeat: repeat-x, repeat-x, repeat-y, repeat-y !important;
}

.multiSelect .checkboxLayer {
	position: absolute;
	box-shadow: 1px 2px 5px rgba(123, 123, 123, 0.55);
	z-index: 18;
	border-radius: 4px;
	max-height: 300px;
	overflow: auto;
	right: 0;
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.multiSelect .helperContainer {
	padding: 8px 8px 0 8px;
}

.multiSelect .helperButton {
	background-size: 200% !important;
	float: left;
	cursor: pointer;
	border: none;
	margin: 0 0 8px 0;
	padding: 0;
	position: relative;
	width: 20px !important;
	height: 20px;
	text-indent: -20px;
	color: transparent;
}

.multiSelect button.helperButton:hover {
	color: transparent !important;
	;
	text-shadow: none;
	border: none;
}

.multiSelect button:first-of-type.helperButton:before, .multiSelect button:nth-of-type(2).helperButton:before {
	position: absolute;
	font-family: FontAwesome;
	top: 0;
	right: 0;
	content: "\f00c";
	color: #353535 !important;
}

.multiSelect button:nth-of-type(2).helperButton:before {
	content: "\f05e";
}

	.multiSelect button:nth-of-type(2).helperButton:before:hover {
		color: transparent !important;
	}

.multiSelect .helperButton.reset {
	float: right;
	width: 25px;
	position: relative;
	display: none;
}

.multiSelect .helperButton:not(.reset ) {
	margin-right: 4px;
}

.multiSelect .clearButton {
	display: none;
}

.multiSelect .inputFilter {
	border-radius: 2px;
	height: 26px;
	font-size: .8em;
	width: calc(100% - 2px);
	padding-left: 7px;
	margin: 0 0 8px 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.multiSelect .checkBoxContainer {
	display: block; /*padding: 8px;*/
	overflow: hidden;
	width: 100%
}

.multiSelect .show {
	display: block !important;
	width: 100%;
	min-width: 220px;
}

.multiSelect .multiSelectItem {
	display: block;
	padding: 5px 10px;
	cursor: pointer;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	position: relative;
	min-width: 278px;
	min-height: 15px;
}

	.multiSelect .multiSelectItem:hover {
		cursor: pointer !important;
	}

	.multiSelect .multiSelectItem label:hover {
		cursor: pointer !important;
	}

.multiSelectItem.vertical.multiSelectGroup span {
	font-weight: 300;
}

.multiSelect .multiSelectItem:not(.selected):hover span {
	color: #fff !important;
}

.multiSelectGroup {
	font-weight: 300;
	text-transform: uppercase;
}

.multiSelect i.fa.fa-chevron-circle-down {
	padding: 5px 0 5px 5px;
	margin-top: -5px;
}

	.multiSelect i.fa.fa-chevron-circle-down:before {
		padding-right: 5px;
	}

.multiSelect .buttonLabel {
	text-overflow: ellipsis;
	width: auto;
	overflow: hidden;
	white-space: nowrap;
}

.multiSelect .multiSelectItem label {
	display: inline-block
}

selectmulti .multiSelect .checkboxLayer.down .helperContainer button:before {
	top: 4px;
	left: 24px;
}

/*endregion* ****************************MULTISELECT******************************/

/*endregion **************** OBJETOS DIRECTIVAS **********************/

/* region* *******************ANIMACIONES ANGULAR**********************/
/*
contentfullscreen.ng-leave, ng-include.ng-leave {
    animation: .15s fadeOutAngularAnimation;  }
*/

column.ng-animate {
	display: none;
}

@keyframes fadeOutAngularAnimation {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

contentfullscreen.ng-enter, ng-include.ng-enter {
	animation: .15s fadeInAngularAnimation;
}

@keyframes fadeInAngularAnimation {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.animate:focus {
	-webkit-transition: height 100ms ease-in-out;
	-moz-transition: height 100ms ease-in-out;
	-o-transition: height 100ms ease-in-out;
	transition: height 100ms ease-in-out;
}


@keyframes unrollDown {
	0% {
		opacity: 0;
		transform: scaleY(0);
		transform-origin: 0 0
	}

	20% {
		opacity: .2;
	}

	80% {
		opacity: 1;
	}

	100% {
		transform: scaleY(1);
		transform-origin: 0 0
	}
}

[container].down.ng-hide-remove, [container].down.ng-enter {
	animation: .3s unrollDown forwards;
}

@keyframes rollUp {
	0% {
		opacity: 1;
		transform: scaleY(1);
		transform-origin: 0 0
	}

	20% {
		opacity: 1;
	}

	80% {
		opacity: .2;
	}

	100% {
		opacity: 0;
		transform: scaleY(0);
		transform-origin: 0 0
	}
}

[container].down.ng-hide-add, [container].down.ng-leave {
	animation: .3s rollUp forwards;
}

@keyframes unrollUp {
	0% {
		opacity: 0;
		transform: scaleY(0);
		transform-origin: 0 100%
	}

	20% {
		opacity: .2;
	}

	80% {
		opacity: 1;
	}

	100% {
		transform: scaleY(1);
		transform-origin: 0 100%
	}
}

[container].down.ng-hide-remove.reverse {
	animation: .3s unrollUp forwards;
}

@keyframes rollDown {
	0% {
		opacity: 1;
		transform: scaleY(1);
		transform-origin: 0 100%
	}

	20% {
		opacity: 1;
	}

	80% {
		opacity: .2;
	}

	100% {
		opacity: 0;
		transform: scaleY(0);
		transform-origin: 0 100%
	}
}

[container].down.ng-hide-add.reverse {
	animation: .3s rollDown forwards;
}


@keyframes unrollLeft {
	0% {
		opacity: 0;
		transform: scaleX(0);
		transform-origin: 0 0
	}

	20% {
		opacity: .2;
	}

	80% {
		opacity: 1;
	}

	100% {
		transform: scaleX(1);
		transform-origin: 0 0
	}
}

@keyframes unrollRight {
	0% {
		opacity: 0;
		transform: scaleX(0);
		transform-origin: 100% 0
	}

	20% {
		opacity: .2;
	}

	80% {
		opacity: 1;
	}

	100% {
		transform: scaleX(1);
		transform-origin: 100% 0
	}
}

[container].left.ng-hide-remove, .barraDerecha [container].right.ng-hide-remove {
	animation: .3s unrollLeft forwards;
}

[container].right.ng-hide-remove, .barraDerecha [container].left.ng-hide-remove {
	animation: .3s unrollRight forwards;
}


@keyframes rollLeft {
	0% {
		opacity: 1;
		transform: scaleX(1);
		transform-origin: 100% 0
	}

	20% {
		opacity: 1;
	}

	80% {
		opacity: .2;
	}

	100% {
		opacity: 0;
		transform: scaleX(0);
		transform-origin: 100% 0
	}
}

@keyframes rollRight {
	0% {
		opacity: 1;
		transform: scaleX(1);
		transform-origin: 0 0
	}

	20% {
		opacity: 1;
	}

	80% {
		opacity: .2;
	}

	100% {
		opacity: 0;
		transform: scaleX(0);
		transform-origin: 0 0
	}
}

[container].left.ng-hide-add, .barraDerecha [container].right.ng-hide-add {
	animation: .3s rollRight forwards;
}

[container].right.ng-hide-add, .barraDerecha [container].left.ng-hide-add {
	animation: .3s rollLeft forwards;
}


@keyframes moveUp {
	from {
		transform: translate(0, 100%);
		transform-origin: 0 0
	}

	to {
		transform: translate(0, 0);
		transform-origin: 0 0
	}
}

@keyframes moveDown {
	from {
		transform: translate(0, 0);
		transform-origin: 0 0
	}

	to {
		transform: translate(0, 100%);
		transform-origin: 0 0
	}
}

navlower.fadeIn {
	animation: .3s moveUp forwards;
}

navlower.fadeOut {
	animation: .3s moveDown forwards;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		visibility: hidden
	}

	to {
		opacity: 1
	}
}

.fadeIn {
	animation: .3s fadeIn forwards;
}

@keyframes fadeOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		visibility: hidden
	}
}

.fadeOut {
	animation: .3s fadeOut forwards;
}

/* endregion* *******************ANIMACIONES ANGULAR**********************/


/* region ***************RESPONSIVE****************/

/*TOOLTIP*/
@media only screen and (max-width:2000px) and (min-width:1600px) {
	tooltip {
		max-width: calc(40% - 40px);
	}

	.soporte {
		min-width: 60%;
	}
}

@media only screen and (max-width:4000px) and (min-width:2000px) {
	tooltip {
		max-width: calc(30% - 40px);
	}

	.soporte {
		min-width: 60%;
	}
}


/* endregion ***************RESPONSIVE****************/


/*region ****************LISTADOS*******************/
listingcontainer {
	display: flex;
	flex-direction: column;
	flex: 1 1 100%;
}

	listingcontainer h3 {
		position: relative;
		padding: 8px 0;
	}

		listingcontainer h3 span.editable {
			background: url("../img/objetosGestiona.png") -496px 0 no-repeat;
			width: 27px;
			height: 15px;
			display: inline-block;
			position: absolute;
			right: 0;
			top: 0;
			background-size: initial !important;
		}

	listingcontainer p {
		margin: 0;
		font-style: italic
	}

		listingcontainer p b {
			font-size: 16px;
		}

	listingcontainer specialist {
		position: relative;
		overflow: auto;
		height: 0;
		min-height: 150px !important;
		flex: auto;
	}

		listingcontainer specialist form:before, listingcontainer specialist form:after {
			display: none
		}

		listingcontainer specialist table tr td.cajacciones {
			width: 50px;
			z-index: 10;
		}

			listingcontainer specialist table tr td.cajacciones input {
				margin: 5px auto;
				display: block;
			}

		listingcontainer specialist table tbody tr.odd td.cajacciones {
			border-top: none;
		}

		listingcontainer specialist form {
			height: calc(100% - 17px);
			overflow: auto
		}

		listingcontainer specialist table {
			width: 100%;
			height: calc(100% - 26px);
		}

			listingcontainer specialist table thead headtittle {
				font-size: 11px;
				font-weight: lighter;
			}

			listingcontainer specialist table thead h4 {
				font-size: 15px;
				padding: 0 3px;
				margin-top: -3px;
			}

			listingcontainer specialist table thead tr.buscadorInputs th {
				padding: 0
			}

			listingcontainer specialist table thead tr.buscadorInputs input {
				outline: none
			}

			listingcontainer specialist table.listadoSimple thead tr th.botonMenuListados {
				position: relative;
				width: 20px;
				cursor: pointer;
				box-shadow: none
			}

				listingcontainer specialist table.listadoSimple thead tr th.botonMenuListados i {
					display: inline-block;
					float: none;
					margin: 0;
					text-align: center;
					font-size: 1.3em;
					pointer-events: none
				}

			listingcontainer specialist table.listadoSimple number {
				vertical-align: middle;
				padding-left: 4px;
				margin-top: 4px;
				display: inline-block;
				font-size: 12px;
			}

			listingcontainer specialist table thead tr th {
				padding: 2px 6px 4px 6px;
				white-space: nowrap;
				text-align: left;
				height: 29px;
			}

				listingcontainer specialist table thead tr th:last-child {
					border-right: none
				}

				listingcontainer specialist table thead tr th.cabeceraInput {
					position: relative;
					z-index: -1
				}

					listingcontainer specialist table thead tr th.cabeceraInput:before {
						content: '';
						position: absolute;
						top: 2px;
						left: 2px;
						right: 2px;
						bottom: 2px;
						background-size: 100% 1px, 100% 1px, 1px 100%, 1px 100%;
						background-position: -15px 0%, -15px 100%, 0% -15px, 100% -15px;
						background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
					}

			listingcontainer specialist table tbody tr:last-child:hover {
				background-color: #e9e9e9 !important;
			}

			listingcontainer specialist table tbody tr selectbox:hover selectedlabel,
			listingcontainer specialist table tbody tr:hover td selectbox i {
				color: #fff !important;
			}

			listingcontainer specialist table tbody tr:hover td input:focus {
				border: none !important;
				box-shadow: none !important;
			}

			listingcontainer specialist table tbody tr:hover td input {
				color: #fff !important;
			}

	listingcontainer.noScroll {
		height: auto !important;
	}

		listingcontainer.noScroll specialist {
			overflow: visible;
			height: auto !important;
		}

			listingcontainer.noScroll specialist form {
				height: auto !important;
			}

				listingcontainer.noScroll specialist form table {
					height: auto !important;
					margin-bottom: 30px;
				}

.listadoSimple selectbox selectedlabel {
	padding-left: 23px;
}

/*TBODY*/
listingcontainer specialist table tbody tr.nuevoElemento td:first-child:before,
specialist table thead tr th:first-of-type {
	border-right: none
}

specialist table tbody tr td.zonaAcciones.nuevoElemento:before {
	content: attr(new-element-text);
	font-style: italic;
	position: absolute;
	line-height: 13px;
	top: 0;
	left: 100%;
	padding: 4px;
	pointer-events: none;
	overflow: hidden;
	color: #3c3c3c !important;
}

specialist table tbody tr:hover td.zonaAcciones.nuevoElemento:before {
	color: #fff !important;
}

listingcontainer specialist table tbody tr {
	position: relative
}

	listingcontainer specialist table tbody tr.inactivo {
		border: none !important;
	}

		listingcontainer specialist table tbody tr.inactivo td {
			box-shadow: none !important;
			border: none !important
		}

	listingcontainer specialist table tbody tr .zonaAcciones {
		z-index: 10;
		min-width: 17px;
		white-space: nowrap;
		position: relative;
		padding: 0 1px 0 3px;
		box-shadow: none !important;
		border-top: transparent !important;
	}

		listingcontainer specialist table tbody tr .zonaAcciones:first-of-type {
			border-left: none !important;
		}

		listingcontainer specialist table tbody tr .zonaAcciones:nth-last-child(2) {
			margin: 0 -2px 0 2px;
		}

		listingcontainer specialist table tbody tr .zonaAcciones button.redondo {
			display: inline-block;
			padding: 0;
			margin: 4px auto;
			font-size: 13px;
			position: absolute;
			right: 1px;
		}

		listingcontainer specialist table tbody tr .zonaAcciones .fa.fa-plus {
			float: initial;
			vertical-align: middle;
			margin: 0;
			width: 100%;
			text-align: center;
		}

	listingcontainer specialist table tbody tr td {
		vertical-align: top;
		padding: 1px;
		position: relative
	}

	listingcontainer specialist table tbody tr:hover td {
		box-shadow: none !important;
	}

	listingcontainer specialist table tbody tr td input {
		background-image: none;
		border: 1px solid transparent;
		outline: 1px transparent !important;
	}

	listingcontainer specialist table tbody tr td.inactivo {
		border: none;
		cursor: not-allowed;
		box-shadow: none;
	}

	listingcontainer specialist table tbody tr td b {
		text-align: center;
		margin: 0 auto;
		display: block;
		font-size: 16px;
	}
	/*specialist table tbody tr td input{min-height: 23px; border: transparent; padding-bottom: 0; padding-top: 0; cursor: text; position: relative!important}*/
	listingcontainer specialist table tbody tr td selectbox input {
		cursor: pointer;
		box-sizing: content-box;
		min-height: inherit !important;
	}

	listingcontainer specialist table tbody tr td .expandablelabel i {
		display: block;
		opacity: 0.2;
		pointer-events: none;
		margin-top: -6px;
		text-align: right;
		font-size: 11px;
		margin-right: 3px;
	}

	listingcontainer specialist table tbody tr:hover td .expandablelabel i {
		opacity: 1;
	}

	listingcontainer specialist table tbody tr td.seleccionable {
		cursor: pointer;
	}

	listingcontainer specialist table tbody tr td .expandablelabel label {
		transition: height .35s ease;
		white-space: pre-line;
		display: block;
		height: 19px;
		overflow: hidden;
	}

specialist table tbody tr td selectbox i {
	background: transparent;
}

listingcontainer specialist table tbody tr td input[type="checkbox"] {
	min-width: 25px;
}

listingcontainer specialist table tbody tr td selectbox {
	height: inherit !important
}

.zonaAcciones button.redondo .fa {
	margin: 0px;
	top: -50%;
	position: relative;
	left: -50%;
	transform: translate(50%);
}




/*Animaciones agregar nuevo elemento*/
@keyframes ngEnter {
	0% {
		line-height: 0px;
		max-height: 0px;
		padding: 0px;
	}

	100% {
		line-height: 15px;
		max-height: 100px;
	}
}

@keyframes ngLeave {
	0% {
		line-height: 15px;
		max-height: 100px;
	}

	100% {
		line-height: 0px;
		max-height: 0px;
		padding: 0px;
	}
}

@keyframes ngEnterBefore {
	0% {
		line-height: 0px;
		padding: 0px;
	}

	100% {
		line-height: 15px;
		padding: 4px;
	}
}

@keyframes ngLeaveBefore {
	0% {
		line-height: 15px;
		padding: 4px;
	}

	100% {
		line-height: 0px;
		padding: 0px;
	}
}

specialist.initialized table tbody .ng-leave,
specialist.initialized table tbody .ng-leave td,
specialist.initialized table tbody .ng-leave td *,
specialist.initialized table tbody .ng-leave td * * {
	animation: ngLeave .15s;
}

	specialist.initialized table tbody .ng-leave td:before {
		animation: ngLeaveBefore .15s;
	}

specialist.initialized table tbody td:not(.ng-leave) *.ng-leave {
	animation: none;
	display: none !important;
}

specialist.initialized table tbody td:not(.ng-leave) i.ng-hide-animate {
	display: none !important;
}

specialist.initialized table tbody .ng-enter,
specialist.initialized table tbody .ng-enter td,
specialist.initialized table tbody .ng-enter td *,
specialist.initialized table tbody .ng-enter td * * {
	animation: ngEnter .15s;
}

	specialist.initialized table tbody .ng-enter td:before {
		animation: ngEnterBefore .15s;
	}


specialist table tbody tr td.zonaAcciones button, specialist table tbody tr td.zonaAcciones i, specialist table tbody tr td .multiSelect > button .caret {
	opacity: 0;
	transition: opacity .35s ease;
}

	specialist table tbody tr td.zonaAcciones button:hover, specialist table tbody tr td.zonaAcciones button:hover i, specialist table tbody tr td .multiSelect > button:hover .caret {
		opacity: 1;
	}

specialist table tbody tr td .multiSelect > button {
	background-image: none !important;
	outline: none;
}

specialist table tbody tr:hover td button, specialist table tbody tr:hover td i {
	opacity: 1
}
/*specialist table tbody tr td input{opacity: 0;  transition: all .35s ease; outline: 1px solid transparent; content: ''; position: absolute; top: 0; left: 1px; right: 1px; bottom: 2px;background-image: linear-gradient(to right, #ababab 20px, transparent 20px), linear-gradient(to right, #ababab 20px, transparent 20px), linear-gradient(to bottom, #ababab 20px, transparent 20px), linear-gradient(to bottom, #ababab 20px, transparent 20px);background-size: 100% 1px, 100% 1px, 1px 100%, 1px 100%;background-position: -10px 0%, -10px 100%, 0% -10px, 100% -10px;background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;}*/
specialist table tbody tr td input {
	border: 1px solid transparent;
	outline: none;
}

specialist table tbody tr.focused td input, specialist table tbody tr:hover td input {
	outline: none;
}

specialist table tbody tr:hover td number {
	visibility: hidden
}

specialist table tbody tr .zonaAcciones i.fa-plus, specialist table tbody tr td.zonaAcciones input[type=checkbox] {
	opacity: 1;
	visibility: visible !important
}

specialist table tbody tr .zonaAcciones input[type=checkbox] {
	margin-left: 7px;
}

specialist table tbody tr td.verMasHuecos {
	padding-left: 20px
}
/*MENU LISTADOS*/
/*
specialist table thead tr th input[id^="spoiler1"]{display: none;}
specialist table thead tr th input[id^="spoiler1"] + label {cursor: pointer;}
specialist table thead tr th input[id^="spoiler1"]:checked + label + .spoiler{height: auto;opacity: 1; top: 36px; left: 0; box-shadow: 2px 2px 3px rgba(92, 92, 92, 0.74);}
specialist table thead tr th navcontainer{min-width: 200px}
*/
specialist table thead tr th .spoiler {
	overflow: hidden;
	margin: 4px 0 0 -6px;
	position: absolute;
	z-index: 10;
	border-radius: 0 0 5px 5px;
}

specialist table thead tr th headtittle.required:before {
	content: "\f06a";
	font-family: FontAwesome;
	margin-right: 2px;
}

specialist table thead tr th menu {
	padding: 0;
}

specialist table thead tr th menucontainer a {
	padding: 5px 10px;
	white-space: nowrap;
	display: block;
}

	specialist table thead tr th menucontainer a i {
		margin: 0 0 0 10px !important;
	}

/*specialist table tr.odd td.inactivo {
    background: -webkit-repeating-linear-gradient(-50deg, #e1e1e1, #e1e1e1 3px, #e9e9e9 3px, #e9e9e9 6px);
    background: -moz-repeating-linear-gradient(-50deg, #e1e1e1, #e1e1e1 3px, #e9e9e9 3px, #e9e9e9 6px);
    background: repeating-linear-gradient(-50deg, #e1e1e1, #e1e1e1 3px, #e9e9e9 3px, #e9e9e9 6px);
}
specialist table tr.even td.inactivo {
    background: -webkit-repeating-linear-gradient(-50deg, #f7f7f7, #f7f7f7 3px, white 3px, white 6px);
    background: -moz-repeating-linear-gradient(-50deg, #f7f7f7, #f7f7f7 3px, white 3px, white 6px);
    background: repeating-linear-gradient(-50deg, #f7f7f7, #f7f7f7 3px, white 3px, white 6px);
}
*/
specialist table tr td.inactivo * {
	display: none;
}

specialist table tbody button.redondo {
	width: 19px;
	height: 19px;
}

	specialist table tbody button.redondo .fa.fa-trash {
		margin: 3px 4px !important;
	}
/*endregion ****************LISTADOS*******************/


/*region *****************Validación *****************/
/*ESTILOS PORTAPAPELES*/
clipboard {
	border-radius: 5px;
	position: fixed;
	bottom: 15px;
	right: 15px;
	min-width: 25%;
	z-index: 14;
}

	clipboard icon {
		min-width: 40px;
	}
	/***cabecera***/
	clipboard cliphead {
		margin-bottom: 2px;
		border-radius: 5px 5px 0 0;
		display: flex;
		flex-direction: row;
		padding: 0 0 0 10px;
		align-items: center;
	}

		clipboard cliphead h {
			font-size: 18px;
			flex: 2
		}

		clipboard cliphead button {
			background-color: transparent !important;
			border: none;
			font-size: 30px;
		}

			clipboard cliphead button:hover {
				background: none;
				border: none;
			}
	/***cuerpo***/
	clipboard clipcontent {
		display: block;
	}

		clipboard clipcontent line {
			margin-top: 1px;
			padding: 5px 5%;
			align-items: center;
			width: 90%;
			display: block;
			overflow: hidden;
			clear: both;
		}

			clipboard clipcontent line:hover {
				cursor: pointer;
			}

		clipboard clipcontent p {
			margin: 0;
		}

		clipboard clipcontent icon {
			min-width: 70px;
		}

		clipboard clipcontent row {
			align-items: center;
		}

validation-errors {
	width: 18%;
	position: absolute;
	left: 0;
	bottom: 35px;
	background: #eeeeee;
	z-index: 100;
	display: block;
	clear: both;
	max-height: 200px;
	border-top: 1px solid #ccc;
}

validationbox {
	display: block;
	overflow: hidden;
	clear: both;
}

	validationbox validationhead {
		padding: 4px;
		display: block;
		background: #860000;
		color: #fff
	}

		validationbox validationhead h {
			font-size: 1.1em;
		}

		validationbox validationhead iconimg {
			background: url("../img/objetosGestiona.png") 0 0 no-repeat;
			width: 60px;
			height: 60px;
			zoom: 0.5;
			-moz-transform: scale(0.5);
			margin-right: 15px;
			display: inline-block;
			vertical-align: middle;
		}

		validationbox validationhead button {
			float: right;
			background: none;
			border: none;
			color: #ddd;
			font-size: 25px;
			text-shadow: 0 -1px 0 #000;
			padding: 5px;
			margin: -3px;
		}

			validationbox validationhead button:hover {
				background: none;
				border: none
			}

	validationbox validationcontent {
		width: 100%;
		display: block;
		overflow-y: auto;
		height: 160px;
	}

		validationbox validationcontent line {
			font-style: italic;
			cursor: pointer;
			margin-top: 1px;
			margin-bottom: 0 !important;
			padding: 5px 5%;
			background: linear-gradient(to bottom, #f1f1f1, #e6e6e6);
			box-shadow: 0 1px 0 #f6f6f6;
			align-items: center;
			width: 90%;
			display: block;
			overflow: hidden;
			clear: both;
			color: #5c5c5c;
			font-weight: 300;
			text-shadow: 0px 1px 0 #fff;
		}

			validationbox validationcontent line:hover {
				background: linear-gradient(to bottom, #e6e6e6, #f1f1f1);
			}

/*endregion *****************Validación *****************/




/***********************REVISAR********************/
/***********************REVISAR********************/
/***********************REVISAR********************/
/***********************REVISAR********************/
/***********************REVISAR********************/
/***********************REVISAR********************/
/***********************REVISAR********************/
/**********************SELECT MULTI ***************/

selectbox > icon:first-child, selectbox > resourceicon:first-child, selectbox > professionalicon:first-child {
}

selectbox.newMultiSelect section:last-of-type {
	max-width: 1000px;
}

selectbox.newMultiSelect {
	padding: 0;
	outline: 1px solid #c5c5c5
}
	/*selectbox.newMultiSelect  > button{
    background-image: linear-gradient(to right, #ababab 10px, transparent 10px), linear-gradient(to right, #ababab 10px, transparent 10px), linear-gradient(to bottom, #ababab 10px, transparent 10px), linear-gradient(to bottom, #ababab 10px, transparent 10px)!important;
    background-color: #ffffff!important;
    background-size: 100% 1px, 100% 1px, 1px 100%, 1px 100%!important;
    background-position: -5px 0%, -5px 100%, 0% -5px, 100% -5px!important;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y!important;
    border: 1px solid white!important;}*/

	selectbox.newMultiSelect icon {
		margin-right: 3px;
		min-width: 17px;
	}

	selectbox.newMultiSelect textoption {
		display: inline-block;
		width: 100%;
		max-width: 250px;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	selectbox.newMultiSelect inputselect {
		width: calc(100% - 15px);
		overflow: hidden;
		font-size: 12px;
		text-overflow: ellipsis;
		white-space: nowrap;
		display: block;
		align-items: center;
	}

		selectbox.newMultiSelect inputselect selectitem {
			border-right: 2px dotted #a9a9a9;
			margin-right: 5px;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
			padding-right: 3px;
		}

		selectbox.newMultiSelect inputselect icon {
			filter: none !important;
			float: none
		}

	selectbox.newMultiSelect input {
		color: #5c5c5c !important
	}

	selectbox.newMultiSelect selectype {
		display: flex;
		flex-direction: row;
		min-width: 640px;
		align-items: flex-start;
		box-shadow: 1px 1px 3px;
		border-radius: 0 0 2px 2px;
		position: absolute;
		top: 27px;
		background: #fff;
	}

		selectbox.newMultiSelect selectype block {
			position: relative;
			flex-flow: column;
			box-shadow: none;
			padding-bottom: 0;
			flex: 1;
			overflow: hidden;
			border: none;
			max-width: 320px;
			min-width: 320px;
		}

			selectbox.newMultiSelect selectype block:last-child {
				max-width: 900px;
			}

				selectbox.newMultiSelect selectype block:last-child textoption {
					max-width: 100%;
					margin-right: 15px;
				}

			selectbox.newMultiSelect selectype block button {
				width: auto;
				border-radius: 10px;
				margin-left: 5px;
				margin-top: 5px;
				height: 17px;
			}

				selectbox.newMultiSelect selectype block button i {
					background: transparent;
					top: 3px;
					right: 0;
				}

			selectbox.newMultiSelect selectype block line {
				flex: 1;
				display: flex;
				flex-direction: row;
				padding: 5px;
				border: 1px solid #dedede;
				margin: 5px;
				min-height: 30px;
			}

			selectbox.newMultiSelect selectype block label {
				font-size: 15px;
				color: #417ca8;
				font-weight: 300;
				font-style: italic;
				white-space: nowrap;
			}

			/*OPCIONES*/
			selectbox.newMultiSelect selectype block optionsbox {
				display: flex;
				flex-direction: column;
				overflow-y: auto;
				overflow-x: hidden;
				max-height: 180px;
			}

				selectbox.newMultiSelect selectype block optionsbox options {
					padding: 0 10px;
					display: block;
					align-items: center;
					white-space: nowrap;
					text-overflow: ellipsis;
					overflow: visible;
					position: relative
				}

				selectbox.newMultiSelect selectype block optionsbox optionsline ul {
					margin: 0;
					padding: 0;
				}

					selectbox.newMultiSelect selectype block optionsbox optionsline ul li {
						position: relative;
						padding: 3px 5px 3px 30px;
						display: block;
					}

				selectbox.newMultiSelect selectype block optionsbox optionsline > optionelement {
					border-bottom: 1px solid #ececec;
					margin-bottom: 6px;
					display: block;
				}

				selectbox.newMultiSelect selectype block optionsbox options span.highlightedText {
					font-style: italic;
					color: #407ca7;
					font-weight: 300;
				}

				selectbox.newMultiSelect selectype block optionsbox options.active,
				selectbox.newMultiSelect selectype block optionsbox optionsline suboptions {
					position: relative;
					white-space: nowrap;
					overflow: visible;
					text-overflow: ellipsis;
					display: block;
				}

				selectbox.newMultiSelect selectype block optionsbox options.active {
					color: #fff
				}

				selectbox.newMultiSelect selectype block optionsbox optionsline contentsubcat,
				selectbox.newMultiSelect selectype block optionsbox selected contentsubcat {
					display: block;
					padding: 0 0 0 7px;
					font-size: 13px;
				}

					selectbox.newMultiSelect selectype block optionsbox optionsline contentsubcat suboptions,
					selectbox.newMultiSelect selectype block selectedbox selected contentsubcat {
						display: block;
						padding: 3px 0 0 10px;
					}

				selectbox.newMultiSelect selectype block optionsbox optionsline professionalicon {
					vertical-align: 3px;
				}

			/*SELECCIONADOS*/
			selectbox.newMultiSelect selectype block selectedbox {
				display: block;
				min-width: 100%;
				overflow: auto;
				max-height: 203px;
			}

				selectbox.newMultiSelect selectype block selectedbox selected {
					font-weight: 300;
					border-bottom: 1px solid #ddd;
					display: block;
					margin: 0;
					overflow: hidden;
				}

					selectbox.newMultiSelect selectype block selectedbox selected icon {
						vertical-align: text-top;
					}

					selectbox.newMultiSelect selectype block selectedbox selected selectedline {
						display: flex !important;
						flex-direction: row;
						flex: 1;
						white-space: normal;
						align-items: flex-start;
					}

						selectbox.newMultiSelect selectype block selectedbox selected selectedline:hover {
							cursor: pointer
						}

						selectbox.newMultiSelect selectype block selectedbox selected selectedline p {
							margin: 0;
							padding: 0;
							white-space: nowrap;
							text-overflow: ellipsis;
							box-sizing: border-box;
							overflow: hidden;
						}

						selectbox.newMultiSelect selectype block selectedbox selected selectedline i.fa.fa-trash {
							opacity: 0.2;
							width: 10px;
						}

						selectbox.newMultiSelect selectype block selectedbox selected selectedline textoption {
							margin-left: 5px
						}

					selectbox.newMultiSelect selectype block selectedbox selected selectedline,
					selectbox.newMultiSelect selectype block selectedbox selected suboptions {
						position: relative;
						display: block;
						padding: 3px 5px 3px 10px;
						overflow: hidden;
						white-space: nowrap;
						text-overflow: ellipsis;
						box-sizing: border-box;
						justify-content: space-between;
					}


			/*SELECTORES*/
			selectbox.newMultiSelect selectype block:first-child {
				border-right: 1px solid #ddd;
			}

	selectbox.newMultiSelect selectbox:hover {
		outline: 1px solid #c04e00
	}

	selectbox.newMultiSelect > button, selectbox.newMultiSelect > button:hover {
		background: transparent;
		border: none;
		padding-left: 5px;
	}

	selectbox.newMultiSelect selectype block optionsbox optionsline ul li:hover {
		background: linear-gradient(#6399bf 5%,#276b9c 95%) !important;
		color: #fff !important;
		text-shadow: 1px 1px #9e4000 !important;
		cursor: pointer
	}

	selectbox.newMultiSelect selectype block optionsbox optionsline ul li ul:only-of-type {
		padding-left: 20px;
	}

	selectbox.newMultiSelect selectype block optionsbox optionsline ul ul li:hover {
		background: transparent !important;
		border-bottom: 1px solid #FF9800;
		box-shadow: 0 1px 0 #fff38e;
		color: #bb5702 !important;
		text-shadow: 1px 1px 0 #ffee58 !important;
		font-weight: 300;
	}

	selectbox.newMultiSelect selectype block optionsbox optionsline ul ul li:hover {
		border-bottom: 0;
		box-shadow: none;
	}

		selectbox.newMultiSelect selectype block optionsbox optionsline ul ul li:hover ul {
			border-bottom: 0;
			box-shadow: none;
			color: #fff !important;
			text-shadow: 1px 1px #9e4000 !important;
			border-bottom: none !important
		}

	selectbox.newMultiSelect selectype block selectedbox selected selectedline:hover i.fa.fa-trash {
		opacity: 1;
		text-shadow: none !important;
		pointer-events: initial;
		cursor: pointer;
	}

	selectbox.newMultiSelect selectype block optionsbox options:hover {
		cursor: pointer;
		transition: ease all .1s;
	}

	selectbox.newMultiSelect selectype block optionsbox optionsline suboptions.active {
		background: linear-gradient(#6399bf 5%,#276b9c 95%) !important;
	}

	selectbox.newMultiSelect selectype block optionsbox optionsline suboptions:before,
	selectbox.newMultiSelect selectype block selectedbox selected suboptions:before {
		position: absolute;
		content: '';
		top: 3px;
		left: 11px;
		width: 4px;
		height: 10px;
		border-left: 1px dotted #a35226;
		border-bottom: 1px dotted #a35226;
		z-index: 9;
	}



	selectbox.newMultiSelect selectype block optionsbox optionsline suboptions options:hover:after,
	selectbox.newMultiSelect selectype block optionsbox options:hover:after,
	selectbox.newMultiSelect selectype block optionsbox options.active:after,
	selectbox.newMultiSelect selectype block selectedbox selected selectedline:hover:after {
		content: '';
		position: absolute;
		width: 300%;
		height: 28px;
		display: block;
		top: -5px;
		left: -50%;
		z-index: -1;
		right: 0;
	}

	selectbox.newMultiSelect selected contentsubcat suboptions {
		padding: 0 !important;
		display: block;
	}

	selectbox.newMultiSelect selectbox selectedline i {
		position: inherit;
		background: transparent;
		margin: 0
	}

	selectbox.newMultiSelect optionelement options input {
		width: 10px !important;
		height: 10px !important;
	}

/*TOOLTIP*/
body > empty > empty > tooltip > h3 {
	display: none;
	white-space: nowrap
}

body > empty > empty > tooltip selectedbox {
	display: flex;
	flex-direction: column;
	padding: 0 10px;
}

	body > empty > empty > tooltip selectedbox selected contentsubcat {
		display: block;
		padding: 0 0 0 13px;
		font-size: 13px;
	}

body > empty > empty > tooltip selectedline {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

body > empty > empty > tooltip selectype block selectedbox selected selectedline {
	display: flex !important;
	flex-direction: row;
	align-content: stretch;
	flex: 1;
}

body > empty > empty > tooltip selectedbox selected {
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	border-bottom: 1px solid #ababab
}

body.tooltip selectedbox selected suboptions:before {
	left: 5px;
	top: -3px;
}

body.tooltip selected contentsubcat {
	position: relative;
	display: block;
	padding: 3px 5px 3px 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	box-sizing: border-box;
	justify-content: space-between;
}

body.tooltip selectedbox selected suboptions:before {
	position: absolute;
	content: '';
	top: 3px;
	left: 11px;
	width: 4px;
	height: 10px;
	border-left: 1px dotted #a35226;
	border-bottom: 1px dotted #a35226;
	z-index: 9;
}


.advertencia {
	position: relative;
	padding: .75rem 1.25rem;
	clear: both;
	color: #721c24 !important;
	font-size: 14px; /*line-height: 0;*/
	font-weight: 400;
	background-color: #f8d7da;
	border: 1px solid #bb9195;
	border-radius: .25rem;
	letter-spacing: 1px;
}

.nota {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
}

.advertencia:before {
	background-position: -192px -1785px;
	width: 20px;
	height: 20px;
	top: 4px;
	left: 7px;
}

.advertencia,
.nota {
	clear: both;
	margin-bottom: 0;
}
