html, body, div, span, applet, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, dd, dl, dt, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}
html {
    height: 100%;
}
a img, :link img, :visited img {
    border: 0px solid #fff;
}
a, a:hover, a:visited {
    text-decoration: none;
    border: 0px solid #fff;
}
.btn {
    border: none;
    border-radius: 0px;
}
.btn-default {
    color: #fff;
    background-color: #bd2b31;
    border: 1px solid #bd2b31;
}
.btn-default:hover {
    color: #bd2b31;
    background-color: #fff;
    border: 1px solid #bd2b31;
}
.btn-default.active,
.btn-default.active:hover {
    color: #bd2b31;
    border-color: #bd2b31;
    background-color: #fff;
    border: 1px solid #bd2b31;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

strong {font-weight: bold;}
em {font-style: italic;}
sup {vertical-align: super;}

@media screen and (min-width: 700px) {
    .form-control {
        width: 50%;
    }
}
body {
    font-weight: normal;
    font-style: normal;
    text-align: left;
    vertical-align: baseline;
    font-family: "Helvetica Neue",Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #000;
    /* line-height: 20px; */
    background-color: #fff;
    margin: 0;
    padding: 0;
    position: relative;
    height: 100%;
}
@font-face {
  font-family: 'fmcg';
  src: url('../fonts/fm.eot');
  src: url('../fonts/fm.eot?#iefix') format('embedded-opentype'),  url('../fonts/fm.woff') format('woff'), url('../fonts/fm.ttf') format('truetype'), url('../fonts/fm.svg#fm') format('svg');
  font-weight: normal;
  font-style: normal;
  /* url('../fonts/fm.woff2') format('woff2'), */
}
input.form-control,
select.form-control,
textarea.form-control,
.input-group-addon {
    border: 1px solid #bd2b31;
    border-radius: 0px;
    color: #bd2b31;
    font-size: 13px;
    background-color: #fff;
    padding: 4px 1px;
}
input::-webkit-input-placeholder {color: #bd2b31 !important; text-align: center;}
input:-moz-placeholder {color: #bd2b31 !important; text-align: center;}
input::-moz-placeholder {color: #bd2b31 !important; text-align: center;}
input:-ms-input-placeholder {color: #bd2b31 !important; text-align: center;}

textarea.form-control:focus, input.form-control:focus{
    border-color: inherit;
    outline: none;
}

nav.navbar .container-fluid {
    padding: 0;
}
nav.navbar .navbar-collapse {
    padding: 0;
}
.navbar-default {
    background-color: #fff;
    border: 0px;
}
.navbar-default .navbar-nav>li>a {
    background-color: #bd2b31;
    color: #fff;
    padding: 6px 6px;
    margin: 10px 5px;
    border: 1px solid #bd2b31;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #bd2b31;
    border: 1px solid #bd2b31;
}
.navbar-default .navbar-nav>li>a.rev {
    color: #bd2b31;
    background-color: #fff;
    font-size: 16px;
    padding: 6px 1px;
    border: 1px solid #fff;
}
.navbar-form {
    padding: 2px 5px 10px;
}
#wrapper {
    width: 100%;
    height: 100%;
}
#holder {
    /* overflow: hidden; */
    height: 100%;
}
#holder .menu {
    /* width:20%; */
    background-color: #bd2b31;
    /* float: left; */
    color: #fff;
    padding: 0;
    height: 100%;
}
#holder .menu p.fmcg {
    padding: 10px 10px;
    font-family: "fmcg", sans-serif;
    font-size:32px;
    line-height: 32px;
}
#holder .menu p.fmcg span {
    color: #80a0b2;
}
/*
#holder .menu p.fmcg span:last-child {
    border-right: 3px solid #80a0b2;
}
*/
#holder .menu .fa {
    font: normal normal normal 24px/1 FontAwesome;
}
#holder .menu ul {
    list-style-type: none;
    padding: 0;
}
#holder .menu ul li {
    padding: 6px 10px;
}
#holder .menu ul li.aktief {
    background-color: #7c1910;
    font-weight: bold;
}
#holder .menu ul li ul li {
    margin-left: 24px;
}
#holder .menu ul li a,
#holder .menu ul li a:hover,
#holder .menu ul li a:visited,
#holder .menu ul li a:active {
    color: #fff;
    font-size: 13px;
}
#holder .content {
    /* width:80%; */
    background-color: #fff; /* #e4ecf1; */
    /* float: right; */
    padding: 10px 10px 10px 50px;
}
#holder .menu, #holder .content {
    /*
    padding-bottom: 99999px;
    margin-bottom: -99999px;
    */
}

/*
.content #nav {
    margin-bottom: 30px;
}
.content #nav ul {
    list-style-type: none;
    padding: 0;
}
.content #nav ul li {
    display: inline-block;
    padding-right: 10px;
}
.content #nav ul li a,
.content #nav ul li a:hover,
.content #nav ul li a:visited,
.content #nav ul li a:active {
    background-color: #bd2b31;
    color: #fff;
    padding: 9px 12px;
}
.content #nav ul li a.rev {
    background-color: #fff;
    color: #bd2b31;
    font-size: 16px;
    padding: 9px 1px;
}
*/
.content h2 {
    color: #bd2b31;
    font-weight: bold;
    font-size: 20px;
    margin: 10px 0;
}
.content .table-bordered>thead>tr>th {
    border:0px;
}
.content table td {
    text-transform: uppercase;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #e4ecf1;
}
.content table td i {
    color: #bd2b31;
}
/* dashboard */
body#dash {
    background-color: #eee;
}
#dash #holder {margin-top: 0px !important;}
#dash table td {
    background-color: #80a0b2;
    color: #fff;
}
#dash table td.dashtablelast {
    width: 25px;
    border-left: 1px solid #eee;
    text-align: center;
}
#dashfoot {
    position: relative;
    bottom:0;
    background-color: #c1cfd9;
    color: #fff;
    margin-top: 20px;
}
#dashfoot i {
    padding: 10px 20px;
}

/*custom checkbox en radio button */

input[type=checkbox].css-checkbox,
input[type=radio].css-checkbox {
	position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

input[type=checkbox].css-checkbox + label.css-label,
input[type=radio].css-checkbox + label.css-label {
		display:inline-block;
		background-repeat:no-repeat;
		background-position: 0 0;
		vertical-align:middle;
		cursor:pointer;
		min-height: initial;
}

input[type=checkbox].css-checkbox + label.css-label {
		padding-left:22px;
		height:17px; 
		line-height:17px;
		font-size:13px;
}

input[type=radio].css-checkbox + label.css-label {
		padding-left:24px;
		height:19px; 
		line-height:19px;
		font-size:13px;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
		background-position: 0 -17px;
}
input[type=radio].css-checkbox:checked + label.css-label {
		background-position: 0 -19px;
}

label.css-label,
label.css-label {
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
}
label.css-label-c {
		background-image:url(../gfx/checkbox.png);
}
label.css-label-r {
		background-image:url(../gfx/radio.png);
}

/*override bootstrap*/
@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
	.col-md-2 {max-height: 330px;}
}