﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    background: #B4B4B4;
    font-size: 1em;
    margin: 0px;
    padding: 0px;
}

a {
    /*display: inline-block;*/
    position: relative;
    color: #2b8000;
    background-color: transparent;
	text-decoration: none;
    /*text-decoration-color: #A4A4FF;
    text-decoration-thickness: 2px;*/
}

    a:hover, a:focus, a:active {
        text-decoration: none;
    }

    a:after {
        content: '';
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        height: 2px;
        bottom: 0px;
        left: 0;
        /*background-color: #141414;
        transform-origin: bottom right;
        transition: transform 0.2s ease;*/
    }

    /*a:hover:after {
        transform: scaleX(1);
        transform-origin: bottom left;
    }*/

/*a:link, a:visited {
    color: #3259D1;*/ /*034af3;*/
/*}


a:hover {
    color: #1d60ff;
    text-decoration: none;
    cursor: text;
}

a:active {
    color: #034af3;
}

a.lbdisable, a.lbdisable:hover {
    color: #333333;
    text-decoration: none;
}

a[href], .b-switch-lang {
    text-decoration: underline;
}

    a[href]:hover, .b-switch-lang:hover {
        text-decoration: none;
        cursor: pointer;
    }*/

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

td.bold {
    font-weight: bold;
}

img {
    border: 0px;
}

    img.head {
        height: 40px;
        margin-right: 10px;
    }

table.head {
    margin-bottom: 5px;
}

.notab {
    padding: 5px;
    border: 0px;
    background-color: #eeeeee;
    color: #333333;
}

img.icon {
    padding: 0px 0 0 0;
    margin: -4px 0 0 0;
    vertical-align: middle;
    border: 0px;
}

th {
    background-color: #B4B4B4;
}

.qIcon {
    padding-top: 3px;
}

.noAccess:hover, .noLink:hover {
    color: #333333;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #333333;
    /*font-variant: small-caps;*/
    text-transform: none;
    font-weight: 400;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 700;
}

    h2.head {
        padding: 0px;
        margin: 0px;
    }

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 97%;
    background-color: #fff;
    margin: 15px auto 0px auto;
    border: 1px solid #496077;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #ffffff;
    width: 100%;
}

    .header h1 {
        margin: 10px 0 0;
        padding: 0px 0px 0px 15px;
        /*        color: #f9f9f9;*/
        border: none;
        line-height: 2em;
        font-size: 24px;
        font-weight: 700;
    }

.headerTitle {
    color: #141414;
    font-size: 1.25em;
    line-height: 1.25em;
    font-weight: 700;
    margin-left: 10px;
}

.main {
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
    font-weight: 400;
    flex-wrap: wrap;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 2px solid #4B286D;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

    fieldset.login legend {
        width: inherit; /* Or auto */
        padding: 0 10px; /* To give a bit of padding on the left and right */
        border-bottom: none;
    }

legend {
    font-size: 1.1em;
    font-weight: 700;
    color: #141414;
}

input.textEntry, input.passwordEntry {
	font-family: 'telusweb';
    width: 320px;
	border: 1px solid #ccc;
}

/*div.accountInfo {
    width: 42%;
}*/

.accountInfo {
    position: relative;
    top: 0px;
    width: 372px;
    float: left;
	background-color: #e3e6e8;
    padding: 0px 35px 10px 20px;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
    font-weight: 700;
}

.loginDisplay {
    font-size: .85em;
    display: block;
    text-align: right;
    padding: 10px;
    color: #141414;
}

/*    .loginDisplay a:link, .loginDisplay a:visited, .loginDisplay a:hover {
        color: white;
    }*/

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

.btn {
	text-align: center;
	font-family: 'telusweb';
	font-weight: bold;
    font-size: 1.1em;
	color: #ffffff;
	background-color: #2b8000;
	padding: 10px;
	border: none;
}
.btn:hover {
	color: #000000;
}

select, option {
	font-family: 'telusweb';
	font-weight: 400;
}

.hidden {
    display: none;
}

.report-reportportal-dl dt, .report-reportportal-dl dd {
    margin-top: 5px;
}

.fontMS {
    font-size: 1rem;
    font-weight: 400;
}

.tabFontMS {
    font-size: 1rem;
    font-weight: 700;
}

.termsAndConditions {
    padding: 10px 13px 10px 13px;
    background-color: #676E73;
    color: #F5F5F5;
    border-radius: 15px;
    /**/
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
    text-align: left;
}

.logo {
    margin: 10px;
    background-color: white;
    height: auto;
    min-width: 125px;
    width: 225px;
    padding: 4px 8px 4px 8px;
    float: left;
    vertical-align: top;
}

.bSwitchLang {
    color: #2b80000;
    /*    float: right;*/
    border: none;
    cursor: pointer;
    /*    margin-right: -6px;*/
    display: inline-block;
    text-decoration: underline;
    /**/
    position: relative;
    background-color: transparent;
	text-decoration: none;
    /*text-decoration-color: #A4A4FF;
    text-decoration-thickness: 2px;*/
}

    .bSwitchLang:hover, .bSwitchLang:focus, .bSwitchLang:active {
        text-decoration: none;
    }

    .bSwitchLang:after {
        content: '';
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        height: 2px;
        bottom: 0px;
        left: 0;
        /*background-color: #141414;
        transform-origin: bottom right;
        transition: transform 0.2s ease;*/
    }

    /*.bSwitchLang:hover:after {
        transform: scaleX(1);
        transform-origin: bottom left;
    }*/