.showHidePassword {
    color: #333;
    font-size: 12px;
    cursor: pointer;
    justify-self: flex-end;
    font-family: 'Montserrat', Arial;
}

.inner-row div {
    line-height: normal;
}

input[type=checkbox] {
    margin-left: 0 !important;
}

.groupMembersSearchGrid {
    position: relative;
}

.global-message-content td {
    padding: 5px;
}

.btn-relative {
    position: relative;
}
/* 2) A simple CSS spinner */
.spinner-group {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255,255,255,0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin-group 0.8s linear infinite;
    display: flex;
    justify-self: center;
    align-self: center;
    z-index: 9999;
}

@keyframes spin-group {
    to {
        transform: rotate(360deg);
    }
}


@media (min-width: 1200px) {
    .container {
        width: 1600px !important;
    }
}

.container {
    width: 98vw !important;
}

body {
    position: relative;
    min-height: 100vh;
    padding-bottom: 60px;
    /*background-image: url(/Content/Media/concrete_wall_2.png);*/
    background-color: rgba(250,250,250,1);
    top: 0px !important; /* to keep our content at the top after a google translate    */
}

g text {
    font-size: .70em;
}

/* to hide google translate    */
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    /*padding-top: 53px;*/
    padding-top: 10px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.fitContent {
    width: fit-content;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    width: 100%;
    max-width: 280px;
}

a {
    color: #045f8b;
}

    a:hover {
        text-decoration: none;
    }

img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

ul {
    list-style: none;
}

.clear, .clear-both {
    clear: both;
}

.clear-fix:after {
    content: '';
    display: block;
    clear: both;
    height: 1px;
}

.bodered-0 {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 0;
}

.hide {
    display: none;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.5em;
}

.validation-summary {
    width: fit-content;
    height: fit-content;
    padding: 10px;
    background-color: #fa7f7f;
    border: 2px solid #ff0000;
    border-radius: 7px;
    color: #000;
}

@media (min-width: 1200px) {
    .container {
        width: 1600px;
    }
}
/* Header Styles */
.navbar {
    border-radius: 0;
    margin-bottom: 0;
    min-height: 99px;
}


a.navbar-brand img {
    max-height: 69px;
}

.navbar-collapse {
    float: right;
}

.header-help-search {
    display: inline-block;
    float: right;
    color: #fff;
    width: 408px;
    padding-top: 25px;
}

    .header-help-search label, .header-help-search input, .header-help-search button {
        display: inline-block;
    }

        .header-help-search input.form-control {
            height: 28px;
        }

        .header-help-search button.btn {
            font-size: 9px;
        }

input#txtQuickSearchText {
    max-width: 250px;
}

.modal-backdrop {
    z-index: 1029;
}

@media screen and (max-width:500px) {
    .header-help-search {
        text-align: center;
        width: 100%;
        padding-top: 5px;
        padding-left: 22px;
    }

        .header-help-search label {
            width: 100%;
        }

    .mfa-setup-top-div {
        width: 100%;
        flex-direction: column;
    }
}

.navbar-inverse {
    border: none;
    background-color: #262525;
    position: relative;
    margin-bottom: 0;
    padding: 0 0 14px 0;
}

.navbar-right {
    margin-top: 35px;
}

    .navbar-right li {
        float: left;
        margin-left: 11px;
    }

@media screen and (max-width:768px) {
    .container > .navbar-collapse {
        margin-left: 0;
        padding-left: 26px;
        width: 100%;
        overflow: visible;
    }

    form#logoutForm {
        display: inline-block;
    }

    ul.nav.navbar-nav.navbar-right {
        text-align: right;
        padding-right: 15px;
    }

    .navbar-right li {
        float: none;
        margin-left: 11px;
        display: inline-block;
    }

    .navbar-right form + li {
        display: inline-block;
        margin-top: 12px;
        margin-left: 0;
    }

    div#google_translate_element {
        margin-left: 26px;
    }

    .mfa-setup-top-div {
        flex-direction: column;
    }
}

@media screen and (max-width:500px) {

    ul.nav.navbar-nav.navbar-right {
        text-align: center;
    }

    .mfa-help-download-div h3 {
        font-size: 14px;
    }

    .mfa-setup-top-div {
        flex-direction: column;
    }
}

@media screen and (max-width:450px) {
    .container > .navbar-collapse {
        margin-left: 0;
        padding-left: 26px;
    }

    .mfa-help-download-div h3 {
        font-size: 14px;
    }

    .mfa-setup-top-div {
        flex-direction: column;
    }
}

li.translate {
    /*padding-top: 15px;*/
}

#loginLink,
#accountLink {
    background: #045f8b;
    padding: 5px 30px;
    border-radius: 5px;
    color: #fff;
    margin-top: 10px;
    text-align: center;
}

#logoutLink {
    background: #c21313;
    padding: 5px 30px;
    border-radius: 5px;
    color: #fff;
    margin-top: 10px;
    text-align: center;
}

    #logoutLink:hover {
        background: #8e0b0b;
    }

#loginLink:hover,
#accountLink:hover {
    background: #054869;
}

/* header bar layout updates 4/7/20 */
.AccountName {
    margin: 0px;
}

.EndImpersonate {
    padding-right: 0px;
}

    .EndImpersonate a {
        background-color: #c21313;
        padding: 5px 80px;
        border-radius: 5px;
        color: #fff;
        margin-top: 10px;
        text-align: center;
    }

        .EndImpersonate a:hover {
            background-color: #8e0b0b;
        }

.header-help-search .row {
    margin-bottom: 0px;
    margin-right: 0px;
}


/* Footer Styles */
footer {
    background: #262525;
    color: #fff;
    padding: 20px 0 10px 0;
    font-size: 12px;
    position: absolute;
    width: calc(100% - 50px);
    left: 50px;
    bottom: 0;
    z-index: 998;
}

    footer a {
        color: #fff;
        text-decoration: none;
    }

/*@media screen and (max-height:900px) {
    #left {
        overflow-y: auto;
    }
}*/

@media screen and (max-width:1088px) {
    footer {
        padding-left: 10px;
    }

    .mfa-setup-top-div {
        flex-direction: column;
    }
}

@media screen and (max-width:844px) {
    footer {
        width: 100%;
        left: 0;
        transition: .5s;
    }

    .sub-open footer {
        width: calc( 100% - 152px);
        left: 152px;
    }

    .mfa-help-download-div h3 {
        font-size: 14px;
    }

    .mfa-setup-top-div {
        flex-direction: column;
    }
}

@media screen and (max-width:484px) {
    #left {
        z-index: 99;
    }

    footer {
        width: 100%;
        left: 0;
        transition: .5s;
        text-align: center;
    }

    .sub-open footer {
        width: 100%;
        left: 0;
        z-index: 98;
    }

    footer p {
        width: 100%;
    }

    footer span {
        display: block;
        width: 100%;
    }

    .mfa-help-download-div h3 {
        font-size: 14px;
    }

    .mfa-setup-top-div {
        flex-direction: column;
    }
}


