*
{
	border: 0;
	margin: 0;
	padding: 0;
}

body {
/*	background: #fff url(../img/motan.jpg) no-repeat;
	background: url(../images/wood_dark.jpg);
	background: url(../img/y5.gif);
  	background: #000;*/
/*	font: normal 14px Verdana, Arial, Helvetica, sans-serif; */
    font: normal 15px 'Ubuntu', sans-serif;
	line-height: 1.26;
	color: #000;
	width: 100%;
    height: 100%;
}


/* wrapper */
/* */
#wrapper {
	margin: 0 auto;
/*	border:1px solid #f7a;*/
	max-width: 1420px;
	min-width: 370px; 
}

/* */
#logo0 {
	width: 66%;
	height: 120px;
/*	color:#a64;
	border-top: 1px solid #ccc;
	border-right: 1px solid #555;*/
/*	border-bottom: 0;
	border-left: 1px solid #ccc;*/
	margin: 0;
/*	background: url(../img/y5.gif);
	background: #e6e6cd;
	border: 1px solid #9fc;*/
	float: right;
/*	position: relative;*/
}

/*#logo2 form input[type=button], input[type=submit], input[type=reset] {*/

/* Logo */

#logo {
	width: 30%;
	height: 120px;
/*	color:#a64;
	border-top: 1px solid #ccc;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	border-left: 1px solid #ccc;*/
/*	margin: 20px 0 20px 50px;
	background: #519222;
	background: url(../img/washing-hands2.jpg) #519222 no-repeat 0 -5px;
	background: #f0f0e6;
	border: 1px solid #9e4;*/
	text-align: center;
	float: left;
}

#logo i {
	background: url(../img/pin.png) no-repeat 200px 10px;
	width: 300px;
	height: 40px;
	display: block;
	text-align: center;
/*	position: absolute;
	left: 80px;
	top: -12px;*/
}


#logo h1 {
/*	padding: 30px 0 0 30px;
	text-transform: lowercase;
	letter-spacing: -2px;*/
	text-align: center;
	font-size: 5em;
	font-family: 'Ubuntu', sans-serif;
/*	font-family: 'Gloria Hallelujah', sans-serif;*/
/*	font-family: 'Finger Paint', sans-serif;*/
}


#logo h1 span {
	font-size: 2em;
	font-weight: normal;
	color: #09f;
}


#logo h2 {
	margin-top: -2.3em;
	padding: 0 0 0 110px;
/*	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .2em;*/
	font-family: 'Ubuntu', sans-serif;
	font-size: 1.5em;
	color: #999;
	text-align: center;
}


#logo a {
	text-decoration: none;
	font-weight: bold;
/*	color: #355379;
	color: #000;*/
}

#logo a img {
	height: 120px;
}


#logo11 {
	width: 32%;
	height: 110px;
	border-right: 1px solid #ccc;
/*	color:#a64;
	border-top: 1px solid #ccc;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;*/
	text-align: center;
	margin: 20px 0;
	color: #000;
/*	border: 1px solid #444;*/
	float: left;
}

#logo11:last-child {
	border-right: 0;
}

#logo11 p:nth-last-child(2) {
	color: #09f;
	padding-top: 26px;
}

#logo12 {
	width: 100%;
	height: 60px;
	position: -webkit-sticky;
    position: sticky;
    top: 10px;
    padding: 10px;
display: flex;
align-items: center;
justify-content: center;
/*	color:#a64;
	border-top: 1px solid #ccc;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	border-left: 1px solid #ccc;
	margin: 0 10px;*/
	background: #f3f2f2;
/*	border: 1px solid #555;*/
	float: none;
}


.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #f3f2f2;
}

.topnav li {
  float: left;
	border-bottom: 2px solid #999;
	margin-right: 20px; 
	}


.topnav li a, .dropbtn {
  display: inline-block;
  color: #000;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  padding: 14px 20px;
  text-decoration: none;
}

.topnav li:last-child .dropbtn {
  color: blue;
}

.topnav li a:hover, .dropdown:hover .dropbtn {
  background-color: #cdf;
}

.topnav li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 280px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  opacity: .8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	margin-top: 2px;
	font-size: 0.8rem;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1;}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 680px) {
  #logo12 {
    display: none;
  }
  #logo0, #logo {
    float: none;
    width: 100%;
  }
  #logo11 p {
    font-size: 0.9rem;
  }
}

@media screen and (min-width: 681px) {
  .hamburger, .toggler {
    visibility: hidden;
  }
}

/* mobile menu start */

