@import url("../../commons/general/css/commons.css");

.secondmenu {
    display: none;
}
.welcome a:link,
.welcome a:visited {
    color: #004775;
}
a.smcActionLink {
    font-size: 1em;
}
.domainlogin+a, .domainlogin+a+a {
    font-size: 10px;
}
.login {
    background-position: left;
    background-repeat: no-repeat;
    padding-top: 100px;
    background-size: cover;
    padding-left: 10px;
    height: 300px;
    background-color: #a7182c;
    border-bottom: 1px solid #bdbec0;
    border-top: 1px solid #bfc0c2;
    position: absolute;
    top: 76px;
    left: 0;
    background-image: url(../images/dnback.jpg);
}
.login tr td {
	padding-right:5px;
}
.logininput td {
	text-align:left;
}
.login td {
	color: #fff;
}
.login input.smcFormSubmit {
    padding: 3px 12px !important;
    border: 1px solid #999a9c;
    background-image: none;
    background-color: #c3c4c6;
    color: #000;
    cursor: pointer;
    box-shadow: none;
}
.welcome {
  	padding-top: 15px;
   	padding-left: 10px;
	height:214px;
  	background-color: #fff;
	border:0 none;
}
.choosemenu {
    display: block;
    clear: both;
    float: left;
}
.greetingheader {
    font-size: 130%;
    font-weight: bold;
    padding-bottom: 15px;
    padding-top: 10px;
    display: block;
}
.gdprmenu {
    float: right;
    padding-right: 0px;
    font-size: 10px;
    margin-left: 0px;
    margin-top: 1px;
}
.usersettingsandappinfomenu {
    float: left;
    padding-right: 0px;
    font-size: 10px;
    margin-left: -11px;
    margin-top: 1px;
}
.domainloginmenu {
    float: left;
    padding-right: 0px;
    font-size: 10px;
    margin-left: -33px;
    margin-top: 1px;
}
.domainlogin {
    background-color: #fff;
    padding: 20px;
    position: absolute;
    top: 201px;
    right: 15px;
    border-radius: 15px;
    box-shadow: 1px 1px 8px #004272;
    display: none;
}
.domainlogin.active {
	display: block !important;
}
.greeting {
    font-size: 100%;
    font-weight: normal;
}
.vspace {
	margin-bottom:7px;
}
.td div h3 {
	color:#306695;
}
.browserinfobutton {
    cursor: pointer;
    text-decoration: underline;
    padding-top: 15px;
}
.browserinfo.active {
    opacity: 1;
}
.browserinfo {
    opacity: 0;
    padding-top: 5px;
}
.app {
    background-color: #ffffff;
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 7px #306695;
    text-align: center;
    width: 180px;
    float: left;
    /* border: 3px solid #e9eff6; */
    transition: all .2s ease-in-out;
    font-size: 14px;
}
.app:hover {
    transform: scale(1.1);
    box-shadow: 4px 4px 20px #306695;
}

.apps {
    text-align: left;
}

