/* fonts */
@import url('https://fonts.googleapis.com/css?family=Questrial');

body {
	background:#1fc8db;	
}

/* custom styles */
#header {
    width: 100%;
	background:#222;
	padding:0;
}

#header .header-inner {
	max-width:1300px;
	margin:0 auto;
	padding:10px 0;
}

#header a.button.log-button {
	float:right;
	margin:5px 0 0 20px;
	background:transparent;
	border:2px solid #fff;
	border-radius:10px;	
	padding:8px 20px;
	-webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

#header .header-inner button.menu-icon {
	float: right;
	margin:13px 0 0 25px;
}

#header .header-inner button.config-icon,
#header .header-inner p.icon {
	float: right;
	margin:5px 0 0 0;
	width:30px;
	height:30px;
	font-size:20px;
	color:#fff;
	opacity:.7;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#header .header-inner button.config-icon:hover {
	opacity:1;
	font-size:24px;
}

#header .header-inner button.config-icon:focus  {
	outline:0;
/*
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
*/
}

#header .header-inner button.config-icon i.fa {
	color:#fff;
}

#header .header-inner h1 {
	line-height:1;
	font-size:26px;
	padding:0;
	margin:5px 0 0 0;
}

#header .header-inner a.logo img {
	max-width: 250px;
}

#header .header-inner p {
	display:inline-block;
	color:#fff;
	font-size:12px;
	margin:0;
	padding:13px 10px 0 0;
	float:right;
	
}

#header .header-inner p a {
	color:#fff;
	font-size:12px;
}

.callout {
	margin:10px 20px;
	background:#efefef;
}

.feedback-wrap {
	display: none;
	position: fixed;
	bottom:10px;
	left:10px;
	text-align: center;
	background:rgba(255,255,255,.9);
	border:1px solid #d6d6d6;
	border-radius:5px;
	padding:10px;
}

.feedback-wrap .feedback {
	display:block;
	padding:0 40px;
	min-width:300px;
}

.feedback-wrap .feedback p {
	display:block;
	color:#222;
	font-size:18px;
	margin-bottom:0;
	line-height:1;
}



.off-canvas .menu {
    margin-top:40px;
}

.off-canvas .menu > li > a {
	color:#000;
}

.off-canvas .menu > li:hover {
	background:#fff;
}

.off-canvas-content {	
	background:transparent;
}

.off-canvas {
	padding:0 10px;
}

.off-canvas-wrapper {
/*	background:#222;*/
}

#main-wrapper h1 {
	line-height:1.2;
	font-size: 28px;
	padding: 15px 20px;
	margin-bottom:0;
	background: #333;
    color: #fff;
	border-radius: 5px 5px 0 0;
	border-bottom: 2px solid #000;
}

#main-wrapper h3 {
	font-size:20px;
	line-height:1.2;
	color:#888;
}

#container {
	max-width:1300px;
	margin:0 auto;
	background:rgba(220,220,220,.35);
	margin-bottom:50px;
	padding:0;
	border-radius:0 0 10px 10px;
}

#container .content {
	padding:0 0 50px 0;
	min-height: 500px;
	max-width:100%;
}

#container .content.wizard {
	background:#eee;
}

#container .content h2 {
	font-size:24px;
	color:#333;
	margin:15px;
	padding:5px 10px;
	background:#efefef;
	font-weight:600;
}

.site-grid .alert-box {
	padding:15px;
	background:#ef6c5d;
	margin:40px 15px 40px 15px;
}

.site-grid .alert-box p {
	text-align: center;
	color:#fff;
	font-size:20px;
}

#main-wrapper input,
#main-wrapper select,
#main-wrapper textarea,
#main-wrapper button {
	font-family: 'Questrial', sans-serif;
}


/* secure form styles */

.content-inner {
	background:#fff;
	padding:20px;
	min-height:350px;
	border-radius: 0 0 5px 5px;
}

.content-inner .submit input.secure-button,
.content-inner .submit button.secure-button {
	padding:8px 30px;
	background:#8dc63f;
	font-size:16px;
	border-radius:5px;
	margin:30px 2px 10px 2px;
	color:#fff;
	line-height:1;
	font-weight: 600;
}

.upload-field input[type='file'] {
    border: 2px solid #8dc63f;
    text-align: center;
    padding: 20px 100px;
    margin-bottom: 15px;
    border-radius: 5px;
    cursor: pointer;
}

.content-inner .active .submit input {
	background:#74b964 url('../images/progress-circle.gif') no-repeat;
	background-size:25px 25px;
	background-position:top 3px left 5px;
}

