/* Sticky footer styles
 -------------------------------------------------- */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: 'Open Sans', Verdana, Arial, sans-serif;
	font-size: 14px;
	/* The html and body elements cannot have any padding or margin. */
}

a, a:link, a:visited, a:active {
    color: #0088cc;
    text-decoration: none;
}

a:hover {
	color: #0088cc;
	text-decoration: underline;
}
	
.Normal{
	font-size: 14px;
}

/* Wrapper for page content to push down footer */
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by it's height */
	margin: 0 auto -60px;
}

/* Set the fixed height of the footer here */
#push, footer {
	min-height: 60px;
	margin-top: 20px;
}
footer {
	background-color: #494949;
	background: url('img/fundo.png') repeat;
	color: #494949;
}
footer  h3 {
	color: #494949;
	font-size:20px;
	min-height:35px;
	line-height:25px;
}

footer a, footer a:link, footer a:visited {
	text-decoration:underline;
	color: #494949;
}

footer a:hover{
	text-decoration:none;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
	footer {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.hrfooter {
	border-color: #494949;
	margin-top: 0;
}

.marginInstitucional{
	margin-top:20px;
}	

.floatRight{
	float:right;
	vertical-align:top;
}	

.copyright{
	float:left;
}	


/* Custom page CSS
 -------------------------------------------------- */
/* Not required for template or sticky footer method. */

#wrap > .container {
	padding-top: 60px;
}
.container .credit {
	margin: 20px 0;
}

code {
	font-size: 80%;
}

.logo{
}

.logo img {
	display: block;
    margin-left: auto;
    margin-right: auto;
	padding:5px;
}

@media (min-width: 700px) {
  .logo img {
	left:150px;
	position:relative;
  }
}

@media (max-width: 700px) {
  .logo img {
	height:80px;
  }
}

.logo h1 {
	margin: 15px;
	font-size: 38.5px;
	color: #FFFFFF;
	text-align: center;
}

.logo h2 {
	margin: 15px;
	font-size: 38.5px;
	color: #FFFFFF;
	text-align: center;
}

.header {
	width: 100%;
	background: url('img/gradient.png');
}

.header  .container{
	position:relative;
	padding-top:10px;
}

.contentPane {
	margin-top: 20px;
}

.removeResponsive{
	min-width:1170px;
}
/*------------------------------------------------*/
/* NAVIGATION */
/*------------------------------------------------*/

.navbar {
	min-height: 38px;
}

#dnn_pnav {
	margin: 0 auto;
	width: 1000px;
	position:relative;
	max-width: 100%;
	padding-left:120px;
}

#dnn_pnav li {
	position: relative;
	list-style: none;
	margin: 0 auto;
}

#dnn_pnav li ul {
	margin-left: 0;
}

#dnn_pnav > li {
	float: left;
	height: 42px;
	/*padding-top:5px;*/
	margin-right: 2px;
}

#dnn_pnav > li > a, #dnn_pnav > li > span {
	display: block;
	font-size: 11pt;
	font-weight: bold;
	color: #15466b;
	/*text-decoration:underline;*/
	padding: 9px;
	margin: 0 auto;
}

#dnn_pnav > li > span {
	cursor: default;
}

#dnn_pnav > li:hover > a, #dnn_pnav > li.active > a, #dnn_pnav > li > a.curr {
	color: #FFFFFF;
	background: #666;
	text-decoration: none;
}
#dnn_pnav > li:hover > a:active {
	color: #15466b;
}
#dnn_pnav > li:hover > span {
	color: #15466b;
}

/* Secondary level */
#dnn_pnav > li ul {/* Styles for all sub levels */
	display: none;
	position: absolute;
	z-index: 999;
	width: 225px;
	padding: 0;
	background: #F5F7F7;
	border: 1px solid #cbcbcb;
	/* CSS3 */
	border-radius: 0px;
	/*box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,1), 0px 0px 3px rgba(0,0,0,0.15);*/
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
	-webkit-animation-duration: .25s;
	-webkit-animation-delay: .2s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .25s;
	-moz-animation-delay: .2s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .25s;
	-ms-animation-delay: .2s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .25s;
	animation-delay: .2s;
	animation-timing-function: ease;
	animation-fill-mode: both;
}