/* Home Page */
.quickLinks {
    margin-bottom: 20px;
    padding: 10px 0;
    background: #dbdbdb;
    width: 100%;
}

.qlinks {
    width: 100%;
    padding-left: 0;
    display: flex;
}

    .qlinks li {
        width: 25%;
        text-align: center;
        padding: 10px 5px;
        border-left: 1px solid #b7b7b7;
        font-weight: bold;
    }

        .qlinks li span {
            font-size: 12px;
            font-style: italic;
            color: #045f8b;
        }

        .qlinks li:first-child {
            border-left: none;
        }

        .qlinks li a {
            color: #636363;
        }

        .qlinks li:hover a {
            color: #045f8b;
        }

.jumbotron {
    background: transparent;
    margin-bottom: 30px;
    display: inline-block;
}

/* Register Page */
.btnBlue {
    background: #045f8b;
    /*border-radius: 15px;*/
    border-radius: 5px;
    border: none;
    color: #fff;
    padding: 5px 30px;
}

    .btnBlue:hover {
        background: #054869;
        color: #fff;
    }

.btnRed {
    background: #c21313;
    /*border-radius: 15px;*/
    border-radius: 5px;
    border: none;
    color: #fff;
    padding: 5px 30px;
}

    .btnRed:hover {
        background: #8e0b0b;
        color: #fff;
    }

    .btnRed:disabled {
        background: #ffc6c6;
    }

    .btnRed.sendInvites {
        margin-bottom: 0px;
        font-size: 12px;
    }

td.sendInvites {
    padding: 2px !important;
    vertical-align: middle !important;
}

.btnGreen {
    background-color: #5cb85c;
    border-radius: 5px;
    border: none;
    color: #ffffff;
    padding: 5px 30px;
}

    .btnGreen:hover,
    .btnGreen:focus,
    .btnGreen:active {
        background-color: #47a447;
        color: #ffffff;
    }



.indent {
    margin-left: 25px !important;
}

.mar-0 {
    padding-left: 0;
    padding-right: 0;
}

.margin-r-5 {
    margin-right: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-0, .btn.margin-bottom-0 {
    margin-bottom: 0;
}

.margin-top-4 {
    margin-top: 4px;
}


.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 20px;
}

.padding-top-cust {
    padding-top: 7px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-15, .next-15-down + li.translate {
    padding-top: 15px;
}

.delete {
    color: #c21313;
}

input, select, textarea {
    max-width: inherit;
}



.color {
    padding: 5% 0;
}

    .color h2 {
        text-transform: uppercase;
        font-size: 50px;
    }

    .color span {
        text-transform: none;
        font-size: 35px;
    }


@media (max-width:596px) {
    .qlinks li {
        width: 100%;
        border-left: none;
        border-bottom: 1px solid #b7b7b7;
    }
}

/* About Page */

.span25 {
    font-size: 25px;
}

.people {
    background-color: #045f8b;
    display: inline-block;
    padding: 5%;
    color: #fff;
}

    .people img {
        padding-top: 10px;
    }

.row {
    margin-bottom: 20px;
}

.inline-block {
    display: inline-block;
}

/*Dashboard */
#left {
    background: #636363;
    /*height: 100vh;*/
    position: fixed;
    top: 99px;
    left: 0;
    bottom: 0;
    z-index: 999;
    width: 50px;
}

.scrolled #left {
    top: 0;
}

#main {
    /*float: left;
    width: calc(100% - 120px);
    margin-left:120px;*/
    float: left;
    width: calc(100% - 37px);
    margin-left: 37px;
}

@media screen and (max-width:768px) {

    div#sub-opener {
        position: absolute;
        top: 10px;
        right: -44px;
    }

        div#sub-opener .navbar-toggle {
            margin: 0;
        }

    #left {
        width: 152px;
        left: -152px;
        z-index: 1030;
        transition: .5s;
    }

    .sub-open #left {
        left: 0px;
    }

    #main {
        width: calc(100% - 1px);
        margin-left: 0;
    }
}

@media screen and (max-width:336px) {
    div#sub-opener {
        top: 149px;
    }

    .mfa-setup-top-div {
        flex-direction: column;
    }
}

#left ul {
    padding-left: 0;
    /*margin-top: 100px;*/
    overflow-y: auto;
    height: 100%;
}

@media screen and (max-width:1105px) {
    #left {
        top: 122px;
    }

        #left ul {
            /*margin-top: 177px;*/
        }

    .mfa-setup-top-div {
        flex-direction: column;
    }
}

#left ul li {
    border-bottom: 1px solid #262525;
    width: 100%;
    padding: 10px;
}

    #left ul li a {
        color: #fff;
        display: block;
    }

#menuUser span {
    float: right;
}

#left ul li img {
    width: 30px;
}

#left li span {
    margin-left: 10px;
}

#left ul li:hover, #left ul li.active {
    background-color: #045f8b;
    box-shadow: inset 0 0 10px #000000;
}

#left ul li span {
    display: none;
}

#left:hover {
    /*min-width:152px;*/
    width: 152px;
}

    #left:hover ul li span {
        display: inline-block;
    }

@media screen and (max-width:768px) {

    #left ul li span {
        display: inline-block;
    }

    .mfa-setup-top-div {
        flex-direction: column;
    }
}

li.active {
    background-color: #045f8b;
}

.content {
    margin-top: 30px;
    margin-left: 30px;
}

@media screen and (max-width:1105px) {
    .content {
        margin-left: 2px;
    }

    .mfa-setup-top-div {
        flex-direction: column;
    }
}

.content input,
.content select {
    padding: 5px;
}

    .content input.btnBlue {
        max-width: 250px;
        float: right;
    }

input.btnBlue {
    max-width: 250px;
}

.content input.btnRed {
    max-width: 150px;
    float: right;
}

input.btnBlue, input.btnRed {
    padding: 5px 28px;
}

.btnBlue, .btnRed, .btnGreen {
    padding: 5px 28px;
    margin-bottom: 10px;
}

.marginless {
    margin: 0;
}

.content h3 {
    margin-top: 0;
    margin-bottom: 20px;
}

.grey-form-section {
    background: #eee;
    padding: 20px 15px;
    clear: both;
}

.grey-back {
    background: #eee;
    padding: 10px 10px;
}

