.admincontain {
  position: fixed;
  top: 40%;
  right: 0;
  height: 200px;
  background: #fff;
  z-index: 150;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  border: 1px solid #e5e5e5;
}/* hebrew */
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 400;
  src: local('Heebo'), local('Heebo-Regular'), url(../fonts/ngs6v5_nc0k9p9h0tbfzsq.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin */
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 400;
  src: local('Heebo'), local('Heebo-Regular'), url(../fonts/ngs6v5_nc0k9p9h2tbe.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* hebrew */
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 500;
  src: local('Heebo Medium'), local('Heebo-Medium'), url(../fonts/ngs3v5_nc0k9p9kfbqrokk440a.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin */
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 500;
  src: local('Heebo Medium'), local('Heebo-Medium'), url(../fonts/ngs3v5_nc0k9p9kfbqrmkk4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* hebrew */
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 700;
  src: local('Heebo Bold'), local('Heebo-Bold'), url(../fonts/ngs3v5_nc0k9p9lnakrokk440a.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin */
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 700;
  src: local('Heebo Bold'), local('Heebo-Bold'), url(../fonts/ngs3v5_nc0k9p9lnakrmkk4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* hebrew */
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 800;
  src: local('Heebo ExtraBold'), local('Heebo-ExtraBold'), url(../fonts/ngs3v5_nc0k9p9lra6rokk440a.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin */
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 800;
  src: local('Heebo ExtraBold'), local('Heebo-ExtraBold'), url(../fonts/ngs3v5_nc0k9p9lra6rmkk4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* hebrew */
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 900;
  src: local('Heebo Black'), local('Heebo-Black'), url(../fonts/ngs3v5_nc0k9p9l1aqrokk440a.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin */
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 900;
  src: local('Heebo Black'), local('Heebo-Black'), url(../fonts/ngs3v5_nc0k9p9l1aqrmkk4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
* {
	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
 	box-sizing: border-box;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;

}
.chatWindow * , .chatWindow , .orar , .orar * , textarea{
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
}
.chatSmall{
    height: 37px !important;
}
html{
	font-size: 14px;

	font-family: 'Heebo', Open Sans ,sans-serif;
	font-weight: 400;
	line-height: 16px;
}
body, li, ul, form {
	margin: 0;
	padding: 0;
	color: #777;

}
body{
	min-height: 100vh;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #FFF;
}
p {
    margin: 0 0 10px;
}
button , input[type="submit"]{
	display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#content input[type="submit"]{
    line-height: 1;
    vertical-align: top;
}
a {
	color: #777;
}
img {
	border:none;
}
input[type="submit"] {
	cursor: pointer;
}

h1 {
	padding:0;
	margin:0;
}
input[type="text"], input[type="password"]{
	outline: none;
	/*-webkit-border-radius: 4px;
	border-radius: 4px;*/
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	border: none;
        border: 1px solid #ccc;
     padding:5px;
     font-size: 14px;
}

b, strong {
    font-weight: 700;
}

fieldset {
	border:solid 1px #007d37;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
fieldset legend {
	color:#007d37;
	font-weight:bold;
	padding-left: 8px;
	padding-right: 8px;
}

h1 {
    font-weight: 400;
    margin-bottom: 7px;
    letter-spacing: -1px;
    font-size:36px;
    line-height: 1;

}

h1,h2 {
    color: #c70d1c;
}

h2 {
    font-size: 28px;

}

h4 {
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 5px;

}

h4,h5 {
    font-weight: 500
}

h5 {
    font-size: 16px;

}
input[type="submit"]:focus, button:focus{
	outline: none;
}

.spancuedit{
	position: relative;

}
.right .spancuedit p{
	display: inline-block;
}
.right .spancuedit{
	display: inline-block;
	width: 100%;
}
#coscontholder{
	    height: 84px;
    padding-top: 11px;
}
#coscontholder .contentcol{
	height: 100%;
}
.forminner {
    float: left;
    margin-left: 10px;
}
.sumo_status {
    float: left;
}
.contup{

	display: inline-block;
	position: relative;
	text-align: center;
	padding:5px;

    border:1px solid #fff;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    outline: none !important;
    margin-right: 1%;
}
.linksRight{
  display: inline-block;
  position: relative;
  text-align: center;
  padding:5px;

    border:1px solid #fff;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    outline: none !important;
    margin-left: 1%;
}
.linksRight img{
  max-height: 26px;
}
.linksRight:hover {
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 2px 10px 0px rgba(204,204,204,1);
    box-shadow: 0px 2px 10px 0px rgba(204,204,204,1);
}
#coscontholder .contup:nth-child(3){
	margin-right: 0;
}
.contup:hover{
	    border: 1px solid #ccc;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(204,204,204,1);
	-moz-box-shadow: 0px 2px 10px 0px rgba(204,204,204,1);
	box-shadow: 0px 2px 10px 0px rgba(204,204,204,1);


}
.contup img{
	max-height: 26px;

}

.contup .fa{
	font-size: 30px;
}
#logocontainer{
	float: left;
	width: 24%;
	position: relative;
	height: 95px;
	padding-top: 3px;
	text-align: center;
	z-index: 2;
	 -webkit-transition: all .3s ease;
    transition: all .3s ease;

}
#header.auth #logocontainer{
	height: 116px;
	padding-top: 13px;
}
#logocontainer img{
	max-width: 87%;
  max-height: 85%;
}
#logocontainer.noPadding img{
  max-height:75%;
}
.cnt{
	    overflow-y: hidden;
    width: 100%;
    position: absolute;
    height: 100%;
     -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#menucenter{
	width: 50%;
	float: left;
}
#menuupcont{
	width: 35%;
    float: right;
    height: calc(100% - 29px);
    padding-right: 1%;
    text-align: right;
}

#header{
 -webkit-transition: all .3s ease;
    transition: all .3s ease;
	position: fixed;
	top: 0;
	left:0;
	right: 0;
	z-index: 3;
	height: 92px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px 1px #A6A6A6;
	box-shadow: 0 0 5px 1px #A6A6A6;
}
#header.auth{
	height: 113px;
}
.headerneautentificat {
	height: 29px !important;
}
.headerneautentificat #baraverde {
	width: 100% !important;
	padding-left: 13px !important;
}


/* DESIGN CONT NOU */
.dreapta {
	float: right;
	text-decoration: none;
}
.estiautentificat {
	text-align: center;
	padding: 20px;
}
.formular {
	margin-bottom: 20px;
}
.formular h1 {
	font-size: 15px;
	text-transform: uppercase;
	display: inline-block;
}
.formularfloat {
	float: left;
}
.sumo_status {
	float:left;
}
.forminner {
	float: left;
	margin-left: 10px;
}
.formularcentru {
	width: 50%;
	margin: 0 auto;
}

.formularcontnou {
	width: 85%;
	margin:0 auto;
	margin-top: 14px;
}
.formularcontnou .h1cos {
	float:none;
	margin-bottom: 10px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
.formularcontnou .lbl{
	padding-top: 0px;
    width: auto;
    padding-left: 6px;
    float: none;
}

.formularcontnou #facturarecos {
    float: left;
    width: 48%;
}
.formularcontnou .persoana {
    float: right;
     width: 48%;
}
.formularcontnoumare .submitcont{
	margin-bottom: 50px;
    text-align: center;
}
.formularcontnoumare .jumate {
    width: 47%;
    float: left;
}
.formularcontnoumare #logoholdercentru, .formularcontnoumare .box_new_account{
	text-align: center;
}
#logoholdercentru img {
	max-width: 260px;
	margin-bottom: 10px;
}
.formularcontnoumare{
	width: 100%;
}
.formularcontnou .tva_incasaresc {
    float: right;
}

