/***************************************************************************************/
/* HELPERS *****************************************************************************/
.top-buffer { margin-top: 10px; }
.right-buffer { margin-right: 10px; }
.line-wrap { white-space: pre-wrap; }
.flex { display: flex; }
.font-italic { font-style: italic;}
.mt-0 {margin-top: 0!important;}
.mb-0 {margin-bottom: 0!important;}
.ml-0 {margin-left: 0!important;}
.mr-0 {margin-right: 0!important;}
.m-0 {margin: 0!important;}
.mt-1 {margin-top: .25rem!important;}
.mb-1 {margin-bottom: .25rem!important;}
.ml-1 {margin-left: .25rem!important;}
.mr-1 {margin-right: .25rem!important;}
.m-1 {margin: .25rem!important;}
.mt-2 {margin-top: .50rem!important;}
.mb-2 {margin-bottom: .50rem!important;}
.ml-2 {margin-left: .50rem!important;}
.mr-2 {margin-right: .50rem!important;}
.m-2 {margin: .50rem!important;}
.mt-3 {margin-top: .75rem!important;}
.mb-3 {margin-bottom: .75rem!important;}
.ml-3 {margin-left: .75rem!important;}
.mr-3 {margin-right: .75rem!important;}
.m-3 {margin: .75rem!important;}
.mt-4 {margin-top: 1rem!important;}
.mb-4 {margin-bottom: 1rem!important;}
.ml-4 {margin-left: 1rem!important;}
.mr-4 {margin-right: 1rem!important;}
.m-4 {margin: 1rem!important;}
.pt-0 {padding-top: 0!important;}
.pb-0 {padding-bottom: 0!important;}
.pl-0 {padding-left: 0!important;}
.pr-0 {padding-right: 0!important;}
.p-0 {padding: 0!important;}
.pt-1 {padding-top: .25rem!important;}
.pb-1 {padding-bottom: .25rem!important;}
.pl-1 {padding-left: .25rem!important;}
.pr-1 {padding-right: .25rem!important;}
.p-1 {padding: .25rem!important;}
.pt-2 {padding-top: .50rem!important;}
.pb-2 {padding-bottom: .50rem!important;}
.pl-2 {padding-left: .50rem!important;}
.pr-2 {padding-right: .50rem!important;}
.p-2 {padding: .50rem!important;}
.pt-3 {padding-top: .75rem!important;}
.pb-3 {padding-bottom: .75rem!important;}
.pl-3 {padding-left: .75rem!important;}
.pr-3 {padding-right: .75rem!important;}
.p-3 {padding: .75rem!important;}
.pt-4 {padding-top: 1rem!important;}
.pb-4 {padding-bottom: 1rem!important;}
.pl-4 {padding-left: 1rem!important;}
.pr-4 {padding-right: 1rem!important;}
.p-4 {padding: 1rem!important;}
/* / HELPERS ***************************************************************************/
/***************************************************************************************/


html, body {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  font-size: 95%;
  font-family: Arial;
}
#select-language {display:none;}

a {
  color: #0b2d39;
  text-decoration: none;
}

a:hover {
  color: #0b2d39;
  text-decoration: underline;
}

/* Adaptaciones estilos app.net a Java */
body {
  margin: 0px;
  background-color: #fff;
  overflow: auto;
}

/* HELPERS */
.top-buffer { margin-top: 10px; }
.line-wrap { white-space: pre-wrap; }
/* / HELPERS */

