@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url(../fonts/RobotoCondensed-Regular.woff) format('woff');
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://dev.slachtservice.nl/assets/fonts/MaterialIcons-Regular.eot);
    src: local('Material Icons'),
        local('MaterialIcons-Regular'),
        url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
        url(../fonts/MaterialIcons-Regular.woff) format('woff'),
        url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

html {
    overflow: hidden;
}
body {
    overflow-y: scroll;
}

@media screen and (min-width: 800px) {
    html {
        overflow: initial;
    }
    body {
        overflow-y: initial;
    }
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.md-datepicker-is-showing {
    overflow-y: visible!important;
}

.pre {
    white-space: pre-line;
}

.info-hover:hover{
    cursor: help;
}

* {
    font-size: 16px;
    /*text-transform: none;*/
    font-family: 'Roboto Condensed'!important;
    -webkit-overflow-scrolling: touch!important;
}

a {
    color: rgb(112,75,34);
}

a:hover {
    color: rgb(112,75,34);
    text-decoration: underline;
}

.kerkvoordefooter {
    margin-bottom: 0px;
}


hr.hr1 {
    border-top: 1px solid #8c8b8b;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

hr.footerhr {
    margin-top: 10px;
    margin-bottom: 15px;
    border-top: 1px solid rgb(112,75,34);
    color: rgb(112,75,34);
}

hr.hr1:after {
    display: inline-block;
    position: relative;
    top: -14px;
    padding: 0 10px;
    font-size: 18px;
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    transform: rotate(60deg);
}

.cartsummary {
    margin-left: 8px;
    font-size: 12px;
}

.cartsummary a {
    color: white;
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

.bg-gray{
    background: #f8f8f8;
}

.h4 {
    color: rgb(112,75,34);
}

#orderNum {
    position: absolute;
    background: black;
    font-size: 14px;
    color: white;
    padding: 1px 4px 1px 4px;
    margin-top: -6px;
    margin-left: 47px;
    border-radius: 3px;
    z-index: 999
}

.contactgegevens {
    height: 400px!important;
}

.contactgegevensmap {
    height: 400px;
}

.contact {
    height: 500px;
}

.slachtveecontact {
    height: 700px;
}

.kernwaarden {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
}

.kernwaardenTitle {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
    height: 550px;
}

.kernwaarden h4{
    font-weight: bold;
    text-align: center;
    margin-bottom: 20x;
    font-size: 22px;
}

.header {
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}

#wolvegaMenu {
    float: left;
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
}

#wolvegaMenu .wolvegaBtn {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    text-transform: uppercase;
    font-size: 15px;
    color: black;
    border: none;
    outline:none;
}

#wolvegaMenu .wolvegaBtn:hover {
    cursor: pointer;
    color: rgb(112,75,34);
}

#wolvegaMenu .activeBtn {
    border-bottom: 2px solid rgb(112,75,34);
    color: rgb(112,75,34);
}

.userHolder{
    width: 130px;
    margin-top: -120px;
    padding-right: 10px;
    float: right;
}

#quickSearch{
    width: 50%; margin-top: 35px; margin-bottom: 30px; padding: 7px; border-radius: 5px; background: #f9f9f9;
}



@media all and (max-width: 700px) {
    .slachtveecontact {
        height: auto!important;
    }

    #quickSearch{
        width: 75%;
    }

    .contactgegevens {
        height: auto!important;
    }

    .contact {
        height: auto;
    }

    #orderNum {
        margin-top: 46px;
        margin-left: 38px;
    }

    .userHolder{
        width: 65px;
    }

    .kernwaardenTitle {
        height: auto;
    }

    .kernwaardenTitle {
        height: inherit;
        margin-bottom: 50px;
    }


    #wolvegaMenu {
        border-top: 1px solid rgb(112,75,34);
        margin-top: 10px;
    }

    #wolvegaMenu .wolvegaBtn {
        width: 100%;
    }

    #wolvegaMenu .wolvegaBtn:hover {
        cursor: pointer;
        background: rgb(112,75,34);
        color: white;
    }

    #wolvegaMenu .activeBtn {
        background: rgb(112,75,34);
        color: white;
    }
}

a:active, a:focus {
    color: rgb(112,75,34);
}

.padding{
    padding: 20px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

#logo img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 7px;
    height: 100px;
}

#logo {
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
}



.well{
    clear: both;
}

.kerkvoordecontainer {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
}

md-nav-bar{
    font-size: 0px;
}

md-nav-bar md-nav-ink-bar {
    background: rgb(112,75,34);
}