.formularcontnou .scsc {
    width: -moz-calc(94% - 95px);
    width: -webkit-calc(94% - 95px);
    width: -o-calc(94% - 95px);
    width: calc(94% - 95px);
    float: left;
}
.formularcontnou .ml5 {
    margin-left: 6%;
}
.formularcontnou .i #rsc {
    width: calc( 100% - 81px );
}
#adresasc{
	width:95.45%;
}
.mchk {
  display: inline-block;
  width: 135px;
  padding-bottom: 9px;
  text-align: left;
}
.mchk input[type="checkbox"]{

}
.formularcontnoumare #sccos{
	display: block;
}
.formularcontnou #tipfacturare{
	padding: 0px;
}
.formularcontnou .i{

	/* height:20px; */
	width:100%;
	float: none;
}
.formularcontnou .i input[type="text"], .formularcontnou .i input[type="password"]{
	width: 90%;
}
/* END DESIGN CONT NOU */


.toggledata {
	padding-top: 50px;
}
.toggledata #content {
	width: 100%;
	float: none;
}
.toggledata .formular {
	margin: 0 auto;
	width: 380px;
}

.tofoot {
	position:fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.tofoot a{
	color: #fff;
	text-decoration: none;
}
.tofoot a:hover{
	opacity: 0.7;
}

.all{

	width: 98%;
	margin: 0 auto;
	margin-top: 98px;
}
.all.auth{
	margin-top: 123px;
}
.c{
	clear: both;
}
.contentcol {
    display: table;
    width: 100%;
    height: 100%;
}
.contentrow {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.left{
	float: left;
	width: 30%;
	background-color: #fff;
	position: sticky;
	top: 95px;
	min-height: 80vh;


}
.leftjos {

    margin-top: 5px;
    text-align: center;
    padding-bottom: 0px;
}
.leftjos a, .leftjos img{
    display: block;
}
#bannerh2 {
    margin-top: 15px;
    padding-left: 2px;
    padding-right: 2px;
    height: 300px !important;
}
#bannerh2 .bx-wrapper{
   height: 100% !important;
}
#bannerh2 .bx-wrapper .bx-viewport{
    height: 100% !important;
}
#banner2{
    height: 100% !important;
}
#banner2 li {
    text-align: center;
    height: 100% !important;
}
#banner2 li img{
    display: inline-block;
}
.bx-wrapper img{
    max-height: 100%;
}
.leftjos img{
    max-width: 100%;
}
.ui-fancytree{
	outline: none;
}
.main{
	float: right;
	width: 69%;
	background-color: #fff;
	padding-bottom: 14px;


}
.main #content > *:not(.menusmall){

}
.right{
	float: left;
	width: 19%;
	padding-left: 1%;
	padding-right: 1%;
	background-color: #fff;
	position: sticky;
	top: 63px;
	height: 80vh;
}
#footer{
	background-color: #585858;
	padding: 19px 10px 19px 10px;;
	color:#fff;
    border-bottom: solid 15px #868585;
}
#footer a{
	color:#d0d0d0;
	text-decoration: none;
    font-size: 13px;
}
#footer a:hover{
    color:#fff;

}

.goTop i{
	color:#fff;
}
.goTop{
	cursor: pointer;
    position: fixed;
    z-index: 1000;
    left: 15px;
    bottom: 15px;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    background: #c70d1c;
    color: #fff;
    font-size: 14px;
    display: block;
    text-align: center;
    line-height: 30px;
    -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,.3);
    box-shadow: 5px 5px 10px rgba(0,0,0,.3);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.goTop:hover {
    background: #122c6a;
}
#logocontainer:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: -3px;
    left: -30px;
    z-index: -1;
    background-color: #bd0b09;

    border-right: 0px;

    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
}

#header .container{
	height: 100%;
}

.nrcontainer{
	position: absolute;
  top: 0px;
  left: 13px;
	text-align: center;
	font-size: 10px;
  background: #bd0b09;
  width: 20px;
  display: flex;
  height: 20px;
  z-index: 99999999999999999;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.noPadding{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.respcos{
	height: 57px !important;
    padding-top: 6px !important;
}
.arata750{
	display: none;
}
.tabss{
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
.left .meniu >  ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: space-around;
    justify-content: space-around;
    background-color: transparent;
    padding-top: 0px;
    padding-bottom: 0px;
    width: -moz-calc(100% + 2px);
    width: -webkit-calc(100% + 2px);
    width: -o-calc(100% + 2px);
    width: calc(100% + 2px);

    padding-left: 18px !important;

}

.left .meniu  ul{
	list-style: none;

}
.left .meniu > div ul li{
	border-bottom: solid 1px #b3b3b3;
}
.left .meniu ul a{
	text-decoration: none;
	font-weight: 400;
    display: block;
}
.left .meniu ul a:after{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.left .meniu > ul a{
	position: relative;
	z-index: 1;
}

.left .meniu > ul li:hover:before{
	background-color:#3d7d36;
}
.left .meniu > div ul li a:before , .menucont a:before{
	content: "\f0da";
  font-family: "FontAwesome";
  font-size: 16px;
  margin-right: 5px;
  float: left;
  color:#bd0b09;
  top: 5px;
}
.left .meniu > ul li:last-child{
	border-bottom: none;
}
#masina .brandsfp li:hover{
	    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #585858;
}
.brandsfp li:hover > .carName a{
	color:#fff;
}
#content .brandsfp li:hover{
       -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #585858;

}
#content .brandsfp {
    margin-top: 7px;
}
.meniu >  ul{
	height: auto !important;

	padding-left: 0 !important;
	padding-right: 0 !important;


}
.meniu.tabss{
    border-left: solid 1px #b3b3b3;
}
.meniu.tabss > ul li.active > a{
	color:#000   !important;

}

.meniu.tabss > ul li{
	flex-basis: 18.77%;
	text-align: left;
	padding: 10px;

	padding-top: 9px;
	padding-bottom: 7px;
	border-radius: 0;
	position: relative;
	padding-left: 2px;
	padding-right: 17px;

}

.meniu.tabss > ul li:before{
	content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;


    z-index: 0;
    background-color: #585858;

    border-right: 0px;

    transform-origin: bottom left;
    -ms-transform: skew(30deg, 0deg);
    -webkit-transform: skew(30deg, 0deg);
    transform: skew(30deg, 0deg);
}

.meniu.tabss > div{
	border-bottom:solid 1px #b3b3b3;
	padding-left: 19px;
    border-right:solid 1px #b3b3b3;
    font-size: 13px;
}
.meniu.tabss > div#istoric ul li , .meniu.tabss > div#auto ul li , .meniu.tabss > div#contultau ul li{
    padding: 6px 15px;
    border: 1px solid #eee;
    -webkit-box-shadow: inset 0 0 5px #eee;
    box-shadow: inset 0 0 5px #eee;
    border-bottom: solid 1px #b3b3b3;
}
.meniu.tabss > div#istoric ul.wmodele li{
    white-space: nowrap;
}
.meniu.tabss > div#istoric ul.wmodele li:hover{
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #585858;
}
.meniu.tabss > div#istoric ul.wmodele li:hover a{
    color: #fff;
}
.istorictitle{
    margin-bottom: 4px;
    padding: 4px;
    padding-left: 10px;
    background-color: #585858;
    color: #fff;
}