.toggler{
  /* ALWAYS KEEPING THE TOGGLER OR THE CHECKBOX ON TOP OF EVERYTHING :  */
    z-index:2;
    height: 50px;
    width: 50px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
}

.hamburger{
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    padding: 0.6rem;
    z-index: 1;
  
  /* FOR DISPLAYING EVERY ELEMENT IN THE CENTER : */
  
    display: flex;
    text-align: left;
    align-items: center;
    justify-content: center;
}

/* CREATING THE MIDDLE LINE OF THE HAMBURGER : */

.hamburger > div{
    position: relative;
    top: 0;
    left: 0;
    background: black;
    height: 2px;
    width: 60%;
    transition: all  0.4s ease;
}

/* CREATING THE TOP AND BOTTOM LINES : 
TOP AT -10PX ABOVE THE MIDDLE ONE AND BOTTOM ONE IS 10PX BELOW THE MIDDLE: */

.hamburger > div::before,
.hamburger > div::after{
    content: '';
    position: absolute;
    top: -10px;
    background: black;
    width: 100%;
    height: 2px;
    transition: all  0.4s ease;
}

.hamburger > div::after{
    top: 10px;
}

/* IF THE TOGGLER IS IN ITS CHECKED STATE, THEN SETTING THE BACKGROUND OF THE MIDDLE LAYER TO COMPLETE BLACK AND OPAQUE :  */

.toggler:checked + .hamburger > div{
    background: rgba(0,0,0,0);
}

.toggler:checked + .hamburger > div::before{
    top: 0;
    transform: rotate(45deg);
    background: black;
}

/* AND ROTATING THE TOP AND BOTTOM LINES :  */

.toggler:checked + .hamburger > div::after{
    top: 0;
    transform: rotate(135deg);
    background: black;
}


/* MAIN MENU WITH THE WHITE BACKGROUND AND THE TEXT :  */

.menu{
    background: #eee;
    width: 0%;
    height: 100vh;
    position: absolute;
    text-align: left;
  
  /* APPLYING TRANSITION TO THE MENU :  */
  
    transition: all 0.4s ease;
}

/* IF THE TOGGLER IS CHECKED, THEN INCREASE THE WIDTH OF THE MENU TO 30% , CREATING A SMOOTH EFFECT :  */

.toggler:checked ~ .menu{
    width: 70%;
}


/* STYLING THE LIST :  */

.menu >  div > ul{
    display: flex;
    flex-direction: column;
    position: relative;
    top: 70px;
    padding-left: 10px;
  
  /* HIDDEN INITIALLY  :  */
  
    visibility: hidden;
}

.menu > div > ul > li{
    list-style: none;
    padding: 0.5rem;
}

.menu > div > ul > li > ul > li{
    list-style: none;
    padding: 0.5rem 0.5rem 0.5rem 0.8rem; 
}

.menu > div > ul > li > a{
    color: black;
    text-decoration: none;
    font-size: 1rem;
    font-family: 'Ubuntu', Tahoma, Geneva, Verdana, sans-serif;
}

.menu > div > ul > li > ul > li > a{
    color: black;
    text-decoration: none;
    font-size: 0.8rem;
    font-family: 'Ubuntu', Tahoma, Geneva, Verdana, sans-serif;
}


/* WHEN THE TOGGLER IS CHECKED, CHANGE THE VISIBILITY TO VISIBLE :  */

.menu:checked ~ .menu > div > ul{
    transition: visibility 0.4s ease;
    transition-delay: 0.1s;
    visibility: visible;
}

.menu:checked ~ .menu > div > ul > li > a:hover{
    color: #09f;
}

.menu:checked ~ .menu > div > ul > li > ul > li > a:hover{
    color: #09f;
}

/* WHEN THE TOGGLER IS CHECKED, CHANGE THE VISIBILITY TO VISIBLE :  */

.toggler:checked ~ .menu > div > ul{
    transition: visibility 0.4s ease;
    transition-delay: 0.1s;
    visibility: visible;
}

.toggler:checked ~ .menu > div > ul > li > a:hover{
    color: #09f;
}

.toggler:checked ~ .menu > div > ul > li > ul > li > a:hover{
    color: #09f;
}



/* content */

#content0 {
	padding: 20px 0;
	font-size: 100%;
	float: none;
	width: 80%;
	margin: auto;
/*	border:1px solid #ce7;
	height: 450px;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	background: url(../img/pisoi.jpg) no-repeat;*/
}

