/*----------------------------------------------------------------------------------------------------+

	* Description.......: Global sitewide styles - version 0.1
	* Author............: Adriano Pezzella [Tahoe Partners]
	* Created date......: 09-05-2014
	* Modified by.......: Vince Dudzinski
	* Modified date.....: 05-13-2014


/* 	=Resets-Clears
============================================================ */	

<!-- This clears remnant inner-shadows and non-standard borders on form input fields -->
select, input  {		
	box-shadow: 0 !important;
	-webkit-box-shadow: 0 !important;
	-webkit-transition: 0 !important;
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	border-radius: 2px !important;
	border: 1px solid #CCC !important;
}


/* 	=Header
============================================================ */	
#main-header {
    min-width: 990px; /*fixed width*/
    padding-top: 15px;
    margin-bottom: 10px;
    background-color: #036;
}
#main-header:before,
#main-header:after { content: "";  display: table; } 
#main-header:after { clear: both; }
#main-header { zoom: 1; }

.page-body { min-width: 990px; /*fixed width*/ }
.page-body:before,
.page-body:after { content: "";  display: table; } 
.page-body:after { clear: both; }
.page-body { zoom: 1; }



#main-header .site-title {
    float: right;
    color: #fff;
	font-family: Arial, Helvetica, sans-serif !important;
    font-size: 20px;
	font-weight: bold;
}

div.site-title {
	float: right;
	font-weight: bold;
    color: #003366;
    font-size: 24px;
	border-left: 0 !important;
	padding-right: 20px;
}

#main-header .primary-tabs {
    padding-top: 15px;
    border-bottom: 1px solid transparent;
    text-transform: uppercase;
}

#main-header .utility-links {
    float: right;
    color: #fff;
}

.site-utility { height: 40px; }

.utility-links > li { margin-left: 10px; }

.utility-links  a { color: #fff; }

.utility-links  a:hover { 
    color: #fdb913;
    text-decoration: none; 
}

/* 	=Body
============================================================ */	
.toolbar {  }

.toolbar button { 
	padding: 4px 8px;
	height: 32px;
}

.btn-toolbar.year { margin-bottom: 10px; }

.toolbar button span + small {
    display: block;
    min-height: 28px;
    padding-top: 5px;
    font-size: 10px;
    line-height: 1.1;
}

.site-content { margin-top: 10px; border: 1px solid #ccc; }
.site-content #side-panel { border-right: 1px solid #ccc; }
.site-content #main-content { /*border-left: 1px solid #ccc;*/ }


.input-group-addon {
	-webkit-border-radius: 0 2px 2px 0 !important;
	-moz-border-radius: 0 2px 2px 0 !important;
	border-radius: 0 2px 2px 0 !important;
}

.main-content {
	min-width: 960px;
}

/* 	=Layout
============================================================ */	
#side-panel { 
    float: left; 
    z-index: 1000;
    top: 0;
    left: 0;
    overflow-x: hidden;
    display: inline-block;
}

.no-sidebar { margin-left:0 !important; }

#main-content { 
    float: left; 
    position: relative; 
}

#main-content.no-sidebar { padding-left: 0; }


#main-content .panel-collapse { margin-left: 18px; }
#main-content.no-sidebar .panel-collapse { margin-left: 0; }

#main-content .content-title {
    margin-left: -20px;
    padding-left: 20px;
}
#main-content.no-sidebar .content-title {
    margin-left: 0;
    padding-left: 10px;
}

#toggleSidebar {
    position: absolute;
    z-index: 99;
    top: 125px;
    left: -1px;
    float: left;
    outline: medium none;
    padding: 40px 1px;
    background-color: #eee;
    border-radius: 0 4px 4px 0;
    border-style: solid;
    border-width: 1px 3px 1px 1px;
    border-color: #ddd #fed05f #ddd #ccc;
}
#toggleSidebar i { 
  font-size: 10px; 
    color: #a0a0a0;
}

#toggleSidebar:hover {
    background-color: #f5f5f5;
    border-left-color: #ddd;
    border-right-color: #fdb913;
}

#toggleSidebar.edge { margin-left: -38px; margin-left: -17px; }

.panel-body .table { margin-bottom: 0; }

.function-bar,
.content-title {
    min-height: 46px;
    padding: 6px 8px;
    background-color: #FFF;
}

.function-bar .vline {
    display: table-cell;
    height: 34px;
    vertical-align: middle;
}

.vline span, 
.vline i {
    margin-right: 10px;
}

.content-title h1 {
    font-size: 14px;
    margin: 6px 0 0;
}
.content-title .progress { margin-bottom: 0; }

td .progress { margin-bottom: 0; }

.pagination-bar a { float: left; margin-top: 2px; }

.pagination-bar .pagination-value { 
    float: left; 
    display: inline-block; 
    margin-left: 4px;
    margin-right: 4px;
}

.pagination-bar .pagination-value input {
    display: inline;
    float: left;
    margin: 0 4px;
    width: 28px;
}
.pagination-bar label { line-height: 1.6; }

