@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
body {
  font-size: 13px;
  background-color: #FAF8F5;
  color: #3D4246;
  font-family: "Open Sans", sans-serif;
  line-height: 1.45;
}

body::-webkit-scrollbar,
body ::-webkit-scrollbar {
  width: 5px;
}

body::-webkit-scrollbar-track,
body ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

body::-webkit-scrollbar-thumb,
body ::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

body a {
  text-decoration: none;
}

body a:visited, body a:hover, body a:focus {
  text-decoration: none;
  outline: none;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  line-height: 1.25;
  font-weight: 700;
}

body h1 {
  font-size: 3.4em;
}

body h2 {
  font-size: 1.953em;
}

body h3 {
  font-size: 1.563em;
}

body h4 {
  font-size: 1.25em;
}

body small,
body .font_small {
  font-size: 0.7em;
}

body p {
  font-size: 18px;
  margin-bottom: 1.3em;
}

body ul {
  margin-bottom: .5em;
}

body li {
  font-size: 18px;
  margin-bottom: 1em;
}

body error {
  font-weight: 600;
  color: #ff0500;
  display: block;
  margin-top: 10px;
}

body success {
  font-weight: 600;
  color: #F16335;
  display: block;
  margin-top: 10px;
}

body .bg_1 {
  background-color: #F16335;
}

body .bg_2 {
  background-color: #FAF8F5;
}

body .bg_3 {
  background-color: #F5F2EE;
}

body .heading_1 {
  color: #F16335;
  font-size: 1.2em;
  letter-spacing: .1em;
  font-weight: bold;
  line-height: 1.7em;
  text-transform: uppercase;
}

body .heading_2 {
  color: #3D4246;
  font-weight: 700;
  margin-top: 0;
}

body .desc {
  color: #95989A;
}

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

body input:focus,
body select:focus,
body textarea:focus,
body button:focus {
  outline: none;
}

body .button,
body button {
  cursor: pointer;
  height: 40px;
  padding: 10px 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: none;
  border-radius: 50px;
  background-color: #F16335;
  color: #ffffff;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

body .button:disabled,
body button:disabled {
  pointer-events: none;
  opacity: 0.6;
}

body .button:hover,
body button:hover {
  background-color: #3D4246;
}

body .dropdown {
  display: inline-block;
}

body .dropdown .dropdown-menu {
  width: 100%;
}

body .dropdown .dropdown-menu li {
  margin: 0;
}

body .dropdown .dropdown-menu li a {
  font-size: 14px;
}

body .btn-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}

