@import url("../font-awesome-4.7.0/css/font-awesome.min.bf0c425cdb73.css");
@import url("../css/jquery.datetimepicker.ae9ee8d42033.css");
@import url("../css/bootstrap.min.13d060fbdff8.css");
@import url("../css/dataTables.bootstrap.min.5338bae8588f.css");
@import url("../css/app.c35f426e4c76.css");
.label-shipment-notif {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1em;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.2); }

.shipment-notifications-container .wrap-notifications {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  width: 420px;
  max-width: 90vw;
  background-color: #ebebeb;
  transition: all 0.5s;
  z-index: 99999999;
  box-shadow: -4px 0px 5px rgba(0, 0, 0, 0.2); }
  .shipment-notifications-container .wrap-notifications h4 {
    padding: 2rem;
    text-align: center;
    margin: 0;
    background-color: #93c123;
    font-weight: bold; }
  .shipment-notifications-container .wrap-notifications ul {
    list-style: none;
    padding: 0;
    height: 95%;
    overflow: scroll; }
    .shipment-notifications-container .wrap-notifications ul::-webkit-scrollbar {
      width: 10px; }
    .shipment-notifications-container .wrap-notifications ul li {
      padding: 1.5rem;
      border-bottom: 1px solid #ccc;
      font-weight: bold;
      color: #555; }

.shipment-notifications-container input {
  position: fixed;
  opacity: 0;
  height: 0;
  width: 0; }

.shipment-notifications-container input:checked ~ .wrap-notifications {
  right: 0%; }

.delivery-form-nav {
  border: 0.25px solid grey;
  border-radius: 5px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem; }
  .delivery-form-nav div {
    padding: 0.7rem;
    text-align: center; }

.delivery-form-label {
  font-size: 1.2rem;
  color: dimgrey; }

.contact-field {
  margin: 1%; }

@media (max-width: 1024px) {
  .dl-mobile {
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
    margin-bottom: 5%; }
  .dl-mobile dd {
    float: left;
    width: 50%;
    padding: 0;
    margin: 0;
    font-size: 16px; }
  .dl-mobile dt {
    text-align: right;
    float: left;
    width: 45%;
    padding: 0;
    margin: 0;
    margin-right: 5%;
    font-size: 16px; } }

.delivery-form-container h1 {
  text-transform: uppercase;
  font-size: 3rem; }

.tasks-display-container {
  max-height: 1920px !important; }

.general-tasks {
  max-height: 900px !important;
  overflow: scroll; }

.task-max-height {
  max-height: 640px !important;
  overflow: scroll; }

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #93c123; }

input:focus + .slider {
  box-shadow: 0 0 1px #93c123; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.dashboard-form {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 20px; }
  .dashboard-form > .form-group {
    display: flex;
    align-items: center; }
    .dashboard-form > .form-group label {
      margin-right: 10px;
      margin-left: 10px; }
  .dashboard-form > :last-child {
    height: 30px;
    margin-bottom: 15px;
    margin-left: 10px; }

@media screen and (max-width: 600px) {
  .dashboard-form {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 20px; }
    .dashboard-form .control-label {
      min-width: 50px; } }

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: #d63d33 !important; }

.underline {
  text-decoration: underline; }

.green-komaks {
  color: #93c123 !important; }

.grey-komaks {
  color: #999999 !important; }

.red-komaks {
  color: #d63d33 !important; }

.blue-komaks {
  color: #009ee3 !important; }

.background-green-komaks {
  background-color: #93c123 !important; }

.background-white {
  background-color: #ffffff !important; }

.background-grey {
  background-color: #cdcdcd !important;
  color: #fefefe !important;
  margin-bottom: 0.5em; }

.detail-page-separator {
  margin: 0 0 2px 0;
  border-top: 2px solid #cdcdcd; }

.detail-page-title h1 {
  border-bottom: 2px solid #cdcdcd; }

.detail-page-title .btn {
  border-radius: 4px 4px 0 0;
  padding: 5px !important; }

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none; }

.panel-success .panel-heading {
  background-color: #f8fce9 !important;
  color: #93c123; }

.unformat-link {
  color: inherit;
  text-decoration: none; }

.unformat-link:hover {
  color: #93c123;
  text-decoration: underline #93c123; }

.btn-success {
  background-color: #93c123 !important;
  border-color: transparent !important; }

.btn-success:hover {
  background-color: #94c123b2 !important; }

.btn-danger {
  background-color: #d63d33 !important;
  border-color: transparent !important; }

.btn-danger:hover {
  background-color: #d63e33ab !important; }

.btn-warning {
  background-color: #ff931e !important;
  border-color: transparent !important; }

.btn-warning:hover {
  background-color: #ff921ebd !important; }

.btn-default {
  color: #5a6969 !important;
  border-color: transparent !important; }

.btn-default:hover {
  color: #95a5a6 !important; }

.btn-primary {
  background-color: #009ee3 !important;
  border-color: transparent !important; }

.btn-primary:hover {
  background-color: #009fe3b7 !important; }

.btn-grey {
  background-color: #999999 !important;
  border-color: transparent !important; }

.btn-grey:hover {
  background-color: #d7d7d7 !important; }

.normal-white-space {
  width: 100%;
  white-space: normal !important; }

.btn-warning {
  background-color: #ff931e !important;
  border-color: transparent !important; }

.btn-warning:hover {
  background-color: #f2a859 !important; }

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

a.grey-link {
  color: #999999 !important; }

a.grey-link:hover {
  color: #999999 !important; }

body {
  background-color: #f5f5f5; }

.form-horizontal .form-group {
  padding: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important; }

.panel-info > .panel-heading {
  background-color: #3498db !important;
  color: #ececec; }

.dropdown-menu {
  left: -133px !important; }

summary {
  display: flow-root list-item !important; }

@media screen and (max-width: 600px) {
  .container {
    padding-left: 5px !important;
    padding-right: 5px !important;
    overflow: hidden; } }