#autoinfo{
    font-size: 14px;
    position: relative;
    border: solid 1px #ccc;
    padding: 7px 11px;

    -webkit-box-shadow: inset 0 0 5px #eee;
    box-shadow: inset 0 0 5px #eee;
}
#autoinfo b{
    font-weight: 500;
}
#autoinfo .imgbr{
    position: absolute;
    right: 2px;
    top: 2px;
    max-width: 48px;
    max-height: 48px;
}
.autooperatii{
    text-align: center;
    margin-top: 14px;

}
.autooperatii a , .menucont a{
    padding: 8px 10px;
    border: 1px solid #eee;
    -webkit-box-shadow: inset 0 0 5px #eee;
    box-shadow: inset 0 0 5px #eee;
    border-bottom: solid 1px #b3b3b3;
    display: inline-block;
    text-decoration: none;
}
.autooperatii a:hover , .menucont a:hover{
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #585858;
    color: #fff;
}
.meniu.tabss > div#istoric ul.wmodele li a{
    overflow: hidden;
    text-overflow: ellipsis;
}
.meniu.tabss > div#istoric ul.wmodele   li:nth-child(2n){
    float: right;

}
.menucont a{
	display: inline-block;
    text-decoration: none;
    width: 49%;
    margin-bottom: 2px;
    margin-top: 2px;
}
.menucont hr{
    margin-bottom: 2px;
    margin-top: 2px;
}
.menucont a:before{
    margin-top: -1px;
}

.menucont a.activ{
	color:#3d7d36;
}
.meniu.tabss > ul li.active{
	background-color:#fff;

}
.meniu.tabss > ul li.active:before{
	background-color:#d7d7d7;
}
.actiuneclass .SumoSelect {
	width:100%;
    margin-left: 0;
}
.resetFiltre {
  display: inline-block;
  margin-left: 4px;
}
.menusmall{
    padding:11px ;

    padding-bottom: 6px;
    background-color: #ececec;
    margin-bottom: 6px;
    line-height: 17px;
    position: relative;
}

.menusmall .fa{
    color: #3d7d36;
}
.menusmall a{
	color:#8a8a8a;
    text-decoration: none;
}
.menusmall a:hover{
    color:#3d7d36;
}
.pesteNeautentificat{
	position: relative;
    z-index: 4;
}
.divNeautentificat {
    z-index: 2;
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    margin: 0;
    margin-left: -101%;
    width: 250px;
    padding: 0 15px;
    list-style-type: none;
    background: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5);
}
.leftCont , .rightCont{
	float: left;
    text-align: center;
    width: 50%;
}
.contupFH:hover .divNeautentificat {
    padding: 75px 15px 15px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 2px 10px 0px rgba(204,204,204,1);
    box-shadow: 0px 2px 10px 0px rgba(204,204,204,1);
    border-radius: 5px;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    z-index: 3;
}
#baraverde{
	float: right;
	width: 76%;
	padding-right: 1%;
	padding-left: 40px;
	z-index: 1;
	position: relative;
	background-color: #3d7d36;
    color: #fff;
    height: 29px;
    line-height: 29px;
}
#baraverde a{
	color:#fff;
	text-decoration: none;
}
#baraverde p{
	display: inline;
    margin: 0px;
}
#managercontsus , #setarilogat{
	font-weight: 100;
}
.acentsus{
	position: relative;
	color: #777;
	padding: 2px 7px;
}



#barasusright {
    float: right;
}
#meniuholderright {
    float: right;
    margin-top: -5px;
    margin-left: 10px;
}
#adaoscont {
    width: 44px;
    text-align: center;
    padding: 3px;
    margin-right: 7px;
}
#numelogat , #lacatlogat , #setarilogat{
	margin-top: 4px;
    display: block;
    float: left;
}
#numelogat{
    margin-top: 5px;
}
#lacatlogat{
	cursor: pointer;
}
#setarilogat{
	    float: left;
    display: none;
    padding-left: 8px;
    padding-left: 6px;


    margin-right: 1px;
    margin-top:5px;
}
#setarilogat form{
	color:#fff;
}
#lacatlogat i {
    font-size: 28px;
    margin-left: 4px;
    margin-top: 2px;
}
#setarilogat input[type="submit"]{
    border-radius: 0;
    font-weight: 600;
    padding: 0px;
    padding-left: 2px;
    padding-right: 2px;
}
.f1, .f12, .f1content {
    float: left;
    width: 50%;
    position: relative;
    overflow: hidden;
}
.f1{
    width:60%;
}
.f12{
    width:40%;
}
#footer1 .full{
	    margin-bottom: 30px;
}
#footer .meniu{
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
}
#footer .meniu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.contactbtr{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 57%;
    top: 75%;
    text-align: right;
    line-height: 38px;
    padding-right: 15.5%;
    font-size: 17px;

}
#footer h4{
    margin-bottom: 8px;
}
.contactbt p{
	margin: 0;
}
.contactbtr span{
	position: relative;
	z-index: 1;
}
.contactbt{
	position: relative;
	z-index: 2;
	padding:18px;
    padding-top: 15px;
	margin-bottom: 20px;
	margin-right: 20px;



}
.contactbt > *{
	position: relative;
	z-index: 2;
}
.contactbt:before{
 	content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: -3px;
    right: 30%;
    z-index: 0;
    background-color: #3d3d3d;

    border-right: 0px;

    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
}
.contactbtr:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: -3px;
    right: 30%;
    z-index: 0;
    background-color: #bd0b09;

    border-right: 0px;

    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
}
.contactb{
	position: relative;

}
.f40{
    width: 40%;
}
.f60{
    width: 60%;
}
.mb15 {
  margin-bottom: 15px;
}
.SumoSelect > .CaptionCont , .SumoSelect > .optWrapper{
    border-radius: 0px !important;
}
/* formular newsletter */
.boxGri{
    height: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    background: #f9f9f9;

    margin-bottom: 20px;

}
.titleBox{
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    margin-top: 0;
    color: #3d7d36;
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    width: 100%;
    display: block;
    text-decoration: none;
    text-align: left;
        line-height: 1.2;
}
.juma .titleBox , .juma-last .titleBox{
    font-size: 16px;
}
.contentBox .v{
	width: 130px;
    float: left;
    text-align: right;
    font-weight: 500;
    font-size: 15px;
    color: #333;
    padding-top: 12px;
}
.contentBox .v span{
	font-size: 13px;
	font-weight: 400;
}
.contentBox label{
	color:#555;
	    vertical-align: text-bottom;
}
.contentBox .i{
	float: right;
	text-align: left;
	width: -moz-calc(100% - 145px);
    width: -webkit-calc(100% - 145px);
    width: -o-calc(100% - 145px);
    width: calc(100% - 145px);
	margin-bottom: 4px;
    padding-top: 7px;
}
.contentBox .i input[type="text"],.contentBox .i input[type="password"],.contentBox .i textarea, .neaut input[type="text"]{
	width: calc(100% - 38px);
	border: 1px solid #ccc;
    background-color: #fff;
    background-image: none;
    padding: 5px;

    height: 26px;
}
#alte_date{
   height: 150px ;
  padding: 10px;
  width: calc(100% - 180px);
}


.contentBox .req textarea{
	border-left-width: 3px;
    border-left-color: #555;
    width: calc(100% - 25px);
}
.contentBox .req input[type="text"],.contentBox .req input[type="password"], .neaut input[type="text"]{
	border-left-width: 3px;
    border-left-color: #555;
    width: calc(100% - 18px);
}
.contentBox .i input[type="text"]:focus,.contentBox .i input[type="password"]:focus,.contentBox .i textarea:focus, , .neaut input[type="text"]:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.mt10{

}
.juma , .juma-last{
    width: 48%;
    float: left;
}
.juma{
    margin-right: 2%;
}
.juma-last{
    margin-left: 2%;
}
/* end formular newsletter */
/* Selector masina */

