body {
    margin-top: 0;
    padding-top: 0;
}

#container {
    width: 100%;
    margin: 0;
    padding: 0;
}

#header {
    padding-top: 0;
    margin-top: 0;
}

#content {
    padding: 25px;
    padding-top: 0;
}

#menu {
    padding: 10px;
    padding-left: 20px;
    margin-bottom: 20px;
    background-color: #E7EEF6;
    border: 1px solid #DDD;
    margin-top: 0;
}

#menu a {
    color: #464646;
    text-decoration: none;
    font-weight: bold;
}

#menu a:hover {
    text-decoration: underline;
}

#menu li {
    margin-right: 15px;
    display: inline;
}

#content h1 {
    padding: 0;
    background: transparent;
    margin-bottom: 20px;
    font-size: 140%;
}

td, th {
    padding: 7px;
}

th {
    font-weight: bold;
}

#footer {
    clear: both;
    padding: 25px;
    font-family: arial, sans-serif;
    font-size: 80%;
    float: right;
    color: #666;
}

#footer img {
    vertical-align: middle;
}

#sf_admin_container fieldset h2 {
    font-size: 110%;
    font-family: arial, sans-serif;
    font-style: italic;
}

.sf_admin_form_field_logo div div {
    margin-left: 120px;
}

#sf_admin_container .sf_admin_form_field_logo div div label {
    display: inline;
    float: none;
}

#sf_admin_container textarea {
    width: 450px;
    height: 200px;
}

ul li {
    text-decoration: none;
    list-style: none;
}

.right_header_block {
    float: right;
    /*list-style-image: url('../images/icon_update.png');*/
}

.upload_icon {
    float: left;
    margin-top: -8px;
}

/**
* Example excel for import
*/
.example-excel {
    background-color: #FFF;
    border: #CCC 1px solid;
    margin: 10px 0;
    border-top: none;
}

.example-excel td {
    border-top: #CCC 1px solid;
}

.example-excel th {
    white-space: nowrap;
    max-width: 100%;
}

.example-excel td + td {
    border-left: #CCC 1px solid;
}

.example-excel td,
.example-excel td td {
    padding: 5px !important;
    margin: 0 !important;
    color: #000;
    font-size: 11px;
    font-family: Verdana;
}

.bordered {
    border: solid 1px gray;
    padding: 0 10px;
    margin-right: 10px;
}

.dot {
    font-size: 20px;
    margin-left: 10px;
    font-weight: bold;
}

.blue {
    color: blue;
}

.green {
    color: green;
}

.red {
    color: red;
}

.moderate {
    margin-left: 30px;
    font-weight: bold;
}

.approve {
    color: green !important;
}

.reject {
    color: red !important;
}

.navigator {
    position: relative;
    top: 33px;
    left: 300px;
    font-weight: bold;
    font-size: 18px;
}

a.disabled {
    pointer-events: none;
    cursor: default;
    color: grey !important;
}

.top-nav {
    top: -40px;
}

.activity {
    position: absolute;
    left: 500px;
    top: 165px;
}

.reset-password {
    position: absolute;
    left: 200px;
    top: 120px;
}
.reset-password a{
    color: red !important;
}

.activity span {
    font-size: 25px;
    font-weight: bold;
}

.activity table tr th {
    background-color: white !important;
}

.activity table td {
    /*border: none !important;*/
}

.activity tbody {
    max-height: 750px;
    overflow-y: scroll;
    display: block;
}

.activity thead {
    display: block;
}

.activity .date {
    width: 125px;
}

.activity .description {
    width: 300px;
}

.activity .numeric {
    width: 70px;
}
