/*
Plugin style
*/

.col{
    float: left;
    padding: 0 0 7px 0;
}
.col img{
    height:20px;
    width: auto;
}
.fullcol{
    width: 100%;
}
.w20 {
    width: 25%;
}
.w80{
    width: 75%;
}
.w50 {
    width: 50%;
    border: none;
    text-align: center;
}
#contribute-form .w50 input {
    height: 50px;
    border: none;
}
#contribute-form .w50 input.paytm{
    background:#042e6f url("image/paytmbutton.png") no-repeat center;
}
#contribute-form .w50 input.rzp{
    background: #ff9900;
    color: #fff;
    margin-left: 10px;
    width: 95%;
} 
#contribute-form .w50 .paytm{
    border: 1px solid #042e6f;
    color: #333;
    vertical-align: middle;
    width:100%;
    padding: 9px 10px 11px 0;
    border-radius: 0;
}
#contribute-form .w50 .paytm span{
    margin-right: 15px;
}
#contribute-form .w50 .paytm img {
    height: 30px;
    width: auto;
    vertical-align: bottom;
}
#contribute-form .w50 input:hover,
#contribute-form .w50 .paytm:hover{
    opacity: 0.9;
}


.spacer20{
    height: 1px;
    margin:9px 0;
    }
.clr {
    clear: both;
}
.smalltext{
    font-size: 12px;
    color:#777;
}
.txtright{
    text-align: right;
}
.txtleft{
    text-align: left;
}
.txtcenter{
    text-align: center;
}

.paytmgroup {
/*    display: none;*/
}
#contribute-form{
    
}
#contribute-form label{
    font-weight: bold;
    font-size: 16px;
    color:#737373;
}
#contribute-form input,
#contribute-form select{
    border-radius: 1px;
    margin-bottom:10px;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
}
#contribute-form button{
    margin:0 10px 10px 0;
    padding: 7px 7%;
    background: #fff;
    border: 1px solid #ccc;
    color:#333;
    cursor: pointer;
}
#contribute-form button:hover

{
   /* background: #f90;
    font-size: 16.5px;*/
    transition: .2s all;
    color: #fff;
    border: 1px solid #ff9900!important;
}
input#proceed-to-pay{
    margin:10px auto;
    width: 40%;
    border:none;
/*    background: #ff9900;*/
    color: #fff;
    font-size: 18px;
    border-radius: 3px;
}
input#proceed-to-pay:hover {
/*    background: #fc0; */
    transition: .2s all;
}
.dborder, input.dborder{
    border:1px dashed #f00!important;
}
#contribute-form button.checked {
    background:#f90!important;
    border-radius: 3px;
    border: 1px solid #f90;
    color: #fff;
}
.pgerror {
    border: 1px dotted #f7f7f7;
    background: #fde9e9;
    border-radius: 5px;
    padding: 15px;
    margin: 20px auto;
}
/*-------- loading---------*/
.btnloader {
    position: relative;
    height: 58px;
    overflow: hidden;
}

.lds-ring {
  display: inline-block;
  width: 64px;
  height: 64px;
  margin-top: 38vh;
  box-shadow: 0 0 10px 0px rgba(0,0,0,0.5);
  border-radius: 50px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #f90;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #f90 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*---------- styling thank you page -------------*/

body.fdc_thankyou_page {
    width: 100%;
    height: 100%;
}
.tx-bg{
     width:100%;
    height: 100%;
    position: absolute;
    background:url("image/supportgoodjournalism.jpg") no-repeat center center;
    background-size:cover;
    top:0;
    left:0;
}
.tx-wrap{
    width:100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.8);
    top:0;
    left:0;
}
.tx-message {
    color: #fff;
    width: 60%;
    margin:10% auto;
/*    border: 1px dashed #f00;*/
    position: relative;
    z-index: 101;
}
.tx-tell-a-friend{
    width: 165px;
    text-align: center;
    margin: 0 auto;
}
.tx-social-icon{
    flex: auto;
    float: left;
    margin: 0 7px;
}
.tx-social-icon img{
    width: 40px;
    height: auto;
}
.tx-h2{
    color: #fff;
    text-align: left;
}
.loading-layer{
    position: absolute;

    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    text-align: center;
}
/*-------http://selfteach.me/customizing-radio-buttons-checkboxes -----------*/
input[type=radio] {
  display: none;
}

input[type=radio] + label {
    background: url('image/radio.png') left top no-repeat;
    background-size:25px;
    display: block;
    min-height: 25px;
    padding-left: 35px;
}

input[type=radio]:hover + label {
    background: url('image/radiohover.png') left top no-repeat;
    background-size:25px;
}

input[type=radio]:checked + label {
    background: url('image/radiochecked.png') left top no-repeat;
    background-size:25px;
}

#contribute-form label.choice {
    font-size: 12px;
    font-weight: 600;
    line-height: 2.3;
    margin-bottom: 0;
}
.paygroup {
    display: flex;
}

@media screen and (max-width: 600px) {
    .mob-center{
        display: flex;
        justify-content: center;
        padding-left: 10px;
    }
    .tx-wrap, .tx-bg{
        height: 139vh;
    }
    .tx-message {
        color: #fff;
        width: 80%;
        height: 100%;
        padding-bottom: 20%;
        margin:5% auto;
        position: relative;
        z-index: 101;
    }
    .w20 {
       width:98%; 
    }
    .w80 {
        width: 98%;
    }
    .w50 {
        width: 100%;
    }
    #contribute-form .w50 input.rzp{
        width: 100%;
        margin-left: 0;
    }
    .paygroup {
        display: block;
    }
    .pay.w20{
        width: 15%;
    }
    .pay.w80{
        width: 85%;
        font-size:12px;
    }
    .paytype {
        -webkit-appearance:checkbox;
        margin:0;
        width: 12px!important;
        padding:0!important;
        vertical-align: sub;
    }
    input#proceed-to-pay{
        width: 100%;
    }
    .tx-h2{
        text-align: center;
    }
    #contribute-form button{
        padding: 5px 16px;
    }
}