﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */


/* Slider Styles */

.slidecontainer {
    width: 100%; /* Width of the outside container */
}

/* The slider itself */
.slider {
    -webkit-appearance: none; /* Override default CSS styles */
    appearance: none;
    width: 100%; /* Full-width */
    height: 25px; /* Specified height */
    /* background: #d3d3d3; Grey background */

    background: #d3d3d3;
    background: linear-gradient(90deg,rgba(1, 89, 0, 1) 0%, rgba(237, 213, 31, 1) 35%,rgba(155, 42, 42, 1) 100%);
    outline: none; /* Remove outline */
    opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
    opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    width: 20px; /* Set a specific slider handle width */
    height: 20px; /* Slider handle height */
    background: rgba(255, 255, 255, 1); /* Green background */
    border: 2px solid #0a0a0a;
    cursor: pointer; /* Cursor on hover */
    border-radius: 1.5em;
}

.slider::-moz-range-thumb {
    width: 20px; /* Set a specific slider handle width */
    height: 20px; /* Slider handle height */
    background: rgba(255, 255,255, 1); /* Green background */
    border: 2px solid #0a0a0a;
    cursor: pointer; /* Cursor on hover */
    border-radius: 1.5em;
}

.THRIVEBox {

    max-width:800px;

}

.w-45 {
    width: 45%;
}
.w-80 {
    width: 80%;
}

.h-80 {
    height: 80%;
}

/* Bodge to make KIN Map always have a height*/
div#KINMap {

    min-height:800px!important;

}

.treeRow {

    width:100%;
    clear:both;
}

.SystemUpdateScroller {
    max-height: 550px;
    overflow-y: auto;
}

.DivScroller {

    max-height: 400px;
    overflow-y: auto;

}

.SystemDashBoardHolder {

    background-color:#FFFFFF;
    color:#000000;

}
.SystemDashBoardHolder hr {
    margin-top:0.5!important;
    margin-bottom:0!important;
}


.SystemDashBoardHolder:first-of-type {

    border-top-left-radius : 1em;
    border-top-right-radius : 1em;

}.SystemDashBoardHolder:last-of-type {

    border-bottom-left-radius : 1em;
    border-bottom-right-radius : 1em;

}

.SystemDashBoardHolder p {
    font-size: 0.8em;
    margin: 0;
}

.SystemDashBoardHolder a {
    text-decoration: underline;
}
.SystemDashBoardHolder strong{
   

    margin:0;
    border:0px;

    font-weight:bold;
}
.SystemDashBoardHolder blockquote {
    padding: 10px;
    background-color: #FFF;
    border: 0px;
    border-left: 5px solid rgba(0, 0, 0, 0.10);
   
}


.rapportButton {
    line-height: 35px;
    height: 50px;
    width: 100%;
}

span._sendingSelectBox {
    font-size: 0.65em;
    width: 70px !important;
    text-align: center;
    background-color: #000;
    color: #FFF;
    border-radius: 0.5em;
    padding: 0px;
    position: relative;
    top: -4px;
}

div.groupRow > span._sendingSelectBox {
    line-height: 3.5em;
}

.selectedSendingArea {
    background-color: #edfedc !important;
}

.CostOfMessageText {
    font-size: 2.5em;
    line-height: 1.3em;
}

identity {

    font-weight:bold;

}


.SystemDashBoardHolder img {

    max-width:100%;

}

.RolesHeaderText {
    font-weight: bold;
    font-size: 0.6em;
}

/* Access code input */
.AccessCodeInput {
    position: absolute;
    top: -5000000px;
}

.multilineText {
    white-space: pre-line;
}

/* Datatable class */

.schemeSmallCol {

    max-width:120px;

}
.schemeNameCol {

    max-width:220px;

}

.popover {

    max-width:650px!important;

}
.secureText {
    
    text-security: disc;
    -webkit-text-security: disc;
    -mox-text-security: disc;
}


div#map {
    height: 100%;
}

div#previewMap {

    height:400px;

}


