@import "../../scripts/messenger/build/css/messenger.css";
@import "../../scripts/messenger/build/css/messenger-theme-future.css";
.previous-year {
  border-right: 1px solid rgba(0, 0, 0, 0.4);
}
.previous-year .page-link::before {
  content: "\2190";
  height: 1em;
  width: 1em;
}
.next-year {
  border-left: 1px solid rgba(0, 0, 0, 0.4);
}
.next-year .page-link::after {
  content: "\2192";
  height: 1em;
  width: 1em;
}
/*	Palette: http://www.colourlovers.com/palette/1827809/Blue_Vanilla
*	Gradient Color: startet bei 60C9E5 (Rahmen: #56b4cd) und endet bei #58b9d2
*	Schrift dunkles grau: #404040
* 	Aktiver Tab:
*	Text in Suchfeld: FCFBE8
*	Bejoo Logo Farben: Grün: #90cd47 blau: #009ca7
*/
.menu-badge {
  position: absolute;
  display: inline-block;
  border-radius: 50%;
  background-color: #c0392b;
  color: white;
  font-weight: bold;
  font-size: 12px;
  width: 20px;
  height: 20px;
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, sans-serif;
}
.nav-link .menu-badge {
  top: -10px;
  right: -24px;
  padding: 0;
}
.dropdown-item .menu-badge {
  top: -4px;
  margin-left: 4px;
  padding: 1px 6px;
}
/*
 * Callouts
 *
 * Not quite alerts, but custom and helpful notes for folks reading the docs.
 * Requires a base and modifier class.
 */