body .btn-group .btn {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

body .btn-group .btn:focus {
  outline: none;
}

body .search_aj {
  position: relative;
  display: block;
  width: 100px;
  padding: 10px 20px 10px 40px;
  margin: 15px 0 20px;
  border: none;
  border-radius: 50px;
  background-color: rgba(61, 66, 70, 0.2);
}

body .search_aj::-webkit-input-placeholder {
  color: rgba(61, 66, 70, 0.6);
}

body .search_aj:-ms-input-placeholder {
  color: rgba(61, 66, 70, 0.6);
}

body .search_aj::-ms-input-placeholder {
  color: rgba(61, 66, 70, 0.6);
}

body .search_aj::placeholder {
  color: rgba(61, 66, 70, 0.6);
}

body .input {
  position: relative;
}

body .input select,
body .input input {
  display: block;
  width: 100%;
  padding: 10px 20px 10px 40px;
  margin: 15px 0 20px;
  border: none;
  border-radius: 50px;
  background-color: rgba(61, 66, 70, 0.2);
}

body .input select::-webkit-input-placeholder,
body .input input::-webkit-input-placeholder {
  color: rgba(61, 66, 70, 0.6);
}

body .input select:-ms-input-placeholder,
body .input input:-ms-input-placeholder {
  color: rgba(61, 66, 70, 0.6);
}

body .input select::-ms-input-placeholder,
body .input input::-ms-input-placeholder {
  color: rgba(61, 66, 70, 0.6);
}

body .input select::placeholder,
body .input input::placeholder {
  color: rgba(61, 66, 70, 0.6);
}

body .input select {
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

body .input select:focus {
  border-radius: 0;
}

body .input > select + .selector {
  pointer-events: none;
  position: absolute;
  top: 13px;
  right: 12px;
  font-size: 15px;
  color: rgba(61, 66, 70, 0.6);
}

body .input textarea {
  resize: vertical;
  display: block;
  width: 100%;
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  background-color: rgba(61, 66, 70, 0.2);
}

body .input textarea::-webkit-input-placeholder {
  color: rgba(61, 66, 70, 0.6);
}

body .input textarea:-ms-input-placeholder {
  color: rgba(61, 66, 70, 0.6);
}

body .input textarea::-ms-input-placeholder {
  color: rgba(61, 66, 70, 0.6);
}

body .input textarea::placeholder {
  color: rgba(61, 66, 70, 0.6);
}

body .input .icon {
  position: absolute;
  top: 13px;
  right: 12px;
  font-size: 15px;
  color: rgba(61, 66, 70, 0.6);
}

body .input .checkbox,
body .input .radio {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body .input .checkbox.left,
body .input .radio.left {
  padding-left: 35px;
}

body .input .checkbox.left .checkmark,
body .input .radio.left .checkmark {
  left: 0;
}

body .input .checkbox.right .checkmark,
body .input .radio.right .checkmark {
  right: 0;
}

body .input .checkbox:hover input ~ .checkmark,
body .input .radio:hover input ~ .checkmark {
  background-color: rgba(61, 66, 70, 0.2);
}

body .input .checkbox input,
body .input .radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

body .input .checkbox input:checked ~ .checkmark,
body .input .radio input:checked ~ .checkmark {
  background-color: #F16335;
}

body .input .checkbox input:checked ~ .checkmark:after,
body .input .radio input:checked ~ .checkmark:after {
  display: block;
}

body .input .checkbox .checkmark,
body .input .radio .checkmark {
  position: absolute;
  top: -2px;
  height: 25px;
  width: 25px;
  border-radius: 50px;
  background-color: rgba(61, 66, 70, 0.2);
}

body .input .checkbox .checkmark:after,
body .input .radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 6px;
  width: 6px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

body .input td.action a:hover {
  cursor: pointer;
}

body .no-margin {
  margin: 0 !important;
}

body .ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body .input .fstElement {
  border-radius: 0px !important;
  border: none;
}

body .input .fstElement .fstQueryInput {
  background-color: transparent;
}

body .input .fstElement .fstQueryInputExpanded {
  padding: 0;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body .input .fstElement .fstQueryInputExpanded:focus {
  border-radius: 0;
}

body .input .fstElement .fstControls {
  margin: 0;
  padding: 10px 20px 10px 40px;
  border-radius: 20px;
  background-color: rgba(61, 66, 70, 0.2);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

body .input .fstElement .fstControls .fstChoiceItem {
  padding-left: 1.7em;
}

body .input .fstElement .fstControls .fstChoiceItem .fstChoiceRemove {
  left: 1px;
  top: 50%;
  height: 20px;
}

body .input .fstElement .fstControls input:focus + .fstControls {
  border-radius: 0;
}

body .input .fstElement .fstResults {
  background-color: #ffffff;
}

body .input .fstElement .fstResults span {
  padding: 10px 20px 10px 40px;
  background-color: rgba(61, 66, 70, 0.2);
  border: none;
}

body .input .fstElement .fstResults span.fstSelected {
  background-color: #3297FD;
}

body .input .selector {
  position: absolute;
  right: 14px;
  top: 13px;
  color: rgba(61, 66, 70, 0.6);
}

body .input table.form > tbody > tr > td .input {
  padding: 0;
}

body .input table.form > tbody > tr > td .input input,
body .input table.form > tbody > tr > td .input select,
body .input table.form > tbody > tr > td .input textarea {
  margin: 0;
}

body form > div > div .input input {
  margin: 8px 0;
}

body form > div > div .input select {
  margin: 8px 0;
}

body form > div > div > div button {
  margin: 8px 0;
}

body div.inline-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body form.form-inline > div {
  margin-right: 5px;
}

body form.form-inline > div:last-child {
  margin-right: 0;
}

body form.form-inline .input {
  min-width: 200px;
}

body form.form-inline .input input,
body form.form-inline .input select {
  margin: 0;
}

body form.form-inline a.button {
  display: inline-block;
}

body table tbody.tab-pane.active {
  display: table-row-group;
}

body .nav.nav-tabs li.active a {
  background-color: #c4c4c4;
  color: #3D4246;
}

body .nav.nav-tabs li a {
  font-size: 14px;
  color: #ffffff;
  background-color: rgba(61, 66, 70, 0.5);
}

body div.table-upload input[type=file] {
  position: relative;
  width: 70px;
}

body div.table-upload input[type=file]:after {
  content: "Upload";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #F16335;
  top: 0;
  color: #fff;
  text-align: center;
  line-height: 21px;
  cursor: pointer;
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999999;
  background-color: #FAF8F5;
}

#preloader .spinner {
  width: 100%;
  height: 100%;
  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;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

#preloader .spinner .spinner-part1 {
  position: absolute;
  width: 100px;
  height: 80px;
  background-image: url("/assets/images/spinner/spinner-part1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#preloader .spinner .spinner-part2 {
  position: absolute;
  width: 100px;
  height: 50px;
  margin-top: -9px;
  margin-left: -9px;
  background-image: url("/assets/images/spinner/spinner-arrow1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  clip: rect(0px, 100px, 100px, 0px);
  -webkit-animation: mask1 1.5s ease-in-out infinite;
          animation: mask1 1.5s ease-in-out infinite;
}

#preloader .spinner .spinner-part3 {
  position: absolute;
  width: 100px;
  height: 48px;
  margin-top: 10px;
  margin-left: 10px;
  background-image: url("/assets/images/spinner/spinner-arrow2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  clip: rect(0px, 100px, 100px, 0px);
  -webkit-animation: mask2 1.5s ease-in-out infinite;
          animation: mask2 1.5s ease-in-out infinite;
}

@-webkit-keyframes mask1 {
  0% {
    clip: rect(0px, 100px, 0px, 0px);
  }
  to {
    clip: rect(0px, 100px, 100px, 0px);
  }
}

@keyframes mask1 {
  0% {
    clip: rect(0px, 100px, 0px, 0px);
  }
  to {
    clip: rect(0px, 100px, 100px, 0px);
  }
}

@-webkit-keyframes mask2 {
  0% {
    clip: rect(100px, 100px, 0px, 0px);
  }
  to {
    clip: rect(0px, 100px, 100px, 0px);
  }
}

@keyframes mask2 {
  0% {
    clip: rect(100px, 100px, 0px, 0px);
  }
  to {
    clip: rect(0px, 100px, 100px, 0px);
  }
}

.hide-scroll {
  overflow: hidden;
}

.title {
  padding: 15px 0;
}

.title .page_name {
  margin: 0;
}

.title .breadcrumb {
  margin: 8px 0;
  padding: 0;
  text-align: left;
  background: none;
}

.title .breadcrumb li {
  display: inline-block;
  margin: 0;
  font-size: 17px;
  font-weight: bold;
  vertical-align: middle;
  color: #3D4246;
}

.title .breadcrumb li.active {
  color: rgba(61, 66, 70, 0.6);
}

#login {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("/assets/images/login-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}

#login:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
}

#login .wrap {
  width: 45vw;
  border-radius: 5px;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.16);
  z-index: 99;
}

#login .wrap .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 320px;
}

#login .wrap .row .side-bg {
  background-color: #F5F2EE;
  background-image: url("/assets/images/logo.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-size: 65%;
}

#login .wrap .row form {
  margin-top: 30px;
  padding: 0 20px;
}

.nothing_found {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.16);
}

