/* --------------- reset.css --------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}

ul {
  list-style: none;
}

img {
  border: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
a.active {
  font-weight: bold;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}
td img {
  vertical-align: top;
}

input, select, button, textarea {
  margin: 0;
  font-size: 100%;
}

input[type=text], input[type=password] {
  padding: 0;
}

textarea {
  padding: 0;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

/* --------------- /reset.css --------------- */
/* --------------- basic setup ---------*/
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
  background: #dae0e5;
  color: #000;
  text-align: left;
  font: 12px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

input, select, button, textarea {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

label {
  cursor: pointer;
}

input[type=button], input[type=submit] {
  cursor: pointer;
}

button {
  cursor: pointer;
}

a {
  color: #287fc3;
  text-decoration: underline;
}
a:visited {
  color: #287fc3;
  text-decoration: underline;
}
a:hover {
  color: #287fc3;
  text-decoration: none;
}
a:focus, a:active {
  color: #287fc3;
  text-decoration: underline;
}

:focus {
  outline: none;
}

/* --------------- /basic setup ---------*/
.clear {
  clear: both;
  overflow: hidden;
  font-size: 0;
}

h3 {
  font-size: 18px;
  color: #000000;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 15px 0;
}

.sf_admin_form_row {
  clear: both;
  margin-bottom: 12px;
}
.sf_admin_form_row td {
  padding: 2px 0;
  vertical-align: top;
}
.sf_admin_form_row label {
  padding-right: 10px;
  position: relative;
  top: 1px;
  display: block;
  float: left;
  width: 140px;
  font: 12px Verdana;
}
.sf_admin_form_row select {
  font-size: 14px;
  width: 200px;
}
.sf_admin_form_row input[type=text] {
  width: 400px;
  font-size: 14px;
}

.sf_admin_filter {
  margin-bottom: 10px;
}
.sf_admin_filter table {
  width: 100%;
}
.sf_admin_filter table tfoot td {
  padding-top: 10px;
  text-align: right;
}
.sf_admin_filter table td:first-child {
  width: 150px;
}
.sf_admin_filter label {
  display: block;
  float: left;
  width: 140px;
  font: 12px Verdana;
}

#sf_admin_container .sf_admin_list p {
  padding: 10px;
  background: #EEE;
}
#sf_admin_container .sf_admin_list table {
  width: 100%;
  border: solid 1px #e3e3e4;
  margin: 10px 0;
}
#sf_admin_container .sf_admin_list table th {
  padding: 10px 0;
  font-weight: normal;
}

.sf_admin_td_actions li {
  float: left;
  padding-right: 13px;
}

.sf_admin_actions {
  padding: 7px 12px;
  width: 98%;
  height: 27px;
}
.sf_admin_actions li {
  float: left;
  padding-right: 10px;
}

.sf_admin_row td {
  padding: 5px 3px !important;
}

.sf_admin_pagination {
  text-align: center;
  padding: 10px 0;
}
.sf_admin_pagination img {
  margin-bottom: -4px;
}

.sf_admin_form form table th,
.lightblue_rect form table th,
.blue_rect form table th,
.green_rect form table th {
  padding-right: 10px;
  text-align: left;
  width: 120px;
  font: 12px verdana;
}

.sf_admin_form form table td,
.lightblue_rect form table td,
.blue_rect form table td,
.green_rect form table td {
  padding: 3px 0 2px;
}

#user_details td {
  vertical-align: top;
}
#user_details td.userpic {
  padding-right: 24px;
}
#user_details table {
  width: 100%;
}

.no_result,
.no_results {
  background: #EEE;
}

#dsp_logo_map {
  margin-bottom: 15px;
}
#dsp_logo_map .logo {
  width: 132px;
  text-align: right;
}

#dsp_map_canvas {
  width: 650px;
  height: 250px;
}

#patient_marks {
  padding: 10px 0;
}
#patient_marks span {
  margin: 0 5px;
  background: #d8e1f9;
  color: #34577f;
  padding: 0 5px;
}

.pat_deleted p {
  clear: both;
}

#facebooked {
  padding: 3px 0;
  text-align: right;
}

#logs .entry {
  padding: 3px 0;
}
#logs .entry span.date {
  margin-right: 10px;
  font-weight: bold;
}

.office_inactive td {
  background: #eee;
  color: #aaa;
}

.permissions_list {
  overflow: auto;
}
.permissions_list .zone {
  padding: 10px;
  margin: 5px 0;
  background: #eee;
  border: solid 1px #34577f;
}
.permissions_list label {
  color: #000 !important;
}
.permissions_list h3 {
  margin: 0 0 10px;
  cursor: hand;
}
.permissions_list ul#drop-list a {
  display: block;
  font-size: 18px;
  text-decoration: none;
  line-height: 15px;
  padding: 2px 0 5px 0;
}
.permissions_list ul#drop-list a span {
  display: block;
  padding: 0 0 0 40px;
  margin: 0 10px 0 0;
  color: #000000;
  font-size: 18px;
}
.permissions_list ul#drop-list a.collapsed span {
  background: url(/img/plus.gif) 10px 3px no-repeat;
}
.permissions_list ul#drop-list a.expanded span {
  background: url(/img/minus.gif) 10px 3px no-repeat;
}

.my_new_data_tbl {
  width: 100%;
}
.my_new_data_tbl th {
  font-size: 20px;
  padding: 5px 0;
}
.my_new_data_tbl td {
  padding: 0 10px;
}
.my_new_data_tbl div.office {
  margin: 2px 0;
}

.no_display_ui {
  display: none;
}

.ui-widget .no_display_ui {
  display: inline-block;
}

.block-info-top,
.block-info-bottom {
  background: none !important;
}

.admin-header {
  background: url(/img/admin-inner-bg-top.gif) top center repeat-x;
}

.admin-page {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 20px 0;
}

.admin-top {
  clear: both;
  position: relative;
}
.admin-top .logo {
  float: left;
}
.admin-top ul {
  float: right;
  list-style: none;
  margin: 20px 0 0 0;
}
.admin-top ul li {
  float: left;
  background: url(/img/separator-li.gif) left no-repeat;
  padding: 0 12px;
  color: #fff;
  height: 23px;
  line-height: 23px;
}
.admin-top ul li span {
  font-weight: bold;
}
.admin-top ul li a {
  color: #ccdee9;
  text-decoration: none;
  padding: 0 10px 0 0;
  background: url(/img/pointer-header-admin.gif) right no-repeat;
}
.admin-top ul li a:hover {
  text-decoration: underline;
  background: url(/img/pointer-header-admin.gif) right no-repeat;
}
.admin-top ul li:first-child {
  background: none;
}

