.fa-off {
	color:red;
}
.fa-on {
	color:green;
}


.gform_wrapper ul { padding-left: 0; list-style: none }

.gform_wrapper li { margin-bottom: 15px }

.gform_wrapper form { margin-bottom: 0 }

.page-dashboard div.main form input[size="10"] {
	display: inline-block;
	width: 70px;
	text-align: right;
}

.page-dashboard div.main .gfield_error .gfield_label {
	color: #b94a48;
}

.page-dashboard div.main .gfield_error input,
.page-dashboard div.main .gfield_error select,
.page-dashboard div.main .gfield_error textarea {
	border-color: #b94a48;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(185,74,72,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(185,74,72,0.6);
}

div.rwmb-confirmation,div.rwmb-error,#rwmb-validation-message{padding:.75em 1.25em;margin-top:1em;margin-bottom:1em;border:1px solid transparent;border-radius:.25em}
div.rwmb-confirmation p,div.rwmb-error p,#rwmb-validation-message p{margin:0}
div.rwmb-confirmation{border-color:#d0e9c6;background-color:#dff0d8;color:#3c763d}
div.rwmb-error,#rwmb-validation-message{border-color:#f5c6cb;background-color:#f8d7da;color:#721c24}

table.mbfs-posts th:first-child,
table.mbfs-posts td:first-child {
	width: 99%
}


table.mbfs-posts th:last-child,
table.mbfs-posts td:last-child,
table.mbfs-posts th:nth-last-child(2),
table.mbfs-posts td:nth-last-child(2) {
	white-space: nowrap !important;
}

table.mbfs-posts th:last-child .btn,
table.mbfs-posts td:last-child .btn,
table.mbfs-posts th:nth-last-child(2) .btn,
table.mbfs-posts td:nth-last-child(2) .btn {
	display: inline-block;
}


.page-dashboard div.main .section {
	font-weight: 400;
	font-size: 1.5rem;
	color:#2b2b2b;
	margin-top:30px;
}

.rwmb-button {
    margin: 0 !important
}


.page-add-new-client div.rwmb-form-submit button,
.page-add-new-collaborator div.rwmb-form-submit button { 
	margin-top:30px !important;
}


.rwmb-switch-wrapper div.rwmb-label {
	width: 90% !important;
}
.rwmb-switch-wrapper .rwmb-input {
	width: 10% !important;
}

.table thead tr th {
	background:#337ab7 !important;
	color: #FFF;
}