.border-bottom {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.border-right {
    border-right: 1px solid #ccc;
}

.radio, .checkbox {
    width: 20px;
    display: inline-block;
    padding-top: 7px !important;
    vertical-align: inherit;
}

.inline-checkbox {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    padding-right: 60px;
}

input[type="radio"], input[type="checkbox"] {
    width: 20px;
    float: none;
}

select.input-sm {
    width: 64px;
}

.input-small {
    width: 75px;
}

.input-medium {
    width: 150px;
}

.no-margin {
    margin: 0 !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.input-large {
    width: 225px;
}

input.form-control.input-sm {
    /*max-width: 157px;*/
    max-width: 260px;
    /*margin-right: 20px;*/
}

.form-label-reg {
    width: 125px;
    padding-right: 5px;
}

    .form-label-reg + div {
        width: calc(100% - 132px);
        vertical-align: bottom;
    }

.form-label-md {
    width: 200px;
    padding-right: 5px;
}

    .form-label-md + div {
        width: calc(100% - 232px);
        vertical-align: bottom;
    }

label + span {
    padding-top: 7px;
    padding-left: 5px;
    vertical-align: bottom;
}

/*.tabHead {
    background: #ccc;
    padding: 8px 27px;
    border-radius: 15px 15px 0 0;
    display: inline-block;
    margin-bottom: -5px;
}*/

.initHide, groupHide {
    display: none;
}

.tabHead {
    color: #161616;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px 5px 0 0;
    display: inline-block;
    border-bottom: 2px solid #fff;
    margin-bottom: -2px;
    padding: 15px 10px;
    position: relative;
    z-index: 2;
    min-height: 50px;
    font-weight: 700;
    font-size: 1.2em;
}

    .tabHead.non-active {
        padding: 10px 10px 0;
        border-bottom: 1px solid #fff;
    }

    .tabHead h1, .tabHead h2 {
        font-size: 1.2em;
        font-weight: 700;
        padding: 0;
        margin: 0;
    }

    .tabHead.non-active h1, .tabHead.non-active h2, .tabHead.non-active {
        font-size: 1.1em;
    }

    .tabHead a {
        padding-bottom: 8px;
        display: inline-block;
    }

@media screen and (max-width:963px) {
    .tabHead {
        width: 100%;
        border-radius: 0;
    }

    .mfa-setup-top-div {
        flex-direction: column;
    }
}

.tabHead.non-active {
    background: #bbb;
}

.tabHead:hover {
    background: #ccc;
}

.tabHead a {
    color: #333;
}

.tabHead h2 {
    /*margin-top: 10px;*/
    display: inline-block;
    vertical-align: middle;
}

.tabHead img {
    margin-right: 10px;
    width: 35px;
    display: inline-block;
    vertical-align: middle;
}

/*.tabBody {
        float: left;
        background: #cccccc;
        border-radius: 0 15px 15px 15px;
        padding: 2% 2% 10% 2%;
        width: 100%;
    }*/

.tabBody {
    background: #fff;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 0 5px 5px 5px;
    margin-bottom: 10px;
}

.inner {
    background: #fff;
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    flex-direction: column;
}

.myTeamTeamMembersDiv {
    position: relative;
    padding-right: 20px;
    /* max-height: 240px; */
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
}

.inner h2 {
    clear: both;
}

.tabBody ul {
    padding-left: 0;
}

    .tabBody ul li {
        float: left;
        margin-left: 5px;
        /*margin-bottom: 20px;*/
    }

    .tabBody ul.fullList li {
        width: 100%;
    }

    /*.tabBody ul li a {
            color: #fff;
            padding: 5px 10px;
            border-radius: 15px;
            background-color: #045f8b;
        }*/

    .tabBody ul li a:hover {
        background-color: #054869;
        color: #fff;
    }

.table-wrapper thead > tr > th, .table-wrapper tbody > tr > th, .table-wrapper tfoot > tr > th, .table-wrapper thead > tr > td, .table-wrapper tbody > tr > td, .table-wrapper tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}

.table-wrapper table.dataTable tbody th, .table-wrapper table.dataTable tbody td {
    padding: 3px 10px;
    white-space: nowrap;
}

.backBtn {
    /*float:right;*/
    margin: 15px 0;
    clear: both;
}

.table tbody > tr > th,
.table-nosearch tbody > tr > th,
.table-wrapper thead > tr > th {
    border-top: none;
}

.noMarg {
    margin-bottom: 0;
}

.row.noMarg {
    padding: 15px 0;
    border-bottom: 1px solid #cccccc;
}

.noMarg p {
    margin-bottom: 0;
    padding: 5px 0;
}

.form-check input {
    width: auto;
}

.form-check {
    margin-bottom: 15px;
}

.form-group {
    display: inline-block;
    width: 100%;
}

@media (max-width: 992px) {
    .dashboard .container,
    .dashboard .body-content {
        max-width: 100%;
        padding-left: 0;
    }

    .thead {
        display: none;
    }

    .mfa-setup-top-div {
        flex-direction: column;
    }
}

/* Assessment Page */
.QuestionChoiceOverlay {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.5;
    background-color: #eee;
    display: none;
    border-radius: 15px;
    z-index: 20;
}

.QuestionChoiceRank {
    font-size: 150px;
    position: absolute;
    color: #FFFFFF;
    text-align: center;
    text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
    width: 100%;
    margin-top: 50px;
    z-index: 20;
}

.QuestionChoiceLabel {
    font-size: 20px;
    margin: 0 auto;
    color: #000000;
    text-align: center;
    width: 100%;
    height: 60px;
    padding-top: 15px;
    background-color: #CCCCCC;
    opacity: .7;
    border-radius: 15px 15px 0px 0px;
}

/* for the Value Spectrum (the first question)  */
#QuestionGroup_1 .QuestionChoiceLabel {
    width: 194px;
}

@media screen and (max-width:1200px) {
    #QuestionGroup_1 .QuestionChoiceLabel {
        width: 100%;
    }

    #QuestionGroup_1 .QuestionChoiceRank {
        font-size: 88px;
    }

    #QuestionGroup_1 .QuestionChoiceLabel {
        font-size: 15px;
    }
}


.QuestionChoiceBox {
    text-align: center;
    border-radius: 15px;
}

.QuestionChoiceOverlay h4 {
    font-size: 5em;
}

.answer.selected .QuestionChoiceOverlay {
    display: block;
}

.question,
.hidden {
    display: none;
}

    .question.active {
        display: block;
        background-color: transparent;
    }

.answer {
    /* to override some botstrap defaults */
    margin: 0 5px 10px 5px;
    padding: 0;
    width: 22%;
}

@media screen and (max-width:900px) {
    /*.answer {
        width: 100%;
    }*/

    #QuestionGroup_1 .QuestionChoiceLabel {
        width: 100%;
    }

    #QuestionGroup_1 .QuestionChoiceRank {
        font-size: 13vw;
        margin-top: 35px;
    }

    #QuestionGroup_1 .QuestionChoiceLabel {
        font-size: 2vw;
        height: 45px;
    }
}

.colorTextsOverBanner, .selected {
    pointer-events: none;
}

.answer :hover {
    cursor: pointer;
    box-shadow: 0 0 25px rgba(81, 203, 238, 1);
}

.answer img {
    border-radius: 15px;
    border: 1px solid gray;
    max-height: 281px;
    width: auto;
    height: 100%;
}

.actions input.btnBlue,
.actions input.btnRed {
    float: left;
}

#moveOn {
    float: right;
    max-width: 250px;
    margin-left: 18px;
}

