@font-face {
    font-family: 'Corbel';
    src: url('../font/Corbel.ttf') format("opentype");
    font-style: normal;
}

@media screen, print{

  /* Default HTML elements
  -----------------------------------------------------------------------------*/
	html,
	body{
		/*90
		height: 100%;*/
		font-size: 13px;/*12pt*/
		font-family: Helvetica,Arial,sans-serif;
	}
	
	body{
		padding-top: 200px;
		/*background-color: #FDFDEC;*/
		font-family: Helvetica,Arial,sans-serif;
	}
	
	label, input, button, select, textarea{
		font-size: 13px;/*12pt*/
	}
	
	a:hover {
		text-decoration: none;
	}
	
	textarea.noresize{
		resize: none;
	}
	
	input[type=file].hidden{
		display:none
	}
	
	input[type=text],
	input[type=password],
	textarea,
	select,
	.input-append.custom-input-file input[type="text"]{
		border-color: #888;
		padding: 2px 4px;
		-webkit-border-radius: 0px;
			-moz-border-radius: 0px;
				border-radius: 0px;
		line-height: 18px;
		height: auto;
	}
	
	/* Variant elements
	-----------------------------------------------------------------------------*/
  
	#wrapper{
		/*100
		min-height:90%;*/
		height: auto !important;
		height: 100%;
		margin: 0 auto;
		background-color: #FFF;
		/*border-left: 1px solid #AAAAAA;
		border-right: 1px solid #AAAAAA;*/
		/*position: relative;
    	top: 130px;*/
	}
	
	.popup table.grid{ /* default grid style */
		width: 95%;
	}
	
	/*#push,
	#footer{
		height: 60px;
	}*/
	
	.breadcrumb {
		background-color: #FFFFFF;
		-webkit-border-radius: 0px;
			-moz-border-radius: 0px;
				border-radius: 0px;
		padding: 0px 10px 0 10px;
		margin: 0 0 5px;
	}
	
	.breadcrumb a {
		padding: 8px 20px 8px 10px;
		display: inline-block;
		background-image: url('../img/breadcrumb.png');
		background-position: center right;
		background-repeat: no-repeat;
		font-size: 11px;
		color: #666;
	}
	
	.breadcrumb a.current {
		font-weight: bold;
		color: #444;
	}
	
	.breadcrumb a:last-child {
		background-image: none;
	}
	
	table.grid{ /* default grid style */
		margin-left: auto;
		margin-right: auto;
	}
	
	.input-append input, 
	.input-prepend input,
	.input-append .uneditable-input, 
	.input-prepend .uneditable-input{
		width: 179px;
	}
	
	table.grid table.grid{
		width: 100%;
	}
	
	table.grid > tbody > tr > td{
		padding: 0px;
	}
	

	table.grid.width_400{ width: 400px; }
	
	img.img-icon{
		max-width: initial;
		
	}
	
	img.img-icon.muted{
		-khtml-opacity: 0.4;	/* safari 1.x */
			-moz-opacity: 0.4;	/* firefox */
					 opacity: 0.4;
		/* IE */
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
		filter: alpha(opacity=40);
	}
	
	.row-fluid [class*="span"]{
		min-height: 28px;
	}
	
	.row-fluid input[class*="span"]{
		min-height: 18px;
	}
	
	
	/* Tabs
	-----------------------------------------------------------------------------*/
	.nav-pills > li > button.add,
	.nav-tabs > li > button.add {
		padding: 8px 12px;
	}
	.nav-pills > li > a > span.tab-delete-btn,
	.nav-tabs > li > a > span.tab-delete-btn{
		margin-left: 10px;
	}
	
	.nav-tabs{
		margin-bottom: 0px;
		border-bottom-color: #aaa;
	}
	
	.nav-tabs > li.active > a,
	.nav-tabs > li.active > a:hover{
		border-radius: 0px;
		border-color: #aaa #aaa transparent #aaa;
	}
	
	.nav-tabs > li > a{
		font-weight: bold;
	}
	
	.nav-tabs > li > a:hover{
		border-radius: 0px;
		border-bottom-color: #aaa;
	}
	
	.tab-content > .tab-pane {
		margin: 0 10px;
	}
	
	.tab-content > .tab-pane.empty {
		text-align: center;
		padding: 30px 0;
		margin: 10px 0;
		font-weight: bold;
	}
	
	/* alert
	-----------------------------------------------------------------------------*/
	
	.alert{
		margin: 0;
		padding-top: 5px;
		padding-bottom: 5px;
		-webkit-border-radius: 0px;
			-moz-border-radius: 0px;
				border-radius: 0px;
		background-repeat: no-repeat;
		background-size: 32px;
		background-position: 10px 0;
		padding-right: 14px;
	}
	
	.alert-error{
		/*background-color: #B94A48;
		color: #fff;*/
	}
	
	.alert-mono{
		color: #000;
		background-color: #fff;
		border-color: #000;
	}
	
	.alert-gris{
		color: #666;
		background-color: rgba(0,0,0,0.1);
		border-color: #D8D8D8;
	}
	
	.alert-gris-portal{
		color: #666;
		background-color: rgba(0,0,0,0.1);
		border-color: #D8D8D8;
		margin-right: -21px;
		
	}
	
	.alert div.title-alert{
		font-weight: bold;
	}
	
	.alert.icon{
		background-image: url(../img/fugue/32/exclamation.png);
	}
	
	.alert-error.icon{
		background-image: url(../img/fugue/32/cross.png);
	}
	
	.alert-success.icon,
	.alert-info.icon,
	.alert-mono.icon,
	.alert-gris.icon,
	.alert-gris-portal.icon{
		background-image: none;
	}
	
	.alert.icon h4,
	.alert.icon > div:first-child{
		margin-left: 30px;
	}
	
	.alert.icon > div.title-alert{
		min-height: 20px;
		padding-top: 5px;
	}
	
	.alert-success.icon h4,
	.alert-success.icon div:first-child,
	.alert-info.icon h4,
	.alert-info.icon div:first-child,
	.alert-mono.icon h4,
	.alert-mono.icon div:first-child,
	.alert-gris.icon h4,
	.alert-gris.icon div:first-child,
	.alert-gris-portal.icon h4,
	.alert-gris-portal.icon div:first-child{
		margin-left: 0px;
	}
	
	.alert p:last-child{
		margin-bottom: 0px;
	}
	
	/* Popups
	-----------------------------------------------------------------------------*/
	
	.alphacube_message{
		font-weight: bold;
	}
	
	.alphacube_progress{
		background: url(../img/ajax-loader.gif) no-repeat center center;
	}
	
	.overlay_alphacube{
		background-color:#aaa;
	}
	
	.popup form{
		margin-bottom: 0px;
	}
	
	.popup .grid table.dataTable.table-condensed th,
	.popup .grid table.dataTable.table-condensed td{
		padding: 4px 5px;
	}
	
	/* btn
	-----------------------------------------------------------------------------*/
	.btn{
		*margin-left: 0em;
		white-space:nowrap;
	}
	
	input.btn-link,
	button.btn-link{
		border: none;
		background: transparent;
		box-shadow: none;
		color: #0088cc;
	}
	
	.no-btn{
		padding: 0px;
		background: none;
		border: none;
		-webkit-border-radius: 0px;
			 -moz-border-radius: 0px;
						border-radius: 0px;
		-webkit-box-shadow: none;
			 -moz-box-shadow: none;
					 text-shadow: none;
		box-shadow: none;
	}
	
	.btn.muted{
		cursor: default;
		color: #999;
	  background-color: #E6E6E6;
	  background-position: 0 -15px;
	  -webkit-transition: background-position 0.1s linear;
	     -moz-transition: background-position 0.1s linear;
	       -o-transition: background-position 0.1s linear;
	          transition: background-position 0.1s linear;
	}
	
	.btn-primary-principal.active{
		color: rgba(255, 255, 255, 0.75);
	}
	
	.btn-primary-principal {
		color: #ffffff;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
		background-color: #3eaacd;
		margin-left: 71px;
		background-image: -moz-linear-gradient(top, #3eaacd, #3eaacd);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3eaacd), to(#3eaacd));
		background-image: -webkit-linear-gradient(top, #3eaacd, #3eaacd);
		background-image: -o-linear-gradient(top, #3eaacd, #3eaacd);
		background-image: linear-gradient(to bottom, #3eaacd, #3eaacd);
		background-repeat: repeat-x;
		border-color: #0044cc #0044cc #002a80;
		border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
		filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	}
	
	.btn-primary-principal:hover,
	.btn-primary-principal:focus,
	.btn-primary-principal:active,
	.btn-primary-principal.active,
	.btn-primary-principal.disabled,
	.btn-primary-principal[disabled] {
		color: #ffffff;
		background-color: #3eaacd;  
	}
	
	.btn-primary-principal:active,
	.btn-primary-principal.active {
		background-color: #003399 \9;
	}
	
	.file_button > .btn{
		height: 24px;
		padding: 1px 12px;
		font-size: 13px;
		border-color: #AAAAAA;
	}
	
	.btn-primary.disabled, .btn-primary[disabled] {
		cursor: no-drop;
	}
	/* Public page
	-----------------------------------------------------------------------------*/
	
	.autores{
		position: absolute;
		top: 231px;
		right: 210px;
	}
	
	.autores1{
		position: absolute;
		top: 169px;
		right: 210px;
	}
	
	
	/* Footer
	-----------------------------------------------------------------------------*/
	#footer{
		text-align: center;
		/*background-image: linear-gradient(#FFFFFF 50%, #18228B 50%);
		background-position: 3px 5px;
		background-size: 150px 150px;
		color: #18228B;
		color: #828282;*/
		color:white;
		/*font-weight: bold;*/
	}
	
	#footer .container{
		/*width: 100%;
		padding: 30px 0;*/
		/*background: #cccccc;*/
		background: #A3A3A3;
		/*background-image: url(../img/banner_espol_blue.png);*/
		background-repeat: no-repeat;
		background-size: 60px;
		background-position-x: 200px;
		background-position-y: 10px;
		height: 80px;
	}
	
	#footer .container .copyright{
		margin-top: 8px;
		color:white;
	}
	
	table.grid div.signup{
		
	}
	
	/* Infos
	-----------------------------------------------------------------------------*/
	div.top-info,
	div.bottom-info{
		padding: 2px 5px;
		background-color: #eef;
	}
	
	.alert div.top-info,
	.alert div.bottom-info{
		background-color: transparent;
	}
	
	/* Selectric
	-----------------------------------------------------------------------------*/
	div.selectricUI{
		padding-top: 2px;
	}
	
	.selectricWrapper{
		width: 220px;
		margin-bottom: 0px;
	}
	
	.selectricWrapper.span1{
		width: 60px;
	}
	
	.selectricWrapper.span7{
		width: 540px;
	}
	
	.selectricHover .selectric{
		border-color: #888;
	}
	
	.selectric{
		border-color: #888;
		border-radius: 0px;
		line-height: 18px;
	}
	
	.selectric .label{
		text-shadow: none;
		background-color: transparent;
		font-weight: normal;
		line-height: 16px;
		min-height: 16px;
		padding: 2px 4px;
	}
	
	.selectric .button{
		height: 20px;
	}
	
	.selectricItems li{
		padding: 2px 5px;
		
	}
	
	/* Inputs
	-----------------------------------------------------------------------------*/
	.input-append .add-on,
	.input-prepend .add-on{
		vertical-align: middle;
		height: 20px;
		padding: 1px 5px;
		border-color: #AAAAAA;
	}
	
	.input-prepend .add-on:last-child{
		-webkit-border-radius: 0px;
			-moz-border-radius: 0px;
				border-radius: 0px;
	}
	
	.input-append.custom-input-file .btn{
		height:24px;
		padding: 1px 12px;
		vertical-align: middle;
		border-color: #AAAAAA;
	}
	
	span.join-fields-string{
		margin:0 8px;
		font-weight: bold;
		font-style: italic;
	}
	
	div.block-printers:not(:empty){
		position: relative;
		float: right;
	}
	
	/* HTML 5
	-----------------------------------------------------------------------------*/
	input[type='date']:out-of-range,
	input[type='number']:out-of-range,
	input[type='range']:out-of-range,
	input[type='time']:out-of-range{
	}
}

