.btn-primary, .btn-primary.next, .btn-primary.previous {
    padding: 8px 30px 9px 30px;
    font-size: 18px;
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    background: #414141;
    color: #ffffff;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px;
    border: 2px solid #ffffff;
    border-radius: 0 0 15px 0;
    box-shadow: 0 0 10px -2px #575756;
    transition: all 0.2s;
}

/*

blau 0b80e6
hellblau dbecfb
grau dunkel c1c1c1

*/

.relative {
    position: relative;
}

.btn-primary:hover, .btn-primary.next:hover, .btn-primary.previous:hover {
    background: #75c017;
    color: #ffffff;
    border-color: #ffffff !important;
}

.header {
    background-color: #0b80e6;
    color: #ffffff;
    width: 100%;
    -webkit-box-shadow: 0px 7px 12px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 7px 12px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 7px 12px -6px rgba(0,0,0,0.75);
}

.topmenu {
    position: absolute;
    top: 0;
    right: 40px;
}

.topmenu a, .topmenu a:hover, .topmenu a:active, .topmenu a:focus {
    color: #fff;
    text-decoration: none;
}

.topmenu-text {
    font-size: 10px;
}

.topmenu-el {
    float: right;
    margin-left: 15px;
}

#aside-left {
    width: 18%;
    float: left;
    background-color: #dbecfb;
    min-height: 100vh;
    padding: 15px;
}

#main {
    width: 82%;
    float: left;
    padding: 15px;
}

h2 {
    color: #0b80e6;
    font-size: 1.5rem;
}

.aside-link {
    width: 100%;
    background-color: #0b80e6;
    padding: 5px;
    position: relative;
}

.aside-link a {
    color: #ffffff;
}

.aside-link-icons {
    position: absolute;
    right: 1px;
    top: 2px;
    transform: scale(0.8);
}

.aside-link-icons .fa-check {
    color: green;
}

.aside-link-icons .fa-pencil {
    color: #de0000;
}

.aside-sub {
    background-color: #ffffff;
    width: 100%;
    margin-top: -0.5rem;
    padding: 5px;
}

ul.sub {
  list-style-type: none;  
    padding-left: 15px;
}

ul.sub li {
    margin-bottom: 10px;
    font-size: 0.8rem;
}

ul.sub li ul{
    margin-top: 10px;
    list-style-type: none;
    padding-left: 20px;
}

ul.sub li ul li ul{
    margin-top: 10px;
    list-style-type: none;
    padding-left: 20px;
}

input[type="text"] {
    border-radius: 0;
    background-color: #e8e8e8;
    border: none;
    color: #000;
}

input[type="text"]:focus {
    border-radius: 0;
    background-color: #e8e8e8;
    border: none;
    color: #000;
    box-shadow: none;
}

label {
    color: #969494;
    font-size: 0.8rem;
    margin-bottom: 0;
}

.text-label {
    color: #969494;
    font-size: 0.8rem;
    margin-bottom: 0;
}

table {
    font-size: 0.8rem;
}

.floating-left {
    font-weight: bold;
    float: left;
    margin-right: 30px;
}

.floating-right{
    float: left;
}

.floating-bigger {
    font-size: 1.2em;
}

#floating-info {
    background-color: #0b80e6;
    color: #fff !important;
    padding: 15px 15px;
    position: fixed;
    bottom: 0;
    right: 0;
    font-size: 0.8rem;
}

.subhead {
    
}

.subheadlink {
    cursor: pointer;
}

.subcontent {
    display: none;
}

.trsub {
    display: none;
}

.trsubsub {
    display: none;
}

.subsubheadlink {
    cursor: pointer;
}

.closed i.fa-angle-down {
    transform: rotate(270deg);
}

.mainsubhead {
    background-color: #717070 !important;
    color: #fff;
}

.trsub {
    background-color: #c1c1c1 !important;
    color: #fff;
}

.addrowlink {
    cursor: pointer;
}

.addrow {
    background-color: #dbecfb !important;
    color: #0b80e6;
}

.trsubsub input {
    width: 70px;
}

 /* Remove default bullets */
ul, #myUL {
  list-style-type: none;
}

/* Remove margins and padding from the parent ul */
#myUL {
  margin: 0;
  padding: 0;
}

/* Style the caret/arrow */
.caret {
  cursor: pointer;
  user-select: none; /* Prevent text selection */
}

/* Create the caret/arrow with a unicode, and style it */
.caret::before {
  content: "\25B6";
  color: #0b80e6;
  display: inline-block;
  margin-right: 6px;
}

/* Rotate the caret/arrow icon when clicked on (using JavaScript) */
.caret-down::before {
  transform: rotate(90deg);
}

/* Hide the nested list */
.nested {
  display: none;
}

/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
.active {
  display: block;
} 
