.r-view-label {
    width: 185px; /* 25% */
    text-align: right;
}
.r-view-field {
    width: 50%;
}
.r-view-tooltip {
    width: 25%;
}
label:after {
/*    content: " :";  */
}
.caret {
    color: white;
}
/*
.dropdown-toggle {
    color: white;
}
*/
.breadcrumb {
    color: white !important;
}
body.function-login {
    height:100%;
    background:transparent url("../../ICM/images/citations_001.png") no-repeat center center fixed;
    background-size:cover;
}
body.function-menu {
    height:100%;
    background:transparent url("../../ICM/images/citations_001.png") no-repeat center center fixed;
    background-size:cover;
}
body.function-remind {
    height:100%;
    background:transparent url("../../ICM/images/citations_001.png") no-repeat center center fixed;
    background-size:cover;
}
body.function-remind_successs {
    height:100%;
    background:transparent url("../../ICM/images/citations_001.png") no-repeat center center fixed;
    background-size:cover;
}
body.function-register {
    height:100%;
    background:transparent url("../../ICM/images/citations_001.png") no-repeat center center fixed;
    background-size:cover;
}
body.function-changepwd{
    height:100%;
    background:transparent url("../../ICM/images/citations_001.png") no-repeat center center fixed;
    background-size:cover;
}
body.function-changepwd_success{
    height:100%;
    background:transparent url("../../ICM/images/citations_001.png") no-repeat center center fixed;
    background-size:cover;
}
body.function-register_success{
    height:100%;
    background:transparent url("../../ICM/images/citations_001.png") no-repeat center center fixed;
    background-size:cover;
}
.welcome_group:before {
    color: #ffffff;
}
h2.function-menu {
		color: #ffffff;
}
.glyphicon-globe {
color: #28750b;
}
.btn .caret {
border-top-color: #28750b;
}
/*
[data-cellid="grid_cell_icons"][data-page="meetings_list"] {
    white-space: normal !important;
}
*/
.modal-header.modal-header {
	background-color: #2DA3E7;
	color: white !important;
}
.modal-header.modal-header h2{
  color: white !important;
}
.modal-header {
	color: white !important;
}
/*
.btn-link {
	color: #fff;
	background-color: #178acc;
	border-color: #1684c2;
	box-sizing: border-box;
	border-radius: 3px;
	border: 5px solid #178acc;
}
*/
.filter-clear {
	color: #fff;
	background-color: #178acc;
	border-color: #1684c2;
	box-sizing: border-box;
	border-radius: 3px;
	border: 5px solid #178acc;
}
.filter-btn-apply {
	color: #fff;
	background-color: #178acc;
	border-color: #1684c2;
	box-sizing: border-box;
	border-radius: 3px;
	border: 5px solid #178acc;
}
a:hover.filter-btn-apply {
    color: #fff;
    text-decoration: underline;
}
a:hover.filter-clear {
    color: #fff;
    text-decoration: underline;
}
/* Separador de list "hijos" */
.r-gridrow {
  border-bottom: 1px dotted gray;
  margin: 0; 
}
/* Solapa Activa */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus  {
	background-color: #ecf0f1 !important; 
	font-weight: bold;
}
.panel-info > .panel-heading {
    background-color: #527898;
}