.nothing_found .title {
  display: table-cell;
  font-weight: 300;
  font-size: 30px;
  color: #95989A;
}

section > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9;
  -webkit-box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.16);
}

nav > div > div {
  padding: 12px 0;
  height: 45px;
}

nav > div > div:first-child {
  background-color: #e8e7e5;
}

nav > div > div:first-child .logo {
  display: inline-block;
  height: 25px;
}

nav > div > div:first-child .toggler {
  display: inline;
  cursor: pointer;
  text-align: right;
  vertical-align: middle;
  font-size: 18px;
  color: rgba(61, 66, 70, 0.6);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

nav > div > div:first-child .toggler:hover {
  color: #3d4246;
}

nav > div > div:nth-child(2) {
  padding: 0;
  background-color: #ffffff;
}

nav > div > div:nth-child(2) ul.menu {
  padding: 0;
  margin: 0;
  text-align: right;
  list-style-type: none;
}

nav > div > div:nth-child(2) ul.menu li {
  margin: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

nav > div > div:nth-child(2) ul.menu li a {
  display: block;
  padding: 13px 20px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(61, 66, 70, 0.6);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

nav > div > div:nth-child(2) ul.menu > li {
  display: inline-block;
  margin: 0 0 0 -5px;
  padding: 0;
}

nav > div > div:nth-child(2) ul.menu > li:hover > a {
  color: #3d4246;
}

nav > div > div:nth-child(2) ul.menu > li:hover.submenu > ul {
  display: block;
}

nav > div > div:nth-child(2) ul.menu > li i {
  font-size: 15px;
}

nav > div > div:nth-child(2) ul.menu > li > a {
  height: 45px;
  border-left: 1px solid rgba(61, 66, 70, 0.2);
}

nav > div > div:nth-child(2) ul.menu > li.user i.fa-chevron-down {
  font-size: 10px;
}

nav > div > div:nth-child(2) ul.menu > li.submenu > ul {
  display: none;
  position: absolute;
  min-width: 200px;
  margin: 1px 0 0 0;
  padding: 0;
  right: 0;
  text-align: left;
  list-style-type: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.16);
}

nav > div > div:nth-child(2) ul.menu > li.submenu > ul > li > a {
  padding: 10px 20px;
}

nav > div > div:nth-child(2) ul.menu > li.submenu > ul > li:hover a {
  color: #3d4246;
}

aside {
  min-height: calc(100vh - 45px) !important;
  padding: 0 !important;
  background-color: #e8e7e5;
}

aside .side-menu {
  position: -webkit-sticky;
  position: sticky;
  height: calc(100vh - 45px);
  top: 45px;
  bottom: 0;
  margin: 0;
  padding: 20px 0 30px;
  list-style-type: none;
  overflow: auto;
}

aside .side-menu::-webkit-scrollbar-thumb {
  background-color: rgba(169, 169, 169, 0);
  outline: 1px solid #e8e7e5;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

aside .side-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
          box-shadow: none;
}

aside .side-menu:hover::-webkit-scrollbar-thumb {
  background-color: darkgray;
}

aside .side-menu li {
  font-size: 13px;
  font-weight: 600;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

aside .side-menu li a {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

aside .side-menu > li {
  margin: 0;
}

aside .side-menu > li > a {
  display: block;
  padding: 10px 15px;
  color: rgba(61, 66, 70, 0.6);
}

aside .side-menu > li > a .badge {
  float: right;
  font-size: 11px;
  border-radius: 50px;
  background-color: rgba(61, 66, 70, 0.6);
}

aside .side-menu > li.submenu {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

aside .side-menu > li.submenu > a:after {
  content: "\f054";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  color: rgba(61, 66, 70, 0.6);
  right: 10px;
}

aside .side-menu > li.submenu.active > a:after, aside .side-menu > li.submenu.open > a:after {
  content: "\f077";
}

aside .side-menu > li.submenu.active > ul, aside .side-menu > li.submenu.open > ul {
  display: block;
}

aside .side-menu > li.submenu.active > ul > li > a, aside .side-menu > li.submenu.open > ul > li > a {
  color: rgba(61, 66, 70, 0.6);
}

aside .side-menu > li.submenu.active > ul > li > a:hover, aside .side-menu > li.submenu.open > ul > li > a:hover {
  color: #3d4246;
}

aside .side-menu > li.submenu.active > ul > li.active > a, aside .side-menu > li.submenu.open > ul > li.active > a {
  color: #3d4246;
}

aside .side-menu > li.submenu > ul {
  display: none;
  margin: 0;
  padding: 0 15px;
  list-style: none;
}

aside .side-menu > li.submenu > ul > li {
  margin: 0;
}

aside .side-menu > li.submenu > ul > li > a {
  display: block;
  padding: 10px 15px 10px 0;
  background: none;
}

aside .side-menu > li.open, aside .side-menu > li.active, aside .side-menu > li:hover {
  background-color: #c4c4c4;
}

aside .side-menu > li.open a, aside .side-menu > li.active a, aside .side-menu > li:hover a {
  color: #3d4246;
}

aside .side-menu > li.active > a {
  padding-left: 12px;
  border-left: 3px solid #F16335;
}

main .count-cards .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.16);
}

main .count-cards .card > div {
  display: inline-block;
}

main .count-cards .card > div.card-title i {
  font-size: 20px;
  color: #F16335;
}

main .count-cards .card > div.card-title h4 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
}

main .count-cards .card > div.card-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

main .count-cards .card > div.card-count h3 {
  margin: 0;
  font-weight: normal;
  font-size: 30px;
}

main .count-cards .card2 {
  margin-bottom: 30px;
  padding: 20px 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.16);
}

main .count-cards .card2 > .row > div.card-title i {
  font-size: 20px;
  color: #F16335;
}

main .count-cards .card2 > .row > div.card-title h4 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
}

