
label,input {
	display: block;
	float: left;
	margin-bottom: 10px;
}

input {
margin-right:3px;
}

label {
	text-align: right;
	width: 150px; 
	padding-right: 20px;
	font-weight:bold;
}

.label_ecg {
	text-align: right;
	width: 95px;
	padding-right: 20px;
	font-weight:bold;
}

br {
	clear: left;
}

.usersOnline{
	display: none;
	width:auto;
	margin:10px 0 0 0;
	background:#CBE2F5;
	float: left;
	text-align: left;
	border: 1px #CCC solid;
	font-size: 15px;
	padding: 3px;
	color: black;
	/*position: fixed;
    top: 0px;
    z-index: 1000;*/
}
.subm
{
 border:solid 1px #75CA2E;
 background:#F4F5EF;
 font-family:"Times New Roman";
 font-size:13px;
 font-weight:bold;
}

.subover
{
 border:solid 1px #E8E8E8;
 background:#CCFF99;
 font-family:"Times New Roman";
 font-size:13px;
 font-weight:bold;
}

.subm:hover
{
 border:solid 1px #CCCCCC;
}

.error
{
 font-size:14px;
 margin-left:2px;
 color:#FF0033;
 font-weight:bold;
}

.valid
{
 font-size:14px;
 color:#009900;
 font-weight:bold;
}

.warning
{
 font-size:14px;
 color:#FF552A;
 font-weight:bold;
}

#scrisoare
{
 color:#009900;
}

#header
{
 width:1150px;
 float:left;
 margin:0 0 20px 20px;
 border-right:solid 1px #EFEFEF;
 border-right:solid 1px #EFEFEF;
}

#header_dr
{
 width:220px;
 float:right;
 margin-left:3px;
}

#header_st
{
 width:925px;
 float:left;
 border-right:#EBEBEB solid 1px;
}

#container
{
 width:1250px;
 float:left;
 margin:0 0 0 15px;
 border-right:solid 1px #EFEFEF;
 height:400px;
}

#continut
{
 float:right;
 width:990px;
 margin:0;
}

.clienti
{
 position:relative;
 float:left;
 width:1000px;
 border-top:solid 1px #EFEFEF;
 border-bottom:solid 1px #EFEFEF;
 text-align:left;
 font-size:13px;
 line-height:15px;
}


.clienti a
{
 text-decoration:none;
 color:#434343;
}

.clienti a:hover
{
 text-decoration:underline;
 color:#FF0066;
}


.stoc
{
 position:relative;
 float:left;
 width:1100px;
 border:solid 1px #EFEFEF;
 border-bottom:solid 1px #EFEFEF;
 text-align:left;
 font-size:13px;
 line-height:15px;
}

.stoc th a
{
 color:#0066FF;
}

.stoc th a:hover
{
 color:#000000;
}


.stoc a
{
 text-decoration:none;
 color:#FFFFFF;
}

.stoc a:hover
{
 color:#E8E8E8;
}

.dark
{
 background:#F4F5EF;/*#D4D4D4;*/
}

.dark_flag
{
 background:#D7B8B3;/*#D4D4D4;*/
}

.dark td
{
 border-top:1px solid #D4D4D4;
 border-bottom:1px solid #D4D4D4;
}

.light
{
 background:#FFFFFF;
}

.light_flag
{
 background:#FEDEC0;/*#D4D4D4;*/
}

#indicativ
{
 width:990px;
 padding:2px 10px 10px 0;
 border-bottom:#D4D4D4 solid 1px;
 color:#333333;
 text-align:right;
 text-decoration:underline;
}

.text_mic
{
 font-size:13px;
 color:#333333;
}

.normal
{
 text-decoration:none;
 color:#444444;
}

.normal:hover
{
 text-decoration:underline;
}


.stoc
{ 
 background:#F4F5EF;
}

.categorie_dark
{
 background:#E3F4E8;
}

.categorie_light
{
 background:#E6EAF7;
}

#adauga_produs
{
 width:800px;
}

#adauga_produs img
{
 border:none;
}

.bold_t
{
 font-weight:bold;
}

#arata_tot
{
 position: fixed;
 left: 50%;
 top: 50%;
 width: 310px;
 height: 400px;
 overflow: auto;
 margin-top: -200px;
 margin-left: -155px;
 display:none;
 background:#fff;
 border:1px solid #D4D4D4;
 z-index:1000;
}

#arata_tot_dectane
{
 position: fixed;
 left: 50%;
 top: 50%;
 width: 900px;
 height: 650px;
 overflow: auto;
 margin-top: -300px;
 margin-left: -400px;
 display:none;
 background:#fff;
 border:1px solid #D4D4D4;
 z-index:1000;
}



.thumbnailModal{
	position: relative;
	z-index: 0;
}

.thumbnailModal:hover{
	background-color: transparent;
	z-index: 50;
}

.thumbnailModal span{ /*CSS for enlarged image*/
	position: absolute;
	/*background-color: lightyellow;*/
	padding: 5px;
	left: -500px;
	/*border: 1px dashed gray;*/
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnailModal span img{ /*CSS for enlarged image*/
	float: right;
	border-width: 0;
	padding: 2px;
	height: 300px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 3px 3px 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 3px 3px 10px;
    -o-box-shadow: rgba(0, 0, 0, 0.4) 3px 3px 10px;
    box-shadow: rgba(0, 0, 0, 0.4) 3px 3px 10px;
}

.thumbnailModal:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	bottom:-150px;
	right: 30px; /*position where enlarged image should offset horizontally */
}

	/* tooltip */        
.tooltip2{
    display: inline;
    position: relative;
}

.tooltip2:hover:after{
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    max-width: 250px;
    font-weight: normal;
}

.tooltip2:hover:before{
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}
/* end tooltip */

/*body {
    margin: 0 !important;
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #212529 !important;
    background-color: #fff !important;
}*/