@charset "UTF-8";
/* CSS Document */

/* @group GLOBAL LAYOUT */
body {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
}

@media (min-width: 768px) {
    body {
        background: #efefef url(../images/body-back.png) repeat-y fixed center -1px;
    }
    
    .content-bottom {
        padding-bottom:150px !important;
    }
}

@media (max-width: 767px) {
    body {
        background-color: rgb(250, 250, 250);
    }
    
    .content-bottom {
        padding-bottom: 110px !important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .fixed-top-width {
        width: 540px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .fixed-top-width {
        width: 720px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .fixed-top-width {
        width: 960px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1200px) {
    .fixed-top-width {
        width: 1140px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: auto;
        margin-right: auto;
    }
}

a:link, a:visited {
	color: #1d3458;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active {
	color: #1c59b5;
	text-decoration: underline;
}
#layout {
	min-height: 100%;
	height: 100%;
	text-align: center;
	position: relative;
}
#page {
	/*width: 920px;*/
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -1px;
	background:none;background-color:#FAFAFA;
	position: relative;
}

.footer {
  position: absolute;
  bottom: 5px;
  width: 100%;
  height: 50px; /* Set the fixed height of the footer here */
  line-height: 30px; /* Vertically center the text there */
  background-color: rbg(255,255,255);
}
.footer_desktop {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px; /* Set the fixed height of the footer here */
  line-height: 80px; /* Vertically center the text there */
  background-color: rbg(255,255,255);
}


#footer {
	text-align: left;
	/*width: 920px;*/
	/*margin-top: 0;*/
	margin-left: auto;
	margin-right: auto;
	background: url(../images/body-back.png) repeat-y center;
}
#footer .wrapper {
	border-top: 5px solid #ca2e00;
	padding: 10px 20px;
	height: 55px;
	background-color: #fafafa;
	font-size: 0.9em;
}
/* @end */
/* @group TOPMENU */
#topmenu {
	color: #666;
}
#topmenu a:link, 
#topmenu a:visited {
	color: #666;
	font-size: 0.9em;
	text-decoration: none;
	display: inline-block;
	padding: 0 0.5em;
	font-weight: bold;
}
#topmenu a:hover, 
#topmenu a:active {
	text-decoration: underline;
}
#topmenu a#logbtn:link, 
#topmenu a#logbtn:visited {
	display: inline-block;
	background-color: #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-left: 0.5em;
	padding: 0.5em 1em;
	color: #fff;
	font-weight: bold;
}
#topmenu a#logbtn:hover, 
#topmenu a#logbtn:active {
	background-color: #333;
	text-decoration: none;
}



/* @end */
/* @group HEADER */
#header {
	height: 120px;
	position: relative;
	background: url(../images/body-back.png) fixed center -1px;
}
#header .wrapper {
	background-color: #fafafa;
	border-top: 5px solid #ca2e00;
	position: relative;
	top: 25px;
	height: 90px;
}
#header h1 a {
	display: block;
	width: 300px;
	height: 41px;
	background-image: url(../images/header-h1-back.png);
	position: absolute;
	overflow: hidden;
	top: 15px;
	left: 20px;
}
#header h1 a span {
	display: block;
	position: absolute;
	top: -1000px;
}
/* @end */
/* @group MAINMENU */
#mainmenu {
	height: 40px;
	/*overflow: hidden;*/
	width: 900px;
	border-bottom: 5px solid #ca2e00;
	background-color: #6e798c;
	position: relative;
	padding-left: 20px;
}
#mainmenu ul.menu {
	padding: 0;
	list-style-type: none;
	margin: 0;
}
#mainmenu ul.menu li.dropdown {
	float: left;
	position: relative;
	margin-top: 4px;
}
#mainmenu ul.menu li.dropdown a:link, 
#mainmenu ul.menu li.dropdown a:visited {
	display: block;
	float: left;
	height: 36px;
	line-height: 36px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	font-size: 1.1em;
	padding-right: 25px;
	padding-left: 25px;
}
#mainmenu ul.menu li.dropdown a:hover, 
#mainmenu ul.menu li.dropdown a:active {
	background-color: #333;
}
#mainmenu ul.menu li.current.dropdown a:link, 
#mainmenu ul.menu li.current.dropdown a:visited {
	background-color: #ca2e00;
	cursor: default;
}
#mainmenu ul.menu li.dropdown.current a:hover, 
#mainmenu ul.menu li.dropdown.current a:active {
	background-color: #ca2e00;
}
/* @group dropdown */
#mainmenu li.dropdown ul {
	display: none;
	position: absolute;
	list-style-type: none;
	margin: 0;
	top: 36px;
	background-color: #ca2e00;
	padding: 0 1px 1px;
	border-top: 4px solid #ca2e00;
}
#mainmenu li.dropdown:hover ul {
	display: block;
}
#mainmenu li.dropdown:hover {
	background-color: #333;
}
#mainmenu li.dropdown:hover li {
	display: block;
	float: none;
}
#mainmenu li.dropdown:hover li a:link, 
#mainmenu li.dropdown:hover li a:visited, 
#mainmenu li.dropdown.current:hover li a:link, 
#mainmenu li.dropdown.current:hover li a:visited {
	margin: 1px 0 0;
	display: block;
	float: none;
	line-height: 28px;
	height: 28px;
	background-color: #fff;
	color: #333;
	white-space: nowrap;
	padding-right: 50px;
}
#mainmenu li.dropdown:hover li a:hover, 
#mainmenu li.dropdown:hover li a:active, 
#mainmenu li.dropdown.current:hover li a:hover, 
#mainmenu li.dropdown.current:hover li a:active {
	background-color: #333;
	color: #fff;
}

