/*
    ModelDB specific customizations belong in this file.
*/

/**
 * Specific fonts
 */

@font-face {
    font-family: GT-Walsheim-Pro; /* roman font */
    src: url('fonts/GT-Walsheim-Pro-Regular.eot');
    src: url('fonts/GT-Walsheim-Pro-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/GT-Walsheim-Pro-Regular.woff') format('woff'),
    url('fonts/GT-Walsheim-Pro-Regular.ttf') format('truetype');
}

@font-face {
    font-family: GT-Walsheim-Pro-Bold; /* bold font */
    src: url('fonts/GT-Walsheim-Pro-Bold.eot');
    src: url('fonts/GT-Walsheim-Pro-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/GT-Walsheim-Pro-Bold.woff') format('woff'),
    url('fonts/GT-Walsheim-Pro-Bold.ttf') format('truetype');
}

@font-face {
    font-family: GT-Walsheim-Pro-Light; /* light font */
    src: url('fonts/GT-Walsheim-Pro-Light.eot');
    src: url('fonts/GT-Walsheim-Pro-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/GT-Walsheim-Pro-Light.woff') format('woff'),
    url('fonts/GT-Walsheim-Pro-Light.ttf') format('truetype');
}

@font-face {
    font-family: GT-Walsheim-Pro-Medium; /* medium font */
    src: url('fonts/GT-Walsheim-Pro-Medium.eot');
    src: url('fonts/GT-Walsheim-Pro-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/GT-Walsheim-Pro-Medium.woff') format('woff'),
    url('fonts/GT-Walsheim-Pro-Medium.ttf') format('truetype');
}

@font-face {
    font-family: GT-Walsheim-Pro-Thin; /* thin font */
    src: url('fonts/GT-Walsheim-Pro-Thin.eot');
    src: url('fonts/GT-Walsheim-Pro-Thin.eot?#iefix') format('embedded-opentype'),
    url('fonts/GT-Walsheim-Pro-Thin.woff') format('woff'),
    url('fonts/GT-Walsheim-Pro-Thin.ttf') format('truetype');
}

.version {
    font-size: 50%;
}

.ageBox {
    max-width: 70px;
}

.modal-backdrop {
    z-index: -1;
}

input, select {
    width: auto;
    margin-bottom: 0;
    margin-right: 2px;
    vertical-align: top;
}

select option {
    font-family: GT-Walsheim-Pro, "Open Sans", sans-serif;
}

.white-background {
    background-color: #ffffff;
}

.white-background img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%;
    height: auto;
}

.image-container {
    min-height: 340px;
    max-height: 340px;
    object-fit: cover;
}

.image-container .after {
    position: absolute;
    top: 0;
    left: 10px;
    width: 100%;
    height: 100%;
    display: inline;
}

.thumb {
    margin-bottom: 10px;
}

.overlay {
    z-index: 100;
    background-color: #ffffff;
    border-radius: 4px;
    position: absolute;
    padding: 2px 5px 2px 2px;
    font-size: 11px;
    color: gray;
    left: 17px;
    top: 1px;
}

.overlayRight {
    z-index: 100;
    background-color: #ffffff;
    border-radius: 4px;
    position: absolute;
    padding: 2px 5px 2px 2px;
    font-size: 11px;
    color: gray;
    text-align: right;
    right: 17px;
    top: 1px;
}

.overlayLeftBottomContainer {
    position: absolute;
    bottom: 63px;
    width: 0;
    height: 0;
    -webkit-transform:rotate(360deg);
    border-style: solid;
    border-width: 100px 0 0 100px;
    border-color: transparent transparent transparent #000000;
}

.overlayLeftBottom {
    z-index: 100;
    border-radius: 4px;
    position: absolute;
    padding: 2px 5px 2px 2px;
    font-size: 14px;
    color: #ffffff;
    text-align: left;
    left: -96px;
    bottom: 2px;
}

.hit-count {
    text-align: center;
    margin-top: 10px;
}

.modelAssessmentFilter {
    display: none;
}

.modelAssessmentFilterSeparator {
    text-align: center;
}

.modelAssessmentFilterSeparator:hover {
    cursor: pointer;
}

.modelAssessmentFilterSeparator p {
    margin: 0;
}

/* Sedcard page */
* {
    box-sizing: border-box;
}

.form-section {
    margin-top: 20px;
}

.sedcard-navigation {
    height: 90px;
}

.pdfExport {
    width: 32%;
    overflow: hidden;
}

.pdfExport img {
    max-height: 340px;
}

.overlaySedcard {
    right: 2px;
    bottom: 23px;
}

/* ---- grid ---- */

.grid {
    /*max-width: 800px;*/
}

/* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .grid-item ---- */

.grid-item {
    float: left;
    margin-right: 10px;
    position: relative;
}

#sortable li {
    list-style-type: none;
    width: 200px;
    float: left;
    margin-right: 10px;
}

.ace-thumbnails > li {
    border: none !important;
}

/* ---- edit.phtml ---- */

:not(dd) > .required::before {
    content: "*";
    color: #ff0000;
    margin-right: 2px;
}

.radio-group label {
    display: block;
    font-size: 14px;
    cursor: pointer;
}

.radio-group input {
    margin-right: 5px;
    cursor: pointer;
}

.radio-group h2 {
    font-size: 17px;
}

.passwordMeter {
    width: 100%;
}

.passwordMeterRecovery {
    margin-bottom: 10px;
}

.element-set {
    overflow: auto;
}

.form-label {
    display: inline-block;
    width: 30%;
}

.form-element {
    width: 70%;
    float: right;
    margin-bottom: 15px;
}

.bookingDates th {
    padding: 5px;
}

.buttonContainer {
    background: #abbac3;
    display: block ;
    margin-right: 5px;
    height: 100%;
    margin-top: 8px;
    text-align: center;
}

.buttonContainer .btn {
    border: none;
    padding: 0;
}

.addButtonColor {
    background: #87B87F;
}

.submitButtonColor {
    background: #428bca;
}

.deleteButtonColor {
    background: #D15B47;
}

#submitBookings {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
}

.bookingDates tbody tr {
    margin-bottom: 5px;
}

.bookingDates .buttonContainer {
    width: 96%;
}

