@charset "UTF-8";
/* CSS Document */

/*

Theme Colors:
	Main: #336699
	Hover: #07519c
	Active: #063d74

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
table {
	border-spacing:0;
	border-collapse:collapse;
}

select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}

form, 
input,
select,
input[type=submit], 
input[type=text], 
input[type=textfield], 
textarea {
	-webkit-appearance: none;
	outline: 0;
    border-radius: none;
	border: none;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

label {
	cursor: pointer;
}


@font-face
{
	font-family: roboto;
	src: url('images/fonts/Roboto-Thin.eot'), /* IE9 */
		 url('images/fonts/Roboto-Thin.woff'),
		 url('images/fonts/Roboto-Thin.ttf');
	font-weight: 100;
}

@font-face
{
	font-family: roboto;
	src: url('images/fonts/Roboto-Light.eot'), /* IE9 */
		 url('images/fonts/Roboto-Light.woff'),
		 url('images/fonts/Roboto-Light.ttf');
	font-weight: 200;
}

@font-face
{
	font-family: roboto;
	src: url('images/fonts/Roboto-Regular.eot'), /* IE9 */
		 url('images/fonts/Roboto-Regular.ttf');
	font-weight: 300;
}

@font-face
{
	font-family: roboto;
	src: url('images/fonts/Roboto-Medium.eot'), /* IE9 */
		 url('images/fonts/Roboto-Medium.woff'),
		 url('images/fonts/Roboto-Medium.ttf');
	font-weight: 500;
}

@font-face
{
	font-family: roboto;
	src: url('images/fonts/Roboto-Bold.eot'), /* IE9 */
		 url('images/fonts/Roboto-Bold.ttf');
	font-weight: bold;
}

@font-face
{
	font-family: roboto;
	src: url('images/fonts/Roboto-Bold.eot'), /* IE9 */
		 url('images/fonts/Roboto-Bold.ttf');
	font-weight: 1000;
}

@font-face
{
	font-family: roboto;
	src: url('images/fonts/Roboto-Italic.eot'), /* IE9 */
		 url('images/fonts/Roboto-Italic.ttf');
	font-style: italic;
}




/*  Page Settings *
 ________________________________________________________________________________________________ */

body {
	font-family: roboto, "Myriad Pro", Arial, Verdana, Geneva, sans-serif;
	font-size: 14px;
	vertical-align: top;
	text-align: center;
  	background: #ccc;
  	background-image: url('images/background.jpg');
	font-weight: 200;
}

.maxwidth {
    max-width: 100%;
}

/* Overflow is Set Here */

/* This is The Background for the Entire Page*/
#wrapper {
	width: 100%;
    overflow: visible;
	margin: 0 auto;
	text-align: left;
}

img {
  border: 0;
}

#clear,
.clear {
	clear: both;
	height: 0;
	max-height: 0;
}

.div {
  width: 1000px;
  margin: 0 auto;
}

.right,
.floatright {
  float: right;
}
.left,
.floatleft {
  float: left;
}

