/*
	 CSS-Tricks Example - MagicLine Demo
	 by Chris Coyier
	 http://css-tricks.com
*/

* { margin: 0; padding: 0; }
body { font: 14px Georgia, serif; background: #fefefe; color: #000; }
figure { display:inline-block;text-align:center;vertical-align:top; }
textarea { resize:none; }
form { margin-bottom:70px; }
header {width:100%;min-width:1060px; padding:0; margin: 0;top:0; display: inline-block;background-color:#121212;text-align:center;box-shadow: 1px 5px 5px #888888; }
header img { margin: 0 auto;position:relative; top:-35px; display:inline-block;line-height:100px;margin-right:150px; }
a { color: #fff;background:none;text-decoration:none;cursor:pointer; }
a:hover { color: white;cursor:pointer; }

.nav-wrap { margin: 5px auto;  background-color:black; border-top: 2px solid white; border-bottom: 2px solid white; }
#example-one { margin: 30px auto; list-style: none; position: relative;display:inline-block;  margin-top: 50px; }
#example-one li { display: inline-block; float: left; }

#example-one li a { color: #fff; font-size: 17px; display: block; padding: 6px 10px 4px 10px; text-decoration: none; text-transform: uppercase;border-top-style:solid; border-top-width:1px;margin-left:10px; margin-right:10px; }
#example-one li a:hover { color: white; }
#magic-line { position: absolute; left: 0; width: 100px; height: 4px; background: #0092f8; }
#flags { 
  height: 35px;  
  top: 55px;
  position: relative;
  margin-left: 900px; 
}
#flags a  { margin:0px; }
#flags a img { margin-right:10px; margin-top:0px; }

#content { margin:50px auto; width:1060px;margin-bottom:100px; }
.left { margin-top:40px; margin-left:50px; width:560px; float:left; }
.ribbon {
 font-size: 24px !important;
 position: relative;
 background: #4991f5;
 color: #fff;
 text-align: center;
 padding: 10px 32px; /* Adjust to suit */
 margin: 32px auto 48px; /* Based on 24px vertical rhythm. 48px bottom margin - normally 24 but the ribbon 'graphics' take up 24px themselves so we double it. */
}

#vizualizeaza-program { margin:30px; }
#confirma-programari { margin:30px; }

a.tooltip {
  position: relative;
  display: inline;
}
a.tooltip span {
  position: absolute;
  width:240px;
  color: #FFFFFF;
  background: #000000;
  height: 30px;
  line-height: 30px;
  text-align: center;
  visibility: hidden;
  border-radius: 6px;
}
a.tooltip span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 30%;
  margin-left: -8px;
  width: 0; height: 0;
  border-top: 8px solid #000000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
a:hover.tooltip span {
  visibility: visible;
  opacity: 0.8;
  bottom: 30px;
  left: 80%;
  margin-left: -76px;
  z-index: 999;
}
.arrow_box {
	margin-left:50px;
	width:100px;
	height:45px;
	position: relative;
	background: rgba(0, 146, 248, 1);
	border: 4px solid #c2e1f5;
}
.arrow_box:after, .arrow_box:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-right-color: rgba(0, 146, 248, 1);
	border-width: 40px;
	margin-top: -40px;
}
.arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-right-color: #c2e1f5;
	border-width: 45px;
	margin-top: -45px;
}

