body {
    font-family: 'PT Sans',Arial;
    font-size: 14px;
    overflow-y: scroll;    
}

/* Mobile navigation */
.he-mm-expand-btn {
	border: 0px;
	color: #fff;
	background-color: transparent !important;
}
.he-mm-expand-btn:hover {
	color: #eee;
	background-color: transparent !important;
}

/* Forms */
/* Change default labels to normal since bold is to symbolice required */
label {
	font-weight: normal;
}

/* Add required label class */
.label-required {
	font-weight: bold;
}
.label-required:after {
	content:" *";
	color: #ff0000;
}
.label-bold {
	font-weight: bold;
}

/* Add a menu-active class for use with tabs that colors the background of the tab */
.nav-tabs > li.menu-active > a, .nav-tabs > li.menu-active > a:hover, .nav-tabs > li.menu-active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F8F8F8;
    border-color: #DDDDDD #DDDDDD transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #555555;    
    cursor: default;
}   

/* Testar dessa */    
h1, h2, h3, h4, h5, h6 {
    font-family: 'PT Sans', Helvetica, Arial;
    color: #323944;
}

h5 {
    font-weight: bold;
}

.clear-margin {
    padding: 0px;
    margin: 0px;
}

.navbar-brand {
    padding: 15px 15px 15px 0;
    font-weight: bold;
}

.navbar-nav > li > a {
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 14px;
	/* color: #745FA1; */
}

.navbar-default .navbar-nav > li > a {
	color: #777777;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	/* background-color: #DDDBE2; */
	color: #333333;
}

.navbar-default .navbar-brand {
	color: #3C3153;
	font-family: 'PT Serif';
	font-size: 28px;
	line-height: 30px;
}

.page-header {
	margin: 40px 0 0;
	padding-bottom: 9px;
	border: none;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	background-color: #E7E7E7;
	color: #333333;
}

.highestate-header {
	background-color: #DDDDDD;
	border-color: #D7D7D7;		
}
	 
/* Redesign of the breadcrumbs */
.breadcrumb {
	background-color: #fff;
	font-size: 11px;
	color: #999999;
}
.breadcrumb a {
	text-decoration: none;
	color: #999999;
}
.breadcrumb a:hover {
	text-decoration: underline;
}

/* Sets the background and border for the customer overview */
.customer-tab-content {
	background-color: #f8f8f8;
	border-right: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	min-height: 500px;
}

/* Sätter bakgrundsfärg och border för ett objekts content under tabbarna */
.object-tab-content {
	background-color: #f8f8f8; 
	border-right: 1px solid #ddd; 
	border-left: 1px solid #ddd; 
	border-bottom: 1px solid #ddd; 
	min-height: 500px;
	padding-top: 10px;
}


/* Sub menu */
.submenu {
	padding: 5px 0px;
	background-color: #F8F8F8;
	
}

.submenu > li > a {
	color: #777777;
	
}

/* Vertical table */
/* Vertical display is deprecated and should't be used. replace with table-vertical */
.vertical-display {
	/*font-size: 10pt;*/
	text-align: left;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 15px;

}
.vertical-display tr {
	border-bottom: dotted 1px #cccccc;
}
.vertical-display tr th	{
	/*font-size: 10pt;*/
	font-weight: normal;
	padding: 5px 4px;
	color: #3A3E40;
	/* background-color: #eeeeee; */
	width: 40%;
}

.vertical-display tr td	{
	padding: 8px;
	color: #3A3E40;
	background-color: #ffffff;
	width: 60%;
}

/* Vertical table */
.table-vertical {
	text-align: left;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 15px;
}

.table-vertical tr {
	border-bottom: dotted 1px #cccccc;
}

.table-vertical tr th {
	font-weight: normal;
	padding: 5px 4px;
	color: #3A3E40;
	width: 40%;
}

.table-vertical tr td {
	padding: 8px;
	color: #3A3E40;
	background-color: #ffffff;
	width: 60%;
}