.inline {
	display: inline-block;
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

li {
  margin-left: 25px;
}
p {
  margin-bottom: 12px;
}

hr {
	margin: 0 auto;
	padding: 0;
}

.center  {
  margin: 0 auto;
}

.textleft {
	text-align: left;
}

.textcenter {
	text-align: center;
}

.textright {
	text-align: right;
}

.block {
	display: block;
	position: relative;
}

.backgroundWhite {
  background: #FFF;
}


.strong,
.bold {
	font-weight: bold;
}

.medium {
    font-weight: 500;
}



/* Page Links *
 ________________________________________________________________________________________________ */

li.alink,
a:link,
.link,
.alink,
a.alink,
a:visited,
.link {
	color: rgb(50,100,150);
	text-decoration: none;
    cursor: pointer;
	transition: .25s ease;
	-moz-transition: .25s ease;
	-webkit-transition: .25s ease;
	color: #3b71b8;
	text-decoration: none;
}
a:hover,
.link:hover,
.alink:hover {
	text-decoration: none;
    color: rgb(150,215,50);
	transition: .25s ease;
	-moz-transition: .25s ease;
	-webkit-transition: .25s ease;
}
a:active,
.link:active,
.alink:active {
	text-decoration: none;
}
#white_link,
.white_link,
.white {
	text-decoration: none;
	color: #FFF;
}




/*  =Common
 ________________________________________________________________________________________________ */


.small {
    color: #999;
    font-size: 12px;
}





/*  =Form  *
 ________________________________________________________________________________________________ */
.formsubmit {
	cursor: pointer;
}
.formsubmit.text {
	padding: 0 20px;
	color: #7D3D94;
}
.formsubmit.text:hover {
	color: #4b2558;
}
.formsubmit.text:focus,
.formsubmit.text:active {
	color: #595759;
}

form {
	font-weight: 200;
}

form input[type="submit"],
a.button {
	line-height: 15px;
	padding: 10px 65px;
	font-size: 14px;
	background-color: rgb(80,125,170);
	border-bottom: 4px solid #336699;
	color: #FFF;
	cursor: pointer;
	transition: .25s ease;
	-moz-transition: .25s ease;
	-webkit-transition: .25s ease;
    text-align: center;
}

form input[type="submit"]:hover,
a.button:hover {
	background-color: #668cb3;
	transition: .25s ease;
	-moz-transition: .25s ease;
	-webkit-transition: .25s ease;
}

form input[type="submit"]:active,
form input[type="submit"]:focus,
a.button:active,
a.button:focus {
	background-color: #336699;
	transition: .25s ease;
	-moz-transition: .25s ease;
	-webkit-transition: .25s ease;
}


form input[type=submit].grey,
a.button.grey {
	background-color: rgba(220,220,220,1);
	border-bottom: 4px solid #888;
	color: #333;
}

a.button.grey:hover,
form input[type=submit].grey:hover {
	background-color: rgba(245,245,245,1);
}

form input[type=submit].grey:active,
form input[type=submit].grey:focus,
a.button.grey:active,
a.button.grey:active {
	background-color: #888;
	color: #FFF;
}


form input[type=text],
form input[type=textfield],
form input[type=password],
form textarea  {
	font-family: roboto, "Myriad Pro", Arial, Verdana, Geneva, sans-serif;
	padding: 8px;
	border: 1px solid #336699;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
    max-width: 100%;
	font-weight: 200;
}

form input[type=text]:hover,
form input[type=textfield]:hover,
form input[type=password]:hover,
form textarea:hover {
	border: 1px solid #063d74;
	box-shadow: none;
}
form input[type=text]:active,
form input[type=textfield]:active,
form input[type=password]:active,
form textarea:active,
form input[type=text]:focus,
form input[type=textfield]:focus,
form input[type=password]:focus,
form textarea:focus {
	outline: none;
	border: 1px solid #063d74;
	box-shadow: 0 0 5px rgba(50,100,150,1);
}

form input[type=submit].invisible,
a.button.invisible {
    position: absolute;
    left: -99999px;
}

form input.error,
form textarea.error {
	border: 1px solid #F00;
}

form input[type=checkbox],
input[type=checkbox] {
	border-radius: none;
	display: inline-block;
	border: 1px solid #336699;
	-webkit-appearance: none;
	padding: 12px;
	margin: 0;
	resize: none;
	cursor: pointer;
	vertical-align:middle;
}
input[type=checkbox]:checked {
    border: solid 1px #336699;
	padding: 3px;
	transition: .25s ease;
	-moz-transition: .25s ease;
	-webkit-transition: .25s ease;
}

input[type=checkbox]:checked:after {
    content: ' ';
    display: block;
    width: 18px;
    height: 18px;
	padding: 0;
    background: #336699;
    position: relative;
}

input[type=radio] {
	cursor: pointer;
	height: 14px;
	width: 14px;
	padding: 0;
	margin: 0;
	z-index: 9;
	background: #000;
	opacity: 0;
	display: inline-block;
}

/* default radio button style: unchecked */
span.radio {
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0;
	position: relative;
	height: 10px;
	width: 10px;
	border: 2px solid #FFF;
	box-shadow: 0 0 0 1px #999;
	background-color: #ededed;
	border-radius: 20px;
	cursor: pointer;
	z-index: 1;
	margin: 0 10px 0 0;
}

input[type=radio]:hover + span.radio {
	box-shadow: 0 0 0 1px #336699;
}


/* changed style when checked */
input[type=radio]:checked + span.radio {
	background-color: #336699;
	box-shadow: 0 0 0 1px #336699;
}



select {
	border: 1px solid #336699;
	border-radius: none;
	font-size: 14px;
	line-height: 25px;
	padding: 5px 35px 5px 12px;
	-webkit-border-radius: 0;
	background: #FFF url(images/form/select.png) no-repeat right;
	cursor: pointer;
	width: 100%;
}

select:focus,
select:active {
	box-shadow: 0 0 5px rgba(8,102,198,1);

}

form div.error-response {
	background: #F00;
	color: #FFF;
	font-size: 15px;
	font-weight: 500;
	line-height: 15px;
	max-width: 100%;
	padding: 15px 6px;
	display: none;
}




/* =Link Notices
 ________________________________________________________________________________________________ */
a span.number {
	display: block;
	position: absolute;
	background: #C00;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	border-radius: 25px;
	padding: 3px;
	margin: -6px 0 0 25px;
}

a span.info,
label span.info {
	background: rgba(0,0,0,.9);
	color: #FFF;
	border-radius: 5px;
	font-size: 15px;
	line-height: 15px;
	padding: 4px 10px;
	min-width: 150px;
	width: 150px;
	margin-left: -75px;
	display: none;
	text-align: center;
	margin-top: 25px;
	position: absolute;
	z-index: 999999999999999;
}

a:hover > span.info,
label:hover > span.info {
	display: block;
}



/* =Header 
 ________________________________________________________________________________________________ */

header {
	display: block;
	min-width: 1030px;
	padding: 0;
	margin: 0;
	height: 60xp;
	background: none;
	border-bottom: 2px solid rgba(50,100,155,.1);
}
header a {
  color: #FFF;
}

header a:hover {
  text-decoration: none;
}

header a span.info {
	margin-top: 45px;
}

header .logo,
header .logo_large {
	margin: 0;
	padding: 0;
	background: url(images/header/logo.png) no-repeat top left;
	height: 49px;
	width: 129px;
	min-width: 129px;
	float: left;
	margin: 5px 50px 0 10px
}

header div.notification {
	float: left;
}

header div.notification a {
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	margin: 0 6px;
	padding: 15px;
	background-repeat: no-repeat;
	background-position: center center;
}

header .notification a.alerts {
	background-image: url(images/header/icon-alerts.png);
}

header .notification a.messages {
	background-image: url(images/header/icon-messages.png);
}

header .notification a.chat {
	background-image: url(images/header/icon-chat.png);
}

header .notification a.tickets {
	background-image: url(images/header/icon-tickets.png);
}

header div.user {
	float: right;
}

header div.user a,
header div.user ul {
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	margin: 0 6px;
	padding: 15px;
	background-repeat: no-repeat;
	background-position: center center;
}

header div.user a.icon {
	height: 40px;
	width: 40px;
	padding: 0;
	margin: 10px;
	border-radius: 25px;
	overflow: hidden;
}

header div.user a.settings {
	background-image: url(images/header/icon-settings.png);
}

header div.user a.faq {
	background-image: url(images/header/icon-faq.png);
}



header .notification a:hover,
header div.user a:hover {
	background-color: rgba(255,255,255,.6);
}

header div.user ul,
header div.user li {
	display: block;
	list-style: none;
	padding: 0;
}

header div.user ul {
	height: 60px;
	width: 60px;
	display: block;
	float: left;
}

header div.user ul li {
	margin: 0;
	padding: 0;
}

header div.user ul ul {
	border: 10px solid rgba(255,255,255, .7);
	position: absolute;
	margin-top: 60px;
	border-top: none;
	width: 250px;
	margin-left: -130px;
	height: auto;
	z-index: 999999999;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	display: none;
}

header div.user ul ul li {
	background: #FFF;
	width: 100%;
}

header div.user ul ul li a {
	float: none;
	width: auto;
	display: block;
	border: none;
	margin: 0;
	line-height: 16px;
	font-size: 16px;
	height: auto;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	background-position: left center;
}

header div.user ul ul li hr {
	background: rgb(50,100,150);
	border: none;
	height: 1px;
	width: 85%;
}

header div.user ul ul li a:hover {
	color: #FFF;
	background-color: rgba(50,100,150,1);
}

header div.user ul li:hover > ul {
	display: block;
}

header div.user ul ul li a span.icon {
	height: 25px;
	width: 25px;
	display: inline-block;
	background-position: center top;
	vertical-align: middle;
	margin-right: 20px;
}

header a.logout span.icon {
	background-image: url(images/header/icon-logout.png);
}

header div.user ul ul li a.settings {
	background-image: none;
}

header div.user ul ul li a.settings span.icon {
	background-image: url(images/header/icon-settings-2.png);
}

header div.user ul ul li a.settings:hover > span.icon,
header a.logout:hover > span.icon {
	background-position: center bottom;
}


/*  =Sidebar  *
 ________________________________________________________________________________________________ */

sidebar {
	position: absolute;
	background: #f5f5f5;
	font-size: 13px;
	font-weight: normal;
	width: 221px;
	z-index: 2;
	border-right: 2px solid #ebeaea;
	max-width: 45px;
	z-index: 2;
	overflow: hidden;

	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

sidebar:hover,
sidebar:active,
sidebar:focus {
	max-width: 220px;
	overflow: visible;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

sidebar ul.menubar {
	display: block;
	margin: 10px 0;
	width: 220px;
}
sidebar ul.menubar li {
	width: auto;
	max-width: 100%;
	padding: 0;
	margin:0;
	text-align: left;
	border-bottom: 1px solid #ebeaea;
	list-style-type: none;
}
sidebar ul.menubar li a {
	padding-top: 5px;
	line-height: 45px;
	display: block;
	padding-left: 10px;
	color: #999;
	font-weight: 200;
	transition: .25s ease;
	-moz-transition: .25s ease;
	-webkit-transition: .25s ease;
}


sidebar ul.menubar li a:hover {
	color: #999;
	background: rgba(0,0,0,.1);
}

sidebar ul.menubar ul {
	display: none;
	position: absolute;
	left: 220px;
	z-index: 9999;
	width: 220px;
	margin-top: -60px;
	border: 10px solid rgba(255,255,255,.5);
	border-left: none;
}

sidebar ul.menubar ul.selected {
	display: block;
	position: relative;
	left: auto;
	margin-top: 0;
	margin: 0 4px;
	border: none;
	background-color: #FFF;
	width: auto;
}

sidebar ul.menubar li:hover > ul {
	display: block;
}

sidebar ul.menubar li.selected a,
sidebar ul.menubar li.selected a:hover {
	background: rgba(50,100,150,.5);
	color: #FFF;
}

sidebar ul.menubar li.selected ul a {
	background: #FFF;
	color: #999;
}

sidebar ul.menubar ul li {
	border-bottom: none;
	background: #f5f5f5;
}

sidebar ul.menubar ul li a {
	height: 45px;
	display: block;
	padding-left: 10px;
	transition: .25s ease;
	-moz-transition: .25s ease;
	-webkit-transition: .25s ease;
}

sidebar ul.menubar li.selected li a {
	padding-left: 8px;
}

sidebar ul.menubar li.selected ul a:hover {
	background: rgba(0,0,0,.1);
	color: #999;
	transition: .25s ease;
	-moz-transition: .25s ease;
	-webkit-transition: .25s ease;
}

sidebar ul.menubar ul li.selected a,
sidebar ul.menubar ul li.selected a:hover {
	background: rgba(50,100,150,.2);
	color: #FFF;
	transition: .25s ease;
	-moz-transition: .25s ease;
	-webkit-transition: .25s ease;

}

sidebar .icon {
  float: left;
}

.showhide {
	cursor: pointer;
}


sidebar li a span {
    margin: 8px 20px 0 0;
	width: 25px;
	height: 25px;
	display: block;
    background-repeat: no-repeat;

}

sidebar li a span.crm {
    background-image: url( images/icons/icon-crm-sidebar.png );
}

sidebar li a span.reports {
    background-image: url( images/icons/icon-reports-sidebar.png );
}

sidebar li a span.usage-reports {
    background-image: url( images/icons/icon-usage-sidebar.png );
}

sidebar li a span.reports-custom {
    background-image: url( images/icons/icon-reports-edit-sidebar.png );
}

sidebar li a span.reports-build {
    background-image: url( images/icons/icon-reports-add-sidebar.png );
}

sidebar li a span.payments {
    background-image: url( images/icons/icon-money-sidebar.png );
}

sidebar li a span.dashboard {
    background-image: url( images/icons/icon-dashboard-sidebar.png );
}

sidebar li a span.store {
    background-image: url( images/icons/icon-cart-sidebar.png );
}

sidebar li a span.website {
    background-image: url( images/icons/icon-website-management-sidebar.png );
}

sidebar li a span.pages {
    background-image: url( images/icons/icon-pages-sidebar.png );
}

sidebar li a span.faq {
    background-image: url( images/icons/icon-faq-sidebar.png );
}

sidebar li a span.admin {
    background-image: url( images/icons/icon-admin-sidebar.png );
}

sidebar li li a span.posts {
    background-image: url( images/icons/icon-blog-sidebar.png );
}

sidebar li li a span.pages {
    background-image: url( images/icons/icon-pages-sidebar.png );
}

sidebar li li a span.tracking {
    background-image: url( images/icons/icon-tracking-sidebar.png );
}

sidebar li li a span.domains {
    background-image: url( images/icons/icon-domains-sidebar.png );
}

sidebar li li a span.redirect {
    background-image: url( images/icons/icon-redirect-sidebar.png );
}

sidebar li li a span.upload {
    background-image: url( images/icons/icon-upload-sidebar.png );
}

sidebar li li a span.settings {
    background-image: url( images/icons/icon-settings-sidebar.png );
}

sidebar li li a span.admin-users {
    background-image: url( images/icons/icon-users-sidebar.png );
}

sidebar li li a span.admin-accounts {
    background-image: url( images/icons/icon-accounts-sidebar.png );
}

sidebar li a span.project-manager {
    background-image: url( images/icons/icon-tasks-sidebar.png );
}

sidebar li ul.selected li a span,
sidebar li a span {
	background-position: right top;
}

sidebar li ul.selected a span,
sidebar li ul.selected li.selected a span,
sidebar li.selected a span {
	background-position: left top;
}

sidebar .alert {
	background: #e2442d;
	padding: 2px 9px 0;
	float: right;
	font-size: 14px;
	line-height: 25px;
	color: #FFF;
	margin: 9px 5px 0 0;
  	-moz-border-radius: 2px;
  	-webkit-border-radius: 2px;
  	-o-border-radius: 2px;
  	-khtml-border-radius: 2px;
  	border-radius: 2px;
}





/* =Navigation *
 ________________________________________________________________________________________________ */
div.sublinks {

}
div.sublinks ul,
div.sublinks li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.sublinks li {
	display: inline-block;
	vertical-align: middle;
}
div.sublinks li a {
	display: block;
	color: #666;
	background: none;
	font-size: 12px;
	line-height: 12px;
	cursor: pointer;
	padding: 8px 10px;
	margin: 0 8px;
	transition: .25s ease;
	-moz-transition: .25s ease;
	-webkit-transition: .25s ease;
    text-transform: uppercase;
}

div.sublinks li a:hover {
	color: #333;
	background: #ccc;
	transition: .25s ease;
	-moz-transition: .25s ease;
	-webkit-transition: .25s ease;
}
div.sublinks li a:focus,
div.sublinks li a:active {
	color: #000;
    background: #eee;
}
div.sublinks li a.selected {
	background: #333;
	color: #FFF;
}

div.sublinks li a.back {
	background: url(images/icons/icon-back-blue.png) no-repeat left center;
	line-height: 0;
	width: 22px;
	padding: 0;
	height: 18px;
	margin-right: 25px;
}

div.sublinks li a.new {
	background: url(images/icons/icon-new-blue.png) no-repeat left center;
	line-height: 0;
	width: 22px;
	padding: 0;
	height: 18px;
	margin-right: 25px;
}

div.sublinks li.separator {
	color: #bbc;
	font-weight: normal;
	font-size: 14px;
}

div.sublinks li.button a {
	border: 1px solid #5fb001;
    border-bottom: 3px solid #5fb001;
	background-color: #6ec903;
    color: #FFF;
    font-weight: 200;
	padding: 6px 20px 6px;
	font-size: 13px;
}

div.sublinks li.button a:hover {
	background-color: #78dc03;
}

div.sublinks li.button a:active,
div.sublinks li.button a:focus {
	background-color: #5fb001;
}

div.sublinks li a.icon,
div.sublinks li a.icon:hover,
div.sublinks li a.icon:active,
div.sublinks li a.icon:focus {
    height: 28px;
    width: 28px;
    padding: 0;
    background-color: none;
    background-repeat: no-repeat;
    background-size: 28px 28px;
}


div.page-nav {
	display: block;
	position: relative;
	padding: 0;
	max-width: 100%;
	float: left;
}
div.page-nav ul,
div.page-nav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.page-nav li {
	float: left;
}
div.page-nav li a {
	font-size: 13px;
	line-height: 40px;
	cursor: pointer;
	padding: 4px 10px;
	margin: 0 8px;
	color: #666;
}
div.page-nav li a:hover {
	color: #FFF;
	background: #ccc;
	transition: .25s ease;
	-moz-transition: .25s ease;
	-webkit-transition: .25s ease;
}
div.page-nav li a.selected {
	background: #333;
	color: #FFF;
}
div.page-nav li.separator {
	color: #bbc;
	font-weight: normal;
	font-size: 14px;
	line-height: 35px;
	padding: 0 10px;
}

div.page-nav .button,
div.page-nav a.button,
div.page-nav input[type=submit] {
	border: 1px solid #6db814;
	background-color: #86d628;
	color: #FFF;
	font-size: 16px;
	line-height: 16px;
	padding: 10px 20px;
}
div.page-nav .button:hover,
div.page-nav a.button:hover,
div.page-nav input[type=submit]:hover {
	background-color: #75c11c;
    border: 1px solid #5d9e10;
}
div.page-nav .button:active,
div.page-nav a.button:active,
div.page-nav input[type=submit]:active,
div.page-nav .button:focus,
div.page-nav a.button:focus,
div.page-nav input[type=submit]:focus {
	background-color: #62a612;
    border: 1px solid #47790c;
}

div.page-nav select {
    margin: 0;
	font-size: 12px;
	line-height: 18px;
	padding: 5px 12px;
	background: #FFF url(images/form/select.png) no-repeat right;
}
div.page-nav input[type=submit] {
    line-height: 28px;
    margin: 0 10px;
	padding: 0 35px;
    font-size: 14px;
}

div.nav-numbering {
	background: #FFF;
	border: 1px solid #ccc;
	margin-top: 15px;
}
div.nav-numbering ul,
div.nav-numbering li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.nav-numbering li {
	border: none;
	float: left;
}
div.nav-numbering li a {
	color: #666;
	display: block;
	cursor: pointer;
	line-height: 28px;
	font-size: 13px;
	padding: 0 10px;
	border-right: 1px solid #ccc;
	transition: .25s ease;
	-moz-transition: .25s ease;
	-webkit-transition: .25s ease;
}
div.nav-numbering li a:hover {
	background: #7D3D94;
	color: #FFF;
	transition: .25s ease;
	-moz-transition: .25s ease;
	-webkit-transition: .25s ease;
}
div.nav-numbering li a.space:hover {
	color: #666;
	background: none;
	cursor: normal;
}
div.nav-numbering li a.selected {
	background: #333;
	color: #FFF;	
}



/* =Content *
 ________________________________________________________________________________________________ */


h1 {
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
	color: #369;
	letter-spacing: 1px;
}
h2 {
	font-size: 24px;
	line-height: 30px;
    color: #000;
    font-weight: normal;
}
h3 {
  font-size: 16px;
  color: #25528e;
  padding: 20px 0 15px 0;
}

content {
	margin-left: 70px;
	font-size: 15px;
	display: block;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

content a.small {
  font-size: 15px;
}

content wrapper {
	position: relative;
	display: block;
}

content .breadcrumbs {
	background: #FFF url(images/icons/house.png) no-repeat 15px 8px;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	padding: 2px 0 0 40px;
	display: none;
}
content div.breadcrumbs ul {
	list-style-type: none;
}
content .breadcrumbs ul li {
	margin: 0;
	padding: 2px 10px 0;
	line-height: 25px;
	display: inline-block;
}

content div.breadcrumbs a {
	color: #666;
}

content div.page-title {
	background: rgba(255,255,255,.5);
	padding: 8px 0 8px 20px;
	margin: 0 25px;
	width: auto;
}
content div.page-title img {
	margin: 0 20px 0 0;
	max-height: 50px;
	width: auto;
}
content div.page-title .small {
	letter-spacing: 1px;
	font-size: 12px;
	font-weight: 200;
	color: #333;
}
content .small {
	color: #949494;
}
content div.container-title {
	color: #FFF;
	background: #7D3D94;
	padding: 4px 20px 0;
	line-height: 60px;
	font-size: 24px;
}
content div.container {
	background: #FFF;
	font-size: 16px;
	margin: 20px;
	overflow: hidden;
}

content div.container.container20p {
    float: left;
    width: 25%;
    max-width: 100%;
    margin: 0;
}

content div.container.container70p {
    margin: 0;
    float: left;
    width: 75%;
    max-width: 100%;
}

content div.container.border {
	border: 2px solid #336699;
}
content div.container.nobackground {
	box-shadow: none;
	background: none;
}

content div.normal {
  padding: 0 2%;
  width: 90%;
}
content div.container.blank {
	background: none;
	box-shadow: none;
}

content div.container .container {
    width: auto;
    max-width: 100%;
    box-shadow: none;
}

content div.container .box-links {
	
}

content div.container .box-links a {
	display: block;
	float: left;
	color: #FFF;
	background: #336699;
	font-size: 16px;
	width: 110px;
	text-align: left;
	text-transform: uppercase;
	margin: 8px;
	padding: 95px 15px 15px;
	transition: .25s ease;
	-moz-transition: .25s ease;
	-webkit-transition: .25s ease;
}
content div.container .box-links a:hover {
	background: #07519c;
	transition: .25s ease;
	-moz-transition: .25s ease;
	-webkit-transition: .25s ease;
}
content div.container .box-links a:active,
content div.container .box-links a:focus {
	background: #063d74;
	transition: .25s ease;
	-moz-transition: .25s ease;
	-webkit-transition: .25s ease;
}

content div.container div.title {
	background: #366797;
	padding: 12px 20px;
	color: #FFF;
	line-height: 26px;
	font-size: 26px;
	letter-spacing: 1px;
	margin: 0;
	font-weight: 100;
}

content div.container div.title.grey {
	background: #ececec;
	color: #777;
}

content div.container div.title a.back {
	background: url(images/icons/icon-back-white.png) no-repeat left center;
	width: 22px;
	height: 26px;
	display: inline-block;
	margin: 0 25px 0 0;
	border: none;
	padding: 0;
	vertical-align: middle;
}


content div.title a {
	display: inline-block;
	margin-top: 6px;
	color: #FFF;
	font-size: 13px;
	padding: 0 20px;
	line-height: 20px;
	transition: .25s ease;
	-moz-transition: .25s ease;
	-webkit-transition: .25s ease;
	border: 1px dashed #FFF;
}
content div.title a:hover {
	background: #FFF;
	color: #336699;
	transition: .25s ease;
	-moz-transition: .25s ease;
	-webkit-transition: .25s ease;
}

content div.title a.new {
	background-image: url(images/icons/icon-plus-white.png);
    background-repeat: no-repeat;
    background-position: center center;
	height: 30px;
	width: 26px;
	margin: 0 5px;
	display: inline-block;
	border: none;
}

content a.button.new {
	background-image: url(images/icons/icon-plus-white.png);
    background-repeat: no-repeat;
    background-position: 5% center;
}

content div.container div.content {
	border: 2px solid #336699;
	padding: 20px;
}

content div.container div.content.noborder {
	border: none;
}

content div.container div.content.nopadding,
content div.container div.content.padding0 {
    padding: 0;
}

content div.container div.contentRow a:hover,
content div.container div.contentRow a {
  color: #000;
  text-decoration: none;
}

content div.container div.contentRowNone {
  width: 96%;
  padding: 12px 2%;
  background: none;
}

content div.container div.titleRow {
}

content div.container div.contentRowDark {
  background: #dedede;
  border-bottom: #afafaf solid 1px;
  width: 96%;
  padding: 12px 2%;
}
content div.container div.contentRowLight {
  background: #fafafa;
  border-bottom: #afafaf solid 1px;
  width: 96%;
  padding: 12px 2%;
}

content div.container div.contentRow {
  min-height: 15px;
}

content div.container div.contentRow:hover {
  background: #fdedee;
}

content div.container div.contentRow div {
  float: left;
  padding: 0 20px;
}

content div.container div.footer {
	background: #336699;
	padding: 12px 20px 8px;
	color: #FFF;
	font-size: 19px;
}
content div.container div.footer a {
	color: #FFF;
	font-size: 13px;
	padding: 5px 20px;
	transition: .25s ease;
	-moz-transition: .25s ease;
	-webkit-transition: .25s ease;
	border: 1px dashed #FFF;
}
content div.container div.footer a:hover {
	background: #FFF;
	color: #336699;
	transition: .25s ease;
	-moz-transition: .25s ease;
	-webkit-transition: .25s ease;
}


content div.container div.indent {
  margin: 20px 0 0 20px;
  font-size: 17px;
}

content div.error1 {
  width: 100%;
  border: #e2442d solid 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  color: #000;
  font-size: 15px;
  background: #fee2de;
  padding: 15px;
  width: 100%;
}
content div.error1 h1 {
  color: #e2442d;
  font-size: 24px;
  border: none;
  background: none;
  padding: 0;
  margin: 0 0 8px;
}

content div.error2 {
  width: 100%;
  border: #ffc867 solid 2px;
  	-moz-border-radius: 2px;
  	-webkit-border-radius: 2px;
  	-o-border-radius: 2px;
  	-khtml-border-radius: 2px;
  	border-radius: 2px;
   color: #000;
   font-size: 15px;
  background: #fcf6c7;
  display: none;
}
content div.error2 h1 {
  color: #e2442d;
  font-size: 24px;
}
content .message,
content div.error {
	font-size: 15px;
	position: fixed;
    z-index: 999999999;
	bottom: 25px;
	left: 25px;
	max-width: 100%;
    min-width: 200px;
}
content .message div {
	background: #FFF;
    margin-top: 10px;
	border: #336699 solid 2px;
	padding: 0 30px;
    width: auto;
    max-width: 100%;
	color: #336699;
    display: none;
    line-height: 40px;
    border-radius: 10px;
}

content div.error div {
	font-size: 18px;
	background: #FFF;
    margin-top: 10px;
	border: #F00 solid 2px;
	padding: 0 30px;
    width: auto;
    max-width: 100%;
	color: #F00;
    display: none;
    line-height: 40px;
    border-radius: 2px;
}

content div.block {
	min-height: 110px;
	min-width: 110px;
	max-width: 120px;
	padding: 30px;
	margin: 20px;
	color: #FFF;
	background: rgb(50,100,150);
	float: left;
	font-size: 24px;
	text-align: center;
	cursor: pointer;
}
content div.block:hover {
	background: rgba(50,100,150,.9);
}

content div.icon,
content a.icon {
	height: 25px;
	width: 25px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	margin-right: 8px;
    background-size: 25px 25px;
}

content div.icon.hours,
content a.icon.hours {
	background-image: url(images/icons/icon-circle-hours.png);
}

content div.icon.tasks,
content a.icon.tasks {
	background-image: url(images/icons/icon-circle-tasks.png);
}

content div.icon.edit,
content a.icon.edit {
    background-image: url(images/icons/icon-circle-edit.png);
}

content div.icon.close,
content a.icon.close,
content div.icon.delete,
content a.icon.delete {
	background-image: url(images/icons/icon-circle-close.png);
}

content div.icon.check,
content a.icon.check {
	background-image: url(images/icons/icon-content-check.png);
}

content div.icon.upload,
content a.icon.upload {
    background-image: url(images/icons/icon-circle-upload.png);
}

content div.icon.download,
content a.icon.download {
    background-image: url(images/icons/icon-circle-download.png);
}

content div.icon.actions,
content a.icon.actions {
    background-image: url(images/icons/icon-actions-circle.png);
}







/* =Tables *
 ________________________________________________________________________________________________ */
content div.table {
	background: #FFF;
	border: 2px solid #7D3D94;
	overflow: scroll;
	min-width: 100%;
}
content div.table table {
	min-width: 100%;
}
content div.table tr,
content div.table td {
	margin: 0;
	padding: 20px 30px;
	width: auto;
}
content div.table td {
	padding-top: 24px;
}
content div.table tr {
	border-top: 1px solid #FFF;
	border-bottom: #f2d4fd 1px solid;
}

content div.table tr.dark {
	border-top: 1px solid #f9e8ff;
	background: #f9e8ff;
}
content div.table tr:hover {
	background: #f2d4fd;
}
content div.table tr.tableTitle {
	min-width: 100%;
	color: #FFF;
	background: #7D3D94;
	border: none;
	border-bottom: 1px solid #000;
	text-align: left;
	font-size: 20px;
}
content div.table tr.tableTitle td {
	white-space:nowrap;
}

content table {
	width: 100%;
	vertical-align: middle;
}
content table.border {
	border: 2px solid #336699;
}

content table tr th {
	background: #94adc7;
	padding: 0 20px;
	line-height: 32px;
	color: #FFF;
	font-size: 15px;
	text-transform: uppercase;
}

content table tr th.dark {
	background: #000;
	border-top: 1px solid #FFF;
}

content table tr th a,
content table tr th .alink {
	color: #FFF;
	display: inline-block;
}
content table tr.product-status-unchecked {
	background: rgba( 210,38,38,0.2 );
}
content table tr.product-status-ordered {
	background: rgba( 75,200,30,0.2 );
}

content table tr:hover {
	background: #e0eefc;
	transition: .25s ease;
	-moz-transition: .25s ease;
	-webkit-transition: .25s ease;
}
content table tr td {
	padding: 10px 10px 10px 20px;
	line-height: 40px;
	padding-left: 20px;
}
content table tr.border {
	border-bottom: 1px solid #eee;
}
content table tr td .links {
	padding: 0 15px;
	font-size: 13px;
	min-height: 8px;
}
content table tr td .links a {
	display: none;
	margin-top: -15px;
}
content table tr:hover td {
}
content table tr:hover td .links a {
	display: block;
}
content table tr:hover td .links {
	display: inline-block;
	padding: 0 30px 0 0 ;
	font-size: 13px;
}
content table.table-clear {
	border: none;
	background: none;
}
content table.table-form tr td {
	padding: 10px;
	line-height: 30px;
}



/* =Tabs for Containers Taking up Percentages of the Browser *
 ________________________________________________________________________________________________ */
.tabs {
}

.tabs div.title {
	background: #336699;
	color: #FFF;
	font-size: 19px;
}
.tabs div.title a {
	line-height: 45px;
	padding: 0 25px;
}
.tabs div.content {
	padding: 0 15px 0;
}
.tabs .tab {
	background: none;
	border: none;
	float: left;
}
.tabs .tabr {
	float: right;
}
.tabs .tab33 {
	width: 35%;
}
.tabs .tab66 {
	width: 65%;
}



/* =Tabs for Tabbed Containers *
 ________________________________________________________________________________________________ */

div.tabs ul,
div.tabs ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;

}

div.tabs ul {
	display: block;
	float: none;
	background: #94adc7;
	padding: 0 10px;

}

div.tabs ul.title,
div.tabs ul.dark {
	background: #336699;
}

div.tabs ul li {
	display: inline-block;
	margin: 10px 5px 0;

}

div.tabs ul li:first-child {
	margin-left: 0;
	
}

div.tabs ul li a {
	display: block;
	float: none;
	background: rgba(255,255,255,.15);
	color: #FFF;
	padding: 8px 20px;
	font-size: 13px;
	line-height: 13px;
	transition: .25s ease;
	-moz-transition: .25s ease;
	-webkit-transition: .25s ease;

}

div.tabs ul li a span.count {
	font-size: 11px;
	line-height: 11px;
	font-weigth: 200;
	color: #FFF;
	background-color: rgba(50,100,150,.4);
	border-radius: 15px;
	padding: 2px 6px;
	margin-left: 15px;
}


div.tabs ul li a:hover {
	background: rgba(255,255,255,.35);
	color: #FFF;
	transition: .25s ease;
	-moz-transition: .25s ease;
	-webkit-transition: .25s ease;

}

div.tabs ul li a:active,
div.tabs ul li a:focus {
	background: rgba(255,255,255,.50);
	color: #FFF;
	transition: .25s ease;
	-moz-transition: .25s ease;
	-webkit-transition: .25s ease;

}

div.tabs ul li a.selected {
	background: #FFF;
	color: #94adc7;
	transition: .25s ease;
	-moz-transition: .25s ease;
	-webkit-transition: .25s ease;

}

div.tabs ul li a.selected:hover {
	color: #336699;
	background: rgba(255,255,255,.95);

}

div.tabs ul li.button {
	background: #4eaf41 url(images/icons/icon-plus-white.png) no-repeat 7px center;
	display: block;
	float: left;
	padding: 0;
	margin: 6px 15px 6px 0;
}

div.tabs ul li.button a {
	background: rgba(255,255,255,.25);
	margin: 2px;
	color: #FFF;
	font-size: 15px;
	line-height: 15px;
	padding: 4px 30px;
	font-weight: 500;

}

div.tabs ul li.button a:hover {
	background: rgba(255,255,255,.5);
}

div.tabs ul li.button a:active,
div.tabs ul li.button a:focus {
	background: rgba(255,255,255,.05);
}



/* =jQuery 
------------------------------------------------------------------------------------------*/
.jqueryPopup {
  z-index: 102;
  position: fixed;
}
.jqueryPopupBackground {
  position: fixed;
  background: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
.jqueryPopupForm {
	z-index: 101;
	position: fixed;
	top: 0;
	left: 0;
	height: 75px;
	background: #000;
	color: #FFF;
	padding: 5px;
}
.jqueryPopupForm div {
	margin: 25px 20px 0;
}
.jqueryPopupForm .submit {
	margin: 20px 0 0 20px;
}
.jqueryPopupClose {
  position: fixed;
  background: #2e2e2e;
  top: 20px;
  right: 20px;
  color: #FFF;
  z-index: 101;
  cursor: pointer;
  padding: 12px 40px 8px;
  border: 3px solid #2e2e2e;
}
.jqueryPopupClose:hover {
  background: #3b3b3b;
  border: 3px solid #2e2e2e;
}
.jqueryPopupClose:active {
  background: #4b4c4c;
  border: 3px solid #F00;
}
p.small {
  font-size: 13px;
}


#dropbox,
form.dropzone {
	position: relative;
	margin: 20px auto;
	min-height: 290px;
	overflow: hidden;
	padding-bottom: 40px;
	width: auto;
    max-width: 100%;
	border: 1px solid #ccc;
	background: #FFF;
	display: block;

}
#dropbox .text,
form.dropzone .dz-message {
	font-size: 40px;
    text-align: center;
    padding-top: 100px;
	padding-bottom: 25px;
    display: block;
	color: #336699;
}
form.dropzone .dz-success,
form.dropzone .dz-processing {
	display: inline-block;
	width: auto;
	max-width: 33%;
	padding: 10px;
	border: 1px solid rgba(240,240,240,1);
	margin: 20px;
}

.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
	opacity: 0;
}

.dropzone .dz-preview.dz-error .dz-error-mark {
	opacity: 1;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
	opacity: 1;
}

.popup .dropzone {
    min-width: 550px;
}

#dropbox .text i{
	color:#ccc;
	font-size:15px;
}
#dropbox:before{
	border-radius:3px 3px 0 0;
}
#dropbox .preview{
	width:245px;
	height: 215px;
	float:left;
	margin: 55px 0 0 60px;
	position: relative;
	text-align: center;
}

