@font-face { font-family: Lato; src: url('https://fonts.googleapis.com/css?family=Lato'); }

body {
    font-family: 'Lato', 'Open Sans';
    font-size: 12px;
}

.fas {
    padding: 0px 4px 0px 4px !important;
}

.far {
    padding: 0px 4px 0px 4px !important;
}

.submenu-arrow {
    font-size: 12px !important;
    top: 18px !important;
    left: calc(100% - 20px) !important;
}

DIV.floating-error-container {
    position: fixed;
    z-index: 9999;
    background: #ffbebb;
    padding: 10px;
    border: 1px solid red;
    border-radius: 10px;
    bottom: 10px;
    left: 220px;
    width: calc(100% - 240px);
    margin: 10px;
}

@media (max-width: 768px) {
    DIV.floating-error-container {
        left: 0px;
        width: calc(100% - 20px);
    }
}

.smallpadding {
    margin-bottom: 4px !important;
}

.medium_margin {
    margin-bottom: 10px;
}

.large_margin {
    margin-bottom: 30px;
}

.medium_width {
    width: 300px;
}

.width100 {
     width: 100px !important;
}

.width150 {
     width: 150px !important;
}

.font_normal {
    font-weight: normal;
}

.disableClick {
    pointer-events: none;
}

DIV.floating-error-content {
    color: rgb(240, 0, 0);
    font-weight: bold;
}

DIV.floating-error-close {
    float: right;
    font-weight: bold;
    cursor: pointer;
}

.loginBox {
	height: 50px;
	width: auto;
	position: relative;
}

.product_tooltip {
	display: none; 
	position: absolute; 
	left: -10px; 
	top: -10px; 
	z-index: 10001; 
	background-color: white; 
	border: 1px solid #cccccc; 
	border-radius: 4px; 
	padding: 10px; 
	white-space: normal; 
	min-width: 240px;
    pointer-events: none;
}

div.toolbox {
    background: #ffffff;
    border: 1px solid #aaaaaa;
    padding: 0px;
    display: none;
    float: left;
    position: absolute;
    width: 150px;
    left: -75px;
    top: -40px;
    z-index: 10000;
    white-space: nowrap;
}

div.outer_toolbox {
    position: relative;
}

div.toolbox_all {
    background: #ffffff;
    border: 1px solid #aaaaaa;
    padding: 0px;
    display: none;
    float: left;
    position: absolute;
    width: 200px;
    z-index: 10000;
}

div.inner_toolbox {
	margin: 10px;
}

.order_overlay {
    display: none;
    float: left;
    position: absolute;
    z-index: 9999;
    pointer-events: none;
}

.project_overlay {
    display: none;
    float: left;
    position: absolute;
    z-index: 9999;
}

div.overlay_id {
	background: #ffffff; 
	border: 1px solid #aaaaaa;
    border-radius: 4px;
	padding: 20px;

}

div.overlay_footer {
    border-top: 1px solid #dee3ea;
    margin-top: 10px;
}

div.top {
	border-top: 1px solid #aaaaaa!important;
}

tr.odd {
	background-color: transparent;
}

tr.even {
	background-color: #eeeeee;
}

td.overlay_id {
	white-space: nowrap;
	padding-top: 2px!important;
	padding-bottom: 2px!important;
	padding-left: 10px;
	padding-right: 10px;
	border-top: none!important;
}

th.overlay_id {
	white-space: nowrap;
	padding-top: 2px!important;
	padding-bottom: 2px!important;
	padding-left: 10px;
	padding-right: 10px;
	border-top: none!important;
}

td.summary_id {
	white-space: nowrap;
	padding-top: 2px!important;
	padding-bottom: 2px!important;
	padding-left: 10px;
	padding-right: 10px;
	border-top: none!important;
	text-align: right;
}

.dialog_container {
	margin-bottom: 10px;
}

SPAN.loading {
	position: relative;
}

SPAN.loading_desc {
	margin-left: 5px;
	vertical-align: middle;
	font-size: 16px;
}

IMG.loading_static {
    height: 20px;
}

IMG.loading_simple {
    left: 0px;
    top: 0px;
    height: 20px;
}

IMG.loading {
	position: absolute;
	left: -25px;
	top: 0px;
	width: 20px;
	height: 20px;
}

.urgent {
	background-color: #ffcccc;
}

.pagination {
    margin: 4px;
    vertical-align: middle;
}

.pagination > li > a {
    padding: 7px 10px;
}

.footer_content .btn-flat {
    margin: 4px;
}

.page_size {
    margin: 4px;
    width: auto;
    display: initial;
}

img.avatar {
    max-width: 45px;
    max-height: 45px;
}

.mouseover_hint_container {
    position: relative;
    float: right;
    right: 8px;
    bottom: 24px;
    height: 0px;
}

.mouseover_hint {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9999;
    background-color: white;
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 10px;
    white-space: normal;
    min-width: 100px;
    max-width: 400px;
    font-family: Lato, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: #000;
    text-shadow: none !important;
    text-align: left;
}

.font_bold {
    font-weight: bold;
}

.loading_bankid {
    width: 36px;
    height: 36px;
}

div.qr_code {
    margin: 20px;
    text-align: center;
}

img.qr_code {
    width: 200px;
    height: 200px;
}