/* Horizontal table */
.he-table {
	text-align: left;
}
.he-table > thead > tr > th,
.he-bid-table > thead > tr > th {
	background-color: #DDDBE2;
	color: #3C3153;
}
.he-table tbody tr:nth-child(odd){
	background-color: #eeeeee;
}
.he-table tbody tr:nth-child(even){
	background-color: #ffffff;
}
.he-table .highlight	{
	background: #cccccc; 
	cursor: pointer;
}
.he-table a	{
	text-decoration: none;
}
.he-table a:hover	{
	text-decoration: underline;
}
.he-bid-table > tbody > tr.bid-condition > td,
.he-bid-table > tbody > tr.bid-note > td,
.he-bid-table > tbody > tr.bid-admission > td,
.he-bid-table > tbody > tr.cobidder > td{
	border-top: 0px;
}
.he-bid-table tr.even > td {
	background-color: #ffffff; 
}
.he-bid-table tr.odd  > td {
	background-color: #f8f8f8; 
}
.he-bid-table > tbody > tr.bid-admission > td > p {
	display: inline-block;
	padding: 5px;
}

/* Design table */
.design > tbody > tr > td > a:hover {
	color: #333333;
	text-decoration: underline;
}
.design > tbody > tr > td > a {
	color: #333333;
	text-decoration:none;
}
.design {
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	/* color: #666; */
	color: #333333;
	font-size: 13px;
	letter-spacing: 0.5px;
	text-shadow: 1px 1px 0px #fff;
	background: #eaebec;
	margin: 0px;
	/* border: #ccc 1px solid; */

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	/* box-shadow: 0 1px 2px #d1d1d1; */
}
.design th {
	padding:21px 25px 22px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
}
.design th:first-child{
	text-align: left;
/* 	padding-left:20px; */
}
.design tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.design tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.design tr {
	padding-left:20px;
}
.design tr td:first-child {
	text-align: left;
	border-left: 0;
}
.design tr td {
	padding:18px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.design tr:nth-child(even) td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.design tr:nth-child(odd) td {
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fcfcfc));
	background: -moz-linear-gradient(top,  #ffffff,  #fcfcfc);
}
.design tr:last-child td{
	border-bottom:0;
}
.design tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.design tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.design tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	background-color: #5bc0de;
	border-color: #5bc0de;
}

/* HighEstate Label */
.label-highestate {
	background-color: #FFFFFF;
	color: #3A3E40;
	font-weight: normal;
	letter-spacing: 1.1px;
	font-family: 'PT Sans',Arial;
	font-size: 14px;
}

/* DataTables */
.pagination {
	margin: 10px 0;
}
.dataTables_info {
    margin: 15px 0;
}
table.dataTable tr.odd td.sorting_1 {
    background-color: #e8e8e8;
}
table.dataTable tr.even td.sorting_1 {
    background-color: #f8f8f8;
}
table.dataTable thead th {
    border-bottom: 2px solid #DDDDDD;
    vertical-align: bottom;
    cursor: pointer;
    font-weight: bold;
    padding: 8px;
    text-overflow: ellipsis;
    overflow: hidden;
	white-space: nowrap;
	max-width: 120px;
}
table.dataTable tr td {
	text-overflow: inherit;
	overflow: visible;
	max-width: none;
	white-space: inherit;
}
table.dataTable tfoot {
	display: none;
}
table.dataTable tfoot.visible {
	display: table-header-group;
}
table.dataTable tfoot th {
	font-weight: normal;
	height: 0px;
	overflow: hidden;
	padding: 0px;
	position: relative;
}
table.dataTable tfoot th input[type="text"],
table.dataTable tfoot th select {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.dataTables_filter {
	position: relative;
}
table.dataTable tfoot th .he-filtering-icon,
.dataTables_filter .he-filtering-icon {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	width: 30px;
	height: 30px;
	font-size: 10px;
	line-height: 34px;
	text-align: center;
	color: #999;
}
table.dataTable tfoot th.active .he-filtering-icon {
	color: #000;
	cursor: pointer;
}
table.dataTable tfoot th.active .he-filtering-icon:before {
	content: "\f00d";
}
table.dataTable tfoot th .he-datatables-filter-range-date,
table.dataTable tfoot th .he-datatables-filter-range-int,
table.dataTable tfoot th .he-datatables-filter-range-date-time {
	width: 50%;
	display: inline;
}
table.dataTable tr.busy.odd td {
	background: #FCEDD9;
}
table.dataTable tr.busy.odd:hover td,
table.dataTable tr.busy.even td {
	background: #FAE5C7;
}
table.dataTable tr.busy.even:hover td,
table.dataTable tr.busy.odd td.filtered {
	background: #F8DCB4
}
table.dataTable tr.busy.odd:hover td.filtered,
table.dataTable tr.busy.even td.filtered {
	background: #F7D3A1;
}
table.dataTable tr.busy.even:hover td.filtered{
	background: #EFA743;
}
table.dataTable tr.odd td.filtered {
	background: #E6E6E6;
}
table.dataTable tr.odd:hover td.filtered,
table.dataTable tr.even td.filtered {
	background: #D7D7D7;
}
table.dataTable tr.even:hover td.filtered{
	background: #C8C8C8;
}
#speculants_wrapper > div > div.container {
	width: auto;
	padding: 0;
}