main .count-cards .card2 > .row > div.card-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

main .count-cards .card2 > .row > div.card-count h3 {
  margin: 0;
  font-weight: normal;
  font-size: 30px;
}

main .count-cards .card2 > .row > div.card-content {
  padding-top: 20px;
}

main .count-cards .card2 > .row > div.card-content table {
  margin-bottom: 0;
}

.card {
  margin-bottom: 30px;
  padding: 5px 15px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.16);
}

.card .card-title {
  font-size: 18px;
  font-weight: bold;
}

.card .card-desc {
  font-size: 13px;
  margin-bottom: 8px;
  color: rgba(61, 66, 70, 0.6);
}

#viewOrder .card {
  margin-bottom: 30px;
  padding: 5px 15px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.16);
}

#viewOrder .card .card-title {
  font-size: 18px;
  font-weight: bold;
}

#viewOrder .card .card-title .edit {
  cursor: pointer;
  float: right;
  font-size: 14px;
  color: rgba(61, 66, 70, 0.6);
}

#viewOrder .card .card-title .edit a {
  color: rgba(61, 66, 70, 0.6);
}

#viewOrder .card .card-desc > div > div {
  font-size: 13px;
  margin-bottom: 8px;
  color: rgba(61, 66, 70, 0.6);
}

#viewOrder .card .card-desc .radio,
#viewOrder .card .card-desc .checkbox {
  -webkit-transform: scale(0.84);
          transform: scale(0.84);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.modal .modal-content {
  border: none;
  border-radius: 0;
}

