html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead {
    vertical-align: baseline;
    background: transparent;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
body {
    height: 100%;
}

body {
    /*background: url(../images/background.jpg) bottom center no-repeat fixed;
    background-size: 100% 100%;*/
    font-family: 'Poppins', sans-serif;
    background-color: #f6faff;
    font-weight: normal;
    line-height: 20px;
    font-size: 14px;
    padding: 0;
    margin: 0;
}

a:link,
a:visited {
    text-decoration: none;
    color: #499cdb;
}

a {
    text-decoration: none;
    color: #499cdb;
}

a:hover {
    text-decoration: underline;
}

img {
    border: 0;
}

h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    color: #333333;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 10px;
}

h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    color: #333333;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 5px;
}

h3 {
    font-family: 'Poppins', sans-serif;
    margin: 0 0 10px 0;
    font-weight: normal;
    line-height: 27px;
    font-size: 18px;
    color: #333333;
}

h1 a:link,
h1 a:visited,
h2 a:link,
h2 a:visited {
    color: #333333;
}

h1 img,
h2 img {
    vertical-align: middle;
}

hr {
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    margin: 10px 0;
}

table {
    border-collapse: collapse;
    width: 100%;
    overflow-x: auto;
}

table,
tr,
th,
td {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #000000;
    padding: 5px;
}

table.responsive tbody tr:hover {
    background-color: #ececec;
}

thead td {
    font-weight: bold;
}

thead tr {
    border-bottom: 2px solid rgb(182, 182, 182);
}

tbody tr {
    border-bottom: 1px solid rgb(182, 182, 182);
}

tr.bold {
    font-weight: bold;
}

tr.underline {
    text-decoration: underline;
}

p {
    padding: 0px;
    margin: 0px;
}

label {
    font-weight: bold;
}

form {
    width: 100%;
    margin: auto;
}

form.w100 {
    width: 100%;
    margin: 0;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="radio"],
