a {
	cursor: pointer;
}

.colheader 
{ 
	padding: 2px; 
	background-color: #e5e5e5;
	cursor: pointer; 
}

.modal-inner
{
	padding: 20pt;
}

.text-to-top {
	vertical-align: top;
}

/* School specific style (enheter.html) */
div.school_activity_area {
	padding: 2px;
	float: left;
	width: 100%;
	margin-bottom: 1.75em;
}

.school_activity_area > h4 {
	margin: 0px;
}
div.school_activity_area_odd {
	background-color: #EEEEEE;
}
.school_odd {
	clear: both;
}
.school_odd, .school_even {
	float: left;
	width: 50%;
	margin-bottom: 0px;
}
a.school_link {
	cursor: pointer;
	font-weight: bold;
}
a.school_link.selected {
	color: #444;
	text-decoration: none;
	cursor: default;
}
ul.school_area_list {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
ul.school_area_list > li {
	padding: 0px;
}

.wait {
    cursor: wait !important;
}

.alert {
	background: url(../images/fa-png/orange/png/26/exclamation-triangle-solid.png) no-repeat center left;
    padding: 5px 5px 5px 30px;
    font-weight: normal;
}

.alert-left-top {
    background: url(../images/fa-png/orange/png/26/exclamation-triangle-solid.png) no-repeat;
    background-position: left top 6px;
    padding: 6px 15px 5px 25px;
    margin-left: 3px;
    font-size: 0.95em;
    font-weight: normal;
}

.error_msg {
    background: url(../images/error.png) no-repeat center left;
}

.vb-modal-overlay {
  /* A dark translucent div that covers the whole screen */
  position: fixed;
  z-index:9999;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:#000000;
  opacity: 0.6;
}
.vb-modal-dialog {
  /* A centered div above the overlay with a box shadow. */
  z-index:10000;
  position: fixed;
  width: 800px; 

  /* Center the dialog */
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);

  background-color: #fff;
  box-shadow: 4px 4px 80px #000;
  padding: 1px;
}
.vb-modal-dialog-content {
  padding:20px;
  text-align: left;
}
.vb-modal-close {
  position: absolute;
  top: 3px;
  right: 5px;
  padding: 5px;
  cursor: pointer;
  font-size: 120%;
  display: inline-block;
  font-weight: bold;
  font-family: 'arial', 'sans-serif';
  font-size: 16px;
}

.vb-modal-title {
	width: 100%;
	padding: 8px 8px;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	
	background: #ededed; /* Old browsers */
	background: -moz-linear-gradient(top,  #ededed 0%, #ededed 10%, #b7b7b7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(10%,#ededed), color-stop(100%,#b7b7b7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ededed 0%,#ededed 10%,#b7b7b7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ededed 0%,#ededed 10%,#b7b7b7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ededed 0%,#ededed 10%,#b7b7b7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ededed 0%,#ededed 10%,#b7b7b7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#b7b7b7',GradientType=0 ); /* IE6-9 */

	border: solid 1px #B0B0B0;

}


.vb-modal-dialog-buttons {
	padding: 0px 16px 8px 16px;
}

.timepicker {
	font-size: 14px; 
	padding: 3px 2px;
}

.dataTables_wrapper .top,
.dataTables_wrapper .bottom {
	margin-top: 8px;
	margin-bottom: 8px;
}

table.datatable tr:nth-child(odd) {
   background:#EEEEFF;
}
table.datatable > tr:nth-child(even) {
   background:#DDDDEE;
}

table.datatable th {
  border-bottom: 1px solid #888888;
  background: #e5e5e5;      
}
table.datatable td, table.datatable th { padding: 5pt; }

table tr.tr-odd {
   background:#EEEEFF !important;	
}

table tr.tr-even {
   background:#DDDDEE !important;
}

a.vb-link-disabled {
    color: black;
    cursor: text !important;
    pointer-events: none;
    display: inline-block;
    text-decoration: none;
}

img.ui-datepicker-trigger {
  cursor: pointer;
}

.html-text {
	white-space: pre-wrap; /* så att newlines ritas us */
}

.toast-bottom-center { 
  bottom: 12px; 
  left: 50%; 
  margin-left: -150px; 
} 
@media all and (max-width: 240px) { 
  .toast-bottom-center { 
    margin-left: -54px; 
  } 
} 
@media all and (min-width: 241px) and (max-width: 320px) { 
  .toast-bottom-center { 
    margin-left: -64px; 
  } 
} 
@media all and (min-width: 321px) and (max-width: 480px) { 
  .toast-bottom-center { 
    margin-left: -96px; 
  } 
}

.toast-top-center { 
  top: 12px; 
  left: 50%; 
  margin-left: -150px; 
}
@media all and (max-width: 240px) { 
  .toast-top-center { 
    margin-left: -54px; 
  } 
}
@media all and (min-width: 241px) and (max-width: 320px) { 
  .toast-top-center { 
    margin-left: -64px; 
  } 
}
@media all and (min-width: 321px) and (max-width: 480px) { 
  .toast-top-center { 
    margin-left: -96px; 
  } 
}


#vb-confirm-dialog {
	width: 100%;
	position: relative;
}