/* @group MAINMENU */

#mainmenu {
	//min-width:1200px;
	height: 40px;
	/*overflow: hidden;*/
	width: auto;
	border-bottom: 5px solid #ca2e00;
	background-color: #6e798c;
	position: relative;
	padding-left: 20px;
}
#mainmenu ul.menu {
	padding: 0;
	list-style-type: none;
	margin: 0;
}
#mainmenu ul.menu li.menutab {
	float: left;
	position: relative;
	margin-top: 4px;
}
#mainmenu ul.menu li.menutab a:link, 
#mainmenu ul.menu li.menutab a:visited {
	display: block;
	float: left;
	height: 36px;
	line-height: 36px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	font-size: 1.1em;
	padding-right: 25px;
	padding-left: 25px;
}
#mainmenu ul.menu li.menutab a:hover, 
#mainmenu ul.menu li.menutab a:active {
	background-color: #333;
}
#mainmenu ul.menu li.current.menutab a:link, 
#mainmenu ul.menu li.current.menutab a:visited {
	background-color: #ca2e00;
	cursor: default;
}
#mainmenu ul.menu li.menutab.current a:hover, 
#mainmenu ul.menu li.menutab.current a:active {
	background-color: #ca2e00;
}
/* @group menutab */
#mainmenu li.menutab ul {
	display: none;
	position: absolute;
	list-style-type: none;
	margin: 0;
	top: 36px;
	background-color: #ca2e00;
	padding: 0 1px 1px;
}
#mainmenu li.menutab:hover ul {
	display: block;
	z-index: 9;
}
#mainmenu li.menutab:hover {
	background-color: #333;
}
#mainmenu li.menutab:hover li {
	display: block;
	float: none;
}
#mainmenu li.menutab:hover li a:link, 
#mainmenu li.menutab:hover li a:visited, 
#mainmenu li.menutab.current:hover li a:link, 
#mainmenu li.menutab.current:hover li a:visited {
	margin: 1px 0 0;
	display: block;
	float: none;
	line-height: 28px;
	height: 28px;
	background-color: #fff;
	color: #333;
	white-space: nowrap;
	padding-right: 50px;
}
#mainmenu li.menutab:hover li a:hover, 
#mainmenu li.menutab:hover li a:active, 
#mainmenu li.menutab.current:hover li a:hover, 
#mainmenu li.menutab.current:hover li a:active {
	background-color: #333;
	color: #fff;
}

/* @end */

/* @group MAIN */
#main {
	width: 600px;
	margin-left: 264px;
}
h2.main-title {
	border-bottom: 1px dotted #333;
	margin: 0;
	padding-bottom: 0.5em;
	color: #333;
}
.entry-list {
}
.entry {
	border-bottom: 1px dotted #333;
	padding-top: 1em;
	padding-bottom: 0.75em;
}
.entry-info {
	font-size: 1.1em;
}
.entry .type {
	font-weight: bold;
	margin-right: 0.4em;
	display: inline-block;
	text-transform: uppercase;
}
.entry .date {
	font-size: 0.9em;
	margin-left: 0.5em;
}