#submit {
    max-width: 250px;
    float: none;
}

#reset {
    margin-left: 20px;
}

.actions {
    display: inline-block;
    margin-top: 20px;
    width: 100%;
}

#question {
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 50px;
    margin-top: 20px;
    background: #eee;
}

    #question .card {
        text-align: center;
        border: 1px solid #ccc;
        border-radius: 15px;
        padding: 60px 0;
        background-color: #fff;
        line-height: 2em;
        height: 300px;
        font-size: 30px;
    }

@media screen and (max-width:900px) {
    #question .card {
        font-size: 2.5vw;
        height: inherit;
    }

    .QuestionChoiceLabel {
        font-size: 2vw;
        height: 43px;
    }

    .QuestionChoiceRank {
        font-size: 13vw;
        margin-top: 35px;
    }
}



.colorTextsOverBanner {
    background: rgba(50, 50, 50, .5);
    position: absolute;
    top: 165px;
    margin: auto 0;
    text-align: right;
    right: 0px;
    padding: 5px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 16px
}

.videoLinks, .videoMessage {
    width: 100%;
    max-width: 892px;
    margin: 0 auto;
}

.videoMessage {
    padding-left: 8px;
    margin-bottom: 10px;
}

.videoLink, .videoLink:hover {
    color: #FFFFFF;
    width: 21%;
    margin: 0 .9%;
    white-space: normal;
    border-radius: 4px;
}

.colorWord {
    pointer-events: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    /*display:inline-block;*/
}

@media screen and (max-width:800px) {
    .colorWord {
        font-size: 12px;
    }
}

@media screen and (max-width:715px) {
    .colorWord {
        font-size: 11px;
    }
}

@media screen and (max-width:670px) {
    .colorWord {
        font-size: 10px;
    }
}

.colorWordBlue {
    color: #02ACED;
}

.colorWordOrange {
    color: #F7B626;
}

.colorWordGold {
    color: #F1CC06;
}

.colorWordGreen {
    color: #069A2A;
}

.colorWord1 {
    position: absolute;
    top: 238px;
    right: 37px;
}

.colorWord1a {
    position: absolute;
    top: 256px;
    right: 49px;
}

.colorWord2 {
    position: absolute;
    top: 259px;
    left: 20px;
}

.colorWord2a {
    position: absolute;
    top: 277px;
    left: 20px;
}



.tab-content {
    background: #fff;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 0 5px 5px 5px;
}

    .tab-content .row {
        padding: 30px;
    }


        .tab-content .row.mar-0 {
            padding-top: 0;
            padding-bottom: 0;
        }

.nav-tabs {
    border-bottom: none;
    margin-bottom: 3px;
}

#SearchStuff .nav-tabs > li.active {
    margin-left: 0px;
}

#AddStuff .nav-tabs > li.active {
    margin-left: 0px;
}


.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #161616;
    background-color: #fff;
    border: none;
    border-radius: 5px 5px 0 0;
    box-shadow: none;
    font-size: 1.25em;
    font-weight: 600;
    display: inline-block;
}

.nav-tabs > li {
    display: inline-block;
    margin-bottom: -4px;
    font-size: 1.1em;
    font-weight: 600;
    border-radius: 5px 5px 0 0;
    background-color: #ccc;
    float: none;
    border-bottom: 2px solid #ccc;
}

    .nav-tabs > li.active {
        background-color: #fff;
        margin-bottom: -6px;
        border: 1px solid #ccc;
        border-bottom: 1px solid transparent;
    }

.nav-tabs li a {
    color: #161616;
}

.nav-item.active:after {
    content: '';
    width: 97%;
    height: 1px;
    /*background: #eee;*/
    position: absolute;
    bottom: 0px;
}

.color-card img {
    border-radius: 15px;
    border: 1px solid #eee;
}

.colors {
    margin: 20px auto;
}

.card-header {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 5px;
}

    .card-header h5 {
        margin: 0;
    }

.dashboard .card {
    margin-bottom: 20px;
}

.card-header button {
    color: #161616;
    width: 100%;
    text-align: left;
}

.details {
    display: inline-block;
    margin: 20px auto;
}

.publish {
    width: 100%;
    margin: 20px auto;
    display: inline-block;
}

    .publish a {
        width: 100%;
    }

    .publish ul {
        padding-left: 0;
    }

    .publish li {
        /*float: left;*/
        margin-right: 20px;
        margin-bottom: 10px;
    }

.colorbar {
    display: inline-block;
    color: white;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .colorbar .total {
        position: relative;
        z-index: 2;
    }


    .colorbar img, .circles img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;
    }

.circles {
    border-radius: 20px;
    border: 2px solid #EEE;
    position: relative;
    background-clip: padding-box;
    position: relative;
    overflow: hidden;
}

.thead {
    display: none;
}

.card-body {
    padding: 20px;
}

    .card-body h5 {
        font-size: 1.5em;
    }

    .card-body ul {
        list-style: disc;
    }

    .card-body li {
        margin-bottom: 5px;
    }

.ui-dialog #dialogSignatures a {
    color: #428bca !important;
}

    .ui-dialog #dialogSignatures a.btn {
        color: #FFFFFF !important;
    }

.ui-dialog {
    padding: 0;
    border-radius: 15px;
}

.ui-dialog-titlebar {
    float: right;
    border: 0;
    padding: 0;
}

.ui-dialog-titlebar-close {
    top: 0;
    right: 0;
    margin: 0;
    z-index: 999;
}

#dialogSignatures {
    background-color: #FFFFFF;
    border-radius: 15px;
    position: absolute;
    padding: 15px;
}

    #dialogSignatures input[type="radio"] {
        width: 20px;
        margin-left: 20px;
    }

.sigs {
    background-color: #EEEEEE;
    border: 2px solid #CCCCCC;
    width: 300px;
    height: 100px;
    text-align: center;
    padding: 10px;
    float: right;
    margin-right: 20px;
    margin-top: -20px;
    display: none;
}

#sigFull {
    display: block;
}

.infoEdit h2 {
    margin-top: 20px;
}

#input-fix {
    display: block;
    width: 100%;
    height: 36px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px !important;
}


#infoEdit {
    margin: 0 auto;
    background-color: #8e0b0b;
}

/*.translate #google_translate_element {
    margin-top:12px;
}*/

.btn-default:focus {
    color: #fff;
    background: #045f8b;
    border: none;
}

.btn-wide {
    width: 150px;
}

.colorImg {
    width: 24%;
    display: inline-block;
}

    .colorImg img {
        width: 100%;
    }

