/*------------------------------------------------------------------
[1. Global]
*/

body {
	background: #fcfcfc;
	font: 12px/1.4em arial,helvetica,"Liberation Sans","DejaVu Sans Condensed",sans-serif;
	color: #222222;
}
    
p { 
	font: 12px/1.4em arial,helvetica,"Liberation Sans","DejaVu Sans Condensed",sans-serif;
}

a {
    color: #02478C;
}

li { 
	line-height: 20px;
}

h3 { 
	line-height: 32px;
}

input,
button,
select,
textarea {
	font-family: arial,helvetica,"Liberation Sans","DejaVu Sans Condensed",sans-serif;
}

.dropdown .dropdown-menu {
}

.btn-icon-only {
	padding-right: 3px;
	padding-left: 3px;
}

.table td {
	vertical-align: middle;
	background: #fff;
}


.table-bordered th {
	background: #C9C9C9;
	background:-moz-linear-gradient(top, #EAEAEA 0%, #C9C9C9 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#EAEAEA), color-stop(100%,#C9C9C9)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #EAEAEA 0%,#C9C9C9 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #EAEAEA 0%,#C9C9C9 100%); /* Opera11.10+ */
	background:-ms-linear-gradient(top, #EAEAEA 0%,#C9C9C9 100%); /* IE10+ */
	background:linear-gradient(top, #EAEAEA 0%,#C9C9C9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EAEAEA', endColorstr='#C9C9C9');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EAEAEA', endColorstr='#C9C9C9')";
	
	font-size: 12px;
	color: #444;
/* 	text-transform: uppercase; */
}


/*------------------------------------------------------------------
[2. Navbar / .navbar]
*/

.navbar .container {
	position: relative;
}

.navbar-inner {
	width: 100%;
	height:55px;
	border-bottom: 1px solid #000;
	padding:10px;
}


.navbar-fixed-top {
	position: static;
}

.navbar .nav a {
	font-size: 12px;
}

.navbar .brand {
	position: relative;
	top: 2px;
	left: 10px;
	padding: 0px 20px;
}

.navbar .brand1 { 
	font-size: 16px;
	font-weight: 600;
	position: relative;
	top: -4px;
	padding-left: 10px;
}

.navbar .brand1a { 
	font-size: 16px;
	font-weight: 600;
	position: relative;
	top: -4px;
}

.navbar .brand2 { 
	font-family: "Speedline", arial, sans-serif;
	font-size: 14px;
	font-weight: 200;
	position: absolute;
	top: 32px;
	left: 74px;
	color: #0088CC;
}

.navbar .social-icons { 
	float: right;
	padding: 6px 10px 0px 10px;
}

.navbar .social-icons .social-icon {
	font-size: 24px;
	margin-top: .15em;
	padding: 4px;
}

.navbar .social-icons a .social-icon {
	text-decoration: none;
	color:#0088CC;
}

.navbar .search-query {
	background-color: #444;
	width: 150px;
	font-size: 12px;
	font-weight: bold;
}

.navbar .search-query::-webkit-input-placeholder {
    color: #666;
}

.navbar .search-query:-moz-placeholder {
    color: #666;
}



/*------------------------------------------------------------------
[3. Subnavbar / .subnavbar]
*/

.subnavbar {
	width: 100%;	
    border-top: 1px solid #595959;
}
    
.subnavbar-inner {
	height: 30px;
	
	background-image: -moz-linear-gradient(top, rgba(65,65,65,0.9), rgba(50,50,50,0.9));
	background-image: -ms-linear-gradient(top, rgba(65,65,65,0.9), rgba(50,50,50,0.9));
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(65,65,65,0.9)), to(rgba(50,50,50,0.9)));
	background-image: -webkit-linear-gradient(top, rgba(65,65,65,0.9), rgba(50,50,50,0.9));
	background-image: -o-linear-gradient(top, rgba(65,65,65,0.9), rgba(50,50,50,0.9));
	background-image: linear-gradient(top, rgba(65,65,65,0.9), rgba(50,50,50,0.9));
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#414141', endColorstr='#323232', GradientType=0);

	border-bottom: 1px solid #000;
}

.subnavbar .container > ul {
	display: inline-block;
	
	height: 30px;
	padding: 0;
	margin: 0;
	
}

.subnavbar .container > ul > li {
	float: left;
	
	min-width: 80px;
	height: 30px;
	padding: 0;
	margin: 0;
	
	text-align: center;
	list-style: none;
	
}

.subnavbar .container > ul > li > a {
	display: block;
	
	height: 100%;
	padding: 0 15px;
	
	
	font-size: 13px;
	font-weight: bold;
	color: #d3d3d3;
	
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

.subnavbar .container > ul > li > a:hover {
	color: #f3f3f3;
	text-decoration: none;
}

.subnavbar .container > ul > li > a > i {
	display: inline-block;
	
	width: 20px;
	height: 18px;
	margin-top: 6px;
	margin-bottom: 2px;
	
	font-size: 18px;
	
}

.subnavbar .container > ul > li > a > span {
	display: block;
	padding-top: 4px;
}


.subnavbar .container > ul > li.active > a {
	background: #333;
	color: #49A5FF;
}
    

.subnavbar .dropdown .dropdown-menu a {
	font-size: 12px;
}

    
.subnavbar .dropdown .dropdown-menu {
    	text-align: left;    	
    }
    
    
    
.subnavbar .dropdown-menu::before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #CCC;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: -7px;
	left: 9px;
}

.subnavbar .dropdown-menu::after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid white;
	position: absolute;
	top: -6px;
	left: 10px;
}


