@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,800,800i&Josefin+Sans:400,400i,700, 700i");
html, body {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  height: 100%;
  color: #4A4A4A; }

.navbar {
  border: none; }

.navbar-header {
  background: white; }
  .navbar-header .navbar-brand {
    background: url("/media/ninskers.png") top center no-repeat white;
    height: 80px;
    margin-top: 15px;
    margin-left: 15px;
    width: 130px;
    background-size: 100%; }

h1, h2, h3, h4, h5 {
  font-weight: 800;
  font-style: italic; }

#navigation nav, .main {
  -webkit-transition: margin 200ms ease-out;
  -moz-transition: margin 200ms ease-out;
  -o-transition: margin 200ms ease-out;
  transition: margin 200ms ease-out; }

.navbar-default .navbar-nav {
  padding: 0;
  list-style: none; }
  .navbar-default .navbar-nav > li:hover {
    background-color: #F79132;
    color: white !important; }
    .navbar-default .navbar-nav > li:hover a {
      color: white; }
  .navbar-default .navbar-nav > li a {
    color: #A9A9A9;
    padding-bottom: .8em !important;
    display: block;
    padding-left: .8em; }
  .navbar-default .navbar-nav > li.active > a {
    background-color: #6FB43D;
    color: white; }
    .navbar-default .navbar-nav > li.active > a:hover {
      background-color: #6FB43D; }

.main {
  padding: 10px 10px 0 10px; }

#searchbox {
  clear: both;
  padding-top: 10px; }
  #searchbox #query {
    width: 80%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  #searchbox #submit {
    float: right;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 20%;
    background-color: #6FB43D;
    color: white;
    border: none; }

.mark-as-completed-button, .update-drive-button, .update-location-button, .update-trailers {
  margin-top: 1em; }

.log-entry {
  margin-bottom: 1.5em; }
  .log-entry .location {
    font-weight: bold; }

.version {
  font-size: small; }

@media (min-width: 765px) {
  #navigation nav {
    height: 100vh; }
  #content {
    margin-left: 60px;
    width: calc(100% - 60px); }
  .main {
    position: absolute;
    width: calc(100% - 40px);
    margin-left: 40px;
    float: right; }
  #navigation nav:hover + .main {
    margin-left: 200px; }
  #navigation nav.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0px; }
  #navigation nav .navbar-brand, #navigation nav .navbar-header {
    text-align: center;
    width: 100%;
    margin-left: 0px;
    background-size: auto 85%; }
  #navigation nav a {
    padding-right: 13px;
    padding-bottom: 5px; }
    #navigation nav a .fa {
      margin-top: -5px; }
  #navigation nav .navbar-nav > li:first-child {
    border-top: 1px #e5e5e5 solid; }
  #navigation nav .navbar-nav > li:hover {
    color: white; }
  #navigation nav .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  #navigation nav .navbar-collapse, #navigation nav .container-fluid {
    padding: 0 0px 0 0px; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777; }
  #navigation nav {
    width: 200px;
    height: 100vh;
    margin-left: -145px;
    float: left;
    margin-bottom: 0px; }
  #navigation nav li {
    width: 100%; }
  #navigation nav:hover {
    margin-left: 0px; }
  .forAnimate {
    opacity: 0; } }

@media (min-width: 1280px) {
  .main {
    width: calc(100% - 200px);
    margin-left: 200px; }
  #navigation nav {
    margin-left: 0px;
    float: left;
    height: 100vh; }
  #navigation nav .forAnimate {
    opacity: 1; } }

#navigation nav .navbar-nav .open .dropdown-menu > li > a:hover, #navigation nav .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #CCC;
  background-color: transparent; }

#navigation nav:hover .forAnimate {
  opacity: 1; }

section {
  padding-left: 15px; }

@keyframes glow {
  from {
    background-color: white; }
  50% {
    background-color: rgba(165, 0, 0, 0.09); }
  100% {
    background-color: white; } }

.submit-div {
  padding-top: 1.6em; }

