<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b4e391+7,61c419+50,b4e391+100 */
    background: #b4e391; /* Old browsers */
    background: -moz-linear-gradient(top, #b4e391 7%, #61c419 50%, #b4e391 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #b4e391 7%, #61c419 50%, #b4e391 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #b4e391 7%, #61c419 50%, #b4e391 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #353535;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b4e391', endColorstr='#b4e391', GradientType=0); /* IE6-9 */
    font: normal 15px/1.5 Arial, sans-serif;
    margin: 2em auto;
    max-width: 980px;
    overflow-y: scroll;
}

.container {
    -moz-box-shadow: 7px 6px 18px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 7px 6px 18px 0px rgba(0, 0, 0, 0.15);
    background: aliceblue;
    box-shadow: 7px 6px 18px 0px rgba(0, 0, 0, 0.15);
    padding: 20px;
}

.content { margin: 0 30px; }

.field.buttons button { margin-right: .5em; }

#invalid {
    color: #CC2A18;
    display: none;
    float: left;
    font-size: 130%;
    font-weight: bold;
    margin-left: 120px;
    margin-top: .5em;
    width: 290px;
}

.idealforms.adaptive #invalid { margin-left: 0 !important; }

.idealforms.adaptive .field.buttons label { height: 0; }

#footerMain {
    background-image: url(http://vigorhealth.com.vn/images/bg-footer-2.png);
    background-position: center top;
    background-repeat: no-repeat;
    height: 170px;
    position: relative;
    width: 100%;
    z-index: 30;
}

/*table*/

.datagrid table {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}

.datagrid {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #fff;
    border: 1px solid #8C8C8C;
    border-radius: 3px;
    font: normal 12px/150% Arial, Helvetica, sans-serif;
    overflow: hidden;
}

.datagrid table td, .datagrid table th { padding: 3px 10px; }

.datagrid table thead th {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #8C8C8C), color-stop(1, #7D7D7D));
    background: -moz-linear-gradient(center top, #8C8C8C 5%, #7D7D7D 100%);
    background-color: #8C8C8C;
    border-left: 1px solid #A3A3A3;
    color: #FFFFFF;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8C8C8C', endColorstr='#7D7D7D');
    font-size: 15px;
    font-weight: bold;
}

.datagrid table thead th:first-child { border: none; }

.datagrid table tbody td {
    border-left: 1px solid #DBDBDB;
    color: #7D7D7D;
    font-size: 12px;
    font-weight: normal;
}

.datagrid table tbody .alt td {
    background: #EBEBEB;
    color: #7D7D7D;
}

.datagrid table tbody td:first-child { border-left: none; }

.datagrid table tbody tr:last-child td { border-bottom: none; }

.datagrid table tfoot td div {
    background: #EBEBEB;
    border-top: 1px solid #8C8C8C;
}

.datagrid table tfoot td {
    font-size: 12px;
    padding: 0;
}

.datagrid table tfoot td div { padding: 2px; }

.datagrid table tfoot td ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

.datagrid table tfoot li { display: inline; }

.datagrid table tfoot li a {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #8C8C8C), color-stop(1, #7D7D7D));
    background: -moz-linear-gradient(center top, #8C8C8C 5%, #7D7D7D 100%);
    background-color: #8C8C8C;
    border: 1px solid #8C8C8C;
    border-radius: 3px;
    color: #F5F5F5;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8C8C8C', endColorstr='#7D7D7D');
    margin: 1px;
    padding: 2px 8px;
    text-decoration: none;
}

.datagrid table tfoot ul.active, .datagrid table tfoot ul a:hover {
    background: none;
    background-color: #8C8C8C;
    border-color: #7D7D7D;
    color: #F5F5F5;
    text-decoration: none;
}

div.dhtmlx_window_active, div.dhx_modal_cover_dv { position: fixed !important; }</pre></body></html>