img {
    max-width: 100%;
}
.ibutt {
max-height: 32px;
}
body {
touch-action: manipulation;
}
.hatched {
background-image: url("/skra.png") !important;
}
.error, .errorinput {
background-color:#ffcc99!important;
}
.toast-top-right {
margin-top: 50px
}
.container-fluid {
min-height: 800px;
}
.mw0 {
max-width:50px;
min-width:50px
}
.mw1 {
max-width:100px;
min-width:80px
}
.sidebar .nav-dropdown.open .nav-link, .sidebar .nav-dropdown.open .nav-icon{
	color:#333;
}
.sidebar .nav-link .nav-icon {
font-size: 1rem !important;
color:#fff;
}
.vis-item.vis-selected {
background-color:#ffff99!important;
}
.faktLine {
background-color: #eeffff;
}
.dataTables_filter {
margin-bottom: 1rem;
}
.form-controlBG {
	font-size:1rem;
    background-color: rgba(222,246,255, 1);
    color: #000;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid #e4e7ea;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
min-height: 2em
}
.form-control {
background-color: rgba(222,246,255, 1);
color:#000;
}
 .select2-selection__rendered, .select2-container--default .select2-selection--single {
background-color: rgba(222,246,255, 1)!important;
color:#000;
border: 1px solid #e4e7ea!important;
border-radius: 0.25rem!important;
}
.sidebar .nav-dropdown.open {
background-color: rgba(255,255,255, 0.9);
color:#fff;
}
.sidebar .nav-dropdown.open > .nav-dropdown-items {
ackground-color: rgba(64,239,255, 0.6);
background-color: rgba(255,255,255, 1);
}
.disabled {    background-color: #e4e7ea; }
.sidebar .nav-link.active {
    background: #444;
	color:#ffffff!important;
}
.app-footer{
 background: #83cee9;
}
@media (max-width: 1000px) {
.form-check {
	vertical-align:middle;
	margin-right: 0.3em;
	argin-left: 2em;
	width:30px;
	height:30px;
}
}
.form-check {
	display: inline-block;
	argin-left: 1.2em;
	margin-right: 0.3em;
}
.btn-twitter {
background-color: #83cee9;
color:#000;
}
label {
margin-right: 0.5em;
margin-bottom:0;
margin-top:0.5rem;
}
.helpicon {
margin-left:5px
}
.modal-header, .modal-footer {
border:none;
}
#headtitle h5{
margin-top: 10px;
color:#fff;
max-width:200px;
}
@media (min-width: 900px) {
#headtitle h5{
	margin-left:28px;
	margin-top: 15px;
	letter-spacing:1px;
	max-width:none;
	}
}
.main {
background:#fff;
}
.sidebar .nav-link.active .nav-icon {
    color: #fff;
}
.green {
color:#33cc66;
}
.orange{
color:#ff9933;
}
.blue {
color:#63c2de;
}
.red {
color:#cc3366;
}
table thead tr {
background-color:#63c2de;
color:#fff;
}
header {
background-image: linear-gradient(#40efff,#200d80);
}
.app-header {
border-bottom:none;
height: 55px;
}
.navbar-nav .nav-link {
color:#fff;
}
.navbar-toggler {
background: #40efff;
}
.sidebar {
background-color: #265cb8;
}
/*---------------------------------
	BUTTON BAR
-----------------------------------*/
ul.button-bar{
display:inline-block;
*display:inline;
margin:0;
padding:0;
font-size:0;
position:relative;
top:0;
left:0;
zoom:1;
border:0;
background:0;
}
	ul.button-bar li{
	display:inline-block;
	*display:inline;
	position:relative;
	top:0;
	left:0;
	zoom:1;
	margin:0 -1px 0 0;
	padding:0;
	line-height:100%;
	font-size:0px;
	border:1px solid #ccc;
	background: rgb(252,252,252); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(224,224,224,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(224,224,224,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* Opera11.10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* W3C */
	}
	ul.button-bar li a{
	margin:0;
	display:inline-block;
	*display:inline;
	padding:7px 10px;
	position:relative;
	top:0;
	left:0;
	zoom:1;
	font-weight:normal;
	font-size:14px; /*Pixels for consistancy*/
	text-shadow:0 1px 0 #fff;
	color:#666;
	text-decoration:none;
	vertical-align: middle;
	line-height:100%;
	border-left:1px solid #fff;
	}
	ul.button-bar li.first,
	ul.button-bar li.first a{
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-background-clip:content-box;
	-webkit-background-clip: border;
	background-clip: content-box;
	}
	ul.button-bar li.last,
	ul.button-bar li.last a{
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-background-clip:content-box;
	-webkit-background-clip: border;
	}
	ul.button-bar li a:hover{
	background: rgb(252,252,252); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* Opera11.10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* W3C */
	}
	ul.button-bar li a:active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.2),inset 0 -10px 20px rgba(0,0,0,0.07);-moz-box-shadow:inset 0 3px 5px rgba(0,0,0,0.2),inset 0 -10px 20px rgba(0,0,0,0.07);box-shadow:inset 0 3px 5px rgba(0,0,0,0.2),inset 0 -10px 20px rgba(0,0,0,0.07);border-left:1px solid #ccc;}
@media (min-width: 576px) {
    .card-columns {
        column-count: 1;
    }
}
@media (min-width: 900px) {
    .card-columns {
        column-count: 1;
    }
}
@media (min-width: 1200px) {
    .card-columns {
        column-count: 2;
    }
}
@media (min-width: 1900px) {
    .card-columns {
        column-count: 3;
    }
}
@media (min-width: 2400px) {
    .card-columns {
        column-count: 4;
    }
}
.number, .numeric {
	text-align: right;
	white-space: no-wrap;
}
.dato, .date {
	text-align: center;
}
.dpTable {
	width:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center;
	color: #505050;
	background-color: #ffffff;
	border: 1px solid #999999;
	}
.dpTD {
	cursor: pointer;
padding:10px;
	}
.dpDayHighlightTD {
	background-color: #ffffff;
	border: 0px solid #AAAAAA;
	cursor: pointer;
	}
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	padding:5px;
	}
.dpTitleText {
	color: gray;
	font-weight: normal;
	}
.dpDayHighlight {
	color: #ffffff;
	border: 0px solid #3366cc;
	background: #6699cc;
	font-weight: bold;
	}
.dpDayHighlight2 {
	color: #ff0000;
	border: 0px solid #3366cc;
	background: #ffffff;
	font-weight: normal;
	}
.faktR {
	font-weight: bold;
	text-align: right;
	background-color: #eee;
	padding-right:3px;
}
.numberB{
	font-weight: bold;
	text-align: right;
}
.faktR2 {
	font-weight: bold;
	text-align: right;
	padding-right:3px;
}
.faktL {
	text-align: left;
	padding-left:3px;
}
.main_textS{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 12px; 
	color: #000000; 
	text-decoration: none;
}
.main_textSR{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #ff0000; 
	text-decoration: none;
}
.main_textSG{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #00c000; 
	text-decoration: none;
}
.main_textSB{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #0000c0; 
	text-decoration: none;
}
.scrollindicator {
	float:right;
	display:none;
	background:#ffff99;
	padding:3px;
}
.scrollarrow {
isibility:hidden;
}
.scrollarrow {
  animation: slide1 1s ease-in-out infinite;
  margin-left: 9px;
  margin-right: 9px;
}
@keyframes slide1 {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(10px, 0);
  }
}
.table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
}
.table-responsive::-webkit-scrollbar:vertical {
    width: 12px;
}
.table-responsive::-webkit-scrollbar:horizontal {
    height: 22px;
}
.table-responsive::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}
.table-responsive::-webkit-scrollbar-track {
    border-radius: 10px;  
    background-color: #ffffff; 
}
.bg-yellow {
background-color:#ffff99 !important;
}
.bg-green {
background-color:#cdedd8!important;
}
.bg-red{
background-color:#f1a6a6!important;
}
