html, body, div, span, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, h1, h2, h3, h4, h5, h6 {
    background: none repeat scroll 0 0 hsla(0, 0%, 0%, 0);
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
}

html, body {
   height: 100%;
}



body {
	margin: 0px;
	background-color: #f3f3f3;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border: none;
}

a {
	text-decoration: none;
}

#header {
	background: #c10000;
	width: 100%;
	position: relative;
	float: left;
	box-shadow: 0 0 10px 0 #343433;
	z-index: 99;
}
#content {
	width: 100%;
	position: relative;
	float: left;
	background-color: #FFF;
	min-height: 100% !important;
}

#top_txt {
	color: #FFF;
	font-size: 22px;
	padding: 10px 10px;
	width: 250px;
	float: left;
	position: relative;
}

#top_txt span {
	font-size: 15px;
}

#top_txt a {
	color: #FFF;
	font-size: 18px;
	margin-right: 25px;
}

#top_menu {
	width: 750px;
	float: left;
	position: relative;
}

#top_menu_right {
	width: 100px;
	position: absolute;
	right: 10px;
	top: 15px;
}

#left_menu {
	background: #ececec;
	width: 19%;
	float: left;
	position: relative;
	box-shadow: 0 0 5px 0 #e3e2e2;
	padding: 3px;
	height: 100%;
}
#titlu_lm {
	font-size: 18px;
	color: #343433;
	padding: 10px;
	border-bottom: solid 2px #e3e2e2;
}
.categorii_lm {
	padding: 8px;
	border-bottom: solid 1px #e3e2e2;
}

.categorii_lm a {
	font-size: 12px;
	color: #343433;
}

.categorii_lm:hover {
	background: #e3e2e2;
}

#center_content {
	width: 98%;
	float: left;
	position: relative;
	padding: 1%;
}
#titlu_cm {
	font-size: 18px;
	color: #343433;
	padding: 10px;
	border-bottom: solid 2px #e3e2e2;
}
#continut_cm {
	padding: 10px;
}

.continut_cm_wp {
	padding-left: 10px;
}

.top_tabel_categorii {
	padding: 8px;
	font-weight: bold;
	border-bottom: solid 1px #CCC;
	background: #e3e2e2;
}

.tabel_categorii {
	padding: 8px;
}

.afisare_categorie {
	border-bottom: solid 1px #CCC;
	background: #FFF;
	cursor: pointer;
}

.afisare_categorie:hover {
	border-bottom: solid 1px #CCC;
	background: #ececec;
}

#footer {
	background: #a20101;
	width: 100%;
	position: relative;
	float: left;
	box-shadow: 0 0 10px 0 #343433;
	z-index: 99;
}

.input{
	height: 20px;
	width: 100%;
	background: #FFF;
	border-radius: 5px;
	border: 1px solid #cccccc;
	padding: 2px;
	margin-bottom: 10px;
	display: inline-block;
}

.input_am{
	width: 95%;
	background: #FFF;
	border-radius: 2px;
	border: 1px solid #cccccc;
	padding: 1px 1%;
	display: inline-block;
}

.input_mic{
	height: 20px;
	width: 100px;
	background: #FFF;
	border-radius: 5px;
	border: 1px solid #cccccc;
	padding: 2px;
	margin-bottom: 10px;
	display: inline-block;
}

.input_med{
	height: 20px;
	width: 200px;
	background: #FFF;
	border-radius: 5px;
	border: 1px solid #cccccc;
	padding: 2px;
	margin-bottom: 10px;
	display: inline-block;
}

.input_mm{
	height: 20px;
	width: 15px;
	background: #FFF;
	border-radius: 5px;
	border: 1px solid #cccccc;
	padding: 2px;
	margin-bottom: 10px;
	display: inline-block;
}

.select{
	height: 27px;
	width: 400px;
	background: #FFF;
	border-radius: 5px;
	border: 1px solid #cccccc;
	padding: 5px;
	margin-bottom: 10px;
	display: inline-block;
}

.select_mic{
	height: 27px;
	width: 100px;
	background: #FFF;
	border-radius: 5px;
	border: 1px solid #cccccc;
	padding: 5px;
	margin-bottom: 10px;
	display: inline-block;
}

