﻿.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.SystemNav {
    height: 100vh;
    background-color: #003A4D;
    position: fixed;
    width: 240px;
    top: 118px;
    z-index: 2;
    max-height: calc(100vh - 118px);
    display: grid;
    grid-template-rows: 1fr auto;
}
.SystemNav .inner {
    min-height: calc(100% - 90px);
    max-height:100%;
    overflow-y:auto;
    padding-bottom:30px;
}
.SystemNav #navFooter {
    padding: 12px;
    color: #fff;
    font-size: 70%;
    background: rgba(0,0,0,.2);
}
.SystemNav #navFooter a {
    color:#fff;
}

/*.SystemNav > a:last-child, .SystemNav > div:last-child {
    margin-bottom: 58px;
}*/

.nav {
    line-height: 32px;
    display: block;
    color: White;
    /*font-family:"Century Gothic", CenturyGothic, AppleGothic, sans-serif;*/
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-size: 15px;
    padding-left: 10px;
    text-decoration: none;
}
/* admin navigation icons*/

.SystemNav a.nav {
    background-size: 22px;
    padding-left: 34px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 6px;
}

.SystemNav a.Settings {
    background-image: url("/media/settings_30_white.png");
    background-size: 20px;
}

.SystemNav a.Website {
    background-image: url("/media/Website_30_white.png");
    background-size: 16px;
    background-position-x: 9px;
}

.SystemNav a.Reports {
    background-image: url("/media/Reports_30_white.png");
    background-size: 12px;
    background-position-x: 11px;
}

.SystemNav a.Person {
    background-image: url("/media/Person_30_white.png");
    background-size: 16px;
    background-position-x: 9px;
}

.SystemNav a.Company {
    background-image: url("/media/Company_30_white.png");
    background-position-x: 7px;
}

.SystemNav a.Crops {
    background-image: url("/media/crops_30_white.png");
    background-size: 16px;
    background-position-x: 9px;
}

.SystemNav a.Seed {
    background-image: url("/media/seed_icon_white.png");
    background-size: 20px;
}

.SystemNav a.Offline {
    background-image: url("/media/no_wifi_30_white.png");
    background-size: 20px;
}

.SystemNav a.Biosecurity {
    background-image: url("/media/Biosecurity_20_white.png");
    background-size: 18px;
    background-position-x: 7px;
}

.SystemNav a.Levies, .SystemNav a.Accounts {
    background-image: url("/media/money_30_white.png");
    background-size: 12px;
    background-position-x: 10px;
}
.SystemNav a.Membership {
    background-image: url("/media/membership_30_white.png");
    background-size: 15px;
    background-position-x: 10px;
}
.SystemNav a.Emails {
    background-image: url("/media/email_30_white.png");
    background-size: 18px;
    background-position-x: 10px;
}
.SystemNav a.Bridge {
    background-image: url("/media/bridge_30_white.png");
    background-size: 14px;
    background-position-x: 10px;
}

.SystemNav a.Emissions {
    background-image: url("/media/emissions_30_white.png");
    background-size: 16px;
    background-position-x: 8px;
}

.SystemNav a.Forms {
    background-image: url("/media/forms_30_white.png");
}

.SystemNav a.Map {
    background-image: url("/media/Map_30_white.png");
    background-size: 16px;
}

.SystemNav a.Timerec {
    background-image: url("/media/Timerec_30_white.png");
    background-size: 20px;
}

.nav:hover {
    /* styling: */
    background-color: #002633; /* grey */
    color: #FB9D11; /* green */
}

    .nav:hover + div {
        /*    visibility:visible;*/
        /*    max-height:600px;*/
        /*   transition: max-height 0.3s ease-in;*/
    }

.nav_secondary_item {
    line-height: 32px;
    display: block;
    color: #9cbec9;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-size: 14px;
    padding-left: 42px;
    text-decoration: none;
}

.nav_secondary_item_disabled {
    line-height: 32px;
    display: block;
    color: #9cbec9;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-size: 15px;
    padding-left: 20px;
    text-decoration: none;
}

.nav_secondary_item .warning_icon, .nav .warning_icon {
    border-radius: 50%;
    clip-path: circle(50%);
    background-color: indianred;
    color: white;
    font-size: 10px;
    padding: 0px;
    width: 13px;
    height: 13px;
    line-height: 13px;
    text-align: center;
    vertical-align: text-top;
    display: inline-block;
}

