﻿body {
    padding: 0;
    /*background-image: url(/Content/images/w365-bg-rx.jpg);*/
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #f8f8f8;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.register {
    width: 600px;
    margin: auto;
    line-height: 22px;
    font-size: 14px;
}

.tablstyle {
    border: 2px solid #3293d5;
    border-right: #3293d5 3px solid;
    margin: 10px 0 0 0;
    box-sizing: border-box;
}

.comtext {
    text-align: center;
    padding: 10px;
    font-size: 16px;
}

.register table {
    width: 100%;
}

    .register table tr td:first-child {
        width: 240px;
        font-weight: 500;
        text-align: right;
        vertical-align: top;
        padding-top: 10px;
    }

    .register table tr td input[type="text"], .register table tr td input[type="password"], .tab-content input[type="text"], .tab-content input[type="password"], .cardpay input[type="text"], .cardpay input[type="password"] {
        padding: 7px;
        width: 100%;
        max-width: 94%;
    }

    .register table tr td select, .tab-content select {
        padding: 7px;
    }

    .register table tr:nth-child(odd) td {
        background-color: #fbfbfb;
    }

.register table {
    border-collapse: collapse;
}

    .register table th {
        background-color: #3293d5;
        color: #fff;
        font-weight: 300;
        font-size: 18px;
        padding: 10px;
    }

    .register table td {
        padding: 5px;
        border: 1px solid #f3f3f3;
    }

.error {
    color: red;
}

.register table tr td input[type="submit"], .tab-content input[type="submit"], .register input[type="submit"], .container input[type="submit"] {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: Arial;
    color: #ffffff;
    font-size: 16px;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    border: #2980b9 1px solid;
    cursor: pointer;
}

    .register table tr td input[type="submit"]:hover, .tab-content input[type="submit"]:hover {
        background: #3cb0fd;
        background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
        background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
        text-decoration: none;
    }

.customtext {
    padding: .75rem;
    /* margin-top: 10px; */
}

.tab-content {
    padding: 16px;
}

/* Model css */

.modal {
    display: none;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modal {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

.top-right-nav {
    text-align: right;
    padding-top: 10px;
}

.legal-text {
    font-size: smaller;
    color: #939393;
}

.container table tr td input[type="text"] {
    padding: 5px;
}

.container table td {
    vertical-align: middle;
}

input[type="text"]:read-only {
    background: #dddddd;
}

#chargeInvoice input[type="text"], #chargeInvoice select, #chargeInvoice textarea {
    width: 100%;
    max-width: unset;
}

#chargeinvoiceform {
    margin: 0 auto;
}

#credit_cards {
    width: 50%;
    margin-top: 25px;
    text-align: right;
}

.cardpay .nav-tabs li {
    padding: 8px 0;
}

    .cardpay .nav-tabs li a {
        padding: 10px;
        border-radius: 5px 5px 0 0;
        border-top: #e6e6e6 1px solid;
        border-left: #e6e6e6 1px solid;
        border-right: #e6e6e6 1px solid;
        margin-right: 5px;
    }

        .cardpay .nav-tabs li a.active.show {
            background-color: #fff;
            color: #8a8a8a;
        }

.cardpay .tab-content {
    padding: 1px;
}

#credit_cards img {
    width: 45px;
}

.cardpay h6 {
    padding: 11px 0;
    margin: 0 0 10px 0;
    border-bottom: #efefef 1px solid;
}

.payprofile .card {
    margin-bottom: 10px;
}

.payprofile .form-group {
    margin-bottom: 4px;
    margin-top: 9px;
}

.card-header.cardpay {
    padding: 7px 5px 0 5px;
}

.cardpay ul.nav.nav-tabs {
    border-bottom: 0px;
}

.transparent {
    opacity: 0.2;
}

.width100 {
    width: 100px !important;
}

#chargeInvoice label {
    padding-top: 5px;
}

.emphasis {
    font-size: smaller;
    color: red;
    font-weight: bold;
}


.contentdiv {
    margin: auto;
}

.poweredby {
    color: #646464;
    font-size: 14px;
    padding: 15px 0 5px 0;
}

    .poweredby span {
        display: block;
    }

.contentarea {
    min-height: 350px;
    margin: 10px 0;
}



.msgcenter .msgme {
    font-size: 18px;
}

.rateandsocial {
    /*margin-bottom: 0px;*/
    margin-top: -12px;
}

.rateus, .socialshare {
    float: left;
}

.rateus {
    width: auto;
    margin-right: 20px;
    border-right: #a3abac 1px solid;
    padding-right: 15px;
    padding-bottom: 10px;
}

.socialshare .social-sharing {
    margin-top: 13px;
}

.hidediv {
    display: none;
}

.clear {
    clear: both;
}

.jq-ry-container {
    padding-left: 0px !important;
}

h1 {
    font-size: 30px;
}

.likefollow {
    margin-left: 18px;
    border-left: #d4d4d4 1px solid;
    padding-left: 15px;
    padding-bottom: 10px;
    float: right;
}

.soclike {
    float: left;
    margin-right: 5px;
}

.likeadjust {
    margin-top: 13px;
}

.h5, h5 {
    font-size: 1.1rem;
}

.zerobm {
    margin: 0;
    border: 0;
    padding: 0;
}

#alertContainer {
    font-size: smaller;
}


.likeadjust.alertsocial {
    float: right;
    margin: -22px 0 0 0;
    background: #d4edda;
    padding: 0 0 0 5px;
    border-right: #c3e6cb 1px solid;
    border-left: #c3e6cb 1px solid;
    border-bottom: #c3e6cb 1px solid;
    z-index: 1;
    position: relative;
    border-radius: 6px;
}

    .likeadjust.alertsocial .soclike {
        float: left;
        margin: 5px 4px 0 0;
        height: 24px;
    }

