html {
    height: 100%;
}

body {
    /* Fallback color for browsers, that do not support the linear-gradient command */
    background-color: #2fa4e7;
    background-image: linear-gradient(135deg, #2fa4e7 0%, #5b247a 100%);
    min-height: 100%;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.container {
    background-color: #fbfbfb;
    background-color: st;
    margin: 15px auto;
    padding-top: 15px;
    padding-bottom: 10px;
    border-radius: 6px;
}

.footer-info {
    max-width: 270px;
    margin: 5px auto 15px;
    padding: 15px;
    color: #ddd;
    font-size: 10px;
}

.footer-info>a {
    color: #ddd;
}

.top {
    vertical-align: top;
}

.middle {
    vertical-align: middle;
}

.isGray {
    color: gray;
}

.isBold {
    font-weight: bold !important;
}

.isRed {
    color: red;
}

.isStriked {
    text-decoration: line-through;
}

.help-block {
    color: inherit;
}

small,
.small {
    font-weight: normal !important;
}

.nowrap {
    white-space: nowrap;
}

.quota-violation,
.quota-violation a {
    font-weight: bold;
    /* color:#0000FF !important; */
    color: #F00 !important;
}


/**
 * Navbar
 */

.navbar-brand {
    height: 50px;
    padding: 5px 15px;
}


/* Logo */

.navbar-brand img {
    position: relative;
    height: 40px;
}


/* Modal Box */

.modal-header-success,
.modal-header-warning,
.modal-header-danger,
.modal-header-info,
.modal-header-primary {
    color: #fff !important;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-header-success {
    background-color: #73a839;
}

.modal-header-warning {
    background-color: #dd5600;
}

.modal-header-danger {
    background-color: #c71c22;
}

.modal-header-info {
    background-color: #033c73;
}

.modal-header-primary {
    background-color: #428bca;
}


/* Multisubmenu */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


/* Bootstrap Switch */

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    color: #fff;
    background: #2fa4e7;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
    color: #fff;
    background: #033c73;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
    color: #fff;
    background: #73a839;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
    background: #dd5600;
    color: #fff;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
    color: #fff;
    background: #c71c22;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
    color: #000;
    background: #f5f5f5;
}


/* Select2 */

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    background: #f5f5f5;
}

.select2-container {
    width: 100% !important;
}

.select2-search--dropdown .select2-search__field {
    width: 98%;
}


/**
 * Runtimeinfo
 */

.runtimeinfo-container {
    border: 1px solid silver;
    border-radius: .25em;
    margin-bottom: 5px;
}

.runtimeinfo-label-container {
    padding: 5px;
}

.runtimeinfo-label {
    font-size: 0.9em;
    font-weight: normal;
    padding: 5px 10px;
}

.runtimeinfo-progress,
.progress {
    background-color: #d2d2d2 !important;
    border: 1px solid #929292;
    margin: 5px;
    padding: 1px;
    border-radius: 0.25em;
    height: 23px;
    /*1.6em;*/
}

.runtimeinfo-progress-bar {
    min-width: 4em;
    border-radius: 0.125em;
    font-size: 12px !important;
}

.runtimeinfo-loader {
    margin: 35px;
    color: #d2d2d2;
}


/* Hide spinners in number type inputs */


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}


/* ChartJS Canvas */

canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}


/* btn-default */

.btn-default {
    background-image: linear-gradient(#f4f4f4, #f4f4f4 60%, #e4e4e4);
    border-color: #bfbfbf;
}