/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

.red{ color: #f00; }
.blue{ color: #00f; }
.green{ color: #090; }
.orange{ color: #f90; }
.pink{ color: #f0f; }

.fc-week0:hover td{ background-color: rgba(255,0,0,0.1); }
.fc-week1:hover td{ background-color: rgba(255,0,0,0.1); }
.fc-week2:hover td{ background-color: rgba(255,0,0,0.1); }
.fc-week3:hover td{ background-color: rgba(255,0,0,0.1); }
.fc-week4:hover td{ background-color: rgba(255,0,0,0.1); }
.fc-week5:hover td{ background-color: rgba(255,0,0,0.1); }
.fc-week6:hover td{ background-color: rgba(255,0,0,0.1); }
.fc-week7:hover td{ background-color: rgba(255,0,0,0.1); }

.fixed-ribbon #content{ padding-top: 10px; }
#extr-page h4.paragraph-header {
    width: 100%;
}

#header{
    background: #9fbf01;
    background: -moz-linear-gradient(top, #9fbf01 0%, #859f02 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #9fbf01), color-stop(100%, #859f02));
    background: -webkit-linear-gradient(top, #9fbf01 0%, #859f02 100%);
    background: -o-linear-gradient(top, #9fbf01 0%, #859f02 100%);
    background: -ms-linear-gradient(top, #9fbf01 0%, #859f02 100%);
    background: linear-gradient(to bottom, #9fbf01 0%, #859f02 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9fbf01', endColorstr='#859f02', GradientType=0 );
}

#project-context>:first-child, .project-context>:first-child{color: #fff;}
#logo-group{ text-align: center;}
#logo{margin: 0px 10px;}
#logo img{
}