/* CSS Theme Roo */
body {
  background-color: var(--whitish-gray);
  color: var(--dark-gray);
  line-height: 1.5;
  letter-spacing: 0;
  padding-top: 80px;
  padding-bottom: 70px;
}
img{
	border: 0; max-width: 100%; outline: none;
}
.navbar-brand img{
	height: 50px;
}
a{
  transition: color 150ms ease;
}
a:focus, a:hover{
  outline: none;
}
.content a.btn-action:hover,
.content .paginate_button a:hover,
.content a.btn:hover {text-decoration: none;}

.clearfix {clear: both;}

/*--NAVBAR-------------*/
.navbar-brand {color: var(--primary);}
.navbar-header .organization-logo {vertical-align: middle; padding: 0.2em 1em;}
.navbar-header .application-name { color: #34302d;}
.navbar-header .application-name strong {}
.navbar-default .navbar-header .application-name a {text-decoration: none;}
.navbar-inverse .navbar-header .application-name a {color: #fff; text-decoration: none;}
.navbar-header .application-name small {}

.dropdown-menu > li button.btn-link {
  display: block;
  padding: 3px 20px;
  white-space: nowrap;
  color: #333;
  width: 100%;
  text-align: left;
}
.dropdown-menu > li button.btn-link:hover,
.dropdown-menu > li button.btn-link:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active button.btn-link,
.dropdown-menu > .active button.btn-link:hover,
.dropdown-menu > .active button.btn-link:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

/*--FOOTER-------------*/

footer{
	padding: 0.2rem 0;
	text-align: center;
	position: absolute;
	bottom: 15px;
	background-color: var(--dark-wine);
	color: white;
}
footer p{font-size: 0.875em;}
footer a:hover, footer a:focus{text-decoration: none;}

/*--CONTENT-------------*/

/* second container */
.content {
  clear: both;
  min-height: 26.3em;
  display: block;
  padding: 0.4em 1em 1em 1em;
  background: white;
  -webkit-box-shadow: 0 10px 10px rgba(34,34,34,.3);
  -moz-box-shadow: 0 10px 10px rgba(34,34,34,.3);
  box-shadow: 0 10px 10px rgba(34,34,34,.3);
  border-radius: 0.2rem;
}
.content > .panel{
/*   margin: 1em; */
}
/*--SHOW-------------*/
.content ul.list-unstyled li{
  margin: 0.25em 0;
}
.content ul.list-unstyled li{
  padding: 0.25em 0;
}
.content ul.list-unstyled li strong{
  min-width: 15%;
  display: inline-block;
 }
.content ul.list-unstyled li span{
  display: inline-block;
  padding-left: 1em;
}
.content [id$="FieldSet"] h2{
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: inherit;
    border-bottom: 1px solid #f1f1f1;
}
dd, dt {
    margin: 0px 5px 5px 0px;
}

/*--ALERTS-------------*/

.alert blockquote{
   margin: 0;
   font-size: inherit;
}
.alert-info blockquote {
  border-left-color: #31708f;
}
/*--FORMS-------------*/

legend{
  border-bottom: 1px solid #f1f1f1;
}
.form-horizontal .form-group input[type="radio"],
.form-horizontal .form-group input[type="checkbox"] {
    margin-left: 0;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}
.kv-fileinput-caption {
	border: 1px solid var(--secondary);
}

/*--TABLES-------------*/
table.dataTable thead th{
	background-color: var(--gray);
	color: white;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
}

/** toolbars datatables **/
div.dataTables_wrapper div.dataTables_paginate,
div.dataTables_wrapper div.dataTables_info{
  padding: 0;
}

div.dataTables_wrapper div.dataTables_filter,
div.dataTables_wrapper div.dt-buttons.btn-group{
  padding: 0.1em 0;
}
.pagination{
  text-transform: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
  padding: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
   background: none;
}
/** btn datatables **/
table a.btn-action {
  text-decoration: none;
  color: #3e3f3a;
}
table .btn-action + .btn-action {
    margin: 0 0 0 0.35em;
}
table a.btn-action:hover,
table a.btn-action:focus,
table a.btn-action:active {
  color: #79a736;
}
table.dataTable.no-footer {
    border-bottom: 1px solid var(--gray-light);
}

div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: 16px;
    padding: 0.5em 0;
    height: 30px;
    overflow: hidden;
    border-radius: 4px;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.alert a.btn{
  color: #555555;
  text-decoration: none;
}
/*-------------------INDEX-------------------*/

body.home .content{
  background: none;
  padding: 0;
  box-shadow: none;
}
body.home .box-center{
  padding: 1em 2em;
  background: #fff;
  box-shadow: 0 0 0 0,0 6px 12px rgba(34,34,34,.1);
}
body.home .navbar {  margin-bottom: 0px;}

/*--HEADER-------------*/
.jumbotron {
    min-height: 6.5em;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 2em;
    border-top: 3px solid var(--dark-primary);
    border-right: 3px solid var(--primary);
    border-bottom: 3px solid var(--secondary);
    border-left: 3px solid var(--dark-secondary);
}
.jumbotron.bg-banner {
    min-height: 20em;
    color: #fff;
    text-align: center;
    padding: 3em;
    background-image: url(../img/geo.png);
    background-repeat: no-repeat;
    background-position: 50% 20%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.jumbotron .project-name{
  color: #fff;
  text-align: center;
  font-size: 4em;
}
.jumbotron .project-tagline {
   color: #fff;
    margin-bottom: 2rem;
    font-weight: normal;
    opacity: 0.7;
}

/*--SOCIAL LINKS-------------*/

.social-links a{
  color: #999;
  text-decoration: none;
  font-size: 1.5em;
  margin: 0 0.15em;
}

/*--BLOCKS----------------*/

.blocks { margin-top: 2em;}
.block-item {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  position: relative;
  margin-bottom: 30px;
}
.block-item .doc {
  padding: 15px;
  float: left;
  font-size: 4em;
}
.block-item a{
  color: #fff;
  cursor: pointer;
}
.block-item .text {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.9);
  padding: 16px 12px;
}
.block-item .text > h2 {
  margin: 0;
  line-height: 100%;
  font-size: 22px;
  font-weight: 300;
  color: #fff;
}
.block-item .text > small {
  margin-bottom: 2px;
  display: block;
}
.block-item .text > p,
.block-item .text > h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.block-item > .clearfix,
.block-item > .dl-horizontal dd,
.block-item > .container,
.block-item > .container-fluid,
.block-item > .row,
.block-item > .form-horizontal .form-group,
.block-item > .btn-toolbar,
.block-item > .btn-group-vertical > .btn-group,
.block-item > .nav,
.block-item > .navbar,
.block-item > .navbar-header,
.block-item > .navbar-collapse,
.block-item > .pager,
.block-item > .panel-body,
.block-item > .modal-header,
.block-item > .modal-footer {
  position: relative;
  z-index: 1;
}
.block-item:before {
  -webkit-transition: width;
  -o-transition: width;
  transition: width;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "";
  width: 83px;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
}
.block-item:hover .text {color: #fff !important;}
.block-item:hover:before { width: 100%;}

/*
 * Material Background Colors
 */

.bgm-teal { background-color: #009688 !important;}
.bgm-red { background-color: #f44336 !important;}
.bgm-amber { background-color: #ffc107 !important;}
.bgm-bluegray {background-color: #607d8b !important;}


/* SANDSTONE THEME CUSTOM
-----------------------------------------------------------------------------*/

/*-- NAVBAR -------------*/
.navbar{
	background-image: linear-gradient(rgb(255, 255, 255) 55%, rgb(230, 230, 230) 100%);
}
.navbar-default .navbar-header .application-name a {color: #0f5e62; text-decoration: none;}

.dropdown-menu > li button.btn-link {
  clear: both;
  font-size: 11px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
  color: #262626;
}
.dropdown-menu > li button.btn-link:hover,
.dropdown-menu > li button.btn-link:focus {
  color: #646464;
  background-color: #f8f5f0;
}
.dropdown-menu > .active button.btn-link,
.dropdown-menu > .active button.btn-link:hover,
.dropdown-menu > .active button.btn-link:focus {
  color: #98978b;
  background-color: #f8f5f0;
}

/*-- SELECT2 -------------*/
.select2-container--bootstrap .select2-selection--multiple {
  padding: 6px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__arrow,
.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder,
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder{
	color: var(--secondary);
    padding: 0;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__arrow b,
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    border-color: #dfd7ca transparent transparent transparent;
}
/* align options in left */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered{
	padding-right: 0.5em !important;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
    margin-right: 0 !important;
}

/* MEDIA QUERIES
-------------------------------------------------------------------------------*/

@media print {
  body {background: #fff;}
  .content .main  {width: 98%;}
}

@media (max-width: 992px){
  .navbar-nav.upper-nav > li > a {padding: 15px 5px}
}

@media (min-width: 1100px){
  /* navbar fixes */
  .navbar-nav#entitiesMenuEntries {
      max-width: 100%;
  }
}
/************* ISSSTEP *************/
h1.titulo, h2.titulo,
h3.titulo, h4.titulo,
h5.titulo, h6.titulo {
	color: var(--dark-secondary);
	margin-bottom: 0.2em;
	border-bottom: 3px solid var(--wine);
}
div.content > h1 > svg, div.content > h2 > svg,
div.content > h3 > svg, div.content > h4 > svg,
div.content > h5 > svg, div.content > h6 > svg {
	color: var(--orange)
}
input 				{
  font-size:18px;
  padding:10px 10px 10px 5px;
  display:block;
  border:none;
  border-bottom:1px solid var(--gray);
}
input:focus 		{ outline:none; }
/* LABEL ======================================= */
label {
	color: var(--dark-secondary);
}
label.hint{
  color: var(--dark-secondary); 
  font-size: 15px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  top: 10px;
  transition: 0.2s ease all; 
  -moz-transition: 0.2s ease all; 
  -webkit-transition: 0.2s ease all;
}
small, .small {
    font-size: 85%;
    font-weight: 400;
}
/* active state */
input:focus ~ label.hint,
input.lleno ~ label.hint,
textarea:focus ~ label.hint,
textarea.lleno ~ label.hint {
    top: -9px;
    font-size: 13px;
    color: var(--primary);
}
.alert{
	margin-bottom: .5rem;
}
.card {
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.7);
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.7);
    border-radius: 0.5rem;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.4rem 1rem;
}
.card-header:first-child {
	border-top-left-radius: 0.5rem;
  	border-top-right-radius: 0.5rem;
}
.card-header > h1,
.card-header > h2,
.card-header > h3,
.card-header > h4,
.card-header > h5,
.card-header > h6 {
	color: white;
	margin-bottom: 0;
	border-bottom: 0;
}
.card-header h1 > svg,
.card-header h2 > svg,
.card-header h3 > svg,
.card-header h4 > svg,
.card-header h5 > svg,
.card-header h6 > svg {
	margin-right: 0.7rem;
}
.cuadro-icono-titulo {
	position: relative;
    top: -15px;
    background-color: var(--dark-wine);
    width: max-content;
    padding: 9px 12px 5px 12px;
    color: white;
    float: left;
    margin-right: 10px;
    border-radius: .3rem;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.9);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.9);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	cursor: not-allowed;
	color: #666 !important;
	border: 1px solid transparent;
	background: transparent;
	box-shadow: none;
}
.tab-content{
	border: 2px solid var(--whitish-secondary);
    padding: 5px;
    border-radius: .2rem;
}
table tbody tr,
table.dataTable tbody tr {
	background-color: var(--whitish-secondary);
	color: var(--dark-secondary);
}
.table-hover > tbody > tr, .table-hover > tbody > tr > th, .table-hover > tbody > tr > td {
    -webkit-transition: all 0.01s;
    transition: all 0.01s;
}
table.dataTable > tbody > tr.child:hover {
    color: var(--secondary);
}
table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
	background-color: var(--primary);
}
table.dataTable tbody tr.selected, table.dataTable tbody th.selected, table.dataTable tbody td.selected {
	color: white;
}
.modal-loading {
	background: rgba(0, 0, 0, 0.75);
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	transition: all .5s;
	z-index: 98989;
	display: block;
}
.modal-loading-content {
	width: 220px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	font-size: 1.5em;
	text-align: center;
}
/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}