*{
	margin: 0;
	padding: 0;
}
html, body{
	display: flex;
	flex-direction: column;
	height: 100%; 
}
body{	
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4c4b4b;
}
.container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#top {
	flex: 0 0 auto;
	max-height: 20px;
	min-height: 1px;
	background-color: #d4d4d4;
	position: relative;
	z-index: 10;
	width: 100%;
	margin: 0;
	background-image: none;
	border: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

#top .content-top {
	overflow: hidden;
}

#top .select-language {
	position: relative;
	float: right;
	width: 121px;
	height: 55px;
	background: url("/actionari/i/bg_select_langue.jpg") no-repeat;
	padding: 2px 0px 2px 0px;
	z-index: 100;
	/* margin-right: 110px; */
}

#top .select-language .current-language {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 18px;
	font-weight: bold;
	color: #585858;
	padding-left: 5px;
}

#top .select-language .text-change {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 18px;
	font-weight: normal;
	color: #585858;
	padding: 0 0 0 4px;
}

#top .select-language ul {
	position: absolute;
	top: 20px;
	right: 0;
	list-style: none;
	z-index: 2000;
	display: none;
	overflow: hidden;
}

#top .select-language ul li {
	float: left;
	height: 18px;
	background: #B9B9B9;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #585858;
	width: 100%;
}

#top .select-language li a {
	float: left;
	height: 16px;
	background: #B9B9B9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
	font-weight: bold;
	color: #585858;
	text-decoration: none;
	padding: 2px 12px 2px 10px;
	width: 100%;
}

#top .select-language li a:hover {
	background: #484848;
	font-weight: bold;
	color: #FFFFFF;
}

#header-navigation {
	flex: 0 0 auto;
	/* position: relative; */
}

#header {
	background-color: transparent;
	background-image: none;
	height: 150px;
	width: 100%;
}

#header .pre-header {
	height: 114px;
	border-bottom: 2px solid #DADADA;
	background: url("/actionari/i/bg_pre_header.jpg") repeat-x bottom;
}

.pre-header .logo {
	float: left;
	margin-top: 4px;
}

.pre-header .logo img {
	border: 0;
	width: auto;
	max-height: 80px;
}

#header .horizontal-nav {
	text-align: left;
	border-bottom: 2px solid #484848;
}


#header .horizontal-nav > ul {
	padding: 0;
	list-style: none;
	border: none;
	text-align: left;
	margin: 0 auto;
	font-size: 0;
}
#header .horizontal-nav ul li {
	display: inline-block;
	text-align: center;
	/* padding: 5px 0 8px; */
	margin: 0;
	position: relative;
}

#header .horizontal-nav ul li:hover:before{
	content: "";
	width: 100%;
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	border-bottom: 2px solid #52ae30; 
}

#header .horizontal-nav ul li:hover:after{
	content: "";
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #52ae30;
	font-size: 0;
	line-height: 0;
	display: block;
	position: absolute;
	bottom: -1px;
	margin-bottom: -6px;
	left: 50%;
	margin-left: -6px; 
}

#header .horizontal-nav ul li:first-child:before {
	content: "";
	width: 105%;
	display: block;
	position: absolute;
	bottom: -2px;
	left: -7px;
	
}
#header .horizontal-nav ul li:hover:before{
	border-bottom: 2px solid #52ae30;
}

#header .horizontal-nav > ul > li:first-child a {
	padding-left: 5px;
}

#header .horizontal-nav > ul > li:last-child a{
	border:0;
}

.horizontal-nav > ul > li > a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #252525;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	padding: 5px 21px 8px;
	display: block;
	cursor: pointer;
	position: relative;
}

.horizontal-nav > ul > li > a:after{
	content: "";
	width: 0;
	height: 14px;
	border-right: 1px solid #696969;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 0;
}
 
#header .horizontal-nav > ul.active > li > a, 
#header .horizontal-nav > ul > li:hover > a {
	color: #52ae30;
}

.main-container {
	flex: 1 0 auto;
}

.main-container:after {
	clear: both;
	content: "";
	display: table;
	width: 100%;
}

#breadcrumb {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
	color: #585858;
	padding: 15px 10px;
}

#breadcrumb a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
	color: #585858;
	text-decoration: none;
}

#breadcrumb a:hover{
	text-decoration: underline;
} 

#bottom {
	flex: 0 0 auto;
	overflow: hidden;
	height: 34px;
	background-color: #d4d4d4;
	margin-bottom: 15px;
}

