﻿/* Bootstrap 3 nav li stuff for buttons on Management Console tabs */
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav > li {
    position: relative;
    display: block;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}

.nav > li > a:hover {
    text-decoration: none;
    background-color: #eee;
}
/* End nav tab stuff */
/* Bootstrap 3 pagination stuff*/
/* this is for the dir-paginate stuff */
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

    .pagination > li {
        display: inline
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #428bca;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px
        }

        .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
            color: #2a6496;
            background-color: #eee;
            border-color: #ddd
        }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #428bca;
        border-color: #428bca
    }

    .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}
/* end Bootstrap 3 pagination */
input.ng-dirty.ng-invalid {
    color: red
}

.IndividualsInConsole {
    position: fixed;
}

.MCMainPageInConsole {
    margin-left: 16%;
}

.MCMainPageInReports {
    width: 100% !important;
    padding-left: 12px;
}

.MCTopInConsole {
    position: fixed;
}

.MCBottomInConsole {
    padding-top: 53px;
}

.FraudSection {
    text-align: left;
    font-size: .7em;
    padding-bottom: 15px;
}

.ModalBody {
    height: 65vh;
    overflow-y: auto;
    overflow-x: hidden;
    margin-left: 50px;
    padding-top: 20px;
}

.pull-right-for-real {
    text-align: right !important;
}

.ViewOnlyButton {
    background-color: gray !important;
    border-color: gray !important;
    color: white !important;
    opacity: 1 !important;
}

.FakeHref {
    cursor: pointer;
    text-decoration: none;
    color: #468aac;
}

    .FakeHref:hover {
        color: gray;
        text-decoration: underline;
    }

.NewProductLabel {
    font-family: 'Segoe UI',Tahoma,Verdana,Arial,Helvetica;
    font-weight: 700;
    font-size: 1.6em;
}

.AppsAndTasksPage {
    padding-top: 2px;
    width: 99%;
}

.CollapsedMenu {
    width: 60px;
    background-color: #323232;
    height: 93vh;
    position: fixed;
    padding-left: 3px;
    /*  margin-top: 73px;*/
    padding-top: 9px;
}

.CollapsedMenuVue {
    width: 60px;
    background-color: #323232;
    height: 100%;
    position: fixed;
    padding-left: 3px;
    padding-top: 9px;
}

.ExpandedMenu {
    width: 365px !important;
    z-index: 9999;
    overflow: auto;
}

.StuffUnderTheHeader {
    margin-top: 74px;
}

.EnvironmentSpan {
    font-size: 1.4em;
    color: red;
}

#ContentAngular {
    width: 100%;
    margin: 0px auto;
    text-align: left;
}

#SelfServiceMapping table {
    display: block;
    overflow-y: scroll;
}

.MenuHeaderText {
    font-size: 1em;
    color: white !important;
}

.ConsoleSearchBox {
    width: 25%;
    position: fixed;
    top: 34px;
    right: 5px;
    z-index: 9999;
    border: none;
}

.ConsoleSearchBoxVue {
    width: 25%;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 9999;
    border: none;
}

@media screen\0 { /* Used for IE, because it doesn't know where the right side of the screen is... */
    .ConsoleSearchBox {
        position: fixed;
        left: 74%;
        width: 25%;
    }
}

.LowTaskEscalation {
    color: #888888 !important;
    font-weight: 200 !important;
}

.NormalTaskEscalation {
}

.ImportantTaskEscalation {
    font-weight: bold !important;
}

.WarnTaskEscalation {
    font-weight: bold !important;
    background-color: #F2F22A !important;
}

.UrgentTaskEscalation {
    font-weight: bold !important;
    background-color: orange !important;
}

.LateTaskEscalation {
    font-weight: bold !important;
    background-color: #CC0000 !important;
    color: white !important;
}

.EmergencyTaskEscalation {
    font-weight: bold !important;
    font-style: italic !important;
    background-color: #CC0000 !important;
    color: #F2F22A !important;
}

