html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html, body 
{
    height:100%;
}
body {
	line-height: 1;
	background-color:rgb(51, 55, 59);
    height:98%; /*need that to get rid of constantly eppearing vert.scrollbar*/
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.nHeader
{
    height: 100px;
    width:100%;
    top: 50%;
    margin-top: -400px;
    left: 0px;
    right: 0px;
    position: absolute;
}

#nBody
{
    background-color: #33373b;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0px;
    margin-top:auto;
    margin-bottom:auto;
    min-height:800px;
}

.page-wrapper
{
    display:block;
    min-height:500px;
    position:relative;
    height:100%;
}

.mainBody
{
    background-color:transparent;
    height: 500px;
    width: 100%;
    top: 50%;
    margin-top: -300px;
    left: 0px;
    right: 0px;
    position: absolute;
}

#nBackground
{
    background-image: url('../images/login/Cortex-login_bg-1900.jpg');
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    width:100%;
    min-width:690px;
}

#nBackground img
{
    vertical-align: middle;
    height: 100%;
    z-index:1;
}
.mainBody .mainCentral
{
    margin: 0px auto;
    height: 450px;
}

#mainTitle
{
    padding: 50px 0px 10px 0px;
    position: relative;
    margin: auto;
    max-width: 700px;
    text-align: center;
    line-height: 0px;
    vertical-align: bottom;
}

#mainTitle p
{
    padding-bottom: 5px;
    text-align: center;
    font-family: Calibri, "Calibri light", Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	color: #ffffff;
	line-height: 16px;
	min-width:418px;
}

#mainBox
{
    position: relative;
    background-image: url('../images/login/login_box.png');
    background-repeat: no-repeat;
    background-position: center top;
    height: 294px;
    width: 418px;
    margin:auto; 
    padding: 15px;
    z-index: 101;
    top: 6px;
}

#mainBox .inputBox
{
    height: 20px;
    width: 245px;
    border-width: 0px;
}

#mainBox label
{
    font-family: Calibri, "Calibri light", Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	color: #ffffff;
}

#mainBox input
{
    font-family: Calibri, "Calibri light", Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #000000;
	padding-left: 6px;
}

#languageLabel
{
    position: absolute;
    left: 185px;
    top: 22px;
}

#languageSelector
{
    position: absolute;
    left: 12px;
    top: 10px;
    border-width: 0px;
}

#languageDropdown
{
    position: absolute;
    left: 98px;
    top: 51px;
    visibility: hidden;
    z-index: 30;
}

#languageDropdown table,
#languageSelector table
{
    width: 252px;
    height: 22px;
    background-color: #ffffff;
    border: 0;
}

.languageSelectorItem
{
    vertical-align: middle;  
    color: #000000;
    font-family: Calibri, "Calibri light", Arial, Helvetica, Sans-Serif;
    font-size: 13px;
}

.languageSelectorItem a
{
    text-decoration: none;   
}

.languageSelectorArrow
{
    border-left: 2px solid #399ec8;   
}

.languageSelectorOff
{
    vertical-align: middle;  
    text-align: right;
    padding-right: 6px;
}

#userLabel
{
    position:absolute;
    left: 210px;
    top: 92px;
}

#usernameId
{
    position: absolute;
    left:12px;
    top:10px;
    line-height: 20px;
    text-align: left;
}

#passLabel
{
    position: absolute;
    left: 185px;
    top: 162px;
}

#pass
{
    position: absolute;
    left: 12px;
    top: 10px;
    line-height: 20px;
    text-align: left;
}

#rememberMeLabel
{
    position: absolute;
    left: 112px;
    top: 237px;
    font-family: Calibri, "Calibri light", Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #ebf366;    
}

#rememberMeCheckBox
{
    position: absolute;
    left: 87px;
    top: 232px;
}

#forgotPasswordLabel
{
    position: absolute;
    left: 92px;
    top: 257px;
    font-family: Calibri, "Calibri light", Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #ebf366;
}

#logonBtn
{
    position: absolute;
    left: 309px;
    top: 243px;
    border: 2px solid #999;
    padding: 6px 7px 5px 7px;
    background-color: #ebf366;   
    font-family: Calibri, "Calibri light", Arial, Helvetica, Sans-Serif;
	font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: #212529;
}

.footer
{
    font-family: Calibri, "Calibri light", Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    padding: 10px 10px 10px 10px;
    position: absolute;
    top: 50%;
    bottom: 0px;
    left: 0px;
    right:0px;
    margin-top: 225px;
}

.footer .support
{
    position: relative;
    margin: auto;
    width: 680px;
    text-align: center;
    color: #ffffff;
    line-height: 15px;

}

.footer .title
{
    color: #ffffff;
    font-weight: bold;
    float: left;
    height: 60px;
    vertical-align: top;
    margin-right: 24px; 
}

.footer .contactDetail
{
    color: #cfcccc;
    font-size: 12px;
    float: left;
    height: 60px;
    vertical-align: top; 
    line-height: 10px;
    margin-left: 24px;
    margin-right: 24px;
}

.footer .contactDetail p
{
    padding: 0px 0px 5px 0px;
}

.footer .contactDetail strong
{
    font-weight:bold;
}

.footer .customContactDetail
{
    position: relative;
    margin: auto;
    max-width: 700px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    line-height: 15px;
    height: 60px;
    vertical-align: top; 
}

.footer .clear
{
    clear: both;
}

.footer .disclaimer
{
    position: relative;
    margin: auto;
    max-width: 700px;
    text-align: center;
    font-size: 11px;
    color: #ffffff;
    line-height: 15px;
}

.footer .dealogicLink
{
    position: relative;
    margin: auto;
    max-width: 700px;
    text-align: center;
    font-size: 11px;
    color: #ffffff;
    line-height: 15px;
}

.footer .dealogicLink a
{
    font-size: 11px;
    color: #ffffff;
    line-height: 15px;
    text-decoration: none;
}
.footer .supportEmail a:hover,
.footer .dealogicLink a:hover
{
    color: #b3adad;
    text-decoration: underline;
}
.supportEmail
{
    padding-top:5px;
}
.supportEmail a
{
   color:#ffffff;
   text-decoration:none;
}

/*styles for the rounded input boxes*/
#mainBox .left
{
    background: transparent url(../../sys_shared/images/login/loginPage.png) no-repeat left 0px;
    display:inline-block;
    width:264px;
    height:42px;
    left:86px;
    position:absolute;
}
#mainBox .you
{
    top:110px;
}
#mainBox .your-password
{
    top:180px;
}
#mainBox .your-language
{
    top:40px;
}
#mainBox .right
{
    background: transparent url("../../sys_shared/images/login/loginPage.png") no-repeat right -40px;
    width:13px;
    left:264px;
    top:0px;
    position:absolute;
}
#mainBox .input-selected
{
    background: transparent url("../../sys_shared/images/login/loginPage.png") no-repeat left -190px;
}
#mainBox .input-right-selected
{
    background: transparent url("../../sys_shared/images/login/loginPage.png") no-repeat right -240px;
}
#mainBox .input-hover
{
    background: transparent url("../../sys_shared/images/login/loginPage.png") no-repeat left -90px;
}
#mainBox .input-right-hover
{
    background: transparent url("../../sys_shared/images/login/loginPage.png") no-repeat right -140px;
}
/*       */

/*styles for the new Connedt button */
#logonBtn
{
    background: transparent url("../../sys_shared/images/login/loginPage.png") no-repeat left -290px;
    height:15px;
    border:none;
    padding-left:10px;
    width:41px;
    left:0px;
    top:0px;
}
#mainBox .logon-right
{
    background: transparent url("../../sys_shared/images/login/loginPage.png") no-repeat right -320px;
    display:inline-block;
    width:6px;
    height:26px;
    left:58px;
    top:0px;
    position:absolute;
}
#mainBox .logon-hover
{
    background: transparent url("../../sys_shared/images/login/loginPage.png") no-repeat left -350px;
}
#mainBox .logon-right-hover
{
    background: transparent url("../../sys_shared/images/login/loginPage.png") no-repeat right -3 80px;
}
.logo-span
{
    display:inline-block;
    width:64px;
    height:26px;
    left:294px;
    top:240px;
    position:absolute;
    cursor:pointer;
}
/*    */

