@font-face {
    font-family: myfont;
    src: url('Fonts/Lato-Regular.ttf') format('truetype');
}

body {
    font-family: myfont;
    background-color: #fff;
    width: 100%;
    /*overflow-x: hidden;*/
    font-size: 1.7em;
    margin-left: 0;
    margin-right: 0;
    height: 100%;
    -webkit-box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.75);
}
/* these are defaults on the col libs of bootstrap, remember that when thinking of how to override the default padding.
padding-right: 15px;
padding-left: 15px;
*/


/*.grid1527268445220 .ui-grid-render-container-body .ui-grid-header-viewport {
    width: 1000px;
}*/

label {
    overflow-wrap: break-word; /* to add break between words for MM*/
}

.grid1 {
    width: 100%;
}

.ui-grid-header-canvas {
    height: 27px;
    max-height: 27px;
}

.companySearchTextBox {
    width: 65% !important;
}

@media (max-width: 767px) {
    .companySearchTextBox {
        width: 90% !important;
    }

    .searchButton {
        width: 90%;
    }
}

.blockLinkContainers {
    text-align: center;
    justify-content: center;
    display: flex;
    /*padding-left: 100px;*/
}

    .blockLinkContainers #linkContainer {
        background-color: #877522;
        text-decoration: underline;
        color: white;
        font-size: 1.6em;
        width: 200px;
        height: 200px;
        margin: 20px;
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .blockLinkContainers span {
        display: block;
        margin: auto;
    }

    .blockLinkContainers i {
        display: block;
    }

    .blockLinkContainers a {
        color: white;
        display: block;
        font-size: 18px;
        cursor: pointer;
    }

@media (max-width: 395px) {
    .blockLinkContainers {
        width: 70vw;
        height: 70vw;
        margin: 20px;
    }
}

.textLinkContainers {
}

    .textLinkContainers #linkContainer {
        margin-bottom: 10px;
    }

    .textLinkContainers span {
        display: none;
    }

    .textLinkContainers i {
        display: none;
    }

    .textLinkContainers a {
        font-size: 16px;
    }


.linkContainer {
    background-color: #877522;
    text-decoration: none;
    color: white;
    margin: 10px;
    padding: 10px;
    cursor: pointer;
    display: block;
}

    .linkContainer:hover {
        background-color: #680435;
        text-decoration: none;
        color: white;
    }


.nav-tabs > li > a {
    /*padding: 5px 9px 5px 9px;*/
    /*display: inline-flex;*/
    color: #000;
    background: #bbbbbb;
    font-weight: 600;
    height: 100%;
    text-align: center;
}

    .nav-tabs > li > a:hover {
        background: #877522;
        color: #fff;
        border-radius: 0;
    }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    background-color: #680435;
    font-weight: 600;
    border: 1.1px solid #ccc;
    border-bottom-color: transparent;
    border-radius: 0;
}

/* tab control formatting */
.nav-tabs {
    display: flex;
}

.tab-content-noborder {
    border: none;
}

.tab-content {
    border: 1px solid #ccc;
    border-top: none;
    padding: 20px 50px 20px 20px;
    overflow: auto;
}

.cpanell {
    border: 1px solid #bbb;
}

@media (max-width: 800px) {
    .tab-content {
        padding: 10px 25px 10px 10px;
        overflow: auto;
    }

    .tab-pane {
        padding: 0;
    }

    .nav-tabs {
        display: grid;
    }

        .nav-tabs > li > a {
            border: 1.1px solid #ccc;
        }
}

.entprofgrey {
    background-color: #f2f2f2;
}

.entproflightgrey {
    background-color: #f7f7f7;
}

.ClientHomeLink > a {
    color: dimgrey;
    font-weight: 600;
    
}

.ClientHomeLink {
    color: dimgrey;
    font-weight: 600;
    
    padding: 7px;
}

.ClientHomeLinkDescription {
    font-size: 0.9em;
    font-weight: 400;
    font-family: monospace;
    padding-left: 12px;
    color: #8a8a8a;
}
/** {
    border: 1px solid black;
}*/



@media (max-width: 994px) {
    body {
        font-size: 1.6em;
    }

    .column-mobile-margin {
        margin: 10px 0;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 1.5em;
    }
}

@media (max-width: 414px) {
    body {
        font-size: 4vw;
        /*font-size: 1.1em;*/
    }
}

@media (max-width: 414px) {
    fieldset {
        font-size: 3vw;
    }
}

/*@media (max-width: 767px) {
    .col-sm-12 {
        font-size: 2.5vw;
    }
}*/

.shadowed-container {
    /*-webkit-box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.75);*/
    /* border-radius: 5px 5px 5px 5px; */
}


.PageHeaderContainer {
    border-top: 8px solid #680435;
    border-bottom: 30px solid #680435;
    position: relative;
    height: auto;
    background-color: #FFFFFF;
}

.PageHeaderContainerWrapper {
    background-color: black;
}

.PageHeaderContainerInner {
    background: url("../../images/site/pg/header-bg.jpg") no-repeat scroll 0 0 transparent;
    height: 0;
    width: 100%;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}

.PageHeaderMenu {
    width: 100%;
    padding-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    background-repeat: no-repeat;
    background-position-x: left;
    /*background-position-y: -20px;*/
    /*background-color: white;*/
}

/*.PageMenuContainer {

}*/

