
/***** clearfix *****/
.clear {clear: both;height: 0;line-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;}

/* Panel Tab/button */
.tab {
	text-align:center;
	position: fixed;
	right:30px;
	top:0px;
	padding:3px 5px 5px 6px;
	z-index: 30000;
	background-color:#000000;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
	right: 10px;
  	color: white;
  	font-size: 80%;
	text-align: center;
}

.tab ul.login li.left {
  	
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li.right {
  
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
  	
}

.tab ul.login li a {
	color: #15ADFF;
}

.tab ul.login li a:hover {
	color: white;
}

.tab .sep {color:#414141}

.tab div a {color:white}
.tab div a:hover {color:#E8A135; text-decoration:none;}

.tab a.open, .tab a.close{
	position: relative;
	display: block;
	cursor: pointer;
	width: 18px;
	height: 18px;
	-webkit-user-select: none;  
	-moz-user-select: none;    
	-ms-user-select: none;      
	user-select: none;
}

.tab a.open {background: url(../images/down.png) no-repeat left 0;}
.tab a.close {background: url(../images/up.png) no-repeat left 0;}
.tab a.quicklogout {background: url(../images/logout.png) no-repeat left 0;}

/* sliding panel */
#toppanel {
    position: fixed;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    width: 100%;
	top:0px;
    z-index: 30000;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	
}

#panel {
	width: 100%;	
	color: #FFFFFF;
	background: #000000;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
	margin-bottom:20px;
	font-family: tahoma;
}

#panel a {
	text-decoration: none;
	color: #fff;
}

#panel a:hover {
	color: #E8A135;
}

#panel .content {
	width: 100%;
	margin-bottom:20px;
	padding-top: 20px;
	text-align: left;
	font-size: 0.85em;	
}

.login_input{
	margin:0;
	width:130px; 
	height:20px; 
	padding:0 0 0 5px; 
	background-color:#000;
	color:#fff; 
	border: 1px solid #777; 
	font-size:11px;	
	border-radius: 3px 3px 3px 3px; 
	-moz-border-radius: 3px 3px 3px 3px; 
	-webkit-border-radius: 3px 3px 3px 3px;
}

.login_submit{
	margin:0;
	padding:0; 
	width:30px; 
	height:22px; 
	background-color:#353535; 
	font-weight:bold;
	color:#fff; 
	border: 1px solid #666; 
	font-size:11px;
	border-radius: 3px 3px 3px 3px; 
	-moz-border-radius: 3px 3px 3px 3px; 
	-webkit-border-radius: 3px 3px 3px 3px;
	text-align:center;
}

.login_submit:hover{
	background-color:#E8A135;
}

.info, .success, .warning, .error {
	position:relative;
	margin-top: 5px;
	padding:5px 5px 8px 45px;
	font: bold 10px tahoma;
}
.info {
	color: #FFFFFF;
	background: url('../../admin/images/icons/alert/info.png') no-repeat center left;
}
.success {
	color: #FFFFFF;
	background: url('../../admin/images/icons/alert/success.png') no-repeat center left;
}
.warning {
	color: #FFFFFF;
	background: url('../../admin/images/icons/alert/warning.png') no-repeat center left;
}
.error {
	color: #FFFFFF;
	background: url('../../admin/images/icons/alert/error.png') no-repeat center left;
}


.goog-te-gadget .goog-te-combo {
	margin:0 !important; 
	border:0 !important;
}
#google_translate_element {
	color: transparent !important;
	line-height:1 !important;
}
#google_translate_element a {
	display: none !important;
}
#google_translate_element select {
	padding:2px !important;
	background-color:#f9f9f9 !important;
	color:#444444 !important;
	font-size:10px !important;
}
.goog-te-combo {
	font-size:11px !important;
	visibility:visible !important;
}
.goog-te-gadget {
	margin-top:1px !important;
	color: transparent !important;
	font-size:0px !important;
}
.skiptranslate .goog-te-gadget span {
	display: none !important;
}

.goog-te-banner-frame.skiptranslate {display: none !important;}

#goog-gt-tt {display: none !important;}

body { top: 0px !important; }