.textarea{
	height: 80px;
	width: 100%;
	background: #FFF;
	border-radius: 5px;
	border: 1px solid #cccccc;
	padding: 2px;
	margin-bottom: 10px;
	display: inline-block;
}

.textarea_no_edit{
	height: 80px;
	width: 100%;
	background: #FFF;
	border-radius: 5px;
	border: 1px solid #cccccc;
	padding: 2px;
	margin-bottom: 10px;
	display: inline-block;
}

.textarea_mare{
	height: 180px;
	width: 100%;
	background: #FFF;
	border-radius: 5px;
	border: 1px solid #cccccc;
	padding: 2px;
	margin-bottom: 10px;
	display: inline-block;
}

.form_container {
	width: 320px;
	margin: 35px auto 35px auto;
	text-align: center;
	padding: 30px 40px;
	background: #FFF;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.form_container p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	margin-bottom: 5px;
}

.input {
	width: 300px;
	padding: 5px 9px;
	border: solid 1px #bbbbbb; 
	border-radius: 5px;
}

.input_prod {
	width: 150px;
	padding: 5px 9px;
	border: solid 1px #bbbbbb; 
	border-radius: 5px;
}

.input_prodd {
	width: 120px;
	padding: 5px 9px;
	border: solid 1px #bbbbbb; 
	border-radius: 5px;
}

.login {
	width: 320px;
	padding: 5px 9px;
	border: solid 1px #bbbbbb; 
	border-radius: 5px;
	background: #b42f30;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
}

.form_content {
	width: 100%;
	margin-bottom: 10px;
	float: left;
}

.form_content_fm {
	width: 100%;
	float: left;
}

.form_content_fm p input {
	margin-bottom: 5px;
}

.form_content_fm p textarea {
	margin-bottom: 5px;
}

.form_content_half {
	width: 48%;
	float: left;
}

.fmhmr4 {
	margin-left: 4%;
}

.input_full {
    width: 97%;
    padding: 3px 1%;
    border: solid 1px #bbbbbb;
    border-radius: 3px;
}

.fmhmt {
	margin-top: 10px;
}

.form_content_full {
	width: 100%;
	float: left;
	margin-bottom: 3px;
}

	
.form_content1 {
	width: 23%;
	text-align: left;
	margin-right: 2%;
	float: left;
	font-weight: bold;
	font-size: 12px;
}

.form_content2 {
	width: 75%;
	text-align: left;
	float: left;
}

.form_content_black {
	width: 98%;
	margin-bottom: 10px;
	float: left;
	padding: 1%;
	background-color: #000;
	color: #FFF;
}

.form_content_white {
	width: 100%;
	margin-bottom: 10px;
	float: left;
	background-color: #FFF;
	color: #000;
}

.form_content_white_b {
	width: 98%;
	margin-bottom: 10px;
	float: left;
	padding: 1%;
	border-bottom: solid 1px #eeeeee;
}

.form_content_t {
	width: 30%;
	float: right;
	font-size: 14px;
}

.form_content_tt {
	width: 100%;
	float: left;
	margin: 5px 0px;
}

.form_content_ttt {
	width: 100%;
	float: left;
	margin: 5px 0px;
	padding-top: 10px;
	border-top: solid 2px #eeeeee;
}

.fct1 {
	width: 50%;
	float: left;
	text-align: left;
}

.fct2 {
	width: 50%;
	float: left;
	text-align: right;
}

.form_content_2part {
	width: 100%;
	text-align: left;
	float: left;
	margin-top: 10px;
}

.form_content_1part {
	width: 97%;
	text-align: left;
	float: left;
	padding: 1%;
	border: solid 1px #CCC;
    border-radius: 5px;
    background: #fafafa;
}

.form_content_1part input {
    display: inline-block;
    padding: 2px 5px;
    border: solid 1px #CCC;
    border-radius: 5px;
    background: #FFF;
    margin-right: 5px;
    margin-bottom: 5px;
}

.form_content_am {
	width: 99%;
	float: left;
	border-top: solid 1px #DDD;
	border-right: solid 1px #DDD;
	border-bottom: solid 1px #DDD;
}

