/* Custom SCSS v_0.0.1_15-Oct-2018_moizmortos -- created by magrafay */
/* ================================================ COLORS -- START */
/* Varibles */
.bg-default {
  background-color: #031A4C; }

.bg-secondary {
  background-color: grey; }

.color-default {
  color: #031A4C; }

/* BUTTONS / ICONS -- COLORS */
.btn-primary {
  background: #031A4C !important; }

.fa-default {
  color: #031A4C; }

.fa-secondary {
  color: grey; }

a {
  color: #031A4C; }

.add-new-row-btn {
  display: inline-block;
  background: none;
  box-shadow: none !important;
  border: 0;
  position: absolute;
  transform: translate(-50%, 0%);
  left: 50%; }
  .add-new-row-btn i {
    display: inline-block;
    background: #031A4C;
    font-size: 2rem !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: white;
    position: relative;
    top: -0.5rem;
    padding: 0 !important; }
  .add-new-row-btn[disabled] i {
    opacity: .6; }

/* ================================================ COLORS -- END */
/*================================================================= GLOBAL - SCSS - START */
html {
  position: relative;
  min-height: 100%; }

body {
  font-family: 'Cousine', monospace;
  font-size: 1.25rem;
  padding: 50px 0 0 !important;
  margin: 0;
  background-image: -webkit-linear-gradient(330deg, #fdfbfb 0, #ebedee 100%);
  background-image: -o-linear-gradient(330deg, #fdfbfb 0, #ebedee 100%);
  background-image: linear-gradient(120deg, #fdfbfb 0, #ebedee 100%); }

img {
  border: none; }

h1, h2, h3, h4, h5, h6, p {
  font-family: 'Cousine', monospace; }

.container {
  max-width: 1210px !important;
  width: 100%; }

ul {
  padding: 0; }

/* ================================================ PAGE - LOADER -- START */
.page-loader {
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100vh;
  display: inline-block;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0; }
  .page-loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

/* ================================================ PAGE - LOADER -- END */
/* ================================================= MODAL -- dialog -- START */
.modal-open .modal.fade:not(.show) {
  opacity: 1; }
.modal-open .modal .modal-dialog {
  min-width: 500px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .modal-open .modal .modal-dialog .modal-content .modal-header {
    background: #031A4C !important; }

.modal-backdrop.fade {
  opacity: .5; }

/* ================================================= MODAL -- dialog -- END */
/* ================================================= PAGE / SECTION TITLE -- START */
.page-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 5rem; }
  .page-title:after {
    content: '';
    display: block;
    border: none;
    color: white;
    height: 1px;
    background: black;
    background: -webkit-gradient(radial, 0 0, 0, 100% 0, 350, from(#031A4C), to(#eee)); }
  .page-title h1 {
    color: #031A4C;
    font-size: 3rem; }

.section-title {
  display: inline-block;
  width: 100%;
  padding: 0 0 1rem; }
  .section-title:after {
    content: '';
    display: block;
    border: none;
    color: white;
    height: 1px;
    background: black;
    background: -webkit-gradient(radial, 0 0, 0, 0 0, 500, from(#031A4C), to(#eee)); }
  .section-title.text-right:after {
    background: -webkit-gradient(radial, 100% 0, 0, 0 0, 100, from(#031A4C), to(#eee)); }
  .section-title h3 {
    color: #031A4C; }

/* ================================================ PAGE / SECTION TITLE -- END */
/* ================================================ BUTTONS & ICON -- START */
.btn {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 1.25rem 2rem;
  font-size: 1.25rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  margin: .375rem;
  border: 0;
  -webkit-border-radius: .125rem;
  border-radius: .25rem;
  cursor: pointer;
  text-transform: uppercase;
  white-space: normal;
  word-wrap: break-word;
  line-height: 1; }
  .btn:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    outline: 0; }
  .btn.btn-lg {
    padding: 1rem 2.4rem;
    font-size: 1.25rem; }
  .btn i {
    color: white !important;
    margin-right: 0 !important;
    font-size: 1.25rem !important; }

/* ================================================ FONT SIZEING / WEIGHT -- START */
a, p, span, div, label, tr, td {
  font-size: 1.25rem !important; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700; }

/* ================================================ FONT SIZEING -- END */
/* ================================================ CUSTOM SCROLLBAR */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5; }

::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
  height: 8px; }

::-webkit-scrollbar-thumb {
  background: #031A4C;
  border-radius: 50px; }

/* ================================================ CUSTOM SCROLLBAR */
/*================================================================= GLOBAL - SCSS - END */
/*================================================================= login - page - START */
.login-wrapper {
  background: url(../images/cars/kinglong-1.jpg) left top fixed no-repeat;
  background-size: cover;
  width: 100%;
  float: left;
  height: 100vh; }
  .login-wrapper:before {
    content: '';
    display: inline-block;
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100vh; }
  .login-wrapper .box {
    width: 320px;
    position: absolute;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 200;
    color: #666;
    text-align: center;
    border: 1px solid #fff;
    background: white;
    -webkit-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, 0.75);
    /* LABEL ======================================= */
    /* active state */
    /* BOTTOM BARS ================================= */
    /* active state */
    /* active state */
    /* ANIMATIONS ================ */ }
    .login-wrapper .box #header {
      position: relative;
      width: 100%;
      margin-bottom: 1rem;
      background: #031A4C; }
      .login-wrapper .box #header .logo-wrapper img {
        margin: 25px auto 0;
        width: 200px; }
      .login-wrapper .box #header .logo-wrapper h1 {
        font-size: 4rem !important;
        color: white;
        margin: 0 !important; }
      .login-wrapper .box #header #cont-lock {
        width: 100%;
        height: 65px;
        position: relative; }
      .login-wrapper .box #header .lock {
        text-align: center;
        color: white;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0;
        top: 0;
        bottom: 0;
        line-height: 65px;
        font-size: 28px; }
      .login-wrapper .box #header #bottom-head {
        position: relative;
        height: 35px;
        border-bottom: 7px solid white; }
        .login-wrapper .box #header #bottom-head:after {
          content: '';
          width: 0px;
          height: 0px;
          display: block;
          position: absolute;
          margin: auto;
          left: 0;
          right: 0;
          bottom: 0;
          border-bottom: 7px solid white;
          border-right: 7px solid rgba(0, 0, 0, 0);
          border-left: 7px solid rgba(0, 0, 0, 0);
          border-top: 7px solid rgba(0, 0, 0, 0); }
      .login-wrapper .box #header h1 {
        font-size: 24px;
        margin-top: 1rem;
        font-weight: 300;
        color: white;
        line-height: 0; }
    .login-wrapper .box form {
      /*border-width: 0 7px 0 7px;
      border-style: solid;
      border-color: $default-color;*/
      padding: 1rem 2rem; }
    .login-wrapper .box .box button {
      padding: 10px;
      font-size: 16px;
      font-weight: 300;
      width: 320px;
      margin: 20px auto;
      display: block;
      cursor: pointer;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      border-radius: 2px; }
    .login-wrapper .box .box p {
      font-size: 14px;
      text-align: center; }
    .login-wrapper .box .group {
      position: relative;
      margin: 15px 0 35px; }
    .login-wrapper .box .inputMaterial {
      font-size: 18px;
      padding: 5px 5px 0px 5px;
      display: block;
      width: 100%;
      max-width: 100%;
      border: none;
      background: none;
      border-bottom: 1px solid #031A4C; }
    .login-wrapper .box .inputMaterial:focus {
      outline: none; }
    .login-wrapper .box label {
      color: #031A4C;
      font-size: 14px;
      font-weight: normal;
      position: absolute;
      pointer-events: none;
      left: 5px;
      top: 10px;
      transition: 0.2s ease all;
      -moz-transition: 0.2s ease all;
      -webkit-transition: 0.2s ease all; }
    .login-wrapper .box .inputMaterial:focus ~ label, .login-wrapper .box .inputMaterial:valid ~ label {
      top: -20px;
      font-size: 14px;
      color: #031A4C; }
    .login-wrapper .box .bar {
      position: relative;
      display: block; }
    .login-wrapper .box .bar:before, .login-wrapper .box .bar:after {
      content: '';
      height: 3px;
      width: 0;
      bottom: 1px;
      position: absolute;
      background: #031A4C;
      transition: 0.2s ease all;
      -moz-transition: 0.2s ease all;
      -webkit-transition: 0.2s ease all; }
    .login-wrapper .box .bar:before {
      left: 50%; }
    .login-wrapper .box .bar:after {
      right: 50%; }
    .login-wrapper .box .inputMaterial:focus ~ .bar:before, .login-wrapper .box .inputMaterial:focus ~ .bar:after {
      width: 50%; }
    .login-wrapper .box .inputMaterial:focus ~ .highlight {
      -webkit-animation: inputHighlighter 0.3s ease;
      -moz-animation: inputHighlighter 0.3s ease;
      animation: inputHighlighter 0.3s ease; }
@-webkit-keyframes inputHighlighter {
  from {
    background: #031A4C; }
  to {
    width: 0;
    background: transparent; } }
@-moz-keyframes inputHighlighter {
  from {
    background: #031A4C; }
  to {
    width: 0;
    background: transparent; } }
@keyframes inputHighlighter {
  from {
    background: #031A4C; }
  to {
    width: 0;
    background: transparent; } }
    .login-wrapper .box #footer-box {
      position: relative;
      width: 100%;
      padding: 1rem 0;
      color: #031A4C;
      background: #031A4C;
      border-top: 7px solid #031A4C; }
      .login-wrapper .box #footer-box .footer-text {
        color: white;
        margin: 0; }
        .login-wrapper .box #footer-box .footer-text .sign-up {
          color: white !important;
          font-weight: bold;
          text-decoration: underline; }
      .login-wrapper .box #footer-box:after {
        content: '';
        width: 0px;
        height: 0px;
        display: block;
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        top: 0;
        border-bottom: 7px solid #031A4C;
        border-right: 7px solid rgba(0, 0, 0, 0);
        border-left: 7px solid rgba(0, 0, 0, 0);
        border-top: 7px solid rgba(0, 0, 0, 0);
        transform: rotate(180deg); }
      .login-wrapper .box #footer-box h6 {
        margin: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.5); }

/*================================================================= login - page - MEDIA QUERY  */
@media only screen and (max-width: 554px) {
  .section-middle-wrapper {
    width: 75%; }

  .section-middle-wrapper h1 {
    font-size: 2em; }

  .section-middle-wrapper p, .section-middle-wrapper input, .section-middle-wrapper button, .section-middle-wrapper a {
    font-size: .9rem; } }
/*================================================================= login - page - END */
/*================================================================= dock - top - START */
.dock {
  position: relative;
  height: 50px;
  text-align: center; }

.dock-container {
  position: absolute;
  height: 50px;
  padding-left: 20px; }

a.dock-item {
  display: block;
  width: 40px;
  color: #000;
  position: absolute;
  top: 0px;
  text-align: center;
  text-decoration: none;
  font-family: 'Cousine', monospace;
  font-size: 12px;
  font-weight: bold; }

.dock-item img {
  border: none;
  margin: 5px 10px 0px;
  width: 100%; }

.dock-item span {
  display: none;
  padding-left: 20px; }

/* dock2 - bottom */
#dock2 {
  width: 100%;
  bottom: 0px;
  position: absolute;
  left: 0px; }

.dock-container2 {
  position: absolute;
  height: 50px;
  padding-left: 20px; }

a.dock-item2 {
  display: block;
  font: bold 12px Arial, Helvetica, sans-serif;
  width: 40px;
  color: #000;
  bottom: 0px;
  position: absolute;
  text-align: center;
  text-decoration: none; }

.dock-item2 span {
  display: none;
  padding-left: 20px; }

.dock-item2 img {
  border: none;
  margin: 5px 10px 0px;
  width: 100%; }

/*================================================================= dock - top - END */
/*================================================================= nav - sidebar - START */
/*====================================================================================*/
/* 	NAVIGATION
/*====================================================================================*/
.nav-wrapper {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%; }

/* GLOBAL CSS NAVIGATION  */
.navbar-header {
  width: 100%; }

nav ul, nav ul span, nav ul button {
  width: 100%;
  display: inline-block;
  font-size: 12px !important; }

.header_nav ul li, .sidebar ul li {
  list-style: none; }

.header_nav ul li a:hover,
.sidebar ul li a:hover,
.header_nav ul li .dropdown-menu li a:hover,
.sidebar ul li .dropdown-menu li a:hover {
  transition: .25s ease;
  font-weight: bold;
  background: #031A4C !important;
  color: white !important; }

/* GLOBAL CSS DROPDOWN */
.sidebar ul .dropdown .dropdown-menu {
  box-shadow: inset 0px 11px 8px -10px #CCC, inset 0px -11px 8px -10px #CCC; }

.sidebar ul .dropdown .dropdown-menu ul li {
  background: #eee !important; }

.sidebar ul:after, .header_nav ul:after {
  content: "";
  clear: both;
  display: block; }

.header_nav ul li.active a,
.sidebar ul li.active a,
.header_nav ul li .dropdown li.active a
.sidebar ul li .dropdown li.active a
.header_nav ul li .dropdown-menu li.active a,
.sidebar ul li .dropdown-menu li.active a {
  background: #031A4C !important;
  color: #fff !important; }

.header_nav ul.dropdown-menu,
.sidebar ul.dropdown-menu {
  display: none;
  float: left;
  margin: 5px 0px !important;
  width: 100%;
  padding: 0px !important; }

.header_nav ul .dropdown .dropdown-menu,
.sidebar ul .dropdown .dropdown-menu {
  border-radius: 0px; }

.header_nav ul li .dropdown-menu li,
.sidebar ul li .dropdown-menu li {
  float: left;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #eee; }

.header_nav ul li a, .header_nav ul li .dropdown-menu li a,
.sidebar ul li a, .sidebar ul li .dropdown-menu li a {
  padding: 5px 10px !important;
  border-radius: 0px;
  list-style: none;
  position: relative;
  display: inline-table;
  color: #181645 !important; }

.header_nav ul li .dropdown-menu li a,
.sidebar ul li .dropdown-menu li a {
  padding: 5px 10px 5px 10px !important;
  font-weight: 600 !important;
  color: #181645 !important; }

.header_nav ul li .dropdown-menu li a:hover,
.sidebar ul .dropdown .dropdown-menu ul li a:hover {
  color: #fff !important;
  background-color: #031A4C !important;
  text-indent: 7px; }

.header_nav li.dropdown > a:hover:after,
.sidebar li.dropdown > a:hover:after {
  color: white !important; }

.header_nav li.dropdown > a:after,
.sidebar li.dropdown > a:after {
  content: "\f0d9";
  font-family: "Font Awesome 5 Free";
  color: #031A4C;
  text-indent: 0px !important;
  z-index: 2;
  transform: rotate(-90deg);
  position: absolute;
  right: 10px;
  transition: .25s ease; }

.dropdown-toggle:after {
  transform: rotate(0deg) !important;
  border: 0;
  width: auto;
  height: auto; }

.sidebar li.dropdown.active > a:after, .header_nav li.dropdown.active > a:after {
  color: white; }

.header_nav ul li.active a {
  margin: 0px 5px; }

.inactiveLink {
  pointer-events: none;
  cursor: default; }

/* HEADER / NAVIGATION */
.header_nav {
  padding-left: 275px;
  -webkit-transition: padding-left .25s ease;
  -moz-transition: padding-left .25s ease;
  transition: padding-left .25s ease;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#cfd9df), to(#e2ebf0));
  background-image: -webkit-linear-gradient(bottom, #cfd9df 0, #e2ebf0 100%);
  background-image: -o-linear-gradient(bottom, #cfd9df 0, #e2ebf0 100%);
  background-image: linear-gradient(to top, #cfd9df 0, #e2ebf0 100%);
  position: fixed;
  height: 45px;
  top: 0;
  left: 0;
  z-index: 1;
  box-shadow: 0 0 5px; }
  .header_nav.expanded {
    padding-left: 15px; }

.header_nav .avatar {
  float: right; }
  .header_nav .avatar .dropdown-toggle {
    width: 40px;
    height: 25px; }
    .header_nav .avatar .dropdown-toggle .img-wrap {
      float: left;
      width: 25px;
      height: 25px;
      overflow: hidden;
      border-radius: 50%; }
      .header_nav .avatar .dropdown-toggle .img-wrap img {
        object-fit: cover;
        width: 25px;
        height: 25px; }
    .header_nav .avatar .dropdown-toggle .caret {
      margin: 1rem !important; }
  .header_nav .avatar .dropdown-menu {
    top: 85% !important; }

/*====================================================================================*/
/* SIDEBAR / NAVIGATION
/*====================================================================================*/
.sidebarBtn i {
  float: left;
  margin: 3px 0px !important;
  cursor: pointer; }

/*.sidebarBtn .bar1, .sidebarBtn .bar2, .sidebarBtn .bar3,*/
.sidebarBtn .fa {
  height: 20px;
  color: #031A4C !important;
  transition: .5s ease;
  font-size: 18px !important; }

.sidebarBtn .fa:before {
  top: 0px !important; }

.sidebar .scrollbar {
  overflow-y: auto;
  overflow-x: hidden;
  height: 87vh; }

.sidebar ul li {
  float: left;
  width: 100% !important;
  line-height: 20px;
  text-decoration: none; }

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 5px);
  transform: rotate(-45deg) translate(-5px, 5px); }

.change .bar2 {
  opacity: 0; }

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-2.5px, -3px);
  transform: rotate(45deg) translate(-2.5px, -3px); }

.sidebar-wrapper {
  width: 0%;
  height: 100vh;
  position: absolute !important;
  top: 0px;
  left: 0px;
  z-index: 999999; }

.sidebar-wrapper.overlay {
  width: 100% !important;
  display: block !important;
  background: rgba(0, 0, 0, 0.5) !important; }

.sidebar-wrapper .company-logo {
  text-align: center;
  margin: 10px 0px; }

.sidebar {
  background-color: #fff;
  box-shadow: 1px 1px 50px #555;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 2;
  min-width: 256px !important;
  width: 256px !important;
  left: -275px;
  height: 100%;
  width: 0px;
  -webkit-transition: .25s ease;
  transition: .25s ease;
  -webkit-transform: translateZ(0) scale(1, 1);
  padding: 0 0 20px; }
  .sidebar:before {
    content: '';
    background: url(../images/cars/kinglong-dashboard.jpg) 90% 0% no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1; }
  .sidebar:after {
    content: '';
    background: rgba(207, 217, 223, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1; }

.sidebar.expanded,
.expanded {
  left: 0px !important;
  cursor: pointer; }

.sidebar-wrapper .sidebarBtn {
  position: absolute;
  top: 8px;
  left: 235px;
  z-index: 99999;
  cursor: pointer; }

.sidebar-wrapper .sidebarBtn .fa {
  color: #031A4C !important;
  transition: .5s ease;
  font-size: 35px !important;
  background: #fff;
  border-radius: 100px;
  width: 35px !important;
  height: 35px;
  text-align: center;
  box-shadow: 3px 0px 0px rgba(0, 0, 0, 0.5); }

.sidebar ul li a {
  width: 100%;
  display: block;
  font-size: 12px !important;
  font-weight: bold;
  border-radius: 0px;
  color: #000;
  background: #fff !important;
  border-bottom: 1px solid #ccc; }

.sidebar .dropdown ul li a {
  background: #eee !important;
  text-indent: 10px; }

.sidebar .dropdown ul li ul li a {
  background: #ccc !important;
  text-indent: 20px; }

.sidebar .dropdown ul li a:before {
  content: " > ";
  padding-right: 5px;
  color: #031A4C;
  font-size: 8px; }

.sidebar .dropdown ul li ul li a:before {
  content: " >> ";
  padding-right: 5px;
  color: #031A4C;
  font-size: 10px; }

/* ONCLICK / HOVER SIDEBAR NAV */
.sidebar ul li a:hover {
  text-indent: 5px; }

.sidebar ul .dropdown .dropdown-menu {
  display: none; }

.sidebar ul .dropdown .dropdown-menu {
  position: relative !important;
  left: 0px;
  top: 0px; }

/*================================= HEADER / NAVIGATION END ===================================*/
/*================================= FOOTER START ===================================*/
footer {
  position: fixed !important;
  bottom: 0 !important;
  width: 100% !important;
  color: #031A4C !important;
  padding: 1rem !important;
  background: #cfd9df; }
  footer p {
    margin: 0; }

/*================================= FOOTER END ===================================*/
/*================================================================= nav - sidebar - END */
/*================================================================= dashboard - BUTTON - START */
/*================================================================= dashboard - BUTTON - END */
/*================================================================= dashboard - datatables - START */
/* TABLE SIZE */
.tableFixed {
  table-layout: fixed !important; }

.tableAuto {
  table-layout: auto !important; }

.column_w10 {
  width: 10px !important; }

.column_w20 {
  width: 20px !important; }

.column_w30 {
  width: 30px !important; }

.column_w40 {
  width: 40px !important; }

.column_w50 {
  width: 50px !important; }

.column_w60 {
  width: 60px !important; }

.column_w70 {
  width: 70px !important; }

.column_w80 {
  width: 80px !important; }

.column_w90 {
  width: 90px !important; }

.column_w100 {
  width: 100px !important; }

.column_w110 {
  width: 110px !important; }

.column_w120 {
  width: 120px !important; }

.column_w130 {
  width: 130px !important; }

.column_w140 {
  width: 140px !important; }

.column_w150 {
  width: 150px !important; }

.column_w160 {
  width: 160px !important; }

.column_w170 {
  width: 170px !important; }

.column_w180 {
  width: 180px !important; }

.column_w190 {
  width: 190px !important; }

.column_w200 {
  width: 200px !important; }

.column_w250 {
  width: 250px !important; }

.column_w300 {
  width: 300px !important; }

/* ====================================== TABLE SKINS -- START */
.table thead {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#031A4C), to(#9e9e9e));
  background-image: -webkit-linear-gradient(bottom, #031A4C 0%, #9e9e9e 100%);
  background-image: -o-linear-gradient(bottom, #031A4C 0%, #9e9e9e 100%);
  background-image: linear-gradient(to top, #031A4C 0%, #9e9e9e 100%); }
  .table thead tr th {
    color: white;
    font-size: 1.25rem; }
    .table thead tr th md-checkbox {
      margin-bottom: 0 !important; }
      .table thead tr th md-checkbox:not(.md-checked) .md-icon {
        border-color: rgba(255, 255, 255, 0.54) !important; }
.table tbody {
  max-height: 200px;
  overflow-y: auto; }
  .table tbody tr {
    border-width: 0 1px 0 1px;
    border-style: solid;
    border-color: #eee; }
    .table tbody tr td {
      vertical-align: middle !important;
      padding: 1rem !important;
      font-size: 1.25rem; }
      .table tbody tr td a, .table tbody tr td button {
        border-right: 1px solid #031A4C;
        padding-right: .5rem;
        margin-right: 1rem !important;
        float: left;
        line-height: 1px;
        background: none; }
        .table tbody tr td a .fa, .table tbody tr td a.fa, .table tbody tr td button .fa, .table tbody tr td button.fa {
          font-size: 1.2rem !important;
          color: #031A4C; }
        .table tbody tr td a:last-child, .table tbody tr td button:last-child {
          border: 0; }
        .table tbody tr td a::fa:hover, .table tbody tr td button::fa:hover {
          text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
      .table tbody tr td md-input-container {
        margin-top: 0;
        margin-bottom: 0 !important; }
        .table tbody tr td md-input-container .md-errors-spacer {
          display: none; }
      .table tbody tr td.column_action a {
        color: #031A4C !important; }
        .table tbody tr td.column_action a:hover {
          text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          cursor: pointer; }
    .table tbody tr:hover {
      background-color: #ffff9a !important; }

/* ====================================== TABLE SKINS -- END*/
/*================================================================= dashboard - datatables - END */
/*================================================================= dashboard - main - START */
main {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  display: inline-block;
  -webkit-transition: padding-left .25s ease;
  -moz-transition: padding-left .25s ease;
  transition: padding-left .25s ease;
  background-image: -webkit-linear-gradient(330deg, #fdfbfb 0, #ebedee 100%);
  background-image: -o-linear-gradient(330deg, #fdfbfb 0, #ebedee 100%);
  background-image: linear-gradient(120deg, #fdfbfb 0, #ebedee 100%);
  padding-left: 275px !important;
  padding-right: 15px !important;
  padding-bottom: 2rem; }
  main.expanded {
    padding-left: 15px !important;
    padding-right: 15px !important; }

.main_filterbar {
  display: inline-block;
  width: 100%;
  background: white;
  padding: 2rem 1.5rem; }

/*================================================================= dashboard - main - END */
/* =================================================== MDB -- CSS -- START */
.md-form label {
  color: #031A4C; }
  .md-form label.active {
    -webkit-transform: translateY(-75%);
    -ms-transform: translateY(-75%);
    transform: translateY(-75%); }

.md-form input {
  font-size: 1.25rem; }

.md-form input[type=text]:focus:not([readonly]),
.md-form input[type=password]:focus:not([readonly]),
.md-form input[type=email]:focus:not([readonly]),
.md-form input[type=url]:focus:not([readonly]),
.md-form input[type=time]:focus:not([readonly]),
.md-form input[type=date]:focus:not([readonly]),
.md-form input[type=datetime-local]:focus:not([readonly]),
.md-form input[type=tel]:focus:not([readonly]),
.md-form input[type=number]:focus:not([readonly]),
.md-form input[type=search-md]:focus:not([readonly]),
.md-form input[type=search]:focus:not([readonly]),
.md-form textarea.md-textarea:focus:not([readonly]) {
  -webkit-box-shadow: 0 1px 0 0 #031A4C;
  box-shadow: 0 1px 0 0 #031A4C;
  border-bottom: 1px solid #031A4C; }

/* =================================================== FORM -- CSS -- START */
/* INPUT */
md-input-container {
  width: 100% !important; }
  md-input-container label {
    color: rgba(3, 26, 76, 0.8) !important;
    /*padding-left: 15px !important;*/ }
  md-input-container .md-input-invalid label {
    color: #dd2c00 !important; }
  md-input-container input {
    border-color: rgba(3, 26, 76, 0.12); }
    md-input-container input.md-input {
      max-width: 100%; }
  md-input-container.md-input-has-value label {
    transform: translate3d(0, 15px, 0) scale(0.9) !important; }
  md-input-container.md-input-focus label {
    color: #031a4c !important;
    transform: translate3d(0, 15px, 0) scale(0.9) !important; }
  md-input-container.md-input-focus input {
    border-color: #031a4c !important; }

/* CHECKBOX */
md-checkbox.md-checked .md-icon {
  background-color: rgba(3, 26, 76, 0.87) !important; }
md-checkbox label, md-checkbox .md-label {
  line-height: 25px; }

.registerFrom {
  background: white;
  display: inline-block;
  width: 100%;
  padding: 2rem; }

/* DATEPICKER */
md-datepicker .md-datepicker-button {
  border: 0 !important; }

/* =================================================== FORM -- SCSS -- END */
/* =================================================== MDB -- DIALOG -- START */
md-toolbar {
  min-height: 40px !important; }
  md-toolbar .md-toolbar-tools {
    min-height: 40px !important;
    height: 40px !important; }

md-dialog {
  max-width: 720px !important;
  min-width: 500px !important;
  width: 720px !important;
  padding-bottom: 5rem; }
  md-dialog .md-title {
    text-align: left;
    font-size: 3rem;
    font-weight: bold;
    padding: 0;
    color: #031A4C !important; }
  md-dialog .md-dialog-content-body p {
    text-align: left;
    font-size: 1.5rem !important;
    font-weight: bold;
    padding: 2rem 0;
    color: #031A4C; }
  md-dialog.fullScreen {
    top: 1% !important;
    left: 1% !important;
    width: 98% !important;
    max-width: 98% !important;
    min-height: 98vh !important;
    overflow: auto;
    position: fixed; }
  md-dialog.customerRegisterDlg {
    max-width: 544px !important;
    min-height: 97vh !important;
    background: #eee;
    position: absolute;
    top: 1%; }
    md-dialog.customerRegisterDlg .customer-avatar {
      width: 200px;
      height: 150px;
      margin: 1rem auto !important; }
      md-dialog.customerRegisterDlg .customer-avatar .img-wrap {
        overflow: hidden;
        border-radius: 50%;
        border: 5px solid #fff;
        width: 150px;
        height: 150px;
        display: inline-block;
        position: relative; }
        md-dialog.customerRegisterDlg .customer-avatar .img-wrap img {
          width: 150px;
          height: auto; }
        md-dialog.customerRegisterDlg .customer-avatar .img-wrap .upload-btn {
          opacity: 0;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.5);
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          transition: .25s ease; }
          md-dialog.customerRegisterDlg .customer-avatar .img-wrap .upload-btn input {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            opacity: 0; }
          md-dialog.customerRegisterDlg .customer-avatar .img-wrap .upload-btn:before {
            content: '\f03e';
            font-family: "Font Awesome 5 Free";
            color: #fff;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 4rem; }
          md-dialog.customerRegisterDlg .customer-avatar .img-wrap .upload-btn:hover {
            opacity: 1; }
    md-dialog.customerRegisterDlg .registerFrom {
      background: white; }

md-dialog-actions {
  position: fixed;
  bottom: 0;
  background: white;
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

/* =================================================== MDB -- CSS -- END */
/* =================================================== CAR CARD -- START */
.car-card .car-img {
  width: 90px;
  height: 90px;
  float: left;
  overflow: hidden; }
  .car-card .car-img img {
    width: 100%; }
.car-card .car-info-wrapper {
  float: left;
  width: 85%; }
  .car-card .car-info-wrapper span {
    font-weight: bold;
    float: left;
    width: 100px; }
  .car-card .car-info-wrapper .car-name {
    background: #eee;
    line-height: 14px;
    padding: 0.5rem 1rem 0;
    float: left;
    width: 100%;
    font-size: 1.5rem !important;
    font-weight: bold;
    margin-right: 1rem; }
    .car-card .car-info-wrapper .car-name span {
      font-size: 1.5rem !important;
      width: auto; }
      .car-card .car-info-wrapper .car-name span:after {
        content: ' -- '; }
  .car-card .car-info-wrapper .car-info {
    background: #ddd;
    line-height: 14px;
    padding: 0.5rem 1rem 0;
    float: left;
    width: 100%; }

/* =================================================== CAR CARD -- END */
/* =================================================== PAGES -- SCSS -- START */
/* MAMUFACTURER PAGES */
.manu-view-wrapper {
  background: #eee; }
  .manu-view-wrapper i {
    font-size: 3rem;
    float: left;
    padding-right: 1rem; }
  .manu-view-wrapper h3 i {
    font-size: 2rem;
    float: left;
    padding-right: 1rem; }
  .manu-view-wrapper .manu-view-manuDetails {
    background: white; }
  .manu-view-wrapper .manu-view-manuDetails, .manu-view-wrapper .manu-view-shipInfo {
    padding: 2rem; }
  .manu-view-wrapper .section-title h1 {
    font-size: 3rem;
    padding: 1rem .5rem;
    color: #031A4C; }
    .manu-view-wrapper .section-title h1 i {
      border: 0; }
  .manu-view-wrapper .section-title h3 {
    color: #031A4C; }
  .manu-view-wrapper .section-title p {
    color: #555; }
  .manu-view-wrapper .section-title h4, .manu-view-wrapper .section-title p {
    line-height: 3.5rem;
    margin: 1rem 0; }
  .manu-view-wrapper .section-title i {
    font-size: 2rem;
    float: left;
    padding-right: 1rem;
    margin-right: 1rem;
    color: #031A4C; }
  .manu-view-wrapper .section-title button {
    margin: -1rem 0 1rem 5rem; }
  .manu-view-wrapper .manu-view-manuDetails h3 {
    color: #031A4C; }
  .manu-view-wrapper .manu-view-manuDetails p {
    color: #555; }
  .manu-view-wrapper .manu-view-manuDetails h4, .manu-view-wrapper .manu-view-manuDetails p {
    line-height: 3.5rem;
    margin: 1rem 0; }
  .manu-view-wrapper .manu-view-manuDetails i {
    font-size: 3rem;
    float: left;
    padding-right: 1rem;
    margin-right: 1rem;
    color: #031A4C; }
  .manu-view-wrapper .invoice-summary table tr td {
    font-size: 1.5rem;
    display: table-cell;
    table-layout: fixed; }
    .manu-view-wrapper .invoice-summary table tr td i {
      font-size: 1.5rem !important; }
  .manu-view-wrapper .invoice-details table tr td {
    font-size: 1.5rem !important; }

/* MANUFACTURE PAGES -- END */
/* DASHBOARD STATS PAGES -- START */
.dashboard-stats-wrapper .table-title i {
  float: left;
  background: #031A4C;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  color: white;
  position: relative;
  z-index: 3;
  font-size: 1.8rem; }
.dashboard-stats-wrapper .table-title h3 {
  background: #c2d0d5;
  border-radius: 0 0 50px 0;
  padding: 0.5rem 2rem .5rem 3rem;
  position: relative;
  left: -1.5rem;
  z-index: 2; }
.dashboard-stats-wrapper .table-title span {
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  line-height: 30px;
  font-weight: bold;
  background: #031A4C;
  border-radius: 0 50px;
  color: white;
  /* min-width: 170px; */
  text-align: center;
  display: inline-block;
  padding: 0 4rem 0 6rem;
  left: -6.25rem;
  position: relative;
  z-index: 1;
  text-align: center; }

/* DASHBOARD STATS PAGES -- END */
/* =================================================== CUSTOMER AVATAR -- START */
.customer-info-card {
  background: #031A4C;
  padding: 2rem 0;
  border-radius: 100px 0 0 100px;
  position: relative;
  margin-bottom: 1rem; }
  .customer-info-card .customer-info {
    float: left;
    width: 100%;
    margin-top: 1rem; }
    .customer-info-card .customer-info.customer-name {
      border-bottom: 1px solid #fff;
      padding: .5rem 0; }
      .customer-info-card .customer-info.customer-name .title {
        font-size: 2rem !important; }
    .customer-info-card .customer-info .title {
      color: #ecf568;
      min-width: 120px;
      float: left;
      padding-right: 1rem;
      line-height: 20px;
      font-size: 1.5rem !important;
      font-weight: bold; }
    .customer-info-card .customer-info .info {
      color: white;
      float: left; }

.customer-avatar {
  width: 150px;
  height: 150px;
  margin: -20px 0 -20px -5px; }
  .customer-avatar .img-wrap {
    overflow: hidden;
    border-radius: 50%;
    border: 5px solid #fff;
    width: 150px;
    height: 150px;
    display: inline-block;
    margin-right: 2rem; }
    .customer-avatar .img-wrap img {
      width: 150px;
      height: auto; }

/* =================================================== CUSTOMER AVATAR -- END */
/* =================================================== PAGES -- SCSS -- END */
/* =================================================== MEDIA QUERIES -- START */
@media screen and (max-width: 992px) {
  main {
    padding-left: 0px !important; } }
/* =================================================== MEDIA QUERIES -- END */

/*# sourceMappingURL=style.css.map */
