
    /* #Text Styles
================================================== */

html, body{
    font-family: "Open Sans",sans-serif;
    color: #000;
    font-size: 12px;
}
a:link, a:active, a:visited{
    color: #000;
    text-decoration: none;    
}
a:hover{
    color: #8e8e8e;
    text-decoration:none;
}
p{
    padding-bottom: 12px;
    font-size: 14px;
    line-height: 18px;    
    padding-left: 10px;
    padding-right: 10px;
}
h1, h2, h3, h4, h5, h6{
    font-weight: bold;
    line-height: 1.2em;    
    padding-left: 10px;
    padding-right: 10px;
    color: #dd0765;
}

table{
    width: 92%;
}

table tr td{
    border: 1px solid #eee;
    padding: 10px;
    line-height: 18px;
}

strong{
    color: #dd0765;
}

#mainContent ol, #mainContent ul {
    width: 92%;
    margin: 0 4%;
    box-sizing: border-box;
    padding: 0 0 11px 32px !important;
}

#mainContent ol li, #mainContent ul li {
    margin: 20px 0;
    font-size: 20px;
    color: #DD0765;
}

#mainContent ol li span, #mainContent ul li span {
    color: #000;
    font-size: 13px;
}


    /* #added styles (button classes etc) 
================================================== */
    