.form_content_am2 {
	width: 99%;
	float: left;
	border-right: solid 1px #DDD;
	border-bottom: solid 1px #DDD;
}

.ctam {
	width: 5%;
	padding: 2px 0.5%;
	float: left;
	border-left: solid 1px #DDD;
	min-height: 25px;
}

.ctam2 {
	width: 4%;
	padding: 2px 1%;
	float: left;
	border-left: solid 1px #DDD;
	min-height: 25px;
}


#btn_gri{
	background: #f0f0f0;
	border-radius: 5px;
	border: 1px solid #cccccc;
	color: #333333;
	font-size: 13px;
	text-decoration: none;
	padding: 5px 20px;
	position: relative;
	text-align: center;
	cursor:pointer;
} 

#btn_gri:hover{
	background: #e3e2e2;
}

.btn_green{
	background: #00bc16;
	border-radius: 5px;
	border: 1px solid #cccccc;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	padding: 5px 20px;
	position: relative;
	text-align: center;
	cursor:pointer;
}

.btn_redd{
	background: #F00;
	border-radius: 5px;
	border: 1px solid #cccccc;
	color: #fff !important;
	font-size: 13px;
	text-decoration: none;
	padding: 5px 20px;
	position: relative;
	text-align: center;
	cursor:pointer;
}

.btn_gray{
	background: #999;
	border-radius: 5px;
	border: 1px solid #cccccc;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	padding: 5px 20px;
	position: relative;
	text-align: center;
	cursor:pointer;
}

.add_green{
	background: #00bc16;
	border-radius: 3px;
	border: 1px solid #cccccc;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding: 2px 5px;
	text-align: center;
	cursor:pointer;
	width: 110px !important;
}

.btn_red{
	background: #F00;
	border-radius: 5px;
	border: 1px solid #cccccc;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	padding: 5px 20px;
	position: relative;
	text-align: center;
	cursor:pointer;
	float: right;
}

.btn_green2{
	background: #00bc16;
	border-radius: 5px;
	border: 1px solid #cccccc;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	padding: 5px 20px;
	position: relative;
	text-align: left;
	cursor:pointer;
	display: block;
}

.btn_red2{
	background: #F00;
	border-radius: 5px;
	border: 1px solid #cccccc;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	padding: 5px 20px;
	position: relative;
	text-align: left;
	cursor:pointer;
	display: block;
}

.btn_green_am{
	background: #00bc16;
	border-radius: 2px;
	border: 1px solid #cccccc;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding: 2px 3px;
	position: relative;
	text-align: center;
	cursor:pointer;
}

.btn_green_c{
	background: #00bc16;
	border-radius: 5px;
	border: 1px solid #cccccc;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	padding: 5px 20px;
	position: relative;
	text-align: center;
	cursor:pointer;
}

.categorii {
	list-style: none;
}

.categorii li a {
	padding: 5px 10px;
	border-bottom: solid 1px #CCC;
	background: #FFF;
	display: block;
	color: #000;
	font-size: 13px;
}

.categorii li a:hover {
	border-bottom: solid 1px #CCC;
	background: #ececec;
}

#some-dropzone {
	background: url(../images/galerie.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: #FFF;
}

.h1 {
	width: 100%;
	font-size: 22px;
	font-weight: normal;
	border-bottom: dashed 1px #000;
}

.h2 {
	width: 100%;
	font-size: 16px;
	font-weight: normal;
	border-bottom: dotted 1px #CCC;
}

.atribut {
	width: 150px;
	font-size: 12px;
	font-weight: normal;
	float: left;
	text-align: left;
	/*height: 22px;*/
	overflow: hidden;
	margin-left: 10px;
}

.gal_img {
    position: relative;
    width: 120px;
	float: left;
	text-align: left;
	margin-right: 20px;
	margin-bottom: 15px;
	padding: 4px;
	border: solid 1px #CCC;
}

.gal_img p {
	display: block;
	margin-bottom: 5px;
}

.gal_img img {
	border-radius: 20px;
    height: 120px;
    width: 120px;
	text-align: center;
}

.gal_vid {
    position: relative;
    width: 100%;
	float: left;
	text-align: left;
	margin-bottom: 5px;
}