#bottom .logo,
#bottom .logo img {
	float: left;
}

#bottom .logo a {
	display: block;
	margin-top: 8px;
	margin-left: 8px;
}

.header-user-info {
	float: right;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 20px;
	line-height: 20px;
}
.header-user-info a {
    color: #4c4b4b;
    text-decoration: none;
}

.header-user-info a.name {
	font-weight: bold;
	text-transform: uppercase;
}

.header-user-info a:hover{
	text-decoration: underline;
} 

#bottom ul.menu {
	position: relative;
	margin: 0 auto;
	padding: 6px 0px;
	list-style-type: none;
	text-align: center;
}

#bottom ul.menu li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 11px;
	font-weight: bold;
	color: #696969;
	display: inline-block;
	padding: 0 0 0 6px;
	list-style: none;
}

#bottom ul.menu li:after{
	content:"";
	display: inline-block;
	vertical-align: middle;
	border-right: 1px solid #696969;
	width: 0;
	height: 10px;
}

#bottom ul.menu li:last-child:after{
	border:0; 
}

#bottom ul.menu li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 27px;
	font-weight: bold;
	color: #696969;
	text-decoration: none;
	background: url("../images/commun/sep_link_bottom.jpg") no-repeat right;
	padding: 0 13px 0 0;
	display: inline-block;
}

#bottom ul.menu li a:hover {
	color: #1c1c1c;
	text-decoration: underline;
}

/*Autorizarea*/

#login_box {
    width: 365px;
    margin: 53px auto 0;
    text-align: center;
}

#login_box div.has-error{
	    border: none;
        padding-bottom: 10px;
}
#login_box div.has-error input{
	border: 1px solid red;
    color: red;
}

#login-form {
    background-color: #FAFAFA;
    padding: 27px 32px;
    border: 1px solid #DFDFDF;
}

#login-form label {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    margin-bottom: 9px;
}

#login-form input[type="text"],
#login-form input[type="password"] {
    display: block;
    width: 100%;
    height: 40px;
    margin-bottom: 17px;
    border: 1px solid #DFDFDF;
    text-indent: 15px;
    content: #4c4b4b;
    font-size: 14px;
    outline: 0;
}

#login_box >img {
    margin-bottom: 67px;
}

#login_box h3 {
    font-size: 24px;
    margin-bottom: 24px;
}

#login_box input[type="submit"] {
	display: block;
	width: 100%;
    background: #52ae30;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 27px;
    height: 45px;
    cursor: pointer;
    outline: 0;
}
#login_box input[type="submit"]:hover{
	opacity: 0.9;
}
#login_box button[type="submit"] {
	display: block;
	width: 100%;
    background: #52ae30;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 27px;
    height: 45px;
    cursor: pointer;
    outline: 0;
}
#login_box button[type="submit"]:hover{
	opacity: 0.9;
}
#login-form a {
    color: #52ae30;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
}

#login-form a:hover{
	text-decoration: underline;
	opacity: 0.9;
} 

/*Date Generale*/

.wrap_table {
	border: 1px solid #dfdfdf;
	margin-bottom: 20px;
	padding: 26px 30px 30px;
}
.wrap_table table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
}

.wrap_table table tr,
.wrap_table table td{
	border:1px solid #dfdfdf;
	height: 38px;
	padding: 0 14px;
}

.h2_img {
    text-transform: uppercase;
    font-weight: 500;
    padding-left: 37px;
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 15px;
    position: relative;
}

.h2_img:before {
	width: 30px;
	height: 30px;
	background-image: url(/actionari/i/sprite.png);
	content: "";
	display: inline-block;
	background-position: -8px -39px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
}

.h2_img.h2_home:before {
	background-position: -8px -39px;
}

.wrap_table h3 {
    font-size: 18px;
    margin-bottom: 17px;
}

.wrap_table.actiunile_detinute table td  {
	width: 33.333%;
}
.wrap_table.dividendele_primite table td  {
	width: 19.333%;
}

/*Informatia Personala*/

.h2_img.h2_pesonal_info:before {
	background-position: -150px -48px;
}

.wrap_info_personal table{
	border:1px solid #dfdfdf;
	width: 100%;
	margin-bottom: 20px;
	border-spacing: 0; 
}

.wrap_info_personal table thead td{
	border-bottom: 1px solid #dfdfdf;
}