.carselector{
	font-size: 14px;
	text-align: center;
	max-width: 640px;
	margin: 0 auto;
}
.opacity03{
	opacity: 0.3;
	-webkit-transition: height 1s ease;
	-moz-transition: height 1s ease;
	-ms-transition: height 1s ease;
	-o-transition: height 1s ease;
	transition: height 1s ease;
}

.carintrod{
	text-align: center;
	color: #fff;
	margin: 0 0 10px;
	font-weight: 400;
}
.carselector .SumoSelect > p{
	background-color: #fff;
    border: 1px solid #aaa;

    outline: none;
}
.carselector .SumoSelect{
	max-width: 100%;
	width: 97.4%;
}
.carselector .SumoSelect.sumo_tip{
    margin-bottom: 0;
}
.left .marcaholder{
    border: solid 1px #ccc;
    padding: 3px;
    -webkit-box-shadow: inset 0 0 5px #eee;
    box-shadow: inset 0 0 5px #eee;

}
.carimg{
    margin-bottom: 15px;
}
.modeleholder .SumoSelect .opt label:first-child, .modeleholder .SumoSelect .CaptionCont span label:first-child{
	float: left;
	max-width: 70%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.tipuriholder .SumoSelect .opt label:first-child, .tipuriholder .SumoSelect .CaptionCont span label:first-child{
	float: left;
	max-width: 47%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.modeleholder .SumoSelect .opt label:nth-child(2n), .modeleholder .SumoSelect .CaptionCont span label:nth-child(2n){
	float: right;
}
.tipuriholder .SumoSelect .opt label:nth-child(2n), .tipuriholder .SumoSelect .CaptionCont span label:nth-child(2n){
	float: right;
}
.modeleholder .SumoSelect .opt label:first-child, .modeleholder .SumoSelect .CaptionCont span label:first-child{
	float: left;
	max-width: 70%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.tipuriholder .SumoSelect .opt label:first-child, .tipuriholder .SumoSelect .CaptionCont span label:first-child {
    float: left;
    max-width: 50%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.tipuriholder .SumoSelect .opt label:nth-child(2n), .tipuriholder .SumoSelect .CaptionCont span label:nth-child(2n) {
    float: right;
}
#masina .tipuriholder .SumoSelect .opt label:first-child, #masina .tipuriholder .SumoSelect .CaptionCont span label:first-child{

	width: 100%;
    text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
    max-width: 100%;
    float: none;
}

#masina .tipuriholder .SumoSelect .opt label:nth-child(2n),#masina .tipuriholder .SumoSelect .CaptionCont span label:nth-child(2n){
	margin-top: 6px;
	width: 100%;
    text-align: left;
    float: none;
}
/* End selector masina */

/* cautare sus */
#searchsus{
	width: 33%;
	float: left;
	height: calc(100% - 29px);
	text-align: right;
	margin-left: 31%;
}
#searchholder {
	margin-top: 27px;
	 -webkit-transition: all .3s ease;
    transition: all .3s ease;
	width:100%;

	background-color: #fff;
}
#cavansat {
    display: none;
    position: absolute;
    border: solid 1px #d7d7d7;
    margin-top: 8px;
    padding: 8px;
   	right: -5px;
    background-color: #fff;
    min-width: 135px;
    z-index: 9999;
}
#cavansat a{
	display: block;
	text-decoration: none;
}
#cavansat a:hover{
	color:#bd0b09;
}
#searchholder form{
	position: relative;
	width: 100%;
	height: 100%;
}
#searchholder form #cautainput{
	position: absolute;
	width: 100%;
	height: 100%;
}

#cautainput {
	float:left;


}
#cautainput input[type="text"] {
	font-size:1em;
	padding:2px;
	padding-left:5px;
 	width: 104px;
}
#searchholder form #cautainput #cuvant{
	width:100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 0;
	padding-left: 5%;
	padding-right: 30%;
    border:solid 1px #007d37;

}

#modcautare {
	display: inline-block;
	padding-top: 2px;
}
#cautaselect {
	float:right;
	position: relative;
	z-index: 1;
	height: 24px;
	width: 118px;
	max-width: 50%;
	background-image: url(../images/sageata_rosie_jos.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right:15px;
	padding-top:2px;
	margin-bottom:1px;
	cursor:pointer;
	text-align:right;
	margin-top: 6px;
	margin-right: 5px;
	background-color: #fff;
}
.cautasubmit {
	position: relative;
	z-index: 1;
	float:right;
	height: 37px;
    width: 40px;
}
.cautasubmit input[type="submit"] {
	border:none;
	background:none;
	cursor:pointer;
	background-image: url(../images/lupa_mica_alba.png);
	height: 36px;
	width: 40px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #007d37;
}
.cautasubmit input[type="submit"]:hover {
	opacity: 0.7;
}

/* end cautare sus */
/* Lista branduri prima pagina */

.brandsfp ul{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    justify-content: space-between;

}
.brandsfp li{
	list-style: none;
	display: inline-block;
	padding: 5px 10px;
	margin-bottom: 10px;
	flex-basis: 23%;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #eee;
    text-decoration: none;
    -webkit-box-shadow: inset 0 0 5px #eee;
    box-shadow: inset 0 0 5px #eee;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #777;
    cursor: pointer;
}
.chatTitle , .chatWindow{
    border-radius: 0 !important;
}
#masina .brandsfp li{
	flex-basis: 33%;
    margin-bottom: 8px;
}

#masina .carselector .SumoSelect{
    width: 100%;
    margin-left: 0;
}
#masina .SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont{

}
#masina .brandsfp .carName{
	line-height: 22px;
	font-size: 13px;
	text-transform: capitalize;
}
.brandsfp li:hover{
	-webkit-box-shadow: inset 0 0 10px #d5d5d5;
    box-shadow: inset 0 0 10px #d5d5d5;
}
.brandsfp li:hover > a{
	color: #444;
}
.brandsfp li:after{
	content:'';
	display: table;
	clear: both;
}
.brandsfp a{
	text-decoration: none;
}
.brandsfp li img{
	max-height: 30px;
	margin-right: 10px;
	float: left;
}
.carName{
	float: left;
	line-height: 29px;
}
/* End lista branduri prima pagina */
/* Edit */

/*edit*/


#editfrom {
    padding: 10px;
    text-align: center;
    background-color: #fff;
    opacity: 0.97;
    display: none;
    z-index: 99999999;
    position: absolute;
    max-width: 90%;
    margin-top: -123px;
}
#editfrominner {
	position: relative;
    padding: 10px;
    border: dashed 1px #44bb68;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;

}
#editfromClose {
	position: absolute;
	right: 1px;
	top: -18px;
	cursor: pointer;
    color:#fff;
}
#editfromClose:hover {
	opacity:0.7;
}

/* End edit*/

/*mesaj*/


#mesaj {
    padding: 10px;
    text-align: center;
    background-color: #fff;
    opacity: 0.97;
    display: none;
    z-index: 99999999;
    position: absolute;
    margin-top: -123px;
}
#mesajinner {
	position: relative;
    padding: 10px;
    border: dashed 1px #44bb68;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;

}
#mesajClose {
	position: absolute;
	right: 1px;
	top: -3px;
	cursor: pointer;
}
#mesajClose:hover {
	opacity:0.7;
}
/* End mesaj */

/* liste marci si modele */

.pluss  > li{
	background-image:url(../images/plus.png);
	background-repeat: no-repeat;
	background-position:right top;
}
.pluss > li > span {
	color: #565656;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
	display: block;
	width: 100%;
	cursor: pointer;

}
#content .listleft > li > a {
	font-weight: normal;
    display: block;
    line-height: 19px;
}