#dropbox .preview img{
	max-width: 240px;
	max-height:180px;
	border:3px solid #fff;
	display: block;
	
	box-shadow:0 0 2px #000;
}

#dropbox .imageHolder{
	display: inline-block;
	position:relative;
}

#dropbox .uploaded{
	position: absolute;
	top:0;
	left:0;
	height:100%;
	width: auto;
	background: url('../img/done.png') no-repeat center center rgba(255,255,255,0.5);
	display: none;
}

#dropbox .preview.done .uploaded{
	display: block;
}
#dropbox .progressHolder{
	position: absolute;
	background-color:#252f38;
	height:12px;
	width:100%;
	left:0;
	bottom: 0;
	
	box-shadow:0 0 2px #000;
}

#dropbox .progress{
	background-color:#2586d0;
	position: absolute;
	height:100%;
	left:0;
	width:0;
	
	box-shadow: 0 0 1px rgba(255, 255, 255, 0.4) inset;
	
	-moz-transition:0.25s;
	-webkit-transition:0.25s;
	-o-transition:0.25s;
	transition:0.25s;
}

#dropbox .preview.done .progress{
	width:100% !important;
}



div.search {
	width: 40%;
}
.search input[type=submit] {
	float: right;
	padding: 0 25px;
	margin: -38px 0 0 2px;
	border-bottom: none;
	background: #336699;
}



