﻿body {
    font-family: 'Roboto',sans-serif;
    font-size:14px;
    color:#000000

}
.payhowprofilephoto {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border-style: solid;
    border-color: #cccccc
}
.smallphoto {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border-style: solid;
    border-color: #cccccc;
    border-width:1px
}
.smallestphoto {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border-style: solid;
    border-color: #000000;
    border-width:1px
}
.circletd {
    height: 100px;
    width: 200px;
    border-radius: 10%;
    border-style: solid;
    border-width:1px;
    border-color: #cccccc;
    text-align:center;
    background-color:white
}
.watermarktextbox {
    color:#cccccc
}

.watermarkmoney {
    color:green
}
.flatbutton {
    box-shadow: none;
    border-radius: 25px;
    border-color: #cccccc;
    border-width: 0px;
    -webkit-appearance: none;
    height:40px;
    width:150px;
}
.smallflatbutton {
    box-shadow: none;
    border-radius: 15px;
    border-color: #cccccc;
    border-width: 0px;
    -webkit-appearance: none;   
}
.favoritephonenumber {
    text-decoration:none
}
.pnlshadow {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius:5%;
}
.pnlshadow2 {
    box-shadow: #336699 0px 0px 1px;
    border-radius: 3%;
    
}
.pnlshadow3 {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 4px;
    border-radius: 45%;
    width: 180px;
    height: 50px
}
.pnlshadow4 {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 4px;
    border-radius: 3%;
}
.nooutline {
    outline: none;
    margin: 0 auto;
}
/* Add some padding on document's body to prevent the content
    to go underneath the header and footer */
body {
    padding-top: 60px;
    padding-bottom: 100px;
}

.fixed-header, .fixed-footer {
    width: 100%;
    position: fixed;
    background: #ffffff;
    padding: 10px 0;
    color: #fff;
}

.fixed-header {
    top: 0;
    z-index:1;
    border-style:solid;
    border-width:1px;
    border-color:rgba(204, 204, 204, 0.37)
}

.fixed-footer {
    bottom: 0;
    z-index: 1;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(204, 204, 204, 0.37)
}

.container {
    width: 80%;
    margin: 0 auto; /* Center the DIV horizontally */
}

nav a {
    color: #fff;
    text-decoration: none;
    padding: 7px 25px;
    display: inline-block;
}
h2 {
    font-size: 26px;
    display: block;
    font-weight: 800;
    color: #3d5e92;
    line-height: 1.4;
    margin: 0 0 1.5rem;
    font-family: winco,Verdana,Liberation sans,sans-serif !important;
    letter-spacing: -0.06em;
}
.paging {
    padding:10px;    
}