#content .wtipuri > li *{
	display: inline
}
.notadm #content .wtipuri > li .c{
    display: inline-block;
}
.titluMare{
	text-align: left;
    display: inline-block;
    width: 100%;
    padding: 5px;
    font-size: 17px;
    text-decoration: none;
}
#content .listleft > li {
	margin-bottom: 7px;
	line-height: 24px;
	border-bottom: 1px solid #ddd;

}
#content .wmodele > li{
    float: left;
}
#content .wmodele > li:nth-child(2n){
    float: right;
}


.listleft {
	list-style: none;
}

.listleft > li {
	list-style: none;
	margin-bottom: 4px;
}
.listleft > li > a {
	color: #565656;
	font-weight: bold;
	text-decoration: none;

	width: 100%;
}
.listleft > li > a.myfancy{
	display: inline !important;
}
.wmarci {
	font-size: 14px;
	text-transform: uppercase;
}
.listleft > li > a:hover, .listleft > li > a:hover .litriT, .listleft > li > a:hover .combustibilT{
	color: #d32027;
}
.listleft > li > a:hover .cpT {
	font-weight: bold;
	color:#007d37;
}
.listleft > li > ul {
	display: none;
}
.listleft > li > ul {
	padding-left: 20px;
}
.listleft > li > ul > li {
	list-style: none;
}
.listleft > li > ul > li a {
	color: #007d37;
	text-decoration: none;
	display: block;
	margin-bottom: 2px;
	margin-top: 2px;
}
.listleft > li > ul > li a:first-letter  {
	text-transform: uppercase;
}

.listleft > li > ul > li a:hover {
	color: #d32027;
}

.qedit {
	position: absolute;
	right: 3px;
	top: -4px;
	font-size: 0.7em;
	color:#ec0000 !important;

}
.qedit i {
	color:#ec0000 !important;
}
.qedit:hover i{
	color:#ff5e5e !important;
}
.listinline li {
	display: inline-block;
  border-bottom: 1px solid #ddd;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0px;
  position: relative;
  box-sizing: border-box;
}
.wmarci li {
	width: 32%;
}
.wcategorii li{
	width: 49%;
}
.wmodele {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 4px;
}

.wmodele *{
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.wmodele:after , .titluLista:after{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.wmodele li a{
    display: block;
}
.titluLista {
    background: #585858  !important;

    border-top: 1px solid #777;
    padding-top: 7px;
    padding-bottom: 5px;
    line-height: 22px !important;
    font-size: 15px;
    font-weight: 800;
    color: #fff;
}

.wtipuri li{
	padding-left: 15px;
	padding-right: 1%;
	display: list-item;
  white-space: nowrap;
}

.listleft > li > a:first-of-type::before, .showlist > a::before {
  content: "\f101";
  color: #585858;
  font-size: 10px;
  vertical-align: middle;
  font-weight: 600;
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  top: 5px;
  margin-left: 4px;
}

.wtipuri .rightT{
	float: right;
	width: 400px;
	text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-align: right;
}

.caroserieT, .cpT, .kwT, .aniT {
}
.leftT {
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width:  calc(100% - 400px);
	display: inline-block;
	white-space: nowrap;
}
.leftlung {
		max-width: 97%;
}
.rightT {
	float: right;

}
#istoric .leftT{
	font-size: 13px;
}
#istoric .rightT {
	width: 100%;
    float: left;
    text-align: left;
    margin-top: 6px;
}
.aniT {
	font-weight:500;
}
.modeleT {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: calc(100% - 130px);
  display: inline-block;
  white-space: nowrap;
  float: left;
}
.cpT, .kwT {
	display: inline-block;
	width: 40px;
	text-align: right;
}
.combustibilT {
	color:#007d37;
	font-weight: bold;
}
.motoareT {

}
.litriT {
	color:#007d37;
	font-weight: bold;
}
.tipT {
	font-weight: 500;
}
.caroserieT {
	padding-left:10px;
	padding-right: 10px;
}

.ajaxMod .wmodele li {
	width: 98% !important;
}
.menusmall .litriT {
	color:#bd0b09;
	font-weight: normal;
}

/* end liste marci si modele */


/*clasa pentru arbore*/
.grupemici {
	text-align: center;
	padding-top: 3px;
}
.grupemicielement {
	width:5.3%;
	height:47px;
	text-align:center;
	-webkit-box-shadow:inset 0 0 1px 1px rgba(0,0,0,0.1);
	box-shadow:inset 0 0 1px 1px rgba(0,0,0,0.1);
	padding:4px;
	cursor:pointer;
	display: inline-block;
}
.grupemicielementinner {
	display: table-cell;
    height:35px;
    text-align: center;
    vertical-align: middle;
	padding-top:3px;
}
.grupemicielement:hover {
	background-color:#f4f4f4;
}
.grupemicielement img{
	max-width:90% !important;
	max-height:40px !important;
}
.grupemicicurrent {
	background-color:#f2b7bb;
}
.arbore {
	float:left;
	width:calc(100% - 60px);
	padding-left:8px;
}
/* End arbore */
#searchdiv{
	position: fixed;
	left: 50%;
	top: 50px;
	opacity: 0.6;
	z-index: 9999999;
}
#searchdivinner{
	position: relative;
	left: -50%;
	padding: 7px;
	background-color: red;
}
#searchdiv input[type="text"]{
	padding: 4px;
	text-align: center;
}
.hide{
	display: none;
}
/* Articole */
.resetcriteriilink {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 12px;
    line-height: 11px;
    text-decoration: none;
    color: #000;

    border:solid 1px #585858;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;

}.resetcriteriilink:hover{
    text-decoration: underline;
}
.resetcriteriilink .fa{
    position: absolute;
    top: 0;
    right: 0;
}
.containercriterii{
        text-align: center;
    position: relative;
    margin-top: 5px;
}
#toatecriteriile {

    cursor: pointer;
}
#toatecriteriile:hover {
    text-decoration: underline;
}
.articole {
    border-top: solid 1px #939393;
}
.righart{
    float: left;
    width: 84%;
    height: 100%;
}
.righart .col9{
    height: 100%;
}
.downloadImg {
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    margin-top: 1px;
    padding-bottom: 1px;
    cursor: pointer;
    margin-left: 8px;
    margin-right: 8px;
}
.copydownload {
    text-align: center;
}
.downloadImg:hover {
    opacity: 0.7;
}

.crit {
  //text-transform: uppercase;
}