a#buton {
	position: relative;
    color: rgba(255,255,255,1);
    text-decoration: none;
    background-color: rgba(0, 146, 248, 1);
    font-family: 'Yanone Kaffeesatz';
    font-weight: 700;
    font-size: 3em;
    display: block;
    padding: 4px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 9px 0px rgba(14, 69, 110, 1), 0px 9px 25px rgba(0,0,0,.7);
    -moz-box-shadow: 0px 9px 0px rgba(14, 69, 110, 1), 0px 9px 25px rgba(0,0,0,.7);
    box-shadow: 0px 9px 0px rgba(14, 69, 110, 1), 0px 9px 25px rgba(0,0,0,.7);
    margin: 100px auto;
	width: 260px;
	text-align: center;
	
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}
#panou { text-align:center; }
a#buton:hover {
    -webkit-box-shadow: 0px 3px 0px rgba(14, 69, 110, 1), 0px 3px 6px rgba(0,0,0,.9);
    -moz-box-shadow: 0px 3px 0px rgba(14, 69, 110, 1), 0px 3px 6px rgba(0,0,0,.9);
    box-shadow: 0px 3px 0px rgba(14, 69, 110, 1), 0px 3px 6px rgba(0,0,0,.9);
    position: relative;
    top: 3px;
}
a#buton:active {
    -webkit-box-shadow: 0px 3px 0px rgba(14, 69, 110, 1), 0px 3px 6px rgba(0,0,0,.9);
    -moz-box-shadow: 0px 3px 0px rgba(14, 69, 110, 1), 0px 3px 6px rgba(0,0,0,.9);
    box-shadow: 0px 3px 0px rgba(14, 69, 110, 1), 0px 3px 6px rgba(0,0,0,.9);
    position: relative;
    top: 6px;
}
#left { float:left; width:45%; }
#right { float:right; width:45%; }
.ribbon:before {
 left: -32px;
 border-right-width: 24px;
 border-left-color: transparent;
}
.ribbon:after {
 right: -32px;
 border-left-width: 24px;
 border-right-color: transparent;
}
.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
 content: "";
 position: absolute;
 display: block;
 border-style: solid;
 border-color: #000 transparent transparent transparent;
 bottom: -16px;
}
.ribbon .ribbon-content:before {
 left: 0;
 border-width: 16px 0 0 16px;
}
.ribbon .ribbon-content:after {
 right: 0;
 border-width: 16px 16px 0 0;
}


.prezentare { overflow:hidden; }
.programari { margin:30px; }

#photo { height:500px;float:left; }
#doctor1 { border-radius:4px; z-index:99; margin-right:25px; }
.doctor1 { border-radius:4px; z-index:99; margin-right:25px; }
#doctor2 { border-radius:4px; z-index:99; margin-right:25px; }
.doctor2 { border-radius:4px; z-index:99; margin-right:25px; }
#doctor3 { border-radius:4px; z-index:99; margin-right:25px; }
.doctor3 { border-radius:4px; z-index:99; margin-right:25px; }
#doctor4 { border-radius:4px; z-index:99; margin-right:25px; }
.doctor4 { border-radius:4px; z-index:99; margin-right:25px; }
#doctor5 { border-radius:4px; z-index:99; margin-right:25px; }
.doctor5 { border-radius:4px; z-index:99; margin-right:25px; }
#doctor6 { border-radius:4px; z-index:99; margin-right:25px; }
.doctor6 { border-radius:4px; z-index:99; margin-right:25px; }

#details1 {
    position:absolute;
    top:200px;
    padding:20px;
    z-index:0; 
    visibility:hidden;
    opacity:0;
    background:#2c3f52;
    color:#fff;
    border-radius:4px;
    width:50px;
    -webkit-transition: width 0.5s, visibility 0.5s linear 0.5s,opacity 0.5s linear;  /* For Safari 3.1 to 6.0 */
    transition: width 0.5s, visibility 0.5s linear 0.5s,opacity 0.5s linear;

 }
#details1.clicked {
    z-index:0;
    visibility:visible;
    width:1050px;
    opacity:1;
    transition-delay:0s;
}

#tab {
	width:180px;
	overflow:hidden;
	display:inline-block;
	margin-right:40px;
	float:left;
	position:relative;
	border: 1px solid;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

#tab h3 {
	width:180px;
	text-align:center;
	font-size:20px;
	margin:0px;
	padding:3px;
	height:45px;
	background-color:#000;
	color:#0092f8;
	text-transform:uppercase;
}

