﻿html{
    width:100%;
}
body{
    min-width:100%;
}

.btnPaypalPanel {
    background-color: #3b7bbf;
    font-family: Arial;
    width: 180px;
    height: 12px;
    padding: 5px;
    text-align: center;
    border-radius: 2px;
}

 .button {
            display: block;
            width: 180px;
            height: 12px;
            background: #4E9CAF;
            padding: 5px;
            text-align: center;
            border-radius: 5px;
            color: white;
            font-weight: bold;
        }

.newbuttonamazon {
    background: transparent;
    border: 1px solid transparent;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    margin: 2px;
    padding: 3px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    outline: none;
    position: relative;
    top: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.orange {
    background: #FFCC66;
    color: #000000;
}

.white {
    background: white;
    color: #7a7a7a;
}

    .orange:hover {
        background: #E5B75B;
        color: #000000;
    }

    .orange:active, .orange:focus {
        background: #FFCC66;
    }

.grey {
    background: #D3D3D3;
    color: #000000;
}

    .grey:hover {
        background: #A8A8A8;
        color: #000000;
    }

    .grey:active, .orange:focus {
        background: #D3D3D3;
    }

.blue {
    background: #3b7bbf;
    color: #ffffff;
}

    .blue:hover {
        background: #2F6298;
        color: #ffffff;
    }

    .blue:active, .orange:focus {
        background: #A8A8A8;
    }


.myButton {
    box-shadow: inset 0px 1px 0px 0px #f29c93;
    background-color: #fe1a00;
    border-radius: 6px;
    border: 1px solid #d83526;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Segoe UI,Arial;
    font-size: 14px;
    font-weight: bold;
    padding: 1px 20px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #b23e35;
}
        .myButton:hover {
            background: linear-gradient(to bottom, #ce0100 5%, #fe1a00 100%);
            background-color: #ce0100;
        }
        .myButton:active {
            position: relative;
            top: 1px;
        }

a.myButtongrey {
    display: inline-block;
    padding: 0px 15px 0px 15px;
    margin: 0.1em;
    border: 0.15em solid #CCCCCC;
    box-sizing: border-box;
    text-decoration: none;
    font-family: Segoe UI,'Arial','Roboto',sans-serif;
    font-size: smaller;
    color: #000000;
    background-color: #CCCCCC;
    text-align: center;
    position: relative;
}
    a.myButtongrey:hover {
         border-color: #7a7a7a;
        }
    a.myButtongrey:after {
        border-color: #7a7a7a;
    }
    a.myButtongrey:active {
     background-color: #ce0100;
    }
        a.myButtongrey:focus {
            background-color: #7a7a7a;
            color: #ddd;
        }


p {
    font-family: Segoe UI,Arial, Helvetica, sans-serif;
}
li {
    font-family: Segoe UI,Arial, Helvetica, sans-serif;
}
h1, h2, h2, h4 {
    font-family: Segoe UI,Arial, Helvetica, sans-serif;
}

@media all and (max-width:30em) {
     a.button8 {
      display: block;
      margin: 0.2em auto;
         
    }
}

.myButtongreyx {
    box-shadow: inset 0px 1px 0px 0px #f29c93;
    background-color: #808080;
    border-radius: 6px;
    border: 1px solid #808090;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Segoe UI,Arial;
    font-size: 14px;
    font-weight: bold;
    padding: 1px 20px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #808090;
}

    .myButtongreyx:hover {
        background: linear-gradient(to bottom, #ce0100 5%, #fe1a00 100%);
        background-color: #a9a9b4;
    }

    .myButtongreyx:active {
        position: relative;
        top: 1px;
    }

.labelemail {
    font-family: Segoe UI,Arial;
}
.banner {
    font-family: Segoe UI,Arial;
    color: white;
    background-color: #232f3e;
    width=100%;
}
#input {
    font-family: Segoe UI,Arial, Helvetica, sans-serif;
}
.sectionheader {
    font-family: Segoe UI,Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 180%;
}
.mylink {
    font-family: Segoe UI,Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 100%;
}
.mypanel {
    background-color: grey;
    font-family: Segoe UI,Arial, Helvetica, sans-serif
}
        .body{
        background-color:lightgray;
        }

.mylink {
    font-family: Segoe UI,Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 100%;
}
.myheader {
    font-family: Segoe UI,Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 130%;
    font-weight: bold;
}
.normal {
    font-family: Segoe UI,Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 100%;
    font-weight: lighter;
}
.redsmallheader {
    font-family: Segoe UI,Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    background-color: #fe1a00;
    font-size: 100%;
    font-weight: lighter;
}
.frontpagebanner {
    font-family: Segoe UI,Arial, Helvetica, sans-serif;
    overflow: hidden;
    background: #1d70b8;
    color: #ffffff;
}
.frontpagebanner_orange {
    font-family: Segoe UI,Arial, Helvetica, sans-serif;
    overflow: hidden;
    background: #e65f1a;
    color: white;
}
        
.emailfunctions {
    background-color: white
}
#pnlview {
    font-family: Segoe UI,Arial, Helvetica, sans-serif;
}
.forcefont {
    font-family: Segoe UI,Arial, Helvetica, sans-serif;
}
#tblResults {
    font-family: Segoe UI,Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#tblResults td, #customers th {
    border: 1px solid #ddd;
    padding: 4px;
}

#tblResults tr:nth-child(even) {
    background-color: #f2f2f2;
}

