@import url(https://fonts.googleapis.com/css?family=Reenie+Beanie);
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap');

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
body {
	background-color: #e5e5e5;
}
a {
	font-size: 9px;
	color: #323233;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
a:link {
	color: #000000;
}
.style5 {
	color: #666666;
	font-weight: bold;
}
.subbutton
{
	border:1px solid #999;
	background-color: #E7E7E7;
	font-family:Verdana, Arial;
	font-size:10px;
	font-weight:bold;
	padding:2px;
	cursor: pointer;
}
.subbutton2
{
	border:1px solid #999;
	background-color: #E7E7E7;
	font-family:Verdana, Arial;
	font-size:10px;
	font-weight:bold;
	padding:20px;
	cursor: pointer;
}
.subbuttonloadold
{
	border:1px solid #999;
	background-color: #E7E7E7;
	font-family:Verdana, Arial;
	font-size:10px;
	font-weight:bold;
	padding:2px;
	color:#E6291C;
	cursor: pointer;
}

.subbuttonload {
    border: none;
    display: inline;
    background: #136899;
    height: 25px;
    width: auto;
    color: #ffffff;
    text-align: center;
	cursor: pointer;
    border-radius: 5px;
    /*box-shadow: 0px 3px 1px #2075aa;*/
  	-webkit-transition: all 0.15s linear;
	  -moz-transition: all 0.15s linear;
	  transition: all 0.15s linear;
}

.subbuttonload:hover {
  background: #1e75aa;
  /*box-shadow: 0 3px 1px #237bb2;*/
}

.subbuttonload:active {
  background: #136899;
  /*box-shadow: 0 3px 1px #0f608c;*/
}

table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: collapse;
}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	vertical-align:middle;
	#text-align:left;
	padding: 5px 2px 5px 2px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample_light {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	color: #EBEBEB;
}
table.sample_light th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
	color: #EBEBEB;
}
table.sample_light td {
	border-width: 1px 1px 1px 1px;
	vertical-align:middle;
	#text-align:left;
	padding: 5px 2px 5px 2px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
	color: #EBEBEB;
}
#redirectwrap{
	background: #e5e5e5;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	margin: 200px auto 0 auto;
	text-align: left;
	width: 500px;
}

#redirectwrap h4{
	background: #D0DDEA;
	border-bottom: 1px solid #161616;
	color: #3A4F6C;
	font-size: 14px;
	margin: 0;
	padding: 5px;
}

p.redirectwrap{
	margin: 0;
	padding: 5px;
}

p.redirectfoot{
	border:0;
	border-top: 1px solid #000;
	background: gray;
	text-align: center;
	margin:0;
	padding: 5px;
}

#pad100{
	border:0;
	text-align: center;
	margin: 200px auto 0 auto;
	padding: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  font-family: 'Roboto Mono', monospace;
  display: inline-block;
  height: 20px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 25px;
  color: #555555;
}

textarea {
  display: inline-block;
  height: auto;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 25px;
  color: #555555;
}


textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
  margin: 3px 0;
  *margin-top: 0;
  /* IE7 */

  line-height: normal;
  cursor: pointer;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

input[type=range]:before {
	content: attr(min);
	margin-left: -20px;
	position: relative;
	top: 19px;
}

input[type=range]:after {
	content: attr(max);
	margin-right: -25px;
	float: right;
	position: relative;
	top: -21px;
}

.buttonb {
    border: none;
    display: inline;
    background: #136899;
    height: 25px;
    width: auto;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
	cursor: pointer;
    /*box-shadow: 0px 3px 1px #2075aa;*/
  	-webkit-transition: all 0.15s linear;
	  -moz-transition: all 0.15s linear;
	  transition: all 0.15s linear;
}

.input_div {
	cursor: pointer;
	widht: auto;
	height: auto;
}

.input_div > input[type=file] {
	position: absolute;
	top: 0;
	opacity: 0;
	cursor: pointer;
}

.input_div:hover > .buttonb {
	background: #1e75aa;
}

.buttonb:hover {
  background: #1e75aa;
  /*box-shadow: 0 3px 1px #237bb2;*/
}

.buttonb:active {
  background: #136899;
  /*box-shadow: 0 3px 1px #0f608c;*/
}


select.dropdownb {
    padding: 0 0 0 3px;
    top:-2px;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    background: #f8f8f8;
    color:#888;
    border:none;
    outline:none;
	vertical-align: middle;
    width: 100px;
    height: 25px;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}

#charge {
	width: 150px;
}

#package {
	width: 500px;
}

#extend_dropdown {
	width: auto;
	padding-left: 5px;
	padding-right: 5px;
}

.dropdownb {position:relative}
.dropdownb:after {
    content:'<>';
    font:11px "Consolas", monospace;
    color:#aaa;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:8px; top:-2px;
    padding:0 0 2px;
    border-bottom:1px solid #ddd;
    position:absolute;
    pointer-events:none;
}
.dropdownb:before {
    content:'';
    right:6px; top:0px;
    width:20px; height:20px;
    background:#f8f8f8;
    position:absolute;
    pointer-events:none;
    display:block;
}

.dropdownc {
	position: relative;
	width: auto;
	height: 200px;
	padding: 6px;
	margin-top: 3px;
	margin-bottom: 3px;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

input.search {
	border: none;
	font-family: inherit;
	font-size: inherit;
	line-height: 25px;
	height: 25px;
	margin: 0;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

.clearfix { *zoom: 1; }
.clearfix:before, .clearfix:after {
	content: "";
	display: table;	
}
.clearfix:after { clear: both; }

/* ---------- SEARCH ---------- */

#user_navbar {
	position: relative;
}

#user_navigation {
	float: left;
	width: 100%;
	clear:both;
}

#user_search {
	background: #BDBDBD;
	border-radius: 3px;
	display: none;
	padding: 4px;
	float: right;
	clear: both;
	position: absolute;
	top: -3px;
	right: 0;
	width: auto;
}

#user_navbar_spacer {
	clear:both;
}

#fu_search_results {
	display: block;
	font-size: 24px;
	line-height: 40px;
	color: white;
	text-align: center;
}

#buy_vip_title {
	display: block;
	font-size: 24px;
	line-height: 40px;
	color: white;
	text-align: center;
}

.popup_title {
	display: block;
	font-size: 24px;
	line-height: 40px;
	color: white;
	text-align: center;
}

#vip_confirm_payment {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: white;
	text-align: left;
}

.burger-container .burger-title {
	display: inline;
	font-size: 20px;
	color: white;
	padding-left: 5px;
	position: relative;
	top: -3px;
	vertical-align: center;
}

.burger-container .burger {
  display: inline-block;
  border: 0;
  background: none;
  outline: 0;
  padding: 0;
  cursor: pointer;
  border-bottom: 4px solid currentColor;
  width: 28px;
  transition: border-bottom 1s ease-in-out;
  -webkit-transition: border-bottom 1s ease-in-out;
}
.burger-container .burger::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.burger-container .burger:before {
  content: "";
  display: block;
  border-bottom: 4px solid currentColor;
  width: 100%;
  margin-bottom: 5px;
  transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}
.burger-container .burger:after {
  content: "";
  display: block;
  border-bottom: 4px solid currentColor;
  width: 100%;
  margin-bottom: 5px;
  transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}

.burger-container .burger-check {
  display: none;
}

.burger-container .burger-check:checked ~ .burger {
  border-bottom: 4px solid transparent;
  transition: border-bottom 0.8s ease-in-out;
  -webkit-transition: border-bottom 0.8s ease-in-out;
}
.burger-container .burger-check:checked ~ .burger:before {
  -ms-transform: rotate(-405deg) translateY(1px) translateX(-3px);
      transform: rotate(-405deg) translateY(1px) translateX(-3px);
  -webkit-transform: rotate(-405deg) translateY(1px) translateX(-3px);
  transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}
