/***********************/
/*     Museo fonts     */
/***********************/

@font-face {
  font-family: "Museo700";
  font-style: normal;
  font-weight: normal;
  src: url("/static/DS/font/museo700-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/static/DS/font/museo700-regular-webfont.woff") format("woff"), url("/static /DS/font/museo700-regular-webfont.ttf") format("truetype"), url("/static/DS/font/museo700-regular-webfont.svg#Museo700") format("svg");
}

@font-face {
  font-family: "Museo500";
  font-style: normal;
  font-weight: normal;
  src: url("/static/DS/font/museo500-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/static/DS/font/museo500-regular-webfont.woff") format("woff"), url("/static /DS/font/museo500-regular-webfont.ttf") format("truetype"), url("/static/DS/font/museo500-regular-webfont.svg#Museo500") format("svg");
}

@font-face {
  font-family: "Museo300";
  font-style: normal;
  font-weight: normal;
  src: url("/static/DS/font/museo300-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/static/DS/font/museo300-regular-webfont.woff") format("woff"), url("/static /DS/font/museo300-regular-webfont.ttf") format("truetype"), url("/static/DS/font/museo300-regular-webfont.svg#Museo300") format("svg");
}

body {    
    margin: 0 !important;
    padding: 0 !important;
}

/***********************/
/*        Header       */
/***********************/

.header h1 {
	color: #004095;
    font-family: Museo700;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: normal;
    vertical-align: middle;
	text-align: center;
	margin: 5px;
}

.header h3 {
	color: #4B96CC;
    font-family: Museo500;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: normal;
    vertical-align: middle;
	text-align: center;
	margin: 5px;
}

.header img {
	float:left;
	border: 0;
	height: 80px;
}

.header{
	background-color: #EDF4FA;
	width: 100%;
	display: table;
}

.header-row{
	display: table-row;
}

.header-img{
	width: 260px;
	display: table-cell;
	vertical-align: top;
}

.header-title{
	display: table-cell;
}

.header-log{
	width: 245px;
	display: table-cell;
	text-align: right;
	padding-right: 15px;
	color: #434343;
    font-family: Arial;
    font-size: 16px;
}

.header-log a, .header-log a:hover, .header-log a:active, .header-log a:visited{
	color: #434343;
    font-family: Arial;
	font-weight: bold;
    font-size: 14px;
}

@media screen and (max-width: 600px) { /* Responsive : remove image if small screen */

    .header img {
        display: none;
    }

}

a.back-to-top {
	display: none;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: #ADC3CD url("/static/DS/images/up-arrow.png") no-repeat center 43%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	opacity:0.5;
}

a.back-to-top:hover{
	opacity:1;
}
/***********************/
/*       Content       */
/***********************/

.content {
	margin:10px;
}

.loader {
	position : fixed;
	z-index: 9999;
	background : url('/static/DS/images/loading_icon.gif') 50% 50% no-repeat;
	top : 0px;
	left : 0px;
	height : 100%;
	width : 100%;
	cursor : wait;
	background-color: white;
	opacity: 0.5;
}

.content h1 {
	color: #E20030;
    height: 30px;
    font-family: Museo700;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: normal;
    vertical-align: middle;
	text-align: left;
}

.content h2 {
	color: #E85F38;
    height: 20px;
    font-family: Museo700;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: normal;
    vertical-align: middle;
	text-align: left;
}

.content h3 {
	color: #004494;
    height: 16px;
    font-family: Arial;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal;
    vertical-align: middle;
	text-align: left;
}

.content, .content a, .content a:hover, .content a:active, .content a:visited  {
	color: #434343;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
	text-align: left;
}

tr.selectedNews, tr.selectedNews a, tr.selectedNews a:hover, tr.selectedNews a:active, tr.selectedNews a:visited {
	color: #E20030;
}

tr.selectedExcel, tr.selectedExcel a, tr.selectedExcel a:hover, tr.selectedExcel a:active, tr.selectedExcel a:visited {
	color: green;
}

