.badge-lg {
  font-size: 14px;
  padding: 13px 28px;
  border-radius: 40px;
}

.btn.pull-right + .btn.pull-right {
  margin-right: 12px;
}

.btn-default {
  font-weight: 400;
}
.btn-default:hover {
  background-color: #4B98DC;
  border-color: #4b98dc;
  color: #FFF;
}

.list-btn {
  color: #9B9EAA;
  border: 1px solid #e6e6e6;
  margin-right: 10px;
}
.list-btn:hover, .list-btn:focus {
  background-color: #4B98DC;
  color: #FFF;
}

.list-btn:last-child {
  margin-right: 15px;
  padding: 6px 18px;
}

.btn-fat, .header-bar .btn {
  font-weight: 500;
  font-size: 15px;
  padding: 10px 20px;
}

.btn-dark {
  background-color: #384254;
  color: white;
  border-radius: 20px;
  border: 1px solid #C9CFDB;
  padding: 9px 16px;
}
.btn-dark:hover {
  background-color: #384254;
  color: #cccccc;
}
.btn-dark .icon-bars {
  float: right;
  padding-top: 3px;
  padding-left: 10px;
}
.btn-dark .icon-bars .icon-bar {
  height: 2px;
  background-color: #bec1d0;
}

.btn-full {
  display: block;
  width: 100%;
  font-size: 18px;
  text-transform: uppercase;
  padding: 0;
  line-height: 45px;
  margin-top: 14px;
}

.btn-gray, .btn-gray:focus {
  color: white;
  background: #bec1d0;
}
.btn-gray:hover {
  color: white;
  background: #a0a5bb;
}

.btn-transparent {
  color: #797f89;
  background: transparent;
  border: 1px solid #bec1d0;
}
.btn-transparent:hover {
  background: #dcdfe6;
  color: #797f89;
}

.glyphicon--attachment {
  margin-left: 4px;
  font-size: 13px;
  color: #BEC1D0;
}

h2 small, h2 .small {
  font-size: 70%;
  margin-left: 20px;
}
h2 small .glyphicon, h2 .small .glyphicon {
  margin-right: 6px;
}
h2 small.text-primary, h2 .small.text-primary {
  color: #4b98dc;
}
h2 a.small.text-primary:hover, h2 a.small.text-primary:focus {
  color: #2472b7;
  text-decoration: underline;
}

h3 {
  margin: 0px;
  color: #797F89;
  font-size: 22px;
  font-weight: 500;
}

h4 {
  font-size: 22px;
  font-weight: 400;
  color: #3a3d45;
}

h5 {
  font-size: 15px;
  font-weight: 500;
  color: #565A65;
}

.subtitle {
  font-size: 13px;
  color: #BEC1D0;
}
.subtitle .listing {
  display: inline-block;
}
.subtitle .listing strong {
  color: #797F89;
}

.back:before {
  content: "";
  width: 11px;
  height: 19px;
  display: inline-block;
  background: url("../images/arrow_left_gray.png");
  margin-right: 10px;
  position: relative;
  top: 3px;
  margin-left: 10px;
}
.back:hover {
  cursor: pointer;
}
.back + h2 {
  display: inline-block;
}

.evr-icon {
  margin-top: -6px;
}

.fileinput-container label {
  border: 1px solid #ccc;
  cursor: pointer;
  display: block;
  font-weight: 400;
  margin-bottom: 15px;
  padding: 6px 12px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0 1px 1px 0px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px 0px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px 0px rgba(0, 0, 0, 0.075);
}
.fileinput-container label .badge {
  padding: 4px 16px;
}
.fileinput-container .form-group {
  display: none;
}

.file-input-container {
  display: block;
  border: 1px solid #ccc;
  cursor: pointer;
  font-weight: 400;
  padding: 6px 12px;
  height: 35px;
  width: 80%;
  color: #565a65;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0 1px 1px 0px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px 0px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px 0px rgba(0, 0, 0, 0.075);
}
.file-input-container .badge {
  padding: 4px 16px;
}
.file-input-container input {
  display: none;
}

.datepicker {
  z-index: 1051 !important;
}
.datepicker span {
  text-align: center;
}

.checkbox {
  padding-left: 25px;
}

.checkbox label {
  padding-left: 0;
}
.checkbox label:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #bec1d0;
  position: relative;
  top: 4px;
}
.checkbox label.checked:before {
  background-image: url("../images/checkmark.png");
  background-repeat: no-repeat;
  background-position: 2px center;
  background-size: contain;
  border: 1px solid #4FC183;
}
.checkbox label input {
  display: none !important;
}

.panel-form-cell .form-group .checkbox {
  padding-left: 0;
}
.panel-form-cell .form-group .checkbox .controls {
  width: 100%;
}

input[type='checkbox'].fancy-checkbox {
  display: none;
}
input[type='checkbox'].fancy-checkbox + label {
  background: url("../images/checkbox-off.png") left center no-repeat;
  color: #565a65;
  cursor: pointer;
  display: block;
  font-weight: 400;
  padding: 12px 12px 12px 30px;
}
input[type='checkbox'].fancy-checkbox:checked + label {
  background: url("../images/checkbox-on.png") left center no-repeat;
}

input[type='checkbox'].remove-checkbox {
  display: none;
}
input[type='checkbox'].remove-checkbox + label {
  cursor: pointer;
  display: block;
  float: right;
  font-size: 16px;
  margin: 0;
  opacity: 0.5;
  padding: 0 10px;
}
input[type='checkbox'].remove-checkbox + label:hover, input[type='checkbox'].remove-checkbox + label:active, input[type='checkbox'].remove-checkbox + label:focus {
  opacity: 0.3;
}
input[type='checkbox'].remove-checkbox + label:before {
  font-family: 'Glyphicons Halflings';
  content: "\e082";
}

.js-fancy-select-wrapper {
  position: relative;
}
.js-fancy-select-wrapper .fancy-select {
  width: 200px;
  position: absolute;
  left: 11px;
  top: 95%;
}
.js-fancy-select-wrapper .select2-search-choice {
  display: none;
}
.js-fancy-select-wrapper .js-fancy-select-trigger:not(.show-by-default), .js-fancy-select-wrapper .js-fancy-select-trigger:not(.show-by-default).panel-form, .js-fancy-select-wrapper .js-fancy-select-trigger:not(.show-by-default).panel-form.panel-form-oneliner {
  display: none;
}
.js-fancy-select-wrapper .js-fancy-select-trigger:hover {
  cursor: pointer;
}
.js-fancy-select-wrapper .js-fancy-select-trigger:hover a {
  text-decoration: underline;
  color: #33915e;
}
.js-fancy-select-wrapper label {
  display: inline;
}
.js-fancy-select-wrapper label:before {
  display: none;
}
.js-fancy-select-wrapper .js-fancy-select-remove {
  position: relative;
  z-index: 100;
  top: 12px;
}
.js-fancy-select-wrapper .js-fancy-select-remove:after {
  font-family: 'Glyphicons Halflings';
  display: inline-block;
  content: "\e082";
  opacity: 0.3;
  float: right;
  position: relative;
  top: 2px;
}
.js-fancy-select-wrapper table .js-fancy-select-remove {
  top: -1px;
}
.js-fancy-select-wrapper .js-fancy-select-field--no-label label {
  display: none;
}
.js-fancy-select-wrapper .js-fancy-select-field--disable-label {
  position: relative;
}
.js-fancy-select-wrapper .js-fancy-select-remove-confirm {
  position: absolute;
  right: 55px;
  padding: 5px 10px;
  border-radius: 4px;
  background: #FFFFFF;
  border: 1px solid #C9CFDB;
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  margin: auto;
  height: 47px;
  top: 0;
  bottom: 0;
}
.js-fancy-select-wrapper .js-fancy-select-remove-confirm a:first-child {
  margin-right: 10px;
}
.js-fancy-select-wrapper .js-fancy-select-remove-confirm:after {
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  position: absolute;
  background-color: white;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border: 1px solid #c3c3c3;
  border-width: 1px 0px 0px 1px;
  left: 100%;
  margin-left: -4px;
  top: 16px;
}
.js-fancy-select-wrapper .js-fancy-select-remove {
  display: block;
}
.js-fancy-select-wrapper .js-fancy-select-remove div, .js-fancy-select-wrapper .js-fancy-select-remove input, .js-fancy-select-wrapper .js-fancy-select-remove label {
  display: none;
}
.js-fancy-select-wrapper .js-fancy-select-remove:hover {
  cursor: pointer;
}
.js-fancy-select-wrapper .checkbox {
  padding-top: 0;
  line-height: 3.5;
}
.js-fancy-select-wrapper .form-group {
  margin-bottom: 0;
}
.js-fancy-select-wrapper .js-fancy-select-field--disable-label label:hover {
  cursor: default;
}
.js-fancy-select-wrapper .hidden-by-default, .js-fancy-select-wrapper .hidden-by-default.panel-form.panel-form-oneliner {
  display: none;
}

.fancy-select-page .generic-select-drop.select2-drop .select2-search {
  border-bottom: none !important;
}
.fancy-select-page .generic-select-drop.select2-drop .select2-result {
  padding: 5px 15px;
  border-top: 1px solid #c9cfd8 !important;
}
.fancy-select-page .generic-select-drop.select2-drop .select2-results li {
  border-top: 1px solid #c9cfd8 !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
}
.fancy-select-page .generic-select-drop.select2-drop .select2-results .select2-highlighted .select2-result-label {
  color: #4b98dc;
}
.fancy-select-page .generic-select-drop.select2-drop li.select2-results, .fancy-select-page .generic-select-drop.select2-drop li.select2-highlighted {
  background: #dfedf8 !important;
}
.fancy-select-page.fancy-select--add-new .select2-drop.generic-select-drop li:last-child .select2-result-label {
  color: inherit;
  font-weight: 400;
  text-decoration: none;
}
.fancy-select-page.fancy-select--add-new .select2-drop.generic-select-drop li:last-child.select2-highlighted {
  background-color: #dfedf8 !important;
}
.fancy-select-page .select2-result-label {
  line-height: 2.5;
  color: #565a65;
}
.fancy-select-page.fancy-select--add-new .select2-drop li:last-child {
  background-color: white !important;
}
.fancy-select-page.fancy-select--add-new .select2-drop li:last-child .select2-result-label {
  color: #4b98dc;
  font-weight: bold;
  text-decoration: underline;
}
.fancy-select-page .select2-results .select2-highlighted {
  background: #DFEDF8 !important;
  color: #4b98dc;
}
.fancy-select-page .select2-results {
  padding: 0;
  margin: 0;
}
.fancy-select-page .select2-results li {
  border: 1px solid #c3c3c3;
}
.fancy-select-page .select2-results li:not(:first-of-type) {
  border-top: none;
}
.fancy-select-page .fancy-select .select2-dropdown-open.select2-drop-above .select2-choices,
.fancy-select-page .fancy-select .select2-choices {
  border: 1px solid #c3c3c3;
  background: white;
  overflow: visible;
  padding-bottom: 33px;
}
.fancy-select-page .fancy-select .select2-dropdown-open.select2-drop-above .select2-choices:before,
.fancy-select-page .fancy-select .select2-choices:before {
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  position: absolute;
  background-color: white;
  left: 11px;
  top: -4px;
  border: 1px solid #c3c3c3;
  border-width: 0 0 1px 1px;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.fancy-select-page .fancy-select .select2-dropdown-open.select2-drop-above .select2-choices img,
.fancy-select-page .fancy-select .select2-choices img {
  position: relative;
  top: 3px;
}
.fancy-select-page .select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #c3c3c3;
  outline: none;
}
.fancy-select-page .select2-input {
  width: 150px !important;
}
.fancy-select-page .select2-search-field {
  padding-left: 10px !important;
}

