﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    padding: 0;
    margin: 0;
    font-family: 'ITC Conduit', Roboto, sans-serif;
    font-size: 14px;
    background-color: White;
}

.GridNoSortCondensed {
    font-size: 13px;
}

    .GridNoSortCondensed td, th {
        border: none;
        padding: 2px 3px 2px 3px !important;
    }

    .GridNoSortCondensed th {
        background-color: #EEEEEE;
        vertical-align: bottom;
        font-weight: bold;
    }

    .GridNoSortCondensed tr.alt td {
        background-color: #F8F8F8;
    }

.GridNoSortNoPadding {
    font-size: 13px;
}

    .GridNoSortNoPadding td, th {
        border: none;
        padding: 1px 1px 1px 1px !important;
    }

    .GridNoSortNoPadding th {
        background-color: #EEEEEE;
        vertical-align: bottom;
        font-weight: bold;
    }

    .GridNoSortNoPadding tr.alt td {
        background-color: #F8F8F8;
    }

.GridNoSort {
    font-size: 13px;
}

    .GridNoSort td, th {
        border: none;
        padding: 3px 4px 3px 4px !important;
    }

    .GridNoSort th {
        background-color: #EEEEEE;
        vertical-align: bottom;
        font-weight: bold;
    }

    .GridNoSort tr.alt td {
        background-color: #F8F8F8;
    }

.Grid1 {
    font-size: 13px;
}

    .Grid1 td {
        border: none;
        padding: 4px !important;
    }

    .Grid1 th:hover, .Grid1 th:focus .Grid1 th:active {
        background-color: #C6C6C6;
    }

    .Grid1 th {
        background-color: #EEEEEE;
        vertical-align: bottom;
        font-weight: bold;
        padding: 8px !important;
    }

        .Grid1 th a {
            display: inline-block;
            padding-right: 20px;
            background: url('../Images/Unsorted.svg') right center no-repeat;
            background-size: 18px;
            text-decoration: none;
            vertical-align: central;
            width: 100%;
            color: #001E2E;
        }

    .Grid1 .sortasc a {
        padding-right: 20px;
        background: url('../Images/SortAscending.svg') right center no-repeat;
        background-size: 16px;
        text-decoration: none;
        vertical-align: central;
    }

    .Grid1 .sortdesc a {
        padding-right: 20px;
        background: url('../Images/SortDescending.svg') right center no-repeat;
        background-size: 16px;
        text-decoration: none;
        vertical-align: central;
    }

    .Grid1 tr.alt td {
        background-color: #F8F8F8;
    }

.Grid1Condensed {
    font-size: 13px;
}

    .Grid1Condensed td, th {
        border: none;
        padding: 2px 3px 2px 3px !important;
    }

    .Grid1Condensed th:hover, .Grid1Condensed th:focus .Grid1Condensed th:active {
        background-color: #C6C6C6;
    }

    .Grid1Condensed th {
        background-color: #EEEEEE;
        vertical-align: bottom;
        font-weight: bold;
    }

        .Grid1Condensed th a {
            display: inline-block;
            padding-right: 20px;
            background: url('../Images/Unsorted.svg') right center no-repeat;
            background-size: 18px;
            text-decoration: none;
            vertical-align: central;
            width: 100%;
            color: #001E2E;
        }

    .Grid1Condensed .sortasccnds a {
        padding-right: 20px;
        background: url('../Images/SortAscending.svg') right center no-repeat;
        background-size: 16px;
        text-decoration: none;
        vertical-align: central;
    }

    .Grid1Condensed .sortdesccnds a {
        padding-right: 20px;
        background: url('../Images/SortDescending.svg') right center no-repeat;
        background-size: 16px;
        text-decoration: none;
        vertical-align: central;
    }

    .Grid1Condensed tr.alt td {
        background-color: #F8F8F8;
    }



.cssPager {
    background-color: #EEEEEE;
}

.pagerlinks {
    border: thin solid Black;
    border-radius: 5px;
    display: inline-block;
    text-decoration: none;
    padding: 4px 8px 4px 8px;
    text-transform: uppercase;
    font-size: 13px;
    background-image: none;
    color: Black !important;
}

    .pagerlinks:hover {
        background-color: #C0C0C0;
        text-decoration: none;
    }