.subnavbar .caret {
	margin-top: 0px;
	
	border-top-color: white;
	border-bottom-color: white;
}

.subnavbar .dropdown.open .caret {
	display: none;
}



/*------------------------------------------------------------------
[4. Main / .main]
*/

.main {
	padding-top: 0px;
	padding-bottom: 0px;
	
	border-bottom: 1px solid #000;	
	
	/* background: none repeat scroll 0 0 rgba(0, 0, 0, 0.35); */
	/* background: #B4B4B4; */
	background: none repeat scroll 0 0 rgba(64, 64, 64, 0.45);
}


/*------------------------------------------------------------------
[5. Extra / .extra]
*/

.extra {

	border-top: 1px solid #585858;
	border-bottom: 1px solid #000;

}

.extra-inner {
	padding: 8px 0;
	
	font-size: 12px;
	color: #BBB;
	
	/* background: rgba(26, 26, 26, 0.9); */
	background: rgba(26, 26, 26, 0.93);
}

.extra a {
	color: #666;
}

.extra h4 {
	margin-bottom: 1em;
	
	font-weight: 400;
}

.extra ul {
	padding: 0;
	margin: 12px 0px;
	float: left;
}

.extra li {
	margin-bottom: .6em;
	list-style: none;
	display: inline;
	margin-right: 50px;
}


.extra .social-icons { 
	float: left;
	margin: 6px 0px;
}

.extra .social-icons .social-icon {
	font-size: 32px;
	padding: 8px;
}

.extra .social-icons a .social-icon {
	text-decoration: none;
	color:#0088CC;
}

.extra .brand {
	float: right;
	margin: 0px 10px 0px 20px;
}

.extra .brand2 { 
	float: left;
	font-family: "Speedline", arial, sans-serif;
	font-size: 14px;
	font-weight: 200;
	color: #0088CC;
	padding: 12px 60px 0px 0px;
}

/*------------------------------------------------------------------
[6. Footer/ .footer]
*/

.footer {
	margin-top: 0;
	
	border-top: 1px solid #292929;
}

.footer-inner {
	padding: 15px 0;
	
	font-size: 12px;
	color: #999;
	
	background: rgba(17, 17, 17, 0.97); /* #111111; */
}

.footer a {
	color: #999;
}

.footer a:hover {
	color: #FFF;
	text-decoration: none;
}


/*------------------------------------------------------------------
[6. Widget / .widget]
*/

.widget {
	
	position: relative;
	clear: both;
	
	width: auto;
	
/*	margin-bottom: 1.5em; */
		
	overflow: hidden;
}
	