#mainContent li {
    margin: 5px 0;
}    /* #login Scree
================================================== */    

    #loginBlock{
        display: block;
        width: 100%;
        margin: 10px auto;
    }
    
    #loginBlock span{
        text-align: center;
        color: #dd0765;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        width: 100%;
        display: block;
        padding: 20px;
        box-sizing: border-box;
    }
    
    #loginBlock #loginForm{
        width: 70%;
        margin: 0 auto;
        padding-bottom: 20px;
    }
    
    #loginBlock #loginForm .required{
        background: none;
    }
    
    #loginBlock #loginForm label{
        font-size: 13px;
        font-family: 'Open Sans', verdana, sans-serif;
    }
    
    #loginBlock #loginForm input{
        width: 100%;
        padding: 5px 5px 5px 55px;
        border-radius: 6px;
        border: 1px solid #7c7c7c;
        box-sizing: border-box;
        line-height: 20px;
    }
    
    #loginBlock #loginForm #loginEmail-element, #loginBlock #loginForm #password-element{
        position: relative;
    }
    
    #loginBlock #loginForm #loginEmail-element:before, #loginBlock #loginForm #password-element:before{
        position: absolute;
        line-height: 30px;
        left: 10px;
        top: 1px;
        display: block;
        font-family: "fontawesome";
        opacity: 0.7;
        font-size: 20px;
        border-right: 1px solid #000;
        padding-right: 10px;
    }
    
    #loginBlock #loginForm #loginEmail-element:before{
        content: "\f007";
    }
    
    #loginBlock #loginForm #password-element:before{
        content: "\f084";
    }
    
    #loginBlock #loginForm input#login{
        padding: 5px;
        background: #dd0765;
        color:#fff;
        text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
    }
    
    

    /* #Basic Code
================================================== */

    
    
    
    #header{
        width:100%;
        display: block;
        background: #dd0765;
    }    
    
    #header .navigation{
        display: none;
    }
    
    .logo {
        background: url('/img/logo.png');
        background-size: cover;
        width: 60px;
        height: 60px;
        display: inline-block;
        text-indent: -9000px;
        overflow: hidden;
        vertical-align: middle;
        margin: 10px;
    }

    #header .messages{
        font-size: 20px;
        color: #fff;
        display: inline-block;
        position: relative;
        top: 10px;
        left: 5px;
    }
    
    #header .messages .numMessages{
        display: block;
        position: absolute;
        top: -13px;
        right: -10px;
        width: 20px;
        height: 20px;
        border-radius: 3px;
        background: lightgreen;
        text-align: center;
        font-size: 15px;
        line-height: 20px;
        box-shadow: rgba(0,0,0,0.4) 0 1px 2px;
    }
    
    #header .login{
        float: right;  
        margin-top: 22px;
        color: #fff;
        margin-right: 20px;
        text-align: right;
        line-height: 15px;
        width: 50%;
    }
    #header .login a{
        color: #fff;
    }
    
    #header .login span{
        display: inline-block;
        max-width: calc(100% - 60px);
        vertical-align: middle;
    }
    
    #header .login img{
        width: 46px;
        border-radius: 46px;
        margin-left: 10px;
        display: inline-block;    
        vertical-align: middle;
    }
    
    #header #userOptions{
        position: absolute;
        background: #fff;
        border-radius: 10px;
        top: 63px;
        right: 20px;
        box-shadow: 2px 2px 7px #000;
        text-align: left;
        z-index: 100;
        display: none;
    }
    
    #header #userOptions a{
        color: #666;
        padding: 5px 10px;
        display: block;
        margin: 0;
        line-height: 20px;
    }
    
    .malfunctions .malfunction{
        display: block;
        margin-top: 1px;
        height: 35px;
        width: 84%;
        padding: 0 8%;
        background: #f00;
        line-height: 35px;
        color: #fff;
    }
    
    .malfunctions .malfunction:before{
        content: "\f071";
        font-family: "fontawesome";
        color: #fcff00;
        font-size: 18px;
        line-height: 35px;
        margin-right: 30px;
        height: 35px;
        display: inline-block;
        vertical-align: middle;
    }
    
    .malfunctions .malfunction.processing{
        background: #ffa500;        
    }

    
    .stocks .stock{
        display: block;
        margin-top: 1px;
        height: 35px;
        width: 84%;
        padding: 0 8%;
        background: green;
        line-height: 35px;
        color: #fff;
    }

    .stocks .stock.processing{
	background: blue;
    }
    
    .stocks .stock:before{
        content: "\f06a";
        font-family: "fontawesome";
        color: #fcff00;
        font-size: 18px;
        line-height: 35px;
        margin-right: 30px;
        height: 35px;
        display: inline-block;
        vertical-align: middle;
    }
    
    
    #navBar{
        height: 40px;
        margin-top: 1px;
        line-height: 40px;
        width: 92%;
        padding: 0 4%;
    }
    
    #navBar .backButton{
        color: #dd0765;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
    }
    
    #navBar .backButton:before{
        content: "\f104";
        font-family: "fontawesome";
        color: #dd0765;
        font-size: 30px;
        font-weight: normal;
        margin-right: 10px;
        line-height: 40px;
        display: inline-block;
        vertical-align: middle;
        height: 40px;
    }
    
    #navBar .icon{
        float: right;
        color: #dd0765;
        font-size: 20px;
        line-height: 40px;
        height: 40px;
        display: block;
        margin-left: 20px;
    }

    #navBar .icon i{
        line-height: 40px;
    }
    
    #mainContent{
        width: 100%;
    }
    
    
    
    /* #Basic Nav
================================================== */
    
.navigation{
    margin: 0;
    padding: 0;
}

.navigation li{
    list-style: none;
    margin: 0;
    width: 100%;
    line-height: 50px;
    position: relative;
}

.navigation li a{
    list-style: none;
    margin: 0;
    padding: 0 4%;
    width: 92%;
    line-height: 50px;
    font-size: 13px;
    color: #666;
    position: relative;
    display: block;
    border-bottom: 1px solid #eee;
}

.navigation li a:after {
    position: absolute;
    right: 0;
    padding-right: 30px;
    content: "\f054";
    font-family: "fontawesome";
}

.navigation li > a:hover, .navigation li > a:active, .navigation li.active > a{
    color: #dd0765;
}

.navigation li ul{
    background: #eeeeee;
    display: none;  
    width: 100%;
    top: 0;
    left: 100%;
    position: absolute;
    z-index: 100;
}

