body .parallax-container {
  height: 200px; }

#top-breadcrumb {
  padding-left: 10px;
  height: 50px; }
  #top-breadcrumb .breadcrumb {
    font-size: 14px;
    color: #0277bd !important; }
    #top-breadcrumb .breadcrumb:before {
      color: #025484 !important; }
    #top-breadcrumb .breadcrumb:last-child {
      color: #66757e !important; }

#menu-submenu a {
  font-size: 14px;
  color: #263238 !important; }
  #menu-submenu a i {
    color: #000; }
  #menu-submenu a:hover i {
    color: #1a80be; }

.list-app {
  display: table;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 4rem 0; }
  .list-app > li {
    margin: 11px;
    display: inline-table; }
    .list-app > li > a {
      border: solid 1px #d3d3d3;
      padding: 1rem 0;
      display: block;
      text-align: center;
      color: #444;
      text-decoration: none; }
      .list-app > li > a .icon {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: block;
        margin: 0 auto;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        color: #444;
        margin-bottom: 0.6em; }
        .list-app > li > a .icon i.fa, .list-app > li > a .icon i.ion {
          width: 100%;
          height: 100%;
          font-size: 2em;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row;
          flex-direction: row;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-pack: center;
          justify-content: center;
          transition: transform 0.2s ease; }
      .list-app > li > a .title {
        font-weight: 400;
        font-size: 0.95em;
        color: #8d9293;
        text-transform: uppercase; }
      .list-app > li > a p.body {
        font-size: 0.60em;
        color: #454b4d; }
      .list-app > li > a:hover .icon i.fa, .list-app > li > a:hover .icon i.ion {
        transform: scale(1.25); }
      .list-app > li > a:hover {
        transform: scale(1);
        border: solid 1px #e5e2e2;
        border: solid 1px #e5e2e2;
        background-color: antiquewhite; }
    .list-app > li.dropdown .dropdown-toggle {
      position: relative; }
      .list-app > li.dropdown .dropdown-toggle:before {
        position: absolute;
        top: 0;
        left: auto;
        bottom: auto;
        right: 30px;
        width: auto;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-family: FontAwesome;
        content: "\f107";
        color: #dfe6e8;
        font-size: 1.4em;
        transition: all 0.3s ease;
        display: none; }
    .list-app > li.dropdown .dropdown-menu {
      display: block;
      visibility: hidden;
      position: absolute;
      opacity: 0;
      left: 100%;
      top: 50%;
      min-width: 300px;
      transition: all 0.3s ease;
      transform: translate(0px, -50%);
      border: 1px solid #dfe6e8; }
      .list-app > li.dropdown .dropdown-menu > ul {
        list-style: none;
        padding: 1rem 2rem;
        margin: 0; }
        .list-app > li.dropdown .dropdown-menu > ul:after {
          position: absolute;
          top: 50%;
          left: 0;
          bottom: auto;
          right: auto;
          width: 100%;
          height: 100%;
          content: '';
          display: block;
          width: 0;
          height: 0;
          transform: translate(-100%, -100%);
          border-top: 15px solid transparent;
          border-bottom: 15px solid transparent;
          border-right: 15px solid #dfe6e8; }
        .list-app > li.dropdown .dropdown-menu > ul > li {
          border: 0;
          border-radius: 0;
          padding: 0;
          margin-bottom: 0;
          font-weight: 400;
          font-size: 1em; }
          .list-app > li.dropdown .dropdown-menu > ul > li.section {
            padding: 1rem;
            padding-left: 3rem;
            font-weight: 300;
            font-size: 1.1em;
            position: relative; }
            .list-app > li.dropdown .dropdown-menu > ul > li.section i {
              position: absolute;
              top: 0;
              left: 0;
              bottom: auto;
              right: auto;
              width: auto;
              height: 100%;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-direction: row;
              flex-direction: row;
              -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
              -ms-flex-align: center;
              align-items: center;
              -ms-flex-pack: center;
              justify-content: center;
              font-size: 1.2em; }
          .list-app > li.dropdown .dropdown-menu > ul > li.line {
            height: 1px;
            background-color: rgba(223, 230, 232, 0.5);
            position: relative;
            width: 100%;
            margin-top: 1rem;
            margin-bottom: 1rem; }
          .list-app > li.dropdown .dropdown-menu > ul > li a {
            display: block;
            text-decoration: none;
            color: #666;
            padding: 1rem 1rem;
            padding-left: 3rem;
            position: relative; }
            .list-app > li.dropdown .dropdown-menu > ul > li a:before {
              position: absolute;
              top: 0;
              left: auto;
              bottom: auto;
              right: 15px;
              width: auto;
              height: 100%;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-direction: row;
              flex-direction: row;
              -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
              -ms-flex-align: center;
              align-items: center;
              -ms-flex-pack: center;
              justify-content: center;
              font-family: FontAwesome;
              content: "\f105";
              color: #666;
              opacity: 0;
              transition: all 0.3s ease;
              transform: translate(50%, 0); }
            .list-app > li.dropdown .dropdown-menu > ul > li a:hover {
              color: #666; }
              .list-app > li.dropdown .dropdown-menu > ul > li a:hover:before {
                opacity: 1;
                transform: translate(0, 0); }

.dropdown-content li > a, .dropdown-content li > span {
  color: #0277bd !important; }

footer#footer {
  /*background-color: #607d8b;*/
  text-align: center;
  color: #868686; }

/*# sourceMappingURL=portal.public.css.map */