.entry-list h1 {
	color: #0045A3;
	margin-bottom: 0.3em;
	font: bold 2.1em/100% Georgia, "Times New Roman", Times, serif;
}

.entry-list h1 a{
	text-decoration :none;
	color: #0045A3;
}

.entry-list h2 {
	color: #1D3458;
	font: bold 1.8em/100%;
}

.entry-list h3 {
	color: #1D3458;
	margin-bottom: 0.3em;
	font: bold 1.5em/100%;
}
.entry-online, .entry-download, .entry-edit {
	outline: none;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	background-color: #6e798c;
	padding: .4em 1em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-right: 0.4em;
}
.entry-online {
	background-color: #ca2e00;
}
.entry-download {
	background-color: #f5730e;
}

#page-nav {
	width: 100%;
	overflow: hidden;
	margin: 1em 0;
}
#page-nav a.prev-page, #page-nav a.next-page {
	display: inline-block;
	background-color: #ca2e00;
	color: #fff;
	text-decoration: none;
	padding: .75em 1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	float: left;
}
#page-nav a.next-page {
	float: right;
}


/* @end */

#content {
padding: 24px;
}



/* @group COLUMN */
#column {
	float: left;
	width: 212px;
}
#submenu {
	list-style-type: none;
	padding: 0;
}
#submenu li {
	background-color: #6E798C;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-bottom: 0.6em;
}
#submenu li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 0.5em 1em;
	font-weight: bold;
}
#submenu li a:hover {
}
#submenu li ul {
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0 10px 1px;
}
#submenu li ul li {
	background-color: #fafafa;
}
#submenu li ul li a {
	color: #333;
}
#submenu li.open ul {
	display: block;
}

#submenu li.container.open{
	background-color: #1D3458;
}

#submenu li.container.open li{
	background-color: #cccccc;
}



#submenu li.container.open li.current{
	background-color: #CA2E00;
}

#submenu li.container.open li.current a{
	color: #ffffff;
}


/* @end */


/* @group MESSAGE */
#message {
	display: none;
}
/* @end */


.research_form {
	border: 1px solid #c44600;
	width: 500px;
	overflow: auto;
	margin-bottom: 2em;
	margin-right: 20px;
	margin-left: 20px;
	background-color: #F2EFE9;
	-moz-box-shadow: 0 0 12px #999;
	-webkit-box-shadow: 0 0 12px #999;
}

.research_form h1 {
	background-color: #CA2E00;
	margin: 0;
	padding: 0.4em;
	color: #fff;
	border-bottom: 3px solid #DAA561;
	font-size: 2.2em;
}
.research_form form {
	padding: 1em 1.5em;
}
.research_form fieldset {
	border-top-color: #daa561;
}
.research_form table{
	width: 450px;
//	float: center;
	margin-left: 20px;
	margin-right: 30px;
}
.research_form tr{
	height: 30px;
}
.research_form td{
	width: 115px;
}
.research_form label {
	width: auto;
}

.research_form .tree table{
	width: auto;
	margin: 0;
	padding: 0;
	text-align: left;

}
.research_form .tree td{
	width: auto;
	vertical-align: top;
}
.research_form .tree tr{
	height: 1px;
	line-height: 0.5em;
}

/* @group NOTICE */
#notice {
	margin-bottom: 1.5em;
}
#notice div {
	border-width: 2px;
	border-style: solid;
	padding: .75em 1.5em;
	color: #333;
	font-weight: bold;
}
#notice p {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
#notice .message {
	background: #cedbea;
	border-color: #9db7d5;
}
#notice .success {
	background: #e9f0c8;
	border-color: #d1df8f;
}
#notice .warning {
	background: #fbe5bb;
	border-color: #f5cb79;
}
#notice .error {
	background: #ebcbcb;
	border-color: #d79797;
}
/* @end */

/* @group MODAL NOTICE*/
#modal_notice {
	margin-bottom: 1.5em;
}
#modal_notice div {
	border-width: 2px;
	border-style: solid;
	padding: .10em .5em;
#	padding: .75em 1.5em;
	color: #333;
	font-weight: bold;
}
#modal_notice p {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
#modal_notice .message {
	background: #cedbea;
	border-color: #9db7d5;
}
#modal_notice .success {
	background: #e9f0c8;
	border-color: #d1df8f;
}
#modal_notice .warning {
	background: #fbe5bb;
	border-color: #f5cb79;
}
#modal_notice .error {
	background: #ebcbcb;
	border-color: #d79797;
}
/* @end */