#map-google img {
    max-width: none !important;
}



/*  =Input Search  *
------------------------------------------------------------------------------------------*/
div.inputsearch {
	border: 2px solid #336699;
	background: #FFF;
	margin-top: -2px;
	display: none;
	position: absolute;
}
div.inputsearch .result {
	color: #336699;
	font-weight: bold;
	padding: 5px 15px;
	cursor: pointer;
}
div.inputsearch .result:hover {
	background: #e0eefc;
	transition: .25s ease;
	-moz-transition: .25s ease;
	-webkit-transition: .25s ease;
}



/*  =Navigation  *
 ------------------------------------------------------------------------------------------*/

div.sub-navigation {
	float: left;
	padding: 10px 0;
}
div.sub-navigation ul {
	list-style-type: none;
	margin-left: 60px;
}
div.sub-navigation ul li {
	margin: 0;
	padding: 10px 20px 2px;
	line-height: 25px;
	display: inline-block;
	color: #c57cdf;
}




/*	=wrapper-thread - jQuery Sidebar Updates Thread
	=thread
------------------------------------------------------------------------------------------*/
.wrapper-thread .sidebar {
	width: 250px;
	position: absolute;
	display: block;
	cursor: pointer;
	border-right: 1px solid #336699;
}

.wrapper-thread .thread {
	width: auto;
	max-width: 100%;
	margin-left: 250px;
}

