/* Reset
-----------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: transparent;
    vertical-align: center;
    font-size: 100%;
}
ol, ul{
    list-style: none;
}
blockquote, q{
    quotes: none;
}
:focus{
    outline: 0;
}
ins{
    text-decoration: none;
}
del{
    text-decoration: line-through;
}
table{
    border-spacing: 0;
    border-collapse: collapse;
}
html{
    height: 100%;
}
body{
    width: 100%;
    height: 100%;
    color: #000000;
    font: 12px/16px Arial, Tahoma, Verdana, sans-serif;
}
img{
    border: none;
}
input{
    outline:none;
}
.clear{
    clear:both;
}
a{
    outline: none;
    color: #BE1E2D;
    text-decoration: underline;
}
a:hover, input[type="submit"]{
    cursor: pointer;
}
p{
    color:#000000;
    font: 12px/16px Arial, Tahoma, Verdana, sans-serif;
	margin-bottom: 10px;
}
#slider p{
	margin-bottom: 0px;
}
h1{
    color:#fff;
    font: 16px/18px Arial, Tahoma, Verdana, sans-serif;
	margin-bottom: 10px;
}
h2{
    font:14px/16px Arial, Tahoma, Verdana, sans-serif;
}
.top-left{
    position: absolute;
    right: 50%;
    width: 50%;
    height: 77px;
    background: #a22f2c;
 /*   background: #BF1E2D;*/
}
.top-right{
    position: absolute;
    left: 50%;
    width: 50%;
    height: 77px;
    background: #3d3f72;
/*    background: #F04733; */
}
.wrapper{
    position:relative;
    overflow: hidden;
    margin: 0 auto -75px;
    min-height: 100%;
    width: 960px;
    height: auto !important;
}

/* Header
-----------------------------------------------------------------------------*/
.header{
    height: 77px;
    background: #3d3f72;
    /*background: #F04733;*/
}
.logo{
    display: block;
    float: left;
    width: 271px;
    height: 77px;
}
.header-aside{
    float: right;
    width: 689px;
    height: 77px;
    background: #3d3f72;
}
.header-menu{
    position: relative;
    z-index: 9999;
    float: left;
    padding: 24px 30px;
}
.header-menu li{
    position: relative;
    float: left;
    margin-left: 25px;
}
.header-menu li:first-child{
    margin-left: 0;
}
.header-menu li a{
    color: #fff;
    text-decoration: none;
    font:15px/25px Arial, Tahoma, Verdana, sans-serif;
}

/* Submenu */
.header-menu li ul{
    position: absolute;
    top: 25px;
    left: -14px;
    z-index: 999;
    display: none;
    background: #F04733;
}
.header-menu li:hover ul{
    display: block;
}
.header-menu li ul li{
    float: none;
    margin: 0;
    padding: 0 20px 0 15px;
    min-width: 200px;
}
.header-menu li ul li a{
    display: block;
    padding: 5px;
    border-top: 1px solid #fff;
}
.header-menu li ul li:first-child{
    padding-top: 30px;
}
.header-menu li ul li:first-child a{
    border-top: none;
}
.search{
    float: right;
    margin-top: 24px;
}
.search td{
    vertical-align: top;
}
.search input[type="text"]{
    padding: 0 5px;
    width: 117px;
    height: 25px;
    border: 1px solid #ccc;
    color: #939598;
    z-index: 999;
    position: relative;
}
.search input[type="submit"]{
    width: 27px;
    height: 27px;
    border: none;
    background: url('../images/search-btn.jpg') no-repeat center;
}

