/*
@import url('tags.css');
@import url('edu.css');
Este archivo está incluido directamente adentro de este en la parte final
*/

@media screen {
	@font-face {
	font-family: 'Yanone Kaffeesatz';
	font-style: normal;
	font-weight: 400;
	src: local('Yanone Kaffeesatz Regular'), local('YanoneKaffeesatz-Regular'), url('fonts/YanoneKaffeesatz-Regular.ttf') format('truetype');
	}
}
@font-face {
    font-family: 'Calibri';
    src: local('Calibri'), url('fonts/Calibri.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Vladimir Script';
    src: local('Vladimir Script'), url('fonts/vladimir.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Arial Narrow';
    src: local('Arial Narrow'), url('fonts/arialn.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Arial';
    src: local('Arial'), url('fonts/arial.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Verdana';
    src: local('Verdana'), url('fonts/verdana.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Tahoma';
    src: local('Tahoma'), url('fonts/tahoma.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Comic Sans MS';
    src: local('Comic Sans MS'), url('fonts/comic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Courier New';
    src: local('Courier New'), url('fonts/cour.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Georgia';
    src: local('Georgia'), url('fonts/georgia.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Times New Roman';
    src: local('Times New Roman'), url('fonts/times.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Trebuchet MS';
    src: local('Trebuchet MS'), url('fonts/trebuc.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lucida Sans Unicode';
    src: local('Lucida Sans Unicode'), url('fonts/l_10646.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* ################################## */
/* Definición estilos por defecto 	  */
/* ################################## */
/* Cuerpo */
body {
	background-color: #dedede;
	background: url(images/fondo_body_b.png) repeat-x scroll 0; 

	/*
	background: url(images/fondo_body_prueba.jpg) repeat-x scroll 0;

	background: url(images/fondo_body_verde.png) repeat-x scroll 0; 
	background: url(images/fondo_body_prueba.jpg) repeat-x scroll 0;
	*/
	font-size: 96%;
	background-attachment:fixed;
	font-family: Lato, Verdana, Arial, Helvetica;
}

#system-logo {
	position: relative;
	top: 30px;
	left: 0px;
	color: #336699;
}

/* para evitar el recuadro marron en formularios para Google Chrome*/
*:focus  {  outline: none;  }

/* Estilos por defecto */
/* Hipervínculos */
a {
	color: #003366;
	text-decoration: none;
	font-size: 1.0em;
}

a:visited {
	color: #003366;
	text-decoration: none;
	font-size: 1.0em;
}

a:hover {
	color: #336699;
	text-decoration: none;
}

/* Párrafos */ 
p {
	text-align: justify;
	line-height: 1.8em;
}

/* Encabezados */
h1 {
	text-align: left;
	color: #000000;
	font-size: 1.8em;
	padding: 0px;
	margin: 0px;
}
.default_link_mouse:hover {
	cursor: pointer;
}
#system-title {
	font-family: Lato, Verdana, Arial, Helvetica;
	position: relative;
	top: 0px;
	display: inline-block;
	text-align: left;
	color: #003366;
	font-size: 2.0em;
	padding-left: 6px;
	font-weight: bold;
}
#system-subtitle {
	position: relative;
	top: 8px;
	left: 6px;
	display: block;
	text-align: left;
	color: #000000;
	font-size: 1.5em;
	padding-left: 6px;
	font-weight: bold;
}
#system-ciclo {
	position: absolute;
	/* top: 58px; */
	top: 40px;
	right: 5px;
	padding: 3px;
	margin-left: 0px;
	font-size: 1.2em;
	/*
	position: relative;
	display: block;
	text-align: left;
	color: #000000;
	font-size: 1.2em;
	padding-left: 6px;
	font-weight: bold;
	top: 15px;
	right: 6px;
	*/
}
#system-logo {
	display: inline-block;
	position: relative;
	top: 2px;
	float: left;
	margin-left: 3px;
	margin-right: 3px;
}

h2 {
	text-align: left;
	color: #666666;
	font-size: 1.4em;
	padding-bottom: 4px;
}

h6 {
	text-align: left;
	color: #000000;
	font-size: 0.8em;
	padding: 3px;
}



input[type="checkbox"], input[type="radio"] {
    background: transparent;
    border: 0px;
	font-size: 1.4em;
}
input[type="checkbox"]:before, input[type="checkbox"]:after, input[type="checkbox"]:checked {
    background: transparent;
    border: 0px;
}
input[type="radio"]:before, input[type="radio"]:after, input[type="radio"]:checked {
    background: transparent;
    border: 0px;
}
input[type="checkbox"]{
  /* Doble-tamaño Checkboxes */
  -ms-transform: scale(1.2); /* IE */
  -moz-transform: scale(1.2); /* FF */
  -webkit-transform: scale(1.2); /* Safari y Chrome */
  -o-transform: scale(1.2); /* Opera */
  padding: 3px;
}

select {
	background-color: transparent;
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
}

select::selection {
  background-color: #336699; /* Color de fondo de la selección */
  color: #ffffff; /* Color del texto seleccionado */
}

select option[value="selection"] {
  background-color: #336699; /* Color de fondo de la selección */
  color: #ffffff; /* Color del texto seleccionado */
}


.input-check {
	border: 0px solid #fff;
	margin: 3px;
	padding: 3px;
	cursor: pointer;
}
.handle {
    cursor: move;
}
.select-radio-check {
	display: block;
	text-align: left;
}
.select-radio-check:hover {
	border: 0px solid #fff;
	cursor: pointer;
}
/*
ul, li {
    padding-left: 6px !important;
    margin-left: 6px !important;
}
*/
/*
ul {
	list-style: square inside;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 1px;
	padding-bottom: 4px;
}
ul li {
	padding-top: 3px;
	padding-bottom: 3px;
}
ol {
	list-style: decimal inside;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 1px;
	padding-bottom: 4px;
}
ol li {
	padding-top: 3px;
	padding-bottom: 3px;
}
*/

/* Código */
/*
code {
	color: #3366ee;
	font-size: 1.1em;
	font-family: courier;
}
*/
/* ################################## */
/* FIN - Definición estilos por defecto 	  */
/* ################################## */

/* ################################## */
/* Estilos Estructura                 */
/* ################################## */

#contenedor {
	background-color: #ffffff;
}

#cabecera {
	/*
	background-color: #eeeeee;
	background: url(images/fondo_body.png) repeat-x scroll 0;
	background-attachment: fixed;
	*/
	height: 100px;
	margin: 6px;
	border-radius: 4px;
	border: 1px solid #ddd;
	background: url(images/eetp289_banner_header_2.jpg);
	background-position: top;
}
#cabecera-contenido {
	font-size: 100%;
}
#user-notification {
    position: absolute;
    /* top: 90px; */ 
    top: 68px; 
    right: 5px;
    padding: 0px;
    margin: 0px;
    font-size: 95%;
	/*
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	*/
}

#user-tools {
    position: absolute;
    /* top: 24px; */ 
    top: 5px; 
    right: 5px;
    padding: 0px;
    margin: 0px;
    font-size: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

#user-login {
    position: absolute;
    /* top: 78px; */
    top: 58px; 
    right: 5px;
    padding: 0px;
    margin: 0px;
	font-size: 120%;
}

#centro {
}
.centro {
	/*
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	*/
}

#columna {
	/*
	background-color: #b3b3b3;
	*/
	overflow: hidden;
}

#contenido {
	/*
	background-color: #ffffff;
	*/
}

#contenido-pagina {
	padding: 0px 12px 6px 12px;
}

#lateral {
	background-color: #333333;
	color: #ffffff;
}

#pie {
	background-color: #efefef;
	padding: 0px;
	z-index: 1;
}
#pie-contenido {
	padding: 6px 6px;
	z-index: 2;
}
#module-title {
	text-align: left;
	color: #545454;
	font-size: 1.3em;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

/* ################################## */
/* FIN - Estilos Estructura */
/* ################################## */

/* ################################## */
/* Menú lateral                     */
/* ################################## */
/*
#menu {
	padding: 3px;
	margin: 3px;
}

#menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#menu li {
	padding: 0px;
	margin: 3px;
	width: 180px;
	background-color: #000000;
}

#menu a {
	display: block;
	color: #ffffff;
	padding: 8px;
}

#menu a:hover {
	color: #ffffff;
	background-color: #336699;
	text-decoration: none;
}
#menu span:hover {
	color: #ffffff;
	background-color: #336699;
	text-decoration: none;
}

#menu span {
	display: block;
	color: #ffffff;
	padding: 8px;
}

#menu ul li ul {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	list-style: none;
	background-color: #fff;
}
#menu ul li ul li {
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 174px;
	background-color: #555;
}
#menu ul li ul li a:hover {
	color: #ffffff;
	background-color: #003366;
	text-decoration: none;
}
*/
/* ################################## */
/* FIN - Menú lateral                 */
/* ################################## */

