﻿@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed|Passion+One');
/*--------------- Default Style ---------------*/
body {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    font-size: 14px;
    color: #495057;
    font-family: "Roboto Condensed";
    background-color: #fff;
}

input, select, textarea, button, datalist {
    font-family: inherit;
}

input, select {
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: 22px;
}

    input:focus, select:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.15rem rgba(0, 123, 255, 0.25);
    }

    input[type=checkbox], input[type=radio] {
        height: initial;
    }

/*--------------- Header ---------------*/
header {
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

h1 {
    font-size: 37px;
    display: inline;
}

/*-------------- Nav --------------*/

.bannerMenu {
    text-align: right;
    width: 100%;
    padding-right: 10px;
}

    .bannerMenu nav a:link {
        text-decoration: none;
        color: #494949;
        cursor: pointer;
        font-weight: bold;
    }

    .bannerMenu nav a:visited {
        text-decoration: none;
        color: #494949;
        cursor: pointer;
    }

    .bannerMenu nav a:hover {
        text-decoration: underline;
        color: #494949;
        cursor: pointer;
    }

    .bannerMenu nav a:active {
        text-decoration: none;
        color: #494949;
        cursor: pointer;
    }

.navLinks {
}

    .navLinks a:link {
        text-decoration: none;
        color: #494949;
        cursor: pointer;
    }

    .navLinks a:visited {
        text-decoration: none;
        color: #494949;
        cursor: pointer;
    }

    .navLinks a:hover {
        text-decoration: underline;
        color: #494949;
        cursor: pointer;
    }

    .navLinks a:active {
        text-decoration: none;
        color: #494949;
        cursor: pointer;
    }

.pageLink {
    text-align:center;
    width: 100%;
    padding-right: 50px;
}
.headerMenu {
    text-align: right;
    width: 100%;
    padding-right: 50px;
    margin-top: 15px;
}

.headerMenuContainer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/*-------------- Error Page --------------*/

.errorPage {
    border-width: 1px;
    border-style: solid;
    background-color: #eef3fa;
    border-color: #dededc;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    height: 200px;
}


.ProductNameContainer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ProductNameDesc1 {
    font: normal 48px "Passion One", Helvetica, sans-serif;
    color: rgba(60,98,140,1);
    padding: 0;
    display: inline-block;
    margin-right: 7px;
}

    .ProductNameDesc1::first-letter {
        font: normal 48px/normal "Passion One", Helvetica, sans-serif;
        color: rgba(17,40,77,1);
    }

.ProductNameDesc2 {
    font: normal 22px/normal "Passion One", Helvetica, sans-serif;
    color: rgba(60,98,140,1);
}

    .ProductNameDesc2::first-letter {
        font: normal 22px/normal "Passion One", Helvetica, sans-serif;
        color: rgba(17,40,77,1);
    }

/*for manage comp*/
.ProductNameDesc3 {
    font: normal 32px "Passion One", Helvetica, sans-serif;
    color: rgba(60,98,140,1);
    padding: 0;
    display: inline-block;
    margin-right: 7px;
}

    .ProductNameDesc3::first-letter {
        font: normal 32px/normal "Passion One", Helvetica, sans-serif;
        color: rgba(17,40,77,1);
    }

.ProductNameDesc4 {
    font: normal 22px/normal "Passion One", Helvetica, sans-serif;
    color: rgba(60,98,140,1);
    margin-left: 12px;
    padding-top: 12px
}
.ProductNameDesc5 {
    font: normal 22px/normal "Passion One", Helvetica, sans-serif;
    color: rgba(17,40,77,1);
}



.mainContent {
    width: 1300px;
    background: #fff;
    text-align: justify;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}

div.rotate {
    font: normal 20px/normal "Passion One", Helvetica, sans-serif;
    color: rgba(17,40,77,1);
    transform: rotate(270deg);
    border-bottom: 1px solid currentColor;
    display: inline-block;
    line-height: 1.20;
}

div.gap {
    height: 150px;
}

.warningPanel {
    left: 31%;
    top: +27%;
    position: absolute;
    width: 550px;
    height: 300px;
    background-color: #FFF;
    border: 1px solid #c0c0c0;
    z-index: 99999;
    border-radius: 5px;
    padding: 30px 8px 8px 8px;
}

.validationButton {
    margin: 10px;
    padding: 8px 8px 8px 8px;
    color: rgba(17,40,77,1);
    cursor: pointer;
    height: 35px;
    color: #ffffff;
    background-color: #c12434;
    border: 1px solid #c12434;
    border-radius: 3px;
    font-size: 15px;
    width: 200px;
}

.closeButton {
    margin: 10px;
    padding: 4px 8px 4px 8px;
    color: #D8000C;
    cursor: pointer;
}

.validationwarning {
    overflow: auto;
    height: 185px;
    width: 540px;
    padding: 8px 8px 8px 8px;
    text-align: left;
}

.validationheader {
    padding-left: 22px;
    color: #000;
    font: normal 20px/normal "Passion One", Helvetica, sans-serif;
}

.error {
    border-color: #dc3545 !important;
}

    .error:focus {
        border-color: #dc3545 !important;
        box-shadow: 0 0 0 0.15rem rgba(220, 53, 69, 0.25);
    }


.successPanel {
    position: absolute;
    z-index: 99999;
    width: 1265px;
    animation: successPanel 0.5s 1;
    -webkit-animation: successPanel 0.5s 1;
    animation-fill-mode: forwards;
    animation-delay: 3s;
    -webkit-animation-delay: 3s; /* Safari and Chrome */
    -webkit-animation-fill-mode: forwards;
}

@keyframes successPanel {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }

    from {
        z-index: 99999;
    }

    to {
        z-index: -1;
    }
}

