.jm-modal-close{
    float: right;
    font-weight: bold;
    margin: 3px;
    padding: 0 4px 0 1px;
    text-align: center;
    width: 10px;
	cursor:pointer;
	color:#000!important;
}
.jmmodal{
    background: #fff;
    display:none;
    position: fixed;
    left: 300px;
    top: 50px;
    z-index: 1050;
    color:#444444;
	/* overflow-y: scroll; */
}
#tab-content{
    width:80%;
    margin:0 auto;
    padding:10px 0;
}
.jm-overlay{
    background-color: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040;
    opacity: 0.8;
}
.jmlogin,.jmregister{
    display:none;
}
.jmtab-active{
    display:block;
}
.tab-inner.active{
    display: block;
    font-size: 17px;
    font-weight: bold;
    padding:15px;
    text-align: center;
    display:block;
    color:#444444;
}
.tab-inner{
    display:none;
}
.clear{
    clear:both;
}
.jmmodal{
    background:#fafafa;
    border-radius:4px;
}
.tab-outer{
    background: url('../images/lineshort.png') repeat-x center bottom !important;
}
.controls-content input[type=text],.btn-jm-submit,
.controls-content input[type=submit],
.controls-content input[type=password]{
    width:100%;
    height:25px;
    margin-bottom:15px;
    margin-top:10px;
    border-top: 2px #c6c6c6 solid;
    border-left: 2px #c6c6c6 solid;
    border-right: 1px #c6c6c6 solid;
    border-bottom: 1px #c6c6c6 solid;
    border-radius:3px;
    padding: 0;
}
.controls-content .btn-jm-submit{
	margin-top: 25px;
}
.controls-content input[type=text],
.controls-content input[type=password]{
	margin:0;
	text-indent: 5px;
}
.controls-content .help-inline{
	min-height: 0;
}
.controls-content input[type=text].required,
.controls-content input[type=password].required,
.controls-content input[type=text].required:focus,
.controls-content input[type=password].required:focus{
    border:none !important;
    box-shadow: 0 0 3px 2px red;
}
.controls-content input[type=text]:focus,
.controls-content input[type=password]:focus{
    border-color: #FFCB32;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 2px 1px 1px 2px;
}
.btn-jm-submit{
    width:100%;
    height:30px;
    cursor: pointer;
}
.btn-jm-submit:hover{
    background-color:#ebebeb;
    border-color: #d6d6d6!important;
}
.jmlogin a{
    color:#b5b5b5 !important;
    text-decoration:none !important;
}
.jmlogin a:hover,
.jmlogin a:focus,
.jmlogin a:active,
.jmlogin a:visited{
    background:none !important;
}
.float-left{
    float:left;
}
.float-right{
    float:right;
}
div.jm-wrap{
    margin-top:10px !important;
}
.jm-login-footer .social{
    margin-left:10px;
}
.jm-login-footer{
    margin-top:20px;
}
#regain_password .controls-label{
    margin-bottom:10px;
}
#regain_password .controls-content{
    margin-bottom:10px;
}
.jm-login-link-modal .icon-user{
     margin-right: 5px;
    color:#fff !important;
}
.rtl .jm-login-link-modal .icon-user{
    margin: 0 0 0 5px;
}
.jm-login-link-modal{}
.jm-login-link-modal:hover,
.jm-login-link-modtom:#c5c5c5 2px solid;
}

.arrow-up {
	width:0px;
	height:0px;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-bottom:10px solid #fafafa;
	display:none;
	position:absolute;
	z-index: 1051 !important;
}
#btn-action{
	position: relative;
}
.regain_password{
	display:none;
}
.alert-login{
	color:#990033;
}
.loading{
	color:#333;
}
.help-inline{
	color:#990033;
	font-size:10px;
	font-weight: normal;
}
.alert_register{
	margin-bottom: 12px;
	color: #990033;
	margin-top: 10px;
}
#login-form label {
	width:100%;
}
a.social img{ 
	cursor: pointer;
}
.jmlogin_form_logout{
	display:none;
} 
.jmlogin_dropdown .jmlogin_logout_btn:hover{
	background-color:#FFF !important;
}
.jmlogin_logout_btn{ 
	text-align:center;
	background-image: url('../images/background_logout.png');
	background-position: 50% 50%;
	background-repeat:no-repeat;
	text-decoration:none;
	padding:8px 15px;
	position: absolute;
	top: 20%;
	left:16%;
	color: #555555 !important;
    font-weight: bold;
}
.jmlogin_dropdown{
	color: #555555;
    font-weight: bold;
    height: 25px;
    padding-top: 2px;
    text-align: center;
    width: 90px;
} 
.jmlogin_dropdown_before{
	float:left;
	width:39px;
	height:39px;
	background-color:#f1f1f1; 
}
.jmlogin_dropdown_after{ 
	float:left; 
}
.jmlogin_username{
	text-align:center;
	background-position: 98% 2px;
	background-repeat:no-repeat;
	font-weight: bold;
	height: 25px;
	text-align: center;
	width: 90px;
	text-decoration:none;
	padding:5px;
}
.jmlogin_username:hover,.jmlogin_username:focus{
	background-position: 98% 2px;
	background-repeat:no-repeat;
	background-color: #FFF !important;
}

.jmlogin_logout_btn:hover,.jmlogin_logout_btn:focus{
	background-color:transparent !important;
	background-image: url('../images/background_logout.png');
	background-position: 50% 50%;
	background-repeat:no-repeat;
}
.jmlogin_username_wrap{
	padding-top:10px;
	height:20px;
}
.jmlogin_logout_btn_wrap{
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #F1F1F1;
	display: none;
	height: 60px;
	margin-top: 1px;
	position: absolute;
	width: 120px;
	z-index: 9999;
}
.jmtab_active{
	position: absolute;
	left:-1000px;
	top:-1000px;	
}
#jm-login-form{
	width: 100%;
}
#jm-login-form input[type=submit]{
	
}