body, html {
  margin: 0px;
  background: #173a4e;
  overflow: hidden;
  font-family: "Helvetica Neue",Helvetica,Arial, sans-serif;
}

.white {
  background-color: #FFF;
}

.aliceblue {
  background-color: aliceblue;
}

.login-messages {
  position: absolute;
  margin-top: -54px;
  z-index: 5;
}

.user-login img {
  margin: 0 auto 18px auto;
}

.img-center {
    margin:0 auto;
}

.area-login {
  /*padding-top: 10%;*/
  /*background-color: #0b2331;*/
  /*border-radius: 15px;*/
  height: 100%;
  width: 35% !important;
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.identificacao{
  color: #ffffff;
  font-size: smaller;
  padding-bottom: 10px;
}
.top-buffer {
  /*margin-top: 10%;*/
}

.minor-top-buffer {
  margin-top: 10%;
}

.logo-name{
  padding-top: 10px;
}

.logo-name span {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Mandali', sans-serif;
  font-size: 60px;
}

hr.divider {
  border-top: 1px solid #344586 !important;
  margin-top: 15px;
  margin-bottom: 15px;
}

.access-login {
  width: 100%;
}

.system-info {
  color: #eee;
  position:absolute;
  z-index: 2;
  bottom:0;
  width:100%;
  height:40px;
  margin-bottom: 1%;
  margin-left: -1%;
  font-size: 12px;
}

#menus {
  width: 100%;
  height: auto;
  top: 2%;
  left: 0;
  text-align: center;
  position: absolute;
  font-size: 16px;
}

#menus a {
  margin-right: 25px;
  text-decoration: none;
}

#menus a:hover {
  color: #F73A89;
}

#noticias {
  width: 600px;
  margin: 0 auto;
  text-align: left;
}

#noticias img {
  margin: 0 auto;
}

.linha_noticia {
  margin-bottom: 10px;
  display: block;
}

.mais-noticias {
  float: right;
}

.noticias-destaque-logo {
  width: 25px;
  height: 25px;
  float: left;
  margin-right: 10px;
}

.overflowy {
  overflow: auto !important;
}

.noticias-title {
  padding-bottom: 57px;
  padding-left: 50px;
  height: 53px;
  color: #152255;
  font-size: 40px;
  top: 0;
  left: 1%;
  position: absolute;
  border-bottom: 1px solid #F73A89;
  background: url('../../imagens/logo_brand.png') no-repeat left;
  background-size: 40px 40px;
}

.panel{
  background-color: rgba(255, 255, 255, 0.05) !important;
}

.panel-primary {
  /*height: 95%;
  max-height: 95%;*/
  background-color: #c7c7c7;
}

.panel-body {
  padding: 10px;
  background-color: #173a4e;
  /*height: 87%;*/
}

.outras-noticias {
  font-size: smaller;
  font-size: 11px;
  border-top: none;
  padding-top: 8px;
}

.panel-primary>.panel-heading {
    color: #fff;
    /*background-color: #222c52 !important;
    border-color: #222c52;*/
    background-image: none;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 6px 6px 0 0;
    border-color: rgba(255, 255, 255, 0.1);;
}
.panel-primary {
  border-color: #c7c7c7;
  border-radius: 8px 8px 8px 8px;
  
}

.msg-noticia{
   position: fixed;
    height: 14%;
    font-size: 15px;
    width: 27%;
    color: #fff;
    margin-left: 17%;
    margin-top: 20%;
    padding: 28px;
    text-align: center;
}

.altura60{
  height:60% !important;
  max-height: 60%;  /* <-- altura maxima */
}
.altura20{
  height:30% !important;
  max-height: 30%;  /* <-- altura maxima */
}
.panel-body {
  height:82.2%;
  overflow-x:hidden;
  overflow-y:visible;
}
.panel-body::-webkit-scrollbar {
  width: 12px;
}
 
.panel-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
.panel-body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

.panel-footer {
  background-color: #173a4e !important;
  border-top: 1px solid #0b2331 !important;
  height: 28px;
  border-radius: 0px 0px 8px 8px;
  padding: 5px 15px !important;
}

.area-noticias {
  padding-top: 50px;
  /*background-color: #263365;*/
  /*border-radius: 15px;*/
  height: 100%;
  overflow-x:hidden;
  overflow-y:visible;
  width: 65% !important;
  /*display: none;*/
}

.area-noticias::-webkit-scrollbar {
  width: 12px;
  height: 300px;
}

.area-noticias::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}

.area-noticias::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}


 .area-noticias>.col-xs-4 {
  /*height: 100%;*/
 }
.nav {
  font-size: 11px;
}

.esconde .naologado {
  display: block;
}

li {
  list-style-type: none;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 2px 0px;
  color: #ffffff;
  text-decoration: none;
}
.nav>li>a:hover {
  background-color: #0f2c3d !important;
  text-decoration: none;
}

.nav>li>a:active {
  background-color: #0f2c3d !important;
  text-decoration: none;
}

.nav>li>a:visited {
  background-color: #0f2c3d !important;
  text-decoration: none;
}

.list-group {
  border-radius: none; 
  -webkit-box-shadow: none; 
  box-shadow: none;
  font-size: smaller; 
}

.login{
  margin-top: 50px;
}

.area-login{
  padding-top: calc(0% - 2em);
}

.area-login::-webkit-scrollbar {
  width: 12px;
  height: 300px;
}

.area-login::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}

.area-login::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}


.modal-content {
    padding: 10px;
    border-left: 12px solid darkred;
    /* background-color: indianred; */
    color: darkred;
}

.copyright{
  margin-top: 30px; 
  margin-bottom: 2px; 
  color: #fff;
}

.copyright-solucoes{
  color: #fff;
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/

/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-xs-min) { 
  .altura60{
    height:30% !important;
    max-height: 30%;  /* <-- altura maxima */
  }
  .altura20{
    height:12% !important;
    max-height: 12%;  /* <-- altura maxima */
  }
}

/* for 980px or less */
@media screen and (min-width: 992px){
.col-md-9 {
    width: 70%;
}

@media screen and (min-width: 992px){
.col-md-3 {
   width: 30%;
  }
}

@media screen and (max-width: 980px) {
  
  #wrap-login100 {
    width: 30%;
  }
}

/* for 700px or less */
@media screen and (max-width: 700px) {

   #wrap-login100 {
    width: auto;
    float: none;
  }

}

/* for 480px or less */
@media screen and (max-width: 480px) {

  #wrap-login100 {
    width: auto;
    float: none;
  }

}