/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19.12.2017, 19:39:34
    Author     : pno
*/

.btn-space {
    margin-right: 5px;
}

body {
        font-family: "Poppins", sans-serif;
        font-weight: normal;
        line-height: 1.5;
        color: #212529;

}

.navbar-static-top {
        background-color: #2f333e;

}

.navbar-right a {
        color: #FFF;
}

.navbar-right a:focus, a:hover {
        color: #666;
}

.navbar-brand {
        display: inline-block;
        color: #FFF !important;
        font-size: 2.25rem;
        display: block;
}


.dt-bootstrap .col-sm-12 {
        padding-right: 0px;
        padding-left: 0px;
        margin-top: 15px;
}

.dt-bootstrap .table-bordered {
        border: 0px;
        border-bottom: 1px solid #ddd;;
}

.dt-bootstrap .table-bordered > tbody > tr > td, .dt-bootstrap .table-bordered > thead > tr > th {
        border: 0px;
}

.dataTables_info, .dataTables_length label, .dataTables_filter label {
        color: #777;
        font-weight: normal;
        font-size: 0.8em;
        margin: 12px;
}

.inline-dropdown {
        float: left;
        margin-right: 3px;
}

.btn-dark {
        /*color: #fff;
        background-color: #888;
        border-color: #888;*/
        background-color: #FFF;
        border-color: #EEE;
        color: #666;
        
}
.btn-panel-heading {
    margin-top:-4px;
    background-color: #286090;
    border-color: #204d74;
    color: #fff;
}

.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
        color: #fff;
        background-color: #444;
}

tr .btn-hidden {
        opacity: 0.2;
}

tr:hover .btn-hidden {
        opacity: 1;
}

td.child ul {
    list-style: none;
}

td.child li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #EEE;
    min-height: 40px;
}
td.child li:last-child {
    float:left;
}

td.pull-right {
    text-align: right;
}
td.pull-left {
    text-align: left;
}


.noleftborder, .noleftborder .btn {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        border-left: 0px;
}

.norightborder, .norightborder .btn {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-right: 0px;
}

.norightborder.bootstrap-select, .noleftborder.bootstrap-select {
        min-width: 45%;
}

.highlightbuttonbar {
        padding-top: 20px;
        padding-bottom: 10px;
        background: linear-gradient(#FFF, #EEE);
        margin-bottom: -15px;
        border-radius: 5px;
}

h3 {
    font-size: 22px;
    color: #286090;
    border-bottom: 1px solid #EEE;
    padding-bottom: 5px;
}

h3.panel-title {
    border-bottom: 0px;
}

.panelheading-light {
    background: #EEE !important;
    color: #777 !important;
    font-size: 0.8em;
}

.panelheading-light .panel-title {
    font-size: 14px;
    font-weight: bold;
}

.panel-body .mini {
    padding: 5px;
    max-height: 800px;
    overflow-y: auto;
}

.panel-body .mini table {
    margin-bottom:0px;
}

label {
    margin-bottom: 0px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.checkbox label, .radio label {
    overflow: initial;
}

.thead-light {
    background: #EEE;
    color: #777;
}

thead {
    background: #EEE;
}

td, th {
    font-size: 0.9em;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.dataTables_wrapper td, .dataTables_wrapper th {
    min-width:100px;
}
#pageTable {
    display:none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#pageTable_info {
    clear: left;
    float: left;
    margin: 0px;
    margin-bottom: 20px;
}
.dt-buttons {
    float: left;
    clear: left;
    margin-top: 5px;
}

.dataTables_paginate {
    float: right;
    clear: right;
    margin-top: -20px;
}
#pageTable_filter {
    float: right;
    clear: right;
    
}
#pageTable_filter label{
    margin-right: 0px;
    margin-top: -5px;
}



.actionbuttons {
    width:20%;
    text-align:right;
}
.actionbuttons.sorting::after {
    content:"" !important;
}

table.simple tr:first-child td {
    border-top: 0px;
}

ul.nav-second-level li {
    border-left: 10px solid #CCC;
}

ul.nav-second-level li a {
    color: #666;
}

.nav-tabs {
    margin-left: 3px;
    margin-bottom: -2px;
}

ul.filtertabs { 
    clear: both;
    margin-top: 10px;
} 

div.filterdropdown { 
    clear: both;
    margin-top: 10px;
} 

.navtabsspace { 
    margin-top: 50px;
}

.panel-body td {
    word-wrap:break-word;
}

html,body{  height: 100%; }
#wrapper{
    height: 100%;
    height: calc(100vh - 60px);
}
#page-wrapper{
    min-height: 100%;
    min-height: calc(100vh - 60px);
}

.panel-default > .panel-heading {
    color: #FFF;
    /*background-color: #2f333e;*/
    background-color: #337ab7;
}

.page-header {
    color: #337ab7;
}

.login-panel {
    margin-top:50px;
}

.dtr-title {
    width: 100px;
    font-weight: bold;
    display: block;
}

textarea  {
    font-size:13px !important;
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
    min-height: 120px;
}

input.form-control {
    min-width: 100px;
}

.input-group:last-child .bootstrap-select .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.sidebar .sidebar-search {
    padding-left: 7px;
}

.green {
    color: green;
}

.red {
    color: red;
}

.orange {
    color: orange;
}

.grey {
    color: #CCC;
}

@media (max-width: 70em) {
    .dataTables_length label {
        display: none;
    }
    
    
    
}

