/*Page_help_test_tools.php*/
		/*Forms*/

.form-horizontal .controls {
    padding: 10px 0;
}


.form-horizontal .form-actions-v4 {
    background-color: #f4f4f4;
    padding: 20px 40px 20px 15px;
}

.results {
	color: #555555;
    font-weight: bold;
}

		/*Check port*/

.port {
	font-weight: bold;
	font-size: 40px;
	text-transform: uppercase;
}

.offOnline {
	font-size: 15px;
	/*text-transform: uppercase;*/
}

#err {
	font-size: 12px;
	text-transform: uppercase;
}

		/*Info*/

.check_ip {
	font-weight: bold;
}

/*Page_help_doc.php*/
		/*Accordion*/

.widget-content a.collapsed,
.widget-content .p-style3 a,
 {
	color: #666;
}

/*.panel-link a {
	color: #2f343b !important;
}

.panel-link a:hover {
	color: #5c6674 !important;
}*/





.nav-tabs i {
	padding-right: 10px;
}

.accordion .panel-heading {
    padding: 20px 15px;
}

#first-panel-heading {
    padding-top: 50px;
}


.p-style3 {
    font-size: 1em;
    font-weight: 400;
    line-height: 2.5;
    margin-bottom: 16px;
}

.panel-body {
    padding-left: 38px;
}

.accordion .panel-heading a {
    border-bottom: 1px dashed transparent;
  	color: #428bca;
    display: inline-block;
    padding-bottom: 3px;
}

.panel-body .p-style3 a {
    color: #2f343b;
}

.panel-body .p-style3 a:hover {
    color: #5c6674;
}

.accordion .panel-heading a.collapsed i.text-collapsed:before {
    content: "\f055";
}
.accordion .panel-heading a i.text-collapsed:before {
    content: "\f056";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 8px;
    vertical-align: middle;
}

/*Page_profile.php*/

span.balance_but {
	font-weight: bold;
}


/*page_soft_pc.php*/

.prog-logo {
	width: 80%;
}

.prog-logo-td {
	width: 5%;
}

.prog-version-td {
	width: 50%;
}


/*page_pay.php*/


.img-pay-card {
    border: 0 none;
    height: 391px;;

    max-width: 100%;
    vertical-align: middle;
}

p#autho {
	padding-top: 30px;
}


.pay-system-icons {
	background-color: none;
	border-radius: 10px;
	transition: background-color 0.1s linear 0s;
}

.pay-system-icons:hover {
	background-color: #f5f5f5;
}

.icon-wrapper {
	height: 100px;
	padding-bottom: 70px;
}

.icon-wrapper span {
	padding-top: 11%;
	font-size: 16px;
	padding-left: 15%;
}

.icon-wrapper img {
	height: 90px;
    padding-top: 10px;
}

.icon-wrapper a {
	display: block;
    height: 100%;
}

.row-pay {
	padding-bottom: 50px;
}
p .btn-pay {
	margin: 20px auto;
}

.header {
	padding-bottom: 10px;
}

		/*Animation*/

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation: fadeInUp 1s ease-out;
  animation: fadeInUp 1s ease-out;
}

/*Page_index.php*/

#add-new-device {
	padding: 20px 80px 80px 80px;
}

/*Proc_authorization_promo_code.php*/

.activate-code {

}

.alert-return-block {
	padding-top: 30px;
	font-size: 18px;
}

.alert-activate-code {
	margin-bottom: 0px;
	font-size: 24px;
}

.alert-activate-code span {
	font-size: 16px;
}

.alert-return-block {
	padding-top: 30px;
	font-size: 12px;
}

.alert-return-block #time-return {
	font-weight: bold;
}