.box-top {
  height: 15px;
  width: 1000px;
  background: url(/img/top-box.png) no-repeat;
}

.box-top-white {
  height: 15px;
  width: 1000px;
  background: url(/img/top-bg-white.gif) no-repeat;
}

.box-bottom {
  height: 15px;
  width: 1000px;
  background: url(/img/bottom-box.png) no-repeat;
}

.box-bottom-white {
  height: 15px;
  width: 1000px;
  background: url(/img/bottom-white-bg.gif) no-repeat;
}

.box-top-noleft {
  height: 15px;
  width: 1000px;
  background: url(/img/top-box-wide.png) no-repeat;
}

.box-bottom-noleft {
  height: 15px;
  width: 1000px;
  background: url(/img/bottom-box-wide.png) no-repeat;
}

.admin-column {
  clear: both;
  overflow: hidden;
  background: url(/img/admin-column-repiat.gif) 12px repeat-y;
}

.admin-column-white {
  clear: both;
  overflow: hidden;
  background: url(/img/bg-white-block.gif) 12px repeat-y;
}

.admin-column-left {
  float: left;
  width: 156px;
  margin: 0 0 0 12px;
}
.admin-column-left ul {
  list-style: none;
}
.admin-column-left ul li {
  background: url(/img/bg-bottom-li.gif) bottom no-repeat;
  clear: both;
  margin-top: 1px;
}
.admin-column-left ul li a {
  color: #5e5e5e;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  height: 41px;
  line-height: 41px;
}
.admin-column-left ul li a span {
  display: block;
  background: url(/img/bg-in.gif) 7px 17px no-repeat;
  padding: 0 0 0 20px;
  margin: 0;
}
.admin-column-left ul li a:hover {
  color: #ed9340;
}
.admin-column-left ul li a:hover span {
  display: block;
  color: #ed9340;
  background: url(/img/bg-in.gif) 7px 17px no-repeat;
  padding: 0 0 0 20px;
}
.admin-column-left ul li.sub {
  background: none;
}
.admin-column-left ul li.sub ul.sub-menu {
  margin: -3px 0 0 0;
  padding: 0 0 7px 0;
  position: relative;
  float: left;
  width: 156px;
  background: url(/img/bg-bottom-li.gif) bottom no-repeat;
}
.admin-column-left ul li.sub ul.sub-menu li {
  background: none;
}
.admin-column-left ul li.sub ul.sub-menu li a {
  display: block;
  line-height: 25px;
  height: 25px;
  font-size: 12px;
  color: #616f73;
  font-weight: normal;
  padding: 0 0 0 29px;
  background: url(/img/bg-nav-left.gif) 19px 9px no-repeat;
}
.admin-column-left ul li.sub ul.sub-menu li span {
  display: block;
}
.admin-column-left ul li.sub ul.sub-menu li a:hover {
  display: block;
  margin: 0;
  font-size: 12px;
  color: #ed9340;
  font-weight: normal;
  padding: 0 0 0 29px;
  background: url(/img/bg-nav-left.gif) 19px 9px no-repeat;
}
.admin-column-left ul li.sub ul.sub-menu li.active span {
  background: url(/img/sub-active-menu.gif) top repeat-x;
  padding: 0;
  margin: 0 -2px 0 2px;
  display: block;
  font-size: 12px;
}
.admin-column-left ul li.sub ul.sub-menu li.active a {
  display: block;
  margin: 0;
  font-size: 12px;
  color: #fff;
  font-weight: normal;
  padding: 0 0 0 29px;
  background: url(/img/pointer-sub-active.gif) 19px 9px no-repeat;
}
.admin-column-left ul li.sub ul.sub-menu li.active a:hover {
  display: block;
  margin: 0;
  font-size: 12px;
  color: #fff;
  font-weight: normal;
  padding: 0 0 0 29px;
  background: url(/img/pointer-sub-active.gif) 19px 9px no-repeat;
}

/* sub menu */
/* sub active */
.noleft {
  clear: both;
  overflow: hidden;
  background: url(/img/admin-column-repiat-wide.gif) 12px repeat-y;
}

/**/
.admin-column-left ul li.active {
  background: url(/img/nav-over.png) no-repeat;
  width: 156px;
  margin: -2px -10px 0 -11px;
  padding: 0 11px 0 10px;
  position: relative;
  z-index: 2;
  top: -2px;
}
.admin-column-left ul li.active a span {
  display: block;
  color: #fff;
  background: url(/img/bg-in-a.gif) 7px 14px no-repeat;
  margin: -2px 0 0 2px;
  padding: 0 0 0 20px;
  line-height: 35px;
}
.admin-column-left ul li.active a:hover span {
  background: url(/img/bg-in-a.gif) 7px 14px no-repeat;
}
.admin-column-left ul li.active ul.sub-menu {
  position: relative;
  float: left;
  width: 158px;
  background: url(/img/bg-bottom-li.gif) bottom no-repeat;
  padding: 0 0 7px 1px;
}

.navigation-header-top {
  border-bottom: 1px solid #e6e9ea;
  margin: 0 0 15px 0;
}

ul.top-navigation-header {
  background: #ebeef1;
  list-style: none;
  overflow: hidden;
}
ul.top-navigation-header li {
  float: left;
  border-right: 1px solid #fff;
  background: #dae0e5;
  font-size: 12px;
}
ul.top-navigation-header li a {
  display: block;
  height: 26px;
  line-height: 26px;
  color: #555555;
  text-decoration: none;
}
ul.top-navigation-header li a:hover {
  text-decoration: none;
  color: #e78632;
}
ul.top-navigation-header li span {
  display: block;
  height: 26px;
  line-height: 26px;
  padding: 0 10px;
}
ul.top-navigation-header li.active span {
  text-decoration: none;
  color: #fff;
  background: url(/img/repiat-orange.gif) repeat-x;
}
ul.top-navigation-header li.menu_right {
  float: right;
}
ul.top-navigation-header li.menu_compose SPAN {
  text-decoration: underline;
}