/* @group PAGINATION */
.pagination a:link, .pagination a:visited, .pagination span.current {
	display: inline-block;
	height: 20px;
	min-width: 12px;
	text-align: center;
	margin-right: 2px;
	margin-left: 2px;
	background-color: #6E798C;
	color: #fff;
	padding-right: 4px;
	padding-left: 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	line-height: 20px;
	font-weight: normal;
	font-style: normal;
	font-size: 0.8em;
	
}
.pagination a:hover, .pagination a:active {
	background-color: #1D3458;
	text-decoration: none;
}
.pagination span.disabled {
	display: none;
}
.pagination span.current {
	background-color: #f5730e;
}
/* @end */

/* @group NOTICE PREFERENCES*/
#notice_preferences {
	margin-bottom: 1.5em;
}
#notice_preferences div {
	border-width: 2px;
	border-style: solid;
	padding: .75em 1.5em;
	color: #333;
	font-weight: bold;
}
#notice_preferences p {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
#notice_preferences .message {
	background: #cedbea;
	border-color: #9db7d5;
}
#notice_preferences .success {
	background: #e9f0c8;
	border-color: #d1df8f;
}
#notice_preferences .warning {
	background: #fbe5bb;
	border-color: #f5cb79;
}
#notice_preferences .error {
	background: #ebcbcb;
	border-color: #d79797;
}
/* @end */

/* @group ACTIONS */
a.action {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	margin-right: 2px;
	background-color: #6e798c;
	padding: 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	white-space: nowrap;
	margin-top: 2px;
	margin-bottom: 2px;
}
a.action:hover {
	background-color: #1d3458;
	text-decoration: none;
}
a.action span.picto {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/sprite_actions.png) no-repeat 0 0;
}
a.action:hover span.picto {
	background: url(../images/sprite_actions.png) no-repeat 0 -16px;
}
a.action span.label {
	display: inline-block;
	margin: 0 8px 0 4px;
	vertical-align: 4px;
}
/*-------------------*/
a.action.show span.picto {
	background: url(../images/sprite_actions.png) no-repeat -112px -32px;
}
a.action.show:hover span.picto {
	background: url(../images/sprite_actions.png) no-repeat -112px -48px;
}
/*-------------------*/