.content-inner h4 {
	font-size:16px;
}

/*
.content-inner .field {
	padding:5px 0;
}
*/


.content-inner .field .small-desc {
	min-height:70px;
	line-height: 1.3;
}


/* end secure form styles */


.info-wrap {
	padding:10px 0;
}

.info-wrap .info-item {
	display:table;
	width: 100%;
	padding:0 0 10px 0;
	border-bottom:1px solid #efefef;
	margin-bottom:10px;
	font-size:14px;
}

.info-wrap .info-label {
	display:table-cell;
	font-weight: 600;
	width:50%;
}

.info-wrap .info-val {
	display:table-cell;
}


.item.row {
	padding:10px;
	margin-bottom:5px;
	
}

.item.row .columns {
	background:#efefef;
}


.multi-option .option-overview {
	display:block;
	border:1px solid #d6d6d6;
	padding:5px;
	background:#fff;
	margin-bottom:10px;
}

.multi-option .option-overview label {
	display:block;
	font-size:18px;
	cursor: pointer;
}

.multi-option .option-overview input[type="radio"] {
	float:left;
	background:red;
	display:inline-block;
	margin:5px 10px 5px 5px;
	width:30px;
	height: 30px;
}


.multi-option .option-more {
	background: #efefef;
	padding:10px;
	margin-top:5px;
	display:none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	
}

.option-overview.active {
	background:#cef998;
}


.option-overview.active .option-more {
	display:block;
	background:#fff;
}

.log-in-form {
/*	border: 1px solid #333;*/
	padding: 30px 40px 10px 40px;
	border-radius: 3px; 
	margin: 80px auto 60px auto;
	background: #222;
	border:1px solid #000;
    border-radius: 10px;
}

.log-in-form h4,
.log-in-form p a,
.log-in-form label {
	color:#fff;
}


.log-in-form input[type="submit"] {
    display: block;
    width: 100%;
}



.form-alert {
	background-color: rgba(236, 88, 64, 0.1);
    padding:10px;
	border:1px solid #ec5840;
	text-align: center;
	margin:10px 0 20px 0;
}

.form-alert p {
	font-size:18px;
	line-height: 1.4;
	margin:0 0 0 0;
}

.field label span.req {
	position: relative;
	top:5px;
	display:inline-block;
	color:red;
}

.content-inner textarea {
	min-height: 140px;
}



.submit {
	text-align: center;
}

button:focus,
input[type=submit]:focus {
	outline:0;
}

.submit input[type="submit"] {
	display:inline-block;
	margin:10px auto;
	padding:15px 50px;
	background:#8dc63f;
	font-size:26px;
}

.resetter span {
	display:block;
	cursor: pointer;
	margin:10px auto;
	padding:15px 50px;
	font-size:18px;
	color:#fff;
	text-align: center;
	line-height: 1;
}

.register span {
	display:block;
	cursor: pointer;
	margin:10px auto;
	padding:15px 50px;
	background:#293a12;
	font-size:26px;
	color:#fff;
	text-align: center;
	line-height: 1;
}



.content-inner .utility-button {
	display:inline-block;
	cursor:pointer;
	padding:8px 30px;
	background:#aaa;
	font-size:16px;
	font-weight: 600;
	border-radius:5px;
	margin:30px 2px 10px 2px;
	color:#fff;
	line-height:1;
}

.wizard-section-container {
	margin:40px 0;
}

.wizard-adder {
	text-align: right;
	display:block;
	margin:20px auto;
	padding:0;

}

.wizard-adder .button {
	float:right;
	background:#8dc63f;
	border:2px solid #fff;
	border-radius:5px;
}

.wizard-adder .button-info {
	display:inline-block;
	opacity: 0;
	background:#fff;
	padding:5px 15px;
	font-weight: 600;
	color:#84b93b;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.wizard-adder:hover .button-info {
	opacity:1;
}

.submit.wizard-step button {
	display:inline-block;
	border:none;
	background:transparent;
	padding:15px 45px;
	background:#8dc63f;
	font-size:28px;
	border:2px solid #0ac629;
	border-radius:5px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.submit.wizard-step button:hover  {
	background:#0ac629;
}


.button.new-course {
	display:inline-block;
	border:none;
	background:transparent;
	padding:10px 35px;
	background:#8dc63f;
	font-size:16px;
}



.reset-session a {
	display: inline-block;
	padding:3px 8px;
	color:#000;
	border:1px solid #333;
	font-size:12px;
}

.temp-vars {
	background:#efefef;
	padding:15px;
	margin-bottom:5px;
}

.temp-vars ul li {
	display:inline-block;
	list-style: none;
	text-size:18px;
	color:#888;
	font-size:12px;
}

.temp-vars ul li a {
	color:#888;
	font-size:12px;
}

#footer .footer-inner {
}


