.f10{
	font-size: 10px;
}
.f11{
	font-size: 11px;
}
.f12{
	font-size: 12px;
}
.w110{
    width: 110px;
}
.w85{
    width: 85px;
}
.w120{
    width: 120px;
}
.w160{
    width: 160px;
}
.w150{
    width: 150px;
}
.wtel{
    width: 140px;
}
.w50{
    width: 50px;
}
.pos-abs{
	position: absolute;
}
.pos-sta{
	position: static;
}
.div-hide{
    display: none;
}
.div-show{
    display: block;
}
.div-v{
  display: flex;
  flex-direction: column;
  }
.div-h{
  display: flex;
  flex-direction: row;
  }
input[type = "text"] {
    padding: 3px 3px;
    font-size: 12px;
    font-weight: 900;
    box-sizing: border-box;
    border: 1px solid;
}

input[type=button]:disabled{
    background-color:#cccccc;
}

select {
    padding: 3px 3px;
    box-sizing: border-box;
    border: 1px solid;
    font-size: 12px;
    font-weight: 900;
}

input[type = "text"].cnp-new{
    width: 135px;
}

input[type = "text"].nume{
    width: 300px;
}

.seljud {
    width: 95px; height: 23px
}