.centerLoader {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 224px;
}

img#NALogo {
    position: fixed;
    bottom: 10px;
    left: 13px;
    opacity: 0.9;
    width: 35px;
}

.nav-link {
    color: #000;
}

/* Top buttons */
#recipientList {
    position: fixed;
    right: 15px;
    top: 5px;
    z-index: 500;
}

#recipientList.clickableExtend:hover {
    color: #FFF !important;
}


#notifications {
    position: fixed;
    right: 74px;
    top: 5px;
    z-index: 500;
}

#notifications.clickableExtend:hover {
    color: #FFF !important;
}
#superUser {
    position: fixed;
    right: 134px;
    top: 5px;
    z-index: 500;
}
#superUser.clickableExtend:hover {
    color: #FFF !important;

}
#bridgeUser {
    position: fixed;
    right: 260px;
    top: 5px;
    z-index: 500;
}
#bridgeUser.clickableExtend:hover {
    color: #FFF !important;
}





.nav-col {
    width: 65px !important;
    background: #0d6efd;
    /*background-image: linear-gradient( #17a2b8,#007bff);*/
}

.nav-col > .nav-holder {
    position: fixed;
    width: 65px !important;
}

.nav-col > .nav-holder > div:last-of-type {

    border:0px;

}
.nav-col > .nav-holder > div {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    border-bottom: 1px solid #f5f5f5;
}
.nav-col > .nav-holder > div > a {
    color: #f5f5f5;
    font-size: 1.5em;
}

.nav-col > .nav-holder > div > a:hover {
    color: #FFF;
    opacity:0.8;
}


.sub-nav-row {
    font-size: 0.8em;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    padding: 8px;
    cursor: pointer;
   
}

/* KBDs */

kbd.open {
    background-color: #cb6b2b;
}

kbd.pending {
    background-color: #1ac1d1;
}

kbd.closed {
    background-color: #808080;
}



.sub-nav-row > kbd, div.header > kbd {
    text-align: center;
    width: 45px;
    float: right;
}


.sub-nav-row > span.data-row {
    font-size: 1.2em;
    max-width: 230px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.sub-nav-row.lastOfType {
   
    border:0px;

}

.sub-nav-row:hover {
    
    background: #17a2b8;
    color:#fff;

}
.sub-nav-row.selected {
    
    background: #17a2b8;
    color:#fff;

}

.side-bar-row {
    
    border-bottom: 1px solid rgba(0,0,0,0.2);
    padding-top: 8px;
    padding-bottom: 8px;
    
}

.side-bar-row.lastOfType {
    border: 0px;
}


.side-bar-row > span.data-row {
       
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}



    /* Bot box ie fix */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .modal-open .modal {
        display: block;
    }
}
/* Splash screen */
.splashBackground {
    background-color: #EFEFEF;
    opacity: 0.7;
}

.file-browser-holder {
    
    height: 350px;
    
}

.file-browser-holder div.fileToAttach {
    
    height: 100px;
    width:100px;
    font-size:1em;
    display:inline-block;
    text-align:center;
    overflow:hidden;

}

.iframe-container {


    border: 2px solid #eaeaea;
   


}
  

.timePicker {
    display: block;
    padding: 1em;
    border: 2px #d8d8d8 solid;
    font-size: 2em;
    border-radius: 0.5em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    margin-bottom: 0.1em;
    width: 80%;
    text-align: center;
}

   

.timePickerHolder {
    
    width:80%;
    max-width:360px;
    display: block;
    border: 1px #d8d8d8 solid;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
}

