* {
    margin: 0;
    padding: 0;
}

html, body {
    margin: 0;
    padding: 0;
    vertical-align: top;
    /*max-height: 100%;*/
    font-family: 'Roboto', 'Arial', sans-serif;
    /*overflow-x: hidden;*/
    overflow-y: visible !important;
    /*min-height: 400px;*/
    display: block;
}

div#body, .full-height {
    height: 100%;
}

#ribbon {
    z-index: 25; /* nothing goes above the ribbon */
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    color: #383737 !important;
    font-size: 22pt;
    margin: 0;
    padding: 3px;
    min-height: 70px;
    vertical-align: middle;

    background-color: #fff;
    border-bottom: 3px solid #019ecb;
}

#ribbon .fa-cog {
    color: #383737 !important;
}

#ribbon #tasks-notification {
    color: #383737 !important;
}

#ribbon .print-icon a {
    color: #383737 !important;
}

#logged-in-name {
    font-size: 14pt;
}

#responsive-menu-button {
    display: inline-block;
    height: 100%;
    min-width: 50px;
    text-align: center;
    padding-top: 7px;
    font-size: 26pt;
}

.ribbon-left {
    z-index: 5;
    display: inline-block;
    width: 45%;
    text-align: left;
    left: 0;
    height: 60px;
    vertical-align: middle;
}
.ribbon-right {
    z-index: 5;
    display: inline-block;
    width: 50%;
    text-align: right;
    top: 10px;
    position: absolute;
    right: 210px;
    vertical-align: middle;
}
.ribbon-item {
    position: relative;
    top: 5px;
}
#ribbon #logo {
    z-index: 5;
    position: relative;
    display: inline-block;
    left: 10px;
    top: 12px;
    background-color: #0074d9;
    padding: 0;
    margin: 0;
}
#ribbon #logo img {
    max-width: 180px;
    max-height: 38px;
    display: block;
}
#ribbon .ribbon-item, .margin-left-7 {
    margin-left: 7px;
}

.margin-right-7 {
    margin-right: 7px;
}

#ribbon-warning {
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    background-color: yellow;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.large-checkbox {
    height: 30px;
    width: 30px;
}

.medium-checkbox {
    height: 20px;
    width: 20px;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-left-30 {
    margin-left: 30px;
}

.margin-left-35 {
    margin-left: 35px;
}

.margin-left-45 {
    margin-left: 45px;
}

#ribbon #search-box {
    position: relative;
    font-size: 11pt;
    /*max-width: 200px;*/
    margin: 2px 4% 2px 4%;
    max-width: 90%;
}

#font-size-slider span {
    cursor: pointer;
}
#font-smaller {
    font-size: 11pt;
}
#font-larger {
    font-size: 16pt;
}

.big-bold {
    font-size: 20pt;
    font-weight: bold;
}

.nav-background {
    background-color: #383737;
}

.fake-btn-default {
    background-color: #b0b0b0;
    color: white;
    font-weight: bold;
    cursor: not-allowed;
    padding: 5px 10px;
}

#nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 175px;
    padding-top: 65px;
    display: inline-block;
    height: 825px;
    vertical-align: top;
    z-index: 23; /* Higher than 20 for disabled feature but lower than 25 for ribbon */
}

#nav-continue {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    width: 175px;
    background-color: #383737;
}

span#feedback {
    border-top: solid 1px white;
    width: 175px;
    color: white !important;
    font-size: 14pt;
    position: fixed;
    bottom: 0;
    padding: 5px 40px 5px 40px;
    z-index: 99 !important;
    background: #383737;
}

span#feedback:hover {
    cursor: pointer;
}

#feedback-form {
    position: fixed;
    bottom: 0;
    left: 175px;
    width: 400px;
    height: 300px;
    border: solid 1px #272727;
    background: white;
    text-align: right;
    z-index: 9999 !important;
}

#feedback-form textarea {
    margin: 5px;
    width: 388px;
    height: 240px;
    padding: 3px;
}

.select2-container .select2-choice {
    border-color: #d5d5d5;
    background-image: none !important;
    height: 2em !important;
    padding: 4px !important;
    display: inline-table;
    width: 100%;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.nav_tab {
    cursor: pointer;
}

a#nav-top {
    border-bottom: solid 2px #2F2F2F;
    width: 175px;
    color: white !important;
    font-size: 12pt;
    font-weight: bold;
    position: fixed;
    top: 70px;
    background: #383737;
    padding: 17px 15px 15px 15px;
    list-style-type: none;
    margin-top: 3px; /* 1px for Chrome, 3px for Firefox, better to err on big size */
    text-decoration: none;
    z-index: 2;
}

#top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -999;
}

#nav ul.main-nav {
    padding: 3px 0 37px 0;
    list-style-type: none;
    font-size: 14pt;
    margin-top: 3px; /* 1px for Chrome, 3px for Firefox, better to err on big size */
    z-index: 9999 !important;
    background-color: #383737;
}
#nav ul li {
    padding: 15px 15px 13px 15px;
}
/*
#nav ul.main-nav li.parent-menu:hover {
    background-color: #FFF;
    color: #383737;
}
#nav ul a {
    text-decoration: none;
}*/
#nav ul i {
    margin: auto 10px auto 0;
}

.underline {
    text-decoration: underline;
}

td.underline {
    text-decoration: none;
    border-bottom: solid 1px black;
}

.artusmode_suggest_address, .artusmode_suggest_sms_group {
    cursor: pointer;
    padding: 5px;
    border-bottom: solid 1px #cecece;
    overflow-x: hidden;
}

.artusmode_suggest_address:hover, .artusmode_suggest_sms_group:hover {
    background-color: #dfdfdf;
}

.artusmode_autocomplete_results, .artusmode_sms_group_results {
    z-index: 5;
    background-color: white;
    white-space: nowrap;
    border: solid 1px #cecece;
    color: black;
    text-align: left;
}

/*
#nav ul .active-menu {
    background: #fff;
    color: #484747;
    border-left: 3px solid;
}

#nav ul.main-nav:hover .active-menu {
    background: #464646;
    color: #FFF;
}*/

.no-underline, .no-underline:hover {
    text-decoration: none;
}

.color-theme, .color-theme a {
    color: #0074d9;
    text-decoration: none;
}

#content {
    /*display: inline-block;
    position: relative;
    margin: 53px 5px 5px 5px;
    left: 130px;*/
    margin: 100px 40px 60px 40px;
    /*padding: 0 30px 30px 175px;*/
    padding: 0 5px 30px 175px;
}