.widget-header {
	
	position: relative;
	
	height: 32px;
	line-height: 32px;
	
	background: #888888;
	
	border: 1px solid #D5D5D5;
	
	-webkit-background-clip: padding-box;
}

.widget-header-alt1 { 
	background: #8C2C2D;
}

.widget-header-alt2 { 
	background: #4E5197;
}

.widget-header-alt3 { 
	background: #D1DE0A;
}

.widget-header-alt4 { 
	background: #111111;
}
	
	.widget-header h3 {
		
		position: relative;
		top: 2px;
		left: 10px;
		
		display: inline-block;
		margin-right: 3em;
		
		font-size: 14px;
		font-weight: 800;
		color: #fcfcfc;
		line-height: 18px;
		
		text-shadow: 1px 1px 2px rgba(0,0,0,.5);
	}
	
		.widget-header [class^="icon-"], .widget-header [class*=" icon-"] {
			
			display: inline-block;
			margin-left: 13px;
			margin-right: -2px;
			
			font-size: 16px;
			color: #fcfcfc;
			vertical-align: middle;
			
			
			
		}




.widget-content {
	padding: 20px 15px 15px;	
}

.widget-header+.widget-content {
	border-top: none;
	
}

.widget-nopad .widget-content {
	padding: 0;
}

/* Widget Content Clearfix */	
.widget-content:before,
.widget-content:after {
    content:"";
    display:table;
}

.widget-content:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.widget-content {
    zoom:1;
}

/* Widget Table */

.widget-table .widget-content {
	padding: 0;
}

.widget-table .table {
	margin-bottom: 0;
	
	border: none;
}

.widget-table .table tr td:first-child {
	border-left: none;
}

.widget-table .table tr th:first-child {
	border-left: none;
}


/* Widget Plain */

.widget-plain {
	
	background: transparent;
	
	border: none;
}

.widget-plain .widget-content {
	padding: 0;
	
	background: transparent;
	
	border: none;
}


/* Widget Box */

.widget-box {	
	
}

.widget-box .widget-content {	
	background: #E3E3E3;	
	background: #FFF;
}




/*------------------------------------------------------------------
[7. Error / .error-container]
*/

.error-container {
	margin-top: 4em;
	margin-bottom: 4em;
	text-align: center;
}

.error-container h1 {
	margin-bottom: .5em;
	
	font-size: 120px;
	line-height: 1em;
}

.error-container h2 {
	margin-bottom: .75em;
	font-size: 28px;
}

.error-container .error-details {
	margin-bottom: 1.5em;
	
	font-size: 16px;
}

.error-container .error-actions a {
	margin: 0 .5em;
}





/*------------------------------------------------------------------
[8. Miscellaneous]
*/

.chart-holder {
	width: 100%;
	height: 250px;
}

/* Additional */

div.pf_positions {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    clear: left;
    float: left;
    font-size: 12px;
    height: 130px;
    overflow: auto;
    padding: 3px 3px 0;
    text-align: left;
    width: 190px;
}

div.pf_positions label { 
	display: inline;
}

div.photo_carousel_large { 
	width: 960px;
}

div.profile_video_carousel { 
	width: 320px;
	height: 240px;
}

div.profile_video_carousel_btns { 
	width: 480px;
	height: 20px;
}

div.main-content { 
}

.widget-content h2, .basic-content h2 { 
	font-size: 16px;
	line-height: 20px;
	color: #005197;
    font-weight: bold;
	margin: 0  0 8px;
}

div.mainrow { 
	margin-top: 20px;
}

div#main_widget { 
	/* background: #fcfcfc; */
	background: rgba(230, 230, 230, 0.85);
}

div#inner_content h2 { 
	float:left;
}

ul.news-items { 
	padding: 10px;
	background: #f9f9f9;
}

div.col1 { 
	width: 100%;
	padding-left: 30px;
	float: left;
}

div.col2 { 
	width: 100%;
	padding-left: 30px;
	float: left;
}

div.col_inner { 
	margin-right: 40px;
}