#hover-text {
	width:180px;
	text-align:center;
	font-size:18px;
	height:50px;
	background-color:#000;
	color:#0092f8;
	position:absolute;
	top:-9999px;
	height:100%;
	opacity:0.8;
}
#tab:hover div {
	top:50px;
} 



select { background:#D4D8DC; }
#text-right { font-size:20px;text-indent:15px;opacity:1;margin-left:50px; }
#text-right h1 { float:right; }

.left p { font-size:17px; line-height:21px; }
.right {margin-top:50px;margin-bottom:50px;margin-right:50px; color:white; width:250px; float:right;box-shadow: 3px 3px 3px #888888;background:#4991f5; }
.right h3 { margin:20px; }
.right p { margin-left:20px;margin-bottom:30px; }

input[type=text] { 
	padding:10px;
	margin:7px; 
	height:30px;
	font-family: Tahoma, Geneva, sans-serif;
	height:30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1p solid #999; 
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
input[type=password] { 
	padding:10px;
	margin:7px; 
	height:30px;
	font-family: Tahoma, Geneva, sans-serif;
	height:30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #999; 
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
input:focus { outline: none;border-style:ridge; }
textarea { margin:7px; color:#000; border-radius:3px; border-color:#555; border-width:1px; padding:10px; opacity:0.8; }
textarea:focus { outline: none;border-color:#000;border-style:ridge; }

textarea:focus, input[type=password]:focus, input[type=text]:focus  {
	border: 1px solid #09C;
}
input[type=password].button:hover, input[type=text].button:hover {
	background:#fff;
	color:#09C;
}

input[type=submit], button {
	background: #25A6E1;
	background: -moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));
	background: -webkit-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background: -o-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background: -ms-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background: linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0);
	padding:8px 13px;
	color:#fff;
	cursor:pointer;
	font-family:'Helvetica Neue',sans-serif;
	font-size:17px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #1A87B9;

-webkit-box-shadow: 0px 9px 0px rgba(14, 69, 110, 1), 0px 9px 25px rgba(0,0,0,.7);
  -moz-box-shadow: 0px 9px 0px rgba(14, 69, 110, 1), 0px 9px 25px rgba(0,0,0,.7);
  box-shadow: 0px 9px 0px rgba(14, 69, 110, 1), 0px 9px 25px rgba(0,0,0,.7);

-webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -ms-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
}  
input[type=button] {
	background: #25A6E1;
	background: -moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));
	background: -webkit-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background: -o-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background: -ms-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0);
	padding:8px 13px;
	color:#fff;
	cursor:pointer;
	font-family:'Helvetica Neue',sans-serif;
	font-size:17px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #1A87B9;

-webkit-box-shadow: 0px 5px 0px rgba(14, 69, 110, 1), 0px 5px 15px rgba(0,0,0,.7);
  -moz-box-shadow: 0px 5px 0px rgba(14, 69, 110, 1), 0px 5px 15px rgba(0,0,0,.7);
  box-shadow: 0px 5px 0px rgba(14, 69, 110, 1), 0px 5px 15px rgba(0,0,0,.7);

-webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -ms-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
}   

