.activity-card-action {
	cursor: pointer;
}

.main {
}

.section {
  flex: 1;
}


ul.ui-autocomplete.ui-menu {
	width: auto;
	list-style: none;
	position: fixed;
}
li.ui-menu-item {
	text-align: left;
   	font-size: 1.1em;
   	background-color: #ebedf0;
   	padding-left: 6px;
   	padding-right: 6px;   
   	cursor: pointer; 	
}    


li.ui-menu-item :hover{
	background-color: lightgray;
}    
	    	
ui-widget-content a {
	color: #FFFFFF /*{fcContent}*/;
}    	  	    	
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	/* border: 1px solid #999; *//*{borderColorHover}*/
	background: #f7f7f7/*{bgColorHover}*/;
	font-weight: bold/*{fwDefault}*/;
}
.ui-helper-hidden-accessible {
	display: none;
}
div.WidgetSorter {
	padding: 0;
}

div.WidgetPassive{
	padding: 0;
}

.autocomplete_highlight {
	font-weight: bold;	
}

ul.ui-autocomplete {
    z-index: 1100;
}

.card {
	height: 100%;
}

/* Should not be used - use class is-danger in stead*/
input.error {
	border-top-color: rgb(241, 70, 104);
    border-right-color: rgb(241, 70, 104);
    border-bottom-color: rgb(241, 70, 104);
    border-left-color: rgb(241, 70, 104);
}

.item{
	display:flex;
    flex-direction:column;
    justify-content:space-between;
    border-radius: 16pt; /* required for v2 widgets rounding */
}

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

@media only screen and (max-width: 768px) {
   table.exercise, tbody.exercise, td.exercise, td.exercise2, tr.exercise {
    display: block;
  }
  tr.exercise {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  th.exercise {
  	display:none;
  }
  tr.exercise { border: 1px solid #ccc; }
  td.exercise {
    display: flex;
    width: auto;
    justify-content: space-between;
    text-align: right;
  }
  td.exercise:before {
    content: attr(data-label);
    font-weight: 600;
    padding-right: .5rem;
    text-align: left;
    white-space: pre-line;
  }
  td.exercise2 {
    display: flex;
    width: auto;
    justify-content: space-between;
    text-align: right;
  }
  td.exercise2:before {
    content: attr(data-label);
    font-weight: 600;
    padding-right: .5rem;
    text-align: left;
  }

}  
  
  @media only screen and (max-width: 768px) {
   table.matching, tbody.matching, td.matching, tr.matching {
    display: block;
  }
  tr.matching {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  th.matching {
  	display:none;
  }
  tr.matching { border: 1px solid #ccc; }
  td.matching {
    display: flex;
    width: auto;
    justify-content: space-between;
    text-align: right;
  }
  td.matching:before {
    content: attr(data-label);
    font-weight: 600;
    padding-right: .5rem;
    text-align: left;
    white-space: pre-line;
  }
  
  .ct-label{
  	font-size:.55rem !important;
  }
}

@media screen and (min-width: 1024px) {
    .navbar-item.is-active .navbar-dropdown.is-boxed {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@media only screen and (max-width: 960px) {
	.smaller-gap-mobile {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	}
	
	
	.collapseCtrl {
    border: none;
}
.expandCtrl {
	border: none;	
}
.expandCollapsImg {
	vertical-align: middle;
	margin-bottom: 2px;
	display: inline;
	width: 14px;
	height: 14px;	
	cursor: pointer;
}
.collapseIndent{
	display: none;
}
.noCollapseIndent{
}
span.expanded {
	background-repeat: no-repeat;
	background-position: left;
	
}
span.collapsed {
	background-repeat: no-repeat;
	background-size: 14px 14px;
	background-position: left;
}
span.nocollapse {
	display: none;
}

span.locked {
    display: none;
}

.has-background-darkgreen {
    background-color: #487100 !important;
}

.hero-margin {
	margin-bottom: -4.75rem;
}

.width-60 {
	width: 60%;
}

.width-auto {
	width: auto;
}

.height-100 {
	height: 100%;
}

.menu-bottom-border {
	border-bottom: 1px solid lightgray;
}

.padding-top-1em {
	 padding-top: 1em;
}

.items-are-vcenter {
  display: flex;
  align-items: center;
}

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

.is-clickable {
  cursor: pointer !important;
}

html,
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
body > footer {
    margin-top: auto;
}

.grid {
	display: grid;
}

.lineMagic {
    overflow: hidden;
    text-align: center;
}
.lineMagic:before,
.lineMagic:after {
    background-color: #000;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.lineMagic:before {
    right: 0.5em;
    margin-left: -50%;
}
.lineMagic:after {
    left: 0.5em;
    margin-right: -50%;
}

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

.table td.is-wrapped, .table th.is-wrapped {
    white-space: normal;
}
.hero.has-background {
  position: relative;
  overflow: hidden;
}
.hero-background {
  position: absolute;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.hero-background.is-transparent {
  opacity: 0.9;
}

.has-background-brightred {
    background-color: #ff1243 !important;
}

li.employee-task-item {
	border-left: 4px solid;
	margin-bottom: 15px; 
	padding-left: 10px;
}

.has-borderleft-primary {
    border-left-color: #762865 !important;
}

.has-borderleft-info {
    border-left-color: #004761 !important;
}

.has-borderleft-grey-dark {
    border-left-color: #4a4a4a !important;
}

.has-borderleft-darkgreen {
    border-left-color: #487100 !important;
}

.has-borderleft-black {
    border-left-color: #0a0a0a !important;
}

.has-borderleft-warning {
    border-left-color: #f0ac00 !important;
}

.has-borderleft-danger {
    border-left-color: #f14668 !important;
}

.has-borderleft-brightred {
    border-left-color: #ff1243 !important;
}

.has-borderleft-success {
    border-left-color: #8fcc00 !important;
}

.inputTooltip {
    position: absolute;
    bottom: 100%;
    transform: translateX(-100%);
    background-color: white;
    color: black;
    border: 1px solid #737373;
    padding: 10px;
    border-radius: 10px;
    text-align: left;
    font-size: 13px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-in-out;
    display: inline-block;
    white-space: nowrap;
    word-wrap: break-word;
    overflow-y: auto;
    box-sizing: border-box;
}

.inputWithTooltip:hover + .inputTooltip,
.inputWithTooltip:focus + .inputTooltip {
    opacity: 1;
    visibility: visible;
}

.tooltipContainer {
    position: relative;
    overflow: visible;
}

th.exercise-akl {
    background-color: #e7e7e7;
}
.content-grey-akl {
    color: #797979;
}

div.bank-account-delimiter {
    padding-top: 20px;
}

hr.bank-account-delimiter {
    margin: 0;
    background-color: #dbdbdb;
}

/* override rounding for widgets */
.box {
    border-radius: 16px !important;
}

.card-header {
    border-radius: 16px 16px 0 0 !important; /* widget title block rounded only at the top */
}

/* override rounding for buttons and tags */
.tag {
    border-radius: 48px !important;
}

.button {
    border-radius: 48px !important;
}

/* top menu, rounding only at the bottom and side margins */
.navbar {
    border-radius: 0 0 16px 16px;
    margin-left: 10px;
    margin-right: 10px;
}
/* banner, rounding and side margins */
#mainBanner {
    border-radius: 16px;
    margin-top: 24px;
    margin-left: 10px;
    margin-right: 10px;
}

@media only screen and (max-width: 768px) {
    .inputTooltip {
        transform: none !important;
    }
}

