.sidebar-collapse .user-panel > .image > img {
  max-width: 30px; }

.main-sidebar .user-panel {
  overflow: visible;
  padding: 20px 0 10px;
  text-align: center; }
  .main-sidebar .user-panel .info {
    position: static;
    padding: 5px;
    margin-top: 10px; }

.box .box-header .box-title {
  text-transform: capitalize; }

form .btn {
  margin-top: 10px; }

form label {
  font-weight: 600; }
  form label.error {
    color: #F56954;
    font-size: 13px;
    font-weight: normal;
    float: right;
    margin-bottom: 0; }
  form label.custom-control-label {
    margin-left: 5px; }

.alert {
  margin: 10px 0; }
  .alert ul {
    margin: 0; }
    .alert ul label.error {
      margin-bottom: 0; }
  .alert.tab-pane {
    display: none; }

.help-block {
  margin-top: -10px;
  margin-bottom: 15px;
  color: #F39C12; }

.not-found-error .title {
  color: #F39C12;
  font-size: 120px;
  margin-bottom: 30px; }

.forbidden-error .title {
  color: #00C0EF;
  font-size: 120px;
  margin-bottom: 30px; }

.form-project .tab-content {
  margin: 0 10px;
  border-top: none; }

.form-project .nav-tabs {
  border-color: #bbbbbb; }
  .form-project .nav-tabs .nav-link.active, .form-project .nav-tabs .nav-item.show .nav-link {
    border-color: #bbbbbb #bbbbbb #f6f6f6; }

.btn-addon i {
  position: relative;
  float: left;
  width: 35px;
  height: 35px;
  margin: -7px -13px;
  margin-right: 12px;
  line-height: 34px;
  text-align: center;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: rgba(0, 0, 0, 0.1); }

table.table {
  margin: 15px 0 !important;
  border-spacing: 0; }
  table.table.table-bordered {
    border-color: #bbbbbb;
    width: 100% !important; }
    table.table.table-bordered thead th {
      color: #495057;
      background-color: #e9ecef;
      border-color: #bbbbbb; }
      table.table.table-bordered thead th.sorting_disabled {
        padding-right: 8px !important; }
    table.table.table-bordered .thead th {
      background-color: #e9ecef;
      border-color: #bbbbbb; }
    table.table.table-bordered > tbody > tr > td,
    table.table.table-bordered > tbody > tr > th,
    table.table.table-bordered > tfoot > tr > td,
    table.table.table-bordered > tfoot > tr > th,
    table.table.table-bordered > thead > tr > td {
      border-color: #bbbbbb;
      padding: 8px 10px !important; }
    table.table.table-bordered > thead > tr > th {
      border-bottom: none;
      border-right-color: #bbbbbb; }
      table.table.table-bordered > thead > tr > th.pr-default {
        padding-right: 10px !important;
        border-top: 1px solid #bbbbbb; }
        table.table.table-bordered > thead > tr > th.pr-default:first-child {
          border-left: 1px solid #bbbbbb; }
    table.table.table-bordered > tbody > tr > td.danger {
      background-color: #F56954;
      color: #ffffff; }
    table.table.table-bordered > tbody > tr > td.success {
      background-color: #43a047;
      color: #ffffff; }
    table.table.table-bordered > tbody > tr > td.warning {
      background-color: #f9a825;
      color: #ffffff; }
    table.table.table-bordered > tbody tr.selected {
      background-color: #999999; }
    table.table.table-bordered tr.subtotal-row td {
      text-align: right;
      background-color: #f5f5f5; }
    table.table.table-bordered tr.subheading-row td {
      background-color: #f6f6f6;
      text-transform: uppercase; }
  table.table .fit {
    width: 1%;
    white-space: nowrap; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  cursor: not-allowed; }

select[readonly].select2 + .select2-container,
select[readonly].select2-multiple + .select2-container {
  pointer-events: none;
  touch-action: none; }
  select[readonly].select2 + .select2-container .select2-selection,
  select[readonly].select2-multiple + .select2-container .select2-selection {
    background: #eee;
    box-shadow: none; }
  select[readonly].select2 + .select2-container .select2-selection__arrow,
  select[readonly].select2 + .select2-container .select2-selection__clear,
  select[readonly].select2-multiple + .select2-container .select2-selection__arrow,
  select[readonly].select2-multiple + .select2-container .select2-selection__clear {
    display: none; }

div.dataTables_wrapper table.dataTable thead > tr > th {
  text-align: left;
  padding-right: 30px !important; }

div.dataTables_wrapper div.dataTables_processing {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  top: 15px;
  left: 0;
  margin-left: 0;
  margin-top: 0;
  width: 100%;
  height: 97%; }

table.dataTable tfoot tr th input {
  width: 100%; }

#loader {
  position: absolute;
  top: 40%;
  left: 45%;
  font-size: 25px; }
  #loader .fa {
    font-size: 80px; }

.subtitle {
  margin-top: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cccccc; }

#transaction-list {
  margin-bottom: 10px;
  margin-left: 10px; }
  #transaction-list .row-input {
    padding-left: 8px;
    padding-right: 8px; }
    #transaction-list .row-input:first-child {
      padding-left: 30px; }
    #transaction-list .row-input:last-child {
      padding-right: 15px; }

.row-input {
  margin-bottom: 10px; }
  .row-input.empty {
    height: 34px; }

.row-header {
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center; }

.trans-delete {
  position: absolute;
  left: 15px;
  top: 10px;
  cursor: pointer;
  color: #F56954; }

.report-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 20px; }

.transaction-row-template {
  display: none; }

table.print-header {
  width: 100%; }
  table.print-header td, table.print-header th {
    padding: 2px 0; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 1000px; }
    .modal-dialog .modal-footer {
      justify-content: normal; }
  #modal-default {
    z-index: 10000; }
  #modal-delete-verify .modal-dialog {
    max-width: 300px; } }

.preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #111111;
  opacity: 0.5;
  display: none;
  z-index: 1060; }
  .preloader.loader-datatable {
    display: block; }

.loader-section {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin: -75px 0 0 -75px; }
  .loader-section .loader-text {
    font-size: 25px;
    color: #ffffff;
    margin-left: -13px;
    margin-top: 15px; }
  .loader-section .loader {
    width: 120px;
    height: 120px;
    border: 13px solid #ffffff;
    border-radius: 50%;
    border-top: 13px solid #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    opacity: 1; }

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.main-header .logo {
  font-weight: bold; }

.main-header .navbar-nav > .user-menu > .dropdown-menu {
  width: 150px;
  text-align: left; }
  .main-header .navbar-nav > .user-menu > .dropdown-menu li a {
    padding: 5px 15px; }

.m-0 {
  margin: 0 !important; }

.mb-1 {
  margin-bottom: 5px !important; }

.mb-2 {
  margin-bottom: 10px !important; }

.mb-3 {
  margin-bottom: 15px !important; }

.mb-4 {
  margin-bottom: 25px !important; }

.mt-1 {
  margin-top: 5px !important; }

.mt-2 {
  margin-top: 10px !important; }

.mt-3 {
  margin-top: 15px !important; }

.mt-4 {
  margin-top: 25px !important; }

.mr-1 {
  margin-right: 5px !important; }

.mr-2 {
  margin-right: 10px !important; }

.mr-3 {
  margin-right: 15px !important; }

.mr-4 {
  margin-right: 25px !important; }

.ml-1 {
  margin-left: 5px !important; }

.ml-2 {
  margin-left: 10px !important; }

.ml-3 {
  margin-left: 15px !important; }

.ml-4 {
  margin-left: 25px !important; }

.ml-75 {
  margin-left: 75px !important; }

.ml-coa-parent {
  margin-left: 30px; }

.ml-coa-detail {
  margin-left: 60px; }

.p-0 {
  padding: 0 !important; }

.pb-1 {
  padding-bottom: 5px !important; }

.pb-2 {
  padding-bottom: 10px !important; }

.pb-3 {
  padding-bottom: 15px !important; }

.pt-1 {
  padding-top: 5px !important; }

.pt-2 {
  padding-top: 10px !important; }

.pt-3 {
  padding-top: 15px !important; }

.pt-4 {
  padding-top: 20px !important; }

.mcoa-1 {
  margin-left: 25px; }

.mcoa-2 {
  margin-left: 50px; }

.mcoa-3 {
  margin-left: 75px; }

.mcoa-4 {
  margin-left: 100px; }

.mcoa-5 {
  margin-left: 125px; }

.mcoa-6 {
  margin-left: 150px; }

.mcoa-7 {
  margin-left: 175px; }

.mcoa-8 {
  margin-left: 200px; }

.mcoa-9 {
  margin-left: 225px; }

.mcoa-10 {
  margin-left: 250px; }

.font-weight-500 {
  font-weight: 500; }

.font-weight-600 {
  font-weight: 600; }

.font-weight-bold {
  font-weight: bold; }