div.sub-navigation {
  width: 100%;
  color: #555555;
  font-size: 11px;
  padding: 8px 0;
}
div.sub-navigation a {
  color: #555555;
  text-decoration: none;
  padding: 0 10px;
}
div.sub-navigation span {
  padding: 0 10px;
  color: #e78632;
}
div.sub-navigation a:hover {
  text-decoration: underline;
}

.admin-column-left ul li ul li span {
  margin: 0;
}
.admin-column-left ul li ul li.active span {
  margin: 0 -3px 0 3px;
  overflow: hidden;
}
.admin-column-left ul li ul li.active span a {
  padding-left: 28px;
}
.admin-column-left ul li ul li.active span a:hover {
  padding-left: 28px;
}
.admin-column-left ul li.sub ul li.active a {
  display: block;
  margin: 0;
  font-size: 12px;
  color: #fff;
  font-weight: normal;
  padding: 0 0 0 29px;
  background: url(/img/pointer-sub-active.gif) 19px 9px no-repeat;
}
.admin-column-left ul li.sub ul li.active a:hover {
  display: block;
  margin: 0;
  font-size: 12px;
  color: #fff;
  font-weight: normal;
  padding: 0 0 0 29px;
  background: url(/img/pointer-sub-active.gif) 19px 9px no-repeat;
}

.exit {
  text-align: center;
  padding: 30px 0;
  overflow: hidden;
  clear: both;
}

.ui-dialog-content form label {
  color: #000;
  margin-right: 10px;
}

.ui-tabs-panel {
  padding: 10px;
  margin-top: -13px;
  margin-bottom: 15px;
  background: url(/img/box-info-repiat.gif) repeat-y;
  background: #dae0e5 !important;
  width: 776px;
}
.ui-tabs-panel .table-list {
  width: 754px;
}
.ui-tabs-panel .box-rounded {
  width: 754px;
}
.ui-tabs-panel .box-rounded-bottom {
  width: 742px;
}

