/* CSS Styles */
@media (min-width: 1700px) {
    .container {
        width: 1310px;
    }
}

.main {
    margin-top: 80px;
}

.container-fluid {
    padding-top: 30px;
}

.page-header {
    margin-top: 5px;
}

#loading-blocker {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-Index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
    padding-top: 100px;
}

h3 span.small {
    font-size: 0.8em;
}

.top15 {
    margin-top: 15px;
}

.right {
    float: right;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.navbar-brand {
    padding: 10px 10px;
}

.submenu {
    margin-bottom: 20px;
    margin-top: 10px;
}

.form-column:first-child {
    padding-right: 30px;
}

.form-column:last-child {
    padding-left: 30px;
}

.block {
    display: block !important;
}

.text-right {
    text-align: right;
}

.error {
    color: #f00;
}

.red {
    background: #ff571a;
    color: white;
}

.green {
    background: #4bbb64;
    color: white;
}

.red-text {
    color: #ff571a;
}

.green-text {
    color: #429542;
}

.yellow-text {
    color: #fae700;
}

.blue-text {
    color: #337ab7;
}

.lightgrey-text {
    color: #ccc;
}

.gui-icon-2x {
    font-size: 1.5em;
    padding-right: 10px;
}

.modal-body {
    overflow: hidden;
}

.rev_select {
    margin-top: 5px;
}

.revision-container {
    display: none;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.tab-pane {
    padding-top: 15px;
}

@media (min-width: 1400px) {
    .modal-lg {
        width: 1300px;
    }
}

.fa {
    padding-right: 10px;
    /*color: #007fff;*/
}

.fa-trash {
    padding-right: 0px;
    color: #fff;
}

/* ===== Zellen Style ======== */

.cell-light-green {
    color: black !important;
    background-color: #b7e56a !important;
}

.cell-light-yellow {
    color: black !important;
    background-color: #e8e36d !important;
}

.cell-light-red {
    color: black !important;
    background-color: #f68775 !important;
}

/* ===========  assignment plugin classes ==================== */
.project_wrapper,
.c-a-a-item-wrapper {
    min-height: 300px;
    max-height: 500px;
    overflow: scroll;
}

.c-a-a-item-wrapper > div.item,
.role-wrapper > div.item {
    border: 1px solid #cfcfcf;
    padding: 15px;
    background: #efefef;
    display: inline-block;
    float: left;
    margin: 3px 3px 0 0;
    width: 49%;
}

.c-a-a-item-wrapper > div.item:hover {
    background: #fff;
}

.role-wrapper > div.item {
    width: 100%;
    margin: 0 0 10px 0;
}

.role-wrapper > div.item:hover {
    background: #fff;
}

.role-wrapper > div.item.active {
    background: #fdffd4;
    padding-left: 10px;
}

.role-wrapper > div.item.active:before {
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    font-weight: bold;
    content: '\f105';
}

.project_wrapper > div.project,
.role_wrapper > div.project {
    border: 1px solid #cfcfcf;
    padding: 15px;
    background: #efefef;
    display: inline-block;
    float: left;
    margin: 3px 3px 0 0;
}

.project_wrapper > div.project:hover,
.role_wrapper > div.project:hover {
    background: #fff;
}

.kpi-label {
    font: normal 13px/35px Arial;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

.kpi {
    font: bold 22px/35px Arial;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    text-align: right;
}


.chart-filter {
    margin: 15px 65px;
}



