/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover,
a:focus {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html,
body {
  height: 100%;
  min-height: 100%;
}
body {
  font-size: 16px;
  font-weight: 400;
  color: #20465f;
  background: #ecf0f6;
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  min-width: 320px;
}
* {
  box-sizing: border-box;
}
p {
  margin: 0;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
a {
  text-decoration: none;
  outline: none;
  color: #188AC0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:hover, a:focus {
  color: #188AC0;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
  border-bottom: 1px solid;
}
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome.eot");
  src: url("../fonts/fontawesome.eot?#iefix") format('embedded-opentype'),
       url("../fonts/fontawesome.woff") format('woff'),
       url("../fonts/fontawesome.ttf") format('truetype'),
       url("../fonts/fontawesome.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}
.btn-primary-light {
  display: inline-block;
  padding: 0 25px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background-color: #4cb5e8;
  border-radius: 2px;
  border: none;
  outline: none;
}
.btn-primary-light:hover, .btn-primary-light:focus {
  background-color: #39ade6;
  border-bottom: none;
  color: #fff;
}
.btn-primary-light:active {
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  background-color: #31aae4;
}
.btn-primary-light--small {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
}
.table-btn {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background-color: #20465f;
}
.table-btn:hover, .table-btn:focus {
  color: #fff;
  border-bottom: none;
  background-color: #3d5873;
}
.table-btn:active {
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.btn-white {
  display: inline-block;
  text-align: center;
  padding: 0 10px;
  height: 25px;
  margin-top: -4px;
  line-height: 25px;
  color: #20465f;
  background-color: #fff;
}
.btn-white:hover, .btn-white:focus {
  color: #20465f;
  border-bottom: none;
}
.btn-white:active {
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.btn-rounded {
  text-align: center;
  width: 185px;
  padding: 0 10px;
  height: 45px;
  line-height: 45px;
  border-radius: 22.5px;
  color: #fff;
  background-color: #4cb5e8;
}
.btn-rounded:hover, .btn-rounded:focus {
  color: #fff;
  border-bottom: none;
  background-color: #3eafe6;
}
.btn-rounded:active {
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  background-color: #39ade6;
}
.button-primary {
  padding: 0 25px;
  background: #20465f;
  border: none;
  outline: none;
  color: #fff;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
}
.button-primary-on {
  background: #cccccc;
}
.button-cancel {
	background: #fff;
	color: #888;
}
.button-primary:hover, .button-primary:focus {
  background-color: #275573;
  color: #fff;
  border-bottom: none;
}
.button-cancel:hover, .button-cancel:focus {
  background-color: #ccc;
  color: #888;
  border-bottom: none;
}
.button-primary:active {
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  background-color: #2a5b7c;
}
.button-primary--sm {
  height: 30px;
  line-height: 30px;
  font-size: 11px;
  padding: 0 15px;
}
.btn-gray {
  padding: 0 20px;
  background: #f7f7f7;
  border: none;
  outline: none;
  color: #606165;
  height: 35px;
  min-width: 80px;
  line-height: 33px;
  border: 1px solid #e8edf3;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
.btn-gray:hover, .btn-gray:focus {
  background-color: #f0f0f0;
  color: #606165;
  border: 1px solid #e8edf3;
}
.btn-gray:active {
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  background-color: #ebebeb;
}
.filter {
  color: #818694;
  font-size: 14px;
}
.filter__item {
  display: inline-block;
}
.filter__item + .strip-line {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 23px;
  margin: 0 10px;
  background-color: #e9ecf2;
}
@media screen and (max-width: 460px) {
  .filter__item + .strip-line {
    display: none;
  }
}
.filter__link {
  vertical-align: middle;
  color: #b0b5c1;
  border-bottom: 1px solid;
}
.filter__link:hover, .filter__link:focus {
  color: #b0b5c1;
}
.filter__link--active {
  color: #4cb5e8;
  border-bottom: 1px solid;
}
.filter__link--active:hover, .filter__link--active:focus {
  color: #4cb5e8;
}
.chart-filter {
  height: 50px;
  background-color: #f4f6f9;
  padding: 0 20px;
  font-size: 14px;
}
.reg_btn_b {
	padding-top: 135px;
}
.reg_btn_bp {
	padding-top: 91px;
}
.reg_btn_b input, .reg_btn_bp input {
	float: left;
}
@media screen and (max-width: 767px) {
  .chart-filter {
    min-height: 50px;
    height: auto;
    padding: 10px 10px;
  }
  .reg_btn_b {
	padding-top: 0;
  }
  .reg_btn_bp {
	padding-top: 0;
  }
  .reg_btn_b1 h3, .reg_btn_b1 br {
	  display: none;
  }
 .reg_btn_b input, .reg_btn_bp input {
	float: right;
  }
}
.chart-filter__txt {
  display: inline-block;
  vertical-align: middle;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .chart-filter__txt {
    padding: 5px 0;
  }
}
@media screen and (max-width: 560px) {
  .chart-filter__txt {
    display: block;
  }
}
.chart-filter__btns {
  display: inline-block;
  margin-left: 15px;
}
@media screen and (max-width: 560px) {
  .chart-filter__btns {
    margin-left: 0;
  }
}
.chart-filter__item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  height: 27px;
  font-size: 11px;
  line-height: 27px;
  min-width: 45px;
  padding: 0 10px;
  text-align: center;
  color: #fff;
  background: #afb6c3;
}
@media screen and (max-width: 560px) {
  .chart-filter__item {
    margin-bottom: 5px;
  }
}
.chart-filter__item:hover, .chart-filter__item:focus {
  color: #fff;
  border-bottom: none;
}
.chart-filter__item--active {
  background: #4cb5e8;
}
.chart-filter__fsz {
  display: inline-block;
}
@media screen and (max-width: 560px) {
  .chart-filter__fsz {
    margin-bottom: 5px;
  }
}
.form-control {
  border-radius: 3px;
  box-shadow: none;
  border: 1px solid #e9ecf2;
  height: 38px;
  color: #20465f;
  font-size: 14px;
}
.form-profile {
  margin-top: 55px;
}
.search {
  margin-top: 5px;
  position: relative;
  min-width: 330px;
}
@media screen and (max-width: 1250px) {
  .search {
    min-width: 250px;
  }
}
@media screen and (max-width: 991px) {
  .search {
    min-width: 330px;
  }
}
@media screen and (max-width: 767px) {
  .search {
    min-width: 220px;
  }
}
.form-group--empty {
  min-height: 64px;
}
@media screen and (max-width: 767px) {
  .form-group--empty {
    display: none;
  }
}
.search__inp {
  max-width: 330px;
  height: 38px;
  background-color: #edf0f5;
  border: 2px solid #c6cbd1;
  border-radius: 19px;
  font-size: 14px;
  padding: 0 15px;
}
.search__placeholder {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 20;
  font-size: 14px;
  color: #999fae;
}
.search-ico {
  font-style: normal;
  padding-right: 5px;
}
.search-ico:before {
  font-family: FontAwesome;
  content: '\f002';
}
.search-bl {
  max-width: 420px;
}
.search-bl form:before,
.search-bl form:after {
  content: " ";
  display: table;
}
.search-bl form:after {
  clear: both;
}
.search-bl__label {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  padding-bottom: 5px;
}
.search-bl__inp {
  float: left;
  height: 38px;
  margin-right: -40px;
  padding: 0 50px 0 10px;
}
.search-bl__sbm {
  width: 40px;
  height: 38px;
  border: none;
  outline: none;
  background-color: #4cb5e8;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.search-bl__sbm i {
  padding: 0;
  color: #fff;
  font-size: 18px;
}
.page .form-group {
  margin-bottom: 20px;
}
.page .form-group label {
  color: #818694;
  font-size: 12px;
  font-weight: 400;
}
.progress {
  position: relative;
  margin-bottom: 0;
  border-radius: 3px;
  box-shadow: none;
  background-color: #e8edf3;
}
.progress-multicolor {
  background: url("../wid/heatmap.gif") no-repeat center;
  background-size: cover;
}
.progress-bar {
  box-shadow: none;
}
.progress-bar-success {
  background-color: #00aa41;
}
.progress-bar-info {
  background-color: #4cb5e8;
}
.progress-bar-multicolor {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #e8edf3;
}
.switch {
  width: 64px;
  height: 30px;
  position: relative;
}
.switch__input {
  display: none;
}
.switch__label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #5f6165;
  border-radius: 15px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.switch__label:before {
  content: 'NE';
  font-size: 9px;
  color: #fff;
  line-height: 30px;
  position: absolute;
  right: 13px;
}
.switch__label:after {
  content: '';
  position: absolute;
  left: 8px;
  top: 6px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
}
.switch__input:checked + .switch__label {
  background: #00b1f2;
}
.switch__input:checked + .switch__label:after {
  content: '';
  left: auto;
  right: 8px;
}
.switch__input:checked + .switch__label:before {
  content: 'DA';
  right: auto;
  left: 13px;
}
.chart-filter__search {
  width: 200px;
  position: relative;
  padding: 10px 0;
}
.chart-filter__search .form-control {
  height: 30px;
  font-size: 12px;
}
.chart-filter__search button[type="submit"] {
  position: absolute;
  right: 0;
  padding: 0 35px 0 10px;
  top: 0;
  bottom: 0;
  width: 30px;
  text-align: center;
  border: none;
  outline: none;
  background: transparent;
  color: #b5bac0;
}
.container-fluid {
  width: 95%;
  max-width: 1400px;
  min-width: 992px;
}
@media screen and (max-width: 992px) {
  .container-fluid {
    min-width: 1px;
    width: 100%;
  }
}
.content {
  padding: 30px 0 90px;
}
.wrapper {
  padding-bottom: 300px;
  overflow: hidden;
  position: relative;
  min-height: 100%;
}
@media screen and (max-width: 992px) {
  .wrapper {
    padding-bottom: 0;
  }
}
.grid-row:before,
.grid-row:after {
  content: " ";
  display: table;
}
.grid-row:after {
  clear: both;
}
.col-sm-300 {
  float: left;
  width: 100%;
  max-width: 300px;
  min-height: 1px;
}
@media screen and (max-width: 767px) {
  .col-sm-300 {
    max-width: 767px;
  }
}
.col-sm-300--left {
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .col-sm-300--left {
    padding-right: 0;
  }
}
.col-sm-300--right {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .col-sm-300--right {
    padding-left: 0;
  }
}
.content__wrap {
  display: table;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .content__wrap {
    display: block;
  }
}
.content__left {
  display: table-cell;
  vertical-align: top;
  width: 72%;
  padding-right: 10px;
}
.content__left-clean {
  width: 100%;
  padding-right: 0px;
}
@media screen and (max-width: 992px) {
  .content__left {
    display: block;
    width: 100%;
    padding-right: 0;
  }
}
.sidebar {
  display: table-cell;
  vertical-align: top;
  width: 28%;
  padding-left: 10px;
}
@media screen and (max-width: 992px) {
  .sidebar {
    display: block;
    width: 100%;
    padding-left: 0;
	margin-top: 15px;
  }
}
.pagination-group {
  display: table;
  width: 100%;
}
@media screen and (max-width: 560px) {
  .pagination-group {
    display: block;
  }
}
.pagination-wrap {
  padding: 5px 20px;
}
.pagination__right,
.pagination-group__showing {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  text-align: right;
}
@media screen and (max-width: 560px) {
  .pagination__right,
  .pagination-group__showing {
    display: block;
    text-align: left;
  }
  
	.tc-tabs {
	  margin: 0;
	  padding: 0;
	  list-style: none;
	}
	.tc-tabs .tc-tabs__item {
	  border-bottom: 3px solid transparent;
	  width: 100%;
	  text-align: center;
	  padding: 0;
	  margin: 0;
	}
	.tc-tabs a {
	  padding: 0;
	  margin: 0;
	}
	
	.tc-tabs2 {
	  margin: 0;
	  padding: 0;
	  list-style: none;
	}
	.tc-tabs2 .tc-tabs__item2 {
	  border-bottom: 3px solid transparent;
	  width: 100%;
	  text-align: center;
	  padding: 0;
	  margin: 0;
	}
	.tc-tabs2 a {
	  padding: 0;
	  margin: 0;
	}
  
}
.pagination-group__showing {
  text-align: left;
  padding: 10px 15px;
  color: #606165;
  font-size: 14px;
  font-weight: 600;
}
.pagination-dk {
  display: inline-block;
  text-align: center;
  border-radius: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: middle;
}
.pagination-dk:before,
.pagination-dk:after {
  content: " ";
  display: table;
}
.pagination-dk:after {
  clear: both;
}
.pagination-dk li {
  float: left;
  height: 45px;
  background-color: #f7f7f7;
  border: 1px solid #e9ecf2;
}
.pagination-dk li:hover, .pagination-dk li:focus {
  background-color: #ebebeb;
}
.pagination-dk li:active {
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  background-color: #e6e6e6;
}
.pagination-dk li a {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  font-weight: 600;
  padding: 0 15px;
  color: #606165;
}
.pagination-dk li a:hover, .pagination-dk li a:focus {
  border-bottom: none;
  color: #606165;
}
.pagination {
  border-radius: 2px;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.pagination>li>a,
.pagination>li>span {
  padding: 0;
  text-align: center;
  width: 45px;
  height: 45px;
  color: #b3b9c5;
  line-height: 45px;
  border: 1px solid #e8edf3;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  border: 1px solid #e8edf3;
  color: #b3b9c5;
  background: #f6f8fa;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background: #4cb5e8;
  border: 1px solid #e8edf3;
}
.error {
  position: absolute;
  left: 0;
  bottom: -17px;
  font-size: 13px;
  color: #e10000;
  padding-left: 18px;
}
.error:before {
  font-family: FontAwesome;
  content: '\f06a';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hidden {
  display: none;
}
@media screen and (max-width: 560px) {
  .hidden-xxs {
    display: none;
  }
}
.nowrap {
  white-space: nowrap;
}
.nopadding {
  padding: 0 !important;
}
.vatop {
  vertical-align: top;
}
.alert-cust {
  min-height: 40px;
  border-radius: 3px;
  padding: 9px 15px;
  margin-bottom: 25px;
}
.alert-cust a,
.alert-cust a:link,
.alert-cust a:active,
.alert-cust a:visited,
.alert-cust a:hover
{
	color: #fff;
	text-decoration: underline;
}
.alert-cust strong {
  font-weight: 600;
}
.alert-cust--warning {
  background-color: #fe852e;
  color: #fff;
}
.alert-cust--success {
  background-color: #4cb5e8;
  color: #fff;
}
.box-question {
  background-color: #4cb5e8;
  color: #fff;
}
.uppercase {
  text-transform: uppercase;
}
.table {
  font-size: 14px;
  margin-bottom: 0;
}
.table--sm {
  font-size: 12px;
}
.table--sm thead {
  font-size: 14px;
}
.table__lg-col {
  max-width: 300px;
  width: 300px;
}
.table-responsive {
  border: none !important;
  margin-bottom: 0;
}
.table-striped-dark {
  margin: 10px auto 10px;
}
.table-striped-dark caption {
  background-color: #98a0b0;
  font-size: 14px;
  color: #fff;
  padding: 7px 10px;
}
.table-striped-dark >tbody>tr:nth-of-type(even) {
  background-color: #ecf0f6;
}
.table-striped-dark >tbody>tr:nth-of-type(odd) {
  background-color: #f4f6fa;
}
.table-striped-dark >thead>tr:nth-of-type(odd) {
  background-color: #ecf0f6;
}
.table-striped-dark >thead>tr:nth-of-type(even) {
  background-color: #f4f6fa;
}
.table-striped-dark >thead>tr>th,
.table-striped-dark >thead>tr>td {
  font-weight: 700;
}
.table-wrap-lt {
  padding: 7px 10px;
  background: #fff;
}
.table-wrap-lt--dark {
  background: #f7f7f7;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 5px 8px;
  border-bottom: 1px solid #e9ecf2;
  border-top: none;
  vertical-align: middle;
}
.table-striped-dark.table>tbody>tr>td,
.table-striped-dark.table>tbody>tr>th,
.table-striped-dark.table>tfoot>tr>td,
.table-striped-dark.table>tfoot>tr>th,
.table-striped-dark.table>thead>tr>td,
.table-striped-dark.table>thead>tr>th {
  padding: 4px 10px;
  border-bottom: none;
  vertical-align: top;
}
.lg-table.table>tbody>tr>td,
.lg-table.table>tbody>tr>th,
.lg-table.table>tfoot>tr>td,
.lg-table.table>tfoot>tr>th,
.lg-table.table>thead>tr>td,
.lg-table.table>thead>tr>th {
  padding: 8px 20px;
  vertical-align: top;
  border-bottom: none;
}
.vatop.table>tbody>tr>td,
.vatop.table>tbody>tr>th,
.vatop.table>tfoot>tr>td,
.vatop.table>tfoot>tr>th,
.vatop.table>thead>tr>td,
.vatop.table>thead>tr>th {
  vertical-align: top;
}
.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f7f7f7;
}
.table-striped>tbody>tr:nth-of-type(even) {
  background-color: #fff;
}
.lg-table.table>tbody>tr:nth-of-type(even) {
  background: #f7f7f7;
}
.table-layer {
  box-shadow: 0.9px 1.8px 5.6px 0.4px rgba(0,0,0,0.09);
  border: 1px solid #e9ecf2;
  background-color: #fff;
}
.table__des {
  color: #818694;
}
.table__date {
  text-align: center;
}
.table__icons {
  font-size: 12px;
}
.table__icons a {
  color: #999fae;
}
.table__icons a:hover, .table__icons a:focus {
  color: #73baf1;
  border-bottom: none;
}
.table__icons i {
  font-style: normal;
  padding: 0 5px;
  line-height: 15px;
}
.arrow-ico {
  color: #999fae;
  font-style: normal;
  padding: 0 5px;
}
.arrow-ico:before {
  font-family: FontAwesome;
  content: '\f061';
}
.arrow-top-ico {
  font-style: normal;
  padding: 0 5px;
}
.arrow-top-ico:before {
  font-family: FontAwesome;
  content: '\f062';
}
.layer-ico:before {
  font-family: FontAwesome;
  content: '\f24a';
}
.chart-ico{
	width: 10px;
}
.chart-ico:before {
  font-family: FontAwesome;
  content: '\f201';
}
.card-ico:before {
  font-family: FontAwesome;
  content: '\f09d';
}
.headline {
  color: #20465f;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
.headline-sm {
  color: #20465f;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
}
.headline-sm a.title,
.headline-sm a.title:link,
.headline-sm a.title:active,
.headline-sm a.title:visited,
.headline-sm a.title:hover
{
  color: #20465f;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  border: none;
}
.sub-headline {
  font-size: 18px;
  font-size: 18px;
  font-weight: 600;
}
.sub-headline--form {
  margin-bottom: 17px;
  margin-top: 5px;
}
.title-wrap {
  padding: 15px;
}
.title-wrap:before,
.title-wrap:after {
  content: " ";
  display: table;
}
.title-wrap:after {
  clear: both;
}
.title {
  font-size: 16px;
  font-weight: 700;
  color: #606165;
  display: inline-block;
  vertical-align: middle;
}
.sub-title {
  font-size: 14px;
  font-weight: 600;
  color: #606165;
  display: inline-block;
  vertical-align: middle;
}
.sidebar__block .title {
  display: block;
}
.blue-link {
  color: #4cb5e8;
}
.blue-link:hover, .blue-link:focus {
  color: #4cb5e8;
}
.text-sm-gray {
  font-size: 14px;
  color: #818694;
  padding-top: 5px;
  padding-bottom: 5px;
}
.text-gray {
  color: #818694;
}
.list-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-links li {
  padding: 2px 0;
}
.list-links a {
  color: #20465f;
  /*border-bottom: 1px solid;*/
  font-size: 14px;
}
.list-links a:hover, .list-links a:focus {
  color: #4cb5e8;
}
.list-links--sb {
  margin-top: 12px;
}
.list-links--no-title {
  margin-top: 0px;
}
u {
  text-decoration: none;
  border-bottom: 1px solid;
}
.article {
  background: #f7f7f7;
  border-bottom: 1px solid #fff;
  padding: 15px 20px;
}
.article:hover, .article:focus {
  background: #ecf0f6;
}
.article__title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
.article__des {
  color: #818694;
  font-size: 14px;
  margin-bottom: 10px;
}
.article__more {
  color: #4cb5e8;
  font-weight: 600;
}
.article__more:hover, .article__more:focus {
  color: #4cb5e8;
}
.pr-card {
  border-radius: 5px;
  box-shadow: 0 2px 0 #ebedef;
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
}
.pr-card__head {
  font-size: 28px;
  line-height: 60px;
  letter-spacing: 3px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  min-height: 60px;
  background-color: #20465f;
}
.pr-card__head--blue {
  background-color: #4cb5e8;
}
.pr-card__body {
  background: #fff;
  padding-bottom: 40px;
}
.pr-card__price {
  min-height: 75px;
  padding: 3px 0;
  border-bottom: 1px solid #ebedef;
  font-weight: 700;
  font-family: 'Ubuntu', sans-serif;
}
.pr-card__val {
  color: #4cb5e8;
  font-size: 47px;
  display: inline-block;
  vertical-align: bottom;
}
.pr-card__month {
  color: #7f8995;
  font-size: 21px;
  display: inline-block;
  vertical-align: bottom;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.pr-card__row {
  min-height: 55px;
  padding: 16px 0;
  font-weight: 300;
  color: #7f8995;
  border-bottom: 1px solid #ebedef;
}
.pr-card__btn {
  margin: 55px auto 0;
  display: block;
}
.footer {
  background: #20465f;
  color: #fff;
  padding: 60px 0 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .footer {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 50px 0 50px;
  }
}
.footer a {
  color: #fff;
}
@media screen and (max-width: 480px) {
  .footer .col-xs-4 {
    width: 50%;
    margin-bottom: 20px;
  }
}
.footer__logo {
  margin-bottom: 36px;
}
.powered {
  margin-top: 36px;
  font-size: 14px;
}
.footer__text,
.footer__list {
  line-height: 2;
}
.footer__headline {
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .footer__headline {
    font-size: 18px;
  }
}
.footer__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .footer__top-col {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #2a5b7c;
  }
}
.header__top {
  background: #20465f;
  height: 90px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .header__top {
    height: auto;
    min-height: 65px;
  }
}
.header__top-wrap {
  display: table;
  width: 100%;
}
.header__md {
  /*background: url("../images/head-home.jpg") no-repeat top left;*/
  background-size: cover;
  /*min-height: 800px;*/
  padding: 165px 0;
  position: relative;
}
@media screen and (max-width: 992px) {
  .header__md {
    padding: 90px 0;
  }
}
.logo {
  display: inline-block;
}
.logo:hover, .logo:focus {
  border-bottom: none;
}
.header__logo {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 32px 0;
}
@media screen and (max-width: 480px) {
  .header__logo {
    display: block;
    padding: 20px 0 15px;
  }
}
.header__search {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .header__search {
    text-align: right;
    padding-right: 100px;
  }
}
@media screen and (max-width: 767px) {
  .header__search {
    padding-right: 80px;
  }
}
@media screen and (max-width: 560px) {
  .header__search {
    display: none;
  }
}
.header__search .search {
  display: inline-block;
}
.mobile-nav__search {
  display: none;
}
@media screen and (max-width: 560px) {
  .mobile-nav__search {
    display: block;
  }
}
.header__tabs {
  display: table-cell;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  padding: 0 10px;
}
.header__logon {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  color: #fff;
  padding: 34px 0;
  white-space: nowrap;
  font-size: 80%;
}
@media screen and (max-width: 480px) {
  .header__logon {
    display: block;
    padding: 0 0 15px;
	font-size: 100%;
  }
}
.header__logon-link {
  color: #fff;
  font-weight: 600;
  margin: 0 8px;
  max-width: 140px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.header__logon-link:hover, .header__logon-link:focus {
  color: #fff;
}
.header__md-wrap:before,
.header__md-wrap:after {
  content: " ";
  display: table;
}
.header__md-wrap:after {
  clear: both;
}
.header__text {
  float: left;
  max-width: 630px;
}
@media screen and (max-width: 1300px) {
  .header__text {
    max-width: 450px;
  }
}
@media screen and (max-width: 992px) {
  .header__text {
    max-width: 550px;
    margin: 0 auto 50px;
    float: none;
    text-align: center;
  }
}
.header__title {
  color: #fff;
  font-weight: 700;
  font-size: 42px;
}
@media screen and (max-width: 1199px) {
  .header__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 480px) {
  .header__title {
    font-size: 30px;
  }
}
.header__des {
  margin-top: 15px;
  font-size: 24px;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .header__des {
    font-size: 22px;
  }
}
.header__form {
  width: 480px;
  background: rgba(50,72,94,0.6);
  border-radius: 2px;
  float: right;
  padding: 27px 27px 35px;
}
@media screen and (max-width: 992px) {
  .header__form {
    float: none;
    width: auto;
    max-width: 510px;
    margin: auto;
  }
}
.header__form label {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 3px;
}
.header__form .form-control {
  background-color: rgba(233,236,242,0.6);
  height: 38px;
  border: none;
  border-radius: 4px;
}
.header__form .form-group {
  margin-bottom: 10px;
}
.header__form-top {
  margin-bottom: 25px;
}
.header__form-link {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}
.header__form-link:hover, .header__form-link:focus {
  color: #fff;
}
.header__form-link:nth-of-type(2) {
  float: right;
}
.header__form-link--active {
  border-bottom: 1px solid;
}
.header__submit {
  display: block;
  margin: 25px auto 0;
}
.header__tab-link {
  color: #fff;
  vertical-align: middle;
}
.header__tab-link:hover, .header__tab-link:focus {
  border-bottom: none;
  color: #72addd;
}
.header__tab-link--active {
  color: #72addd;
}
.header__tab-link + .header__strip {
  display: inline-block;
  vertical-align: middle;
  background: rgba(233,236,242,0.4);
  width: 1px;
  height: 37px;
  margin: 0 22px;
}
@media screen and (max-width: 1250px) {
  .header__tab-link + .header__strip {
    margin: 0 10px;
  }
}
.mobile-nav__btn {
  background: transparent;
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  right: 1%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.mobile-nav__btn-wrap {
  z-index: 20;
  position: absolute;
  height: 90px;
  width: 90px;
  top: 0;
  left: 100%;
  margin-left: -90px;
  background: #20465f;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 480px) {
  .mobile-nav__btn-wrap {
    width: 65px;
    height: 65px;
    margin-left: -65px;
  }
}
.mobile-nav__list {
  z-index: 50;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  background: #1b3c51;
  padding: 0 100px 0 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 480px) {
  .mobile-nav__list {
    font-size: 14px;
    padding: 0 75px 0 10px;
  }
}
.mobile-nav__item {
  padding: 18px 0;
  border-bottom: 1px solid #687e8c;
}
@media screen and (max-width: 480px) {
  .mobile-nav__item {
    padding: 15px 0;
  }
}
.mobile-nav__item .header__logon-link + span {
  color: #98a0b0;
}
.mobile-nav__item:last-of-type {
  border-bottom: none;
}
.mobile-nav--active .mobile-nav__btn-wrap {
  left: 0;
  margin-left: 0px;
}
.mobile-nav--active .mobile-nav__list {
  left: 90px;
}
@media screen and (max-width: 480px) {
  .mobile-nav--active .mobile-nav__list {
    left: 65px;
  }
}
.mobile-nav .search {
  min-width: 1px;
}
.sidebar__block {
  background: #fff;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 0 2px 0 #ebedef;
  border-radius: 3px;
  min-width: 320px;
}
@media screen and (max-width: 560px) {
  .sidebar__block {
    min-width: 1px;
  }
}
@media screen and (max-width: 560px) {
  .sidebar__block {
    padding: 15px 10px;
  }
}
.sb-date {
  margin-top: 2px;
  font-size: 14px;
}
.sidebar__toggle-text {
  font-size: 14px;
  padding: 5px 0;
}
.collor-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}
.collor-list li {
  padding: 2px 0;
  vertical-align: middle;
}
.square {
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.square--cyan {
  background-color: #4cb5e8;
}
.square--yellow {
  background-color: #d9c400;
}
.square--orange {
  background-color: #fe852e;
}
.square--blue {
  background-color: #0056f3;
}
.square--green {
  background-color: #00aa41;
}
.square--purple {
  background-color: #9e1a91;
}
.square--pink {
  background-color: #df34a9;
}
.info-bl {
  background: #fff;
  margin-bottom: 20px;
  box-shadow: 0 2px 0 #ebedef;
  border-radius: 3px;
  min-height: 160px;
}
.info-bl .headline-sm {
  letter-spacing: 0;
  padding: 15px 20px;
  border-bottom: 1px solid #e9ecf2;
}
.info-bl__des {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 10px 20px;
}
.info-bl__des li {
  display: block;
  padding: 1px 0;
}
.info-bl__des li:before,
.info-bl__des li:after {
  content: " ";
  display: table;
}
.info-bl__des li:after {
  clear: both;
}
.info-bl__des-left {
  float: left;
  min-width: 90px;
  color: #818694;
  font-size: 14px;
}
.info-bl__des-right {
  font-size: 14px;
}
.stats {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 560px) {
  .stats {
    display: block;
  }
}
.stats > div {
  display: table-cell;
  padding-right: 20px;
  position: relative;
  white-space: nowrap;
  font-size: 14px;
}
@media screen and (max-width: 560px) {
  .stats > div {
    display: inline-block;
    vertical-align: top;
    margin-right: -0.3em;
  }
}
.stats > div:last-of-type {
  padding-right: 0;
}
.stats__first {
  width: 18%;
}
@media screen and (max-width: 560px) {
  .stats__first {
    width: 40%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 460px) {
  .stats__first {
    width: 100%;
    padding-right: 0 !important;
  }
  .stats__first .stats__num {
    text-align: left;
  }
}
.stats__second {
  width: 15%;
}
@media screen and (max-width: 560px) {
  .stats__second {
    width: 60%;
    padding-right: 0 !important;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 460px) {
  .stats__second {
    width: 100%;
  }
}
.stats__third {
  width: 34%;
}
@media screen and (max-width: 991px) {
  .stats__third {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 560px) {
  .stats__third {
    width: 100%;
  }
}
.stats__fourth {
  width: 24%;
}
.stats__inner {
  min-height: 110px;
  background: #fff;
  box-shadow: 0 2px 0 #ebedef;
  border-radius: 3px;
  padding: 13px 20px;
}
.stats__num {
  color: #3d4a5d;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
}
.stats__perc {
  color: #3d4a5d;
  margin-top: 5px;
  margin-bottom: 2px;
  font-size: 21px;
  font-weight: 700;
}
.toggle-content {
  background: #fff;
  padding-bottom: 1px;
  box-shadow: 0 2px 0 #ebedef;
  border-radius: 3px;
  margin-bottom: 20px;
}
.toggle-content > .izvestaj.tc-tab-item > div:last-of-type {
  margin-bottom: 15px;
}
.tc-tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}
.tc-tabs:before,
.tc-tabs:after {
  content: " ";
  display: table;
}
.tc-tabs:after {
  clear: both;
}
.tc-tabs .tc-tabs__item {
  float: left;
  position: relative;
  padding: 15px 20px;
  border-bottom: 3px solid transparent;
}
.tc-tabs .tc-tabs__item:before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 26px;
  background-color: #e9ecf2;
}
.tc-tabs .tc-tabs__item--active {
  border-bottom: 3px solid #4cb5e8;
}
.tc-tabs .tc-tabs__item:last-of-type:before {
  content: '';
  display: none;
}
.tc-tabs a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.tc-tabs a:hover, .tc-tabs a:focus {
  border-bottom: none;
}
.tc-tabs__wrap {
  padding: 20px;
}
/*******/
.tc-tabs2 {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
  margin-top: -10px;
}
.tc-tabs2:before,
.tc-tabs2:after {
  content: " ";
  display: table;
}
.tc-tabs2:after {
  clear: both;
}
.tc-tabs2 .tc-tabs__item2 {
  float: right;
  position: relative;
  padding: 5px 20px 10px 20px;
  border-bottom: 3px solid transparent;
}
.tc-tabs2 .tc-tabs__item2:before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 26px;
  background-color: #e9ecf2;
}
.tc-tabs2 .tc-tabs__item--active2 {
  border-bottom: 1px solid #4CB4E7;
}
.tc-tabs2 .tc-tabs__item2:last-of-type:before {
  content: '';
  display: none;
}
.tc-tabs2 a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #4CB4E7;
}
.tc-tabs2 a:hover, .tc-tabs2 a:focus {
  border-bottom: none;
}
.tc-tabs__wrap2 {
  padding: 20px;
}
/*********/
.crop-block {
  max-height: 400px;
  overflow: hidden;
}
.crop-block + .show-all {
  display: inline-block;
  margin-top: 5px;
}
.chart-block {
  margin-top: 20px;
  margin-bottom: 40px;
}
.chart-block--cyan {
  border-left: 4px solid #4cb5e8;
}
.chart-block--cyan .chart-block__headline {
  background: #4cb5e8;
}
.chart-block--yellow {
  border-left: 4px solid #d9c400;
}
.chart-block--yellow .chart-block__headline {
  background: #d9c400;
}
.chart-block--orange {
  border-left: 4px solid #fe852e;
}
.chart-block--orange .chart-block__headline {
  background: #fe852e;
}
.chart-block--blue {
  border-left: 4px solid #0056f3;
}
.chart-block--blue .chart-block__headline {
  background: #0056f3;
}
.chart-block--green {
  border-left: 4px solid #00aa41;
}
.chart-block--green .chart-block__headline {
  background: #00aa41;
}
.chart-block--purple {
  border-left: 4px solid #9e1a91;
}
.chart-block--purple .chart-block__headline {
  background: #9e1a91;
}
.chart-block--pink {
  border-left: 4px solid #df34a9;
}
.chart-block--pink .chart-block__headline {
  background: #df34a9;
}
.chart-block__headline {
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 0 20px;
}
.chart-block__headline a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.chart-block__headline a:hover, .chart-block__headline a:focus {
  color: #fff;
  border: none;
}
.chart-table-wrap {
  padding: 10px 20px 0 20px;
}
@media screen and (max-width: 767px) {
  .chart-table-wrap {
    padding: 10px 10px 0 10px;
  }
}
.chart-btns {
  margin-top: 10px;
}
.chart-btns .btn-gray {
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
.chart {
  margin: 30px 30px 20px;
}
@media screen and (max-width: 767px) {
  .chart {
    margin: 20px 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .tc-tab__table-resp {
    table-layout: fixed;
  }
}
.y-getting {
  background: #ecf0f6;
  padding: 60px 0;
  text-align: center;
}
.y-getting .row {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .y-getting .row {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .gt-group {
    margin-top: 20px;
  }
}
.gt-group__circle {
  width: 95px;
  height: 95px;
  margin: 0 auto 10px;
  border-radius: 50%;
  position: relative;
  background-color: rgba(118,180,229,0.3);
}
.gt-group__circle img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
	border: none;
}
.gt-group__headline {
  font-size: 20px;
  font-weight: 700;
  max-width: 325px;
  margin: auto;
}
.gt-group__headline a,
.gt-group__headline a:link,
.gt-group__headline a:visited,
.gt-group__headline a:active,
.gt-group__headline a:hover {
	color: #20465f;
}
.gt-group__text {
  font-size: 14px;
  font-weight: 400;
  max-width: 325px;
  margin: 15px auto 0;
}
.gt-group__text a,
.gt-group__text a:link,
.gt-group__text a:visited,
.gt-group__text a:active,
.gt-group__text a:hover {
	color: #20465f;
}
.brands {
  background: #e8edf3;
  padding: 70px 0 10px;
}
.brands__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 55px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .brands__list {
    display: block;
  }
}
.brands__item {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .brands__item {
    display: inline-block;
    width: 33.3333%;
    margin-right: -0.3em;
    vertical-align: top;
    margin-bottom: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 560px) {
  .brands__item {
    width: 50%;
  }
}
.brands__item a:hover, .brands__item a:focus {
  border-bottom: none;
}
.brands__item img {
  display: inline-block;
}
.page {
  background: #fff;
  box-shadow: 0 2px 0 #ebedef;
  border-radius: 3px;
}
.page .headline-sm {
  padding: 15px 20px 8px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e9ecf2;
}
.page--profile {
  padding-bottom: 30px;
}
.page--blog .headline-sm {
  border-bottom: none;
  margin-bottom: 8px;
}
.page__wrap {
  padding: 0 20px;
}
.page__filter {
  margin: 20px 0 45px;
}
.pricing {
  padding: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .pricing {
    padding: 0 0 0;
  }
}
.pricing .headline {
  letter-spacing: 2px;
}
.pricing-wrap {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .pricing-wrap {
    margin-top: 30px;
  }
}
.pricing__col {
  padding: 0 30px;
}
@media screen and (max-width: 991px) {
  .pricing__col {
    padding: 0 15px;
  }
}
.top-delimiter {
	margin-top: 20px;
}
.sub_table_heading {
	padding: 10px;
	font-weight: 600;
}
tr.row_special td {
	font-weight: bold;
}
span.color-around {
	background: #fe852e;
	color: #fff;
	padding: 1px 3px;
}
.bottom-notice {
	padding: 0 10px 0 0;
	margin: 0;
}
.vertical-center {
	vertical-align: middle;
}
a.lost-pass {
	color: #fff;
}
.vid {
    position: absolute; 
    top: 0; 
	left:0;
    width: 100%;
	height: 100%; 
    z-index: -1;
	background: url("../images/head-home.jpg") no-repeat top left;
}    
#video {
	margin: 0;
	padding: 0;
    min-width: 100%;
}
.more-space {
	margin: 20px 20px 20px 20px;
}
@media screen and (max-width: 992px)
{
    #video, .vid { display : none; }
	.header__md {
		background: url("../images/head-home.jpg") no-repeat top left;
	}
	.more-space {
		margin: 20px 0 20px 0;
	}
	
}
/*
@media screen and (max-width: 600px)
{
    .highcharts-legend { display : none; }
	.highcharts-series-group { width: 100%; }
}
*/
#feed_info {
}
table thead tr td {
	font-size: 12px;
}
table caption {
	margin-bottom: 10px;
}
li.history_link {
	padding: 7px 0;
	border-top: 1px solid #dedede;
}
li.history_link_first {
	padding: 5px 0;
	border-top: none;
}
li.text-darker {
	color: #444;
	font-size: 14px;
}
li.text-darker:after {
  font-family: FontAwesome;
  content: '\f046';
  padding-left: 7px;
  color: #4cb5e8;
}
.txt-center {
	text-align: center;
}
.blokada_yes {
	color: red;
}
.blokada_no {
	color: green;
}
a.link_x, a.link_x:hover {
  margin-left: 4px;
  text-decoration: none;
  border-bottom: none;
}
a.link_x:after {
  font-family: FontAwesome;
  content: '\f00d';
  color: #4cb5e8;
}
a.link_x:hover:after {
  color: red;
}
.ekonomicnost_info {
	margin: 0 0 0 30px;
	padding: 0;
}
.gauge-value {
	color: #444;
	margin-top: -30px;
	margin-left: 50px;
	text-align: center;
	width: 70px;
}
#progressBar {
	margin: 20px auto 0 auto;
	width: 400px;
	position: relative;
	padding: 1px;
	height: 8px;
	background-color: #555;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Webkit */
	border-radius: 10px;
	height: 10px;
}

#progressBar div {
	width: 0;
	overflow: hidden;
	background-color: #1a82f7;
	height: 8px;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Webkit */
	border-radius: 10px;
}
div.dataTables_wrapper .dt-button {
	margin-top: 15px;
	border-color: #e9ecf2;
	color: #20465f;
}
div.dataTables_filter {
	margin-top: 20px;
}
div.dataTables_filter input {
	border-radius: 3px;
	box-shadow: none;
	border: 1px solid #e9ecf2;
	color: #20465f;
	font-size: 14px;
	height: 25px;
	width: 200px;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 5px;
}
div.dataTables_filter:after {
  font-family: FontAwesome;
  content: '\f002';
  padding-left: 5px;
  color: #ccc;
}

/*********************/

#requests_open {
	background: #fff;
	cursor: pointer;
	float: right;
	width: 32px;
	height: 32px;
	margin: 0 50px 30px 0;
	bottom:0;
	right: 0;
	position: fixed;
	z-index: 99;
}

#requests_dashboard {
	width: 100%;
	position: fixed;
	bottom:0;
	z-index: 100;
	margin: 0;
	font-size: 14px;
	background: #222;
}

#requests_dashboard a {
	border: none;
}

#requests_dashboard #requests_list {
	width: 95%;
	margin: auto;
	background: #222;
	display: none;
	padding: 10px 0;
	text-align: left;
}

#requests_dashboard #requests_list .requests_one {
	color: #ccc;
	padding: 2px 30px;
	margin: 0;
	clear: both;
}

#requests_dashboard #requests_list .requests_one span.requests_section {
	color: #ccc;
	width: 150px;
	display: inline-block;
}

