﻿.SupportPage
{
    padding: 5px;
}
.SupportPage select
{
    max-width: 330px;
    margin-bottom: 10px;
}
.SideBarLinks
{
    font-size: 82%;
    padding-left: 20px;
    margin: 0;
}
.SideBarLinks li
{
    padding: 0;
    margin: 0;
    line-height: 1.4em;
}
.SearchButton
{
    padding: 3px 20px;
    border: none;
    border-radius: 12px;
    background: #005ca9;
    background: linear-gradient(to bottom, #2387df, #005ca9);
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}
.BigBoxLinks
{
    float: left;
    clear: both;
    margin: 0 0 10px;
    padding: 0;
}
.BigBoxLinks a
{
    display: block;
    float: left;
    height: 130px;
    width: 150px;
    padding: 10px 5px;
    margin: 0 5px 5px 0;
    border: 1px solid #aeaeae;
    border-radius: 7px;
    font-size: 75%;
    font-weight: bold;
    text-align: center;
    color: #4d4d4d;
    background-position: center 70%;
    background-repeat: no-repeat;
}
.BigBoxLinks a:hover
{
    text-decoration: none;
    border-color: #005ca9;
    color: #005ca9;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.SupportPage h3
{
    margin: 10px 0 5px;
    color: #1C369F;
    text-transform: uppercase;
    font-size: 90%;
}
.SupportPage h3:first-child
{
    margin-top: 0;
}
.SupportPage h4
{
    margin: 10px 0 5px;
    color: #1C369F;
    font-size: 82%;
}
.divTop
{
    float: left;
    margin-bottom: 10px;
}
.divTopHeader
{
    padding: 5px 20px;
    width: 730px;
    background: #005ca9;
    border-radius: 7px 7px 0 0;
}
.divTopHeader h2
{
    display: inline;
    color: #fff;
    margin: 0;
    font-size: 110%;
    text-transform: uppercase;
}
.divTopHeader h3
{
    display: inline;
    color: #fff;
    margin: 0;
    font-size: 82%;
    text-transform: none;
}
.divTopContent
{
    float: left;
    width: 768px;
    padding: 10px 0;
    border: 1px solid #ccc;
    border-radius: 0 0 7px 7px;
    border-top: none;
    background: #eee;
    background: linear-gradient(to bottom, #fefefc, #d8d8d8);
}
.divLeft
{
    float: left;
    clear: left;
    width: 520px;
}
.divRight
{
    float: left;
    width: 228px;
    padding: 10px;
    background: #eee;
    background: linear-gradient(to bottom, #d9d9d9, #fff);
    border: 1px solid #ccc;
    border-radius: 7px;
}
.divRight p
{
    margin: 8px 0;
}
.divYourAccount
{
    margin-top: 12px;
}
.divModelSearch
{
    float: left;
    width: 256px;
    padding: 0 20px 10px 60px;
    border-right: 1px solid #999;
}
.divModelSelect
{
    float: left;
    width: 350px;
    padding: 0 0 10px 60px;
}
.divBottom
{
    clear: both;
    float: left;
    width: 770px;
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 7px;
    margin-top: 10px;
}
.divBottom .info
{
    padding: 0 15px;
    clear: both;
    border: 1px solid #ccc;
    border-width: 1px 0 0 0;
}
.divBottom p
{
    font-size: 75%;
}
.divBottom .hours
{
    float: left;
    clear: none;
    width: 354px;
    padding: 0 15px;
    border: 1px solid #ccc;
    border-width: 0 0 0 1px;
}
.divBottom .hours:first-child
{
    border: none;
}
.ui-widget.ui-autocomplete
{
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 70%;
}
.ToolTipControl
{
    display: inline-block;
    position: relative;
    vertical-align: top;
    font-size: small;
    color: #666;
    padding: 0 5px 0 5px;
    background: #999;
    color: #fff;
    border-radius: 12px;
}
.ToolTipBox
{
    display: none;
    position: absolute;
    right: 16px;
    top: 0;
    width: 350px;
    font-size: small;
    text-transform: none;
    font-weight: normal;
    background: #fff;
    color: #333;
    padding: 10px;
    border: 1px solid #005ca9;
    border-radius: 7px 0 7px 7px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.ToolTipControl:hover
{
    background: #005ca9;
    color: #fff;
    border-radius: 0 12px 12px 0;
}
.ToolTipControl:hover .ToolTipBox
{
    display: block;
}

/* --- Model Page --- */

.ModelBox
{
    float: left;
    width: 485px;
    margin: 0 5px 10px 0;
    padding: 10px 20px;
    border: 1px solid #005ca9;
    border-radius: 12px;
}
.BasicInfo
{
    float: left;
    width: 250px;
}
.ModelImage
{
    float: right;
    margin-left: 10px;
    max-width: 200px;
    max-height: 200px;
}
.SideBar
{
    float: right;
    width: 242px;
    margin: 0 0 10px 0;
}
.SideBarOther
{
    float: right;
    width: 200px;
    padding: 10px 20px;
    margin-bottom: 5px;
    background: #eee;
    background: linear-gradient(to bottom, #d8d8d8, #fefefe);
    border: 1px solid #ccc;
    border-radius: 12px;
}
.SideBarContact
{
    float: right;
    width: 200px;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 12px;
}
.divChatSupport
{
    float: left;
    width: 110px;
    border-right: 1px solid #ccc;
    overflow: hidden;
}
.divContact
{
    float: left;
    margin-left: 10px;
    width: 75px;
    font-size: 70%;
}
.divContact a:hover
{
    text-decoration: none;
}
a.ButtonWide
{
    clear: both;
    display: block;
    padding: 5px;
    background: #005ca9;
    border-radius: 12px;
    color: #fff;
    font-weight: bold;
    font-size: 90%;
    text-align: center;
    text-decoration: none;
}
a.ButtonWide:after
{
    content: ' >>';
    color: #ff9a00;
}
a.ButtonWide:hover
{
    color: #fff;
    text-decoration: none;
}
.SideBar ul
{
    padding-left: 20px;
    margin: 0;
}
.SideBar li
{
    margin: 0;
    font-size: 80%;
}
.SideBar h3
{
    margin: 0 0 5px;
    color: #1C369F;
    text-transform: uppercase;
}
.CustModelName
{
    color: #1C369F;
    margin-top: 0px;
    margin-bottom: 0px;
}
.NotYourProduct
{
    font-size: 80%;
}
/*.SmallIconLinks
{
    float: left;
    margin: 0 0 10px;
    padding: 5px 20px;
}
.SmallIconLinks a
{
    display: block;
    position: relative;
    float: left;
    height: 49px;
    width: 36px;
    margin-left: 19px;
    font-size: 75%;
    text-align: center;
    background-position: center top;
    background-repeat: no-repeat;
    text-decoration: none;
}
.SmallIconLinks a:first-child
{
    margin-left: 0;
}
.SmallIconLinks a span
{
    display: none;
    position: absolute;
    bottom: 54px;
    right: -18px;
    min-width: 60px;
    padding: 2px 6px;
    background-color: #4d4d4d;
    background-color: rgba(50,50,50,0.8);
    color: #fff;
    border-radius: 7px;
}
.SmallIconLinks a:hover span
{
    display: block;
}*/
.SmallIconLinks
{
    float: left;
    margin: 0 0 10px;
    padding: 5px 20px;
}
.SmallIconLinks a
{
    display: block;
    float: left;
    clear: both;
    height: 30px;
    padding: 5px 0 5px 45px;
    background-position: left top;
    background-repeat: no-repeat;
    font-size: 80%;
    text-decoration: none;
    font-weight: bold;
    color: #333;
    position: relative;
}
.SmallIconLinks a:hover
{
    color: #1E75BD;
}
.divVideos
{
    clear: both;
}
.divVideos p, .divVideos ul
{    
    font-size: 75%;
}
.divWarranty
{
    float: left;
    margin: 10px 10px 10px 35px;
}
.divWarranty ul
{
    font-size: 75%;
}
.SupportTabs
{
    clear: both;
}
.MultiLineTabBar
{
    clear: both;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}
.MultiLineTabBar li
{
    display: block;
    float: left;
    vertical-align: top;
    padding: 5px 10px;
    margin-right: 3px;
    width: 125px;
    height: 30px;
    border-bottom: none;
    border-radius: 12px 12px 0 0;
    background: #666;
    color: #fff;
    font-size: 75%;
    font-weight: bold;
    line-height: 14px;
    cursor: pointer;
    overflow: hidden;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}
.MultiLineTabBar li.CurrentTab
{
    background: #005ca9;
    cursor: default;
}
.TabContentBox
{
    clear: both;
    padding: 10px 20px;
    border: 1px solid #005ca9;
    border-radius: 0 12px 12px;
}
.TabContent
{
    display: none;
    font-size: 75%;
}
.TabContent.CurrentContent
{
    display: block;
}
.TabContent ul
{
    padding-left: 20px;
    margin-left: 0;
    line-height: 1.6em;
}
.divModelContent
{
    clear: both;
}

/* --- Modal Window --- */

.ModalWrapper
{
    display: table;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: url(https://www.brother-usa.com/virdata/StaticContent/BrotherBrasil/images/modal-background.png);
    background: rgba(0,0,0,0.6);
}
.ModalPositioner
{
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.ModalBox
{
    padding: 10px;
    margin: 0 auto;
    border: 1px solid #999;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.8);
}
: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;
}
.ModalButtonClose
{
    display: inline-block;
    padding: 8px 32px 8px 2px;
    font-weight: bold;
    font-size: small;
    color: #005ca9;
    background: url(https://www.brother-usa.com/virdata/StaticContent/BrotherBrasil/images/buttons/btn_x.png) no-repeat center right;
}
.ModalButtonClose:hover
{
    text-decoration: none;
    color: #005ca9;
}