table.dataTable {
    width: 100% !important;
}

#mobile-header {
    display: none;
}

/*
.parent-menu {
    color: #fff;
    font-size: .8em;
    font-weight: bold;    
    box-shadow: 0 2px 0 #2F2F2F;
    margin-top: -2px;
    cursor: default;
}

.navsub-menu li strong {
    color: #545454;
    font-size: 14pt;
    font-weight: bold;
}

ul.navsub-menu {
    display: none;
    position: fixed;
    z-index: 9999 !important;
    list-style-type: none;
    top: 0;
    left: 175px;
    background-color: #FFF;
    width: 200px;
    padding: 63px 0px 15px;
    height: 100%;
    overflow-y: scroll;
    cursor: default;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 0 1px;
}

ul.navsub-menu {
    display: none;
    position: absolute;
    z-index: 9999 !important;
    list-style-type: none;
    top: 0;
    left: 175px;
    background-color: #FFF;
    width: 200px;
    min-height: 120%;
    overflow-y: hidden;
    cursor: default;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 0 1px;
}

ul.navsub-menu li {
    padding-top: 10px;
    font-size: 12pt;
    line-height: 1.1em;
    color: #777;
    border-bottom: solid 1px #ddd;
    cursor: pointer;
    z-index: 9999 !important;
}
ul.navsub-menu li strong {
    color: #777;
}
ul.navsub-menu li:hover {
    color: #383737;
    background-color: #fff;
}
ul.navsub-menu li:hover strong {
    color: #383737;
}

ul.navsub-menu p {
    margin-top: 10px;
    font-size: 13px;
    font-weight: normal;
}
*/

.voicemails-count {
    border: solid 2px black;
    border-radius: 50%;
    height: 25px !important;
    min-width: 25px !important;
    display: inline-block;
    text-align: center;
}

.shift-up-5 {
    margin: -5px 0 5px 0 !important;
}

.shift-up-7 {
    margin: -7px 0 7px 0 !important;
}

.shift-up-10 {
    margin: -10px 0 10px 0 !important;
}

.dark {
    background-color: white;
    filter:alpha(opacity=50); /* IE */
    opacity: 0.5; /* Safari, Opera */
    -moz-opacity:0.50; /* FireFox */
    z-index: 20;
    height: 100%;
    width: 100%;
    background-repeat:no-repeat;
    background-position:center;
    position:absolute;
    top: 0px;
    left: 0px;
}

#price_adjustments-form ul, #questions-form ul, #zones-form ul {
    list-style: none;
}

#price_adjustments-form li, #questions-form li, #zones-form li {
    display: inline-block;
}

.green-background {
    background: #a1eda6 !important;
}

.yellow-background {
    background: #fffc63 !important;
    font-weight: bold;
}

.red-background {
    background: red !important;
    color: white !important;
    font-weight: bold;
}

.clickable, .clickable-row {
    cursor: pointer;
}

.auto-width {
    width: auto !important;
}

.block {
    display: block;
}

.inline-force {
    display: inline-block !important;
}

.inline {
    display: inline-block;
}

.plain-inline {
    display: inline;
}

select.auto-width {
    width: auto !important;
}

.img-small {
    max-width: 200px;
}

.inbound-endpoint, .outbound-endpoint {
    border-bottom: solid 3px #106DBE;
    text-align: center;
}

.width-750 {
    width: 750px !important;
}

.width-730 {
    width: 730px !important;
}

.width-400 {
    width: 400px !important;
}

.width-300 {
    width: 300px !important;
}

.width-200 {
    width: 200px !important;
}

.width-150 {
    width: 150px !important;
}

.width-100 {
    width: 100px !important;
}

.width-70 {
    width: 70px !important;
}

.width-50 {
    width: 50px !important;
}

.width-35 {
    width: 35px !important;
}

.width-25 {
    width: 25px !important;
}

.ui-tooltip {
    max-width: 600px;
}

.big-number, .big-text {
    font-size: 24pt !important;
}

.fixed-width {
    font-family: "Courier New", Courier, monospace;
}

.subtitle {
    color: #646464 !important;
}

.light-highlight {
    vertical-align: middle;
    border: 2px solid #EAE7E3;
    min-width: 150px;
    padding: 10px;
    margin: 5px;
    text-align: center;
}

.light-highlight.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.pale-highlight {
    vertical-align: middle;
    display: inline-block;
    margin: 0 10px 10px 10px;
    padding: 10px;
    background-color: #f8f8f8;
    border-radius: 10px;
}

#refresh-timer {
    position: absolute;
    left: 60px;
}

.job {
    margin: 10px 0;
    padding: 10px;
    background-color: #f8f8f8;
    border: solid 1px #272727;
    border-radius: 10px;
}

.height-330 {
    height: 330px !important;
}

.height-530 {
    height: 530px !important;
}

.height-600 {
    height: 600px !important;
}

.height-740 {
    height: 740px !important;
}

.job h2 {
    color: #272727;
    font-size: 18pt;
}

.job h3 {
    font-size: 14pt;
    color: #484648;
}

.text-left {
    text-align: left;
}

.min-30 {
    min-width: 30px;
}

.min-50 {
    min-width: 50px;
}

.max-50 {
    max-width: 50px;
}

.max-500 {
    max-width: 500px;
}

.max-250 {
    max-width: 250px;
}

.max-200 {
    max-width: 200px;
}

.max-150 {
    max-width: 150px;
}

.max-100 {
    max-width: 100px;
}

.max-20h {
    max-height: 20px;
}

.max-50h {
    max-height: 50px;
}

.max-75h {
    max-height: 75px;
}

.max-100h {
    max-height: 100px;
}

.max-120h {
    max-height: 120px;
}

.max-500h {
    max-height: 500px;
}

.max-300h {
    max-height: 300px;
}

.max-200h {
    max-height: 200px;
}

.max-150h {
    max-height: 150px;
}

.min-30h {
    min-height: 30px;
}

.min-50h {
    min-height: 50px;
}

.min-75h {
    min-height: 75px;
}

.min-100h {
    min-height: 100px;
}

.min-150h {
    min-height: 100px;
}

.min-200h {
    min-height: 200px;
}

.min-300h {
    min-height: 300px;
}

.min-400h {
    min-height: 400px;
}

.min-500h {
    min-height: 500px;
}

