
body {
  background-attachment: fixed;
}
.inline-block {
  display: inline-block !important;
}

#chart-container {
  height: 420px;
}

.ng-scope #alert-box {
  margin-top: 45px;
}

#summary-jump-menu {
  display: inline-block;
  margin-top: 15px;
}

#page-not-found {
  background: url('/img/empty-vend.jpg');
  background-size: cover;
}

.not-found-back {
  text-align: center;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
}

.not-found-back:hover {
  font-size: 18px!important;
  color: rgb(196, 171, 64)!important;
  text-shadow: 0px 0px 8px black!important;

}

.not-found-back:active {
  font-size: 16px!important;
}

input.ts-startRow {
  margin-bottom: 0;
}

.input-append.date > .input-group-btn .btn {
  height: 30px!important;
  border-bottom: 1px solid gray!important;
  line-height: 15px;
}

#invoices-table .btn, #ocs-invoices-table .btn {
  font-size: 11px;
  padding: 4px 9px;
}

.tablesorter-ice td .btn:hover {
  color: white;
}


#invoices-table select {
  margin-bottom: 0;
}

#invoices-table form[method="POST"] {
  margin-bottom: 0;
}

/* 3D Button Effects */

/*.btn:active {
  transform: translateY(2px) translateX(1px);
  border-bottom: 2px solid rgba(0,0,0,0.0)!important;
  border-right: 1px solid rgba(0,0,0,0.0)!important;
}

.nav-button:active {
  transform: none;
}

.btn {
  border-bottom: 2px solid #444!important;
  border-right: 1px solid #444!important;
}*/

/*  Button styles from Bootstrap 3 */

.tablesorter-ice td a.btn.btn-info, .tablesorter-ice a.btn,
.tablesorter-ice a.btn.btn-warning {
  color: #fff;
  font-weight: normal;
}

.tablesorter-ice td a:hover {
  color: #005588;
}

.tablesorter-ice td a:active {
  color: #2779aa;
}