#dnn_pnav li:hover > ul {
	display: block;
}

#dnn_pnav > li > ul {/* styles specific to secondary level */
	top: 34px;
	left: 0;
	padding: 15px 5px;
}

#dnn_pnav > li > ul:after {
	position: absolute;
	top: -10px;
	left: 20px;
	content: '';
	width: 0px;
	height: 0px;
	border-left: 15px solid transparent; /* left arrow slant */
	border-right: 15px solid transparent; /* right arrow slant */
	border-bottom: 15px solid #F5F7F7; /* bottom, add background color here */
	font-size: 0px;
	line-height: 0px;
}

#dnn_pnav > li ul a, #dnn_pnav > li ul span {
	display: block;
	padding: 3px 15px;
	color: #15466b;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: none;
	/* transition decleration */
	transition: all ease-in 100ms;
	-moz-transition: all ease-in 100ms; /* Firefox 4 */
	-webkit-transition: all ease-in 100ms; /* Safari and Chrome */
	-o-transition: all ease-in 100ms; /* Opera */
	-ms-transition: all ease-in 100ms; /* IE9? */
}

#dnn_pnav > li ul span {
	color: #15466b;
	cursor: default;
}

#dnn_pnav  ul li:last-child > a {
}
#dnn_pnav > li > ul li:hover > a {
	color: #D00;
	background: #F5F7F7;
}

/* Tertiary level */
#dnn_pnav li ul li ul {
	left: 213px;
	top: -8px;
	padding: 15px 5px;
	border-left: 1px solid #ddd;
}

#dnn_pnav li ul li ul li ul{
	width: 215px;
	left: -215px;
	top: -8px;
	padding: 15px 5px;
	border-left: 1px solid #ddd;
}

.textunderline {
	text-decoration: underline;
	font-weight: 400;
	font-size: 20px;
	color: #494949;
}

.links a:visited {
	color: #494949;
}
.links a:link {
	color: #494949;
}

.floatleft img {
	padding-right: 10px;
	padding-left: 10px;
}

.pub {
	width: 100%;
	/*width:930px;*/
	margin: auto;
	/*display:block;*/
	text-align: center;
}

#userControls {
	height: 32px;
}

#userControls div{
	float:right;
}

/*------------------------------------------------*/
/* SEARCH */
/*------------------------------------------------*/
#search {
	float: right;
	width: 209px;
	height: 32px;
}

#search a.SearchButton:link, #search a.SearchButton:visited {
	display: inline-block;
	float: right;
	height: 32px;
	width: 32px;
	margin: 0;
	padding: 0;
	background: url('img/search.png') no-repeat center center;
	text-indent: -9999px;
}

#search a.SearchButton:hover {
	background: url('img/search.png') no-repeat center center, rgb(45,45,45); /* Old browsers */
	background: url('img/search.png') no-repeat center center, -moz-linear-gradient(top,  rgba(45,45,45,1) 0%, rgba(86,86,86,1) 100%); /* FF3.6+ */
	background: url('img/search.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(45,45,45,1)), color-stop(100%,rgba(86,86,86,1))); /* Chrome,Safari4+ */
	background: url('img/search.png') no-repeat center center, -webkit-linear-gradient(top,  rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Chrome10+,Safari5.1+ */
	background: url('img/search.png') no-repeat center center, -o-linear-gradient(top,  rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Opera 11.10+ */
	background: url('img/search.png') no-repeat center center, -ms-linear-gradient(top,  rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* IE10+ */
	background: url('img/search.png') no-repeat center center, linear-gradient(to bottom,  rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* W3C */
}

#dnn_dnnSearch_txtSearch {
	display: block;
	float: left;
	width: 160px;
	height: 32px;
	padding: 0 5px 0 10px;
	margin: 0;
	background-color: #ffffff;
	border: none;
	border-radius: 0;
	box-shadow: none;
	outline: none;
	border-left: 1px solid #ddd;
	color: #000;
	line-height: 32px;
	font-size: 11px;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}
#dnn_dnnSearch_txtSearch:active, #dnn_dnnSearch_txtSearch:focus {
	background: #ccc;
	box-shadow: inset 0px 3px 8px #999;
}

/*------------------------------------------------*/
/* LOGIN */
/*------------------------------------------------*/
#login {
	float: right;
}

#login .registerGroup, #login .registerGroup *, #login .loginGroup, #login .loginGroup * {
	display: block;
}

