/*
Name: Sliding Login | Register Panel with jQuery
Author: The Factory
Author URI: http://www.thefactoryreno.com/
Date: February 21, 2013
Version: 2.3
*/

/***** clearfix *****/
.clear {clear: both;height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* sliding panel */



#toppanel {
    position: absolute;
    top: 0px;
    min-width: 280px;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: 0px;
    right: 19%;
	border-bottom-right-radius: 13px;
border-bottom-left-radius: 13px;

}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
.tab-logged-in ul.login

{
    display: block;
    position: absolute;
    height: 30px;
    width: 320px;
    font-weight: normal;
    line-height: 30px;
  margin-left: 13px;
    color: #333;
    font-size: 12px;
    text-transform: none;
    font-family: 'Open Sans';

}
}




/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	#toppanel {
    position: absolute;
    top: 0px;
    min-width: 280px;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: 0px;
    right: 26%;
	background-color:transparent;
 
}

#loginpanel {
color: #666;
position: absolute;
right: 26% !important;
top: 4px;
width: 280px;
z-index: 998;
border-bottom-right-radius: 13px;
border-bottom-left-radius: 13px;
font-family: 'Open Sans';
background-color: rgba(255, 255, 255, 0.9);
box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.2) !important;
padding-top: 20px;
}

.tab-logged-in

 {
	 width:333px;
    height: 30px;
    position: relative;
    top: 0px;
    z-index: 999;
    color: rgb(153, 153, 153);
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
    border-left: 1px solid rgb(221, 221, 221);
	    border-right: 1px solid rgb(221, 221, 221);
		    border-bottom: 1px solid rgb(221, 221, 221);
    border-top: 4px solid #ffffff;
    border-style: solid;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2) !important;
}


}

/* iphones (landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) { 

#toppanel {
    position: absolute;
    top: 20px;
    min-width: 280px;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: 0px;
    right: 26%;
	background-color:transparent;
		border-top:4px solid #ffffff;
 
}

#loginpanel {
color: #666;
position: absolute;
right: 28% !important;
top: 4px;
width: 280px;
z-index: 998;
border-bottom-right-radius: 13px;
border-bottom-left-radius: 13px;
font-family: 'Open Sans';
background-color: rgba(255, 255, 255, 0.9);
box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.2) !important;
padding-top: 39px;
}


}



/* iphones (portrait) ----------- */

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) {
	
	#toppanel {
    position: absolute;
    top: 25px;
    min-width: 280px;
    z-index: 999;
    text-align: center;
    background-color: transparent;
    padding: 0px;
    margin: 0px auto;
    float: none;
    left: 2%;
	font-size:11px !important;
	border-top:4px solid #ffffff;
}

#loginpanel {
    color: rgb(102, 102, 102);
    position: absolute;
     left: 2%;
    top: 2px;
    width: 280px;
    z-index: 998;
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
    font-family: 'Open Sans';
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.2) !important;
    padding-top: 39px;
}

.tab-logged-in

 {
	 width:333px;
    height: 30px;
    position: relative;
    top: 0px;
    z-index: 999;
    color: rgb(153, 153, 153);
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
    border-left: 1px solid rgb(221, 221, 221);
	    border-right: 1px solid rgb(221, 221, 221);
		    border-bottom: 1px solid rgb(221, 221, 221);
    border-top: 4px solid #ffffff;
    border-style: solid;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2) !important;
}



}


#loginpanel h1, #registerpanel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
	text-align: left;
}

#loginpanel h2, #registerpanel h2 {
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
	text-align: left;
}

#loginpanel p, #registerpanel p {
	margin: 5px 0;
	padding: 0;
}

#loginpanel a, #registerpanel a {
	text-decoration: none;
}

#loginpanel a:hover, #registerpanel a:hover {
	color: #d07ea2;
	text-decoration:none;
}

#loginpanel a-lost-pwd {
	display: block;
	float: left;
	text-decoration:none;
}


#loginpanel a-lost-pwd:hover {
	display: block;
	float: left;
	text-decoration:none;
	color: #d07ea2;
}


#loginpanel ul, #registerpanel ul {
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.6em;
	list-style: none;
}

#loginpanel .content {
	width: 212px;
	margin: 0 auto;
	padding: 15px;
	text-align: left;
	font-size: 0.85em;
}

#registerpanel .content {
	width: 213px;
	margin: 0 auto;
	padding: 15px;
	text-align: left;
	font-size: 0.85em;	
}

#loginpanel .content form, 
#registerpanel .content form {
	margin: 0 0 10px 0;
}

#loginpanel .content label,
#registerpanel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 200px;
	display: block;
}