.wrap_info_personal table thead td:nth-child(1) {
	padding: 25px 20px 17px 30px;
}

.wrap_info_personal table tbody td {
	padding: 5px 30px;
}

.wrap_info_personal table tbody tr:first-child td {
	padding-top: 16px;
}
.wrap_info_personal table tbody tr:last-child td {
	padding-bottom: 20px;
}

.wrap_info_personal table h4 {
	font-size: 18px;
	float: left;
	padding-left: 20px;
	position: relative;
}

.wrap_info_personal table h4:before{
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	background-image: url(/actionari/i/sprite.png);
	background-repeat: no-repeat;
	left: -4px;
	top: 50%;
	margin-top: -10px;
}
.wrap_info_personal table.info_personale h4:before{
	background-position: -137px -12px;
}
.wrap_info_personal table.date_nastere h4:before{
	background-position: -60px -11px;
}
.wrap_info_personal table.info_adrese h4:before{
	background-position: -8px -9px;
}
.wrap_info_personal table.bank_details h4:before{
	background-position: -35px -12px;
}
.wrap_info_personal table.contact_personale h4:before{
	background-position: -111px -12px;
}
a.edit_btn {
	display: block;
	color: #FFF;
	font-weight: bold;
	background-color: #999;
	width: 145px;
	height: 27px;
	text-align: right;
	line-height: 29px;
	margin: -5px  0 0 0;
	text-transform: uppercase;
	text-decoration: none;
	float: right;
	padding-right: 10px;
	font-size: 12px;
	letter-spacing: 1px;
	position: relative;
}

a.edit_btn:hover{
	opacity: 0.9;
}
a.edit_btn:before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	background-image: url(/actionari/i/sprite.png);
	position: absolute;
	background-position: -165px -13px;
	left: 0;
	top: 50%;
	margin-top: -8px;
	margin-left: 8px;
}

.wrap_info_personal table.contact_personale + p{
	margin-bottom: 15px;
}

/*Mesage*/

.h2_img.h2_mesaje:before {
	background-position: -54px -43px;
}

#table_mesage{
width: 93%;
    margin-top: 25px;
    margin-bottom: 0px;
    border: 1px solid #dfdfdf;
    padding: 27px 27px 27px 27px;
    overflow-y: scroll;
    height: 500px;
    font-size: 16px;
}

#table_mesage td{
	border:1px solid #dfdfdf; 
}

#table_mesage .checkbox input[type=checkbox] {
	display: none;
}

#table_mesage .checkbox label {
	display: inline-block;
	cursor: pointer;
	font-size: 15px;
}

#table_mesage .checkbox label:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 1px solid #dfdfdf;
}

#table_mesage .checkbox input[type=checkbox]:checked + label:before {
	content: "\2713";
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	font-size: 25px;
	text-align: center;
	line-height: 6px;
	color: #ea283b;
}

#table_mesage .del-icon a {
	width: 20px;
	height: 20px;
	display: block;
	background-image: url(/actionari/i/sprite.png);
	background-repeat: no-repeat;
	background-position: -84px -13px;
}
#table_mesage .del-icon {
	display: inline-block;
	vertical-align: middle;
}
#table_mesage .message {
	padding-top: 15px;
}


#table_mesage tbody .del-icon a{
	position: absolute;
	top: 0;
	margin-top: 20px;
}

#table_mesage tbody .checkbox label:before {
	position: absolute;
	top: 0;
	margin-top: 20px;
}

#table_mesage td.checkbox {
	position: relative;
}

#table_mesage td.del-icon{
	position: relative;
}
#table_mesage tbody td {
	padding: 0px 3px 1px;
}
#table_mesage td.message a{
	color:#ea283b;
	text-decoration: none;
	display: block;
}

#table_mesage td.message time {
	margin-bottom: 10px;
	display: block;
}

#table_mesage td.message h4{
	margin: 10px 0 7px;
}

#table_mesage td.message p {
	font-size: 13px;
}
#table_mesage .my_mess{
	padding: 16px 0px;
}

#table_mesage .time_center{
    text-align: center;
    display: block;
    padding-bottom: 27px;
    color: #9e9e9e;
    font-size: 14px;
}
#table_mesage .admin_mess p{
    
    background-color: #e2e2e2;
    border-radius: 22px;
    padding: 14px;
    width: auto;
    display: inline;
}