.wrapper-thread .sidebar ul,
.wrapper-thread .sidebar li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.wrapper-thread .sidebar ul {
	padding-top: 10px;
	background: #FFF;
}

.wrapper-thread .sidebar li a {
	display: block;
	padding: 10px;
	max-width: 100%;
	border: 1px solid #FFF;
	border-right: none;
	border-left: none;
	color: #336699;
	font-size: 14px;
}

.wrapper-thread .sidebar li a:hover {
	background: #eaeff5;
	color: #336699;
}


.wrapper-thread .sidebar li a.selected {
	background: #336699;
	border: 1px solid #336699;
	border-right: none;
	border-left: none;
	color: #FFF;
}


.wrapper-thread .thread {

}

.wrapper-thread .thread .entry-header {
	background: #FFF;
	max-width: 100%;
	padding: 15px;
    color: #999;
    font-size: 13px;
    line-height: 30px;
}

.wrapper-thread .thread .entry-header a,
.wrapper-thread .thread .entry-header label {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px 30px;
    height: 30px;
    width: 30px;
    padding: 0;
    margin: 0 3px;
    cursor: pointer;
    vertical-align: middle;
}

.wrapper-thread .thread .entry-header a span.info,
.wrapper-thread .thread .entry-header label span.info {
    margin-top: 32px;
}

.wrapper-thread .thread .entry-header a.comment,
.wrapper-thread .thread .entry-header label.comment {
    background-image: url(/z_admin/z_content/default/images/icons/icon-circle-comment.png);
}
.wrapper-thread .thread .entry-header a.upload,
.wrapper-thread .thread .entry-header label.upload {
    background-image: url(/z_admin/z_content/default/images/icons/icon-circle-upload.png);
}
.wrapper-thread .thread .entry-header a.share,
.wrapper-thread .thread .entry-header label.share {
    background-image: url(/z_admin/z_content/default/images/icons/icon-circle-share.png);
}
.wrapper-thread .thread .entry-header a.tasks {
    background-image: url(/z_admin/z_content/default/images/icons/icon-circle-tasks.png);
}
.wrapper-thread .thread .entry-header a.files {
    background-image: url(/z_admin/z_content/default/images/icons/icon-circle-files.png);
}


.wrapper-thread .thread .footer {
	background: #FFF;
	color: #333;
	padding: 15px;
	font-size: 12px;
	margin: 0 15px;
}

.wrapper-thread .thread .footer input {
	margin-top: 5px;
	border: 1px solid rgba(230,230,230,1);
}




/* =Messages *
------------------------------------------------------------------------------------------*/
.messages-wrapper {}
.messages-wrapper div.container div.title {
	padding: 0;
}
.messages-wrapper .sidebar {
	width: 275px;
	position: absolute;
	display: block;
	cursor: pointer;
}
.messages-wrapper .sidebar div.search {
	width: 100%;
	text-align: center;
}
.messages-wrapper .sidebar .inputsearch {
	color: #666;
	margin: 5px;
}
.messages-wrapper .sidebar ul,
.messages-wrapper .sidebar li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	position: relative;
}
.messages-wrapper .sidebar li {
	cursor: pointer;
	background: #FFF:
	padding: 15px;
	border-bottom: solid #a9a9a9 1px;
	clear: both;
	padding: 12px 10px;
}
.messages-wrapper .sidebar li img {
	float: left;
	width: 40px;
	height: 40px;
	border: 1px solid #FFF;
	margin-right: 15px;
}
.messages-wrapper .sidebar li div.left {
	color: #336699;
	font-size: 14px;
}
.messages-wrapper .sidebar li div.left div.left {
	max-width: 120px;
	width: 120px;
	overflow: hidden;
	margin-right: 20px;
}
.messages-wrapper .sidebar li div.small {
	color: #666666;
	font-size: 14px;
}
.messages-wrapper .sidebar li div.right {
	color: #a9a9a9;
	font-size: 10px;
	max-width: 50px;
	max-height: 12px;
	margin-top: 4px;
	overflow: hidden;
}

.messages-wrapper .sidebar li.highlight {
	background: #e9f2fa;
	transition: .25s ease;
	-moz-transition: .25s ease;
	-webkit-transition: .25s ease;
}
.messages-wrapper .sidebar li:hover {
	cursor: pointer;
	background: #ddd;
	transition: .25s ease;
	-moz-transition: .25s ease;
	-webkit-transition: .25s ease;
}
.messages-wrapper .sidebar li.selected {
	background: #336699;
}
.messages-wrapper .sidebar li.selected a,
.messages-wrapper .sidebar li.selected div.left,
.messages-wrapper .sidebar li.selected div.small {
	color: #FFF;
}

.messages-wrapper .thread {
	margin-left: 275px;
	border-left: 2px solid #336699;
}
.messages-wrapper .thread ul,
.messages-wrapper .thread li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.messages-wrapper .thread div.header {
	padding: 35px 20px;
	font-size: 20px;
	color: #333;
	border-bottom: 2px solid #336699;
}
.messages-wrapper .thread div.header .subject {
	float: left;
}
.messages-wrapper .thread div.header .buttons {
	float: right;
}
.messages-wrapper .thread div.header .buttons div {
	float: left;
	margin: 0 5px;
}
.messages-wrapper .thread div.header .buttons div.reply a {
	display: block;
	background: url(images/icons/ico-reply-25x25.gif) no-repeat top;
	height: 25px;
	width: 25px;
}
.messages-wrapper .thread div.header .buttons div.reply a:hover {
	background-position: middle;
}
.messages-wrapper .thread div.header .buttons div.reply a:active {
	background-position: bottom;
}

.messages-wrapper .thread div.header .buttons div.forward a {
	display: block;
	background: url(images/icons/ico-forward-25x25.gif) no-repeat top;
	height: 25px;
	width: 25px;
}
.messages-wrapper .thread div.header .buttons div.forward a:hover {
	background-position: middle;
}
.messages-wrapper .thread div.header .buttons div.forward a:active {
	background-position: bottom;
}

.messages-wrapper .thread div.header .buttons div.spam a {
	display: block;
	background: url(images/icons/ico-spam-25x25.gif) no-repeat top;
	height: 25px;
	width: 25px;
}
.messages-wrapper .thread div.header .buttons div.spam a:hover {
	background-position: middle;
}
.messages-wrapper .thread div.header .buttons div.spam a:active {
	background-position: bottom;
}

.messages-wrapper .thread div.header .buttons div.folder a {
	display: block;
	background: url(images/icons/ico-folders-25x25.gif) no-repeat top;
	height: 25px;
	width: 25px;
}
.messages-wrapper .thread div.header .buttons div.folder a:hover {
	background-position: middle;
}
.messages-wrapper .thread div.header .buttons div.folder a:active {
	background-position: bottom;
}

.messages-wrapper .thread div.header .buttons div.trash a {
	display: block;
	background: url(images/icons/ico-trash-25x25.gif) no-repeat top;
	height: 25px;
	width: 25px;
}
.messages-wrapper .thread div.header .buttons div.trash a:hover {
	background-position: middle;
}
.messages-wrapper .thread div.header .buttons div.trash a:active {
	background-position: bottom;
}

.messages-wrapper .thread div.header .actions {
	padding-left: 100px;
}


.messages-wrapper .thread div.content div.header {
	padding: 20px;
	border-bottom: 1px solid #a9a9a9;
	color: #a9a9a9;
	font-size: 13px;
}
.messages-wrapper .thread div.content div.header img {
	height: 20px;
	width: 20px;
	float: left;
}
.messages-wrapper .thread div.content div.header div.username {
	float: left;
	color: #666666;
	font-size: 15px;
}
.messages-wrapper .thread div.content {
	font-size: 15px;
	color: #555;
	border: 0;
	padding: 0;
	border-bottom: 1px solid #a9a9a9;
	overflow: scroll;
	max-height: 400px;
}

.messages-wrapper .thread div.content li.header {
	border-bottom: 1px solid #a9a9a9;
	padding: 15px;
}

.messages-wrapper .thread div.content li.content {
	border-bottom: 1px solid #a9a9a9;
	padding: 15px 15px 45px 15px;
}

.messages-wrapper .thread div.footer {
	border-top: none;
	padding: 15px;
}
.messages-wrapper .thread div.footer img {
	float: left;
	margin-right: 15px;
	height: 20px;
	width: 20px;
}
.messages-wrapper .thread div.footer textarea {
	float: right;
}



/*  =Project with Sidebar Selector  *
------------------------------------------------------------------------------------------------ */





/*  =Plugin with Sidebar Selector  *
------------------------------------------------------------------------------------------------ */

.projects.all {
}

