/**
 * Archivo CSS para la plataforma
 * @author Daniel Cardenas - SaviaSoft
 *
**/
body, p {
	color: #555;
	
}

.div-check{
	    padding: 1px 0px;
    border: 2px solid #0275ff;
    color: #0275ff;
    text-align: center;
    font-size: 8px;
    max-width: 73%;
    margin-top: 3px;
}
.pnl-archivo-informe{
	    max-width: 23%;
    margin: auto;
}

.div-select{
	padding: 2px 0px;
    border: 2px solid #0275ff;
    color: #0275ff;
    text-align: center;
    font-size: 8px;
    max-width: 73%;
    margin-top: 3px;
    border-radius: 19px;
}

.div-select-not-select{
	    padding: 3px 0px;
    border: 2px solid #cbcbcb;
    color: #cbcbcb;
    text-align: center;
    font-size: 8px;
    max-width: 73%;
    margin-top: 3px;
    border-radius: 19px;
}

header {
	border-bottom: 3px solid #eee;
}

.input-examen{
	border: 2px #2cb8e4 solid;
}

.container-ayuda {
      width: 15em;
    height: 1px;
    position: relative;
    margin: 30px 191px;
    background: #f0f0f0;
}
.circle-ayuda {
  display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    background-color: white;
    border: solid 1px #f0f0f0;
    border-radius: 60%;
    position: absolute;
    top: -3px;
    left: calc(50% - 5px);
}


.contenedor-ayuda{
	padding: 0px 25px;
}

.contener-video{
	    padding: 30px 0px;
}

.segundo-parrafo-ayuda{
	color: #909090;
    margin: 0px 105px;
    font-size: 14px;
    text-align: justify;
}

.primer-parrafo-ayuda{
	margin: 0px 45px;
    color: #3e90e8;
    font-weight: lighter;
}

.span-primer-parrafo-ayuda{
	color: #007db4;
}

.linea-ayuda{
	margin: 10px 200px;
}

.boton-ayuda{
	background-color: #3e90e8;
    color: white;
    padding: 15px 60px;
}

a {
	color: #2cb8e4;
	text-decoration: none;
}

.checkSeleccionado {
	display: none;
}

.w3-select {
	background: #eee;
}

a:hover {
	text-decoration: none;
}

.center {
	margin: auto;
	width: 20%;
	padding: 10px;
}

nav a {
	color: #aaaaaa ! important;
	font-size: 0.9em;
}

nav div {
	color: #aaaaaa ! important;
	font-size: 0.9em;
}

.col-top{
	vertical-align: top;	
}

.panel-login {
	width: 400px;
	margin: auto;
}

.checkSavia input {
	width: 18px;
	height: 18px;
	position: relative;
	top: 6px;
	left: 0px;
}

.checkSavia label {
	width: 230px;
}

.botonNotificaciones {
	font-size: 10px;
	padding: 1px 17px;
	border-color: #2bc4f0 !important;
	color: #2bc4f0 !important;
	margin-top: 8px;
}

.contenedorPrincipal {
	padding: 0px 50px;
}

.w3-tooltip {
	display: inline;
	margin-left: 2px;
}

.tooltip {
	position: absolute;
	top: 30px;
	margin-left: 8px;
	padding: 4px;
	background: #555;
	color: white;
	font-size: 11px;
	display: block;
	min-width: 150px;
	z-index: 5000;
}

#notiCuerpo {
	font-size: 11px;
	width: 320px !important;
	margin-left: -185px;
	margin-top: 0px;
	border-radius: 10px 0px 10px 10px;
}

.check-carreras>tbody>tr>td>input {
	width: 24px;
	height: 24px;
	position: relative;
	top: 6px;
}

.triangleNoti {
	position: absolute;
	top: -6px;
	left: 245px;
	height: 12px;
	width: 12px;
	border-radius: 0px 0px 0px 0px;
	transform: rotate(45deg);
	background: white;
	box-shadow: -1px -1px 1px 0px rgba(0, 0, 0, 0.3);
}

#menu-user-body {
	margin-left: -185px;
	margin-top: 8px;
	border-radius: 10px 10px 10px 10px;
	padding: 14px;
	text-align: center;
	color: #a2a2a2;
	width: 220px;
}

.margenBoton {
	margin-right: 5px;
}

.triangle {
	position: absolute;
	top: -6px;
	left: 191px;
	height: 12px;
	width: 12px;
	border-radius: 0px 0px 0px 0px;
	transform: rotate(45deg);
	background: white;
	box-shadow: -1px -1px 1px 0px rgba(0, 0, 0, 0.3);
}