.PageHeader-SiteName {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    vertical-align: top;
    position: relative;
    margin-top: 0px;
    z-index: -1;
    background-size: cover; /* <------ */
    background-repeat: no-repeat;
    background-position: center center;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .PageHeader-SiteName {
        /*background-image: url('/images/site/mm/Background-600px.png');*/
        background: none;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .PageHeader-SiteName {
        /*background-image: url('/images/site/mm/Background-600px.png');*/
        background: none;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .PageHeader-SiteName {
        /*background-image: url('/images/site/mm/Background-600px.png');*/
        background: none;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .PageHeader-SiteName {
        /*background-image: url('/images/site/mm/Background-600px.png');*/
        background: none;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .PageHeader-SiteName {
        /*background-image: url('/images/site/mm/Background-600px.png');*/
        background: none;
    }

    .vertical-align-lg {
        display: flex;
        align-items: center;
    }
}

.PageHeader-SiteName > span {
    font-size: 25px;
    line-height: 30px;
    display: inline-block;
    margin-top: 55px;
    margin-left: 30px;
    color: #000;
}

.PageHeader-SiteName-Logo {
    /* padding-left: 45px; */
}

.PageHeader-SiteName-Main {
    text-shadow: 2px 2px 1px white;
    line-height: 0.85;
}

.PageHeader-SiteName-MainName {
    padding-top: 20px;
    /* padding-right: 45px; */
    padding-left: 25px;
    font-weight: 800;
    font-size: 1.2em;
    /* line-height: 25px; */
    color: #877522;
    /* justify-content: right; */
    /*height: 100%;*/
    /*background-size: cover;*/
}

.PageHeader-SiteName-Jurisdiction {
    line-height: 0.85;
}


.SiteNamePrintTitle {
    font-size: 0.8em;
    color: #877522;
    font-weight: bold;
}

@media print {

    .noPrint {
        display: none;
    }
}

@media (max-width: 803px) {
    .PageHeader-SiteName-MainName {
        padding-top: 35px;
        padding-bottom: 35px;
        padding-left: 150px;
        font-weight: 800;
        font-size: 1.2em;
        /*line-height: 25px;*/
        background-color: #FFF;
        color: #877522;
        background-image: none;
        /*height: 100%;*/
        /*background-size: cover;*/
    }
}

.PageHeader-SiteName-CO {
    margin-top: 5px;
    color: #b69746;
    font-size: 1em;
}

@media (max-width: 802px) {
    .PageHeader-SiteName-CO {
        /*display: none;*/
        /*margin-top: -50px;*/
    }
}

@media (max-width: 499px) {
    .PageHeader-SiteName-CO {
        /*display: none;*/
    }
}

/*.PageHeader-SiteName-MainName {
    font-size:
}*/

.PageHeader-SiteName-MainName a {
    color: #877522;
}

.PageHeader-SiteName-SubName {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}

/*i also saw a class reference to .headerlinks but it's not here?*/

.CultureSelector {
    color: white;
    text-shadow: 0px 0px 3px black;
    margin: -25px 20px 0px 20px;
    z-index: 1;
}

    .CultureSelector a:link {
        color: white;
        font-size: 12px;
    }

    .CultureSelector a:visited {
        color: white;
        font-size: 12px;
    }

    .CultureSelector a:hover {
        color: #5b42ff;
        font-size: 12px;
    }

.PageBodyContainer {
    /*background: url(../../images/site/pg/repeater.png) repeat-y scroll center top #ffffff;*/
    min-height: 100%;
}

.PageBodyContainerInner {
    /*background: url("../../images/site/pg/background.png") no-repeat scroll center top transparent;*/
    min-height: calc(70vh);
    /*min-height: calc(100% + 100px);*/
    /* padding: 10px 0 10px 0; */
    margin: 0 auto;
}

@media (max-width: 900px) {
    .PageBodyContainerInner {
        /*padding: 30px 30px 30px 30px;*/
        padding: 8px 0 8px 0;
    }
}

@media (max-width: 700px) {
    .PageBodyContainerInner {
        /*padding: 20px 20px 20px 20px;*/
        padding: 7px 0 7px 0;
    }
}

@media (max-width: 500px) {
    .PageBodyContainerInner {
        /*padding: 10px 10px 10px 10px;*/
        padding: 6px 0 6px 0;
    }
}

@media (max-width: 414px) {
    .PageBodyContainerInner {
        /*padding: 10px 7px 10px 7px;*/
        padding: 4px 0 4px 0;
    }
}


/*QUICK HOTFIXES FOR TABLES AND GRIDS THAT OVERFLOW-X/Y - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - */
/*temporary for client list page*/
.tableBody, table-responsive, table, table.table, table.dataTable, tbody {
    max-height: 550px;
    overflow: auto;
    font-size: inherit;
}

.table tr {
    height: auto;
}

@media (max-width: 1252px) {
    table > tbody > tr > td,
    .table > tbody > tr > th:nth-child(0),
    .table > tfoot > tr > td,
    .table > tfoot > tr > th:nth-child(0),
    .table > thead > tr > td,
    .table > thead > tr > th:nth-child(0) {
        /*word-wrap: break-word;
        padding: 4px 0px 4px 0px;
        overflow-x: auto;
        word-break: break-all;*/
        /*display: inline-block;*/
        /*word-break: break-all;*/
    }
}

@media (max-width: 769px) {
    table > tbody > tr > td,
    .table > tbody > tr > th,
    .table > tfoot > tr > td,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > thead > tr > th {
        /*word-wrap: break-word;
        padding: 4px 0px 4px 0px;
        overflow-x: auto;
        word-break: break-all;*/
        /*display: inline-block;*/
        padding: 4px 1px 4px 0px;
    }
}

.gridview {
    width: auto !important;
}

.grid {
    width: auto !important;
}

.gridSearch {
    width: auto !important;
    height: 500px;
    overflow: auto;
}

.ui-grid-viewport .ui-grid-cell-contents {
    word-wrap: normal;
    white-space: normal !important;
}

/*.ui-grid-row, .ui-grid-cell {
    height: auto !important;
}

.ui-grid-cell {
    height: auto !important;
    padding: 4px;
}*/

.ui-grid-row div[role=row] {
    display: flex;
    align-content: stretch;
}


/*END - QUICK HOTFIX FOR TABLES AND GRIDS THAT OVERFLOW-X/Y - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - - - - */

/*bootstrap override to connect the body with the footer*/
.panel {
    margin-bottom: 0px;
}

/*.panel-heading {
    below except color are the defaults in stfoBootstrap
    padding: 5px 0px;
    font-size: 18px;
    font-weight: bold;
color: #877522 !important;
}*/

.formHeading {
    padding: 5px 0px;
    font-size: 18px;
    font-weight: bold;
}

.formHeadingTitle {
    color: #877522 !important;
    font-size: 1.0em;
}

/*bootstrap override on collapsed menu bar */
.navbar-collapse {
    /*border-top: none;*/
    box-shadow: inset 0 0px 0 rgba(255,255,255,.1);
}


/*gives minor padding to mobile menu*/
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
}

/*gives minor padding to mobile menu*/
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header-top, .container > .navbar-collapse, .container > .navbar-header-top {
    margin-right: 0;
    margin-left: 0;
}

.navbar-default .navbar-toggle:focus {
    background-color: #680435;
}


.navbar-default .navbar-toggle:hover {
    background-color: #877522;
}
/*end bootstrap override*/

.PageFooterContainer {
    /*height: 160px;*/
    background-color: #680435;
    min-height: 66px;
    border-bottom: 22px solid lightgray;
    color: #fff;
}

.PageFooterContainerInner {
    background: url("../../images/site/pg/footer-flag.png") no-repeat scroll right top;
    padding: 10px;
}

.footerFont {
    font-size: 1.5rem;
}

/* Main menu
------------------------------------------*/

.navbar {
    width: 100%;
    padding-top: 0px;
    border: none;
    min-height: 39px;
    margin-bottom: 20px;
    background-image: none;
    border-color: none;
    padding-right: 0px;
    padding-left: 0px;
    line-height: 1;
    background: #877522;
    color: white;
    border-radius: 0;
}

.navbar-default {
    background: #877522;
    padding: 0;
    margin: 0;
}


.navbar-top {
    width: 100%;
    padding-top: 0px;
    border: none;
    min-height: 39px;
    margin-bottom: 20px;
    background-image: none;
    border-color: none;
    padding-right: 0px;
    padding-left: 0px;
    line-height: 1;
    background: none;
    color: black;
    border-radius: 0;
}

.navbar-default-top {
    background: none;
    padding: 0;
    margin: 0;
}

/*override bootstrap's navbar toggle button*/
.navbar-toggle {
    color: white;
    background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

.navbar-default-top .navbar-toggle .icon-bar {
    background-color: none;
}

/*end bootstrap override*/

/*OVERRIDE BOOTSTRAP COLLAPSED MENU*/
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #FFF;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 1.42857143;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        background-color: #680435;
        color: white;
    }

    .navbar-default-top .navbar-nav-top .open .dropdown-menu > li > a {
        color: black;
    }

    .navbar-nav-top .open .dropdown-menu > li > a {
        line-height: 1.42857143;
    }

    .navbar-default-top .navbar-nav-top > .open > a, .navbar-default-top .navbar-nav-top > .open > a:focus, .navbar-default-top .navbar-nav-top > .open > a:hover {
        background-color: none;
        color: black;
    }
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #FFF;
    }

    .navbar-default-top .navbar-nav-top .open .dropdown-menu > li > a:focus, .navbar-default-top .navbar-nav-top .open .dropdown-menu > li > a:hover {
        color: black;
    }
}
/*END _ OVERRIDE BOOTSTRAP COLLAPSED MENU*/


@media (max-width: 767px) {
    .navbar-default .open .dropdown-menu > li > a {
        font-size: 3.6vw;
    }

    .navbar-default {
        font-size: 3.6vw;
    }

    .navbar-default-top .open .dropdown-menu > li > a {
        font-size: 3.6vw;
    }

    .navbar-default-top {
        font-size: 3.6vw;
    }
}

/*OVERRIDE WHEN BOOTSTRAP CHANGES THE COLOR OF A CLICKED ON MENU ITEM THAT HAS IT'S OWN DROPDOWN AND THEN YOU MOVE THE MOUSE AWAY FROM IT*/
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #680435;
    color: white;
}

