.wrapper {
    padding-bottom: 65px;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    display: none;
}

/* The slider */
.slide {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slide:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slide {
    background-color: #337ab7;
}

input:focus + .slide {
    box-shadow: 0 0 1px #337ab7;
}

input:checked + .slide:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slide.round {
    border-radius: 34px;
}

.slide.round:before {
    border-radius: 50%;
}

.action-icon {
    cursor: pointer;
    font-size: 1.2em;
    margin-left: 2px;
}

.action-icon:hover {
    color: darkgray;
}

.action {
    cursor: pointer;
}

.action:hover {
    color: darkgray;
}

label[disabled] {
    pointer-events: none;
}

.envi-icon {
    width: 20px;
    height: 20px;
    float: right;
    padding-left: 3px;
    padding-top: 3px;
}

.envi-icons {
    float: right;
    margin-left: 2px;
    margin-top: 3px;
}

.list-group-item-orange {
    color: #cc7a00;
    background-color: #ffd699;
}

a.list-group-item-orange,
button.list-group-item-orange {
    color: #cc7a00;
}

a.list-group-item-orange:focus, a.list-group-item-orange:hover,
button.list-group-item-orange:focus,
button.list-group-item-orange:hover {
    color: #cc7a00;
    background-color: #ffd699;
}

a.list-group-item-orange.active,
button.list-group-item-orange.active {
    color: #fff;
    background-color: #cc7a00;
    border-color: #cc7a00;
}

.list-group-item-black {
    color: #333333;
    background-color: #999999;
}

a.list-group-item-black,
button.list-group-item-black {
    color: #333333;
}

a.list-group-item-black:focus, a.list-group-item-black:hover,
button.list-group-item-black:focus,
button.list-group-item-black:hover {
    color: #333333;
    background-color: #999999;
}

a.list-group-item-black.active,
button.list-group-item-black.active {
    color: #fff;
    background-color: #999999;
    border-color: #999999;
}

/* Bootstrap Toggle v2.2.2 corrections for Bootsrtap 4*/
.toggle-off {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.toggle.off {
    border-color: rgba(0, 0, 0, .25);
}

.toggle-handle {
    background-color: white;
    border: thin rgba(0, 0, 0, .25) solid;
}

.toggle {
    position: relative;
    overflow: hidden;
    margin-left: 12px;
    margin-top: 3px;
}

.envi-card {
    min-width: 350px;
}

.info {
    border: 1px solid rgba(0, 0, 0, .125);
    text-align: center;
}

.info .col:first-child {
    text-align: left;
}

.info .col:last-child {
    text-align: right;
}

.data {
    border: 1px solid rgba(0, 0, 0, .125);
    text-align: center;
}

.dropdown-menu-left {
    right: 0;
    left: auto;
}

.led-box .signal-off {
    margin: 0 auto;
    width: inherit;
    height: inherit;
}

.led-box-small .signal-off {
    margin: 0 auto;
    width: inherit;
    height: inherit;
}

.led-box-very-small .signal-off {
    margin: 0 auto;
    width: inherit;
    height: inherit;
}

.signal-shadow {
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #0c5460 0 -1px 3px, #0c5460 0 1px 5px;
    height: inherit;
}

.signal-shadow.signal-off {
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #0c5460 0 -1px 3px, #0c5460 0 1px 5px;
}

.pointer {
    cursor: pointer;
}

#signals-list tbody td {
    vertical-align: middle;
}

.edit-group {
    border: solid 1px #999999;
    border-radius: 0.5em;
}

.tags {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    display: table;
    padding: 0.5em;
    width: 100%;
}

.tags li.tagAdd, .tags li.addedTag {
    float: left;
    margin-left: 0.25em;
    margin-right: 0.25em;
}

.tags li.addedTag {
    background: none repeat scroll 0 0 #7aa3cf;
    border-radius: 2px;
    color: #fff;
    padding: 0.25em;
}

.tags input, li.addedTag {
    border: 1px solid transparent;
    border-radius: 2px;
    box-shadow: none;
    display: block;
    padding: 0.5em;
}

.tags input:hover {
    border: 1px solid #000;
}

span.tagRemove {
    cursor: pointer;
    display: inline-block;
    padding-left: 0.5em;
}

span.tagRemove:hover {
    color: #222222;
}