.TableHierarchy {
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0 14px 0 0 !important;
}

td,
th {
    padding: 4px;
}

a.all:link, a.all:visited, a.all:hover, a.all:active {
    color: #034af3;
    text-decoration: none;
}

a.navmenua {
    font-size: 14px;
    display: block;
    text-decoration: none;
    color: black
}

    a.navmenua img {
        width: 32px;
        height: 32px;
    }

.navsubmenu {
    font-size: 12px;
    display: block;
    text-decoration: none;
    color: black;
}

p {
    line-height: 20px;
    margin-bottom: 10px;
}

f1 {
    color: #5E6972;
    font-weight: 400;
    font-size: 12px;
    text-align: left;
}

/* 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: 0;
}

.txtRight {
    text-align: right;
}

.txtCenter {
    text-align: center;
}
img.aligntop {
    vertical-align: top !important;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    background-color: #fff;
    width: 100%;
}

.center {
    margin: auto;
    width: 60%;
}

.header {
    background: #595F65;
    font-size: 11px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.headertext {
    margin: auto;
    width: 60%;
}

.maincontent {
    min-height: 420px;
    background-color: White;
}

.leftCol {
    margin: 12px 8px 8px 8px;
    min-height: 200px;
    padding: 6px 0;
    width: 200px;
}

.footer {
    line-height: normal;
    margin: 0 auto;
    text-align: left;
    bottom: 0;
    position: relative;
}


/* TAB MENU   
----------------------------------------------------------*/
.hideSkiplink {
    background-color: #f05d21;
    width: 100%;
}

div.loginmenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden !important;
    color: #FFFFFF;
}

div.loginmenu li {
    line-height: 30px;
    float: right;
    text-align: left;
    position: relative;
}

div.loginmenu a {
    display: block;
    padding: 0 8px 0 8px;
}

div.loginmenu li a, div.loginmenu li a:visited, div.loginmenu li a:hover, div.loginmenu li a:active {
    text-decoration: none;
    text-align: left;
}

    div.loginmenu li a:hover, div.loginmenu li a:active {
        color: #fff !important;
        background-color: #5E6972 !important;
    }

div.loginmenu a.selected.static:after {
    color: #fff;
    background-color: #5E6972;
}

div.loginmenu li a, div.loginmenu li a:visited {
    color: #5E6972;
    background-color: White;
}

.whitebox {
    background-color: #fff;
    margin: auto;
    width: 60%;
    box-shadow: 9px 0 15px -5px #666666, -9px 0 15px -5px #666666;
}

.grayfooter {
    border-radius: 0 0 8px 8px;
    background-color: #666666;
    box-shadow: 9px 9px 30px -8px #666666, -9px 9px 30px -8px #666666;
    min-height: 50px;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ccc;
    margin: 1em 0;
    padding: 1em;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

.login label, .register label, .changePassword label {
    display: block;
}

fieldset .inline {
    display: inline;
}

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
    text-transform: none;
}

.my-account-login {
    z-index: initial;
    border: none;
    position: relative;
    right: 25px;
    background-color: #B8006B;
    padding: 10px;
    color: #FFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    top: initial;
    width: 65px;
}

    .my-account-login:hover {
        background: #A2005D;
        color: #FFF;
        text-decoration: none;
    }

    .my-account-login a:link, .my-account-login a:visited, .my-account-login a:hover, .my-account-login a:active {
        color: #FFF;
        text-decoration: none;
        display: block;
    }

.my-account-triangle {
    z-index: initial;
    border: none;
    position: relative;
    content: "";
    background-image: url('../Images/bg_arrow.png');
    width: 50px;
    height: 15px;
    right: -237px;
    bottom: 1px;
    background-repeat: no-repeat;
}

.loginDisplay {
    color: #f05d21;
    text-align: right;
}

    .loginDisplay a:link, .loginDisplay a:visited, .loginDisplay a:hover {
        color: #f05d21;
        text-decoration: none;
    }

.failureNotification {
    color: #FF5355;
    font-size: 14px;
}

.bold {
    font-weight: bold;
}