.modal .modal-header {
  font-size: 14px;
  padding: 8px 15px;
}

.modal .modal-header .close {
  margin: 0;
  opacity: 1;
  color: rgba(61, 66, 70, 0.6);
}

.modal .modal-body {
  padding: 8px 15px;
}

order-list order-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 7px 0 !important;
  margin-bottom: 10px;
  font-size: 13px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.16);
}

order-list order-item item-image {
  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;
}

order-list order-item item-image img {
  display: block;
  max-width: 100%;
  height: 60px;
}

order-list order-item order-title {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #3d4246;
}

order-list order-item order-value,
order-list order-item product-name,
order-list order-item pickup-date,
order-list order-item purchaser-name,
order-list order-item transport-name,
order-list order-item transport-status,
order-list order-item payment-method,
order-list order-item payment-status,
order-list order-item other-data {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 8px;
  color: rgba(61, 66, 70, 0.6);
}

order-list order-item device-condition {
  color: #337ab7;
  cursor: pointer;
}

order-list order-item device-condition:hover {
  color: #23527c;
}

order-list order-item order-action {
  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;
}

#exclusion .card {
  margin-bottom: 30px;
  padding: 15px 15px 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.16);
}

#exclusion .card .card-title {
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
}

#exclusion .brand-list {
  max-height: 65vh;
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: auto;
  background-color: rgba(61, 66, 70, 0.1);
  -webkit-box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.16);
}

