.drawer {
    width: 100%;
    z-index: 2000;
    position: fixed;
    bottom: 0;
}

.drawerWrapper {
    margin:0 auto;
    display: block;
    width: 100%;
    max-width: 980px;
}

.drawer_widget {
    background: white;
    bottom: -40px;
    position: absolute;
    max-width: 980px;
    width: 100%;
    box-shadow: 0 -4px 10px rgba(50, 50, 50, 0.3);
}

.drw-bar {
    padding: 0;
    color: #fff;
    background-color: #16467A;
    font-size: 13px;
    text-align: left;
    position: relative;
    white-space: nowrap;
}

.drw-bar:hover {
    cursor: pointer;
}

.drw-bar .subheader2 {
    position: absolute;
    left: 10px;
    bottom: 5px;
}

.touch .drw-bar .myMackLogo {
    display: none;
}

.drw-bar a:first-child {
    padding-left: 0;
}

.drw-bar a:last-child {
    margin-right: 0;
    padding-right: 0;
}

.drw-bar .drawerTooltip {
    padding: 10px;
    border: none;
    background: rgb(22, 70, 122);
    font-weight: normal;
    position: absolute;
    display: none;
    line-height: 1;
    margin-top: 15px;
}

.drw-bar .active .drawerTooltip {
    font-weight: normal;
}

.drw-bar .drawerTooltip.top {
    top: -27px !important;
}

.drw-bar .drawerTooltip p {
    margin-bottom: 0;
    color:#e8e8e8;
}

.drw-bar .drawerTooltip .arrow {
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;   
    border-top: 10px solid rgb(22, 70, 122);
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    right: 0;
}

.drw-bar .drawerTooltip .inner-arrow {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid rgb(22, 70, 122);
    position: relative;
    left: -8px;
    bottom: 3px;
    z-index: 1500;
}

.drw-bar .currentSection {
    display: none;
}

.drw-bar .currentSection.readerOnly {
    display: inline;
}

.drwb-toggle {
    top: 0;
    /*right: 10px;*/
    right:5px;
    position: absolute;
}

.drwb-toggle span {
    background-color: #59ABDD;
    margin: 4px 1px 7px 0;
    padding: 0 5px;
    height: 20px;
    display: block;
    float: left;
    line-height: 22px;
    color: white;
}

.drwb-toggle .small.open,
.drwb-toggle .small.close {
    display: none;
}

.drwb-toggle .icon {
    margin-right: 0;
    overflow: hidden;
    padding: 0;
    width: 20px;
}

.drwb-toggle .icon:before {
    content: url('/mi/assets/images/icon-sprite.png');
    display: inline-block;
}

.drwb-toggle .plus:before {
    margin-left: -60px;
    margin-top: -102px;
}

.drwb-toggle .minus:before {
    margin-left: -80px;
    margin-top: -102px;
}

.drwb-toggle .subheader1 {
    font-size: 22px;
}

.drw-bar .drawer-divider {
    border-right: 1px solid #FFF;
    display: inline-block;
    height: 13px;
    margin-top: -2px;
    vertical-align: middle;
    width: 1px;
}

.drw-bar a {
    color: #ffffff;
    display: inline-block;
    line-height: 29px;
    /*padding: 0 10px 0 5px;*/
    padding: 0 5px;
}

.drw-bar a i {
    display: none;
}

.drw-bar .sales_team {
    /*padding-left: 10px;*/
    padding-left:5px;
}

.drw-bar a.arrow {
    background: transparent url('/mi/assets/images/drawer-tab-select-opt.png') no-repeat center bottom;
    font-family: "PragmaticaSB", "Helvetica Bold", Helvetica, Verdana, sans-serif;
}


.drw-bar a.arrow.noSelection {
    background: none;
}

.drw-bar a.btn {
    margin-top: 4px;
    margin-right: 4px;
}

