﻿.red 		{ color: red}
.green 		{ color: green}
.grey 		{ color: grey}
.lightgrey 	{ color: lightgrey}
.orange		{ color: orange}

.to-right {
	text-align:right;
}

.tab50 {
	padding-left: 50px;
}

.f24 {
	font-size:20px;	
}

.logo60 {
	width: 96px;
    border: 1px solid #ddd;
    padding: 3px;
}

.scroll {
    background: #ffffff;
    width: 100%;
    height: 200px;
    overflow: auto;
    border: 1px solid #808080;
    padding: 2px;
}

.opacity30 {
    opacity: 0.3;
    filter: alpha(opacity=30); /* msie */
}

.fotocircular40 {
    width: 40px;
    height: 40px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
}

.style2  { 
    display: block;
    font-size: 100%; 
	margin-right:10px;
}

img.desaturate { 
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

table.porcentajes td {
	width:30px;
	text-align: right;
}

table.porcentajes tr:first-child {
	border-bottom: 1px dotted #ccc;
}

.bloque-comunicado td{
	padding:4px;
}
.bloque-comunicado table{
    border: solid #ddd;
	width:100% !important;
}



.input-group-addon .campo-mail {
	width:65px;
	text-align:left;
}

.input-group-addon .campo15 {
	width:15px;
	text-align:center;
}


.navbar {
    z-index: inherit;
}

div.mce-fullscreen {
    z-index: 9999;
}

.reserva-reg,
.pagination li:not(.active) ,
.nav-tabs li:not(.active),
th.sorting, th.sorting_asc, th.sorting_desc  {
	cursor:pointer;
}

.icon-clear {
	 color: #ccc;
	 position : absolute;
	 top:1%;
	 left :14%;
}

.invert .btn-default.toggle-on {
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.invert .btn.active.toggle-off {
	-webkit-box-shadow: none; 
	box-shadow: none; 
}


.badge.new { background: #e74c3c !important; }


.datepicker {
	padding: 0px;
}


.fixmenu > li {
	margin-right: .5em;
	margin-left: .5em;
	padding: 0;
}


.jqstooltip {
  width: auto !important;
  height: auto !important;
}


.chart-divisa {
	text-align: center;
	width: 20%;
	height: 20px;
	padding-top:4px;
	cursor:pointer;
}

.tr-foro {
	cursor:pointer;
}

.chart-divisa:hover,
.tr-foro:hover,
.topic:hover
 {

	background-color: aliceblue;
}


.bandera20 {
	height: 20px;
	border: 1px solid #ccc;
	padding:2px
}

.comunicado-content {
	border:1px solid #ccc; 
	padding:35px;
	clear: both; 
	height: auto; 
	max-width: 690px;
    margin: auto;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.25);
}

.responsive-img {
	max-width: 100%;
}

.listafiltros-content {
	background-color: #DEEBF2;
	margin-bottom:30px;
}

.row-spacerwell {
	height: 19px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.quantity-remove, .quantity-add {
    cursor: pointer;
}
.quantity-add.glyphicon, .quantity-remove.glyphicon {
    display: block;
    cursor: pointer;
}

.ofertabf:hover img {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);	
}

.ofertabf .ofertabfimg img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
    max-width: 100%;   
	}

.ofertabf span {
    padding-top: 10px;	
	overflow: auto;
	}

.ofertabf .ofertabfimg {
	border: 1px solid #ccc;
	width: 150px;
	overflow: auto;
    padding: 6px;	
    margin: 0 auto 10px
}

.ofertabf  {
	width: 250px;
	height: 350px;
	float: left;
	text-align: center;
	padding:10px;
    margin-bottom: 10px;
}


.right-to-left li { 
	float: right; 
}

.cursor-pointer {
	cursor: pointer;
}

.s20 {
	font-size: 20px;
	color: #888;
}

.rowfiles {
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px 0 20px 0;
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  content: " ";
  display: table;
}

.categoria i {
	color: #C68100;
}

.forum-info .lecturas {
	color: blue;
}
.forum-info .temas {
	color: red;
}
.forum-info .mensajes{
	color: green;
}

.forum-item
,li.topic {
	cursor: pointer;
}

.isleido {
	color: #1788a8;
}


.chatglobe {
	  position: relative;
	  border-radius: 6px;
      background-color: #f0f0f0;
	  padding:20px;
}

.chatglobe::after {
	  content: '';
	  position: absolute;
	  border-style: solid;
	  border-width: 8px 15px 8px 0;
	  border-color: transparent #f0f0f0;
	  display: block;
	  width: 0;
	  z-index: 1;
	  left: -14px;
	  top: 20px;
}

.chatglobe.noval{
      background-color: #F9E3E3;	
}

.chatglobe.noval::after {
	  border-color: transparent #F9E3E3;
}

.chatglobe.penval {
      background-color:  #FFFFD8;	
}

.chatglobe.penval::after {
	  border-color: transparent #FFFFD8;
}
	
.forum-item {
/*  margin: 10px 0; */
/* padding: 10px 0 20px; */
  padding: 20px;
  border-bottom: 1px solid #f1f1f1;
}
.forum-icon {
  float: left;
  width: 50px;
  margin-right: 30px;
  text-align: center;
}
.forum-icon .fa {
  font-size: 50px;
  color: #C8CCCD;
}
.forum-info {
  text-align: center;
}
.forum-item.active a.forum-item-title {
  color: #1ba3cb;
}
.forum-item .forum-sub-title {
  color: #999;
  margin-left: 50px;
}
a.forum-item-title {
  color: inherit;
  display: block;
  font-size: 18px;
  font-weight: 600;
}
.forum-item small {
  color: #999;
}

.forum-item:hover {
	background-color: aliceblue;
}

.views-number {
  font-size: 24px;
  line-height: 18px;
  font-weight: 400;
}



.panel-list-time {
	padding-left: 30px;
    padding-bottom: 30px;
    width: 135px;
}

.panel-list-meta {
  padding-top: 25px;
}

.oddItem {
    background-color: #f9f9f9;
}


.panel-85 {
  margin-left: 85px;
}

.icon-key {
  background-color: #5cb85c;
  float: right;
  padding: 5px;
}

.claves-jefe .label-default {
	background-color: #D5D5D5;;
}

.claves-jefe i {
	color: #e74c3c;
}

.cu-table-claves {
	margin-bottom: 0px; 
}
 
.borderless td, .borderless th {
    border: none !important;
} 


.dropdown-menu i {
	width: 20px;
}

hr.doc-separator {
	margin: 60px 0 20px 0;	
}

.doc-subtitulo {
	color: #111;
    font-size: 30px;
    font-family: Oswald;
    font-weight: 400;
}

.doc-logo {}

.row-stat:hover {
	cursor: pointer;
	background-color: #D9E9F7;
	-webkit-transition: background-color 500ms linear;
	-moz-transition: background-color 500ms linear;
	-o-transition: background-color 500ms linear;
	-ms-transition: background-color 500ms linear;
	transition: background-color 500ms linear;
}

.favorito-item-file .favorito-icon {
  background-color: #e74c3c;
}

.modal-styled .modal-top {
  padding: 14px 20px 5px;
  background-color: #F6FAB3;
  border-bottom: 1px solid #ddd;
}

.favorito-icon {
	position: relative;
	left: -5px;
	top: -25px;
	width: 90px;
	height: 95px;
	color: #FFF;
	text-align: center;
	font-size: 60px;
	line-height: 80px;
	background-color: #428bca;
	border: 6px solid #FFF;
	border-top-right-radius: 100px;
	border-top-left-radius: 100px;
	/* border-bottom-right-radius: 100px; */
	border-bottom-left-radius: 100px;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
	float: left;
	margin: 0px 20px 0 0;
}

.cu-categoria i {
	color: rgb(199, 199, 199);
	width: 30px;
	}	

.cu-categoria{
	padding: 10px 15px;
	color: #444;
	background-color: #f5f5f5;
	border-radius: 4px;  
	display: block;
	width: 100%;
	margin: 0px 0px 30px 0px;
	font-family: Oswald;
	font-weight: 400;
	font-size: 24px;
	clear:both;
	border-bottom: 1px #ddd solid;
}

.cu-logo,.cu-logo-fav {
	text-align:center;
	cursor:pointer;
	width:195px;
	height:80px;
	float:left;
	position: relative;
}

.cu-gris {
    opacity: 0.3;
    filter: alpha(opacity=30); /* msie */
    filter: grayscale(100%); /* Current draft standard */
    -webkit-filter: grayscale(100%); /* New WebKit */
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%); 
    -o-filter: grayscale(100%); /* Not yet supported in Gecko, Opera or IE */ 
    filter: url(resources.svg#desaturate); /* Gecko */
    filter: gray; /* IE */
    -webkit-filter: grayscale(1); /* Old WebKit */
}

.btn-block-fix {
	display: block;
	width: 100%;
	}

.noselect {  
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	}

#map-canvas{
	width:100%;
	height: 400px;
	max-height: 80%;
	overflow:hidden;	
	border: 1px solid #eee;
	}

