﻿/* GLOBAL */
body {
    font-family: 'whitney-medium';
    font-size: 16px;
    line-height: 1.5;
}


a {
    color: #FF4D00;
    text-decoration: none;
}

.RowWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1140px;
    margin: 0px auto;
}


.span3 {
    display: block;
    float: left;
    margin-right: 2.3576515979%;
    width: 30%;
}

    .span3 span.icon {
        margin-right: 5px;
    }


.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.icon.icon-checkmark-green {
    background-image: url(https://myaccount.td.org/resources/img/sprite.png);
    background-position: -64px 0px;
    width: 16px;
    height: 16px;
}


.icon.icon-x-red2 {
    background-image: url(https://myaccount.td.org/resources/img/sprite.png);
    background-position: -34px 0px;
    width: 14px;
    height: 14px;
} 

.icon {
    display: inline-block;
}

.clear {
    clear:both;
}

.nobullet {
    list-style: none;
}

.button {
    padding: 5px;
    font-family: 'whitney-semibold';
    background: #FF4D00;
    border: 0;
    border-radius: 2px;
    color: white !important;
    display: inline-block;
    font-size: 18px;
    padding: 10px 15px;
    text-decoration: none;
}

    button.disabled, .button.disabled {
        text-decoration: none;
        cursor: default;
        opacity: 0.65;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
        filter: alpha(opacity=65);
        zoom: 1;
        background: #B2B2B3;
    }

    button.disabled:hover, .button.disabled:hover {
        background-color: #B3B2B3;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #B3B2B3), color-stop(100%, #696869));
        background-image: -webkit-linear-gradient(#B3B2B3, #696869);
        background-image: linear-gradient(#B3B2B3, #696869);
        text-decoration: none;
        cursor: default;
        text-shadow: none;
        opacity: 0.65;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
        filter: alpha(opacity=65);
        zoom: 1;
    }

/* nav */
.nav-item {
    list-style: none;
}

.nav-item-header {
    font-size: 22px;
}

.left-col-20 {
    display: block;
    float: left;
    margin-right: 2.5%;
    width: 20%;
}

.right-col-75 {
    display: block;
    float: left;
    margin-right: 2.5%;
    width: 75%;
}

.nav-left > li {
    margin-top: 10px;
}

.nav-left > li ul .nav-item {
    padding: 10px;
    border-bottom: 1px solid #dedede;
}

.nav-left .nav-item {
    color: #666;
    padding: 5px 15px;
}

.nav-left ul {
    padding: 0px;
}

.tiger td, .tiger th {
    border: 0px;
    border-bottom: 1px solid #DEDEDE;
    padding: 5px;
}

.tiger .pager a {
    padding: 5px;
}

/* As there are two controls on Biocontrol to display bio, hiding one of them to prevent it from displaying twice */
.lblBio {
    display: none;
}

/* Responsive */
@media only screen and (max-width: 460px) {
    .left-col-20 {
        width: 100%;
    }

    .right-col-75 {
        width: 100%;
    }
}