.margin-top-14 {
    margin-top: 14px;
}

#bookingDateForm > div {
    padding: 0 5px;
}

.bookingDates td {
    width: 33%;
    height: 100%;
    padding: 5px;
}

.bookingDates a {
    display: block;
    height: 100%;
    width: 100%;
    color: #FFFFFF;
    text-decoration: none;
}

.errorMessage {
    font-size: 16px;
    margin: 15px 0;
    padding: 10px;
    background: #E17B67;
    outline: solid #B74635;
}

#agencyForm input[type="number"] {
    width: 100%;
}

/* ---- assessment.phtml ---- */

.attribute-name {
    width: 30%;
}

.no-highlighting {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.editable {
    cursor: pointer;
}

.multiOptions {
    list-style: none;
    margin-left: 0;
}

.multiOptions input {
    margin-right: 10px;
}

.multiOptions li {
    padding-top: 5px;
}

.deleteListItemButton {
    clear: both;
    float: right
}

.multiOptions input[type="text"] {
    width: 50%;
}

#attributeForm {
    margin-top: 10px;
}

#attributeForm ul {
    list-style: none;
    margin-left: 0;
}

#attributeForm input[type="radio"],
#attributeForm input[type="checkbox"] {
    margin-right: 5px;
}

input[type="number"] {
    width: 70px;
}

.pictureSubmit {
    margin: 20px 0 0 30px;
}

#attributeForm label {
    margin-right: 5px;
}

#attributeForm .rating-symbol {
    color: #ff8285;
    cursor: pointer;
    font-size: 2em;
}

.profile-info-value .rating-symbol{
    color: #ff8285;
    font-size: 1.2em;
}

.modelSearch {
    margin-top: 10px;
}

.modelSearch .rating-symbol {
    color: #ff8285;
    font-size: 1.2em;
    cursor: pointer;
}

#assessmentAttributes .bootstrap-select {
    width: 100%;
}

.bs-actionsbox .btn-group button {
    width: 49%;
}

.modelSearch .col-md-3 {
    height: 45px;
    vertical-align: middle;
    margin: 2px 0;
}

.emptyErrorMessage {
    display: none;
}

.searchFilterDesign .col-md-3 {
    border-right: 1px solid rgba(181, 181, 181, .75);
}

.searchFilterDesign .col-md-3:last-child,
.searchFilterDesign .col-md-3:nth-child(4n) {
    border-right: none;
}

.modelSearch .col-md-3 > span {
    font-size: 15px;
}

.modelSearch p {
    margin: 0;
}

.modelSearch label:first-child{
    display: inline-block;
    margin-right: 5px;
}

.modelSearch .bs-select-all,
.modelSearch .bs-deselect-all {
    width: 49%;
}

.modelSearch input[type=text] {
    width: 100%;
}

.modelSearch h2 {
    text-align: center;
    font-size: 25px;
    color: #b5b5b5;
    margin-bottom: 20px;
}

.optionList {
    float: left;
    width: 50%;
}

.wrongOptionList {
    float: right;
    width: 50%;
    background-color: #e4b9b9;
}

.wrongOptionList .wrongOptionLabel {
    text-decoration: underline;
}

.wrongOptionList li {
    padding: 4px 2px 2px 6px;
}

/* ---- model/pictures.phtml ---- */

#editImageModal .dropdown {
    margin-top: 2px;
    margin-left: 5px;
}

.gallery-item input[type="checkbox"] {
    display: None;
}

.gallery-item input[type="checkbox"]:checked + label {
    background-color: #2DBBFF;
}

.gallery-item label img:hover {
    cursor: pointer;
}

.gallery-item label:hover {
    border-color: #337ab7;
}

.overlayClient {
    left: 4px;
    top: 4px;
}

.overlayCategory {
    right: 4px;
    top: 4px;
}

.overlayProfile {
    left: 4px;
    bottom: 24px;
}

.overlayFullscreen {
    right: 4px;
    bottom: 24px;
    cursor: pointer;
}

.overlayNewTab {
    right: 25px;
    bottom: 24px;
}

.overlayFullscreen:hover,
.overlayNewTab:hover {
    background-color: #2DBBFF;
}

.overlayGallery {
    z-index: 100;
    background-color: #FFF;
    border-radius: 4px;
    position: absolute;
    padding: 2px 5px;
    font-size: 13px;
    color: gray;
}

.galleryButton {
    padding: 0 10px;
    margin-bottom: 20px;
}

.text_over_image {
    position: absolute;
    margin: 0 40%;
    top: 35%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    color: #2B7DBC;
    text-align: center;
    font-size: 4em;
    cursor:pointer;
}

.text_over_image:hover {
    color: #00ff00;
}

#editImageModalPreview img {
    width: 400px;
}

video {
    width: 100%;
}

.pictureErrorMessage {
    font-size: 18px;
}

.cancelButton {
    text-align: right;
}

.bookingDateSearch {
    display: inline-block;
}

div .datePicker {
    display: inline-block;
    width: 100%;
}

div .datePicker .input-group-addon {
    width: auto;
    padding: 8px 12px 8px 12px;
    margin-left: 0;
}

div .datePicker .input-group-addon .glyphicon {
    display: inline-block;
}

.bookingDateLabel {
    vertical-align: top;
}

.bookingDateSearch .multi-date-picker {
    width: 100px;
    margin-right: 0;
}

.bookingDateSearch input[type="text"] {
    width: 80%;
}

input.single-date-picker[readonly="readonly"],
input.multi-date-picker[readonly="readonly"] {
    cursor: pointer
}

.btn-group-mdb {
    display: flex;
}

.navigation-icon.navigation-icon.navigation-icon.navigation-icon.navigation-icon {
    margin-left: auto;
    margin-right: auto;
}

/* ---- model/feedback.phtml ---- */

.feedbackTop {
    display: flex;
}

.feedbackScaleStyleSection {
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px;
}

.feedbackScaleStyleSection label {
    padding-right: 10px;
}

.feedbackModel,
.feedbackScale {
    flex: 2;
}

.feedbackModelTwo {
    flex: 1;
}

.feedbackLastUpdate,
.feedbackStyle {
    flex: 1;
}

.feedbackCriteriaInfo {
    flex: 3;
}