#login .registerGroup, #login .loginGroup {
	float: left;
	padding: 0;
	margin: 0;
}

#login .registerGroup li:first-child:hover {
	border-left: #222;
}

/* Register Group Styles */
#login .registerGroup li {
	float: left;
}
#login .registerGroup .buttonGroup {
	margin-right: 0;
}

#login .registerGroup a, #login .loginGroup a {
	display: block;
	position: relative;
	height: 25px;
	min-width: 12px;
	padding: 7px 15px 0 15px;
	text-decoration: underline;
	color: #fff;
	font-size: 11px;
	vertical-align: middle;
}

#login .registerGroup a:active, #login .loginGroup a:active {
	color: #fff;
	text-shadow: 0px -1px 0px #333333;
}

#login .registerGroup a:hover, #login .loginGroup a:hover {
	text-decoration: none;
}

#login .registerGroup a strong, #login .loginGroup a strong {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	overflow: hidden;
	font-size: 11px;
	text-indent: -9999px;
}

#login .userMessages a, #login .userNotifications a {
	background-color: transparent;
}

#login .userMessages strong {
	height: 100%;
	background: url('img/icon_message.png') no-repeat center center;
}

#login .userNotifications {
	border-right: 1px solid #CCC;
}

#login .userNotifications strong {
	height: 100%;
	background: url('img/icon_notification.png') no-repeat center center;
}

#login .registerGroup a span {
	display: inline-block;
	position: absolute;
	right: 2px;
	top: -9px;
	min-width: 7px;
	margin-right: 3px;
	background: rgb(59,150,182); /* Old browsers */
	text-align: center;
	font-size: 11px;
	color: #fff;
	text-shadow: 0px 1px 0px #333333;
}

#login .registerGroup .userProfileImg a {
	min-width: 25px;
	min-height: 32px;
	padding: 0;
	background: none;
}

#login .registerGroup a img {
	height: 32px;
	width: 32px;
	background: #333;
}

/* Login Group Styles */
#login .loginGroup {
	border-right: 1px solid #CCC;
}
#login .loginGroup a {
	color: #fff;
}

/* Number of message next to the message icon*/
#login .userMessages  a  span, #login .userNotifications   a  span {
	display: inline-block;
	margin-top: 9px;
	margin-right: 0px;
	background-color: transparent;
	font-size: 10px;
}

/*Rounded Corners Images*/

.lined {
	background-color: #FFF;
	border: 1px solid #CCC;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	padding:10px;
}

.lined {
	position: relative;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27);
}

.lined img {
	padding: 10px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.shadow {
	overflow: hidden;
	background: #FFF;
	border: 1px solid #CCC;
	padding: 20px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}

.lined, .lined {
	position: relative;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27);
	min-height:430px;
}

.lined:before, .lined:after, .lined:before, .lined:after {
	content: '';
	z-index: -1;
	position: absolute;
	left: 18px;
	bottom: 13px;
	width: 70%;
	max-width: 300px; /* avoid rotation causing ugly appearance at large container widths */
	height: 55%;
	background: transparent;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
	transform: skew(-15deg) rotate(-6deg);
	-webkit-transform: skew(-15deg) rotate(-6deg);
	-moz-transform: skew(-15deg) rotate(-6deg);
}