.navigation li:hover > ul{
    display: block;
}
    
#mainContent .navigationHome {
    margin: 0;
    padding: 0 !important;
    width: 100%;
    position: relative;
    overflow: hidden;
}

#mainContent .navigationHome li ul{
    width: 100%;
    padding: 0 !important;
    margin: 0;
    position: absolute;
    top: 0;
    left: 100%;
    background: #fff;
    height: 100%;
    z-index: 100
}

#mainContent .navigationHome li ul li{
    background: rgba(0,0,0,0.03);
}

#mainContent .navigationHome li {
    list-style: none;
    margin: 0;
    width: 100%;
    line-height: 50px;
}

#mainContent .navigationSub {
    margin: 0;
    padding: 0 !important;
    width: 100%;
    position: relative;
    overflow: hidden;
}

#mainContent .navigationSub li ul{
    width: 100%;
    padding: 0 !important;
    margin: 0;
    position: absolute;
    top: 0;
    left: 100%;
    background: #fff;
    height: 100%;
    z-index: 100
}

#mainContent .navigationSub li ul li{
    background: rgba(0,0,0,0.03);
}

#mainContent .navigationSub li {
    list-style: none;
    margin: 0;
    width: 100%;
    line-height: 50px;
}

.navigationHome li a{
    list-style: none;
    margin: 0;
    padding: 0 4%;
    width: 92%;
    line-height: 50px;
    font-size: 13px;
    color: #666;
    position: relative;
    display: block;
    border-bottom: 1px solid #eee;
}

.navigationHome li.hasSub > span > a:after {
    position: absolute;
    right: 0;
    padding-right: 30px;
    content: "\f054";
    font-family: "fontawesome";
}

.navigationHome #navBackBtn{
    font-weight: bold;
}

.navigationHome #navBackBtn:before{
    content: "\f053";
    font-family: "fontawesome";
}

.navigationSub a{
    list-style: none;
    margin: 0;
    padding: 0 4%;
    width: 92%;
    line-height: 50px;
    font-size: 13px;
    color: #666;
    position: relative;
    display: block;
    border-bottom: 1px solid #eee;
}

.navigationSub li.hasSub > span > a:after {
    position: absolute;
    right: 0;
    padding-right: 30px;
    content: "\f054";
    font-family: "fontawesome";
}

.navigationSub #navBackBtn{
    font-weight: bold;
}

.navigationSub #navBackBtn:before{
    content: "\f053";
    font-family: "fontawesome";
}


    /* #Caramelo Logo
================================================== */
    html, body{
        height: 100%;
    }
    
    #wrap{
        min-height: 100%;
        margin-bottom: -25px;
        overflow: scroll !important;
    }    
    
    #wrap:after{
        content: "";
        display: block;
        height: 35px;
    }
    
div#poweredBy{
    padding: 5px;
    background: #ccc;
    width: 100%;
    box-sizing: border-box;
    text-align: right;
    height: 25px;
    color: #fff;
}

div#poweredBy a{
    display: inline-block;    
    width: 16px;
    height: 15px;
    background: url(/shared/img/caramelo-tiny.png);
    vertical-align: middle;
}