ul.breadcrumb {
	padding: 0px 0px;
	list-style: none;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px dotted #ddd;
}

/* Display list items side by side */
ul.breadcrumb li {
	display: inline;
	font-size: 12px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
	padding: 8px;
	color: black;
	content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
	color: #2cb8e4;
	text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
	color: #ff8800;
	text-decoration: underline;
}

.opcion-menu {
	width: 18px;
	text-align: center;
}

#menu-home .w3-card {
	padding: 12px;
}

#mySidenav {
	position: absolute;
	border: 1px solid #ddd;
	left: 2px;
}

#mySidenav h5 {
	padding-left: 4px;
	color: white;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
}

#mySidenav a {
	display: block;
	padding: 2px 0px;
	text-decoration: none;
	font-size: 14px;
	color: white !important;
}

#mySidenav a:hover {
	color: #fff !important;
}

/*#mySidenav a:hover::after{
	content: '·'
}*/
#loading {
	display: none;
	position: fixed;
	top: 0px;
	right: 10px;
	z-index: 4000;
}

#loading img {
	width: 64px;
}

.forms {
	width: 500px;
	margin: auto;
}

.forms-mas-ancho {
	width: 900px;
	margin: auto;
}

.forms-todo-el-ancho {
	width: 90%;
	margin: auto;
}

.filters {
	margin-bottom: 20px;
}

.dia-actual {
	border: 2px solid #b4b731;
}

.porcenta-canvas {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
	width: 700px !important;
}

.forms-info {
	margin-bottom: 12px;
	font-size: 15px;
}

.forms-info i, .forms-info em {
	margin-right: 5px;
	color: #ff8800;
	font-size: 12px;
	vertical-align: middle;
}

.numNotificacion {
	position: fixed;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #bfc132 !important;
	margin-left: -11px;
	margin-top: 6px;
	font-size: 15px !important;
}

/* Customize the label (the container) */
.chk-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.chk-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.chk-container .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
}

/* On mouse-over, add a grey background color */
.chk-container:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.chk-container input:checked ~ .checkmark {
	background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.chk-container .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.chk-container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.chk-container .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* fin check box */

/* radio*/

/* The container */
.radio-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default radio button */
.radio-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom radio button */
.radio-container .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
	background-color: #2196F3;
}

.sinborde {
	border: 0;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-container .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

/* fin radio*/
.row-header, .row-header-simple {
	font-weight: bold;
	border-top: 2px solid #ddd;
	border-bottom: 4px solid #b4b731;
	background: #eee;
}

.bg-0 {
	background-color: #fff;
}

.bg-1 {
	background-color: #eee;
}

.bar-options {
	float: right;
}

.list-signature {
	font-size: 11px;
}

.list-signature li {
	padding: 7px 8px;
}

.w3-input {
	background-color: #eeea ! important;
}

.col-datos {
	font-size: 0.9em;
}

.col-datos-simple {
	padding: 5px;
}

.col-datos .w3-col {
	padding: 5px;
}

.col-acciones {
	padding-top: 5px;
}

.row-header>.w3-col>.w3-row>.w3-col {
	padding: 5px;
}

.row-header-simple .w3-col {
	padding: 5px;
}

.row-header-imprimir {
	
}

.row-header-imprimir>.w3-col {
	padding: 5px;
	/* padding-top: 25px; */
	min-height: 120px;
	text-align: center;
	font-size: 10px;
}

.botones-ultima-col {
	text-align: left;
}

span.global-error, div.global-error, tr.global-error td {
	color: #ff0000;
	font-weight: bold;
	background-color: #f7b75826;
	padding: 12px !important;
}

.global-info, tr.global-info td {
	color: #888a85;
	font-weight: bold;
	background-color: #f7b75826;
	padding: 12px !important;
}

.global-warn, tr.global-warn td {
	color: #b4b731;
	font-weight: bold;
	background-color: #b4b73126;
	padding: 12px !important;
}

.error {
	color: red;
	display: block;
}

.info {
	color: #2cb8e4;
	display: block;
}

.w3-green {
	background-color: #b4b731 !important;
}

.w3-text-green {
	color: #b4b731 !important;
}

.w3-blue {
	background-color: #2cb8e4 !important;
}

.w3-hover-blue {
	background-color: #2cb8e4 !important;
	color: white;
}

.w3-red {
	background-color: #ff8800 !important;
}

.w3-text-red {
	color: #ff8800 !important;
}

.eliminar {
	display: block;
	font-weight: bold;
	margin-top: 10px;
}

.w3-modal {
	z-index: 2000; /*porque el mapa es 1000*/
}

.w3-top {
	z-index: 1500; /*porq el mapa es 1000 y la modal 2000*/
}

.w3-modal h1, h1 {
	font-size: 26px;
	border-bottom: 2px solid #ddd;
}

h3 {
	font-size: 22px;
}

input[type="file"] {
	display: none;
}

.file-size {
	font-size: 9px;
}

.custom-file-upload {
	border: 1px solid #ccc;
	display: inline-block;
	padding: 6px 12px;
	cursor: pointer;
}

.tablink {
	margin-right: 2px !important;
}

.tablink:hover {
	background-color: #2cb8e4 !important;
	color: white !important;
}

form#lista-direcciones {
	width: 80%;
	margin: auto;
}