@-webkit-keyframes successPanel {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }

    from {
        z-index: 99999;
    }

    to {
        z-index: -1;
    }
}

.imageButton {
    background: none;
    border: none;
    padding: 0;
}

    .imageButton:focus {
        outline: none;
    }

.pageContainer {
    margin: 10px 10px 20px 25px;
}

.pageHeader {
    font-size: 1.6em;
    font-weight: bold;
    padding-top: 20px;
    color: rgba(51, 106, 171, 1);
}

.pageDescription {
    width: 96%;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 1.1em;
    background-color: rgba(230,230,230,.4);
    border-radius: 5px;
    padding: 15px;
    text-align: left;
    font-family: Century Gothic;
}

.pageBarHeader {
    border-radius: 5px;
    border: 1px solid #fff;
    background-color: #3B628C;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    color: white;
    margin: 15px 0 15px 0;
    font-size: 1.2em;
}


.tableHeader {
    color: rgba(51, 106, 171, 1);
    font-weight: bold;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding-left: 25px;
}

.requiredField {
    font-weight: bold;
    color: red;
}

.disabled input, .disabled select {
    background-color: rgb(235, 235, 228);
    pointer-events: none;
}

/* Html Controls Standard */
.textBoxExSm {
    width: 40px;
}

.textBoxSmaller {
    width: 60px;
}


.textBoxSmaller2 {
    width: 70px;
}

.textBoxSm {
    width: 100px;
}

.textBoxMed {
    width: 200px;
}

.textBoxMedLg {
    width: 250px;
}

.textBoxLg {
    width: 300px;
}

.textBoxXL {
    width: 500px;
}

.ddlSm {
    width: 100px;
}

.ddlMed {
    width: 200px;
}

.ddlLg {
    width: 300px;
}

.btnGreen {
    color: #ffffff;
    background-color: rgba(147, 192, 101, 1);
}

    .btnGreen:hover,
    .btnGreen:focus,
    .btnGreen:active,
    .btnGreen.active {
        color: #ffffff;
        background-color: rgba(127, 172, 81, 1);
    }

/* End Html Controls Standard */

/*Generic Table*/

.tableList {
    margin-top: 10px;
    margin-bottom: 10px;
    border-collapse: collapse;
}

.tableListCaption {
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 5px;
    color: rgba(60, 98, 139, 1);
}

    .tableListCaption select {
        font-size: 14px;
    }

.tableList a.section {
    text-decoration: underline;
    color: black;
    font-size: 1.00em;
}

.tableList th {
    background-color: #f2f2f2;
    background-repeat: repeat-x;
    border: 1px solid #c0c0c0;
    text-align: center;
    font-weight: normal;
    padding: 12px 10px 12px 10px;
}

    .tableList th a {
        text-decoration: none;
        color: rgba(51, 106, 171, 1);
        font-size: 1.00em;
    }

.tableList tbody td {
    border: 1px solid #c0c0c0;
    padding: 10px;
}

    .tableList tbody td.link {
        text-align: center;
    }

/*.tableList tbody tr:nth-child(odd) td {
    background-color: #fff;
}
*/
.tableList tfoot tr td {
    background-color: #fff;
    border: none;
    padding: 5px;
}

