/*

body{
  background: teal;
}

*/

/* hide group items on dashboard components section*/
.eform-dashboard-components .eform-group-items{
  display:none;
}

/* reset ul style */
ul.eform-dashboard-components,
ul.eform-dashboard-eform,
ul.eform-group-items
{
  list-style-type:none;
/*  padding:20px; */
}

/* clear right padding on group items */
.eform-attr-group .eform-group-items{
  padding-right:0px;
}

/* set min height form eform dashboard */
.eform-dashboard-eform-panel{
  min-height:200px;
}

/* make top smaller - as the top of the element fits in */
ul.eform-group-items{
  padding-top:2px;
}

ul.eform-group-items{
  /*
  padding-left:40px;
  */
}


/* hide eform view on dashboard sidebar */
.eform-dashboard-components .eform-attr-eform-view{
  display:none;
}

/* hide component view on dashboard eform */
.eform-dashboard-eform .eform-attr-sidebar-view{
  display:none;
}

/* label editting input */
.eform-attr-eform-view > label{
  width:100%;
}


/* make more space for attr icon */
li.eform-attr-item .bx_icon {
  margin-right:5px;
}

/* make more space for item */
.eform-attr-item{
  padding:2px 10px 2px 0px;
}

/* set correct indentation for the first component */
.eform-dashboard-eform-panel .panel-body .eform-attr-item:first-of-type {
  margin-top:5px;
}

.eform-dashboard-eform-panel .eform-attr-group.eform-attr-item{
  /*padding-top: 30px;*/
  /*padding-bottom: 20px;*/
}

.eform-attr-group .eform-attr-item{
  padding-right:0;
}

/* adjust icon for used component */
.form-panel-component-icon{
  margin-right: 0px;
  font-size: 22px;
}

/* make top of an attr bigger to fit controls in EDIT GEl */
.eform-dashboard-eform .eform-attr-item{
  /*padding: 20px 0px 10px 10px;*/
  /*padding: 10px 10px 10px 10px;*/
  padding: 5px 10px 5px 10px;
  /*border:1px solid transparent;*/
}

.eform-dashboard-eform .eform-group-items .eform-attr-item{
  /*padding-left:0px;*/
}

.eform-dashboard-eform .eform-attr-focus{
  border: 1px solid gray;
  background-color: lightgray;
}

/* hide border around focused label input */
.eform-attr-label-input:focus {
  outline:none;
}


.eform-field-legend{
  float:left;
  clear:both;
  padding-bottom:5px;
  width:100%;
}

/* hide border around label input */
.eform-attr-label-input {
  border:0;
  width:100%;
}

/* dashboard eform field input, dashboard eform labl input - full length */
.eform-attr-label-input,
.eform-attr-input {
  width: 90%;
}

/*  dashboard eform placeholder */
.placeholder {
  background-color:gainsboro;
  height:83px;
  border: 1px solid transparent;
}

/* set min group heigh on eform group - so that putting element to empty group is easier */
ul.eform-group-items{
  min-height:10px;
}

.eform-attr-eform-view{
  margin-bottom: 10px;
  position:relative;
}

.eform-attr-eform-view .eform-attr-controls{
  position:absolute;
  right: -5px;
  top: -5px;
}

.eform-attr-controls{
  cursor: pointer;
  display:none;
}

.eform-attr-control{
  padding:5px;
}

/* helper highlight */
.eform-attr-controls{
  /*background-color: rgba(255,0,40,0.12);*/
  font-size: 1.3em;
}

/* show controls on attr hover */
.eform-attr-focus > .eform-attr-eform-view > .eform-attr-controls{
  display:block;
}

/* facebook login */
.btn-auth-facebook {
  background-color: #3B5998;
  color: #fff;
  position: relative;
  width: 100%;
  height: 40px;
  padding-left: 40px;
  font-size:1.3em;
}

.btn-auth-facebook:hover, 
.btn-auth-facebook:focus 
{
    color: #fff;
    background-color: #37538d; 
}

.btn-auth-facebook:before 
{
    font-family: 'bx_icon';
    font-size: 20px;
    content: '\E8A9';
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    padding: 7px 0;
    width: 40px;
    height: 40px;
    background-color: #2d4373; 
}
/*
@media screen and (min-width: 768px) 
{
  .btn-auth-facebook 
  {
      width: 50%; 
  } 
}

@media screen and (min-width: 992px) {
  .btn-auth-facebook {
    width: 30%; 
  } 
}
*/

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

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

.bx_list_form_row > td{
  padding: 8px !important;
}

.menulabel{
  color: white;
  font-weight:bold;
}

.dropdown-menu .menulabel{
  color: #313133;
}

.active .menulabel{
  color: #313133;
}

.navbar-default .navbar-brand{
  color:black;
}

#navbar-main .nav>li>a, 
.navbar-brand
{
  padding: 9px 20px !important;
}

.navbar.navbar-default{
  /*background-color: #313133;*/
  color:white;
}

.navbar-default .navbar-brand{
  color:white;
}

.navbar-default .navbar-brand:hover, 
.navbar-default .navbar-brand:focus{
  
}

li.active.bx_selected:before{
  content: none;
}


#mainBody{
  /*https://jump-soft.atlassian.net/browse/E2-1354*/
  /*padding:0px 40px;*/
}

.nav>li.logout-page{
  position:absolute;
  right:0;
}

.nav>li.logout-page a{
  display:inline;
}

.clear-both{
  clear:both;
}

.eform-attr-sidebar-view{
  cursor: -webkit-grab;
  cursor: -moz-grab;
  width: 100%;
  height: 100%;
}

/*
.form-group:last-child:after{
  border:0px;
}
*/

.float-left{
  float:left;
}

.float-right{
  float:right;
}

.help-tip{
  float:right;
  font-weight: bold;
  color: white;
  text-align: center;
  background-color: gray;
  cursor: default;
  margin-top: 7px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 14px;
  padding: 2px 4px;
}

.collapse-p{
  padding-top:15px
}

/* customized bootstrap col-md - reduced width by 10px */

.col-md-reduced-1, .col-md-reduced-2, .col-md-reduced-3, .col-md-reduced-4, .col-md-reduced-5, .col-md-reduced-6, .col-md-reduced-7, .col-md-reduced-8, .col-md-reduced-9, .col-md-reduced-10, .col-md-reduced-11, .col-md-reduced-12{
  float: left;
  position: relative;
  min-height: 1px;
}

.col-md-reduced-1{   width: calc(8.33333333% - 10px)}
.col-md-reduced-2{   width: calc(16.66666666% - 10px)}
.col-md-reduced-3{   width: calc(25% - 10px)}
.col-md-reduced-4{   width: calc(33.33333333% - 10px)}
.col-md-reduced-5{   width: calc(41.66666666% - 10px)}
.col-md-reduced-6{   width: calc(50% - 10px)}
.col-md-reduced-7{   width: calc(58.33333333% - 10px)}
.col-md-reduced-8{   width: calc(66.66666666% - 10px)}
.col-md-reduced-9{   width: calc(75% - 10px)}
.col-md-reduced-10{   width: calc(83.33333333% - 10px)}
.col-md-reduced-11{   width: calc(91.66666666% - 10px)}
.col-md-reduced-12{   width: calc(100% - 10px)}

/* correct width for components on dashboard side panel */

.sidebar .eform-attr-item{
  width:100%;
}

/* bootsrap tooltip width customization */

.tooltip-inner {
    max-width: 500px !important;
    width: 350px;
}

.preformatted{
  white-space: pre;
  overflow: auto;
}


/* checkbox header icon */
.bx_check_header_menu{
  margin-left:5px;
}

/* eform dashboard - sidebar */
.eform-attr-sidebar-view .bx_icon{
  font-size: 1.5em;
  padding-bottom: 5px;
}

/* mhe - left side tab section - tab menu visibility fix */
.tabs-left > .tab-content{
	min-height: 390px;
}


.tabs-left{
  /*https://jump-soft.atlassian.net/browse/E2-1354*/
  padding-left: 73px !important;
}

.tabs-left > .nav-tabs{
  /*https://jump-soft.atlassian.net/browse/E2-1354*/
  width: 60px;
}

.tabs-left > .nav-tabs>li>a{
  padding: 8px 18px 6px !important;
  text-transform: uppercase;
}


.component-section.sidebar > .panel > .panel-body{
  height: calc(100vh - 190px);
  padding: 10px 0px;
  border: 1px solid lightgray;
  overflow-y: auto;
}

.mainbar > .eform-dashboard-eform-panel > .panel-body{
  height: calc(100vh - 190px);
/*  padding: 7px 0px;
  border: 1px solid lightgray;*/
  overflow-y: auto;
}


/* links on dashboard form head label */
.head-preview-links{
  position: absolute;
  right: 30px;
}


/* anchor buttonline to bottom of the page*/
.anchor-to-bottom{
  position: fixed;
  background-color: white;
  bottom: 7px;
}

.anchor-to-bottom > a{
  display:block;
}

/* anchor buttonline to username of the page*/
.anchor-to-username{
  position: relative;
  width: 101%;
  margin-top: -50px;
  padding-left: 83%;
}

.anchor-to-username > a{
  /*display:block;*/
}

.form-version-comment-string{
  margin-left:180px;
}

/* schovanie deprecated komponentu zo sidebaru */
.sidebar .eform-attr-item.is-deprecated{
  display: none;
}