.max-120 {
    max-width: 120px;
}

.max-10p {
    max-width: 10%;
}

.max-11p {
    max-width: 11%;
}

.max-12p {
    max-width: 12%;
}

.max-25p {
    max-width: 25%;
}

.max-35p {
    max-width: 35%;
}

.min-100 {
    min-width: 100px;
}

.min-200 {
    min-width: 200px;
}

.min-300 {
    min-width: 300px;
}

.min-400 {
    min-width: 400px;
}

.min-500 {
    min-width: 500px;
}

.height-20 {
    height: 20px;
}

#cc_form {
    padding: 10px;
    width: 200px;
    border: solid 1px black;
    border-radius: 6px;
    background: #10BEBD;
}

#cc_num {
    margin: 5px;
    font-weight: bold;
}

#cc_type, #cc_exp {
    margin: 5px;
    display: inline-block;
}

.border-red {
    border: solid 1px red !important;
    margin: 2px;
}

.border {
    border: solid 1px black;
}

table.border {
    border: solid 1px black;
    border-collapse: collapse;
}
table.border td {
    padding: 3px;
    border: solid 1px black;
    border-collapse: collapse;
}

.accordion {
    padding-left: 0;
    border-radius: 0;
}

.accordion .ui-accordion-header-icon {
    display: none;
}

.accordion_sub {
    display: inline-block;
    padding: 10px;
    margin: 2px;
    font-size: 14pt;
    border: solid 1px #4f4d4f;
    text-decoration: none;
    color: black;
    text-align: center;
}

.required {
    color: red;
    padding-left: 2px;
    /*font-size: 14pt;*/
}

input.required {
    color: black;
}

.req-note:after {
    color: red;
    padding-left: 2px;
    content: "required";
    font-size: 9pt;
    font-weight: bold;
}

.one-req-note:after {
    color: red;
    padding-left: 2px;
    content: "one required";
    font-size: 9pt;
    font-weight: bold;
}

.green {
    color: green !important;
}

.red {
    color: red !important;
}

.blue {
    color: blue !important;
}

.black {
    color: black !important;
}

.orange {
    color: orange !important;
}

.yellow {
    color: yellow !important;
}

.green-border {
    border: solid 3px green !important;
}

.red-border {
    border: solid 3px red !important;
}

.blue-border {
    border: solid 3px blue !important;
}

.black-border {
    border: solid 3px black !important;
}

.orange-border {
    border: solid 3px orangered !important;
}

.yellow-border {
    border: solid 3px yellow !important;
}

.grey, .gray, .grey a, .gray a {
    color: #808080 !important;
}

#processing {
    position: fixed;
    left: 48%;
    top: 40%;
}

.work_order_parts-form {
    width: 100%;
}

i.stars {
    font-size: 14pt;
    -webkit-text-stroke: 1px #363436;
    padding: 1px;
}

.complete-icon {
    display: inline-block;
    font-size: 18pt;
    padding: 2px;
    height: 32px;
}

h2 {
    font-size: 16pt;
    color: #646464;
    margin: 2px 2px 20px 2px;
}

.delete-icon {
    font-size: 16pt;
    color: #AB0E00;
    cursor: pointer;
}

.action {
    display: inline-block;
    border-radius: 6px;
    background-color: #EEECE9;
    padding: 7px;
    margin: 3px;
    font-weight: bold;
}
.action:hover {
    background-color: #E6E3E0;
    text-decoration: none;
}

.highlight-color {
    color: #ef4423;
}

input[type=submit] {
    margin: 20px 0;
}

input[type=color], .pad-0 {
    padding: 0 !important;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 2px !important;
}

.table {
    display: table;
}
.tr {
    display: table-row;
}
.td {
    display: table-cell;
}

table.sortable th {
    cursor: pointer;
}

table.table-striped>tbody>tr:nth-child(odd)>td, table.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #EAE7E3;
}

tr.danger>td {
    background-color: #f2dede !important;
}

ul.checkbox-list {
    list-style-type: none;
    padding-left: 10px;
}
ul.checkbox-list input[type=checkbox] {
    margin-right: 3px;
}

.padding-right-5 {
    padding-right: 5px !important;
}

.search-field {
    float: right;
    display: inline-block;
    margin-top: 10px;
}

.search-field-icon {
    display: none;
    cursor: pointer;
}

#search-results {
    z-index: 5;
    display: none;
    position: fixed;
    top: 68px;
    right: 0;
    width: 300px;
    max-height: 560px; /* 70px per result */
    overflow-y: hidden;
    border-left: solid 1px #0074d9;
}

#search-results a {
    color: #363436;
    text-decoration: none;
}

.search-result {
    padding: 0 10px;
    border-bottom: solid 1px #0074d9;
    background-color: white;
    height: 70px;
    width: 100%;
    display: block;
    overflow-y: hidden;
}
.search-result:hover, .pale-hover:hover {
    background-color: #e9e9e9;
}

input.state {
    border: solid 3px transparent;
    width: 45%;
    height: 60px;
}

input.chosen {
    border: solid 3px #0074d9;
}

#action_forms {
    margin: 10px;
}

.div-pad div {
    margin: 3px;
}

.margin-10 {
    margin: 10px !important;
}

.margin-5 {
    margin: 5px !important;
}

.margin-5-0 {
    margin: 5px 0 !important;
}

.margin-3 {
    margin: 3px !important;
}

.height-50 {
    height: 50px;
}

.form-group {
    margin-bottom: 5px;
}

.z-1 {
    z-index: 1;
}

.z-99 {
    z-index: 99;
}

.z-9 {
    z-index: 9;
}

.z-3 {
    z-index: 3;
}

.no-wrap {
    white-space: nowrap;
}

.width-content {
    width: min-content;
}

#settings-options {
    z-index: 9;
    display: none;
    position: fixed;
    top: 68px;
    right: 0;
    width: 300px;
    padding: 10px;
    overflow-y: hidden;
    background-color: white;
    border-left: solid 1px #0074d9;
    border-bottom: solid 1px #0074d9;
}

.no-match:hover, .bg-white {
    background-color: white !important;
}

.search-match-data, .bold {
    font-weight: bold;
}

.search-description {
    color: #363436;
}

.text-center {
    text-align: center;
}

.full-width {
    width: 100% !important;
}

.max-24p {
    width: 24% !important;
}

.max-25p {
    width: 25% !important;
}

.max-48p {
    width: 48% !important;
}