.timePickerHeader {
    padding: 1.8em 0;
    background-color: #fafafa;
    border-bottom: 2px #d8d8d8 solid;
    text-align: center;
    text-transform: uppercase;
    font-size: 130%;
    font-weight: 600;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

.image-browser-holder {
    height: 150px;
}
.image-browser-holder img,.file-browser-holder img {
    
    height:50px;
    width:auto;
    padding:3px;
    cursor:pointer;
    
}

.splashScreen {
    width: 350px;
    height: 140px;
    border-color: #000000;
    border-width: 2px 2px 2px 2px;
    border-style: solid;
    padding-top: 25px;
    padding-bottom: 15px;
    -webkit-radius: 7px;
    -moz-border: 7px;
    border-radius: 7px;
    background: #FFF;
    -webkit-box-shadow: 0px -1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px -1px 2px rgba(0,0,0,0.2);
    box-shadow: 0px -1px 2px rgba(0,0,0,0.2);
    background-image: url(/images/roundel-small.png);
    background-repeat: no-repeat;
    background-position: 50% 20%;
}


.NHWMembershipsLineHeights {

    line-height: 1.65;
}

.file-upload input[type='file'] {
    display: none;
}

.previewImage {

    opacity:0.9;

}

.previewImageBackground {

   background-image:url(/images/preview.png);

}

ul.sortable {

    list-style-type: none;
    margin: 0;
    padding: 0;
    cursor:move;

}


/* Stripped divs */
.stripe {

    margin-left:0!important;

}
div.stripe:nth-child(even) {

    background-color:#dcdcdc;
    
   
}

div.stripe:nth-child(odd) {
    background-color: #eaeaea;
   
    
}

table.stripeNav {

    
    height:80px;
    width:100%;
    border-radius:0.5em;
    cursor:pointer;

}

table.stripeNav:hover {

    background-color: #8fc9d3;
}


table.stripeNav:nth-child(even) {
    background-color: #dcdcdc;
    
}

table.stripeNav:nth-child(odd) {
    background-color: #eaeaea;
}

div.attachmentRow {

    color: #fff;
    padding:0.5em;
    padding-left:5px;
    padding-right:5px;
    width:260px;
    height:42px;
    border-radius:0.5em;
    font-size:0.8em;
    display:inline-block;
    margin-bottom:5px;
    margin-right:5px;


}

div.attachmentRow div {
    overflow: hidden;
    max-width: 210px;
    max-height: 20px;
}

div.attachmentRow:nth-child(even) {
    background-color: #6c757d;
    /* background-color: #6794bf;*/
}
div.attachmentRow:nth-child(odd) {
    /*background-color: #539ade;*/
    background-color: #6c757d;
}


.NHWJoinRow {
    margin-left: 0 !important;
}
div.NHWJoinRow {
   
    background-color: #ffe700;
}

@media (max-width: 979px) {
    input.bg-light-blue {
        font-size: 0.9em;
    }
    textarea.bg-light-blue {
        font-size: 0.9em;
    }

    body {
        font-size: 0.8em;
    }

    h1, h2, h3, h4, h5, h6 {
        
    }

    
}

.clickable {
    cursor: pointer;
}

.clickableExtend {
    
    cursor: pointer;
    
}
.clickableExtend:hover {
        
    color: #0d6efd !important;

}


.navbar-light .navbar-nav .nav-link {
    
    font-size: 0.8em;
}


div.prioritySelector p {
    
    width:96%;
    display: inline-block;
    height: 150px;
    color: #FFF;
    text-align: center;
    vertical-align: central;
    line-height: 150px;
    cursor: pointer;
    border-radius: 0.5em;
    opacity: 0.6;
    font-weight:bolder;

}

div.prioritySelector p:hover, div.prioritySelector p.selected {
    opacity: 1;
}


.opacity-50{

    opacity:0.5;
}
.opacity-25{

    opacity:0.25;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}



/** Message replies */




textarea.bootbox-input-textarea {

    height:200px!important;

}


fieldset {
    border-radius: 0.2em;
    background: #fafafa;
    margin: 20px;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    position: relative;
    border: 2px rgba(0,0,0,.3) solid;
}

legend {

    width:150px!important;
    max-width: 200px;
    color: #FFF;
    padding-top: 8px;
    padding-left: 8px;
    border-radius: 0.2em;
}



/*Ratings star */

.custom-emotion-style-MessageRelevance {
    width: 60px;
    height: auto;
    margin-left: 5px;
    margin-right: 5px;
}

.custom-emotion-style-MessageContent {
    width: 60px;
    height: auto;
    margin-left: 5px;
    margin-right: 5px;
}

.custom-emotion-style-MessageQuality {
    width: 60px;
    height: auto;
    margin-left: 5px;
    margin-right: 5px;
}

.break-container {
    width: 97vw;
    position: relative;
    left: calc(-1 * (90vw - 90%)/2);
}

.navBg {
    background: #f5f5f5; /* fallback for old browsers */
    border-bottom: 1px solid #eaeaea;
    
}


.subtle-gray-gradient {
    /*
    background: #ECE9E6; 
    background: -webkit-linear-gradient(to right, #FFFFFF, #ECE9E6); 
    background: linear-gradient(to right, #FFFFFF, #ECE9E6); 


    */
}

.ck-editor {
    
    max-width: 600px;
    width: 600px;

}
.ck-editor__editable:not(.ck-editor__nested-editable) {
    min-height: 400px;
    max-width: 600px;
    width: 600px;
}


/* Sidebar styles */

.contentHolder {

padding:0px;


}




.sideBar {
    background-color: #f5f5f5;
    /*width: 20%;*/
    width: 290px; /*;*/
    border-right: 1px solid #eaeaea;
    display: inline-block;
    background-image: linear-gradient( #f5f5f5, #FFFFFF);
    z-index: 0;
    /*
    border-bottom: 1px solid #9f9f9f;
    border-bottom-right-radius: 1em;
    
    */
}

.sideBar > div.fixedContent {
    position: fixed;
    top: 35px;
    width: 285px; /*px;*/

    padding: 0.5em;
    overflow-y: auto;
    height: 100px;
}

.previewSideBar {
    background-color: #f5f5f5;
    width: 375px;
    border-right: 1px solid #eaeaea;
    display: inline-block;
    background-image: linear-gradient( #f5f5f5, #FFFFFF);
    z-index: 2;
    /*
    border-bottom: 1px solid #9f9f9f;
    border-bottom-right-radius: 1em;
    
    */
}

.previewSideBar > div.fixedContent {
    position: fixed;
    top: 35px;
    width: 100%;
    max-width: 375px;
    padding: 0.5em;
    overflow-y: scroll;
    height: 300px;
}


/* Directly target Edge due to scrollbars */
@supports (-ms-ime-align: auto) {
    .sideBar {
        max-width: 290px;
    }

    .sideBar > div.fixedContent {
        max-width: 286px;
    }

    .previewSideBar {
        width: 385px;
    }

    .previewSideBar > div.fixedContent {
        max-width: 378px;
    }
}


.sideBar > div.fixedContent > div.sideBarTitle {
    color: #808080;
    padding-bottom: 8px;
    border-bottom: 2px solid #808080;
}

.previewSideBar > div.fixedContent > div.previewBarTitle {
    color: #808080;
    padding-top: 6px;
    padding-bottom: 8px;
    border-bottom: 2px solid #808080;
    width: 340px;
    max-width: 340px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}


.sideBar > div.descriptionText {
    font-size: 0.7em;
}

.sideBar > div.sideBarRow {
    padding-top: 8px;
    border-top: 1px solid #eaeaea;
}

.sideBar > div.sideBarRow:last-of-type {
    padding-bottom: 4px;
    border-bottom: 1px solid #eaeaea;
}

.sideBarRow > .memberName {
    position: relative;
    top: -3px;
    font-size: 0.7em;
}

.sideBarRow > .adminName {
    font-size: 0.8em;
}

#SideRecipients > p {
    font-size: 0.9em;
    margin-bottom: 0px;
}

#SideRecipients > div > div > span.recipentListButton {
    font-size: 1.2em;
    cursor: pointer;
    margin-right: 8px;
}

#SideRecipients > div > div > span.recipentListButton:last-of-type {
    margin-right: 0px;
}