.nav_secondary_item:hover {
    /* styling: */
    background-color: #002633; /* grey */
    color: #FB9D11; /* green */
}

.nav_secondary_container {
    /*  visibility: hidden;*/
    /*  max-height:0px;*/
    /*  transition: max-height 0.3s ease-in;*/
}

.nav_secondary_container_SHOW {
    visibility: visible;
    max-height: 1000%;
    transition: max-height 0.3s ease-in;
    background-color:rgba(0,0,0,.2)
}

.nav_secondary_container_HIDE {
    visibility: hidden;
    max-height: 0px;
    transition: max-height 0.3s ease-in;
    display: none;
}

.nav_secondary_container {
    visibility: hidden;
    max-height: 0px;
    transition: max-height 0.3s ease-in;
}

    .nav_secondary_container:hover {
        visibility: visible;
        max-height: 600px;
        transition: max-height 0.3s ease-in;
    }

.ActionList {
    width: 100%;
}

    .ActionList .header {
        background-color: #6D91BD;
        color: white;
        font-size: 11pt;
    }

    .ActionList .record td {
        border-bottom: solid 1px #eee;
        border-left: solid 1px #eee;
        border-right: solid 1px #eee;
        font-size: 10pt;
        padding: 1px 3px 1px 3px;
    }

.TableGeneral {
    width: 100%;
    border-collapse: collapse;
}

    .TableGeneral .header {
        background-color: #6D91BD;
        color: white;
        font-size: 11pt;
    }

    .TableGeneral .record td {
        border-bottom: solid 1px #eee;
        border-left: solid 1px #eee;
        border-right: solid 1px #eee;
        font-size: 10pt;
        padding: 1px 3px 1px 3px;
        /*white-space:nowrap;*/
    }

.TableList {
    width: 100%;
    border-collapse: collapse;
}

    .TableList .header td {
        background-color: #6D91BD;
        color: white;
        font-size: 11pt;
        position: sticky;
        top: 118px;
    }

    .TableList tr:not(.header):hover td {
        background-color: #FFC166;
        cursor: pointer;
    }

    .TableList .record td {
        border-bottom: solid 1px #eee;
        border-left: solid 1px #eee;
        border-right: solid 1px #eee;
        font-size: 10pt;
        padding: 1px 3px 1px 3px;
        /*white-space:nowrap;*/
    }

.popUp {
    position: fixed;
    top: 140px;
    left: 50%;
    z-index: 9002;
    /* max-height: 90%; */
    transform: translateX(-50%);
    background-color: #ffffff;
    border: solid 1px #999;
    max-width: 99vw;
}

    .popUp .header {
        cursor: move;
        background-color: #2196F3;
        color: #fff;
        padding: 6px;
    }
    /* POPUP */
    .popUp .body {
        padding: 12px;
        max-height: 500px;
        max-height: calc(100vh - 220px);
        overflow-y: auto;
    }

        .popUp .body table {
            width: 100%;
            font-family: Arial;
            font-size: 8pt;
            line-height: 160%;
        }

        .popUp .body .controls {
            padding: 12px;
            margin: 12px;
        }

