*, *:after, *:before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
ul { list-style: none; }
a { text-decoration: none; outline: none; }
input {outline: none !important;}
button:hover {cursor: pointer;}

body {
    font-family: sans-serif;
    font-size: 16px;
    color: #000;
    text-align: left;
    background-color: #fff;
}

div.titlePage {font-size: 24px; padding: 10px;}

div.titleSection {font-size: 20px; padding: 10px 0px;}

input.inputFile {font-size: 18px !important; width: 100%; padding: 10px;}

div.divUpload {font-size: 20px; padding: 10px;}

.btnAction {border: 1px solid #999; border-radius: 3px; padding: 6px 10px; font-size: 16px; font-weight: bold; background-color: #ddd; color: #333; cursor: pointer;}

.btnTbl {border: 1px solid #999; border-radius: 3px; padding: 3px 5px; font-size: 14px; font-weight: bold; background-color: #eee; color: #333; cursor: pointer;}

div.mainContent {padding: 10px;}

div.menuAction {background-color: #eee; height: 40px; padding: 5px;}
table.menuAction {background-color: #eee; width: 100%;}
td.menuAction {background-color: #eee; height: 40px; padding: 5px; border: 0px;}
td.menuActionR {background-color: #eee; height: 40px; padding: 5px; border: 0px; text-align: right;}

table {border-collapse: collapse; max-width: 100%;}
table.w100 {width: 100%;}

th {color: #333; text-align: center; padding: 7px; border: 1px solid #999; background-color: #eee; font-size: 14px;}

td {padding: 7px; border: 1px solid #999;}

input[type="text"] {padding: 5px;}
input[type="password"] {padding: 5px;}
input[type="file"] {font-size: 14px;}

input.docTitle {font-size: 16px; width: 500px;}

input.folderTitle {font-size: 16px; width: 700px;}

.bold {font-weight: bold;}

input.fieldName {font-size: 16px; width: 100%;}

textarea {font-size: 16px; font-family: sans-serif; height: 100px;}
textarea.w100 {width: 100%;}

input.fileGraph {width: 25%;}

input.fieldGraph {font-size: 16px; width: 70%;}

th.minWidth {min-width: 200px;}
th.minWidth5 {min-width: 500px;}

input.login {font-size: 18px;}
input.pass {font-size: 18px;}
.msgError {font-size: 18px; color: red;}