.feedbackCriteriaInfo table {
    width: 100%;
}

.feedbackCriteriaInfo td {
    vertical-align: top;
}

.feedbackCriteriaInfo td:first-child {
    padding-right: 5%;
}

.feedbackInput {
    display: none;
    opacity: 0;
}

.feedbackSVG {
    height: 3rem;
    opacity: 30%;
    cursor: pointer;
    vertical-align: middle;
}

.feedbackTableSeparator {
    height: 10px;
}

.feedbackNone {
    height: 3rem;
    fill: #ffffff;
    vertical-align: middle;
}

.feedbackVeryGood {
    height: 3rem;
    fill: #00cc44;
    vertical-align: middle;
}

.feedbackGood {
    height: 3rem;
    fill: #77dd44;
    vertical-align: middle;
}

.feedbackEnough {
    height: 3rem;
    fill: #eecc00;
    vertical-align: middle;
}

.feedbackPoorly {
    height: 3rem;
    fill: #ee2211;
    vertical-align: middle;
}

.feedbackOutOfPool {
    height: 3rem;
    fill: #6A7177;
    vertical-align: middle;
}

.freelancerFeedbackVeryGood {
    height: 3rem;
    fill: #8ed973;
    vertical-align: middle;
}

.freelancerFeedbackGood {
    height: 3rem;
    fill: #daf2d0;
    vertical-align: middle;
}

.freelancerFeedbackEnough {
    height: 3rem;
    fill: #ffff00;
    vertical-align: middle;
}

.freelancerFeedbackPoorly {
    height: 3rem;
    fill: #ff0000;
    vertical-align: middle;
}

.freelancerFeedbackOutOfPool {
    height: 3rem;
    fill: #6A7177;
    vertical-align: middle;
}

input[type="radio"].feedbackSVGVeryGood:hover + svg,
input[type="radio"].feedbackSVGVeryGood:checked + svg {
    fill: #00cc44;
    opacity: 1;
}

input[type="radio"].feedbackSVGGood:hover + svg,
input[type="radio"].feedbackSVGGood:checked + svg {
    fill: #77dd44;
    opacity: 1;
}

input[type="radio"].feedbackSVGEnough:hover + svg,
input[type="radio"].feedbackSVGEnough:checked + svg {
    fill: #eecc00;
    opacity: 1;
}

input[type="radio"].feedbackSVGPoorly:hover + svg,
input[type="radio"].feedbackSVGPoorly:checked + svg {
    fill: #ee2211;
    opacity: 1;
}

input[type="radio"].freelancerFeedbackSVGVeryGood:hover + svg,
input[type="radio"].freelancerFeedbackSVGVeryGood:checked + svg {
    fill: #8ed973;
    opacity: 1;
}

input[type="radio"].freelancerFeedbackSVGGood:hover + svg,
input[type="radio"].freelancerFeedbackSVGGood:checked + svg {
    fill: #daf2d0;
    opacity: 1;
}

input[type="radio"].freelancerFeedbackSVGEnough:hover + svg,
input[type="radio"].freelancerFeedbackSVGEnough:checked + svg {
    fill: #ffff00;
    opacity: 1;
}

input[type="radio"].freelancerFeedbackSVGPoorly:hover + svg,
input[type="radio"].freelancerFeedbackSVGPoorly:checked + svg {
    fill: #ff0000;
    opacity: 1;
}

input[type="radio"].freelancerFeedbackSVGOutOfThePool:hover + svg,
input[type="radio"].freelancerFeedbackSVGOutOfThePool:checked + svg {
    fill: #6d6e6d;
    opacity: 1;
}

.feedbackRadioDelete:hover {
    fill: #CC0000;
}

.feedbackTable {
    text-align: center;
}

.feedbackTable.feedbackTable tr td {
    padding: 0;
    vertical-align: middle;
}

.feedbackTable.feedbackTable input[type="text"] {
    width: 100%;
    border: 0;
}

.feedbackTdLabel {
    width: 250px;
    text-align: left;
}

.feedbackTdLabel label {
    margin-left: 5px;
}

.feedbackHeadValues {
    text-align: center;
}

.feedbackPoseCountValue {
    display: block;
}

.feedbackDescriptions {
    margin-top: 15px;
    text-align: left;
}

