.center-text {
  text-align: center;
}
@font-face {
  font-family: "ProximaNova-Regular";
  src: url('../fonts/ProximaNova-Reg.eot');
  src: url('../fonts/ProximaNova-Reg.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Reg.woff') format('woff'), url('../fonts/ProximaNova-Reg.ttf') format('truetype'), url('../fonts/ProximaNova-Reg.otf') format('opentype');
  font-weight: normal;
}
@font-face {
  font-family: "ProximaNova-Sbold";
  src: url('../fonts/ProximaNova-Sbold.eot');
  src: url('../fonts/ProximaNova-Sbold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Sbold.woff') format('woff'), url('../fonts/ProximaNova-Sbold.ttf') format('truetype'), url('../fonts/ProximaNova-Sbold.otf') format('opentype');
  font-weight: bold;
}
@font-face {
  font-family: "icons";
  src: url('../fonts/icons.svg');
  src: url('../fonts/icons.woff') format('woff'), url('../fonts/icons.ttf') format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: "tara";
  src: url('../fonts/tara.ttf') format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: "Greenscr";
  src: url('../fonts/Greenscr.ttf') format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: "redstar";
  src: url('../fonts/redstar.ttf') format('truetype');
  font-weight: normal;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media (min-width: 1200px) {
  .container {
    width: 960px;
    padding: 0;
  }
}
.container {
  width: 960px;
  padding: 0;
}
html {
  min-height: 100%;
  height: 100%;
}
body {
  background-color: #d3dce3;
  min-height: 100%;
  position: relative;
}
#wrapper {
  padding-bottom: 120px;
}
a {
  color: #008dde;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
a:hover {
  text-decoration: none;
  color: #008dde;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
a:focus {
  text-decoration: none;
}
.breadcrumbs {
  padding-bottom: 20px;
  color: #555a5f;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
}
.breadcrumbs a,
.breadcrumbs span {
  color: #74859a;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #008dde;
  text-decoration: underline;
}
@media (max-width: 991px) {
  .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%;
  }
}
/* basic scrollbar styling */
/* vertical scrollbar */
.mCSB_container {
  width: auto;
  margin-right: 20px;
  overflow: hidden;
}
.mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
}
.mCS_disabled > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar {
  margin-right: 30px;
}
.mCustomScrollBox > .mCSB_scrollTools {
  width: 16px;
  height: 100%;
  top: 0;
  right: 0;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
  margin: 6px 0;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: relative;
  height: 20px;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  top: 100%;
  margin-top: -40px;
}
/* horizontal scrollbar */
.mCSB_horizontal > .mCSB_container {
  height: auto;
  margin-right: 0;
  margin-bottom: 30px;
  overflow: hidden;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
  margin-bottom: 0;
}
.mCS_disabled > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
  margin-bottom: 30px;
}
.mCSB_horizontal.mCustomScrollBox > .mCSB_scrollTools {
  width: 100%;
  height: 16px;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.mCSB_horizontal > .mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 0 20px;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger {
  width: 30px;
  height: 100%;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
  display: block;
  position: relative;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  float: left;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
  margin-left: -40px;
  float: right;
}
.mCustomScrollBox {
  -ms-touch-action: none;
  /*MSPointer events - direct all pointer events to js*/
}
/* default scrollbar colors and backgrounds (default theme) */
.mCustomScrollBox > .mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */
}
.mCustomScrollBox:hover > .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.15);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #008dde;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.7);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.7);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /*
	sprites locations are 0 0/-16px 0/-32px 0/-48px 0 (light) and -80px 0/-96px 0/-112px 0/-128px 0 (dark)
	*/
}
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /*
	sprites locations are 0 -20px/-16px -20px/-32px -20px/-48px -20px (light) and -80px -20px/-96px -20px/-112px -20px/-128px -20px (dark)
	*/
}
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /*
	sprites locations are 0 -40px/-20px -40px/-40px -40px/-60px -40px (light) and -80px -40px/-100px -40px/-120px -40px/-140px -40px (dark)
	*/
}
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /*
	sprites locations are 0 -56px/-20px -56px/-40px -56px/-60px -56px (light) and -80px -56px/-100px -56px/-120px -56px/-140px -56px (dark)
	*/
}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
  /* old ie */
}
/*scrollbar themes*/
/*dark (dark colored scrollbar)*/
.mCS-dark > .mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.15);
}
.mCS-dark > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
}
.mCS-dark > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}
.mCS-dark > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}
.mCS-dark > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
/*light-2*/
.mCS-light-2 > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-light-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-light-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85);
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9);
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}
/*dark-2*/
.mCS-dark-2 > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-dark-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}
/*light-thick*/
.mCS-light-thick > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-light-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-light-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85);
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9);
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}
/*dark-thick*/
.mCS-dark-thick > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-dark-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}
/*light-thin*/
.mCS-light-thin > .mCSB_scrollTools .mCSB_draggerRail {
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.1);
}
.mCS-light-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}
.mCS-light-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
}
.mCS-light-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}
/*dark-thin*/
.mCS-dark-thin > .mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.15);
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
}
.mCS-dark-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
}
.mCS-dark-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
#header {
  margin-bottom: 20px;
}
.header-top {
  background: #ffffff;
  height: 60px;
}
.header-top .container {
  height: 60px;
}
.header-bottom {
  background: #40566d;
  height: 60px;
}
.header-bottom .container {
  height: 60px;
}
.object-controls {
  float: right;
  height: 60px;
  width: 60px;
}
.client-info {
  float: left;
}
.company-icon {
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-right: 15px;
}
.company-name {
  vertical-align:-40%;
  font-family: 'ProximaNova-SBold';
  color: #fff;
  font-size: 16px;
}
.add-date-verification {
  display: block;
  position: absolute;
  top: 30px;
  right: 15px;
  width: 30px;
  height: 30px;
  text-decoration: none;
  font-size: 24px;
  line-height: 18px;
  color: #4B5661;
    cursor: pointer;
  /*background: #ebedef;*/
  text-align: center;
}
.add-date-verification:hover {
    color:#000000
}
/*.add-date-verification:active {
    -webkit-transition: 1px, 2px;
    -moz-transition: 1px, 2px;
    -o-transition: 1px, 2px;
    -ms-transition: 1px, 2px;
}*/
.logo {
  width: 200px;
  height: 60px;
  float: left;
}
.logo a {
  padding-top: 8px;
  display: block;
}
.logo a img {
  width: 200px;
  height: 40px;
}
.main-navigation-container {
  float: right;
  min-width: 400px;
  margin-right: 10px;
}
.personal-block {
  display: block;
  height: 60px;
  position: relative;
  float: right;
  font-family: 'ProximaNova-SBold';
}
.personal-block .personal-link {
  display: block;
  height: 60px;
  text-decoration: none;
  color: #232323;
  padding: 0 27px 0 45px;
  position: relative;
  font-size: 15px;
}
.personal-block .personal-link .icon {
  display: block;
  content: "";
  position: absolute;
  top: 17px;
  left: 15px;
  color: #008dde;
  font-size: 25px;
}
.personal-block .personal-link:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 27px;
  right: 14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #666666 transparent transparent transparent;
}
.personal-block .personal-link span {
  display: table-cell;
  height: 60px;
  vertical-align: middle;
}
.personal-block .hide-part {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.2s ease-out 0s;
  -moz-transition: height 0.2s ease-out 0s;
  -o-transition: height 0.2s ease-out 0s;
  transition: height 0.2s ease-out 0s;
  z-index: 300;
}
.personal-block .hide-part a {
  display: block;
  background: #ffffff;
  height: 40px;
  line-height: 40px;
  padding-left: 45px;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  color: #4b5055;
  border-bottom: 1px solid #e1e6eb;
}
.personal-block .hide-part a:hover {
  color: #008dde;
}
.personal-block .hide-part a:last-child {
  border-bottom: none;
}
.personal-block .hide-part a .icon {
  display: block;
  position: absolute;
  color: #a5aaaf;
}
.personal-block .hide-part a.cabinet-link .icon {
  left: 14px;
  font-size: 25px;
}
.personal-block .hide-part a.tool-link .icon {
  left: 14px;
  font-size: 25px;
}
.personal-block .hide-part a.exit-link .icon {
  left: 8px;
  font-size: 25px;
}
.personal-block.active .hide-part {
  display: block;
  height: 120px;
  -webkit-transition: height 0.2s ease-out 0s;
  -moz-transition: height 0.2s ease-out 0s;
  -o-transition: height 0.2s ease-out 0s;
  transition: height 0.2s ease-out 0s;
  -webkit-box-shadow: 0 5px 10px rgba(1, 1, 1, 0.3);
  -moz-box-shadow: 0 5px 10px rgba(1, 1, 1, 0.3);
  box-shadow: 0 5px 10px rgba(1, 1, 1, 0.3);
}
.personal-block.active .personal-link {
  color: #ffffff;
    background: #40566d; /*#008dde;*/
}
.personal-block.active .personal-link:after {
  border-color: #ffffff transparent transparent transparent;
}
.personal-block.active .personal-link .icon {
  color: #fff;
}
.search-link {
  height: 60px;
  width: 60px;
  float: right;
}
.search-link .search-link {
  display: block;
  position: relative;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 30px;
  text-decoration: none;
  font-size: 24px;
  color: #a5aaaf;
}
.search-link .search-link .icon {
  padding: 15px 0 0 0;
  display: block;
}
.search-link .search-link:after {
  display: none;
  color: #fff;
  position: absolute;
  height: 26px;
  line-height: 26px;
  padding: 0 5px;
  top: 49px;
  left: 0;
  background: #5f6469;
  font-family: 'ProximaNova-Regular';
  font-size: 14px;
  z-index: 300;
  text-decoration: none;
}
.search-link .search-link:hover {
  color: #ffffff; /*#008dde;*/
  background: #40566d;
}
.search-link .search-link:hover:after {
  display: block;
}
.search-link.active .search-link {
    background: #22384d; /*#008dde;*/
  color: #fff;
}
.search-link .hide-part {
  height: 0;
  overflow: hidden;
  background: #22384d; /*#008dde;*/
  width: 100%;
  left: 0;
  position: absolute;
  top: 60px;
  -webkit-transition: height 0.2s ease-out 0s;
  -moz-transition: height 0.2s ease-out 0s;
  -o-transition: height 0.2s ease-out 0s;
  transition: height 0.2s ease-out 0s;
  z-index: 200;
}
.search-link .close-search {
  float: left;
  display: block;
  width: 60px;
  height: 60px;
  position: relative;
  margin-left: -40px;
  opacity: .5;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  line-height: 56px;
  text-align: center;
}
.search-link .close-search:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.search-link .search-input {
  color: #fff;
  font-family: 'ProximaNova-Regular';
  font-size: 16px;
  height: 60px;
  border: 0;
  padding: 0 10px 0 0;
  width: 760px;
  float: left;
  background: transparent;
}
.search-link .search-input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.search-link .search-input:focus {
  outline: none;
}
.search-link .search-input:-moz-placeholder {
  font-size: 16px;
  color: #ffffff;
}
.search-link .search-input::-moz-placeholder {
  font-size: 16px;
  color: #ffffff;
}
.search-link .search-input::-webkit-input-placeholder {
  font-size: 16px;
  color: #ffffff;
}
.search-link .search-input:-ms-input-placeholder {
  font-size: 16px;
  color: #ffffff;
}
.search-link.active .hide-part {
  height: 60px;
  -webkit-transition: height 0.2s ease-out 0s;
  -moz-transition: height 0.2s ease-out 0s;
  -o-transition: height 0.2s ease-out 0s;
  transition: height 0.2s ease-out 0s;
}
.service-block {
  display: block;
  height: 60px;
  position: relative;
  float: right;
  font-family: 'ProximaNova-SBold';
}
.service-block .service-link {
  display: block;
  width: 60px;
  height: 60px;
  float: right;
  position: relative;
  text-decoration: none;
  text-align: center;
  line-height: 56px;
  color: #a7acb1;
  font-size: 25px;
}
.service-block .service-link .icon {
  padding: 3px 0 0 0;
  display: block;
}
.service-block .service-link:hover {
  color: #008dde;
}
.service-block .service-link:after {
  display: none;
  color: #fff;
  position: absolute;
  height: 26px;
  line-height: 26px;
  padding: 0 5px;
  top: 49px;
  right: -6px;
  background: #5f6469;
  font-family: 'ProximaNova-Regular';
  font-size: 14px;
  z-index: 300;
  text-decoration: none;
}
.service-block .service-link:hover::after {
  display: block;
  color: #fff;
}
.service-block .service-link span {
  display: table-cell;
  height: 60px;
  vertical-align: middle;
}
.service-block .hide-part {
  position: absolute;
  top: 60px;
  left: -196px;
  height: 0;
  width: 256px;
  overflow: hidden;
  -webkit-transition: height 0.2s ease-out 0s;
  -moz-transition: height 0.2s ease-out 0s;
  -o-transition: height 0.2s ease-out 0s;
  transition: height 0.2s ease-out 0s;
  z-index: 300;
}
.service-block .hide-part a {
  display: block;
  background: #ffffff;
  height: 40px;
  line-height: 40px;
  padding-left: 45px;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  color: #4b5055;
  border-bottom: 1px solid #e1e6eb;
}
.service-block .hide-part a:hover {
  color: #008dde;
}
.service-block .hide-part a:last-child {
  border-bottom: none;
}
.service-block .hide-part a .icon {
  display: block;
  position: absolute;
  color: #a5aaaf;
}
.service-block .hide-part a.reportService-link .icon {
  left: 14px;
  width: 100%;
  font-size: 25px;
}
.service-block .hide-part a.analyticService-link .icon {
  left: 14px;
  width: 100%;
  font-size: 25px;
}
.service-block .hide-part a.archives-link .icon {
  left: 14px;
  width: 100%;
  font-size: 25px;
}
.service-block.active .hide-part {
  display: block;
  height: 160px;
  -webkit-transition: height 0.2s ease-out 0s;
  -moz-transition: height 0.2s ease-out 0s;
  -o-transition: height 0.2s ease-out 0s;
  transition: height 0.2s ease-out 0s;
  -webkit-box-shadow: 0 5px 10px rgba(1, 1, 1, 0.3);
  -moz-box-shadow: 0 5px 10px rgba(1, 1, 1, 0.3);
  box-shadow: 0 5px 10px rgba(1, 1, 1, 0.3);
}
.service-block.active .service-link {
  color: #ffffff;
    background: #40566d; /*#008dde;*/
}
.service-block.active .service-link:after {
  border-color: #ffffff transparent transparent transparent;
}
.service-block.active .service-link .icon {
  color: #fff;
}
.objects-link {
  display: block;
  width: 60px;
  height: 60px;
  float: right;
  position: relative;
  text-decoration: none;
  text-align: center;
  line-height: 56px;
  font-size: 25px;
}
.objects-link .icon {
  padding: 3px 0 0 0;
  display: block;
}
.objects-link a {
  display: block;
  color: #a7acb1;
  position: relative;
  width: 60px;
  height: 57px;
  vertical-align: middle;
  text-decoration: none;
  line-height: 1em;
  font-size: 25px;
  padding-top: 15px;
}
.objects-link a:hover {
  color: #ffffff; /*#008dde;*/
  background: #40566d;
}
.objects-link a:after {
  display: none;
  color: #fff;
  position: absolute;
  height: 26px;
  line-height: 26px;
  padding: 0 5px;
  top: 49px;
  left: 0;
  background: #5f6469;
  font-family: 'ProximaNova-Regular';
  font-size: 14px;
  z-index: 300;
  text-decoration: none;
}
.objects-link a:hover::after {
  display: block;
}
.flag {
  background: #23282d;
  border-top: 3px solid #178fdb;
}
.flag a {
  color: #fff !important;
}
.flag .icon {
  padding: 1px 0 0 0;
}
.webestconTheme {
  overflow: hidden;
  border: none;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  position: relative;
}
.webestconTheme.noty_container_type_alert {
  background-color: #f5f5f5;
}
.webestconTheme.noty_container_type_information {
  background-color: #008dde;
  color: #fff;
}
.webestconTheme.noty_container_type_error {
  background-color: #f75e7e;
  color: #fff;
  font-weight: bold;
}
.webestconTheme.noty_container_type_warning {
  background-color: #fbb450;
  color: #fff;
}
.webestconTheme.noty_container_type_success {
  background-color: #00b068;
  color: #fff;
}
.webestconTheme .noty_message {
  padding: 15px 20px;
}
.webestconTheme .noty_message .noty_text {
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
}
.webestconTheme .noty_close {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 10px;
  height: 10px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAATpJREFUeNoszrFqVFEUheG19zlz7sQ7ijMQBAvfYBqbpJCoZSAQbOwEE1IHGytbLQUJ8SUktW8gCCFJMSGSNxCmFBJO7j5rpXD6n5/P5vM53H3b3T9LOiB5AQDuDjM7BnA7DMPHDGBH0nuSzwHsRcRVRNRSysuU0i6AOwA/02w2+9Fae00SEbEh6SGAR5K+k3zWWptKepCm0+kpyRoRGyRBcpPkDsn1iEBr7drdP2VJZyQXERGSPpiZAViTBACXKaV9kqd5uVzCzO5KKb/d/UZSDwD/eyxqree1VqSu6zKAF2Z2RPJJaw0rAkjOJT0m+SuT/AbgDcmnkmBmfwAsJL1dXQ8lWY6IGwB1ZbrOOb8zs8thGP4COFwx/mE8Ho9Go9ErMzvJOW/1fY/JZIJSypqZfXX3L13X9fcDAKJct1sx3OiuAAAAAElFTkSuQmCC");
  /*visibility: hidden;*/
  opacity: 0.5;
  cursor: pointer;
}
.webestconTheme:hover > .noty_bar > .noty_message > .noty_close {
  visibility: visible;
}
.noty_modal.webestconTheme {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000;
  opacity: 0.6;
  display: none;
  border: none;
  left: 0;
  top: 0;
}
.sidebar {
  display: block;
}
.aside-nav {
  margin: 0 0 10px 0;
  padding: 0;
}
.aside-nav li {
  display: block;
  height: 60px;
}
.aside-nav li a {
  display: block;
  height: 60px;
  padding-left: 63px;
  line-height: 60px;
  text-decoration: none;
  font-family: 'ProximaNova-SBold';
  color: #909aa7; /*#73787d;*/
  font-size: 16px;
    background: #edf1f4;  /*#ebedef;*/
  border-bottom: 1px solid #cdd2d7;
  position: relative;
}
.aside-nav li a i {
  position: absolute;
  display: block;
  color: #a5aaaf;
  font-size: 25px;
  line-height: 25px;
}
.aside-nav li a i.icon_back {
  top: 21px;
  left: 18px;
  color: #fff;
}
.aside-nav li a i.icon_info {
  top: 18px;
  left: 21px;
}
.aside-nav li a i.icon_map {
  top: 17px;
  left: 23px;
}
.aside-nav li a i.icon_buildings {
  top: 19px;
  left: 21px;
}
.aside-nav li a i.icon_zones {
  top: 19px;
  left: 21px;
}
.aside-nav li a i.icon_panels {
  top: 20px;
  left: 21px;
  font-size: 28px;
}
.aside-nav li a i.icon_engineering_systems {
  top: 20px;
  left: 21px;
  font-size: 28px;
}
.aside-nav li a i.icon_account {
  top: 20px;
  left: 21px;
  font-size: 28px;
}
.aside-nav li a i.icon_notification {
  top: 20px;
  left: 21px;
  font-size: 28px;
}
.aside-nav li a i.icon_favorites {
  top: 20px;
  left: 21px;
  font-size: 28px;
}
.aside-nav li a i.icon_feedback {
  top: 20px;
  left: 21px;
  font-size: 28px;
}
.aside-nav li a i.icon_devices {
  top: 20px;
  left: 21px;
  font-size: 30px;
}
.aside-nav li a .count {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  height: 20px;
  min-width: 20px;
  background: #a0acba;
  color: #ffffff;
  font-family: Arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
.aside-nav li a .count-notregistered {
  position: absolute;
  top: 20px;
  right: 45px;
  display: block;
  height: 20px;
  min-width: 20px;
  background: #00b068;
  color: #ffffff;
  font-family: Arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
.aside-nav li a:hover,
.aside-nav li a.active {
  background: #fff;
    color: #ff9b43; /*#008dde;*/
}
.aside-nav li a.active {
  border-right: 3px solid #ff9b43; /*#008dde;*/
}
.aside-nav li a.active i {
    color: #ff9b43; /*#008dde;*/
}
.aside-nav li.first a {
  background: #a0acba; /*#91969b;*/
  border-bottom-color: #a0acba; /*#91969b;*/
  color: #fff;
}
.aside-nav li.first a:hover {
  background: #a9b4c0;
}
.aside-nav li:last-child a {
  border-bottom: 0;
}
.content-container {
  display: block;
}
.content-section header {
  background: #ebedef;
  padding: 22px 25px 20px;
  height: 60px;
}
.content-section header h1 {
  font-family: 'ProximaNova-SBold';
  color: #909aa7;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
}
.content-section .img-block {
  position: relative;
}
.content-section .img-block img {
  display: block;
}
.content-section .img-block span {
  font-family: 'ProximaNova-SBold';
  color: #ffffff;
  font-size: 26px;
  line-height: 24px;
  position: absolute;
  bottom: 23px;
  left: 24px;
}
.content-section .info-part {
  background: #fff;
  color: #73787d;
  font-size: 14px;
  line-height: 18px;
  padding: 25px 25px 20px;
}
/*.content-section .info-part .div-row-up,
.content-section .info-part .div-row-down {
    padding-left: 48%;
}*/
.additional-fields-none {
    display: none;
    transition: height 0.1s ease-out 0s;
}
.additional-fields-block {
    display: block;
    transition: height 0.1s ease-out 0s;
}
.div-verification-up:hover:after {
    border-color: transparent transparent #008DDE transparent;
    /*background-color: #008DDE;*/
}
.div-verification-down:hover:after {
    border-color: #008DDE transparent transparent transparent;
    /*background-color: #008DDE;*/
}
.div-verification-down:after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 49%;
  top: 88%;
  /*top: 27px;
  right: 14px;
  width: 0;
  height: 0;*/
  border: 8px solid transparent;
  border-bottom: 0px;
  /*border-style: solid;
  border-width: 5px 4px 0 4px;*/
  border-color: #666666 transparent transparent transparent;
    /*-webkit-transition: height 0.2s ease-out 0s;
  -moz-transition: height 0.2s ease-out 0s;
  -o-transition: height 0.2s ease-out 0s;
  transition: 2s;*/
    /*transition: height 0.1s ease-out 0s;*/
}
.div-verification-up:after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 49%;
  top: 94%;
  /*top: 27px;
  right: 14px;
  width: 0;
  height: 0;*/
  /*border-style: 15px solid transparent;*/
  border: 8px solid transparent;
  /*border-width: 5px 4px 0 4px;*/
    border-top: 0px;
  border-color: transparent transparent #666666 transparent;
    /*-webkit-transition: height 0.2s ease-out 0s;
  -moz-transition: height 0.2s ease-out 0s;
  -o-transition: height 0.2s ease-out 0s;
  transition: 2s;*/
    /*transition: height 0.1s ease-out 0s;*/
}
.content-section .info-part .div-row-up:hover:after {
    border-color: transparent transparent #008DDE transparent;
    /*background-color: #008DDE;*/
}
.content-section .info-part .div-row-down:hover:after {
    border-color: #008DDE transparent transparent transparent;
    /*background-color: #008DDE;*/
}
.content-section .info-part .div-row-down:after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 48%;
  /*top: 27px;
  right: 14px;
  width: 0;
  height: 0;*/
  border: 8px solid transparent;
  border-bottom: 0px;
  /*border-style: solid;
  border-width: 5px 4px 0 4px;*/
  border-color: #666666 transparent transparent transparent;
}
.content-section .info-part .div-row-up:after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 48%;
  /*top: 27px;
  right: 14px;
  width: 0;
  height: 0;*/
  /*border-style: 15px solid transparent;*/
  border: 8px solid transparent;
  /*border-width: 5px 4px 0 4px;*/
    border-top: 0px;
  border-color: transparent transparent #666666 transparent;
}
.content-section .header-links {
  float: right;
  margin-top: -22px;
  margin-right: -25px;
}
.content-section .header-links:before,
.content-section .header-links:after {
  content: "";
  display: table;
}
.content-section .header-links:after {
  clear: both;
}
.content-section .header-links:after {
  display: block;
  width: 100%;
  height: 3px;
  background: #23282d;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}
.content-section .header-links a {
  display: block;
  float: left;
  height: 58px;
  width: 60px;
  line-height: 58px;
  position: relative;
}
.content-section .header-links a.device-link:after {
  top: 17px;
  left: 16px;
}
.content-section .header-links a.panels-link:after {
  top: 20px;
  left: 19px;
}
.content-section .header-links a.info-link:after {
  top: 18px;
  left: 19px;
}
.content-section .header-links a.map-link:after {
  top: 18px;
  left: 21px;
}
.content-section .header-links a.active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.content-section .header-links a.add-link {
  height: 40px;
  width: 40px;
  right: 0;
  line-height: 42px;
}
.content-section .header-links a.add-link:hover {
  width: 142px;
}
.section-body {
  position: relative;
  background: #fff;
}
.section-body .no-data {
  font-family: 'ProximaNova-SBold';
  padding: 200px;
  min-height: 400px;
  color: #232323;
  text-align: center;
}
.section-body .no-data h1 {
  font-size: 24px;
}
.section-body .no-data span {
  font-family: 'Arial';
  font-size: 15px;
  color: #73787d;
}
.state-block {
  max-width: 330px;
  margin: 0 auto 20px;
  border: 2px solid #008dde;
  height: 40px;
  color: #008dde;
}
.state-block a {
  display: block;
  float: left;
  width: 50%;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'ProximaNova-SBold';
  font-size: 16px;
}
.state-block:hover {
  background: #b8cbd8;
}
.state-block .active {
  color: #ffffff;
  background: #008dde;
  cursor: default;
}
.build-link {
  display: block;
  position: relative;
  text-decoration: none;
  margin-bottom: 20px;
}
.build-link img {
  display: block;
}
.build-link span {
  color: #ffffff;
  position: absolute;
  display: block;
  width: 100%;
  padding: 15px;
  bottom: 0;
  left: 0;
  font-size: 16px;
  line-height: 16px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#e6000000', GradientType=0);
  /* IE6-9 */
  text-shadow: 0 1px #000000;
}
.build-link:hover:after,
.build-link:hover:before {
  display: block;
}
.build-link:before {
  display: none;
  width: 100%;
  background: rgba(64, 86, 109, 0.8); /*rgba(0, 141, 222, 0.8);*/
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.build-link:after {
  display: none;
  content: "";
  position: absolute;
  top: 85px;
  left: 100px;
  width: 20px;
  height: 38px;
  background: url(/Content/img/arrow.svg) 0 0 transparent no-repeat;
  background-size: cover;
}
.build-block {
  display: block;
  position: relative;
  text-decoration: none;
  margin-bottom: 20px;
  padding-left: 0;
}
.build-block img {
  display: block;
}
.build-block span {
  color: #23282d;
  position: absolute;
  display: block;
  width: 100%;
  padding: 15px;
  bottom: 0;
  left: 0;
  font-size: 16px;
  line-height: 16px;
  font-family: 'ProximaNova-SBold';
}
.build-block:hover:before {
  background: rgba(35, 40, 45, 0.8);
}
.build-block:hover span {
  color: #fff;
}
.build-block:hover a {
  display: block;
}
.build-block:before {
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.build-block a {
  display: none;
  width: 140px;
  height: 40px;
  position: absolute;
  top: 85px;
  left: 40px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'ProximaNova-SBold';
  line-height: 40px;
  font-size: 14px;
  background: #00b068;
  text-align: center;
}
.build-block a .icon {
  display: block;
  top: 0;
  left: 19px;
  position: absolute;
  font-size: 24px;
}
.build-block a:hover {
  background: #00c887;
}
.hide-block {
  display: none;
}
.table-part .table-row:after,
.table-part .table-row:before {
  content: "";
  display: table;
}
.table-part .filter-part {
  background: #fff;
  height: 60px;
}
.table-part .filter-part .b-font {
  font-size: 24px !important;
}
.table-part .filter-part .sort-block {
  display: block;
  width: 25%;
  float: left;
  line-height: 60px;
  padding-left: 13px;
  border-right: 1px solid #cdd2d7;
  position: relative;
}
.table-part .filter-part .sort-block.last-sort-block {
  border-right: 1px solid #cdd2d7 !important;
}
.table-part .filter-part .sort-block.bottom-sort-block {
  border-left: 1px solid #cdd2d7 !important;
  border-right: 1px solid #cdd2d7 !important;
}
.table-part .filter-part .sort-block .link-for-sort {
  display: block;
  height: 60px;
  margin-left: -20px;
  padding-left: 20px;
  text-decoration: none;
}
.table-part .filter-part .sort-block.wide-block {
  width: 350px;
}
.table-part .filter-part .sort-block .sort-name {
  text-transform: uppercase;
  color: #23282d;
  font-family: 'ProximaNova-Regular';
  font-size: 16px;
  text-decoration: none;
}
.table-part .filter-part .sort-block .sort-name.calendar {
  margin-left: -20px;
}
.table-part .filter-part .sort-block .sort-name.calendar .icon {
  color: #a5aaaf;
  font-size: 23px;
  padding-right: 8px;
}
.table-part .filter-part .sort-block .sort-name.calendar .dates {
  width: auto;
}
.table-part .filter-part .sort-block:last-child {
  border-right: 0;
}
.table-part .filter-part .sort-block .sort-link {
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  color: #91969b;
  font-size: 24px;
}
.table-part .filter-part .sort-block .sort-link .icon {
  position: relative;
  top: -2px;
}
.table-part .filter-part .sort-block .sort-count {
  font-family: 'ProximaNova-Regular';
  color: #008dde;
  position: absolute;
  right: 38px;
  font-size: 16px;
}
.table-part .filter-part .sort-block.active .sort-count,
.table-part .filter-part .sort-block.active .sort-link {
  color: #fff;
}
.table-part .filter-part .sort-links {
  position: absolute;
  right: 17px;
  top: 0;
  width: 27px;
  height: 14px;
}
.table-part .filter-part .sort-links a {
  text-decoration: none;
  color: #91969b;
  font-size: 22px;
}
.table-part .filter-part .sort-links a:hover {
  color: #23282d;
}
.table-part .filter-part .sort-links .sort-prev {
  display: block;
  float: left;
}
.table-part .filter-part .sort-links .sort-next {
  display: block;
  float: right;
}
.table-part .filter-part.top-sort .sort-block .link-for-sort {
  margin-left: 0;
  padding-left: 0;
}
.table-part .filter-part.bottom-sort .sort-block.active a.link-for-sort {
  background: #008dde;
  position: relative;
  z-index: 99;
}
.table-part .filter-part.bottom-sort .sort-block.active a.link-for-sort span {
  color: #fff;
}
.table-part .filter-part.pagination-bottom-sort {
  padding: 0;
  font-size: 1rem;
  box-shadow: none !important;
  float: right;
  width: 350px;
}
.table-part .filter-part.pagination-bottom-sort .sort-block {
  width: 175px;
}
.table-part .filter-part.pagination-bottom-sort-wide {
  padding: 0;
  font-size: 1rem;
  box-shadow: none !important;
  float: right;
  width: 615px;
}
.table-part .filter-part.pagination-bottom-sort-wide .sort-block {
  width: 175px;
}
.table-part .charts .filter-part .sort-block .link-for-sort {
  display: inline-block;
  height: 60px;
  text-decoration: none;
  width: 166px;
}
.table-part.device-table.charts .filter-part {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.table-part.device-table.charts .filter-part .sort-block {
  width: 25%;
  padding-left: 20px;
}
.table-part.device-table.charts .filter-part .sort-block:last-child {
  width: 25%;
}
.table-part.device-table.charts .filter-part .sort-block .link-for-sort {
  display: inline-block;
  height: 60px;
  text-decoration: none;
  width: 166px;
}
.table-part.device-table .filter-part {
  border-bottom: 1px solid #cdd2d7;
  -webkit-box-shadow: 0 3px 0 0 #ebedef;
  -moz-box-shadow: 0 3px 0 0 #ebedef;
  box-shadow: 0 3px 0 0 #ebedef;
  position: relative;
  z-index: 20;
}
.table-part.device-table .filter-part .cal-wide-sort {
  width: 263px !important;
  margin-right: -1px;
  border-left: 1px solid #cdd2d7 !important;
  text-align: center;
}
.table-part.device-table .filter-part .sort-block {
  width: 156px;
}
.table-part.device-table .filter-part .sort-block:last-child {
  width: 159px;
}
.table-part.device-table .filter-part.bottom-sort {
  border-bottom: 0;
  border-top: 1px solid #cdd2d7;
  -webkit-box-shadow: 0 -3px 0 0 #ebedef;
  -moz-box-shadow: 0 -3px 0 0 #ebedef;
  box-shadow: 0 -3px 0 0 #ebedef;
  position: relative;
}
.table-part.device-table .filter-part.bottom-sort .sort-block {
  width: 166px;
}
.table-part.device-table .filter-part.bottom-sort .sort-block:last-child,
.table-part.device-table .filter-part.bottom-sort .sort-block:first-child {
  width: 171px;
}
.table-part.device-table .filter-part.bottom-sort .sort-block .date-block {
  position: relative;
  margin-left: -24px;
  padding-left: 24px;
}
.table-part.device-table .filter-part.bottom-sort .sort-block .date-block .button {
  display: none;
}
.table-part.device-table .filter-part.bottom-sort .sort-block .date-block.active {
  background: #23282d;
  width: 600px;
  z-index: 25;
  padding: 0 10px;
  position: absolute;
  bottom: 1px;
}
.table-part.device-table .filter-part.bottom-sort .sort-block .date-block.active .calendar-link {
  display: inline-block;
  padding-left: 0;
  width: auto;
  width: 285px;
  text-align: center;
  margin-left: 5px;
  cursor: default;
  text-decoration: none;
}
.table-part.device-table .filter-part.bottom-sort .sort-block .date-block.active .button {
  display: inline-block;
  margin-top: 10px;
}
.table-part.device-table .filter-part.bottom-sort .sort-block .date-block.active .sort-link {
  display: none;
}
.table-part.device-table .filter-part.bottom-sort .sort-block .date-block.active .sort-name {
  color: #fff;
}
.table-part.device-table .filter-part.bottom-sort .sort-block .date-block.active .sort-name .icon_date {
  padding: 20px 10px 20px 20px;
}
.table-part.device-table .filter-part.bottom-sort .sort-block .date-block.active .sort-name .dates {
  text-align: left;
}
.table-part.device-table .filter-part.bottom-sort .sort-block .date-block.active .hide-calendar {
  display: block;
}
.table-part.device-table .filter-part.bottom-sort .sort-block.wide-sort {
  width: 430px;
}
.table-part.device-table .filter-part.bottom-sort a {
  text-decoration: none;
}
.table-part.device-table .filter-part.bottom-sort a.prev-link {
  position: relative;
  padding-left: 62px;
  display: block;
  margin-left: -24px;
  height: 60px;
}
.table-part.device-table .filter-part.bottom-sort a.prev-link .icon {
  display: block;
  position: absolute;
  left: 24px;
  top: 0;
  font-size: 22px;
  color: #a5aaaf;
}
.table-part.device-table .filter-part.bottom-sort a.prev-link:hover .icon {
  color: #23282d;
}
.table-part.device-table .filter-part.bottom-sort a.next-link {
  position: relative;
  padding-right: 38px;
  padding-left: 24px;
  display: block;
  margin-left: -24px;
  height: 60px;
}
.table-part.device-table .filter-part.bottom-sort a.next-link .icon {
  display: block;
  position: absolute;
  right: 24px;
  top: 0;
  font-size: 22px;
  color: #a5aaaf;
}
.table-part.device-table .filter-part.bottom-sort a.next-link:hover .icon {
  color: #23282d;
}
.table-part.device-table .filter-part.bottom-sort a.page-next-link {
  position: relative;
  padding-right: 38px;
  padding-left: 24px;
  display: block;
  margin-left: -24px;
  height: 60px;
}
.table-part.device-table .filter-part.bottom-sort a.page-next-link .icon {
  display: block;
  position: absolute;
  right: 24px;
  top: 0;
  font-size: 22px;
  color: #a5aaaf;
}
.table-part.device-table .filter-part.bottom-sort a.page-next-link:hover .icon {
  color: #23282d;
}
.table-part.device-table .filter-part.bottom-sort a.page-prev-link {
  position: relative;
  padding-left: 62px;
  display: block;
  margin-left: -24px;
  height: 60px;
}
.table-part.device-table .filter-part.bottom-sort a.page-prev-link .icon {
  display: block;
  position: absolute;
  left: 24px;
  top: 0;
  font-size: 22px;
  color: #a5aaaf;
}
.table-part.device-table .filter-part.bottom-sort a.page-prev-link:hover .icon {
  color: #23282d;
}
.table-part.device-table .filter-part.bottom-sort a.calendar-link {
  text-align: center;
  width: auto;
  display: block;
}
.table-part.device-table .filter-part.bottom-sort a .calendar {
  position: relative;
  padding-left: 36px;
}
.table-part.device-table .filter-part.bottom-sort a .calendar .icon {
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
  content: "";
  color: #a5aaaf;
  line-height: 1em;
  font-size: 23px;
}
.table-part.device-table .filter-part.bottom-sort.active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-top-color: #787d82;
}
.table-part.device-table .filter-part.bottom-sort.active:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(35, 40, 45, 0.5);
  content: "";
}
.table-part.device-table .filter-part.bottom-sort.active .calendar .icon {
  color: #fff;
}
.table-part .table-head {
  background: #ebedef;
  height: 40px;
  line-height: 40px;
  color: #91969b;
  font-size: 12px;
  font-family: 'ProximaNova-SBold';
  text-transform: uppercase;
}
.table-part .table-row {
  background: #fff;
  border-bottom: 1px solid #cdd2d7;
  color: #555a5f;
  font-size: 12px;
  line-height: 19px;
  font-family: Arial, Helvetica, sans-serif;
  display: table;
  width: 100%;
}
.table-part .table-row.table-pagination {
  height: 60px;
  background: white;
  border-top: 3px solid black;
  margin-top: -1px;
  position: relative;
  z-index: 1;
}
.table-part .table-row.table-pagination .pagination-container {
  float: left;
  width: 325px;
  padding: 21px 0 0 19px;
  position: relative;
  z-index: 21;
}
.table-part .table-row.table-pagination .wide-pagination-container {
  float: left;
  width: 700px;
  padding-left: 14px;
}
.table-part .table-row.table-pagination .p-page {
  padding: 7px 10px 7px 10px;
  color: #23282d;
  border: 1px solid #e5e5e5;
  margin-right: 5px;
  text-decoration: none;
}
.table-part .table-row.table-pagination .p-page:hover {
  background: #f0f0f0;
}
.table-part .table-row.table-pagination .p-page-active {
  border: 1px solid #008dde;
  background: #008dde;
  color: white;
}
.table-part .table-row.table-pagination .p-page-active:hover {
  background: #008dde;
}
.table-part .table-row.table-pagination .info {
  text-align: right;
  padding: 14px 15px 15px 15px;
}
.table-part .table-row.table-pagination .icon {
  padding-right: 3px;
  font-size: 16px;
}
.table-part .table-row.active {
  background: #f9fafa;
}
.table-part .table-row:last-child {
  border-bottom: none;
}
.table-part .table-row > div {
  padding-top: 15px;
  padding-bottom: 15px;
}
.table-part .table-row > div.accordion-block {
  padding: 0;
}
.table-part .table-row .block-290 span {
  display: block;
  margin-left: 30px;
}
.table-part .table-row .block-290 a {
  float: left;
  margin-top: -3px;
}
.table-part .table-row .led {
  padding-left: 15px;
  position: relative;
}
.table-part .table-row .led:before {
  display: block;
  position: absolute;
  height: 8px;
  width: 8px;
  top: 3px;
  left: 0;
  content: "";
}
.table-part .table-row .led.led-green:before {
  background: #00b068;
}
.table-part .table-row .led.led-yellow:before {
  background: #ffd700;
}
.table-part .table-row .led.led-red:before {
  background: #f75e7e;
}
/*.table-part .sort-part {
    background: #fff;
    height: 60px;
}
.table-part .sort-part .sort-block {
    display: block;
    width: 25%;
    float: left;
    line-height: 60px;
    padding-left: 20px;
    border-right: 1px solid #cdd2d7;
    position: relative;
}*/
.col-6 {
  display: block;
  float: left;
  width: 16.6%;
  height: 40px;
  text-align: center;
  position: relative;
}
.col-6 .led-value {
  display: inline-block;
  top: -4px;
}
.chart-block {
  padding: 5px 0 30px 0;
  min-height: 600px;
}
.visible-sort {
  margin-left: -20px;
  padding-left: 20px;
  position: relative;
  z-index: 31;
}
.disabled-sort {
  margin-left: -20px;
  padding-left: 20px;
  position: relative;
  z-index: 31;
}
.disabled-sort-block {
  cursor: not-allowed;
}
.c-disabled {
  color: #c0c0c0 !important;
  cursor: not-allowed;
}
.table-part .filter-part .sort-block.active .visible-sort {
  background: #008dde;
  color: #fff;
}
.table-part .filter-part .sort-block.active .visible-sort .sort-name {
  color: #fff;
}
.table-part .filter-part .sort-block.active .visible-sort .sort-name span {
  color: #fff;
}
.charts .charts-back-to {
  position: absolute;
  right: 30px;
  top: 100px;
  width: 32px;
  height: 32px;
  background: transparent;
  z-index: 10;
}
.charts .top-sort .sort-list li {
  padding: 20px;
}
.charts .hide-sort .sort-list li .checkbox {
  display: block;
  width: auto;
  margin-top: 25px;
}
.charts .hide-sort .sort-list li .checkbox label {
  text-transform: uppercase;
  color: #23282d;
  font-size: 16px;
  font-family: 'ProximaNova-Regular';
  position: relative;
  display: inline;
  padding-left: 35px;
  top: -25px;
}
.bottom-sort .hide-sort {
  bottom: 0px;
  padding-top: 0;
  padding-bottom: 60px;
}
.hide-sort {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 30;
  background: #fff;
  -webkit-box-shadow: 0 5px 10px gba(1, 1, 1, 0.3);
  -moz-box-shadow: 0 5px 10px gba(1, 1, 1, 0.3);
  box-shadow: 0 5px 10px gba(1, 1, 1, 0.3);
}
.hide-sort .sort-list li {
  display: block;
  height: 60px;
  border-bottom: 1px solid #cdd2d7;
  overflow: hidden;
}
.hide-sort .sort-list li a {
  display: block;
  height: 60px;
  line-height: 60px;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  color: #23282d;
  font-family: 'ProximaNova-Regular';
  font-size: 16px;
  padding-left: 20px;
}
.hide-sort .sort-list li a:hover {
  color: #008dde;
}
.hide-sort .sort-list li:last-child {
  border-bottom: 0;
}
.table-sort {
  width: 311px !important;
}
.checkbox {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
  top: -20px;
}
.checkbox label {
  position: absolute;
}
.checkbox label:before {
  display: block;
  width: 20px;
  height: 20px;
  background: #ebedef;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}
.checkbox input:checked + label:before {
  content: "\e001";
  font-family: "icons";
  font-size: 25px;
  color: #91969b;
  line-height: 24px;
  text-align: center;
}
.checkbox .check {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.active .prev-link,
.active .next-link {
  pointer-events: none;
}
.date-block.hide-block.active {
  position: absolute;
  bottom: 0;
  left: 170px;
}
.date-block.hide-block.active a {
  text-decoration: none;
}
.table-block .dates,
.table-part .dates {
  display: inline-block;
  width: 210px;
  text-align: center;
}
.date-block.active {
  background: #23282d;
  width: 600px;
  z-index: 25;
  padding: 0 10px;
  position: absolute;
  bottom: 1px;
}
.date-block.active .calendar-link {
  display: inline-block;
  padding-left: 0;
  width: auto;
  width: 285px;
  text-align: center;
  margin-left: 5px;
  cursor: default;
  color: #fff;
  text-decoration: none;
}
.date-block.active .calendar-link .sort-name {
  color: #fff;
}
.date-block.active .calendar-link .sort-name .icon_date {
  padding: 20px 10px 20px 30px;
}
.date-block.active .calendar-link .sort-name .dates {
  padding-left: 20px;
  line-height: 60px;
}
.date-block.active .calendar-link .icon {
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
  content: "";
  line-height: 1em;
  font-size: 23px;
}
.date-block.active .button {
  display: inline-block;
  margin-top: 10px;
}
.link-part {
  height: 60px;
}
.device-open-link {
  font-size: 12px;
  color: #008dde;
  text-decoration: underline;
}
.device-open-link:hover {
  color: #00b068;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  /* required for Opera */
  -ms-text-overflow: ellipsis;
  /* required for IE8, allegedly */
  -moz-binding: url('ellipsis.xml#ellipsis');
  /* for Firefox; details here  */
}
.accordion-block {
  clear: both;
}
.value-list {
  margin-left: 350px;
}
.value-list li {
  display: inline-block;
  border-top: 1px solid #cdd2d7;
  margin: 0;
  padding-top: 10px;
  width: 100%;
}
.value-list li span {
  display: block;
  float: left;
}
.value-list li span.name {
  width: 130px;
  padding-right: 10px;
}
.value-list li span.value {
  width: 110px;
  word-wrap: break-word;
}
.col-6 {
  display: block;
  float: left;
  width: 16.6%;
  height: 40px;
  text-align: center;
  position: relative;
}
.col-6 .led-value {
  display: inline-block;
  top: -4px;
}
.scroll-block {
  max-height: 480px;
  overflow: auto;
}
.info-block {
  padding-bottom: 5px;
  margin-bottom: 25px;
  border-bottom: 1px solid #cdd2d7;
}
.info-block:last-child {
  border-bottom: 0;
}
.info-list dt {
  min-width: 80px;
  padding-right: 10px;
  display: block;
  float: left;
  text-transform: uppercase;
  font-family: 'ProximaNova-SBold';
  color: #a5aaaf;
  font-size: 12px;
  /*white-space: nowrap;*/
  line-height: 24px;
}
.info-list dd {
  display: block;
  margin-left: 80px;
  font-size: 14px;
  line-height: 24px;
  color: #555a5f;
  font-family: 'ProximaNova-Regular';
  margin-bottom: 10px;
  min-height: 24px;
}
.info-list dd .led-value {
  top: 6px;
}
.info-list.wide-dt dt {
  padding-right: 10px;
}
.info-list.wide-dt dd {
  margin-left: 115px;
}
.chart-block {
  padding: 5px 0 30px 0;
  min-height: 600px;
}
.visible-sort {
  margin-left: -20px;
  padding-left: 20px;
  position: relative;
  z-index: 31;
  height: 60px;
}
.visible-sort .checkbox {
  top: 5px;
}
.disabled-sort {
  margin-left: -20px;
  padding-left: 20px;
  position: relative;
  z-index: 31;
}
.disabled-sort-block {
  cursor: not-allowed;
}
.c-disabled {
  color: #c0c0c0 !important;
  cursor: not-allowed;
}
.table-part .filter-part .sort-block.active .visible-sort {
  background: #008dde;
  color: #fff;
}
.table-part .filter-part .sort-block.active .visible-sort .sort-name {
  color: #fff;
}
.table-part .filter-part .sort-block.active .visible-sort .sort-name span {
  color: #fff;
}
.charts .top-sort .sort-list li {
  padding: 20px;
}
.charts .top-sort .sort-list li:hover {
  background: rgba(0, 0, 0, 0.015);
}
.charts .hide-sort .sort-list li .checkbox {
  display: block;
  width: auto;
  margin-top: 25px;
}
.charts .hide-sort .sort-list li .checkbox label {
  text-transform: uppercase;
  color: #23282d;
  font-size: 16px;
  font-family: 'ProximaNova-Regular';
  position: relative;
  display: inline;
  padding-left: 35px;
  top: -25px;
}
.bottom-sort .hide-sort {
  bottom: 0px;
  padding-top: 0;
  padding-bottom: 60px;
}
.top-sort .hide-sort {
  margin-top: 0;
  width: 470px;
}
.hide-sort {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 30;
  background: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(1, 1, 1, 0.3);
  -moz-box-shadow: 0 5px 10px rgba(1, 1, 1, 0.3);
  box-shadow: 0 5px 10px rgba(1, 1, 1, 0.3);
}
.hide-sort .sort-list li {
  display: block;
  height: 60px;
  border-bottom: 1px solid #cdd2d7;
  overflow: hidden;
}
.hide-sort .sort-list li a {
  display: block;
  height: 60px;
  line-height: 60px;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  color: #23282d;
  font-family: 'ProximaNova-Regular';
  font-size: 16px;
  padding-left: 20px;
}
.hide-sort .sort-list li a:hover {
  color: #008dde;
}
.hide-sort .sort-list li:last-child {
  border-bottom: 0;
}
.checkbox {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  top: -20px;
}
.checkbox label {
  position: absolute;
}
.checkbox label:before {
  display: block;
  width: 20px;
  height: 20px;
  background: #ebedef;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}
.checkbox input:checked + label:before {
  content: "\e001";
  font-family: "icons";
  font-size: 25px;
  color: #91969b;
  line-height: 24px;
  text-align: center;
}
.checkbox .check {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.active .prev-link,
.active .next-link {
  pointer-events: none;
}
.led-value {
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 4px;
  position: relative;
  top: 3px;
}
.led-value.inline-value {
  display: inline-block;
  margin-right: 2px;
  top: -1px;
}
.led-value.led-green {
  background: #00b068;
}
.led-value.led-blue {
  background: #223d52;
}
.led-value.led-green:before {
  display: none;
  color: #fff;
  position: absolute;
  height: 26px;
  line-height: 26px;
  padding: 0 5px;
  top: 0;
  left: 100%;
  background: #5f6469;
  font-family: 'ProximaNova-Regular';
  font-size: 14px;
  z-index: 300;
  text-decoration: none;
}
.led-value.led-green.hover:before {
  display: block;
}
.led-value.led-yellow {
  background: #ffd700;
}
.led-value.led-yellow:before {
  display: none;
  color: #fff;
  position: absolute;
  height: 26px;
  line-height: 26px;
  padding: 0 5px;
  top: 0;
  left: 100%;
  background: #5f6469;
  font-family: 'ProximaNova-Regular';
  font-size: 14px;
  z-index: 300;
  text-decoration: none;
}
.led-value.led-yellow.hover:before {
  display: block;
}
.led-value.led-red {
  background: #f75e7e;
}
.led-value.led-red:before {
  display: none;
  color: #fff;
  position: absolute;
  height: 26px;
  line-height: 26px;
  padding: 0 5px;
  top: 0;
  left: 100%;
  background: #5f6469;
  font-family: 'ProximaNova-Regular';
  font-size: 14px;
  z-index: 300;
  text-decoration: none;
}
.led-value.led-red.hover:before {
  display: block;
}
.led-value.led-amber {
  background: #d2d4d7;
}
.date-block.hide-block.active {
  position: absolute;
  bottom: 0;
  left: 170px;
}
.date-block.hide-block.active a {
  text-decoration: none;
}
.table-block .dates,
.table-part .dates {
  display: inline-block;
  width: 210px;
  text-align: center;
}
.date-block.active {
  background: #3f556d;
  width: 600px;
  z-index: 25;
  padding: 0 10px;
  position: absolute;
  bottom: 1px;
}
.date-block.active .calendar-link {
  display: inline-block;
  padding-left: 0;
  width: auto;
  width: 285px;
  text-align: center;
  margin-left: 5px;
  cursor: default;
  color: #fff;
  text-decoration: none;
}
.date-block.active .calendar-link .sort-name {
  color: #fff;
}
.date-block.active .calendar-link .sort-name .icon_date {
  padding: 20px 10px 20px 30px;
}
.date-block.active .calendar-link .sort-name .dates {
  padding-left: 20px;
  line-height: 60px;
}
.date-block.active .calendar-link .icon {
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
  content: "";
  line-height: 1em;
  font-size: 23px;
}
.date-block.active .button {
  display: inline-block;
  margin-top: 10px;
}
.link-part {
  height: 60px;
}
.link-part .button {
  margin-left: 0;
}
.device-open-link {
  font-size: 12px;
  color: #008dde;
  text-decoration: underline;
}
.device-open-link:hover {
  color: #00b068;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  /* required for Opera */
  -ms-text-overflow: ellipsis;
  /* required for IE8, allegedly */
  -moz-binding: url('ellipsis.xml#ellipsis');
  /* for Firefox; details here  */
}
.panel-part {
  background: #fff;
  border-bottom: 1px solid #cdd2d7;
  padding: 25px;
  position: relative;
  padding-right: 80px;
}
.panel-part:last-child {
  border-bottom: 0;
}
.panel-part span {
  display: block;
}
.panel-part span.panel-id {
  color: #a5aaaf;
  font-family: 'ProximaNova-SBold';
  font-size: 12px;
  line-height: 12px;
  padding-bottom: 20px;
}
.panel-part span.panel-location {
  font-size: 14px;
  color: #40566d;
  font-family: 'ProximaNova-Regular';
}
.panel-part span.panel-location .label {
  text-transform: uppercase;
  color: #a5aaaf;
  font-size: 12px;
  font-family: 'ProximaNova-SBold';
  display: inline-block;
  padding-right: 7px;
  padding-left: 0;
}
.panel-part span.panel-description {
  font-size: 14px;
  color: #40566d;
  font-family: 'ProximaNova-Regular';
  margin-top: 8px;
  line-height: 1.4;
}
.panel-part span.panel-description .label {
  text-transform: uppercase;
  color: #a5aaaf;
  font-size: 12px;
  font-family: 'ProximaNova-SBold';
  display: inline-block;
  padding-right: 7px;
  padding-left: 0;
}
.panel-part .panel-name {
  color: #40566d;
  font-size: 20px;
  font-family: 'ProximaNova-SBold';
  line-height: 20px;
  padding-bottom: 4px;
  text-decoration: none;
  display: block;
}
.panel-part .panel-name .led-value {
  margin-left: 5px;
  top: -1px;
}
.panel-part .panel-name:hover {
  color: #008dde;
}
.panels-block {
  position: absolute;
  top: 40px;
  right: 0px;
  border-top: 3px solid #23282d;
  z-index: 10;
  -webkit-box-shadow: 0 5px 10px rgba(1, 1, 1, 0.3);
  -moz-box-shadow: 0 5px 10px rgba(1, 1, 1, 0.3);
  box-shadow: 0 5px 10px rgba(1, 1, 1, 0.3);
}
.panels-block li {
  display: block;
  background: #fff;
  border-bottom: 1px solid #cdd2d7;
  width: 240px;
}
.panels-block li:last-child {
  border-bottom: 0;
}
.panels-block li a {
  text-decoration: none;
  display: block;
  color: #23282d;
  font-size: 16px;
  font-family: 'ProximaNova-SBold';
  padding: 15px;
  line-height: 16px;
  margin-left: 0;
}
.panels-block li a:hover {
  color: #008dde;
}
.panels-block li a span {
  display: block;
}
.panels-block li a span.id-panel {
  color: #a5aaaf;
  font-size: 12px;
  line-height: 12px;
  padding-top: 10px;
}
.link-menu,
.device-link,
.panels-link,
.map-link,
.info-link,
.control-link,
.pen-link,
.chart-link,
.menu-link {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #ebedef;
  position: relative;
  float: left;
  color: #a5aaaf;
  text-decoration: none;
  font-size: 26px;
  text-align: center;
}
.link-menu:hover,
.device-link:hover,
.panels-link:hover,
.map-link:hover,
.info-link:hover,
.pen-link:hover,
.control-link:hover,
.chart-link:hover,
.menu-link:hover {
  color: #23282d;
}
.link-menu.active,
.device-link.active,
.panels-link.active,
.map-link.active,
.info-link.active,
.pen-link.active,
.control-link.active,
.chart-link.active,
.menu-link.active {
  color: #fff;
  background: #23282d;
}
.link-menu:before,
.device-link:before,
.panels-link:before,
.map-link:before,
.info-link:before,
.pen-link:before,
.control-link:before,
.chart-link:before,
.menu-link:before {
  display: none;
  color: #fff;
  position: absolute;
  height: 26px;
  line-height: 26px;
  padding: 0 5px;
  bottom: -26px;
  left: 0px;
  min-width: 100%;
  background: #5f6469;
  font-family: 'ProximaNova-Regular';
  font-size: 14px;
  z-index: 300;
  text-decoration: none;
}
.link-menu:hover::before,
.device-link:hover::before,
.panels-link:hover::before,
.map-link:hover::before,
.info-link:hover::before,
.pen-link:hover::before,
.control-link:hover::before,
.chart-link:hover::before,
.menu-link:hover::before {
  display: block;
}
.absolute-block {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 40px;
}
.absolute-block a {
  margin-left: 10px;
}
.link-menu,
.device-link,
.panels-link,
.map-link,
.info-link,
.pen-link,
.control-link,
.chart-link,
.menu-link {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #ebedef;
  position: relative;
  float: left;
  color: #a5aaaf;
  text-decoration: none;
  font-size: 26px;
  text-align: center;
}
.link-menu:hover,
.device-link:hover,
.panels-link:hover,
.map-link:hover,
.info-link:hover,
.pen-link:hover,
.control-link:hover,
.chart-link:hover,
.menu-link:hover {
  color: #23282d;
}
.link-menu.active,
.device-link.active,
.panels-link.active,
.map-link.active,
.info-link.active,
.pen-link.active,
.control-link.active,
.chart-link.active,
.menu-link.active {
  color: #fff;
  background: #23282d;
}
.link-menu:before,
.device-link:before,
.panels-link:before,
.map-link:before,
.info-link:before,
.pen-link:before,
.control-link:before,
.chart-link:before,
.menu-link:before {
  display: none;
  color: #fff;
  position: absolute;
  height: 26px;
  line-height: 26px;
  padding: 0 5px;
  bottom: -26px;
  left: 0px;
  min-width: 100%;
  background: #5f6469;
  font-family: 'ProximaNova-Regular';
  font-size: 14px;
  z-index: 300;
  text-decoration: none;
}
.link-menu:hover::before,
.device-link:hover::before,
.panels-link:hover::before,
.map-link:hover::before,
.info-link:hover::before,
.pen-link:hover::before,
.control-link:hover::before,
.chart-link:hover::before,
.menu-link:hover::before {
  display: block;
}
.device-link {
  font-size: 30px;
}
.panels-link.active {
  -webkit-box-shadow: 0 5px 10px rgba(1, 1, 1, 0.3);
  -moz-box-shadow: 0 5px 10px rgba(1, 1, 1, 0.3);
  box-shadow: 0 5px 10px rgba(1, 1, 1, 0.3);
}
.span-device {
  font-size: 23px;
  position: absolute;
  color: red;
}
.back-link {
  display: block;
  width: 60px;
  height: 60px;
  background: #a0acba;
  position: relative;
  float: left;
  z-index: 20;
  margin: -22px 15px 0 -25px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 25px;
  line-height: 60px;
  padding: 2px 0 0 1px;
}
.back-link:hover {
  background: #a9b4c0;
  text-decoration: none;
  color: #fff;
}
.accordion-link {
  display: block;
  width: 20px;
  height: 20px;
  text-decoration: none;
  font-size: 16px;
  line-height: 18px;
  color: #a0acba;
  background: #ebedef;
  text-align: center;
}
.accordion-link:hover {
  color: #23282d;
}
.accordion-link.active {
  color: #fff;
  background: #a9b4c0;
}
.accordion-link.active:hover {
  background: #23282d;
}
.hide-block {
  display: none;
}
.block-60 {
  width: 60px;
  padding-left: 15px;
  float: left;
}
.block-290 {
  width: 290px;
  padding-right: 35px;
  float: left;
}
.block-320 {
  width: 320px;
  padding-left: 30px;
  float: left;
}
.block-130 {
  width: 130px;
  float: left;
}
.block-140 {
  width: 140px;
  float: left;
}
.block-175 {
  width: 175px;
  float: left;
}
.block-75 {
  width: 75px;
  float: left;
}
.tab-block {
  display: none;
}
.tab-block.active {
  display: block;
}
.blue-text {
  color: #008dde;
}
.calendar {
  position: relative;
}
.content-section header {
  background: #ebedef;
  padding: 22px 25px 20px;
  position: relative;
  height: 60px;
}
.content-section header h1 {
  display: inline-block;
  margin-bottom: 7px;
}
.content-section .img-block {
  position: relative;
}
.content-section .img-block img {
  display: block;
}
.content-section .img-block span {
  font-family: 'ProximaNova-SBold';
  color: #ffffff;
  font-size: 26px;
  line-height: 24px;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 20px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#e6000000', GradientType=0);
  /* IE6-9 */
  text-shadow: 0 1px #000000;
}
.content-section .info-part {
  background: #fff;
  color: #73787d;
  font-size: 14px;
  line-height: 18px;
  padding: 25px 25px 20px;
}
.content-section .header-links {
  float: right;
  margin-top: -22px;
  margin-right: -25px;
}
.content-section .header-links:after {
  display: block;
  width: 100%;
  height: 3px;
  background: #23282d;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}
.content-section .header-links a {
  display: block;
  float: left;
  height: 58px;
  width: 60px;
  line-height: 58px;
  position: relative;
  text-decoration: none;
}
.content-section .header-links a.device-link:after {
  top: 17px;
  left: 16px;
}
.content-section .header-links a.panels-link:after {
  top: 20px;
  left: 19px;
}
.content-section .header-links a.info-link:after {
  top: 18px;
  left: 19px;
}
.content-section .header-links a.map-link:after {
  top: 18px;
  left: 21px;
}
.content-section .header-links a.active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #fff;
  background: #263a53;
}
.content-section .header-links a.add-link {
  height: 40px;
  width: 40px;
  right: 0;
  line-height: 42px;
}
.content-section .header-links a.add-link:hover {
  width: 142px;
}
.head-text {
  float: left;
  max-width: 615px;
  margin-top: -10px;
}
.head-p {
  font-size: 12px;
  color: #83898f;
}
.black-title {
  text-transform: none;
  color: #40566d !important;
}
.section-body {
  background: #fff;
}
.section-body.with-padding {
  padding: 60px 80px 40px;
}
.form-part {
  display: block;
}
.page-info-form-title {
    color: #909aa7;  /*black;*/
}
.button-part {
  text-align: center;
  padding-bottom: 50px;
}
#masterContainer {
  width: 940px;
  height: 100px;
  margin-top: 10px;
  text-align: left;
  float: left;
}
#detailContainer {
  width: 940px;
  height: 450px;
  margin-top: 10px;
  text-align: left;
}
.ui-tooltip {
  background: #5f6469 !important;
  border: none !important;
  padding: 5px 10px !important;
  color: white !important;
  font: bold 12px "Helvetica Neue", Sans-Serif, Arial !important;
  text-transform: uppercase !important;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3) !important;
  border-radius: 0 !important;
  display: inline-block !important;
  position: absolute !important;
  max-width: 800px !important;
}
div.ds-loading {
  background-image: url('/Content/modal/ajax-loader.gif');
  background-repeat: no-repeat;
  position: fixed;
  width: 60px;
  height: 60px;
  z-index: 11111;
}
.bigImage {
  width: 650px !important;
  height: 430px !important;
  position: absolute;
  /*z-index: 50;*/
  left: 12px;
  top: -210px;
}
.defaultImage {
  border: 1px dotted #008dde;
  width: 150px;
  height: 150px;
}
#refresh {
  width: 60px;
  height: 58px;
  background: #a0acba;
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 26px;
  color: white;
  padding: 16px 0 0 18px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
#refresh:hover {
  background: #b3bcc7;
}
#report {
  width: 60px;
  height: 60px;
  background: #a0acba;
  position: absolute;
  right: 0px;
  top: 184px;
  font-size: 26px;
  color: white;
  padding: 16px 0 0 18px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
#report:hover {
  background: #b3bcc7;
}
#delta {
  width: 60px;
  height: 60px;
  background: #a0acba;
  position: absolute;
  right: 0px;
  top: 122px;
  font-size: 26px;
  color: white;
  padding: 16px 0 0 18px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
#delta:hover {
  background: #b3bcc7;
}
#actual {
  width: 60px;
  height: 60px;
  background: #a0acba;
  position: absolute;
  right: 0px;
  top: 60px;
  display: none;
  font-size: 26px;
  color: white;
  padding: 16px 0 0 18px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
