html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

@font-face {
  font-family: "Roboto-Regular";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-Regular.woff2") format("woff2"), url("fonts/Roboto-Regular.woff") format("woff"), url("fonts/Roboto-Regular.ttf") format("truetype"), url("fonts/Roboto-Regular.svg#Roboto-Regular") format("svg"); }

.hide {
  opacity: 0;
  visibility: hidden; }

.show {
  opacity: 1;
  visibility: visible; }

.transDefault, .headerMain #menu-toggle i, .headerMain .searchResults form input, .headerMain .loginInfo p, .submenu li.megamenu ul, .bgLogin .boxLogin form fieldset button, .secTable .tableDefault .footerTable .refresh a i, .secTable .tableDefault .footerTable .navigationTable ul.pagination li a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.circle, .headerMain .loginInfo .imgProfile {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%; }

.blockCenter, .gridE, .gridD {
  margin-left: auto;
  margin-right: auto; }

.fleft {
  float: left; }

.fright {
  float: right; }

.clearfix {
  clear: both; }

.borderFive, .bgLogin .boxLogin, .secTable .tableDefault, .modal .modalContent {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }

.gridE {
  width: 90%; }

.gridD {
  max-width: 960px; }

* {
  margin: 0;
  padding: 0; }

html {
  height: 100%; }
  html object {
    display: none; }

body {
  height: 100%;
  position: relative;
  overflow-x: hidden;
  font-family: "Roboto-Regular";
  background-color: #f5f5f5; }

a {
  text-decoration: none; }

a, button, input, textarea {
  outline: none; }

section {
  height: 100%;
  height: 100vh; }

.msgUpdateIE {
  display: none; }

img {
  border: 0; }

.headerMain {
  background-color: #2b3d51;
  height: 80px; }
  .headerMain #menu-toggle {
    float: left; }
    .headerMain #menu-toggle i {
      font-size: 24px;
      color: #ffffff;
      margin-top: 30px; }
      .headerMain #menu-toggle i:hover {
        color: #bfbfbf; }
  .headerMain .searchResults {
    float: left;
    margin-left: 35px;
    margin-top: 25px; }
    .headerMain .searchResults form {
      position: relative; }
      .headerMain .searchResults form input {
        height: 30px;
        width: 200px;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        border: 1px solid rgba(255, 255, 255, 0.3);
        padding-left: 15px;
        padding-right: 35px;
        color: #ffffff;
        font-family: "Roboto-Regular";
        font-size: 11px;
        background-color: #344a62; }
        .headerMain .searchResults form input:hover {
          background-color: #3d5672; }
        .headerMain .searchResults form input:focus {
          background-color: #3d5672; }
      .headerMain .searchResults form button {
        position: absolute;
        top: 8px;
        right: 15px;
        background: transparent;
        border: 0;
        cursor: pointer; }
        .headerMain .searchResults form button i {
          font-size: 14px;
          color: #999999; }
  .headerMain .loginInfo {
    float: right;
    margin-top: 17px; }
    .headerMain .loginInfo .imgProfile {
      height: 45px;
      width: 45px;
      overflow: hidden;
      float: left;
      border: 3px solid #999999; }
      .headerMain .loginInfo .imgProfile img {
        float: left;
        max-width: 100%; }
    .headerMain .loginInfo p {
      float: left;
      font-size: 12px;
      color: #999999;
      margin-right: 10px;
      padding-top: 15px; }
      .headerMain .loginInfo p span {
        font-weight: bold; }
    .headerMain .loginInfo .logout {
      float: left;
      margin-left: 40px;
      margin-top: 12px; }
      .headerMain .loginInfo .logout a {
        font-size: 12px;
        color: #ffffff; }
    .headerMain .loginInfo:hover p {
      color: #ffffff; }

/* Toggle Styles */
#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  #wrapper .sidebar-brand a img {
    display: block;
    margin: 30px auto; }

#wrapper.toggled {
  padding-left: 300px; }

#sidebar-wrapper {
  position: absolute;
  left: 300px;
  width: 0;
  height: 100%;
  background-color: #ffffff;
  margin-left: -300px;
  overflow-y: initial;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; }

#wrapper.toggled #sidebar-wrapper {
  width: 300px;
  opacity: 0;
  visibility: hidden; }

#page-content-wrapper {
  width: 100%;
  position: absolute;
  padding: 15px; }

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -300px; }

/* Sidebar Styles */
/* Sidebar Styles */
/* Sidebar Styles */
.sidebar-nav {
  position: absolute;
  top: 0;
  width: 300px;
  margin: 0;
  padding: 0;
  list-style: none; }

@media (min-width: 768px) {
  #wrapper {
    padding-left: 300px; }
  #wrapper.toggled {
    padding-left: 0; }
  #sidebar-wrapper {
    width: 300px; }
  #wrapper.toggled #sidebar-wrapper {
    width: 0; }
  #page-content-wrapper {
    padding: 0 20px;
    position: relative; }
  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
    z-index: 9; } }

