@import '../../default/assets/style.css?1=2';

/**
 * Custom
 */
footer div.content-footer-bar {
    height: 21px;
    margin-bottom: 60px;
    background: linear-gradient(180deg, rgba(179,211,172,1) 180%, rgba(151,190,169,1) 100%);
    border: 1px solid #c4bf98;
    border-top: 1px solid #676660;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0 15px;
    line-height: 21px !important;
    font: normal 9px tahoma;
    color: #638486
}

header div.content-header-bar {
    height: 21px;
    margin-top: 10px;
    background: linear-gradient(180deg, rgba(179,211,172,1) 0%, rgba(151,190,169,1) 100%);
    border: 1px solid #c4bf98;
    border-bottom: 1px solid #676660;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
