html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub,
sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th,
td, article, aside, canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

html {
  box-sizing: border-box; }

body, html {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

*,
*:before,
*:after {
  box-sizing: inherit; }

code {
  background-color: transparent; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
  cursor: pointer; }

a:hover, a:focus, a:active, button:hover, button:focus, button:active {
  outline: 0;
  text-decoration: none; }

small, .small {
  font-size: 80%; }

p {
  margin-bottom: 0rem; }

a {
  color: #d0021b; }
  a:hover, a:focus, a:active {
    color: #d0021b; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #131415;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  background-color: #fbf8f8; }

.main-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100%; }

.dialog-off-canvas-main-canvas {
  height: 100%;
  width: 100%; }

::-webkit-scrollbar {
  width: 6px; }

::-webkit-scrollbar-button {
  background-color: #bebaba; }

::-webkit-scrollbar-thumb {
  background-color: #E4E4E4; }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #E4E4E4; }

::-webkit-scrollbar-track-piece,
::-webkit-scrollbar-track,
::-webkit-resizer {
  background-color: #bebaba; }

::-webkit-scrollbar-corner {
  background-color: #E4E4E4; }

.app-header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 0rem 0;
  width: 100%;
  background-color: transparent;
  border-bottom: 1px solid #ebebeb; }
  .app-header .btn-side-bar {
    border: 0;
    background-color: transparent;
    padding: 0;
    margin-right: 1rem;
    width: 25px;
    height: 25px;
    background-size: 25px; }
  .app-header .page-title {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #d0021b; }
  .app-header .avatar {
    display: inline-block;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    line-height: 40px;
    border: 1px solid #d0021b;
    background-color: white;
    margin-right: .5rem;
    text-align: center;
    font-weight: 500;
    color: #d0021b;
    text-transform: uppercase; }

.app-sidebar {
  position: fixed;
  top: 0px;
  bottom: 0;
  left: 0;
  z-index: 12;
  width: 250px;
  overflow-x: auto;
  max-height: 100%;
  background-color: #d0021b;
  border-right: 1px solid #ebebeb;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .app-sidebar .sidebar-brand {
    padding: 1.2rem .5rem;
    text-align: center; }
  .app-sidebar .sidebar-menu .nav-item {
    width: 100%; }
    .app-sidebar .sidebar-menu .nav-item .nav-link {
      position: relative;
      font-size: 15px;
      font-weight: 600;
      padding: .8rem 1rem;
      color: white;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .app-sidebar .sidebar-menu .nav-item .nav-link.active, .app-sidebar .sidebar-menu .nav-item .nav-link:hover {
        background-color: rgba(41, 2, 7, 0.08);
        color: white; }
    .app-sidebar .sidebar-menu .nav-item.has-arrow .sub-menu {
      overflow: hidden;
      background-color: #c60920; }
      .app-sidebar .sidebar-menu .nav-item.has-arrow .sub-menu > li > .nav-link {
        position: relative;
        font-size: 14px;
        padding: .5rem 1rem .5rem 2rem; }
        .app-sidebar .sidebar-menu .nav-item.has-arrow .sub-menu > li > .nav-link.active, .app-sidebar .sidebar-menu .nav-item.has-arrow .sub-menu > li > .nav-link:hover {
          color: white; }
      .app-sidebar .sidebar-menu .nav-item.has-arrow .sub-menu > li > ul > li > .nav-link {
        padding-left: 3rem; }
    .app-sidebar .sidebar-menu .nav-item.has-arrow > .nav-link[aria-expanded="true"]:after {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
      border-top-color: white; }
    .app-sidebar .sidebar-menu .nav-item.has-arrow > .nav-link:after {
      content: '';
      position: absolute;
      right: 1rem;
      top: 50%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 5px 0 5px;
      border-color: white transparent transparent transparent;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }

.toolbar-fixed .app-sidebar {
  top: 80px; }

.app-content {
  margin-left: 250px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .app-content .page-content {
    position: relative; }
  .app-content .page-body {
    padding: 3rem 1rem 1.5rem 1rem; }
  .app-content .page-filter {
    margin-bottom: 2rem; }
  .app-content .page-action {
    padding: 1rem 0;
    border-bottom: 1px solid #ebebeb; }
    .app-content .page-action .page-action-title {
      font-size: 17px;
      font-weight: 600;
      line-height: 17px; }
      .app-content .page-action .page-action-title.detail a {
        color: #131415; }
        .app-content .page-action .page-action-title.detail a .ic {
          width: 15px;
          height: 15px;
          background-size: 15px;
          margin-right: 0.5rem; }
    .app-content .page-action .action-btn {
      text-align: right; }

.sidebar-collapse .app-sidebar {
  -webkit-transform: translateX(-255px);
  -moz-transform: translateX(-255px);
  -ms-transform: translateX(-255px);
  -o-transform: translateX(-255px);
  transform: translateX(-255px); }
.sidebar-collapse .app-content {
  margin: 0; }

.login-page {
  height: 100vh; }
  .login-page .brand {
    margin: 0 auto;
    width: 50px;
    height: 50px; }
  .login-page .title {
    text-align: center;
    font-size: 22px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 1rem;
    margin-bottom: 2rem; }
  .login-page .info {
    margin-bottom: 1.5rem; }
  .login-page .link-login a {
    margin-top: 1rem;
    display: inline-block;
    font-weight: 600;
    text-decoration: underline; }
  .login-page .login-form {
    max-width: 550px;
    padding: 3rem;
    margin: 0 auto;
    background-color: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ebebeb; }

.card.card-1 {
  margin-bottom: 30px;
  border-color: #ebebeb;
  background-color: white; }
  .card.card-1 .card-body {
    padding: 1rem 2rem;
    position: relative;
    overflow: hidden; }
  .card.card-1 .counter {
    font-size: 30px;
    font-weight: 400;
    color: #d0021b; }
  .card.card-1 .title {
    font-size: 14px;
    color: #131415;
    font-weight: 600; }
  .card.card-1 .bg {
    display: block;
    position: absolute;
    right: 0rem;
    bottom: 0;
    top: 0;
    padding-top: 0px;
    width: 135px; }
.card.card-2 {
  margin-bottom: 30px;
  border-color: #ebebeb; }
  .card.card-2 .card-header {
    margin-bottom: 0;
    background-color: white;
    border-color: #ebebeb;
    padding: 0.75rem 1.5rem; }
    .card.card-2 .card-header .card-title {
      margin: 0;
      font-size: 16px;
      font-weight: 600;
      color: #131415; }
.card.card-img-detail {
  width: 100px;
  max-height: 100px;
  border-color: #ebebeb; }
.card .cke_reset {
  border-color: rgba(89, 65, 76, 0.1); }
  .card .cke_reset .cke_top, .card .cke_reset .cke_bottom {
    border-color: rgba(89, 65, 76, 0.1);
    background-color: rgba(89, 65, 76, 0.03); }
  .card .cke_reset a.cke_button_off:hover, .card .cke_reset a.cke_button_off:focus, .card .cke_reset a.cke_button_off:active {
    background-color: rgba(208, 2, 27, 0.09);
    border-color: rgba(89, 65, 76, 0.1); }

.listing {
  position: relative;
  width: 100%; }
  .listing .table {
    width: 100% !important;
    margin-bottom: 3rem;
    position: relative;
    background-color: transparent; }
    .listing .table td, .listing .table th {
      padding: .7rem .6rem;
      vertical-align: middle;
      border-top: 1px solid #ebebeb;
      color: #131415;
      font-size: 14px;
      font-weight: 600;
      line-height: 1; }
    .listing .table thead th {
      vertical-align: middle;
      border-bottom: 1px solid #ebebeb;
      color: #131415;
      background-color: white; }
    .listing .table tbody tr {
      cursor: pointer; }
      .listing .table tbody tr:nth-child(odd) {
        background-color: rgba(208, 2, 27, 0.08); }
      .listing .table tbody tr td.dragdrop {
        background-size: 20px;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("../images/icon/drag.svg");
        padding: 0;
        cursor: all-scroll;
        overflow: hidden;
        line-height: 0;
        font-size: 0; }
    .listing .table .action {
      position: relative;
      width: 40px !important;
      text-align: center; }
      .listing .table .action .ic-action {
        width: 20px;
        height: 20px;
        background-size: 18px; }
      .listing .table .action .dropdown-toggle::after {
        content: none; }
      .listing .table .action .dropdown-action {
        min-width: 185px;
        text-align: center;
        border-color: #ebebeb;
        font-size: 14px;
        margin-top: 6px;
        margin-left: -6px;
        margin-left: -11px;
        padding: .2rem 0rem; }
        .listing .table .action .dropdown-action .item, .listing .table .action .dropdown-action .item:hover, .listing .table .action .dropdown-action .item:focus {
          display: block;
          padding: .3rem 1rem;
          text-align: left;
          margin-bottom: 1px;
          color: #d0021b; }
    .listing .table .child {
      padding: 0; }
      .listing .table .child table {
        width: 100%; }
        .listing .table .child table td, .listing .table .child table th {
          padding: .5rem; }
          .listing .table .child table td.title, .listing .table .child table th.title {
            color: #d0021b; }
        .listing .table .child table tr:nth-child(odd) {
          background-color: #fbfbfb; }
  .listing table.dataTable tbody > tr.selected,
  .listing table.dataTable tbody > tr > .selected {
    background-color: #d0021b !important; }
    .listing table.dataTable tbody > tr.selected td,
    .listing table.dataTable tbody > tr > .selected td {
      color: white; }
  .listing table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
  .listing table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    background-color: #d0021b; }
  .listing .no-data {
    text-align: center;
    background-color: #fbfbfb;
    border-bottom: 1px solid #ebebeb;
    color: #131415 !important; }
  .listing .sub-title {
    display: block;
    color: #d0021b;
    font-size: 12px; }

.listing-pager {
  margin-top: 1rem !important; }
  .listing-pager .page-link {
    color: #131415;
    border-color: #ebebeb;
    padding: .6rem 1rem;
    font-size: 14px;
    font-weight: 600; }
    .listing-pager .page-link:hover {
      background-color: rgba(208, 2, 27, 0.09); }
    .listing-pager .page-link:focus {
      box-shadow: none; }
  .listing-pager .page-item.active .page-link {
    color: white;
    background-color: #d0021b;
    border-color: #ebebeb; }
  .listing-pager .page-item.disabled .page-link {
    color: #131415;
    border-color: #ebebeb; }

.history {
  padding-left: 16px;
  margin-top: 1rem;
  font-weight: 600;
  font-size: 15px;
  position: relative; }
  .history::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #131415; }

.btn-site {
  color: #d0021b;
  background-color: rgba(208, 2, 27, 0.09);
  padding: 0.6rem .75rem;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }
  .btn-site .ic {
    width: 13px;
    height: 13px;
    background-size: 13px;
    margin-right: .3rem; }
  .btn-site:hover, .btn-site:focus {
    color: #d0021b;
    background-color: rgba(208, 2, 27, 0.1); }
  .btn-site.btn-2 {
    background-color: #d0021b;
    color: white; }
  .btn-site.btn-3 {
    background-color: #131415;
    color: #d0021b; }
  .btn-site.btn-4 {
    background-color: #131415;
    color: white; }
  .btn-site.btn-save {
    padding: .8rem 2rem;
    font-weight: 600; }
  .btn-site.btn-login {
    padding: 1rem 1.2rem;
    font-size: 15px; }
  .btn-site.b-link {
    background-color: transparent;
    padding: 0.4rem 1rem; }

.btn-popup {
  height: 40px;
  margin: 2px 1px; }
  .btn-popup i {
    margin: 0 !important; }

.form-control:not(div), .custom-file-label, .form-managed-file {
  width: 100%;
  height: calc(2.65rem + 2px);
  padding: .7rem 1rem;
  font-size: 14px;
  margin-top: 0 !important;
  font-weight: 400;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border-color: #ebebeb;
  background-color: #f9f9f9;
  color: #131415; }
  .form-control:not(div):focus, .custom-file-label:focus, .form-managed-file:focus {
    color: #131415;
    background-color: #f9f9f9;
    border-color: #ebebeb; }
  .form-control:not(div).form-textarea, .custom-file-label.form-textarea, .form-managed-file.form-textarea {
    height: inherit; }
  .form-control:not(div).form-login, .custom-file-label.form-login, .form-managed-file.form-login {
    margin-bottom: 1.5rem;
    height: 100%;
    padding: 1rem 1.2rem; }
  .form-control:not(div):-moz-placeholder, .custom-file-label:-moz-placeholder, .form-managed-file:-moz-placeholder {
    color: #a2a2a2;
    opacity: 1; }
  .form-control:not(div)::-moz-placeholder, .custom-file-label::-moz-placeholder, .form-managed-file::-moz-placeholder {
    color: #a2a2a2;
    opacity: 1; }
  .form-control:not(div):-ms-input-placeholder, .custom-file-label:-ms-input-placeholder, .form-managed-file:-ms-input-placeholder {
    color: #a2a2a2;
    opacity: 1; }
  .form-control:not(div)::-webkit-input-placeholder, .custom-file-label::-webkit-input-placeholder, .form-managed-file::-webkit-input-placeholder {
    color: #a2a2a2;
    opacity: 1; }
  .form-control:not(div)::placeholder, .custom-file-label::placeholder, .form-managed-file::placeholder {
    color: #a2a2a2;
    opacity: 1; }

.select2-container {
  width: 100% !important; }

.select2-container--default .select2-selection--multiple {
  width: 100%;
  padding: .6rem 1rem;
  font-size: 14px;
  margin-top: 0 !important;
  font-weight: 400;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border-color: #ebebeb !important;
  background-color: #f9f9f9 !important;
  color: #131415 !important; }

.select2-container--default .select2-selection--single {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border-color: #ebebeb !important;
  background-color: #f9f9f9 !important;
  color: #131415 !important;
  height: calc(2.65rem + 2px); }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px;
    padding: 0 1rem; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  width: 2rem; }

.select2-container .select2-search--inline .select2-search__field {
  position: relative;
  top: -4px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #131415; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #131415; }

.select2-search__field:-moz-placeholder {
  color: #131415;
  opacity: 1; }
.select2-search__field::-moz-placeholder {
  color: #131415;
  opacity: 1; }
.select2-search__field:-ms-input-placeholder {
  color: #131415;
  opacity: 1; }
.select2-search__field::-webkit-input-placeholder {
  color: #131415;
  opacity: 1; }
.select2-search__field::placeholder {
  color: #131415;
  opacity: 1; }

.select2-selection__placeholder {
  color: #131415 !important;
  opacity: 1 !important; }

.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--single .select2-selection__choice {
  background-color: #d0021b;
  border-color: #d0021b !important;
  color: white; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove,
  .select2-container--default .select2-selection--single .select2-selection__choice .select2-selection__choice__remove {
    background-color: #d0021b;
    color: white;
    border-color: white; }

.select2-dropdown {
  border-color: #ebebeb; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f9f9f9;
  color: #131415; }

.filter-page {
  padding: 15px 15px 0rem 15px;
  background-color: white;
  border: 1px solid #ebebeb; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.65rem + 2px); }

.dropdown-menu {
  border-color: #E4E4E4;
  font-size: 14px; }
  .dropdown-menu .dropdown-item, .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
    display: block;
    padding: .3rem 1rem;
    text-align: left;
    margin-bottom: 1px;
    color: #131415; }
  .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
    background-color: rgba(208, 2, 27, 0.05); }

.card-body legend {
  font-size: 13px;
  color: #131415;
  font-weight: 600; }

.form-group .form-label {
  font-size: 13px;
  color: #131415;
  font-weight: 600; }
.form-group .description {
  font-size: 12px;
  line-height: 12px;
  margin-top: 9px;
  font-weight: 600;
  color: #131415; }
.form-group .form-detail {
  font-weight: 600;
  color: #131415;
  font-size: 15px; }
.form-group .form-label-detail {
  color: #a9acaf;
  font-size: 14px; }

.custom-file-label::after {
  height: 100%;
  padding: .5rem 1rem;
  color: #d0021b;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  content: "Parcourir";
  background-color: rgba(208, 2, 27, 0.09);
  border-left: 1px solid #ebebeb; }

.custom-file-input:focus ~ .custom-file-label {
  border-color: #d0021b;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }

.custom-control-label::before {
  background-color: rgba(89, 65, 76, 0.03);
  border: 1px solid rgba(89, 65, 76, 0.1);
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }

.custom-control-input:active ~ .custom-control-label::before {
  background-color: rgba(208, 2, 27, 0.09); }

.custom-control-label {
  font-size: 13px;
  line-height: 24px;
  color: #131415;
  font-weight: 500; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #d0021b;
  border-color: #d0021b; }

.preloader-it, .ajax-progress-throbber {
  background: white;
  position: fixed;
  z-index: 10001;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden; }
  .preloader-it .loader-pendulums, .preloader-it .throbber, .ajax-progress-throbber .loader-pendulums, .ajax-progress-throbber .throbber {
    position: relative;
    top: 50%;
    background-image: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    margin: 0 auto;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 4rem;
    width: 0.8em;
    height: 0.8em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 0.1em solid rgba(208, 2, 27, 0.1); }
    .preloader-it .loader-pendulums:before, .preloader-it .loader-pendulums:after, .preloader-it .throbber:before, .preloader-it .throbber:after, .ajax-progress-throbber .loader-pendulums:before, .ajax-progress-throbber .loader-pendulums:after, .ajax-progress-throbber .throbber:before, .ajax-progress-throbber .throbber:after {
      content: '';
      width: 0.8em;
      height: 0.8em;
      left: -.1em;
      top: -.1em;
      padding: .1em;
      display: block;
      border-radius: 50%;
      position: absolute;
      -webkit-transform-origin: center center;
      transform-origin: center center;
      border: .1em solid;
      border-color: rgba(208, 2, 27, 0.4) transparent transparent transparent;
      -webkit-animation: pendulum infinite 2s cubic-bezier(0.3, 1.65, 0.7, -0.65);
      animation: pendulum infinite 2s cubic-bezier(0.3, 1.65, 0.7, -0.65); }
    .preloader-it .loader-pendulums:before, .preloader-it .throbber:before, .ajax-progress-throbber .loader-pendulums:before, .ajax-progress-throbber .throbber:before {
      border-color: #d0021b transparent transparent transparent;
      -webkit-animation-delay: -1s;
      animation-delay: -1s;
      -webkit-animation-name: pendulum2;
      animation-name: pendulum2; }
  .preloader-it .message, .ajax-progress-throbber .message {
    display: none; }

.preloader-it.preloader-2 {
  position: absolute;
  left: .5rem;
  right: inherit;
  width: 20px;
  height: 20px;
  background-color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  .preloader-it.preloader-2 .loader-pendulums {
    width: 100%;
    height: 100%;
    font-size: 2rem;
    border: 0.1em solid rgba(255, 255, 255, 0.5); }
    .preloader-it.preloader-2 .loader-pendulums:before, .preloader-it.preloader-2 .loader-pendulums:after {
      content: '';
      width: 20px;
      height: 20px;
      border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent; }
    .preloader-it.preloader-2 .loader-pendulums:before {
      border-color: white transparent transparent transparent; }

.btn-loader {
  position: relative; }
  .btn-loader.load {
    padding-left: 2rem; }

#beneficiary_detail {
  position: relative; }

.list-loader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(208, 2, 27, 0.05);
  z-index: 20;
  overflow: hidden; }
  .list-loader span {
    position: absolute;
    left: 50%;
    top: 50%;
    display: inline-block;
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .list-loader span:after {
      z-index: 10;
      content: '';
      display: block;
      width: 40px;
      height: 40px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      border: 3px solid;
      -webkit-border-color: #d0021b rgba(208, 2, 27, 0.1) #d0021b rgba(208, 2, 27, 0.1);
      -moz-border-color: #d0021b rgba(208, 2, 27, 0.1) #d0021b rgba(208, 2, 27, 0.1);
      -ms-border-color: #d0021b rgba(208, 2, 27, 0.1) #d0021b rgba(208, 2, 27, 0.1);
      border-color: #d0021b rgba(208, 2, 27, 0.1) #d0021b rgba(208, 2, 27, 0.1);
      animation: lds-dual-ring 1.2s linear infinite; }

.dashboard-card .list-loader span, .dashboard-card .list-loader span:after {
  border-width: 1px;
  width: 20px;
  height: 20px; }

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes pendulum {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }
@-moz-keyframes pendulum {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes pendulum {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }
@-webkit-keyframes pendulum2 {
  from {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  to {
    -webkit-transform: rotate(520deg);
    -moz-transform: rotate(520deg);
    -ms-transform: rotate(520deg);
    -o-transform: rotate(520deg);
    transform: rotate(520deg); } }
@-moz-keyframes pendulum2 {
  from {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  to {
    -webkit-transform: rotate(520deg);
    -moz-transform: rotate(520deg);
    -ms-transform: rotate(520deg);
    -o-transform: rotate(520deg);
    transform: rotate(520deg); } }
@keyframes pendulum2 {
  from {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  to {
    -webkit-transform: rotate(520deg);
    -moz-transform: rotate(520deg);
    -ms-transform: rotate(520deg);
    -o-transform: rotate(520deg);
    transform: rotate(520deg); } }
.swal-button, .swal-button:not([disabled]):hover, .swal-button:not([disabled]):focus {
  background-color: #d0021b;
  outline: 0 !important;
  font-weight: 600;
  font-size: 14px !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }

.swal-button--cancel {
  color: white; }

.swal-text {
  font-size: 14px;
  font-weight: 600;
  color: #131415; }

.ic {
  vertical-align: middle;
  display: inline-block;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center; }
  .ic.ic-add {
    background-image: url("../images/icon/plus.svg"); }
  .ic.ic-menu {
    background-image: url("../images/icon/menu.svg"); }
  .ic.ic-export {
    background-image: url("../images/icon/export.svg"); }
  .ic.ic-action {
    background-image: url("../images/icon/action.svg"); }
  .ic.ic-left-arrow {
    background-image: url("../images/icon/left-arrow.svg"); }
  .ic.ic-edit {
    background-image: url("../images/icon/edit.svg"); }
  .ic.ic-decline {
    background-image: url("../images/icon/decline.svg"); }
  .ic.ic-check {
    background-image: url("../images/icon/check.svg"); }
  .ic.ic-delete {
    background-image: url("../images/icon/delete.svg"); }
  .ic.ic-decline {
    background-image: url("../images/icon/decline.svg"); }
  .ic.ic-check {
    background-image: url("../images/icon/check.svg"); }
  .ic.ic-search {
    background-image: url("../images/icon/search.svg"); }
  .ic.ic-reset {
    background-image: url("../images/icon/reset.svg"); }
  .ic.ic-see {
    background-image: url("../images/icon/see.svg"); }
  .ic.ic-download {
    background-image: url("../images/icon/download.svg"); }

.swal-reset .swal-content span {
  border: 1px solid #ebebeb;
  background-color: rgba(235, 235, 235, 0.5);
  padding: .5rem 1rem;
  color: #131415;
  font-size: 14px;
  font-weight: 600; }

.swal-title {
  font-size: 17px; }

label.error {
  font-size: 11px;
  font-weight: 600;
  color: #ff1400; }

.form-control.error {
  border-color: #ff1400;
  background-color: rgba(255, 20, 0, 0.04); }

.alerts-error {
  /*position: absolute;
  right: -100%;
  z-index: 999;
  top: -9%;*/
  margin-top: 1.5rem; }
  .alerts-error .close {
    position: absolute;
    right: .8rem;
    top: 1.4rem;
    line-height: 0;
    opacity: 1 !important;
    color: black;
    font-size: 25px;
    font-weight: 400;
    text-shadow: none; }

.link-list {
  font-size: 13px;
  padding: 6px; }

.modal-detail .modal-dialog {
  max-width: 800px; }
  .modal-detail .modal-dialog .modal-content, .modal-detail .modal-dialog .modal-header, .modal-detail .modal-dialog .modal-footer {
    border-color: #ebebeb; }
  .modal-detail .modal-dialog .modal-header .title {
    font-size: 20px;
    font-weight: 600;
    color: #d0021b; }

.form-image {
  max-width: 100%;
  height: auto;
  border: 1px solid #ebebeb;
  padding: 5px;
  text-align: center; }
  .form-image img {
    max-width: 100%;
    height: auto;
    max-height: 80px;
    margin: 0 auto; }

.form-image-link {
  text-align: center;
  padding: 5px; }
  .form-image-link a {
    padding: 0 !important; }
    .form-image-link a .ic {
      width: 40px;
      height: 40px;
      margin: 0; }

.error-page {
  text-align: center; }
  .error-page .error {
    color: #d0021b;
    font-size: 10em;
    line-height: 1em;
    display: block;
    text-align-last: center;
    letter-spacing: 10px;
    margin-bottom: .1em;
    font-weight: 700; }
  .error-page .title {
    color: #131415;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: .5rem; }
  .error-page .desc {
    color: #828282;
    margin-bottom: 2rem; }

.modal-filter .modal-dialog {
  max-width: 700px; }
  .modal-filter .modal-dialog .modal-content, .modal-filter .modal-dialog .modal-header, .modal-filter .modal-dialog .modal-footer {
    border-color: #f9f9f9; }
  .modal-filter .modal-dialog .modal-footer {
    padding: .5rem 1rem; }
  .modal-filter .modal-dialog .modal-header .title {
    font-size: 20px;
    font-weight: 500;
    color: #d0021b; }

.alert-info {
  display: none; }

.alert-danger a {
  display: none; }

.multisteps {
  overflow: hidden; }
  .multisteps li {
    list-style-type: none;
    color: #131415;
    width: calc(100% / 2);
    float: left;
    position: relative;
    text-align: center; }
    .multisteps li:before {
      content: "";
      width: 30px;
      height: 30px;
      display: block;
      background-color: #ebebeb;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      margin: 0 auto 10px auto; }
    .multisteps li:after {
      content: '';
      width: 100%;
      height: 8px;
      background-color: #ebebeb;
      position: absolute;
      left: 0%;
      top: 13px;
      z-index: -1; }
    .multisteps li:last-child:after {
      width: 150%; }
    .multisteps li.active {
      color: #d0021b; }
      .multisteps li.active:before, .multisteps li.active:after {
        background-color: #d0021b;
        color: white; }

.image-type-program {
  max-width: 60px;
  height: auto;
  margin-bottom: 15px; }

.doc-list {
  font-size: 15px;
  font-weight: 500;
  color: black; }
  .doc-list li {
    padding: 1rem .5rem;
    border-bottom: 1px solid #f9f9f9;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .doc-list li .name {
      padding-right: 1rem;
      display: inline-block; }
    .doc-list li .ic-download {
      width: 20px;
      height: 20px;
      background-size: 20px; }
    .doc-list li:last-child {
      border-bottom: 0; }

.date-group {
  height: auto  !important; }

div.date-group {
  padding: 0;
  border: 0; }

.datetime-fields h4 {
  font-size: 14px;
  color: #131415;
  line-height: 1.5; }

@media (max-width: 1199px) {
  .app-sidebar {
    -webkit-transform: translateX(-255px);
    -moz-transform: translateX(-255px);
    -ms-transform: translateX(-255px);
    -o-transform: translateX(-255px);
    transform: translateX(-255px); }

  .app-content {
    margin: 0;
    padding: 0; }
    .app-content .page-action .action-btn {
      text-align: center; }
      .app-content .page-action .action-btn .btn {
        margin-bottom: 5px; }
    .app-content .page-action .page-action-title {
      margin-bottom: 1rem;
      text-align: center; }

  .sidebar-collapse .app-sidebar {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); }
  .sidebar-collapse .app-content {
    -webkit-transform: translateX(255px);
    -moz-transform: translateX(255px);
    -ms-transform: translateX(255px);
    -o-transform: translateX(255px);
    transform: translateX(255px); } }

/*# sourceMappingURL=styles.css.map */