tr.updatedNews, tr.updatedNews a, tr.updatedNews a:hover, tr.updatedNews a:active, tr.updatedNews a:visited {
	color:darkorange;
}

tr.totalNews, tr.totalNews a, tr.totalNews a:hover, tr.totalNews a:active, tr.totalNews a:visited {
	color:blue;
}

tr.notSelectedNews  {
	color: #434343;
}

td.selection  {
	text-align: center;
}

hr {
	border: 0;
	margin:0px;
	height: 1px;
	background: #333;
	background-image: linear-gradient(to right, #ccc, #ccc, #ccc);
}

table {
	border-collapse: collapse;
}

table.main {
	margin-top:10px;
	margin-bottom:50px;
	width: 100%;               
	border-collapse: collapse; 
	table-layout: fixed;        
}

th {
	border-bottom: #E20030 2px solid;
	border-left: #FFF 10px solid;
	border-right: #FFF 10px solid;
	word-wrap: break-word;      /* Wrap long words */
	white-space: normal;        /* Allow multi-line text */
}

th.thtitle {
	width:250px;
}

th.th200 {
	width:200px;
}

th.th100 {
	width:100px;
}

th.th80 {
	width:80px;
}

td {
	border-bottom: #004095 1px solid;
	border-left: #FFF 10px solid;
	border-right: #FFF 10px solid;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	word-wrap: break-word;      /* Wrap long words */
	word-break: break-all;       /* Break long words if needed */
	white-space: normal;        /* Allow multi-line text */
	vertical-align: top;
}

td.tdcenter {
	text-align:center;
}

textarea {
	width:100%;
	resize:none;
	overflow-x:hidden;
}

td.tabentity {
	padding-top: 1px;
	padding-bottom: 1px;
	border: none;
}

/*************/
/*   Login   */
/*************/
/*.login-block input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 500px white inset;
}*/

.login-block {
    width: 320px;
    padding: 20px;
    background: #F6F6F6;
    border-radius: 5px;
	font-family: Arial;
    border-top: 5px solid #ff656c;
    margin: 100px auto;
}

.login-block .error {
    color: #ff656c;
}

.login-block input {
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 14px;
	padding: 0 20px 0 20px;
    outline: none;
}

.login-block input:active, .login-block input:focus {
    border: 1px solid #ff656c;
}

.login-block input[type=submit] {
    width: 100%;
    height: 40px;
    background: #ff656c;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #e15960;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    outline: none;
    cursor: pointer;
}

.login-box {
	width: 320px;
    padding: 20px;
    background: #F6F6F6;
    border-radius: 5px;
    font-family: Arial;
    border-top: 5px solid #ff656c;
    margin: 100px auto;
}

button.login-sso {
	width: 100%;
    height: 40px;
    background: #ff656c;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #e15960;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    outline: none;
    cursor: pointer;
}

.login-block input[type=submit]:hover {
    background: #ff7b81;
}

/**************/
/*    popup   */
/**************/

.button{
	background-color:#2b91af;
	border-radius:10px;
	box-shadow:0 2px 3px rgba(0,0,0,0.3);
	color:#fff;
	cursor:pointer;
	display:inline-block;
	padding:10px 20px;
	text-align:center;
	text-decoration:none
}

.button:hover{
	background-color:#1e1e1e
}

.button>span{
	font-size:84%
}

.button.b-close{
	border-radius:7px 7px 7px 7px;
	box-shadow:none;
	font:bold 131% sans-serif;
	padding:0 6px 2px;
	position:absolute;
	right:-7px;
	top:-7px
}

.popup{
	font-family: Arial;
	background-color:#fff;
	border-radius:10px 10px 10px 10px;
	box-shadow:0 0 25px 5px #999;
	color:#111;
	display:none;
	min-width:200px;
	padding:25px;
	left: 196px;
	position: absolute;
	top: 307px;
	z-index: 9999;
	opacity: 0;
}