@charset "utf-8";
/* CSS Document */

html, body {
}

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 {
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

a {
	text-decoration: none;
}

body {
	background: #f7f7f7;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.logo_login {
	width: 320px;
	margin: 20px auto 35px auto;
	text-align: center;
}

.logo_login img {
	max-width: 150px;
}

#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;
} 

.form_container {
	width: 320px;
	margin: 25px 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;
}

.input80 {
	width: 80%;
	padding: 3px 5px;
	border: solid 1px #bbbbbb; 
	border-radius: 5px;
}

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

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

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

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

.input_mm {
	width: 60px;
	padding: 1px;
	border: solid 1px #bbbbbb; 
	border-radius: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

.textarea {
	width: 300px;
	padding: 5px 9px;
	border: solid 1px #bbbbbb; 
	border-radius: 5px;
	height: 120px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

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

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

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

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

.select_mm {
	width: 80px;
	padding: 1px;
	border: solid 1px #bbbbbb; 
	border-radius: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.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 !important;
	cursor: pointer;
}

.login_mm {
	padding: 2px;
	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;
}

.cauta {
	width: 80px;
	padding: 5px 0px;
	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;
}

.center {
	text-align: center !important;
}

.footer {
	width: 90%;
	margin: 0px auto 15px auto;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.activ {
	color: #FFF !important;
	background-color: #01a728;
	padding: 3px 10px;
	font-size: 12px;
}

.inactiv {
	color: #FFF !important;
	background-color: #b40202;
	padding: 3px 10px;
	font-size: 12px;
}

.container {
	width: 1170px;
	margin: 15px auto 35px auto;
	text-align: center;
	padding: 20px;
	background: #FFF;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.container:after {
	clear: both;
    content: "";
    display: table;
}

.content {
	margin: 0px auto;
	width: 1170px;
	text-align: left;
}

.content:after {
	clear: both;
    content: "";
    display: table;
}

.top_menu {
	width: 100%;
	text-align: right;
}

.top_menu a{
	color: #000;
	font-size: 13px;
	margin-left: 25px;
}

.left_side {
	width: 770px;
	margin-right: 30px;
	font-size: 13px;
	color: #000;
	float: left;
	text-align: left;
}

.left_side span {
	font-weight: bold;
	font-size: 17px;
}

.left_side a {
	color: #333;
	font-size: 15px;
	line-height: 30px;
}

.rigt_side {
	width: 370px;
	font-size: 13px;
	color: #000;
	float: left;
	text-align: left;
}

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

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

.ml2 {
	margin-left: 2%;
}

.rh {
	width: 100%;
}

.rh:after {
	clear: both;
    content: "";
    display: table;
}

.align_right {
	text-align: right;
}

.align_right a i {
	margin-left: 15px;
	color: #000;
}

.meniu_stanga {
	width: 100%;
	font-size: 13px;
	color: #000;
}

.meniu_stanga span {
	display: block;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
}

.meniu_stanga a  {
	display: block;
	color: #000;
	padding-bottom: 2px;
	padding-top: 5px;
	border-bottom: 1px solid #CCC;
}

.meniu_stanga a i  {
	color: #008fd5;
	margin-right: 5px;
	font-size: 12px;
}

.meniu_stanga a:hover  {
	background-color: #f3f3f3;
}

.mt20 {
	margin-top: 20px;
}

.tittlu {
	width: 100%;
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
}

.tittlu_mic {
	width: 98%;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding: 1%;
	border-bottom: 1px solid #CCC;
	background-color: #008fd5;
	color: #FFF;
	float: left;
}

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

.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;
}

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

.in {
	color: #FFF;
	padding: 3px 5px;
	background-color: #01a728;
}

.in i {
	color: #FFF;
}


.out {
	color: #FFF;
	padding: 3px 5px;
	background-color: #F00;
}

.out i {
	color: #FFF;
	cursor: pointer;
}

.grey {
	color: #FFF;
	padding: 3px 5px;
	background-color: #939393;
}

.black {
	color: #FFF;
	padding: 3px 5px;
	background-color: #000;
}
.black_mic {
	color: #FFF;
	padding: 2px 5px;
	background-color: #000;
	font-size: 11px;
}

.red {
	color: #FFF;
	padding: 2px 4px;
	background-color: #F00;
	border: solid 1px #FFF;
}

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

.form_content_wb {
	width: 100%;
	margin-bottom: 10px;
	float: left;
	padding-bottom: 3px;
}

.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_half {
	width: 48%;
	float: left;
}

.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;
}


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

.form_content1 span {
	font-size: 13px !important;
}

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

.form_content2 a {
	color: #03F;
	font-size: 13px;
	line-height: 13px;
}

#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;
}

#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;
}

.radio-inline {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 0;
    position: relative;
    vertical-align: middle;
	width: 40% !important;
}

.radio-inline input {
	width: 40% !important;
}

