﻿

.pick-screens-list {
    display: flex;
    margin: 70px 20px 45px 0;
    height: 170px;
}

.pick-screen-list--scooch {
    margin-left: 135px;
}

.pick-screens-item {
    margin: 15px 6px 0px 0px;
    cursor: pointer;
    text-align: center;
    width: 190px;
    height: 20px;
    position: relative;
}

.pick-screen-list {
    clear: both;
}

.pick-screens-list--reorder {
    width: 320px;
    margin: -60px auto 0px;
}

.pick-screens-list .pick-screen {
    height: 120px;
    background: #090;
    color: #fff;
    font-size: 18px;
    border-radius: 6px;
    line-height: 30px;
    padding: 5px;
    position: relative;
}

    .pick-screens-list .pick-screen[is_unknown='true'] {
        background: #652424;
    }

    .pick-screens-list .pick-screen[is_blank='true'] {
        background: #999;
    }

.pick-screens-list-old .pick-screen[is_unknown='true'] {
    background: #652424;
}

.pick-screens-list .screentype-icon {
    margin-bottom: 0px;
}

.pick-screens-list img {
    width: 40px;
    height: 40px;
}

.pick-screens-list .screentype-select {
    color: #000;
    font-size: 13px;
    width: 140px;
}

.pick-screens-list [selected_screen='true'] .pick-screen {
    background: #518092;
}

.pick-screens-list [selected_screen='true'] .selectedReorderScreenSequence {
    background: #518092;
}

.pick-screens-list-old .project-screen-icon img {
    width: 40px;
    height: 40px;
    margin-bottom: 0px;
}

.pick-screens-area {
    border: solid 2px #518092;
    padding: 20px;
    border-radius: 8px;
    clear: both;
    margin: 10px 30px;
}

.pick-screen-status {
    font-style: italic;
    margin-top: -15px;
}

.pick-screen-status-area {
    height: 25px;
    margin: 0px 20px;
}

.pick-new-area, .pick-copy-area {
    margin-top: 30px;
}

.pick-screens-item .pick-screen-select-arrow {
    display: none;
}

.pick-screens-item[selected_screen='true'] .pick-screen-select-arrow {
    position: absolute;
    display: block;
    bottom: -189px;
    left: 45%;
    font-size: 48px;
    color: #518092;
}

.pick-screens-item[selected_screen='true'] .pick-screen-replace-arrow {
    position: absolute;
    display: block;
    bottom: -150px;
    left: 45%;
    font-size: 48px;
    color: #518092;
}

.pick-head-title {
    float: left;
    width: 400px;
    border: solid 3px #666;
    padding: 10px;
    border-radius: 4px;
    margin-right: 20px;
}

.pick-mode-button {
    display: inline-block;
    border: solid 3px #666;
    margin: 4px;
    padding: 5px 10px;
    text-align: center;
    width: 140px;
    position: relative;
    border-radius: 4px;
}

.pick-mode-button[mode_selected='true'] {
    background: #518092;
    color: #fff;
    border: solid 3px #518092;
}

.pick-mode-button .fa {
    display: none;
}

.pick-mode-button[mode_selected='true'] .fa {
    position: absolute;
    display: block;
    top: 21px;
    left: 55px;
    font-size: 35px;
    color: #518092;
}

.pick-instructions-area {
    padding: 20px 50px;
    line-height: 1.5;
}

.pick-instructions-area__title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.pick-screens-buttons {
    padding-top: 30px;
    float: right;
    width: 100px;
}

.pick-project-array-arrow {
    font-size: 34px;
    vertical-align: middle;
    float: right;
    margin-right: -33px;
    color: #518092;
}

.pick-project-array-row {
    line-height: 28px;
    font-size: 16px;
    font-weight: bold;
    border: solid 2px #666;
    border-radius: 10px;
    padding-left: 10px;
    margin: 3px 2px;
    transition: .2s ease;
}

.pick-project-array-row:hover {
    background: #518092;
    color: #fff;
 }

.pick-project-array-title {
    font-size: 24px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 3px dotted #999;
}

.pick-spinner {
    position: absolute;
    left: 47%;
    top: 200px;
    z-index: 2;
}

.pick-spinner--copy {
    left: 50%;
    top: 350px;
}

.pick-screenshot-container {
    position: relative;
    margin-left: 26px;
}

.pick-screenshot-container--copy {
}

.pick-exit.btn {
    margin-top: 10px;
}

.pick-screen-guide.btn {
    float: right;
    font-size: 12px;
    border: solid 1px #ccc;
    margin: 4px;
    padding: 5px 10px;
    text-align: center;
    width: 140px;
}

