/**
 * @package     ihk_bdb
 * @link        http://www.fundus-werbeagentur.de
 * @license     GPL/GNU 3.0
 * @author      Stephan Reinecke <sr@fundus-werbeagentur.de>
 */

/********************************************
 Header
********************************************/
header {
	z-index: 9999;
	border-bottom: 1px solid #546474;
}

.main-nav {
	width: 100%;
    /*max-width: 1140px;
    margin-right: auto;
    margin-left: auto;*/
}

.main-nav:after {
    clear: both;
    content: "\00a0";
    display: block;
    height: 0;
    font: 0px/0 serif;
    overflow: hidden;
}

.nav-brand {
    float: left;
    margin: 0;
}

.nav-brand a {
    display: block;
	width: 150px;
    padding: 10px 10px 0px 10px;
}

@media (min-width: 1024px) {
	header {
	    height: 116px;
	}
	.nav-brand a {
		padding: 30px 10px 0px 20px;
	}
	.sm-theme a, .sm-theme a:hover, .sm-theme a:focus, .sm-theme a:active, .sm-theme a.highlighted {
	    background-image: none;
    }
    .sm-theme a:hover, .sm-theme a:focus, .sm-theme a:active, .sm-theme a.highlighted {
	    background-image: none;
    }
    .sm-theme a.current {
	    background-image: none;
    }
}

@media (min-width: 1280px) {
	.sm-theme a, .sm-theme a:hover, .sm-theme a:focus, .sm-theme a:active, .sm-theme a.highlighted {
	    font-size: 16px;
    }
	.sm-theme a, .sm-theme a:hover, .sm-theme a:focus, .sm-theme a:active, .sm-theme a.highlighted {
		padding: 0px 10px;
    }
}

.bg-status {
	background: #eee;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #546474;
}


/* tables */

table, 
table th, 
table td {
    box-sizing: content-box;
}

table {
	border-bottom: 1px solid #546474;
	margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
}

table thead th, 
table thead td {
    padding: 8px 10px;
    border-bottom: 1px solid #546474;
}

table tbody th, 
table tbody td {
    padding: 8px 10px;
}

th {
	text-align: left;
}

td {
	text-align: left;
}

table tbody tr {
    background-color: #fff;
}

table.stripe tbody tr.odd {
    background-color: #f9f9f9;
}

table.hover tbody tr:hover {
    background-color: #f6f6f6;
}



/* datatables */

.dataTables_wrapper select {
	padding: 5px;
}

.dataTables_wrapper table th {
	text-align: left;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 8px 10px;
    border-bottom: 1px solid #546474;
}

.dataTables_filter {
	/*width: 350px;*/
}

input[type='search'] {
    padding: .5rem .7rem;
    box-sizing: border-box;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, 
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333 !important;
    border: 1px solid #eee;
    background: #fff;
}

.dataTable img {
    min-width: 20px;
}

/* misc */

.businessSelection,
.tradeSelection, 
.craftSelection {
	display: none;
}

hr {
    /*border-top: 1px solid #546474;*/
	border-top: 1px solid #ddd;
}


.btn-blue {
	-webkit-border-radius: .5rem;
	-moz-border-radius: .5rem;
	border-radius: .5rem;
	padding: .5rem 5rem;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	background: rgb(22,83,147);
	background: -moz-linear-gradient(90deg, rgba(22,83,147,1) 0%, rgba(39,102,132,1) 50%, rgba(78,132,131,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(22,83,147,1) 0%, rgba(39,102,132,1) 50%, rgba(78,132,131,1) 100%);
	background: linear-gradient(90deg, rgba(22,83,147,1) 0%, rgba(39,102,132,1) 50%, rgba(78,132,131,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#165393",endColorstr="#4e8483",GradientType=1);
}

.btn-sm {
	-webkit-border-radius: .3rem;
	-moz-border-radius: .3rem;
	border-radius: .3rem;
	padding: .3rem 1rem;
	margin: 0 1rem;
	text-decoration: none;
	font-weight: bold;
	font-size: .8rem;
	color: #fff;
	text-transform: uppercase;
	background: rgb(22,83,147);
	background: -moz-linear-gradient(90deg, rgba(22,83,147,1) 0%, rgba(39,102,132,1) 50%, rgba(78,132,131,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(22,83,147,1) 0%, rgba(39,102,132,1) 50%, rgba(78,132,131,1) 100%);
	background: linear-gradient(90deg, rgba(22,83,147,1) 0%, rgba(39,102,132,1) 50%, rgba(78,132,131,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#165393",endColorstr="#4e8483",GradientType=1);
}

.float-right {
    float: right;
}

/********************************************
 Footer
********************************************/

footer {
	background: #eee;
	border-top: 1px solid #546474;
	padding: 2px 10px;
	margin-top: 30px;
}

footer p {
	margin: .3rem 0;
	padding: 0;
	text-align: center;
	font-size: .8rem;
}