@font-face {
  font-family: 'go_boom';
  src: url('/fonts/go_boom.eot'); /* IE9 Compat Modes */
  src: url('/fonts/go_boom.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/go_boom.woff') format('woff'), /* Modern Browsers */
       url('/fonts/go_boom.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/fonts/go_boom.svg#svgFontName') format('svg'); /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Speedline';
  src: url('/fonts/Speedline.eot'); /* IE9 Compat Modes */
  src: url('/fonts/Speedline.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/Speedline.woff') format('woff'), /* Modern Browsers */
       url('/fonts/Speedline.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/fonts/Speedline.svg#svgFontName') format('svg'); /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}

.highlight { 
	color: #02478C;
	font-weight: bold;
}

.credits, .credits a { 
	color: #444;
}

.errorSummary, .errorMessage { 
	padding:8px 35px 8px 14px;margin-bottom:18px;text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);
	border:1px solid #eed3d7;
	background-color:#f2dede;
	color:#b94a48;
}

.well { 
	margin-right: 0px;
	background: #fff;
}

.well2 {
    background-color: #ff;
    margin:0px 0px 20px 0px;
    min-height: 20px;
    padding: 19px 0px;
}

.img-thumb { 
	display:block;
	text-align:center;	
}

.img-rounded {
    border-radius: 6px 6px 6px 6px;
}
.img-polaroid {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 4px;
}
.img-circle {
    border-radius: 500px 500px 500px 500px;
}

.icon-small { 
	margin:10px 0px;
	padding-right: 10px;
	font-size: 16px;
	color: #444;
}

.gen-search-form { 
	margin-right:40px;
}

.social_icons{
	float:right;
}

.social_icons .social_icon{
	float:left;
	padding-left:20px;
}

.pagination-title { 
	float:left; 
	padding:10px 20px;
}

/*------------------------------------------------------------------

[Dashboard Stylesheet]

	Project:		Base Admin
	Version:		1.0
	Last change:	05/21/2012
	Assigned to:	Rod Howard (rh)



[Table of contents]

	1. Shortcuts
	2. Stats
	3. Task List
	4. News Item

-------------------------------------------------------------------*/



/*------------------------------------------------------------------
[1. Shortcuts / .shortcuts]
*/
div#shortcut_bar {
	display: none;
	position: absolute;
	top: 100px;
	left: -120px;
	width: 120px;
	height: 500px;
}

div#shortcut_bar h2 { 
	font-size: 16px;
	line-height: 20px;
	/* color: #005197; */
	color: #fff;
    font-weight: bold;
	margin: 0  0 8px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.7);
	padding-left: 10px;
}

.shortcuts {
	
}

.shortcuts .shortcut { 
	width: 100px;
	height: 50px;
	display: inline-block;
	padding: 12px 0;
	margin: 0 8px 1em 0px;
	vertical-align: top;	
	
	text-align: center;	
	text-decoration: none;
	
	background: #DADADA;	
}

.shortcuts_h .shortcut { 
	width: 18%;
	height: 55px;
	margin: 0 8px 1em 0px;
}

.shortcuts .shortcut .shortcut-icon {
	margin-top: .25em;
	margin-bottom: .25em;
	
	font-size: 28px;
	color: #666;
}

.shortcuts_h .shortcut .shortcut-icon {
	font-size: 28px;
	margin-top: .15em;
}

.shortcuts .shortcut:hover {
	background: #028EDE;
}

.shortcuts .shortcut:hover .shortcut-icon, .shortcuts .shortcut:hover .shortcut-label {
	color: #fcfcfc;
}

.shortcuts .shortcut-label {
	display: block;
	
	font-weight: 400;
	color: #444;
}

.shortcuts .shortcut_alt {
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);

	background: #02478C;

}

.shortcuts .shortcut_alt .shortcut-label { 
	color: #fcfcfc;
}

.shortcuts .shortcut_alt .shortcut-icon {
	margin-top: .25em;
	margin-bottom: .25em;
	
	font-size: 28px;
	color: #fcfcfc;
}

.shortcuts .shortcut_alt:hover {
	background: #028EDE;
}

.shortcuts .shortcut_alt:hover .shortcut-icon {
	color: #fcfcfc;
}