a.action.create span.picto {
	background: url(../images/sprite_actions.png) no-repeat -16px 0;
}
a.action.create:hover span.picto {
	background: url(../images/sprite_actions.png) no-repeat -16px -16px;
}
/*-------------------*/
a.action.edit span.picto {
	background: url(../images/sprite_actions.png) no-repeat -32px 0;
}
a.action.edit:hover span.picto {
	background: url(../images/sprite_actions.png) no-repeat -32px -16px;
}
/*-------------------*/
a.action.delete span.picto {
	background: url(../images/sprite_actions.png) no-repeat -48px 0;
}
a.action.delete:hover {
	background-color: #960609;
}
a.action.delete:hover span.picto {
	background: url(../images/sprite_actions.png) no-repeat -48px -16px;
}
/*-------------------*/
a.action.clone span.picto {
	background: url(../images/sprite_actions.png) no-repeat -64px 0;
}
a.action.clone:hover span.picto {
	background: url(../images/sprite_actions.png) no-repeat -64px -16px;
}
/*-------------------*/
a.action.search span.picto {
	background: url(../images/sprite_actions.png) no-repeat -80px 0;
}
a.action.search:hover span.picto {
	background: url(../images/sprite_actions.png) no-repeat -80px -16px;
} 
/*-------------------*/
a.action.reload span.picto {
	background: url(../images/sprite_actions.png) no-repeat -96px 0;
}
a.action.reload:hover span.picto {
	background: url(../images/sprite_actions.png) no-repeat -96px -16px;
}
/*-------------------*/
a.action.swap span.picto {
	background: url(../images/sprite_actions.png) no-repeat -112px 0;
}
a.action.swap:hover span.picto {
	background: url(../images/sprite_actions.png) no-repeat -112px -16px;
}
/*-------------------*/
a.action.mail span.picto {
	background: url(../images/sprite_actions.png) no-repeat -128px 0;
}
a.action.mail:hover span.picto {
	background: url(../images/sprite_actions.png) no-repeat -128px -16px;
}
/*-------------------*/
a.action.mailcenter span.picto {
	background: url(../images/sprite_actions.png) no-repeat -144px 0;
}
a.action.mailcenter:hover span.picto {
	background: url(../images/sprite_actions.png) no-repeat -144px -16px;
}
/*-------------------*/
a.action.clearportlink span.picto {
	background: url(../images/sprite_actions.png) no-repeat -16px -32px;
}
a.action.clearportlink:hover span.picto {
	background: url(../images/sprite_actions.png) no-repeat -16px -48px;
}
/*-------------------*/
a.action.clearportunlink span.picto {
	background: url(../images/sprite_actions.png) no-repeat 0 -32px;
}
a.action.clearportunlink:hover span.picto {
	background: url(../images/sprite_actions.png) no-repeat 0 -48px;
}
/*-------------------*/
a.action.newpass span.picto {
	background: url(../images/sprite_actions.png) no-repeat -32px -32px;
}
a.action.newpass:hover span.picto {
	background: url(../images/sprite_actions.png) no-repeat -32px -48px;
}
/*-------------------*/
a.action.account span.picto {
	background: url(../images/sprite_actions.png) no-repeat -48px -32px;
}
a.action.account:hover span.picto {
	background: url(../images/sprite_actions.png) no-repeat -48px -48px;
}
/*-------------------*/
a.action.file span.picto {
	background: url(../images/sprite_actions.png) no-repeat -64px -32px;
}
a.action.file:hover span.picto {
	background: url(../images/sprite_actions.png) no-repeat -64px -48px;
}
/*-------------------*/
a.action.pdf span.picto {
	background: url(../images/sprite_actions.png) no-repeat -80px -32px;
}
a.action.pdf:hover span.picto {
	background: url(../images/sprite_actions.png) no-repeat -80px -48px;
}
/*-------------------*/
a.action.xls span.picto {
	background: url(../images/sprite_actions.png) no-repeat -96px -32px;
}
a.action.xls:hover span.picto {
	background: url(../images/sprite_actions.png) no-repeat -96px -48px;
}
/*-------------------*/
a.action.lock span.picto {
	background: url(../images/sprite_actions.png) no-repeat 0 -64px;
}
a.action.lock:hover span.picto {
	background: url(../images/sprite_actions.png) no-repeat 0 -80px;
}
/*-------------------*/
a.action.unlock span.picto {
	background: url(../images/sprite_actions.png) no-repeat -16px -64px;
}
a.action.unlock:hover span.picto {
	background: url(../images/sprite_actions.png) no-repeat -16px -80px;
}
/*-------------------*/
a.action.down span.picto {
	background: url(../images/sprite_actions.png) no-repeat -32px -64px;
}
a.action.down:hover span.picto {
	background: url(../images/sprite_actions.png) no-repeat -32px -80px;
}
/*-------------------*/
a.action.up span.picto {
	background: url(../images/sprite_actions.png) no-repeat -48px -64px;
}
a.action.up:hover span.picto {
	background: url(../images/sprite_actions.png) no-repeat -48px -80px;
}
/*-------------------*/
a.action.sort_asc span.picto {
	background: url(../images/sprite_actions.png) no-repeat -64px -64px;
}
a.action.sort_asc:hover span.picto {
	background: url(../images/sprite_actions.png) no-repeat -64px -80px;
}

a.action.sortable span.picto {
	background: none;
}

/*-------------------*/
a.action.sort_desc span.picto {
	background: url(../images/sprite_actions.png) no-repeat -80px -64px;
}
a.action.sort_desc:hover span.picto {
	background: url(../images/sprite_actions.png) no-repeat -80px -80px;
}
/*-------------------*/
a.action.stats span.picto {
	background: url(../images/sprite_actions.png) no-repeat -96px -64px;
}
a.action.stats:hover span.picto {
	background: url(../images/sprite_actions.png) no-repeat -96px -80px;
}
/*-------------------*/
a.action.prev span.picto {
	background: url(../images/sprite_actions.png) no-repeat -112px -64px;
}
a.action.prev:hover span.picto {
	background: url(../images/sprite_actions.png) no-repeat -112px -80px;
}
/*-------------------*/
a.action.next span.picto {
	background: url(../images/sprite_actions.png) no-repeat -128px -64px;
}
a.action.next:hover span.picto {
	background: url(../images/sprite_actions.png) no-repeat -128px -80px;
}
/*-------------------*/
a.action.back span.picto {
	background: url(../images/sprite_actions.png) no-repeat -144px -64px;
}
a.action.back:hover span.picto {
	background: url(../images/sprite_actions.png) no-repeat -144px -80px;
}
/*-------------------*/
a.action.checksum span.picto {
	background: url(../images/sprite_actions.png) no-repeat -144px -32px;
}
a.action.checksum:hover span.picto {
	background: url(../images/sprite_actions.png) no-repeat -144px -48px;
}