.navbar-default-top .navbar-nav-top > .open > a, .navbar-default-top .navbar-nav-top > .open > a:focus, .navbar-default-top .navbar-nav-top > .open > a:hover {
    background-color: none;
    color: black;
}
/*END - OVERRIDE WHEN BOOTSTRAP CHANGES THE COLOR OF A CLICKED ON MENU ITEM THAT HAS IT'S OWN DROPDOWN AND THEN YOU MOVE THE MOUSE AWAY FROM IT*/

.navbar-main-menu {
    padding-left: 0px;
    padding-right: 0px;
}

.navbar-nav {
    font-size: 13px;
    background: #877522;
    width: 100%;
}

    .navbar-nav > li:not(.exclude-gradient) {
        margin-left: 2px;
        margin-right: 2px;
    }

.navbar-nav-top {
    font-size: 13px;
    background: none;
    display: flex;
}

    .navbar-nav-top > li:not(.exclude-gradient) {
        margin-left: 2px;
        margin-right: 2px;
    }

.navbar-default .navbar-nav > li > a {
    /*background-color: #0b476a;*/
    /*border-radius: 5px 5px 0 0;*/
    /*line-height: 19px;
    padding: 9px 10px 11px;*/
    /*background-color: #24ad5f;*/
    line-height: 1.2;
    position: relative;
    /*THIS IS THE COLOR OF THE TEXT IN THE NAVBAR UNHOVERED*/
    color: #FFF;
    /*text-decoration: none;*/
}

    /*HOVER OVER NAVBAR TEXT CHANGE IN COLOR WHICH DONT HAVE DROPDOWNS*/
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #FFF;
        background-color: #680435;
    }

.navbar-default-top .navbar-nav-top > li > a {
    /*background-color: #0b476a;*/
    /*border-radius: 5px 5px 0 0;*/
    /*line-height: 19px;
    padding: 9px 10px 11px;*/
    /*background-color: #24ad5f;*/
    line-height: 1.2;
    position: relative;
    /*THIS IS THE COLOR OF THE TEXT IN THE NAVBAR UNHOVERED*/
    color: black;
    /*text-decoration: none;*/
}

    /*HOVER OVER NAVBAR TEXT CHANGE IN COLOR WHICH DONT HAVE DROPDOWNS*/
    .navbar-default-top .navbar-nav-top > li > a:hover, .navbar-default-top .navbar-nav-top > li > a:focus {
        color: black;
        background-color: none;
    }
/*END - HOVER OVER NAVBAR TEXT CHANGE IN COLOR WHICH DONT HAVE DROPDOWNS*/

/*CHANGES THE MENU ITEMS TEXT WHICH HAS DROPDOWNS*/
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #680435;
}

.navbar-default-top .navbar-nav-top > .active > a, .navbar-default-top .navbar-nav-top > .active > a:hover, .navbar-default-top .navbar-nav-top > .active > a:focus {
    color: black;
    background-color: none;
}
/*END - CHANGES THE MENU ITEMS TEXT WHICH HAS DROPDOWNS*/


/* Submenu
------------------------------------------*/

.dropdown-menu {
    background-image: none;
    background-color: #877522;
    color: white;
    font-size: inherit;
}

    .dropdown-menu > li > a {
        color: white;
    }

/*.dropdown-menu > li:hover, .dropdown-menu > li:focus {
        color: white;
        background-color: #1f9351;
    }*/


.dropdown > ul {
    min-width: 160px;
    padding: 4px 0;
    margin: 0 0 0;
    list-style: none;
    top: auto;
    /*background-color: #000;*/
    background-clip: padding-box;
}

    .dropdown > ul > li > a {
        /*THIS AFFECTS SUBMENUS WITHIN THE MENU, FOR EXAMPLE, WHEN A DROPDOWN HAS IT'S OWN DROPDOWN*/
        /*text-decoration: none;*/
        line-height: 15px;
        padding-left: 20px;
        min-height: 34px;
        text-align: left;
        background-color: #877522;
        color: white;
    }

        .dropdown > ul > li > a:hover {
            background-color: #680435;
        }

    .dropdown > ul > li:hover:not(.exclude-gradient) {
        background-color: #1a944e;
    }

    .dropdown > ul > li:hover > a {
        background-color: #680435;
        text-decoration: none;
    }

li > .dropdown.open {
    background-color: #877522;
    color: #fff;
}

li > .dropdown-toggle.text-capitalize.open {
    background-color: #877522;
    color: #0f0;
}

.dropdown.open > li {
    background-color: #877522;
    color: #0f0;
}

.dropdown:hover .dropdown-menu {
    background-color: #877522;
}