/* Autocomplete */
h5.autocomplete-heading {
	font-weight: 500;
	font-size: 14px;
	font-family: 'PT Sans';
	padding: 0px;
	margin: 0px;
}
.autocomplete-text {
	font-weight: normal;
	font-size: 11px;
	font-family: 'PT Sans';
	padding: 0px;
	margin: 0px;
}

/**
 * (C)Leanest CSS spinner ever
 */
@keyframes spin {
	to { 
		transform: rotate(1turn); 
		-webkit-transform: rotate(1turn);
	}
}
.spinner {
	position: relative;
	display: inline-block;
	width: 5em;
	height: 5em;
	margin: 0 .5em;
	font-size: 12px;
	text-indent: 999em;
	overflow: hidden;
	animation: spin 1s infinite steps(8);
	-webkit-animation: spin 1s infinite steps(8);
}
.small.spinner {
	font-size: 6px;
}
.large.spinner {
	font-size: 24px;
}
.spinner:before,
.spinner:after,
.spinner > div:before,
.spinner > div:after {
	content: '';
	position: absolute;
	top: 0;
	left: 2.25em; /* (container width - part width)/2  */
	width: .5em;
	height: 1.5em;
	border-radius: .2em;
	background: #eee;
	box-shadow: 0 3.5em #eee; /* container height - part height */
	transform-origin: 50% 2.5em; /* container height / 2 */
	-webkit-transform-origin: 50% 2.5em; /* container height / 2 */
}
.spinner:before {
	background: #555;
}
.spinner:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	background: #777;
}
.spinner > div:before {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	background: #999;
}
.spinner > div:after {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	background: #bbb;
}

/*
 * Upload
 */
#upload {
    font-family:'PT Sans', sans-serif;
}
#drop {
    padding: 40px 50px;
    margin-bottom: 30px;
    border: 5px dashed;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    font-size:16px;
    font-weight:bold;
    color:#7f858a;
}
#drop a {
	margin-top:12px;
}
#drop a:hover {
    background-color:#0986a3;
    text-decoration: none;
}
#drop input {
    display:none;
}
#upload ul {
    list-style: none;
    margin: 0 0;
    border-top: 1px solid #c8c8c8;
}
#upload ul li {
    height: 80px;
	padding-left: 0px;
	margin-left: -30px;
    position: relative;
    border-bottom: 1px solid #c8c8c8;
}
#upload ul li p {
    width: 144px;
    overflow: hidden;
    white-space: nowrap;
    color: #999999;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 100px;
}
#upload ul li i {
    font-weight: normal;
    font-style:normal;
    color:#333333;
    display:block;
}
#upload ul li canvas {
    top: 15px;
    left: 32px;
    position: absolute;
}
#upload ul li span {
    width: 15px;
    height: 12px;
    background: url('/includes/images/icons.png') no-repeat;
    position: absolute;
    top: 34px;
    right: 33px;
    cursor:pointer;
}
#upload ul li.working span {
    height: 16px;
    background-position: 0 -12px;
}
#upload ul li.error p{
    color:red;
}
#upload ul li.error span {
    background-position: 0 -12px;
}

/* Google Maps Canvas */
#map-canvas {
	width: 100%;
}

@media (max-width: 767px) {
	.he-main-content-container {
		margin-top: 30px;
	}
}
.left-inner-addon {
    position: relative;
}
.left-inner-addon input {
    padding-left: 30px;    
}
.left-inner-addon i {
    position: absolute;
    padding: 10px 12px;
    pointer-events: none;
}
.right-inner-addon {
    position: relative;
}
.right-inner-addon input {
    padding-right: 30px;    
}
.right-inner-addon i {
    position: absolute;
    right: 0px;
    padding: 10px 12px;
    pointer-events: none;
}

