﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{
    border: 0 none;
    margin: 0;
    padding: 0;
    
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary
{
    display: block;
}

.site-header .site-logo.hasCustomLogo
{
    bottom: 0;
    display: block;
    left: 0;
    margin: 0;
    padding-top: 5px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 200px;
}

.site-header
{
    background-color: #3d87c7;
    background-image: url(../images/header-bg.png);
    background-repeat: repeat-x;
    height: 60px;
    left: 0;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
}

.site-header .site-logo
{
    float: left;
    margin: 10px;
    margin-top: 5px;
}

.site-header .site-logo img
{
    max-width: 115px;
}

/**************************************************************************************************/

/*                                            Site Menu                                        */

/**************************************************************************************************/

.site-menu
{
    left: 220px;
    position: absolute;
    top: 5px;
    z-index: 1000;
}

.site-menu li
{
    display: inline-block;
}

.site-menu li a
{
    border-radius: 5px 5px 0 0;
    color: #98b9d4;
    display: block;
    font-weight: bold;
    margin-right: 5px;
    padding: 20px;
    padding-bottom: 25px;
    padding-top: 10px;
    text-align: center;
}

.site-menu li a i
{
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
}

.site-menu li.active a, .site-menu li:hover a
{
    background: white;
    color: #f26522;
    position: relative;
}

.site-menu li.active a:after, .site-menu li:hover a:after
{
    box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.1);
    content: " ";
    display: block;
    height: 50px;
    left: 0px;
    position: absolute;
    top: 20px;
    width: 100%;
    z-index: -1;
}

.button a
{
    color: white;
}

.button.flat
{
    background: white;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: inset 0px -3px 0px #ddd;
    color: #2c2c2c;
    padding: 15px;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
}

.button.flat.fullwidth
{
    width: 100%;
}

.button.flat i
{
    color: #3d87c7;
}

.button.flat.green
{
    background: #8dc63f;
    border: none;
    box-shadow: inset 0px -3px 0px #567b24;
    font-size: 14px;
    min-width: 130px;
    text-shadow: 1px 1px 1px #567b24;
}

.button.flat.green a
{
    color: white;
}

.button.flat.green:hover
{
    background: #99cc53;
}

.button.flat.green i
{
    color: white;
}

.button.flat.green.animated i
{
    color: white;
    font-size: 20px;
    line-height: 0;
    opacity: 1;
}

.button.flat.blue
{
    background: #3d87c7;
    border: none;
    box-shadow: 1px 1px 1px #2f6da2;
    box-shadow: inset 0px -3px 0px #23527b;
    font-size: 16px;
    padding: 20px;
}

.button.flat.blue.small
{
    font-size: 13px;
    padding: 12px 12px;
}

.button.flat.blue:hover
{
    background: #5193cd;
}

.button.flat.blue i
{
    color: white;
    opacity: 1;
}

.button.flat.blue.animated i
{
    color: white;
    font-size: 15px;
    line-height: 0;
    opacity: 1;
}

/**************************************************************************************************/

/*                                            User Info                                           */

/**************************************************************************************************/

.user-info
{
    color: white;
    font-weight: bold;
    position: absolute;
    right: 40px;
    top: 9px;
}

.user-info .user-icon
{
    color: white;
    padding-bottom: 20px;
}

.user-info .user-icon .user-pic
{
    border: 2px solid #ddd;
    border-radius: 25px;
    color: white;
    background-color: white;
    height: 50px;
    margin-right: 10px;
    position: relative;
    vertical-align: middle;
    width: 50px;
}

.user-info .user-icon:hover .user-actions
{
    background: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1), -3px 3px 3px rgba(0, 0, 0, 0.1);
    display: block;
    left: 50%;
    margin-left: -75px;
    min-width: 150px;
    padding: 10px;
    position: absolute;
    top: 60px;
    z-index: 100;
}

.user-info .user-icon:hover .user-actions:after
{
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    background: white;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    content: " ";
    height: 16px;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    top: -8px;
    transform: rotate(-45deg);
    width: 16px;
    z-index: 1000;
}

.user-info .user-icon:hover .user-actions h4
{
    border-top: 1px solid #ddd;
    color: black;
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-top: 10px;
    text-transform: uppercase;
}

.user-info .user-icon:hover .user-actions a
{
    color: #3d87c7;
    display: block;
    font-weight: 300;
    margin-bottom: 5px;
}

.user-info .user-actions
{
    display: none;
    z-index: 2000;
}

.user-info .user-icon span
{
    background: url(../images/tri.png) no-repeat right center;
    padding-right: 20px;
}

.activeOrganization
{
    background: #0d83dd;
    border-radius: 5px;
    color: white !important;
    padding: 3px;
}