#actual:hover {
  background: #b3bcc7;
}
#dv {
  width: 60px;
  height: 120px;
  background: #d3dce3;
  position: absolute;
  right: -50px;
  font-size: 26px;
  padding: 16px 0 0 18px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
#dv:hover {
  background: #cdd2d7;
}
.content-section #dv a.active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #fff;
  background: #263a53;
}
.input-default {
  display: block;
  background: #ebedef;
  height: 45px;
  font-size: 14px;
  font-family: 'ProximaNova-SBold';
  color: #23282d;
  padding: 12px 0 12px 10px;
  border: 0;
  width: 100%;
  line-height: 1.3;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15) inset;
}
.input-default.small-input {
  width: 110px;
  margin-right: 13px;
  float: left;
}
.input-default.small-input:last-child {
  margin-right: 0;
}
.input-default:focus {
  background: #fff;
  border: 1px solid #ff9b43;
  outline: none !important;
  box-shadow: 0 0 10px #ff9b43;
}
.input-default:disabled {
  color: #757E86;
}
.input-default:-moz-placeholder {
  font-size: 14;
  color: #a5aaaf;
}
.input-default::-moz-placeholder {
  font-size: 14;
  color: #a5aaaf;
}
.input-default::-webkit-input-placeholder {
  font-size: 14;
  color: #a5aaaf;
}
.input-default:-ms-input-placeholder {
  font-size: 14;
  color: #a5aaaf;
}
.input-error,
.input-validation-error {
  background: #fff1f4;
  border: 2px solid #f75e7e;
}
.input-error-hint,
.field-validation-error {
  display: block;
  color: #f75e7e;
  font-size: 12px;
  margin-top: 8px;
}
label {
  display: block;
  color: #91969b;
  font-family: 'ProximaNova-SBold';
  font-size: 12px;
  text-transform: uppercase;
  padding-bottom: 5px;
}
select {
  width: 100%;
}
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100% !important;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(1, 1, 1, 0.3);
  -moz-box-shadow: 0 5px 10px rgba(1, 1, 1, 0.3);
  box-shadow: 0 5px 10px rgba(1, 1, 1, 0.3);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container-single .chosen-single {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  background-clip: padding-box;
  text-decoration: none;
  white-space: nowrap;
  background: #ebedef;
  height: 45px;
  color: #23282d;
  padding: 12px 14px;
  border: 0;
  width: 400px;
  font-size: 14px;
  font-family: 'ProximaNova-Regular';
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: 'ProximaNova-SBold';
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 11px;
  right: 10px;
  display: block;
}
.chosen-container-single .chosen-single div:after {
  content: "\e014";
  position: absolute;
  top: 0;
  right: 5px;
  display: block;
  font-family: "icons";
  font-size: 20px;
  color: #91969b;
}
.chosen-container-active.chosen-container-single .chosen-single div:after {
  color: #fff;
}
.chosen-container-single .chosen-search {
  display: none;
}
.chosen-container-single .chosen-search input[type="text"] {
  display: none;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  list-style: none;
  background: #ffffff;
  border-bottom: 1px solid #cdd2d7;
}
.chosen-container .chosen-results li:last-child {
  border-bottom: 0;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  color: #008dde;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  background: #008dde;
  color: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(1, 1, 1, 0.3);
  -moz-box-shadow: 0 5px 10px rgba(1, 1, 1, 0.3);
  box-shadow: 0 5px 10px rgba(1, 1, 1, 0.3);
}
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
.login-part {
  width: 460px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -175px;
  margin-left: -230px;
  background: #fff;
  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5);
}
.login-part header {
  height: 60px;
  padding: 15px;
  border-bottom: 1px solid #cdd2d7;
}
.login-part header h1 {
  margin-top: -5px;
}
.login-part .login-form fieldset {
  padding: 30px 50px 0px;
}
.login-part .login-form fieldset .form-part {
  padding-bottom: 30px;
}
.login-part .bottom-part {
  height: 60px;
  background: #40566D;
  padding: 10px 50px;
}
.login-part .bottom-part .button {
  float: right;
}
.login-part .remind-link {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 40px;
  font-family: 'ProximaNova-Regular';
  color: #9aafc2;
  text-decoration: none;
}
.login-part .remind-link:hover {
  opacity: .9;
  color: #fff;
}
.login-part .form-part:last-child {
  padding-bottom: 40px !important;
}
.register-part {
  width: 700px;
  position: absolute;
  top: 30%;
  left: 50%;
  margin-top: -200px;
  margin-left: -370px;
  background: #fff;
  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5);
}
.register-part header {
  height: 80px;
  border-bottom: 1px solid #cdd2d7;
}
.register-part header h1 {
  padding: 12px 0 0 10px;
}
.register-part header .form-title {
  padding-top: 34px;
  font-family: 'ProximaNova-SBold';
  font-size: 20px;
}
.register-part .register-form .row {
  padding: 0 20px 0 20px;
}
.register-part .register-form .row:first-child {
  padding-top: 20px;
}
.register-part .register-form .row:last-child {
  padding-bottom: 30px;
}
.register-part .register-form .row .upload-img-container {
  text-align: center;
}
.register-part .register-form .row .upload-img-container .upload-photo {
  float: left;
  width: 100%;
  font-family: 'ProximaNova-SBold';
  text-align: center;
  padding: 10px 0 0 0;
}
.register-part .register-form .row .upload-img-container img {
  border-radius: 50px;
}
.register-part .register-form label {
  height: 22px;
}
.register-part .register-form label span {
  color: red;
  position: absolute;
  float: left;
  font-size: 22px;
  padding-right: 3px;
}
.register-part .register-form hr {
  border-color: rgba(0, 0, 0, 0.1);
}
.register-part .register-form .multiple-phones .outside {
  width: 15px;
  display: inline-block;
  text-align: center;
  margin-left: -20px;
}
.register-part .register-form .multiple-phones .p60 {
  width: 60px;
  margin-right: 5px;
}
.register-part .register-form .multiple-phones .p240 {
  width: 221px;
}
.register-part .bottom-part {
  height: 60px;
  background: #40566D;
  padding: 10px 20px;
}
.register-part .bottom-part .button {
  float: right;
  margin-left: 10px;
}
.register-part .remind-link {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 40px;
  font-family: 'ProximaNova-SBold';
  color: #91969b;
  text-decoration: none;
}
.register-part .remind-link:hover {
  opacity: .9;
}
.head-fix {
  right: 20px !important;
}
.button-device-setting {
    display: block;
    /*background: black;*/
    width: 40px;
    height: 40px;
    position: relative;
    overflow: hidden;
    font-family: 'ProximaNova-SBold';
    /*color: #fff;*/
    color: #909aa7; /*black;*/
    line-height: 43px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.button-device-setting .icon {
  margin-top: -4px;
  font-size: 26px;
  line-height: 16px;
  color: #909aa7;
}
.button-device-setting .icon:hover {
  color: #40566d;
}

.button-add {
  display: block;
  /*background: #223d52;*/  /*#223d52;*/
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
  font-family: 'ProximaNova-SBold';
  color: #fff;
  line-height: 43px;
  position: absolute;
  right: 60px;
  top: 10px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  -webkit-transition: width 0.2s ease-out;
  -moz-transition: width 0.2s ease-out;
  -o-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
.button-add .icon {
  margin-top: -4px;
  font-size: 26px;
  line-height: 16px;
}
.button-add:hover {
  width: 185px;
  /*background: #223d52;*/ /*#00c887;*/
  color: #fff;
  -webkit-transition: width 0.2s ease-out 0s 0.2s ease-out;
  -moz-transition: width 0.2s ease-out 0s 0.2s ease-out;
  -o-transition: width 0.2s ease-out 0s 0.2s ease-out;
  transition: width 0.2s ease-out 0s 0.2s ease-out;
  text-decoration: none;
}

.button-add-blue {
    background:  #223d52;
}

.button-add-blue:hover {
    background:  #223d52;
}

.button-add-green {
    background: #00b068;
}

.button-add-green:hover {
    background: #00b068;
}

.button-add-object {
    background: #ff9b43;
}

.button-add-object:hover {
    background: #ff9b43;
}
.button-add span {
  font-family: 'ProximaNova-SBold';
  padding-left: 5px;
}
.button-edit {
  display: block;
    background: #ff9b43; /*#008dde;*/
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
  -webkit-transition: width 0.2s ease-out 0s;
  -moz-transition: width 0.2s ease-out 0s;
  -o-transition: width 0.2s ease-out 0s;
  transition: width 0.2s ease-out 0s;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-family: 'ProximaNova-SBold';
  font-size: 14px;
  line-height: 43px;
  position: absolute;
  right: 20px;
  top: 10px;
}
.button-edit .icon {
  margin-top: -4px;
  font-size: 23px;
  -webkit-transition: left 0.2s ease-out 0s;
  -moz-transition: left 0.2s ease-out 0s;
  -o-transition: left 0.2s ease-out 0s;
  transition: left 0.2s ease-out 0s;
  line-height: 18px;
}
.button-edit:hover {
  width: 180px;
  -webkit-transition: width 0.2s ease-out 0s;
  -moz-transition: width 0.2s ease-out 0s;
  -o-transition: width 0.2s ease-out 0s;
  transition: width 0.2s ease-out 0s;
  background: #ff9b43; /*#00afe8;*/
  color: #fff;
}
.button-edit span {
  font-family: 'ProximaNova-SBold';
  padding-left: 5px;
}
.button {
  margin-left: 5px;
  display: inline-block;
  height: 40px;
  text-align: center;
  font-family: 'ProximaNova-SBold';
  text-transform: uppercase;
  font-size: 14px;
  line-height: 36px;
  border: none;
  cursor: pointer;
  width: 140px;
  vertical-align: top;
}
.button.red-button {
  color: #fff;
  background: #f75e7e;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  border: 2px solid transparent;
}
.button.red-button:hover {
  opacity: 0.8;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.button.green-button {
  color: #fff;
  background: #00b068;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  border: 2px solid transparent;
}
.button.green-button:hover {
  background:#00cc77;
  border: 2px solid #a5aaaf;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.button.orange-button {
  color: #fff;
  background: #ff9b43;
  border: 2px solid #a5aaaf;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  border: 2px solid transparent;
}
.button.orange-button:hover {
  background: #ffa557;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.button.blue-button {
  color: #fff;
  background: #48b0ef;
  border: 2px solid #a5aaaf;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  border: 2px solid transparent;
}
.button.blue-button:hover {
  background: #20364d;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.button.white-button {
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  border: 2px solid #a5aaaf;
  color: #91969b;
  background: none;
}
.button.white-button:hover {
  background: #eeeeef;
  color: #23282d;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.button.black-button {
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  border: 2px solid #a5aaaf;
  color: #91969b;
  background: transparent;
}
.button.black-button:hover {
  background: #20364d;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  color: #fff;
}
.button.blank-button {
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  border: 2px solid #a5aaaf;
  color: #91969b;
  float: left !important;
  margin-left: 0 !important;
  background: none;
}
.button.blank-button:hover {
  color: #fff;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.form-inline {
  width: 100%;
}
.form-inline .form-item {
  min-height: 100px;
  background: #fff;
  padding: 30px 25px 30px 25px;
  border-bottom: 1px solid #cdd2d7;
  font-family: 'ProximaNova-SBold';
}
.form-inline .form-item .address-info {
  font-size: 18px;
}
.form-inline .form-item .address-info ul li {
  line-height: 1.6;
}
.form-inline .form-item .contact-info {
  font-size: 18px;
}
.form-inline .form-item .contact-info ul {
  margin-top: -7px;
}
.form-inline .form-item .contact-info ul li {
  line-height: 1.2;
}
.form-inline .form-item .contact-info ul li a {
  color: #333;
}
.form-inline .form-item .contact-info ul li a:hover {
  background: #f9f5e4;
  border-radius: 3px;
  color: gray;
}
.form-inline .form-item .contact-info ul li a:hover + .item-toolbar {
  visibility: visible;
}
.form-inline .form-item .contact-info ul li span {
  color: gray;
}
.form-inline .form-item .item-toolbar {
  display: inline-block;
  margin-left: 7px;
  font-size: 24px;
  color: #008dde;
  visibility: hidden;
}
.form-inline .form-item .item-toolbar a {
  -webkit-transition: none 0.2s ease-out;
  -moz-transition: none 0.2s ease-out;
  -o-transition: none 0.2s ease-out;
  transition: none 0.2s ease-out;
  color: gray !important;
}
.form-inline .form-item .item-toolbar a:hover {
  visibility: visible;
}
.form-inline .form-item .form-item-title {
  margin-bottom: 0;
}
.form-inline .form-item .top-padding {
  padding-top: 8px;
}
.form-inline .form-item h1 {
  color: #23282d;
  font-size: 20px;
  padding-bottom: 7px;
}
.form-inline .form-item h1 span {
  color: red;
  font-size: 20px;
  padding-left: 1px;
}
.form-inline .form-item .item-hint {
  font-size: 12px;
  color: #a5aaaf;
  text-transform: uppercase;
}
.form-inline .form-item .vertical-a {
  float: left;
  margin-top: 10px;
}
.form-inline .form-item .upload {
  font-size: 18px;
}
.form-inline .form-item .upload:hover {
  color: #23282d;
}
.form-inline .modal-padding {
  min-height: 60px;
  padding: 20px 25px 20px 25px;
}
.form-inline .form-submit {
  height: 80px;
  background: #ebedef;
  padding: 20px 25px 25px 25px;
}
.form-inline .form-submit span {
  display: block;
}
.form-inline textarea {
  height: 160px;
  resize: none;
}
.form-inline .double-size {
  min-height: 200px;
}
.with-padding {
  padding: 50px;
}
.left-side {
  float: left;
}
.left-side .button {
  margin-left: 0;
}
.right-side {
  float: right;
}
.pickmeup {
  width: 600px!important;
  background: #fff;
  z-index: 5000;
  display: none;
  display: block!important;
  margin-left: -10px;
  overflow: hidden;
}
.pickmeup .pmu-instance {
  display: block;
  width: 300px;
  float: left;
  background: #ffffff;
  border-left: 1px solid #cdd2d6;
  padding: 0;
}
.pickmeup .pmu-instance:first-child {
  border: 0;
}
.pickmeup .pmu-instance .pmu-prev,
.pickmeup .pmu-instance .pmu-next {
  position: absolute;
  top: 0px;
  display: block;
  text-indent: -9999px;
  z-index: 5;
  cursor: pointer;
}
.pickmeup .pmu-instance .pmu-prev:before,
.pickmeup .pmu-instance .pmu-next:before {
  display: none;
}
.pickmeup .pmu-instance .pmu-prev:hover:before,
.pickmeup .pmu-instance .pmu-next:hover:before {
  color: #22272c;
}
.pickmeup .pmu-instance .pmu-prev {
  left: 26px;
}
.pickmeup .pmu-instance .pmu-prev:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 22px;
  color: #a5aaaf;
  text-indent: 0;
  content: "\e002";
  font-family: "icons";
}
.pickmeup .pmu-instance .pmu-next {
  right: 26px;
}
.pickmeup .pmu-instance .pmu-next:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 22px;
  color: #a5aaaf;
  text-indent: 0;
  content: "\e003";
  font-family: "icons";
}
.pickmeup .pmu-instance:first-child .pmu-prev:before {
  display: block;
}
.pickmeup .pmu-instance:last-child .pmu-next:before {
  display: block;
}
.pickmeup nav {
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #ebedef;
  text-transform: uppercase;
  font-family: 'ProximaNova-Regular';
  font-size: 14px;
  color: #23282d;
  position: relative;
}
.pickmeup .pmu-month {
  position: relative;
  z-index: 1;
}
.pickmeup .pmu-day-of-week {
  height: 40px;
  line-height: 40px;
  background: #dee1e4;
  font-family: 'ProximaNova-SBold';
  color: #555a5f;
  font-size: 12px;
  padding: 0 0 0 10px;
  margin: 0 auto;
}
.pickmeup .pmu-day-of-week div {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.pickmeup .pmu-days {
  width: 280px;
  margin: 0 auto;
}
.pickmeup .pmu-days > div {
  line-height: 40px;
  text-align: center;
  float: left;
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 14px;
  font-family: 'ProximaNova-Regular';
  color: #91969b;
  border: 2px solid transparent;
}
.pickmeup .pmu-days > div.pmu-not-in-month {
  opacity: .2;
}
.pickmeup .pmu-days > div.pmu-today {
  background: #dee1e4;
  color: #555a5f;
  border: 2px solid transparent;
}
.pickmeup .pmu-days > div:hover {
  color: #178fdb;
  border-color: #78c1f0;
  cursor: pointer;
}
.pickmeup .pmu-days > div.pmu-selected {
  color: #fff;
  background: #178fdb;
}
.pickmeup:not(.pmu-view-days) .pmu-days,
.pickmeup:not(.pmu-view-days) .pmu-day-of-week,
.pickmeup:not(.pmu-view-months) .pmu-months,
.pickmeup:not(.pmu-view-years) .pmu-years {
  display: none;
}
.device-table {
  position: relative;
}
#fade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background: rgba(35, 40, 45, 0.5);
}
.hide-block {
  display: none;
}
.hide-block.active {
  display: block;
}
.section-body {
  position: relative;
}
.form-margin {
  margin-bottom: 30px;
}
footer {
  height: 60px;
  background: #6c7d8f;
    color: #b4bdc6; /*#91969b;*/
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
footer .copyright {
  padding-top: 19px;
  font-family: Arial, Helvetica, sans-serif;
  float: left;
}
footer .copyright .foot-logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -10px;
  width: 130px;
  height: 30px;
}
footer .copyright span {
  font-size: 12px;
}
footer .foot-logo {
    color: #b4bdc6;  /*#9ba0a5;*/
  text-decoration: none;
  font-size: 40px;
  line-height: 20px;
  position: relative;
  top: 4px;
}
footer .foot-logo:hover {
  color: #fff;
}
footer .footer-links {
  min-width: 500px;
  text-align: right;
  float: right;
  font-size: 12px;
  font-family: 'ProximaNova-SBold';
  height: 60px;
  padding-top: 18px;
  padding-right: 10px;
}
footer .footer-links a {
  color: #b4bdc6;
  margin-left: 25px;
  text-transform: uppercase;
  text-decoration: none;
}
footer .footer-links a:hover {
  color: #fff;
}
footer .footer-links .facebook,
footer .footer-links .twitter {
  display: inline-block;
  position: relative;
}
footer .footer-links .facebook {
  font-size: 21px;
}
footer .footer-links .twitter {
  font-size: 19px;
}
footer .footer-links .lang-block {
  display: block;
  position: relative;
  float: right;
  font-family: 'ProximaNova-SBold';
  border: 1px solid #b4bdc6;
  padding: 8px 26px 7px 20px;
  margin-left: 30px;
  margin-top: -2px;
}
footer .footer-links .lang-block .lang-link {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 0;
  margin: 0;
}
footer .footer-links .lang-block .lang-link .icon {
  display: block;
  content: "";
  position: absolute;
  top: 17px;
  left: 15px;
  color: #008dde;
  font-size: 25px;
}
footer .footer-links .lang-block .lang-link:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 2px;
  right: -11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #9ba0a5 transparent transparent transparent;
}
footer .footer-links .lang-block .lang-link span {
  vertical-align: middle;
}
footer .footer-links .lang-block .hide-part {
  position: absolute;
  top: -50px;
  right: -5px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  z-index: 300;
  overflow: visible;
  /*&:after {
                    content: "";
                    position: absolute;
                    display: inline-block;
                    right: 50px;
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 6px 6px 0 6px;
                    border-color: #fff transparent transparent transparent;
                }*/
}
footer .footer-links .lang-block .hide-part a {
  display: block;
  margin: 0;
  padding: 0 20px 0 20px;
  text-align: center;
  bottom: 40px;
  background: #ffffff;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  color: #4b5055;
  border-bottom: 1px solid #e1e6eb;
}
footer .footer-links .lang-block .hide-part a:hover {
  color: #008dde;
}
footer .footer-links .lang-block .hide-part a:last-child {
  border-bottom: none;
}
footer .footer-links .lang-block .hide-part a .icon {
  display: block;
  position: absolute;
  color: #a5aaaf;
}
footer .footer-links .lang-block .hide-part a.cabinet-link .icon {
  left: 14px;
  font-size: 25px;
}
footer .footer-links .lang-block .hide-part a.tool-link .icon {
  left: 14px;
  font-size: 25px;
}
footer .footer-links .lang-block .hide-part a.exit-link .icon {
  left: 8px;
  font-size: 25px;
}
footer .footer-links .lang-block.active .hide-part {
  display: block;
  min-height: 40px;
  opacity: 1;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  -webkit-box-shadow: 0 5px 10px rgba(1, 1, 1, 0.3);
  -moz-box-shadow: 0 5px 10px rgba(1, 1, 1, 0.3);
  box-shadow: 0 5px 10px rgba(1, 1, 1, 0.3);
}
footer .footer-links .lang-block.active .personal-link {
  color: #ffffff;
  background: #008dde;
}
footer .footer-links .lang-block.active .personal-link:after {
  border-color: #ffffff transparent transparent transparent;
}
footer .footer-links .lang-block.active .personal-link .icon {
  color: #fff;
}