.news {
    box-shadow: 1px 1px 8px #004272;
    border-radius: 15px;
    background-color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 3px;
    clear: both;
    float: left;
    width: calc(100% - 3px); /* remove L and R margin*/
    overflow: auto;
}
.newsheaderwrapper {
    display: inline-block;
    background: #004878;
	background: -moz-linear-gradient(left,  #004878 0%, #451e61 50%, #a71d2a 100%);
	background: -webkit-linear-gradient(left,  #004878 0%,#451e61 50%,#a71d2a 100%);
	background: linear-gradient(to right,  #004878 0%,#451e61 50%,#a71d2a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004878', endColorstr='#a71d2a',GradientType=1 );
    width: 100%;
    color: #fff;
    border-radius: 15px 15px 0 0;
}
.newsheader {
    float: left;
    font-size: 140%;
    font-weight: bold;
    padding: 10px 15px;
}
.newsdate {
    float: right;
    line-height: 20px;
    padding: 10px 15px;
}
.newscontent {
    padding: 15px;
    font-size: 15px;
}
.newswrapper {
    max-height: calc(100vh - 265px);
    overflow: auto;
    width: calc(100% + 20px);
    padding-right: 15px;
    position: relative;
}
.oldNews .toggleVisible {
    max-height: 500px;
    padding: 15px;
    transition: max-height 0.25s ease-in;
}
.oldNews .toggleHidden {
    padding: 0;
    max-height: 0;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
}
.oldNews .togglerShow:before {
    content: "\f0d7 "; /*fa-caret-down*/
    font-family: 'FontAwesome';
    margin-right: 0.5em;
}
.oldNews .togglerHide:before {
    content: "\f0d8 "; /*fa-caret-up*/
    font-family: 'FontAwesome';
    margin-right: 0.5em;
}
.news.ticker {
    box-shadow: 1px 1px 8px #a71d2a;
    background-color: #fff;
}
.news.ticker .newsheaderwrapper {
    background: inherit;
    color: #a71d2a;
}
.news.ticker .newscontent {
    padding: 0 15px 15px;
}
.info.active {
    display: block;
}
.info {
	display: none;
    text-align: left;
    background-color: #fff;
    padding: 20px;
    z-index: 1000;
    position: absolute;
    right: 10px;
    margin-top: 30px;
    box-shadow: 1px 1px 8px #004272;
    border-radius: 15px;
}
.irow {
    width: 580px;
    clear: both;
}
.irow:nth-child(odd) .icol {
    background-color: #ecf5ff !important;
}
.icol {
    float: left;
    width: 170px;
    min-height: 16px;
    line-height: 16px;
    white-space: normal;
}
.icolhead {
    float: left;
    width: 170px;
    min-height: 16px;
    line-height: 16px;
    font-weight: bold;
    border-bottom: 1px solid;
}
.topnavi td {
    background-color:#E9EFF6;
    vertical-align:middle;
    padding-right:8px;
    padding-left:8px;
}

.topnavi td.topnaviback {
	vertical-align:middle;
	text-align: left;
	padding: 5px;
	background: #004878;
	background: -moz-linear-gradient(left,  #004878 0%, #451e61 50%, #a71d2a 100%);
	background: -webkit-linear-gradient(left,  #004878 0%,#451e61 50%,#a71d2a 100%);
	background: linear-gradient(to right,  #004878 0%,#451e61 50%,#a71d2a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004878', endColorstr='#a71d2a',GradientType=1 );
	border-bottom: 1px solid #ffffff;
}
.topnavi a {
	text-decoration:none;
	font-weight:normal;
	font-size:1em;
	color: #fff;
}
.topnavi IMG {
	vertical-align:text-top;
}
a.smcForgotPassword {
    color: white;
    text-decoration: none;
}
a.smcForgotPassword:hover {
    text-decoration: underline;
}
.login.forgotpassword {
    padding-top: 50px;
}
.dn-logo {
    float: left;
}
.dn-portal-logo {
    padding-left: 186px;
	float: right;
}
.dn-background {
    padding-top: 0px;
    padding-left: 0px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: cover;
    background-image: url(../images/dn-background.png);
}
.dn-background-transparent {
    opacity: 0.5;
    background: black;
    height: 100%;
    width: 100%;
}
.dn-login {
    padding-top: 0px;
    padding-left: 0px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}
.dn-login input {
    border: 0;
    border-bottom: 1px;
    border-bottom-style: groove;
    padding-top: 15px;
    padding-bottom: 5px;
    width: 100%;
}
.dn-login input:focus {
    outline: none;
}
.dn-login button,
.dn-login input[type="button"],
.dn-login input[type="submit"],
.dn-login input[type="reset"] {
    background-color: rgb(0, 103, 184);
    color: #fff;
    cursor: pointer;
    box-shadow: none;
    min-height: 32px;
    border: none;
    min-width: 108px;
    line-height: normal;
    padding: 4px 12px 4px 12px;
    position: relative;
    max-width: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    text-overflow: ellipsis;
    touch-action: manipulation;
}
.dn-login button:hover,
.dn-login button:focus,
.dn-login input[type="button"]:hover,
.dn-login input[type="button"]:focus,
.dn-login input[type="submit"]:hover,
.dn-login input[type="submit"]:focus,
.dn-login input[type="reset"]:hover,
.dn-login input[type="reset"]:focus {
    background-color: #005da6;
    border-color: rgba(0,0,0,0.4);
}
.dn-login button:hover,
.dn-login input[type="button"]:hover,
.dn-login input[type="submit"]:hover,
.dn-login input[type="reset"]:hover {
    background-color: #005da6;
}
.dn-login button[disabled]:active,
.dn-login button[disabled],
.dn-login input[type="button"][disabled]:active,
.dn-login input[type="button"][disabled],
.dn-login input[type="submit"][disabled]:active,
.dn-login input[type="submit"][disabled] ,
.dn-login input[type="reset"][disabled]:active,
.dn-login input[type="reset"][disabled] ,
.dn-login button[disabled]:hover,
.dn-login input[type="button"][disabled]:hover,
.dn-login input[type="submit"][disabled]:hover,
.dn-login input[type="reset"][disabled]:hover {
  border: 2px outset ButtonFace;
  color: GrayText;
  cursor: not-allowed;
  background-color: #ddd;
  background: #ddd;
}
.dn-login-box {
    background-color: white;
    color: black;
    font-weight: bold;
    margin: auto;
    min-height: 275px;
    width: 400px;
    padding: 45px;
}
.dn-greeting-header {
    font-size: 24px;
    font-weight: bold;
    padding-left: 0px;
    padding-bottom: 5px;
    padding-top: 60px;
    display: block;
}
.dn-greeting {
    font-size: 15px;
    font-weight: normal;
    padding-left: 0px;
    padding-bottom: 5px;
}
.dn-error {
    font-size: 15px;
    font-weight: normal;
    padding-left: 0px;
    padding-bottom: 5px;
    color: red;
}
.dn-username {
    font-size: 15px;
    font-weight: bold;
    padding-left: 0px;
    display: block;
}
.dn-password {
    font-size: 15px;
    font-weight: bold;
    padding-left: 0px;
    display: block;
}
.dn-email {
    font-size: 15px;
    font-weight: bold;
    padding-left: 0px;
    display: block;
}
.dn-actions-forgot {
    font-size: 13px;
    font-weight: normal;
    padding-left: 0px;
    display: block;
}
.dn-actions-forgot a {
    padding-left: 0px;
    color: #0067b8;
    text-decoration: none;
}
.dn-actions-forgot a:hover {
    color: #666;
    text-decoration: underline;
}
.dn-actions-backtologin {
    font-size: 13px;
    font-weight: normal;
    padding-left: 0px;
    display: block;
}
.dn-actions-backtologin a {
    padding-left: 0px;
    color: #0067b8;
    text-decoration: none;
}
.dn-actions-backtologin a:hover {
    color: #666;
    text-decoration: underline;
}
.dn-actions-login {
    font-size: 15px;
    font-weight: bold;
    padding-right: 0px;
    float: right;
    display: block;
}
.dn-actions-requestreset {
    font-size: 15px;
    font-weight: bold;
    padding-right: 0px;
    float: right;
    display: block;
}
.dn-actions-resetpassword {
    font-size: 15px;
    font-weight: bold;
    padding-right: 0px;
    float: right;
    display: block;
}
.dn-actions-changepassword {
    font-size: 15px;
    font-weight: bold;
    padding-right: 0px;
    float: right;
    display: block;
}
.dn-actions-home {
    font-size: 15px;
    font-weight: bold;
    padding-right: 0px;
    float: right;
    display: block;
}
.dn-separator {
    font-size: 10px;
    font-weight: normal;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 35px;
    text-align: center;
    display: block;
}
.dn-separator span:after,
.dn-separator span:before{
    content:"\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
    text-decoration:line-through;
}
.dn-separator h1 {
  padding-top: 0px;
  padding-bottom: 0px;
  display: flex;
  flex-direction: row;
}
.dn-separator h1:before,
.dn-separator h1:after{
  content: "";
  flex: 1 1;
  border-bottom: 1px solid #000;
  margin: auto;
}
.dn-separator h1:before {
  margin-right: 10px
}
.dn-separator h1:after {
  margin-left: 10px
}
.dn-login-with-external-ip {
    /*-moz-transform:scale(0.9);    */
    /*-webkit-transform:scale(0.9); */
    /*transform:scale(0.9);         */
    text-align: center;
    padding-left: 0px;
    display: block;
}
.dn-footer {
    font-size: 13px;
    font-weight: normal;
    color: white;
    margin: auto;
    width: max-content;
    padding: 15px;
}
.dn-footer a {
    padding-left: 0px;
    color: white;
    text-decoration: none;
}
.dn-footer a:hover {
    color: #0067b8;
    text-decoration: underline;
}

.dn-footer-tickers {
}
.dn-footer-ticker {
    display: block;
    text-align: center;
}
.dn-footer-ticker-text {
    display: inline-block;
    background-color: white;
    padding: 0.1rem 0.5rem;
    margin: 0.25rem;
}
.dn-footer-ticker-header {
    font-weight: bold;
}