.pagination-bar a:hover,
.pagination-bar a:focus {
    text-decoration: none;
}
.pagination-bar a.disabled { cursor: default; }

.form-control {
	height: 32px;	
}

#searchFilterBar {
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	width: 100%;
}
	#searchFilterBar table {
		width: 100%;
	}
	#searchFilterBar table td:first-child {
		width: 100px;
	}
	#searchFilterBar table td {
		padding-left: 10px;
		text-align: right;
	}
	#searchFilterBar table td input, #searchFilterBar table td select {
		width: 100%;
	}

.sectionHeaderBar {
	width: 100%;
	background-color: #23679B;
	color: #FFFFFF;
	padding: 10px 10px 10px 20px;
}

	.sectionHeaderBar .text-right{
		float: right;
	}

.updateContainer, .newsContainer {
	padding: 10px 10px 10px 20px;	
	width: 100%;
	display:inline-block;
}
.videoPreview {
	float: left;
	margin-right: 15px;
}

.itemDescription {
	padding: 0 0 0 15px;
	display:block;
}
	.itemDescription .descriptionTitle {
		font-weight: bold;		
	}
 .altRow {
	background-color: #f3f3f3;	
}

.panelSubmenu {
	width: 100%;
	font-size: 12px;
	margin-top: 10px;
	display: block;
	float: left;
}
	.panelSubmenu table {
		margin: 0 auto;
	}
		.panelSubmenu table td {
			padding: 10px 20px;
		}
		.panelSubmenu table td a:hover {
			text-decoration: none;
		}
		.panelSubmenu table td:hover, .panelSubmenu table td.selected {
			background-color: #FDB913;
		}

.featuredVideo {
	margin: 0 auto;
	width: 75%;
	padding-top: 20px;
}
	.featuredVideo p {
		margin-top: 15px;	
	}

.titleBar {
	background-color: #23679B;
	color: #FFFFFF;
	display: block;
	padding: 5px;
}

.carousel-video {
	margin: 20px auto 10px;
	width: 75%;
	border: 1px solid #23679B;
}

.scrollContainer {
	margin: 0 auto;	
	display: block;
	width: 90%;

}
	.scrollContainer .video {
		margin: 0 5px;
		padding: 10px;
		width: 30%;
		display: inline-block;
	}
	.scrollContainer .video p {
		margin-top: 10px;	
		font-size: 11px;
	}

/* 	=Framework
============================================================ */	

/* panels */
.panel-title > a:after {
    font-family: "icomoon";
    content: "\e624";
    transform: none;
    font-size: 22px;
    line-height: 14px;
    padding: 0;
    /*color: #333;*/
}

.panel-title > a.collapsed:after {
    font-family: "icomoon";
    content: "\e655";
    transform: none;
}


