    /*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! 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;
}


.notifyjs-bootstrap-error {
  background-position: 0 50% !important;
}

.notifyjs-bootstrap-success {
  background-position: 0 50% !important;
}

.notifyjs-bootstrap-info {
  background-position: 0 50% !important;
}

.notifyjs-bootstrap-warn {
  background-position: 0 50% !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  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;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

/* @import "bootstrap/glyphicons"; */
* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 980px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: middle;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-striped > tbody > tr.table-end-group {
  background-color: #f3f5f8;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.to-top-btn{
  position: absolute;
  top: calc(50% - 10px);
  line-height:20px;
  right: -70px;
  display: block;
  text-decoration: none !important;
  transition: opacity .2s, visiblity .2s;
  opacity: 0;
  visibility: hidden;
}

.to-top-btn .fa{
  font-size:18px;
  margin-left: 5px;
}


.dashtop-fixed .to-top-btn {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 991px){
  .dashtop-fixed .to-top-btn{
    right:0px;
  }
}

@media (max-width: 1300px){
  .dashtop-fixed .to-top-btn{
    right:10px;
  }
  .to-top-btn span{
    display: none;
  }
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }

  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }

  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* @import "bootstrap/buttons"; */
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

/* @import "bootstrap/dropdowns"; */
/* @import "bootstrap/button-groups"; */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before, .nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before, .navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* @import "bootstrap/breadcrumbs"; */
/* @import "bootstrap/pagination"; */
/* @import "bootstrap/pager"; */
/* @import "bootstrap/labels"; */
/* @import "bootstrap/badges"; */
/* @import "bootstrap/jumbotron"; */
/* @import "bootstrap/thumbnails"; */
/* @import "bootstrap/alerts";
@import "bootstrap/progress-bars";
@import "bootstrap/media";*/
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* @import "bootstrap/wells";
@import "bootstrap/close"; */
.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* @import "bootstrap/popovers"; */
.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
  background: #fff;
  padding: 0;
  margin: 0;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt--50 {
  margin-top: -50px !important;
}

body {
  padding: 0;
  margin: 0;
  height: 100%;
  font: 14px/26px "Open Sans", Helvetica, Arial, sans-serif;
}

.panel:last-child {
  margin-bottom: 50px;
}

.panel-default {
  overflow: hidden;
}

.panel-default > .panel-heading {
  background: #0066b3;
  border: none;
  overflow: hidden;
  padding: 0;
}