.table-list {
  width: 779px;
}
.table-list td {
  border-left: 1px solid #FFF;
  border-bottom: 1px solid #fff;
  padding: 8px 10px;
  font-size: 13px;
  color: #575d64;
}
.table-list td a {
  color: #575d64;
}
.table-list td a:hover {
  text-decoration: none;
}
.table-list tr.header td, .table-list tr.header th {
  background: #62a0c9;
  color: #fff;
  font-weight: bold;
}
.table-list tr.header td img, .table-list tr.header th img {
  vertical-align: middle;
  margin: 0 0 0 12px;
}
.table-list tr.header td a, .table-list tr.header th a {
  color: #ffffff;
  text-decoration: none;
}
.table-list tr.header td img, .table-list tr.header th img {
  vertical-align: middle;
  margin: 0 0 0 12px;
}
.table-list tr.grey-td td, .table-list tr.even td {
  background: #ededed;
}
.table-list td .edit {
  list-style: none;
}
.table-list td .edit li {
  float: left;
  margin: 0 3px;
}
.table-list td .edit li a {
  display: block;
  width: 19px;
}
.table-list td.total {
  background: #5184a6;
  font-size: 18px;
  color: #fff;
  border-top: 1px solid #fff;
}
.table-list td.orange-view {
  background: #f78821;
  font-size: 18px;
  color: #fff;
  padding: 7px 14px 7px 25px;
  border-top: 1px solid #fff;
}
.table-list tr.color-td td {
  background: #f6f6cf;
}
.table-list tr.off td {
  background: #dee3e8;
  color: #999ea3;
}
.table-list tr.off td a {
  color: #999ea3;
}
.table-list tr.off td a:hover {
  color: #999ea3;
  text-decoration: underline;
}
.table-list tr.off td .edit li.g-ico-activate a {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.table-list tr.off td .edit li.g-ico-activate a:hover {
  background: url(/img/g-ico-activate.png) no-repeat;
}
.table-list tr.off td .edit li.g-ico-add a {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.table-list tr.off td .edit li.g-ico-add a:hover {
  background: url(/img/g-ico-add.png) no-repeat;
}
.table-list tr.off td .edit li.g-ico-approve a {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.table-list tr.off td .edit li.g-ico-approve a:hover {
  background: url(/img/g-ico-approve.png) no-repeat;
}
.table-list tr.off td .edit li.g-ico-edit a {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.table-list tr.off td .edit li.g-ico-edit a:hover {
  background: url(/img/g-ico-edit.png) no-repeat;
}
.table-list tr.off td .edit li.g-ico-deactivate a {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.table-list tr.off td .edit li.g-ico-deactivate a:hover {
  background: url(/img/g-ico-deactivate.png) no-repeat;
}
.table-list tr.off td .edit li.g-ico-decline a {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.table-list tr.off td .edit li.g-ico-decline a:hover {
  background: url(/img/g-ico-decline.png) no-repeat;
}
.table-list tr.off td .edit li.g-ico-template a {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.table-list tr.off td .edit li.g-ico-template a:hover {
  background: url(/img/g-ico-template.png) no-repeat;
}
.table-list tr.off td .edit li.g-ico-view a {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.table-list tr.off td .edit li.g-ico-view a:hover {
  background: url(/img/g-ico-view.png) no-repeat;
}
.table-list tr.off td .edit li.g-ico-visit a {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.table-list tr.off td .edit li.g-ico-visit a:hover {
  background: url(/img/g-ico-visit.png) no-repeat;
}

.edit {
  list-style: none;
}
.edit li {
  float: left;
  margin: 0 3px;
}
.edit li a {
  display: block;
  width: 19px;
}
.edit li.g-ico-activate a {
  background: url(/img/g-ico-activate.png) 0 0 no-repeat;
  height: 19px;
}
.edit li.g-ico-activate a:hover {
  background: url(/img/g-ico-activate.png) 0 -19px no-repeat;
  height: 19px;
}
.edit li.g-ico-add a {
  background: url(/img/g-ico-add.png) 0 0 no-repeat;
  height: 19px;
}
.edit li.g-ico-add a:hover {
  background: url(/img/g-ico-add.png) 0 -19px no-repeat;
  height: 19px;
}
.edit li.g-ico-approve a {
  background: url(/img/g-ico-approve.png) 0 0 no-repeat;
  height: 19px;
}
.edit li.g-ico-approve a:hover {
  background: url(/img/g-ico-approve.png) 0 -19px no-repeat;
  height: 19px;
}
.edit li.g-ico-deactivate a {
  background: url(/img/g-ico-deactivate.png) 0 0 no-repeat;
  height: 19px;
}
.edit li.g-ico-deactivate a:hover {
  background: url(/img/g-ico-deactivate.png) 0 -19px no-repeat;
  height: 19px;
}
.edit li.g-ico-decline a {
  background: url(/img/g-ico-decline.png) 0 0 no-repeat;
  height: 19px;
}
.edit li.g-ico-decline a:hover {
  background: url(/img/g-ico-decline.png) 0 -19px no-repeat;
  height: 19px;
}
.edit li.g-ico-edit a {
  background: url(/img/g-ico-edit.png) 0 0 no-repeat;
  height: 19px;
}
.edit li.g-ico-edit a:hover {
  background: url(/img/g-ico-edit.png) 0 -19px no-repeat;
  height: 19px;
}
.edit li.g-ico-template a {
  background: url(/img/g-ico-template.png) 0 0 no-repeat;
  height: 19px;
}
.edit li.g-ico-template a:hover {
  background: url(/img/g-ico-template.png) 0 -19px no-repeat;
  height: 19px;
}
.edit li.g-ico-view a {
  background: url(/img/g-ico-view.png) 0 0 no-repeat;
  height: 19px;
}
.edit li.g-ico-view a:hover {
  background: url(/img/g-ico-view.png) 0 -19px no-repeat;
  height: 19px;
}
.edit li.g-ico-visit a {
  background: url(/img/g-ico-visit.png) 0 0 no-repeat;
  height: 19px;
}
.edit li.g-ico-visit a:hover {
  background: url(/img/g-ico-visit.png) 0 -19px no-repeat;
  height: 19px;
}

.admin-column-right {
  float: right;
  width: 780px;
  padding: 5px 30px 10px 10px;
  min-height: 600px;
}

.crumb {
  clear: both;
  overflow: hidden;
  font-size: 13px;
  margin: 0 0 15px 0;
}
.crumb a {
  color: #358dc7;
  margin: 0 8px 0 0;
  padding: 0 20px 0 0;
  background: url(/img/pointer-crumb.gif) right no-repeat;
}
.crumb a:hover {
  text-decoration: none;
}

.border-white {
  border: 1px solid #FFF;
}

.block-admin {
  clear: both;
}

.list-page {
  clear: both;
  background: #e2e2e2;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  margin: 15px 0 0 0;
}

.list-page-border {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 3px 4px;
  overflow: hidden;
}
.list-page-border .right-page {
  float: right;
  color: #373737;
  width: 270px;
}
.list-page-border .right-page span.results {
  float: left;
  display: block;
  margin: 5px 0 0 0;
}
.list-page-border .right-page ul {
  list-style: none;
  float: right;
  margin: 3px 5px 3px 30px;
}
.list-page-border .right-page ul li {
  float: left;
  font-size: 14px;
}
.list-page-border .right-page ul li span {
  display: block;
  padding: 2px 6px;
}
.list-page-border .right-page ul li a {
  display: block;
  color: #3078ae;
}
.list-page-border .right-page ul li.left-pointer img {
  margin: 7px 8px 0 0;
}
.list-page-border .right-page ul li.right-pointer img {
  margin: 7px 0 0 8px;
}
.list-page-border .right-page ul li.active span {
  color: #fff;
  background: #a5a5a5;
  font-weight: bold;
}

.box-rounded {
  background: url(/img/search-repiat-bg.gif) repeat-y;
  width: 778px;
  clear: both;
  margin: 0 0 15px 0;
}

.box-rounded-top {
  background: url(/img/search-top-bg.gif) top no-repeat;
}

.box-rounded-bottom {
  width: 766px;
  background: url(/img/search-bottom-bg.gif) bottom no-repeat;
  padding: 6px;
  color: #44484d;
  font-size: 13px;
}

.box-rounded-bottom ul.search {
  list-style: none;
  padding: 8px 0 0 4px;
  clear: both;
  overflow: hidden;
  width: 758px;
}
.box-rounded-bottom ulsearch:first-child {
  margin: 0;
}
.box-rounded-bottom ul.search li {
  float: left;
}
.box-rounded-bottom ul.search li span {
  color: #848484;
  font-size: 11px;
  clear: both;
  display: block;
  margin: 2px 0 0 50px;
}
.box-rounded-bottom ul.search input[type=text] {
  width: 570px;
}

input[type=password], textarea {
  width: 570px;
}

.button-blue {
  overflow: hidden;
  height: 28px;
}

.button-blue-left {
  width: 5px;
  background: url(/img/buttion-left.png) no-repeat;
  height: 28px;
  float: left;
}

.button-blue-b {
  background: url(/img/button-repiat.gif) repeat-x;
  height: 28px;
  float: left;
}
.button-blue-b input {
  background: none;
  border: none;
  height: 28px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  overflow: visible;
}
.button-blue-b .btn-link {
  background: none;
  border: none;
  height: 28px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  overflow: visible;
  text-decoration: none;
  margin: 0;
  padding: 0;
  line-height: 28px;
}

.button-blue-right {
  width: 6px;
  background: url(/img/button-right.png) no-repeat;
  height: 28px;
  float: left;
}

.clear-img {
  vertical-align: top;
  display: block;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.button-link {
  clear: both;
  overflow: hidden;
}
.button-link .button-blue, .button-link .button-orange {
  margin-right: 6px;
}

.grey-box {
  border: 1px solid #e4e5e5;
  clear: both;
  overflow: hidden;
  margin: 0 0 12px 0;
}

.list-grey {
  width: 100%;
  border: 1px solid #fff;
  background: #f4f4f4;
}
.list-grey td {
  font-size: 13px;
  color: #667478;
  padding: 4px 0;
}
.list-grey td.left-column {
  width: 175px;
  text-align: right;
  padding: 4px 15px 0 15px;
}
.list-grey th {
  font-weight: normal;
  font-size: 13px;
  color: #667478;
  width: 175px;
  text-align: right;
  padding: 4px 15px 0 15px;
}
.list-grey tr.grey td, .list-grey tr.even td {
  background: #ededed;
}

.bg-lupe {
  background: url(/img/ico-lupe.gif) 5px 5px no-repeat !important;
  padding: 0 3px 0 20px;
}

.bg-edit {
  background: url(/img/ico-edit.gif) 5px 7px no-repeat !important;
  padding: 0 3px 0 23px;
}

.bg-update {
  background: url(/img/ico-update.gif) 5px 7px no-repeat !important;
  padding: 0 3px 0 20px;
}

.bg-back-to-list {
  background: url(/img/back-to-list.gif) 5px 7px no-repeat !important;
  padding: 0 3px 0 25px;
}

.bg-delete {
  background: url(/img/ico-delete.gif) 5px 10px no-repeat !important;
  padding: 0 3px 0 20px;
}

.bg-edit-orange {
  background: url(/img/ico-orange-edit.gif) 5px 7px no-repeat !important;
  padding: 0 3px 0 23px;
}

.bg-checkin-orange {
  background: url(/img/ico-chiken-orange.gif) 5px 7px no-repeat !important;
  padding: 0 3px 0 23px;
}

.bg-appointmant-orange {
  background: url(/img/ico-create-orange.gif) 5px 7px no-repeat !important;
  padding: 0 3px 0 23px;
}

.bg-select-orange {
  background: url(/img/ico-select-orange.gif) 5px 4px no-repeat !important;
  padding: 0 3px 0 23px;
}

.bg-save-blue {
  background: url(/img/ico-save-blue.gif) 5px 6px no-repeat !important;
  padding: 0 3px 0 23px;
}

.bg-save-blue-add {
  background: url(/img/ico-save-add-blue.gif) 5px 6px no-repeat !important;
  padding: 0 3px 0 33px;
}

.bg-upload-blue {
  background: url(/img/ico-uploaded.gif) 5px 7px no-repeat !important;
  padding: 0 3px 0 18px;
}

.bg-manage-blue {
  background: url(/img/ico-manage.gif) 5px 8px no-repeat !important;
  padding: 0 3px 0 23px;
}

.bg-upload {
  background: url(/img/ico-upload.gif) 8px 7px no-repeat !important;
  padding: 0 3px 0 20px;
}

.wight50 {
  width: 50px;
  display: block;
  float: left;
  text-align: left;
  padding: 2px 0;
}

.wight100 {
  width: 100px;
  display: block;
  float: left;
  text-align: left;
  padding: 2px 0;
}

.wight120 {
  width: 120px;
  display: block;
  float: left;
  text-align: left;
  padding: 2px 0;
}

.wight150 {
  width: 150px;
  display: block;
  float: left;
  text-align: left;
  padding: 2px 0;
}

.wight200 {
  width: 200px;
  display: block;
  float: left;
  text-align: left;
  padding: 2px 0;
}

.indent-15 {
  margin: 15px 0 0 0;
}

.indent-20 {
  margin-right: 20px;
}

.indent-10 {
  margin-right: 10px;
}

.indent-2 {
  margin-top: 1px;
}

.info-profile {
  width: 100%;
  margin: 0 0 -1px 0;
}
.info-profile td {
  padding: 8px 12px;
  color: #575d64;
  font-size: 13px;
  border-bottom: 1px solid #f4f4f4;
}
.info-profile td.grey {
  background: #f4f4f4;
  width: 167px;
  color: #667478;
  text-align: right;
}
.info-profile td a {
  color: #3078ae;
}
.info-profile td a:hover {
  color: #3078ae;
  text-decoration: none;
}
.info-profile th {
  padding: 8px 12px;
  font-size: 13px;
  border-bottom: 1px solid #f4f4f4;
  background: #f4f4f4;
  width: 167px;
  color: #667478;
  text-align: right;
  font-weight: normal;
}
.info-profile td a {
  color: #3078ae;
}
.info-profile td a:hover {
  color: #3078ae;
  text-decoration: none;
}

.list-grey-left li div.left-column-grey {
  padding: 8px 12px;
  height: 20%;
  background: #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  width: 167px;
  text-align: right;
  float: left;
}

.indent-top {
  padding: 5px 0 0 0;
}

.block-p {
  width: 774px;
}
.block-p .top-p {
  background: url(/img/top-p.gif) top no-repeat;
  height: 4px;
}
.block-p .bottom-p {
  background: url(/img/bottom-p.gif) top no-repeat;
  height: 13px;
}
.block-p .center-repiat {
  background: #fb993f url(/img/repiat-p-box.gif) top repeat-x;
  min-height: 289px;
  position: relative;
  padding: 0 0 15px 0;
}

.ico-block {
  list-style: none;
}
.ico-block li {
  float: left;
  margin: 5px 5px 0 0;
}

.left {
  float: left;
}

.block-info {
  background: url(/img/box-info-repiat.gif) repeat-y;
  width: 776px;
}

.block-info-top {
  background: url(/img/box-info-top.gif) top no-repeat;
}

.block-info-bottom {
  background: url(/img/box-info-bottom.gif) bottom no-repeat;
  padding: 10px;
}

.nav-tab {
  list-style: none;
  clear: both;
  overflow: hidden;
  margin: 23px 0 -1px 10px;
  z-index: 1000;
  position: relative;
}
.nav-tab li {
  float: left;
  height: 30px;
}
.nav-tab li a {
  display: block;
  color: #575d64;
  text-decoration: none;
  height: 30px;
  line-height: 30px;
}
.nav-tab li a:hover {
  text-decoration: none;
}
.nav-tab li.active {
  background: url(/img/nav-left.gif) top left no-repeat;
  display: block;
}
.nav-tab li.active span {
  background: url(/img/right-nav.gif) top right no-repeat;
  height: 30px;
  line-height: 30px;
  display: block;
}
.nav-tab li.active a {
  color: #282828;
}

.ico-recs span a {
  background: url(/img/ico-recs.png) 10px 10px no-repeat;
  padding: 0 10px 0 38px;
}

.ico-document span a {
  background: url(/img/ico-documents.png) 13px 8px no-repeat;
  padding: 0 10px 0 38px;
}

.ico-intace span a {
  background: url(/img/ico-intace.png) 13px 8px no-repeat;
  padding: 0 13px 0 38px;
}

.ico-notes span a {
  background: url(/img/ico-notes.png) 10px 10px no-repeat;
  padding: 0 10px 0 38px;
}

.box-number {
  width: 720px;
  clear: both;
  overflow: hidden;
  min-height: 100px;
  padding: 14px 10px 0 25px;
}

.edit-add {
  overflow: hidden;
  clear: both;
  padding: 10px 12px 5px 23px;
}
.edit-add ul.info {
  list-style: none;
  float: left;
  width: 600px;
}
.edit-add ul.info li {
  float: left;
  color: #575d64;
  font-size: 11px;
}
.edit-add ul.info li.careviger {
  width: 146px;
  text-align: right;
}
.edit-add ul.info li.created {
  margin: 0 25px 0 8px;
}
.edit-add ul.edit {
  list-style: none;
  float: right;
  width: 70px;
}
.edit-add ul.edit li {
  float: left;
  color: #575d64;
  font-size: 11px;
}
.edit-add ul.edit li a {
  text-decoration: underline;
  color: #575d64;
  padding: 0 3px;
}
.edit-add ul.edit li a:hover {
  text-decoration: none;
  color: #575d64;
}

.block-ico-right {
  float: right;
  /*width:85px;*/
  width: 140px;
  margin: 0 10px 0 0;
}
.block-ico-right ul {
  list-style: none;
  float: right;
  margin: 15px 0 0 0;
}
.block-ico-right ul li {
  float: right;
  margin: 0 0 0 8px;
}

.print {
  float: right;
  clear: both;
}

.wrap-block-id {
  overflow: hidden;
  width: 757px;
  background: url(/img/bg-shadow-right.gif) top right no-repeat;
  margin: 9px 0 0 0;
}

.wrap-block-id-shadow {
  background: url(/img/bg-shadow-b.gif) bottom no-repeat;
  padding: 0 2px 3px 0;
}

.block-id-grey-ico {
  background: url(/img/ico-list.png) 15px 0 no-repeat;
}

.block-id-green-ico {
  background: url(/img/ico-list-green.png) 15px 0 no-repeat;
}

.block-id {
  float: left;
  /*width:600px;*/
  width: 550px;
}
.block-id .info {
  list-style: none;
  margin: 0 0 15px 60px;
}
.block-id .info li {
  clear: both;
  overflow: hidden;
  color: #575d64;
  font-size: 13px;
  margin: 7px 0 0 0;
}
.block-id .info li:first-child {
  margin-top: 0;
}
.block-id .info li p {
  display: block;
  float: left;
  width: 100px;
  font-weight: bold;
}
.block-id .info li span {
  display: block;
  float: left;
  margin: 0 0 0 10px;
  width: 300px;
}

.white-number {
  background: #fff url(/img/bg-white.gif) left top no-repeat;
}

.red-number {
  background: #fce9e4 url(/img/bg-red.gif) left top no-repeat;
}

.green-number {
  background: #e6ffe6 url(/img/bg-green.gif) left top no-repeat;
}

.grey-b, .white-b {
  background: #f6f4f4 url(/img/grey-box.gif) top repeat-x;
  border-top: 1px solid #fff;
}

.green-b {
  background: #bfffbf url(/img/green-box.gif) top repeat-x;
  border-top: 1px solid #f4fff4;
}

.red-b {
  background: #f6bdb0 url(/img/red-box.gif) top repeat-x;
  border-top: 1px solid #fef6f3;
}

.grey-box {
  width: 776px;
  border: 1px solid #e4e5e5;
}
.grey-box.nofixed {
  width: auto;
}

.main-block {
  background: #f4f4f4;
  padding: 16px;
  margin: 16px 0 16px 0;
}

.image-preview-title {
  margin-bottom: 8px;
}

.image-preview {
  background: url(/img/default_pos_start_screen_background.png) no-repeat center/contain;
  width: 200px;
  height: 150px;
  margin-bottom: 16px;
  border-radius: 6px;
}

.option_list {
  list-style: none;
  clear: both;
  overflow: hidden;
}
.option_list li {
  clear: both;
  overflow: hidden;
  margin: 8px 0;
}
.option_list li div.title {
  float: left;
  width: 70px;
  padding: 0 5px 0 10px;
  text-align: right;
  font-size: 13px;
  color: #000;
}
.option_list li div.options {
  width: 250px;
  float: right;
}

.option-in {
  width: 168px;
  border-bottom: 1px solid #d4d0c8;
  border-right: 1px solid #d4d0c8;
  border-top: 1px solid #808080;
  border-left: 1px solid #808080;
  color: #2a2b2b;
  font-size: 13px;
  padding: 2px 4px !important;
}

.option-select {
  width: 178px;
  color: #2a2b2b;
  font-size: 13px;
}

.in285 {
  width: 275px;
  border-bottom: 1px solid #d4d0c8;
  border-right: 1px solid #d4d0c8;
  border-top: 1px solid #808080;
  border-left: 1px solid #808080;
  padding: 3px 5px !important;
}

.in106 {
  width: 90px;
  border-bottom: 1px solid #d4d0c8;
  border-right: 1px solid #d4d0c8;
  border-top: 1px solid #808080;
  border-left: 1px solid #808080;
  padding: 3px 5px !important;
}

.in53 {
  width: 43px;
  border-bottom: 1px solid #d4d0c8;
  border-right: 1px solid #d4d0c8;
  border-top: 1px solid #808080;
  border-left: 1px solid #808080;
  padding: 3px 5px !important;
}

.in73 {
  width: 63px;
  border-bottom: 1px solid #d4d0c8;
  border-right: 1px solid #d4d0c8;
  border-top: 1px solid #808080;
  border-left: 1px solid #808080;
  padding: 3px 5px !important;
}

.indent-span {
  padding: 0 5px 0 2px;
}

.indent-span-text {
  padding: 4px 10px 0 20px;
  display: block;
}

.center-button {
  margin: 0 0 0 259px;
}
.center-button .button-blue {
  margin: 0 0 0 5px;
}

.table-statistic {
  width: 778px;
}
.table-statistic td {
  border: 1px solid #fff;
  padding: 9px 7px;
}
.table-statistic tr.grey-line td {
  background: #ededed;
  color: #000;
}
.table-statistic td.sity-bg {
  background: #dae0e5 !important;
}
.table-statistic td.total-bg {
  background: #5184a6 !important;
  color: #fff !important;
}

td.total-bg {
  background: #5184a6 !important;
  color: #fff !important;
}

.table-statistic tr.top-header td {
  background: #62a0c9;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  vertical-align: middle !important;
  padding: 5px 7px !important;
}
.table-statistic tr.top-header td.total {
  background: #5184a6 !important;
}
.table-statistic tr.font-bold-td td {
  font-weight: bold;
}
.table-statistic td.font-b {
  font-weight: bold;
}
.table-statistic td.all-total {
  font-size: 18px;
  font-weight: normal !important;
  color: #fff !important;
  background: #f78821 !important;
  padding: 5px 7px;
}
.table-statistic tr.mid-line td {
  vertical-align: middle !important;
}

.list-in {
  list-style: none;
  overflow: hidden;
  clear: both;
  margin: 0 0 15px 0;
}
.list-in li {
  float: left;
  font-size: 14px;
  margin: 0 25px 0 0;
  height: 23px;
  line-height: 23px;
}
.list-in li a {
  color: #555555;
  text-decoration: underline;
}
.list-in li a:hover {
  color: #555555;
  text-decoration: none;
}
.list-in li.active {
  color: #fff;
  background: #f78821 url(/img/bg-list-in.gif) left no-repeat;
}
.list-in li.active span {
  display: block;
  height: 23px;
  line-height: 23px;
  padding: 0 10px;
  background: url(/img/bg-list-in-right.gif) right no-repeat;
}
.list-in li.active a {
  display: block;
  height: 23px;
  line-height: 23px;
  padding: 0 10px;
  background: url(/img/bg-list-in-right.gif) right no-repeat;
  color: #FFFFFF;
  text-decoration: none;
}

.datepicker {
  border-bottom: 1px solid #d4d0c8;
  border-right: 1px solid #d4d0c8;
  border-top: 1px solid #808080;
  border-left: 1px solid #808080;
  width: 205px;
  background: #fff url(/img/ico-calendar.gif) 200px 5px no-repeat;
  cursor: pointer;
  padding: 4px 8px !important;
  margin: 2px 0 0 20px;
  float: left;
}

.in-from {
  clear: both;
  padding: 0 0 0 3px;
}
.in-from .from-date {
  float: left;
}
.in-from .from-date label {
  float: left;
  margin: 5px 0 0 0;
}
.in-from .from-date .indent {
  margin: 0 140px 0 20px;
}
.in-from .button-blue {
  float: right;
}
.in-from .referrals-from-date {
  float: left;
}
.in-from .referrals-from-date label {
  float: left;
  margin: 5px 20px 0 0;
}
.in-from .referrals-from-date .indent {
  margin: 0 0 0 20px;
}

.box-grey-boder {
  background: #ededed;
  border: 1px solid #e4e5e5;
  padding: 10px 10px 0 10px;
}

/**/
ul.sample-menu {
  padding: 0;
  margin: 0;
  width: 759px;
}
ul.sample-menu li {
  padding: 7px 0 7px 0;
  margin: 0 0 10px 0;
  overflow: hidden;
  list-style: none;
  background: url(/img/bg-li.gif) top no-repeat;
}
ul.sample-menu li.bg-li-grey {
  background: url(/img/bg-top-grey-li.gif) top no-repeat !important;
}
ul.sample-menu li ul {
  padding: 0;
  margin: 0;
}
ul.sample-menu li ul li {
  padding: 0;
  margin: 0 0 -10px 0;
}
ul.sample-menu li ul li div.add {
  overflow: hidden;
  background: url(/img/bg-repiat-li.gif) repeat-y;
}
ul.sample-menu li ul li div.add-grey {
  overflow: hidden;
  background: url(/img/bg-repiat-li-grey.gif) repeat-y !important;
}
ul.sample-menu li ul li .add div.bg-grey-li {
  background: url(/img/box-shadow-grey.gif) bottom no-repeat !important;
  border-bottom: 2px solid #dae0e5;
}
ul.sample-menu li ul li .add .repiat-bg {
  overflow: hidden;
  background: url(/img/border-shadow-li.gif) bottom no-repeat;
  padding: 5px 10px 15px 20px;
}
ul.sample-menu li ul li .add .repiat-bg ul.list-check {
  float: left;
  width: 350px;
}
ul.sample-menu li ul li .add .repiat-bg ul.list-check li {
  clear: both;
  margin: 6px 0;
  font-size: 13px;
  color: #575d64;
}
ul.sample-menu li ul li .add .repiat-bg ul.list-check li input {
  margin: 0 10px 0 0;
}
ul.sample-menu li ul li .add .repiat-bg ul.list-check-big {
  float: left;
  width: 700px;
}
ul.sample-menu li ul li .add .repiat-bg ul.list-check-big li {
  background: none;
  clear: both;
  margin: 6px 0;
  font-size: 13px;
  color: #575d64;
}
ul.sample-menu li ul li .add .repiat-bg ul.list-check-big li input {
  margin: 0 10px 0 0;
}
ul.sample-menu li ul li .add .repiat-bg ul.list-check-big li label {
  font-weight: bold;
}
ul.sample-menu li ul li .add .repiat-bg h2 {
  font-size: 13px;
  color: #333333;
  font-weight: bold;
  margin: 0 0 10px 0;
}
ul.sample-menu li ul li .add .repiat-bg span {
  color: #575d64;
  font-size: 11px;
  display: block;
  margin: 0 0 10px 0;
}
ul.control {
  list-style: none;
  position: absolute;
  z-index: 2;
  top: 5px;
  right: 10px;
}
ul.control li {
  background: none;
  padding: 0;
  margin: 0;
  float: left;
}
ul.control li img {
  margin: 0 0 0 10px;
}
ul.control li img.indent {
  margin: 2px 0 0 0;
}

.list-left {
  position: absolute;
  z-index: 2;
  top: -1px;
  left: -1px;
}

.view-top-error {
  overflow: hidden;
  clear: both;
  margin: 0 0 8px -1px;
  width: 779px;
  background: url(/img/repiat-box-error.gif) repeat-y;
}
.view-top-error .top-e {
  background: url(/img/top-error-box.gif) top no-repeat;
}
.view-top-error .bottom-e {
  overflow: hidden;
  background: url(/img/bottom-e.gif) bottom no-repeat;
  padding: 5px 10px 8px 10px;
}

.list-error {
  list-style: none;
}
.list-error li {
  color: #fff;
  font-size: 13px;
  background: url(/img/ico-error.gif) no-repeat;
  padding: 2px 0 2px 20px;
  clear: both;
  overflow: hidden;
}
.list-error li.without-icon {
  background: none;
  padding-left: 0;
}

.sity-bg a {
  color: #575d64;
}

.price {
  color: #f78821;
  font-size: 24px;
}
.price span {
  font-size: 30px;
  font-weight: bold;
}

.button-line {
  clear: both;
  overflow: hidden;
  margin: 0 0 25px 0;
}
.button-line .button-blue {
  float: left;
  margin: 0 6px 0 0;
}

.help {
  clear: both;
  margin-bottom: 5px;
  font-size: 11px;
}

.mb_admin_form_row INPUT[type=text], .mb_admin_form_row INPUT[type=password] {
  width: 400px;
}
.mb_admin_form_row textarea {
  width: 404px;
}

.ui-tabs-hide, .ui-tabs .ui-tabs-hide {
  display: none !important;
}

.block-info-top {
  background: url(/img/box-info-top.gif) top no-repeat;
}

.block-info-bottom {
  background: url(/img/box-info-bottom.gif) bottom no-repeat;
  padding: 10px;
}

#patient_tabs {
  background: none;
  border: none;
}
#patient_tabs a {
  padding-left: 40px;
  position: relative;
  background-position: 10px 14px !important;
  top: -5px;
}
#patient_tabs ul.ui-tabs-nav {
  padding-bottom: 9px;
}
#patient_tabs .ui-widget-header {
  background: none;
  border: none;
}
#patient_tabs .nav-tab li.ui-state-default {
  background: none;
  border: 0 none;
}
#patient_tabs .nav-tab li.ui-state-active {
  background: url(/img/nav-left.gif) top left no-repeat;
  display: block;
}
#patient_tabs .nav-tab li.ui-state-active span {
  background: url(/img/right-nav.gif) top right no-repeat;
  height: 30px;
  line-height: 30px;
  display: block;
}
#patient_tabs .nav-tab li.ui-state-active a {
  color: #282828;
}
#patient_tabs .ui-widget-content {
  border: 0 none;
  margin-top: -11px;
}
#patient_tabs .nav-tab li.ui-state-default a {
  color: #575D64;
  font-weight: normal;
}