/*------------------------------------------------------------------
[2. Stats / .stats]
*/

.stats {
	width: 100%;
	display: table;
	padding: 0 0 0 10px;
	margin-top: .5em;
	margin-bottom: 1.9em;
}

.stats .stat {
	display: table-cell;
	width: 40%;
	vertical-align: top;
	
	font-size: 11px;
	font-weight: bold;
	color: #999;
}

.stat-value {
	display: block;
	margin-bottom: .55em;
	
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -2px;
	color: #444;
}

.stat-time {
	text-align: center;
	padding-top: 1.5em;
}

.stat-time .stat-value {
	color: #F90;
	font-size: 40px;
}

.stats #donut-chart {
	height: 100px;
	margin-left: -20px;	
}





/*------------------------------------------------------------------
[3. News Item / .news-items]
*/

.news-items {
	margin: 1em 0 0;
}

.news-items li {
	display: table;
	padding: 0 4px 10px 4px;
	margin-bottom: 1em;
	
	border-bottom: 1px dotted #CCC;
}

.news-items li:last-child { padding-bottom: 0; border: none; }

.news-item-date {
	display: table-cell;
}

.news-item-detail {
	display: table-cell;
}

.news-item-img {
	display: table-cell;
}

.news-item-title {
	font-size: 13px;
	font-weight: 600;
}

.news-item-date {
	width: 55px;
	vertical-align: middle;
	
	text-align: right;
}

.news-item-date2 {
	vertical-align: middle;
	color: #444;
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
}

.news-item-img {
	width: 75px;
	vertical-align: middle;
	
	text-align: left;
	float:left;
	margin-right:10px;
}

.news-item-day {
	display: block;
	margin-bottom: .25em;
	
	font-size: 24px;
	color: #888;
}

.news-item-preview {
	margin: 6px 10px 0px 0px;
	line-height: 1.3em;

/*	color: #777; */
}

.news-item-month {
	display: block;
	padding-right: 1px;	
	
	font-size: 12px;
	font-weight: 600;
	color: #888;
}

.news-item-read-more { 
	text-align:right;
	float:right;
	margin-right:20px;
}


/*------------------------------------------------------------------
[4. Action Table / .action-table]
*/

.action-table .btn-small {
	padding: 4px 5px 5px;
	
	font-size: 10px;
}

.action-table .td-actions { 
	width: 80px; 
	
	text-align: center; 
}

	.action-table .td-actions .btn { 
		margin-right: .5em;		
	}
	
	.action-table .td-actions .btn:last-child { 
		margin-rigth: 0; 		
	}
	
	
	
	
	
	
	
@media (max-width: 979px) {
	
	.shortcuts .shortcut {
		width: 31%;
	}
}


@media (max-width: 480px) {
	
	.stats .stat {
		
		margin-bottom: 3em;
	}
	
	.stats .stat .stat-value {
		margin-bottom: .15em;
		
		font-size: 20px;
	}
	
	.stats {
		float: left;
		
		display: block;
		
		margin-bottom: 0;
	}
	
	#chart-stats {
		margin: 2em 0 1em;		
	}
	
	.shortcuts .shortcut {
		width: 48%;
	}
}


/*------------------------------------------------------------------
[5. News Item / .news-items]
*/

.partner-items {
	margin: 1em 0 0;
}

.partner-items li {
	display: table;
	padding: 0 2em 0 1.5em;
	padding-bottom: 1em;
	margin-bottom: 1em;
	
	border-bottom: 1px dotted #CCC;
}

.partner-items li:last-child { padding-bottom: 0; border: none; }

.partner-item-detail {
	display: table-cell;
	width:300px;
}

.partner-item-img {
	display: table-cell;
}

.partner-item-title {
	font-size: 14px;
	font-weight: 600;
}

.partner-item-moreinfo {
	width: 125px;
	vertical-align: middle;
	
	text-align: right;
}

.partner-item-img {
	width: 120px;
	vertical-align: middle;
	
	text-align: left;
}

.partner-item-preview {
	margin-bottom: 0;
	
/*	color: #777; */
}