/* 
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *---------------------------------------------- -------- -------- 
 * Mod{NAME}C                                     5.6.2    6.2
 *   {NAME} = sanitized version of the DesktopModule Name 
 *   Used on <div> tag surrounding Module Content, inside container
 *---------------------------------------------- -------- -------- 
 */  



/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

#ControlBar { -webkit-box-sizing: content-box!important; -moz-box-sizing: content-box!important; box-sizing: content-box!important;  }
#ControlBar_ControlPanel { z-index: 1000; }
#ControlNav > li > a, #ControlEditPageMenu > li, #ControlActionMenu > li > a, .controlBar_editPageInEditMode, .dnn_mact > li.actionMenuMove > ul li, #ControlEditPageMenu > li > a { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;  }
.Normal {font-size:1em;}
.DNNContainer_Title_h2 h2 .TitleH2 {display:none;}
/*FORM*/
#Form { height:100%;margin:0;}
#template-AmberAlertHead ~ #template-layout-wrapper > #template-header {
    position: inherit;
}


#accordion li > h3:after {
    content: " ";
    border: none!important;
    /* width: 5px; */
    border-left: none!important;
    /* left: 0px; */
    float: none!important;
    /* top: 5px; */
    /* padding-top: 5px; */
    margin-top: none!important;
    display: none!important;
}
  .glyphicon-chevron-right{
   float: right;
  }
li.sidetitle:hover span.glyphicon.glyphicon-chevron-right {
    transform: rotate(90deg);
}
#accordion h3 span {
    margin-right: 0px;
}
.undercaption {
    display: block;
}
#template-footer {
      margin-top: 1% !important;
}
@media screen and (max-width:500px) {
#template-footer {
    position: relative !important;
      margin-top: 1% !important;
}
}
@media screen and (min-width:501px) and (max-width:999px) {
  #template-footer {
    position: relative !important;
}
}
/* New Navigation */


/* The Magic */
.NavSection:hover .NavSection-item:hover .NavSection-item-content,
.NavSection .NavSection-item--default .NavSection-item-content {
    height: 30em;
}

.NavSection-item-content,
.NavSection:hover .NavSection-item-content {
    height: 0;
    overflow: hidden;
    transition: height .25s ease;
}

.NavSection {
    padding: 0;
    margin: 0 auto;
}