button .feedbackClose {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.feedbackClose {
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.feedbackTdClose {
    width: 30px;
}

.feedbackTdClose .btn:hover,
.feedbackTdClose.feedbackTdClose.feedbackTdClose .btn.btn:focus {
    background-color: white; !important;
}

.feedbackTdCloseX {
    color: #ee2211;
    opacity: 0.5;
    padding: 5px 11px;
}

.feedbackTdClose label:hover .feedbackTdCloseX,
.feedbackTdClose label:focus .feedbackTdCloseX,
.feedbackTdClose label:checked .feedbackTdCloseX {
    opacity: 1;
    cursor: pointer;
}

.feedbackClients {
    text-align: center;
}

.freelancerFeedbackSelectTd {
    position: relative;
}

.freelancerFeedbackSelectTd select {
    display: none;
}

.freelancerFeedbackEmojiSelectDiv {
    position: absolute;
    width: inherit;
    top: 0;
    left: 0;
    border: solid #000000 1px;
    background: #ffffff;
    z-index: 1;
}

.freelancerFeedbackEmojiSelectDivHidden {
    display: none;
}

.freelancerFeedbackEmojiSelectDivFlex {
    display: flex;
    flex-direction: column;
}

.freelancerFeedbackEmojiSelectDiv .feedbackNone:hover,
.freelancerFeedbackEmojiSelectDiv .feedbackVeryGood:hover,
.freelancerFeedbackEmojiSelectDiv .feedbackGood:hover,
.freelancerFeedbackEmojiSelectDiv .feedbackEnough:hover,
.freelancerFeedbackEmojiSelectDiv .feedbackPoorly:hover {
    border: solid #000000 1px;
}

    /* ---- model/bookings.phtml ---- */

.bookingOutOfDate.bookingOutOfDate {
    color: #a9a9a9;
}

.bookingInfo {
    margin-top: 15px;
}

/* ---- model/index.phtml ---- */

.bookingRequestButton {
    padding: 6px 0;
}

#bookingDateForm input,
#bookingDateForm select,
#bookingDateForm table {
    width: 100%;
}

/* ---- model/index-list.phtml ---- */

.model-index-list,
.model-index-list th,
.model-index-list td {
    border-style: solid;
    border-width: 1px;
    border-color: grey;
    padding: 2px;
}

.index-export-picture {
    height: 100px;
}

/* ---- news ---- */

.newsGroupItem {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background-color: #ffffff;
    border: 2px solid #d0d0d0;
    margin: 5px;
    border-radius: 10px;
    padding: 10px 15px;
}

.newsGroupItemNew {
    border-color: #478fca;
}

.newsGroupItem div {
    margin: 0 10px;
}

.newsGroupItem .btn {
    border: 0;
}

.lastNewsGroupItem {
    justify-self: flex-end;
}

@media only screen and (max-width: 992px) {
    .newsGroupItem {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media only screen and (min-width: 993px) {
    .newsGroupItemComment {
        width: 30%;
        margin-left: auto;
    }

    .newsGroupItemSmall {
        width: 8%;
    }

    .newsGroupItemMedium {
        width: 10%;
    }

    .newsGroupItemBig {
        width: 15%;
    }
}

.castingFactSheetHeader {
    display: inline-block;
    padding: 0;
    margin: 1% 1% 1% 10px;
    font-size: 24px;
    font-weight: lighter;
    color: #555555;
}

.castingFactSheetFileContainer {
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
    margin-right: 10px;
    border: 2px solid lightgray;
    display: inline-block;
    position: relative;
}

.castingFactSheetFileLabel {
    cursor: pointer;
    width: 100%;
    height: 100%;
    text-align: center;
}

.castingFactSheetFileContainer input[type="file"] {
    display: none;
}

.castingFactSheetFile {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.overlayCastingPicture {
    cursor: pointer;
    right: 0;
    z-index: 100;
    position: absolute;
    padding: 0 5px;
    font-size: 13px;
    text-decoration: none;
    top: 0;
}

.videoAltAttribute {
    float: left;
    width: 100%;
}

.castingFactSheetFileRow {
    display: flex;
    flex-wrap: wrap;
}

.castingFactSheetFileField {
    background-color: white;
    display: inline-block;
}

.requiredCastingPicture {
    color: #ff0000;
    position: absolute;
    right: 5px;
    top: 3px;
}

/* -- System Info -- */

.systemInfoHeading{
    margin: 20px 2% 0 2%;
    color: #2b7dbc;
    font-size: 22px;
    font-weight: lighter;
}

.systemInfoSection {
    border: 1px #2b7dbc double;
    border-radius: 5px;
    margin: 5px 2% 0 2%;
    background-color: #f0f0f0;
}

.systemInfoTable {
    margin-bottom: 0;
}

.storagePercentageDiv {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 35px;
    background-color: greenyellow;
}

.storagePercentageContainer {
    height: max-content;
    border: 1px #2b7dbc;
    border-style: solid none none none;
}

.bottomBlueBorder {
    border-bottom: 1px solid #2b7dbc;
}

.minorUpdate {
    background-color: #ffd573;
}

.majorUpdate {
    background-color: #8aa5ff;
}

/* -- Change Log -- */
.changeLogSection table,
.tableSection table {
    border: 1px double #2b7dbc;
    border-radius: 5px;
}

.changeLogSection tr td,
.tableSection tr td,
.changeLogSection tr,
.tableSection tr {
    border-style: none solid solid none;
    border-width: 1px;
    border-color: #dddddd;
    border-collapse: initial;
    background-color: #ffffff;
}

/* -- Privacy Info -- */
.info-page {
    margin: 40px;
    padding: 40px;
    background-color: #ffffff;
}

.info-page.fullpage {
    max-width: 60em;
    margin-left: auto;
    margin-right: auto;
}

.info-page.embedded {
    margin-top: 0;
    padding-top: 10px;
}

.info-text {
    background-color: #ffffff;
}

.backlink {
    font-size: 1.3em;
    margin-bottom: 20px;
}

.info-page h1 {
    color: #000000;
    font-weight: bolder;
    font-size: 2em;
}

.page-header.info-page {
    margin: 40px 0 0 0;
    padding: 0;
}

.page-header.info-page.embedded {
    margin: 40px 40px 0 40px;
    padding: 20px 0 0 20px;
}

.info-page h2,
.info-page h3 {
    color: #000000;
    font-weight: bolder;
}

.info-page h2 {
    font-size: 1.4em;
    margin-bottom: 20px;
}

.info-page h3 {
    font-size: 1.1em;
}

.info-page .btn-group {
    margin-top: 20px;
}

.info-page-divider {
    border: 1px solid #428bca; /* "MDB-blue" */
}

.tableSection tr,
.changeLogSection tr {
    border-left: 1px solid #dddddd;
}

.subTable.subTable td,
.subTable.subTable th {
    background-color: #f9f9f9;
}

.subTable {
    display: none;
}

.changeLogSearch,
.tableSearch {
    float: left;
    margin-right: 30px;
    margin-bottom: 15px;
}

.changeLogSearch label,
.tableSearch label {
    margin-top: 7px;
}

.changeLogFormLabel {
    float: left;
    margin-right: 15px;
    width: 25px;
    text-align: right;
}

/* -- Planning Module -- */

#clientModal .row,
#shootingModal .row,
#bookingModal .row,
#bookingPdfModal .row,
#bookingRequestModal .row,
#sendBookingRequestModal .row,
#cancellationModal .row,
#complainModal .row,
#sendComplainModal .row,
#sendCancellationModal .row,
#billingModal .row,
#directBookingModal .row {
    margin-right: 0;
    margin-left: 0;
}

#sendBookingRequestModal .modal-dialog {
    width: 700px;
}

#bookingConfirmationForm .chosen-container,
#bookingConfirmationForm .chosen-container .search-field,
#bookingConfirmationForm .chosen-container .search-field .default,
#bookingRequestForm .chosen-container,
#bookingRequestForm .chosen-container .search-field,
#bookingRequestForm .chosen-container .search-field .default,
#bookingOptionForm .chosen-container,
#bookingOptionForm .chosen-container .search-field,
#bookingOptionForm .chosen-container .search-field .default,
#freelancerRequestTchiboForm .chosen-container,
#freelancerRequestTchiboForm .chosen-container .search-field,
#freelancerRequestTchiboForm .chosen-container .search-field .default,
#freelancerRequestForm .chosen-container,
#freelancerRequestForm .chosen-container .search-field,
#freelancerRequestForm .chosen-container .search-field .default {
    width: 100% !important;
}

.optionBookButton {
    margin: 15px 0;
    float: right;
}

.optionCancelButton {
    margin: 15px 5px;
    float: right;
}

.optionPrice {
    text-align: right;
}

.fc-event.fc-event {
    font-size: 1.0em;
    color: #000000;
    background-color: #FFFFFF;
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: #000000 solid 1px;
}

.fc-day:not(:last-child) {
    border-right: #000000 solid 1px;
}

.notResizable {
    resize: none;
}

.calendarEvent {
    border-bottom: #000000 solid 1px !important;
    background-color: #f3f3f3;
}

/* Chrome, Safari, Edge, Opera */
#optionForm input::-webkit-outer-spin-button,
#optionForm input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
#optionForm input[type=number],
#bookingOptionForm input[type=number] {
    -moz-appearance: textfield;
}