.activ {
	color: #FFF;
	background-color: #01a728;
	padding: 3px 10px;
}

.inactiv {
	color: #FFF;
	background-color: #b40202;
	padding: 3px 10px;
}

.int {
	color: #FFF;
	padding: 3px 5px;
	background-color: #01a728;
	margin-left: 10px;
}

.id {
	color: #FFF !important;
	padding: 3px 5px;
	background-color: #b40202;
	margin-left: 10px;
}

.ct3 {
	width: 30%;
	float: left;
	margin-right: 3%;
}

.ct3_mare {
	width: 90%;
	padding: 10% 5%;
	text-align: right;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
}

.ct3_mic {
	width: 94%;
	padding: 2% 3%;
	text-align: left;
}

.ct3_mic a {
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	margin-right: 25px;
}

.c1 {
	background-color: #578ebe;
}

.c1m {
	background-color: #4c87ba;
}

.c2 {
	background-color: #e35b5a;
}

.c2m {
	background-color: #e14f4e;
}

.form_content_chenar {
	width: 95%;
	float: left;
	margin-bottom: 5px;
	border: 1px solid #eeeeee;
	padding: 1% 2%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	background: #FFF;
}

.form_content_chenar p {
	margin: 5px 0px;
	border-bottom: 1px solid #eeeeee;
}

.form_content_chenar p i {
	float: right;
	cursor: pointer;
	color: #000;
}

.tab1 {
	width: 55%;
	float: left;
	margin-bottom: 5px;
	border-bottom: 1px solid #eeeeee;
	padding: 5px 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	background: #FFF;
}

.tab2 {
	width: 78px;
	float: left;
	margin-bottom: 5px;
	border-bottom: 1px solid #eeeeee;
	padding: 5px 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	background: #FFF;
	text-align: center;
}

.tab3 {
	width: 15%;
	float: left;
	margin-bottom: 5px;
	border-bottom: 1px solid #eeeeee;
	padding: 5px 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	background: #FFF;
	text-align: right;
}

.right_nb {
	text-align: right;
	border-bottom: none;
}

.form_cm {
	border: solid 1px #eeeeee;
	padding: 1%;
	width: 95%;
	float: left;
	background: #f6f6f6;
	margin: 1%;
}

.limbi {
	width: 100%;
	margin-bottom: 2px;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-align: left;
}

.titlu_traducere_limba {
	width: 150px;
	float: left;
	font-weight: bold;
}

.titlu_traducere {
	width: 100px;
	float: left;
}

.traducere {
	width: 50px;
	float: left;
}

.green {
	color: #52fb23;
}

.red {
	color: #fb2323;
}

.af_cat_atr {
	width: 18%;
	margin-right: 2%;
	margin-bottom: 10px;
	float: left;
}

.paginare {
	width: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	margin: 10px 0px;
	float: left;
	text-align: right;
}

.paginare a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000;
}

.paginare span {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #FFF;
	padding: 3px 5px;
	background-color: #000;
}

.wrapper, .row {
   height: 100%;
   margin-left:0;
   margin-right:0;
}

.wrapper:before, .wrapper:after,
.column:before, .column:after {
    content: "";
    display: table;
}

.wrapper:after,
.column:after {
    clear: both;
}

.long {
	width: 100% !important;
}

#sidebar {
    background-color: #5f5f5f;
    padding-left: 0;
    float: left;
    min-height: 100%;
}

#sidebar_gr {
    background-color: #5f5f5f;
    padding-left: 0;
    float: left;
    min-height: 100%;
	width: 30%;
}

#sidebar .collapse.in {
    display: inline;
}

#sidebar > .nav>li>a {
    white-space: nowrap;
    overflow: hidden;
}

#main {
    left: 0;
}

#main_gr {
    left: 0;
	width: 70%;
}

.sortable_1 {
	list-style: none;
	width: 100%;
	float: left;
}

.sortable_1 li {
	padding: 10px 0px;
	margin: 5px 0px;
	width: 100%;
	text-align: center;
	background-color: #DDD;
	font-size: 16px;
	color: #000;
	border-radius: 5px;
}

.sortable_1 li i {
	color: #000;
	float: left;
	margin-left: 10px;
}