.pick-update-screen-btn-wrap {
    text-align: center;
    padding: 10px;
    margin: 10px 0px;
    border-bottom: solid 1px #999;
}

.pick-screen-confirmation.btn {
    float: right;
    font-size: 12px;
}

/* ------ form items ------- */
.pick-admin-form-items {
    background: #eee;
    border: solid 10px #ccc;
    margin-top: 10px;
}


.pick-form-item {
    margin: 15px 0px 0px 20px;
    display: inline-block;
    position: relative;
    min-width: 360px;
}

.pick-form-item input {
    padding: 0px 3px;
}

.pick-admin-screen-list {
    padding: 10px;
}

    .pick-admin-screen-list .pick-form-item {
        margin-top: 4px;
    }

        .pick-admin-screen-list .pick-form-item .pick-form-item-display {
            width: 113px;
        }

.pick-form-item-tip {
    position: absolute;
    background: #ffc;
    border: solid 1px #999;
    padding: 2px 8px;
    font-size: 11px;
    top: 24px;
    right: -30px;
}

.pick-form-item-tip-button {
    display: inline-block;
    margin-left: 4px;
    color: #999;
    cursor: pointer;
}

.pick-form-item[data_type='heading'] {
    margin: 20px 0px 20px 0px;
    font-weight: bold;
    display: block;
}

    .pick-form-item[data_type='heading'] .pick-form-item-display {
        width: 100%;
        text-align: left;
        background: #DAEBF9;
        color: #000;
        padding: 4px 8px;
        border-radius: 4px;
    }

    .pick-form-item[data_type='heading'] .pick-form-item-input {
        display: none;
    }

.pick-form-item[data_type='boolean'] .pick-form-item-input {
    background: #fff;
}

.pick-form-item-id {
    font-weight: bold;
}

div.pick-form-item-display {
    width: 200px;
    float: left;
    text-align: right;
    margin-right: 5px;
}

div.pick-form-item-input {
    width: 150px;
    float: left;
}

.pick-form-item-input div {
    float: left;
}

.pick-form-item-input input {
    width: 130px;
}

.pick-form-item-input select {
    width: 130px;
}

.pick-form-item[form_item='screen1'] .pick-form-item-display {
    width: 30px;
    margin-left: 0px;
}

.pick-form-item[form_item='screen5'] .pick-form-item-display {
    width: 30px;
    margin-left: 0px;
}

.pick-form-item[form_item='screen1'] .pick-form-item-input {
    width: 80px;
    margin-left: 0px;
}

.pick-form-item[form_item='screen5'] .pick-form-item-input {
    width: 80px;
    margin-left: 0px;
}

.pick-form-item[form_item='screen2'] option[value='NA'] {
    display: none;
}

.pick-form-item[form_item='screen3'] option[value='NA'] {
    display: none;
}

.pick-form-item[data_type='screen'] .pick-form-item-display {
    width: 40px;
    margin-left: 0px;
}

.pick-form-item[data_type='screen'] .pick-form-item-input {
    width: 120px;
}

.pick-form-item[data_type='screen'] select {
    width: 100px;
}

.pick-form-item[data_type='stringLong'] .pick-form-item-input {
    width: 400px;
}

.pick-form-item[data_type='stringLong'] textarea {
    width: 380px;
    max-width: 380px;
    height: 50px;
    max-height: 50px;
}

.pick-form-item[data_type='date'] .pick-form-item-input div {
    float: none;
}

.pick-form-item[data_type='date'] .pick-form-item-input input {
    width: 120px;
    background: #fff;
}

.pick-screentype--saved {
    position: absolute;
    top: 4px;
    right: 6px;
    font-size: 22px;
    color: #fff;
}

.pick-screentype-spinner {
    position: absolute;
    bottom: 1px;
    left: 124px;
}

.pick-screen-swap-spinner {
    position: absolute;
    top: 166px;
    left: 47%;
    z-index: 10;
}

.pick-screen-swap-spinner md-progress-circular svg path {
    /*stroke: white;*/
}

.pick-screen-alert-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgba(0,0,0,0.5);
    z-index: 3;
}

.pick-screen-spinner-info {
    color: white;
    font-size: 18px;
    margin: 285px auto auto 80px;
}

.pick-copy-screenshot studio-zoom {
    margin: -10px -10px 0 0;
    border: solid 3px #666;
    border-radius: 3px;
}

.pick-copy-screenshot studio-zoom img {
    width: auto;
}

.pick-copy-screenshot[selected_copy_screen='true'] {
    border: none;
}