.max-49p {
    width: 49% !important;
}

.max-50p {
    width: 50% !important;
}

.max-75p {
    width: 75% !important;
}

.max-85p {
    width: 85% !important;
}

.max-98p {
    width: 98% !important;
}

.pad-right {
    padding-right: 12px;
}

.square {
    border-radius: 0 !important;
}

hr {
    width: 100% !important;
}

.pricing_factor {
    border: solid 1px grey;
    border-radius: 6px;
    padding: 3px;
    margin: 3px;
}

.narrow-vert {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.qr {
    font-size: 12pt;
    vertical-align: middle;
    padding-left: 7px;
    cursor: pointer;
}

.triggers-form {
    min-width: 600px;
}

input.toggle-trigger {
    vertical-align: middle;
    width: 30px;
}

.notification {
    border: 1px solid;
    margin: 10px 0;
    padding: 5px 10px;
    font-size: 14pt;
    vertical-align: middle;
}
.notification li {
    margin-left: 25px;
}
div.debug {
    color: #363436;
    background-color: #9b999b;
}
div.debug:before {
    vertical-align: middle;
    -webkit-text-stroke: 1px black;
    padding: 10px;
    font-size: 20pt;
    content: "\f188";
    font-family: FontAwesome;
}
div.info {
    color: #00529B;
    background-color: #BDE5F8;
}
div.info:before {
    vertical-align: middle;
    -webkit-text-stroke: 1px black;
    padding: 10px;
    font-size: 20pt;
    content: "\f05a";
    font-family: FontAwesome;
}
div.success /*, label.yes*/ {
    color: #4F8A10;
    background-color: #DFF2BF;
}
div.success:before /*, label.yes:before*/ {
    vertical-align: middle;
    -webkit-text-stroke: 1px black;
    padding-right: 10px;
    font-size: 20pt;
    content: "\f058";
    font-family: FontAwesome;
}
div.warning {
    color: #9F6000;
    background-color: #FEEFB3;
}
div.warning:before {
    vertical-align: middle;
    -webkit-text-stroke: 1px black;
    padding-right: 10px;
    font-size: 20pt;
    content: "\f06a";
    font-family: FontAwesome;
}
div.error /*, label.no*/ {
    color: #D8000C;
    background-color: #FFBABA;
}
div.error:before /*, label.no:before*/ {
    vertical-align: middle;
    -webkit-text-stroke: 1px black;
    padding-right: 10px;
    font-size: 20pt;
    content: "\f057";
    font-family: FontAwesome;
}

.status-bar {
    vertical-align: bottom;
    display: inline-block;
    min-width: 300px;
    border: solid 1px black;
    padding: 1px;
    position: relative;
    border-radius: 10px;
}

.percent-complete {
    height: 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.status-bar-full {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.new-cat-only {
    display: none;
}

.ui-widget-content ol {
    padding-left: 30px;
}

form .row {
    margin-bottom: 30px;
    padding: 0 0 30px;
    border-bottom: 2px solid #EAE7E3;
}

form .plain-row {
    margin-bottom: 12px;
    padding: 0 0 30px;
}

.form-group select{
    width: 100%;
}

.select2-choices, .border-6 {
    border-radius: 6px;
}

.select2-search-choice {
    margin-top: 5px !important;
}

.light-highlight select{
    width: auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

.form-control {
    /* border-radius: 0; */
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
}

.search-field input,
.form-group input[type=text],
.form-group input[type=password],
.form-group input[type=number],
.form-group input[type=date],
.form-group select,
select.soft,
.form-group textarea {
    border: 2px solid #EAE7E3;
    margin-bottom: 5px;
}

/*.form-group input[type=checkbox] {
    height: 22px;
}*/

form input[type="submit"],
.btn-default {
    padding: 7px 10px;
    background: #019ecb;
    border: 0;
    /*border-radius: 0;*/
    color: #fff !important;
    font-weight: bold;
    text-shadow: none;
}

form input[type="submit"]:hover,
.btn-default:hover {
    opacity: 0.9;
    color: #fff !important;
}

.ajax-option {
    background: #dddbdd;
    padding: 3px;
    margin: 2px;
    width: auto;
    border-radius: 6px;
    cursor: pointer;
}
.ajax-option:before {
    content: "\f077";
    font-family: FontAwesome;
    padding: 0 7px;
}

.big-btn {
    font-size: 16pt;
    margin: 10px;
    padding: 10px;
}

.text-large {
    font-size: 22pt;
}

.text-xl {
    font-size: 26pt !important;
}

.text-1em {
    font-size: 1em;
}

.text-12em {
    font-size: 1.2em;
}

.text-05em {
    font-size: 0.5em;
}

.text-08em {
    font-size: 0.5em;
}

.text-2em {
    font-size: 2em;
}

.form-group textarea {
    min-height: 100px;
}

.multiple-form, .margin-vert-10 {
    margin: 10px 0;
}

.multiple-form input[type=text] {
    width: 60%;
}

.multiple-form select {
    width: 30%;
}

#right-box {
    display: none;
    min-height: 400px;
    width: 200px;
    position: fixed;
    top: 100px;
    right: -205px;
    border: solid 1px black;
}

#sidr-main {
    display: none;
}

img.row-thumbnail {
    max-width: 100px;
    max-height: 100px;
}

.vert-top {
    vertical-align: top;
}


.text-bottom {
    vertical-align: text-bottom;
}

.pad-vert {
    padding: 10px 0;
}

.sm-pad {
    padding: 2px;
}

.task-notification-link {
    top: 0px !important;
}

.number-circle {
    display: inline-block;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding: 1px 3px 8px 3px;
    border: 4px solid #383737;
    color: #383737;
    text-align: center;
    font: 12px Arial, sans-serif;
    font-weight: bold !important;
}

/*#right-menu-trigger {
    z-index: 9;
    width: 250px;
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: #0074d9;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    border: solid 1px #858285;
    cursor: pointer;
}*/

#right-menu-trigger {
    color: #0074d9;
    cursor: pointer;
    float: right;
    padding: 0 5px;
    display: inline-block;
}

#right-menu {
    width: 350px;
    height: 101%;
    position: fixed;
    top: 0;
    padding: 60px 8px 5px 8px;
    overflow: hidden;
    right: -270px;
    border-left: solid 3px #858285;
    background: white;
    z-index: 3;
}

