@charset "utf-8";
/* CSS Document */
body {
	font-family: 'PT Sans', sans-serif;
	/*font-size: .8em;*/
	margin: 0px;
}

#container {	
	background: #FFFFFF;
	padding-top: 0px;
}

#footer_panel {
	display: block;
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 0;
	background-color: #FFFFFF;
	border-top: 1.5pt solid #0e76bc;
	border-top: 1.5pt solid rgba(14,118,168,0.8);
	z-index: 999;
}

#login_footer_panel {
    margin-top: 20px;
    display: block;
    width: 100%;
    height: 40px;
    /*position: absolute;*/
    bottom: 0;
    background-color: #FFFFFF;
    border-top: 1.5pt solid #0e76bc;
    border-top: 1.5pt solid rgba(14,118,168,0.8);
    z-index: 999;
}

/* Begin Login page */
#login-top {
    background: #1a77b9 url("../images/page-top-2.jpg") no-repeat scroll 0 0 / cover ;
	height: 1em;    
}

#login-header {
	border: 0pt solid #0e76bc;
	height: 120px;
}

.login-logo {
	height: 155px;
    padding-top: 15px;
	margin-left: 44px;
	border: 0pt solid #0e76bc;
	float: left;
}

.login-title {
    text-transform: inherit !important;
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
	padding-top: 106px;
	margin-right: 50px;
	border: 0pt solid #0e76bc;
	float: right;
}
.new-line {    
	clear: left;
}


#tm-main-content .jeventpage h1, #tm-middle .uk-panel-title, .uk-h3, .tm-title, .uk-article-title, .miedge-media .uk-article .moduletable > h3:first-child {
    color: #2f4967;
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 0;
    text-transform: initial;
}

.alt1 {
    color: #1a77b9;
}

#tm-main {
	display: block;
    margin-left: 30px;
    min-width: 200px;
    text-align: left;
	font-size: 1.25em;
    line-height: 1.2em;
	/*padding-top: 50px;*/
}

.cbLoginForm #mod_login_usernametext, 
.cbLoginForm #mod_login_passwordtext, 
.cbLoginForm #mod_login_remembermetext, 
.cbLoginForm #mod_forgotpassword_usernametext, 
.cbLoginForm #mod_forgotpassword_emailtext, 
.cbLoginForm #mod_forgotpassword_captchatext,
.cbLoginForm #mod_forgotpassword_securitycodetext
	{
    display: block;
    float: left;
    margin-right: 1%;
    min-width: 200px;
    text-align: right;
    width: 24%;
	font-size: 1.25em;
    line-height: 1.2em;
}

.cbLoginForm .cbLoginButtonSpan {
    display: block;
    margin-left: 25%;
}

.uk-hidden {
    display: none !important;
    visibility: hidden !important;
}



.cbLoginForm #mod_login_username, .cbLoginForm #mod_login_password {
    width: 25%;
}

.login-button {
    background: #fe5000 none repeat scroll 0 0;
    border: medium none;
    color: #fff !important;
    font-size: 0.9em;
    font-weight: bold;
    padding: 0.5em 0.8em;
    text-transform: uppercase;
}
.login-button::after {
    background: #fe5000 none repeat scroll 0 0;
    bottom: auto;
    color: #fff;
	content: "\f101";
    display: inline;
    font-family: "FontAwesome";
    font-size: 1.1em;
    left: auto;
    margin-left: 0.5em;
    padding: 0.2em 0.4em;
    position: relative;
    right: auto;
    top: auto;
}
.login-button:hover::after {
    margin-left: 0.7em;
    padding: 0.2em 0.2em 0.2em 0.4em;
}
.cbLoginLinksList {
    list-style: outside none none;
    margin-left: 25%;
    padding: 0;
}

#tm-main-content .mod_login, #tm-main-bottom  .mod_login{
    color: #fe5000;
	font-size: 1.2em;
}
#tm-main-content a:hover {
    color: #5e5e5e;
}

a {
    transition: color 0.2s ease-in-out 0s;
}
a, .uk-link {
    color: #2f4967;
    cursor: pointer;
    text-decoration: none;
}
a {
    background: transparent none repeat scroll 0 0;
}

.error {
	color: #fe5000;
}

