html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  color: #747474;
}
.col-l-0 {
  padding-left: 0 !important;
}
.col-r-0 {
  padding-right: 0 !important;
}
#container-geral {
  min-height: 100%;
  position: relative;
  padding: 0 !important;
}
#container-geral #container-conteudo {
  padding-bottom: 30px;
  min-height: 600px;
  margin-top: 10px;
  padding-right: 0;
  padding-left: 0;
}
#container-geral #container-conteudo #conteudo {
  padding-bottom: 50px;
}
#container-geral #container-conteudo #conteudo .box-title {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
#container-geral #container-conteudo #conteudo .box-title h4 {
  float: left;
  font-size: 20px;
  font-weight: 300;
}
#container-geral #container-conteudo #conteudo .box-descricao {
  margin-bottom: 20px;
}
#container-geral #container-conteudo #conteudo .box-descricao p {
  margin: 0;
}
#loading-box {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
}
#loading-box .background-opacity {
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  left: 0;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
}
#loading-box .box-carregando {
  text-align: center;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #FFF;
  font-size: 18px;
  width: 290px;
  height: 70px;
}
#loading-box .box-carregando img {
  margin: 0 auto;
}
.label-radio {
  cursor: pointer;
  font-weight: normal;
}
a {
  color: #696969;
}
.left-100-width {
  width: 100%;
  float: left;
}
.btn.btn-primary {
  background-color: #4690c3;
  color: #fff !important;
}
.btn.btn-primary:hover {
  color: #fff;
  background-color: #4580b2;
}
.btn.btn-warning {
  background-color: #fdc75a;
  color: #fff !important;
}
.btn.btn-warning:hover {
  color: #fff;
  background-color: #e8b257;
}
table {
  border: 1px solid #e5e5e5;
}
table tr.highlight {
  background-color: #fff4af !important;
}
table tr td.valign {
  vertical-align: middle;
}
table tr td label {
  text-align: left;
  font-weight: normal;
}
.breadcrumb {
  background-color: transparent;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.red {
  color: #ff0000;
}
.green {
  color: #4cae4c;
}
header.border-shadow-botton {
  -moz-box-shadow: 0 4px 4px rgba(160, 160, 160, 0.4);
  -webkit-box-shadow: 0 4px 4px rgba(160, 160, 160, 0.4);
  box-shadow: 0 4px 4px rgba(160, 160, 160, 0.4);
}
header #header-mobile-title {
  background: #FFC848;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  margin-top: 10px;
}
header #header-mobile-title h2 {
  font-size: 14px;
  margin: 0;
  text-align: center;
  padding: 0;
  font-weight: bold;
}
header #btn-mobile .navbar-default button {
  margin-right: 0;
}
header #logo {
  margin-top: 5px;
}
header #logo img {
  max-width: 100%;
}
header #login-box {
  float: left;
  width: 100%;
  margin-top: 5px;
}
@media (max-width: 480px) {
  header #login-box {
    margin-top: 15px;
  }
}
header #title-header h2 {
  background: #FFC848;
  float: left;
  padding: 10px;
  font-style: italic;
  font-size: 16px;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 5px;
}
header #accessibility-box {
  margin-top: 10px;
  float: right;
  height: 28px;
  width: 156px;
  padding: 5px 0 5px 5px;
  background: url("lib/images/bg-accessibility-box.png") no-repeat scroll 0 -15px transparent !important;
}
header #accessibility-box .btns-invert {
  float: left;
  margin-right: 10px;
}
header #accessibility-box .btns-invert .btn-left {
  float: left;
  background-image: url("lib/images/inverter-left.png");
  width: 19px;
  height: 17px;
  cursor: pointer;
}
header #accessibility-box .btns-invert .btn-right {
  float: left;
  background-image: url("lib/images/inverter-right.png");
  width: 18px;
  height: 17px;
  cursor: pointer;
}
header #accessibility-box .btns-fonts {
  float: left;
  color: #FFF !important;
}
header #accessibility-box .btns-fonts .btn-increase {
  float: left;
  cursor: pointer;
  padding: 0 5px 0 5px;
  font-size: 13px !important;
}
header #accessibility-box .btns-fonts .btn-reset {
  float: left;
  cursor: pointer;
  padding: 0 5px 0 5px;
  font-size: 13px !important;
}
header #accessibility-box .btns-fonts .btn-decrease {
  float: left;
  cursor: pointer;
  padding: 0 5px 0 5px;
  font-size: 13px !important;
}
@media (max-width: 768px) {
  header {
    -moz-box-shadow: 0 4px 4px rgba(160, 160, 160, 0.4);
    -webkit-box-shadow: 0 4px 4px rgba(160, 160, 160, 0.4);
    box-shadow: 0 4px 4px rgba(160, 160, 160, 0.4);
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
footer {
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fdc75a;
}
footer p {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
  color: #6e6f6f;
}
#menu-bar {
  background: #FFE19C;
  -moz-box-shadow: 0 4px 4px rgba(160, 160, 160, 0.4);
  -webkit-box-shadow: 0 4px 4px rgba(160, 160, 160, 0.4);
  box-shadow: 0 4px 4px rgba(160, 160, 160, 0.4);
}
#menu-bar .menu-item a {
  font-weight: bold;
}
#menu-bar .menu-item a.active {
  background: #FEF1D1;
}
#menu-bar .menu-item a:hover {
  background: #FEF1D1;
}
nav#menu-icons {
  margin-bottom: 30px;
  float: left;
  width: 100%;
  margin-top: 25px;
}
nav#menu-icons .menu-item {
  text-align: center;
  min-height: 178px;
}
nav#menu-icons .menu-item a {
  color: #696969 !important;
  font-weight: 800;
  /*
      .menu-img-1{
        background-image: url("lib/images/img-icon-1.png");
      }
      .menu-img-2{
        background-image: url("lib/images/img-icon-2.png");
      }
      .menu-img-3{
        background-image: url("lib/images/img-icon-3.png");
      }
      .menu-img-4{
        background-image: url("lib/images/img-icon-4.png");
      }
      .menu-img-5{
        background-image: url("lib/images/img-icon-5.png");
      }
      */
}
nav#menu-icons .menu-item a .menu-icon {
  max-width: 115px;
  width: 100%;
  margin: auto;
  display: inline-block;
}
nav#menu-icons .menu-item a .menu-icon img {
  width: 100%;
}
nav#menu-icons .menu-item a p {
  margin-bottom: 0;
  font-size: 12px;
}
nav#menu-icons .menu-item a:hover {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
nav#menu-icons .menu-item a.active {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.box-list {
  margin-top: 35px;
  margin-bottom: 20px;
  height: 350px;
}
.box-list .inner-box {
  position: relative;
  padding-bottom: 15px;
  height: 350px;
}
.box-list .inner-box .img-box {
  width: 100%;
  height: 130px;
  overflow: hidden;
  margin-bottom: 10px;
}
.box-list .inner-box .img-box img {
  width: auto;
  display: block;
  height: 100%;
  margin: 0 auto;
}
.box-list .inner-box .title-box {
  height: 33px;
  float: left;
  width: 100%;
  overflow: hidden;
}
.box-list .inner-box .title-box h3 {
  font-weight: 800;
  font-size: 14px;
  margin: 0;
}
.box-list .inner-box .descricao-box {
  float: left;
  width: 100%;
  height: 120px;
  text-align: justify;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 15px;
}
.box-list .inner-box .info-box {
  max-height: 40px;
  overflow: hidden;
}
.box-list .inner-box .info-box.info-box-lg {
  max-height: 80px;
}
.box-list .inner-box .inner-box-line {
  border-bottom: 1px solid #747474;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: 15px;
}
.box-list.box-md {
  height: 400px;
}
.box-list.box-md .inner-box {
  height: 400px;
}
.box-gray {
  background-color: #f3f3f4;
  padding-top: 15px;
  margin-bottom: 35px;
}
.box-gray .box-header {
  margin-left: -25px;
}
.box-gray .box-header h3 {
  background-color: #fff28c;
  padding: 15px 20px 15px 25px;
  text-transform: uppercase;
  font-weight: bold;
}
.box-gray .box-header .triangle-effect {
  width: 100%;
  float: left;
  height: 8px;
  background-image: url("lib/images/bg-triangulo.png");
  background-repeat: no-repeat;
  background-position: left;
}
.box .box-container {
  border: 1px solid #f0f3f8;
  background-color: #FFF;
}
.box .box-container table {
  margin-bottom: 10px;
}
.box .box-container table thead {
  background-color: #fff28c;
  text-transform: uppercase;
}
.box .box-container table thead tr th {
  padding-top: 15px;
  padding-bottom: 15px;
  border: none;
}
.box .box-container table tbody tr {
  background-color: #FFF;
  padding-left: 10px;
  padding-right: 10px;
}
.box .box-container table tbody tr td {
  border-top: 1px solid #f0f3f8;
  text-transform: uppercase;
  padding: 10px;
  font-weight: bold;
}
.box .box-container table tbody tr td i {
  color: #5bd1a0;
  margin-right: 5px;
}
.box .box-container table tbody tr:first-child td {
  padding-top: 15px;
  border-top: none;
}
.box-tabs {
  border: 1px solid #f0f3f8;
  background-color: #FFF;
  padding-top: 20px;
  padding-bottom: 20px;
}
.box-tabs .box-header {
  width: 100%;
  float: left;
  border-bottom: 1px solid #e9edef;
  margin-bottom: 10px;
}
.box-tabs .box-header h3 {
  text-transform: uppercase;
  font-size: 18px;
  margin: 0;
  float: left;
}
.box-tabs .box-header ul {
  float: right;
  border: none;
  list-style: none;
}
.box-tabs .box-header ul li {
  margin-bottom: -4px;
  float: left;
  margin-right: 10px;
}
.box-tabs .box-header ul li a {
  border: none;
  font-size: 16px;
  font-weight: bold;
}
.box-tabs .box-header ul li a:hover {
  background-color: #FFF;
  border-bottom: 8px solid #ffed32;
}
.box-tabs .box-header ul li.active a {
  border: none;
  border-bottom: 8px solid #ffed32;
}
.box-tabs .btn.btn-success:hover {
  color: #fff28c;
}
.box-simple-form {
  border: 1px solid #e5e5e5;
  max-width: 960px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.box-simple-tab {
  border: 0px solid #e5e5e5;
  max-width: 960px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #016ab5b6;
  background-image: linear-gradient( #62beffc4, #016ab5b6);
  border-radius: 10px;
  font-weight: bold;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: #e5e5e5;
  cursor: default;
  background-color: #0f6bad00;
  border: 0px solid #ddd;
  border-bottom-color: transparent;
}
.box-simple-tab a {
  color:  #555;
}
.form-label {
  color: blue;
  font-weight: bold;
  padding-top: 2vw;
  padding-bottom: 0.5vw;
  margin-left: 2vw;
}
.box-simple-form .form-complex .form-body .form-body-title {
  float: left;
  width: 100%;
}
.box-simple-form .form-title {
  padding-left: 15px;
  padding-right: 15px;
}
.box-simple-form .form-title h3 {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}
.box-simple-form .form-body {
  padding-top: 15px;
  display: inline-block;
  width: 100%;
}
.box-simple-form .form-body .form-group {
  display: inline-block;
  width: 100%;
}
.box-simple-form .form-body .form-body-title {
  margin-top: 25px;
}
.box-simple-form .form-body .form-body-title h3 {
  text-align: center;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}
.box-simple-form .form-body label {
  padding-top: 7px;
  text-align: left;
}
@media (min-width: 992px) {
  .box-simple-form .form-body label {
    text-align: right;
  }
}
.box-simple-form .form-body .form-input-margin > div {
  margin-bottom: 10px;
}
.box-simple-form .form-body .form-input-margin > div .form-control.selectize-control {
  height: 34px;
}
.box-simple-form .form-footer {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 15px;
}
.box-info {
  margin-top: 25px;
  border: 1px solid #e5e5e5;
  margin-bottom: 15px;
}
.box-info .box-info-header {
  padding-left: 15px;
  padding-right: 15px;
}
.box-info .box-info-header h3 {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 18px;
}
.box-info .box-info-body {
  margin-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
}
.label-form-modal {
  padding-top: 7px;
  padding-left: 15px;
  padding-right: 15px;
}
body.inverse {
  background-color: #000 !important;
  color: #FFF !important;
}
body.inverse div#container-geral {
  background-color: #000 !important;
}
body.inverse div#container-geral header {
  background-color: #000 !important;
  background: none;
}
body.inverse div#container-geral header div.container {
  background-color: #000 !important;
}
body.inverse div#container-geral header div.container .info-line h4 {
  color: #fff !important;
}
body.inverse div#container-geral #container-conteudo {
  background-image: none !important;
  background-color: #000 !important;
}
body.inverse div#container-geral #container-conteudo #conteudo {
  background-color: #000 !important;
  background: none !important;
}
body.inverse div#container-geral #container-conteudo #conteudo .box-title {
  color: #6e6f6f !important;
}
body.inverse .box-list .inner-box .inner-box-line a {
  color: #FFF !important;
}
body.inverse .box-gray {
  background-color: #7d7d7e !important;
}
body.inverse .box-gray .box-header {
  color: #6e6f6f !important;
}
body.inverse .box .box-container {
  background-color: #7d7d7e !important;
}
body.inverse .box .box-container table thead th {
  color: #6e6f6f !important;
}
body.inverse .box .box-container table tbody tr {
  background-color: #7d7d7e !important;
}
body.inverse .box-tabs {
  background-color: #7d7d7e !important;
}
body.inverse .box-tabs .box-header ul li a {
  color: #FFF;
}
body.inverse .box-tabs .box-header ul li.active a {
  color: #FFF !important;
  background-color: #7d7d7e !important;
}
body.inverse .box-tabs .box-header ul li:hover a {
  color: #FFF !important;
  background-color: #7d7d7e !important;
}
body.inverse table tbody tr {
  background-color: #7d7d7e !important;
}
body.inverse .jumbotron {
  background-color: #7d7d7e !important;
}
body.inverse .breadcrumb a {
  color: #FFF !important;
}
body.inverse .breadcrumb span {
  color: #FFF !important;
}
body.font-smaller {
  font-size: 8px;
}
body.font-small {
  font-size: 10px;
}
body.font-medium {
  font-size: 16px;
}
body.font-large {
  font-size: 20px;
}
body.font-larger {
  font-size: 28px;
}
.link {
  color: blue;
  margin-left: 1px;
  font-weight: bold;
}
.nomeUsuario {
  font-style: italic;
}

.partialMsgConsulta {
  padding-left: 2vw;
  padding-bottom: 5vw;
 
}
