​ /******************** Fuentes ************************/



@import
	url("https://fonts.googleapis.com/css?family=Palanquin:300,400,500,600,700")
	;

@font-face {
	font-family: "Ciudadela Pro";
	src: url("/app/llamados/javax.faces.resource/fonts/Ciudadela Pro Regular.ttf.xhtml");
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: "Ciudadela Pro";
	src: url("/app/llamados/javax.faces.resource/fonts/Ciudadela Pro Bold.ttf.xhtml");
	font-style: normal;
	font-weight: 700;
}

@font-face {
	font-family: "Ciudadela Pro";
	src: url("/app/llamados/javax.faces.resource/fonts/Ciudadela Pro Light.ttf.xhtml");
	font-style: normal;
	font-weight: 100;
}

/******************** Generales ***************************/
html {
	font-size: 100%;
}

body {
	font-family: "Ciudadela Pro", sans-serif;
	font-size: 1rem;
}

.content {
	min-height: calc( 100vh - 135px);
}

.container {
    padding-left: 5px;
    padding-right: 5px;
}

@media screen and (max-width: 767px) {
	
	.content {
	min-height: calc( 100vh - 35px);
	}
	
	.content-inside {
		padding-bottom: 30px;
	}

	.container-fluid {
	    padding-left: 0px;
	    padding-right: 0px;
	}

	.container {
	    padding-left: 0px;
	    padding-right: 0px;
	}
}

@media screen and (min-width: 768px) {
	.content-inside {
		padding-bottom: 130px;
	}
}

/******************** Headers h1, h2, h3 **********************/
h1, .h1, h3, .h3, h4, .h4 {
	font-family: "Ciudadela Pro", sans-serif;
	font-weight: 500;
	color: #000;
}

@media screen and (max-width: 767px) {
	h1, .h1 {
		font-size: 2rem;
		font-family: "Ciudadela Pro", sans-serif;
		font-weight: 500;
		color: #000;
	}
}