/* vyznacenie noveho komponentu v sidebare */
.eform-attr-sidebar-view.is-new, .eform-attr-sidebar-view.is-new span.bx_icon:before{
  color: #000cff !important;
}

.eform-attr-sidebar-view.is-new2, .eform-attr-sidebar-view.is-new2 span.bx_icon:before{
  color: #ff5f1f !important;
}

/* resize page - minified view */
.resize_icon:before{
  content: '\E9BA';
  cursor: pointer;
}

.mini .resize_icon:before{
  content: '\E9B7';
}

.mini .eform-dashboard{
	font-size: 0.8em;
}

.mini .panel-heading h3{
	padding: 0px;
	font-size: 1.2em;
}

.mini .panel-heading h3 img{
	width: 14px;
	height: auto;
}

.mini .tabs-left{
  padding-left: 77px !important;
}

.mini .tabs-left > .nav-tabs{
  width: min-content;
}

.mini .bx_buttonline{
  /*width: min-content;*/
  /*display: block;*/
}

.mini .bx_buttonline .button{
  font-size: 10px;
  font-weight: normal !important;
  letter-spacing: 0px;
  white-space: nowrap;
}

.mini .eform-attr-eform-view, .mini .eform-attr-eform-view .form-label{
  margin-bottom: 0px;
  font-size: 0.9em;
}

.mini .eform-attr-eform-view .form-group  pre, .mini .eform-attr-eform-view .form-group  textarea{
  display: none;
}

.mini .form-panel-component-icon{
	font-size: 10px;
}

.mini .mainbar {
  width: 70% !important; 
}

.mini .sidebar {
  width: 30% !important;
}

.mini .eform-attr-eform-view[data-toggle$="collapse"]{
	height: 13px;
}

.mini .sidebar .eform-attr-item {
  max-height: 70px;
  font-size: 0.8em;
}

.mini .eform-group-items.collapse.in {
  margin-top: 10px; 
}

.mini .heading-medium {
  font-size: 1.1em;
}

.mini select.form-control, .mini input.form-control.eform-attr-input{
  height: 80%;
}

.mini .mainbar ol li, .mini .mainbar ul li{
  margin: 1px;
}

.mini .eform-attr-sidebar-view .eform-attr-label{
  font-weight: normal;
}

.mini .multiple-choice [type=checkbox]+label::before {
  width: 15px;
  height: 15px;
}

.mini .form-hint{
  font-size: 9px;
}

.mini .inline .multiple-choice {
  margin-bottom: 7px;
}

/* kvoli linkam s dropdownom  */
.bx_row_link {
    overflow: visible !important;
}

.bx_row_link .dropdown-menu {
  min-width: 0px;
}

.bx_row_link .dropdown-menu li {
    margin: 5px;
}

.bx_row_link .dropdown-menu {
   top: -50px;
    left: -50px;
}

.form-group {
  transition: all 0.25s ease;
}

.link-back {
  border: none;
  background-color: transparent;
}

body {
  font-family: "Source Sans Pro",sans-serif;
}

.box {
  border: 1px solid #bfc1c3;
  height: 100%;
  margin-bottom: 30px;
  -ms-flex: 0 1 auto;
}

.box.box--dark {
  padding: 30px;  
  background-color: #eaeaea;
  border: 0;
}

.button {
  margin: 0.5em 0.5em 0.5em 0;
}

.change-button {
  -webkit-appearance: none;
  border: none;
  text-decoration: underline;
  background-color: transparent;
  cursor: pointer;
}

.grid-row:after,#content:after,.notice:after,.panel:after,fieldset:after,.form-section:after,.form-group:after,.breadcrumbs ol:after {
  content: "";
  display: block;
  clear: both;
}

#content {
  max-width: 960px;
  margin: 0 15px;
}

@media (min-width: 641px) {
  #content {
    margin: 0 30px;
  }
}

@media (min-width: 1020px) {
  #content {
    margin: 0 auto;
  }
}

.grid-row {
  margin: 0 -15px;
}

.grid-row:after,#content:after,.notice:after,.panel:after,fieldset:after,.form-section:after,.form-group:after,.breadcrumbs ol:after {
  content: "";
  display: block;
  clear: both;
}

.grid-row:after,#content:after,.notice:after,.panel:after,fieldset:after,.form-section:after,.form-group:after,.breadcrumbs ol:after {
  content: "";
  display: block;
  clear: both;
}

.grid-row:after,#content:after,.notice:after,.panel:after,fieldset:after,.form-section:after,.form-group:after,.breadcrumbs ol:after {
  content: "";
  display: block;
  clear: both;
}

#content {
  max-width: 960px;
  margin: 0 15px;
}

@media (min-width: 641px) {
  #content {
    margin: 0 30px;
  }
}

@media (min-width: 1020px) {
  #content {
    margin: 0 auto;
  }
}

.grid-row {
  margin: 0 -15px;
}

.grid-row:after,#content:after,.notice:after,.panel:after,fieldset:after,.form-section:after,.form-group:after,.breadcrumbs ol:after {
  content: "";
  display: block;
  clear: both;
}

.grid-row:after,#content:after,.notice:after,.panel:after,fieldset:after,.form-section:after,.form-group:after,.breadcrumbs ol:after {
  content: "";
  display: block;
  clear: both;
}

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

div,span,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark {
  border: none;
  margin: 0;
  padding: 0;
}

/* treba aj headingy v tomto bloku ? VV */
/* h4 */
/* Zakomentovany b - nedovolovalo boldovanie textu (MB) */
h1,h2,h3,h5,h6,p,blockquote,pre,small,strike,strong,sub,sup,tt,var/*,b*/,u,i,center,input,textarea,table,caption,tbody,tfoot,thead,tr,th,td {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  font-weight: normal;
}

abbr[title],acronym[title] {
  text-decoration: none;
}

legend {
  box-sizing: border-box;
  max-width: 100%;
  display: table;
}

#content {
  padding-bottom: 30px;
  outline: none;
}

@media (min-width: 769px) {
  #content {
    padding-bottom: 90px;
  }
}

.column-quarter,.column-one-quarter {
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 641px) {
  .column-quarter,.column-one-quarter {
    float: left;
    width: 25%;
  }
}

.column-half,.column-one-half {
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 641px) {
  .column-half,.column-one-half {
    float: left;
    width: 50%;
  }
}

.column-third,.column-one-third {
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 641px) {
  .column-third,.column-one-third {
    float: left;
    width: 33.33333%;
  }
}

.column-two-thirds {
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 641px) {
  .column-two-thirds {
    float: left;
    width: 66.66667%;
  }
}

.column-full {
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 641px) {
  .column-full {
    float: left;
    width: 100%;
  }
}

main {
  font-family: "Source Sans Pro",sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 16px;
  line-height: 1.25;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 641px) {
  main {
    font-size: 19px;
    line-height: 1.31579;
  }
}

.font-xxlarge {
  font-family: "Source Sans Pro",sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 53px;
  line-height: 1.03774;
}

@media (min-width: 641px) {
  .font-xxlarge {
    font-size: 80px;
    line-height: 1;
  }
}

.font-xlarge {
  font-family: "Source Sans Pro",sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 32px;
  line-height: 1.09375;
}

@media (min-width: 641px) {
  .font-xlarge {
    font-size: 48px;
    line-height: 1.04167;
  }
}

.font-large {
  font-family: "Source Sans Pro",sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 24px;
  line-height: 1.04167;
}

@media (min-width: 641px) {
  .font-large {
    font-size: 36px;
    line-height: 1.11111;
  }
}

.font-medium {
  font-family: "Source Sans Pro",sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 18px;
  line-height: 1.2;
}

@media (min-width: 641px) {
  .font-medium {
    font-size: 24px;
    line-height: 1.25;
  }
}

.font-small {
  font-family: "Source Sans Pro",sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 16px;
  line-height: 1.25;
}

@media (min-width: 641px) {
  .font-small {
    font-size: 19px;
    line-height: 1.31579;
  }
}

.font-xsmall {
  font-family: "Source Sans Pro",sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 14px;
  line-height: 1.14286;
}

@media (min-width: 641px) {
  .font-xsmall {
    font-size: 16px;
    line-height: 1.25;
  }
}

.bold-xxlarge {
  font-family: "Source Sans Pro",sans-serif;
  font-weight: 700;
  text-transform: none;
  font-size: 53px;
  line-height: 1.03774;
}

@media (min-width: 641px) {
  .bold-xxlarge {
    font-size: 80px;
    line-height: 1;
  }
}

.bold-xlarge {
  font-family: "Source Sans Pro",sans-serif;
  font-weight: 700;
  text-transform: none;
  font-size: 32px;
  line-height: 1.09375;
}

@media (min-width: 641px) {
  .bold-xlarge {
    font-size: 48px;
    line-height: 1.04167;
  }
}

.bold-large {
  font-family: "Source Sans Pro",sans-serif;
  font-weight: 700;
  text-transform: none;
  font-size: 24px;
  line-height: 1.04167;
}

@media (min-width: 641px) {
  .bold-large {
    font-size: 36px;
    line-height: 1.11111;
  }
}

.bold-medium {
  font-family: "Source Sans Pro",sans-serif;
  font-weight: 700;
  text-transform: none;
  font-size: 18px;
  line-height: 1.2;
}

@media (min-width: 641px) {
  .bold-medium {
    font-size: 24px;
    line-height: 1.25;
  }
}