#exclusion .brand-list li {
  margin: 0;
}

#exclusion .brand-list li a {
  display: block;
  padding: 5px 15px;
  font-size: 14px;
  color: #3D4246;
}

#exclusion .brand-list li a:hover {
  background-color: rgba(61, 66, 70, 0.2);
}

#exclusion .brand-list li.active a {
  background-color: rgba(61, 66, 70, 0.2);
}

#exclusion table {
  margin: 0;
}

#exclusion .product-list {
  max-height: 65vh;
  overflow: auto;
}

#exclusion .product-list tbody tr {
  cursor: pointer;
}

#exclusion .product-list tbody tr:first-child td {
  border-top: none;
}

#exclusion .product-list tbody tr input[type=checkbox] {
  pointer-events: none;
}

#exclusion .products-table {
  max-height: 65vh;
  overflow: auto;
}

#exclusion .products-table tbody tr:first-child td {
  border-top: none;
}

#exclusion .products-table tbody tr input[type=checkbox] {
  pointer-events: none;
}

#checker .card {
  margin-bottom: 30px;
  padding: 15px 15px 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.16);
}

#checker .card .card-title {
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
}

#checker .card .card-desc {
  font-size: 13px;
  margin-bottom: 8px;
  color: rgba(61, 66, 70, 0.6);
}

#checker .note {
  font-size: 13px;
}

#tracker .card {
  margin-bottom: 30px;
  padding: 15px 15px 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.16);
}

#tracker .card .card-title {
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
}

#tracker .dealers-list {
  max-height: 65vh;
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: auto;
  background-color: rgba(61, 66, 70, 0.1);
  -webkit-box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.16);
}

#tracker .dealers-list li {
  position: relative;
  margin: 0;
  padding: 7px 15px;
  font-size: 14px;
}

#tracker .dealers-list li.active, #tracker .dealers-list li:hover {
  background-color: rgba(61, 66, 70, 0.2);
}

#tracker .dealers-list li a {
  display: block;
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #3D4246;
}

#tracker .dealers-list li .badge {
  position: absolute;
  right: 10px;
  top: 8px;
  border-radius: 50px;
  background-color: rgba(61, 66, 70, 0.6);
}

#tracker table {
  margin: 0;
}

#tracker .product-list {
  max-height: 65vh;
  overflow: auto;
}

#tracker .product-list tbody tr {
  cursor: pointer;
}

#tracker .product-list tbody tr:first-child td {
  border-top: none;
}

#tracker .product-list tbody tr input[type=checkbox] {
  pointer-events: none;
}

.search-area {
  position: relative;
}

