@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);
@import url(bootstrap.css);
/* Responsive */
/* ------------- LOGIN ---------------- */
textarea, input, *:focus {
  outline: none !important; }

html, body {
  height: 100%; }

.clearfix:after, .c-main-menu:after {
  content: "";
  display: table;
  clear: both; }

#baganContent {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 60px; }

.content {
  min-height: 540px; }

body {
  font-family: "Lato", sans-serif; }

.table-highlight.table-bordered {
  border-top: 1px solid #173044; }

.table-highlight.table-bordered thead tr {
  background: #1d3e57; }

.table-highlight.table-bordered thead th {
  border: 1px solid #173044; /* border-right*/
 
  color: white; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 0; }

.pagination > li > a, .pagination > li > span {
  background: #1d3e57;
  border: 1px solid #1d3e57;
  color: white; }

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  background: #102331;
  border: 1px solid #102331;
  color: gray; }

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background: #3698e1;
  border: 1px solid #3698e1;
  color: white; }

.c-list-item {
  margin: 0;
  padding: 0; }
  .c-list-item li {
    list-style-type: none; }

.c-list-item--lg li {
  font-size: 18px; }

.c-contact {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.c-news {
  background: #f4f4f4; }

.c-post__item {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 40px; }

.c-post__header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 200px;
  position: relative;
  padding: 20px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px; }

.c-post__body {
  background: white;
  border: 1px solid #d8d8d8;
  padding: 20px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px; }

.c-post__date {
  background: #3698e1;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 5px 10px;
  color: white; }

.c-post__excerpt {
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 6em;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em; }
  .c-post__excerpt:before {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0; }
  .c-post__excerpt:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: white; }

.c-header {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10; }

.c-main-menu {
  padding: 0;
  margin: 0; }
  .c-main-menu li {
    float: left;
    list-style-type: none; }
    .c-main-menu li a {
      display: inline-block;
      padding: 5px 15px;
      color: white;
      text-decoration: none;
      opacity: .8; }
      .c-main-menu li a:hover {
        opacity: 1; }