#footer .footer-inner p {
	text-align: center;
    margin-top: 0;
	margin-bottom:0;
    font-size: 12px;
    color: #fff;
    background: rgba(0,0,0,.7);
    padding: 10px;
}

.user-info {
	background:#efefef;
	padding:0;
	margin:0;
}

.user-info .user-info-inner {
	max-width:1000px;
	margin:0 auto;
	padding:20px;
	color:#777;
	font-size:12px;
}

input.update {
	display:block;
	width:100%;
	margin: 30px auto;
}

.hidden-other {
	display:none;
}

.step-progress {
	background:#333;
	padding:0;
	text-align: center;
}

.step-progress .step {
	display:inline-block;
	padding:5px 20px;
	font-weight: 600;
	color:#fff;
	
}

.step-progress .step.active {
	background:#efefef;
	color:#111;
}

.wizard-form h1 {
    font-size: 28px;
	line-height: 1;
    background: #efefef;
    padding: 10px 15px 5px 15px;
	margin-bottom:20px;
	font-family: 'Questrial', sans-serif;
	text-transform: uppercase;
}

#main-wrapper .row h2 {
/*	border: 1px solid #d5d5d5;*/
	font-family: 'Questrial', sans-serif;
	font-weight: 600;
	font-size:22px;
    background:#555;
    margin: 0 0 25px 0;
    padding: 10px 20px;
	color:#fff;
}

#main-wrapper .row h3 {
	padding:3px 10px;
	background:#ccc;
	color:#222;
	border-bottom:1px solid #d6d6d6;
}


.errors p,
.add-errors p {
	color:#ff4026;
	text-align: center;
}

.row.main {
	margin:30px 0;
}

.dash-top {
/*
	border:1px solid #efefef;
	padding:10px;
*/
	margin-bottom:30px;
}

.dash-top p {
	color:#555;
}

.dash-top p a {
	color:#222;
}

.dash-buttons {
	text-align: center;
}

.dash-buttons a {
	display:inline-block;
	padding:3px 8px;
	margin:5px 0 10px 0;
	background:#21A0DD;
	border:1px solid #000;
	border-radius:5px;
	color:#fff;
}

.row.site-grid {
	padding-bottom:20px;
	border: 1px solid #333;
    margin: 0 0 20px 0;
}

.site-grid .ce-selector {
	padding-bottom:20px;
}

#main-wrapper .site-grid .ce-selector-inner {
	border:1px solid #ccc;
	padding:10px 5px;
	background:#fff;
	background-position: top right 25px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border:1px solid #afbe9e;
	background-position: center center;
	border-right:5px solid #ccc;
}

.row.main-grid {
	padding-top:10px;
	padding-bottom:20px;
    margin-left: 0;
	margin-right:0;
}

.main-grid .ce-selector {
	padding-bottom:20px;
}

#main-wrapper .main-grid .ce-selector-inner h3 {
	max-width:100%;
}

#main-wrapper .main-grid .ce-selector-inner {
	border:1px solid #ccc;
	padding:10px 5px;
	background:#fff;
	background-position: top right 25px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border:1px solid #afbe9e;
	background-position: center center;
	border-right:5px solid #ccc;
}

#main-wrapper .site-grid .ce-selector-inner.plan-1 {
	border-right:5px solid #2599CA;
}

#main-wrapper .site-grid .ce-selector-inner.plan-2 {
	border-right:5px solid #7FBB37;
}

#main-wrapper .ce-selector-inner:hover {
	background:#2599CA url(../images/right-arrow.png) no-repeat;
	background-position: center right;
	border:1px solid #222;
}

#main-wrapper .ce-selector-inner h3 {
	background:none;
	border-bottom:none;
}

#main-wrapper .ce-selector-inner h4 {
	float:right;
	color:#222;
	padding:0 5px;
}


#main-wrapper .new-button {
	text-align: center;
	padding: 40px 0;
}

#main-wrapper .new-button a {
	display:inline-block;
	padding:8px 30px;
	background:#8dc63f;
	font-size:16px;
	border-radius:5px;
	margin:30px 2px 10px 2px;
	color:#fff;
	line-height:1;
	font-weight: 600;
}

