/* bassic styling */

/**{
	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}*/


body{
	font: 12px Arial,Tahoma,Helvetica,FreeSans,sans-serif;
	text-transform: inherit;
	color: #000;
	margin: 0;
	padding: 0;
}

.body_home{
	width:100%;
	height:100vh;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#037c73+0,037c73+37,ffffff+100 */
background: #037c73; /* Old browsers */
background: -moz-linear-gradient(top,  #037c73 0%, #037c73 37%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#037c73), color-stop(37%,#037c73), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #037c73 0%,#037c73 37%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #037c73 0%,#037c73 37%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #037c73 0%,#037c73 37%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #037c73 0%,#037c73 37%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#037c73', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}


#home_page{
    width: 400px;
    margin: 0 auto;
	margin-top: 50px;
}

#home_page .aru_formular{ margin:0 auto;     margin-bottom: 50px; } 
#home_page .pacient_creeat,#home_page .pacient_creeat_error{
    margin: 10px;
    display: block;
    text-align: center;
}

#home_page label{
    display: block;
    text-align: center;
    font-size: 14px;
    background: #004641;
    width: 287px;
    margin: 0 auto;
    padding: 5px 0px;
    color: #fff;
    border: 1px solid #004641;
}

#home_page #home_form input{
    display: block;
    width: 287px;
    text-align: center;
    font-size: 14px;
    margin: 0 auto;
    padding: 5px 0px;
    margin-bottom: 5px;
    background: #F1F1F1;
    /* box-shadow: inset 0 2px 7px #eee; */
    border: 1px solid #F1F1F1;
    /* border-radius: 3px; */
}

#home_page #home_form #home_login_btn{
    cursor: pointer;
    width: 289px;
    margin: 0 auto;
    text-align: center;
    border: none;
    background: #1086B3;
    background-image: linear-gradient(bottom, #00A598 0%, #00D0C0 52%);
    background-image: -moz-linear-gradient(bottom, #00A598 0%, #00D0C0 52%);
    background-image: -webkit-linear-gradient(bottom, #00A598 0%, #00D0C0 52%);
    color: #FFF;
    padding: 8px 10px;
    border-radius: 5px;
}

  #home_page #home_form #home_login_btn:hover{
    background-image: linear-gradient(bottom, #007970 0%, #00A79A 52%);
    background-image: -moz-linear-gradient(bottom, #007970 0%, #00A79A 52%);
	background-image: -webkit-linear-gradient(bottom, #007970 0%, #00A79A 52%);
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background 0.3s ease-in-out;
  }

a{text-decoration: none; color: #333}

#logo_panou{
    width: 200px;
    height: 136px;
    background: url(../images/aru.jpg) no-repeat center;
    background-size: contain;
    margin-bottom: 10px;
    margin-top: -25px;
    border-bottom: 1px solid #C5C7C7;
    padding-bottom: 15px;
}

#nume_logat{ font-size: 10px; color:#999; margin-bottom: 20px; }

#nume_logat span{ 
font-size: 14px; 
color:#0F82AE;
font-weight: bold;
}

#panou_stanga{
    width: 200px;
    position:fixed;
    height: 100vH;
    padding: 20px;
    background: #EEF2F3;
    margin-right: 10px;
	top: 0;
    left: 0;
}

#main {
margin-left: 250px;	
}

.buton a{
    padding: 6px 6px;
    background: #0F82AE;
    margin: 3px 0px;
    display: block;
    width: 179px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
}

.buton a:hover{
background: #18B6F3;
}


#logout a{
    padding: 6px 6px;
    background: #11C795;
    margin-top: 50px;
    display: block;
    text-align: center;
    width: 179px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
}

#logout a:hover{
background: #14F7B9;
}


#titlu_pagina{
    font-size: 15px;
    padding: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: bold;
    background: #18BFFF;
    margin-left: -10px;
    border-bottom: 5px solid #A9E7FF;
	margin-bottom: 20px;
}


#incarcaFormular{
	margin-top:20px;
}
/*=== Cauta ===*/

#cauta{
margin-bottom: 20px;	
}