#right-menu h1 {
    font-size: 16pt;
    font-weight: bold;
    margin: -5px -5px 8px -5px;
    padding: 3px 15px 3px 15px;
}

#right-menu textarea {
    max-width: 200px !important;
}

#pop-menu {
    position: fixed;
    top: -200px;
    width: 100%;
    margin: -5px;
    padding: 5px;
    overflow: hidden;
    border-bottom: solid 1px #858285;
}

#subscription-feed {
    position: fixed;
    top: 80px
}

#toc {
    top: 53px;
    right: 0px;
    position: fixed;
    background: #333;
    box-shadow: inset -5px 0 5px 0px #000;
    width: 150px;
    padding-top: 20px;
    color: #fff;
    z-index: 5 !important;
}

#toc ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#toc li {
    padding: 5px 10px;
}

#toc a {
    color: #fff;
    text-decoration: none;
    display: block;
}

#toc .toc-h2 {
    padding-left: 10px;
}

#toc .toc-h3 {
    padding-left: 20px;
}

#toc .toc-active {
    background: #336699;
    box-shadow: inset -5px 0px 10px -5px #000;
}

.pad-0 {
    padding: 0;
}

#iframe-url {
    border: solid 1px black;
    margin: 5px;
    padding: 3px;
    display: none;
    text-align: center;
}

h3:target {
    animation: highlight 3s ease;
}

@keyframes highlight {
    from { background: #0074d9; }
    to { background: white; }
}

.sig {
    display: inline-block;
}

.sigNav {
    vertical-align: top;
    padding: 0;
    list-style-type: none;
    display: inline-block;
}

.pad {
    border: solid 1px #363436;
    cursor: crosshair;
}

div#timeline div, #map-canvas {
    height: auto;
    overflow-y: auto;
}

.overflow-initial, .ui-accordion-content {
    overflow: initial;
}

.vertical-scroll {
    overflow-y: scroll;
}

.timeline-container {
    width: 100%;
    padding-left: 175px;
    padding-top: 100px;
    /*padding-right: 250px;*/
    z-index: 0 !important;
}

.timeline-container #not-timeline, .pad-10 {
    padding: 10px;
}

.pad-left-5 {
    padding-left: 5px;
}

.pad-left {
    padding-left: 10px;
}

.pad-left-50 {
    padding-left: 50px !important;
}

.pad-right-20 {
    padding-right: 20px;
}

.pad-right {
    padding-right: 10px;
}

.pad-5 {
    padding: 5px;
}

#actions {
    margin-top: 70px;
}

#actions-form {
    min-width: 600px;
}

.ui-dialog.success-dialog .ui-widget-header {
    background-color: #e87979;
}

.m_action {
    display: block;
    text-align: center;
    width: 90%;
    margin: 10px 4% 10px 4%;
    background: #dddbdd;
    cursor: pointer;
    padding: 20px 8px;
    font-size: 18pt;
    border-radius: 6px;
    vertical-align: middle;
    border: solid 2px black;
    height: 110px;
}

.m_action:hover, .grey-bg {
    background: grey;
}

.light-grey-bg {
    background: #dbdbdb;
}

.m_action_complete {
    text-align: center;
    width: 90%;
    margin: 10px 4% 10px 4%;
    background: #DFF2BF;
    padding: 8px;
    font-size: 18pt;
    border-radius: 6px;
    color: #4F8A10;
    border: solid 2px #4F8A10;
    overflow: hidden;
}

.m_action_complete:before {
    vertical-align: middle;
    -webkit-text-stroke: 1px black;
    padding-right: 10px;
    font-size: 20pt;
    content: "\f058";
    font-family: FontAwesome;
}

a.m_action {
    background: #019ecb;
    color: white;
}

a.m_action:hover, .no_underline {
    text-decoration: none;
}

#login-form, #reset-password-form {
    position: relative;
    left: 30%;
    /*right: 40%;*/
    text-align: left;
    width: 400px;
    top: 70px;
}

.relative {
    position: relative;
}

.left-20p {
    left: 20% !important;
}

.margin-top-7 {
    margin-top: 7px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.width-middle {
    text-align: center;
}

.height-middle, .vert-middle {
    vertical-align: middle;
}

#rules-form {
    display: inline-block;
    vertical-align: top;
    margin: 10px;
}

#rules-basics {
    display: block;
}

#action_forms {
    vertical-align: top;
    display: inline-block;
}

tr.new-voicemail td {
    background-color: #FFFD8B !important;
    border-bottom: solid 1px grey;
}

.stage-header {
    display: block;
    color: #6C696C;
    font-size: 10pt;
    padding-bottom: 5px;
    vertical-align: top;
}

#variable_lists {
    margin: 10px 10px 10px 20px;
    display: inline-block;
    vertical-align: top;
}

#variable_lists li {
    cursor: pointer;
}
#variable_lists li span:hover, .bg-grey, .bg-gray {
    background-color: #dddbdd;
}

.variable {
    font-weight: bold;
    margin: 0 5px;
}

#or-column {
    display: inline-block;
    vertical-align: middle;
    margin-top: 50px;
    width: 100px;
    font-size: 20pt;
}

#social-logins, #email-logins {
    width: 40%;
    display: inline-block;
    vertical-align: top;
}

#social-logins div, #email-logins div {
    margin: 5px;
}

.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
    border-color: #272727;
}

.border-color-dark {
    border-color: #333333;
}

input[type=text], input[type=date], input[type=password], input[type=submit], input[type=number],
select, button, a.btn, .notification, div.light-highlight, .button {
    border-radius: 6px;
}

.black-font {
    color: black !important;
}

.grey-border {
    border: solid 1px grey;
    padding: 2px;
    border-radius: 6px;
}

.driver-info {
    margin: 5px;
    padding: 5px;
    border: solid 1px #9b999b;
    border-radius: 6px;
    vertical-align: top;
    display: inline-block;
}
.driver-info label {
    padding-left: 3px;
    padding-right: 1px;
    margin-bottom: 0;
}

.driver-info .indent {
    padding-left: 20px;
}

.meta-question {
    color: red;
    border: solid 1px red;
    padding: 3px;
    margin: 3px;
}

#upgrade-suggest {
    font-size: 24pt;
    opacity: 0.50;
    left: auto;
    right: auto;
    height: 400px;
    line-height: 400px;
    text-align: center;
    vertical-align: middle;
}

#questions-form input {
    max-width: 300px;
}

th.solid-left, td.solid-left {
    border-left: solid 1px black;
}