/* 	=Login Screen
============================================================ */	
.loginBackground {
	background: url(../images/globe-loginbg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 550px;
	min-width: 100px;
}

.loginContainer{
	margin: 80px auto;
	width: 260px;
	border: 0;
	
}

.loginHeader {
	background-color: #036;
	padding: 10px;
	border-bottom: 2px solid #FDB913;
}

.appNameHeader {
	font: 16px/18px Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

.loginBody {
	border: 1px solid #CCC;
	background: rgba(255,255,255,0.60);
	padding: 20px;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}

.loginField {
	width: 100%;
	padding: 5px;
	border: 1px solid #CCC;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.forgotLink {
	display: block;
	text-align: right;
	margin: 4px 0 0;
	font-size: 11px;	
}

/* 	=Tables
============================================================ */	

.table {
	border: 1px solid #ddd;	
}

.table>thead>tr>th {
	background-color: #ddd;
	color: #404040;
}

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #f3f3f3;	
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #fdb913;
  cursor: pointer;
}

tr.accent, tr td.accent {
	font-weight: normal;	
}

tr .accent2, tr td.accent2 {
	background-color: #23679b;
	color: #FFF;
}

tr.accent-light, tr td.accent-light {
  background-color: #ddd;
}

/* 	=Modals
============================================================ */	

.modal-action {
	padding: 5px;
}

.value {
	text-align: left;
	padding-left: 5px;
}

/* 	=Widgets
============================================================ */	

.videoBox {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 4px;
}


/* 	=Footer
============================================================ */	

footer {
	background-color: #FFF;
	padding: 15px 10px;
	font-size: 12px;
	line-height: 14px;
	color: #333;
}

.footerLinks {
	width: 380px;
	margin: 0 auto;	
}

.footerLinks li{
	display: inline;
	margin-right: 15px;
}

	.footerLinks li a{
		color: #FFF;
		text-decoration: none;
	}
	.footerLinks li a:hover{
		color: #FDB913;
		text-decoration: underline;
	}

.disclaimer {
	font: 12px/18px Arial, Helvetica, sans-serif normal;	
	margin: 15px 25px;
}

/********************************************
/*   Menu Styles
/*******************************************/
img.centerImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div.appMenu {
    height: 18px;
    width: 100%;
    border-style: None;
    float: left;
    z-index: 100;
}

.staticMenu {
	cursor: pointer;
    z-index: 100;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    text-transform: none;
}

    .staticMenu > li {
  position: relative;
  display: block;
}

        .staticMenu > li > a {
  margin-right: 2px;
  padding: 7px 12px 5px;
  line-height: 1.2;
  border: 1px solid transparent;
  border-radius: 0;
  color: #fff;
  background-color: #6699cc;
  outline: none;
  transition: none;
}

.staticMenu * a:hover,
.staticMenu * a:focus {
    color: #555555;
    background-color: #fdfdfd;
    border-color: #f3f3f3 #f3f3f3 #dddddd;
}

    .staticMenu * a:link {
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 14px;
}

.dynamicMenu {
	border: outset 1px #FDB913;
	text-decoration: none;
    z-index: 100;
}

    .dynamicMenu * a.dynamic {
    font-family: Verdana, Arial;
	font-size: 8pt; 	
	background: white; 	
	color: black; 	
	cursor: pointer; 			
	text-decoration: none;
        padding: 10px 12px 10px 10px;
	border-right: #FDB913 0px solid; 
	border-top: #CCCCCC 0px solid; 
	border-left: #FDB913 0px solid; 
	border-bottom: #CCCCCC 1px solid;
}

    .dynamicMenu * a:hover.dynamic {
    background-color: #FDB913;
}

.has-popup.dynamic > a.dynamic {
    padding-right: 22px;
}

    .has-popup.dynamic > a.dynamic:after {
        content: "\e655";
    font-family: 'icomoon';
        line-height: 1;
    position: absolute;
    right: 0px;
    margin: -1px;
    font-size: 1.0em;
}

div.appMenu img.icon {
    border-style: none;
    vertical-align: middle;
}

div.appMenu img.separator {
    border-style: none;
    display: block;
}

div.appMenu img.horizontal-separator {
    border-style: none;
    vertical-align: middle;
}

div.appMenu ul {
    list-style: none;
    margin: 0;
    padding: 16px 16px 16px 0px;
    width: auto;
    display: none;
}

    div.appMenu ul.dynamic {
        z-index: 100;
        display: inline;
        padding: 0px;
}

    div.appMenu ul.static {
        z-index: 100;
        display: inline;
}

div.appMenu a {
    text-decoration: none;
    white-space: nowrap;
    display: block;
}

    div.appMenu a.static {
        text-decoration: none;
        border-style: none;
}

    div.appMenu a.dynamic {
        text-decoration: none;
}

    div.appMenu a.static.selected {
        text-decoration: none;
        border-style: none;
}

    div.appMenu a.static:hover {
    border-top: 5px solid #FDB913;
    padding-top: 2px;
}

    div.appMenu a.dynamic.selected {
        text-decoration: none;
    background-color: #E8E8E8;
}

.list-inline {
    list-style: none;
    margin-left: -5px;
}

    .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.site-utility {
    height: 46px;
}

.utility-links > li {
    margin-left: 10px;
}

.utility-links a {
    color: #fff;
}

    .utility-links a:hover {
    color: #fdb913;
    text-decoration: none; 
}

.site-utility * a:link {
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 14px;
}

.menuBackground {
	text-align: left;
}

.menuBorderTop {
	border-top: #FDB913 1px solid;
}

.divHeightNoButton {
    padding: 10px 15px;
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}

.panel-group .divHeightNoButton {
    border-bottom-color: currentColor;
    border-bottom-width: 0px;
    border-bottom-style: none;
}

.panel-primary > .divHeightNoButton {
    color: #555;
    border-top-color: #dde8f5;
    border-right-color: #dde8f5;
    border-bottom-color: #dde8f5;
    border-left-color: #dde8f5;
    background-color: rgb(221, 232, 245);
    padding-bottom: 38px;
    padding-top: 0px;
}

.panel-default > .divHeightNoButton {
    color: #555;
    border-top-color: #ddd;
    border-right-color: #ddd;
    border-bottom-color: #ddd;
    border-left-color: #ddd;
    background-color: rgb(221, 221, 221);
}

/*************************************************************************************/
/* Modal Popup with our loading message - USED FOR AJAX CALLS ONLY                   */
/*************************************************************************************/
/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal-loading {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('/Images/loading.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal-loading {
    display: block;
}
/* class to trucate text which does not fits in */
.longtext-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar-toggle.active.focus, .sidebar-toggle.active:focus, .sidebar-toggle.focus,
.sidebar-toggle:active.focus, .sidebar-toggle:active:focus, .sidebar-toggle:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: 2px;
}

.sidebar-items {
    padding-top: 10px
}


.selectedMenu {
    background-color: #4e6d8d;
    padding: 8px !important;
    box-shadow: 0 0 0 1pt #f5f5f5;
    border-radius: 2pt;
}
.panel .panel-heading h1 {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 10px 0;
    padding: 0 0 0.25em 0;
}