.btn {
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-black,
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5a5a5a;
  background-image: -moz-linear-gradient(top, #616161, #505050);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#616161), to(#505050));
  background-image: -webkit-linear-gradient(top, #616161, #505050);
  background-image: -o-linear-gradient(top, #616161, #505050);
  background-image: linear-gradient(to bottom, #616161, #505050);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff616161', endColorstr='#ff505050', GradientType=0);
  border-color: #505050 #505050 #2a2a2a;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #505050;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-color: #2b2b2b;
}

.btn-black:hover,
.btn-inverse:hover,
.btn-black:focus,
.btn-inverse:focus,
.btn-black:active,
.btn-inverse:active,
.btn-black.active,
.btn-inverse.active,
.btn-black.disabled,
.btn-inverse.disabled,
.btn-black[disabled],
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #505050;
  *background-color: #434343;
}
.btn-black:active,
.btn-inverse:active,
.btn-black.active,
.btn-inverse.active {
  background-color: #373737 \9;
}
.btn-black.disabled,
.btn-inverse.disabled,
.btn-black[disabled],
.btn-inverse[disabled] {
  background: #7a7a7a;
  border-color: #5e5e5e;
}
.btn-black.disabled:active,
.btn-inverse.disabled:active,
.btn-black[disabled]:active,
.btn-inverse[disabled]:active,
.btn-black.disabled.active,
.btn-inverse.disabled.active,
.btn-black[disabled].active,
.btn-inverse[disabled].active {
  background: #7a7a7a;
}
.open .btn-black.dropdown-toggle,
.open .btn-inverse.dropdown-toggle {
  background: #4d4d4d !important;
}

.btn-black .caret,
.btn-inverse .caret {
  border-top-color: #fff;
}

/* ******************************************
*********************************************
End Bootstrap 3 Button Styles  */

.map-wrapper { position: relative; }

.over-map-summary {
  position: absolute;
  top: 45px;
  left: -25px;
  z-index: 99;
}

.over-map-locations-found {
  position: absolute;
  left:50%;
  top: 45px;
  z-index: 99;
}

.over-map-announcement {
	position: absolute;
	bottom: 10px;
	right: 30px;
	z-index: 99;
}

.over-map-announcement2 {
  position: absolute;
  bottom: 10px;
  left: 30px;
  z-index: 99;
  background: rgba(0, 0, 0, 0.22);
  color: white;
  font-size: 13px;
  text-shadow: none;
}

.over-map-banner {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 99;
}
.over-map-banner .close {
  position: absolute;
  right: 3px;
  top: 0px;
  color: #fff;
}

.input-append {
  margin-bottom: 0px !important;
}
/*select
{
  margin-bottom: 0px !important;
}*/

.prekit-message-box {
  border-color: #f7cccc;
  background-color: #f7e4e4;
  color: #b85355;
  padding: 10px;
  margin-bottom: 10px;

}

.price-checkbox {
  display : none;
}

.over-map-charts { position: absolute; top: 45px; left: 300px; z-index: 99; }

/* Cool effect that adds shadow and creates a "floating" effect */
.cool-shadow {
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  -webkit-box-shadow: #999 3px 3px 15px;
  -moz-box-shadow: #999 3px 3px 15px;
  box-shadow: #999 3px 3px 15px;
  background: #FFF;
}

/*Overwrite box class to remove bottom margin*/
.box{ margin: 0; }
.widget-pie-charts { font-size: 15px; }
.routes-chart { font-size: 13px; }
.over-map-charts .box.no-border { padding: 0px;}

/* Notification Feed */
.shake-bell {
  animation: shake 1.2s ease;
}

@keyframes shake {
  0% {
        -webkit-transform: rotate(35deg);
    }
    12.5% {
        -webkit-transform: rotate(-30deg);
    }
    25% {
        -webkit-transform: rotate(25deg);
    }
    37.5% {
        -webkit-transform: rotate(-20deg);
    }
    50% {
        -webkit-transform: rotate(15deg);
    }
    62.5% {
        -webkit-transform: rotate(-10deg);
    }
    75% {
        -webkit-transform: rotate(5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

.notification {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  font-size: 10px;
  position: relative;
}

.notification-content {
  padding: 0 5px;
  /*width: 210px;*/
}

.feed-date > i {
  cursor: pointer;
  color: #dbbc44;
}

.notification > .dismiss {
  margin-left: 5px;
  cursor: pointer;
  position: absolute;
  top: 35px;
  right: 0px;
  display: none;
}

.notification:hover > .dismiss {
  display: block;
}

.notification.ng-enter {
  -webkit-transition: 1s;
  transition: 2s;
  opacity: 0;
}

.notification.ng-enter-active {
  opacity: 1;
}

.notification.ng-leave {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1;
}

.notification.ng-leave-active {
  opacity: 0;
}

.new-notification-count {
  position: absolute;
  top: 2px;
  right: -5px;
  color: white;
  font-weight: bold;
  background-color: orange;
  padding: 0 2px;
  min-width: 15px;
  font-size: 10px;
  border-radius: 2em;
  text-align: center;
}

.no-notifications {
  color: #808080;
}
/* Notification Feed */

/* Filter Slider */
#filter_slider {
  position: fixed;
  top: 165px;
  z-index: 2000;
  left: 100000;
}
#filter_slider .button {
  display: block;
  position: absolute;
  width: 35px;
  height: 35px;
  background: rgba(0, 0, 0, 0.75);
  margin-left: -35px;
  color: #e5e5e5;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  outline: 0 !important;
}
#filter_slider .button:hover {
  text-decoration: none;
  color: #fff;
  text-shadow: rgba(255, 255, 255, 0.6) 0 0 5px;
}
#filter_slider .button i {
  display: block;
  line-height: 35px;
  width: 35px;
  text-align: center;
  font-size: 18px;
}
#filter_slider .content {
  background: rgba(0, 0, 0, 0.75);
  /*color: #fff; */
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  padding: 10px 0 0 15px;
  /*height: 400px;*/
  width: 200px;
  /*padding-top:10px;
  padding-left:10px;
  */
  font-size: 15px;
  font-weight: 700;
  /*padding: 7px 10px;*/
}
/* / Filter Slider*/


/* Google Maps */
.map-full-page{
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 0px;
  right:0px;

  /*border:1px solid #ABACAE;*/
  /*box-shadow: #999 0 2px 17px;*/
}

.icon-bounce {
    animation: icon-bounce 2s infinite;
    -webkit-animation: icon-bounce 2s infinite;
    -moz-animation: icon-bounce 2s infinite;
    -o-animation: icon-bounce 2s infinite;
}

@-webkit-keyframes icon-bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes icon-bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
    }
}

