﻿html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover {
  color: #23527c;
  text-decoration: underline;
}
/*a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}*/
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.checkbox-holder {
  float: left;
  margin-top: 8px;
}
.cbx {
  position: relative;
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
  user-select: none;
}
.cbx:before {
  content: '';
  position: relative;
  float: left;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border: 1px solid #767B7F;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.cbx:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 7px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #f6941d;
  border-bottom: 2px solid #f6941d;
  transform: rotate(25deg) scale(0.2);
  transition: all 0.2s ease;
  opacity: 0;
}
.cbx-inp {
  display: none;
}
.cbx-label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  color: #767B7F;
  line-height: 20px;
}
.cbx:hover:before {
  border-color: #767B7F;
}
.cbx-inp:checked + .cbx:before {
  border-color: #767B7F;
}
.cbx-inp:checked + .cbx:after {
  transform: rotate(40deg) scale(1);
  opacity: 1;
}
/*.cbx-inp:checked + .cbx:hover:before {
    background: @fifth-color;
}*/
@media screen and (min-width: 768px) {
  .cbx-inp:checked + .cbx:hover:before {
    animation: cbx-bg 0.3s ease forwards;
    animation-delay: 2s;
  }
}
@media screen and (min-width: 768px) {
  .cbx-inp:checked + .cbx:hover:after {
    animation: shake 0.35s ease;
    animation-delay: 2s;
    animation-iteration-count: infinite;
  }
}
.full-tbl {
  display: table;
  width: 100%;
  height: 100%;
}
.tbl-cell {
  display: table-cell;
}
.v-mid {
  vertical-align: middle;
}
@-moz-keyframes shake {
  50% {
    transform: rotate(30deg);
  }
}
@-webkit-keyframes shake {
  50% {
    transform: rotate(30deg);
  }
}
@-o-keyframes shake {
  50% {
    transform: rotate(30deg);
  }
}
@keyframes shake {
  50% {
    transform: rotate(30deg);
  }
}
.row {
  margin-left: -5px;
  margin-right: -5px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1009px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1009px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1009px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1009px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1010px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1010px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1010px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1010px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1009px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1010px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
body {
  font-family: 'Montserrat', sans-serif;
  color: #1a0c0c;
  background: #f5f7f8;
}
a {
  /*color: @link-color;*/
  color: #f6941d;
}
:focus {
  outline: none;
}
input {
  outline: none;
}
img {
  max-width: 100%;
}
/*.wrapper {
    max-width: 1920px;
    overflow-x: hidden;
}*/
.body-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: none;
  z-index: 9999;
}
.content {
  float: left;
  width: calc(100% - 70px);
  min-height: calc(100vh - 70px);
  background: #f5f7f8;
  background: #ddd;
  margin-left: 70px;
  height: 100%;
  padding-bottom: 25px;
}
.container {
  float: left;
  width: 100%;
  padding: 0 30px;
}
.k-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.k-tabs-inner {
  padding: 30px 0;
  float: left;
  width: 100%;
}
.panel {
  width: 100%;
  display: table;
  float: left;
  background: #ffffff;
  padding: 30px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
}
.panel.empty {
  min-height: 98px;
}
.panel.grey {
  background: #ccc;
  background: #ececec;
}
.panel .panel-title {
  float: left;
  width: 100%;
  font-size: 12px;
  text-transform: uppercase;
}
.panel .panel-title-large {
  float: left;
  width: 100%;
  font-size: 24px;
}
.panel .panel-sub-title {
  float: left;
  width: 100%;
}
.panel .k-checkbox-holder {
  margin: 2px 0 0 15px;
}
.window-title {
  float: left;
  width: 100%;
  display: table;
  font-size: 20px;
  margin-bottom: 15px;
}
.k-holder {
  width: 100%;
  display: table;
  float: left;
  margin-top: 10px;
}
.k-checkbox-holder {
  display: inline-block;
  margin: 0 0 15px 0;
}
.k-checkbox-holder.with-top {
  margin-top: 30px;
}
.warning-text {
  float: left;
  width: 100%;
  color: #d84738;
  font-size: 12px;
  margin-bottom: 15px;
}
.clear-all {
  clear: both;
}
.k-button.k-state-focused,
.k-button:focus,
.k-split-button:focus {
  box-shadow: none;
}
.input-holder {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.input-holder.no-style {
  float: none;
  width: auto;
  margin: 0;
}
.input-holder.no-margin {
  margin: 0;
}
.input-holder.no-label {
  margin-top: 20px;
}
.input-holder label {
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 3px;
}
.input-holder input:not(.k-textbox) {
  float: left;
  max-width: 300px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #767b7f;
  padding: 0 10px;
  height: 38px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*&:focus {
            border-color: #4baed0;
            color: #4baed0;
            box-shadow: 0 0 10px 0px rgba(75, 174, 208, .4);
        }*/
  /*&.required {
            border-color: #d84738;
            color: #d84738;
            box-shadow: 0 0 10px 0px rgb(216, 71, 56);
        }*/
}
.input-holder input:not(.k-textbox)::-webkit-input-placeholder {
  color: #767B7F;
}
.input-holder input:not(.k-textbox)::-moz-placeholder {
  color: #767B7F;
}
.input-holder input:not(.k-textbox):-ms-input-placeholder {
  color: #767B7F;
}
.input-holder input:not(.k-textbox):-moz-placeholder {
  color: #767B7F;
}
.input-holder textarea {
  float: left;
  max-width: 300px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 180px;
  resize: vertical;
  /*&:focus {
            border-color: #4baed0;
            color: #4baed0;
            box-shadow: 0 0 10px 0px rgba(75, 174, 208, .4);
        }*/
}
.input-holder textarea::-webkit-input-placeholder {
  color: #767B7F;
}
.input-holder textarea::-moz-placeholder {
  color: #767B7F;
}
.input-holder textarea:-ms-input-placeholder {
  color: #767B7F;
}
.input-holder textarea:-moz-placeholder {
  color: #767B7F;
}
.input-holder select {
  float: left;
  max-width: 300px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #767b7f;
  padding: 10px;
  height: 38px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*&:focus {
            border-color: #4baed0;
            color: #4baed0;
            box-shadow: 0 0 10px 0px rgba(75, 174, 208, .4);
        }*/
}
.input-holder select::-webkit-input-placeholder {
  color: #767B7F;
}
.input-holder select::-moz-placeholder {
  color: #767B7F;
}
.input-holder select:-ms-input-placeholder {
  color: #767B7F;
}
.input-holder select:-moz-placeholder {
  color: #767B7F;
}
.standalone-search {
  margin: 30px 0;
}
.k-checkbox-label,
.k-radio-label {
  padding-left: 28px;
}
.callout {
  display: table;
  margin: 0 auto 15px auto;
  height: 56px;
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  color: #d84738;
  border: 1px solid #d84738;
  background: #f7d9d6;
  border-radius: 4px;
  width: 400px;
}
.reset-col-padding {
  padding: 0 !important;
}
.required--invalid {
  border-color: red !important;
}
.required--invalid span {
  border-color: red !important;
}
.primary-button {
  padding: 0 20px;
  height: 38px;
  background: #f6941d;
  border: none;
  border-bottom: 3px solid #ce6c00;
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.6);
  display: inline-block;
  line-height: 38px;
}
.primary-button:hover {
  text-decoration: none;
  color: #ffffff;
  background: #e28009;
  border-bottom: 3px solid #ba5800;
}
.secondary-button {
  padding: 0 20px;
  height: 38px;
  background: #f6941d;
  border: none;
  border-bottom: 3px solid #ce6c00;
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.6);
  display: inline-block;
  line-height: 38px;
}
.secondary-button:hover {
  text-decoration: none;
  color: #ffffff;
  background: #e28009;
  border-bottom: 3px solid #ba5800;
}
.success-button {
  padding: 0 20px;
  height: 38px;
  background: #03a38f;
  border: none;
  border-bottom: 3px solid #008f7b;
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.6);
  display: inline-block;
  line-height: 38px;
}
.success-button:hover {
  text-decoration: none;
  background: #008f7b;
  border-bottom: 3px solid #007b67;
  color: #ffffff;
}
.warning-button {
  padding: 0 20px;
  height: 38px;
  background: #d84738;
  border: none;
  border-bottom: 3px solid #c43324;
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.6);
  display: inline-block;
  line-height: 38px;
}
.warning-button:hover {
  text-decoration: none;
  background: #c43324;
  border-bottom: 3px solid #b01f10;
  color: #ffffff;
}
.button-holder {
  float: left;
  width: 100%;
  display: table;
}
.button-holder.bottom {
  margin-bottom: 15px;
}
.dual-button-holder {
  margin: 0 auto;
}
.dual-button-holder button:first-child {
  margin-right: 7px;
}
.multi-button-holder button,
.multi-button-holder a {
  margin-right: 7px;
}
.multi-button-holder button:last-child,
.multi-button-holder a:last-child {
  margin-right: 0;
}
.snail {
  float: left;
  width: 100%;
  margin: 15px 0;
}
.snail ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.snail ul li {
  float: left;
  padding: 3px 5px 3px 0;
  position: relative;
}
.snail ul li.snail__name {
  color: #1a0c0c;
  font-size: 10px;
  line-height: 26px;
  font-size: 12px;
  text-transform: uppercase;
}
.snail ul li:after {
  content: "/";
  padding-left: 5px;
  font-size: 10px;
  color: #1a0c0c;
}
.snail ul li:last-child a {
  color: #f6941d;
}
.snail ul li:last-child:after {
  content: none;
}
.snail ul li a {
  color: #1a0c0c;
  font-size: 10px;
  line-height: 26px;
  font-size: 12px;
  text-transform: uppercase;
}
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999999;
  display: none;
}
.loading-overlay .loading {
  width: 80px;
  height: 80px;
  border-radius: 150px;
  border: 10px solid #e28009;
  border-top-color: #f6941d;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  animation: loading 1.2s linear infinite;
  -webkit-animation: loading 1.2s linear infinite;
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.notifications {
  position: fixed;
  right: 0;
  bottom: 150px;
  z-index: 10005;
}
.notifications .notification {
  width: 280px;
  height: 80px;
  display: table;
  background: pink;
  margin-bottom: 5px;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  position: relative;
  right: -280px;
  transition: linear all 0.1s;
  transition: cubic-bezier(0.54, -1.2, 1, 1) all 0.2s;
}
.notifications .notification.active {
  right: 0;
  transition: linear all 0.1s;
  transition: cubic-bezier(0.54, -1.2, 1, 1) all 0.2s;
}
.notifications .notification.success {
  background: #03a38f;
}
.notifications .notification.success .title {
  background-image: url("/Assets//Images/success-icon.svg");
  background-repeat: no-repeat;
  background-position: left 20px center;
  background-size: 20px;
}
.notifications .notification.warning {
  background: #d84738;
}
.notifications .notification.warning .title {
  background-image: url("/Assets//Images/warning-icon.svg");
  background-repeat: no-repeat;
  background-position: left 20px center;
  background-size: 20px;
}
.notifications .notification .title {
  display: table-cell;
  vertical-align: middle;
  padding: 0 50px;
}
.popup-notifications {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.popup-notifications .popup-notifications-holder {
  display: table;
  height: 100%;
  width: 346px;
  margin: 0 auto;
}
.popup-notifications .notification {
  border-radius: 4px;
  width: 346px;
  display: table-cell;
  vertical-align: middle;
}
.popup-notifications .notification.success .top {
  background: #03a38f;
}
.popup-notifications .notification.warning .top {
  background: #d84738;
}
.popup-notifications .notification .top {
  float: left;
  width: 100%;
  height: 160px;
  text-align: center;
  border-radius: 4px 4px 0 0;
}
.popup-notifications .notification .top img {
  width: 70px;
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
  height: 160px;
}
.popup-notifications .notification .bottom {
  float: left;
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 20px 30px;
  border-radius: 0 0 4px 4px;
}
.popup-notifications .notification .bottom .title {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  margin: 2px 0 3px 0;
}
.popup-notifications .notification .bottom .info {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 18px;
}
header {
  float: left;
  width: calc(100% - 70px);
  background: #ffffff;
  height: 70px;
  padding: 0 30px;
  margin-left: 70px;
}
header .company-name {
  float: left;
  line-height: 70px;
  font-size: 18px;
}
header .header-controls {
  float: right;
  position: relative;
}
header .header-controls .header-search {
  float: left;
  margin-top: 10px;
  margin-right: 30px;
  position: relative;
}
header .header-controls .header-search.open .header-search-dropdown {
  display: block;
}
header .header-controls .header-search .search-btn {
  float: left;
  width: 50px;
  height: 50px;
  background: url(/Assets/Images/search-icon.svg);
  background-size: 16px;
  background-position: center center;
  background-repeat: no-repeat;
}
header .header-controls .header-search input {
  float: left;
  height: 50px;
  width: 200px;
  border: none;
}
header .header-controls .header-search input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1a0c0c;
  font-style: italic;
}
header .header-controls .header-search input::-moz-placeholder {
  /* Firefox 19+ */
  color: #1a0c0c;
  font-style: italic;
}
header .header-controls .header-search input:-ms-input-placeholder {
  /* IE 10+ */
  color: #1a0c0c;
  font-style: italic;
}
header .header-controls .header-search input:-moz-placeholder {
  /* Firefox 18- */
  color: #1a0c0c;
  font-style: italic;
}
header .header-controls .header-search .header-search-dropdown {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  left: 20px;
  top: 60px;
  width: 300px;
  z-index: 1;
  padding: 30px;
  -webkit-box-shadow: 0px 5px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 3px 0px rgba(0, 0, 0, 0.1);
  display: none;
}
header .header-controls .header-search .header-search-dropdown .header-seach-sub-title {
  float: left;
  width: 100%;
  font-weight: 600;
  margin-bottom: 5px;
}
header .header-controls .header-search .header-search-dropdown ul {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
}
header .header-controls .header-search .header-search-dropdown ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
}
header .header-controls .header-search .header-search-dropdown ul li a {
  font-size: 12px;
  color: #1a0c0c;
}
header .header-controls .header-search .header-search-dropdown .view-all {
  float: left;
  width: 100%;
  margin-top: 15px;
}
header .header-controls .header-search .header-search-dropdown .view-all a {
  color: #f6941d;
  font-size: 12px;
  text-decoration: underline;
}
header .header-controls .header-search .header-search-dropdown .view-all a:hover {
  color: #e28009;
}
header .header-controls .user-account-holder {
  float: right;
  border-left: 1px solid #1a0c0c;
  margin-top: 26px;
  height: 18px;
}
header .header-controls .user-account-holder .user-account {
  float: right;
  height: 18px;
  margin-left: 30px;
  line-height: 18px;
  font-size: 13px;
  background-image: url("/Assets/Images/arrow-down.svg");
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 22px;
  color: #1a0c0c;
}
header .header-controls .user-account-holder .user-account:hover {
  text-decoration: none;
}
header .header-controls .user-account-holder .user-controls {
  background: #e2e2e2;
  padding: 10px;
  position: absolute;
  right: -30px;
  top: 70px;
  z-index: 99999;
  width: 204px;
  display: none;
}
header .header-controls .user-account-holder .user-controls ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header .header-controls .user-account-holder .user-controls ul li {
  float: left;
  width: 100%;
}
header .header-controls .user-account-holder .user-controls ul li a {
  color: #1a0c0c;
  height: 38px;
  line-height: 38px;
  display: block;
  padding: 0 20px;
}
header .header-controls .user-account-holder .user-controls ul li a:hover {
  text-decoration: none;
  background: #f6941d;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  header .header-controls .header-search input {
    width: 270px;
  }
}
.navbar {
  float: left;
  width: 70px;
  min-height: 100vh;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.navbar.active {
  width: 240px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.navbar.active .company-name {
  opacity: 1;
  left: 70px;
  -webkit-transition-delay: 250ms,250ms;
  transition-delay: 250ms,250ms;
}
.navbar.active nav ul li {
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  /*&.dashboard {
                        background: #bf83b9;

                        a {
                            color: @primary-color;

                            i {
                                color: @primary-color;
                            }

                            span {
                                color: @primary-color;
                            }
                        }
                    }*/
}
.navbar.active nav ul li:nth-child(1) a span {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
.navbar.active nav ul li:nth-child(2) a span {
  -webkit-transition-delay: 50ms,50ms;
  transition-delay: 50ms,50ms;
}
.navbar.active nav ul li:nth-child(3) a span {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
.navbar.active nav ul li:nth-child(4) a span {
  -webkit-transition-delay: 50ms,50ms;
  transition-delay: 100ms,100ms;
}
.navbar.active nav ul li:nth-child(5) a span {
  -webkit-transition-delay: 150ms,150ms;
  transition-delay: 150ms,150ms;
}
.navbar.active nav ul li:nth-child(6) a span {
  -webkit-transition-delay: 200ms,200ms;
  transition-delay: 200ms,200ms;
}
.navbar.active nav ul li:nth-child(7) a span {
  -webkit-transition-delay: 250ms,250ms;
  transition-delay: 250ms,250ms;
}
.navbar.active nav ul li:nth-child(8) a span {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
.navbar.active nav ul li:nth-child(9) a span {
  -webkit-transition-delay: 300ms,300ms;
  transition-delay: 300ms,300ms;
}
.navbar.active nav ul li:nth-child(10) a span {
  -webkit-transition-delay: 350ms,350ms;
  transition-delay: 350ms,350ms;
}
.navbar.active nav ul li:nth-child(11) a span {
  -webkit-transition-delay: 400ms,400ms;
  transition-delay: 400ms,400ms;
}
.navbar.active nav ul li:nth-child(12) a span {
  -webkit-transition-delay: 450ms,450ms;
  transition-delay: 450ms,450ms;
}
.navbar.active nav ul li:nth-child(13) a span {
  -webkit-transition-delay: 500ms,500ms;
  transition-delay: 500ms,500ms;
}
.navbar.active nav ul li:nth-child(14) a span {
  -webkit-transition-delay: 550ms,550ms;
  transition-delay: 550ms,550ms;
}
.navbar.active nav ul li.nav-title i {
  opacity: 0;
  -webkit-transition-delay: 250ms,250ms;
  transition-delay: 250ms,250ms;
}
.navbar.active nav ul li.nav-title span {
  opacity: 1;
  padding: 0;
  margin-left: -45px;
  color: #1b6378;
  position: static;
  -webkit-transition-delay: 250ms,250ms;
  transition-delay: 250ms,250ms;
}
.navbar.active nav ul li a span {
  position: static;
  padding-left: 10px;
  opacity: 1;
  -webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
  transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
  transition: opacity 0.35s ease-out, transform 0.35s ease-out;
  transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}
.navbar .logo-holder {
  float: left;
  width: 100%;
  height: 70px;
  background: #ffffff;
}
.navbar .menu-toggle {
  float: left;
  width: 70px;
  height: 70px;
  padding: 15px;
}
.navbar .menu-toggle img {
  height: 100%;
  display: block;
  margin: 0 auto;
}
.navbar .company-name {
  float: left;
  width: 170px;
  color: #1a0c0c;
  line-height: 70px;
  opacity: 0;
  font-size: 20px;
  position: absolute;
  left: -300px;
  -webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
  transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
  transition: opacity 0.35s ease-out, transform 0.35s ease-out;
  transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}
.navbar nav {
  float: left;
  width: 100%;
}
.navbar nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navbar nav ul li {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  text-align: center;
}
.navbar nav ul li.single-nav-item {
  margin-bottom: 40px;
}
.navbar nav ul li i {
  font-size: 16px;
  width: 70px;
  display: inline-block;
  text-align: center;
  color: #1a0c0c;
}
.navbar nav ul li span {
  color: #1a0c0c;
}
.navbar nav ul li.dashboard {
  height: 60px;
  margin-bottom: 0;
}
.navbar nav ul li.dashboard a {
  line-height: 60px;
  padding: 0;
  display: block;
}
.navbar nav ul li.customer {
  height: 60px;
}
.navbar nav ul li.customer a {
  line-height: 60px;
  padding: 0;
  display: block;
}
.navbar nav ul li.nav-title {
  font-size: 12px;
  margin-top: 10px;
}
.navbar nav ul li.nav-title i {
  color: #767B7F;
}
.navbar nav ul li.nav-title span {
  text-transform: uppercase;
  position: absolute;
  opacity: 0;
}
.navbar nav ul li a {
  text-decoration: none;
}
.navbar nav ul li a:hover {
  text-decoration: none;
}
.navbar nav ul li a:hover i {
  color: #f6941d;
}
.navbar nav ul li a:hover span {
  color: #f6941d;
}
.navbar nav ul li a.active i {
  color: #f6941d;
}
.navbar nav ul li a.active span {
  color: #f6941d;
}
.navbar nav ul li a span {
  position: absolute;
  margin-left: -30px;
  opacity: 0;
}
.login-background {
  background-image: url('/Assets/Images/sentintel-login-background.png');
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}
.wrapper.login {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 1920px;
  margin: auto;
  overflow: hidden;
}
.wrapper .login-holder {
  width: 340px;
  /*width: 700px;*/
  margin: 500px auto 0 auto;
  position: relative;
  z-index: 1;
}
.wrapper .login-holder .logo {
  max-width: 600px;
  margin: 85px auto 122px auto;
  display: none;
}
.wrapper .login-holder .login-box {
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  margin: 0 auto;
  padding: 40px;
  border-radius: 15px;
  position: absolute;
  display: table;
  transition: ease-in-out 0.2s;
  /*            .primary-button {
                background: #1b6378;
                height: 44px;
                width: 100%;
                border-bottom: none;
                line-height: 44px;
                text-align: center;
                font-size: 18px;

                &:hover {
                    background: #1b6378 - 20%;
                    border-bottom: none;
                }
            }*/
}
.wrapper .login-holder .login-box.one {
  left: 0;
  transition: ease-in-out 0.2s;
}
.wrapper .login-holder .login-box.one.add-forgot {
  left: -3000px;
}
.wrapper .login-holder .login-box.two {
  right: -3000px;
  transition: ease-in-out 0.2s;
}
.wrapper .login-holder .login-box.two.add-forgot {
  right: 0;
}
.wrapper .login-holder .login-box.two.add-forgot.add-reset {
  right: 3000px;
}
.wrapper .login-holder .login-box.three {
  right: -3000px;
  transition: ease-in-out 0.2s;
}
.wrapper .login-holder .login-box.three.add-reset {
  right: 0;
}
.wrapper .login-holder .login-box:after {
  content: '';
  display: block;
  position: absolute;
  left: 5%;
  bottom: 0px;
  width: 90%;
  max-width: 100%;
  height: 3px;
  background: transparent;
  border-radius: 30px;
  /*box-shadow: 0 35px 20px rgba(0, 0, 0, 0.3);*/
}
.wrapper .login-holder .login-box .title {
  color: #1a0c0c;
  font-size: 18px;
  float: left;
}
.wrapper .login-holder .login-box .forgot-password {
  float: right;
  /*text-decoration: underline;*/
  color: #1a0c0c;
  /*font-style: italic;*/
  margin-top: 10px;
  font-size: 12px;
}
.wrapper .login-holder .login-box .cbx:before {
  border: 1px solid #1a0c0c;
}
.wrapper .login-holder .login-box .cbx-label {
  color: #1a0c0c;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}
.wrapper .login-holder .login-box .cbx-inp:checked + .cbx:before {
  background: #fff;
}
.wrapper .login-holder .login-box .cbx:after {
  border-right: 2px solid #f6941d;
  border-bottom: 2px solid #f6941d;
}
.wrapper .login-holder .login-box .back-to-login-holder {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 18px;
}
.wrapper .login-holder .login-box .back-to-login-holder .back-to-login {
  color: #1a0c0c;
  margin-top: 10px;
  font-size: 12px;
}
.wrapper .login-holder .login-box .input-holder {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.wrapper .login-holder .login-box .input-holder .input-icon {
  height: 44px;
  width: 44px;
  /*border: 1px solid @forth-color;*/
  border-radius: 4px 0 0 4px;
  float: left;
  border-right: none;
  background: #fff;
}
.wrapper .login-holder .login-box .input-holder input {
  float: left;
  width: calc(100% - 44px);
  /*border: 1px solid @forth-color;*/
  border: none;
  border-radius: 0 4px 4px 0;
  padding: 0 10px;
  height: 44px;
  background: transparent;
  color: #767B7F;
  background: #fff;
  font-size: 12px;
}
.wrapper .login-holder .login-box .input-holder input::-webkit-input-placeholder {
  color: #767B7F;
}
.wrapper .login-holder .login-box .input-holder input::-moz-placeholder {
  color: #767B7F;
}
.wrapper .login-holder .login-box .input-holder input:-ms-input-placeholder {
  color: #767B7F;
}
.wrapper .login-holder .login-box .input-holder input:-moz-placeholder {
  color: #767B7F;
}
.wrapper .login-holder .login-box .input-holder.user {
  margin-top: 0;
  -webkit-transition: linear all 0.2s;
  transition: linear all 0.2s;
}
.wrapper .login-holder .login-box .input-holder.user .input-icon {
  background-image: url("/Assets/Images/user-icon.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px;
}
.wrapper .login-holder .login-box .input-holder.user.focus {
  box-shadow: 0 0 10px 0px rgba(75, 174, 208, 0.4);
}
.wrapper .login-holder .login-box .input-holder.user.focus .input-icon {
  background-image: url("/Assets/Images/user-icon-orange.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px;
  border-color: #767B7F;
}
.wrapper .login-holder .login-box .input-holder.user.focus input {
  border-color: #767B7F;
  color: #767B7F;
}
.wrapper .login-holder .login-box .input-holder.user.focus input::-webkit-input-placeholder {
  color: #767B7F;
}
.wrapper .login-holder .login-box .input-holder.user.focus input::-moz-placeholder {
  color: #767B7F;
}
.wrapper .login-holder .login-box .input-holder.user.focus input:-ms-input-placeholder {
  color: #767B7F;
}
.wrapper .login-holder .login-box .input-holder.user.focus input:-moz-placeholder {
  color: #767B7F;
}
.wrapper .login-holder .login-box .input-holder.password {
  -webkit-transition: linear all 0.2s;
  transition: linear all 0.2s;
}
.wrapper .login-holder .login-box .input-holder.password.top {
  margin-top: 20px;
}
.wrapper .login-holder .login-box .input-holder.password .input-icon {
  background-image: url("/Assets/Images/padlock-icon.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px;
}
.wrapper .login-holder .login-box .input-holder.password.focus {
  box-shadow: 0 0 10px 0px rgba(75, 174, 208, 0.4);
}
.wrapper .login-holder .login-box .input-holder.password.focus .input-icon {
  background-image: url("/Assets/Images/padlock-icon-orange.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px;
  border-color: #767B7F;
}
.wrapper .login-holder .login-box .input-holder.password.focus input {
  border-color: #767B7F;
  color: #767B7F;
}
.wrapper .login-holder .login-box .input-holder.password.focus input::-webkit-input-placeholder {
  color: #767B7F;
}
.wrapper .login-holder .login-box .input-holder.password.focus input::-moz-placeholder {
  color: #767B7F;
}
.wrapper .login-holder .login-box .input-holder.password.focus input:-ms-input-placeholder {
  color: #767B7F;
}
.wrapper .login-holder .login-box .input-holder.password.focus input:-moz-placeholder {
  color: #767B7F;
}
.wrapper .login-holder .login-box .input-holder.email {
  -webkit-transition: linear all 0.2s;
  transition: linear all 0.2s;
}
.wrapper .login-holder .login-box .input-holder.email .input-icon {
  background-image: url("/Assets/Images/email-icon.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px;
}
.wrapper .login-holder .login-box .input-holder.email.focus {
  box-shadow: 0 0 10px 0px rgba(75, 174, 208, 0.4);
}
.wrapper .login-holder .login-box .input-holder.email.focus .input-icon {
  background-image: url("/Assets/Images/email-icon-blue.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px;
  border-color: #767B7F;
}
.wrapper .login-holder .login-box .input-holder.email.focus input {
  border-color: #767B7F;
  color: #767B7F;
}
.wrapper .login-holder .login-box .input-holder.email.focus input::-webkit-input-placeholder {
  color: #767B7F;
}
.wrapper .login-holder .login-box .input-holder.email.focus input::-moz-placeholder {
  color: #767B7F;
}
.wrapper .login-holder .login-box .input-holder.email.focus input:-ms-input-placeholder {
  color: #767B7F;
}
.wrapper .login-holder .login-box .input-holder.email.focus input:-moz-placeholder {
  color: #767B7F;
}
.wrapper .login-holder .login-box .login-actions {
  float: left;
  width: 100%;
}
.wrapper .login-holder .login-box .login-actions.first {
  margin-bottom: 10px;
}
.wrapper .login-holder .login-box .login-actions button {
  float: right;
  width: 100%;
}
.wrapper .login-holder .login-box .login-actions.reset {
  /*margin-top: 12px;*/
}
.wrapper .login-holder .login-box .login-actions.reset button {
  float: left;
}
.wrapper .login-holder .login-box .forgot-info {
  float: left;
  width: 100%;
  color: #1a0c0c;
  font-size: 12px;
  line-height: 16px;
  margin: 2px 0 32px 0;
}
.wrapper .login-holder .login-box .forgot-info.reset {
  margin-bottom: 32px;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(2deg);
  }
  50% {
    -webkit-transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
.wobble {
  -webkit-animation: wobble 1s;
}
.asset-list .advanced-search-button {
  margin-top: 9px;
}
.bicontent {
  width: calc(100% - 70px);
  background: #f5f7f8;
  background: #ddd;
  margin-left: 20px;
  height: 100%;
  padding-bottom: 25px;
}
.header--menu {
  float: left;
}
.header--menu ul {
  float: left;
}
.header--menu ul li {
  display: inline;
}
.header--menu ul li a {
  color: #333645;
  height: 18px;
  margin: 14px 15px 0 15px;
  line-height: 18px;
  font-size: 13px;
  float: left;
}
.questions__list {
  width: 100%;
  float: left;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 300px;
  overflow-y: scroll;
}
.column-holder-min {
  min-height: 108px;
}
.column-holder-min .panel.empty {
  height: 98px;
}
#dashboard__overdue {
  cursor: pointer;
}
#dashboard__overdue :hover {
  background-color: #f6941d;
}
.update-blocks {
  float: left;
  width: 100%;
  padding-top: 11px;
}
.update-blocks ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.update-blocks ul li {
  float: right;
  /*margin: 0 15px 15px 0;*/
  border-radius: 4px;
  position: relative;
}
.update-blocks ul li.success {
  border: 1px solid #03a38f;
  background: #d8edea;
}
.update-blocks ul li.success .number {
  background: #03a38f;
  color: #fff;
}
.update-blocks ul li.success .info {
  color: #03a38f;
}
.update-blocks ul li.success .remove {
  background: url(/Assets/Images/remove-icon-green.svg) no-repeat center center;
  background-size: 8px;
}
.update-blocks ul li.warning {
  border: 1px solid #d84738;
  background: #f7d9d6;
}
.update-blocks ul li.warning .number {
  background: #d84738;
  color: #fff;
}
.update-blocks ul li.warning .info {
  color: #d84738;
}
.update-blocks ul li.warning .remove {
  background: url(/Assets/Images/remove-icon-red.svg) no-repeat center center;
  background-size: 8px;
}
.update-blocks ul li .number {
  float: left;
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  font-weight: 600;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}
.update-blocks ul li .info {
  float: left;
  padding: 0 50px 0 10px;
  line-height: 56px;
}
.update-blocks ul li .remove {
  position: absolute;
  right: 10px;
  top: 24px;
  height: 8px;
  width: 8px;
}
.widgets {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.widgets .widget-col {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
  margin-bottom: 10px;
}
.widgets .widget-col:last-of-type {
  margin-bottom: 0;
}
.widgets .widget {
  float: left;
  width: 100%;
  padding: 22px 30px;
  background: #ffffff;
  border-radius: 10px;
  /*background: #bf83b9;*/
  /*&.one {
            background: @sixth-background;

            .widget-percent {
                background: @fifth-background + 10%;
            }
        }

        &.two {
            background: @seventh-background;

            .widget-percent {
                background: @fifth-background + 10%;
            }
        }

        &.three {
            background: @fifth-background;

            .widget-percent {
                background: @fifth-background + 10%;
            }
        }*/
}
.widgets .widget .widget-main-title {
  float: left;
  width: 100%;
  font-size: 24px;
  color: #1a0c0c;
  margin-bottom: 7px;
}
.widgets .widget .widget-main-title .widget-main-amount {
  font-size: 40px;
  vertical-align: middle;
}
.widgets .widget .widget-title {
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-size: 12px;
  color: #1a0c0c;
  margin-bottom: 1px;
}
.widgets .widget .widget-info {
  float: left;
  width: 100%;
  font-size: 48px;
  line-height: 48px;
  font-weight: 100;
  color: #1a0c0c;
}
.widgets .widget .widget-percent {
  float: left;
  min-width: 60px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  font-size: 24px;
  color: #1a0c0c;
  margin-top: 4px;
}
.widgets .widget .widget-percent .perc {
  position: relative;
  top: -8px;
  font-size: 50%;
}
.widgets .widget .widget-more {
  float: left;
  padding: 0 5px;
  line-height: 36px;
  color: #1a0c0c;
  margin-top: 4px;
}
.widgets .widget .widget-left {
  float: left;
  width: 30%;
}
.widgets .widget .widget-middle {
  float: left;
  width: 40%;
}
.widgets .widget .widget-right {
  float: left;
  width: 30%;
}
.widgets.small .widget {
  display: table;
}
.widgets.small .widget .widget-main-title {
  margin: 0;
  width: auto;
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.widgets.small .widget .widget-main-title .widget-main-amount {
  font-size: 40px;
  vertical-align: middle;
}
.widgets.small .widget i {
  font-size: 40px;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.widgets.large .widget {
  display: table;
  background: #4d4e49;
  padding: 44px 30px;
}
.widgets.large .widget .widget-main-title {
  margin: 0;
  width: auto;
  display: table-cell;
  vertical-align: middle;
  float: none;
  color: #fff;
}
.widgets.large .widget .widget-main-title .widget-main-amount {
  font-size: 40px;
  vertical-align: middle;
}
.widgets.large .widget i {
  font-size: 100px;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .widgets .widget .widget-left {
    width: 40%;
  }
  .widgets .widget .widget-middle {
    width: 40%;
  }
  .widgets .widget .widget-right {
    width: 20%;
  }
}
@media only screen and (min-width: 1200px) {
  .widgets .widget-col {
    width: 50%;
    margin-bottom: 0;
  }
  .widgets .widget .widget-left {
    width: 50%;
  }
  .widgets .widget .widget-middle {
    width: 50%;
  }
  .widgets .widget .widget-right {
    width: 100%;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1480px) {
  .widgets .widget-col {
    width: 50%;
    margin-bottom: 0;
  }
  .widgets .widget .widget-left {
    width: 30%;
  }
  .widgets .widget .widget-middle {
    width: 45%;
  }
  .widgets .widget .widget-right {
    width: 25%;
    margin: 0;
  }
}
.column-holder {
  float: left;
  width: 100%;
  position: relative;
}
.column-holder .left-column {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}
.column-holder .left-column .panel.border {
  border-right: 10px solid #f5f7f8;
}
.column-holder .right-column {
  float: right;
  position: absolute;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  top: 0;
  right: 0;
}
.column-holder .right-column .panel.border {
  /*border-left: 10px solid #ddd;*/
  background: #fff;
}
.column-one {
  float: left;
  width: 240px;
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}
.column-two {
  float: left;
  width: calc(100% - 240px);
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}
.clients--search {
  max-width: 300px;
  width: 100%;
}
.clients--name {
  width: 30%;
}
.w100,
.client-view--report-parameters,
.client-view--report-parameters .title {
  width: 100%;
}
.input-mid {
  width: 280px;
}
.db {
  display: block;
}
.client-view--report-parameters {
  margin: 0 0 300px 0;
  max-width: 280px;
}
.client-view--report-parameters .title {
  float: left;
}
.sla-codes {
  width: 100%;
  display: block;
  float: left;
  margin: 0 0 20px 0;
  padding: 0 0 15px 0 ;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sla-codes .item {
  max-width: 100px;
  display: block;
  float: left;
}
.sla-codes .item .title {
  float: left;
  width: 40px;
  text-align: center;
  padding: 10px 0 0 0;
  font-size: 16px;
}
.sla-codes .item .input {
  float: left;
  width: 60px;
}
.sla-codes .item .input input {
  width: 60px;
  float: left;
}
.checkbox-container {
  width: 100%;
  height: 540px;
  float: left;
  display: block;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow-y: scroll;
  overflow-x: hidden;
}
.checkbox-list {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -moz-column-fill: auto;
  column-fill: auto;
}
.checkbox-list .checkbox-column {
  width: 100%;
  float: left;
  display: block;
}
.checkbox-list .checkbox-column .k-checkbox-holder {
  width: 100%;
  float: left;
}
.panel-grey {
  background: #f1f1f1;
}
.top-label {
  padding: 30px 0 0 15px;
}
.normal-label {
  padding: 13px 0 0 15px;
}
.request--images_list li {
  display: block;
}
.reset-padding-orders {
  padding-left: 30px;
  padding-right: 30px;
}
.large-block-button {
  display: inline-block;
  width: 280px;
  height: 80px;
  background: #fff;
  border-radius: 4px;
  margin-right: 7px;
}
.large-block-button a {
  display: table;
  width: 100%;
  height: 100%;
}
.large-block-button a:hover {
  text-decoration: none;
}
.large-block-button .title {
  display: table-cell;
  vertical-align: middle;
  color: #1a0c0c;
  padding-left: 15px;
  font-size: 16px;
}
.large-block-button i {
  display: table-cell !important;
  vertical-align: middle;
  font-size: 24px;
  color: #1a0c0c;
  text-align: center;
  background: #f5f7f8;
  border-radius: 0 4px 4px 0;
  width: 80px;
}
.rates-box {
  width: 100%;
  float: left;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
.rates-table {
  border-collapse: collapse;
  width: 100%;
}
.rates-table th,
.rates-table td {
  border: 1px solid #000;
}
.rates-table td {
  width: calc(100% / 6);
  padding: 2px 5px;
  height: 38px;
}
.rates-table td input {
  border: none;
}
.rates-table--bottom {
  border-collapse: collapse;
  width: 100%;
  float: left;
  display: table;
}
.rates-table--bottom td {
  width: calc(100% / 8);
  display: table-cell;
}
.rates-table--bottom td:first-child {
  width: calc((100% / 8) * 2);
}
.rates-table--head {
  width: 100%;
}
.rates-table--head th {
  width: calc(100% / 6);
  padding: 2px 0;
  height: 38px;
  float: left;
  text-align: center;
}
.rates-table--head th:first-child {
  margin-left: calc(((100% / 6) * 2) - 2%);
}
.snail ul li {
  color: #333645;
  font-size: 10px;
  line-height: 26px;
  font-size: 12px;
  text-transform: uppercase;
}
.configuration-users .input-holder {
  margin-bottom: 20px;
}
.configuration-users .allow-access {
  padding-top: 26px;
}
.configuration-users .login-info {
  font-size: 12px;
  float: left;
}
.configuration-users .email-login {
  margin-top: 19px;
}
.user-profile .input-holder {
  margin-bottom: 20px;
}
.bi-report__iframe-preview {
  top: 0;
  bottom: 15px;
  background-color: #000;
  position: absolute;
  left: 15px;
  right: 15px;
  display: none;
  background-color: #E8E8E8;
}
.bi-report__iframe-preview .cross {
  height: 40px;
  width: 40px;
  right: 0;
  position: absolute;
  color: #FFF;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  font-size: 20px;
  background-color: #074f64;
  z-index: 99999;
}
.bi-report__iframe-container {
  top: 0;
  bottom: 15px;
  background-color: #000;
  position: absolute;
  left: 15px;
  right: 15px;
  background-color: #E8E8E8;
}
.bi-report__a-preview {
  display: block;
  cursor: pointer;
  width: 165px;
  text-align: center;
}
.window-element.renewal {
  float: right;
  padding: 0 15px;
  height: 56px;
  line-height: 56px;
  color: #d84738;
  margin-bottom: 15px;
  border: 1px solid #d84738;
  background: #f7d9d6;
  border-radius: 4px;
}
.contracts-view .checkbox-large .k-checkbox-holder {
  width: 15%;
  margin-bottom: 30px;
}
.contracts-view .checkbox-title {
  font-weight: 400;
  margin: 0 0 30px 0;
}
.contracts-view .sign-off-panel {
  float: left;
  width: 100%;
  background: #f5f7f8;
  padding: 30px;
  margin-top: 30px;
}
.contracts-view .contract-panel {
  float: left;
  width: 100%;
  background: #f5f7f8;
  padding: 30px;
  margin-top: 15px;
}
#confirm-payment-window span.text {
  display: block;
  width: 100%;
  padding: 0px 0px 20px 0px;
}
#confirm-payment-window .contractor-btn {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  cursor: pointer;
  color: #FFF;
}
#confirm-payment-window .contractor-btn.ammend {
  background: #00ce00;
  border-bottom: #00b700;
}
#confirm-payment-window .contractor-btn.cancel {
  background: #ff0000;
  border-bottom: #e50000;
}
#confirm-payment-window input,
#confirm-payment-window select {
  width: 100%;
  max-width: 100%;
}
#confirm-payment-window .cancel-ammend {
  background: #ff0000;
  border-bottom: #e50000;
}
.job-card .search-button-holder {
  width: auto;
}
.job-card .closed-job-card {
  margin: 30px 30px 0 0;
}
.job-card-add .button-section {
  width: 100%;
}
.job-card-add .button-section .print-button {
  margin-right: 11px;
}
.job-card-add .call-out-sub-title {
  float: left;
  width: 100%;
}
.job-card-add .bottom-button-holder {
  width: 100%;
}
.job-card-add .in-pop-title {
  width: auto;
  line-height: 38px;
}
.work-orders .pannel-bar-amount {
  position: absolute;
  width: 50px;
  color: #fff;
  background: #f6941d;
  text-align: center;
  left: 0;
}
.work-orders .k-link.k-header {
  padding-left: 60px;
}
.clear-filters-link {
  margin-left: 16px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  color: #d84738;
  display: none;
}
.clear-filters-link i {
  margin-right: 4px;
}
.clear-filters-link:hover {
  text-decoration: none;
  color: #d84738;
  font-weight: bold;
}
/*style='width:20px; height:20px; display: block; margin: 0 auto; cursor: pointer;'*/
.Overdue {
  width: 20px;
  height: 20px;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  background-color: red;
}
.InADay {
  width: 20px;
  height: 20px;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  background-color: orange;
}
.ComingUp {
  width: 20px;
  height: 20px;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
.k-grid-filter.k-state-active .k-icon {
  color: #5696AC !important;
}
.document-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.document-list li {
  float: left;
  width: 100%;
  margin: 15px 0px;
}
.responsive-tabs {
  margin-left: 0px!important;
  margin-right: 0px!important;
  overflow: auto!important;
}
.full-mobile-window {
  width: 100%!important;
  height: 100%!important;
  position: fixed!important;
  top: 0!important;
}
.half-mobile-window {
  width: 100% !important;
  height: auto !important;
  position: fixed !important;
  top: 0 !important;
}
.client-portal-report-item {
  float: left;
  width: 100%;
  border: 1px solid #e0e0e0;
  margin-bottom: 30px;
}
.client-portal-report-item .client-portal-report-item-title {
  float: left;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fafafa;
  font-size: 16px;
}
.client-portal-report-item .client-portal-report-item-content {
  float: left;
  width: 100%;
  padding: 10px;
}
.client-portal-report-item .client-portal-report-item-content .client-portal-report-item-content-inner {
  float: left;
  width: 100%;
  border: 1px solid #e0e0e0;
  padding: 10px;
}
.client-portal-report-item .client-portal-report-item-button-holder {
  float: left;
  width: 100%;
  padding: 10px;
  border-top: 1px solid #e0e0e0;
}
#client-reports.k-widget {
  border: none;
}
#iframe-preview {
  margin: 0;
  border: none;
}
.bi-report__iframe-preview iframe {
  height: 100%;
  width: 100%;
}
#report-iframe iframe {
  width: 100%;
  height: 600px;
}
/*.k-widget .container, .k-widget .row, .k-widget .col-lg-1, .k-widget .col-lg-2, .k-widget .col-lg-3, .k-widget .col-lg-4, .k-widget .col-lg-5, .k-widget .col-lg-6, .k-widget .col-lg-7, .k-widget .col-lg-8, .k-widget .col-lg-9, .k-widget .col-lg-10, .k-widget .col-lg-11, .k-widget .col-lg-12 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}*/
.k-widget .row {
  margin-left: -15px;
  margin-right: -15px;
}
.k-upload {
  float: left;
  width: 100%;
}
.k-widget .col-lg-1,
.k-widget .col-lg-2,
.k-widget .col-lg-3,
.k-widget .col-lg-4,
.k-widget .col-lg-5,
.k-widget .col-lg-6,
.k-widget .col-lg-7,
.k-widget .col-lg-8,
.k-widget .col-lg-9,
.k-widget .col-lg-10,
.k-widget .col-lg-11,
.k-widget .col-lg-12 {
  padding-left: 15px;
  padding-right: 15px;
}
.k-animation-container,
.k-animation-container *,
.k-animation-container :after,
.k-list-container,
.k-widget,
.k-widget *,
.k-widget :before,
div.k-window-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.k-window-titlebar.k-header {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input.k-textbox,
.k-dropdown,
.k-dropdown span,
.k-autocomplete {
  height: 38px !important;
}
.k-autocomplete .k-input {
  height: 36px !important;
}
.k-tabstrip > .k-tabstrip-items > .k-item {
  text-transform: capitalize;
}
.k-autocomplete.k-state-disabled,
.k-dropdown-wrap.k-state-disabled,
.k-multiselect.k-state-disabled,
.k-numeric-wrap.k-state-disabled,
.k-picker-wrap.k-state-disabled,
.k-state-disabled .k-picker-wrap,
.k-textbox.k-state-disabled,
.k-textbox.k-state-disabled:hover {
  background: #fafafa;
}
.k-tabstrip > .k-content {
  padding: 0;
}
.k-textbox .k-icon {
  margin: -8px -10px 0;
}
.k-grouping-header,
.k-pager-wrap,
.k-panelbar .k-tabstrip-items .k-item,
.k-state-highlight,
.k-widget.k-datepicker {
  background-color: transparent;
  border: none;
}
.k-autocomplete.k-state-default,
.k-dropdown-wrap.k-state-default,
.k-numeric-wrap.k-state-default {
  height: 38px;
  background: #fff !important;
}
.k-datepicker input.k-textbox:hover,
.k-datepicker textarea.k-textbox,
.k-datepicker textarea.k-textbox:hover {
  height: 36px;
}
.k-datepicker .k-combobox .k-input,
.k-datepicker .k-numeric-wrap .k-input,
.k-datepicker .k-picker-wrap .k-input {
  height: 36px;
}
.k-autocomplete.k-state-default.k-state-border-down,
.k-autocomplete.k-state-default.k-state-border-up,
.k-dropdown-wrap.k-state-active .k-select,
.k-numeric-wrap.k-state-active .k-select,
.k-picker-wrap.k-state-active .k-select {
  border-color: #fff;
}
.k-autocomplete.k-state-active,
.k-dropdown-wrap.k-state-active,
.k-multiselect.k-header.k-state-active,
.k-numeric-wrap.k-state-active,
.k-picker-wrap.k-state-active {
  background-color: #f5f6f6;
  border-color: #e0e0e0;
}
.k-multiselect-wrap li span {
  margin-right: 0.1em;
}
input.k-textbox:hover,
textarea.k-textbox:hover,
select:hover {
  /*border-color: #e0e0e0;
    background-color: #f5f6f6;
    color: #888e90;*/
  background-color: #fff;
}
/*.k-datetimepicker .k-state-hover {
    background-color: #1b6378
}

.k-timepicker .k-state-hover {
    background-color: #1b6378
}*/
/*.k-datepicker .k-state-hover {
    background-color: #1b6378
}*/
/*.k-autocomplete.k-state-hover, .k-dropdown-wrap.k-state-hover, .k-numeric-wrap.k-state-hover, .k-picker-wrap.k-state-hover {
    background: #fff;
}*/
.k-calendar .k-today,
.k-calendar .k-state-focused,
.k-calendar .k-state-selected.k-state-focused {
  border: none;
}
.k-window-title {
  color: #fff;
}
.k-state-focused {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-state-selected {
  background-color: #fff;
}
.k-grid tbody tr {
  height: 50px;
}
.k-grid td {
  white-space: nowrap;
}
/*kendo overwite colours*/
.k-tabstrip .k-tabstrip-items {
  background: #f6941d;
}
.k-tabstrip-top > .k-tabstrip-items .k-item.k-state-active {
  border-bottom-color: #ce6c00;
  background: #ba5800;
}
.k-popup .k-list .k-item {
  color: #f6941d;
}
.k-popup .k-list .k-state-selected,
.k-popup .k-list .k-state-selected.k-state-hover {
  color: #fff;
  background-color: #e28009;
  border: none;
}
a {
  color: #f6941d;
}
a:hover {
  color: #f6941d;
  text-decoration: underline;
}
.k-grid td.k-state-selected,
.k-grid td.k-state-selected.k-state-focused,
.k-grid tr.k-state-selected {
  background-color: #f6941d;
  color: #fff;
}
.k-grid td.k-state-selected:hover,
.k-grid tr.k-state-selected:hover td {
  background-color: #f6941d;
  color: #fff;
}
.k-grid tr.k-state-selected td a,
.k-grid tr.k-state-selected:hover td a {
  color: #fff;
}
.k-tabstrip-items .k-item.k-state-hover,
.k-tabstrip-items .k-item.k-state-selected {
  background: #e28009;
}
span.k-timepicker {
  background-color: transparent;
  border: none;
}
input.k-textbox:active {
  border-color: #f6941d;
}
.k-checkbox:checked + .k-checkbox-label:before,
.k-checkbox:checked:active + .k-checkbox-label:before {
  border-color: #f6941d;
}
.k-checkbox:checked + .k-checkbox-label:before {
  color: #f6941d;
}
.k-panelbar .k-item > .k-link.k-header {
  color: #333645;
}
.k-pager-numbers .k-state-selected {
  color: #f6941d;
  border-color: #f6941d transparent transparent;
  border-radius: 0;
}
.k-calendar .k-today {
  background-color: #e2e2e2;
  color: #333645;
}
.k-calendar .k-today a {
  color: #333645 !important;
}
.k-calendar .k-today.k-state-hover {
  background-color: #f6941d;
  border-color: #f6941d;
}
.k-calendar .k-today.k-state-hover a {
  color: #fff !important;
}
/*.k-calendar .k-state-selected {
    background-color: #1b6378;
    border-color: #1b6378;
}*/
.k-calendar .k-content .k-link,
.k-calendar .k-footer .k-link {
  color: #32364c;
}
/*.k-calendar .k-content .k-link, .k-calendar .k-footer .k-link {
    color: #1b6378;
}*/
/*.k-grid-header, .k-grouping-header, .k-header, .k-pager-wrap, .k-panelbar .k-tabstrip-items .k-item, .k-state-highlight {
    background-color: #1b6378;
    border-color: #1b6378;
}*/
.k-calendar .k-header .k-state-hover {
  background-color: #ffa831;
}
.k-calendar .k-header .k-state-hover a {
  color: #fff;
}
.k-popup.k-calendar-container .k-header {
  background-color: #f6941d;
  border-color: #f6941d;
}
.k-popup.k-calendar-container .k-header a:hover {
  border-bottom-color: #f6941d;
  background: #ffa831;
}
.k-calendar .k-state-selected,
.k-calendar .k-state-selected.k-state-hover {
  background-color: #f6941d;
  border-color: #f6941d;
  color: #fff;
}
.k-calendar .k-state-selected a,
.k-calendar .k-state-selected.k-state-hover a {
  color: #fff !important;
}
.noDataPanel {
  background: #ececec;
  width: 100%;
  float: left;
  text-align: center;
  padding: 30px 0;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}
.contractor-portal__container .contractor-portal__link {
  max-width: 300px;
  border: 1px solid #f1f1f1;
  box-shadow: 0 5px 0 #f1f1f1;
  padding: 20px;
  font-size: 16px;
  color: #000;
  float: left;
  margin: 0 20px 20px 0;
  transition: 0.3s;
}
.contractor-portal__container .contractor-portal__link:hover,
.contractor-portal__container .contractor-portal__link.active {
  transition: 0.3s;
  text-decoration: none;
  box-shadow: 0 5px 0 #f6941d;
}
.k-window-titlebar.k-header {
  background-color: #e28009;
  border-color: #e28009;
}
.kendo-holder {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.kendo-holder label {
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 3px;
}
.kendo-holder input {
  width: 100% !important;
  height: 38px !important;
}
.form-control {
  width: 100% !important;
  height: 38px !important;
}
.k-overflow-container .k-primary,
.k-primary {
  color: #fff;
  border-color: #f6941d;
  background-color: #f6941d;
}
.k-primary:active,
.k-primary:hover {
  color: #fff;
  background-color: #e28009;
  border-color: #e28009;
}
.k-grid-content .k-button,
.k-grid-toolbar .k-button {
  color: #f6941d;
  border-color: transparent;
}
.k-checkbox:focus + .k-checkbox-label:before {
  border-color: #f6941d;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-checkbox:checked + .k-checkbox-label:before,
.k-checkbox:checked:active + .k-checkbox-label:before {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #f6941d;
}
.k-checkbox-label:active:before {
  border-color: #f6941d !important;
}
.k-combobox .k-select,
.k-numerictextbox .k-select,
.k-picker-wrap .k-select {
  border-color: #e0e0e0;
}
.k-combobox .k-select,
.k-numerictextbox .k-select,
.k-picker-wrap .k-select .k-icon:before {
  color: #e0e0e0;
}
.k-datepicker .k-state-hover .k-icon:before {
  color: #fff !important;
}
.k-picker-wrap.k-state-hover .k-select,
.k-picker-wrap.k-state-focused .k-select {
  background: #f6941d;
}
.k-picker-wrap.k-state-hover .k-select .k-icon:before,
.k-picker-wrap.k-state-focused .k-select .k-icon:before {
  color: #fff;
}
.k-numeric-wrap input {
  width: 100% !important;
  height: 36px !important;
}
.k-grid .k-numeric-wrap .k-link.k-state-selected,
.k-numeric-wrap .k-link.k-state-selected {
  background-color: #f6941d;
}
.k-numeric-wrap .k-link.k-state-selected .k-icon:before {
  text-indent: 0;
  color: #fff;
}
/*.k-icon:before {
    color:white;
}*/
.k-i-close:before {
  content: "\e11b";
  color: white;
}
.k-tabstrip-items .k-loading.k-complete {
  border: none;
}
.m-t-5 {
  margin-top: 5px;
}
.p-t-5 {
  margin-top: 5px;
}
.m-b-5 {
  margin-bottom: 5px;
}
.p-b-5 {
  margin-bottom: 5px;
}
.m-l-5 {
  margin-left: 5px;
}
.p-l-5 {
  margin-left: 5px;
}
.m-r-5 {
  margin-right: 5px;
}
.p-r-5 {
  margin-right: 5px;
}
.m-t-10 {
  margin-top: 10px;
}
.p-t-10 {
  margin-top: 10px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.p-b-10 {
  margin-bottom: 10px;
}
.m-l-10 {
  margin-left: 10px;
}
.p-l-10 {
  margin-left: 10px;
}
.m-r-10 {
  margin-right: 10px;
}
.p-r-10 {
  margin-right: 10px;
}
.m-t-15 {
  margin-top: 15px;
}
.p-t-15 {
  margin-top: 15px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.p-b-15 {
  margin-bottom: 15px;
}
.m-l-15 {
  margin-left: 15px;
}
.p-l-15 {
  margin-left: 15px;
}
.m-r-15 {
  margin-right: 15px;
}
.p-r-15 {
  margin-right: 15px;
}
.m-t-20 {
  margin-top: 20px;
}
.p-t-20 {
  margin-top: 20px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.p-b-20 {
  margin-bottom: 20px;
}
.m-l-20 {
  margin-left: 20px;
}
.p-l-20 {
  margin-left: 20px;
}
.m-r-20 {
  margin-right: 20px;
}
.p-r-20 {
  margin-right: 20px;
}
.m-t-25 {
  margin-top: 25px;
}
.p-t-25 {
  margin-top: 25px;
}
.m-b-25 {
  margin-bottom: 25px;
}
.p-b-25 {
  margin-bottom: 25px;
}
.m-l-25 {
  margin-left: 25px;
}
.p-l-25 {
  margin-left: 25px;
}
.m-r-25 {
  margin-right: 25px;
}
.p-r-25 {
  margin-right: 25px;
}
.m-t-30 {
  margin-top: 30px;
}
.p-t-30 {
  margin-top: 30px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.p-b-30 {
  margin-bottom: 30px;
}
.m-l-30 {
  margin-left: 30px;
}
.p-l-30 {
  margin-left: 30px;
}
.m-r-30 {
  margin-right: 30px;
}
.p-r-30 {
  margin-right: 30px;
}
.m-t-35 {
  margin-top: 35px;
}
.p-t-35 {
  margin-top: 35px;
}
.m-b-35 {
  margin-bottom: 35px;
}
.p-b-35 {
  margin-bottom: 35px;
}
.m-l-35 {
  margin-left: 35px;
}
.p-l-35 {
  margin-left: 35px;
}
.m-r-35 {
  margin-right: 35px;
}
.p-r-35 {
  margin-right: 35px;
}
.m-t-40 {
  margin-top: 40px;
}
.p-t-40 {
  margin-top: 40px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.p-b-40 {
  margin-bottom: 40px;
}
.m-l-40 {
  margin-left: 40px;
}
.p-l-40 {
  margin-left: 40px;
}
.m-r-40 {
  margin-right: 40px;
}
.p-r-40 {
  margin-right: 40px;
}
.m-t-45 {
  margin-top: 45px;
}
.p-t-45 {
  margin-top: 45px;
}
.m-b-45 {
  margin-bottom: 45px;
}
.p-b-45 {
  margin-bottom: 45px;
}
.m-l-45 {
  margin-left: 45px;
}
.p-l-45 {
  margin-left: 45px;
}
.m-r-45 {
  margin-right: 45px;
}
.p-r-45 {
  margin-right: 45px;
}
.m-t-50 {
  margin-top: 50px;
}
.p-t-50 {
  margin-top: 50px;
}
.m-b-50 {
  margin-bottom: 50px;
}
.p-b-50 {
  margin-bottom: 50px;
}
.m-l-50 {
  margin-left: 50px;
}
.p-l-50 {
  margin-left: 50px;
}
.m-r-50 {
  margin-right: 50px;
}
.p-r-50 {
  margin-right: 50px;
}