body, h1, h2, h3, h4, h5, h6  {
	font-family: Verdana, sans-serif;
	margin: 0;
	padding: 0;
	color: #31408c;
	leftmargin:0;
	topmargin:0;
	alink:#ffffff;
	vlink:#ffffff;
	bgcolor:#ffffff;
	link:#ffffff;
	marginheight:0;
	marginwidth:0;
	text:#31408c; 
	
}


body onload="size();" leftmargin="0" topmargin="0" alink="#ffffff" bgcolor="#ffffff" link="#ffffff" marginheight="0" marginwidth="0" text="#000000" vlink="#ffffff"

a:link, a:visited {
  text-decoration: none;
}

a {
	text-decoration: none;
	color: #31408c;
}

a.tabSelected {
	text-decoration: none;
	color: white;
}

a.tabSelected:hover {
	text-decoration: none;
	color: #31408c;
}

a.nonSelected {
	text-decoration: none;
	color: #31408c;
}


a.nonSelected:hover {
	text-decoration: none;
	color: white;
}


li {
	list-style: none;
}

li.txt1 {
	list-style: disc;
}


table.h1 {
	height:auto; 
	border:1px solid grey;
    width:1100px; 
    margin-left:auto; 
    margin-right:auto;
}
table.h2 {
    width:1100px; 
	border:1px;
    margin-left:auto; 
    margin-right:auto;
}

table.h3{
	height:auto;
	border: 0px solid grey;
	width:1108px;
	margin-left:auto; 
    margin-right:auto;
}
table.f1 {
    width:1100px; 
    margin-left:auto; 
    margin-right:auto;
}


  
table.tbl1 {
    width:1100px; 
    margin-left:auto; 
    margin-right:auto;
}


table.tbl2{
	height:auto;
	border: 1px solid grey;
	width:1108px;
	margin-left:auto; 
    margin-right:auto;
}	
td.tbl1 {
  text-align: center;
}


table.tbl0{
	margin-left:auto; 
    margin-right:auto;
	border:2px;
	height:437px;
	width:auto;
}

table.tbl1{
	border:2px;
	height:auto;
	width:100%;
	
}

table.tbl2{
	margin-left:auto; 
    margin-right:auto;
	height:auto;
	width:1100px;
	#border: 1px solid grey;
	cellpadding:0;
}



table.tblX{
	margin-left:auto; 
    margin-right:auto;
	height:auto;
	width:100%;
    border: 0px solid grey;
}

table.tab-ind1{
	
	margin-left: auto;
    margin-right: auto;
	border:0;
	cellpadding:8;
	cellspacing:0;
	height:auto;
	width:1100;
}

td.tab-ind1 {
  text-align: left;
  vertical-align: middle; 
  border-top: solid 1px #252c4f;
 
}

td.tab-indx1 {
  text-align: left;
  vertical-align: middle; 
  border-top: solid 1px #252c4f;
  border-left: solid 2px yellow;
}


td.tab-indx2 {
  text-align: left;
  vertical-align: middle; 
  border-top: solid 1px #252c4f;
  border-left: solid 2px green;
}

td.tab-indx3 {
  text-align: left;
  vertical-align: middle; 
  border-top: solid 1px #252c4f;
  border-left: solid 2px red;
}

td.tab-indx4 {
  text-align: left;
  vertical-align: middle; 
  border-top: solid 1px #252c4f;
  border-left: solid 2px blue;
}






li.tab-ind1 {
color:#252c4f; 
font-size: 23px; 
font-family: Verdana, sans-serif;
}



td.tbl2td2{
	width:25%;
	padding-left: 25px;
}


td.tbl2td1{
	width:3%;
	vertical-align: top;
	#border: 1px solid grey;
}




td.tbl3td1{
	width:3%;
	vertical-align: top;
	border: 0px solid grey;
	text-align: center;
}


tr.tbl3tr1{
	#border-bottom-style: solid;
	border-left-style: solid;
}



.name {
    color: #f5f5f5;
    font-size: 18px;
    background-color: #252c4f;
    text-align: center;
}
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
 }
  .button {
    background-color: #252c4f; 
    color: #f5f5f5 ; 
    cursor: pointer;
	font: bold 14px Verdana;
	width: 50%;
	border-radius: 8px;
}

.button:hover {
    background-color: rgba(0,106,140,0.5);;
    color: black;
	cursor: pointer;
	font: bold 14px Verdana;
	width: 50%;
	border-radius: 8px;
	}
.button:active {
  box-shadow: 0 5px #666;
  transform: translateY(4px);  
}
##########################
ul {
	display: inline-block;
	width: 1400px;
	margin: 48px auto;
	border-bottom: 1px solid #DAE0E7;
	background: #F9F9F9;
	list-style-type: none;
	padding:12px 12px 0;
}



.tab {
	float: left;
	height: 44px;
	margin: 0 8px -1px 0;
	border: 1px solid #DAE0E7;
	background: #F9F9F9;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
}

.tab, .tab a {
	transition: all .25s;
}

.tab a {
	display: inline-block;
}

.tab a:first-child {
	padding: 8px 8px 8px 8px;
 white-space: nowrap;
 
}

.tab:hover {
	background: grey;
	color: blue
}

.tabSelected {
	height: 45px;
	border-bottom: none;
	background: grey;
	text-decoration: none;
	color: red;
}

.but1:hover {
	background: grey;
	color: white;
	cursor: pointer;
}

.but1 {
	height: 45px;
	border-bottom: none;
	border: 1px solid #DAE0E7;
	background: #F9F9F9;
	border-radius: 8px 8px 0 0;
	text-decoration: none;
	color: 31408c;
}

.but2:hover {
	background: grey;
	color: white;
	cursor: pointer;
}

.but2 {
	height: 45px;
	border-bottom: none;
	border: 1px solid #DAE0E7;
	background: #c2d2df;
	border-radius: 8px 8px 0 0;
	text-decoration: none;
	color: 31408c;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    background-color: #f2f2f2;
}
.custom-file-upload:hover {
    background-color: grey; /* Culorea fundalului la hover */
	color:white;
}
.custom-file-upload input[type="file"] {
    display: none;
}
.custom-submit-button {
    border: 1px solid #ccc;
    background-color: #f2f2f2;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    text-align: center;
    
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}



.custom-submit-button:hover {
    background-color: grey; /* Culorea fundalului la hover */
	color:white;
}

.custom-submit-button input[type="submit"] {
    display: none;
}
