/*
CEEEE8
2797A1
2A5462
D95300
F2EDC9
*/

*, html, body {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    background: #e4ecf0;
    color: #667;
}

a {
    cursor: pointer;
    outline: 0;
    color: #00b;
}

a img {
    border: 0 none;
}

small {
    font-size: 11px;
}

fieldset {
    border: 1px solid #CEEEE8;
    border-width: 0 0 1px 0;
    margin: 0;
    padding: 0;
}

h2 {
    display: block;
    color: #444;
    margin-bottom: 10px;
}

fieldset.noborder {
    border: 0;
}

input.checkbox {
    margin: 0 2px 0 0;
    vertical-align: text-top;
}

input.text,
select,
textarea {
    padding: 3px;
    border: solid 1px #dcdcdc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

select option {
    padding-right: 10px;
}

input.submit,
button {
    padding: 5px 20px;
}

fieldset legend,
.legend {
    font-size: 14px;
    font-weight: bold;
    color: #D95300;
    padding: 10px 0 0 10px;
}

div.special {
    padding: 0px 0;
    background: #F2EDC9;
}

.hidden {
    display: none;
}

.strike {
    text-decoration: line-through;
}

#wrapper {
    width: auto /*100%*/;
    padding: 0 20px 50px 20px;
    margin: 0 auto;
    padding-bottom: 50px;
}

#header {
    width: auto /*980px*/;
    min-width: 980px;
    margin: 0 auto;
}

#subheader {
    width: 100%;
    margin: 0 auto;
}

#h-wrapper {
    width: 100%;
    min-width: 980px;
    margin: 0 auto;
    padding: 40px 0 20px 0;
}

#m-wrapper {
    width: auto /*980px*/;
    min-width: 980px;
    margin: 0 auto;
    text-align: right;
    color: #999;
}

#m-wrapper a {
    text-decoration: none;
    color: #555;
}

#m-wrapper a:hover {
    text-decoration: underline;
    color: #000;
}

#c-wrapper {
    width: auto /*980px*/;
    min-width: 980px;
    margin: 0 auto;
    border: 1px solid #ddd;
}

#header a#title {
    color: #555;
    font-weight: bold;
    text-decoration: none;
    font-size: 24px;
}

#footer {
    width: 100%;
    margin: 0 auto;
}

#content {
    margin: 0 auto;
    padding: 20px 10px;
    background: #fff;
    -moz-box-sizing: content-box;
    border-top: 4px solid #2797A1;
}

#content td {
    vertical-align: top;
}

#content tr.prospect td {
    background: #FFF9BF;
}

#menu {
    margin: 0 auto;
    background: #2797A1;
    padding: 5px 10px;
    color: #fff;
}

#menu a {
    color: #fff;
    text-decoration: none;
}

#menu a:hover {
    text-decoration: underline;
}

#menu .left a {
    font-size: 13px;
}

#menu .right a {
    font-size: 12px;
}

#menu a.active {
    font-weight: bold;
    text-decoration: underline;
}

#menu span.sep {
    color: #ebaf83;
    padding: 0 5px;
}

#search {
    margin: 0 auto;
    background: #eee;
    padding: 5px 8px;
    text-align: right;
    color: #667;
    border: 1px solid #ddd;
    border-width: 1px 0;
}

#search input.text {
    font-size: 13px;
    color: #333;
    width: 200px;
}

#search input.image {
    vertical-align: bottom;
}

h1 {
    font-size: 16px;
    font-weight: bold;
    color: #667;
}

h1 span {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

#sidebar p.title {
    font: bold 12px Verdana, sans-serif;
    padding: 5px 0;
    display: block;
    color: #999;
}

#sidebar .sidebar {
    font-family: Verdana, sans-serif;
    padding: 5px;
    border: 1px solid #CEEEE8;
    margin: 0 0 10px 0;
}

span.mandatory {
    color: #D95300;
}

p.title {
    font-weight: bold;
    color: #777;
    font-size: 16px;
}

#login form {
}

#login input.text {
    width: 200px;
}

#login label {
}

#login label.secondary {
    display: inline;
    color: #667;
    margin: 0;
}

#login #submit {
	margin: 0 20px;
}

#login div.error {
    font-size: 11px;
    display: block;
    margin-top: 5px;
    color: #f00;
}