input[type=button].cancel-button { 
	background: #E12525;
	background: -moz-linear-gradient(top,#E12525 0%,#C01818 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#E12525),color-stop(100%,#C01818));
	background: -webkit-linear-gradient(top,#E12525 0%,#C01818 100%);
	background: -o-linear-gradient(top,#E12525 0%,#C01818 100%);
	background: -ms-linear-gradient(top,#E12525 0%,#C01818 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#E12525',endColorstr='#C01818',GradientType=0);
	border:1px solid #B91A1A;
-webkit-box-shadow: 0px 5px 0px rgba(110, 14, 14, 1), 0px 5px 15px rgba(0,0,0,.7);
  -moz-box-shadow: 0px 5px 0px rgba(110, 14, 14, 1), 0px 5px 15px rgba(0,0,0,.7);
  box-shadow: 0px 5px 0px rgba(110, 14, 14, 1), 0px 5px 15px rgba(0,0,0,.7);

}
input[type=button]:hover, input[type=submit]:hover {
    -webkit-box-shadow: 0px 3px 0px rgba(14, 69, 110, 1), 0px 3px 6px rgba(0,0,0,.9);
    -moz-box-shadow: 0px 3px 0px rgba(14, 69, 110, 1), 0px 3px 6px rgba(0,0,0,.9);
    box-shadow: 0px 3px 0px rgba(14, 69, 110, 1), 0px 3px 6px rgba(0,0,0,.9);
    position: relative;
    top: 3px;
}
input[type=button]:active, input[type=submit]:active {
    -webkit-box-shadow: 0px 3px 0px rgba(14, 69, 110, 1), 0px 3px 6px rgba(0,0,0,.9);
    -moz-box-shadow: 0px 3px 0px rgba(14, 69, 110, 1), 0px 3px 6px rgba(0,0,0,.9);
    box-shadow: 0px 3px 0px rgba(14, 69, 110, 1), 0px 3px 6px rgba(0,0,0,.9);
    position: relative;
    top: 6px;
}
footer { clear: both;text-align:center;padding:5px; background:#121212; opacity:0.8;color:#fff;    
    position: fixed;
width:100%;
    z-index: 10;
    font-size:14px;
    bottom:0; }

/*-----PROGRAMARI------*/

#nume { color: #fff; background:#2c3f52;padding:5px;
    width: 150px;
    overflow: hidden;
    font-size: 1em;
}
.servicii {
	position:absolute;
	text-align:center;
	top:0px;
	width:300px;
	left:0px;
	opacity:0; 
	visibility:hidden;
	background:#2c3f52;    
	-webkit-transition: -webkit-transform 0.5s, visibility 0.5s linear 0.5s,opacity 0.5s linear;  /* For Safari 3.1 to 6.0 */
	transition: transform 0.5s, visibility 0.5s linear 0.5s,opacity 0.5s linear; 
}
.servicii a { color:#fff;}
.servicii a:hover { background: #ed4e6e;padding: 3px 10px;border-radius:2px; }
.servicii.clicked { 
	opacity:1; 
	line-height:27px; 
	visibility:visible;    
	transition-delay:0s; 
	-webkit-transform: translateX(150px);
	-moz-transform: translateX(150px);
	-ms-transform: translateX(150px);
	transform: translateX(150px);
}

#datepicker1 {
	width:300px;
	position:absolute;
	top:0;
	left:0px;
	opacity:0; 
	visibility:hidden;
	background:#2c3f52;    
	-webkit-transition: -webkit-transform 0.5s, visibility 0.5s linear 0.5s,opacity 0.5s linear;  /* For Safari 3.1 to 6.0 */
	transition: transform 0.5s, visibility 0.5s linear 0.5s,opacity 0.5s linear; 
}
#datepicker1.show { 
	opacity:1; 
	line-height:27px; 
	visibility:visible;    
	transition-delay:0s; 
	-webkit-transform: translateX(450px);
	-moz-transform: translateX(450px);
	-ms-transform: translateX(450px);
	transform: translateX(450px);
}
#datepicker2 {
	width:300px;
	position:absolute;
	top:0;
	left:0px;
	opacity:0; 
	visibility:hidden;
	background:#2c3f52;    
	-webkit-transition: -webkit-transform 0.5s, visibility 0.5s linear 0.5s,opacity 0.5s linear;  /* For Safari 3.1 to 6.0 */
	transition: transform 0.5s, visibility 0.5s linear 0.5s,opacity 0.5s linear; 
}
#datepicker2.show { 
	opacity:1; 
	line-height:27px; 
	visibility:visible;    
	transition-delay:0s; 
	-webkit-transform: translateX(450px);
	-moz-transform: translateX(450px);
	-ms-transform: translateX(450px);
	transform: translateX(450px);
}

#datepicker3 {
	width:300px;
	position:absolute;
	top:0;
	left:0px;
	opacity:0; 
	visibility:hidden;
	background:#2c3f52;    
	-webkit-transition: -webkit-transform 0.5s, visibility 0.5s linear 0.5s,opacity 0.5s linear;  /* For Safari 3.1 to 6.0 */
	transition: transform 0.5s, visibility 0.5s linear 0.5s,opacity 0.5s linear; 
}
#datepicker3.show { 
	opacity:1; 
	line-height:27px; 
	visibility:visible;    
	transition-delay:0s; 
	-webkit-transform: translateX(450px);
	-moz-transform: translateX(450px);
	-ms-transform: translateX(450px);
	transform: translateX(450px);
}
#datepicker4 {
	width:300px;
	position:absolute;
	top:0;
	left:0px;
	opacity:0; 
	visibility:hidden;
	background:#2c3f52;    
	-webkit-transition: -webkit-transform 0.5s, visibility 0.5s linear 0.5s,opacity 0.5s linear;  /* For Safari 3.1 to 6.0 */
	transition: transform 0.5s, visibility 0.5s linear 0.5s,opacity 0.5s linear; 
}
#datepicker4.show { 
	opacity:1; 
	line-height:27px; 
	visibility:visible;    
	transition-delay:0s; 
	-webkit-transform: translateX(450px);
	-moz-transform: translateX(450px);
	-ms-transform: translateX(450px);
	transform: translateX(450px);
}
#datepicker5 {
	width:300px;
	position:absolute;
	top:0;
	left:0px;
	opacity:0; 
	visibility:hidden;
	background:#2c3f52;    
	-webkit-transition: -webkit-transform 0.5s, visibility 0.5s linear 0.5s,opacity 0.5s linear;  /* For Safari 3.1 to 6.0 */
	transition: transform 0.5s, visibility 0.5s linear 0.5s,opacity 0.5s linear; 
}
#datepicker5.show { 
	opacity:1; 
	line-height:27px; 
	visibility:visible;    
	transition-delay:0s; 
	-webkit-transform: translateX(450px);
	-moz-transform: translateX(450px);
	-ms-transform: translateX(450px);
	transform: translateX(450px);
}
#datepicker6 {
	width:300px;
	position:absolute;
	top:0;
	left:0px;
	opacity:0; 
	visibility:hidden;
	background:#2c3f52;    
	-webkit-transition: -webkit-transform 0.5s, visibility 0.5s linear 0.5s,opacity 0.5s linear;  /* For Safari 3.1 to 6.0 */
	transition: transform 0.5s, visibility 0.5s linear 0.5s,opacity 0.5s linear; 
}
#datepicker6.show { 
	opacity:1; 
	line-height:27px; 
	visibility:visible;    
	transition-delay:0s; 
	-webkit-transform: translateX(450px);
	-moz-transform: translateX(450px);
	-ms-transform: translateX(450px);
	transform: translateX(450px);
}