@-o-keyframes icon-bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -o-transform: translateY(0);
    }

    40% {
        -o-transform: translateY(-30px);
    }

    60% {
        -o-transform: translateY(-15px);
    }
}

@keyframes icon-bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

@keyframes icon-drop {
    0% {
      transform: translateY(-200px) scaleY(0.9);
      opacity: 0;
    }
    5% {
      opacity: 0.7;
    }
    50% {
      transform: translateY(0px) scaleY(1);
      opacity: 1;
    }
    65% {
      transform: translateY(-17px) scaleY(0.9);
      opacity: 1;
    }
    75% {
      transform: translateY(-22px) scaleY(0.9);
      opacity: 1;
    }
    100% {
      transform: translateY(0px) scaleY(1);
      opacity: 1;
    }
  }
  .icon-drop {
    animation: icon-drop 0.3s linear forwards var(--delay-time);
  }
/* / Google Maps*/

/* No shadow to remove additional shadow of some input fields inside filter area */
#filter_slider .noshadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.no-shadow {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

/* Alerts Widget */
.widget-support-tickets .ticket>a span {
  color: #000;
}

.widget-support-tickets .ticket>a {
  padding: 0 20px 0 0;
}

.widget-support-tickets .ticket i {
  padding: 0 5px 0 0;
}

.ticket {
  font-size: 12px;
  line-height: 1.9em;
}

.ticket .routeStatus {
  float: right;
  padding: 0 !important;
  font-size: 1em !important;
}

.ticket.status-1 {
  border-left: 4px solid #444;
}
.ticket.status-2, .ticket.status-6 {
  border-left: 4px solid #f3a139;
}

.ticket .curLocation .icon-map-marker {
  color: #9bb921;
}

.ticket .lastUpdate {
  color: #999;
  float: right;
}

.ticket .icon-map-marker {
  margin-left: 3px;
  margin-right: 3px;
}

.ticketGroup input[type="checkbox"] {
    margin: 0;
    vertical-align: baseline;
    width: 10px;
    margin-right: 5px;
}

.ticketGroup {
  clear: both;
  background-color: #eee;
  margin: 0 -20px;
  padding: 4px 5px;
  position: relative;
}

/* / Alerts Widget*/

/* Overview -> Routes */
.route-cash-collected{
  /*float:right;*/
  font-weight:bold;
  /*font-size:13px;*/
  color:#0D9E0D
}

.money{
  font-weight:bold;
  color:#0D9E0D
}

.money-negative{
  font-weight:bold;
  color:#dc6343;
}

.money-infoview-total{
  font-weight:bold !important;
  color:#0D9E0D !important;
  font-size:20px !important;
}

.money-infoview-machine{
  font-weight:bold !important;
  color:#0D9E0D !important;
}

#customInfoWindow{
  width:280px !important;
}


.widget-messages .message .date {
  color: #888;
  float: right;
  width: 140px;
}

