﻿/*************************************************************
        ADD THIS CSS TO FORCE FOOTER TO BOTTOM OF PAGE     
*************************************************************/
#divBody
{
    min-height: 100%;
    position: relative;
}

.contentContainer /* For pages using the "BrotherOmniJoin.master" MasterPage */
{
    padding-bottom: 108px;   /* Height of the footer element */
}

#main /* For pages using the "BrotherOmniJoin_NoLeftNav.master" MasterPage */
{
    padding-bottom: 108px;   /* Height of the footer element */
}

.footer
{
    height: 108px;
    position: absolute;
    bottom: 0;
    left: 19;
}
/*************************************************************/
 
 
 .content-area
 {
     width: 870px;
     margin: auto;
 }
 
 a.omnilink, a.omnnilink:visited {
     color: #00a4b4;
     font-style: italic;
     text-decoration: underline;
 }
 
 .omnijoin-wizardtitlebar {
     width: 848px;
    vertical-align: middle;
     background-color: #de783d;
    height: 25px;
    padding-left: 15px;
    padding-top: 3px;
     color: white;
     font-weight: bold;
     font-size: 85%;
     -webkit-border-radius:  7px 7px 0 0;
	-moz-border-radius:  7px 7px 0 0;
	border-radius: 7px 7px 0 0;
 }
 
.BackgroundBlue
{
    background-color: #528ac4;
}
 .omnijoin-wizardbox {
            background-color: #E6EFFD;
            width: 843px;
            border-bottom: #de783d solid 2px;
            padding: 10px;
            
        }
        
 .br_receipt-wizardbox {
            background-color: #E6EFFD;
            width: 843px;
            border-bottom: #528ac4 solid 2px;
            padding: 10px;
            
        }
.omnijoin-wizardbox-ordersummary {
            width: 215px;
            border-bottom: #de783d solid 2px;
            border-left: #de783d solid 2px;
            border-right: #de783d solid 2px;
            padding: 10px;
            -webkit-border-radius:  0px 0px 7px 7px;
	        -moz-border-radius:  0px 0px 7px 7px;
	        border-radius: 0px 0px 7px 7px;
	        font-size: 75%;
            
        }
.omnijoin-wizardbox-content 
{
    width: 95%;
    padding-top: 8px;
    padding-bottom: 10px;
    margin: auto;
    background-color: white;
}
.rounded-box, .omnijoin-wizardbox-content {
    -webkit-border-radius:  8px 8px 8px 8px;
	-moz-border-radius:  8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
}
.rounded-box {
	padding-top: 8px;
    padding-bottom: 10px;    
}
.omnijoin-bpagelinks {
        color: #595959;
        background-color: #EDEDED;
        width: 100%;
        -webkit-border-radius:  0 0 15px 15px;
	-moz-border-radius:  0 0 15px 15px;
	border-radius: 0 0 15px 15px;
        margin-top: 10px;
}

.omnijoin-bpagelinks a {
             color: #2D3343;
         }
         
.omnijoin-box-header {
    color: #595959;
    font-weight: bold;
    display: inline-block;
    font-size: 100%;
}

.omnijoin-button {
    background-position: 0% 0%;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    padding: 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 95%;
    color: #ffffff;
    background-attachment: scroll;
    background-repeat: repeat;
    background-attachment: scroll;
   
}
.button-shadow {
    text-shadow:0px 0px 0px #444444;
    -moz-box-shadow: 2px 2px 5px 0px #444444;
    -webkit-box-shadow: 2px 2px 5px 0px #444444;
    box-shadow: 2px 2px 5px 0px #444444;
    
}

