html,body,div,dl,dt,dd,ul,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,button,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	outline:none;
}
ol{
	margin: 0;
	padding: 0 0 0 20px;
}
img {
	border: 0;
}

address,caption,cite,code,dfn,th,var,optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,ins {
	text-decoration: none;
}

sup{
	line-height: 0;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

/* a {
	outline:none;
}
a:link, a:visited {
	color:#1262C3;
	text-decoration: underline;
}
a:hover, a:active {
	color:#1262C3;
	text-decoration: none;
} */

q:before,q:after {
	content: '';
}

acronym {
	border: 0;
	font-variant: normal;
}

table {
	font-size:inherit;
	font:100%;
}

fieldset{
	border: 1px solid #d8d8d8;
	padding: 10px;
	background: #f8f8f8;
}
fieldset legend{
	padding: 3px 10px;
	border: 1px solid #d8d8d8;
	background: #f8f8f8;
}

.clear {
	clear:both;
}

.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	font-size:0;
	visibility: hidden;
	display: block;
}

.clearfix {
	display: inline-block; /* Fixes IE/Mac */
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
html{
	overflow-y: scroll;
	//background: #fff url(images/line.ccc.png) repeat-y right 230px top;
}
html, body{
	margin: 0;
	padding: 0;
	direction: ltr;
	font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
  font-size: 12px;
	color: #000;
	line-height: 14px;
	text-overflow: clip;
}
html.login{
	background: #fff url(images/patternbg.png);
}

h1, h2{
	font-family: georgia;
}
h1{
	font-size: 26px;
	line-height: 26px;
	margin: 0 0 20px 0;
}
h1.min{
	font-size: 18px;
	padding: 5px 10px;
	margin: 0 0 10px 0;
}
h1.blue{
	color: #1262C3;
}
h2, h2 a{
	font-size: 18px !important;
	margin: 0 0 10px 0;
	text-decoration: none;
}
h3{
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #DAE1E8;
	color: #45688E;
}
h4, h4 a{
	font-weight: bold;
	color: #727272;
	text-decoration: none;
	margin: 0 0 5px 0;
}

/* LOGIN */
.p_login{
	position: absolute;
	left: 50%;
	top: 50%; 
	margin: -176px 0 0 -182px;
	padding: 5px;
	background: #fff;
	width: 330px;
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3);
	box-shadow: 0 0 2px rgba(0,0,0,0.3);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	-icab-border-radius: 2px;
	border-radius:2px;
	behavior: url(pie.htc);
}
.p_login_inner{
	padding: 20px;
	background: #246346;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-icab-border-radius: 5px;
	border-radius:5px;
	behavior: url(pie.htc);
}
.p_login{
	text-align: center;
}
.p_login .logo{
	margin: 0 0 30px 0;
}
.p_login .logo h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #fff;
	border-bottom: 1px solid #56647d;
	line-height: normal;
	margin-bottom: 5px
}
.p_login .logo h1 span {
	color: #FB9337;
}
.p_login .logo p {
	font-weight: bold;
	color: #eee;
	font-style: italic;
}

.login_field{
	margin: 0 0 20px 0;
}
.login_field input[type="text"], .login_field input[type="password"]{
	font-size: 14px;
	padding: 15px 10px;
	font-size: 16px;
	color: #666;
	border: 0;
	width: 270px;
	background: #fcfcfc;
	
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.4);
	box-shadow: 0 1px 2px rgba(0,0,0,0.4);
	
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	-icab-border-radius: 2px;
	border-radius:2px;
	behavior: url(pie.htc);
}
.p_login input[type="submit"]{
	cursor: pointer;
	background: #fb9337;
	border: 0;
	padding: 15px 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	width: 100%;
	text-transform: uppercase;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.4);
	box-shadow: 0 1px 2px rgba(0,0,0,0.4);
}
.p_login input[type="submit"]:hover{
	background: #f0801d;
}
.p_login .warning{
	padding: 10px;
	margin: 30px 0 0 0;
	background: #e37171;
	border: 1px solid #c10707;
	color: #fff;
	font-size: 16px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-icab-border-radius: 3px;
	border-radius:3px;
	behavior: url(pie.htc);
}

