/* variables */
* {
  /* With these codes padding and border does not increase it's width and gives intuitive style.*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*force scrollbar on webkit */
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

body {
  color: #6a6a6a;
  background-color: rgba(255, 255, 255, 0);
}

label {
  font-weight: normal;
  float: left;
  display: inline-block;
  word-wrap: break-word;
}

select option {
  background-color: white;
  border: 0;
}

a {
  color: #6a6a6a;
  text-decoration: none;
}

a:focus,
a:hover {
  text-decoration: none;
  outline: none;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

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

input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  width: 20px;
  height: 20px !important;
  background: white;
  border-radius: 0;
  margin-top: 8px;
}

p {
  margin: 0 0 1em;
}

.lead {
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.margin-bottom-xs {
  margin-bottom: 7px;
}

.margin-right-none {
  margin-right: 0;
}

.input-padding {
  padding: 0 20px;
}

.input-margin {
  margin-bottom: 0;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-15 {
  margin-bottom: 15px !important;
  margin-top: 15px !important;
}

.margin-top-1 {
  margin-top: 5px;
}

.margin-top-20 {
  margin-top: 20px;
}

.my-md {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mb-lg {
  margin-bottom: 60px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-sm {
  margin-left: 10px;
}

.mr-xs {
  margin-right: 5px;
}

.mr-sm {
  margin-right: 15px;
}

.mr-md {
  margin-right: 30px;
}

.mt-sm {
  margin-top: 15px;
}

.mb-xs {
  margin-bottom: 5px;
}

.mb-sm {
  margin-bottom: 15px;
}

.mb-md {
  margin-bottom: 30px;
}

.px-sm {
  padding-left: 10px;
  padding-right: 10px;
}

.pt-md {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .pt-md {
    padding-top: 15px;
  }
}

.lead-mb {
  margin-bottom: 50px;
}

.white-text, .text-white {
  color: #fff;
}

.link-white {
  color: white;
}
.link-white:active, .link-white:focus, .link-white:hover {
  color: rgb(242.25, 242.25, 242.25);
}

.bg-black {
  background-color: #333333;
}

.bg-gray-dark {
  background: #4D4D4D;
}

.align-right {
  float: right;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.multiselect-container > li > a > label {
  padding: 7px 0 7px 50px !important;
}

.navbar-btn {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.multiselect {
  border-radius: 2px !important;
}

.multiselect-container > li > a > label > input[type=checkbox] {
  display: inline-block;
  margin-top: 0;
  margin-left: -30px;
}

.carousel-indicators {
  padding-left: 20px;
}

.carousel-inner {
  margin-bottom: 65px;
}

.carousel-indicators li {
  background-color: rgb(141, 140, 140) !important;
}

.navbar-default {
  background-color: #fff !important;
}

.navbar-toggler {
  float: none;
  border: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  background-image: none;
}

.navbar-default .navbar-toggler:focus,
.navbar-default .navbar-toggler:hover {
  background-color: transparent;
}

.navbar.navbar-top {
  margin-bottom: 0 !important;
  border-radius: 0;
}

.affix-bottom {
  position: absolute;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover,
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent !important;
  border: none;
}

li.active .checkbox {
  color: black;
}

.nav-tabs > li > a {
  border-radius: 0 !important;
  border: none;
  margin: 3px !important;
  padding: 9px 0 0;
  position: relative;
  display: block;
}

.nav-tabs {
  border-bottom: 0;
}
.nav-tabs > li {
  margin-bottom: 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border: none;
  border-radius: 0 !important;
  border-bottom-color: transparent;
  cursor: default;
  background-color: transparent;
}

.embed-responsive.embed-responsive-16by9 {
  margin-left: 15px;
}

.tooltip-inner {
  background-color: #84807e;
}

.carousel-caption {
  position: initial;
}

.dropdown-menu > li {
  min-height: 30px;
}

.close {
  opacity: 0.5 !important;
  font-size: 34px;
}

.modal {
  -webkit-overflow-scrolling: auto !important;
  overflow-y: auto !important;
}

.modal-dialog {
  margin: 50px auto !important;
}

.modal-footer {
  padding: 10px !important;
  border-top: none !important;
}

.btn-primary:focus,
.btn-primary:hover {
  outline: none !important;
}

.btn {
  outline: none !important;
  border-radius: 0 !important;
}

.modal.large .modal-dialog {
  width: 77%;
}
@media (max-width: 767px) {
  .modal.large .modal-dialog {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .modal.fullscreen-mobile .modal-dialog {
    height: 100%;
    width: 100%;
    margin: 0 !important;
  }
}

/* commentes out by Katja
.carousel-control {
	height: 50px;
	width: 50px;
	border-radius: 100px;
	opacity: 0.7;
	top: 15px;
	text-shadow: none;
	z-index: 100;
	@media (min-width: $screen-sm-min) {
		background-color: white;
		top: 50%;
		transform: translateY(-50%);
	}
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
	margin-top: -10px;
	font-size: 20px;
}
.carousel-control.left {
	background-image: none;
	left: 0;
	@media (min-width: $screen-sm-min) {
		left: 15px;
	}
}
.carousel-control.right {
	background-image: none;
	right: 0;
	@media (min-width: $screen-sm-min) {
		right: 15px;
	}
}
*/
.ajax-loader {
  position: absolute;
  z-index: 10;
  margin-top: 80px;
}

.ui-draggable {
  margin: 0 0 0 !important;
  z-index: 1000;
  padding: 0 0 10px !important;
  -webkit-touch-callout: none !important;
}

.ui-draggable-disabled {
  opacity: 1;
}

.ui-draggable-tools {
  padding: 0;
}

.ui-draggable-tools > a {
  opacity: 1 !important;
  color: #4D4D4D;
  padding: 0;
}

.ui-draggable-tools > a:hover {
  opacity: 1;
}

.ui-draggable > h5 {
  margin: 0 !important;
}

.ui-draggable-dragging .ui-draggable-tools {
  display: none;
}

.ui-draggable-dragging {
  width: 120px !important;
  z-index: 1000 !important;
  list-style-type: none;
}

.ui-draggable-dragging > .sidebar-image-container {
  height: 90px !important;
}

.draggable-tooltip {
  width: 100% !important;
  opacity: 1 !important;
  color: #fff;
}

.ui-droppable > a:hover {
  text-decoration: none;
  color: rgb(88, 88, 88);
}

.ui-droppable > img {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid gray;
}

.ui-draggable-tools .glyphicon {
  padding: 5px 0 0 7px;
}

.ui-corner-all.ui-state-focus {
  background-position: 2px, 0;
}

.ui-menu-item > a.ui-corner-all {
  background-repeat: no-repeat;
  background-position: 0px, 0;
}

.ui-state-focus,
.ui-state-hover {
  -webkit-border-radius-: 0 !important;
  border: none !important;
  border-radius: 0 !important;
}

.ui-autocomplete {
  z-index: 9999999999999;
  border-radius: 1px;
  max-height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.underline {
  text-decoration: underline !important;
}

.btn + .btn {
  margin-left: 10px;
}

.underline-link {
  border-bottom: 1px dotted #ccc;
}

.full-width {
  width: 100%;
}

.img-container {
  position: relative;
}

/*# sourceMappingURL=utils.css.map */
