﻿.dash-form-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    cursor: default;
    z-index: 2;
    top: 0px;
    left: 0px;
}

.form-footer {
    margin-top: 10px;
    padding-top: 10px;
    border-top: solid 1px #ccc;
    text-align: center;
    min-height: 60px;
}

/*  --- DASH FORMS --- */

.dash-forms-area {
    margin: 10px 30px;
    z-index: 3;
}

.dash-forms {
    margin-top: 10px;
}

.dash-form-header {
    width: 933px;
    margin: 0px auto;
    font-size: 32px;
    margin-bottom: 10px;
}

.dash-floating-form {
    top: 20px;
    left: 50%;
    width: 1100px;
    margin-left: -550px;
    position: fixed;
    background: #fff;
    padding: 20px 10px 10px;
    border: solid 1px #000;
    box-shadow: 0px 0px 34px rgba(0,0,0,0.8);
    min-height: 300px;
    border-radius: 4px;
    z-index: 3;
    /*cursor:default;*/
}
.dash-floating-form.playlist-form{
    width: 400px;
    margin-left: -200px;
    top:40px;
    height:300px;
    min-height:300px;
}

/*
.DashboardFormUpdateSubmit { display:inline-block;margin:5px; }
.DashboardFormNewSubmit { display:inline-block;margin:5px; }
.ashboardSaveModeSelect {margin:4px;}

*/

.form-loading {
    position: absolute;
    left: 50%;
}

[connectionisready=false].btn-success.btn-access-insights {
    background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
}

    [connectionisready=false].btn-success.btn-access-insights:hover {
        background-color: #245580;
    }

/*Overview Form*/

/*.overview-form-buttons{
    position: relative;
    left: 4%;
    margin-top:5px;
}*/

.overview-form-urls {
    max-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-shadow: none;
    margin-right: 10px;
    font-size: 14px;
}

.overview-form-info {
    margin-left: 20px;
    padding-bottom: 10px;
}

.overview-form-info > div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}

.overview-form-info .info-1 {
    width: 300px;
    height: 140px;
}

.overview-form-info .info-2 {
    width: 400px;
    height: 140px;
    margin-left: 10px;
    border-left: 1px solid #ccc;
    padding-left: 10px;
}

.overview-form-info .info-3 {
    width: 275px;
    height: 140px;
    margin-left: 10px;
    border-left: 1px solid #ccc;
    padding-left: 10px;
}

.launch-hour {
    float:right;
}
.end-hour {
    float: right;
}

.overview-form-date {
    width: 158px;
    padding: 3px;
    display: inline-block;
    outline: solid 1px #666;
    margin-right: 10px;
    background: #fff;
    text-align: center;
    font-size: 12px;
    position: relative;
}
.dash-forms-area .overview-form-screenshots-img {
    /*height:210px;*/
}
.overview-form-screenshots-img {
    width: 160px;
    height: 160px;
    margin: 0px 3px 20px;
    float: left;
    text-align: center;
    position: relative;
}
.overview-form-screenshots-data {
    width: 150px;
    height: 20px;
    float: left;
    text-align: center;
    position: absolute;
    bottom: -20px;
}
.overview-form-screenshots-data .fa
{
    margin-left:5px;
}
.overview-form-screenshots-img[is_custom='true']
{
    /*background:#f99;*/
}
.overview-form-screenshots-img img {
    width: 100%;
}
.overview-form-screenshots {
    width: 1025px;
    margin: 0px auto;
    position: relative;
} 
.overview-form-screenshots.overview-form-screenshots--four {
    width: 820px;
    margin: 0px auto;
}
[four_screens_project_site=true].overview-form-screenshots.overview-form-screenshots--four {
    width: 860px!important;
}
.overview-form-project-screenshot {
    width: 170px;
    height: 125px;
    text-align: center;
    float: left;
    margin-left: 8px;
    overflow: auto;
}

.overview-form-project-screenshot img{
    width: 90%;
    height: auto;
}