.ctaGridButton {
    width: 18px;
    height: 18px;
}

.ctaLinkButton {
    display: inline-block;
    text-decoration: none !important;
    text-transform: capitalize;
    font-size: 14px;
    color: #001E2E;
    border-bottom-style: solid;
    border-bottom-color: #B8006B;
    border-bottom-width: 2px;
}

    .ctaLinkButton:hover {
        text-decoration: none !important;
        color: #001E2E !important;
        border-bottom-style: solid;
        border-bottom-color: #001E2E;
        border-bottom-width: 2px;
    }

.ctaButton {
    border-radius: 25px;
    display: inline-block;
    text-decoration: none !important;
    padding: 4px 20px 4px 20px;
    text-transform: capitalize;
    font-size: 14px;
}

.ctaButtonMagenta {
    background-color: #B8006B;
    color: #ffffff !important;
}

    .ctaButtonMagenta:hover {
        background-color: #A2005D;
    }

.ctaButtonPink {
    background-color: #FFAFCE;
    color: #3E0020;
}

    .ctaButtonPink:hover {
        background-color: #FFD9E6;
        color: #3E0020;
    }

.ctaToggleSelected {
    color: #B8006B;
    background-color: white;
    border-bottom-style: none;
    font-weight: bold;
}
.ctaToggleUnselected {
    color: #001E2E;
    border-bottom-style: none;
}
    .ctaToggleUnselected:hover, ctaToggleUnselected:visited, ctaToggleUnselected:focus {
        color: #001E2E !important;
    }

.ctaButtonWhite {
    color: #001E2E !important;
    border-radius: 25px;
    display: inline-block;
    text-decoration: none !important;
    padding: 4px 10px 4px 10px;
    text-transform: capitalize;
    font-size: 14px;
    border-style: solid;
    border-color: #9D8C91;
    border-width: thin;
}

    .ctaButtonWhite:hover {
        background-color: rgba(0,30,46,0.12);
    }


.panelGray {
    border-radius: 25px;
    background-color: #EEEEEE;
    height: 37px;
    padding: 6px 7px 6px 7px;
    width:initial;
}

.submitButton {
    padding-right: 10px;
    text-align: right;
}

.CenterPB {
    height: auto;
    left: 50%;
    margin-left: -20px; /* make this half your image/element width */
    margin-top: -20px; /* make this half your image/element height */
    position: absolute;
    top: 50%;
    width: auto;
    z-index: 120;
}

.Blur {
    background-color: black;
    filter: alpha(opacity=50);
    height: 100%;
    khtml-opacity: .5;
    left: 0;
    moz-opacity: 0.5;
    opacity: .5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 120;
}

.Processing {
    border-style: none;
    left: 50%;
    top: 50%;
    padding: 5px 5px 5px 5px;
    position: absolute;
    text-align: center;
}

.FloatLeft {
    float: left;
}

.FloatRight {
    float: right;
}

div.mainmenu {
    /*float: left;*/
    position: relative;
    text-align: center;
}

    div.mainmenu li {
        padding-right: 12px;
    }

    div.mainmenu a {
        border-bottom: solid !important;
        border-bottom-width: 3px !important;
        border-bottom-color: transparent !important;
    }

        div.mainmenu a.selected.static {
            border-bottom-color: #B8006B !important;
            font-weight: bold;
        }

        div.mainmenu a:hover, div.mainmenu a:active, div.mainmenu a:focus {
            border-bottom-color: #E1E5E6 !important;
            background-color: #E1E5E6 !important;
        }

div.submenu {
    margin: auto;
    width: 95%;
    position: relative;
}

    div.submenu a {
        border-bottom: solid !important;
        border-bottom-width: 3px !important;
        border-bottom-color: transparent !important;
    }

        div.submenu a.selected.static {
            border-bottom-color: #B8006B !important;
            font-weight: bold;
        }

        div.submenu a:hover, div.mainmenu a:active, div.mainmenu a:focus {
            border-bottom-color: #E1E5E6 !important;
            background-color: #E1E5E6 !important;
        }

    div.submenu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        color: #FFFFFF;
        line-height: 30px;
    }

        div.submenu ul li {
            border-right-style: solid;
            border-right-width: thin;
            border-right-color: #E1E5E6;
        }

    div.submenu li a, div.submenu li a:visited, div.submenu li a:hover, div.submenu li a:active {
        display: block;
        text-decoration: none;
        border-radius: 0 !important;
    }