#caut_cnp, input[id="5"], .rezultat_cnp{
width: 180px;
    background: url(../images/cnp.png) no-repeat center;
    background-size: contain;
    letter-spacing: 7.4px;
    font-size: 13px;
    font-weight: bold;
    color: #000;	
}

.rezultat_cnp{
    line-height: 20px;
    padding: 1px 5px;
    box-shadow: inset 0 1px 2px #eee;
    border: 1px solid #CCC;
    border-radius: 3px;	
}

#panou_stanga #caut_cnp_btn {
    width: 191px;
    margin: 2px 0px;
}


#formular p {
margin:5px 0;
}

h1{
    font-size: 18px;
}

h2{
    font-size: 15px;
}

.pacient_creeat{
padding: 10px;
    font-size: 13px;
    font-weight: bold;
        display: inline-block;
    margin-bottom: 10px;
	border-radius: 5px;
    border: 1px solid #00E83D;
    color: #00E83D;
}

.pacient_creeat_error{
padding: 10px;
    font-size: 13px;
    font-weight: bold;
        display: inline-block;
    margin-bottom: 10px;
	border-radius: 5px;
    border: 1px solid #E80000;
    color: #E80000;

}


#select_list select{
    padding: 6px;
    font-size: 13px;
}



/* === TABLE === */

.aru_formular {
	width:287px;
	height:194px;
	background:url(../images/aru.jpg) no-repeat center;
	background-size:cover;
	margin: 0 auto;
}

#formular table {
    margin: 10px 20px;
    padding: 10px;
    background-color: #F9F9F9;
}

#formular h1, #formular h2{
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-bottom: 20px;
}

.fisa_text {
    background: #F1F1F1;
    font-size: 12px;
    line-height: 20px;
    padding: 1px 5px;
    box-shadow: inset 0 1px 2px #eee;
    border: 1px solid #CCC;
    border-radius: 3px;
}

.w30 { width: 30px; }
.w50 { width: 50px; }
.w100 { width: 100px; }
.w130 { width: 130px; }
.w300{ width: 300px; }

.w83{width: 83%; }
.w97{width: 97%; }
 
.m10{ margin-top: 10px!important; }
.pl5{ padding-left: 5px }


.alert, .alert2 { 
color:#F00;
font-size:14px;
font-weight:bold;
}

