/*
* Bootstrap Customization
* Autor: Gross Andreas
* Stand: 04.10.2016
*/

/* Allgemein */
body {
	background-image: url("../img/bgsmall.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	padding-top: 70px;
}

/* Panels */
.panel-isss {
	border-color: #9C27B0;
}

.panel-isss > .panel-heading {
    color: #7C1F8D;
    background-color: #CE6DDF;
    border-color: #9C27B0;
}

.panel-heading {
	font-weight: bold;
}

h4.panel-title {
	display: inline;
	font-weight: bold;
}

.panel-logo {
	background-color: transparent !important;
	border: none !important;
	text-align: center;
}

.img-logo {
	max-width: 100%;
	height: auto;
}

/* Popover */
.popover{
    max-width: 100%; /* Max Width of the popover (depending on the container!) */
}

.popover-title{
    background: #D9534F;
	font-weight: bold;
	color: #FFFFFF;
}

.popover.bottom .arrow:after {
	border-bottom-color: #D9534F;
}

/* Labels */
.label {
	font-size: 14px;
}

/* Links */
a {
	color: #B381FE;
	font-weight: bold;
}

a:hover, a:focus {
	text-decoration: none;
	color: #555166;
}

a.heading-right {
	float: right;
}

/* Menü */
.navbar, .navbar a {
	font-weight: bold;
	color: #241711 !important;
	text-transform: uppercase;
}

.img-logo-menu {
	max-height: 100%;
	width: auto;
}

.navbar {
	border: none !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #dcd4fc;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #dcd4fc;
}

@media (max-width: 1200px) {
    .navbar-header {
        float: none !important;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block !important;
    }
    .navbar-collapse {
        border-top: 1px solid transparent !important;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1) !important;
    }
    .navbar-fixed-top {
        top: 0 !important;
        border-width: 0 0 1px !important;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px !important;
    }
    .navbar-nav>li {
        float: none !important;
    }
    .navbar-nav>li>a {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .collapse.in{
        display: block !important;
    }
}

ul.nav li.dropdown:hover ul.dropdown-menu {
	display: block;
}

/* Tabellen */
.options-table {
	float: right;
}

.options-table i {
	min-height: 12px !important;
	min-width: 12px !important;
	max-height: 12px !important;
	max-width: 12px !important;
}

.td {
	width: 100%;
}

.td tr.domains:last-child {
	border-bottom: none;
}

.td tr.domains {
	border-bottom: 1px solid #DDDDDD;
}

.td tr.domains:hover {
	background-color: #FFFFFF;
}

.td tr td {
	padding: 1px !important;
}

.inactive .domains:hover {
	background-color: transparent !important;
}

.dataTables_filter {
	float: right;
}

#customer_wrapper, #bills_wrapper{
	margin: 15px;
}

.inclusive {
	background-color: #DFF0D8 !important;
	color: #3C763D !important;
}

/* Tooltips */
.tooltip-inner {
    white-space: pre;
    max-width: none;
}