.pick-copy-screenshot[selected_copy_screen='true'] .pick-screenshot-check {
    border: none;
}

.pick-new-item {
    display: inline-block;
}

.pick-fav-item {
    display: inline-block;
    margin: 10px 50px;
    width: 90%;
}

.pick-fav-item .image-block {
    margin-left: 20px;
    float: left;
}

.pick-screenshot-label {
    z-index: 2;
    position: relative;
}

.pick-screenshot-label--fav {
    float: left;
    margin: 30px 60px;
}

    .pick-screenshot-label--fav img {
        width: 20px;
    }


.pick-copy-screenshot {
    height: 144px;
    width: 175px;
    text-align: center;
    background-color: #666;
    padding: 10px 0px;
    position: relative;
    display: inline-block;
    float: left;
    margin: 18px 5px 0px 5px;
    border-radius: 6px;
    background-size: cover;
}

.pick-copy-screenshot .pick-screenshot-check {
    display: none;
}

.pick-copy-screenshot[selected_copy_screen='true'] {
    /*border:solid 5px #000;*/
}

    .pick-copy-screenshot[selected_copy_screen='true'] .pick-screenshot-check {
    display: block;
    position: absolute;
    top: 30px;
    font-size: 56px;
    left: 60px;
    background: rgba(255, 255, 255, 0.7);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: solid 10px rgba(0, 200, 0, 0.7);
    color: green;
}

.pick-copy-screenshot[selected_copy_screen='true'] .pick-screenshot-check .fa {
    position: absolute;
    top: -6px;
    left: 0px;
}

.image-block {
    text-align: center;
    position: relative;
    display: inline-block;
    float: left;
    width: 200px;
}

    .image-block img {
        width: 20px;
    }

[selected_copy_screen='true'].pick-screenshot-label {
    color: green;
    text-shadow: green 1px 1px 8px;
}

.pick-screen-status .fa-star {
    position: absolute;
    color: gold;
    font-size: 22px;
    left: 4px;
    bottom: 4px;
}
/* ------ Reorder or Swap ------ */
.pick-screens-item--reorder {
    margin-left: 80px;
}

.pick-screen-reorder-controls {
    width: 80%;
    position: absolute;
    top: 243px;
    left: 328px;
}

.pick-screen-reorder-btn {
    width: 60px;
    height: 60px;
    border: 3px solid #666;
    border-radius: 8px;
    margin: 0px auto auto 217px;
    float: left;
    text-align: center;
    line-height: 60px;
    font-size: 26px;
    color: white;
}

.pick-screen-reorder-btn:hover {
    border: 2px solid #ccc;
}

.pick-screen-reorder-btn .fa-exchange {
    color: #789;
    transition: all ease-in-out 300ms;
}

.pick-screen-reorder-btn:focus {
    border: 2px solid #ebecec;
    border-radius: 8px;
}

.pick-screen-reorder-btn--scooch {
    margin-left: 278px;
}

.pick-screen-reorder-btn .fa-check {
    line-height: 60px;
    font-size: 30px;
    color: green;
}
/* SWAP warning message */

.pick-swap-warning-wrap {
    z-index: 5;
    position: absolute;
    width: 600px;
    height: 220px;
    top: 30%;
    left: 30%;
    background: #fff;
    border-radius: 12px;
    padding: 40px;
}

.pick-swap-info {
    width: 100%;
    height: 100%;
}

.pick-swap-info h3 {
    margin-top: -10px;
    border-bottom: 1px solid #2d7dbb;
}

.pick-swap-info .btn {
    position: absolute;
    bottom: 20px;
    width: 200px;
}

.pick-swap-info .btn-success {
    right: 30px;
}

.pick-swap-info .btn-danger {
    left: 30px;
}

.pick-screen-swap-status-info {
    position: absolute;
    top: 125px;
    left: 240px;
    color: #2d7dbb;
}

.pick-swap-done-btn {
    left: 200px;
}

.pick-screen-screenshot img {
    width: 100%;
    height: auto;
    top: -23px;
    left: 0;
    position: absolute;
    border: solid 5px #666;
    border-radius: 3px;
}

.screentype-copy-name-wrap {
    font-size: 13px;
    line-height: 18px;
    color: #000;
}

.screentype-copy-name-wrap .screentype-copy-icon {
    position: absolute;
    top: 40px;
    margin-left: 38%;
}

.pick-copy-name {
    position: relative;
    top: 90px;
    color: #FFF;
}

.pick-copy-screen-title {
    position: relative;
    top: -43px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pick-customer-dropdown{
    margin: 0px auto 24px;
}