@media screen and (max-width: 480px) {
    .drw-bar .drawerTooltip.loggedOutPositioning {
        max-width: 264px;
        left: 15px !important;
        top: -77px !important;
    }
    .drw-bar .drawerTooltip.loggedOutPositioning p {
        white-space: normal;
        line-height: normal;
    }
    .drw-bar .drawerTooltip.loggedOutPositioning .arrow {
        margin-left: -42px;
    }

}
@media screen and (max-width:650px){
    .salesteam-cont{
        padding-bottom: 45px;
    }
    .drw-bar .drawerTooltip.exceededTooltip {
        /* these are !important because they are overriding jquery.tooltips inline css. */
        left:0!important;
        width:100%!important;
        bottom: auto!important;
        padding-right:30px;
        top:-18px!important;
        white-space:normal!important;
    }
    .drw-bar .drawerTooltip.exceededTooltip .arrow{
        display:none;
    }
}
@media screen and (max-width: 835px) {
    .drw-bar .myMackLogo {
        display: none;
    }

}

@media screen and (min-width: 615px) {
    .drw-bar {
        padding: 0;
        text-align: left;
    }
    .drwb-toggle {
        right: 10px;
    }
    .drwb-toggle .small.open, 
    .drwb-toggle .small.close {
        display: block;
    }

    .drwb-toggle span {
        margin-top: 7px;
    }

    .drw-bar a {
        padding: 0 15px 0 10px;
        line-height: 35px;
    }
    .drw-bar a i {
        display: inline-block;
        margin-right: 8px;
        margin-top: -4px;
    }
    .drw-bar .drawer-divider {
        height: 20px;
    }

}
@media screen and (min-width:700px){
    .drw-bar {
        text-align: center;
    }
}
@media screen and (min-width:835px){

    .drw-bar .myMackLogo{
        display:block;
        padding-bottom: 2px;
    }
}

/* Fixed Positioning Drawer CSS Begin */
.touchmove .fixed {
    display:none;
}
.is-drawer-open.touchmove .fixed{
    display:block;
}
.is-drawer-open,
.is-drawer-open body {
    overflow:hidden;
}
.is-drawer-open .drawer-body {
    display:block;
    height:200px;
    overflow:auto;
    -webkit-overflow-scrolling: touch;
}

.drawer .btnContainer {
    margin-bottom:20px;
}
.is-drawer-open .drw-bar{
    top:0;
}
.is-drawer-open .drawer_widget{
    height:100%;
}
.is-drawer-open .drawerWrapper{
    height:100%;
}
/*.fixed{
	position:fixed;
	bottom: -35px;
	width:100%;
	transition: all .3s;
	-webkit-transition: all .3s;
	-khtml-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}*/
.fixed.reveal{
    bottom: 0px;
}
.drawer {
    overflow:visible;
}
.drw-tabs {
    display:none;
    overflow:hidden;
}

@media screen and (min-width: 615px) {
    .is-drawer-open, .is-drawer-open body {
        /*overflow: auto;*/
    }
    .is-drawer-open .fixed{
        position:fixed;
    }

    .is-drawer-open .drawer_widget{
        height:auto;
    }
    .drt-mymac.active,
    .drt-mybookmarks.active,
    .drt-myfunds.active,
    .drt-mycart.active{
        height:360px;
    }
    .drt-mycart.active{
        height:310px;
        margin-bottom:45px;
        overflow: auto;
    }

}

/*MACKNZ0005-8477*/
@media screen and (min-width: 615px) and (max-width: 690px){
    .is-drawer-open .drawer_widget{
        height:100%;
    }

    /*MACKNZ0005-8628*/
    .drtc-login-register {
        overflow-y: auto;
    }

}
/*MACKNZ0005-8478*/
@media screen and (min-width: 320px) and (max-width: 690px){
    .drw-tab .fieldWrapper{
        overflow: auto;
        position: relative;
        z-index: 1;
    }


}
/* Fixed Positioning Drawer CSS End */


.drw-bar > .my_cart {
    padding-right:0;
}
.drw-tabs {
    height: auto;
    overflow-y: hidden;
}
.drw-tab {
    display: none;
    height: 100%;
    overflow: hidden;
}
.drw-tab.active {
    display: block;
    overflow: auto;
}

.myFunds.active .scrollTable{
    height: 270px;
    overflow-y: auto;
}
.myBookmarks.active .scrollTable{
    height: 324px;
    overflow-y: auto;
}
.myCart.active .scrollTable{
    height: 273px;
    overflow-y: auto;
}