.IndividualInvalid {
    color: orange;
    font-weight: bold;
}

.ManagementConsoleCommandLink {
    cursor: pointer;
    text-decoration: underline;
}

.RequestedAndApproved {
    background-color: #21a94e;
    color: white;
}

.RequestedNotApproved {
    background-color: orange;
}

.NotRequestedApproved {
    background-color: yellow;
}

.WillApprove {
    background-color: white;
}

.ErrorDuringCreation {
    background-color: red;
    color: white;
}

.OverlayLeft {
    position: fixed;
    top: 75px;
    background-color: #323232;
    padding: 20px;
    border-radius: 10px;
    z-index: 500;
}

.ClickableIndividual {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-color: white;
    background-color: white;
    cursor: pointer;
    padding: 6px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
}

.ClickableRow {
    cursor: pointer;
}

.ModalHeader {
    font-size: 1.5em;
    background-color: #337ab7;
    padding-left: 10px;
    text-align: left;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    margin-top: -10px;
    margin-left: -11px;
    margin-right: -11px;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ModalContent {
    text-align: left;
    padding-left: 10px;
    padding-top: 10px;
    font-size: .8em;
}

.TaskEscalationLow {
    font-weight: 200;
    background-color: white;
    color: #888888;
}

.TaskEscalationNormal {
    color: black;
}

.TaskEscalationImportant {
    font-weight: bold;
    background-color: white !important;
    color: black;
}

.TaskEscalationWarning {
    font-weight: bold;
    background-color: yellow !important;
    color: black;
}

.TaskEscalationUrgent {
    font-weight: bold;
    background-color: orange !important;
    color: black;
}

.TaskEscalationLate {
    font-weight: bold;
    background-color: red !important;
    color: white;
}

.TaskEscalationEmergency {
    font-weight: bold;
    font-style: italic;
    background-color: red !important;
    color: yellow;
}

.ManagementConsoleIndividuals {
    width: 15%;
    vertical-align: top;
    background-color: #eee;
    /* position: fixed; */
    /*height: 89vh;*/
    height: auto;
    overflow: auto;
    z-index: 999;
    padding: 10px;
}

.ManagementConsoleMainPage {
    width: 83%;
    vertical-align: top;
    float: left;
}

#ManagementConsoleTop {
    background-color: white;
    padding-top: 15px;
    margin-top: -7px;
    width: 100%;
}

.InactiveIndividual {
    background-color: red;
    color: white;
    font-style: italic;
}

.ConsoleIndividualType {
    font-weight: bold;
    color: #888;
    margin-top: -10px;
}

.ConsoleHeader {
    background-color: #6c6c6c;
    width: 100%;
    font-family: 'Segoe UI',Tahoma,Verdana,Arial,Helvetica;
    font-weight: 700;
    color: white;
    font-size: 14px;
}

.NarrowInputs {
    width: 75px !important
}

.ToggleOn {
    background-color: #337ab7 !important;
    color: white !important;
    width: 165px !important;
    margin-bottom: 10px;
}

.ToggleOff {
    background-color: lightgray !important;
    color: black;
    width: 165px !important;
    margin-bottom: 10px;
}

.DisabledButton {
    background-color: #7d827d !important;
    border-color: #7d827d !important;
}

.CheckBoxList {
    display: inline-block;
    width: 20%;
}

.ng-modal-overlay {
    /* A dark translucent div that covers the whole screen */
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.8;
}

.ng-modal-dialog {
    /* A centered div above the overlay with a box shadow. */
    z-index: 10000;
    position: fixed;
    width: 80%; /* Default */
    border-radius: 10px;
    /* Center the dialog */
    top: 10%;
    /*left: 15%;*/
    /*transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);*/

    background-color: #fff;
    box-shadow: 4px 4px 80px #000;
    margin: 0 auto;
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 70vh;*/
}

.ModalContent-list {
    position: relative;
    height: 100%;
}

.ModalContent-detail {
    overflow: auto !important;
    position: relative;
    max-height: 50vh;
}

