/* @import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);*/
@import url(bootstrap.css);
/* Responsive */
/* ------------- LOGIN ---------------- */
textarea, input, *:focus {
  outline: none !important; }

select.form-control {
  padding-right: 20px; }

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: 80px; }

.content {
  min-height: 550px;
  padding-top: 10px; }

body {
  font-family: "Lato", sans-serif; }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #3F4254;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #EBEDF3; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #EBEDF3; }
  .table tbody + tbody {
    border-top: 2px solid #EBEDF3; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #EBEDF3; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #EBEDF3; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #EBEDF3; }

.table-hover tbody tr:hover {
  color: #3F4254;
  background-color: #E4E6EF; }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #fccdd2; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #faa3ac; }

.table-hover .table-primary:hover {
  background-color: #fbb5bc; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #fbb5bc; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #f7f8fb; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #f1f2f7; }

.table-hover .table-secondary:hover {
  background-color: #e6e9f3; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #e6e9f3; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #bfefed; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #88e1dd; }

.table-hover .table-success:hover {
  background-color: #abeae7; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #abeae7; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #decefe; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #c2a4fd; }

.table-hover .table-info:hover {
  background-color: #cdb5fd; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #cdb5fd; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffe7b8; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffd27a; }

.table-hover .table-warning:hover {
  background-color: #ffde9f; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffde9f; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fccdd2; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #faa3ac; }

.table-hover .table-danger:hover {
  background-color: #fbb5bc; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #fbb5bc; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fcfcfd; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #f9fafc; }

.table-hover .table-light:hover {
  background-color: #ededf3; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ededf3; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #bebfc6; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #878994; }

.table-hover .table-dark:hover {
  background-color: #b0b2ba; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b0b2ba; }

.table-white,
.table-white > th,
.table-white > td {
  background-color: white; }

.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white; }

.table-hover .table-white:hover {
  background-color: #f2f2f2; }
  .table-hover .table-white:hover > td,
  .table-hover .table-white:hover > th {
    background-color: #f2f2f2; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: #E4E6EF; }

.table-hover .table-active:hover {
  background-color: #d4d7e6; }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: #d4d7e6; }

.table .thead-dark th {
  color: #ffffff;
  background-color: #181C32;
  border-color: #242a4c; }

.table .thead-light th {
  color: #3F4254;
  background-color: #F3F6F9;
  border-color: #EBEDF3; }

.table-dark {
  color: #ffffff;
  background-color: #181C32; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #242a4c; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xxl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.pagination > li > a, .pagination > li > span {
  background: #26211b;
  border: 1px solid #26211b;
  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: #000;
  border: 1px solid #fff;
  color: gray; }

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background: #000;
  border: 1px solid #000;
  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-size: cover;
  background-repeat: no-repeat;
  color: #fff; 
  }

  .c-purpose {
  background: #fff;
  color: #000;  }
  
.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: 50px;
  position: fixed;
  padding: 10px;
  background: #f4f4f4;
  -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: #000;
  -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: fixed;
  top: 20px;
  right: 20px;
  z-index: 10; 
  }

  .c-login_header {
  background: #fee50f; 
  position: fixed;
  width: 100%;
  top: 0;
  height: 70px;
  z-index: 1000; }
  
.active {
  background-color: rgba(34,34,34,0.8);
}

.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: #000080;
      text-decoration: none;
      opacity: .8; }
      .c-main-menu li a:hover {
        opacity: 1; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #000;
  border-color: #000; }

.c-admin {
  background: #1e7816;  } /* #daf3e7; -- #8EB4E6*/

.header1 {
  height: 85px;
  background-color: #fff;
  
}

.header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;

}

.header-right-content {
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.header-right-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-right-wrapper > * {
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px solid #e6e6e6;
}

.header-right-wrapper > *:last-child {
  border-right: none;
}

.header-logo {
  margin-left: 50px;
}

.header-logo img {
  width: 40px;
  vertical-align: middle;
}

.header-logo span {
  font-weight: bold;
  font-family: 'Raleway', cursive;
  font-size: 15px;
  
}


@media screen and (max-width: 63.9375em) {
  .header-logo {
    
    margin-left: 0px;
  }
  .header-logo span {
    display: none;
  }
}

.header-logo-tagline {
  font-style: italic;
  text-align: right;
}

@media screen and (max-width: 63.9375em) {
  .header-logo-tagline {
    display: none;
  }
  
}

.header-logo1 {
  margin: auto;
  font-size: 20px;
}

@media screen and (max-width: 63.9375em) {
  .header-logo1 {
    display: none;
  }
  
}

.header-login a {
  display: inline-block;
}

.header-login img {
  width: 30px;
  vertical-align: middle;
}

.header-login span {
  vertical-align: middle;
  display: inline-block;
  color: black;
  margin-left: 10px;
}

@media screen and (max-width: 39.9375em) {
  .header-login span {
    display: none;
  }
}

.header-toggle-menu {
  vertical-align: middle;
  padding: 20px 20px;
  position: relative;
}

.header-toggle-menu span {
  vertical-align: middle;
  margin-left: 10px;
  display: inline-block;
}

@media screen and (max-width: 63.9375em) {
  .header-toggle-menu > span {
    display: none;
  }
}

.toggle-menu {
  display: inline-block;
}

.toggle-menu img {
  width: 35px;
  vertical-align: middle;
}

.toggle-menu-list {
  display: none;
  background-color: white;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  position: absolute;
  z-index: 1;
  min-width: 200px;
  top: 60px;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.3);
}

.toggle-menu-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.toggle-menu-list ul li {
  border-bottom: 1px solid #f8f8ff;
}

.toggle-menu-list ul li:last-child {
  border-bottom: none;
}

.toggle-menu-list ul li a {
  display: block;
  padding: 5px 15px;
  color: #7a7a7c;
  font-size: 14px;
}

.toggle-menu-list ul li a:hover {
  background-color: #fef200;
  color: #11171a;
}

.toggle-menu-list.show {
  display: block;
}

.c-app {
  padding-top: 30px; }

.c-app__header {
  background: #000;
  position: fixed;
  width: 100%;
  top: 0;
  height: 60px;
  z-index: 1000; }

.c-app__header1 {
  background: #fff;
  position: fixed;
  width: 98%;
  height: 85px;
  z-index: 1000; }
  
.c-app__brand {
  display: inline-block;
  margin-left: 50%;
  transform: translateX(-50%);
  min-width: 260px; }

.c-app__title {
  margin-top: 15px; }

.c-app__logo__img {
  height: 65px;
/*  padding-left: 15px; */
  padding-top: 15px;
  padding-bottom: 15px;
}

.c-app__logo__img1 {
  height: 70px;
    padding: 2px;
	padding-left: 30px;	}
  
.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: #1d1915; }
    .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 #00458e; }
    .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: #26211b; }
      .c-app__nav__submenu > li > a:hover {
        color: #00458e; }

.c-app__profile {
  position: relative;
  float: left;
  color: white;
  margin-top: 12px;
  margin-right: 10px; }
  .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 #00458e; }
    .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: #26211b; }
      .c-app__option__menu > li > a:hover {
        color: #00458e; }

.c-app__menu__toggle {
  position: absolute;
  left: 20px;
  top: 12px;
  font-size: 23px;
  color: white; }
  .c-app__menu__toggle:focus, .c-app__menu__toggle:hover {
    color: white; }

#menu > ul {
  display: none; }

.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: 15px; }

.c-app__box__header--border {
  border-bottom: 2px dotted #AFAFAF; }

.c-app__box__footer--border {
  border-top: 2px dotted #AFAFAF; }

.btn {
  display: inline-block;
  font-weight: normal;
  color: #3F4254;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.65rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.85rem;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #3F4254;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none; }
  .btn.disabled, .btn:disabled {
    opacity: 0.6;
    box-shadow: none; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
    .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
      box-shadow: none; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
  box-shadow: none; }
  .btn-primary:hover {
    color: #ffffff;
    background-color: #f42a3f;
    border-color: #f41d34; }
  .btn-primary:focus, .btn-primary.focus {
    color: #ffffff;
    background-color: #f42a3f;
    border-color: #f41d34;
    box-shadow: 0 0 0 0.2rem rgba(247, 105, 120, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #ffffff;
    background-color: #F64E60;
    border-color: #F64E60; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #f41d34;
    border-color: #f3112a; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(247, 105, 120, 0.5); }

.btn-secondary {
  color: #181C32;
  background-color: #E4E6EF;
  border-color: #E4E6EF;
  box-shadow: none; }
  .btn-secondary:hover {
    color: #181C32;
    background-color: #ccd0e1;
    border-color: #c4c8dc; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #181C32;
    background-color: #ccd0e1;
    border-color: #c4c8dc;
    box-shadow: 0 0 0 0.2rem rgba(197, 200, 211, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #181C32;
    background-color: #E4E6EF;
    border-color: #E4E6EF; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #181C32;
    background-color: #c4c8dc;
    border-color: #bcc1d7; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(197, 200, 211, 0.5); }

.btn-success {
  color: #ffffff;
  background-color: #1BC5BD;
  border-color: #1BC5BD;
  box-shadow: none; }
  .btn-success:hover {
    color: #ffffff;
    background-color: #16a39d;
    border-color: #159892; }
  .btn-success:focus, .btn-success.focus {
    color: #ffffff;
    background-color: #16a39d;
    border-color: #159892;
    box-shadow: 0 0 0 0.2rem rgba(61, 206, 199, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #ffffff;
    background-color: #1BC5BD;
    border-color: #1BC5BD; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #ffffff;
    background-color: #159892;
    border-color: #138d87; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(61, 206, 199, 0.5); }

.btn-info {
  color: #ffffff;
  background-color: #8950FC;
  border-color: #8950FC;
  box-shadow: none; }
  .btn-info:hover {
    color: #ffffff;
    background-color: #702afb;
    border-color: #671efb; }
  .btn-info:focus, .btn-info.focus {
    color: #ffffff;
    background-color: #702afb;
    border-color: #671efb;
    box-shadow: 0 0 0 0.2rem rgba(155, 106, 252, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #ffffff;
    background-color: #8950FC;
    border-color: #8950FC; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #ffffff;
    background-color: #671efb;
    border-color: #5f11fb; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(155, 106, 252, 0.5); }

.btn-warning {
  color: #ffffff;
  background-color: #FFA800;
  border-color: #FFA800;
  box-shadow: none; }
  .btn-warning:hover {
    color: #ffffff;
    background-color: #d98f00;
    border-color: #cc8600; }
  .btn-warning:focus, .btn-warning.focus {
    color: #ffffff;
    background-color: #d98f00;
    border-color: #cc8600;
    box-shadow: 0 0 0 0.2rem rgba(220, 147, 8, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #181C32;
    background-color: #FFA800;
    border-color: #FFA800; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #ffffff;
    background-color: #cc8600;
    border-color: #bf7e00; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 147, 8, 0.5); }

.btn-danger {
  color: #ffffff;
  background-color: #F64E60;
  border-color: #F64E60;
  box-shadow: none; }
  .btn-danger:hover {
    color: #ffffff;
    background-color: #f42a3f;
    border-color: #f41d34; }
  .btn-danger:focus, .btn-danger.focus {
    color: #ffffff;
    background-color: #f42a3f;
    border-color: #f41d34;
    box-shadow: 0 0 0 0.2rem rgba(247, 105, 120, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #ffffff;
    background-color: #F64E60;
    border-color: #F64E60; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #f41d34;
    border-color: #f3112a; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(247, 105, 120, 0.5); }

.btn-light {
  color: #181C32;
  background-color: #F3F6F9;
  border-color: #F3F6F9;
  box-shadow: none; }
  .btn-light:hover {
    color: #181C32;
    background-color: #dae3ec;
    border-color: #d1dde8; }
  .btn-light:focus, .btn-light.focus {
    color: #181C32;
    background-color: #dae3ec;
    border-color: #d1dde8;
    box-shadow: 0 0 0 0.2rem rgba(210, 213, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #181C32;
    background-color: #F3F6F9;
    border-color: #F3F6F9; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #181C32;
    background-color: #d1dde8;
    border-color: #c9d6e4; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(210, 213, 219, 0.5); }

.btn-dark {
  color: #ffffff;
  background-color: #181C32;
  border-color: #181C32;
  box-shadow: none; }
  .btn-dark:hover {
    color: #ffffff;
    background-color: #0c0e18;
    border-color: #070910; }
  .btn-dark:focus, .btn-dark.focus {
    color: #ffffff;
    background-color: #0c0e18;
    border-color: #070910;
    box-shadow: 0 0 0 0.2rem rgba(59, 62, 81, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #ffffff;
    background-color: #181C32;
    border-color: #181C32; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #070910;
    border-color: #030407; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(59, 62, 81, 0.5); }

.btn-white {
  color: #181C32;
  background-color: #ffffff;
  border-color: #ffffff;
  box-shadow: none; }
  .btn-white:hover {
    color: #181C32;
    background-color: #ececec;
    border-color: #e6e6e6; }
  .btn-white:focus, .btn-white.focus {
    color: #181C32;
    background-color: #ececec;
    border-color: #e6e6e6;
    box-shadow: 0 0 0 0.2rem rgba(220, 221, 224, 0.5); }
  .btn-white.disabled, .btn-white:disabled {
    color: #181C32;
    background-color: #ffffff;
    border-color: #ffffff; }
  .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active,
  .show > .btn-white.dropdown-toggle {
    color: #181C32;
    background-color: #e6e6e6;
    border-color: #dfdfdf; }
    .btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus,
    .show > .btn-white.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 221, 224, 0.5); }
    
@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: #00458e; }

.t-secondary-color {
  color: #26211b; }

.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: #808080; }

.t-secondary-bg {
  background-color: #1d3e57; }

.t-third-bg {
  background-color: #DAA520; }

.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 {
  background-color: rgba(255,255,255,0.10);
  max-width: 425px;
  width: 90%; 
  color:#000;
  position: relative;
  
  }
  

.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; }

.mm-page {
  position: static; }

/* Home */
.c-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  position: relative; }

.c-hero__wrapper {
  width: 300px;
  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); }
  
div.static {
  position: relative;
  left: 15px;
  
}

/*# sourceMappingURL=app.css.map */