#datepicker16 {
	width:300px;
	position:absolute;
	top:0;
	left:0px;
	opacity:0; 
	visibility:hidden;
	background:#2c3f52;    
	-webkit-transition: -webkit-transform 0.5s, visibility 0.5s linear 0.5s,opacity 0.5s linear;  /* For Safari 3.1 to 6.0 */
	transition: transform 0.5s, visibility 0.5s linear 0.5s,opacity 0.5s linear; 
}
#datepicker16.show { 
	opacity:1; 
	line-height:27px; 
	visibility:visible;    
	transition-delay:0s; 
	-webkit-transform: translateX(450px);
	-moz-transform: translateX(450px);
	-ms-transform: translateX(450px);
	transform: translateX(450px);
}
#datepicker15 {
	width:300px;
	position:absolute;
	top:0;
	left:0px;
	opacity:0; 
	visibility:hidden;
	background:#2c3f52;    
	-webkit-transition: -webkit-transform 0.5s, visibility 0.5s linear 0.5s,opacity 0.5s linear;  /* For Safari 3.1 to 6.0 */
	transition: transform 0.5s, visibility 0.5s linear 0.5s,opacity 0.5s linear; 
}
#datepicker15.show { 
	opacity:1; 
	line-height:27px; 
	visibility:visible;    
	transition-delay:0s; 
	-webkit-transform: translateX(450px);
	-moz-transform: translateX(450px);
	-ms-transform: translateX(450px);
	transform: translateX(450px);
}