.ng-modal-dialog-content {
    padding: 10px;
    text-align: center;
    font-size: 1.5em;
}

.OriginalValue {
    font-size: 1.02em;
    color: red;
}

.pageHeader {
    font-size: 28px;
    font-family: "Roboto";
    background-color: #F5F5F5;
    padding: 10px;
    margin-left: -7px;
    margin-right: -7px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 35px;
}

#itemID {
    font-size: 1.25em;
}

hr { /* overrides bootstrap hr setting */
    margin: 10px !important;
}

.btn90 {
    width: 90px !important;
}

#AddItemButton {
    /*margin-right: 49px;*/
}

.activemenuitem {
    font-style: italic;
}

.caret-up {
    border-bottom: 6px solid #000000;
    border-left: 3px solid rgba(0, 0, 0, 0);
    border-right: 3px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    height: 0;
    vertical-align: top;
    width: 0;
    margin-top: 5px;
}

.caret-down {
    border-top: 6px solid #000000;
    border-left: 3px solid rgba(0, 0, 0, 0);
    border-right: 3px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    height: 0;
    vertical-align: top;
    width: 0;
    margin-top: 8px;
}

.TableNoItems {
}

.TableNoScroll {
}

.TableScroll50 {
    overflow: auto;
    height: 65vh;
}

.TableScroll25 {
    overflow: auto;
    height: 25vh;
}

.PaddedRows {
    padding: 6px;
}

    .PaddedRows:hover {
        background-color: #eee;
    }

.FieldDescription {
    color: #708090;
    display: block;
    word-wrap: break-word;
    word-break: break-word;
}

.InvalidField {
    border-color: red;
}

.FeedbackMessage {
    font-size: 1.1em;
    font-weight: bold;
    color: #6495ED;
}

.TopMenuIcons {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    color: white;
    margin-bottom: 10px;
    padding:2px 5px;
}

.BottomMenuItemContainer {
    padding:20px 0px;
    border-top:1px solid white;
    margin-top:20px;
}

.MenuLink a {
    color: white;
    padding: 0px 0px 0px 40px !important;
    font-size: 1.08em;
}

    .MenuLink a:hover {
        /*background-color: #b1cce5 !important;*/
        background-color: #f1f5fb !important;
        color: black !important;
    }

.MenuSubheader {
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 6px;
    color: white;
    font-size: 1.08em;
    padding-left: 22px;
}

    .MenuSubheader.First {
        padding-top: 15px;
    }

.PageHeaders {
    font-size: 1.5em;
}

.PageSubHeaders {
    font-size: 1.5em;
    width: 100%;
    padding-top: 15px;
    padding-left: 10px;
    border-radius: 5px;
}

.AngularHeader {
    border-bottom: ridge 1px lightblue;
    padding-left: 10px;
    padding-right: 10px;
    position: fixed;
    width: 100%;
    z-index: 999;
    height: 74px;
    background-color: white;
}

.AngularHeader td:first-child {
    height:100%;
}

.AngularHeader td a img {
    outline: none;
    height: 35px;
    background: white;
    border-radius: 50px;
    padding: 6px 16px;
}

.VueHeader {
    border-bottom: 1px solid lightgray;
    padding-left: 10px;
    width: 100%;
    z-index: 999;
    background-color: white;
}

    .VueHeader img {
        outline:none;
        background: white;
        border-radius: 50px;
        padding: 6px 12px;
        margin: 5px;
        position:relative;
        left:10px;
    }

.SubSection {
    border: ridge;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    background-color: #eee;
    margin-bottom: 20px;
}

.ErrorMessageBubble {
    padding: 10px;
    font-size: 1.1em;
    border-radius: 5px;
}

.SelectedVerticalMenu {
    padding: 10px;
    border: solid;
    margin-top: -3px;
    background-color: azure;
}

.UnSelectedVerticalMenu {
    padding: 10px;
    border: solid;
    margin-top: -3px;
}

.ScrollableGrid300 {
    height: 300px;
    overflow: auto;
}