.ui-state-default a:link, .ui-state-default a:visited {
  color: #575D64;
  font-weight: normal;
}

.ui-datepicker {
  display: none;
}

.block-control div.right {
  float: right;
}

ul.error_list li {
  background: url(/img/error-transparent.png) 0 2px no-repeat;
  font-weight: bold;
  display: block;
  font-size: 11px;
  color: #e5034d;
  padding: 2px 0 0 20px;
  overflow: hidden;
  clear: both;
  margin-top: 3px;
}

div.error {
  padding: 4px 5px 5px 35px;
  background: #e4346e url(/img/error-transparent.png) 8px 3px no-repeat;
  color: #FFF;
}

.view-top-notice {
  overflow: hidden;
  clear: both;
  margin: 0 0 8px -1px;
  width: 779px;
  background: url(/img/repiat-box-green.gif) repeat-y;
}
.view-top-notice .top-e {
  background: url(/img/top-notice-box.gif) top no-repeat;
}
.view-top-notice .bottom-e {
  overflow: hidden;
  background: url(/img/bottom-notice.gif) bottom no-repeat;
  padding: 5px 10px 8px 10px;
}
.view-top-notice .top-e .bottom-e .list-error li {
  background: none;
  color: #fff;
  font-size: 13px;
  padding: 2px 0 2px 10px;
  clear: both;
  overflow: hidden;
}