#table_mesage .my_mess p{
    background-color: #52ae30;
    border-radius: 22px;
    padding: 14px;
    width: auto;
    display: inline;
    color: white
}
#table_mesage .admin_messs p{
    padding: 14px;
    display: inline;
}
#table_mesage .admin_messs{
	padding: 16px 0px;
}

#table_mesage .my_mess{
    vertical-align: middle;
    padding-top: 0px;
    display: block;
    text-align: right;
}
#table_mesage .admin_messs{
    vertical-align: middle;
    padding-top: 15px;
    display: block;
}
#table_mesage .my_mess p{
    vertical-align: middle;
    text-align: right;
    display: inline-block;
}

/*#table_mesage td.message p {
	line-height: 140%;
	font-size: 13px;
	height: 54px;
	overflow: hidden;
}*/
ul.page_nav {
    list-style: none;
    margin-bottom: 78px;
}

ul.page_nav li {
    display: inline-block;
    border: 1px solid #e1e1e1;
    text-align: center;
    margin-right: 2px;
}

ul.page_nav li a {
    color: #ea283b;
    text-decoration: none;
    font-weight: bold;
    display: block;
    height: 23px;
    line-height: 24px;
    padding: 0 8px;
}

ul.page_nav li:hover a,
ul.page_nav li.active a{
	color:#fff;
	background-color: #969696;
}
ul.page_nav .first{
	display: none;
}
ul.page_nav .last{
	display: none;
}
ul.page_nav .selected{
    display: inline-block;
    border: 1px solid #e1e1e1;
    text-align: center;
    margin-right: 2px;
}
ul.page_nav .selected a{
	color: #fff;
	background-color: #969696;
}
ul.page_nav .previous.hidden,ul.page_nav  .next.hidden{
	display: none;
}
     

/*Documente*/
.h2_img.h2_doc:before {
	background-position: -97px -45px;
} 

ul.pdf_box {
    list-style: none;
}

ul.pdf_box li {
    border: 1px solid #e1e1e1;
    margin-bottom: 18px;
}

ul.pdf_box li a {
    color: #4c4b4b;
    font-size: 18px;
    text-decoration: none;
    padding: 22px 29px;
    display: block;
    font-weight: bold;
}

ul.pdf_box li a:hover{
	text-decoration: underline;
}

.doc_pe_ani ul.tabs {
	list-style: none;
	padding: 0 20px;
}

.doc_pe_ani ul.tabs >li.active, 
.doc_pe_ani ul.tabs >li:hover {
	background: #e60129;
	color: #fff;
}

.doc_pe_ani ul.tabs >li {
	display: inline-block;
	padding: 10px 9px;
	font-weight: bold;
	position: relative;
	font-size: 14px;
}

.doc_pe_ani ul.tab {
	list-style: none;
}

.doc_pe_ani h4 {
    color: #4c4b4b; 
    font-size: 18px; 
    text-decoration: none; 
    padding: 22px 29px; 
    display: block; 
    font-weight: bold;
    border-bottom: 1px solid #e1e1e1;
}

.doc_pe_ani {
    border: 1px solid #e1e1e1;
    margin-bottom: 50px;
}

.doc_pe_ani ul.tab table{
	width: 100%;
	border-spacing: 0;
	font-size: 12px;
	line-height: 15px;
}

.doc_pe_ani ul.tab table td {
    border-top: 1px solid #e1e1e1;
}

.doc_pe_ani ul.tab table td {
    padding: 12px 27px;
}

.doc_pe_ani ul.tab table tr td:nth-child(1) {
    width: 130px;
    border-right: 1px solid #e1e1e1;
    padding: 15px 0 9px 0px;
    text-align: center;
}

.doc_pe_ani ul.tab table td a{
	text-decoration: none;
	color: #4c4b4b;
}

.doc_pe_ani ul.tab table td a:hover{
	text-decoration: underline;
}

/*Documente 2*/

ul.pdf_box.red li a {
	color: #ea283b;
}

ul.documente_pe_ani{
	list-style: none;
	border: 1px solid #e1e1e1;
	margin-bottom: 50px;
}
ul.documente_pe_ani > li >h4 {
	color: #4c4b4b;
	font-size: 18px;
	text-decoration: none;
	padding: 22px 29px;
	display: block;
	font-weight: bold;
	border-bottom: 1px solid #e1e1e1;
	cursor: pointer;
	
}

ul.documente_pe_ani > li >h4:hover{
	text-decoration: underline;
}

