@charset "utf-8";
/* CSS Document */
/* latin-ext */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: local('Titillium Web'), local('TitilliumWeb-Regular'), url(/fonts/7XUFZ5tgS-tD6QamInJTcSo_WB_cotcEMUw1LsIE8mM.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: local('Titillium Web'), local('TitilliumWeb-Regular'), url(/fonts/7XUFZ5tgS-tD6QamInJTcZSnX671uNZIV63UdXh3Mg0.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: local('Titillium WebBold'), local('TitilliumWeb-Bold'), url(/fonts/anMUvcNT0H1YN4FII8wpr-y7CP8YvcHYdGV61pt7QTE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: local('Titillium WebBold'), local('TitilliumWeb-Bold'), url(/fonts/anMUvcNT0H1YN4FII8wprxP6Eu1_xfSBSoi9uie1FdE.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

body { font-family: 'Titillium Web', sans-serif !important;font-size:15px;background:#EDF2F6; }
body a, a:visited, a:hover { text-decoration:none !important; }


body::-webkit-scrollbar {
    width: 5px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 4px;
}

body::-webkit-scrollbar-thumb {
	background:#ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

 

.topbar {
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:1;
	width:auto;
	height:65px;	
	padding:5px;
	background:#fff;
	box-shadow:1px 1px 1px #ccc;
 }
 .profile-img {	width: 96px;height: 96px;margin: 0 auto 10px;display: block;-moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 50%;}
.orar {	width:100%;	border:1px solid #ccc;}	
.orar th {	padding:4px;color:#666;	border-right:1px solid #ccc;background:url(../images/Layout/gradient.png) repeat-x;	width:12.5%;}
#contentDiv { 
	width:auto;
	padding:10px;	
	background:#fff;
	border:1px solid #eee;
	margin:20px;
	position:relative;
}
.medic { height:31px; padding:5px; color:inherit; text-transform:uppercase;margin-top:0; }
.fc-event { padding:2px !important;font-size:13px !important;border-radius:0 !important; } 
.fc-bgevent { overflow:hidden;padding:0 !important; }

.navHide { display:none; }
.navShow { display:block; }
.navSmall { width:auto !important; }
.pageContentLarge { margin-left:60px !important; }
.logo { float:left; padding:4px;}
#pageContent { margin-left:240px;padding:10px; }
.nav { 
	position:fixed;
	top:65px;
	left:0;
	bottom:0;
	width:210px;
	padding:5px;  
	color:#fff;
	z-index:2; 	
	vertical-align:top;
 	box-shadow:1px 1px 5px #ccc;
	overflow-x:hidden;
	overflow-y:scroll;
	background:#354052;
}

.nav::-webkit-scrollbar {
    width: 5px;
	visibility:collapse;
}

.nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 4px;
}

.nav::-webkit-scrollbar-thumb {
	background:#ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

.nav:hover::-webkit-scrollbar {
	visibility:visible;
}

.navIndent { height:2px; }
.popover { z-index:999; }
.previousWeek { position:absolute; top:10px; right:150px;}
.nextWeek { position:absolute; top:10px; right:10px;}
.orar td {	text-align:center; padding:7px; position:relative; font-size:11px;}
.orar tbody tr:nth-child(odd) { background-color:#eee; }
.orar tbody tr:nth-child(even) { background-color:#fff; }

.day {	font-size:10px;	position:absolute;top:1px;right:1px;color:#000;	}
.cell {	position:relative;}

#datePacient { display:none; }
#e_datePacient { display:none; }
.popover{ max-width: 100%;  }
 .fc-bg td:hover{background: #f0f0f0; cursor:pointer;}
 .navbar-brand { position:relative;margin-top:-10px; }
.popover { z-index:999; }
.clear { clear:both; }
#container { float:left; width:100%; height:auto; }
#teethMap { width:700px; height:192px; float:left; } 

.dropDownDiv { width:auto;box-sizing:border-box;border:1px solid #ccc;height:200px; overflow:auto; display:none; }
.dropDownItem {  padding:4px;  width:auto; height:auto; cursor:pointer; }
.dropDownItem:nth-child(odd) {background:#eee; }
.dropDownItem:nth-child(even) { background:#fff; }
.dropDownItem:hover { background:#09f; color:#fff;}
.products { width:auto; height:140px; border:1px dotted #ccc; overflow:auto; box-sizing:border-box; margin:7px;}
.products table td { padding:4px; }
.products table tr:nth-child(odd) { background:#eee; }
.products table tr:nth-child(even) { background:#fff; }
input[type=checkbox] { padding:5px; border-radius:5px; border:1px solid #ccc; }
.table thead tr { background:#ccc; }
.table td { padding:4px; }
.table tbody tr:nth-child(odd) { background:#C0E1FA; }
.table  tbody tr:nth-child(even) { background:#DAEDFC; }
.badge { margin:2px; }
.fa {  width:25px; }
.button {
  	border:none;
 	width:auto;
	font-size:14px;
	color:#fff;
	padding:5px 2px 5px 10px;
	text-align:left;
	margin-left:0px;
 }
.button a, .button a:visited { color:#333; }
.buttonselected {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2825b+0,e55b2b+50,f07146+100;Red+3D+%232 */
background: #f2825b; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #f2825b 0%, #e55b2b 50%, #f07146 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #f2825b 0%,#e55b2b 50%,#f07146 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #f2825b 0%,#e55b2b 50%,#f07146 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2825b', endColorstr='#f07146',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	box-shadow:1px 1px 2px #000;
	color:#fff;
}
.button:hover {
	cursor:pointer;
	background:#3C799D;	
	color:#fff;
}
.button:hover a { color:#fff; }
.button:active {
	cursor:pointer;
	background:#3C799D;	
} 
h4 { margin-left:10px; margin-top:20px;} 
.fc-day-header { background:#666; color:#fff; }
.fc-widget-content  { overflow:visible !important; }
.fc-day-top { cursor:pointer; }
.fc-v-event { min-height:25px; }

.pr_std { background:#0099FF !important; color:#000 !important; border:none !important; box-shadow:1px 1px 4px #555 !important; }
.pr_urg { background:#FF0000 !important; color:#FFF !important; border:none !important; }
.pr_nrp { background:#111 !important; color:#FFF !important; border:none !important; }
.pr_conf { background:#6DD900 !important; color:#000 !important; border:none !important; }

#balloonHolder {
	position:fixed;
	bottom:10px;
	right:70px;
	width:auto;
	height:auto;
	z-index:9999;
  }
.balloon {
	background:rgba(0,0,0,0.5);
	color:#fff;
	padding:10px;
	border:2px solid #000;
	border-radius:6px;	
}

.panou {
	background:#fff;
	box-shadow:1px 1px 5px #ccc;
	padding:15px 10px;
	margin:10px;
	border-radius:2px;	
}
 
.separator { 
	border-bottom:2px dotted #eee;
	margin-top:10px;
	margin-bottom:10px;
}
.form-control {
	padding:3px 5px 3px 5px !important;
	font-size:14px !important;
	border-radius:2px !important;
	margin-bottom:0 !important;
}
.form-group { margin-bottom:4px !important; }
.modal-body { font-size:12px !important;}
.products_content, .e_products_content {
	width:auto;
	padding:1px;
	height:250px;
	border:1px solid #eee;
	box-shadow:0 0 1px #ccc;	
	margin:0 5px 0 5px;
	overflow:auto;
}
.add_btn {
	font-size:20px !important;
	cursor:pointer;
	margin:5px;
	color:#3C0;	
}
.add_btn:hover {
	color:#693;	
}
.tbl1 {
	width:100%;	
}
.tbl1 th {
	padding:4px;
	text-align:center;
	background:#eee;
	color:#333;
	text-transform:uppercase;	
}
.tbl1 tbody tr:nth-child(even) {
	background:#eee;
}
.tbl1 tbody tr:nth-child(odd) {
	background:#fefefe;
}

.tbl1 tbody td {
	border-right:1px solid #eee;
	padding:4px;	
	text-align:center;
}
.small { width:120px;text-align:center; }
.pnl { 
	background:rgba(0,0,0,0.15) !important;
	border:none !important;
	color:#ccc !important;
	
}
.panelRight {
	position:absolute;
	top:80px;
	height:90px;
	overflow:hidden;
	right:10px;
	background:#CDDBE7;
 	border:1px solid #A5BED3;
	padding:10px;
	color:#000;
	font-size:100%;
	border-radius:4px;
	 
}

#sold_initial {
	margin-top:10px;
	padding-top:10px;
	font-size:27px;
	margin-bottom:10px;
	font-weight:bold;
	border-top:1px dotted #ccc;
}
#sold_final {
	margin-top:10px;
	padding-top:10px;
	font-size:27px;
	margin-bottom:10px;
	font-weight:bold;
	border-top:1px dotted #ccc;
}

.input_small {
	width:100%;
	box-sizing:border-box;	
}
.green { background:#3C6; }
.red { background:#f00; }
.alert {
	position:fixed;
	bottom:10px;
	right:10px;
	padding:15px 20px 15px 30px;
	border:1px dotted #396;
	color:#fff;
	text-align:left;
	font-size:16px;
 }