/* 
 * 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{
}

@media only screen and (min-width: 1600px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1450px;
	}
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1170px;
	}
}

@media only screen and (min-width: 1600px){
.EasyDNNSkin_Ozone .container-fluid{
    max-width: 1450px;
	}
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
.EasyDNNSkin_Ozone .container-fluid {
    max-width: 1170px;
	}
}

.overlay{
 background: rgba(17, 113, 197, 0.4);
}
.jud11-header {        
    background-image: url(/portals/0/images/bg_dcc_opt_overlay.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-color: #1d73be;
    background-position: center center;    
    padding: 11rem 12% 5rem;
}

.jud11-header h3{
 color:#ff774c !important; 
}

.jud11-header .col-sm-4{
 margin:10px 0; 
  font-size:15px
}
 
.fontIcon h3, .fontIcon h4, .fontIcon h5, .fontIcon .fontIconDescription{
 margin: 14px 0 7px;
}

#divHomeTopPages .fontIcon h4{
 font-size:16px;
}

.eds_containers_Ozone.eds_templateGroup_box{
border:none;
}

.DnnModule-EasyDNNrotator{
  padding-top:7px;
}

.EasyDNNSkin_Ozone h1, .EasyDNNSkin_Ozone .h1, .EasyDNNSkin_Ozone h2, .EasyDNNSkin_Ozone .h2, .EasyDNNSkin_Ozone h3, .EasyDNNSkin_Ozone .h3, .EasyDNNSkin_Ozone h4, .EasyDNNSkin_Ozone .h4, .EasyDNNSkin_Ozone h5, .EasyDNNSkin_Ozone .h5, .EasyDNNSkin_Ozone h6, .EasyDNNSkin_Ozone .h6{
	color:#3a3a3a;
}

.EasyDNNSkin_Ozone ul.eds_listCircle > li, .EasyDNNSkin_Ozone ul.eds_listStar > li, .EasyDNNSkin_Ozone ul.eds_listCheckSquare > li, .EasyDNNSkin_Ozone ul.eds_listChevronCircle > li, .EasyDNNSkin_Ozone ul.eds_listCircleO > li, .EasyDNNSkin_Ozone ul.eds_listCheck > li, .EasyDNNSkin_Ozone ul.eds_listCheckSquareO > li, .EasyDNNSkin_Ozone ul.eds_listPaperclip > li{
	padding:0 0 0 20px;
}

#dnn_dnnLOGO_imgLogo{
  height:120px;
  max-width: 400px !important;
  margin: 5px 0;
}

.EasyDNNSkin_Ozone .eds_headerContainer .eds_headerBackground .eds_header .eds_logo{
padding:5px 0;
}

.EasyDNNSkin_Ozone .responsAbilityMenu .raMenuWrapper > ol > li > span .edsmm_itemContainer{
  font-size:18px;
  line-height: 30px;
}

.eds_news_NewsTwo.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListDefault .meta-text-wraper, .eds_news_NewsTwo.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsDefault .meta-text-wraper, .eds_news_NewsTwo.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListCatalogDefault .meta-text-wraper, .eds_news_NewsTwo.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsCatalogDefault .meta-text-wraper{
display:none;
}

.eds_news_NewsTwo.eds_subCollection_news .article{
    border-bottom: 1px solid #ddd;
}

.media{
display:inherit;
}
.media-heading {
    color: #000000 !important;
    font-family: 'Arial';
    font-size: 16px !important;
    line-height: 18px;
    font-weight: bold !important;
}

/*Footer */
.footerBoxContainer A,
.footerBoxContainer A:link,
.footerBoxContainer A:active,
.footerBoxContainer A:visited{
	color: #c9c9c9;
}

.footerBoxContainer h3{
    color:#c9c9c9;
    font-size:18px;
    padding-bottom:6px;
    border-bottom:solid 1px #3c3c3c;
}

.footerBoxContainer ul{
    margin-left:0px;
}

.footerBoxContainer li{
    list-style:none;
}