textarea,
select {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 3px;
    font-size: 100%;
    padding: 8px;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: #e5e5e5;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
    background: -webkit-linear-gradient(top, #ffffff, #f0f0f0);
    background: -moz-linear-gradient(top, #ffffff, #f0f0f0);
    background: -ms-linear-gradient(top, #ffffff, #f0f0f0);
    background: -o-linear-gradient(top, #ffffff, #f0f0f0);
    background: linear-gradient(top, #ffffff, #f0f0f0);
    text-shadow: -1px -1px 0px #ffffff;
    border: 1px solid #cccccc;
    margin: 10px 0;
    margin-top: 5px;
    max-width: 500px;
    min-width: 125px;
}


body.body-touch input[type="text"],
body.body-touch input[type="email"],
body.body-touch input[type="password"],
body.body-touch input[type="number"],
body.body-touch input[type="radio"],
body.body-touch textarea,
body.body-touch select {
    padding: 16px;
    margin: 20px 0;
    margin-top: 10px;
}

body.body-touch .btn,
body.body-touch .btn-blue,
body.body-touch .submit {
    padding:20px 30px !important;
}

table input,
table textarea,
table select {
    margin-bottom: 0px;
}

textarea {
    height: 65px;
}

textarea.h100 {
    height: 100px;
}

textarea.h200 {
    height: 200px;
}

textarea.h300 {
    height: 300px;
}

.submit,
input.submit {
    background-color: #31c864;
    border: none;
    color: #ffffff!important;
    width: 100%;
    margin-top: 10px;
    cursor: pointer;
    font-size: 14px;
    padding: 10px 15px;
    min-width: 200px;
    width:auto;
    min-width: fit-content;
    border-radius: 3px;
    -webkit-appearance: none;
}

.submit:hover,
input.submit:hover {
    background-color: #58e286;
    color: #fff;
    text-decoration: none;
}


/* Knappar för borttagning (Röd) */

input.delete {
    background-color: #a80000;
    background: -webkit-gradient(linear, left top, left bottom, from(#f52e2e), to(#a80000));
    background: -webkit-linear-gradient(top, #f52e2e, #a80000);
    background: -moz-linear-gradient(top, #f52e2e, #a80000);
    background: -ms-linear-gradient(top, #f52e2e, #a80000);
    background: -o-linear-gradient(top, #f52e2e, #a80000);
    background: linear-gradient(top, #f52e2e, #a80000);
    -webkit-box-shadow: 0px 1px 0px 0px #ff9b9b inset;
    -moz-box-shadow: 0px 1px 0px 0px #ff9b9b inset;
    -ms-box-shadow: 0px 1px 0px0px #ff9b9b inset;
    -o-box-shadow: 0px 1px 0px 0px #ff9b9b inset;
    box-shadow: inset 0px 1px 0px 0px #ff9b9b;
    text-shadow: -1px -1px 0px #499cdb;
    border: 1px solid #a80000;
    font-weight: bold;
    color: #ffffff;
}

input.delete:hover {
    background-color: #a80000;
    border: 1px solid #a80000;
    -webkit-box-shadow: 0 0 10px 5px #a80000 inset;
    -moz-box-shadow: 0 0 10px 5px #a80000 inset;
    -ms-box-shadow: 0 0 10px 5px #a80000 inset;
    -o-box-shadow: 0 0 10px 5px #a80000 inset;
    box-shadow: 0 0 10px 5px #a80000 inset;
}

input[type='checkbox'] {
    background: none;
    padding: 0;
    width: 30px;
    border: 0;
}

input[type='radio'] {
    background: none;
    padding: 0;
    width: 30px;
    border: 0;
}

:invalid {
    box-shadow: none;
}

 :-moz-submit-invalid {
    box-shadow: none;
}

 :-moz-ui-invalid {
    box-shadow: none;
}

#logo {
    float: left;
    display: flex;
    align-items: center;
    height: 100%;
}

#logo img {
    width: 170px;
}


/* Input */

.Input {
    margin-top: 20px;
}

.Input input {
    width: 100%;
    max-width: 400px;
}

.Input label {
    display: block;
}

.Input__checkbox {
    padding: 10px 0;
}

input:focus {
    outline: none;
    border: 1px solid #888888;
}

label {
    font-size: 15px;
}


/* Button */

.Button__holder {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.Button {
    display: inline-block;
    padding: 5px 15px;
    background-color: #ffe479;
    color: #000;
    border: 0;
    cursor: pointer;
    font-size: 13px;
    margin-top: 20px;
    border-radius: 10px;
}

.Button--success {
    background-color: #005EA8;
    color: #fff;
}

.Button--danger {
    background-color: #921b1b;
    color: #fff;
}


/* Login */

.Login__holder {
    width: 100%;
    height: 100%;
    display: flex;
    margin: 0;
}

.Login__box {
    display: flex;
    margin: auto;
    flex-direction: column;
}

.Login {
    width: 400px;
    background-color: #ffffff;
    margin: auto;
    padding: 25px;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
}

.Login__Header {
    /*background-image: url('../images/logo.png');*/
    height: 100px;
    margin-bottom: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.Login__footer {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
}

.Login__h1 {
    color: #499cdb;
    text-align: center;
}


/* Modal */

.Modal__holder {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 20000;
    justify-content: center;
    align-items: center;
}

.Modal__headline {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 10px;
}

.Modal {
    max-width: 700px;
    min-height: 100px;
    background: #ffffff;
    /*margin: auto;*/
    border: 1px solid #d4d4d4;
    z-index: 100;
    padding: 25px;
    border-radius: 10px;
}

.Modal__buttons {
    display: flex;
}

.Modal__buttons .btn {
    margin-right: 10px;
}

.Modal ul {
    list-style-type: none;
}


/* Loader */

.Loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}

.Fader {
    width: 100%;
    height: 100%;
    background: black;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.5;
}

.Loader__Holder {
    width: 100%;
    height: 100%;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
}

.Loader__spinner {
    width: 400px;
    height: 200px;
    background: #ffffff;
    border: 1px solid #ededed;
    margin: auto;
    display: flex;
}


/* Header */

.Header {
    width: 100%;
    height: 74px;
    display: flex;
    justify-content: flex-end;
    position: fixed;
    top: 0;
    left: 0;
}


/* Usermenu */

.Usermenu__holder {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 20px;
    color: #ffffff;
    cursor: pointer;
}

.Usermenu__icon {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    display: flex;
}

.Usermenu__icon i {
    margin: auto;
}

.Usermenu__button {
    margin-left: 10px;
}

.Usermenu {
    display: none;
    width: 320px;
    background-color: #ffffff;
    position: absolute;
    right: 0;
    top: 72px;
    padding: 25px 0;
    border: 1px solid #ededed;
    z-index: 100;
}

.Usermenu li {
    color: #000;
    background: #fff;
    margin-top: 10px;
    text-align: center;
    list-style-type: none;
}

.Usermenu li a {
    padding: 10px 10px;
    display: block;
    color: #000;
    text-decoration: none;
    transition: all 0.4s ease;
}

.Usermenu li a:hover {
    background-color: #005EA8;
    color: #ffffff;
    transition: all 0.4s ease;
}

.Usermenu li a.active {
    background-color: #499cdb;
    color: #ffffff;
}


/* Table */

.Table {
    border-collapse: collapse;
    width: 100%;
}

.Table td,
.Table th {
    border: 1px solid #ddd;
    padding: 8px;
}

.Table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.Table tr:hover {
    background-color: #ddd;
}

.Table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #2f599e;
    color: white;
}

.User__confirm-delete,
.User__edit {
    cursor: pointer;
}

#User__change-password-holder {
    display: none;
}


/* Messages */

.Message__error {
    background-color: #f65d5d;
    color: #fff;
    /*text-align: center; */
    padding: 25px;
    margin: 40px 0;
    font-size: 16px;
}

.Message__success {
    background-color: #31c864;
    color: #fff;
    /*text-align: center; */
    font-weight: bold;
    padding: 25px;
    margin: 40px 0;
    font-size: 16px;
}

.btn,
a.btn:link,
a.btn:visited {
    background-color: #ffe479;
    padding: 10px 15px;
    color: #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    /*line-height: 50px;*/
    cursor: pointer;
    display: inline-block;
    margin: 10px 0;
    position: relative;
    border: 0;
    line-height: 20px;
    min-width: fit-content;
    -webkit-appearance: none;
}


/*
.btn span.fa,
.btn i.fa {
    margin-left: 10px;
}
*/

.btn-blue,
a.btn-blue:link,
a.btn-blue:visited {
    background-color: #499cdb;
    color: #fff;
}

.btn-blue:hover,
a.btn-blue:link:hover,
a.btn-blue:visited:hover {
    color: #fff;
}

.btn-gray,
a.btn-gray:link,
a.btn-gray:visited {
    background: #ededed;
    color: gray;
    cursor: no-drop;
}

.btn-gray-back,
a.btn-gray-back:link,
a.btn-gray-back:visited {
    background: #ededed;
    color: #000;
}

.btn-red,
a.btn-red:link,
a.btn-red:visited {
    background: #f65d5d;
    color: #fff;
    cursor: pointer;
}

a.btn-gray-enabled {
    background-color: #ededed !important;
    color: #000;
}

.btn.f-left span.fa,
.btn.f-left i.fa {
    margin: 0 10px 0 0;
}

.btn:hover,
a.btn:hover {
    text-decoration: none;
    opacity: .7;
}

.btn-big,
a.btn-big:link,
a.btn-big:visited {
    padding: 35px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
    text-align: center;
    color: #499cdb;
    height: 145px;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 20%;
    width: calc(20% - 20px);
    margin: 0 20px 20px 0;
}

.btn-big i.fa,
.btn-big i.fas {
    font-size: 35px;
    padding-bottom: 10px;
}

.btn-big:hover,
a.btn-big:hover {
    background-color: #ffe479;
    color: #000;
    text-decoration: none;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

iframe {
    width: 100%;
    margin: 0;
}

ul.tree,
ul.tree ul {
    list-style-type: none !important;
}

ul.tree>li {
    font-weight: bold;
}

ul.tree>li>ul {
    font-weight: normal;
}


/* Klasser */

.clear {
    text-indent: -4000px;
    line-height: 0;
    display: block;
    font-size: 0;
    clear: both;
    height: 0;
}

.round {
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    -ms-border-top-right-radius: 15px;
    -o-border-top-right-radius: 15px;
    border-top-right-radius: 15px;
}

.shadow {
    -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 10px 0px rgba(0, 0, 0, .5);
    -ms-box-shadow: 0 0 10px 0px rgba(0, 0, 0, .5);
    -o-box-shadow: 0 0 10px 0px rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, .5);
}

.loading {
    width: 100%;
    text-align: center;
}

.hide {
    display: none;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.fa-icon-medium {
    font-size: 30px;
}

.fa-icon-large {
    font-size: 80px;
}

.small {
    font-size: 12px;
}

.fleft {
    float: left;
}

.hint {
    color: #666;
}

.active {
    color: #499cdb;
    font-weight: bold;
}

header {
    width: 100%;
    float: left;
    padding: 0 20px;
    background-color: #ffffff;
    text-align: center;
    box-shadow: 0 7px 14px rgba(171, 171, 171, 0.25), 0 5px 5px rgba(171, 171, 171, 0.22);
    height:70px;
}

.header-login {
    position: fixed;
}

header .profile-menu-action {
    vertical-align: middle;
    line-height: 40px;
    float: right;
    color: #499cdb;
    margin: 15px 0;
    display: flex;
    justify-items: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 45px;
}

header .profile-menu-action:hover {
    text-decoration: none;
    opacity: .7;
}

header .profile-menu-action div {
    display: flex;
}

header .profile-menu-action .user-image {
    float: left;
    padding-right: 10px;
}

header .profile-menu {
    display: none;
}

section {
    float: none;
    margin: 0;
    padding: 20px 0 20px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

section .content {
    padding: 20px;
    background-color: #fff;
    float: left;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .15);
    -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .15);
}

.w100 {
    width: 98%;
    margin: 0 0 2% 2%;
}

.w50 {
    width: 48%;
    margin: 0 0 2% 2%;
}

.w33 {
    width: 31.3%;
    margin: 0 0 2% 2%;
}

.w25 {
    width: 23%;
    margin: 0 0 2% 2%;
}

.w100-nopm {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}

.w50-nopm {
    width: 50%;
    margin: 0;
    padding: 0;
    float: left;
}

.w50-keep-nopm {
    width: 50%;
    margin: 0;
    padding: 0;
    float: left;
}

.w33-nopm {
    width: 33.33%;
    margin: 0;
    padding: 0;
    float: left;
}

.w25-nopm {
    width: 25%;
    margin: 0;
    padding: 0;
    float: left;
}

.mobile {
    display: none;
}

.desktop {
    display: inline-block;
}

td.desktop,
th.desktop {
    display: table-cell;
}


/*
a.section-action-button:link,
a.section-action-button:visited {
    color: #666;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 2px 5px;
    line-height: 25px;
    float: right;
}

a.section-action-button:hover {
    background-color: #ffe479;
    color: #333;
    text-decoration: none;
}
*/

.colorbox-table {
    width: 100%;
    text-align: left;
    margin-bottom: 60px;
}

.colorbox-table tbody tr:nth-child(odd) {
    background-color: #f7f7f7;
}

.colorbox-table td {
    vertical-align: middle;
}

.colorbox-table tbody tr:hover {
    background-color: #ececec;
}

#update_user_errors,
#add_user_errors {
    padding: 40px 20px;
    margin: 20px 0;
    list-style-type: none;
    background-color: #f65d5d;
    color: #ffffff;
}

.not-valid {
    color: #f65d5d;
}

.status-box {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    top: 3px;
    position: relative;
    display: inline-block;
}

.status-box {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    top: 3px;
    position: relative;
}

.status-box.good {
    background-color: #3B9617;
}

.status-box.bad {
    background-color: #CC0000;
}

a.app-menu:link,
a.app-menu:visited {
    margin: 15px 0 0 0;
    color: #fff;
    float: left;
}

.delete-confirm,
.deliver-confirm {
    min-width: 300px;
    min-height: 200px;
    padding: 20px;
    text-align: center;
    z-index: 10000;
    background-color: rgb(255, 255, 255);
    color: #000;
    display: none;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 7px 14px rgba(171, 171, 171, 0.25), 0 5px 5px rgba(171, 171, 171, 0.22);
    border: 2px solid rgb(233, 233, 233);
    flex-flow: column;
    justify-content: center;
}


/*
.delete-confirm-arrow {
    width: 15px;
    height: 15px;
    background-color: #fff;
    transform: rotate(45deg);
    position: absolute;
    bottom: -8px;
    left: 35px;
}
*/


/* Loader */

.Loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}

.Fader {
    width: 100%;
    height: 100%;
    background: black;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.5;
}

.Loader__Holder {
    width: 100%;
    height: 100%;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
}

.Loader__spinner {
    width: 400px;
    height: 200px;
    background: #ffffff;
    border: 1px solid #ededed;
    margin: auto;
    display: flex;
}


/* Usermenu */

.Usermenu__holder {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 20px;
    color: #ffffff;
    cursor: pointer;
}

.Usermenu__icon {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    display: flex;
}

.Usermenu__icon i {
    margin: auto;
}

.Usermenu__button {
    margin-left: 10px;
}

.Usermenu {
    display: none;
    width: 320px;
    background-color: #ffffff;
    position: absolute;
    right: 0;
    top: 72px;
    padding: 25px 0;
    border: 1px solid #ededed;
    z-index: 100;
}

.Usermenu li {
    color: #000;
    background: #fff;
    margin-top: 10px;
    text-align: center;
    list-style-type: none;
}

.Usermenu li a {
    padding: 10px 10px;
    display: block;
    color: #000;
    text-decoration: none;
    transition: all 0.4s ease;
}

.Usermenu li a:hover {
    background-color: #499cdb;
    color: #ffffff;
    transition: all 0.4s ease;
}

.Usermenu li a.active {
    background-color: #499cdb;
    color: #ffffff;
}


/*
 * Users
 */

.user-header {
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between;
}

.search-holder {
    width: 100%;
    margin-top:10px;
}

.search-holder form {
    display: flex;
}

.search-holder form input,
.search-holder form .btn {
    margin: 0 !important;
}

.search-holder form .btn {
    margin-left: 10px !important;
}

.box25 {
    width: 20%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}


/* Add customers handling */

#add-customer-button {
    display: inline;
}

#add-customer-button.hidden {
    display: none;
}

#add-customer-form {
    display: none;
}

#add-customer-form.open {
    display: block;
}


/* ANIMATIONS on adding,updating and removing posts */

#added-div,
#updated-div,
#deleted-div {
    height: 50px;
    width: 100%;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    opacity: 0
}

#added-div p,
#updated-div p,
#deleted-div p {
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    font-size: 120%;
    color: #fafafa
}

#updated-div p {
    color: #000;
}