.projects.all .project {
	transition: .25s ease;
	-moz-transition: .25s ease;
	-webkit-transition: .25s ease;
    padding: 10px 5px;
    margin: 0 10px;
    border-bottom: rgba(240,240,240,.8) 1px solid;
}

.projects.all .project:last-child {
    border: none;
}

.projects.all .project.color {
    background-color: rgba(250,250,250,.8);
}

.projects.all .project:hover {
    background-color: rgba(50,102,150,.05);
	transition: .25s ease;
	-moz-transition: .25s ease;
	-webkit-transition: .25s ease;
}

.projects.all .project div.admin {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 14%;
    max-width: 14%;
}

.projects.all .project div.admin div.title {
    float: none;
    background: #FFF;
    width: auto;
    padding: 0;
    margin: 0;
}

.projects.all .project div.admin div.title a {
    color: #336699;
    padding: 0;
    margin: 0;
    border: none;
    font-size: 16px;
    line-height: 18px;
    font-weight: 100;
    text-align: center;
    padding: 12px 0;
    width: 100%;
    max-width: 100%;
}

.projects.all .project div.admin div.title a:hover {
    background-color: #336699;
    color: #FFF;
}

.projects.all .project div.options {
    margin: 0 0 0 2%;
    padding: 0;
    display: inline-block;
    height: 30px;
    vertical-align: middle;
}

.projects.all .project div.options a {
    height: 30px;
    width: 30px;
    display: inline-block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 2px;
    background-size: 25px 25px;
}

.projects.all .project div.options a span.info {
    margin-top: 34px;
}

.projects.all .project div.options a.edit {
    background-image: url(/z_admin/z_content/default/images/icons/icon-circle-edit.png);
}
.projects.all .project div.options a.tasks {
    background-image: url(/z_admin/z_content/default/images/icons/icon-circle-tasks.png);
}
.projects.all .project div.options a.tasks-add {
    background-image: url(/z_admin/z_content/default/images/icons/icon-circle-plus.png);
}
.projects.all .project div.options a.timeline {
    background-image: url(/z_admin/z_content/default/images/icons/icon-circle-wall.png);
}
.projects.all .project div.options a.actions {
    background-image: url(/z_admin/z_content/default/images/icons/icon-actions-circle.png);
}
.projects.all .project div.options a.hours {
    background-image: url(/z_admin/z_content/default/images/icons/icon-circle-hours.png);
}



.projects.all .project div.status {
    display: inline-block;
    width: 45%;
    margin: 0 2%;
    padding: 0 1%;
    max-width: 100%;
    height: 6px;
}

.projects.all .project div.status div.complete {
    background: rgba( 50,255,0,.3 );
    min-height: 4px;
    padding: 0;
    margin: 0 0 0;
    z-index: 2;
    max-width: 100%;
    float: left;
}

.projects.all .project div.status div.incomplete {
    background: rgba( 255,0,0,.3 );
    min-height: 4px;
    padding: 0;
    margin: 0 0 0;
    z-index: 2;
    max-width: 100%;
    float: left;
}

.projects.all .project div.status div.marker {
    background-image: url(/z_admin/z_content/default/images/icons/icon-progress-marker.png);
    background-repeat: no-repeat;
    width: 100%;
    min-height: 35px;
    margin: -21px 0 0;
    z-index: 3;
    float: left;
}


.projects.all .project div.icon {
    width: 4%;
    display: inline-block;
    vertical-align: middle;
}


.projects.all .project div.completion {
    width: 8%;
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    margin: 0;
    padding: 0;
    height: 35px;
    vertical-align: middle;
}




/*  =Timeline  *
------------------------------------------------------------------------------------------------ */

.timeline {
    margin: 15px;
}

.timeline .event {
    border: 1px solid rgba(230,230,230,1);
    background-color: rgba(255,255,255,1);
    color: #333;
    font-size: 12px;
    margin-top: 20px;
    width: 100%;
}

.timeline .event:first-child {
    margin-top: 0;
}

.timeline .event .header {
    padding: 13px;
    color: #999;
    width: auto;
    max-width: 100%;
	background-position: 97% center;
	background-repeat: no-repeat;
}

.timeline .event .header div.title {
	background: none;
	color: #999;
	margin: 0;
	padding: 0;
    font-size: 12px;
	font-weight: 200;
	line-height: 14px;
	letter-spacing: 0;
}

.timeline .event .header div.title a {
    margin: 0;
    padding: 0;
    color: #336699;
    cursor: pointer;
}

.timeline .event .header div.title .user {
    color: #336699;
    font-weight: 500;
    font-size: 14px;
}

.timeline .event .header .time {
    font-size: 11px;
}

.timeline .event .content {
    padding: 15px;
    font-size: 15px;
    padding-top: 5px;
	max-width: 100%;
}

.timeline .event .content.file {
	border: 1px solid rgba(230,230,230,1);
	background-color: rgba(250,250,250,1);
	padding: 15px;
	margin: 15px;
	margin-top: 5px;
}

.timeline .event .actions {

}

.timeline .event .actions ul,
.timeline .event .actions li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.timeline .event .actions ul {
    border-top: solid 1px rgba(230,230,230,1);
    border-bottom: solid 1px rgba(230,230,230,1);
    background-color: rgba(240,240,240,.7);
    width: 100%;
    max-width: 100%;
    padding-left: 5px;
	margin-bottom: 10px;
    overflow: hidden;
}

.timeline .event .actions li {
    display: inline-block;
    margin-left: -5px;
    border-right: solid 1px rgba(230,230,230,1);
}

.timeline .event .actions li a,
.timeline .event .actions li label {
    display: block;
	margin: 0;
    padding: 8px 20px 8px 40px;
    color: #336699;
    cursor: pointer;
}

.timeline .event .actions li a:hover,
.timeline .event .actions li label:hover {
    background-color: rgba(230,230,230,1);
}

.timeline .event .actions li a:active,
.timeline .event .actions li a:focus,
.timeline .event .actions li label:active,
.timeline .event .actions li label:focus {
    background-color: rgba(210,210,210,1);
	color: #FFF;
}


.timeline .event .actions li.comment a,
.timeline .event .actions li.comment label {
	background-image: url(/z_admin/z_content/default/images/icons/icon-comment.png);
	background-repeat: no-repeat;
	background-size: 22.7px 15px;
	background-position: 5px center;
}

.timeline .event .actions li.share a,
.timeline .event .actions li.share label {
	background-image: url(/z_admin/z_content/default/images/icons/icon-share.png);
	background-repeat: no-repeat;
	background-size: 22.7px 15px;
	background-position: 5px center;
}

.timeline .event .actions li.upload {
	margin-left: 0;
}

.timeline .event .actions li.upload a,
.timeline .event .actions li.upload label {
	background-image: url(/z_admin/z_content/default/images/icons/icon-upload.png);
	background-repeat: no-repeat;
	background-size: 22.7px 15px;
	background-position: 5px center;
}


.timeline .event .comments {
    padding: 7px;
	color: #333;
}

.timeline .event .comments hr {
    width: 100%;
	margin: 0;
    margin-top: 16px;
    height: 1px;
    padding: 0;
    border: none;
    background-color: rgba(230,230,230,1);
}

.timeline .event .comment {
    padding: 8px;
}

.timeline .event .comment form input {
    border: 1px solid rgba(210,210,210,1);
}

.timeline .event .comment form input:hover,
.timeline .event .comment form input:active,
.timeline .event .comment form input:focus {
    border: 1px solid #336699;
}

.timeline .event .comments .comment {
	font-size: 14px;
	line-height: 18px;
}

.timeline .event .comments .comment label {
	color: #336699;
	cursor: pointer;
}

.timeline .event .comments .comment a.left {
	max-width: 60px;
	display: block;
	margin-right: 20px;
}

.timeline .event .comments .comment .header {
	padding: 0;
	font-size: 11px;
}

.timeline .event .comments .comment .header a {
    color: #336699;
    font-weight: 500;
    font-size: 13px;
}

.timeline .event .comments .comment a.left img {
	max-width: 35px;
	height: auto;
	margin-top: 7px;
}




/*  =Tracking  *
------------------------------------------------------------------------------------------------ */

.tracking-wrapper {

}
.tracking-wrapper td.detail {
    font-size: 13px;
    padding-bottom: 25px;
}
.tracking-wrapper td.detail .title,
.tracking-wrapper td.detail .title a {
    font-size: 22px;
    background: none;
    color: #336699;
    padding-bottom: none;
    line-height: 32px;
    padding: 0;
}
.tracking-wrapper td.detail div.title.left {
    font-size: 16px;
    font-weight: nomal;
    clear: both;
    line-height: 20px;
    width: 120px;
    margin: 0;
    padding: 0;
    background: url( /prion-media/get/49/ ) no-repeat left center;
    padding-left: 25px;
}
.tracking-wrapper td.detail .small {
    font-size: 12px;
}
.tracking-wrapper td.detail .title .left {
    letter-spacing: 1px;
    font-weight: bold;
}
.tracking-wrapper td.detail .title .left a {
    border: none;
    padding: 0;
    margin: 0;
    margin-top: 3px;
    margin-right: 15px;
}
.tracking-wrapper td.detail .title .right {
    font-size: 12px;
    color: #999;
    line-height: 20px;
    margin-right: 10px;
}
.tracking-wrapper td.detail .title .right a.email {
    background: url( /prion-media/get/43/ ) no-repeat top center;
    display: block;
    height: 30px;
    width: 40px;
    padding: 0;
    margin: 0;
    display: inline-block;
    border: none;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
    margin: 0 8px 0;
}
.tracking-wrapper td.detail .title .right a.email:hover {
    background-position: center center;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}
.tracking-wrapper td.detail .title .right a.email:active {
    background-position: bottom center;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}

.tracking-wrapper td.detail .title .right a.phone {
    background: url( /prion-media/get/45/ ) no-repeat top center;
    display: block;
    height: 30px;
    width: 40px;
    padding: 0;
    margin: 0;
    display: inline-block;
    border: none;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
    margin: 0 8px;
}
.tracking-wrapper td.detail .title .right a.phone:hover {
    background-position: center center;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}
.tracking-wrapper td.detail .title .right a.phone:active {
    background-position: bottom center;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}

.tracking-wrapper td.detail .record-contacted {
    margin-right: 20px;
}
.tracking-wrapper td.detail .record-contacted .title {
    margin: 0;
    padding: 0;
    font-size: 19px;
    line-height: 19px;
    margin-bottom: 15px;
    padding-left: 28px;
    background: url( /prion-media/get/55) left 1px no-repeat;
}
.tracking-wrapper td.detail .record-contacted .small {
    font-size: 13px;
    line-height: 18px;
    color: #666;
    margin: 0;
    padding: 0;
}