/* Common styles for all types */
.bs-callout {
  margin: 20px 0;
  padding: 20px;
  border-left: 3px solid #eee;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
/* Variations */
.bs-callout-danger {
  background-color: #fdf7f7;
  border-color: #eed3d7;
}
.bs-callout-danger h4 {
  color: #b94a48;
}
.bs-callout-warning {
  background-color: #faf8f0;
  border-color: #faebcc;
}
.bs-callout-warning h4 {
  color: #c09853;
}
.bs-callout-info {
  background-color: #f4f8fa;
  border-color: #bce8f1;
}
.bs-callout-info h4 {
  color: #3a87ad;
}
.bs-callout-success {
  background-color: #ebf5e7;
  border-color: #d6e9c6;
}
.bs-callout-success h4 {
  color: #3c763d;
}
.pull-right {
  float: right;
}
.form legend {
  padding-left: 0;
}
.form label {
  float: none;
  display: inline-block;
  text-align: left;
  padding-top: 0;
  margin-top: 7px;
}
.form input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin-left: 0;
  padding: 6px;
  width: 100%;
  height: 28px;
}
.form input[type=button],
.form input[type=submit] {
  width: auto;
  display: inline;
}
.form input[type=checkbox] {
  display: inline-box;
}
.form select {
  display: block;
  width: 100%;
}
.form textarea {
  box-sizing: border-box;
  width: 100%;
  height: 6em;
}
.form .w100 {
  width: 100%;
}
.form .w50 {
  width: 49.5%;
}
.form .w75 {
  width: 75%;
}
.form .w75.rightinput {
  width: 74%;
}
.form .w25 {
  width: 25%;
}
.form .w25.rightinput {
  width: 24%;
}
.form .rightinput {
  padding-left: 1%;
  margin-left: -4px;
}
.form .lastinput {
  display: block;
}
.form .labelonly {
  height: 20px;
}
.form .labelcontainer {
  margin-bottom: 7px;
}
.form .labelcontainer select {
  display: inline-block;
}
.form .checkbox input {
  width: auto;
  height: inherit;
}
.nav-pills.nav-pills-small {
  font-size: 12px !important;
  line-height: 1.5;
  border-radius: 3px !important;
}
.nav-pills.nav-pills-small a {
  padding: 5px 10px !important;
}
@media screen and (min-width: 768px) {
  .navbar-collapse .nav.pull-right {
    float: none !important;
  }
}
@font-face {
  font-family: "IconicStroke";
  src: url("/assets/images/iconic/font/iconic stroke/iconic_stroke.eot");
  src: url("/assets/images/iconic/font/iconic stroke/iconic_stroke.eot?#iefix") format("embedded-opentype"), url("/assets/images/iconic/font/iconic stroke/iconic_stroke.ttf") format("truetype"), url("/assets/images/iconic/font/iconic stroke/iconic_stroke.svg#iconic") format("svg");
  font-weight: normal;
  font-style: normal;
}
html,
body {
  height: 100%;
  background-color: #f8fafd;
}
body {
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, sans-serif;
  background-color: #f8fafd;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
}
.iconic {
  display: inline-block;
  font-family: "IconicStroke";
  font-size: 18px;
  /* -- COLORS -- */
}
.iconic.cog:before {
  content: "\2699";
}
.iconic.pen:before {
  content: "\270e";
}
.iconic.clock:before {
  content: "\e079";
}
.iconic.check:before {
  content: "\2713";
}
.iconic.check-alt:before {
  content: "\2714";
}
.iconic.x:before {
  content: "\2717";
}
.iconic.calendar:before {
  content: "\e06c";
}
.iconic.trash:before {
  content: "\e05a";
}
.iconic.lightbulb:before {
  content: "\e063";
}
.iconic.star:before {
  content: "\2605";
}
.iconic.cd:before {
  content: "\e064";
}
.iconic.unlock:before {
  content: "\e076";
}
.iconic.lock:before {
  content: "\e075";
}
.iconic.plus:before {
  content: "\2795";
}
.iconic.plus-alt:before {
  content: "\e008";
}
.iconic.minus:before {
  content: "\2796";
}
.iconic.minus-alt:before {
  content: "\e009";
}
.iconic.info:before {
  content: "\2139";
}
.iconic.right-arrow:before {
  content: "\2192";
}
.iconic.mail:before {
  content: "\2709";
}
.iconic.reload:before {
  content: "\e030";
}
.iconic.x_alt:before {
  content: "\2718";
}
.iconic.tag_stroke:before {
  content: "\e02b";
}
.iconic.arrow-up:before {
  content: "\2191";
}
.iconic.arrow-down:before {
  content: "\2193";
}
.iconic.arrow-right:before {
  content: "\2192";
}
.iconic.arrow-left:before {
  content: "\2190";
}
.iconic.comment:before {
  content: "\e004";
}
.iconic.magnifying_glass:before {
  content: "\e074";
}
.iconic.bolt:before {
  content: "\26a1";
}
.iconic.document:before {
  content: "\e000";
}
.iconic.copy:before {
  content: "\e059";
}
.iconic.share:before {
  content: "\e02e";
}
.iconic.eye:before {
  content: "\e025";
}
.iconic.question-mark:before {
  content: "?";
}
.iconic.user:before {
  content: "\e062";
}
.iconic.spin:before {
  content: "\e036";
}
.iconic.book-alt:before {
  content: "\e00b";
}
.iconic.chart-alt:before {
  content: "\e029";
}
.iconic.denied:before {
  content: "\26d4";
}
.iconic.orange {
  color: #d35400;
}
.iconic.orange-light {
  color: #e67e22;
}
.iconic.red {
  color: #c0392b;
}
.iconic.green {
  color: #27AE60;
}
.iconic.blue {
  color: #00adee;
}
.iconic.brown-light {
  color: #5d504f;
}
.iconic.gray-light {
  color: #aaacaf;
}
.iconic.white {
  color: #fff;
}
.iconic.smaller {
  font-size: 15px;
}
.iconic.larger {
  font-size: 22px;
}
.clickable {
  cursor: pointer;
}
a .iconic {
  color: #404040;
}
.bold {
  font-weight: bold;
}
.container {
  margin-top: 24px;
}
.navbar {
  margin-bottom: 0px !important;
  background-color: #0f3a50 !important;
}
.navbar .nav-link {
  color: rgba(255, 255, 255, 0.9) !important;
}
.navbar .container {
  margin-top: 0;
}
.navbar #logo {
  padding-top: 9px;
  padding-bottom: 9px;
}
.navbar .user-avatar {
  padding-top: 8px;
  padding-bottom: 8px;
}
.navbar .user-avatar img {
  height: 34px;
}
#map-data p {
  margin-bottom: 0px;
}
.topbar-right {
  float: right;
}
.nav-pills > li > a {
  padding: 5px 10px;
}
.nav > li > a.navbar-logo {
  padding: 5px 10px;
}
.nav > li > a.navbar-logo div {
  width: 30px;
  height: 30px;
  background-position: center center;
  border-radius: 3px;
}
.tab-headers {
  margin: 0 0 20px 0;
  border-bottom: 1px solid #dfdfdf;
  list-style: none;
  padding-left: 0;
}
.tab-headers li {
  top: 0;
  padding: 5px 20px;
  margin-right: 0px;
  font-weight: 500;
  border-radius: 0;
  border: none;
  line-height: 35px;
  display: inline-block;
}
.tab-headers li.active {
  background-color: #34495e;
}
.tab-headers li.active a {
  color: white;
  text-align: center;
  width: 100;
}
.tab-headers li a {
  border: none;
  font-weight: 500;
  border-radius: 0;
}
.tab-headers li a:hover {
  text-decoration: none;
}
table {
  background-color: transparent;
}
thead {
  text-transform: uppercase;
}
table thead > tr > th,
.table-striped > tbody > tr > td {
  border-color: #b5ceec;
}
.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
  background-color: #f1f4fa;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: white;
}
.alert {
  margin-bottom: 10px !important;
}
.nav span {
  text-decoration: none;
}
.bs-header {
  padding-bottom: 10px;
}
#content-right {
  float: right;
  background-color: #e1e1e1;
  width: 250px;
  min-height: 100%;
  overflow: auto;
  display: none;
}
#search-results {
  position: absolute;
  right: 0;
  z-index: 200;
  width: 120%;
  background-color: #f3f4f7;
  display: none;
  font-size: 13px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