.articol {
    box-sizing: border-box;
    padding: 6px;
    border-bottom: solid 1px #939393;
    height: 184px;
}
.crit h2, .descrieretext h2, #descrierecompleta h2{
  font-size:16px;
}
#detaliiarticol > ul {
    background-color: #585858;
}
.articoledit {
    position: absolute;
    margin-top: 3px;
    margin-right: 3px;
    background-color: #3d7d36;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 2px;
    padding-right: 2px;
    padding-left: 2px;
    padding-left: 5px;
    padding-right: 5px;
    z-index: 2;
}
.articoledit a {
    color: #fff;
    text-decoration: none;
}
.articolimgculink{
    float: left;
    width: 16%;
    height: 100%;
}
.articolimgculink , .articolimgculink  * , .imgZoomView , .imgZoomView *{
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
}
.articolimg {
    height: 100%;
    cursor: pointer;
}
.articolimg img {
    max-width: 90%;
    max-height: 170px;
}
.articoltable {
    display: table;
    height: 100px;
    overflow: hidden;
    width: 100%;
}
.tocenter{
    display: table;
    height: 100%;
    overflow: hidden;
    width: 100%;
}
.lefttext{
    text-align: left;
}
.contentrow {
    display: table-cell;
    vertical-align: middle;
}
.SumoSelect > .CaptionCont > span.placeholder {
    text-transform: capitalize;
}
.downloadImg {
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    margin-top: 1px;
    padding-bottom: 1px;
    cursor: pointer;
    margin-left: 8px;
    margin-right: 8px;
}
.copydownload {
    text-align: center;
}
.downloadImg:hover {
    opacity: 0.7;
}
.articoldescription {
    color: #505050;
    font-size: 13px;
    line-height: 18px;
    min-height: 2px;
    padding: 8px 15px;
    overflow: hidden;
    width: 65%;
    height: 100%;
    padding-right: 0;
    padding-top:0;
    float: left;
    text-overflow: ellipsis;
    position: relative;
}
.desc{
    float: left;
    width: 60%;
    padding-left:14px;
   height: 100%;

}
.desc table{
    width:auto !important;
}
.desc .lefttext{
    padding-top: 23px;
}
.articolpret.mb15{
    float: right;
    width: 40%;
    height: 100%;

}
.col4{
    width: 35%;
    float: left;
    position: relative;
}

.livrareimediata {

}
.denart{
    position: absolute;
    left: 0;
    right: 0;
    margin-left: 5px;
    padding: 4px;
    font-size: 16px;
    height: 27px;
}
.denart:hover{
    color: #007d37;
}
.denart span{
    position: relative;
    z-index: 1;
}
/*
.denart:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 0;
    background-color: #d7d7d7;
    border-right: 0px;
    transform-origin: bottom left;
    -ms-transform: skew(30deg, 0deg);
    -webkit-transform: skew(30deg, 0deg);
    transform: skew(30deg, 0deg);
} */
.articoldescription p {
    margin: 0px;
}
.denumire {
    font-size: 14px;
    line-height: 22px;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;

}
.stars {
}
.starsinto {
    white-space: nowrap;
}
.fa_stele{
    color: #C4C4C4;
}
.puncte {
    padding-top: 2px;
    position: absolute;
    left: 50%;
    bottom: 0px;
}
.puncteinto {
    position: relative;
    left: -50%;
    white-space: nowrap;
}

.stoccontainer {
    height: 12px;
    max-width: 104px;
    margin: 0 auto;
    font-size: 10px;
    line-height: 13px;
    overflow: hidden;
    margin-bottom: 2px;
    margin-top: 10px;
    background-color: #fbbc05;
    color: #fff;
}

.stocalbastru .verde {
    display: none;
}
.stocalbastru .verde50 {
    display: none;
}
.stocalbastru .rosu {
    display: none;
}
.stocalbastru .galben {
    display: none;
}


.stocgalben .verde {
    display: none;
}
.stocgalben .verde50 {
    display: none;
}
.stocgalben .rosu {
    display: none;
}
.stocgalben .albastru {
    display: none;
}
.stocrosu .verde {
    display: none;
}
.stocrosu .verde50 {
    display: none;
}
.stocrosu .albastru {
    display: none;
}
.stocgalbenverde .verde {
    display: none;
}
.stocgalbenverde .albastru {
    display: none;
}
.stocgalbenverde .rosu {
    display: none;
}
.verde50{
    background-color: #23aa06;
    width: 50%;
    height: 100%;
}
.livrareImediataVerde {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: url(../images/fast.png);
    background-position: center left;
    background-color: #23aa06;
    height: 16px;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 14px;
    border-top: solid 1px #fff;
}
.verde{
    background-color: #23aa06;
    width: 100%;
    height: 100%;
}
.albastru{
    background-color: #0b79dd;
    width: 100%;
    height: 100%;
}
.rosu {
    background-color: #de050b;
    width: 100%;
    height: 100%;
}
.articolcod {
    height: 100%;
    text-align: left;
}
.articolunic .denumire {
    font-size: 2em;
    line-height: 1em;
    margin-bottom: 9px;
}
.articolunic .cumparaholderbuton{
   -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.articolunic .cumparaarticole:hover{

}
.articolunic{
    margin-bottom: 6px;
}
.articolunic .cumparaholder {
    background-color: #fff;
}

.articolpret {

    padding-left: 8px;
    float: left;
    width: 40%;
    text-align: center;
    position: relative;
}
.codlinie {
    display: block;
}
.cod{
    font-weight: bold;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    max-width: 100%;

}
.preturi {
    font-size: 1.5em;
    font-weight: bold;
}
.preturi .cutva {
    font-weight: normal;
    font-size: 0.9em;
}
.preturi sup{
    font-size: 0.6em;
}
.pretlista {
    color: #000;
}
.pretredus {
    color: #de142e;
}
.pretunic {
    color: #de142e;
}
.pretcuadaos {
    color: #007d37;
    font-weight: normal;
}
.pretcuadaos .cutva {
    font-weight: bold;
}
.pretindisponibil {
    color: #474747;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
}
.pretqty {
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    border: solid 1px #e1e1e1;
}
.qtymin {
    width: -moz-calc(36% - 2px);
    width: -webkit-calc(36% - 2px);
    width: -o-calc(36% - 2px);
    width: calc(36% - 2px);
    float: left;
    background-color: #464646;
    color: #fff;
    height: 30px;
    line-height: 14px;
    padding-top: 2px;
    border-right: solid 1px #fff;
}
.pretmin {
    width: 32%;
    float: left;
    background-color: #ffc400;
    color: #22252b;
    height: 24px;
    line-height: 14px;
    padding-top: 8px;
    font-size: 14px;
    font-weight: bold;
    border-right: solid 1px #fff;
}
.pretmintva {
    width: 32%;
    float: left;
    background-color: #ffc400;
    color: #22252b;
    height: 24px;
    line-height: 14px;
    padding-top: 8px;
    font-size: 14px;
    font-weight: normal;
}
.cumparaholder {
    font-size: 12px;
    width: 100%;
    padding: 11px;
    float: right;
    position: relative;
}
.cumparaholder .articoltable{
    height: 81px;
}
.articolunic .cumparaholder .articoltable{
    height: 100px;
}
.articolunic .preturi{
    font-size: 2em;
    line-height: 1em;
}
.cumparaholder .mb15{
    width: 200px;
    margin:0 auto;
}
.cumparaholderbuton {
    margin-top: 7px;
    background-color: #3d7d36;
    color:#fff;

}
.cumparaholderbuton:hover{
     background-color: #50a946;

    color:#fff;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;

}
.cumparaholder .articoltable.links{
    height: 36px;
    overflow: visible;
}
.qtyctrl {
    float: left;
    width: 46px;
    margin-top: 3px;
    margin-left: 3px;
    margin-bottom: 3px;
}
.qtyinput {
    float: left;
}
.qtyinput input[type="text"] {
    width: 42px;
    color: #000;
    font-size: 16px;
    line-height: 22px;
    padding: 5px !important;
    border: solid 1px #d7d7d7;
}
.qtyplus {
    float: left;
    margin-left: -16px;
    margin-top: 1px;
    cursor: pointer;
    background-image: url(../images/sus.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 10px;
    height: 11px;
}
.qtyminus {
    float: left;
    margin-left: -16px;
    margin-top: 21px;
    cursor: pointer;
    background-image: url(../images/jos.png);
    background-position: center top;
    background-repeat: no-repeat;
    width: 10px;
    height: 11px;
}
.cumparaarticole {
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 17px;
    padding-top: 11px;
    padding-bottom: 11px;
    cursor: pointer;
    float: left;
    width: -moz-calc(100% - 57px);
    width: -webkit-calc(100% - 57px);
    width: -o-calc(100% - 57px);
    width: calc(100% - 57px);
}
.cumparaarticole .fa{
    color:#fff;
}
.cumparaholderbuton:hover .fa{
    color: #fff;
}
.alertastoc {
    width:100%;
}
.favprev {
    text-align: center;
    padding-top: 8px;
    letter-spacing: 9px;

}
.favprev i {
    font-size: 25px;
    color: #777777;
    cursor: pointer;
}
.favprev i:hover{
    color: #007d37;
}
i.verdefav{
    color: #007d37;
}
.delfav {
    position: absolute;
    right: 47px;
    top: 6px;
}
.img_oferta {
    position: absolute;
    right: 0px;
    width: 70px;
    top: 0px;
}
.imgof {

    max-width: 100% !important;
}

.imgof2{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 25px;
}

#modivretur {
    max-width: 90%;
    height: 86px;
}
.nusuntarticole {
    text-align: center;
    padding: 20px;
    position: relative;
}
.nusuntarticole .qedit {
    top:3px;
    right: 3px;
}

.infoconexiune:before{
    content: "\f0da";
    font-family: "FontAwesome";
    font-size: 16px;
    margin-right: 4px;
    float: left;
    color:#bd0b09;
}

/* End articole */
.fr {
  float: right;
}
.fl {
  float: left;
}

/*clasa pentru paginare*/
.paginareholder {
   margin-bottom: 10px;
}
.paginarebottom {
  margin-top: 10px;
}
.ordonare {
    float: left;
}
.paginareholder a{
    color:#555555;
    display: inline-block;
    text-align: center;
    width: 26px;
    height: 29px;
    font-size: 1.429em;
    line-height: 25px;
    padding-left:4px;
    padding-right:4px;
    -webkit-box-shadow:inset 0 0 1px 1px rgba(0,0,0,0.1);
box-shadow:inset 0 0 1px 1px rgba(0,0,0,0.1);

    margin-left: 3px;
    margin-right: 3px;
    text-decoration: none;

}
.paginareholder a:hover{
    background-image:none;
    background-color:#007d37;
    color:#FFFFFF;
    text-decoration:none;
}


.paginare {
    float:right;
}
#content select {
    border: solid 1px #d1d6dc;

    padding: 5px;
    outline: 0;
}

