/*
    99Lime.com HTML KickStart by Joshua Gatcke
    style.css

*/
/*---------------------------------
    IMPORTS
-----------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Arimo:400,700);
/*---------------------------------
    OVERRIDES
-----------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Arimo", arial, verdana, sans-serif;
    font-weight: normal;
}

thead th,
tbody th {
    font-family: "Arimo", arial, verdana, sans-serif;
}

button,
a.btn,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    font-family: "Arimo", arial, verdana, sans-serif;
}

.menu {
    font-family: "Arimo", arial, verdana, sans-serif;
}

blockquote {
    font-family: "Arimo", arial, verdana, sans-serif;
}
/*---------------------------------
    LAYOUT
-----------------------------------*/

body {
    margin: 0;
    padding: 0 0 0 0;
    color: #000;
    font: normal 0.9em/150% 'Arimo', arial, verdana, sans-serif;
    text-shadow: 0 0 1px transparent;
    /* google font pixelation fix */
}

#wrap {
    width: 100%;
    background: #fff;
    margin: 30px auto 30px auto;
    padding: 0 2%;
    border: 1px solid #ccc;
}

#footer {
    text-align: center;
    padding: 20px;
    margin: 0;
    border-top: 1px solid #ddd;
    color: #999;
    font-size: 0.8em;
    text-shadow: 0px 1px 1px #fff;
    position: relative;
    top: 0;
    left: 0;
    background: #fff;
}

#link-top {
    display: none;
}
/* NAV BAR*/

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
    color: #fff;
    z-index: 1000;
}

.navbar #logo {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.5em 1em;
    font-size: 1.7em;
    color: #efefef;
    text-decoration: none;
}

.navbar span {
    color: #86dc00;
}

.navbar ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.navbar li {
    margin: 0;
    padding: 0;
    list-style-type: 0;
    display: inline-block;
}

.navbar li a {
    display: inline-block;
    color: #efefef;
    padding: 1em 1.3em;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 100%;
    font-size: 1.2em;
}

.callout {
    background: #4598ef;
    /*#86dc00;*/

    padding: 3em 0;
    color: #fff;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    display: block;
}

.callout + div.grid {
    margin-top: 50px;
}

a.callout {
    cursor: pointer;
}

.callout i.icon-4x {
    font-size: 6em;
}

.callout h4 {
    margin-bottom: 30px;
}

.callout-top {
    margin: 50px 0 0 0;
}

.callout p {
    margin-bottom: 0;
}

.callout .button {
    margin-top: 10px;
}

.callout.green {
    background: #19ad0b;
    /*#86dc00;*/
}

#mc_embed_signup {
    padding: 30px 0;
}

#ui-preview {
    border: 5px solid #ddd;
    margin: 30px 0;
    display: block;
}

#menusidebar {
    min-width: 180px;
}

#mainmenu {
    margin-top: 100px;
    z-index: 0;
}

#mainmenu i.fa {
    min-width: 25px;
    text-align: center;
}

#contentwrapper {
    width: auto;
}

ul.button-bar {
    min-width: 650px;
}

.overlay {
    position: fixed;
}

.overlay.background {
    display: none;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: black;
    opacity: .6;
}

.overlay.content {
    position: absolute;
    z-index: 2;
    display: none;
    left: 50%;
    width: 800px;
    min-height: 64px;
    background-color: white;
    box-shadow: 3px 3px 15px #333333;
    border: 1px solid black;
    margin: 50px auto 0 -400px;
    padding: 0 10px;
}

.overlay.content .fa-close {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.overlay.content .fa-spinner {
    padding: 11px 15px;
}

.overlay.content .fa-times {
    padding: 11px 17px;
}

.overlay.content .fa-check {
    padding: 11px 15px;
}

.fa-spinner {
    -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
}

span.blue {
    color: #3366cc;
}

span.red {
    color: #dc3912;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.overlay.content button.add {
    margin: 20px 0 0 20px;
}
.overlay.content button.add.bottom {
    margin: 0 0 20px 20px;
}

ul.articlelist {
    margin: 20px 10px;
}

ul.articlelist li {
    list-style-type: none;
}

ul.articlelist li span {
    display: inline-block;
}

ul.articlelist li span.ordernumber {
    min-width: 95px;
}
ul.articlelist li span.name {
    min-width: 300px;
}
ul.articlelist li span.price {
    min-width: 65px;
}

#updatestockwrapper {
    display: none;
    margin: 10px 0 0 5px;
}

.shopselector, .periodselector {
    display: none;
}

#turnover_shop_chart_div, #turnover_shop_chart_month_div {
    float: left;
}

thead {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 0;
}

#reporttable td {
    text-align: right;
}

#searchform {
    min-width: 300px;
}