#datepicker18 {
	width:300px;
	position:absolute;
	top:0;
	left:0px;
	opacity:0; 
	visibility:hidden;
	background:#2c3f52;    
	-webkit-transition: -webkit-transform 0.5s, visibility 0.5s linear 0.5s,opacity 0.5s linear;  /* For Safari 3.1 to 6.0 */
	transition: transform 0.5s, visibility 0.5s linear 0.5s,opacity 0.5s linear; 
}
#datepicker18.show { 
	opacity:1; 
	line-height:27px; 
	visibility:visible;    
	transition-delay:0s; 
	-webkit-transform: translateX(450px);
	-moz-transform: translateX(450px);
	-ms-transform: translateX(450px);
	transform: translateX(450px);
}
#datepicker19 {
	width:300px;
	position:absolute;
	top:0;
	left:0px;
	opacity:0; 
	visibility:hidden;
	background:#2c3f52;    
	-webkit-transition: -webkit-transform 0.5s, visibility 0.5s linear 0.5s,opacity 0.5s linear;  /* For Safari 3.1 to 6.0 */
	transition: transform 0.5s, visibility 0.5s linear 0.5s,opacity 0.5s linear; 
}
#datepicker19.show { 
	opacity:1; 
	line-height:27px; 
	visibility:visible;    
	transition-delay:0s; 
	-webkit-transform: translateX(450px);
	-moz-transform: translateX(450px);
	-ms-transform: translateX(450px);
	transform: translateX(450px);
}
#datepicker20 {
	width:300px;
	position:absolute;
	top:0;
	left:0px;
	opacity:0; 
	visibility:hidden;
	background:#2c3f52;    
	-webkit-transition: -webkit-transform 0.5s, visibility 0.5s linear 0.5s,opacity 0.5s linear;  /* For Safari 3.1 to 6.0 */
	transition: transform 0.5s, visibility 0.5s linear 0.5s,opacity 0.5s linear; 
}
#datepicker20.show { 
	opacity:1; 
	line-height:27px; 
	visibility:visible;    
	transition-delay:0s; 
	-webkit-transform: translateX(450px);
	-moz-transform: translateX(450px);
	-ms-transform: translateX(450px);
	transform: translateX(450px);
}
#datepicker21 {
	width:300px;
	position:absolute;
	top:0;
	left:0px;
	opacity:0; 
	visibility:hidden;
	background:#2c3f52;    
	-webkit-transition: -webkit-transform 0.5s, visibility 0.5s linear 0.5s,opacity 0.5s linear;  /* For Safari 3.1 to 6.0 */
	transition: transform 0.5s, visibility 0.5s linear 0.5s,opacity 0.5s linear; 
}
#datepicker21.show { 
	opacity:1; 
	line-height:27px; 
	visibility:visible;    
	transition-delay:0s; 
	-webkit-transform: translateX(450px);
	-moz-transform: translateX(450px);
	-ms-transform: translateX(450px);
	transform: translateX(450px);
}