.panel-default > .panel-heading a {
  display: block;
  padding: 15px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

ul,
ol {
  font: 14px/26px "Open Sans", Helvetica, Arial, sans-serif;
}

ul li,
ol li {
  list-style-position: inside;
  font: 14px/26px "Open Sans", Helvetica, Arial, sans-serif;
}

a {
  cursor: pointer;
  background: transparent;
}

a:focus {
  outline: none;
  text-decoration: none;
}

a:hover,
a:active,
a:focus,
a {
  color: #0066b3;
}

.container {
  width: 1130px;
  margin: 0 auto;
  max-width: 100%;
}

.container::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 1200px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.table-scroll {
  overflow-x: auto;
  width: 100%;
}

@media screen and (min-width: 993px) {
  .wrapper {
    min-height: 100vh;
    padding-bottom: 131px;
  }

  footer {
    margin-top: -81px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

select {
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
}

.amount-title {
  line-height: 58px;
  float: right;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
}

.content > .success {
  z-index: 99999;
  text-align: center;
  font-weight: bold;
  position: fixed;
  top: 0;
  right: 0;
  padding: 10px;
  background: #117fd3;
  color: #fff;
  border-radius: 5px;
}

.content > .error {
  z-index: 99999;
  text-align: center;
  font-weight: bold;
  position: fixed;
  top: 0;
  right: 0;
  padding: 10px;
  background: #c21e00;
  color: #fff;
  border-radius: 5px;
}

.errors {
  padding: 0;
  margin: 0;
  display: block;
  overflow: hidden;
  height: auto;
  line-height: 30px !important;
}

.errors li {
  list-style: none;
  display: block;
  line-height: 30px;
}

.page-content {
  padding-bottom: 50px;
  margin-top: 50px;
}

.page-content h1 {
  font-size: 2.2em;
  line-height: 1.6em;
  margin-bottom: 15px;
  margin-top: 0;
  font-weight: bold;
}

.page-content h2 {
  font-size: 2em;
  line-height: 1.5;
  margin-bottom: 15px;
  margin-top: 0;
  font-weight: bold;
}

.page-content h3 {
  font-size: 1.8em;
  line-height: 1.4em;
  margin-bottom: 15px;
  margin-top: 0;
  font-weight: bold;
}

.page-content h4 {
  font-size: 1.6em;
  line-height: 1.3em;
  margin-bottom: 15px;
  margin-top: 0;
  font-weight: bold;
}

.page-content h5 {
  font-size: 1.4em;
  line-height: 1.2em;
  margin-bottom: 15px;
  margin-top: 0;
  font-weight: bold;
}

.page-content h6 {
  font-size: 1.2em;
  line-height: 1.1em;
  margin-bottom: 15px;
  margin-top: 0;
  font-weight: bold;
}

header {
  background-size: #fff;
  position: relative;
  z-index: 2;
}

.search-btn {
  display: block;
  float: right;
  text-indent: -999em;
  margin-right: 55px;
  height: 31px;
  color: transparent !important;
  padding: 10px 10px 9px;
}

@media screen and (max-width: 1050px) {
  .search-btn {
    margin-right: 35px;
  }
}

@media screen and (max-width: 767px) {
  .search-btn {
    display: none;
  }
}

.search-btn:before {
  display: block;
  height: 12px;
  width: 12px;
  content: '';
  background: url("../img/search-ico.svg") 0 0 no-repeat;
}

.loginned .search-btn {
  margin-right: 30px;
}

@media screen and (max-width: 1200px) {
  .loginned .search-btn {
    margin-right: 15px;
  }
}

.logo {
  float: left;
  margin-top: 4px;
  height: 28px;
  width: 121px;
  display: block;
  font-size: 26px;
  color: #117fd3;
  text-indent: -999em;
  background: url("../img/logo-kid.png") 0 0 no-repeat;
  background-size: auto 28px;
  /* text-indent: -999em;
	background: url('../img/logo.png') 0 0 no-repeat; */
}

.logo.logo-staff {
  background-image: url("../img/logo-staff.png");
  width: 159px;
}

.logo:active, .logo:focus, .logo:hover {
  color: #117fd3;
  text-decoration: none;
}

.loginned .logo {
  height: 28px;
  width: 30px;
  background: url("../img/small-logo-kidl.svg") 0 50% no-repeat;
  text-indent: -999em;
}

.loginned .logo-staff {
  background: url("../img/small-logo-staff.svg") 0 50% no-repeat;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-text {
  color: #454545;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
}

.nav {
  margin-left: 65px;
  margin-top: 1px;
}

@media screen and (max-width: 992px) {
  .nav {
    clear: both;
    margin-left: 0;
    margin-right: 0;
  }
}

.nav li {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  margin: 0 25px 0 0;
  position: relative;
}

.nav li ul {
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  margin: 0;
  padding: 10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #e2e4e7;
}

@media (max-width: 767px) {
  .nav li ul {
    position: static;
    border: none;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
  }
}

.nav li ul li {
  white-space: nowrap;
}

.nav li:hover ul {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1100px) {
  .nav li {
    margin-right: 34px;
  }
}

@media screen and (max-width: 1050px) {
  .nav li {
    margin-right: 24px;
  }
}

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

.nav li a {
  position: relative;
  display: block;
  color: #454545;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-decoration: none;
  padding: 5px 0;
  border-bottom: 2px solid transparent;
  transition: border-color 0.35s;
}

@media screen and (min-width: 993px) {
  .nav li a:hover {
    border-color: #117fd3;
  }
}

.nav li.active > a {
  border-color: #117fd3;
}

@media screen and (max-width: 767px) {
  .nav li {
    margin-right: 0;
    display: block;
  }

  .nav li a {
    padding: 5px 24px;
  }
}

.block-search {
  padding: 6px 0 0 0;
  display: inline-block;
  float: right;
  margin: 0 70px 0 0;
  vertical-align: top;
}

.block-search .search {
  background: url(../img/search.png) no-repeat;
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  display: block;
}

.login-block {
  margin: 0 19px 0 0;
  display: inline-block;
  float: right;
}

.login-block p {
  float: left;
  line-height: 31px;
  font-weight: 600;
  margin-bottom: 0;
  margin-right: 20px;
}

.login-block p a {
  color: #117fd3;
}

@media screen and (max-width: 767px) {
  .login-block {
    float: none;
    display: block;
    text-align: center;
    margin: 0 0 20px;
    overflow: hidden;
    text-align: center;
  }

  .login-block p {
    display: inline-block;
    float: none;
  }
}

.lang-menu {
  color: #777;
  cursor: pointer;
  z-index: 2;
  position: relative;
  margin: 0;
  float: right;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  display: block;
}

@media screen and (max-width: 767px) {
  .lang-menu {
    float: none;
    display: block;
    text-align: center;
    margin: 20px 0;
  }
}

.lang-menu > .active {
  color: #777;
  font-size: 12px;
  line-height: 29px;
  border: 1px solid #e2e4e7;
  font-weight: 600;
  display: inline-block;
  padding: 0 41px 0 10px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  border-radius: 3px;
  text-decoration: none;
  position: relative;
}

.lang-menu > .active:after {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  right: 6px;
  height: 4px;
  width: 7px;
  background: url(../img/language-arrow.png) 100% 50% no-repeat;
  background-size: 100% auto;
}

.lang-menu:hover .active {
  border-radius: 3px 3px 0 0;
}

.lang-menu:hover .drop-lang {
  display: block !important;
}

.navbar-toggle {
  margin: 0;
}

.drop-lang {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 2;
  display: none;
  background: #fff;
  padding: 2px 0 5px;
  border: 1px solid #e2e4e7;
  width: 100%;
  border-radius: 0 0 5px 5px;
  margin: 0;
  text-align: left;
}

.drop-lang li {
  list-style: none;
  display: block;
  line-height: 19px;
  font-size: 12px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.drop-lang li a {
  display: block;
  line-height: 19px;
  padding: 0 0 0 10px;
  color: #777777;
}

.drop-lang li a:hover {
  background-color: #e7eaee;
}

.navbar {
  position: relative;
  margin-bottom: 0;
  border: none;
  min-height: 0;
}

.navbar-header {
  margin: 0 !important;
}

.navbar-default {
  background-color: #fff;
  border-color: none;
  padding: 39px 0 38px;
}

@media (max-width: 767px) {
  .navbar-default {
    padding: 10px 0;
  }
}

.navbar-collapse {
  padding: 0;
}

.lobin-block {
  float: right;
}

.search-form {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 1100px;
  z-index: 9;
  padding-top: 32px;
  background: #fff;
  overflow: hidden;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s;
}

.search-form::after {
  clear: both;
  content: "";
  display: table;
}

.search-form .form-group {
  width: calc(100% - 246px);
  margin-right: 18px;
  float: left;
}

.search-form.active {
  visibility: visible;
  opacity: 1;
}

.search-form .close-btn {
  display: block;
  position: relative;
  float: right;
  height: 32px;
  width: 32px;
  margin-top: 5px;
}

.search-form .close-btn:before, .search-form .close-btn:after {
  position: absolute;
  top: 50%;
  right: 0;
  height: 1px;
  width: 18px;
  display: block;
  content: '';
  background: #454545;
}

.search-form .close-btn:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.search-form .close-btn:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .search-form {
    display: none;
  }

  .search-form .close-btn {
    display: none;
  }
}

.search-form-wrapper form {
  margin: 0;
  padding: 0;
}

.search-form-wrapper .form-group {
  width: calc(100% - 187px);
  margin-right: 18px;
  float: left;
}

.search-form-wrapper input {
  display: block;
  border: 1px solid #d7d7d7;
  height: 45px;
  line-height: 24px;
  width: 100%;
  border-radius: 23px;
  color: #777777;
  padding: 0 46px;
  background: #fff url("../img/search-ico.svg") 17px 50% no-repeat;
  outline: none !important;
}

@media screen and (max-width: 767px) {
  .search-form-wrapper .form-group {
    margin-bottom: 0;
    width: calc(100% - 185px);
  }
}

@media screen and (max-width: 480px) {
  .search-form-wrapper .form-group {
    float: none;
    margin-bottom: 15px;
    width: 100%;
  }
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border: none;
}

/* ----------------- Buttons ----------------- */
.btn {
  background: transparent;
  box-shadow: none;
  border: none;
  text-transform: uppercase;
  display: block;
  cursor: pointer;
  font-size: 14px;
  line-height: 58px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  border-radius: 28px;
  padding: 0;
  margin: 0 auto;
  color: #fff;
  letter-spacing: 1.3px;
}

.btn.btn-inline {
  display: inline-block !important;
  padding-left: 25px;
  padding-right: 25px;
}

.btn:hover {
  text-decoration: none;
  box-shadow: none;
  background: transparent;
}

.btn:focus {
  outline: none;
  text-decoration: none;
  box-shadow: none;
}

.btn.pull-right, .btn.pull-left {
  padding-left: 25px;
  padding-right: 25px;
}

.btn.pull-right:last-child, .btn.pull-left:last-child {
  margin-left: 15px;
}

.btn.pull-right:first-child, .btn.pull-left:first-child {
  margin-left: 0;
}

@media (max-width: 992px) {
  .btn.pull-right, .btn.pull-left {
    float: none !important;
    margin-left: 0 !important;
    margin-bottom: 20px;
  }
}

.btn.more-logs {
  margin: 20px 0;
}

.btn-green {
  background: #0ea599;
  transition: all .3s;
  color: #fff !important;
}

.btn-green:hover {
  background: rgba(26, 177, 165, 0.9);
}

.btn-green:focus {
  background: rgba(26, 177, 165, 0.9);
}

.btn-red {
  background: #e0500a;
  transition: all .3s;
  color: #fff !important;
}

.btn-red:hover {
  background: #f56b28;
}

.btn-red:focus {
  background: #f56b28;
}

.btn-blue {
  background: #117fd3;
  transition: all .3s;
  text-decoration: none !important;
  color: #fff !important;
}

.btn-blue:hover {
  background: rgba(17, 127, 211, 0.9);
}

.btn-blue:focus {
  background: rgba(17, 127, 211, 0.9);
}

.logout-btn,
.login {
  border: 1px solid #117fd3;
  border-radius: 15px;
  width: 84px;
  line-height: 29px;
  color: #117fd3;
  font-size: 12px;
}

.logout-btn:focus, .logout-btn:hover,
.login:focus,
.login:hover {
  color: #117fd3;
}

.logout-btn {
  color: #a4a4a4;
  border-color: #a4a4a4;
  float: left;
}

.logout-btn:hover, .logout-btn:focus {
  color: #a4a4a4;
}

@media screen and (max-width: 767px) {
  .logout-btn {
    display: inline-block;
    float: none;
  }
}

.get-btn {
  color: #fff;
  line-height: 58px;
  width: 275px;
  border-radius: 29px;
}

.get-btn:hover {
  color: #fff;
}

.get-btn:focus {
  color: #fff;
}

.reg-btn {
  color: #fff;
  line-height: 58px;
  border-radius: 29px;
}

.reg-btn:hover {
  color: #fff;
}

.reg-btn:focus {
  color: #fff;
}

.btn-border {
  border: 2px solid #fff;
  background: transparent;
  line-height: 54px;
}

.btn-border:hover {
  border: 2px solid rgba(255, 255, 255, 0.9);
}

.btn-border:focus {
  border: 2px solid rgba(255, 255, 255, 0.9);
}

.search-submit-btn {
  background: #ed5d17;
  color: #fff;
  height: 45px;
  line-height: 43px;
  width: 167px;
  letter-spacing: 1.4px;
  float: left;
}

.search-submit-btn:hover {
  background: rgba(224, 80, 10, 0.9);
}

.search-submit-btn:focus {
  background: rgba(224, 80, 10, 0.9);
}

.btn.save {
  width: 275px;
  float: right;
  color: #fff;
}

.go-btn {
  width: 100%;
  line-height: 50px;
  height: 50px;
  display: block;
}

/* ----------------- style buttons ----------------- */
footer {
  background: #f3f5f8;
  padding: 25px 0 25px;
}

.footer-lt-block {
  width: 25%;
  float: left;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

@media screen and (max-width: 992px) {
  .footer-lt-block {
    width: 100%;
  }
}

.footer-lt-block p {
  font-weight: 400;
  line-height: 26px;
  font-size: 12px;
  color: #777;
  margin: 0 0 14px 0;
}

.footer-title {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 600;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #454545;
  line-height: 26px;
  padding: 0 0 28px 0;
  margin: 0 0 26px 0;
}

@media screen and (max-width: 767px) {
  .footer-title {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

.footer-title:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 71px;
  height: 1px;
  background: #e2e4e8;
}

.footer-btn {
  text-transform: lowercase;
  font-size: 12px;
  color: #117fd3;
  line-height: 32px;
  padding: 0 0 0 29px;
  width: 173px;
  border: 1px solid #117fd3;
  border-radius: 16px;
  position: relative;
  margin: 0 0 30px 0;
  font-weight: 600;
  letter-spacing: 0px;
}

.footer-btn:hover {
  border: 1px solid #117fd3;
  color: #117fd3;
}

.footer-btn img {
  position: absolute;
  display: block;
  margin: 0 6px 0 0;
  height: 16px;
  width: 8px;
  background-size: 8px 16px;
  left: 15px;
  top: 7px;
}

.copyright::after {
  clear: both;
  content: "";
  display: table;
}

.copyright p {
  padding-top: 4px;
  font-size: 12px;
  color: #9ba1aa;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .copyright p {
    text-align: center;
  }
}

.copyright .lang-menu:hover .active {
  border-radius: 0 0 3px 3px;
}

.copyright .lang-menu .drop-lang {
  top: auto;
  bottom: 30px;
  border-radius: 3px 3px 0 0;
}

@media screen and (max-width: 767px) {
  .copyright .lang-menu {
    margin-top: 0;
  }
}

.footer-rt-block {
  float: right;
  width: 74%;
}

@media screen and (max-width: 992px) {
  .footer-rt-block {
    width: 100%;
    float: none;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .footer-rt-block {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}

.footer-content-block {
  display: inline-block;
  margin: 0 70px 0 0;
}

@media screen and (max-width: 767px) {
  .footer-content-block {
    width: 100%;
    display: block;
  }
}

.footer-content-block:nth-of-type(3n) {
  margin: 0;
}

.footer-list {
  margin: 0;
  list-style: none;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .footer-list {
    margin-bottom: 30px;
  }
}

.footer-list li {
  line-height: 26px;
  font-size: 12px;
  color: #777;
  font-weight: 600;
}

.footer-list li a {
  color: #777;
}

.footer-list li a:hover {
  color: #117fd3;
  text-decoration: none;
}

/* @import ""; */
/* HELPERS
------------------------------------------------------------------------------ */
.clear,
.clear-left,
.clear-right {
  clear: both;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.debug {
  color: #c30000;
  padding: 10px 20px;
  border: 2px solid red;
}

.b1r {
  border: 1px solid red;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.no-border {
  border: 0 none !important;
}

.border {
  border: 1px solid #ccc !important;
}

.no-margin {
  margin: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-background {
  background: transparent none;
}

.hidden {
  visibility: hidden;
  display: none;
}

.a-left {
  text-align: left !important;
}

.a-right {
  text-align: right !important;
}

.a-center {
  text-align: center !important;
}

.no-list-style, .no-list-style li {
  list-style: none !important;
  margin-left: 0 !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.no-padding-lr {
  padding-left: 0px;
  padding-right: 0px;
}

.w-450 {
  width: 450px !important;
}

.w-400 {
  width: 400px !important;
}

.w-350 {
  width: 350px !important;
}

.w-270 {
  width: 270px !important;
}

.w-100 {
  width: 100px !important;
}

.w-130 {
  width: 130px !important;
}

.w-150 {
  width: 150px !important;
}

.w-170 {
  width: 170px !important;
}

.w-195 {
  width: 195px !important;
}

.mb-21 {
  margin-bottom: 21px !important;
}

.mb-6 {
  margin-bottom: 6px !important;
}

.search-term {
  background: none #ffffcc;
}

.fw-n {
  font-weight: normal !important;
}

/* ANTI Clickjacking Attacks
------------------------------------------------------------------------------ */
iframe {
  filter: alpha(opacity=100) !important;
  /* for IE */
  opacity: 1 !important;
  /* for conforming browsers */
}

#bg-head {
  background: transparent url("/img/bg-head.jpg") repeat-x 0 0;
  width: 100%;
  min-width: 931px;
}

#wrapper {
  width: 931px;
  margin: 0px auto 0px auto;
  position: relative;
}

/* Middle
------------------------------------------------------------------------------ */
#middle {
  width: 100%;
  height: 1%;
  background: transparent url("/img/middle-bg.png") repeat 0 0;
}

#middle:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

#container {
  width: 100%;
  overflow: hidden;
}

input.date {
  width: 67px;
  margin-right: 5px;
  background: transparent url("/img/date-calendar.gif") no-repeat 95% 1px;
  padding: 3px 20px 3px 3px;
}

#logs-date {
  overlflow: hidden;
  clear: both;
  margin-bottom: 1em;
  margin-top: 0.5em;
}

#logs-date label {
  margin-right: 5px;
}

#logs-date input.date {
  font-size: 12px;
}

.image-link, .audio-link, .video-link, .external-link {
  display: inline-block;
  color: #084e77;
  font-weight: bold;
  padding-left: 25px;
}

.image-link {
  background: transparent url("/img/image-link.gif") no-repeat 2px 0;
}

.audio-link {
  background: transparent url("/img/audio-link.gif") no-repeat 5px 0;
}

.video-link {
  background: transparent url("/img/video-link.gif") no-repeat 6px 0;
}

.external-link {
  background: transparent url("/img/external-link.gif") no-repeat 4px 0;
}

/* Pagination
------------------------------------------------------------------------------ */
ul.pagination {
  clear: both;
  overflow: hidden;
  padding: 0;
}

ul.pagination li {
  float: left;
  padding-right: 5px;
  list-style: none;
  margin: 0 0 5px 0;
  height: 28px;
}

ul.pagination li a {
  color: #333;
  text-decoration: none;
  float: left;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  border-radius: 3px;
  border: 1px solid #eef0f3;
}

ul.pagination li a:hover {
  border-color: #117fd3;
}

ul.pagination li b {
  width: 28px;
  border-radius: 3px;
  color: #fff;
  display: block;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #117fd3;
  border: 1px solid #eef0f3;
}

/* Right-Sidebar
------------------------------------------------------------------------------ */
.news-sb dt {
  font: normal 1.2em/1.5em Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: bold;
  padding-top: 0.5em;
  padding-bottom: 1.3em;
}

.news-sb dd {
  font: normal 1.1em/1.65em Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.news-sb dd p {
  line-height: 1.65em;
  display: inline;
  margin: 0;
}

.authorisation ul {
  clear: both;
  overflow: hidden;
  margin-bottom: 15px;
}

.authorisation ul li {
  clear: both;
  overflow: hidden;
  padding-bottom: 4px;
}

.authorisation .author-p {
  font: normal 1.1em/1.65em Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.authorisation label {
  width: 67px;
  float: left;
  font: bold 1.1em Arial, 'Helvetica Neue', Helvetica, sans-serif;
  padding-top: 7px;
}

.authorisation .forgot-pass {
  font-size: 1em;
}

.authorisation .i-text {
  width: 155px;
}

.login-button,
.register-button,
.add-device-button,
.button-submit,
.ireset-password-button {
  color: #084e77;
  font: bold 1.2em Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-decoration: none !important;
  text-shadow: 0px 1px 1px #b1ddf0;
  background: transparent url("/img/button.png") no-repeat 0 -30px;
  height: 28px;
  line-height: 28px;
  padding-left: 18px;
  float: left;
}

.login-button span,
.register-button span,
.add-device-button span,
.button-submit span,
.ireset-password-button span {
  color: #084e77;
  font: bold 1em Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-decoration: none !important;
  height: 28px;
  line-height: 26px;
  background: transparent url("/img/button.png") no-repeat 100% 0;
  float: left;
  padding-left: 4px;
  padding-right: 22px;
}

.login-button {
  margin-left: 68px;
  margin-right: 3px;
}

.forgot-pass {
  font: normal 1.1em/1.65em Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #206fa3;
  float: left;
  margin-left: 68px;
}

.login-user {
  font: 1.1em/1.5em Arial, 'Helvetica Neue', Helvetica, sans-serif;
  float: left;
  width: 170px;
  margin-bottom: 0;
}

.logout {
  float: left;
  font: 1.1em/1.5em Arial, 'Helvetica Neue', Helvetica, sans-serif;
  margin-bottom: 0;
  margin-left: 1em;
}

.device-list {
  overflow: hidden;
  clear: both;
  min-height: 50px;
  height: auto !important;
  height: 50px;
}

.device-list li {
  min-height: 36px;
  height: auto !important;
  height: 36px;
  display: block;
  padding: 7px 14px;
  background: transparent url("/img/separate-device.gif") repeat-x 0 100%;
  overflow: hidden;
}

.device-list li.last, .device-list li:hover.last {
  background-image: none;
}

.device-list li a.cross-button, .device-list li a.edit-button {
  margin-top: 0px;
  display: none;
  float: right;
}

.device-list li a.edit-button {
  margin-right: 4px;
}

.device-list li:hover {
  background: #e8f2f9 url("/img/separate-device.gif") repeat-x 0 100%;
}

.device-list li:hover a.cross-button, .device-list li:hover a.edit-button {
  display: block;
}

.device-list a.device-title {
  font: bold 1.2em/1.5em Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #454545;
  text-decoration: none;
}

.device-list .device-model {
  font: normal 1em/1.5em Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #454545;
}

.device-list .small {
  width: 100px;
}

.device-list .linkdev-button {
  float: right;
  margin-left: 5px;
  margin-top: 5px;
  font: normal 1.1em/1.5em Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.add-device-block {
  overflow: hidden;
  clear: both;
}

.add-device-block.add-device-full {
  padding-left: 0;
}

.add-device-button span {
  padding-left: 0px;
  padding-right: 18px;
}

.add-device {
  width: 100px;
  float: left;
  padding: 3px 5px;
  margin-top: 2px;
}

.add-device.loader {
  background-image: url("../img/ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: 97% 50%;
}

.add-device-button {
  float: right;
}

.account-type {
  font-size: 1.1em;
}

.block-display {
  margin-bottom: 20px;
}

.declined-files {
  overflow: hidden;
  clear: both;
  min-height: 50px;
  height: auto !important;
  height: 50px;
}

.declined-files li {
  display: block;
  padding: 14px 14px 14px 0px;
  background: transparent url("/img/separate-device.gif") repeat-x 0 100%;
  overflow: hidden;
  font-weight: bold;
  font-size: 1.1em;
  color: #454545;
}

.declined-files li a {
  text-decoration: none;
  color: #454545;
}

/*
#content.full-content{
	padding:30px 49px 30px 49px !important;
} */
.page-content .list-form {
  font-size: 10px;
}

.page-content .list-form li {
  list-style: none;
  margin: 0;
  font-size: 10px;
}

.page-content .list-form li ul.errors li {
  color: #A94343;
  line-height: 11px !important;
}

.page-content p.hint {
  font-size: 1em;
  clear: both;
  overflow: hidden;
  margin-bottom: 0;
}

/* Dashboard
------------------------------------------------------------------------------ */
.page-content .add-device-full {
  padding: 0;
  clear: none;
  overflow: hidden;
  float: right;
}

.page-content .add-device-full .add-device {
  width: 180px;
  margin-right: 10px;
}

.page-content .blue-color {
  color: #136db2;
  padding-top: 7px;
  width: 505px;
}

.page-content .logined-right {
  float: right;
  margin: 0;
  padding-top: 12px;
}

.page-content .logined-right .user {
  margin-right: 10px;
}

.page-content .dashboard-table {
  border: 3px solid #e0e0e0;
}

table.urls-view td {
  padding: 4px;
  vertical-align: top;
}

table.urls-view td ul li {
  margin: 0 5px;
  list-style: none;
  overflow: hidden;
  width: 240px;
}

table.urls-view td ul li strong {
  font-size: 1.4em;
  margin-right: 8px;
}

.page-content .dashboard-table td, .page-content .dashboard-table th {
  padding: 10px 10px;
}

.page-content .dashboard-table thead th {
  background: #e3e4e4 url(/img/separate-device.gif) repeat-x 0 100%;
  border: 0 none;
  color: #454545;
}

.dashboard-table-mobile tbody tr td:nth-child(3) > div{
  display: inline-block;
  vertical-align: middle;
  max-width:calc(100% - 50px);
}

.dashboard-table-mobile .highcharts-container{
  max-width:100%;
}

.dashboard-table-mobile .highcharts-container svg{
  max-width:100%;
}

@media (max-width: 700px){
  .dashboard-table-mobile-basic,
  .dashboard-table-mobile{
    display: flex;
    flex-direction:column;
  }

  .hide-mobile{
    display: none !important;
  }

  .dashboard-table-mobile-basic tr,
  .dashboard-table-mobile tr {
    display: flex;
    width:100%;
    flex-wrap: wrap;
  }
  .dashboard-table-mobile td,
  .dashboard-table-mobile th{
    width:calc(100% / 4);
    display: block;
    border-top: none !important;
    border-bottom:1px solid #ddd;
  }

  .dashboard-table-mobile thead tr th:first-child{
    display: none;
  }
  .dashboard-table-mobile tbody {
    width:100%;
    display: block;
  }
  .dashboard-table-mobile tbody tr td:first-child{
    width:100%;
    display: block;
    border-bottom: none;
  }
}

@media (max-width: 600px){
  .dashboard-table-mobile thead tr th{
    width:calc(100% / 3);
  }
  .dashboard-table-mobile tbody tr td{
    order: 3;
    width:calc(100% / 3);
  }
  .dashboard-table-mobile tbody tr td:first-child{
    order: 1;
  }
  .dashboard-table-mobile thead tr th:nth-child(3){
    display: none;
  }
  .dashboard-table-mobile tbody tr td:nth-child(3){
    order: 2;
    width:100%;
    border-bottom: none;
  }
}

.page-content .dashboard-table tbody td {
  border: 0 none;
}

.page-content .dashboard-table tbody tr.even td {
  background: #feffff url(/img/separate-device.gif) repeat-x 0 100%;
  vertical-align: middle;
}

.page-content .dashboard-table tbody tr.odd td {
  background: #f6f6f6 url(/img/separate-device.gif) repeat-x 0 100%;
  vertical-align: middle;
}

.page-content .img-action {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.page-content .img-action a img {
  border: 0 none;
}

.page-content .dashboard-table .small {
  width: 125px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 0;
}

.page-content .dashboard-table .device-title {
  color: #454545;
  font-weight: bold;
  text-decoration: none;
  margin-right: 10px;
}

.page-content .dashboard-table .device-model {
  font-size: 11px;
  color: #8a8a8a;
}

.dashboard-table img {
  border: none;
}

.page-content .hour-list {
  clear: both;
  overflow: hidden;
  margin: 0 0 0 15px;
}

.page-content .hour-list li {
  padding-right: 6px;
  float: left;
  margin: 0;
  list-style: none;
}

.page-content .hour-list li.last {
  padding-right: 0;
}

.page-content .hour-list li a {
  width: 14px;
  display: block;
  text-align: center;
  background: transparent none;
  font-size: 10px;
  padding: 3px 0px 1px 0px;
  text-decoration: none;
  color: #454545;
}

.page-content .hour-list li a.have-date {
  color: #fff;
  background: #2089c1 none;
}

.page-content h3 span.device-model {
  font-size: .8em;
  font-weight: normal;
  font-style: italic;
  color: #ccc;
  text-decoration: underline;
}

h3.daily-traffic-limit {
  display: block;
  padding: 6px 18px;
  color: red;
  border: 1px dashed red;
  position: relative;
  right: -10px;
}

.close-filter {
  float: right;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  width: 44px;
  height: 34px;
  text-align: center;
  line-height: 32px;
  text-decoration: none;
  font-size: 20px;
  display: none;
}

@media (max-width: 767px) {
  .close-filter {
    display: block;
  }
}

.close-filter .fa {
  line-height: 32px;
}

h3.device-name {
  font-size: 2.4em;
  position: relative;
  margin-bottom: 55px;
  padding-right: 40px;
}

h3.device-name .show-aside,
h3.device-name .show-frame {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  text-indent: -999em;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  width: 44px;
  height: 34px;
  text-align: center;
  line-height: 32px;
  overflow: hidden;
  color: #117fd3;
  text-decoration: none;
}

h3.device-name .show-aside:before,
h3.device-name .show-frame:before {
  content: "\f0b0";
  display: block;
  font-family: 'FontAwesome';
  text-indent: 0;
  font-size: 16px;
}

h3.device-name .show-aside {
  top: 40px;
}

h3.device-name .show-aside:before {
  content: "\f06e";
}

@media (max-width: 767px) {
  h3.device-name {
    font-size: 1.4em;
  }

  h3.device-name .show-aside,
  h3.device-name .show-frame {
    display: block;
  }
}

@media (max-width: 767px) {
  .frame-slide {
    display: none;
  }
}

.page-content .month-block {
  overflow: hidden;
  clear: both;
}

.page-content .month-block .prev-month, .page-content .month-block .next-month {
  background: transparent url(/img/button-prev-month.png) no-repeat 0px 0px;
  float: left;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
}

.page-content .month-block .next-month {
  background: transparent url(/img/button-next-month.png) no-repeat 0px 0px;
}

.page-content .month-year-block {
  padding: 4px 0px 0px 0px;
  width: 140px;
  font-weight: bold;
  float: left;
  text-align: center;
}

.page-content #search-logs-form {
  font-size: 10px;
  margin: 0;
}

.page-content .search-logs-button {
  background: transparent url(/img/search-logs-button.png) no-repeat 0px 0px;
  float: right;
  color: #084e77;
  font-size: 1.2em;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  padding: 0px 10px 0px 24px;
  width: 71px;
  text-decoration: none;
  text-shadow: 0px 1px 1px #b1ddf0;
}

.date-list {
  margin-bottom: 8px !important;
  padding-left: 0;
}

.block-slide-time {
  /*background:url("/img/clock-back.jpg") no-repeat 253px 0 transparent;*/
  padding-top: 22px;
}

#slider-range {
  background: transparent url(/img/slide-background.png) repeat-x -5px 5px;
  border: 0 none;
  width: 481px;
  height: 16px;
  margin-left: 12px;
}

#slider-range .ui-widget-header {
  background: transparent none;
}

#slider-range .ui-corner-all {
  -moz-border-radius: 0px 0px 0px 0px;
}

#slider-range .ui-state-default {
  border: 0 none;
  width: 11px;
  background: transparent url(/img/slider.gif) no-repeat 0 0;
  height: 11px;
  overflow: hidden;
  top: 0px;
  cursor: pointer;
}

.ui-slider-horizontal .ui-slider-handle {
  margin-left: -0.4em !important;
}

#slider-range .ui-state-active {
  background-position: 0px -12px;
}

.form-block li label {
  font-size: 1.2em !important;
  display: block;
  float: none;
  clear: both;
}

/* Footer
------------------------------------------------------------------------------ */
#footer {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 48px 0 0 0;
  height: 26px;
  background: transparent url("/img/footer-bg.png") no-repeat 0 0;
}

.dev-info {
  float: right;
  margin-right: 50px;
}

.dev-info a {
  text-decoration: none;
  color: #13669D;
}

.footer-menu {
  clear: none;
  overflow: hidden;
  float: left;
  margin-top: 0;
  margin-left: 50px;
}

.footer-menu li {
  float: left;
  padding-right: 4px;
  color: #484848;
}

.footer-menu li a {
  display: block;
  height: 29px;
  color: #13669d;
}

#content div.jGrowl {
  padding: 0px 0px 0px 0px;
}

#content div.jGrowl div.jGrowl-notification, #content div.jGrowl div.jGrowl-closer {
  width: 454px;
  margin-bottom: 10px;
}