#loginpanel .content input.field, #registerpanel .content input.field {
    border: 1px solid #dddddd;
    background: white;
    width: 200px;
    color: #666666;
    height: 15px;
}



#loginpanel .content input:focus.field,
#registerpanel .content input:focus.field {
	background: #ffffff;
	box-shadow: 0 0 3px #f2f2f2;
	color: #000000;
	    border: 1px solid #dddddd;
}

#loginpanel .content input.bt_login, #registerpanel .content input.bt_register {
display: block;
float: left;
clear: left;
text-align: center;
cursor: pointer;
border: none;
font-weight: bold;
margin: 18px 0px 0px 0px;

}




#loginpanel .content input.bt_login {
    width: 69px;
    font-weight: normal;
    letter-spacing: 1px;
}

#registerpanel .content input.bt_register {
	width: 94px;
}

#panel .content ul li {
	/*font-size: 12px ;
        line-height: 18px ;*/
}

#loginpanel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 28px 8px 0px;
	font-size: 0.95em;
	text-decoration: underline;
}


.rememberme

 {
	display: none;
}


#loginpanel {
/* Old browsers */

/*  background: -moz-linear-gradient(top,  #0d9447 0%, #030303 100%); /* FF3.6+ */

/* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d9447), color-stop(100%,#030303)); /* Chrome,Safari4+ */

/* background: -webkit-linear-gradient(top,  #0d9447 0%,#030303 100%); /* Chrome10+,Safari5.1+ */

/* background: -o-linear-gradient(top,  #0d9447 0%,#030303 100%); /* Opera 11.10+ */

/* background: -ms-linear-gradient(top,  #0d9447 0%,#030303 100%); /* IE10+ */

/* background: linear-gradient(to bottom,  #0d9447 0%,#030303 100%); /* W3C */

/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d9447', endColorstr='#030303',GradientType=0 ); /* IE6-9 */


color: #666;
position: absolute;
right: 19%;
top: 4px;
width: 280px;
z-index: 998;
border-bottom-right-radius: 13px;
border-bottom-left-radius: 13px;
font-family: 'Open Sans';
background-color: rgba(255, 255, 255, 0.9);
box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.2) !important;
padding-top: 20px;
}




a#login
 {
color:#666666;
}


a#register
 {
color:#f08fba;
}

a#login:hover
 {
color:#d07ea2;

}
a#register:hover
 {
color:#d07ea2;
padding-bottom:0px;
border-bottom: 1px solid #d07ea2;
}

#registerpanel {
	visibility:hidden;
	display:none;
	background: none repeat scroll 0 0 #ffffff;
    color: #999999;
    position: absolute;
    right: 0;
    top: -1000px;
    width: 0px;
	z-index: 1000;
	border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}




.tab {
    height: 33px;
    position: relative;
    top: 0px;
    z-index: 999;
    border-radius: 0px 0px 13px 13px;
    color: rgb(102, 102, 102);
    padding-top: 1px;
    padding-left: 4px;
}


.tab-logged-in

 {
    min-width:388px;
	height: 30px;
    position: relative;
    top: 0px;
    z-index: 999;
    color: rgb(153, 153, 153);
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
    border-left: 1px solid rgb(221, 221, 221);
	    border-right: 1px solid rgb(221, 221, 221);
		    border-bottom: 1px solid rgb(221, 221, 221);
    border-top: 4px solid #ffffff !important;
    border-style: solid;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2) !important;
}




.tab-logged-in ul.login

{
    display: block;
    position: absolute;
    height: 30px;
    font-weight: normal;
    line-height: 27px;
    color: #666;
    font-size: 12px;
    text-transform: none;
    font-family: 'Open Sans';

}


.tab ul.login {
    display: block;
    position: absolute;
    height: 30px;
    width: 280px;
    font-weight: normal;
    line-height: 28px;
    color: white;
    font-size: 12px;
    text-transform: none;
    font-family: 'Open Sans';

}
.tab ul.login li, .tab-logged-in ul.login li {
    text-align: center;
    padding: 0px 3px;
    display: inline;
    height: 30px;
    line-height: 25px;
    position: relative;
    margin-left: -1px;
}

.tab ul.login small {
	font-weight: normal;
	font-size: 12px;
	color: #666666;
}



.tab-logged-in small
 {
    font-weight: normal;
    font-size: 12px;
    color: #666666;
}



.tab ul.login li a,  .tab-logged-in ul.login li a{

	
}

.tab ul.login li a:hover, .tab-logged-in ul.login li a:hover {

text-decoration:none;

padding-bottom:0px;
border-bottom: 1px solid #d07ea2;
color: #d07ea2;

}

.tab .sep, .tab-logged-in .sep {color:#555;}