ul.documente_pe_ani > li >h4:before,
ul.documente_pe_ani > li > ul >li >span:before {
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	background-image: url(/actionari/i/sprite.png);
	background-repeat: no-repeat;
	background-position: -13px -80px;
	margin-right: 10px;
}

ul.documente_pe_ani > li.show >h4:before,
ul.documente_pe_ani > li > ul >li.show >span:before {
	background-position: -45px -80px;
}

ul.documente_pe_ani > li > ul{
	list-style: none;
	display: none;
}
ul.documente_pe_ani > li.show > ul{
	display: block;
}

ul.documente_pe_ani > li > ul >li >span{
	display: block;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #e1e1e1;
	padding: 10px 30px;
	cursor: pointer;
}
ul.documente_pe_ani > li > ul >li >span:hover{
	text-decoration: underline;
}

ul.documente_pe_ani > li > ul >li >ul{
	list-style: none;
	display: none;
}

ul.documente_pe_ani > li > ul >li.show >ul{
	display: block;
}

ul.documente_pe_ani > li > ul >li >ul >li table{
	width: 100%;
	border-spacing: 0;
}

ul.documente_pe_ani > li > ul >li >ul >li table td{
	border-bottom: 1px solid #e1e1e1;
	padding: 12px 27px;
}

ul.documente_pe_ani > li > ul >li >ul >li table tr td:nth-child(1) {
	width: 130px;
	border-right: 1px solid #e1e1e1;
	padding: 15px 0 9px 0px;
	text-align: center;
}

ul.documente_pe_ani > li > ul >li >ul >li table td a {
	text-decoration: none;
	color: #ea283b;
}

ul.documente_pe_ani > li > ul >li >ul >li table td a:hover{
	text-decoration: underline;
}

ul.documente_pe_ani > li > ul >li >ul >li table td a span{
	color: #4c4b4b;
}





#mesage{
	background-color: white;
	    width: 98.4%;
        padding: 0px 0px 0px 0px;
}


#mesage .tema{
	margin-top: 21px;
    font-size: 15px;
}
#mesage .subject{
	margin-top: 21px;
    font-size: 15px;
}
#mesage .tema input{
    width: 300px;
}
#mesage #login_box{
    width: 100%;      
      margin-top: 0;
}
#mesage #login_box textarea{
display: block;
    width: 100%;
    height: 26px;
    margin-bottom: 17px;
    border: 1px solid #DFDFDF;
    text-indent: 15px;
    content: #4c4b4b;
    font-size: 14px;
    outline: 0;
        padding-top: 19px;
        border-top: 0px;
}
#mesage #login-form{
	padding: 0px 0px;
	border: none;
	position: relative;
}
#mesage #login-form .btn.btn-primary{
    display: block;
    width: 100%;
    background: #52ae30;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
     margin-top: 0px; 
    margin-bottom: 27px;
    height: 45px;
    cursor: pointer;
    outline: 0;
        padding: 0 20px;
}
#mesage .form-actions{
    position: absolute;
    top: 0;
    right: -2px;
}
#inform_pers,#date_nastere,#info_adrese,#bank_details,#contact_personale,#formular,#formular_fizic{
	display: none;

	width: 570px;
}
#login-form input[type="submit"] {
    display: block;
    width: 100%;
    background: #52ae30;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 27px;
    height: 45px;
    cursor: pointer;
    outline: 0;
}

.mess #login-form input[type="submit"] {
    display: block;
    width: 100%;
    background: #52ae30;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 27px;
    height: 45px;
    cursor: pointer;
    outline: 0;
}
.myselect{
	display: block;
    width: 100%;
    height: 40px;
    margin-bottom: 17px;
    border: 1px solid #DFDFDF;
    text-indent: 15px;
    content: #4c4b4b;
    font-size: 14px;
    outline: 0;
}
.text-align-center{
	text-align: center;
}
.wrap_info_personal table.formulare_trimite h4:before {
    background-position: -8px -9px;
}
#formular table tr, #formular table td {
    border: 1px solid #dfdfdf;
    height: 25px;
    padding: 12px 12px;
}
#formular table{
	width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
}
#formular table tr td:nth-child(2){
	width: 124px;
}
#formular table tr td:nth-child(3),
#formular table tr td:nth-child(4){
	width: 215px;
}

