@keyframes pulse_animation {
    0% { transform: scale(1); }
    30% { transform: scale(1); }
    40% { transform: scale(1.08); }
    50% { transform: scale(1); }
    60% { transform: scale(1); }
    70% { transform: scale(1.05); }
    80% { transform: scale(1); }
    100% { transform: scale(1); }
}

html {
    height: 100%;
    width: 100%;
}

body {
    padding-top: 70px;
    padding-bottom: 30px;
/*    background-image: url('../assets/img/stier_blur.jpg');
    background-repeat: no-repeat;
    background-size: cover;*/

}

button, #go, #btnLogin, .button {
    background-color: #938A6E;
    color: white;
    font-size: 1.5em;
    padding: 5px 5px 5px 5px;
    border-radius: 4px;
    border-style: none;
}

#go {
    background-color: green;
    color: white;
    font-size: 1.5em;
    padding: 5px 5px 5px 5px;
    border-radius: 4px;
    border-style: none;
}

#cancel {
    background-color: red;
    color: white;
    font-size: 1.5em;
    padding: 5px 5px 5px 5px;
    border-radius: 4px;
    border-style: none;
}

#copy {
    background-color: orange;
    color: white;
    font-size: 1.5em;
    padding: 5px 5px 5px 5px;
    border-radius: 4px;
    border-style: none;
    margin-bottom: 10px;
}

.container {
    padding-right: 0px;
    padding-left: 0px;

}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
  

}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
    color: white;
}

.jumbotron {
    background-image: url('../assets/img/logodelrue.png');
    background-repeat: no-repeat;
    background-position: center top; 
    padding: 100px 0 10px 0;
}

.navbar-custom {
    color: white;
    background-color: #938A6E;
    border-color: white;
}

.navbar-inverse .navbar-nav>li>a {
    color: white;
}

form input[type="text"],
form input[type="date"],
form input[type="email"],
form input[type="password"],
form input[type="number"], form [type="select"],
form select,
form textarea,
#ddKlanten_chosen {
    -webkit-appearance: none;
    display: inline;
    /*min-width: 45%;*/
    min-height: 30px;
    border: 1px solid #938A6E;
    border-radius: 4px;
    margin-bottom: 5px;
    color: #555555;
    text-align: center;
    padding: 5px;
    margin-left: 5px;
    font-weight: normal;
    font-size: 1em;
}



#ui-datepicker-div {
    z-index: 9999;
    font-size: 1.4em;
}


#lvwStandaardLijstProds, #lvwWensLijstProds, #TeBestellen, #lvwTest {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#lvwStandaardLijstProds li, #lvwWensLijstProds li, #TeBestellen li, #lvwTest li {
    padding-bottom: 5px;
    font-size: 1.2em;
}

#TeBestellen #txtOpm {
    display: block !important;
    width: 100% !important;
}

.txtIns {
    width: 93% !important;
}

#TeBestellen .row {
    border-bottom: 1px solid #d3d3d3;
}

#ddlKlanten, #ddlLeveringsadres, #ddlWinkel {
    width: 100%;
}

#GevondenBestellingen {
        
    max-height: 190px;
    overflow-y: scroll;

}

#GevondenBestellingen .row {
    padding: 2px;
}

#stdOpslaan {
    min-width: 50px;
    margin-top: 10px;
}

#lnkBestellingNieuw, #lnkBestellingZoek, #lnkBestellingPrint {
    font-size: 1.5em;
    margin: 5px;
    padding: 5px;
}

#BestellingDetail {
    border: 10px solid #eee;
/*    border-top: 10px solid #eee;
    border-right: 10px solid #eee;*/
}

#BestellingDetail hr {
        border-top: 10px solid #eee;
}

#STDBestelling {
    border: 4px solid #eee;
}



.glyphicon:hover {
    animation-name: pulse_animation;
    animation-duration: 5000ms;
    transform-origin:70% 70%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.verwijder {
    color: red;
}

.toevoegen {
    color: green;
    /*font-size: 2em !important;*/
    float: right;
    /*padding: 5px;*/
}

.ToevoegenText {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: green;
    float: right;
    cursor: pointer;
}

.love, .unlove:hover {
    color: red;
}

/*.unlove {
    color: gray;
}*/


.metscroll {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 400px;
}

[id^="lvwStandaardLijstProds"] {
    line-height: 25px; 
    vertical-align: middle;
}

[id^="lvwWensLijstProds"] {
    line-height: 25px;
    vertical-align: middle;
}

.wrd {
    width: 63px;
    height: 25px;
}

#txtKortig {
    width: 35px;
    height: 25px;
}