#content div.jGrowl div.jGrowl-notification div.header {
  color: #C60B0B;
  font-size: 14px;
  margin-bottom: 10px;
}

.captcha-li input {
  margin-top: 5px;
  width: 80px;
}

p.app {
  color: #006600;
}

p.keystrokes {
  color: #444;
}

p.time_mark {
  color: #ff6600;
  font-weight: bold;
}

p.jpg {
  color: magento;
}

small.log-time {
  color: #666;
  font-size: 1.3em;
  margin-right: 15px;
}

.order-pro, .purchase-pro {
  display: inline-block;
  width: 362px;
  height: 332px;
  background-image: url("/img/order_pro.png");
}

.order-std, .purchase-std {
  display: inline-block;
  width: 362px;
  height: 332px;
  background-image: url("/img/order_std.png");
}

#upgradeAccount table td {
  border: none;
}

#upgradeAccount table {
  border: none;
}

#upgradeAccount li {
  display: block;
}

#upgradeAccount .smbt {
  float: right;
}

.amount {
  /*    font-size: 14px;*/
  margin-left: 15px;
}

.page-content .list-form {
  font-size: 10px;
}

.page-content .list-form li {
  font-size: 10px;
}

.page-content p.hint {
  margin-bottom: 5px;
}

.sign-up-block {
  float: left;
}

.sign-up-block .i-text,
.form-block .i-text {
  width: 200px;
}

.form-checkbox {
  clear: both;
  overflow: hidden;
}

.form-checkbox input {
  vertical-align: top;
  float: left;
}

.form-checkbox label {
  margin-top: 4px;
}

.sign-up-agreement {
  width: 500px;
  height: 370px;
  overflow: auto;
  float: right;
  border: 3px solid #E0E0E0;
}

#signup-agreement {
  padding: 20px;
}

.terms-agreement {
  height: 200px;
  overflow: auto;
  display: block;
  border: 3px solid #E0E0E0;
}

#terms-agreement {
  padding: 0px 20px 20px;
}

.page-content .add-device-block,
.page-content .add-device-block form,
.page-content .add-device-block fieldset {
  font-size: 1em;
}

.captcha-li img {
  display: block;
}

.blue-block {
  float: left;
}

.page-content .order-std,
.page-content .order-pro {
  float: left;
  margin: 0px 27px 40px;
  padding: 0;
}

.pl-40 {
  padding-left: 40px !important;
}

.i-agree {
  clear: both;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.amount-h5 {
  float: right;
  margin-right: 30px;
}

.choose-left {
  float: left;
  width: 300px;
}

.choose-right {
  float: right;
  width: 500px;
}

.choose-left label {
  font-size: 1.2em;
  display: block;
  margin-left: 20px;
}

.choose-left label input {
  margin-right: 10px;
}

.choose-left h4,
.choose-right h4 {
  font-size: 1.2em;
  padding-bottom: 15px;
  color: #136DB2;
}

#upgradeAccount ul.errors li {
  color: #A94343;
}

#billing-info .list-form li label {
  width: 150px;
}

.list-view-src {
  clear: both;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-size: 10px;
}

.list-view-src li {
  list-style: none;
  float: left;
  width: 244px;
  padding: 0 24px 15px 0;
  margin: 0;
  list-style: none;
  font-size: 10px;
}

.list-view-src li.two {
  padding: 0 0 15px 0;
}

.list-view-src li.separator-two-li {
  height: 1px;
  clear: both;
  float: none;
  overflow: hidden;
  width: 512px;
  padding: 0;
  background: url("/img/horizontal-separator-line.png") no-repeat scroll 50% 100% transparent;
  margin-bottom: 15px;
}

.list-view-src li .log-time {
  font-size: 1em;
  color: #136db2;
  display: block;
  padding-bottom: 5px;
}

.url .log-time-date {
  display: block;
  color: #136db2;
  font-weight: bold;
  padding-bottom: 10px;
}

.url a {
  color: #454545;
  text-decoration: none;
}

.url a:hover {
  text-decoration: underline;
}

.list-view-src li .title-link {
  color: #454545;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
}

.list-view-src li .title-link:hover {
  text-decoration: underline;
}

.list-view-src li .img {
  display: block;
  margin-bottom: 10px;
}

.list-view-src li .img img {
  border: 1px solid #e1e1e1;
  display: block;
}

.page-content .view-day-table {
  border: 1px solid #dcdcdc;
  font-size: 10px;
}

.page-content .view-day-table td,
.page-content .view-day-table th {
  border: 1px solid #dcdcdc;
  padding: 7px 8px;
  height: auto;
  font-size: 11px;
}

.page-content .view-day-table th {
  background: #f7f7f7 none;
  color: #454545;
  font-size: 1.1em;
}

.page-content .view-day-table td {
  padding: 10px 15px;
}

.page-content .view-day-table td img,
.page-content .view-day-table th img {
  border: 0 none;
}

.time,
.time-op,
.time-cl {
  font-weight: bold;
  text-align: center;
}

.hour-list-t {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 10px;
  text-align: center;
  width: 208px;
}

.hour-list-t li {
  list-style: none;
  float: left;
  display: block;
  position: relative;
  height: 17px;
  vertical-align: top;
  width: 3px;
  margin: 0 1px 0 0 !important;
  text-indent: -999em;
  padding: 0;
  background: #e9f2f9;
}

table.pl-10 form {
  margin: 0;
  padding: 0;
}

.head-time {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.hour-list-t li.clear {
  height: 1px !important;
  font-size: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  clear: both !important;
  zoom: 1 !important;
  overflow: hidden;
  text-indent: -9999px;
  float: none;
}

.hour-list-t li.grad-op {
  background: #c5e7f4;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #c5e7f4 0%, #4498ce 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5e7f4', endColorstr='#4498ce', GradientType=0);
  /* IE6-8 */
}

.hour-list-t li:nth-child(6n+6) {
  margin-right: 3px;
  position: relative;
}

.hour-list-t li:nth-child(6n+6):after {
  display: block;
  position: absolute;
  right: -2px;
  content: '';
  height: 25px;
  top: -8px;
  width: 1px;
  z-index: 2;
  background: #7f7f7f;
}

.hour-list-t li div {
  position: relative;
  clear: both;
  height: 2px;
  width: 19px;
}

.hour-list-t li div span {
  background: transparent none;
  text-indent: -9999px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  height: 2px;
  display: block;
}

.hour-list-t li.grad-op div {
  background: #c2d2de none !important;
}

.hour-list-t li.grad-op div span {
  background: #e4860f none;
}

.legend-lis {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

.legend-list li {
  padding: 2px 10px;
  margin: 0;
  list-style: none;
  float: left;
  border-right: 1px solid #dcdcdc;
}

.legend-list li.last {
  border: 0 none;
}

.legend-list li img {
  border: 0 none;
}

.blue-icc {
  border: 1px solid #72b3da;
  background: #4498ce url("/img/grad-op.gif") 0 0 repeat-x;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  margin-top: -2px;
}

.idle-icc {
  border: 1px solid #e4860f;
  background: #e4860f none;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  margin-top: -2px;
}

.page-content .pass-rem,
.page-content .pass-rem form,
.page-content .pass-rem form fieldset,
.page-content .pass-rem form fieldset ul,
.page-content .reset-pass,
.page-content .reset-pass form,
.page-content .reset-pass form fieldset,
.page-content .reset-pass form fieldset ul {
  overflow: hidden;
  clear: both;
  margin: 0;
  padding: 0;
  font-size: 10px;
}

.page-content .pass-rem form fieldset ul li,
.page-content .reset-pass form fieldset ul li {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 10px;
  overflow: hidden;
  clear: both;
}

.page-content .reset-pass {
  margin-bottom: 30px;
}

.page-content .pass-rem form fieldset ul li label,
.page-content .reset-pass form fieldset ul li label {
  font-size: 1.1em;
  font-weight: bold;
  color: #454545;
}

.page-content .pass-rem form fieldset ul li textarea,
.page-content .pass-rem form fieldset ul li input.i-text,
.page-content .reset-pass form fieldset ul li textarea,
.page-content .reset-pass form fieldset ul li input.i-text {
  border: 1px solid #848484;
}

.page-content .pass-rem form fieldset ul li input.i-text,
.page-content .reset-pass form fieldset ul li input.i-text {
  width: 250px;
  padding: 5px 10px;
  display: block;
}

.srch_params {
  border: none !important;
}

.srch_params td {
  border: none;
  padding: 0px;
  max-width: 120px !important;
}

#timeframe {
  padding-bottom: 20px;
}

.log-cont {
  overflow: hidden;
  clear: both;
  margin: 10px 0px 0px !important;
  padding: 0;
}

.log-cont li {
  margin: 0;
  padding: 0 20px 0px 0px;
  list-style: none;
  float: left;
}

.rep-shedule td {
  padding: 4px;
}

.block-reminder {
  clear: both;
  overflow: hidden;
  background: #fff url("/img/bg.jpg") 0 0 repeat;
  padding: 10px 20px 0px 20px;
  box-shadow: 0px 0px 5px #ccc;
  border: 1px solid #ddd;
  width: 450px;
  margin: 20px auto;
}

.block-reminder h5 {
  padding-bottom: 15px;
}

.page-content table.login_audit td, .page-content table.login_audit th {
  padding: 5px;
}

#feedback-form li {
  padding: 0 0 10px 0;
  clear: both;
  overflow: hidden;
}

#feedback-form h5 {
  font-size: 1.3em;
  padding-top: 0;
  padding-bottom: 15px;
}

#feedback-form h5 span,
#feedback-form label span.required {
  color: #777;
}

#feedback-form label {
  display: block;
  float: left;
  font-size: 1.3em;
  font-weight: bold;
  text-align: right;
  padding-right: 20px;
  width: 145px;
  line-height: 1.3em;
}

#feedback-form .rating-radios {
  margin-bottom: 10px;
  width: 120px;
  float: left;
}

#feedback-form .rating-radios label {
  font-size: 1.2em;
  font-weight: normal;
  display: block;
  vertical-align: middle;
  overflow: hidden;
  clear: both;
  float: none;
  text-align: left;
  width: auto;
  padding: 0;
  line-height: normal;
}

#feedback-form .rating-radios label input {
  margin: 5px 10px 5px 0px;
  vertical-align: middle;
}

#feedback-form .rating-stars {
  float: left;
  clear: none;
  width: 300px;
}

#feedback-form .rating-stars li {
  display: block;
  overflow: hidden;
  clear: both;
  padding: 1px 0px 4px 0px;
}

#feedback-form .rating-stars img {
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  border: 0 none;
  margin-right: 7px;
}

#feedback-form .rating-rec-radios label {
  font-weight: normal;
  float: left;
  text-align: center;
  width: auto;
  padding: 0;
  line-height: 1.5em;
}

#feedback-form .rating-rec-radios label input {
  display: block;
  margin: 5px;
}

#feedback-form .rating-rec-radios label.first-label,
#feedback-form .rating-rec-radios label.second-label {
  margin: 10px 10px 0px;
  text-align: left;
}

#feedback-form .rating-rec-radios label.first-label {
  margin-left: 0px;
}

#feedback-form .rating-rec-radios {
  margin-bottom: 10px;
  overflow: hidden;
  clear: both;
}

#feedback-form .i-text {
  width: 200px;
  font-size: 1.4em;
}