@media (max-width:963px) {
    li .nav-item:first-child {
        border-top: none;
        border-left: none;
        border-right: none;
    }

    li.nav-item {
        width: 100%;
        border-top: 1px solid #eee;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }

    .tab-content {
        border-radius: 0 0 5px 5px;
    }

    .nav-tabs li a {
        margin-right: 0;
        border-radius: 0;
    }

    .tab-pane .details p {
        width: 100%;
        float: left;
    }

    .colorImg {
        width: 49%;
    }

        .colorImg img {
            margin: 0 auto !important;
            padding: 5%;
        }
}

@media (max-width:540px) {

    .colorImg {
        width: 100%;
        float: none;
    }
}


/* Fix for border radius in mobile views */

@media (max-width:981px) {
    .tabBody {
        border-radius: 0 0 15px 15px;
    }
}

/* pagination fixes */
.dataTables_wrapper .dataTables_paginate .pagination .paginate_button {
    padding: 0;
}


/* google translate box fix */
div#google_translate_element {
    margin-top: -3px;
}

/* assessment button rules*/
#back[disabled], #moveOn[disabled], #reset[disabled] {
    display: none;
}

ul.assessment {
    padding: 0;
    max-width: 892px;
    margin: 0 auto;
    height: 350px;
}

@media screen and (max-width:600px) {
    .actions .btn, #moveOn, #submit.pull-right {
        width: 100%;
        max-width: 100%;
        float: none;
    }

    #moveOn {
        margin-left: 0;
    }


    #reset {
        margin-left: 0px;
    }
}

@media screen and (max-width:520px) {
    .form-group .btn {
        width: 100% !important;
        margin: 5px 0;
        float: none !important;
        max-width: 100% !important;
    }


    .form-label-reg + div {
        width: calc(100% - 1px);
    }


    .form-label-md + div {
        width: calc(100% - 1px);
    }
}

.control-label {
    vertical-align: top;
}

.col-md-12 {
    clear: both;
}

.dataTables_wrapper {
    overflow-x: hidden;
    /*margin-top: -10px;*/ /* to reduce whitespace above the table */
}

#tblHelpTopics_wrapper {
    overflow-x: hidden;
}

.btn-center {
    text-align: center;
}

    .btn-center input[type="submit"] {
        display: inline-block;
    }

.goog-te-gadget-simple img {
    display: none;
}

@media (min-width: 992px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 100%;
    }

    .switch-column-view {
        display: flex;
        flex-direction: column;
    }
}


/* */
.push-left-15 {
    margin-left: 15%;
}

@media screen and (max-width:1091px) {
    .push-left-15 {
        margin-left: 0;
    }
}

/*  header account name rules */
.AccountName {
    color: #ccc;
    text-transform: capitalize;
    display: block;
    padding-top: 10px;
    /* padding-left: 15px; */
    margin-top: 0px;
    padding-bottom: 10px;
    font-weight: 700;
    text-align: right;
    /*margin-top: -16px;*/
}

@media screen and (max-width:844px) {
    .AccountName {
        width: 100%;
        text-align: right;
        padding-left: 0;
        display: block;
        position: relative;
        margin-left: -18px;
    }
}


@media screen and (max-width:500px) {
    .AccountName {
        text-align: center;
        margin-left: 0;
    }
}


.navbar-inverse .navbar-collapse {
    text-align: right;
}
/* strange styling issues */
button .btn.btn-link {
    height: 10px;
    vertical-align: baseline;
}


