/* ===== Wizard  ===== */

.swMain { position: relative; }
.swMain .stepContainer { display: block; position: relative; overflow: hidden; clear: both; }
.swMain .stepContainer div.wContent { display:block; position: absolute; float:left; margin: 0; text-align:left; overflow:visible; z-index:88; clear:both; width: 100%; }
.swMain .stepContainer div.wContent p { padding: 12px; }

.swMain div.actionBar { display: block; position: relative; clear: both; padding: 0; color: #5A5655; height: 41px; text-align:left; overflow:auto; z-index:88; left:0; background: #efefef url(../images/leftNavBg.png) repeat-x; border-top: 1px solid #d5d5d5; }
.actionBar a.button { box-shadow: none; }

.swMain .stepContainer .StepTitle { display: block; position: relative; margin: 0; border: 1px solid #E0E0E0; padding: 5px; color: #5A5655; clear: both; text-align: left; z-index: 88; }

.swMain ul.anchor { position: relative; display: block; float: left; list-style: none; padding: 0px; clear: both; border-top: 1px solid #d5d5d5; border-bottom: 1px solid #d5d5d5; width: 100%; overflow: hidden; }
.swMain ul.anchor li { position: relative; display: block; margin: 0; padding: 0; float: left; width: 25%; }

.swMain ul.anchor li:first-child a { border-left: none; }
.swMain ul.anchor li a { display: block; position: relative; float: left; margin: 0; height: 38px; width: 100%; text-decoration: none; outline-style: none; z-index: 99; cursor: pointer; background: url(../images/leftNavBg.png) repeat-x; border-left: 1px solid #D5D5D5; white-space: nowrap; }
.swMain ul.anchor li a.wFirst { width: 181px; }

.swMain ul.anchor li a .stepNumber { position:relative; float:left; width:30px; text-align: center; padding:5px; padding-top:0; }
.swMain ul.anchor li a .stepDesc { position:relative; display:block; float:left; text-align: left; padding: 8px 12px 8px 35px; }
.swMain ul.anchor li a.selected { color: #3581c1; background: #fafafa; }
.swMain ul.anchor li a.done { position: relative; color: #aaaaaa; z-index: 99; background: #efefef; }
.swMain ul.anchor li a.done:hover { color:#5A5655; }
.swMain ul.anchor li a.disabled { color: #424242; cursor: text; }
.swMain ul.anchor li a.error { color:#6c6c6c !important; border: 1px solid #fb3500 !important; background: none repeat scroll 0 0 #F08F75 !important; }
.swMain ul.anchor li a.error:hover { color:#000 !important; }

.swMain .buttonNext { display:block; float:right; margin: 8px 12px 0 12px; padding: 6px 12px; }
.swMain .buttonDisabled { color: #D5D5D5!important; cursor: text; background: #F1F1F1!important; margin-top: 8px!important; border: 1px solid #E1E1E1; }
.swMain .buttonPrevious { display:block; float:right; margin: 8px 0px 0 0px; padding: 6px 12px; }
.swMain .buttonFinish { display:block; float:right; margin: 8px 12px 0 0px; padding: 6px 12px; }

/* Form Styles */

.swMain .loader { position: relative; display: none; float: left; margin: 2px 0 0 2px; padding: 8px 10px 8px 40px; border: 1px solid #FFD700; color: #5A5655; background: url(../images/loaders/loader.gif) no-repeat 5px; z-index: 998; }
.swMain .msgBox { position:relative; display:none; float:left; margin: 4px 0 0 5px; padding:5px; border: 1px solid #FFD700; background-color: #FFFFDD; color:#5A5655; z-index:999; min-width:200px; }
.swMain .msgBox .content { padding: 0px; float:left; }
.swMain .msgBox .close { border: 1px solid #d5d5d5; color: #CCC; display: block; float: right; margin: 0 0 0 5px; outline-style: none; padding: 0 2px 0 2px; position: relative; text-align: center; text-decoration: none; }
.swMain .msgBox .close:hover { color: #EA8511; border: 1px solid #d5d5d5; }

.blueBtn, .buttonNext, .buttonPrevious { background: url(../images/ui/blueBtn.png) repeat-x 0 0; border: 1px solid #3581c1; color: #fff; }
.blueBtn:hover, .buttonNext:hover, .buttonPrevious:hover { background-position: 0 -25px; color: #fff; }
.blueBtn:active, .buttonNext:active, .buttonPrevious:active { background-position: 0 -50px; }

.buttonFinish { background: url(../images/ui/redBtn.png) repeat-x 0 0; border: 1px solid #9d342a; color: #fff; }
.buttonFinish:hover { background-position: 0 -25px; color: #fff; }
.buttonFinish:active { background-position: 0 -50px; }


.blueBtn, .buttonFinish, .buttonNext, .buttonPrevious {
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 12px;
    padding: 5px 14px 6px;
    text-transform: uppercase;
    text-decoration: none;        
}

.stepContainer .wContent {
    padding: 20px 0;
}

.wContent {
    float: left;
}    

.MultiFile-wrap, .MultiFile-list, .MultiFile-label {
    overflow: auto;
}

.del-user {
    background-image: url("/images/icons/delete.gif");
}

.register-user {
    background-image: url("/images/icons/add.gif");
}

.floatbar {
    background-position: left;
    background-repeat: no-repeat;
    float: right;
    height: 20px;
    padding: 0 0 3px 20px;
    vertical-align: bottom;
    white-space: nowrap;
            
}

table th {
    text-align: center;
    background: none repeat scroll 0 0 #EFEFEF;
}

.user-data {
    font-size: 10px;
}

.photo_sub_details #usr_prof_form {
    padding: 0;
}

.user-photos-list img {
    float: left;
    margin-left: 5px;
    margin-bottom: 5px;
}

.image-list img {
    opacity: 0.8;
    border: 5px solid #eee;

    /*Transition*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;

}


.image-list img:hover, .image-list img.active {  
   opacity: 1;
   border: 5px solid #ccc;
   /*Glow*/
  -webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
  -moz-box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
  box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
}

.photo_details {
    overflow: auto;    
}    

.rules-link {
    background-image: url("/images/icons/message_info.png");
}

.awards-link {
    background-image: url("/images/icons/award.gif");
}

.MultiFile-list {
    height: 150px;
    overflow: auto;
}

.vote-btn {
    background: url('/components/photocontest/images/icons/heart-grey.png') no-repeat 0 0 !important;
    border: 0;
    width: 60px;
    height: 60px;
    margin-left: 70px;
    cursor: pointer;
}

.sms-btn {
    background: url('/components/photocontest/images/icons/sms.png') no-repeat 0 0;
    border: 0;
    width: 60px;
    height: 60px;
    margin-left: 70px;
    cursor: pointer;
}


.vote-btn:hover {
    background: url('/components/photocontest/images/icons/heart-red.png') no-repeat 0 0 !important;
}    
    
.voted-btn, .voted-disabled-btn {
    background: url('/components/photocontest/images/icons/heart-red.png') no-repeat 0 0;
    border: 0;
    width: 60px;
    height: 60px;
    margin-left: 70px;
}

.voted-btn:hover {
    background: url('/components/photocontest/images/icons/heart-grey.png') no-repeat 0 0;
}    

.voting {
    margin: 10px 0 0 10px;
}

.sms-voting {
    margin-top: 10px;
}

.sms-icon {
    background: url('/components/photocontest/images/icons/sms_small.png') no-repeat 0 0;
    padding-left: 45px;
    padding-bottom: 10px;
}

.vote-icon {
    background: url('/components/photocontest/images/icons/vote_small.png') no-repeat 0 0;
    padding-left: 35px;
    padding-bottom: 10px;
}

.form-icon {
    background: url('/components/photocontest/images/icons/form.png') no-repeat 0 0;
    padding-left: 45px;
    padding-bottom: 10px;
}

.hits_icon {
    background: url('/components/photocontest/images/icons/eye.png') no-repeat 0;
    padding-left: 20px;    
}

.heart_icon {
    background: url('/components/photocontest/images/icons/heart.png') no-repeat 0;
    padding-left: 20px;    
}

.sms_votes {
    background: url('/components/photocontest/images/icons/sms_icon.png') no-repeat 0;
    padding-left: 20px;    
}

.social_votes {
    background: url('/components/photocontest/images/icons/social_icon.png') no-repeat 0;
    padding-left: 20px;    
}

.star_icon {
    background: url('/components/photocontest/images/icons/star.png') no-repeat 0;
    padding-left: 20px;    
}

.social_icon {
    background: url('/components/photocontest/images/icons/social.png') no-repeat 0;
    padding-left: 35px;
    height: 25px;    
    margin-bottom: 10px;
}

.voting-notice {
    font-style: italic;
    float: left;
    font-style: italic;
    margin-top: 5px;
    overflow: auto;    
}

/* ===== Social buttons  ===== */

#social_block img {
    float: left;
}

.votes-bubble {
    background: url("/components/photocontest/images/social/bubble.png") no-repeat scroll 0 center transparent;
    float: left;
    height: 25px;
    margin-left: 5px;
    padding: 6px 0 0 20px;
    width: 52px;
}

.pluginLikeFlyoutFullButton {
    display: none !important;
}

.twitter-share-button {
    width: 105px !important;
}

.photo_sortform {
    background-color: #E0EAEF;
    border-radius: 8px 8px 8px 8px;
    padding: 5px 8px;
}

.invite_friends {
    display: none;
    
}

#friends_list {
    min-height: 140px;
    max-height: 270px;
    overflow: auto;
}