@media (min-width: 550px) {
    
    body{
        margin-top: -1px;
        background: #fafafa;
    }
    
    #wrap{
        overflow: hidden;
    }
    
    #header{
        width: 220px;
        margin-top: 0;
        padding-top: 0;
        background: #fff;
        border-right: 1px solid #ededed;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    #header .login{
        color: #141414;
        width: 100%;
        padding: 22px 20px 10px 20px;
        box-sizing: border-box;
        margin: 0;
        border-top: 1px solid #ededed;
        border-bottom: 1px solid #ededed;
        float: none;
        display: block;
    }
    
    #header .login:hover{
        cursor: pointer
    }
    
    #header .login:hover #userOptions{
        opacity: 1;
    }
    
    #header #userOptions{
          top: 229px;
    }
    
    #header .navigation{
        display: block;
    }
    
    #wrap:after{
        content: "";
        clear: both;
    }
    
     .messageWrap .messages{
        font-size: 20px;
        color: #fff;
        display: inline-block;
        position: relative;
        top: 10px;
        left: 5px;
    }
    
    .messageWrap .messages .numMessages{
        display: block;
        position: absolute;
        top: -13px;
        right: -10px;
        width: 20px;
        height: 20px;
        border-radius: 3px;
        background: lightgreen;
        text-align: center;
        font-size: 15px;
        line-height: 20px;
        box-shadow: rgba(0,0,0,0.4) 0 1px 2px;
        color: #fff;
    }
    
    .messageWrap .messages{
        position: absolute;
        top: 23px;
        right: 100px;
        color: #aaa;
        display: block;
        left: initial;
    }
    
    .logo {
        background: url('/img/logo-big.png');
        width: 142px;
        height: 142px;
        margin: 10px 39px;
    }
    
    div.messageWrap {
        width: 100%;
        height: 60px;
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        padding-left: 200px;
        box-sizing: border-box;
        border-bottom: 1px solid #ededed;
      }
    
    .malfunctions{
        margin-top: 62px;
    }
    
    .malfunctions .malfunction{
        width: 100%;
        padding: 0 240px;
        box-sizing: border-box;
    }
    
    .stocks{
    }
    
    .stocks .stock{
        width: 100%;
        padding: 0 240px;
        box-sizing: border-box;
    }
    
    .container{
        padding-left: 220px;
        width: 100%;
        box-sizing: border-box;
        margin-top: 20px;
    }
    
    #mainContent #messageForm, #mainContent #malfunctionForm, #mainContent #resolvedForm, #mainContent #userForm, #mainContent #stockForm, #mainContent #restockedForm{
       width: 50%;
    }
    

    #mainContent #messageOverview #messageContent{
        width: 80%;
        margin:0 auto;
    }
    
    .navigationHome{
        display: none;
    }
    
}


#notesForm input{
	width: 100px !important;
	
}
    /* #Contact Form
================================================== */

#contactForm input{
    display: block;
    height: 30px;
    border: none;
    border-radius: 5px;
    background: #f5f5f5;
    padding-left: 12px;
    width: 92%;
    max-width: 420px;
    margin: 4px 0;
    font-size: 12px;
    color: #7c7c7c;
    font-family: "Open Sans",sans-serif;
}

#contactForm #save{
    width: 100px;
    background: #fa9d20;
    padding-left: 0px;    
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

#contactForm #save:hover {
    background-color: #f9b04d;
}

#contactForm textarea{
    display: block;
    height: 70px;ss
    border: none;
    border-radius: 4px;
    background: #f5f5f5;
    padding: 10px 0 0 22px;
    width: 92%;
    max-width: 420px;
    margin: 4px 0;
    font-size: 12px;
    color: #7c7c7c;
    font-family: "Open Sans",sans-serif;
}