#SideRecipients > p > div {
    padding-bottom: 4px;
    border-bottom: 1px solid #eaeaea;
}

#SideRecipients > p > div:last-of-type {
    padding-bottom: 4px;
    border-bottom: 0px;
}



#SideRecipients > p > div > span.small {
    width: 100%;
    max-width: 195px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    position: relative;
    top: 3px;
}

#SideRecipients > p > div > span.recipientListIcon {
    width: 20px;
}

.nonCompleted {
    color: rgba(0, 0, 0, 0.25);
}

.completed {
    color: rgb(32, 169, 63);
    cursor: pointer;
}

.sideBarRow > .options, .sideBarRow > div > .options {
    color: rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

.sideBarRow > .options:hover, .sideBarRow > div > .options:hover {
    color: rgba(0, 0, 0, 0.75);
}



/* width */
.fixedContent::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.fixedContent::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.fixedContent::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.fixedContent::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.fixedContent {
    scrollbar-color: #888 #f1f1f1;
    scrollbar-width: thin;
}

.fixedContent > div.header, .fixedContent > div#SideRecipients > div.header {
    font-size: 1em;
    border-bottom: 2px solid #808080;
    font-weight: normal;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.fixedContent > div.subHeader, .fixedContent > div#SideRecipients > div.subHeader {
    font-size: 1em;
    border-bottom: 1px solid #a09e9e;
    font-weight: normal;
    padding-bottom: 5px;
    margin-bottom: 5px;
}



