/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  font-weight: bold;
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #145c9e 0%, #0d3c68 100%);
  background-image: -o-linear-gradient(top, #145c9e 0%, #0d3c68 100%);
  background-image: linear-gradient(to bottom, #145c9e 0%, #0d3c68 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff145c9e', endColorstr='#ff0d3c68', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #0c375f;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #0d3c68;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #0d3c68;
  border-color: #0c375f;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #0d3c68;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #c12e2a;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #145c9e 0%, #114f87 100%);
  background-image: -o-linear-gradient(top, #145c9e 0%, #114f87 100%);
  background-image: linear-gradient(to bottom, #145c9e 0%, #114f87 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff145c9e', endColorstr='#ff114f87', GradientType=0);
  background-color: #114f87;
}
.navbar {
  min-height: 36px;
  margin-bottom: 15px;
  border-bottom: 0;
}
.navbar-default {
  border-radius: 0;
  color: #fff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #112b3f 0%, #14334b 100%);
  background-image: -o-linear-gradient(top, #112b3f 0%, #14334b 100%);
  background-image: linear-gradient(to bottom, #112b3f 0%, #14334b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff112b3f', endColorstr='#ff14334b', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-nav > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
}
.navbar-brand {
  height: 36px;
  float: none;
  display: inline-block;
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-header {
  width: 100%;
  text-align: center;
}
.navbar-brand > img {
  display: inline-block;
}
@media (min-width: 768px) {
  .navbar-header {
    width: auto;
    text-align: left;
  }
  .navbar-brand {
    float: left;
    padding: 7px 15px 7px 30px;
  }
  .navbar-brand > img {
    display: block;
  }
}
.top-menu {
  float: left;
  width: 100%;
}
.login {
  float: right;
  width: 100%;
}
@media (min-width: 768px) {
  .top-menu {
    float: right;
    width: auto;
  }
  .login {
    float: left;
    width: auto;
  }
}
.btn-help,
.btn-singout {
  position: absolute;
  top: 7px;
}
.btn-help {
  left: 15px;
}
.btn-singout {
  right: 15px;
}
.label-warning {
  background-color: #f0ad4e;
}
.navbar-nav .label {
  background-color: #fff26a;
  border-radius: 9px;
  box-shadow: 0 0 0 #000000;
  color: #1d4a6d;
  float: left;
  font-family: helvetica, sans-serif;
  font-size: 11px;
  font-weight: 600;
  padding: 0 4px;
  position: absolute;
  text-decoration: none;
  right: -2px;
  top: 2px;
  width: 25px;
  height: 13px;
  line-height: 13px;
}
.navbar-text {
  margin: 0;
  padding: 10px 5px 5px 20px;
  position: relative;
}
.navbar-text:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 1px;
  height: 18px;
  content: "";
  background: #a1bfde;
}
.navbar-header .navbar-text {
  font-weight: bold;
  font-size: 15px;
  padding: 5px 40px;
}
.navbar-header .navbar-text:before {
  display: none;
}
@media (min-width: 768px) {
  .navbar-header .navbar-text {
    padding: 5px 15px 5px 0;
  }
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 0;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
.nav-links {
//  border-bottom: 1px solid #c4ced7;
}
.nav-sublinks {
  border-left: 1px solid #c4ced7;
  border-right: 1px solid #c4ced7;
}
.nav-links > li,
.nav-sublinks > li {
  float: left;
  position: relative;
}
.nav-links > li > a:hover,
.nav-sublinks > li > a:hover,
.nav-links > li > a:focus,
.nav-sublinks > li > a:focus {
  color: #145c9e;
  background: none;
  text-decoration: underline;
}
.nav-links > li.active > a:hover,
.nav-sublinks > li.active > a:hover,
.nav-links > li.active > a:focus,
.nav-sublinks > li.active > a:focus {
  text-decoration: none;
}
.nav-links > li.active {
  border-left: 1px solid #c4ced7;
  border-right: 1px solid #c4ced7;
  font-weight: bold;
}
.nav-sublinks > li.active {
  font-weight: bold;
}
.nav-links > li.active:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background: #0572ce;
}
.nav-links > li.active:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #fff;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #145c9e 0%, #114f87 100%);
    background-image: -o-linear-gradient(top, #145c9e 0%, #114f87 100%);
    background-image: linear-gradient(to bottom, #145c9e 0%, #114f87 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff145c9e', endColorstr='#ff114f87', GradientType=0);
  }
}
@media (max-width: 767px) {
  .nav > li {
    display: inline-block;
    position: relative;
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #145c9e 0%, #0e4271 100%);
  background-image: -o-linear-gradient(top, #145c9e 0%, #0e4271 100%);
  background-image: linear-gradient(to bottom, #145c9e 0%, #0e4271 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff145c9e', endColorstr='#ff0e4271', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #0e4271;
  background-image: -webkit-linear-gradient(top, #145c9e 0%, #10487c 100%);
  background-image: -o-linear-gradient(top, #145c9e 0%, #10487c 100%);
  background-image: linear-gradient(to bottom, #145c9e 0%, #10487c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff145c9e', endColorstr='#ff10487c', GradientType=0);
  border-color: #10487c;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
}
.panel-default > .panel-heading {
  background-color: #fff;
}
.panel-primary > .panel-heading {
  background-color: #145c9e;
}
.panel-success > .panel-heading {
  background-color: #dff0d8;
}
.panel-info > .panel-heading {
  background-color: #d9edf7;
}
.panel-warning > .panel-heading {
  background-color: #fcf8e3;
}
.panel-danger > .panel-heading {
  background-color: #f2dede;
}
.panel-heading {
  position: relative;
  border-bottom: none;
}
.panel-heading::after {
  clear: both;
}
.panel-heading::after,
.lobipanel > .panel-heading::before {
  content: "";
  display: table;
}
.panel-heading + .panel-body {
  padding-top: 0;
}
.panel-title {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid #d6dfe6;
}
.panel-body .panel-title {
  font-size: 16px;
  margin-bottom: 10px;
}
.panel-title h1,
.panel-title h2,
.panel-title h3 .panel-title h4,
.panel-title h5,
.panel-title h6 {
  font-size: inherit;
  font-weight: bold;
}
.panel-toolbar {
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 15px;
}
.widget {
  margin-top: 10px;
  margin-bottom: 10px;
}
.widget-full-page {
}
.btn-icon,
.btn-icon:hover,
.btn-icon:focus,
.btn-icon:active,
.nav > li > a.btn-icon,
.nav > li > a.btn-icon:hover,
.nav > li > a.btn-icon:focus,
.nav > li > a.btn-icon:active {
  background: none;
}
.table-toolbar {
  border: 2px solid #d6dfe6;
}
.table-toolbar .btn-icon {
  padding: 6px;
}
.table-toolbar .btn {
  margin: 3px;
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
.content {
  background-color: #fff;
  padding: 20px;
}
.dropdown-menu {
  /* min-width: 260px; kvoli submenu "Nastavenia TU"*/
  min-width: 60px;
  padding: 10px 5px;
}
.dropdown-menu > li {
  min-height: 25px;
  cursor: pointer;
}
.dropdown-menu .btn-icon {
  padding-left: 5px;
  padding-right: 5px;
}
.sorted_table tr {
//  cursor: pointer;
}
.sorted_table tr.placeholder {
  background: red none repeat scroll 0 0;
  border: medium none;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
.sorted_table tr.placeholder::before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent currentcolor transparent red;
  border-image: none;
  border-style: solid none solid solid;
  border-width: 5px medium 5px 5px;
  content: "";
  height: 0;
  left: -5px;
  margin-top: -5px;
  position: absolute;
  width: 0;
}
.sorted_head th.placeholder {
  background: red none repeat scroll 0 0;
  display: block;
  height: 0;
  margin: 0;
  padding: 0;
  position: relative;
  width: 0;
}
.sorted_head th.placeholder::before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: red transparent currentcolor;
  border-image: none;
  border-style: solid solid none;
  border-width: 5px 5px medium;
  content: "";
  height: 0;
  margin-left: -5px;
  position: absolute;
  top: -6px;
  width: 0;
}
.tl_container,
.tl-nav {
  width: 100%;
  position: relative;
}
.tl-nav {
  text-align: center;
  margin-bottom: 3px;
}
.tl_timeline {
  position: relative;
  border-bottom: 1px solid #c4ced7;
}
.tl_timeline .tl_location {
  overflow: hidden;
  border-left: 1px solid #c4ced7;
  position: relative;
  background: #fff;
}
.tl_timeline .tl_location .tl_the_location {
  border-top: 1px solid #c4ced7;
  min-height: 49px;
  height: 49px;
  float: left;
}
.tl_timeline .tl_location .tl_the_location h3 {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
  line-height: 16px;
  margin: 10px 0 0 10px;
  padding: 0;
}
.tl_timeline .tl_location .tl_the_location p.tl_the_location_subtitle {
  color: #525252;
  font-weight: normal;
  text-decoration: none;
  font-size: 10px;
  margin: 0 0 0 10px;
  padding: 0;
}
.tl_timeline .tl_location_blocked {
  background-color: #F5F5F5;
}
.tl_timeline .tl_location_blocked .tl_the_location {
  position: relative;
}
.tl_timeline .tl_the_timeline_content_blocked {
  height: 50px;
  background-color: rgba(0, 0, 0, 0.04);
}
.tl_timeline .tl_the_timeline {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
}
.tl_timeline .tl_the_timeline::after {
  display: none;
}
.tl_timeline .tl_the_timeline .tl_the_timeline_content {
  position: relative;
  background: url(../img/grid.svg) repeat left top #fff;
  height: 50px;
}
.tl_timeline .tl_event_details {
  background: #d2d2d2;
  color: #000;
  border-top: 1px solid #c4ced7;
  border-left: 1px solid #c4ced7;
  padding: 15px 24px 15px 20px;
  position: relative;
  display: none;
  overflow: hidden;
}
.tl_description_bottom {
  clear: both;
}
.tl_timeline .tl_the_location_lock {
  position: absolute;
  top: 3px;
  right: 3px;
  font-size: 10px;
  color: #646464;
}
.tl_timeline .tl_event {
  cursor: pointer;
  margin: 1px 0;
  width: 100px;
  height: 48px;
  overflow: visible;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ececec;  
//dorobene srafovanie. zatial nechcem  background:url("../img/bg_slot.png") #fff repeat top left;
//  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #e9e9e9));
//  background-image: -webkit-linear-gradient(center top, #efefef 0, #e9e9e9 100%);
//  background-image: -moz-linear-gradient(center top, #efefef 0, #e9e9e9 100%);
//  background-image: -o-linear-gradient(center top, #efefef 0, #e9e9e9 100%);
//  background-image: -ms-linear-gradient(center top, #efefef 0, #e9e9e9 100%);
//  background-image: linear-gradient(center top, #efefef 0, #e9e9e9 100%);
  -moz-box-shadow: 0 0 1px 1px #fff;
  -webkit-box-shadow: 0 0 1px 1px #fff;
  box-shadow: 0 0 1px 1px #fff;
}
.tl_slidable {
  position: relative;
  left: 0;
}
.tl_timeline .tl_time_selector_bar {
  background: #145c9e;
  height: 23px;
  border: 1px solid #c4ced7;
  border-right: 0;
  position: relative;
  margin-left: 200px;
  border-right: 1px solid #c4ced7;
  overflow: hidden;
  color: #fff;
}
.tl_timeline .tl_time_selector_bar .btn {
  margin: 3px;
}
.tl_timeline .tl_time_selector_bar ul {
  margin: 0;
  padding: 0;
}
.tl_timeline .tl_time_selector_bar ul li:first-child {
  margin-left: 3px;
}
.tl_timeline .tl_time_selector_bar ul li {
  list-style: none;
  float: left;
  font-size: 10px;
  line-height: 23px;
  margin: 0 20px 0 20px;
  padding: 0;
  width: 8px;
}
.tl_timeline .tl_time_selector_bar .tl_slidable_slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 21px;
  background: rgba(0, 0, 0, 0.1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#11000000, 0, endColorstr=#11000000, 0);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 1px 0 0 1px;
}
.tl_timeline .tl_time_selector_bar .tl_slidable_slider {
  background: rgba(0, 0, 0, 0.2);
}
.tl_timeline .tl_time_indicator {
  background: #fcfcfc;
  margin-left: 200px;
  overflow: hidden;
  height: 30px;
  position: relative;
  border-right: 1px solid #d6dfe6;
  border-left: 1px solid #d6dfe6;
  border-top: 1px solid #d6dfe6;
}
.tl_timeline .tl_time_indicator ul {
  margin: 0;
  padding: 0;
}
.tl_timeline .tl_time_indicator ul li {
  list-style: none;
  float: left;
  font-weight: bold;
  color: #000;
  height: 30px;
  line-height: 30px;
  border-left: none;
  width: auto;
  margin: 0!important;
  padding: 0!important;
}
.tl_timeline .tl_time_indicator ul li:first-child .tl_the_time {
  border-left: none;
}
.tl_timeline .tl_time_indicator .tl_the_time {
  float: left;
  font-weight: bold;
  color: #000;
  height: 30px;
  line-height: 30px;
  border-left: 1px solid #d6dfe6;
  width: 93px;
  margin: 0;
  padding: 0;
}
.tl_timeline .tl_time_indicator .tl_the_time {
  padding-left: 6px;
}
.tl_timeline_legend {
  float: right;
  margin: 10px 0;
}
.tl_timeline_legend .nav > li {
  float: left;
  padding-left: 15px;
}
.tl_timeline_legend .nav > li + li {
  margin-left: 15px;
}
.tl_timeline_legend .btn {
  min-height: 32px;
  min-width: 32px;
  margin-right: 5px;
}
.tl_event_container {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
}
.tl_event_nav {
  position: absolute;
  bottom: 1px;
  right: 5px;
}
.tl_event_nav a:hover,
.tl_event_nav a:focus {
  text-decoration: none;
}
.tl_event_nav a + a {
  margin-left: 1px;
}
.tl_event .c-icon {
  width: 10px;
  height: 10px;
  -webkit-background-size: 10px;
  background-size: 10px;
}
.c-icon {
  display: inline-block;
  width: 17px;
  height: 17px;
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
}
.c-icon-lock {
  background: url("../img/lock.svg");
}
.c-icon-chair {
  background: url("../img/chair.svg");
}
.c-icon-globe {
  background: url("../img/globe.svg");
}
.c-icon-train {
  background: url("../img/train.svg");
}
.c-icon-envelope {
  background: url("../img/envelope.svg");
}
.c-icon-redirect {
  background: url("../img/redirect.svg");
}
.c-icon-odsyp {
  background: url("../img/odsyp.svg");
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-right: 0;
  }
}
.btn {
  padding: 3px 10px;
}
.table > thead > tr > th, .table > tbody > tr > td {
	font-size: 12px;
}
.table > thead > tr > th {
  background-color: #c4ced7;
}
.form-control {
  padding: 3px 5px;
  height: 22px;
}
.maxwidth180 {
  max-width: 180px;
  width: auto;
}
.maxwidth100 {
  max-width: 100px;
  width: auto;
}
.maxwidth60 {
  max-width: 60px;
  width: auto;
}
.form-horizontal .control-label {
  padding-top: 3px;
}
.form-group {
  margin-bottom: 5px;
}
.form-btn-group {
  text-align: right;
}
.form-btn-group .btn + btn {
  margin-right: 5px;
}
footer {
  color: #fff;
}
footer p {
  margin-top: 10px;
}
footer .nav > li {
  float: left;
}
footer .nav > li > a {
  color: #fff;
}
footer .nav > li > a:hover,
footer .nav > li > a:focus {
  color: #fff;
  background: none;
  text-decoration: underline;
}

.ui-droppable-hover {
    border-color: red;
    border-style: dashed;
    border-width: 1px;
} 

.vybrany_slot {
    background-color: #e6e600 !important;
    border: 1px dashed #e6e600;
}    

.ui-droppable-active {
    background-color: orange !important;
} 

.ui-draggable-active {
    background-color: #ffffcc !important;
}

.ui-draggable {
	cursor: grab;
}

.ui-autocomplete-loading {
    background: white url("../img/ui-anim_basic_16x16.gif") right center no-repeat;
}

.ui-autocomplete-selected {
    background: white url("../img/kvacka.png") right center no-repeat !important;
}

.tcal {
	background: url('../img/cal.gif') 100% 50% no-repeat !important;
	padding-right: 20px;
	cursor: pointer;
}
.error {
    color: red;
    font-weight: normal;
    margin-bottom: 0px;
}

.alert {
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position:relative;
  margin:10px 0;
  padding:2px 5px 0px;
}
.alert-confirmation {
	background:#f3f3b5;
	color:#000000;
	border-color:#d6dfe6;
}
.alert-warning {
	background:#f3f3b5;
	color:#000000;
	border-color:#d6dfe6;
}
.alert-error {
	background:#f3f3b5;
	color:#000000;
	border-color:#d6dfe6;
}
.alert-confirmation h4 {
	background: url("../img/confl.gif") 0px 2px no-repeat;
	font-size:18px;
	font-weight:bold;
	color:#000000;
	border-bottom:1px solid #d6dfe6;
	margin-bottom:3px;
	padding-left:22px;
	padding-bottom:3px;
}
.alert-warning h4 {
	background: url("../img/warnl.gif") 0px 2px no-repeat;
	font-size:18px;
	font-weight:bold;
	color:#c81c24;
	border-bottom:1px solid #d6dfe6;
	margin-bottom:3px;
	padding-left:22px;
	padding-bottom:3px;
}
.alert-error h4 {
	background: url("../img/error.png") 0px 2px no-repeat;
	font-size:18px;
	font-weight:bold;
	color:#c81c24;
	border-bottom:1px solid #d6dfe6;
	margin-bottom:3px;
	padding-left:22px;
	padding-bottom:3px;
}
.alert p {
	padding-left:22px;
}

.error-input {
	border-color: red;
}

.input-required {
    margin-top: 8px;
    background-color: #fefde7 !important;
    border-color: orange !important;
}

.input-required-star {
    padding-right: 4px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #0572ce;
    font-weight: bold;
    font-size: 19px;
}
.input-disabled {
    background-color: lightgray !important;
    border-color: grey !important;
    color: darkgrey !important;
}
.zobrazenaHodnota {
	display: block;
    padding-top: 3px;
}
.box-with-title {
	padding: 10px;
	border: 1px solid #000000;
}
.box-with-title legend {
	width: auto;
	margin: 0;
	padding: 0 5px;
	font-size: 12px;
	font-weight: bold;
	border: none;
}