﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}


.body-content {
    padding: 0;
}

.divBaner {
    height: 360px;
    width: 100%;
    left: 0px;
    border-radius: 0px;
    background: url(../images/PrintSmart-Signup.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#divFooterOther {
    height: 150px;
    width: 100%;
    left: 0px;
    border-radius: 0px;
    background-color: #0D2EA0;
    color: #FFF;
    text-align: center;
    padding-top: 30px;
    /*background: url(../images/footer-temp.png);*/
    /*background-size: cover;
    background-repeat: no-repeat;
    background-position: center;*/
}

.divMpsContent {
    position: absolute;
    width: 420px;
    background: #008931;
    border-radius: 0px 0px 40px 0px;
    padding: 20px;
    text-align: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50% );
}

.divMpsContentWide {
    position: absolute;
    width: 520px;
    background: #008931;
    border-radius: 0px 0px 40px 0px;
    padding: 20px;
    text-align: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50% );
    margin-top: -50px;
}

.divMpsContentMobile {
    visibility: hidden;
    height: 0px;
}

.mpsContentHeader {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.mpsContent {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
}

.textAlignCenter {
    background-color: #FFF;
    text-align: center !important;
    margin-top: 10px;
}

.textAlignLeft {
    text-align: left;
    background-color: #FFF;
}

.textAlignRight {
    text-align: right;
    background-color: #FFF;
}

.textAlignCenterUser {
    background-color: #F5F5F5;
    text-align: center !important;
    margin-top: 10px;
}

.textAlignLeftUser {
    text-align: left;
    background-color: #F5F5F5;
}

.textAlignRightUser {
    text-align: right;
    background-color: #F5F5F5;
}

.divBackground {
    background-color: #FFF;
}

.topMargin {
    margin-top: 30px;
}

.topMarginMedium {
    margin-top: 20px;
}

.topMarginSmall {
    margin-top: 10px;
}

.bottomMargin {
    margin-bottom: 30px;
}

.bottomMarginSmall {
    margin-bottom: 10px;
}

.custom-h4 {
    font-family: Arial;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0em;
}

.divPlan {
    font-family: Arial;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
    height: 225px;
}

.divPlanText {
    min-height: 40px;
}

.minHeight {
    min-height: 38px;
}

.rectangularBlock {
    height: 120px;
    background-color: #D9D9D9;
    margin-bottom: 20px;
    width: 100%;
}

.squareGreen {
    height: 120px;
    width: 120px;
    background-color: #008931;
    margin-bottom: 20px;
    text-align: center;
    color: #FFF;
    border-radius: 5px;
    font-size: 16px;
    padding-top: 10%;
    margin: auto;
}

.squareBlue {
    height: 130px;
    width: 130px;
    background-color: #0D2EA0;
    margin-bottom: 20px;
    text-align: center;
    color: #FFF;
    border-radius: 5px;
    font-size: 16px;
    padding-top: 5%;
    margin: auto;
}

.rectangularGreen {
    width: 100%;
    background-color: #008931;
    margin-bottom: 10px;
    text-align: left;
    color: #FFF;
    border-radius: 5px;
    font-size: 14px;
    padding: 2%;
    /*margin: auto;*/
}

.rectangularBlue {
    width: 100%;
    background-color: #0D2EA0;
    margin-bottom: 10px;
    text-align: left;
    color: #FFF;
    border-radius: 5px;
    font-size: 14px;
    padding: 2%;
    /*margin: auto;*/
}

.boxTitle {
    font-weight: 700;
    margin-bottom: 10px;
}

.boxContent {
    font-weight: 400;
}

.btn-brother {
    color: #fff;
    background-color: #1965E1;
    border-radius: 0;
    /*border-color: #2e6da4;*/
}

    .btn-brother:hover {
        color: #fff;
        background-color: #0f52c0;
        /*border-color: #2e6da4;*/
    }

.btn-full {
    width: 100% !important;
    height: 34px;
}

.btn-brother-black {
    color: #fff;
    background-color: #545454;
    border-radius: 0;
}

    .btn-brother-black:hover {
        color: #fff;
        background-color: #413f3f;
    }

.btnMinWidth {
    width: 80px;
}

.disabled {
    pointer-events: none;
}

.divOwnPrinter {
    background-image: url(../images/I-Already-Own-a-Brother-Printer-760x350px.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
}

.divBoughtPrinter {
    background-image: url(../images/Ive-Just-Bought-A-New-Brother-Printer-760x350px.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
}

#divPlansPricing {
    background-image: url(../images/plans_pricing.png);
}

#divTermsConditions {
    background-image: url(../images/terms_conditions.png);
}

#divFaqs {
    background-image: url(../images/faqs.png);
}