#added-div {
    background-color: #31c864;
}

#updated-div {
    background-color: #ffe479;
}

#deleted-div {
    background-color: #f65d5d;
}

.on {
    animation-name: popUp;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-fill-mode: forwards
}


/* ORDER LISTNING */

.order-row-wrapper:nth-of-type(odd) {
    background-color: rgb(246, 246, 246);
}


/* SEARCH BOX RESULTS */

.search-box-ajax .result a {
    display: block;
    text-align: center;
}

.red,
a.red {
    color: #f65d5d;
}

.green {
    color: #31c864;
}

.blue,
a.blue {
    color: #499cdb;
}

.yellow {
    color: #ffe479;
}

.pay-button,
.unpay-button {
    color: #499cdb;
    cursor: pointer;
}

.red-background {
    /* background-color: rgb(255, 188, 188)!important; */
    border-left: 10px solid #f65d5d;
    padding: 0 5px;
}

.orange-background {
    /* background-color: rgb(255, 238, 205)!important;*/
    border-left: 10px solid rgb(250, 238, 76);
    padding: 0 5px;
}

.bold {
    font-weight: bold;
}


/* ORDER SETTING */

.order-settings {
    margin: 20px 0;
}

.order-settings a,
.order-settings a.btn {
    display: block;
    width: fit-content;
}

