.project-input {
    height: 30px;
}

.project-schedule-container {
    padding: 20px;
    border-bottom: solid 1px #999;
}

.project-schedule-title {
    color: #000;
    font-size: 24px;
    display: flex;
    align-items: center;
}

.project-schedule {
    position: relative;
    top: -10px;
    margin-top: 35px;
    margin-left: 20px;
}

.project-schedule-buttons {
    text-align: center;
    clear: both;
}

.project-website-edit-container {
    background-color: #337ab7;
    border-radius: 0 6px 6px 0;
    height: 30px;
}

.project-website-edit {
    font-size: 16px;
    color: #fff;
    padding: 5px 10px 5px 10px;
    border-radius: 3px;
}

.project-schedule-edit {
    font-size: 16px;
    color: #337ab7;
    padding: 5px 10px 5px 10px;
    border-radius: 3px;
}

.project-schedule-edit-label {
    font-size: 15px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.project-schedule-copy-container {
    background-color: #e38d13;
    border-radius: 0 6px 6px 0;
    height: 30px;
}

.project-schedule-copy {
    font-size: 16px;
    color: #ffffff;
    padding: 5px 10px 5px 10px;
}

.project-schedule-copy-success {
    font-size: 16px;
    color: #fff;
    padding: 5px 10px 5px 10px;
    border-radius: 3px;
}

.project-schedule-copy-success-label {
    font-size: 16px;
    color: #fff;
    padding: 5px 10px 5px 10px;
    margin-left: -13px;
}

.project-important-date {
    font-weight: bold;
    color: #000;
    background: #ffaf19;
    display: inline;
    padding: 2px 4px;
}

.project-date-dot {
    position: absolute;
    top: -4px;
    left: 51%;
    background: #777;
    width: 6px;
    height: 6px;
    border-radius: 2px;
}

.project-schedule-formarea {
    margin: 30px 0px 10px 60px;
}

.project-schedule-items {
    font-size: 0;
}

.project-schedule-warning {
    color: #900;
    font-size: 12px;
    margin-top: 10px;
}

.project-schedule-warning--panel {
    color: white;
    background: red;
    width: 400px;
    height: 40px;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    margin: 0px auto;
}

.project-schedule-item {
    font-size: 15px;
    width: 15%;
    display: inline-block;
    outline: solid 3px #999999;
    background-color: #999999;
    border-radius: 5px;
    color: white;
    height: 58px;
    line-height: 20px;
    text-align: center;
    position: relative;
    margin: 5px;
}

.project-schedule-item-internal {
    font-size: 14px;
    display: inline-block;
    background-color: #FFF;
    border-radius: 5px;
    color: #999999;
    height: 58px;
    line-height: 100px;
    text-align: center;
    position: relative;
    margin: 5px;
}

.project-schedule-item-launch {
    font-size: 15px;
    width: 16%;
    display: inline-block;
    outline: solid 3px #999999;
    background-color: #999999;
    border-radius: 5px;
    color: white;
    height: 58px;
    line-height: 20px;
    text-align: center;
    position: relative;
    margin: 5px;
}

.project-schedule-item[stage_current='true'] {
    background: #337AB7;
    outline: solid 3px #337AB7;
}
.project-schedule-item-launch[stage_current='true'] {
    background: #337AB7;
    outline: solid 3px #337AB7;
}

.project-schedule-item[stage_complete='true'] {
    background: #4CB182;
    outline: solid 3px #4CB182;
}
.project-schedule-item-launch[stage_complete='true'] {
    background: #4CB182;
    outline: solid 3px #4CB182;
}

.project-schedule-icon {
    top: -22px;
    height: 20px;
    border-radius: 10px;
    line-height: 18px;
}

.project-schedule-icon-bubble-completed {
    border-radius: 60px;
    box-shadow: 0 0 2px #888;
    padding: 0.4em 0.4em;
    border: solid 3px #4CB182;
    color: #4CB182;
    background-color: white;
    font-size: 18px;
}

.project-schedule-icon-bubble-ongoing {
    border-radius: 60px;
    box-shadow: 0 0 2px #888;
    padding: 0.4em 0.4em;
    border: solid 3px #337AB7;
    color: #337AB7;
    background-color: white;
    font-size: 18px;
}

.project-schedule-icon-bubble-incoming {
    border-radius: 60px;
    box-shadow: 0 0 2px #888;
    padding: 0.4em 0.4em;
    border: solid 3px #999999;
    color: #999999;
    background-color: white;
    font-size: 18px;
}

.project-schedule-icon .fa {
}

.project-schedule-dates {
    position: relative;
    top: -20px;
    left: 88px;
}

.project-schedule-daterow {
    display: flex;
    align-items: center;
    border-bottom: solid 1px #ccc;
    height: 55px;
    clear: both;
    position: relative;
}

.project-schedule-daterow[stage_current='true']{
    background:#cfc;
}

.project-schedule-daterow[stage_past='true']{
    background:#fff;
}

.project-schedule-deadline {
    margin-left: 6px;
    color: #900;
    font-size: 12px;
}

.project-schedule-daterow input {
    border: 1px solid #666;
    border-radius: 3px;
    background: #fff;
    width: 230px;
    padding-left: 22px;
}
.project-schedule-daterow > div {
    padding: 4px 10px;
}

.project-schedule-date {
    width: 13.4%;
    padding: 3px;
    display: inline-block;
    outline: solid 1px #999;
    margin-right: 2.6%;
    background: #fff;
    text-align: center;
    font-size: 12px;
    position: relative;
}

.project-schedule-datename {
    display: inline-block;
    float:left;
    width: 32%;
    border-right:solid 1px #ccc;
}

.project-schedule-detail {
    width:400px;
    float:left;
}

.project-schedule-detail .fa-calendar-o {
    position: absolute;
    left: 5px;
    font-size: 16px;
}

.project-schedule-detail .md-datepicker-input{
    min-width: 80px;
    width: 80px;
}

.project-schedule-detail .md-datepicker-input-container{
    width: 100px;
    margin-left: 0px;
}

.project-schedule-detail-row {
    display: flex;
    width: 100%;
}

.project-schedule-input {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: auto;
}

.project-schedule-hours {
    float: right;
    width: 110px;
    margin: 8px auto;
    border: none;
    height: 33px;
    font-size: 10px;
}

.project-schedule-hours input, .project-schedule-hours select{
    width: 40px;
    height: 24px;
    border-radiuS: 4px;
    text-align: center;
}

.project-schedule-len {
    display: inline-block;
    float: left;
    width: 210px;
    border-left: solid 1px #ccc;
}

.project-schedule-manage-button {
    margin-right: 2%;
    float: right;
}

/* -------------------------------------------------------------- */

.project-action {
    border-top: solid 1px #999;
    padding: 20px 20px;
}

.project-action-buttons {
    margin-top:15px;
}

.project-next-date-warning {
    float: right;
    margin: 20px 6%;
    padding: 10px 40px;
    border-radius: 5px;
    background: #ED6E22;
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.project-next-date-ontrack {
    float: right;
    margin: 20px 6%;
    padding: 10px 40px;
    border-radius: 5px;
    background: #009952;
    color: white;
    font-size: 14px;
    font-weight: bold;
}


.project-message-title {
    font-size: 24px;
    /* margin-left: 8px; */
}

.project-message-title-label {
    /* font-size: 24px; */
    padding-left: 10px;
}

.project-survey-links-title {
    font-size: 24px;
    /* margin-left: 8px; */
}

.project-sitedetails-wrap .project-phase-icon {
    margin-right: 6px;
}

.project-summary .project-schedule .project-phase-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 3px;
    position: relative;
    text-align: center;
}

.project-sitedetails-wrap .project-phase-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 3px;
    position: relative;
    text-align: center;
}

