* {
	outline: none !important;
}

.page-heading {
	margin-top: 10px;
}

header {
	background: #fff;
}
.ui-dialog { z-index: 2000 !important ;}
.navbar-bp ul.navbar-nav {
	background: #3DA7A1;
}

.navbar-bp .nav > li > a:focus, 
.navbar-bp .nav > li > a:hover, 
.navbar-bp .nav > li.active > a {
	background: #368C87;
}
#invoice_info{
	display:none;
}
.dataTables_length:not(#invoice_length){ 
	display	: none; 
} 
.navbar-bp .nav > li:not(:last-child) {
	border-right: 1px solid #354642;
}

.nav .open > a, 
.nav .open > a:focus, 
.nav .open > a:hover,
.nav .active > a, 
.nav .actove > a:focus, 
.nav .active > a:hover {
	background: #368C87;
	color: #fff;
}

.panel-default .panel-heading {
	background: #3DA7A1;
	color: #fff;
	min-height: 52px;
}

.panel-default .panel-heading a {
	color: #fff;
}

.panel-heading > a > i {
	padding: 0 15px 0 0;
}



#logo {
	height: 80px;
}

#logo img {
	max-height: 100%;
}

#top {
	padding: 15px 0;
}

.btn {
	border-radius: 5px;
	padding: 5px 10px;
}

.btn-success {
	background: #3FAFA8;
	border: 1px solid #368C87;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}

.btn-success:hover {
	background: #368C87;
}

.nav.navbar-nav.side-nav.sm {
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.panel, .breadcrumb {
	box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.2);
	border: 1px solid #354642;
}

.form-control, .selectize-input, .bootstrap-select .btn-default {
	border: 1px solid #354642;
}

.panel-default .panel-heading a.btn-default {
	color: #000;
}

.panel-default .panel-heading a i {
	padding-right: 5px;
}

td.highlight {
	background: rgba(61,167,161,0.7);
	color: #fff;
	cursor: pointer;
}

td.closed {
	background: rgba(189,67,67,0.7);
	color: #fff;
}

#login form {
	background: #fff;
	border: 1px solid #313131;
}

#login form [type="submit"] {
	background: rgb(9,94,88);
	color: #fff;
}

#login form img {
	padding: 0;
}

#login {
	height: 355px;
}

ol.breadcrumb li a {
	color: #313131;
}

ul.calendar-suggestive-hours {
	margin-top: 28px;
	padding-left: 0px;
	text-align: center;
}

ul.calendar-suggestive-hours li {
	list-style-type: none;
	height: 83px;
}

ul.calendar-suggestive-hours li i {
	padding-right: 5px;
}

#reservation-schedule td {
	padding: 0 0;
	height: 7px;
}

#reservation-schedule tr:nth-child(12n+1) td, #reservation-schedule tr:first-child th {
	border-bottom: 1px solid #313131;
}

#reservation-schedule tr:first-child th {
	border-top: 0px;
}

#reservation-schedule tr td {
	border: 1px solid #313131;
	border-width: 0px 1px;
}

#reservation-schedule tr td.slot {
	position: relative;
}

#reservation-schedule tr td.slot span {
	position: absolute;
	font-size: 12px;
	top: -32px;
	left: 0;
	right: 0;
	display: none;
	background: #000;
	color: #fff;
	border-radius: 5px;
	padding: 2px 5px;
	display: none;
	opacity: 0.7;
	width: 80px;
}

#reservation-schedule tr td.start span {
	display: block;
}

#reservation-schedule i {
	padding-right: 5px;
}

td.closed.pacient {
	background: #3DA7A1;
	color: #fff;
}

td.closed.pacient.hovered {
	background: #368C87;
	cursor: pointer;
}
td.closed.pacient.override {
	background: #80ffff;
	cursor: pointer;
}

td.closed:not(.pacient).hovered {
	background: #A50000;
	cursor: pointer;
}

td.closed.extern {
	background: #F0AD4E;
	color: #fff;
}

td.closed.extern p > a {
	color: #fff;
}

td.pacient p > a {
	opacity: 0.3;
	padding-left: 10px;
	transition: all 0.3s ease;
	color: #fff;
}

td.pacient:hover p > a {
	opacity: 1;
}

.panel-green .panel-heading {
    background: #3DA7A1 none repeat scroll 0 0;
    color: #fff;
}

.bootstrap-duallistbox-container select {
	height: 350px !important;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
	font-weight: bold;
	font-size: 12px;
	color: #000;
	text-decoration: underline;
}


.navbar-bp ul.navbar-nav.navbar-right {
	background: #3da7a1;
	text-align: center;
}

.navbar-bp ul.navbar-nav.navbar-right li a:hover {
	background: rgba(61,167,161,0.7);
	color: #fff;
}

.navbar-bp ul.navbar-nav.navbar-right li a:hover .badge {
	top: 0;
	right: 0;
}
.has-error .form-control {
  border-color: #a94442;
}
/* schedule ala*/

span.hour {
	display: block;
	height: 120px;
	/*border-bottom: 1px solid rgb(43,87,151);*/
	text-align: center;
	line-height: 10px;
}
.schedule-reservation {
	display: block; 
	overflow: hidden;
	position: relative;
	border: 1px solid rgb(106,137,182);
	border-radius: 3px;
	padding: 2px;
	margin-bottom: 0px;
	font-size: 10px;
    line-height: 13px;
    margin: 0 2px;
    left: 2px;
}
#preloader {
	position: fixed; 
	width: 100%; 
	height: 100%; 
	z-index: 9999; 
	background: rgba(0, 0, 0, 0.1);
	display: none;
	transition: all 0.3s ease;
}

#preloader > img {
	position: absolute; 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	margin: auto;
}
.schedule-reservation:hover {
	overflow: visible;
	background: rgb(106,137,182);
	color: #fff;
	cursor: pointer;
}

.schedule-hours {
	position: relative;
	background: #ccc;
	z-index:100;
}

.schedule-hours::before {
	content: "programari";
	position: absolute;
	left: -65px;
	color: #fff;
	font-weight: normal;
	top: 60px;
	text-transform: uppercase;
	z-index: 200;
	transform: rotate(-90deg);
}

.schedule-hours::after {
	position: absolute;
	right: 100%;
	background: rgba(43,87,151,0.7);
	height: 100%;
	top: -1px;
	width: 100px;
	content: " ";
	z-index: 200;
}

#schedule .highlight {
	/*background: rgb(106,137,182);*/
	color: #fff;
	background: #368C87;
}

*[data-scroll] {
	overflow: scroll;
	height: auto;
}

*[data-scroll] span {
	height: 0.5px;
	width: auto;
	display: block;
}

#schedule {
	font-size: 11px;
}

.schedule-hours {
	padding-top: 0 !important;
}

#schedule .reservations td:not(.schedule-hours) {
	background: url('../img/tablepoint.png') 0 0 repeat;
	position: relative;
	padding-top: 0;
	-webkit-print-color-adjust: exact;
}

.panel-default {
	
}

@media print {    
    .no-print, .no-print *
    {
        display: none !important;
    }
}

.selectize-dropdown, .selectize-dropdown.form-control {
	z-index: 9999 !important;
}
#doublescroll
{
  overflow: auto; 
  overflow-y: hidden; 
}
.panel.panel-default .panel-body{
	overflow-x:hidden;
}
.draft-delete-table thead tr th,.draft-delete-table tbody tr th,.draft-delete-table tbody tr td{
	text-align: center;
}