.InactiveItem {
    background-color: ghostwhite;
    font-style: italic;
}

.InactiveRowText {
    font-style: italic;
}

.HasEventCode {
    font-weight: bold;
}

.NoEventCode {
    font-style: italic;
    font-weight: 800;
    color: darkgray;
}

.MediumTextBox {
    width: 50% !important;
}

.SelectedButtonSpan {
    background-color: #ccc;
}

.SelectedRow {
    background-color: #f0ad4e !important;
}
/* "large" in bootstrap - large desktops */
@media all and (min-device-width: 1200px), all and (min-width: 1200px) {
    .VisibleSM {
        display: none;
    }

    .VisibleXS {
        display: none;
    }

    .VisibleMD {
        display: block;
    }

    .VisibleLG {
        display: block;
    }

    #MainPage {
        width: 100%;
    }
}

/* "medium" in bootstrap - desktops */
@media all and (max-device-width: 1200px), all and (max-width: 1200px) {
    .VisibleSM {
        display: none;
    }

    .VisibleXS {
        display: none;
    }

    .VisibleMD {
        display: block;
    }

    .VisibleLG {
        display: block;
    }

    #MainPage {
        width: 100%;
    }

    .CheckBoxList {
        width: 33%;
    }

    .ManagementConsoleIndividuals {
        width: 20%;
    }

    .ManagementConsoleMainPage {
        width: 78%;
    }

    .MCMainPageInConsole {
        margin-left: 23%;
    }
}

/* "small" in bootstrap - tablets */
@media all and (max-device-width: 992px), all and (max-width: 992px) {
    .VisibleSM {
        display: block;
    }

    .VisibleXS {
        display: block;
    }

    .VisibleMD {
        display: none;
    }

    .VisibleLG {
        display: none;
    }

    .ScrollableGrid300 {
        height: 150px;
        overflow: auto;
    }

    .MediumTextBox {
        width: 100% !important;
    }

    .CheckBoxList {
        width: 50%;
    }

    .AppsAndTasksPage {
        width: 96%;
    }

    .ManagementConsoleIndividuals {
        width: 25%;
    }

    .ManagementConsoleMainPage {
        width: 73%;
    }

    .MCMainPageInConsole {
        margin-left: 28%;
    }
}