/****************************************************************/
/*               MEDIA SCREEN [max-width: 980px]                */
/****************************************************************/
@media only screen and (min-width: 980px) {
	
	table.grid{ /* default grid style */
		width: 900px;
	}
	
	div.block-printers:not(:empty){
		/*background-color: #3EAACD;
		background-color: #F5b400;*/
	}
	
	div ~ div ~ div.block-printers:not(:empty){
		/*right: -35px;*/
	}
	
	div.block-printers:not(:empty){
		/*right: -31px;*/
		right: -33px;
	}
	
	div.block-printers:not(:empty):hover{
		/*background-color: #2C88A7;*/
	}
	
	div ~ div ~ div.block-printers:not(:empty):hover{
		/*right: -45px;*/
	}
	
	div.block-printers:not(:empty):hover{
		/*right: -41px;*/
	}
	
	div.block-printers:not(:empty) div[class*="control-group-actions-"] .controls{
		margin: 5px 10px 8px 0px;
	}
	
	div.block-printers:not(:empty):hover div[class*="control-group-actions-"] .controls,
	div.block-printers:not(:empty):hover div[class*="control-group-actions-"] .controls{
		/*margin: 5px 10px 8px 10px;*/
		margin: 5px 10px 8px 0px;
	}
}

/****************************************************************/
/*               MEDIA SCREEN [min-width: 1200px]               */
/****************************************************************/
@media only screen and (min-width: 1200px) {
	/* Selectric
	-----------------------------------------------------------------------------*/
	.selectricWrapper.span1{
		width: 70px;
	}
	
	.selectricWrapper.span7{
		width: 670px;
	}
	
	.row-fluid [class*="span"]{
		min-height: 18px;
	}
}