.drw-tab h3 {
    font-size: 16px;
}
.drw-bar > .my_cart {
    border-right:none;
}
.drw-tab form{
    margin-bottom:0;
}
#my_cart,
.drw-bar .drwb-toggle {
    border:0;
}
.drt-column {
    display: inline-block;
    padding: 9px;
    vertical-align: top;
}

.drt-mymac .advisorLogin .i-pipe,
.drt-mymac .advisorLogin .btnContainer a {
    display: none;
}

.drtc-mb-head > li,
.drtc-mb-list > ul > li,
.drtc-mf-head > li {
    display: inline;
    list-style-type: none;
}
.drtc-mf-head > li > .customSelect {
    display: inline-block;
}
.drtc-mymac-info {
    display:none;
}
.drtc-login-register {
    width:100%;
}



.drtc-login {
    width:100%;
    display: inline-block;
    margin-bottom:20px;
    padding-bottom:20px;
    border-bottom:1px solid #d5d5d8;
}

.drtc-login .terms {

    font-size:9px;
    margin: 3% 0%
}

.drtc-login-register .moduleHeader{
    border: none;
}
.drtc-login-register .module-header-title{
    margin: 0 0 15px;
    width:100%;
}
.drtc-login .moduleContent {
    clear:both;
    overflow:hidden;
}
.drtc-login-register ul{
    clear:left;
}
.drtc-login .checkbox,
.drtc-login #advisorLoginForm .help-block{
    float:right;
    width:60%;
}
.drtc-login-register .checkbox{
    float:none;
    width:auto;
}
.drtc-login #advisorLoginForm .viewall-link,
.drtc-login .module-footer{
    display:none;
}
.drtc-login .btnContainer {
    margin-top: 14px;
}
.drtc-register {
    display: inline-block;
    vertical-align: top;
    width:100%;
}

.drt-myfunds .select-wrapper{
    margin:5px;
    width:125px;
}
.drt-myfunds .my_bookmarks_table.my_fund_list.thead {
    margin-top: -39px;
}
.drt-myfunds .paginate{
    margin: 0;
    padding: 3px 0;
    min-height: 50px;
    padding-top: 12px;
    padding-bottom: 25px;
    width: 100%;
    max-width: 980px;
    bottom: 0;
    background: #dff2fd;
    text-align: center;
    position: fixed;
    line-height: 1;
    font-size: 12px;
    border-top: 1px solid #CCC;
}

.drt-myfunds .paginate .drt-asof {
    display: none;
}

.drt-myfunds .paginate a{
    padding: 0 5px;
    border-left: 1px solid #16559a;
}

.drt-myfunds .paginate a.active{
    font-weight: bold;
    color: black;
}

.drt-myfunds .paginate a:first-child {
    border: none;
}

.drt-myfunds .paginate:nth-child(0){
    border:none;
}

.drw-tab .pagination{
    margin:0;
    padding:6px 0;
    height:40px;
    width:100%;
    max-width: 980px;
    bottom:0;
    background:#dff2fd;
    text-align: center;
    position: fixed;
    line-height: 30px;
    font-size: 14px;
}
.drw-tab .pagination a,
.drw-tab span.currentStep{
    margin-right:3px;
}



/* Drawer Tables Global*/

.drt-mycart {
    font-size: 10px;
}

.my_bookmarks_table{
    margin-left: 0;
    margin-bottom: 0;
    width: 100%;
    font-size: 10px;
    color: #555555;
    table-layout:fixed;
}

.my_bookmarks_table thead th[class*=sorting] a {
    color: inherit;
    display: inline-block;
    padding-right: 14px;
    position: relative;
    line-height: 1.2;
    text-decoration: none;
}
.my_bookmarks_table thead th[class*=sorting] a > .mfc-sort-indicator {
    position: absolute;
    right: 0;
    top: 2px;
}



.my_bookmarks_table td {
    padding-right: 10px;
    line-height: 15px;
}

.my_bookmarks_table thead {
    border-top-width: 0px;
    border-bottom: 1px solid #cfd4d8;
}

.mycart-table thead {
    border-top-width: 0px;
    border-bottom: 1px solid #cfd4d8;
}

.my_bookmarks_table thead th,
.mycart-table thead th {
    height: 29px;
    vertical-align: middle;
    text-align: left;
    border-top :none;
    white-space: nowrap;
}
.my_bookmarks_table th a{
    color:#555;
}