.table th, .table td {
  padding: 5px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.modal2.fade.in {
  top: 4% !important;
}

.modal3.fade.in {
  top: 15% !important;
}

/*.dropzone {
  border: 5px dotted #ccc;
  text-align: center;
  padding: 20px;
  margin-top: 10px;
}*/

.drop-box {
  background: #F8F8F8;
  border: 5px dashed #DDD;
  width: 210px;
  height: 65px;
  text-align: center;
  padding-top: 35px;
}

.drop-box.dragover {
  border: 5px dashed blue;
}


.image-container img {
 max-width: 100%;
}

.row-spacer {
  background-color:#c0c0c0;
  height:10px;
}

.row-index {
  background-color:#2b2b2b;
  width:20px;
  color:#999;
  text-align:center;
}

/*.row-slot {
  border: 0px solid #c0c0c0;
  text-align:center;
  padding:4px;
}*/

.price-pl-box{
  line-height: 11px;
  margin-right: 6px;
}

/*.slot-text {
  background-color:#2b2b2b;
  color:#999;
  overflow:auto;
  width:100%;
  margin: 4px -4px -4px -4px;
  padding: 2px 4px;
  font-size:.9em;
  border-radius:2px;
  cursor: pointer;
}*/

.slot-product-change {
  background-color:#C71A1A;
  color: white;
  overflow: auto;
  width: 100%;
  margin: 4px -4px -4px -4px;
  padding: 2px 4px;
  font-size: 10px;
}

.row-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px 2px;
  margin-left: -4px;
}

.box-form {
  margin:0px;
}

.box-row {
  margin-bottom: 20px;
}

.box-row:after {
 content: " ";
 display: block;
 height: 0;
 clear: both;
}

.box-actions {
  margin: 20px -20px -20px -20px;
}

.box-actions .btn {
  margin-left: 5px;
}

.alert-box2 {
  position: absolute;
  margin-left: -150px;
  z-index: 9999;
  left: 50%;
  width: 300px;
  text-align: center;
  opacity: .95;
}

#alert-box {
  position: absolute;
  top: 0px;
  margin-left: -150px;
  z-index: 9999;
  left: 50%;
  width: 300px;
  text-align: center;
  opacity: .95;
}

.widget-messages .message .date {
  color: #888;
  float: right;
  width: 140px;
}

.table th, .table td {
  padding: 5px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

/*.modal.fade.in {
  top: 4% !important;
}

.modal2.fade.in {
  top: 4% !important;
}

.modal3.fade.in {
  top: 15% !important;
}*/

.row-spacer {
  background-color: #c0c0c0;
  height: 10px;
}

.row-spacer-small {
  background-color: #c0c0c0;
  height: 1px;
}

/*.row-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px 2px;
  margin-left: -4px;
}*/

.row-index{
  background-color: #2b2b2b;
  width: 20px;
  color: #999;
  text-align: center;
}

.row-slot {
  border: 0px solid #c0c0c0;
  text-align: center;
  padding: 4px;
}

.slot-text {
  background-color: #494949;
  color: white;
  overflow: auto;
  width: 100%;
  margin: 4px -4px -4px -4px;
  padding: 2px 4px;
  font-size: 10px;
}

.ng-link {
  cursor: pointer;
}

.ng-link-text {
  cursor: pointer;
  color: #0088cc;
  text-decoration: none;
  font-weight: bold;
}

.box.widget-comments .comment, .box .widget-comments .comment {
  padding-left: 0px;
  padding-right: 20px;
  margin: 0 -20px;
}

.widget-comments .content {
  margin-left: 30px;
}

#ajaxLoader {
  text-align: center;
  z-index: 100;
  position: fixed;
  top: 25%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  padding: 10px;
  background: black;
  opacity: 0.8;
  color: white;
  border-radius: 10px;
  display: none;
}

a[disabled] { pointer-events: none; }

div.parlevel-round-borders {
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
}

div.parlevel-shadow-selected{
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
  background: #75c6f3;
  /*background: #FFCE09; Parlevel Gold*/
  color: white !important;
  /*border: 1px #8F8F8F solid;*/
}

div.parlevel-shadow:hover {
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
  background: #75c6f3;
  color: white !important;
  cursor: pointer;
}

div.parlevel-shadow:active {
  background: #53a4d1;
  -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
}