/** Template Scoller **/

.TemplateScroller {

    max-height:205px;
    overflow-y:auto;

}

/* width */
.TemplateScroller::-webkit-scrollbar {
    width: 5px;
}

        /* Track */
.TemplateScroller::-webkit-scrollbar-track {
    background: #f1f1f1;
}

        /* Handle */
.TemplateScroller::-webkit-scrollbar-thumb {
    background: #888;
}

            /* Handle on hover */
.TemplateScroller::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.TemplateScroller {
    scrollbar-color: #888 #f1f1f1;
    scrollbar-width: thin;
}




strong {
    font-size: 1.1em;
    border-bottom: 2px solid #808080;
    font-weight: normal;
    padding-bottom: 5px;
    margin-top: 0px;
    margin-bottom: 1em;
    display: block;
    line-height: 2em;
}

div.ck strong {
    border: 0 !important;
    font-weight: bolder;
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1em;
    display: inline;
}

.SendingStep strong {
    border: 0 !important;
    font-weight: bolder;
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1em;
    display: inline;
}
div#SideRecipients strong {
    border: 0 !important;
    font-weight: bolder;
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1em;
    display: inline;
}

big {
    font-size: 0.9em;
    font-weight: bold;
}

/*h1 {
    font-size: 2.5em;
    border-bottom: 2px solid #808080;
    font-weight: normal;
    padding-bottom: 5px;
    margin-top: 0px;
    margin-bottom: 0.5em;
    display: block;
    line-height: 2em;
}

h2 {
    font-size: 1.4em;
    border-bottom: 2px solid #17a2b8;
    padding-bottom: 2px;
    margin-top: 0px;
    margin-bottom: 1em;
    font-weight: normal;
    display: block;
    line-height: 2em;
}*/


/* Template Preview Fix */

div.emailTemplatePreview strong {
    border: 0 !important;
    font-weight: bolder;
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1em;
    display: inline;
}

div.emailTemplatePreview h1 {
    font-size: 2.5em;
    border-bottom: 0px solid #808080 !important;
    font-weight: normal;
    padding-bottom: 5px;
    margin-top: 0px;
    margin-bottom: 0.5em;
    display: block;
    line-height: 2em;
}

div.emailTemplatePreview h2 {
    font-size: 1.4em;
    border-bottom: 0px solid #17a2b8 !important;
    padding-bottom: 2px;
    margin-top: 0px;
    margin-bottom: 1em;
    /*
    padding-bottom: 5px;
    margin-top: 0px;
    margin-bottom: 1em;

    */
    font-weight: normal;
    display: block;
    line-height: 2em;
}