#search-results .searchheader {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  background-color: #dddddd;
}
#search-results h1 {
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
  color: #333333;
}
#search-results h2 {
  font-size: 1.2em;
  margin-top: 0;
}
#search-results a {
  color: #767676;
  padding: 0;
}
#search-results p {
  line-height: 1.2em;
}
#search-results ul {
  width: 100%;
  float: none;
}
#search-results li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  float: none;
  padding: 10px;
}
.hidden-tab {
  display: none;
}
.tab-content.inactive {
  display: none;
}
/*
* File Upload
*/
#filesContainer ul {
  padding-left: 0;
}
#filesContainer li {
  list-style-type: none;
  display: inline-block;
}
#filesContainer .fileContainer {
  position: relative;
  color: grey;
  margin: 12px 12px 0 0;
  padding: 5px;
  width: 160px;
  min-height: 125px;
}
#filesContainer .fileContainer .fileName {
  margin: 5px 0 5px 0;
  overflow: hidden;
}
#filesContainer .fileContainer .pictureDescription {
  height: 33px;
}
#filesContainer .fileContainer .fileControls {
  float: right;
  position: absolute;
  right: 12px;
  bottom: 5px;
}
#filesContainer .fileContainer .file-preview {
  max-width: 50px;
  max-height: 50px;
}
/*  Für Testing purpose only, später Bild gleich in richtiger oder annhärnd richtiger Grösse ins HTML laden	 */
td img.small {
  height: 18px;
}
.popover-content {
  width: 100%;
  display: table;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.popover-content .details {
  display: table-cell;
  min-width: 45%;
  margin-right: 5px;
}
.popover-content .unbestaetigt p {
  font-size: 0.85em;
  color: #fd8b9a;
}
.female {
  color: #ee82ee;
}
.male {
  color: #0064cd;
}
label.twipsy-left {
  float: left;
  color: grey;
  clear: left;
  width: auto;
}
span.twipsy-right {
  float: right;
  width: auto;
}
#icons {
  padding: 4px 5px 5px 5px;
  display: block;
}
.options-template-container {
  opacity: 0.85;
  position: absolute;
  font-size: 16px;
  text-align: center;
  color: #999999;
  background-color: #888888;
  border: #626262;
  display: none;
  height: 48px;
  width: 60px;
}
.options-template-container img {
  margin-bottom: 4px;
  cursor: pointer;
}
span.dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  margin-bottom: -1px;
  margin-right: 5px;
}
.modal-header h3 {
  clear: none;
  padding: 10px 10px 10px 10px;
  font-size: 1.6em;
}
.modal-header .close {
  position: absolute;
  right: 10px;
  top: 5px;
  background-color: white;
}
.modal-header .sms_email_toggle {
  float: right;
  margin-right: 20px;
  cursor: pointer;
  z-index: 1002;
}
.modal-body input[type="search"] {
  margin: 0 0 10px 0;
  display: inline-block;
  padding: 0.2em 0.4em;
  font-size: 1em;
  height: 2.5em;
  width: 100%;
  border: 1px solid #ccc;
  box-shadow: inset 0 0 3px #ccc;
  outline: none;
}
.modal-body .add_user_to_event_job {
  float: right;
}
.modal-body td {
  border-top: none;
  width: auto;
}
.modal-body #counter_bar {
  display: none;
}
.modal-body textarea {
  width: auto;
}
.modal-body #message-container {
  padding: 5px 15px 5px 15px;
}
.modal-body #message-container input {
  margin-bottom: 5px;
}
input:focus:invalid,
textarea:focus:invalid {
  border-color: hsl(1, 45%, 50%);
  -webkit-box-shadow: inset 0 1px 1px hsla(0, 0%, 0%, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px hsla(0, 0%, 0%, 0.075);
}
input:required,
textarea:required {
  border-color: hsl(1, 45%, 50%);
  -webkit-box-shadow: inset 0 1px 1px hsla(0, 0%, 0%, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px hsla(0, 0%, 0%, 0.075);
}
input:required:valid,
textarea:required:valid {
  border-color: hsl(121, 32%, 40%);
  -webkit-box-shadow: inset 0 1px 1px hsla(0, 0%, 0%, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px hsla(0, 0%, 0%, 0.075);
}
.counter-container {
  height: 20px;
  width: 220px;
  border-radius: 1px;
  overflow: hidden;
  display: none;
  margin-top: 5px;
}
.total {
  height: 20px;
  text-align: right;
}
.counter {
  height: 20px;
}
.counter-title {
  height: 100%;
  width: 100%;
  display: inline-block;
}
.hidden {
  display: none;
}
input[type="search"] {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.search-input:hover {
  border: 1px solid #999999;
}
.search-input:focus {
  border-color: #acf;
  box-shadow: inset 0 0 3px #acf;
}
.sort_select {
  margin-right: -10px;
  width: 120px;
}
.filterheader {
  text-align: right;
  width: 10%;
}
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}
.row-form {
  margin-bottom: 10px;
}
.datalist {
  font-size: 1.125em;
  border: none;
}
.datalist td {
  border: none;
}
.datalist td {
  padding: 10px;
  padding-left: 0;
}
.datalist td.space {
  border-bottom: 0px;
}
.datalist td.datalabel {
  font-family: "Georgia";
  font-style: italic;
  font-size: 1.1em;
  color: #595959;
  width: 80px;
}
table .avatar {
  margin: -5px;
}
#org_logo {
  position: absolute;
}
.menu-help {
  padding: 3px 5px 3px 5px;
  border: 1px solid #dbdbdb;
  color: #0069d6;
  background-color: #f4f4f4;
}
#werbung-container {
  display: none;
  margin-top: 10px;
}
#werbung-container #werbung {
  width: 435px;
  margin: auto;
}
#werbung-container #werbung li {
  display: inline-block;
  margin: 5px;
}
#werbung-container #werbung li.bejoo {
  margin-top: 12px;
}
.alert-message {
  position: relative;
  top: -20px;
  left: -30px;
  margin-right: -60px;
  border-bottom: 1px solid #dfdfdf;
  height: auto;
  border-radius: 0px;
  margin-bottom: 0px;
}
.alert-message .btn.ask {
  margin: 0;
  line-height: 0.8;
  width: 30px;
  margin-left: 5px;
  text-align: center;
}
.print_only {
  display: none;
}
#start-content {
  height: 100%;
  width: 100%;
  overflow: auto;
  color: gray;
  background-color: #b8b8b8;
  background-image: url(/assets/images/pattern.png);
  background-repeat: repeat;
  padding-top: 80px;
}
#start-content h1 {
  text-align: center;
  font-family: Georgia;
  font-size: 3em;
  border-top: 4px double #ccc;
  border-bottom: 4px double #ccc;
  padding: 10px 20px 10px 20px;
  background-color: white;
}
#start-content h2 {
  color: gray;
  font: 35px "LeagueGothicRegular", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