.bold-small {
  font-family: "Source Sans Pro",sans-serif;
  font-weight: 700;
  text-transform: none;
  font-size: 16px;
  line-height: 1.25;
}

@media (min-width: 641px) {
  .bold-small {
    font-size: 19px;
    line-height: 1.31579;
  }
}

.bold-xsmall {
  font-family: "Source Sans Pro",sans-serif;
  font-weight: 700;
  text-transform: none;
  font-size: 14px;
  line-height: 1.14286;
}

@media (min-width: 641px) {
  .bold-xsmall {
    font-size: 16px;
    line-height: 1.25;
  }
}

.bold {
  font-weight: 700;
}

.heading-xlarge {
  font-family: "Source Sans Pro",sans-serif;
  font-weight: 700;
  text-transform: none;
  font-size: 32px;
  line-height: 1.09375;
  margin-top: .46875em;
  margin-bottom: .9375em;
}

@media (min-width: 641px) {
  .heading-xlarge {
    font-size: 48px;
    line-height: 1.04167;
  }
}

@media (min-width: 641px) {
  .heading-xlarge {
    margin-top: .625em;
    margin-bottom: 1.25em;
  }
}

.heading-xlarge .heading-secondary {
  font-family: "Source Sans Pro",sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 20px;
  line-height: 1.11111;
  display: block;
  padding-top: 8px;
  padding-bottom: 7px;
  display: block;
  color: #6f777b;
}

@media (min-width: 641px) {
  .heading-xlarge .heading-secondary {
    font-size: 27px;
    line-height: 1.11111;
  }
}

@media (min-width: 641px) {
  .heading-xlarge .heading-secondary {
    padding-top: 4px;
    padding-bottom: 6px;
  }
}

.heading-large {
  font-family: "Source Sans Pro",sans-serif;
  font-weight: 700;
  text-transform: none;
  font-size: 24px;
  line-height: 1.04167;
  margin-top: 1.04167em;
  margin-bottom: .41667em;
}

@media (min-width: 641px) {
  .heading-large {
    font-size: 36px;
    line-height: 1.11111;
  }
}

@media (min-width: 641px) {
  .heading-large {
    /*margin-top: 1.25em;*/
    margin-top: 0.5em;
    margin-bottom: .55556em;
  }
}

.heading-large .heading-secondary {
  font-family: "Source Sans Pro",sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 18px;
  line-height: 1.2;
  display: block;
  padding-top: 9px;
  padding-bottom: 6px;
  display: block;
  color: #6f777b;
}

@media (min-width: 641px) {
  .heading-large .heading-secondary {
    font-size: 24px;
    line-height: 1.25;
  }
}

@media (min-width: 641px) {
  .heading-large .heading-secondary {
    padding-top: 6px;
    padding-bottom: 4px;
  }
}

.heading-medium {
  font-family: "Source Sans Pro",sans-serif;
  font-weight: 700;
  text-transform: none;
  font-size: 18px;
  line-height: 1.2;
  margin-top: 1.25em;
  margin-bottom: .5em;
}

@media (min-width: 641px) {
  .heading-medium {
    font-size: 18px;
    line-height: 1.25;
  }
}

@media (min-width: 641px) {
  .heading-medium {
    margin-top: 1.875em;
    margin-bottom: .83333em;
  }
}

.heading-small {
  font-family: "Source Sans Pro",sans-serif;
  font-weight: 700;
  text-transform: none;
  font-size: 16px;
  line-height: 1.25;
  margin-top: .625em;
  margin-bottom: .3125em;
}

@media (min-width: 641px) {
  .heading-small {
    /*font-size: 19px;*/
    font-size: inherit;
    line-height: 1.31579;
  }
}

@media (min-width: 641px) {
  .heading-small {
    margin-top: 1.05263em;
  }
}

p,.body-text {
  margin-top: .3125em;
  margin-bottom: 1.25em;
}

@media (min-width: 641px) {
  p,.body-text {
    margin-top: .26316em;
    margin-bottom: 1.05263em;
  }
}

.body-text {
  display: block;
}

.lede {
  font-family: "Source Sans Pro",sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 18px;
  line-height: 1.2;
}

@media (min-width: 641px) {
  .lede {
    font-size: 24px;
    line-height: 1.25;
  }
}

.text {
  max-width: 30em;
}

.text-secondary {
  color: #6f777b;
}

.link {
  color: #005ea5;
  text-decoration: underline;
}

.link:visited {
  color: #4c2c92;
}

.link:hover {
  color: #2b8cc4;
}

.link:active {
  color: #005ea5;
}

.link-back {
  display: -moz-inline-stack;
  display: inline-block;
  position: relative;
  font-family: "Source Sans Pro",sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 14px;
  line-height: 1.14286;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 14px;
  color: #0b0c0c;
  text-decoration: none;
  border-bottom: 1px solid #0b0c0c;
}

@media (min-width: 641px) {
  .link-back {
    font-size: 16px;
    line-height: 1.25;
  }
}

.link-back:link,.link-back:visited,.link-back:hover,.link-back a.link-back:focus,.link-back:active {
  color: #0b0c0c;
}

.link-back::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 6px solid #0b0c0c;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
}

.code {
  color: #0b0c0c;
  background-color: #f8f8f8;
  text-shadow: 0 1px #fff;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  font-size: 14px;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  border: 1px solid #bfc1c3;
  padding: 4px 4px 2px;
}

hr {
  display: block;
  background: #bfc1c3;
  border: 0;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0;
}

.notice {
  position: relative;
}

.notice .icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -17px;
}

.notice strong {
  display: block;
  padding-left: 65px;
  margin-left: -15px;
}

.data {
  margin-top: .3125em;
  margin-bottom: 1.25em;
}

@media (min-width: 641px) {
  .data {
    margin-top: .26316em;
    margin-bottom: 1.05263em;
  }
}

.data-item {
  display: block;
  line-height: 1;
}

.button {
  background-color: #00823b;
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  padding: .526315em .789473em .263157em;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: 1px solid transparent;
  outline-offset: -1px;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 2px 0 #003618;
  -moz-box-shadow: 0 2px 0 #003618;
  box-shadow: 0 2px 0 #003618;
  font-size: 1em;
  line-height: 1.25;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}

.button:visited {
  background-color: #00823b;
}

.button:hover,.button:focus {
  background-color: #00692f;
}

.button:active {
  top: 2px;
  -webkit-box-shadow: 0 0 0 #00823b;
  -moz-box-shadow: 0 0 0 #00823b;
  box-shadow: 0 0 0 #00823b;
}

.button.disabled,.button[disabled="disabled"],.button[disabled] {
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: .5;
}

.button.disabled:hover,.button[disabled="disabled"]:hover,.button[disabled]:hover {
  cursor: default;
  background-color: #00823b;
}

.button.disabled:active,.button[disabled="disabled"]:active,.button[disabled]:active {
  top: 0;
  -webkit-box-shadow: 0 2px 0 #003618;
  -moz-box-shadow: 0 2px 0 #003618;
  box-shadow: 0 2px 0 #003618;
}

.button:link,.button:link:focus,.button:hover,.button:focus,.button:visited {
  color: #fff;
}