@media screen and (min-width: 768px) {
	h1, .h1 {
		font-size: 2rem;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

h2, .h2 {
	font-family: "Ciudadela Pro", sans-serif;
	font-weight: 500;
	color: #000;
}

@media screen and (max-width: 767px) {
	h2, .h2 {
		font-size: 1.625rem;
		margin-bottom: 5px;
		margin-top: 5px;
	}
}

@media screen and (min-width: 768px) {
	h2, .h2 {
		font-size: 1.625rem;
		margin-top: 5px;
		margin-bottom: 5px;
	}
}

/************************ Cabezal ***************************************/

.titulo_cabezal {
	font-weight: 500;
	width: 100%;
	font-size: 2rem;
}

.titulo_cabezal img {
	margin-left: 5%;
	height: 50px;
}

.titulo_cabezal a {
	color: white;
	text-decoration: none;
	margin-left: 1%;
}

.cabezal-container {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 1000;
}

.cabezal-container a:hover {
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.cabezal-container {
		height: 50px;
		line-height: 50px;
	}

	
}

@media screen and (min-width: 768px) {
	.cabezal-container {
		height: 100px;
		line-height: 100px;
		/*padding-left: 50px;*/
	}
	.cabezal-container .cabezal-texto {
		font-size: 30px;
		font-weight: 700;
	}
	.cabezal-container span {
		color: #ffffff;
		font-size: 22px;
	}
	.cabezal-container .logo-stm {
		height: 70px;
	}
}

/***************************** Menú ****************************************/

.menu-container {
	position: fixed;
	left: 0px;
	width: 100%;
	z-index: 1000;
}

.menu-container .navbar {
	padding-left: 30px;
}

.navbar-default {
	border-radius: 0px;
}

@media screen and (max-width: 767px) {
	.menu-container {
		top: 0px;
	}
}

@media screen and (min-width: 768px) {
	.menu-container {
		top: 100px;
	}
}

@media screen and (max-width: 767px) {
	.navbar-brand {
		display: block;
		color: #ffffff;
		font-size: 1.2rem;
		margin-top: 5px;
		padding: 15px 15px;
	}
	
	.navbar-brand img {
		height: 30px;
		margin-right: 10px;
		margin-top: -10px;
	}
	#navbar-dummy .navbar-toggle {
		display: none;
	}
	
	.navbar-default .navbar-toggle {
	    border-color: #049ab2;
    	    margin-right: 30px;
	}

	.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus
		{
		color: #ffffff;
	}
}

@media screen and (max-width: 500px) {
	.navbar-brand {
		font-size: 1rem;
	}
}

@media screen and (min-width: 768px) {
	.navbar-brand {
		display: none;
	}
}

.container-menu-avisos-pendientes {
	color: blue;
	font-size: 18px;
}

.menu-avisos-pendientes a {
	color: rgb(174, 11, 11);
}

.menu-avisos-pendientes-link {
	color: rgb(174, 11, 11);
}

.menu-avisos-pendientes-link>li>a {
	color: white;
}

.adv-avisosPendientes {
	background-image: url("/app/llamados/javax.faces.resource/images/alert-im.png.xhtml");
	/*font-size: 1.2em;*/
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: left;
	text-align: right;
	width: 65px;
}

/*************************** Cuerpo ************************************/

.cuerpo-container {
	
}

@media screen and (max-width: 767px) {
	.cuerpo-container {
		padding-top: 50px;
	}
}

@media screen and (min-width: 768px) {
	.cuerpo-container {
		padding-top: 150px;
	}
}

/******************************* Pie *****************************************/

@media screen and (max-width: 767px) {
	.footer {
		height: 30px;
		margin-top: 0px;
	}
}

@media screen and (min-width: 768px) {
	.footer {
		height: 130px;
		margin-top: 0px;
	}
}

.pie-container {
	background-color: #1b1d1f;
	height: 100px;
	width: 100%;
	padding: 15px 15px;
	z-index: 1000;
}

@media screen and (max-width: 767px) {
	.pie-container {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.pie-container {
		display: block;
	}
}

.pie-container .texto {
	color: #ffffff;
	font-size: 13px;
}

.pie-container .buzon-ciudadano {
	/*background-color: #1e96b1;*/
	background-color: #00495a;
	background-image: none;
	/* border: none; */
	border: 1px solid white;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	border-radius: 0.5em;
	color: #ffffff;
	font-size: 15px;
	padding: 10px;
	text-shadow: none;
}

.pie2-container {
	height: 35px;
	width: 100%;
	z-index: 1000;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #303335;
	background-image: none;
	border: none;
	border-radius: 0px;
	height: 60px;  
}

.pie2-container .logo-imm {
	height: 26px;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-top:13px;
	text-align: left;
	
}

.pie2-container .direccion-container {
	line-height: 100%;
	text-align: right;
	margin-top:13px;
}

.pie2-container .direccion {
	color: #ffffff;
	font-size: 13px;	
}

@media screen and (max-width: 380px) {
	.pie2-container .direccion {
		font-size: 9px;
	}
	.pie2-container .logo-imm {
		height: 20px;
	}
}

@media screen and (max-width: 345px) {
	.pie2-container .direccion {
		font-size: 8px;
	}
	.pie2-container .logo-imm {
		height: 18px;
	}	
}



/************ Boostrap Wizard Pasos *********************************/


.nav-wizard {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  font-family: arial;
}

.nav-wizard > li {
  float: left;
  width: 20%;
 
}
.nav-wizard > li > a {
  color: #555555;
  position: relative;
  background-color: #d8dade;
  height: 60px;
  text-align: center;
}

.nav-wizard > li > a .badge {
  margin-left: 3px;
  color: #eeeeee;
  background-color: #049ab2;
}
.nav-wizard > li:not(:first-child) > a {
  padding-left: 45px;
}

.nav-wizard > li:not(:first-child) > a:before {
  width: 0px;
  border-top: 30px inset transparent;
  border-bottom: 30px inset transparent;
  border-left: 35px solid #ffffff;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}
.nav-wizard > li:not(:last-child) > a {
  margin-right: 10px;
}
.nav-wizard > li:not(:last-child) > a:after {
  width: 0px;
  height: 0px;
  border-top: 30px inset transparent;
  border-bottom: 30px inset transparent;
  border-left: 35px solid #d8dade;
  position: absolute;
  content: "";
  top: 0;
  right: -35px;
  z-index: 2;
}

.nav-wizard > li:first-child > a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.nav-wizard > li:last-child > a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.nav-wizard > li.done:hover > a,
.nav-wizard > li:hover > a {
  background-color: #d5d5d5 !important;
}
.nav-wizard > li.done:hover > a:before,
.nav-wizard > li:hover > a:before {
  border-right-color: #d5d5d5;
}
.nav-wizard > li.done:hover > a:after,
.nav-wizard > li:hover > a:after {
  border-left-color: #d5d5d5;
}
.nav-wizard > li.done > a {
  background-color: #e2e2e2;
}
.nav-wizard > li.done > a:before {
  border-right-color: #e2e2e2;
}
.nav-wizard > li.done > a:after {
  border-left-color: #e2e2e2;
}
.nav-wizard > li.active > a,
.nav-wizard > li.active > a:hover,
.nav-wizard > li.active > a:focus {
  color: #ffffff;
  background-color: #049ab2 !important;
}
.nav-wizard > li.active > a:after {
  border-left-color: #049ab2;
}
.nav-wizard > li.active > a .badge {
  color: #049ab2;
  background-color: #ffffff;
}
.nav-wizard > li.disabled > a {
  color: #777777;
}
.nav-wizard > li.disabled > a:hover,
.nav-wizard > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: #d8dade;
  cursor: default;

}
.nav-wizard > li.disabled > a:before {
  border-right-color: #d8dade;
}
.nav-wizard > li.disabled > a:after {
  border-left-color: #d8dade;
}

/*.nav-wizard.nav-justified > li {
  float: none;
}
.nav-wizard.nav-justified > li > a {
  padding: 10px 15px;
}*/

.nav-wizard.nav-justified > li > a {
    border-radius: 4px;
    margin-right: 0;
}

.nav-wizard.nav-justified > li > a:before,
.nav-wizard.nav-justified > li > a:after {
    border: none !important;
}

.titulo_paso {
	color: #049ab2;
	font-weight: bold;
}

@media ( min-width : 729px) {
	.descripcion_paso {
		display: none;
	}
}


@media ( max-width : 729px) {
	.nav-wizard {
		display: none;
	}
}

@media ( max-width : 1024px) {
	.header-container-internet {
		display: none !important;
	}
}

/*************** Boostrap Panel Default *****************************/
.panel-default {
	border: none;
	margin-top: 2%;
	box-shadow: none;
}

.panel-default>.panel-heading {
	background-color: none;
	background-image: none;
}

.panel-title {
	background-color: none;
	background-image: none;
	color: #292d2f;
	font-size: 1.25rem;
	font-weight: normal;
}

/****************************  Estilos Generales **********************************************/

label.bf-required::after {
	content: " *";
	color: #c00;
}

bf-message {
	margin-top: -10px;
	margin-bottom: 0px !important;
}

.estilo-alerta-formulario {
	margin-top: -15px !important;
	margin-bottom: 15px !important;
	background-color: white;
	border: none;
	box-shadow: none;
	padding-left: 0px;
}

.bf-message {
    margin-bottom: 10px !important;
}

.enlace-color-principal {
	color: #049ab2;
	font-weight: bold;
}

.enlace-color-principal:hover, .enlace-color-principal:focus {
	color: #049ab2;
	font-weight: bold;
}

.form-control[disabled], fieldset[disabled] .form-control {
	cursor: not-allowed;
	color: #555555;
	background-color: #eeeeee;
}

.texto-ayuda-campo {
	font-size: 0.875rem;
	color: #3d3d3d;
}

.input-ayuda-campo {
	color: #3d3d3d;
	font-size: 0.875rem;
	margin-top: -15px;
}

.icono_exito {
	color: #0fa04a;
	font-size: 2.5rem;
}

.icono_error {
	font-size: 2.5rem;
}

.icono_info {
	color: #2d5ca8;
	font-size: 2.5rem;
}

.titulo_mensaje {
	font-size: 1.4rem;	
	font-weight: bold;
}

.btn-auxiliar {
    background-image: -webkit-linear-gradient(top, #ddd 0%, #fefefe 100%);
    color: #333;
    border: solid 1px #aeaeae;
    font-weight: 600;
}

.btn-outline {
    background-color: white;
    color: #007E93;
    border: solid 1px #049ab2;
    font-weight: 600;
    padding: 5px 5px 4px 5px;
}

.btn-outline:hover, .btn-outline:active  {
    background-color: white;
    color: #007E93;
    border: solid 1px #049ab2;
    font-weight: 600;
    padding: 5px 5px 4px 5px;
    background-color: #f3f3f3;
}


.btn-outline-danger {
	background-color: white;
	color: #B81E36;
	border: solid 1px #7b1424;
	font-weight: 600;
	padding: 5px 5px 4px 5px;
}


.btn-outline-danger:hover, .btn-outline-danger:active {
	background-color: white;
	color: #B81E36;
	border: solid 1px #7b1424;
	font-weight: 600;
	padding: 5px 5px 4px 5px;
}

.form-control[readonly] {
	background-color: #ffffff;
	border: none;
	box-shadow: none;
	font-weight: bold;
}

@media ( max-width : 1024px) {
	.icono_exito {
		display: none;
	}
	.icono_error {
		display: none;
	}
	.icono_info {
		display: none;
	}
}

.row {
 margin-left:0px;
 margin-right:0px;
}
