﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select {
    max-width: 280px;
}

.activationCodeAnimation.ng-hide-add.ng-hide-add-active,
.activationCodeAnimation.ng-hide-remove.ng-hide-remove-active {
    -webkit-transition:all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    transition:all linear 0.5s;
}

.leave {
    -webkit-animation:0.5s my_animation;
    -moz-animation:0.5s my_animation;
    -o-animation:0.5s my_animation;
    animation:0.5s my_animation;
}

@keyframes my_animation {
    from { opacity:1; }
    to { opacity:0; }
}

/*
 Unfortunately each browser vendor requires
 its own definition of keyframe animation code...
*/
@-webkit-keyframes my_animation {
    from { opacity:1; }
    to { opacity:0; }
}

a:hover {
    cursor:pointer;
}

.activatedDevice {
    color: green;
}
.notActivatedDevice {
    color: red;
}

.ticketsModalInnerBox {
    max-height: 600px;
    overflow: auto;
}

:root {
    --pool-container-border-size: 25px;
}
.redAsterisk{
    font-family: 'Glyphicons Halflings';
    font-weight: normal;
    font-size: 7px;
    color: red;
    position: absolute;
    top:-1px;
}

html body .container-fluid.body-content {
    position: absolute;
    top: 54px;
    bottom: 0px;
    right: 0;
    left: 0;
    overflow-y: auto;
    margin-bottom: 60px;
    padding-bottom:15px;
    padding-top: 0;
}

html {
    height: 100%;
}

html body {
    height: 100%;
    overflow: hidden;
}

.logo {
    padding: 8px 0 8px 0;
}

.footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    border-top: 1px solid #dddddd;
    background-color: #222;
    border-color: #080808;
    color: #9d9d9d;
}

.footer-content {
    bottom: 0;
    text-align: center;
    padding-top: 10px
}

.pool-container {
    position:relative;
    padding:13px;
    margin-bottom:40px;
}
.pool-container-content{
    display: flex;
    flex-wrap: wrap;
    min-height:20px;
}
.pool-container-title{
    position:relative;
    top:9px;
    font-weight:600;
    margin-left:25px;
    padding-right:25px;
    z-index:3;
}
.pool-item{
    flex-grow:1;
}

.grafik-item {
    border: 2px solid #dddddd;
    border-radius: 25px;
    background: #f4f8ff;
    margin: 0px;
    padding-left: 15px;
    line-height: 26px;
    margin-bottom: 10px;
}
.grafik-item-group{
    background:#fcfcfc;
}
.grafik-margins {
    padding-right: 0px;
}
.grafik-button1{
    position:relative;
    top:-2px;
    right:-2px;
    border:0px solid;
    height:38px;
    min-width:40px;
}
.grafik-button:last-child{
    border-radius:0 25px 25px 0;
}
.grafik-button-delete {
    background: #ff5151;
}
.grafik-button-delete:hover {
    background: #ff1e1e;
}
.grafik-button-delete::after {
    content: "🗙";
}


.sortorder:after {
    content: '\25b2';
}

.sortorder.reverse:after {
    content: '\25bc';
}

.toggle-container-body {
    border-width: 0px 1px 1px 1px;
    border-style:dashed;
    border-radius: 0px 0px 15px 15px;
    border-color:#ccc;
    margin-bottom:10px;
}

.fill-space{
    width:100%;
}