#vb-confirm-message {
	padding-top: 10px;
}

#vb-confirm-title {
	font-weight: bold;
	font-size: 16px;
}

#vb-confirm-button-container {
	position: relative;
	width: 100%;
	text-align: right;
	margin-top: 20px;
}

#vb-confirm-button-container button{
    display: inline-block;
	margin-left: 10px;
}

.notify-success {
  color: #270;
  border: 1px solid #270;
  background-color: #DFF2BF;
}

.notify-warning {
  color: #9f6000;
  border: 1px solid #9f6000;
  background-color: #ffe3b8;
}

.notify-info {
  color: #29445e;
  border: 1px solid #29445e;
  background-color: #bdd0e2;
}

.notify-info, .notify-warning, .notify-success, .notify-error {
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
  /*border-radius: 3px 3px 3px 3px;*/
  /*box-shadow: 2px 2px 1px #888888;*/
}


.vb-info-icon {
	color: #4877A5;
}

a.primary {
	background-color:#4877a5;
	color:#FFF;
	border-color:#29445e;
	border-width:0px;
	border-style:solid;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	padding:0.2em 0.8em;
	line-height:2.4em;
	margin:2px;
	letter-spacing:1px;
}

div.contact_block {
	min-width: 300px;
	min-height: 50px;
	float: left;
	margin-bottom: 15px;
}


.cap {
    text-transform: capitalize;
}

.fa-pencil {
	color: #444;
}

.fa-tags,
.fa-clock-o {
	color: #4877a5;
}

.fa-times.fa-lg {
	font-size: 1.5em;
}

.pieLabel {
	font-size: 10px;
  border: 1px solid #ccc !important;
  padding: 0.3em !important;
  background-color: #fff !important;
  white-space: nowrap !important;
}

.pieLabelBackground {
	background-color: none !important;
}

input.token {
    background-color: #F5F5F5 !important;
    border: 0px;
    color: #4877A5 !important;
}

input.macroToken {
    padding: 2px 6px 3px;
    align-items: flex-start;
    font-size: 13.3333px Arial;
    margin: 0em;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    text-align: start;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #B4B1B1;
}

input.macroToken:hover {
    background-color: #B4B1B1;
}

input.macroToken.small-macro {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 11px;
    line-height: 20px;
}

 /* bubble message box effect */
span.error_bubble {
	border: 1px solid #E12323;
	border-radius: 5px;
	height: 36px;
	padding: 10px;
	z-index: 1;
	float: left;
	position: absolute;
	background: #E12323;
	color: #ffffff;
	margin-top: -18px;
	margin-left: 6px;
	-webkit-box-shadow: 10px 7px 22px -8px rgba(94,94,94,1);
	-moz-box-shadow: 10px 7px 22px -8px rgba(94,94,94,1);
	box-shadow: 10px 7px 22px -8px rgba(94,94,94,1);
}

span.error_bubble:after{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 4px 7px 4px 0;
	border-color: transparent #E12323;
	display: block;
	width: 0;
	z-index: 0;
	margin-top: -6px;
	left: -6px;
	top: 50%;
}

span.error_bubble:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 4px 7px 4px 0;
	border-color: transparent #E12323;
	display: block;
	width: 0;
	z-index: 1;
	margin-top: -6px;
	left: -8px;
	top: 50%;
}
 /* provide input box red border with failed validation */
.error_input {
	border: 2px solid rgba(222, 8, 8, 0.89) !important;
}

i.error_icon {
	color: #f89406 !important;
} 


/* Overriding main.css */
.tr-odd td,.td-odd{
	background-color:inherit;
}
.tr-even td,.td-even{
	background-color:inherit;
}
/* Overriding datatables css */
table.dataTable thead th, table.dataTable thead td {
	border-bottom: 1px solid #555;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #555;
}
table.vb-table > tbody > tr:nth-child(odd),
table.vb-table > tr:nth-child(odd) {
    background-color: #fffffe;
}
table.vb-table > tbody > tr:nth-child(even),
table.vb-table > tr:nth-child(even) {
    background-color: #EEE;
}