span.header-light {
    display: block;
    width: 100%;
    font-size: 10pt;
    color: #6c696c;
    border-bottom: solid 1px #dddbdd;
}

.font-18 {
    font-size: 18pt;
}

.font-16 {
    font-size: 16pt;
}

.font-14 {
    font-size: 14pt;
}

.font-12 {
    font-size: 12pt;
}

.font-10 {
    font-size: 10pt;
}

.font-8 {
    font-size: 8pt;
}

.font-6 {
    font-size: 6pt;
}

.target_focused {
    border: dotted 2px red !important;
}

hr.light {
    height: 1px;
    background: #dddbdd;
}

hr.thick {
    height: 2px;
    background: #272727;
}

/* Star Rating System from here: http://www.danielkeithjones.com/Articles/Web_Development/Pure_CSS_5_Star_Rating_System_with_Radios/ */
.hide {
    display: none;
}

a.top {
    margin-left: 5px;
    font-size: 10pt;
}

.rating input {
    position: absolute;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    cursor: pointer;
    display: inline-block !important;
    /*width: 112px;
    height: 110px;*/
    width: 56px;
    height: 45px;
}

.rating span {
    /*width: 24px;
    height: 16px;
    line-height: 16px;
    /*padding: 1px 22px 1px 0; /* 1px FireFox fix **
    background: url('../img/stars.png') no-repeat -22px 0;*
    line-height: 120px;
    padding: 47px 145px 46px 0; /* 1px FireFox fix **
    background: url('../img/lg-stars.png') no-repeat -145px 0;*/
    line-height: 48px;
    padding: 19px 58px 19px 0; /* 1px FireFox fix */
    background: url('../img/md-stars.png') no-repeat -58px 0;
}

/* Change span immediately following the checked radio */
.rating input:checked + span {
    /*background-position: -22px 0;**
    background-position: -145px 0;*/
    background-position: -58px 0;
}

/* Reset all remaining stars back to default background.
   This supersedes the above due to its ordering. */

.rating input:checked + span ~ span {
    background-position: 0 0;
}

.star-grey:before {
    content: "\f000";
    font-family: FontAwesome;
    color: grey;
}

.star-yellow:before {
    content: "\f000";
    font-family: FontAwesome;
    color: #ffe43e;
}

/* calendar */
table.calendar {
    border-left: solid 1px #999;
    border-radius: 6px;
}

td.calendar-day	{
    min-height: 80px;
    font-size: 11px;
    position: relative;
}

tr.calendar-row {
    height: 70px !important;
}

* html div.calendar-day {
    height: 80px;
}
td.calendar-day:hover {
    background: #eceff5;
}

td.calendar-day-np {
    background: #eee;
    min-height: 80px;
}

* html div.calendar-day-np {
    height:80px;
}

.no-border {
    border: none;
}

td.calendar-day input {
    font-size: 24pt !important;
    max-width: 100px;
    border: none;
    text-align: right;
}

td.calendar-day-head {
    background: #ccc;
    font-weight: bold;
    text-align: center;
    width: 120px;
    padding: 5px;
    border-bottom: solid 1px #999;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
}

div.day-number {
    background: #999;
    padding: 0;
    color: #fff;
    font-weight: bold;
    float: right;
    margin: -17px -5px 0 0;
    width: 20px;
    text-align: center;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;

}
/* shared */
td.calendar-day, td.calendar-day-np {
    width: 120px;
    padding: 5px;
    border-bottom: solid 1px #999;
    border-right: solid 1px #999;
}

table.dot-chart tr {
    display: table-row;
    min-height: 30px;
}

tr.border-top {
    border-top: solid 1px black;
}

hr.grey {
    border-top: solid 1px grey;
}

.border-bottom {
    border-bottom: solid 1px black;
}

.border-bottom-grey {
    border-bottom: solid 1px #b2afb2;
}


.border-top-grey {
    border-top: solid 1px #b2afb2;
}

td.fixed-size {
    width: 12px;
    height: 30px;
}

td.red-border-bottom, th.red-border-bottom {
    border-bottom: solid 3px red;
}

td.red-border-top, th.red-border-top {
    border-top: solid 3px red;
}

td.border-left, th.border-left {
    border-left: solid 1px black;
}

td.border-right, th.border-right {
    border-right: solid 1px black;
}

.sharp-corners-right {
    border-radius: 6px 0 0 6px !important;
}

.sharp-corners-left {
    border-radius: 0 6px 6px 0 !important;
}

.sharp-corners {
    border-radius: 0 !important;
}

.pad-small {
    padding: 3px;
}

.mobile-show, .mobile-show-inline {
    display: none;
}

.pad-top-15 {
    padding-top: 15px;
}

.pad-top-10 {
    padding-top: 10px;
}

.pad-top-5 {
    padding-top: 5px;
}

.pad-bottom-3 {
    padding-bottom: 3px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-3 {
    margin-top: 3px;
}

.margin-vert-only-2 {
    margin: 2px 0;
}

.margin-0 {
    margin: 0 !important;
}

.border-0 {
    border: 0 !important;
}

.padding-0 {
    padding: 0 !important;
}

.print-show {
    display: none;
}

.bottom-45 {
    margin-bottom: 45px;
}

.number-circle {
    padding: 2px 0;
}

.vertical-text {
    /*
    writing-mode: vertical-rl;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform:rotate(-90deg);
    transform: rotate(-90deg);
    white-space: nowrap;
    display: block;
    bottom: 0;
    width: 20px;
    height: 20px;
    */
}

.show-mobile {
    display: none;
}

.min-ribbon {
    text-align: center;
    border-bottom: solid 3px #999999 !important;
}

#nav ul {
    opacity: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    background-color: #383737;
    color: white;
}
#nav li:hover {
    background: white;
    color: black;
}
#nav > ul { /* only display direct ul child of .entity */
    opacity: 1;
}
#nav li {
    background-color: #383737;
    border-bottom: solid 2px #2F2F2F;
    display: inline-block;
    position: relative;
    padding: 10px;
    width: 100%;
    height: 100%;
    color: white;
    font-size: 11pt;
    font-weight: bold;
}
#nav li:hover {
    color: black;
}
#nav li  ul {
    position: absolute;
    background: black;
    top: 0;
    left: 175px;
    max-height: 0;
}
#nav ul li  ul {
    display: none;
}
#nav ul li:hover  ul {
    display: block;
    opacity: 1;
    max-height: 1000px;
}
#nav li li li {
    display: none;
    opacity: 0;
    max-height: 1000px;
}
#nav li li:hover li {
    display: block;
    opacity: 1;
    max-height: 1000px;
}
#nav li li li:hover {
    display: block;
    opacity: 1;
    max-height: 1000px;
}
#nav a {
    text-decoration: none;
    color: white;
}
#nav a:hover li {
    text-decoration: none;
    color: black;
}
#nav ul:not(:first-child) {
    position: absolute;
    left: 174px;
    top: 3px;
    min-height: inherit;
    background-color: #383737;
    padding: 0;
    width: 175px;
}
.calendar-text {
    margin-top: .3em;
}
.ui-timepicker-standard {
    z-index: 2 !important;
}
/* Driver.js Tour Custom Styling */
.driver-popover {
    max-width: 450px !important;
    min-width: 350px !important;
    width: 400px !important;
}