/* ################################## */
/* Menú superior                      */
/* ################################## */
/*
#menutop {
	position: absolute;
	top: 80px;
	right: 0px;
	padding: 3px;
	margin-left: 0px;
}

#menutop ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#menutop li {
	float: left;
	padding: 0px;
	margin: 2px;
	width: 140px;
	background-color: #000000;
}

#menutop a {
	display: block;
	color: #ffffff;
	padding: 5px;
}

#menutop a:hover {
	color: #ffffff;
	background-color: #336699;
}
*/
/* ################################## */
/* FIN - Menú superior                */
/* ################################## */

/* ################################## */
/* Menú usuario                       */
/* ################################## */
#menu-usuario {
	padding: 3px;
	margin: 3px;
}

#menu-usuario ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#menu-usuario li {
	padding: 0px;
	margin: 3px;
	background-color: #336699;
}

#menu-usuario a {
	display: block;
	color: #ffffff;
	padding: 5px;
}

#menu-usuario a:hover {
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
}

/* ################################## */
/* FIN - Menú usuario                 */
/* ################################## */

/* ################################## */
/* Formularios                        */
/* ################################## */

.formulario {
	  position: relative;
	  margin-bottom: 20px; /* Espacio entre inputs */
	border: 0px solid #ddd;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	margin-right: 3px;
	padding: 3px;
	font-family: Verdana, Arial;
}
.formulario h1 {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: #ddd dashed 1px;
	padding: 3px;
	margin-bottom: 6px;
	font-size: 1.1em;
}
/*
.formulario ul, li {
    padding-left:0 !important;
    margin-left:0 !important;
}
.formulario ul, li {
    padding-left: 6px !important;
    margin-left: 6px !important;
}
*/

/*
.formulario button {
	margin: 3px;
	padding: 8px;
	font-weight: bold;
	background-color: #f0f0f0;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	behavior: url(border-radius.htc);
}
.formulario button:hover {
	background-color: #d3d3d3;
	cursor: pointer;
}
*/
.buttons {
	margin: 3px;
	padding: 8px;
	font-weight: bold;
	background-color: #f0f0f0;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.buttons:hover {
	background-color: #d3d3d3;
	cursor: pointer;
}

/*
.formulario input {
	border: 1px solid #000;
	margin: 3px;
	padding: 3px;
}
.formulario select {
	border: 1px solid #000;
	margin: 3px;
	padding: 3px;
}

.formulario textarea {
	border: 1px solid #000;
	margin: 3px;
	padding: 3px;
	font-family: Verdana, Arial;
	font-size: 1.0em;
}
.formulario label {
	display: inline-block;
	text-align: right;
	width: 190px;
}
*/
.formulario input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.formulario input[type="text"], .formulario input[type="password"] {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    margin: 6px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}
.formulario-control-lectura {
    border: 1px solid #eee;
    font-weight: bold;
    font-size: 1.0em;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}
.formulario select :focus{
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.formulario select, .control-select {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    margin: 3px;
    padding: 3px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}
.formulario textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.formulario textarea {
    padding: 6px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    margin: 3px;
    padding: 3px;
    font-family: Verdana, Arial;
    font-size: 1.0em;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}
.formulario label {
    font-weight: normal;
    text-align: right;
    display: inline-block;
	width: 260px;
    /*
	position: absolute;
	top: -10px; 
	left: 0;
	*/
}
.formulario-label-required {
    font-weight: bold;
    color: #cc0000;
}

.formulario-control-lectura {
	border: 1px solid #eee;
	font-weight: bold;
	font-size: 1.0em;
}

.formulario p {
	margin: 3px;
	text-align: left;
	font-size: 1.0em;
	padding: 0px;
}
.formulario hr {
	height: 0px; /*solo queremos borde*/  
	text-align: left;  
	border-top: 0px; /*quita el grosor extra de Opera y FireFox*/  
	border-bottom: #ccc dashed 1px;
	margin-top: 6px;
	margin-bottom: 6px;
}

.formulario-mensaje-disponible {
	color: #336699;
	font-size: 0.9em;
	font-weight: bold;
}

/* ################################## */
/* FIN Formularios                    */
/* ################################## */

/* ############################################## */
/* Estilos controles login usuario                */
/* ############################################## */
#login-usuario {
	padding: 3px;
	font-size: 110%;
	/*padding-left: 20px;
	background-position: left center;
	background-image: url(iconos/user_16.png);
	background-repeat: no-repeat;
	*/
}

#login-clave {
	padding: 3px;
	font-size: 110%;
	/*padding-left: 20px;
	background-position: left center;
	background-image: url(iconos/password_16.png);
	background-repeat: no-repeat;*/
}

/* ############################################## */
/* FIN Estilos controles login usuario            */
/* ############################################## */

/* ############################################## */
/* Estilos de id y clases geneales                */
/* ############################################## */

.mensaje-sistema {
	color: #dd0000;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 10px;
	background-image: url(iconos/warning_16.png);
	background-repeat: no-repeat;
}
.mensaje-sistema p {
	line-height: 1.5em;
}

/*
.mensaje-modulo {
	padding: 18px;
	margin: 18px;
	color: #ee0000;
    background-color: #e6eaf5;
    background-image: url(iconos/warning_24.png);
	background-position: 5px;
	background-repeat: no-repeat;
	padding-left: 50px;
    border:1px solid #b8c4e6;  
	font-weight: normal;
	font-size: 1.0em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.mensaje-modulo p {
	line-height: 1.5em;
}
*/

#sitio-error {
	padding: 6px;
	margin: 6px;
	margin-left: 18px;
	margin-right: 18px;
	font-size: 1.2em;
	/*
	color: #ee0000;
    background-color: #e6eaf5;
    background-image: url(iconos/warning_24.png);
	background-position: 5px;
	background-repeat: no-repeat;
	padding-left: 40px;
    border:1px solid #b8c4e6;  
	font-weight: bold;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	*/
}

#sitio-offline {
	padding: 18px;
	margin: 18px;
	color: #003366;
	text-align: center;
	height: 100px;
	vertical-align: middle;
    background-color: #e6eaf5;
    background-image: url(iconos/mantenimiento.png);
	background-position: 5px;
	background-repeat: no-repeat;
	padding-left: 50px;
    border:1px solid #b8c4e6;  
	font-weight: normal;
	font-size: 1.4em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

#system-date-client {
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 0px;
	margin-left: 0px;
	font-size: 0.9em;
}

#system-date-server {
	position: absolute;
	top: 25px;
	right: 5px;
	padding: 0px;
	margin-left: 0px;
	font-size: 0.9em;
}

#system-session-header{
	position: absolute;
	top: 90px;
	right: 3px;
	padding: 6px;
	margin-left: 0px;
	font-size: 0.9em;
	background: #e3e3e3;
	border: 1px solid #ddd;
}

#usuario-recuperar-clave {
	display: inline-block;
	padding: 3px;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 3px;
	margin-right: 3px;
}

#usuario-registro {
	display: inline-block;
	padding: 3px;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 3px;
	margin-right: 3px;
}

#usuario-acceso-administracion {
	padding: 3px;	
}

/* Usuarios On-line*/
#on-line {
	padding: 3px;
}
#on-line li {
	list-style: none;
	border-bottom: 1px solid #ddd;
	padding: 3px;
}
#on-line-title {
	padding: 3px;
	text-align: center;
	font-weight: bold;
}
.online-scroll-vertical {
	max-height: 200px;
	overflow-x: none;
	overflow-y: auto;
}
.online-scroll-vertical td {
	padding: 3px;
	font-size: 0.9em;
}
/* FIN - Usuarios On-line*/

#header-icons-bar {
	position: absolute;
	top: 56px;
	left: 0px;
	padding: 2px;
	background-color: rgba(255,255,255,0.4);
}

/* ############################################## */
/* FIN - Estilos de id y clases geneales          */
/* ############################################## */

.tabla-datos {
	width: 100%;
	padding: 0px;
	margin-left: 3px;
}
.tabla-datos  img {
	/*
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	margin-right: 3px;
	*/
}
.tabla-datos p {
	font-size: 1.0em;
	font-weight: normal;
	padding-bottom: 1.5em;
	line-height: 2.0em;
	text-align: justify;
}
.tabla-datos hr {
	height: 0px; /*solo borde*/  
	text-align: left;  
	border-top: 0px; /*quita el grosor extra de Opera y FireFox*/  
	border-bottom: #ccc dashed 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.tabla-datos-titulo {
	font-size: 1.6em;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #336699;
}
.tabla-datos-subtitulo {
	font-size: 1.1em;
	font-weight: bold;
	color: #336699;
	line-height: 1.5em;
	padding-top: 0px;
	padding-bottom: 10px;
}