#login div.alt-links {
    padding: 10px;
    border-top: 1px solid #CEEEE8;
    background: #f0f0f0;
}

#login ul.account-links {
    list-style: none;
    margin: 10px 0;
}

#login ul.account-links li {
}

#login ul.account-links li a {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
}

#login ul.account-links li a:hover {
    background: #F2EDC9;
}

#login ul.account-links li a.active {
    background: #F2EDC9;
    font-weight: bold;
}

#create_account form {
    margin: 10px auto;
    padding: 10px 0;
    border: 1px solid #CEEEE8;
    border-width: 1px 0 0 0;
}

form table {
    margin: 10px auto;
}

form table.nostyle {
    margin: 0;
}

form table td {
    vertical-align: top;
    padding: 5px 0;
}

form table td.input {
    vertical-align: middle;
}

form table.nostyle td {
    vertical-align: middle;
    padding: 0;
}

form td.row {
    border-top: 1px solid #f0f0f0;
}

form td.label {
    padding-right: 10px;
    padding-top: 8px;
    width: 120px;
    font-weight: bold;
    color: #333;
}

form td.extra-padding {
    padding-top: 8px;
}

form td.data label {
    margin-right: 10px;
}

form td input {
    padding: 2px;
    margin-right: 10px;
}

form td input.radio {
    margin-right: 5px;
}

form td input.text {
    width: 300px;
}

form td input.short {
    width: 100px;
}

form td input.medium {
    width: 200px;
}

form td textarea {
    width: 300px;
    height: 100px;
    padding: 2px;
}

#create_account #create_email,
#create_account #create_first_name,
#create_account #create_last_name {
    width: 200px;
}

#create_account #create_password,
#create_account #create_password_repeat {
    width: 150px;
}

#create_account #create_date_of_birth {
    width: 50px;
}

#create_account #create_month_of_birth,
#create_account #create_year_of_birth {
    width: 80px;
}

#create_account #create_year_of_birth {
    margin-right: 10px;
}

#create_account #create_gender_male,
#create_account #create_gender_female {
    margin-right: 2px;
}

form td div.error {
    font-size: 11px;
    display: inline;
    color: #f00;
}

#wishlist-manage {
    margin: 10px 0;
    border-top: 1px solid #CEEEE8;
}

#wishlist-manage a.add {
    background: transparent url(../images/plus.png) no-repeat 0 0;
    padding: 0 0 0 20px;
}

#wishlist-manage thead td {
    background: #f0f0f0;
}

#wishlist-manage td {
    padding: 10px;
    border-bottom: 1px solid #CEEEE8;
}

#wishlist-manage h2 {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

#wishlist-manage span.active {
    color: #009632;
    font-weight: bold;
}

#wishlist-manage span.` {
    color: #f00;
    font-weight: bold;
}

.sidebar ul.menu li {
    list-style: none;
}

.sidebar ul.menu li {
}

.sidebar ul.menu li a {
    display: block;
    margin-top: 1px;
    background: #ceeee8;
}

.sidebar ul.menu li a:hover {
}

.sidebar ul.menu li a.active {
    font-weight: bold;
    color: #000;
}

.sidebar ul.menu li a.link {
    font: 11px Verdana, sans-serif;
    display: block;
    background: #fff;
    padding: 5px 12px 0 12px;
}

.mgmt {
    border: 1px solid #ccc;
    margin-top: 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.mgmt td {
    color: #000;
    padding: 5px;
    border-bottom: 1px solid #f0f0f0;
}

.mgmt tr.alt td {
    background: #f5f5f5;
}

#content .mgmt td {
    vertical-align: middle;
}

.mgmt td span.label {
    color: #777;
}

.mgmt .header td {
    background: #CEEEE8;
}

.mgmt .header td a {
    text-decoration: none;
}

.mgmt .header td a:hover {
    text-decoration: underline;
}

.mgmt .header td.last {
    border-right: 0px;
}

.mgmt td.center {
    text-align: center;
}

.mgmt .total {
    background: #F2EDC9;
}

.mgmt .total-inactive {
    background: #fff;
    font-weight: normal;
}

.message-success {
    display: block;
    border: 1px solid #777;
    background-color: #b7e896;
    color: #333;
    padding: 10px;
    margin-bottom: 20px;
}