table.dataTable tr td:last-child {
    width:20%;
    text-align:right;
    white-space: nowrap;
}
table.dataTable td:first-child {
    text-align:left !important;
}

@media (max-width: 1280px) {
    .panel-body label.col-sm-3 {
        width: 100% !important;
    }
    .panel-body label.col-sm-4 {
        width: 100% !important;
    }
    .panel-body div.col-sm-8 {
        width: 100% !important;
    }
    .panel-body div.col-sm-9 {
        width: 100% !important;
    }
    .panel-body .dataTables_length label {
        display: none;
    }
    .dt-buttons {
        display: none;
    }
    
    
    .webstatsdiv {
        overflow-x: scroll;
    }
}

@media (max-width: 900px) {
    .navbar-brand {
        font-size: 12px;
    }
    
    .navbar-right {
        position: absolute;
        top: 0px;
        right: 50px;
    }
    
    .nav .dropdown {
        background: #2f333e;
        height: 50px;
    }
    
    #loading {
        min-width: 90% !important;
        margin-left: 0px !important;
        background: white !important;
        margin-top: -3px !important;
    }
}

.dataTables_wrapper .table.collapsed > tbody > tr:not(.child) > td:first-child:before {
    position: relative;
    color: rgb(51, 122, 183);
    font-family: 'FontAwesome';
    top: 0;
    left: -20px;
    margin-right: -10px;
    content: "\f067";
    cursor: pointer;
}
.dataTables_wrapper .table.collapsed > tbody > tr:not(.child) > td:first-child {
    padding-left:30px;
}
.dataTables_wrapper .table.collapsed > tbody > tr.parent > td:first-child:before {
    position: relative;
    color: rgb(51, 122, 183);
    font-family: 'FontAwesome';
    top: 0;
    left: -20px;
    margin-right: -10px;
    content: "\f068";
    cursor: pointer;
}
.dataTables_wrapper .table.collapsed > tbody > tr.parent > td:first-child {
    padding-left:30px;
}

.alert {
    margin-top: 10px;
}

small.alert-success {
    background: none;
}

small.alert-danger {
    background: none;
}

.small, small {
    font-size: 80% !important;
}


/* Ergänzung für Accordions +/- */
.panel-group .panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-group .panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
}

.panel-group .panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-size: 10px;
  line-height: 1;
  color: #CCC;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.panel-group .panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #eee;
}

.panel-group .panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-group .panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.webstatsdiv td, .webstatsdiv th {
    padding-left: 4px;
    padding-right: 4px;
    word-break: normal;
    word-wrap: normal;
}
.webstatsdiv td {
    border-bottom: 1px solid #EEE;
}
.webstatsdiv table {
    min-width:900px;
}



/* Nav-Tabs Slider */
.tab-slider {
  padding: 0 40px;
}

.tab-slider .btn-icon {
  position: absolute;
  top: 5px;
}

#goPrev {
  left: 0;
  float: left;
  clear: both;
  margin-top: 4px;
  background: #FFF;
}

#goNext {
  right: 0;
  float: right;
  margin-top: 4px;
  background: #FFF;
}

.wrap {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  width: 100%;
  font-size: 0;
}

.nav-tabs>li>a {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  border-color: transparent;
  padding: 8px 15px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  border-radius: 4px 4px 0 0;
}

.wrap>.nav-tabs {
  display: inline-block;
  padding: 0;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
}

.wrap>.nav-tabs>li {
  background: #fff;
  display: inline-block;
  position: relative;
  white-space: normal;
  float: none;
  font-size: 14px;
}

.pretext {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 400px;
    overflow: auto;
}
.pretext>ul>li {
    margin-top:10px;
}

.sidebarbuttons {
    padding-right: 0px;
    padding-left: 7px;
    margin-top:10px;
}


.tabdiv {
    margin-top: 1px;
    padding-top: 15px;
    border: 1px solid #DDD;
    margin-left: 3px;
    background: linear-gradient(#FFF, #EEE);
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: auto !important;
}

#bar {
	background: url(/images/bar.png);
	width: 100%;
	margin-left: 1px;
	height: 7px;
	max-height: 7px;
        background-size: cover;
        border-radius: 4px;
}

#cover {
	position: relative;
	width: 100%;
	height: 7px;
	background-color: #eee;
	top: -7px;
	left: 1px;
	z-index: 99;
}

.pwstrength {
    margin-top: 3px;
    margin-bottom: 5px;
}

#length {
    float: right;
    margin-top: -5px;
    margin-left: 10px;
}

.well {
    background-color: #FFF;
    border: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.well ul {
  list-style: none;
  padding: 0;
}
.well li {
  padding-left: 1.3em;
}
.well li:before {
  content: "\f0a9"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

.popout {
    height:100px;
    width:100px;
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    background-position: center;
}

.popout-inner {
    height:100%;
    width:100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    border:3px solid white;
    border-radius: .25rem;
}

.popout:hover {
    position: relative;
    top: 0px;
    height:300px;
    width:300px;
    margin: -100px;
    z-index: 99999999999999;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.popout:hover .popout-inner {
    height:100%;
    width:100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.popout.big {
    height:200px;
    width:200px;
    margin:10px;
}

.popout.big:hover {
    position: relative;
    top: 0px;
    height:600px;
    width:600px;
    margin: -200px;
    z-index: 99999999999999;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

mark {
    color: unset;
}