table.dataTable > tr.odd,
table.dataTable > tbody > tr.odd,
table > tr.tr-odd,
table > tbody > tr.tr-odd,
table.vb-table > tr.vb-odd-row,
table.vb-table > tbody > tr.vb-odd-row,
table.vb-table-tr > tr.tr-odd,
table.vb-table-tr > tbody > tr.tr-odd,
table.vb-table > tr.tr-odd,
table.vb-table > tbody > tr.tr-odd {background-color: #EEE !important;}
table.dataTable > tr.even,
table.dataTable > tbody > tr.even,
table > tr.tr-even,
table > tbody > tr.tr-even,
table.vb-table > tr.vb-even-row,
table.vb-table > tbody > tr.vb-even-row,
table.vb-table-tr > tr.tr-even,
table.vb-table-tr > tbody > tr.tr-even,
table.vb-table > tr.tr-even,
table.vb-table > tbody > tr.tr-even {background-color: #fffffe !important;}
/* Generic vb-table css */
table.vb-table > thead > tr > th {
	padding: 0.5em 0.5em;
	padding-right: 1em;
	background-color: #EEE;
	color: #5e5e5e;
	margin: 0 !important;
	border-left: 1px dotted #CCC;
	border-top: 1px dotted #CCC;
}
table.vb-table > thead > tr > th:last-child {
	border-right: 1px dotted #CCC;
	
}
table.vb-table > tbody > tr > td {
    padding-bottom: 0.4em;
    padding-top: 0.4em;
    margin: 0;
    border-left: 1px dashed #CCC;
}

table.vb-table > tbody > tr > td:last-child {
    border-right: 1px dashed #CCC;
}

table.vb-table-small > thead > tr > th {
	padding: 0.3em 0.5em;
}

table.vb-table > tbody {
	border: 1px solid #F5F5F5;
}

table.week-overview-table > tbody {
    border: 1px dashed #CCC;
}

/* Repositioning the datatable elements */
.dataTables_info {
	clear: inherit !important;
	float: right !important;
}
.dataTables_filter {
	clear: both;
	float: left !important;
}
table.vb-table-small > tbody > tr > td {
	border-bottom: 1px solid #EEE;
}

/**
 * Style for dropdown-multiselect
 */
div.dropdown-multiselect button {
    width: inherit;
    background-color: #f8f8f8;
    color: #000;
    border-color: #919191;
    border-width: 1px;
    font-family: Verdana;
}

/***
 * Style for pagination buttons: Current button and non-disabled buttons when hovering
 */
.paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover:not(.disabled) {
	background: #e9e9e9 !important;
	border: 1px solid #979797;
	color: #333 !important;
}
/* Smaller buttons */
.dataTables_wrapper .dataTables_paginate .paginate_button {
	padding-top: 0.3em !important;
	padding-bottom: 0.3em !important;
}
/* Disabled buttons */
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled a,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
	color: #CCC !important;
}

.ui-dialog {
	z-index: 1500 !important;
}

.stickytip {
    border: 1px solid #C0C0C0;
    padding: 0px 10px 10px 10px;
    margin-bottom: 5px;
}

.fa-question-circle {
	color: #4877A5;
	cursor: help;
}
.fa-info-circle {
	color: #4877A5;
}

.fa-exclamation-triangle {
  color: #FFCC00;
}

.fa-times {
    color: #c41130;
}

i.tickable {
  cursor: pointer !important;
}

a.green-font{
    color : green !important;
}

span.green-font {
    color : green !important;
}

a.red-font{
    color : red !important;
}

span.red-font {
    color : red !important;
}

table.poll-table > tbody > tr > td {
    word-break: break-all;
}

/* Start page */
.page_header {
    background-color: #FFFFFF;
    min-height: 100px;
    position: relative;
    z-index: -1;
}
.page_subheader {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(255,255,255,0.8);
    padding-top: 1.5em;
    padding-bottom: 0.7em;
}
.page_main_headline {
    font-size: 3em;
    margin: 0 auto;
    padding-left: 10px;
}
.page_sub_headline {
    font-size: 1.5em;
    margin: 0 auto;
}
.page_subheader_logo {
    background-color: rgba(255,255,255,1);
    width: 110px;
    height: 100%;
    position: absolute;
    top: 0;
    text-align: center;
}
.page_subheader_logo img {
    max-width: 110px;
    max-height: 100%;
}
div.page_data {
    margin: 0 auto;
    /*background-color: #f7f7f7;*/
    padding: 1.5em;
    padding-top: 3em;
    margin-bottom: 3em;
    border: 1px solid #ccc;
    font-size: 14px;
    line-height: 18px;
    /*border-radius: 5px;*/
    position: relative;
}
div.page_data button {
    position: absolute;
    bottom: 1em;
    right: 1em;
    border-radius: 5px;
}
div.page_data.vbanken_support_info {
    padding-top: 0em;
    margin-top: 3em;
}
div.page_data_header {
    /*background-color: #FFFFFF;
    color: white;*/
    padding: 0.6em;
    padding-left: 2em;
    width: 60%;
    font-size: 1.2em;
    position: relative;
    left: -2em;
    top: -1em;
    border-radius: 5px;
}
div.page_footer {
    text-align: center;
    color: #6e6e70;
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #CCC;
}
div.page_cookie {
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #EEE;
    padding: 1em;
    border: 1px solid #CCC;
    width: 100%;
    font-size: 14px;
    cursor: pointer;
}
div.page_cookie button {
	position: absolute;
    right: 10px;
    top: 10px;
}
div.page_footer span {
    position: relative;
    top: -1.3em;
}
div.page_image_header {
    margin: 0 auto;
    text-align: right;
    overflow: hidden;
    max-height: 275px;
}
.page_links, .page_data, .page_subheader > div, div.page_image_header {
    width: 960px;
}
.page_subheader > div, .page_image_header {
    margin: 0 auto;
}
hr.page_data_divider {
	top: -1em;
    position: relative;
    height: 1px;
    border: 0;
    background-color: #444;
}
a.toggle_links {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 1em;
    font-size: 1.2em;
    color: #444;
}
a.toggle_links.first_link {
    margin-right: 2em;
}
ul.page_links {
    list-style-type: none;
    padding: 0;
    margin: 2em auto;
}
ul.page_links li {
    display: inline-block;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    color: white;
    text-align: center;
    width: 147px;
    height: 6em;
    cursor: pointer;
    padding-top: 0.5em;
    border-radius: 5px;
    margin-left: 22px;
}
ul.page_links li.first_link {
    width: 243px;
    margin-right: 2em;
    margin-left: 0px;
}
div.support_info_header {
    background-color: #29445e;
}
ul.page_links li a {
    color: #444;
}
ul.page_links li i {
    font-size: 3em;
}


i.warning-icon {
	color: #f89406;
}

label.answer-is-selected {
  background-color: yellow;
}


div.ui-widget {
  font-size : 12px !important;
}

/* Storlek på hjälpikonen i formulär*/
.form-help {
	font-size: 16px;
}

/* week_overview */
div.row-group {
  display: inline-block;
  width: 100%;
}

div.row-group-clear {
  clear: both;
}

div.row-group-item {
  display: block;
  float: left;
  margin-right: 2em;
}

div.error_div {
  border: 2px solid #E11212;
}

/* Tmp css för veckovyn*/
/*Temporary compBox css before christoffer pushed in*/
.compBox {
    overflow: hidden;
    background-color: #f0f0f0;
    border: 1px solid #C0C0C0;
}
.compBox fieldset {
    background-color: #FDFDFD;
}
.compBox legend {
    background-color: #666666;
    color: #FEFEFE;
    border: 1px solid #c0c0c0;
    padding: 4px 6px 4px 6px;
    /* font-weight: bold; */
}
.compBox h4 {
    margin: 5px 0px 10px 10px;
}

.compRow {
    position: relative;
    clear: both;
    width: 99%;
}

.compBox .compRow:first-child {
    padding-top: 5px;
}

.compBox .compRow:last-child {
    margin-right: 5px;
}

.compRow .leftComp,
.compRow .rightComp {
    margin-bottom: 5px;
}

.leftComp {
    margin-left: 5px;
    position: relative;
    float: left;
    width: 48%;
}

.rightComp {
    /* margin-right: 5px; */
    position: relative;
    float: right;
    width: 48%;
}

.cmpList {
    height: 128px;
    overflow-y: scroll;
}

.cmpInput {
    height: 128px;
}

.cmpDisplay {
    background-color: #FDFDFD;
    min-width: 940px;
}

.togCompBox {
    font-size: 120%;
}

input.align-checkbox-text {
    vertical-align: text-bottom;
}

span.short-unit-name {
	display:block;
}

span.long-unit-name {
	display:none;
}

.show-at-print {
	display: none;
}

/* Print styles */
@media print {
	.leftComp {
	    margin-left: 5px;
	    position: relative;
	    float: left;
	    width: 44% !important;
	}

	.rightComp {
	    margin-right: 5px;
	    position: relative;
	    width: 44% !important;
	}
	.no-print, .no-print *, .noprint, .noprint *, .noPrint, .noPrint * {
		display: none !important;
	}

	table.datatables-print > tbody > tr > td {
		padding-top: 1em;
		padding-bottom: 1em;
		border-top: 1px dotted #888888;
	 	/*border-bottom: 1px dotted #888888;*/
	}

	span.long-unit-name {
		display:block !important;
	}

	.show-at-print {
		display: block;
	}

	.print-dialog {
	    overflow: visible !important;
	    height: 100%;
	}
	div#tablePieContainer > div.statistics_pie_chart {
	    display: block;
	}
	.statistics_pie_chart, .chart_table {
        display: block;
	    page-break-before: always;
	}
    .display-inline-block {
        display: block !important;
    }
}