/*end clasa pentru paginare*/
.tabss > ul li a{
    font-weight: 400 !important;
}
#detaliiarticol{
    box-shadow: n
}
/* Cos lista produse */
.costitle{
        background: #eee;
    border-bottom: 1px solid #585858;
    border-left: 1px solid #ddd;
}

.totalMare {
    color: #bd0b09;
    font-size: 24px;
    font-weight:500;
}
.costh{
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #777;
}
.costh-f{
    border-left: 1px solid #ddd;
}
.artcos>div:not(.c){
    height: 150px;
}
.artcos{
    border: 1px solid #ddd;
    height: 150px;
    border-top: 0px;
}
.cosprod{
    padding: 10px;
    border-right: 1px solid #ddd;
    height: 100%;
        border-bottom: 1px solid #ddd;

}
.fullheight{
    height: 100%;
}
.cospret,.costotal{

    text-align: center;
    height: 100%;
    border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    font-size: 16px;
    color: #333;
}
.costotal{
    border-right: 0px;
}
.cosdenumire a{
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #505050;
    text-decoration: none;
    display: block;
    line-height: 1.5;
    cursor: pointer;
}
.cosdenumire a:hover{
    text-decoration: underline;
}
.cosqty{
    line-height: 35px;
    height: 100%;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
}
.cosqty .qtyctrl{
    margin:0 auto;
    float: none;
    width: 42px;
}
.costotal{
    font-weight: bold;
}
.totcos {
    text-align: right;
    padding: 20px;
    padding-top:10px;
    font-size: 16px;
    color: #000;
    line-height: 1.5;
    padding-bottom: 0px;

}
.continuaCump{
    float: right;
}
/* End Cos lista produse */
/* coloane */
.col1{
    width: 8.33%;
    float: left;
    padding: 0px;
    border: 0px;
}
.col2{
    width: 16.66%;
    float: left;
    padding: 0px;
    border: 0px;
}
.col3{
    width: 25%;
    float: left;
    height: 100%;
    text-align: center;
    padding: 0px;
    border: 0px;
}
.cosimg img {
    max-height: 125px;
    max-width:100%;
}
.col4{
    width: 33.33%;
    float: left;
    padding: 0px;
    border: 0px;
}
.col5{
    width: 41.66%;
    float: left;
    padding: 0px;
    border: 0px;
}
.col6{
    width: 50%;
    float: left;
    padding: 0px;
    border: 0px;
}
.col7{
    width:58.33%;
    float: left;
    padding: 0px;
    border: 0px;
}
.col8{
    width: 66.66%;
    float: left;
    padding: 0px;
    border: 0px;
}
.col9{
    width: 75%;
    float: left;
    padding: 0px;
    border: 0px;
}
.col10{
    width: 83.33%;
    float: left;
    padding: 0px;
    border: 0px;
    height: 100%;
}
.col11{
    width:91.66%;
    float: left;
    padding: 0px;
    border: 0px;
}
.col12{
    width: 100%;
    float: left;
    padding: 0px;
    border: 0px;
}
/* end coloane */
/*clasa pentru afisare in parcare*/
.autoparcare{
    margin-top: 13px;
    border-bottom: solid 1px #818181;
    padding-bottom: 10px;
    position: relative;
}
.imaginiparcare {
    float: left;
    text-align: center;
    width: 20%;
}
.imaginiparcare img{
}
.texteparcare {
    float: right;
    width: 79%;
    text-align: center;

}
.editcere {
    display: inline-block;
}
.expirare {
    display: inline-block;
    width: 32%;
    border: solid 1px #ccc;
    margin-bottom: 3px;
    padding: 2px;
    padding-bottom: 1px;
}
.editcere{
  width:32%;
}
.exce {
    width: 60%;
    display: inline-block;
    text-align: left;
}
.nrauto {
    max-width: 100% !important;
}
.exval {
    width: 37%;
    display: inline-block;
    text-align: right;
}
.editcereparcare {
    float: right;

}
.editcere a{
    border: solid 1px #cdd2c3;
    padding: 4px 5px 3px;
    text-decoration: none;
    display: inline-block;
    background-color: #ececec;
}
.editcere a:hover{
    background-color: #585858;
    color: #fff;
}
/*end parcare*/