.sortable_1_banner {
	padding: 45px 0px !important;
}

.sortable_2 {
	list-style: none;
	width: 102%;
	float: left;
	margin-left: -2%;
}

.sortable_2 li {
	padding: 20px 0px;
	margin: 5px 0 5px 2%;
	width: 25%;
	text-align: center;
	background-color: #DDD;
	font-size: 16px;
	color: #000;
	border-radius: 5px;
	float: left;
}

.sortable_2 li i {
	color: #000;
	float: left;
	margin-left: 10px;
}

.sortable_2_search {
	width: 44% !important;
}

.sortable_3 {
	list-style: none;
	width: 102%;
	float: left;
	margin-left: -2%;
}

.sortable_3 li {
	padding: 20px 0px;
	margin: 5px 0 5px 2%;
	width: 25%;
	text-align: center;
	background-color: #DDD;
	font-size: 16px;
	color: #000;
	border-radius: 5px;
	float: left;
	height: 350px;
}

.sortable_3 li i {
	color: #000;
	float: left;
	margin-left: 10px;
}

.sortable_3_content {
	width: 71% !important;
}

.grafica_content {
	width: 102%;
	float: left;
	margin-left: -2%;
}

.grafica {
	width: 16%;
	float: left;
	margin-left: 2%;
	margin-top: 1%;
	margin-bottom: 1%;
	text-align: center;
	padding: 1%;
	border: solid 2px #ddd;
}

.grafica:hover {
	border: solid 2px #666;
}

.grafica span {
	display: block;
}

.grafica_poza {
	margin-bottom: 5px;
}

.grafica_poza img {
	width: 90%;
}

.grafica_activeaza {
	margin-bottom: 15px;
}

.grafica_activeaza a {
	padding: 3px 10px;
    background-color: #01a728;
	color: #fff;
}

.grafica_edit {
	margin-bottom: 5px;
}

.grafica_edit a {
	padding: 3px 10px;
    background-color: #5f5f5f;
	color: #fff;
}

.grafica_menu {
	width: 96%;
	background-color: #FFF;
	padding: 1%;
	margin: 1%;
}

.titlu_gm {
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom: solid 1px #DDD;
	font-size: 14px;
	color: #333;
	font-weight: 600;
}

.full_gm {
	width: 100%;
	margin-bottom: 10px;
}

.poza_gm {
	display: inline-block !important;
	border: solid 1px #ddd;
	padding: 2px 1%;
	width: 55%;
	margin-right: 2%;
}

.poza_gmm {
	display: inline-block !important;
	border: solid 1px #ddd;
	padding: 2px 1%;
	width: 97%;
}

.save_gm {
	display: inline-block !important;
	border: solid 1px #ddd;
	padding: 2px 1%;
	width: 37%;
	text-align: center;
	color: #FFF !important;
	background-color: #01a728;
}

.i_gm {
	display: inline-block !important;
	padding: 2px 0px;;
	width: 2%;
	color: #01a728;
	margin-right: 2%; 
}

.input_gm_m {
	display: inline-block !important;
	border: solid 1px #ddd;
	padding: 2px 1%;
	width: 51%;
	margin-right: 2%;
}

.full_gm_scroll {
	overflow: auto;
    position: relative;
    background: #FFF;
    width: 740px;
    max-width: 97%;
    height: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.full_gm_select {
	width: 100%;
	float: left;
	margin-bottom: 5px;
	font-size: 12px;
    font-weight: 600;
    color: #000;
}

.left_side {
	width: 65%;
	float: left;
	margin-right: 2%;
}

.right_side {
	width: 30%;
	float: left;
}

.right_side p {
	display: block;
	margin-bottom: 15px;

}

.td_cant_1 {
	width: 100%;
}

.td_cant_1 input {
	width: 20px;
	margin-left: 15px;
	border: solid 1px #999;
	border-radius: 3px;
}

.com_p1 {
	width: 100%;
	padding: 10px;
	border-radius: 5px;
	background-color: #fafafa;
	float: left;
}

.com_p1 span {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.2);
	font-size: 13px;
	font-weight: 300;
	color: #000;
}