/* Accordion Nav Left */
/* Accordion Nav Left */
/* Accordion Nav Left */
.accordion {
  width: 100%;
  max-width: 360px;
  margin: 140px auto 20px;
  background: #FFF; }
  .accordion li {
    list-style-type: none; }

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 10px 15px 10px 42px;
  color: #999999;
  font-size: 14px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .accordion .link:hover {
    background-color: #e5e5e5; }

.accordion li i {
  position: absolute;
  top: 14px;
  left: 12px;
  font-size: 16px;
  color: #999999;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.accordion li.topic {
  padding-left: 40px;
  height: 40px;
  line-height: 42px;
  color: #999999;
  font-weight: bold; }

.accordion li i.fa-chevron-down {
  right: 35px;
  left: auto;
  font-size: 14px; }

.accordion li.open .link {
  color: #ffffff;
  background-color: #2196f3; }

.accordion li.open i {
  color: #ffffff; }

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.accordion li.default .submenu {
  display: block; }

.submenu {
  display: none;
  font-size: 12px; }
  .submenu li {
    list-style-type: none; }
    .submenu li.megamenu {
      position: relative; }
      .submenu li.megamenu ul {
        position: absolute;
        top: 0;
        right: -180px;
        z-index: 99;
        background-color: #ffffff;
        max-width: 200px;
        width: 200px;
        padding: 10px;
        border: 1px solid #ededed;
        opacity: 0;
        visibility: hidden; }
        .submenu li.megamenu ul li {
          border-bottom: 1px solid #e6e6e6; }
          .submenu li.megamenu ul li.topic {
            border-bottom: 0;
            padding-left: 10px; }
          .submenu li.megamenu ul li a {
            padding: 10px; }
          .submenu li.megamenu ul li:last-child {
            border-bottom: 0; }
      .submenu li.megamenu:hover {
        background-color: #e5e5e5; }
        .submenu li.megamenu:hover ul {
          opacity: 1;
          visibility: visible;
          right: -200px; }
  .submenu a {
    display: block;
    text-decoration: none;
    color: #999999;
    padding: 12px;
    padding-left: 42px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .submenu a:hover {
      background: #e5e5e5; }

.subHeader {
  height: 65px;
  width: 100%;
  padding: 0 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px; }
  .subHeader .leftName {
    float: left;
    padding-top: 25px;
    color: #999999;
    font-size: 16px; }
  .subHeader .rightName {
    float: right;
    padding-top: 30px;
    color: #999999;
    font-size: 10px; }

.gridE {
  width: 90%; }

.gridD {
  max-width: 960px; }

.c1 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 6.1721527019%; }
  .c1:last-child {
    margin-right: 0; }

.c2 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 14.7019570017%; }
  .c2:last-child {
    margin-right: 0; }

.c3 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%; }
  .c3:last-child {
    margin-right: 0; }

.c4 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%; }
  .c4:last-child {
    margin-right: 0; }

.c5 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 40.2913699012%; }
  .c5:last-child {
    margin-right: 0; }

.c6 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%; }
  .c6:last-child {
    margin-right: 0; }

.c7 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 57.3509785009%; }
  .c7:last-child {
    margin-right: 0; }

.c8 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 65.8807828007%; }
  .c8:last-child {
    margin-right: 0; }