.layout-banner {margin-bottom: 20px;}
.layout-navigation {}
.layout-navigation::before {}
.layout-content {margin-bottom: 40px; animation-duration: 1.5s; opacity:0; transition-duration: 1s;}
.layout-content.show { opacity: 1;}
.layout-content .layout-content-section {
	background-color: #eee;
	padding: 20px 20px 20px 45px;
	position: relative;
	margin: 10px 0;
}
.layout-content .layout-content-section::before {
	height: 50px;
	width: 50px;
	background-color: #bbb;
	position: absolute;
	top: 20px;
	left: -25px;
	border-radius: 100px;
	text-align: center;
	line-height: 50px;
	font-size: 25px;
	font-weight: bold;
	color: white;
	opacity: .5;
	content: ' ';
}
.layout-content .layout-content-section.info::before { content: 'i'; background-color: #6cb5ff; }
.layout-content .layout-content-section.question::before { content: '?'; background-color: #007eff; }
.layout-content .layout-content-section.warning::before { content: '!'; background-color: #ff7e00; }
.layout-content .layout-content-section.danger::before { content: '!'; background-color: #ff0000; }
.layout-content .layout-content-section.success::before { content: '!'; background-color: #99d481; }

.layout-content .layout-content-filter { margin: 10px 0 10px -20px; }

.layout-wait {animation-duration: 6s; position: absolute; top: 30%; left: 40%; z-index: 1000; background-color: #fff; padding: 15px; border-radius: 5px; width: 200px;}

/** NavPanel**/
.navbar-brand img {
  margin-top: -5px;
}

.alert-info {
    color: #333;
    background-color: rgb(238,238,238);
    border-color: transparent;
}

.navbar-right {
	margin-right: 0;
}

.headerTime {
  font-size: .8em;
  color: gray;
  line-height: 18px;
  text-align: right;
}

.header-user-auth, .header-user-auth:hover {
	background-color: #C2002F !important;
	color: white !important;
}	


/** Header **/
.page-header {
	background: transparent url("../images/cce-home-bk.png") no-repeat;
	background-size: 100% 141px;  
	color: white;
	padding: 0 0 0 30px;
	min-height: 120px;
	position: relative;
}
.page-header h1 {
	padding: 20px;
	margin-bottom: 0;
}
.page-header p {
	margin-bottom: 0;
}
.page-header-xs {
	margin-top: 69px;
    min-height: 20px;
}
.page-header .nav-tabs {
	position: absolute;
	bottom: -19px;
	right: 20px;
}
.page-header .nav-tabs > li > a {
	border-color: transparent;
	background-color: #C2002F;
	color: white;
	opacity: 0.6;
}
.page-header .nav-tabs > li.active > a {
	border-color: transparent;
	background-color: #C2002F;
	color: white;
	opacity: 1;
}
/** Navigation (left options) **/
.navigationPanel i {
  padding-right: 5px;
}
.contentPanelBlock {
	margin: 10px 0;
}
.navigation-title {
	color: #0b2d39;
}
.navigation-sections {
	background-color: #f5f5f5;
	padding: 20px;
	margin-bottom: 10px;
	opacity: 0.9;
	color: #333;
	border: 1px solid #ddd;
}
.navigation-sections i {
	font-size: 18px;
}
.navigation-sections a {
	color: #333;
}
.progress {
	height: 5px;
}

/*Blocks*/
.block {
  overflow: hidden;
  margin-bottom: 10px;
  min-height: 130px;
  padding: 15px 15px 10px;
  border: solid 1px transparent;
  transition: all 0.4s ease-in-out;
}

.block:hover {
  border: solid 1px red;
}

.block .desc {
  padding: 0 15px;
  overflow: hidden;
}

.block .desc h4 {
  font-size: 22px;
  line-height: 25px;
}

.block .block-icon {
  float: left;
  padding: 10px;
  font-size: 35px;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.block .block-icon.icon-cogs {
  font-size: 37px;
}

.block .block-icon.icon-plane {
  font-size: 43px;
}

/** Content info panel **/
.contentHomePanel {
  min-height: 500px;
}

.contentPanel {
  margin-bottom: 15px;
  min-height: 500px;
}
.contentPanel .optionPanelList {
  max-height: 250px;
  overflow: auto;
}

/** Footer **/
.footer-logo {
  margin: 10px 5px;
}

.layout-footer {
  min-height: 40px;
  background-color: white;
  font-size: .9em;
}
.layout-footer .rojo {
	background-color: #C2002F;
	color: white;
}
.layout-footer .rojo a{
	color: white;
}

.link-list i {
  margin-left: 5px;
}

.headline h2 {
  color: #eeeeee;
}

strong {
  color: #333;
}

.rowSelectable {
	cursor:pointer;
	border-left: solid 5px transparent;
}
.rowSelected {
	border-left: solid 5px #0b2d39;
	background-color: #d5d5d5 !important;
}
.firstUpper:first-letter {
    text-transform: uppercase;
}

.certs-list {
	max-height: 350px;
	overflow: auto;
    word-break: break-word;
}

.faqs{
  margin-bottom: 20px;
}

#sidebar{
	background-color: white;
}

.faqs h4{
   margin-bottom: 20px;
   font-size: 110%;
   background-color: #f5f5f5;
   padding: 5px 5px;
   border-radius: 4px;
   color: black;
}

#gridTramites {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 15px 20px;
}

.tramites .tramite, .entidades .entidad {
    opacity: 0.9;
    color: #333;
    padding: 10px;
	border-bottom: solid 1px #ddd;
	margin-top: 0 !important;
}
.tramites .tramite h4 a, .entidades .entidad h4 a {
	color: #C2002F;	
}
.tramites .tramite:hover, .entidades .entidad:hover  {
	background-color: #f1f1f1;
    opacity: 1;
}

.btn-primary {
	color: white;
    background-color: #C2002F;
	border-color: #C2002F;
	opacity: 1;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	color: white;
    background-color: #C2002F;
	border-color: #C2002F;
	opacity: .7;
}

.btn-primary.disabled, .btn-primary[disabled] {
    background-color: #C2002F;
	border-color: #C2002F;
}

.avisos{
	background-color: white;
}

.avisos .media{
	display: table;
	background-color: #f5f5f5;
	color: black;
	border: 1px solid #ddd;
	
}


.mininav .nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
}


.mininav >li>a {
	padding: 3px 6px;
	height: 43px;
	
}

.mininav .nav-tabs, .nav-pills {
    text-align:center;
}
.nav-tabs>li>a, .nav-pills>li>a
{
	background-color: #f5f5f5;
	border-bottom: #ddd;
	border: 1px solid #ccc
	/*margin-bottom: 1px;*/
} 
.nav-tabs > li.active > a, .nav-pills > li.active > a {
	background-color: #C2002F;
	color: white;
	border: solid 1px #C2002F;
}
.nav-tabs > li.active > a:focus, .nav-pills > li.active > a:focus {
	background-color: #C2002F;
	color: white;
	border: solid 1px #C2002F;
}
.nav-tabs > li.active > a:hover, .nav-pills > li.active > a:hover {
	background-color: #C2002F;
	color: white;
	border: solid 1px #C2002F;
}
.pagination li a {
	color: #C2002F;
}
.pagination .active a {
	color: white;
    background-color: #C2002F;
	border-color: #C2002F;
	opacity: .7;
}
.pagination .active a:hover {
	color: white;
    background-color: #C2002F;
	border-color: #C2002F;
	opacity: .8;
}

hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #000;
}

.panel {
    margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;	
}


.nav-tabs {
    border-bottom: 0px;
}

.badge {
  color: #C2002F;
  background-color: white;
}

@media(max-width: 730px){

.img-responsive {
   max-width: 50%;
 }
}
/*-------------------------------------------------*/

/*-------------------------------------------------*/

.accordion-content {
    display: none; 
	text-align: justify;
	padding-left: 25px;
	padding-right: 15px;
	opacity: 0.7;
	border-left: 8px solid #C2002F;
}
.map-contain h4{
  color: #C2002F;;
}
.map-contain a{
  color: #C2002F;;
}

.intro .nav > li > a {
	/*border: 1px solid grey;*/
	position: relative;
	display: block;
	/*color: black;*/
	padding: 5px 10px;
    height: 36px;
}
.tramites .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: white;
    background-color: #C2002F;
    border: 1px solid #C2002F;
    border-bottom-color: transparent;
    /* height: 41px; */
}

.map {
	height: 300px;
}

.calendar-date { padding-left: 5px;}
.calendar-date .month {font-weight: bold; text-align: center; text-transform: uppercase;}
.calendar-date .day {text-align: center; font-size: 20px; font-weight: bold}
.calendar-date .year {text-align: center; font-size: small;}

.tag-organismo{
	margin: 5px;
	background-color: #4fc7d9;	
	color: white;
}

.tag-tipotramite{
	margin: 5px;
	background-color: #d04a96;
	color: white;	
}

.tag-categoria1{
	margin: 5px;
	background-color: #3c763d;
	color: white;	
}

.tag-categoria2{
	margin: 5px;
	background-color: #7877dc;
	color: white;	
}

.tag-categoria3{
	margin: 5px;
	background-color: #de5368;
	color: white;	
}

.tag-categoria4{
	margin: 5px;
	background-color: #ff880c;
	color: white;	
}

.tag-categoria5{
	margin: 5px;
	background-color: #a94442;
	color: white;	
}

.listado{
  margin: 20px;
  margin-right: 20px;
  border: 1px solid #adadad;
  border-radius: 4px;
}

.listado .panel-heading{
  background-color: rgb(238,238,238);
  border-bottom: rgb(194, 0, 47); 

}

.listado .panel-body{
  border-top: 2px solid rgb(194, 0, 47); 
}

.panel-body .entidades .entidad {
	border-bottom: solid 1px #C2002F;
}

.listado .panel-title{
  color: darkgrey;
}

.color-red {
	color: #C2002F;
	opacity: 0.7;
}

.color-blue {
	color: #0058ff;
	opacity: 0.7;
}
.marg{
	margin-top: 35px;
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: -1px;
}

/*carpeta-solicitante*/
#infoPersonaReg, #infoPersonaRegEmpty {
	display: none;
}

#panel-password {
	display: none;
}

/* Personalizaciones celdas tabla notificaciones */
.texto-celda-notif {
	word-break: break-all;
	white-space: normal;
	text-align: justify;
}

.celda-notificacion {
	float: left;
	border-bottom: 0px;
}

textarea {
    border: none;
    outline: none;
}

textarea:disabled {
    background-color: white;
}