button.btn:focus {
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.card-header button.btn.btn-link {
    height: inherit !important;
}

@media screen and (max-width:460px) {
    .answer {
        width: 42%;
    }
}

.table-colors {
    min-width: 500px;
    width: 100%;
}

.red-text {
    color: red;
}

.offset-top-10 {
    vertical-align: top;
    margin-top: 8px;
}

/* google chart fix */

h5.chart-title {
    font-weight: 600;
    font-size: .8em;
    text-align: center;
    color: #000;
}

/* google translate issue fixes */

.active h3 a.printable[href*="MyInfo"] + font a {
    margin-right: 12px;
    padding: 7px;
}

.active h3 a.printable[href*="MyInfo"] + font + span + a {
    display: none;
}

.active h3 font a.printable {
    margin-left: 12px;
    padding: 7px;
}

active div:not(#FullSpectrumContent) h3 > font[style*="vertical-align"] ~ a.printable {
    display: none;
}

.table .Private {
    display: none;
}

.show-private .table .Private {
    display: table-row;
}

[type=file] {
    display: none !important;
}

    [type=file] + label {
        background-color: #CCC;
        border-radius: 5px;
        padding: 5px;
        height: 30px;
        margin: 0;
        cursor: pointer;
    }
/* modal updates */

span#total-count {
    vertical-align: inherit;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.disabled {
    pointer-events: none;
}
/* datatable search */
.dataTables_wrapper .dataTables_filter {
    width: 100%;
}

.dataTables_filter label {
    width: 100%;
}

.save-next {
    padding-left: 50px;
    padding-right: 50px;
}

.right {
    float: right;
}

.hidden-warning {
    padding: 10px;
    clear: both;
    max-width: 300px;
    float: right;
    margin-bottom: 10px;
}

.dataTables_info {
    display: none;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 2px solid #111 !important;
}

table.dataTable.no-footer {
    border-bottom: 2px solid #111 !important;
}

div .SpectrumChart {
    width: 49%;
}

@media screen and (max-width:910px) {
    div .SpectrumChart {
        width: 46%;
    }
}

@media screen and (max-width:610px) {
    div .SpectrumChart {
        width: 96%;
    }
}


@media screen and (max-width:430px) {
    .btn.btnBlue {
        white-space: normal;
    }
}

/* modal fix */
.modal li {
    display: list-item;
    list-style: disc;
}

/* table no search */
.table-nosearch {
    width: 100%;
    margin-bottom: 20px;
}

    .table-nosearch thead > tr > th,
    .table-nosearch tbody > tr > th,
    .table-nosearch tfoot > tr > th,
    .table-nosearch thead > tr > td,
    .table-nosearch tbody > tr > td,
    .table-nosearch tfoot > tr > td {
        padding: 8px;
        line-height: 1.428571429;
        vertical-align: top;
        border-top: 1px solid #dddddd;
    }

    .table-nosearch thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #dddddd;
    }

    .table-nosearch caption + thead tr:first-child th,
    .table-nosearch colgroup + thead tr:first-child th,
    .table-nosearch thead:first-child tr:first-child th,
    .table-nosearch caption + thead tr:first-child td,
    .table-nosearch colgroup + thead tr:first-child td,
    .table-nosearch thead:first-child tr:first-child td {
        border-top: 0;
    }

    .table-nosearch tbody + tbody {
        border-top: 2px solid #dddddd;
    }

    .table-nosearch .table-nosearch {
        background-color: #ffffff;
    }

    .table-nosearch > thead > tr > td.active,
    .table-nosearch > tbody > tr > td.active,
    .table-nosearch > tfoot > tr > td.active,
    .table-nosearch > thead > tr > th.active,
    .table-nosearch > tbody > tr > th.active,
    .table-nosearch > tfoot > tr > th.active,
    .table-nosearch > thead > tr.active > td,
    .table-nosearch > tbody > tr.active > td,
    .table-nosearch > tfoot > tr.active > td,
    .table-nosearch > thead > tr.active > th,
    .table-nosearch > tbody > tr.active > th,
    .table-nosearch > tfoot > tr.active > th {
        background-color: #f5f5f5;
    }

    .table-nosearch > thead > tr > td.success,
    .table-nosearch > tbody > tr > td.success,
    .table-nosearch > tfoot > tr > td.success,
    .table-nosearch > thead > tr > th.success,
    .table-nosearch > tbody > tr > th.success,
    .table-nosearch > tfoot > tr > th.success,
    .table-nosearch > thead > tr.success > td,
    .table-nosearch > tbody > tr.success > td,
    .table-nosearch > tfoot > tr.success > td,
    .table-nosearch > thead > tr.success > th,
    .table-nosearch > tbody > tr.success > th,
    .table-nosearch > tfoot > tr.success > th {
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

    .table-nosearch > thead > tr > td.danger,
    .table-nosearch > tbody > tr > td.danger,
    .table-nosearch > tfoot > tr > td.danger,
    .table-nosearch > thead > tr > th.danger,
    .table-nosearch > tbody > tr > th.danger,
    .table-nosearch > tfoot > tr > th.danger,
    .table-nosearch > thead > tr.danger > td,
    .table-nosearch > tbody > tr.danger > td,
    .table-nosearch > tfoot > tr.danger > td,
    .table-nosearch > thead > tr.danger > th,
    .table-nosearch > tbody > tr.danger > th,
    .table-nosearch > tfoot > tr.danger > th {
        background-color: #f2dede;
        border-color: #eed3d7;
    }

    .table-nosearch > thead > tr > td.warning,
    .table-nosearch > tbody > tr > td.warning,
    .table-nosearch > tfoot > tr > td.warning,
    .table-nosearch > thead > tr > th.warning,
    .table-nosearch > tbody > tr > th.warning,
    .table-nosearch > tfoot > tr > th.warning,
    .table-nosearch > thead > tr.warning > td,
    .table-nosearch > tbody > tr.warning > td,
    .table-nosearch > tfoot > tr.warning > td,
    .table-nosearch > thead > tr.warning > th,
    .table-nosearch > tbody > tr.warning > th,
    .table-nosearch > tfoot > tr.warning > th {
        background-color: #fcf8e3;
        border-color: #fbeed5;
    }

/* ---------- password validation ----------
*/
.pw-invalid {
    background-color: #ffc8c8;
    border-color: red;
}

.pw-invalid-text {
    color: #ea1511;
}

div.pw {
    line-height: 14px !important;
    font-size: 12px;
}

.accountTypeFilter {
    padding-right: 0px;
}

    .accountTypeFilter span {
        font-weight: bold;
    }

    .accountTypeFilter select {
        width: 260px;
        display: inline-block;
        margin-left: 0.2em;
    }


.loading:after {
    content: ' .';
    animation: dots 1s steps(5, end) infinite;
}

@keyframes dots {
    0%, 20% {
        color: rgba(0,0,0,0);
        text-shadow: .25em 0 0 rgba(0,0,0,0), .5em 0 0 rgba(0,0,0,0);
    }

    40% {
        color: white;
        text-shadow: .25em 0 0 rgba(0,0,0,0), .5em 0 0 rgba(0,0,0,0);
    }

    60% {
        text-shadow: .25em 0 0 white, .5em 0 0 rgba(0,0,0,0);
    }

    80%, 100% {
        text-shadow: .25em 0 0 white, .5em 0 0 white;
    }
}

.info-badge {
    cursor: help;
    width: 24px;
    height: 24px;
    background-image: url('images/circle-info-solid.png');
    background-size: 20px;
    background-repeat: no-repeat;
    margin-left: 25px;
    background-color: #fff;
    /*border: 0.5px solid #636363;
    border-radius: 50%;*/
    /*box-shadow: 2px 1px 1px rgba(0,0,0,0.2);*/
}

.info {
    cursor: help;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    border: 1px #ff0000 solid;
    border-radius: 10px;
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
    font-family: Consolas;
    font-size: 13px;
    font-weight: bold;
    color: #ff0000;
    box-shadow: 0 3px 5px #ccc;
}

/********** SPINNER **********/
.center-div {
    width: 300px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -120px;
    margin-top: -60px;
}

.spinner {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    filter: alpha(opacity=60);
    opacity: 0.5;
    -moz-opacity: 0.5;
}

.loader {
    margin: auto;
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #000;
    border-bottom: 5px solid #000;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.inner-div {
    background-color: rgba(0,0,0,0);
    border-radius: 15px;
    margin: auto;
    padding: 2%;
    width: 150px;
}

.scale-15 {
    transform: scale(1);
}

.pulseTable {
}

    .pulseTable td {
        margin: 2px;
        padding: 2px;
    }

label {
    margin-bottom: 0 !important;
}

@keyframes border-pulsate-success {
    100% {
        border-color: rgba(0, 255, 0, 0);
        border-size: 10px;
    }

    50% {
        border-color: rgba(0, 255, 0, 0.5);
        border-size: 5px;
    }

    0% {
        border-color: rgba(0, 255, 0, 1);
        border-size: 1px;
    }
}

@keyframes border-pulsate-failed {
    100% {
        border-color: rgba(255, 0, 0, 0);
        border-size: 10px;
    }

    50% {
        border-color: rgba(255, 0, 0, 0.5);
        border-size: 5px;
    }

    0% {
        border-color: rgba(255, 0, 0, 1);
        border-size: 1px;
    }
}

.enablePulseCheckSuccess {
    animation: border-pulsate-success 3s;
    border: solid #00ff00 10px;
}

.enablePulseCheckFailed {
    animation: border-pulsate-failed 3s;
    border: solid #ff0000 10px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes glow-grow {
    0% {
        opacity: 0;
        transform: scale(1);
    }

    80% {
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@-moz-keyframes glow-grow /* Firefox */ {
    0% {
        opacity: 0;
        transform: scale(1);
    }

    80% {
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@-webkit-keyframes glow-grow /* Safari and Chrome */ {
    0% {
        opacity: 0;
        transform: scale(1);
    }

    80% {
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@-o-keyframes glow-grow /* Opera */ {
    0% {
        opacity: 0;
        transform: scale(1);
    }

    80% {
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@-ms-keyframes glow-grow /* IE */ {
    0% {
        opacity: 0;
        transform: scale(1);
    }

    80% {
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

#cover-spin {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 9999;
    display: none;
}

    #cover-spin label {
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        color: #fff;
        position: absolute;
        left: 50.8%;
        top: 56%;
        transform: translate(-49.3%,-50%);
        -webkit-transform: translate(-50%,-50%);
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
    }

    50% {
        -webkit-transform: rotate(180deg) scale(2);
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
    }

    50% {
        -webkit-transform: rotate(180deg) scale(2);
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
    }
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: 40px;
    height: 40px;
    /*    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;*/
    background-image: url(../Content/Media/favicon.ico);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}



.virtual-coach-footer {
    position: absolute;
    top: 50px;
    /*left: 0;*/
    right: 0;
    /*border: solid 3px #eee;*/
    display: flex;
    width: 65%;
    height: 60px;
    /*padding: 0px 5px;*/
    /*background-color: #eee;*/
    align-items: center;
    justify-content: center;
    background-color: #fff;
    z-index: 901;
}

    .virtual-coach-footer textarea {
        width: 100%;
        height: 49px;
        border-top: 1px solid #ccc;
        border-left: none !important;
        border-right: none !important;
        border-bottom: 1px solid #ccc;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        padding: 11px;
        font-size: 16px;
        max-width: 100%;
        word-wrap: break-word;
        z-index: 200;
    }

        .virtual-coach-footer textarea:focus-visible {
            outline: none;
        }


.virtual-coach-send {
    display: flex;
    padding: 8px;
    height: 49px;
    width: 49px;
    /*height: fit-content;*/
    border-top: 1px solid #ccc;
    border-left: none;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #dad8df;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    cursor: pointer;
}

    .virtual-coach-send img {
        cursor: pointer;
    }

.virtual-coach-bar-logo {
    display: flex;
    padding: 4px;
    height: 49px;
    width: 70px;
    /*height: fit-content;*/
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.virtual-coach-send:disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}

.send {
    cursor: default;
}

.txtWrapper {
    position: relative;
    width: 100%;
    /*max-width: fit-content;*/
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .txtWrapper textarea {
        position: absolute;
        top: 6px;
        border: 1px solid #ddd !important;
        outline: none;
        padding: 5px;
        max-height: 350px;
        resize: vertical;
        overflow-y: auto;
        /*height: 49px !important;*/
        min-height: 49px !important;
        width: 100% !important;
        align-self: flex-end !important;
        /*max-width: 87.05% !important;*/
    }

lds-hourglass {
    display: inline-block;
    position: relative;
    /*width: 40px;
    height: 40px;*/
    background-color: transparent;
    pointer-events: none;
}

.lds-hourglass:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    /*margin: 8px;*/
    box-sizing: border-box;
    border: 14px solid #1f84ff;
    border-color: #1f84ff transparent #1f84ff transparent;
    animation: lds-hourglass 3.0s infinite;
}

@keyframes lds-hourglass {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    100% {
        transform: rotate(1800deg);
    }
}

@keyframes rotate {
    100% {
        transform: rotate(1turn);
    }
}

.human-content {
    /*display: flex;*/
    text-align: left;
    vertical-align: top;
    width: fit-content;
    height: fit-content;
    max-width: 98%;
    padding: 10px;
    background-color: #e9e9e9;
    color: #000;
    /*border: 1px dotted #d7d7d7;*/
    border-radius: 6px;
    margin-top: 35px;
    justify-self: flex-end;
    align-self: flex-end;
    word-break: break-word;
    word-wrap: anywhere;
    font-size: 15px;
    margin-left: 15px;
    margin-right: 15px;
    page-break-inside: avoid;
}

.four-colors-text-gradient {
    background: #FCB31C;
    background: radial-gradient(ellipse farthest-side at bottom center, #FCB31C 0%, #008B52 44%, #F26722 52%, #008DCF 84%, #FCB31C 99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.assistant-content {
    justify-content: left;
    text-align: left;
    vertical-align: top;
    width: fit-content;
    height: fit-content;
    min-width: 50px;
    min-height: 30px;
    /*max-width: 94%;*/
    padding: 10px;
    background-color: #fff0c0;
    color: #000;
    /*border: 1px solid #fff0c0;*/
    border-radius: 10px;
    margin-top: 10px;
    word-break: break-word;
    word-wrap: anywhere;
    border: 1px dotted #616333;
    font-size: 14px;
    /*white-space: nowrap;*/
    /*margin-right:20px;*/
}

.loader3 {
    display: flex;
    justify-self: center;
    align-self: center;
    /*margin-left: 8px;*/
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff0c0;
    box-shadow: 13px 0 #fff, -13px 0 #fff;
    position: relative;
    animation: flash 0.7s ease-out infinite alternate;
}

@keyframes flash {
    0% {
        background-color: #000;
        box-shadow: 13px 0 #000, -13px 0 #000;
    }

    50% {
        background-color: #000;
        box-shadow: 13px 0 #000, -13px 0 #000;
    }

    100% {
        background-color: #000;
        box-shadow: 13px 0 #000, -13px 0 #000;
    }
}

.box-shadow {
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.myTeamModal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: fit-content;
    padding: 10px 10px 21px 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #fafafa;
    padding-top: 20px;
    z-index: 1000;
}

.modal-background {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff60;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 996;
    text-align: center;
    padding-top: 25%;
}

.myTeamModal div {
    padding: 10px;
}

    .myTeamModal div div {
        display: flex;
        width: 100%;
        justify-content: center;
    }

.sessionButtonModal {
    width: fit-content;
    min-width: 80px;
    height: fit-content;
    background: #045f8b;
    border-radius: 5px;
    padding: 5px 8px !important;
    justify-content: center;
    align-items: center;
    align-self: flex-end;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #045f8b;
}

    .sessionButtonModal:nth-child(1) {
        margin-right: 20px;
    }

.export-message {
    color: #000;
    font-size: 18px;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 7px;
    background: #e2e2e2;
}

.files-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0.00001%;
    color: #000;
    height: 3px;
    z-index: 20000;
    background: #0063ff;
    padding: 2px 0 2px 10px;
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
    font-size: 11px;
    align-self: flex-end;
    opacity: 1;
    transition: all 1.25s ease-in-out;
}

.files-progress2 {
    opacity: 0;
    position: relative;
    width: 100%;
    color: #1d1d1d;
    height: fit-content;
    z-index: 20000;
    background: #00000000;
    padding: 5px 0 0 0;
    text-align: center;
    font-weight: normal !important;
    vertical-align: middle;
    font-size: 13px;
    align-self: center;
    transition: all 2s ease-in-out;
}

.data-entry-segment {
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    text-align: center;
    outline: none;
    border-radius: 4px;
}

    .data-entry-segment:active, .data-entry-segment:focus {
        outline: 1px dotted #045f8b;
    }

.twofa-message {
    opacity: 0;
    position: relative;
    width: fit-content;
    min-width: 180px;
    height: fit-content;
    padding: 20px;
    border: 1px solid #ff7979;
    background-color: #ff7979;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 5px;
    filter: drop-shadow(-2px 4px 12px #00000040);
    transition: opacity linear 250ms;
}

input[name=btnValidate]:disabled {
    pointer-events: none;
    opacity: 0.5;
}

.countdown-bckgnd {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(51,51,51,0.7);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 9999;
    font-family: 'Montserrat', san-sarif
}

.countdown-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: fit-content;
    padding: 10px 10px 21px 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #fafafa;
    padding: 20px;
    z-index: 10000;
    font-family: 'Montserrat', san-sarif !important;
}

    .countdown-modal h3 {
        font-family: 'Montserrat', san-sarif !important;
    }

    .countdown-modal label {
        width: 100%;
        margin-top: 10px;
        font-size: 24px;
        text-align: center;
        font-family: 'Montserrat', san-sarif !important;
    }


.countdown-button-container {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 20px;
    font-family: 'Montserrat', san-sarif !important;
}

    .countdown-button-container input {
        width: 120px;
        background: #ddd;
        padding: 5px 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
        margin: 0;
        font-family: 'Montserrat', san-sarif !important;
    }

        .countdown-button-container input:hover {
            background: #d2d2d2;
            cursor: pointer;
        }

input[type=checkbox] {
    /*height: 18px !important;*/
    margin-right: 1px;
}

.table.dataTable thead th {
    text-align: left;
    white-space: nowrap !important;
    padding: 5px 0 5px 10px;
}

.mfa-manual-code {
    pointer-events: none;
}

.mfa-top-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

.mfa-instruction {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #eee;
    border-radius: 6px;
}

.mfa-segment-code {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin-top: 15px;
}

    .mfa-segment-code span {
        font-size: 13px;
        color: #333333;
    }

    .mfa-segment-code button {
        margin-top: 5px;
        position: relative;
    }

.mfa-help-download-div {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 15px;
}

.mfa-setup-top-div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

    .mfa-setup-top-div > div:first-child {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        font-family: 'Montserrat', sans-serif;
        width: 60%
    }

        .mfa-setup-top-div > div:first-child > div:nth-of-type(1) {
            width: 100%;
            border: 1px solid #ccc;
            background-color: #eee;
            padding: 10px;
            border-radius: 6px;
            margin-bottom: 6px;
        }

            .mfa-setup-top-div > div:first-child > div:nth-of-type(1) div {
                display: flex;
                align-items: flex-end;
                justify-content: flex-start;
            }

        /*        .mfa-setup-top-div > div:first-child > div:nth-of-type(2) {
            display: flex;
            width: 100%;
            align-items: center;
            border: 1px solid #ccc;
            border-radius: 7px;
            background-color: #9dd4f8;
            padding: 10px;
        }*/

        /*            .mfa-setup-top-div > div:first-child > div:nth-of-type(2) > div:nth-of-type(2) ul {
                list-style: disc;
                margin: 0;
            }*/

        .mfa-setup-top-div > div:first-child > div:nth-of-type(2) {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: flex-start;
            width: 100%;
            margin-top: 15px;
        }

            .mfa-setup-top-div > div:first-child > div:nth-of-type(2) > div:nth-of-type(1) img {
                margin: 0;
                margin-bottom: 8px;
                width: 100%;
                max-width: 220px;
            }

            .mfa-setup-top-div > div:first-child > div:nth-of-type(2) > div:nth-of-type(2) {
                display: flex;
                flex-direction: column;
                margin-top: 8px;
                margin-left: 5px;
            }

                .mfa-setup-top-div > div:first-child > div:nth-of-type(2) > div:nth-of-type(2) span {
                    font-size: 13px;
                    color: #333333;
                    margin-top: 10px;
                    height: 24px;
                }

                .mfa-setup-top-div > div:first-child > div:nth-of-type(2) > div:nth-of-type(2) button {
                    margin-top: 20px;
                    position: relative;
                }

            .mfa-setup-top-div > div:first-child > div:nth-of-type(2) > div:nth-of-type(3) {
                margin-left: 10px;
                justify-self: center;
                align-self: center;
                margin-top: 20px;
                width: 30%;
            }

        .mfa-setup-top-div > div:first-child > div:nth-of-type(3) {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 680px;
            height: 180px;
            margin-top: 15px;
            background-image: url('images/instructions_2fa.png');
            background-repeat: no-repeat;
            background-size: 680px 180px;
        }

            .mfa-setup-top-div > div:first-child > div:nth-of-type(3) > div:first-child {
                position: absolute;
                display: flex;
                top: 50px;
                left: 15px;
                width: 320px;
                height: 90px;
            }

                .mfa-setup-top-div > div:first-child > div:nth-of-type(3) > div:first-child a {
                    position: relative;
                    top: 0;
                    left: 0;
                    width: 320px;
                    height: 90px;
                }

            .mfa-setup-top-div > div:first-child > div:nth-of-type(3) > div:last-child {
                position: absolute;
                display: flex;
                top: 50px;
                right: 15px;
                width: 320px;
                height: 90px;
            }

                .mfa-setup-top-div > div:first-child > div:nth-of-type(3) > div:last-child a {
                    position: relative;
                    top: 0;
                    right: 0;
                    width: 320px;
                    height: 90px;
                }

    .mfa-setup-top-div > div:nth-of-type(2) {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: 15px 0 0 25px;
    }

        .mfa-setup-top-div > div:nth-of-type(2) img {
            width: 500px;
            height: 355px;
        }






















.mfa-help {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 680px;
    height: 180px;
    margin-top: 15px;
    background-image: url('images/instructions_2fa2.png');
    background-repeat: no-repeat;
    background-size: 680px 180px;
}

    .mfa-help > div:first-child {
        position: absolute;
        display: flex;
        top: 50px;
        left: 15px;
        width: 320px;
        height: 90px;
    }

        .mfa-help > div:first-child a {
            position: relative;
            top: 0;
            left: 0;
            width: 320px;
            height: 90px;
        }

    .mfa-help > div:last-child {
        position: absolute;
        display: flex;
        top: 50px;
        right: 15px;
        width: 320px;
        height: 90px;
    }

        .mfa-help > div:last-child a {
            position: relative;
            top: 0;
            right: 0;
            width: 320px;
            height: 90px;
        }








/* ****************  Loader spinner ***************/
.loaderx {
    transform: rotateZ(45deg);
    perspective: 1000px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    color: #FCB31C;
}

    .loaderx:before,
    .loaderx:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: inherit;
        height: inherit;
        border-radius: 50%;
        transform: rotateX(70deg);
        animation: 1s spin linear infinite;
    }

    .loaderx:after {
        color: #008B52;
        transform: rotateY(70deg);
        animation-delay: .4s;
    }

@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotateZ(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotateZ(360deg);
    }
}

@keyframes rotateccw {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@keyframes spin {
    0%, 100% {
        box-shadow: .2em 0px 0 0px currentcolor;
    }

    12% {
        box-shadow: .2em .2em 0 0 currentcolor;
    }

    25% {
        box-shadow: 0 .2em 0 0px currentcolor;
        color: #008DCF;
    }

    37% {
        box-shadow: -.2em .2em 0 0 currentcolor;
    }

    50% {
        box-shadow: -.2em 0 0 0 currentcolor;
    }

    62% {
        box-shadow: -.2em -.2em 0 0 currentcolor;
        color: #F26722;
    }

    75% {
        box-shadow: 0px -.2em 0 0 currentcolor;
    }

    87% {
        box-shadow: .2em -.2em 0 0 currentcolor;
    }
}