/* "extra-small" in bootstrap - phones */
@media all and (max-device-width: 769px), all and (max-width: 769px) {
    .VisibleSM {
        display: block;
    }

    .VisibleXS {
        display: block;
    }

    .VisibleMD {
        display: none;
    }

    .VisibleLG {
        display: none;
    }

    .CheckBoxList {
        width: 100%;
    }

    .AppsAndTasksPage {
        width: 95%;
    }

    .ManagementConsoleIndividuals {
        width: 30%;
    }

    .ManagementConsoleMainPage {
        width: 68%;
    }

    .MCMainPageInConsole {
        margin-left: 34%;
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading {
    z-index: 9999999999;
    overflow: hidden;
    background: rgb(204, 204, 204); /* Fallback for older browsers without RGBA-support */
    background: rgba(204, 204, 204, 0.5);
}

.loader {
    position: absolute;
    left: 50%;
    top: 25%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #e3e3e3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.pagination > li {
    display: inline;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #428bca;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.table > tr > th, .table > tr > td {
    padding: 8px;
    line-height: 1.4285;
}

.table-striped > tr:nth-of-type(2n+1) {
    background-color: rgba(0,0,0,.05);
}

.smCard-wrapper {
    display: flex;
    width: 400px;
    border: 1px solid lightgray;
    border-radius: 4px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 7px;
    color: black;
}

    .smCard-wrapper label {
        padding: 8px;
        display: flex;
        align-items: center;
        font-weight: 500;
        background: #f8f8f8;
        width: 200px;
        border-right: 1px solid lightgray;
        margin-bottom: 0;
        margin-right: 20px;
    }

/* Document Inspection Result Tags*/
.passed-tag::before {
    display: inline-block;
    content: "";
    -webkit-border-radius: 0.375rem;
    border-radius: 0.375rem;
    min-height: 0.5rem;
    min-width: 0.5rem;
    margin-right: 0.5rem;
    background-color: rgb(0, 204, 136);
}

.caution-tag::before {
    display: inline-block;
    content: "";
    -webkit-border-radius: 0.375rem;
    border-radius: 0.375rem;
    min-height: 0.5rem;
    min-width: 0.5rem;
    margin-right: 0.5rem;
    background-color: #ff8700;
}

.failed-tag::before {
    background-color: #ff4757;
    display: inline-block;
    content: "";
    -webkit-border-radius: 0.375rem;
    border-radius: 0.375rem;
    min-height: 0.5rem;
    min-width: 0.5rem;
    margin-right: 0.5rem;
}

.sideBySide {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    height: fit-content(300px);
    width: 100%;
}

.list-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 70%;
}

    .list-wrapper .list {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

.form-element {
    position: relative;
    width: 250px;
    height: 55px;
    padding: 4px;
}

    .form-element input {
        display: none;
    }

    .form-element label {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        cursor: pointer;
        border: 1px solid #ddd;
        background: #fff;
        text-align: center;
        transition: all 200ms ease-in-out;
        font-size: 14px;
        font-weight: 400;
    }

        /*.form-element label:hover {
    background: #0d6efd;
    color: white !Important;
}*/

        .form-element label:hover {
            border: 1px solid #0D6EFD;
            color: #0d6efd;
        }

    .form-element input:checked + label:before {
        opacity: 1;
        transform: scale(1);
    }

    .form-element input:checked + label {
        border: 2px solid #0d6efd;
        background: #0d6efd;
        color: white !Important;
    }

    .form-element input:checked:hover {
        opacity: 0.8;
        transition: 0.3s ease;
    }


/* button press effect */
.press-effect {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .press-effect:active {
        box-shadow: 0px 3px 5px 0px #E8E8E8;
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
    }

.notificationMessage {
    width: 500px;
}

    .notificationMessage .collapse:not(.show) {
        display: block;
        height: 20px;
        overflow: hidden;
    }

    .notificationMessage a.collapsed:after {
        content: "+ Show More";
    }

    .notificationMessage a:not(.collapsed):after {
        content: "- Show Less";
    }

.iconBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px 20px;
    margin: 0 auto;
}

.table td {
    vertical-align: middle;
    overflow-wrap: anywhere;
}

.unreadrow {
    font-weight: bold;
}

    .unreadrow .iconBtn:first-child {
        color: #007bff;
    }

    .unreadrow td:last-child .iconBtn i:last-child {
        font-size: 18px;
    }

.readrow {
    font-weight: light;
    color: gray;
}

.viewApp:hover {
    cursor: pointer;
    opacity: 0.8;
    text-decoration: underline;
}

.messageRead {
    opacity: 0.8;
}

/* Weighted Approval Rules Start */
input:focus {
    outline: none !important;
}

input {
    caret-color: blue;
}

table .SubSection {
    border: 1px solid lightgray;
}

.FullPageFlex {
    display: flex;
    width: 100%;
    min-width: 200px;
    justify-content: space-between;
}

.FlexHalfWidthHeader {
    width: 50%;
    text-align: center;
    font-weight: bold;
}

.smalltextbox {
    width: 95px !important;
}

.tableTitle {
    text-align: left;
    padding: 10px;
}

.input-label {
    font-weight: 500;
    color: rgb(107, 123, 147);
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.3px;
    margin: 0;
}

.shadow {
    box-shadow: 0px 3px 3px -1px rgb(10 22 70 / 10%), 0px 0px 1px 0px rgb(10 22 70 / 6%) !important;
}

/* tags styling (threat circles) */
.tag0 {
    background-color: #CCF5E7 !important;
    color: rgb(0, 204, 136);
    border-radius: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-width: 80px;
    height: 80px;
    font-size: 14px;
    font-weight: 400;
}

.tag1 {
    background-color: #FFE8CC !important;
    color: rgb(255, 140, 0);
    font-size: 1em;
    border-radius: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-width: 80px;
    height: 80px;
    font-size: 14px;
    font-weight: 400;
}

.tag2 {
    background-color: #ffd6e0 !important;
    color: rgb(255, 51, 102);
    font-size: 1em;
    border-radius: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-width: 80px;
    height: 80px;
    font-size: 14px;
    font-weight: 400;
}

.card-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    min-width: 200px;
    justify-content: space-between;
    height: auto;
    border: 1px solid lightgray;
    margin: 0 10px 10px 10px;
    border-radius: 5px;
    padding: 10px 20px;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #eceef3;
}

.card-top-sideBySide {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: start;
    width: 100%;
}

.left-align-group {
    text-align: left;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    min-width: 120px;
}

    .left-align-group input {
        margin-bottom: 3px;
        background-clip: border-box;
        border: 1px solid #eceef3;
        background: #eceef3;
        font-size: 12px;
        width: 80px;
    }

.scoreDescription {
    width: 250px;
}

@media only screen and (max-width: 600px) {
    .FlexHalfWidthHeader {
        width: 100%;
    }

    .FullPageFlex {
        flex-direction: column;
    }

    .addScore-btn {
        position: relative;
        width: 90%;
        margin: 5px auto;
    }
}

.approvalScore-card {
    font-size: 12px;
    background: #F9FAFC;
    padding: 4px 6px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 6px;
}

.card-GroupType {
    width: 100%;
    line-height: 1.2;
    margin: 0 3px;
    font-size: 11px;
}

.approvalScore-card div {
    padding: 2px;
}

.type-general {
    border-left: 3px solid #337ab7;
}


@media only screen and (max-width: 800px) {
    .mobile-column {
        flex-direction: column;
    }

        .mobile-column > div {
            width: 100% !important;
            margin-bottom: 4px;
        }

    .threat-score-middle-column {
        border-top: 1px solid #eceef3;
        border-bottom: 1px solid #eceef3;
    }
}

.threat-ranges-section {
    width: inherit;
    min-height: 150px;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 100px;
    padding: 10px;
}

#threatScoreMaxValue {
    color: rgb(255, 51, 102);
    font-weight: bold;
}