#main-wrapper .new-button a  h3 {
	color:#fff;
	font-size:16px;
	font-weight: 600;
	padding:0;
	margin:0;
	background: none;
    border-bottom: none;
}

#main-wrapper .new-button a p {
	padding:0;
	margin:5px 0 0 0;
	color:#fff;
}

#main-wrapper .ce-selector-inner .meta {
	display:block;
	padding:0 5px;
	border-top:#ccc;
	color:#000;
}

#main-wrapper .ce-selector-inner .meta span {
	text-align: right;
    display: block;
}

#main-wrapper .ce-selector-inner h3 {
	display: block;
	max-width: 50%;
    overflow: hidden;
	color:#000;
	font-size:22px;
	font-weight: 600;
	padding:0 5px 5px 5px;
	margin:0;
}

#main-wrapper .site-grid .ce-selector-inner .dash-invoice-total {
	display: inline-block;
	color:#555;
	font-size:16px;
	font-weight: 600;
	padding:5px;
	margin:0;
}

#main-wrapper .site-grid .ce-selector-inner:hover .meta,
#main-wrapper .site-grid .ce-selector-inner:hover h3,
#main-wrapper .site-grid .ce-selector-inner:hover h4 {
	color:#fff;
}


.reveal .modal-save,
.reveal .modal-remove {
	display:block;
	text-align:center;
	padding:0x;
	margin:30px auto 10px auto;
	line-height:1;
}

.reveal .modal-save input,
.reveal .modal-remove input {
	display:inline-block;
	padding:8px 30px;
	background:#8dc63f;
	font-size:16px;
	border-radius:5px;
	color:#fff;
	line-height:1;
	font-weight: 600;
}

.reveal .utility-button {
	display:inline-block;
	cursor:pointer;
	padding:8px 30px;
	background:#aaa;
	font-size:16px;
	font-weight: 600;
	border-radius:5px;
	margin:30px 2px 10px 2px;
	color:#fff;
	line-height:1;
}

.reveal .remove-form {
	padding:30px;
}

.reveal .modal-remove {
	display:none;
}

.reveal .modal-remove.active {
	display:block;
}

.site-grid .ce-selector-inner form {
	display:block;
	text-align: center;
}

.site-grid .ce-selector-inner input[type=submit] {
	display: block;
	background:#fff;
	width:100%;
	color:#222;
	padding:5px 5px;
}

.site-grid .button {
	display:block;
	text-align: center;
	padding: 10px 10px 0 10px;
    background: none;
}



.site-grid .button a {
	padding:15px;
	display: block;
	background:#81BE37;
	color:#000;
	font-size:22px;
	margin:0;
}

.site-grid p {
	padding:15px;
	color:#000;
	font-size:20px;
	text-align: center;
	margin:5px 0;
}


ul.vertical.core-menu {
	background:#fff;
	margin-bottom:30px;
}

ul.vertical.menu {
	background:#fff;
	margin-bottom:10px;
}

ul.vertical > li {
	border-bottom:1px solid #d6d6d6;
}


ul.vertical > li > a {	
	color:#333;
	font-weight:600;
	font-family: 'Questrial', sans-serif;
}

ul.vertical > li.a > a {
	background:#333;
	color:#fff;
}

ul.vertical > li > a i {
	display:inline-block;
	margin-right:10px;
	width:16px;
}


ul.vertical ul.menu.nested {
	margin-left:0;
}

ul.vertical ul.menu.nested li {
/*	border-left:4px solid #16909e;*/
	background:#efefef;
/*	border-bottom:none;*/
	
}

ul.vertical ul.menu.nested li.a > a {
	background:#333;
}

ul.tabs li.tabs-title a {
	font-weight: 600;
	font-size:15px;
	color:#000;
}

ul.tabs li.tabs-title.is-active a {
	background:#7FBB37;
	color:#fff;
}