.message-error {
    display: block;
    border: 1px solid #f00;
    background-color: #FFE5E5;
    padding: 10px;
    margin-bottom: 20px;
}

.message-status {
    display: block;
    border: 1px solid #777;
    background-color: #bcf;
    padding: 10px;
    margin-bottom: 20px;
}

#tabs {
    margin-top: 20px;
    /*background: #2797A1;*/
    /*background: #b1ccc7;*/
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

#tabs a.button {
    color: #333;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; }
.ui-timepicker-div dl{ text-align: left; }
.ui-timepicker-div dl dt{ height: 25px; }
.ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }

table.teeth {
    margin: -1px 0 0 0;
    border: 1px solid #ccc;
}

table.teeth td {
    vertical-align: middle;
    text-align: center;
    padding: 5px;
    border-bottom: 1px solid #ccc;
}

table.teeth td.first {
    vertical-align: middle !important;
    background: #f0f0f0;
    border-right: 1px solid #ccc;
}

table.teeth td input {
    margin: 0;
    padding: 0;
}

.section-title {
    font-weight: bold;
    font-size: 13px;
}

.strong {
    font-weight: bold;
}

a.disabled {
    color: #999;
    text-decoration: none;
    font-weight: normal;
}

.pagination {
    font-size: 14px;
    color: #999;
    font-family: Verdana, sans-serif;
}

.pagination a {
}

.pagination a:hover {
    text-decoration: underline;
}

.pagination a.active {
    font-weight: bold;
    background: #fff !important;
}

.pagination a.nav {
    font-weight: bold;
    text-decoration: underline;
    color: #00f;
}

form.search {
    display: inline;
    margin: 0 0 0 10px;
}

form.search input.text {
    width: 150px;
}

form.search input.hp {
    width: 200px;
}

.timestamp {
    font-size: 11px;
    color: #999;
    font-style: italic;
}

form#add-attribute #attr {
    padding: 2px;
    width: 100%;
}

form#add-attribute td {
    vertical-align: top;
}

.attr-display {
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 11px;
    padding: 5px;
    color: #000;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.attr-display a.import {
    background: #fff;
    border: 1px solid #ddd;
    padding: 2px 5px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.attr-display .tip {
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #777;
}

.attr-display .faded {
    font-size: 11px;
    color: #777;
}

.highlight {
    padding: 5px;
}

.highlight-color {
    padding: 7px 5px 6px 5px;
    background: #ccc;
    color: #000;
}

.assoc {
    border-left: 5px solid #ccc;
    padding-left: 10px;
    margin-bottom: 20px;
}

.assoc .data {
    border: 1px solid #ccc;
    padding: 5px;
    background: #f7f7f7;
}

.assoc.small {
    height: 25px;
    overflow: hidden;
}

#step-rx {
    position: fixed;
    left: 0;
    top: 0;
}

#step-rx a {
    clear: left;
    float: left;
    margin-top: 5px;
    margin-left: -1px;
    background: #fff;
    padding: 10px 12px 2px 12px;
}

#step-rx a img {
    margin-top: -6px;
    margin-bottom: 2px;
}

#step-rx #rx-image {
    position: absolute;
    display: none;
    left: -1px;
    top: 42px;
    left: -2px;
    cursor: pointer;
}

#step-rx #rx-button {
    background-image: url(../images/rx.png);
    background-repeat: no-repeat;
    background-position: 5px 2px;
    padding: 8px 10px 9px 45px;
}

table.discount {
    padding: 0 10px;
    background: #eee;
    border: 1px solid #ccc;
}

td.light {
    color: #888;
}

td.light strong {
    color: #333;
}

td a.on,
#sidebar a.em,
#tabs a.active {
    background: #2797A1;
    border-color: #2797A1;
    color: #fff;
    text-shadow: none;
}

a.row {
	text-decoration: none;
	color: #555;
	display: block;
}

a.row:hover {
	text-decoration: underline;
	color: #00b;
}

a.row strong {
	color: #000;
}

a.row:hover strong {
	color: #00b;
}

#stats {
    display: block;
    margin-bottom: 20px;
    line-height: 1.0;
}

#stats .radius {
    display: inline;
}

