body {
  margin: 0;
  padding: 0; }

@media (min-width: 1681px) {
  .container-fluid {
    max-width: 100% !important;
    margin: 0 auto; } }

.logo {
  height: 40px;
  padding: 10px 0 !important;
  display: flex;
  align-items: center; }
  .logo span {
    color: #fff;
    font-weight: bold;
    font-size: 18px; }
  .logo img {
    height: 100%;
    margin-right: 10px; }

.panel-group {
  padding-top: 20px; }

.navbar-inner {
  width: 100%;
  background-color: #eae4bc !important; }

.breadCrumb a {
  color: #b09524 !important; }

.btn {
  min-width: 100px;
  font-size: 15px; }
  .btn.btn-sm {
    min-width: 70px;
    font-size: 12px; }
  .btn.btn-theme {
    background-color: #b09524;
    color: white; }
  .btn.search-btn {
    background-color: #17a2b8;
    color: white; }

.navbar-fixed-top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9; }
  @media screen and (max-width: 1636px) {
    .navbar-fixed-top {
      width: 100%; } }

.account a {
  text-decoration: none; }
.account .dropdown-menu {
  position: absolute !important;
  right: 0;
  left: auto; }
  .account .dropdown-menu li a {
    width: 100%;
    display: block;
    text-decoration: none; }
.account .dropdown-toggle {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: 0; }
  .account .dropdown-toggle:active, .account .dropdown-toggle:focus {
    background-color: transparent !important;
    border: none; }

.side-list {
  display: block;
  padding: 8px 15px; }

@media screen and (max-width: 979px) {
  .sidebar_switch {
    position: fixed;
    top: 20px; }

  .sidebar {
    position: fixed; }

  .main_content {
    padding: 65px 30px 20px !important; } }
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 40px;
  left: 0;
  background-color: #eee;
  overflow-x: hidden;
  padding-top: 35px;
  transition: 0.5s; }
  @media screen and (max-width: 1636px) {
    .sidenav {
      left: 0; } }
  @media screen and (max-width: 991px) {
    .sidenav {
      top: 58px; } }
  @media screen and (max-width: 375px) {
    .sidenav {
      top: 0; } }
  .sidenav a {
    padding: 8px 8px 8px 20px;
    text-decoration: none;
    font-size: 15px;
    color: #222;
    background-color: #e0e0e0;
    display: block;
    transition: 0.3s;
    white-space: nowrap;
    border-bottom: 1px solid #ccc; }
    .sidenav a:hover {
      background-color: #cfcfcf; }
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 16px;
    margin-left: 50px;
    background-color: transparent;
    border-bottom: none; }
    .sidenav .closebtn:hover {
      color: #000;
      background-color: transparent; }

#main {
  transition: margin-left .5s;
  padding: 20px; }

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px; }

  .sidenav a {
    font-size: 18px; } }
.toggle-sidebar {
  position: fixed;
  top: 45px;
  left: 10px;
  font-size: 16px;
  cursor: pointer; }
  @media screen and (max-width: 1636px) {
    .toggle-sidebar {
      left: 10px; } }
  @media screen and (max-width: 991px) {
    .toggle-sidebar {
      top: 68px; } }
  @media screen and (max-width: 375px) {
    .toggle-sidebar {
      top: 17px;
      z-index: 99;
      color: white; } }

@media screen and (max-width: 375px) {
  .main_content {
    padding: 100px 15px 30px !important; } }

.login_logo {
  height: 100%; }

@media screen and (max-width: 530px) {
  .btns-group {
    flex-direction: column; }
    .btns-group .btn {
      margin-top: 10px; } }

.table-striped tbody tr {
  background-color: #fff !important; }
.table-striped tbody .grey {
  background-color: rgba(0, 0, 0, 0.05) !important; }

.modal .loader {
  position: absolute;
  border-radius: 4px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center; }
  .modal .loader i {
    font-size: 35px; }

.space-nowrap {
  white-space: nowrap; }

.main-loader {
  position: fixed;
  top: 0;
  left: 0;
  background: #0000007d;
  height: 100%;
  width: 100%;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center; }
  .main-loader i {
    font-size: 60px;
    color: white; }

@media screen and (max-width: 978px) {
  .sidenav {
    width: 0 !important; }

  .sidenav.opened {
    width: 200px !important; } }
footer {
  position: absolute;
  bottom: 3rem;
  padding: 1rem; }

.w-cust-50 {
  width: 50%; }
  @media screen and (max-width: 1100px) {
    .w-cust-50 {
      width: 80%; } }

.w-cust-80 {
  width: 80%; }
  @media screen and (max-width: 1100px) {
    .w-cust-80 {
      width: 100%; } }

.main_content {
  margin-bottom: 50px !important; }

@media (min-width: 768px) and (max-width: 1199px) {
  .col-resp-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; } }