.db-box a {
	display:block;
	padding:80px 0;
	margin-bottom:15px;
	text-align:center;
	color:#000;
	font-weight:600;
	font-size:16px;
	background:#d6d6d6;
	opacity: .7;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.db-box.admin a {
	background:#aaa;
}

.db-box a:hover {
	opacity:1;
}

.folder {
	display:block;
	padding:0;
	text-align:center;
	color:#000;
	font-weight:600;
	font-size:16px;
	background:#555;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	cursor: pointer;
	margin:20px auto;
}


.folder a {
	color:#fff;
}

.folder ul.menu {
	margin:0;
}

.folder ul.menu,
.folder ul.menu li,
.folder ul.menu li a {
	outline: none; 
}


.folder ul li {
	list-style: none;
}

.folder ul li a {
	display:block;
	padding:20px;
	line-height: 1.6;
	color:#fff;
}

.folder ul li li a {
	background:#efefef;
	color:#000;
	border-bottom:1px solid #d6d6d6;
}

.folder ul li li a:hover {
	background:#fff;
}

.is-accordion-submenu-parent > a::after {
    border-color: #fff transparent transparent;
}

table.tablesorter {
	margin-top:30px;
}

table.tablesorter tr th,
table.tablesorter tr th.header {
	border-bottom:1px solid #ccc;
	padding:10px!important;
	font-size:18px!important;
}

table.tablesorter td {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	vertical-align: top;
}

table.tablesorter td span {
	display:none;
}

table.tablesorter td:last-child {
	border-right:none;
}

table.tablesorter td.cen {
	text-align: center;
}

table.tablesorter tbody tr {
    background-color: #f1f1f1;
}

table.tablesorter tr#new,
table.tablesorter tr.new {
	background-color:#b8e9f3!important;
}


table.tablesorter tr.changed {
	background:#b8e9f3!important;
}

table.tablesorter tr td input,
table.tablesorter tr td select,
table.tablesorter tr td textarea {
	margin-bottom: 0!important;
	font-size:18px!important;
}

#committee_options {
	font-size:18px!important;
}

.reveal-overlay .reveal {
    width: 100%;
    padding: 0 0 30px 0;
    border: 1px solid #629821;
    outline: none;
    margin-bottom: 50px;
    max-width: 650px;
}

.reveal-overlay .row.modal-header {
	background:#8dc63f;
	margin-bottom:30px;
}

.reveal-overlay .row.modal-header .colomns {
	padding-right:0;
	padding-left:0;
}

.reveal-overlay .row.modal-header .colomns.small-2 {
	margin-right:0;
	padding-right:0;
}

.reveal-overlay .row.modal-header h3 {
	display:block;
	color:#fff;
	margin-top:10px;
	font-weight: 600;
	font-size: 22px;
	padding:0;
	text-align:left;
	font-family: 'Questrial', sans-serif;
}

.reveal-overlay .row.modal-header .close-modal {
	display:block;
	float:right;
	padding:7px 10px;
	line-height: 1;
	font-size:20px;
	margin:7px 0 0 0;
	background:rgba(255,255,255,.8);
}