.my_bookmarks_table th a img{
    margin-left: 3px;
}

.my_bookmarks_table thead tr h1 {
    font-size: 20px;
    color: #333333;
}

.my_bookmarks_table tbody,
.mycart-table tbody {
    border-top: none;
    border-bottom: none;
}

.my_bookmarks_table th, .my_bookmarks_table td {
    vertical-align: middle;
    border-top: 1px dotted #DDDDDD;
    border-bottom: 1px dotted #DDDDDD;
    text-align: left;
}


.my_bookmarks_table tr.market {
    background-color: #fff;
}

.my_bookmarks_table tr td:first-child {
    text-align: left;
}


.my_bookmarks_table td.blue {
    color: #16559a;
}

.my_bookmarks_table td.right, .my_bookmarks_table th.right {
    text-align:right;
    padding-right:10px;
}

.my_bookmarks_table th.left-small {
    font-size:11px;
    padding-left:0;
}

.my_bookmarks_table td.green {
    color: #25ac28;
}
.my_bookmarks_table .removeEntry form{
    margin-bottom:0;
}
.my_bookmarks_table .removeEntry button[type="submit"],
.mycart-table .removeEntry button[type="submit"]{
    padding:0;
    border:0;
    color:#16559a;
    font-size:11px;
    background:transparent;
}


@media screen and (min-width: 480px), print and (min-width: 480px) {


    .drt-mycart,
    .my_bookmarks_table  {
        font-size: 13px;
    }

    .drt-myfunds .my_bookmarks_table td.noResult {
        padding: 50px 80px 0;
    }
    .drt-myfunds .my_bookmarks_table .fundName,
    .drt-myfunds .my_bookmarks_table .removeEntry {
        font-size: 13px;
    }

    .my_bookmarks_table thead th {
        font-size: 13px;
    }

    .my_bookmarks_table .removeEntry button[type="submit"] {
        font-size: 13px;
    }

    .my_bookmarks_table th.removeEntry {
        font-size: 13px;
        text-align: left;
    }

    .drt-myfunds tbody td{
        padding: 7px 0px;
    }


    .my_bookmarks_table .desktopOnly,
    .drw-bar .desktopOnly{
        font-size:inherit;
        display:inline;
    }
    .drt-myfunds .select-wrapper{
        z-index: 10;
    }

}


/*My fund table headers and data width proportions*/

.drt-myfunds .my_bookmarks_table th{
    height:38px;
    color:#555;

}
.drt-myfunds .my_bookmarks_table th,
.drt-myfunds .my_bookmarks_table td{
    text-overflow:ellipsis;
}


/*myWatchlist table CSS*/

.drt-myfunds .myWatchList .my_bookmarks_table td {
    width: 15%;
    height: 39px;
    color: #555;
    padding: 0px;
}

.drt-myfunds .myWatchList .my_bookmarks_table th {
    height: 30px;
}


.drt-myfunds .myWatchList .my_bookmarks_table .fundName {
    width:  28%;
    padding-left: 5px;
}

.drt-myfunds .myWatchList .my_bookmarks_table .assetClass {
    display: none;
}

.drt-myfunds .myWatchList .my_bookmarks_table .fundPrice {
    text-align: center;
    width: 15%;
}

.drt-myfunds .myWatchList .my_bookmarks_table .dailyChangeAmt {
    display: none;
}

.drt-myfunds .myWatchList .my_bookmarks_table .dailyChangePct {
    text-align: center;
    width: 15%;
}

.drt-myfunds .myWatchList .my_bookmarks_table .removeEntry {
    padding-right: 5px;
    text-align: right;
}


@media screen and (min-width: 480px), print and (min-width: 480px) {

    .drt-myfunds .myWatchList .my_bookmarks_table .fundName {
        width: 32%;
        padding-left: 15px;
        padding-right:0;
    }

    .drt-myfunds .myWatchList .my_bookmarks_table .removeEntry {
        padding-right: 15px;
    }
    .drt-myfunds .myWatchList .my_bookmarks_table th.fundPrice .longMessage,
    .drt-myfunds .myWatchList .my_bookmarks_table th.dailyChangePct .longMessage,
    .drt-myfunds .myWatchList .my_bookmarks_table th.dailyChangeAmt .longMessage{
        white-space:normal;
    }
}