.cb {
	width: 180px;
	text-align: left;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.cb img {
	display: inline;
	margin-right: 10px;
	max-width: 80px;
}

.cb2 {
	width: 133px;
	text-align: center;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.cb2 img {
	margin-bottom: 10px;
	max-width: 80px;
}

.menu-button {
    display: none;
    top: 5px;
    left: 5px;
	position: absolute;
    background: url(../images/menu.gif) no-repeat;
    overflow: hidden;
    width: 34px;
    height: 31px;
    text-indent: -9999px;
	z-index: 99;
}

.menu-button.right {
    right: 20px;
    left: auto;
}

.menu-button.bottom {
    top: 100px;
}

.menu-button.fixed {
    position: fixed;
}

#overlay {
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 999998;
    display: none;
}

.sidr-open #overlay {
    display: block;
}

.programari {
	width: 23.5%;
	margin-right: 1%;
	border: solid 1px #ccc;
	border-radius: 5px;
	float: left;
	margin-bottom: 10px;
	background-color: #FFF;
}

.programari span {
	display: block;
	background-color: #f7f7f7;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 0px;
	text-align: center;
}

.ore {
	width: 95%;
	float: left;
	padding: 2%;
	border-bottom: solid 1px #ccc;
}

.ore:hover {
	background-color: #f7f7f7;
}

.ore_full {
	width: 100%;
	float: left;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	background-color: #d50000;
	padding: 3px 0px;
}

.ore_80 {
	width: 90%;
	float: left;
}

.ore_ore {
	width: 20%;
	float: left;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}

.ore_ore span {
	color: #939393 !important;
	font-size: 12px !important;
	display: inline !important;
	background-color: #e6e6e6 !important;
	font-weight: normal !important;
	padding: 0px 0px !important;
	text-align: left !important;
}

.ore_ore spam {
	color: #FFF !important;
	font-size: 12px !important;
	display: inline !important;
	background-color: #d50000 !important;
	font-weight: normal !important;
	padding: 0px 0px !important;
	text-align: left !important;
}

.ore_event {
	width: 70%;
	float: left;
	color: #939393;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}

.ore_event span {
	color: #FFF !important;
	font-size: 12px !important;
	display: inline !important;
	background-color: #d50000 !important;
	font-weight: normal !important;
	padding: 0px 0px !important;
	text-align: left !important;
}

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

.ore_btn a {
	color: #FFF !important;
}

.cr {
	background-color: #d50000;
}

.cr:hover {
	background-color: #d50000;
}

.cg {
	background-color: #e6e6e6;
}

.cg:hover {
	background-color: #e6e6e6;
}

.mb10 {
	margin-bottom: 10px;
}

.col {
	width: 100%;
	float: left;
	border-bottom: solid  1px #ebebeb;
	border-right: solid 1px #ebebeb;
	font-size: 12px;
	color: #000;
}

.col:hover {
	background-color: #ebebeb;
}

.col_ora {
	width: 19%;
	float: left;
	border-left: solid  1px #ebebeb;
	padding: 5px 0px;
}

.col_zi {
	width: 11%;
	float: left;
	border-left: solid  1px #ebebeb;
	padding: 5px 0px;
	text-align: center;
}

.col_t {
	width: 100%;
	float: left;
	border-top: solid  1px #ebebeb;
	border-bottom: solid  1px #ebebeb;
	border-right: solid 1px #ebebeb;
	font-size: 12px;
	color: #000;
}

.col_ora_f {
	width: 19%;
	float: left;
	border-left: solid  1px #FFF;
	padding: 5px 0px;
}

.col_zi_t {
	width: 11%;
	float: left;
	border-left: solid  1px #ebebeb;
	padding: 5px 0px;
	text-align: center;
}

.bg_green {
	background-color: #ccffb5;
}

.user {
	width: 23%;
	margin-right: 2%;
	margin-bottom: 5px;
	float: left;
}

.user_name {
	width: 80%;
	text-align: left;
	color: #000;
	font-size: 13px;
	float: left;
}

.user_icon {
	width: 20%;
	text-align: center;
	color: #0C0;
	font-size: 13px;
	float: left;
}

.bold_mare {
	font-size: 22px;
	font-weight: bold;
}

.bold_mediu {
	font-size: 18px;
	font-weight: bold;
}

.bold_mic {
	font-size: 14px;
	font-weight: bold;
}

.normal_normal {
	font-size: 14px;
	font-weight: normal;
}

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

.border_t {
	border-top: solid 1px #000;
}

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

.border_l {
	border-left: solid 1px #000;
}

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

.p2 {
	padding: 5px;
}

.header_mobile {
	display: none;
}

#mmenu a {
	display: none;
}

/*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;
}

.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;
}

.text {
	width: 100%;
	float: left;
	font-size: 14px;
}

.text p {
	margin-bottom: 10px;
}

.text p span {
	font-size: 16px;
	font-weight: bold;
	color: #337bed;
}

.dnd {
	display: none;
}

.articol {
	width: 96%;
	float: left;
	margin-bottom: 15px;
	padding: 2%;
	border-bottom: dashed 1px #CCC;
	transition: all 1s ease 0s;
}

.articol:hover {
	background: #FAFAFA;
	transition: all 1s ease 0s;
}

.articol_titlu {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	font-size: 13px;
}

.articol_titlu span {
	font-size: 15px;
	font-weight: bold;
}

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

.articol_viz a {
	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;
}
	