.wrap_info_personal table.formulare_trimite h4:before {
    background-position: -8px -9px;
}
#formular_fizic table tr, #formular_fizic table td {
    border: 1px solid #dfdfdf;
    height: 25px;
    padding: 12px 12px;
}
#formular_fizic table{
	width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
}
#formular_fizic table tr td:nth-child(2){
	width: 124px;
}
#formular_fizic table tr td:nth-child(3),
#formular_fizic table tr td:nth-child(4){
	width: 215px;
}
    

.add_field_button{

    display: block;
    background: #52ae30;
    border: 0;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 12px;
    margin-top: -8px;
    margin-bottom: 7px;
    height: 21px;
    cursor: pointer;
    outline: 0;
}
#formular,#formular_fizic{
    background-color: #FAFAFA;
    padding: 27px 32px;
    border: 1px solid #DFDFDF;
}
#formular table td > button + input,#formular_fizic table td > button + input{ margin-top:0px;}
#formular table td > input, #formular_fizic table td > input{ margin-top:19px; }
.input_style{
	border: 0px;
    border-bottom: 1px solid #4c4b4b;
    color: #4c4b4b;
    margin-left: 6px;
    margin-right: 6px;
    width: 200px;
}
@media print {

 .but_print{
    display: none !important;
 }
 #top,#header-navigation,.main-container.personal,#inform_pers,#date_nastere,#info_adrese,#bank_details,
 #contact_personale,#bottom{
    display: none;
 }

 #formular_fizic{
    display: block !important;
 }
 #formular{
    display: block !important;
 }
}
.but_print{
    position: fixed;
    right: 16%;
    padding: 5px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    display: block;
    color: #FFF;
    font-weight: bold;
    background-color: #999;
    width: 72px;
    height: 27px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 1px;
    bottom: 20%;
}

/*----------------------------------------*/
.wrap_tab {
	margin-top: 16px;
}
.wrap_tab ul.tabs >li{
    display: inline-block;
    color: #fff;
    padding: 7px 11px;
    font-weight: bold;
    position: relative;
}
.wrap_tab ul.tabs >li.active,
.wrap_tab ul.tabs >li:hover{
    background: #52ae30;
}
.wrap_tab ul.tabs {
	list-style: none;
    background: #000;
    padding: 3px 12px 0 12px;
}
.wrap_tab ul.tabs >li.active:before,
.wrap_tab ul.tabs >li:hover:before{
    content: "";
    width: 0; 
	height: 0; 
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #52ae30;
	font-size: 0;
	line-height: 0;
    display: block;
    position: absolute;
    bottom: 0;
    margin-bottom: -6px;
    left: 50%;
    margin-left: -6px;
}
.wrap_tab ul.tab {
	list-style: none;
	border: 1px solid #DEDEDE;
	margin-top: 16px;
	margin-bottom: 10px;
	padding: 17px 30px;
	/*background: #fbfbfb;*/
	/*background: -moz-linear-gradient(top, #fbfbfb 0%, #f0f0f0 100%);*/
	/*background: -webkit-linear-gradient(top, #fbfbfb 0%,#f0f0f0 100%);*/
	/*background: linear-gradient(to bottom, #fbfbfb 0%,#f0f0f0 100%);*/
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f0f0f0',GradientType=0 );*/
}
.wrap_tab ul.tab >li{
	display: none;
}
.wrap_tab ul.tab >li.active{
	display: block;
}
.wrap_tab ul.tab >li ol{
	margin-left: 15px;
}
.wrap_tab ul.tab >li ol li {
	margin-bottom: 13px;
}


.buton_red{
	    text-decoration: none;
    display: block;
    width: 100%;
    background: #52ae30;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 27px;
        padding: 21px;
    cursor: pointer;
    outline: 0;
}
.buton_cod{
	width: 50%;
}
#solicitare{
    width: 570px;
    display: none;

}
#login-form .btn.btn-primary{
	    display: block;
    width: 100%;
    background: #52ae30;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 27px;
    height: 45px;
    cursor: pointer;
    outline: 0;
}
/*------------------------------------*/
.trimite_mess{
    display: block;
    width: 129px;
    background: #52ae30;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 20px;
    height: 15px;
    cursor: pointer;
    outline: 0;
    text-decoration: none;
}
.info{
    padding: 10px;
    margin-bottom: 25px;
    color: white;
    font-weight: 700;
}
.info.flash-error{
	background-color: red;
}
.info.flash-success{
	background-color: #26c526;
}
.has-error{
	border:1px solid red;
	color:red;
}
.mail{
	background: none;
    border: none;
    color: #4c4b4b;
    cursor: pointer;
}