/* slider styling */
/*Chrome*/

.sliderWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/* 1st slider */
.wrap {
    width: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.threat-score-low-range {
    width: 100%;
    cursor: pointer;
    opacity: 0;
}

    .threat-score-low-range::-ms-tooltip {
        display: none;
    }

.low-threat-outer-track {
    width: 100%;
    height: 4px;
    background: rgb(255, 140, 0);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.low-threat-inner-track {
    width: 50%;
    height: 100%;
    background: rgb(0, 204, 136);
}

.low-threat-thumb {
    width: 16px;
    height: 16px;
    background: rgb(0, 204, 136);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 33%;
    transform: translate(0%, -50%);
    pointer-events: none;
}

.threat-score-column {
    padding: 15px;
    width: 33%;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media only screen and (min-width: 800px) {
    .threat-score-middle-column {
        border-left: 1px solid #eceef3;
        border-right: 1px solid #eceef3;
    }
}

.threat-score-middle-display {
    display: flex;
    justify-content: center;
    width: 100%;
}

.mid-range-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 50px;
}

.threat-score-input-layout {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.threat-score-input-container {
    width: 100%;
    background: #eeee;
    padding: 6px 12px;
    border-radius: 4px;
    color: gray;
    font-weight: 300;
    font-size: 13px;
    margin-bottom: 10px
}

    .threat-score-input-container:hover {
        background: #F0F5FF;
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.1rem rgb(0 123 255 / 25%);
    }

.threat-score-input {
    border: none;
    background: none;
    width: 90%;
}

.threat-range-value-input {
    text-align: center;
}

#lowThreat-value, #midThreat-value1, #midThreat-value2, #highThreat-value {
    border: none;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#lowThreat-value {
    width: 70px !important;
    height: 70px;
    background: rgb(0, 204, 136);
    color: white;
    border-radius: 50%;
    margin-bottom: 20px;
    text-align: center;
}

#midThreat-value1, #midThreat-value2 {
    width: 70px !important;
    height: 70px;
    background: rgb(255, 140, 0);
    color: white;
    border-radius: 50%;
    margin: 0 10px;
    margin-bottom: 20px;
    text-align: center;
}

#highThreat-value {
    width: 70px !important;
    height: 70px;
    background: rgb(255, 51, 102);
    color: white;
    border-radius: 50%;
    margin-bottom: 20px;
    text-align: center;
}

