html{
   height: 100%
}
body{
    height: 100%;
}

#main-wrapper {
    box-sizing: border-box;
    min-height: 100%;
    padding: 0 0 100px;
    position: relative;
}

#footer {
    bottom: 0;
    height: 80px;
    left: 0;
    position: absolute;
    width: 100%;
}

.nav-active {
    font-weight: bold;
    color: black;
}

.padding-1 {
    padding: 1px;
}

.no-padding-left {
    padding-left: 1px;
}

.no-padding-right {
    padding-right: 1px;
}

.padding-15 {
    padding: 15px;
}

.form-horizontal.low-margin>dl,
.form-horizontal.low-margin .form-group {
    margin: 5px
}

.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}


.pseudo-select {

}

.pseudo-option {
    cursor: pointer;
}

.pseudo-option.selected {
    background-color: #d9edf7;
}

.config-removal {

}

span.glyphicon.glyphicon-remove
{
    color: #d14;
    cursor: pointer;
}

span.glyphicon.glyphicon-remove-circle
{
    color: #d14;
    cursor: pointer;
}

span.glyphicon.glyphicon-ok-circle
{
    color: #1d4;
    cursor: pointer;
}