.omnijoin-button {
    border: 1px solid #ea9c49;
    background-image: linear-gradient(#e99547,  #dd602e);
    background-color: #e99547;
}
.omnijoin-button:hover {
    background-image: linear-gradient(#dd602e,  #e99547);
    text-decoration: none;
    background-color: #dd602e;
}
.omnijoin-button:active {
    position: relative;
    top: 1px;
}
a.omnijoin-button {
    color: #ffffff;
}

.button-turquoise {
    border: 1px solid #33a7c6;
    background-image: linear-gradient(#33a7c6, #1e6476);
    background-color: #33a7c6;
}
.button-turquoise:hover {
    background-image: linear-gradient(#1e6476,  #33a7c6);
    background-color: #1e6476;
}


.button-blue {
    border: 1px solid #528AC5;
    background-image: linear-gradient(#528AC5, #294562);
    background-color: #528AC5;

}
.button-blue:hover {
    background-image: linear-gradient(#294562, #528AC5);
    background-color: #294562;
}

.button-teal {
    background-color: #00859b;
    background-image: none;
    border: 1px solid #33a7c6;
}
.button-teal:hover {
    background-image: none;
    background-color: #016576;
    border: 1px solid #016576;
}


.bottomlinks-smallsection 
{
    width: 20%;float: left;
    border-left: solid grey 1px;
    height: 215px;
    padding-bottom: 8px;
    padding-left: 5px;
}
.omnijoin-bpagelinks-smallsection a,.omnijoin-box-header {
    margin-left: 15px
}



.successMsg {
            color: green;
            width: 100%;
            text-align: center;
            font-weight: bold;
        }
        
.grey-divider-top, .grey-divider-right, .grey-divider-bottom, .grey-divider-left {
     border: solid 1px #838995;
 }
 .orange-border-top {
     border-top: #de783d solid 2px;
 }
 .orange-border-right {
     border-right: #de783d solid 2px;
 }
 .orange-border-bottom {
     border-bottom: #de783d solid 2px;
 }
 .orange-border-left {
     border-left: #de783d solid 2px;
 }
 .light-orange-background
 {
     background-color:#FCECDF;
 }
.grey-divider-right {
    border-width: 0 1px 0 0;
}        
.grey-divider-left {
        border-width: 0 0 0 1px;

}        
.grey-divider-top{     border-width: 1px 0 0 0;
}        
.grey-divider-bottom{    border-width: 0 0 1px 0;
}        

.subheader, .orange {
    color: #de783d;
}
 .hilightPlan .omnijoin-wizardtitlebar
{
    background-color: green;
}
.hilightPlan .omnijoin-wizardbox-ordersummary
{
    border-bottom-color: green;
    border-left-color: green;
    border-right-color: green;
}


/*************************************************
      CSS FOR OMNIJOIN REDESIGN     12/18/2013
**************************************************/
#header
{
    background: none;
    padding-bottom: 20px;
}
        
.container
{
    padding: 0px 0px 0px 0px;
}

#brand-logo
{
    margin-left: 10px;
}

#breadcrumbs {
    padding: 10px 0px 5px 0px;
}


/*
    HANDLES SECTION-SPECIFIC "TAB HIGHLIGHTING" FOR THE TABS IN THE TOP NAV BAR
    (DIFFERENT HIGHLIGHTING BASED UPON IF YOURE IN OMNIJOIN, BR-DOCS, OR BR-RECEIPTS SECTIONS)
*/
.pageTopNav-tabListItem
{
    float: left;
    width: auto;
    height: auto;
    color: #666666;
    font-size: 13px;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    padding: 10px 30px 10px 30px;
    border-right: 1px solid #CCCCCC;
    overflow: visible;
    position: relative;
}
        
.pageTopNav-tabListItemActive
{
    float: left;
    width: auto;
    height: auto;
    color: #3e3e3e;
    background-color: #d1d2d4;
    font-size: 13px;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    padding: 10px 30px 10px 30px;
    border-right: 1px solid #CCCCCC;
    overflow: visible;
    position: relative;
}

/*
    CSS FOR OMNIJOIN REDESIGN -- PAGE CONTENT
*/
.divImageBanner
{
    width: 965px;
    height: 390px;
}

.orangeDivider
{
    width: 965px;
    height: 6px;
    background-color: #de783d; /*orange*/
}

.OmniJoin-contentArea
{
    width: 965px;
    height: auto;
    margin:0;
    padding:0;
}

.OmniJoin-innerContentPane
{
    width: 905px;
    height: auto;
    margin: 0;
    padding: 25px 30px 60px 30px;
}

.OmniJoin-contentRow1
{
    width: 100%;
    height: auto;
}

.OmniJoin-contentRow2
{
    width: 100%;
    height: auto;
}

.OmniJoin-contentColumn1
{
    display: inline-table;
    float: left;
    width: 315px;
    height: auto;
}

.OmniJoin-contentColumn2
{
    display: inline-table;
    float: left;
    width: 325px;
    height: auto;
}

.OmniJoin-contentColumn3
{
    display: inline-table;
    float: left;
    width: 263px;
    height: auto;
}

.OmniJoin-verticalDivider
{
    display: inline-table;
    float: left;
    margin: 5px 0px 0px 0px;
    padding: 0;
}

.OmniJoin-VideoTextContainer
{
    width: 280px;
    height: auto;
    /*background-color:#F1F1F1;*/
    margin-bottom: 20px;
    margin-right: 35px;
    padding: 0px 0px 0px 0px;
}

.OmniJoin-HeaderText
{
    margin: 0px 0px 10px 0px;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

.OmniJoin-Text
{
    margin: 0px 0px 0px 0px;
    padding: 0;
    font-size: 14px;
    text-align: left;
}

.OmniJoin-VideoImage
{
    width: 280px;
    height: 183px;
    margin-right: 35px;
}

.OmniJoin-Column2ContentContainer
{
    width: 255px;
    height: auto;
    /*background-color:#F1F1F1;*/
    margin: 0px 35px 0px 35px;
    padding: 0px 0px 0px 0px;
}

.OmniJoin-Link
{
    margin: 0px 0px 0px 0px;
    padding: 0;
    font-size: 12px;
    text-align: left;
    color: blue;
    font-weight: normal;
    text-decoration: underline;
}

.OmniJoin-BoldLink
{
    margin: 0px 0px 0px 0px;
    padding: 0;
    font-size: 14px;
    text-align: left;
    color: blue;
    font-weight: bold;
    text-decoration: underline;
}

.OmniJoin-Button
{
    width: 223px;
    height: 84px;
    color: White;
    background-color: #767676; /*dark grey*/
    font-weight: bold;
    padding: 0;
    margin: 0px 0px 14px 40px;
}

a.OmniJoin-buttonLink:hover
{
    text-decoration: none;
}

.OmniJoin-buttonText
{
    margin: 0px auto;
    padding: 0px 0px;
    text-align: center;
    color: White;
    font-size: 15px;
    font-weight: bolder;
    line-height: 85px;
}

.OmniJoin-horizontalDivider
{
    width: 100%;
    height: 1px;
    border-top: 1px solid #D8D8D8;
    padding:0;
    margin: 30px 0px 20px 0px;
}

.OmniJoin-contentRow2-TextContainer
{
    float: left;
    width: 60%;
    height: auto;
}

.OmniJoin-List
{
    list-style-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/homepage-slides/dot_orange.png);
    padding-left: 40px;
    margin-top: 0px;
}

.OmniJoin-ListItem
{
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 5px;
    text-align: left;
}

.OmniJoin-contentRow2-WebBox
{
    float: right;
    width: 33%;
    height: auto;
    background-color: #F1F1F1;
    margin: 8px 0px 0px 0px;
    padding:0;
}

.OmniJoin-contentRow2-WebBoxContainer
{
    width: auto;
    height: auto;
    background-color: #F1F1F1;
    margin:0;
    padding: 15px 25px 25px 25px;
}

.Services-PlanBox-ButtonRow
{
    width: 223px;
    height: 35px;
    padding: 10px 0px 20px 0px;
    margin:0;
}

.Services-PlanBox-ButtonRowContainer
{
    width: 210px;
    height: 35px;
    padding:0;
    margin:0px auto;
}

.Services-PlanBox-TryItFree-button
{
    float: left;
    width: 102px;
    height: 35px;
    background-color: #de783d;
    padding:0;
    margin:0px 6px 0px 0px;
}

a.Services-PlanBox-TryItFree-buttonLink:hover
{
    text-decoration: none;
}

.Services-PlanBox-TryItFree-buttonText
{
    height: 35px;
    margin: 0px auto !important;
    padding:0 !important;
    line-height: 35px;
    text-align: center;
    color: White;
    font-size: 16px;
    font-weight: normal;
}

.Services-PlanBox-BuyItNow-button
{
    float: left;
    width: 102px;
    height: 35px;
    background-color: #00859b;
    padding:0;
    margin:0;
}

a.Services-PlanBox-BuyItNow-buttonLink:hover
{
    text-decoration: none;
}

.Services-PlanBox-BuyItNow-buttonText
{
    height: 35px;
    margin: 0px auto !important;
    padding:0 !important;
    line-height: 35px;
    text-align: center;
    color: White;
    font-size: 16px;
    font-weight: normal;
}

.Services-PlanBox-ContactUs-button
{
    width: 130px;
    height: 35px;
    background-color: #767676;
    padding:0;
    margin:0px auto;
}

a.Services-PlanBox-ContactUs-buttonLink:hover
{
    text-decoration: none;
}

.Services-PlanBox-ContactUs-buttonText
{
    height: 35px;
    margin: 0px auto !important;
    padding:0 !important;
    line-height: 35px;
    text-align: center;
    color: White;
    font-size: 16px;
    font-weight: normal;
}


/* CSS FOR VIDEO MODAL WINDOW ON OMNIJOIN HOMEPAGE */
.ModalWrapper
{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/images/modal-background.png);
    background: rgba(0,0,0,0.85);
    z-index: 1000;
}
    
.ModalPositioner
{
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
    
.ModalBox
{
    padding: 10px;
    margin: 0 auto;
    /*border: 1px solid #999;*/
    border: 2px solid black;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.85);
}
    
:root .ModalBox .mejs-mediaelement
{
    position: inherit;
    height: auto;
}
    
:root .ModalBox .mejs-container,
:root .ModalBox .mejs-layer,
:root .ModalBox .mejs-video,
.ModalBox .mejs-mediaelement video
{
    width: 100% !important;
    height: 100% !important;
}