/* Middle
-----------------------------------------------------------------------------*/
.content{
    padding-bottom: 49px;
    border-bottom: 1px solid #ccc;
}
.info{
    display: inline-block;
    float: right;
    margin: 25px 0 0 0;
    padding: 0 30px 0 10px;
    height: 25px;
    border: none;
    background: #BE1E2D url('../images/btn-info-arrow.jpg') no-repeat 90% 50%;
    color: #fff;
    text-decoration: none;
    line-height: 25px;
}
.info-small{
    position: absolute;
    top:50%;
    right: 0;
    display: block;
    width: 27px;
    height: 27px;
    background: url('../images/btn-info-small.jpg') no-repeat center;
}
.side-left{
    float: left;
    width: 265px;
}
.side-right{
    float: right;
    width: 695px;
}
.side-right .block{
    position: relative;
    float: left;
    margin-left: 38px;
    width: 309px;
}
.block-label{
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px 15px;
    background: #818285;
}
.white-content{
    padding: 15px 15px 25px 15px;
    background: #F7F8F8;
}
.white-content .info{
    margin-top: 40px;
}
.light-content{
    position: relative;
    padding: 25px 20px 28px 15px;
    background: #818285;
}
.dark-content{
    position: relative;
    padding: 25px 20px 28px 15px;
    background: #58585A;
}
.light-content p, .dark-content p{
    color: #fff;
}
.content form span{
    padding: 0 15px;
    background: #818285;
    color: #fff;
    font: 16px/18px Arial, Tahoma, Verdana, sans-serif;
    line-height: 30px;
}
.bottom-content{
    /* overflow: hidden; */
    padding: 50px 0 0 0;
    height: 120px;
}
.bottom-content .side-left{
    padding: 20px 15px 22px 15px;
    width: 235px;
    background: #F04733;
}
.bottom-content .side-left p{
    color: #fff;
    font: 11px/14px Arial, Tahoma, Verdana, sans-serif;
}
.bottom-content .side-left .info{
    margin-top: 20px;
}
.bottom-content .side-right .side-right-img{
    float: left;
}
.bottom-content .side-right .side-right-banner{
    float: right;
    width: 309px;
}
.side-right-banner-content{
    float: left;
    padding: 23px 15px;
    width: 80px;
    background: #57585B;
}
.side-right-banner-content p{
    color: #fff;
    font: 14px/18px Arial, Tahoma, Verdana, sans-serif;
}
.side-right-banner-img{
    float: right;
    padding: 27px 15px;
}
.registration{
    margin-top: 15px;
}
.autorisation, .registration{
    position: relative;
    padding: 50px 15px 20px 15px;
    background: #F7F8F8;
    width: 300px;
}
.autorisation input[type="text"], .autorisation input[type="password"]{
    display: inline-block;
    margin-bottom: 5px;
    padding: 0 5px;
    width: 95%;
    height: 25px;
    border: 1px solid #ccc;
    color: #939598;
}
.autorisation .info{
    width: 93px;
}
.login{
    margin-top: 15px;
}
.autorisation label{
    display: inline-block;
    margin-top: 16px;
}

/* Profiel page
-----------------------------------------------------------------------------*/
.sidebar {
    padding: 20px;
    background: #F7F8F8;
}
.sidebar a, .sidebar-info a{
    display: block;
    padding-left: 15px;
    width: 150px;
    color: #000000;
    text-decoration: none;
    font:12px/22px Arial, Tahoma, Verdana, sans-serif;
}
.sidebar a:hover {
    font-weight: bold;
}
.sidebar dd {
    height: 22px;
}
.sidebar dd:hover {
    display: block;
    width: 6px;
    height: 22px;
    background: url('../images/elements/list-style.png') no-repeat center;
    font-weight: bold;
}
.sidebar h1, .sidebar-info h1 {
    color: #BE1E2D;
    font:16px/22px Arial, Tahoma, Verdana, sans-serif;
}
.article{
    padding: 20px 0 20px 40px;
    font-weight: bold;
}
.article h1{
    color: #BE1E2D;
}

/* Inspections page
-----------------------------------------------------------------------------*/
.inspectie-schema{
    margin-top: 20px;
    width: 100%;
}
.inspectie-schema tr td, .inspectie-schema tr th{
    padding: 3px 10px;
    border-left: 1px solid #fff;
    vertical-align: center;
    text-align: center;
}
.inspectie-schema tr th{
    min-width: 107px;
    height: 40px;
    background: #BE1E2D;
}
.inspectie-schema tr td:first-child{
    width: 274px;
    text-align: left;
}
.inspectie-schema tr th:first-child{
    background: none;
}
.inspectie-schema tr th p{
    color: #fff;
    font-weight: bold;
}
.even{
    background: #E6E7E8;
}
.odd{
    background: #F5F5F6;
}

/* Registren Page
-----------------------------------------------------------------------------*/
.registration-form{
    width: 384px;
}
.registration-form tr td{
    padding-bottom: 5px;
    height: 30px;
    text-align: left;
}
.registration-form tr td:first-child{
    width: 150px;
}
.registration-form input[type="text"]{
    padding: 0 5px;
    width: 220px;
    height: 25px;
    border: 1px solid #ccc;
    color: #939598;
}
.registration-form select{
    padding: 0 0 0 5px;
    width: 230px;
    height: 25px;
    border: 1px solid #ccc;
}
.registration-form textarea{
    padding: 5px;
    width: 220px;
    height: 70px;
}
.registration-form .info{
    width: 104px;
    height: 27px;
}

/* Certificaat
-----------------------------------------------------------------------------*/
.search-cert input[type="text"]{
    padding: 0 5px;
    width: 204px;
    height: 25px;
    border: 1px solid #ccc;
    color: #939598;
}
.search-cert input[type="submit"]{
    width: 27px;
    height: 27px;
    border: none;
    background: url('../images/search-btn.jpg') no-repeat center;
}
.sidebar-info {
    padding: 20px 20px 0 20px;
    background: #F7F8F8;
}
.company-info{
    padding: 5px 10px;
    width: 225px;
    background: #F7F8F8;
}
.company-info .info{
    float: none;
    margin-top: 10px;
    padding: 0 0 0 9px;
    width: 104px;
    height: 27px;
    color: #fff;
    line-height: 27px;
}
.company-info .info:hover{
    font-weight: normal;
}