.checkbox-radio-big input[type='radio'] {
  display: none;
}
.checkbox-radio-big input[type='radio'] + label {
  background: url("../images/checkbox-big-off.png") 12px center no-repeat;
  background-color: white;
  border: 1px solid #c9cfd8;
  color: #384254;
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 12px 12px 60px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.checkbox-radio-big input[type='radio'] + label .extra {
  color: #bec1d0;
  font-size: 13px;
  font-weight: 400;
}
.checkbox-radio-big input[type='radio']:checked + label {
  background: url("../images/checkbox-big-on.png") 12px center no-repeat;
  background-color: white;
  border-color: #4fc183;
}

.checkbox-big {
  padding: 0;
}
.checkbox-big input[type='checkbox'] {
  display: none;
}
.checkbox-big input[type='checkbox'] + label {
  background: url("../images/checkbox-big-off.png") 12px center no-repeat;
  color: #384254;
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 12px 12px 60px;
}
.checkbox-big input[type='checkbox'] + label .extra {
  color: #bec1d0;
  font-size: 13px;
  font-weight: 400;
}
.checkbox-big input[type='checkbox']:checked + label {
  background: url("../images/checkbox-big-on.png") 12px center no-repeat;
}

.huge-number-input-wrapper input {
  font-size: 58px;
  height: 171px;
  color: #bec1d0;
}

.transparent-input, .transparent-input:focus, .transparent-input[disabled] {
  background: transparent;
  border: none;
  outline: none;
  text-align: center;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.transparent-input.form-control[readonly="readonly"] {
  background: white;
  cursor: text;
}

.has-error .transparent-input, .has-error .transparent-input:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

td.without-padding .transparent-input {
  height: 60px;
  padding: 16px 20px;
}
td.without-padding .has-error .transparent-input, td.without-padding.has-error .transparent-input {
  background-color: rgba(254, 114, 102, 0.13);
}
td.without-padding .has-error .transparent-input + .help-block, td.without-padding.has-error .transparent-input + .help-block {
  display: none;
}

.native-select {
  position: relative;
}
.native-select select {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-appearance: menulist-button;
}

/* Generic re-styling of Select2 select boxes */
/* The templates that live amongst the JavaScript first */
.select2-drop-active {
  background: #f3f5fc;
}

.daterangepicker.dropdown-menu {
  background: #f3f5fc;
}

.filters {
  border-top: 1px solid #dcdfe6;
  padding: 15px 0;
  /* Date-range picker styling */
}
.filters label {
  margin-bottom: 0px;
}
.filters label .arrow {
  display: inline-block;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url("../select2/select2.png") 10% 25% no-repeat;
  margin-left: -10px;
}
.filters label .filter {
  background: none;
  border: none;
  color: #4b98dc;
  padding-right: 0;
  font-weight: normal;
}
.filters label .filter:hover {
  cursor: pointer;
}
.filters label .filter:focus {
  outline: none;
}
.filters label .filter:focus + .arrow {
  background: url("../select2/select2.png") 45% 25% no-repeat;
}
.filters label input.datepicker {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  color: #4b98dc;
  font-weight: normal;
  margin-top: -3px;
  width: 83px;
  margin-right: 10px;
}
.filters .select2-container {
  width: inherit;
  border: 0px none;
  background-image: none;
  box-shadow: none;
  background-color: transparent;
  margin-top: -3px;
}
.filters .select2-container .select2-choice {
  background: none;
  background-image: none;
  color: #4b98dc;
  font-weight: 400;
  border: 0px;
  box-shadow: none;
}
.filters .select2-container .select2-choice .select2-arrow {
  border-left: 0px;
  background: none;
}
.filters .control-group {
  display: inline-block;
  width: inherit;
  vertical-align: middle;
  margin-top: -2px;
}
.filters .control-group label .datelabel {
  display: inline-block;
  margin-right: -6px;
}
.filters .control-group label input {
  float: right;
  background-color: transparent;
  border: 0px;
  box-shadow: none;
  color: #4b98dc;
  font-weight: 400;
  padding: 0px 12px;
  height: 20px;
}
.filters .map-link:hover, .filters .map-link:focus, .filters .map-link:active {
  text-decoration: none;
}

.site-detail-select #site-select {
  display: none;
}
.site-detail-select .select2-container .select2-choice {
  background: none;
  border: none;
  box-shadow: none;
  color: #565a65;
  font-size: 21px;
  font-weight: 400;
  height: auto;
  line-height: 34px;
  padding: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.site-detail-select .select2-container .select2-choice .select2-arrow {
  background: url("../images/arrowDownGray.png") no-repeat;
  background-position: center;
  border: none;
}
.site-detail-select .select2-container .select2-choice .select2-arrow b {
  background: none;
}

.generic-select-container.select2-container.form-control {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.generic-select-container.select2-container .select2-choice {
  background: none;
  height: 34px;
  padding: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.generic-select-container.select2-container .select2-choice .select2-chosen {
  color: #797f89;
  margin: 0;
  padding: 6px 12px;
}
.generic-select-container.select2-container .select2-choice .select2-arrow {
  display: none;
}
.generic-select-container.select2-container.hidden-container {
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 5px;
}

.add-more .generic-select-container.select2-container {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  width: 30%;
}
.add-more select {
  display: none;
}

.generic-select-drop.select2-drop {
  border: 1px solid #c9cfd8;
  color: #565a65;
  margin-top: 6px;
  min-width: 300px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.generic-select-drop.select2-drop.select2-drop-above {
  border-top-color: #c9cfd8;
  margin-top: -6px;
}
.generic-select-drop.select2-drop.select2-drop-above:after {
  bottom: -5px;
  border-bottom: none;
  border-top: 5px solid white;
  top: auto;
}
.generic-select-drop.select2-drop.select2-drop-above:before {
  bottom: -7px;
  border-bottom: none;
  border-top: 7px solid #c9cfd8;
  top: auto;
}
.generic-select-drop.select2-drop .select2-results {
  margin: 0;
  padding: 0;
  background: white;
}
.generic-select-drop.select2-drop .select2-search {
  border-bottom: 1px solid #c9cfd8;
  padding: 10px 22px;
  background: white;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.generic-select-drop.select2-drop .select2-search .select2-input {
  background: url("../images/search.png") no-repeat;
  background-position: center left;
  border: none;
  padding: 4px 5px 4px 24px;
}
.generic-select-drop.select2-drop .select2-result {
  border-top: 1px solid #c9cfd8;
  cursor: pointer;
  padding: 12px 15px;
}
.generic-select-drop.select2-drop .select2-result:first-child {
  border: none;
}
.generic-select-drop.select2-drop .select2-result.select2-highlighted {
  background: #dfedf8;
  color: #4b98dc;
}
.generic-select-drop.select2-drop .select2-no-results {
  background: #dcdfe6;
  padding: 12px 15px;
}
.generic-select-drop.select2-drop:after {
  position: absolute;
  top: -5px;
  left: 17px;
  display: inline-block;
  border-right: 5px solid transparent;
  border-bottom: 5px solid white;
  border-left: 5px solid transparent;
  content: '';
}
.generic-select-drop.select2-drop:before {
  position: absolute;
  top: -7px;
  left: 15px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #c9cfd8;
  border-left: 7px solid transparent;
  content: '';
}

.calendar-icon {
  display: block;
  background: url("../images/calendar.png");
  width: 19px;
  height: 19px;
  position: absolute;
  right: 25px;
  top: 7px;
}
.calendar-icon:hover {
  cursor: pointer;
}

.rounded-search {
  display: inline-block;
  position: relative;
}
.rounded-search img {
  left: 12px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
}
.rounded-search .form-control {
  border-radius: 20px;
  display: inline-block;
  font-size: 13px;
  padding-left: 33px;
}

a {
  font-weight: 500;
}
a .glyphicon {
  margin-right: 6px;
}
a.disabled {
  pointer-events: none;
}
a.green {
  color: #4fc183;
}
a.green:hover {
  color: #33915e;
}
a.gray {
  color: #797f89;
}
a.gray:hover {
  color: #555961;
}
a.red {
  color: #ff7367;
}
a.red:hover {
  color: #ff2d1b;
}
a.gray-dark {
  color: #565a65;
}
a.light {
  font-weight: 400;
  text-decoration: underline;
}

.add-object {
  margin-top: 15px;
  margin-left: 25px;
}
.add-object a {
  color: #bec1d0;
}
.add-object a:hover, .add-object a:focus {
  color: #9297b0;
}

#qrcode > img, .qrcode > img {
  margin: auto;
  max-width: 100%;
}

.spinner {
  width: 24px;
  height: 24px;
  margin: 12px auto;
  position: relative;
}
.spinner .circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #4b98dc;
  border-radius: 100%;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.circle2 {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.circle3 {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.circle4 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.circle5 {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

.circle6 {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}

.circle7 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.circle8 {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}

.circle9 {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}

.circle10 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.circle11 {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
}

.circle12 {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
}

.circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.circle3:before {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1s;
}

.circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.simple-spinner {
  animation: spin 1s infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.text-muted {
  font-weight: 300;
}

.text-primary {
  font-weight: 700;
}

.footnote {
  font-size: 13px;
  color: #a9abb1;
  margin-top: 40px;
}
.footnote + .footnote {
  margin-top: 0;
}
.footnote .footnote-image {
  display: inline-block;
  text-align: center;
  width: 30px;
}

.spacer {
  margin-top: 20px;
}

dl {
  margin-bottom: 0;
}

dt, dd {
  line-height: 2em;
}

.dl-horizontal dt {
  width: 36%;
  float: left;
}
.dl-horizontal dd {
  margin-left: 45%;
}

.download-excel {
  color: #bec1d0;
  text-decoration: underline;
}
.download-excel:before {
  content: "";
  width: 14px;
  height: 15px;
  background: url("../images/excel_icon.png");
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.download-excel:hover {
  color: #797f89;
}

.tooltip-inner {
  box-sizing: content-box;
  width: 65px;
  white-space: pre-wrap;
  padding: 10px;
}

.act-billed.is-billed, .act-billed.is-not-billed {
  border-radius: 10px;
  cursor: pointer;
  float: right;
  height: 13px;
  width: 13px;
  margin-top: -17px;
  position: relative;
}
.act-billed.is-billed .act-button-wrapper, .act-billed.is-not-billed .act-button-wrapper {
  background: none repeat scroll 0 0 white;
  border: 1px solid #c9cfd8;
  border-radius: 4px;
  display: none;
  margin-top: -18px;
  padding: 8px;
  position: absolute;
  right: 14px;
}
.act-billed.is-billed .act-button-wrapper .triangle, .act-billed.is-not-billed .act-button-wrapper .triangle {
  width: 7px;
  height: 7px;
  display: inline-block;
  background-color: white;
  position: absolute;
  left: 98%;
  top: 42%;
  border-top: 1px solid #bec1d0;
  border-right: 1px solid #bec1d0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.act-billed.is-billed .act-button-wrapper .btn, .act-billed.is-not-billed .act-button-wrapper .btn {
  padding: 4px 8px;
}
.act-billed.is-billed:hover .act-button-wrapper, .act-billed.is-not-billed:hover .act-button-wrapper {
  display: inline-block;
}
.act-billed.is-not-billed {
  background: #ff7367;
}
.act-billed.is-billed {
  background: #4fc183;
}

.icons-pos {
  margin-right: 20px;
  margin-top: 10px;
}

.dropdown-menu {
  margin-top: 6px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.dropdown-menu > li > a {
  color: #4b98dc;
}
.dropdown-menu:before {
  position: absolute;
  top: -5px;
  display: inline-block;
  border-right: 5px solid transparent;
  border-bottom: 5px solid rgba(0, 0, 0, 0.15);
  border-left: 5px solid transparent;
  content: '';
}
.dropdown-menu:after {
  position: absolute;
  top: -3px;
  display: inline-block;
  border-right: 3px solid transparent;
  border-bottom: 3px solid white;
  border-left: 3px solid transparent;
  content: '';
}
.dropdown-menu:not(.daterangepicker):after {
  right: 12px;
}
.dropdown-menu:not(.daterangepicker):before {
  right: 10px;
}
.dropdown-menu.datepicker-orient-top:before {
  bottom: auto;
  top: -5px !important;
}
.dropdown-menu.datepicker-orient-top:after {
  bottom: auto;
  top: -3px !important;
}
.dropdown-menu.datepicker-orient-bottom:before {
  border-top: 5px solid rgba(0, 0, 0, 0.15) !important;
  bottom: -5px !important;
  top: auto;
}
.dropdown-menu.datepicker-orient-bottom:after {
  border-top: 3px solid white !important;
  bottom: -3px !important;
  top: auto;
}
.dropdown-menu.datepicker-orient-left:before {
  left: 10px !important;
  right: auto;
}
.dropdown-menu.datepicker-orient-left:after {
  left: 12px !important;
  right: auto;
}
.dropdown-menu.datepicker-orient-right:before {
  left: auto;
  right: 10px !important;
}
.dropdown-menu.datepicker-orient-right:after {
  left: auto;
  right: 12px !important;
}

.finances-accordion .panel {
  background-color: transparent;
  border: 0px none;
  box-shadow: none;
}
.finances-accordion .panel .panel-heading {
  padding: 0;
}
.finances-accordion .panel a {
  outline: none;
  color: inherit;
  text-decoration: none;
}
.finances-accordion .panel a.collapsed .finance-accordion-icon {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.finances-accordion .panel a .finance-accordion-icon {
  margin-left: 3px;
  font-size: 10px;
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  vertical-align: middle;
}
.finances-accordion .panel .panel-body {
  padding: 0px;
}

.list-group-item {
  position: relative;
}
.list-group-item .right-jump-to {
  margin-top: -12px;
  position: absolute;
  right: 20px;
  top: 50%;
}
.list-group-item .list-group-item-heading {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}
.list-group-item .list-group-item-heading small {
  font-size: 75%;
  color: #bec1d0;
}
.list-group-item .list-group-item-text {
  font-size: 13px;
  font-weight: normal;
}

.sites .sites-list {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.sites .sites-list li {
  display: block;
  background: #FFF;
  border-top: 1px solid #D7D7D7;
  border-left: 1px solid #D7D7D7;
  border-right: 1px solid #D7D7D7;
}
.sites .sites-list li table {
  border: 0px none;
}
.sites .sites-list li table td {
  border-right: 0px none;
}
.sites .sites-list li table .list-buttons {
  width: 30%;
  text-align: right;
}
.sites .sites-list li h5 {
  margin: 7px 0px 0px 14px;
}
.sites .sites-list li .site-subheader {
  margin-left: 14px;
  padding-bottom: 10px;
  font-size: 13px;
  color: #BEC1D0;
  margin-top: -3px;
}
.sites .sites-list li:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.sites .sites-list li:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom: 1px solid #D7D7D7;
}
.sites .view-all {
  padding-top: 25px;
  display: block;
  color: #4B98DC;
  font-weight: 500;
  text-decoration: underline;
  padding-bottom: 5px;
}
.sites .view-all:hover {
  cursor: pointer;
  color: #3e83c0;
}
.sites .js-inactive-list {
  display: none;
}
.sites .js-inactive-list .inactive-header {
  padding-top: 26px;
}
.sites .lock-icon:after {
  font-family: 'Glyphicons Halflings';
  content: "\e033";
  margin-left: 5px;
  color: #FF7367;
}
.sites .map-link {
  margin: 17px 10px;
}
.sites .map-link:hover, .sites .map-link:focus, .sites .map-link:active {
  text-decoration: none;
}

.modal-content {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.modal-title {
  color: #384254;
  font-size: 21px;
}

.modal-title-extra {
  font-size: 15px;
  color: #797f89;
  margin-top: -4px;
}

.modal-header .close {
  opacity: 0.8;
}
.modal-header .close:hover, .modal-header .close:focus {
  opacity: 1;
}

.modal-body {
  font-weight: 300;
}
.modal-body.no-padding {
  padding: 0;
}
.modal-body.no-padding .modal-subtitle {
  margin-left: 20px;
  margin-top: 15px;
}
.modal-body + .modal-body {
  border-top: 1px solid #dcdfe6;
}
.modal-body.with-columns [class^='col-'].text-right, .modal-body.with-columns [class*=' col-'].text-right {
  font-weight: 500;
}
.modal-body .modal-subtitle {
  font-size: 21px;
  font-weight: normal;
  margin-bottom: 12px;
}
.modal-body.modal-body-dark {
  background-color: #f3f5fc;
}
.modal-body .map-link {
  padding-top: 10px;
}
.modal-body .map-link:hover, .modal-body .map-link:focus, .modal-body .map-link:active {
  text-decoration: none;
}

.modal-footer .btn + .spinner.pull-left {
  margin: 12px 0 0 20px;
}

.modal-footer.modal-footer-one-liner {
  line-height: 64px;
  padding: 0 30px;
}

.modal-header--no-content {
  padding-bottom: 30px;
}

.confirmation-popup {
  position: absolute;
  right: 184px;
  padding: 5px 10px;
  border-radius: 4px;
  background: #FFFFFF;
  border: 1px solid #C9CFDB;
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  margin: auto;
  height: 47px;
  top: 0;
  bottom: 0;
}
.confirmation-popup a:first-child {
  margin-right: 10px;
}
.confirmation-popup:after {
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  position: absolute;
  background-color: white;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border: 1px solid #c3c3c3;
  border-width: 1px 0px 0px 1px;
  left: 100%;
  margin-left: -4px;
  top: 16px;
}

#email-success {
  display: none;
}
#email-success .email-success-message {
  padding-left: 20px;
  color: #70AF2D;
  font-weight: 500;
  font-size: 15px;
}
#email-success .email-success-message img {
  margin-top: -4px;
  margin-right: 4px;
}

#sendDocumentsModal .modal-body label {
  text-align: right;
  margin-top: 6px;
}
#sendDocumentsModal .modal-body .form-actions {
  text-align: center;
}
#sendDocumentsModal .modal-body .form-actions input {
  margin-top: 20px;
}

.nav-pills {
  margin-bottom: 20px;
}

.nav-pills > li > a {
  color: #565a65;
  font-size: 17px;
  font-weight: 400;
  line-height: 15px;
  outline: none;
}
.nav-pills > li > a:hover {
  background-color: #dcdfe6;
}

.panel-default .panel-heading .panel-title {
  font-size: 21px;
}
.panel-default .panel-heading .pull-right {
  margin-top: 6px;
}
.panel-default .panel-heading .pull-right + .pull-right {
  margin-right: 12px;
}

.shortcut {
  background-color: white;
  border: 1px solid #c9cfd8;
  display: block;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.shortcut:hover, .shortcut:focus, .shortcut:active {
  background-color: whitesmoke;
  text-decoration: none;
}
.shortcut .shortcut-img {
  min-height: 0;
  padding: 10px 10px 0;
  text-align: center;
}
.shortcut .shortcut-title {
  color: #565a65;
  font-size: 18px;
  line-height: 24px;
  padding: 0 10px 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .shortcut .shortcut-img {
    min-height: 120px;
    padding: 30px 15px 20px;
  }
  .shortcut .shortcut-title {
    padding: 0 15px 20px;
  }
}

.panel-login {
  background-color: white;
  border: 1px solid #dfdfdf;
  padding: 50px 100px 60px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.panel-login h1 {
  font-size: 28px;
  font-weight: 300;
  margin: 0 0 32px;
}
.panel-login .login-form {
  margin-bottom: 12px;
}
.panel-login .login-form .alert ul {
  list-style: none;
  padding: 0;
}
.panel-login .login-form .btn {
  height: 49px;
}
.panel-login a.btn-success {
  height: 49px;
  line-height: 35px;
}
.panel-login .form-group .controls .form-control {
  background-color: #f3f5fc;
  border-color: #c9cfd8;
  height: 49px;
  text-align: center;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-login .form-group .controls .form-control:focus {
  -moz-box-shadow: inset 0 1px 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px 1px rgba(0, 0, 0, 0.075);
}
@media (max-width: 500px) {
  .panel-login {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 360px) {
  .panel-login {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.panel-form-wrapper {
  position: relative;
}
.panel-form-wrapper .toggleable {
  display: none;
}
.panel-form-wrapper .panel-form-toggle {
  padding: 15px;
  position: absolute;
  right: 0;
  top: 0;
}
.panel-form-wrapper .panel-form-toggle [class^='toggle-'] {
  font-weight: 400;
}
.panel-form-wrapper .panel-form-toggle [class^='toggle-'] img {
  margin-left: 6px;
}
.panel-form-wrapper .panel-form-toggle .toggle-close {
  display: none;
}
.panel-form-wrapper.open .toggleable {
  display: block;
}
.panel-form-wrapper.open .panel-form-toggle .toggle-open {
  display: none;
}
.panel-form-wrapper.open .panel-form-toggle .toggle-close {
  display: block;
}

.panel-form {
  background-color: white;
  border: 1px solid #c9cfd8;
  display: table;
  width: 100%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.panel-form .panel-form-cell {
  border-right: 1px solid #c9cfd8;
  display: table-cell;
  padding: 15px 15px 30px;
  vertical-align: top;
  width: 50%;
}
.panel-form .panel-form-cell:last-child, .panel-form .panel-form-cell.no-border {
  border-right: none;
}
.panel-form .panel-form-cell.no-labels [class^='col-'], .panel-form .panel-form-cell.no-labels [class*=' col-'] {
  width: 100%;
}
.panel-form.panel-form-oneliner {
  display: block;
  border-top: none;
  padding-right: 30px;
  border-radius: 0;
}
.panel-form.panel-form-oneliner.add-new {
  height: 59px;
  line-height: 59px;
  padding-left: 20px;
}
.panel-form.panel-form-oneliner.add-new * {
  line-height: 1.42857143;
}
.panel-form.panel-form-oneliner.rounded-top {
  border-top: 1px solid #dcdfe6;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.panel-form.panel-form-oneliner.rounded-bottom {
  border-bottom: 1px solid #dcdfe6;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.helper {
  color: #a5adc1;
  font-size: 13px;
  font-weight: 400;
}
.helper .helper-title {
  color: #323c4e;
  font-size: 14px;
  font-weight: 500;
}

.forest-panel-wrapper {
  margin-top: 15px;
}

.forest-panel {
  background: white;
  border: 1px solid #c9cfd8;
  padding: 13px 18px;
  position: relative;
}
.forest-panel:not(:last-of-type) {
  border-bottom: none;
}
.forest-panel:first-of-type {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.forest-panel:last-of-type {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.forest-panel .forest-panel-next {
  margin-top: 7px;
}
.forest-panel.forest-panel-borderless {
  border: none;
  padding: 0;
}
.forest-panel.forest-panel--inactive {
  background: rgba(0, 0, 0, 0.04);
}
.forest-panel .link {
  color: #565a65;
  display: block;
  font-weight: normal;
  margin: -13px -18px;
  padding: 13px 18px;
}
.forest-panel .link:hover {
  text-decoration: none;
}
.forest-panel .forest-panel-title {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  color: #384254;
}
.forest-panel .forest-panel-subtitle {
  font-size: 14px;
  text-transform: uppercase;
  color: #797f89;
}
.forest-panel .forest-panel-icon {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.forest-panel .forest-panel-icon-small {
  height: 20px;
}

.transaction-attachments {
  margin-top: 10px;
}
.transaction-attachments h4 {
  text-transform: uppercase;
  font-size: 14px;
  color: #797F89;
  margin: 0;
}
.transaction-attachments ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.transaction-attachments ul li:before {
  content: "";
  width: 14px;
  height: 15px;
  background: url("../images/excel_icon.png");
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.transaction-attachments ul li a {
  overflow-wrap: anywhere;
  word-break: normal;
}

table thead th, table tbody td.heading, table tbody tr.heading td, .page-edit-terminal .panel .panel-heading {
  color: #323c4e;
  font-weight: 500;
  text-transform: uppercase;
}

table {
  background-color: white;
  border: 1px solid #c9cfd8;
  border-collapse: separate;
  width: 100%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
table .title, table .title label, table .title input[type='checkbox'].fancy-checkbox + label {
  font-size: 14px;
  color: #4b98dc;
  font-weight: bold;
}
table thead th, table tbody td, table tfoot td {
  border-bottom: 1px solid #dcdfe6;
  border-right: 1px solid #dcdfe6;
  color: #797f89;
  text-align: center;
  vertical-align: top;
}
table thead th.cell-highlighted, table tbody td.cell-highlighted, table tfoot td.cell-highlighted {
  background-color: #f1f7fd;
}
table thead th.cell-highlighted + .transparent-input, table tbody td.cell-highlighted + .transparent-input, table tfoot td.cell-highlighted + .transparent-input {
  background-color: #f1f7fd;
}
table thead th.cell-highlighted + .form-group.has-error, table tbody td.cell-highlighted + .form-group.has-error, table tfoot td.cell-highlighted + .form-group.has-error {
  background-color: white;
}
table thead th.cell-highlighted + .form-group.has-error + .controls, table tbody td.cell-highlighted + .form-group.has-error + .controls, table tfoot td.cell-highlighted + .form-group.has-error + .controls {
  background: none repeat scroll 0 0 rgba(254, 114, 102, 0.13);
  border: 1px solid #dec1c8;
  margin: -1px !important;
}
table thead th.cell-highlighted + .form-group.has-error + .transparent-input, table tbody td.cell-highlighted + .form-group.has-error + .transparent-input, table tfoot td.cell-highlighted + .form-group.has-error + .transparent-input {
  color: #f95041;
  background-color: transparent;
  border-radius: 0;
}
table thead th.cell-highlighted + .form-group.has-error + .transparent-input:focus, table tbody td.cell-highlighted + .form-group.has-error + .transparent-input:focus, table tfoot td.cell-highlighted + .form-group.has-error + .transparent-input:focus {
  border-color: #843534;
}
table thead th:first-child, table tbody td:first-child, table tfoot td:first-child {
  text-align: left;
}
table thead th.without-padding, table tbody td.without-padding, table tfoot td.without-padding {
  padding: 0 !important;
}
table tfoot tr:first-child td {
  border-top: 1px solid #dcdfe6 !important;
}
table tbody tr.toggleable {
  display: none;
}
table.table--small-paddings thead th, table.table--small-paddings tbody td, table.table--small-paddings tfoot td {
  padding: 20px 10px;
}
table.table--top thead th, table.table--top tbody td, table.table--top tfoot td {
  vertical-align: top;
}
table thead th {
  position: relative;
}
table thead th .finished, table thead th .active {
  background: #4fc183;
  display: block;
  height: 12px;
  position: absolute;
  right: 10px;
  top: 24px;
  width: 12px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
table thead th .active {
  background: #ff7367;
}
table thead:not(:first-child) th {
  border-top: 1px solid #dcdfe6;
}
table thead th, table tbody td.heading, table tbody tr.heading td {
  background-color: #f8f9fd;
  padding: 12px;
}
table thead th:first-child, table tbody td.heading:first-child, table tbody tr.heading td:first-child {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}
table thead th:last-child, table tbody td.heading:last-child, table tbody tr.heading td:last-child {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  border-right: none;
}
@media (min-width: 768px) {
  table thead th, table tbody td.heading, table tbody tr.heading td {
    padding: 20px;
  }
}
table tbody td.cell-link {
  cursor: pointer;
}
table tbody td.driver-changes span {
  color: #fd8379;
  display: inline-block;
  font-weight: 600;
  position: relative;
}
table tbody td.driver-changes span:before {
  background: url("../images/driverChanges.png");
  content: '';
  display: block;
  height: 12px;
  left: -30px;
  position: absolute;
  top: 5px;
  width: 26px;
}
table tbody.with-bottom-border tr:last-child td {
  border-bottom: 1px solid #dcdfe6;
}
table tfoot td {
  border-top: 1px solid #dcdfe6;
}
table tfoot.add-more tr td {
  border-top: none;
  padding: 0;
  position: relative;
}
table tfoot.add-more tr td a {
  display: block;
  padding: 14px 20px;
}
table tbody td, table tfoot td {
  padding: 8px 12px;
  vertical-align: middle;
}
table tbody td:last-child, table tfoot td:last-child {
  border-right: none;
}
@media (min-width: 768px) {
  table tbody td, table tfoot td {
    padding: 10px 20px;
  }
}
table tbody tr.total td, table tfoot tr.total td {
  border-right: none;
  color: #35383f;
  font-weight: 500;
}
table tbody tr:last-child td, table tfoot tr:last-child td {
  border-bottom: none;
}
table tbody tr.add-more-wrapper td:not(:last-child), table tfoot tr.add-more-wrapper td:not(:last-child) {
  border-right: none;
}
table tbody tr.add-more-wrapper td, table tfoot tr.add-more-wrapper td {
  border-top: none;
}
table tbody tr td.inline-elements-wrapper, table tfoot tr td.inline-elements-wrapper {
  line-height: 38px;
  padding: 0;
  text-align: left;
}
table tbody tr td.inline-elements-wrapper div, table tbody tr td.inline-elements-wrapper label, table tbody tr td.inline-elements-wrapper input, table tfoot tr td.inline-elements-wrapper div, table tfoot tr td.inline-elements-wrapper label, table tfoot tr td.inline-elements-wrapper input {
  display: inline-block;
}
table tbody tr td.inline-elements-wrapper.roles-wrapper, table tfoot tr td.inline-elements-wrapper.roles-wrapper {
  padding-top: 4px;
}
table tbody tr.warning td, table tfoot tr.warning td {
  background-color: #fcf8e3;
}
table tbody + tbody tr:first-child td {
  border-top: 1px solid #dcdfe6;
}
table.table-left thead th, table.table-left tbody td, table.table-left tfoot td {
  text-align: left;
}
table.no-top-border {
  border-top: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
table.no-bottom-border {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
table.no-top-radius, .possession-table:not(:first-of-type) table {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
table.no-bottom-radius {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
table.transparent {
  background-color: transparent;
  border-radius: 0px;
  border-left: 0px none;
  border-right: 0px none;
  border-color: #dcdfe6;
}
table.transparent tbody tr td:first-child {
  width: 20%;
  padding-left: 25px;
}
table.transparent tbody tr td:nth-child(2) {
  width: 10%;
}
table.transparent tbody tr td:nth-child(4),
table.transparent tbody tr td:nth-child(6) {
  width: 15%;
}
table.transparent tbody tr td {
  width: 13.33%;
}

.form-horizontal table tbody td .form-group {
  margin: 0;
}

.possession-table .possession-table-secondary {
  display: none;
}

.cell-delete-is-next {
  border-right: none;
}
.cell-delete-is-next + td {
  width: 50px;
}
.cell-delete-is-next + td a {
  color: #797f89;
  font-size: 16px;
  opacity: 0.5;
}
.cell-delete-is-next + td a:hover {
  opacity: 0.3;
}

.amounts-table .asteriskField {
  display: none;
}
.amounts-table label {
  margin-top: 6px;
  color: #798293;
  font-weight: 500;
}

.modal table thead th, .modal table tbody td, .modal table tfoot td {
  padding: 10px 12px;
}

#confirmation_form + .cell-highlighted, #confirmation_form .form-group {
  padding: 0;
  margin: 0;
}
#confirmation_form + .form-group input {
  height: 40px;
}

.page-acts-form #rows thead th {
  border-bottom: none;
}
.page-acts-form #rows thead th:first-child {
  border-bottom-left-radius: 4px;
}
.page-acts-form #rows thead th:last-child {
  border-bottom-right-radius: 4px;
}
.page-acts-form #rows tbody td, .page-acts-form #rows tfoot td {
  border-bottom: none;
  border-top: 1px solid #dcdfe6;
}

#certificates {
  border-top: 0;
}
#certificates tbody tr:not(.hide) td {
  border-top: 1px solid #dcdfe6;
}
#certificates tbody td {
  border-bottom: none;
}
#certificates .js-cert-delete .glyphicon {
  top: 3px;
}

.timeline {
  margin-top: 12px;
}
.timeline .timeline-item, .timeline .timeline-footer {
  border-left: 2px solid #bec1d0;
  margin-left: 16px;
  padding-left: 30px;
}
.timeline .timeline-spacer {
  height: 22px;
}
.timeline .timeline-item {
  border-left: 2px solid #bec1d0;
  margin-left: 16px;
  padding-left: 20px;
  position: relative;
}
.timeline .timeline-item:hover .timeline-title {
  border-top: 1px solid #dcdfe6;
  border-left: 1px solid #dcdfe6;
  border-right: 1px solid #dcdfe6;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #EFF1F8;
  padding: 4px 9px 10px;
  /* The added borders otherwise move the text */
}
.timeline .timeline-item:hover .timeline-title .timeline-delete {
  display: block;
}
.timeline .timeline-item:hover .timeline-content {
  border-left: 1px solid #dcdfe6;
  border-bottom: 1px solid #dcdfe6;
  border-right: 1px solid #dcdfe6;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #EFF1F8;
  padding: 8px 0 7px 9px;
  /* The added borders otherwise move the text */
}
.timeline .timeline-item .timeline-img {
  left: -17px;
  position: absolute;
  top: 0;
}
.timeline .timeline-item .timeline-title {
  padding: 5px 10px 10px;
}
.timeline .timeline-item .timeline-title .timeline-actor {
  text-decoration: underline;
}
.timeline .timeline-item .timeline-title .timeline-delete {
  color: #797f89;
  display: none;
  margin-right: -10px;
  text-decoration: none;
}
.timeline .timeline-item .timeline-title .timeline-delete:hover {
  color: #ff7367;
}
.timeline .timeline-item .timeline-content {
  color: #797f89;
  padding: 8px 0px 8px 10px;
}
.timeline .timeline-footer {
  margin-bottom: 20px;
}
.timeline .timeline-footer .timeline-action {
  border: 1px solid #bec1d0;
  color: #989aaf;
  font-weight: 400;
  margin-left: -12px;
  padding: 6px 12px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.page-queries .timeline {
  border-top: 1px solid #dcdfe6;
  padding-top: 12px;
  margin-top: 0px;
}

.select2-container-multi .select2-choices .select2-search-choice {
  background: #4B98DC;
  border: none;
  color: white;
  line-height: 1.8;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 20px;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 20px;
}

.select2-container-multi .select2-search-choice-close,
.select2-container-multi .select2-search-choice-close:hover {
  background: url("../images/cross--white.png");
  display: block;
  width: 10px;
  height: 10px;
  top: 8px;
  left: 0;
  margin-left: auto;
  outline: none;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover,
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: 0;
}

.select2-results .select2-highlighted {
  background: #4B98DC;
}

.form-control.select2-container.select2-dropdown-open,
.select2-drop-active {
  border-color: #cccccc;
}

.select2-choices {
  box-shadow: none !important;
}

.warning-message {
  position: relative;
  padding: 10px;
  margin: 10px;
  line-height: 1.8;
  border-radius: 5px;
  background-color: #FDF7DF;
  border: 1px solid #FEEC6F;
  color: #C9971C;
}

.form-faker {
  position: relative;
  padding: 12px;
  display: block;
}

.prefer-icon {
  margin-right: 12px;
}

.prefer-icon-6px {
  margin-top: 6px;
}

.xdsoft_datetimepicker {
  box-shadow: 0 10px 45px -5px rgba(0, 0, 0, 0.18);
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #4b98dc;
}

.footer {
  border-top: 1px solid rgba(190, 193, 208, 0.34);
  color: #bec1d0;
  font-size: 13px;
  font-weight: 300;
  line-height: 32px;
  margin-top: 25px;
  padding: 20px 0 40px;
  text-align: right;
}
.footer img + img {
  margin-left: 30px;
}
.footer .copyright {
  white-space: nowrap;
}

.header-bar {
  background-color: white;
  margin: -20px 0 20px;
  padding: 20px 0;
  line-height: 41px;
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}
.header-bar h1 {
  display: inline-block;
  line-height: 34px;
  margin: 0 20px 0 0;
}
.header-bar.fixed {
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}
.header-bar.fixed + .container {
  margin-top: 94px;
}
.header-bar .buttons-container {
  position: relative;
}

.forest .header-bar {
  margin-bottom: 0;
}

.navbar-brand {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -1.5px;
}
.navbar-brand img {
  display: inline-block;
}
@media (max-width: 992px) {
  .navbar-brand {
    font-size: 21px;
    height: auto;
    margin-top: 4px;
  }
  .navbar-brand img {
    width: 35px;
    height: 35px;
    vertical-align: middle;
    position: relative;
    top: -2px;
  }
}

@media (min-width: 767px) {
  .navbar-header-forest {
    width: 100%;
  }
  .navbar-header-forest .navbar-toggle {
    display: block;
  }
}

.navbar-nav.navbar-right:last-child {
  margin-right: 0;
}

.navbar-nav > li.dropdown > a {
  border: 1px solid rgba(201, 207, 216, 0.5);
  color: #fff;
  font-weight: 400;
  line-height: 34px;
  margin-top: 18px;
  padding: 0 12px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.navbar-nav > li.dropdown > a:hover, .navbar-nav > li.dropdown > a:active, .navbar-nav > li.dropdown > a:focus {
  background-color: #4b98dc;
  border-color: #4b98dc;
  color: #fff;
}
.navbar-nav > li.dropdown.open > a, .navbar-nav > li.dropdown.open > a:hover, .navbar-nav > li.dropdown.open > a:active, .navbar-nav > li.dropdown.open > a:focus {
  background-color: #4b98dc;
  border-color: #4b98dc;
  color: #fff;
}
.navbar-nav > li.dropdown .dropdown-menu {
  margin-top: 12px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .navbar-nav > li.dropdown .dropdown-menu:before, .navbar-nav > li.dropdown .dropdown-menu:after {
    display: none;
  }
}
.navbar-nav > li > a {
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .navbar-nav > li > a {
    line-height: 42px;
  }
}

.navbar-default .navbar-toggle.btn-dark {
  height: 34px;
  padding: 5px 16px;
}
.navbar-default .navbar-toggle.btn-dark:hover {
  background-color: #242a35;
  color: white;
}

.navbar-fixed-bottom {
  background-color: #f3f5fc;
  border-top: 1px solid #c9cfd8;
}
.navbar-fixed-bottom .sticky-footer {
  padding: 12px 0;
  text-align: center;
}

.public header {
  text-align: center;
}
.public .navbar-brand {
  float: none;
  line-height: 72px;
}
.public .header-bar {
  text-align: center;
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
}

.zerostate-wrapper {
  text-align: center;
  margin-top: 10%;
}
.zerostate-wrapper .zerostate {
  margin-bottom: 25px;
}
.zerostate-wrapper .sorry {
  font-weight: 300;
  font-size: 30px;
  color: #565A65;
  line-height: 39px;
  text-align: center;
  margin-bottom: 25%;
}
.zerostate-wrapper .sorry .search_val {
  font-weight: 400;
}

.hidden-by-default {
  display: none;
}

html {
  height: 100%;
}

.forest-container {
  overflow-x: auto;
  padding: 10px 10px 20px 10px;
}

.step-1 [class*="step-"]:not(.step-1), .step-2 [class*="step-"]:not(.step-2),
.step-3 [class*="step-"]:not(.step-3), .step-4 [class*="step-"]:not(.step-4),
.step-5 [class*="step-"]:not(.step-5), .step-6 [class*="step-"]:not(.step-6) {
  display: none;
}

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

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
table thead th, table tbody td.heading, table tbody tr.heading td, .page-edit-terminal .panel .panel-heading {
  color: #323c4e;
  font-weight: 500;
  text-transform: uppercase;
}

table {
  background-color: white;
  border: 1px solid #c9cfd8;
  border-collapse: separate;
  width: 100%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
table .title, table .title label, table .title input[type='checkbox'].fancy-checkbox + label {
  font-size: 14px;
  color: #4b98dc;
  font-weight: bold;
}
table thead th, table tbody td, table tfoot td {
  border-bottom: 1px solid #dcdfe6;
  border-right: 1px solid #dcdfe6;
  color: #797f89;
  text-align: center;
  vertical-align: top;
}
table thead th.cell-highlighted, table tbody td.cell-highlighted, table tfoot td.cell-highlighted {
  background-color: #f1f7fd;
}
table thead th.cell-highlighted + .transparent-input, table tbody td.cell-highlighted + .transparent-input, table tfoot td.cell-highlighted + .transparent-input {
  background-color: #f1f7fd;
}
table thead th.cell-highlighted + .form-group.has-error, table tbody td.cell-highlighted + .form-group.has-error, table tfoot td.cell-highlighted + .form-group.has-error {
  background-color: white;
}
table thead th.cell-highlighted + .form-group.has-error + .controls, table tbody td.cell-highlighted + .form-group.has-error + .controls, table tfoot td.cell-highlighted + .form-group.has-error + .controls {
  background: none repeat scroll 0 0 rgba(254, 114, 102, 0.13);
  border: 1px solid #dec1c8;
  margin: -1px !important;
}
table thead th.cell-highlighted + .form-group.has-error + .transparent-input, table tbody td.cell-highlighted + .form-group.has-error + .transparent-input, table tfoot td.cell-highlighted + .form-group.has-error + .transparent-input {
  color: #f95041;
  background-color: transparent;
  border-radius: 0;
}
table thead th.cell-highlighted + .form-group.has-error + .transparent-input:focus, table tbody td.cell-highlighted + .form-group.has-error + .transparent-input:focus, table tfoot td.cell-highlighted + .form-group.has-error + .transparent-input:focus {
  border-color: #843534;
}
table thead th:first-child, table tbody td:first-child, table tfoot td:first-child {
  text-align: left;
}
table thead th.without-padding, table tbody td.without-padding, table tfoot td.without-padding {
  padding: 0 !important;
}
table tfoot tr:first-child td {
  border-top: 1px solid #dcdfe6 !important;
}
table tbody tr.toggleable {
  display: none;
}
table.table--small-paddings thead th, table.table--small-paddings tbody td, table.table--small-paddings tfoot td {
  padding: 20px 10px;
}
table.table--top thead th, table.table--top tbody td, table.table--top tfoot td {
  vertical-align: top;
}
table thead th {
  position: relative;
}
table thead th .finished, table thead th .active {
  background: #4fc183;
  display: block;
  height: 12px;
  position: absolute;
  right: 10px;
  top: 24px;
  width: 12px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
table thead th .active {
  background: #ff7367;
}
table thead:not(:first-child) th {
  border-top: 1px solid #dcdfe6;
}
table thead th, table tbody td.heading, table tbody tr.heading td {
  background-color: #f8f9fd;
  padding: 12px;
}
table thead th:first-child, table tbody td.heading:first-child, table tbody tr.heading td:first-child {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}
table thead th:last-child, table tbody td.heading:last-child, table tbody tr.heading td:last-child {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  border-right: none;
}
@media (min-width: 768px) {
  table thead th, table tbody td.heading, table tbody tr.heading td {
    padding: 20px;
  }
}
table tbody td.cell-link {
  cursor: pointer;
}
table tbody td.driver-changes span {
  color: #fd8379;
  display: inline-block;
  font-weight: 600;
  position: relative;
}
table tbody td.driver-changes span:before {
  background: url("../images/driverChanges.png");
  content: '';
  display: block;
  height: 12px;
  left: -30px;
  position: absolute;
  top: 5px;
  width: 26px;
}
table tbody.with-bottom-border tr:last-child td {
  border-bottom: 1px solid #dcdfe6;
}
table tfoot td {
  border-top: 1px solid #dcdfe6;
}
table tfoot.add-more tr td {
  border-top: none;
  padding: 0;
  position: relative;
}
table tfoot.add-more tr td a {
  display: block;
  padding: 14px 20px;
}
table tbody td, table tfoot td {
  padding: 8px 12px;
  vertical-align: middle;
}
table tbody td:last-child, table tfoot td:last-child {
  border-right: none;
}
@media (min-width: 768px) {
  table tbody td, table tfoot td {
    padding: 10px 20px;
  }
}
table tbody tr.total td, table tfoot tr.total td {
  border-right: none;
  color: #35383f;
  font-weight: 500;
}
table tbody tr:last-child td, table tfoot tr:last-child td {
  border-bottom: none;
}
table tbody tr.add-more-wrapper td:not(:last-child), table tfoot tr.add-more-wrapper td:not(:last-child) {
  border-right: none;
}
table tbody tr.add-more-wrapper td, table tfoot tr.add-more-wrapper td {
  border-top: none;
}
table tbody tr td.inline-elements-wrapper, table tfoot tr td.inline-elements-wrapper {
  line-height: 38px;
  padding: 0;
  text-align: left;
}
table tbody tr td.inline-elements-wrapper div, table tbody tr td.inline-elements-wrapper label, table tbody tr td.inline-elements-wrapper input, table tfoot tr td.inline-elements-wrapper div, table tfoot tr td.inline-elements-wrapper label, table tfoot tr td.inline-elements-wrapper input {
  display: inline-block;
}
table tbody tr td.inline-elements-wrapper.roles-wrapper, table tfoot tr td.inline-elements-wrapper.roles-wrapper {
  padding-top: 4px;
}
table tbody tr.warning td, table tfoot tr.warning td {
  background-color: #fcf8e3;
}
table tbody + tbody tr:first-child td {
  border-top: 1px solid #dcdfe6;
}
table.table-left thead th, table.table-left tbody td, table.table-left tfoot td {
  text-align: left;
}
table.no-top-border {
  border-top: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
table.no-bottom-border {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
table.no-top-radius, .possession-table:not(:first-of-type) table {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
table.no-bottom-radius {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
table.transparent {
  background-color: transparent;
  border-radius: 0px;
  border-left: 0px none;
  border-right: 0px none;
  border-color: #dcdfe6;
}
table.transparent tbody tr td:first-child {
  width: 20%;
  padding-left: 25px;
}
table.transparent tbody tr td:nth-child(2) {
  width: 10%;
}
table.transparent tbody tr td:nth-child(4),
table.transparent tbody tr td:nth-child(6) {
  width: 15%;
}
table.transparent tbody tr td {
  width: 13.33%;
}

.form-horizontal table tbody td .form-group {
  margin: 0;
}

.possession-table .possession-table-secondary {
  display: none;
}

.cell-delete-is-next {
  border-right: none;
}
.cell-delete-is-next + td {
  width: 50px;
}
.cell-delete-is-next + td a {
  color: #797f89;
  font-size: 16px;
  opacity: 0.5;
}
.cell-delete-is-next + td a:hover {
  opacity: 0.3;
}

.amounts-table .asteriskField {
  display: none;
}
.amounts-table label {
  margin-top: 6px;
  color: #798293;
  font-weight: 500;
}

.modal table thead th, .modal table tbody td, .modal table tfoot td {
  padding: 10px 12px;
}

#confirmation_form + .cell-highlighted, #confirmation_form .form-group {
  padding: 0;
  margin: 0;
}
#confirmation_form + .form-group input {
  height: 40px;
}

.page-acts-form #rows thead th {
  border-bottom: none;
}
.page-acts-form #rows thead th:first-child {
  border-bottom-left-radius: 4px;
}
.page-acts-form #rows thead th:last-child {
  border-bottom-right-radius: 4px;
}
.page-acts-form #rows tbody td, .page-acts-form #rows tfoot td {
  border-bottom: none;
  border-top: 1px solid #dcdfe6;
}

#certificates {
  border-top: 0;
}
#certificates tbody tr:not(.hide) td {
  border-top: 1px solid #dcdfe6;
}
#certificates tbody td {
  border-bottom: none;
}
#certificates .js-cert-delete .glyphicon {
  top: 3px;
}

.page-dashboard .navbar-default .link-dashboard > a,
.page-storages .navbar-default .link-storages > a,
.page-edit-terminal .navbar-default .link-storages > a,
.page-site-list .navbar-default .link-sites > a,
.page-site .navbar-default .link-sites > a,
.page-edit-site .navbar-default .link-sites > a,
.page-waybills .navbar-default .link-waybills > a,
.page-queries .navbar-default .link-queries > a {
  color: #4b98dc;
}

.page-dashboard .row + h2 {
  margin-top: 40px;
}

.page-login {
  display: table;
  height: 100%;
  margin: auto;
  max-width: 500px;
}
.page-login > .container {
  display: table-cell;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.page-login > .container .login-logo {
  margin: 20px 0 48px;
}
.page-login .role-header {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #565a65;
}
.page-login .role-table {
  border-left: 0px none;
  border-right: 0px none;
  border-radius: 0px;
  width: 130%;
  margin-left: -15%;
}
@media (max-width: 768px) {
  .page-login .role-table {
    margin-left: 0;
    width: 100%;
  }
}
.page-login .role-table td {
  padding: 0px;
  font-weight: 600;
  color: #384254;
}
.page-login .role-table td:hover {
  cursor: pointer;
  background-color: #F1F7FD;
}
.page-login .role-table td:hover .role-select .role-select-link {
  visibility: visible;
}
.page-login .role-table td .role-select {
  position: relative;
  line-height: 30px;
  margin-left: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-right: 120px;
}
@media (max-width: 768px) {
  .page-login .role-table td .role-select {
    padding-right: 60px;
  }
}
.page-login .role-table td .role-select .role-select-link {
  color: #4b98dc;
  float: right;
  visibility: hidden;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 23px;
  line-height: 0;
}
@media (max-width: 768px) {
  .page-login .role-table td .role-select .role-select-link {
    visibility: visible;
  }
  .page-login .role-table td .role-select .role-select-link .role-select-text {
    display: none;
  }
}
.page-login .role-table td .role-select .role-select-link img {
  margin-right: 5px;
}

.page-employees .tab-content {
  margin-top: 20px;
}
.page-employees .employee .btn.pull-right {
  margin-top: 6px;
}
.page-employees .employee .employee-name {
  display: inline-block;
  font-size: 15px;
  margin-bottom: 6px;
}
.page-employees .employee .text-muted + .text-muted {
  margin-left: 24px;
}
.page-employees .employee .activate {
  display: none;
}
.page-employees .employee .deactivate.btn {
  margin-right: 0;
}
.page-employees .employee.obsolete .employee-name, .page-employees .employee.obsolete .text-muted {
  opacity: 0.4;
}
.page-employees .employee.obsolete .activate {
  display: inline;
}
.page-employees .employee.obsolete .deactivate {
  display: none;
}
.page-employees #partner-select + .dropdown-menu {
  max-height: 300px;
  overflow-y: auto;
}

.page-edit-site .map-links {
  padding-left: 10px;
}
.page-edit-site .map-links a.light {
  font-size: 13px;
}
.page-edit-site .map-links a.light + a.light {
  margin-left: 25px;
}
.page-edit-site #employees .js-fancy-select-field table {
  border-radius: 0;
}
.page-edit-site #employees .rounded-bottom table {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.page-edit-site thead th, .page-edit-site tbody td, .page-edit-site tfoot td {
  padding: 20px 30px;
}
.page-edit-site thead th .form-group, .page-edit-site tbody td .form-group, .page-edit-site tfoot td .form-group {
  margin-top: -10px;
}
.page-edit-site .destination-alert {
  text-align: center;
  display: none;
  margin-top: 20px;
  margin-bottom: 0;
}
.page-edit-site .select-on-map-btn {
  margin-bottom: 10px;
}
.page-edit-site #destinations .no-top-border {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.page-edit-site .js-remove-formsetform {
  opacity: 0.3;
  margin-right: 15px;
}
.page-edit-site .js-remove-formsetform:hover {
  cursor: pointer;
}
.page-edit-site .inline-elements-wrapper .js-remove-formsetform {
  position: relative;
  top: 16px;
}
.page-edit-site input[type='checkbox'].fancy-checkbox.insideoutcheckbox + label {
  display: inline-block;
  padding: 0px 12px 0px 30px;
}
.page-edit-site .roles-wrapper {
  vertical-align: middle;
  padding-left: 20px;
}
.page-edit-site .table-files input {
  width: 80%;
}
.page-edit-site .table-files .js-remove-formsetform {
  top: 0;
  margin-right: 0;
}
.page-edit-site .table-files .form-group input {
  margin-top: -7px;
  margin-bottom: -7px;
}
.page-edit-site .table-files .title {
  border-right: none;
}
.page-edit-site .report-table .form-group label {
  position: relative;
  top: -5px;
}
.page-edit-site .report-table .js-remove-formsetform {
  margin-right: 30px;
}
.page-edit-site .glyphicon-minus-sign {
  color: #797f89 !important;
}
.page-edit-site .js-delete-site {
  margin-right: 10px;
}
.page-edit-site .hide-checkbox .checkbox {
  display: none;
}
.page-edit-site .js-make-attachment-obsolete {
  opacity: 0.3;
}
.page-edit-site .js-make-attachment-obsolete:hover {
  cursor: pointer;
}
.page-edit-site .attachment-confirmation {
  right: 55px;
}
.page-edit-site .attachment-row .title {
  position: relative;
}
.page-edit-site .attachment-row .title .glyphicon-minus-sign {
  position: absolute;
  right: 30px;
  top: 10px;
}
.page-edit-site.bottom-radius {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.page-edit-site .glyphicon-minus-sign--light {
  opacity: 0.3;
}
.page-edit-site .glyphicon-minus-sign--light:hover {
  cursor: pointer;
}
.page-edit-site ul.errorlist {
  color: #a94442;
  font-weight: bold;
  list-style: none;
  padding-left: 0;
}

.page-site .panel-form .panel-form-cell, .page-measuring-data .panel-form .panel-form-cell, .page-waybills .panel-form .panel-form-cell {
  padding-bottom: 15px;
}
.page-site .panel-form .panel-form-cell .row:not(:first-child), .page-measuring-data .panel-form .panel-form-cell .row:not(:first-child), .page-waybills .panel-form .panel-form-cell .row:not(:first-child) {
  margin-top: 8px;
}
.page-site .panel-form .panel-form-cell .row > div a, .page-measuring-data .panel-form .panel-form-cell .row > div a, .page-waybills .panel-form .panel-form-cell .row > div a {
  font-weight: 300;
  text-decoration: underline;
}
.page-site .panel-form .panel-form-cell .row > div a:hover, .page-site .panel-form .panel-form-cell .row > div a:focus, .page-measuring-data .panel-form .panel-form-cell .row > div a:hover, .page-measuring-data .panel-form .panel-form-cell .row > div a:focus, .page-waybills .panel-form .panel-form-cell .row > div a:hover, .page-waybills .panel-form .panel-form-cell .row > div a:focus {
  text-decoration: none;
}
.page-site .panel-form .panel-form-cell .row > div:first-child, .page-measuring-data .panel-form .panel-form-cell .row > div:first-child, .page-waybills .panel-form .panel-form-cell .row > div:first-child {
  color: #384254;
  font-weight: 500;
  text-align: right;
}
@media (max-width: 768px) {
  .page-site .panel-form .panel-form-cell .row > div:first-child, .page-measuring-data .panel-form .panel-form-cell .row > div:first-child, .page-waybills .panel-form .panel-form-cell .row > div:first-child {
    text-align: left;
  }
}
.page-site .panel-form .panel-form-cell .row > div:last-child, .page-measuring-data .panel-form .panel-form-cell .row > div:last-child, .page-waybills .panel-form .panel-form-cell .row > div:last-child {
  color: #797f89;
  font-weight: 300;
  text-align: left;
}
.page-site .panel-form .panel-form-cell:first-child, .page-measuring-data .panel-form .panel-form-cell:first-child, .page-waybills .panel-form .panel-form-cell:first-child {
  width: 50%;
}
.page-site .panel-form .panel-form-cell:last-child, .page-measuring-data .panel-form .panel-form-cell:last-child, .page-waybills .panel-form .panel-form-cell:last-child {
  width: 50%;
}

.page-site .panel-form .panel-form-cell:first-child {
  width: 40%;
}
.page-site .panel-form .panel-form-cell:last-child {
  width: 60%;
}
.page-site .panel-form .panel-form-cell:last-child .row > div:last-child {
  color: #797f89;
  font-weight: 300;
  text-align: left;
}
.page-site .panel-form .panel-form-cell:last-child .row:first-child > div:last-child {
  font-weight: 700;
}
.page-site #overview table thead th:first-child {
  width: 20%;
}
.page-site #overview table thead th:nth-child(2) {
  width: 10%;
}
.page-site #overview table thead th:nth-child(4),
.page-site #overview table thead th:nth-child(6) {
  width: 15%;
}
.page-site #overview table thead th {
  width: 13.33%;
}
.page-site #overview table.cuttings thead th:first-child {
  width: 30%;
}
.page-site #overview table.cuttings thead th:nth-child(2),
.page-site #overview table.cuttings thead th:nth-child(4) {
  width: 28.33%;
}
.page-site #overview table.cuttings thead th:nth-child(3) {
  width: 13.33%;
}
.page-site #overview table.cuttings thead th, .page-site #overview table.cuttings tbody td {
  text-align: center;
}
.page-site #overview table.cuttings tbody td.cell-link {
  position: relative;
}
.page-site #overview table.cuttings tbody td.cell-link .edit {
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
}
.page-site #overview table.cuttings tbody td.cell-link .edit .glyphicon {
  margin: 0;
}
.page-site table a.edit-amounts {
  color: #797f89;
  font-weight: 400;
}
.page-site table .get-changes {
  margin-left: 4px;
}
.page-site .modal table thead > tr > th {
  white-space: nowrap;
}
.page-site #documents {
  border-top: 1px solid #dcdfe6;
}
.page-site #documents table {
  margin-bottom: 20px;
}
.page-site #documents table tbody tr td .form-group {
  margin: 0;
  padding-top: 2px;
}
.page-site #documents table tbody tr:last-child td {
  border-bottom: 1px solid #dcdfe6;
}
.page-site #documents table.report-receivers tbody tr td .form-group.has-error .help-block {
  display: none;
}
.page-site #documents a img {
  margin-right: 10px;
  opacity: 0.9;
  vertical-align: baseline;
}
.page-site #documents a:hover img {
  opacity: 1;
}
.page-site #documents .fancy-checkbox + label {
  float: left;
  padding-right: 0;
}
.page-site #documents .add-new .remove-checkbox + label {
  margin-top: 10px;
}
.page-site #documents .send-mail {
  margin-left: 10px;
}
.page-site #documents .send-mail.disabled {
  color: #dcdfe6;
}
.page-site #documents .send-mail.disabled:hover {
  text-decoration: none;
  cursor: default;
}
.page-site #documents .send-mail.disabled img {
  visibility: hidden;
}
.page-site #documents .report-receivers td:last-of-type {
  text-align: left;
}
.page-site #documents .report-receivers td:last-of-type .remove-checkbox + label {
  margin-top: 14px;
}
.page-site #documents .report-receivers .fancy-checkbox + label {
  margin-right: 20px;
}
.page-site #transactions .panel-overview {
  font-size: 20px;
}
.page-site #transactions .panel-overview .panel-body {
  padding: 30px;
}
.page-site #transactions .panel-overview .panel-body .row > .text-center {
  white-space: nowrap;
}
.page-site #transactions .panel-overview .label {
  display: inline-block;
  font-size: 24px;
  margin-top: 8px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