.tblMargin {
    margin-top: 20px;
}

.tblNoMargin {
    padding: 0;
    margin: 0;
}

    .tblNoMargin td, th {
        padding: 0 10px 0 0;
        margin: 0;
    }

.tblMarginPB {
    margin-top: 20px;
}

    .tblMarginPB td, th {
        padding: 6px !important;
        margin: 0;
    }

.tblNoMarginPB {
    margin: 0;
}

    .tblNoMarginPB td, th {
        padding: 6px !important;
        margin: 0;
    }

.tblNoPaddingCenter {
    margin-left: auto;
    margin-right: auto;
}

    .tblNoPaddingCenter tr td {
        padding: 0 !important;
        margin: 0 !important;
    }

.tblNoPadding tr td {
    padding: 0 !important;
    margin: 0 !important;
}

.tbl .my-tab {
    border-bottom: 1px solid #000000;
}

.my-tab a {
    height: 24px;
}

.my-tab > li > a {
    /* adjust padding for height*/
    line-height: 1;
    padding-top: 4px;
    padding-bottom: 10px;
    margin-right: 0;
    color: #555;
    border: 0;
    border-radius: 0;
}

.my-tab > li {
    border-color: #000000 #000000 #FFFFFF #000000;
    border-radius: 6px 6px 0 0;
    border-style: solid;
    border-width: 1px;
    margin-bottom: -2px;
    margin-right: 4px;
}

    .my-tab > li > a:hover {
        background-color: #F05D21;
        border-color: transparent;
        border-radius: 6px 6px 0 0;
        color: White;
    }

    .my-tab > li.active > a, .my-tab > li.active > a:hover, .my-tab > li.active > a:focus {
        color: white;
        background-color: #F05D21;
        border-color: transparent;
        border-radius: 6px 6px 0 0;
    }

.my-tabPlain > li {
    border-color: #ddd #ddd #FFFFFF #ddd;
    border-style: solid;
    border-width: 1px;
    float: left;
    margin-bottom: -2px;
    border-radius: 4px 4px 0 0;
    margin-right: 4px;
}

    .my-tabPlain > li > a {
        margin-right: 0;
        line-height: 1;
        color: #555;
        border-color: #ddd #ddd #FFFFFF #ddd;
        border-radius: 4px 4px 0 0;
    }

    .my-tabPlain > li.active > a, .my-tabPlain > li.active > a:hover, .my-tabPlain > li.active > a:focus {
        color: #555;
        background-color: #eee;
        border-color: #ddd #ddd #FFFFFF #ddd;
        border-radius: 4px 4px 0 0;
    }

.marketnavbar {
    background-color: #595F65;
    color: #fff;
    padding: 0;
    margin: 0;
    border: 0;
}

    .marketnavbar a {
        padding-left: 10px;
        display: block;
        color: #fff;
        text-decoration: none;
        line-height: 38px;
        font-size: 12px;
    }

        .marketnavbar a:hover {
            background-color: #5E6972;
        }

        .marketnavbar a:focus {
            background-color: #595F65;
            border-style: solid;
            border-color: #001E2E;
            border-width: 2px;
        }

    .marketnavbar .dropdown-menu {
        background-color: #EEEEEE;
        color: Black;
        min-width: 70px;
        padding: 0;
        margin-top: -1px;
        border-radius: 0;
        font-size: 12px;
    }

        .marketnavbar .dropdown-menu a:hover {
            background-color: #E1E5E6;
        }

.mainnavbar {
    background-color: #fff;
    color: #fff;
    height: 0;
    border: 0;
}

    .mainnavbar .navbar-toggle {
        border-color: #B8006B;
        float: left;
        top: -101px;
        border: 0;
        border-radius: 0;
        background-color: #B8006B;
        margin-top: 0;
        margin-bottom: 0;
        height: 60px;
    }

        .mainnavbar .navbar-toggle .icon-bar {
            background-color: #fff;
        }