#requests_dashboard #requests_list .requests_one span.requests_work {
	width: 72px;
	display: inline-block;
	color: orange;
	font-size: 12px;
}

#requests_dashboard #requests_list .requests_one span.requests_ready {
	width: 72px;
	display: inline-block;
	color: #00ff00;
	font-size: 12px;
}

#requests_dashboard #requests_list .requests_one a.r_dismiss {
	padding-left:5px;
	border: 0;
}

#requests_dashboard #requests_list .requests_one a.r_dismiss:after {
  font-family: FontAwesome;
  content: '\f00d';
  color: #ccc;
}

#requests_dashboard #requests_list .requests_one a,
#requests_dashboard #requests_list .requests_one a:link,
#requests_dashboard #requests_list .requests_one a:visited,
#requests_dashboard #requests_list .requests_one a:active {
	color: #fff;
	text-decoration: none;
}

#requests_dashboard #requests_list .requests_one a:hover {
	color: #fff;
	text-decoration: underline;
}

@media screen and (max-width: 600px)
{
	
	#requests_dashboard #requests_list {
		width: 100%;
	}
	
	#requests_dashboard #requests_list .requests_one { 
		width: 100%;
		border-bottom: 1px solid #444;
		line-height: 160%;
		clear: both;
		padding: 5px 20px;
	}
	
	#requests_dashboard #requests_list .requests_one:last-child {
		border-bottom: none;
	}
	
	#requests_dashboard #requests_list .requests_one a.r_link {
		width: 100%;
		display: block;
	}
	
	#requests_dashboard #requests_list .requests_one a.r_dismiss {
		display: inline;
		float: right;
		position: relative;
		margin-top: -20px;
	}
	
	#requests_dashboard #requests_list .requests_one span.requests_work,
	#requests_dashboard #requests_list .requests_one span.requests_ready {
		float: right;
		text-align: right;
	}
}
.mobile-nav__logon {
	text-align: right;
}
#toast-container {
	font-size: 12px;
}
.info_up {
	font-size: 12px;
}
.info_down {
	font-size: 12px;
}
.info_up:after {
  font-family: FontAwesome;
  content: '\f0de';
  color: #00ff00;
  font-size: 14px;
  padding-left: 3px;
}
.info_down:after {
  font-family: FontAwesome;
  content: '\f0dd';
  color: #ff0000;
  font-size: 14px;
  padding-left: 3px;
}
.info_col {
	border-left: 1px solid #cccccc;
	color: #8a8a8a;
}
.info_col2 {
	border-left: 1px solid #cccccc;
	color: #8a8a8a;
}
.num-low {
	color: #ff0000;
}
.clearable{
  background: #fff url(../wid/x.gif) no-repeat right -57px center;
  transition: background 0.4s;
}
.clearable.x  { background-position: right 57px center; }
.clearable.onX{ cursor: pointer; }
.clearable::-ms-clear {display: none; width:0; height:0;}
tr.small-head th {
	font-size: 11px;
}
.stats__title a,
.stats__title a:link,
.stats__title a:active,
.stats__title a:visited {
	text-decoration: none;
	border-bottom: none;
	color: #444;
}
.stats__title a:hover {
	color: #4cb5e8;
}
table.oc_0 td {
	vertical-align: text-top !important;
}
table.oc_0 td.oc_1 {
	width: 180px;
}
table.oc_0 td.oc_2 {
	width: 130px;
}
table.oc_0 tr:last-child > td {
  border-bottom: none !important;
}
table.tip td {
	padding: 0;
	margin: 0;
}
table.tip tr th {
	text-align: center;
}
table.tip tr:last-child > td {
  border-bottom: 0;
  border-top: 0;
  padding-top: 12px;
}
.one_doc h2 {
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 10px;
	font-weight: bold;
}
.one_doc h3 {
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 10px;
	font-weight: bold;
}
.one_head {
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.one_doc .srn-brisan {
	text-decoration: line-through;
}
.one_doc .srn-prbu-brisan {
	width: 10px;
	vertical-align: top;
}
.one_doc .srn-oglas-bottom {
	margin-top: 20px;
}
p.compare_title {
	width: 150px;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
}
table.compare tr td {
	border-right: 1px solid #cccccc;
}
table.compare tr th {
	font-size: 12px;
	padding-top: 30px;
}
table.compare tr td.e, table.compare tr th.e {
	border: none;
	background: #fff;
}
.compare_list {
	font-size: 14px;
	background: #fcfcfc;
	margin-top: -20px;
	margin-bottom: 10px;
	padding-top: 20px;
}
.compare_list a {
	border: none;
}
.compare_list p.go {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
.compare_list p.go a {
	margin-right: 20px;
	margin-top: 0;
	margin-bottom: 0;
}
.compare_list .compare_one {
	padding: 2px 40px;
	margin: 0;
	clear: both;
}
.head_subject_info {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.head_subject_cont,
.head_subject_info,
.head_subject_info td {
	border: none;
}
#zpsc .title_zps a,
#zpsc .title_zps a:link,
#zpsc .title_zps a:active,
#zpsc .title_zps a:visited,
#zpsc_fixed .title_zps a,
#zpsc_fixed .title_zps a:link,
#zpsc_fixed .title_zps a:active,
#zpsc_fixed .title_zps a:visited {
	color: #20465f;
}

#zpsc .title_zps {
  font-size: 14px;
  color: #606165;
  display: inline-block;
  vertical-align: middle;
}
#zpsc_fixed .title_zps {
  font-size: 14px;
  font-weight: 800;
  color: #606165;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 680px) {
	#zpsc .zpsi {
		display: none;
	}
}
canvas.index_graph_c {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
table td.index_graph {
	padding: 7px;
	min-width: 280px;
	width: 33%;
}
table td.index_graph_first {
	padding-left: 10px;
}
table td.index_graph_last {
	padding-right: 10px;
}
li.visualisation span:after {
	font-family: FontAwesome;
	content: '\f201';
	color: #ff7a7a;
	font-size: 11px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.header__tabs-wrap .homelink:before {
	font-family: FontAwesome; 
	content: '\f015';
	font-size: 20px;
}
.header__tabs-wrap a.homelink_cont,
.header__tabs-wrap a.homelink_cont:link,
.header__tabs-wrap a.homelink_cont:active,
.header__tabs-wrap a.homelink_cont:visited {
	color: #fff;
}
.header__tabs-wrap a.homelink_cont:hover {
	color: #188AC0;
}
.search__inp_desk {
	float: left;
}
.search_btn {
  width: 52px;
  height: 38px;
  background-color: #edf0f5;
  margin-left: -52px;
  background: url(../images/search_btn.gif);
  border: 0;
  float: left;
}
@media screen and (max-width: 767px) {
  .header__logon_free {
	  padding-right: 70px;
  }
  .mobile-nav_free {
	  visibility: visible;
	  display: block;
  }
  .header__search_free {
	  visibility: hidden;
	  display: none;
  }
}

@media screen and (min-width: 767px) {
  .header__logon_free {
	  padding-right: 0;
  }  
  .mobile-nav_free {
	  visibility: hidden;
	  display: none;
  }
  .header__search_free {
	  visibility: visible;
	  display: table-cell;
  }
}

@media screen and (max-width: 450px) {
  .header__logon_free {
	  padding-right: 0;
  }
}

tr.ehc_hide {
	display: none;
}

.ehc_dot_1 {
	position: absolute;
	bottom: 0;
	left: 8px;
	width: 5px; 
	height: 5px; 
	background: #999;
}
.ehc_dot_2 {
	position: absolute;
	bottom: 0;
	left: 27px;
	width: 5px; 
	height: 5px; 
	background: #999;
}
.ehc_dot_3 {
	position: absolute;
	bottom: 0;
	left: 46px;
	width: 5px; 
	height: 5px; 
	background: #aaa;
}
.ehc_dot_4 {
	position: absolute;
	bottom: 0;
	left: 64px;
	width: 5px; 
	height: 5px; 
	background: #bbb;
}

.ehc_line_1 {
	position: relative; 
	padding-left: 20px !important;
}
.ehc_line_2 {
	position: relative;
	padding-left: 40px !important;
}
.ehc_line_3 {
	position: relative;
	padding-left: 60px !important;
}
.ehc_line_4 {
	position: relative;
	padding-left: 80px !important;
}