div.parlevel-shadow {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

div.parlevel-shadow:hover a {
  color: white !important;
}

.trim-info {
  width: 80px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /*line-height: 15px;*/
  position: relative;
}


/**** Used for Printing ****/
.print-only { visibility:hidden !important; display:none !important; }

@media print {

  * { font: 10pt Georgia, "Times New Roman", Times, serif; }
	table tr td { font-size: 8pt !important; line-height: 1 !important; }
	table th { font-size: 8pt !important; text-align: center !important; }

  a:link:after, a:visited:after{
   content:"";
  }

  td.product-add {
    font-weight: bold;
    font-size: 15px;
    text-align: center;
  }
	/*table { margin-bottom:5px !important; page-break-inside: avoid !important; position: relative !important;}*/
	/*table { margin-bottom:5px !important; border: 1px solid black; }*/

  /*table tr { page-break-inside: avoid !important; }*/
  .label { font-weight:normal !important; padding:0px; }

  /*table { display:table-header-group !important; }*/
    /*table thead { display: table-header-group !important; }*/

	.page-break { page-break-after: always; }
	.print-only { visibility:visible !important; display:inline !important; }
	.no-print, .no-print * { visibility:hidden !important; display:none !important; }

  a.ignore:after { display: none; }

  .print-bold { font-weight: bold !important;}
  .print-italic { font-style: italic !important;}
  h3 { font-size: 14pt !important; }
  h3 b { font-size: 14pt !important; }

	.logo-print-consolidation {  position:absolute; top:40px; right:0px; }
	.logo-print-prekitting {  position:absolute; top:40px; right:0px; }
	.box { border:0px !important; padding:0px !important; }

	div .no-break-inside { page-break-inside: avoid !important; }

  .print-align-left { text-align: left !important; }
  .print-headers, .print-headers b { font-size: 12pt !important; line-height: 1 !important; }
  /*.print-display-border { border-left: 1px solid black; border-right: 1px solid black;}*/
  .print-display-border { border: 1px solid #dddddd !important; }

  /*.prekit-message-box {
    border-color: #f7cccc;
    background-color: #f7e4e4;
    color: #b85355;
    padding: 5px;
    margin-bottom: 25px;
  }*/
  .tablesorter-filter-row {
    display: none;
  }

  @page { margin: 1.0cm; }
	/*@page { margin: 1.0cm; size : portrait;}*/

}

.mychart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.mychart {
  position: relative;
  text-align: center;
  line-height: 50px;
  font-size:11px;
  height: 50px;
  width: 50px;
  margin:5px;
}

.center-headers th{
  text-align: center;
}

.center-content td {
  text-align: center;
}

.chosen-container .chosen-results{
  max-height: 300px;
}

.tooltip{
  text-transform: none;
}

.tooltip-inner{
  display: flex;
  flex-wrap: wrap;
  white-space:normal;
}

/***** CSS for D3 ***********/

/*.modal.fade.in {
  top: 4% !important;
}
*/
.bar {
  fill: steelblue;
  fill-opacity: .9;
}

.domain {
  fill: steelblue;
  fill-opacity: .9;
}

.d3-tip {
  position: absolute;
  text-align: center;
  width: 280px;
  height: 20px;
  right: 45px;
  font-weight: bold;
  padding: 2px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 2px;
}

.axis text {
  font: 10px sans-serif;
}

.axis text {
  font: 10px sans-serif;
}


.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

/***** END CSS for D3 **********


/* -----------------------------------------------------------
   | Drag & Drop CSS, HTML: product-status-edit.html
   ----------------------------------------------------------- */


.on-drag-hover.product-zone-inactive{
    border: 2px solid #e46837;
}

.on-drag-hover {
    border: 2px solid #acc70a;
    border-radius: 5px;
}

/* -----------------------------------------------------------
   | Change Animation CSS, HTML: product-status-edit.html
   ----------------------------------------------------------- */

  .animate-repeat.ng-enter,
  .animate-repeat.ng-leave {
    -webkit-transition:all linear 0.5s;
    transition:all linear 0.5s;
  }

  .animate-repeat.ng-leave.ng-leave-active,
  .animate-repeat.ng-enter {
    opacity:0;
    max-height:0;
  }

  .animate-repeat.ng-leave,
  .animate-repeat.ng-enter.ng-enter-active {
    opacity:1;
    max-height:40px;
  }



/** Fix to make modal window scrollable **/
.modal { position: absolute; }

#purchaseDetailModal.modal {
  left: 42% !important;
  width: 725px !important;
}

.contact-modal {
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%,-50%);
  margin:auto;
  max-width:90vw;
  max-height:100vh;
  height:auto;
  width:auto;
  background-color:rgb(247, 247, 247);
}