div.emailTemplatePreview div.attachmentRow a {
    color: #FFFFFF;
}


/* data table */
.sentDateCol {
    cursor: pointer;
    width: 90px;
    font-size: 0.8em;
}

.subjectCol {
    cursor: pointer;
    font-size: 0.8em;
}

.adminNameCol {
    cursor: pointer;
    width: 250px;
    font-size: 0.8em;
}

.buttonsCol {
    cursor: pointer;
    width: 180px;
    font-size: 0.7em;
}

.chBoxCol {
    width: 15px;
    font-size: 0.7em;
    text-align: center;
}

.ImageThumb {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    width: 150px;
    max-height: 150px;
    cursor: pointer;
    margin: 5px;
}

.ImageThumb:hover {
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}


.mopInfoHolder {
    font-size: 80%;
}

.mopInfoHolder span.contactTypeName {
    min-width: 80px;
    display: inline-block;
    margin-right: 2px;
}

.schemeInfoHolder {
    font-size: 80%;
}


.bigEditButton {
    width: 100%;
    height: 100%;
    min-height: 110px;
    /*max-width:180px;*/
    max-height: 180px;
    text-align: center;
}

.bigEditButton > span {
    margin-bottom: 4px;
    display: block;
}


/* Pin Verify */
.codeInput {
    max-width: 50px;
    padding: 1em;
    text-align: center;
}

.codeInput.error {
    border: 2px solid red;
}

/* Recipient context styles */

.contextHolder {
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.28);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.28);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.28);
}

.contextRow {
    font-size: 80%;
    padding: 0px 8px 5px 8px;
    cursor: pointer;
}

.contextRow:last-of-type {
    padding: 0px 8px 0px 8px;
}

.contextRow > span {
    width: 10px;
    height: 10px;
    border-radius: 4px;
    display: inline-block;
    margin-right: 12px;
}

.contextRow > .include {
    background-color: #007bff;
}

.contextRow > .exclude {
    background-color: #dc3545;
}

.contextRow > .mustBe {
    background-color: #28a745;
}

.contextRow > .faHolder {
    font-size: 14px;
    position: relative;
}

kbd.NHWMemberKBD {
    display: inline-block;
    width: 100px;
}

.twitterAccountHolder {
    max-height: 125px;
    overflow-y: auto;
}

.searchClear {
    position: absolute;
    right: 20px;
    bottom: 0;
    height: 25px;
    font-size: 25px;
    cursor: pointer;
    color: #cb2b2b;
}


.searchResults {
    position: absolute;
    border: 2px solid #808080;
    padding: 3px;
    background-color: #FFFFFF;
    z-index: 5;
    cursor: pointer;
    width: 97%;
    max-height: 225px;
    overflow-y: auto;
    scrollbar-color: #888 #f1f1f1;
    scrollbar-width: thin;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.37);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.37);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.37);
    border-radius: 0px 0px 10px 10px;
}

/* width */
.searchResults::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.searchResults::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.searchResults::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.searchResults::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.searchResults > div:nth-of-type(even) {
    background: #eaeaea;
}

.searchResults > div:hover {
    background: #e0e0e0;
}

.searchResults > div {
    border-bottom: 1px solid #808080;
    padding: 5px;
}

.searchResults > div:last-of-type {
    border-bottom: 0px solid #808080;
}

.searchResults > div > div {
    margin: 0px;
    padding: 0px;
}


/* Javascript error classes */


/* Sliding bar arrows */

.arrow-right {
    width: 25px;
    height: 25px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #808080;
    display: inline-block;
    position: relative;
    top: 50%;
    left: 5px;
    cursor: pointer;
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #808080;
    display: inline-block;
    position: absolute;
    left: 625px;
    top: 50%;
    z-index:3;
    cursor: pointer;
}
.arrow-left-short {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #808080;
    display: inline-block;
    position: absolute;
    left: 335px;
    top: 50%;
    z-index:3;
    cursor: pointer;
}
.sidebar-long{
    position: absolute;
    left: 625px;
    top: 50%;
    z-index:3;
    cursor: pointer;
}
.sidebar-short{
    position: absolute;
    left: 335px;
    top: 50%;
    z-index:3;
    cursor: pointer;
}

