/*
CEEEE8
2797A1
2A5462
D95300
F2EDC9
*/

.rounded {
	border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background: #fff;
    padding: 20px;
    margin-bottom: 10px;
}

.modal .rounded {
    margin-bottom: 0;
    padding-bottom: 0;
	border: 0 none;
}

.rounded h1 {
    border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    margin: -21px -21px 10px -21px;
    background: #aaa;
    color: #fff;
    padding: 8px 10px 5px 10px;
    font-size: 14px;
}

#t-header {
	margin: 20px 0 10px 0;
	background: #e4ecf0;
	border: 0 none;
	padding: 10px 25px;
}

#t-header table td {
	vertical-align: middle;
}

#pacient-search {

}

#pacient-search div {
	background: #fff;
	width: 450px;
	height: 30px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

#pacient-search input.text {
	padding: 2px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #555;
	width: 340px;
	border: 0 none;
	height: 26px;
	float: left;
}

#pacient-search input.text:focus {
	outline: none;
}

#pacient-search input.inactive {
	color: #ccc;
}

#pacient-search a {
	background: #2797A1 url(../images/search.png) no-repeat 10px 50%;
	display: block;
	float: right;
	height: 23px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    padding: 7px 20px 0 26px;
    border-top-right-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-bottom-right-radius: 2px;
}

#app-menu {
	display: block;
	position: relative;
}

#app-menu #app-menu-nav {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    display: block;
	background: #2797A1 url(../images/nav.png) no-repeat 90% 50%;
	padding: 5px 0 5px 15px;
	border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

#app-menu #items {
	position: absolute;
	z-index: 999;
	display: none;
	background: #2797A1;
	right: 0;
	top: 25px;
	width: 500px;
	padding: 5px;
	border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

#app-menu #items ul {
	list-style: inside none;
}

#app-menu #items ul li {
	list-style: inside none;
    color: #68b6bd;
	border-bottom: 1px solid #5bafb7;
	display: block;
}

#app-menu #items ul li.last {
	border-bottom: 0 none;
}

#app-menu #items ul li a {
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 10px;
    display: block;
}

#app-menu #items ul li a span {
    font-size: 11px;
    color: #d4eaec;
    font-weight: normal;
    padding: 0;
}

#app-menu #items ul li a:hover {
    background: #5bafb7;
}

#user-links {
	padding-right: 15px;
	color: #ccc;
}

#user-links a {
	font-size: 11px;
	color: #444;
	text-decoration: none;
}

#user-links a:hover {
	color: #000;
	text-decoration: underline;
}


#timeline {
	border: 1px solid #c4c4c4;
	padding: 30px 10px;
	overflow-x: scroll;
    -moz-box-shadow: 0 0 5px 1px #ccc;
    -webkit-box-shadow: 0 0 5px 1px #ccc;
}

#timeline table {

}

#timeline td.t {
	width: 250px;
	vertical-align: top;
	padding: 10px 20px;
}

#timeline td.now {
	width: 200px;
	vertical-align: middle;
	padding: 10px 20px;
	text-align: center;
}

#timeline td.time-axis {
	text-align: center;
	background: #fff url(../images/timeline/ticks.png) repeat-x 0 50%;
}

#timeline a.t-item {
	color: #000;
	text-decoration: none;
	background-color: #fff;
	border: 3px solid #ccc;
	background-position: 10px 10px;
	background-repeat: no-repeat;
	display: block;
	padding: 10px 10px 10px 75px;
	cursor: default;
	min-height: 75px;
	display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

#timeline a.href:hover {
	cursor: pointer;
	background-color: #CEEEE8;
	border: 3px solid #ccc;
}

#timeline a span {
	display: block;
}

