div.nbi-btn-bar
{
    padding-top: 5px;
    padding-bottom: 5px;
}

#nbi-system-messages
{
    position: fixed;
    top:50px;
    z-index: 10000;
    right: 10px;
}

ul.dropdown-menu-form
{
    padding: 5px 10px 0;
}

input[type="file"] {
    border: none;
    box-shadow: none;
    height: auto;
}

.datepicker{
    background-color: white;
}

a.backend-menu-error {
    color: #fff !important;
    background-color: #c9302c;
}
a.backend-menu-error:hover {
    color: #333 !important;
}

.domain-check {
    width: 500px;
    margin: auto;
}

.ip-watch-choice {
    height: auto;
/*    display: none;*/
}

.ip-watch-choice > input {
    display: none;
}

.ip-watch-choice > label {
    padding: 5px 10px;
    margin-right: 10px;
    margin-bottom: 5px;
    border-radius: 5px;
}

.ip-watch-choice > input:checked + label {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.ip-watch-choice > label:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.status-container {
    margin-top: 50px;
    margin-bottom: 100px;
    text-align: center;
}
.status-container .alert {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}
.status-main {
    font-size: 2rem;
    font-weight: bold;
}