/****************************************************************/
/*               MEDIA SCREEN [max-width: 979px]                */
/****************************************************************/
@media only screen and (max-width: 979px) {
	body{
		padding-top: 0px;
	}
	
	.navbar-fixed-top{
		margin-bottom: 0px;
	}
	
	#footer .container{
		background-position-x: 50px;
	}
}

/****************************************************************/
/*      MEDIA SCREEN [min-width: 768px] [max-width: 979px]      */
/****************************************************************/
@media only screen and (min-width: 768px) and (max-width: 979px) {
}

/****************************************************************/
/*               MEDIA SCREEN [max-width: 767px]                */
/****************************************************************/
@media only screen and (max-width: 767px) {
}

/****************************************************************/
/*               MEDIA SCREEN [max-width: 480px]                */
/****************************************************************/
@media only screen and (max-width: 480px) {
}

/****************************************************************/
/*                         MEDIA PRINT                          */
/****************************************************************/
@media print{
	
	body{
		padding-top: 0px;
	}
	
	/* Display none */
	.navbar,
	.breadcrumb,
	.btn{
		display:none;
	}
	
	#wrapper{
		border-top: 1px solid #D6D6D6;
	}
}



.btn-group-horizontal {
  position: relative;
  display: flex;
  *display: inline;
  *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  *zoom: 1;
}