#timeline .t-item-100 { background-image: url(../images/timeline/t-item-100.png); }
#timeline .t-item-101 { background-image: url(../images/timeline/t-item-101.png); }
#timeline .t-item-102 { background-image: url(../images/timeline/t-item-102.png); }
#timeline .t-item-103 { background-image: url(../images/timeline/t-item-103.png); }
#timeline .t-item-104 { background-image: url(../images/timeline/t-item-104.png); }
#timeline .t-item-105 { background-image: url(../images/timeline/t-item-105.png); }
#timeline .t-item-202 { background-image: url(../images/timeline/t-item-202.png); }
#timeline .t-item-300 { background-image: url(../images/timeline/t-item-300.png); }
#timeline .t-item-301 { background-image: url(../images/timeline/t-item-301.png); }
#timeline .t-item-302 { background-image: url(../images/timeline/t-item-302.png); }
#timeline .t-item-400 { background-image: url(../images/timeline/t-item-400.png); }

#timeline .label {
	color: #555;
	font-weight: bold;
}

#timeline a.href:hover .label {
	color: #000;
}

#timeline .date {
	color: #777;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	text-align: center;
	font-weight: bold;
	padding: 0 10px;
	background: #fff;
}

#timeline .time {
	color: #2797A1;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	text-align: center;
	font-weight: normal;
}

#timeline #now {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

#timeline #now #add-interaction {
	width: 150px;
}

#timeline #now #add-plan {
	margin-top: 5px;
	width: 150px;
}

.rounded .tabs {
	margin: -20px -20px 0 -20px;
	display: block;
    border-top-radius: 4px;
    -webkit-border-top-radius: 4px;
    -moz-border-top-radius: 4px;
    border-bottom: 1px solid #ccc;
    background: #f0f0f0;
}

.rounded .tabs .tab-container a.tab {
	margin: -1px 0 -1px -1px;
	border: 1px solid #ccc;
	background: #fff;
	padding: 10px 20px;
    background: #f0f0f0;
}

.rounded .tabs .tab-container a.tab:hover {
	background: #CEEEE8;
}

.rounded .tabs .tab-container a.left {
    border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
}

.rounded .tabs .tab-container a.active,
.rounded .tabs .tab-container a.active:hover {
    background: #2797A1;
    border-color: #2797A1;
    color: #fff;
    text-shadow: none;
}

.status-container {
	text-align: right;
	padding-right: 5px;
}

.status-container .status {
	background: #ddd;
}

.status-container .on {
	background: #2A5462;
	border-color: #2A5462;
	color: #fff;
    text-shadow: none;
}

.status-container .on:hover {
	color: #fff;
}

.showhide {
	display: block;
	margin: -10px auto 10px auto;
	text-align: center;
	width: 200px;
}

.showhide a {
	display: block;
	margin: 0 auto;
	padding: 2px 0;
	background: #2797A1;
    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;
    border: 1px solid #ccc;
    border-top: 0;
    color: #fff;
    font-weight: bold;
}

.showhide a:hover {
    border: 1px solid #999;
    border-top: 0;
}

#summary {
	margin-top: 20px;
}

#summary .labels td {
	font-family: Geneva, serif;
	font-style: italic;
	font-size: 14px;
	color: #999;
}

#summary .data td {
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
	color: #2A5462;
}

#pacient-edit-form {
	background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 20px;
	margin-top: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

#plan table td,
#generate table td {
	vertical-align: top;
}

#rx-container {
	display: block;
	overflow: hidden;
}

#generate #language {
	width: 150px;
}

#generate #discount {
	width: 50px;
	text-align: right;
}

#generate #discount-label {
	color: #000;
	font-weight: bold;
}

#plan #upload-rx {
	display: block;
	background: #f0f0f0;
	padding: 10px;
	text-align: center;
	border: 2px dotted #ccc;
}

#generate #plan-extra-texts {
	padding-top: 10px;
}

#generate #plan-extra-texts textarea {
	width: 98%;
	height: 100px;
	margin-bottom: 10px;
}

.align-right {
	display: block;
	text-align: right;
}

#doctors {
	border: 1px solid #ccc;
}

#doctors #selector {
	padding: 10px;
	background: #CEEEE8;
}

#doctors #doctor-select {
	font-size: 14px;
	font-weight: bold;
	color: #777;
	width: 350px;
	padding: 5px;
}

#doctors #doctor-select option {
	color: #333;
}

#doctors #doctor-add {
	background-color: #2797A1;
	color: #fff;
	text-shadow: none;
}

#doctors #d-list {
	padding: 10px;
	display: block;
}