.dropdown-menu a.disabled {
	color: #999;
	cursor: default;
}

/* Image chapter */
.he-chapter .he-chapter-handle {
	cursor: move;
}
.he-chapter-image {
	width: auto;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	margin-bottom: 20px; /* or your custom logic */
}
.he-chapter-placeholder {
	width: 150px;
	min-height: 190px;
	border: 3px #999 dashed;
	display: block;
	border-radius: 15px;
}

.he-chapter-image .thumbnail {
	margin-bottom:0;
}

.he-chapter-video-sorter .he-chapter-placeholder {
	min-height: 130px;
}
.he-chapter-video {
	width: auto;
}

fieldset {
	margin-bottom: 20px;
}

fieldset > legend {
	margin-bottom: 10px;
}

/* Historik-meny  */
#he-history-menu-wrapper {
	position: fixed;
	z-index: 99999999;
	height: 75%;
	top: 150px;
	width: 300px;
}

@media (max-width: 991px) {
	#he-history-menu-wrapper {
		display: none;
	}
}

#he-history-menu {
	background-color: rgb(251, 251, 251);
	border-bottom-right-radius: 7px;
	border-top-right-radius: 7px;
	overflow-y: hidden;
	padding: 0px 7px;
	width: 270px;
	height: 100%;
	border: 1px #eee solid;
}

.he-history-menu-button {
	position: absolute;
	right: 0px;
	left: auto;
	top: 30px;
	width: 15px;
	height: 6em;
	padding: 30px 15px;
	background-color: rgb(251, 251, 251);
	border-bottom-right-radius: 7px;
	border-top-right-radius: 7px;
	cursor: pointer;
	border: 1px #eee solid;
	box-shadow: 2px 2px 2px #aaa;
	border-left: 0px;
}
#he-history-menu-wrapper.visible #he-history-menu,
#he-history-menu-wrapper.sliding #he-history-menu {
	box-shadow: 2px 2px 2px #aaa;
}
.he-history-menu-button > div {
	font-family: 'PT Sans';
	font-size: 14px;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	display: block;
	position: relative;
	top: 25px
}