.lined:after, .lined:after {
	left: auto;
	right: 18px;
	transform: skew(15deg) rotate(6deg);
	-webkit-transform: skew(15deg) rotate(6deg);
	-moz-transform: skew(15deg) rotate(6deg);
}

.lined h3 {
	min-height:55px;
}
/*End Rounded Corners Images*/

.sidebar-nav {
	padding: 9px 0;
}

@media (max-width: 980px) {
	/* Enable use of floated navbar text */
	.navbar-text.pull-right {
		float: none;
		padding-left: 5px;
		padding-right: 5px;
	}
}
/***Tabs Jquery Verticais**/

.verticalTab.ui-tabs-vertical { width: 100%; }
.verticalTab.ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width: 20%; }

@media only screen 
and (max-width : 750px) {
	.verticalTab.ui-tabs-vertical .ui-tabs-nav { 
		padding: .2em .1em .2em .2em;
		float: none;
		width: 100%; 
	}
}

.verticalTab.ui-tabs-vertical .ui-tabs-nav li { 
clear: left; width: 100%; border-bottom-width: 1px !important; 
border-right-width: 0 !important; margin: 0 -1px 0.5em 0; }

.verticalTab.ui-tabs-vertical .ui-tabs-nav li a { display:block; padding: 1em; width: 100%}
.verticalTab.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: .1em; 
border-right-width: 1px; border-right-width: 1px;
}
.verticalTab.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a {display: block;padding: 1em;background-color: #FFECCE;}

.verticalTab.ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: right; width: 78%;}

/***Painel de Noticias**/
#newsTabs{
	font-family: 'Open Sans', Verdana, Arial, sans-serif;
	font-size: 14px;
}

#newsTabs .ui-state-default a, #newsTabs .ui-state-default a:link, #newsTabs .ui-state-default a:visited {
	color:#1f5a85;
	font-size:12pt;
}

#newsTabs .ui-state-default, #newsTabs .ui-widget-content .ui-state-default, #newsTabs .ui-widget-header .ui-state-default {
	border-width:0px;
	font-weight: bold;
}

#newsTabs .ui-corner-all, #newsTabs .ui-corner-top, #newsTabs .ui-corner-left, #newsTabs .ui-corner-tl , #newsTabs .ui-corner-right{
-moz-border-radius-topleft: 0px;
-webkit-border-top-left-radius: 0px;
-khtml-border-top-left-radius: 0px;
border-top-left-radius: 0px;
}

#newsTabs.ui-tabs-vertical { width: 100%; }

#newsTabs.ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: right; width: 25%; }

@media only screen 
and (max-width : 750px) {
	#newsTabs.ui-tabs-vertical .ui-tabs-nav { 
		padding: .2em .1em .2em .2em;
		float: none;
		width: 100%; 
	}
}


#newsTabs.ui-tabs-vertical .ui-tabs-nav li { clear: right; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px 1.5em 0; }
#newsTabs.ui-tabs-vertical .ui-tabs-nav li a { display:block; padding: 1em; width: 100%}
#newsTabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; border-right-width: 1px; }
#newsTabs.ui-tabs-vertical .ui-tabs-panel { padding: 0em; float: left; width: 70%;}
#newsTabs.ui-widget-content{
	background: transparent;
	border-width:0px;
}

#newsTabs.ui-state-active, #newsTabs.ui-widget-content .ui-state-active, #newsTabs.ui-widget-header .ui-state-active {
	background: #1f5a85;
	border:none;
}

#newsTabs.ui-state-hover, #newsTabs.ui-widget-content .ui-state-hover, #newsTabs.ui-widget-header .ui-state-hover {
	border:none;
}

#newsTabs .rssHeader{
	visibility:hidden;
	height:0px;
}

