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

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

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;
}

.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;
}

.fbLoginBox {
	width: 196px;
	height: 37px;
	background-image: url(img/fb_login_button.png);
	position: absolute;
	left: 66px;
	top: 0px;
}

.fbLogoutBox {
	width: 196px;
	height: 37px;
	background-image: url(img/fb_logout_button.png);
	position: absolute;
	left: 66px;
	top: 0px;
}

.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;
}

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

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; 
	padding: 20px;
}

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 {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.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;
}

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

img.flag {
    height: 22px !important;
    margin: 2px !important;
    cursor: pointer !important;
    border-radius: 3px !important;
    border: none !important;
    padding: 0px !important;
}

img.flag_selected {
    border: 1px solid #FF0000 !important;
    padding: 1px !important;
    height: 26px !important;
}

.language_container {
    padding: 4px 10px 0px 0px !important;
    width: 190px!important;
    text-align: center !important;
}

.store_content {
    text-align : center !important;
}

.name {

}

.dashboard_name {
    margin-top: 100px;
    text-align: center;
}

.store_image {
    margin-top: 30px;
    max-width: 60%;
    max-height: 360px;
    box-shadow: 10px 10px 5px #ccc;
}

.pagination {
    margin: 0px;
    white-space: nowrap;
}

.pagination .selected {
    font-size: larger;
}

.pagination .selectable {
    cursor: pointer;
    background-color: #3e81b7;
    height: 30px;
    display: inline-block;
}

.pagination .selectable .arrow {
    height: 30px;
    vertical-align: middle;
    padding: 3px 8px 3px 8px !important;
    font-size: 24px;
    color: white;
}

.rounded-corners {
    border-radius: 4px !important;
}

.width100 {
    width: 100px !important;
}

.margin-left10 {
    margin-left: 10px;
}

.input-group :first-child {
    border-radius: 4px 0px 0px 4px;
}

.input-group :last-child{
    border-radius: 0px 4px 4px 0px !important;
}

.flex {
    display: flex;
}

.cart {
    font-size: 20px;
    color: #5388c2;
}

.input_group_inline {
    padding-right: 10px;
}

.margin_bottom2 {
    margin-bottom: 2px;
}

td.image_size {
    width: 150px;
    text-align: center;
}

img.image_size {
    height: 100px;
    width: 100px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.table_loading {
    position: absolute;
    left: 50%;
}

.image_dialog {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 160px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #eee;
}

.bottom_padding {
    padding-bottom: 20px;
}

.shop_search {
    background: url(../img/lens.png) #ffffff no-repeat 95%;
}

.height30 {
    height: 30px;
}

.dialog-btn {
    height: 34px;
    line-height: 34px;
    padding: 10px;
}

.dialog-input {
    width: 100px !important;
    height: 34px;
}

.display_none {
    display: none;
}

@media screen and (max-width: 832px) {
    .store_image {
        width: 350px;
        box-shadow: 6px 6px 3px #ccc;
    }
    .name {
        font-size: 30px;
        text-align: center;
    }
}