.order-settings p,
.order-settings a,
.order-settings a.btn {
    margin: 10px 0;
}





/* Category boxes */
.category-box-wrapper {
    display:flex;
    justify-content: space-between;
    max-width:1000px;
}
.category-box {
    display:block;
    width:fit-content;
    width:-moz-fit-content;
    min-width:200px;
    width:50%;
    width:calc(50% - 10px);
    margin:20px 10px;
    background-color:#005EA8;
    color:#fff !important;
    padding:50px 25px;
    text-align: center;
    transition: all .4s ease;
}  
a.category-box:nth-child(odd) {
    margin-left:0;
}
a.category-box:nth-child(even) {
    margin-right:0;
}

.category-box:hover {
    background-color:#499cdb;
    text-decoration: none !important;
}

.article-box-wrapper {
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
    max-width: 650px;
}
/* Article boxes */
.article-box {
    display:block;
    width:48%;
    width:calc(50% - 15px);
    margin:15px 15px 15px 0;
    background-color:#31c864;
    color:#fff !important;
    padding:50px 25px;
    text-align: center;
    transition: all .4s ease;
}
.article-box:hover {
    background-color:#58e286;
    text-decoration: none !important;
}


/* article-box-quick-user */
.article-box-quick-user {
    display:block;
    width:30%;
    width:calc(33% - 30px);
    margin:15px;
    background-color:#31c864;
    color:#fff !important;
    padding:50px 25px;
    text-align: center;
    transition: all .4s ease;
}
.article-box-quick-user:hover {
    background-color:#58e286;
    text-decoration: none !important;
}
/*  */