#stats span.large {
    font-size: 20px;
    color: #aaa;
    display: block;
    margin-top: -5px;
    font-weight: normal;
}

#stats span.large strong {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

#toolbox {
    margin-bottom: 30px;
}

#notices {
    margin-bottom: 20px;
}

.notice {
	color: #000;
    background: #F2EDC9;
    display: block;
    margin-bottom: 20px;
    border: 1px solid #2797A1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.notice p {
    padding: 10px;
}

.notice small {
    display: block;
    background: #2797A1;
    padding: 2px 10px;
    color: #fff;
}

.notice small a {
    color: #fff;
    font-size: 11px;
    text-decoration: underline;
}

.clear-both {
    clear: both;
    display: none;
}

.clearer{
    clear: both;
    display: block;
    height: 0px;
    line-height: 0px;
    padding: 0px;
    margin: 0px;
}

#plan-to-convert {
    width: 180px;
}

#cform-list {
    display: block;
    margin-bottom: 10px;
    padding: 10px 0;
}

#cform-pacient {
    display: block;
    margin-bottom: 10px;
    width: 100%;
}

#cform-form {
    padding: 20px;
    background: #F2EDC9;
    margin-bottom: 10px;
    -moz-box-shadow: 0 0 3px 1px #ccc;
    -webkit-box-shadow: 0 0 3px 1px #ccc;
}

p.dashboard-notice {
    display: block;
    text-align: center;
    padding: 25px 0 20px 0;
    border: 1px solid #ccc;
    border-width: 1px 0;
    background: #f0f0f0;
}

.contacts td a {
    text-decoration: none;
    display: block;
    color: #555;
}

.contacts td a:hover {
    text-decoration: underline;
}

.contact-details .data {
    color: #000;
}

.contact-details td {
    vertical-align: top;
}

.contact-details table td {
    padding: 5px;
    border-top: 1px solid #ccc;
}

/**Start Appointments module**/
#Appointments{
    width: 100%;
    position: relative;
}

#AppointmentsFilters {
	padding: 5px 10px;
	margin-bottom: 10px;
	background-color: #F2EDC9;
}

#AppointmentsFilters select {
	width: 150px;
	margin-left: 10px;
}

#CalendarController{
    position: relative;
    clear: both;
    display: block;
    margin-bottom: 5px;
}

#CalendarController .float_left{
    display: block;
    float: left;
}

#CalendarController .float_right{
    display: block;
    float: right;
}

#CalendarController .center{
    text-align: center;
    line-height: 30px;
}

#CalendarController .button_left{
    background-image: url('images/left.png');
    background-repeat: no-repeat;
    background-position: center center;
}

#CalendarController .button_right{
    background-image: url('images/right.png');
    background-repeat: no-repeat;
    background-position: center center;
}

#Calendar{
    position: relative;
    display: block;
    width: 100%;

    border: 1px #dcdcdc solid;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    border: solid 1px #dcdcdc;
    border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-bottom: 0px;
    border-right: 0px;
}

#Calendar #CalendarData{
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#Calendar .row{
    display: block;
    clear: both;
}

#Calendar .cell{
    display: block;
    float: left;
    padding: 3px;
    position: relative;
    border: 1px #dcdcdc solid;
    border-top: 0px;
    border-left: 0px;
    height: 18px;

    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    opacity: 1;
}

#Calendar .cell.weekend{
    background: #fafafa;
}

#Calendar .cell.weekend.full{
    background: none;
}

#Calendar .row.thead .cell.active{
    background: #eeeeee;
}

#Calendar .row .cell:first-child{
    width: 50px;
    text-align: center;
    opacity: 1;
}

#Calendar .row .cell:first-child.hover{
    /*background: none;
    opacity: 1;*/
}

#Calendar .row.thead .cell{
    overflow: hidden;
    text-align: center;
    cursor: not-allowed;
}

#Calendar .row.tbody .cell.selected{
    background: #333333;
    color: #ffffff;
}

#Calendar .row.tbody .cell.full{
    border-bottom: transparent 1px solid;
}

#modal-wrapper #Calendar .row.tbody .cell.hover, #Calendar.move .row.tbody .cell.hover{
    cursor: pointer;
    background-color: #CEEEE8;
}

