.info_area__color-red {
    color: red;
}

.info_area__color-green {
    color: green;
}

.mdl-menu__item a {
    text-decoration: none;
    color: #6c757d !important;
    width: 100%;
}

/* remove blue underline at actions in tables */
.mdl-data-table__cell--non-numeric a {
    text-decoration: none;
}

.textfield--max-width-150 {
    max-width: 150px !important;
}

.textfield--padding-bottom-5 {
    padding-bottom: 5px !important;
}

.table_list--order-horizontal {
    display: flex;
    overflow: auto !important;
}

.table_list--order-horizontal table {
    margin-right: 5px;
}

.table_list--order-horizontal td {
    padding: 12px 10px !important;
}

.mdl-data-table td {
    white-space: normal !important;
}

.info_text {
    margin-bottom: 0;
    color: #6c757d;
}

.info_text--warning {
    color: red;
}

.label--red {
    color: red !important;
}

.pop_up_info {
    margin-bottom: 0;
    margin-top: 8px;
    font-size: 16px;
    text-decoration: underline;
}

#drop_down_btn {
    border-radius: 10px;
    border: none;
    background-color: #4dd3d8;
    box-shadow: none;
}

.customize .dropdown {
    margin-left: 8px;
}

.customize .dropdown_container {
    width: 0;
}

.customize .mdl-card__supporting-text__margin-vertical-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.customize .demo-charts {
    margin-top: 35px;
}

.customize .mdl-card__supporting-text h5 {
    margin: 8px 0;
}

.content_container {
    width: 100%;
    display: flex;
    margin-top: 35px;
}

.customize .modal h5 {
    margin-top: 0;
}

.display__flex {
    display: flex;
}

.customize .warning-card {
    margin-top: 16px;
}

.warning-card__text p {
    margin-bottom: 0;
}

.card__container {
    margin-right: 15px;
}

#project_list td {
    padding: .25rem;
}

#project_list th {
    padding-right: 0;
}

.customize .collapsible {
    background-color: #4dd3d8;
    color: white !important;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    font-style: italic;
}

.active, .collapsible:hover {
    background-color: #6c757d;
}

.collapsible__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.collapsible {
    padding-bottom: 8px !important;
}

.demo-navigation a {
    text-decoration: none;
    padding: 8px 40px !important;
    font-weight: bold;
}

.customize .side-menu header, nav {
    background-color: #4dd3d8;
}

.customize .btn-primary {
    background-color: #4dd3d8;
    border-color: #4dd3d8;
}

.customize .show > .btn-primary.dropdown-toggle {
    background-color: #4dd3d8;
    border-color: #4dd3d8;
}

.customize .side-menu {
    border-right: 0;
}

.header_image {
    height: 55px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    right: 0;
}

.header_image__beta {
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 250px;
    right: 0;
}

.customize .table {
    color: #6c757d;
    font-size: 12px;
}

#drop_down_list a {
    color: #6c757d;
    white-space: nowrap;
}

#drop_down_list {
    padding: 7px;
}

#myInput {
    color: #6c757d;
}

.dropdown-menu {
    font-size: 12px;
    max-height: 250px;
    overflow: scroll;
}

.phase_selection {
    font-size: 12px;
}

.project_overview__currency::after {
    content: " €";
}

.project_overview__currency__footer > .th-inner::after {
    content: " €";
}

.project_overview__hours::after {
    content: " h";
}

.project_overview__hours__footer > .th-inner::after {
    content: " h";
}

.project_overview__percentage::after {
    content: " %";
}

.project_overview__percentage__footer > .th-inner::after {
    content: " %";
}

thead .th-inner {
    padding: 5px 10px 5px 5px !important;
    text-align: center;
}

tfoot th {
    padding: 5px !important;
}

#menu_hover {
    position: absolute;
    z-index: 2;
    width: 10px;
    height: 100%;
}