.reveal-overlay .button {
	color: #333;
    background: #fff;
    font-size: 18px;
    border: 1px solid #7FBB37;
    border-radius: 25px;
    padding: 10px 15px;
    font-family: 'Abel', sans-serif;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.reveal-overlay .close-button {
	color: #333;
    background: #fff;
    font-size: 18px;
    border: 1px solid #7FBB37;
    border-radius: 5px;
    padding: 10px 15px;
	margin:15px 10px 0 0;
    font-family: 'Abel', sans-serif;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.reveal-overlay .button:hover,
.reveal-overlay .button.selected {
	color:#fff;
	background:#222;
}

.reveal-overlay .field {
	text-align: center;
}

.reveal-overlay h3 {
    text-align: center;
    font-size: 22px;
    font-family: 'Abel', sans-serif;
    text-align: left;
    margin: 0px;
    padding: 0px;
    line-height: inherit;
    color: #444;
	padding: 15px;
    margin: 10px 0;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
}
.tools .sharing {
	text-align: left;
}

.tools .sharing .menu > li > a {
	background:#d6d6d6;
	color:#000;
}

.tools .sharing .menu.vertical > li {
    background: #efefef;
}

.tools .sharing .menu.vertical > li.is-submenu-item {
	padding:5px 10px;
	display: block;
    clear: both;
}

.tools #add-user,
.tools #add-team {
    cursor: pointer;
	padding:10px;
}

.tools .actions {
	text-align: right;
}

.search-feedback {
	padding:5px;
}

.search-feedback a.add-connection {
	float:right;
}

.button.search {
	margin-top:22px;
}

.button a {
	color:#fefefe;
}

.button.read-only {
	background:#d6d6d6;
}

a.button.read-only {
	color:#222;
}

.button.revoke-share-row,
.button.revoke-team-row {
	background:#d6d6d6;
	color:#333;
	padding:6px;
	float:right;
	margin-bottom: 0;
}

.is-accordion-submenu-parent > a::after {
    border-color: #000 transparent transparent;
}

.party select,
.stand select {
	min-width: 120px;
}

.reveal-overlay .button.confirm-remove-row {
	width:100%;
}


.feedback-overlay {
	display:none;
	position:fixed;
	top:100px;
	width:100%;
	padding:0;
	z-index: 1001;
	-webkit-animation-fill-mode: backword;
 	-webkit-animation-name: fadeIn;
}

.feedback-inner {
	max-width:500px;
	margin:0 auto;
	text-align: center;
	font-size:30px;
	padding:50px;
	color:#fff;
	font-weight: 600;
	background:rgba(0,0,0,.8);
}


.report {
	display: table;
	width:100%;
	padding:15px;
	margin:50px 0 50px 0;
}

.report .stat {
	display:table-cell;
	width:20%;
	text-align: center;
}

.report .stat h5 {
	color:#444;
}

.report .stat div {
	color:#222;
	border: 1px solid #d6d6d6;
	margin:0 2px;
	background:#fff;
    padding: 10px 0;
}


.section-spacer {
	display:block;
	padding:20px;
}


table td {
	vertical-align: top!important;
}
.contact-support {
	padding:50px 5px;
}

.contact-support h4 {
	font-size:20px;
	font-weight: 600;
	text-align: center;
   	background: #333;
    margin-bottom: 0;
    padding: 5px;
    color: #fff;
}


.breadcrumbs {
	margin:0 0 5px 0;
	padding:0 5px 10px 5px;
}

ul.breadcrumbs li,
ul.breadcrumbs li a {
	font-size:20px;
	border:1px solid transparent;
}


ul.breadcrumbs li a,
ul.breadcrumbs li span {
    border: 1px solid transparent;
    display: inline-block;
    padding: 2px 8px;
}

ul.breadcrumbs li span a {
    border: 1px solid transparent;
	background:none;
    display: inline-block;
    padding: 0;
	line-height: 1;
}

ul.breadcrumbs li {
	color:#222;
}

ul.breadcrumbs li a {
	color: #222;
    background: #fff;
    border: 1px solid #7FBB37;
	border-radius:5px;
	padding:0 15px;
}

ul.breadcrumbs li.mid {
	margin-left:12px;
}

ul.breadcrumbs li a:hover {
    text-decoration: none;
	color:#fff;
	background:#7FBB37;
}

ul.breadcrumbs li span a:hover {
    text-decoration: none;
	color:#222;
	background:none;
}

.breadcrumbs li:not(:last-child)::after {
/*    content: ">";*/
	color:#777;
	font-size:20px;
	margin: 2px 0 0 15px;
}

ul.breadcrumbs li .dash {
	padding:0 15px;
    background: #fff;
    border: 1px solid #222;
	border-radius:5px;
}

/* password styles */

.indicator {
	font-size:12px;
	padding:3px;
	margin:-5px 0 0 0;
	color:#444;
}


.indicator.green {
	background:#b6e46e;
}

.password-strength-wrapper {
	width:100%;	
	display:none;
	margin:-5px 0 0 0;
}

#passwordDescription {
	font-size:12px;
	padding:0;
	color:#444;
}

#passwordStrength {
	display:block;
/*	float:left;*/
	font-size:12px;
	padding:3px;
}

.strength0 {
	width:20%;
	background:#F5E1DB;
}

.strength1 {
	width:40%;
	background:#F5F0D7;
}

.strength2 {
	width:60%;   
	background:#ECF4D7;
}

.strength3 {
	width:80%;
	background:#C7F0C1;
}

.strength4 {
	background:#b6e46e;
	width:100%;
}

.strength5 {
	background:#b6e46e;
	width:100%;
}

.row.filters {
	padding:10px 0;
    margin: 0 0 20px 0;
    border-radius: 4px;
	border: 2px solid #ccc;
    background: #efefef;
}

.row.filters select {
	font-size:18px;
	color:#222;
	border:1px solid #ccc;
	border-radius:5px;
	height: auto;
}



canvas{
	width: 100% !important;
	max-width:800px;
	margin:0 auto;
	height: auto !important;
}

.row.filters select {
	margin-bottom:0;
}

.items-container {
	padding:32px 0 50px 0;
}

.loading {
	text-align: center;
	padding-bottom:80px;
}

.loading h4 {
	text-align: center;
	font-size:20px;
	padding: 10px 15px;
	color:#999;
    font-family: 'Abel', sans-serif;
}