.page-site #transactions table th:first-child {
  width: 20%;
}
.page-site #transactions table th:nth-child(3),
.page-site #transactions table th:nth-child(4) {
  width: 15%;
}
.page-site #transactions table tr:not(:last-child):hover {
  background-color: #F1F7FD;
}
.page-site #transactions table tr:not(:last-child):hover .delete_transaction {
  visibility: visible;
  cursor: pointer;
}
.page-site #transactions table tr.total td:last-child {
  padding-right: 30px;
}
.page-site #transactions table .delete_transaction {
  color: #bec1d0;
  visibility: hidden;
}
.page-site #transactions table td {
  vertical-align: top;
}
.page-site #transactions table .cell-delete-is-next {
  padding-right: 0;
}
.page-site #transactions table .cell-delete-is-next + td, .page-site #transactions table .cell-delete-is-next + th {
  padding-left: 0;
  padding-right: 0;
  width: 30px;
}
.page-site #transactions .add-object a {
  color: #4b98dc;
  font-size: 15px;
  font-weight: 600;
}
.page-site #transactions .comment-wrapper .col-xs-9 {
  width: 87.5%;
}
.page-site #transactions .comment-wrapper .col-xs-3 {
  width: 12.5%;
}
.page-site #transactions #transaction-modal .file-input-container {
  width: 100%;
}
.page-site #transactions #transaction-modal .transaction-attachments .form-group {
  margin-bottom: 0;
}
.page-site #transactions #transaction-modal .modal-footer {
  line-height: 41px;
}
.page-site #sendDocumentsModal .asteriskField {
  display: none;
}