.c9 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 74.4105871005%; }
  .c9:last-child {
    margin-right: 0; }

.c10 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 82.9403914003%; }
  .c10:last-child {
    margin-right: 0; }

.c11 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 91.4701957002%; }
  .c11:last-child {
    margin-right: 0; }

.c12 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  .c12:last-child {
    margin-right: 0; }

.c13 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 108.5298043%; }
  .c13:last-child {
    margin-right: 0; }

.c14 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 117.0596086%; }
  .c14:last-child {
    margin-right: 0; }

.c15 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 125.589412899%; }
  .c15:last-child {
    margin-right: 0; }

.c16 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 134.119217199%; }
  .c16:last-child {
    margin-right: 0; }

#gridPage .gridD .row div {
  height: 50px;
  background-color: #333;
  margin-bottom: 1.618em; }

/* ## ## ## ## ## INCLUDES ## ## ## ## ## */
/* ## ## ## ## ## INCLUDES ## ## ## ## ## */
/******** LOGIN *********/
/******** LOGIN *********/
/******** LOGIN *********/
.bgLogin {
  height: 100%;
  width: 100%;
  position: relative;
  padding-top: 140px; }
  @media screen and (max-height: 800px) {
    .bgLogin {
      padding-top: 80px; } }
  .bgLogin .boxLogin {
    padding: 10px 40px;
    background-color: #ffffff;
    display: block;
    margin: 0 auto;
    height: 480px;
    width: 380px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 480px) {
      .bgLogin .boxLogin {
        width: 90%; } }
    .bgLogin .boxLogin img {
      display: block;
      margin: 30px auto; }
    .bgLogin .boxLogin form legend {
      font-size: 17px;
      color: #333333;
      text-align: center;
      margin: 0 auto; }
      .bgLogin .boxLogin form legend p {
        font-size: 13px;
        margin-top: 10px;
        color: #999999; }
    .bgLogin .boxLogin form fieldset {
      border: 0;
      position: relative;
      margin-top: 30px; }
      .bgLogin .boxLogin form fieldset label {
        position: relative;
        height: 35px; }
      .bgLogin .boxLogin form fieldset label.error {
        margin: 5px auto;
        font-size: 11px;
        color: red;
        padding-left: 10px;
        display: block;
        position: relative;
        margin-top: -20px; }
      .bgLogin .boxLogin form fieldset input {
        height: 40px;
        width: 100%;
        font-size: 14px;
        font-family: "Roboto-Regular";
        margin-bottom: 20px;
        padding-left: 20px;
        color: #999999;
        outline: 0;
        border: 1px solid #d9d9d9;
        position: relative; }
      .bgLogin .boxLogin form fieldset .iconUser {
        color: #999999;
        position: absolute;
        top: 0px;
        left: 15px;
        font-size: 20px; }
      .bgLogin .boxLogin form fieldset .iconLock {
        color: #999999;
        position: absolute;
        top: 0px;
        left: 15px;
        font-size: 20px; }
      .bgLogin .boxLogin form fieldset button {
        background-color: #2196f3;
        height: 40px;
        width: 100%;
        border: 0;
        color: #ffffff;
        cursor: pointer;
        margin-top: 10px;
        position: relative; }
        .bgLogin .boxLogin form fieldset button:hover {
          background-color: #0c7cd5; }
        .bgLogin .boxLogin form fieldset button .iconSignOut {
          color: #ffffff;
          position: absolute;
          top: 11px;
          left: 185px;
          font-size: 20px;
          cursor: pointer; }
  .bgLogin .footerLogin {
    color: #999999;
    font-size: 14px;
    text-align: center;
    display: block;
    margin: 50px auto; }

.bgGray {
  background-color: #f5f5f5; }

/******** HOME *********/
/******** HOME *********/
/******** HOME *********/
.secTable {
  height: auto;
  width: 100%;
  padding: 0 20px; }
  .secTable .tableDefault {
    background-color: #ffffff;
    padding: 25px 20px;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
    margin-bottom: 20px;
    min-height: 375px; }
    .secTable .tableDefault:last-child {
      margin-right: 0; }
    .secTable .tableDefault:nth-child(2n) {
      margin-right: 0; }
    .secTable .tableDefault:nth-child(2n+1) {
      clear: left; }
    .secTable .tableDefault.tableDefaultFull {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      .secTable .tableDefault.tableDefaultFull:last-child {
        margin-right: 0; }
    .secTable .tableDefault .headerTable h3 {
      font-size: 16px;
      font-weight: 200;
      color: #333333; }
    .secTable .tableDefault .headerTable .border {
      height: 1px;
      width: 100%;
      background-color: gainsboro;
      float: left;
      margin: 10px auto; }
    .secTable .tableDefault .navTable {
      display: block;
      width: 100%;
      line-height: 40px; }
      .secTable .tableDefault .navTable a {
        float: left;
        color: #2b3d51;
        font-size: 12px;
        margin-right: 10px; }
        .secTable .tableDefault .navTable a i {
          font-size: 14px; }
    .secTable .tableDefault .footerTable {
      margin-top: 30px; }
      .secTable .tableDefault .footerTable .refresh {
        float: left;
        padding-top: 10px; }
        .secTable .tableDefault .footerTable .refresh a {
          color: #2b3d51; }
          .secTable .tableDefault .footerTable .refresh a i:hover {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg); }
      .secTable .tableDefault .footerTable .navigationTable ul.pagination {
        display: inline-block;
        padding: 0;
        margin: 0;
        float: right; }
        .secTable .tableDefault .footerTable .navigationTable ul.pagination li {
          display: inline-block;
          list-style-type: none;
          margin-left: -4px; }
          .secTable .tableDefault .footerTable .navigationTable ul.pagination li:last-child {
            border-right: 0; }
          .secTable .tableDefault .footerTable .navigationTable ul.pagination li a {
            color: #2b3d51;
            float: left;
            padding: 8px;
            text-decoration: none;
            font-size: 12px;
            border: 1px solid gainsboro; }
            .secTable .tableDefault .footerTable .navigationTable ul.pagination li a:hover {
              background-color: #2196f3;
              color: #ffffff; }

table {
  border-collapse: collapse;
  height: auto;
  width: 100%;
  font-size: 11px;
  color: #2b3d51;
  margin-top: 20px; }
  table thead {
    text-align: left; }
    table thead th {
      padding-left: 10px;
      border: 1px solid #ddd;
      line-height: 30px;
      height: 30px; }
  table tbody tr td {
    padding-left: 10px;
    border: 1px solid #ddd;
    line-height: 30px; }
  table tbody tr:hover {
    background-color: #f2f2f2; }

.oneBox .searchClient form {
  position: relative; }
  .oneBox .searchClient form input {
    height: 40px;
    width: 100%;
    border: 1px solid gainsboro;
    padding: 0 30px 0 20px;
    font-size: 12px;
    color: #999999; }
  .oneBox .searchClient form button {
    position: absolute;
    top: 35px;
    right: 15px;
    background: transparent;
    border: 0;
    cursor: pointer; }
    .oneBox .searchClient form button i {
      font-size: 16px;
      color: #999999; }

.threeBox p.favorite {
  font-size: 11px;
  color: #999999;
  text-align: center;
  margin-top: 30px; }
  .threeBox p.favorite a {
    color: #2b3d51;
    text-decoration: underline; }

.threeBox .navFavorite {
  margin-top: 30px; }
  .threeBox .navFavorite ul li {
    list-style-type: none;
    font-size: 12px;
    color: #2b3d51;
    padding: 11px 0;
    border-bottom: 1px solid #f2f2f2; }
    .threeBox .navFavorite ul li i {
      float: right;
      color: #ffd200;
      font-size: 16px; }

/* Modal */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9; }
  .modal .closeModal {
    position: absolute;
    top: 5px;
    right: 15px;
    color: #999999;
    font-size: 24px;
    cursor: pointer; }
  .modal .modalContent {
    height: 250px;
    width: 450px;
    position: relative;
    top: 50%;
    left: 50%;
    background-color: #ffffff;
    margin: -225px;
    padding: 20px;
    text-align: center;
    color: #999999;
    display: table; }
    .modal .modalContent p {
      display: table-cell;
      vertical-align: middle; }