.invoice-item {
	position: relative;
	padding:3px 10px;
	margin:0;
	background: rgba(0,0,0,.025);
	border-bottom: 1px solid #e0efce;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.invoice-item:hover {
	border-bottom: 1px solid #8dc63f;
	background:#efefef;
}

.invoice-item:first-child {
	border-top:2px solid #e0efce;
}

.invoice-item.custom {
	background:rgba(141,198,63,.1);
}

.invoice-item label {
	position: absolute;
	display:none;
	top:-26px;
	font-size:14px;
	line-height:1;
	padding:5px;
	background:8dc63f;
	color:#555;
}

.invoice-item:first-of-type label {
	display:block;
}

.invoice-item .row.desc label {
	display:block;
	position:relative;
	top:5px;
	
}



/*
.invoice-item:hover label {
	position: absolute;
	top:-4px;
	text-align: right;
	display:inline-block;
}
*/

.invoice-item select,
.invoice-item input,
.invoice-item number,
.invoice-item textarea {
	display:block;
	width:100%;
	font-size:16px;
	padding:5px;
	height:2rem;
	line-height: 1;
/*	background:transparent;*/
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin: 6px 0;
/*	border:1px solid #d6d6d6;*/
	background: rgba(255,255,255,.5);
    border: 1px solid rgba(100,100,100,.1);
}

.invoice-item select:focus,
.invoice-item input:focus,
.invoice-item number:focus,
.invoice-item textarea:focus{
	background:#fff;
}

.invoice-item select::selection,
.invoice-item input::selection,
.invoice-item number::selection,
.invoice-item textarea::selection {
	background:#e0efce;
}

.invoice-item textarea {
/*	height:50px;*/
	min-height:75px;
	line-height:1.3;
}

.invoice-item .currency {
	display:inline-block;
	width:10%;
	margin-top:5px;
	margin-right:3px;
}

.invoice-item .money {
	float:right;
	width:85%;
}

.invoice-item input.custom-item,
.invoice-item.custom select.item {
	display:none;
}

.invoice-item.custom input.custom-item,
.invoice-item select.item {
	display:block;
	background: rgba(255,255,255,.5);
    border: 1px solid rgba(100,100,100,.1);
}

.invoice-item .arrow-up {
	display:none;
	position: absolute;
	bottom:10px;
	left: -5px;
    top: 20px;
	width:15px;
	height:12px;
	background:url('../images/icon-up.png') no-repeat;
	background-size: contain;
	cursor: pointer;
}

.invoice-item.custom .arrow-up {
	display:block;
}

.invoice-item .actions {
	text-align: center;
	padding-top: 5px;
}

.invoice-item .actions .action-item {
	display:inline-block;
/*	margin:2px;*/
/*	background:#fff;*/
	cursor: pointer;
}

.invoice-item .remove-ajax {
	display:inline-block;
	float:right;
	border:1px solid #d6d6d6;
	text-align: center;
	margin-top:10px;
	line-height: 1;
	padding: 5px 10px;
	cursor: pointer;
	font-size:12px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	color:#d6d6d6;
}

.invoice-item .remove-ajax:hover {
	border:1px solid #2a4abe;
	color:#2a4abe;
}

.invoice-item i.fa {
	dispay:inline-block;
	color:#777;
	line-height: 1;
	font-size: 13px;
    margin: 0;
    padding:0;
}

.invoice-item .active i.fa, .invoice-item i.fa:hover {
	background: #8dc63f;
	color:#fff;
}

.read-more-trigger  {
	display:block;
    cursor: pointer;
    margin:0 auto;
	line-height: 1;
	background:#fff;
	border:1px solid #efefef;
}

.read-more-trigger .plus-sign {
	display: inline-block;
	position: relative;
	width: 18px;
    height: 18px;
	padding:14px;
	line-height: 1;
    margin: 0 auto;
	background: url(../images/plus-x.png) no-repeat;
	background-position: center center;
    -webkit-transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
}


.read-more-trigger.active .plus-sign {
    -webkit-transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);	
}


.invoice-item .row.desc {
	display:none;
}

.invoice-item .row.desc.show {
	display:block;
}

.add-ajax-button {
    display: block;
    padding: 2px;
    text-align: center;
    color: #8dc63f;
    background: #e0efce;
    cursor: pointer;
    line-height: 1;
}

.add-ajax-button span {
    position: relative;
    bottom: 7px;
    right: 5px;
    font-size: 18px;
}

.add-ajax-button i.fa {
    font-size: 40px;
    cursor: pointer;
}

