body { background: #F3F1E0 url(images/bg.jpg) repeat-x;	font: 0.9em Georgia, "Times New Roman", Times, serif; color: #333; }
body, form { margin: 0; padding: 0; }
a {	color: #025D8C;	text-decoration: none; }
a:hover { color: #0A93FC; text-decoration: underline; }
h3 { margin-top: 0px; }

/* WRAPPER */

#oiopub-container { padding: 0px !important; }
#wrap {	width: 750px; margin: 0 auto; }

/* HEADER */

#header { padding: 10px 0 30px; color: #025D8C; font-size: 1.1em; font-style: italic; font-weight: normal; font-variant: normal; }
#header img { float: left; }
#header h1 { text-align: right; }

/* FOOTER */

#footer { color: #999; text-align: center; padding-top: 40px; padding-bottom: 20px; font-style: italic; font-size: 0.8em; background: #FFF; border-top: none; border-right: 1px solid #36a4f9; border-bottom: 1px solid #36a4f9; border-left: 1px solid #36a4f9; }
#footer a { color: #999; }
#footer a:hover { color: #0A93FC; }

/* MAIN CONTENT */

#content { text-align: center; padding-top: 20px; border-top: 1px solid #36a4f9; border-right: 1px solid #36a4f9; border-bottom: none; border-left: 1px solid #36a4f9; background: #FFF url(images/gradient.gif) repeat-x top; }

#content table { }
#content table b { color: #025d8c; }
#content table table {  }
#content table h3 {	font-size: 1.4em; color: #025d8c; font-weight: normal; letter-spacing: 1px; }

#content select { padding: 5px; font: 1em Georgia, "Times New Roman", Times, serif;text-align: left; border: 1px solid #025D8C; }
#content .mini select { width: 100px !important; }
#content .regular select { width: auto !important; }
#content select option { margin: 3px 0; }
#content input { padding: 5px; border: 1px solid #025D8C; }
#content input[type="text"]:focus { border: 1px solid #0A93FC; }

#paypal input { padding: 0px; border: 0px; margin-left:-16px; }

table.start { background: #FFF; border-bottom: 1px solid #D9D6BC; border-top: 1px solid #D9D6BC; padding: 20px 10px; }
table.start table td { padding: 5px; }

table.start a { text-decoration: underline; }

/* MISC ELEMENTS */ 

#ad-details { display: none; }
.error { color:red; }
.start { padding: 10px; margin-top: 30px; text-align: left; }
.payment-link, .payment-link a { font-weight: bold; padding: 40px 0 25px 0; }
.hidden { display: none !important; }

/* BUTTONS */

.oiostartbutton { background: url(images/buy.gif) no-repeat; border: none !important; width: 290px; height: 50px; color: #025D8C; font: italic normal 1.2em Georgia, "Times New Roman", Times, serif; margin-left: 15px; }
.oiopaymentbutton { background: url(images/chkout.gif) no-repeat; border: none !important; padding: 15px !important; width: 275px; height: 50px; color: #025D8C; font: italic normal 1.259em Georgia, "Times New Roman", Times, serif; text-align: left; }
.oiostartbutton:hover, .oiopaymentbutton:hover { cursor: pointer; color: #0A93FC; }

h3 { font-size: 1.7em; color: #025d8c; font-weight: normal; margin: 0px; padding: 0px; height: 50px;	}


*, ::after, ::before {
    box-sizing: border-box;
}

.form-group {
    margin-bottom: 1rem;
    text-align: left;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
    color: #025d8c;
    font-weight: 600;
}

.justify-content-md-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

#oiopub-container form{
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #D9D6BC;
    padding: 20px 10px;
}

#oiopub-container .error_msg{
    border-bottom: 1px solid #D9D6BC;
}


#oiopub-container textarea{
    max-width: 100%;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #025D8C;
    border-radius: 4px;
}



.form-control, #oiopub-container .form-group select{
    display: inline-block;
    width: 90%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #025D8C;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#oiopub-container select{
    display: inline-block;
    float: left;
}

#oiopub-container select {
    height: calc(2.25rem + 2px);
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-paynow {
    color: #fff;
    background-color: rgb(0, 116, 212);
    border-color: #0d6efd !important;
    border-radius: 6px;
    box-shadow: inset 0 0 0 1px rgb(50 50 93 / 10%), 0 2px 5px 0 rgb(50 50 93 / 10%), 0 1px 1px 0 rgb(0 0 0 / 7%);
    margin: 0.25rem 0.125rem;
    min-width: 200px;
}
/* toggle in label designing */

#oiopub-container td form,#oiopub-container #stripe{
    border: none;
    padding: 0;
}

#oiopub-container #processor{
    text-align: center;
}   

@media screen and (max-width: 580px) {
	#wrap{
		width: 100%;
		margin: 0;
	}

	#header{
		padding: 10px 40px 30px;
	}

    #oiopub-container{
        width: 100%;
        padding: 0 20px !important;
        margin-right: auto;
        margin-left: auto;
    }

    .col-form-label {
        text-align: left;
    }

    table.filterdates td{
        display: block;
        width: 100%;
    }


}

@media (min-width: 576px){

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.67%;
        flex: 0 0 66.67%;
        max-width: 66.67%;
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .showstats{
        padding-left: 40px;
    }

}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left;
    }
}