/* Custom Styles */

.mdi-set.mdi-hexagon,
.mdi-set.mdi-hexagon-outline {
    -webkit-transform: rotate(29deg);
    -moz-transform: rotate(29deg);
    -o-transform: rotate(29deg);
    -ms-transform: rotate(29deg);
    transform: rotate(29deg);
}

.page-login #main-wrapper,
.page-lock-screen #main-wrapper,
.page-error #main-wrapper {
    background: none;
}

#main-wrapper {
    background: #f6a31b url("../images/bee-bg.png") top left repeat-x;
    padding: 2em;
    min-height: 550px;
}

.modal-open .modal {
    text-align: left;
}

.messages li a .msg-text {
    white-space: normal;
}

.cd-timeline-content a.btn {
    white-space: normal;
}

.panel .panel-body.statistics-body {
    padding: 10px;
}

.panel .panel-heading .panel-control .modal-footer a {
    float: none;
}

.nav-tabs.nav-justified>.active>a {
    font-weight: bold;
}

.tab-content.statistics-content {
    padding-left: 0;
    padding-right: 0;
}

.statistics-panel .panel-heading {
    padding: 10px 20px;
}

.statistics-panel .panel-heading .panel-title {
    width: auto;
}

.statistics-panel .panel-heading select {
    display: inline-block;
    width: auto !important;
    float: left;
    margin-left: 5px;
}

.statistics-panel .panel-heading .select2-container {
    width: auto !important;
    display: inline-block;
    margin-left: 5px;
}

.statistics-panel .panel-heading .panel-control a {
    font-size: 20px;
    float: none !important;
}

.statistics-panel .panel-body {
    padding: 0;
}

.alert.alert-dismissible {
    background-color: #fff;
    margin-bottom: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.list-group-item>.badge {
    float: none;
}

.color-preview {
    display: inline-block;
    vertical-align: bottom;
    width: 60px;
    height: 20px;
    margin-right: 5px;
}

.panel-notification .panel-heading .panel-title,
.panel-notification .panel-heading .panel-control a {
    color: #fff;
}

.panel-notification .panel-heading .panel-control a:hover {
    color: #fff;
    text-decoration: underline;
}

.form-group {
    overflow: hidden;
}

label.error ul {
    list-style-type: none;
    list-style-position: inside;
    padding: 0;
}

label .form-control-static {
    font-weight: bold;
}

.checkbox {
    margin-bottom: 20px;
}

.select2-container {
    width: 100% !important;
    display: block;
}

.select2-selection {
    padding: 6px 16px 6px 10px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0px;
    right: 1px;
    width: 16px;
}

.select2-dropdown.select2-dropdown--below {
    background-color: #f9f9f9;
    box-shadow: 2px 2px 8px #eee !important;
}

.select2-dropdown.select2-dropdown--below {
    min-width: 130px !important;
    margin-top: 2px;
}

.select2-dropdown.select2-dropdown--below {
    width: auto !important;
}

.select2-dropdown.select2-dropdown--below {
    /*width: min-content !important;*/
}

.fa-spinner,
.fa-circle-notch {
    color: #ff9800;
}