.table-list tr.revoked td, .table-list tr.deleted td {
  background: #FCE9E4;
}

.list-grey input[type=text], input[type=password], textarea {
  width: 90%;
}

.ui-dialog .list-grey input[type=text], .ui-dialog input[type=password], .ui-dialog textarea {
  width: 40%;
}

.mb_alert TD {
  background: #f1cccf;
}

.module-block {
  position: relative;
}
.module-block .helper_buttons {
  position: absolute;
  right: 15px;
  top: 5px;
}
.module-block .helper_buttons A {
  display: inline !important;
  font-size: 12px !important;
  cursor: hand;
}

.message_new {
  border-color: #999;
}

.message {
  padding: 10px;
  margin: 10px;
  background: #F7F7F7;
  border: solid 1px #CCC;
  position: relative;
}
.message .subject {
  font-size: 140%;
  border-bottom: solid 1px #AAA;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.message .date {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 12px;
}

.widgets TD {
  padding: 10px;
  vertical-align: middle;
}

ul.search select {
  float: left !important;
}

table tr.doctor_success td {
  background-color: #DFF0D8;
}
table tr.doctor_warning td {
  background-color: #FCF8E3;
}
table tr.doctor_error td {
  background-color: #F2DEDE;
}
table tr.doctor_error td a {
  color: #F00;
  font-weight: bold;
}