.footerBoxContainer A:hover{
    color:#378ac4;
    text-decoration:none;
}

.footer_bottom, .footer_bottom .Normal, .copyright_style, .copyright_style a, .copyright_style a:link, .copyright_style a:active, .copyright_style a:visited, .FooterPane .Normal, .FooterPane a, .FooterPane a:link, .FooterPane a:active, .FooterPane a:visited {
    color: #c9c9c9;
}
.footer_bottom {
    background-color: #2c2b35;
}
.eds_containers_Ozone > h2.eds_bottomBorder {
    border-bottom: inherit;
}

@media only screen and (min-width:1600px) {
    .dnn_layout {
        width: 1450px;
    }
    #dnn_wrapper {
		/*width:1400px;*/
        width: auto;
	}
    .body_bg {
	/*padding:10px 0px;*/
    padding:0px;
    }	
}

.EasyDNNSkin_Ozone .eds_paralaxBackground.eds_pBackground2 {
    background-image: url(/portals/0/images/bg_inside.jpg);
}

#dnn_ROWONE_GRID9_PANE  h2, #dnn_ContentPane  h2 {   
   
}

h2{
	font-size:22px !important;
   font-weight:bold !important;
}

 h3{
	font-size:18px !important;
   font-weight:bold !important;
}

.eds_news_NewsTwo.eds_subCollection_news .article h2{
font-weight:normal !important;
}

.ui-widget-overlay {
    background: rgba(0,0,0,0.65) !important;
   opacity:unset !important;
}

#mainContainer {
  min-height: 48vh;
}

.ui-dialog .ui-dialog-titlebar-close{
position: initial !important;
}

#to_top{
 display:none !important; 
}

.DnnModule-2131{
display:none;
}

.fade.show {
    display: block !important;
    opacity: 1;
}

#alternateJudges .RadGrid_Bootstrap {
    width: 100% !important;  
}

.eds_userLogin{
display:none;
}

.rgMasterTable .row{
display:block;
}

.eds_news_NewsTwo.eds_style_predefined_grey.eds_subCollection_news.eds_templateGroup_newsListDefault .article h2 a, .eds_news_NewsTwo.eds_style_predefined_grey.eds_subCollection_news.eds_templateGroup_newsListCatalogDefault .article h2 a {
    font-size: 14px;
    line-height: 1;
}

 .article_rss_wrapper,
.meta-text-wraper {   
    display: none;
}

.eds_news_NewsTwo.eds_style_predefined_blue.eds_subCollection_news .article .summary,
.eds_news_NewsTwo.eds_style_predefined_blue.eds_subCollection_news .article-details .EDN_article_content,
.eds_news_NewsTwo.eds_style_predefined_blue.eds_subCollection_news .edn_articleSummary
{
	font-family: "Arial";
	color: #2F2F2F;
	font-size: 14px;
	line-height: 1.5;
}

#dnn_ROWONE_GRID3_PANE .eds_templateGroup_newsListDefault .article img{    
    display: none;
}

.horizontalTab_Top_2 ul.resp-tabs-list li.resp-tab-active span {
    background-color: #4b7fa5  !important;
    color: #FFF !important;
    border: 1px solid #4b7fa5  !important;
}

.edstmr__Theme1 .ms-staff-carousel .ms-staff-info {   
    min-height: 50px !important;    
}

.RadTabStrip_Bootstrap .rtsLevel1 .rtsLink {   
    color: #337ab7;
    padding: 10px;
    color: #444 !important;
    border: 1px solid #d6d6d6; 
    border-color: #d6d6d6 !important;
    color: #337ab7;
}

.RadTabStrip.rtsTop .rtsLevel1 .rtsSelected .rtsLink {
    border-bottom-color: transparent;
    background-color: #4b7fa5;
    color: #FFF !important;
    border-color: transparent !important;
}

.rtsHorizontal .rtsLI {    
    margin-right: 3px;
}
.RadTabStrip {
    line-height: 1;
    margin-bottom:10px;;
}

#psmMain label, #psmMain .form-control {
    font-size: 15px !important;
}





