.float-left {
    float: left;
}

.error {
    color: #e50000
}

.color--green {
    color: #3c763d;
}

.users {
    table-layout: fixed;
    width: 100%;
    white-space: nowrap;
}

.users td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.row-spalten {
    text-align: left;
    width: 60%;
}

.row-zeilenumbruch {
    width: 40%;
}

.button {
    padding: 0 10px;
}

.col-sm-0-1 {
    width: 4.16666666%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.col-sm-1-2 {
    width: 12.5%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.form__actions {
    padding-left: 24px;
}

.form__actions--border-top {
    border-top: 1px solid #dedede;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-error {
    color: #000;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.alert-supplier {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-height: 32px;
}

.password-forget {
    padding-top: 8px;
}

.table {
    font-size: 11px;
}

.table th, .table td {
    text-align: left;
    padding: 4px 4px 5px 7px;
}

.tr--bestellEntwicklung {
    border-top: 2px solid #808080;
}

.tr--newline {
    border-top: 2px solid #808080;
    background-color: #f1f1f1;
}

.td--bestellung {
    background-color: #d1d1d1;
}

.td--leb {
    background-color: #e1e1e1;
}

tr.external-adivisor-status td {
    border-top: none !important;
}

th.column--break-word, td.column--break-word {
    word-wrap:break-word;
}

tr.projekt.clickable {
    cursor: pointer;
}

#sessionTimer {
    font-size: 1.4rem;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
    padding-left: 5px;
}

button.ui-datepicker-trigger {
    border: none;
    background: transparent url("../img/button/calendar_icon.png") no-repeat top left;
    cursor: pointer;
    outline: none;
    width: 22px;
    height: 18px;
    vertical-align: text-bottom;
}

* html button.ui-datepicker-trigger {
    vertical-align: top;
}

.content--icon {
    padding-left: 28px;
    padding-top: 4px;
    margin-bottom: 4px;
}

.content--user {
    margin-top: 8px;
    position: absolute;
}

.icon--before--user {
    padding-left: 15px;
    position: relative;
    min-height: 24px;
    width: 300px;
}

.icon--before--user:before {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
}

.icon--user, .icon--before--user:before {
    width: 24px;
    height: 24px;
    background-image: url('../img/icon_user.png');
}

.icon--calendar {
    background: url('../img/icon_calendar.png');
    display: block;
    min-width: 18px;
    min-height: 18px;
    margin: 0 auto;
}

.document--upload, .document--toggle {
    cursor: pointer;
}

table.table--product-info td {
    vertical-align: top;
}

table.table--product-info thead th, table.table--product-info thead td {
    padding: 4px 4px 5px 7px !important;
    border-bottom: 1px solid #111;
}

table.table--product-info-neu thead th {
    padding: 4px 14px 5px 7px !important;
}

table.table--product-info td.icon-column {
    padding: 4px 1px 4px 1px !important;
}

div.document--container {
    width: 200px;
    display: none;
    position: absolute;
}

table.document--container-table {
    width: 100%;
    display: block;
    overflow: visible;
}

table.document--container-table tbody {
    border: 2px solid lightblue;
    background: white;
}

img.inline {
    width: auto;
}

.add-space-right {
    margin-right: 10px;
}

table.showAN .leistungAN, table.showAG .leistungAG {
    display: table-cell;
}

table.showAN .leistungAG, table.showAG .leistungAN {
    display: none;
}

.ui-tooltip, .arrow:after {
    background: #f90;
    border: 2px solid white;
}

.ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
    font: bold 14px "Helvetica Neue", Sans-Serif;
    text-transform: uppercase;
    box-shadow: 0 0 7px black;
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

.arrow.top {
    top: -16px;
    bottom: auto;
}

.arrow.left {
    left: 20%;
}

.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow.top:after {
    bottom: -20px;
    top: auto;
}

.supplier-header {
    min-height: 85px;
}

.table--product-info td:last-child {
    text-align: left;
}

.row-space {
    padding-top: 8px;
}

.svg-icon--portal svg {
    max-width: 4rem;
    max-height: 4rem;
}

.svg-icon--float-left svg {
    float: left;
}

.form__input--autowidth {
    width: auto !important;
}

a.button--pagination {
    display: inline-block !important;
}

a.button--pagination-active {
    background: #ccc;
    border-color: white;
    color: white;
}

a.button--pagination-disabled {
    background: #ccc;
    border-color: white;
    color: white;
    display: none;
}

div.videocontainer {
    border-top: 2px solid #d3d3d3;
    margin-bottom: 15px;
    padding-top: 5px;
}

div.videocontainer > div.video {
    background: #f7f7f7;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    padding: 4px;
    width: 100%;
}

div.videocontainer > div.videodesc {
    display: block
}

#documentUploadForm div.row {
    margin-left: 10px;
    margin-right: 10px;
}

#documentUploadForm ul.files {
    border: 1px solid darkgray;
}

#documentUploadForm ul.files li.file {
    display: flex;
    align-items: center;
}