button.fixed-button-width {
    min-width: 5em !important;
}

input.fixed-button-width {
    min-width: 5em !important;
}

.clickable {
	cursor: pointer;
}

i.hovable {
	cursor: help;
}

span.shadow-text {
	color : #D4CDCD;
}


/* Loading area for server side */
.dataTables_wrapper .dataTables_processing {
	border: 1px solid #EEE;
	z-index: 1;
	background: white;
    padding-top: 15px;
}
/********** Dialog ***********/


.vb-dialog-button {
	float: right;
	margin-left: 10px;
}

.ui-dialog .ui-dialog-content {
	padding: 0.8em 0.6em 0.6em 0.6em;
}

/* Disable scroll */
.stop-scrolling {
	overflow: hidden;
}

/* fake table css, for pre 4.11 version */
table.commonTableX > tbody > tr > td {
    background-color: #FFFFFF;
    border: 1px solid #DDD;
}

table.commonTableX > thead > tr > th {
	text-align: center;
}

/* Triple compbox */
.compRow .tripleComp {
	margin-bottom: 5px;
}

.tripleComp {
	margin-left: 5px;
	position: relative;
	float: left;
	width: 33%;
}

/* single comp row */
.compRow .singleComp {
	margin-bottom: 5px;
	width: 100%;
}