/* Article information boxes */
.article-information-box-wrapper {
    min-width:500px;
}

.article-information-box {
    display:block;
    min-width:100%;
    color:#fff;
    display:flex;

}

.article-information-box .box-image-container {
    background-color:#fff;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width:50%;
    padding-top:50%;
}
.article-information-box .box-content {
    color:#000 !important;
    /* width:50%; */
    padding:25px;
    display: flex;
    /* align-items: center;
    justify-content: center; */
    flex-wrap:wrap;
    flex-flow:column;
}

.article-information-box .box-content-info-text {
    margin-bottom: 20px;
}

.article-information-box .box-content .box-content-header {
    margin-bottom: 0;
}
.article-information-box .box-content .box-content-sub-header {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
}
.article-information-box .box-content .box-content-text-18 {
    margin: 0px 0px 5px;
    font-size: 18px;
}
.article-information-box .box-content .box-content-text-14 {
    margin: 0px 0px 5px;
    font-size: 14px;
}

.article-information-box .box-content input[type="number"] {
    margin: 0;
}



.quick-article-quantity-wrapper {
    margin: 0;
    padding: 0;
}


.stock-error {
    color:#f65d5d;
}

.article-box h2,
.category-box h2 {
    color:#fff !important;
}

input:disabled {
    border:none;
    background:#fff;
    background-color:#fff;
}