.blanket {
    background-color: #999;
    opacity: 0.65;
    filter: alpha(opacity=65);
    position: fixed;
    z-index: 7;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.popUpDiv {
    position: absolute;
    top: 10%;
    left: 30%;
    background-color: #ffffff;
    border: solid 2px #999;
    z-index: 9002;
}

.blanket2 {
    background-color: #AAA;
    opacity: 0.65;
    filter: alpha(opacity=65);
    position: fixed;
    z-index: 9001;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.spinner {
    opacity: 0.65;
    filter: alpha(opacity=65);
    z-index: 9001;
    position: fixed;
    z-index: 99999;
    top: 45%;
    left: 45%;
}

    .spinner.spinner_atc {
        position: absolute;
        right: 0;
        left: auto;
        height: 60%;
        top: 15%;
    }

.system .content {
    /*font-family: "LatoMedium", Georgia;*/
    border: solid 1px #CCC;
    padding: 12px;
}

    .system .content h1 {
        color: #153D60;
        margin-top: 0px;
        margin-bottom: 6px;
    }

    .system .content h2:not(.esri-ui h2) {
        font-size: 18pt;
        line-height: 1em;
        color: #153D60;
        font-weight: normal;
        margin-top: 0px;
        margin-bottom: 6px;
    }

    .system .content h3 {
        font-size: 16pt;
        line-height: 80%;
        color: #153D60;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 8px;
    }

    .system .content h4 {
        line-height: 1.2em;
        color: #153D60;
        font-weight: normal;
        margin-top: 0px;
        margin-bottom: 6px;
    }

    .system .content h5 {
        font-size: 14pt;
        font-weight: bold;
        line-height: 1.2em;
        color: #153D60;
        background-color: #D8DCD9;
        margin-bottom: 6px;
    }

    .system .content h6 {
        font-size: 14pt;
        line-height: 1.2em;
        color: #153D60;
        font-weight: normal;
        background-color: #D8DCD9;
        margin-bottom: 6px;
    }

    .system .content img {
        padding: 1px;
        border: none;
    }

.system .FieldTable {
    border: 1px solid #005571;
}

    .system .FieldTable tr {
        /*line-height:24px;*/
    }

.system .Field_Heading {
    border-bottom: solid 1px #dddddd;
    color: #003A4D;
    font-size: 125%;
    padding-top: 8px;
    line-height: 150%;
    font-weight: bold;
}

.system .Field_Caption {
    font-size: 11pt;
}

.system .Field {
    /*color: #003A4D;
    font-size: 12pt;    
	line-height:150%;*/
}

.system .content a {
    color: #003A4D;
    text-decoration: none;
    border: none;
    font-weight: normal;
}

    .system .content a:hover {
        text-decoration: underline;
    }

.system .Tab_gotFocus {
    border-left: 1px solid #005571;
    border-top: 1px solid #005571;
    border-right: 1px solid #005571;
    border-bottom: 1px solid #FFFFFF;
    /*    border-top-left-radius: 5px;
    border-top-right-radius:5px; */
    background-color: #FFF;
    font-size: 15px;
    padding: 6px 18px;
    text-align: center;
    float: left;
    top: 1px;
    position: relative;
    margin-right: 2px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    .system .Tab_gotFocus a {
        color: black;
    }

.system .Tab_noFocus {
    border: 1px solid #005571;
    background-color: #005571;
    font-size: 15px;
    padding: 6px 18px;
    text-align: center;
    float: left;
    top: 1px;
    position: relative;
    margin-right: 2px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    .system .Tab_noFocus a {
        color: white;
    }

.system .Tab_noTab {
    background-image: url(../media/tab_notab.jpg);
    background-repeat: no-repeat;
    width: 142px;
    height: 40px;
    text-align: center;
}

.ButtonPanel {
    margin-top: 10px;
}

.pillButton-container {
    display:flex;
    flex-wrap:wrap;
    gap:4px;
    margin-bottom:4px;
}

.system .button {
    /*-moz-box-shadow:inset 0px 1px 3px 0px #91b8b3;
	-webkit-box-shadow:inset 0px 1px 3px 0px #91b8b3;
	box-shadow:inset 0px 1px 3px 0px #91b8b3;*/
    /*background: -moz-linear-gradient(top,  #B8D1E7 0%, #6D91BD 100%);*/ /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B8D1E7), color-stop(100%,#6D91BD));*/ /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top,  #B8D1E7 0%,#6D91BD 100%);*/ /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top,  #B8D1E7 0%,#6D91BD 100%);*/ /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top,  #B8D1E7 0%,#6D91BD 100%);*/ /* IE10+ */
    /*background: linear-gradient(to bottom,  #B8D1E7 0%,#6D91BD 100%)*/ /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B8D1E7d', endColorstr='#6D91BD',GradientType=0 );*/ /* IE6-9 */
    background: #005571; /* Old browsers */
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    /*border:1px solid #516EAC;*/
    display: inline-block;
    cursor: pointer;
    color: #FFF;
    font-family: arial;
    font-size: 14px;
    font-weight: normal;
    padding: 4px 14px;
    text-decoration: none;
    margin: 0 4px 2px 4px;
    white-space: nowrap;
}

.system .button.pillButton {
    border-radius: 50vw;
    color:#005571;
    background-color:rgba(0,0,0,.1);
    border:1px solid;
    font-size:70%;
    margin:0;
}
.system .button.pillButton:not(.active):hover {
    color:#fff;
}

.system .button.pillButton.active {
    background: #005571;
    color: #fff;
}

.system .button[disabled="disabled"] {
    opacity:.5;
    cursor:not-allowed;
}

.system .button_round {
    background: #005571;
    color: #fff;
    border: 0;
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    outline: 0;
    cursor: pointer;
    text-align: center;
    padding: .25em;
    line-height: 1em;
    vertical-align: middle;
    font-size: 1em;
    margin: .25em .5em;
    display: inline-block;
}

    .system .button_round:hover {
        background: #87A5C9;
        text-shadow: 0 1px #516EAC;
    }

        .system .button_round:hover:active {
            padding: .3em .25em .2em;
            text-shadow: 0 -2px #516EAC;
        }



.system input[value=Cancel] {
    background: #AAA;
}

    .system input[value=Cancel]:hover {
        background: #333;
        text-shadow: 0 1px #000;
    }

    .system input[value=Cancel]:active {
        text-shadow: 0 -1px #000;
    }

.system .button_mini a {
    border: solid 1px #7395BF !important;
}

.system .button:hover {
    /* background: -moz-linear-gradient(top,  #CBDDED 0%, #87A5C9  100%); */ /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CBDDED), color-stop(100%,#87A5C9));*/ /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top,  #CBDDED 0%,#87A5C9 100%);*/ /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top,  #CBDDED 0%,#87A5C9 100%);*/ /* Opera 11.10+ */
    /*background:-ms-linear-gradient(top,  #CBDDED 0%,#87A5C9 100%);*/ /* IE10+ */
    /*background: linear-gradient(to bottom,  #CBDDED 0%,#87A5C9 100%);*/ /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CBDDED', endColorstr='#87A5C9',GradientType=0 );*/ /* IE6-9 */
    background: #87A5C9; /* Old browsers */
    /*text-decoration:underline;*/
    text-shadow: 0 1px #516EAC;
}

.system .button:not(.button_mini):active {
    position: relative;
    padding-top: 5px;
    padding-bottom: 3px;
    text-shadow: 0 -1px #516EAC;
}

.system .button:active, .system .button:focus {
    outline: none;
}

.system .button.button_large {
    font-size: 12pt;
    line-height: 1em;
    padding: 8px 20px;
    margin: 0 0 4px;
    height: 100%;
    font-family: "LatoMedium", CenturyGothic, AppleGothic, sans-serif;
}

    .system .button.button_large:active {
        top: 0;
        bottom: 0;
        padding: 10px 20px 6px;
        text-shadow: 0 -1px #516EAC;
    }



.system .button_mini {
    /*-moz-box-shadow:inset 0px 1px 3px 0px #91b8b3;
	-webkit-box-shadow:inset 0px 1px 3px 0px #91b8b3;
	box-shadow:inset 0px 1px 3px 0px #91b8b3;*/
    /*background: -moz-linear-gradient(top,  #B8D1E7 0%, #6D91BD 100%);*/ /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B8D1E7), color-stop(100%,#6D91BD));*/ /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top,  #B8D1E7 0%,#6D91BD 100%);*/ /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top,  #B8D1E7 0%,#6D91BD 100%);*/ /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top,  #B8D1E7 0%,#6D91BD 100%);*/ /* IE10+ */
    /*background: linear-gradient(to bottom,  #B8D1E7 0%,#6D91BD 100%);*/ /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B8D1E7d', endColorstr='#6D91BD',GradientType=0 );*/ /* IE6-9 */
    background: #005571; /* Old browsers */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    display: inline-block;
    cursor: pointer;
    color: #FFF;
    font-family: arial;
    font-size: 10px;
    font-weight: normal;
    padding: 2px 9px;
    text-decoration: none;
    margin: 0 4px 2px 4px;
    /*text-shadow:0px -1px 0px #2b665e;*/
}

    .system .button_mini:hover {
        /*background: -moz-linear-gradient(top,  #CBDDED 0%, #87A5C9  100%);*/ /* FF3.6+ */
        /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CBDDED), color-stop(100%,#87A5C9));*/ /* Chrome,Safari4+ */
        /*background: -webkit-linear-gradient(top,  #CBDDED 0%,#87A5C9 100%);*/ /* Chrome10+,Safari5.1+ */
        /*background: -o-linear-gradient(top,  #CBDDED 0%,#87A5C9 100%);*/ /* Opera 11.10+ */
        /*background:-ms-linear-gradient(top,  #CBDDED 0%,#87A5C9 100%);*/ /* IE10+ */
        /*background: linear-gradient(to bottom,  #CBDDED 0%,#87A5C9 100%);*/ /* W3C */
        /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CBDDED', endColorstr='#87A5C9',GradientType=0 );*/ /* IE6-9 */
        background: #87A5C9; /* Old browsers */
        /*text-decoration:underline;*/
        text-shadow: 0 -1px #516EAC;
    }

.button_edit {
    /*-moz-box-shadow:inset 0px 1px 3px 0px #91b8b3;
	-webkit-box-shadow:inset 0px 1px 3px 0px #91b8b3;
	box-shadow:inset 0px 1px 3px 0px #91b8b3;*/
    background-image: url("/media/system/edit.gif");
    background-repeat: no-repeat;
    border: none;
    width: 16px;
    /*text-shadow:0px -1px 0px #2b665e;*/
}

.system .button_mini:active {
    position: relative;
    /*margin:2px 4px 0 4px;*/
    padding: 3px 9px 1px;
}

.system .button_mini:active, .system .button_mini:focus {
    outline: none;
}


.system .button_icon {
    border-radius: 50%;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: 0 !important;
    clip-path: circle(50%);
    cursor: pointer;
}

    .system .button_icon.warning {
        background-color: indianred;
        color: white;
        font-size: 10px;
        padding: 0px;
        width: 13px;
        height: 13px;
        line-height: 12px;
        text-align: center;
        vertical-align: top;
    }

        .system .button_icon.warning:hover {
            background-color: orangered;
        }

.system span.warning_icon {
    border-radius: 50%;
    clip-path: circle(50%);
    background-color: indianred;
    color: white;
    font-size: 11px;
    padding: 0px;
    width: 14px;
    height: 14px;
    line-height: 15px;
    text-align: center;
    vertical-align: top;
    display: inline-block;
}

.system a:not(.Tab_Active) span.warning_icon {
    background-color: #fff;
    color: red;
    text-shadow: 0 0 1px red;
}
.UDFields .lb {
    display: inline-block;
    width: 140px;
    font-size: 11pt;
}
.Dash table {
    font-size: 10pt;
    padding: 2px;
    border-collapse: collapse;
}

.Dash td {
    border-left: solid 1px #aaa;
    padding: 4px;
    font-size: 9pt;
    line-height: 120%;
}

.Dash .header {
    font-size: 10pt;
    height: 25px;
    background-color: #0d7daa;
    color: white;
    border-bottom: #aaa;
    border-top: #aaa;
}

.Dash tr:nth-child(even) {
    background-color: #eee;
}

.Projects {
}

.ProjectIndex {
    Width: 25%;
    float: left;
    background-color: #E8EBF0;
    border: solid 1px #CECECE;
    padding: 4px;
}

.Projects .company {
    color: #003A4D !important;
    font-size: 10pt;
    display: block;
    white-space: nowrap;
}

    .Projects .company .selected {
        color: #FB9D11 !important;
        font-size: 10pt;
        display: block;
        white-space: nowrap;
    }

.Projects .project {
    font-size: 10pt;
    display: block;
    padding-left: 24px;
}

.Projects input {
}

.Projects table {
    font-size: 11pt;
    padding: 2px;
}

.Projects .timelog {
    width: 96%;
}

    .Projects .timelog td {
        border-left: solid 1px #aaa;
        padding: 4px;
        font-size: 10pt;
        line-height: 120%;
    }

    .Projects .timelog .header {
        font-size: 11pt;
        height: 25px;
        background-color: #0d7daa;
        color: white;
        border-bottom: #aaa;
        border-top: #aaa;
    }

    .Projects .timelog tr:nth-child(even) {
        background-color: #eee;
    }

.Projects textarea {
    font-family: Arial;
}

.Projectdetail {
    float: left;
    width: 70%;
    background-color: #fff;
    border: solid 1px #CECECE;
    margin-left: 12px;
    padding: 6px;
}

.Projectblock {
    padding: 6px;
    margin: 4px;
    max-width: 400px;
}

.ProgressTracker {
    color: white;
    padding: 12px;
    line-height: 2em;
    float: left;
    width: 90%;
    border-radius: 4px;
    margin: 4px;
}

    .ProgressTracker .title {
        font-size: 18pt;
        font-weight: bold;
    }

    .ProgressTracker .value {
        font-size: 26pt;
        font-weight: bold;
    }

    .ProgressTracker .subtitle {
        font-size: 12pt;
    }

.BGColour2 {
    border-color: #0094a5;
    background-color: #00abbe;
}

.BGColour3 {
    border-color: #539b38;
    background-color: #5dae3f;
}

.BGColour4 {
    border-color: #d07500;
    background-color: #e98300;
}

.BGColour5 {
    border-color: #80499d;
    background-color: #8e51ae;
}

.companyName_Box {
    color: #153D60;
    font-weight: bold;
    font-size: 11pt;
}

.completionList {
    border: solid 1px #444444;
    margin: 0px;
    padding: 2px;
    background-color: #FFFFFF;
    display: block !important;
    z-index: 9999 !important;
    cursor: pointer;
    overflow-x: hidden;
    font-size: 10pt;
}

.listItem {
    color: #1C1C1C;
    padding: 2px;
}

.itemHighlighted {
    background-color: #008ec4;
    padding: 2px;
    color: #fff;
    text-shadow: 0 0 1px #0d7daa;
}

.tooltip {
    position: absolute;
    background: #fff;
    border: 1px solid #aaa;
    box-shadow: 2px 2px 8px rgba(0,0,0,.75);
    border-radius: 6px;
    padding: 6px;
    display: none;
    z-index: 999;
    top: 0;
    left: calc(100% + .5em);
}

    .tooltip td {
        padding: 2px 8px;
    }


.popOut {
    position: fixed;
    background: #fefefe;
    box-shadow:0 0 100px 15px rgba(80,80,80,.2);
}
.popOut.bottom {
    left:0;
    right:0;
    bottom:0;
}

.popOut > .header {
    font-family: "LatoBold", CenturyGothic, AppleGothic, sans-serif;
    padding: 16px 24px;
    border-bottom: 1px solid rgba(0,0,0,.06);
}
.popOut > .header.hasCloseButton {
    padding: 8px 24px;
}
.popOut > .header .closeButton {
    line-height: 1em;
    height: 1em;
    width: 1em;
    padding: 10px;
    text-align: center;
}
.popOut .body {
    padding: 24px;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    display: block;
}

.popOut .footer {
    padding: 16px 24px;
    border-top: 1px solid #ddd;
}

.mini-menu {
    position: relative
}

.mini-menu-inner, .mini-menu-inner-inner {
    display: none;
}

.mini-menu:focus-within > .btn-menu-item {
    color: #fff;
    background: #eee;
    border-color: #ccc !important;
}

.mini-menu:focus-within > .mini-menu-inner {
    display: block;
    position: absolute;
    background: #fff;
    z-index: 1;
    box-shadow: 1px 1px 3px #bbb;
}

.mini-menu:focus-within > .mini-menu-inner-inner {
    display: block;
    background: #f6f6f6;
    position: absolute;
    left: 100%;
    top: 0;
    box-shadow: 1px 1px 3px #bbb;
    overflow: hidden;
}

.mini-menu .btn-menu-toggle {
    transition: all .3s ease;
    opacity: .3;
    pointer-events: none;
}

.mini-menu .btn-menu-toggle.active {
    opacity: 1;
    pointer-events: initial;
    cursor: pointer;
}

.btn-menu-item {
    display: flex;
    justify-content: space-between;
    gap: 1em;
    background: #fff;
    outline: none;
    white-space: nowrap;
    width: 100%;
    padding: 8px 14px;
    border: 1px solid #eee !important;
    cursor: pointer;
    font-size: small;
    line-height: 1em;
    color: inherit !important;
}

    .btn-menu-item:hover {
        background: #fafafa;
    }