.clear {
    clear: both;
}

div.div_size_s {
    width: 400px;
}

div.div_size_m {
    width: 500px;
}

div.div_size_x {
    width: 472px;
}

div.div_size_xl {
    width: 960px;
}

div.div_size_xxl {
    width: 1200px;
}

div.div_size_auto {
    width: auto;
}

div.div_pad_s {
    padding: 5px;
}

div.div_pad_m {
    padding: 10px;
}

div.hide {
    display: none;
}

div.center {
    text-align: center;
    vertical-align: middle;
}

div.right {
    text-align: right;
    vertical-align: middle;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

/*DIV DEF STYLE---------------------------------------------------------------*/
div.div_style {
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 14px;
    color: #333;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 10px rgba(0%, 0%, 0%, 0.3);
}

div.div_style div.div_style {
    margin-top: 0px;
    box-shadow: none;
}

div.div_style div.div_style + div.div_style {
    margin-left: 4px;
}

div.div_style.auto_center {
    margin-left: auto;
    margin-right: auto;
}

div.div_style > .div_title {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    color: #333;
    -webkit-user-select: none;
}

div.div_style > .div_title:first-child {
    border-top: 0px solid #ddd;
}

div.div_style div.div_style > .div_title {
    padding: 5px 10px;
    font-size: 14px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    color: #333;
    -webkit-user-select: none;
}

div.div_style div.div_style > .div_title:first-child {
    border-top: 0px solid #ddd;
}

div.div_style .div_footer {
    padding: 10px 10px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    color: #333;
}

div.div_style .div_body {
    padding: 4px;
}

div.div_style .div_body .div_float_left {
    float: left;
}

div.div_style .div_body .div_float_right {
    float: right;
}

div.div_style .div_body + .div_body {
    border-top: 1px solid #ddd;
}

div.div_style .div_body > table {
    width: 95%;
    border-collapse: collapse;
    border: 1px solid #ddd;
    margin: 0 auto;
}

div.div_style .div_body > table tr td {
    height: auto;
}

div.div_style table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #ddd;
}

div.div_style table tr th {
    border-top: 0px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 5px;
    text-align: center;
}

div.div_style table tr th.left {
    text-align: left;
}

div.div_style table tr th:last-child {
    border-right: 0px solid #ddd;
}

div.div_style table > tfoot th {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 5px;
    text-align: center;
}

div.div_style table > tfoot th.left {
    text-align: left;
}

div.div_style table > tfoot th:last-child {
    border-right: 0px solid #ddd;
}

div.div_style table tr td {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 5px;
    height: 30px;
    width: available;
    word-break: break-all;
}

div.div_style table tr td:last-child {
    border-right: 0px solid #ddd;
}

div.div_style table tr:last-child td {
    border-bottom: 0px;
}

div.div_style table tr:hover td {
    background-color: rgba(0, 0, 0, 0.3);

    color: #fff;
}

div.div_style table tr:hover td span {
    color: #fff !important;
}

/*---------------------------------------------------------------DIV DEF STYLE*/