.dropdown-menu:hover {
    background-color: #877522;
}

.dropdown-menu > a:hover {
}

/*OVERRIDE BOOTSTRAP DEFAULT GREY BACKGROUND ON DROPDOWN WHEN HOVERING WITH MOUSE*/
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a {
    background-image: none;
    background-color: #680435;
    background-repeat: no-repeat;
    color: #FFF;
}

.navbar-default-top .navbar-nav-top > .active > a, .navbar-default-top .navbar-nav-top > .open > a {
    background-image: none;
    background-color: none;
    background-repeat: no-repeat;
    color: black;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-image: none;
    background-color: #680435;
    background-repeat: no-repeat;
    color: #FFF;
}
/*END - OVERRIDE BOOTSTRAP DEFAULT GREY BACKGROUND ON DROPDOWN WHEN HOVERING WITH MOUSE*/

/* Palestine Welcome Page */
.section-title {
    margin: 10px 0px;
    padding: 10px 0px;
    border-bottom: 2px solid #606060;
    font-size: 18px;
    font-weight: 600;
    color: #877522;
}

.WelcomeHeader {
    text-align: center;
    font-size: 25px;
}

.WelcomeBody {
    display: block;
    font-size: 14px;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

h1.helpheadermain {
    color: #877522;
}

h2.helpheader {
    margin: 10px 0px;
    padding: 10px 0px;
    border-bottom: 2px dashed #680435;
    font-size: 18px;
}

p.helpbody {
    text-align: center;
    max-width: 100%;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 30px;
}


.text-capitalize {
    text-transform: uppercase;
}

.logindropdown > ul > li:hover {
    background: #000;
    background-color: #877522;
}

.GridViewRow-Editing {
    background-color: #000 !important;
}

.RadioButtonListHorizontal input[type=radio] {
    margin: 5px;
}

.RadioButtonListHorizontal td {
    padding: 5px;
}

.ReviewModeHideTabBorder {
    border: none;
    padding: 0px;
    overflow: auto;
    padding-top: 15px;
}

.img-responsive {
    width: 100%;
}

.banner-image {
    position: relative;
}

.banner-image-caption {
    font-size: 1.45vw;
    position: absolute;
    bottom: -14px;
    color: BLACK;
    width: 100%;
    padding-left: 8.5%;
    padding-right: 8.5%;
}

.banner-image-text-overlay {
    font-size: 1.8vw;
    position: absolute;
    bottom: 80px;
    left: 68%;
    width: 10%;
    color: white;
}

/*table pagination styles*/
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover {
    /*background-color: white;*/
    border-color: transparent;
}

.pagination > li:first-child > a:hover, .pagination > li:last-child > a:hover {
    background: #337ab7;
    color: white;
}
/*end - table pagination styles*/

.arabic {
    direction: rtl;
    width: 50%;
}


button.ui-datepicker-current {
    /*display: none;*/
    background: #fff;
}

button.ui-datepicker-close {
    /*display: none;*/
}

.searchresultsection {
    padding-bottom: 10px;
}

span {
    word-wrap: break-word;
}

.PageContent-HeaderText {
    padding-top: 25px;
    padding-bottom: 15px;
    font-size: 22px;
    font-weight: 800;
    line-height: 25px;
    color: #877522;
}

.PageContent-HeaderTextUppercase {
    padding-top: 25px;
    padding-bottom: 15px;
    font-size: 22px;
    font-weight: 800;
    line-height: 25px;
    color: #877522;
    text-transform: uppercase;
}


.boldUppercaseText {
    font-weight: 600;
    text-transform: uppercase;
}

.boldText {
    font-weight: 600;
}

.boldWhiteFooterText {
    font-weight: 600;
    color: white;
}

.boldUnderlineText {
    font-weight: 600;
    text-decoration: underline;
}

.subtext {
    font-size: 12px;
}

/*RELATED DOCUMENTS ON RIGHT SIDE OF INDEX LOGGED OUT PAGE STYLING --------------------------------------------*/
.backgroundGreyRelatedDocuments {
    padding: 20px 50px 20px 50px;
    background-color: #E8E8E8;
    text-decoration: none;
    color: black;
    text-align: center;
}

.backgroundWhiteRelatedDocuments {
    padding: 20px 50px 20px 50px;
    background-color: white;
    text-decoration: none;
    text-align: center;
    color: black;
}

    .backgroundGreyRelatedDocuments:hover, .backgroundWhiteRelatedDocuments:hover {
        background-color: grey;
    }

.ARelDoc {
    text-decoration: none;
}

    .ARelDoc:hover {
        font-weight: 500;
        text-decoration: none;
    }

    .ARelDoc:active, .ARelDoc:focus {
        text-decoration: none;
    }
/*END - RELATED DOCUMENTS ON RIGHT SIDE OF INDEX LOGGED OUT PAGE STYLING --------------------------------------------*/

/*MORE INFORMATION LINKS IN FOOTER*/
.MoreInformationLinksFooter {
    font-weight: 600;
    color: #fff;
}

    .MoreInformationLinksFooter:hover, .MoreInformationLinksFooter:focus, .MoreInformationLinksFooter:active {
        text-decoration: none;
        color: #877522;
    }
/*END - MORE INFORMATION LINKS IN FOOTER*/

/*DISABLE UNDERLILNE AND COLORING (TURN TO WHITE) ON A:LINKS HOVER/ACTIVE/FOCUS*/
.ANoHAF, .ANoHAF:hover, .ANoHAF:active, .ANoHAF:focus {
    text-decoration: none;
    color: #fff;
}
/*END - DISABLE UNDERLILNE AND COLORING (TURN TO WHITE) ON A:LINKS HOVER/ACTIVE/FOCUS*/

/*DISABLE UNDERLILNE AND COLORING (TURN TO BLACK) ON A:LINKS HOVER/ACTIVE/FOCUS*/
.ANoHAFB, .ANoHAFB:hover, .ANoHAFB:active, .ANoHAFB:focus {
    text-decoration: none;
    color: #000;
}
/*END - DISABLE UNDERLILNE AND COLORING (TURN TO BLACK) ON A:LINKS HOVER/ACTIVE/FOCUS*/

/*custom box bootstrap buttons*/
.sharp {
    border-radius: 0;
}

.sharpgreen {
    border-radius: 0;
    background: green;
}
/*end custom buttons*/

.mb0 {
    padding: 10px;
}

.spacing {
    padding-top: 75px;
    padding-bottom: 75px;
}

/*custom padding*/
.cpadding {
    padding: 20px;
}
/*end - custom padding*/

/*custom small padding*/
.cspadding {
    padding: 10px;
}
/*end - custom small padding*/

/*index company search*/
.col-md-12 > div#SearchCorpCtrl > .companySearchIndex {
    margin-left: -30px;
}