@media screen and (min-width: 768px), print and (min-width: 768px) {

    .drawer .btnContainer {
        margin-bottom: 20px;
    }

    .drt-myfunds .myWatchList .my_bookmarks_table td  {
        height: 30px;
    }

    .drt-myfunds .myWatchList .my_bookmarks_table th {
        height: 39px;
        padding: 0 10px;
        white-space:normal;
    }

    .drt-myfunds .myWatchList .my_bookmarks_table .fundName {
        width: 27%;
        padding-right: 10px;
    }
    .drt-myfunds .myWatchList .my_bookmarks_table .assetClass {
        display: table-cell;
        width: 8%;
        text-align: left;
    }
    .drt-myfunds .myWatchList .my_bookmarks_table th.assetClass {
        padding-left:0;
    }
    .drt-myfunds .myWatchList .my_bookmarks_table .fundPrice {
        width: 13%;
        text-align: right;
        padding: 0 10px;

    }

    .drt-myfunds .myWatchList .my_bookmarks_table .dailyChangeAmt {
        display: table-cell;
        width: 10%;
        text-align: right;
        padding: 0 10px;

    }

    .drt-myfunds .myWatchList .my_bookmarks_table .dailyChangePct {
        width: 8%;
        text-align: right;
        padding: 0 10px;

    }

    .drt-myfunds .myWatchList .my_bookmarks_table .removeEntry {
        width: 8%;
    }
}

/*myFirmFocus table CSS*/

.drt-myfunds .my_bookmarks_table.myFirmFocus th,
.drt-myfunds .my_bookmarks_table.myFirmFocus td {
    width: 15%;
    height: 30px;
    color: #555;
    padding: 0px;
}

.drt-myfunds .my_bookmarks_table.myFirmFocus th {
    height: 29px;
}

.drt-myfunds .my_bookmarks_table.myFirmFocus .fundName {
    width: 20%;
    padding-left: 5px;
}
.drt-myfunds .my_bookmarks_table.myFirmFocus .assetClass {
    width: 10%;
    display: none;
}

.drt-myfunds .my_bookmarks_table.myFirmFocus .fundPrice {
    width: 10%;
    display: none;
}

.drt-myfunds .my_bookmarks_table.myFirmFocus .dailyChangeAmt {
    width: 10%;
}

.drt-myfunds .my_bookmarks_table.myFirmFocus .dailyChangePct {
    width: 10%;
}

@media screen and (min-width: 480px), print and (min-width: 480px) {
    .drt-myfunds .my_bookmarks_table.myFirmFocus th {
        height: 39px;
    }
}

@media screen and (min-width: 768px), print and (min-width: 768px) {
    .drt-myfunds .my_bookmarks_table.myFirmFocus .fundName {
        width: 20%;
        padding-left: 15px;
        padding-right: 10px;
        white-space:normal;
    }
    .drt-myfunds .my_bookmarks_table.myFirmFocus .assetClass {
        display: table-cell;
    }

    .drt-myfunds .my_bookmarks_table.myFirmFocus .fundPrice {
        display: table-cell;
    }
}

@media screen and (min-width: 835px), print and (min-width: 835px) {
    .drt-myfunds .my_bookmarks_table.myFirmFocus th.fundName,
    .drt-myfunds .myWatchList .my_bookmarks_table th.fundName
    {
        color: white;
        overflow: hidden;
    }

    .drw-login .terms {
        margin:-6% 0%;
    }

    html[lang="fr-CA"] .drawer .btnContainer {
        margin-top: -6px;
    }
}



.drtc-login  form input[type='checkbox']{
    border:none;
    border:0;
    width:20px;
}

