.powered {
	color: #CCC;
}

.control-group{
	margin-bottom: 10px;
}

#static{
	height: auto;
}

.text-lg{
	font-size: 15em;
}
.abs-center{
	background: rgb(0,0,0,.7);
	height: 440px;
	margin-top: 15%;	
}

section.error-container{
	color: #FFF;
	padding-bottom: 20px;
}

.tools{
	display: inherit;
}

.hide{
	display: none !important;
}


.label {
  display: inline;
  padding: .2em .6em .3em;
  /*font-size: 75%;*/
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #e4eaec;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #c6d3d7;
}
.label-primary {
  background-color: #5d9cec;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #2f80e7;
}
.label-success {
  background-color: #27c24c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #1e983b;
}
.label-info {
  background-color: #23b7e5;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #1797be;
}
.label-warning {
  background-color: #ff902b;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #f77600;
}
.label-danger {
  background-color: #f05050;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #ec2121;
}


.divConfirma h3.cambio_dolares , .divConfirma h3.cambio_default { margin-bottom: 0px !important; }

.fol_confirma small {
	font-size: 65%;
	font-weight: 300;
}


.sideBottom {
    bottom: 0;
    height: auto;
    left: 20px;
    min-height: 30px;
    position: fixed;
    width: 90%;
    z-index: 2000;
}
.sideBottom .headblue {
    border-radius: 5px 5px 0 0;
    height: 30px;
    text-shadow: none;
    width: 150px;
}
.sideBottom .headblue i {
    margin-top: 2px;
}
.sideBottom #tasksSideList {
    background-color: #FFFFFF;
    border: 1px solid #EBEBEB;
    max-height: 500px;
    overflow: auto;
}
.sideBottom #tasksSideList td {
	width: 20%;
}	
.sideBottom #tasksSideList .tab-pane {
    padding: 1em;
}

.div_opaco{
	
	opacity: 0.4;
}

.div_opaco:hover{
	
	opacity: 1;
}





#main-stats .stat{
	padding: 5px 0 15px;
	border-right: 1px solid #E8E9EE;
}

#main-stats .stat .data {
    border-right:none;
    font-size: 11px;
}
#main-stats .stat .data {
    color: #666666;
    font-size: 11px;
    font-weight: normal;
    padding-right: 7px;
    text-transform: uppercase;
}

#main-stats .stat .data .number{
	font-size: 40px;
	color: #000;
}

#main-stats .stat .centro{
	border: none;
	border-left: 1px dotted #999;	
	border-right: 1px dotted #999;	
}

#main-stats .stat .derecha{
	border: none;
	border-right: 1px dotted #999;	
}

#main-stats .stat .date{
	right: 10px;
}

#main-stats .last .data{
	border-right: none;
}

.mutedd td{
  background:#444 !important;
  border: 1px solid #444;
}


