<br />
<b>Deprecated</b>:  The each() function is deprecated. This message will be suppressed on further calls in <b>/home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php</b> on line <b>456</b><br />
body{
    font-family: sans-serif, 'Microsoft JhengHei', 'Helvetica Neue', Helvetica, Arial !important;
    font-weight: 200;
} 
.dropdown-menu{
    margin-left: 5px;
    min-width: 200px;
    margin-bottom: 20px !important;
    right: auto;
    margin-top: 2px;
    border: none;
    padding: 5px 5px;
    -webkit-box-shadow: 0px 1px 2px 1px rgba(82, 79, 79, 0.69);
    box-shadow: 0px 1px 2px 1px rgba(82, 79, 79, 0.69);
    background-color: #031528;
 }
 
 #dropdown_language{
     min-width: 250px !important;
     height: 300px;
     min-height:300px;
     overflow-x: hidden;
 }
 
  #dropdown_language li 
  {
      text-align:left;
  }
.dropdown-menu.pull-left {
  left: 0;
  right: auto;
}
.dropdown-menu .divider {
  margin: 10px 0;
}
.dropdown-menu > li > a {
  cursor: pointer;
  color: #fff;
  padding: 5px 15px;
}
.dropdown-menu.arrow:before {
  position: absolute;
  bottom: -8px;
  left: 5px;
  display: inline-block;
  border-right: 10px solid transparent;
  border-top: 10px solid #031528;
  border-left: 10px solid transparent;
  content: '';
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #ff7b00;
}