#feedback-form p.hint {
  float: left;
  width: 600px;
  clear: none;
  font-size: 1.3em;
  line-height: 1.3em;
  font-weight: bold;
}

#feedback-form li .i-textarea {
  margin-left: 165px;
  margin-top: 0;
  width: 450px;
  height: 200px;
}

#feedback-form .i-submit {
  margin-left: 165px;
  font-size: 1.3em;
}

.unknown-contact {
  color: #828282;
}

/*---------------------------------------------------------New-Index-------------------------------------------------------------------*/
.index-tabs-wrap {
  position: relative;
  overflow: hidden;
  clear: both;
  background: transparent url("/img/index-tabs-wrap-bg-bottom.png") no-repeat left bottom;
  width: 840px;
  padding: 0 0 14px 0;
}

#my-tabs.ui-tabs .ui-tabs-nav li a {
  padding: 0;
}

#my-tabs.ui-widget-content {
  background: none;
  padding: 0;
  border: 0;
  border-radius: 0;
}

#my-tabs .ui-widget-header {
  background: none;
  padding: 0;
  border: 0;
}

#my-tabs.ui-tabs .ui-tabs-nav li {
  margin: 10px 0 0 0;
  top: 0;
  font: bold 16px Arial, 'Helvetica Neue', Helvetica, sans-serif;
  width: 280px;
  height: 43px;
  /*background:transparent url('/img/tab-navi-bg.png') no-repeat left top;*/
}

#my-tabs.ui-tabs .ui-tabs-nav li a {
  color: #13669d;
  text-shadow: 0 1px 0 #fff;
  display: block;
  padding: 15px 0 7px 24px;
  width: 256px;
}

#my-tabs.ui-tabs .ui-tabs-nav li.ui-state-active {
  background: none;
  padding: 0;
  border: 0;
  height: 53px;
  margin: 0;
}

#my-tabs.ui-tabs .ui-tabs-nav li#step-1.ui-state-active {
  background: transparent url("/img/tab-navi-selected-1.png") no-repeat left top;
}

#my-tabs.ui-tabs .ui-tabs-nav li#step-2.ui-state-active {
  background: transparent url("/img/tab-navi-selected-2.png") no-repeat left top;
}

#my-tabs.ui-tabs .ui-tabs-nav li#step-3.ui-state-active {
  background: transparent url("/img/tab-navi-selected-3.png") no-repeat left top;
}

#my-tabs.ui-tabs .ui-tabs-nav li#step-1 {
  background: transparent url("/img/tab-navi-1.png") no-repeat left top;
}

#my-tabs.ui-tabs .ui-tabs-nav li#step-2 {
  background: transparent url("/img/tab-navi-2.png") no-repeat left top;
}

#my-tabs.ui-tabs .ui-tabs-nav li#step-3 {
  background: transparent url("/img/tab-navi-3.png") no-repeat left top;
}

#my-tabs.ui-tabs .ui-tabs-nav li.ui-state-active a {
  color: #454545;
  text-shadow: none;
  padding-top: 25px;
}

#my-tabs .ui-state-default {
  background: none;
  padding: 0;
  border: 0;
}

#my-tabs.ui-tabs .ui-tabs-panel {
  padding: 0;
  background: transparent url("/img/index-tabs-wrap-bg-middle.png") repeat-y left top;
}

.tab1-content {
  background: transparent url("/img/robo.gif") no-repeat 189px 1px;
  padding: 17px 23px 4px 23px;
  position: relative;
  overflow: hidden;
  clear: both;
  min-height: 322px;
  height: auto !important;
  height: 322px;
}

.page-content h1.tab1-title {
  padding: 0 0 10px 0;
  color: #454545;
  font: bold 30px Arial, 'Helvetica Neue', Helvetica, sans-serif;
  letter-spacing: -1px;
}

.page-content p.tab1-text {
  color: #454545;
  font: normal 14px/20px Arial, 'Helvetica Neue', Helvetica, sans-serif;
  margin-bottom: 10px;
}

.page-content p.tab1-text strong {
  color: #13669d;
}

.page-content p.tab1-text-small {
  color: #454545;
  font: normal 14px/20px Arial, 'Helvetica Neue', Helvetica, sans-serif;
  margin: 0;
}

a.get-started-ru {
  text-indent: -9999px;
  background: transparent url("/img/get-started-button-ru.png") no-repeat left top;
  width: 231px;
  height: 50px;
  margin: 15px auto 0 auto;
  display: block;
}

.page-content ul.monitor-log-list, .page-content ul.mob-monitor-list {
  width: 260px;
  float: left;
  clear: none;
  margin: 0;
  padding: 0 20px 0 0;
}

.page-content ul.monitor-log-list li, .page-content ul.mob-monitor-list li {
  overflow: hidden;
  clear: both;
  position: relative;
  padding: 0 0 10px 0;
}

.page-content ul.monitor-log-list li h6 {
  padding-left: 32px;
}

.page-content ul.monitor-log-list li h6.updated span {
  background: transparent url("/img/updated-bg.png") no-repeat right top;
  padding-right: 50px;
}

.page-content ul.monitor-log-list li h6.new span {
  background: transparent url("/img/new-bg.png") no-repeat right top;
  padding-right: 31px;
}

.page-content h6.star-scr {
  background: transparent url("/img/star-bg.png") no-repeat left 2px;
}

.page-content h6.log-scr {
  background: transparent url("/img/log-scr-bg.png") no-repeat left top;
}

.page-content h6.rec-url {
  background: transparent url("/img/rec-url-bg.png") no-repeat left top;
}

.page-content h6.work-hours {
  background: transparent url("/img/work-hours-bg.png") no-repeat left top;
}

.page-content h6.rec-keystroke {
  background: transparent url("/img/rec-keystroke-bg.png") no-repeat left top;
}

.page-content h6.multi-user {
  background: transparent url("/img/multi-user-bg.png") no-repeat left top;
}

.page-content h6.rec-voice {
  background: transparent url("/img/rec-voice-bg.png") no-repeat left top;
}

.page-content h6.plug-hardvare {
  background: transparent url("/img/plug-hardvare-bg.png") no-repeat left 4px;
}

.page-content h6.clip-record {
  background: transparent url("/img/clip-record-bg.png") no-repeat left 3px;
}

.page-content h6.chat-monitor {
  background: transparent url("/img/chat-monitor-bg.png") no-repeat left top;
}

.page-content h6.email-rec {
  background: transparent url("/img/email-rec-bg.png") no-repeat left 2px;
}

.page-content h6.application-scr {
  background: transparent url("/img/app-bg.png") no-repeat left 4px;
}

.online-accounts-wrap {
  position: relative;
  clear: both;
  padding: 0;
}

a.acc-basic, a.acc-standart, a.acc-professional {
  text-indent: -9999px;
  width: 270px;
  height: 352px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 0 11px;
}

a.acc-professional {
  margin-right: 0;
}

a.acc-basic {
  background: transparent url("/img/acc-basic-bg.png") no-repeat left top;
  margin-right: 8px;
}

a.acc-standart {
  background: transparent url("/img/acc-standart-bg.png") no-repeat left top;
  margin-right: 8px;
}

a.acc-professional {
  background: transparent url("/img/acc-professional-bg.png") no-repeat left top;
}

.page-content table.products-grey {
  border: 2px solid #e1e1e1;
  font-weight: bold;
  margin-bottom: 24px;
}

.page-title-new {
  font-size: 18px;
  line-height: 26px;
  color: #454545;
  margin: 0;
  padding: 9px 0 14px;
}

.page-content table.products-grey tr.odd td {
  background: #fff url("/img/dot-grey.gif") repeat-x left bottom;
  border-color: #DCDCDC;
  border-style: none dotted none none;
  border-width: medium 1px medium medium;
  padding: 12px 20px;
  text-align: center;
}

.page-content table.products-grey tr.even td {
  background: #f6f6f6 url("/img/dot-grey.gif") repeat-x left bottom;
  border-color: #DCDCDC;
  border-style: none dotted none none;
  border-width: medium 1px medium medium;
  padding: 12px 20px;
  text-align: center;
}

.page-content table.products-grey tr.even:last-child td {
  background: #f6f6f6;
}

.page-content table.products-grey tr.even td.t-a-l, .page-content table.products-grey tr.odd td.t-a-l, .page-content table.products-grey tr th.t-a-l {
  text-align: left;
}

.page-content table.products-grey tr th {
  font-size: 14px;
  background-color: #f6f6f6;
  padding: 12px 20px;
}

.page-content table.products-grey tr th.bg-i {
  background: #f6f6f6 url("/img/dot-grey.gif") repeat-x left bottom;
  border: none;
  width: 375px;
}

.page-content table.products-grey tr th.border-l-b {
  border-color: #DCDCDC;
  border-style: none none dotted dotted;
  border-width: medium medium 1px 1px;
}

.page-content table.products-grey tr th.border-l {
  border-color: #DCDCDC;
  border-style: none none none dotted;
  border-width: medium medium medium 1px;
  background: #f6f6f6 url("/img/dot-grey.gif") repeat-x left bottom;
  padding: 12px 0;
  width: 145px;
}

.page-content table.products-grey tr.last td {
  background-image: none;
}

.page-content table.products-grey tr td span.no {
  color: #c93030;
  font-size: 14px;
}

.page-content table.products-grey tr td span.yes {
  color: #7db722;
  font-size: 14px;
}

.kidlogger-store {
  overflow: hidden;
  clear: both;
  position: relative;
  background: transparent url("/img/kidlogger-store-bg.png") no-repeat left 50px;
  padding: 0 0 20px 0px;
}

.kidlogger-store h3.store-title span {
  font-weight: normal;
}

.kidlogger-store-offer {
  overflow: hidden;
  clear: both;
  position: relative;
  background: transparent url("/img/shadow-vertical.png") no-repeat left top;
  padding: 0 0 0 30px;
  margin: 0 0 0 270px;
  min-height: 180px;
}

.kidlogger-store-offer h3.new span {
  background: transparent url("/img/new-bg.png") no-repeat right top;
  padding-right: 31px;
}

.kidlogger-store-offer strong.offer-price {
  color: #13669d;
  font: bold 2em Arial, 'Helvetica Neue', Helvetica, sans-serif;
  clear: both;
  display: block;
  padding-bottom: 0.5em;
}

.kidlogger-store-offer a.link-overview {
  font-size: 1.2em;
}

.page-content .check-icon-list {
  overflow: hidden;
  clear: both;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.909em;
}

.page-content .check-icon-list li {
  list-style: none;
  margin: 0;
  padding: 0 0 0 30px;
  color: #454545;
  font: 1.4em/2em Arial, 'Helvetica Neue', Helvetica, sans-serif;
  background: transparent url("/img/check-bg.png") 0 5px no-repeat;
}

.page-content .search-list {
  font-size: 10px !important;
  overflow: hidden;
  clear: both;
}

.page-content .search-list li {
  font-size: 10px !important;
  list-style: none;
  margin: 0;
  padding: 0;
}

.global-stats table td {
  padding: 5px;
}

.global-stats .platforms-chart {
  float: left;
}

.global-stats #chart {
  width: 400px;
  height: 250px;
  border: 1px solid #ccc;
}

.global-stats .websites {
  float: right;
}

.global-stats .platform-apps {
  float: left;
  width: 30%;
  margin-right: 20px;
}

.global-stats .totals {
  font-size: 1.3em;
}

.global-stats .totals table {
  width: 400px;
}

.global-stats .totals td {
  font-style: italic;
}

.global-stats .totals td.value {
  text-align: center;
  width: 100px;
}

.sep-full-width {
  background: transparent url("/img/sep-full-width.png") 0 0 no-repeat;
  width: 100%;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
  clear: both;
  margin-bottom: 19px;
}

.cnet-logo {
  width: 69px;
  height: 67px;
  float: left;
  margin: 11px 28px 5px 3px;
  border: 0 none !important;
  padding: 0 !important;
}

.h5-map-icon {
  background: transparent url("/img/h3-map-icon.png") 0 50% no-repeat;
  color: #454545;
  padding-left: 43px;
  margin-bottom: 10px;
}

.list-knowledges {
  overflow: hidden;
  clear: both;
  margin: 0;
  padding: 0;
}

.list-knowledges li {
  color: #136db2;
  list-style: none;
  margin: 0;
  padding: 3px 0px 3px 14px;
  line-height: 1.5em;
  background: #FFF url("/img/list-knowledges.gif") 0 9px no-repeat;
}

.list-knowledges li a {
  color: #136db2;
}

.ui-buttonset label.ui-state-active[for^=productivity-neutral] {
  background: gray !important;
  color: white;
}

.ui-buttonset label.ui-state-active[for^=productivity-non-productive] {
  background: red !important;
  color: white;
}

.ui-buttonset label.ui-state-active[for^=productivity-productive] {
  background: green !important;
  color: white;
}

table.wc-dash-stats tr td,
table.wc-dash-stats tr th {
  padding: 2px 4px;
}

table.wc-dash-stats td.level-1 {
  padding-left: 12px !important;
}

table.wc-dash-stats td.level-2 {
  padding-left: 20px !important;
}

.columns {
  clear: both;
  overflow: hidden;
  margin-bottom: 10px;
}

.columns .item {
  float: left;
  width: 139px;
  margin-left: 20px;
}

.columns .item:first-child {
  margin-left: 0;
}

.columns .item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.columns .item ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
  overflow: hidden;
  font-size: 12px;
  line-height: 18px;
}

.columns .item ul li:first-child {
  border-bottom: 1px solid #648688;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 5px;
}

.columns .item li em,
.columns .item li span {
  width: 50%;
  font-size: 12px;
  line-height: 18px;
}

.columns .item li em {
  float: right;
  text-align: right;
}

.columns .item li span {
  float: left;
}

.columns .item ul li:first-child span,
.columns .item ul li:first-child em {
  line-height: 22px;
}

.mess-table {
  margin: 0 !important;
  padding: 0;
  border: 0 none !important;
  border-collapse: collapse;
  border-spacing: 0;
}

.mess-table th,
.mess-table td {
  margin: 0;
  padding: 5px 0px;
  border: 0 none;
  border-top: 1px solid #ccc;
}

.mess-table th {
  border-top: 0 none;
}

.mess-table tbody td,
.mess-table tfoot th {
  text-align: center;
}

/*Corporate Table*/
.corp-work-logs {
  padding-top: 2px;
}

.corp-work-logs form {
  margin: 0 0 22px;
  padding: 0;
}

.corp-work-logs h3.corp-title {
  padding: 0;
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 24px;
  color: #454545;
}

.corp-work-logs label {
  font-size: 10px;
  line-height: 24px;
  color: #454545;
  display: block;
  float: left;
  margin-right: 4px;
}

.corp-work-logs input {
  position: relative;
  width: 110px;
  color: #454545;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  padding: 0;
  display: block;
  float: left;
}

.corp-work-logs .date-ico {
  position: relative;
  float: left;
  margin-right: 50px;
}

.corp-work-logs .date-ico:after {
  display: block;
  position: absolute;
  background: transparent url("../img/date-picker-sprite.png") 100% 0 no-repeat;
  width: 13px;
  height: 12px;
  content: '';
  top: 6px;
  right: -21px;
}

.corp-work-logs .select-range {
  margin: 0;
  padding: 3px 3px 0 0;
}

.corp-work-logs .select-range li {
  list-style: none;
  display: block;
  float: left;
  margin: 0 0 8px 20px;
}

.corp-work-logs .select-range li.clear {
  width: 100%;
  margin: 0;
  padding: 0;
}

.corp-work-logs .select-range li a {
  display: block;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.43);
  padding-left: 30px;
  text-shadow: 0 1px 0 #efefef;
  height: 24px;
  line-height: 24px;
  width: 69px;
  background: #f1f1f1;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #f1f1f1 0%, #b1b1b1 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#b1b1b1', GradientType=0);
  /* IE6-9 */
  font-size: 12px;
  color: #454545;
  font-weight: bold;
  letter-spacing: -0.5px;
  position: relative;
}