.program a:nth-child(1) {
	text-align:center;
	width:100px;
	position:absolute;
	top:0;
	left:0px;
	opacity:0; 
	visibility:hidden;
	-webkit-transition: -webkit-transform 0.5s, visibility 0.5s linear 0.5s,opacity 0.5s linear;  /* For Safari 3.1 to 6.0 */
	transition: transform 0.5s, visibility 0.5s linear 0.5s,opacity 0.5s linear; 
}
.program.show a:nth-child(1) { 
	opacity:1; 
	line-height:27px; 
	visibility:visible;    
	transition-delay:0s; 
	-webkit-transform: translateX(750px);
	-moz-transform: translateX(750px);
	-ms-transform: translateX(750px);
	transform: translateX(750px);
}

.program a:nth-child(3) {
	text-align:center;
	width:100px;
	position:absolute;
	top:30px;
	left:0px;
	opacity:0; 
	visibility:hidden;
	-webkit-transition: -webkit-transform 0.5s, visibility 0.5s linear 0.5s,opacity 0.5s linear;  /* For Safari 3.1 to 6.0 */
	transition: transform 0.5s, visibility 1s linear 0.5s,opacity 0.5s linear; 
}
.program.show a:nth-child(3) { 
	opacity:1; 
	line-height:27px; 
	visibility:visible;    
	transition-delay:0.3s; 
	-webkit-transform: translateX(750px);
	-moz-transform: translateX(750px);
	-ms-transform: translateX(750px);
	transform: translateX(750px);
}

.program a:nth-child(5) {
	text-align:center;
	width:100px;
	position:absolute;
	top:60px;
	left:0px;
	opacity:0; 
	visibility:hidden; 
	-webkit-transition: -webkit-transform 0.5s, visibility 0.5s linear 0.5s,opacity 0.5s linear;  /* For Safari 3.1 to 6.0 */
	transition: transform 0.5s, visibility 1s linear 0.5s,opacity 0.5s linear; 
}
.program.show a:nth-child(5) { 
	opacity:1; 
	line-height:27px; 
	visibility:visible;    
	transition-delay:0.6s; 
	-webkit-transform: translateX(750px);
	-moz-transform: translateX(750px);
	-ms-transform: translateX(750px);
	transform: translateX(750px);
}

.program a:nth-child(7) {
	text-align:center;
	width:100px;
	position:absolute;
	top:90px;
	left:0px;
	opacity:0; 
	visibility:hidden;   
	-webkit-transition: -webkit-transform 0.5s, visibility 0.5s linear 0.5s,opacity 0.5s linear;  /* For Safari 3.1 to 6.0 */
	transition: transform 0.5s, visibility 1s linear 0.5s,opacity 0.5s linear; 
}
.program.show a:nth-child(7) { 
	opacity:1; 
	line-height:27px; 
	visibility:visible;    
	transition-delay:0.9s; 
	-webkit-transform: translateX(750px);
	-moz-transform: translateX(750px);
	-ms-transform: translateX(750px);
	transform: translateX(750px);
}