.md-background-green {
    background: rgb(112,75,34);
    color: white;
}

.md-background-gray {
    background: #ddd;
    color: white;
}
md-tabs.md-default-theme md-ink-bar, md-tabs md-ink-bar {
    color: rgb(112,75,34) !important;
    background-color:rgb(112,75,34) !important;
}

md-tabs.md-kerkvoorde-theme md-tabs-wrapper  {
    border-color: rgb(112,75,34);
}

md-tab-item:hover {
    color: rgb(112,75,34)!important;
}


md-nav-bar *{
    border-style: hidden!important;
}

.md-nav-button-text {
    font-weight: bold;
}

.md-button._md-nav-button {
    letter-spacing: .2px;
    padding-left: 2px!important;
    padding-right: 2px!important;
    margin-left: 2px!important;
    margin-right: 2px!important;
    min-width: 0px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
}

@media all and (min-width: 375px) {
    .md-button._md-nav-button {
        padding-left: 6px!important;
        padding-right: 6px!important;
        margin-left: 4px!important;
        margin-right: 4px!important;
        min-width: 0px;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;
    }
}

.md-button._md-nav-button.md-active {
    color: rgb(112,75,34)!important;
}

.material-icons {
    font-family: 'Material Icons'!important;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

.material-icons.md-brown {
    color: #9c8061;
}

.material-icons.md-red {
    color: #cc0000;
}

.material-icons.md-green, .md-green  {
    color: rgb(112,75,34);
}

md-checkbox.md-checked.kerkvoorde .md-icon {
    background-color: rgb(112,75,34);
}

.material-icons.md-white {
    color: white;
}

.material-icons.md-sales {
    padding: 10px;
    text-align: center;
    transition: all 0.4s ease-in-out;
    font-size: 35px;
}

.material-icons.md-sales-big {
    font-size: 80px;
}

.material-icons.md-12 { font-size: 12px; }
.material-icons.md-14 { font-size: 14px; }
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

.animate-item {
    transition: all linear 0.5s;
}
.animate-item.ng-hide {
    opacity: 0;
}

.animate-repeat.ng-enter, .animate-repeat.ng-move {
    transition: all 0.5s linear;
    opacity: 0;
}

.animate-repeat.ng-enter.ng-enter-active,
.animate-repeat.ng-move.ng-move-active {
    opacity: 1;
}

.animate-repeat.ng-leave {
    animation: 0.5s my_animation;
}

@keyframes my_animation {
    from { opacity:1; }
    to { opacity:0; }
}


.progressLineardemoBasicUsage body {
    padding: 20px; }

.progressLineardemoBasicUsage h4 {
    margin: 10px 0; }

.progressLineardemoBasicUsage md-progress-linear {
    padding-top: 10px;
    margin-bottom: 20px; }

.progressLineardemoBasicUsage #loaders > md-switch {
    margin: 0;
    margin-left: 10px;
    margin-top: -10px; }

.progressLineardemoBasicUsage #loaders > h5 {
    margin-top: 0; }

.progressLineardemoBasicUsage #loaders > p {
    margin-right: 20px;
    margin-bottom: 24px; }

.progressLineardemoBasicUsage p.small {
    font-size: 0.8em;
    margin-top: -18px; }

.progressLineardemoBasicUsage hr {
    width: 100%;
    margin-top: 20px;
    border-color: rgba(221, 221, 177, 0.1); }

.progressLineardemoBasicUsage p.small > code {
    font-size: 0.8em; }

.progressLineardemoBasicUsage .visible {
    opacity: 0;
    border: 2px solid white !important; }

.progressLineardemoBasicUsage .container {
    display: block;
    position: relative;
    width: 100%;
    border: 2px solid #aad1f9;
    transition: opacity  0.1s linear;
    border-top: 0px; }

.progressLineardemoBasicUsage .bottom-block {
    display: block;
    position: relative;
    background-color: rgba(255, 235, 169, 0.25);
    height: 85px;
    width: 100%; }

.progressLineardemoBasicUsage .bottom-block > span {
    display: inline-block;
    margin-top: 10px;
    padding: 25px;
    font-size: 0.9em; }


/*
Copyright 2016 Google Inc. All Rights Reserved. 
Use of this source code is governed by an MIT-style license that can be foundin the LICENSE file at http://material.angularjs.org/HEAD/license.
*/

.strong {
    font-weight: bold;
}

.md-toast-animating {
    overflow: initial !important;
}

*:focus {
    outline: none;
}

md-toast.md-kerkvoorde-theme .md-toast-content .md-button.md-highlight {
    color: rgb(112,75,34)!important;
}