.produs_cos {
	width: 97%;
	padding: 1%;
	border-radius: 5px;
	background-color: #FFF;
	float: left;
	margin-bottom: 10px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.produs_cos_t {
	width: 100%;
	float: left;
}

.produs_cos_t_tit {
	width: 55%;
	float: left;
	font-size: 12px;
	font-weight: 300;
	color: #000;
}


.produs_cos_t_ttt {
	width: 15%;
	float: left;
	text-align: center;
}

.produs_cos_t_ttt span {
	display: inline;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
	font-size: 13px;
	font-weight: 700;
	color: #000;
}

.produs_cos_t_ttt select {
	border: solid 1px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
}

.produs_cos_t_ttt a i {
	color: #F00;
}

.com_p2 {
	width: 97%;
	padding: 1%;
	border-radius: 5px;
	border: solid 1px #fafafa;
	float: left;
	background-color: #FFF;
	margin-top: 10px;
}

.com_p2 span {
	display: block;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.2);
	font-size: 15px;
	font-weight: 300;
	color: #000;
}

.pt  {
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
	font-size: 25px;
	font-weight: 700;
	color: #000;
	float: left;
}

.ct {
    background-color: #4ec851;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 400;
    padding: 4px 0;
    text-align: center;
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.ptf  {
	width: 100%;
	float: left;
}

.ptf a {
    background-color: #690;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 400;
    padding: 8px 0;
    text-align: center;
}

.ptf input {
    background-color: #4ec851;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 400;
    padding: 4px 0;
    text-align: center;
	width: 98%;
	font-family: "Poppins", Arial, Helvetica, sans-serif;
}

#transport spa {
	color: #F00;
	text-decoration: underline;
	font-size: 13px;
	font-weight: 600;
	display: block;
}

#transport sp {
	display: block;
}

.form_content_c {
	width: 100%;
	float: left;
	margin-bottom: 5px;
}

.form_contentc1 {
	width: 30%;
	text-align: left;
	margin-right: 2%;;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}

.form_contentc2 {
	width: 68%;
	text-align: left;
	float: left;
}

.selectc{
	height: 30px;
	width: 95%;
	background: #FFF;
	border-radius: 5px;
	border: 1px solid #eeeeee;
	padding: 5px 1%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}

#adauga_adresa {
	display: none;
}

#adauga_firma {
	display: none;
}

#aa_altele {
	display: none;
	transition: all 1s ease 0s;
}

#fa_pf {
	display: none;
	transition: all 1s ease 0s;
}

#fa_pj {
	display: none;
	transition: all 1s ease 0s;
}

#af_altele {
	display: none;
	transition: all 1s ease 0s;
}

.del_inreg {
	display: inline-block;
	padding: 3px 5px;
	border-radius: 3px;
	background-color: #DDD;
	border: solid 1px #CCC;
	margin-right: 10px;
}

.del_inreg a {
	margin-left: 5px;
	color: #F00 !important;
}

.available_lang {
	width: 23%;
	float: left;
	margin: 5px 1%;
}


.input_mediu {
	width: 80px;
	padding: 5px 9px;
	border: solid 1px #bbbbbb; 
	border-radius: 5px;
	margin-right: 10px;
}

.btn_activ {
	padding: 5px 20px;
	border-radius: 5px;
	background: #337bed;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF !important;
	cursor: pointer;
}

.btn_inactiv {
	padding: 5px 20px;
	border-radius: 5px;
	background: #cdced2;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF !important;
	cursor: default;
}

.ml4 {
	margin-left: 4%;
}

.fc1 {
	width: 22%;
	float: left;
	text-align: left;
}

.fc1 input {
	width: 90%;
	padding: 2px 5px;
	border: solid 1px #bbbbbb; 
	border-radius: 5px;
}

.fc2 {
	width: 12%;
	float: left;
	text-align: left;
}

.fc2 input {
	width: 80%;
	padding: 2px 5px;
	border: solid 1px #bbbbbb; 
	border-radius: 5px;
}

.fc2 select {
	width: 70%;
	padding: 2px 5px;
	border: solid 1px #bbbbbb; 
	border-radius: 5px;
}

.fcb1 {
	width: 5%;
	float: left;
	text-align: left;
}