.drtc-login form input{
    width:60%;
}
.drtc-login .control-label{
    text-align:left;
    width:70px;
}
.drtc-login .controls{
    margin-left:25px;
}
.drtc-login  .control-group{
    margin-bottom:10px;
}
.orderPrint {
    height:0;
}
@media screen and (min-width:615px), print and (min-width:615px) {
    .drtc-login,
    .drtc-register{
        margin-top:14px;
        height:220px;
        width:50%;
        float:left;
    }
    .drtc-login{
        margin-bottom: 0;
        padding-bottom:0;
        padding-right:20px;
        border-bottom: 0;
        border-right:1px solid #cfd4d8;
    }
    .drtc-login input[type="text"],
    .drtc-login input[type="password"]{
        width:60%;
    }
    .drtc-register{
        padding-left:20px;
    }

    .my_bookmarks_table .removeEntry{
        text-align:right;
    }
    /*.my_bookmarks_table tr td:last-child,
    .my_bookmarks_table th.removeEntry {
        padding-right:10px;
    }*/


    .drt-mycart .orderInfo .addressBlock,
    .drt-mycart .orderInfo .contactBlock{
        width:50%;
        float:left;
    }
    .drt-mycart .checkout2,
    .drt-mycart .checkout3{
        margin-bottom:50px;
    }

}
@media screen and (min-width: 640px) and (max-width: 640px){
    .drtc-login,
    .drtc-register{
        height:395px;
    }
}
@media screen and (min-width: 835px) {

    /* MYMACKENZIE DRAWER */
    .drtc-mymac-info{
        margin-top: 15px;
        padding: 0 10px 0 15px;
        width:37%;
        height: 260px;
        display: inline-block;
        border-right:1px solid #cfd4d8;
    }
    .drtc-login-register{
        margin-top: 15px;
        padding: 0 15px 0 15px;
        width:62%;
    }
    .drtc-login,
    .drtc-register{
        margin-top: 14px;
    }
    .drtc-login .module-header-title {
        padding-top:0;
    }

    .drt-myfunds .select-wrapper{
        width:200px;
    }

}
.drawerWrapper .mfcAjaxLoadingOverlay {
    top: 29px;
}
@media screen and (min-width:615px){
    .drawerWrapper .mfcAjaxLoadingOverlay {
        top: 36px;
    }
}

.drawerWrapper div[data-require="myFunds"] .mfcAjaxLoadingOverlay { top: 0px; }
.drawerWrapper .myBookmarks .mfcAjaxLoadingOverlay { top: 40px; }
/* **********************START OF myMackenzie Drawer CSS ******************* */

body.drawerActiveOverlay {
    overflow: hidden;
    position: fixed;
}

.drtc-mstc-avatar {
    border: 1px solid #d2d3d5;
    width: 50px;
    height: 50px;
    vertical-align: top;
    float:left;
}

.drt-status {
    padding: 6px 0;
    width: 100%;
    line-height: 3;
    height: auto;
    min-height: 40px;
    bottom: 0;
    background-color: #dff2fd;
    clear: both;
    text-align: center;
    font-size: 12px;
    border-top: 1px solid #CCC;
    position: fixed;
    max-width: 980px;

}

.drt-watchlist-asof {
    height: 23px;
    bottom:-2px;
    left:0%;
    position:fixed;
    line-height: 31px;
    white-space: nowrap;
    clear: both;
    text-align: center;
    font-size: 11px;
    z-index:998;
    line-height: 1;
    padding: 0;
    font-family: 'PragmaticaReg',Helvetica,Verdana,sans-serif;
    color: #888;
    text-overflow: ellipsis;
    overflow: hidden;
    width:100%
}


