body	{
	background:#fff;
}

h3 {
    line-height: 1.2;
    margin: 0 0 0.5rem;
    font-weight: 400;
}

.header {
    border-bottom: solid 1px #f5f5f5;
    background: #ffffff;
}

.menu-main .menu-main-list .sub-menu li img, .menu-main .menu-main-list .children li img {
   opacity:1;
}

.menu-main .menu-main-list li a.open	{
	background:#f1f1f1;
	color:#09519F;
}

.menu-main .menu-main-list .sub-menu, .menu-main .menu-main-list .children	{
	background:#f1f1f1;
	color:#333333;
}

.menu-main .menu-main-list .sub-menu li a, .menu-main .menu-main-list .children li a {
	color:#09519F;
}

.menu-main .menu-main-list .sub-menu .sub-menu li a, .menu-main .menu-main-list .sub-menu .children li a, .menu-main .menu-main-list .children .sub-menu li a, .menu-main .menu-main-list .children .children li a	{
	color:#333;
}

.section-title	{
	color:#333;
}

.footer	{
	background: #09519F;
}

.footer .footer-textfield	{
	border-top:1px solid #fff;
}

/* 2020-03-30: Fix av sökruta */

.search-form input#s {
    width:calc(100% - 50px);
    display:inline-block;
    vertical-align:top;
    margin-bottom: 10px;
}
.search-form .search-submit {
    display:inline-block;
    vertical-align:top;
    float:none;
}
.search-form .instock-container input {
    display:inline-block;
    width:auto;
    margin-right: 15px;
    margin-left: 5px;
}
.search-form .instock-container label {
    font-size: .875rem;
}

@media all and (min-width:768px) {
    .search-form input#s {
        width: 33%;
        max-width: 200px;
    }

    .search-form .instock-container input {
        margin-left: 0;
        margin-right: 10px;
    }
    .search-form .instock-container {
        display:inline-block;
        vertical-align:top;
        margin-top:2px;
    }
}

.quick_order_error {
    border: 6px solid red !important;
    background-color: aliceblue;
    border-radius: 5px;
    font-family: monospace;
    text-align: center;
}
.quick_order_error p {
    color: red;

}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#openmodalbtn:hover {
    color: white !important;
}