/**--------------------------login page specific style-------------**/
html {overflow: auto;}

.mstrHeader, .mstrPath, .mstrFooter, .mstrContent {display: block;}
.tdDockLeft, .mstrDockRight, .mstrDockBottom, .mstrDockTop { display: none;}

.mstr-page-login .mstrPath .mstrPathContainer {
    position: absolute;
    text-align: right;
    line-height: 40px;
}

.mstrHeader { text-align: right;}
.mstrContent {padding: 0;}
.mstr-page-loginWarning .mstrContent {padding-left: 36px;}

/*#364681 */
.mstrDockTopContainer {min-width: 0;}

.mstrDockCenter {
    height: 100%;
}

.mstr-page-login #mstrWebContents {
    background: #fff;
    background: -webkit-radial-gradient(50% 255px, circle, white 0%, white 200px, #BCBCBC);
    background: -moz-radial-gradient(50% 255px, circle, white 0%, white 200px, #BCBCBC);
    background: radial-gradient(circle at 50% 255px, white 0%, white 200px, #BCBCBC);
}
.mstrHTML #mstrWebContents {padding-bottom: 45px;}

#mstrWebContentTable {
    height: 100%;
}

/*--------panel portrait --------*/
.mstrPanelPortrait {
	border: none;
	margin: 18px 0 29px;
}
.mstrPanelTitleBar {
    display: none;
}

/*------------------------login -----------------------*/
.mstrLoginFields {/*login form fields wrapper DIV*/
    margin-bottom: 20px;
}
.mstrLoginFieldsGroup LABEL {/*label*/
    float: left;
    display: block;
    margin: 15px 0px 2px;
    font-size: 1.4em;
    color: #787878;
    font-weight: bold;
    width: 150px !important;
}
.mstrLoginFieldsGroup { margin-bottom: 20px;}
.mstrLoginFieldsGroup .chk input {
    float: left;
    margin-top: 3px;
    padding: 0px;
    height: 13px !ie7;
}
.mstrLoginFieldsGroup DIV {margin-bottom:3px; clear: both;}
.mstrLoginFieldsGroup .fld {margin: 10px 0; position: relative;}
.mstrLoginFieldsGroup .fld > label {/*Do not show for non-IE8/9*/
    display: none;
    margin-top: 0;
    padding-left: 6px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    line-height: 35px;
    color: #ccc;
}
.mstrLoginFieldsGroup .fld.placeholder > label {display: block;}
.mstrLoginFieldsGroup .chk LABEL {
    display: block;
    white-space: nowrap;

    /* Issue 774239: text is wrapped (French)*/
    width: 283px !important;
    float: none;
    margin: 10px;
    font-size: 1.2em;
    font-weight: normal;
}


.mstrLoginOptions {
    text-align: left;
    margin-top: 40px;
    margin-left: 10px;
}
.mstrLoginOptions INPUT {
	background: transparent url(images/square.gif) no-repeat scroll left center;
	border-style: none;
	padding-left: 12px;
	margin-right: 10px;
	text-align: left;
	text-decoration: underline;
	cursor: pointer;
    display: block;
    float: none;
	/*for IE to get rid of unexpected margin*/
	overflow: visible;
	width: auto;
	line-height: 20px;
}

.mstrLogininFiledUsher {
    position: relative;
}
.mstrLogininFiledUsher:after {
    content: '';
    position: absolute;
    height: 24px;
    width: 24px;
    background: url(images/usher_sm.png) no-repeat 0 0 transparent;
    left: 266px;
    bottom: 6px;
}

.mstrInputText {
    width: 278px;
    padding: 6px;
    margin: 0;
    border: 1px solid #cdcdcd;
}
.mstrLoginFieldsGroup .mstrInputText {
    width: 278px;
    font-size: 1.7em;
    color: #787878;
    border: 1px solid #CDCDCD;
    padding: 6px;
    margin: 0px;
    outline: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: -webkit-linear-gradient(#fff, #eee);
    background: -moz-linear-gradient(#fff, #eee);
    background: linear-gradient(#fff, #eee);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
}
.mstrLoginFieldsGroup .mstrInputText:focus,
.mstrLoginFieldsGroup .mstrInputText:hover {
    background: #fff;
    filter: none;
}
.mstrLoginFields .mstrLoginFieldsGroup input {font-size: 1.7em; color: #7b7b7b;}
.mstrLoginFields .mstrLoginFieldsGroup input.mstrInputText:-ms-input-placeholder {color: #a9a9a9;}

.mstrLoginButtonBarLeft, .mstrLoginButtonBarRight{
    padding: 0px;
    text-align: left;
    display: inline;
    width: 136px;
    float: left;
}
.mstrLoginButtonBarLeft {
    margin-right: 16px;
    margin-left: 0px;
}

.mstrLoginButtonBarLeft .mstrButton,
.mstrLoginButtonBarRight .mstrButton {
    height: 35px;
    width: 100%;
    font-size: 1.2em;
    background: white;
    border: 1px solid #c0c0c0;
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-weight: bold;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: rgb(238,238,238) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#cccccc',GradientType=0 );
    background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(204,204,204,1) 100%) !important;
    background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(204,204,204,1) 100%) !important;
    background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(204,204,204,1) 100%) !important;
    color: #656565 !important;
}

.mstrLoginButtonBarLeft .mstrButton:hover,
.mstrLoginButtonBarRight .mstrButton:hover {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#f2f2f2',GradientType=0 );
    background: -webkit-linear-gradient(bottom, rgba(242,242,242,1) 0%,rgba(204,204,204,1) 100%) !important;
    background: -moz-linear-gradient(bottom, rgba(242,242,242,1) 0%,rgba(204,204,204,1) 100%) !important;
    background: linear-gradient(to top, rgba(242,242,242,1) 0%,rgba(204,204,204,1) 100%) !important;
}


.mstrError {
    width: 400px;
    word-wrap: break-word;
}

.mstr-page-login .mstrError {
    width: 360px;
    word-wrap: break-word;
    margin: 20px auto 0px;
}

.mstr-page-login .mstrError .mstrAlert {
    background: #fcece8;
    border: 1px solid #f8b6b8;
    color: #ee2c49;
    margin: 0px;
    padding: 13px 28px 5px;
    font-size: 10pt;
    text-align: justify;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.mstr-page-login .mstrError .mstrAlert .mstrAlertTitle {
    color: #ee2c49;
    text-align: center;
    padding-bottom: 2px;
    font-size: 12pt;
}


.licenseButtonBar {
	margin: 20px 6px;
	text-align: right;
}

#continue{ display: none; /*to be set visible by JS*/}

.licenseMsgBox {
	margin-bottom: 10px;
	display: none; /*to be set visilbe by JS*/
}

.mstrServer,
.mstrTitle {text-align: center; word-wrap: break-word; word-break: break-all;margin-bottom: 20px;}
.mstrTitle {
    color: #2e2d2d;
    font-size: 1.8em;
    margin-bottom: 7px;
    text-align: center;
}
.mstrServer {
    font-size: 1.6em;
    color: #787878;
}

.mstrDesc {text-align: justify; display: none;}

#lb_LoginStyle {
    width: 390px;
    border: 1px solid #D8D8D8;
    margin: 25px auto;
    padding: 30px 20px;
    background: #fff;
}

#lb_LoginStyle a:link,
#lb_LoginStyle a:visited {
    color: #007ebe;
    text-decoration: none
}


#toggleLoginMode {
    position: relative;
    bottom: -10px;
    text-align: center;
    cursor: default;
}

.usherLogin-only .mstrLoginButtonBarRight { /*center Cancel button*/
    margin: auto;
    float: none;
    display: block;
}

.mstrLoginContainer {
    position: relative;
    overflow: hidden;
    margin: auto;
    text-align: center;
    width: 400px;
}
.mstrLoginContainer.usherLogin {min-height: 560px;}

#divLogin,
.mstrmojo-UsherLogin-Container {
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    background: #fff;
}
#divLogin {
    overflow: hidden;
    margin: 0 0 0 45px;
    z-index: 2;
}
.usherLogin #divLogin {
    position: absolute;
    height: 400px;
}

.mstrLoginContainer.usherLogin #divLogin {
    top: 500px;
}

.mstrLoginContainer.std #divLogin {top: 31px;}
.mstrLoginContainer.std .mstrmojo-UsherLogin-Container {height: 0;}

/*DE18178*/
#mstrStarburst {
    height: 0;
}