/* Story Style */
@font-face
{
    font-family: 'Magra';
    font-weight: 700;
    font-style: normal;

    src: local('Magra Bold'), local('Magra-Bold'), url(http://fonts.gstatic.com/s/magra/v4/YlhLowBXAVg7FJcSC0CClfesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}

.storyBtn{
    border: 0px none;
    background-color: #ED1C24;
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(82, 168, 236, 0.6);
    border-radius: 0px;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;

}

#voteWrapper h1, #voteWrapper * h1, .storyTitleBig
{
    font-family: 'Magra', Verdana, Arial, sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 40px;

    margin: 0 0 10px;

    text-decoration: none;
    letter-spacing: .5px;
    text-transform: uppercase;

    color: #e30000;
}

#voteWrapper h2, #voteWrapper * h2, .storyTitleSmall
{
    font-family: 'Magra', Verdana, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;

    margin: 0;

    text-decoration: none;
    letter-spacing: .5px;
    text-transform: uppercase;

    color: #e30000;
}

#voteWrapper p, p.storyText {
    color: #3A3A3A;

    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 15px;

    margin: 0px 0px 20px;
}

#voteWrapper select, textarea, input {
    color: #666;
    padding: 5px;
    border: 1px solid #9C9C9C;
}
.storyField input{
    color: #666;
    padding: 5px;
    border: 1px solid #9C9C9C;
}

.storyField input:focus{
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(82, 168, 236, 0.6);
}
#voteWrapper input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(82, 168, 236, 0.6);
}

#songInput.input-lg, .storyField input {
    border-radius: 0px;
    padding: 0;
    font-size:inherit;
    line-height: inherit;
    height: 30px;
}
#selectedSongsPanel
{
    margin-top: 30px;
}


#selectedSongsPanelRow{
    padding: 4px;
    margin:0;
}

#selectedSongsPanel.panel-heading{
    border-bottom-color: black;
}
p#selectedSongsLine{
    margin:0 !important;
}

#selectedSongsLine #position{
    font-family: 'Magra', Verdana, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;

    margin: 0 20px 0 0;

    text-decoration: none;
    letter-spacing: .5px;
    text-transform: uppercase;

    color: #e30000;
}

#selectedSongsLine #removeIcon{
    color:red;
    float: right;
    margin-left: 20px;
}
#selectedSongsLine #upDownIcon{
    color:blue;
    float: right;
}
#selectedSongsLine #removeIcon:hover, #selectedSongsLine #upDownIcon:hover{
    color:black;
    float: right;
    cursor: pointer;
}

/* Global */
body
{
    height: 800px;
    margin: 0 0 0 20px;
}

.floatleft
{
    float: left;

    margin-right: 20px;
}

.container
{
    width: 800px;
    margin: auto; /*height:500px;*/
}

/* Users */
#userForm
{
    width: 100%;
}

#first_name,
#last_name,
#email,
#telephone
{
    width: 300px;
}

/* Vote page */
#voteWrapper
{
    width: 100%;
    min-height: 500px;
}

.formSubmit
{
    line-height: 46px;

    height: 46px;
}

#songInput.input-lg
{
    width: 100%;
}

#songsSubmit{
    width: 100%;
}

#submit,
#cancel
{
    width: 80%;
    margin: 9%;
}

ul.dropdown-menu
{
    overflow-y: scroll;

    width: 650px;
    max-height: 500px;
}


/* Templates */

/* Animation */


.slow-show-hide {

}

.slow-show-hide {
    -webkit-transition:all linear 0.5s;
    transition:all linear 0.5s;
}

.slow-show-hide.ng-hide {
    opacity:0;
}

.ng-move {
    transition: 1.75s;
    opacity: 0;
}
.ng-move.ng-move-active {
    opacity: 1;
}