.wrapped-text {
  word-break: break-word;
}

.mw130 {
  min-width: 130px;
}

.mw100 {
  min-width: 100px;
}

.mw200 {
  min-width: 200px;
}

.metrc-company-icon-wrapper {
  display: inline-block;
  vertical-align: middle;
  padding: 0 2px;
}
.metrc-company-name {
  display: inline-block;
  vertical-align: middle;
  width: 84%;
}

/**
 Login Page
 */
#signin_username,
#signin_password {
  width: 130px;
}

.login-submit {
  width: 100%;
  padding: 6px 0;
  line-height: 28px;
  font-size: 14px;
  background: #FFF;
  border-radius: 10px;
  border: 1px solid;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  border-color: rgb(216, 216, 216) rgb(209, 209, 209) rgb(186, 186, 186);
}
.login-submit:active {
  border-style: inset;
}

#footer {
  padding-bottom: 15px;
  color: #444;
  line-height: 2;
  float: none;
  display: block;
  text-align: center;
}
#footer:after, #footer:before {
  display: table;
  content: "";
  line-height: 0;
}
#footer:after {
  clear: both;
}
#footer p {
  margin-bottom: 0;
  text-align: center;
  font-size: 14px;
}

.column-mid {
  margin: 0 20px 0 0;
  width: 300px;
}

.column-fee-type {
  margin: 0 20px 0 0;
  width: 100px;
}

.column-fee-value {
  margin: 0 20px 0 0;
  width: 120px;
}

.column-action {
  margin: 0 20px 0 0;
  width: 100px;
}

/*# sourceMappingURL=style.css.map */
