* {
  font-family: Arial, Helvetica, sans-serif;
}
body {
  background: #EEE;
  margin-bottom: 50px;
  margin-top: 50px;
}

#linkBi td {
  vertical-align: middle;
}

.title-esprometro {
  border-radius: 10px;
  font-size: 24px;
  text-align: center;
  background-color: #4e98e0;
  color: white;
  padding: 10px;
}

.box-esprometro {
  width: 90px;
  border: 2px solid #4e98e0;
  padding: 2px;
  background-color: #d1e9ff;
  text-align: center;
  border-radius: 10px;
}

.text-esprometro {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  color: black;
}

.box {
  transition: box-shadow .3s;
  border-radius:10px;
  border: 1px solid #ccc;
  padding: 15px;
}
.box:hover {
  box-shadow: 0 0 11px rgba(33,33,33,.2); 
}

.banner {
  margin-top: 20px;
  max-width: 1140px;
  text-align: center !important;
}
.nav > li > a:hover {
  background-color: transparent;
}
.nav > li > a:focus {
  background-color: transparent;
}
.nav .open > a {
  background-color: transparent;
}
.nav .open > a:hover {
  background-color: transparent;
}
.nav .open > a:focus {
  background-color: transparent;
}
.firstMenu {
  background-color: #708FA1 !important;
  border-color: #708FA1;
}
.firstMenu a {
  color: #FFFFFF !important;
}
.miniLogo img {
  width: 45% !important;
  margin: 5%;
}
.miniLogoVert {
  list-style-type: none;
}
.miniLogoVert img {
  display: none;
}
.navbar-nav a {
  font-size: 13px;
}
.navbar-nav > li {
  padding: 15px 8px;
  color: #FFF;
}
.navbar-nav > li > a {
  padding: 0;
}
.navbar-nav > li.dropdown {
  padding: 0;
}
.navbar-collapse .dropdown-toggle {
  padding: 10px 5px 8px 5px;
}
.navbar-collapse .dropdown-toggle strong {
  font-size: 12px;
}
.navbar-collapse .dropdown-toggle span {
  font-size: 11px;
  width: 300px;
  display: block;
}
.user-title {
  line-height: 1.1em;
  text-align: right;
}
.user-title span {
  color: #d7d7d7;
}
.dropdown-menu .divider {
  margin: 4px 0;
}
/*.secondary {
  background-color: #2B568D !important;
  border-top: 4px solid #254a79;
}*/
.secondary .navbar-nav > li {
  padding: 0;
  z-index: 100;
}
.secondary .navbar-nav > li a > img {
  filter: brightness(0.9);
  -moz-filter: brightness(0.9);
  -webkit-filter: brightness(0.9);
  -ms-filter: brightness(0.9);
  -o-filter: brightness(0.9);
}
.secondary .navbar-nav > li a > img:hover {
  filter: brightness(1);
  -moz-filter: brightness(1);
  -webkit-filter: brightness(1);
  -ms-filter: brightness(1);
  -o-filter: brightness(1);
}
.secondary a {
  color: #FFFFFF !important;
}
.button {
  display: table;
  float: left;
  text-align: center;
  color: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  font-size: 13px;
  width: 100px;
  height: 140px;
  margin-top: -4px;
  filter: brightness(0.97);
  -moz-filter: brightness(0.97);
  -webkit-filter: brightness(0.97);
  -ms-filter: brightness(0.97);
  -o-filter: brightness(0.97);
}
.button:hover {
  filter: brightness(1.07);
  -moz-filter: brightness(1.07);
  -webkit-filter: brightness(1.07);
  -ms-filter: brightness(1.07);
  -o-filter: brightness(1.07);
}
.button > .iconMenu {
  margin: 15px 0;
  font-size: 50px;
}
.button > .aceIcon {
  margin: 5px 0;
  font-size: 50px;
}
.button p {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}
a.vejamais {
  display: none;
  color: #FFF;
  padding: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  background: #666;
  text-align: center;
  font-size: 13px;
}
a.vejamais:link {
  color: #FFF;
  text-decoration: none;
}
a.vejamais:hover {
  color: #EEE;
  text-decoration: none;
  background: #777;
}
a.vejamais:active {
  color: #EEE;
  text-decoration: none;
}
a.vejamais:visited {
  color: #EEE;
  text-decoration: none;
}
a.vejamenos {
  display: none;
  color: #FFF;
  padding: 5px;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  background: #666;
  text-align: center;
  font-size: 13px;
}
a.vejamenos:link {
  color: #FFF;
  text-decoration: none;
}
a.vejamenos:hover {
  color: #EEE;
  text-decoration: none;
  background: #777;
}
a.vejamenos:active {
  color: #EEE;
  text-decoration: none;
}
a.vejamenos:visited {
  color: #EEE;
  text-decoration: none;
}
.comentar {
  border-left: 5px solid #CCC;
  display: none;
  background: #EEE;
  border-top: 1px solid #DDD;
}
.comentar textarea {
  border: 1px solid #DDD;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.comentarios {
  border-left: 5px solid #CCC;
  display: none;
  border-top: 1px solid #DDD;
  height: 200px;
  overflow-y: scroll;
  background: #EEE;
}
.comentarios h4 {
  color: #666;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 0;
}
.comentarios p {
  color: #999;
  font-size: 13px;
  background: #F8F8F8;
  margin-right: 114px;
  min-height: 24px !important;
}
.comentarios .media {
  margin: 4px;
  padding: 5px;
  background: #FFF;
}
.comentarios .media:first-child {
  margin-top: 5px;
}
html {
  position: relative;
  min-height: 100%;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-color: #708FA1;
}
.footer p {
  margin-top: 15px;
  color: #DDD;
}
.fc th {
  border: 1px solid #708FA1;
}
.fc td {
  border: 1px solid #708FA1;
}
.fc-event {
  background: #708FA1;
  border: 1px solid #638497;
}
.fc-event:hover {
  background: #9FB4C1;
  border: 1px solid #638497;
  cursor: default;
}
.fc-unthemed .fc-today {
  background-color: #EEE;
}
.fc-state-highlight {
  background: #CED8DF;
}
.tooltip-inner {
  white-space: pre-wrap;
  text-align: left;
  color: #CCC;
}
.tooltip-inner strong {
  color: #FFF;
}
.tooltip {
  position: fixed;
}
.calendar-mini th {
  text-align: center;
  font-size: 11px;
  padding: 5px;
}
.calendar-mini td {
  text-align: center;
  font-size: 11px;
  padding: 5px;
}
.calendar-mini td:hover {
  background: #CED8DF;
}
.calendar-mini td.active {
  background: #708FA1;
  color: #FFF;
}
.iconMenu {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 50px;
  width: 50px;
}
.aceIcon {
  margin-top: 10px;
  margin-bottom: 10px;
}
span[class^="link-"] {
  color: #337ab7;
  cursor: pointer;
}
.enquete {
  margin: 5px;
  font-size: 13px;
}
.enquete label {
  font-weight: normal;
}
.enquete hr {
  margin: 10px 0;
}
.enquete #titleQuiz {
  font-weight: bold;
}
.respEnquete {
  margin-top: 10px;
  margin-bottom: -5px;
}
.progress {
  height: 20px;
  position: relative;
}
.progress > .progress-type {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px 2px 10px;
  color: #ffffff;
  background-color: rgba(25, 25, 25, 0.3);
}
.progress > .progress-completed {
  position: absolute;
  right: 0;
  padding: 1px 10px 2px;
}
.menuUser {
  height: 10px;
  margin-right: -160px;
  width: 100px;
}
.menuUser .subMenuUser {
  margin-right: 70px !important;
  margin-top: 12px !important;
}
.lnkServicos {
  height: 10px;
}
#btnService {
  background-color: #2B568D;
  border-color: #2B568D;
  color: white;
  margin-right: 5px;
}
.tbnService {
  background-color: white !important;
}
.navbar-toggle > li:hover {
  background-color: #628395 !important;
}
.alertsys {
  margin: 0;
  padding: 5px 15px;
}
.alertsys:first-child {
  margin: 20px 0 0;
}
#duvidaSugestao {
  color: #f9dd7c !important;
}
#watermark {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  position: fixed;
  top: 50%;
  left: 30%;
  opacity: 0.5;
  z-index: 99;
  color: red;
  font-weight: bolder;
  font-size: 40px;
}
@media screen and (max-width: 450px) {
  .miniLogo img {
    width: 90% !important;
  }
}
@media (min-width: 768px) {
  #navbarServicos {
    margin-bottom: -10px !important;
  }
  #navbarServicos #servicos {
    display: none;
  }
  .navbar-nav a {
    font-size: 12px;
  }
  .navbar-nav > li {
    padding: 15px 5px;
    color: #FFF;
  }
  .navbar-nav > li > a {
    padding: 0;
  }
  .navbar-nav > li.dropdown {
    padding: 0;
  }
  .button {
    width: 65px;
    height: 110px;
  }
  .button > .iconMenu {
    margin: 10px 0;
    font-size: 25px;
    width: 40% !important;
    height: 30% !important;
  }
  .button > .aceIcon {
    margin: 5px 0;
    font-size: 25px;
    height: 50% !important;
  }
  .button p {
    font-size: 11px;
  }
  .secondary .logo {
    /*padding: 20px 0 10px 15px;*/
  }
  .secondary .logo img {
    width: 15rem;
  }
}
@media (min-width: 1160px) {
  .button {
    width: 75px;
    height: 119px;
  }
  .button > .iconMenu {
    margin: 10px 0;
    font-size: 25px;
    width: 40% !important;
    height: 30% !important;
  }
  .button > .aceIcon {
    margin: 5px 0;
    font-size: 25px;
    height: 50% !important;
  }
  .button p {
    font-size: 11px;
  }
}
@media (min-width: 1340px) {
  .navbar-nav a {
    font-size: 13px;
  }
  .navbar-nav > li {
    padding: 15px 8px;
    color: #FFF;
  }
  .navbar-nav > li > a {
    padding: 0;
  }
  .navbar-nav > li.dropdown {
    padding: 0;
  }
  .button {
    width: 90px;
    height: 140px;
  }
  .button > .iconMenu {
    margin: 15px 0;
    font-size: 50px;
  }
  .button > .aceIcon {
    margin: 5px 0;
    font-size: 50px;
  }
  .button p {
    font-size: 13px;
  }
  .secondary .logo {
    /*padding: 30px 15px 30px 40px;*/
  }
}
@media print {
  .no-print {
    display: none !important;
  }
  .no-print * {
    display: none !important;
  }
}
