/*Mixins*/
/* Start Responsive*/
@media (max-width: 1200px) {
  .sm-lptp-width {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .sidebar-collapsed .sm-lptp-width {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .mr-top {
    margin-top: 20px;
  }
  .sidebar-collapsed .mr-top {
    margin-top: 0px;
  }
}

@media (max-width: 1026px) {
  .sidebar-collapsed .sm-lptp-width {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .sidebar-collapsed .mr-top {
    margin-top: 20px;
  }
}

@media (max-width: 976px) {
  .sm-width-100 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .sm-width-50 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .margn-top {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .sm-width-50 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .mar-top {
    margin-top: 15px;
  }
  .modal-lg, .modal-xl {
    max-width: 750px;
  }
}

@media (max-width: 575px) {
  .width-100 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 900px;
  }
}

@media (min-width: 576px) {
  .modal-md {
    max-width: 650px;
    margin: 1.75rem auto;
  }
}

/* VARIABLES*/
.bgLogin {
  background-color: #ff8000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  padding: 30px 10px;
  background: url(../images/bg-login.png) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
}

@media (max-width: 767px) {
  .bgLogin {
    height: 100%;
  }
}

@media (max-width: 575px) {
  .bgLogin {
    height: 100vh;
  }
}

.bgLogin::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.7;
  background-color: #ff8000;
}

.bgLogin .loginBlock {
  width: 410px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 30px 50px;
}

@media (max-width: 575px) {
  .bgLogin .loginBlock {
    padding: 20px;
  }
}

.bgLogin .loginBlock a.logo {
  display: block;
  width: 240px;
  margin: 30px auto 50px;
}

@media (max-width: 575px) {
  .bgLogin .loginBlock a.logo {
    margin: 0 auto 30px;
    width: 220px;
  }
}

.bgLogin .loginBlock a.logo img {
  width: 100%;
}

.bgLogin .loginBlock p {
  font-weight: 700;
}

.bgLogin form.loginForm {
  padding: 50px 0;
}

@media (max-width: 575px) {
  .bgLogin form.loginForm {
    padding: 30px 0;
  }
}

.bgLogin form.loginForm .form-group {
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  height: 50px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bgLogin form.loginForm .form-group img {
  width: 20px;
}

.bgLogin form.loginForm .form-group .form-control {
  height: auto;
  font-size: 14px;
  border: 0;
  border-radius: 0;
  padding: 0 0 0 10px;
  color: #999999 !important;
}

.bgLogin form.loginForm .form-group .form-control::-webkit-input-placeholder {
  color: #999999 !important;
}

.bgLogin form.loginForm .form-group .form-control:-ms-input-placeholder {
  color: #999999 !important;
}

.bgLogin form.loginForm .form-group .form-control::-ms-input-placeholder {
  color: #999999 !important;
}

.bgLogin form.loginForm .form-group .form-control::placeholder {
  color: #999999 !important;
}

.bgLogin .forgetPswd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
}

.bgLogin .forgetPswd img {
  width: 20px;
}

.bgLogin .forgetPswd span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  padding-left: 10px;
  color: #999999;
}

.bgLogin .LoginBtn .btn {
  font-weight: 700;
  width: 100%;
  font-size: 14px;
}

.bgLogin h6.SignAccount {
  font-size: 15px;
}

.bgLogin h6.SignAccount a {
  color: #ff8000;
  text-decoration: underline;
}

header {
  padding: 10px 50px 15px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 5px 5px #e4e4e4;
          box-shadow: 0 5px 5px #e4e4e4;
}

@media (max-width: 767px) {
  header {
    padding: 5px 20px 10px;
  }
}

@media (max-width: 575px) {
  header {
    margin-bottom: 20px;
  }
}

header .logo {
  width: 190px;
}

header .logo img {
  width: 100%;
}

.tableBlock {
  margin: 0px 50px 30px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 0px 8px #e4e4e4;
          box-shadow: 0 0px 8px #e4e4e4;
}

@media (max-width: 767px) {
  .tableBlock {
    margin: 0px 20px 20px;
  }
}

.tableBlock .table {
  border: 1px solid #e2e2e2;
  margin-bottom: 0;
}

.tableBlock .table thead {
  background-color: #ff8000;
}

.tableBlock .table thead th {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border-top: 0;
  padding: 15px 20px;
  border-bottom: 0;
}

@media (max-width: 976px) {
  .tableBlock .table thead th {
    white-space: nowrap;
  }
}

.tableBlock .table thead th:first-child {
  border-radius: 8px 0 0 8px;
}

.tableBlock .table thead th:last-child {
  border-radius: 0 8px 8px 0;
}

.tableBlock .table tbody td {
  font-size: 12px;
  font-weight: 500;
  color: #999999;
  padding: 15px 20px;
  height: 50px;
  white-space: nowrap;
}

.tableBlock .table tbody td a {
  padding: 0 2px;
}

.tableBlock .table tbody td a i {
  font-size: 16px;
  color: #ff8000;
  font-weight: 500;
}

.tableBlock .table tbody tr:first-child td {
  border-top: 0;
}

.cardBlock {
  margin: 0px 50px 30px;
  -webkit-box-shadow: 0 0px 8px #e4e4e4;
          box-shadow: 0 0px 8px #e4e4e4;
  padding: 20px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .cardBlock {
    margin: 0px 20px 20px;
  }
}

@media (max-width: 575px) {
  .cardBlock {
    padding: 10px;
  }
}

.flexGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

@media (max-width: 976px) {
  .flexGroup {
    margin: 0;
  }
}

.flexGroup .formGroup {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 10px;
}

@media (max-width: 976px) {
  .flexGroup .formGroup {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    margin: 5px 0;
  }
}

.flexGroup .formGroup label {
  font-size: 12px;
  font-weight: 500;
}

.flexGroup .formGroup .form-control {
  height: 40px;
  font-size: 14px;
  border: 1px solid #c8c8c8;
  padding: 0 15px;
  color: #999999 !important;
}

.flexGroup .formGroup .form-control::-webkit-input-placeholder {
  color: #999999 !important;
}

.flexGroup .formGroup .form-control:-ms-input-placeholder {
  color: #999999 !important;
}

.flexGroup .formGroup .form-control::-ms-input-placeholder {
  color: #999999 !important;
}

.flexGroup .formGroup .form-control::placeholder {
  color: #999999 !important;
}

.tblsBlock {
  padding: 20px;
}

@media (max-width: 575px) {
  .tblsBlock {
    padding: 10px;
  }
}

.recordTable {
  margin: 10px 0;
  overflow: hidden;
}

.recordTable h5 {
  padding-bottom: 15px;
  text-align: center;
  color: #ff8000;
}

.recordTable .table {
  border-radius: 8px;
  margin-bottom: 0;
}

.recordTable .table thead {
  background-color: #ff8000;
}

.recordTable .table thead th {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border-top: 0;
  border-bottom: 0;
  white-space: nowrap;
  width: 50%;
  padding: 15px 20px;
}

.recordTable .table thead th:first-child {
  border-radius: 8px 0 0 8px;
}

.recordTable .table thead th:last-child {
  border-radius: 0 8px 8px 0;
}

.recordTable .table tbody td {
  font-size: 12px;
  font-weight: 500;
  color: #999999;
  padding: 15px 20px;
  height: 50px;
  width: 50%;
  white-space: nowrap;
  background-color: #f8f8f8;
  border-top: 1px solid #cacaca;
}

.recordTable .table tbody td:last-child {
  border-left: 1px solid #cacaca;
}

.recordTable .table tbody td a {
  padding: 0 2px;
}

.recordTable .table tbody td a i {
  font-size: 16px;
  color: #ff8000;
  font-weight: 500;
}

.recordTable .table tbody tr:first-child td {
  border-top: 0;
}

.ftrTable {
  padding: 20px;
  border-top: 2px solid #e2e2e2;
  text-align: right;
}

@media (max-width: 575px) {
  .ftrTable {
    padding: 10px;
  }
}

.ftrTable .btn {
  padding: 10px 30px;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #ff8000;
  text-decoration: none;
}

p, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-primary.focus, .btn-primary:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #ff8000;
  border-color: #ff8000;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

button:focus {
  outline: 1px dotted;
  outline: none;
}

:focus {
  outline: none !important;
}

.btn-primary {
  background-color: #ff8000 !important;
  border: 0;
  border-radius: 3px;
  padding: 15px 30px;
}
nav.navbar.navbar-expand-lg.navbar-light {
  padding: 10px 50px 15px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 5px 5px #e4e4e4;
  box-shadow: 0 5px 5px #e4e4e4;
  background-color: white;
}

nav a img {
  width: 100%;
}
nav a.navbar-img {
  width: 190px;
}

ul.navbar-nav {
  margin-left: 40px;
}
.user-info {
  list-style: none;
  margin: 0;
  padding: 0;
}
.user-info > li.profile-info {
  margin-right: 10px;
}
.user-info > li {
  float: left;
  margin-right: 2.5px;
}
.profile-info.dropdown > a {
  color: #2b303a;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.profile-info.dropdown > a img {
  border: 2px solid #f5f5f5;
  margin-right: 5px;
  width: 40px;
}
.img-circle {
  border-radius: 50%;
}
.profile-info.dropdown .dropdown-menu {
  background-color: #595959;
  border-color: #ffffff;
  padding: 0;
  margin-top: 15px;
}
.dropdown-menu {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.user-info > li.profile-info {
  margin-right: 10px;
}
.profile-info.dropdown .dropdown-menu li a:hover {
  background-color: #2b303a;
  color: #fff;
}
.profile-info.dropdown .dropdown-menu > li > a {
  display: block;
  min-width: 210px;
}
.profile-info.dropdown .dropdown-menu li a i {
  margin-right: 5px;
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.profile-info.dropdown .dropdown-menu li a {
  color: #ffffff;
  padding: 8px 10px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
a.btn.btn-primary.login-1 {
  margin-top: 27px;
  padding: 10px 30px;
}
li.nav-item a.active {
    color: #ff8000 !important;
    position: relative;
}

li.nav-item a.active:before {
    background-color: #ff8000;
    height: 2px;
    width: 85%;
    position: absolute;
    content: "";
    bottom: 3px;
}

.profile-info.dropdown > a {
    display: flex;
    align-items: center;
}

.profile-info.dropdown .dropdown-menu li a {
    min-width: inherit;
    padding: 10px 0px;
}

ul.dropdown-menu.show {
    min-width: inherit;
    width: 100%;
}

form#frmUser div label {
    display: block;
    font-size: 15px;
    font-weight: 400;
}

form#frmUser div input {
    width: 100%;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #a5a5a5;
    padding-left: 7px;
}

.modal-body form#frmUser div {
    margin-bottom: 10px;
}

    .modal-body form#frmUser div:nth-last-child(2) {
        margin-bottom: 20px;
    }