form#form-areas-list {
	width: 600px;
	margin: auto;
}

.acceso-directo {
	background: #eee !important;
	display: block !important;
}

.acceso-directo span.icono-ar {
	display: block !important;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	border-right: 2px #ccc solid;
}

.acceso-directo span.texto-ar {
	display: block !important;
	margin-top: 30px;
	padding-left: 5px;
	font-size: 14px;
	color: #777 !important;
}

.resaltado {
	background: #b4b731;
	color: white;
	font-weight: bold;
}

#logo-formados {
	display: block;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 60px;
	width: 500px
}

#logo-formados-header {
	border: none;
	width: 200px;
}

div#hoja-de-vida .w3-modal-content {
	width: 1070px;
}

div .w3-modal-content-vigencias {
	width: 800px;
}

div.drop-area {
	border: 2px dashed #ccc;
	border-radius: 20px;
	width: 90%;
	margin-top: 20px;
	font-family: sans-serif;
	padding: 20px;
}

div.espacio-imagen {
	margin-bottom: 16px;
	position: relative;
	min-height: 250px;
}

div.espacio-imagen-carnet {
	margin-bottom: 16px;
	position: relative;
	min-height: 180px;
}

img.drag {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 250px;
	margin: auto;
	z-index: -1;
}

img.drag-carnet {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 180px;
	margin: auto;
	z-index: -1;
}

div.no-foto {
	background: #eee;
	padding: 10px;
	height: 250px;
	padding-top: 100px;
	margin: auto;
	width: 250px;
}

div.no-foto-carnet {
	background: #eee;
	padding: 10px;
	height: 180px;
	padding-top: 25px;
	margin: auto;
	width: 180px;
}

div.highlight {
	border: 2px solid #2cb8e4;
}

.desaparecer {
	display: none !important;
}

.malla{
	display:flex; flex-wrap: wrap;
}

.malla-item{
		flex-basis: 33%
}

/**
 * Dispositivos moviles
**/
@media only screen and (max-width: 600px) {
	.panel-login {
		width: 90%;
	}
	.forms, .forms-mas-ancho {
		width: 90%;
	}
	.filters {
		width: 90%;
		margin: auto;
	}
	.bar-options {
		float: none;
		display: block;
	}
	.w3-modal {
		top: 26px;
	}
	.botones-ultima-col {
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.contenedorPrincipal {
		padding: 0px 0px;
	}
	form#lista-direcciones {
		width: 100%;
	}
	form#form-areas-list {
		width: 100%;
	}
	#logo-formados {
		width: 100%;
	}
	#logo-formados-header {
		width: 180px;
		margin-left: 32px;
	}
	div#hoja-de-vida .w3-modal-content {
		width: auto !important;
	}
	.center {
		margin: auto;
		width: 90% !important;
		padding: 10px;
	}
	img.drag {
		width: 200px;
	}
	div.espacio-imagen {
		min-height: 200px;
	}
	div.no-foto {
		width: 200px;
		height: 200px;
		padding-top: 75px;
	}
	.pnl-youtube {
		width: 90%;
	}
	
	.malla-item{
		flex-basis: 100%
	}
}

@media only screen and (max-width: 800px) {
	.w3-modal {
		top: 26px;
	}
	.contenedorPrincipal {
		padding: 0px 0px;
	}
}

/* Customize the label (the container) */
.container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 12px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
	display: block;
}

ul#horizontal-list li {
	display: inline;
}

ul#horizontal-list {
	margin-top: 0px;
	margin-left: 0px;
	margin-block-start: 0px !important;
	margin-block-end: 0px !important;
	padding-inline-start: 0px;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.wrapWord {
	word-wrap: break-word;
}