#name-label, #email-label, #phone-label, #message-label{
    display: none;
}

    /* #basic content changes
================================================== */
        

    
    /* #message overview
================================================== */

    #mainContent .messageList{
        
    }
    
    #mainContent .messageList .messageListItem{
        position: relative;
    }
    
    #mainContent .messageList .messageListLink{
        display: block;
        width: 92%;
        padding: 0 4%;
        height: 50px;
        border-bottom: 1px solid #eeeeee;
        position: relative;
        color: #666;
    }
    
    #mainContent .messageList .messageListLink.unread{
        background: #ee7fb6;
        color: #fff;
    }
    
    #mainContent .messageList .messageListLink .messageListFrom{
        display: block;
        font-weight: bold;
        padding-top: 10px;
    }
    
    #mainContent .messageList .messageListLink .messageListDescription{
        font-style: italic;
        margin-top: 10px;
        display: block;
    }
    
    #mainContent .messageList .messageListLink .messageListDate{
        float: right;
        font-weight: bold;
        position: absolute;
        top: 10px;
        right: 4%;
        margin-right: 35px;
    }
    
    #mainContent .messageList .messageListDelete{
        float: right;
        font-weight: bold;
        position: absolute;
        top: 16px;
        right: 4%;
        font-size: 20px;
        color: #666;
    }
    
    #messageOverview table{
        font-size: 13px;
    }
    
    #messageOverview table tr{
        border-top: 1px solid #eee;
    }
    
    #messageOverview table tr:last-of-type{
        border-bottom: 1px solid #eee;
    }
    
    #messageOverview table tr td{
        padding: 10px;
    }
    
    #messageOverview table tr td:nth-child(odd){
        border-right: 1px solid #eee;
        text-align: right;
        width: 25%;
    }
    #messageOverview a{
	text-decoration: underline;
	color: #6666FF;
    } 
    #messageOverview #messageContent{
        padding: 20px 10px;
        width: 100%;
        box-sizing: border-box;
        font-size: 13px;
    }
    
    #messageOverview #messageContent .sendDate{
        padding: 10px;
        width: 100%;
        text-align: right;
        font-size: 11px;
        box-sizing: border-box;
    }
    
    /* sendmessages */
    
    #messageOverview .receiver{
        color: #989898;
    }
    
    #messageOverview .receiver.read{
        color: #33A333;
        font-weight: bold;
    }
    

    /* #message form
================================================== */
    
    #messageForm{
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }
    
    #messageForm input{
        border: 1px solid #d0d0d0;
        padding: 8px 8px;
        display: inline-block;
        width: 100%;
        position: relative;
        z-index: 1;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    
    #messageForm textarea{
        border: 1px solid #d0d0d0;
        padding: 8px 8px;
        display: inline-block;
        width: 100%;
        position: relative;
        z-index: 1;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        height: 200px;
 	word-wrap: normal;        
    }
    
    #sendMessage{
        margin: 10%;
    }
    
    #messageForm input#submit{
        background: #dd0765;
        color:#fff;
        text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
    }
    
    /* #user form
================================================== */
    
    #userForm{
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }
    
    #userForm input, #userForm select{
        border: 1px solid #d0d0d0;
        padding: 8px 8px;
        display: inline-block;
        width: 100%;
        position: relative;
        z-index: 1;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    
    #userForm textarea{
        border: 1px solid #d0d0d0;
        padding: 8px 8px;
        display: inline-block;
        width: 100%;
        position: relative;
        z-index: 1;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        height: 200px;
    }
    
    #userForm #email-label{
        display: inline;
    }
    
    #userForm input#save{
        background: #dd0765;
        color:#fff;
        text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
    }
    
    /* #malfunction page
================================================== */
        
    
    #malfunctionForm{
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }
    
    #malfunctionForm input{
        border: 1px solid #d0d0d0;
        padding: 8px 8px;
        display: inline-block;
        width: 100%;
        position: relative;
        z-index: 1;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    
    #malfunctionForm textarea{
        border: 1px solid #d0d0d0;
        padding: 8px 8px;
        display: inline-block;
        width: 100%;
        position: relative;
        z-index: 1;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        height: 200px;
    }
    
    #malfunctionForm input#save{
        background: #dd0765;
        color:#fff;
        text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
    }
    
    #malfunctionOverview{
        position: relative;
    }
    
    #malfunctionOverview #malfunctionImg{
        width: 100%;
        text-align: center;
    }
    
    #malfunctionOverview #malfunctionDetails{
        padding: 10px;
    }
    
    #malfunctionOverview #malfunctionUser{
        padding: 10px;
        font-size: 10px;
        text-align: right;
    }
    
    #malfunctionOverview img{
        max-width: 100%;
        display: inline;
    }
    
    #malfunctionOverview form{
        //position: absolute;
        display: block;
        width: 100%;
        padding: 0 10%;
        box-sizing: border-box;
        background: rgba(255,255,255,0.8);
    }
    
    #malfunctionOverview textarea{
        border: 1px solid #d0d0d0;
        padding: 8px 8px;
        display: inline-block;
        width: 100%;
        position: relative;
        z-index: 1;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        height: 65px;
        margin-top: 15px;
    }
    
    #malfunctionOverview #resolvedDescription-label{
        font-weight: bold;
        font-size: 20px;
    }
    
    #malfunctionOverview input{
        border: 1px solid #d0d0d0;
        padding: 8px 8px;
        display: inline-block;
        width: 100%;
        position: relative;
        z-index: 1;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    
    #malfunctionOverview input#login{
        background: #dd0765;
        color:#fff;
        text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
    }
    
    #sendMalfunction{
        margin: 0 10%;
    }
    
    
        /* #stock page
================================================== */
        
    
    #stockForm{
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }
    
    #stockForm input{
        border: 1px solid #d0d0d0;
        padding: 8px 8px;
        display: inline-block;
        width: 100%;
        position: relative;
        z-index: 1;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    
    #stockForm textarea{
        border: 1px solid #d0d0d0;
        padding: 8px 8px;
        display: inline-block;
        width: 100%;
        position: relative;
        z-index: 1;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        height: 200px;
    }
    
    #stockForm input#save{
        background: #dd0765;
        color:#fff;
        text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
    }
    
    #stockOverview{
        position: relative;
    }
    
    #stockOverview #stockImg{
        width: 100%;
        text-align: center;
    }
    
    #stockOverview #stockDetails{
        padding: 10px;
    }
    
    #stockOverview #stockUser{
        padding: 10px;
        font-size: 10px;
        text-align: right;
    }
    
    #stockOverview img{
        max-width: 100%;
        display: inline;
    }
    
    #stockOverview form{
        //position: absolute;
        display: block;
        width: 100%;
        padding: 0 10%;
        box-sizing: border-box;
        background: rgba(255,255,255,0.8);
    }
    
    #stockOverview textarea{
        border: 1px solid #d0d0d0;
        padding: 8px 8px;
        display: inline-block;
        width: 100%;
        position: relative;
        z-index: 1;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        height: 65px;
        margin-top: 15px;
    }
    
    #stockOverview #restockedDescription-label{
        font-weight: bold;
        font-size: 20px;
    }
    
    #stockOverview input{
        border: 1px solid #d0d0d0;
        padding: 8px 8px;
        display: inline-block;
        width: 100%;
        position: relative;
        z-index: 1;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    
    #stockOverview input#login{
        background: #dd0765;
        color:#fff;
        text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
    }
    
    #sendStock{
        margin: 0 10%;
    }
    
    
    
    
        /* #online users
================================================== */
        
        .userList{
            padding: 10px;
            box-sizing: border-box;
            text-align: center;
        }
        
        .userList .userItem{
            text-align: center;
            width: 80px;
            display: inline-block;
            padding: 3px;
            vertical-align: top;
        }
        
        .userList .userItem img{
            border-radius: 50px;
        }
        
    /* #schedule table
================================================== */
        
    #calendar, #daycalendar{
        width: 92%;
        padding: 0;
        overflow: auto;
    }
    
    
    #calendar .fc-view>table{
        box-sizing: border-box;
        padding: 0;
    }
    
    
    
    #calendar .fc-slats>table{
        padding: 0;
        margin:0;
    }
    
    #calendar .fc-agendaDay-view>table, #daycalendar .fc-agendaDay-view>table{
        width: 100%;
    }
    
    #calendar .fc-agendaWeek-view>table, #daycalendar .fc-agendaWeek-view>table{
        width: 200%;
    }
    
    #calendar .fc-month-view>table, #daycalendar .fc-month-view>table{
        width: 300%;
    }
    
    .fc-toolbar{
        padding: 0 4%;
    }
        
    .fc-content{
        font-size: 12px;
    }
        
    
    @media (min-width: 400px) {
        #calendar .fc-view>table{
            width: 100%;
            box-sizing: border-box;
            padding: 0;
            margin:0;
        }
        
        #calendar .fc-view>table, #daycalendar .fc-view>table{
            width: 100%;
        }
    }
    
    .changeCalendarGroup{
        padding: 8px 10%;
        position: relative;
        float: left;
        width: 100%;
        box-sizing: border-box;
    }
    
    .changeCalendarGroup select{
        float: right;
        padding: 3px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }
        
        /* #extra
================================================== */
    
    
    
    .extraStack{
        width: 1em;
        height: 1em;
        line-height: 40px;
    }
    
    .extraStack .fa-stack-2x{
        font-size: 20px;
        
    }
    
    .extraStack .fa-stack-1x{
        font-size: 16px;
        transform: translate(1px, -1px);
        text-shadow: -1px -1px 0 #fff, 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 2px #fff, 1px 1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff;
    }
    
    body #mainContent ul.errors li{
          font-size: 12px;
            line-height: 12px;
            color: #f00;
            padding: 0;
            margin: 0;
    }
    
    