.singleComp {
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	position: relative;
}

#footer {
	z-index : 9999 !important;
}



.dialog-button-div {
	float: right;
}

.adjusted-red {
    color : #CC0000;
}

.adjusted-green, .fa-plus-circle {
    color : #008B00;
}

i.green-check {
	color: green;
}

i.yellow-exclamation {
	color: yellow;
}

i.red-times {
	color : rgba(222, 8, 8, 0.89);
}

i.yellow-exclamation {
	color: yellow;
}

i.active-remove-icon {
	color: #CC0000;
	vertical-align: top;
}

.autobot-active {
    color : #00975f;
}

.autobot-inactive {
    color : #c1c1c1;
}

.ui-widget select {
    font-size: 15px;
    font-family: "Verdana","Geneva","Helvetica Neue","sans-serif";
}

select {
    -webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("../images/fa-png/dimgray/png/14/caret-down.png");
	background-repeat: no-repeat;
	background-position-x: 97%;
	background-position-y: 5px;
	border-radius: 5px;
	border-color: #919191;
	background-color: #f8f8f8;
	font-family: Verdana;
	line-height: 24px;
    padding-left: 10px; 
    padding-right: 24px;
}

select::-ms-expand {
    display: none;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.display-none {
    display:none;
}

.display-inline-block {
    display: inline-block;
}

.working-pass-details {
    margin-left: 5px;
}

.working-pass-details-table {
    border-collapse: separate;
    border-spacing: 0px;
}

.working-pass-details-table tr {
    background-color: inherit !important;
}

.working-pass-details-table tr td {
    padding : 2px 2px !important;
}

.working-pass-bottom-border {
    border-bottom : 1px dashed #CCC;
}

/*Letters for booking criterias*/
.fa-starttime-rest:before {
    font-size: 10pt;
    font-family: verdana;
    font-weight: bold;
    content: 'SR';
}

.fa-time-factor:before {
    font-size: 10pt;
    font-family: verdana;
    font-weight: bold;
    content: 'TF';
}

.fa-diff-compensation:before {
    font-size: 10pt;
    font-family: verdana;
    font-weight: bold;
    content: 'SE';
}

.fa-overtime:before {
    font-size: 10pt;
    font-family: verdana;
    font-weight: bold;
    content: 'ÖT';
}

.fa-date-change:before {
    font-size: 10pt;
    font-family: verdana;
    font-weight: bold;
    content: 'DÄ';
}

.fa-info-employer:before {
    font-size: 10pt;
    font-family: verdana;
    font-weight: bold;
    content: 'IB';
}

.fa-info-substitute:before {
    font-size: 10pt;
    font-family: verdana;
    font-weight: bold;
    content: 'IV';
}

.fa-fk3059:before {
    font-size: 10pt;
    font-family: verdana;
    font-weight: bold;
    content: 'FK';
}

.fa-schoolcode:before {
    font-size: 10pt;
    font-family: verdana;
    font-weight: bold;
    content: 'KS';
}

.fa-freetext:before {
    font-size: 10pt;
    font-family: verdana;
    font-weight: bold;
    content: 'FT';
}

.fa-activity:before {
    font-size: 10pt;
    font-family: verdana;
    font-weight: bold;
    content: 'AT';
}

.fa-underline-letter {
    text-decoration: underline;
}

.fa-active-letter {
    color : #008B00;
    text-decoration: underline;
}

.fa-inactive-letter {
    color : grey;
}

.fa-error-letter {
    color : #CC0000;
    text-decoration: underline;
}

.helpable {
    cursor : help;
}

.edit-icon {
	font-size: 14px;
}

.edit-all-icon {
    float:right;
    font-size:14px;
}

/* apply-to-all-icon */
.apply-to-all-div {
    display: none;
    position: relative;
    float: right;
    margin-right: -31px;
    margin-top: -30px;
    font-size: 14px;
    border: 1px solid grey;
    padding: 5px;
    border-radius: 2px;
    background-color: #f6f6f6;
    cursor: pointer;
    width: 30px;
}
/*.apply-to-all-div {
    display: none;
    position: relative;
    float: right;
    font-size: 14px;
    border: 1px solid grey;
    padding: 5px;
    border-radius: 2px;
    background-color: #f6f6f6;
    cursor: pointer;
    width: 30px;
    top: 3px;
    left: 2px;
}*/

.display-block {
    display:block;
}

input.timepicker {
    height: 1.8em;
    border: 1px solid #919191;
    padding: 4px 2px;
    font-size: 1.2em;
    margin: 0.2em;
}

.fontawesome-image-wrapper {
    padding-left:6px;
    vertical-align: text-top;
}

.undo-icon {
    color : #4877a5;
}



div.tooltip-box {
    padding: 8px !important;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
    border: 1px solid #aaa;
    background: #fff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
    color: #222;
}

/* Sticky table header fixed */
tr.sticky-header-fixed {
    position: fixed;
}

.short-time-input {
    width: 60px !important;
}

.page-info-container {
	position: relative;
}

.page-info-area {
	position: absolute;
	right: 5em;
	top: 0px;
}

.none-display-div {
	display: none;
}

.remove-icon {
	color : #CC0000;
}

.expand-icon {
	color : #4877a5;
	font-size : 20px;
}

.explaination-table {
border-collapse: collapse;
}
.explaination-table td {
    border: 1px dotted #CCCCCC;
}
.explaination-table tr td:first-child {
    width: 28px;
    height: 28px;
    text-align: center;
    /* font-size: 133%; */
}
.explaination-table tr td:last-child {
    padding-left: 10px;
    padding-right: 10px;
}

input.ng-pristine + ul.password-strength {
    display:none;
}
ul.password-strength {
    display:inline;
    list-style:none;
    margin:0;
    margin-left:15px;
    padding:0;
    vertical-align:2px;
}
.password-strength-point:last {
    margin:0 !important;
}
.password-strength-point {
    background: #DDD;
    border-radius: 1px;
    display: inline-block;
    height: 7px;
    margin-right: 2px;
    width: 53px;
}

.throbber {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 300px;
	height: auto;
	z-index: 1002;
	background-color: #FFFFFF;
	border: 2px solid black;
	padding: 10px;
	text-align: center;
    transform: translate(-50%,-50%);
}

a.colorful-a-tag {
    color: #4877a5 !important;
}

pre.body-text {
    font-size: 12px;
    font-family: "Verdana","Geneva","Helvetica Neue","sans-serif";
    line-height: 19px;
    margin-top: 0px;
    margin-bottom: 0px;
}

pre.information-field-indent {
    padding-left: 16px;
/*    padding-right: 16px;
    border-left: 1px dashed #8c8686;
    border-radius: 0 16px;
    border-style: outset;*/
}

div.information-field-indent {
    padding-left: 16px;
}

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

input[type=number] {
    border: 1px solid #919191;
    padding: 4px 2px;
    font-size: 1.2em;
    margin: 0.2em;
}

/**** vb-datatable ****/
div.vb-datatable-spinner-container {
    position: relative;
}
table.vb-datatable {
    width: 100%;
}
table.vb-datatable.dimmer {
    opacity: 0.5;
}
table.dataTable > tbody > tr.marked-row,
table.vb-datatable tbody tr.marked-row {
    background-color: #FFCC99 !important;
}
table.vb-datatable tbody tr.disabled-row {
	cursor: wait !important;
    color: #808080 !important;
}

/* Position of table features */
div.vb-datatable-above div:first-child, div.vb-datatable-below div:first-child {
    float: left;
    clear: both;
}
div.vb-datatable-above div:last-child, div.vb-datatable-below div:last-child {
    float: right;
    clear: inherit;
    margin-bottom: 1px;
}
div.datatable_total {
	margin-top: 4px;
	margin-bottom: 10px;
}
div.vb-datatable-below, div.vb-datatable-above {
    margin-top: 8px;
    margin-bottom: 8px;
}
/* Paginate buttons */
button.vb-paginate {
    padding-top: 0.3em !important;
    padding-bottom: 0.3em !important;
    background-color: white;
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
}
button.vb-paginate.vb-paginate-current, button.vb-paginate:hover {
    border: 1px solid #979797;
    background: #e9e9e9 !important;
    color: #333 !important;
}
button.vb-paginate.disabled, button.vb-paginate.disabled:hover {
    border: 1px solid transparent;
    background: white !important;
    color: #CCC !important;
}
/* Filter input */
div.vb-datatable-filter > input {
    margin-left: 0.5em;
}
/* Table header */
table.vb-datatable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
    border-bottom: 1px solid #111;
}
table.vb-datatable thead tr th i.vb-sorting {
    float: right;
}
table.vb-datatable > thead > tr > th {
    padding: 0.5em 0.5em;
    padding-right: 1em;
    background-color: #EEE;
    color: #5e5e5e;
    margin: 0 !important;
    border-left: 1px dotted #CCC;
    border-top: 1px dotted #CCC;
}
table.vb-datatable > thead > tr > th:last-child {
    border-right: 1px dotted #CCC;  
}
table.vb-datatable thead th, table.vb-datatable thead td {
    border-bottom: 1px solid #555;
}
table.vb-datatable tbody tr td {
    padding: 8px 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin: 0;
    border-left: 1px dashed #CCC;
}
table.vb-datatable tbody tr.even {
    background-color: #fffffe;
}
table.vb-datatable tbody tr.odd {
    background-color: #EEE;
}
table.vb-datatable thead tr th i.fa-sort {
    color: #AAA;
}
div.spinner {
    position: absolute;
    left: 50%;
    top: 50%;
}

