﻿/* FRS (default) css theme elements*/

.bodybg {
    /*background-image: url(../../img/frsbg.png),linear-gradient(45deg, rgb(16, 110, 146) 53%, rgb(85, 176, 212) 100%);*/
    background-image: url(../../img/frsbg.png),linear-gradient(45deg, rgb(80, 183, 72) 33%, rgb(130, 222, 123) 100%);
    background-repeat: no-repeat, no-repeat;
    background-position: 200% 10%;
    background-size: 85%, 100%;
    overflow: hidden;
    width: 100%;
    min-height: 100%;
}

.logobg {
    padding: 8px;
    background-color: white;    
}

.accentLine {
    border-bottom: 1px solid rgb(239,201,62);
    margin-left: 15px;
    height: 18px;
    /*margin-bottom: 16%;*/
}

.payTitle {
    padding-top: 10px;
}

.payTitle p {
    opacity: 0.6;
    font-size: 0.6em;
    margin-bottom: 3px;
    letter-spacing: 0.5px;
}

.debtDetails {
    opacity: 0.5 !important;
    font-size: 0.7em !important;
    padding-right: 15px;
    margin-bottom: 0.5em;
}

.accentMe {
    color: rgb(239,201,62);
    font-weight: bold;
    opacity: 0.8;
}

.overdue {
    text-decoration: underline;
}

.tel, .tel:visited {
    color: white;
    text-decoration: none;
}

.tel:hover {
    color: gainsboro;
    text-decoration: none;
}

.spacer {
    /*margin-bottom: 0% !important;*/
}