/* Packages Page
-----------------------------------------------------------------------------*/
.packages-schema{
    margin-top: 10px;
    width: 100%;
}
.packages-schema tr td, .packages-schema tr th{
    padding: 2px 7px 2px 7px;
    border-left: 1px solid #fff;
    vertical-align: center;
    text-align: center;
}
.packages-schema tr th{
    height: 40px;
    background: #BE1E2D;
}
.packages-schema tr td:first-child{
    width: 254px;
    text-align: left;
}
.packages-schema tr th:first-child{
    background: none;
}
.packages-schema tr th p{
    color: #fff;
    font-weight: bold;
}
.selected {
    background: #D1D2D4;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer, .spacing{
    height: 75px;
}
.footer p{
    color: #6D6E71;
    text-align: center;
    font:10px/16px Arial, Tahoma, Verdana, sans-serif;
}

/* Slider
-----------------------------------------------------------------------------*/
.slider-wrapper{
    margin: 50px 0;
    height: 265px;
}
#slider{
    width: 100%;
    height: 265px;
}
.nivoSlider{
    position: absolute;
    width: 960px;
    /* Make sure your images are the same size */
    height: 265px;
    /* Make sure your images are the same size */
    background: #fff url('../images/nivo/loading.gif') no-repeat 50% 50%;
}
.nivoSlider img{
    position:absolute;
    top: 0;
    left: 0;
}

/* The slices and boxes in the Slider */
.nivo-slice{
    position:absolute;
    top: 0;
    z-index: 5;
    display: block;
    height: 100%;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a{
    position: absolute;
    top: 45%;
    z-index: 999;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a{
    z-index: 9;
    margin: 0;
}
.nivo-controlNav{
    position: absolute;
    top: 360px;
    left: 50%;
    z-index: 10;
    margin-left: -390px;
    /* Tweak this to center bullets */
}
.nivo-controlNav a{
    display: block;
    float: left;
    margin-right: 3px;
    width: 22px;
    height: 22px;
    border: 0;
    background: url('../images/nivo/bullets.png') no-repeat;
    text-indent: -9999px;
}
.nivo-controlNav a.active{
    background-position:0 -22px;
}

/*Nivo Caption*/
.nivo-caption{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    /* display: none; */
    overflow: hidden;
    padding: 15px 20px 25px 20px;
    width: 235px;
    height: 225px;
    background: url('../images/nivo/captcha.png') no-repeat;
    color: #fff;
    /* opacity: 0.2; */
}
.nivo-caption h1{
    color: #fff;
    font-weight: bold;
}
.nivo-caption p{
    color: #fff;
    font-size: 11px;
}

/*inventory-table*/
.inventory-table {
    width: 960px;
}
.inventory-table th {
    background: #BE1E2D;
    /*min-width: 80px;*/
    height: 40px;
    color: #fff;
    border-left: 1px solid #fff;
    padding: 0 10px;
}
.inventory-table td{
    padding: 5px;
    border-left: 1px solid #fff;
}
.sort, .sort_asc, .sort_desc {
    color: #fff;
    text-decoration: none;
}
.inspections-table {
    margin: 20px 0;
}
.inspections-table td {
    padding: 5px 10px 0 0;
}
.td_space {
    min-width: 250px;
}
.logout {
    padding: 10px;
    background: #F7F8F8;
    float: right;
    position: relative;
    width: 200px;
}
.logout .info {
    margin-top: 10px;
}
.company-details {
    width: 960px;
}
/*.company-info {
    padding: 5px;
    width: 30%;
    float: left;
    height: 80px;
}*/
.additional-info {
    padding: 5px;
    width: 60%;
    float: right;
    height: 80px;
}
.company-info p, .additional-info p {
    padding: 2px 0;
}
.company-info.active{
	background: #ddd;				
}
/********Pagination***************/
#numbers ul li, #numbers ul li div {
    display: inline-block;
}
#numbers ul li {
    margin: 0 5px;
}
#numbers span {
    background: none repeat scroll 0 0 transparent;
    padding: 0;
}
/************Data table **********************/
td span.highlight{
		background-color: #FFFF66;
		color: #333333;
		padding:0;
		font-size: 12px;
}
/************Beadcrumbs***************/
.breadcrumb li{
	display:inline-block;
	font-weight:bold;
	color:red;
}
.breadcrumb li a{
	text-decoration:none;
}
.breadcrumb li a:hover{
	text-decoration:underline;
}
.breadcrumb .divider{
	margin: 0 4px
}
