.btn-std{
    border: none;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px; 
    margin: 4px 2px;
    cursor: pointer;
	border-radius: 12px;
}
.btn-std:disabled{
    background-color: #cccccc;
	color: light-dark(rgba(16, 16, 16, 0.3), rgba(255, 255, 255, 0.3));
	cursor: not-allowed;
}
/* modificare */
.MD-new{
    background-color: #002d47;
    color: white;
 }
 
/******* button color******/

/*contract complet*/
.btn-cl-cc{
    background-color: #008000;
    color: white;
}

/*contract incomplet*/
.btn-cl-ci{
    background-color: #D5401A;
    color: white;
}

.btn-cl-trimite{
    background-color: #44b129e6;
    color: white;
}

.btn-cl-save{
    background-color: #002d47;
    color: white;
}
.btn-cl-sterge{
    background-color: #002d47;
    color: white;
}
.btn-cl-renuntare{
    background-color: #002d47;
    color: white;
}

.btn-cl-modificare{
    background-color: #002d47;
    color: white;
}

.btn-cl-finalizat{
    background-color: #002d47;
    color: white;
}

.btn-cl-preluare{
    background-color: #002d47;
    color: white;
}

.btn-cl-incarca{
    background-color: #002d47;
    color: white;
}

.btn-cl-arata{
    background-color: #002d47;
    color: white;
}

.btn-cl-afisare{
    background-color: #002d47;
    color: white;
}

.btn-cl-clonare{
    background-color: #002d47;
    color: white;
}

.btn-cl-deblocare{
    background-color: #002d47;
    color: white;
}

.btn-cl-schimbare{
    background-color: #002d47;
    color: white;
}

.btn-cl-calculeaza{
    background-color: #002d47;
    color: white;
}
.btn-cl-genxls{
    background-color: #D4F1D8;
	color: #002d47
}
