.boldOrangeText
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #6495ED;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial,Helvetica,sans-serif
}
.boldOrangeText12
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #6495ED;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial,Helvetica,sans-serif;
    TEXT-DECORATION: none
}
.alert-box danger
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR: #d32f3a;
    FONT-FAMILY: Arial,Helvetica;
    TEXT-DECORATION: none
}
.mainBoldGreen
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: darkgreen;
    FONT-FAMILY: Arial,Helvetica;
    TEXT-DECORATION: none
}
.boldGrayText14
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR: #666666;
    FONT-FAMILY: Arial,Helvetica,sans-serif;
    TEXT-DECORATION: none
}
.readonly
{
    BACKGROUND-COLOR: #E5E5E5;
    color: graytext;
} 
.readonlytext *{
    background: transparent;
    cursor: not-allowed;
    color: #8A8A8A;
}
.readonlysimple *{
    color: graytext !important; 
    cursor:not-allowed;
}
/*INPUT
{
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Arial,Helvetica,sans-serif;
    TEXT-DECORATION: none
}*/
/*TD
{
    FONT-SIZE: 11px;
    FONT-FAMILY: DIN Saks,Helvetica, Arial;
}*/
.divider { 
    text-align: left;
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: gray;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 1px;
}
.dividerlong { 
    text-align: left;
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: gray;
    padding-top: 8px;
    padding-bottom: 1px;
}
/*.middlearea
{
    FONT-SIZE: 10pt;
    COLOR: black;
    BACKGROUND-COLOR: White

}*/
.infobar
{
    height: 20px;
    FONT-SIZE: 10pt;
    COLOR: black;
}
/*.caption
{
    FONT-SIZE: 11px;
    COLOR: #666666;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif; 
}*/
.caption {padding-top:15px}
.leftCell{
    text-align: right;
    width:40%;
}
.rightCell{
    text-align: left;
    width:60%;
}
.width100{
    width:100%;
}
.mainTable{
    table-layout:fixed;
}
.btnInline {
float: left;
}
.btnTable {
display: inline-table;
}
.headerbar {
    border-bottom: 3px solid;
}
.moveToFront {
    position: inherit !important;
}

.criticalQuestion {
    color: red;
}
.logonhero {
    background: url('../images/logonhero.jpg') no-repeat top center;
    min-height: 750px;
    background-size: cover;
    height: 100vh;

}
.logon-panel, .sign-in-container-center {
    background: #fff;
    z-index: 1;
    position: relative;
    box-shadow: -2px 0 1rem rgba(30,20,50,0.35)
}

    .logon-panel .form-control {
        width: 100%;
        max-width: 100%
    }

    .logon-panel > div {
        max-width: 28rem;
        margin: 0 auto
    }

.logon-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row
}

.logon-news-container {
    background-size: cover;
    padding: 0
}

.logon-container .highlight-info {
    white-space: pre-line
}

.logon-logo {
    padding: 6rem 0 3rem;
    display: flex;
    justify-content: center
}

.logon-footer {
    color: #fff;
    background: rgba(33,21,81,0.85);
    padding: 20px 50px;
    height:auto;
}

    .logon-footer li {
        display: inline-block;
        padding-right: 1rem
    }

        .logon-footer li + li {
            border-left: 1px solid #d0dde8;
            padding-left: 1rem
        }

    .logon-footer a {
        color: #fff
    }

.logon-policies {
    opacity: .85;
    font-size: .875rem;
    padding-top: 1rem
}

.logon-footer h2 {
    color: #fff
}

#logon-news-spacer {
    flex: 1 1 auto;
    background: rgba(30,20,50,0.15)
}

.logon-news-logo {
    padding: 1rem
}

#news p {
    margin-bottom: 1rem;
    font-size: .875rem
}

#news .col-md-6 + .col-md-6:before {
    content: '';
    display: block;
    height: 85%;
    width: 1px;
    position: absolute;
    background: #fff;
    left: -0.5rem;
    top: 12.5%;
    opacity: .2
}

#notifications-wrapper {
    position: relative;
    height: 100%;
    display: flex
}

.preview-wrapper #detail-view-wrapper {
    height: 100%
}

#nodes {
    width: 100%
}

.preview-wrapper {
    width: 36rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#preview-list {
    height: 100%;
    overflow: auto
}
.btn.btn-outline {
    border: 1px solid #ce0037;
    color: #ce0037;
    background: 0
}

    .btn.btn-outline:hover {
        background: rgba(206,0,55,0.15)
    }

    .btn.btn-outline:active {
        background: #ce0037;
        color: #fff
    }

    .btn.btn-outline.btn-outline-inverse {
        border-color: #fff;
        background: rgba(255,255,255,0.1);
        color: #fff
    }

.btn.btn-outline-inverse:hover {
    background: rgba(255,255,255,0.2)
}

.btn.btn-outline-inverse:active {
    background: #fff;
    color: #ce0037
}

.btn.btn-outline:disabled, .btn.btn-outline-inverse:disabled, .btn.btn-outline:disabled:hover, .btn.btn-outline-inverse:disabled:hover {
    border: 1px solid rgba(255,255,255,0.3);
    color: #fff !important;
    background: 0;
    box-shadow: none !important
}


.btn-icon.btn-lg .fa {
    font-size: 1.125rem;
    margin: .125rem .5rem 0 0
}

.btn-icon.btn-sm .fa, .btn-icon.btn-link .fa {
    padding-left: .25rem
}

.btn-icon.btn-link .fa {
    border: 0;
    margin: 0
}

.btn-icon.btn-link {
    text-align: center
}

.btn.btn-lg {
    font-size: 1rem;
    height: 2.75rem
}

.btn.btn-launch {
    width: 100%;
    display: flex;
    font-size: 1rem;
    padding: .75rem 1rem;
    font-weight: bold;
    align-items: center
}
.swal-wide {
    width: 600px !important;
}

.BreakWord {
    word-break:break-word;
}

/* Style for the down arrow icon */
.fa-chevron-down, .fa-chevron-up {
    transition: transform 0.3s;
}

/* Rotate the icon when the parent is clicked */
.btn.btn-link[aria-expanded="true"] .fa-chevron-down,
.btn.btn-link[aria-expanded="true"] .fa-chevron-up {
    transform: rotate(180deg);
}

.collapse-icon:before {
    content: '+';
    font-size: 1.5em;
}

.btn[aria-expanded="true"] .collapse-icon:before {
    content: '-';
    font-size: 1.5em;
}
