input[readonly="readonly"] {
    background: #ECECEE;
}
.money{
    text-align: right !important;
}
input[type=text],input[type=password],input[type=search],select {
    border: 1px solid #ccc;
    padding: 2px 5px;
    border-radius: 2px;
    -webkit-box-shadow: inset 1px 1px 2px #ddd;
    box-shadow: inset 1px 1px 2px #ddd;


    background-color: #FFFFFF !important;
    margin-right: 5px !important;
    color: #000 !important;
}

select,input,input[type=text]:hover,input[type=search]:hover,input[type=password]:hover,input[type=password]:focus {
    -webkit-box-shadow: 1px 1px 2px #8CBED4;
    box-shadow: 1px 1px 2px #8CBED4;
    height: 35px !important;
    max-width:100% !important;
}
select{
    min-width: 150px;
    max-width:100% !important;
}
.btn-light{
    box-shadow: 1px 0px 5px 1px #ddd !important;
    background-color: #FFFFFF;
    color:#000 !important;
}
.bootstrap-select{
    width:100% !important;
    min-width:100% !important;
}
.fieldset {
    border: none;
    color: #636363;
    padding: 10px 0;
}

.fieldset legend {
    font-size: 1em;
    font-weight: bold;
    padding: 8px 10px 3px;
}

.fieldset.search {
    border: 1px solid #ccc;
    padding: 6px 10px 10px;
}

.fieldset.search legend {
    border: none;
}

.row .column label {
    display: block;
    float: none;
    width: auto;
    padding-top: 5px;
    font-size: 15px;
    text-align: left;
    color: #333;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 500;
    margin: 0 !important;
    margin-bottom: 2px !important;

}


.date {
    width: 100px;
}

select{
    height: 25px;
    
}


input:invalid { color:#000;border: 1px solid #2f1e2e !important;}
select:invalid {color:#000;border: 1px solid #2f1e2e !important;}
textarea:invalid { color:#000;border: 1px solid #2f1e2e !important;}

input, select {
    border: none !important;
    padding: 5px !important;
    -webkit-box-shadow: 0px 0px 0px 1px #ddd !important;
    margin: 0px !important;
    margin-right: 0px;
    background: #FFF;
    background-color: rgb(255, 255, 255);
    background-color: rgb(252, 252, 252);
    border-radius: 5px;
}

fieldset {
    border: 1px solid #dddddd;
    margin-bottom: 1em;
    padding: 10px 10px 10px 10px;
    background: whitesmoke !important;
    border-radius: 3px;
}