.fcb2 {
	width: 33%;
	float: left;
	text-align: left;
}

.fcb3 {
	width: 10%;
	float: left;
	text-align: left;
}

.ml1 {
	margin-left: 1%;
}
.mb5 {
	margin-bottom: 5px;
}

#fa_pf_cn {
	display: none;
	transition: all 1s ease 0s;
}

#fa_pj_cn {
	display: none;
	transition: all 1s ease 0s;
}

#af_altele {
	display: none;
	transition: all 1s ease 0s;
}

	/*factura*/
.border_all {
	border: solid 1px #000;
}

.f15 {
	font-size: 15px;
}

.br {
	border-right: solid 1px #000;
}

.bb {
	border-bottom: solid 1px #000;
}

.mh500 {
	height: 500px;
}

.mh150 {
	height: 150px;
}

.mh150 {
	height: 150px;
}

.mh130 {
	height: 130px;
}


.plus_icon {
	font-size: 15px !important;
	color: #FFF;
	padding: 5px 10px;
	background-color: #3C0;
	cursor: pointer;
	border-radius: 50px;
}

.btn_add {
	width: 17%;
	float: left;
	margin: 1%;
	padding: 20px 0px;
	text-align: center;
	border: solid 2px #999;
	border-radius: 3px;
	cursor: pointer;
}

.linie_grafica_titlu {
	width: 100%;
	float: left;
	margin-bottom: 5px;
	padding-bottom: 2px;
	border-bottom: solid 1px #666;
	text-transform: uppercase;
}

.linie_grafica_content {
	width: 95%;
	float: left;
	padding: 5px 2%;
	border: solid 1px #999;
}

.btn_add_produs {
	width: 22%;
	float: left;
	margin: 0% 1%;
	padding: 10px 0px;
	text-align: center;
	border: solid 2px #999;
	border-radius: 3px;
	cursor: pointer;
}

.btn_add_articol {
	width: 30%;
	float: left;
	margin: 1%;
	padding: 20px 0px;
	text-align: center;
	border: solid 2px #999;
	border-radius: 3px;
	cursor: pointer;
}

.btn_add_lucrare {
	width: 17%;
	float: left;
	margin: 1%;
	padding: 20px 0px;
	text-align: center;
	border: solid 2px #999;
	border-radius: 3px;
	cursor: pointer;
}

.banner_temp_6 {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	height: 400px;
	background-size: cover;
}

.logo_temp_6 {
    width: 20%;
	float: left;
    margin-top: 15px;
    margin-bottom: 10px;
    height: 76px;
}

.meniu_temp_6 {
	width: 80%;
	float: left;
	text-align: right;
}

.meniu_temp_6 span {
	display: inline-block;
	padding: 40px 10px;
	font-size: 14px;
	font-weight: bold;
}

.rep_gr {
	width: 96%;
	margin: 0.5% 2%;
	float: left;
}

.rep_h {
	width: 49%;
	float: left;
}

.rep_f {
	width: 100%;
	float: left;
	border-radius: 3px;
	background-color: #333;
	margin-bottom: 10px;
}

.ml2g {
	margin-left: 2%;
}

.rep_btn {
	width: 100%;
	float: left;
	margin-top: 10px;
	text-align: center;
}

.rep_btn a {
	border: solid 1px #ddd;
    padding: 2px 1%;
    color: #FFF !important;
    background-color: #01a728;
}

.rep_c {
	width: 90%;
	margin: 10px 5%;
	float: left;
}

.noeditor {
	width: 100%;
	height: 50px;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#btn_green {
	border: solid 1px #ddd;
    padding: 2px 1%;
    width: 37%;
    text-align: center;
    color: #FFF !important;
    background-color: #01a728;
}

.full {
	width: 100%;
	float: left;
}

.translator_part {
	width: 32%;
	float: left;
	margin-right: 1.3%;
	margin-bottom: 10px;
	min-height: 47px;
}

.translator_part_text {
	width: 100%;
	float: left;
	font-size: 12px;
	color: #333;
}

.translator_part_input {
	width: 100%;
	float: left;
}