.search-area .search-product {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.search-area .search-product:focus {
  border-radius: 0;
}

.search-area .input {
  margin: 0;
}

.search-area .search-result {
  display: none;
  position: absolute;
  z-index: 99;
  width: 100%;
  -webkit-box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.16);
}

.search-area .search-result ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.search-area .search-result ul li {
  display: block;
  margin: 0;
  padding: 10px 20px 10px 40px;
  font-size: 14px;
  cursor: pointer;
  background-color: #d8d9da;
}

.search-area .search-result ul li:hover {
  color: #ffffff;
  background-color: #3297FD;
}

.card {
  margin-bottom: 30px;
  padding: 5px 15px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.16);
}

.card .card-title {
  font-size: 18px;
  font-weight: bold;
}

.card .card-desc {
  font-size: 13px;
  margin-bottom: 8px;
  color: rgba(61, 66, 70, 0.6);
}

.float-bottom {
  position: fixed;
  padding: 0;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  line-height: 25px;
  text-align: center;
  border-radius: 50px;
}

.pagination {
  display: block;
  margin-top: 30px;
  text-align: center;
}

.pagination a {
  display: inline-block;
  padding: 7px 16px;
  margin: 0 5px;
  border-radius: 50px;
  background-color: rgba(61, 66, 70, 0.2);
  color: #3D4246;
}

.pagination strong {
  display: inline-block;
  padding: 7px 16px;
  margin: 0 5px;
  border-radius: 50px;
  background-color: #F16335;
  color: #ffffff;
}

.nothing_found {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.16);
}

.nothing_found .title {
  display: table-cell;
  font-weight: 300;
  font-size: 30px;
  color: #95989A;
}

.card-box {
  padding: 20px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 3px;
  -moz-border-radius: 3px;
  background-clip: padding-box;
  margin-bottom: 20px;
  background-color: #ffffff;
}

#alerts {
  position: fixed;
  z-index: 9999;
  padding: 10px;
  margin-bottom: 20px;
  bottom: 0;
  right: 0;
  list-style-type: none;
}

#alerts li {
  width: 400px;
  padding: 15px 15px;
  margin: 0 0 8px 0;
  font-size: 14px;
  line-height: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.16);
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

#alerts li i {
  float: right;
  cursor: pointer;
}

#alerts li.success {
  background-color: #dff0d8;
}

#alerts li.error {
  background-color: #f2dede;
}

#alerts li.warning {
  background-color: #fcf8e3;
}

#alerts li.info {
  background-color: #d9edf7;
}

#priceTracker .card-desc > .row {
  padding: 5px 0;
}

#updateBalances .card {
  margin-bottom: 30px;
  padding: 5px 15px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.16);
}

#updateBalances .card .card-title {
  font-size: 16px;
  font-weight: bold;
}

#updateBalances .card .card-title .edit {
  cursor: pointer;
  float: right;
  font-size: 14px;
  color: rgba(61, 66, 70, 0.6);
}

#updateBalances .card .card-desc > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#updateBalances .card .card-desc > div > div {
  font-size: 13px;
  margin-bottom: 8px;
  color: rgba(61, 66, 70, 0.6);
}

.img-gallery {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.img-gallery li {
  display: inline-block;
  margin: 10px 18px;
}

.img-gallery li a {
  display: block;
  width: 150px;
  height: 150px;
  text-align: center;
  padding: 0 5px;
  border: 1px solid #3D4246;
  background-color: rgba(149, 152, 154, 0.2);
  border-radius: 4px;
}

.img-gallery li a img {
  width: auto;
  max-width: 100%;
  height: 100%;
}

@media (max-width: 800px) {
  #login .wrap {
    width: 80%;
  }
}

@media (max-width: 500px) {
  #login .wrap {
    width: 80%;
  }
  .sidebar {
    display: none;
    position: fixed;
    width: 100vw;
    z-index: 9;
  }
  .sidebar.active {
    display: block;
  }
}
/*# sourceMappingURL=main.css.map */