/* "Open in new window"-button to the left of the close button in the dialog title */
.ui-dialog .ui-dialog-titlebar-next-to-close {
    position: absolute;
    right: 2.3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}

div.global-search-box {
    float: right;
    padding: 0.8em 1em 0.8em 0;
}
div.global-search-box input {
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.search-highlight {
	color: #df1b1b;
}

/* Style for multi-dropdown */
li.actions-minimized {
	float: left;
    margin-bottom: 6px;
    padding-top: 0px;
}

/* Style for contact info */
.edit-contact-icon {
    padding-left: 0.5em;
    padding-top: 1em;
}
.contact-info {
    display: flex;
}
.contact-info .item-field .first-field {
    margin-top: 1.25em;
}
.vb-contact-row-hidden {
  border: 2px solid #ffc5c5;
  padding-top: 0.3em;
  padding-left: 0.3em;
  padding-bottom: 0.3em;
  background-color: #ff00000a;
}
div.auto_height .dropdown-menu {
    height: auto !important;
}
ul.dropdown-menu {
	z-index: 1002;
}

.edit-item-row-icon {
    padding-left: 0.5em;
    padding-top: 0.5em;
}

.vb-item-row-header {
    font-weight: bold;
    padding-left: 0.5em;
}

input.calc-period-form-value {
    width: 8em;
}
select.calc-period-form-type {
    height: 27px;
}

/* Style for "new" checkboxes */
vb-checkbox > div > span {
    color: #3a99fc;
}
vb-checkbox > div > span.disabled-checkbox {
	color: #ccc;
}

.bold_text {
	font-weight: bold;
}
.td_right_total {
	border-left: 1px dashed #555 !important;
}
.tr_bottom_total td {
	border-top: 1px dashed #555;
}
div.chart_table {
	display: table-cell;
	margin-bottom: 3em;
}

#content > div {
    border: none;
}

