/* pages/login.css */
*
{
	font: 10pt Tahoma, Helvetica, Arial, sans-serif;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}

html
{
    background-color: #edf0f2;
    height: 100%;
    -webkit-box-sizing: border-box;
    overflow: auto;
}

body
{
    border:0px none;
    overflow: visible;
    text-align: center;
    margin: 0px;
    margin-top: 5%;
}

body form
{
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;    
    max-width: 500px;
    width: 90%;
    margin: auto;
}

b
{
	font-weight: bold;	
}

#biglogo
{
	background: #fff;
	-webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -moz-border-top-right-radius: 4px;
	-ms-border-top-left-radius: 4px;
    -ms-order-top-right-radius: 4px;
    -o-border-top-left-radius: 4px;
    -o-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
}

.innerTable
{
    width:100%;
}

.innerTable tbody tr td
{
	padding: 5px 0px 5px 0px;
}

#biglogo img
{
    max-width: 100%;
    margin: auto;
    margin-bottom: -3px;
}

.loginBody #loginTable
{
    width: 100%;
    margin-top: 15px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px 0px #006699;
    -moz-box-shadow: 0px 0px 15px 0px #006699;
    box-shadow: 0px 0px 15px 0px #006699;
    border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.loginButton
{
    cursor:default;
    display:inline;
    padding-left:5px;
    padding-right:5px;
    margin-left: 10px;
    border: 1px solid #419CCD;
    background-color: #B1D6EB;
    font-weight: bold;
    transition: all 0.25s ease;
}

.loginButton:hover
{
    border-color: #006699;
    background-color: #419CCD;
}

.loginButton.alt 
{
    color: #fff;
    border-color: #31373E;
    background-color: #464E59;
}

.loginButton.alt:hover 
{
    border-color: #31373E;
    background-color: #1C1F24;
}

.loginInput
{
    vertical-align: middle;
    padding: 2px;
    margin-left: 10px;
    border: 1px solid #34487E;
}

select
{
    margin-left: 10px;
}

.loginText
{
	width: 100%;
}

.loginText td
{
	background-color: #006699;
	color: #fff;
    padding: 5px 20px;
}

.branding 
{
    width: 90%;
    margin: auto;
}

.branding, .branding a, .branding *
{
	text-decoration: none; 
	color: #000; 
	cursor: text;
	font-weight: normal;
}

#statusMessage
{

    width: 100%;
}

#statusMessage p
{
    font-weight: bold;
}

.tablet * input, .tablet * select, .tablet * #loginTable tbody tr td
{
    font-size: 1.15em;
}

.customBranding img
{
    background: #fff;
}

.help
{
    text-align:right;
    border-right: 10px solid transparent;
}

.help a
{
    text-decoration: none;
    color:#000;
}

.help a:visited
{
    color: #000;
}

.small-font, .small-font a 
{
    font-size: 10.5px !important;
}

.powered-by-mdaemon 
{
    background-color: #464E59;
    text-align: center;
    padding: 0px;
    padding-top: 7px;
    padding-bottom: 5px;
    margin: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -ms-border-bottom-left-radius: 4px;
    -ms-border-bottom-right-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
}

.powered-by-mdaemon img
{
    max-width: 100%;
}

strong 
{
    font-weight: bold;
}

#passwordRecovery 
{
    text-decoration: none;
    color: #2271a2;
}

#passwordRecovery:visited 
{
    color: #2271a2;
}

.terms-of-use 
{
    margin: auto;
    width: 70%;
    max-width: 700px;
}

h2#termsOfUse 
{
    font-size: 12pt;
    font-weight: bold;
}

#termsOfUseCheck 
{
    margin-right: 10px;
}

.popup-view-button 
{
    margin-top: 5px;
}

button:disabled 
{
    background-color: #ccc;
    cursor: not-allowed;
}

button:disabled:hover 
{
    background-color: #ccc;
}

#termsOfUsePopup 
{
    display: none;
    position: fixed;
    top: 10%;
    height: 90%;
    max-height: 400px;
    width: 90%;
    max-width: 410px;
    padding: 15px;
    padding-top: 5px;
    background-color: #f7f7f7;
    overflow: hidden;
    border-radius: 4px;
    box-sizing: border-box;
    -moz-box-shadow: 1px 1px 4px #7F7F7F, -1px -1px 4px #7F7F7F, -1px 1px 4px #7F7F7F, 1px -1px 4px #7F7F7F;
    -webkit-box-shadow: 1px 1px 4px #7F7F7F, -1px -1px 4px #7F7F7F, -1px 1px 4px #7F7F7F, 1px -1px 4px #7F7F7F;
    -ms-box-shadow: 1px 1px 4px #7F7F7F, -1px -1px 4px #7F7F7F, -1px 1px 4px #7F7F7F, 1px -1px 4px #7F7F7F;
    -o-box-shadow: 1px 1px 4px #7F7F7F, -1px -1px 4px #7F7F7F, -1px 1px 4px #7F7F7F, 1px -1px 4px #7F7F7F;
    box-shadow: 1px 1px 4px #7F7F7F, -1px -1px 4px #7F7F7F, -1px 1px 4px #7F7F7F, 1px -1px 4px #7F7F7F;
}

#termsOfUsePopup p
{
    text-align: left;
    height: calc(100% - 45px);
    overflow: hidden;
    overflow-y: auto;
    border: 1px solid #ccc;
}

#termsOfUsePopup .popup-close-icon 
{
    float: right;
    margin-top: 5px;
    margin-right: -5px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    -ms-opacity: 0.6;
    -o-opacity: 0.6;
    opacity: 0.6;
    -webkit-transition: 0.25s ease opacity;
    transition: 0.25s ease opacity;
}

#termsOfUsePopup .popup-close-icon:hover 
{
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
}