/** Clickable table rows effect **/
table.prekitting-list-table tbody tr:hover
{
    background-color: antiquewhite !important;
}

div.parlevel-shadow-product:hover {
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
  background: #75c6f3;
  color: white !important;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* Tip! */
.label.label-tip{
  padding: 0.1em 0.6em 0.1em;
  font-size: 75%;
  color: #fff;
  border-radius: .25em;
}

kbd{
  margin: 0px 0.1em;
  padding: 0.1em 0.6em;
  border-radius: 3px;
  border: 1px solid rgb(204, 204, 204);
  color: rgb(51, 51, 51);
  line-height: 1.4;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10px;
  display: inline-block;
  box-shadow: 0px 1px 0px rgba(0,0,0,0.2), inset 0px 0px 0px 2px #ffffff;
  background-color: rgb(247, 247, 247);
  -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset;
  -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-shadow: 0 1px 0 #fff;
}

/* Prekitting Report
------------------------------------ */

tr.new-row-top {
  border-top: 3px solid gray;
}

td.product-add {
  font-weight: bold;
  font-size: 15px;
  text-align: center;
}

.options-cog {
  margin-top: 5px;
  margin-right: 5px;
  color: #D6B943;
}

/* Reports Index Page
------------------------------------ */

/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  /*background: #e1e1e1;*/
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}

.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(#4DADDA, #2098d1);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 3px;
}
.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
  color: white;
  text-decoration: none;
  text-shadow: none;
}

.hvr-rectangle-out:active i {
    text-shadow: 0px 0px 12px rgba(255,255,255, 0.7);
}

.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.report-link {
  padding: 20px;
  background: white;
  text-align: center;
  display: block;
  border: 1px solid #d6d6d6;
  color: #444;
  border-radius: 5px;
  border-bottom: 3px solid rgba(0,0,0,0.0)!important;
  transition: 0.1s all ease-out;

}

.report-link:hover {
  border-bottom: 3px solid #444!important;
}

.report-link:active {
  transform: translateY(3px);
  border-bottom: 3px solid rgba(0,0,0,0.0)!important;
}

.btn-weather-widget:hover {
  text-decoration: none;
}

/* Analytics by Account
****************************************************** */

#accounts-table_pager_info .ts-startRow,
#routes-table_pager_info .ts-startRow {
  margin-bottom: 0;
}

/* Analytics Index Page */

.analytics-box {
  background: rgb(219, 219, 219);
  border-radius: 15px;
  margin-bottom: 10px;
  text-align: center;
  box-shadow: inset 0px 0px 15px #aaa;
  border: 1px solid #bbb;
  text-shadow: 0px 0px 10px white;
}

/* OCS Invoices
======================================================== */

#ocs-invoices-table td {
  vertical-align: middle;
}

/* Planning screen
========================================================= */

#planning-table {
  position: relative;
}

/*#map-toggle {
  position: absolute;
  right: 0;
  top: 0;
}*/

/* Settings
=========================================================== */

.settings-menu {
  display: block;
  width: 100%;
}

/* Subsidies
=========================================================== */

.subgroup-header.selected {
  color: #fff;
  background-color: #444;
  padding: 5px 15px;
}

.subgroup-header {
  color: black;
  background-color: #dfdfdf;
  padding: 5px 15px;
  cursor: pointer;
}

.subgroup a:hover {
  text-decoration: none;
}

.subgroup-header a.small-btn{
  font-size:.5em;
}