.corp-work-logs .select-range li a:before {
  position: absolute;
  display: block;
  width: 13px;
  height: 13px;
  top: 5px;
  content: '';
  left: 11px;
  background: transparent url("../img/date-picker-sprite.png") -18px -19px no-repeat;
}

.corp-work-logs .select-range li.active a,
.corp-work-logs .select-range li a:hover {
  background: #dfeff8;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #dfeff8 0%, #1c7fb2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfeff8', endColorstr='#1c7fb2', GradientType=0);
  /* IE6-9 */
  color: #084e77;
  text-shadow: 0 1px 0 #b1ddf0;
}

.corp-work-logs .select-range li.active a:before,
.corp-work-logs .select-range li a:hover:before {
  background-position: 0 100%;
}

.float-table {
  border: 1px solid #dcdcdc;
  overflow: hidden;
  margin-bottom: 31px;
}

.float-table .col-md-6,
.float-table .col-md-3 {
  padding: 0;
}

.float-table .corp-log {
  box-shadow: none;
  margin-bottom: 0;
  overflow: hidden;
}

.urls-view-new ul {
  margin: 0;
  padding: 0 0 10px;
}

.urls-view-new ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 19px !important;
}

.float-table .corp-log.first {
  margin-left: 0;
}

.float-table.col-1 {
  float: left;
  clear: both;
}

.float-table.col-1 .corp-log {
  width: 365px;
  margin: 0;
}

.float-table .corp-log td,
.float-table .corp-log th {
  border-width: 1px !important;
}

.furrghtd table, .furrghtd table td {
  border: 0 none;
}

.head-time {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: transparent url("../img/head-time.png") 0 100% no-repeat;
}

.head-time li {
  list-style: none;
  display: block;
  float: left;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
}

.head-time li.item1 {
  margin-right: 12px;
}

.head-time li.item2 {
  margin-right: 18px;
}

.head-time li.item3 {
  margin-right: 18px;
}

.head-time li.item4 {
  margin-right: 14px;
}

.head-time li.item5 {
  margin-right: 10px;
}

.head-time li.item6 {
  margin-right: 9px;
}

.head-time li.item7 {
  margin-right: 11px;
}

.head-time li.item8 {
  margin-right: 10px;
}

.head-time li.item9 {
  margin-right: 0;
}

.time-ico {
  display: block;
  text-indent: -999em;
  background: transparent url("../img/clock-ic.png") 0 0 no-repeat;
  width: 12px;
  height: 12px;
  margin: 0 auto;
}

.stat-info-table {
  position: relative;
  overflow: hidden;
}

.stat-info-table .name-fix {
  position: absolute;
  width: 180px;
  top: 0;
  left: 0;
}

/* .stat-info-table .name-fix b,
.stat-info-table .name-fix span{
  display: block;
  padding: 8px 20px;
  border: 1px solid #CCCCCC;
  border-bottom: none;
  white-space: nowrap;
  font: 13px/18px Arial, 'Helvetica Neue', Helvetica, sans-serif;
} */
.stat-info-table table {
  margin-bottom: 0;
  margin-left: 180px;
  overflow-x: auto;
  display: block;
  border: none;
  width: calc(100% - 180px);
  white-space: nowrap;
}

.stat-info-table .name-fix-table {
  width: 180px;
  margin-left: 0;
  display: table;
}

.stat-info-table .fixed {
  white-space: nowrap;
}

.links-href-l {
  margin: 0;
  padding: 0;
  float: right;
  overflow: hidden;
}

.links-href-l li {
  list-style: none;
  display: block;
  float: left;
  margin-right: 30px;
}

.links-href-l li a {
  display: block;
  line-height: 35px;
  font-size: 33px;
}

.section_create {
  line-height: 35px;
  width: 160px;
  font-size: 12px;
  margin: 0;
}
@media (max-width: 991px){
  .section_create{
    margin-bottom:20px;
  }
}

.section_edit {
  font-size: 20px;
}

.data-block {
  line-height: 35px;
  position: relative;
}

@media(max-width: 991px){
  .data-block{
    width:242px;
    float: right;
    margin-bottom: 20px;
    clear: both;
  }
}

table.dataTable tbody th, table.dataTable tbody td{
  position: relative;
  vertical-align: middle !important;
}

.dataTables_wrapper{
  max-width:100%;
}

@media (max-width: 991px){
  .dataTables_wrapper{
    .dataTables_wrapper
  }
}

@media (max-width: 767px){
  .dataTables_wrapper{

  }
}

/*.dataTables_wrapper table{*/
  /*min-width:990px;*/
/*}*/

.js-edit-device{
  position: absolute;
  left: 47px;
  top: 6px;
  z-index:2;
  width:640px;
  height:32px;
  background: #fff;
}

.create-section-block .form-control.select2-hidden-accessible{
  visibility: hidden;
  display: none;
}

.js-edit-device .form-group{
  width: 200px;
  margin: 0;
  float: left;
  margin-right:10px;
}

.js-edit-device .form-group .form-control{
  height:30px;
  width:200px;
  margin: 0;
  padding: 0 10px;
}

@media(max-width: 500px){
  .data-block{
    width:auto;
    float: none;
    margin-bottom: 0px;
    clear: both;
    font-size:24px;
  }
  .top-block .fa {
    font-size:20px;
  }
  .search-block{
    margin-bottom:10px;
  }
  .search-block .search-open-block {
    width: calc(100% - 35px);
  }
  .to-top-btn{
    top: calc(50% - -23px);
    right:15px !important;
  }
  .search-block input,
  .search-open-block,
  .search-block .search-open i,
  .search-block .search-open{
    line-height: 25px !important;
    height: 25px !important;
  }
  .dashboard-top-block{
    margin-bottom:20px;
    padding: 5px 0;
  }
}

.data-block .fa-spinner{
  position: absolute;
  top: 50%;
  margin-top: -10px;
  font-size:20px;
  color: #117fd3;
  margin-left: 20px;
}

.data-block input {
  display: inline-block;
  background: none;
  border: none;
  box-shadow: none;
  width: 98px;
  text-align: center;
  height: 35px;
  padding: 0 10px;
  line-height: 35px;
  margin-top: 0 !important;
}

.url-links {
  float: right;
}

.url-links ul {
  margin: 0;
  padding: 30px 0 0;
  overflow: hidden;
}

.url-links ul li {
  list-style: none;
  display: block;
  float: left;
  margin-left: 10px;
  line-height: 30px;
  vertical-align: top;
}

.url-links ul li a {
  display: block;
  text-indent: -999em;
  background: transparent url("../img/view-log.png") 0 -1px no-repeat;
  width: 22px;
  height: 13px;
}

.url-links ul li a:hover {
  background-position: 0 -31px;
}

.url-links ul li a.log-l {
  top: 2px;
  position: relative;
}

.url-links ul li a.screen-l {
  background: transparent url("../img/view-src.png") 0 0 no-repeat;
  width: 22px;
  height: 15px;
}

.url-links ul li a.screen-l:hover {
  background-position: 0 -30px;
}

.url-links ul li a.message-l {
  background: transparent url("../img/view-chat.png") -2px 0 no-repeat;
  width: 18px;
  height: 15px;
}

.url-links ul li a.message-l:hover {
  background-position: -2px -30px;
}

.url-links ul li a.files-l {
  background: transparent url("../img/view-files.png") -2px 0 no-repeat;
  width: 18px;
  height: 15px;
}

.url-links ul li a.files-l:hover {
  background-position: -2px -30px;
}

.url-links ul li a.daily-l {
  background: transparent url("../img/view-day.png") 0 0 no-repeat;
  width: 25px;
  height: 15px;
}

.url-links ul li a.daily-l:hover {
  background-position: 0 -30px;
}

.url-links ul li a.text-l {
  background: transparent url("../img/view-text.png") 0 0 no-repeat;
  width: 25px;
  height: 23px;
  position: relative;
  top: -5px;
}

.url-links ul li a.text-l:hover {
  background-position: 0 -35px;
}

.office-summary {
  width: 600px;
  margin: 0 auto;
}

.form-support-label {
  display: block;
  font-size: 14px;
  line-height: 24px;
}

.account-list {
  margin: 0 0 7px;
  padding: 0;
  overflow: hidden;
}

.account-list li {
  display: block;
  float: left;
  list-style: none;
  margin: 0 11px 0 0;
  width: 270px;
}

.account-list li a {
  display: block;
  text-decoration: none;
  padding: 2px 23px 25px;
  position: relative;
  text-align: center;
}

.account-list li a span {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  color: #454545;
  display: block;
  margin-bottom: 20px;
}

.account-list li.basic-acc a span:nth-child(3) {
  margin-bottom: 86px;
}

.account-list li.basic-acc a {
  background: url("/img/acc-basic.png") 0 0 no-repeat;
}

.account-list li.proff-acc {
  margin-right: 0;
}

.account-list li.standart-acc a {
  background: url("/img/acc-standart.png") 0 0 no-repeat;
}

.account-list li.proff-acc a {
  background: url("/img/acc-proff.png") 0 0 no-repeat;
}

.account-list li a .title-acc {
  font-weight: 700px;
  display: block;
  color: #fff;
  line-height: 57px;
  font-size: 24px;
  margin: 0 0 16px;
  padding: 0;
}

.account-list li a .discount {
  position: absolute;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #fff;
  background: url("/img/discount-bg.png") 0 0 no-repeat;
  display: block;
  font-size: 15px;
  width: 44px;
  height: 44px;
  right: 39px;
  top: 106px;
  line-height: 44px;
}

.account-list li a .month-info {
  display: block;
  padding: 0 16px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  color: #454545;
  margin: 0;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.account-list li a .month-info b {
  font-weight: 700;
  font-size: 22px;
}

.account-list li a .title {
  display: block;
  font-weight: 700;
  font-size: 30px;
  padding-top: 25px;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0 0 36px;
  color: #454545;
}

.account-list li a .button {
  display: inline-block;
  width: 145px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  margin-top: 18px;
}

.account-list li.basic-acc a .button {
  background: #7eb90c;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdlYjkwYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NGE0MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #7eb90c 0%, #64a400 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7eb90c', endColorstr='#64a400', GradientType=0);
  margin: 0;
}

.account-list li.standart-acc a .button {
  background: #f85d00;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4NWQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNzRjMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #f85d00 0%, #e74c00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85d00', endColorstr='#e74c00', GradientType=0);
}

.account-list li.proff-acc a .button {
  background: #207ab6;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIwN2FiNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYjVkOWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #207ab6 0%, #0b5d9e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#207ab6', endColorstr='#0b5d9e', GradientType=0);
}

.account-list li a .advantage-info {
  margin: 0;
  text-align: left;
  padding-left: 24px;
  font-style: italic;
  font-weight: normal;
  background: url("/img/advantage-ico.png") 0 50% no-repeat;
}

.ui-datepicker {
  padding: 0;
}

.ui-datepicker .ui-datepicker-header {
  padding: 5px 0;
  background: none;
  border: none;
}

.ui-datepicker .ui-state-active {
  background: #117fd3;
}

.ui-datepicker td {
  padding: 0;
}

.ui-datepicker .ui-state-default {
  text-align: center;
  padding: 0;
  line-height: 30px;
  border: none;
}

.ui-datepicker .ui-state-highlight {
  background-color: #ed5d17;
  color: #fff;
}

.tabs-head {
  background: #117fd3;
  border-bottom: 5px solid #0066b3;
  margin-bottom: 20px;
}

.nav-tabs {
  display: block;
  width: 100%;
  border: none;
  list-style: none;
  padding: 0;
  font-size: 0;
  margin: 0;
  clear: both;
}

.nav-tabs .container {
  padding: 0;
}

.nav-tabs li {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  margin: 0;
}

@media screen and (max-width: 480px) {
  .nav-tabs li {
    display: block;
    float: none;
  }
}

.nav-tabs li:focus {
  outline: none;
}

.nav-tabs li a {
  display: block;
  color: #fff;
  text-decoration: none;
  border: none !important;
  padding: 42px 35px 31px;
  margin: 0 !important;
  line-height: 14px;
  border-radius: 0 !important;
}

@media screen and (max-width: 767px) {
  .nav-tabs li a {
    padding: 25px;
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
  .nav-tabs li a {
    display: block;
  }
}

.nav-tabs li a:hover {
  background: none;
}

.nav-tabs li a:after {
  display: none !important;
}

.nav-tabs li a:active {
  background: #0066b3 !important;
  color: #fff !important;
}

.nav-tabs li.active a {
  background: #0066b3 !important;
  color: #fff !important;
}

.tab-content {
  clear: both;
  background: #f3f5f8;
  margin-top: -20px;
}

.tabs-block {
  background: #f3f5f8;
}

#about {
  padding: 73px 0 65px;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  #about {
    padding: 40px 0;
  }
}

@media screen and (max-width: 767px) {
  #about {
    padding: 20px 0;
  }
}

@media screen and (max-width: 992px) {
  #about .tab-container {
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    box-orient: vertical;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }

  #about .tab-container img {
    margin-bottom: 40px;
    box-ordinal-group: 0;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    -ms-flex-order: 0;
  }

  #about .tab-container .about-left-block {
    width: auto;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
  }
}

#about .about-left-block {
  width: calc(100% - 490px);
  display: block;
  float: left;
}

#about .tab1-title {
  font-size: 24px;
  font-weight: 700;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #454545;
  line-height: 26px;
  margin: 0 0 36px 0;
  padding: 0;
}

#about img {
  display: block;
  float: left;
  margin: 0;
  max-width: 100%;
}

#about .tab1-text {
  line-height: 26px;
  font-size: 14px;
  color: #777;
  margin: 0 0 29px 0;
  padding: 0;
  font-weight: 400;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  max-width: 615px;
}

#about .check-icon-list {
  list-style: none;
  padding: 0;
  max-width: 454px;
  margin: 0;
}

#about .check-icon-list li {
  background: url(../img/tabs-list-before.png) 0 12px no-repeat;
  font-size: 14px;
  line-height: 32px;
  padding: 0 0 0 30px;
  margin: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #777;
}

#why {
  margin: 0 auto;
  max-width: 1100px;
  clear: both;
  overflow: hidden;
  padding: 73px 0;
  font-size: 0;
}

@media screen and (max-width: 992px) {
  #why {
    padding: 40px 0;
  }
}

@media screen and (max-width: 767px) {
  #why {
    padding: 20px 0;
  }
}

#why .tab1-title {
  font-size: 24px;
  font-weight: 700;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #454545;
  line-height: 26px;
  margin: 0 0 26px 0;
  padding: 0;
}

#why .images {
  display: -webkit-flex;
  display: flex;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

@media screen and (max-width: 767px) {
  #why .images {
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    box-orient: vertical;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
}

#why img {
  display: block;
}

@media screen and (max-width: 1100px) {
  #why img:first-child {
    width: 31.36%;
  }

  #why img:nth-child(2) {
    width: 27.64%;
  }

  #why img:nth-child(3) {
    width: 36.36%;
  }
}

@media screen and (max-width: 767px) {
  #why img {
    width: auto !important;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

#why .tab1-text {
  line-height: 26px;
  font-size: 14px;
  color: #777;
  margin: 0 0 -13px 0;
  padding: 0;
  font-weight: 400;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  max-width: 700px;
}

@media screen and (max-width: 1100px) {
  #why .tab1-text {
    margin-bottom: 26px;
  }
}

#why a {
  text-decoration: underline;
  color: #117fd3;
}

#how {
  clear: both;
  overflow: hidden;
  padding: 73px 0;
}

@media screen and (max-width: 992px) {
  #how {
    padding: 40px 0;
  }
}

@media screen and (max-width: 767px) {
  #how {
    padding: 20px 0;
  }
}