.button:before {
  content: "";
  height: 110%;
  width: 100%;
  display: block;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.button:active:before {
  top: -10%;
  height: 120%;
}

@media (max-width: 640px) {
  .button {
    width: 100%;
    text-align: center;
  }
}

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

.button:focus {
  outline: 3px solid #ffbf47;
}

.button[disabled="disabled"] {
  background: #00823b;
}

.button[disabled="disabled"]:focus {
  outline: none;
}

.button-start,.button-get-started {
  font-family: "Source Sans Pro",sans-serif;
  font-weight: 700;
  text-transform: none;
  font-size: 18px;
  line-height: 1.2;
  background-image: image-url("icon-pointer.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  padding: .36842em 2.15789em .21053em .84211em;
}

@media (min-width: 641px) {
  .button-start,.button-get-started {
    font-size: 24px;
    line-height: 1.25;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 20 / 10), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .button-start,.button-get-started {
    background-image: image-url("icon-pointer-2x.png");
    background-size: 30px 19px;
  }
}

.icon {
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.icon-calendar {
  width: 27px;
  height: 27px;
  background-image: image-url("icon-calendar.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 20 / 10), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-calendar {
    background-image: image-url("icon-calendar-2x.png");
    background-size: 100%;
  }
}

.icon-file-download {
  width: 30px;
  height: 39px;
  background-image: image-url("icon-file-download.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 20 / 10), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-file-download {
    background-image: image-url("icon-file-download-2x.png");
    background-size: 100%;
  }
}

.icon-important {
  width: 35px;
  height: 35px;
  background-image: image-url("icon-important.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 20 / 10), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-important {
    background-image: image-url("icon-important-2x.png");
    background-size: 100%;
  }
}

.icon-information {
  width: 27px;
  height: 27px;
  background-image: image-url("icon-information.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 20 / 10), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-information {
    background-image: image-url("icon-information-2x.png");
    background-size: 100%;
  }
}

.icon-locator {
  width: 26px;
  height: 36px;
  background-image: image-url("icon-locator.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 20 / 10), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-locator {
    background-image: image-url("icon-locator-2x.png");
    background-size: 100%;
  }
}

.icon-pointer {
  width: 30px;
  height: 19px;
  background-image: image-url("icon-pointer.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 20 / 10), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-pointer {
    background-image: image-url("icon-pointer-2x.png");
    background-size: 100%;
  }
}

.icon-pointer-black {
  width: 23px;
  height: 23px;
  background-image: image-url("icon-pointer-black.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 20 / 10), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-pointer-black {
    background-image: image-url("icon-pointer-black-2x.png");
    background-size: 100%;
  }
}

.icon-search {
  width: 30px;
  height: 22px;
  background-image: image-url("icon-search.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 20 / 10), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-search {
    background-image: image-url("icon-search-2x.png");
    background-size: 100%;
  }
}

.icon-step-1 {
  width: 23px;
  height: 23px;
  background-image: image-url("icon-steps/icon-step-1.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 20 / 10), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-step-1 {
    background-image: image-url("icon-steps/icon-step-1-2x.png");
    background-size: 100%;
  }
}

.icon-step-2 {
  width: 23px;
  height: 23px;
  background-image: image-url("icon-steps/icon-step-2.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 20 / 10), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-step-2 {
    background-image: image-url("icon-steps/icon-step-2-2x.png");
    background-size: 100%;
  }
}

.icon-step-3 {
  width: 23px;
  height: 23px;
  background-image: image-url("icon-steps/icon-step-3.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 20 / 10), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-step-3 {
    background-image: image-url("icon-steps/icon-step-3-2x.png");
    background-size: 100%;
  }
}

.icon-step-4 {
  width: 23px;
  height: 23px;
  background-image: image-url("icon-steps/icon-step-4.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 20 / 10), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-step-4 {
    background-image: image-url("icon-steps/icon-step-4-2x.png");
    background-size: 100%;
  }
}

.icon-step-5 {
  width: 23px;
  height: 23px;
  background-image: image-url("icon-steps/icon-step-5.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 20 / 10), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-step-5 {
    background-image: image-url("icon-steps/icon-step-5-2x.png");
    background-size: 100%;
  }
}

.icon-step-6 {
  width: 23px;
  height: 23px;
  background-image: image-url("icon-steps/icon-step-6.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 20 / 10), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-step-6 {
    background-image: image-url("icon-steps/icon-step-6-2x.png");
    background-size: 100%;
  }
}

.icon-step-7 {
  width: 23px;
  height: 23px;
  background-image: image-url("icon-steps/icon-step-7.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 20 / 10), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-step-7 {
    background-image: image-url("icon-steps/icon-step-7-2x.png");
    background-size: 100%;
  }
}

.icon-step-8 {
  width: 23px;
  height: 23px;
  background-image: image-url("icon-steps/icon-step-8.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 20 / 10), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-step-8 {
    background-image: image-url("icon-steps/icon-step-8-2x.png");
    background-size: 100%;
  }
}

.icon-step-9 {
  width: 23px;
  height: 23px;
  background-image: image-url("icon-steps/icon-step-9.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 20 / 10), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-step-9 {
    background-image: image-url("icon-steps/icon-step-9-2x.png");
    background-size: 100%;
  }
}

.icon-step-10 {
  width: 23px;
  height: 23px;
  background-image: image-url("icon-steps/icon-step-10.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 20 / 10), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-step-10 {
    background-image: image-url("icon-steps/icon-step-10-2x.png");
    background-size: 100%;
  }
}

.icon-step-11 {
  width: 23px;
  height: 23px;
  background-image: image-url("icon-steps/icon-step-11.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 20 / 10), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-step-11 {
    background-image: image-url("icon-steps/icon-step-11-2x.png");
    background-size: 100%;
  }
}

.icon-step-12 {
  width: 23px;
  height: 23px;
  background-image: image-url("icon-steps/icon-step-12.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 20 / 10), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-step-12 {
    background-image: image-url("icon-steps/icon-step-12-2x.png");
    background-size: 100%;
  }
}

.icon-step-13 {
  width: 23px;
  height: 23px;
  background-image: image-url("icon-steps/icon-step-13.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 20 / 10), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-step-13 {
    background-image: image-url("icon-steps/icon-step-13-2x.png");
    background-size: 100%;
  }
}

.icon-step-14 {
  width: 23px;
  height: 23px;
  background-image: image-url("icon-steps/icon-step-14.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 20 / 10), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-step-14 {
    background-image: image-url("icon-steps/icon-step-14-2x.png");
    background-size: 100%;
  }
}

.circle {
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #0b0c0c;
  color: #fff;
  font-family: "Source Sans Pro",sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.circle-step {
  min-width: 24px;
  min-height: 24px;
  line-height: 24px;
}

.circle-step-large {
  font-size: 19px;
  min-width: 38px;
  min-height: 38px;
  line-height: 38px;
}

ul,ol {
  list-style-type: none;
}

.list {
  padding: 0;
  margin-top: 5px;
  margin-bottom: 20px;
}

.list li {
  margin-bottom: 5px;
}

.list-bullet {
  list-style-type: disc;
  padding-left: 20px;
}

.list-number {
  list-style-type: decimal;
  padding-left: 20px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

table th,table td {
  font-family: "Source Sans Pro",sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 16px;
  line-height: 1.25;
  padding: .63158em 1.05263em .47368em 0;
  text-align: left;
  border-bottom: 1px solid #bfc1c3;
}

@media (min-width: 641px) {
  table th,table td {
    /*font-size: 19px;*/
    font-size: inherit;
    /*line-height: 1.31579;*/
    line-height: 1 !important;
  }
}

table thead th {
  font-weight: 700;
}

table td:last-child,table th:last-child {
  padding-right: 0;
}

table .numeric {
  text-align: right;
}

table td.numeric {
  font-family: "Source Sans Pro",sans-serif;
}

table caption {
  text-align: left;
}

.table-font-xsmall th {
  font-family: "Source Sans Pro",sans-serif;
  font-weight: 700;
  text-transform: none;
  font-size: 14px;
  line-height: 1.14286;
}

@media (min-width: 641px) {
  .table-font-xsmall th {
    font-size: 16px;
    line-height: 1.25;
  }
}

.table-font-xsmall td {
  font-family: "Source Sans Pro",sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 14px;
  line-height: 1.14286;
}

@media (min-width: 641px) {
  .table-font-xsmall td {
    font-size: 16px;
    line-height: 1.25;
  }
}

.table-font-xsmall th,.table-font-xsmall td {
  padding: .75em 1.25em .5625em 0;
}

details {
  display: block;
  clear: both;
}

details summary {
  display: inline-block;
  color: #005ea5;
  cursor: pointer;
  position: relative;
  margin-bottom: .26316em;
}

details summary:hover {
  color: #2b8cc4;
}

details summary:focus {
  outline: 3px solid #ffbf47;
}

details .summary {
  text-decoration: underline;
}

details .arrow {
  margin-right: .35em;
  font-style: normal;
}

.panel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  border-left-style: solid;
  border-color: #bfc1c3;
  padding: .78947em;
  margin-bottom: .78947em;
}

.panel :first-child {
  margin-top: 0;
}

.panel :only-child,.panel :last-child {
  margin-bottom: 0;
}

.panel-border-wide {
  border-left-width: 10px;
}

.panel-border-narrow {
  border-left-width: 5px;
}

.form-group .panel-border-narrow {
  float: left;
  width: 100%;
  padding-bottom: 0;
}

.form-group .panel-border-narrow:first-child {
  margin-top: 10px;
}

.form-group .panel-border-narrow:last-child {
  margin-top: 0;
  margin-bottom: 0;
}

.inline .panel-border-narrow,.inline .panel-border-narrow:last-child {
  margin-top: 10px;
  margin-bottom: 0;
}

fieldset {
  width: 100%;
}

legend {
  overflow: hidden;
}

textarea {
  display: block;
}

.form-section,.form-group {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-section {
  margin-bottom: 30px;
}

@media (min-width: 641px) {
  .form-section {
    margin-bottom: 60px;
  }
}

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

@media (min-width: 641px) {
  .form-group {
    margin-bottom: 30px;
  }
}

.form-group-related {
  margin-bottom: 10px;
}

@media (min-width: 641px) {
  .form-group-related {
    margin-bottom: 20px;
  }
}

.form-group-compound {
  margin-bottom: 10px;
}

.form-label,.form-label-bold {
  display: block;
  color: #0b0c0c;
  padding-bottom: 2px;
}

.form-label {
  font-family: "Source Sans Pro",sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 16px;
  line-height: 1.25;
}

@media (min-width: 641px) {
  .form-label {
    font-size: 19px;
    line-height: 1.31579;
  }
}

.form-label-bold {
  font-family: "Source Sans Pro",sans-serif;
  font-weight: 700;
  text-transform: none;
  font-size: 16px;
  line-height: 1.25;
}

@media (min-width: 641px) {
  .form-label-bold {
    /*font-size: 19px;*/
    /*line-height: 1.31579;*/
    font-size: inherit;
    line-height: 1;
  }
}

.form-block {
  float: left;
  clear: left;
  margin-top: -5px;
  margin-bottom: 5px;
}

@media (min-width: 641px) {
  .form-block {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
/* GEL 11.01.2019 */
.form-hint {
  font-family: "Source Sans Pro",sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 16px;
  line-height: 1.25;
  display: block;
  color: #6f777b;
  font-weight: normal;
  margin-top: -2px;
  padding-bottom: 2px;
  word-break: break-all;
}

@media (min-width: 641px) {
  .form-hint {
    /*font-size: 19px;*/
    font-size: 12px;
    line-height: 1.31579;
    word-break: break-all;
    margin-left:30px;
  }
}

.form-label .form-hint,.form-label-bold .form-hint {
  margin-top: 0;
  padding-bottom: 0;
}

.form-control {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Source Sans Pro",sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 16px;
  line-height: 1.25;
  width: 100%;
  padding: 5px 4px 4px;
  border: 2px solid #0b0c0c;
}

@media (min-width: 641px) {
  .form-control {
    /*font-size: 19px;*/
    font-size: inherit;
    line-height: 1.31579;
  }
}

@media (min-width: 641px) {
  .form-control {
    width: 50%;
  }
}

input.form-control,textarea.form-control {
  -webkit-appearance: none;
  border-radius: 0;
}

textarea.form-control {
  opacity: 1;
  background-image: none;
}

.form-control-3-4 {
  width: 100%;
}

@media (min-width: 641px) {
  .form-control-3-4 {
    width: 75%;
  }
}

.form-control-2-3 {
  width: 100%;
}

@media (min-width: 641px) {
  .form-control-2-3 {
    width: 66.66%;
  }
}

.form-control-1-2 {
  width: 100%;
}

@media (min-width: 641px) {
  .form-control-1-2 {
    width: 50%;
  }
}

.form-control-1-3 {
  width: 100%;
}

@media (min-width: 641px) {
  .form-control-1-3 {
    width: 33.33%;
  }
}

.form-control-1-4 {
  width: 100%;
}

@media (min-width: 641px) {
  .form-control-1-4 {
    width: 25%;
  }
}

.form-control-1-8 {
  width: 100%;
}

@media (min-width: 641px) {
  .form-control-1-8 {
    width: 12.5%;
  }
}

option:active,option:checked,select:focus::-ms-value {
  color: #fff;
  background-color: #005ea5;
}

.multiple-choice {
  display: block;
  float: none;
  clear: left;
  position: relative;
  padding: 0 0 0 38px;
  margin-bottom: 10px;
}

@media (min-width: 641px) {
  .multiple-choice {
    float: left;
  }
}

.multiple-choice input {
  position: absolute;
  cursor: pointer;
  left: 0;
  top: 0;
  width: 38px;
  height: 38px;
  z-index: 1;
  margin: 0;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0 !important;
}

.multiple-choice label {
  cursor: pointer;
  padding: 8px 10px 9px 12px;
  display: block;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

@media (min-width: 641px) {
  .multiple-choice label {
    float: left;
    padding-top: 0px; /*7px;*/
    padding-bottom: 0px; /*7px;*/
  }
}
/* Edit 11.12.2018 GEl */
.multiple-choice [type=radio]+label::before {
  content: "";
  border: 2px solid;
  background: transparent;
  /*width: 34px;*/
  /*height: 34px;*/
  width: 20px;
  height: 20px;
  position: absolute;
  /*top: 0;*/
  /*left: 0;*/
  top: 4px;
  left: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.multiple-choice [type=radio]+label::after {
  content: "";
  /*border: 10px solid;*/
  border: 6px solid;
  width: 0;
  height: 0;
  position: absolute;
  /*top: 9px;*/
  /*left: 9px;*/
  top: 8px;
  left: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
}

.multiple-choice [type=checkbox]+label::before {
  content: "";
  border: 2px solid;
  background: transparent;
  /*width: 34px;*/
  /*height: 34px;*/
  width: 20px;
  height: 20px;
  position: absolute;
  /*top: 0;*/
  /*left: 0;*/
  top: 5px;
  left: 12px;
}

.eform-attr-eform-view .multiple-choice [type=checkbox]+label::before {
  top: 0px;
}

.eform-attr-eform-view .multiple-choice [type=checkbox]+label::after {
  top: 5px;
}

.eform-attr-eform-view .multiple-choice [type=radio]+label::before {
  top: 0px;
}

.eform-attr-eform-view .multiple-choice [type=radio]+label::after {
  top: 4px;
}

.multiple-choice [type=checkbox]+label::after {
  content: "";
  border: solid;
  border-width: 0 0 5px 5px;
  background: transparent;
  border-top-color: transparent;
  /*width: 17px;*/
  /*height: 7px;*/
  width: 14px;
  height: 8px;
  position: absolute;
  /*top: 10px;*/
  /*left: 8px;*/
  top: 10px;
  left: 15px;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
}
/* END */
.multiple-choice [type=radio]:focus+label::before {
  -webkit-box-shadow: 0 0 0 4px #ffbf47;
  -moz-box-shadow: 0 0 0 4px #ffbf47;
  box-shadow: 0 0 0 4px #ffbf47;
}

.multiple-choice [type=checkbox]:focus+label::before {
  -webkit-box-shadow: 0 0 0 3px #ffbf47;
  -moz-box-shadow: 0 0 0 3px #ffbf47; 
  box-shadow: 0 0 0 3px #ffbf47; 
}

.form-control:focus{
  border: 2px solid #0b0c0c;
  -webkit-box-shadow: 0 0 0 3px #ffbf47;
  -moz-box-shadow: 0 0 0 3px #ffbf47; 
  box-shadow: 0 0 0 3px #ffbf47;
}

.multiple-choice input:checked+label::after {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}

.multiple-choice input:disabled {
  cursor: default;
}

.multiple-choice input:disabled+label {
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: .5;
  cursor: default;
}

.multiple-choice:last-child,.multiple-choice:last-of-type {
  margin-bottom: 0;
}

.inline .multiple-choice {
  clear: none;
}

@media (min-width: 641px) {
  .inline .multiple-choice {
    margin-bottom: 0;
    margin-right: 30px;
  }
}

input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.form-date .form-group {
  float: left;
  width: 50px;
  margin-right: 20px;
  margin-bottom: 0;
  clear: none;
}

.form-date .form-group label {
  display: block;
  padding-bottom: 2px;
}

.form-date .form-group input {
  width: 100%;
}

.form-date .form-group-year {
  width: 70px;
}

.form-group-error {
  margin-right: 15px;
  border-left: 4px solid #b10e1e;
  padding-left: 10px;
}

@media (min-width: 641px) {
  .form-group-error {
    border-left: 5px solid #b10e1e;
    padding-left: 15px;
  }
}

.form-control-error {
  border: 4px solid #b10e1e;
}

.error-message {
  font-family: "Source Sans Pro",sans-serif;
  font-weight: 700;
  text-transform: none;
  font-size: 16px;
  line-height: 1.25;
  color: #b10e1e;
  display: block;
  clear: both;
  margin: 0;
  padding: 2px 0;
}

@media (min-width: 641px) {
  .error-message {
    font-size: 19px;
    line-height: 1.31579;
  }
}

.form-label .error-message,.form-label-bold .error-message {
  padding-top: 4px;
  padding-bottom: 0;
}

.error-summary {
  border: 4px solid #b10e1e;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px 10px;
}

@media (min-width: 641px) {
  .error-summary {
    border: 5px solid #b10e1e;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px 15px 15px;
  }
}

.error-summary:focus {
  outline: 3px solid #ffbf47;
}

.error-summary .error-summary-heading {
  margin-top: 0;
}

.error-summary p {
  margin-bottom: 10px;
}

.error-summary .error-summary-list {
  padding-left: 0;
}

@media (min-width: 641px) {
  .error-summary .error-summary-list li {
    margin-bottom: 5px;
  }
}

.error-summary .error-summary-list a {
  color: #b10e1e;
  font-weight: bold;
  text-decoration: underline;
}

.breadcrumbs {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

.breadcrumbs li {
  font-family: "Source Sans Pro",sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 14px;
  line-height: 1.14286;
  float: left;
  background-image: image-url("separator.png");
  background-position: 0% 50%;
  background-repeat: no-repeat;
  list-style: none;
  margin-left: 0.6em;
  margin-bottom: 0.4em;
  padding-left: 0.9em;
}

@media (min-width: 641px) {
  .breadcrumbs li {
    font-size: 16px;
    line-height: 1.25;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 20 / 10), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .breadcrumbs li {
    background-image: image-url("separator-2x.png");
    background-size: 6px 11px;
  }
}

.breadcrumbs li:first-child {
  background-image: none;
  margin-left: 0;
  padding-left: 0;
}

.breadcrumbs a {
  color: #0b0c0c;
}

.phase-banner {
  padding: 10px 0 8px;
  border-bottom: 1px solid #bfc1c3;
}

@media (min-width: 641px) {
  .phase-banner {
    padding-bottom: 10px;
  }
}

.phase-banner p {
  display: table;
  margin: 0;
  color: #000;
  font-family: "Source Sans Pro",sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 14px;
  line-height: 1.14286;
}

@media (min-width: 641px) {
  .phase-banner p {
    font-size: 16px;
    line-height: 1.25;
  }
}

.phase-banner .phase-tag {
  display: -moz-inline-stack;
  display: inline-block;
  margin: 0 8px 0 0;
  padding: 2px 5px 0;
  font-family: "Source Sans Pro",sans-serif;
  font-weight: 700;
  text-transform: none;
  font-size: 14px;
  line-height: 1.14286;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
  background-color: #005ea5;
}

@media (min-width: 641px) {
  .phase-banner .phase-tag {
    font-size: 16px;
    line-height: 1.25;
  }
}

.phase-banner span {
  display: table-cell;
  vertical-align: baseline;
}

.phase-banner-alpha,.phase-banner-beta {
  padding: 10px 0 8px;
  border-bottom: 1px solid #bfc1c3;
}

@media (min-width: 641px) {
  .phase-banner-alpha,.phase-banner-beta {
    padding-bottom: 10px;
  }
}

.phase-banner-alpha p,.phase-banner-beta p {
  display: table;
  margin: 0;
  color: #000;
  font-family: "Source Sans Pro",sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 14px;
  line-height: 1.14286;
}

@media (min-width: 641px) {
  .phase-banner-alpha p,.phase-banner-beta p {
    font-size: 16px;
    line-height: 1.25;
  }
}

.phase-banner-alpha .phase-tag,.phase-banner-beta .phase-tag {
  display: -moz-inline-stack;
  display: inline-block;
  margin: 0 8px 0 0;
  padding: 2px 5px 0;
  font-family: "Source Sans Pro",sans-serif;
  font-weight: 700;
  text-transform: none;
  font-size: 14px;
  line-height: 1.14286;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
  background-color: #005ea5;
}

@media (min-width: 641px) {
  .phase-banner-alpha .phase-tag,.phase-banner-beta .phase-tag {
    font-size: 16px;
    line-height: 1.25;
  }
}

.phase-banner-alpha span,.phase-banner-beta span {
  display: table-cell;
  vertical-align: baseline;
}

.phase-tag {
  display: -moz-inline-stack;
  display: inline-block;
  margin: 0 8px 0 0;
  padding: 2px 5px 0;
  font-family: "Source Sans Pro",sans-serif;
  font-weight: 700;
  text-transform: none;
  font-size: 14px;
  line-height: 1.14286;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
  background-color: #005ea5;
}

@media (min-width: 641px) {
  .phase-tag {
    font-size: 16px;
    line-height: 1.25;
  }
}

.govuk-box-highlight {
  margin: 1em 0;
  padding: 2em 1em;
  color: #fff;
  background: #28a197;
  text-align: center;
}

@-moz-document regexp('.*') {
  details summary:not([tabindex]) {
    display: list-item;
    display: revert;
  }
}

.summary .form-group {
  position: relative;
  border-bottom: 1px solid #bfc1c3;
  width: 100%;
  display: table;
  padding: 0.5em 0 0.1em;
  margin-bottom: 0.1em;
}

.summary .form-group label {
  font-weight: bold;
  margin: .63158em 4em .21053em 0;
  display: table-cell;
  width: 30%;
}

.summary .form-group .value {
  display: table-cell;
  padding-bottom: .47368em;
}

.form-group label {
  font-weight: bold;
}

@media (min-width: 769px) {
  .govuk-check-your-answers {
    display: table;
  }
}

.govuk-check-your-answers>* {
  position: relative;
  border-bottom: 1px solid #bfc1c3;
}

@media (min-width: 769px) {
  .govuk-check-your-answers>* {
    display: table-row;
    border-bottom-width: 0;
  }
}

.govuk-check-your-answers>*>* {
  display: block;
}

@media (min-width: 769px) {
  .govuk-check-your-answers>*>* {
    display: table-cell;
    border-bottom: 1px solid #bfc1c3;
    padding: .63158em 1.05263em .47368em 0;
    margin: 0;
  }
}

@media (min-width: 769px) {
  .govuk-check-your-answers>*:first-child>* {
    padding-top: 0;
  }
}

.govuk-check-your-answers .cya-question {
  font-weight: bold;
  margin: .63158em 4em .21053em 0;
}

.govuk-check-your-answers>*:first-child .cya-question {
  margin-top: 0;
}

@media (min-width: 769px) {
  .govuk-check-your-answers.cya-questions-short,.govuk-check-your-answers.cya-questions-long {
    width: 100%;
  }

  .govuk-check-your-answers.cya-questions-short .cya-question {
    width: 30%;
  }

  .govuk-check-your-answers.cya-questions-long .cya-question {
    width: 50%;
  }
}

.govuk-check-your-answers .cya-answer {
  padding-bottom: .47368em;
}

.govuk-check-your-answers .cya-change {
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 769px) {
  .govuk-check-your-answers .cya-change {
    position: static;
    padding-right: 0;
  }
}

.check-your-answers td {
  font-family: "Source Sans Pro",sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 16px;
  line-height: 1.25;
  vertical-align: top;
}

@media (min-width: 641px) {
  .check-your-answers td {
    font-size: 19px;
    line-height: 1.31579;
  }
}

.check-your-answers .change-answer {
  text-align: right;
  font-weight: bold;
  padding-right: 0;
}

button[type="submit"].default-button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  outline: none;
}

#deathScreen {
  display: none;
}

.form-horizontal {
  display: flex;
  flex-wrap: wrap;
}

.form-horizontal>* {
  flex-basis: 250px;
}

@media (min-width: 641px){
  .form-control{
    width: 100%;
  }
}

.panel .button:first-child{
  margin-top:0.5em;
}


.panel-default>.panel-heading{
  /*color: white;*/
  /*background-color: #333;*/
  background-color: #33333378;
}

.nav-tabs>li>a:hover{
  color:#333;
}

.sidebar.component-section{
  position: sticky;
  top: 10px;
}

/* Text overflow for table td in list mode */

.bx_list_form_row>td {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 500px;
}

/* bootsrap tooltip width customization */

.tooltip-inner {
    max-width: 500px !important;
    width: 350px;
}

.form-label,.form-label-bold,.inline{
  display:inline;
}


/* disabled button hover  */
a.button.disabled:hover{
  text-decoration:none;
}

.eform-attr-eform-view .eform-attr-label{
  cursor: text;
}

.nav>li.profile-page{
  position:absolute;
  right: 11.5em;
}

.nav>li.profile-page a{
  display: inline;
}

span.bx_check_header_menu .navbar {
  text-align: left;
  font-size: 10px;
  margin-top: unset;
  border: 1px solid black;
}


/* Ace-editor snippet tooltip fix */

.ace-fix .ace_autocomplete{
  left: 100px !important;
}

.ace-fix .ace_tooltip{
  left: 400px !important;
}

.bx_a_group_vertical>.bx_a_group_vertical {
    margin: 0px;
}

input[type="radio"], input[type="checkbox"] {
  -webkit-margin-before: 15px;
}

.bx_label_wrapper > label.has-tooltip {
  width: calc(90% - 24px);
}

.unseparated-attribute > .bx_value_wrapper {
  position: absolute;
}

.unseparated-attribute::after {
  display: none !important;
}

body.dragging,
body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

.mainbar ul,.mainbar ol {
  padding: 0;
  margin: 0 0 0 10px;
}

.mainbar ol li, .mainbar ul li {
  display: block;
  margin: 5px;
  padding: 5px;
  border: 1px solid #cccccc;
}

.mainbar li:not(.dragged) {
  position: initial;
}

.mainbar li .form-group:after {
  border-top: none;
}

button.multiselect{
  border: 2px solid #0b0c0c;
  border-radius: 0;
  white-space: normal;
}

.multiselect-selected-text{
  /*font-size: 19px;*/
  font-size: inherit;
}

.multiselect-container>li>a>label {
  padding: 3px 20px 3px 5px;
}

.multiselect-container input[type="radio"]{
  display: none;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
 /* background-color: #0b0c0c; Tato farba zaciernuje oznacene podmenu z horneho navbaru*/
  color: #000cff;
  background-color: #f1f1f1;
}

input.form-control.multiselect-search {
    border: 1px solid #ccc;
}

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

ul.multiselect-container li {
  padding: 0px;
  margin: 0px;
  border: none;
}

.modal-dialog{
  
}

.modal-content.panel-default {
  /*max-height: 90vh;*/
  /*overflow-y: scroll;*/
  margin-bottom: 0px !important;
  box-shadow: none !important;
  padding: 20px 40px !important;
}

/*
.modal-content::-webkit-scrollbar {
  width: 10px;
}

.modal-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 10px 10px #ececec;
  border: solid 3px transparent;
}
 
.modal-content::-webkit-scrollbar-thumb {
 box-shadow: inset 0 0 10px 10px #717171;
  border: solid 3px transparent;
}
*/

.modal-body {
  max-height: 75vh;
  overflow-y: scroll;
  /* kvoli tooltipom ktore su moc vysoko a inak su odseknute */
  /*overflow: visible;*/
}

.modal-body::-webkit-scrollbar {
  width: 10px;
}

.modal-body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 10px 10px #ececec;
  border: solid 3px transparent;
}
 
.modal-body::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 10px 10px #717171;
  border: solid 3px transparent;
}

.modal-footer a:first-child {
  background: #000cff!important;
  color: #fff !important;
}

.modal-footer a {
  float: left;
}

.modal-fullscreen {
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

@media (min-width: 1200px) {
    .modal-lg {
        width: 1100px;
    }
}

@media (min-width: 1400px) {
    .modal-lg {
        width: 1300px;
    }
}

/* GLOBAL */
html {
  overflow: hidden;
}
body {
  font-family: 'Roboto', sans-serif;
  overflow: auto;
  /*overflow: hidden;*/
}

h1, h2, h3, h4, h5, .heading-large {
  font-family: Helvetica;
  font-weight: bold;
}

.nav-tabs li {
  top: 0 !important;
}

.help-tip {
  margin: 0 10px;
}

input[type="file"]{
  padding: 7px !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}
/* NAVBAR */
nav {
  background: none !important;
  margin: 0px 28px;
  border: none !important;
  padding: 20px 0;
}

.navbar-brand {
  padding: 0 !important;
}

.navbar-brand img {
  height: 100%;
}

.navbar-nav {
  margin: 0 auto !important;
  width: fit-content;
  float: none;
}

.navbar-default .navbar-nav>.active>a {
  background: none !important;
}

.menulabel {
  color: #000 !important;
  opacity: 0.5;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 12px;
  line-height: 16.8px;
  font-weight: 500;
}

.menulabel:hover {
  animation: menuopacity 0.3s forwards; 
}

@keyframes menuopacity {
  to {
    opacity: 0.75;
  }
}

.active .menulabel {
  font-weight: 600 !important;
  opacity: 0.8 !important;
  color: #fff;
}

.logout-page a span{
  color: #000cff!important;
  opacity: 0.75;
}

/* SUB MENU */
.heading-large{
  text-align: center;
  margin: 0.5em 0 0.5em;
}

.heading-medium {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 0.5em;
}

/* LIST FORM */
[data-url-context$="/filter"] > input {
  margin: 30px auto;
  width: 40%;
  border: 1px solid #000cff !important;
  color: #000cff !important;
  text-align: center !important;
  border-radius: 20px !important;
}

[data-url-context$="/filter"] > input:focus {
  box-shadow: 0 0 3px 0px #000dfb;
}

[data-url-context$="/filter"] > input:focus::placeholder{
  color: transparent !important;
}

.bx_listfooter {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.bx_listfooter > *:after, .bx_listfooter > *:before {
  border: none !important;
}

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

tr, td, th {
  border: none !important;
  text-align: center !important;
}

th a, th div {
  color: #000 !important;
  font-weight: 600 !important;
  letter-spacing: 2px;
  text-transform: uppercase;
}

td {
  max-width: 300px !important;
}

tr .btn-group {
  text-align: left !important;
}

/* https://jump-soft.atlassian.net/browse/E2-742?focusedCommentId=58872 */
/*.table-striped>tbody>tr:nth-of-type(even) ,.table-striped>tbody>tr:nth-of-type(even):hover{*/
/*  background: #fff;*/
/*}*/

/*.table-striped>tbody>tr:nth-of-type(odd) ,.table-striped>tbody>tr:nth-of-type(odd):hover{*/
/*  background: #f1f1f1;*/
/*}*/

tr td:first-child{
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

tr td:last-child{
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

/* FOMRULARE */
#mainBody {
  /*https://jump-soft.atlassian.net/browse/E2-1354*/
  margin: 0 2%;
  /*margin: 0px 28px;*/
}

.panel-default {
  padding: 0;
  border: none !important;
  box-shadow: none;
  border-radius: 8px !important;
}

.panel-default .bx_content {
  border: 8px !important;
}

.panel-default .bx_header {
  padding: 0 !important;
  background: #fff !important;
  border: none;
}

.panel-default .bx_header .nav-tabs {
  color: black !important;
  border-radius: 20px !important;
  background: #f1f1f1 !important;
  border: none;
  box-shadow: none;
}

.panel-default .bx_header .nav-tabs li a {
  text-transform: uppercase;
  letter-spacing: 2px;
  border: none !important;
  opacity: 0.5;
  font-weight: 400;
  font-size: inherit !important;
}

.panel-default .bx_header .nav-tabs li a:hover {
  background: none !important;
  animation: navopacity 0.3s forwards;
}

@keyframes navopacity {
  to {
    opacity: 1;
  }
}

.panel-default .bx_header .nav-tabs {
  display: flex;
  justify-content: center;
}

.panel-default .bx_header .nav-tabs li {
  padding: 3px 12px;
}

.panel-default .bx_header .nav-tabs .active {
  background: #f1f1f1 !important;
  border: none;
  font-weight: 600;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.panel-default .bx_header .nav-tabs .active a {
  opacity: 1;
  background: none;
}

.tab-pane {
  width: 98%;
  margin: 0 auto;
  box-sizing: border-box;
}

.tab-content {
  padding: 10px !important;
  /*background: #f1f1f1 !important;*/
  border-radius: 8px;
}

.form-control {
  /*padding: 20px !important;*/
  border-radius: 5px !important;
  background: #fcfdff;
  border: none !important;
}

.bx_label_wrapper {
  font-weight: 400 !important;
  padding: 9px 0px;
}

.bx_value_wrapper {
  margin: 0px !important;
}

.date input {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.multiselect {
  border: 1px solid #ccc !important;
  border-radius: 5px !important;
  padding: 10px;
  border: none !important;
}

[data-url-context$="formular"] > .bx_row:after, .bx_buttonline:before{
  border: none !important;
}

.bx_edit_display {
  padding: 20px 40px;
}

.eform-attr-label {
  font-family: "Roboto", sans-serif;
  font-size: inherit !important;
  text-transform: inherit !important;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden; 
  width: 100%; 
}

.form-required.disabled,
.form-newline.disabled {
  opacity: 0.5;
}


/* BUTTONY */
.button {
  background: #f1f1f1 !important;
  color: #000 !important;
  font-weight: bold !important; 
  border-radius: 10px !important;
  padding: 12px 20px;
  box-shadow: none !important;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 20px;
  font-size: 11px;
}

.button u {
  text-decoration: none !important;
  font-weight: bold !important;
}

.button hover{
  text-decoration: none !important;
}

.bx_buttonline .button {
  /*background: #e3e3e3 !important;*/
}

.bx_buttonline .btn-lg, .bx_buttonline a:first-child {
  background: #000cff!important;
  color: #fff !important;
}

[data-tailor-path="form/edit"] > .bx_buttonline a:nth-child(2):not(.inherit-style) {
  background: #e14747 !important;
  color: #fff !important;
}

[data-tailor-path="app/form/edit"] > .bx_buttonline a:nth-child(2):not(.inherit-style) {
  background: #e14747 !important;
  color: #fff !important;
}

.bx_icon:after {
  color: #fff0 !important;
}

/* ************************* LOGIN & REGISTER *************************** */

.bx_page_page nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 200px;
  margin-top: 10%;
}

.bx_page_page nav #navbar-main {
  padding-top: 3%;
}

.bx_page_page .navbar-brand img {
  height: 180%;
}

.main_container {
  min-height: unset !important;
}

[data-url-context$="app/__"], [data-url-context$="app/__/logout"], [data-url-context$="preview/__"], [data-url-context$="devel/__"] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
}

[data-url-context$="app/__"] > * {
  height: unset !important;
}

[data-url-context*="login/form"] {
  background: none !important;
  margin-left: 0 !important;
}

[data-url-context*="login/form"] label,
[data-url-context*="login/form"]:before,
[data-url-context*="login/form"]:after,
[data-url-context*="login/form"] .form-group:before,
[data-url-context*="login/form"] .form-group:after,
[data-url-context*="register/form"] label,
[data-url-context*="register/form"] .bx_label_wrapper,
[data-url-context*="register/form"]:before,
[data-url-context*="register/form"]:after,
[data-url-context*="register/form"] .form-group:before,
[data-url-context*="register/form"] .form-group:after
{
  display: none !important;
}

.bx_value_wrapper {
  padding: 0;
}

[data-url-context*="login/form"] .bx_value_wrapper > .form-group {
  width: 100%;
}

[data-url-context*="login/form"] .form-group {
  width: 80%;
  margin: 0 auto;
}

[data-url-context*="login/form"] input,
[data-url-context*="register/form"] input 
{
  padding: 20px !important;
  border: none !important;
  background: #f1f1f1;
  border-radius: 8px !important;
  /*width: 400px;*/
}

[data-url-context*="login/form"] .bx_buttonline,
[data-url-context*="register/form"] .bx_buttonline
{
  display: flex;
  flex-direction: column;
  align-items: center;
}

[data-url-context*="login/form"] .bx_buttonline a,
[data-url-context*="register/form"] .bx_buttonline a
{
  text-align: center;
  border-radius: 10px !important;
  padding: 12px 20px;
  margin: 15px auto;
  /*width: 50%;*/
}

[data-url-context*="login/form"] .bx_buttonline a:nth-child(2),
[data-url-context*="register/form"] .bx_buttonline a:nth-child(2)
{
  background: none !important;
  color: #000cff !important;
  margin: 0;
}

[data-url-context*="register/form"] input[id$="name"],
[data-url-context*="register/form"] input[id$="surname"] 
{
  /*width: 50% !important;*/
}

[data-url-context*="register/form"] {
  margin-left: 0 !important;
}

[data-url-context*="register/form"] .bx_header {
  display: none;
}

[data-url-context*="register/form/formular"] .bx_value_wrapper {
  width: 100% !important;
}

[data-url-context*="register/form/formular"] input {
  margin: 2px auto !important;
}

[data-url-context$="logoutForm"] {
  display: flex;
  justify-content: center;
  align-items: center;
}

[data-url-context$="logoutForm"] .button {
  padding: 12px 60px;
}


/* ************************* LIST FORMY *************************** */
[data-url-context$="eForm/crud/list"] .table-responsive,
[data-url-context$="enum/list"] .table-responsive
{
  height: 70vh;
  overflow-y: scroll;
}

[data-url-context$="eForm/crud/list"] .table-responsive::-webkit-scrollbar,
[data-url-context$="enum/list"] .table-responsive::-webkit-scrollbar
{
    width: 10px;
}
 
[data-url-context$="eForm/crud/list"] .table-responsive::-webkit-scrollbar-track,
[data-url-context$="enum/list"] .table-responsive::-webkit-scrollbar-track
{
    box-shadow: inset 0 0 10px 10px #ececec;
    border: solid 3px transparent;
}
 
[data-url-context$="eForm/crud/list"] .table-responsive::-webkit-scrollbar-thumb,
[data-url-context$="enum/list"] .table-responsive::-webkit-scrollbar-thumb
{
 box-shadow: inset 0 0 10px 10px #717171;
  border: solid 3px transparent;
}

/* ************************* FORM *************************** */
[data-tailor-path$="cms/item/section"] .heading-large
/*[data-tailor-path$="cms/item/section"] .heading-medium*/
{
  /*display: none;*/
}

[data-url-context$="eForm/crud"] > * .heading-medium {
  /*display: none;*/
}

.panel-body {
  padding: 0;
}

.eform-dashboard {
  width: 100% !important;
}

.panel-heading .heading-small {
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0px;
  font-size: 18px;
}

.component-section {
  padding: 0;
}

.sidebar {
  width: 30% !important;
}

.mainbar {
  width: 70% !important; 
}

.component-section .panel {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
}

.eform-dashboard-components {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  padding: 0 10px;
}

.eform-dashboard-components li {
  background: none;
  border-radius: 4px;
  border: 1px dashed;
  padding: 2%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
} 

/*https://jump-soft.atlassian.net/browse/E2-1354*/
.eform-dashboard-components .eform-attr-label {
  font-weight: normal;
  font-size: 12px !important;
}

.eform-attr-sidebar-view {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.eform-dashboard-eform-panel {
  /*border: 1px dashed #e3e3e3;*/
  border: none;
  padding: 0;
  background: none !important;
}

.eform-dashboard-eform-panel:after {
  display: none;
}

.eform-dashboard-eform-panel .panel-body {
  /*background: #e3e3e3;*/
  /*overflow-y: scroll;*/
  border-radius: 5px;
  padding: 0px 15px;
}

.eform-dashboard-eform-panel .panel-body::-webkit-scrollbar {
    width: 10px;
}
 
.eform-dashboard-eform-panel .panel-body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 10px 10px #ececec;
    border: solid 3px transparent;
}
 
.eform-dashboard-eform-panel .panel-body::-webkit-scrollbar-thumb {
 box-shadow: inset 0 0 10px 10px #717171;
  border: solid 3px transparent;
}

.eform-attr-item {
  border-radius: 5px;
  border: none;
  background: white;
  -webkit-box-shadow: 3px 3px 20px -9px rgba(0,0,0,0.75);
  -moz-box-shadow: 3px 3px 20px -9px rgba(0,0,0,0.75);
  box-shadow: 3px 3px 20px -9px rgba(0,0,0,0.75);
}

p img {
  width: 100%;
  /*width: auto;*/
}


[data-url-context$="releaseNotes"] .bx_header {
  display: none;
}

[data-url-context$="releaseNotes"] .table-responsive {
  text-align: left !important;
}

/* SCROLLING NAV FIXED */
.fixed-to-top{
  top: 0;
  position: fixed !important;
  background: #fff !important;
  width: 97% !important;
  margin: 0 1.5% !important;
  padding: 5px 0 !important;
  z-index: 100;
}

.fixed-to-top-submenu {
  top: 45px;
  margin: 0 auto !important;
  background: #f1f1f1 !important;
  border-radius: 20px !important;
  padding: 0 !important;
}

/* Ostylovanie statickeho textu - zaciatok */

li[data-type="staticText"] ul,
div.note-editable ul {
  list-style-type: disc;
  list-style-position: inside;
}

li[data-type="staticText"] ol,
div.note-editable ol {
  list-style-type: decimal;
  list-style-position: inside;
}

li[data-type="staticText"] li,
div.note-editable li {
  display: list-item;
  margin: 0px;
  padding: 0px;
  border: none;
}

/* Ostylovanie statickeho textu - koniec */

textarea {
  resize: vertical;
}

/* datum v troch samostatnych okienkach pre den, mesiac, rok*/

.date-separated-day, .date-separated-month {
  width: 20%;
  display: inline-block;
  margin-right: 6%;
}

.date-separated-year {
  width: 30%;
  display: inline-block;
}

.height630px {
  height: 630px;
}

/*https://jump-soft.atlassian.net/browse/E2-1354*/
div.redesign-light > ul > li {
  font-size: 9px;
  /*box-shadow: rgba(17, 17, 26, 0.1) 0px 2px 0px;*/
}

.redesign-light > .button {
  font-size: 18px;
  /*border-radius: 50px !important;*/
  /*padding: 7px 20px !important;*/
  /*width: auto;*/
}

.snippet_icon{
  float: right;
  /*margin-bottom: -20px;*/
  /*margin-right: 10px;*/
}

.hierarchy-select.btn-group .dropdown-menu{box-sizing:border-box;min-width:100%;z-index:1035}.hierarchy-select.btn-group .dropdown-menu.inner{border:0 none;border-radius:0;box-shadow:none;float:none;margin:0;padding:0;position:relative}.hierarchy-select.btn-group .dropdown-menu li{position:relative}.hierarchy-select.btn-group .hs-searchbox{padding:4px 8px}.hierarchy-select.btn-group .hs-searchbox>input.form-control{margin-bottom:0;width:100%}.hierarchy-select.btn-group>.dropdown-toggle{padding-right:25px;width:100%}.hierarchy-select.btn-group>.dropdown-toggle:focus{outline:thin dotted #333 !important;outline-offset:-2px}.hierarchy-select.btn-group>.dropdown-toggle>.selected-label{display:inline-block;overflow:hidden;text-align:left;width:100%}.hierarchy-select.btn-group>.dropdown-toggle>.caret{margin-top:-2px;position:absolute;right:12px;top:50%;vertical-align:middle}.hierarchy-select.btn-group .dropdown-menu li[data-level='2']>a{padding-left:40px}.hierarchy-select.btn-group .dropdown-menu li[data-level='3']>a{padding-left:60px}.hierarchy-select.btn-group .dropdown-menu li[data-level='4']>a{padding-left:80px}.hierarchy-select.btn-group .dropdown-menu li[data-level='5']>a{padding-left:100px}.hierarchy-select.btn-group .dropdown-menu li[data-level='6']>a{padding-left:120px}.hierarchy-select.btn-group .dropdown-menu li[data-level='7']>a{padding-left:140px}.hierarchy-select.btn-group .dropdown-menu li[data-level='8']>a{padding-left:160px}.hierarchy-select.btn-group .dropdown-menu li[data-level='9']>a{padding-left:180px}.hierarchy-select.btn-group .dropdown-menu li[data-level='10']>a{padding-left:200px}.has-error .hierarchy-select.btn-group>button,.has-error .hierarchy-select.btn-group>button:active,.has-error .hierarchy-select.btn-group>button:focus,.has-error .hierarchy-select.btn-group>button:hover{border-color:#a94442}.has-error .hierarchy-select.btn-group.open>button,.has-error .hierarchy-select.btn-group.open>button:active,.has-error .hierarchy-select.btn-group.open>button:focus,.has-error .hierarchy-select.btn-group.open>button:hover{border-color:#a94442}.has-error .hierarchy-select.btn-group .form-control{border-color:#ccc}.has-error .hierarchy-select.btn-group .form-control:focus{border-color:#66afe9;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(102,175,233,0.6)}

/*div.html-text-custom-panel-admin .note-insert,*/
/*div.html-text-custom-panel-admin .note-font,*/
/*div.html-text-custom-panel-admin .note-fontsize {*/
/*  display: none; */
/*}*/

/*div.html-text-custom-panel .note-insert,*/
/*div.html-text-custom-panel .note-font,*/
/*div.html-text-custom-panel .note-fontsize,*/
div.html-text-custom-panel .note-misc{
  display: none; 
}

.note-letter-spacing ul {
  min-width: 0 !important;
  width: 31px;
  padding: 5px 0 5px;
}

.note-letter-spacing li {
  padding: 0 !important;
}

/*.note-letter-spacing a {*/
/*  margin: 5px;*/
/*}*/

.note-letter-spacing .dropdown-menu > li > a {
  padding: 0 !important;
  text-align: center;
}

/*.shepherd-enabled.shepherd-target*/
.pulsate-bck  {
	-webkit-animation: pulsate-bck 2s ease-in-out infinite both;
	        animation: pulsate-bck 2s ease-in-out infinite both;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-3-28 0:32:26
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation pulsate-bck
 * ----------------------------------------
 */
@-webkit-keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}


.list-row-color-red:nth-of-type(odd) {
  background: #ff0000cc !important;
}

.list-row-color-red:nth-of-type(even) {
  background: #ff00008c !important;
}

.list-row-color-blue:nth-of-type(odd) {
  background: #b3b6ff !important;
}

.list-row-color-blue:nth-of-type(even) {
  background: #ccceff !important;
}

tr.list-row-strikethrough {
    text-decoration: line-through;
}

tr.list-row-is-master {
  background-color: #a6a6a6 !important;
  color: #ececec;
}

tr.list-row-is-locked td:not(.bx_row_link) {
  /*background-color: #a6a6a6 !important;*/
  /*color: #ececec;*/
  opacity: 0.4;
  cursor: not-allowed;
}

/* zyvraznenie hover riadku */

.table-hover>tbody>tr:hover {
    /*background-color: #bdbdbd;*/
    background-color: #808080 !important;
    color: #333 !important;
}

tr.list-row-is-testing{
  color: #000cff;
}

.eform-attr-xpath-input{
  width: 100%;
}

.component-label-width-85{
  width: 85%;
}