#tblResults tr:hover {
    background-color: #ddd;
}


    #tblResults th {
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: left;
        background-color: #1d70b8;
        color: white;
    }

#tblLog {
    font-family: Segoe UI,Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

    #tblLog td, #customers th {
        border: 1px solid #ddd;
        padding: 4px;
    }

    #tblLog tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    #tblLog tr:hover {
        background-color: #ddd;
    }

    #tblLog th {
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: left;
        background-color: #1d70b8;
        color: white;
    }


#tblreview {
    font-family: Segoe UI,Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}
    #tblreview td, #customers th {
        border: 1px solid #ddd;
        padding: 4px;
    }
    #tblreview tr:nth-child(even) {
        background-color: #f2f2f2;
    }
    #tblreview tr:hover {
        background-color: #ddd;
    }
    #tblreview th {
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: left;
        background-color: #1d70b8;
        color: white;
    }


#tblgroups {
    font-family: Segoe UI,Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

    #tblgroups td, #customers th {
        border: 1px solid #ddd;
        padding: 4px;
    }

    #tblgroups tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    #tblgroups tr:hover {
        background-color: #ddd;
    }

    #tblgroups th {
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: left;
        background-color: #1d70b8;
        color: white;
    }

.systemfont {
    font-size: 80%;
    font-family: 'Courier New',Courier New, Courier, monospace;
}
.tdtag {
    padding: 0px 3px 0px 3px;
    background-color: #008000;
    color: white;
}

#wrapper, body.homepage #content {
    margin: 0;
    width: auto;
    max-width: 100%;
}
.spacer {
    padding: 2px 0px 2px 5px;
    margin-right: +15px;
    margin-left: +15px;
}

.home-top {
    overflow: hidden;
    background: #1d70b8;
    color: #ffffff;
}

.home-top__inner {
    position: relative;
}
.edsc-grid-row {
    margin-right: -15px;
    margin-left: -15px;
}
.edsc-grid-column-two-thirds {
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
}
.govuk-grid-row:after {
    content: "";
    display: block;
    clear: both;
}
.home-top {
    overflow: hidden;
    background: #1d70b8;
    color: #ffffff;
    margin-right: +5px;
    margin-left: +5px;
    padding: 5px 5px 5px 5px;
}
.home-yellow {
    background: #fdeca6;
    color: #232f3e;
}
.home-orange {
    background: #fff4e0;
    color: #232f3e;
}
.home-grey {
    background: #7a7a7a;
    color: #CCCCCC;
}
.aspbutton {
    background-color: #cccccc;
}
.aspbutton_hover {
    background-color: #7a7a7a;
}

.home-top__title {
    font-family: Segoe UI,Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.09375;
    padding: 25px 0 15px;
}
.home-top__intro {
    margin: 0;
}
.home-top__intro--header {
    font-family: Segoe UI,Arial, sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.30;
    margin: 0;
}
.home-top__intro--simpler {
    font-weight: 100;
    font-size: 16px;
    line-height: 1.25;
    margin: 0;
    color: #232f3e;
}
.home-top__links {
    padding: 0 0 20px 0;
}
.home-top__links-title {
    font-family: Segoe UI, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    margin: 0;
}
.home-top__links-list {
    margin: 0;
    padding: 0;
}
.home-top__links-item {
    color: white;
    font-family: Segoe UI, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.3;
    list-style: none;
    margin: 20px 0;
    padding: 0 0 0 0;
    margin-left: +15px;
}
.home-top__links-item_dark {
    color: #232f3e;
    font-family: Segoe UI, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.3;
    list-style: none;
    margin: 20px 0;
    padding: 0 0 0 0;
    margin-left: +15px;
}
.rotate {
    -moz-transform: rotate(-90.0deg); /* FF3.5+ */
    -o-transform: rotate(-90.0deg); /* Opera 10.5 */
    -webkit-transform: rotate(-90.0deg); /* Saf3.1+, Chrome */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; /* IE8 */
}
a.onemyButton {
    background: linear-gradient(to bottom, #e71234 5%, #e71234 100%);
    background-color: #fc8d83;
    border-radius: 6px;
    border: 1px solid #d83526;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 28px;
    font-weight: bold;
    padding: 17px 64px;
    text-decoration: none;
}

a.onemyButton:hover {
    background: linear-gradient(to bottom, #e4685d 5%, #fc8d83 100%);
    background-color: #e4685d;
}

a.onemyButton:active {
    position: relative;
    top: 1px;
}
a.onemyButton_home {
    background: linear-gradient(to bottom, #1d70b8 5%, #1d70b8 100%);
    background-color: #1D70b8;
    border-radius: 2px;
    border: 0px solid white;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 28px;
    font-weight: bold;
    padding: 17px 64px;
    text-decoration: none;
}

    a.onemyButton_home:hover {
        background: linear-gradient(to bottom, #e4685d 5%, #fc8d83 100%);
        background-color: #fdeca6; '#e4685d;
    }

    a.onemyButton_home:active {
        position: relative;
        top: 1px;
    }
.TextBox:hover {
    color: rgba(0, 0, 0, 1);
    box-shadow: 0 5px 15px rgb(128, 128, 128);
}

.glow-button:hover {
    color: rgba(0, 0, 0, 1);
    box-shadow: 0 5px 15px rgb(128, 128, 128);
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
    .active, .collapsible:hover {
        background-color: #ccc;
    }

/* Style the collapsible content. Note: hidden by default */
.member_content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
}