@CHARSET "UTF-8";

.us-panel-captcha {
	background-color: #404040;
}

.us-toggle-bar{
	position: relative;
	background-color: #404040;
}

.us-toggle-bar > div {
	overflow: hidden;
}

.us-toggle-bar div.item {
	position: relative;
	float: right;
	color:white;
}

.us-toggle-bar div.item-left {
	float: left;
}
.us-toggle-bar div.item {
	display: block;
	height: 10px;
	opacity: 0;
	line-height: 50px;
	color: #848e92;
	text-decoration: none;
	text-align: center;
	cursor: default;
	-webkit-transition: all 1.0s ease;
	-moz-transition: all 1.0s ease;
	transition:all 1.0s ease;
	color: #fff;
	background-color: #222b2f;
}


.us-toggle-bar-active {
	position: relative;
	background-color: #404040;
}

.us-toggle-bar-active div.item {
	overflow: hidden;
	margin:0px;
}

.us-toggle-bar-active div.item {
	display: block;
	height: 50px;
	opacity: 1;
	line-height: 50px;
	color: #848e92;
	text-decoration: none;
	text-align: center;
	cursor: default;
	-webkit-transition: all 1.0s ease;
	-moz-transition: all 1.0s ease;
	transition:all 1.0s ease;
	color: #fff;
	background-color: #404040;
}


.us-bar {
  clear:both;
  white-space:nowrap;
  font-size:.85em;
  display:inline-block;
  border-radius:5px;
  margin:2px;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
  overflow:hidden
}


.us-bar > span,.us-bar-icon > i {
  padding:13px;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
}

.us-bar > span {
  padding:14px 18px 16px;
  white-space:nowrap;
  color:#FFF;
  text-transform: capitalize;
}

.us-bar-icon > i {
  border-radius:5px 0 0 5px;
  position:relative;
  width:45px;
  text-align:center;
  color:#fff;
  background:#212121
}

.us-bar-icon > i:after {
  content:"";
  border:8px solid;
  border-color:transparent transparent transparent #222;
  position:absolute;
  top:15px;
  right:-16px
}

.us-bar-icon > span {
  border-radius:0 5px 5px 0
}

#btn-toggle-bar{
	font-size: 1em;
	z-index:99;
	position: absolute;
	left: calc(100% - 46px);
	width: 46px;
	height: 30px;
	background-color:#404040;
	color: #fff;
	border: none;
	line-height: 30px;
	vertical-align: middle;
	outline: none;
	cursor: pointer;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-transition: all 0.50s ease;
	-moz-transition: all 0.50s ease;
	transition: all 0.50s ease;
	padding: 0px 0px 0px 14px;
}

/*Complementos css bootstrap*/

.gi-small{font-size: 0.5em;}
.gi-medium{font-size: 1.5em;}
.gi-large{font-size: 2em;}
.gi-xlarge{font-size: 3em;}
.gi-jumbo{font-size: 5em;}


.us-mod-glyphicons {
  position: relative;
  top: 1px;
}

.us-mod-glyphicons:before {
	padding: 0px !important;
}
