/*
* EES CSS Library [Screen Create]
 *
 * @copyright 2010 Squiz Pty Ltd (ABN 77 084 670 600)
 * @license   GNU General Public License v.2
 * @link
*/


/* ---------------------------------------------------------------------------------------------
START: SCREEN CREATE STYLES
--------------------------------------------------------------------------------------------- */

#ees_createNews span.fieldWarning {
    color: #FF0000;
    background:url(../Images/required_stars.png) left top no-repeat;
    padding-left:21px;
    font-size:0.9em;
}

#ees_assetCreationWizard {
    width: 880px;
    margin-left: -450px;
}

.wizardQueue {
    width: 184px;
    float: left;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    border: 1px solid #E2E2E2;
    height: 428px;
    margin-right: 4px;
    overflow: hidden;
}

.wizardQueue li {
    cursor: pointer;
    line-height: 28px;
    border-bottom: 1px #ccc solid;
    overflow: hidden;
    position: relative;
    list-style: none;
    padding-right: 4px;
}

.wizardQueue .buttons .icon {
    font-size: 120%;
    font-weight: bold;
}

.wizardQueue .add-more {
    border: 1px solid #ccc;
    background: #f2f2f2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    color: #7d7d7d;
    text-align: center;
    width: 174px;
    margin: 4px;
    display: block;
}

.wizardQueue .add-more.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.wizardQueue .queue {
    max-height: 368px;
    overflow: auto;
}

.wizardQueue .selected {
    background: url(../Images/modalCategory-gradient.png);
}

.wizardQueue .name {
    display: block;
    margin-left: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    white-space: nowrap;
    width: 72%;
    float: left;
    padding-right: 6px;
}

.wizardQueue .selected .name {
    color: #fff;
}

.wizardQueue .buttons {
    margin-top: 6px;
}

.wizardQueue .error {
    display: block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    background: url("../Images/error_white.png") no-repeat;
    float: right;
    text-indent: -9999px;
    font-size: 80%;
    margin-top: 6px;
    text-align: center;
}

.wizardQueue .delete {
    background: url("../Images/delete_recover_dark.png") no-repeat scroll 0 0 transparent;
    width: 16px;
    height: 16px;
    overflow: hidden;
    float: right;
    margin-left: 4px;
    margin-top: 6px;
    text-indent: -9999px;
    direction: ltr;
}

.disabled .error,
.disabled .delete {
    display: none;
}

.wizardQueue .complete {
    background: url("../Images/tick-green.png") no-repeat 160px 6px transparent;
}

.wizardQueue .fail {
    background: url("../Images/error_white.png") no-repeat 160px 6px transparent;
}

.wizardQueueProgressIndicator .progress-status {
    text-align: center;
    color: #bbb;
}

.wizardQueueProgressIndicator .progress-message {
    text-align: center;
    margin-bottom: 28px;
}

.wizardQueueProgressIndicator h2 {
    text-align: center;
}

.wizardQueueProgressIndicator {
    background: #EEEEEE;
    padding: 8px;
    font-size: 110%;
}

.wizardQueueProgressIndicator .progress {
    padding-left: 20px;
    background: url("../Images/loader_white16x16.gif") no-repeat;
}

.progress-bar {
    background-color: #ddd;
    height: 10px;
    padding: 3px;
    width: 610px;
    margin: 10px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 5px #ccc inset, 0 1px 0 #ddd;
    -webkit-box-shadow: 0 1px 5px #ccc inset, 0 1px 0 #ddd;
    box-shadow: 0 1px 5px #ccc inset, 0 1px 0 #ddd;
}

.progress-bar span {
    width: 0;
    background-color: #666;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#666), to(#555));
    background-image: -webkit-linear-gradient(top, #666, #555);
    background-image: -moz-linear-gradient(top, #666, #555);
    background-image: -ms-linear-gradient(top, #666, #555);
    background-image: -o-linear-gradient(top, #666, #555);
    background-image: linear-gradient(top, #666, #555);
    display: block;
    height: 100%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
    -webkit-transition: width .4s ease-in-out;
    -moz-transition: width .4s ease-in-out;
    -ms-transition: width .4s ease-in-out;
    -o-transition: width .4s ease-in-out;
    transition: width .4s ease-in-out;
}
/* ---------------------------------------------------------------------------------------------
END: SCREEN CREATE STYLES
--------------------------------------------------------------------------------------------- */