.footer-compliance {
    text-align: right;
}

    .footer-compliance img {
        width: 100px
    }

.form-control {
    max-width: 100% !important;
}

.newuci .alert {
    margin: 0.40rem 0rem 0 0rem;
    padding: 0.5rem 0.7rem;
    font-size: 0.90rem;
}

.newuci .alert-dismissible .close {
    padding: 0.2rem 0.6rem;
}

.newuci div#alertContainer {
    position: absolute;
    z-index: 100;
}

.newuci .form-control {
    padding: 0.15rem 0.20rem !important;
    font-size: 0.92rem;
    height: 32px;
    color: #656565;
    border-radius: 0;
    border: #c4c4c4 1px solid;
    /* border-left: transparent 1px solid; */
    /* border-right: transparent 1px solid; */
    /* border-top: transparent 1px solid; */
}

    .newuci .form-control:hover, .tab-content select:hover {
        border: #666666 1px solid;
    }

    .newuci .form-control:focus, .tab-content select:focus {
        outline: 1px dotted;
        outline-offset: -1px;
        box-shadow: none;
        border: #a9a9a9 1px solid;
    }

.newuci textarea {
    height: 60px !important;
}

.newuci .table th, .newuci .table td {
    padding: 0.20rem;
}

.newuci label {
    margin-bottom: 0.1rem;
    margin-top: 0.5rem;
}

.newuci .row .row {
    margin: 0;
}

.newuci .cardpay h6 {
    padding: 10px 10px;
    margin: 10px -21px 5px -20px;
    background: #f9f9f9;
    border-bottom: none;
}

.newuci .card-header {
    padding: .40rem .75rem;
}

.newuci .card-body {
    padding: 0.20rem 1.30rem;
}

.newuci .card, .newuci .btn {
    border-radius: 0px;
}

.newuci .form-group.row.flex-v-center .col-xs-3.col-sm-12 {
    padding: 0px 5px;
}

@media screen and (max-width: 1024px) {
    .payprofile, .contentdivadj {
        width: 90%;
    }
}

#processingContainer {
    text-align: center;
    margin-top: 27%;
}




/*Added for Pay Now*/

.customer-invoice {
}

    .customer-invoice table.table.table-condensed td, .customer-invoice table.table.table-condensed th {
        padding: 7px 15px;
    }

    .customer-invoice table.table.table-condensed thead tr th {
        border-top: none;
    }

    .customer-invoice .invoicedetails {
        margin-bottom: 20px;
    }

    .customer-invoice table.table.table-condensed th, .payprofile b, .payprofile strong {
        font-weight: 600;
    }

    .customer-invoice .btnright {
        text-align: right;
    }

@media screen and (max-width : 768px) {
    .btnright {
        text-align: left;
    }
}

.customer-invoice .modal-backdrop.in {
    opacity: 0.6;
}

.divspace {
    margin-bottom: 10px;
}

.brand-bg {
    background: #707070;
    box-shadow: 0 0 15px #595959;
    padding: 5px;
    min-height: 60px;
}

.complogo {
    padding: 10px;
    margin: 5px 0;
    background: #fff;
    position: absolute;
    border-radius: 100%;
    border: #dedede 1px solid;
    box-shadow: 0 1px 15px #a5a5a5;
    width: 100px;
    height: 100px;
    line-height: 70px;
    text-align: center;
}

    .complogo img {
        width: 100%;
    }

.ifcompanyname {
    padding-bottom: 5px;
    padding-top: 5px;
    color: #ffffff !important;
}

    .ifcompanyname h3 {
        font-weight: 500;
        font-size: 25px;
        margin: 0;
    }

.page-instruction {
    min-height: 55px;
    padding: 10px 5px 10px 110px;
    text-align: right;
    font-style: italic;
    color: #868686;
}

.content-place {
    border: #dedede 1px solid;
    background: #fdfdfd;
}

.form-head, .form-area {
    padding: 10px 15px;
}

.form-head {
    background: #f9f9f9;
    border-bottom: #dedede 1px solid;
    font-size: 16px;
    font-weight: 500;
    color: #484848;
}

.form-area {
}

.iscontent {
    padding: 0px;
}

.logo-area {
    max-width: 132px;
    width: 75px;
}

.ext-footer-btn {
    background: #e8e8e8;
    text-align: right;
    padding: 2px;
}

.iscontent .card {
    border: none;
}

.iscontent .card-header {
    border: none;
    font-weight: 500;
    background: #f9f9f9;
}

.iscontent .card-body {
    padding-bottom: 10px;
}

.ext-footer-btn button {
    background: #008ccc;
    box-shadow: inset 0px 0px 10px #0077ad;
    border: #18698e 1px solid;
    color: #ffffff;
    padding: 3px 12px;
}

    .ext-footer-btn button:hover {
        background: #1786e4;
        border: #08589c 1px solid;
    }

.form-area.iscontent.newuci {
    min-height: 500px;
}

    .form-area.iscontent.newuci iframe {
        height: 500px;
    }

@media screen and (max-width: 992px) {
    .container {
        max-width: 100%;
    }
}

@media screen and (max-width: 580px) {
    .logo-area {
        max-width: 150px;
        width: 135px;
    }

    .ifcompanyname {
        width: 60%;
    }
}

#work365_divProcessing {
    z-index: 9999999;
    background: rgba( 255, 255, 255, .9 ) 50% 50% no-repeat;
}