.burger-container .burger-check:checked ~ .burger:after {
  -ms-transform: rotate(405deg) translateY(-4px) translateX(-5px);
      transform: rotate(405deg) translateY(-4px) translateX(-5px);
  -webkit-transform: rotate(405deg) translateY(-4px) translateX(-5px);
  transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}



.checkbox{
  color:#999;
  font-size:15px;
  position:relative;
	width: auto;
  padding-left:5px;
}
.checkbox label{
  position:relative;
   padding-left:20px;
	padding-right:20px;
	display: inline-block;
}
.checkbox label:before{
    background:#acb5ba;
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    top: 1px;
    width: 15px;
  border-radius:4px;
}
.checkbox label:after{
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    height: 9px;
    left: 6px;
    position: absolute;
    top: 3px;
    width: 4px;
    transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.checkbox input[type="checkbox"]{
   cursor: pointer; 
  position:absolute;
  width:100%;
  height:100%;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.checkbox input[type="checkbox"]:hover + label:after{ 
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   border-color:#999;
}
.checkbox input[type="checkbox"]:hover + label:after{ 
   border-color:#fff;
}
.checkbox input[type="checkbox"]:checked + label:after,  .checkbox input[type="checkbox"]:checked + label:before{
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.checkbox input[type="checkbox"]:checked + label:before{
  background:#12B555;
}
.checkbox input[type="checkbox"]:checked + label{
  color:#12B555;
}


.loading_spin {
  display: none;
  width: 20px;
  height: 20px;
  border: 4px solid #4BC5FA;
  position: absolute;
  left: 50%;
  top: 10px;
  border-radius: 50%;
}


.loading_spin:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 10px;
  background: #D9D9D9;
  top: 5px;
  left: -3px;
  -webkit-animation: rotating_spin 0.8s linear infinite;
  -moz-animation: rotating_spin 0.8s linear infinite;
  -ms-animation: rotating_spin 0.8s linear infinite;
  -o-animation: rotating_spin 0.8s linear infinite;
  animation: rotating_spin 0.8s linear infinite;
}

.loading_spin_dark {
  display: none;
  width: 20px;
  height: 20px;
  border: 4px solid #4BC5FA;
  position: absolute;
  left: 50%;
  top: 80px;
  border-radius: 50%;
}


.loading_spin_dark:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 10px;
  background: #333333;
  top: 4px;
  left: -5px;
  -webkit-animation: rotating_spin 0.8s linear infinite;
  -moz-animation: rotating_spin 0.8s linear infinite;
  -ms-animation: rotating_spin 0.8s linear infinite;
  -o-animation: rotating_spin 0.8s linear infinite;
  animation: rotating_spin 0.8s linear infinite;
}

@-webkit-keyframes rotating_spin /* Safari and Chrome */ {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating_spin {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.gear-rotate {
	position: relative;
	right: 5px;
	font-size: 8px;
	display: inline-block;
	vertical-align: middle;
	width: 1.8em;
	height: 1.8em;
	background: #2C2C2C;
	position: relative;
	border-radius: 1em;
	cursor: pointer;
	float: right;
}
.gear-rotate::before {
	width: 2.8em;
	height: 2.8em;
	background: -webkit-linear-gradient(0deg,transparent 39%,#2C2C2C 39%,#2C2C2C 61%, transparent 61%),-webkit-linear-gradient(60deg,transparent 42%,#2C2C2C 42%,#2C2C2C 58%, transparent 58%),-webkit-linear-gradient(120deg,transparent 42%,#2C2C2C 42%,#2C2C2C 58%, transparent 58%);
	background: -moz-linear-gradient(0deg,transparent 39%,#2C2C2C 39%,#2C2C2C 61%, transparent 61%),-moz-linear-gradient(60deg,transparent 42%,#2C2C2C 42%,#2C2C2C 58%, transparent 58%),-moz-linear-gradient(120deg,transparent 42%,#2C2C2C 42%,#2C2C2C 58%, transparent 58%);
	background: -o-linear-gradient(0deg,transparent 39%,#2C2C2C 39%,#2C2C2C 61%, transparent 61%),-o-linear-gradient(60deg,transparent 42%,#2C2C2C 42%,#2C2C2C 58%, transparent 58%),-o-linear-gradient(120deg,transparent 42%,#2C2C2C 42%,#2C2C2C 58%, transparent 58%);
	background: -ms-linear-gradient(0deg,transparent 39%,#2C2C2C 39%,#2C2C2C 61%, transparent 61%),-ms-linear-gradient(60deg,transparent 42%,#2C2C2C 42%,#2C2C2C 58%, transparent 58%),-ms-linear-gradient(120deg,transparent 42%,#2C2C2C 42%,#2C2C2C 58%, transparent 58%);
	background: linear-gradient(0deg,transparent 39%,#2C2C2C 39%,#2C2C2C 61%, transparent 61%),linear-gradient(60deg,transparent 42%,#2C2C2C 42%,#2C2C2C 58%, transparent 58%),linear-gradient(120deg,transparent 42%,#2C2C2C 42%,#2C2C2C 58%, transparent 58%);
	position: absolute;
	content:"";
	top: -.45em;
	left: -.5em;
	border-radius:1.4em;
}
.gear-rotate::after {
	width: 0.8em;
	height: 0.8em;
	background: #EEEEEE;
	position: absolute;
	content:"";
	top: .5em;
	left: .5em;
	border-radius: .5em;
}

.gear-rotate:hover {
  background: #1e75aa;
}

.gear-rotate:hover::before {
	background: -webkit-linear-gradient(0deg,transparent 39%,#1e75aa 39%,#1e75aa 61%, transparent 61%),-webkit-linear-gradient(60deg,transparent 42%,#1e75aa 42%,#1e75aa 58%, transparent 58%),-webkit-linear-gradient(120deg,transparent 42%,#1e75aa 42%,#1e75aa 58%, transparent 58%);
	background: -moz-linear-gradient(0deg,transparent 39%,#1e75aa 39%,#1e75aa 61%, transparent 61%),-moz-linear-gradient(60deg,transparent 42%,#1e75aa 42%,#1e75aa 58%, transparent 58%),-moz-linear-gradient(120deg,transparent 42%,#1e75aa 42%,#1e75aa 58%, transparent 58%);
	background: -o-linear-gradient(0deg,transparent 39%,#1e75aa 39%,#1e75aa 61%, transparent 61%),-o-linear-gradient(60deg,transparent 42%,#1e75aa 42%,#1e75aa 58%, transparent 58%),-o-linear-gradient(120deg,transparent 42%,#1e75aa 42%,#1e75aa 58%, transparent 58%);
	background: -ms-linear-gradient(0deg,transparent 39%,#1e75aa 39%,#1e75aa 61%, transparent 61%),-ms-linear-gradient(60deg,transparent 42%,#1e75aa 42%,#1e75aa 58%, transparent 58%),-ms-linear-gradient(120deg,transparent 42%,#1e75aa 42%,#1e75aa 58%, transparent 58%);
	background: linear-gradient(0deg,transparent 39%,#1e75aa 39%,#1e75aa 61%, transparent 61%),linear-gradient(60deg,transparent 42%,#1e75aa 42%,#1e75aa 58%, transparent 58%),linear-gradient(120deg,transparent 42%,#1e75aa 42%,#1e75aa 58%, transparent 58%);
}

.gear-rotate-red {
	position: relative;
	right: 15px;
	font-size: 8px;
	display: inline-block;
	vertical-align: middle;
	width: 1.8em;
	height: 1.8em;
	background: #700D0D;
	position: relative;
	border-radius: 1em;
	cursor: pointer;
	float: right;
}
.gear-rotate-red::before {
	width: 2.8em;
	height: 2.8em;
	background: -webkit-linear-gradient(0deg,transparent 39%,#700D0D 39%,#700D0D 61%, transparent 61%),-webkit-linear-gradient(60deg,transparent 42%,#700D0D 42%,#700D0D 58%, transparent 58%),-webkit-linear-gradient(120deg,transparent 42%,#700D0D 42%,#700D0D 58%, transparent 58%);
	background: -moz-linear-gradient(0deg,transparent 39%,#700D0D 39%,#700D0D 61%, transparent 61%),-moz-linear-gradient(60deg,transparent 42%,#700D0D 42%,#700D0D 58%, transparent 58%),-moz-linear-gradient(120deg,transparent 42%,#700D0D 42%,#700D0D 58%, transparent 58%);
	background: -o-linear-gradient(0deg,transparent 39%,#700D0D 39%,#700D0D 61%, transparent 61%),-o-linear-gradient(60deg,transparent 42%,#700D0D 42%,#700D0D 58%, transparent 58%),-o-linear-gradient(120deg,transparent 42%,#700D0D 42%,#700D0D 58%, transparent 58%);
	background: -ms-linear-gradient(0deg,transparent 39%,#700D0D 39%,#700D0D 61%, transparent 61%),-ms-linear-gradient(60deg,transparent 42%,#700D0D 42%,#700D0D 58%, transparent 58%),-ms-linear-gradient(120deg,transparent 42%,#700D0D 42%,#700D0D 58%, transparent 58%);
	background: linear-gradient(0deg,transparent 39%,#700D0D 39%,#700D0D 61%, transparent 61%),linear-gradient(60deg,transparent 42%,#700D0D 42%,#700D0D 58%, transparent 58%),linear-gradient(120deg,transparent 42%,#700D0D 42%,#700D0D 58%, transparent 58%);
	position: absolute;
	content:"";
	top: -.45em;
	left: -.5em;
	border-radius:1.4em;
}
.gear-rotate-red::after {
	width: 0.8em;
	height: 0.8em;
	background: #EEEEEE;
	position: absolute;
	content:"";
	top: .5em;
	left: .5em;
	border-radius: .5em;
}

.gear-rotate-red:hover {
  background: #CC1D1D;
}

.gear-rotate-red:hover::before {
	background: -webkit-linear-gradient(0deg,transparent 39%,#CC1D1D 39%,#CC1D1D 61%, transparent 61%),-webkit-linear-gradient(60deg,transparent 42%,#CC1D1D 42%,#CC1D1D 58%, transparent 58%),-webkit-linear-gradient(120deg,transparent 42%,#CC1D1D 42%,#CC1D1D 58%, transparent 58%);
	background: -moz-linear-gradient(0deg,transparent 39%,#CC1D1D 39%,#CC1D1D 61%, transparent 61%),-moz-linear-gradient(60deg,transparent 42%,#CC1D1D 42%,#CC1D1D 58%, transparent 58%),-moz-linear-gradient(120deg,transparent 42%,#CC1D1D 42%,#CC1D1D 58%, transparent 58%);
	background: -o-linear-gradient(0deg,transparent 39%,#CC1D1D 39%,#CC1D1D 61%, transparent 61%),-o-linear-gradient(60deg,transparent 42%,#CC1D1D 42%,#CC1D1D 58%, transparent 58%),-o-linear-gradient(120deg,transparent 42%,#CC1D1D 42%,#CC1D1D 58%, transparent 58%);
	background: -ms-linear-gradient(0deg,transparent 39%,#CC1D1D 39%,#CC1D1D 61%, transparent 61%),-ms-linear-gradient(60deg,transparent 42%,#CC1D1D 42%,#CC1D1D 58%, transparent 58%),-ms-linear-gradient(120deg,transparent 42%,#CC1D1D 42%,#CC1D1D 58%, transparent 58%);
	background: linear-gradient(0deg,transparent 39%,#CC1D1D 39%,#CC1D1D 61%, transparent 61%),linear-gradient(60deg,transparent 42%,#CC1D1D 42%,#CC1D1D 58%, transparent 58%),linear-gradient(120deg,transparent 42%,#CC1D1D 42%,#CC1D1D 58%, transparent 58%);
}

.payp {
	height: 0;
	width: 0;
	font-size: 8px;
	position: relative;
	right: 35px;
	#top: 5px;
	vertical-align: middle;
	cursor: pointer;
	float: right;
}

.payp-img {
	height: 20px;
	width: 20px;
	font-size: 8px;
	position: relative;
	right: 5px;
	#top: -5px;
	vertical-align: middle;
	cursor: pointer;
	float: right;
	opacity: 0.7;
}

.payp-img:hover {
	opacity: 1;
}

.star {
	height: 0;
	width: 0;
	font-size: 8px;
	position: relative;
	right: 35px;
	top: 5px;
	border-left: 1.382em solid transparent;
	border-right: 1.382em solid transparent;
	border-top: 1em solid #700D0D;
	vertical-align: middle;
	cursor: pointer;
	float: right;
}

.star::before {
	left: -1.45em;
	top: -1.04em;
	content: '';
	position: absolute;
	border-left: 1.382em solid transparent;
	border-right: 1.382em solid transparent;
	border-top: 1em solid #700D0D;

	-webkit-transform: rotate(72deg);
	-moz-transform: rotate(72deg);
	-o-transform: rotate(72deg);
	-ms-transform: rotate(72deg);
	transform: rotate(72deg);
}

.star::after {
	left: -1.35em;
	top: -1.04em;
	content: '';
	position: absolute;
	border-left: 1.382em solid transparent;
	border-right: 1.382em solid transparent;
	border-top: 1em solid #700D0D;

	-webkit-transform: rotate(-72deg);
	-moz-transform: rotate(-72deg);
	-o-transform: rotate(-72deg);
	-ms-transform: rotate(-72deg);
	transform: rotate(-72deg);
}

.star:hover,
.star:hover::before,
.star:hover::after {
	border-top: 1em solid #CC1D1D;
}

.tools {
	#margin-left: -0.4em;
	#margin-top: -0.3em;
	font-size: 12px;
	right: 27px;
	top: 3px;
	background: #700D0D;
	height: 0.3em;
	width: 0.15em;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	float: right;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);

	-webkit-box-shadow: 0 0.25em 0 0 #700D0D,0 -0.25em 0 0 #700D0D,0 -0.55em 0 0.07em #700D0D,0 0.55em 0 0.1em #700D0D,0 0.9em 0 0.1em #700D0D,0 1.2em 0 0.1em #700D0D;
	box-shadow: 0 0.25em 0 0 #700D0D,0 -0.25em 0 0 #700D0D,0 -0.55em 0 0.07em #700D0D,0 0.55em 0 0.1em #700D0D,0 0.9em 0 0.1em #700D0D,0 1.2em 0 0.1em #700D0D;
}

.tools::before {
	height: 1.5em;
	width: 0.3em;

	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	background: #700D0D;
	position: absolute;
	content: "";
	top: -0.2em;
	left: -0.3em;
}

.tools::after {
	height: 0.3em;
	width: 0.3em;

	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	position: absolute;
	border-left: 0.2em solid #700D0D;
	border-bottom: 0.4em solid #700D0D;
	border-right: 0.2em solid #700D0D;
	border-top: 0.05em solid transparent;
	content: "";
	top: 0.17em;
	left: 0.55em;
	border-top-right-radius: 25% 25%;
	border-top-left-radius: 25% 25%;
	border-bottom-left-radius: 50% 50%;
	border-bottom-right-radius: 50% 50%;
}

.tools:hover {
	background: #CC1D1D;
	
	-webkit-box-shadow: 0 0.25em 0 0 #CC1D1D,0 -0.25em 0 0 #CC1D1D,0 -0.55em 0 0.07em #CC1D1D,0 0.55em 0 0.1em #CC1D1D,0 0.9em 0 0.1em #CC1D1D,0 1.2em 0 0.1em #CC1D1D;
	box-shadow: 0 0.25em 0 0 #CC1D1D,0 -0.25em 0 0 #CC1D1D,0 -0.55em 0 0.07em #CC1D1D,0 0.55em 0 0.1em #CC1D1D,0 0.9em 0 0.1em #CC1D1D,0 1.2em 0 0.1em #CC1D1D;
}
.tools:hover::before {
	background: #CC1D1D;
}
.tools:hover::after {
	border-left: 0.2em solid #CC1D1D;
	border-bottom: 0.4em solid #CC1D1D;
	border-right: 0.2em solid #CC1D1D;
	border-top: 0.05em solid transparent;
}

.tools_hover {
	position: absolute;
	width: 20px;
	height: 20px;
	top: -5px;
	right: -11px;
	float: right;
	#border: 2px solid #2C2C2C;
	vertical-align: middle;
	cursor: pointer;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.tools_hover:hover > .tools {
	background: #CC1D1D;
	
	-webkit-box-shadow: 0 0.25em 0 0 #CC1D1D,0 -0.25em 0 0 #CC1D1D,0 -0.55em 0 0.07em #CC1D1D,0 0.55em 0 0.1em #CC1D1D,0 0.9em 0 0.1em #CC1D1D,0 1.2em 0 0.1em #CC1D1D;
	box-shadow: 0 0.25em 0 0 #CC1D1D,0 -0.25em 0 0 #CC1D1D,0 -0.55em 0 0.07em #CC1D1D,0 0.55em 0 0.1em #CC1D1D,0 0.9em 0 0.1em #CC1D1D,0 1.2em 0 0.1em #CC1D1D;
}

.tools_hover:hover > .tools:hover::before {
	background: #CC1D1D;
}
.tools_hover:hover > .tools:hover::after {
	border-left: 0.2em solid #CC1D1D;
	border-bottom: 0.4em solid #CC1D1D;
	border-right: 0.2em solid #CC1D1D;
	border-top: 0.05em solid transparent;
}

ul.ordered-list {
    	counter-reset:li; /* Initiate a counter */
    	margin-left:0; /* Remove the default left margin */
    	padding-left:0; /* Remove the default left padding */
	color: #0088FF;
	font-size: 10px;
}
ul.ordered-list > li {
    position:relative; /* Create a positioning context */
    margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */
    padding:4px 8px; /* Add some spacing around the content */
    list-style:none; /* Disable the normal item numbering */
    border-top:2px solid #ccc;
    background:#2C2C2C;
    cursor: default
}
ul.ordered-list > li:before {
    content:counter(li); /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    /* Position and style the number */
    position:absolute;
    top:-2px;
    left:-2em;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:2em;
    /* Some space between the number and the content in browsers that support
       generated content but not positioning it (Camino 2 is one example) */
    margin-right:8px;
    padding:4px;
    border-top:2px solid #ccc;
    color:#fff;
    background:#78AD98;
    font-weight:bold;
    font-family:"Helvetica Neue", Arial, sans-serif;
    text-align:center;
}

ul.ordered-list > li:hover, ul > li:hover {
	color: #FF4800;
	border-color: rgba(255,60,0,0.7);
	background-color: #525252; }

ul.ordered-list > li:hover:before, ul > li:hover:before {
	background-color: rgba(255,60,0,0.7);
	border-color: rgba(255,60,0,0.7); }

.ordered-list li ul,
.ordered-list li ul {margin-top:6px;}
.ordered-list ul ul li:last-child {margin-bottom:0;}

.userbar_avatar {
	position: relative; 
	width: 25px; 
	height: 25px; 
	padding: 1px -1px 1px -1px; 
	margin: -6px; 
	border: 1px solid rgba(0,0,0,0.2); 
	vertical-align: middle;
}

.userbar_avatar_td {
	border: 0px;
	width: 20px;
}




.box_auth{
  font-family: 'Ubuntu Mono', sans-serif;
  text-transform:uppercase;
  width:90%;
  max-width:450px;
  height:auto;
  margin:0 auto;
  margin-top:10px;
  margin-bottom:10px;
  background:#222;
  border-radius:7px;
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.9);
}

.content_auth{
  width:85%;
  height:auto;
  position:;
  margin:0 auto;
  padding:30px 0px;
  background:;
  text-align:center;
}

.content_auth h1{
  font-size: 24px;
  font-weight:400;
  color:#FFBF00;
  letter-spacing:0.125em;
  text-align:center;
}

.field_auth{
  width:100%;
  margin:10px auto;
  padding:10px;
  background:#2c2c2c;
  border:none;
  box-shadow: 0px 1px 0px 0px #111;
  border-radius:3px;
  outline:none;
  color:#FFBF00;
  font-weight:700;
  letter-spacing:0.125em;
  text-align:center;
  text-transform:uppercase;
}

.btn_auth{
  width:100%;
  margin:10px auto;
  padding:10px;
  background:#161616;
  border:none;
  box-shadow: 0px 1px 0px 0px #111;
  border-radius:3px;
  outline:none;
  color:#FFBF00;
  font-weight:700;
  letter-spacing:0.125em;
  text-align:center;
  text-transform:uppercase;
}

.btn_auth:hover{
  background:#FFBF00;
  color:#333;
}

.btn_auth:active{
  background:#FACC2E;
  color:#333;
}

.newspaper {
	height: 2em;
	width: 1.5em;
	border: 0.2em solid #2C2C2C;
	border-radius: 0 0 0.6em 0;
	font-size: 9px;
	position: relative;
	float: right;
	margin-right: 2px;
	top: 12px;
	cursor: pointer;
}

.newspaper::before {
	left: -0.7em;
	bottom: -0.19em;
	height: 1.5em;
	width: 0.3em;
	border-radius: 0 0 0.6em 0.6em;
	border: 0.2em solid #2C2C2C;
	content: '';
	display: block;
	position: absolute;

	-webkit-box-shadow: inset -0.05em -0.05em 0.1em 0 rgba(44, 44, 44, 0.39);
	box-shadow: inset -0.05em -0.05em 0.1em 0 rgba(44, 44, 44, 0.39);
}

.newspaper::after {
	-webkit-box-shadow: 0 0.2em 0 0 #2C2C2C,0 0.3em 0 0 #2C2C2C,0 0.3em 0 0 #2C2C2C,0.7em 0em 0 0 #2C2C2C,0.7em 0.3em 0 0 #2C2C2C,0.7em 0.8em 0 0 #2C2C2C,0em 0.8em 0 0 #2C2C2C,0.3em 0.8em 0 0 #2C2C2C,0.3em 1.1em 0 0 #2C2C2C,0em 1.1em 0 0 #2C2C2C,0.7em 1.1em 0 0 #2C2C2C,0.7em 1.4em 0 0 #2C2C2C,0.3em 1.4em 0 0 #2C2C2C,0em 1.4em 0 0 #2C2C2C,-0.4em 1.91em 0 0 #2C2C2C;
	box-shadow: 0 0.2em 0 0 #2C2C2C,0 0.3em 0 0 #2C2C2C,0 0.3em 0 0 #2C2C2C,0.7em 0em 0 0 #2C2C2C,0.7em 0.3em 0 0 #2C2C2C,0.7em 0.8em 0 0 #2C2C2C,0em 0.8em 0 0 #2C2C2C,0.3em 0.8em 0 0 #2C2C2C,0.3em 1.1em 0 0 #2C2C2C,0em 1.1em 0 0 #2C2C2C,0.7em 1.1em 0 0 #2C2C2C,0.7em 1.4em 0 0 #2C2C2C,0.3em 1.4em 0 0 #2C2C2C,0em 1.4em 0 0 #2C2C2C,-0.4em 1.91em 0 0 #2C2C2C;
	left: 0.1em;
	bottom: 1.7em;
	height: 0.2em;
	width: 0.6em;
	background: #2C2C2C;
	content: '';
	display: block;
	position: absolute;
}

.newspaper:hover {
	border: 0.2em solid #0081C2;
}

.newspaper:hover::before {
	border: 0.2em solid #0081C2;
}

.newspaper:hover::after {
	background: #0081C2;
	-webkit-box-shadow: 0 0.2em 0 0 #0081C2,0 0.3em 0 0 #0081C2,0 0.3em 0 0 #0081C2,0.7em 0em 0 0 #0081C2,0.7em 0.3em 0 0 #0081C2,0.7em 0.8em 0 0 #0081C2,0em 0.8em 0 0 #0081C2,0.3em 0.8em 0 0 #0081C2,0.3em 1.1em 0 0 #0081C2,0em 1.1em 0 0 #0081C2,0.7em 1.1em 0 0 #0081C2,0.7em 1.4em 0 0 #0081C2,0.3em 1.4em 0 0 #0081C2,0em 1.4em 0 0 #0081C2,-0.4em 1.91em 0 0 #0081C2;
	box-shadow: 0 0.2em 0 0 #0081C2,0 0.3em 0 0 #0081C2,0 0.3em 0 0 #0081C2,0.7em 0em 0 0 #0081C2,0.7em 0.3em 0 0 #0081C2,0.7em 0.8em 0 0 #0081C2,0em 0.8em 0 0 #0081C2,0.3em 0.8em 0 0 #0081C2,0.3em 1.1em 0 0 #0081C2,0em 1.1em 0 0 #0081C2,0.7em 1.1em 0 0 #0081C2,0.7em 1.4em 0 0 #0081C2,0.3em 1.4em 0 0 #0081C2,0em 1.4em 0 0 #0081C2,-0.4em 1.91em 0 0 #0081C2;
}


.uploadico {
	width: 1.500em;
	height: 0.500em;
	border: 0.250em solid #2c2c2c;
	font-size: 12px;
	border-top: none;
	position: absolute;
	bottom: 0.188em;
	position: relative;
	margin-top:1em;
}

.uploadico:before {
	content: '';
	position: absolute;
	width: 0.438em;
	height: 0.625em;
	background: #2c2c2c;
	top: -0.4em;
	left: 0.563em;
}

.uploadico:after {
	width: 0em;
	height: 0em;
	content: '';
	position: absolute;
	border-style: solid;
	border-color: transparent transparent #2c2c2c transparent;
	border-width: 0.500em;
	left: 0.300em;
	top: -1.4em;
}

.uploadico_parent:hover .uploadico,
.uploadico_parent:hover ~ .uploadico { 
	border: 0.250em solid #0081C2;
	border-top: none;
}

.uploadico_parent:hover .uploadico:before,
.uploadico_parent:hover ~ .uploadico:before { 
	background: #0081C2;
}

.uploadico_parent:hover .uploadico:after,
.uploadico_parent:hover ~ .uploadico:after { 
	border-color: transparent transparent #0081C2 transparent;
}

.uploadico_parent {
	position: relative;
	display: inline-block;
	cursor: pointer;
	float: right;
	margin-right: 12px;
	top: 14px;
}


.trashico{
	font-size: 8px;
  position:relative;
  width:2.1em;
  height:2.5em;
  background: #2C2C2C;
  border-bottom-left-radius: 0.6em;
  border-bottom-right-radius: 0.6em;
  box-shadow: inset 0 0 0 0.5em #2C2C2C,inset 0.55em 0.2em 0 0.15em #D0D0D0,inset -0.55em 0.2em 0 0.15em #D0D0D0,
    inset 0.9em 0 0 0.15em #2C2C2C,inset 1em 0 0 0.15em #D0D0D0;
	float: right;
	top: 15px;
	margin-right: 15px;
	cursor: pointer;
}
.trashico:before{
  content: "";
  position: absolute;
  top: -0.5em;
  left: -0.15em;
  width: 2.2em;
  height: 0.15em;
  background: #2C2C2C;
  border: 0.15em solid #2C2C2C;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  
}
.trashico:after{
  content:"";
  position:absolute;
  display:block;
  top: -1em;
  left: 0.8em;
  bottom:4.2em;
  width: 0.6em;
  height:0.6em;
  background: #2C2C2C;
  border-top-left-radius: 0.3em;
  border-top-right-radius: 0.3em;
}

.trashico:hover {
	background: #CC0000;
	box-shadow: inset 0 0 0 0.5em #CC0000,inset 0.55em 0.2em 0 0.15em #D0D0D0,inset -0.55em 0.2em 0 0.15em #D0D0D0,
	inset 0.9em 0 0 0.15em #CC0000,inset 1em 0 0 0.15em #D0D0D0;
}

.trashico:hover::before {
	background: #CC0000;
	border: 0.15em solid #CC0000;
}

.trashico:hover::after {
	background: #CC0000;
}

.eyeico {
	width: 0;
	height: 0;
	position: relative;
	#margin: 30% auto;
	border: 1.0em solid #2c2c2c;
	border-radius: 5.0em 0.5em / 5.0em 0.5em;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	float: right;
	top: 15px;
	margin-right: 15px;
	cursor: pointer;
}

.eyeico:before {
	content: "";
	position: absolute;
	top: -0.45em;
	left: -0.45em;
	width: 0.4em;
	height: 0.4em;
	background: #2c2c2c;
	border: 0.25em solid #D0D0D0;	
	border-radius: 50%;
}

.eyeico:hover {
	border: 1.0em solid #0081C2;
}

.eyeico:hover::before {
	background: #0081C2;
}

.landscape {
	position: relative;
	width: 2.0em;
	height: 2.0em;
	#margin: 30% auto;
	background: transparent;
	border: solid 0.2em;
	overflow: hidden;
	float: right;
	top: 13px;
	margin-right: 15px;
	cursor: pointer;
}

.landscape:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-bottom: solid 1.2em;
	border-left: solid 0.6em transparent;
	border-right: solid 0.6em transparent;

	-webkit-box-shadow: -0.2em -0.6em  0 transparent, -1.7em -0.4em 0 transparent, -0.7em 0.4em 0 #2c2c2c;
	-moz-box-shadow: -0.2em -0.6em  0 transparent, -1.7em -0.4em 0 transparent, -0.7em 0.4em 0 #2c2c2c;
	box-shadow: -0.2em -0.6em  0 transparent, -1.7em -0.4em 0 transparent, -0.7em 0.4em 0 #2c2c2c;
}

.landscape:after{
	content: "";
	position: absolute;
	left: 0.1em;
	top: 0.1em;
	width: 0.8em;
	height: 0.8em;
	background: transparent;
	border-radius: 50%;

	-webkit-box-shadow: inset 0.4em -0.2em 0 #2c2c2c;
	-moz-box-shadow: inset 0.4em -0.2em 0 #2c2c2c;
	box-shadow: inset 0.4em -0.2em 0 #2c2c2c;
}

.landscape:hover {
	background: #FACC00;
}

.power-red {
	font-size: 6px;
	margin-top: -1.5em;
	border-radius: 1em;
	background: #C90000;
	width: 0.4em;
	height: 1.2em;
	position: absolute;
	left: -20px;
	top: 25px;
}

.power-red::before {
	right: -1.2em;

	-webkit-transform: rotate(-25deg);
	-moz-transform: rotate(-25deg);
	-o-transform: rotate(-25deg);
	-ms-transform: rotate(-25deg);
	transform: rotate(-25deg);
	border-top: 0.4em solid rgba(44, 44, 44, 0);
	top: 0.2em;
	position: absolute;
	content: '';
	height: 2em;
	width: 2em;
	border-radius: 100%;
	border-right: 0.4em solid #C90000;
	border-bottom: 0.4em solid rgba(44, 44, 44, 0);
	border-left: 0.4em solid rgba(44, 44, 44, 0);
}

.power-red::after {
	right: -1.2em;

	-webkit-transform: rotate(25deg);
	-moz-transform: rotate(25deg);
	-o-transform: rotate(25deg);
	-ms-transform: rotate(25deg);
	transform: rotate(25deg);
	border-top: 0.4em solid rgba(44, 44, 44, 0);
	top: 0.2em;
	position: absolute;
	content: '';
	height: 2em;
	width: 2em;
	border-radius: 100%;
	border-right: 0.4em solid #C90000;
	border-bottom: 0.4em solid #C90000;
	border-left: 0.4em solid #C90000;
}

.power-green {
	font-size: 6px;
	margin-top: -1.5em;
	border-radius: 1em;
	background: #00C900;
	width: 0.4em;
	height: 1.2em;
	position: absolute;
	left: -20px;
	top: 25px;
}

.power-green::before {
	right: -1.2em;

	-webkit-transform: rotate(-25deg);
	-moz-transform: rotate(-25deg);
	-o-transform: rotate(-25deg);
	-ms-transform: rotate(-25deg);
	transform: rotate(-25deg);
	border-top: 0.4em solid rgba(44, 44, 44, 0);
	top: 0.2em;
	position: absolute;
	content: '';
	height: 2em;
	width: 2em;
	border-radius: 100%;
	border-right: 0.4em solid #00C900;
	border-bottom: 0.4em solid rgba(44, 44, 44, 0);
	border-left: 0.4em solid rgba(44, 44, 44, 0);
}

.power-green::after {
	right: -1.2em;

	-webkit-transform: rotate(25deg);
	-moz-transform: rotate(25deg);
	-o-transform: rotate(25deg);
	-ms-transform: rotate(25deg);
	transform: rotate(25deg);
	border-top: 0.4em solid rgba(44, 44, 44, 0);
	top: 0.2em;
	position: absolute;
	content: '';
	height: 2em;
	width: 2em;
	border-radius: 100%;
	border-right: 0.4em solid #00C900;
	border-bottom: 0.4em solid #00C900;
	border-left: 0.4em solid #00C900;
}

.hamburgerico { 
  position: relative; 
font-size: 9px;
  width: 3.3em; 
  height: 3.3em; 
  background: #383b3e; 
  border-radius: 0.3em;
	display: inline-block;
}

.hamburgerico:before { 
  border-top: 0.3em solid #D0D0D0;
  content: ""; 
  position: absolute; 
  width: 1.9em; 
  height: 1em; 
  margin: auto; 
  border-bottom: 0.3em solid #D0D0D0; 
  top: 1em; 
  left: 0.7em;
  border-radius:0.1em
}

.hamburgerico:after { 
 display: block; 
  content: ""; 
  position: absolute; 
  top: 1.6em; 
  width: 1.9em; 
  height: 0.3em; 
  background: #D0D0D0; 
  left: 0.7em; 
  border-radius:0.1em
}

.hamburgerico_parent {
	position: relative;
	display: inline;
	cursor: pointer;
}

.hamburgerico_text {
	display: inline-block;
	font-size: 24px;
	line-height: 40px;
	color: #383b3e;
	text-align: left;
	position: relative;
	top: -5px;
	margin-left: 5px;
}

.hamburgerico_parent:hover .hamburgerico,
.hamburgerico_parent:hover ~ .hamburgerico { 
	background: #0081C2;
}

.hamburgerico_parent:hover .hamburgerico_text,
.hamburgerico_parent:hover ~ .hamburgerico_text { 
	color: #0081C2;
}


.plusico_parent {
	position: relative;
	display: inline;
	cursor: pointer;
	padding-left: 50px;
}

.plusico_text {
	display: inline-block;
	font-size: 24px;
	line-height: 40px;
	color: #383b3e;
	text-align: left;
	position: relative;
	top: -5px;
	margin-left: 15px;
}

.plusico{
	position:relative;
	display: inline-block;
	width:0.3em;
	height:1.5em;
	background: #2C2C2C;
	font-size: 18px;
}

.plusico:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width:0.3em;
	height:1.5em;
	background: #2C2C2C;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.plusico_parent:hover .plusico,
.plusico_parent:hover ~ .plusico { 
	background: #0081C2;
}

.plusico_parent:hover .plusico:after,
.plusico_parent:hover ~ .plusico:after { 
	background: #0081C2;
}

.plusico_parent:hover .plusico_text,
.plusico_parent:hover ~ .plusico_text { 
	color: #0081C2;
}

.droid_parent {
	position: relative;
	display: inline;
	cursor: pointer;
	padding-left: 40px;
}

.droid_text {
	display: inline-block;
	font-size: 24px;
	line-height: 40px;
	color: #383b3e;
	text-align: left;
	position: relative;
	top: -5px;
	margin-left: 10px;
}

.droid {
position: relative;
display: inline-block;
border-radius: 50% 50% 15% 15% /34% 34% 10% 10%;
font-size: 14px;
height: 2em;
width: 1.49em;
top: -5px;
background: -webkit-linear-gradient(top, transparent 30%,#2C2C2C 30%, #2C2C2C 34%,transparent 34%,transparent 37.415%,#2C2C2C 37.415%), -webkit-radial-gradient(center, ellipse cover, rgba(44, 44, 44, 0) 12%,#2C2C2C 14%),-webkit-radial-gradient(center, ellipse cover, rgba(44, 44, 44, 0) 12%,#2C2C2C 14%);
background: -moz-linear-gradient(top, transparent 30%,#2C2C2C 30%, #2C2C2C 34%,transparent 34%,transparent 37.415%,#2C2C2C 37.415%), -moz-radial-gradient(center, ellipse cover, rgba(44, 44, 44, 0) 12%,#2C2C2C 14%),-moz-radial-gradient(center, ellipse cover, rgba(44, 44, 44, 0) 12%,#2C2C2C 14%);
background: -o-linear-gradient(top, transparent 30%,#2C2C2C 30%, #2C2C2C 34%,transparent 34%,transparent 37.415%,#2C2C2C 37.415%), -o-radial-gradient(center, ellipse cover, rgba(44, 44, 44, 0) 12%,#2C2C2C 14%),-o-radial-gradient(center, ellipse cover, rgba(44, 44, 44, 0) 12%,#2C2C2C 14%);
background: -ms-linear-gradient(top, transparent 30%,#2C2C2C 30%, #2C2C2C 34%,transparent 34%,transparent 37.415%,#2C2C2C 37.415%), -ms-radial-gradient(center, ellipse cover, rgba(44, 44, 44, 0) 12%,#2C2C2C 14%),-ms-radial-gradient(center, ellipse cover, rgba(44, 44, 44, 0) 12%,#2C2C2C 14%);
background: linear-gradient(top, transparent 30%,#2C2C2C 30%, #2C2C2C 34%,transparent 34%,transparent 37.415%,#2C2C2C 37.415%), radial-gradient(center, ellipse cover, rgba(44, 44, 44, 0) 12%,#2C2C2C 14%),radial-gradient(center, ellipse cover, rgba(44, 44, 44, 0) 12%,#2C2C2C 14%);
background-repeat: no-repeat;
background-position: 0,2% 0,98% 0;
background-size: 100% 100%, 55% 31.927%, 55% 31.927%;
}

.droid::after {
top: 0.7em;
left: -0.408em;
position: absolute;
content: "";
background: #2C2C2C;
height: 1.02em;
width: 0.3401em;
border-radius: 50% 50% 50% 50% / 18% 18% 18% 18%;
box-shadow: 1.96em 0 0 0 #2C2C2C,0.75em 0.8em 0 0 #2C2C2C,1.25em 0.8em 0 0 #2C2C2C;
}

.droid::before {
top: -0.4em;
left: 0.41em;
position: absolute;
content: "";
height: 0.6em;
width: 0.6em;
border: 0.07em solid #2C2C2C;
border-top: none;
border-right: none;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);


border-radius: 0.01em;
}

.droid_parent:hover .droid,
.droid_parent:hover ~ .droid { 
	background: -webkit-linear-gradient(top, transparent 30%,#0081C2 30%, #0081C2 34%,transparent 34%,transparent 37.415%,#0081C2 37.415%), -webkit-radial-gradient(center, ellipse cover, rgba(44, 44, 44, 0) 12%,#0081C2 14%),-webkit-radial-gradient(center, ellipse cover, rgba(44, 44, 44, 0) 12%,#0081C2 14%);
	background: -moz-linear-gradient(top, transparent 30%,#0081C2 30%, #0081C2 34%,transparent 34%,transparent 37.415%,#0081C2 37.415%), -moz-radial-gradient(center, ellipse cover, rgba(44, 44, 44, 0) 12%,#0081C2 14%),-moz-radial-gradient(center, ellipse cover, rgba(44, 44, 44, 0) 12%,#0081C2 14%);
	background: -o-linear-gradient(top, transparent 30%,#0081C2 30%, #0081C2 34%,transparent 34%,transparent 37.415%,#0081C2 37.415%), -o-radial-gradient(center, ellipse cover, rgba(44, 44, 44, 0) 12%,#0081C2 14%),-o-radial-gradient(center, ellipse cover, rgba(44, 44, 44, 0) 12%,#0081C2 14%);
	background: -ms-linear-gradient(top, transparent 30%,#0081C2 30%, #0081C2 34%,transparent 34%,transparent 37.415%,#0081C2 37.415%), -ms-radial-gradient(center, ellipse cover, rgba(44, 44, 44, 0) 12%,#0081C2 14%),-ms-radial-gradient(center, ellipse cover, rgba(44, 44, 44, 0) 12%,#0081C2 14%);
	background: linear-gradient(top, transparent 30%,#0081C2 30%, #0081C2 34%,transparent 34%,transparent 37.415%,#0081C2 37.415%), radial-gradient(center, ellipse cover, rgba(44, 44, 44, 0) 12%,#0081C2 14%),radial-gradient(center, ellipse cover, rgba(44, 44, 44, 0) 12%,#0081C2 14%);
	background-repeat: no-repeat;
	background-position: 0,2% 0,98% 0;
	background-size: 100% 100%, 55% 31.927%, 55% 31.927%;
}

.droid_parent:hover .droid:after,
.droid_parent:hover ~ .droid:after { 
	background: #0081C2;
	box-shadow: 1.96em 0 0 0 #0081C2,0.75em 0.8em 0 0 #0081C2,1.25em 0.8em 0 0 #0081C2;
}

.droid_parent:hover .droid:before,
.droid_parent:hover ~ .droid:before { 
	border: 0.07em solid #0081C2;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.droid_parent:hover .droid_text,
.droid_parent:hover ~ .droid_text { 
	color: #0081C2;
}


.reloadico_parent {
	position: relative;
	display: inline;
	cursor: pointer;
	padding-left: 40px;
}

.reloadico_text {
	display: inline-block;
	font-size: 24px;
	line-height: 40px;
	color: #383b3e;
	text-align: left;
	position: relative;
	top: -5px;
	margin-left: 3px;
}

.reloadico {
    font-size:8px;
	font-weight: bold;
    display: inline-block;
    position:absolute;
    width:3em;
    height:3em;
    border-top: 0.4em solid #2c2c2c;
    border-left: 0.4em solid #2c2c2c;
    border-right: 0.4em solid transparent;
    border-bottom: 0.4em dotted transparent;
    -moz-transform:rotate(10deg);
    -webkit-transform:rotate(10deg);
    -o-transform:rotate(10deg);
    transform:rotate(10deg);
    -webkit-border-radius:1.5em;
    -ms-border-radius:1.5em;
    -o-border-radius:1.5em;
    border-radius:1.5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	top: -20px;
	left: 38px;
}
.reloadico:after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	margin: -0.15em -0.45em 0 0;
	border-top: 0.5em solid #2C2C2C;
	border-left: 0.5em solid transparent;
	border-right: 0.5em solid transparent;
	border-bottom: 0.5em solid transparent;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.reloadico_parent:hover .reloadico,
.reloadico_parent:hover ~ .reloadico { 
	border-top: 0.4em solid #0081C2;
	border-left: 0.4em solid #0081C2;
}

.reloadico_parent:hover .reloadico:after,
.reloadico_parent:hover ~ .reloadico:after { 
	border-top: 0.5em solid #0081C2;
}

.reloadico_parent:hover .reloadico_text,
.reloadico_parent:hover ~ .reloadico_text { 
	color: #0081C2;
}


.loadermgr_heading {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	-webkit-align-content: center;
	align-content: center;
	padding-top: 5px;
	text-align: center;
	border-bottom: 6px solid;
}

.hack_line {
	position: relative;
	border: 0;
	margin: 0;
	padding: 0;
	margin-left: 30px;
	width: auto;
	height: auto;
}

.hack_line_child {
	position: relative;
	border: 2px solid;
	border-radius: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 20px;
	color: #2E2E2E;
	width: auto;
	height: 45px;
	overflow: hidden;
}

.coder_line {
	position: relative;
	border: 0;
	margin: 0;
	padding: 0;
	margin-left: 30px;
	padding-top: 30px;
	width: auto;
	height: auto;
}

.coder_header {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	color: #05B6FC;
	cursor: pointer;
	margin: 0;
	position: absolute;
	display: inline-block;
	border: 1px solid;
	border-radius: 4px;
	border-color: #2B0001;
	background: #006108;
	padding-left: 20px;
	padding-top: 1px;
	top: 13px;
	left: -25px;
	float: left;
	width: 300px;
	height: 15px;
	overflow: hidden;
}

.coder_header:hover {
	color: #000000;
	background: #0096E0;
}

.hack_header {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	color: #05B6FC;
	margin: 0;
	position: absolute;
	display: inline-block;
	border: 1px solid;
	border-radius: 4px;
	border-color: #2B0001;
	background: #2E2E2E;
	padding-left: 20px;
	padding-top: 1px;
	top: -10px;
	left: 60px;
	float: left;
	width: 300px;
	height: 15px;
	overflow: hidden;
}

.hack_type_all {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #212121;
	margin: 0;
	position: absolute;
	display: inline-block;
	border: 1px solid;
	border-radius: 4px;
	border-color: #01386E;
	background: #0080FF;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	top: -10px;
	left: -5px;
	float: left;
	width: 50px;
	height: 15px;
	overflow: hidden;
}

.hack_type_all::after {
	content: 'ALL';
}

.hack_type_vip {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #0023BF;
	margin: 0;
	position: absolute;
	display: inline-block;
	border: 1px solid;
	border-radius: 4px;
	border-color: #2B0001;
	background: #BF0003;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	top: -10px;
	left: -5px;
	float: left;
	width: 50px;
	height: 15px;
	overflow: hidden;
}

.hack_type_vip::after {
	content: 'V.I.P';
}

.hack_type_public {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #0023BF;
	margin: 0;
	position: absolute;
	display: inline-block;
	border: 1px solid;
	border-radius: 4px;
	border-color: #5E5E5E;
	background: #B0B0B0;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	top: -10px;
	left: -5px;
	float: left;
	width: 50px;
	height: 15px;
	overflow: hidden;
}

.hack_type_public::after {
	content: 'Public';
}

.hack_author {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #212121;
	margin: 0;
	position: absolute;
	display: inline-block;
	border: 1px solid;
	border-radius: 4px;
	border-color: #0F496B;
	background: #136899;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	top: -10px;
	left: 386px;
	float: left;
	width: 150px;
	height: 15px;
	overflow: hidden;
}

.hack_architecture_x64 {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #212121;
	margin: 0;
	position: absolute;
	display: inline-block;
	border: 1px solid;
	border-radius: 4px;
	border-color: #913D00;
	background: #ED6300;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	top: -10px;
	left: 552px;
	float: left;
	width: 30px;
	height: 15px;
	overflow: hidden;
}

.hack_architecture_x64::after {
	content: 'x64';
}

.hack_architecture_x86 {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #212121;
	margin: 0;
	position: absolute;
	display: inline-block;
	border: 1px solid;
	border-radius: 4px;
	border-color: #034180;
	background: #0065C9;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	top: -10px;
	left: 552px;
	float: left;
	width: 30px;
	height: 15px;
	overflow: hidden;
}

.hack_architecture_x86::after {
	content: 'x86';
}

.hack_num {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #212121;
	margin: 0;
	position: absolute;
	display: inline-block;
	border: 1px solid;
	border-radius: 4px;
	border-color: #5E5E5E;
	background: #B0B0B0;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	top: -10px;
	right: -5px;
	float: right;
	width: 20px;
	height: 15px;
	overflow: hidden;
}

.hack_info {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	color: #2E2E2E;
	margin-top: 6px;
	margin-left: 10px;
	position: relative;
	display: inline-block;
	left: 50px;
	float: left;
	width: auto;
	height: auto;
	overflow: hidden;
}

.hack_info2 {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	color: #2E2E2E;
	margin-top: 6px;
	margin-left: 30px;
	position: relative;
	display: inline-block;
	left: 50px;
	float: left;
	width: auto;
	height: auto;
	overflow: hidden;
}

.hack_img_div {
	position: absolute;
	top: 5px;
	left: 3px;
}

.hack_img {
	position: relative; 
	display: inline-block;
	width: 50px; 
	height: 50px; 
	padding: 1px -1px 1px -1px; 
	margin: -6px; 
	border: 1px solid rgba(0,0,0,0.2); 
	vertical-align: middle;
}





.checkbox_lock{
	color:#999;
	font-size:9px;
	position:relative;
	width: 20px;
	height: 20px;
	margin: 10px;
	float: right;
	cursor: pointer;
}
.checkbox_lock label{
	margin-top: 0.8em;
	border-radius: 0.3em;
	box-shadow: inset 0.9em 0.8em 0 0 #2C2C2C,inset -0.9em 0.8em 0 0 #2C2C2C,inset 0em -0.4em 0 0 #2C2C2C;
	font-size: 9px;
	width: 2em;
	height: 1.8em;
	position: absolute;
	left: 0;
	top: 0;
}
.checkbox_lock label:before{
	left: 0.32em;
	border-radius: 1em 1em 0 0;
	top: -0.8em;
	position: absolute;
	width: 0.8em;
	content: "";
	height: 1.8em;
	border: 0.3em solid #2C2C2C;
	border-bottom: none;
}

.checkbox_lock input[type="checkbox"]{
   cursor: pointer; 
  position:absolute;
  width:100%;
  height:100%;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}


.checkbox_lock input[type="checkbox"]:checked + label:before {
	left: 1.4em;
	border-radius: 1em 1em 0 0;
	top: -0.8em;
	position: absolute;
	width: 0.8em;
	content: "";
	height: 0.8em;
	border: 0.3em solid #078A1B;
	border-bottom: none;
}
.checkbox_lock input[type="checkbox"]:checked + label {
	margin-top: 0.8em;
	border-radius: 0.3em;
	box-shadow: inset 0.9em 0.8em 0 0 #078A1B,inset -0.9em 0.8em 0 0 #078A1B,inset 0em -0.4em 0 0 #078A1B;
	font-size: 9px;
	width: 2em;
	height: 1.8em;
	position: absolute;
	left: 0;
	top: 0;
}


.checkbox_lock input[type="checkbox"]:not(:checked) + label:before {
	left: 0.32em;
	border-radius: 1em 1em 0 0;
	top: -0.8em;
	position: absolute;
	width: 0.8em;
	content: "";
	height: 1.8em;
	border: 0.3em solid #8A0707;
	border-bottom: none;
}
.checkbox_lock input[type="checkbox"]:not(:checked) + label {
	margin-top: 0.8em;
	border-radius: 0.3em;
	box-shadow: inset 0.9em 0.8em 0 0 #8A0707,inset -0.9em 0.8em 0 0 #8A0707,inset 0em -0.4em 0 0 #8A0707;
	font-size: 9px;
	width: 2em;
	height: 1.8em;
	position: absolute;
	left: 0;
	top: 0;
}

.upload_form_title {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	color: white;
	margin-top: 6px;
	margin-left: 10px;
	position: absolute;
	display: inline-block;
	top: 130px;
	left: 250px;
	float: left;
	width: 430px;
	height: auto;
}

.submit_div {
	position: relative;
	top: 55px;
}

.submit_div_image {
	position: relative;
	top: 60px;
}

.input_div_image {
	position: relative;
	top: 10px;
}

.upload_down {
	margin-top: 32px;
}

.upload_form {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	color: white;
	margin: 10px;
	position: absolute;
	display: block;
	top: 120px;
	left: 370px;
	float: left;
	width: auto;
	height: auto;
}

#upload_title1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	color: white;
	margin: 10px;
	margin-top: 0px;
	position: relative;
	display: block;
	top: 2px;
}

#upload_title11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	color: white;
	margin: 10px;
	margin-top: 20px;
	position: relative;
	display: block;
	top: 2px;
}

#upload_title2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	color: white;
	margin: 10px;
	margin-top: 20px;
	position: relative;
	display: block;
	top: 0px;
	border-bottom: white 1px solid;
}

#upload_title3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	color: white;
	margin: 10px;
	position: relative;
	display: block;
	top: 0px;
	border-bottom: white 1px solid;
}

#upload_title4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	color: white;
	margin: 10px;
	position: relative;
	display: block;
	top: 0px;
	border-bottom: white 1px solid;
}

#upload_title5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	color: white;
	margin: 10px;
	position: relative;
	display: block;
	top: 0px;
}

#upload_filename {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	color: white;
	position: absolute;
	display: block;
	top: 0px;
	left: 115px;
}

#upload_filesize {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	color: white;
	position: absolute;
	display: block;
	top: 0px;
	left: 115px;
}

#upload_filename2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	color: white;
	position: absolute;
	display: block;
	top: 0px;
	left: 275px;
}

#upload_filesize2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	color: white;
	position: absolute;
	display: block;
	top: 0px;
	left: 275px;
}

#upload_extensions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	color: white;
	position: absolute;
	display: block;
	top: 0px;
	left: 115px;
}

#icon_image {
	position: relative;
	float: right;
	display: inline-block;
}

.icon_image_img {
	display: inline-block; 
	width: 20px; 
	height: 20px; 
	border: black 1px solid;
	border-radius: 2px; 
	float: right;
	position: absolute;
	top: -10px;
	right: 5px;
}

#streamset {
	width: 410px;
}

#icon_select {
	width: 410px;
}

.developedby {
	font-family: 'Reenie Beanie', cursive;
	font-size: 14px;
	text-align: center;
	color: #6E6E6E;
}

.rel_parent {
	position: relative;
	top: 0;
}

.dlincrement:after {
	position: absolute;
	top: 0px;
	padding-left: 5px;
	content: ' +1';
	color: #008CFF;
}

.dlpass:after {
	position: absolute;
	top: 0px;
	padding-left: 5px;
	content: ' <--- PASSWORD IS HERE !!!';
	color: #008CFF;
}




.pp_line {
	position: relative;
	border: 0;
	margin: 0;
	padding: 0;
	margin-left: 30px;
	width: auto;
	height: auto;
}

.pp_line_child {
	position: relative;
	border: 2px solid;
	border-radius: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 20px;
	color: #02e5a2;
	width: auto;
	height: 170px;
	#overflow: hidden;
}

.pp_info {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	color: #02e5a2;
	margin-top: 6px;
	padding-bottom: 10px;
	margin-left: 10px;
	position: relative;
	display: inline-block;
	#left: 50px;
	float: left;
	width: auto;
	height: auto;
	overflow: hidden;
	border-right: red 1px solid;
}

.pp_info2 {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	color: #02e5a2;
	margin-top: 6px;
	margin-left: 30px;
	margin-right: 0px;
	position: relative;
	display: inline-block;
	left: -25px;
	float: left;
	width: auto;
	height: auto;
	overflow: hidden;
}

.pp_img_div {
	position: absolute;
	top: 5px;
	left: 3px;
}

.pp_img {
	position: relative; 
	display: inline-block;
	width: 50px; 
	height: 50px; 
	padding: 1px -1px 1px -1px; 
	margin: -6px; 
	border: 1px solid rgba(0,0,0,0.2); 
	vertical-align: middle;
}