.list_actions{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	padding-bottom: 30px;
}
.list_actions .submit, .list_actions a.submit{
	line-height: 40px;
}
.list_actions input{
	margin: 0;
}

/* END OF ORDER LISTNING */

@keyframes popUp {
    0% {
        bottom: -50px;
        opacity: 0
    }
    10% {
        bottom: -25px;
        opacity: 0.8
    }
    20% {
        bottom: 0px;
        opacity: 0.9
    }
    79% {
        bottom: 0px;
        opacity: 1
    }
    90% {
        bottom: -25px;
        opacity: 0.9
    }
    99% {
        bottom: -50px;
        opacity: 0.8
    }
    100% {
        bottom: -50px;
        opacity: 0
    }
}

@media all and (max-width: 960px) {
    header .profile-menu {
        display: inline-block;
        color: #fff;
    }
    header .profile-menu-action {
        padding-right: 10px;
    }
    section .content {
        padding: 20px;
        background-color: #fff;
        float: left;
        overflow: hidden;
    }
    nav {
        display: none;
        width: 100%;
    }
    .mobile {
        display: inline-block;
    }
    .desktop,
    td.desktop,
    th.desktop {
        display: none;
    }
    a.app-menu:link,
    a.app-menu:visited {
        margin: 7px 0 0 0;
        color: #fff;
        float: left;
    }
    header .profile-menu-action {
        position: absolute;
        vertical-align: middle;
        right: 10px;
    }
    header .profile-menu-action .user-image {
        font-size: 35px;
    }
    header .profile-menu-action div {
        display: none;
    }
    header .profile-menu {
        display: none;
    }
    header .Usermenu {
        top: 65px;
    }
    header #logo img {
        width: 150px;
    }
    .section-title {
        max-width: 80%;
    }
    .section-update {
        max-width: 20%;
        text-align: right;
        font-size: 25px;
    }
    a.section-action-button:link,
    a.section-action-button:visited {
        padding: 5px;
    }
    table.responsive {
        margin-bottom: 0;
    }
    div.table-wrapper {
        overflow-x: auto;
    }
    table.responsive td,
    table.responsive th {
        position: relative;
        white-space: nowrap;
        overflow: hidden;
    }


    


}

