body {
  font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: auto;
}

.navbar-laravel {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.card {
  background-color: #fff;
}

.card-header {
  position: relative;
}

.card-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-b-20 {
  padding-bottom: 20px;
}

.p-b-50 {
  padding-bottom: 50px;
}

.p-s-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.p-s-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.table td,
.table th {
  border-top-color: #efefef;
}

.table-hover tbody tr:hover,
.table-striped tbody tr:nth-of-type(odd),
.thead-default th {
  background-color: rgba(0, 0, 0, 0.03);
}

label {
  font-weight: 300 !important;
}

.card-title {
  padding-left: 20px;
}

.flex-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.flex-button {
  margin-left: 20px;
}

.alert-success.alert-important {
  color: #4ac18e !important;
  background-color: #e2f5ed !important;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-around;
  line-height: 75px;
  background-color: #f9f9f9;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  color: #1d1e3a;
}

.f-left,
.f-rigth {
  text-align: center;
}

.color-add {
  color: green;
}

.color-del {
  color: red;
}

/* Table */

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #acc0d3;
}

.table_data_01 {
  border-radius: 6px;
}

.table .thead-dark th {
  background-color: #14477a;
  border-color: #fff;
}

/* #Navigation
================================================== */

#sidebar .form-group {
  text-align: left;
}

.start-header {
  opacity: 1;
  transform: translateY(0);
  padding: 0px 0;
  box-shadow: 0 2px 6px 0 #333;
  transition: all 0.3s ease-out;
  width: 100%;
  background: #2b4f73;
  background: linear-gradient(90deg, #2b4f73 0%, #407bb5 35%, #2b4f73 100%);
}

.start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  padding: 10px 0;
  transition: all 0.3s ease-out;
}

.start-header.scroll-on .navbar-brand img {
  height: 35px;
  transition: all 0.3s ease-out;
}

.navigation-wrap {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: all 0.3s ease-out;
}

.navbar {
  padding: 0;
  width: 100%;
}

.navbar-brand img {
  height: 40px;
  width: auto;
  display: block;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
  transition: all 0.3s ease-out;
  background-color: #fff;
}

.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}

.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000;
  transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
  top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}

.nav-link {
  color: #fff !important;
  font-weight: 500;
  font-size: 20px;
  padding-left: 1px;
  transition: all 200ms linear;
  cursor: pointer;
}

.nav-item:hover .nav-link {
  color: #000 !important;
}

.nav-item.active .nav-link {
  color: #fff !important;
}

.nav-link {
  position: relative;
  padding: 20px 7px !important;
  display: inline-block;
}

.nav-item:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #468aba;
  opacity: 0;
  transition: all 200ms linear;
}

.navbar-nav {
  border-left: 1px solid #1e5179;
  border-right: 1px solid #4183b7;
}

.nav-item {
  position: relative;
  padding: 0px;
  margin: 0px;
  border-left: 1px solid #4183b7;
  border-right: 1px solid #1e5179;
}

.nav-item:hover {
  background-color: #92d2ff;
}

.nav-item.active {
  background-color: #162c3b;
}

.nav-item.active {
  background-color: #162c3b;
}

/* #Media
================================================== */

@media (max-width: 767px) {
  h1 {
    font-size: 38px;
  }

  .nav-item:after {
    display: none;
  }

  .nav-item::before {
    position: absolute;
    display: block;
    top: 15px;
    left: 0;
    width: 11px;
    height: 1px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
  }

  .dropdown-toggle::after {
    position: absolute;
    display: block;
    top: 10px;
    left: -23px;
    width: 1px;
    height: 11px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
    transition: all 200ms linear;
  }

  .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(90deg);
    opacity: 0;
  }

  .dropdown-menu {
    padding: 0 !important;
    background-color: transparent;
    box-shadow: none;
    transition: all 200ms linear;
  }

  .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }

  body.dark .nav-item::before {
    background-color: #fff;
  }

  body.dark .dropdown-toggle::after {
    background-color: #fff;
  }

  body.dark .dropdown-menu {
    background-color: transparent;
    box-shadow: none;
  }
}