.upload-field button {
	display:inline-block;
    padding: 8px 40px;
    background: #8dc63f;
    border: 2px solid #8dc63f;
    font-size: 16px;
    border-radius: 5px;
    margin: 30px auto;
    color: #fff;
    text-align: center;
    padding: 20px 100px;
    cursor: pointer;
    width: 100%;
}

.is-open-right {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.off-canvas.position-right {
    right: -50%;
    top: 0;
    width: 50%;
}

.read-more-content,
.read-more {
	display: none;
	margin-top: 1rem;
	
}

.read-more-content.expanded .read-more,
.read-more.expanded .read-more {
	display: block;
}

.add-more-wrap {
	text-align: center;
	padding:5px 5px 10px 5px;
	cursor: pointer;
}

.add-more-wrap div {
	text-align: center;
	display:inline-block;
	padding:5px 20px;
	border:1px solid #2599CA;
	font-weight: 600;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	border-radius:3px;
}

.add-more-wrap div:hover {
	border:1px solid #ccc;
	background:#2599CA;
	color:#fff;
}

.add-more-wrap div span {
	margin-left:5px;
}

.add-form .utility-button {
	display:none;
}

.currency {
	display:block;
	float:left;
	padding: 4px 0 0 4px;
	font-weight: 600;
}

.summary-row .currency {
	display:inline;
	float:none;
	padding:0 2px; 
	font-weight: inherit;
}

input.cur-number {
	float:right;
	width:91%;
}

.reveal .currency {
	font-size:18px;
	padding:4px 4px; 
}

.summary-row .total-display {
	text-align: center;
	font-size:25px;
	font-weight: 600;
	color:#333;
	padding:20px 10px;
	margin-bottom:15px;
	background:#efefef;
	border:2px solid #e0efce;
	border-radius:5px;
}

.total-display-float {
	display:inline-block;
	color:rgba(255,255,255,.65);
	position: fixed;
	z-index: 1002;
    bottom: 0px;
    right: 0px;
	font-size:20px;
	line-height: 1;
    background: rgba(0,0,0,.3);
    padding: 5px 10px;
}

.total-display-float .currency {
	display:inline;
	float:none;
	padding:0 2px; 
	font-weight: inherit;
}

.graph-wrapper {
	border: 1px solid #afbe9e;
	padding:20px 0;
	margin-bottom:20px;
}

.graph-wrapper .ytd {
	font-size:12px;
	text-align: center;
	padding:0 30px;
}

#message-feedback p {
	padding:5px;
	background:#efefef;
}

#message-feedback p.error {
	background:#cd4a10;
	color:#fff;
}

.region-field {
	display: none;
}

.region-field.visible {
	display: block;
}

#pager {
	text-align: center;
}

#pager a {
	display:inline-block;
	padding:3px;
	color:#000;
}

/* mobile and tablet styles */

@media only screen and (max-width: 64em) { 
	
	
	.tools .sharing {
		margin-bottom:3em;
	}
	
	
}








/* mobile styles */
@media only screen and (max-width: 639px) {

	
	.report .stat h5 {
		font-size:12px;
	}

	.report .stat div {
		font-size:16px;
	}

	table.tablesorter tr th, table.tablesorter tr th.header {
		padding: 0 10px 0 0!important; 
		font-size:10px!important;
	
	}
	
	table.tablesorter tr td input, 
	table.tablesorter tr td select, 
	table.tablesorter tr td textarea {
		margin-bottom: 0!important;
		font-size: 12px!important;
		padding:0;
		height:auto;
	}
	
	table.tablesorter tr td.name {
		max-width:120px;	
		overflow:hidden;
	}
	
	table.tablesorter tr td.name input {
		min-width: auto;
	}
	
	
	table.tablesorter tr td.party {
		width:67px;	
		overflow:hidden;
	}
	
	table.tablesorter tr td.stand {
		width:70px;
		overflow:hidden;
	}
	
	table.tablesorter tr td.party select, 
	table.tablesorter tr td.stand select {
		min-width: auto;
	}
	
	table.tablesorter tr td.assigned {
		max-width:30px;	
		overflow:hidden;
	}
	
	table.tablesorter tr td.action {
		width: 26px;
	}
	
	table.tablesorter tr td.action .button {
		padding:3px;
		font-size:14px;
	}
	
	.invoice-item label, .invoice-item:hover label  {
		position: relative;
		top:5px;
		display:block;
		padding:5px;
	}
	
	
	
}



