@import url(//fonts.googleapis.com/css?family=Exo+2:700,300,500);
.clearfix:after, nav .wrapper:after, .actions:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	width: 0;
}
html, body, h1, h2, h3, h4, h5, p, ul, ol, li, form, input, label, select, textarea {
	margin: 0;
	padding: 0;
}
/*template styles*/

body {
	margin: 0;
	padding: 0;
	font-family: 'Exo 2', Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #333;
	background-color: #fff;
	/* text-align: center!important; */
}
#logo {
	display: block;
	width: 200px;
	height: 68px;
	background: url(/public/assets/images/cms/phpology.png) no-repeat left top;
	background-size: 100% auto;
	text-indent: -200px;
	overflow: hidden;
}
.wrapper {
	max-width: 1140px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 20px;
}
.wrapper.chargerates {
	max-width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 20px;
}
header {
	padding: 10px 0 0 0;
}
header .wrapper {
	padding: 0 20px;
}
nav {
	background-color: #B00A0A;
}
nav a:link, nav a:visited, nav a:hover, nav a:active {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	float: left;
	padding: 10px 20px;
	transition: all 0.5s ease;
}
nav a:hover, nav a:active {
	background-color: #bd0b0b;
}
nav .login {
	float: right;
	padding-right: 20px;
}
nav .login a:link, nav .login a:visited, nav .login a:hover, nav .login a:active {
	border-radius: 5px;
	color: #B00A0A;
	font-weight: 700;
	padding: 7px 20px;
	margin: 3px 0;
	background-color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), color-stop(100%, #dddddd));
	background: -webkit-linear-gradient(top, #ffffff 1%, #dddddd 100%);
	background: linear-gradient(to bottom, #ffffff 1%, #dddddd 100%);
}
nav .login a:hover, nav .login a:active {
	background-color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #ffffff 1%, #ffffff 100%);
	background: linear-gradient(to bottom, #ffffff 1%, #ffffff 100%);
}
/*typography*/

h1, h2, h3, h4, h5 {
	font-size: 30px;
	font-weight: 300;
	margin: 20px 0;
	line-height: 1;
}
h1:first-child, h2:first-child {
	margin-top: 0;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
	font-weight: 500;
}
h4 {
	font-size: 14px;
	font-weight: 500;
}
h5 {
	font-size: 14px;
	font-weight: 700;
}
p {
	margin: 20px 0;
	line-height: 1.4;
}
h2 + p, h3 + p, h4 + p, h5 + p {
	margin-top: -10px;
}
ul, ol {
	margin: 20px 0 20px 30px;
}
ul li, ol li {
	margin: 10px 0;
}
ul.nobullets{
	list-style-type:none;
	margin-left:0;
}
a:link, a:visited, a:hover, a:active {
	color: #B00A0A;
}
a:hover, a:active {
	color: #980909;
}
a.button:link, a.button:visited, a.button:hover, a.button:active {
	display: inline-block;
	background-color: #B00A0A;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #bd0b0b;
	border-radius: 5px;
	padding: 5px 5px;
	text-decoration: none;
	white-space: nowrap;
}
a.button:hover, a.button:active {
	background-color: #bd0b0b;
}
a.button + a.button {
	margin-left: 7px;
}

/*content styles*/
section.box-centered { /*Only use this when it's the ONLY section on the page. Do not put other sections next to it.*/
	max-width: 600px;
	mmargin: 10px auto 0 auto;
	box-sizing: border-box;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 10px;
}
/*These styles are to be used when you need more than one column - ALWAYS wrap them in a <div class="row"></div>*/
.row{clear:both; margin:20px -10px;}
section.fullwidth{padding:0 10px;}
section.onethird, section.twothirds, section.half, section.quarter, section.threequarters, section.fifth{float:left; box-sizing:border-box; width:50%; padding:0 10px;}
section.threequarters{width:75%;}
section.onethird{width:33.33333333%;}
section.twothirds{width:66.66666667%;}
section.quarter{width:25%;}
section.fifth{width:20%;}

section .box-border{
	box-sizing: border-box;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 10px;
}
section .box-border + .box-border{
	margin-top:20px;	
}
section .box-border h2{
	border-bottom:1px dashed #ccc; 
	padding-bottom:6px;
}

label {
	display: block;
	margin: 10px 0;
}
input, select, textarea {
	border: 1px solid #ddd;
	background-color: #f2f2f2;
	box-sizing: border-box;
	width: 100%;
	padding: 8px;
	margin: 2px 0 0 0;
	border-radius: 5px;
	font-family: 'Exo 2', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
}
textarea {
	height: 200px;
}
button {
	/*display: block;*/
	width: auto;
	margin: 20px auto 0 auto;
	background-color: #B00A0A;
	color: #fff;
	border: 1px solid #bd0b0b;
	border-radius: 5px;
	padding: 5px 5px;
	font-family: 'Exo 2', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;
}
button:hover {
	background-color: #bd0b0b;
}
.actions {
	border-radius: 5px;
	padding: 10px 20px;
	margin: 20px 0;
	background-color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), color-stop(100%, #dddddd));
	background: -webkit-linear-gradient(top, #ffffff 1%, #dddddd 100%);
	background: linear-gradient(to bottom, #ffffff 1%, #dddddd 100%);
}
.actions h2 {
	float: left;
	margin: 0;
}
.actions .links {
	float: right;
}
table {
	width: 100%;
	border-collapse: collapse;
}
table td, table th {
	padding: 10px;
	text-align: left;
}
table tr:nth-child(even) td {
	background-color: #f2f2f2;
}
table td.buttons {
	white-space: nowrap;
}
.upload_progress {
	display: none;
	text-align: center;
}
#delete_image_div, #delete_file_div {
	/*text-align: center;*/
	margin: 20px 0 10px 0;
}
#image_preview_image, #file_preview {
	margin: 10px auto;
	display: block;
}

section dl dd {
	margin-left: 0px;
}

/*RESPONSIVE CSS*/
@media (max-width: 767px) {
	nav a:link, nav a:visited, nav a:hover, nav a:active {
		float: none;
		display: block;
		text-align: center;
   }
   nav .login {
	   float: none;
	   padding: 0 0 10px 0;
	   text-align: center;
  }
  nav .login a:link, nav .login a:visited, nav .login a:hover, nav .login a:active {
	  display: inline-block;
 }
	 table th {
		 display: none;
	}
	table td {
		display: block;
	}
	table tr: nth-child(even) td {
		background-color: transparent;
	}
	table tr {
		border-bottom: 1px solid #ccc;
	}

	section.box-centered{
		margin: 10px 0 0 0;
	}
	section.onethird, section.twothirds, section.half, section.quarter, section.threequarters, section.fifth{
		float:none; width:100%; padding:0; margin-top:20px;
	}
}

nav ul, nav li, nav ol {
	margin: 0 0 0 0;
}
nav li {
	position: relative;
	float: left;
	list-style: none;
}
nav li:hover > ol {
	display: block;
	background: #666;
}
/* Second level */
	nav ol {
		position: absolute;
		top: 36px;
		left: 0;
		display: none;
		width: 150px;
		z-index: 10;
		}
	nav ol li {
		float: none;
		background: #8f8f8f;
		border-bottom: 1px solid #777;
		}
		nav ol li:last-child {
			border: 0;
			}
	nav ol a {
		padding: 10px;	
		color: #666;
		}
		nav ol a:hover, #nav ol li:hover {
			background: #666;
			}

tr.tablesorter-filter-row input.disabled {
    display: none;
}

label.error {
	color: red;
	font-size: 10px;
	margin: 5px 0;
}
#loading span {
	background: url(/public/assets/images/loading.webp) no-repeat center;
	width: 64px;
	height: 64px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -32px 0 0 -32px;
}
/*accordion styles*/
table.ui-helper-reset {
	font-size: 12px;
}
h3.ui-helper-reset {
	font-size: 12px;
}

.flash-message {
	border-radius: 10px;
	padding: 10px 10px 10px 42px;
	font-weight: bold;
	background-color: #cada35;
	position: relative;
	margin-bottom: 20px;
}
.flash-message:before {
    content: "\f06a";
    font-family: FontAwesome;
    font-size: 30px;
    color: rgba(218, 175, 53, 0.48);
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
}


label.invalid {
	color: red;
	font-size: 10px;
	margin: 5px 0;
}

.center {
	text-align: center;
}


#easyTooltip{
	margin:0 10px 1em 0;
	width:400px;
	padding:8px;
	background:#fcfcfc;
	border:1px solid #e1e1e1;
	line-height:130%;				
	}
#easyTooltip h3{
	margin:0 0 .5em 0;
	font:13px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	}	
#easyTooltip p{
	margin:0 0 .5em 0;
	}		
#easyTooltip img{
		background:#fff;
		padding:1px;
		border:1px solid #e1e1e1;
		float:left;
		margin-right:10px;
		}		

#item{display:none;}