
label
{
  font-weight: 500;
}
body{
    font-size:14px;
}
span.ui-state-default{
    color: red !important;
    font-weight: bold !important;
    text-decoration:line-through !important;
}
.ui-state-disabled{

    opacity:1 !important
}
a.ui-state-default{
    color:green !important;
    font-weight: bold !important;
}
.donate-now {
    width: 87%;
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0;
}
.donate-now li:hover {
    background: rgb(201, 148, 2) !important;
}
.donate-now li {
    z-index: 0;
    float: left;
    margin: 0 7px 0 0;
    width: 46.5%;
    height: 58px;
    position: relative;
    background: #4CAF50;
    color: #fff;
    margin-bottom: 8px;
    border-radius: 15px;
}
.donate-now label, .donate-now input {
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}
.donate-now input[type="radio"] {
    width: 100%;
    height: 100%;
    opacity: 0.011 !important;
    z-index: 100 !important;
    cursor: pointer;
}
.donate-now li input[type="radio"]:disabled + label {
    height: 100%;
    background: red;
    color: #fff;
    border-radius: 15px;
    width: 100%;
}
.donate-now label {
    display: grid;
    align-content: center;
    justify-content: center;
}

/** Footer **/

.footer {
   padding:7px;
    text-align: center;
   
    background-color: #195c9f;
    color: #fff;
   
    font-size: 1.083em;
   
  
}
.footer p
{
    text-align: center;
    margin: 0;
}

.jumbotron{
    padding: 0;
    margin: 0;
    background:#e9efe9;
}
.footerbox
{
    position: relative;
    bottom: 0 !important;
}
#innerContent
{
    padding: 35px 10px 35px 10px;
}

.rownew{
    background:#ddecea;
    padding:20px;
    margin-right: 0px;
    margin-left: 0px;
    min-height: 300px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.box-content{
    box-shadow: rgba(3, 102, 214, 0.3) 0px 0px 0px 3px;
    margin-bottom:10px;
}
.altrw{
    padding: 0px 0px 15px 0px;
}
#innerContent p{
    padding: 3px 0 8px 0;
    text-align: justify;
}
li {
    padding: 0 0 19px 0;
}
.validerror{
    color:red;
    font-weight:bold;
}
.mtb-2
{
    margin:10px 0;
}
#checkerror
{
    color: red;
}
.__content{
    position: relative;
    top: 20%;
}


#innerContent, .form-control{
    font-size:14px !important
}

.mtb-2{
    outline: none;
    border: none;
}