.translator_part_input input {
	width: 97%;
	border-radius: 3px;
	border: solid 1px #CCC;
	font-size: 12px;
	color: #333;
	padding: 1%;
}

.wrapper {
	margin-top: 48px;
}

.top_header_cp {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1900;
	background-color: #017ebe;
	width: 100%;
}

.top_header_cp_half {
	width: 50%;
	float: left;
	height: 22px;
}

.top_header_cp_third_f {
	width: 10%;
	float: left;
	height: 48px;
	text-align: center;
}

.top_header_cp_third_f a {
	color: #FFF;
	text-decoration: none;
	font-size: 22px;
	padding: 15px 0px;
	display: inline-block;
}

.top_header_cp_third {
	width: 33.3%;
	float: left;
	height: 48px;
}

.top_header_cp_content_1_r {
	width: 100px;
	float: right;
	font-size: 12px;
	color: #FFF;
	text-align: left;
	margin-top: 15px;
}

.top_header_cp_content_1_r i {
	font-size: 14px;
	color: #FFF;
	margin-right: 5px;
}

.top_header_cp_content_1_r a {
	color: #FFF;
	text-decoration: none;
	padding: 3px 5px;
}

.top_header_cp_content_1_r a:hover {
	color: #FFF;
}

.top_header_cp_content_1_l {
	width: 100%;
	float: left;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}


.top_header_cp_content_1_l a {
	color: #FFF;
	text-decoration: none;
	background-color: #970015;
	display: block;
	padding: 15px 0px;
	border-radius: 3px;
	font-size: 15px;
	font-weight: 600;
	transition:all .5s ease 0s
}

.top_header_cp_content_1_l a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #006497;
	transition:all 1s ease 0s
}

.top_header_cp_content_1_l span {
	color: #FFF;
	text-decoration: none;
	background-color: #006497;
	display: block;
	padding: 15px 0px;
	border-radius: 3px;
	font-size: 15px;
	font-weight: 600;
}

/*
 * off canvas sidebar
 * --------------------------------------------------
 */
@media screen and (max-width: 768px) {
    
    #top_txt {
    font-size: 13px;
    padding: 10px 5px;
    width: 150px;
	}
	
	#top_txt span {
    font-size: 12px;
	}
	
	#top_txt a {
    font-size: 16px;
    margin-right: 5px;
	}
	
	#top_menu_right {
    width: 70px;
    position: absolute;
	text-align: right;
	}
    
    #sidebar .visible-xs {
       display:inline !important;
    }
    
    .row-offcanvas {
       position: relative;
       -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
       transition: all 0.4s ease-in-out;
    }
    
    .row-offcanvas-left.active {
       left: 55%;
    }
    
    .row-offcanvas-left.active .sidebar-offcanvas {
       left: -55%;
       position: absolute;
       top: 0;
       width: 55%;
    }
	
	.nav > li > a {
    font-size: 12px;
	}
	
	.nav > li > a > i {
    margin: 0px 10px 0px 3px;
	}
	
	#center_content {
    width: 98%;
	}
	
	.ct3 {
    width: 100%;
    float: left;
    margin-right: 0%;
	margin-bottom: 10px;
	}
	
	.int {
		display: block;
		margin-top: 2px;
		margin-bottom: 2px;
	}
	
	.id {
    	display: block;
		margin-top: 2px;
		margin-bottom: 2px;
	}
	
	.form_content1 {
    width: 100%;
    text-align: left;
    margin-right: 0px;
	}
	.form_content2 {
    width: 100%;
	}
	.select {
    height: 27px;
    width: 97%;
    padding: 1%;
    margin-bottom: 5px;
	}
	.input {
    width: 97%;
    padding: 1%;
    margin-bottom: 5px;
	}
	.textarea {
    width: 97%;
    padding: 1%;
    margin-bottom: 5px
	}
	

	


	
} 
 
 
@media screen and (min-width: 768px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }

  .row-offcanvas-left.active {
    left: 3%;
	width: 97%;
  }

  .row-offcanvas-left.active .sidebar-offcanvas {
    left: -3%;
    position: absolute;
    top: 0;
    width: 3%;
    text-align: center;
    min-width:42px;
  }
  
  #main {
    left: 0;
  }
}
	