/* 2nd slider */

.threat-score-high-range {
    width: 100%;
    cursor: pointer;
    opacity: 0;
}

    .threat-score-high-range::-ms-tooltip {
        display: none;
    }

.high-threat-outer-track {
    width: 100%;
    height: 4px;
    background: rgb(255, 51, 102);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.high-threat-inner-track {
    width: 50%;
    height: 100%;
    background: rgb(255, 140, 0);
}

.high-threat-thumb {
    width: 16px;
    height: 16px;
    background: rgb(255, 51, 102);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 66%;
    transform: translate(0%, -50%);
    pointer-events: none;
}

@media only screen and (min-width: 900px) {
    .approvalScore-card {
        width: 48%;
    }
}

@media only screen and (min-width: 990px) {
    .approvalScore-card {
        width: 32%;
    }
}

@media only screen and (min-width: 1330px) {
    .approvalScore-card {
        width: 24%;
    }
}

.threat-score-bar {
    display: flex;
    width: 100%;
    height: 4px;
    background: rgb(255, 51, 102);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.mid-threat-bar {
    width: 33%;
    height: 100%;
    background: rgb(255, 140, 0);
}

.low-threat-bar {
    width: 33%;
    height: 100%;
    background: rgb(0, 204, 136);
}

.threat-score-console-display {
    background: white;
    width: inherit;
    min-height: 100px;
    border-radius: 4px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 15px;
    min-width: 100px;
}
/* Weighted Approval Rules End */
/* BlockList Sliders */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    margin-right: 30px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 13px;
        width: 13px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

input:checked + .slider {
    background-color: #2196f3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.slider-row {
    padding-bottom: 5px;
}

.slider-label {
    display: flex;
    align-items: center;
}

.block-list-label {
    text-transform: uppercase;
    font-size: 10px;
    padding: 0;
}

.activeNavLink {
    background-color: #eeeeee;
}

.inactiveNavLink {
}

.fiVISIONTabs {
    display: flex;
    margin-bottom: -1px;
}

.fiVISIONTab {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    border: 1px #cccccc solid;
    cursor: pointer;
    border-bottom: none !important;
}

/* CASE 346853 */

.FieldSeparator {
    padding-top: 14px;
}

.byLine {
    font-size: 10px;
    color: #0a0b0c90;
    margin: 5px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.fieldCardContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
    margin: 20px 0;
    width: 100%;
    height: 330px;
    position: relative;
}

    .fieldCardContainer ul {
        padding: 0;
    }

        .fieldCardContainer ul li {
            list-style-type: none;
        }

.dropzone {
    min-height: 200px;
    width: 100%;
    padding: 0;
    font-size: 14px;
    position: relative;
}

.source-wrapper {
    border-radius: 4px;
    border: 1px solid lightgray;
    /* padding: 10px; */
    width: 100%;
    margin: 5px;
    height: 100%;
}

/* alignment classes */
.alignedInColumn {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.alignedInRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
}

.leftAlignedItems {
    justify-content: flex-start;
}

.rightAlignedItems {
    align-items: flex-end;
}

.spreadOutItems {
    justify-content: space-between;
}

.fieldMapping-nameStatus {
    width: 100%;
}

    .fieldMapping-nameStatus div:first-child {
        font-weight: 500;
    }

    .fieldMapping-nameStatus div:nth-child(2) {
        color: dimgray;
    }

#fieldSearch {
    border: none;
    margin-left: 5px;
    width: 100%;
}

.target {
    background: #f8f8f8;
    border: 1px dashed lightgray;
    border-radius: 4px;
    min-height: 330px;
    width: 95%;
    height: 100%;
    padding: 10px;
    margin: 5px;
}

.items-SearchField {
    border: 1px solid lightgray;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    min-width: 180px;
    display: flex;
    align-items: center;
    margin: 10px;
}

.fieldCard {
    display: flex;
    align-items: center;
    flex-direction: column;
    border-bottom: 1px solid lightgray;
    padding: 10px 20px 10px 5px;
    background-color: white;
    cursor: pointer;
    font-size: 12px;
    /* margin:10px; */
}

    .fieldCard:hover {
        background: #f8f8f8;
    }

.disabledFieldCard {
    /* color: lightgray !important; */
    background: #f8f8f8;
    pointer-events: none;
    opacity: 0.3;
}

.group-item-status {
    font-size: 10px;
    color: gray;
}

.grouped {
    color: black !important;
}

.draggable-showMore:hover {
    opacity: 0.5;
    cursor: pointer;
}

.scroll-y-customFieldBox {
    max-height: 250px;
    width: 100%;
    overflow: hidden;
}

    .scroll-y-customFieldBox:hover {
        overflow-y: scroll;
    }

.infoSectionVisibilityState {
    color: dodgerblue;
}

.tooltipInfoSection {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .tooltipInfoSection .tooltipInfoSectionText {
        visibility: hidden;
        width: 150px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px;
        position: absolute;
        z-index: 1;
        top: -5px;
        right: 110%;
    }

        .tooltipInfoSection .tooltipInfoSectionText::after {
            content: "";
            position: absolute;
            top: 30%;
            left: 100%;
            margin-top: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent transparent black;
        }

    .tooltipInfoSection:hover .tooltipInfoSectionText {
        visibility: visible;
    }

.RadioButtonToggles {
    height: 30px;
    width: 150px;
    border-radius: 8px;
    padding: 4px;
}

.toggle-style {
    background: #f2f2f2;
    width: fit-content;
    border-radius: 8px;
    margin: 10px 0;
}

    .toggle-style label {
        border-radius: 4px;
        background: none;
        color: gray;
        border: none;
    }

        .toggle-style label:hover {
            border: none;
            color: inherit;
        }

    .toggle-style input:checked + label {
        border-radius: 8px;
        background: cornflowerblue;
        color: white;
        border: none;
    }

.info-section-styling {
    border: 1px solid lightgray;
    padding: 10px;
    margin: 10px 0;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

    .info-section-styling label {
        font-weight: 500;
        font-size: 14px;
    }

.tag-style-wrapper-parent {
    padding: 5px;
}


.tag-style-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.tag-label {
    background: #F2F2F2;
    color: #515151;
    border-radius: 20px;
    padding: 4px 16px;
    min-width: fit-content;
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 8px;
    font-weight: 500;
}

.fivisionInfoHeader {
    border-bottom: 1px solid lightgray;
    padding: 5px;
    font-size: 1.3em;
    font-weight: 500;
    background-color: lightsteelblue;
}

.fivisionInfoBox-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
}

.fivisionInfoBox {
    background: white;
    border: 1px solid lightgray;
    border-radius: 4px;
    height: fit-content;
    margin: 0 20px 20px 0;
}

.fivisionInfoRow {
    padding: 10px;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    width: 300px;
    border: 1px solid lightgray;
    margin: 2px;
}

    .fivisionInfoRow:hover {
        background-color: white;
        cursor: default;
    }

.GroupItemWrapper {
    display: flex;
    flex-wrap: wrap;
    background-color: ghostwhite;
    border-radius: 20px;
}

.bold-text {
    font-weight: bold;
}

.TextAreaHTMLHistoryContainer {
}

.TextAreaHTMLHistoryDisplay {
    width: 100%;
    overflow: auto;
    height: 600px;
    resize: none;
}
