/*
	Kube. CSS & JS Framework
	Version 6.5.2
	Updated: February 2, 2017

	http://imperavi.com/kube/

	Copyright (c) 2009-2017, Imperavi LLC.
	License: MIT
*/

form[class *= "kubeSmartform"] .statusPulse {
  box-shadow: 0 0 0 rgba(204,169,44, 0.4);
  animation: statusPulse 2s infinite;
}
form[class *= "kubeSmartform"] .statusPulse:hover {
/*  animation: none;*/
}

@-webkit-keyframes statusPulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes statusPulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}


span.glyphicon.glyphicon-chevron-right {
	display:none;
}


form[class *= "kubeSmartform"] .ui-datatable-tablewrapper table {
	line-height: 20px !important;
}

.commercialPreCheckProvide1, .commercialPreCheckProvide2 {
	border:2px solid red !important;
}

.commercialPreCheckCommit1, .commercialPreCheckCommit2 {
	border:2px solid orange !important;
}

.commercialPreCheckProvide1BlackOnly, .commercialPreCheckProvide2BlackOnly, .commercialPreCheckCommit1BlackOnly, .commercialPreCheckCommit2BlackOnly {
	border:2px solid black !important;
}


.ui-autocomplete {
	max-height: 110px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	max-width:80% !important;
}

.ui-autocomplete li, .ui-autocomplete li:hover {
	border-top:1px solid white !important;
	border-bottom:1px solid white !important;
	line-height:18px;
	word-break: break-word !important;
	word-wrap: break-word !important;
}
.ui-autocomplete li div, .ui-autocomplete li div:hover {
	border-top:1px solid white !important;
	border-bottom:1px solid white !important;
	line-height:18px;
	word-break: break-word !important;
	word-wrap: break-word !important;
}
.ui-autocomplete .ui-menu-item {
	line-height:18px;
	word-break: break-word !important;
	word-wrap: break-word !important;
}

form[class *= "kubeSmartform"] input[data-timsupport *= "datepicker"]:enabled,
form[class *= "kubeSmartform"] input[data-timsupport *= "datetimepicker"]:enabled {
	background: #fff url(images/calendar-2.png) no-repeat center right 3px;
}
form[class *= "kubeSmartform"] input[data-timsupport *= "timepicker"]:enabled {
	background: #fff url(images/clock.png) no-repeat center right 3px;
}

form[class *= "kubeSmartform"] nav.tabs li {
	margin-right: 4px;
    background: #484848;
    color: #fff;
}

form[class *= "kubeSmartform"] nav.tabs li a{
    color: #fff !important;
}

form[class *= "kubeSmartform"] nav.tabs li.active {
    border-top: solid 2px #00A0F0;
    background: #f2f2f2;
}

form[class *= "kubeSmartform"] nav.tabs li a:hover {
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
    color: #484848 !important;
    text-decoration: underline;
    background-color: #f2f2f2 !important; }

form[class *= "kubeSmartform"] nav.tabs li em, .tabs li.active a {
    border-bottom: 1px solid #f2f2f2 !important;
}

form[class *= "kubeSmartform"] .tabDiv {
    margin-top: 0px !important;
/*    background: #f2f2f2; */
    padding-top: 10px;
    padding-left: 3px;
    padding-right: 5px;
    padding-bottom: 5px;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

form[class *= "kubeSmartform"] nav.tabs li.active a{
    color: #484848 !important;
}

#tomHeader input.small, #tomHeader div.small:not(.button), #tomHeader select.small:disabled {
	width:initial !important;
	border: 0px solid transparent !important;
}

#tomHeader label {
	white-space: nowrap;
}

#dbLogo {
	background: rgba(0, 0, 0, 0) url(/loom-portal/resource/db_em_rgb_100px.png) no-repeat scroll left top / 54px auto;
    height: 52px;
	margin-left:-5px;
	margin-bottom:10px;
}





form[class *= "kubeSmartform"] div.isLoading > div {
    visibility: hidden;
}

form[class *= "kubeSmartform"] .hiddenOnStartup {
	display:none;
	visibility: hidden;
}

form[class *= "kubeSmartform"] .hide-res-check {
	display:none;
}

form[class *= "kubeSmartform"] .textAlignRight {
	text-align: right;
}

form[class *= "kubeSmartform"] .ui-state-highlight {
    background-color: rgba(72, 72, 72, 0.4) !important;
    color: white !important;
}

form[class *= "kubeSmartform"] legend.required,
form[class *= "kubeSmartform"] label.required {
  color:red;
}

form[class *= "kubeSmartform"] .my-collapse {
  margin-bottom: 14px; }

form[class *= "kubeSmartform"] .my-collapse h4 {
  background: #f4f4f4;
  margin-top: 5px;
  margin-bottom: 1px;
  font-size: 12px;
  line-height: 12px;
  font-weight: normal;
  }