.tracking-wrapper td.detail .clock {
    background: url( /prion-media/get/50/ ) no-repeat left center;
    padding-left: 20px;
    margin-top: -25px;
}
.tracking-wrapper td.detail div.title.current-page {
    background: url( /prion-media/get/48/ ) no-repeat left center;
}

.tracking-wrapper a.expand {
    height: 20px;
    width: 20px;
    display: inline-block;
    background: url( /prion-media/get/54 ) no-repeat;
    margin: 3px 20px 0 0;
}
.tracking-wrapper td.detail .title a.contract,
.tracking-wrapper td.detail .title a.contract:hover {
    height: 20px;
    width: 20px;
    line-height: 20px;
    display: inline-block;
    background: url( /prion-media/get/53 ) no-repeat left center;
}




/*  =Dashboard - Ligase
 ________________________________________________________________________________________________ */
.dashboard.ligase {
    max-width: 100%;
    margin: 20px;
    background: #000;
    border-radius: 40px;
    padding: 30px;
}
.dashboard.ligase div.buttons {
    position: absolute;
    display: block;
    margin: 0 15px;
    width: 100px;
}
.dashboard.ligase div.buttons a.large,
.dashboard.ligase div.buttons a.small {
    margin: 8px 0;
    text-align: center;
    display: block;
    width: 95px;
    line-height: 50px;
    color: #fefefe;
    background: url( images/dashboard/dashboard-button-large.jpg ) no-repeat top left;
}
.dashboard.ligase div.buttons a.large.selected,
.dashboard.ligase div.buttons a.small.selected {
    text-align: center;
    display: block;
    width: 95px;
    line-height: 50px;
    background: url( images/dashboard/dashboard-button-large-selected.jpg ) no-repeat top left;
    color: #3ea1e4;
}

.dashboard.ligase div.buttons a.small {
    background: url( images/dashboard/dashboard-button-small.jpg ) no-repeat top left;
    line-height: 35px;
    margin-bottom: 15px;
    font-size: 12px;
}
.dashboard.ligase div.buttons a.small.selected {
    line-height: 35px;
    background: url( images/dashboard/dashboard-button-large-selected.jpg ) no-repeat top left;
}


.dashboard.ligase div.buttons a:hover {
    color: #e8e8e8;
    background-position: center left;
}
.dashboard.ligase div.buttons a:focus,
.dashboard.ligase div.buttons a:active {
    background-position: bottom left;
}
.dashboard.ligase div#container {
    width: auto;
	display: block;
    padding: 0;
    padding-left: 140px;
    float: none;
}
.dashboard.ligase div.dials {
    padding-left: 200px;
    color: #FFF;
    margin-top: -100px;
    padding-bottom: 20px;
}



/*  =Admin
 ________________________________________________________________________________________________ */

.post-manager div.url {
    font-size: 13px;
    margin: 10px 0 20px 20px;
}
.post-manager textarea {
    min-height: 300px;
    max-width: 100%;
}


div.select-account {
    position: relative;
    max-width: 100%;
    width: auto;
    min-width: 410px;
    padding: 10px;
    margin: 0;
    text-align: right;
    display: block;
    float: right;
}
div.select-account select {
	font-size: 12px;
	line-height: 25px;
	padding: 0 8px;
	cursor: pointer;
	width: auto;
    min-width: 200px;
    max-width: 100%;
    display: inline-block;
    position: relative;
    float: left;
}



/*  =Categories Box
 ________________________________________________________________________________________________ */
.categories {
	max-height: 300px;
	overflow: scroll;
}
.categories table tr:hover {
	background: none;
}
.categories table tr td {
	padding: 0;
	margin: 0;
}
.categories ul,
.categories li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.categories li a {
	display: block;
	line-height: 36px;
	padding: 0 10px 0 40px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 8px;
	background: url(/prion-media/get/42) no-repeat 5px;
    cursor: pointer;
}
.categories li li > a {
	font-size: 14px;
	line-height: 30px;
	font-weight: normal;
	margin-top: 0;
    cursor: pointer;
}
.categories li a:hover {
	background: #e0eefc url(/prion-media/get/42) no-repeat 5px;

}
.categories li a.selected {
	background: rgba( 75,200,30,0.1 ) url(/prion-media/get/41) no-repeat 5px;
}
.categories li li a {
	padding-left: 55px;
}
.categories li li li a {
	padding-left: 75px;
}






/*  =Setup, Login
------------------------------------------------------------------------------------*/

#form_forgot_username,
div.login .formForgotPassword {
	display: none;
}

div.setup,
div.login {
	max-width: 400px;
	width: auto;
	margin: 3px auto;
}

div.login a {
	cursor: pointer;
}

div.setup img,
div.login img {
	margin-top: 20px;
}

div.setup h1,
div.login h1 {
	display: block;
	color: #999;
	margin: 30px auto 30px;
	font-size: 22px;
}

div.setup form,
div.login form {
	background: #FFF;
	padding: 40px;
	border: 1px solid #ebeaea;
	border-radius: 2px;
}

div.setup form input,
div.login form input {
	border-radius: 2px;
}

div.setup form input[type=text],
div.setup form input[type=password],
div.login form input[type=text],
div.login form input[type=password] {
	border: 1px solid #c2c1c1;
	padding: 14px 20px;
	font-size: 17px;
	line-height: 17px;
	margin-bottom: 10px;
}

div.setup form input[type=text]:hover,
div.setup form input[type=password]:hover,
div.login form input[type=text]:hover,
div.login form input[type=password]:hover {
	border: 1px solid #91bae5;
	margin-bottom: 10px;
}

div.setup form input[type=text]:focus,
div.setup form input[type=text]:active,
div.setup form input[type=password]:focus,
div.setup form input[type=password]:active,
div.login form input[type=text]:focus,
div.login form input[type=text]:active,
div.login form input[type=password]:focus,
div.login form input[type=password]:active {
	border: 1px solid #91bae5;
	box-shadow: 0 0 5px rgba(145,186,229,.8);
}

div.setup form select,
div.login form select {
	border: 1px solid #336699;
	border-radius: none;
	font-size: 14px;
	line-height: 25px;
	padding: 5px 12px;
	-webkit-border-radius: 0;
	background: #FFF url(/prion-media/get/3/) no-repeat right;
	cursor: pointer;
	width: 100%;
	margin-right: 15px;
}
div.setup form select:focus,
div.setup form select:active,
div.login form select:focus,
div.login form select:active {
	box-shadow: 0 0 5px rgba(8,102,198,1);
}

div.setup form input[type=checkbox],
div.login form input[type=checkbox] {
	border-radius: none;
	display: inline-block;
	border: 1px solid #336699;
	-webkit-appearance: none;
	padding: 8px;
	margin: 0;
	resize: none;
	cursor: pointer;
	vertical-align:middle;
	margin-right: 15px;
}

div.setup form input[type=checkbox]:checked,
div.login form input[type=checkbox]:checked {
    border: solid 1px #336699;
	padding: 3px;
	transition: .25s ease;
	-moz-transition: .25s ease;
	-webkit-transition: .25s ease;
}

div.setup input[type=checkbox]:checked:after,
div.login input[type=checkbox]:checked:after {
    content: ' ';
    display: block;
    width: 10px;
    height: 10px;
	padding: 0;
    background: #336699;
    position: relative;
	transition: .25s ease;
	-moz-transition: .25s ease;
	-webkit-transition: .25s ease;
}

div.setup form input[type=submit],
div.login form input[type=submit],
div.setup form a.button,
div.login form a.button {
	width: 100%;
	line-height: 45px;
	display: block;
	padding: 0;
	text-align: center;
	min-height: 35px;
}

div.setup form input.error,
div.login form input.error,
div.setup form input[type=password].error,
div.login form input[type=password].error {
	border: 1px solid #F00;
}

div.setup div.error-form,
div.login div.error-form {
	margin-top: 20px;
	background: #FFF;
	padding: 20px;
	border: 1px solid #ebeaea;
	border-radius: 2px;
	color: #F00;
	display: none;
}

div.setup div.error-response,
div.login div.error-response {
	font-size: 14px;
	display: block;
	color: #FFF;
	background: #F00;
	line-height: 30px;
	padding: 0 20px;
	position: absolute;
	margin: -52px 0 0 -265px;
	min-width: 200px;
	text-align: right;
	border-radius: 2px;
 }




/*  =Setup
-------------------------------------------------------------------------------------------------*/

div.setup {
	max-width: 400px;
	width: auto;
	margin: 3px auto;
}

div.setup img {
	margin-top: 20px;
}

div.setup h1 {
	display: block;
	color: #999;
	margin: 30px auto 30px;
	font-size: 22px;
}

div.setup form {
	background: #FFF;
	padding: 40px;
	border: 1px solid #ebeaea;
	border-radius: 2px;
}

div.setup form input {
	border-radius: 2px;
}

div.setup form input[type=text],
div.setup form input[type=password] {
	border: 1px solid #c2c1c1;
	padding: 14px 20px;
	font-size: 17px;
	line-height: 17px;
	margin-bottom: 10px;
}

div.setup form input[type=text]:hover,
div.setup form input[type=password]:hover {
	border: 1px solid #91bae5;
	margin-bottom: 10px;
}

div.setup form input[type=text]:focus,
div.setup form input[type=text]:active,
div.setup form input[type=password]:focus,
div.setup form input[type=password]:active {
	border: 1px solid #91bae5;
	box-shadow: 0 0 5px rgba(145,186,229,.8);
}

div.setup form input[type=submit] {
	width: 100%;
	line-height: 45px;
}

div.setup form input.error {
	border: 1px solid #F00;
}

div.setup div.error-form {
	margin-top: 20px;
	background: #FFF;
	padding: 20px;
	border: 1px solid #ebeaea;
	border-radius: 2px;
	color: #F00;
	display: none;
}

div.setup div.error-response {
	font-size: 14px;
	display: block;
	color: #FFF;
	background: #F00;
	line-height: 30px;
	padding: 0 20px;
	position: absolute;
	margin: -52px 0 0 -265px;
	min-width: 200px;
	text-align: right;
	border-radius: 2px;
 }
 
 


/*  =Tags Box
 ________________________________________________________________________________________________ */