@media (min-width: 750px) {
    
    #loginBlock{
        border: 2px solid #dd0765;
        border-radius: 10px;
        width: 400px;
        margin: 10px auto;
    }
}

        /* #user overview
================================================== */
  

#userOverview table{
        font-size: 13px;
        margin: 0 auto;
    }
    
    #userOverview table tr{
        border-top: 1px solid #eee;
    }
    
    #userOverview table tr:last-of-type{
        border-bottom: 1px solid #eee;
    }
    
    #userOverview table tr td{
        padding: 10px;
    }
    
    #userOverview table tr td:nth-child(odd){
        border-right: 1px solid #eee;
        text-align: right;
        width: 25%;
    }
    
    #userOverview img{
        margin: 10px auto 0;
        display: block;
    }
    
    #mainContent img{
        max-width: 100%;
    }
    
    
    
        /* #freedays form
================================================== */
    
    
    #requestFreeForm{
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }
    
    #requestFreeForm input{
        border: 1px solid #d0d0d0;
        padding: 8px 8px;
        display: inline-block;
        width: 100%;
        position: relative;
        z-index: 1;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    
    #requestFreeForm textarea{
        border: 1px solid #d0d0d0;
        padding: 8px 8px;
        display: inline-block;
        width: 100%;
        position: relative;
        z-index: 1;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        height: 200px;
        white-space: pre;
    }
    
    #sendMessage{
        margin: 10%;
    }
    
    #requestFreeForm input#submit{
        background: #dd0765;
        color:#fff;
        text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
    }
    
    #mainContent .freeDates .deleteFreeday{
        font-weight: bold;
        top: 16px;
        font-size: 20px;
        color: #666;
    }
    
    #mainContent .tableWrap{
        width: 100%;
        overflow: scroll;
    }


table {
    margin-left: 20px;
}
table th {
    font-size: 16px;
    font-weight: 400;
    color: #dd0765;
    text-align: left;
    padding: 10px;
}
table tr td {
    border: 1px solid #DEDEDE;
}
table > tbody > tr:nth-of-type(odd) {
    background-color: #efefef;
}
span.entry {
    font-size: 14px;
}
a.cleaningCompletedBtn {
    padding: 5px 10px;
    background: #dd0765;
    color: #ffffff;
    float: right;
    text-transform: uppercase;
}
a.cleaningCompletedBtn:hover {
    background: #BD0254;
}
span.completedBy {
    display: block;
    font-style: italic;
    color: green;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}