.overview-form-project-screenshot-label {
    width: 170px;
    text-align: center;
    bottom: -160px;
    position: absolute;
}
.overview-form-project-screenshot-label .fa-camera-retro {
    font-size: 18px;
}
.screenshot-custom-warning {
    display: none;
}
.screenshot-standard-warning
{
    display:block;
    position:absolute;
    top:-2px;
    right:6px;
    background:#fff;
    border:solid 2px #999;
    color:#999;
    border-radius:10px;
    width:20px;
    height:20px;
}
.screenshot-standard-warning .fa
{
    position: relative;
    top: -1px;
    left: 1px;
}
[is_custom='true'] .screenshot-standard-warning
{
    display:none;
}
[is_custom='true'] .screenshot-custom-warning
{
    /*margin: auto;
        padding: 7px;*/
    display:block;
    position:absolute;
    top:-6px;
    right:6px;
    background:#900;
    border:solid 3px #fff;
    border-radius:25px;
    width:50px;
    height:50px;
}
.screenshot-custom-warning .fa
{
    position:absolute;
    top:2px;
    left:-7.5px;
    color:#ff0;
    font-size:25px;
}
.overview-form-screenshots-info{
    position:absolute;
    bottom:-15px;
    text-align:center;
    width:100%;
}
.overview-form-screenshots-info--overview {
    bottom: 0px;
}
.overview-form-urls-section {
    position: relative;
    left: 3%;
}

.overview-form-screenshots-icon {
    display: inline-block;
    width: 20px;
}

.overview-form-data
{
    border-top:solid 1px #ccc;
    border-bottom:solid 1px #ccc;
    margin:8px 0px;
    padding:3px;
    text-align:center;
}
.overview-form-data-item
{
    display:inline-block;
    /*margin-left:10px;*/
    font-size:11px;
}

.overview-form-phase {
    background: #9d2956;
    color: #fff;
    fill: #fff;
    border-radius: 4px;
    padding: 3px 6px;
}
.overview-form-phase svg{
    margin: 0px 0px -5px 0px;
}

.overview-form-phase[phase='Order'] {background:#c4cdd1;}
.overview-form-phase[phase='Design'] {background:#ed6e22;}
.overview-form-phase[phase='Build'] {background:#327faa;}
.overview-form-phase[phase='Test'] {background:#9d2956; font-size:16px;
} 
.overview-form-phase[phase='Engage'] {background:#3cb77a;}
.overview-form-phase[phase='Analyze'] {background:#c4cdd1;}
.overview-form-phase[phase='Archived'] {background:#c4cdd1;}


[form_level] { display:inline-block; }
[project_selected='0'] [form_level] { display:none; }
[project_selected='0'] [form_level='customer'] { display:inline-block; }
[project_selected='0'] [form_level='subscription'] { display:inline-block; }
[project_selected='0'] [form_level='notes'] { display:inline-block; }

.form-story-nav { 
    display:inline-block;
    float:left;
    width:180px;
    padding-right:10px;
    border-right:solid 1px #999;
}
.form-story-button { width:100%;text-align:left;margin-bottom:5px; }
.form-story-button .btn { 
    width:150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.form-story-button .fa { opacity:0; }
.form-story-button[selected_story='true'] { font-weight:bold; }
.form-story-button[selected_story='true'] .fa { opacity:1; }
.form-story-edit { 
    display:inline-block;
    float:left;
    width:300px;
    margin-left:15px;
    padding-right:10px;

}
.form-story-preview { 
    display:inline-block;
    float:left;
    width:550px;
    height:400px;
    margin-left:10px;
    padding-left:10px;
    border-left:solid 1px #999;
}
.form-story-preview .story-image
{
    width:300px;
    margin-right:20px;
    float:left;
}
.form-story-preview .story-notes
{
    width:219px;
    float:left;
    font-size:18px;
}
.form-story-preview .story-title
{
    font-size:18px;
}
.form-story-edit-row
{
    clear:both;
    height:30px;
}
.form-story-edit-name
{
    display:inline-block;
    float:left;
    width:60px;
    text-align:right;
    margin-right:10px;
}
.form-story-edit-input
{
    display:inline-block;
    float:left;
    width:220px;
}
    /* ------------------------------- */

.form-notes-col {
    width: 100%;
    margin: 10px;
    /*float: left;*/
    display: inline-block;
}
.form-notes-meta
{
    font-size:11px;
}
.form-notes-texareas
{
    height:300px;
    width:250px;
    border:solid 1px #ccc;
    padding:6px;
    overflow-y:auto;
    margin-bottom:6px;
}
.form-notes-texareas textarea
{
     width:220px;
     height:60px;
}
.form-nonotes
{
    background: #ffd;
    margin: 10px;
    border: solid 1px #ddd;
    padding: 5px;
    font-size: 11px;
}

#MqEmbedTest
{
    height:600px;
}

.sub-edit-row.sub-select {
    text-align: right;
    line-height: 36px;
    margin: -29px auto 10px;
    background: #eee;
    padding-right: 12px;
}
.form-required-prompt {
    display: inline-flex;
    margin: auto;
}
.form-required-prompt i.fa-asterisk {
    color: darkgoldenrod;
    margin: auto 3px;
}