.project-summary .project-phase-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 3px;
    position: relative;
    text-align: center;
}

.project-sitedetails-wrap .project-phase-icon .fa {
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
}

.project-action .project-phase-icon .fa {
    font-size: 16px;
    position: absolute;
    left: 4px;
    top: 4px;
}

.project-schedule .project-phase-icon i svg,
.project-sitedetails-wrap .project-phase-icon svg {
    margin-bottom: -4px;
    width: 16px;
    height: 18px;
}

.project-message-title .project-phase-icon .fa-check-square {
    font-size: 18px;
}

.project-message {
    font-size: 14px;
    margin-left: 20px;
}

.project-message-note {
    margin-top: 10px;
    margin-left: 20px;
    font-size: 12px;
    font-style: italic;
}

/* -------------------------------------------------------------- */
.project-admin {
    float: right;
}

/* -------------------------------------------------------------- */

.project-info {
    border-bottom: solid 1px #aaa;
    margin: 10px 0px;
    padding: 10px 0px;
}

.project-design {
    margin-bottom: 10px;
}

    .project-design .project-screen {
        margin-right: 5px;
    }

/* --------------------------------------------------------------- */

.project-form-modal-background {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    cursor: pointer;
    z-index: 2;
    top: 0px;
    left: 0px;
}

.project-form-box-background {
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -38%;
    width: 85%;
    min-width: 940px;
    max-width: 1300px;
    min-height: 600px;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    z-index: 3;
    box-shadow: rgba(0,0,0,0.5) 0px 0px 8px;
}

.project-form-return {
    position: absolute;
    left: 1147px;
    margin: -50px 0px 0px 0px;
    z-index: 3;
}

.project-form-name {
    font-size: 15px;
    font-weight: bold;
    color: #444;
    padding: 20px 0px 0px 20px;
}

.project-form-name-label {
    font-size: 16px;
    color: #000;
    font-weight: normal;
}

.project-form-name md-progress-circular {
    position: absolute;
    top: 200px;
    left: 440px;
    z-index: 2;
}

/* -------------------------------------- SUMMARY -------------------------------------- */

[this_form='Summary'] {
}

.project-confirming {
    position: absolute;
    left: 50%;
    margin-left: -200px;
    top: 140px;
    width: 541px;
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
    color: black;
    padding: 20px;
    box-shadow: 0px 0px 6px;
    z-index:9997;
}

.project-confirming-bg {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 9995;
}

.confirm-prompt {
    margin-bottom: 20px;
}

/*.project-head-label {
    font-size:14px;
    display:inline-block;
    background:#baecff;
    padding:2px 8px;
    clear:both;
    margin-top: 30px;
}*/

.project-head {
    padding: 20px;
}
.project-head[long_name='true'] {
    font-size: 30px;
}

.project-head-title {
    width: 97%;
    margin-left: -10px;
}
    .project-head-title-icon {
        padding: 20px 10px 0px 0px;
    }

    .project-head-buttons {
        display: flex;
        align-items: center;
        position: absolute;
        top: 70%;
        right: 3%;
    }

.project-head-buttons .btn {
    margin-left: 5px;
}

.project-subhead {
    font-size: 12px;
}

.project-subhead-row {
    display: flex;
}

.project-subhead-col {
    width: 50%;
}

.project-subhead-url {
    text-shadow: none;
    font-size: 14px;
    margin: 8px 0px 0px 20px;
    align-items: center;
}