.settingsnavbar {
    background-color: #fff;
    border: 0;
    float: right;
}

    .settingsnavbar ul {
        list-style-type: none;
    }

    .settingsnavbar .navbar-toggle {
        border-color: #B8006B;
        float: right;
        border: 0;
        border-radius: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

        .settingsnavbar .navbar-toggle .icon-bar {
            background-color: #B8006B;
        }


.cal {
    background-color: White;
    border: 1px solid black;
}

    .cal tr td {
        padding: 1px !important;
        margin: 0 !important;
    }

    .cal .ajax__calendar_invalid .ajax__calendar_day {
        color: #A9A9A9;
    }

.gvPB tr td {
    padding: 2px !important;
    margin: 0 !important;
}

.gv3 tr td {
    padding: 3px !important;
    margin: 0 !important;
}

.gv3 th {
    text-align: center !important;
}


.gvNoPadding tr td {
    padding: 0 !important;
    margin: 0 !important;
}

.gvNoPadding input[type="text"] {
    background-color: transparent !important;
    border-style: none !important;
    text-align: center;
}

.rowpadded {
    padding: 10px;
}

.CopyPasteFloat {
    float: right;
    margin-top: -20px;
    margin-right: 4px;
}

.hiddencol {
    display: none;
}

.ModalPopupBG {
    background-color: #000000;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.ModalPopupBody {
    min-width: 200px;
    min-height: 150px;
    background: white;
    border: 1px solid black;
    border-radius: 8px;
    padding: 10px 20px 10px 20px;
}

.WhiteboxPB {
    background-color: white;
    filter: alpha(opacity=90);
    khtml-opacity: .9;
    moz-opacity: 0.9;
    opacity: .9;
    margin: 0;
    padding: 30px;
    max-width: 768px;
}

.PBBackground {
    margin: 30px;
    padding: 50px;
    background-image: url('../Images/PowerBuyBG.jpg');
    background-size: auto 100%;
    background-repeat: no-repeat;
}

/*Header*/
.Tab .ajax__tab_header {
    font-size: 13px !important;
    height: 28px !important;
    background-image: none !important;
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
    border-bottom-color: #E1E5E6 !important;
}

/*Body*/
.Tab .ajax__tab_body {
    border-style: none !important;
    overflow: visible !important;
    font-family: 'ITC Conduit', Roboto, sans-serif !important;
}

/*Tab Active*/
/*Tab Hover*/
.Tab .ajax__tab_hover .ajax__tab_tab {
    color: #001E2E !important;
    background-color: #E1E5E6;
    border-style: solid;
    border-color: #E1E5E6;
    border-width: 0 0 3px 0;
    font-weight: bold;
}

.Tab .ajax__tab_active .ajax__tab_tab {
    color: #001E2E !important;
    background-color: #E1E5E6;
    border-style: solid;
    border-color: #B8006B;
    border-width: 0 0 3px 0;
    font-weight: bold;
}

/*Tab Inactive*/
.Tab .ajax__tab_tab {
    font-family: 'ITC Conduit', Roboto, sans-serif;
    padding-right: 20px !important;
    padding-left: 20px !important;
    background-image: none !important;
    color: #001E2E !important;
}

.Tab .ajax__tab_inner {
    background-image: none !important;
    padding-left: 0 !important;
}

.Tab .ajax__tab_outer {
    background-image: none !important;
    padding-right: 0 !important;
}


@media (max-width: 768px) {
    .lifloatnone li {
        float: none !important;
    }

    .settingsnavbar .navbar-offcanvas.offcanvas {
        width: auto;
    }

    .my-account-login {
        right: 25px;
    }

    div.loginmenu ul {
        overflow: visible;
    }

    div.loginmenu li {
        float: none;
    }

    .WhiteboxPB {
        background-color: white;
        filter: alpha(opacity=90);
        khtml-opacity: .9;
        moz-opacity: 0.9;
        opacity: .9;
        margin: 0;
        padding: 20px;
        max-width: 500px;
    }

    .PBBackground {
        margin: 10px;
        padding: 25px;
        background-image: url('../Images/PowerBuyBG.jpg');
        background-size: auto 100%;
        background-repeat: no-repeat;
    }
}