.tags {
	font-size: 12px;
}
.tags a {
	display: inline-block;
	margin-right: 20px;
	background: url(/prion-media/get/75) no-repeat left center;
	line-height: 15px;
	padding-left: 20px;
}



/*  =Buttons
 ________________________________________________________________________________________________ */
a.alink.buttongreen {
	color: #FFF;
	background: #59B200;
	border: 2px solid #FFF;
	line-height: 36px;
	padding: 4px 20px;
	margin-left: 15px;
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	box-shadow: 0 0 8px rgba(0,0,0,.5);
}
a.alink.buttongreen:hover {
	border: solid 2px #FFF;
	background: #07519c;
	color: #FFF;
}
a.alink.buttongreen:active,
a.alink.buttongreen:focus {
	background: #063d74;
	border: solid 2px #07519c;
	transition: .25s ease;
	-moz-transition: .25s ease;
	-webkit-transition: .25s ease;
}



/*  =Popups
 ________________________________________________________________________________________________ */
.popup {
	display: none;
	background: rgba(255,255,255,.4);
	position: fixed;
	z-index: 999999999;
	padding: 12px;

}

.popupBackground {
	display: none;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.7);
	position: fixed;
	width: 100%;
	z-index: 999999998;
}

.popup .title {
	text-align: left;
	font-size: 22px;
	margin: 0;
	background: #336699;
	color: #FFF;
	line-height: 26px;
	padding: 15px;
	border: none;
	font-weight: 0;
}

.popup .title a {
	line-height: 25px;
	padding: 0 25px;
	margin: 0;
	cursor: pointer;
	display: inline-block;
	float: none;
	vertical-align: middle;
}
.popup .content {
	text-align: left;
	padding: 20px;
	background: #FFF;
}
.popup table {
	background: #FFF;
	padding: 5px;
	min-width: 500px;
}
.popup table tr:hover {
	background: #EEE;
}
.popup table td {
	text-align: left;
	padding: 10px;
}




/*  =Footer
 ________________________________________________________________________________________________ */

footer {
	background: none;
	margin-top: 20px;
	z-index: 98;
	font-size: 13px;
}
footer a:hover,
footer a:active {
  text-decoration: underline;
}

footer .bottom {
	color: #373833;
	padding: 10px 20px 0;
	font-size: 12px;
}
footer .bottom a{
  color: #373833;
}
footer .top {
	vertical-align: bottom;
	border-bottom: #646461 1px solid;
	padding: 0 0 10px;
	margin: 0 20px;
}
footer ul,
footer li {
	margin: 0;
	padding: 0;
}
footer li {
	padding: 2px 10px;
	list-style-type: none;
	display: inline-block;
}
footer .title {
  padding: 20px 0 10px;
}
footer .line-top {
  background: #fcfcfc;
  height: 1px;
}
footer .line-top2 {
  height: 1px;
}
footer .logo {
  height: 60px;
  width: 162px;
  margin: 2px 0;
}
footer .top .left {
	float: left;
	padding: 0;
}
footer .top .center{
  padding: 15px 150px 20px;
}
footer .top .right {
	padding: 0;
	float: right;
}




/*  =Resized Home
 ________________________________________________________________________________________________ */

.mobilehide,
.hidemobile,
.mobile-hide {
	display: block;
}
td.mobilehide,
td.hidemobile,
td.mobile-hide,
th.mobilehide,
th.hidemobile,
th.mobile-hide {
	display: table-cell;
}
.browserhide,
.hidebrowser,
.hide-browser {
	display: none;
}
td.browserhide,
td.hidebrowser,
td.hide-browser,
th.browserhide,
th.hidebrowser,
th.hide-browser {
	display: none;
}


@media screen and (max-width: 1100px) {
    content div.container.container20p {
        float: none;
        width: 100%;
        max-width: 100%;
        margin: 0 0 40px;
    }

    content div.container.container70p {
        margin: 0 0 40px;
        float: none;
        width: 100%;
        max-width: 100%;
    }
}


/* Minimum width of 960 pixels. */
@media screen and (max-width: 1030px) {
	header {
		min-width: 0;
		width: auto;
		max-width: 100%;
		overflow: hidden;
	}

	.tabs .tab {
		float: none;
	}
	.tabs .tabr {
		float: none;
	}
	.tabs .tab33 {
		width: 100%;
	}
	.tabs .tab66 {
		width: 100%;
	}

}


/* Minimum width of 960 pixels. */
@media screen and (max-width: 880px) {

	content div.container {
		margin: 10px;
	}

	content {
		margin-left: 160px;
	}
	sidebar {
		width: 160px;
	}
	sidebar ul.menubar li {
		width: 160px;
	}
	sidebar ul.menubar li a {
		padding-left: 10px;
	}
	sidebar div.menubar-current {
		width: 200px;
		background: #7e3386;
	}

}

@media screen and (max-width: 750px) {

	.mobilehide,
	.hidemobile,
	.mobile-hide,
	th.mobilehide,
	th.hidemobile,
	th.hide-mobile,
	td.mobilehide,
	td.hidemobile,
	td.hide-mobile {
		display: none;
	}
	.browserhide,
	.hidebrowser,
	.hide-browser {
		display: block;
	}
	th.browserhide,
	th.hidebrowser,
	th.hide-browser,
	td.browserhide,
	td.hidebrowser,
	td.hide-browser {
		display: table-cell;
	}

	header {
		display: none;
	}

	content {
		margin-left: 0;
		margin-top: 35px;
	}

	div.page-nav {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		background: #000;
		border-top: 2px solid #336699;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	div.page-nav li {
		padding: 0;
		margin: 0;
	}
	div.page-nav li a {
		padding: 15px 10px;
		font-size: 13px;
		margin: 0;
		color: #FFF;
	}
	div.page-nav li a.selected {
		background: none;
		color: #FFF;
		text-decoration: underline;
	}
	div.page-nav .separator {
		display: none;
	}

	a.alink.buttongreen {
		line-height: 26px;
		padding: 15px 10px;
		margin-left: 10px;
		line-height: 40px;
		border: none;
	}
	a.alink.buttongreen:hover,
	a.alink.buttongreen:active,
	a.alink.buttongreen:focus {
		border: none;
	}	


	sidebar {
		width: 100%;
		position: fixed;
		float: none;
		display: none;
		top: 25px;
		z-index: 99999;
	}
	sidebar ul.menubar li {
		width: 100%;
	}
	.breadcrumbs {
		display: none;
	}

	content div.page-title {
		background: #FFF;
		padding: 5px;
		display: block;
	}

	content div.page-title h1 {
		font-size: 20px;
		font-weight: 500;
		line-height: 20px;
		padding: 2px 0;
	}

	content div.page-title .small,
	content .small {
		font-size: 11px;
	}

	div.sublinks li a {
		padding: 0 6px;
		margin: 0 4px;
	}



}




/*  =Tablet
 ________________________________________________________________________________________________ */

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

	div.search {
		width: 100%;
		margin: 5px;
	}

	content div.page-title {
		display: none;
	}

	content div.container {
		margin: 0;
	}
	content div.container table.border{
		border: none;
	}

	.popup table {
		max-width: 425px;
		min-width: 200px;
		width: 100%;
	}

	footer {
		height: 40px;
	}
	footer .bottom .left {
		display: none;
	}
	footer .bottom .right {
		display: none;
	}
	footer .top .left {
		display: none;
	}
	footer .top .right {
		display: none;
	}

}


/*  =Mobile Phone
 ________________________________________________________________________________________________ */
/* Minimum width of 960 pixels. */
@media screen and (max-width: 425px) {

	.content_wrapper {
		width: none;
		padding: 0 20px;
	}
	
	content table {
		font-size: 12px;
	}

}




/*  =Custom
 ________________________________________________________________________________________________ */

.block {
	display: block;
}

.width20p {
	width: 20%;
}
.width25p {
	width: 25%;
}
.width30p {
	width: 30%;
}
.width40p {
	max-width: 40%;
	width: 40%;
}
.width45p {
	width: 45%;
}
.width60p {
	max-width: 60%;
	width: 60%;
}
.width50p {
	max-width: 50%;
	width: 50%;
}
.width60p {
	max-width: 60%;
	width: 60%;
}
.width65p {
	max-width: 65%;
	width: 65%;
}
.width70p {
	max-width: 70%;
	width: 70%;
}

.width100p {
    width: 100%;
}

.width100 {
	width: 100px;
}
.width125 {
    width: 125px;
}
.width200 {
	width: 200px;
}

.widthmin150 {
	width-min: 150px;
}
.widthmax200 {
	width-max: 200px;
}

.marginr20 {
	margin-right: 20px;
}
.marginr40 {
	margin-right: 40px;
}
.margint5 {
	margin-top: 5px;
}
.margint10 {
	margin-top: 10px;
}
.margintm10 {
	margin-top: -10px;
}
.margintm20 {
	margin-top: -20px;
}
.margintm70 {
	margin-top: -70px;
}
.paddingtb15 {
	padding-top: 14px;
	padding-bottom: 14px;
}
.margintm10 {
	margin-top: -40px;
}
.marginr10p {
	margin-right: 10%;
}
.marginr5p {
	margin-right: 5%;
}
.margint15 {
	margin-top: 15px;
}
.margint25 {
	margin-top: 25px;
}
.margint0 {
	margin-top: 0;
}

.margintb20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.marginb15px {
    margin-bottom: 15px;
}
.marginl20 {
    margin-left: 20px;
}
.marginl30 {
    margin-left: 30px;
}
.marginl40 {
    margin-left: 40px;
}
.margin0 {
	margin: 0;
}


.padding0, .paddingnone {
	padding: 0 !important;
}

.padding0 {
	padding: 0 !important;
}
.padding20 {
	padding: 20px !important;
}
.padding30 {
	padding: 30px !important;
}
.padding40 {
	padding: 40px !important;
}
.paddingr20 {
	padding-right: 20px;
}
.paddingr40 {
	padding-right: 40px;
}
.paddingl20 {
    padding-left: 20px;
}
.paddingl40 {
    padding-left: 40px;
}

.paddinglr20 {
    padding-left: 20px;
    padding-right: 20px;
}

.paddingtb10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.paddingtb20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.paddinglr30 {
	padding-left: 30px;
	padding-right: 30px;
}

.paddingt80 {
	padding-top: 120px;
}
.paddingt5 {
	padding-top: 5px;
}
.paddingt15 {
	padding-top: 15px;
}


.font-small {
	font-size: 15px;
}
.hidden {
    display: none;
}