.divUsefulElements {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
}

.h5Font {
    font-family: Arial;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
}

.useMargin {
    margin-left: 10px;
    margin-right: 10px;
}

.useMarginSmall {
    margin-left: 5px;
    margin-right: 5px;
}

.useMarginLess {
    margin-left: 5%;
    margin-right: 5%;
}

.noMargin {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.noTopMargin {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.noPadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.zeroPadding {
    padding: 0 !important;
}

.popupTitle {
    margin-left: 0;
    margin-right: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #A9CCE3;
    padding: 5px;
}

#btnMonoLaser {
    background-image: url(../images/mono-laser.png);
}

#btnColourLaser {
    background-image: url(../images/colour-laser.png);
}

#btnColourInkjet {
    background-image: url(../images/colour-inkjet.png);
}

.btnImg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100px;
    width: 100%;
    border: none;
}

.highlightButton {
    border: 3px solid #1965E1;
}

.highlightBox {
    background-color: #1965E1 !important;
    color: #FFF !important;
    border: none;
}

.highlightArrow {
    color: #1965E1 !important;
}

.printerImageSize {
    width: 33.33333333%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.customDropDown1 {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    background-size: 16px !important;
    background-position: calc(100% - 12px) 14px !important;
    background-repeat: no-repeat;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23068cf2'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
    background-color: #fff;
}

label.wrap {
    width: 100%;
    overflow: hidden;
    display: block;
    border: 1px solid #ccc;
}

.customDropDown {
    padding: 10px;
    border: 0;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

label.wrap:after {
    content: "\f078";
    font-family: FontAwesome;
    color: #0000ff;
    position: absolute;
    right: -20px;
    top: 10px;
    z-index: 1;
    width: 10%;
    height: 100%;
    pointer-events: none;
}

.form-control-custom {
    max-width: 100% !important;
    /*border: none;*/
    border-radius: 0 !important;
    /*border: 2px solid #1965E1;*/
    /*box-shadow: none;*/
}

/*.form-control-custom:focus {
    border: none;
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}*/

.divBorder:hover {
    border: 2px solid #1965E1;
}

.searchBox {
    width: 83.33333333%;
}

.searchBtn {
    width: 16.66666667%;
}

#divPrinterCount {
    background-color: #F5F5F5;
}

.btnPrinterCount {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #008931;
    color: #FFF;
    text-align: center;
    font-size: 25px;
    border: none;
}

.linkSelected {
    font-weight: bold;
    color: #1965E1;
    cursor: pointer;
}

.linkUnselected {
    font-weight: bold;
    color: #000;
    cursor: pointer;
}

/*#divPayMonthly tbody tr {
    border-bottom: 1px solid #D9D9D9;
    padding-top: 10px;
    padding-bottom: 10px;
}

#divPayMonthly tbody tr td {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

#divPayMonthly tfoot tr td {
    padding-top: 1em;
}*/

.divPay tbody tr {
    border-bottom: 1px solid #D9D9D9;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .divPay tbody tr td {
        padding-top: 1em;
        padding-bottom: 1em;
    }

.divPay tfoot tr td {
    padding-top: 1em;
}

#divPayMonthly {
    display: contents;
}

#divPayAsYouprint {
    display: contents;
}

#divPayMonthlyMobile {
    display: none;
}

#divPayAsYouPrintMobile {
    display: none;
}

.hidden {
    display: none;
}