#doctors .d-item {
	color: #777;
	font-size: 12px;
	margin-bottom: 10px;
}

#doctors .d-item strong {
	font-weight: bold;
	color: #2A5462;
	font-size: 14px;
}

#doctors .d-item .d-item-delete {
	font-size: 11px;
	color: #D95300;
}

.download-pdf {
	display: block;
	width: 100%;
	margin-top: 200px;
	text-align: center;
}

.download-pdf a {
	background: transparent url(../images/pdf.png) no-repeat 50% 0;
	padding: 130px 0 0 0;
}

div.error {
	color: #f00;
	font-weight: bold;
}

/*
CEEEE8
2797A1
2A5462
D95300
F2EDC9
*/

#steps .stage {
	border: 1px solid #ccc;
	margin-bottom: 20px;
    -moz-box-shadow: 0 0 10px 1px #ccc;
    -webkit-box-shadow: 0 0 10px 1px #ccc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

#steps .stage td {
	color: #333;
	padding: 5px;
}

#steps .stage td.last {
	border-right: 0;
}

#steps .stage thead td {
	font-weight: bold;
	background: #CEEEE8;
	color: #2797A1;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	text-align: center;
}

#steps .stage thead td.desc {
	font-weight: bold;
	color: #2A5462;
	text-align: left;
	font-size: 18px;
}

#steps .stage td.desc {
	padding-left: 10px;
}

#steps .stage thead td.desc span {
	font-weight: normal;
	font-size: 12px;
	color: #777;
}

#steps .stage thead td.desc .delete-stage {
	font-size: 11px;
	color: #D95300;
	text-decoration: none;
}

#steps .stage tfoot td {
	font-weight: bold;
	background: #f7f7f7;
	font-size: 18px;
	border-top: 1px dotted #ccc;
}

#steps .stage tfoot td .add-break {
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

#steps .stage tbody td {
	border-bottom: 1px solid #f5f5f5;
}

#steps .stage tbody .desc {
}

#steps input.checkbox {
	margin-top: 1px;
}

#steps .stage .teeth {
	text-align: center;
}

#steps .stage .nr {
	text-align: right;
}

#steps .stage .unit {
	text-align: right;
}

#steps .stage .price {
	text-align: right;
}

#steps .stage tbody .price {
	color: #2A5462;
	font-weight: bold;
}

#steps .stage input.unit {
	width: 40px;
}

#steps .stage input.desc {
	width: 300px;
}

#steps .stage input.nr {
	width: 100%;
}

#steps .stage td.appntmt {
	background: transparent url(../images/sort.png) no-repeat 99% 50%;
}

#steps .stage a.teeth {
	display: block;
}

#steps .stage tbody div.price {
	display: inline;
}

#steps .stage tfoot .price,
#steps .stage tfoot .stage-amount {
	font-size: 20px;
	color: #2A5462;
}

#steps .stage tfoot .stage-amount {
	display: inline;
}

#steps #grand-total #plan-amount {
	display: inline;
	font-weight: bold;
	color: #000;
}

#steps #grand-total td {
	vertical-align: middle;
}

#steps #grand-total .price {
	font-size: 34px;
	color: #777;
}

#steps #grand-total .text {
	font-size: 16px;
	font-weight: bold;
	color: #777;
}

#steps .stage select.appntmt {
	width: 125px;
}

#steps .stage .delete-step,
#steps .delete-stage {
	font-size: 11px;
	color: #D95300;
}

#steps #legend {
	float: right;
}

#steps #legend td {
	padding: 7px 10px 5px 10px;
	vertical-align: middle;
}

#steps .done {
	background-color: #F2EDC9;
}

#steps .paid {
	background-color: #ddd;
}

#steps .hide {
	visibility: hidden !important;
}

#teeth-schema {
    -moz-box-shadow: 0 0 5px 1px #ccc;
    -webkit-box-shadow: 0 0 5px 1px #ccc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #f5f5f5;
}

button#save-teeth {
	float: right;
	margin: 20px 0;
}

#plan-id {
	display: inline;
	vertical-align: middle;
	font-size: 30px;
	margin-right: 20px;
	font-weight: bold;
	color: #2A5462;
}