.companySearchIndex {
    width: 1337px; /*the lel fix*/
    height: 234px;
    background-image: url('/App_Themes/CKTheme/Images/exportLogoGradBot.png');
    background-size: cover;
}

.home-page-company-search {
    height: auto;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    background-image: url('/App_Themes/CKTheme/Images/exportLogoGradBot.png');
    background-size: cover;
    color: white;
}

@media (max-width: 1336px) {
    .companySearchIndex {
        width: 100%;
    }

    .col-md-12 > div#SearchCorpCtrl > .companySearchIndex {
        margin-left: 0;
    }
}

.companySearchIndexHeader {
    font-size: 1.6em;
    font-weight: 800;
    padding: 20px;
    color: white;
}

.companySearchIndexSubHeader {
    font-size: 1.3em;
    font-weight: 600;
    padding-left: 40px;
    color: white;
}

.indexSearchBox {
    padding-left: 40px;
}
/*end - index company search*/

/*Prescribed Forms*/
.paperFormHeader {
    padding: 20px;
    font-size: 2em;
    font-weight: 800;
    width: 100%;
    height: 200px;
    background-image: url('/App_Themes/CKTheme/Images/exportLogoGradBotFaded.png');
    background-repeat: no-repeat;
    /*background-size: ;*/
}

.csspadding {
    font-size: 1.5em;
    padding: 3px;
    text-decoration: none;
}

.paperFormLink {
    text-decoration: none;
    color: #12601f;
}

    .paperFormLink:hover {
        text-decoration: none;
        color: black;
    }

    .paperFormLink:active, .paperFormLink:focus {
        color: black;
        text-decoration: none;
    }

img#animArrow {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    -webkit-transition-duration: 0.3s; /* Safari */
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition-property: transform;
    transition: 0.5s ease;
    background-color: #fff;
    position: relative;
}

.animArrowRotate {
    -webkit-transform: translate(0px, -0px) rotate(90deg);
    -ms-transform: translate(0px, -0px) rotate(90deg);
    -o-transform: translate(0px, -0px) rotate(90deg);
    transform: translate(0px, -0px) rotate(90deg);
}

/*img#animArrow:link {
    -webkit-transform: translate(0px, -0px) rotate(90deg);
    -ms-transform: translate(0px, -0px) rotate(90deg);
    -o-transform: translate(0px, -0px) rotate(90deg);
    transform: translate(0px, -0px) rotate(90deg);
}

img#animArrow:visited {
    -webkit-transform: translate(0px, -0px) rotate(90deg);
    -ms-transform: translate(0px, -0px) rotate(90deg);
    -o-transform: translate(0px, -0px) rotate(90deg);
    transform: translate(0px, -0px) rotate(90deg);
}

img#animArrow:window-inactive{
    -webkit-transform: translate(0px, -0px) rotate(90deg);
    -ms-transform: translate(0px, -0px) rotate(90deg);
    -o-transform: translate(0px, -0px) rotate(90deg);
    transform: translate(0px, -0px) rotate(90deg);
}

img#animArrow:hover {
    -webkit-transform: translate(0px, -0px) rotate(90deg);
    -ms-transform: translate(0px, -0px) rotate(90deg);
    -o-transform: translate(0px, -0px) rotate(90deg);
    transform: translate(0px, -0px) rotate(90deg);
}*/

/*img#animArrow:after {
    -webkit-transform: translate(0px, -0px) rotate(90deg);
    -ms-transform: translate(0px, -0px) rotate(90deg);
    -o-transform: translate(0px, -0px) rotate(90deg);
    transform: translate(0px, -0px) rotate(90deg);
}*/



/*custom table for homepage*/
.paperFormTable {
    height: 234px;
    overflow: auto;
}

table#pft {
    width: 100%;
    border: 1px solid #C0C0C0;
    border-collapse: collapse;
}

th#pfhti {
    font-size: 1.05em;
    text-align: left;
    border: 1px solid #C0C0C0;
}

th#pfhtil {
    font-size: 1.05em;
    text-align: left;
    border: 1px solid #C0C0C0;
    width: 180px;
}

td#pfhti {
    border: 1px solid #C0C0C0;
    padding: 10px;
}

tr#pfht {
    background: #E8E8E8;
}
/*end - custom table for homepage*/

/*end - Prescribed Forms*/

/*custom hotfix padding*/
.cxpadding {
    padding: 10px 30px 10px 30px;
}
/*end - custom hotfix padding*/

.ctextarea {
    width: 200px;
    height: 30px;
    font-size: 18px;
}

.input-group-btn.input-space {
    padding-left: 10px;
}

/*NAVBAR MOBILE TOGGLE INTO X THEN BACK INTO BARS ----------------------------------------------------------------------------------------------------*/
.navbar-toggle:focus .icon-bar {
    transition: 300ms ease-in-out;
    background-color: #fff;
    position: relative;
}

.icon-bar:last-child {
    -webkit-transform: translate(0px, -6px) rotate(225deg);
    -ms-transform: translate(0px, -6px) rotate(225deg);
    -o-transform: translate(0px, -6px) rotate(225deg);
    transform: translate(0px, -6px) rotate(225deg);
    /*top: -7px;*/
}


.icon-bar:nth-child(2) {
    -webkit-transform: translate(0px, 6px) rotate(-225deg);
    -ms-transform: translate(0px, 6px) rotate(-225deg);
    -o-transform: translate(0px, 6px) rotate(-225deg);
    transform: translate(0px, 6px) rotate(-225deg);
    /*top: 0px;*/
}

.icon-bar:nth-child(3) {
    opacity: 0;
}

.collapsed .icon-bar {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 0;
    opacity: 1;
}

.row {
    margin: 0;
}