#newsTabs .rssBody ul
{
    list-style-type: none;
	margin:0px;
	padding:0px;
}


#newsTabs.ui-state-active a, #newsTabs.ui-widget-content .ui-state-active a, #newsTabs.ui-widget-header .ui-state-active a {
	color:#fff;
}

#newsTabs .ui-state-hover, 
#newsTabs .ui-widget-content .ui-state-hover, 
#newsTabs .ui-widget-header .ui-state-hover, 
#newsTabs .ui-state-focus, 
#newsTabs .ui-widget-content .ui-state-focus, 
#newsTabs .ui-widget-header .ui-state-focus {
	border-width:0px;
	background: #1f5a85;
	font-weight: bold;
}

#newsTabs.ui-state-hover a, 
#newsTabs.ui-widget-content .ui-state-hover a, 
#newsTabs.ui-widget-header .ui-state-hover a, 
#newsTabs.ui-state-focus a, 
#newsTabs.ui-widget-content .ui-state-focus a, 
#newsTabs.ui-widget-header .ui-state-focus a{
	color:#fff;
}

#newsTabs .ui-widget-header {
	border-width:0px;
	background: transparent;
	color: #1f5a85;
	font-weight: bold;
}

#newsTabs .normal ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#newsTabs .rssLine{
	display:none;
	height:0px;
}

#newsTabs H4 a{
	color:#0088cc;
}

.newsTitle{
	display: block;
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: solid 5px #052843;
}


/***Fim Painel de Noticias**/


/***Painel de Próximos concursos**/
/*!
 * bootstrap-vertical-tabs - v1.1.0
 * https://dbtek.github.io/bootstrap-vertical-tabs
 * 2014-06-06
 * Copyright (c) 2014 Ä°smail Demirbilek
 * License: MIT
 */
.tabs-left, .tabs-right {
  border-bottom: none;
  padding-top: 2px;
}
.tabs-left {
  border-right: 1px solid #ddd;
}
.tabs-right {
  border-left: 1px solid #ddd;
}
.tabs-left>li, .tabs-right>li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left>li {
  margin-right: -1px;
}
.tabs-right>li {
  margin-left: -1px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}
.tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display:block;
}
.tabs-right>li>a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}
.vertical-text {
  margin-top:50px;
  border: none;
  position: relative;
}
.vertical-text>li {
  height: 20px;
  width: 120px;
  margin-bottom: 100px;
}
.vertical-text>li>a {
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
}
.vertical-text>li.active>a,
.vertical-text>li.active>a:hover,
.vertical-text>li.active>a:focus {
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd;
}
.vertical-text.tabs-left {
  left: -50px;
}
.vertical-text.tabs-right {
  right: -50px;
}
.vertical-text.tabs-right>li {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.vertical-text.tabs-left>li {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/***Fim Painel de Próximos concursos**/

.hide{
	display:none !important;
}

/**Custom Modules CSS**/
.GridViewTable{
	width:100%;
	border-collapse:collapse;
	border:1px;
}

.GridViewTable Th
{
	font-size:12pt !important;
	padding:10px;
	background-color:#EAFBFF;
}

.GridViewTable Th a, .GridViewTable Th a:link, .GridViewTable Th a:visited, .GridViewTable Th a:active
{
    font-weight: bold;
    text-decoration: underline;
}

.GridViewTable Th a:hover
{
    font-weight: bold;
    text-decoration: none;
}

.GridViewTable TD
{
	padding:5px;
}

.RowGridInvalid
{
	background-color:#8b0000 !important;
	color: #FFF;
}

.GridViewTable tr:nth-child(odd)
{
	background-color:#f4f0db;
}

TD.RedGridViewCell
{
    color: #CC0000;
}

.horizontalFlow label{
	padding-right:15px;
}
/**Concursos CSS**/

#NextContests a, #NextContests a:link, #NextContests a:visited, #NextContests a:active {
    color: #0088cc;
    text-decoration: none;
}

#NextContests a:hover {
	color: #0088cc;
	text-decoration: underline;
}