#modal-wrapper #Calendar .row.tbody .cell.full.hover, #Calendar .row.tbody .cell.full.hover{
    background: none;
    opacity: 1;
    cursor: pointer;
}

#modal-wrapper #Calendar .row.tbody .cell.nodrop.hover, #Calendar .row.tbody .cell.nodrop.hover{
    background: none;
    opacity: 1;
    cursor: not-allowed;
}

#modal-wrapper #Calendar .row.tbody .cell.nodrop{
    background: #dcdcdc;
}

#modal-wrapper #Calendar .row.tbody .cell.nodrop:first-child, #modal-wrapper #Calendar .row.tbody .cell.nodrop.full{
    background: none;
    opacity: 1;
}

#Calendar.move{
    cursor: pointer;
}

#Calendar.move.denied{
    cursor: not-allowed;
}

#Calendar .row.tbody.hourStart{
    border-top: 1px #dcdcdc solid;
}

#Calendar .row.tbody:hover{
    /*background: #ccc;*/
}

#Calendar #CalendarData .data{
    position: absolute;
    top: 0px;
    left: 0px;
    line-height: 24px;
    text-align: center;
    overflow: hidden;
    background: #2797a1;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

#Calendar #CalendarData .data.over{
    background: #000;
    color: #fff;
    cursor: pointer;
}

#Calendar #CalendarData .data.dragging{
    opacity: 0.6;
    cursor: pointer;
    z-index: 1000;
}

#Calendar #CalendarData .data span{
    height: 100%;
    display: block;
    font-size: 11px;
}
/**End Appointments module **/

.scrollable {
	height: 200px;
	overflow-y: scroll;
}

.scrollable .mgmt {
	margin-top: 0;
}

select.kpg-select {
	width: 180px;
}

.contacts td a.kpg-assign {
	display: inline;
	color: #00b;
}

a.erase {
	text-decoration: underline;
	color: #D95300;
}

#preloader {
	display: block;
	position: fixed;
	background: #FFF79E url(../images/preloader.gif) no-repeat 85% 50%;
	padding: 2px 60px 2px 10px;
	top: -1px;
	font-size: 11px;
	color: #777;
	border: 1px solid #ccc;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    z-index: 99999;
}

ul.ui-autocomplete {
	list-style: none;
	background: #fff;
	border: 1px solid #ccc;
	width: 364px;
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
    -moz-box-shadow: 3px 3px 5px 0px #ccc;
    -webkit-box-shadow: 3px 3px 5px 0px #ccc;
    position: absolute;
}

form#pacient-search span.ui-helper-hidden-accessible,
table.stage span.ui-helper-hidden-accessible {
  display: none !important;
}

ul.ui-autocomplete li {
	list-style: none;
}

ul.ui-autocomplete li a {
	padding: 5px;
	display: block;
	color: #333;
}

ul.ui-autocomplete a.ui-state-hover,
ul.ui-autocomplete a.ui-state-focus,
ul.ui-autocomplete a.ui-state-active {
	color: #fff;
	background: #555;
}

#schedule {
	margin-left: 0;
}

#schedule td {
	vertical-align: middle;
	background: #f0f0f0;
	border-bottom: 1px solid #fff;
	padding: 5px 10px;
}

#schedule select {
	width: 75px;
}

#rx-hover {
	position: fixed;
	left: 0;
	top: 0;
	width: 500px;
}

#rx-hover img {
	background: #fff;
	width: 500px;
    -moz-box-shadow: 0 0 3px 3px #999;
    -webkit-box-shadow: 0 0 3px 3px #999;
}

#appntmt-edit {
	display: block;
	position: absolute;
	height: auto;
	width: 200px;
	background: #000;
	color: #aaa;
	font-size: 11px;
	padding: 11px 5px;
    z-index: 99999;
}

#appntmt-edit strong {
	font-weight: bold;
	color: #fff;
}

#appntmt-edit a {
	color: #fff;
}

#appntmt-edit textarea {
	height: 50px;
	width: 140px;
}

#appntmt-edit button {
	padding: 2px 10px;
	margin: 0;
	font-size: 11px;
}

#appntmt-edit td {
	font-size: 11px;
	padding: 2px 0;
}

#appntmt-edit td.label {
	padding-right: 5px;
}
