.nav-header {
  position: fixed;
  top: 0;
  right: 0;
  width: auto;
  height: auto;
  padding: 25px 20px;
  z-index: 33; }
  .nav-header .top-right-nav li {
    list-style: none;
    float: left;
    margin: 0 10px; }
    .nav-header .top-right-nav li a {
      cursor: pointer; }
      .nav-header .top-right-nav li a .hello-user {
        margin-left: 5px;
        padding-right: 15px;
        position: relative;
        color: #646464; }
        .nav-header .top-right-nav li a .hello-user span {
          color: #d14e50; }
        .nav-header .top-right-nav li a .hello-user:after {
          position: absolute;
          right: 0;
          top: -5px;
          content: '';
          background-color: #d3d3d3;
          width: 1px;
          height: 25px; }
      .nav-header .top-right-nav li a .logout {
        width: 19px;
        margin-top: 2px; }

.main-container .top-title {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100px;
  padding: 25px 20px 25px 120px;
  border-bottom: 1px solid #d2d2d2;
  min-width: 950px;
  z-index: 7; }
  .main-container .top-title .logo-wrapper .main-logo {
    margin-right: 12px;
    margin-top: -2px; }
    .main-container .top-title .logo-wrapper .main-logo path {
      fill: #742728; }
  .main-container .top-title .logo-wrapper .menu-parent {
    color: #742728;
    line-height: 14px;
    text-transform: uppercase;
    margin-top: 3px; }
  .main-container .top-title .logo-wrapper .menu-title {
    color: #d14e50; }

.nav-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 60px;
  padding: 25px 30px 25px 50px;
  -webkit-box-shadow: 0px 0px 16px rgba(23, 23, 24, 0.3);
  box-shadow: 0px 0px 16px rgba(23, 23, 24, 0.3);
  z-index: 7; }
  .nav-footer .menu-bottom {
    padding: 2px;
    margin: 0; }
    .nav-footer .menu-bottom li {
      list-style: none;
      float: left; }
      .nav-footer .menu-bottom li:last-child a:after {
        width: 0px; }
      .nav-footer .menu-bottom li.active a {
        background-color: #d14e50; }
        .nav-footer .menu-bottom li.active a:after {
          width: 0px; }
        .nav-footer .menu-bottom li.active a svg path {
          fill: #fff; }
    .nav-footer .menu-bottom a {
      float: left;
      cursor: pointer;
      position: relative;
      width: 66px;
      height: 56px;
      top: -25px;
      border-radius: 4px;
      background-repeat: no-repeat;
      background-position: 50%; }
      .nav-footer .menu-bottom a:after {
        position: absolute;
        right: 0;
        top: 15px;
        content: '';
        background-color: #d3d3d3;
        width: 1px;
        height: 30px; }
      .nav-footer .menu-bottom a svg {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        .nav-footer .menu-bottom a svg path {
          fill: #d14e50; }
  .nav-footer .bottom-submenu {
    position: absolute;
    -webkit-box-shadow: 2px 2px 16px rgba(23, 23, 24, 0.6);
    box-shadow: 2px 2px 16px rgba(23, 23, 24, 0.6);
    background-color: #f5f5f5;
    bottom: 70px;
    border-radius: 5px;
    display: none;
    font-size: 12px;
    min-width: 220px; }
    .nav-footer .bottom-submenu ul {
      padding: 0;
      margin: 0; }
    .nav-footer .bottom-submenu li {
      position: relative;
      float: none;
      list-style: none;
      padding: 15px 25px;
      cursor: pointer;
      -webkit-transition: .3s all;
      -o-transition: .3s all;
      transition: .3s all; }
      .nav-footer .bottom-submenu li:first-child {
        padding-top: 20px; }
      .nav-footer .bottom-submenu li:hover, .nav-footer .bottom-submenu li.active {
        background-color: #d14e50;
        color: #fff; }
      .nav-footer .bottom-submenu li.active.has-sub i {
        color: #fff; }
      .nav-footer .bottom-submenu li.has-sub {
        padding: 0; }
        .nav-footer .bottom-submenu li.has-sub.open {
          background-color: #d14e50;
          color: #fff; }
          .nav-footer .bottom-submenu li.has-sub.open i {
            color: #fff;
            -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
        .nav-footer .bottom-submenu li.has-sub .title-sub {
          padding: 15px 25px; }
        .nav-footer .bottom-submenu li.has-sub i {
          position: absolute;
          right: 11px;
          font-size: 10px;
          top: 18px;
          color: #d14e50; }
        .nav-footer .bottom-submenu li.has-sub:hover i {
          color: #fff; }
        .nav-footer .bottom-submenu li.has-sub:hover .secondlevel-submenu li {
          color: #646464; }
        .nav-footer .bottom-submenu li.has-sub .secondlevel-submenu {
          background-color: #cfcfcf;
          display: none; }
          .nav-footer .bottom-submenu li.has-sub .secondlevel-submenu ul {
            padding: 0;
            margin: 0; }
            .nav-footer .bottom-submenu li.has-sub .secondlevel-submenu ul li {
              padding: 10px 25px;
              color: #646464; }
              .nav-footer .bottom-submenu li.has-sub .secondlevel-submenu ul li:first-child {
                padding-top: 15px; }
              .nav-footer .bottom-submenu li.has-sub .secondlevel-submenu ul li:last-child {
                padding-bottom: 15px; }
              .nav-footer .bottom-submenu li.has-sub .secondlevel-submenu ul li:hover, .nav-footer .bottom-submenu li.has-sub .secondlevel-submenu ul li.active {
                background-color: #942d2f;
                color: #fff; }
    .nav-footer .bottom-submenu .submenu-title {
      text-transform: uppercase;
      padding: 15px 25px;
      background-color: #d14e50;
      color: #fff;
      letter-spacing: 1px;
      border-top: 1px solid #fff; }

.fz8 {
  font-size: 8px; }

.fz10 {
  font-size: 10px; }

.fz12 {
  font-size: 12px; }

.fz13 {
  font-size: 13px; }

.fz14 {
  font-size: 14px; }

.fz16 {
  font-size: 16px; }

.fz18 {
  font-size: 18px; }

.fz20 {
  font-size: 20px; }

.fz22 {
  font-size: 22px; }

.fz24 {
  font-size: 24px; }

.fz26 {
  font-size: 26px; }

.fz28 {
  font-size: 28px; }

.semibold {
  font-weight: 600; }

.relative {
  position: relative; }

.inline {
  display: inline-block; }

.text-center {
  text-align: center; }

.tab-panel-wrapper {
  position: absolute;
  bottom: 0;
  right: 10vw; }
  .tab-panel-wrapper .custom-tabs {
    padding-right: 10px;
    padding-left: 10px;
    margin: 0;
    border: none; }
    .tab-panel-wrapper .custom-tabs li {
      position: relative;
      margin-bottom: -1px;
      display: block;
      float: left; }
      .tab-panel-wrapper .custom-tabs li:last-child a {
        padding-right: 0; }
        .tab-panel-wrapper .custom-tabs li:last-child a:after {
          width: 0;
          height: 0; }
      .tab-panel-wrapper .custom-tabs li.active a {
        color: #d14e50;
        background-color: transparent;
        font-weight: 600; }
        .tab-panel-wrapper .custom-tabs li.active a:hover {
          border: none; }
      .tab-panel-wrapper .custom-tabs li a {
        border: none;
        position: relative;
        display: block;
        padding: 10px 25px;
        font-size: 14px;
        color: #787878; }
        .tab-panel-wrapper .custom-tabs li a:after {
          position: absolute;
          right: 0;
          top: 5px;
          content: '';
          background-color: #d3d3d3;
          width: 1px;
          height: 35px; }

.custom-tab-content, .custom-content {
  min-width: 1270px; }

.custom-tab-pane {
  display: none; }
  .custom-tab-pane.active {
    display: block; }

.pm0 {
  padding: 0 !important;
  margin: 0 !important; }

.mt1 {
  margin-top: 1em !important; }

.mt2 {
  margin-top: 2em !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mb1 {
  margin-bottom: 1em !important; }

.mb2 {
  margin-bottom: 2em !important; }

.mb3 {
  margin-bottom: 3em !important; }

.mb10px {
  margin-bottom: 10px !important; }

.mb20px {
  margin-bottom: 20px !important; }

.ml1 {
  margin-left: 1em !important; }

.ml2 {
  margin-left: 2em !important; }

.mr1 {
  margin-right: 1em !important; }

.pv1 {
  padding-top: 1em !important;
  padding-bottom: 1em !important; }

.ph1 {
  padding-right: 1em !important;
  padding-left: 1em !important; }

.mb5px {
  margin-bottom: 5px !important; }

.mt5px {
  margin-top: 5px !important; }

.pb0 {
  padding-bottom: 0 !important; }

.pt0 {
  padding-top: 0 !important; }

.pb1 {
  padding-bottom: 1em !important; }

.pr1 {
  padding-right: 1em !important; }

.pl1 {
  padding-left: 1em !important; }

.ph5px {
  padding-right: 5px !important;
  padding-left: 5px !important; }

.w100 {
  width: 100%; }

.w80 {
  width: 80%; }

.w70 {
  width: 70%; }

.w60 {
  width: 60%; }

.w55 {
  width: 55%; }

.w50 {
  width: 50%; }

.w45 {
  width: 45%; }

.w40 {
  width: 40%; }

.w30 {
  width: 30%; }

.w25 {
  width: 25%; }

.w20 {
  width: 20%; }

.w10 {
  width: 10%; }

.form-group label {
  font-weight: 400;
  font-size: 12px;
  display: block; }

.form-group .form-control {
  height: 37px;
  padding: 8px 15px;
  border: 1px solid #e4e4e4;
  margin-bottom: 15px;
  color: #646464;
  font-size: 13px;
  border-radius: 4px;
  width: 210px; }
  .form-group .form-control:focus {
    outline: 0; }

.form-group select option {
  color: #222 !important; }

.input-group .form-control {
  width: 172px;
  margin-bottom: 0; }
  .input-group .form-control:focus {
    outline: 0;
    border: 1px solid #66afe9; }

.input-group button {
  padding: 8px 7px 8px 12px;
  min-width: auto;
  height: 35px; }

.custom-checkbox2 {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .custom-checkbox2 input[type=checkbox] {
    width: 0;
    height: 0;
    visibility: hidden; }
  .custom-checkbox2 input[type=checkbox] + label {
    cursor: pointer;
    font-weight: normal;
    color: #646464; }
    .custom-checkbox2 input[type=checkbox] + label span {
      position: relative;
      top: 3px;
      display: inline-block;
      border-radius: 3px;
      overflow: hidden;
      width: 17px;
      height: 17px;
      background-color: white;
      background-repeat: no-repeat;
      background-size: 9px 7px;
      background-position: center center;
      border: 1px solid #e4e4e4;
      background-color: #f5f5f5;
      margin-right: 10px; }
    .custom-checkbox2 input[type=checkbox] + label:hover {
      color: #d14e50; }
  .custom-checkbox2 input[type=checkbox]:checked + label {
    color: #d14e50; }
    .custom-checkbox2 input[type=checkbox]:checked + label span {
      background-color: #d14e50;
      border: none; }

.form-control[readonly] {
  cursor: not-allowed; }

.btnLCSS {
  min-width: 100px;
  display: inline-block;
  padding: 8px 30px;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 1.42857143;
  text-align: center;
  text-transform: capitalize;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  outline: none !important;
  margin-right: 5px;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all; }
  .btnLCSS:last-child {
    margin-right: 0; }
  .btnLCSS.btnLCSS-default {
    background: #d14e50;
    color: #fff; }
    .btnLCSS.btnLCSS-default:hover {
      background: #bb3133; }
    .btnLCSS.btnLCSS-default:disabled {
      background: #dcdcdc !important;
      color: #969696; }
  .btnLCSS.btnLCSS-create {
    background: #484848;
    color: #fff;
    padding: 9px 20px; }
    .btnLCSS.btnLCSS-create:hover {
      background: #626262;
      -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); }
    .btnLCSS.btnLCSS-create .ic-create {
      margin: -4px 10px 0 -5px; }
    .btnLCSS.btnLCSS-create .glyphicon {
      color: #d14e50;
      margin-right: 5px; }

.notif-create {
  padding: 0 20px;
  margin-top: 12px;
  font-style: italic;
  color: #969696; }
  .notif-create span {
    color: #d14e50;
    font-size: 14px;
    font-weight: 600; }

.ic-export {
  margin: -2px 10px 0 -5px;
  width: 18px; }

.pagination-custom img {
  margin: 0 7px;
  cursor: pointer;
  margin-top: -2px; }
  .pagination-custom img.next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.btn-pagination {
  font-size: 11px;
  width: 25px;
  height: 25px;
  padding: 5px 0 4px;
  text-align: center;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
  background-color: #ebebeb;
  color: #646464;
  font-family: 'Roboto', sans-serif;
  -webkit-box-shadow: 0 2px 4px rgba(255, 255, 255, 0.15);
  box-shadow: 0 2px 4px rgba(255, 255, 255, 0.15);
  margin-right: 2px;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all; }
  .btn-pagination:last-child {
    margin-right: 0; }
  .btn-pagination:hover {
    background: #d14e50;
    color: #fff; }
  .btn-pagination.active {
    background: #d14e50;
    color: #fff; }
  .btn-pagination.last {
    border-radius: 3px;
    width: auto;
    padding: 5px 10px 4px;
    background: #d14e50;
    color: #fff; }

.input-group input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 38px; }

.uib-datepicker-popup button {
  width: auto; }

.table-wrapper {
  margin-bottom: 0;
  position: relative; }
  .table-wrapper .table-responsive {
    position: relative;
    overflow: auto; }
    .table-wrapper .table-responsive .absolute-table {
      display: inline-block;
      width: auto;
      min-width: 100%;
      white-space: nowrap;
      margin-bottom: 10px; }
      .table-wrapper .table-responsive .absolute-table .table-bordered {
        border: none; }
      .table-wrapper .table-responsive .absolute-table table {
        margin-bottom: 0; }
        .table-wrapper .table-responsive .absolute-table table thead:first-child tr th {
          color: #646464;
          font-weight: 600;
          padding: 5px;
          border: none;
          vertical-align: bottom;
          text-align: center;
          white-space: nowrap;
          min-width: 40px;
          cursor: pointer;
          font-size: 14px; }
        .table-wrapper .table-responsive .absolute-table table tbody tr {
          cursor: pointer; }
          .table-wrapper .table-responsive .absolute-table table tbody tr td {
            border: none;
            color: #646464;
            padding: 3px 10px;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            font-size: 12px; }
            .table-wrapper .table-responsive .absolute-table table tbody tr td.ws-normal {
              white-space: normal;
              min-width: 330px; }
            .table-wrapper .table-responsive .absolute-table table tbody tr td i {
              font-size: 18px;
              color: #979797;
              cursor: pointer; }
            .table-wrapper .table-responsive .absolute-table table tbody tr td button {
              border: none;
              width: 32px;
              height: 30px;
              background-color: #dcdcdc;
              border-radius: 3px;
              padding: 6px 0;
              text-align: center;
              -webkit-transition: .2s all;
              -o-transition: .2s all;
              transition: .2s all;
              margin-right: 6px; }
              .table-wrapper .table-responsive .absolute-table table tbody tr td button span {
                color: #979797;
                font-size: 15px;
                padding-left: 9px; }
                .table-wrapper .table-responsive .absolute-table table tbody tr td button span:last-child {
                  margin-right: 0; }
              .table-wrapper .table-responsive .absolute-table table tbody tr td button i {
                font-size: 14px; }
              .table-wrapper .table-responsive .absolute-table table tbody tr td button:hover {
                background-color: #b6b6b6; }
          .table-wrapper .table-responsive .absolute-table table tbody tr:hover, .table-wrapper .table-responsive .absolute-table table tbody tr.selected {
            background-color: #f4e9ab; }
  .table-wrapper .table-responsive2 {
    position: relative;
    margin: 10px 0;
    max-height: 500px;
    overflow: auto; }
    .table-wrapper .table-responsive2 .absolute-table {
      display: inline-block;
      width: auto;
      min-width: 100%;
      white-space: nowrap;
      margin-bottom: 20px; }
      .table-wrapper .table-responsive2 .absolute-table .table-bordered {
        border: none;
        border-bottom: 1px solid rgba(158, 173, 195, 0.16); }
      .table-wrapper .table-responsive2 .absolute-table table {
        margin-bottom: 0; }
        .table-wrapper .table-responsive2 .absolute-table table thead:first-child tr th {
          color: #646464;
          font-weight: 600;
          padding: 10px;
          border-color: rgba(158, 173, 195, 0.2);
          border-style: solid;
          border-width: 1px 1px 0 1px;
          border-bottom-width: 1px;
          vertical-align: bottom;
          text-align: center;
          white-space: nowrap;
          letter-spacing: .05em;
          min-width: 40px;
          cursor: pointer;
          font-size: 12px; }
        .table-wrapper .table-responsive2 .absolute-table table tbody tr {
          cursor: pointer; }
          .table-wrapper .table-responsive2 .absolute-table table tbody tr td {
            border-color: rgba(158, 173, 195, 0.2);
            border-style: solid;
            border-width: 1px 1px 0 1px;
            color: #646464;
            padding: 7px;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle; }
            .table-wrapper .table-responsive2 .absolute-table table tbody tr td.ws-normal {
              white-space: normal;
              min-width: 330px; }
            .table-wrapper .table-responsive2 .absolute-table table tbody tr td ul {
              padding-right: 15px;
              margin: 0;
              color: #742728;
              min-height: 17px; }

/* RESETS */
body, html {
  font-size: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden; }

/* Reset */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

body {
  font-family: 'Roboto', sans-serif;
  color: #646464;
  background-color: #f5f5f5;
  line-height: 1.42857143;
  overflow-x: hidden;
  font-size: 12px; }

a {
  color: #858598;
  text-decoration: none; }

a:hover, a:focus {
  text-decoration: none; }

:active, :focus, :visited, a, a:active, a:focus, a:visited {
  outline: 0; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.main-container {
  overflow: hidden;
  margin-bottom: 100px; }

.inline {
  display: inline-block; }

.semibold {
  font-weight: 600; }

.page-wrapper {
  position: relative;
  width: 100vw;
  height: calc(100vh - 160px);
  margin-top: 100px;
  padding-bottom: 30px;
  overflow: auto; }
  .page-wrapper .filter-wrapper {
    padding: 20px;
    background-color: #ebebeb; }
  .page-wrapper .page-content {
    padding: 0 10vw; }
  .page-wrapper .filter-container {
    padding: 0 13vw; }
  .page-wrapper .filter-wrapper .left-filter {
    border-right: 1px solid #d3d3d3; }
  .page-wrapper .filter-button {
    background-color: #ebebeb;
    position: absolute;
    padding: 10px 30px;
    color: #afafaf;
    margin-left: 10vw;
    font-size: 10px;
    cursor: pointer;
    -webkit-box-shadow: 1px 1px 2px rgba(23, 23, 24, 0.1);
    box-shadow: 1px 1px 2px rgba(23, 23, 24, 0.1); }
    .page-wrapper .filter-button i {
      margin-right: 10px;
      color: #d14e50;
      font-weight: bold;
      font-size: 12px; }
    .page-wrapper .filter-button.open {
      -webkit-transition: .4s all;
      -o-transition: .4s all;
      transition: .4s all; }
      .page-wrapper .filter-button.open i {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }

.dropdown-wrapper {
  position: relative;
  width: 210px;
  cursor: pointer; }
  .dropdown-wrapper.w100 {
    width: 100%; }
  .dropdown-wrapper .dropdown-custom {
    position: relative;
    padding-top: 9px;
    z-index: 2;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
    .dropdown-wrapper .dropdown-custom:after {
      content: "\f0dd";
      font-family: fontAwesome;
      position: absolute;
      top: 4px;
      right: 10px;
      font-size: 16px;
      font-weight: bold;
      color: #d14e50; }
  .dropdown-wrapper .dropdown-list {
    position: absolute;
    left: 0;
    top: 110%;
    background-color: #fff;
    color: #646464;
    width: 100%;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    display: none;
    max-height: 150px;
    overflow: auto;
    font-size: 13px;
    z-index: 3; }
    .dropdown-wrapper .dropdown-list ul {
      padding: 0;
      margin-bottom: 0px; }
      .dropdown-wrapper .dropdown-list ul li {
        list-style: none;
        padding: 8px 10px;
        cursor: pointer; }
        .dropdown-wrapper .dropdown-list ul li:hover {
          background-color: #d14e50;
          color: #fff; }

.separator-section {
  padding-bottom: 2em;
  border-bottom: 1px solid #e4e4e4; }

.pagination .disabled a, .pagination-sm .disabled a {
  background-color: #ebebeb;
  color: #646464; }
  .pagination .disabled a:hover, .pagination-sm .disabled a:hover {
    background-color: #ebebeb;
    color: #646464; }

.pagination li:first-child a, .pagination-sm li:first-child a {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%; }

.pagination li:last-child a, .pagination-sm li:last-child a {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%; }

.pagination li a, .pagination-sm li a {
  padding: 5px 11px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 50%;
  margin: 0 3px;
  background-color: #ebebeb;
  color: #646464;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all; }
  .pagination li a:hover, .pagination-sm li a:hover {
    background-color: #d14e50;
    border-color: #d14e50;
    color: #fff; }

.pagination li span, .pagination-sm li span {
  padding: 5px 11px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 50%;
  margin: 0 3px; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #d14e50;
  border-color: #d14e50;
  color: #fff; }

.modal-body {
  padding: 30px;
  background-color: #f7f7f496;
  max-height: 75vh;
  overflow-y: auto; }

.modal-title {
  font-weight: 600;
  color: #d14e50; }

.boxBsg-container {
  display: -ms-grid;
  display: grid;
  grid-gap: 15px 10px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 0.5fr));
  grid-auto-rows: auto;
  grid-auto-flow: dense; }

.box-inner {
  padding: 15px;
  margin: 1%;
  border: 1px solid #e4e4e4;
  border-radius: 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-box-shadow: 2px 2px 16px rgba(23, 23, 24, 0.3);
  box-shadow: 2px 2px 16px rgba(23, 23, 24, 0.3);
  position: relative;
  padding-bottom: 40px; }
  .box-inner .glyphicon-plus-sign {
    font-size: 18px;
    margin-left: -3px;
    margin-top: -1px; }
  .box-inner select {
    width: 100% !important; }
  .box-inner .input-group {
    width: auto !important; }
    .box-inner .input-group input {
      width: 100% !important; }
  .box-inner .custom-checkbox2 input[type=checkbox] + label span {
    margin-right: 5px; }
  .box-inner ol {
    padding-left: 25px; }
    .box-inner ol li {
      width: 95%;
      position: relative;
      margin-bottom: 3px; }
      .box-inner ol li i {
        position: absolute;
        right: 0; }
        .box-inner ol li i:hover {
          color: #d14e50; }
  .box-inner .close-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 38px;
    background-color: #ebebeb;
    border-top: 1px solid #d8d6d6;
    cursor: pointer;
    padding: 10px; }
    .box-inner .close-btn i {
      font-size: 14px;
      margin-right: 5px; }
    .box-inner .close-btn:hover {
      color: #d14e50; }

.container-login {
  background-image: url("../images/login.jpg");
  background-repeat: no-repeat;
  background-position: 60%;
  width: 100vw;
  height: 100vh;
  position: relative; }
  .container-login .logo-fc {
    position: absolute;
    right: 40px;
    top: 35px;
    width: 154px; }
  .container-login .login-box {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 55%; }
    .container-login .login-box .welcome {
      font-size: 20px;
      font-weight: bold;
      color: #d3011a; }
    .container-login .login-box .logo-login {
      width: 250px;
      margin-left: 33px;
      margin-bottom: 25px; }
    .container-login .login-box .wrapper-btn-login {
      position: relative;
      margin-right: 5px;
      margin-top: 61px;
      margin-left: -110px; }
    .container-login .login-box .btn-login {
      font-size: 12px;
      color: white;
      padding: 25px 20px 20px;
      margin-bottom: 0;
      line-height: 1.42857143;
      text-align: center;
      text-transform: capitalize;
      white-space: nowrap;
      vertical-align: middle;
      -ms-touch-action: manipulation;
      touch-action: manipulation;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      background-image: none;
      border: 1px solid transparent;
      border-radius: 5px;
      -webkit-box-shadow: 0 2px #9c3a3b;
      box-shadow: 0 2px #9c3a3b;
      outline: none !important;
      background: #d14e50;
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
      position: absolute; }
      .container-login .login-box .btn-login:hover {
        background: #bb3133;
        -webkit-box-shadow: 0 1px #9c3a3b;
        box-shadow: 0 1px #9c3a3b;
        top: 1px; }
      .container-login .login-box .btn-login img {
        width: 62px;
        margin-left: 5px;
        margin-top: -8px; }
  .container-login .copyright {
    position: absolute;
    right: 30px;
    bottom: 25px;
    text-align: right;
    font-weight: 600; }
    .container-login .copyright .copy1 {
      color: #4f4f4f;
      font-size: 10px; }
    .container-login .copyright .copy2 {
      color: #d3011a;
      font-size: 10px; }
