/**********************************

Use: Main Screen Import

***********************************/
/*
@import "reset.css";
@import "core.css";

@import "cmxformTemplate.css";
*/
@import "cmxform.css";

.dataTables_wrapper { font-size: 11px }
input.error,
select.error,
textarea.error {
    border: 1px solid red;
    background-color:#F6CECE;
}
/*
*/

table.dataTable tbody th, table.dataTable tbody td {

    padding: 2px 2px;

}


    .messages{
        float: left;
        font-family: sans-serif;
        display: none;
    }
    .info{
        padding: 10px;
        border-radius: 10px;
        background: orange;
        color: #fff;
        font-size: 12px;
        text-align: center;
    }
    .before{
        padding: 10px;
        border-radius: 10px;
        background: blue;
        color: #fff;
        font-size: 12px;
        text-align: center;
    }
    .success{
        padding: 10px;
        border-radius: 10px;
        background: green;
        color: #fff;
        font-size: 12px;
        text-align: center;
    }
    .error{
        padding: 10px;
        border-radius: 10px;
        background: red;
        color: #fff;
        font-size: 12px;
        text-align: center;
    }