/* Datatables filter */
.he-filtering-menu {
	padding-bottom: 10px;
	padding-left: 0px;
}
.he-filtering-menu button i {
	margin-right: 7px;
}
.he-filtering,
.he-columns {
	display: none;
	background-color: #efefef;
	padding: 10px 20px 20px 20px;
	margin-bottom: 10px;
}
.he-filtering hr {
	border: 1px #999 dotted;
}
.he-column-submenu {
	min-height: 210px;
}
.he-column-submenu .checkbox {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

div.checkbox.disabled {
	color: #666;
}

/* Checklistan */
.checklist {
	padding-right: 0px;		
}
.checklist .checklist-item-count-container {
	color: #aaa;
}
.checklist li {
	font-family: 'PT Sans', Helvetica, Arial;
	padding: 0px;
}
.checklist li:hover {
	cursor: pointer;
}
.checklist .checklist-item-label {
	display: block;
	padding: 7px 7px;
}
.checklist-header {
	background-color: #F8F8F8;
}
.checklist-header > .checklist-item-label {
	font-weight: bold;
}
.checklist .broker {
	background-color: #e0f2fe;
	border-color: #bae6fd;
}
.checklist .checked {
	background-color: #DFF0D8;
	border-color: #D6E9C6;
	color: #468847;
}
.checklist .checked a {
	color: #468847;
}
.checklist .required {
	color: #333;
	font-weight: bold;
}
.checklist .optional {
	color: #555;
}
.checklist-caret,
.checklist-group-caret,
.checklist-btn i {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.checklist-caret,
.checklist-group-caret {
  float: right;
}
.checklist-caret:before,
.checklist-group-caret:before {
  content: "\f0da";
}
.list-group-item.expand .checklist-caret:before,
.list-group-item.group-expand .checklist-group-caret:before {
  content: "\f0d7";
}
.checklist-expand {
	display: none;
}
.list-group-item.expand .checklist-expand {
	display: block;
}
.checklist-group-user,
.checklist-group-date {
	display: none;
	width: 65%;
}
.checked .checklist-group-date,
.checked .checklist-group-user {
	display: block;
}
.checklist-group {
	margin: 0px;
	display: none;
}
.group-expand .checklist-group {
	display: block;
}
.checklist-expand {
	padding: 2%;
	margin: 0px;
	border-top: 1px #F8F8F8 solid;
	background-color: #fff;
	color: #666;
	width: 100%;
}
.checklist-btn i:before {
	content: "\f046";
}
.checklist-btn i, .checklist-btn span {
	margin-right: 10%;
}
.checked .checklist-btn i:before {
	content: "\f147";
}
.checklist-btn {
	min-width: 80px;
}
.checklist-group-action-buttons {
	display: flex;
	justify-content: end;
	gap: 5px;
	margin-top: 10px
}
.checklist-check-without-trigger-btn {
	min-width: 149px;
}
.truncate {
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}

.btn-checkbox {
	background-color: #fff;
	border-color: #ccc;
	color: #333;
}
.btn-checkbox:hover {
	background-color: #ebebeb;
	border-color: #adadad;
	color: #333;	
}
.btn-checkbox:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 7px;
	content: "\f096";
}
.btn-checkbox.checked:before {
	content: "\f046";
}
.btn-checkbox.checked {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-checkbox.btn-info.checked {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.a-block {
	background-color: #f8f8f8; 
	padding: 15px; 
	display: block; 
	text-decoration: none;
	color: #222;
	position: relative;
}
.a-block .media-body {
	padding-left: 1px;
}
.a-block.with-buttons {
	padding-bottom: 45px;
}
.a-block:hover {
	background-color: #eeeeee;
	text-decoration: none;
	color: #222;
}
.a-block .media-heading {
	color: #222;
}
.a-block .media-icon {
	color: #666;
}
.a-block .buttons {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.he-filter-box {
	position: relative;
  	margin-bottom: 20px;
  	background-color: #fff;
  	border: 1px solid #ddd;
  	border-radius: 4px;
  	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.he-filter-box-inner {
	display: none;
  	padding: 15px;
  	border-top: 1px solid #ddd;
}
.he-filter-box:before {
	display: table-cell;
	content: "";
}
.he-filter-box-header {
	cursor: pointer;
	padding: 10px 15px;
	border-bottom: 1px solid #ddd;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #333;
	background-color: #f5f5f5;
}
.he-filter-box-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
}
.he-filter-box-title:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f196";
	margin-right: 5px;
}
.he-filter-box-title[data-item-count]:after {
	display: inline-block;
	margin-left: 5px;
	content: "(" attr(data-item-count) " aktiva)" ;
}
.he-filter-box.active .he-filter-box-title:before {
  	content: "\f147";
}
.he-filter-box.active .he-filter-box-inner {
	display: block;
}
.he-filter-box .checkbox {
	margin: 5px;
	display: inline-block;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.he-filter-box .checkbox.checked {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}
.he-filter-box .checkbox:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 5px;
	content: "\f096";
}
.he-filter-box .checkbox.checked:before {
	content: "\f046";
}
.he-filter-box .checkbox input[type="checkbox"] {
	display: none;
}
.he-filter-box-subheader {
	margin: 20px 0px 10px;
	font-weight: bold;
}
.he-filter-box-subheader:first-child {
	margin-top: 0px;
}
.he-extra-toolbar {
	float: left;
	margin-right: 5px;
}

/**
 * Checklist item sorter
 */
.he-checklist-item-sorter {
	list-style-type: none;
	padding-left: 0px;
	margin: 0px;
}
.he-checklist-item-sorter-header,
.he-checklist-item-sorter-footer {
	padding: 10px 10px;
	border: 1px #ddd solid;
	background: #eee;
	position: relative;
}
.he-checklist-item-sorter-header {
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-ms-border-radius: 5px 5px 0px 0px;
	-o-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}
.he-checklist-item-sorter-footer {
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-ms-border-radius: 0px 0px 5px 5px;
	-o-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}
.he-checklist-item-sorter .he-checklist-item {
	padding: 10px;
	border: 1px #ddd solid;
	cursor: move;
	position: relative;
}
.he-checklist-item-sorter .he-checklist-item:before,
.he-checklist-item-sorter-header:before,
.he-checklist-item-sorter-footer:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 5px;
	content: "\f058";
	color: #5cb85c;
}
.he-checklist-item-sorter .he-checklist-item:after,
.he-checklist-item-sorter-header:after {
	display: block;
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -8px;
	font-family: FontAwesome;
	font-style: normal;
	font-size: 2em;
	font-weight: normal;
	line-height: 12px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0d7";
	color: #ddd;
	z-index: 1;
}
.he-checklist-item-sorter-header:after {
	color: #eee;
}
.he-checklist-item-sorter .he-checklist-item.ui-sortable-helper:after {
	display: none;
}
.he-checklist-item-sorter .he-checklist-item-delete {
	float: right;
}

/**
 * Bootstrap inline input group fix
 */
.inline-input-group {
    display: inline-table;
    vertical-align: middle;
}
.inline-input-group .input-group-addon,
.inline-input-group .input-group-btn,
.inline-input-group .form-control:not(.custom-width),
.inline-form-control:not(.custom-width) {
    width: auto !important;
}
.inline-form-control {
	display: inline;
}
.inline-checkbox-menu {
	margin: 0px;
}
.inline-checkbox-menu input[type="checkbox"] {
	float: none;
}

/**
 * Revealer
 */
p.he-revealer.disabled{
	color: #999;
}
span.he-revealer.disabled{
	color: #999;
}

/**
 * List admin badges
 */
.a-block.admin .media-body:before{
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 2em;
	content: "\f005";
	background: #fff;
	color: #666;
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	padding: 15px 10px;
	border-bottom-left-radius: 50%;
	border-top-left-radius: 50%;
}
.a-block.admin:hover .media-body:before{
	color: #555;
}

/**
 * Role table
 */
.he-user-role-table>tbody>tr>td {
	vertical-align: bottom;
}

/**
 * Maximized container
 */
.container.max {
	width: 95%;
	width: -moz-calc(95% - 120px);
	width: -ms-calc(95% - 120px);
	width: -webkit-calc(95% - 120px);
	width: -o-calc(95% - 120px);
	width: calc(95% - 120px);
	padding: 0px;
}

@media(max-width: 1351px){
	.container.max .container {
		width: 100%;
	}
}

/**
 * Worklist checklist item map
 */
.he-worklist-checklist-step-map {
	text-align: center;
	border-top: 1px #eee solid;
	padding-top: 20px;
}
.he-worklist-checklist-step-map-step {
	font-size: 1em;
	display: inline-block;
	padding: 10px;
	margin: 5px 0px;
	cursor: pointer;
	border-radius: 15px;
}
.he-worklist-checklist-step-map-step.active {
	background: #5bc0de;
	color: #fff;
}
.he-worklist-checklist-step-map-label a {
	color: #000;
}
.he-datatable-sidebar-template {
	display: none;
}
.panel-group .panel-heading {
	cursor: pointer;
}
.he-statistics-chart {
	min-height: 40vh;
}
.he-statistics-row-color {
	height: 20px;
	margin: 20px 0px;
	text-align: right;
}
.he-statistics-row-color span {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.he-statistics-row-label {
	line-height: 20px;
	margin: 20px 0px;
}
.he-statistics-view {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 25px 0px;
	margin: 15px 0px;
	min-height: 40vh;
	position: relative;
}
.he-statistics-view table {
	margin-bottom: 25px;
}
.he-statistics-view table span.segment-description {
	display: block;
	font-size: 9pt;
	color: #666;
}
.he-statistics-welcome {
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.he-statistics-welcome h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	margin: 0px;
}
.he-inactive {
	background-color: #ddd;
}

.marton-norway-journal-update {
    color: #ff0000;
    text-transform: uppercase;
}
.marton-norway-journal-update:after {
    content: "\0020\0028UPPDATERA\0020JOURNAL\0029"
}

.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mb-5 {
	margin-bottom: 5em !important;
}

#meta-preview {
	width: 500px;
	height: 760px;
	max-height: 80vh;
	border: 0;
}

.meta-modal-content {
	display: flex;
	justify-content: center;
	align-items: center;
}

#photography_date_edit {
	display: flex;
}

#photography_date_edit .form-group {
	margin-bottom: 0px;
}

#photography_date_edit button {
	margin-left: 8px;
	height: 34px;
}

.flatpickr-input[readonly] {
	background-color: white;
}