body,
#content > div,
#menu .menu1 ul li.selected.last_level a,
#menu .menu2 ul li.selected.last_level a,
#menu .menu3 ul li.selected.last_level a,
#menu_fixed .menu1 ul li.selected.last_level a,
#menu_fixed .menu2 ul li.selected.last_level a,
#menu_fixed .menu3 ul li.selected.last_level a {
    background-color: #fffffe;
}


@media screen and (min-width: 1110px) {
    .container_12 .grid_12 {
        width: 100%;
        padding: 0 5em  0 0;
    }

    .container_12 {
        width: auto;
        margin: 0 5em;
    }
}
.bold_text {
	font-weight: bold;
}

vb-checkedbox > div > span {
    color: #3a99fc;
}
vb-checkedbox > div > span.disabled-checkbox {
    color: #ccc;
}


.vertical-align-middle {
    vertical-align: middle;
}

.cursor-not-allowed {
    cursor: not-allowed !important;
}

/* Style the multidropdown as a normal "select" */
div[ng-dropdown-multiselect] {
	margin-top: -1px;
}
button.btn {
	border-radius: 5px;
    padding-top: 0;
    padding-bottom: 0px;
    line-height: 24px;
}

/* Align the numbers to the right */
.statistics_right {
	text-align: right;
}
.statistics_header {
	white-space: nowrap;
}
table.statistics_table {
	width: auto;
	margin: inherit;
	font-size: 13px;
}
table.statistics_table > tbody > tr > td, table.statistics_table > thead > tr > th {
	white-space: nowrap;
}
div.statistics_pie_chart {
	display: table-cell;
    vertical-align: top;
    width: 100%;
    min-width: 40em;
}
div.statistics_pie_chart > div {
    margin: 0 auto;
}
div.statistics_full_chart {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}
hr.statistics_divider {
	clear: both;
	margin-top: 3em;
}
.table-chart-container {
	min-height: 995px; /* Chart (500px) + Pie (450px) + Header (45px) */
}
.graph-settings {
	margin-left: 5em;
}
.graph-settings table > tbody > tr > td {
	padding-bottom: 0.5em;
}
.chart-info {
	margin-bottom: 2em;
}

.muted {
  color: rgba(36, 36, 36, 0.6);
}
.force-muted {
  color: rgba(36, 36, 36, 0.6) !important;
}

.dimmed {
    filter: grayscale(1);
}

.super-dimmed {
    filter: grayscale(1);
    opacity: 0.5;
}

.super-massive-dimmed {
    filter: grayscale(1);
    opacity: 0.25;
}

.super-dimmed-action {
    filter: grayscale(1);
    opacity: 0.5;
    cursor: not-allowed;
}

.tabContainer.light.vb>.tabs li a {
	color: #5d5d5d;
    font-size: 14px;
}

.tabContainer.light.vb>.tabs li.tab-divider {
    background-color: white;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    padding: 3px 0px;
}
 .tabContainer.light.vb>.tabs li {
    background-color: #eeeeee;
    margin-right: 2px;
    font-size: 14px;
    line-height:31px;
    padding-top: 7px;
    padding-bottom: 7px;
}


.tabContainer.light.vb>.tabs li.misc-tab {
	padding: 3px 0px 0px 0px;
}