.page-destinations .modal-header,
.page-destinations .modal-body {
  border-top: none;
  border-bottom: 1px solid #dcdfe6;
}

.page-destination-form .select-on-map-btn {
  display: block;
  margin-bottom: 10px;
}

.page-storages table thead th {
  white-space: nowrap;
}
.page-storages table p {
  font-size: 13px;
  color: #bec1d0;
  margin-bottom: 0px;
}
.page-storages table > tbody > tr:hover > td.cell-highlighted {
  background-color: #f1f7fd;
}
.page-storages table > tbody > tr.total:hover > td {
  background: none;
}
.page-storages .storages-sites table tbody tr td:first-child {
  width: 26%;
}
.page-storages .storages-sites table tbody tr td:nth-child(2) {
  width: 10%;
}
.page-storages .storages-sites table tbody tr td:nth-child(4),
.page-storages .storages-sites table tbody tr td:nth-child(6) {
  width: 12%;
}
.page-storages .storages-sites table tbody tr td {
  width: 13.33%;
}
.page-storages table.cuttings tbody tr td {
  width: 20%;
}
.page-storages .terminal-table > tbody > tr > td, .page-storages .terminal-table > thead > tr > th {
  border-right: none;
}
.page-storages .storages-sites table > tbody > tr > td.cell-highlighted {
  background-color: #f1f7fd;
  cursor: pointer;
  color: #4b98dc;
  font-weight: 500;
}
.page-storages .storages-sites table > tbody > tr > td.cell-highlighted:hover {
  color: #2472b7;
}
.page-storages > tbody > tr.total:hover > td {
  background: none;
}
.page-storages .modal-dialog .modal-body table td:last-child {
  font-weight: 500;
}
.page-storages .zerostate-wrapper {
  text-align: center;
  margin-top: 10%;
}
.page-storages .zerostate-wrapper .zerostate {
  margin-bottom: 25px;
}
.page-storages .zerostate-wrapper .sorry {
  font-weight: 300;
  font-size: 30px;
  color: #565A65;
  line-height: 39px;
  text-align: center;
  margin-bottom: 25%;
}
.page-storages .zerostate-wrapper .sorry .search_val {
  font-weight: 400;
}
.page-storages table.waybills td:last-child {
  font-weight: 500;
}
.page-storages .download-excel {
  line-height: 36px;
}
.page-storages .list-group-item {
  color: #bec1d0;
}
.page-storages .list-group-item .btn {
  margin-top: 5px;
}
.page-storages .list-group-item .elvis-icon, .page-storages .list-group-item .evr-icon {
  margin-top: -2px;
}
.page-storages #terminalModal .filters {
  border-top: none;
  padding-top: 0;
}
.page-storages #terminalModal .filters .rounded-search {
  margin-right: 20px;
}
.page-storages #terminalModal table {
  margin: 0 0 20px;
}
.page-storages #terminalModal table thead th, .page-storages #terminalModal table tbody td {
  border-right: 1px solid #dcdfe6;
  text-align: left;
}
.page-storages #terminalModal table thead th:last-child, .page-storages #terminalModal table tbody td:last-child {
  border-right: none;
  text-align: center;
}
.page-storages .terminal-table th:last-child {
  width: 20%;
}
.page-storages .terminal-table tbody tr td a {
  padding: 10px;
}
.page-storages .terminal-table tbody tr:not(.total) td {
  cursor: pointer;
}

