﻿.pan_bg
{
    height:2200px;
    width:100%;
    margin:0px;
    position:absolute;
    z-index:1100;
    background-color:Gray;
    opacity: 0.5;
    display:none;
}

.pan_login
{    
    float:right;
    width:143px;
}

.pan_login .button 
{
    cursor:pointer;
    float: left;
    font-family: Verdana;
    font-size: 10pt;
    line-height:24px;
    color: #FFF;
    background-color: #313063;
    text-align:center;
    width: 105px !important;
    height: 25px;
}

.pan_logout
{
    width:360px;
    height:25px;
    border: 1px solid #313063;
    background-color: #eff3f7;
    float:left;
}

.pan_logout .content
{
   margin-top:2px;
   padding:3px;
   float:left;
   width: 287px !important;
}

.pan_logout span
{
    font-family:Verdana;
    font-size:10pt;
    font-weight:normal;
    color: #000;
}

.pan_logout .user
{
    font-family:Verdana;
    font-size:10pt;
    font-weight:bold;
    color: #000;
}

.pan_logout .button 
{
    cursor:pointer;
    float: right;
    padding: 2px;
    font-family: Verdana;
    font-size: 10pt;
    color: #FFF;
    background-color: #313063;
    width: 55px !important;
    height: 25px;
}

.web_login 
{
	position:relative;
    display:none;
    height: 220px;
    width: 265px;
    padding: 0px;
    margin: 150px auto;
    z-index: 1200;
}

.web_login .pushpin
{
  	background:none;
	background-color:Transparent;
    position:absolute;
    top:-11px;
    right:-6px;
    z-index:1203;
}

.web_login .pushpin_l
{
	background:none;
	background-color:Transparent;
    position:absolute;
    top:-11px;
    left:-6px;
    z-index:1203;
}

.web_login .caption {
    position: relative;
    left: 3px;
    padding: 2px;
    width: 250px;
    border-radius: 0px 0px 5px 5px;
    text-align: center;
    line-height: 25px;
    background-color: #fff;
    z-index: 1202;
    border: 1px solid #187d73;
    top: 10px;
}

.web_login .caption h5 {
    color: #000;
    font-size: 12pt;
    font-family: Verdana;
}

.web_login .form
{
    position: relative;
    left: 10px;
    width: 230px;
    border-radius: 0px 0px 5px 5px;
    background-image: url('../images/bg_bg.gif');
    padding: 5px;
    z-index: 1201;
    height: 200px;
    border: 1px solid #6B6D59;
    top: -30px;
    background-repeat: repeat;
}

.web_login .form .content {
    position: relative;
    top: 45px;
    width: 235px;
    height: 150px;
}

.web_login .form .content .label_error
{
    float: left;
    font-size: 10pt;
    font-family:Verdana;
    font-weight:bold;
    color: #f00;
    width: 225px;
    height: 23px;
    line-height:23px;
    padding:5px;
    text-align:center;
}

.web_login .form .content .label {
    margin-top: 10px;
    margin-left: 2px;
    float: left;
    font-size: 12pt;
    font-family:Verdana;
    color: #FFF;
    background-color: #090;
    border-radius: 5px 0px 0px 5px;
    width: 60px !important;
    height: 23px;
    line-height:23px;
    padding: 2px 12px 3px 6px;
}

.web_login .form .content .text_box:focus {
    border: 1px solid #8caa21;
}

.web_login .form .content .text_box {
    margin-top: 10px; 
    margin-right: 8px;
    float: right;
    font-family: Verdana;
    font-size: 12pt;
    color: #272760;
    border-radius: 0px 5px 5px 0px;
    background-color: #FFF;
    width: 135px !important;
    border: 1px solid #272760;
    padding: 3px;
    height: 20px;
    line-height:20px;
}

.web_login .form .content .hide_login
{
    float: left;
    margin-top: 5px;
    padding: 0px;
    font-family: Verdana;
    font-size: 12pt;
    border-radius: 5px;
    color: #FFF;
    background-color: #313063;
    width: 135px !important;
    height: 36px;
    line-height: 36px;
    text-align:center;
    margin-left: 50px;	
}

.web_login .form .content .button {
    float: left;
    margin-top: 5px;
    padding: 5px;
    font-family: Verdana;
    font-size: 12pt;
    border-radius: 5px;
    color: #FFF;
    background-color: #313063;
    width: 135px !important;
    height: 36px;
    margin-left: 50px;
}

.web_login .form .content .loader
{
    position:absolute;
    top:124px;
    right:60px;
    z-index: 1205;
    display:none;
}

.grow {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.grow:hover {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}