.messageComposition {
    
    max-height: 250px;
    overflow-y: auto;
    scrollbar-color: #888 #f1f1f1;
    scrollbar-width: thin;
   
}

    /* width */
.messageComposition::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.messageComposition::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.messageComposition::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.messageComposition::-webkit-scrollbar-thumb:hover {
    background: #555;
}


._DeleteStyle:hover{



}


/* Hide/rearrange for smaller screens */
@media screen and (max-width: 1440px) {
    .mainAdminContent {
        /*max-width: 905px;*/
        font-size: 0.8em;
        
    }

    .mainAdminContent canvas {
        /*
        max-width: 700px!important;
        max-height: 800px!important;
            */
    }


    /*
    .previewSideBar {
        width: 300px;
    } 
    .previewSideBar >div.fixedContent {

        width:298px;
        font-size:0.8em;

    }

      .smallTreeFont li{

          font-size:8pt!important;

      }

    .fixedContent.expanderTree .treeNodeText {

        width:150px!important;

    }

    .dropdown-menu {
        font-size: 10pt !important;
        
    }

        */
    .btn,tbody {

        font-size:10pt!important;
    }

    .nav-col {

        width:50px!important;

    }




    .nav-col > .nav-holder {
        width: 50px !important;
    }
    .nav-holder {
        font-size: 10pt !important;
    }

        .trailTabs {


            left:50px!important;
        }
    

    
}
figure.image-style-align-left > img {
    float: left;
    margin-bottom: 1em;
    margin-right: 1em;
}

figure.image-style-align-right > img {
    float: right;
    margin-bottom: 1em;
    margin-left: 1em;
}


div.ConfigurationRow strong {
    border: 0 !important;
    font-weight: bolder;
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1em;
    display: inline;
}

td strong {
    border: 0 !important;
    font-weight: bolder;
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1em;
    display: inline;
}

/* Team recipient lists */
.ms-options{
    max-height: 300px !important;
}
.ms-options .optgroup .label {
    font-size: 1em;
}
.ms-options .optgroup ul li label{
    font-size: 0.75em;
}

.helperPointer {
    
    cursor: help;

}
/* ckEditor 5 Styles */

/* Styles for the heading in the content and for the dropdown item. */
.RedWhiteHeaders, .ck.ck-button.ck-heading_heading_RedWhite {
    background-color: #FF0000;
    color: #FFFFFF;
    padding: 12px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.2em;
    border: 0px;
}

.HiContrastHeaders, .ck.ck-button.ck-heading_heading_HiContrast {
    background-color: #000000;
    color: #F2CA19;
    padding: 12px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.2em;
    border: 0px;
}

.HiContrastRevHeaders, .ck.ck-button.ck-heading_heading_HiContrastRev {
    background-color: #F2CA19;
    color: #000000;
    padding: 12px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.2em;
    border:0px;
}
.ck.ck-button.ck-heading_heading_RedWhite {
   
    margin-top: 0px;
    margin-bottom: 0px;
}

.ck.ck-button.ck-heading_heading_HiContrast {

    margin-top: 0px;
    margin-bottom: 0px;
}

.ck.ck-button.ck-heading_heading_HiContrastRev {
    margin-top: 0px;
    margin-bottom: 0px;
}

.ck-editor__editable h1 {
   
    font-size:1.7em;

}
.ck-editor__editable h2 {
   
    font-size:1.4em;

}
.ck-editor__editable h3 {
   
    font-size:1.2em;

}
.ck-editor__editable p {
    
    margin-top: 5px;
    margin-bottom: 5px;

}

.verticaltext {
    position: relative;
    padding-left: 50px;
    margin: 1em 0;
    min-height: 200px;
}

.verticaltext_content {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    font-weight: bold;
}