.tabla-datos-copete {
	font-size: 1.0em;
	font-weight: bold;
	padding: 6px;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 12px;
	margin-right: 12px;
	background-color: #f9f9f9;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

.tabla-datos-fecha {
	font-size: 0.9em;
	font-weight: bold;
}

.tabla-datos-section {
	font-size: 1.4em;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 12px;
	color: #336699;
}

/* Tabla de paginación de listados */
.tabla-datos-paginar {
	font-size: 1.0em;
	font-weight: bold;
	width: 100%;
	padding: 0px;
	background-color: #cccccc;
}
.tabla-datos-paginar table {
	width: 100%;
}
.tabla-datos-paginar td {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	margin: 1px;
}
.tabla-datos-paginar select {
	font-size: 1.0em;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #000;
}
/* ############################################## */
/* FIN Tablas HTML para mostrar datos                 */
/* ############################################## */

pre {
	font-family: courier, monospace;
}



/* Validación de formularios (jQuery validation) */
form.cmxform label.error, label.error, div.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic;
	text-align: left;
	margin-left: 0%;
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	/*
	position:relative;
	display: block;
	width: 100%;
	*/

	/*
	background-image: url(iconos/warning_12.png);
	background-repeat: no-repeat;
	*/

}
input.error { border: 1px dotted red; }
textarea.error { border: 1px dotted red; }
label.error:before {
	content: "\f071";
	font-family: FontAwesome;
	right:5px;
	padding-right: 3px;
    top:0;
	color: #ffcc00;
}


/* CONTEO TOTAL DE ERRORES*/  
/*
#form-warning {  
    margin:15px;  
    padding:7px;  
    text-indent:5px;  
    border:1px solid #b8c4e6;  
    background: #e6eaf5 url(images/alert.gif) no-repeat 3px center;  
    color:#336699;  
    font-weight:bold;  
    padding-left:20px;  
}  
#form-warning {  
    display:none;  
}
*/

/* Estilos para la paginación de listados */
.pagination-box {
	border: 1px solid #ccc;
	text-align: center;
	padding: 6px;
}
.pagination-box-coment {
	border-bottom: 1px solid #ccc;
	text-align: center;
	padding: 6px;
}
.pagination-foot {
    padding-top: 6px;
    font-size: 80%;
    text-align: center;
}
.pagination-foot-numbers {
	font-weight: bold;
}
.pagination-foot-labels {
	color: #666;
}

div.pagination {
    padding: 3px;
    margin: 3px;
    font-size: 75%;
    text-align: center;
}
div.pagination a {
	border:solid 1px #9aafe5;
	margin-right:2px;
    padding:4px 6px;
    text-decoration: none;
	font-weight: bold;
    color: #0e509e;
}
div.pagination span.previous-off,
div.pagination span.next-off   { border:solid 1px #DEDEDE; color:#888888; font-weight:bold; margin-right:2px; padding: 4px 6px; }
div.pagination a:hover, div.pagination a:active {
	border:solid 1px #0e509e;
}
div.pagination span.active {
	background:#2e6ab1;
	border:solid 1px #0e509e;
	color:#ffffff;
	font-weight:bold;
	padding: 4px 6px; /* savers */ margin-right:2px; }
div.pagination span.current {
	background:#2e6ab1;
	color:#ffffff;
	font-weight:bold;
	padding:4px 6px;
	/* savers */ margin-right:2px;
}
div.pagination span.disabled {
    margin-right:3px;
    padding:5px 7px;
    border: 1px solid #ffe3c6;
    color: #ffe3c6;
}
/* FIN Estilos para la paginación de listados */

/* Estilos control password */
.password-validate-valid {
	display: inline-block;
	background-color: #008000;
	color: #fff;
	width: 60px;
	text-align: center;
}
.password-validate-novalid {
	display: inline-block;
	background-color: #eee;
	color: #000;
	width: 60px;
	text-align: center;
}
.password-level {
	display: inline-block;
	background-color: #eee;
	color: #000;
	width: 60px;
	text-align: center;
}
.password-level-low {
	display: inline-block;
	background-color: #800000;
	color: #fff;
	width: 60px;
	text-align: center;
}
.password-level-medium {
	display: inline-block;
	background-color: #000080;
	color: #fff;
	width: 60px;
	text-align: center;
}
.password-level-high {
	display: inline-block;
	background-color: #008000;
	color: #fff;
	width: 60px;
	text-align: center;
}
/* FIN - Estilos control password */

#error-404 {
	width: 80%;
	padding: 8px;
	margin: 0 auto;
}

.error-404 {
	padding: 8px;
	color: #336699;
	font-weight: bold;
	font-size: 1.4em;
    background-color: #dddddd;
    border: 0px solid #b8c4e6;  
	font-weight: normal;
	text-align: center;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}

/* ############################################## */
/* Estilos mensajes resultados de operaciones     */
/* ############################################## */
.result-message {
	font-size: 120%;
	/*
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin: 12px;
	padding-left: 46px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	min-height: 40px;
	border: 1px solid #ccc;
	background-position: 4px 4px;
	background-repeat: no-repeat;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	background-image: url('iconos/warning_32.png');
	background-color: #eee;
	*/
}
.result-message-ok {
	color: #336699;
	font-size: 100%;
	font-weight: bold;
	margin: 12px;
	padding-left: 46px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	min-height: 40px;
	/*
	background-color: #befe94;
	border: 1px solid #ccc;
	*/
	background-color: #cdeb8e;
	border: 1px solid #008000;
	background-position: 4px 4px;
	background-repeat: no-repeat;
	background-image: url('iconos/ok_32.png');
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}
.result-message-error {
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	margin: 12px;
	padding-left: 46px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	min-height: 40px;
	/*
	background-color: #FBC7C6;
	border: 1px solid #ff0000;
	*/
	background-color: #f47b75;
	border: 1px solid #800000;
	background-position: 4px 4px;
	background-repeat: no-repeat;
	background-image: url('iconos/stop_32.png');
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}
.result-message-warning {
	color: #dd0000;
	font-size: 100%;
	font-weight: bold;
	margin: 12px;
	padding-left: 46px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	min-height: 40px;
	background-color: #f8ecaf;
	border: 1px solid #ff8000;
	background-position: 4px 4px;
	background-repeat: no-repeat;
	background-image: url('iconos/warning_32.png');
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}
.result-message-attention {
	color: #003366;
	font-size: 100%;
	font-weight: bold;
	margin: 12px;
	padding-left: 46px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	min-height: 40px;
    background-color: #e6eaf5;
    border:1px solid #b8c4e6;  
	background-position: 4px 4px;
	background-repeat: no-repeat;
	background-image: url('iconos/important_32.png');
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}