.noRows {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.totalRows {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

/*End Generic Table*/

/*Layout*/

.welcomeUser {
    font-style: italic;
    padding-top: 5px;
    color: rgba(60,98,140,1);
    display: inline-block;
}

/*End Layout*/

/*Add Member*/

.addMemberGAExists {
    margin: 80px 0 80px 0;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
    color: rgba(51, 106, 171, 1);
}

/*End Add Member*/

/*Edit Member*/
.editMemberHistoryGrid {
    display: grid;
    grid-template-columns: 14% 40% 14% 32%;
    margin-left: 10px;
}

    .editMemberHistoryGrid p {
        margin-top: 0;
    }

.editMemberHistoryTable {
    width: 560px;
    border-collapse: collapse;
}

    .editMemberHistoryTable th {
        padding: 8px 7px 8px 7px;
        color: #495057;
        background-color: #e9ecef;
        border-top: 1px solid #dee2e6;
        border-bottom: 2px solid #dee2e6;
    }

        .editMemberHistoryTable th a {
            color: #495057;
            font-weight: bold;
            font-size: .95em;
            text-decoration: none;
        }

    .editMemberHistoryTable tbody td {
        padding: 6px;
        border-top: 1px solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
    }

    .editMemberHistoryTable th:nth-child(1) {
        width: 50px;
    }

    .editMemberHistoryTable th:nth-child(2) {
        width: 370px;
    }

    .editMemberHistoryTable th:nth-child(3) {
        width: 140px;
    }

    .editMemberHistoryTable td:nth-child(1) {
        text-align: center;
    }

    .editMemberHistoryTable td:nth-child(2) {
        text-align: left;
    }

    .editMemberHistoryTable td:nth-child(3) {
        text-align: left;
    }
/*End Edit Member*/   
/*Shared Add/Edit Member*/

.memberAddEditContainer {
    display: grid;
    grid-template-areas: 'memberAddEditReplaceGA memberAddEditReplaceGA' 'memberAddEditInfo memberAddEditProducts' 'memberAddEditSubmit memberAddEditSubmit';
    grid-template-columns: 50% 50%;
    grid-column-gap: 12px;
}

.memberAddEditReplaceGAArea {
    grid-area: memberAddEditReplaceGA;
}

.memberAddEditInfoArea {
    grid-area: memberAddEditInfo;
}

.memberAddEditProductsArea {
    grid-area: memberAddEditProducts;
}

.memberAddEditSubmitArea {
    grid-area: memberAddEditSubmit;
}

.memberAddEditInfoGrid {
    display: grid;
    grid-template-columns: 22% 78%;
    margin-left: 10px;
}

    .memberAddEditInfoGrid p {
        margin-top: 0;
    }

.memberAddEditHeader {
    width: 92%;
    margin-top: 0;
    margin-bottom: 15px;
}

.memberInfoAdminLabel {
    margin-left: 13px;
    margin-bottom: 4px;
    display: inline-block;
    color: rgba(51, 106, 171, 1);
}

.memberInfoAdminText {
    color: rgba(51, 106, 171, 1);
}

.memberAddEditSectionText {
    font-size: 1.2em;
    font-weight: bold;
    color: rgba(51, 106, 171, 1);
    grid-column: 1/3;
}

.addressInfoInstructions {
    grid-column: 1/3;
    color: rgba(51, 106, 171, 1);
    width: 90%;
}

.productSelectionInstructions {
    font-size: .75em;
    margin-right: 10px;
    display: inline-block;
    margin-top: 5px;
    text-align: left;
}

.productSelectionSelectAllProducts {
    display: inline-block;
    width: 37%;
    text-align: left;
}

.productSelectionProductAccessText {
    display: inline-block;
    width: 62%;
}

.productSelectionCategoryText {
    font-size: 1.2em;
    font-weight: bold;
    color: rgba(51, 106, 171, 1);
    padding-left: 10px;
    margin-top: 10px;
}

.productSelectionCategorySeparator {
    width: 90%;
    margin: 2px 0 4px 7px;
    background-color: #CED8E2;
    border: none;
    height: 1px;
}

.productSelectionProductsTable {
    width: 91%;
    margin-left: 10px;
    border-collapse: collapse;
}

    .productSelectionProductsTable tbody tr:nth-child(odd) td {
        background-color: #f2f2f2;
    }

    .productSelectionProductsTable th:nth-child(1) {
        width: 55%;
    }

    .productSelectionProductsTable th:nth-child(2) {
        width: 23%;
        text-align: center;
    }

    .productSelectionProductsTable th:nth-child(3) {
        width: 22%;
        text-align: center;
    }

    .productSelectionProductsTable th {
        padding: 4px 0 4px 0;
    }

    .productSelectionProductsTable tbody td {
        padding: 4px 0 4px 0;
    }

        .productSelectionProductsTable tbody td:nth-child(2) {
            text-align: center;
        }

        .productSelectionProductsTable tbody td:nth-child(3) {
            text-align: center;
        }
/*End Shared Add/Edit Member*/

/*Login*/
grid-container {
    display: grid;
    grid-template-columns: auto;
}

.grid-item {
    text-align: left;
    padding: 3px;
}

div.login { margin: 0 auto; text-align: center; width: 200px;}
button.login {
    width: 100%;
    margin-top: 10px;
    width: 205px;
    height: 35px;
}

.loginForgotLinks {
    text-decoration: underline !important;
}
/*End Login*/
/*UpdateAccount (username)*/
.userNamegrid-container {
    display: grid;
    grid-template-columns: auto auto;
    padding: 10px;
    grid-template-columns: 10% 90%;
    grid-row-gap: 14px;
    margin-left: 15px;
}

.userNamegridButton-container {
    display: grid;
    grid-template-columns: auto auto;
    padding: 10px;
    grid-template-columns: 10% 90%;
    grid-row-gap: 20px;
}

.updateAccountHeader {
    width: 97%;
}

.updateAccountLabel {
    /*color: rgba(51, 106, 171, 1);*/
}

/*UpdateAccount (username)*/
grid-relogincontainer {
    display: grid;
    grid-template-columns: auto;
}

.grid-reloginitem {
    text-align: left;
    padding: 3px;
}

div.relogin {
    margin: 0 auto;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
    width: 700px;
}
/*group maintenance grid*/

.groupMaintenanceInstructions {
    list-style: none;
    counter-reset: item;
    padding-inline-start: 20px;
    display: inline;
}

    .groupMaintenanceInstructions li {
        counter-increment: item;
        margin-bottom: 5px;
        display: inline-block;
        width: 200px;
    }

        .groupMaintenanceInstructions li:before {
            margin-right: 10px;
            content: counter(item);
            background: rgba(51, 106, 171, 1);
            border-radius: 100%;
            color: white;
            width: 1.2em;
            text-align: center;
            display: inline-block;
        }

.infodiv {
    width: 97%;
}

/* group info grid*/

.group-info-footer {
    grid-column-start: 1;
    grid-column-end: 3;
    text-align: right;
}
.group-info-grid {
    display: grid;
    grid-template-columns: 120px 130px 120px auto;
    grid-row-gap: 10px;
    /*margin-bottom: 10px;*/

    text-align: left;
    margin-left: 10px;
}

.group-info-btns {
    margin-left: 55px;
    margin-top: 20px;
}

.group-info-bold {
    font-size: 12pt;
    margin-top: 3px;
    margin-bottom: 5px;
}
.group-info-2col {
    display: grid;
    grid-template-columns: 150px 150px;
    grid-column-gap: 10px;
    margin-left: 50px;
    margin-top: 10px;
}
.group-info-3col {
    grid-column-start: 2;
    grid-column-end: 5;
    text-align: left;
}

.companyinfo {
    margin-left: 10px;
}

    .companyinfo table tbody, .companyinfo table thead {
        display: block;
    }

    .companyinfo table tbody {
        overflow: no-display;
        max-height: 400px;
        width: 101%;
    }

    .companyinfo thead th {
        background-color: #fff;
        color: #3b628c;
        padding: 3px;
        text-align: center;
    }

    .companyinfo tbody tr:nth-child(odd) td {
        background-color: #f2f2f2;
    }

    .companyinfo tbody td {
        padding: 3px;
        text-align: left;
    }


/*ReplaceAdmin*/
/*th.rotate
{ height: 30px;
white-space: nowrap;
}
th.rotate > div {
        transform: translate(35px, 51px) 
        rotate(270deg);
        width:55px;
      
    }
    th.rotate > div>span 
    { border-bottom: 1px solid #ccc;
      padding: 5px 10px;
    }
td > div {
    width: 60px;
    transform: translate(45px, 30px);
    align-items: center;
}
    td > div > span {
       padding: 5px 10px;
    }
th > div {
    width: 80px;
    transform: translate(35px, 51px);
    text-align: center;
}

    th > div > span {
        padding: 5px 10px;
    }*/
.rotated-header th {
    height: 150px;
    vertical-align: bottom;
    text-align: center;
    line-height: 1;
    border-width: 1px;
    border-style: solid;
    background-color: #3b628c;
    color: white;
}

.rotated-header-container{
    width: 51px;
  
}


.rotated-header-content{
    width: 100px;
    transform-origin: bottom left;
    transform: translateX(45px) rotate(270deg);
    text-align: left;
}

.rotated-header td {
    text-align: center;
    border-width: 1px;
    border-style: solid;

}

.scrollable{
    overflow:auto;
}
div.scroll {
   
    height: 500px;
   /* width:1250px;*/
    overflow-x: auto;
    overflow-y: auto;
    text-align: center;
    padding: 20px;
}
.addMemberPageHeader tbody tr:nth-child(odd) td {
    background-color: #f2f2f2;
}

.admingrid-container {
    display: grid;
    grid-template-columns: auto;
    grid-template-columns: 60%;
    grid-row-gap: 20px;
}

.admingrid-item {
    text-align: left;
}

A.subnav {
    text-decoration: underline;
    cursor: pointer;
    
}

.subnav {
    text-decoration: underline;
    color: #fff;
    cursor: pointer;
   
}

    .subnav:hover {
        text-decoration: underline;
        color: #406172;
        cursor: pointer;

    }

.subnavwhite {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    font-size: 14px ;
    padding: 1px;
}

    .subnavwhite:hover {
        text-decoration: underline;
        color: #fff;
        cursor: pointer;
        font-size: 14px;
        padding: 1px;
    }

.subnavwhiteUserList {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    font-size: .95em;
    padding: 1px;
}

    .subnavwhiteUserList:hover {
        text-decoration: underline;
        color: #fff;
        cursor: pointer;
        font-size: .95em;
        padding: 1px;
    }

.subnavMainMenu {
    text-decoration: none;
    color: #4684c0;
    cursor: pointer;
    font-size: 18px
}

    .subnavMainMenu:hover {
        text-decoration: none;
        color: red;
        cursor: pointer;
        font-size: 18px
    }

.subnavProductMenu {
    text-decoration: none;
    color: #3B628C;
    cursor: pointer;
    font-size: 1.0em;
}

.subnavProductMenu:hover {
    text-decoration: none;
    color: red;
    cursor: pointer;
    font-size: 1.0em;
}

.AdminLabel {
    font: normal 24px "Passion One", Helvetica, sans-serif;
    color: #fff;
    padding:  1px;
    display: inline-block;
    margin-right: 7px;
}
/*.ProductLabel {
    grid-column: 1/3;
    border-radius: 0px;
    background: #fff;
    text-align: justify;
    border: 1px solid #c0c0c0;
    background-color: #4e7096;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    color: white;
    margin-bottom: 15px;
    font-size: 1.2em;
    cursor: pointer;
    border-radius: 5px;
}*/

.rotateReplaceAdminTextContainer {
    width: 35px;
}

.replaceAdminAccessText {
    font-size: .75em;
}

.replaceAdminHeader {
    width: 97%;
}


.replaceAdminInstructions {
    list-style: none;
    counter-reset: item;
}

    .replaceAdminInstructions li {
        counter-increment: item;
        margin-bottom: 5px;
    }

        .replaceAdminInstructions li:before {
            margin-right: 10px;
            content: counter(item);
            background: rgba(51, 106, 171, 1);
            border-radius: 100%;
            color: white;
            width: 1.2em;
            text-align: center;
            display: inline-block;
        }

/*end replace admin*/
/*product access*/

.productAccessUsersScroll {
    display: inline-block;
    max-height: 500px;
    max-width: 1265px;
    overflow-x: auto;
    overflow-y: auto;
    text-align: center;
}

.productAccessUsersTable tbody td {
    text-align: left;
}

    .productAccessUsersTable tbody td:nth-child(1) {
        text-align: center;
    }

.productAccessInstructions {
    list-style: none;
    counter-reset: item;
    padding-inline-start: 20px;
}

    .productAccessInstructions li {
        counter-increment: item;
        margin-bottom: 5px;
    }

        .productAccessInstructions li:before {
            margin-right: 10px;
            content: counter(item);
            background: rgba(51, 106, 171, 1);
            border-radius: 100%;
            color: white;
            width: 1.2em;
            text-align: center;
            display: inline-block;
        }

.productAccessHeaderMain {
    width: 97%;
    border-radius: 3px;
    border-left: 1px solid #3B628C;
    border-top: 1px solid #3B628C;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    color: #3B628C;
    margin: 15px 0 15px 0;
    font-size: 1.2em;
    font-weight: bold;
}

.productAccessHeader {
    width: 97%;
}

.productAccessProductsList {
    column-count: 3;
    width: 90%;
    margin-left: 15px;
}

    .productAccessProductsList div {
        margin-bottom: 1px;
    }

        .productAccessProductsList div:nth-child(odd) {
            background-color: #f2f2f2;
        }

.btnResetWidth {
    width: initial;
}

.productAccessReviewChanges {
    width: 88%;
    color: rgba(51, 106, 171, 1);
    font-size: 1.05em;
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
}

.productAccessNoAccounts {
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}

/*end product access*/

/*user products table*/
.userProductsTbl {
    font-size: .95em;
    border-collapse: separate;
    border-spacing: 0;
}

    .userProductsTbl th {
        vertical-align: bottom;
        text-align: center;
        line-height: 1.1;
        background-color: #3b628c;
        background-clip: padding-box;
        color: white;
        padding: 8px 4px 4px 4px;
        font-weight: normal;
        position: sticky;
        top: 0;
        border-top: 1px solid #c0c0c0;
        border-bottom: 1px solid #c0c0c0;
        border-right: 1px solid #c0c0c0;
    }

        .userProductsTbl th:first-child {
            border-left: 1px solid #c0c0c0;
        }

    .userProductsTbl tbody td {
        padding: 6px;
        border-bottom: 1px solid #c0c0c0;
        border-right: 1px solid #c0c0c0;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .userProductsTbl tbody td:first-child {
            border-left: 1px solid #c0c0c0;
        }

.alwaysShowCol {
    z-index: 100;
}

.rotateProductTextContainer {
    /*width: 40px;*/
}

.rotateProductTextContent {
    height: 134px;
    text-align: left;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    padding: 2px 7px 0 7px;
}

.productListAccessText {
    font-size: .75em;
    padding: 2px !important;
}

.productListNoAccess {
    background-color: #E6E6E6;
    background-clip: padding-box;
}

.stickyCol {
    position: sticky;
    background-color: white;
    background-clip: padding-box;
}

.productAccessUserProductsFirstCol {
    width: 45px;
    min-width: 45px;
    max-width: 45px;
    left: 0px;
}

.productAccessUserProductsSecondCol {
    width: 90px;
    min-width: 90px;
    max-width: 90px;
    left: 45px;
}

.productAccessUserProductsThirdCol {
    width: 90px;
    min-width: 90px;
    max-width: 90px;
    left: 135px;
}

.productAccessUserProductsFourthCol {
    width: 45px;
    min-width: 45px;
    max-width: 45px;
    left: 225px;
}

.productAccessUserProductsFifthCol {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
    left: 270px;
}

.productAccessUserProductsSixthCol {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
    left: 350px;
}
/*end user products table*/

/*shared styles*/
.bsiMessage {
    font-style: italic;
    font-weight: bold;
}
/*end shared styles*/
/*userlist colors*/
/*.userListGroupAdminRole {
    background-color: rgba(181,181,181,1);
}

.userListAdminRole {
    background-color: rgba(211,211,211,1);
}

.userListBusSegAdminRole {
    background-color: rgba(220,220,220,1);
}

.userListUserRole {
    background-color: rgba(230,230,230,1);
}


.userListBusSegUserRole {
    background-color: rgba(240,240,240,1);
}*/

.userListHeader {
    width: 97%;
}

.userListAnyAdminRole {
    font-weight: bold;
    color: rgb(64, 84, 105);
}

.btn-account {
    color: #ffffff;
    background-color: rgba(60,98,140,1);
    border: 1px solid rgba(60,98,140,1);
    border-radius: 3px;
    font-size: 15px;
    width: 40px;
    height: 30px;
}
.stickyUserListCol {
    position: sticky;
    background-color: white;
    background-clip: padding-box;
}

.userListFirstCol {
    width: 45px;
    min-width:45px;
    max-width: 45px;
    left: 0px;
}

.userListSecondCol {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    left: 45px;
}

.userListThirdCol {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    left: 105px;
}

.userListFourthCol {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
    left: 165px;
}

.userListFifthCol {
    width: 45px;
    min-width: 45px;
    max-width: 45px;
    left: 245px;
}

.userListSixthCol {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
    left: 290px;
}
.userListSeventhCol {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
    left: 370px;
}
.userListEighthCol {
    width: 90px;
    min-width: 90px;
    max-width: 90px;
    left: 450px;
}
.userListNinthCol {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    left: 540px;
}
.userListScroll {
    display: inline-block;
    max-height: 500px;
   max-width: 1255px; 
    overflow-x: auto;
    overflow-y: auto;
    text-align: center;
    margin: 0 0 10px 0;
}
.downloadLink {
    color: rgba(51, 106, 171, 1) !important;
    font-weight: bold;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.resetPasswordgrid-container {
    margin: 0 10px 20px 0;
    display: grid;
    grid-template-columns: auto auto;
    padding: 10px;
    grid-template-columns: 50% 40%;
    grid-row-gap: 20px;
}
/*resetPassword*/
.resetPasswordgrid-item {
      text-align: left;
}

.resetPasswordscreen-container {
    margin: 10px 10px 20px 0;
    display: grid;
    grid-template-columns: auto auto;
    padding: 10px;
    grid-template-columns: 35% 50%;
    grid-row-gap: 20px;
}

.resetPasswordscreen-item {
   /* padding: 20px;*/
    text-align: left;
}
.resetPasswordButton-container {
    margin: 0px 10px 20px 40px;
    grid-template-columns: auto; padding: 10px;
    grid-template-columns: 40%;
    grid-row-gap: 20px;
}

.resetPasswordButton-item {
    padding: 20px;
    text-align: center;
}
.resetPassworInstr {
    background-color: #3B628C;
    color: white;
    margin: 0px 10px 20px 20px;
}
.resetPasswordsubgrid-container {
    margin: 0px 0px 15px 15px;
    display: grid;
    grid-template-columns: auto ;
    grid-template-columns: 100%;
}

.resetPasswordsubgrid-item {
    text-align: left;
 /*   font-size: .875em;*/
}

.field-wrapper {
    margin: 2px 0 2px 0;
    padding: 0;
}

.confirm-message {
    margin: 0;
    padding: 0;
    font-size: .8em;
}
/* end reset password*/

/*forgot UserName*/
.forgotUserNamegrid-container {
    margin: 0px 10px 20px 40px;
    display: grid;
    grid-template-columns: auto auto;
    padding: 10px;
    grid-template-columns: 50% 40%;
    grid-row-gap: 20px;
}

.forgotUserNamegrid-item {
    text-align: left;
}

.forgotUserNamescreen-container {
    margin: 0px 10px 20px 0px;
    display: grid;
    grid-template-columns: auto auto;
    padding:2px;
    grid-template-columns: 25% 15%;
    grid-row-gap: 20px;
}

.forgotUserNamescreen-item {
    text-align: left;
}

.forgotUserNameButton-container {
    margin: 0px 10px 20px 40px;
    grid-template-columns: auto; padding: 10px;
    grid-template-columns: 40%;
    grid-row-gap: 20px;
}

.forgotUserNameconfirm-message {
    margin: 0;
    padding: 0;
    font-size: .8em;
}
/* end forgot UserName*/


/*dashboard*/

.managecomp {
    /*  background-color: #f2f2f2;*/

    background-color: rgba(230,230,230,.4);
    border-right: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-radius: 5px;
    margin:10px;
    align-content: center;
    min-height:160px;
   
}

.managecomprotate {
    font: normal 20px/normal "Passion One", Helvetica, sans-serif;
    color: rgba(60,98,140,1);
    transform: rotate(270deg);
    border-bottom: 1px solid currentColor;
    display: inline-block;
    line-height: 1.20;
}
.managecompinner {
    width:1290px;
    align-content: center;
    
}
.managecompdesc {
    font-size: 1.2em; margin-left:15px;margin-right:20px;margin-top:20px; margin-bottom:30px; font-family: font-family: Century Gothic; 
}
.switch {
     position: relative;
     display: inline-block;
     width: 50px;
     height: 22px;
 }

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #000;
    background-color: #c0c0c0;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 22px;
    left: 1px;
    bottom: 1px;
    background-color: rgba(60, 98, 139, 1);
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #a4c3e5;
}

input:focus + .slider {
    box-shadow: 0 0 0px #a4c3e5;
}

input:checked + .slider:before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 20px;
}

.slider.round:before {
    border-radius: 50%;
}

.slider.round {
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 2px;
    text-decoration: none;
}

/*dashboard*/

.dashgrid-title {
    background-color: #4e7096;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: block;
    padding: 10px;
    border-radius: 5px;
}

.dashgrid-container {
    display: grid;
    grid-template-columns: 620px 620px;
    grid-column-gap: 2px;
    margin-left: 8px;
    /* padding: 10px;*/
}
.dashview {
    margin-left: 10px;
}

.btnrotate {
    -ms-transform: rotate(180deg); /* IE 9 */
    transform: rotate(180deg);
}

.dashgrid-container-wide {
    grid-column: 1/3;
}

.dashgrid-container > div {
    text-align: left;
    padding-top: 2px;
}

.dashboard-table {
    width: 610px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 3px;
    padding-right: 3px;
    border-collapse: collapse;
    border: none;
    font-size: 10px;
}

.dashboard-table-wide {
    width: 1220px;
}

.dashboard-table a.section {
    text-decoration: underline;
    color: black;
}

.dashboard-table th {
    background-color: #3b628c;
    color: #ffffff;
    background-repeat: repeat-x;
    font-weight: normal;
   
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 3px;
    padding-right: 3px;
}

.dashboard-table thead {
    font-size: 1.5em;
    text-align: center;
}

.dashboard-table td {
    text-align: center;
    /* padding-top: 10px;
        padding-bottom: 10px;*/
    padding-left: 3px;
    padding-right: 3px;
}

.dashboard-table th:first-child {
    text-align: left;
}

.dashboard-table th a {
    background-color: #3b628c;
    color: #ffffff;
    font-size: 1.00em;
}

.dashboard-table tbody td {
    border: 1px solid #c0c0c0;
    height: 30px;
}

.dashboard-table tbody tr:nth-child(odd) td {
    background-color: #f2f2f2;
}

.dashboard-table tbody tr:nth-child(even) td {
    background-color: #fff;
}


.dashboard-table tfoot tr td {
    margin: 0px;
    padding: 0px;
    border: none;
}

.dashboard-section {
    margin-bottom: 20px;
    margin-left: 10px;
    padding-left: 10px;
    border: none;/*
    border-left: 1px solid #c0c0c0;*/
}

.dashboard-button {
    cursor: pointer;
    margin-left: 3px;
    margin-right: 3px;
    background-color: transparent;
    border: none;
}

.dashboard-collapse {
    background-color: transparent;
    color: black;
    cursor: pointer;
    width: 90%;
    margin-left: 3px;
    margin-right: 3px;
    border: none;
    outline: none;
    text-align: left;
}

    .dashboard-collapse:after {
        content: '\02795'; /* Unicode character for "plus" sign (+) */
        font-size: 10px;
        color: black;
        float: left;
        margin-left: 5px;
    }

.openpanel:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

#fade {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #ababab;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .70;
    filter: alpha(opacity=80);
}