.infoconexiune {
      display: inline-block;

    font-weight: 400;


    vertical-align: top;
    padding-top: 5px;
    position: absolute;
    top: 0;
    right:0;


    cursor: pointer;
    letter-spacing: normal;
    top: 0px;
    right: 0px;
    font-size: 16px;
}
#infoConex {
    font-size: 12px;
    position: absolute;
    left: -399px;
    top: 20px;
    width: 403px;
    background: #fff;
    padding: 10px;
    text-align: left;
    z-index: 9999;
    border: solid 1px #000;
}
#closediv {
    position: absolute;
    right: 0px;
    top: 0px;
    display: none;
}
.modelTalon{
    max-width: 100%;
}
.modelTalon img{
    max-width: 100%;
}
#infomanager {
    position: absolute;
    top: 100%;
    left: 0px;
    width: 150px;
    text-align: center;
    padding: 5px;
    background-color: #fff;
    z-index: 3;
    display: none;
    margin-top: 3px;
    border: solid 1px #d1d6dc;
}
#infomanager img {
    max-width: 100%;

}
#universale li{
    padding: 8px 10px;
    border: 1px solid #eee;
    float: left;
    width:49%;
    text-decoration: none;
    -webkit-box-shadow: inset 0 0 5px #eee;
    box-shadow: inset 0 0 5px #eee;
    margin-bottom: 8px;
    border-bottom: solid 1px #b3b3b3;
    font-size: 13px;

}
#universale li:nth-child(2n){
    float: right;

}
#universale li a{
    display: block;
    text-transform: capitalize;
}
#universale li a:before{
    margin-top: -1px;
}
#universale li:hover{
    cursor: pointer;
    background-color: #777;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#universale li:hover a{
    color: #fff;
}
.menucont .lastl{
    margin-left: 26.8%;
}
.menucont{
    text-align: center;
}
.menucont a{
    text-align: left;
}
.menucont .centera{
    text-align: center;
}
.fancytree-plain span.fancytree-node:hover span.fancytree-title{
    border-color: #585858 !important;
    background-color: #585858 !important;
    color: #fff;
}
.fancytree-plain.fancytree-container.fancytree-treefocus span.fancytree-focused span.fancytree-title{
    border: transparent;
}
.fancytree-exp-e span.fancytree-expander,#editfrom, #editfrom * , .fancytree-exp-ed span.fancytree-expander , .fancytree-exp-e span.fancytree-expander:hover, .fancytree-exp-ed span.fancytree-expander:hover , .fancytree-exp-c span.fancytree-expander{
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
}
.f12 .f60 p img{
    display: block;
    width:auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 70px;
    margin: 0 auto;

}
.f12 .f60 p a img {

    max-height: 38px;
    margin-top: 15px;
    opacity: 0.5;
     -webkit-transition: all 0s ease;
    transition: all 0s ease;

}
.f12 .f60 p a{

}
.f12 .f60 p a:hover img{
    opacity: 1;
}
.f12 .f60 p{
    text-align: center;
    white-space:pre-wrap;

}
.f12 .f60 p:after{
     content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.f12 .f60 h5{
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    color:#dedddd;
}
.f12{
    position: relative;
}
.menusmall .adauga-link{
    position: absolute;
    right: 10px;
    font-weight: 500;
    color:#585858 ;
}
.mrgt{
    margin-top: 8px;
    border: 1px solid #eee;
    border-bottom: solid 1px #b3b3b3;
}
.mrgt{
    margin-top: 8px;
}
.formular {
	margin: 0 auto;
	width: 100%;
}
#cereformular {
    text-align: center;;
}
#cereformular .seriesasiu{
    margin-top:4px;
}
#cereformular textarea {
    width: 69.6%;
    height: 60px;
    margin-top: 5px;
    margin-bottom: 10px;
    border: 1px solid #A4A4A4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#cereformular textarea:focus, #cereformular textarea:hover, #cereformular .seriesasiu:focus, #cereformular .seriesasiu:hover {
    box-shadow: 0 0 2px #7799D0;
    border-color: #7799D0;
}
.ctn_bife{
    width:70%;
    margin:auto;
    margin-top:10px;
    margin-bottom:10px;
    text-align:left;
}
.precizari {
    text-align: left;
    padding: 4px;
    text-align: right;
    position: relative;
}
.precizari p {
    margin: 0px;
}
.hh {
    position: relative;
}
.tabeln{

     border-collapse: collapse;
  border: 1px solid #b3b3b3;
}
.chatWindow{
    padding: 0;
}
.tabelsortabil {
  width:100%;
}
.zileDepasite{
  color:#c80000;
}
.tabelsortabil thead {
    text-transform: uppercase;
    text-align: center;
    background-color: #ececec;

    font-weight: 500;
}
.tabelsortabil thead th{
    padding: 5px;
}
.staticctn table:not(.ctnEchipaTable) tr{
  display: flex;
  flex-direction: column;
}
.tabelsortabil tbody td {
  outline: 1px solid #ececec;
  padding: 3px;
}
.fc-toolbar .fc-center h2{
    font-size: 14px;
    line-height: 33px;
}
.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active{
    z-index: 1;
}
.sus-comenzi{
}
.savecar{

    right: 0;

   float:right;
}
#cereformular.leftt{
    text-align: left;
}
.contentBox label.error{
    float: left;
    color:red;
}
.smallerro{
    width: calc(100% - 80px) !important;
}
.i .error{
    border-color: #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
}
.i .error:focus{
        border-color: #843534 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483 !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483 !important;
}
.neaut .i label.error {
    float: left;
    color: red;
}
.adauga-link.dreapta{
    float: right;
}
.adauga-link:hover{
  color: #3d7d36;
}
.adresainaltime {
  width: 530px;
}
.complete {
  padding-bottom: 20px
}
.filtreCalendar{
    margin-top: 8px;
    margin-bottom: 8px;
}
#dragfrom {
    background: repeating-linear-gradient(-55deg,#222,#222 10px,#333 10px,#333 20px);
    cursor: move;
    height: 20px;
    width: 100%;
    position: relative;
}
#curidicare , #adresanoua{
    display: none;
}
.listsold{
  margin-bottom: 6px;
}
.ui-widget-content:not(.ui-slider){margin-top: -123px;}
#editautotext{
  display: none;
}
#editautotext input[type="text"] {
  width: 60%;
}
#alteprecizari{
  height: 100px ;
  width: calc(100% - 145px);

}
.selectincos input[type="radio"]{
  margin-top: 2px;
  vertical-align: middle;
}
.mchk input[type="checkbox"]{
  margin-top: 4px;
  vertical-align: middle;
}
.i input[type="checkbox"]{
  vertical-align: middle;
  margin-top: 6px;
}
.selectincos > a{
  vertical-align: bottom;
}
.leftboxstatic{
  position: relative;
  margin-top:10px;
}
.leftboxstatic img{
  max-width:100%;
  width: auto !important;
  height: auto !important;
}
.f70{
  width:70%;
}
.f30{
  width:30%;
}
.contactbt table{
  max-width:74%;
}
.staticctn img, .staticctn a img{
  height:auto !important;
  max-width:100%;
}
.articleImg img{
  max-width: 70px;
  max-height: 70px;
}
.ecotaxa{
  font-size: 16px;
    font-weight: 100;
}
.ecot {
    color: #008000;
    font-size: 15px;
}

.wmodele li {
  padding-left: 15px;
  padding-right: 1%;
}
.btnSubmitGoAuto{
  background-color: #008c44;
  color: white;
  padding: 5px 15px;
  margin-top: 5px;
  width: 100%;
  box-sizing: border-box;
}
.admincontain {
  position: fixed;
  top: 40%;
  right: 0;
  height: 200px;
  background: #fff;
  z-index: 150;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  border: 1px solid #e5e5e5;
}
.adminhook {
  float: left;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  border-right: 1px solid #2c3c4c;
  height: 100%;
  text-transform: capitalize;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  left: 0;
  position: relative;
  white-space: nowrap;
  background-color: #bd0b09;
  writing-mode: vertical-lr;
  color: #fff;
  padding: 0 4px;
}
.menuadmin {
  display: none;
  margin-left: 20px;
  padding: 5px;
  height: 100%;
  box-sizing: border-box;
}
.adminOpt a {
  display: block;
  margin-top: 7px;
  padding: 6px 12px 5px;
  text-decoration: none;
  font-size: 13px;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  color: #fff;
  background-color: #3d7d36;
}
.ctnEchipaTable{
  width:100% !important;
}
.ctnEchipaTable td{
  width:auto;
}
#trimitecomanda{
    background-color: #bd0b09;
    color:#fff;
    transition: all .3s;;
}
#trimitecomanda:hover{
    background:#3d7d36;
}