#login {
  background-color: #F5F5F5; }
  #login #navigation {
    display: none; }
  #login #content {
    width: 100%;
    margin: 0; }
    #login #content .submit-div {
      margin-top: 2em; }
    #login #content .login-area {
      background-color: white;
      padding: 2em 3em; }
      #login #content .login-area .blur {
        text-align: center;
        background: url("/media/ninskers.png") top center no-repeat;
        background-size: 150px;
        background-position-y: 15px;
        padding-top: 140px; }
        #login #content .login-area .blur label {
          text-align: left;
          display: block;
          font-weight: normal;
          letter-spacing: .05em;
          text-transform: uppercase;
          font-size: 80%; }
        #login #content .login-area .blur .form-control {
          border-radius: 0;
          margin-bottom: 2em; }
        #login #content .login-area .blur .forgot-password {
          float: left;
          font-size: 80%; }
        #login #content .login-area .blur span {
          font-size: 80%; }

.fa-1-5x {
  font-size: 1.5em; }

#content {
  padding: 15px; }

#query {
  display: inline-block; }

a {
  color: #6FB43D; }

.btn-hollow {
  border: 1px solid #6FB43D;
  color: #6FB43D;
  border-radius: 0;
  padding: .5em 2em;
  text-transform: uppercase;
  background-color: white;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear; }
  .btn-hollow.btn-sm {
    padding: 5px 10px !important; }
  .btn-hollow.pull-right {
    margin-bottom: 1em;
    margin-left: 1em; }
  .btn-hollow.fixed-size {
    width: 9em;
    margin-top: 2em;
    text-align: left;
    padding-left: 1em; }
  .btn-hollow.yellow {
    border-color: #F79132;
    color: #F79132; }
  .btn-hollow.yellow:hover {
    color: white;
    background-color: #F79132; }

.btn-hollow:hover {
  color: white;
  background-color: #6FB43D; }

th {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase; }

.heading {
  color: rgba(74, 74, 74, 0.48);
  text-transform: uppercase;
  border-bottom: 2px solid #f5a623;
  padding-bottom: .5em; }
  .heading span {
    color: #6FB43D; }

.small-btn {
  margin: 0 .3em 0 .3em;
  padding: .3em 1em .3em 1em; }

.red-text, .urgent {
  color: #A90000; }

.orange-text, .on-time {
  color: #f5a623; }

.yellow-text, .delayed {
  color: #F79132; }

.green-text, .on-time {
  color: #6FB43D; }

.price-padding {
  margin-top: 1.5em;
  margin-left: 1em; }

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 30px;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */ }

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  margin-left: 12em;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  /* Could be more or less, depending on screen size */ }

.delayed-departure td, .delayed-arrival td {
  animation-duration: 1.5s;
  animation-name: glow;
  animation-iteration-count: infinite; }

tr.incomplete td {
  background: #555555;
  color: white; }
  tr.incomplete td a {
    color: #dadada; }

.quick-update div[class^="col-sm-"] {
  margin: 0; }
  .quick-update div[class^="col-sm-"]:last-child {
    padding-left: 0; }
    .quick-update div[class^="col-sm-"]:last-child .btn-hollow {
      padding: .5em 1em .5em 1em;
      float: left !important;
      margin-bottom: 0; }

.quick-update select.form-control {
  border-top-right-radius: 0; }

.radio-buttons {
  list-style-type: none;
  margin-bottom: 1em;
  padding: 0; }
  .radio-buttons div {
    height: 40px; }
  .radio-buttons label, .radio-buttons input {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: .5em;
    padding-left: 0;
    padding-bottom: .5em; }
  .radio-buttons input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
    margin-left: 0; }
  .radio-buttons label {
    border: 1px solid #CCC;
    border-radius: 4px;
    cursor: pointer;
    z-index: 90;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear; }
  .radio-buttons label:hover, .radio-buttons label.checked {
    background: #6FB43D;
    color: white; }

.josefina {
  font-family: "Josefin Sans", sans-serif; }

.josefinaItalic {
  font-family: "Josefin Sans", sans-serif;
  font-style: italic; }

.josefinaBold {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase; }

table.xdebug-error, pre.xdebug-var-dump {
  position: relative;
  z-index: 100; }

.table-responsive th, .table-responsive td {
  font-size: 90%; }

.danger {
  color: #A90000; }

.note {
  margin-bottom: 3em; }
  .note .note-meta {
    font-size: 95%;
    color: rgba(0, 0, 0, 0.5); }
    .note .note-meta div {
      float: left;
      margin-right: .35em; }
  .note .note-body {
    clear: left; }

.form-group.has-error .form-control {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.has-success {
  border-color: #6FB43D !important; }

.lbs {
  margin-top: 2.5em;
  position: relative;
  left: -1em; }

.tab-pane {
  border-left: 1px solid #dadada;
  padding: 15px; }
  .tab-pane h3 {
    color: #6FB43D; }

.company-todos {
  margin-top: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #F1F1F1;
  margin-bottom: 2em; }

.to-do-tab-container {
  margin-top: 3.5em !important; }
  .to-do-tab-container .to-do-tabs {
    margin-top: -2em; }

.activity-log-entry {
  margin-bottom: 1em; }
  .activity-log-entry .log-details:before {
    content: ' ';
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url("/media/activity-log.svg") no-repeat;
    float: left;
    background-size: 82px;
    margin-right: 10px; }
  .activity-log-entry .log-details.meeting:before {
    background-position-x: -53px; }
  .activity-log-entry .log-details.email:before {
    background-position-x: -24px; }
  .activity-log-entry small.logged {
    color: #AAA;
    font-weight: 300;
    font-family: Helvetica; }

.error-message, .warning-message {
  background: #F79132;
  color: white;
  padding: .5em 0em .1em 1em;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

.has-error-yellow .form-control {
  border-color: #F79132;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error-yellow-radio label {
  border: solid;
  border-width: 1px;
  border-color: #F79132; }

.submeta {
  margin-bottom: 1em;
  padding-left: 2.2em;
  font-size: small; }

.subtaks input[type="checkbox"], .subtaks .fa {
  margin-right: 1em; }

thead {
  background-color: #F79132;
  color: white; }

.button-top-padding {
  margin-top: 1.5em; }

.green-header {
  background-color: #6FB43D; }

.green-completed {
  background: rgba(112, 179, 61, 0.8);
  color: white; }

.red-button {
  border-color: #f5a623 !important;
  color: #f5a623 !important; }

.yellow-back input {
  background-color: rgba(228, 165, 0, 0.3); }

.signature-confirmation {
  border-top: 2px solid #2a2a2a;
  text-align: center;
  width: 45%;
  margin-top: 4em;
  margin-bottom: 2em; }

.dataTables_filter label input {
  padding-top: 5px;
  border-color: slategray;
  border-width: 1px;
  border-radius: 4px;
  background-color: white; }

.dataTables_info, .dataTables_paginate {
  font-size: 12px; }

.file-name {
  color: #6FB43D; }

.file-meta {
  font-size: 80%; }

.dataTables_wrapper {
  margin-top: 2em; }

.table.code-details td:nth-child(odd) {
  color: #AAA; }

.table.code-details a {
  color: #4A4A4A; }
  .table.code-details a:after {
    content: '  \f08e';
    font-family: 'FontAwesome';
    font-size: .8em;
    color: #AAA;
    margin-left: .75em; }

.table.code-details a:hover {
  color: black;
  text-decoration: none; }

.table.code-details tr:hover td {
  background: #6FB43D;
  color: white; }
  .table.code-details tr:hover td:nth-child(odd) {
    color: #DDD; }

.table.contact-table {
  padding-top: 0 !important; }
  .table.contact-table td {
    border: none; }

table.dataTable {
  margin-bottom: 2em; }

table.dataTable thead th {
  padding: 10px 15px 10px 5px; }

table.dataTable tbody td {
  padding: 8px 0; }
  table.dataTable tbody td:first-child {
    padding-left: 8px; }

.bol h1 {
  text-align: center; }

.bol .header {
  background: #F1F1F1;
  text-align: center;
  color: black;
  border-top: 1px solid #2a2a2a;
  border-bottom: 1px solid #2a2a2a;
  font-weight: bold;
  padding: 5px; }

.bol .table {
  width: 100%; }
  .bol .table thead tr th {
    background: #F1F1F1 !important;
    text-align: center;
    color: black;
    border-top: 1px solid #2a2a2a;
    border-bottom: 1px solid #2a2a2a;
    font-weight: bold;
    padding: 5px;
    font-size: 10pt; }

.bol .bol-meta td {
  text-align: center; }

.bol .bol-carrier, .bol .bol-pieces {
  margin-top: 2em; }
  .bol .bol-carrier td, .bol .bol-pieces td {
    text-align: center; }

.bol .col-sm-6 {
  width: 50%;
  float: left; }

.bol .col-sm-3 {
  width: 25%;
  float: left; }

.bol .signature, .bol .certification {
  border-top: 1px solid #2a2a2a;
  vertical-align: top; }

.bol .special {
  margin-top: 2em; }

.bol .fine-print, .bol .certification, .bol .terms {
  font-size: .7em; }

.bol .value {
  text-align: center;
  padding: .4em; }

.bol .row {
  display: flex; }
  .bol .row .bordered {
    border-bottom: 1px solid #2a2a2a;
    border-right: 1px solid #2a2a2a; }
    .bol .row .bordered:first-child, .bol .row .bordered.border-left {
      border-left: 1px solid #2a2a2a; }

.bol .signature {
  width: 100%; }

.bol small {
  font-size: 9pt; }

.bol h3 {
  text-align: center;
  font-style: normal;
  font-size: 1.2em; }

#content .table {
  padding-top: 2em;
  font-size: 12px; }
  #content .table.leg-selector td:first-child {
    width: 30%; }
  #content .table.leg-selector td:last-child {
    width: 10%; }
  #content .table tr.selected {
    font-weight: bold; }
  #content .table th {
    background-color: white;
    color: #4A4A4A;
    font-weight: bold; }

/* td[class^="sorting_"] {
  background: $ninskersGreen;

} */
#content .table > thead > tr > th.sorting_asc, #content .table > thead > tr > th.sorting_desc {
  font-weight: bold;
  color: #6FB43D; }

table.total-right tr > td:last-child {
  text-align: right;
  padding-right: 8px; }

.badge:not(.sr-0) {
  background: #6FB43D; }

.ui-timepicker-standard a {
  background: white !important; }

.tab-container {
  border-bottom: 3px solid #6FB43D;
  margin-top: 1.7em; }
  .tab-container .tabs {
    float: right; }
    .tab-container .tabs .btn-hollow {
      background: #AFAFAF;
      color: white;
      transform: skew(-30deg);
      margin-right: .5em;
      border-color: #dadada;
      border-bottom: none; }
      .tab-container .tabs .btn-hollow span {
        transform: skew(30deg);
        display: block; }
      .tab-container .tabs .btn-hollow.active {
        background: #6FB43D;
        border-color: #6FB43D; }
      .tab-container .tabs .btn-hollow:last-child {
        margin-right: 2em; }

.is-invalid {
  border: 1px solid red; }

.panel-default > .panel-heading {
  background: #6FB43D; }
  .panel-default > .panel-heading h2 {
    margin: 0;
    color: white;
    font-size: 1.2em; }

@media screen and (min-width: 769px) {
  #navigation {
    position: fixed;
    z-index: 10; } }

@media screen and (min-width: 1080px) {
  #login .login-area {
    width: 33%; } }

@media screen and (min-width: 1280px) {
  #content {
    margin-left: 200px;
    width: calc(100% - 200px); } }