#lblMaal {
    padding-right: 5px;
}

.plak {
    width: 100%;
    min-height: 100px;
    padding-bottom: 25px;
    margin-bottom: 10px;
    border: 1px solid;
    border-color: dimgrey;
    border-radius: 5px;
}
#bestellingen {
    min-width: 50%;
    min-height: 150px;
    vertical-align: top;
    margin-bottom: 0px;
    background-color: #eee;
    border-radius: 6px;
    text-align: center;
}

.bestelling {
    background-color: #938A6E;
    color: white;
    border-radius: 5px;
    margin: 5px;
    min-width: 150px;
    min-height: 100px;
    display: inline-flex;
    text-align: center;
    vertical-align: top;
     /*line-height: 40px;*/  
    width: 28%;
    cursor: pointer;
    overflow: hidden;
    padding: 5px;
}

#txtOpm {
    min-width: 200px;
}

#routes > .plak .bestelling {
    background-color: #c1b695;
    width: 30%;
    color: white;
}

#RouteOpslaan {
    display: block;
    width: 100%;
}

#ddlUur, #ddlLeverUur {
    width: 50px !important;
    padding-left: 5px;
}

#ddlLeverMinuten {
    width: 50px !important;
    margin-left: 0px;
}

/*#txtPrijs {
    width: 100px !important;
}*/

.pirnaam {
    color: darkgray;
    font-size: medium;
    position: relative;
    top: 5px;
}

#go, #cancel, #copy, #btnLogin {
    margin-top: 10px;
    padding: 5px;
    font-size: 1.5em;
    width: 100%;
}

#toggleBestellingen {
    padding: 10px;
    font-size: 2em;
}


.watermark input {
    /*position: absolute;
    right: 2px;
    bottom: -10px;
    opacity: 0.2;*/
    font-size: 2em !important;
    display: inline-block;
    display: block;
    width: 100%;
}

.glyphicon {
    font-size: 1.2em;
    cursor: pointer;
}

.remove_LR {
    /*position: absolute;
    right: -0px;
    top: -0px;*/
    opacity: 0.8;
    font-size: 1.5em;
    color: red;
    display: inline-block;
    float: right;
}

ul {
    list-style-image: none;
    padding: 0px; 
    margin: 0
}

ul li {
    padding: 5px;
    line-height: 14px;
    list-style-type: none;
    text-align: left;
}

li:before {
        content: "";
        padding-left: 10px;
        list-style-image: none;
    }

.standaardlijn {
    border-bottom: 1px solid #d3d3d3;
}


   #lvwBestellingenPrint row {
       display: inline-block;
       padding: 5px;
       margin: 5px;
   }


label {
    padding: 10px;
}

.col-md-3 {
    margin-bottom: 10px;
}

.pulse {
    animation-name: pulse_animation;
    animation-duration: 5000ms;
    transform-origin:70% 70%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@media (max-width: 768px) {
    .jumbotron {
    background-image: url('../assets/img/logodelrue.png');
    background-repeat: no-repeat;
    background-position: center top; 
    background-size: contain;
    padding: 50px 0 10px 0;
    }

    .affix {
    position: static;
    width: auto;
    top: 0;
    }

    .toevoegen {
    font-size: 2em !important;
    padding: 5px;
  }
}
.chosen-container {
    text-align:center;
    margin:5px;
}
.chosen-container-single .chosen-single span{
    font-size:14px;
    width: 100%;
}
.chosen-container-single .chosen-single, .chosen-with-drop {
    background:none;
    background-color:white;
    border:solid 0px #938a6e;
    border-radius: 4px;
    color: #555555;
    font-size: 1em;
    font-weight: normal;
    min-height: 35px;
    padding: 5px 5px 5px;
    text-align: center;
}

#TeBestellen div select {
}
a.chosen-single.chosen-default span {
}
.chosen-with-drop {
    border: none;
}
/*#ddlKlanten_chosen {
    border: 1px solid #938a6e;
    border-radius:3px;
}*/

.picAllergeen {
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}