#tm-footer, .tm-footer {
    background: #2f4967 none repeat scroll 0 0;
    color: #fefeff;	
}
.tm-footer p {
    color: #fefeff;
    margin: 0;
}
.tm-footer a {
    color: #fefeff;
}
.tm-footer a:hover {
    color: #fff;
    text-decoration: underline;
}
.tm-footer .miedge-logos {
    margin: 15px auto;
    max-width: 300px;
    width: 100%;
}
.tm-footer .miedge-logos img {
    display: block;
    margin: 0 auto;
}
.tm-footer .miedge-logos [class*="uk-width-"] {
    padding-left: 0;
}
.tm-footer .transparent img {
    opacity: 0.5;
}


#container_left {
    display: block;
    float: left;
	width: 35%;	
}

#container_center {
    display: block;
    float: left;
	width: 30%;	
	margin-top: 50px;	
	text-align: center;
}

#container_right {
    display: block ;
    float: right;
	width: 35%;
	margin-top: 70px;    
}

#container_right .uk-panel{
    
	margin-left: 70px;    
}

.login-exciting-news {
    font-size: 2em;
	color: #2f4967;
    line-height: 3.8em;
    font-weight: bold;
}

.login-free-trial {
	text-transform: inherit !important;
	color: red;
    font-weight: bold;
	font-style: normal;
	font-size: 15px;
    line-height: 25px;
}



.tm-sidebar-a .uk-panel {
    text-align: center;
    padding: 10px;
    border: 1px solid #2f4967;
}
.login-alert {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    min-height: 265px;
}

.login-new-to-miedge {
    font-size: 1.5em;
    line-height: 1em;
    color: #2f4967;
    font-weight: bold;
}

.tm-sidebar-b .uk-button {
    font-size: 1.3em;
    line-height: 2.7em;
    text-align: center;
    font-weight: bold;
}
.uk-button {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-transform: inherit;
}
.uk-button {
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    border: none;
    line-height: 38px;
    min-height: 38px;
    font-size: 14px;
    padding: 0 15px;
    background: #fe5000;
    color: #ffffff;
    border: 0 solid #dddddd;
    font-weight: 300;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 * 3. Required for `a` elements
 */
.uk-button:hover,
.uk-button:focus {
  background-color: #2f4967;
  color: #ffffff;
  outline: none;
  text-decoration: none;
  border-color: #aaaaaa;
  -webkit-transition: background-color 0.1s ease-in-out, border-color 0.2s ease-in;
  transition: background-color 0.1s ease-in-out, border-color 0.2s ease-in;
}
/* Active */
.uk-button:active,
.uk-button.uk-active {
  background-color: #2c4460;
  color: #5e5e5e;
}

.uk-icon-cloud:before {
    font-family: FontAwesome;
	content: "\f0c2";
}

.inputbox {
	width: 150px;
}

/* End Login page */

/* Begin Forgot Password page */

.cbForgotpasswordForm #mod_forgotpassword_titletext
{    
    margin-left: 3%;    
	font-size: 1.25em;
    line-height: 1.2em;
}

.cb_form_instructions
{    
    margin-left: 3% !important;    
}

.cbForgotpasswordForm #mod_forgotpassword_usernametext, 
.cbForgotpasswordForm #mod_forgotpassword_emailtext, 
.cbForgotpasswordForm #mod_forgotpassword_remindertext,
.cbForgotpasswordForm #mod_forgotpassword_text,
.cbForgotpasswordForm #mod_forgotpassword_checkusernameResponsetext,
.cbForgotpasswordForm #mod_forgotpassword_checkemailResponsetext,
.cbForgotpasswordForm #mod_forgotpassword_captchatext,
.cbForgotpasswordForm #mod_forgotpassword_securitycodetext
{
    display: block;
    float: left;
    margin-right: 1%;
    min-width: 200px;
    text-align: right;
    width: 24%;
	font-size: 1.25em;
    line-height: 1.2em;
}

.cb_result_container
{
    display: block;
    margin-right: 1%;
    min-width: 200px;
}

.cbForgotpasswordForm .cbForgotpasswordButtonSpan {
    display: block;
    margin-left: 3%;
}

/* End Forgot Password page */

#finalize {
	padding: 15px;
}

#frm_customer_communication {
 	scroll: auto;
	text-align: center;
    border: 1px solid #2f4967;
    border-radius: 5px;
	vertical-align: middle;
    max-width: 365px !important;
    width: 95%;
    height: 280px;
}

.top-buffer { margin-top:20px; }

.forgot_login {
    /*color: #fe5000;*/
    font-weight: 300;
}