.tabContainer.light.vb>.tabs li.selected {
	background-color: #ffffff;
	padding-bottom: 8px;
}

.tabContainer.light.vb>.tabs li.selected a {
	color: #424242
}

.tabContainer.light.vb .tabs {
    padding-left: 8px;
}

.tabContainer.light.vb .tabContent {
	border-left: none;
	border-right: none;
	border-bottom: none;
}
.vertical-align-middle {
    vertical-align: middle;
}
.text-align-center {
	text-align: center;
}
.vertical-align-top {
	vertical-align: top;
}
.text-align-right {
	text-align: right;
}
.clear-both {
	clear: both;
}
div.editorBox {
	width: 940px;
}
.button-vertical-adjust {
	margin-top: -2px !important;
}
.vertical-align-bottom {
	vertical-align: bottom;
}
.vertical-align-sub {
	vertical-align: sub;
}

.group-by-table {
	width: 25%;
	position: relative;
}
.chart-container {
	width: 70%;
	margin-left: 2%;
}
.chart-container.chart-container-maximized {
	width: 95%;
}
.group-by-maximized {
	position: absolute;
	top: 0;
	right: -50px;
}
.group-by-minimized {
	position: absolute;
	top: 0px;
	left: 0px;
}

.dropdown-menu .divider {
  clear: both;
}

table.align-left > thead > tr > th {
    text-align: left;
}

/* Using auto for tinyMCE "Storlek" box */
.mce-menubtn.mce-fixed-width span.mce-txt {
    width: auto;
}

body#tinymce[contenteditable="false"] {
    opacity: 0.5;
    background-color: #eee;
}

.vb-tinymce-msgHeader {
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #bbb;
    padding: 0.75em;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    max-height: 10em;
    overflow-y: auto;
}
.vb-tinymce-msgHeader-disabled {
    background-color: #eee;
}

/* WCAG - VB-3563 */
.button, button, input[type=button], input[type=reset], input[type=submit] {
    background-color: #767676;
}
#menu .menu1, #menu .menu2, #menu .menu3, #menu_fixed .menu1, #menu_fixed .menu2, #menu_fixed .menu3 {
    display: inline-flex;
}
#menu .menu2, #menu_fixed .menu2 {
    background-color: #305c83;
}
#menu .menu3, #menu_fixed .menu3 {
    background-color: #517b99;
}
#menu .menu1 ul li.selected, #menu_fixed .menu1 ul li.selected {
    background-color: #305c83;
}
#menu .menu2 ul li.selected, #menu_fixed .menu2 ul li.selected {
    background-color: #517b99;
}
a.no_link {
	text-decoration: none;
	color: inherit;
}
.tooltipster-sidetip.tooltipster-shadow .tooltipster-content {
    color: inherit;
}
.onoff-slide:focus-within {
    outline: 1px solid #005ecd;
}
.onoff-slide > label:focus-within {
    border: 1px solid #005ecd;
}

.agency-group-connection-table {
	height: 300px;
	overflow: auto;
	/*border: 1px #e9e9e9 solid;*/
    /*border-radius: 5px;*/
}
/* Labels for LAS-limits and usertypes */
.label-container {
    position: relative;
}
.label-container > span {
    position: absolute;
    bottom: 23px;
    left: -150px;
    min-width: 30em;
    background-color: white;
    border-radius: 5px 5px 5px 0px;
    padding: 1em;
    padding-top: 0;
    border: #9c9c9c 1px solid;
    z-index: 1001;
}
.label-container > span > span > table {
    width: 100%;
}
.label-container > span > span > table > tbody > tr > td {
    padding: 0.5em;
    cursor: pointer;
}
.label-container .label-edit {
    text-align: right;
}
.label-container input.label-edit-input {
    width: 12em;
}
.label-container .label-buttons {
    float: right;
    padding-top: 1em;
}
.label-container span.label-table {
    display: block;
    overflow-y: scroll;
    max-height: 19em;
}
.label-color-picker {
    border-radius: 5px;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 4px;
}
span.las-label {
    border-radius: 5px;
    padding: 1px 4px;
    margin-right: 2px;
    color: white;
}

.red-color {
	color: red;
}
.export-under-correction {
	text-align: center;
	font-size: 16px !important;
	font-weight: bold;
}
.grey-color {
	color: lightgray;
}
.prevent-text-overflow-reasonable {
    word-wrap: break-word;
    white-space: pre-wrap;
    word-break: break-word;
}

ul.small-ul {
	margin: 0px;
    padding-left: 20px;
}
ul.small-ul > li {
	padding: 0px;
}
.error_input_multi button {
    border: 2px solid rgba(222, 8, 8, 0.89) !important;
}

#vb-search-select_dropdown {
    max-height: 200px;
    overflow: auto;
}
.hue-modifier-120 {
    filter: hue-rotate(120deg);
}

.hue-modifier-min-165 {
    filter: hue-rotate(-165deg);
}

.calendar-substitute-inquiry-entry {
    margin-right: 4px;
    margin-left: 4px;
    font-size: 14px;
    color: crimson;
}