/* upload file  input*/
.upload-field {
    position: relative;
    cursor: pointer;
    width: 96%;
    height: 30px;
    line-height: 28px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

    .upload-field input[type="file"] {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

    .upload-field .icon-folder {
        background-size: cover;
        background-color: transparent;
        border: none;
        float: right;
    }
/* end upload file input*/

.highlight {
    padding: 9px 14px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
}

    .highlight pre {
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
        word-break: normal;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }

        .highlight pre code {
            font-size: inherit;
            color: #333; /* Effectively the base text color */
        }

            .highlight pre code:first-child {
                display: inline-block;
                padding-right: 45px;
            }

/*#region Index Carousel */

.carousel {
    --carousel-height-min: 160px;
    min-height: var(--carousel-height-min, 160px);
}

.carousel-inner {
    min-height: var(--carousel-height-min, 160px);
    width: calc(100% - 64px);
    left: 32px;
    padding: 0 var(--bs-padding, 15px);
}

    .carousel-inner > .item {
        min-height: var(--carousel-height-min, 160px);
    }

.carousel-control {
    width: 32px;
    color: #333;
}

    .carousel-control:hover,
    .carousel-control:focus {
        color: #333;
    }

    .carousel-control.right,
    .carousel-control.left {
        background-image: none;
    }

/*#endregion Index Carousel */

.modal-open {
    padding-right: 0px !important;
    overflow: auto
}

.filing-form-heading {
    font-weight: bolder;
}

.filing-form-ulHeading {
    font-weight: bolder;
    text-decoration: underline;
}

.filing-form-subheading {
    font-style: italic;
    padding-top: .2em;
}

.filing-form-label {
    font-weight: bolder;
}

.filing-form-sublabel {
    font-style: italic;
}

.filing-form-center {
    text-align: center
}

/*Example:
3A
3B
3C*/
.filing-form-repeating-alphanumeric-ol {
    list-style: none;
    counter-increment: ol-index;
    counter-reset: li-index;
    margin-left: .6em;
    padding-left: 0px;
}

    .filing-form-repeating-alphanumeric-ol li {
        counter-increment: li-index;
        display: table-row;
    }

        .filing-form-repeating-alphanumeric-ol li::before {
            content: counter(ol-index) counter(li-index, upper-alpha) ". ";
            display: table-cell;
            width: 1.8em;
        }

.no-border > tbody > tr > td {
    border: none;
}

.member-share .highlight {
    margin-left: 10px;
    margin-right: 10px;
}

.shares-instructions-not-reconciled {
    color: red;
    font-weight: bold;
}

.shares-instructions-reconciled {
    color: green;
    font-weight: bold;
}

.youtubeVideoContainerItem {
    width: 100%;
    height: 360px;
}

@media (max-width:1030px) {
    .youtubeVideoContainerItem {
        height: 260px;
    }
}

@media (max-width: 450px) {
    .youtubeVideoContainerItem {
        height: 160px;
    }
}

.row .row-gap {
    margin-bottom: 20px;
}

.Label {
    font-weight: bold;
}

.expandableRow {
    padding: 12px;
}

.expandableRow, .scrollFiller {
    background-color: #ccc;
}

.clear-left {
    clear: left;
}

.PageHeader-Image {
    padding: 15px;
}

.vue-dropbox {
    outline: 2px dashed white; /* the dash box */
    outline-offset: -10px;
    background-color: #877522;
    color: white;
    min-height: 100px;
    position: relative;
    cursor: pointer;
}

.v-pulse {
    background-color: #877522 !important; /* Color is overriden by vue component so we must make it important */
}

.vue-modal-body {
    position: relative;
    padding: 20px 10px;
    margin: 20px
}

.vue-frown {
    color: #877522;
}

.vue-button {
    color: white;
    border-radius: 4px;
    font-size: 14px;
    border-width: 2px;
    font-weight: 600;
    vertical-align: middle;
    border: 1px solid transparent;
    background-color: #877522;
    border-color: #877522;
}

    .vue-button:disabled {
        background-color: #DDDDDD;
        border: 1px solid transparent;
        cursor: not-allowed;
    }

.vue-paymentwizard-funds-box {
    border: 5px solid #877522;
    padding: 10px;
    margin: 10px;
}

/* Vue Form Wizard*/
.vue-form-wizard .wizard-progress-bar {
    background-color: #877522 !important;
    background: #877522 !important;
    color: #877522 !important;
}

.vue-form-wizard .wizard-icon-container {
    background-color: #877522 !important;
}

.vue-form-wizard .wizard-icon-circle {
    border-color: #877522 !important;
}

.vue-form-wizard .active {
    color: #877522 !important;
}

.vue-entity-search {
    margin-left: -15px;
    margin-right: -15px
}

.VueTables__sort-icon {
    font-size: .7em;
    line-height: 2em;
}

.VueTables-col {
    overflow-wrap: break-word;
}

.VueTables-reduced-col-xs {
    overflow-wrap: break-word;
    width: 8%
}

.VueTables-reduced-col-sm {
    overflow-wrap: break-word;
    width: 10%
}

.VueTables-reduced-col-md {
    overflow-wrap: break-word;
    width: 12%
}

.vue-search-header {
    width: 100%;
    background: #877522;
    line-height: 30px;
}

.vue-search-header-title {
    margin: 0px 5px;
    font-size: 14px;
    font-weight: bold;
    color: white;
}

.vue-search {
    border: 1px solid #ccc;
}

.vue-search-actions-header {
    width: 100%;
    background-color: #EDEDED;
    border-bottom: 1px solid #ccc;
}

.vue-search-actions {
    padding: 6px 14px;
    font-size: 14px;
}

.vue-search-action {
    color: #337ab7;
    border: none;
}

    .vue-search-action:focus, .vue-search-action:active {
        outline: none;
        box-shadow: none;
    }

    .vue-search-action:disabled {
        cursor: not-allowed;
        color: #337ab785
    }

.vue-search-action-selected {
    font-weight: bold;
}

.vue-search-results-container {
    font-family: 'Lucida Sans Unicode', sans-serif;
    font-size: 13px;
    line-height: 16px;
}

.vue-search-results {
    overflow: auto;
    padding: 10px 20px;
    width: 100%;
}

    .vue-search-results .row {
        padding-top: 10px;
        width: 100%;
    }

        .vue-search-results .row:not(:last-child) {
            border-bottom: 1px black dashed;
            padding-bottom: 10px;
        }


@media (min-width: 992px) {
    .tableBodyScroll tbody {
        display: block;
        max-height: 550px;
        overflow-y: scroll;
    }

        .tableBodyScroll thead, .tableBodyScroll tbody tr {
            display: table;
            width: 100%;
            table-layout: fixed;
        }
}

@media (min-width: 1200px) {
    .tableBodyScroll tbody {
        display: block;
        max-height: 550px;
        overflow-y: scroll;
    }

        .tableBodyScroll thead, .tableBodyScroll tbody tr {
            display: table;
            width: 100%;
            table-layout: fixed;
        }

    .tableBodyScroll thead {
        width: calc( 100% - 1% );
    }
}

.corp-search-options-hidden {
    display: none;
}

.show-mm {
    display: none;
}

/*How To Page Custom CSS*/
.howitem {
    color: darkgray;
}

.howpagetitle {
    color: #337ab7;
}

.howlinks {
    color: #337ab7;
    text-decoration: none;
}

    .howlinks:hover {
        text-decoration: underline;
        font-size: 101%;
    }

.howbody {
    font-size: larger;
    margin: 40px;
}

.howlist {
    line-height: 3rem;
}

.listIndent {
    margin-left: 40px;
}

.dropdown-menu.dd-ms {
    text-transform: none;
    font-size: 14px;
    background-color: white;
}

    .dropdown-menu.dd-ms > li > a {
        color: black;
        padding: 0px 20px;
        cursor: pointer;
    }

        .dropdown-menu.dd-ms > li:focus, .dropdown-menu.dd-ms > li > a:focus, .dropdown-menu.dd-ms > li:hover, .dropdown-menu.dd-ms > li > a:hover {
            color: white;
        }

    .dropdown-menu.dd-ms > li > ul {
        padding: 0 20px;
    }

.editing-vue-local-resource {
    background-color: lightyellow;
    padding: 1em;
}


.cke_dialog.cke_browser_webkit {
    z-index: 99999999999 !important;
}

.btn-review {
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-repeat: repeat-x;
    background-color: #ED6323;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF834A', endColorstr='#ED6323', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

    .btn-review:hover,
    .btn-review:focus,
    .btn-review:active,
    .btn-review.active,
    .btn-review.disabled,
    .btn-review[disabled] {
        color: #FFFFFF;
        background-color: #D4551A;
        *background-color: #003bb3;
    }

#tasks-dialog .modal-body .row {
    margin-right: -15px;
    margin-left: -15px;
    padding-bottom: 15px;
}

    #tasks-dialog .modal-body .row:not(:first-child) {
        padding-top: 15px;
    }

    #tasks-dialog .modal-body .row:not(:last-child) {
        border-bottom: 1px #ccc dashed;
    }

