.main-panel > .content {
    min-height: calc(100% - 152px);
}
.login-page {
    height: 100vh;
    width: 100%;
    margin: 0 auto;
}
.login-bg {
    background-color: #909090;
    background-image: url('../img/electronics-1.jpg');
    background-blend-mode: soft-light;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}
.login-disclaimer {
    margin-top: 75px;
}
.login-footer {
    position: fixed;
    bottom: 0;
}
.login-title {
    margin-bottom: 0px!important;
}
.login-form {
    margin-top: 20%;
}
.addSiteButton {;
}
.addContactButton {
    margin-top: 0px;
    margin-bottom: 0px;
}
.delete-times {
    color: gray;
}
.delete-times:hover {
    color: red;
}

/**
 * alertifyjs modifications */
.alertify .ajs-dimmer{background-color:#000;opacity:.5}.alertify .ajs-dialog{max-width:600px;min-height:122px;background-color:#fff;border:1px solid rgba(0,0,0,.2);box-shadow:0 5px 15px rgba(0,0,0,.5);border-radius:6px}.alertify .ajs-header{color:#333;border-bottom:1px solid #e5e5e5;border-radius:6px 6px 0 0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:18px}.alertify .ajs-body{font-family:Roboto,sans-serif;color:#000}.alertify.ajs-maximized:not(.ajs-resizable) .ajs-content,.alertify.ajs-resizable .ajs-content{top:58px;bottom:68px}.alertify .ajs-footer{background-color:#fff;padding:15px;border-top:1px solid #e5e5e5;border-radius:0 0 6px 6px}.alertify-notifier .ajs-message{background:rgba(255,255,255,.95);color:#000;text-align:center;border:1px solid #ddd;border-radius:2px}.alertify-notifier .ajs-message.ajs-success{color:#fff;background:rgba(91,189,114,.95);text-shadow:-1px -1px 0 rgba(0,0,0,.5)}.alertify-notifier .ajs-message.ajs-error{color:#fff;background:rgba(217,92,92,.95);text-shadow:-1px -1px 0 rgba(0,0,0,.5)}.alertify-notifier .ajs-message.ajs-warning{background:rgba(252,248,215,.95);border-color:#999}

.clockpicker>.form-group {
    margin-top: 0px;
    padding-bottom: 0px;
}
.edit-icon {
    color: grey;
}
.form-group {
    margin-top: 0px;
}
.wip {
    width: 200px;
    height: 200px;
    background-image: url(../img/wip.png);
    background-size: contain;
    background-repeat: no-repeat;
}