body, html
{
    margin: 0;
    padding: 0;
    font-family: "Open Sans", Tahoma, sans-serif;
}

body
{
    background-image: url(/img/body_bgpattern.png);
}

header .logo
{
    width: 100%;
    padding-top: 37px;
    padding-bottom: 38px;
}

.content-container
{
    width: 100%;
    display: table;
    background-image: none;
    padding: 0;
    position: relative;
}

footer
{
    border-top: 1px solid #a30000;
}

nav
{
    font-family: "Exo 2", Tahoma, sans-serif;
}

.fluid_pseudo_poster
{
	background-size: cover !important;
}

nav.navbar .nav > li > a
{
    min-width: 122px;
    text-transform: uppercase;
    text-align: center;
}

.collapse.in .nav li
{
    text-align: left;
}

.header-banner
{
    padding-top: 17px;
    text-align: center;
}

.cake-debug
{
    background-color: #161616;
}

.cake-error
{
    background-color: #9b0000;
}

h3
{
    border-bottom: 1px solid red;
    margin-top: 10px;
    margin-bottom: 20px;
}

.site-page
{
    margin-top: 20px;
}

/**
 * Flash Messages
 */

.flash-notify
{
    padding-top: 10px;
}

.flash-notify #flashMessage
{
    margin-bottom: 15px;
    border-radius: 5px;
    line-height: 19px;
    padding: 15px;
    font-size: 12pt;
    text-shadow: 1px 1px black;
    font-family: "Exo 2", Verdana, Tahoma, sans-serif;
}

.flash-notify #flashMessage:before
{
    display:inline-block;
    font-family: FontAwesome;
    font-size:inherit;
    padding-right: 5px;
    font-size: 1.2em;
}

.flash-notify #flashMessage.error
{
    border: 1px solid #840000;
    box-shadow: 0px 0px 10px 2px #840000;
    background: #a10000;
    background: -moz-linear-gradient(top,  #a10000 0%, #780000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a10000), color-stop(100%,#780000));
    background: -webkit-linear-gradient(top,  #a10000 0%,#780000 100%);
    background: -o-linear-gradient(top,  #a10000 0%,#780000 100%);
    background: -ms-linear-gradient(top,  #a10000 0%,#780000 100%);
    background: linear-gradient(to bottom,  #a10000 0%,#780000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a10000', endColorstr='#780000',GradientType=0 );

}

.flash-notify #flashMessage.error:before
{
    content: "\f057";
}

.flash-notify #flashMessage.warning
{
    border: 1px solid #6d3d00;
    box-shadow: 0px 0px 10px 2px #6d3d00;
    background: #da6e00;
    background: -moz-linear-gradient(top,  #da6e00 0%, #aa5400 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#da6e00), color-stop(100%,#aa5400));
    background: -webkit-linear-gradient(top,  #da6e00 0%,#aa5400 100%);
    background: -o-linear-gradient(top,  #da6e00 0%,#aa5400 100%);
    background: -ms-linear-gradient(top,  #da6e00 0%,#aa5400 100%);
    background: linear-gradient(to bottom,  #da6e00 0%,#aa5400 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da6e00', endColorstr='#aa5400',GradientType=0 );

}

.flash-notify #flashMessage.warning:before
{
    content: "\f071";
}

.flash-notify #flashMessage.message
{
    border: 1px solid #00a3b6;
    box-shadow: 0px 0px 10px 2px #00a3b6;
    background: #00a8c0;
    background: -moz-linear-gradient(top,  rgba(0,168,192,1) 0%, rgba(0,107,185,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,168,192,1)), color-stop(100%,rgba(0,107,185,1)));
    background: -webkit-linear-gradient(top,  rgba(0,168,192,1) 0%,rgba(0,107,185,1) 100%);
    background: -o-linear-gradient(top,  rgba(0,168,192,1) 0%,rgba(0,107,185,1) 100%);
    background: -ms-linear-gradient(top,  rgba(0,168,192,1) 0%,rgba(0,107,185,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,168,192,1) 0%,rgba(0,107,185,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a8c0', endColorstr='#006bb9',GradientType=0 );

}

.flash-notify #flashMessage.message:before
{
    content: "\f05a";
}

.flash-notify #flashMessage.success
{
    border: 1px solid #006b0a;
    box-shadow: 0px 0px 10px 2px #006b0a;
    background: #00b900;
    background: -moz-linear-gradient(top,  #00b900 0%, #008500 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b900), color-stop(100%,#008500));
    background: -webkit-linear-gradient(top,  #00b900 0%,#008500 100%);
    background: -o-linear-gradient(top,  #00b900 0%,#008500 100%);
    background: -ms-linear-gradient(top,  #00b900 0%,#008500 100%);
    background: linear-gradient(to bottom,  #00b900 0%,#008500 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b900', endColorstr='#008500',GradientType=0 );

}

.flash-notify #flashMessage.success:before
{
    content: "\f058";
}

form .error-message
{
    color: red;
    font-weight: bold;
}

.sidebar
{
    transition: width 200ms ease-in-out;
}

.sidebar.collapsable
{

}

.sidebar .sidebar-content
{
    display: block;
}

.sidebar .collapse-toggle
{
    display: none;
    text-align: center;
}

.sidebar .collapse-toggle > i
{
    font-size: 2em;
}

.sidebar.expanded
{
}

.sidebar.expanded .sidebar-content
{
    display: block !important;
}

.sidebar .sidebar-content .search-form
{
    padding: 10px;
}

@media (max-width: 767px)
{
    .sidebar.collapsable.expanded
    {
        width: 200px !important;
        background-color: #151515;
        top: 0;
        border-right: 1px solid red;
    }

    .sidebar.collapsable
    {
        width: 20% !important;
        position: absolute !important;
        z-index: 999;
        height: 100%;
    }

    .sidebar.collapsable .sidebar-content
    {
        display: none;
    }

    .sidebar.collapsable .collapse-toggle
    {
        display: block;
    }

    .content-body
    {
        padding-left: 25%;
    }
}

.userclass-admin
{
    font-weight: bold;
    color: red;
}

.overlay-message
{
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    padding: 10px;
    opacity: 0;
    transition: opacity ease-in-out 500ms;
    display: table;
    font-size: 1.3em;
    z-index: 9999999;
}

.overlay-message .message
{
    display: table-cell;
    vertical-align: middle;
}

.overlay-message::before
{
    content: ' ';
    display: block;
    position: absolute;
    top: -5px;
    left: 0;
    height: 5px;
    width: 0%;
    transition: width ease-in-out 3s;
}

.overlay-message.visible
{
    opacity: 1;
}

.overlay-message.visible::before
{
    width: 100%;
}

.overlay-message.overlay-success
{
    background: #00b900;
}

.overlay-message.overlay-success::before
{
    background-color: #006b0a;
}

.overlay-message.overlay-info
{
    background: #00a3b6;
}

.overlay-message.overlay-info::before
{
    background-color: #006bb9;
}

.overlay-message.overlay-warn
{
    background: #da6e00;
}

.overlay-message.overlay-warn::before
{
    background-color: #6d3d00;
}

.overlay-message.overlay-error
{
    background: #a10000;
}

.overlay-message.overlay-error::before
{
    background-color: #840000;
}

.blur-image
{
    filter: blur(10px);
}

.blur-text
{
    filter: blur(5px);
}