.ADICIONADO-ARQUIVO {
  content: 'less/elements.less';
}
.ADICIONADO-ARQUIVO {
  content: 'less/popups.less';
}
.popup {
  display: block !important;
  overflow: hidden !important;
}
.popup .rodapeGradiente {
  background: #F0F0F0;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#CCC),color-stop(1,#F0F0F0));
  background: -ms-linear-gradient(bottom,#CCC,#F0F0F0);
  background: -moz-linear-gradient(center bottom,#CCC 0%,#F0F0F0 100%);
  background: -o-linear-gradient(#F0F0F0,#CCC);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#cccccc', GradientType=0);
  padding: 10px;
  box-shadow: 0 0 5px rgba(0,0,0,0.3), inset 0 1px 0 #ffffff;
}
.popup .acimaBusca {
  position: absolute;
  top: 75px;
  left: 620px;
}
.popup .compar {
  padding: 100px 0;
  text-align: center;
  background: url(../img/bg/comum.blur.jpg) 50%;
  width: 500px;
  border-top: 5px solid #ee681b;
  border-bottom: 5px solid #ee681b;
}
.popup .btnFace {
  padding: 8px;
  border-radius: 3px;
  border: 1px solid #27478F;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
  background: #FFFFFF;
  background-image: linear-gradient(bottom,#FFFFFF 0%,#DFDFDF 100%);
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#DFDFDF),color-stop(1,#FFFFFF));
  background-image: -ms-linear-gradient(bottom,#DFDFDF,#FFFFFF);
  background-image: -moz-linear-gradient(center bottom,#DFDFDF 0%,#FFFFFF 100%);
  background-image: -o-linear-gradient(#FFFFFF,#DFDFDF);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf', GradientType=0);
  color: #465E93;
  text-decoration: none;
  font-family: Calibri, Arial, Tahoma, Geneva, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
}
.popup .btnFace:hover {
  color: #FFF;
  background: #5D76A9;
  background-image: linear-gradient(bottom,#5D76A9 0%,#3B5181 100%);
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#3B5181),color-stop(1,#5D76A9));
  background-image: -ms-linear-gradient(bottom,#3B5181,#5D76A9);
  background-image: -moz-linear-gradient(center bottom,#3B5181 0%,#5D76A9 100%);
  background-image: -o-linear-gradient(#5D76A9,#3B5181);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5d76a9', endColorstr='#3b5181', GradientType=0);
}
.popup .btnFace .ico-email,
.popup .btnFace .ico-face {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin: 0 0 -6px 0;
  background: url(../img/email.png) no-repeat;
}
.popup .btnFace .ico-face {
  background: url(../img/face.png) no-repeat;
}
.popup .btnFace.cor-vermelha {
  border: 1px solid #C22503;
  color: #C22503;
}
.popup .btnFace.cor-vermelha:hover {
  color: #FFF;
  background: #F05623;
  background-image: linear-gradient(bottom,#F05623 0%,#C0290A 100%);
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#C0290A),color-stop(1,#F05623));
  background-image: -ms-linear-gradient(bottom,#C0290A,#F05623);
  background-image: -moz-linear-gradient(center bottom,#C0290A 0%,#F05623 100%);
  background-image: -o-linear-gradient(#F05623,#C0290A);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f05623', endColorstr='#c0290a', GradientType=0);
}
.popup .msg {
  padding: 20px;
  background: #5D76A9;
  background: #2980b9;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#20638f),color-stop(1,#2980b9));
  background: -ms-linear-gradient(bottom,#20638f,#2980b9);
  background: -moz-linear-gradient(center bottom,#20638f 0%,#2980b9 100%);
  background: -o-linear-gradient(#2980b9,#20638f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2980b9', endColorstr='#20638f', GradientType=0);
  color: #ffffff;
  font-size: 18px;
  line-height: 100%;
  font-family: 'Varela Round', Arial;
  font-weight: 300;
  text-shadow: 1px 1px 0 #3B5181;
  border-radius: 4px;
  position: relative;
  box-shadow: inset 0 1px 0 rgba(0,0,0,0.5), inset 0 -1px 0 rgba(0,0,0,0.5), inset 1px 0px 0 rgba(0,0,0,0.5), inset -1px 0px 0 rgba(0,0,0,0.5), inset 0 2px 0 rgba(255,255,255,0.5);
}
.popup .msg a {
  text-decoration: none;
  color: #FFF;
}
.popup .msg .int-fechar {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: #EEE url(../img/cross.png) no-repeat 50%;
  box-shadow: inset 0 1px 0 rgba(0,0,0,0.5), inset 0 -1px 0 rgba(0,0,0,0.5), inset 1px 0px 0 rgba(0,0,0,0.5), inset -1px 0px 0 rgba(0,0,0,0.5), inset 0 2px 0 #ffffff;
  position: absolute;
  top: 5px;
  right: 5px;
  overflow: hidden;
  text-indent: -99em;
}
.popup .msg .int-fechar:hover {
  background-color: #FFEAEA;
}
.popup .msg .loadPequeno {
  margin: 10px 0 0 0;
}
.popup .clr {
  clear: both;
  display: block;
}
.popup .centralizador {
  margin: 0 auto;
}
.popup .st {
  overflow: hidden;
  text-indent: -99em;
}
.popup .compartilhe,
.popup .enviarContainer,
.popup .enviarContainer-full {
  background: #2980b9;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#20638f),color-stop(1,#2980b9));
  background: -ms-linear-gradient(bottom,#20638f,#2980b9);
  background: -moz-linear-gradient(center bottom,#20638f 0%,#2980b9 100%);
  background: -o-linear-gradient(#2980b9,#20638f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2980b9', endColorstr='#20638f', GradientType=0);
  padding: 30px;
  color: #FFF;
  text-align: center;
  width: 100%;
}
.popup .enviarContainer-full {
  width: 800px;
  height: 135px;
  margin: 0;
  padding: 200px 0;
}
.popup .enviarContainer-full p,
.popup .enviarContainer-full h3 {
  margin: 0 0 20px 0;
  font-size: 18px;
}
.popup .compartilar,
.popup .enviarVoto {
  padding: 8px;
  border-radius: 3px;
  border: 1px solid #27478F;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
  background: #FFFFFF;
  background-image: linear-gradient(bottom,#FFFFFF 0%,#DFDFDF 100%);
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#DFDFDF),color-stop(1,#FFFFFF));
  background-image: -ms-linear-gradient(bottom,#DFDFDF,#FFFFFF);
  background-image: -moz-linear-gradient(center bottom,#DFDFDF 0%,#FFFFFF 100%);
  background-image: -o-linear-gradient(#FFFFFF,#DFDFDF);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf', GradientType=0);
  color: #465E93;
  text-decoration: none;
  font-family: Calibri, Arial, Tahoma, Geneva, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
}
.popup .compartilar:hover,
.popup .enviarVoto:hover {
  color: #FFF;
  background: #5D76A9;
  background-image: linear-gradient(bottom,#5D76A9 0%,#3B5181 100%);
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#3B5181),color-stop(1,#5D76A9));
  background-image: -ms-linear-gradient(bottom,#3B5181,#5D76A9);
  background-image: -moz-linear-gradient(center bottom,#3B5181 0%,#5D76A9 100%);
  background-image: -o-linear-gradient(#5D76A9,#3B5181);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5d76a9', endColorstr='#3b5181', GradientType=0);
}
.popup .compartilar .ico-email,
.popup .compartilar .ico-face,
.popup .enviarVoto .ico-email,
.popup .enviarVoto .ico-face {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin: 0 0 -6px 0;
  background: url(../img/email.png) no-repeat;
}
.popup .compartilar .ico-face,
.popup .enviarVoto .ico-face {
  background: url(../img/face.png) no-repeat;
}
.popup .compartilar.cor-vermelha,
.popup .enviarVoto.cor-vermelha {
  border: 1px solid #C22503;
  color: #C22503;
}
.popup .compartilar.cor-vermelha:hover,
.popup .enviarVoto.cor-vermelha:hover {
  color: #FFF;
  background: #F05623;
  background-image: linear-gradient(bottom,#F05623 0%,#C0290A 100%);
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#C0290A),color-stop(1,#F05623));
  background-image: -ms-linear-gradient(bottom,#C0290A,#F05623);
  background-image: -moz-linear-gradient(center bottom,#C0290A 0%,#F05623 100%);
  background-image: -o-linear-gradient(#F05623,#C0290A);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f05623', endColorstr='#c0290a', GradientType=0);
}
.popup .enviarContainer {
  margin: 0;
  padding: 20px;
}
.popup .enviarContainer p {
  color: #FFF;
  font-size: 13px;
  margin: 0;
}
.popup #osModelos {
  height: 400px;
  display: block;
}
.popup #osModelos-provedores {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup .modelos,
.popup .modelos-provedores {
  display: block;
  overflow: hidden;
  margin: 20px 0;
  background: #F9F9F9;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#F0F0F0),color-stop(1,#F9F9F9));
  background: -ms-linear-gradient(bottom,#F0F0F0,#F9F9F9);
  background: -moz-linear-gradient(center bottom,#F0F0F0 0%,#F9F9F9 100%);
  background: -o-linear-gradient(#F9F9F9,#F0F0F0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f0f0f0', GradientType=0);
  border-radius: 5px;
  border: 1px solid #CCC;
  box-shadow: 3px 3px 0 #CCC;
  color: #333;
  text-align: center;
  padding: 20px;
  line-height: 150%;
  font-size: 14px;
}
.popup .modelos:hover,
.popup .modelos-provedores:hover {
  background: #F0F0F0;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#CCC),color-stop(1,#F0F0F0));
  background: -ms-linear-gradient(bottom,#CCC,#F0F0F0);
  background: -moz-linear-gradient(center bottom,#CCC 0%,#F0F0F0 100%);
  background: -o-linear-gradient(#F0F0F0,#CCC);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#cccccc', GradientType=0);
  border-radius: 5px;
  border: 1px solid #AAA;
  box-shadow: 3px 3px 0 #AAA;
}
.popup .modelos div,
.popup .modelos-provedores div {
  width: 100%;
  height: 70px;
  background-repeat: no-repeat;
  background-position: 50%;
}
.popup .modelos p,
.popup .modelos-provedores p {
  display: block;
  z-index: 80;
  position: absolute;
  top: 234px;
  color: #333;
  margin: -3px;
  line-height: 150%;
  font-size: 15px;
  padding: 10px;
}
.popup .modelos.ativo,
.popup .modelos-provedores.ativo {
  border: 3px solid #6D84B4;
}
.popup .modelos.ativo p,
.popup .modelos-provedores.ativo p {
  background: #6D84B4;
  color: #FFF;
}
.popup .modelos img,
.popup .modelos-provedores img {
  border: 1px solid #FFF;
}
.popup .inviter td {
  padding: 2px;
}
.popup .inviter p {
  line-height: 150%;
  font-size: 16px;
  color: #555;
  margin: 10px 0 0 0;
}
.popup .inviter input {
  padding: 5px;
  border: 1px solid #CCC;
  width: 200px;
}
.popup .inviter input[type="password"] {
  width: 150px;
}
.popup .inviter input[type="submit"] {
  width: auto;
  background: #7db524;
  background-image: linear-gradient(bottom,#7db524 0%,#5f8b1c 100%);
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#5f8b1c),color-stop(1,#7db524));
  background-image: -ms-linear-gradient(bottom,#5f8b1c,#7db524);
  background-image: -moz-linear-gradient(center bottom,#5f8b1c 0%,#7db524 100%);
  background-image: -o-linear-gradient(#7db524,#5f8b1c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db524', endColorstr='#5f8b1c', GradientType=0);
  border: 0;
  border-radius: 5px;
  color: #FFF;
  padding: 10px;
  line-height: 30px;
  margin: 10px 0 0 0;
}
.popup .tab.lista {
  margin: 20px;
}
.popup .tab tr:hover {
  background: #FEFFD7;
}
.popup .tab td {
  padding: 5px;
  line-height: 100%;
  vertical-align: top;
}
.popup .tab td b {
  padding: 8px 0;
  display: block;
}
.popup .tab td p {
  margin: 10px 0 0 0;
  line-height: 150%;
  font-size: 14px;
  display: block;
  width: 500px;
  font-family: Tahoma, Geneva, sans-serif;
  color: #000;
}
.popup .tab input[type="text"],
.popup .tab textarea {
  border: 1px solid #CCC;
  padding: 5px;
  font-size: 14px;
  line-height: 150%;
  display: block;
  width: 500px;
  font-family: Tahoma, Geneva, sans-serif;
  color: #000;
}
.ADICIONADO-ARQUIVO {
  content: 'less/config-ergosum.less';
}
.ADICIONADO-ARQUIVO {
  content: 'less/general.less';
}
body {
  position: relative;
  padding: 0;
  background-color: #F0F0F0;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #555;
  overflow-x: hidden;
  overflow-y: scroll !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
a {
  color: #338ac3;
  text-decoration: none;
  outline: 0 none;
}
a:focus,
a:hover,
a:active {
  outline: 0 none;
  text-decoration: none;
  color: #1f76af;
}
p {
  font-size: 13px;
  line-height: 22px;
}
b {
  font-weight: 600;
}
blockquote p {
  font-size: 15px;
}
ul {
  padding-left: 30px;
}
.overflow-hidden {
  overflow: hidden;
}
.no-margin {
  margin: 0 !important;
}
.no-margin-y {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.no-margin-x {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-left {
  margin-left: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.big-text {
  font-size: 61px;
  line-height: 70px !important;
  text-shadow: 2px 1px 2px rgba(0,0,0,0.2);
  padding-bottom: 5px;
}
.jumbotron {
  margin-top: 20px;
}
#pcont {
  margin-left: 216px;
  position: relative;
}
.back-to-top {
  position: fixed;
  bottom: 0;
  right: 0px;
  text-decoration: none;
  color: #FFF;
  background-color: rgba(39,41,48,0.8);
  font-size: 12px;
  padding: 9px 12px;
  display: none;
}
.back-to-top i {
  font-size: 15px;
}
.back-to-top:hover {
  color: #FFF;
  background-color: #272930;
}
.back-to-top:focus {
  color: #FFF;
}
.ADICIONADO-ARQUIVO {
  content: 'less/helpers.less';
}
.no-margin {
  margin: 0;
}
.no-margin-bottom {
  margin-bottom: 0;
}
.spacer {
  margin-top: 15px !important;
}
.spacer2 {
  margin-top: 30px !important;
}
.spacer3 {
  margin-top: 50px !important;
}
.spacer-bottom-xs {
  margin-bottom: 10px !important;
}
.spacer-bottom {
  margin-bottom: 30px !important;
}
.spacer-bottom-sm {
  margin-bottom: 15px !important;
}
.spacer-bottom-lg {
  margin-bottom: 40px !important;
}
.rad-1 {
  border-radius: 1px;
  -webkit-border-radius: 1px;
  overflow: hidden;
}
.rad-2 {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  overflow: hidden;
}
.rad-3 {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  overflow: hidden;
}
.dash-cols .block .no-padding {
  padding: 0;
}
.no-padding {
  padding: 0 !important;
}
code {
  white-space: normal;
}
.clear {
  clear: both;
}
.ADICIONADO-ARQUIVO {
  content: 'less/typography.less';
}
.hthin {
  font-family: "Open Sans", Helvetica, sans-serif !important;
  font-weight: 100 !important;
}
blockquote {
  border-left: 5px solid #2980b9;
}
blockquote.pull-right {
  border-right: 5px solid #2980b9;
}
pre {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  margin-top: 10px;
}
.cont h2 {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 38px;
  margin: 0 0 10px 0;
}
.cont h5 {
  font-size: 13px;
  font-weight: 200;
  line-height: 21px;
}
.cont p {
  font-size: 13px;
  color: #333;
  font-weight: 200;
  line-height: 23px;
}
.cont b {
  font-weight: 700;
}
.well p:last-child {
  margin: 0;
}
.ADICIONADO-ARQUIVO {
  content: 'less/typeahead.less';
}
span.twitter-typeahead .tt-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  background-clip: padding-box;
}
span.twitter-typeahead .tt-suggestion > p {
  font-weight: normal;
  display: inherit;
  padding: 0;
  line-height: 120%;
  font-size: 12px;
}
span.twitter-typeahead .tt-suggestion.tt-cursor {
  background-color: #F0F0F0;
  cursor: pointer;
}
span.twitter-typeahead {
  width: 100%;
}
.input-group span.twitter-typeahead {
  display: block !important;
}
.input-group span.twitter-typeahead .tt-dropdown-menu {
  top: 32px !important;
}
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
  top: 44px !important;
}
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
  top: 28px !important;
}
.ADICIONADO-ARQUIVO {
  content: 'less/dropdown-menu.less';
}
.dropdown-menu {
  border: 0;
  box-shadow: 0 2px 3px rgba(0,0,0,0.176);
}
.dropdown-menu > li > a,
.dropdown-menu  li > a {
  font-size: 12px;
  padding: 5px 20px;
  clear: both;
  color: #333333;
  display: block;
  font-weight: normal;
  line-height: 1.42857;
  white-space: nowrap;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background: #2980b9;
}
.dropdown-header {
  color: #2980b9;
  margin-top: 6px;
  padding-left: 11px;
  cursor: pointer;
  text-align: left;
}
.dropdown-header i {
  font-size: 14px;
  margin-right: 4px;
  vertical-align: middle;
}
.dropdown-menu i.fa {
  width: 17px;
}
.navbar-nav .dropdown .dropdown-menu {
  background-clip: none;
  box-shadow: 1px 3px 3px rgba(0,0,0,0.1);
  margin-top: 10px;
}
.navbar-nav .dropdown.profile_menu .dropdown-menu {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.dropdown.profile_menu .dropdown-menu:before {
  background: url(../img/menu-tail-up.png) no-repeat;
  top: -10px;
  content: "";
  right: 10px;
  display: inline-block;
  height: 43px;
  width: 17px;
  position: absolute;
}
.not-nav .dropdown-menu:before {
  background: url(../img/menu-tail-up.png) no-repeat;
  top: -10px;
  content: "";
  left: 13px;
  display: inline-block;
  height: 43px;
  width: 17px;
  position: absolute;
}
.col-menu-2 {
  min-width: 405px;
  padding-bottom: 10px;
  padding-top: 7px;
}
.col-menu-2 > li:first-child ul {
  border-right: 1px solid #E8E8E8;
}
.col-menu-2 > li > ul > li a {
  padding-left: 32px;
}
.col-menu-2 > li > ul {
  padding: 0;
}
.col-menu-2 > li > ul > li {
  list-style: none;
}
.ADICIONADO-ARQUIVO {
  content: 'less/navbar.less';
}
#head-nav.navbar {
  border-radius: 0;
  border-bottom: 1px solid #E0E4E8;
}
.navbar {
  border: 0;
  background-color: #272930;
  background: #272930;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#1c1d22),color-stop(1,#32353e));
  background: -ms-linear-gradient(bottom,#1c1d22,#32353e);
  background: -moz-linear-gradient(center bottom,#1c1d22 0%,#32353e 100%);
  background: -o-linear-gradient(#32353e,#1c1d22);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32353e', endColorstr='#1c1d22', GradientType=0);
  color: #FFFFFF;
  padding-left: 10px;
  padding-right: 25px;
  margin-bottom: 0;
}
.navbar-nav > li > a {
  padding: 22px;
}
.navbar-default  .navbar-brand {
  padding-left: 35px;
  text-align: left;
  width: 206px;
  color: #2c3e50;
  background: url(../img/logo.png) no-repeat 0 11px;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
  font-weight: 300;
  font-size: 19px;
  line-height: 18px;
}
.navbar-default .navbar-brand:hover {
  color: #223446;
}
.navbar-default  .navbar-nav > .active > a,
.navbar-default  .navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
  color: #3F4148;
}
.navbar-default  .navbar-nav > li > a {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
}
.navbar-default  .navbar-nav > li > a:hover {
  color: #FFF;
}
.navbar-default  .navbar-nav > li.button {
  padding: 17px 6px;
  float: left;
}
.navbar-default  .navbar-nav > li.button > a {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  padding: 4px;
  width: 30px;
  box-shadow: 1px 1px 0 rgba(255,255,255,0.2) inset;
  text-align: center;
}
.navbar-default .not-nav > li.button {
  padding: 11px 0;
}
.navbar-default .not-nav > li.button > a {
  padding: 10px;
  width: 42px;
}
.navbar-default  .navbar-nav > li.button > a > i {
  font-size: 18px;
}
.navbar-default  .navbar-nav > li.button .bubble {
  position: absolute;
  top: 2px;
  left: 23px;
  background-color: #e44c34;
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border-color: #E23923 #D83722 #C0311E;
  border-left: 1px solid #D83722;
  border-width: 1px;
  box-shadow: -1px 1px 0 rgba(0,0,0,0.25);
  padding: 1px 3px 1px 2px;
  font: bold 9px Tahoma;
}
.navbar-default .navbar-nav > li.button.open:after {
  position: absolute;
  bottom: 0;
  left: 10px;
  display: inline-block;
  content: '';
  left: 50%;
  margin-left: -6px;
}
.navbar-nav > li.button .dropdown-menu {
  padding: 0;
  min-width: 260px;
  max-width: 280px;
}
.navbar-nav > li.button .dropdown-menu .content > ul {
  padding: 0;
}
.navbar-default .navbar-nav > li.button .dropdown-menu  li  ul > li > a {
  font-weight: 300;
  color: #444;
  padding: 11px 10px;
  padding-left: 33px;
  border-bottom: 1px solid #ececec;
  position: relative;
}
.navbar-default .navbar-nav > li.button .messages  li  ul > li > a {
  padding: 12px 10px;
  padding-left: 48px;
  white-space: normal;
  line-height: 16px;
}
.navbar-default .navbar-nav > li.button .dropdown-menu  li > a:hover {
  color: #444;
  background: #F8F8F8;
}
.navbar-default .navbar-nav > li.button .dropdown-menu  li:last-child > a {
  border-bottom: 0;
}
.navbar-default .navbar-nav > li.button .dropdown-menu  li > a > i {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  width: 20px;
  vertical-align: middle;
  position: absolute;
  left: 10px;
  top: 14px;
}
.navbar-default .navbar-nav > li.button .messages  li > a > img {
  position: absolute;
  left: 10px;
  top: 16px;
  height: 30px;
  width: 30px;
}
.navbar-default .navbar-nav > li.button .messages  li > a .name {
  display: block;
  color: #555555;
  font-size: 12px;
  font-weight: 600;
  line-height: 19px;
}
.navbar-default .navbar-nav > li.button .dropdown-menu  li > a > i.success {
  color: #4cac4c;
}
.navbar-default .navbar-nav > li.button .dropdown-menu  li > a > i.info {
  color: #5BC0DE;
}
.navbar-default .navbar-nav > li.button .dropdown-menu  li > a > i.warning {
  color: #FED16C;
}
.navbar-default .navbar-nav > li.button .dropdown-menu  li > a > i.danger {
  color: #DF4B33;
}
.navbar-default .navbar-nav > li.button .dropdown-menu .nano {
  height: 200px;
}
.navbar-default .navbar-nav > li.button .dropdown-menu  li  a  .date {
  display: block;
  font-size: 11px;
  color: #999999;
  font-style: italic;
  line-height: 18px;
}
.navbar-default .navbar-nav > li.button .dropdown-menu .title {
  font-size: 12px;
  font-weight: 300;
  border-bottom: 1px solid #DDDDDF;
  padding: 8px 17px;
  color: #444;
}
.navbar-default .navbar-nav > li.button .dropdown-menu .title a:hover {
  background: transparent;
}
.navbar-default .navbar-nav > li.button .dropdown-menu .foot {
  padding: 0;
}
.navbar-default .navbar-nav > li.button .dropdown-menu .foot > li {
  list-style: none;
}
.navbar-default .navbar-nav > li.button .dropdown-menu .foot a {
  background: #F7F7F7;
  padding: 8px 17px;
  color: #444;
  text-align: center;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu>.dropdown-menu {
  top: 0px;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}
.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-menu  li > a:hover {
  background-color: #2980b9;
  background-image: none;
  color: #FFF;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-bottom-color: #000;
  border-top-color: #000;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-bottom-color: #000;
  border-top-color: #000;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-nav > .open > a:focus {
  background-color: #338ac3;
  color: #223446;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #2980b9;
  color: #fff;
}
.not-nav > .open > a,
.not-nav > .open > a:hover,
.not-nav > .open > a:focus {
  background-color: transparent !important;
  color: #2980b9 !important;
}
.navbar-default .navbar-toggle {
  outline: none;
  border: 1px solid rgba(0,0,0,0.15);
  box-shadow: 1px 1px 0 rgba(255,255,255,0.2) inset;
  padding: 6px 10px;
}
.navbar-default .navbar-toggle:hover {
  background: rgba(255,255,255,0.07);
}
.navbar-default .navbar-toggle:active {
  box-shadow: 1px 1px 1px rgba(0,0,0,0.07) inset;
}
.navbar-default .navbar-toggle:focus {
  background: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #FFFFFF;
}
.navbar-default .navbar-toggle .fa {
  color: #FFFFFF;
  font-size: 18px;
}
.navbar-collapse {
  border-top: none;
  max-height: none;
  position: relative;
}
.ADICIONADO-ARQUIVO {
  content: 'less/page-head.less';
}
.page-head {
  position: relative;
  padding-bottom: 10px;
}
.page-head h2 {
  color: #4F4F4F;
  margin-bottom: 0;
  margin-top: 6px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  letter-spacing: -1px;
}
.page-head .breadcrumb {
  background: none repeat scroll 0 0 rgba(0,0,0,0);
  margin-bottom: 0;
  padding: 4px;
  margin-top: 5px;
}
.ADICIONADO-ARQUIVO {
  content: 'less/page-aside.less';
}
.cl-mcont.aside {
  padding: 0;
  display: table;
  height: 100%;
  margin-top: -47px;
  padding: 47px 0 0 0;
}
.semLateral.cl-mcont.aside {
  width: 100%;
}
.cl-mcont.aside > .content {
  vertical-align: top;
  display: table-cell;
  width: 100%;
}
body.body-aside {
  background: #FFF !important;
}
body.body-aside .cl-mcont {
  background: #FFF !important;
}
.aside #part .filters,
.formModal #part .filters {
  background: #F0F0F0;
  position: relative;
  text-align: center;
}
.formModal #part .filters .checkbox {
  margin-right: 8px;
  background-color: #FFF;
}
.aside .main-app .head {
  border-bottom: 1px solid #DDD;
}
.aside .main-app .head h4 {
  font-weight: 400;
  margin: 0 0 10px 0;
  font-size: 14px;
}
.aside .main-app .head h4 b {
  font-weight: 700;
}
.aside .main-app .head input[type="text"] {
  border-radius: 0;
}
.page-aside {
  background: none repeat scroll 0 0 #FFFFFF;
  width: 280px;
  height: 100%;
  position: relative;
  display: table-cell;
  border-right: 1px solid #E9E9E9;
  vertical-align: top;
}
.page-aside.filters label {
  display: block;
}
.page-aside > div {
  width: 280px;
}
.page-aside div.fixed {
  position: fixed;
  height: 100%;
}
.page-aside div.content {
  padding: 20px 20px;
}
@media (max-width: 767px) {
  .page-aside {
    width: 100%;
    display: block;
    height: auto;
    position: relative;
  }
  .page-aside div.fixed {
    width: 100%;
    display: block;
    position: relative;
  }
}
.main-app .options {
  padding: 20px 0px 5px;
}
.ADICIONADO-ARQUIVO {
  content: 'less/profile-menu.less';
}
.profile_menu {
  margin-left: 10px;
  cursor: pointer;
}
.not-nav {
  margin: 0 !important;
}
.user-nav {
  margin: 0;
  margin-right: -15px;
}
.profile_menu .dropdown-toggle {
  padding: 12px 10px;
}
.profile_menu img {
  margin-right: 5px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
}
.ADICIONADO-ARQUIVO {
  content: 'less/block-panels.less';
}
.cl-mcont .row {
  margin-top: 20px;
}
.cl-mcont .row .row {
  margin-top: inherit;
  margin-left: -15px;
  margin-right: -15px;
}
.cl-mcont .col-lg-6 {
  padding: 0 15px;
}
.ADICIONADO-ARQUIVO {
  content: 'less/forms.less';
}
label {
  font-weight: 600;
  margin-bottom: 7px;
}
.form-group {
  margin-top: 10px;
}
.form-horizontal.group-border .form-group {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #efefef;
}
.form-horizontal.group-border .form-group:last-child {
  border-bottom: 0;
}
.form-horizontal.group-border-dashed .form-group {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px dashed #efefef;
}
input.estaCOMERRO {
  border-color: #F00 !important;
}
.removerArquivo {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 5px;
  text-align: center;
  background: #FBFCFC;
  line-height: 10px;
  color: #CCC !important;
  border-radius: 0 2px 0 4px;
}
.removerArquivo:hover {
  background: #1c73ac;
  color: #FFF !important;
}
.form-horizontal.group-border-dashed .form-group:last-child {
  border-bottom: 0;
}
.form-horizontal .input-group {
  margin-bottom: 0;
}
.form-horizontal .texto-simples {
  padding: 6px 12px;
  font-size: 14px;
  display: block;
}
.form-horizontal .form-group .well {
  margin-bottom: 0;
}
.form-horizontal .form-group .well span {
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
}
.form-control {
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: none;
}
.select2.inline-input {
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: none;
  border: 1px solid #ccc;
}
.ph {
  font-style: italic;
  color: #444;
}
.form-control::-webkit-input-placeholder {
  font-style: italic;
  color: #444;
}
.form-control::-moz-placeholder {
  font-style: italic;
  color: #444;
}
.form-control:-ms-input-placeholder {
  font-style: italic;
  color: #444;
}
.form-control:-moz-placeholder {
  font-style: italic;
  color: #444;
}
.input-group-addon.btn-rad:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group .btn {
  margin: 0 !important;
  margin-left: -1px !important;
  padding-bottom: 6px;
  padding-top: 6px;
  box-shadow: none;
  line-height: 20px;
}
.input-group-btn > .btn + .btn {
  margin-left: -5px !important;
}
.input-group-lg > .input-group-addon {
  line-height: 0.33;
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
}
.input-group-addon {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  padding: 6px 11px;
}
.input-group-addon.primary {
  background-color: #2980b9;
  color: #fff;
}
.form-control:focus {
  border-color: #ccc;
  box-shadow: none;
  background-color: #F4F5F7;
}
select.form-control,
textarea.form-control {
  padding: 6px 8px;
}
.input-group {
  margin-bottom: 15px;
}
.fileinput-preview.thumbnail {
  border: 1px solid #2980b9;
  background: #e7f2fa url(../img/transp.png);
}
.place-campo-logosidebar .fileinput-preview.thumbnail {
  border: 1px solid #2980b9;
  background: #2980b9;
}
.place-campo-logosidebar .fileinput-preview.thumbnail p {
  color: #FFF;
}
.bootstrap-touchspin-postfix.btn.btn-default {
  padding-bottom: 4px;
  padding-top: 4px;
}
.speechbutton {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  border: 0;
  background: transparent;
  opacity: 0;
  cursor: pointer;
}
.speech-button i:before {
  position: relative;
  z-index: 2;
}
.speech-button i:after {
  z-index: 1;
  font-family: 'FontAwesome';
  content: "?";
  font-size: 14px;
  color: #fff;
  position: absolute;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  opacity: 0;
}
@keyframes blur {
  from {
    font-size: 14px;
    opacity: 1;
    margin-top: 0;
  }
  to {
    font-size: 25px;
    opacity: 0;
    margin-top: -6px;
  }
}
@-webkit-keyframes blur {
  0% {
    font-size: 14px;
    opacity: 1;
    margin-top: 0;
  }
  90% {
    font-size: 25px;
    opacity: 0;
    margin-top: -6px;
  }
  100% {
    font-size: 14px;
  }
}
@-moz-keyframes blur {
  from {
    font-size: 14px;
    opacity: 1;
    margin-top: 0;
  }
  to {
    font-size: 25px;
    opacity: 0;
    margin-top: -6px;
  }
}
@-o-keyframes blur {
  from {
    font-size: 14px;
    opacity: 1;
    margin-top: 0;
  }
  to {
    font-size: 25px;
    opacity: 0;
    margin-top: -6px;
  }
}
.speech-button i.blur:after {
  animation: blur 900ms infinite;
  -webkit-animation: blur 900ms ease infinite;
  -moz-animation: blur 900ms infinite;
  -o-animation: blur 900ms infinite;
}
input::-webkit-input-speech-button {
  -webkit-transform: scale(3,2.2) translate(-2px,-1px);
  background-color: #fff;
  display: block !important;
}
.ADICIONADO-ARQUIVO {
  content: 'less/main-container.less';
}
.cl-mcont {
  background-color: #F0F0F0;
  color: inherit;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  padding: 15px 30px 30px 30px;
  margin-top: 0;
}
.cl-mcont.white {
  background: #fff;
}
.cl-mcont h1 {
  line-height: 1.3em;
}
.ADICIONADO-ARQUIVO {
  content: 'less/sidebar.less';
}
.cl-sidebar {
  background: #272930;
  position: absolute;
  width: 280px;
  z-index: 2;
}
.cl-sidebar .cl-toggle {
  display: none;
  padding: 7px 8px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  z-index: 20;
  right: 15px;
  top: 14px;
  background: rgba(0,0,0,0.15);
  border-radius: 3px;
}
.cl-sidebar .cl-toggle i {
  color: #fff;
  font-size: 21px;
}
.cl-sidebar .sidebar-logo {
  background: #2980b9;
  padding: 0;
  display: block;
  text-align: center;
}
.cl-sidebar .sidebar-logo .logo a {
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  position: relative;
  display: block;
}
.cl-sidebar .sidebar-logo .logo a p {
  display: block;
  margin: 0;
  padding: 5px 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  background: #2980b9;
}
#cl-wrapper .cl-sidebar .side-user .avatar {
  display: inline-block;
}
#cl-wrapper .cl-sidebar .side-user .avatar img {
  border-radius: 3px;
  margin-right: 5px;
  background: #FFF;
  padding: 10px;
}
#cl-wrapper .cl-sidebar .side-user .info {
  display: inline-block;
  vertical-align: middle;
  width: 240px;
  padding-top: 0px;
}
#cl-wrapper .cl-sidebar .side-user .info p {
  color: rgba(255,255,255,0.6);
  font-size: 13px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  line-height: 130%;
}
#cl-wrapper .cl-sidebar .side-user .info .progress {
  margin-bottom: 10px;
  margin-top: 0;
  background: rgba(0,0,0,0.3);
}
#cl-wrapper .cl-sidebar .side-user .info .progress .progress-bar-success {
  background: rgba(255,255,255,0.2);
}
#cl-wrapper .cl-sidebar .side-user .info p b {
  font-weight: 600;
}
#cl-wrapper .cl-sidebar .side-user .info p a {
  color: #FFF;
  font-weight: 300;
  display: inline-block;
  float: right;
}
#cl-wrapper .cl-sidebar .side-user .info a i {
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  -webkit-transition: color 250ms ease;
  -moz-transition: color 250ms ease;
  -o-transition: color 250ms ease;
  transition: color 250ms ease;
}
#cl-wrapper .cl-sidebar .side-user .info a:hover i {
  color: #ffffff;
}
.progress.progress-user {
  height: 4px;
  border-radius: 0;
}
.cl-vnavigation {
  margin: 0 0 0 0;
  padding: 0;
}
.cl-vnavigation>.parent>a:before {
  display: inline-block;
  content: "";
  font-family: 'FontAwesome';
  float: right;
  -webkit-transition: rotate 250ms ease;
  -moz-transition: rotate 250ms ease;
  -o-transition: rotate 250ms ease;
  transition: transform 250ms ease;
}
.cl-vnavigation>.parent.open>a:before {
  transform: rotate(90deg);
}
.cl-vnavigation li a {
  border-top: 1px solid rgba(255,255,255,0.04);
  display: block;
  padding: 14px 25px;
  color: rgba(255,255,255,0.6);
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
  -webkit-transition: color 250ms ease;
  -moz-transition: color 250ms ease;
  transition: color 250ms ease;
}
.cl-vnavigation > li:last-child > a {
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
.cl-vnavigation li a:hover {
  color: #ffffff;
}
.parent .sub-menu {
  padding: 10px 0;
}
.parent.open ul.sub-menu {
  display: block !important;
}
.sub-menu li a {
  border: 0;
}
.sub-menu li a:hover {
  background-color: rgba(0,0,0,0.1);
}
.cl-vnavigation li a:hover {
  background-color: #22242b;
}
.sb-collapsed .cl-sidebar {
  width: 70px;
}
.sb-collapsed .cl-sidebar .sidebar-logo {
  padding: 4px 0 5px;
}
.sb-collapsed .cl-sidebar .sidebar-logo img {
  max-width: 72px;
  height: auto;
}
.sb-collapsed .cl-sidebar .sidebar-logo p {
  display: none !important;
}
.sb-collapsed .cl-sidebar .sidebar-logo .logo a {
  content: " ";
  display: block;
  width: 55px;
}
.sb-collapsed #pcont {
  margin-left: 55px;
}
.sb-collapsed	.cl-vnavigation li {
  position: relative;
}
.sb-collapsed .cl-vnavigation .parent a {
  background-image: none;
}
.sb-collapsed .cl-vnavigation>.parent>a:before {
  display: none;
}
.sb-collapsed .cl-vnavigation li a i {
  margin: 0;
  font-size: 17px;
}
.sb-collapsed .cl-vnavigation li a span {
  opacity: 0;
  width: 0;
  height: 0;
}
#cl-wrapper.animate-collapse .cl-sidebar {
  -webkit-transition: width 300ms linear;
  -moz-transition: width 300ms linear;
  -o-transition: width 300ms linear;
  transition: width 500ms linear;
}
#cl-wrapper.animate-collapse #pcont {
  transition: margin 500ms ease;
}
#cl-wrapper.animate-collapse .cl-vnavigation li a span {
  -webkit-transition: opacity 500ms linear;
  -moz-transition: opacity 500ms linear;
  -o-transition: opacity 500ms linear;
  transition: opacity 500ms linear;
}
#cl-wrapper.animate-collapse .cl-vnavigation li a i {
  -webkit-transition: margin 500ms linear, font-size 500ms linear;
  -moz-transition: margin 500ms linear, font-size 500ms linear;
  -o-transition: margin 500ms linear, font-size 500ms linear;
  transition: margin 500ms linear, font-size 500ms linear;
}
.cl-sidebar .collapse-button {
  background: #272930;
  width: 280px;
  bottom: 0;
}
.cl-sidebar .collapse-button .ph {
  font-style: italic;
  color: #FFF;
}
.cl-sidebar .collapse-button .search::-webkit-input-placeholder {
  font-style: italic;
  color: #FFF;
}
.cl-sidebar .collapse-button .search::-moz-placeholder {
  font-style: italic;
  color: #FFF;
}
.cl-sidebar .collapse-button .search:-ms-input-placeholder {
  font-style: italic;
  color: #FFF;
}
.cl-sidebar .collapse-button .search:-moz-placeholder {
  font-style: italic;
  color: #FFF;
}
.cl-sidebar .collapse-button .search {
  width: 219px;
  display: inline-block;
  margin-right: 3px;
  border-radius: 2px;
  height: 33px;
  color: rgba(255,255,255,0.7);
  background: none repeat scroll 0 0 #181A21;
  font-size: 11px;
  border: 1px solid rgba(0,0,0,0.06);
}
.cl-sidebar .collapse-button button {
  margin: 0 !important;
  background: transparent;
  box-shadow: none;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 2px;
}
.cl-sidebar .collapse-button button:hover {
  background: #1d1f26;
}
#cl-wrapper.fixed-menu .menu-space {
  position: fixed;
  width: 216px;
  background: #272930;
}
#cl-wrapper.fixed-menu .menu-space .content {
  outline: none;
}
#cl-wrapper.sb-collapsed.fixed-menu .menu-space {
  width: 70px;
}
#cl-wrapper .cl-sidebar .side-user {
  padding: 25px 20px;
}
.sb-collapsed .cl-sidebar .side-user {
  display: none;
}
#cl-wrapper.animate-collapse .cl-sidebar .collapse-button {
  -webkit-transition: width 300ms linear;
  -moz-transition: width 300ms linear;
  -o-transition: width 300ms linear;
  transition: width 500ms linear;
}
.sb-collapsed .cl-sidebar .collapse-button .search {
  display: none;
}
.sb-collapsed .cl-sidebar .collapse-button {
  width: 70px;
  text-align: center;
}
.sb-collapsed .cl-vnavigation li.open ul {
  display: none !important;
}
#sub-menu-nav ul {
  box-shadow: 1px 1px 4px rgba(0,0,0,0.22);
  color: #333;
  background: #FFF;
  padding: 5px 0;
  min-width: 190px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.25);
  border: 1px solid rgba(0,0,0,0.15);
  border-top: 0;
  border-radius: 3px;
}
#sub-menu-nav ul li:first-child {
  padding-top: 0;
}
#sub-menu-nav ul li:last-child {
  padding-bottom: 0;
}
#sub-menu-nav ul li.dropdown-header i {
  text-align: center;
  width: 15px;
}
#sub-menu-nav ul li.dropdown-header {
  padding: 1px 11px;
  padding-bottom: 6px;
}
#sub-menu-nav  ul {
  padding: 5px 0;
}
#sub-menu-nav  ul li {
  list-style: none;
}
#sub-menu-nav  ul li a {
  margin-right: -1px;
  display: block;
  font-size: 11px;
  border-bottom: 0;
  color: #333333;
  text-shadow: none;
  text-align: left;
  background: transparent;
  padding: 6px 20px 6px 31px;
}
#sub-menu-nav  ul li a:hover {
  background-color: #2980b9;
  color: #FFF;
}
#sub-menu-nav  ul:after {
  background: url(../img/menu-tail-left.png) no-repeat right 10px;
  top: 0px;
  content: "";
  display: inline-block;
  left: -9px;
  height: 43px;
  width: 10px;
  position: absolute;
}
.cl-vnavigation li a i {
  text-align: center;
  width: 20px;
  font-size: 14px;
  margin-right: 7px;
}
.cl-vnavigation li a span {
  display: inline-block;
}
.cl-vnavigation li ul {
  background-color: #1d1f26;
  display: none;
  margin: 0;
  padding: 0;
  padding-top: 4px;
}
.cl-vnavigation .parent ul li {
  list-style: none;
}
.cl-vnavigation .parent ul li.dropdown-header {
  display: none;
}
.cl-vnavigation .parent ul li a {
  font-size: 12px;
  background-image: none;
  padding: 7px 18px 7px 42px;
}
.cl-vnavigation .parent ul li.active a {
  color: #ffffff;
  background-color: rgba(0,0,0,0.2);
  border-left: 2px solid #338ac3;
}
.cl-vnavigation .parent ul li a:hover {
  background-color: rgba(0,0,0,0.2);
}
.cl-vnavigation .parent ul li a:first-child {
  border-top: 0;
}
.cl-vnavigation .active > a {
  background: #2A2C34;
  border-left: 2px solid #338ac3;
}
.cl-vnavigation .selected:hover a {
  background-color: #2494F2;
}
.cl-vnavigation .selected:hover ul a {
  background-color: #1A1C20;
}
body.animated #cl-wrapper {
  opacity: 0;
  margin-left: -20px;
  transition: margin-left 600ms ease, opacity 600ms;
}
#cl-wrapper {
  display: table;
  width: 100%;
  position: absolute;
  height: 100%;
}
.cl-sidebar {
  display: table-cell;
  position: relative;
  vertical-align: top;
  padding-bottom: 49px;
}
#pcont {
  display: table-cell;
  vertical-align: top;
}
.ADICIONADO-ARQUIVO {
  content: 'less/404.less';
}
.page-error {
  color: #999;
  margin-bottom: 40px;
}
.page-error a {
  color: #479ed7;
}
.page-error .number {
  color: #FFF;
  font-size: 150px;
  font-family: Arial;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.6);
}
.page-error .description {
  color: #FFF;
  font-size: 30px;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.6);
}
.page-error h3 {
  color: #FFF;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.6);
}
.error-container .copy {
  color: #515863;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
  font-size: 13px;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: 20px;
}
.error-container .copy a {
  color: #515863;
}
body.texture {
  background: #2980b9;
  background: #6ab0de;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#2980b9),color-stop(1,#6ab0de));
  background: -ms-linear-gradient(bottom,#2980b9,#6ab0de);
  background: -moz-linear-gradient(center bottom,#2980b9 0%,#6ab0de 100%);
  background: -o-linear-gradient(#6ab0de,#2980b9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ab0de', endColorstr='#2980b9', GradientType=0);
}
.ADICIONADO-ARQUIVO {
  content: 'less/gallery.less';
}
.gallery-cont .item {
  width: 25%;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}
.gallery-cont .item.w2 {
  width: 50%;
}
.gallery-cont .photo {
  box-shadow: 1px 1px 3px rgba(0,0,0,0.13);
}
.gallery-cont .img {
  position: relative;
}
.gallery-cont .img .over .func {
  margin-top: -80px;
  position: relative;
  top: 50%;
  text-align: center;
  transition: margin-top 200ms ease-in-out;
}
.gallery-cont .img .over .func a {
  display: inline-block;
  height: 50px;
  margin-right: 2px;
  width: 50px;
  margin-right: 10px;
  background: rgba(255,255,255,0.2);
  border-radius: 50%;
}
.gallery-cont .img .over .func a:hover {
  background: rgba(255,255,255,0.3);
}
.gallery-cont .img .over .func i {
  font-size: 20px;
  color: #FFF;
  line-height: 2.4;
}
.gallery-cont .item .img:hover .over {
  opacity: 1;
}
.gallery-cont .item .img:hover .over .func {
  margin-top: -25px;
}
.gallery-cont .item .head {
  padding: 10px 10px;
  background: #FFF;
}
.gallery-cont .item .head h4 {
  margin: 0;
  font-size: 17px;
}
.gallery-cont .item .head span {
  color: #BDBDBD;
  font-size: 14px;
}
.gallery-cont .item .head span.active {
  color: #3d94cd;
}
.gallery-cont .item .head .desc {
  color: #999;
  font-size: 12px;
}
.gallery-cont .item img {
  width: 100%;
}
.gallery-cont .item .over {
  top: 0;
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(41,128,185,0.8);
  transition: opacity 300ms ease;
  -webkit-transition: opacity 300ms ease;
}
@media (max-width: 767px) {
  .gallery-cont .item {
    width: 50%;
  }
  .gallery-cont .item.w2 {
    width: 100%;
  }
}
.ADICIONADO-ARQUIVO {
  content: 'less/login.less';
}
#cl-wrapper.login-container,
#cl-wrapper.error-container {
  margin: 0;
}
.flex-meio {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fp {
  background: #333333;
  overflow: hidden !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fp h1,
.fp h2,
.fp h3,
.fp h4,
.fp h5,
.fp h6 {
  line-height: 55px;
  font-size: 56px;
  padding: 0;
  margin: 0;
  color: #FFF;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
  position: relative;
}
.fp .btn {
  margin-left: 0;
  border: 1px solid rgba(0,0,0,0.9);
  color: #FFF;
  box-shadow: 0 2px 3px rgba(0,0,0,0.3), inset 0px 1px 0 rgba(255,255,255,0.3), inset 0px -1px 0px rgba(0,0,0,0.1);
}
.fp .btn:hover {
  border: 1px solid rgba(0,0,0,0.9);
}
.fp .out-links {
  position: absolute;
  font-size: 11px;
  padding: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.fp .out-links a {
  color: #e7f2fa;
}
.pg-imgbg {
  background: url(../img/fundo-2.jpg) 50%;
}
.pg-login {
  background: #333333;
  overflow: hidden !important;
}
.pg-login .btn {
  margin-left: 0;
  border: 1px solid rgba(0,0,0,0.9);
}
.pg-login .btn.btn-primary {
  box-shadow: 0 2px 3px rgba(0,0,0,0.3), inset 0px 1px 0 rgba(255,255,255,0.3), inset 0px -1px 0px rgba(0,0,0,0.1);
}
.pg-login .btn.btn-primary:hover {
  border: 1px solid rgba(0,0,0,0.9);
}
#animatedBG {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#animatedBG #demo-canvas {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
}
.login-container {
  position: relative;
  z-index: 100;
}
.login-container .middle-login {
  width: 430px;
  left: 50%;
  top: 50%;
  position: absolute;
  margin-top: -220px;
  margin-left: -215px;
  border-radius: 5px;
  overflow: hidden;
  opacity: 0;
}
.login-container .block-transp {
  padding: 0;
  border: 0;
  overflow: hidden;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  margin-bottom: 20px;
}
.login-container .block-flat {
  padding: 20px;
  border: 0;
  overflow: hidden;
}
.login-container .block-flat .header {
  padding: 12px 20px;
  margin: -20px -20px 0 -20px;
  background: #2980b9;
  border-bottom: 1px solid #2980b9;
}
.login-container .block-flat h3 {
  color: #FFF;
  margin: 0;
}
.block-transp {
  padding: 20px;
  color: #FFF;
}
.login-container .block-transp .header {
  padding: 0 20px;
}
.login-container .block-transp .header h3 {
  line-height: 55px;
  font-size: 56px;
  padding: 0;
  margin: 0;
  color: #FFF;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
  position: relative;
}
.login-container .header .logo-img {
  left: 50%;
  position: absolute;
  top: 50%;
}
.login-container .block-transp .content {
  padding: 30px;
  padding-bottom: 5px;
}
.login-container .block-transp .content .form-control {
  padding: 10px 8px 10px 50px;
  height: auto;
  border-radius: 3px;
  display: block;
  border-color: #CCC;
  font-weight: 300;
  font-size: 18px;
  background: #222;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#333),color-stop(1,#222));
  background: -ms-linear-gradient(bottom,#333,#222);
  background: -moz-linear-gradient(center bottom,#333 0%,#222 100%);
  background: -o-linear-gradient(#222,#333);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#333333', GradientType=0);
  color: #CCC;
  margin: 0px;
  text-shadow: none;
  box-shadow: inset 0px -1px 3px #111, inset 0px 1px 0px #4D4D4D;
  border: none;
}
.login-container .block-transp .content .form-control:focus {
  box-shadow: inset 0px -1px 3px #111, inset 0px 1px 0px #4D4D4D;
}
.login-container .block-transp .content .form-control:-webkit-autofill {
  box-shadow: inset 0px -1px 3px #111, inset 0px 1px 0px #4D4D4D !important;
  background: #222;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#333),color-stop(1,#222));
  background: -ms-linear-gradient(bottom,#333,#222);
  background: -moz-linear-gradient(center bottom,#333 0%,#222 100%);
  background: -o-linear-gradient(#222,#333);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#333333', GradientType=0);
}
.login-container .block-transp .input-group-addon {
  border: none;
  background: none;
  color: #FFF;
  font-size: 18px;
  display: block;
  padding: 14px;
  width: 50px !important;
  position: absolute;
}
.login-container .block-transp .ph {
  font-style: italic;
  color: #FFF;
}
.login-container .block-transp .form-control::-webkit-input-placeholder {
  font-style: italic;
  color: #FFF;
}
.login-container .block-transp .form-control::-moz-placeholder {
  font-style: italic;
  color: #FFF;
}
.login-container .block-transp .form-control:-ms-input-placeholder {
  font-style: italic;
  color: #FFF;
}
.login-container .block-transp .form-control:-moz-placeholder {
  font-style: italic;
  color: #FFF;
}
.login-container .block-transp .content .form-group {
  margin-bottom: 10px;
}
.login-container .block-transp .content .title {
  margin-top: 0;
  margin-bottom: 20px;
}
.login-container .block-transp .foot {
  padding: 0 30px 15px;
  text-align: right;
}
.login-container .block-transp .foot .btn-link {
  padding: 4px 0;
  color: #FFF;
}
.login-container .fa {
  min-width: 15px;
}
.login-container .block-transp .foot .btn {
  min-width: 70px;
}
.login-container .out-links {
  position: absolute;
  font-size: 11px;
  padding: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.login-container  .out-links a {
  color: #e7f2fa;
}
.ADICIONADO-ARQUIVO {
  content: 'less/page-email.less';
}
.email .page-title,
.app .page-title {
  font-size: 26px;
  margin-bottom: 0;
  margin-top: 10px;
}
.email .description,
.app .description {
  color: #888;
}
.page-aside.email .header,
.page-aside.app .header {
  padding: 20px;
}
.page-aside.email .compose {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 25px;
}
.page-aside.email .compose .btn {
  background: #58BE89;
  width: 100%;
  border: 0;
  border-radius: 3px !important;
  max-width: 180px;
}
.page-aside.email .mail-nav,
.page-aside.app .app-nav {
  display: block;
  margin-top: 13px;
  padding: 0;
}
.page-aside.email .navbar-toggle,
.page-aside.app .navbar-toggle {
  background: rgba(0,0,0,0.015);
}
.page-aside.email .navbar-toggle span,
.page-aside.app .navbar-toggle span {
  font-size: 14px;
}
.page-aside.email .mail-nav ul li,
.page-aside.app .app-nav ul.nav li {
  margin: 0;
}
.page-aside.email .mail-nav ul li a,
.page-aside.app .app-nav ul.nav li a {
  border-radius: 0;
  color: #555;
  padding: 12px 15px;
}
.page-aside.email .mail-nav ul li a:hover,
.page-aside.app .app-nav ul.nav li a:hover {
  background: rgba(0,0,0,0.01);
}
.page-aside.email .mail-nav ul li.active a,
.page-aside.app .app-nav ul.nav li.active a {
  color: #555;
  background: rgba(0,0,0,0.025);
}
.page-aside.email .mail-nav ul li a .label,
.page-aside.app .app-nav ul.nav li a .label {
  border-radius: 2px;
}
.page-aside.email .mail-nav ul li a .label.label-default,
.page-aside.app .app-nav ul.nav li a .label.label-default {
  background: #b5b5b5;
}
.page-aside.email .mail-nav ul li a .label.label1,
.page-aside.app .app-nav ul li a .label.label1 {
  background: #19B698;
}
.page-aside.email .mail-nav ul li a .label.label2,
.page-aside.app .app-nav ul li a .label.label2 {
  background: #E85647;
}
.page-aside.email .mail-nav ul li a .label.label3,
.page-aside.app .app-nav ul li a .label.label3 {
  background: #F4A425;
}
.page-aside.email .mail-nav ul li a i,
.page-aside.app .app-nav ul.nav li a i {
  font-size: 14px;
  width: 24px;
  text-align: center;
}
.page-aside.email .mail-nav .title,
.page-aside.app .app-nav .title {
  color: #888;
  margin: 5px 0 0 0;
  padding: 8px 13px 4px;
  border-bottom: 1px solid #E5E5E5;
}
.mail-inbox .head,
.main-app .head {
  background: #FFF;
  padding: 20px 25px;
}
.mail-inbox .head h3,
.main-app .head h3 {
  margin: 9px 0 15px 0;
}
.mail-inbox .head h3 span,
.main-app .head h3 span {
  color: #888;
  font-weight: 300;
  font-size: 16px;
}
.mail-inbox .head input[type="text"],
.main-app .head input[type="text"] {
  box-shadow: 0 1px 1px rgba(0,0,0,0.01) inset;
  border: 1px solid #D8D8D8;
  border-radius: 3px;
}
.mail-inbox .head input[type="text"]:focus,
.main-app .head input[type="text"]:focus {
  border-color: #43b6ff;
}
.mail-inbox .filters,
.main-app .filters,
.formModal .filters {
  padding: 9px 10px 10px 10px;
  border-bottom: 1px solid #E5E5E5;
}
.mail-inbox .filters .left,
.main-app .filters .left,
.formModal .filters .left {
  line-height: 27px;
}
.mail-inbox .filters .paginacao,
.main-app .filters .paginacao,
.formModal .filters .paginacao {
  margin: 0;
}
.mail-inbox .filters .checkbox,
.main-app .filters .checkbox {
  margin-right: 8px;
}
.mail-inbox .mails,
.main-app .items {
  background: #FFF;
}
.mail-inbox .mails .item,
.main-app .items .item {
  border-bottom: 1px solid #E5E5E5;
  padding: 17px 20px;
  display: table;
  width: 100%;
  cursor: pointer;
}
.mail-inbox .mails .item:nth-child(even),
.main-app .items .item:nth-child(even) {
  background: rgba(0,0,0,0.015);
}
.mail-inbox .mails .item:hover,
.main-app .items .item:hover {
  background: rgba(0,0,0,0.035);
}
.mail-inbox .mails .item > div,
.main-app .items .item > div {
  vertical-align: top;
  display: table-cell;
}
.mail-inbox .mails .item > div:first-child,
.main-app .items .item > div:first-child {
  width: 35px;
}
.mail-inbox .mails .item > div:first-child > div,
.main-app .items .item > div:first-child > div {
  margin-top: 2px;
}
.mail-inbox .checkbox,
.main-app .checkbox {
  background-color: #FFF;
}
.mail-inbox .mails .item .from,
.main-app .items .item .from {
  font-weight: 600;
  font-size: 13px;
  margin: 0 0 3px 0;
}
.mail-inbox .mails .item .date i,
.main-app .items .item .date i {
  margin-right: 7px;
  font-size: 14px;
}
.mail-inbox .mails .item .msg,
.main-app .items .item .msg {
  font-size: 12px;
  margin: 0;
}
.message .head {
  background: #FFF;
  padding: 20px 25px 24px;
}
.message .head h3 {
  margin: 9px 0 15px 0;
}
.message .head h3 span {
  font-weight: 300;
  font-size: 20px;
  float: right;
}
.message .head h3 span a {
  color: #888;
  margin-right: 15px;
}
.message .head h4 span {
  font-weight: 100;
  font-size: 15px;
  float: right;
}
.message .head h4 span a {
  color: #FEA200;
  margin-right: 10px;
}
.message .mail {
  background: #FFF;
  border-top: 1px solid #E5E5E5;
  padding: 30px;
  font-size: 26px;
}
.message .mail p {
  font-size: 15px;
  font-weight: 100;
}
.message .mails .item {
  border-bottom: 1px solid #E5E5E5;
  padding: 17px 20px;
  display: table;
  width: 100%;
  cursor: pointer;
}
.message .mails .item:nth-child(even) {
  background: rgba(0,0,0,0.015);
}
.message .mails .item:hover {
  background: rgba(0,0,0,0.035);
}
.message .mails .item > div {
  vertical-align: top;
  display: table-cell;
}
.message .mails .item > div:first-child {
  width: 35px;
}
.message .mails .item > div:first-child > div {
  margin-top: 2px;
}
.message .checkbox {
  background-color: #FFF;
}
.message .mails .item .from {
  font-weight: 600;
  font-size: 13px;
  margin: 0 0 3px 0;
}
.message .mails .item .date i {
  margin-right: 7px;
  font-size: 14px;
}
.message .mails .item .msg {
  font-size: 12px;
  margin: 0;
}
@media (max-width: 767px) {
  .page-aside.email .mail-nav,
  .page-aside.app .app-nav {
    margin-top: 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
  }
  .page-aside.email .mail-nav .compose,
  .page-aside.app .app-nav .compose {
    border-top: 1px solid #E5E5E5;
    background: #FCFCFC;
  }
  .page-aside.email div.content,
  .page-aside.app div.content {
    border-bottom: 1px solid #E5E5E5;
  }
  .page-aside.email .mail-nav.collapse,
  .page-aside.app .app-nav.collapse {
    display: none;
  }
  .page-aside.email .mail-nav.collapse.in,
  .page-aside.app .app-nav.collapse.in {
    display: block;
  }
  .page-aside.email .nano .content {
    position: static;
    padding: 0;
    overflow: visible;
  }
  .message .mail {
    border-top: 0;
  }
}
.ADICIONADO-ARQUIVO {
  content: 'less/page-code-editor.less';
}
.code-editor {
  height: 100%;
}
.code-editor #console {
  height: 100%;
}
.code-editor #console .CodeMirror {
  height: 100%;
}
.codeditor .page-title {
  font-size: 26px;
  margin-bottom: 0;
  margin-top: 10px;
}
.codeditor .description {
  color: #888;
}
.page-aside.codeditor .compose {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 25px;
}
.page-aside.codeditor .compose .btn {
  width: 100%;
  border: 0;
  border-radius: 3px !important;
  max-width: 180px;
}
.page-aside.codeditor .mail-nav {
  display: block;
  margin-top: 13px;
  padding: 0;
}
.page-aside.codeditor .navbar-toggle {
  background: rgba(0,0,0,0.015);
}
.page-aside.codeditor .navbar-toggle span {
  font-size: 14px;
}
.page-aside.codeditor .mail-nav ul li {
  margin: 0;
}
.page-aside.codeditor .mail-nav ul li a {
  border-radius: 0;
  color: #555;
  padding: 12px 15px;
}
.page-aside.codeditor .mail-nav ul li a:hover {
  background: rgba(0,0,0,0.01);
}
.page-aside.codeditor .mail-nav ul li.active a {
  color: #555;
  background: rgba(0,0,0,0.025);
}
.page-aside.codeditor .mail-nav ul li a .label {
  border-radius: 2px;
}
.page-aside.codeditor .mail-nav ul li a .label.label-default {
  background: #b5b5b5;
}
.page-aside.codeditor .mail-nav ul li a .label.label1 {
  background: #19B698;
}
.page-aside.codeditor .mail-nav ul li a .label.label2 {
  background: #E85647;
}
.page-aside.codeditor .mail-nav ul li a .label.label3 {
  background: #F4A425;
}
.page-aside.codeditor .mail-nav ul li a .label.unsaved {
  line-height: 10px;
  padding-top: 5px;
}
.page-aside.codeditor .mail-nav ul li a i {
  font-size: 14px;
  width: 24px;
  text-align: center;
}
.page-aside.codeditor .mail-nav .title {
  color: #888;
  margin: 5px 0 0 0;
  padding: 8px 13px 4px;
  border-bottom: 1px solid #E5E5E5;
}
.mail-inbox .head {
  background: #FFF;
  padding: 20px 25px;
}
.mail-inbox .head h3 {
  margin: 9px 0 15px 0;
}
.mail-inbox .head h3 span {
  color: #888;
  font-weight: 300;
  font-size: 16px;
}
.mail-inbox .head input[type="text"] {
  box-shadow: 0 1px 1px rgba(0,0,0,0.01) inset;
  border: 1px solid #D8D8D8;
  border-radius: 3px;
}
.mail-inbox .head input[type="text"]:focus {
  border-color: #43b6ff;
}
.mail-inbox .filters {
  padding: 9px 20px 10px 20px;
  border-bottom: 1px solid #E5E5E5;
}
.mail-inbox .filters .checkbox {
  margin-right: 8px;
}
.mail-inbox .mails {
  background: #FFF;
}
.mail-inbox .mails .item {
  border-bottom: 1px solid #E5E5E5;
  padding: 17px 20px;
  display: table;
  width: 100%;
  cursor: pointer;
}
.mail-inbox .mails .item:nth-child(even) {
  background: rgba(0,0,0,0.015);
}
.mail-inbox .mails .item:hover {
  background: rgba(0,0,0,0.035);
}
.mail-inbox .mails .item > div {
  vertical-align: top;
  display: table-cell;
}
.mail-inbox .mails .item > div:first-child {
  width: 35px;
}
.mail-inbox .mails .item > div:first-child > div {
  margin-top: 2px;
}
.mail-inbox .checkbox {
  background-color: #FFF;
}
.mail-inbox .mails .item .from {
  font-weight: 600;
  font-size: 13px;
  margin: 0 0 3px 0;
}
.mail-inbox .mails .item .date i {
  margin-right: 7px;
  font-size: 14px;
}
.mail-inbox .mails .item .msg {
  font-size: 12px;
  margin: 0;
}
.message .head {
  background: #FFF;
  padding: 20px 25px 24px;
}
.message .head h3 {
  margin: 9px 0 15px 0;
}
.message .head h3 span {
  font-weight: 300;
  font-size: 20px;
  float: right;
}
.message .head h3 span a {
  color: #888;
  margin-right: 15px;
}
.message .head h4 span {
  font-weight: 100;
  font-size: 15px;
  float: right;
}
.message .head h4 span a {
  color: #FEA200;
  margin-right: 10px;
}
.message .mail {
  background: #FFF;
  border-top: 1px solid #E5E5E5;
  padding: 30px;
  font-size: 26px;
}
.message .mail p {
  font-size: 15px;
  font-weight: 100;
}
.message .mails .item {
  border-bottom: 1px solid #E5E5E5;
  padding: 17px 20px;
  display: table;
  width: 100%;
  cursor: pointer;
}
.message .mails .item:nth-child(even) {
  background: rgba(0,0,0,0.015);
}
.message .mails .item:hover {
  background: rgba(0,0,0,0.035);
}
.message .mails .item > div {
  vertical-align: top;
  display: table-cell;
}
.message .mails .item > div:first-child {
  width: 35px;
}
.message .mails .item > div:first-child > div {
  margin-top: 2px;
}
.message .checkbox {
  background-color: #FFF;
}
.message .mails .item .from {
  font-weight: 600;
  font-size: 13px;
  margin: 0 0 3px 0;
}
.message .mails .item .date i {
  margin-right: 7px;
  font-size: 14px;
}
.message .mails .item .msg {
  font-size: 12px;
  margin: 0;
}
@media (max-width: 767px) {
  .cl-mcont.aside {
    display: block;
  }
  .page-aside.codeditor {
    display: block;
  }
  .aside .content {
    display: block;
  }
  .page-aside > div {
    width: 100%;
  }
  .cl-mcont.aside > .content {
    display: block;
  }
  .page-aside.codeditor .mail-nav ul li {
    display: block;
  }
  .page-aside.codeditor .mail-nav {
    margin-top: 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
  }
  .page-aside.codeditor .mail-nav .compose {
    border-top: 1px solid #E5E5E5;
    background: #FCFCFC;
  }
  .page-aside.codeditor div.content {
    border-bottom: 1px solid #E5E5E5;
  }
  .page-aside.codeditor .mail-nav.collapse {
    display: none;
  }
  .message .mail {
    border-top: 0;
  }
}
.CodeMirror {
  height: auto;
}
.CodeMirror-scroll {
  overflow-y: hidden;
  overflow-x: auto;
}
.ADICIONADO-ARQUIVO {
  content: 'less/page-profile.less';
}
.profile-info h1 {
  font-weight: 300;
  margin: 0 0 0 0;
  font-size: 30px;
}
.profile-info p {
  margin: 0;
  font-weight: normal;
}
.profile-info > .row {
  margin-top: 0;
}
.profile-info .path {
  font-size: 14px;
  font-weight: 400;
}
.profile-info .path .fa {
  min-width: 15px;
  text-align: center;
}
.local {
  font-weight: 300;
  font-size: 14px;
}
.local .fa {
  min-width: 15px;
  text-align: center;
}
.profile-info .avatar,
.inputAvatar .avatar {
  margin-right: 20px;
}
.profile-info .avatar img,
.inputAvatar .avatar img {
  max-width: 140px;
  max-height: 140px;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.profile-info .personal .btn {
  padding-right: 12px;
  border: 0;
  margin: 0;
}
.profile-info .personal .btn .fa {
  margin-right: 5px;
}
.profile-info .skills td {
  font-size: 13px;
}
.profile-info .skills .progress {
  border-radius: 2px;
  height: 11px;
}
.spk-widget {
  margin-top: 15px;
}
.side-right {
  margin-top: 39px;
}
.bars-widget h4 {
  margin-bottom: 0;
  margin-top: 0;
}
.bars-widget h3 {
  margin: 0;
}
table.information td {
  font-size: 13px;
  vertical-align: top;
  padding: 6px;
}
table.information td i {
  width: 15px;
  font-size: 14px;
}
.fa-mobile-phone {
  font-size: 18px !important;
}
table.information td.category {
  padding-top: 8px;
}
table.information > tbody > tr  > td {
  padding-bottom: 30px;
}
.friend-widget {
  cursor: default;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 10px;
  transition: background-color 300ms ease-in-out;
  -webkit-transition: background-color 300ms ease-in-out;
}
.friend-widget img {
  float: left;
  margin-right: 10px;
  border: 3px solid #F2F2F2;
  max-width: 50px;
  max-height: 50px;
  width: 100%;
  border-radius: 50%;
  transition: border-color 300ms ease-in-out;
  -webkit-transition: border-color 300ms ease-in-out;
}
.friend-widget:hover {
  background: #f2f2f2;
}
.friend-widget:hover img {
  border-color: #4D90FD;
}
.friend-widget h4 {
  font-size: 15px;
  margin: 3px 0 0 0;
}
.friend-widget p {
  color: #999;
  margin: 0;
}
.friends-list > div {
  padding-left: 5px;
  padding-right: 5px;
}
.widget-title {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 15px;
}
.avatar-upload {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.avatar-upload img {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.avatar-upload input {
  cursor: pointer;
  direction: ltr;
  font-size: 200px;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  outline: 0;
}
.avatar-upload .overlay {
  background: #4D90FD;
  height: 3px;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: opacity 300ms ease 0s;
  width: 0%;
  vertical-align: middle;
}
.crop-image img {
  box-shadow: 0 0 0 4px #e9e9e9;
}
.jcrop-holder {
  display: inline-block;
}
@media (max-width: 767px) {
  table.information .btn span {
    display: none;
  }
  .profile-info .personal,
  .profile-info .avatar {
    text-align: center;
  }
  .profile-info .avatar {
    margin-bottom: 10px;
  }
}
.ADICIONADO-ARQUIVO {
  content: 'less/sign-up.less';
}
#cl-wrapper.sign-up-container,
#cl-wrapper.error-container {
  margin: 0;
}
.sign-up-container .middle-sign-up {
  width: 470px;
  left: 50%;
  top: 50%;
  position: absolute;
  margin-top: -282px;
  margin-left: -235px;
}
.sign-up-container .block-flat {
  padding: 0;
  border: 0;
  overflow: hidden;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.6);
  margin-bottom: 20px;
}
.sign-up-container .block-flat .header {
  padding: 9px 20px;
  background: #2980b9;
  border-bottom: 1px solid #2980b9;
}
.sign-up-container .block-flat .header h3 {
  line-height: 35px;
  margin: 0;
  color: #FFF;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
  position: relative;
  min-height: 40px;
}
.sign-up-container .header .logo-img {
  left: 50%;
  margin-left: -63px;
  margin-top: -13px;
  position: absolute;
  top: 50%;
}
.sign-up-container .block-flat .content {
  padding: 30px;
  padding-bottom: 20px;
}
.sign-up-container .block-flat .content .form-control {
  padding: 10px 8px;
  height: auto;
}
.sign-up-container .block-flat .content .form-group {
  margin-bottom: 10px;
}
.sign-up-container .block-flat .content .title {
  margin-top: 0;
  margin-bottom: 20px;
}
.sign-up-container .block-flat .foot {
  text-align: right;
  padding: 0 30px 15px;
}
.sign-up-container .block-flat .foot .btn {
  min-width: 70px;
}
.sign-up-container .block-flat  .input-group-addon {
  background: #FAFAFA;
}
.sign-up-container  .out-links {
  padding-right: 3px;
}
.sign-up-container  .out-links a {
  color: #C9D4F6;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}
.ADICIONADO-ARQUIVO {
  content: 'less/page-search.less';
}
﻿.main-app .options {
  padding: 20px 0 5px 0;
}
.main-app .options .radio-inline:first-child {
  padding-left: 0;
}
.main-app .options .radio-inline {
  margin: 0;
}
.clr {
  display: block;
  clear: both;
}
.main-app .options .form-group {
  margin: 0;
}
.main-app .items.products .item .price {
  font-size: 22px;
  font-weight: 300;
}
.main-app .items.products .item .product-image {
  float: left;
  margin-right: 10px;
}
.app.filters .app-nav .content {
  padding-top: 0;
}
.ADICIONADO-ARQUIVO {
  content: 'less/datetimepicker.less';
}
.bootstrap-datetimepicker-widget {
  top: 0;
  left: 0;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget .btn {
  padding: 6px;
  border: 0;
}
.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget table {
  border: 0 !important;
}
.bootstrap-datetimepicker-widget:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0,0,0,0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  top: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget >ul {
  list-style-type: none;
  margin: 0;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 100%;
  font-weight: bold;
  font-size: 1.2em;
}
.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
  width: 4px;
  padding: 0;
  margin: 0;
}
.bootstrap-datetimepicker-widget .datepicker > div {
  display: none;
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover {
  background: #CCC;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget td.old,
.bootstrap-datetimepicker-widget td.new {
  color: #CCC;
}
.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
  background-color: #2980b9;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.bootstrap-datetimepicker-widget td.disabled,
.bootstrap-datetimepicker-widget td.disabled:hover {
  background: none;
  color: #CCC;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget td span {
  display: block;
  width: 47px;
  height: 24px !important;
  line-height: 24px !important;
  float: left;
  margin: 2px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget td span:hover {
  background: #CCC;
}
.bootstrap-datetimepicker-widget td span.active {
  background-color: #2980b9;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.bootstrap-datetimepicker-widget td span.old {
  color: #CCC;
}
.bootstrap-datetimepicker-widget td span.disabled,
.bootstrap-datetimepicker-widget td span.disabled:hover {
  background: none;
  color: #CCC;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget th.switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget th.next,
.bootstrap-datetimepicker-widget th.prev {
  font-size: 18px;
}
.bootstrap-datetimepicker-widget th.disabled,
.bootstrap-datetimepicker-widget th.disabled:hover {
  background: none;
  color: #CCC;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
  background: #CCC;
}
.input-group.date .input-group-addon span {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.bootstrap-datetimepicker-widget.left-oriented:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.left-oriented:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget ul.list-unstyled li.in div.timepicker div.timepicker-picker table.table-condensed tbody > tr > td {
  padding: 0px !important;
}
.ADICIONADO-ARQUIVO {
  content: 'less/elements/accordions.less';
}
.accordion {
  margin-bottom: 40px;
}
.accordion .panel-heading {
  background: #fff;
  padding: 0;
}
.accordion .panel-heading a {
  font-size: 15px;
  padding: 17px 16px;
  display: block;
  color: #338ac3;
}
.accordion .panel-heading a .fa {
  transition: transform 200ms ease-in-out;
  margin-right: 10px;
  transform: rotate(90deg);
}
.accordion .panel-heading a.collapsed {
  color: #555;
}
.accordion .panel-heading a.collapsed .fa {
  transform: rotate(0deg);
}
.accordion  .panel-heading + .panel-collapse .panel-body {
  border-top: 0;
  padding: 3px 20px 20px 34px;
}
.accordion .panel {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  border-bottom: 0;
  border-left: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
  margin-bottom: 5px;
  border-top: 0;
  box-shadow: 0 1px 0 0 rgba(0,0,0,0.04);
}
.accordion .panel:first-child {
  border-top: 0;
}
.accordion.panel-group .panel + .panel {
  margin-top: 0px;
}
.accordion.accordion-color .panel-heading a {
  background-color: #2980b9;
  color: #FFF;
}
.accordion.accordion-color .panel-heading a.collapsed {
  background-color: #FFF;
  color: #555;
}
.accordion.accordion-color .panel-collapse .panel-body {
  background-color: #2980b9;
  color: #FFF;
}
.accordion.accordion-semi .panel-heading a {
  background-color: #2980b9;
  color: #FFF;
  transition: background-color 200ms ease-in-out;
  border-bottom: 1px solid #015891;
}
.accordion.accordion-semi .panel-heading.success a {
  background-color: #4cac4c;
  border-bottom: 1px solid #248424;
}
.accordion.accordion-semi .panel-heading.warning a {
  background-color: #FF9900;
  border-bottom: 1px solid #d77100;
}
.accordion.accordion-semi .panel-heading.danger a {
  background-color: #DF4B33;
  border-bottom: 1px solid #b7230b;
}
.accordion.accordion-semi .panel-heading a.collapsed {
  background-color: #FFF;
  color: #555;
  border-bottom: 0;
}
.accordion.accordion-semi .panel-collapse .panel-body {
  padding: 15px 20px 20px 34px;
}
.ADICIONADO-ARQUIVO {
  content: 'less/elements/alerts.less';
}
.alert {
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: 0;
}
.alert .sign {
  color: rgba(0,0,0,0.2);
  font-size: 20px;
  vertical-align: middle;
  margin-right: 5px;
  text-align: center;
  width: 25px;
  display: inline-block;
}
.alert .close {
  text-shadow: none;
}
.alert-primary {
  background-color: #2980b9;
  border-color: #1f76af;
  color: #fff;
}
.alert-success {
  background-color: #4cac4c;
  border-color: #42a242;
  color: #fff;
}
.alert-info {
  background-color: #5BC0DE;
  border-color: #51b6d4;
  color: #fff;
}
.alert-warning {
  background-color: #FF9900;
  border-color: #f58f00;
  color: #fff;
}
.alert-danger {
  background-color: #DF4B33;
  border-color: #d54129;
  color: #fff;
}
.alert-white {
  background: #fff;
  border-color: #d5d5d5;
  color: #404040;
  padding-left: 61px;
  position: relative;
}
.alert-white .icon {
  text-align: center;
  width: 45px;
  height: 103%;
  position: absolute;
  top: -1px;
  left: -1px;
  border: 1px solid #BDBDBD;
  padding-top: 15px;
}
.alert-white .icon:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border: 1px solid #BDBDBD;
  position: absolute;
  border-left: 0;
  border-bottom: 0;
  top: 50%;
  right: -6px;
  margin-top: -3px;
  background: #fff;
}
.alert-white.rounded {
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.alert-white.rounded .icon {
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
}
.alert-white .icon i {
  font-size: 20px;
  color: #FFF;
  left: 12px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
}
.alert-white.alert-danger .icon,
.alert-white.alert-danger .icon:after {
  border-color: #d54129;
  background: #DF4B33;
}
.alert-white.alert-info .icon,
.alert-white.alert-info .icon:after {
  border-color: #51b6d4;
  background: #5BC0DE;
}
.alert-white.alert-warning .icon,
.alert-white.alert-warning .icon:after {
  border-color: #f58f00;
  background: #FF9900;
}
.alert-white.alert-success .icon,
.alert-white.alert-success .icon:after {
  border-color: #42a242;
  background: #4cac4c;
}
.alert-white.alert-primary .icon,
.alert-white.alert-primary .icon:after {
  border-color: #1f76af;
  background: #2980b9;
}
.alert-white-alt {
  border-width: 2px;
  background: #fff;
  color: #404040;
  padding-left: 61px;
  position: relative;
}
.alert-white-alt .icon {
  text-align: center;
  width: 45px;
  height: 103%;
  position: absolute;
  top: -1px;
  left: -1px;
  border: 1px solid #BDBDBD;
  padding-top: 15px;
}
.alert-white-alt .icon:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border: 1px solid #BDBDBD;
  position: absolute;
  border-left: 0;
  border-bottom: 0;
  top: 50%;
  right: -6px;
  margin-top: -3px;
  background: #fff;
}
.alert-white-alt.rounded {
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.alert-white-alt.rounded .icon {
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
}
.alert-white-alt .icon i {
  font-size: 20px;
  color: #FFF;
  left: 12px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
}
.alert-white-alt.alert-danger .icon,
.alert-white-alt.alert-danger .icon:after {
  border-color: #d54129;
  background: #DF4B33;
}
.alert-white-alt.alert-info .icon,
.alert-white-alt.alert-info .icon:after {
  border-color: #51b6d4;
  background: #5BC0DE;
}
.alert-white-alt.alert-warning .icon,
.alert-white-alt.alert-warning .icon:after {
  border-color: #f58f00;
  background: #FF9900;
}
.alert-white-alt.alert-success .icon,
.alert-white-alt.alert-success .icon:after {
  border-color: #42a242;
  background: #4cac4c;
}
.alert-white-alt.alert-primary .icon,
.alert-white-alt.alert-primary .icon:after {
  border-color: #1f76af;
  background: #2980b9;
}
.alert-white-alt2 {
  background: #fff;
  border-color: #d5d5d5;
  color: #404040;
  padding-left: 61px;
  position: relative;
}
.alert-white-alt2 .icon {
  text-align: center;
  width: 45px;
  height: 103%;
  position: absolute;
  top: -1px;
  left: -1px;
  border: 1px solid #d5d5d5;
  padding-top: 15px;
}
.alert-white-alt2 .icon:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border: 1px solid #d5d5d5;
  position: absolute;
  border-left: 0;
  border-bottom: 0;
  top: 50%;
  right: -6px;
  margin-top: -3px;
  background: #fff;
}
.alert-white-alt2 .icon i {
  font-size: 20px;
  color: #FFF;
  left: 12px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
}
.alert-white-alt2.alert-danger .icon i {
  color: #DF4B33;
}
.alert-white-alt2.alert-info .icon i {
  color: #5BC0DE;
}
.alert-white-alt2.alert-warning .icon i {
  color: #FF9900;
}
.alert-white-alt2.alert-success .icon i {
  color: #4cac4c;
}
.alert-white-alt2.alert-primary .icon i {
  color: #2980b9;
}
.ADICIONADO-ARQUIVO {
  content: 'less/elements/buttons.less';
}
.btn {
  border-color: #CCCCCC;
  border-radius: 0;
  -webkit-border-radius: 0;
  outline: none;
  margin-bottom: 5px !important;
  margin-left: 3px;
  font-size: 13px;
  padding: 7px 11px;
}
.btn-link {
  border-color: transparent !important;
}
.btn-default,
.btn-default:focus {
  background-color: #FFFFFF;
  border-color: #CCCCCC;
  color: #5E5E5E;
}
.btn-default i {
  color: #444;
}
.btn-default:active {
  box-shadow: none;
  background: #f5f5f5;
}
.btn-primary,
.btn-primary:focus {
  background-color: #2980b9;
  border-color: transparent;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-color: #338ac3;
  border-color: transparent;
}
.btn-primary:active {
  box-shadow: none;
  background: #1f76af;
}
.btn-success,
.btn-success:focus {
  background-color: #60C060;
  border-color: transparent;
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-color: #6aca6a;
  border-color: transparent;
}
.btn-success:active {
  box-shadow: none;
  background: #56b656;
}
.btn-info,
.btn-info:focus {
  background-color: #5BC0DE;
  border-color: transparent;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-color: #65cae8;
  border-color: transparent;
}
.btn-info:active {
  box-shadow: none;
  background: #51b6d4;
}
.btn-warning,
.btn-warning:focus {
  background-color: #FF9900;
  border-color: transparent;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-color: #ffa30a;
  border-color: transparent;
}
.btn-warning:active {
  box-shadow: none;
  background: #f58f00;
}
.btn-danger,
.btn-danger:focus {
  background-color: #DF4B33;
  border-color: transparent;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-color: #e9553d;
  border-color: transparent;
}
.btn-danger:active {
  box-shadow: none;
  background: #d54129;
}
.btn-prusia,
.btn-prusia:focus {
  background-color: #3D566D;
  border-color: transparent;
  color: #fff;
}
.btn-prusia:hover,
.btn-prusia:active,
.btn-prusia.active,
.open .dropdown-toggle.btn-prusia {
  color: #fff;
  background-color: #476077;
  border-color: transparent;
}
.btn-prusia:active {
  box-shadow: none;
  background: #334c63;
}
.btn-dark,
.btn-dark:focus {
  background-color: #23262B;
  border-color: transparent;
  color: #fff;
}
.btn-dark:hover,
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
  color: #fff;
  background-color: #2d3035;
  border-color: transparent;
}
.btn-dark:active {
  box-shadow: none;
  background: #191c21;
}
.btn-rad {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.btn-group.horizontal > .btn {
  border-color: rgba(0,0,0,0.08);
}
.btn i {
  font-size: 14px;
  margin-right: 2px;
  display: inline-block;
  min-width: 10px;
}
.btn-group-vertical {
  margin: 3px 3px;
}
.btn-block {
  width: 100%;
}
.close {
  text-shadow: none;
  font-size: 32px;
  margin-top: -6px;
}
.btn-trans {
  background-color: #fff;
  border-color: #CCCCCC;
  color: #5E5E5E;
}
.btn-trans.btn-primary {
  background-color: #fff;
  border-color: #2980b9;
  color: #2980b9;
}
.btn-trans.btn-primary:hover {
  background-color: #2980b9;
  color: #fff;
}
.btn-trans.btn-success {
  background-color: #fff;
  border-color: #4cac4c;
  color: #4cac4c;
}
.btn-trans.btn-success:hover {
  background-color: #4cac4c;
  color: #fff;
}
.btn-trans.btn-info {
  background-color: #fff;
  border-color: #5BC0DE;
  color: #5BC0DE;
}
.btn-trans.btn-info:hover {
  background-color: #5BC0DE;
  color: #fff;
}
.btn-trans.btn-warning {
  background-color: #fff;
  border-color: #FF9900;
  color: #FF9900;
}
.btn-trans.btn-warning:hover {
  background-color: #FF9900;
  color: #fff;
}
.btn-trans.btn-danger {
  background-color: #fff;
  border-color: #DF4B33;
  color: #DF4B33;
}
.btn-trans.btn-danger:hover {
  background-color: #DF4B33;
  color: #fff;
}
.btn-trans.btn-prusia {
  background-color: #fff;
  border-color: #3D566D;
  color: #3D566D;
}
.btn-trans.btn-prusia:hover {
  background-color: #3D566D;
  color: #fff;
}
.btn-trans.btn-dark {
  background-color: #fff;
  border-color: #23262B;
  color: #23262B;
}
.btn-trans.btn-dark:hover {
  background-color: #23262B;
  color: #fff;
}
.btn-mono1.btn-primary {
  background-color: #1f76af;
}
.btn-mono1.btn-primary:hover {
  background-color: #247bb4;
}
.btn-mono1.btn-success {
  background-color: #42a242;
}
.btn-mono1.btn-success:hover {
  background-color: #47a747;
}
.btn-mono1.btn-info {
  background-color: #51b6d4;
}
.btn-mono1.btn-info:hover {
  background-color: #56bbd9;
}
.btn-mono1.btn-warning {
  background-color: #f58f00;
}
.btn-mono1.btn-warning:hover {
  background-color: #fa9400;
}
.btn-mono1.btn-danger {
  background-color: #d54129;
}
.btn-mono1.btn-danger:hover {
  background-color: #da462e;
}
.btn-mono1.btn-prusia {
  background-color: #334c63;
}
.btn-mono1.btn-prusia:hover {
  background-color: #385168;
}
.btn-mono1.btn-dark {
  background-color: #191c21;
}
.btn-mono1.btn-dark:hover {
  background-color: #1e2126;
}
.btn-mono2.btn-primary {
  background-color: #156ca5;
}
.btn-mono2.btn-primary:hover {
  background-color: #1a71aa;
}
.btn-mono2.btn-success {
  background-color: #389838;
}
.btn-mono2.btn-success:hover {
  background-color: #3d9d3d;
}
.btn-mono2.btn-info {
  background-color: #47acca;
}
.btn-mono2.btn-info:hover {
  background-color: #4cb1cf;
}
.btn-mono2.btn-warning {
  background-color: #eb8500;
}
.btn-mono2.btn-warning:hover {
  background-color: #f08a00;
}
.btn-mono2.btn-danger {
  background-color: #cb371f;
}
.btn-mono2.btn-danger:hover {
  background-color: #d03c24;
}
.btn-mono2.btn-prusia {
  background-color: #294259;
}
.btn-mono2.btn-prusia:hover {
  background-color: #2e475e;
}
.btn-mono2.btn-dark {
  background-color: #0f1217;
}
.btn-mono2.btn-dark:hover {
  background-color: #14171c;
}
.btn-mono3.btn-primary {
  background-color: #0b629b;
}
.btn-mono3.btn-primary:hover {
  background-color: #1067a0;
}
.btn-mono3.btn-success {
  background-color: #2e8e2e;
}
.btn-mono3.btn-success:hover {
  background-color: #339333;
}
.btn-mono3.btn-info {
  background-color: #3da2c0;
}
.btn-mono3.btn-info:hover {
  background-color: #42a7c5;
}
.btn-mono3.btn-warning {
  background-color: #e17b00;
}
.btn-mono3.btn-warning:hover {
  background-color: #e68000;
}
.btn-mono3.btn-danger {
  background-color: #c12d15;
}
.btn-mono3.btn-danger:hover {
  background-color: #c6321a;
}
.btn-mono3.btn-prusia {
  background-color: #1f384f;
}
.btn-mono3.btn-prusia:hover {
  background-color: #243d54;
}
.btn-mono3.btn-dark {
  background-color: #05080d;
}
.btn-mono3.btn-dark:hover {
  background-color: #0a0d12;
}
.btn-mono4.btn-primary {
  background-color: #015891;
}
.btn-mono4.btn-primary:hover {
  background-color: #065d96;
}
.btn-mono4.btn-success {
  background-color: #248424;
}
.btn-mono4.btn-success:hover {
  background-color: #298929;
}
.btn-mono4.btn-info {
  background-color: #3398b6;
}
.btn-mono4.btn-info:hover {
  background-color: #389dbb;
}
.btn-mono4.btn-warning {
  background-color: #d77100;
}
.btn-mono4.btn-warning:hover {
  background-color: #dc7600;
}
.btn-mono4.btn-danger {
  background-color: #b7230b;
}
.btn-mono4.btn-danger:hover {
  background-color: #bc2810;
}
.btn-mono4.btn-prusia {
  background-color: #152e45;
}
.btn-mono4.btn-prusia:hover {
  background-color: #1a334a;
}
.btn-mono4.btn-dark {
  background-color: #000003;
}
.btn-mono4.btn-dark:hover {
  background-color: #000308;
}
.btn-lg {
  padding: 12px 14px;
  font-size: 15px;
  font-weight: 300;
}
.btn-lg i {
  font-size: 18px;
}
.btn-sm {
  padding: 4px 7px;
  font-size: 12px;
}
.btn-sm i {
  font-size: 14px;
}
.btn-xs {
  padding: 2px 6px;
  font-size: 11px;
}
.btn-xs i {
  font-size: 12px;
}
.btn-shadow {
  box-shadow: 1px 1px 2px rgba(0,0,0,0.12);
}
.btn-shadow.btn-success {
  box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
.btn-shadow.btn-primary {
  box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
.btn-shadow.btn-warning {
  box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
.btn-shadow.btn-danger {
  box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
.btn-shadow.btn-info {
  box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
.btn-shadow.btn-prusia {
  box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
.btn-shadow.btn-dark {
  box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
.btn-flat,
.btn-flat:focus {
  box-shadow: none;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-prusia .caret,
.btn-dark .caret {
  border-top-color: #FFFFFF;
}
.btn-group-vertical > .btn {
  margin-bottom: 0 !important;
}
.btn-group-vertical > .btn:first-child {
  margin-left: 0;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.btn-group-vertical > .btn:last-child {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.btn-facebook i {
  color: #3b5998;
}
.btn-twitter i {
  color: #00aced;
}
.btn-google-plus i {
  color: #dd4b39;
}
.btn-dribbble i {
  color: #ea4c89;
}
.btn-linkedin i {
  color: #0e76a8;
}
.btn-youtube i {
  color: #c4302b;
}
.btn-pinterest i {
  color: #c8232c;
}
.btn-tumblr i {
  color: #34526f;
}
.btn-flickr i {
  color: #ff0084;
}
.btn-facebook.bg {
  background: #3b5998;
  color: #fff;
  border: 0;
}
.btn-twitter.bg {
  background: #00aced;
  color: #fff;
  border: 0;
}
.btn-google-plus.bg {
  background: #dd4b39;
  color: #fff;
  border: 0;
}
.btn-dribbble.bg {
  background: #ea4c89;
  color: #fff;
  border: 0;
}
.btn-linkedin.bg {
  background: #0e76a8;
  color: #fff;
  border: 0;
}
.btn-youtube.bg {
  background: #c4302b;
  color: #fff;
  border: 0;
}
.btn-pinterest.bg {
  background: #c8232c;
  color: #fff;
  border: 0;
}
.btn-tumblr.bg {
  background: #34526f;
  color: #fff;
  border: 0;
}
.btn-flickr.bg {
  background: #0063dc;
  color: #fff;
  border: 0;
}
.btn-github.bg {
  background: #333;
  color: #fff;
  border: 0;
}
.btn-facebook.bg:active,
.btn-facebook.bg.active {
  background: #274584;
}
.btn-twitter.bg:active,
.btn-twitter.bg.active {
  background: #0098d9;
}
.btn-google-plus.bg:active,
.btn-google-plus.bg.active {
  background: #c93725;
}
.btn-dribbble.bg:active,
.btn-dribbble.bg.active {
  background: #d63875;
}
.btn-linkedin.bg:active,
.btn-linkedin.bg.active {
  background: #006294;
}
.btn-youtube.bg:active,
.btn-youtube.bg.active {
  background: #b01c17;
}
.btn-pinterest.bg:active,
.btn-pinterest.bg.active {
  background: #b40f18;
}
.btn-tumblr.bg:active,
.btn-tumblr.bg.active {
  background: #203e5b;
}
.btn-flickr.bg:active,
.btn-flickr.bg.active {
  background: #004fc8;
}
.btn-github.bg:active,
.btn-github.bg.active {
  background: #1f1f1f;
}
.btn.bg i {
  color: #FFF;
}
.btn:active,
.btn.active {
  box-shadow: none;
}
.btn:focus {
  outline: none;
}
.btn-group.btn-blurbg {
  background: url("../images/blur_bg.png") no-repeat;
  padding: 40px;
  margin-bottom: 20px;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.15);
}
.btn.btn-transparent {
  border-top: 1px solid #fff;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  border-left: 1px solid rgba(255,255,255,0.4);
  border-right: 1px solid rgba(255,255,255,0.4);
  background: rgba(255,255,255,0.2);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.35);
}
.btn.btn-transparent:hover {
  background: rgba(255,255,255,0.32);
}
.video-player {
  position: relative;
  display: inline-block;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.15);
}
.video-player video {
  display: block;
  max-width: 320px;
  width: 100%;
}
.video-player .btn-controls {
  text-align: center;
  bottom: 5px;
  position: absolute;
  width: 100%;
}
.video-player .btn-controls .btn-group {
  margin: 0;
}
.video-player .btn-controls .btn-group {
  float: none;
}
button::-moz-focus-inner {
  border: 0;
}
.btn-group .dropdown-menu {
  border-radius: 1px;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary.active {
  background-color: #015891;
  border-color: #015891;
}
.ADICIONADO-ARQUIVO {
  content: 'less/elements/calendar.less';
}
.fc-header {
  display: block;
}
.fc-header td {
  border-bottom: 0;
  border-left: 0;
}
.fc-header td:last-child {
  border-right: 0;
}
.calendar-env .calendar-body .fc-header .fc-header-left {
  padding: 20px;
}
.calendar-env .calendar-body .fc-header .fc-header-right {
  padding: 20px;
}
.fc-header-title {
  padding: 0 10px;
}
.fc-header .fc-button {
  margin: 0;
  vertical-align: middle;
}
.fc-button {
  padding: 10px;
  display: inline !important;
}
.fc-state-default.fc-corner-left {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.fc-state-default.fc-corner-right {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: 0px;
}
.fc-state-default {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  color: #666;
  border: 0;
  border-right: 1px solid rgba(0,0,0,0.1);
}
.fc-state-active,
.fc-state-active .fc-button-inner,
.fc-state-active,
.fc-button-today .fc-button-inner,
.fc-state-hover,
.fc-state-hover .fc-button-inner {
  background: #32323A;
  color: #fff;
  box-shadow: none;
  text-shadow: none;
}
.fc-event {
  background: #2980b9;
  border-color: #2980b9;
}
.external-event {
  margin: 2px 0;
  padding: 2px 4px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #2980b9;
  color: #fff;
  font-size: .85em;
  cursor: pointer;
  display: inline-block;
}
#external-events p {
  border-top: 1px solid #666;
  padding-top: 5px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .fc-header .fc-header-left,
  .fc-header .fc-header-center,
  .fc-header .fc-header-right {
    text-align: center;
    display: block;
    width: 100%;
    padding: 20px;
  }
  .fc-header .fc-header-center {
    padding: 0;
  }
}
.ADICIONADO-ARQUIVO {
  content: 'less/elements/charts.less';
}
.blue-chart .flot-text,
.red-chart .flot-text {
  color: #FFF !important;
}
.flot-text {
  font-size: 10px !important;
}
.legend table td {
  font-size: 11px !important;
}
.counter-detail .counter {
  display: inline-block;
  padding: 20px;
  width: 32%;
}
.counter-detail .counter p {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.counter-detail .counter h5 {
  margin: 0;
}
.counter-detail .counter .spk1 {
  float: right;
  padding-top: 7px;
}
.counter-detail .counter .spk2 {
  float: right;
  padding-top: 7px;
}
.counter-detail .counter .spk3 {
  float: right;
  padding-top: 7px;
}
.no-border {
  border-top: 0;
}
.blue-chart {
  border-left: 1px solid #258fec;
  border-right: 1px solid #258fec;
  border-bottom: 1px solid #1e73bd;
  border-top: 1px solid #499de5;
  background-image: -moz-linear-gradient(center top,#52AEFF 45%,#2180D3 102%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#52AEFF),to(#2180D3));
  background-image: -webkit-linear-gradient(top,#52AEFF,#2180D3);
  background-image: -o-linear-gradient(top,#52AEFF,#2180D3);
  background-image: linear-gradient(to bottom,#52AEFF,#2180D3);
  background-color: #3290E2;
}
.block-flat .blue-chart {
  padding: 20px !important;
}
.blue-chart h2 {
  text-shadow: 0 -1px 0 #357FC0;
}
.easyPieChart {
  display: inline-block;
}
.visitors {
  padding-left: 25px;
}
.visitors .counters {
  margin-top: 25px;
}
.visitors .counters h2 {
  margin: 0 0 10px 0;
}
.visitors .counters h2:first-child {
  color: #1DD2AF;
}
.visitors .footer {
  padding: 5px 10px 0;
}
.visitors .footer i {
  margin-right: 5px;
}
.visitors .footer .return {
  color: #1DD2AF;
}
.ADICIONADO-ARQUIVO {
  content: 'less/elements/chat.less';
}
.cbp-spmenu {
  background: #272930;
  position: fixed;
}
.cbp-spmenu .header {
  padding: 20px;
  min-height: 64px;
  background: #338ac3;
  position: relative;
}
.cbp-spmenu .header h3 {
  color: #fff;
  font-weight: 300;
  font-size: 1.9em;
  margin: 0;
}
.cbp-spmenu .sub-header {
  background: #2980b9;
  color: #FFFFFF;
  padding: 8px 20px;
}
.cbp-spmenu .sub-header .icon {
  display: inline-block;
  margin-right: 5px;
}
.cbp-spmenu .sub-header p {
  display: inline-block;
  margin: 0;
  font-size: 13px;
  font-weight: 400;
}
.cbp-spmenu a {
  display: block;
  color: #fff;
  font-size: 1.1em;
  font-weight: 300;
}
.cbp-spmenu a:hover {
  background: #22242B;
}
.cbp-spmenu a:active {
  background: #2A2C34;
  border-right: 2px solid #7761A7;
}
.cbp-spmenu-vertical {
  width: 240px;
  height: 100%;
  top: 0;
  z-index: 1000;
}
.cbp-spmenu-vertical a {
  border-bottom: 1px solid rgba(255,255,255,0.04);
  padding: 1em;
}
.cbp-spmenu-horizontal {
  width: 100%;
  height: 150px;
  left: 0;
  z-index: 1000;
  overflow: hidden;
}
.cbp-spmenu-horizontal h3 {
  height: 100%;
  width: 20%;
  float: left;
}
.cbp-spmenu-horizontal a {
  float: left;
  width: 20%;
  padding: 0.8em;
  border-left: 1px solid #258ecd;
}
.cbp-spmenu-left {
  left: -240px;
}
.cbp-spmenu-right {
  right: -240px;
}
.cbp-spmenu-left.cbp-spmenu-open {
  left: 0px;
}
.cbp-spmenu-right.cbp-spmenu-open {
  right: 0px;
}
.cbp-spmenu-top {
  top: -150px;
}
.cbp-spmenu-bottom {
  bottom: -150px;
}
.cbp-spmenu-top.cbp-spmenu-open {
  top: 0px;
}
.cbp-spmenu-bottom.cbp-spmenu-open {
  bottom: 0px;
}
.cbp-spmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}
.cbp-spmenu-push-toright {
  left: 240px;
}
.cbp-spmenu-push-toleft {
  left: -240px;
}
.cbp-spmenu,
.cbp-spmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.side-chat .content {
  padding: 0 20px;
}
.side-chat .header h3 {
  font-size: 22px;
}
.side-chat .content .title {
  color: #74767D;
  margin: 15px 0 8px 0;
  border-bottom: 1px solid #44464D;
}
.side-chat .contacts li {
  display: block;
}
.side-chat .contacts li a {
  border-radius: 3px;
  color: #909299;
  font-size: 13px;
  padding: 4px 5px;
  border: 0;
}
.side-chat .contacts li a:focus {
  background: transparent;
}
.side-chat .contacts li a:hover {
  background: #31333a;
}
.side-chat .contacts li a .fa {
  font-size: 11px;
  margin-right: 3px;
}
.side-chat .contacts li.online a .fa {
  color: #4cac4c;
}
.side-chat .contacts li.busy a .fa {
  color: #DF4B33;
}
.side-chat .contacts li.outside a .fa {
  color: #FF9900;
}
@media screen and (max-width: 55.1875em) {
  .cbp-spmenu-horizontal {
    font-size: 75%;
    height: 110px;
  }
  .cbp-spmenu-top {
    top: -110px;
  }
  .cbp-spmenu-bottom {
    bottom: -110px;
  }
}
@media screen and (max-height: 26.375em) {
  .cbp-spmenu-vertical {
    font-size: 90%;
    width: 240px;
  }
  .cbp-spmenu-left,
  .cbp-spmenu-push-toleft {
    left: -240px;
  }
  .cbp-spmenu-right {
    right: -240px;
  }
  .cbp-spmenu-push-toright {
    left: 240px;
  }
}
.ADICIONADO-ARQUIVO {
  content: 'less/elements/chat-widget.less';
}
.chat-wi .chat-space {
  height: 377px;
  padding: 15px;
}
.chat-wi .chat-content {
  padding: 15px;
  background: #fff;
}
.chat-wi .chat-conv {
  position: relative;
  text-align: right;
  padding: 10px;
  margin-bottom: 15px;
}
.chat-wi .chat-conv .c-avatar {
  position: absolute;
  border: 1px solid #D6DAE0;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.09);
  height: 50px;
  width: 50px;
  vertical-align: top;
  right: 0;
}
.chat-wi .chat-conv .c-bubble {
  position: relative;
  display: inline-block;
  padding: 8px 9px 5px 9px;
  font-size: 12px;
  font-weight: 400;
  color: #FFF;
  margin: 0 60px 0 0;
  text-shadow: 0 1px 0 rgba(0,0,0,0.25);
  border-top: 1px solid #4aa4ec;
  border-bottom: 1px solid #2f7ee5;
  box-shadow: 0 1px 0 #7fc6fe inset, 1px 1px 2px rgba(0,0,0,0.25);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  background-image: -moz-linear-gradient(center top,#50b1fe 45%,#348bfc 102%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#50b1fe),to(#348bfc));
  background-image: -webkit-linear-gradient(top,#50b1fe,#348bfc);
  background-image: -o-linear-gradient(top,#50b1fe,#348bfc);
  background-image: linear-gradient(to bottom,#50b1fe 45%,#348bfc 102%);
  background-color: #43a2ff;
}
.chat-wi .chat-conv .c-bubble span {
  background: url(../images/bubble-tail.png) no-repeat;
  height: 21px;
  width: 12px;
  display: block;
  position: absolute;
  right: -12px;
  top: 5px;
}
.chat-wi .sent {
  text-align: left;
}
.chat-wi .sent .c-bubble {
  margin: 0 0 0 60px;
  border-bottom: 1px solid #f3f3f3;
  border-top: 1px solid #e3e3e3;
  box-shadow: 0 1px 0 #FFF inset, 0 1px 2px rgba(0,0,0,0.25);
  text-shadow: none;
  color: #666;
  background-image: -moz-linear-gradient(center top,#FFFFFF 45%,#F3F3F3 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#FFFFFF),to(#F3F3F3));
  background-image: -webkit-linear-gradient(top,#FFFFFF,#F3F3F3);
  background-image: -o-linear-gradient(top,#FFFFFF,#F3F3F3);
  background-image: linear-gradient(to bottom,#FFFFFF 45%,#F3F3F3 100%);
}
.chat-wi .sent .c-avatar {
  left: 0;
}
.chat-wi .sent .c-bubble span {
  background: url(../images/bubble-tail-l-white.png) no-repeat;
  left: -12px;
}
.chat-wi .chat-in {
  border-top: 1px solid #DADADA;
  background: #F6F8FB;
}
.chat-wi .chat-in input[type="text"] {
  width: 100%;
  border: 0;
  height: 47px;
  padding: 10px;
  font-size: 15px;
  font-weight: 200;
  color: #555;
}
.chat-wi .chat-tools {
  background: #F6F8FB;
  border-top: 1px solid #dfdfdf;
  color: #6f6f6f;
}
.chat-wi .chat-tools i {
  display: inline-block;
  width: 38px;
  padding: 13px 8px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.chat-wi .chat-tools i:hover {
  background: #e5e7ea;
}
.chat-wi .chat-in button,
.chat-wi .chat-in  input[type="submit"] {
  box-shadow: none;
  background: #E5E7EA;
  border: 1px solid #E5E7EA;
  border-left: 1px solid #dadada;
  border-radius: 0;
  -webkit-border-radius: 0;
  height: 47px;
  min-width: 70px;
  color: #777;
  transition: border-color 0.21s ease-out 0s;
  margin: 0;
}
.chat-wi .chat-in button:hover {
  border-color: #4D90FE;
  color: #555;
}
.chat-wi .chat-in .input {
  margin-right: 70px;
}
.ADICIONADO-ARQUIVO {
  content: 'less/elements/circle.less';
}
.i-circle {
  border: 5px solid #F1F1F1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  height: 60px;
  width: 60px;
  display: inline-block;
  padding-top: 13px;
  margin-bottom: 7px;
  background: #FFF;
}
.i-circle i {
  font-size: 24px;
  vertical-align: middle;
  color: #666;
}
.i-circle.white i {
  color: #fff;
}
.i-circle.primary i {
  color: #2980b9;
}
.i-circle.success i {
  color: #4cac4c;
}
.i-circle.info i {
  color: #5BC0DE;
}
.i-circle.warning i {
  color: #FF9900;
}
.i-circle.danger i {
  color: #DF4B33;
}
.i-circle.prusia i {
  color: #3D566D;
}
.i-circle.dark i {
  color: #23262B;
}
.ADICIONADO-ARQUIVO {
  content: 'less/elements/color-boxes.less';
}
.red-chart {
  border-left: 1px solid #F27B56;
  border-right: 1px solid #F27B56;
  border-bottom: 1px solid #d66543;
  border-top: 1px solid #ee815e;
  background-image: -moz-linear-gradient(center top,#ff8a65 45%,#e26a45 102%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#ff8a65),to(#e26a45));
  background-image: -webkit-linear-gradient(top,#ff8a65,#e26a45);
  background-image: -o-linear-gradient(top,#ff8a65,#e26a45);
  background-image: linear-gradient(to bottom,#ff8a65 45%,#e26a45 102%);
  background-color: #3290E2;
}
.red-box {
  background-image: -moz-linear-gradient(center top,#ff8a65 45%,#F07853 102%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#ff8a65),to(#F07853));
  background-image: -webkit-linear-gradient(top,#ff8a65,#F07853);
  background-image: -o-linear-gradient(top,#ff8a65,#F07853);
  background-image: linear-gradient(to bottom,#ff8a65 45%,#F07853 102%);
  background-color: #ff8a65;
  color: #FFFFFF;
}
.red2-box {
  background-image: -moz-linear-gradient(center top,#FF7877 45%,#ED5554 102%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#FF7877),to(#ED5554));
  background-image: -webkit-linear-gradient(top,#FF7877,#ED5554);
  background-image: -o-linear-gradient(top,#FF7877,#ED5554);
  background-image: linear-gradient(to bottom,#FF7877 45%,#ED5554 102%);
  background-color: #FF7877;
  color: #FFFFFF;
}
.blue-box {
  background-image: -moz-linear-gradient(center top,#52AEFF 45%,#3D9CEF 102%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#52AEFF),to(#3D9CEF));
  background-image: -webkit-linear-gradient(top,#52AEFF,#3D9CEF);
  background-image: -o-linear-gradient(top,#52AEFF,#3D9CEF);
  background-image: linear-gradient(to bottom,#52AEFF 45%,#3D9CEF 102%);
  background-color: #52AEFF;
  color: #FFFFFF;
}
.green-box {
  background-image: -moz-linear-gradient(center top,#82c261 45%,#70BE46 102%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#82c261),to(#70BE46));
  background-image: -webkit-linear-gradient(top,#82c261,#70BE46);
  background-image: -o-linear-gradient(top,#82c261,#70BE46);
  background-image: linear-gradient(to bottom,#82c261 45%,#70BE46 102%);
  background-color: #82c261;
  color: #FFFFFF;
}
.violet-box {
  background-image: -moz-linear-gradient(center top,#b450b2 45%,#853685 102%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#b450b2),to(#853685));
  background-image: -webkit-linear-gradient(top,#b450b2,#853685);
  background-image: -o-linear-gradient(top,#b450b2,#853685);
  background-image: linear-gradient(to bottom,#b450b2 45%,#853685 102%);
  background-color: #82c261;
  color: #FFFFFF;
}
.yellow-box {
  background-image: -moz-linear-gradient(center top,#FFC91C 45%,#FAB219 102%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#FFC91C),to(#FAB219));
  background-image: -webkit-linear-gradient(top,#FFC91C,#FAB219);
  background-image: -o-linear-gradient(top,#FFC91C,#FAB219);
  background-image: linear-gradient(to bottom,#FFC91C 45%,#FAB219 102%);
  background-color: #82c261;
  color: #FFFFFF;
}
.white-box {
  background: #FFF;
}
.ADICIONADO-ARQUIVO {
  content: 'less/elements/date-picker.less';
}
.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: #CCC;
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none !important;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffcd70;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.today,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today.disabled,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #f7ca77;
  border-color: #f1a417;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #f4bb51;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #858585;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  background-image: none;
}
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
  background-color: #999999;
  border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.disabled,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-group.date .input-group-addon i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #cccccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-size: 14px;
  line-height: 1.428571429;
}
.datepicker.dropdown-menu th,
.datepicker.dropdown-menu td {
  padding: 4px 5px;
}
.ADICIONADO-ARQUIVO {
  content: 'less/elements/gritter.less';
}
#gritter-notice-wrapper {
  width: 320px;
  top: 45px;
}
.gritter-item-wrapper {
  background: url(../img/gritter/gritter-bg.png);
  border-bottom: 1px solid rgba(0,0,0,0.13);
  border-left: 1px solid rgba(0,0,0,0.05);
  border-right: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0 1px 0 0 rgba(0,0,0,0.04);
  border-radius: 5px;
}
.gritter-top {
  background: transparent;
}
.gritter-item {
  font-family: 'Open Sans', sans-serif;
  background: transparent;
  color: #FFF;
  padding: 2px 20px;
  padding-right: 35px;
  padding-left: 10px;
}
.gritter-bottom {
  background: transparent;
}
.gritter-item p {
  font-size: 12px;
  line-height: 19px;
}
.gritter-title {
  text-shadow: none;
  font-weight: 400;
  font-size: 17px;
}
.gritter-close {
  display: block !important;
  top: 0;
  right: 0;
  left: auto;
  height: 30px;
  width: 35px;
  background: transparent;
  text-indent: inherit;
}
.gritter-close:after {
  content: '×';
  position: absolute;
  color: #FFF;
  left: 10px;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.12);
}
.gritter-without-image,
.gritter-with-image {
  padding-left: 7px;
  width: 224px;
}
.gritter-item-wrapper.clean {
  background: #FFF;
}
.gritter-item-wrapper.clean .gritter-item {
  color: #333;
}
.gritter-item-wrapper.clean .gritter-title {
  font-weight: 600;
}
.gritter-item-wrapper.clean .gritter-close {
  display: block !important;
  top: 0;
  right: 0;
  left: auto;
  height: 100%;
  width: 35px;
  border-radius: 0 5px 5px 0;
  background-color: #5BC0DE;
  text-indent: inherit;
}
.gritter-item-wrapper.clean .gritter-close:after {
  content: '×';
  position: absolute;
  color: #FFF;
  top: 50%;
  left: 10px;
  font-size: 24px;
  font-weight: bold;
  margin-top: -17px;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.12);
}
.gritter-image {
  margin-top: 3px;
  width: auto;
  height: auto;
  max-width: 48px;
  max-height: 48px;
}
.gritter-item-wrapper.facebook {
  background: #5d82d1;
}
.gritter-item-wrapper.facebook .gritter-item {
  color: #FFF;
}
.gritter-item-wrapper.facebook .gritter-close {
  background-color: transparent;
  top: 5px;
}
.gritter-item-wrapper.twitter {
  background: #50bff5;
}
.gritter-item-wrapper.twitter .gritter-item {
  color: #FFF;
}
.gritter-item-wrapper.twitter .gritter-close {
  background-color: transparent;
  top: 5px;
}
.gritter-item-wrapper.google-plus {
  background: #eb5e4c;
}
.gritter-item-wrapper.google-plus .gritter-item {
  color: #FFF;
}
.gritter-item-wrapper.google-plus .gritter-close {
  background-color: transparent;
  top: 5px;
}
.gritter-item-wrapper.dribbble {
  background: #f7659c;
}
.gritter-item-wrapper.dribbble .gritter-item {
  color: #FFF;
}
.gritter-item-wrapper.dribbble .gritter-close {
  background-color: transparent;
  top: 5px;
}
.gritter-item-wrapper.flickr {
  background: #0063dc;
}
.gritter-item-wrapper.flickr .gritter-item {
  color: #FFF;
}
.gritter-item-wrapper.flickr .gritter-close {
  background-color: transparent;
  top: 5px;
}
.gritter-item-wrapper.linkedin {
  background: #238cc8;
}
.gritter-item-wrapper.linkedin .gritter-item {
  color: #FFF;
}
.gritter-item-wrapper.linkedin .gritter-close {
  background-color: transparent;
  top: 5px;
}
.gritter-item-wrapper.youtube {
  background: #ef4e41;
}
.gritter-item-wrapper.youtube .gritter-item {
  color: #FFF;
}
.gritter-item-wrapper.youtube .gritter-close {
  background-color: transparent;
  top: 5px;
}
.gritter-item-wrapper.pinterest {
  background: #e13138;
}
.gritter-item-wrapper.pinterest .gritter-item {
  color: #FFF;
}
.gritter-item-wrapper.pinterest .gritter-close {
  background-color: transparent;
  top: 5px;
}
.gritter-item-wrapper.github {
  background: #333;
}
.gritter-item-wrapper.github .gritter-item {
  color: #FFF;
}
.gritter-item-wrapper.github .gritter-close {
  background-color: transparent;
  top: 5px;
}
.gritter-item-wrapper.tumblr {
  background: #426d9b;
}
.gritter-item-wrapper.tumblr .gritter-item {
  color: #FFF;
}
.gritter-item-wrapper.tumblr .gritter-close {
  background-color: transparent;
  top: 5px;
}
.gritter-item-wrapper.primary {
  background: #2980b9;
}
.gritter-item-wrapper.success {
  background: #43aa43;
}
.gritter-item-wrapper.info {
  background: #5BC0DE;
}
.gritter-item-wrapper.warning {
  background: #FF9900;
}
.gritter-item-wrapper.danger {
  background: #DF4B33;
}
.gritter-item-wrapper.prusia {
  background: #3D566D;
}
.gritter-item-wrapper.dark {
  background: #23262B;
}
.ADICIONADO-ARQUIVO {
  content: 'less/elements/icons.less';
}
.fa-mobile-phone {
  font-size: 18px;
}
.icon-16 {
  font-size: 16px !important;
}
.icon-19 {
  font-size: 19px !important;
}
.icon-24 {
  font-size: 24px !important;
}
.icon-32 {
  font-size: 32px !important;
}
.icon-64 {
  font-size: 64px !important;
}
.icon-show i {
  font-size: 14px !important;
  margin-right: 5px;
  width: 20px;
}
.icon-show > div {
  margin: 5px 0;
}
.ADICIONADO-ARQUIVO {
  content: 'less/elements/labels_badges.less';
}
.label {
  border-radius: 0;
  -webkit-border-radius: 0;
  font-weight: normal;
  font-size: 95%;
}
.label-default {
  background-color: #a1a1a1;
}
.label i {
  font-size: 100% !important;
  color: inherit !important;
  width: auto !important;
  min-width: 11px;
}
.label-success {
  background-color: #4cac4c;
}
.label-primary {
  background-color: #2980b9;
}
.label-warning {
  background-color: #FED16C;
}
.label-danger {
  background-color: #DF4B33;
}
.label-info {
  background-color: #5BC0DE;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #1f76af;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #42a242;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #51b6d4;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #f4c762;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #d54129;
}
.badge {
  font-weight: normal;
  font-size: 95%;
  padding: 4px 6px;
  background-color: #a1a1a1;
}
.badge-primary {
  background-color: #2980b9 !important;
}
.badge-success {
  background-color: #4cac4c !important;
}
.badge-info {
  background-color: #5BC0DE !important;
}
.badge-warning {
  background-color: #FED16C !important;
}
.badge-danger {
  background-color: #DF4B33 !important;
}
.ADICIONADO-ARQUIVO {
  content: 'less/elements/lists.less';
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #2980b9;
}
.list-group-item:first-child {
  border-radius: 0;
  -webkit-border-radius: 0;
}
.list-group-item:last-child {
  border-radius: 0;
  -webkit-border-radius: 0;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #2980b9;
  border-color: #2980b9;
}
.list-group-item i {
  min-width: 15px;
  display: inline-block !important;
  text-align: center;
}
.list-group-item h4 {
  margin-bottom: 8px;
  font-size: 17px;
}
.list-group-item h4 {
  margin-bottom: 8px;
  font-size: 15px;
}
.list-group-item {
  font-size: 12px;
  padding: 13px 15px;
  line-height: 22px;
}
a.list-group-item:hover {
  border-left: 5px solid #2980b9;
  border-color: #2980b9;
  padding-left: 11px;
}
a.list-group-item:hover + a.list-group-item {
  border-top-color: #2980b9;
}
.list-group .active:hover {
  padding-left: 15px;
  border-left: 1px solid #2980b9;
}
.ADICIONADO-ARQUIVO {
  content: 'less/elements/modals.less';
}
.md-modal.full-width {
  width: 90% !important;
  max-width: none;
}
.modal-dialog.full-width {
  width: 90%;
  max-width: none;
}
.formModal {
  border: 5px solid #2980b9;
  border-radius: 11px;
}
.custom-width {
  width: 40%;
  max-width: none;
}
.full-color .md-content,
.finderModal .titulos,
.formModal .titulos {
  background-color: #2980b9;
  color: #fff;
}
.full-color .modal-content {
  background-color: #2980b9;
  color: #fff;
}
.full-color.success .md-content {
  background-color: #4cac4c;
  color: #fff;
}
.full-color.success .modal-content {
  background-color: #4cac4c;
  color: #fff;
}
.full-color.info .md-content {
  background-color: #5BC0DE;
  color: #fff;
}
.full-color.info .modal-content {
  background-color: #5BC0DE;
  color: #fff;
}
.full-color.warning .md-content {
  background-color: #FF9900;
  color: #fff;
}
.full-color.warning .modal-content {
  background-color: #FF9900;
  color: #fff;
}
.full-color.danger .md-content {
  background-color: #DF4B33;
  color: #fff;
}
.full-color.danger .modal-content {
  background-color: #DF4B33;
  color: #fff;
}
.full-color.prusia .md-content {
  background-color: #3D566D;
  color: #fff;
}
.full-color.prusia .modal-content {
  background-color: #3D566D;
  color: #fff;
}
.full-color .modal-header {
  background-color: rgba(0,0,0,0.1);
}
.finderModal .modal-header,
.formModal .modal-header {
  margin-bottom: -10px;
}
.full-color .modal-content .modal-footer {
  border: 0;
  background-color: transparent;
}
.full-color .md-content .modal-footer {
  border: 0;
  background-color: transparent;
}
.full-color .md-content .modal-footer .btn {
  margin-bottom: 0 !important;
}
.md-dark .modal-header {
  background-color: #2980b9;
  color: #fff;
}
.md-dark .modal-header {
  background-color: #2980b9;
  color: #fff;
}
.md-dark.success .modal-header {
  background-color: #4cac4c;
  color: #fff;
}
.md-dark.success .modal-header {
  background-color: #4cac4c;
  color: #fff;
}
.md-dark.info .modal-header {
  background-color: #5BC0DE;
  color: #fff;
}
.md-dark.info .modal-header {
  background-color: #5BC0DE;
  color: #fff;
}
.md-dark.warning .modal-header {
  background-color: #FF9900;
  color: #fff;
}
.md-dark.warning .modal-header {
  background-color: #FF9900;
  color: #fff;
}
.md-dark.danger .modal-header {
  background-color: #DF4B33;
  color: #fff;
}
.md-dark.danger .modal-header {
  background-color: #DF4B33;
  color: #fff;
}
.md-dark.prusia .modal-header {
  background-color: #3D566D;
  color: #fff;
}
.md-dark.prusia .modal-header {
  background-color: #3D566D;
  color: #fff;
}
.md-dark .md-content,
.md-dark .modal-content {
  background-color: #23262B;
  color: #BBBEC3;
}
.md-dark .md-content input,
.md-dark .modal-content input {
  background-color: transparent;
  color: #b2b2b2;
}
.md-dark .modal-content .modal-footer {
  border: 0;
  background-color: transparent;
}
.md-dark .md-content .modal-footer {
  border: 0;
  background-color: transparent;
}
.md-dark .md-content .modal-footer .btn {
  margin-bottom: 0 !important;
}
.modal-content {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 0;
}
.modal-body {
  padding: 30px 20px;
}
.modal-body.form {
  padding: 30px 20px 15px;
}
.md-content .icheckbox_flat-green,
.modal-content .icheckbox_flat-green {
  margin-right: 5px;
}
.modal-content > .close {
  margin-right: 10px;
  margin-top: 10px;
}
.modal-content .modal-header {
  border-bottom: 0;
}
.colored-header .modal-header,
.finderModal .titulos,
.formModal .titulos {
  padding: 20px;
  border-bottom: 5px solid #156ca5 !important;
  background-color: #2980b9;
  color: #fff;
}
.finderModal .titulos,
.formModal .titulos {
  padding: 10px;
  position: relative;
  border-radius: 5px 5px 0 0;
}
.finderModal .titulos h3,
.formModal .titulos h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  text-align: left;
}
.finderModal .titulos .close,
.formModal .titulos .close {
  position: absolute;
  z-index: 20;
  margin: 0;
  right: 10px;
  top: 3px;
}
.colored-header.success .modal-header {
  padding: 20px;
  border-bottom: 5px solid #389838 !important;
  background-color: #4cac4c;
  color: #fff;
}
.colored-header.info .modal-header {
  padding: 20px;
  border-bottom: 5px solid #47acca !important;
  background-color: #5BC0DE;
  color: #fff;
}
.colored-header.warning .modal-header {
  padding: 20px;
  border-bottom: 5px solid #eb8500 !important;
  background-color: #FF9900;
  color: #fff;
}
.colored-header.danger .modal-header {
  padding: 20px;
  border-bottom: 5px solid #cb371f !important;
  background-color: #DF4B33;
  color: #fff;
}
.colored-header.prusia .modal-header {
  padding: 20px;
  border-bottom: 5px solid #294259 !important;
  background-color: #3D566D;
  color: #fff;
}
.colored-header.dark .modal-header {
  padding: 20px;
  border-bottom: 5px solid #0f1217 !important;
  background-color: #23262B;
  color: #fff;
}
.modal-content h4,
.modal-content h4 {
  font-weight: 400;
  line-height: 140%;
  font-size: 14px;
  margin-top: 0;
}
.modal-content h3,
.modal-content h3 {
  font-weight: 300;
  margin-top: 0;
  display: inline;
}
.modal-content h2 {
  margin: 0;
}
.modal-footer {
  padding: 10px;
}
.modal-content .modal-footer,
.formModal .modal-footer {
  margin-top: 0;
  background: #FBFBFB;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}
.modal-dialog {
  padding: 10px;
}
.md-content .iconeRight .i-circle {
  float: right;
}
.md-content {
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 0;
  background: #fff;
  color: #555;
}
.md-content .modal-header {
  border-bottom: 0;
}
.md-content h4,
.modal-content h4 {
  font-weight: 400;
}
.md-content h3,
.modal-content h3 {
  font-weight: 300;
  margin-top: 0;
}
.md-content h2 {
  margin: 0;
}
.md-content .modal-footer {
  margin-top: 0;
  background: #FBFBFB;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}
.md-show.md-effect-12 ~ .md-overlay {
  background: #2980b9;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 0;
}
.modal {
  overflow: auto;
}
@media (min-width: 768px) and (max-width: 979px) {
  .custom-width {
    width: 60%;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .custom-width {
    width: 90%;
    max-width: none;
  }
}
.ADICIONADO-ARQUIVO {
  content: 'less/elements/multiselect.less';
}
.multiselect-container > li > label.multiselect-group {
  font-size: 13px;
  font-weight: 600;
}
.ADICIONADO-ARQUIVO {
  content: 'less/elements/nano-scroll.less';
}
.nano > .pane > .slider {
  width: 100%;
}
.jqstooltip {
  padding: 3px 10px 5px 5px;
  min-height: 25px;
  min-width: 30px;
}
.ADICIONADO-ARQUIVO {
  content: 'less/elements/nestable-lists.less';
}
.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  max-width: 1000px;
  list-style: none;
  font-size: 13px;
  line-height: 20px;
}
.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dd-list .dd-list {
  padding-left: 30px;
}
.dd-collapsed .dd-list {
  display: none;
}
.dd-item,
.dd-empty,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px;
}
.dd-handle {
  cursor: default;
  display: block;
  margin: 5px 0;
  padding: 7px 10px;
  color: #333;
  text-decoration: none;
  border: 1px solid #ddd;
  background: #fff;
}
.dd-handle:hover {
  color: #FFF;
  background: #2980b9;
  border-color: #156ca5;
}
.dd-item > button {
  color: #555;
  font-family: FontAwesome;
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 8px 2px;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 10px;
  line-height: 1;
  text-align: center;
}
.dd-item > button:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}
.dd-item > button[data-action="collapse"]:before {
  content: "";
}
.dd-placeholder,
.dd-empty {
  margin: 5px 0;
  padding: 0;
  background: #FFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd-placeholder {
  border: 1px dashed #b6bcbf;
}
.dd-empty {
  min-height: 300px;
  background: #F0F0F0 url("http://placehold.it/300x300/F0F0F0/CCCCCC&text=Vazio!") no-repeat 50%;
}
.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}
.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}
.dd-dragel .dd-handle {
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,0.1);
  box-shadow: 2px 4px 6px 0 rgba(0,0,0,0.1);
}
.dd3-content {
  display: block;
  margin: 5px 0;
  padding: 7px 10px 7px 40px;
  color: #333;
  text-decoration: none;
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #2980b9;
  color: #333333;
}
.dd3-content:hover {
  background: #fff;
}
.dd-dragel > .dd3-item > .dd3-content {
  margin: 0;
}
.dd3-item > button {
  margin-left: 35px;
}
.dd3-handle {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  cursor: all-scroll;
  width: 34px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: transparent;
  background: #2980b9;
  height: 36px;
}
.dd3-handle:before {
  content: '=';
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 100%;
  text-align: center;
  text-indent: 0;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}
.dd3-handle:hover {
  background: #1f76af;
}
.ADICIONADO-ARQUIVO {
  content: 'less/elements/pagination.less';
}
.pagination {
  margin: 18px 0;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #2980b9;
  border-color: #2980b9;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0;
}
.ADICIONADO-ARQUIVO {
  content: 'less/elements/porlets.less';
}
.cl-mcont .block {
  box-shadow: 0 1px 0 0 rgba(0,0,0,0.04);
  border: 0;
  margin-bottom: 30px;
  background: #FFF;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.block-flat,
.block-wizard {
  margin-bottom: 40px;
  padding: 20px 20px;
  background: #FFF;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #e2e2e2;
  box-shadow: 0 1px 0 0 rgba(0,0,0,0.04);
}
.block .header h2,
.widget-block .header h2,
.block-flat .header h2 {
  margin: 0;
  font-family: "Raleway", Helvetica, sans-serif;
  font-weight: 100;
  font-size: 29px;
  line-height: 38px;
}
.block .header h3 {
  margin: 3px 0;
  font-family: "Raleway", Helvetica, sans-serif;
  font-weight: 200;
}
.widget-block .header h3,
.block-flat .header h3 {
  margin-top: 3px;
  font-family: "Raleway", Helvetica, sans-serif;
  font-weight: 200;
}
.dark-box {
  background-color: #383A41;
  color: #fff;
}
.primary-box {
  background-color: #2980b9;
  color: #fff;
}
.success-box {
  background-color: #4cac4c;
  color: #fff;
}
.info-box {
  background-color: #5BC0DE;
  color: #fff;
}
.warning-box {
  background-color: #FF9900;
  color: #fff;
}
.danger-box {
  background-color: #DF4B33;
  color: #fff;
}
.block .header.dark {
  background-color: #383A41;
  color: #fff;
  border-bottom: 0;
}
.block .header h4 {
  font-weight: 400;
  font-size: 15px;
  margin: 6px 0;
}
.block.block-color {
  border-radius: 0;
}
.block.block-color .header {
  border-radius: 0;
  border: 0;
  background: #23262B;
  color: #fff;
}
.block.block-color.primary .header {
  background: #2980b9;
  color: #fff;
}
.block.block-color.success .header {
  background: #4cac4c;
  color: #fff;
}
.block.block-color.info .header {
  background: #5BC0DE;
  color: #fff;
}
.block.block-color.warning .header {
  background: #FF9900;
  color: #fff;
}
.block.block-color.danger .header {
  background: #DF4B33;
  color: #fff;
}
.ADICIONADO-ARQUIVO {
  content: 'less/elements/progress.less';
}
.progress {
  height: 18px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.progress .progress-bar {
  line-height: 16px;
}
.progress.small {
  height: 10px;
}
.progress.small .progress-bar {
  line-height: 9px;
}
.progress.extra-small {
  height: 5px;
}
.progress.big {
  height: 24px;
}
.progress.big .progress-bar {
  line-height: 22px;
}
.progress-bar-info {
  background-color: #5BC0DE;
}
.progress-bar-success {
  background-color: #4cac4c;
}
.progress-bar-warning {
  background-color: #FED16C;
}
.progress-bar-danger {
  background-color: #DF4B33;
}
.progress-bar-primary {
  background-color: #2980b9;
}
.ADICIONADO-ARQUIVO {
  content: 'less/elements/select2.less';
}
.select2-container .select2-choice {
  border: 1px solid #ccc;
  background: #fff;
  padding: 4px 8px;
  height: auto;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 12px;
  font-weight: 400;
}
.select2-dropdown-open.select2-container .select2-choice {
  border-radius: 3px 3px 0 0;
}
.select2-drop {
  box-shadow: none;
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  background: #fff;
  border-color: rgba(0,0,0,0) #2980b9 #2980b9;
}
.select2-container .select2-container-multi .select2 .select2-dropdown-open {
  box-shadow: none;
}
.select2-container-multi.select2-container-active .select2-choices {
  box-shadow: none;
  border: 1px solid #2980b9;
}
.select2-drop-active {
  border-color: -moz-use-text-color #2980b9 #2980b9;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #2980b9;
}
.select2-drop.select2-drop-above {
  box-shadow: 0 -2px 2px 0 rgba(0,0,0,0.08);
  border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  box-shadow: none;
  border-color: #2980b9;
}
.select2-result-label {
  font-size: 12px;
}
.select2-container .select2-choice .select2-arrow {
  width: 30px;
  background-color: #FFFFFF;
  background-image: none;
}
.select2-results .select2-highlighted {
  background: none repeat scroll 0 0 #2980b9;
}
.select2-container .select2-choice .select2-arrow b {
  background-position: 7px 4px;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -13px 3px;
}
.select2-container.select2-drop-above .select2-choice {
  border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
}
.select2-container-multi .select2-choices .select2-search-choice {
  border: none;
  border-radius: 0;
  background-color: #2980b9;
  background-image: none;
  color: #fff;
  box-shadow: none;
  padding: 3px 5px 5px 18px;
}
.select2-container-multi .select2-choices {
  padding: 4px;
  background: #fff;
  box-shadow: none;
  border-radius: 3px;
}
.ADICIONADO-ARQUIVO {
  content: 'less/elements/slider.less';
}
.slider.slider-vertical {
  margin-right: 13px;
}
.slider-selection {
  background: #2980b9;
  border: transparent;
  box-shadow: none;
}
.slider-handle {
  opacity: 1;
  background-color: #FFFFFF;
  background-image: linear-gradient(to bottom,#FFFFFF,#F9F9F9);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#FFFFFF),to(#F9F9F9));
  background-image: -webkit-linear-gradient(top,#FFFFFF,#F9F9F9);
  background-image: -moz-linear-gradient(top,#FFFFFF,#F9F9F9);
  background-image: -o-linear-gradient(top,#FFFFFF,#F9F9F9);
  box-shadow: 0 1px 2px rgba(0,0,0,0.39);
  height: 23px;
  width: 23px;
  transition: box-shadow 200ms ease-in-out;
}
.slider-handle:hover {
  box-shadow: 0 1px 5px rgba(0,0,0,0.45);
}
.slider.slider-horizontal .slider-handle {
  margin-top: -7px;
}
.slider.slider-vertical .slider-handle {
  margin-left: -6px;
}
.ADICIONADO-ARQUIVO {
  content: 'less/elements/switch.less';
}
.ADICIONADO-ARQUIVO {
  content: 'less/elements/tables.less';
}
table.dashed tr:nth-child(2n) {
  background: #fff;
}
table.dashed td:last-child {
  border-right: 0;
}
table.dashed td {
  padding: 20px;
  border-left: 0;
  border-bottom: 1px dashed #ddd;
}
table thead th {
  padding: 5px;
  font-size: 13px;
  font-weight: 200;
}
table tbody td {
  padding: 7px 8px;
  font-size: 13px;
}
table .primary-emphasis,
table .primary-emphasis-dark {
  background: #2980b9;
  color: #FFF;
  border-color: #2980b9;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}
table .primary-emphasis-dark {
  background-color: #156ca5;
}
table .success-emphasis,
table .success-emphasis-dark {
  background: #156ca5;
  color: #FFF;
  border-color: #156ca5;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}
table .success-emphasis-dark {
  background-color: #156ca5;
  border-color: #156ca5;
}
table .warning-emphasis,
table .warning-emphasis-dark {
  background: #FC9700;
  color: #FFF;
  border-color: #FC9700;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}
table .warning-emphasis-dark {
  background-color: #fc8800;
  border-color: #fc8800;
}
table .danger-emphasis,
table .danger-emphasis-dark {
  background: #DA4932;
  color: #FFF;
  border-color: #DA4932;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}
table .danger-emphasis-dark {
  background-color: #c8432e;
  border-color: #c8432e;
}
table {
  border-collapse: collapse;
  width: 100%;
}
table .right {
  text-align: right;
}
table .left {
  text-align: left;
}
.red thead th {
  color: #DF4B33;
}
.blue thead th {
  color: #5BC0DE;
}
.violet thead th {
  color: #9B50BA;
}
.green thead th {
  color: #4cac4c;
}
table thead th span {
  color: #333;
}
table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #DADADA;
  border-left: 1px solid #DADADA;
  border-top: 1px solid #DADADA;
  padding: 10px 8px 5px 8px;
}
table thead th:last-child {
  border-right: 1px solid #DADADA;
}
table thead span {
  font-size: 16px;
  display: block;
}
table td {
  border-left: 1px solid #DADADA;
  border-bottom: 1px solid #dadada;
  padding: 7px 8px;
}
table td .progress {
  margin: 0;
}
table.hover tbody tr:hover {
  background: #f3f3f3;
}
table td i {
  font-size: 15px;
  display: inline-block;
  text-align: center;
  width: 23px;
}
table td:last-child {
  border-right: 1px solid #dadada;
}
table tr:nth-child(2n) {
  background: #f8f8f8;
}
table.no-strip tr:nth-child(2n) {
  background: transparent;
}
table .no-border th {
  border-left: 0;
}
table .no-border tr th:first-child {
  border-left: 1px solid #dadada;
}
table .no-border-x td {
  border-bottom: 0;
}
table .no-border-x tr:last-child td {
  border-bottom: 1px solid #dadada;
}
table .no-border-y td {
  border-left: 0;
}
table .no-border-y tr td:first-child {
  border-left: 1px solid #dadada;
}
table.no-border tr th {
  border-top: 0;
}
table.no-border tr th:first-child {
  border-left: 0;
}
table.no-border tr th:last-child {
  border-right: 0;
}
table.no-border tr,
table.no-border td {
  border: 0;
}
table.no-border tr td:first-child {
  border-left: 0;
}
table.no-border tr td:last-child {
  border-right: 0;
}
table.no-border tr:last-child td {
  border-bottom: 0;
}
.no-padding table th:first-child {
  border-left: 0;
}
.no-padding table th:last-child {
  border-right: 0;
}
.no-padding table tr td:first-child {
  border-left: 0;
}
.no-padding table tr td:last-child {
  border-right: 0;
}
.no-padding table tr:last-child td {
  border-bottom: 0;
}
table tbody .toggle-details {
  cursor: pointer;
}
table tbody .details {
  background: #FFF;
}
table tbody td .btn {
  margin-bottom: 0 !important;
}
table.list.no-border {
  border-top: 0;
}
table.list .items td {
  vertical-align: middle;
  padding: 5px;
}
table.list .items td .progress {
  height: 13px;
}
table.list .items td .progress .progress-bar {
  font-size: 10px;
  line-height: 12px;
}
table.list .items td > span {
  vertical-align: top;
}
table.list .items td p span {
  display: block;
  font-size: 12px;
  line-height: 10px;
  color: #9e9e9e;
}
table tbody td .btn-group .dropdown-menu {
  margin-top: -1px;
  min-width: 130px;
}
table tbody td .btn-group .dropdown-menu li > a {
  padding: 5px 12px;
  text-align: left;
}
.ADICIONADO-ARQUIVO {
  content: 'less/elements/tabs.less';
}
.nav-tabs > li {
  font-size: 14px;
  margin-right: 2px;
  margin-top: 6px;
}
.nav-tabs > li.active {
  position: relative;
  margin-top: 0;
}
.nav-tabs > li.active a {
  padding: 9px 15px;
}
.nav-tabs.wall > li {
  margin-bottom: 2px;
}
.nav-tabs > li > a {
  padding: 6px 15px;
  font-size: 13px;
  margin-right: 0;
  min-width: 80px;
  text-align: center;
  color: #333;
  text-shadow: 1px 1px 0px #EEE;
  background: #F0F0F0;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#e3e3e3),color-stop(1,#F0F0F0));
  background: -ms-linear-gradient(bottom,#e3e3e3,#F0F0F0);
  background: -moz-linear-gradient(center bottom,#e3e3e3 0%,#F0F0F0 100%);
  background: -o-linear-gradient(#F0F0F0,#e3e3e3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#e3e3e3', GradientType=0);
  border: 1px solid #d7d7d7;
  border-bottom: 0;
}
.nav-tabs > li > a:hover {
  border: 1px solid #bdbdbd;
  border-bottom: 0;
}
.nav-tabs.wall > li > a {
  padding: 9px 15px;
  font-size: 13px;
  margin-right: 0;
  min-width: 20px;
  color: #555;
  text-align: center;
  border: none;
}
.nav-tabs.wall > li.active > a:after,
.nav-tabs.wall > li.active > a:hover:after,
.nav-tabs.wall > li.active > a:focus:after {
  content: "";
  display: block;
  height: 10px;
  background: url('../img/menu-tail-up.png') no-repeat;
  position: absolute;
  bottom: -3px;
  top: auto;
  left: 50%;
  margin-left: -8px;
  width: 17px;
}
.nav-tabs.wall > li.active > a,
.nav-tabs.wall > li.active > a:hover,
.nav-tabs.wall > li.active > a:focus {
  background: transparent;
  border-bottom: 0;
  padding-bottom: 10px;
  padding-top: 9px;
  box-shadow: none;
  position: static;
}
.nav-tabs > li.active > a:after,
.nav-tabs > li.active > a:hover:after,
.nav-tabs > li.active > a:focus:after {
  content: "";
  display: block;
  height: 2px;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-top: 2px solid #2980b9;
  background: #FFF;
  color: #000;
  text-shadow: none;
  border-bottom: 0;
  padding-bottom: 10px;
  padding-top: 8px;
  position: static;
}
.tab-content {
  background: #fff;
  padding: 20px;
  border-bottom: 1px solid #E2E2E2;
  border-left: 1px solid #ECECEC;
  border-radius: 0 3px 3px;
  -webkit-border-radius: 0 3px 3px;
  border-right: 1px solid #ECECEC;
  box-shadow: 0 1px 0 0 rgba(0,0,0,0.04);
  margin-bottom: 40px;
}
.tab-content #picture .fileinput .thumbnail {
  border: 2px dashed #ddd;
}
.tab-content #picture .fileinput .thumbnail h2 {
  top: 30%;
  position: relative;
}
.tab-content h3,
h2,
h1:first-child {
  margin-top: 0;
}
.tab-bottom .nav-tabs {
  margin-bottom: 40px;
}
.tab-bottom .tab-content {
  margin-bottom: 0;
}
.tab-bottom .nav-tabs > li.active > a:after,
.tab-bottom  .nav-tabs > li.active > a:hover:after,
.tab-bottom  .nav-tabs > li.active > a:focus:after {
  bottom: 0;
  top: auto;
}
.tab-bottom .nav-tabs > li.active > a,
.tab-bottom  .nav-tabs > li.active > a:hover,
.tab-bottom  .nav-tabs > li.active > a:focus {
  border-top: 0;
  border-bottom: 2px solid #2980b9;
  margin-top: -1px;
  box-shadow: 1px 3px 4px -3px rgba(0,0,0,0.08);
}
.tab-bottom  .tab-content {
  border-radius: 3px 3px 3px 0;
  -webkit-border-radius: 3px 3px 3px 0;
}
.tab-left .nav-tabs {
  float: left;
}
.tab-left .nav-tabs > li {
  float: none;
  margin-right: 0;
  margin-bottom: 0;
}
.tab-left .nav-tabs > li > a {
  text-align: right;
  min-width: 38px;
  padding: 12px 10px;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.tab-left .nav-tabs > li .fa {
  font-size: 14px;
}
.tab-left .nav-tabs > li.active > a:after,
.tab-left  .nav-tabs > li.active > a:hover:after,
.tab-left  .nav-tabs > li.active > a:focus:after {
  bottom: 0;
  top: auto;
  width: 2px;
  height: 100%;
}
.tab-left .nav-tabs > li.active > a,
.tab-left  .nav-tabs > li.active > a:hover,
.tab-left  .nav-tabs > li.active > a:focus {
  border-top: 0;
  border-bottom: 1px solid #ECECEC;
  border-right: 0;
  border-left: 2px solid #2980b9;
  margin-right: -1px;
  box-shadow: -1px 3px 4px -3px rgba(0,0,0,0.08);
  padding: 13px 10px 12px 9px;
}
.tab-left  .tab-content {
  overflow: auto;
  border-radius: 0 3px 3px 3px;
  -webkit-border-radius: 0 3px 3px 3px;
}
.tab-right .nav-tabs {
  float: right;
}
.tab-right  .tab-content {
  overflow: auto;
  border-radius: 3px 0 3px 3px;
  -webkit-border-radius: 3px 0 3px 3px;
}
.tab-right .nav-tabs > li {
  float: none;
  margin-right: 0;
  margin-bottom: 2px;
}
.tab-right .nav-tabs > li > a {
  text-align: left;
  min-width: 38px;
  padding: 12px 10px;
}
.tab-right .nav-tabs > li .fa {
  font-size: 14px;
}
.tab-right .nav-tabs > li.active > a:after,
.tab-right  .nav-tabs > li.active > a:hover:after,
.tab-right  .nav-tabs > li.active > a:focus:after {
  bottom: 0;
  right: 0;
  left: auto;
  top: auto;
  width: 2px;
  height: 100%;
}
.tab-right .nav-tabs > li.active > a,
.tab-right  .nav-tabs > li.active > a:hover,
.tab-right  .nav-tabs > li.active > a:focus {
  border-top: 0;
  border-bottom: 1px solid #ECECEC;
  border-left: 0;
  border-right: 2px solid #2980b9;
  margin-left: -1px;
  box-shadow: 1px 3px 4px -3px rgba(0,0,0,0.08);
  padding: 13px 10px 12px 12px;
}
.shadow.tab-content {
  border-bottom: 1px solid #DADADA;
  border-left: 1px solid #DADADA;
  border-right: 1px solid #DADADA;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.13);
}
.nav-tabs-dark {
  border-bottom: none;
}
.nav-tabs-dark li a {
  color: #FFF;
  text-shadow: 1px 1px 0px #777;
  opacity: 0.6;
  background: #676b78;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#5b5f6a),color-stop(1,#676b78));
  background: -ms-linear-gradient(bottom,#5b5f6a,#676b78);
  background: -moz-linear-gradient(center bottom,#5b5f6a 0%,#676b78 100%);
  background: -o-linear-gradient(#676b78,#5b5f6a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#676b78', endColorstr='#5b5f6a', GradientType=0);
  border-color: #50525c;
  border-bottom: 0;
}
.nav-tabs-dark li a:hover {
  border: 1px solid #383a41;
  border-bottom: 0;
}
.nav-tabs-dark li.active a {
  opacity: 1;
  background-color: #383A41 !important;
  color: #FFF !important;
  border-color: #09090a !important;
}
.tab-content-dark {
  border: none;
  background-color: #383A41;
  color: #FFF;
}
.ADICIONADO-ARQUIVO {
  content: 'less/elements/tiles.less';
}
.fd-tile {
  background-color: #fff;
  color: #555;
  margin-bottom: 15px;
  display: block;
}
.fd-tile.tile-green {
  background-color: #4cac4c;
  color: #fff;
}
.fd-tile.tile-lemon {
  background-color: #2CC36B;
  color: #fff;
}
.fd-tile.tile-red {
  background-color: #DF4B33;
  color: #fff;
}
.fd-tile.tile-blue {
  background-color: #5BC0DE;
  color: #fff;
}
.fd-tile.tile-orange {
  background-color: #FF9900;
  color: #fff;
}
.fd-tile.tile-prusia {
  background-color: #3D566D;
  color: #fff;
}
.fd-tile.tile-concrete {
  background-color: #A3B1B2;
  color: #fff;
}
.fd-tile.tile-purple {
  background-color: #7761a7;
  color: #fff;
}
.fd-tile .header {
  border-bottom: 2px solid rgba(255,255,255,0.2);
}
.fd-tile .header .ico {
  background: rgba(255,255,255,0.1);
  display: inline-block;
  padding: 11px 18px;
  font-size: 20px;
  text-align: center;
  vertical-align: center;
}
.fd-tile .header .title {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding: 5px;
  position: absolute;
  text-transform: uppercase;
  top: 7px;
}
.fd-tile .content {
  padding: 10px;
}
.fd-tile.header .content {
  padding: 10px 20px;
  background: transparent;
  padding-right: 10px;
  display: inline-block;
  position: relative;
  z-index: 3;
}
.fd-tile.detail .icon {
  display: block;
  float: right;
  height: 80px;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-top: 10px;
  position: absolute;
  right: 10px;
  top: 0;
  width: 80px;
}
.fd-tile.header .icon img {
  opacity: 0.8;
  display: block;
  float: right;
  height: 80px;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-top: 10px;
  position: absolute;
  right: 10px;
  top: 50px;
  width: 80px;
}
.fd-tile.header {
  position: relative;
  overflow: hidden;
}
.fd-tile.detail {
  position: relative;
  overflow: hidden;
}
.fd-tile.detail .content {
  background: transparent;
  padding: 10px 10px 13px;
  display: inline-block;
  position: relative;
  z-index: 3;
}
.fd-tile.detail .icon {
  display: block;
  float: right;
  height: 80px;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-top: 10px;
  width: 80px;
}
.fd-tile.detail .icon i {
  color: rgba(0,0,0,0.05);
  font-size: 100px;
  line-height: 65px;
}
.fd-tile.detail .details {
  clear: both;
  display: block;
  padding: 5px 10px;
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(0,0,0,0.1);
}
.fd-tile.detail .details i {
  font-size: 18px;
  color: rgba(255,255,255,0.4);
}
.fd-tile .content p {
  margin-bottom: 0;
  font-weight: 4 00;
  font-size: 14px;
}
.fd-tile .content h1 {
  margin: 0 0 0;
  font-weight: 300;
  font-size: 40px;
}
.stats_bar {
  text-align: center;
  margin-top: 15px;
}
.butpro {
  vertical-align: top;
}
.butstyle {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(center top,#FFFFFF 50%,#f8f8f8 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#FFFFFF),to(#f8f8f8));
  background-image: -webkit-linear-gradient(top,#FFFFFF,#f8f8f8);
  background-image: -o-linear-gradient(top,#FFFFFF,#f8f8f8);
  background-image: linear-gradient(to bottom,#FFFFFF 50%,#f8f8f8 100%);
  border-color: #DEDFE0 #C8C8C8 #C8C8C8;
  border-image: none;
  border-right: 1px solid #C8C8C8;
  border-style: solid;
  border-width: 1px;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.08);
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', Verdana, sans-serif;
  font-size: 11px;
  margin-right: 1.8%;
  margin-bottom: 15px;
  width: 14.2%;
  padding: 6px 9px 4px;
  transition: border-color 0.21s ease-out 0s;
}
.butstyle:first-child {
  margin-left: 0;
}
.butstyle:hover {
  border-color: #4D90FE;
}
.butpro .sub h2 {
  margin: 0 0 5px 0;
  font-size: 11px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
}
.butpro .sub span {
  color: #434D55;
  display: block;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 26px;
}
.butpro .stat {
  padding: 4px 0;
  text-align: center;
}
.butpro .stat .equal {
  background: url("../images/stat-same.png") no-repeat scroll left center transparent;
  font-size: 12px;
  padding: 0 0 0 19px;
}
.butpro .stat .up {
  background: url("../images/stat-up.png") no-repeat scroll left center transparent;
  font-size: 12px;
  padding: 0 0 0 19px;
}
.butpro .stat .down {
  background: url("../images/stat-down.png") no-repeat scroll left center transparent;
  font-size: 12px;
  padding: 0 0 0 19px;
}
.butpro .sub {
  padding-top: 4px;
}
.ADICIONADO-ARQUIVO {
  content: 'less/elements/timeline.less';
}
.tipo-pfotos .comentarios {
  margin-top: 1px;
}
.postImagens {
  display: block;
  padding: 0 0 0 0;
  margin: 0 -9px -9px -9px;
  clear: both;
}
.postImagens a {
  float: left;
  display: none;
}
.postImagens.com-1 img {
  width: 100%;
}
.postImagens.com-1 a {
  width: 100%;
  display: block;
}
.postImagens.com-2 img {
  width: 100%;
}
.postImagens.com-2 a {
  width: 100%;
  display: block;
}
.postImagens.com-2 a:nth-child(1) {
  border-bottom: 1px solid #FFF;
}
.postImagens.com-3 {
  margin-bottom: -9px;
}
.postImagens.com-3 img {
  width: 100%;
}
.postImagens.com-3 a {
  display: block;
}
.postImagens.com-3 a:nth-child(1) {
  width: 100%;
  border-bottom: 1px solid #FFF;
}
.postImagens.com-3 a:nth-child(2) {
  width: 50%;
  border-right: 1px solid #FFF;
  float: left;
}
.postImagens.com-3 a:nth-child(3) {
  width: 50%;
  float: left;
}
.postImagens.com-4 img {
  width: 100%;
}
.postImagens.com-4 a,
.postImagens.com-4 a:nth-child(4) {
  width: 50%;
  display: block;
}
.postImagens.com-4 a:nth-child(1),
.postImagens.com-4 a:nth-child(3) {
  border-right: 1px solid #FFF;
}
.postImagens.com-4 a:nth-child(1),
.postImagens.com-4 a:nth-child(2) {
  border-bottom: 1px solid #FFF;
}
.postImagens.com-5 img {
  width: 100%;
}
.postImagens.com-5 a {
  width: 50%;
  position: relative;
}
.postImagens.com-5 a:nth-child(1),
.postImagens.com-5 a:nth-child(3) {
  border-right: 1px solid #FFF;
  display: block;
}
.postImagens.com-5 a:nth-child(1),
.postImagens.com-5 a:nth-child(2) {
  border-bottom: 1px solid #FFF;
  display: block;
}
.postImagens.com-5 a:nth-child(4) {
  display: block;
}
.postImagens.com-5 a:nth-child(5) {
  float: none;
  display: block;
  position: absolute;
  top: 25%;
  left: 25%;
  border: 2px solid #FFF;
  z-index: 5;
  border-radius: 10px;
}
.postImagens.com-5 a:nth-child(5) img {
  border-radius: 10px;
}
.postImagens.com-5 a:hover {
  z-index: 6;
}
ul.timeline {
  position: relative;
  padding: 0 0 1px 0;
  margin-bottom: 40px;
}
ul.timeline:before {
  background-color: #E1E1E1;
  bottom: 0;
  content: "";
  left: 31px;
  margin-left: -10px;
  position: absolute;
  top: 2px;
  width: 2px;
}
ul.timeline:after {
  bottom: -9px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #E1E1E1;
  position: absolute;
  left: 17px;
  content: "";
}
ul.timeline li {
  position: relative;
  list-style: none;
  margin-bottom: 25px;
}
ul.timeline li > .avatar {
  left: 2px;
  text-shadow: 0 1px 0 rgba(0,0,0,0.1);
  font-size: 14px;
  color: #FFF;
  border-radius: 3px;
  padding: 0px;
  text-align: center;
  width: 42px;
  height: 42px;
  box-shadow: 0 0 1px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.3);
  position: absolute;
  z-index: 2;
  top: 0;
  display: block;
}
ul.timeline li > .avatar img {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 3px;
}
ul.timeline li > .fa {
  left: 2px;
  text-shadow: 0 1px 0 rgba(0,0,0,0.1);
  font-size: 14px;
  color: #FFF;
  border-radius: 50%;
  background: #5BC0DE;
  padding: 10px;
  text-align: center;
  width: 40px;
  height: 40px;
  border: 3px solid #FFF;
  box-shadow: 0 1px 1px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
  position: absolute;
  z-index: 2;
  top: 0;
}
ul.timeline li .fa.red {
  background: #DF4B33;
}
ul.timeline li .fa.green {
  background: #4cac4c;
}
ul.timeline li .fa.purple {
  background: #7761a7;
}
ul.timeline li .fa.blue {
  background: #2980B9;
}
ul.timeline li .fa.dark {
  background: #23262B;
}
ul.timeline li .fa.gray {
  background: #CCC;
}
ul.timeline li .fa.facebook {
  background: #5d82d1;
}
ul.timeline li .fa.google {
  background: #eb5e4c;
}
ul.timeline li .fa.twitter {
  background: #50bff5;
}
ul.timeline li {
  min-height: 60px;
}
ul.timeline li .content {
  position: relative;
  border-radius: 3px;
  background: #FFF;
  margin-left: 75px;
  padding: 10px 10px;
  border: 1px solid #E8E8E6;
  line-height: 150%;
}
ul.timeline li .content p {
  line-height: 100%;
}
ul.timeline li .content blockquote p {
  line-height: 160%;
  color: #000;
  font-weight: 400;
}
ul.timeline li .content small {
  color: #AAA;
  line-height: 140%;
}
ul.timeline li .content p {
  margin: 0;
}
ul.timeline li .content .img-thumbnail {
  border-radius: 0;
  margin: 10px 5px 0 0;
  cursor: pointer;
}
ul.timeline li .content blockquote {
  margin: 10px 0 0 0;
}
ul.timeline li .content blockquote p {
  margin: 0 0 5px 0 !important;
  font-size: 14px;
}
ul.timeline li .content:before {
  background: #FFF;
  position: absolute;
  top: 14px;
  content: "";
  width: 10px;
  height: 10px;
  left: -6px;
  border-left: 1px solid #E8E8E6;
  border-bottom: 1px solid #E8E8E6;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
ul.timeline li > .date {
  background: #E8E8E8;
  position: absolute;
  top: 49px;
  display: block;
  width: 44px;
  padding: 0 5px;
  text-align: center;
  border: 1px solid #E1E1E1;
  font-size: 11px;
  border-radius: 1px;
  text-shadow: 0 1px 0 #fafafa;
  color: #7B7B7B;
  line-height: 19px;
}
.cbp_tmtimeline {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.cbp_tmtimeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  background: #51a8e1;
  left: 20%;
  margin-left: -10px;
}
.cbp_tmtimeline > li {
  position: relative;
}
.cbp_tmtimeline > li .cbp_tmtime {
  display: block;
  width: 25%;
  padding-right: 100px;
  position: absolute;
}
.cbp_tmtimeline > li .cbp_tmtime span {
  display: block;
  text-align: right;
}
.cbp_tmtimeline > li .cbp_tmtime span:first-child {
  font-size: 0.9em;
  color: #338ac3;
}
.cbp_tmtimeline > li .cbp_tmtime span:last-child {
  font-size: 2.9em;
  color: #5bb2eb;
}
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
  color: #51a8e1;
}
.cbp_tmtimeline > li .cbp_tmlabel {
  margin: 0 0 15px 25%;
  background: #51a8e1;
  color: #fff;
  padding: 2em;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.4;
  position: relative;
  border-radius: 5px;
}
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
  background: #2980b9;
}
.cbp_tmtimeline > li .cbp_tmlabel h2 {
  margin-top: 0px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.4);
}
.cbp_tmtimeline > li .cbp_tmlabel:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #51a8e1;
  border-width: 10px;
  top: 10px;
}
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
  border-right-color: #2980b9;
}
.cbp_tmtimeline > li .cbp_tmicon {
  width: 40px;
  height: 40px;
  font-family: 'ecoico';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.4em;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #fff;
  background: #2980b9;
  border-radius: 50%;
  box-shadow: 0 0 0 8px #51a8e1;
  text-align: center;
  left: 20%;
  top: 7px;
  margin: 0 0 0 -25px;
}
.cbp_tmicon-phone:before {
  content: "\e000";
}
.cbp_tmicon-screen:before {
  content: "\e001";
}
.cbp_tmicon-mail:before {
  content: "\e002";
}
.cbp_tmicon-earth:before {
  content: "\e003";
}
@media screen and (max-width: 65.375em) {
  .cbp_tmtimeline > li .cbp_tmtime span:last-child {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 47.2em) {
  .cbp_tmtimeline:before {
    display: none;
  }
  .cbp_tmtimeline > li .cbp_tmtime {
    width: 100%;
    position: relative;
    padding: 0 0 20px 0;
  }
  .cbp_tmtimeline > li .cbp_tmtime span {
    text-align: left;
  }
  .cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 0 30px 0;
    padding: 1em;
    font-weight: 400;
    font-size: 95%;
  }
  .cbp_tmtimeline > li .cbp_tmlabel:after {
    right: auto;
    left: 20px;
    border-right-color: transparent;
    border-bottom-color: #51a8e1;
    top: -20px;
  }
  .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
    border-right-color: transparent;
    border-bottom-color: #2980b9;
  }
  .cbp_tmtimeline > li .cbp_tmicon {
    position: relative;
    float: right;
    left: auto;
    margin: -55px 5px 0 0px;
  }
}
.ADICIONADO-ARQUIVO {
  content: 'less/elements/timerange.less';
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #2980b9;
  border-color: transparent;
}
.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
  background: #4cac4c;
  border: 1px solid #4cac4c;
}
.daterangepicker .ranges li {
  color: #666;
}
.ADICIONADO-ARQUIVO {
  content: 'less/elements/todo-widget.less';
}
.list-group.todo .list-group-item {
  font-size: 13px;
  border: 0;
  margin-bottom: 10px;
  background: #FFF;
  border-bottom: 1px solid #E2E2E2;
  border-left: 1px solid #EFEFEF;
  border-radius: 3px;
  border-right: 1px solid #EFEFEF;
  box-shadow: 0 1px 0 0 rgba(0,0,0,0.04);
  padding: 13px 15px;
}
.list-group.todo .list-group-item .date {
  font-size: 12px;
  float: right;
}
.ADICIONADO-ARQUIVO {
  content: 'less/elements/treeview.less';
}
.tree .content {
  padding: 0 !important;
}
.tree .title {
  padding: 20px;
}
.treeview label {
  font-weight: 400;
  margin: 0;
  padding: 7px 18px;
  display: block;
  border-bottom: 0px solid #E5E5E5;
}
.treeview label:hover,
.treeview label.open {
  background: #F9F9F9;
}
.treeview li > ul {
  display: none;
}
.treeview li.open > ul {
  display: block;
}
.treeview ul li {
  border-bottom: 0px solid #E5E5E5;
}
.treeview ul li a {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #555;
}
.treeview ul li a:hover {
  background: #F9F9F9;
}
.treeview label i {
  font-size: 14px;
  text-align: center;
  width: 24px;
  color: #338ac3;
}
.treeview ul li label {
  padding-left: 36px;
}
.treeview ul li ul li label {
  padding-left: 54px;
}
.treeview ul li ul li ul li label {
  padding-left: 72px;
}
.treeview ul li ul li ul li ul li label {
  padding-left: 90px;
}
.treeview ul li a {
  padding-left: 36px;
}
.treeview ul li ul li a {
  padding-left: 54px;
}
.treeview ul li ul li ul li a {
  padding-left: 72px;
}
.treeview ul li ul li ul li a {
  padding-left: 90px;
}
.treeview .tree-toggler {
  cursor: pointer;
}
.ADICIONADO-ARQUIVO {
  content: 'less/elements/validation.less';
}
.parsley-error-list {
  margin-top: 4px;
  padding: 0;
}
.parsley-error-list li {
  padding: 0;
  list-style: none;
  color: #cc0000;
}
.parsley-error {
  border-color: #c00 !important;
}
.ADICIONADO-ARQUIVO {
  content: 'less/elements/widgets.less';
}
.widget-block.calendar-box {
  overflow: hidden;
}
.widget-block.calendar-box h2 {
  font-size: 28px;
}
.widget-block.calendar-box .day {
  text-align: center;
  font-size: 102px;
}
.widget-block.weather-box {
  overflow: hidden;
  color: #FFF;
}
.widget-block.weather-box .photo {
  background: url("../images/sunset2.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 260px;
}
.widget-block.weather-box h2 {
  margin-top: 60px;
  font-size: 28px;
  font-weight: 400;
  text-shadow: 1px 2px 2px rgba(0,0,0,0.5);
}
.widget-block.weather-box .day {
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  text-shadow: 1px 2px 2px rgba(0,0,0,0.5);
  margin-bottom: 70px;
  margin-top: 3px;
}
.fb-box {
  margin-top: 0 !important;
  background-image: -moz-linear-gradient(center top,#3E80BF 50%,#325fa0 102%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#3E80BF),to(#325fa0));
  background-image: -webkit-linear-gradient(top,#3E80BF,#325fa0);
  background-image: -o-linear-gradient(top,#3E80BF,#325fa0);
  background-image: linear-gradient(to bottom,#3E80BF 50%,#325fa0 102%);
  background-color: #366eab;
  color: #FFFFFF;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.35) !important;
}
.fb-box h2 {
  font-size: 19px;
  font-weight: 400;
  margin: 0 0 5px 0;
  padding-top: 10px;
}
.fb-box h3 {
  font-size: 13px;
  font-weight: 200;
  margin: 0 0 20px 0;
}
.fb-box h4 {
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 5px 0;
}
.fb-box img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 3px solid #FFFFFF;
  margin-bottom: 15px;
  margin-top: 20px;
}
.fb-box .content {
  padding: 20px;
  text-align: center;
}
.fb-box .info {
  background: #264A7E;
  color: #FFF;
  border-top: 1px solid #426ca5;
  text-align: center;
}
.fb-box .info button {
  box-shadow: none;
  max-width: 195px;
  width: 80%;
  padding: 13px;
  background: #4884c0;
  border: 0;
  margin: 5px 0;
  text-transform: uppercase;
}
.fb-box .info button i {
  margin-right: 3px;
}
.fb-box .info div {
  padding: 15px 10px;
}
.fb-box .row {
  margin: 0;
}
.block .cl,
.widget-block .cl {
  margin-bottom: 20px;
}
.widget-block {
  box-shadow: 1px 1px 3px rgba(0,0,0,0.21);
  border: 0;
  margin-bottom: 30px;
  margin-top: 0;
}
.widget-block .row {
  margin: 0;
}
.widget-block .padding {
  padding: 20px 20px;
}
.widget-block .vpadding {
  padding: 20px 0;
}
.widget-block .hpadding {
  padding: 0 20px;
}
.block .header,
.widget-block .header,
.block-flat .header {
  padding: 10px;
  background-color: #FEFEFE;
  border-bottom: 1px solid #dadada;
}
.block .header {
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  padding: 10px;
}
.block-flat .header {
  background: transparent;
  padding: 3px 0;
}
.block-flat .header.no-border {
  border: 0;
}
.block-flat .content {
  padding: 15px 3px 0 3px;
}
.block-flat .content.full-width {
  padding: 0;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -20px;
}
.block-flat .content h4 {
  margin-top: 20px;
  font-size: 16px;
}
.block-flat.no-padding .content {
  padding: 0 !important;
}
.legend-container table {
  width: auto;
  margin: 20px 0 0 20px;
}
.legend-container table tr {
  background: transparent;
}
.legend-container table td {
  border: 0;
  padding: 0 5px 3px 5px;
}
.legend-container .legendColorBox > div {
  border: 0 !important;
}
.legend-container .legendColorBox > div > div {
  border-width: 6px !important;
}
.block-flat.no-padding .content table td,
.block-flat.no-padding .content table th {
  padding: 11px 10px 7px 10px;
}
.block .no-border {
  border-bottom: 0;
}
.block .content h2,
.widget-block .content h2 {
  font-family: 'Open Sans', sans-serif;
}
.widget-block .header h3 {
  margin: 0;
  font-size: 13px;
  font-weight: 200;
  line-height: 21px;
  color: #666;
}
.block .header .actions i,
.widget-block .header .actions i {
  font-size: 18px;
  color: #6F6F6F;
  display: inline-block;
  padding: 0;
  text-align: center;
  cursor: pointer;
  width: 20px;
  vertical-align: top;
}
.block .header .actions i:hover,
.widget-block .header .actions i:hover {
  color: #858585;
}
.widget-block .fb-head {
  background: #1784c7;
  border: 0;
  color: #FFF;
}
.widget-block .fb-head i {
  display: inline-block;
  text-align: center;
  width: 28px;
}
.bg-darkgray {
  background-color: #888e97;
  color: #fff;
}
.bg-blue {
  background-color: #43A0F2;
  color: #fff;
}
.bg-blue .caret,
.bg-darkgray .caret {
  border-color: #fff transparent;
  border-width: 5px 5px 0;
}
.bg-blue a,
.bg-darkgray a {
  color: #FFF;
}
.cl-mcont .block .content {
  padding: 20px;
}
.cl-mcont .block .stat-data,
.cl-mcont .block-flat .stat-data {
  padding: 10px;
  float: left;
  width: 50%;
}
.cl-mcont .block .stat-data h2,
.cl-mcont .block-flat .stat-data h2 {
  margin: 0 0 5px 0;
}
.cl-mcont .block .stat-data span,
.cl-mcont .block-flat .stat-data span {
  font-size: 18px;
}
.cl-mcont .block .stat-data .stat-blue,
.cl-mcont .block-flat .stat-data .stat-blue {
  background: #43A0F2;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  text-align: center;
  color: #FFF;
  padding: 20px 10px;
}
.cl-mcont .block .stat-data .stat-number,
.cl-mcont .block-flat .stat-data .stat-number {
  border-bottom: 1px solid #dadada;
}
.cl-mcont .block .stat-data .stat-number:last-child,
.cl-mcont .block-flat .stat-data .stat-number:last-child {
  border-bottom: 0;
}
.cl-mcont .block .stat-data .stat-number div,
.cl-mcont .block-flat .stat-data .stat-number div {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 5px;
  font-size: 16px;
  line-height: 20px;
}
.cl-mcont .block .stat-data .stat-number h2,
.cl-mcont .block-flat .stat-data .stat-number h2 {
  margin: 0;
  font-size: 35px;
  color: #444;
  font-weight: 300;
}
.cl-mcont .block .stat-data .stat-number span,
.cl-mcont .block-flat .stat-data .stat-number span {
  font-size: 12px;
}
.block .fact-data,
.widget-block .fact-data,
.block-flat .fact-data {
  margin: 25px 0;
  padding: 0 20px;
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
.block .total-data,
.widget-block .total-data,
.block-flat .total-data {
  padding: 15px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
}
.block .dropdown-menu,
.widget-block .dropdown-menu,
.block-flat .dropdown-menu {
  margin: -1px 0 0 0;
  border-radius: 1px;
  -webkit-border-radius: 1px;
}
.btn-group .dropdown-menu {
  margin-top: -6px;
}
.btn-group {
  margin-right: 1px;
  margin-left: 1px;
}
.static-mn,
.widget-block .static-mn {
  display: block;
  position: static;
}
.static-mn,
.widget-block .static-mn {
  display: block;
  position: static;
}
.static-lg-menu .static-mn,
.widget-block .static-lg-menu .static-mn {
  min-width: 90%;
}
.block .items,
.widget-block .items {
  margin: 0;
  padding: 0;
}
.block .items li,
.widget-block .items li {
  border-top: 1px solid #e8e8e8;
  list-style: none;
  font-size: 14px;
  line-height: 17px;
  padding: 13px;
  background-color: #FFF;
  transition: background .25s ease-in-out;
  -moz-transition: background .25s ease-in-out;
  -webkit-transition: background .25s ease-in-out;
}
.block .items li i,
.widget-block .items li i {
  color: #555555;
  display: block;
  float: left;
  font-size: 28px;
  height: 38px;
  margin-left: 4px;
  margin-right: 15px;
  margin-top: 2px;
}
.block .items li small,
.widget-block .items li small {
  display: block;
}
.block .items li:hover,
.widget-block .items li:hover {
  background-color: #F4F4F4;
}
.block .items li .value,
.widget-block .items li .value {
  font-size: 15px;
  margin-top: 7px;
}
.block .items li:first-child,
.widget-block .items li:first-child {
  border-top: 0;
}
.block .total-data h2,
.widget-block .total-data h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}
.block .total-data h3,
.widget-block .total-data h3 {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
}
.block .total-data h4,
.widget-block .total-data h4 {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
}
.widget-block .fact-data {
  margin: 27px 0;
}
.block .fact-data:first-child {
  border-right: 1px solid #eaeaea;
}
.block .fact-data h2,
.widget-block .fact-data h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 300;
}
.block .fact-data h3,
.widget-block .fact-data h3 {
  text-transform: uppercase;
  margin: 0;
  font-weight: 200;
  font-size: 13px;
}
.widget-block .fact-data h3 {
  margin-bottom: 13px;
  font-size: 17px;
}
.widget-block .fact-data h2 {
  margin-bottom: 4px;
}
.widget-block .fact-data p {
  font-size: 12px;
}
.widget-block .no-padding {
  padding: 0;
}
.widget-block h3 {
  font-size: 17px;
  margin: 5px 0 0 0;
  font-weight: 200;
}
.widget-block h2 {
  font-size: 32px;
  font-weight: 300;
}
.block h2 i {
  font-size: 24px;
  color: #555;
  margin-right: 6px;
}
.cl-mcont .block.widget-notes {
  box-shadow: 0 1px 0 0 rgba(0,0,0,0.04);
}
.cl-mcont .block.widget-notes .content {
  padding: 0;
}
.paper {
  line-height: 30px;
  font-size: 14px;
  padding: 30px 55px 27px;
  position: relative;
  outline: none;
  background: white;
  background: -webkit-linear-gradient(top,#DFE8EC 0%,white 8%) 0 0px;
  background: -moz-linear-gradient(top,#DFE8EC 0%,white 8%) 0 0px;
  background: linear-gradient(center top,#DFE8EC 0%,white 8%) 0 0px;
  -webkit-background-size: 100% 30px;
  -moz-background-size: 100% 30px;
  -ms-background-size: 100% 30px;
  background-size: 100% 30px;
}
.paper::after {
  content: '';
  position: absolute;
  width: 0px;
  top: 0;
  left: 39px;
  bottom: 0;
  border-left: 1px solid #F8D3D3;
}
#console {
  border-top: 1px solid #4c4e55;
}
.ADICIONADO-ARQUIVO {
  content: 'less/elements/wizard.less';
}
.wizard-row {
  position: relative;
}
.wizard-row .fuelux {
  position: absolute;
}
.block-wizard {
  padding: 0;
}
.block-wizard .step-content {
  padding: 20px 20px;
}
.fuelux .wizard {
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  border: 0;
  border-bottom: 1px solid #E2E2E2;
  background: #FFF;
}
.fuelux .wizard ul li.active {
  background: #FFF;
  color: #338ac3;
}
.fuelux .wizard ul li.complete {
  color: #fff;
  background: #2980b9;
}
.fuelux .wizard ul li.complete:hover {
  background: #156ca5;
}
.fuelux .wizard ul li.complete:hover .chevron:before {
  border-left-color: #156ca5;
}
.fuelux .wizard ul li.complete .chevron {
  border-left-color: #1067a0;
}
.fuelux .wizard ul li.complete .chevron:before {
  border-left: 14px solid #2980b9;
}
.fuelux .wizard ul li.active .chevron:before {
  border-left: 14px solid #FFF;
}
.fuelux .wizard ul li:first-child {
  border-radius: 0;
  -webkit-border-radius: 0;
}
.fuelux .wizard ul li {
  font-size: 15px;
}
.fuelux [class^="icon-"],
.fuelux [class*=" icon-"] {
  background-image: url("../js/bootstrap.wysihtml5/lib/img/glyphicons-halflings-white.png");
}
.fuelux .icon-arrow-left {
  background-position: -240px -95px;
}
.fuelux .icon-arrow-right {
  background-position: -264px -95px;
}
@media (max-width: 767px) {
  .wizard-row .fuelux {
    position: static;
  }
}
.ADICIONADO-ARQUIVO {
  content: 'less/responsive.less';
}
@media (min-width: 1200px) {
  .cl-sidebar .cl-vnavigation {
    display: block !important;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .cl-sidebar .cl-vnavigation {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1010px) {
  .butstyle {
    width: 30.9%;
  }
  .butstyle:first-child {
    margin-left: 0;
  }
  .navbar-default  .navbar-brand {
    background-position: 0 11px;
    height: 50px;
    width: 45px;
    padding-left: 26px;
  }
  .navbar-default .navbar-brand span {
    display: none;
  }
  .cl-sidebar .sidebar-logo {
    padding: 4px 0 5px;
  }
  .cl-sidebar .sidebar-logo img {
    max-width: 72px;
    height: auto;
  }
  .cl-sidebar .sidebar-logo p {
    display: none !important;
  }
  .cl-sidebar {
    width: 55px;
  }
  #pcont {
    margin-left: 55px;
  }
  #cl-wrapper.fixed-menu .menu-space {
    width: 55px;
  }
  .cl-vnavigation li {
    position: relative;
  }
  .cl-vnavigation>.parent>a:before {
    display: none;
  }
  .cl-vnavigation li a i {
    margin: 0;
    font-size: 17px;
  }
  .cl-vnavigation li a span {
    opacity: 0;
    width: 0;
    height: 0;
  }
  .cl-sidebar .side-user {
    display: none;
  }
  .cl-sidebar .cl-vnavigation {
    display: block !important;
  }
  .cl-vnavigation li ul {
    display: none !important;
  }
  .cl-sidebar .collapse-button {
    display: none;
  }
  .cl-sidebar .collapse-button .search {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar h3 {
    text-align: center;
    font-size: 13px;
    line-height: 120%;
  }
  #cl-wrapper {
    margin-top: 0;
    display: block;
  }
  #pcont,
  .sb-collapsed #pcont {
    margin-left: 0;
    display: block;
  }
  .cl-mcont {
    padding: 15px;
  }
  .navbar {
    padding-right: 10px;
  }
  .navbar-fixed-top {
    position: relative;
    margin: 0;
  }
  .dropdown.profile_menu .dropdown-menu {
    position: absolute;
    background-color: #fff;
    color: #000;
    margin-left: 10px;
  }
  .dropdown.profile_menu .dropdown-menu > li > a {
    color: #000;
  }
  .dropdown.profile_menu .dropdown-menu:before {
    background: url(../img/menu-tail-up.png) no-repeat;
    top: -10px;
    content: "";
    left: 10px;
    display: inline-block;
    height: 43px;
    width: 17px;
    position: absolute;
  }
  .not-nav .dropdown-menu:before {
    background: url(../img/menu-tail-up.png) no-repeat;
    top: -10px;
    content: "";
    right: 13px;
    left: auto;
    display: inline-block;
    height: 43px;
    width: 17px;
    position: absolute;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: #2980b9;
  }
  .navbar-default .navbar-nav .dropdown-submenu > a:after {
    border-width: 0;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #FFF;
  }
  .navbar-nav .dropdown-menu > li > a:hover,
  .navbar-nav .dropdown-menu > li > a:focus,
  .navbar-nav .dropdown-submenu:hover > a {
    background-color: transparent;
  }
  .navbar-nav .dropdown-submenu ul {
    display: block;
    padding-left: 20px;
  }
  .navbar-nav .dropdown-header {
    color: #FFF;
  }
  .navbar-nav .col-menu-2 > li  > ul > li a {
    color: #FFF;
    padding-left: 45px;
  }
  .navbar-nav .col-menu-3 > li  > ul  > li a {
    color: #FFF;
    padding-left: 45px;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-nav > .active > a:focus,
  .navbar-nav > .active > a:active {
    background: transparent !important;
    color: #FFF !important;
  }
  .not-nav {
    display: inline-block;
    float: right;
    text-align: center;
    margin: 0;
    padding: 0 10px !important;
  }
  .navbar-default .navbar-nav > li.button {
    float: none;
    display: inline-block;
    padding: 10px 0;
    top: 100%;
  }
  .not-nav > li > .dropdown-menu {
    text-align: left;
  }
  .navbar-default .not-nav > li.button > a {
    width: 36px;
  }
  .navbar-default .navbar-nav > li.button > a > i {
    font-size: 17px;
    vertical-align: middle;
  }
  .navbar-default .navbar-nav > li.button .dropdown-menu {
    position: absolute;
    background-color: #FFFFFF;
    box-shadow: 0 6px 12px rgba(0,0,0,0.176);
    border-top: 0;
    margin-left: -218px;
  }
  .navbar-default .navbar-nav > li.button .dropdown-menu > li > a {
    text-align: left;
  }
  .navbar-collapse {
    padding: 0 !important;
  }
  .navbar-collapse .navbar-nav {
    margin: 0;
  }
  .profile_menu {
    margin: 0;
  }
  .profile_menu .dropdown-toggle {
    padding-left: 15px;
    background-color: transparent !important;
    color: #000 !important;
  }
  .navbar-default .navbar-brand {
    width: auto;
  }
  .user-nav {
    margin: 7.5px -15px;
    display: inline-block;
  }
  .navbar-collapse.in {
    overflow: visible;
  }
  #head-nav {
    padding: 0;
  }
  .navbar-header {
    padding: 0 10px;
    background: #2980b9 url(../img/logo.png) no-repeat 15px 10px;
  }
  .col-menu-2 > div:first-child {
    border-right: 0;
  }
  .cl-sidebar,
  .sb-collapsed  .cl-sidebar {
    background: none repeat scroll 0 0 #272930;
    width: 100%;
    position: relative;
    z-index: 1020;
    display: block;
    padding-bottom: 0;
  }
  .sb-collapsed .cl-sidebar .sidebar-logo img {
    max-width: 100%;
    height: auto;
  }
  .sb-collapsed .cl-sidebar .sidebar-logo .logo a {
    width: auto;
  }
  .sb-collapsed .cl-sidebar .sidebar-logo p {
    display: none;
  }
  #cl-wrapper.fixed-menu .menu-space,
  #cl-wrapper.fixed-menu.sb-collapsed .menu-space {
    position: relative;
    height: auto !important;
    width: 100%;
  }
  #cl-wrapper .menu-space {
    min-height: 0 !important;
  }
  #cl-wrapper.fixed-menu .menu-space .content,
  #cl-wrapper.fixed-menu.sb-collapsed .menu-space .content {
    overflow: visible;
    position: relative;
  }
  .sb-collapsed .cl-vnavigation li a span {
    opacity: 1;
  }
  .sb-collapsed .cl-vnavigation li a i {
    font-size: 14px;
    margin-right: 7px;
    text-align: center;
    width: 20px;
  }
  .sb-collapsed .cl-vnavigation li.open ul {
    display: block !important;
  }
  .cl-sidebar .cl-toggle {
    display: block;
  }
  .cl-sidebar .menuOver {
    width: 100%;
    background: #272930;
    display: block;
  }
  .cl-sidebar .menuOver.fechado {
    display: none;
  }
  .cl-sidebar .side-user {
    display: none;
  }
  .table-responsive {
    border: 0;
  }
  .butstyle {
    width: 100%;
    margin-right: 10px;
    margin-left: 0;
    max-width: 45%;
  }
  .form-horizontal.group-border .form-group {
    padding: 5px 0 15px 0;
  }
  .form-horizontal.group-border .form-group label {
    margin-bottom: 7px;
  }
  .form-horizontal.group-border-dashed .form-group label {
    margin-bottom: 7px;
  }
  .login-container .middle-login {
    width: 100%;
    margin-left: 0px;
    padding: 0 15px;
    left: auto;
  }
  .cl-sidebar .collapse-button {
    display: none;
  }
}
.ADICIONADO-ARQUIVO {
  content: 'less/agenda.less';
}
body.agenda {
  background: #FFF;
}
body.agenda .cl-mcont {
  background: #FFF;
}
h1.agenda-h {
  vertical-align: middle;
  display: block;
  font-size: 28px;
  color: #333;
  margin: 0;
  padding: 0;
}
h1.agenda-h span {
  font-weight: 300;
}
h1.agenda-h .text-dark {
  padding: 4px 6px 6px 4px;
  margin: 3px 5px;
  border: 1px solid #CCC;
  border-radius: 20px;
  line-height: 20px;
  font-size: 20px;
  display: block;
  float: left;
  text-align: center;
}
h1.agenda-h .text-dark i {
  width: 20px;
  height: 20px;
  text-align: center;
}
h1.agenda-h .text-dark.btn-success {
  border-color: #43aa43;
  color: #FFF;
  line-height: 14px;
  padding: 6px 8px 8px 10px;
}
h1.agenda-h .text-dark.btn-success i {
  width: 11px;
  height: 14px;
}
.dias-do-mes {
  margin: 20px 0 0 0;
  background: #F5F5F5;
  border-radius: 5px;
  box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  padding: 10px;
  clear: both;
}
.dias-do-mes .item-container {
  float: left;
}
.dias-do-mes .item {
  position: relative;
  padding: 3px 0 17px 0;
  color: #CCC;
  cursor: pointer;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  display: block;
  text-align: center;
}
.dias-do-mes .item .num {
  position: absolute;
  bottom: 2px;
  right: 50%;
  margin-right: -5px;
  background: transparent;
  font-size: 10px;
  text-align: center;
  padding: 1px 3px;
  font-family: Verdana, Geneva, sans-serif;
}
.dias-do-mes .item.itemTem {
  color: #222;
}
.dias-do-mes .item.itemTem:hover {
  background: #2980b9 !important;
  color: #FFF;
}
.dias-do-mes .item.itemTem.ativo,
.dias-do-mes .item.ativo {
  background: #FFC;
}
.dias-do-mes .item:hover {
  background: #F0F0F0;
  color: #999;
}
.dias-do-mes .item span {
  line-height: 100%;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}
.dias-do-mes .item b {
  display: block;
  font-size: 20px;
  line-height: 20px;
}
.infoDia {
  padding: 10px 0;
}
.infoDia #campo-periodo {
  font-weight: 700;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 18px;
  background: #FFF !important;
  cursor: pointer;
}
.infoDia #campo-periodo:hover,
.infoDia #campo-periodo:active,
.infoDia #campo-periodo:focus {
  background: #FFF !important;
}
.eventos {
  margin: 20px 0 0 0;
  border-top: 2px solid #F0F0F0;
}
.eventos .row {
  margin-top: 0;
}
.eventos .evento {
  background: #FFF;
  border-bottom: 2px solid #F0F0F0;
}
.eventos .evento:hover {
  cursor: pointer;
  background: #FFC;
}
.eventos .evento .data {
  text-align: left;
  font-size: 12px;
  line-height: 100%;
  padding-bottom: 0;
}
.eventos .evento .data b {
  font-size: 30px;
  display: block;
  line-height: 30px;
}
.eventos .evento .data b sup {
  font-size: 18px;
}
.eventos .evento .data .badge {
  margin-top: 10px;
  border-radius: 3px;
  color: #333;
  background: #F0F0F0;
}
.eventos .evento .fotos img {
  margin: 0 0 0 10px;
}
.eventos .evento .info .td {
  padding: 10px 20px 10px 0 !important;
}
.eventos .evento .info .fa {
  margin: 0 5px 0 0;
}
.eventos .evento .info .espaco {
  margin: 0 5px 0 10px;
}
.eventos .evento .info h4 {
  margin: 0;
  padding: 0;
  line-height: 150%;
}
.comoTabela {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.comoTabela .tr {
  display: table-row;
}
.comoTabela .tr .td {
  display: table-cell;
  vertical-align: top;
}
.tabela {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.tabela .tr {
  display: table-row;
}
.tabela .tr .td {
  display: table-cell;
  vertical-align: top;
  padding: 10px;
}
.tabela .titulo {
  font-size: 14px;
  padding-bottom: 0px !important;
}
.tabela .titulo h1 {
  margin: -3px 0 0 0;
  padding: 0;
  line-height: 110%;
}
.tabela .icone {
  text-align: center;
  width: 45px;
}
.tabela .dia {
  text-align: left;
  font-size: 12px;
  line-height: 100%;
  text-transform: uppercase;
}
.tabela .dia b {
  font-size: 40px;
  display: block;
  line-height: 30px;
  padding: 0 0 3px 0;
}
.tabela .dia b sup {
  font-size: 24px;
}
.tabela .fotos img {
  width: 100%;
  border-radius: 5px;
}
.tabela .fotos .fo {
  margin-bottom: 20px;
}
.tabela .detalhes {
  font-size: 14px !important;
  line-height: 130% !important;
}
.tabela .anexos .btn {
  margin: 0 10px 10px 0;
}
.tabela .mini-info {
  text-align: left;
  font-size: 13px;
  line-height: 100%;
  padding-bottom: 20px;
}
.tabela .mini-info h4 {
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 10px 0;
  font-weight: 700;
}
.tabela .mini-info .btn {
  margin-left: 0;
}
.detalhes {
  background: #FFF;
}
.detalhes .row {
  margin-top: 0;
}
.detalhes .icone {
  margin: 0 10px 0 0;
}
.detalhes .icone,
.detalhes .texto {
  float: left;
}
.detalhes .data {
  text-align: left;
  font-size: 12px;
  line-height: 100%;
  text-transform: uppercase;
}
.detalhes .data b {
  font-size: 50px;
  display: block;
  line-height: 37px;
  padding: 0 0 10px 0;
}
.detalhes .data b sup {
  font-size: 28px;
}
.detalhes .mini-info {
  text-align: left;
  font-size: 13px;
  line-height: 100%;
  height: 80px;
  padding-bottom: 20px;
}
.detalhes .mini-info h4 {
  text-transform: uppercase;
  margin: -2px 0 0 0;
  padding: 0 0 5px 0;
  font-weight: 700;
}
.detalhes .fotos {
  float: right;
}
.detalhes .fotos img {
  margin: 0 0 0 10px;
}
.detalhes .info .fa {
  margin: 0 5px 0 0;
}
.detalhes .info .espaco {
  margin: 0 5px 0 10px;
}
.detalhes .info h1 {
  margin: -5px 0 5px 0;
  padding: 0 0 0 0;
  line-height: 150%;
}
@media (max-width: 768px) {
  .dias-do-mes .item-container {
    width: 16.66666666666667%;
  }
  .tabela .titulo h1 {
    font-size: 24px;
  }
  .tabela .icone {
    width: 45px;
  }
  .tabela .dia b {
    font-size: 20px;
    line-height: 10px;
  }
  .tabela .dia b sup {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .dias-do-mes .item-container {
    width: 8.333333333333333%;
  }
}
@media (min-width: 992px) {
  .dias-do-mes .item-container {
    width: 8.333333333333333%;
  }
}
@media (min-width: 1200px) {
  .dias-do-mes .item-container {
    width: 6.25%;
  }
}
.ADICIONADO-ARQUIVO {
  content: 'less/linkpreview.less';
}
﻿#postar {
  resize: none;
  background: #FFF;
}
#postar:focus,
#postar:hover {
  background: #FFF !important;
}
.inputsPreview {
  display: none;
}
.preview {
  padding: 0;
  color: black;
  font-size: 16px;
  display: none;
  border: 1px solid #DDD;
  border-top: 0px;
  border-bottom: 1px solid #DDD;
  margin-top: -15px;
  margin-bottom: 15px;
}
.previewImages,
.previewImage {
  color: transparent;
}
.previewButtons {
  display: none;
  float: right;
}
.previewContent {
  font-size: 11px;
  padding: 10px;
}
.previewTitle {
  font-weight: bold;
  font-size: 12px;
  margin: 0 auto 2px auto;
}
.previewTitle a {
  margin: 0 auto 0 auto;
}
.previewImages {
  max-height: 150px;
  overflow: hidden;
}
.previewImages img {
  width: 100%;
  height: auto;
}
.previewUrl {
  color: #666;
  font-size: 11px;
  margin: 0 auto 9px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.previewDescription {
  margin: 0 auto 8px auto;
}
.previewTitle span,
.previewDescription span {
  cursor: pointer;
  word-break: break-word;
}
.buttonLeftActive {
  background-image: url('../img/selectionButtons.gif');
  background-repeat: no-repeat;
  background-position: 0 -83px;
  width: 25px;
  height: 22px;
  float: left;
  cursor: pointer;
}
.buttonRightActive {
  background-image: url('../img/selectionButtons.gif');
  background-repeat: no-repeat;
  width: 25px;
  height: 22px;
  margin-right: 0;
  background-position: -25px -83px;
  float: left;
  cursor: pointer;
}
.buttonLeftDeactive {
  background-image: url('../img/selectionButtons.gif');
  background-repeat: no-repeat;
  background-position: -50px -83px;
  width: 25px;
  height: 22px;
  float: left;
}
.buttonRightDeactive {
  background-image: url('../img/selectionButtons.gif');
  background-repeat: no-repeat;
  background-position: -75px -83px;
  width: 25px;
  height: 22px;
  margin-right: 10px;
  float: left;
}
.buttonLeftActive:active {
  background-image: url('../img/selectionButtons.gif');
  background-repeat: no-repeat;
  background-position: -100px -83px;
}
.buttonRightActive:active {
  background-image: url('../img/selectionButtons.gif');
  background-repeat: no-repeat;
  background-position: -125px -83px;
}
.photoNumbers {
  font-size: 10px;
  float: left;
  margin-right: 10px;
}
.chooseThumbnail {
  font-size: 10px;
  color: #999;
  float: left;
  margin-right: 10px;
}
.previewLoading {
  margin-left: 10px;
  font-size: 16px;
  color: #23262B;
  float: right;
  display: none;
}
.inputPreview {
  padding: 0 0;
  border: 0 !important;
  font-size: 14px;
  display: block;
  width: 100%;
}
.inputPreview:focus {
  background: #FFC;
}
.previewInputTitle {
  font-size: 16px;
  font-weight: bold;
  color: #3B5998;
}
.previewInputDescription {
  font-size: 13px;
  resize: none;
}
.linkPreview,
#retrieveFromDatabase {
  margin: auto;
}
.noThumbDiv {
  color: #333;
  font-size: 11px;
}
.noThumbCb {
  vertical-align: -2px;
  margin-right: 4px;
  margin-left: 0px;
}
.nT {
  display: inline-block;
  margin-top: 3px;
  cursor: pointer;
}
.text {
  height: 60px;
  border: 1px solid #b3b3b3;
  border-bottom: 1px solid #e6e6e6;
  resize: none;
  font-family: Arial;
  padding: 5px;
  color: grey;
}
.closePreview {
  float: right;
  cursor: pointer;
  padding: 5px;
  border-radius: 5px;
  font-size: 18px;
  color: #555;
  position: relative;
  z-index: 15;
}
.closePreview:hover {
  color: #F00;
}
.closePreview:active {
  color: #900;
}
.postPreviewButton {
  padding: 4px 16px;
  background-image: url('../img/backgrounds.png');
  background-repeat: no-repeat;
  background-position: 0 -49px;
  background-color: #5B74A8;
  border-color: #29447E #29447E #1A356E;
  border: 1px solid #1a356e;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.1);
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  line-height: 13px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  color: white;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  float: right;
}
.postPreviewButton:active {
  background-image: none;
  background: #4f6aa3;
}
.postPreview {
  background: #f2f2f2;
  padding: 2px;
  border: 1px solid #b3b3b3;
  border-top: 0px;
  margin-bottom: 20px;
  margin-top: -1px;
}
.previewPosted {
  padding: 5px;
  color: black;
  font-size: 16px;
}
.previewPosted a {
  color: #3B5998;
}
.previewPosted a:hover {
  text-decoration: underline;
  color: #3B5998;
}
.especial {
  margin: 0 -15px;
  line-height: 0;
}
.especial iframe {
  width: 100%;
  height: 372px;
  margin: 0;
  padding: 0;
}
.previewImagesPosted,
.previewImages {
  cursor: pointer;
  width: 100%;
  margin-bottom: 0;
  max-height: 150px;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(.59,.13,.49,.9);
  position: relative;
}
.previewImagesPosted.semInfo,
.previewImages.semInfo {
  margin-bottom: 0;
}
.previewImagesPosted.comIframe,
.previewImages.comIframe {
  max-height: 372px;
}
.previewImagesPosted.semIframe .sombra,
.previewImages.semIframe .sombra {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px;
  line-height: 13px !important;
  background: rgba(0,0,0,0.7);
  color: #FFF;
  text-shadow: 1px 1px #000;
  font-size: 13px;
  text-align: center;
  transition: all 0.5s cubic-bezier(.59,.13,.49,.9);
}
.previewImagesPosted.expandido.semIframe,
.previewImages.expandido.semIframe {
  max-height: 500px;
}
.previewImagesPosted.expandido.semIframe .sombra,
.previewImages.expandido.semIframe .sombra {
  opacity: 0;
}
.previewImagesPosted img {
  width: 100%;
  height: auto;
}
.previewContentPosted {
  font-size: 13px;
  padding-top: 15px;
}
.previewTitlePosted,
.previewTitlePosted a {
  font-weight: bold;
  margin: 0;
  color: #3B5998;
  font-size: 16px;
}
.previewTitlePosted a:hover {
  text-decoration: underline;
  color: #3B5998;
}
.previewUrlPosted,
.previewUrlPosted a {
  color: gray !important;
  font-size: 11px;
  margin: 0 auto 9px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.previewUrlPosted a:hover {
  color: #3B5998;
  text-decoration: underline;
}
.previewDescriptionPosted {
  margin: 0 auto 8px auto;
}
.previewTitlePosted span {
  cursor: pointer;
  word-break: break-word;
}
.previewDescriptionPosted span {
  word-break: break-word;
  color: gray;
}
.previewTextPosted {
  margin-bottom: 10px;
  word-break: break-word;
}
.videoPostPlay {
  background-image: url('../img/play.png');
  height: 26px;
  width: 35px;
  z-index: 10;
  margin-left: -18px;
  margin-top: -13px;
  top: 50%;
  left: 50%;
  position: absolute;
}
.ADICIONADO-ARQUIVO {
  content: 'less/ergosum.less';
}
body {
  background: #FFF;
  overflow: auto;
}
#cl-wrapper {
  opacity: 1;
}
html,
body {
  height: 100%;
}
.noscroll {
  positiosn: fixed;
  overflow-y: scroll;
  width: 100%;
}
.navbar {
  min-height: inherit;
}
.navbar .profile-avatar {
  margin: -6px 10px -4px 0;
  max-height: 30px;
}
.esconde {
  opacity: 0;
}
body {
  background: #222;
  overflow: auto !important;
}
.pg-estante .top {
  background: #D8A75D url(../img/top.png) 50%;
  font-size: 20px;
  font-weight: bold;
  padding: 8px;
  color: #622800;
  text-shadow: 0 1px 0 rgba(255,255,255,0.4);
  text-align: center;
  box-shadow: 0 0 20px rgba(0,0,0,0.9);
  position: absolute;
  left: 0;
  right: 0;
}
.pg-estante .botao-ip {
  color: #FFF;
  text-shadow: 0 -1px rgba(0,0,0,0.6);
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 15px;
  background: rgba(236,188,144,0.49);
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,rgba(81,45,11,0.49)),color-stop(1,rgba(236,188,144,0.49)));
  background: -ms-linear-gradient(bottom,rgba(81,45,11,0.49),rgba(236,188,144,0.49));
  background: -moz-linear-gradient(center bottom,rgba(81,45,11,0.49) 0%,rgba(236,188,144,0.49) 100%);
  background: -o-linear-gradient(rgba(236,188,144,0.49),rgba(81,45,11,0.49));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(236,188,144,0.49)', endColorstr='rgba(81,45,11,0.49)', GradientType=0);
  margin: -1px 0 0 0;
  box-shadow: 0 1px 0px rgba(255,255,255,0.5), inset 0 1px 1px rgba(0,0,0,0.8);
}
.pg-estante .estante {
  width: 950px;
  margin: 0 auto;
  background: #D8A75D url(../img/bg-950.jpg) center 40px;
  padding: 40px 50px 0 50px;
  min-height: 100%;
  box-shadow: 0 20px 20px rgba(0,0,0,0.5);
}
.pg-estante .estante .item {
  float: left;
  width: 150px;
  height: 188px;
  margin: 20px 10px 28px 10px;
  text-align: center;
}
.pg-estante .estante .item .it {
  display: block;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 3px 3px rgba(0,0,0,0.7);
}
.align-middle {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.scrollbar-measure {
  width: 100px;
  height: 100px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
}
.tabela-comparacao .text-lg {
  font-size: 18px;
  color: #000;
  font-weight: 300;
  margin: 0 10px 0 0;
  text-align: right;
  float: left;
}
.circular-info {
  text-align: center;
}
.circular-info .text-lg {
  font-size: 18px;
  color: #000;
  font-weight: 300;
  margin: 0;
}
.circular-info .h4 {
  font-weight: 300;
  font-size: 32px;
  color: #000;
}
.circular-bar {
  margin: 20px auto 10px auto;
  width: 100px;
}
.circular-bar .circular-bar-chart {
  position: relative;
}
.circular-bar strong {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  position: absolute;
  top: 35%;
  width: 80%;
  left: 10%;
  text-align: center;
}
.circular-bar label {
  display: block;
  font-weight: 100;
  font-size: 17px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  width: 80%;
  left: 10%;
  text-align: center;
}
.circular-bar.circular-bar-xs {
  width: 100px;
}
.circular-bar.circular-bar-xs strong {
  display: none;
}
.circular-bar.circular-bar-xs label {
  font-size: 20px;
  left: 0;
  text-align: center;
  top: 38%;
  width: 100%;
}
.soNumero {
  font-size: 18px;
  font-weight: bold;
}
.soNumero .badge {
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
}
.btn-icone64 {
  background-position: 1% 50%;
  background-repeat: no-repeat;
  padding-left: 80px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.curtirs {
  padding: 5px 0 0 0;
}
.btns-share {
  padding: 5px 5px 0 0;
  float: left;
}
.btns-share .btn {
  margin: 0;
  padding: 4px 6px 2px 7px;
  font-size: 11px;
  float: left;
}
.btns-share .btn:first-of-type {
  border-radius: 3px 0 0 3px;
}
.btns-share .btn:last-of-type {
  border-radius: 0 3px 3px 0;
}
.btns-share .btn i {
  font-size: 11px;
}
.curtidas {
  line-height: 20px;
  font-size: 11px;
}
.curtidas a {
  color: #333;
  font-weight: 600;
}
a.btn-curtir {
  float: left;
  border: none;
  border-radius: 3px;
  background: transparent;
  background: #2E8ECE;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#2571a4),color-stop(1,#2E8ECE));
  background: -ms-linear-gradient(bottom,#2571a4,#2E8ECE);
  background: -moz-linear-gradient(center bottom,#2571a4 0%,#2E8ECE 100%);
  background: -o-linear-gradient(#2E8ECE,#2571a4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e8ece', endColorstr='#2571a4', GradientType=0);
  font-size: 11px;
  margin: 0 10px 0 0;
  color: #FFF !important;
  padding: 3px 10px;
}
a.btn-curtir i {
  font-size: 10px;
}
a.btn-curtir:hover {
  background: #2571a4;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#1b557b),color-stop(1,#2571a4));
  background: -ms-linear-gradient(bottom,#1b557b,#2571a4);
  background: -moz-linear-gradient(center bottom,#1b557b 0%,#2571a4 100%);
  background: -o-linear-gradient(#2571a4,#1b557b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2571a4', endColorstr='#1b557b', GradientType=0);
}
a.btn-curtir.btn-curtido {
  background: #7fbbe3;
  color: #FFF !important;
}
a.btn-curtir.desab {
  background: #EEE;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#d5d5d5),color-stop(1,#EEE));
  background: -ms-linear-gradient(bottom,#d5d5d5,#EEE);
  background: -moz-linear-gradient(center bottom,#d5d5d5 0%,#EEE 100%);
  background: -o-linear-gradient(#EEE,#d5d5d5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#d5d5d5', GradientType=0);
  color: #444 !important;
  cursor: default;
}
.prontoPostar {
  display: none;
}
.temFotos #postar-foto {
  border-bottom: 0;
}
.temFotos .dropzone {
  margin-top: -15px;
  margin-bottom: 15px;
  padding: 0px 0 0 0;
  border: 1px solid #CCC;
  border-top: 1px dashed #CCC;
}
.temFotos .prontoPostar {
  display: block;
}
body.public-post .barraTopo {
  margin-bottom: 0;
}
body.public-post .cl-mcont {
  padding-top: 20px;
  min-height: 800px;
}
#formBusca {
  padding: 8px;
  position: relative;
  display: block;
}
#formBusca #gbusca,
#formBusca input[type="text"] {
  border: 0;
  border-radius: 3px;
  padding: 5px;
  font-size: 12px;
  color: #272930;
  width: 100%;
}
#formBusca #enviar-gbusca {
  display: block;
  border: 0;
  background: transparent;
  position: absolute;
  top: 12px;
  right: 12px;
}
.typeahead {
  z-index: 1051;
}
.tt-dropdown-menu {
  color: #333;
  width: 350px;
  margin-top: 0px;
  padding: 5px 0;
  background-color: #FFF;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
  box-shadow: 0 2px 3px rgba(0,0,0,0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  overflow: auto;
  max-height: 300px;
}
span.twitter-typeahead .tt-suggestion {
  display: block;
  padding: 5px 6px;
  height: 50px;
  line-height: 100%;
}
span.twitter-typeahead .tt-suggestion > p {
  display: block;
  padding: 4px 0 3px 0;
  font-weight: 600;
  height: 20px;
  overflow: hidden;
}
span.twitter-typeahead .tt-suggestion .foto {
  max-height: 40px;
  float: left;
  margin-right: 10px;
}
span.twitter-typeahead .tt-suggestion span {
  font-size: 11px;
  color: #777;
  display: block;
  padding: 0 0 2px 0;
}
span.twitter-typeahead .tt-suggestion span i {
  font-size: 9px;
}
.tt-suggestion p {
  margin: 0;
}
ul.timeline li .content blockquote {
  border-left: 0;
}
.limitarLargura {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}
.postar-input {
  border-radius: 0;
}
.post .post-where .fa-caret-right {
  margin: 0 6px;
  color: #CCC;
}
.post .dropdown .btn-link {
  padding: 0;
  color: #999;
  line-height: 14px;
  margin: 0 0 0 10px;
}
.post .dropdown .dropdown-menu li {
  height: auto;
  min-height: inherit;
  width: auto;
  min-width: inherit;
  margin-bottom: 0;
}
.post .dropdown-menu {
  box-shadow: none;
  border: 1px solid #E0E0E0;
  border-radius: 5px 0 5px 5px;
}
.post .dropdown-menu:before {
  position: absolute;
  top: -7px;
  right: -1px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-left: 7px solid transparent;
  border-bottom-color: #CCC;
  content: '';
}
.post .dropdown-menu:after {
  position: absolute;
  top: -6px;
  right: 0;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #FFF;
  border-left: 6px solid transparent;
  content: '';
}
.comentarios {
  background: #F0F0F0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
  margin: 1px -10px -10px -10px;
  padding: 5px 0 0 0;
}
.comentarios .comentario .remover-comentario {
  opacity: 0;
  margin: 0 10px 0 0;
}
.comentarios .comentario:nth-child(2n) {
  background: #F9F9F9;
}
.comentarios .comentario:hover {
  background: #FFD;
}
.comentarios .comentario:hover .remover-comentario {
  opacity: 1;
  color: #777;
}
.comentarios .comentario .user-name {
  font-weight: 700;
}
.comentarios .comentario .comentario-texto {
  padding: 5px 0;
  line-height: 120%;
}
.comentarios .comentario .comentario-texto small {
  display: block;
}
.comentarios .avatar {
  padding: 5px 0 5px 10px;
}
.comentarios .avatar img {
  margin: 0 10px 0 0;
  border-radius: 3px;
}
.comentarios form {
  padding: 5px 5px 5px 0;
}
.comentarios .form-control {
  border-radius: 0;
  font-size: 11px;
  padding: 7px 5px;
  height: 30px;
  background: #FFF FF;
  border: 0;
  resize: none;
  color: #333;
  font-family: Verdana, Geneva, sans-serif;
}
.comentarios .form-control:focus {
  background: #FFF;
}
.text-blue {
  color: #2980B9;
}
.text-red {
  color: #DF4B33;
}
.navbar h3 {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 34px;
  font-weight: 300;
  color: #FFF;
  padding-left: 5px;
  vertical-align: middle;
}
.navbar h3 span.div {
  color: #999;
  padding: 0 10px;
  font-size: 12px;
  line-height: 32px;
}
.fa.mw20 {
  min-width: 15px;
  text-align: center;
}
.text-dark {
  color: #555;
}
.tabelaDIV .item {
  display: block;
  font-weight: normal;
  padding: 5px 0 5px 5px;
  line-height: 20px;
}
.tabelaDIV .item .checkbox {
  margin-right: 5px;
}
.tabelaDIV .item:hover {
  background: #F0F0F0;
  color: #000;
}
table.naoTabulada td {
  padding: 20px;
}
table.naoTabulada .statusProgresso .progress {
  margin-top: 10px;
}
table.naoTabulada td.comborda {
  border-left-width: 2px !important;
  border-left-style: solid !important;
}
table.naoTabulada .borda-danger {
  border-left-color: #DF4B33 !important;
}
table.naoTabulada .borda-info {
  border-left-color: #5BC0DE !important;
}
table.naoTabulada .borda-primary {
  border-left-color: #5BC0DE !important;
}
table.naoTabulada .borda-success {
  border-left-color: #4cac4c !important;
}
table.naoTabulada .borda-warning {
  border-left-color: #FF9900 !important;
}
.form-horizontal .control-label {
  font-size: 14px;
  word-break: keep-all;
  display: block;
}
.ordem {
  cursor: pointer;
}
.well hr {
  border-color: #DFDFDF;
}
.badge {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10px;
  line-height: 12px;
  padding: 3px 6px 4px 6px;
}
.items table.no-border thead th {
  font-weight: 700;
  border-bottom-width: 3px;
}
.filters .btn {
  margin-bottom: 0 !important;
}
#escopoRolagem {
  font-size: 14px;
}
#escopoRolagem label {
  font-weight: 400;
}
#escopoRolagem b {
  font-weight: 700;
  padding-top: 7px;
  display: block;
}
.dropzone.anexos .dz-preview {
  padding-bottom: 5px;
  position: relative;
}
.dropzone.anexos .dz-preview .dz-details {
  width: auto;
  min-width: 200px;
  height: auto;
}
.dropzone.anexos .dz-preview .dz-progress {
  top: 1px;
  left: 1px;
  right: 1px;
}
@media (max-width: 767px) {
  #part {
    min-height: 700px;
  }
}
.ms-container .custom-header {
  background: #23262B;
  color: #FFFFFF;
  padding: 7px 10px;
  font-size: 14px;
  border-radius: 3px 3px 0 0;
}
.ms-container .ms-optgroup-label {
  margin: 0;
  padding: 5px;
  cursor: pointer;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  border: none;
  background: none;
  border-bottom: 1px #eee solid;
}
@media (max-width: 768px) {
  ul.timeline li > .avatar,
  ul.timeline li > .date {
    display: none;
  }
  ul.timeline li .content {
    margin-left: 0;
  }
  ul.timeline li .content:before,
  ul.timeline:after,
  ul.timeline:before {
    rotate: 0;
    content: '';
    border: none;
    background: transparent;
  }
  ul.timeline li .content blockquote {
    padding: 0;
  }
  ul.timeline li .content blockquote p {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .pull-right-sm {
    float: right;
  }
  .pull-left-sm {
    float: left;
  }
  .text-right-sm {
    text-align: right;
  }
  .text-center-sm {
    text-align: center;
  }
  .text-left-sm {
    text-align: left;
  }
}
@media (min-width: 992px) {
  #formBusca {
    float: right;
  }
  #formBusca #gbusca,
  #formBusca input[type="text"] {
    width: 350px;
  }
  .pull-right-md {
    float: right;
  }
  .pull-left-md {
    float: left;
  }
  .text-right-md {
    text-align: right;
  }
  .text-center-md {
    text-align: center;
  }
  .text-left-md {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  #formBusca {
    float: right;
  }
  #formBusca #gbusca,
  #formBusca input[type="text"] {
    width: 350px;
  }
  .pull-right-lg {
    float: right;
  }
  .pull-left-lg {
    float: left;
  }
  .text-right-lg {
    text-align: right;
  }
  .text-center-lg {
    text-align: center;
  }
  .text-left-lg {
    text-align: left;
  }
}
.attrItens .item {
  font-size: 20px;
  display: block;
  padding: 20px;
}
.attrItens .item b {
  font-size: 36px;
  margin: 0 10px 0 0;
  font-weight: 300;
}
