body {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-family: arial, sans-serif;
    background-color: #F5F5F5;
}

/* MASTERPAGE STYLING */
.logo{
    margin-left: 5%;
}
.logo svg{
    height: 60px;
    width: 60px;
    vertical-align: middle;
}
.check_success{
    color: green;
}
.error {
    color: red;
}
.rounded {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px 15px 15px 15px;
}


#wrapper {
    min-height: 400px;
    margin: 20px auto;
    background-color: #FFF;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px 15px 20px 20px;
    -webkit-box-shadow: rgba(0,0,0,0.3) 0px 0 10px;
    -moz-box-shadow: rgba(0,0,0,0.3) 0 0 10px;
    box-shadow: rgba(0,0,0,0.3) 0 0 10px;
    padding: 20px;
}
.clickable{
    cursor: pointer;
}

/* LABEL STYLING */
.label{
    margin-right: 5px;
}
.label-IGen{
    background-color: #5bc0de;
}
.label-VarioPrint{
    background-color: darkred;
}
.label-Indigo{
    background-color: darkblue;
}
.label-purple{
    background-color: purple;
}
.label{
    margin-right: 3px;
    word-wrap: break-word;
    white-space: initial;
    margin-bottom: 1px;
}

/* NAVIGATION STYLING */
.navbutton li{
    padding-left: 10px;
}


/* DROPDOWN STYLING */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: black;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #ccc;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* EASTEREGG STYLING */
#easteregg:hover{
    fill: gray !important;
}
#polkaegg:hover{
    fill: #30c1d3 !important;
}
/* PROFILE STYLING */

/* IMAGE STYLING */
.folding-image{
    max-width: 75px;
    max-height: 75px;
}
.laminate-image{
    max-width: 75px;
    max-height: 75px;
}

/* CHART STYLING */
.chart {
    min-height: 500px;
}
.indexchart {
    min-height: 300px;
}
.indexchart .img-responsive {
margin: 0 auto;
}
.scatterchart{
    min-height: 500px;
}
.scatterchart .img-responsive {
margin: 0 auto;
}
.warehousechart{
    width: 95%;
    text-align: center;
}

.r { text-align: right; }
.l { text-align: left; }
.c { text-align: center; }
.nw { white-space: nowrap; }
.afw { width: 400px; }
.b { font-weight: bold; }
.akx_warning { color: red; }
.nobr { white-space:nowrap;}

.bordered{
    border-style: solid;
    border-width: thin;
}

.cust, .dhl {
    font-weight: bold;
    border-radius: 20px;
    padding: 2px 5px;
    display: inline;
    background: gray;
}

.text-right { padding-right: 20px; }

.formula {
    color:#f00;
}

.green{
background-color: green;
}

.badge-green{
    background-color: green; !important;
}
.badge-orange{
    background-color: orange; !important;
}
.badge-red{
    background-color: red; !important;
}
.badge-blue{
    background-color: blue; !important;
}
.badge-pink{
    background-color: deeppink; !important;
}
.badge-purple{
    background-color: purple; !important;
}
.badge-yellow{
    background-color: yellow; !important;
}
.badge-error{
    background-color: #f2dede; !important;
    color: #a94442; !important;
}
.timefield {
    width: 3em;
}