/*
 *  Put your custom styles here!
 */

textarea {
    resize: none;
}

ul > li.active > a
{
    color: white;
    background: #A93338;
}

.info_highlight
{
    color: green;
}

.info_bold
{
    font-weight: bold;
}

.clickable
{
    cursor: pointer;
}

.overlay {
    background: rgba(163,163,163,0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden;
}

.overlay > span
{
    color: white;
    font-size: 5em;
    font-weight: bold;
    text-align: center;
    margin-top: 4em;
    display: block;
}

.overlay > h1
{
    font-size: 5em;
    color: white;
    text-align: center;
}

.sf-overlay
{
    background: rgba(169,51,56,1) !important;
    text-align: center;
}

.sf-overlay > span
{
    font-size: 2em !important;
    width: 100%;
    margin-top: 0;
}

.sf-overlay > a 
{
    margin-bottom: 1em;
}

ul.pagination
{
    list-syle-type: none;
}

ul.pagination li
{
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    height: 20px;
    text-align: center;
}

ul.pagination li a
{
    text-decoration: none;
}

.page-list
{
    text-align: center;
}

ul.pagination li.active > a
{
    font-weight: bold;
    background: none;
    color: #A93338;
}

ul.pagination li > a
{
    color: black;
}

div.flakes-navigation li.active > a
{
    color: white;
}

#search
{
    overflow: hidden;
}

.help-tooltip
{
    color: black;
}

.help-tooltip:hover
{
    color: darkred;
    cursor: pointer;
}