.driver-popover .driver-popover-content {
    padding: 20px !important;
}

.driver-popover .driver-popover-title {
    font-size: 18px !important;
    font-weight: bold !important;
    margin-bottom: 10px !important;
}

.driver-popover .driver-popover-description {
    font-size: 14px !important;
    line-height: 1.5 !important;
    margin-bottom: 15px !important;
}

.driver-popover .driver-popover-footer {
    padding: 15px 20px !important;
    border-top: 1px solid #eee !important;
}

.driver-popover .driver-popover-navigation {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.driver-popover .driver-popover-btn {
    padding: 8px 16px !important;
    font-size: 14px !important;
    border-radius: 4px !important;
}

.driver-popover .driver-popover-btn.driver-popover-btn-primary {
    background-color: #007cba !important;
    border-color: #007cba !important;
}

.driver-popover .driver-popover-btn.driver-popover-btn-primary:hover {
    background-color: #005a87 !important;
    border-color: #005a87 !important;
}

.driver-popover .driver-popover-progress {
    font-size: 12px !important;
    color: #666 !important;
}

/* Ensure proper z-index layering */
.driver-popover {
    z-index: 10000 !important;
}

.driver-highlighted-element {
    z-index: 9999 !important;
}

.driver-overlay {
    z-index: 9998 !important;
}

/* Page-specific driver.js overrides */

/* Larger popover for rate sheets */
body.rate-sheet-new .driver-popover {
    max-width: 500px !important;
    min-width: 380px !important;
    width: 450px !important;
}

/* Driver-active tab visibility for rate sheets */
.driver-active #fixed_tab, 
.driver-active #lines_tab, 
.driver-active #legs_tab, 
.driver-active #overages_tab, 
.driver-active #description_tab {
    padding: 20px !important;
    background: #fff !important;
    clear: both !important;
    display: flow-root !important;
    min-height: auto !important;
}

.driver-active #fixed_tab::after, 
.driver-active #lines_tab::after, 
.driver-active #legs_tab::after, 
.driver-active #overages_tab::after, 
.driver-active #description_tab::after {
    content: "";
    display: table;
    clear: both;
}

@media print {

    .print-hide {
        display: none !important;
    }

    .print-show {
        display: inline-block;
    }

    #content {
        padding: 0 !important;
    }

}

/* Large Screen force changes */
@media only screen and (min-width: 768px){

    #sidr-main {
        display: none;
    }

    .search-field {
        display: inline-block;
    }

}

/* Small screen changes */
@media only screen and (max-width: 850px){

    #content {
        margin-bottom: 45px;
    }

    #mobile-footer-nav {
        background: white;
        max-height: 60px;
        position: fixed;
        bottom: 0;
        z-index: 2;
        width: 100%;
    }

    .sidr ul {
        padding-left: 10px;
    }
    .sidr-class-navsub-menu li {
        padding: 5px;
    }

    .sidr-class-navsub-menu li:hover {
        color: white;
        background: #0074d9;
    }

    .mobile-wide-48p {
        width: 48% !important;
    }

    .ribbon-left {
        width: auto;
    }

    .ribbon-right {
        right: 0;
    }

    .search-field {
        position: relative;
        display: none;
        width: 100%;
        height: 45px;
    }

    .search-field-icon {
        display: inline-block;
        padding-right: 7px;
    }

    #search-results, .search-result, #settings-options {
        width: 100%;
        position: relative;
        left: 0;
        /*top: 53px;*/
    }

    #login-form, #reset-password-form {
        position: relative;
        left: 0;
        right: 0;
        text-align: center;
        width: 100%;
        top: 50px;
    }

    #full-width-mobile-content {
        padding-top: 60px;
        width: 100%;
    }

    .ui-accordion-content {
        border-radius: 0;
    }

    .accordion h3 {
        text-align: center;
        background: #373737;
        color: white;
        font-weight: bold;
        padding: 10px 10px 10px 0 !important;
        font-size: 18pt;
        margin: 0 !important;
        border-radius: 0;
    }

    .accordion_sub {
        display: block;
        width: 100%;
        margin: -1px;
        padding: 10px 15px;
        background: #434343;
        border-bottom: solid 1px #373737;
        text-decoration: none !important;
        color: white !important;
        border-radius: 0;
    }
    .accordion_sub:active {
        background-color: #336699;
    }

    .ui-accordion-content {
        padding: 0 !important;
    }

    /* Sidr CSS Tweaks */

    .sidr-class-mobile-hide {
        display: none;
    }

    .sidr-class-parent-menu {
        margin-left: 10px;
    }

    /* ArtusMode CSS */

    #content {
        padding-left: 0;
        padding-right: 0;
        margin: 90px 10px 20px 10px;
    }

    .mobile-align-center {
        text-align: center;
    }

    /*.rot-neg-90 {*/
    .dot-chart-OLD {
        -moz-transform:rotate(90deg);
        /*-moz-transform-origin: bottom left;*/
        -webkit-transform: rotate(90deg);
        /*-webkit-transform-origin: bottom left;*/
        -o-transform: rotate(90deg);
        /*-o-transform-origin:  bottom left;*/
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
        margin: 0;
        position: relative;
        top: 100px !important;
    }

    table.responsive-inline,
    table.responsive-inline thead,
    table.responsive-inline tbody,
    table.responsive-inline th,
    table.responsive-inline td,
    table.responsive-inline tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    table.responsive-inline thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    table.responsive-inline tr {
        border: 1px solid #ccc;
    }

    table.responsive-inline td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

    table.responsive-inline td:before {
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: bold;
    }

    .pad-horizontal-zero {
        padding-left: 0;
        padding-right: 0;
    }

    .timeline-container {
        padding-left: 0;
    }

    .mobile-hide {
        display: none !important;
    }

    .mobile-show, .mobile-block {
        display: block;
    }

    .mobile-show-inline {
        display: inline;
    }

    #mobile-header {
        padding-left: 5px;
        display: inline-block;
    }

    #nav, #nav-continue, span#feedback, .highlight-color-picker, .text-resize {
        display: none;
    }

    #search-box {
        width: 100%;
    }

    label#for-pin {
        font-size: 30pt !important
    }

    input#pin, input#confirm {
        height: 100px !important;
        font-size: 24pt !important;
        text-align: center !important;
        max-width: 100%;
    }

    input[type=submit] {
        width: 100%;
    }

    .login {
        width: 95%;
        font-size: 30pt !important;
    }

    #ribbon #logo {
        left: 0;
        top: 8px;
    }

    .light-highlight {
        padding: 10px;
        max-width: 40%;
        height: 100px;
    }

    #inspection-report, #login-form label {
        font-size: 18pt;
    }

    #login-form a {
        display: block;
        margin-top: 20px;
        font-size: 14pt;
    }

    #login-form input[type=text], #login-form input[type=password], .mobile-large-text-input {
        font-size: 18pt;
        height: 50px;
    }

    #inspection-report label {
        font-weight: normal;
    }

    .ir-question {
        margin: 0;
        padding: 0;
    }

    label.binary {
        margin-left: 1%;
        margin-right: 1%;
        width: 46%;
    }

    .mobile-full-width {
        min-width: inherit;
        max-width: inherit;
        width: 100% !important;
    }

    .mobile-49p-width {
        min-width: inherit;
        max-width: inherit;
        width: 49% !important;
    }

    .mobile-hard-corners {
        border-radius: 0 !important;
    }

    .mobile-vert-margin {
        margin: 20px 0;
    }

    .mobile-vert-small-margin {
        margin: 3px 0;
    }

    #right-menu, #right-menu-trigger, .dataTables_length, .dataTables_filter {
        display: none;
    }

    input[type=button], input[type=submit], h1, h2, h3, h4, h5, h6 {
        text-align: center;
    }

    h1, h2, h3 {
        margin-top: 10px;
        margin-bottom: 5px;
    }

    #responsive-menu-button {
        padding-top: 0;
    }

    #ribbon{
        min-height: 50px;
    }

    .ribbon-left {
        height: 50px;
    }

    .ribbon-right {
        top: 3px;
    }

    .mobile-font-14 {
        font-size: 14pt;
    }

    .mobile-font-24 {
        font-size: 24pt;
    }

    .mobile-height-50 {
        height: 50px;
    }

    .mobile-height-75 {
        height: 75px;
    }

    .mobile-no-top-space {
        padding-top: 0;
        margin-top: 0;
    }

    .no-wrap {
        white-space: normal;
    }

}