.btn-group-horizontal label {
  margin-right: 12px;
}

.input-append1 {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.muted
{
	opacity: 0.4;
}

table.dataTable td.value.integer.nivel_aprobacion, table.dataTable th.header.nivel_aprobacion.integer {
    text-align: left;
}

.cursor_deshabilitado
{
	cursor: not-allowed;
}

.color_white
{
	color: white;
}

/*PARA SEGUIMIENTO DE PROCESO*/
/* Form progress_process */
.progress_process {
  width: 1000px;
  margin: 20px auto;
  text-align: center;
}
.progress_process .circle_process,
.progress_process .bar_process {
  display: inline-block;
  background: #fff;
  width: 40px; height: 40px;
  border-radius: 40px;
  border: 1px solid #d5d5da;
}
.progress_process .bar_process {
  position: relative;
  width: 80px;
  height: 6px;
  margin: 0 -5px 17px -5px;
  border-left: none;
  border-right: none;
  border-radius: 0;
}
.progress_process .circle_process .label_process {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 32px;
  margin-top: 3px;
  color: #b5b5ba;
  font-size: 17px;
}
.progress_process .circle_process .title_process {
  color: #b5b5ba;
  font-size: 13px;
  line-height: 30px;
  margin-left: -5px;
}

/* Done / Active */
.progress_process .bar_process.done,
.progress_process .circle_process.done {
  background: #eee;
}
.progress_process .bar_process.active {
  background: linear-gradient(to right, #EEE 100%, #FFF 0%);
}
.progress_process .circle_process.done .label_process {
  color: #FFF;
  background: #8bc435;
  box-shadow: inset 0 0 2px rgba(0,0,0,.2);
}
.progress_process .circle_process.done .title_process {
  color: #8bc435;
  font-weight: bold;
}
.progress_process .circle_process.cancel .label_process {
  color: #FFF;
  background: #ff0000;
  box-shadow: inset 0 0 2px rgba(0,0,0,.2);
}
.progress_process .circle_process.cancel .title_process {
  color: #ff0000;
  font-weight: bold;
}
.progress_process .circle_process.ready .label_process {
  color: #FFF;
  background: #ff9933;
  box-shadow: inset 0 0 2px rgba(0,0,0,.2);
}
.progress_process .circle_process.ready .title_process {
  color: #ff9933;
  font-weight: bold;
}
.progress_process .circle_process.active .label_process {
  color: #FFF;
  background: #0c95be;
  box-shadow: inset 0 0 2px rgba(0,0,0,.2);
}
.progress_process .circle_process.active .title_process {
  color: #0c95be;
  font-weight: bold;
}


.font_bold {
  font-weight: bold;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control, .has-error input[type="text"], .has-error textarea, .has-error select {
  border-color: #DE4A48;/*#a94442*/
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;*/
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 1.075), 4px 4px 4px 4px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.parent-error span.error
{
	color: #B94A48;
    font-size: 11px;
    font-weight: 600;
    position: relative;
    top: 5px;
    padding: 4px 8px;
    margin-bottom: 1em;
    color: white;
    background: #B94A48;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
}
.parent-error span.error::after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    /* border-right: 6px solid transparent; */
    border-bottom: 6px solid #B94A48;
    position: absolute;
    top: -6px;
    left: 7px;
}

.text-center{
	text-align: center;
}

button.class_ln51d{
    background-color: #001c43;
    color: white;
    border: 1px solid;
    padding: 5px 5px 5px 5px;
    font-size: 15px;
    border-radius: 8px;
}

input#msfld10dsc_1 {
   display:none;
}

input#msfld15dsc_0 {
   display:none;
}

input#msfld15dsc_1 {
   display:none;
}

input#msfld21dsc_0 {
   display:none;
}

input#msfld21dsc_1 {
   display:none;
}

div.controls ul.checkbox-ingreso-valores-medico li label {
   font-weight:bold;
}

#msfld10dsc_0 label{
   font-weight:bold;
}


input#msfld10dsc_0 {
   display:none;
}

.tituloCentro{
	font-size: x-large;
    color: darkslateblue;
    font-weight: bolder;
	display: ruby-text;
    text-align: center;
	
}