#tasks-dialog .modal-body h4 {
    font-weight: 600;
    color: #111E6C;
}

/*#region News Item */

.news-item {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

    .news-item > .news-item-thumbnail {
        width: 160px;
        height: auto;
        max-height: 160px;
        object-fit: cover;
        background: none;
        margin-right: 30px;
    }

    .news-item > .news-item-details {
        width: calc(100% - 175px);
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
    }

:not(.item) > .news-item > .news-item-details:only-child {
    margin-left: 190px;
}

.news-item > .news-item-details > h3 {
    margin-top: 0;
}

.carousel .news-item {
    min-height: var(--carousel-height-min, 160px);
}

/*#endregion News Item */


/* Reminders */
.reminder-container {
    padding: 5px 0;
}

@media screen and (min-width: 992px) {
    .reminder-container {
        position: relative;
    }
}

.btn-reminder {
    color: #fff;
    text-shadow: -1px 1px rgba(0,0,1,0.65);
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.3);
    display: inline-flex;
    flex-flow: row nowrap;
    align-content: center;
    align-items: center;
    font-size: 13px;
    margin: 0;
}

.btn-reminder-page {
    color: rgba(255,255,255,0.2);
    text-shadow: -1px 1px rgba(0,0,1,0.65);
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.3);
    display: inline-flex;
    flex-flow: row nowrap;
    align-content: center;
    align-items: center;
    font-size: 13px;
    margin: 0;
}

.btn-reminder:hover {
    background-color: rgba(255,255,255,0.2);
}

.btn-reminder:active,
.reminder-container.open > .btn-reminder {
    background-color: rgba(0,0,0,0.2);
    border-color: rgba(0, 0, 0, 0.3);
}

.btn-reminder:active {
    background-image: none;
    background-position: unset;
    text-shadow: none;
}

.btn-reminder > .badge {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    line-height: 1.25;
    padding: 4px 8px;
}

.btn-reminder:active > .badge {
    background-color: black;
}

.reminder-dialog {
    position: absolute;
    min-width: 400px;
    border: 1px solid rgba(0,0,0,.25);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-color: white;
    z-index: 1040;
    right: 0;
}

@media screen and (max-width: 768px) {
    .reminder-dialog {
        width: 100%;
        min-width: 0px;
        /* Popper will override top and left ot fit for desktop, however, for mobile we want to override those settings*/
        top: inherit !important;
        left: 0px !important
    }
}

.reminder-menu-header {
    padding: 8px;
}

    .reminder-menu-header > .reminder-menu-title {
        display: inline-block;
        padding: 0;
        margin: 0;
        line-height: 1;
        font-size: 1em;
        color: black;
    }

.reminder-menu-toolbar {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-flow: row nowrap;
    font-size: 0.8em;
    padding: 4px 8px;
}

.reminder-menu-header,
.reminder-menu-toolbar {
    border-bottom: 1px solid #ddd;
}

    .reminder-menu-toolbar > .nav.nav-pills > li.active:focus {
        border: 2px solid #c3c3c3;
    }

.reminder-menu-body {
    overflow: hidden auto;
    color: black;
    max-height: 50rem;
}

    /* To allow to for bootstrap datepicker widget to not clip*/
    .reminder-menu-body.reminder-editing {
        overflow: visible;
    }


.reminder-card {
    padding: 4px 8px;
    font-size: 15px;
}

    .reminder-card:nth-child(even) {
        background-color: #eee;
    }

.reminder-toolbar {
    display: flex;
    flex-flow: row nowrap;
}

.reminder-header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

    .reminder-header.edit {
        display: block;
    }

    .reminder-header > label {
        line-height: normal;
        font-size: 14px;
        font-size: 1em;
        color: #555;
        margin-bottom: 0;
        display: inline-flex;
        flex-flow: row nowrap;
        align-content: center;
        align-items: center;
    }

        .reminder-header > label.completed {
            color: #3c763d
        }

            .reminder-header > label.completed:hover,
            .reminder-header > label.completed:focus {
                color: #2b542c;
            }

        .reminder-header > label > input {
            margin: 0;
        }

@supports(justify-content: space-between) {
    .reminder-toolbar {
        justify-content: space-between;
    }
}

@supports not (justify-content: space-between) {
    .reminder-toolbar > button {
        float: right !important;
    }
}

.btn-toggle {
    color: #333;
    background-color: transparent;
    border: 1px solid #ddd;
}

    .btn-toggle.btn-sm {
        padding: 6px 8px;
        font-size: 14px;
        font-size: 1em;
        line-height: 1;
    }

    .btn-toggle:hover {
        background-color: #e0e0e0;
        border-color: #adadad;
    }

    .btn-toggle:focus {
        border-color: #3c3c3c;
        outline: 2px solid #8e8e8e;
        outline-offset: -3px;
    }

.reminder-content {
    font-size: 14px;
    font-size: 1em;
}

    .reminder-content label.control-label {
        vertical-align: unset;
    }

    .reminder-content input.form-control,
    .reminder-content p.form-control-static {
        min-height: unset;
    }

    .reminder-content p.form-control-static {
        padding: 0;
    }

.reminder-textarea {
    resize: vertical;
}

.reminders-page-view {
    position: absolute;
    right: 0;
}

#clienthome-menu-accordion .panel-heading.accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: grey;
}

#clienthome-menu-accordion .panel-heading.accordion-toggle.collapsed:after {
    content: "\e080";
}

#clienthome-menu-accordion .panel-heading {
    padding: 10px;
    cursor: pointer;
    overflow: hidden;
}