/* END LOGIN */
.p_header_bar{
	position: relative;
	background: #246346;
	padding: 8px 10px;
	border-bottom: 1px solid #00685A;
	height: 41px;
}
.p_header_bar h1.logo{
	font-family: Arial, Helvetica, sans-serif; font-weight: normal; text-transform: uppercase; color: #fb9337;
	float: left; font-size: 30px; margin: 8px 0;
}
.p_header_bar h1.logo span { color: #fff; }
.p_header_bar .slogan { 
	font-family: Arial, Helvetica, sans-serif; float: left; padding: 10px 10px; 
	border-left: 1px solid #606d84; color: #6a778d; font-style: italic; margin: 2px 10px; 
}
.p_header_bar .fadmin{
	float: left;
	height: 41px;
	margin: 0 0 0 30px;
	padding: 0 0 0 30px;
	border-left: 2px solid #FFFFFF;
}
.p_header_bar .fadmin .partner_label{
	display: inline-block;
	color: #fb9337;
	font-size: 30px;
	line-height: 30px;
}
.p_header_bar .fadmin select.partner{
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	outline: none;
	text-transform: uppercase;
}
.p_header_bar .fadmin select.partner option{
	color: #000;
	font-size: 20px;
	line-height: 20px;
}
.p_header_bar .fadmin .btn_partner_new{
	display: inline-block;
	margin: 0 0 0 30px;
	background: rgba(255,255,255,0.75);
	padding: 10px 20px;
	text-decoration: none;
	color: #000;
	border-radius: 5px;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
}

.p_header_menu{
	background: #16794C;
	border-bottom: 5px solid #fb9337;
}
.p_header_menu ul{
	display: inline-block;
}
.p_header_menu li{
	float: left;
	display: inline-block;
	border-right: 1px solid #00685A;
}
.p_header_menu li a{
/*	min-width: 50px;*/
	text-align: center;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
/*	padding: 17px 7px;*/
	padding: 17px 3px;
	text-decoration: none;
	font-size: 90%;
}
.p_header_menu li.active a, .p_header_menu li:hover a{
	background: #109843;
	-moz-box-shadow: inset 0 1px 0 #109843;
	-webkit-box-shadow: inset 0 1px 0 #109843;
	box-shadow: inset 0 1px 0 #109843;
}

.p_header_name{
	float: right;
	font-size: 30px; margin: 10px 0;
	color: #fff;
}
.p_header_name a{
	color: #FB9337;
}


.p_content{
	padding: 20px;
}
.p_content h1{
	margin: -20px -20px 20px -20px;
	padding: 15px 20px;
	background: url(images/noise.white.png);
	border-bottom: 1px solid #ccc;
	color: #485b79;
	font-weight: normal;
	font-size: 28px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}


.p_left{
	margin-right: 231px;
	position: relative;
}
.p_right{
	width: 230px;
	position: absolute;
	right: 0;
	top: 111px;
}
.p_left_header{
	padding-top: 20px;
	background: url(images/noise.white.png);
	border-bottom: 1px solid #ccc;
}
.p_left_header h1{
	margin: 0 20px 10px 20px;
	color: #485b79;
	font-weight: normal;
	font-size: 28px;
	font-family: 'RobotoBoldCondensed', Arial, Helvetica, sans-serif;
}
.p_left_content{
	padding: 20px;
}



.p_table{
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.p_table tr.is_enable,
.p_table td.is_enable{
	background: rgba(0,255,0,0.2);
}
.p_table tr.is_disable,
.p_table td.is_disable{
	background: rgba(255,0,0,0.2);
}
.p_table th, .p_table td{
	padding: 7px 5px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.p_table th{
	background: #fcfcfc;
	color: #333;
	font-weight: bold;
}



.p_menu_tabs{
	background: #fcfcfc;
}
.p_menu_tabs ul{
	display: inline-block;
}
.p_menu_tabs li{
	float: left;
	list-style: none;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.p_menu_tabs li a{
	display: block;
	padding: 5px 9px;
	text-decoration: none;
	color: #32415a; 
}
.p_menu_tabs li.active a{
	background: #dfdfdf;
}


.p_form{
	width: 520px;
	margin: 0 auto;
}
.field{
	clear: both;
	margin: 0 0 10px 0;
	line-height: 46px;
}
.field .label{
	float: left;
	width: 100px;
	margin: 0 20px 0 0;
	text-align: right;
	font-size: 16px;
	line-height: 46px;
	color: #999999;
}
.field input[type="text"], .field textarea, .field select{
	box-sizing: border-box;
	width: 400px;
	font-size: 16px;
	line-height: 16px;
	padding: 7px;
	border-radius: 5px;
	border: 1px solid #999;
}
.field_submit{
	padding: 0 0 0 120px;
}
.field_submit button{
	box-sizing: border-box;
	width: 400px;
	font-size: 16px;
	line-height: 16px;
	padding: 7px;
	border-radius: 5px;
	border: 1px solid #999;
}


.partner_new_info{
	margin: 30px 0 0 0;
	font-size: 16px;
	line-height: 16px;
}
.partner_new_info .label{
	color: #999999;
	padding: 0 10px 0 0;
	height: 30px;
}
.partner_new_info .value{
	font-weight: bold;
	height: 30px;
}


.form_panel_save{
	position: fixed;
	bottom: 0; left: 0; right: 0;
	padding: 10px 30px;
	box-shadow: 0 1px 7px #9a9a9a;
	text-align: right;
}
.form_panel_save button{
	position: relative;
	display: inline-block;
	margin: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	text-align: center;
	white-space: nowrap;
	outline: 0;
	border: 0;
	padding: 10px 15px;
	cursor: pointer;
	border-radius: 3px;
	background: rgba(70,47,0,.54);
	background: -webkit-linear-gradient(top,rgba(96,64,0,.4)0%,rgba(70,47,0,.54)100%);
	background: -moz-linear-gradient(top,rgba(96,64,0,.4)0%,rgba(70,47,0,.54)100%);
	background: -o-linear-gradient(top,rgba(96,64,0,.4)0%,rgba(70,47,0,.54)100%);
	background: linear-gradient(to bottom,rgba(96,64,0,.4)0%,rgba(70,47,0,.54)100%);
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,.07);
	box-shadow: 0 1px 0 rgba(0,0,0,.07);
}
.form_panel_save button:before{
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	left: 1px;
	content: '';
	border-radius: 2px;
	background: #ffdf60;
	background: -webkit-linear-gradient(top,#ffdf60 0,#fc0 100%);
	background: -moz-linear-gradient(top,#ffdf60 0,#fc0 100%);
	background: -o-linear-gradient(top,#ffdf60 0,#fc0 100%);
	background: linear-gradient(to bottom,#ffdf60 0,#fc0 100%);
}
.form_panel_save button:hover:before {
	background: #ffe681;
	background: -webkit-linear-gradient(top,rgba(255,230,129,1)0,rgba(255,212,40,1)100%);
	background: -moz-linear-gradient(top,rgba(255,230,129,1)0,rgba(255,212,40,1)100%);
	background: -o-linear-gradient(top,rgba(255,230,129,1)0,rgba(255,212,40,1)100%);
	background: linear-gradient(to bottom,rgba(255,230,129,1)0,rgba(255,212,40,1)100%);
}
.form_panel_save button:active {
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,.07),0 0 6px 2px rgba(255,204,0,.7);
	box-shadow: 0 1px 0 rgba(0,0,0,.07),0 0 6px 2px rgba(255,204,0,.7);
}
.form_panel_save button .button__text {
	position: relative;
	padding: 0 1em;
	pointer-events: none;
}


@media only screen and (max-height: 600px) {

	.p_login{
		top: 300px;
	}
	
}