.no-list-style {
  list-style: none;
  font-size: 0;
  padding: 0;
  margin: 0 0 76px;
  white-space: nowrap;
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .no-list-style {
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
}

@media screen and (max-width: 992px) {
  .no-list-style {
    box-orient: vertical;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    margin-bottom: 0;
  }
}

.no-list-style li {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 26px;
  vertical-align: top;
  color: #777;
  white-space: normal;
  width: 290px;
  margin-right: 15px;
}

.no-list-style li:last-child {
  width: calc(100% - 610px);
  margin-right: 0;
}

@media screen and (max-width: 1100px) {
  .no-list-style li, .no-list-style li:last-child {
    width: calc(100% / 3 - 30px);
  }
}

@media screen and (max-width: 992px) {
  .no-list-style li {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.no-list-style li p {
  margin: 0 0 56px;
  min-height: 78px;
}

@media screen and (max-width: 992px) {
  .no-list-style li p {
    min-height: 0;
    margin-bottom: 30px;
  }
}

.no-list-style li img {
  max-width: 100%;
  display: block;
}

@media screen and (max-width: 992px) {
  .no-list-style li img {
    margin: 0 auto;
  }
}

.no-list-style li .number {
  display: block;
  font-size: 38px;
  font-weight: 300;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #a7a7a7;
  padding: 0;
  margin: 0 0 37px;
}

.no-list-style .third-step p {
  display: block;
  max-width: 175px;
  float: left;
  display: block;
}

@media screen and (max-width: 1100px) {
  .no-list-style .third-step p {
    float: none;
    min-height: 0;
    max-width: 100%;
    margin-bottom: 26px;
  }
}

.no-list-style .third-step strong {
  font-weight: 600;
  float: right;
  max-width: 220px;
  min-height: 78px;
}

@media screen and (max-width: 1100px) {
  .no-list-style .third-step strong {
    float: none;
    min-height: 0;
    max-width: 100%;
    display: block;
  }
}

@media screen and (max-width: 992px) {
  .no-list-style .third-step strong {
    margin-bottom: 30px;
  }
}

.block-get-started {
  padding: 41px 0 0 0;
  min-height: 140px;
  background: #eef0f3;
  text-align: center;
}

.monitor-title {
  font-size: 24px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 26px;
  margin: 0 0 55px 0;
  text-align: center;
  padding: 73px 0 0 0;
  color: #454545;
}

@media screen and (max-width: 992px) {
  .monitor-title {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .monitor-title {
    padding-top: 20px;
    margin-bottom: 20px;
  }
}

.monitor-log-list {
  list-style: none;
  padding: 0;
  overflow: hidden;
  font-size: 0;
  margin: 0;
  text-align: center;
}

.monitor-log-list li {
  width: calc((100% / 3) - (140px / 3));
  float: left;
  margin: 0 70px 49px 0;
  text-align: center;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #777;
  line-height: 26px;
  vertical-align: top;
  position: relative;
  padding: 0;
}

.monitor-log-list li:nth-child(3n+1) {
  clear: left;
}

.monitor-log-list li:nth-child(3n) {
  margin: 0 0 49px 0;
}

@media screen and (max-width: 992px) {
  .monitor-log-list li {
    float: none;
    display: inline-block;
    width: calc(50% - 70px);
  }

  .monitor-log-list li:nth-child(3n) {
    margin-right: 70px;
  }

  .monitor-log-list li:nth-child(3n+1) {
    clear: none;
  }

  .monitor-log-list li:nth-child(2n) {
    margin-left: 70px;
  }

  .monitor-log-list li:nth-child(2n+1) {
    margin-right: 0;
    clear: left;
  }
}

@media screen and (max-width: 767px) {
  .monitor-log-list li {
    margin-left: 0 !important;
    width: 100%;
  }
}

.monitor-log-list li span {
  display: block;
  font-weight: 600;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #454545;
  margin: 0 0 12px 0;
}

.monitor-log-list li a {
  text-decoration: underline;
  color: #117fd3;
}

.monitor-log-list .img {
  line-height: 21px;
  height: 23px;
  vertical-align: middle;
  margin-bottom: 17px;
}

.monitor-log-list .img img {
  display: inline-block;
  vertical-align: middle;
}

.monitor-log-list .monitor-log-list-link {
  color: #117fd3;
  text-transform: underline;
}

.block-view-pricing {
  padding: 41px 0 0 0;
  min-height: 140px;
  background: #eef0f3;
  text-align: center;
}

.mobile-phone {
  padding: 73px 0 0 0;
  background: #117fd3;
}

@media screen and (max-width: 992px) {
  .mobile-phone {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .mobile-phone {
    padding-top: 20px;
  }
}

.mobile-title {
  font-size: 24px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 26px;
  margin: 0 0 59px 0;
  text-align: center;
  padding: 0;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .mobile-title {
    margin-bottom: 20px;
  }
}

.mob-monitor-list {
  list-style: none;
  padding: 0;
  margin: 0 70px 0 0;
  white-space: normal;
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  -webkit-column-gap: 70px;
  -moz-column-gap: 70px;
  column-gap: 70px;
}

@media screen and (max-width: 1100px) {
  .mob-monitor-list {
    display: block !important;
  }
}

@media screen and (max-width: 992px) {
  .mob-monitor-list {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
}

@media screen and (max-width: 767px) {
  .mob-monitor-list {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
}

.mob-monitor-list li {
  margin: 0 70px 49px 0;
  text-align: left;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 26px;
  margin: 0 0 47px 0;
  padding: 0;
  width: auto !important;
}

.mob-monitor-list li span {
  display: block;
  font-weight: 600;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  margin: 0 0 20px 0;
}

.mob-monitor-list li a {
  color: #fff;
  text-decoration: underline;
}

.block-get-started-blue {
  padding: 41px 0 0 0;
  min-height: 140px;
  background: #0066b3;
  margin: 0;
}

.block-get-started-blue p {
  color: #fff;
}

.customer {
  background: #f3f5f8;
  padding: 73px 0 76px;
}

@media screen and (max-width: 992px) {
  .customer {
    padding: 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .customer {
    padding: 20px 0;
  }
}

.customer-title {
  display: block;
  color: #454545;
  font-weight: 700;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 24px;
  text-align: center;
  margin: 0 0 50px 0;
}

@media screen and (max-width: 767px) {
  .customer-title {
    margin-bottom: 20px;
  }
}

.customer-item {
  width: calc((100% / 3) - (140px / 3));
  float: left;
  padding: 0;
  overflow: hidden;
  vertical-align: top;
  margin: 0 70px 17px 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.customer-item:last-child {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .customer-item {
    margin-bottom: 17px !important;
    width: 100%;
  }
}

.customer-item p {
  line-height: 26px;
  color: #777;
}

.customer-item em {
  font-weight: 600;
  line-height: 26px;
  font-size: 14px;
  display: inline-block;
  color: #454545;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  padding: 0 0 0 3px;
  margin: 0 20px 0 0;
}

.rate-list {
  margin: 0;
  padding: 1px 0 0;
  display: inline-block;
}

.rate-list li {
  list-style: none;
  display: inline-block;
  height: 14px;
  width: 15px;
  background: url(../img/star.svg) 0 0 no-repeat;
}

.news {
  background: #fff;
  padding: 72px 0 76px 0;
}

@media screen and (max-width: 992px) {
  .news {
    padding: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .news {
    padding: 20px 0;
  }
}

.news-title {
  font-weight: 700;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: #454545;
  margin: 0 0 31px 0;
}

@media screen and (max-width: 767px) {
  .news-title {
    margin-bottom: 0px;
  }
}

.inline-news-list {
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.inline-news-list li {
  width: calc(50% - 60px);
  font-size: 12px;
  display: block;
  float: left;
  margin: 0;
  position: relative;
  padding: 21px 0;
  border-bottom: 1px solid #eee;
  vertical-align: top;
  min-height: 69px;
}

@media screen and (max-width: 767px) {
  .inline-news-list li {
    width: 100%;
  }
}

.inline-news-list li:nth-child(2n) {
  margin-left: 120px;
}

@media screen and (max-width: 767px) {
  .inline-news-list li:nth-child(2n) {
    margin-left: 0;
  }
}

.inline-news-list li:nth-child(2n+1) {
  clear: both;
}

.inline-news-list li .date {
  padding-top: 3px;
  float: left;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
  font-size: 26px;
  line-height: 26px;
  color: #a7a7a7;
  text-align: center;
}

.inline-news-list li small {
  color: #a7a7a7;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  display: block;
  letter-spacing: 1px;
  line-height: 10px;
  color: #a7a7a7;
  margin: 0;
}

.inline-news-list li small small {
  color: #a7a7a7;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 10px;
  display: block;
}

.inline-news-list li .news-post {
  margin-left: 50px;
  height: 44px;
  overflow: hidden;
}

.inline-news-list li .news-post .news-title {
  line-height: 22px;
  font-size: 14px;
  margin: 0 0 1px;
  padding: 0;
  font-weight: 600;
}

.inline-news-list li .news-post p {
  font-size: 12px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 22px;
  color: #777;
  white-space: nowrap;
  margin-right: 50px;
}

.inline-news-list li a {
  font-size: 14px;
  font-weight: 600;
  display: block;
  vertical-align: top;
  cursor: pointer;
  text-decoration: none;
  color: #454545;
}

.inline-news-list li a:hover {
  color: #117fd3;
}

.small-tab-nav {
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  margin: 0px;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.small-tab-nav li {
  list-style: none;
  display: block;
  float: left;
}

.small-tab-nav li a {
  display: block;
  line-height: 24px;
  padding: 20px;
  color: #fff;
}

.small-tab-nav li.active a {
  background: #0066b3;
}

.block-get-started-blue {
  padding: 41px 0 0 0;
  min-height: 140px;
  background: #0066b3;
  margin: 0;
}

.top-block {
  background: #f3f5f8;
  padding: 73px 0 68px 0;
  font-size: 14px;
}

.dashboard-top-block {
  padding: 24px 0;
}

.dashtop-fixed {
  padding-top: 86px;
}

.dashtop-fixed .dashboard-top-block {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
}

.top-block h3 {
  font-size: 24px;
  line-height: 26px;
  margin: 0;
  color: #454545;
  letter-spacing: 0.7px;
}

.top-block h3 + p,
.top-block h3 + .top-block-text {
  padding-top: 36px;
}

.top-block p {
  color: #777;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 14px;
}

.top-block a {
  color: #117fd3;
  text-decoration: underline;
}

.top-block a:hover {
  text-decoration: none;
}

.top-block strong {
  color: #454545;
  line-height: 26px;
  font-weight: 600;
  margin: 0;
}

.download-item {
  border: 1px solid #d2d8e0;
  background: #fcfcfc;
  margin-top: 50px;
  margin-bottom: 50px;
}

.download-item p {
  color: #777;
  font-size: 14 p;
}

.download-item p x strong {
  color: #454545;
  font-weight: 600;
}

.download-list {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 25px 0 25px 0;
  text-align: center;
}

.download-list li {
  display: inline-block;
  font-size: 14px;
  width: 300px;
  background: #fcfcfc;
  border: 1px solid #d2d8e0;
  margin: 25px 25px 25px 25px;
  vertical-align: top;
  text-align: left;
}



.download-list h3 {
  margin: 0 0 25px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  color: #454545;
}

.download-list p {
  margin: 0;
  font-size: 14px;
  line-height: 26px;
  color: #777;
  font-weight: 400;
}

.download-list strong {
  color: #454545;
  font-weight: 600;
}

.header-logo {
  background: #eef0f3;
  padding: 20px 20px 20px 30px;
  font-size: 14px;
  color: #777;
  font-weight: 700;
  line-height: 22px;
  min-height: 61px;
  text-align: center;
}

.header-logo img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 9px 0 0;
}

.content-logo {
  padding: 33px 26px 28px 41px;
  border: 1px solid #d2d8e0;
  border-left: none;
  border-right: none;
}

.footer-logo {
  padding: 28px 41px 41px;
}

.footer-logo .learn-more,
.footer-logo .download-apk {
  display: inline-block;
  font-weight: 400;
  color: #117fd3;
  line-height: 26px;
  margin: 0 12px 30px 0;
  font-size: 14px;
  text-decoration: underline;
}

.footer-logo .learn-more:hover,
.footer-logo .download-apk:hover {
  text-decoration: none;
}

.footer-logo .download-apk {
  padding: 0 0 0 11px;
  margin: 0 0 29px 0;
  position: relative;
}

.footer-logo .download-apk:before {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background: #c4c4c4;
  position: absolute;
  left: 0;
  top: 6px;
}

.download-btn {
  width: 253px;
  line-height: 58px;
  color: #fff;
  border-radius: 5px;
  transition: all .3s;
  max-width: 100%;
}

.win-logo img {
  width: 21px;
  height: 20px;
  background-size: 21px 20px;
}

.mac-logo img {
  width: 19px;
  height: 22px;
  background-size: 19px 22px;
}

.linux-logo img {
  width: 19px;
  height: 22px;
  background-size: 19px 22px;
}

.android-logo img {
  width: 19px;
  height: 22px;
  background-size: 19px 22px;
}

.blackberry-logo img {
  width: 26px;
  height: 18px;
  background-size: 26px 18px;
}

.ios-logo img {
  width: 26px;
  height: 14px;
  background-size: 26px 14px;
}

.info-block-bg-blue {
  background: #117fd3;
  padding: 69px 0 48px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 26px;
}

.info-block-bg-blue p {
  margin: 0 0 20px 0;
}

.cnet-block {
  padding: 72px 0 63px 0;
  font-weight: 400;
  font-size: 14px;
  color: #777;
  line-height: 26px;
}

.cnet-block h3 {
  color: #454545;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  margin: 0 0 33px 0;
}

.cnet-block img {
  float: left;
  display: block;
  margin: 0 31px 0 0;
}

.cnet-block p {
  padding: 8px 0 20px 0;
  margin: 0;
}

.account-list {
  list-style: none;
  font-size: 0;
  padding: 75px 0 0 0;
}

.account-list .acc {
  width: calc((100% / 3) - (83px / 3));
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  margin: 0 41px 0 0;
}

.account-list .acc:last-child {
  margin-right: 0;
}

.account-list .item-acc {
  border: 1px solid #d2d8e0;
  background: #f3f5f8;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  transition: all .3s;
  margin: 0 0 44px 0;
  border-radius: 1px;
  text-align: center;
}

.account-list .item-acc a {
  display: block;
}

.account-list .item-acc:hover {
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.12);
  background: #fff;
}

.header-acc {
  text-align: center;
  line-height: 61px;
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  position: relative;
  margin: 0;
  padding: 0;
}

.header-acc:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -21px;
  left: 50%;
  margin: 0 0 0 -11px;
  border: 11px solid transparent;
}

.acc-green {
  background: #0ea599;
}

.acc-green:after {
  border-top: 11px solid #0ea599;
}

.acc-red {
  background: #ed5d17;
}

.acc-red:after {
  border-top: 11px solid #ed5d17;
}

.acc-blue {
  background: #0066b3;
}

.acc-blue:after {
  border-top: 11px solid #0066b3;
}

.content-acc {
  padding: 0 20px 36px;
  min-height: 341px;
}

.top-list {
  min-height: 138px;
  padding: 31px 20px 29px;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  box-orient: vertical;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.account-btn {
  width: 243px;
  color: #fff;
  line-height: 58px;
  border-radius: 29px;
  letter-spacing: 1.5px;
}

.month-info {
  display: block;
  text-align: center;
  vertical-align: middle;
  color: #777;
  font-size: 14px;
  line-height: 25px;
}

.month-info strong {
  font-weight: 700;
  font-size: 18px;
  color: #454545;
}

.title {
  font-size: 24px;
  font-weight: 700;
  color: #454545;
  margin: 0 0 30px;
}

.text-acc {
  display: block;
  padding: 29px 0 28px;
  text-align: center;
  position: relative;
  color: #777;
  font-size: 14px;
  line-height: 26px;
}

.text-acc:before {
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  width: 97px;
  left: calc(50% - 48px);
  display: block;
  background: #d2d8e0;
}

.text-acc strong {
  font-weight: 600;
  color: #454545;
}

.features {
  color: #777;
}

.features h4 {
  font-size: 18px;
  font-weight: 600;
  color: #454545;
  margin: 0 0 11px 0;
  padding: 0;
}

.features strong {
  color: #454545;
  font-weight: 600;
}

.features p {
  margin: 0 0 6px 0;
  background: url(../img/list-before.svg) 0 9px no-repeat;
  padding: 0 0 0 23px;
  background-size: 11px 10px;
}

.no-shape {
  margin: 0 0 32px;
}

.shape {
  padding: 29px 0 26px;
  border-top: 1px solid #eee;
}

/*---------- .block-features ----------*/
.block-how-work {
  background: #f3f5f8;
  padding: 42px 0 21px;
  font-weight: 600;
  line-height: 22px;
  font-size: 16px;
  color: #454545;
}

.link-how {
  display: inline-block;
  width: 336px;
  margin: 0 76px 20px 0;
}

/*---------- .block-how-work ----------*/
.kidlogger-pro {
  background: #117fd3;
  color: #fff;
  padding: 72px 0 27px 0;
  font-size: 0;
}

.kidlogger-pro h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 26px 0;
  text-align: center;
}

.kidlogger-pro span {
  font-size: 14px;
  text-align: center;
  display: block;
  margin: 0 0 53px;
}

.kidlogger-pro-block {
  width: calc((100% / 3) - (83px / 3));
  margin: 0 41px 41px 0;
  display: inline-block;
  vertical-align: top;
  line-height: 26px;
  font-size: 14px;
}

.kidlogger-pro-block:nth-of-type(3n) {
  margin: 0 0 41px 0;
}

.kidlogger-pro-block h4 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.kidlogger-pro-block img {
  display: block;
  margin: 0 0 19px 0;
  min-height: 35px;
}

.kidlogger-pro-block a {
  color: #fff;
  text-decoration: underline;
}

/*------------ .kidlogger-pro -----------*/
.write-us {
  background: #117fd3;
  padding: 78px 0 26px 0;
}

.top-block-text {
  margin: 0 0 37px;
}

.write-us-block-list {
  padding: 0 0 0 37px;
  margin: 0 123px 49px 0;
  list-style: none;
  display: inline-block;
  width: 38.81818%;
  font-size: 0;
  vertical-align: top;
}

.write-us-block-list:nth-of-type(2n) {
  margin: 0 0 49px 0;
}

.write-us-block-list .write-title {
  font-weight: 600;
  font-size: 18px;
  border: none;
  position: relative;
}

.write-us-block-list .write-title img {
  display: block;
  position: absolute;
  left: -37px;
  top: 0;
}

.write-us-block-list li {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  border-bottom: 1px solid #559dd5;
}

.write-us-block-list a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  line-height: 42px;
  position: relative;
}

.write-us-block-list a:first-child:hover:before {
  content: '';
  display: block;
  position: absolute;
  background: url(../img/before-arrow.svg) no-repeat;
  left: -21px;
  top: 18px;
  width: 13px;
  height: 8px;
}

.write-us-email {
  padding: 50px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
}

.write-us-email span {
  font-weight: 600;
  color: #454545;
  margin: 0 15px 0 0;
  display: inline-block;
}

.write-us-email img {
  display: inline-block;
  width: 30px;
  height: 19px;
  background-size: 30px 19px;
  margin: 0 12px 0 0;
  vertical-align: middle;
}

.write-us-email a {
  display: inline-block;
  font-weight: 400;
  color: #777;
  text-decoration: underline;
}

.write-us-email a:hover {
  text-decoration: underline;
}

.links-list {
  margin: 0 0 20px;
  padding: 0;
}

.links-list li {
  list-style: none;
  display: block;
}

.links-list li a {
  display: block;
  padding-left: 20px;
  background: url("../img/blue-before-arrow.png") 0 10px no-repeat;
}

.blog-list {
  width: calc(100% - 300px);
  float: left;
}

@media (max-width: 992px) {
  .blog-list {
    float: none;
    width: 100%;
  }
}

.urls-view-new {
  margin-bottom: 20px;
}

.aside {
  width: 250px;
  margin-left: 50px;
  float: right;
  padding-top: 20px;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .aside {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .aside {
    z-index: 999;
    overflow: auto;
    max-height: 60vh;
    background: #fff;
    width: 100vw;
    margin: 0;
    border-top: 1px solid #eee;
    padding: 20px;
    position: fixed;
    right: 0;
    bottom: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transition: -webkit-transform .35s;
    transition: transform .35s;
  }

  .aside .block-r {
    border-bottom: none;
    padding-bottom: 0;
  }

  .aside.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.aside h3 {
  color: #454545;
  font-size: 18px;
  margin: 0 0 10px;
  line-height: 20px;
  font-weight: bold;
}

.aside h3 a {
  color: #454545;
  line-height: 26px;
}

.aside h3 a:hover {
  color: #0066b3;
  text-decoration: none;
}

.aside select {
  height: 34px;
  margin-bottom: 20px;
}

.aside .inline-news-list li {
  list-style: none;
  display: block;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
  width: 100%;
  margin: 0;
}

.aside .inline-news-list li p {
  display: none;
}

.aside .inline-news-list li .news-post {
  height: auto;
}

.aside .inline-news-list li:last-child {
  border: none;
}

.aside .inline-news-list li a {
  display: block;
  color: #454545;
  line-height: 20px;
}

.aside .inline-news-list li a:hover {
  color: #0066b3;
  text-decoration: none;
}

.aside .inline-news-list li .date {
  display: block;
  font-size: 12px;
  line-height: 20px;
}

.blog-item {
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}

.blog-item a {
  color: #454545;
  text-decoration: none;
}

.blog-item a:hover {
  color: #0066b3;
}

.blog-pagination {
  margin-bottom: 50px;
  overflow: hidden;
}

.archive-period {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  color: #999;
}

.block-r {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.block-r h3 {
  padding-bottom: 1em;
}

.filter-view {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.filter-view li {
  float: left;
  margin: 0;
  padding: 0 3px 6px 0;
  width: calc(50% - 5px);
  list-style: none;
  padding: 5px 0;
}

.filter-view li:nth-child(2n) {
  margin-left: 10px;
}

.filter-view li a {
  padding: 3px 0px 3px 30px;
  color: #454545;
  border-radius: 3px;
  font-weight: bold;
  font-size: 1em;
  text-decoration: none;
  line-height: 15px;
  display: block;
  position: relative;
}

.filter-view li a:before {
  position: absolute;
  top: -3px;
  left: 1px;
  line-height: 26px;
  color: #0066b3;
  font-size: 1em;
  font-family: 'FontAwesome';
}

.filter-view li a:hover:before {
  color: #117fd3;
}

.filter-view li.active {
  background: #0066b3;
  border: none;
  border-radius: 3px;
}

.filter-view li.active a {
  color: #fff !important;
}

.filter-view li.active a:before {
  color: #fff !important;
  left: 5px;
}

.filter-view li a.view-log:before {
  content: "\f06e";
}

.filter-view li a.view-url:before {
  content: "\f108";
}

.filter-view li a.view-scr:before {
  content: "\f030";
}

.filter-view li a.view-day:before {
  content: "\f073";
}

.filter-view li a.view-apps:before {
  content: "\f247";
}

.filter-view li a.view-chat:before {
  content: "\f0e5";
}

.filter-view li a.view-files:before {
  content: "\f0c5";
}

.filter-view li a.view-voice:before {
  content: "\f130";
}

.filter-view li a.view-text:before {
  content: "\f11c";
}

.filter-view li a.view-points:before {
  content: "\f0ac";
}

.register-form-login {
  background: #f3f5f8;
  padding: 50px 0 50px;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  min-height: 100vh;
}

@media screen and (min-width: 993px) {
  .register-form-login {
    margin-bottom: -81px;
  }
}

.register-form-login .register-form {
  max-width: 100%;
  width: 497px;
  min-height: 475px;
  padding: 50px;
  background: #fff;
  margin: 0 auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.register-form-login .register-form .reg-btn {
  border: none;
  width: 100%;
  margin-bottom: 24px;
}

.register-form-login .reveal {
  float: right;
  display: inline-block;
  text-decoration: none;
  color: #777;
}

.register-form-login .login-bottom-links {
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.register-form-login .forgot,
.register-form-login .create {
  text-decoration: none;
  display: inline-block;
  color: #777;
}

.register-form-login .forgot {
  margin: 0 14px 0 0;
}

.register-form-login .create {
  position: relative;
  padding: 0 0 0 14px;
}

.register-form-login .create:before {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background: #c4c4c4;
  position: absolute;
  left: 0;
  top: 0;
}

.home-page .register-form-login {
  min-height: calc(100vh - 110px - 81px);
}

.register-form-block {
  background: #f3f5f8;
  min-height: 100vh;
  padding: 50px 0 50px;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

@media screen and (min-width: 993px) {
  .register-form-block {
    margin-bottom: -352px;
  }
}

.register-form {
  max-width: 100%;
  width: 497px;
  padding: 50px;
  background: #fff;
  margin: 0 auto 20px;
}

@media screen and (max-width: 992px) {
  .register-form {
    padding: 35px;
  }
}

@media screen and (max-width: 767px) {
  .register-form {
    padding: 25px;
  }
}

@media screen and (max-width: 480px) {
  .register-form {
    padding: 15px;
  }
}

.register-form button {
  border: none;
  width: 100%;
}

.form-logo {
  margin: 0 0 44px 0;
  padding-top: 15px;
}

.form-logo a {
  text-decoration: none;
  color: #777;
  display: block;
  font-size: 26px;
  color: #117fd3;
  text-indent: -999em;
  height: 28px;
  background: url("../img/logo-kid.png") 0 0 no-repeat;
  background-size: auto 28px;
}

.form-logo a.logo-staff {
  background-image: url("../img/logo-staff.png");
}

.form-group {
  margin: 0 0 23px 0;
  font-size: 14px;
}

.form-group label {
  display: inline-block;
  max-width: 100%;
  margin: 0 0 5px 0;
  font-weight: 600;
  color: #454545;
}

.form-group .form-control {
  margin: 0 0 8px 0;
  display: block;
  width: 100%;
  height: 50px;
  padding: 10px 18px;
  font-size: 14px;
  line-height: 30px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-appearance: none;
  -moz-apperance: none;
  -ms-apperance: none;
  -o-apperance: none;
  apperance: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}

.form-group .form-control:focus {
  border: 1px solid #777;
  outline: none;
}

.form-group p {
  margin: 0;
  font-size: 12px;
  color: #777;
  font-weight: 400;
  line-height: 14px;
}

.form-group textarea.form-control {
  height: auto;
  resize: none;
}

label[for="text-captcha"] {
  display: block;
}

#img-captcha {
  display: inline-block;
}

.form-name {
  margin: 0 0 20px 0;
}

#exampleInputName {
  margin: 0;
}

.form-captcha {
  margin: 0;
}

#text-captcha {
  display: inline-block;
  width: 192px;
  vertical-align: top;
  margin: 0 13px 27px 0;
}

#img-captcha {
  margin: 0 0 23px 0;
}

.radio,
.checkbox {
  margin: 0 0 28px 0;
}

.radio label,
.checkbox label {
  line-height: 22px;
  margin-left: 0;
  padding-left: 0;
}

.table .checkbox,
.table .radio {
  margin: 0;
}

.table .checkbox label,
.table .radio label {
  margin-right: 10px;
}

input[type="checkbox"] {
  display: none;
  margin: 0;
}

input[type="checkbox"] + label span {
  display: block;
  background: url(../img/checkbox.png) 0 0/cover no-repeat;
  width: 15px;
  height: 15px;
  margin: 5px 13px 0 0;
  cursor: pointer;
  float: left;
}

input[type="radio"] {
  position: absolute;
  visibility: hidden;
}

input[type="radio"] + label span {
  width: 22px;
  height: 22px;
  margin: 0 13px 0 0;
  display: block;
  cursor: pointer;
  float: left;
  border: 1px solid #d7d7d7;
  border-radius: 50%;
}

input[type="radio"]:checked + label span {
  background: url("../img/check-radio-ico.svg") 4px 4px no-repeat;
  background-size: 13px;
}

input[type="checkbox"]:checked + label span {
  background: url(../img/checkbox-checked.png) 0 0/cover no-repeat;
}

label[for="form-checkbox"] {
  font-size: 12px;
  color: #777;
  padding: 0;
}

label[for="form-checkbox"] a {
  color: #777;
  text-decoration: none;
}

.ui-tabs {
  padding: 0;
  border: none;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0;
  border: none;
  border-bottom: 5px solid #0066b3;
  background: #117fd3;
  border-radius: 0;
}

.ui-tabs .ui-tabs-nav li {
  margin: 0;
  background: none;
  border: none;
}

.ui-tabs .ui-tabs-nav li a {
  display: block;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  line-height: 26px;
  padding: 15px 20px 10px;
  background: none;
}

.ui-tabs .ui-tabs-nav li.ui-state-active a {
  background: #0066b3;
}

.dash {
  border: 3px solid #117fd3;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 5px;
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
}

.dash .short-info {
  border-right: 3px solid #117fd3;
  float: left;
  width: 150px;
  padding: 0px 10px 0px 5px;
}

@media (max-width: 992px) {
  .dash .short-info {
    float: none;
    width: 100%;
    border-right: none;
    border-bottom: 3px solid #117fd3;
  }
}

.dash .short-info hr {
  width: 70%;
  background: #aad5de none;
  color: #aad5de;
}

.dash img {
  border: 0 none;
  padding: 0;
}

.dashboard-table .device-title,
.dash .short-info h5 {
  padding: 0 0 0 26px;
  line-height: 18px;
  margin-bottom: 4px;
  position: relative;
}

.dashboard-table .device-title {
  line-height: 20px;
  margin-bottom: 10px;
}

.link-to-dash:before,
.dash .short-info h5.active:before,
.dash .short-info h5.inactive:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f007";
  display: block;
  width: 20px;
  height: 20px;
  font-family: 'FontAwesome';
  color: #777;
  font-size: 18px;
}

.staff-table .link-to-dash:before {
  content: '';
  background: url("../img/device-inactive.png") 0 0 no-repeat;
}

.link-to-dash:before {
  position: static;
  float: left;
}

.link-to-dash {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
}

.icons {
  clear: both;
}

.icons a {
  text-decoration: none !important;
}

.link-to-dash.active:before,
.dash .short-info h5.active:before {
  color: #0ea599;
}

.staff-table .link-to-dash.active:before {
  content: '';
  background: url("../img/device-active.png") 0 0 no-repeat;
}

.device-model,
.dash .short-info p {
  padding-left: 26px;
  margin: 0 0 5px;
}

.dashboard-table .icons,
.dash .short-info .icons {
  text-align: center;
  margin-bottom: 9px;
}

@media (max-width: 992px) {
  .dashboard-table .icons,
  .dash .short-info .icons {
    text-align: left;
  }
}

.dashboard-table .icons {
  text-align: left;
}

.dashboard-table .fa,
.dash .fa {
  display: inline-block;
  margin: 0 4px;
  font-size: 16px;
  color: #0066b3;
}

.dashboard-table .dash {
  margin-bottom: 0;
}

.map-link .fa:before {
  font-size: 20px;
}

.dash .detailed {
  float: left;
  width: calc(100% - 150px);
  padding: 0 10px 0px 20px;
  margin-left: -3px;
  position: relative;
}

@media (max-width: 992px) {
  .dash .detailed {
    float: none;
    width: 100%;
  }
}

.edit-area {
  margin-bottom: 15px;
}

.edit-area .form-group {
  margin-bottom: 10px;
}

.edit-area .form-control {
  padding: 0 10px;
  height: 24px;
}

.detailed .pev-date,
.detailed .next-date {
  float: left;
  font-size: 20px;
  margin-right: 20px;
}

.detailed .next-date {
  margin-left: 20px;
  margin-right: 18px;
}

.detailed p {
  font: normal 16px/20px Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #797979;
}

.detailed .hours-p,
.detailed .date-p {
  float: left;
  margin: 0 5px 0 0;
}

.info-dates {
  clear: both;
  overflow: hidden;
  padding-top: 10px;
  margin-bottom: 10px;
}

.detailed .last-log {
  font: normal 16px/20px Arial, 'Helvetica Neue', Helvetica, sans-serif;
  float: left;
  margin-right: 30px;
  padding-top: 20px;
}

.detailed .last-log strong {
  font: bold 12px/20px Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.detailed .click-view {
  margin-right: 30px;
  font: bold 12px/20px Arial, 'Helvetica Neue', Helvetica, sans-serif;
  background: transparent url("/img/click-view.png") 50% 40px no-repeat;
  float: left;
  padding: 20px 0px 35px;
  color: #454545;
  text-decoration: none;
}

.date-list {
  clear: both;
  overflow: hidden;
}

.date-list li {
  padding-right: 1px;
  float: left;
  margin: 0;
  list-style: none;
}

.date-list li a {
  width: 15px;
  display: block;
  text-align: center;
  background: #e8f2f9 none;
  font-size: 10px;
  padding: 3px 0px 1px 0px;
  text-decoration: none;
  color: #454545;
}

.date-list li a.have-date {
  background: #c0d2de none;
}

.date-list li a.selected-date {
  background: #2495ce url(/img/selected-date.png) repeat-x 0 0;
  text-shadow: 0px 1px 1px #b1ddf0;
}

.date-list li a:hover {
  background: #3ba3d3 url(/img/hover-date.png) repeat-x 0 0;
  color: #084e77;
  text-shadow: 0px 1px 1px #b1ddf0;
}

.hour-list {
  clear: both;
  overflow: hidden;
  margin: 0 0 0 0;
  padding: 0;
}

.hour-list li {
  padding-right: 6px;
  float: left;
  margin: 0;
  list-style: none;
}

.hour-list li.last {
  padding-right: 0;
}

.hour-list li a {
  width: 14px;
  display: block;
  text-align: center;
  background: transparent none;
  font-size: 10px;
  padding: 3px 0px 1px 0px;
  text-decoration: none;
  color: #454545;
}

.hour-list li a.have-date {
  color: #fff;
  background: #2089c1 none;
}

.time-frame {
  border: 1px solid #eee;
  padding: 10px;
}

.staff-mob-table,
.staff-table {
  border-bottom: 1px solid #ddd !important;
}

.staff-mob-table th,
.staff-mob-table td,
.staff-table th,
.staff-table td {
  vertical-align: middle !important;
}

.staff-mob-table td,
.staff-table td {
  line-height: 21px !important;
}

.staff-mob-table td div,
.staff-table td div {
  line-height: 20px !important;
  vertical-align: middle !important;
}

@media (max-width: 767px) {
  .staff-mob-table thead,
  .staff-table thead {
    display: none;
  }

  .staff-mob-table tr,
  .staff-table tr {
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .staff-mob-table td,
  .staff-table td {
    display: block;
    text-align: left;
    padding-top: 0;
    border-top: none !important;
  }

  .staff-mob-table td:last-child,
  .staff-table td:last-child {
    -webkit-flex-grow: 2;
    -moz-flex-grow: 2;
    flex-grow: 2;
    -ms-flex-positive: 2;
    text-align: right !important;
  }

  .staff-mob-table td:first-child,
  .staff-table td:first-child {
    display: block;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 0;
    border-top: 1px solid #ddd !important;
  }

  .staff-mob-table td:nth-last-child(2),
  .staff-mob-table td:nth-last-child(3),
  .staff-table td:nth-last-child(2),
  .staff-table td:nth-last-child(3) {
    display: none;
  }
}

@media (max-width: 767px) {
  .staff-mob-table td:nth-last-child(2),
  .staff-mob-table td:nth-last-child(3) {
    display: block !important;
  }
}

ul.errors li {
  color: #9F3B3B;
}

.urls-view-new,
.corp-log {
  border-bottom: 1px solid #dcdcdc;
  width: 100%;
}

.urls-view-new th.ta-c,
.urls-view-new td.ta-c,
.corp-log th.ta-c,
.corp-log td.ta-c {
  text-align: center;
}

.urls-view-new th,
.urls-view-new td,
.corp-log th,
.corp-log td {
  padding: 13px 12px;
  border: none;
  line-height: 16px;
  border-bottom: 1px dashed #dcdcdc;
  border-right: 1px dotted #dcdcdc;
  text-align: left;
  vertical-align: top;
}

.urls-view-new td,
.corp-log td {
  padding: 11px 12px 9px;
}

.urls-view-new tr.last td,
.corp-log tr.last td {
  padding: 14px 12px 16px;
}

.urls-view-new th,
.corp-log th {
  background: #f6f6f6;
  font-weight: bold;
  border-top: 1px solid #dcdcdc;
}

.urls-view-new .lh-12,
.corp-log .lh-12 {
  line-height: 12px;
}

.urls-view-new tr:nth-child(2n+2) td,
.corp-log tr:nth-child(2n+2) td {
  background: #f6f6f6;
}

.urls-view-new tr.last td,
.corp-log tr.last td {
  background: #e8e8e8;
  font-size: 14px;
}

.urls-view-new .ws-n,
.corp-log .ws-n {
  white-space: nowrap;
}

.urls-view-newtr:last-child td,
.corp-log tr:last-child td {
  border-bottom: 1px solid #dcdcdc;
}

.urls-view-new td:first-child,
.urls-view-new th:first-child,
.corp-log td:first-child,
.corp-log th:first-child {
  border-left: 2px solid #dcdcdc;
}

.urls-view-new td:last-child,
.urls-view-new th:last-child,
.corp-log td:last-child,
.corp-log th:last-child {
  border-right: 2px solid #dcdcdc;
}

.urls-view-new td span.name,
.corp-log td span.name {
  font-weight: bold;
}

.urls-view-new .fw-n,
.corp-log .fw-n {
  font-weight: normal;
  line-height: 16px;
}

.corp-log .green-c {
  color: #7ba80e;
}

.corp-log .grey-c {
  color: #939393;
}

.corp-log .red-c {
  color: #cc411f;
}

@media (max-width: 1199px) {
  .container {
    padding: 0 15px;
  }

  .top-block {
    padding: 31px 0;
  }

  .top-block h3 {
    margin: 0 0 24px 0;
  }

  .top-block .top-block-text {
    margin: 0 0 20px;
  }

  .download-list {
    padding: 35px 0 0 0;
    margin: 0 auto;
  }

  .download-list li {
    margin: 35px 35px 35px 35px;
  }

  .download-list li:nth-of-type(3n) {
    margin: 35px 35px 35px 35px;
  }

  .download-list li:nth-of-type(2n) {
    margin: 35px 35px 35px 35px;
  }

  .info-block-bg-blue {
    padding: 29px 0 9px 0;
  }

  .block-get-started-blue {
    padding: 35px 0 0 0;
    min-height: 134px;
  }

  .cnet-block {
    padding: 30px 0 20px 0;
  }

  .cnet-block h3 {
    margin: 0 0 31px 0;
  }

  .write-us {
    padding: 35px 0 0;
  }

  .write-us-block-list {
    margin: 0 35px 35px 0;
    width: calc(50% - 35px);
  }

  .write-us-block-list:nth-of-type(2n) {
    margin: 0 0 35px 0;
  }

  .write-us-email {
    padding: 35px 0;
  }

  .footer-logo {
    min-height: 209px;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    box-orient: vertical;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
  }

  .account-list {
    padding: 44px 0 0 0;
  }

  .block-features {
    padding: 0;
  }

  .link-how {
    margin: 0 20px 20px 0;
  }

  .kidlogger-pro {
    padding: 30px 0 0 0;
  }

  .kidlogger-pro h3 {
    margin: 0 0 16px 0;
  }

  .kidlogger-pro span {
    margin: 0 0 20px;
  }
}

@media (max-width: 992px) {
  .block-how-work {
    text-align: center;
    padding: 31px 0;
  }

  .link-how {
    display: block;
    margin: 0 auto 20px;
    max-width: 100%;
  }

  .account-list {
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }

  .account-list .acc {
    width: calc(50% - 20.5px);
    margin-right: 41px;
  }

  .account-list .acc:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .top-block {
    padding: 20px 0;
  }

  .top-block h3 {
    margin: 0 0 14px 0;
  }

  .top-block .top-block-text {
    margin: 0 0 5px;
  }

  .download-list {
    padding: 25px 0 0 0;
    max-width: 337px;
    margin: 0 auto;
  }

  .download-list li {
    margin: 0 0 25px 0;
    max-width: 100%;
  }

  .download-list li:nth-of-type(3n) {
    margin: 0 0 25px 0;
  }

  .download-list li:nth-of-type(2n) {
    margin: 0 0 25px 0;
  }

  .info-block-bg-blue {
    padding: 20px 0 0 0;
  }

  .block-get-started-blue {
    padding: 25px 0 0 0;
    min-height: 108px;
  }

  .cnet-block {
    padding: 20px 0 0 0;
  }

  .cnet-block h3 {
    margin: 0 0 11px 0;
  }

  .cnet-block img {
    margin: 0 15px 0 0;
  }

  .write-us {
    padding: 25px 0 0;
  }

  .write-us-block-list {
    margin: 0 0 25px 0;
    width: 100%;
  }

  .write-us-block-list:nth-of-type(2n) {
    margin: 0 0 25px 0;
  }

  .write-us-email {
    padding: 25px 0;
    text-align: left;
  }

  .products-features {
    width: 100%;
  }

  .kidlogger-pro-block {
    width: 100%;
    margin: 0 0 25px 0;
  }

  .account-list {
    box-orient: vertical;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 25px 0 0 0;
  }

  .account-list .acc {
    margin-bottom: 20px;
    width: 337px;
    margin: 0;
    max-width: 100%;
  }

  .account-list .account-btn {
    width: 100%;
  }

  .account-list .item-acc {
    margin: 0 0 25px 0;
  }

  .no-shape {
    margin: 0 0 25px;
  }
}

@media (max-width: 700px) {
  .section_create {
    line-height: 30px;
    width: 130px;
    font-size: 10px;
    margin: 0;
    display: none;
  }

  .dashboard-top-block {
    padding: 10px 0;
  }

  .dashboard-top-block > .container > .row > .col-xs-6:first-child{
    display: none;
  }

  .dashboard-top-block > .container > .row > .col-md-2:nth-child(2){
    width:100%;
    text-align: center;
  }

  .dashboard-top-block > .container > .row > .col-md-2:nth-child(2) .data-block{
    display: inline-block;
  }

  .dashboard-top-block .data-block {
    line-height: 30px;
    margin-left: -15px;
  }

  .dashboard-top-block .data-block input {
    line-height: 30px;
    height: 30px;
  }

  .dashboard-top-block .data-block .fa-spinner{
    right: -30px;
  }

  .links-href-l li {
    margin-right: 10px;
  }

  .links-href-l li a {
    font-size: 20px;
    display: inline-block;
    height: 30px;
    vertical-align: middle;
    line-height: 30px;
  }

  .links-href-l li a i {
    line-height: 30px;
  }
}

@media (max-width: 500px) {
  .dashboard-top-block .col-sm-6 {
    /*width:100%;*/
    padding-top: 10px;
  }

  .dashboard-top-block {
    text-align: center;
  }

  .mobile-hide-block {
    display: none;
  }

  .dashboard-top-block .row > div {
    float: none;
    width: 100%;
    text-align: center;
    clear: both;
  }

  .section_create {
    display: inline-block;
    margin-bottom: 10px;
  }

  .data-block {
    display: inline-block;
    margin-left: 0 !important;
  }

  .links-href-l {
    display: inline-block;
    float: none
  }

  .links-href-l li:last-child {
    margin-right: 0;
  }
}

.error-page {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.error-page .img-block {
  width: 180px;
  margin-right: 30px;
}

.error-page .img-block img {
  display: block;
  width: 100%;
}

.error-page-503 .error-info {
  max-width: calc(100% - 190px);
}

.error-page .error-info .error {
  margin: 0 0 20px;
  padding: 0;
  font-size: 100px;
  color: #80c2ee;
  font-weight: bold;
  line-height: 100px;
}

.error-page .error-info .error {
  margin-bottom: 5px;
}

.error-page .error-info p {
  text-transform: uppercase;
  font-size: 25px;
  color: #454545;
  line-height: 25px;
  margin: 0;
  font-weight: 600;
}

@media (max-width: 767px) {
  .error-page {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .error-page .img-block {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .error-page .error-info {
    width: 100%;
    text-align: center;
  }

  .error-page .error-info .error {
    font-size: 80px;
    line-height: 80px;
  }

  .error-page-503 .error-info p,
  .error-page .error-info p {
    font-size: 18px;
    line-height: 24px;
  }
}

.search-block{
  position: relative;
}

.search-block .search-open{
  display: inline-block;
  line-height:35px;
  margin-right:10px;
  vertical-align: middle;
}

.search-block .search-open i{
  line-height:20px;
  font-size:20px;
  line-height:35px;
}

.search-open-block{
  transition: width .2s;
  overflow: hidden;
  width: 0;
  display: inline-block;
  line-height:35px;
  vertical-align: middle;
  position: relative;
  height:35px;
}

.search-block input{
  background: #fff;
  border: none;
  height: 35px;
  line-height:35px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius:28px;
  min-width:100%;
  width:170px;
  display: block;
  padding: 0 15px;
  outline: none !important;
}
.dashboard-top-block .container{
  position: relative;
}
.create-section-block{
  position: absolute;
  left: 0;
  top: 0;
  z-index:9;
  right: 0;
  background: #f3f5f8;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s, visibility .2s;
}

/*@media(max-width: 767px){*/
  /*.dashboard-top-block .col-md-2,*/
  /*.dashboard-top-block .col-md-4,*/
  /*.dashboard-top-block .col-md-3{*/
    /*clear: both;*/
  /*}*/
/*}*/


.create-section-block.active{
  opacity: 1;
  visibility: visible;
}

.create-section-block .save,
.create-section-block .form-control{
  height:35px;
  line-height:33px;
  padding: 0 15px;
  width:100%;
  display: block;
  margin: 0;
}

.search-block.active .search-open-block{
  width:calc(100% - 35px);
}

@media(max-width: 991px){

  .create-section-block .save,
  .create-section-block .form-group{

    margin: 0 0 10px;
  }
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}


.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 4px;
  right: 20px;
  width: 20px;
}

.table-row-active {
  background: #f3fff2 !important;
}

.table-row-active a {
  color: #0066b3;
}

table.dataTable thead th, table.dataTable thead td {
  padding: 10px 10px 10px 25px;
  border-bottom: 1px solid #ddd;
}

.dataTable :not(.table-group) td:nth-child(3) small,
.dataTable .table-group td:nth-child(2) small{
  display: inline-block;
  width:80px;
}

@media (max-width: 480px){
  .columns .item{
    width:100%;
    margin-left: 0;
  }
  .blog-list + div{
    width:100% !important;
  }
  .blog-list + div .tabs img{
    width:100% !important;
  }
}


.help-ramka {
width: 300px; 
padding: 15px; 
height: 500px; 
float: left;
/*border: 1px black solid;*/
}

.help-ramka143 {
width: 330px; 
padding: 15px; 
height: 800px; 
float: left;
/*border: 1px black solid;*/
}

.help-ramka img {
	border: 1px black solid;
}

.help-ramka143 img {
	border: 1px black solid;
}

.table1 {
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size: 14px;
border-collapse: collapse;
text-align: center;
}
.table1 th, td:first-child {
padding: 10px 20px;
}
.table1 th, td {
border-style: solid;
border-width: 0 1px 1px 0;
border-color: white;
}
.table1 th:first-child, td:first-child {
text-align: left;
}