.modal-header {
    align-items: center;
    background-color: #ff8000;
    border: 1px solid #ff8000;
}

    .modal-header h3.modal-title {
        font-size: 18px;
        color: #ffffff;
        font-weight: 500;
    }

    .modal-header button.close {
        font-size: 25px;
        color: white;
        text-align: end;
        opacity: 1;
        padding: 0;
        padding-right: 10px;
    }

.modal button.btn-success {
    color: white;
    background: #ff8000;
    border: #ff8000;
}

.modal button {
    font-size: 15px;
    width: 90px !important;
    height: 37px;
}

    .modal button.btn-danger {
        background-color: #333333;
        color: white;
        border-color: #333333;
    }

.modal-body form#frmUser div:nth-last-child(1) {
    margin-bottom: 0 !important;
    width: 100%;
    text-align: right;
}

.modal-content {
    border-top: 1px solid #ff8000;
}

.modal-content {
    height: auto !important;
}

.flexGroup.create {
    justify-content: space-between;
    margin: 10px;
    align-items: center;
}

.flexGroup.create a.btn.btn-primary {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

p.user-list {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
}


.flexGroup.create a.btn.btn-primary i {
    font-size: 20px;
    margin-right: 10px;
    font-weight: 200;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #ff8204;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.btnrunprocess {
    padding: 8px 30px;
}
/*# sourceMappingURL=style.css.map */