form[class *= "kubeSmartform"] .my-collapse h4:hover {
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
    color: #313439;
    text-decoration: underline;
    background-color: #e0e1e1; }

form[class *= "kubeSmartform"] .my-collapse h4 a {
  padding: 8px 16px;
  background: url(images/expand-2.png) no-repeat right 1em center;
  text-decoration: none;
  text-transform: capitalize;
  font-weight:bold;
  color: #000;
  display: block; }


form[class *= "kubeSmartform"] tr.submeasureindicator {
	cursor: pointer;
}
form[class *= "kubeSmartform"] tr.subMeasureExpanded td {
	background: url(images/shrink-1.png) no-repeat left 10px center #0087B9 !important;
	padding-left: 35px !important;
}  

form[class *= "kubeSmartform"] tr.subMeasureClosed td {
	background: url(images/expand-2.png) no-repeat left 10px center #0087B9 !important;
	padding-left: 35px !important;
}  

form[class *= "kubeSmartform"] .my-collapse h4 a.active {
  background: url(images/shrink-1.png) no-repeat right 1em center #6c7078;
  color: #fff;
}  
  
form[class *= "kubeSmartform"] .my-collapse h4 a.active label{
  color: #fff;
}  

form[class *= "kubeSmartform"] .my-collapse > div {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 22px 5px 10px;
  margin-left: 1px; }

/* Korrektur gegen die styles.css */  
form[class *= "kubeSmartform"] textarea.required, input.required, select.required {
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: relative !important;
    top: 0 !important;
}

form[class *= "kubeSmartform"] .tabDiv {
	margin-top:10px;
}

form[class *= "kubeSmartform"] .iconDivAndTextInside {
	display:flex !important;
	align-items: center;
	justify-content: space-between;
/*	padding:1px 6px 1px 2px; */
	margin-right:5px;
}
form[class *= "kubeSmartform"] .iconDivAndTextInside:last-child {
	margin-right:0px;
}

form[class *= "kubeSmartform"] .displayFlexLeftAlign {
	display:flex;
	align-items: center;
	justify-content: flex-start;
}

form[class *= "kubeSmartform"] .displayFlexRightAlign {
	display:flex;
	align-items: center;
	justify-content: flex-end;
}

form[class *= "kubeSmartform"] .displayFlexCenterAlign {
	display:flex;
	align-items: center;
	justify-content: center;
}

form[class *= "kubeSmartform"] .displayFlexOutsideAlign {
	display:flex;
	align-items: center;
	justify-content: space-between;
}


form[class *= "kubeSmartform"] .iconDivAndTextInside > .iconDiv {
	margin-right:6px;
}

form[class *= "kubeSmartform"] .iconDiv {
	color:transparent;
	background-size: 14px 14px;
	background-position:center;
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	padding:2px;
}

form[class *= "kubeSmartform"] .prepend .iconDiv,
form[class *= "kubeSmartform"] .append .iconDiv {
	color:transparent;
	background-size: 14px 14px;
	background-position:center;
	background-repeat:no-repeat;
	width:14px;
	height:14px;
	padding:0px;
	margin-top:2px;
	margin-left:1px;
	margin-right:1px;
}

form[class *= "kubeSmartform"] .prepend .textDiv,
form[class *= "kubeSmartform"] .append .textDiv {
	width:14px;
	height:12px;
	padding:0px;
	margin-top:-1px;
	margin-left:1px;
	margin-right:1px;
}

form[class *= "kubeSmartform"] .printerIcon {
	background-image: url(images/print-text.png);
}

form[class *= "kubeSmartform"] .phoneIcon {
	background-image: url(images/phone-2.png);
	margin-top: 0px !important;
}

form[class *= "kubeSmartform"] .stopIcon {
	background-image: url(images/sign-stop.png);
}

form[class *= "kubeSmartform"] .saveIcon {
	background-image: url(images/synchronize-lock.png);
}

form[class *= "kubeSmartform"] .emailIcon {
	background-image: url(images/email-at-sign.png);
}
	
form[class *= "kubeSmartform"] .trainIcon {
	background-image: url(images/train-2.png);
}

form[class *= "kubeSmartform"] .statusIcon {
	cursor:help !important;
	border: 0px solid gray !important;
}

form[class *= "kubeSmartform"] .statusIcon:hover {
  background-color: transparent !important;
}


form[class *= "kubeSmartform"] .statusRed,
form[class *= "kubeSmartform"] .statusYellow, 
form[class *= "kubeSmartform"] .statusGreen {
  border-color: transparent !important;
}

form[class *= "kubeSmartform"] .statusRed .iconDiv {
	background-size: 14px 14px;
	height:14px;
	background-image: url(images/circle_red.png);
}

form[class *= "kubeSmartform"] .statusYellow .iconDiv {
	background-size: 14px 14px;
	height:14px;
	background-image: url(images/circle_yellow.png);
}

form[class *= "kubeSmartform"] .statusGreen .iconDiv {
	background-size: 14px 14px;
	height:14px;
	background-image: url(images/circle_green.png);
}

form[class *= "kubeSmartform"] .moveIcon {
	background-image: url(images/cursor-hand-2.png);
}

form[class *= "kubeSmartform"] .removeIcon {
	background-image: url(images/remove-2_14.png);
}

form[class *= "kubeSmartform"] .editIcon {
	background-image: url(images/pencil-3_14.png);
}

form[class *= "kubeSmartform"] .addIcon {
	background-image: url(images/add-2_14.png);
}

form[class *= "kubeSmartform"] .copyIcon {
	background-image: url(images/copy-3_14.png);
}

form[class *= "kubeSmartform"] .binIcon {
	background-image: url(images/bin-1_14.png);
}

form[class *= "kubeSmartform"] .downloadIcon {
	background-image: url(images/download-3_14.png);
}

form[class *= "kubeSmartform"] .openAllIcon {
	background-image: url(images/expand-2.png);
}

form[class *= "kubeSmartform"] .closeAllIcon {
	background-image: url(images/shrink-1.png);
}

html {
  box-sizing: border-box; }

form[class *= "kubeSmartform"] *,
form[class *= "kubeSmartform"] *:before,
form[class *= "kubeSmartform"] *:after {
  box-sizing: inherit; }

form[class *= "kubeSmartform"] * {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-overflow-scrolling: touch; }

form[class *= "kubeSmartform"] img,
video,
audio {
  max-width: 100%; }

form[class *= "kubeSmartform"] img,
video {
  height: auto; }

form[class *= "kubeSmartform"] svg {
  max-height: 100%; }

form[class *= "kubeSmartform"] iframe {
  border: none; }

::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="radio"],
input[type="checkbox"] {
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  bottom: 0.15rem;
  font-size: 115%;
  margin-right: 3px; }

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

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.black {
  color: #0d0d0e; }

.inverted {
  color: #fff; }

form[class *= "kubeSmartform"] .error {
  color: #f03c69; }

form[class *= "kubeSmartform"] .success {
  color: #35beb1; }

form[class *= "kubeSmartform"] .warning {
  color: #f7ba45; }

form[class *= "kubeSmartform"] .focus {
  color: #1c86f2; }

.aluminum {
  color: #f8f8f8; }

.silver {
  color: #e0e1e1; }

.lightgray {
  color: #d4d4d4; }

.gray {
  color: #bdbdbd; }

.midgray {
  color: #676b72; }

.darkgray {
  color: #313439; }

.bg-black {
  background-color: #0d0d0e; }

.bg-inverted {
  background-color: #fff; }

.bg-error {
  background-color: #f03c69; }

.bg-success {
  background-color: #35beb1; }

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

.bg-focus {
  background-color: #1c86f2; }

.bg-aluminum {
  background-color: #f8f8f8; }

.bg-silver {
  background-color: #e0e1e1; }

.bg-lightgray {
  background-color: #d4d4d4; }

.bg-gray {
  background-color: #bdbdbd; }

.bg-midgray {
  background-color: #676b72; }

.bg-darkgray {
  background-color: #313439; }

.bg-highlight {
  background-color: #edf2ff; }

  
  form[class *= "kubeSmartform"] 
  {
  font-size: 12px;
  line-height: 24px; }

body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #282d37;
  background-color: transparent; }

a:not(.ui-corner-all) {
  color: #3794de;
  text-decoration: underline;
  cursor:pointer;  }

a:hover {
  color: #f03c69; }

h1.title, h1, h2, h3, h4, h5, h6 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  color: #0d0d0e;
  text-rendering: optimizeLegibility;
  margin-bottom: 16px; }

h1.title {
  font-size: 60px;
  line-height: 64px;
  margin-bottom: 8px; }

h1,
.h1 {
  font-size: 48px;
  line-height: 52px; }

h2,
.h2 {
  font-size: 36px;
  line-height: 40px; }

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

h4,
.h4 {
  font-size: 21px;
  line-height: 32px; }

h5,
.h5 {
  font-size: 18px;
  line-height: 28px; }

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

h1 a, .h1 a,
h2 a, .h2 a,
h3 a, .h3 a,
h4 a, .h4 a,
h5 a, .h5 a,
h6 a, .h6 a {
  color: inherit; }

p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6,
dl + h2,
dl + h3,
dl + h4,
dl + h5,
dl + h6,
blockquote + h2,
blockquote + h3,
blockquote + h4,
blockquote + h5,
blockquote + h6,
hr + h2,
hr + h3,
hr + h4,
hr + h5,
hr + h6,
pre + h2,
pre + h3,
pre + h4,
pre + h5,
pre + h6,
table + h2,
table + h3,
table + h4,
table + h5,
table + h6,
form + h2,
form + h3,
form + h4,
form + h5,
form + h6,
figure + h2,
figure + h3,
figure + h4,
figure + h5,
figure + h6 {
  margin-top: 24px; }

/*ul,
ul ul,
ul ol,
ol,
ol ul,
ol ol {
  margin: 0 0 0 24px; }
*/
ol ol li {
  list-style-type: lower-alpha; }

ol ol ol li {
  list-style-type: lower-roman; }

nav ul,
nav ol {
  margin: 0;
  list-style: none; }
  nav ul ul,
  nav ul ol,
  nav ol ul,
  nav ol ol {
    margin-left: 24px; }

dl dt {
  font-weight: bold; }

dd {
  margin-left: 24px; }

p, blockquote, hr, pre, ol, ul, dl, table, fieldset, figure, address, form {
  margin-bottom: 16px; }

hr {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: -1px; }

blockquote {
  padding-left: 1rem;
  border-left: 4px solid rgba(0, 0, 0, 0.1);
  font-style: italic;
  color: rgba(49, 52, 57, 0.65); }
  blockquote p {
    margin-bottom: .5rem; }

time, cite, small, figcaption {
  font-size: 87.5%; }

cite {
  opacity: .6; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
  cursor: help; }

var {
  font-size: 16px;
  opacity: .6;
  font-style: normal; }

mark, code, samp, kbd {
  position: relative;
  top: -1px;
  padding: 4px 4px 2px 4px;
  display: inline-block;
  line-height: 1;
  color: rgba(49, 52, 57, 0.85); }

code {
  background: #e0e1e1; }

mark {
  background: #f7ba45; }

samp {
  color: #fff;
  background: #1c86f2; }

kbd {
  border: 1px solid rgba(0, 0, 0, 0.1); }

sub,
sup {
  font-size: x-small;
  line-height: 0;
  margin-left: 1rem/4;
  position: relative; }

sup {
  top: 0; }

sub {
  bottom: 1px; }

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

pre, code, samp, var, kbd, mark {
  font-size: 87.5%; }

pre,
pre code {
  background: #f8f8f8;
  padding: 0;
  top: 0;
  display: block;
  line-height: 20px;
  color: rgba(49, 52, 57, 0.85);
  overflow: none;
  white-space: pre-wrap; }

pre {
  padding: 1rem; }

figcaption {
  opacity: .6; }

figure figcaption {
  position: relative;
  top: -1rem/2; }

figure pre {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px; }

figure .video-container,
figure pre {
  margin-bottom: 8px; }

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

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

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

ul.unstyled {
  margin-left: 0; }

ul.unstyled,
ul.unstyled ul {
  list-style: none; }

.monospace {
  font-family: Consolas, Monaco, "Courier New", monospace; }

.upper {
  text-transform: uppercase; }

.lower {
  text-transform: lowercase; }

.italic {
  font-style: italic !important; }

.strong {
  font-weight: bold !important; }

.normal {
  font-weight: normal !important; }

.muted {
  opacity: .55; }

a.muted {
  color: #0d0d0e; }

a.muted:hover {
  opacity: 1; }

.black {
  color: #0d0d0e; }

.smaller {
  font-size: 12px;
  line-height: 20px; }

.small {
  font-size: 12px;
  line-height: 20px; }

.big {
  font-size: 18px;
  line-height: 28px; }

.large {
  font-size: 20px;
  line-height: 32px; }

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

.highlight {
  background-color: #edf2ff; }

.nowrap,
.nowrap td {
  white-space: nowrap; }

@media only screen and (min-width: 1000px and max-width: 1024px) {
  .columns-2,
  .columns-3,
  .columns-4 {
    column-gap: 24px; }
  .columns-2 {
    column-count: 2; }
  .columns-3 {
    column-count: 3; }
  .columns-4 {
    column-count: 4; } }

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  @media only screen and (max-width: 1000px) {
    .row {
      flex-direction: column;
      flex-wrap: nowrap; } }
  .row.gutters,
  .row.gutters > .row {
    margin-left: -2%; }
    @media only screen and (max-width: 1000px) {
      .row.gutters,
      .row.gutters > .row {
        margin-left: 0; } }
    .row.gutters > .col,
    .row.gutters > .row > .col {
      margin-left: 2%; }
      @media only screen and (max-width: 1000px) {
        .row.gutters > .col,
        .row.gutters > .row > .col {
          margin-left: 0; } }
  .row.around {
    justify-content: space-around; }
  .row.between {
    justify-content: space-between; }
  .row.auto .col {
    flex-grow: 1; }

  table .row.gutters,
  table .row.gutters > .row {
    margin-left: -3%; }
   table  .row.gutters > .col,
   table  .row.gutters > .row > .col {
      margin-left: 3%; }
	
form[class *= "kubeSmartform"] .reducedlineheight th{
	line-height: 16px !important;
/*	text-align: center;*/
}	
form[class *= "kubeSmartform"] .col.textalignright {
	text-align:right;
}
form[class *= "kubeSmartform"] .col.textaligncenter {
	text-align:center;
}
	


	
.col-1 {
  width: 8.33333%; }

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

.col-2 {
  width: 16.66667%; }

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

.col-3 {
  width: 25%; }

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

.col-4 {
  width: 33.33333%; }

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

.col-5 {
  width: 41.66667%; }

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

.col-6 {
  width: 50%; }

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

.col-7 {
  width: 58.33333%; }

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

.col-8 {
  width: 66.66667%; }

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

.col-9 {
  width: 75%; }

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

.col-10 {
  width: 83.33333%; }

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

.col-11 {
  width: 91.66667%; }

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

.col-12 {
  width: 100%; }

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

.gutters > .col-1 {
  width: calc(8.33333% - 2%); }

.gutters > .offset-1 {
  margin-left: calc(8.33333% + 2%) !important; }

.gutters > .col-2 {
  width: calc(16.66667% - 2%); }

.gutters > .offset-2 {
  margin-left: calc(16.66667% + 2%) !important; }

.gutters > .col-3 {
  width: calc(25% - 2%); }

.gutters > .offset-3 {
  margin-left: calc(25% + 2%) !important; }

.gutters > .col-4 {
  width: calc(33.33333% - 2%); }

.gutters > .offset-4 {
  margin-left: calc(33.33333% + 2%) !important; }

.gutters > .col-5 {
  width: calc(41.66667% - 2%); }

.gutters > .offset-5 {
  margin-left: calc(41.66667% + 2%) !important; }

.gutters > .col-6 {
  width: calc(50% - 2%); }

.gutters > .offset-6 {
  margin-left: calc(50% + 2%) !important; }

.gutters > .col-7 {
  width: calc(58.33333% - 2%); }

.gutters > .offset-7 {
  margin-left: calc(58.33333% + 2%) !important; }

.gutters > .col-8 {
  width: calc(66.66667% - 2%); }

.gutters > .offset-8 {
  margin-left: calc(66.66667% + 2%) !important; }

.gutters > .col-9 {
  width: calc(75% - 2%); }

.gutters > .offset-9 {
  margin-left: calc(75% + 2%) !important; }

.gutters > .col-10 {
  width: calc(83.33333% - 2%); }

.gutters > .offset-10 {
  margin-left: calc(83.33333% + 2%) !important; }

.gutters > .col-11 {
  width: calc(91.66667% - 2%); }

.gutters > .offset-11 {
  margin-left: calc(91.66667% + 2%) !important; }

.gutters > .col-12 {
  width: calc(100% - 2%); }

.gutters > .offset-12 {
  margin-left: calc(100% + 2%) !important; }

  
table .gutters > .col-1 {
  width: calc(8.33333% - 3%); }

table .gutters > .col-2 {
  width: calc(16.66667% - 3%); }

table .gutters > .col-3 {
  width: calc(25% - 3%); }

table .gutters > .col-4 {
  width: calc(33.33333% - 3%); }

table .gutters > .col-5 {
  width: calc(41.66667% - 3%); }

table .gutters > .col-6 {
  width: calc(50% - 3%); }

table .gutters > .col-7 {
  width: calc(58.33333% - 3%); }

table .gutters > .col-8 {
  width: calc(66.66667% - 3%); }

table .gutters > .col-9 {
  width: calc(75% - 3%); }

table .gutters > .col-10 {
  width: calc(83.33333% - 3%); }

table .gutters > .col-11 {
  width: calc(91.66667% - 3%); }

table .gutters > .col-12 {
  width: calc(100% - 3%); }

  
  
  
  
  
  
  
  
@media only screen and (max-width: 1000px) {
  [class^='offset-'],
  [class*=' offset-'] {
    margin-left: 0; } }

.first {
  order: -1; }

.last {
  order: 1; }

@media only screen and (max-width: 1000px) {
  .row .col {
    margin-left: 0;
    width: 100%; }
  .row.gutters .col {
    margin-bottom: 16px; }
  .first-sm {
    order: -1; }
  .last-sm {
    order: 1; } }

form[class *= "kubeSmartform"] table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
  empty-cells: show;
  font-size: 12px;
  line-height: 24px; }

form[class *= "kubeSmartform"] table caption {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  color: #676b72; }

form[class *= "kubeSmartform"] th {
  text-align: left;
  font-weight: 700;
  vertical-align: bottom;
  color:white;
  background: #6c7078;
}

form[class *= "kubeSmartform"] th label{
	color:white;
}

form[class *= "kubeSmartform"] td {
  vertical-align: top;
  word-break: break-word; }

form[class *= "kubeSmartform"] tr.align-middle td,
form[class *= "kubeSmartform"] td.align-middle {
  vertical-align: middle; }

form[class *= "kubeSmartform"] th {
  padding-right: 0.3rem !important;
}
form[class *= "kubeSmartform"] th,
form[class *= "kubeSmartform"] td {
  padding-top: 0.2rem !important;
  padding-left: 0.2rem;
  padding-bottom: 0.3rem !important;
  padding-right: 1.3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  form[class *= "kubeSmartform"] th:first-child,
  form[class *= "kubeSmartform"] td:first-child {
    /*padding-left: 0;*/ }
  form[class *= "kubeSmartform"] th:last-child,
  form[class *= "kubeSmartform"] td:last-child {
    /*padding-right: 0;*/ }

form[class *= "kubeSmartform"] tfoot th,
form[class *= "kubeSmartform"] tfoot td {
  color: rgba(49, 52, 57, 0.5); }

form[class *= "kubeSmartform"] .ui-datatable table td,
form[class *= "kubeSmartform"] .ui-datatable table th,
form[class *= "kubeSmartform"] table.bordered td,
form[class *= "kubeSmartform"] table.bordered th {
  border: 1px solid rgba(0, 0, 0, 0.05); }

form[class *= "kubeSmartform"] .ui-datatable tr:nth-child(odd) td,
form[class *= "kubeSmartform"] table.striped tr:nth-child(odd) td {
  background: #f8f8f8; }

form[class *= "kubeSmartform"] tr.allgrey td {
  background: #D8D8D8 !important;
  padding: 0.2rem 0.5rem !important;  }

form[class *= "kubeSmartform"] .ui-datatable table td:first-child,
form[class *= "kubeSmartform"] .ui-datatable table th:first-child,
form[class *= "kubeSmartform"] table.bordered td:first-child,
form[class *= "kubeSmartform"] table.bordered th:first-child,
form[class *= "kubeSmartform"] table.striped td:first-child,
form[class *= "kubeSmartform"] table.striped th:first-child {
  padding-left: 0.5rem;
 }

form[class *= "kubeSmartform"] table.bordered td:last-child,
form[class *= "kubeSmartform"] table.bordered th:last-child,
form[class *= "kubeSmartform"] table.striped td:last-child,
form[class *= "kubeSmartform"] table.striped th:last-child {
  /*padding-right: 1rem;*/ }

form[class *= "kubeSmartform"] table.unstyled td,
form[class *= "kubeSmartform"] table.unstyled th {
  border: none;
  padding: 0; }

form[class *= "kubeSmartform"] table tr td.boldtd {
	font-weight: bold;
}

form[class *= "kubeSmartform"] table tr td.smalltd {
	font-size:11px;
}
  
form[class *= "kubeSmartform"] fieldset {
  font-family: inherit;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem 2rem 1rem 1rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  background:#fbfbfb;
 }

form[class *= "kubeSmartform"] legend {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 1rem;
  margin-left: -1rem;
  top: 0px;
  position: relative;
  line-height: 1; }

form[class *= "kubeSmartform"] input,
form[class *= "kubeSmartform"] textarea,
form[class *= "kubeSmartform"] select {
  /* display: block;*/
  width: 100%;
  font-family: inherit;
  font-size: 15px;
  height: 40px;
  outline: none;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  box-shadow: none;
  padding: 0 12px; }

form[class *= "kubeSmartform"] input:disabled,
form[class *= "kubeSmartform"] textarea:disabled,
form[class *= "kubeSmartform"] select:disabled,
form[class *= "kubeSmartform"] input[readonly],
form[class *= "kubeSmartform"] textarea[readonly],
form[class *= "kubeSmartform"] select[readonly] {
  background-color: #fafafa;
  color:black !important;
  cursor:not-allowed !important;
}

form[class *= "kubeSmartform"] td input[readonly],
form[class *= "kubeSmartform"] td textarea[readonly],
form[class *= "kubeSmartform"] td select[readonly] {
  color:black !important;
  cursor:default !important;
}

form[class *= "kubeSmartform"] td input:not(.setToReadonlyByRepeater)[readonly],
form[class *= "kubeSmartform"] td textarea:not(.setToReadonlyByRepeater)[readonly],
form[class *= "kubeSmartform"] td select:not(.setToReadonlyByRepeater)[readonly],
form[class *= "kubeSmartform"] td div.small.readonly {
  background-color: transparent;
/* border: 1px transparent;*/
  margin-top: 3px;
}

form[class *= "kubeSmartform"] td div.prepend div.small.readonly, 
form[class *= "kubeSmartform"] td div.append div.small.readonly {
  margin-top: 0px;
}

form[class *= "kubeSmartform"] input.small,
form[class *= "kubeSmartform"] textarea.small,
form[class *= "kubeSmartform"] select.small {
  font-size: 12px;
  margin: 0px 0px 0px 0px;
  padding: 0px 5px 0px 5px;
  border-radius: 1px; }

form[class *= "kubeSmartform"] div.small.readonly {
  font-size: 12px;
  margin: 3px 0px 0px 0px;
  padding: 0px 5px 0px 5px;
  border: 1px solid lightgray;
  display: block;
  width: 100%;
  line-height:18px;
  height:18px;
  border-radius: 1px; 
  cursor:not-allowed;
  background-color: #fbfbfb;
  /*white-space: nowrap;*/
  overflow-x: hidden /*overlay*/;}

form[class *= "kubeSmartform"] div.prepend div.small.readonly,
form[class *= "kubeSmartform"] div.append div.small.readonly {
  margin-top: 0px;
}
  
form[class *= "kubeSmartform"] input.small,
form[class *= "kubeSmartform"] select.small {
  height: 18px;
}

form[class *= "kubeSmartform"] textarea.small {
  line-height: 16px;
  margin-top: 3px;
}
  
input.big,
textarea.big,
select.big {
  height: 48px;
  font-size: 17px;
  padding: 0 12px;
  border-radius: 3px; }

form[class *= "kubeSmartform"] input:focus,
form[class *= "kubeSmartform"] textarea:focus,
form[class *= "kubeSmartform"] select:focus {
  outline: none;
  background-color: #fff;
  border-color: #1c86f2;
  box-shadow: 0 0 1px #1c86f2 inset; }

form[class *= "kubeSmartform"] input:invalid,
form[class *= "kubeSmartform"] textarea:invalid,
form[class *= "kubeSmartform"] select:invalid {
  border: 1px solid #f583a0; 
}

form[class *= "kubeSmartform"] input.silentError,
form[class *= "kubeSmartform"] textarea.silentError,
form[class *= "kubeSmartform"] select.silentError {
  border: 1px solid #f583a0; }

form[class *= "kubeSmartform"] input.error:not([readonly]),
form[class *= "kubeSmartform"] textarea.error:not([readonly]),
form[class *= "kubeSmartform"] select.error:not([readonly]) {
  background-color: rgba(240, 60, 105, 0.1);
  color: black !important;
  border: 1px solid #f583a0; }
  input.error:focus,
  textarea.error:focus,
  select.error:focus {
    border-color: #f03c69;
    box-shadow: 0 0 1px #f03c69 inset; }

form[class *= "kubeSmartform"] input.success:not([readonly]),
form[class *= "kubeSmartform"] textarea.success:not([readonly]),
form[class *= "kubeSmartform"] select.success:not([readonly]) {
/*  background-color: rgba(53, 190, 177, 0.1); */
  color: black !important;
  border: 1px solid #6ad5cb; }
  form[class *= "kubeSmartform"] input.success:focus,
  form[class *= "kubeSmartform"] textarea.success:focus,
  form[class *= "kubeSmartform"] select.success:focus {
    border-color: #35beb1;
    box-shadow: 0 0 1px #35beb1 inset; }

form[class *= "kubeSmartform"] input:disabled, form[class *= "kubeSmartform"] input.disabled,
form[class *= "kubeSmartform"] textarea:disabled,
form[class *= "kubeSmartform"] textarea.disabled,
form[class *= "kubeSmartform"] select:disabled,
form[class *= "kubeSmartform"] select.disabled {
  resize: none;
  opacity: 0.8;
  cursor: default;
  font-style: italic;
  color: rgba(0, 0, 0, 0.5); }

form[class *= "kubeSmartform"] select {
  -webkit-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="12" viewBox="0 0 9 12"><path fill="#5e6c75" d="M0.722,4.823L-0.01,4.1,4.134-.01,4.866,0.716Zm7.555,0L9.01,4.1,4.866-.01l-0.732.726ZM0.722,7.177L-0.01,7.9,4.134,12.01l0.732-.726Zm7.555,0L9.01,7.9,4.866,12.01l-0.732-.726Z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 0.2rem center; }

form[class *= "kubeSmartform"] select[multiple] {
  background-image: none;
  height: auto;
  padding: .5rem .75rem; }

form[class *= "kubeSmartform"] textarea {
  height: auto;
  padding: 8px 12px;
  line-height: 24px;
  vertical-align: top; }

form[class *= "kubeSmartform"] input[type="file"] {
  width: 100%;
  height: auto;
  background: none;
  box-shadow: none;
  display: inline-block; }

form[class *= "kubeSmartform"] input[type="search"],
input.search {
  background-repeat: no-repeat;
  background-position: 8px 53%;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://wwwform[class *= "kubeSmartform"] .w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="#000" fill-opacity="0.4" d="M14.891,14.39l-0.5.5a0.355,0.355,0,0,1-.5,0L9.526,10.529a5.3,5.3,0,1,1,2.106-4.212,5.268,5.268,0,0,1-1.1,3.21l4.362,4.362A0.354,0.354,0,0,1,14.891,14.39ZM6.316,2.418a3.9,3.9,0,1,0,3.9,3.9A3.9,3.9,0,0,0,6.316,2.418Z"/></svg>');
  padding-left: 32px; }

form[class *= "kubeSmartform"] input[type="radio"],
form[class *= "kubeSmartform"] input[type="checkbox"] {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0; }


form[class *= "kubeSmartform"] input[type="radio"] {
	margin-right: 2px !important;
}
  
form[class *= "kubeSmartform"] input[type="checkbox"] {
    margin-top: 2px;
}

form[class *= "kubeSmartform"] label {
  /* display: block;*/
  color: #282d37;
  margin-bottom: 4px;
  font-size: 12px; }
  label.checkbox,
  label .desc,
  label .success,
  label .error {
    text-transform: none;
    font-weight: normal; }
  label.checkbox {
    font-size: 16px;
    line-height: 24px;
/*    cursor: pointer;*/
    color: inherit; }
    label.checkbox input {
      margin-top: 0; }

.form-checkboxes {
	display:flex;
	align-items: center;
	justify-content: flex-start;
}

	  
form[class *= "kubeSmartform"] .form-checkboxes label.checkbox {
/*  display: inline-block;*/
	margin-left: 2px;
	margin-bottom: 2px;
	margin-right: 16px;
}

.req {
  position: relative;
  top: 1px;
  font-weight: bold;
  color: #f03c69;
  font-size: 110%; }

.desc {
  color: rgba(49, 52, 57, 0.5);
  font-size: 12px;
  line-height: 20px; }

span.desc {
  margin-left: 4px; }

div.desc {
  margin-top: 4px;
  margin-bottom: -8px; }

.form-buttons button,
.form-buttons .button {
  margin-right: 8px; }

form,
.form-item {
  margin-bottom: 0.5rem; }

.form > .form-item:last-child {
  margin-bottom: 0; }

.form .row:last-child .form-item {
  margin-bottom: 0; }

.form span.success,
.form span.error {
  font-size: 12px;
  line-height: 20px;
  margin-left: 4px; }

.form-inline input,
.form-inline textarea,
.form-inline select {
  display: inline-block;
  width: auto; }

form[class *= "kubeSmartform"] .append,
form[class *= "kubeSmartform"] .prepend {
  display: flex;
  margin-right:-12px;
  margin-top:3px;
  }
  form[class *= "kubeSmartform"] .append input,
  form[class *= "kubeSmartform"] .prepend input {
	height: 18px;
    flex: 1; }
  form[class *= "kubeSmartform"] .append .button,
  form[class *= "kubeSmartform"] .append span,
  form[class *= "kubeSmartform"] .prepend .button,
  form[class *= "kubeSmartform"] .prepend span {
    flex-shrink: 0; }
  form[class *= "kubeSmartform"] .append span,
  form[class *= "kubeSmartform"] .prepend span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: normal;
    border: 1px solid #d4d4d4;
    background-color: #f8f8f8;
    padding: 0 .5rem;
	line-height: 18px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    white-space: nowrap; }

form[class *= "kubeSmartform"] .prepend input {
  border-radius: 0 1px 1px 0; }

form[class *= "kubeSmartform"] .prepend .button {
  margin-right: -1px;
  line-height: 18px;
  height: 18px;
	padding: 0 .25rem;
  font-size: 12px;
  border-radius: 0 1px 1px 0 !important; }

form[class *= "kubeSmartform"] .prepend span {
  border-right: none;
  border-radius: 1px 0 0 1px; }

form[class *= "kubeSmartform"] .append input {
  border-radius: 1px 0 0 1px; }

form[class *= "kubeSmartform"] .append .button {
  margin-left: -1px;
  line-height: 18px;
  height: 18px;
    padding: 0 .25rem;
  font-size: 12px;
  border-radius: 0 1px 1px 0 !important; }

form[class *= "kubeSmartform"] .append span {
  border-left: none;
  border-radius: 0 1px 1px 0; }

form[class *= "kubeSmartform"] button,
form[class *= "kubeSmartform"] .button,
.ui-dialog-buttonset button {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  color: #fff;
  background-color: #1c86f2;
  border-radius: 0px;
/*  min-height: 40px;*/
  padding: 8px 20px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  border: 1px solid transparent;
  vertical-align: middle;
  -webkit-appearance: none; }
  button i,
  .button i {
    position: relative;
    top: 1px;
    margin: 0 2px; }


form[class *= "kubeSmartform"] .repeaterRowHeader {
	line-height:12px;
}

form[class *= "kubeSmartform"] .repeaterRowHeader div.readonly {
	border: 1px solid transparent;
}

form[class *= "kubeSmartform"] tbody.hideRepeaterRowHeader tr.repeaterRowHeader {
	display:none;
}

form[class *= "kubeSmartform"] .repeaterRowHeader > td {
	background-color: rgb(0,170,220) !important;
	padding-top: 0.1rem !important;
	padding-bottom: 0.3rem !important;
}

form[class *= "kubeSmartform"] .repeaterRowHeader  .button.outline {
	background-color: transparent !important;
}

form[class *= "kubeSmartform"] .repeaterMove {
	cursor:row-resize;
}
	
form[class *= "kubeSmartform"] .repeaterAdd,
 form[class *= "kubeSmartform"] .tom2NotSortableFirst .repeaterRemove,
  form[class *= "kubeSmartform"] .tom2NotSortableFirst .repeaterMove,
   form[class *= "kubeSmartform"] .tom2NotSortableLast .repeaterRemove,
    form[class *= "kubeSmartform"] .tom2NotSortableLast .repeaterMove,
     form[class *= "kubeSmartform"] .tom2NotSortableLast .repeaterAddBetween,
	  form[class *= "kubeSmartform"] .tom2Fixed .repeaterRemove,
       form[class *= "kubeSmartform"] .tom2Fixed .repeaterMove,
        form[class *= "kubeSmartform"] .tom2FixedNoAdd .repeaterAddBetween
 {
	display:none !important;
}
	
input[type="submit"] {
  width: auto; }

form[class *= "kubeSmartform"] button:hover,
form[class *= "kubeSmartform"] .button:hover {
  outline: none;
  text-decoration: none;
  color: #fff;
  background-color: #4ca0f5; }

form[class *= "kubeSmartform"] .button:disabled,
form[class *= "kubeSmartform"] .button.disabled {
  cursor: default;
  font-style: normal;
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(28, 134, 242, 0.7); }

form[class *= "kubeSmartform"] .button.small,
.ui-dialog-buttonset button {
  font-size: 12px;
  min-height: 18px;
  padding: 0px 9px;
  border-radius: 0px; }

form[class *= "kubeSmartform"] .button.smaller {
  padding: 0px 2px !important;
}

form[class *= "kubeSmartform"] .button.smaller div {
  margin-top: 0px !important;
}

  
.button.big {
  font-size: 17px;
  min-height: 48px;
  padding: 13px 24px;
  border-radius: 3px; }

.button.large {
  font-size: 19px;
  min-height: 56px;
  padding: 20px 36px;
  border-radius: 3px; }

.ui-dialog-buttonset button.outline,
form[class *= "kubeSmartform"] .button.outline {
  background-color: #f8f8f8;
/*  background: none; */
  border-width: 1px;
  border-color: #1c86f2;
  color: #1c86f2; }
  form[class *= "kubeSmartform"] .button.outline:hover:not([disabled="disabled"]) {
    background-color: #4ca0f5;
    color: #fff;
    border-color: rgba(28, 134, 242, 0.5); }
  form[class *= "kubeSmartform"] .button.outline:disabled, form[class *= "kubeSmartform"] .button.outline.disabled {
    background: none;
    color: rgba(28, 134, 242, 0.7);
    border-color: rgba(28, 134, 242, 0.5); }


form[class *= "kubeSmartform"] .button.outline.grayoutline {
  border-color: lightgray !important;
  color:#484848 !important;}
form[class *= "kubeSmartform"] .button.outline.grayoutline:hover {
  cursor:not-allowed !important;
  border-color: rgba(72,72,72,0.5) !important;
  background-color: transparent !important;}

	
.ui-dialog-buttonset button.redoutline,
form[class *= "kubeSmartform"] .button.outline.redoutline {
  border-color: #f583a0;
  color:#f583a0;}
  .ui-dialog-buttonset button.redoutline:hover:not([disabled="disabled"]),
  form[class *= "kubeSmartform"] .button.outline.redoutline:hover:not([disabled="disabled"]) {
    border-color: #f583a0;
	color: #000 !important;
	background-color: rgba(245,131,160,0.8) !important;
}

.ui-dialog-buttonset button.greenoutline,
form[class *= "kubeSmartform"] .button.outline.greenoutline {
  border-color: #49a834;
  color: #49a834;}
  .ui-dialog-buttonset button.greenoutline:hover:not([disabled="disabled"]),
  form[class *= "kubeSmartform"] .button.outline.greenoutline:hover:not([disabled="disabled"]) {
    border-color: #49a834;
	color: #000 !important;
	background-color: rgba(73,168,52,0.5) !important;
}	
form[class *= "kubeSmartform"] .button.inverted {
  color: #000;
  background-color: #fff; }
  form[class *= "kubeSmartform"] .button.inverted:hover:not([disabled="disabled"]) {
    color: #000;
    background-color: white; }
  form[class *= "kubeSmartform"] .button.inverted:disabled, form[class *= "kubeSmartform"] .button.inverted.disabled {
    color: rgba(0, 0, 0, 0.7);
    background-color: rgba(255, 255, 255, 0.7); }
  form[class *= "kubeSmartform"] .button.inverted.outline {
    background: none;
    color: #fff;
    border-color: #fff; }
    form[class *= "kubeSmartform"] .button.inverted.outline:hover:enabled {
      color: rgba(255, 255, 255, 0.6);
      border-color: rgba(255, 255, 255, 0.5); }
    form[class *= "kubeSmartform"] .button.inverted.outline:disabled, form[class *= "kubeSmartform"] .button.inverted.outline.disabled {
      background: none;
      color: rgba(255, 255, 255, 0.7);
      border-color: rgba(255, 255, 255, 0.5); }
  form[class *= "kubeSmartform"] .button.inverted:hover:enabled {
    opacity: .7; }

.button.round {
  border-radius: 56px; }

.button.raised {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }

.button.upper {
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: 13px; }
  .button.upper.small {
    font-size: 11px; }
  .button.upper.big {
    font-size: 13px; }
  .button.upper.large {
    font-size: 15px; }

.button.secondary {
  color: #fff;
  background-color: #313439; }
  .button.secondary:hover {
    color: #fff;
    background-color: #606670; }
  .button.secondary:disabled, .button.secondary.disabled {
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(49, 52, 57, 0.7); }
  .button.secondary.outline {
    background: none;
    color: #313439;
    border-color: #313439; }
    .button.secondary.outline:hover {
      color: rgba(49, 52, 57, 0.6);
      border-color: rgba(49, 52, 57, 0.5); }
    .button.secondary.outline:disabled, .button.secondary.outline.disabled {
      background: none;
      color: rgba(49, 52, 57, 0.7);
      border-color: rgba(49, 52, 57, 0.5); }

.label {
  display: inline-block;
  font-size: 13px;
  background: #e0e1e1;
  line-height: 18px;
  padding: 0 10px;
  font-weight: 500;
  color: #313439;
  border: 1px solid transparent;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 4px; }
  .label a,
  .label a:hover {
    color: inherit;
    text-decoration: none; }

.label.big {
  font-size: 14px;
  line-height: 24px;
  padding: 0 12px; }

.label.upper {
  text-transform: uppercase;
  font-size: 11px; }

.label.outline {
  background: none;
  border-color: #bdbdbd; }

.label.badge {
  text-align: center;
  border-radius: 64px;
  padding: 0 6px; }
  .label.badge.big {
    padding: 0 8px; }

.label.tag {
  padding: 0;
  background: none;
  border: none;
  text-transform: uppercase;
  font-size: 11px; }
  .label.tag.big {
    font-size: 13px; }

form[class *= "kubeSmartform"] .label.success {
  background: #35beb1;
  color: #fff; }
  form[class *= "kubeSmartform"] .label.success.tag, form[class *= "kubeSmartform"] .label.success.outline {
    background: none;
    border-color: #35beb1;
    color: #35beb1; }

form[class *= "kubeSmartform"] .label.error {
  background: #f03c69;
  color: #fff; }
  form[class *= "kubeSmartform"] .label.error.tag, form[class *= "kubeSmartform"] .label.error.outline {
    background: none;
    border-color: #f03c69;
    color: #f03c69; }

.labelform[class *= "kubeSmartform"] .warning {
  background: #f7ba45;
  color: #0d0d0e; }
  .labelform[class *= "kubeSmartform"] .warning.tag, .labelform[class *= "kubeSmartform"] .warning.outline {
    background: none;
    border-color: #f7ba45;
    color: #f7ba45; }

form[class *= "kubeSmartform"] .label.focus {
  background: #1c86f2;
  color: #fff; }
  form[class *= "kubeSmartform"] .label.focus.tag, form[class *= "kubeSmartform"] .label.focus.outline {
    background: none;
    border-color: #1c86f2;
    color: #1c86f2; }

.label.black {
  background: #0d0d0e;
  color: #fff; }
  .label.black.tag, .label.black.outline {
    background: none;
    border-color: #0d0d0e;
    color: #0d0d0e; }

.label.inverted {
  background: #fff;
  color: #0d0d0e; }
  .label.inverted.tag, .label.inverted.outline {
    background: none;
    border-color: #fff;
    color: #fff; }

.breadcrumbs {
  font-size: 14px;
  margin-bottom: 24px; }
  .breadcrumbs ul {
    display: flex;
    align-items: center; }
  .breadcrumbs.push-center ul {
    justify-content: center; }
  .breadcrumbs span,
  .breadcrumbs a {
    font-style: normal;
    padding: 0 10px;
    display: inline-block;
    white-space: nowrap; }
  .breadcrumbs li:after {
    display: inline-block;
    content: '/';
    color: rgba(0, 0, 0, 0.3); }
  .breadcrumbs li:last-child:after {
    display: none; }
  .breadcrumbs li:first-child span,
  .breadcrumbs li:first-child a {
    padding-left: 0; }
  .breadcrumbs li.active a {
    color: #313439;
    text-decoration: none;
    cursor: text; }

.pagination {
  margin: 24px 0;
  font-size: 14px; }
  .pagination ul {
    display: flex;
    margin: 0; }
  .pagination.align-center ul {
    justify-content: center; }
  .pagination span,
  .pagination a {
    border-radius: 3px;
    display: inline-block;
    padding: 8px 12px;
    line-height: 1;
    white-space: nowrap;
    border: 1px solid transparent; }
  .pagination a {
    text-decoration: none;
    color: #313439; }
    .pagination a:hover {
      color: rgba(0, 0, 0, 0.5);
      border-color: #e0e1e1; }
  .pagination span,
  .pagination li.active a {
    color: rgba(0, 0, 0, 0.5);
    border-color: #e0e1e1;
    cursor: text; }
  .pagination.upper {
    font-size: 12px; }

.pager span {
  line-height: 24px; }

.pager span,
.pager a {
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 64px;
  border-color: rgba(0, 0, 0, 0.1); }

.pager li {
  flex-basis: 50%; }

.pager li.next {
  text-align: right; }

.pager.align-center li {
  flex-basis: auto;
  margin-left: 4px;
  margin-right: 4px; }

.pager.flat span,
.pager.flat a {
  border: none;
  display: block;
  padding: 0; }

.pager.flat a {
  font-weight: bold; }
  .pager.flat a:hover {
    background: none;
    text-decoration: underline; }

@media only screen and (max-width: 1000px) {
  .pager.flat ul {
    flex-direction: column; }
  .pager.flat li {
    flex-basis: 100%;
    margin-bottom: 8px;
    text-align: left; } }

@font-face {
  font-family: 'Kube';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfgAAAC8AAAAYGNtYXAXVtKOAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZsMn2SAAAAF4AAADeGhlYWQMP9EUAAAE8AAAADZoaGVhB8IDzQAABSgAAAAkaG10eCYABd4AAAVMAAAAMGxvY2EFWASuAAAFfAAAABptYXhwABcAmwAABZgAAAAgbmFtZfMJxocAAAW4AAABYnBvc3QAAwAAAAAHHAAAACAAAwPHAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qf//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAAKAAAAAAQAA8AADwAUACQANABEAFYAaAB4AIgAmAAAEyIGFREUFjMhMjY1ETQmIwUhESEREzgBMSIGFRQWMzI2NTQmIzM4ATEiBhUUFjMyNjU0JiMzOAExIgYVFBYzMjY1NCYjATIWHQEUBiMiJj0BNDYzOAExITIWHQEUBiMiJj0BNDYzOAExATgBMSIGFRQWMzI2NTQmIzM4ATEiBhUUFjMyNjU0JiMzOAExIgYVFBYzMjY1NCYjwFBwcFACgFBwcFD9IQM+/MKrHioqHh4qKh70HioqHh4qKh70HisrHh0rKh7+MBQdHRQUHBwUAbgUHBwUFB0dFP4wHioqHh4qKh70HioqHh4qKh70HisrHh0rKh4DYHBQ/iBQcHBQAeBQcF/9XwKh/n8qHh4qKh4eKioeHioqHh4qKh4eKioeHioCQBwVjhUcHBWOFRwcFY4VHBwVjhUc/rAqHh4qKh4eKioeHioqHh4qKh4eKioeHioAAAABAQAAwAMAAcAACwAAAQcXBycHJzcnNxc3AwDMAjMDAzMCzDTMzAGVqAIrAgIrAqgrqKgAAQGAAEACgAJAAAsAACUnByc3JzcXNxcHFwJVqAIrAgIrAqgrqKhAzAIzAwMzAsw0zMwAAAEBgABAAoACQAALAAABFzcXBxcHJwcnNycBq6gCKwICKwKoK6ioAkDMAjMDAzMCzDTMzAABAQAAwAMAAcAACwAAJTcnNxc3FwcXBycHAQDMAjMDAzMCzDTMzOuoAisCAisCqCuoqAAAAgAP/+UD1AOqAAQACAAAEwEHATcFAScBSwOJPPx3PAOJ/Hc8A4kDqvx3PAOJPDz8dzwDiQAAAAADAIAAgAOAAwAAAwAHAAsAADc1IRUBIRUhESEVIYADAP0AAwD9AAMA/QCAgIABgIABgIAAAgBPAA8DsgNxABgALQAAJQcBDgEjIi4CNTQ+AjMyHgIVFAYHAQEiDgIVFB4CMzI+AjU0LgIjA7JY/t4lWTBBc1YxMVZzQUFzVTIcGQEi/dgxVkAlJUBWMTFWQCUlQFYxZ1gBIRkcMlVzQUFzVjExVnNBMFkm/uACuyVAVjExVkAlJUBWMTFWQCUAAAABAAAAAQAABhlWm18PPPUACwQAAAAAANSQRjkAAAAA1JBGOQAA/+UEAAPAAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAQAAAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAAAAEAAEABAABgAQAAYAEAAEABAAADwQAAIAEAABPAAAAAAAKABQAHgDYAPIBDAEmAUABXAF2AbwAAAABAAAADACZAAoAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEABAAAAAEAAAAAAAIABwBFAAEAAAAAAAMABAAtAAEAAAAAAAQABABaAAEAAAAAAAUACwAMAAEAAAAAAAYABAA5AAEAAAAAAAoAGgBmAAMAAQQJAAEACAAEAAMAAQQJAAIADgBMAAMAAQQJAAMACAAxAAMAAQQJAAQACABeAAMAAQQJAAUAFgAXAAMAAQQJAAYACAA9AAMAAQQJAAoANACAS3ViZQBLAHUAYgBlVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwS3ViZQBLAHUAYgBlS3ViZQBLAHUAYgBlUmVndWxhcgBSAGUAZwB1AGwAYQByS3ViZQBLAHUAYgBlRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
  font-weight: normal;
  font-style: normal; }

[class^="kube-"], [class*=" kube-"], .close, .caret {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Kube' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.kube-calendar:after {
  margin-left:-6px !important;
  content: "\e900"; }

.caret.down:before,
.kube-caret-down:before {
  content: "\e901"; }

.caret.left:before,
.kube-caret-left:before {
  content: "\e902"; }

.caret.right:before,
.kube-caret-right:before {
  content: "\e903"; }

.caret.up:before,
.kube-caret-up:before {
  content: "\e904"; }

.close:before,
.kube-close:before {
  content: "\e905"; }

.kube-menu:before {
  content: "\e906"; }

.kube-search:before {
  content: "\e907"; }

.gutters .column.push-left,
.push-left {
  margin-right: auto; }

.gutters .column.push-right,
.push-right {
  margin-left: auto; }

.gutters .column.push-center,
.push-center {
  margin-left: auto;
  margin-right: auto; }

.gutters .column.push-middle,
.push-middle {
  margin-top: auto;
  margin-bottom: auto; }

.push-bottom {
  margin-top: auto; }

@media only screen and (max-width: 1000px) {
  .gutters .column.push-left-sm,
  .push-left-sm {
    margin-left: 0; }
  .gutters .column.push-center-sm,
  .push-center-sm {
    margin-left: auto;
    margin-right: auto; }
  .push-top-sm {
    margin-top: 0; } }

.align-middle {
  align-items: center; }

.align-right {
  justify-content: flex-end; }

.align-center {
  justify-content: center; }

@media only screen and (max-width: 1000px) {
  .align-left-sm {
    justify-content: flex-start; } }

.float-right {
  float: right; }

.float-left {
  float: left; }

@media only screen and (max-width: 1000px) {
  .float-right {
    float: none; }
  .float-left {
    float: none; } }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%; }

form[class *= "kubeSmartform"] .w5 {
  width: 5%; }

form[class *= "kubeSmartform"] .w10 {
  width: 10%; }

form[class *= "kubeSmartform"] .w15 {
  width: 15%; }

form[class *= "kubeSmartform"] .w20 {
  width: 20%; }

form[class *= "kubeSmartform"] .w25 {
  width: 25%; }

form[class *= "kubeSmartform"] .w30 {
  width: 30%; }

form[class *= "kubeSmartform"] .w35 {
  width: 35%; }

form[class *= "kubeSmartform"] .w40 {
  width: 40%; }

form[class *= "kubeSmartform"] .w45 {
  width: 45%; }

form[class *= "kubeSmartform"] .w50 {
  width: 50%; }

form[class *= "kubeSmartform"] .w55 {
  width: 55%; }

form[class *= "kubeSmartform"] .w60 {
  width: 60%; }

form[class *= "kubeSmartform"] .w65 {
  width: 65%; }

form[class *= "kubeSmartform"] .w70 {
  width: 70%; }

form[class *= "kubeSmartform"] .w75 {
  width: 75%; }

form[class *= "kubeSmartform"] .w80 {
  width: 80%; }

form[class *= "kubeSmartform"] .w85 {
  width: 85%; }

form[class *= "kubeSmartform"] .w90 {
  width: 90%; }

form[class *= "kubeSmartform"] .w95 {
  width: 95%; }

form[class *= "kubeSmartform"] .w100 {
  width: 100%; }

form[class *= "kubeSmartform"] .w-auto {
  width: auto; }

form[class *= "kubeSmartform"] .w-small {
  width: 480px; }

form[class *= "kubeSmartform"] .w-medium {
  width: 600px; }

form[class *= "kubeSmartform"] .w-big {
  width: 740px; }

form[class *= "kubeSmartform"] .w-large {
  width: 840px; }

@media only screen and (max-width: 1000px) {
  form[class *= "kubeSmartform"] .w-auto-sm {
    width: auto; }
  form[class *= "kubeSmartform"] .w100-sm,
  form[class *= "kubeSmartform"] .w-small,
  form[class *= "kubeSmartform"] .w-medium,
  form[class *= "kubeSmartform"] .w-big,
  form[class *= "kubeSmartform"] .w-large {
    width: 100%; } }

.max-w5 {
  max-width: 5%; }

.max-w10 {
  max-width: 10%; }

.max-w15 {
  max-width: 15%; }

.max-w20 {
  max-width: 20%; }

.max-w25 {
  max-width: 25%; }

.max-w30 {
  max-width: 30%; }

.max-w35 {
  max-width: 35%; }

.max-w40 {
  max-width: 40%; }

.max-w45 {
  max-width: 45%; }

.max-w50 {
  max-width: 50%; }

.max-w55 {
  max-width: 55%; }

.max-w60 {
  max-width: 60%; }

.max-w65 {
  max-width: 65%; }

.max-w70 {
  max-width: 70%; }

.max-w75 {
  max-width: 75%; }

.max-w80 {
  max-width: 80%; }

.max-w85 {
  max-width: 85%; }

.max-w90 {
  max-width: 90%; }

.max-w95 {
  max-width: 95%; }

.max-w100 {
  max-width: 100%; }

.max-w-small {
  max-width: 480px; }

.max-w-medium {
  max-width: 600px; }

.max-w-big {
  max-width: 740px; }

.max-w-large {
  max-width: 840px; }

@media only screen and (max-width: 1000px) {
  .max-w-auto-sm,
  .max-w-small,
  .max-w-medium,
  .max-w-big,
  .max-w-large {
    max-width: auto; } }

.min-w5 {
  min-width: 5%; }

.min-w10 {
  min-width: 10%; }

.min-w15 {
  min-width: 15%; }

.min-w20 {
  min-width: 20%; }

.min-w25 {
  min-width: 25%; }

.min-w30 {
  min-width: 30%; }

.min-w35 {
  min-width: 35%; }

.min-w40 {
  min-width: 40%; }

.min-w45 {
  min-width: 45%; }

.min-w50 {
  min-width: 50%; }

.min-w55 {
  min-width: 55%; }

.min-w60 {
  min-width: 60%; }

.min-w65 {
  min-width: 65%; }

.min-w70 {
  min-width: 70%; }

.min-w75 {
  min-width: 75%; }

.min-w80 {
  min-width: 80%; }

.min-w85 {
  min-width: 85%; }

.min-w90 {
  min-width: 90%; }

.min-w95 {
  min-width: 95%; }

.min-w100 {
  min-width: 100%; }

.h25 {
  height: 25%; }

.h50 {
  height: 50%; }

.h100 {
  height: 100%; }

.group:after {
  content: '';
  display: table;
  clear: both; }

.flex {
  display: flex; }

@media only screen and (max-width: 1000px) {
  .flex-column-sm {
    flex-direction: column; }
  .flex-w100-sm {
    flex: 0 0 100%; } }
  @media only screen and (max-width: 1000px) {
    .flex-w100-sm {
      flex: 0 0 100% !important; } }

.invisible {
  visibility: hidden; }

.visible {
  visibility: visible; }

.display-block {
  display: block; }

.hide {
  display: none !important; }

@media only screen and (max-width: 1000px) {
  .hide-sm {
    display: none !important; } }

@media only screen and (min-width: 1000px) {
  .show-sm {
    display: none !important; } }

@media print {
  .hide-print {
    display: none !important; }
  .show-print {
    display: block !important; } }

.no-scroll {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important; }

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

.video-container {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 16px; }
  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

.close {
  display: inline-block;
  min-height: 16px;
  min-width: 16px;
  line-height: 16px;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  opacity: .6; }
  .close:hover {
    opacity: 1; }
  .close.small {
    font-size: 8px; }
  .close.big {
    font-size: 18px; }
  .closeform .white {
    color: #fff; }

.caret {
  display: inline-block; }

.button .caret {
  margin-right: -8px; }

.overlay {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7); }
  .overlay > .close {
    position: fixed;
    top: 1rem;
    right: 1rem; }

@media print {
  @page {size: landscape}
  body {
	  width:1920px !important;
	  min-width:1920px !important;
  }
  div {float: none !important; }
  div.breakHere {
	display: block;	
    position: relative;
	page-break-before:always;
  }

  * {
/*    background: transparent !important;*/
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  pre, blockquote {
    border: 1px solid #999;
/*    page-break-inside: avoid; */}
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  thead {
/*    display: table-header-group; */}
  tr, img {
/*    page-break-inside: avoid; */}
  img {
    max-width: 100% !important; }
  h2, h3, h4 {
    page-break-after: avoid; }
  @page {
    margin: 0.5cm; } }

@keyframes slideUp {
  to {
    height: 0;
    padding-top: 0;
    padding-bottom: 0; } }

@keyframes slideDown {
  from {
    height: 0;
    padding-top: 0;
    padding-bottom: 0; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes flipIn {
  from {
    opacity: 0;
    transform: scaleY(0); }
  to {
    opacity: 1;
    transform: scaleY(1); } }

@keyframes flipOut {
  from {
    opacity: 1;
    transform: scaleY(1); }
  to {
    opacity: 0;
    transform: scaleY(0); } }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }

@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.03, 1.03, 1.03); }
  to {
    transform: scale3d(1, 1, 1); } }

@keyframes shake {
  15% {
    transform: translateX(0.5rem); }
  30% {
    transform: translateX(-0.4rem); }
  45% {
    transform: translateX(0.3rem); }
  60% {
    transform: translateX(-0.2rem); }
  75% {
    transform: translateX(0.1rem); }
  90% {
    transform: translateX(0); }
  90% {
    transform: translateX(0); } }

.fadeIn {
  animation: fadeIn 250ms; }

.fadeOut {
  animation: fadeOut 250ms; }

.zoomIn {
  animation: zoomIn 200ms; }

.zoomOut {
  animation: zoomOut 500ms; }

.slideInRight {
  animation: slideInRight 500ms; }

.slideInLeft {
  animation: slideInLeft 500ms; }

.slideInDown {
  animation: slideInDown 500ms; }

.slideOutLeft {
  animation: slideOutLeft 500ms; }

.slideOutRight {
  animation: slideOutRight 500ms; }

.slideOutUp {
  animation: slideOutUp 500ms; }

.slideUp {
  overflow: hidden;
  animation: slideUp 200ms ease-in-out; }

.slideDown {
  overflow: hidden;
  animation: slideDown 80ms ease-in-out; }

.flipIn {
  animation: flipIn 250ms cubic-bezier(0.5, -0.5, 0.5, 1.5); }

.flipOut {
  animation: flipOut 500ms cubic-bezier(0.5, -0.5, 0.5, 1.5); }

.rotate {
  animation: rotate 500ms; }

.pulse {
  animation: pulse 250ms 2; }

.shake {
  animation: shake 500ms; }

.dropdown {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  width: 280px;
  color: #000;
  font-size: 15px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  max-height: 300px;
  margin: 0;
  padding: 0;
  overflow: hidden; }
  .dropdown.dropdown-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-height: none;
    border: none; }
  .dropdown .close {
    margin: 20px auto; }
  .dropdown.open {
    overflow: auto; }
  .dropdown ul {
    list-style: none;
    margin: 0; }
    .dropdown ul li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
      .dropdown ul li:last-child {
        border-bottom: none; }
    .dropdown ul a {
      display: block;
      padding: 12px;
      text-decoration: none;
      color: #000; }
      .dropdown ul a:hover {
        background: rgba(0, 0, 0, 0.05); }

form[class *= "kubeSmartform"] .message {
  font-family: Consolas, Monaco, "Courier New", monospace;
  font-size: 12px;
  line-height: 18px;
  background: #e0e1e1;
  color: #313439;
  padding-top: 0.25rem;
  padding-left: 0.75rem;
  padding-bottom: 0.25rem;
  padding-right: 2.5em;
  margin-bottom: 10px;
  position: relative; }
  form[class *= "kubeSmartform"] .message a {
    color: inherit; }
  form[class *= "kubeSmartform"] .message h2,
  form[class *= "kubeSmartform"] .message h3,
  form[class *= "kubeSmartform"] .message h4,
  form[class *= "kubeSmartform"] .message h5,
  form[class *= "kubeSmartform"] .message h6 {
    margin-bottom: 0; }
  form[class *= "kubeSmartform"] .message .close {
    position: absolute;
    right: 0.85rem;
    top: 0.4rem; }

form[class *= "kubeSmartform"] .message.error {
  background: #CC0000;
  color: #fff !important; }

form[class *= "kubeSmartform"] .message.success {
  background: #3CA532;
  color: #fff; }

form[class *= "kubeSmartform"] .message.warning {
  background: #FFAF00; }

form[class *= "kubeSmartform"] .message.focus {
  background: #1c86f2;
  color: #fff; }

form[class *= "kubeSmartform"] .message.black {
  background: #0d0d0e;
  color: #fff; }

form[class *= "kubeSmartform"] .message.inverted {
  background: #fff; }

form[class *= "kubeSmartform"] .modal-box {
  position: fixed;
/*  background-color:rgba(190, 190, 190, 0.5); */
  top: 22px;
  left: 0;
  bottom: 8px;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 200; }

form[class *= "kubeSmartform"] .modal {
  position: relative;
  margin: auto;
  margin-top: 16px;
  padding: 0;
  background: #fbfbfb;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  border: 1px solid #484848;
  color: #000; }
  @media only screen and (max-width: 1000px) {
    form[class *= "kubeSmartform"] .modal input,
    form[class *= "kubeSmartform"] .modal textarea {
      font-size: 16px; } }
  form[class *= "kubeSmartform"] .modal .close {
    position: absolute;
    top: 9px;
    right: 12px;
    opacity: .3; }
    form[class *= "kubeSmartform"] .modal .close:hover {
      opacity: 1; }

form[class *= "kubeSmartform"] .modal-header {
  padding: 4px 12px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #484848;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  form[class *= "kubeSmartform"] .modal-header:empty {
    display: none; }

form[class *= "kubeSmartform"] .modal-header label,
 form[class *= "kubeSmartform"] .modal span.close {
	color:#fff;
}
	
form[class *= "kubeSmartform"] .modal-body {
  padding: 12px 12px; }

@media only screen and (max-width: 1000px) {
  form[class *= "kubeSmartform"] .modal-header,
  form[class *= "kubeSmartform"] .modal-body {
    padding: 24px; } }

form[class *= "kubeSmartform"] .offcanvas {
  background: #fff;
  position: fixed;
  padding: 24px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 300;
  overflow-y: scroll; }

form[class *= "kubeSmartform"] .offcanvas .close {
  position: absolute;
  top: 8px;
  right: 8px; }

form[class *= "kubeSmartform"] .offcanvas-left {
  border-right: 1px solid rgba(0, 0, 0, 0.1); }

form[class *= "kubeSmartform"] .offcanvas-right {
  left: auto;
  right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1); }

form[class *= "kubeSmartform"] .offcanvas-push-body {
  position: relative; }

.tabs {
  margin-bottom: 24px;
  font-size: 14px; }
  .tabs li em,
  .tabs li.active a {
    color: #313439;
    border: 1px solid rgba(0, 0, 0, 0.1);
    cursor: default;
    text-decoration: none;
    background: url(images/progressBar.gif) no-repeat;
    background-position: center bottom -50px;
	background-size: 100%;}
  .tabs em,
  .tabs a {
    position: relative;
    top: 1px;
    font-style: normal;
    display: block;
    padding: .1rem 1rem;
    border: 1px solid transparent;
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none; }
  .tabs a:hover {
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
    color: #313439;
    text-decoration: underline;
    background-color: #e0e1e1; }

@media only screen and (min-width: 1000px) {
  .tabs ul {
    display: flex;
    margin-top: -1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .tabs li em,
  .tabs li.active a {
    border-bottom: 1px solid #fff; } }

.isLoading {
    background-position: center bottom 0px !important;
	cursor:wait !important;
/*	-webkit-animation: pulsate 3s ease-out infinite;
	-moz-animation: pulsate 3s ease-out infinite;
	-ms-animation: pulsate 3s ease-out infinite;
	-o-animation: pulsate 3s ease-out infinite;
	animation: pulsate 3s ease-out infinite;*/
}


@-webkit-keyframes pulsate {
    0% { 
        opacity: 0.5;
    }
    50% { 
        opacity: 1.0;
    }
    100% { 
        opacity: 0.5;
    }
}
@-moz-keyframes pulsate {
    0% { 
        opacity: 0.5;
    }
    50% { 
        opacity: 1.0;
    }
    100% { 
        opacity: 0.5;
    }
}
@-ms-keyframes pulsate {
    0% { 
        opacity: 0.5;
    }
    50% { 
        opacity: 1.0;
    }
    100% { 
        opacity: 0.5;
    }
}
@-o-keyframes pulsate {
    0% { 
        opacity: 0.5;
    }
    50% { 
        opacity: 1.0;
    }
    100% { 
        opacity: 0.5;
    }
}
@keyframes pulsate {
    0% { 
        opacity: 0.5;
    }
    50% { 
        opacity: 1.0;
    }
    100% { 
        opacity: 0.5;
    }
}