label {
    font-weight: normal;
}

.loginPanel {
    /*width: 500px;*/
    min-height: 500px;
    border-radius: 5px;
    margin-top: 0px;
    background-color: #FFF;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: fixed;
    padding: 20px;
}

    .loginPanel h1 h2 h3 h4 h5 h6 {
        color: #545454 !important;
    }

.loginControl {
    border: none;
    max-width: 100% !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #808080;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}

    .loginControl:focus {
        border: none;
        border-bottom: 1px solid #808080;
        outline: 0;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .loginControl label {
        font-weight: bold;
        font-size: small;
    }

.divBox {
    border: 1px solid #D5D5D5;
    border-radius: 2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #FFF;
    font-size: 20px;
    padding: 20px;
    height: auto;
    color: #000 !important;
}

.divBoxSecondary {
    border: 1px solid #D5D5D5;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #FFF;
    font-size: 20px;
}

.divBoxError {
    border: 1px solid #FADBD8;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #FFF;
    font-size: 15px;
    padding: 20px;
    height: auto;
    color: #000 !important;
}

.divTitle {
    border: 1px solid #D5D5D5;
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #D5D5D5 100%);
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #D5D5D5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#D5D5D5));
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #D5D5D5 100%);
    margin-top: 15px;
    width: 100%;
    padding-left: 10px;
    padding-right: 5px;
    text-align: left;
}

.divInfo {
    padding: 10px;
    background-color: #cff0f6;
    color: #187b3a;
    border: 1px solid #187b3a;
    font-size: 15px;
    text-align: left;
    border-radius: 3px;
}

.divWarning {
    padding: 10px;
    background-color: #FCF3CF;
    color: #A04000;
    border: 1px solid #cbcb60;
    font-size: 15px;
    text-align: left;
    border-radius: 3px;
    font-weight: bold;
}

.divError {
    padding: 10px;
    background-color: #FADBD8;
    color: #C0392B;
    border: 1px solid #C0392B;
    font-size: 15px;
    text-align: left;
    border-radius: 3px;
    font-weight: normal !important;
}

.divSuccess {
    padding: 10px;
    background-color: #dcffcb;
    color: #008931;
    border: 1px solid #008931;
    font-size: 15px;
    text-align: left;
    border-radius: 3px;
    font-weight: normal !important;
}

.activeTabStyle {
    background-color: #008931 !important;
    color: white !important;
    font-weight: bold;
}

.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 22px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 1px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 600px) {
    .divBaner {
        width: 100%;
        height: 304px;
        left: 0px;
        background: url(../images/PrintSmart-Signup.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .divMpsContentMobile {
        visibility: visible;
        width: 100%;
        height: auto;
        background: #008931;
        padding: 20px;
        text-align: center;
    }

    .divMpsContent {
        visibility: hidden;
        height: 0px;
    }

    .divMpsContentWide {
        visibility: hidden;
        height: 0px;
    }

    .containerMobile {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .divPlansPricing, .divTermsConditions, .divFaqs {
        height: 200px;
    }

    .btnImg {
        height: 90px;
        width: 100%;
        float: left;
        margin-right: 5px;
    }

    .printerImageSize {
        width: 50%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .searchBox {
        width: 75%;
    }

    .searchBtn {
        width: 25%;
    }

    .rectangularBlock {
        width: 80%;
        margin-left: 10%;
    }

    .divPlanText {
        min-height: 0;
    }

    .col-bd-4 {
        width: 33.33%;
    }

    .col-bd-12 {
        width: 100%;
    }

    /*.col-md-6 {
        width: 50%;
    }*/

    #divFooterOther {
        height: 150px;
        width: 100%;
    }

    /*#divPayMonthly {
        display: none;
    }

    #divPayAsYouprint {
        display: none;
    }*/

    /*#divPayMonthlyMobile {
        display: contents;
    }

    #divPayAsYouPrintMobile {
        display: contents;
    }*/

    .loginPanel {
        width: 100%;
        margin-top: 0px;
        background-color: #FFF;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: fixed;
        padding: 20px;
    }
}