.c-admin {
  background: #f3f3f3; }

.c-app {
  padding-top: 60px; }

.c-app__header {
  background: #1d3e57;
  position: fixed;
  width: 100%;
  top: 0;
  height: 60px;
  z-index: 9999; }

.c-app__brand {
  display: inline-block; }

.c-app__title {
  margin-top: 14px; }

.c-app__logo__img {
  height: 60px;
  padding: 10px; }

.c-app__nav {
  display: inline-block; }

.c-app__nav__menu {
  margin: 0;
  padding: 0;
  display: inline-block; }
  .c-app__nav__menu > li {
    list-style-type: none;
    float: left;
    position: relative; }
    .c-app__nav__menu > li > a {
      color: white;
      padding: 20px;
      display: inline-block; }
      .c-app__nav__menu > li > a:hover {
        text-decoration: none;
        background: #19364c; }
    .c-app__nav__menu > li:hover .c-app__nav__submenu {
      display: block; }

.c-app__nav__submenu {
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 180px;
  background: white;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid rgba(0, 0, 0, 0.15);
  z-index: 10; }
  .c-app__nav__submenu > li {
    list-style-type: none;
    border-top: 1px solid rgba(175, 175, 175, 0.3);
    border-left: 4px solid rgba(175, 175, 175, 0.3); }
    .c-app__nav__submenu > li:hover {
      border-left: 4px solid #3698e1; }
    .c-app__nav__submenu > li:first-child {
      border-top: none;
      -webkit-border-top-left-radius: 6px;
      -moz-border-radius-topleft: 6px;
      border-top-left-radius: 6px; }
      .c-app__nav__submenu > li:first-child:hover {
        -webkit-border-top-left-radius: 6px;
        -moz-border-radius-topleft: 6px;
        border-top-left-radius: 6px; }
    .c-app__nav__submenu > li:last-child {
      -webkit-border-bottom-left-radius: 6px;
      -moz-border-radius-bottomleft: 6px;
      border-bottom-left-radius: 6px; }
      .c-app__nav__submenu > li:last-child:hover {
        -webkit-border-bottom-left-radius: 6px;
        -moz-border-radius-bottomleft: 6px;
        border-bottom-left-radius: 6px; }
    .c-app__nav__submenu > li > a {
      padding: 8px 15px;
      display: block;
      text-decoration: none;
      color: #1d3e57; }
      .c-app__nav__submenu > li > a:hover {
        color: #3698e1; }

.c-app__profile {
  position: relative;
  float: left;
  margin-top: 12px;
  margin-right: 20px; }
  .c-app__profile:hover .c-app__option__menu {
    display: block; }

.c-app__greeting {
  color: white;
  padding: 20px; }

.c-app__profile__img {
  width: 38px;
  height: 38px;
  border-radius: 500px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block; }

.c-app__option__menu {
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 180px;
  background: white;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid rgba(0, 0, 0, 0.15);
  z-index: 10; }
  .c-app__option__menu > li {
    list-style-type: none;
    border-top: 1px solid #AFAFAF;
    border-left: 3px solid #AFAFAF; }
    .c-app__option__menu > li:hover {
      border-left: 3px solid #3698e1; }
    .c-app__option__menu > li:first-child {
      border-top: none;
      -webkit-border-top-left-radius: 6px;
      -moz-border-radius-topleft: 6px;
      border-top-left-radius: 6px; }
      .c-app__option__menu > li:first-child:hover {
        -webkit-border-top-left-radius: 6px;
        -moz-border-radius-topleft: 6px;
        border-top-left-radius: 6px; }
    .c-app__option__menu > li:last-child {
      -webkit-border-bottom-left-radius: 6px;
      -moz-border-radius-bottomleft: 6px;
      border-bottom-left-radius: 6px; }
      .c-app__option__menu > li:last-child:hover {
        -webkit-border-bottom-left-radius: 6px;
        -moz-border-radius-bottomleft: 6px;
        border-bottom-left-radius: 6px; }
    .c-app__option__menu > li > a {
      padding: 8px 15px;
      display: block;
      text-decoration: none;
      color: #1d3e57; }
      .c-app__option__menu > li > a:hover {
        color: #3698e1; }

.c-app__menu__toggle {
  position: absolute;
  right: 20px;
  top: 6px;
  font-size: 30px;
  color: white; }
  .c-app__menu__toggle:focus, .c-app__menu__toggle:hover {
    color: white; }

.c-app__box {
  background: white;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid rgba(0, 0, 0, 0.15); }

.c-app__box__header, .c-app__box__body, .c-app__box__footer {
  padding: 20px; }

.c-app__box__header--border {
  border-bottom: 2px dotted #AFAFAF; }

.c-app__box__footer--border {
  border-top: 2px dotted #AFAFAF; }

.btn {
  transition: background .5s; }
  .btn:active, .btn.active {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-primary {
  background: #3698e1;
  border: 1px solid #218cdd; }
  .btn-primary:hover {
    background: #1f84cf;
    border: 1px solid #218cdd; }

.btn-danger {
  background: #ff5a5a;
  border: 1px solid #ff4141; }
  .btn-danger:hover {
    background: #ff3131;
    border: 1px solid #ff4141; }

.btn-warning {
  background: #ffbf3c; }
  .btn-warning:hover {
    background: #ffb213; }

@media (min-width: 992px) {
  .btn-group\@md > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 4px; }
  .btn-group\@md > .btn:last-child:not(:first-child), .btn-group\@md > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px; }
  .btn-group\@md > .btn:first-child {
    margin-left: 0; }
  .btn-group\@md > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0; }
  .btn-group\@md .btn + .btn, .btn-group\@md .btn + .btn-group, .btn-group\@md .btn-group + .btn, .btn-group\@md .btn-group + .btn-group {
    margin-left: -1px;
    margin-top: 0; }
  .btn-group\@md > .btn {
    display: inline-block;
    float: left;
    width: auto; } }
@media (min-width: 768px) {
  .btn-group\@sm > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 4px; }
  .btn-group\@sm > .btn:last-child:not(:first-child), .btn-group\@sm > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px; }
  .btn-group\@sm > .btn:first-child {
    margin-left: 0; }
  .btn-group\@sm > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0; }
  .btn-group\@sm .btn + .btn, .btn-group\@sm .btn + .btn-group, .btn-group\@sm .btn-group + .btn, .btn-group\@sm .btn-group + .btn-group {
    margin-left: -1px;
    margin-top: 0; }
  .btn-group\@sm > .btn {
    display: inline-block;
    float: left;
    width: auto; } }

@media (min-width: 992px) {
  .btn-group-vertical\@md > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%; }
  .btn-group-vertical\@md > .btn:first-child:not(:last-child) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical\@md > .btn:not(:first-child):not(:last-child) {
    border-radius: 0; }
  .btn-group-vertical\@md > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .btn-group-vertical\@md > .btn + .btn, .btn-group-vertical\@md > .btn + .btn-group, .btn-group-vertical\@md > .btn-group + .btn, .btn-group-vertical\@md > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; } }

.t-primary-color {
  color: #3698e1; }

.t-secondary-color {
  color: #1d3e57; }

.t-medium-gray-color {
  color: #AFAFAF; }

.t-dark-gray-color {
  color: #525252; }

.t-white-color {
  color: white; }

.form-control {
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  color: #969696;
  border-color: #D8D8D8; }

select.form-control {
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  background-position: right 8px center;
  background-repeat: no-repeat;
  background-image: url(../img/arrow-down-black.png);
  background-size: 8px; }
  select.form-control[disabled] {
    background-image: url(../img/arrow-down-gray.png); }

select.input-sm {
  line-height: 10px; }

hr {
  border-color: #CECECE; }

.t-white-bg {
  background-color: white; }

.t-primary-bg {
  background-color: #3698e1; }

.t-secondary-bg {
  background-color: #1d3e57; }

.c-login {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  position: relative; }
  .c-login .alert-danger {
    color: #FF9F9D;
    background-color: rgba(113, 17, 17, 0.6);
    border-color: rgba(255, 91, 118, 0.6); }
    .c-login .alert-danger .close {
      opacity: 1;
      color: #FF9F9D;
      text-shadow: none; }

.c-login__wrapper {
  max-width: 300px;
  width: 100%; }

.c-login__input__group {
  position: relative; }

.c-login__input {
  color: rgba(255, 255, 255, 0.6);
  padding-left: 40px;
  background: rgba(3, 33, 49, 0.6);
  border: 1px solid rgba(124, 192, 205, 0.6); }
  .c-login__input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #032131 inset;
    -webkit-text-fill-color: white !important; }
  .c-login__input:focus {
    color: white; }

.c-login__input__icon {
  position: absolute;
  width: 28px;
  top: 3px;
  left: 5px;
  opacity: 0.6; }

/* Home */
.c-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  position: relative; }

.c-hero__wrapper {
  width: 400px;
  max-width: 100%; }

/*------------- Margin -------------*/
.u-no-margin {
  margin: 0 !important; }

.u-no-margin-top {
  margin-top: 0 !important; }

.u-no-margin-bottom {
  margin-bottom: 0 !important; }

.u-no-margin-left {
  margin-left: 0 !important; }

.u-no-margin-right {
  margin-right: 0 !important; }

.u-margin-top-5px {
  margin-top: 5px; }

.u-margin-bottom-5px {
  margin-bottom: 5px; }

.u-margin-top-10px {
  margin-top: 10px; }

.u-margin-bottom-10px {
  margin-bottom: 10px; }

.u-margin-top-15px {
  margin-top: 15px; }

.u-margin-bottom-15px {
  margin-bottom: 15px; }

.u-margin-top-20px {
  margin-top: 20px; }

.u-margin-bottom-20px {
  margin-bottom: 20px; }

.u-margin-top-25px {
  margin-top: 25px; }

.u-margin-bottom-25px {
  margin-bottom: 25px; }

.u-margin-top-30px {
  margin-top: 30px; }

.u-margin-bottom-30px {
  margin-bottom: 30px; }

.u-margin-top-35px {
  margin-top: 35px; }

.u-margin-bottom-35px {
  margin-bottom: 35px; }

.u-margin-top-40px {
  margin-top: 40px; }

.u-margin-bottom-40px {
  margin-bottom: 40px; }

.u-margin-top-45px {
  margin-top: 45px; }

.u-margin-bottom-45px {
  margin-bottom: 45px; }

.u-margin-top-50px {
  margin-top: 50px; }

.u-margin-bottom-50px {
  margin-bottom: 50px; }

.u-margin-top-55px {
  margin-top: 55px; }

.u-margin-bottom-55px {
  margin-bottom: 55px; }

.u-margin-top-60px {
  margin-top: 60px; }

.u-margin-bottom-60px {
  margin-bottom: 60px; }

.u-margin-top-65px {
  margin-top: 65px; }

.u-margin-bottom-65px {
  margin-bottom: 65px; }

.u-margin-top-70px {
  margin-top: 70px; }

.u-margin-bottom-70px {
  margin-bottom: 70px; }

.u-margin-top-75px {
  margin-top: 75px; }

.u-margin-bottom-75px {
  margin-bottom: 75px; }

.u-margin-top-80px {
  margin-top: 80px; }

.u-margin-bottom-80px {
  margin-bottom: 80px; }

.u-margin-top-85px {
  margin-top: 85px; }

.u-margin-bottom-85px {
  margin-bottom: 85px; }

.u-margin-top-90px {
  margin-top: 90px; }

.u-margin-bottom-90px {
  margin-bottom: 90px; }

.u-margin-top-95px {
  margin-top: 95px; }

.u-margin-bottom-95px {
  margin-bottom: 95px; }

.u-margin-top-100px {
  margin-top: 100px; }

.u-margin-bottom-100px {
  margin-bottom: 100px; }

.u-margin-left-5px {
  margin-left: 5px; }

.u-margin-right-5px {
  margin-right: 5px; }

.u-margin-left-10px {
  margin-left: 10px; }

.u-margin-right-10px {
  margin-right: 10px; }

.u-margin-left-15px {
  margin-left: 15px; }

.u-margin-right-15px {
  margin-right: 15px; }

.u-margin-left-20px {
  margin-left: 20px; }

.u-margin-right-20px {
  margin-right: 20px; }

@media (min-width: 992px) {
  .u-no-margin\@md {
    margin: 0 !important; } }

@media (min-width: 992px) {
  .u-no-margin-top\@md {
    margin-top: 0 !important; } }

@media (min-width: 992px) {
  .u-no-margin-bottom\@md {
    margin-bottom: 0 !important; } }

/*------------- Padding -------------*/
.u-no-padding {
  padding: 0 !important; }

.u-no-padding-top {
  padding-top: 0 !important; }

.u-no-padding-bottom {
  padding-bottom: 0 !important; }

.u-no-padding-left {
  padding-left: 0 !important; }

.u-no-padding-right {
  padding-right: 0 !important; }

.u-padding-top-5px {
  padding-top: 5px; }

.u-padding-bottom-5px {
  padding-bottom: 5px; }

.u-padding-top-10px {
  padding-top: 10px; }

.u-padding-bottom-10px {
  padding-bottom: 10px; }

.u-padding-top-15px {
  padding-top: 15px; }

.u-padding-bottom-15px {
  padding-bottom: 15px; }

.u-padding-top-20px {
  padding-top: 20px; }

.u-padding-bottom-20px {
  padding-bottom: 20px; }

.u-padding-top-25px {
  padding-top: 25px; }

.u-padding-bottom-25px {
  padding-bottom: 25px; }

.u-padding-top-30px {
  padding-top: 30px; }

.u-padding-bottom-30px {
  padding-bottom: 30px; }

.u-padding-top-35px {
  padding-top: 35px; }

.u-padding-bottom-35px {
  padding-bottom: 35px; }

.u-padding-top-40px {
  padding-top: 40px; }

.u-padding-bottom-40px {
  padding-bottom: 40px; }

.u-padding-top-45px {
  padding-top: 45px; }

.u-padding-bottom-45px {
  padding-bottom: 45px; }

.u-padding-top-50px {
  padding-top: 50px; }

.u-padding-bottom-50px {
  padding-bottom: 50px; }

.u-padding-top-55px {
  padding-top: 55px; }

.u-padding-bottom-55px {
  padding-bottom: 55px; }

.u-padding-top-60px {
  padding-top: 60px; }

.u-padding-bottom-60px {
  padding-bottom: 60px; }

.u-padding-top-65px {
  padding-top: 65px; }

.u-padding-bottom-65px {
  padding-bottom: 65px; }

.u-padding-top-70px {
  padding-top: 70px; }

.u-padding-bottom-70px {
  padding-bottom: 70px; }

.u-padding-top-75px {
  padding-top: 75px; }

.u-padding-bottom-75px {
  padding-bottom: 75px; }

.u-padding-top-80px {
  padding-top: 80px; }

.u-padding-bottom-80px {
  padding-bottom: 80px; }

.u-padding-top-85px {
  padding-top: 85px; }

.u-padding-bottom-85px {
  padding-bottom: 85px; }

.u-padding-top-90px {
  padding-top: 90px; }

.u-padding-bottom-90px {
  padding-bottom: 90px; }

.u-padding-top-95px {
  padding-top: 95px; }

.u-padding-bottom-95px {
  padding-bottom: 95px; }

.u-padding-top-100px {
  padding-top: 100px; }

.u-padding-bottom-100px {
  padding-bottom: 100px; }

.text-xs-left {
  text-align: left; }

.text-xs-right {
  text-align: right; }

.text-xs-center {
  text-align: center; }

.text-xs-justify {
  text-align: justify; }

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left; }

  .text-sm-right {
    text-align: right; }

  .text-sm-center {
    text-align: center; }

  .text-sm-justify {
    text-align: justify; } }
@media (min-width: 992px) {
  .text-md-left {
    text-align: left; }

  .text-md-right {
    text-align: right; }

  .text-md-center {
    text-align: center; }

  .text-md-justify {
    text-align: justify; } }
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left; }

  .text-lg-right {
    text-align: right; }

  .text-lg-center {
    text-align: center; }

  .text-lg-justify {
    text-align: justify; } }
.u-line-height-md {
  line-height: 1.65em; }

.u-width-50 {
  width: 50%; }

.u-width-100 {
  width: 100%; }

.u-align-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.u-relative {
  position: relative; }

.u-align-vcenter {
  display: inline-block; }
  @media (min-width: 992px) {
    .u-align-vcenter {
      display: table !important;
      width: 100%; }
      .u-align-vcenter [class*='col-'] {
        display: table-cell !important;
        vertical-align: middle; } }
  .u-align-vcenter [class*='col-'] {
    display: inline-block !important; }

.u-text-bold {
  font-weight: 600; }

.u-text-thin {
  font-weight: 100; }

.u-text-small {
  font-size: rem-calc(12px); }

/*# sourceMappingURL=app.css.map */
