/* Add here all your CSS customizations */

.bg-none
{ background: none !important; background-image: none !important; }

.ticket-toolbar {
    padding: 0;
    z-index: 1001;
    background: #1D2127;
    margin: -40px -40px 30px;
    border: 1px solid transparent;
    border-left: 1px solid #121418;
}

.flash-me {
    background-color: #004A7F;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    font-size: 20px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
}
@-webkit-keyframes glowing-red {
    0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
    50% { background-color: #FF0000; -webkit-box-shadow: 0 0 40px #FF0000; }
    100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
}

@-moz-keyframes glowing-red {
    0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
    50% { background-color: #FF0000; -moz-box-shadow: 0 0 40px #FF0000; }
    100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes glowing-red {
    0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
    50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
    100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

@keyframes glowing-red {
    0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
    50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
    100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

/* Orange Glow */
@-webkit-keyframes glowing-orange {
    0% { background-color: #ed9c28; -webkit-box-shadow: 0 0 3px #ed9c28; }
    50% { background-color: #ff4c1a; -webkit-box-shadow: 0 0 40px #ff4c1a; }
    100% { background-color: #ed9c28; -webkit-box-shadow: 0 0 3px #ed9c28; }
}

@-moz-keyframes glowing-orange {
    0% { background-color: #ed9c28; -moz-box-shadow: 0 0 3px #ed9c28; }
    50% { background-color: #ff4c1a; -moz-box-shadow: 0 0 40px #ff4c1a; }
    100% { background-color: #ed9c28; -moz-box-shadow: 0 0 3px #ed9c28; }
}

@-o-keyframes glowing-orange {
    0% { background-color: #ed9c28; box-shadow: 0 0 3px #B20000; }
    50% { background-color: #ff4c1a; box-shadow: 0 0 40px #ff4c1a; }
    100% { background-color: #ed9c28; box-shadow: 0 0 3px #B20000; }
}

@keyframes glowing-orange {
    0% { background-color: #ed9c28; box-shadow: 0 0 3px #ed9c28; }
    50% { background-color: #FF4C1A; box-shadow: 0 0 40px #ed9c28; }
    100% { background-color: #ed9c28; box-shadow: 0 0 3px #ed9c28; }
}

.flash-me {
    -webkit-animation: glowing-orange 500ms infinite;
    -moz-animation: glowing-orange 500ms infinite;
    -o-animation: glowing-orange 500ms infinite;
    animation: glowing-orange 500ms infinite;
}

#quicklinks {
    margin-top:20px;
    margin-bottom: 24px;
}

.search-bar {
    margin: -40px;
}

.search-bar .search-wrapper {
    background: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    margin-top: 3px;
    padding: 20px 50px;
}