/*.subgroup-header a.alertIcon{
  color:red;
}

.subgroup-header a.prekitIcon{
  color:black;
}

.subgroup-header a.plusIcon{
  color:green;
}*/
.subgroup-header a:hover {
  text-decoration: none;
}

.ms-location-name {
  border-bottom:1px solid #aaa;
  padding-right:5px;
  font-size:1.3em;
  color:black;
  cursor:pointer;
}

.ms-location-name:hover{
 background-color:#DCDBDB;
}

.ms-machine-name {
  cursor:pointer;
}
.ms-machine-name:hover{
 background-color:#DCDBDB;
}

#subsidy-product-list li {
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
}

#subsidy-product-list li:last-child {
  border: none;
}

#subsidy-product-list li  {
  color: #000;
  display: block;

  -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
  -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
  -o-transition: font-size 0.3s ease, background-color 0.3s ease;
  -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
  transition: font-size 0.3s ease, background-color 0.3s ease;
}

#subsidy-product-list li label {
-webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
  -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
  -o-transition: font-size 0.3s ease, background-color 0.3s ease;
  -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
  transition: font-size 0.3s ease, background-color 0.3s ease;
}

#subsidy-product-list li label:hover, #subsidy-product-list li:hover {
  font-size: 15px;
  background: #f6f6f6;
}

.order-up, .order-down {
  position: absolute;
  left: 0;
  cursor: pointer;
}

.order-up:hover, .order-down:hover {
  text-decoration: none;
}

.order-up {
  top: 5px;
}

.order-down {
  bottom: 5px;
}

#machineModal.checkUpModal {
  width: 90vw;
  max-height: none;
  top: 0;
  transform: translate(-50%,0);
}

#machineModal {
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  margin:auto;
  max-width:90vw;
  min-width:600px;
  max-height:100vh;
  height:auto;
  width:auto;
  background-color:rgb(247, 247, 247);
}

.dynamic-modal {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%,-50%);
    margin:auto;
    max-width:90vw;
    min-width:600px;
    max-height:100vh;
    height:auto;
    width:auto;
    background-color:rgb(247, 247, 247);
}

.dynamic-modal-wide {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%,-50%);
    margin:auto;
    max-width:90vw;
    min-width:800px;
    max-height:100vh;
    height:auto;
    width:auto;
    background-color:rgb(247, 247, 247);
}

.dynamic-modal .modal-body {
    max-height:inherit;
}

.dynamic-modal-full {
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%,-50%);
  margin:auto;
  max-width:90vw;
  min-width:800px;
  min-height:600px;
  max-height:100vh;
  height:auto;
  width:auto;
  background-color:rgb(247, 247, 247);
}

.dynamic-modal-full .modal-body {
  min-height:600px;
  max-height:800px;
}

.sync-new-row {
  clear: left;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

#filter_row td input {
  margin-bottom: 0px;
  width: 75%;
}
#filter_row td select {
  margin-bottom: 0px;
  width: 75%;
}
#bulk_edit_row {
  background-color: aliceblue;
}
#bulk_edit_row td input {
  margin-bottom: 0px;
  width: 75%;
}
#bulk_edit_row td select {
  margin-bottom: 0px;
  width: 75%;
}
td.actions {
  white-space: nowrap;
}
td.actions a {
  margin-left: 2px;
  margin-right: 2px;
}
td.numerical {
  text-align: center !important;
}
/* Override Glyphicons from Bootstrap Calender and use FontAwesome Instead */
.glyphicon {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-chevron-left:before {
  content: "\f053";
}
.glyphicon-chevron-right:before {
  content: "\f054";
}

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

.table-link:hover {
    text-decoration-line: none;
}

.no-text-decor:hover {
    text-decoration: none;
}

.hubz-weight-samples {
    overflow: auto;
}

.kiosk-selection .chosen-container {
  margin: 0.5rem 1rem 0.25rem 0
}

input.kiosk-selection-input {
  width: 50%;
  margin: 0.5rem 1rem 0.25rem 0;
  height: 15px;
}

button.kiosk-selection-button {
  margin-left: 2em;
  margin-top: 0.25em;
}