.dropdown-menu.userinfo {
  padding: 0px 15px;
  min-width: 200px;
  margin-bottom: 10px;
  margin-left: 10px;
}
.dropdown-menu.userinfo:before,
.dropdown-menu.userinfo:after {
  content: " ";
  display: table;
}
.dropdown-menu.userinfo:after {
  clear: both;
}
.dropdown-menu.userinfo:before,
.dropdown-menu.userinfo:after {
  content: " ";
  display: table;
}
.dropdown-menu.userinfo:after {
  clear: both;
}
.dropdown-menu.userinfo ul {
  padding-left: 5px;
}
.dropdown-menu.userinfo li {
  list-style: none;
}
.dropdown-menu.userinfo h5 {
  margin: -2px 0 -2px 0;
}
.dropdown-menu.userinfo li.username {
  margin: 0 -15px;
  padding: 0 10px 10px;
  border-bottom: 1px solid #e9ecf0;
}
.dropdown-menu.userinfo li.username:before,
.dropdown-menu.userinfo li.username:after {
  content: " ";
  display: table;
}
.dropdown-menu.userinfo li.username:after {
  clear: both;
}
.dropdown-menu.userinfo li.username:before,
.dropdown-menu.userinfo li.username:after {
  content: " ";
  display: table;
}
.dropdown-menu.userinfo li.username:after {
  clear: both;
}
.dropdown-menu.userinfo li.username a {
  padding: 0 5px;
}
.dropdown-menu.userinfo li.username .pull-left img {
  width: 30px;
  border-radius: 50%;
}
.dropdown-menu.userinfo li.username .pull-right {
  min-width: 130px;
}
.dropdown-menu.userinfo li.username .pull-right small {
  color: #808080;
}
.dropdown-menu.userinfo li.username .pull-right small span {
  color: #4697ce;
}
.dropdown-menu.userinfo .userlinks ul {
  display: block;
  position: relative;
  border: none;
  background: transparent;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dropdown-menu.userinfo .userlinks ul li {
  margin: 0 auto;
  text-align: center;
}
.dropdown-menu.userinfo .userlinks ul li a {
  white-space: inherit;
}
.dropdown-menu.userinfo .userlinks ul li.divider {
  margin: 5px 10px;
}
.dropdown-menu.userinfo .userlinks ul i.pull-right {
  margin-top: 2px;
}

.dropdown-menu div{
    line-height: 40px;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}

a.dropdown-item  {
    text-decoration: none;
}

.dropdown-item:hover{
    background-color: #428bc9;
    color: #fff;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid #e1e3e8;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 2px 2px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}



.panel {
    margin: 0px 0 20px;
    border-radius: 3px;
    border: 0px solid transparent;
    box-shadow:4px 4px 12px -2px rgba(177, 179, 187, 0.68);
}
[class*="panel-"].panel .panel-heading {
    padding: 0 15px;
    border-bottom: none;
}
.panel-inverse .panel-heading {
    color: #ffffff;
    background-color: #4f5259;
    border-color: #4f5259;
}
.panel-heading {
    font-size: 13px;
    border-bottom: 1px solid #e1e3e8;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    height: 40px;
    line-height: 2em;
}

.panel-success {
    border-color: #7dcc93;
}
.panel-inverse {
    border-color: #4f5259;
}
.panel-success .panel-heading {
    color: #ffffff;
    background-color: #7dcc93;
    border-color: #7dcc93;
}
.panel-inverse .panel-heading {
    color: #ffffff;
    background-color: #4f5259;
    border-color: #4f5259;
}

.panel-heading h4 {
    font-size: 13px;
    letter-spacing: 0.1em;
    color: #fff;
    text-transform: uppercase;
    float: left;
    margin: 0;
    padding-left:10px;
    line-height: 40px;
    text-rendering: auto;
}

.panel-body {
    border: 0px solid #e1e3e8;
    border-radius: 3px;
}

.panel-heading + .panel-body {
    border: none;
    padding: 15px 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel .panel-body {
    padding: 15px;
    border-left: 0px solid #e1e3e8;
    border-right: 0px solid #e1e3e8;
    border-bottom: 0px solid #e1e3e8;
    background-color: #fff;
}

.pt0 {
    padding-top:0px;
}
.pt5 {
    padding-top:5px;
}
.pt10 {
    padding-top:10px;
}
.pt15 {
    padding-top: 15px;
}
.pt20 {
    padding-top: 20px;
}
.pt25 {
    padding-top: 25px;
}

.pb0 {
    padding-bottom:0px;
}
.pb5 {
    padding-bottom:5px;
}
.pb10 {
    padding-bottom:10px;
}
.pb15 {
    padding-bottom: 15px;
}
.pb20 {
    padding-bottom: 20px;
}
.pb25 {
    padding-bottom: 25px;
}

.btn-primary {
    color: #ffffff;
    background-color: #4697ce;
    border-color: #4697ce;
}

.bg-gray {
    background-color: #777575;
}

.vresize {
  resize: vertical; 
}


/* Tab Navigation */
.nav-tabs {
    margin: 0;
    padding: 0;
    border: 0;    
    background-color:#5D5D5D;
}
.nav-tabs > li {
    margin-bottom: 0px;
}

.nav-tabs > li > a {
    padding: 3px 8px;
    border:0px;
    background: #5D5D5D;
    color:#FFF;
    border-radius: 0;
    box-shadow: inset 0 -8px 7px -9px rgba(0,0,0,.4),-2px -2px 5px -2px rgba(0,0,0,.4);
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
    border:0px;
    background: #4697ce;
    color:#FFF;
    box-shadow: inset 0 0 0 0 rgba(0,0,0,.4),-2px -3px 5px -2px rgba(0,0,0,.4);
}

.nav-tabs > li > a:hover {
    background: #89898A;
    color:#FFF;
}

.tab-pane {
    background: #F5F5F5;
    border:solid 1px #D6D7D8;
    /*box-shadow: 2px 2px 2px rgba(0,0,0,.4);*/
    border-radius: 0;
}

.input-icon {
    position: relative;
}

.input-icon > i {
    position: absolute;
    display: block;
    margin: 10px 12px;
    color: #CCC;
    text-align: center;
    width: 1.2em;
}