.page-waybills .filters {
  border: none;
  padding-top: 0;
}
.page-waybills .panel-default {
  padding-top: 61px;
  position: relative;
}
.page-waybills .panel-default .panel-heading {
  color: #35383f;
  font-weight: 500;
  left: 0;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  z-index: 10;
}
.page-waybills .panel-default .list-group {
  height: 390px;
  overflow-y: auto;
}
.page-waybills .panel-default .list-group .list-group-item {
  color: #bec1d0;
}
.page-waybills .panel-default .list-group .list-group-item .list-group-item-heading {
  color: #565a65;
  font-size: 15px;
  font-weight: 500;
}
.page-waybills .panel-default .list-group .list-group-item .list-group-item-heading.no-results {
  padding: 9px 0 8px;
}
.page-waybills .panel-default .list-group .list-group-item .list-group-item-heading .elvis-icon, .page-waybills .panel-default .list-group .list-group-item .list-group-item-heading .evr-icon {
  margin-top: -6px;
}
.page-waybills .panel-default .list-group .list-group-item .list-group-item-text {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding-right: 80px;
}
.page-waybills .panel-default .list-group .list-group-item.loading {
  border: none;
  height: 100%;
}
.page-waybills .panel-default .list-group .list-group-item.loading .spinner {
  margin: 160px auto 0;
}
.page-waybills .panel-default .panel-footer {
  background-color: white;
  bottom: 0;
  display: none;
  font-size: 15px;
  font-weight: 500;
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  z-index: 10;
}
.page-waybills .panel-default .panel-footer a {
  color: #bec1d0;
  display: block;
  padding: 10px 14px;
  text-align: center;
  text-decoration: underline;
  text-transform: uppercase;
}
.page-waybills .panel-default .panel-footer a:hover {
  color: #797f89;
}
.page-waybills .panel-default .panel-footer:before {
  bottom: 40px;
  content: "";
  height: 10px;
  left: 0;
  opacity: 0.5;
  right: 0;
  position: absolute;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOWNmZGIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #c9cfdb));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), #c9cfdb);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), #c9cfdb);
  background-image: linear-gradient(rgba(255, 255, 255, 0), #c9cfdb);
}
.page-waybills .panel-default.has-more {
  padding-bottom: 41px;
}
.page-waybills .panel-default.has-more .list-group {
  height: 350px;
}
.page-waybills .panel-default.has-more .panel-footer {
  display: block;
}
.page-waybills .waybill-status-icon {
  margin-right: -10px;
  margin-top: -36px;
  padding: 10px;
}
.page-waybills .act-icon {
  float: right;
  margin-top: -28px;
}
.page-waybills .act-icon.right-margin {
  margin-right: 30px;
}
.page-waybills .act-icon ~ .act-icon.right-margin {
  margin-right: 60px;
}
.page-waybills .waybill-popup-wrapper .insert-data-wrapper {
  background: none repeat scroll 0 0 white;
  border: 1px solid #c9cfd8;
  border-radius: 4px;
  display: none;
  padding: 8px;
  position: absolute;
  right: 35px;
  top: 5px;
}
.page-waybills .waybill-popup-wrapper .btn {
  padding: 4px 8px;
}
.page-waybills .waybill-popup-wrapper .triangle {
  width: 7px;
  height: 7px;
  display: inline-block;
  background-color: white;
  position: absolute;
  left: 98%;
  top: 42%;
  border-top: 1px solid #bec1d0;
  border-right: 1px solid #bec1d0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-waybills .waybill-popup-wrapper:hover {
  cursor: pointer;
}
.page-waybills .waybill-popup-wrapper:hover .insert-data-wrapper {
  display: block;
}
.page-waybills label .filter {
  background: none;
  border: none;
  color: #4b98dc;
  padding-right: 0;
  min-width: 170px;
}
.page-waybills label .filter:hover {
  cursor: pointer;
}
.page-waybills label .filter:focus {
  outline: none;
}
.page-waybills label .filter:focus + .arrow {
  background: url("../select2/select2.png") 45% 25% no-repeat;
}
.page-waybills label .arrow {
  display: inline-block;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url("../select2/select2.png") 10% 25% no-repeat;
  margin-left: -10px;
}
.page-waybills .daterangepicker {
  width: 190px;
}
.page-waybills .daterangepicker.show-calendar {
  width: 682px;
}

.page-waybill .middle-title {
  text-align: center;
  text-transform: uppercase;
}

.page-waybill .native-select, .page-work-log .native-select {
  background: white;
  border: 1px solid #c9cfd8;
  color: #bec1d0;
  font-size: 15px;
  margin-bottom: 8px;
  padding: 12px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.page-waybill .native-select span, .page-work-log .native-select span {
  color: #565a65;
  font-weight: 500;
}
.page-waybill .native-select img, .page-work-log .native-select img {
  margin-top: 6px;
}
.page-waybill .native-select select, .page-work-log .native-select select {
  color: #565a65;
}

.page-acts-form .footer-fields .control-label, .page-acts-form #div_id_service .control-label {
  padding-right: 0;
  text-align: left;
  width: 125px;
}
.page-acts-form .footer-fields .controls, .page-acts-form #div_id_service .controls {
  width: 275px;
}
.page-acts-form #div_id_tax_rate .controls.col-md-7 {
  float: right;
}
.page-acts-form #possession-table .has-error .help-block {
  display: none;
}
.page-acts-form #rows tbody td:first-child .transparent-input {
  text-align: left;
}
.page-acts-form #rows tbody td:last-child {
  font-weight: 500;
  white-space: nowrap;
}
.page-acts-form .payment {
  font-weight: 300;
}
.page-acts-form .payment p {
  margin: 0;
  padding-right: 20px;
}
.page-acts-form .payment p > span {
  display: inline-block;
  min-width: 100px;
}
.page-acts-form .payment p:last-child {
  font-weight: 400;
}
.page-acts-form #amount-sum {
  padding-bottom: 12px;
}
.page-acts-form .act-form-assortments, .page-acts-form .act-form-expenses {
  margin-bottom: 20px;
}
.page-acts-form .act-form-assortments:not(.act-form-assortments--appendix) .appendix-only {
  display: none;
}
.page-acts-form .not-visible {
  visibility: hidden;
}
.page-acts-form .waybill-notice {
  font-size: 90%;
  color: #f0ad4e;
}