#start-content #extension {
  text-shadow: 0px 1px 2px #4a4a4a;
  font: 35px "LeagueGothicRegular", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  clear: none;
  float: left;
}
#start-content #extension.right {
  color: #ffd073;
}
#start-content #extension.left {
  color: #00b7ff;
}
#start-content #about-container {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
#start-content #about {
  width: 40%;
  border: 1px solid #999999;
  padding: 15px 15px 12px 15px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-top: 60px;
  background-color: white;
  border-radius: 1px;
}
#start-content #about.left {
  float: left;
}
#start-content #about.right {
  float: right;
}
#start-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: 100%;
  bottom: 0px;
  background-color: #404040;
}
.bubbles-container {
  display: none;
}
.new-smooth-look {
  width: 100%;
}
.new-smooth-look h1,
.new-smooth-look h2 {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #767676;
  width: 100%;
  /*border-bottom: 1px solid lighten(@bejoo-signature-blue, 5%);*/
  line-height: 28px;
  margin-bottom: 9px;
  text-transform: capitalize;
}
.new-smooth-look h1 {
  font-size: 1.7em;
}
.new-smooth-look h2 {
  font-size: 1.3em;
}
.new-smooth-look .date {
  font-size: 0.9em;
  color: #808080;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.new-smooth-look p {
  font-size: 1.1em;
  line-height: 1.5em;
}
.new-smooth-look ul {
  list-style-type: square;
}
.new-smooth-look #notiz-container {
  border: 1px solid #999999;
  padding: 15px 10px 6px 10px;
}
.new-smooth-look #notiz-container h3 {
  font-size: 1.1em;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  margin-bottom: 10px;
  line-height: 0px;
}
.new-smooth-look #left,
.new-smooth-look .left {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 74%;
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
}
.new-smooth-look #right,
.new-smooth-look .right {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 25%;
  display: inline-block;
  vertical-align: top;
}
.new-smooth-look .text-label {
  width: 175px;
  display: inline-block;
}
.new-smooth-look textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.hint-box {
  border: 1px solid #dbdbdb;
  padding: 7px 7px 7px 7px;
  background-color: #ffffff;
  width: auto;
}
.leaflet-top,
.leaflet-bottom {
  z-index: 3 !important;
}
@media screen and (max-width: 1024px) {
  .hide-on-small-screens {
    display: none;
  }
  .header h1 {
    font-size: 1.8em;
  }
  .topbar {
    position: static;
    z-index: 0;
  }
  #content-container {
    position: inherit;
    padding-top: 0;
  }
  #werbung-container {
    display: none;
  }
}
@media screen and (max-width: 680px) {
  .hidden-small {
    display: none;
  }
  #content-container {
    width: 100%;
  }
  #content-main {
    padding: 0 15px 30px 15px;
  }
  .tab-headers {
    padding: 0;
    margin: 0;
  }
  .tabs {
    width: auto;
  }
  .header {
    margin-left: -15px;
    margin-right: -15px;
  }
  .input-xlarge,
  input.xlarge,
  textarea.xlarge,
  select.xlarge {
    width: 100%;
  }
  .search-input {
    font-size: 1.5em;
    width: 100%;
  }
  table {
    margin-top: 20px;
    border-bottom: none;
  }
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  tr {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ddd;
  }
  #organisation tr {
    border-bottom-color: #b5ceec;
  }
  tr:last-child {
    border-bottom: none;
  }
  .table tbody > tr > td {
    margin-top: 0;
    display: block;
    background-color: transparent;
    border-top: none;
    width: 100%;
  }
  td:before {
    content: attr(data-label);
    display: block;
    font-weight: 800;
    padding-bottom: 10px;
    text-transform: uppercase;
  }
  .table-no-mobile td:before {
    display: none;
  }
  .table-no-mobile td p {
    margin-bottom: 0;
  }
  .table-no-mobile tr {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    margin-top: 8px;
  }
  .table-no-mobile.table-striped > tbody > tr:nth-child(even) > td,
  .table-striped > tbody > tr:nth-child(even) > th {
    background-color: white;
  }
  .table tbody > tr > td:empty {
    display: none;
  }
  fieldset legend {
    padding-left: 0;
  }
  label {
    float: none;
  }
  form .input {
    margin-left: 0;
  }
  input,
  textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 100%;
  }
  input {
    height: 38px;
    font-size: 16px;
    padding: 8px;
  }
  .form fieldset {
    width: 100%;
  }
  .form label {
    display: block;
  }
  .form .rightinput {
    padding-left: 0;
    margin-left: 0;
  }
  .form .w75,
  .form .w75.rightinput,
  .form .w50,
  .form .w25,
  .form .w25.rightinput {
    width: 100%;
  }
  .new-smooth-look .text-label {
    width: auto;
    display: block;
    color: #6a6a6a;
    font-weight: 500;
  }
  .new-smooth-look #left,
  .new-smooth-look .left {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    display: block;
    vertical-align: top;
  }
  .new-smooth-look #right,
  .new-smooth-look .right {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    display: block;
    vertical-align: top;
  }
  .new-smooth-look form {
    width: 100%;
  }
  .fc thead tr {
    position: inherit;
    top: inherit;
    left: inherit;
  }
  .fc tr {
    display: table-row;
  }
  .fc td {
    display: table-cell;
    border-top: 1px solid #ddd;
  }
}
.dropdown-menu li {
  color: white;
  white-space: nowrap;
}
.dropdown-menu li a {
  display: inline-block;
  width: 100%;
}
.kalendae {
  background-color: #fff !important;
  border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
}
.kalendae .k-days span {
  width: 18px !important;
  height: 1.7em !important;
}
.selectize-dropdown {
  z-index: 2000 !important;
}
.help-content {
  display: none;
  width: 70%;
  padding: 20px;
  margin: auto;
  background-color: #f5f5f5;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.help-content.active {
  display: block;
}
.help-content a.hilite {
  padding: 3px 5px 3px 5px;
  border: 1px solid #DBDBDB;
  color: #0069D6;
  background-color: #F4F4F4;
}
.hilite-container {
  border: 3px solid red;
  padding: 5px;
  width: auto;
}