@media screen and (min-width: 480px), print and (min-width: 480px) {


    .drtc-mstc-avatar {
        width: 75px;
        height: 75px;
    }

    .drt-mycart .quantity .desktopOnly{
        display:inline!important;
    }

    .drt-status {
        font-size: 13px;
    }

    .drt-mycart span.drt-mc-emptycart {
        float: left;
        margin-left: 10px;
        margin-top: 10px;
    }


    .drtc-login input[type="text"],
    .drtc-login input[type="password"]{
        width:75%;
    }

    .my_bookmarks_table thead th, .mycart-table thead th {
        height: 36px;
    }

    .mycart-table tr td {
        font-size: 13px;
    }
    .mycart-table .removeEntry button[type="submit"] {
        font-size:13px;
    }
    /*.drt-mycart.active,
    .drt-mymac.active{
        padding-bottom:50px;
    }*/
    .drt-mycart .checkout .addressInfo > div,
    .drt-mycart .checkout .otherInfo .myCart-dealerCode,
    .drt-mycart .checkout .otherInfo .myCart-advisorCode,
    .drt-mycart .checkout .otherInfo .myCart-phoneNumber,
    .drt-mycart .checkout .otherInfo .myCart-extension{
        width:50%;
        float:left;
    }
    .drt-mycart .checkout1{
        max-height:375px;
    }

}
@media screen and (min-width: 768px) {

    .drt-mycart .addressInfo{
        width: 70%;
        float:left;
    }
    .drt-mycart .otherInfo{
        width:30%;
        float:left;
    }
    .drt-mycart .otherInfo .myCart-phoneNumber{
        padding: 0 0 0 10px;
    }
    .drt-mycart .checkout .addressInfo .myCart-suiteNumber,
    .drt-mycart .checkout .addressInfo .myCart-postalCode{
        width:130px;
    }

    .drt-mycart.active {
        height: 310px;
        margin-bottom:45px;
        overflow: auto;
    }
    .drt-mymac.active{
        height:400px;
        padding-bottom:50px;
    }

}


.drt-status .itemCountContainer form {
    float:right;
}

@media screen and (min-width: 667px), print and (min-width: 667px) {
    .drt-status {
        line-height: 30px;
    }
}
    @media screen and (min-width: 835px), print and (min-width: 835px) {
    .drw-tab .pagination{
        height:50px;
        background:#f6f6f6;
        line-height: 36px;
        font-size: 14px;
        border-top: 1px solid #CCC;
    }
    .drt-status {
        background:#f6f6f6;

        font-size: 13px;
        border-top: 1px solid #CCC;
    }
    .drt-status .itemCountContainer {
        display: inline-block;
        float: right;
    }

}
.drt-mycart thead th {
    text-align:left;
    color: #555;
}
th.drt-mc-qty,
td.drt-mc-qty {
    text-align: right !important;
    padding-right: 0px !important;
}

.drt-mycart tfoot td {
    height: 50px;
    min-height: 50px;
    background-color: #f6f6f6;
    text-align: right !important;
    padding-top: 0;
}

.drt-mycart tfoot button {
    float: none;
    margin-left: 12px;
}




.drw-mycart-visible .mycart-table {
    width: 100%;
}

.drw-mycart-visible .mycart-table th {
    border-bottom: 1px solid #ccc;
}

.mycart-table .odd,
.my_bookmarks_table .odd{
    background-color: #f6f6f6;
}

.drt-mc-max {
    color: #999;
}
.drt-mycart tbody input {
    color: #999;
    padding-left: 10px;
    width: 44px;
}

.drw-mycart-visible span.drt-mc-qty,
.drt-mycart span.drt-mc-qty{
    font-size: 32px;
    position: relative;
    top: 2px;
    margin-right: 10px;
    float: right;
}

.drt-mycart span.drt-mc-label {
    float: right;
    margin-right: 10px;
}

.drt-mycart span.drt-mc-login,
.drt-mycart span.drt-mc-emptycart {
    margin: 10px 0 5px 10px;
    float: left;
    line-height: normal;
}

.drw-mycart-visible .mc-table-footer span.drt-mc-login {
    float: left;
    position: relative;
    margin-top: 10px;
    margin-bottom:10px;
    text-align: left;
    margin-left: 5px;
}
.drw-mycart-visible .mc-table-footer span.drt-mc-emptycart{
    float:left;
    margin-left:5px;
    position:relative;
}

.drw-mycart-visible .mc-table-footer span.drt-mc-label {
    position: relative;
    top: -4px;
    margin-right: 10px;
}

.drw-mycart-visible .mc-table-footer a.drt-mc-checkout {
    position: relative;
    top: -3px;
    margin-right: 5px;
}

@media screen and (min-width: 835px){
    .drw-mycart-visible .mc-table-footer span.drt-mc-login {
        max-width:74%;
    }
}
@media screen and (min-width:835px){
    .drt-watchlist-asof{
        text-align: center;
        padding-left: 0px;
        height: 35px;
        font-size: 12px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1024px){
    html[lang="fr-CA"] .drawer .userFormWidget .btnContainer {
        margin-top: -14px;
    }
}

/* END Drawer */

