body {
    font-family:Arial,Helvetica,Verdana,sans-serif;
    font-weight: 500;
    font-size: 14px;
    height: 100%;
    background: none;
    -ms-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-bottom: 150px;
}

.company-brand,
.company-brand-middle,
.company-brand-large {
    background: url(logoComp.png);
    background-repeat: no-repeat;
    width: auto;
    margin: 20px 0px 0px 20px;
}

a:focus, a:hover {
    color: #455865;
}

#navbardrop,
#navbardrop:focus,
#navbardrop:hover {
    color: white;
}

.appcontent {
    margin-top: 20px;
}

#header,
#footer,
#authentificationView {
    background-color: #455865;
}

#authentificationView {
   box-shadow: none!important;
}

.panel-default > .panel-heading {
    background-color: #455865;
    border-color: #455865;
}

.filled {
    background-color: #f29100!important;
    background: none;
}

.navbar-inverse {
    border-radius: 0px;
    border-color:#f29100;
}

.panel {
    border: none;
    border-radius: 0px;
}

.btn-primary {
    background-color: #f29100!important;
    border: none;
}

/*-- START Webshop Footer--*/

#footer{
	margin-top: 50px;
}

#footer p, #footer td{
    font-size: 16px;
}

#footer p{
    margin-bottom: 0;
}

#footer tr{
    line-height: 18px
}

#footer td{
    padding-right: 10px
}

.footer-container{
    background-color: #455865!important;
    color: #fff;
}

.footer-container .container{
    max-width: 1140px!important;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
}

.footer-container hr{
    border-color: #fff;
    margin-top: 40px
}

.footer-container ul.horizontal{
    list-style: none;
    text-align: left;
    margin: 0;
    margin-top: 10px;
    padding: 0;
}

.footer-container ul.horizontal li{
    font: left;
    display: inline-block;
    border-left: 1px solid #fff;
    padding-left: 5px;
}

.footer-container ul.horizontal li:first-child{
    border-left: none;
    padding-left: 0px;
    padding-bottom: 30px;
}

.footer-container ul a{
    font-size: 14px;
}

.footer-container a{
    color: #fff;
    text-decoration: none;
}

.footer-container a:hover{
    text-decoration: underline;
}

.footer-container img{
    max-height: 50px;
    margin-bottom: 20px;
}

#footer h4 {
    font-size: 1.2em;
    color: #fff;
}

#footer h6 {
    font-size: 0.8em;
}

#footer h6,
#footer h6 a,
#footer h6 a:focus,
#footer h6 a:hover {
    color: #9d9c9c;
    text-decoration: none;
}