.switch {
  line-height: 1.0;
  -webkit-user-select: none;
}
.switch input {
  display: none;
}
.switch label {
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  display: inline-block;
  color: #888;
  position: relative;
  line-height: 25px;
  cursor: pointer;
  z-index: 10;
    font-size: x-large;
}
.switch label:first-of-type {
  padding-right: 47.5px;
}
.switch label:last-of-type {
  padding-left: 47.5px;
}
.switch input:checked + label {
  color: #222;
  cursor: default;
}
.switch input:checked + label:first-of-type {
  padding-right: 17.5px;
}
.switch input:checked + label:last-of-type {
  padding-left: 17.5px;
}
.switch label:first-of-type:after {
  display: inline-block;
  position: absolute;
  content: "";
  background: #999999;
  background-color: #62bafb;
  background-image: -webkit-linear-gradient(top, #0570bf, #62bafb);
  background-image: -moz-linear-gradient(top, #0570bf, #62bafb);
  background-image: -ms-linear-gradient(top, #0570bf, #62bafb);
  background-image: -o-linear-gradient(top, #0570bf, #62bafb);
  background-image: linear-gradient(top, #0570bf, #62bafb);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0570bf', endColorstr='#62bafb', GradientType=1);
  box-shadow: inset 2px 3px 3px rgba(3, 68, 116, 0.8), inset 6px 12.5px 0px rgba(6, 132, 226, 0.8), inset 0 -1px 1px rgba(0, 0, 0, 0.33);
  border-radius: 25px;
  width: 50px;
  height: 25px;
  margin-left: 10px;
}
.switch label:first-of-type:before {
  display: inline-block;
  position: absolute;
  content: "";
  background: #cccccc;
  background-color: #fafafa;
  background-image: -webkit-linear-gradient(top, #e0e0e0, #fafafa);
  background-image: -moz-linear-gradient(top, #e0e0e0, #fafafa);
  background-image: -ms-linear-gradient(top, #e0e0e0, #fafafa);
  background-image: -o-linear-gradient(top, #e0e0e0, #fafafa);
  background-image: linear-gradient(top, #e0e0e0, #fafafa);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#fafafa', GradientType=1);
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.5), inset 0px 2px 0px rgba(255, 255, 255, 0.8), inset 0px -1px 0px rgba(255, 255, 255, 0.8), 0 0 1px #262626;
  border-radius: 25px;
  width: 25px;
  height: 25px;
  right: -15.5px;
  z-index: 5;
}

.objectInfo {
    height: 80px;
    width: 250px;
}

.red-border {
    border: 1px red double;
}


.icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Icons */
.icon_activate:before {
  content: "\e001";
}
.icon_arrowleft:before {
  content: "\e002";
}
.icon_arrowright:before {
  content: "\e003";
}
.icon_back:before {
  content: "\e004";
}
.icon_buildings:before {
  content: "\e005";
}
.icon_cabinet:before {
  content: "\e006";
}
.icon_charts:before {
  content: "\e007";
}
.icon_close:before {
  content: "\e008";
}
.icon_date:before {
  content: "\e009";
}
.icon_devices:before {
  content: "\e00a";
}
.icon_edit:before {
  content: "\e00b";
}
.icon_exit:before {
  content: "\e00c";
}
.icon_fb:before {
  content: "\e00d";
}
.icon_info:before {
  content: "\e00e";
}
.icon_map:before {
  content: "\e00f";
}
.icon_minus:before {
  content: "\e010";
}
.icon_objects:before {
  content: "\e011";
}
.icon_panels:before {
  content: "\e012";
}
.icon_plus:before {
  content: "\e013";
}
.icon_scroll:before {
  content: "\e014";
}
.icon_search:before {
  content: "\e015";
}
.icon_services:before {
  content: "\e016";
}
.icon_settings:before {
  content: "\e017";
}
.icon_table:before {
  content: "\e018";
}
.icon_twitter:before {
  content: "\e019";
}
.icon_user:before {
  content: "\e01a";
}
.icon_webestcon:before {
  content: "\e01b";
}
.icon_zones:before {
  content: "\e01c";
}
.icon_locations:before {
  content: "\e01d";
}
.icon_engineering_systems:before {
  content: "\e01e";
}
.icon_back_to_actual:before {
  content: "\e01f";
}
.icon_refresh:before {
  content: "\e020";
}
.icon_notification:before {
  content: "\e021";
}
.icon_favorites:before {
  content: "\e022";
}
.icon_account:before {
  content: "\e023";
}
.icon_feedback:before {
  content: "\e024";
}
.icon_detailsInfo:before {
  content: "\e025";
}
.icon_sortUp:before {
  content: "\e026";
}
.icon_sortDown:before {
  content: "\e027";
}
.icon_delta:before {
  content: "\e028";
}
.icon_report:before {
  content: "\e029";
}
.icon_device_control:before {
  content: "\e030";
}
.icon_hand:before {
  content: "\e031";
}
.icon_speaker:before {
  content: "\e032";
}
.icon_book:before {
  content: "\e033";
}
.icon_reverse:before {
  content: "\e034";
}

/* ===== device-interface: строго локальные стили (не трогают другие иконки) ===== */

/* Контейнер-якорь; не влияет на поток соседних элементов */
.device-interface-link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-size: inherit;
  color: inherit;
}

/* Только для нашей иконки интерфейса.
   Позиционирование и размеры контролируются переменными --iface-* из шаблона. */
.device-interface-link > .icon-device-interface-svg,
.device-interface-link .icon-device-interface-svg {
  position: absolute;
  left: var(--iface-left, 0);
  top:  var(--iface-top, 0);
  width: var(--iface-width, 20px);
  height: var(--iface-height, 20px);
  z-index: var(--iface-zindex, 920);

  background-image: url('/Content/img/icons/device_interface.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;

  display: block;
  box-sizing: border-box;
  pointer-events: auto;
  cursor: pointer !important;
}

/* Управление видимостью через классы; не меняет поведение других элементов */
.device-interface-link .icon-device-interface-svg.icon-hidden { display: none; }
.device-interface-link .icon-device-interface-svg.icon-visible { display: block; }

/* Дополнительная локальная защита: отменяем размеры/поведение только для этой ноды,
   если где-то есть агрессивный reset, но не трогаем глобальные селекторы */
.device-interface-link .icon-device-interface-svg,
.device-interface-link .icon-device-interface-svg img {
  max-width: none;
  max-height: none;
  vertical-align: middle;
}