#NextContests .ui-state-default a, #NextContests .ui-state-default a:link, #NextContests .ui-state-default a:visited {
	color:#1f5a85;
	font-size:12pt;
}

#NextContests .ui-state-default, #NextContests .ui-widget-content .ui-state-default, #NextContests .ui-widget-header .ui-state-default {
	border-width:0px;
	font-weight: bold;
}

#NextContests .ui-corner-all, #NextContests .ui-corner-top, #NextContests .ui-corner-left, #NextContests .ui-corner-tl , #NextContests .ui-corner-right{
-moz-border-radius-topleft: 0px;
-webkit-border-top-left-radius: 0px;
-khtml-border-top-left-radius: 0px;
border-top-left-radius: 0px;
}

#NextContests.ui-tabs-vertical { width: 100%; }
#NextContests.ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: right; width: 25%; }
#NextContests.ui-tabs-vertical .ui-tabs-nav li { clear: right; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px 1.5em 0; }
#NextContests.ui-tabs-vertical .ui-tabs-nav li a { display:block; padding: 1em;}
#NextContests.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; border-right-width: 1px; }
#NextContests.ui-tabs-vertical .ui-tabs-panel { padding: 0em; float: left; width: 70%;}
#NextContests.ui-widget-content{
	background: transparent;
	border-width:0px;
}

#NextContests.ui-state-active, #NextContests.ui-widget-content .ui-state-active, #NextContests.ui-widget-header .ui-state-active {
	background: #1f5a85;
	border:none;
}

#NextContests.ui-state-hover, #NextContests.ui-widget-content .ui-state-hover, #NextContests.ui-widget-header .ui-state-hover {
	border:none;
}



#NextContests.ui-state-active a, #NextContests.ui-widget-content .ui-state-active a, #NextContests.ui-widget-header .ui-state-active a {
	color:#fff;
}

#NextContests .ui-state-hover, 
#NextContests .ui-widget-content .ui-state-hover, 
#NextContests .ui-widget-header .ui-state-hover, 
#NextContests .ui-state-focus, 
#NextContests .ui-widget-content .ui-state-focus, 
#NextContests .ui-widget-header .ui-state-focus {
	border-width:0px;
	background: #1f5a85;
	font-weight: bold;
}

#NextContests .ui-state-hover,
#NextContests .ui-state-hover a, 
#NextContests .ui-state-hover a:link,
#NextContests .ui-widget-content .ui-state-hover a, 
#NextContests .ui-widget-header .ui-state-hover a, 
#NextContests .ui-state-focus a, 
#NextContests .ui-widget-content .ui-state-focus a, 
#NextContests .ui-widget-header .ui-state-focus a{
	color:#ffffff;
}

#NextContests .ui-widget-header {
	border-width:0px;
	background: transparent;
	color: #1f5a85;
	font-weight: bold;
}

#NextContests .ui-tabs-panel{
	min-height:525px;
}

.eventsCalendar-list-content{
min-height:350px;
}
/**End Custom Modules CSS**/


/**Login CSS**/
.dnnFormPopup #iPopUp{
    padding-left: 0;
	padding-right: 0;
}
.dnnFormPopup .dnnModalCtrl .ui-dialog-titlebar-close{
    top: 0;
	right: 0;
}

/**End Login CSS**/


.dnnPrimaryAction, .dnnFormItem input[type="submit"], a.dnnPrimaryAction {
    color: #efefef;
}

label.dnnFormRequired::after {
    color: Red;
    content: "*";
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1em;
    margin: 0 0 0 5px;
}

input[type=checkbox] + label, input[type=radio] + label{
	display: inline;
	margin-left: 10px;
}

a.btn-primary, a.btn-warning, a.btn-success , a.btn-info , a.btn-danger {
	color: #ffffff;
}