.NavSection .NavSection-item {
    background-color: #C1D0D8;
    border-bottom: 1px solid #666;
    padding: 5px;
    color: #eee;
}
.NavSection h3 {
    padding-left: 1%;
    padding-right: 1%;
    color: #02528a;
    margin-top: 4%;
}
.NavSection-item-content {
    margin: 0px;
    padding: 1%;
}
.NavSection-item-content ul {
    text-decoration: none;
    margin-top: 2%;
    list-style: none;
    background-color: #fff;
    height: 100%;
    /* margin-left: 0px; */
}
.NavSection-item-content ul li {
    Padding-top: 3%;
    Padding-bottom: 3%;
    padding-left: 5%;
    border-left: 5px solid #ffffff;
    border-right: 5px solid #ffffff;
}
.NavSection-item-content ul {
    text-decoration: none;
    margin-top: 2%;
    list-style: none;
    background-color: #fff;
    height: 100%;
    padding-left: 0%;

}
.NavSection-item-content ul a{
    color: #02528a;
}
.NavSection-item-content ul li:hover {

    width: 100%;
    border-left: 5px solid #71bfe8;
    border-right: 5px solid #71bfe8;
}
.default {
    background-color: #71bfe8;
	 border-left: 5px solid #71bfe8;
    border-right: 5px solid #71bfe8;
}
.default a {
    border-right: 5px solid #71BFE8;
    border-left: 5px solid #71BFE8;
    background: #71BFE8;
}
.NavSection-item-content li.default {
    border-left: 5px solid #71bfe8;
    border-right: 5px solid #71bfe8;
}
.NavSection-item:hover > h3 > .glyphicon-chevron-right
{
    transform: rotate(90deg);
}
/* Test */
#Content, #TopContent {
    margin-top: 0px;
    border-top: 5px solid #D1D3D4;
    height: auto;
    max-width: 132em !important;
    background-color: #E0E3E4;
}
/* End Temp */
/* V2 Colors */
.aircaption {
    color: white;
    padding: 0em 0.5em;
    position: fixed;
    position: fixed;
    top: 10.3em;
    opacity: 7.95;
    text-shadow: 2px 2px 4px #012038;
}
#homeslider .carousel-caption {
    width: 100%;
    left: 0%;
    right: 0%;
    background-color: rgba(0, 0, 0, 0.38);
    padding-bottom: 30px;
    bottom: 0px;
    color: #fff;
    text-shadow: black 1px 1px 1px;
    font-family: asap;
    font-size: 20px;
}
.nav-tabs {
    border-bottom: 1px solid #004e8c;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #004e8c;
    border-radius: 4px 4px 0 0;
    background-color: #004e8c;
    color: #fff;
}
.nav-tabs>li>a:hover {
    border-color: #004e8c #004e8c #004e8c;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #c0d0d9;
    color: #004e8c;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #02528A;
    font-weight: bold;
    background-color: #FFFFFF;
    border: 1px solid #004e8c;
    border-bottom-color: transparent;
    cursor: default;
}
.btn-primary {
    background-image: -webkit-linear-gradient(#00508b, #00508b 60%, #00508b);
    background-image: -o-linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#004e8c), color-stop(60%, #004e8c), to(#004e8c));
    background-image: linear-gradient(#00508b, #00508b 60%, #00508b);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff54b4eb', endColorstr='#ff1d9ce5', GradientType=0);
    -webkit-filter: none;
    filter: none;
    border-bottom: 1px solid #00508b;
    background-color: #00508b;
    border-color: #00508b;
}
.panel-primary>.panel-heading {
    color: #ffffff;
    background-color: #00508b;
    border-color: #00508b;
}
.panel-primary {
    border-color: #00508b;
}
.panel.panel-air {
    border-color: #00508b;
    background-color: #00508b;
    color: #fff;
}
.panel.panel-air a{
    border-color: #00508b;
    background-color: #00508b;
    color: #fff;
}
.table-responsive tr:first-child th {
    color: #fff background-color: #006a97 !important;
    background: #02528A;
}
.table-responsive tr:first-child th {
    background-color: #006a97 !important;
    background: #02528A;
}
.table-responsive {
    border: 1px solid #006898;
    border-radius: 15px;
    margin-bottom: 1%;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #006898;
}
.table-responsive td {
    vertical-align: middle;
    border: 1px solid #006898;
    border-width: 0px 1px 1px 0px;
    text-align: left;
    padding: 1%;
    color: #000000;
}
.table-responsive tr th {
    background-color: #00508b !important;
    background: #02528A;
    color: #fff;
}
.table-responsive tr:first-child th {
    background-color: #00508b !important;
    background: #02528A;
    color: #fff;
}
/* V2 End */




/*Air CSS */
  .airbanner{
    position:relative;
  }
  .airairbannersize{
    width: 1050px;
    margin:0px;
    padding:0px 0px 15px 0px;
  }
.aircaption {
    color: white;
    padding: 2em .5em;
    position: fixed;
    opacity: 7.95;
    text-shadow: 2px 2px 4px #012038;
}
.btn-air{
    color: #555555;
    background-color: #ffffff;
    border-color: rgb(3, 82, 137);
}
.panel.panel-air {
    border-color: #00508b;
    background-color: #e0e3e4;
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #00508b;
    border: 1px solid #c0d0d9;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    color: #fff;
    transition: border .2s ease-in-out;
}
.caption p{
color: #fff;
}
.aircaption {
    color: white;
    padding: 0em .5em;
    position: relative;
    opacity: 7.95;
    top: 8.3em;
    text-shadow: 2px 2px 4px #012038;
}
.airbanner {
    position: relative;
    top: -3.7em;
}
body#Body {
    background-image: none!important;
}
.dnnClear ~ #template-layout-wrapper #template-header {
    top: 0px !important;
}
/* END AIR */
header#template-header {
    top: 0px!important;
}
.panel-group .energy-panel {
    margin-bottom: 5px;
    border-radius: 4px;
}

/* Feedback Pop-up */
.smcx-modal {
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.75);
}






