.project-subhead-url-disabled {
    font-size: 14px;
    padding: 6px;
    color: black;
    background-color: #D9D9D9;
    border: solid 1px #B7B6BB;
    border-left: none;
    width: 330px;
    height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.project-subhead-url a {
    display: inline-block;
    max-width: 305px;
    overflow: hidden;
    white-space: nowrap;
    text-decoration: underline;
    vertical-align: middle;
}

.project-subhead-url--proj-site {
    display: flex;
}

.project-subhead-url--proj-site-label {
    width: 130px;
    height: 30px;
    align-self: center;
    text-align: right;
    background-color: #747474;
    color: white;
    padding: 6px;
    border: solid 1px #B7B6BB;
    border-radius: 6px 0 0 6px;
    font-size: 12px;
    font-weight: bold;
    line-height: 17px;
}

.project-steps {
    margin-bottom: 10px;
}

.project-steps-title {
    font-size: 24px;
    border-top: solid 1px #999;
    padding-top: 8px;
}

.project-col-1 {
    color: #fff;
    min-width: 70px;
    max-width: 70px;
    float: left;
    text-align: center;
    background: #090;
    border: 1px solid #090 !important;
}

.project-margin-icon {
    width: 30px;
    margin: 10px 0px 5px 0px;
}

.project-margin-arr {
    position: relative;
    left: -10px;
    top: 5px;
}

.project-col-2 {
    min-width: 720px;
    max-width: 720px;
    padding-left: 10px;
    float: right;
    background: #fff;
    border: 1px solid #d7d7d7 !important;
    padding-bottom: 0px !important;
}

.project-stage-col {
    border: solid 1px #d7d7d7;
    border-radius: 4px;
    margin-bottom: 10px;
    position: relative;
    width: 169px;
    float: left;
    min-height: 200px;
    margin-right: 5px;
}

    .project-stage-col .btn {
        width: 145px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-top: 4px;
    }

.import-stage-col {
    border: solid 1px #d7d7d7;
    border-radius: 4px;
    margin: 10px;
    position: relative;
    width: 140px;
    float: left;
    margin-right: 5px;
    height: 40px;
}

.import-stage-col label {
    margin-top: 8px;
}

.import-stage-col .btn {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.project-stage-heading {
    width: 100%;
    text-align: left;
    color: #000;
    padding: 3px 8px;
    border-radius: 4px;
    margin-top: 0px;
    font-weight: bold;
    height: 30px;
    font-size: 15px;
    line-height: 21px;
    background: #eee;
}

[stage_current='true'] .project-stage-heading {
    background: #ffaf19;
    color: #000;
    border-radius: 4px 4px 0px 0px;
    border-bottom: 1px solid #000;
    padding: 3px 8px;
}

[stage_done='true'] .project-stage-heading {
    background: #CAFFCA;
}


[stage_current='true'] .project-status-icon .summary-star {
    display: inline-block;
}

[stage_done='true'] .project-status-icon .summary-check {
    display: inline-block;
}

[stage_current='true'] .summary-heading .summary-icon {
    display: none;
}

[stage_done='true'] .summary-heading .summary-icon {
    display: none;
}

.project-status-icon {
    float: right;
    height: 25px;
    color: #999;
    margin-right: 5px;
    font-size: 13px;
}

    .project-status-icon .fa {
        font-size: 22px;
    }

    .project-status-icon .project-status-check {
        color: #090;
        display: none;
    }

    .project-status-icon .project-status-star {
        color: #fff;
        display: none;
    }

[stage_current='true'] .project-status-icon .project-status-star {
    display: inline-block;
}

[stage_done='true'] .project-status-icon .project-status-check {
    display: inline-block;
}

.project-summary-content {
    display: block;
    min-height: 30px;
    margin: 10px 10px 10px 10px;
}

.project-screen {
    background: #090;
    color: #fff;
    font-size: 18px;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
    padding: 5px;
    width: 107px;
    height: 50px;
    margin: 0px 0px 3px 0px;
    display: inline-block;
}

.project-screenshots-design {
    margin-bottom: 10px;
    text-align: center;
}

.project-screenshot-design-label{
    margin: 20px;
}

.project-screenshots-design .project-screen {
    margin-right: 5px;
    width: 18.7%;
    height: 80px;
    font-size: 18px;
}

.project-screen[mqp_title='TBD'] {
    background: #714e4e;
}

.project-screen-name {
    font-size: 16px;
    line-height: 14px;
}

.project-screenshots-design .project-screen-name {
    font-size: 16px;
    line-height: 16px;
}

.project-screen-icon {
    clear: both;
    margin-bottom: 5px;
}

    .project-screen-icon img {
        width: 20px;
        height: 20px;
        margin-bottom: 0px;
    }



.project-screenshots-design .project-screen-icon img {
    width: 40px;
    height: 40px;
    margin-bottom: 0px;
}

.project-button-soon {
    font-style: italic;
}


/* ----------------------------- FORMS ---------------------------------- */

.project-admin-form-area {
    background: #eee;
    border: solid 10px #ccc;
    margin-top: 10px;
    padding:10px;
}
.project-admin-form-items {
    background: #eee;
    border: solid 10px #ccc;
    margin-top: 10px;
}


.project-form-item {
    margin: 15px 0px 0px 0px;
    display: flex;
    position: relative;
}

.project-admin-screen-list .project-form-item {
    /*min-width: 291px;*/
    margin-top: 4px;
}

.project-admin-screen-list .project-form-item .project-form-item-display {
    /*width: 113px;*/
}

.project-form-item-tip {
    position: absolute;
    background: #ffc;
    border: solid 1px #999;
    padding: 2px 8px;
    font-size: 11px;
    top: 24px;
    right: -30px;
}

.project-form-item-tip-button {
    display: inline-block;
    margin-left: 4px;
    color: #999;
    cursor: pointer;
}

.project-form-item[data_type='heading'] {
    margin: 20px 0px 20px 0px;
    font-weight: bold;
    display: block;
}

.project-form-item[data_type='heading'] .project-form-item-display {
    width: 100%;
    text-align: left;
    background: #DAEBF9;
    color: #000;
    padding: 4px 8px;
    border-radius: 4px;
}

.project-form-item[data_type='heading'] .project-form-item-input {
    display: none;
}

.project-form-item[data_type='boolean'] .project-form-item-input {
    background: #fff;
}

.project-form-item-id {
    font-weight: bold;
}

div.project-form-item-display {
    width: 200px;
    text-align: right;
    margin-right: 5px;
    padding-top: 5px;
    font-weight: bold;
}

.project-form-item-input input {
    width: 380px;
    height: 30px;
    border: 1px solid #666;
    border-radius: 3px;
    padding: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.project-form-item-input input[type="checkbox"] {
    height: auto;
}

.project-form-item-input select {
    width: 100%;
    height: 30px;
    min-width: 127px;
}

.project-form-item[form_item='screen1'] .project-form-item-display {
    width: 30px;
    margin-left: 0px;
}

.project-form-item[form_item='screen5'] .project-form-item-display {
    width: 30px;
    margin-left: 0px;
}

.project-form-item[form_item='screen1'] .project-form-item-input {
    width: 80px;
    margin-left: 0px;
}

.project-form-item[form_item='screen5'] .project-form-item-input {
    width: 80px;
    margin-left: 0px;
}

.project-form-item[form_item='screen2'] option[value='NA'] {
    display: none;
}

.project-form-item[form_item='screen3'] option[value='NA'] {
    display: none;
}

.project-form-item[data_type='screen'] .project-form-item-display {
    width: 40px;
    margin-left: 0px;
}

.project-form-item[data_type='screen'] .project-form-item-input {
    width: 120px;
}

.project-form-item[data_type='screen'] select {
    width: 100px;
}

.project-form-item[data_type='stringLong'] .project-form-item-input {
    width: 400px;
}

.project-form-item[data_type='stringLong'] textarea {
    width: 380px;
    max-width: 380px;
    height: 50px;
    max-height: 50px;
}

.project-form-item[data_type='date'] .project-form-item-input div {
    float: none;
}

.project-form-item[data_type='date'] .project-form-item-input input {
    width: 120px;
    background: #fff;
}

.form-vertical [data_type='date'] .project-form-item-input {
    padding: 0px;
}

.form-vertical [data_type='boolean'] .project-form-item-input input {
    width: 30px;
}

.form-vertical .project-form-item {
    float: none;
    display: block;
    clear: both;
    margin: 0px;
    position: static;
}

.form-vertical .project-form-item-input {
    width: auto;
}

    .form-vertical .project-form-item-input input {
        width: 300px;
    }

    .form-vertical .project-form-item-input select {
        width: 300px;
    }

    .form-vertical .project-form-item-input textarea {
        width: 280px;
        height: 80px;
    }

    .form-vertical .project-form-item-input .project-form-item-tip-button {
        display: none;
    }

.form-vertical td.project-form-item-display {
    width: 150px;
    text-align: right;
}


.form-footer {
    margin: 20px auto;
    border-top: 1px solid #ddd;
    text-align: center;
    padding-top: 10px;
}

.form-save-state {
    clear: both;
}

    .form-save-state .state-savings {
        margin: 10px;
    }

    .form-save-state .state-success {
        color: #090;
    }

    .form-save-state .state-error {
        color: #900;
    }

.project-url-state {
    margin: 5px 10px;
}

.project-url-label{
    width: 240px;
    padding: 0px 6px;
}

.screentype-copy-name {
    font-size: 13px;
    line-height: 18px;
}


.head-title {
    float: left;
    width: 200px;
    border:solid 1px #ccc;
    padding: 10px;
}

.project-container {
    border-top: solid 1px #999;
    padding: 20px 0px 10px 20px;
}

.project-title {
    font-size: 24px;
    margin-bottom: 5px;
    display: grid;
    grid-template-columns: 30px fit-content(100%) fit-content(40%);
    gap: 5px;
    width:100%;
    color: #333;
}

.project-form-title {
    padding: 30px 20px 30px 30px;
    color: black;
    margin-left: -20px;
    border-bottom: solid 3px #999999;
}

.project-form-title.ng-scope {}
.project-form-title-icon {
    font-size: 36px;
    margin-top: 5px;
}
.project-form-title-title {
    font-size: 26px;
    margin-left: 15px;
    font-weight: 500;
    /* margin-bottom: 0px; */
}
.project-form-title-survey {
    font-size: 11px;
    margin-left: 15px;
    font-weight: bold;
    font-style: italic;
}

.screentype-copy-icon {
    clear: both;
    margin-bottom: 5px;
}

    .screentype-copy-icon img {
        width: 40px;
        height: 40px;
    }
    .screentype-copy-changed
    {
        position:absolute;
        bottom:4px;
        left:8px;
        font-size:14px;
        color:#fff;
    }

.screenshot-container {
    width: 544px;
    min-height: 200px;
    margin: 10px;
    float: left;
}

.changecolour {
    background-color: black;
}


/* ----------------------------- SCREENS ---------------------------------- */

[this_form='Screens'] .project-form-box-background {
    width: 1000px;
    margin-left: -500px;
    padding: 10px;
}
[this_form='ReorderSwap'] .project-form-box-background {
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -30%;
    width: 940px;
    min-height: 530px;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    z-index: 3;
    box-shadow: rgba(0,0,0,0.5) 0px 0px 8px;
}
[this_form='CopyScreens'] .project-form-box-background {
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -33%;
    width: 1100px;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    z-index: 3;
    box-shadow: rgb(0 0 0 / 50%) 0px 0px 8px;
}

.pick-screens-area {
    padding: 10px 80px;
}

.screen-guide-link-inline {
    color: #09f;
    cursor: pointer;
}

.screencap-buttons {
    width: 100px;
    height: 120px;
}

.screencap-buttons-fat-free {
    width: 100px;
    height: 120px;
}

.download-link {
    font-size: 10px;
    float: left;
    width: 100px;
    text-align: center;
}

.button {
    width: 100px;
    height: 100px;
    float: left;
    padding: 10px;
}

.screensedit-buttons {
    margin: 20px 35px;
    text-align: center;
    width: 770px;
}

[selected_copy_source='true'] {
    background: #518092;
    color: #fff;
    padding-left: 3px;
}

.screentype-select {
    color: #000;
    font-size: 14px;
    width: 114px;
}

.screentype-info {
    min-height: 280px;
}

.screentype-info .screentype {
    width: 450px;
    text-align: left;
    height: 42px;
    padding: 0px 6px;
    line-height: 42px;
}

.screentype-info .screentype img {
    width: 30px;
}

.screentype-info .screentype .screentype-select {
    width: 400px;
    max-width: 420px;
    font-size: 18px;
    color: #000;
}

.screentype-info-preamble {
    margin: 20px 0px;
}

.screentype-screenshot {
    margin: 10px 0px;
}

.screentype-screenshot img {
    width: 450px;
}

.screentype-buttons {
    margin: 20px 0px;
}

.project-screenshots-title {
    border-top: solid 1px #999;
    padding: 20px 0px 10px 20px;
    font-size: 24px;
    color: #333;
}

.project-screenshots {
    clear: both;
    height: 125px;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
    width: 92%;
    margin-left: 40px;
}

.project-screenshot-headers {
    position: relative;
    height: 30px;
    margin-left: 60px;
}

.project-screenshot-header {
    position: absolute;
    text-align: left;
    width: 180px;
}

.project-screenshot-header .project-screen-name {
    display: inline;
    line-height: 17px;
}

.project-screenshot-header .project-screen-icon {
    display: inline;
}

.project-screenshot {
    width: 300px;
    height: 125px;
    display: inline-block;
    border-radius: 10px 0px 0px 0px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
}

[project_version='8'] .project-screenshot {
    border: solid 2px #fff;
    border-radius: 0px 0px 0px 0px;
}

.project-screenshot-img {
    width: 200%;
    position: relative;
    top: -2px;
    left: -1px;
}

[project_version='8'] .project-screenshot-img {
    top: 0px;
    left: 0px;
}

.project-screenshots-update {
    float: right;
    font-size: 11px;
    padding: 9px 7% 0px 0px;
}

.project-form-link
{
    display:inline-block;
    margin-right:10px;
    text-decoration:underline;
}
.project-todo
{
    font-size:11px;
    display:inline-block;
    font-weight:bold;
    color:#090;
}
.project-next-date .project-todo
{
    margin-left:0px;
}

/* ------------------ */

/* --------- Reorder and Swap ---------- */

.project-reorderswap-extra-info .fa-info-circle {
    color: green;
}
.project-reorderswap-formarea section {
    width: 600px;
    height: 100px;
    padding: 10px;
    margin: 40px auto;
    background: #6cb3e4;
    border-radius: 12px;
    position: relative;
}
.project-reorderswap-extra-info {
    margin: auto;
    text-align: center;
}
.project-reorderswap-formarea section:hover {
    background: #4981a7;
}

.project-reorderswap-big-icon {
    font-size: 46px;
    margin: 8px;
    padding: 6px;
    color: white;
    border-radius: 12px;
    border: 3px solid white;
}
.project-reorderswap-right-icon {
    font-size: 54px;
    margin: 3px 8px;
    padding: 6px;
    color: white;
    float: right;
}
.project-reorderswap-formarea label {
    font-size: 16px;
    color: white;
    width: 400px;
    border-bottom: 1px solid white;
    position: absolute;
}
.project-reorderswap-info-wrap {
    color: #fff;
    width: 600px;
    height: 100px;
    position: absolute;
    top: 40px;
}
.project-reorderswap-info {
    font-size: 12px;
    line-height: 14px;
    margin: 2px 12px 2px 85px;
    padding: 2px;
}
.project-activity-item {
    width: 25px;
    height: 50px;
    display: inline-block;
    text-align: center;
    position: relative;
    font-size: 11px;
}
.project-activity-bar {
    width:23px;
    height:1px;
    background:#090;
    outline:solid 1px #fff;
    position:absolute;
    bottom:20px;
    left:1px;
}
.project-activity-value {
    border-top:solid 1px #999;
    position:absolute;
    bottom:0px;
    width:25px;

    height:20px;
}
.project-activity-total
{
    width:45px;
    display:inline-block;
    font-size:12px;
    position:relative;
}
.project-activity-total .project-activity-value
{
    width:75px;
    bottom:25px;
    border:none;
    text-align:left;
    margin-left:4px;
}
[has_blank='true'] .project-screenshots
{
    width:624px;
    margin-left:88px;
}
[has_blank='true'] .project-screenshot-headers
{
    width:624px;
    margin-left:88px;
}
[has_blank='true'] .project-screenshot[screen_num='4']
{
    display:none;
}
[has_blank='true'] .project-screenshot[screen_num='5']
{
    margin-left:-150px;
}
[has_blank='true'] .project-screenshot-header[screen_num='4']
{
    display:none;
}
[has_blank='true'] .project-screenshot-header[screen_num='5']
{
    margin-left:-153px;
}

/*[isadmin='true'] [on_schedule='false'].project-next-date{
    border: 3px solid red;
}*/

.btn-admin-only{
    background: #CCC;
}

/* ##### sharing ##### */

.project-sharing-wrap{
    background: #eee;
    padding: 20px 20px 10px 20px;
    text-align: center;
}
.project-sharing-wrap input,
.project-sharing-wrap textarea,
.project-sharing-wrap select {
    padding: 3px 8px;
}
.project-sharing-label-name {
    float: left;
    clear: both;
    display: inline-block;
    width: 243px;
}
.project-sharing-content-wrap {
    text-align:right;
   display:inline-block;
   padding-bottom:5px;
}
.project-sharing-content {
    width: 450px;
}
textarea.project-sharing-content {
    height: 80px;
}
.project-sharing-tag-dropdown {
    margin: 4px 0px;
}

.project-sharing-times{
    color: red;
}
.project-sharing-wrap .fa-check{
    color: green;
    margin-left: -3px;
}
.project-sharing-textarea{
    margin-top: 32px;
}
.project-sharing-add-wrap {
    padding: 20px;
    background: #ddd;
    margin-top: 10px;
}

.project-sharing-wrap .fa-info-circle {
    margin: 12px auto auto;
    color: green;
}

.project-sharing-btn {
    margin: 20px 48px;
    width: 210px;
}

.project-sharing-subdomain-input {
    padding: 0px 4px;
    width: 210px;
    text-align: center;
}

.project-details-sharing-create-btn {
    width: 210px;
    margin: 0px 48px;
}

.project-sharing-url-info {
    padding: 20px 0px;
    width: 600px;
}

.project-details-liveurl-info {
    width: 100%;
    margin: 20px;
}

.project-form-advanced-controls {
    width: 100%;
    margin: 0 auto;
    padding: 15px 0px;
    margin-bottom: 10px;
    position: relative;
    font-size: 14px;
    line-height: 1.5;
    border-bottom: solid 1px #ccc;
}

.project-form-advanced-controls .fa-check {
    position: relative;
    top: 2px;
    color: #080;
    margin-right: 3px;
}

.project-form-advanced-controls .fa-warning {
    position: relative;
    top: 2px;
    color: #800;
    margin-right: 3px;
}

.project-form-save-indicator {
    padding-top: 0;
    padding-bottom: 20px;
}

.project-form-advanced-button {
    margin: 20px 0px 0px 0px;
}

.project-form-advanced-controls-info div {
    font-size: 11px;
    display: inline-flex;
}
.project-form-advanced-controls-info div span{
    margin:auto;
    padding: 0px 6px;
}

.project-form-advanced-controls-info {
    font-style: italic;
    font-size: 12px;
    clear: both;
    margin: 20px 6px 6px 6px;
}

.project-sitedetails-wrap div .fa-info-circle {
    margin: 2px auto auto auto;
}

.project-admin-import-button {
    margin-left: auto;
}

/* ### Languages ### */
.project-details-language{
    margin: 10px;
}
.project-details-language .project-details--sub-info{
    font-size:11px;
}

/* ---------------------- DEMO ---------------------- */

.project-summary-spinner {
    position: absolute;
    top: 250px;
    left: 53%;
}

/* --------------------- ALLSCREENS ----------------- */

.project-allscreens-controls{
    float: right;
    position: absolute;
    top: 77px;
    right: 26px
}

.project-allscreens{
    text-align: center;
    padding: 0 60px;
}

.project-allscreens-screen{
    margin-bottom: -20px;
}

.project-allscreens-onepage {
    z-index: 9999;
    position: absolute;
    right: 4%;
}

/* ---- Print mode ---- */

[studioview='Project'][form='AllScreens'][print_mode='true'] .project-summary { display:none; }

.project-screenshot-printall-btn {
    font-size: 18px;
    color: #337ab7;
    padding: 5px 5px 5px 10px;
    border-radius: 3px;
}
.project-screenshot-printall-btn-label {
    font-size: 15px;
    color: #337ab7;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

@media print {
    .project-allscreens-controls,
    .project-allscreens-header,
    .project-form-return,
    .project-form-name
    {display: none;}

    .project-allscreens{
        margin-top: -20px;
    }
    .project-allscreens-screen:first-child{ 
        margin-top: -40px;
    }

}

/* ------ Site Details ------ */

.project-sitedetails-wrap{
    width: 100%;
    padding: 20px;
}
.project-sitedetails-navigation {
    position: absolute;
    bottom: 40px;
    top: 120px;
    left: 0;
    /*padding-right: 20px;*/
    border-right: 3px solid #ddd;
    height: fit-content;
}
.project-sitedetails-navigation-item {
    width: 200px;
    height: 55px;
    line-height: 33px;
    /*margin-bottom: 6px;*/
    background: #eee;
    /*border: 1px solid rgba(255,255,255,0.5);*/
    border-radius: 3px;
    text-align: left;
    color: #000;
    padding: 11px 10px 10px 20px;
    transition: all 200ms;
}
.project-sitedetails-navigation-item:hover {
    background: #ccc;
}
[is-active='true'].project-sitedetails-navigation-item {
    background: #444;
    color: #fff;
}
.project-sitedetails-display {
    width: 86%;
    float: left;
    min-height: 360px;
    border-radius: 0px 6px 6px 0px;
    margin: -40px 0px 20px 165px ; 
    padding: 15px;
}

.project-sitedetails-formarea {
    margin: 20px 10px 20px 10px;
}
[site_details='true'].project-schedule-daterow {
    width: 85%;
    margin: auto;
}
[site_details='true'].project-schedule-detail {
    width: 45%;
    margin: auto;
}
[site_details='true'].project-schedule-len {
    width: 20%;
    text-align: center;
}
[site_details='true'].project-schedule-datename {
    width: 20%;
}
.project-schedule-daterow[has_picker='true'][has_warning='true'] {
    height: 70px;
}
.project-schedule-daterow[has_warning='true'] {
    height: 48px;
}
.project-schedule-warnings {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 15px;
    text-align: center;
}
.project-site-screenshot{
    width: 100%;
}
.project-details-liveurl-wrap {
    width: 99%;
    margin: 20px auto;
    text-align: center;
}

.project-details-intro-info {
    margin: 20px 0px;
    text-align: left;
}

.campaigns-list-title {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 5px;
}

.campaigns-list {
    text-align: left;
}

.campaigns-list input[type="checkbox"] {
    cursor: pointer;
    margin-top: 8px;
}

.campaigns-list input[type="checkbox"] + label {
    position: relative;
    bottom: 2px;
    margin: 8px 0px 8px 0px;
    font-size: 12px;
}

.campaign-manager-row,
.campaigns-list-row {
    display: flex;
    margin-bottom: 5px;
}

.campaign-manager-col,
.campaigns-list-col {
    margin-right: 5px;
}

.campaign-manager-col:first-of-type {
    width: 18%;
}

.campaign-manager-col:nth-of-type(2) {
    width: 35%;
}

.campaigns-list-col:first-of-type {
    width: 40%;
}

.campaigns-list-col:nth-of-type(2) {
    width: 33%;
}

.campaigns-list-col:nth-of-type(3) input[type="text"] {
    cursor: pointer;
}

.campaign-manager-col:nth-of-type(3) {
    display: flex;
    align-items: flex-end;
}

.campaign-manager__heading {
    font-weight: bold;
    text-align: left;
    margin-bottom: 5px;
}

.campaign-manager__input,
.campaigns-list__input {
    border: 1px solid #666;
    border-radius: 3px;
    width: 100%;
    height: 30px;
    padding: 5px;
    transition: .2s ease;
}

.campaigns-list__input:disabled {
    background: #f1f1f1;
    color: #666;
}

.campaigns-list__save-indicator {
    position: absolute;
    font-size: 16px;
}

.campaigns-list__url {
    display: flex;
    align-items: center;
}

.campaigns-list__url span {
    font-size: 13px;
    white-space: nowrap;
    margin-right: 2px;
}

.campaign-url {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -9999;
    pointer-events: none;
    opacity: 0;
}

.campaign-copy-btn {
    width: 70px;
}

.campaign-copy-btn .fa-link {
    margin-right: 3px;
}

.copy-url-btn {
    width: 80px;
    margin-right: 1px;
}

.copy-url-btn .fa-link {
    margin-right: 3px;
}

.campaign-url-tooltip-wrapper {
    position: relative;
}

.campaign-url-tooltip {
    opacity: 0;
    position: absolute;
    top: -50px;
    right: 0;
    padding: 3px 8px;
    background: #444;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    transition: .15s ease-in;
}

.campaign-url-tooltip:before {
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 5px solid #444;
}

.campaign-message {
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
}

.campaign-error-msg {
    font-size: 12px;
    text-align: left;
    color: #ff0000;
}

.campaign-update-error-msg {
    font-size: 12px;
    text-align: left;
    color: #ff0000;
}

.project-sitedetails-wrap .fa-info-circle, .project-sitedetails-wrap .fa-check {
    color: #080;
}
.project-sitedetails-wrap .fa-warning {
    color: #d8b600;
}
.project-details-info{
    width: 600px;
    margin: 30px auto;
}
.project-sitedetails-wrap .project-form-item-display {
    width: 150px
}
.project-details-launchbtn {
    width: 75%;
    margin: 24px 20px;
    text-align:center;
}

.project-details-launchbtn-textarea {
    width: 100%;
    height: 60px;
    font-size: 12px;
    max-width: 100%;
    overflow: hidden;
}

.launchbtn-wrapper {
    display: flex;
}

.launchbtn-heading {
    font-size: 18px;
    font-weight: bold;
    color: #444;
    margin-top: 15px;
    margin-bottom: 10px;
}

.launchbtn-preview-btn {
    margin-top: 25px;
}

.launchbtn-settings {
    display: flex;
    background: #eef5fb;
    border-radius: 8px;
    padding: 15px 20px;
}

.launchbtn-setting-col {
    width: 50%;
}

.launchbtn-setting {
    display: flex;
    margin-bottom: 10px;
}

.launchbtn-setting-label {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    width: 40%;
    text-align: right;
    margin-top: 5px;
}

.launchbtn-setting-input {
    width: 60%;
    text-align: left;
    margin-left: 5px;
}

.launchbtn-setting-progress {
    width: 100%;
    margin-left: 40%;
}

.launchbtn-setting-check {
    margin-left: 40%;
    color: green;
}

.launchbtn-setting-input input[type="text"],
.launchbtn-setting-input select {
    width: 100%;
    height: 26px;
}

.launchbtn-setting-input-row {
    display: flex;
}

.launchbtn-setting-input-row select {
    margin-left: 5px;
    width: 60%;
}

.launchbtn-output-wrapper {
    position: relative;
    width: 80%;
    margin: 0 auto;
}

.launchbtn-output {
    width: 100%;
    min-height: 192px;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    resize: vertical;
    padding: 3px 5px;
    font-family: droid sans mono,consolas,monospace,courier new,courier,sans-serif;
    font-size: 13px;
    cursor: pointer;
}

.launchbtn-output-wrapper:hover .launchbtn-copy-tooltip {
    opacity: 1;
}

.launchbtn-copy-tooltip {
    opacity: 0;
    position: absolute;
    top: -28px;
    right: 0;
    padding: 3px 10px;
    background: #444;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    transition: .15s ease-in;
}

.launchbtn-copy-tooltip:before {
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 5px solid #444;
}

.launchbtn-copied-msg {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, .7);
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
}

.launchbtn-copied-msg .fa-check {
    margin-right: 3px;
    color: #72f572;
}

.project-notes-panel{
    position:fixed;right:0px;top:60px;
    transition: width 300ms ease-in-out;
    width:30px;
    height:300px;
}
.project-notes-tab
{
    position:absolute;
    left:0px;
    top:0px;
    width:31px;
    background:#fff;
    border-radius:4px 0px 0px 4px;
    padding:6px;
    border:solid 1px #000;
    border-right:none;
    text-align:center;
}
.project-notes-area
{
    width:300px;
    background:#fff;
    position:absolute;
    left:30px;
    top:0px;
    border:solid 1px #000;
    padding:10px;
}
.project-notes-panel[notes_open='true']
{
    width:330px;
}
.project-notes-texareas
{
    max-height:300px;
    width:270px;
    border:solid 1px #ccc;
    padding:6px;
    overflow-y:auto;
    margin-bottom:6px;
}
.project-notes-texareas textarea
{
    width:220px;
    max-width: 220px;
    height:60px;
}
.project-notes-remove{
    color: #800;

}
.project-notes-meta
{
    font-size:11px;
}
.project-notes-icon
{
    position:relative;
}
.project-notes-count
{
    position: absolute;
    left: 11px;
    top: 0px;
    background: #42ab42;
    border-radius: 6px;
    width: 12px;
    height: 12px;
    color: #fff;
    font-size: 8px;
    border: solid 1px #fff;
    text-align: center;
}
.project-nonotes
{
    background: #ffd;
    margin: 10px;
    border: solid 1px #ddd;
    padding: 5px;
    font-size: 11px;
}
.project-form-advanced-confirm-modal {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    padding: 30px 30px 15px 30px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
}
.project-form-advanced-confirm-modal .btn-danger{
    margin: auto 150px auto auto;
}
.project-form-advanced-confirm-modal .btn-success{
    margin: auto auto auto 150px;
}

.project-modal-message {
    position: fixed;
    color: #000;
    font-size: 12px;
    background: #e6e6e6;
    width: 375px;
    height: fit-content;
    border: solid 2px #3693cc;
    border-radius: 6px;
    box-shadow: 0px 4px 10px 3px #333;
    z-index: 9997;
    top: 33%;
}
.project-modal-message__small {
    width: 275px;
}
.project-modal-message__medium {
    height: 220px;
}
.project-modal-message__importexport {
    width: 450px;
    height: fit-content;
    /* padding-bottom: 50px; */
}
.project-modal-message__check-import {
    width: 450px;
    padding-bottom: 45px;
}
.project-modal-message__check-import .fa-warning {
    color: #b70000;
}
.btn--import {
    padding-top: 8px;
}
.project-modal-message__content {
    margin: 0 10px 15px;
    padding: 10px;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    background: #fff;
}
.project-modal-message__content-warning {
    font-weight: bold;
    line-height: 1.2;
    padding-bottom: 10px;
    border-bottom: 1px solid #d6d6d6;
}
.project-modal-message__check-import h3 {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 10px;
}
.project-modal-message__check-import .project-modal-message__content div {
    margin-bottom: 12px;
}
.project-modal-message-settings {
    text-align: left;
}

.project-modal-message-settings-btns{
    padding: 10px 0px;
    height: fit-content;
    margin-top: 20px;
}

.project-modal-message-header {
    text-align: center;
    width: 100%;
    height: 40px;
    left: 0;
    top: 0;
    background: #3693cc;
    color: #fff;
    line-height: 40px;
    font-size: 14px;
}

.project-modal-message-body {
    font-size: 14px;
    text-align: center;
    height: fit-content;
    width: 100%;
    padding: 15px;
}

.project-modal-message-description{
    width: 100%;
    height: fit-content;
    line-height: 1.5;
}

.project-modal-message-import {
    width: 100%;
    height: fit-content;
    background-color: #eee;
    border-radius: 5px;
    border: 2px solid #ccc;
    display: flex;
    flex-direction: column;
    margin: 20px 0px;
    padding: 10px;
    gap: 5px;
}

.project-modal-message-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.project-language-button {
    border: solid 1px #d7d7d7;
    border-radius: 4px;
    margin-bottom: 10px;
    position: relative;
    width: 140px;
    margin-left: 5px;
}

.project-language-label {
    display: inline;
    padding-right: 61px;
}

.project-language-select {
    height: 30px;
    display: inline;
    width: 260px;
}

.project-modal-message-btn.btn-danger {
    right: 20px;
}

.project-modal-message-btn.btn-success {
    left: 20px;
}

.project-modal-message-btn-import-export {
    bottom: 10px;
}

.project-modal-message-btn-import-export.btn-danger {
    position: absolute;
    left: 20px;
}

.project-modal-message-btn-import-export.btn-success {
    position: absolute;
    right: 20px;
}

.project-modal-message-btn.btn-primary {
    right: 20px;
}

.project-modal-message-spinner {
    position: absolute;
    top: 60px;
    left: 110px;
}

.project-modal-message-background {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    z-index:9995;
}

.project-schedule-autolaunch-buttons {
    margin: 15px auto;
    margin-bottom: 0;
    text-align: center;
    width: 350px;
}

.project-autolaunch-btn {
    font-size: 12px;
    width: 100px;
    padding: 3px 10px;
}

.project-autolaunch-btn span{
    width: 100%;
    height: auto;
}

.project-autolaunch-off {
    padding: 4px 2px;
    font-size: 12px;
}

.project-newurl-wrap {
    display: inline-block;
}

.project-newurl-wrap input {
    margin-top: 4px;
}

.project-replaceUrl-spinner {
    font-size: 24px;
}

.project-ok-btn {
    margin: 20px 48px;
    width: 100px;
}

.project-generatingUrl-wrap {
}

.project-schedule-auto {
    margin: 0px 10px;
    display: inline-block;
    padding: 0px 4px !important;
}

.project-schedule-auto__launch {
    color: green;
}

.project-schedule-auto__end {
    color: red;
}

.project-pmlist-item{
    clear:both;
    display:block;
    height:20px;
    width:400px;
    margin:5px 20px;
    text-align:left;
}

.project-pmlist-delete{
    float:left;
    display:inline-block;
    width:20px;
    cursor:pointer;
}

.project-pmlist-name {
    float: left;
    display: inline-block;
    width: 300px;
}

.project-screenshot-contianer{
    padding:20px;
}

.project-translations {
    min-height: 200px;
    height: fit-content;
}

.project-translations-buttons {
    display: flex;
    justify-content:center;
    align-items: center;
    gap: 15px;
    color: #337ab7;
    font-size: 18px;
}

.project-translations-phase-sites {
    width: 100%;
    height: fit-content;
    display: inline-block;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-left: 20px;
}


.project-translations-button {
    padding:5px;
}

.project-translations-enable {
    position: absolute;
    left: 5px;
    bottom: 5px;
    border: solid 2px #333;
    border-radius: 5px;
    width: 25px;
    height: 25px;
}

.translation-download {
    color: #337ab7;
}

.translation-import {
    color: #e38d13;
}

.translation-enable {
    color: #333;
}

.translation-delete {
    color: #900;
}

.project-translations-disabled {
    border-radius: 5px; 
    width: 100%;
    height: 100%;
    background-color: #555;
    opacity: 0.7;
    color:white;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.project-translations-ellipsis {
    position: absolute;
    top: 30px;
    right: 5px;
    font-size: 14px;
    padding: 5px;
    border-radius: 3px;
    color: #444;
    background-color: #eee;
    opacity: 0.8;
    z-index: 4;
    display: none;
}

.project-translation-screenshot {
    width: 150px;
    position: relative;
}

.project-translation-screenshot:hover > .project-translations-ellipsis {
    display: block;
}

.project-translations-ellipsis-clickcatch {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.project-translations-overview-peek {
    position: absolute;
    left: 5px;
    top: 30px;
}

.project-language-container {
    width: 100%;
    height: fit-content;
}

.project-language-screenshot {
    width: 100%;
    height: 118px;
    background-size: contain;
    border-radius: 5px;
}

.project-language {
    text-align: center;
    margin-bottom: 5px;
}

.project-language-link {
    margin-top: 5px;
}

.project-language-link-container {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90px;
    direction: rtl;
    text-align: left;
}

.project-language-link > div {
    display: flex;
    align-items: center;
    font-size: x-small;
    padding: 5px 8px;
    height: 25px;
}

.project-language-link >.project-link-icon {
    color: white;
    width: 35px;
}

.project-translations-controlls--background {
    position: fixed ;
    z-index: 4;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    cursor: default;
}

.project-translations-controlls-container {
    position: absolute;
    top: 10px;
    left: 100%;
    height: fit-content;
    width: 250px;
    padding: 15px;
    margin: 12px;
    border-radius: 5px;
    z-index: 5;
    background-color: #ececec;
    display: flex;
    flex-direction: row;
    gap: 5px;
    box-shadow: 0px 0px 10px #888888;
    visibility: hidden;
}

.project-translations-controlls-container--right {
    left: auto;
    right: 100%;
}

.project-translations-controlls {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: fit-content;
}

.project-translations-controll {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: white;
    font-weight: bold;
}

.project-translations-controll:hover {
   cursor: pointer;
}

.project-translations-controll label {
    cursor:pointer;
    display: grid;
    grid-template-columns: 16px auto;
    gap: 10px;
}   

.project-translations-controll-hide {
    color: #333;
    display: flex;
    flex-direction: right;
    margin-left: auto;
    font-size: 14px;
}

.project-confirmation-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 12px;
    background: rgba(0,0,0,0.8);
    color: #fff;
    z-index: 9998;
}

.project-confirmation-popup-area {
    width: 250px;
    background-color: #ddd;
    position: absolute;
    border-radius: 3px;
}

.project-confirmation-popup .project-summary-spinner svg path{
    stroke: #fff;
}

.popup-controls {
    display: flex;
    margin: auto auto 0 auto;
}

.popup-controls .btn{
    font-size:12px;
    margin:auto 6px;
}

.project-confirmation-popup span {
    margin: 0px 10px;
}

.project-translations--event {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    cursor:pointer;
}
.project-translations--spinner {
    min-height: 320px;
    margin: auto;
    display: flex;
    flex-direction: column;
}

/* Proj Site Styles */

    .proj-details {
    text-align: center;
    margin-top: 20px 0px;
}

.proj-details__input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    box-sizing: border-box;

}

.proj-details__input span{
    width:120px;
    margin:auto;
}

.proj-details__input input{
    width:400px;
    margin:auto auto 20px auto;
}

.proj-detail__prompt {
    font-size: 12px;
    text-align: center;
    padding-top: 8px;
}

.proj-detail__prompt--info .fa-info-circle{
    color: #080;
}

.proj-detail__prompt--warning .fa-warning{
    color: #ffaf19;
}

.proj-detail__prompt--warning span {
    color: #aaa;
}