.iti__flag {background-image: url("https://cdn.addons.la/code/5379/thirdparty/intl-tel-input/img/flags.png");}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {background-image: url("https://cdn.addons.la/code/5379/thirdparty/intl-tel-input/img/flags@2x.png");}
}

#artusmode_confirm {
    background-color: rgba(0,0,0,0.4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
#artusmode_confirm_inner {
    width: calc(100% - 10px);
    min-height: 200px;
    background-color: white;
    padding: 20px;
    border: solid 4px red;
    border-radius: 6px;
    margin-right: 5px;
    display: inline-block;
    font-size: 12pt;
    max-width: 600px !important;
}
#artusmode_confirm_no, #artusmode_confirm_yes {
    position: relative;
    width: 60px;
    background-color: lightgrey;
    border: solid 1px grey;
    clear: both;
    margin-top: 50px;
    padding: 5px;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}
#artusmode_confirm_yes {
    margin-left: calc(50% - 70px);
}
#artusmode_confirm_no {
    margin-left: 30px;
}
#artusmode_confirm_yes:hover, #artusmode_confirm_no:hover {
    background-color: #a5a5a5;
}
#help_response .question, #help_response .answer, #help_response #send_anyway {
    display: inline-block;
    width: 100%;
    padding: 3px;
}
#help_response .question {
    font-weight: bold;
}
#help_response .answer {
    border-bottom: solid 1px black;
}
#help_response .answer a {
    background-color: lightgrey;
    padding: 2px;
}
#help_response .answer a:hover {
    text-decoration: none;
    box-shadow: #0b0b0b 0 0 3px 3px;
}
#help_response .answer a[href^='https://www.youtube']:before {
    content: "\f16a";
    font-family: FontAwesome;
}
#help_response #send_anyway {
    cursor: pointer;
    font-size: 16pt;
    color: white;
    background-color: grey;
}
@media only screen and (max-width: 768px) {
    #artusmode_confirm {
        margin-left: 0 !important;
    }
    #artusmode_confirm_yes, #artusmode_confirm_no {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 850px) {
    /*@supports (-webkit-touch-callout: none) {*//* CSS specific to iOS devices */
    #mobile-footer-nav {
        height: 60px;
        max-height: 90px;
    }

    #mobile-footer-nav .btn {
        font-size: 18pt !important;
    }
}

/* ============================================
   LQC Internal Navigation
   ============================================ */
.lqc-internal-nav {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
    padding: 12px 18px;
    margin: -10px -15px 25px -15px;
    width: calc(100% + 30px);
}
.lqc-nav-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    row-gap: 8px;
    align-items: center;
}
.lqc-nav-menu li {
    display: inline-block;
}
.lqc-nav-menu li a {
    display: flex;
    align-items: center;
    padding: 7px 12px;
    color: #495057;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.2s ease;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid transparent;
}
.lqc-nav-menu li a:hover {
    background-color: #f8f9fa;
    border-color: #dee2e6;
    color: #212529;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.lqc-nav-menu li.active a {
    background-color: #ef4423;
    color: white;
    border-color: #ef4423;
    box-shadow: 0 2px 6px rgba(239,68,35,0.3);
}
.lqc-nav-menu li.active a:hover {
    background-color: #d63d1f;
    border-color: #d63d1f;
    transform: translateY(-1px);
}
.lqc-nav-menu li a i {
    margin-right: 5px;
    font-size: 13px;
    min-width: 16px;
    text-align: center;
}