@media all and (max-width: 550px) {
    header .Usermenu {
        top: 65px;
    }
    header .profile-menu-action .user-image {
        font-size: 28px;
    }
    header .profile-menu-action div {
        display: block;
        top: 2px;
        position: relative;
        margin-right: 0;
    }
    header .profile-menu-action {
        margin: 18px 0;
    }
    .profile-menu-action .Usermenu__icon {
        width: 30px;
        height: 30px;
    }
    .Usermenu__name {
        display: none;
    }
    #modalcontent {
        min-width: 300px;
    }

    /* article-box-quick-user */
    .article-box-quick-user {
        display:block;
        width:48%;
        width:calc(50% - 30px);
        margin:15px;
        background-color:#31c864;
        color:#fff !important;
        padding:50px 25px;
        text-align: center;
        transition: all .4s ease;
    }
}

@media screen and (max-width: 800px) {
    .responsive_test {
        min-width: 900px;
    }
    .td-absolute {
        position: absolute;
        width: 200px;
        margin-top: -13px;
        height: 26px;
        display: flex;
        align-items: center;
        border-right: 1px solid #cccccc;
        background-color: #ffffff;
        font-size: 12px;
        left: 20px;
        line-height: 12px;
        padding-left: 4px;
    }
}


/* Responsive */

@media screen and (max-width: 800px) {
    .Header {
        z-index: 2000;
    }
    .Mainmenu__mobilebutton {
        display: block;
    }
    .Mainmenu__mobilebutton.open div:nth-child(1) {
        transform: rotate(45deg);
        top: 20px;
    }
    .Mainmenu__mobilebutton.open div:nth-child(2) {
        opacity: 0;
    }
    .Mainmenu__mobilebutton.open div:nth-child(3) {
        transform: rotate(130deg);
        top: 20px;
    }
    .list_actions{
	flex-direction: column;
	padding-bottom: 10px;
    }
    .list_actions > div{
	padding-bottom: 15px;
    }
}

@media screen and (max-width: 2000px) {
    .box-search-holder {
        width: 40%
    }
    .user-header-spacer {
        display: none;
    }
}

@media screen and (max-width: 1080px) {
    .user-header {
        flex-direction: column;
    }
    .box25 {
        width: 100%;
        min-height: 80px;
    }
}

.flex-wrapper {
    float: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.flex-100 {
    width: 100%;
    margin: 0 20px 20px 0;
    width: calc(100% - 20px);
}

.flex-66 {
    width: 66.7%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex-50 {
    width: 48%;
    width: calc(50% - 20px);
    margin: 0 20px 20px 0;
}

.flex-33 {
    width: 33.3%;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}

.flex-25 {
    width: 25%;
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
}

.flex-wrapper .content {
    float: none;
}

@media screen and (max-width: 1300px) {
    .flex-66 {
        width: 100%;
    }
    .flex-50 {
        width: 100%;
    }
    .flex-33 {
        width: 100%;
        padding-left: 0;
    }
    .flex-25 {
        width: 50%;
        padding-left: 20px;
        display: flex;
        flex-wrap: wrap;
    }
    .flex-wrapper .content {
        float: none;
    }
    .btn-big,
    a.btn-big:link,
    a.btn-big:visited {
        width: 33.3%;
        width: calc(33.3% - 20px);
    }
}

@media screen and (max-width: 700px) {
    .btn-big,
    a.btn-big:link,
    a.btn-big:visited {
        width: 50%;
        width: calc(50% - 20px);
    }

    /* article-box-quick-user */
    .article-box-quick-user {
        display:block;
        width:48%;
        width:calc(50% - 30px);
        margin:15px;
        background-color:#31c864;
        color:#fff !important;
        padding:50px 25px;
        text-align: center;
        transition: all .4s ease;
    }

}

@media screen and (max-width: 450px) {
    .flex-25 {
        width: 100%;
        padding-left: 20px;
        display: flex;
        flex-wrap: wrap;
    }
    .btn-big,
    a.btn-big:link,
    a.btn-big:visited {
        width: 100%;
        width: calc(100% - 20px);
    }

    /* article-box-quick-user */
    .article-box-quick-user {
        display:block;
        width:98%;
        width:calc(100% - 30px);
        margin:15px;
        background-color:#31c864;
        color:#fff !important;
        padding:50px 25px;
        text-align: center;
        transition: all .4s ease;
    }

    .article-information-box-wrapper {
        width: 100%;
        min-width: unset;
    }
    .article-information-box .box-content {
        width: 100%;
    }
}