a.btn-default {
	color: #0088cc;
}

/*****JQuery Hacks****/

.ui-tabs .ui-tabs-nav li a {
	padding: .5em 0.5em;
}

.ui-datepicker-year option{
	color:#1c94c4;
}
.ui-datepicker .ui-datepicker-title select {
  color: #1c94c4;
}

.ui-datepicker{
	z-index:9999 !important;
}

.ui-front {
    z-index: 12000;
}
/***Bootstrap Hacks**/

.table td, .GridViewTable {
  text-overflow: ellipsis;
}

.clearfix{
	clear: both;
}

/* borderless table */
.table.table-borderless td, .table.table-borderless th {
    border: 0 !important;
}

.table.table-borderless {
    margin-bottom: 0px;
}

.modal-dialog.modal-sm{
		max-width: 550px !important;
}

@media (min-width: 768px){
	.modal-dialog {
		width: auto;
		max-width: 1250px;
		margin: 30px auto;
	}
}

.media{
	-webkit-box-shadow: 1px 2px 1px 1px rgba(223,223,223,1);
	-moz-box-shadow: 1px 2px 1px 1px rgba(223,223,223,1);
	box-shadow: 1px 2px 1px 1px rgba(223,223,223,1);
	margin-bottom:20px;
}

.media .media-image{
	background-color:#F8B84E;
	padding:15px;
}

.media .media-body{
	padding:15px;
}

.media .media-button{
	padding:15px;
}

.media:hover{
	background-color:#f4f0db;
}

.media.media-odd{
	background-color: #f4f0db;
}

img.center {
    display: block;
    margin: 0 auto;
}

.btn-noradius{
	border-radius: 0px;
} 
.btn-menu {
    color: #fff !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    letter-spacing: 4px;
    font-size: 13pt !important;
    font-weight: bold !important;
}

/**hides the links on a page when printing**/
@media print {
  a[href]:after {
     content:"";
     color:#868686;
     background-color:inherit;
     font-style:italic;
     size:90%;
  }
}

/******************Parsley validation********************/
.parsley-errors-list li{
  color:#cc0000;
  font-weight:bold;
}

.parsley-error{
    border: 1px solid #cc0000!important;
    -webkit-box-shadow: 0px 0px 4px #cc0000!important;
       -moz-box-shadow: 0px 0px 4px #cc0000!important;
            box-shadow: 0px 0px 4px #cc0000!important;
}

/******************************Callout Areas*****************************/

.callout{
	line-height:2.5em; 
	padding: 30px; 
	text-align:center;
}

.callout-red{
	color: #fff; 
	background-color: #A94545;
	-webkit-box-shadow: 1px 1px 2px 1px rgba(112,45,45,1);
	-moz-box-shadow: 1px 1px 2px 1px rgba(112,45,45,1);
	box-shadow: 1px 1px 2px 1px rgba(112,45,45,1);
}

.callout h2{
	font-size:34px;
	font-weight:400;
}

/***DNN Hacks***/
/*****Hide unregister button in user profile*******/
#dnn_ctr_EditUser_cmdDelete{
	display:none;
}


.text-middle{
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.form-control.readonly{
	cursor: not-allowed;
    background-color: #eee;
	opacity: 1;
}

/******************************Hacks Video Component - EasyDnnGallery*****************************/
.eds_GravityGallery_Capsule .edg__gravityPortfolio_itemList.edg__gravityPortfolio_visibleItemList {
    border-radius: unset !important;
}
.eds_GravityGallery_Capsule .edg__gravityPortfolio_itemList.edg__gravityPortfolio_visibleItemList > li:last-child > span ,
.eds_GravityGallery_Capsule .edg__gravityPortfolio_itemList.edg__gravityPortfolio_visibleItemList > li:first-child > span {
    border-radius: unset !important;
}

/*********************************Select 2 Hack*************************************/
.select2-results__option--selected {
    background-color: #ccc;
	font-weight:bold;
}