﻿.content{
	background: url("../img/bg-admin.png") no-repeat;
	background-position:right bottom;
    padding-left: 280px;
    padding-top: 40px
}

.top-bar{
	-moz-box-shadow: 0px 1px 9px #aaa;
	-webkit-box-shadow: 0px 1px 9px #aaa;
	box-shadow: 0px 1px 9px #aaa;
}

footer{
	-moz-box-shadow: 0px -1px 9px #aaa;
	-webkit-box-shadow: 0px -1px 9px #aaa;
	box-shadow: 0px -1px 9px #aaa;
}

nav{
    padding-top: 100px;
	width: 260px;
	height: 100%;
	background: #DFDFDF;
	position: absolute;
	top:0;
    font-size: 1.3em;
}

nav .nav-heading {
    font-size: 0.8em;
    padding-left: 30px;
    padding-bottom:8px;
    font-weight: bold;
}

nav ul li a:link, nav ul li a:visited {
    padding-left: 60px;
    color: #1c1c1c;
    font-weight: 500;
}

nav ul li a.my-account {
    background: url("../img/icon_settings.png") no-repeat 26px 10px;
}

nav ul li a.german {
    background: url("../img/icon_world.png") no-repeat 26px 10px;
}

nav ul li a.care {
    background: url("../img/icon_people.png") no-repeat 26px 10px;
}

nav ul li a.contact {
    background: url("../img/icon_phone.png") no-repeat 26px 10px;
}

dd {
    margin: 10px 0px;
}

.dl-horizontal dt {
    width: 240px !important;
    margin-right: 16px;
}

table.narrow {
    width: 70%;
    color: #878888
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border: none;
    background: rgba(255, 255, 255, 0.5);
}

table .btn {
    padding: 6px 34px;
}

nav .bg-danger, nav a.bg-danger:hover {
    background: #FF2F00 !important;
    color: #fff0f5 !important;
}

nav hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0; 
}



