* {
	-webkit-box-sizing: border-box;	
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
}

body {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 14px;
}

/* links */
a {  color: #000000; font-weight: normal; text-decoration: none; }

a:hover {  text-decoration: underline; }

a.headerLink:link {  color: #ffffff; font-weight: bold; text-decoration: none; }
a.headerLink:visited {  color: #ffffff; font-weight: bold; text-decoration: none; }
a.headerLink:active {  color: #ffffff; font-weight: bold; text-decoration: none; }
a.headerLink:hover {  color: #ffffff; font-weight: bold; text-decoration: underline; }

a.menuBoxHeadingLink:link {  color: #616060; font-weight: bold; text-decoration: none; }
a.menuBoxHeadingLink:visited {  color: #616060; font-weight: bold; text-decoration: none; }
a.menuBoxHeadingLink:active {  color: #616060; font-weight: bold; text-decoration: none; }
a.menuBoxHeadingLink:hover {  color: #616060; font-weight: bold; text-decoration: none; }

a.menuBoxContentLink:link {  color: #616060; font-weight: normal; text-decoration: none; }
a.menuBoxContentLink:visited {  color: #616060; font-weight: normal; text-decoration: none; }
a.menuBoxContentLink:active {  color: #616060; font-weight: normal; text-decoration: none; }
a.menuBoxContentLink:hover {  color: #616060; font-weight: normal; text-decoration: underline; }

a.splitPageLink:link {  color: #0000FF; font-weight: normal; text-decoration: none; }
a.splitPageLink:visited {  color: #0000FF; font-weight: normal; text-decoration: none; }
a.splitPageLink:active {  color: #0000FF; font-weight: normal; text-decoration: none; }
a.splitPageLink:hover {  color: #0000FF; font-weight: normal; text-decoration: underline; background-color: #FFFF33; }

/* menu box */
.menuBoxHeading {  color: #616060; background-color: #ffffff; }
.menuBoxContent {  color: #616060; }

/* page */
body { background-color: #ffffff; color: #000000; margin: 0px; }
.headerBar { background-color: #9ad1ec; }
.headerBarContent {  color: #ffffff; font-weight: bold; padding: 2px; }
.columnLeft { display: none;background-color: #f3fbff; border-color: #999999; border-width: 1px; border-style: solid; padding: 2px; }
.pageHeading {  font-size: 18px; color: #727272; font-weight: bold; }

/* data table */
.dataTableHeadingRow { background-color: #9ad1ec; }
.dataTableHeadingContent {  color: #ffffff; font-weight: bold; }
.dataTableRow { background-color: #f3fbff; }
.dataTableRowSelected { background-color: #d9f2ff; }
.dataTableRowOver { background-color: #FFFFFF; cursor: pointer; cursor: hand; }
.dataTableContent {  color: #000000; }

/* info box */
.infoBoxHeading {  color: #ffffff; background-color: #9ad1ec; }
.infoBoxContent {  color: #000000; background-color: #d9f2ff; }

/* message box */

.messageBox {  }
.messageStackError, .messageStackWarning {  background-color: #ffb3b5; }
.messageStackSuccess {  background-color: #99ff00; }

/* forms */
CHECKBOX, INPUT, RADIO, SELECT, TEXTAREA, FILE {  }
FORM { display: inline; }

/* account */
.formArea { background-color: #f1f9fe; border-color: #7b9ebd; border-style: solid; border-width: 1px; }
.formAreaTitle {   font-weight: bold; }

/* attributes */
.attributes-bagbag { background-color: #f4f7fd; }
.attributes-even { background-color: #ffffff; }

/* miscellaneous */
.specialPrice { color: #ff0000; }
.oldPrice { text-decoration: line-through; }
.fieldRequired {  color: #ff0000; }
.smallText {  }
.main {  }
.errorText {  color: #ff0000; }

.dataTableContentRed {  color: #CC0000; }
.dataTableContentRedAlert {  color: #FF0000; font-weight: bold; }

.oscbutton
{
	line-height:1;
	vertical-align:top;
	display: inline-block;
	/*background:#e0e0e0;*/
	background:#22A9FF;
	color:#ffffff!important;
	border:0px solid #000;
	
	border-radius: 2px;
	cursor:pointer;
	padding:10px 15px;
	font-size: 14px!important;
	margin-bottom:10px;
	border-radius:2px;
}
.oscbutton.mini {
	padding: 3px 5px;
	font-size: 12px!important;
	
}
.oscbutton.green {
	background:#00bd02;
	color: #fff;
	border: 0;
	
}
.oscbutton.gray {
	background:#999;
	color: #000;
	border: 0;
	
}
.oscbutton.red {
	background: #ac0000;
	color: #fff;
	border: 0;
}
.oscbutton:hover {
	opacity:0.8;
	text-decoration: none;
}

.oscbutton.orange {
	background:#f79f13;
}
.oscbutton.purple, .bigbutton.purple {
	background:purple;
	color:#fff;
}

.oscbutton.big, .bigbutton.big {
	padding:20px 15px;
}

.oscbutton.full, .bigbutton.full {
	display: block;
	text-align:center;
	margin:0 0 20px 0;
}

.clear, .clr {
	clear: both;
}
.calendar_month
{
	width:450px;
	height:450px;
	float:left;
	margin:0px 10px 20px;
	margin-bottom:8px;
	border:1px solid #f0f0f0;
	background-color:#ffffff;
	display:inline;
}

.even
{
	background-color: #f0f0f0;
}

.calendar_month p
{
	font-size:11pt;
	font-weight:bold;
}

.calendar_daytext
{
	width:60px;
	float:left;
	margin-left:3px;
	text-align:center;
}

.calendar_dayblank
{
	width:60px;
	height:40px;
	margin-bottom:4px;
	float:left;
	margin-left:3px;
	text-align:center;
}

.calendar_daynum
{
	width:58px;
	height:38px;
	margin-bottom:4px;
	float:left;
	margin-left:3px;
	text-align:center;
	border:1px solid #d0d0d0;
	font-size:12pt;
	position: relative;
}
.calendar_daynum.today {
	font-weight:bold;
}
.calendar_daynum .calendar_daynum_actions {
	display: none;
	width:200px;
	*height:60px;
	z-index: 999;
	background:#333333;
	color:#fff;
	border-radius:0px 5px 5px 5px;
	padding:10px;
	font-size:10pt;
	font-weight: normal;
	position:absolute;
	left:100%;
	top:0;
	float:left;
}
.calendar_daynum_actions h3 {
	margin:0;
	padding:0px 0px 3px 0px;
	font-size:11pt;
	display:block;
	
}
.calendar_daynum .calendar_daynum_actions a {
	color:#fff;
	font-size:10pt;
	font-weight: normal;
}
.calendar_daynum .calendar_daynum_actions p {
	margin:0px 0px 4px 0px;
	padding:0;
}
.existsdisabled
{
	background-color: #cccccc;
}

.existsenabled
{
	*background-color: #00cc99;
	*font-size:8pt;
}
.calendar_daynum:hover, .existsenabled
{
	background-color:#ff2b2b;
	color:#fff!important;
	text-decoration: none;
	
}
.calendar_daynum:hover {
	cursor: help;
}
.calendar_daynum.hasavailability {
	font-weight:bold;
	color:#00a101;
}

.intext
{

	font-size:7pt;
	padding:0px;
	*float:left;
	margin-top:2px;
	font-weight:normal;
	color:#fff;

}
tr.appointment:hover {
	background: #f0f0f0;
}

.nav {
	width: 200px;
	float:left;
	margin:0 10px 0 0;
}
.choose_partner_list.inactive {
	display: none;
}
.nav h3 {
	font-size:16px;
	
	margin: 0 0 4px 0;
	padding:0;
}
.nav > ul {
	list-style:none;
	margin: 0 0 0px 0;
	padding:0;
	width:100%;
	background:#e7f7ff;
	float:left;
}
.nav > ul > li {
	padding:6px;
	margin: 0 0 0px 0;
	display: block;
	position: relative;
	cursor: pointer;
	font-size:14px;
	border-bottom: 1px solid #fff;
	
}
.nav > ul > li:hover, .nav > ul > li.active {
	background:#60D1FF;
}
.nav > ul > li ul {
	display:none;
	position: absolute;
	top:0;
	left: 100%;
	z-index:1;
	background:#60D1FF;
	list-style:none;
	margin:0;
	padding: 0;
	border-radius:0 5px 5px 0;
	width:250px;
}
.nav > ul > li:hover ul {
	display: block;
}
.nav > ul > li ul li {

	display:block;
	padding: 20px 10px;
	text-align: left;
	border-bottom:1px solid #f0f0f0;
	font-size:12px;
	
}
.nav > ul > li ul li:hover, .nav > ul > li ul li.active {
	background:#333333;
	color:#fff;
	
}
.new_header {
	background:url(/img/bg_top.png) repeat-x left bottom;
	display: inline-block;
	width:100%;
	padding:10px 0 30px;
}
.new_header .right_part {
	background: none!important;
	color:#fff!important;
	font-size: 18px;
}
.new_header .right_part > span a {
	color:#fff!important;
}
.topnav {
	margin:20px 0 0;
	background: url(/img/nav_bg.jpg) repeat-x left top;
	
	
}
.topnav > ul {
	list-style:none;
	margin:0;
	padding:0;

}
.topnav > ul > li {
	border-right:1px solid #aaa;
	color: #fffffe;
	display: block;
	float: left;
	line-height: 36px;
	padding: 0 2px 0 0 !important;
	position: relative;
	
}
.topnav > ul > li.last {
	background:none;
}

.topnav > ul > li > a {
	color: #fffffe;
	display: block;
	float: left;
	font-size:14px;
	font-weight: bold;
	padding: 0 14px;
	
}
.topnav > ul > li > a:hover, .topnav > ul > li > a.active {
  background: #3b6ab1 none repeat scroll 0 0;
  text-decoration:none;
}
.topnav > ul > li ul {
	background: #3b6ab1 none repeat scroll 0 0;
	display: none;
	left: 0;
	position: absolute;
	top: 100%;
	width: 200px;
	z-index: 100;
	margin: 0;
	padding: 0;
	list-style: none;
}
.topnav > ul > li:hover ul {
	display: block;
}
.topnav > ul > li ul li {

	background: none;
	border-bottom: 1px solid #4679c1;
	display: block;
	float: left;
	
	font-weight: bold;
	line-height: 24px;
	padding: 0 0 4px;
	width: 99%;
}
.topnav > ul > li ul li:hover, .topnav > ul > li ul li.active {
	background:#2c5fab;
	
}
.topnav > ul > li ul li:hover a {
	text-decoration:none;
}
.topnav > ul > li ul li a {
	display: block;
	font-size: 14px;
	padding: 3px 10px;
	color: #fff;
	font-weight:bold;
	
}

.check_field.good, .check_field_attr.good {
	border:1px solid green;
}
.check_field.error, .check_field_attr.error {
	border: 1px solid red;
}
.check_field_attr.checking {
	background:url(../images/load-indicator.gif) no-repeat right center;
	padding: 0 20px 0 0;
}
#customers_pulldown.loading {
	background:#fff url(../images/load-indicator.gif) no-repeat right center;
}
.nav-toggle {
	display: none;
}
.new_work_table {
	float: left;
	width: 75%;
}
.new_work_table.preview_mode {
	float: none;
	width: 100%;
}
.new_work_table textarea {
	width: 100%;
	font-size: 16px;
	font-weight:300;
	line-height: 1.5;
	font-family:inherit;
}

.new_work_table .costs_table label {
	display: block;
	padding:0 0 3px;
}
.new_work_table .xsell_search {
	display: block;
	padding: 5px 10px;
	border: 1px solid #ccc;
}
input[type="text"],input[type="password"], select {
		padding:10px;
		border: 1px solid #333;
	}
select {
	cursor: pointer;
	width: 200px;
	padding: 10px;
	border: 1px solid #ccc;
}
.works_list .dataTableContent label {
	display: none;
}
.works_actions_mobile {
	display: none;
}
.auth_for_old {
	background:#fff;
	padding:10px;
	position:fixed;
	z-index: 999999;
	left: 45%;
	top:20%;
	
}
.nice_dd {
	padding: 5px 10px;
	border: 1px solid #ccc;
	max-width: 200px;
	cursor: pointer;
}
.works_list_style {
	display: none;
	margin: 20px 0 10px;
}
.works_list_style a {
	color: #333;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	padding: 0 10px 10px 0;
}
.works_list_style a.active, .works_list_style a:hover {
	color: #4b78bb;
}
#partner_totals_mobile {
	display: none;
}
.tabs-nav {
	padding-left:20px;
	padding-right:20px;
}
.tabs-content {
	padding-left:20px;
	padding-right:20px;
}
.toggle-nav {
	display: none;
	color:#fff;
}
.hidden {
	display: none!important;
}
.edit_order_main_boxes {
	width:100%;
}
.edit_order_main_boxes > tbody > tr > td > table {
	margin: 0 1% 20px 0;
	width:24%;
}
.edit_order_mobile_title {
	display: none;
}

.nav_zones {
	
	margin:0 0px 10px 0;
}
.nav_zones h3 {
	font-size:16px;
	
	margin: 0 20px 10px 0;
	padding:0;
	display: inline-block;
	vertical-align:middle;
}
.nav_zones > ul {
	list-style:none;
	margin: 0 0 0px 0;
	padding:0;
	display: inline-block;
	vertical-align:middle;
	
	
}
.nav_zones > ul > li {
	padding:0;
	margin: 0 10px 10px 0;
	display: inline-block;
	vertical-align:top;
	position: relative;
	cursor: pointer;
	font-size:14px;
	border-right: 0px solid #fff;
	
	
}
.nav_zones > ul > li a {
	color:#fff;
	padding:10px;
	display: block;
	border-radius:5px;
	background:#999;
}
.nav_zones > ul > li:hover a, .nav_zones > ul > li.active a {
	background:#000;
	text-decoration:none;
}

.nav_zones.inactive {
	display: none;
}