#tl_grouping {
    width: 63%;
    margin-left: 3px;
}
#main_headline span::before {
    content: '>';
    font-size: 20px;
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle;
}
#main_headline span:first-child::before {
    display: none;
}
.statusLabel {
    padding: 5px 10px;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.selector_container .memberPickerPlaceholder + .list_icon_new,
.selector_container .userPickerPlaceholder + .list_icon_new {
    display: inline-block;
    margin: 5px 10px 5px 0;
}
.simple-modal .simple-modal-body img {
    max-height: 80vh;
}


.approvalDescription {
    width: 75px;
    font-size: 10px;
    margin: 0 10px 10px 0;
    display: inline-block;
    background-color: #eaeaec;
    padding: 5px;
    border-left: 4px solid green;
}
.approvalDescription.event {
    border-left: 4px solid red;
}
.rowWrapper .title {
    display: inline-block;
    width: 300px;
}

.rowWrapper figure, .rowWrapper .titleDate {
    display: inline-block;
}
.rowWrapper .postData {
    padding: 5px;
    font-size: 10px;
    color: #6e6b5e;
    background-color: #eaeaec;
    border: 1px solid gray;
    display: inline-block;
    vertical-align: top;
    border-radius: 10px;
}
.rowWrapper .postLabel {
    display: inline-block;
}
.rowWrapper .postValue {
    display: inline-block;
}

#tl_approvals > div {
    padding: 0 15px 4px;
}
#tl_approvals h2 {
    margin: 18px 0 6px;
}

.previewIcon, .rejectedIcon, .approvedIcon {
    width: 25px;
    display: inline-block;
    margin: 0 5px;
}
.previewIcon img, .rejectedIcon img, .approvedIcon img {
    width: 100%;
    height: auto;
}

#tl_navigation .group-artshub_profiles {
    background: url(../img/profile.svg) 3px 1px no-repeat;
    background-size: 14px 14px;
}

#tl_navigation .group-submissions {
    background: url(../img/submissions.svg) 3px 1px no-repeat;
    background-size: 14px 14px;
}

#picker-menu a.artshub_profileitemPicker {
    background-image: url("../img/profiles.svg");
    background-size: 14px 20px;
}

.tl_left.profileitem {
    display: flex;
    padding: 10px;
    margin: 0 5px 5px 0;
    justify-content: flex-start;
    box-shadow: 1px 1px 3px 2px #efefef;
}

.tl_left.profileitem span.title {
    display: inline-block;
    padding-left: 8px;
    max-width: 200px;
}
ul#sort_profile_items {
    display: flex;
    flex-wrap: wrap;
}

ul#sort_profile_items li {
    display: inline-block;
}

.iso_operations {
    width: 185px;
}


/* Hide events show button */
form[action*="do=calendar"][action*="table=tl_calendar_events"] + #tl_buttons + .tl_listing_container a.show {
    display: none;
}

/* Rating div spacing */
div[class*=Rating][data-id] {
    margin-top: 5px;
}

/* Approval util buttons */
#tl_soverview {
    position: relative;
}
#tl_soverview #tl_messages {
    width: calc(100% - 150px);
}
#utilButtons {
    position: absolute;
    top: 0;
    right: 0;
}

#loadingModal {
    display: none;
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 99999;
}
#loadingModal.show {
    display: block;
}
#loadingModal .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-align: center;
}
#loadingModal p {
    color: #fff;
    font-size: 30px;
    margin-bottom: 15px;
    text-align: center;
}

.rowWrapper figure {
    width: 15%;
}
.rowWrapper .titleDate {
    width: 80%;
    display: inline-block;
}
.approvalDescription.event, .rowWrapper figure, .rowWrapper .titleDate {
    vertical-align: top;
}
.rowWrapper .titleDate span.date {
    font-size: 80%;
    color: #6e6b5e;
}

.xtraWide .tl_key_value_wizard {
    max-width: none;
}
.xtraWide .tl_key_value_wizard tr td:first-child {
    width: 200px;
}
#picker-menu a.businessPicker {
    background-image: url("../img/business.svg");
}


#drag-and-drop-zone {
    margin: 15px 15px 15px 0;
    padding: 30px;
    background: #fff;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 4px 12px rgba(224, 224, 224, 0.5);
}
#drag-and-drop-zone .card-title {
    font-size: 24px;
    margin-bottom: 5px;
}
#drag-and-drop-zone label {
    font-size: 14px;
    font-weight: 400;
}
#drag-and-drop-zone button,
#drag-and-drop-zone .button,
#drag-and-drop-zone a {
    border: 1px solid #000;
    color: #fff;
    background-color: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;
    height: 40px;
    margin: 0 2px 15px;
    padding: 0 20px;
    width: auto;
    overflow: visible;
    appearance: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    border-radius: 4px;
}
#drag-and-drop-zone button:hover,
#drag-and-drop-zone .button:hover,
#drag-and-drop-zone a:hover {
    opacity: 0.85;
    cursor: pointer;
    transform: scale(1.025);
}
#drag-and-drop-file-list li {
    margin-bottom: 15px;
}
#drag-and-drop-file-list img {
    max-width: 100px;
    width: 100%;
    height: auto;
}

/* Hide events show button */
form[action*="do=calendar"][action*="table=tl_calendar_events"] + #tl_buttons + .tl_listing_container a.show {
    display: none;
}

/* Rating div spacing */
div[class*=Rating][data-id] {
    margin-top: 5px;
}

/* Approval util buttons */
#tl_soverview {
    position: relative;
}
#tl_soverview #tl_messages {
    width: calc(100% - 150px);
}
#utilButtons {
    position: absolute;
    top: 0;
    right: 0;
}

#loadingModal {
    display: none;
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 99999;
}
#loadingModal.show {
    display: block;
}
#loadingModal .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-align: center;
}
#loadingModal p {
    color: #fff;
    font-size: 30px;
    margin-bottom: 15px;
    text-align: center;
}

div.angles {
    height: 5px;
    max-width: 450px;
}
div.angles > div {
    display: none;
}
div.angles > div.topAngle {
    display: block;
}
div.angles svg {
    height: 5px;
}
div.angles polygon {
    fill : #efefef;
}