/*=======================================================================
    Mind Point Design - Master Admin CSS ===========================
=========================================================================*/

/******************************************************************
    Global Styles and Resets
******************************************************************/
* 
{ 
	margin: 0; 
    padding: 0; 
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, 
label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, 
figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video 
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body 
{ 
	font-family:  Arial, Verdana, Helv, Helvetica, Sans-Serif, Sans; 
	font-size: 100%; /* use 16px browser default */
	line-height: 1.125em;
	color: #222222; 
	background: #E9E9E9;
}
img 
{ 
	border: 0; 
}
input, select 
{ 
	outline: none; 
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section 
{
	display: block;
}
b, strong
{
	font-weight: bold;
}
i, em
{
	font-style: italic;
}
blockquote, q 
{
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after 
{
	content: '';
	content: none;
}
table 
{
	border-collapse: collapse;
	border-spacing: 0;
}


/******************************************************************
    Basic Styles
******************************************************************/
/* Links */
a, 
a:link, 
a:visited 
{ 
	color: #222222; 
	text-decoration: underline; 
	cursor: pointer; 
}
a:hover, 
a:focus 
{ 
	text-decoration: none; 
}

/* Headers */
h1 
{
	font-weight: bold;
	font-size: 1.5em;
	margin: 0;
}
h2
{
	font-weight: bold;
	font-size: 1.375em;
	margin: 0 0 15px;
}
h3
{
	margin: 0 0 5px;
	font-weight: bold;
	font-size: 1.25em;
}
h4
{
	margin: 0 0 5px;
	font-weight: bold;
	font-size: 1.125em;
}
h5
{
	margin: 0 0 5px;
	font-weight: bold;
	font-size: 1em;
}
h6
{
	margin: 0 0 5px;
	font-weight: normal;
	font-size: 1em;
}

/* Text Formatting */
p
{
	display: block;
	margin: 0 0 10px 0;
}
p:last-child
{
	margin: 0;
}
blockquote
{
    margin: 0 0 10px;
    padding: 0;
    font-style: normal;
    font-style: italic;
}

/* Form Formatting */
input[type="text"], textarea, select
{
	padding: 2px;
	border: 1px solid #a5a5a7;
	outline: none; 
    width: 350px;
}
select
{
    width: 355px;
}
.input-error
{
	color: red;
	padding-top: 2px;
	font-size: .75em;
}
.ui-datepicker-trigger
{
    margin-left: 4px;
}
.required-label
{
    padding-left: 2px;
    color: red;
}
dl.linear-form
{
	display: block;
}
	dl.linear-form dt
	{
		padding-bottom: 3px;
	}
	dl.linear-form dd
	{
		padding-bottom: 10px;
	}
    dl.linear-form label
    {
        font-size: .9375em;
    }

/* jui fix for out fontsize 100% */
.ui-button-text
{
	font-size: 0.875em !important;
}
a .ui-button-text
{
    color: #fff !important;
}
.ui-widget
{
	font-size: 1em !important;  /* dialogs etc */
}
.ui-helper-reset
{
	line-height: 1em !important;
}

/* Formatted Tables */
.table {
    width: 100%;
    margin-bottom: 20px;
}

.table th,
.table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

.table th {
    font-weight: bold;
}

.table thead th {
    vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
    border-top: 0;
}

.table tbody + tbody {
    border-top: 2px solid #dddddd;
}

.table .table {
    background-color: #ffffff;
}

.table-condensed th,
.table-condensed td {
    padding: 4px 5px;
}

.table-bordered {
    border: 1px solid #dddddd;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
    border-left: 1px solid #dddddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
    border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
    background-color: #f5f5f5;
}

.table tbody tr.success > td {
    background-color: #dff0d8;
}

.table tbody tr.error > td {
    background-color: #f2dede;
}

.table tbody tr.warning > td {
    background-color: #fcf8e3;
}

.table tbody tr.info > td {
    background-color: #F0F9F9;
}
.table tbody tr.light > td {
    background-color: #fcfcfc;
}
.table tbody tr.less-light > td {
    background-color: #F9F9F9;
}

.table-hover tbody tr.success:hover > td {
    background-color: #d0e9c6;
}

.table-hover tbody tr.error:hover > td {
    background-color: #ebcccc;
}

.table-hover tbody tr.warning:hover > td {
    background-color: #faf2cc;
}

.table-hover tbody tr.info:hover > td {
    background-color: #c4e3f3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}


/******************************************************************
    Root Containers
******************************************************************/
#root
{
	margin: 20px auto 20px auto;
	width: 970px;
	background-color: #fcfcfc;
	border: 1px solid #555555;
}
#header
{
	width: 970px;
}
	#header h1
	{
		padding: 10px 8px;
		color: #fff;
		letter-spacing: 1px;
		-moz-text-shadow: 2px 2px 5px #222;
		-webkit-text-shadow: 2px 2px 5px #222;
		text-shadow: 2px 2px 5px #222;
		filter: Shadow(Color=#222222, Direction=135, Strength=3);
		border: 0 !important;
		border-bottom: 1px solid #555 !important;
	}
#page-content
{
	width: 970px;
}
	#page-content .page-content-wrap
	{
		padding: 15px;
		min-height: 200px;
	}
		#page-content .page-content-wrap .page-section
		{
            border-bottom: 1px dashed #ccc; 
            padding-bottom: 10px;
			margin-bottom: 15px;
        }
        #page-content .page-content-wrap .page-section.no-divider
		{
            padding-bottom: 0;
            border-bottom: 0;
		}
		#page-content .page-content-wrap .page-section:last-of-type
		{
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: 0;
		}
#footer
{
	width: 970px;
	background-color: #333;
}
	#footer .footer-inner-wrap
	{
		padding: 7px 5px;
		color: #fff;
		font-size: 0.875em;
		line-height: 1;
	}


/******************************************************************
    Navigation
******************************************************************/
#navigation 
{
	margin: 0; 
	padding: 0;
	list-style: none;
	position: relative;
	clear: both;
	background: url('https://www.bellasalonandspa.org/admin/assets/css/images/nav/topnav_stretch.gif') repeat-x 0 0;
}
	#navigation li 
	{
		float: left;
		border-right: 1px solid #555;
		height: 35px;
	}
	#navigation li:last-child 
	{ 
		border-right: 0; 
	}
	#navigation li:hover,
	#navigation li.active 
	{ 
		background: #1376c9 url('https://www.bellasalonandspa.org/admin/assets/css/images/nav/topnav_active.gif') repeat-x 0 0; 
	}
		#navigation li a 
		{
			display: block;
			padding: 10px 15px;
			color: #f0f0f0;
			text-decoration: none;
		}
		#navigation li span.sub-nav
		{
			display: none;
			padding: 12px 0;
			position: absolute;
			left: 0; 
			top: 35px;
			width: 970px;
			background: #1376c9;
			color: #fff;
		}
		#navigation li:hover span.sub-nav 
		{
			display: block; 
		}
			#navigation li span.sub-nav a 
			{ 
				display: inline; 
			}
			#navigation li span.sub-nav a:hover 
			{
				text-decoration: underline;
			}
			#navigation li span.sub-nav span
			{
				padding: 0 1px;
			}


/******************************************************************
    Status Notifications
******************************************************************/
#messages
{
    display: none;
    margin-bottom: 15px;
}
    /* Message: Notifications */
    #messages ul
    {
        list-style: none;
    }
        #messages ul li.message
        {
            font-size: .875em;
            padding: 7px 15px 7px 42px;
            margin: 0 0 6px;
            -moz-border-radius: 5px 5px 5px 5px;
            -webkit-border-radius: 5px 5px 5px 5px;
            border-radius: 5px 5px 5px 5px;
        }
        #messages ul li.message.success
        {
            background: #D6ECA6 url('https://www.bellasalonandspa.org/admin/assets/css/images/alerts/message-success.png') no-repeat 10px 50%;
            color: #537706;
        }
        #messages ul li.message.error
        {
            background: #fde8ec url('https://www.bellasalonandspa.org/admin/assets/css/images/alerts/message-error.png') no-repeat 10px 50%;
            color: #a80b26;
        }
        #messages ul li.message:last-child
        {
            margin-bottom: 0;
        }
            #messages ul li.message .inner-wrap
            {}
                #messages ul li.message .inner-wrap strong
                {
                    padding-right: 5px;
                }
            #messages ul li.message a.close
            {
                cursor: pointer;
                display: block;
                float: right;
                width: 18px;
                height: 18px;
                background: url('https://www.bellasalonandspa.org/admin/assets/css/images/alerts/message-close.png') no-repeat 0 0;
            }
    /* Message: Actions */
    #messages .actions
    {
        display: none;
        text-align: right;
        padding-top: 5px;
    }
        #messages .actions a.close-all
        {
            cursor: pointer;
            display: inline-block;
            padding: 2px 15px 2px 6px;
            border: 1px solid #D3D3D3;
            font-size: .75em;
            color: #7d7d7d;
            text-decoration: none;
            box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
            text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
            border-radius: 15px 15px 15px 15px;
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f5f5), color-stop(100%, #dfdddd));
            background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
            background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
            background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
            background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
            background-image: linear-gradient(top, #f4f5f5, #dfdddd);
            filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);
        }
            #messages .actions a.close-all span
            {
                background: url('https://www.bellasalonandspa.org/admin/assets/css/images/alerts/message-closeall-close.png') no-repeat 7px 50%;
                padding-left: 22px;
            }


/******************************************************************
    Login Page
******************************************************************/
.admin-login-wrap
{
    width: 350px;
    margin: 0 auto;
    padding-top: 220px;
	width: 350px;
    background: url('https://www.bellasalonandspa.org/admin/assets/css/images/logo.png') no-repeat center 62px;
    background-size: 40%;
}
	.admin-login-wrap h5
	{
		font-size: 1em;
		padding: 7px 5px;
		color: #fcfcfc;
	}
	.admin-login-wrap form.login
	{
		padding: 15px;
	}
		.admin-login-wrap form.login label
		{
			float: left;
			width: 90px;
			margin-right: 15px;
			font-weight: bold;
			font-size: 0.875em;
			text-align: right;
			line-height: 1.4em;
		}
		.admin-login-wrap form.login input
		{
			margin-bottom: 6px;
			padding: 2px;
			border: 1px solid #419AC2;
			background-color: #F4F4F4;
			clear: right;
			font-size: 0.875em !important;
		}
		.admin-login-wrap form.login button.submit
		{
			margin-top: 5px;
			margin-left: 105px;
		}


/******************************************************************
    Page - Settings
******************************************************************/
.page-settings
{}
	.page-settings .manage-section h3.ui-accordion-header span.ui-icon
    {
        float: left !important;
        margin-right: 3px !important;
    }
	.page-settings .manage-section .category-panel
	{
		padding: 8px !important;
	}
		.page-settings .manage-section .category-panel form.update-setting
		{
			margin-bottom: 8px;
			font-size: .875em;
			padding: 10px;
			background-color: #f7f7f7;
			-webkit-border-radius: 6px;
			-moz-border-radius: 6px;
			border-radius: 6px; 
		}
		.page-settings .manage-section .category-panel form.update-setting.even
		{
			background-color: #ecf5fb;
		}
		.page-settings .manage-section .category-panel form.update-setting:last-child
		{
			margin-bottom: 0;
		}
			.page-settings .manage-section .category-panel form.update-setting h5
			{
				margin: 0 0 1px;
			}
			.page-settings .manage-section .category-panel form.update-setting .description
			{
				font-style: italic;
			}
			.page-settings .manage-section .category-panel form.update-setting .value-input
			{
				margin: 2px 0 3px 0;
			}
				.page-settings .manage-section .category-panel form.update-setting .value-input input
				{
					width: 600px;
				}


/******************************************************************
    Page - Manage Content
******************************************************************/
.page-manage-content
{}
	.page-manage-content .section-select
	{}
		.page-manage-content select
		{
			width: 300px;
		}
	.page-manage-content .section-edit
	{}
		

/******************************************************************
    Page - Home
******************************************************************/
.page-home
{}


/******************************************************************
    Page - Salon Services
******************************************************************/
/* Manage Services */
.page-salon-services
{}

    /* Global table styling */
	.page-salon-services table.services
	{
        table-layout: fixed;
		border-collapse: collapse;
		width: 100%;
		text-align: left;
		line-height: 125%;
        border: 1px solid #525252;
	}
    .page-salon-services table.services th
	{
		background-color: #525252;
		color: #fff;
        padding: 6px;
        font-size: .875em;
	}
    .page-salon-services table.services tbody tr
	{
        border-bottom: 1px solid #525252;
    }
    .page-salon-services table.services tbody tr:last-child
	{
        border-bottom: none;
    }
        .page-salon-services table.services tbody tr td
		{
			background-color: #F5F5F5;
			padding: 6px;
			vertical-align: middle;
		}
		.page-salon-services table.services tbody tr:hover td
		{
			background-color: #EFEFEF;
		}
            .page-salon-services table.services tbody tr td input.name,
            .page-salon-services table.services tbody tr td input.price
            {
                width: 95%;
            }
        .page-salon-services table.services tbody tr td.options
        {
            font-size: .75em;
        }
            .page-salon-services table.services tbody tr td.options *
            {
                vertical-align: middle;
            }
        .page-salon-services table.services tbody tr td.actions
        {}
            .page-salon-services table.services tbody tr td.actions .inner-row-wrap
            {
                position: relative;
            }
                .page-salon-services table.services tbody tr td.actions .inner-row-wrap button span
                {
                    font-size: .66667em !important;
                }
            .page-salon-services table.services tbody tr td.actions .inner-row-wrap .drag-handle
            {
                position: absolute;
                top: 0;
                height: 100%;
                right: 6px;
                width: 10px;
                background: url('https://www.bellasalonandspa.org/admin/assets/css/images/drag-handle.gif') repeat-y center top;
                cursor: move;
            }

    /* Tiered table styling */
    .page-salon-services table.services.tiered th.name            { width: 28%; }
    .page-salon-services table.services.tiered th.price           { width: 9%; }
    .page-salon-services table.services.tiered th.placeholder     { width: 2%; }
    .page-salon-services table.services.tiered th.options         { width: 16%; }
    .page-salon-services table.services.tiered th.actions         { width: 18%; }

    /* Tiered table styling */
    .page-salon-services table.services.single th.name            { width: 45%; }
    .page-salon-services table.services.single th.price           { width: 12%; }
    .page-salon-services table.services.single th.placeholder     { width: 2%; }
    .page-salon-services table.services.single th.options         { width: 20%; }
    .page-salon-services table.services.single th.actions         { width: 20%; }

    /* Create Dialog */
    #create-item-dialog form
    {
        font-size: .875em;
    }
		#create-item-dialog label
		{
			display: block;
            margin: 8px 0 1px 0;
		}
		#create-item-dialog input[type="text"]
        {
            display: inline-block;
            width: 98%;
        }
        #create-item-dialog input[type="text"].price
        {
            width: 50%;
        }
        #create-item-dialog .option-checkboxes span
        { }
            #create-item-dialog .option-checkboxes input[type="checkbox"]
            {
                vertical-align: middle;
            }
            #create-item-dialog .option-checkboxes span
            {
                vertical-align: middle;
                font-size: .875em;
            }

			
/******************************************************************
    Page - Spa Services
******************************************************************/
/* Manage Services */
.page-spa-services
{}

    /* Global table styling */
	.page-spa-services table.services
	{
        table-layout: fixed;
		border-collapse: collapse;
		width: 100%;
		text-align: left;
		line-height: 125%;
        border: 1px solid #525252;
	}
    .page-spa-services table.services th
	{
		background-color: #525252;
		color: #fff;
        padding: 6px;
        font-size: .875em;
	}
    .page-spa-services table.services tbody tr
	{
        border-bottom: 1px solid #525252;
    }
    .page-spa-services table.services tbody tr:last-child
	{
        border-bottom: none;
    }
        .page-spa-services table.services tbody tr td
		{
			background-color: #F5F5F5;
			padding: 6px;
			vertical-align: middle;
		}
		.page-spa-services table.services tbody tr:hover td
		{
			background-color: #EFEFEF;
		}
            .page-spa-services table.services tbody tr td input.name,
            .page-spa-services table.services tbody tr td input.duration,
            .page-spa-services table.services tbody tr td input.pricing
            {
                width: 95%;
            }
        .page-spa-services table.services tbody tr td.options
        {
            font-size: .75em;
        }
            .page-spa-services table.services tbody tr td.options *
            {
                vertical-align: middle;
            }
        .page-spa-services table.services tbody tr td.actions
        {}
            .page-spa-services table.services tbody tr td.actions .inner-row-wrap
            {
                position: relative;
            }
                .page-spa-services table.services tbody tr td.actions .inner-row-wrap button span
                {
                    font-size: .66667em !important;
                }
            .page-spa-services table.services tbody tr td.actions .inner-row-wrap .drag-handle
            {
                position: absolute;
                top: 0;
                height: 100%;
                right: 6px;
                width: 10px;
                background: url('https://www.bellasalonandspa.org/admin/assets/css/images/drag-handle.gif') repeat-y center top;
                cursor: move;
            }

    /* Table column widths */
    .page-spa-services table.services th.name            { width: 34%; }
    .page-spa-services table.services th.duration        { width: 14%; }
    .page-spa-services table.services th.pricing         { width: 14%; }
    .page-spa-services table.services th.placeholder     { width: 2%; }
    .page-spa-services table.services th.options         { width: 18%; }
    .page-spa-services table.services th.actions         { width: 18%; }

    /* Create Dialog */
    #create-item-dialog form
    {
        font-size: .875em;
    }
		#create-item-dialog label
		{
			display: block;
            margin: 8px 0 1px 0;
		}
		#create-item-dialog input[type="text"]
        {
            display: inline-block;
            width: 98%;
        }
        #create-item-dialog input[type="text"].price
        {
            width: 50%;
        }
        #create-item-dialog .option-checkboxes span
        { }
            #create-item-dialog .option-checkboxes input[type="checkbox"]
            {
                vertical-align: middle;
            }
            #create-item-dialog .option-checkboxes span
            {
                vertical-align: middle;
                font-size: .875em;
            }

			
/******************************************************************
    Page - Weddings
******************************************************************/
/* Manage Weddings */
.page-weddings
{}

    /* Global table styling */
	.page-weddings table.weddings
	{
        table-layout: fixed;
		border-collapse: collapse;
		width: 100%;
		text-align: left;
		line-height: 125%;
        border: 1px solid #525252;
	}
    .page-weddings table.weddings th
	{
		background-color: #525252;
		color: #fff;
        padding: 6px;
        font-size: .875em;
	}
    .page-weddings table.weddings tbody tr
	{
        border-bottom: 1px solid #525252;
    }
    .page-weddings table.weddings tbody tr:last-child
	{
        border-bottom: none;
    }
        .page-weddings table.weddings tbody tr td
		{
			background-color: #F5F5F5;
			padding: 6px;
			vertical-align: middle;
		}
		.page-weddings table.weddings tbody tr:hover td
		{
			background-color: #EFEFEF;
		}
            .page-weddings table.weddings tbody tr td input.name,
            .page-weddings table.weddings tbody tr td select.group,
            .page-weddings table.weddings tbody tr td input.price
            {
                width: 95%;
            }
        .page-weddings table.weddings tbody tr td.options
        {
            font-size: .75em;
        }
            .page-weddings table.weddings tbody tr td.options *
            {
                vertical-align: middle;
            }
        .page-weddings table.weddings tbody tr td.actions
        {}
            .page-weddings table.weddings tbody tr td.actions .inner-row-wrap
            {
                position: relative;
            }
                .page-weddings table.weddings tbody tr td.actions .inner-row-wrap button span
                {
                    font-size: .66667em !important;
                }
            .page-weddings table.weddings tbody tr td.actions .inner-row-wrap .drag-handle
            {
                position: absolute;
                top: 0;
                height: 100%;
                right: 6px;
                width: 10px;
                background: url('https://www.bellasalonandspa.org/admin/assets/css/images/drag-handle.gif') repeat-y center top;
                cursor: move;
            }

    /* Column definitions */
    .page-weddings table.weddings th.name        { width: 35%; }
    .page-weddings table.weddings th.group       { width: 12%; }
    .page-weddings table.weddings th.price       { width: 12%; }
    .page-weddings table.weddings th.placeholder { width: 2%; }
    .page-weddings table.weddings th.options     { width: 18%; }
    .page-weddings table.weddings th.actions     { width: 20%; }

    /* Create Dialog */
    #create-item-dialog form
    {
        font-size: .875em;
    }
		#create-item-dialog label
		{
			display: block;
            margin: 8px 0 1px 0;
		}
		#create-item-dialog input[type="text"],
		#create-item-dialog select
        {
            display: inline-block;
            width: 98%;
            border-radius: 4px;
        }
        #create-item-dialog input[type="text"].price
        {
            width: 50%;
        }
        #create-item-dialog .option-checkboxes span
        { }
            #create-item-dialog .option-checkboxes input[type="checkbox"]
            {
                vertical-align: middle;
            }
            #create-item-dialog .option-checkboxes span
            {
                vertical-align: middle;
                font-size: .875em;
            }
		 
		 
/******************************************************************
	Page - Gallery
******************************************************************/
/* Gallery - Manager */
.page-gallery
{}
    /* Manage Gallery */
    .page-gallery ul.gallery-items
    {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
        .page-gallery ul.gallery-items li.image
        {
            display: block;
            float: left;
            vertical-align: top;
            width: 205px;
            padding: 0.4em;
            margin: 0 0.6em 0.6em 0;
            text-align: center;
            cursor: move;
            height: 210px;
        }
            .page-gallery ul.gallery-items li.image h5
            {
                margin: 0 0 0.4em;
                padding: 0.25em;
                font-size: .75em;
                min-height: 30px;
            }
            .page-gallery ul.gallery-items li.image .image-wrap
            {
                height: 145px;
                overflow: hidden;
            }
                .page-gallery ul.gallery-items li.image .image-wrap img
                {
                    max-width: 100%;
                    height: 100%;
                }
            .page-gallery ul.gallery-items li.image .actions
            {
                padding-top: 3px;
            }
                .page-gallery ul.gallery-items li.image .actions a
                {
                    float: right;
                }
                .page-gallery ul.gallery-items li.image .actions a.enlarge
                {
                    float: left;
                }
    /* Create Dialog */
    #create-gallery-dialog form,
    #update-gallery-dialog form
    {}
		#create-gallery-dialog label,
        #update-gallery-dialog label
		{
			display: block;
            margin: 8px 0 6px 0;
		}
		#create-gallery-dialog input,
        #update-gallery-dialog input
		{
			display: inline-block;
		}
		

/******************************************************************
    Page - Stylists
******************************************************************/

/* Manage Stylists */
.page-stylists
{}
	.page-stylists table.stylists
	{
        table-layout: fixed;
		border-collapse: collapse;
		width: 100%;
		text-align: left;
		line-height: 125%;
        border: 1px solid #525252;
	}
	.page-stylists table.stylists th
	{
		background-color: #525252;
		color: #fff;
		padding: 8px;
	}
    .page-stylists table.stylists th.photo { width: 15%; }
    .page-stylists table.stylists th.info { width: 65%; }
    .page-stylists table.stylists th.actions { width: 20%; }
	.page-stylists table.stylists tbody tr
	{
        border-bottom: 1px solid #525252;
    }
    .page-stylists table.stylists tbody tr:last-child
	{
        border-bottom: none;
    }
		.page-stylists table.stylists tbody tr td
		{
			background-color: #F5F5F5;
			padding: 8px;
			vertical-align: middle;
		}
		.page-stylists table.stylists tbody tr:hover td
		{
			background-color: #e3e3e3;
        }
        .page-stylists table.stylists td.photo
        {
            text-align: center;
        }
            .page-stylists table.stylists td.photo img
            {
                outline: 0 !important;
            }
        .page-stylists table.stylists td.info
        {
            vertical-align: top;
        }
        .page-stylists table.stylists td.info
        {}
            .page-stylists table.stylists td.info .bio
            {
                padding: 2px 0;
                font-style: italic;
                font-size: .875em;
            }
            .page-stylists table.stylists td.info .hours
            {
                font-size: .875em;
			}
			.page-stylists table.stylists td.info .instagram
            {
                font-size: .875em;
            }
		.page-stylists table.stylists td.actions
		{}
			.page-stylists table.stylists td.actions .inner-row-wrap
			{
				position: relative;
			}
			.page-stylists table.stylists td.actions .inner-row-wrap .drag-handle
			{
				position: absolute;
				top: 0;
				height: 100%;
				right: 6px;
				width: 10px;
				background: url('https://www.bellasalonandspa.org/admin/assets/css/images/drag-handle.gif') repeat-y center top;
				cursor: move;
			}

/* Edit Stylist */
.page-stylists-edit
{}
    .page-stylists-edit .stylist-photos-wrapper
    {
        position: relative;
        left: -50px;
    }
        .page-stylists-edit .stylist-photos-wrapper .stylist-photo
        {
            display: inline-block;
            text-align: center;
            margin-right: 35px;
        }
            .page-stylists-edit .stylist-photos-wrapper .stylist-photo .photo
            {
                max-width: 100%;
            }
            .page-stylists-edit .stylist-photos-wrapper .stylist-photo .info
            {
                font-size: .875em;
			}

			
/******************************************************************
	Page - Gift Certificates 
******************************************************************/

/* Gift Certificates - Manager */
.page-gift-certificates
{}
    /* Create Dialog */
    #create-gift-cert-dialog form
    {
        font-size: .875em;
    }
		#create-gift-cert-dialog label
		{
			display: block;
            margin: 8px 0 1px 0;
		}
		#create-gift-cert-dialog input[type="text"],
        #create-gift-cert-dialog select,
        #create-gift-cert-dialog textarea
		{
			display: inline-block;
            width: 98%;
            border-radius: 4px;
		}
		
		
/******************************************************************
	Page - Banners
******************************************************************/

/* Banners */
.page-banners
{}
	.page-banners table.banners 
	{
		table-layout: fixed;
		border-collapse: collapse;
		width: 100%;
		text-align: left;
		line-height: 125%;
        border: 1px solid #525252;
	}
	.page-banners table.banners thead th
	{
		background-color: #525252;
		color: #fff;
		padding: 8px;
	}
        .page-banners table.banners thead th.name { width: 21%; }
        .page-banners table.banners thead th.image { width: 57%; }
        .page-banners table.banners thead th.actions { width: 22%; }
	.page-banners table.banners tbody tr
	{
        background-color: #F5F5F5;
        border-bottom: 1px solid #525252;
    }
    .page-banners table.banners tbody tr.inactive
    {
        background-color: #ffd5d5;
    }
    .page-banners table.banners tbody tr:hover
    {
        background-color: #e3e3e3;
    }
		.page-banners table.banners tbody tr td 
		{
			padding: 8px;
			vertical-align: middle;
		}
        .page-banners table.banners td.image img
		{
            max-width: 100%;
        }
		.page-banners table.banners td.actions
		{}
			.page-banners table.banners td.actions .inner-row-wrap
			{
				position: relative;
			}
                .page-banners table.banners td.actions .inner-row-wrap
                {
                    position: relative;
                }
			.page-banners table.banners td.actions .inner-row-wrap .drag-handle
			{
				position: absolute;
				top: 0; 
				height: 100%;
				right: 6px;
				width: 10px;
				background: url('https://www.bellasalonandspa.org/admin/assets/css/images/drag-handle.gif') repeat-y center top;
				cursor: move;
			} 

/* Banners - Images */
.page-banners-images
{}
    .page-banners-images .image-library-section ul.image-library
    {}
        .page-banners-images .image-library-section ul.image-library li.image
        {
            display: block;
            vertical-align: top;
            width: 100%;
            padding: 0.4em; 
            margin: 0 0.6em 0.6em 0; 
        }
            .page-banners-images .image-library-section ul.image-library li.image h5
            {
                margin: 0 0 0.4em;
                padding: .75em;
                font-size: .75em;
            }
            .page-banners-images .image-library-section ul.image-library li.image .image-wrap
            {}
                .page-banners-images .image-library-section ul.image-library li.image .image-wrap img
                {
                    max-width: 100%;
                    max-height: 404px;
                }
            .page-banners-images .image-library-section ul.image-library li.image .actions
            {}
                .page-banners-images .image-library-section ul.image-library li.image .actions a
                {
                    float: left; 
                    font-size: 2em;
                }


/******************************************************************
	Page - Reviews
******************************************************************/

.page-reviews
{}
    .page-reviews table.reviews 
	{
		table-layout: fixed;
		border-collapse: collapse;
		width: 100%;
		text-align: left;
		line-height: 125%;
        border: 1px solid #525252;
    }
    .page-reviews table.reviews thead
	{}
        .page-reviews table.reviews thead th
        {
            background-color: #525252;
            color: #fff;
            padding: 8px;
        }
            .page-reviews table.reviews thead th.name    { width: 18%; }
            .page-reviews table.reviews thead th.mobile  { width: 10%; }
            .page-reviews table.reviews thead th.stars   { width: 6%; }
            .page-reviews table.reviews thead th.content { width: 56%; }
            .page-reviews table.reviews thead th.actions { width: 10%; }
    .page-reviews table.reviews tbody
    {}
        .page-reviews table.reviews tbody tr
        {
            background-color: #F5F5F5;
            border-bottom: 1px solid #525252;
        }
            .page-reviews table.reviews tbody tr td 
            {
                padding: 8px;
                vertical-align: middle;
            }

    #update-review-dialog form
    {
        font-size: .875em;
    }
        #update-review-dialog label
        {
            display: block;
            margin: 8px 0 1px 0;
        }
        #update-review-dialog input[type="text"],
        #update-review-dialog select
        {
            display: inline-block;
            width: 98%;
            border-radius: 4px;
        }

/******************************************************************
    Page - Business Hours
******************************************************************/

.page-business-hours .instructions 
{
    display: block;
    font-style: italic;
    padding-bottom: 24px;
}
.page-business-hours table 
{
    table-layout: fixed;
    border-collapse: collapse;
    width: 60%;
    text-align: left;
    line-height: 125%;
    border: 1px solid #525252;
}
    .page-business-hours table thead th
    {
        background-color: #525252;
        color: #fff;
        padding: 8px;
    }
        .page-business-hours table thead th
        { 
            width: 50%; 
        }
    .page-business-hours table tbody tr
    {
        background-color: #F5F5F5;
        border-bottom: 1px solid #525252;
    }
        .page-business-hours table tbody tr td 
        {
            padding: 8px;
            vertical-align: middle;
        }
            .page-business-hours table tbody tr td input[type='text'] 
            {
                max-width: 100%;
            }
.page-business-hours .actions 
{
    padding-top: 10px;
    text-align: left;
}