﻿
input[DBtype="color"] {
/*width:125px;*/
}

input[DBtype="date"] {
/*width:85px;*/
}

input[DBtype="datetime"] {
/*width:125px;*/
}

input[DBtype="time"] {
/*width:50px;*/
}

input[DBtype="email"] {
/*width:300px;*/
}

input[DBtype="number"] {

/*width:100px;*/
/*text-align:right;*/
}

input[DBtype="money"] {

/*width:100px;*/
text-align:right;
}

input[DBtype="tel"] {

/*width:150px;*/

}

input[DBtype="int"] {

/*width:45px;*/
text-align:right;
}

input[DBtype="noCivique"] {

/*width:50px;*/
}

input[DBtype="rue"] {

/*width:250px;*/
}

input[DBtype="ville"] {

/*width:270px;*/
}


input[DBtype="postalcode"] {

/*width:65px;*/
}

.erreur {
border-color:red !important;
border-style:solid !important;
}

hr{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc !important;
    margin: 1em 0;
    padding: 0; 
}

/* SuperDialog */
.SPmenubutton
{
    min-width:80px;
    padding:5px 10px;
    margin:0 4px 0 0;
    border:1px solid #000000;
    border-radius:6px;
}