.requestTitle {
    text-align: center;
}

.requestTable td {
    width: 12%;
}

.requestInput.requestInput {
    width: 100%;
}

.fc-event-title {
    color: #000000;
}

.fc-day.fc-day td {
    padding: 5px 0;
}

html.modal-open {
    /* All of this stops the page from scrolling in the background, especially important on mobile devices. */
    -ms-overflow-style: scrollbar;
    overflow: hidden;
    height: 100%;
}

body.modal-open {
    /* This is the crucial rule to get rid of the page shift when opening a modal */
    overflow: auto !important;

    /* You may want to explore toggling this, depending on your circumstances (page length and/or presence of page scroll bars) */
    height: 100%;

    padding-right: 0 !important;
}

.modal.in {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.calendarColumnHeader {
    text-align: center;
    font-weight: 700;
    border-bottom: 1px solid #000000;
}

.tableSection th .btn:not(.btn-primary) {
    background-color: unset !important;
    border-color: unset !important;
    color: unset !important;
    text-shadow: unset;
    background-image: unset;
    border: unset;
    border-radius: inherit;
}

.tableSection.tableSection th {
    vertical-align: middle;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: unset;
}

.calendarEvent.calendarEvent.calendarEvent {
    table-layout: auto;
}

.overviewClient {
    width: 70px;
    text-align: center;
}

.overviewType {
    min-width: 100px;
    text-align: center;
}

.overviewGender {
    width: 60px;
    text-align: center;
}

.overviewStatus {
    width: 30px;
    text-align: center;
}

.shootingCommentary {
    display: block;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shootingCommentary:hover {
    overflow: visible;
    white-space: normal;
    hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
}

.bookedShooting.bookedShooting td {
    background-color: gainsboro;
}

.menuAdministrative.menuAdministrative {
    display: none;
    padding-left: 10px;
}

.bookerName {
    margin: auto auto 20px auto;
    text-align: center;
    width: 50%;
}

.statusCanceled.statusCanceled {
    /* Theme-color red */
    background-color: #d15b47;
    color: #ffffff;
}

.statusComplained.statusComplained {
    /* Theme-color orange */
    background-color: #ffb752;
}

mark {
    background-color: unset;
    color: #000000;
    padding: 3px 5px;
    border-radius: 2px;
}

.overTime {
    text-align: left;
}

.backgroundHalfDayPM {
    background-color: #ffffff;
    background-image: -webkit-linear-gradient(left bottom, #dbdbdb 50%, #ffffff 50%);
    background-image:    -moz-linear-gradient(left bottom, #dbdbdb 50%, #ffffff 50%);
    background-image:      -o-linear-gradient(left bottom, #dbdbdb 50%, #ffffff 50%);
    background-image:         linear-gradient(45deg, #dbdbdb 50%, #ffffff 50%);
}

.backgroundHalfDayAM {
    background-color: #ffffff;
    background-image: -webkit-linear-gradient(left bottom, #ffffff 50%, #dbdbdb 50%);
    background-image:    -moz-linear-gradient(left bottom, #ffffff 50%, #dbdbdb 50%);
    background-image:      -o-linear-gradient(left bottom, #ffffff 50%, #dbdbdb 50%);
    background-image:         linear-gradient(45deg, #ffffff 50%, #dbdbdb 50%);
}

.backgroundFullDayRed {
    background-color: #ff8080;
}

.backgroundHalfDayPMRed {
    background-color: #ffffff;
    background-image: -webkit-linear-gradient(left bottom, #dbdbdb 50%, #ff8080 50%);
    background-image:    -moz-linear-gradient(left bottom, #dbdbdb 50%, #ff8080 50%);
    background-image:      -o-linear-gradient(left bottom, #dbdbdb 50%, #ff8080 50%);
    background-image:         linear-gradient(45deg, #dbdbdb 50%, #ff8080 50%);
}

.backgroundHalfDayAMRed {
    background-color: #ffffff;
    background-image: -webkit-linear-gradient(left bottom, #ff8080 50%, #dbdbdb 50%);
    background-image:    -moz-linear-gradient(left bottom, #ff8080 50%, #dbdbdb 50%);
    background-image:      -o-linear-gradient(left bottom, #ff8080 50%, #dbdbdb 50%);
    background-image:         linear-gradient(45deg, #ff8080 50%, #dbdbdb 50%);
}

.backgroundFullDayGreen {
    background-color: #99ff99;
}

.backgroundHalfDayPMGreen {
    background-color: #ffffff;
    background-image: -webkit-linear-gradient(left bottom, #dbdbdb 50%, #99ff99 50%);
    background-image:    -moz-linear-gradient(left bottom, #dbdbdb 50%, #99ff99 50%);
    background-image:      -o-linear-gradient(left bottom, #dbdbdb 50%, #99ff99 50%);
    background-image:         linear-gradient(45deg, #dbdbdb 50%, #99ff99 50%);
}

.backgroundHalfDayAMGreen {
    background-color: #ffffff;
    background-image: -webkit-linear-gradient(left bottom, #99ff99 50%, #dbdbdb 50%);
    background-image:    -moz-linear-gradient(left bottom, #99ff99 50%, #dbdbdb 50%);
    background-image:      -o-linear-gradient(left bottom, #99ff99 50%, #dbdbdb 50%);
    background-image:         linear-gradient(45deg, #99ff99 50%, #dbdbdb 50%);
}

.backgroundFullDayYellow {
    background-color: #ffff80;
}

.backgroundHalfDayPMYellow {
    background-color: #ffffff;
    background-image: -webkit-linear-gradient(left bottom, #dbdbdb 50%, #ffff80 50%);
    background-image:    -moz-linear-gradient(left bottom, #dbdbdb 50%, #ffff80 50%);
    background-image:      -o-linear-gradient(left bottom, #dbdbdb 50%, #ffff80 50%);
    background-image:         linear-gradient(45deg, #dbdbdb 50%, #ffff80 50%);
}

.backgroundHalfDayAMYellow {
    background-color: #ffffff;
    background-image: -webkit-linear-gradient(left bottom, #ffff80 50%, #dbdbdb 50%);
    background-image:    -moz-linear-gradient(left bottom, #ffff80 50%, #dbdbdb 50%);
    background-image:      -o-linear-gradient(left bottom, #ffff80 50%, #dbdbdb 50%);
    background-image:         linear-gradient(45deg, #ffff80 50%, #dbdbdb 50%);
}

.requestNotes {
    position: relative;
    display: inline-block;
}

.requestNotes .requestNotesTooltip {
    top: -5px;
    right: 105%;
    width: 120px;
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    visibility: hidden;
    position: absolute;
    padding: 5px 0;
    z-index: 1;
}

.requestNotes:hover .requestNotesTooltip {
    visibility: visible;
}

.optionError {
    color: #ff0000;
}

/** Billing Tab **/

.btn-billing {
    padding: 5px 20px;
    float: left;
    margin-left: 5px;
    margin-bottom: 15px;
}

.billingSearch {
    float: left;
}

.billingSearchParam {
    margin-left: 5px;
}

.billingExport {
    float: right;
    text-align: right;
    margin-bottom: 10px;
}

tr.strikethrough td:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    border-bottom: 1px solid #111;
    width: 100%;
}

/** Freelancer Module **/
#confirmationInfoModal .row,
#freelancerRequestModal .row,
#freelancerRequestTchiboModal .row,
#optionSelectModal .row,
#sendOptionSelectModal .row,
#sendFreelancerRequestModal .row,
#sendFreelancerRequestTchiboModal .row,
#hmPlanModal .row,
#sedcardExportModal .row{
    margin-right: 0;
    margin-left: 0;
}

#optionSelectForm .chosen-container,
#optionSelectForm .chosen-container .search-field,
#optionSelectForm .chosen-container .search-field .default {
    width: 100% !important;
}

#freelancerSearchForm .dropdown,
#campaignSearchForm .dropdown {
    margin-right: 10px;
    width: 100%;
}

#freelancerSearchForm label,
#campaignSearchForm label {
    float: left;
}

#freelancerSearchForm .col-md-2:first-child,
#campaignSearchForm .col-md-2:first-child {
    padding-left: unset;
}

#freelancerSearchForm .col-md-2:not(:first-child),
#campaignSearchForm .col-md-2:not(:first-child) {
    padding-left: 5px;
}

#freelancerSearchForm .col-md-2:last-child,
#campaignSearchForm .col-md-2:last-child {
    padding-right: 5px;
}

#freelancerSearchForm .row,
#campaignSearchForm .row {
    margin-bottom: 5px;
}

.FOSMultiSelect.FOSMultiSelect.FOSMultiSelect {
    width: 200px;
    margin-left: 5px;
}

.FOSMultiSelect button{
    padding: 3px 12px;
}

#freelancerSearchForm .col-md-2:not(:last-child),
#campaignSearchForm .col-md-2:not(:last-child) {
    padding-right: 5px;
}

#freelancerSearch .col-md-2 input,
#freelancerSearch .col-md-2 input:not([type='checkbox']),
#freelancerSearch .col-md-2 .dropdown {
    width: 100%;
}

#freelancerSearch .btn-billing {
    padding-top: 0;
    padding-bottom: 0;
}

.profile-user-info.profile-user-info.profile-user-info {
    margin: 0;
    width: 100%;
}

.freelancerRequestedViolet {
    background-color: #b804ff;
}

.freelancerOptionedBlue {
    background-color: #00b3ee;
}

.freelancerOptionedOrange {
    background-color: #ffd408;
}

.freelancerOptionedDarkOrange {
    background-color: #ffa309;
}

.freelancerOptionedDarkGray {
    background-color: #6d6e6d;
}

.freelancerBookingSendGreen {
    background-color: #99ff88;
}

.freelancerPreBookedGreen {
    background-color: #2ca02c;
}

.freelancerBookedGreen {
    background-color: #fa3cb7;
}

.freelancerOtherJobTurquoise {
    background-color: #84e0d6;
}

.freelancerCanceledRed {
    background-color: #ff0600;
}

.freelancerIllSalmon {
    background-color: #ffaa99;
}

.freelancerOptionsWeekendDarkBlue {
    background-color: #4c718a;
}

.freelancerOnHold {
    background-color: #ff0600;
}

.freelancerOptionsName.freelancerOptionsName.freelancerOptionsName.freelancerOptionsName {
    width: 10%;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
}

.freelancerOptionsTHead.freelancerOptionsTHead.freelancerOptionsTHead.freelancerOptionsTHead th {
    border-top: 1px solid #000000;
}

.freelancerOptionsBorder.freelancerOptionsBorder.freelancerOptionsBorder.freelancerOptionsBorder {
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    border-top: unset;
    width: auto;
    max-width: 25px;
}

th.freelancerOptionsBorder {
    writing-mode: vertical-lr;
}

.freelancerOptionsTable.freelancerOptionsTable.freelancerOptionsTable.freelancerOptionsTable {
    border-collapse: separate;
}

.freelancerOptionsTHead.freelancerOptionsTHead th {
    border-bottom: 1px solid #000000;
}

.freelancerOptionsAgenda {
    margin-top: 15px;
}

.createConfirmationButton {
    margin: 15px 0;
    float: right;
}

.activeDayFreelancerOptions {
    background-color: #abbac3;
    color: #ffffff;
}

.datepicker-days tr:hover {
    background-color: #808080;
}

.freelancerOptionsButtonsRight {
    float: right;
}

.freelancerOptionsDropdown {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
}

.freelancerOptionsDropdown:hover {
    cursor: pointer;
}

.freelancerOptionsDropdown li {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.freelancerOptionsDropdown li:hover {
    background-color: #dddddd
}

.exportButtonFreelancerSedcard {
    text-align: right;
}

.show {
    display: block;
}

.freelancerOptionsTHead {
    position: sticky;
    top: 0;
}

.optionsHoliday {
    color: #AF242B;
}

.freelancerBookingSendGreen:hover .freelancerOptionsBookingBrandNameHover,
.freelancerPreBookedGreen:hover .freelancerOptionsBookingBrandNameHover,
.freelancerBookedGreen:hover .freelancerOptionsBookingBrandNameHover{
    visibility: visible;
}

.freelancerOptionsBookingBrandNameHover {
    visibility: hidden;
    position: absolute;
    width: auto;
    text-align: center;
    padding: 3px;
    background-color: #ffffff;
    margin-left: -8px;
    margin-top: -97px;
}

.freelancerOptionShootingBrand {
    background-color: #ffffff;
    display: table-cell;
    padding: 6px 4px 6px 6px;
}

/** Freelancer Feedback **/
.freelancerFeedbackSelect {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    text-align: center;
}

.freelancerFeedbackSelectTd,
.freelancerFeedbackSelectTd option {
    width: 100px;
    text-align: center;
}

.freelancerFeedbackSelect.freelancerFeedbackSelect.freelancerFeedbackSelect {
    font-family: FontAwesome, GT-Walsheim-Pro, "Open Sans", sans-serif !important;
}

.freelancerFeedbackLabelTd.freelancerFeedbackLabelTd.freelancerFeedbackLabelTd.freelancerFeedbackLabelTd {
    width: 250px;
    padding-left: 5px;
    font-weight: normal;
    font-size: 14px;
    height: 30px;
}

.freelancerFeedbackSelect:hover,
.freelancerFeedbackSelectTd option:hover {
    cursor: pointer;
}

.freelancerFeedbackTable.freelancerFeedbackTable.freelancerFeedbackTable td {
    padding: 0;
    vertical-align: middle;
}

.freelancerFeedbackTable select {
    border: 0;
}

.freelancerFeedbackNotesField.freelancerFeedbackNotesField {
    width: 100%;
    border: unset;
}

.feedbackFreelancerInfo {
    flex: 1;
    display: flex;
}

.feedbackFreelancerInfo table {
    width: 100%;
}

.feedbackFreelancerLastUpdate {
    flex: 1;
}

.feedbackFreelancerInfoName {
    width: 10%;
    min-width: 75px;
    height: 25px;
}

.feedbackFreelancerInfoValue {
    width: 70%;
    line-height: 3.0;
}

.feedbackFreelancerInfoValue select {
    width: 50%;
    min-width: 300px;
}

.freelancerFeedbackButtons {
    align-self: end;
}

.freelancerFeedbackDateTd {
    text-align: center;
}

.freelancerFeedbackScale {
    margin: 20px 0 10px 0;
}

.freelancerFeedbackStoredSheetsHeader {
    margin-bottom: 20px;
    margin-top: 40px;
}

.motivesTable {
    width: 100%;
}

.motivesTable .chosen-container {
    width: 100%;
}

.motivesTable td:not(.buttonContainer):not(.campaignButtonContainer) {
    padding: 10px 10px 10px 0;
}

.deleteMotive {
    width: 100%;
    display: block;
    height: 100%;
    color: #FFFFFF;
    border: none;
    text-decoration: none;
}

.motiveSelect {
    width: 40%;
}

.campaignText {
    width: 45%;
}

.campaignWeek {
    width: 5%;
}

.campaignSecond {
    margin: 0 !important;
    height: 20px;
}

.campaignSecondTD {
    text-align: center;
    padding-right: 10px;
}

.campaignBrand {
    width: 30%;
}

.campaignElement {
    width: 100%;
}

.campaignButtonContainer {
    display: block;
    height: 33.6px;
    text-align: center;
    margin: 10px 10px 10px 0;
}

.campaignDelete {
    align-content: center;
    text-decoration: none;
}

.motivesButtons {
    width: 80%;
}

.motivesButtons tr:first-of-type td {
    margin-top: 0;
}

.motivesButtons a,
.motivesButtons input {
    width: 100%;
    display: block;
    height: 100%;
    color: #FFFFFF;
    border: none;
}

.motivesButtons a {
    text-decoration: none;
}

.motivesButtons td {
    height: 100%;
    padding: 5px;
}

.motivesTable .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.motiveDeleteContainer {
    padding: 5px;
}

.freelancerOptionsMotives {
    position: relative;
    display: inline-block;
}

.freelancerOptionsMotives .freelancerOptionsMotivesTooltip {
    top: -5px;
    left: 20px;
    width: 300px;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    visibility: hidden;
    position: absolute;
    padding: 5px 0;
    z-index: 1;
}

.freelancerOptionsMotives:hover .freelancerOptionsMotivesTooltip {
    visibility: visible;
}

.dateShootingOptionSelect {
    width: 50%;
    padding-top: 10px;
}

.dateShootingOptionSelect:first-of-type {
    padding-right: 5px;
}

.dateShootingOptionSelect:last-of-type {
    padding-left: 5px;
}

.dateShootingOptionSelect input {
    width: 100%;
}

.shootingDateTable {
    width: 100%;
}

.shootingDateTable.shootingDateTable .bootstrap-select.bootstrap-select {
    width: 100%;
}

.selfieUpload {
    text-align: center;
}

.pictureUploadFileRow {
    display: flex;
    flex-wrap: wrap;
}

.selfieUploadFileRow {
    justify-content: center;
}

.pictureUploadFileField {
    background-color: white;
    display: inline-block;
}

.pictureUploadFileContainer {
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
    margin-right: 10px;
    border: 2px solid lightgray;
    display: inline-block;
    position: relative;
}

.pictureUploadFileLabel {
    cursor: pointer;
    width: 100%;
    height: 100%;
    text-align: center;
}

.pictureUploadFileContainer input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
}

.pictureUploadFile {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.requiredPicture {
    color: #ff0000;
    position: absolute;
    right: 5px;
    top: 3px;
}

.pictureUploadOverlay {
    cursor: pointer;
    right: 0;
    z-index: 100;
    position: absolute;
    padding: 0 5px;
    font-size: 13px;
    text-decoration: none;
    top: 0;
}

#hmPlanModal div {
    overflow: hidden;
}

.showSelfies .thumbnail {
    border: none;
}

.additionalInfoSelfieUpload {
    text-align: center;
    margin-bottom: 5px;
}

.btn-ac {
    padding: 5px 20px;
    float: right;
    margin-left: 5px;
    margin-bottom: 15px;
}

.attendanceConfirmationModal {
    text-align: center;
}

.modelLabel {
    padding: 2px 0;
    text-align: center;
    font-size: 1.1em;
    background-color: #3a87ad;
    color: #ffffff;
}

.modelOverview a {
    text-decoration: none;
}

.modelOverview .thumbnail {
    margin-bottom: 0;
}

.wiethe-red {
    color: #AF242B;
}

.modelOverview .bookingRequestButton {
    padding-left: 2rem;
    flex: 1;
    text-align: left;
    cursor: pointer;
    font-size: 1.1em;
}

.modelOverview .deleteButton,
.modelOverview .likeModelButton,
.modelOverview .editModelButton {
    flex: 1;
}

.modelOverview .deleteButton:hover,
.modelOverview .likeModelButton:hover,
.modelOverview .editModelButton:hover,
.modelOverview .bookingRequestButton:hover {
    color: #AF242B;
    cursor: pointer;
}

.freelancerIsLiked {
    color: #AF242B;
}

.bookingRequestContainer,
.modelOverviewButtonContainer {
    width: 50%;
    flex: 1;
    align-items: center;
    display: flex;
}

.modelOverviewButtonContainer {
    align-content: center;
    text-align: center;
}

.modelButtonFlexContainer {
    display: flex;
}

.lastEdited {
    color: #bbbbbb;
    float: right;
    margin-right: 10%;
}

.freelancerFeedbackOpen {
    background-color: #ffffff;
}

.deleteRatingButton {
    float: right;
}

.tchiboCalendar .fc-daygrid-day {
    width: 500px;
}

.tchiboCalendar .fc-daygrid-body {
    overflow: auto;
}

.tchiboRequestedViolet {
    background-color: #6C5FA5;
}

.tchiboOptionedBlue {
    background-color: #00b3ee;
}

.tchiboOptionedOrange {
    background-color: #FDDA23;
}

.tchiboOptionedDarkOrange {
    background-color: #EF8403;
}

.tchiboOptionedDarkGray {
    background-color: #6d6e6d;
}

.tchiboBookingSendGreen {
    background-color: #99ff88;
}

.tchiboPreBookedGreen {
    background-color: #2ca02c;
}

.tchiboBookedGreen {
    background-color: #F370C5;
}

.tchiboCanceledRed {
    background-color: #DB013F;
}

.tchiboOverviewClient {
    width: 40%;
    text-align: center;
    overflow: hidden;
    padding-left: 2px;
    padding-right: 2px;
}

.tchiboOverviewType {
    width: 35%;
    text-align: center;
    overflow: hidden;
    padding-left: 2px;
    padding-right: 2px;
}

.tchiboOverviewGender {
    width: 10%;
    text-align: center;
}

.tchiboOverviewStatus {
    width: 5%;
    text-align: center;
}

.tchiboCalendar .tchiboOverviewType a {
    color: #000000;
}

.tchiboCalendar .fc-daygrid-body {
    overflow: scroll hidden;
    height: 100%;
    width: 100%;
}

.tchiboCalendar .fc-scroller.fc-scroller.fc-scroller {
    overflow: hidden;
}

.tchiboNewFaceGreen {
    background-color: #00cc44;
}

.teamMemberWhoLiked {
    border: solid #dddddd 1px;
    text-align: center;
    width: 100%;
    background-color: #ffffff;
}

.tchiboNewFaceBanner {
    background-color: #00cc44;
    border-radius: 10px;
    padding: 0 16px;
}

.planningTchiboPicturePreview {
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    height: 250px;
    width: auto;
    z-index: 5;
}

.planningTchiboPicturePreview img {
    height: inherit;
    width: inherit;
}

.planningTchiboEventTable:hover .planningTchiboPicturePreview {
    display: block;
    z-index: 9999 !important;
}

.fc .fc-daygrid-event {
    z-index: auto !important;
}

.planningVABContainer {
    font-size: 16px;
    overflow: scroll;
    width: 100%;
}

.planningVABBody {
    display: grid;
    width: 100%;
    grid-template-columns: auto auto auto auto auto auto auto auto;
}

.planningVABBodyNoModels {
    display: grid;
    width: 100%;
    grid-template-columns: auto auto auto auto auto auto;
}

.campaignModal {
    margin: 10px;
}

.planningVABFirstSecond {
    display: flex;
}

.planningVABFirst, .planningVABSecond, .planningVABSuggestion {
    width: 100%;
    display: flex;
}

.planningVABModel {
    display: flex;
}

.planningVABModelName {
    width: 100px;
}

.planningVABModelImage {
    width: 100px;
    overflow: hidden;
}

.planningVABImage {
    max-height: 100px;
    width: 100px;
    min-height: 100px;
    object-fit: cover;
}

.planningVABTimeYear {
    border-left: 1px solid #000000;
}

.planningVABHead {
    border-top: 1px solid #000000;
    font-weight: bold;
}

.planningVABDiv {
    padding: 5px;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
}

.planningVABTimeDiv {
    text-align: center;
    min-width: 60px;
}

.planningVABCategory {
    min-width: 300px;
}

.planningVABMotto {
    min-width: 500px;
}

.create-btn {
    margin-left: 5px;
}

.create-btn .btn {
    height: 36px;
}

select option[disabled="disabled"] {
    display: none;
}

.signature-pad {
    border: 1px solid #000000;
}