#map-container {
	background: #eee;	
	border: 1px solid #aaa;
	}


.portlet .customheader {
	padding: 5px 15px;
	background-color: #DDDDDD;
	}



li.dropdown {
	cursor:pointer;	
	}

video#bgvid {
	position: fixed; right: 0; bottom: 0;
	min-width: 100%; min-height: 100%;
	width: auto; height: auto; z-index: -100;
	background: url('../polina.jpg') no-repeat;
	background-size: cover;
	}

.pielogin {
	font-size: 10px;
	color: #FFFFFF;
	}

.greencheck {
	color: green;
	text-shadow: 1px 1px 1px #ccc;
	font-size: 1.2em;
	 }

.redcheck {
	color: red;
	text-shadow: 1px 1px 1px #ccc;
	font-size: 1.2em;
	 }


.fotocircular70 {
	width: 90px;
	height: 90px;
	border-radius: 45px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
    border: 4px solid #ccc;
	}
	
.fotocircular {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	}

.fotocircular .shadow {
	box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);	
	}

.td10  { width: 10px; }
.td20  { width: 20px; }
.td30  { width: 30px; }
.td40  { width: 40px; }
.td50  { width: 50px; }
.td60  { width: 60px; }
.td70  { width: 70px; }
.td80  { width: 80px; }
.td90  { width: 90px; }
.td100 { width: 100px; }
.td110 { width: 110px; }
.td120 { width: 120px; }
.td130 { width: 130px; }
.td140 { width: 140px; }
.td150 { width: 150px; }
.td160 { width: 160px; }
.td170 { width: 170px; }
.td180 { width: 180px; }
.td190 { width: 190px; }
.td200 { width: 200px; }

.td10p  { width: 10%; }
.td20p  { width: 20%; }
.td30p  { width: 30%; }
.td40p  { width: 40%; }
.td50p  { width: 50%; }
.td60p  { width: 60%; }
.td70p  { width: 70%; }
.td80p  { width: 80%; }
.td90p  { width: 90%; }
.td100p { width: 100%; }


.ml10  { margin-left: 10px; }
.ml20  { margin-left: 20px; }

#waitloader {
	position: fixed;
	display:none;
	z-index: 99999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	}

.cu_icono_loader {
}
.culoader_logo {
}

.listas_asignadas i {
 font-size: 15px !important;
 padding-right: 5px;
}


.p-b-20 {
	padding-bottom: 20px ;
}

.p-b-10 {
	padding-bottom: 20px ;
}

.p-r-10 {
	padding-right: 10px ;
}

.label-orange{
	background-color: orange !important;
}

.label-green{
	background-color: green !important;
}

.label-red{
	background-color: red !important;
}

.text-urgente{
	color: red !important;
}

.text-importante{
	color: rgb(255, 145, 0) !important;
}

.text-pocoimportante{
	color: rgb(0, 132, 255) !important;
}