.page-storage table .alert {
  border-radius: 0px;
}

.page-work-log .panel .panel-header p.panel-title,
.page-work-log .panel .panel-body p.panel-title, .page-storage .panel .panel-header p.panel-title,
.page-storage .panel .panel-body p.panel-title {
  color: #384254;
  font-size: 14px;
}
.page-work-log .panel .panel-header p.panel-content,
.page-work-log .panel .panel-body p.panel-content, .page-storage .panel .panel-header p.panel-content,
.page-storage .panel .panel-body p.panel-content {
  color: #797f89;
  font-weight: 700;
  margin-bottom: 0;
}
.page-work-log #accordion .panel-header, .page-storage #accordion .panel-header {
  padding: 15px;
}
.page-work-log #accordion .panel-body, .page-storage #accordion .panel-body {
  border-top: 1px solid #c9cfd8;
}
.page-work-log #accordion .coordinates, .page-storage #accordion .coordinates {
  text-align: right;
}
.page-work-log #accordion .coordinates a, .page-storage #accordion .coordinates a {
  display: block;
}
.page-work-log #accordion .coordinates a + a, .page-storage #accordion .coordinates a + a {
  margin-top: 10px;
}
.page-work-log #accordion .coordinates a img, .page-storage #accordion .coordinates a img {
  padding-left: 10px;
}
.page-work-log #accordion .coordinates a:hover, .page-storage #accordion .coordinates a:hover {
  text-decoration: none;
  color: #8e9199;
}
.page-work-log #accordion a#js-collapse-link, .page-storage #accordion a#js-collapse-link {
  float: right;
  margin-right: 10px;
  margin-top: 10px;
  color: #4b98dc;
  font-weight: 400;
}
.page-work-log #accordion a#js-collapse-link img, .page-storage #accordion a#js-collapse-link img {
  margin-left: 6px;
}
.page-work-log table tbody tr td:first-child, .page-work-log table tbody tr td:last-child, .page-storage table tbody tr td:first-child, .page-storage table tbody tr td:last-child {
  width: 50%;
}