#formular input[type="submit"],#send_formular {
    cursor: pointer;
    width: 97%;
    text-align: center;
    border: none;
    background: #1086B3;
    background-image: linear-gradient(bottom, #8C1C50 0%, #991D57 52%);
    background-image: -moz-linear-gradient(bottom, #8C1C50 0%, #991D57 52%);
    background-image: -webkit-linear-gradient(bottom, #09668A 0%, #1086B3 52%);
    color: #FFF;
    margin: 15px 0 5px 0;
    padding: 10px;
    border-radius: 5px;
}

#formular input[type="submit"]:hover, #send_formular:hover, span[id^=view]:hover, #caut_cnp_btn:hover, #creaza_cnp_btn_submit:hover, .btn_listare_intrari:hover {
	background-image:linear-gradient(bottom, #1486B1 0%, #169ED2 52%);
	background-image:-moz-linear-gradient(bottom, #1486B1 0%, #169ED2 52%);
	background-image:-webkit-linear-gradient(bottom, #1486B1 0%, #169ED2 52%);
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

span[id^=view], #caut_cnp_btn, #creaza_cnp_btn_submit, .btn_listare_intrari {
    cursor: pointer;
    width: 120px;
    text-align: center;
    border: none;
    background: #1086B3;
    background-image: linear-gradient(bottom, #8C1C50 0%, #991D57 52%);
    background-image: -moz-linear-gradient(bottom, #8C1C50 0%, #991D57 52%);
    background-image: -webkit-linear-gradient(bottom, #09668A 0%, #1086B3 52%);
    color: #FFF;
    margin: 0 5px;
    padding: 5px 10px;
    border-radius: 5px;
}

.div_listare_intrari{
    height: 25px;
}

#head_fisa_curenta{
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 20px;
    color: #18BFFF;
}

.div_listare{
    margin-bottom: 5px;
}

.cnp_listare{
    font-size: 13px;
    margin-left: 20px;
}

.text_listare{
padding:0 5px;	
 font-size: 13px;
}


#re_listare{
cursor: pointer;
    font-weight: bold;
    padding: 5px 10px;
    margin-top: 10px;
    width: 110px;
    display: none;
    background: #18BFFF;
    color: #fff;
}

#re_listare:hover{
	color:#09668A;
}

/* form styling 
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="file"]
textarea {
	width:100%;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 13px;
	line-height: 20px;
	margin: 0;
	padding: 7px 10px;
	box-shadow: inset 0 1px 2px #eee;
	border:1px solid #CCC;
	margin:10px 0;
	border-radius:5px;
}

textarea {
	height:100px;
	max-width:100%;
}
*/
input[type="submit"] {
	cursor:pointer;
	width:200px;
	border:none;
	background:#991D57;
	background-image:linear-gradient(bottom, #8C1C50 0%, #991D57 52%);
	background-image:-moz-linear-gradient(bottom, #8C1C50 0%, #991D57 52%);
	background-image:-webkit-linear-gradient(bottom, #8C1C50 0%, #991D57 52%);
	color:#FFF;
	margin:15px 0 5px 0;
	padding:10px;
	border-radius:5px;
}
input[type="submit"]:hover {
	background-image:linear-gradient(bottom, #9C215A 0%, #A82767 52%);
	background-image:-moz-linear-gradient(bottom, #9C215A 0%, #A82767 52%);
	background-image:-webkit-linear-gradient(bottom, #9C215A 0%, #A82767 52%);
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}


/*=== Inregistrare user ===*/

#formular_user{
    margin-top: 50px;
}

#formular_user label{
width: 140px;
text-align:right;
display:inline-block;	
    font-weight: bold;
}

#formular_user input {
width: 300px;
text-align: left;
display:inline-block;
    margin-bottom: 5px;	
}

 #formular_user select{
    width: 312px;
	text-align: left;
display:inline-block;
    margin-bottom: 5px;	
}

#formular_user span{
    font-size: 11px;
    color: #00E231;
}

#formular_user input[type="submit"]{
    margin-left: 140px;
    width: 313px;
    text-align: center;
}


#liste_wrap{
    width: 800px;
    text-align: right;
    margin: 0px 0px -10px 20px;
    padding-bottom: 1px;
    border-bottom: 1px solid #CCC;
}

#liste_wrap span{
    background: #F1F1F1;
    font-size: 12px;
    line-height: 20px;
    padding: 4px 11px;
    border: 1px solid #CCC;
    border-radius: 5px 5px 0px 0px;
	cursor:pointer;
}

#liste_wrap span:hover{
background: #F9F9F9;	
}

#liste_wrap .adauga_list, #liste_wrap span[id^=modify], #liste_wrap .inapoi_original{
    background: #1086B3;
    font-size: 12px;
    line-height: 20px;
    padding: 4px 11px;
    border: 1px solid #0C7299;
    border-radius: 5px 5px 0px 0px;
	cursor:pointer;
	color:#fff;
	
}

#liste_wrap .adauga_list:hover, #liste_wrap .inapoi_original:hover{
background: #15A1D6;	
}
#liste_wrap span[id^=modify]:hover{
background: #9C215A;	
}

.text_listare_fise{
    padding: 5px;
    border-radius: 15px;
    background: #18BFFF;
    color: #fff;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

.error{
    font-size: 15px;
    font-weight: bold;
    color: #F00;
    padding-bottom: 5px;
}

.error span{
	color: #4BE200!important;
}

.btn_profilul{
padding-top: 10px;	
}



#formular table#list3_table_lab{
	margin: 0;
    padding: 0px;
  /*  border: 0px solid #ccc;*/
    border-color: #fff;		
}

 #formular table#list4_table_tratament{
	margin: 0;
    padding: 0px;
    border-color: #fff;		
}


#navigate_intrari a, #navigate_intrari div,  #navigate_intrari span{
padding: 5px;
display:block;
float:left;	
}

#navigate_intrari a:hover, #navigate_intrari div{
background-color:#18BFFF;
color:#fff;	
}

#navigate_intrari{
    margin-top: 30px;
}


#reset_btn{
    width: 200px;
    margin: 20px auto;
    text-align: center;
}