/* Sidebar */

#sidebar {
  min-width: 300px;
  max-width: 300px;
  background: #0b2234;
  color: #fff;
  transition: all 0.3s;
  position: relative;
  border-right: 1px solid #999;
  background: black;
  background: linear-gradient(90deg, black 0%, #0b2234 80%);
}

#sidebar .h6 {
  color: #fff;
}

#sidebar.active {
  margin-left: -300px;
}

#sidebar.active .custom-menu {
  margin-right: -50px;
}

#sidebar.active .btn.btn-primary:before {
  content: "\F053";
  font-family: "FontAwesome";
  right: 2px !important;
}

#sidebar.active .btn.btn-primary:after {
  display: none;
}

#sidebar h1 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
}

#sidebar h1 .logo {
  color: #fff;
  display: block;
  padding: 10px 30px;
  background: #2f89fc;
}

#sidebar ul.components {
  padding: 0;
}

#sidebar ul li {
  font-size: 16px;
}

#sidebar ul li > ul {
  margin-left: 10px;
}

#sidebar ul li > ul li {
  font-size: 14px;
}

#sidebar ul li a {
  padding: 15px 30px;
  display: block;
  color: #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

#sidebar ul li a span.notif {
  position: relative;
}

#sidebar ul li a span.notif small {
  position: absolute;
  top: -3px;
  bottom: 0;
  right: -3px;
  width: 12px;
  height: 12px;
  content: '';
  background: red;
  border-radius: 50%;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 8px;
}

#sidebar ul li a:hover {
  color: #fff;
  background: #2f89fc;
  border-bottom: 1px solid #2f89fc;
}

#sidebar ul li.active > a {
  background: transparent;
  color: #fff;
}

#sidebar ul li.active > a:hover {
  background: #2f89fc;
  border-bottom: 1px solid #2f89fc;
}

@media (max-width: 991.98px) {
  #sidebar {
    margin-left: -300px;
  }

  #sidebar.active {
    margin-left: 0;
  }

  #sidebar .custom-menu {
    margin-right: -60px !important;
    top: 10px !important;
  }
}

#sidebar .custom-menu {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 0;
  margin-right: -35px;
  transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  #sidebar .custom-menu {
    transition: none;
  }
}

#sidebar .custom-menu .btn.btn-primary {
  background: #2f89fc;
  border-color: transparent;
  position: relative;
  color: #000;
  width: 30px;
  height: 30px;
}

#sidebar .custom-menu .btn.btn-primary:after,
#sidebar .custom-menu .btn.btn-primary:before {
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: "FontAwesome";
  color: #fff;
}

#sidebar .custom-menu .btn.btn-primary:after {
  content: "\F054";
  left: 2px;
}

.bg-wrap {
  width: 100%;
  position: relative;
  z-index: 0;
}

.bg-wrap:after {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: #000;
  opacity: .3;
}

.bg-wrap .user-logo .img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 10px;
}

.bg-wrap .user-logo h3 {
  color: #fff;
  font-size: 18px;
}

a[data-toggle="collapse"] {
  position: relative;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

#sidebar .form-control {
  border: 1px solid #666;
}

.table_obj {
  table-layout: fixed;
}

.table_obj tr td:nth-child(1) {
  width: 33px;
}

.table_obj tr td:nth-child(2) {
  width: 50%;
}

.table_obj tr td:nth-child(3) {
  width: 100px;
}

.fly {
  z-index: 2;
  position: fixed;
  top: -2000px;
}

.tab {
  margin: 0 50px;
}

.fly2 {
  z-index: 2;
  position: fixed;
  top: -2000px;
}

.fly2 tr td {
  background-color: #900;
}

.tab2 {
  margin: 0 100px;
}

/*.table_title_fly_start {background-color:#F9C; }*/