a.action.info span.picto {
	background: url(../images/sprite_actions.png) no-repeat -128px -32px;
}
a.action.info:hover span.picto {
	background: url(../images/sprite_actions.png) no-repeat -128px -48px;
}

span.keyword {
	font-variant: small-caps;
	color: #ca2e00;
	font-weight: bold;
}
/* @end */

/* Forgot login/password links */
#forgot_link {
	font-size: 11px;
	padding-left: 125px;
}
/* @end */

/* Home page when use is logged */

a.last_report {
	width: 85%;
	height: 6.2em;
	color: #FFFFFF;
    background-color: #6e798c;
    border-radius: 6px 6px 6px 6px;
    display: inline-block;
    margin-left: 0.5em;
    padding: 0.5em 1em;
	margin-bottom: 1.3em;
	padding-left:5px;
}

a.last_report:hover {
	background-color: #1D3458;
	text-decoration: none;
}

a.report_market {
	width: 80%;
	height: 1em;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
    background-color:#CA2E00;
    border-radius: 6px 6px 6px 6px;
    display: inline-block;
    margin-left: -0.3em;
    padding: 0.2em 1em;
	margin-bottom: 0.3em;
}

a.report_market:hover {
	background-color: #1D3458;
	text-decoration: none;
}

.report_notice {
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: normal;
}

.report_notice p.title{
	margin-top: 0px;
	margin-bottom: 0px;
//	margin-left: 0px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}

.report_notice p.date{
	margin-top: 0px;
	margin-left: 0px;
	font-size: 11px;
	font-weight: bold;
	padding-left: 45px;
}

.blurb{
	color: #FFFFFF;
	/*letter-spacing: 0.01em; */
	line-height: 105%;
	text-align: justify;
	//font-weight: bold;
	//font-family: "Arial";
	//font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding-left: 45px;
}

/* Bootstrap4 navbar-custom */
.navbar-custom {
    background-color: #6e798c;
    padding-top: 3px;
    padding-bottom: 0px;
    height: 45px;
    border-bottom: 5px solid #ca2e00;
}
/* change the brand and text color */
.navbar-custom .navbar-text {
    color: rgba(255,255,255);
    font-size: 1.1em;
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: rgba(255,255,255);
    font-size: 13.3px;
}
.navbar-custom .dropdown-item {
    color: rgba(29,52,88);
    font-size: 13.3px;
}
.navbar-custom2 .navbar-nav .nav-link {
    color: rgba(29,52,88);
    font-size: 13.3px;
}

.navbar-custom2 .dropdown-menu {
    background-color: rgb(250, 250, 250);
}

.navbar-custom2 .dropdown-item {
    color: rgba(202,46,0);
    font-size: 13.3px;
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active:hover .nav-link {
    color: rgb(29, 52, 88);
}
.navbar-custom .nav-item:hover .nav-link {
    color: rgb(202, 46, 0);
}
.navbar-custom .nav-item.active .nav-link{
    background-color: rgb(202, 46, 0);
}
.navbar-custom .nav-item a{
    padding: 10px;
    margin-top: 5px;
}
.navbar-custom .nav-item .dropdown-menu a{
    padding-left: 30px;
    padding-right:10px;
    width: calc(100%);
}
.navbar-custom .nav-item .dropdown-item:hover {
    color: rgb(202, 46, 0);
    background-color: rgb(29, 52, 88)
}
.navbar-custom2 .navbar-toggler {
    color: rgb(29, 52, 88);
    border-color: rgb(29, 52, 88);
}
.navbar-custom2 .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(29, 52, 88, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.select2-container {
  text-align: left;
}

.select2-container li{
    padding-left: 10px;
}

/* @end */