@media screen and (max-width: 680px) {
  #content0 {
    width: 100%;
  }
  #content0 #spatiu {
  	height: 10px;
  }
  #wrapper #top1, #wrapper #top2 {
  	height: 5px;
  }
}

#content0 h3 span {
	font-size: .8em;
	font-weight: normal;
/*	color: #f7c360;*/
}

#content0 p {
  text-align: left;
  line-height: 1.5em;
}

#content0 i {
	color: blue;
}

#content0 img.right {
  float: right;
  border: 0;
  padding: 20px 0 20px 20px;
}

#content0 p.left {
  clear: left;
  padding: 20px 20px 0 20px;
}

#content0 img.left {
  float: left;
  border: 0;
  padding: 20px 20px 20px 0;
}

#content0 p.right {
  clear: right;
  padding: 20px 20px 0 20px;
}

#spatiu {
	width: 100%;
	float: left;
/*	border: 1px solid #999;*/
	height: 120px;
}

#top1 {
	width: 100%;
	clear: both;
/*	border: 1px solid #999;*/
	height: 40px;
}

#top2 {
	width: 100%;
	clear: both;
/*	border: 1px solid #999;*/
	height: 50px;
}

#bottom {
	width: 100%;
	clear: both;
/*	border: 1px solid #999;*/
	height: 50px;
}

/* footer */
 
#footer_w {
	background: #f3f2f2;
	width: 100%;
	margin: 0 auto;
/*	background: #fff url(images/content-bg.gif) repeat-y center top;	*/
	padding-bottom: 35px;
	padding-top: 5px;
	overflow: auto;
	border-top: 1px solid #ccc;
}

#footer {
/*	padding: 0 0 0 20px;*/
	width: 90%;
	margin: 0 auto;
	/* margin: 10px 0 20px 0;
	float: left;
clear: both;*/
/*	background: #7b795a;
	border: 2px solid #fff;*/
	height: 260px;
/*	border-top: 1px solid #990a0a;
	border-bottom: 1px solid #990a0a;
	border-right: 10px solid #990a0a;*/
}

#footer span {
	background: url(../img/pin.png) no-repeat 360px 10px;
	width: 550px;
	height: 35px;
	display: block;
/*	position: absolute;
	left: 80px;
	top: -12px;*/
}

#footer a {
	color: #09f;
	text-decoration: none;
}


#footer a:hover {
	text-decoration: none;
}

#footer img {
	margin: 10px 0 0 0;
}

#footer p {
	margin-top: 20px;
	color: #555;
}

#footer .divs {
	width: 25%;
	height: 135px;
	float: left;
	margin-top: 20px;
	padding: 0;
	color: #444;
/*	border: 1px solid #222;*/
}

@media screen and (max-width: 680px) {
  #footer .divs {
    width: 50%;
  }
  #footer {
  	height: 400px;
  }
}

#footer .divs:last-child {
	margin-right: 0;
}

#footer .divs a {
	color: #555;
	font-size: 1em;
}

#footer .divs ul {
/*	height: 45px;
	margin: 5px 0 0 0;
	line-height: 20px;*/
	padding: 15px 0 0 15px;
}

#footer .divs ul li {
	list-style-type: none;
	padding: 2px 0;
/*	height: 45px;
	margin: 5px 0 0 0;
	line-height: 20px;*/
}

a
{
	text-decoration: none;
}


h1
{
	background: inherit;
	color: #933;
	font: 18px Ubuntu, serif;
	margin: 0 0 10px;
	padding: 0 0 5px;
	text-align: center;
}

p
{
	clear: both;
	font: 15px Ubuntu, sans-serif;
	padding: 5px 0;
	text-align: center;
}

p a
{
	background: inherit;
	color: #777;
}

p a:hover
{
	background: inherit;
	color: #000;
} 
/**/
a {
	color: #f7c360;
}


a:hover {
	text-decoration: none;
	color: red;
}

/*hr {
	border: 0;
	border-top: 1px solid #777;
	color: #fff;
	background-color: #fff;
	height: 1px;
background: #999;
background-image: -webkit-linear-gradient(left, #444, #999, #444);
background-image: -moz-linear-gradient(left, #444, #999, #444);
background-image: -ms-linear-gradient(left, #444, #999, #444);
background-image: -o-linear-gradient(left, #444, #999, #444);
	height: 1px;
	text-align: left;
	width: 90%;
}*/

h2 { 
/*    font-family: Georgia, "Times New Roman", Times, serif;*/ 
    font-size: 22px; 
/*    font-weight: bold; 
    color: #000000;*/ 
}