#clienthome-menu-accordion .panel-title {
    float: left;
}

    #clienthome-menu-accordion .panel-title span {
        font-weight: bold;
    }

#clienthome-menu-accordion .panel-body .ClientHomeLink {
    padding: 7px 0;
}

    #clienthome-menu-accordion .panel-body .ClientHomeLink > a {
        font-weight: normal;
        text-transform: capitalize;
    }

#clienthome-menu-accordion .accordion-toggle {
    background-color: #680435;
    color: white;
}

    #clienthome-menu-accordion .accordion-toggle.collapsed {
        background-color: #bbbbbb;
        color: black;
    }

        #clienthome-menu-accordion .accordion-toggle.collapsed:hover {
            background-color: #877522;
            color: white;
        }

/* used in vue */
.required-asterisk {
    color: red;
    padding-left: 4px;
    margin-bottom: 0px;
    display: inline-block;
}

.radio-list label {
    padding-right: 10px;
    margin-bottom: 5px;
}

.radio-list > span > label {
    font-weight: normal;
}

.radio-list input[type=radio] {
    margin-right: 3px;
}

.v-check-input-label {
    line-height: normal;
    font-size: 14px;
    font-size: 1em;
    color: #555;
    margin-bottom: 0;
    display: inline-flex;
    flex-flow: row nowrap;
    align-content: center;
    align-items: center;
}

.inline-checkbox-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

    .inline-checkbox-row div:not(:first-child) {
        padding-left: 15px;
    }

.pending-task-first-callout {
    background-color: orange !important;
    color: white !important;
}

.pending-task-second-callout {
    background-color: #b00000 !important;
    color: white !important;
}

/* ==================== Chart Styles ==================== */

.chart-group {
    padding: 5px;
    padding-bottom: 25px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.chart-grid-container {
    display: grid;
    grid-template: auto / repeat(2, 1fr);
    min-height: 0;
    min-width: 0;
    grid-gap: 15px;
    padding: 1rem;
}

.dashboard-chart-row {
    margin-top: 1rem;
}

@media (max-width: 991px) {
    .dashboard-chart-row > div:first-child:not(:only-child) {
        padding-bottom: 2rem;
        margin-bottom: 2rem;
    }

    .dashboard-chart-row > div:not(:first-child) {
        margin-top: 2rem;
    }
}

.dashboard-section-gap {
    height: 100%;
}

.chart-card-bottom-margin {
    margin-bottom: 2rem;
}

.chart-card {
    display: flex;
    width: 100%;
    min-height: 100px;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    background-color: #0760A5;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    -webkit-box-shadow: 0px 8px 14px -2px rgba(0,0,0,0.64);
    box-shadow: 0px 8px 14px -2px rgba(0,0,0,0.64);
}

@media (max-width: 767px) {
    .chart-card {
        display: block;
        height: 100%;
    }
}

.chart-section-container {
    flex: 1 1 0%;
    padding-left: 2rem;
}

    .chart-section-container > p {
        margin-top: 1rem;
    }

@media (max-width: 767px) {
    .chart-section-container {
        padding: 2rem;
    }
}

.chart-card-stats {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}


    .chart-card-stats > div:not(:first-child) {
        margin-left: 5rem;
    }


.chart-section-container > h2 {
    font-weight: bold;
    margin: 0;
}

.chart-card-stat > label, p {
    margin: 0;
}

.chart-card-chart-container {
    background-color: #F8F8F8;
    padding: 2rem;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-box-shadow: 0px 8px 14px -2px rgba(0,0,0,0.64);
    box-shadow: 0px 8px 14px -2px rgba(0,0,0,0.64);
}

.chart-card-chart-list {
    display: flex;
    flex-direction: column
}

    .chart-card-chart-list > div:not(:first-child) {
        margin-top: 2rem;
    }

.chart-card-chart {
    margin-left: auto;
    margin-right: auto;
}

.chart-card-chart-footer {
    display: flex;
    flex: 1 1 0%;
    justify-content: flex-end;
    margin-top: 10px;
}

.chart-description {
    font-size: small;
}

.chart-container {
    position: relative;
    min-height: 350px;
    width: 90%;
}

.chart-wrapper {
    height: 250px;
}

@media (max-width: 1735px) {
    .chart-container {
        width: 80%;
    }
}

@media (max-width: 1600px) {
    .chart-container {
        width: 70%;
    }
}

@media (max-width: 997px) {
    .chart-container {
        width: 90%;
    }
}


.pachart {
    min-width: 750px;
    min-height: 250px;
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

@media (max-width: 1870px) {
    .pachart {
        min-width: 600px;
        min-height: 350px;
        width: 100%;
        height: 100%;
        margin-bottom: 10px;
    }
}

@media (max-width: 1552px) {
    .pachart {
        min-width: 500px;
        min-height: 350px;
        width: 100%;
        height: 100%;
        margin-bottom: 10px;
    }
}

@media (max-width: 1330px) {
    .pachart {
        min-width: 400px;
        min-height: 350px;
        width: 100%;
        height: 100%;
        margin-bottom: 10px;
    }
}

@media (max-width: 1110px) {
    .pachart {
        min-width: 300px;
        min-height: 350px;
        width: 100%;
        height: 100%;
        margin-bottom: 10px;
    }
}

@media (max-width: 450px) {
    .pachart {
        min-width: 200px;
        min-height: 350px;
        width: 100%;
        height: 100%;
        margin-bottom: 10px;
    }
}

.chart-legend-list {
    justify-content: center;
    max-height: 150px;
    overflow: auto;
    padding: 5px;
    margin-bottom: 10px;
}

.chart-legend-list-item {
    cursor: pointer;
    margin: 0px 10px;
    display: flex;
}

.chart-legend-span {
    padding-left: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

/* ==================== Chart Only Styles ==================== */
.chart-container-chart-only {
    background-color: #EDEDED;
    padding: 5px;
    border-radius: 5px;
    position: relative;
    min-height: 350px;
    -webkit-box-shadow: 0px 8px 14px -2px rgba(0,0,0,0.64);
    box-shadow: 0px 8px 14px -2px rgba(0,0,0,0.64);
}

.pachart-chart-only {
    min-width: 750px;
    min-height: 250px;
    width: 100%;
    margin-bottom: 10px;
}

@media (max-width: 1672px) {
    .pachart-chart-only {
        min-width: 600px;
        min-height: 350px;
        width: 100%;
        margin-bottom: 10px;
    }
}

@media (max-width: 1358px) {
    .pachart-chart-only {
        min-width: 450px;
        min-height: 200px;
        width: 100%;
        margin-bottom: 10px;
    }
}

@media (max-width: 1056px) {
    .pachart-chart-only {
        min-width: 300px;
        min-height: 150px;
        width: 100%;
        margin-bottom: 10px;
    }
}

/* ==================== End Chart Styles ==================== */