.page-work-log table tbody tr td .form-group, .page-waybill-accept table tbody tr td .form-group {
  margin: 0;
}
.page-work-log table tbody tr td .form-group input, .page-waybill-accept table tbody tr td .form-group input {
  height: auto;
  line-height: 40px;
  width: 100%;
}
.page-work-log table tbody tr td .form-group.has-error, .page-waybill-accept table tbody tr td .form-group.has-error {
  background: rgba(254, 114, 102, 0.13);
  border: 1px solid #dec1c8;
  margin: -1px;
}
.page-work-log table tbody tr td .form-group.has-error input, .page-work-log table tbody tr td .form-group.has-error input:focus, .page-waybill-accept table tbody tr td .form-group.has-error input, .page-waybill-accept table tbody tr td .form-group.has-error input:focus {
  background: transparent;
  color: #f95041;
  height: auto;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page-work-log table tbody tr td .form-group.has-error .help-block, .page-waybill-accept table tbody tr td .form-group.has-error .help-block {
  display: none;
}
.page-work-log table tbody tr td:last-child, .page-waybill-accept table tbody tr td:last-child {
  padding: 0;
}
.page-work-log .middle-title, .page-waybill-accept .middle-title {
  text-align: center;
  text-transform: uppercase;
}
.page-work-log .huge-number-input-wrapper .form-group, .page-waybill-accept .huge-number-input-wrapper .form-group {
  margin-bottom: 0;
}
.page-work-log .huge-number-input-wrapper input, .page-waybill-accept .huge-number-input-wrapper input {
  height: 47px;
  font-size: 20px;
}
.page-work-log .no-padding, .page-waybill-accept .no-padding {
  padding: 0;
}
.page-work-log .no-padding .controls, .page-waybill-accept .no-padding .controls {
  padding: 13px 17px;
}
.page-work-log .no-padding .has-error, .page-waybill-accept .no-padding .has-error {
  background: rgba(254, 114, 102, 0.13);
  border: 1px solid #dec1c8;
  margin: -1px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.page-work-log .no-padding .has-error input, .page-waybill-accept .no-padding .has-error input {
  color: #f95041;
}
.page-work-log .no-padding .help-block, .page-waybill-accept .no-padding .help-block {
  display: none;
}

.page-work-log .alert-danger .errorlist {
  list-style-type: none;
  padding: 0;
}
.page-work-log table tfoot tr td {
  color: #bec1d0;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}
.page-work-log table tfoot tr td:hover, .page-work-log table tfoot tr td:focus {
  color: #797f89;
}

.page-work-log-confirm .list-group .list-group-item .confirm-title, .page-work-log-confirm .list-group .list-group-item .confirm-total, .page-work-log-confirmed .list-group .list-group-item .confirm-title, .page-work-log-confirmed .list-group .list-group-item .confirm-total {
  font-weight: 500;
  text-transform: uppercase;
}
.page-work-log-confirm .list-group .list-group-item .confirm-value, .page-work-log-confirmed .list-group .list-group-item .confirm-value {
  color: #797f89;
}

.page-work-log-confirmed .confirmed {
  color: #4fc183;
  font-size: 21px;
  margin-bottom: 18px;
  margin-top: 24px;
  text-align: center;
}
.page-work-log-confirmed .confirmed + .confirmed {
  margin-bottom: 24px;
  margin-top: 0;
}

.with-fixed-footer {
  padding-bottom: 72px;
}

.with-double-fixed-footer {
  padding-bottom: 121px;
}

.js-zero-case .kuuse-wrapper {
  margin-top: 20%;
  margin-bottom: 50px;
  text-align: center;
}
.js-zero-case .sorry {
  font-family: Roboto;
  font-weight: 300;
  font-size: 30px;
  color: #565A65;
  line-height: 39px;
  text-align: center;
  margin-bottom: 30%;
}
.js-zero-case .sorry .search_val {
  font-weight: 400;
}

.forest h2 {
  margin-top: 0px;
}
.forest h2 a {
  color: #565a65;
  font-weight: inherit;
}
.forest h2 a:hover, .forest h2 a:focus {
  text-decoration: none;
}
.forest .forest-network-error {
  text-align: center;
  color: #ff7367;
}
.forest .work-total {
  text-align: center;
  font-weight: 500;
  color: #797f89;
  font-size: 19px;
}
.forest .forest-panel-wrapper + div {
  margin-top: 20px;
}

.timeline-loading {
  height: 200px;
  padding-top: 70px;
}

.page-measuring-data .panel-form .row {
  margin-bottom: 10px;
}
.page-measuring-data .panel-form .row div {
  font-weight: 300;
}
.page-measuring-data .form-group {
  margin: 0;
}
.page-measuring-data .cell-highlighted:not(th) {
  padding: 0;
}
.page-measuring-data .cell-highlighted, .page-measuring-data .cell-highlighted input {
  color: #4b98dc;
}
.page-measuring-data .cell-highlighted ::-webkit-input-placeholder {
  color: #4b98dc;
}
.page-measuring-data .cell-highlighted :-moz-placeholder {
  color: #4b98dc;
}
.page-measuring-data .cell-highlighted ::-moz-placeholder {
  color: #4b98dc;
}
.page-measuring-data .cell-highlighted :-ms-input-placeholder {
  color: #4b98dc;
}
.page-measuring-data .form-group {
  padding: 10px 20px;
}
.page-measuring-data .acceptor .form-group {
  padding: 0;
}
.page-measuring-data .acceptor .has-error {
  background: none;
}
.page-measuring-data .acceptor .has-error .help-block {
  display: block;
}
.page-measuring-data .has-error {
  background: rgba(254, 114, 102, 0.13);
}
.page-measuring-data .has-error .help-block {
  display: none;
}
.page-measuring-data tr:last-of-type .cell-highlighted {
  border-bottom-right-radius: 4px;
}
.page-measuring-data button[type="submit"] {
  font-size: 16px;
  border-radius: 4px;
  margin-top: 20px;
  padding-left: 35px;
  padding-right: 35px;
}

.page-queries .download-excel {
  margin-top: -48px;
}

.success-page .success-wrapper,
.success-page .error-wrapper,
.error-page .success-wrapper,
.error-page .error-wrapper {
  text-align: center;
}
.success-page .success-picture,
.error-page .success-picture {
  margin-top: 80px;
  margin-left: 2%;
}
.success-page .error-picture,
.error-page .error-picture {
  margin-top: 80px;
  margin-left: 4%;
}
.success-page .success-message,
.success-page .error-message,
.error-page .success-message,
.error-page .error-message {
  font-weight: 300;
  font-size: 30px;
  color: #565A65;
  margin-bottom: 100px;
}
.success-page .error-message-small,
.error-page .error-message-small {
  font-size: 14px;
}
.success-page h1,
.error-page h1 {
  margin: 0;
}

.page-site-list .header-bar a:last-of-type {
  margin-right: 10px;
}
.page-site-list table {
  border: 0 none;
  border-radius: 0;
}
.page-site-list table tr {
  border-bottom: none;
}
.page-site-list table tr td {
  padding: 0px;
  border-right: 0px none;
}
.page-site-list table tr td:first-child {
  width: 80px;
}
.page-site-list table tr td:nth-child(2) {
  text-align: left;
}
.page-site-list table tr td .input-group {
  width: 295px;
  margin-left: 8px;
}
.page-site-list table tr td .input-group .input-group-addon {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #FFFFFF;
  color: #BFC2D1;
}
.page-site-list table tr td .input-group .form-control {
  border-left: 0px none;
  border-radius: 0px 20px 20px 0px !important;
  font-size: 13px;
  font-weight: 500;
  box-shadow: none;
  padding-left: 0px;
  height: 38px;
}
.page-site-list table tr td .input-group .form-control:focus {
  box-shadow: none;
  border-color: #CCC;
}
.page-site-list .sites .sites-list {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.page-site-list .sites .sites-list li {
  display: block;
  background: #FFF;
  border-top: 1px solid #D7D7D7;
  border-left: 1px solid #D7D7D7;
  border-right: 1px solid #D7D7D7;
}
.page-site-list .sites .sites-list li table {
  border: 0px none;
}
.page-site-list .sites .sites-list li table td {
  border-right: 0px none;
}
.page-site-list .sites .sites-list li table .list-buttons {
  width: 30%;
  text-align: right;
}
.page-site-list .sites .sites-list li h5 {
  margin: 7px 0px 0px 14px;
}
.page-site-list .sites .sites-list li .site-subheader {
  margin-left: 14px;
  padding-bottom: 10px;
  font-size: 13px;
  color: #BEC1D0;
  margin-top: -3px;
}
.page-site-list .sites .sites-list li:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.page-site-list .sites .sites-list li:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom: 1px solid #D7D7D7;
}
.page-site-list .sites .view-all {
  padding-top: 25px;
  display: block;
  color: #4B98DC;
  font-weight: 500;
  text-decoration: underline;
  padding-bottom: 5px;
}
.page-site-list .sites .view-all:hover {
  cursor: pointer;
  color: #3e83c0;
}
.page-site-list .sites .js-inactive-list {
  display: none;
}
.page-site-list .sites .js-inactive-list .inactive-header {
  padding-top: 26px;
}
.page-site-list .sites .lock-icon:after {
  font-family: 'Glyphicons Halflings';
  content: "\e033";
  margin-left: 5px;
  color: #FF7367;
}
.page-site-list .nav-pills {
  margin-top: 20px;
}

.page-edit-terminal .toggleable {
  display: none;
}
.page-edit-terminal .panel table {
  border: none;
}
.page-edit-terminal .panel .panel-heading {
  padding-left: 20px;
}

body.public table tbody tr:last-child td {
  border-bottom: 1px solid #dcdfe6;
}
body.public .toggleable {
  display: none;
}