@media (max-width: 576px) {
  .col-resp-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .col-resp-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; } }
@media (max-width: 576px) {
  .col-resp-7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

.custom-control-label::after,
.custom-control-label::before {
  top: 5px !important; }

.custom-control {
  min-height: auto; }
  .custom-control .custom-control-label {
    font-size: 15px; }

.table {
  margin-bottom: 0 !important; }
  .table th, .table td {
    padding: .3rem .5rem; }
  .table p {
    margin-bottom: 0; }

.label-unify {
  width: 105px; }
  @media screen and (max-width: 400px) {
    .label-unify {
      width: auto; } }

.custom-date {
  width: 250px; }
  @media screen and (max-width: 500px) {
    .custom-date {
      margin-right: 0 !important;
      margin-top: 10px;
      width: auto; } }

.button-detail {
  text-align: left !important; }

.category .options {
  flex-wrap: wrap; }
  .category .options label {
    white-space: nowrap; }
  .category .options .d-flex {
    flex-wrap: wrap; }

.delivery {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 400px) {
    .delivery {
      padding: 0;
      justify-content: center;
      flex-direction: column; } }
  .delivery .option {
    margin-right: 1rem;
    margin-bottom: .3rem; }
    @media screen and (max-width: 475px) {
      .delivery .option {
        width: 100%; } }
    @media screen and (max-width: 400px) {
      .delivery .option {
        flex-direction: column;
        margin-right: 0;
        align-items: flex-start !important; } }
    .delivery .option p {
      white-space: nowrap;
      margin-right: 10px;
      font-size: 15px; }
    .delivery .option select {
      outline: none;
      width: auto; }
      @media screen and (max-width: 400px) {
        .delivery .option select {
          width: 100%; } }
    .delivery .option select, .delivery .option input {
      height: 35px;
      border: 1px solid #ccc;
      border-radius: 4px;
      font-size: 14px; }
    .delivery .option input {
      padding: 5px 10px;
      flex-grow: 1; }
      @media screen and (max-width: 400px) {
        .delivery .option input {
          width: 100%; } }
    .delivery .option .custom-select:disabled {
      background-color: transparent; }
  .delivery .option-form p {
    max-width: 150px;
    width: 100%; }
  .delivery textarea {
    resize: none;
    height: 120px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px; }
    .delivery textarea:focus, .delivery textarea:active {
      border: 1px solid #ccc;
      outline: none;
      padding: 10px; }

.detail-tbl thead th {
  vertical-align: middle; }
.detail-tbl th, .detail-tbl td {
  white-space: nowrap;
  font-size: 15px; }
.detail-tbl .table-responsive {
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  .detail-tbl .table-responsive::-webkit-scrollbar {
    margin-left: 4px;
    height: 10px;
    border-radius: 6px; }
  .detail-tbl .table-responsive::-webkit-scrollbar-track {
    background: #cccccc;
    border-radius: 6px; }
  .detail-tbl .table-responsive::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 6px; }
  .detail-tbl .table-responsive::-webkit-scrollbar-thumb:hover {
    background: #888; }
.detail-tbl .edit-btn {
  font-size: 14px;
  min-width: 70px; }

.file_type {
  padding-left: 10px;
  font-size: 15px;
  position: relative;
  margin-bottom: 10px;
  display: block;
  font-weight: 700; }
  .file_type::before {
    content: '';
    position: absolute;
    left: 0%;
    top: 3px;
    height: 18px;
    width: 3px;
    background-color: #b09524; }
  @media screen and (max-width: 1536px) {
    .file_type {
      font-size: 15px; } }

.detail-block {
  margin: 20px 0; }
  @media screen and (max-width: 400px) {
    .detail-block {
      padding: 0;
      justify-content: center; } }
  .detail-block h5 {
    font-size: 18px;
    margin-bottom: 15px; }
  .detail-block .device {
    font-size: 20px; }

.pdf-wrapper {
  width: 65%;
  margin: 0 auto;
  text-align: center; }
  .pdf-wrapper .page {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 50px;
    border-radius: 5px;
    margin: 20px 0; }
    .pdf-wrapper .page h2 {
      text-align: center; }
    .pdf-wrapper .page h3 {
      text-align: right; }
    .pdf-wrapper .page img {
      width: 100%; }
    .pdf-wrapper .page table {
      width: 100%; }
      .pdf-wrapper .page table td:last-child {
        text-align: right; }

.proposal-confirm .modal-body {
  padding: 50px;
  font-size: 18px;
  font-weight: 600; }

#mySidenav {
  width: 200px; }

#main {
  margin-left: 180px; }

.error-wrapper {
  height: 100vh;
  display: flex;
  align-items: center; }
  .error-wrapper .error-page h1 {
    margin: 0 auto;
    margin-bottom: 40px;
    position: relative;
    color: #b09524;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; }
  .error-wrapper .error-page p {
    font-size: 15px; }
  .error-wrapper .error-page .btn {
    margin-top: 80px;
    border: 2px solid #b09524;
    color: #b09524;
    background-color: transparent;
    border-radius: 0;
    padding: 10px 50px;
    width: 220px; }
  .error-wrapper .error-page .btn-danger {
    background-color: #dc3545;
    color: #fff !important;
    border: 0;
    width: 120px;
    padding: 10px;
    border-radius: 4px; }

.err-msg {
  color: red;
  font-size: 12px !important;
  margin-right: 0;
  width: auto;
  text-align: left; }

.warning-icon .warning {
  background-color: #f7ca05; }
.warning-icon .error {
  background-color: #dc4343; }
.warning-icon i {
  height: 60px;
  width: 60px;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: white;
  margin: 0 auto;
  margin-bottom: 30px; }
.warning-icon.warning-sm i {
  font-size: 10px;
  height: 25px;
  width: 25px; }

.docs {
  position: relative; }
  .docs p:first-child {
    padding-right: 20px; }
  .docs-warning {
    position: absolute;
    right: 5px;
    top: 10px; }

.page-not-wrapper {
  max-width: 730px;
  margin: 0 auto; }
  .page-not-wrapper h1 {
    color: #ac9019;
    font-size: 30px !important;
    height: auto !important;
    width: auto !important; }
  .page-not-wrapper p {
    font-size: 18px; }
  .page-not-wrapper small {
    font-size: 90%;
    white-space: nowrap;
    word-break: normal; }
  @media (max-width: 767px) {
    .page-not-wrapper {
      max-width: 90%; }
      .page-not-wrapper h1 {
        font-size: 25px !important; }
      .page-not-wrapper p {
        font-size: 14px; }
      .page-not-wrapper small {
        font-size: 10px; } }

@media (min-width: 576px) {
  .browsing-modal {
    max-width: 700px; } }

.text-left {
  text-align: left; }

.page {
  position: relative; }

.pdf-btm-fix {
  position: absolute;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #fdeada; }

.pdf-btm-fix h4 {
  margin: 0; }

.pdf-btm-date {
  display: flex;
  justify-content: center;
  margin-top: 30px; }

.pdf-btm-date h4 {
  margin: 0; }

.youtube-iframe {
  width: 90%;
  height: 500px; }

@media only screen and (max-width: 1199px) {
  .pdf-wrapper {
    width: 80%; }

  .pdf-wrapper .page h2 {
    font-size: 20px; }

  .pdf-wrapper .page h3 {
    font-size: 18px; } }
@media only screen and (max-width: 990px) {
  .pdf-wrapper {
    width: 90%; } }
@media only screen and (max-width: 767px) {
  .pdf-wrapper .page {
    padding: 30px; }

  .pdf-wrapper {
    width: 90%; } }
@media only screen and (max-width: 599px) {
  .pdf-wrapper {
    width: 95%; }

  .pdf-wrapper .page h2 {
    font-size: 18px; }

  .pdf-wrapper .page h3 {
    font-size: 16px; }

  .pdf-btm-date {
    font-size: 14px; } }
.pdf-loader i {
  color: black;
  font-size: 30px; }

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