TABLE {
/*	padding: 0; */
	border-collapse: collapse;
/*	border: 1px solid #fff;*/
}

table.tleft {
	float: left;
}
table.tright {
	float: right;
}

td {
/*	border: 1px solid #fff;*/
	padding: 5px;
	vertical-align: middle;
	text-align: left;
}

td.tdr {
	text-align: right;
} 

td.tdl {
	text-align: left;
} 

td.tdltitle {
	text-align: left;
	color: yellow;
	font-size: 1.2em;
 	letter-spacing:3px;
} 

th {
/*	border: 1px solid #fff;*/
	background: #355379;
/*	background: #541d78;*/
	padding: 10px 5px;
	vertical-align: middle;
	text-align: center;
	color: yellow;
}

/*th a,a:hover {
 	color: yellow;
	text-decoration: none;
}*/

td ul {
	margin-left: 3em;
	list-style-image: url(../img/bullet2.gif);
}


#content0 .login { 
	width: 360px; 
	padding: 20px; 
  border-radius: 5px;
  background-color: #f2f2f2;
  float: left;
}

.form-control {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.form-control:focus {
	border: 1px solid blue;
}

.form-group #alegere {
/*  min-width: 15ch;
  max-width: 30ch; */
  width: 100%;
  background-color: #fff;

  border: 1px solid #ccc;
  border-radius: 0.25em;
  padding: 0.5em;

  font-size: 1.05rem;
  cursor: pointer;
  line-height: 1.1;
}

.login .btn {
  width: 100%;
/*  background-color: #4CAF50; */
  background-color: blue;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.login .btn:hover {
/*  background-color: #45a049; */
  background-color: steelblue;
}

.invalid {
	border-color: darkred;
}

.invalid-text {
	color: darkred;
}


#content0 .trimitere { 
	width: 640px; 
	padding: 10px; 
  border-radius: 5px;
  background-color: #fff;
  float: left;
}

.trimitere .btn {
  width: 200px;
  background-color: blue;
  color: white;
  padding: 14px 10px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.trimitere .btn:hover {
  background-color: steelblue;
}

hr {
	border: 0;
	border-top: 1px solid #09f;
	height: 1px;
	text-align: center;
	width: 100%;
	clear: both;
}

.ckbox {
  margin: 10px 0 10px 20px;
}

.sdinti {
	float: left;
	padding: 20px 0;
	width: 300px;
}

.sdinti li {
	list-style-type: none;
	float: right;
	padding-left: 2px;
}

.ddinti {
	float: right;
	padding: 20px 0;
	width: 300px;
}

.ddinti li {
	list-style-type: none;
	float: left;
	padding-left: 2px;
}

#content0 .dinti { 
	width: 620px; 
  background-color: #fff;
  float: right;
}

#content0 .pacienti { 
	width: 100%; 
  background-color: #fff;
  float: none;
  clear: both;
}

.pacienti ul {
	list-style-type: circle;
	float: left;
	padding-left: 20px;
}

.pacienti .nume {
	float: left;
	width: 360px;
	height: 50px;
}

.pacienti .telefon {
	float: left;
	width: 145px;
	height: 50px;
}

.pacienti .medic {
	float: left;
	width: 320px;
	height: 50px;
}

.pacienti .btn {
  width: 50px;
  background-color: blue;
  color: white;
  padding: 6px 10px;
  margin: 2px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.pacienti .btn:hover {
  background-color: steelblue;
}

/* The Modal backdrop */
	.modal {
	  display: none; /* Hidden by default */
	  position: fixed; /* position fixed at top */
	  z-index: 1; /*  on top */
	  padding-top: 100px; 
	  left: 0;
	  top: 0;
	  width: 100%; /* Full width */
	  height: 100%; /* Full height */
	  overflow: auto; /* Enable scroll if needed */
	  background-color: rgba(0,0,0,0.2)
	}

	/* Modal Content */
	.modal-content {
	  background-color: white;
	  margin: auto;
	  padding: 20px;
	  box-shadow: 10px 5px 5px rgba(0,0,0,0.5);
	  width: 50%;
	  text-align: center;
	}
	
	/* The Close Button */
	.close {
	  color: #dddddd;
	  float: right;
	  font-size: 28px;
	  font-weight: bold;
	}

	.close:hover,
	.close:focus {
	  color: #000000;
	  text-decoration: none;
	  cursor: pointer;
	}
	@media only screen and (max-width: 600px){
	  .modal-content {
		width: 80%;
		margin: 15px auto;
	    padding: 20px;
		
	  }
	}