#modal {
    display: none;
    position: absolute;
    top: 45%;
    left: 45%;
    width: 64px;
    height: 64px;
    padding: 30px 15px 0px;
    border: 3px solid #ababab;
    box-shadow: 1px 1px 10px #ababab;
    border-radius: 20px;
    background-color: white;
    z-index: 1002;
    text-align: center;
    overflow: auto;
}


.subnavblue {
    text-decoration: none;
    color: #4e7096;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    padding: 1px;
}

    .subnavblue:hover {
        text-decoration: underline;
        color: #3b628c;
        cursor: pointer;
        font-size: 16px;
        padding: 1px;
    }

.dashboard-categorydiv {
    background: linear-gradient(to top, #fff 10%, #e6f2ff 100%); margin-left: 8px; margin-right: 8px;
}


.instructions:hover .instructionstooltip {
    display: block;
    color: #000000;
}

.instructionsind {
    font-family: Webdings;
    font-size: .80em;
    vertical-align: top;
    padding-left: 10px;
}

.instructionstooltip {
    display: none;
    z-index: 5;
    left: 45%;
    text-align: left;
    position: absolute;
}

.instructionstooltip_ul_list {
    border: 2px solid #CECACA;
    background: #FCFCE4;
    width: 100%;
    margin: 0;
    padding-bottom: .50em;
    padding-top: .50em;
}

.instructionstooltip_li_list {
    margin-top: .25em;
    margin-bottom: .25em;
}

#dashloader {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.2); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}
.dashloaderpanel {
    position: absolute;
    top: 40%;
    left: 40%;
    width: 200px;
    height: 55px;
    border: 1px solid #CECACA;
    border-radius: 5px;
    padding-top: 30px;
    background-color: #FCFCE4;
   
}

#dashtext {
    position: relative;
    font-size: 24px;
    color: #3B628C;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
    


/*end dashboard*/

/*Password UserName*/
.forgotPasswordgrid-container {
    margin: 0px 10px 20px 40px;
    display: grid;
    grid-template-columns: auto auto;
    padding: 10px;
    grid-template-columns: 50% 40%;
    grid-row-gap: 20px;
}

.forgotPasswordgrid-item {
    text-align: left;
}

.forgotPasswordscreen-container {
    margin: 0px 10px 20px 0px;
    display: grid;
    grid-template-columns: auto auto;
    padding: 2px;
    grid-template-columns: 25% 15%;
    grid-row-gap: 20px;
}

.forgotPasswordscreen-item {
    text-align: left;
}

.forgotPasswordButton-container {
    margin: 0px 10px 20px 40px;
    grid-template-columns: auto;
    padding: 10px;
    grid-template-columns: 40%;
    grid-row-gap: 20px;
}

.forgotPasswordButton-item {
    padding: 10px;
    text-align: center;
}

.forgotUserNameconfirm-message {
    margin: 0;
    padding: 0;
    font-size: .8em;
}
/* end forgot UserName*/

/* Captcha */
.captcha {
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 24%;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    padding: 20px;
    display: flex;
    align-items: center;
}

.captchaImage {
    border: 1px solid #c0c0c0;
}

.captchaTextBox {
    width: 150px;
    /*height: 25px;*/
}

.captchaResetImgDiv {
    margin-left: 5px;
    margin-right: 50px;
    cursor: pointer;
}
/* End Captcha */

/*annual inactives*/

.annualInactivesInstructions {
    list-style: none;
    counter-reset: item;
    padding-inline-start: 20px;
}

    .annualInactivesInstructions li {
        counter-increment: item;
        margin-bottom: 5px;
    }

        .annualInactivesInstructions li:before {
            margin-right: 10px;
            content: counter(item);
            background: rgba(51, 106, 171, 1);
            border-radius: 100%;
            color: white;
            width: 1.2em;
            text-align: center;
            display: inline-block;
        }

.annualInactivesHeader {
    width: 97%;
}

.annualInactivesSectionText {
    font-size: 1.2em;
    font-weight: bold;
    color: rgba(51, 106, 171, 1);
    margin-bottom: 15px;
}

.annualInactivesStepContent {
    margin-left: 15px;
}

/*end annual inactives*/

.checkmark {
    display: inline-block;
    transform: rotate( 45deg );
    height: 12px;
    width: 5px;
    border-bottom: 5px solid #78b13f;
    border-right: 5px solid #78b13f;
    margin-right: 10px;
}