.operation-message {
	color: #000;
	padding: 6px;
	font-weight: normal;
	font-size: 1.0em;
	margin: 12px;
    background-color: #efefef;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

/* ###################################################################### */

.ajax-message-warning {
	color: #dd0000;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	padding: 8px;
	min-height: 40px;
	background-color: #e6eaf5;
	border: 1px solid #b8c4e6;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}
.ajax-message-warning div {
	padding: 6px;
}
.ajax-message-warning-text {
	font-weight: bold;
	font-size: 1.2em;
	padding: 6px;
}
.ajax-message-warning a {
	font-weight: normal;
	font-size: 1.1em;
	color: #336699;
}

/* Controls  */
.controls-radio {	
	padding: 3px;
}
.controls-radio span {
	display: inline-block;
	padding-left: 6px;
}

.ui-autocomplete-loading { background: white url('iconos/loading/loading_1.gif') right center no-repeat; }

.ui-widget-list-item-personal {
	list-style: none;
	padding: 4px;
	margin-top: 4px;
}

/* css for timepicker */
.ui-timepicker-div { font-size: 100%; }
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 40%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
.ui-timepicker-div .ui_tpicker_unit_hide{ display: none; }

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input { background: none; font-size: 130%; color: inherit; border: none; outline: none; border-bottom: solid 1px #555; width: 95%; }
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus { border-bottom-color: #aaa; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }

/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine { padding-right: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time, 
.ui-timepicker-div.ui-timepicker-oneLine dt { display: none; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label { display: block; padding-top: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine dl { text-align: right; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd, 
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div { display:inline-block; margin:0; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before { content:':'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before { content:'.'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before{ display: none; }

.ui-timepicker-div-event a {
    /*background-color: #5FBA7D !important;*/
    background-color: #d6202d !important;
    color: #ffffff !important;
}

.ui-slider-access button {
	font-size: 150%;
	padding: 3px;
	margin: 3px;
}

.accordion .accordion-toggle:after {
	/* symbol for "opening" panels */
	font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
	content: "\e114";    /* adjust as needed, taken from bootstrap.css */
	float: left;        /* adjust as needed */
	margin-right: 3px;
}
.accordion .accordion-toggle.collapsed:after {
	/* symbol for "collapsed" panels */
	content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

.accordion-element-red {
	color: #ff0000;
}
.accordion-element-black {
	color: #000000;
}
.accordion-element-blue {
	color: #336699;
}

/*
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 80%; margin-top: 3px; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
*/

.menu-oculto-barra {
	display: block;
	font-size: 1.0em;
	font-weight: bold;
	padding: 6px;
	background-color: #ccc;
}


/* Tab Navigation */
.nav-tabs {
	font-size: 120%;
}
.nav-tabs > li > a {
}
/*
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
	background-color: #d1d1d1;
}
*/
 
/* Tab Content */
.tab-pane {
	padding: 0px; 
}

/* TABS Materias*/

/* Style the tab-mnu */
div.tab-mnu {
    border: 0px solid #ccc;
    border-top: 0px solid #ccc;
    background-color: transparent;
}

/* Style the buttons inside the tab */
div.tab-mnu button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 16px;
}

/* Change background color of buttons on hover */
div.tab-mnu button:hover {
    background-color: #ddd;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

/* Create an active/current tablink class */
div.tab-mnu button.active {
    background-color: #fff;
	margin-bottom: -2px;
    border-bottom: 0px solid #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

/* Style the tab-mnu content */
.panel-edu-block {
	background: #eeeeee;
	font-weight: bold;
	padding: 6px;
	color: #336699;
	margin-top: 18px;
	margin-left: 6px;
	margin-bottom: 6px;
	margin-right: 6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;		
}
.panel-edu-block-div {
	font-size: 1.0em;
	background: #ffffff;
	font-weight: normal;
	padding: 12px;
	color: #000;
	margin: 6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;	
}
.panel-edu-block-span {
	font-size: 1.2em;
	padding: 3px;
	font-weight: bold;
	vertical-align: middle;
}
.tabcontent-mnu {
    display: none;
	margin: 12px 0px 0px 0px;
    padding: 6px 0 0 0;
    border: 0px solid #ccc;
    border-top: none;
}
.tab-control-panel-content {
	display: block;
}
/*
.alert{
    color: #ff0000;
}
*/
.blockMsg {
	color: #336699;
}
.panel-option-title {
	width: 100%;
	padding: 6px;
}
.panel-option-title h1 {
	font-size: 1.3em;
	font-weight: bold;
	padding: 3px;
	border-bottom: #ddd solid 2px;
}
.panel-option-title h3 {
	font-size: 1.1em;
	font-weight: bold;
}

/* ######################################### */
/* widgets - Definición estilos por defecto */
/* ######################################## */
.widget {
    background-color: #fff;
    border: 1px solid #eeeeee;
    margin: 6px;
    padding: 6px;
    min-width: 250px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}
.widget > .widget-title {
    background-color: #e1e1e1;
    font-size: 1.1em;
    font-weight: bold;
    color: #6699dd;
    text-align: left;
    margin: 3px;
    padding: 6px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.widget > .widget-content {
    margin: 0px;
    padding: 3px;
}

.widget1 {
    background-color: #535353;
    color: #fff;
    border: 1px solid #eeeeee;
    margin: 6px;
    padding: 6px;
    min-width: 250px;
    height: 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}
.widget1 > .widget-title {
    background-color: #e3e3e3;
    font-size: 1.1em;
    font-weight: bold;
    color: #000;
    text-align: left;
    margin: 3px;
    padding: 6px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.widget1 > .widget-content {
    background-color: #969696;
    color: #e3e3e3;
    margin: 3px;
    padding: 6px;
    height: 100%;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}
.widget1 > .widget-content p {
    line-height: 1.4em;
    padding-bottom: 1.1em;
}
/* Widgets de categorías */
.widget-panel-categories {
    padding: 3px;
}
.widget-panel-categories-ul  {
    list-style: none;
    list-style-type: none;
    width: 99.5%;
}
.widget-panel-categories-ul li {
    list-style: none;
    padding: 3px;
}
.widget-panel-categories-ul a {
}
.widget-panel-categories-ul li:hover {
    background: #efefef;
}
.widget-panel-categories-0 {
    padding: 3px;
    font-size: 110%;
    font-weight: bold;
}
.widget-panel-categories-1 {
    padding: 3px;
    font-size: 110%;
    font-weight: bold;
    text-indent: 25px;
}
.widget-panel-categories-0 a, .widget-panel-categories-1 a {
    color: #000;
}
.widget-panel-categories-sub-1 {
    text-indent: 25px;
}
.widget-panel-categories-sub-2 {
    text-indent: 50px;
}
.widget-panel-categories-num-publications {
    font-size: 11px;
    color: #336699;
    font-weight: normal;
}
/* FIN - Widgets de categorías */

/**/
.widget-panel-materias-turno-li {
    font-weight: bold;
    font-size: 90%;
}
/* Mis Materias*/
.widget-panel-mismaterias-table  {
    list-style: none;
    list-style-type: none;
    width: 100%;
}
.widget-panel-mismaterias-td li {
    list-style: none;
    padding: 3px;
}
.widget-panel-mismaterias-table a {
    font-size: 110%;
}
.widget-panel-mismaterias-table tr:hover {
    /*
    background: #efefef;
    */
}
.widget-panel-mismaterias-table tr {
    background: #ffffff;
}
.widget-panel-mismaterias-table td {
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 3px;
}
.widget-panel-mismaterias-detail {
    text-indent: 0px;
}
.widget-panel-mismaterias-0 {
    padding: 3px;
    font-size: 110%;
    font-weight: bold;
    margin-top: 3px;
    margin-bottom: 3px;
    border-bottom: 1px solid #eeeeee;
}
.widget-panel-mismaterias-1 {
    padding: 3px;
    font-size: 105%;
    font-weight: bold;
    text-indent: 12px;
}
.widget-panel-mismaterias-0 a, .widget-panel-mismaterias-1 a {
    color: #000000;
}
.widget-panel-mismaterias-sub-1 {
    text-indent: 12px;
}
.widget-panel-mismaterias-sub-2 {
    text-indent: 24px;
}

/* Small devices (landscape phones, 357px and up) */
@media (min-width: 357px) { 
	.widget-panel-mismaterias-sub-1 {
		text-indent: 2px;
	}
	.widget-panel-mismaterias-sub-2 {
		text-indent: 0px;
	}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
	.widget-panel-mismaterias-sub-1 {
		text-indent: 4px;
	}
	.widget-panel-mismaterias-sub-2 {
		text-indent: 2px;
	}
}

/* Medium devices (tablets, 768px and up)  */
@media (min-width: 768px) {
	.widget-panel-mismaterias-sub-1 {
		text-indent: 4px;
	}
	.widget-panel-mismaterias-sub-2 {
		text-indent: 2px;
	}
}

/* Medium devices (tablets, 980px and up)  */
@media (min-width: 980px) {
	.widget-panel-mismaterias-sub-1 {
		text-indent: 12px;
	}
	.widget-panel-mismaterias-sub-2 {
		text-indent: 24px;
	}
}

/* Bootstrap*/
.badge-border {
	padding: 1px 9px 2px;
	font-size: 12.025px;
	font-weight: bold;
	white-space: nowrap;
	color: #000000;
	background-color: #dddddd;
	border-color: 1px solid #dddddd;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
.badge {
	padding: 2px 9px 2px;
	font-size: 12.025px;
	font-weight: bold;
	white-space: nowrap;
	color: #ffffff;
	background-color: #999999;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
.badge:hover {
	color: #ffffff;
	text-decoration: none;
}
.badge-error {
  background-color: #b94a48;
}
.badge-error:hover {
  background-color: #953b39;
}
.badge-warning {
  background-color: #f89406;
}
.badge-warning:hover {
  background-color: #c67605;
}
.badge-warning-t {
  background-color: #DC143C;
}
.badge-warning-t:hover {
  background-color: #B22222;
}
.badge-success {
  background-color: #468847;
}
.badge-success:hover {
  background-color: #356635;
}
.badge-info {
  background-color: #3a87ad;
}
.badge-info:hover {
  background-color: #2d6987;
}
.badge-primary {
  background-color: #336699;
}
.badge-primary:hover {
  background-color: #003366;
}
.badge-inverse {
  background-color: #333333;
}
.badge-inverse:hover {
  background-color: #1a1a1a;
}

.modal-dialog-center { margin-top: 25%; }

.bootbox.modal {z-index: 9999 !important;}

/**
edu.css
**/
/* ############################################## */
/* Estilos de edunet                       */
/* ############################################## */
.dataTable-wrapper {
    position: relative;
    padding: 3px;
    margin: 3px;
    overflow: hidden;
    border: 1px solid #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.dataTable {
    width: 100%;
    border-radius: 5px;
}
.dataTable tr {
    margin-bottom: 1px solid #fff;
}
.dataTable td {
    padding: 8px;
    text-align: left;
    color: #000;
}
.dataTable th {
    background-color: #336699;
    color: #eee;
    padding: 6px;
    font-size: 100%;
    font-weight: bold;
}
.dataTable td.dataTableBreak {
    background-color: #336699;
    color: #fefefe;
    padding: 6px;
    font-size: 100%;
    font-weight: bold;
}
.dataTable tr:nth-child(odd) {
    background-color: #efefef;
    color:#777
}
.dataTable tr:nth-child(even) {
   background-color: #fbfbfb;
   color:#777;
}
.dataTable tbody tr:hover {
   background-color: #ddd;
   color: #000;
}

.table-edu {
	width: 100%;
	padding: 3px;
	margin-left: 3px;
	margin-top: 3px;
}
.table-edu-descripcion {
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 6px;
	color: #336699;
}
.table-edu-titulo {
	font-size: 1.2em;
	background: #eee;
	font-weight: bold;
	padding: 3px;
	color: #336699;
	margin: 6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;	
}

.edu-block {
	background: #eeeeee;
	font-weight: normal;
	padding: 6px;
	color: #336699;
	margin-top: 6px;
	margin-left: 6px;
	margin-bottom: 6px;
	margin-right: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;		
}
.edu-block-div {
	font-size: 1.1em;
	background: #ffffff;
	font-weight: normal;
	padding: 6px;
	color: #000;
	margin: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
.edu-block-span {
	font-size: 1.2em;
	padding: 0px;
	font-weight: bold;
	vertical-align: middle;
}

.table-edu-block {
	padding: 6px;
	color: #000000;
	/* 
	color: #336699;
	background: #eee;
	margin-top: 18px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	margin-left: 6px;
	margin-bottom: 6px;
	margin-right: 6px;
	*/
	border-radius: 4px;
	/* 
	font-weight: bold; 
	*/
}
.table-edu-block div {
	/* 
	font-size: 1.0em;
	background: #fff;
	font-weight: normal;
	padding: 12px;
	color: #000;
	margin: 6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;	
	*/
}
.table-edu-block span {
	font-size: 1.1em;
	font-weight: bold;
}

.table-edu-block td {
	padding: 6px;
	margin: 3px;
	vertical-align: middle;
	border-bottom: 1px solid #fff;
}
.table-edu-block th {
	padding: 6px;
	margin: 3px;
	font-weight: bold;
	vertical-align: middle;
    background-color: #c3c3c3; 
}
.table-edu-block-select {
	background: #eee;
	font-weight: normal;
	padding: 6px;
	color: #000;
	margin-top: 18px;
	margin-left: 6px;
	margin-bottom: 6px;
	margin-right: 6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;	
}

.table-edu-block-select table {
	margin: 2px;
}
.table-edu-block-select tr:hover {
	background: #dedede;
}

.table-edu-sort table {
	margin: 2px;
}
.table-edu-sort td {
	padding: 6px;
	margin: 3px;
	vertical-align: middle;
	border-bottom: 1px solid #fff;
}
.table-edu-sort span {
	font-size: 1.2em;
	font-weight: bold;
}
.table-edu-sort div {
	font-size: 1.0em;
	background: #fff;
	font-weight: normal;
	padding: 12px;
	color: #000;
	margin: 6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;	
}
#lista-ordenar li img.handle {
	cursor: move;
}
img.handle {
	cursor: move;
}


.table-edu-sort ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 1px;
	padding-bottom: 4px;
}
.table-edu-sort ul li {
	margin: 3px;
	padding: 3px;
}
.table-edu-sort ul li:hover {
	background: #dddddd;
}
.intercalaResaltep { 
    background-color: #efefef; 
}
.intercalaResaltei {
    background-color: #fbfbfb; 
}

/* table-edu-block-table */
.table-edu-block-table {
    /*
	border: 1px solid #dddddd;
	border-radius: 6px;
    */
}
.table-edu-block-table-title {
	border-bottom: 1px solid #dddddd;
}
.table-edu-block-table th {
    font-size: 1.0em;
    padding-bottom: 6px;
    padding-top: 6px;
    font-weight: bold;
    vertical-align: middle;
    background-color: #336699;
	color: #ffffff;
}
.table-edu-block-table caption {
    font-size: 1.0em;
    padding: 3px;
    font-weight: bold;
	border-bottom: 1px solid #dddddd;
}
.table-edu-block-table tr {
    border-bottom: #ddd;
}
.table-edu-block-table td {
    margin: 0px;
    padding: 6px;
	border-bottom: 1px solid #dddddd;
}
    /*
.table-edu-block-table tr:nth-child(odd) {
    background-color: #efefef;
    color:#333
}
    */
    /*
.table-edu-block-table tr:nth-child(even) {
   background-color: #fbfbfb;
   color:#333;
}
    */
.table-edu-block-table tr:hover {
    /*
    background: #ffed60;
    background: #fbf8e9;
    */
   background-color: #efefef;
   color: #000;
}




.table-edu-block-view {
}
.table-edu-block-view th {
    font-size: 1.0em;
    padding-bottom: 6px;
    padding-top: 6px;
    font-weight: bold;
    vertical-align: middle;
    background-color: #c3c3c3;
}
.table-edu-block-view caption {
    font-size: 1.0em;
    padding: 3px;
    font-weight: bold;
}
.table-edu-block-view tr {
    border-bottom: #ddd;
}
.table-edu-block-view td {
    padding: 8px;
}
.table-edu-block-view tr:nth-child(odd) {
    background-color: #efefef;
    color:#333
}
.table-edu-block-view tr:nth-child(even) {
   background-color: #fbfbfb;
   color:#333;
}
.table-edu-block-view tr:hover {
    /*
    background: #ffed60;
    background: #fbf8e9;
   background-color: #ddd;
   color: #000;
    */
}

.table-edu-block-list {
	font-size: 1.0em;
	font-weight: normal;
	padding: 6px;
	color: #000;
	margin: 3px;
}
.table-edu-block-list th {
	padding: 3px;
	margin: 1px;
}
.table-edu-block-list td {
	padding: 3px;
	margin: 1px;
}
.table-edu-block-list tr:hover {
	background: #dedede;
}

.table-edu-block-table-chat {
}
.table-edu-block-table-chat th {
    font-size: 1.0em;
    padding-bottom: 6px;
    padding-top: 6px;
    font-weight: bold;
    vertical-align: middle;
    background-color: #336699;
	color: #ffffff;
}
.table-edu-block-table-chat caption {
    font-size: 1.0em;
    padding: 3px;
    font-weight: bold;
}
.table-edu-block-table-chat tr {
    border-bottom: #ddd;
}
.table-edu-block-table-chat td {
    padding: 8px;
}
.table-edu-block-table-chat tr:nth-child(odd) {
	/*
    background-color: #efefef;
    color:#333
	*/
}
.table-edu-block-table-chat tr:nth-child(even) {
	/*
	background-color: #fbfbfb;
	color:#333;
	*/
}
.table-edu-block-table-chat tr:hover {
	background-color: #efefef;
	color: #000;
}

.table-edu-titulo-label {
	display: inline-block;
	padding-bottom: 12px;
	color: #000;
}
.table-edu-titulo-text {
	display: inline-block;
	padding-bottom: 12px;
}

.table-edu  img {
	/*
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	margin-right: 3px;
	*/
}
.table-edu p {
	font-size: 1.0em;
	font-weight: normal;
	padding-bottom: 1.5em;
	line-height: 2.0em;
	text-align: justify;
}
.table-edu hr {
	height: 0px; /*solo queremos borde*/  
	text-align: left;  
	border-top: 0px; /*quita el grosor extra de Opera y FireFox*/  
	border-bottom: #ccc dashed 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.table-edu-subtitulo {
	font-size: 1.1em;
	font-weight: bold;
	color: #336699;
	line-height: 1.5em;
	padding-top: 0px;
	padding-bottom: 10px;
}

.table-edu-copete {
	font-size: 1.0em;
	font-weight: bold;
	padding: 6px;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 12px;
	margin-right: 12px;
	background-color: #f9f9f9;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

.table-edu-fecha {
	font-size: 0.9em;
	font-weight: bold;
}

.table-edu-section {
	font-size: 1.4em;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 12px;
	color: #336699;
}


/* Publicaciones*/
.edu-publicaciones-content-table {
	margin: 6px;
	padding: 6px;
}

.edu-publicaciones-tabla-content-titulo {
	margin: 3px;
	padding: 3px;
	font-weight: bold;
	font-size: 1.1em;
	cursor: pointer;
}

.edu-publicaciones-table-content-items {
	display: block; 
	padding-top: 3px; 
	padding-bottom: 1px; 
	padding-left: 3px;
	border-bottom: 1px dashed #ddd;
	text-decoration: none;
}
.edu-publicaciones-table-content-items a:hover {
	text-decoration: none;
}

.xtooltip-imgprev {
	z-index: 1300;
}
.xtooltip-imgprev code {
	display: none;
	z-index: 1300;
}
#xtooltip-imgprev {
	position: absolute;
	padding: 8px;
	color: #fff;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align: left;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	background-color: #636363;
}

.xtooltip code {
	display: none;
	margin: 2px;
	padding: 2px;
}
#xtooltip {
	position: absolute;
	padding: 8px;
	color: #fff;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-align: left;
	background-color: #434343;
	z-index: 10000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
    /* opacity: 0.90;*/           	/* safari, chrome, opera */
    /* -khtml-opacity: 0.90;*/      	/* khtml, version anterior de safari */
    /* -moz-opacity: 0.90;*/       	/* firefox, mozilla, netscape */
	/* filter: alpha(opacity=90);*/ 	/* internet explorer */
    /* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /*internet explorer 8*/
}
#xtooltip  div {
	z-index: 10000;
	padding: 2px;
	margin: 2px;
	text-align: left;
	font-weight: bold;
}
#xtooltip  p {
	padding: 1px;
	margin: 1px;
	text-align: left;
}

#xtooltip  li {
	padding: 3px;
	margin: 2px;
	text-align: left;
	font-weight: bold;
}

#xtooltip table {
	background-color: #434343;
}

#xtooltip td {
	background-color: #434343;
	padding: 3px;
}

.xtooltip-files {
	display: block;
	border: 1px solid #ddd;
	padding: 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

.xtooltip-info code {
	display: none;
	margin: 2px;
	padding: 2px;
}
#xtooltip-info {
	position: absolute;
	max-width: 400px;
	padding: 8px;
	color: #ffffff;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-align: left;
	background-color: #003366;
	z-index: 10000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
    opacity: 0.95;           	/* safari, chrome, opera */
    -khtml-opacity: 0.95;      	/* khtml, version anterior de safari */
    -moz-opacity: 0.95;       	/* firefox, mozilla, netscape */
	filter: alpha(opacity=95); 	/* internet explorer */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; /*internet explorer 8*/
}
#xtooltip-info  div {
	z-index: 10000;
	padding: 2px;
	margin: 2px;
	text-align: left;
	font-weight: bold;
}
#xtooltip-info  p {
	padding: 1px;
	margin: 1px;
	text-align: left;
}

#xtooltip-info li {
	padding: 3px;
	margin: 2px;
	text-align: left;
	font-weight: bold;
}

#xtooltip-info table {
	background-color: #ffffff;
	
}

#xtooltip-info td {
	background-color: #ffffff;
	padding: 3px;
}
.xtooltip-info-comment {
	font-size: 110%;
	border: 1px solid #fff;
	margin: 6px;
	padding: 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	background-color: #ffffff;
	color: #000000;
}

.menu-oculto-barra:hover {
	cursor: pointer;
}
.menu-oculto-icono {
	display: inline;
	padding: 6px;
}

.menu-oculto-icono:hover {
	cursor: pointer;
}
.menu-oculto {
	position: absolute;
	display: none;
	margin: 0px;
	font-size: 1.0em;
	background-color: #ccc;
}
.menu-oculto ul {
	z-index:1000;
	padding: 5px;
	margin: 0px;
	list-style: none;
	background-color: #616161;
}
.menu-oculto li {
	display: block;
	padding-left: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 1.0em;
}
.menu-oculto li:hover {
	background-color: #313131;
	cursor: pointer;
	text-decoration: none;
}
.menu-oculto a {
	display: block;
	font-size: 1.0em;
	color: #fff;
	text-decoration: none;
}
.menu-oculto a:visited {
	display: block;
	font-size: 1.0em;
	color: #fff;
	text-decoration: none;
}

/**/
.admin-menu-oculto-barra {
	color: #336699;
	font-size: 1.0em;
}
.admin-menu-oculto-barra:hover {
	cursor: pointer;
}
.admin-menu-oculto {
	position: absolute;
	display: none;
	margin: 0px;
	font-size: 1.0em;
	background-color: #ccc;
}
.admin-menu-oculto ul {
	z-index:1000;
	padding: 5px;
	margin: 0px;
	list-style: none;
	background-color: #dddddd;
}
.admin-menu-oculto li {
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 1.0em;
}
.admin-menu-oculto li:hover {
	background-color: #336699;
	color: #ffffff;
	cursor: pointer;
}
.admin-menu-oculto-opciones a {
	display: block;
	padding: 6px;
	margin: 0px;
	font-size: 1.0em;
	color: #000;
	text-decoration: none;
}
.admin-menu-oculto-opciones a:visited {
	display: block;
	font-size: 1.0em;
	color: #000;
	text-decoration: none;
}
.admin-menu-oculto-opciones a:hover {
	padding-left: 6px;
	color: #ffffff;
	background-color: #336699;
	text-decoration: none;
}

/**/

.x-menu-oculto-icono {
	display: inline;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.x-menu-oculto-icono:hover {
	cursor: pointer;
}
.x-menu-oculto {
	position: absolute;
	display: none;
	margin: 0px;
	font-size: 1.0em;
}
.x-menu-oculto ul {
	z-index:1000;
	padding: 5px;
	margin: 0px;
	list-style: none;
	background-color: #434343;
}
.x-menu-oculto li {
	display: block;
	padding-left: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 1.0em;
}
.x-menu-oculto li:hover {
	text-decoration: none;
	background-color: #313131;
	cursor: pointer;
}
.x-menu-oculto a {
	display: block;
	font-size: 1.0em;
	color: #fff;
	text-decoration: none;
}
.x-menu-oculto a:visited {
	display: block;
	font-size: 1.0em;
	color: #fff;
	text-decoration: none;
}

/* TABS */
ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 35px;
    border-left: 1px solid #ddd;
    border-top-left-radius: 4px;
    width: 100%;
}
ul.tabs li {
    float: left;
    margin: 0;
    padding: 0;
    height: 36px;
    line-height: 36px;
    border: 1px solid #ddd;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-bottom: -1px;
    margin-right: 4px;
    overflow: hidden;
    position: relative;
    background: #337ab7;
}
ul.tabs li:first-child {
    border-left: none;
}
ul.tabs li a {
    text-decoration: none;
    color: #fff;
    display: block;
    font-size: 1.0em;
    padding: 0 12px;
    outline: none;
    margin: 0;
}
ul.tabs li a:hover {
    background: #336699;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  {
    background: #fff;
    border-bottom: 1px solid #fff;
}
html ul.tabs li.active a {
    color: #000;
}
html ul.tabs li.active a:hover {
    color: #0000ff;
}
.tab_container {
    border: 1px solid #ddd;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
}
.tab_content {
    padding: 6px;
    background: #fff;
}




/* Combine icons */
.icon-stack {
	position: relative;
    display: inline-block;
    width: 2em;
	height: 5em;
	line-height: 4em;
	vertical-align: middle;
}
.icon-stack-1x,
.icon-stack-2x,
.icon-stack-3x {
	position: absolute;
	left: 0;
	width: 100%;
}
.icon-stack-1x {
	line-height: inherit;
	position: absolute;
	left:8px;
	top:-11px;
}
.icon-stack-2x {
	font-size: 1.5em;
}
.icon-stack-3x {
	font-size: 2em;
}

.icon-stack-mul {
	position: relative;
}
.icon-stack-mul .glyphicon {
	position: absolute; 
}

/* 2017 */
.edu-item-label {
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 6px;
}
.edu-item-description {
	font-size: 1.2em;	
	padding-top: 6px;
	margin-left: 20px;
}

.icon-combine {
  position: relative;
  display: block;
  margin-bottom: 2rem;  
  .fa {
    font-size: 150%;
    color: gray;
    &:last-child {
      font-size: 30%;
      position: absolute;
      top: 0;
      left: 16px;
    }
  }
}

.icon-stack {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.icon-stack-1x,
.icon-stack-2x,
.icon-stack-3x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.icon-stack-1x {
  line-height: inherit;
  font-size: 1.2em;
}
.icon-stack-2x {
  font-size: 1.6em;
}
.icon-stack-3x {
  font-size: 2em;
}


/* ################################## */
/* tags.css - Definición estilos por defecto 	  */
/* ################################## */
.nube{
	border: solid 1px #dddddd;
	background-color: #f5f5f5;
	text-align: center;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}
.nube div.etiquetas{
	font-family: verdana,arial,helvetica;
	font-size: 8pt;
	padding: 6px;
	padding-top: 12px;
}
.nube div.etiquetas span{
	float: left;
	display: block;
	margin: 2px 8px 2px 8px;
	height: 24pt;
	vertical-align: text-bottom;
	white-space: nowrap;
	font-weight: bold;
}
.nube div.etiquetas span a {
	color: #939393;
	text-decoration: none;
}
.nube div.etiquetas span a:hover {
	text-decoration: underline;
}
.nube div.etiquetas span.etiquetatam0 a {
	color: #939393;
}
.nube div.etiquetas span.etiquetatam1 a {
	font-size: 110%;
	color: #666666;
}
.nube div.etiquetas span.etiquetatam2 a {
	font-size: 120%;
	color: #666666;
}
.nube div.etiquetas span.etiquetatam3 a {
	font-size: 130%;
	color: #6363636;
}
.nube div.etiquetas span.etiquetatam4 a {
	font-size: 140%;
	color: #6363636;
}
.nube div.etiquetas span.etiquetatam5 a {
	font-size: 150%;
	color: #535353;
}
.nube div.etiquetas span.etiquetatam6 a {
	font-size: 160%;
	color: #535353;
}
.nube div.etiquetas span.etiquetatam7 a {
	font-size: 170%;
	color: #535353;
}
.nube div.etiquetas span.etiquetatam8 a {
	font-size: 180%;
	color: #333333;
}
.nube div.etiquetas span.etiquetatam9 a {
	font-size: 190%;
	color: #333333;
}
.nube div.etiquetas span.etiquetatam10 a {
	font-size: 200%;
	color: #333333;
}
.nube div.etiquetas span.etiquetatam11 a {
	font-size: 210%;
	color: #333333;
}
.nube div.etiquetas span.etiquetatam12 a {
	font-size: 220%;
	color: #336699;
}
.nube div.etiquetas span.etiquetatam13 a {
	font-size: 230%;
	color: #336699;
}
.nube div.etiquetas span.etiquetatam14 a {
	font-size: 240%;
	color: #336699;
}
.nube div.etiquetas span.etiquetatam15 a {
	font-size: 250%;
	color: #336699;
}


/* 2021 */

/* REPORTS */
.table-edu-report {
}

.table-edu-report th {
    font-size: 1.0em;
    padding: 6px;
    vertical-align: middle;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

.table-edu-report tr {
    border-bottom: #ddd;
}
.table-edu-report td {
    vertical-align: middle;
    padding: 8px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}
.table-edu-report tr:nth-child(odd) {
    /*
    background-color: #efefef;
    color:#333
    */
}
.table-edu-report tr:nth-child(even) {
    /*
   background-color: #fbfbfb;
   color:#333;
    */
}
.table-edu-report tr:hover {
    /*
    background: #ffed60;
    background: #fbf8e9;
	background-color: #ddd;
    */
   color: #000;
}

/* This is what we are focused on */
.table-wrapper{
  overflow-y: scroll;
  overflow-x: hidden;
  height: 400px;
  padding: 0px;
  margin: 0px;
  background: #ffffff;
}

/* A bit more styling to make it look better */
.table-wrapper{
}

.table-wrapper-head {
	overflow-y: scroll !important;
	overflow-x: hidden;
	padding: 0px;
	margin: 0px;
}
.table-wrapper-head th {
	padding: 0px;
	margin: 0px;
}
.verticalTableHeader {
    text-align:center;
    white-space:nowrap;
    g-origin:50% 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    
}
.verticalTableHeader p {
    margin:0 -100% ;
    display:inline-block;
}
.verticalTableHeader p:before{
    content:'';
    width:0;
    padding-top:110%;/* takes width as reference, + 10% for faking some extra padding */
    display:inline-block;
    vertical-align:middle;
}

.verticalText {
	writing-mode: vertical-lr;
	transform: rotate(180deg);
}
/*
table {
    text-align: center;
    table-layout: fixed;
    width: 150px
}
*/


.modal h5 {
	font-size: 1.3em;
}
.modal-dialog-tools {
	width: 100%;
    background-color: #dedede;
	color: #000000;
	font-size: 90%;
    vertical-align: middle;
    margin-top: 8px;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 6px;
    padding: 6px;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}


.modal-dialog-tools-shared {
    background-color: #8B008B;
	color: #ffffff;
	font-size: 90%;
    vertical-align: middle;
    margin-top: 8px;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 6px;
    padding: 6px;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.modal-dialog-tools-shared input:read-only {
	color: #ffffff;
}

.modal-header-title {
	font-size: 120%;
	margin-top: 16px;
	margin-bottom: 16px;
}
.modal-header-close {
	margin-top: 16px;
	margin-bottom: 16px;
	font-size: 210%;
	color: #ff0000;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* Extra small devices (less than 768px) */
@media (max-width: 767px) {
	.modal-fullscreen-xs-down {
		padding: 0 !important;
	}
	.modal-fullscreen-xs-down .modal-dialog {
		width: 100%;
		height: 100%;
		margin: 6px;
		padding: 0;
	}
	.modal-fullscreen-xs-down .modal-content {
		height: auto;
		min-height: 100%;
		border: 0 none;
		border-radius: 0;
		box-shadow: none;
		overflow: auto;
	} 
	.modal-fullscreen-xs-down .modal-header {
		font-size: 110%;
	}
	.modal-fullscreen-xs-down .modal-title {
		font-size: 110%;
		font-weight: bold;
	}
	.modal-fullscreen-xs-down .close {
		font-size: 200%;
		font-weight: bold;
	}
}

/* Small devices (less than 992px) */
@media (max-width: 991px) {
	.modal-fullscreen-sm-down {
		padding: 0 !important;
	}
	.modal-fullscreen-sm-down .modal-dialog {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
	}
	.modal-fullscreen-sm-down .modal-content {
		height: auto;
		min-height: 100%;
		border: 0 none;
		border-radius: 0;
		box-shadow: none;
		overflow: auto;
	}
	.modal-fullscreen-sm-down .modal-header {
		font-size: 110%;
	}
	.modal-fullscreen-sm-down .modal-title {
		font-size: 110%;
		font-weight: bold;
	}
	.modal-fullscreen-sm-down .close {
		font-size: 200%;
		font-weight: bold;
	}
}

/* Medium devices (less than 1200px) */
@media (max-width: 1199px) {
	.modal-fullscreen-md-down {
		padding: 0 !important;
	}
	.modal-fullscreen-md-down .modal-dialog {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
	}
	.modal-fullscreen-md-down .modal-content {
		height: auto;
		min-height: 100%;
		border: 0 none;
		border-radius: 0;
		box-shadow: none;
	}
	.modal-fullscreen-md-down .modal-header {
	}
	.modal-fullscreen-md-down .modal-title {
		font-size: 110%;
		font-weight: bold;
	}
	.modal-fullscreen-md-down .close {
		font-size: 200%;
		font-weight: bold;
	}
}

/* Medium devices (less than 1200px) */
@media (max-width: 1366px) {
	.modal-fullscreen-fd-down {
		padding: 0 !important;
	}
	.modal-fullscreen-md-down .modal-dialog {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
	}
	.modal-fullscreen-md-down .modal-content {
		height: auto;
		min-height: 100%;
		border: 0 none;
		border-radius: 0;
		box-shadow: none;
	}
	.modal-fullscreen-md-down .modal-header {
	}
	.modal-fullscreen-md-down .modal-title {
		font-size: 110%;
		font-weight: bold;
	}
	.modal-fullscreen-md-down .close {
		font-size: 200%;
		font-weight: bold;
	}
}

@media only screen and (min-width: 1300px) {
	.modal-fullscreen {
		/*  padding: 0 !important;  */
	}
	.modal-fullscreen .modal-dialog {
		/* width: 80%; */
		min-width: 1200px;
		max-width: 1200px;
		margin: 0 auto;
	}
	.modal-fullscreen .modal-content {
		max-height: 100%;
		overflow-y: none;
	}
	.modal-fullscreen .modal-body {
		height: calc(100vh - 120px);
		overflow-y: auto;
	}
	.modal-fullscreen .modal-header {
	}
	.modal-fullscreen .modal-title {
		font-size: 130%;
		font-weight: bold;
	}
}

@media only screen and (min-width: 1300px) {
	.modal-fullscreen-nofoot {
		/* padding: 0 !important; */
	}
	.modal-fullscreen-nofoot .modal-dialog {
		/* width: 80%; */
		min-width: 1200px;
		max-width: 1200px;
		margin: 0 auto;
	}
	.modal-fullscreen-nofoot .modal-content {
		height: 100% !important;
		/* max-height: 100%; */
	}
	.modal-fullscreen-nofoot .modal-body {
		height: calc(100vh - 60px) !important;
		overflow-y: auto;
	}
	.modal-fullscreen-nofoot .modal-header {
	}
	.modal-fullscreen-nofoot .modal-title {
		font-size: 130%;
		font-weight: bold;
	}
}

.modal-dialog-center {
    margin-top: 10%;
}


/* Bootstrap 3.4 Tooltip */

.tooltip {
	z-index: 100001;
}

.tooltip > .tooltip-inner {
	/* background-color: #ffffff; */
	background: rgba(255, 255, 255, 1.0) !important;
    background-color: rgba(255, 255, 255, 1.0) !important;
    opacity: 1.0;
    filter: alpha(opacity=100);
	color: #000000;
	border: 1px solid #000000;
	padding: 8px;
	font-size: 130%;
	border-radius: 4px;
	z-index: 100001;
}
.tooltip.show {
    opacity: 1;
}
.tooltip.in {
	opacity: 1.0;
	filter:alpha(opacity=100);
}
/* Tooltip on top */
.tooltip.top > .tooltip-arrow {
	border-top: 5px solid #000000;
}
/* Tooltip on bottom */
.tooltip.bottom > .tooltip-arrow {
	border-bottom: 5px solid #000000;
}
/* Tooltip on left */
.tooltip.left > .tooltip-arrow {
	border-left: 5px solid #000000;
}
/* Tooltip on right */
.tooltip.right > .tooltip-arrow {
	border-right: 5px solid #000000;
}

/********************************************/
/* Screen Block */
/********************************************/
#container-screenBlock {
    position: fixed;
    top: 0px;
    left: 0px;
	height: 100vh;
	width: 100vw;
    z-index: 3200;
     background-color: rgba(50,50,50,0.65); /* #999; */
	/*
    filter:alpha(opacity=65);
   -moz-opacity:65;
    opacity:0.65;
	*/
}

.screenblock-icon {
	margin-right: 12px;
	font-size: 130%;
}

.screenblock-message {
    position: sticky;	
	background-color: #ffffff;
	min-width: 30%; 
	max-width: 50%;
	margin: 0px auto;
	color: #336699; 
	opacity: 1.0; 
	padding-top: 12px; 
	padding-bottom: 12px; 
	font-size: 18px; 
	font-weight: bold; 
	border-radius: 5px; 
	z-index: 3205;
}

@media (min-width: 357px) {
	.screenblock-message {
		font-size: 130%;
		min-width: 60%;
		max-width: 90%;
	}
}

@media (min-width: 380px) {
	.screenblock-message {
		font-size: 130%;
		min-width: 60%;
		max-width: 90%;
	}
}

@media (min-width: 576px) {
	.screenblock-message {
		font-size: 130%;
		min-width: 60%;
		max-width: 80%;
	}
}

@media (min-width: 768px) {
	.screenblock-message {
		font-size: 130%;
		min-width: 35%;
		max-width: 70%;
	}
}

@media (min-width: 980px) {
	.screenblock-message {
		font-size: 140%;
		min-width: 40%; 
		max-width: 60%;
	}
}

@media (min-width: 1200px) { 
	.screenblock-message {
		font-size: 140%;
		min-width: 30%;
		max-width: 40%;
	}
}

.screenblock-message-info {
	font-weight: normal;
	background-color: #ADD8E6;
	color: #336699;
}

.screenblock-message-info-light {
	font-weight: bold;
	background-color: #ffffff;
	color:  #283593;
	border: 0px solid  #283593;
}

.screenblock-message-success {
	font-weight: normal;
	background-color: #27ae60 ;
	color: #fcfcfc;
	border: 0px solid #ffffff;
}

.screenblock-message-success-light {
	font-weight: bold;
	background-color: #ffffff;
	color: #27ae60;
	border: 1px solid #27ae60;
}

.screenblock-message-error {
	font-weight: normal;
	background-color: #DC143C;
	color: #ffffff;
	border: 0px solid #B22222;
}

.screenblock-message-error-light {
	font-weight: bold;
	background-color: #ffffff;
	color: #DC143C;
	border: 1px solid #B22222;
}

.screenblock-message-warning {
	font-weight: normal;
	background-color: #f5b041;
	color: #ffffff;
	border: 0px solid #FF8C00;
}

.screenblock-message-warning-light {
	font-weight: bold;
	background-color: #ffffff;
	color:   #ff8f00;
	border: 0px solid  #ff8f00;
}

.screenblock-message-primary {
	font-weight: normal;
	background-color: #2b669a;
	color: #ffffff;
	border: 0px solid #000080;
}

/* Spinners */
.screenblock-spinner,.screenblock-spinner:after {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
	padding: 0px;
	margin: 2px;
}
.screenblock-spinner {
    background-color: transparent;
    border-top: 4px solid rgb(66,139,202);
    border-right: 4px solid rgb(66,139,202);
    border-bottom: 4px solid rgb(66,139,202);
    border-left: 4px solid rgba(66,139,202,.2);
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: .9s;
    animation-name: spinner-loading
}

.spinner-white,.spinner-white:after {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
	padding: 0px;
	margin: 2px;
}
.spinner-white {
    background-color: transparent;
    border-top: 5px solid rgb(255,255,255);
    border-right: 5px solid rgb(255,255,255);
    border-bottom: 5px solid rgb(255,255,255);
    border-left: 5px solid rgba(66,139,202,.2);
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: .6s;
    animation-name: spinner-loading
}

@keyframes spinner-loading {
	0% {
		transform: rotate(0deg)
	} to {
		transform: rotate(1turn)
	}
}

/* Gallery TinyMCE */
.gallery-active {
	padding: 2px;
	border: 1px solid #ff0000;
	background-color: #dddddd;
}

.item {
	border: 1px solid #336699;
}
.item:hover {
	cursor: pointer;
}


/* FORM Responsive */

/* Style the container */
.form-container {
	border-radius: 5px;
	padding: 8px;
	background-color: transparent;
	/*   
	background-color: #f2f2f2; 
	*/
}

/* Style inputs, select elements and textareas */
.form-container input[type=text], input[type=checkbox], input[type=password], select, textarea{
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	resize: vertical;
	/*
	width: 100%;
	*/
}

.form-container input[type="checkbox"], input[type="radio"]{
  transform: scale(1.3);
  margin-top: 6px;
  margin-bottom: 3px;
}

/* Style the label to display next to the inputs */
.form-container-label {
	padding: 8px 8px 6px 0;
	display: inline-block;
	text-align: right;
	width: 100%;
	font-weight: normal;
}

.form-container-radio-label {
	color: #800000;
	padding: 6px 6px 0 0;
	display: inline-block;
	text-align: left;
}

/* Style the submit button */
.form-container input[type=submit] {
	background-color: #04AA6D;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

/* Floating column for labels: 25% width */
.form-col-25 {
	float: left;
	width: 25%;
	margin-top: 6px;
}

/* Floating column for inputs: 75% width */
.form-col-75 {
	float: left;
	width: 75%;
	margin-top: 6px;
}

/* Floating column for labels: 25% width */
.form-col-15 {
	float: left;
	width: 15%;
	margin-top: 6px;
}

/* Floating column for inputs: 75% width */
.form-col-85 {
	float: left;
	width: 85%;
	margin-top: 6px;
}

/* Clear floats after the columns */
.form-row:after {
	content: "";
	display: table;
	clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
	.form-col-25, .form-col-75, .form-col-15, .form-col-85 {
		width: 100%;
		margin-top: 0;
	}
	.form-container-label {
		text-align: left;
		font-weight: bold;
	}
}