.program a:nth-child(9) {
	text-align:center;
	width:100px;
	position:absolute;
	top:120px;
	left:0px;
	opacity:0; 
	visibility:hidden;
	-webkit-transition: -webkit-transform 0.5s, visibility 0.5s linear 0.5s,opacity 0.5s linear;  /* For Safari 3.1 to 6.0 */
	transition: transform 0.5s, visibility 1s linear 0.5s,opacity 0.5s linear; 
}
.program.show a:nth-child(9) { 
	opacity:1; 
	line-height:27px; 
	visibility:visible;    
	transition-delay:1.2s; 
	-webkit-transform: translateX(750px);
	-moz-transform: translateX(750px);
	-ms-transform: translateX(750px);
	transform: translateX(750px);
}
.program a:nth-child(11) {
	text-align:center;
	width:100px;
	position:absolute;
	top:150px;
	left:0px;
	opacity:0; 
	visibility:hidden;
	-webkit-transition: -webkit-transform 0.5s, visibility 0.5s linear 0.5s,opacity 0.5s linear;  /* For Safari 3.1 to 6.0 */
	transition: transform 0.5s, visibility 1s linear 0.5s,opacity 0.5s linear; 
}
.program.show a:nth-child(11) { 
	opacity:1; 
	line-height:27px; 
	visibility:visible;    
	transition-delay:1.5s; 
	-webkit-transform: translateX(750px);
	-moz-transform: translateX(750px);
	-ms-transform: translateX(750px);
	transform: translateX(750px);
}
.program a:nth-child(13) {
	text-align:center;
	width:100px;
	position:absolute;
	top:180px;
	left:0px;
	opacity:0; 
	visibility:hidden;
	-webkit-transition: -webkit-transform 0.5s, visibility 0.5s linear 0.5s,opacity 0.5s linear;  /* For Safari 3.1 to 6.0 */
	transition: transform 0.5s, visibility 1s linear 0.5s,opacity 0.5s linear; 
}
.program.show a:nth-child(13) { 
	opacity:1; 
	line-height:27px; 
	visibility:visible;    
	transition-delay:1.8s; 
	-webkit-transform: translateX(750px);
	-moz-transform: translateX(750px);
	-ms-transform: translateX(750px);
	transform: translateX(750px);
}
.program a:nth-child(15) {
	text-align:center;
	width:100px;
	position:absolute;
	top:210px;
	left:0px;
	opacity:0; 
	visibility:hidden;
	-webkit-transition: -webkit-transform 0.5s, visibility 0.5s linear 0.5s,opacity 0.5s linear;  /* For Safari 3.1 to 6.0 */
	transition: transform 0.5s, visibility 1s linear 0.5s,opacity 0.5s linear; 
}
.program.show a:nth-child(15) { 
	opacity:1; 
	line-height:27px; 
	visibility:visible;    
	transition-delay:2.1s; 
	-webkit-transform: translateX(750px);
	-moz-transform: translateX(750px);
	-ms-transform: translateX(750px);
	transform: translateX(750px);
}
.program a:nth-child(17) {
	text-align:center;
	width:100px;
	position:absolute;
	top:240px;
	left:0px;
	opacity:0; 
	visibility:hidden;
	-webkit-transition: -webkit-transform 0.5s, visibility 0.5s linear 0.5s,opacity 0.5s linear;  /* For Safari 3.1 to 6.0 */
	transition: transform 0.5s, visibility 1s linear 0.5s,opacity 0.5s linear; 
}
.program.show a:nth-child(17) { 
	opacity:1; 
	line-height:27px; 
	visibility:visible;    
	transition-delay:2.4s; 
	-webkit-transform: translateX(750px);
	-moz-transform: translateX(750px);
	-ms-transform: translateX(750px);
	transform: translateX(750px);
}
.program a:nth-child(19) {
	text-align:center;
	width:100px;
	position:absolute;
	top:270px;
	left:0px;
	opacity:0; 
	visibility:hidden;
	-webkit-transition: -webkit-transform 0.5s, visibility 0.5s linear 0.5s,opacity 0.5s linear;  /* For Safari 3.1 to 6.0 */
	transition: transform 0.5s, visibility 1s linear 0.5s,opacity 0.5s linear; 
}
.program.show a:nth-child(19) { 
	opacity:1; 
	line-height:27px; 
	visibility:visible;    
	transition-delay:2.7s; 
	-webkit-transform: translateX(750px);
	-moz-transform: translateX(750px);
	-ms-transform: translateX(750px);
	transform: translateX(750px);
}

.selected { background: #ed4e6e;padding: 3px 10px;border-radius:2px; }
#legenda {
	color:#fff;
	text-align:left;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-self: auto;
}
#green {width:20px;height:20px;margin:5px;display:inline-block;background:#338533; }
#red {width:20px;height:20px;margin:5px;display:inline-block; background:#A30C0C; }
#grey {width:20px;height:20px;margin:5px;display:inline-block; background:#7a707a; }
.cabinet-contact a {
    color: rgb(0, 0, 238);
}