/*
 * Identidade visual compartilhada do site.
 * Componentes reutilizáveis: site-page-shell, site-navbar, site-sidebar,
 * site-service-hours e site-footer-wrap.
 * Componentes da página: conv-area, conv-card, conv-list e conv-history.
 */

body {
  color: #334f60;
  background-color: #1788c5;
  background-image: linear-gradient(to bottom, #0879b9 0%, #4fa8d4 45%, #b9dced 100%);
  background-attachment: fixed;
  background-repeat: no-repeat;
  font-family: "Segoe UI", Arial, sans-serif;
}
.site-page-shell {
  padding-top: 18px;
  background: #fff;
  box-shadow: 0 4px 18px rgba(0, 48, 80, .07);
}
.site-navbar {
  min-height: 54px;
  margin-bottom: 26px;
  background: linear-gradient(to bottom, #075a91 0%, #0878b2 58%, #0b8cc5 100%);
  border: 0;
  border-radius: 7px;
  box-shadow: 0 3px 10px rgba(0, 70, 115, .18);
}
.site-navbar .navbar-nav > li > a {
  padding-top: 17px;
  padding-bottom: 17px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .025em;
  transition: color .15s ease, background-color .15s ease;
}
.site-navbar .navbar-nav > li > a:hover,
.site-navbar .navbar-nav > li > a:focus,
.site-navbar .navbar-nav > .open > a,
.site-navbar .navbar-nav > .open > a:hover,
.site-navbar .navbar-nav > .open > a:focus {
  color: #fff;
  background: rgba(255, 255, 255, .14);
}
.site-navbar .navbar-nav > .active > a {
  color: #fff;
  background: transparent;
}
.site-navbar .navbar-nav > .active > a:hover,
.site-navbar .navbar-nav > .active > a:focus {
  color: #fff;
  background: rgba(255, 255, 255, .14);
}
.site-navbar .navbar-toggle {
  border-color: rgba(255, 255, 255, .6);
}
.site-navbar .navbar-toggle:hover,
.site-navbar .navbar-toggle:focus {
  background: rgba(255, 255, 255, .14);
}
.site-navbar .navbar-toggle .icon-bar {
  background: #fff;
}
.site-navbar .navbar-collapse {
  border-color: rgba(255, 255, 255, .2);
}
.site-navbar .dropdown-menu {
  padding: 7px;
  border: 1px solid #dce6ec;
  border-radius: 7px;
  box-shadow: 0 7px 20px rgba(0, 48, 80, .14);
}
.site-navbar .dropdown-menu > li > a {
  padding: 9px 13px;
  color: #36586b;
  border-radius: 4px;
}
.site-navbar .dropdown-menu > li > a:hover,
.site-navbar .dropdown-menu > li > a:focus {
  color: #075f99;
  background: #edf7fc;
}
.site-sidebar {
  overflow: hidden;
  border: 1px solid #dce6ec;
  border-radius: 8px;
  box-shadow: 0 2px 9px rgba(0, 65, 110, .07);
}
.site-sidebar .panel-heading {
  padding: 14px 16px !important;
  background: #087bb8 !important;
  border: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .02em;
}
.site-sidebar .panel-heading a {
  color: #fff;
  text-decoration: none;
}
.site-sidebar .list-group {
  margin: 0;
}
.site-sidebar .list-group-item {
  padding: 0;
  border-right: 0;
  border-left: 0;
  border-color: #e8eef2;
}
.site-sidebar .list-group-item:empty {
  display: none;
}
.site-sidebar .list-group-item > a:not(.btn) {
  display: block;
  position: relative;
  margin: 5px 8px;
  min-height: 46px;
  padding: 12px 12px 11px 50px;
  color: #385c70;
  background: #f7fafc;
  border: 1px solid #e3ebf0 !important;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  transition: all .15s ease;
}
.site-sidebar .list-group-item > a:not(.btn):hover,
.site-sidebar .list-group-item > a:not(.btn):focus {
  padding-left: 50px;
  color: #056b9f;
  background: #edf7fc;
  border-color: #bcd9e8;
  box-shadow: 0 2px 5px rgba(0, 65, 110, .08);
  transform: translateY(-1px);
  text-decoration: none;
}
.site-sidebar .list-group-item > a:not(.btn):before {
  position: absolute;
  top: 50%;
  left: 11px;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  color: #fff;
  background: #6f98ad;
  border-radius: 50%;
  font-family: FontAwesome;
  font-size: 14px;
  font-weight: normal;
  line-height: 28px;
  text-align: center;
}
.site-sidebar a[href*="whatsapp"] {
  color: #287348 !important;
  background: #f1faf5 !important;
  border-color: #cce9d7 !important;
}
.site-sidebar a[href*="whatsapp"]:before {
  content: '\f095';
  background: #27a65b !important;
}
.site-sidebar a[href*="whatsapp"] .fa-whatsapp {
  display: none;
}
.site-sidebar a[href*="fecomerciarios"]:before {
  content: '\f0ac';
}
.site-sidebar a[href*="webmail"]:before {
  content: '\f0e0';
}
.site-sidebar a[href*="ACESSIBILIDADE"]:before {
  content: '\f193';
}
.site-sidebar a[href*="ACESSIBILIDADE"] .fa-wheelchair {
  display: none;
}
.site-sidebar .list-group-item > .btn {
  min-height: 46px;
  margin: 7px 8px;
  width: calc(100% - 16px);
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 2px 5px rgba(0, 48, 80, .10);
  transition: all .15s ease;
}
.site-sidebar .list-group-item > .btn:hover,
.site-sidebar .list-group-item > .btn:focus {
  box-shadow: 0 4px 8px rgba(0, 48, 80, .16);
  transform: translateY(-1px);
}
.site-sidebar .btn-danger {
  background: #d94b50;
}
.site-sidebar .btn-facebook {
  position: relative;
  overflow: hidden;
  min-height: 46px !important;
  padding: 13px 10px 11px 50px !important;
  color: #385c70;
  background: #f7fafc;
  border: 1px solid #e3ebf0 !important;
  text-align: left;
  line-height: 1.3;
}
.site-sidebar .btn-facebook > .fa-facebook {
  top: 5px;
  bottom: auto;
  left: 6px;
  width: 34px;
  height: 34px;
  padding: 0;
  color: #fff;
  background: #1877f2;
  border: 0;
  border-radius: 50%;
  font-size: 19px;
  line-height: 34px;
  text-align: center;
}
.site-sidebar .btn-facebook:hover,
.site-sidebar .btn-facebook:focus,
.site-sidebar .btn-facebook:active {
  color: #165fae;
  background: #edf6fc;
  border-color: #bfd7e7 !important;
}
.site-sidebar .btn-facebook:after {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -9px;
  content: '\203A';
  color: #8aa4b3;
  font-size: 22px;
  font-weight: 300;
  line-height: 18px;
}
.site-sidebar .list-group-item img {
  margin: 0 auto;
  border-radius: 4px;
}
.site-sidebar .list-group-item > a[href="CEIC/index.php"] {
  padding: 7px;
  background: #fff;
}
.site-sidebar .list-group-item > a[href="CEIC/index.php"]:hover,
.site-sidebar .list-group-item > a[href="CEIC/index.php"]:focus {
  padding: 7px;
}
.site-sidebar .list-group-item > a[href="CEIC/index.php"]:before {
  display: none;
}
.site-service-hours {
  margin: 22px 15px 0;
  padding: 15px;
  color: #526b7a;
  background: #f5f9fc;
  border: 1px solid #e0eaf0;
  border-radius: 7px;
  text-align: center;
}
.site-service-hours p {
  margin: 0;
}
.site-footer-wrap {
  margin-top: 18px;
}
.site-footer-wrap .panel-footer {
  padding: 24px 20px !important;
  background: #075f99 !important;
  border: 0;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 -3px 12px rgba(0, 48, 80, .08);
  line-height: 1.9;
}
.site-footer-wrap .panel-footer p {
  margin: 0;
}
.site-footer-wrap .panel-footer a {
  display: inline-block;
  padding: 1px 5px;
  border-radius: 4px;
  transition: background-color .15s ease;
}
.site-footer-wrap .panel-footer a:hover,
.site-footer-wrap .panel-footer a:focus {
  background: rgba(255, 255, 255, .12);
  text-decoration: none;
}
.conv-area {
  width: 100%;
  padding: 4px 15px 18px;
}
.conv-card {
  overflow: visible;
  margin: 0 0 34px;
  background: #fff;
  border: 1px solid #e3e9ef;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 65, 110, .08);
}
.conv-card-header,
.site-content-title {
  position: relative;
  display: block;
  margin: 0 0 18px;
  padding: 15px 20px 15px 24px;
  color: #075f99;
  background: #f5f9fc;
  border-bottom: 1px solid #e3edf4;
  border-radius: 8px 8px 0 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
  text-align: left;
}
.conv-card-header:before,
.site-content-title:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  content: '';
  background: #0077b8;
  border-radius: 8px 0 0 0;
}
.conv-card-header {
  margin-bottom: 0;
}
.site-section-title {
  margin: 18px 0 12px;
  padding: 9px 12px;
  color: #075f99;
  background: #f5f9fc;
  border-left: 4px solid #4a9bc5;
  border-radius: 0 5px 5px 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
}
.conv-card-body {
  padding: 10px 20px 16px;
}
.conv-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.conv-list > li {
  position: relative;
  margin: 0;
  padding: 11px 12px 11px 34px;
  border-bottom: 1px solid #edf1f4;
  color: #334f60;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 1.45;
  transition: background-color .15s ease;
}
.conv-list > li.conv-clickable,
.conv-dropdown-menu > li.conv-clickable {
  cursor: pointer;
}
.conv-list > li.conv-clickable:focus,
.conv-dropdown-menu > li.conv-clickable:focus {
  background: #eaf5fb;
  outline: 2px solid #65a9cf;
  outline-offset: -2px;
}
.conv-list > li:last-child {
  border-bottom: 0;
}
.conv-list > li:before {
  position: absolute;
  top: 13px;
  left: 12px;
  width: 14px;
  height: 17px;
  content: '';
  background: #e7f3fa;
  border: 1px solid #79b8d8;
  border-radius: 2px;
}
.conv-list > li:hover {
  background: #f4faff;
}
.conv-list a {
  position: relative;
  color: #176eb2;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .01em;
  text-decoration: none;
}
.conv-list a:hover,
.conv-list a:focus {
  color: #064f80;
  outline: 0;
  text-decoration: none;
}
.conv-file-icon {
  display: inline-block !important;
  clear: none !important;
  margin-left: 5px;
  padding: 0 !important;
  vertical-align: middle;
  text-decoration: none !important;
}
.conv-file-icon img {
  height: 18px;
  vertical-align: middle;
}
.conv-file-badge {
  display: inline-block;
  min-width: 34px;
  height: 18px;
  padding: 0 5px;
  color: #fff;
  background: #555;
  border-radius: 2px;
  font-size: 10px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
}
.conv-new-icon {
  margin-left: 4px;
  vertical-align: middle;
}
.home-carousel {
  padding: 2px 17px 0 0;
  background: transparent;
}
.home-links {
  margin-top: 14px;
}
.guide-grid > div {
  margin-bottom: 15px;
}
.guide-card {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 14px 42px 14px 14px;
  color: #31576a;
  background: #fff;
  border: 1px solid #dfe8ed;
  border-left: 5px solid #2384ba;
  border-radius: 8px;
  box-shadow: 0 2px 7px rgba(0, 54, 91, .08);
  text-decoration: none;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}
.guide-card:hover,
.guide-card:focus {
  color: #075f99;
  background: #f8fcfe;
  box-shadow: 0 5px 13px rgba(0, 54, 91, .14);
  outline: 0;
  text-decoration: none;
  transform: translateY(-2px);
}
.guide-icon {
  display: flex;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #fff;
  background: #2384ba;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}
.guide-content {
  display: block;
  flex: 1 1 auto;
  padding-left: 13px;
}
.guide-content strong,
.guide-content small {
  display: block;
}
.guide-content strong {
  margin-bottom: 4px;
  color: #164f70;
  font-size: 16px;
  font-weight: 600;
}
.guide-content small {
  color: #718895;
  font-size: 13px;
}
.guide-arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -14px;
  color: #8ca5b3;
  font-size: 28px;
  font-weight: 300;
  line-height: 28px;
}
.guide-card-assistencial {
  border-left-color: #e59a24;
}
.guide-card-assistencial .guide-icon {
  background: #e59a24;
}
.guide-card-rescisao {
  border-left-color: #c24ba6;
}
.guide-card-rescisao .guide-icon {
  background: #c24ba6;
}
.guide-card-taf {
  border-left-color: #c94d4d;
}
.guide-card-taf .guide-icon {
  background: #c94d4d;
}
.guide-card-tur {
  border-left-color: #7650a5;
}
.guide-card-tur .guide-icon {
  background: #7650a5;
}
.conv-history {
  margin-top: 13px;
}
.conv-history .dropdown-toggle {
  position: relative;
  padding: 9px 36px 9px 38px;
  color: #245b7a;
  background: #f5f9fc;
  border-color: #c8dce8;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  transition: all .15s ease;
}
.conv-history .dropdown-toggle:before {
  position: absolute;
  top: 7px;
  left: 9px;
  width: 24px;
  height: 24px;
  content: '\21BA';
  color: #fff;
  background: #2384ba;
  border-radius: 50%;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.conv-history .dropdown-toggle .caret {
  position: absolute;
  top: 17px;
  right: 15px;
}
.conv-history-count {
  color: #648497;
  font-weight: 400;
}
.conv-history .dropdown-toggle:hover,
.conv-history .dropdown-toggle:focus {
  color: #075f99;
  background: #eaf5fb;
  border-color: #8eb9d1;
  box-shadow: 0 2px 5px rgba(0, 65, 110, .10);
  outline: 0;
}
.conv-history.open .dropdown-toggle {
  color: #075f99;
  background: #eaf5fb;
  border-color: #8eb9d1;
}
.conv-dropdown-menu {
  overflow-x: hidden;
  overflow-y: auto;
  width: 680px;
  min-width: 320px;
  max-width: calc(100vw - 60px);
  max-height: 360px;
  margin-top: 7px;
  padding: 6px;
  border: 1px solid #d6e2e9;
  border-radius: 7px;
  box-shadow: 0 6px 18px rgba(0, 54, 91, .14);
}
.conv-dropdown-menu > li {
  position: relative;
  float: left;
  width: 50%;
  min-height: 42px;
  padding: 9px 12px 9px 31px !important;
  border-bottom: 1px solid #edf1f4;
  color: #334f60;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap !important;
}
.conv-dropdown-menu > li:last-child {
  border-bottom: 0;
}
.conv-dropdown-menu > li:before {
  position: absolute;
  top: 13px;
  left: 11px;
  width: 8px;
  height: 8px;
  content: '';
  background: #90bdd4;
  border-radius: 50%;
}
.conv-dropdown-menu > li:hover {
  background: #f4faff;
  border-radius: 4px;
}
.conv-dropdown-menu:before,
.conv-dropdown-menu:after {
  display: table;
  content: ' ';
}
.conv-dropdown-menu:after {
  clear: both;
}
.conv-dropdown-menu > li > a {
  position: relative;
  display: inline-block !important;
  clear: none !important;
  color: #276f9e !important;
  font-size: 14px;
  font-weight: 500;
  padding: 0 !important;
  text-decoration: none !important;
}
.conv-dropdown-menu > li > a:hover,
.conv-dropdown-menu > li > a:focus {
  color: #064f80 !important;
  background: transparent !important;
  outline: 0;
  text-decoration: none !important;
}
@media (max-width: 767px) {
  .site-page-shell {
    padding-top: 10px;
  }
  .site-navbar {
    border-radius: 6px;
  }
  .site-navbar .navbar-nav {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .site-navbar .navbar-nav > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .site-sidebar {
    margin-bottom: 24px;
  }
  .conv-area {
    padding-right: 5px;
    padding-left: 5px;
  }
  .conv-card-header,
  .site-content-title {
    padding: 13px 15px 13px 19px;
    font-size: 15px;
  }
  .conv-card-body {
    padding: 7px 10px 13px;
  }
  .conv-history .dropdown-toggle {
    width: 100%;
    white-space: normal;
  }
  .conv-dropdown-menu {
    position: relative;
    float: none;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    max-height: 320px;
  }
  .conv-dropdown-menu > li {
    float: none;
    width: 100%;
  }
  .conv-dropdown-menu > li {
    white-space: normal !important;
  }
}
