/* 
 * 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
 *----------------------------------------------+--------+--------+
 */  


.btn-one40shadow{background:#117fc3!important; color:#fff!important; border-radius:5px; webkit-border-radius:5px; -moz-border-radius:5px; border:none; padding:8px 12px; outline:none; box-shadow: 5px 5px 5px grey; }
.btn-one40shadow span{font-size: 18px; font-weight: bold;}
.btn-one40shadow:hover{ background:#333333!important;transition: all 0.8s ease 0s; -webkit-transition:all 0.8s ease 0s;-moz-transition:all 0.8s ease 0s; outline:none; box-shadow: 5px 5px 5px white; }

.btn-one40{background:#117fc3!important; color:#fff!important; border-radius:5px; webkit-border-radius:5px; -moz-border-radius:5px; border:none; padding:8px 12px; outline:none; }
.btn-one40:hover{ background:#333333!important;transition: all 0.8s ease 0s;  -webkit-transition:all 0.8s ease 0s;-moz-transition:all 0.8s ease 0s; outline:none; }

.btn-blue { background: #117fc3!important; color: #fff!important; }
.btn-lightblue { background: #2A8FD2!important; color: #fff!important; }
.btn-brightblue { background: #037FFF!important; color: #fff!important; }
.btn-orange { background: #FB991A!important; color: #fff!important; }
.btn-orange2 { background: #FE9700!important; color: #fff!important; }
.btn-lightorange { background: #FF8C5C!important; color: #fff!important; }
.btn-green { background: #2BA77B!important; color: #fff!important; }
.btn-red { background: #FF634D!important; color: #fff!important; }
.btn-brightorange { background: #FF782E!important; color: #fff!important; }

.video-box-container {z-index: 2; text-align: center;}
.video-box-player1 {z-index: 2; margin: auto; box-shadow:0 0 20px #a3a3a3; max-width: 335px; min-height: 223px; line-height: 223px; background-color: #1074B6;}
.video-box-player {z-index: 2; margin: auto; box-shadow:0 0 20px #a3a3a3; max-width: 335px; min-height: 223px; background-color: #fff; border-radius: 5px;}
.video-box-player img {vertical-align: middle; opacity: 1; border-radius: 5px; width: 335px; height: 223px;}
.video-box-player:hover img {vertical-align: middle; box-shadow:0 0 20px #a3a3a3; opacity: 1;}
.video-box-player-bg {z-index:1; height: 203px; width: 100px; margin-left: -95px; float: left; padding: 15px; background-color: #F1F1F1; border-width: 1px 0px 1px 0px; border-color: #cccccc; border-style: solid;}
.video-box-player-bg1 {z-index:1; height: 203px; width: 100px; top: 0px; margin-right: -95px; float: right; padding: 15px; background-color: #F1F1F1; border-width: 1px 0px 1px 0px; border-color: #cccccc; border-style: solid;}
.video-box-details {z-index:auto; height: 203px; padding: 15px; background-color: #F1F1F1; border-width: 1px 1px 1px 1px; border-color: #cccccc; opacity: 1; border-style: solid; border-radius: 5px;}
.video-box-details span {}
.video-loop {background:url('/portals/0/images/circuit-2.png'); background-repeat:no-repeat; background-size:contain;}

.shadow-box-default {box-shadow: 0 0 20px #a3a3a3; border-radius: 5px;}
.shadow-default {box-shadow: 0 0 20px #a3a3a3;}
.shadow-section-default-top {box-shadow: 0px -10px 20px 0px rgba(163,163,163,1);}
.shadow-section-border-bottom {z-index:9999; background: #F1F1F1; height:5px; box-shadow: 0 0 20px #000000; border-radius: 5px;}
.shadow-section-border-top {background: #F1F1F1; height:1px; box-shadow: 0 0 20px #000000; border-radius: 5px;}
.shadow-box-button {box-shadow: 5px 5px 5px grey;}
.center {text-align: center; margin:auto;}

/* 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{
}