:root {
    --cv-orange: #f06c00;
    --cv-orange-hover: #e05c00;
    --cv-orange-medium: #f7b075;
    --cv-orange-light: 	#fef0e6;
    --cv-blue: #259fc4;
    --blue: #259fc4;
    --cv-blue-hover:#177fa4;
    --cv-red: #de4836;
    --cv-green: #209a76;
    --cv-green-hover: #01744b;
    --cv-control-border: #ced4da;
    --cv-border-card: #dfdfdf;
    --cv-border-inner: #c9c9c9;
    --cv-caption-bg: #e6e6e6;
    --cv-red-bg: #faeded;
    --cv-green-bg: #edfaed;
    --cv-green-bg2: #d0f0d0;
    --cv-trl-green: #01744b;
    --cv-trl-yellow: #faa732;
    --cv-trl-red: #a4223a;
    --cv-lemon: #f5e71e;
    --cv-yellow-bg: #ffe3bc;
    --cv-gray: #808080;
    --cv-brown: #9d584e; 
    --cv-dark-blue: #177fa4;
    --cv-red-orange: #F1442F;
    --cv-violet: #60559E;
    --cv-light-green: #72C975;
    --cv-deep-blue: #25598B;
    --cv-pink: #FF7A64;
}

.color-orange {
    color: var(--cv-orange);
}
.color-red {
    color: var(--cv-red);
}
.color-green {
    color: var(--cv-green);
}
.color-gray {
    color: #808080;}

.color-black {
    color: black;
}
.color-trl-black {
    color: black;
}
.color-trl-green {
    color: var(--cv-trl-green);
}
.color-trl-yellow {
    color: var(--cv-trl-yellow);
}
.color-trl-red {
    color: var(--cv-trl-red);
}
.color-gray {
    color: var(--cv-gray);
}
.color-lemon {
    color: var(--cv-lemon);
}

.bg-trl-green {
    background-color: var(--cv-trl-green);
}
.bg-trl-yellow {
    background-color: var(--cv-trl-yellow);
}
.bg-trl-red {
    background-color: var(--cv-trl-red);
}

.color-blue {
    color: var(--cv-blue) !important;
}

.border-blue {
    border-color: var(--cv-blue) !important;
}
.border-orange {
    border-color: var(--cv-orange) !important;
}

.cvBatteryPercentLow {
    color: var(--cv-trl-red);
}
.cvBatteryPercentMedium {
    color: var(--cv-trl-yellow);
}
.cvBatteryPercentHighGreen {
    color: var(--cv-trl-green);
}
.cvBatteryPercentHighBlack {
    color: black;
}

.bg-orange {
    background-color: var(--cv-orange) !important;
}


.collapsing.noanim {
    transition: none !important;
  }

.highcharts-graph.cvHighChartsZoneThres {
	stroke: #7cb5ec;
  stroke-width: 10;
}


.ellipsis {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

@keyframes blinker {
    50% {
      opacity: 0;
    }
  }
.saFormElementError {
    /* border:1px solid #a94442; */
    /*background-color: #faeded;*/
    /* border-radius: 4px; */
    margin:1px;
    padding-top:2px;
    padding-bottom:2px;
    padding-left:0px;
    padding-right:0px;
    animation: blinker 0.25s linear 0s 4;
}
.saFormElementError i {
    padding-right:5px;
}
.has-error .saFormElement {
    background-color: #faeded;
}

span.saFormElement:not(.badge):empty {
    display:inline !important;
}

code {
    color: var(--cv-green);
}

.cvReadmore {
    position: relative;
    max-height: 120px;
    overflow: hidden;
    transition:max-height 0.15s ease-out;  
}

.cvReadmore.cvReadmoreExpand {
    max-height: 50000px !important;
    transition:max-height 0.35s ease-in-out;
  }

.cvReadmoreLink{
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width:100%;
    height: 80px;
    padding-top:40px;
    text-align: center;
    color: blue;
    font-weight:bold;
    font-size:16px;
    background-image: linear-gradient(to bottom, transparent 0%, white 65%, white 100%);
    cursor: pointer;
}

.cvReadmoreLink.cvReadmoreExpand {
    display: none;    
    visibility:hidden;
    position:relative;
}
  


/************** BOOTSTRAP ***************/


body {
    font-family: 'Roboto', sans-serif;
    background: #fafafa;
    font-size: 16px;
}

.saFaFont {
    font-family: 'Font Awesome 5 Pro', 'Roboto', sans-serif;
}

p {
    /*font-size: 1.1em; */
    font-size:1rem;
    font-weight: 300;
    /*line-height: 1.7em;*/
    line-height:1.7rem;
    /* color: #999; */
    color: #808080;
}

.modal p {
    color: black;
}

a,
.cvNoTouch a:hover,
a:focus {
    /*color: inherit; */
    text-decoration: none;
    transition: all 0.3s;
    color: #1041A3;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.cvWarningBadge i:not(.d-none) + span {
    padding-left:3px;
    cursor:pointer;
}
.btn i:not(.d-none) + span {
    padding-left:5px;
}
.saBtnSingle {
    max-width: 36px;
    max-height: 36px;
}
.saBtnSingle i {
    padding:0px;
}
.btn span {
    display:inline;
}

btn-group-xxs>.btn, .btn-xxs {
    padding: .15rem .2rem .20rem .2rem;
    font-size: .650rem;
    line-height: .5;
    border-radius: .2rem;
}

.btn-xxs-p {
    padding: 0.20rem 0.20rem 0.20rem 0.20rem;
}


.btn-default {
}

.btn-outline-primary {
    background-color: white;
    border-color: var(--cv-blue);
    color: var(--cv-blue);
}

.btn-outline-secondary {
    background-color: white;
}

.btn-danger {
    background-color: var(--cv-red);
    border-color: var(--cv-red);
}

.btn-outline-warning {
    background-color: white;
    border-color: var(--cv-orange);
    color: var(--cv-orange);
}

.btn-whiteaccent {
    background-color: #ffffff;
    border-color: var(--cv-control-border);
    color: #000000;
}

.btn-whiteaccent.active {
    background-color: var(--cv-orange);
    border-color: var(--cv-orange);
    color: #ffffff;
}

.btn-whitediscrete {
    background-color: #ffffff;
    border-color: var(--cv-control-border);
    color: #000000;
}

.btn-whitediscrete.active {
    background-color: var(--cv-orange-light);
    border-color: var(--cv-control-border);
}

.btn-primary {
    background-color: var(--cv-blue) !important;
    border-color: var(--cv-blue) !important;
}
.btn-primary.active {
    background-color: var(--cv-blue-hover) !important;
    border-color: var(--cv-blue-hover) !important;
}
.cvNoTouch  .btn-primary:hover {
    background-color: var(--cv-blue-hover) !important;
    border-color: var(--cv-blue-hover) !important;
}

.btn-success {
    background-color: var(--cv-green) !important;
    border-color: var(--cv-green) !important;
}
.btn-success.active {
    background-color: var(--cv-green-hover) !important;
    border-color: var(--cv-green-hover) !important;
}
.cvNoTouch  .btn-success:hover {
    background-color: var(--cv-green-hover) !important;
    border-color: var(--cv-green-hover) !important;
}

.btn-warning {
    background-color: var(--cv-orange) !important;
    border-color: var(--cv-orange) !important;
    color: white;
}
.btn-warning.active {
    background-color: var(--cv-orange-hover) !important;
    border-color: var(--cv-orange-hover) !important;
    color: white;
}
.cvNoTouch .btn-warning:hover {
    background-color: var(--cv-orange-hover) !important;
    border-color: var(--cv-orange-hover) !important;
    color: white;
}



@media (max-width: 767px) {
    #content .container-fluid {
        padding-left:6px;
        padding-right:6px;
    }
    .row {
        margin-left: -6px;
        margin-right: -6px;
    }
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto, .col-xxl, .col-xxl-1, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-auto, .col-xxxl, .col-xxxl-1, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-auto, .col-ys, .col-ys-1, .col-ys-10, .col-ys-11, .col-ys-12, .col-ys-2, .col-ys-3, .col-ys-4, .col-ys-5, .col-ys-6, .col-ys-7, .col-ys-8, .col-ys-9, .col-ys-auto {
        padding-left:6px;
        padding-right:6px;
    }
    .card-body {
        padding: 0.75rem;
    }
    label {
        margin-bottom:0.25rem;
        margin-top:0.25rem;
    }
    .well {
        padding: 12px;
    }
}

@media (max-width: 319px) {
    .card-body {
        padding: 0.50rem;
    }
}


@media (min-width: 1000px) {
    #content .container-fluid {
        padding-left:33px;
        padding-right:33px;
        padding-top:10px;
    }
}

@media (min-width: 1200px) {
    #content .container-fluid {
        padding-left:45px;
        padding-right:45px;
        padding-top:14px;
    }
}


#content .container-page {
    width:100%;
    margin-left: auto;
    margin-right: auto;
    height: calc(100vh - 19px - 39px - 8px - 8px - 32px - 27px - 10px);
    max-height: calc(100vh - 19px - 39px - 8px - 8px - 32px - 27px - 10px);
    margin-bottom:0px !important;
}


.cvFormDividerLine {
    margin-top:30px;
    margin-bottom:30px;
    background-color: var(--cv-control-border);
    height: 2px;
    width: 100%;
    display:block;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}


label tt {
    color: #808080;
    font-size: 0.875rem;
}

/************** FONTAWESOME ***************/

.fa-fws {
    text-align: center;
    width: 1.0em;
}

.btn .fa-fws {
    display:block;
}

.fa-badgeable {   
    text-align:top;
    vertical-align:top;
    position: relative;
}
.fa-badgeable[data-count]:after{
    content: attr(data-count);
    position: absolute;
    background: var(--cv-orange);
    height:1rem;
    top:-0.75rem;
    right:-0.75rem;
    width:1rem;
    text-align: center;
    line-height: 0.9rem;;
    font-size: 0.75rem;
    border-radius: 50%;
    color:white;
    border:1px solid var(--cv-orange)
}

/************** OUTSIDE ***************/

body.outside {
    /* background: #fafafa;*/

    margin:0px;

    background-color: #000000;
    background-image: url(/img/outside_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size:cover;

    min-height: 100vh;
    height: 100vh;
}
.outside-maxwidth {
    max-width:940px;
}
.outside-header {
    z-index:1500;
}
.outside-header > div, .outside-header > nav {
    background-color: #000000;
    border-bottom: 1px solid #e5e5e5;
    /*
    margin-bottom: 20px;
    height: 70px;
    */    
}
/*
.outside-header div.row {
    padding-bottom: 30px;
}
.outside-header ul {
    list-style-type: none;
    margin-top:20px;
}
*/
/*
.outside-header li {
    xxmargin-left: 10px;
    xxdisplay: inline;
    xxfloat: right;
}
*/
.outside-footer  {
}
.outside-footer a, .outside-footer i, .outside-footer div{
    color:#777;
    font-size:0.75rem;
}

.outside .cvLocaleLink >.fflag {
    box-shadow: rgba(149, 157, 165, 0.8) 0px 0px 4px;
    border: 1px solid #303030;
}
.outside.cvNoTouch .cvLocaleLink >.fflag:hover {
    box-shadow: rgba(149, 157, 165, 0.95) 0px 0px 12px;
    border: 1px solid #303030;
}

.outside .well {
    padding: 40px;
    background-color: white;
    box-shadow:  0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

.outside a.outside-link {
    display:block;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: bold;
    margin:0px;
    margin-bottom: 0.25rem;
}

.outside .navbar-brand {
    width:100%;
    text-align: center;
}

@media (max-width: 768px) {
    .outside .well {
        padding: 20px;
    }
}

.outside-header {
    z-index:2000;
    position:absolute;
    top:0;
    left:0;
    width:100%;
}

.outside .navbar-collapse {
    margin-top:20px;
    background-color: black;
}
/*
.outside .navbar-collapse  ul {
    float:right;
    max-width:250px;
}
*/

.outside h1 {
    font-size:2rem;
}

.outsideRightDivLine {
    border-right:1px solid #cccccc;
}
@media (max-width: 1140px) {
    .outsideRightDivLine {
        border-right:none;
    }
   
}

/************** PULSE ***************/

.pulse {
    overflow: visible;
    position: relative;
    z-index:1000;
 }
.pulse:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: inherit;
    border-radius: inherit;
    transition: opacity .3s, transform .3s;
    animation: pulse-animation 0.75s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    z-index: -1;
  }
  @keyframes pulse-animation {
    0% {
      opacity: 1;
      transform: scale(1, 1);
    }
    60% {
      opacity: 0;
      transform: scale(1.15, 1.8);
    }
    100% {
      opacity: 0;
      transform: scale(1.15, 1.8);
    }
  }
  .card-pulse {
    background-color: var(--cv-orange) !important;
    border-radius:4px;
    padding:0px;
    margin:0px;
  }

  .td-pulse {
    background-color: var(--cv-orange-medium) !important;
    border-radius:0px;
    padding:0px;
    margin:0px;
  }

  .pulse-attention:before {
    animation: pulse-animation-modal 1.2s cubic-bezier(0.24, 0, 0.38, 1) 4;
  }
  .pulse-modal:before {
     animation: pulse-animation-modal 1.5s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  }
  @keyframes pulse-animation-modal {
    0% {
      opacity: 1;
      transform: scale(1, 1);
    }
    60% {
      opacity: 0;
      transform: scale(1.15, 1.25);
    }
    100% {
      opacity: 0;
      transform: scale(1.15, 1.25);
    }
  }
  

/************** DATERANGE ***************/
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    line-height:12px;
    width:20px;
    height:20px;
    min-width:20px;
}
.daterangepicker table.table-condensed>tbody>tr>td,
.daterangepicker table.table-condensed>tbody>tr>th, 
.daterangepicker table.table-condensed>tfoot>tr>td, 
.daterangepicker table.table-condensed>tfoot>tr>th, 
.daterangepicker table.table-condensed>thead>tr>td, 
.daterangepicker table.table-condensed>thead>tr>th {
    padding:0.20rem;
}

.daterangepicker .ranges li.active,
.daterangepicker td.active,
.cvNoTouch  .daterangepicker td.active:hover {
    background-color: var(--cv-blue) !important;
}



/************** DUALRANGE ***************/

.saDualRange.dualrange {
    display:block;
}
.saDualRange .dualrange__range {
  background-color: var(--cv-orange);
  z-index:0;
}
.saDualRange .dualrange__min, .saDualRange .dualrange__max {
  border-color: var(--cv-orange);
  z-index:1;
}
.saDualRange .dualrange__min:before, .saDualRange .dualrange__max:before {
  background-color: #ddd;
}
.saDualRange .dualrange__min:after, .saDualRange .dualrange__max:after {
  border-color: var(--cv-orange);
}

/************** DATATABLES ***************/

.dtfc-right-top-blocker{
    display:none!important;
  }
  
table.table {
    margin:0;
    margin-bottom:0;
}

table.table.saRawTable th {
    color: #808080;
    font-size: 0.875rem;
    font-weight: bold;
}

.saDataTableFilterBar {
    background-color: var(--cv-caption-bg) !important;
    padding: 3px 10px;
    /*
    border: 1px solid #dee2e6;
    */
    border: none; 
    /*1px solid var(--cv-border);*/
    border-radius: .25rem;
}

.saDataTableFilterBarWhite {
    background-color:white !important;
    padding:0px;
    border:none;
    border-radius:0;
}

.saDataTableFilterBar.saDataTableWithBar {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 1px solid var(--cv-border-inner);
}

.saDataTableFilterBar label {
    color: #808080;
    font-size: 0.75rem;
    font-weight: bold;
    padding-top:0.1rem;
    padding-bottom:1px;
    margin-bottom:0px;
}

.saDataTableFilterBar label.btn {
    color: #000000;
    font-size: 0.875rem;
    font-weight: normal;
    padding: .25rem .5rem;    
}
.saDataTableFilterBar label.btn span.fas + span {
    padding-left:0.5rem;
}   

label.btn {
    margin-top: 0;
}

.cvDateSelectorFilterGroup {
    min-width: 250px;
}

.cvDateSelectorFilterGroup input {
    font-size: 0.75rem !important;
}

.cvDateSelectorFilterGroup .dropdown-toggle {
    font-size: 0.75rem !important;
}

@media (min-width: 768px) {
    .saDataTableFilterBar label {
        display: inline-table;
        margin-bottom: 0.1rem;
    }
}

@media (max-width: 767px) {
    .saDataTableFilterBar label.saDataTableFilterObviousLabel {
        display: none;
    }
    .saDataTableFilterBar label {
        display: inline-block;
        min-width:30px;
        padding-right:8px;
        margin-bottom:2px;
        padding-bottom:0px;
    }
    .saDataTableFilterBar input, .saDataTableFilterBar div.btn-group-container {
        display: inline;
        width: auto;
    }
    .saDataTableFilterBar .form-control {
        display: inline-block;
        width: auto;
    }
    .saDataTableFilterBar .multi-select-container {
        display: inline-block;
    }
}

@media (max-width: 575px) {
    .cvDateSelectorFilterGroup {
        min-width: 220px;
    }
}

.saDataTableFilterGroup {
    padding-top: 0.25em;
}

@media (min-width: 1600px) {
    .saDataTableFilterGroup {
        padding-top: 0;
    }
}

.saDataTable td, table .saDataTable th {
    white-space: nowrap;
}

.saDataTable.filltable {
    width: 95%;
}

table.saDataTable {
    /*
    overflow-y: hidden;
    */
    border:none;
    border-radius:0px;
    margin-top:0px !important;
    margin-bottom:0px !important;
    /*
    border: 1px solid var(--cv-border);
    border-radius: .25rem;
    */
}

table.saDataTable.saDataTableWithBar {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

table.saDataTable thead th {
    /*background-color: #f0f0f0;*/
    background-color: var(--cv-caption-bg) !important;
    color: #808080;
    /* font-size: 14px;*/
    font-size: 0.875rem;
    font-weight: bold;
    vertical-align: middle !important;
    padding: 8px 10px;
    border-bottom: 2px solid var(--cv-border);
    border-top: 1px solid var(--cv-border);
}

table.saDataTable.saDataTableWithBar thead th {
    border-top: none;
}


.saDataTable td {
    /* background-color: #ffffff; */
    color: #000000;
    /*font-size: 12px;*/
    font-size:0.875rem;
    font-weight: normal !important;
    vertical-align: middle;
    cursor: pointer;
}

.saDataTable .r {
    text-align: right !important;
    max-width: 120px;
}

.saDataTable .ct {
    text-align: center !important;
}

.saDataTable .t {
    background-color: #f0f0f0;
    color: #808080;
    /*font-size: 11px; */
    font-size:0.875rem;
    font-weight: bold;
    vertical-align: middle !important;
}

.saDataTable thead th {
    position: relative;
    background-image: none !important;
}

.saDataTable td {
    border: none;
}

.saDataTableSub, .saDataTableSub td, .saDataTableSub tr {
    background: none;
    white-space:normal;
}

.dataTables_paginate {
    font-size: 0.875rem;
}

.dataTables_paginate .page-item:not(.disabled) > a.page-link {
    color: var(--cv-blue);
}

.dataTables_paginate .page-item.active > a.page-link {
    color: #ffffff;
    background-color: var(--cv-gray);
    border-color: var(--cv-gray);
}

.dataTables_paginate .page-item > .page-link {
    padding: 0.35rem 0.50rem !important;
    font-size: 0.75rem !important;
}

.dataTables_scrollHeadInner {
    background-color: var(--cv-caption-bg) !important;
}

.saDataTable tr.dtrg-group {
    background-color: var(--cv-yellow-bg) !important;
    border-top: solid 1px var(--cv-control-border);
}

/*
.dataTables_scrollBody {
    overflow: visible !important;
}
*/

/*
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #ffffff;
}

.table-striped>tbody>tr:nth-of-type(odd)>td {
    background-color: #f9f9f9;
}

.table-striped>tbody>tr:nth-of-type(even)>td {
    background-color: #ffffff;
}

.table-striped>tbody>tr:nth-of-type(odd):hover {
    background-color: #BDDBE6;
}

.table-striped>tbody>tr:nth-of-type(even):hover {
    background-color: #BDDBE6;
}

.table-striped>tbody>tr:nth-of-type(odd):hover>td {
    background-color: #BDDBE6;
}

.table-striped>tbody>tr:nth-of-type(even):hover>td {
    background-color: #BDDBE6;
}
*/

.saDataTable tr.odd, .saDataTable tr.odd > td {
    background-color: #f9f9f9;
}
.saDataTable tr.even, .saDataTable tr.even > td {
    background-color: #ffffff;
}
.saDataTable tr.error, .saDataTable tr.error > td {
    background-color: var(--cv-red-bg) !important;
}
.saDataTable tr.gray, .saDataTable tr.gray > td {
    background-color: #eeeeee !important;
}
.saDataTable tr.green, .saDataTable tr.green > td {
    background-color: var(--cv-green-bg) !important;
}
.saDataTable tr.orange, .saDataTable tr.orange > td {
    background-color: var(--cv-orange-medium) !important;
}
.saDataTable tr.red, .saDataTable tr.red > td {
    background-color: var(--cv-red-bg) !important;
}
.saDataTable tr.yellow, .saDataTable tr.yellow > td {
    background-color: var(--cv-yellow-bg) !important;
}

.saDataTable tr.odd.good, .saDataTable tr.odd.good > td {
    background-color: var(--cv-green-bg2) !important;
}
.saDataTable tr.even.good, .saDataTable tr.even.good > td {
    background-color: var(--cv-green-bg) !important;
}

.cvNoTouch  .saDataTable tr.odd:hover, .cvNoTouch .saDataTable tr.odd:hover > td {
/*    background-color: #BDDBE6; */
    background-color: var(--cv-orange-light);
}
.cvNoTouch .saDataTable tr.even:hover, .cvNoTouch .saDataTable tr.even:hover > td {
    background-color: var(--cv-orange-light);
}
.cvNoTouch .saDataTable tr.error:hover, .cvNoTouch .saDataTable tr.error:hover > td {
    background-color: var(--cv-orange-light);
}

.saDataTableClean tr.odd, .saDataTableClean tr.odd > td,
.saDataTableClean tr.even, .saDataTableClean tr.even > td,
.cvNoTouch .saDataTableClean tr.odd:hover, .cvNoTouch .saDataTableClean tr.odd:hover > td,
.cvNoTouch .saDataTableClean tr.even:hover, .cvNoTouch .saDataTableClean tr.even:hover > td {
    background-color: #ffffff;
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 0.40rem;
}

.table-extra-condensed>tbody>tr>td,
.table-extra-condensed>tbody>tr>th,
.table-extra-condensed>tfoot>tr>td,
.table-extra-condensed>tfoot>tr>th,
.table-extra-condensed>thead>tr>td,
.table-extra-condensed>thead>tr>th {
    padding: 2px;
}

.dataTables_filter label {
    padding-left:20px;
}

div.dataTables_wrapper {
    background-color:white;
}

div.dataTables_wrapper div.dataTables_info {
    font-size: 0.7rem;
    padding-top:0.08em;
}

.card > div.dataTables_wrapper div.dataTables_info {
    padding-left :1em;
    padding-bottom :1em;
}

.card > div.dataTables_wrapper div.dataTables_paginate {
    padding-right :1em;
    padding-bottom :1em;
}


.saDtAppend input::placeholder,  .saDtAppend input::-webkit-input-placeholder {
    color: #c0c0c0;
}

.saDtAppend .saMobileIcon .input-group-append .input-group-text {
    background:none;
    padding:0rem 0.3rem;
    font-weight:normal;
    font-size:0.875rem;
    color:#808080;
    max-width:10rem;
}

@media (max-width: 250px), (min-width: 767px) {
    .saDtAppend .saMobileIcon input {
        border-top-right-radius: 0.2rem !important;
        border-bottom-right-radius: 0.2rem !important;
    }
    .saDtAppend .saMobileIcon .input-group-append {
        display:none;
    }
}


.cvNoTouch  .dropdown-menu .nav-item.nav-link:hover {
    background-color: var(--cv-orange-light);
}

.dropdown-menu .nav-item.nav-link i.fa {
    color: var(--cv-blue) !important;
}

.nav-pills .show>.nav-link:not(:hover) {
    background-color: white !important;
}

#cvUserMenuDropdown + div.dropdown-menu {
    min-width: 14rem;
}

div.dataTables_scrollBody {
    /* 20230808 override an already important 1px border in external.css */
     border-left: none !important;
}

div.dataTables_wrapper div.dataTables_info {
    /* 20230808 fix misalignment in info block */
    padding-left: 0.4rem !important;
    padding-top:0.25rem !important;
}

div.dataTables_wrapper div.dataTables_paginate {
    /* 20230808 fix misalignment in pagi block */
    padding-right: 0.4rem !important;
    padding-top:0.25rem !important;
}

/************** PAGE BASICS ***************/

/*
html,
body {
    min-height: 100%;
}
*/

#page-wrapper {
}


.container-fluid.fullheight {
    height: calc(100vh - 19px - 39px - 8px - 8px - 32px - 27px /* - 13px - 13px - 38px */ - 10px);
    margin-bottom:0px !important;
}

/************** SIDEBAR *****************/

.wrapper {
    display: flex;
    align-items: stretch;
}

.navbar {
    background: #fff;
    border: none;
    border-radius: 0;
/*
    margin-bottom: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    */
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i, span {
    display: inline-block;
}

/* XXX really needed??
.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
*/


@media (max-width: 767px) {
    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
}

.nav-tabs {
    margin-bottom: 10px;
    padding-left: 20px;
    border-color: #cccccc;
}

.nav-tabs a.active {
    background-color: transparent !important;
    color: #000000 !important;
}
.nav-tabs a:not(.active) {
    background-color: #f5f5f5 !important;
    border-color: #cccccc;
    color: #404040;
}

.white-gradient {
    background: linear-gradient(to right,var(--cv-caption-bg) 0%,var(--cv-caption-bg) 70%, #fafafa 90%);
}


.nav-pills {
    padding-left:30px;
    padding-right:20px;
    padding-top:7px;
    padding-bottom:7px;
    margin-top:0px;
    margin-bottom:20px;
    font-size:0.800rem;
    font-weight:300;
    color: #606060;
    height:calc(19px + 7px + 7px);
}

.nav-pills a.nav-pills-link,
.cvNoTouch  .nav-pills a.nav-pills-link:hover,
.nav-pills a.nav-pills-link:focus {
    color: #606060;
}

.nav-pills-dropdown {
    padding: 0.05rem 0.2rem;
    font-size:0.800rem;
    font-weight:300;
    display:inline;
    max-width:400px;
    max-height:2.5rem;
    font-weight:normal;
}

@media (max-width: 767px) {
    .nav-pills {
       font-size:0.75rem; 
    }
    .nav-pills-dropdown {
        padding: 0.1rem 0.2rem;
        font-size:0.75rem;
        display:inline;
        max-width:120px;
        max-height:1.8rem;
        font-weight:normal;
    }    
}

.nav-pills-right {
    display:inline;
    float:right;
}    
.nav-pills-right .dropdown-menu{
    min-width: 12rem;
}
.nav-pills-right a {
    color: #000000;
    font-size:0.75rem;
}

.cvCart .dropdown-menu {
    font-size:0.875rem;
}

.cvCart .dropdown-menu span.cvCartSpecifier {
    font-size:0.75rem;
    font-style:italic;
}

.cvCartContainer span.cvCartSpecifier {
    font-size:0.75rem;
    font-style:italic;
}


.cvMessages .dropdown-item {
    padding: 0.25rem 0.75rem;
}
.cvMessageContainer .cvMessageIcon {
    color: #808080;
    font-size: 0.75rem;
    display:inline;
}
.cvMessageContainer .cvMessageDate {
    color: #808080;
    font-size: 0.75rem;
    display:inline;
}
.cvMessageContainer .cvMessageSubject {
    color: #000000;
    font-size: 0.9rem;
    display:block;
}
.cvMessageContainer .cvMessagePreview {
    color: #808080;
    font-size: 0.9rem;
    display:block;
}
.cvMessageContainer .cvMessageButtons {
    float:right;
    margin-right:0.2rem;
}

.cvTopSearchForm .tt-input, .cvTopSearchForm input {
    background: #000000  !important;
    border: 1px solid var(--cv-control-border) !important;
    color: var(--cv-control-border) !important;
}
.cvTopSearchForm .tt-input:focus, .cvTopSearchForm input:focus {
}
.twitter-typeahead {
    width:100%;
}
.tt-menu.tt-open {
    background-color: white;
}
.tt-menu.tt-open .tt-dataset {
    min-width:300px !important;
}
@media (min-width: 576px) {
    .tt-menu.tt-open .tt-dataset {
        min-width:400px !important;
    }
}
.tt-suggestion {
    color: #000000 !important;
    cursor:pointer;
}
.tt-cursor, .cvNoTouch  tt-suggestion:hover {
    background-color: #BDDBE6;
}
.tt-spinner {
    position: absolute;
    top: 11px;
    right: 7px;
    display: none;
    width: 16px;
    height: 16px;
    background-image: url(/img/spinner-small.gif);
}


/************** BOOTSTRAP-TOGGLE *****************/

.toggle.toggle-readonly, .toggle-on.toggle-readonly {
    border: 1px solid var(--cv-green-bg) !important;
    background-color: var(--cv-green-bg) !important;
    color: #808080;
}
.toggle .toggle-handle {
    display: inline-block !important;
}
.toggle.btn-sm {
    min-width: 4.5rem;
}

/************** PANEL *****************/

.noshadow {
    box-shadow: none !important;
}

.card-header,
.card-title {
    color: #808080;
    /*font-size: 14px;*/
    font-size:0.875rem;
    font-weight: bold;
    /*line-height: 17px;*/
    line-height:0.875rem;
    background-color: var(--cv-caption-bg) !important;
    padding-left: 1.25rem;
    padding-right: 0.75rem;
    padding-top: 0;
    padding-bottom:0;
}

@media (max-width: 575px) {
    .card-header {
        padding-left: 0.75rem;
    }
}

.card-header .card-title2 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.card-header div.card-buttons {
    /* padding-top: 0.325rem; */
    display:flex;
    align-items:center;
    justify-content: flex-end;
}
.card-header span.card-buttons {
    padding-top: 0.325rem;
}

.card-header .btn {
    line-height:0.875rem;
}

.card-shadow-inner {
    box-shadow: rgba(149, 157, 165, 0.5) 0px 0px 8px !important;
}

.card-shadow {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.card-shadow-heavy {
    box-shadow: rgba(149, 157, 165, 0.8) 0px 8px 24px;
}

.card {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background-color: var(--cv-border-card);
    border: 1px solid var(--cv-border-card);
    border-bottom-left-radius: 0rem;
    border-bottom-right-radius: 0rem;
}

.card-border {
    border: 1px solid var(--cv-border-card);
}

.card-noborder {
    border: none;
}

.card-rounded {
    border-radius: 0.25rem;
}

.card-body {
    background: #ffffff;
}

.card-bigtitle {
    color: #000000;
    font-size: 1.10rem;
    font-weight:500;
    line-height:2.0rem;
    padding-top: 0.75rem;
}
.card-subtitle {
    color: #808080;
    font-size: 1rem;
    line-height: 1.5rem;
    padding-bottom: 0.75rem;
}

.col-panel {
    max-width:900px;

}
.col-panel-wider {
    max-width:1200px;
}

.card-nopadding .card-body {
    padding: 0px;
}



/******************************************************/
/******************************************************/
/******************************************************/
/******************************************************/
/******************************************************/

/* NEW DESIGN FOR BARS */

/*
.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

*/


/* ---------------------------------------------------
    TOPBAR STYLE
----------------------------------------------------- */

nav.navbar a {
    font-size: .875rem;
    color: #fff;
    position: relative;
}

nav.navbar .badge {
    position: absolute;
    top: 0;
    right: 0;
}

nav.navbar .nav-menu {
    margin-bottom: 0;
}

.cvNavbarBrand {
    padding-top:0.1rem;
    padding-bottom:0.1rem;
}

#cvNavMainTitle {
    font-weight: bold;
    color: white;
    font-size: 1.30em !important;
    line-height: 1.0em;
}

#cvNavSubTitle {
    padding-top:4px;
    font-weight: normal;
    color: #c0c0c0;
    font-size: 0.85em !important;
    line-height: 1.0em;
}

.cvNavbarTop {
    background-color: #000000;
    z-index: 997;       /* To put under overlay */
    height: 55px;
}


.cvNavbarTop {
    position: fixed;
    left:0;
    right:0;
    bottom:0;
    top:auto;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    padding: 0;
}

.cvNavbarBottomIcon {
    border-top: 5px solid #000000;
    flex: 1 1 0px;
    height: 100%;
    padding-top:5px;
    margin:0px;
    color: #cccccc;
    text-align:center;
}

.cvNavbarBottomIcon i {
    font-size: 1.1rem;
}

.cvNavbarBottomIcon span {
    font-size: 0.65rem;
    display:block;
}

.cvNavbarBottomIcon.active {
    border-top: 5px solid var(--cv-orange);
    color: #ffffff;
}

.cvNavbarBottomBadgedIcon {
    display: inline-block;
    max-width:3rem;
    position:relative;
}

nav.navbar .cvNavbarBottomIcon .cvNavbarBottomBadgedIcon .badge {
    position:absolute;
    top: -8px;
    right: -8px;
}

@media (min-width: 768px) {   
    .cvNavbarTop {
        z-index: 1021;
        position:fixed;
        top: 0;
        left:0;
        bottom:auto;
        padding: 0.5rem 1rem;
        flex:auto;
    
        /*
        background: 
            linear-gradient(to bottom,rgba(0,0,0,1) 0%,rgba(0,0,0,1) 90%,rgba(240,108,0,1) 95%,rgba(240,108,0,1) 100%);
            */
    }
    body.cvBeta .cvNavbarTop {
        top:26px;
    }
    body.cvPreview .cvNavbarTop {
        top:26px;
    }
}

li.dropdown {
    list-style:none;    
}
.dropdown-menu a {
    color: #000000 !important;
}

.cvNavbarTop .nav-link .fflag {
    box-shadow: none;
}
.cvNavbarTop .dropdown-menu a {
    color: #000000 !important;
}
.cvNavbarTop .dropdown-menu a .fflag{
    margin-right:10px;
}
.cvNavbarTop .dropdown-menu a i{
    margin-right:10px;
}

.cvNavbarTop ul.nav-menu li {
 /*   padding-left:10px;*/
}

.cvSidebarCollapse {
    color: #f0f0f0 !important;
    /* border-color: #f0f0f0 !important; */
    border:none;
    padding: 0px;
}

.cvBetaTopMessage {
    background-color: var(--cv-orange);
    color: white;
    font-weight:bold;
    font-size: 0.80rem;
    text-align:center;
    height:26px;
    width:100%;
    position:fixed;
    top:0px;
    left:0px;
    z-index:2050;
    padding-top:5px;
}
.cvBetaTopMessage a {
    color: white;
    font-weight:bold;
}

.cvPreviewTopMessage {
    background-color: var(--cv-orange);
    color: white;
    font-weight:bold;
    font-size: 0.80rem;
    text-align:center;
    height:26px;
    width:100%;
    position:fixed;
    top:0px;
    left:0px;
    z-index:2050;
    padding-top:5px;
}
.cvPreviewTopMessage a {
    color: white;
    font-weight:bold;
}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    text-align:center;
    width: 150px;
    position: fixed;
    top: 0;
    left: -150px;
    height: 100vh;
    z-index: 1020;
    background: white;
     /* background: #393836; */
    color: #fff;
    transition: all 0.3s;
    overflow-y: auto;
    /* box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5); */
    /*
    background-image: url(https://celsiview.se/assets/images/logo_corner_celsiview.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size:60px 60px;
    */
}


#sidebar.active {
    left: 0;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}


.cvSideBarTopBar {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:55px;
    background: #ffffff;
    border-bottom:1px solid #e0e0e0;
    /*
    background-image: url(https://celsiview.se/assets/images/logo_corner_celsiview.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size:55px 55px;
    */
}

.cvSideBarMobileLogo {
    background-image: url(/img/celsiview-c2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size:20px 24px;
    position:absolute;
    left:14px;
    top:14px;
    width:20px;
    height:24px;
}

.cvSideBarMobileLogoBeta {
    background-image: url(/img/celsiview-c2-beta.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size:36px 24px;
    position:absolute;
    left:14px;
    top:14px;
    width:36px;
    height:24px;
}

.cvSideBarTopButton {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: 10px;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.4);
}


@media (min-width: 768px) {
    #sidebar {
        left: 0;
        box-shadow: 2px 2px 2px rgba(240, 108, 0, 0.1); 
        /*border-right: 3px solid #cccccc;*/
        transition: none;
    }
    .cvSideBarTopBar {
        background-color: #000000;
    }
    .cvSideBarLogo {
        display:none;
    }
    .cvSideBarTopButton {
        display:none;
    }
}

#dismiss {
    background: var(--cv-orange);
    right: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.cvNoTouch  #dismiss:hover {
    background: #fff;
    color: var(--cv-orange);
}

#logo {
    background-image: url(https://qrconnect.link/img/celsicom_icon.png);
    background-position:center center;
    background-color: transparent;
    background-repeat: no-repeat;
    left: 10px;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

.cvSideBarList {
    padding-top:55px;
    padding-bottom: 100px;
}

body.cvBeta #sidebar {
    margin-top: 26px;
}

body.cvPreview #sidebar {
    margin-top: 26px;
}

.cvSideBarList ul p {
    color: #fff;
    padding: 10px;
}

.cvSideBarList ul li a {
    /*
    padding-left: 20px;
    padding-right: 1px;
    */
    padding-left:0px;
    padding-right:0px;
    padding-top: 20px;
    padding-bottom: 15px;
    font-size: 1.4rem;
    font-weight: 300;
    color: #606060;
    display: block;
}

.cvSideBarList ul li a br {
    font-size: 1.2rem;
}


.cvSideBarList ul li a >span {
    /* padding-left: 10px; */
    display:block;
    padding-top:0.15rem;
    font-size: 1.1rem;
    line-height:1.3rem;
    font-weight: 300;
}

.cvSideBarList ul li a >i {
    font-size:2em;
}

/*
.cvSideBarList ul li a > i {
    font-size:2.5rem;
    line-height:1.8rem;
}
*/

.cvSideBarSubList li a > i {
    font-size:1.0rem !important;
    line-height:1rem !important;
}

.cvSideBarSubList li a > span {
    display:block;
}

@media (min-width: 768px) {
    .cvNoTouch .cvSideBarList ul li a:hover {
        color: #D9490B;
        background: #fff;
    }
}

.cvSideBarList ul li.csSideBarMainItem.active>a /*, a[aria-expanded="true"] */{
    color: #fff;
    background: var(--cv-orange);
    background-image: radial-gradient(circle, #f58732 0%, var(--cv-orange) 60%, var(--cv-orange) 100%);
}

.cvSideBarList > ul > li.csSideBarExpandableItem > a {
    border-left: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
}
/*
.cvSideBarList > ul > li.csSideBarExpandableItem.active > a {
    border-left: 3px solid var(--cv-orange);
    border-right: 3px solid var(--cv-orange);
}
*/

a[data-toggle="collapse"] {
    position: relative;
}

/*
XXX is this needed for sidebar???
.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
*/

.cvSideBarList > ul > li.csSideBarExpandableItem > a[aria-expanded="true"] {
    border-left: 4px solid #606060;
}
.cvSideBarList > ul > li.csSideBarExpandableItem.active > a[aria-expanded="true"] {
    border-left: 4px solid var(--cv-orange);
}
.cvSideBarList > ul > li.csSideBarExpandableItem > ul.cvSideBarSubList > li {
    border-left: 4px solid #606060;    
}
.cvSideBarList > ul > li.csSideBarExpandableItem.active > ul.cvSideBarSubList > li {
    border-left: 4px solid var(--cv-orange);   
}

ul.cvSideBarSubList li:last-child > a {
    border-bottom: 1px solid #dee2e6;
}
ul.cvSideBarSubList li a {
    font-size: 1.0rem;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;
}

ul.cvSideBarSubList li.active > a {
    margin-left:-1px;
    background-image: radial-gradient(circle, #f58732 0%, var(--cv-orange) 60%, var(--cv-orange) 100%);
    color: #fff;
}


@media (max-width: 767px) {
    .cvSideBarList ul li a {
        padding-left:10px;
        padding-top: 12px;
        padding-bottom: 8px;
        font-size: 1em;
    }
    .cvSideBarList .csSideBarExpandableItem ul li a {
        padding-left:20px;
    }
    .cvSideBarList ul li a >span {
        display:inline;
    }
    .cvSideBarList ul li a >i {
        font-size:1em;
        width:1.25em;
        text-align: center;
        margin-right:0.5em;
    }    
    .cvSideBarList ul li.csSideBarMainItem > a,
    .cvSideBarList > ul > li.csSideBarExpandableItem > a,
    .cvSideBarList > ul > li.csSideBarExpandableItem > a[aria-expanded="true"],
    .cvSideBarList > ul > li.csSideBarExpandableItem.active > a[aria-expanded="true"],
    .cvSideBarList > ul > li.csSideBarExpandableItem > ul.cvSideBarSubList > li,
    .cvSideBarList > ul > li.csSideBarExpandableItem.active > ul.cvSideBarSubList > li {
        border-left: none;
        border-right: none;
    }
    #sidebar {
        text-align: left;
        width: 240px;
        left: -240px;
    }
    .cvSideBarList ul li.csSideBarMainItem.active>a {
        background-image: radial-gradient(at left center, #f58732 0%, var(--cv-orange) 60%, var(--cv-orange) 100%);
    }

}





/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    padding: 0px;
    width: 100%;
    /* min-height: 100vh; */
    transition: all 0.3s;
    position: absolute;
    /* top: 55px; */
    top: 0px;
    min-height:100%;
    padding-top:0px;
    padding-bottom:55px;
    left:0;
    right:0;
}

@media (min-width: 768px) {
    #content {
        padding-top: 55px;
        padding-bottom: 0px;
        padding-left:150px;
        transition: none;
    }
    body.cvBeta #content {
        padding-top: 81px;
        padding-bottom: 0px;
    }   
    body.cvPreview #content {
        padding-top: 81px;
        padding-bottom: 0px;
    }   
}

.saPageTabContent {
    padding-left:20px;
    padding-right:20px;
    padding-top:10px;
}



/* ---------------------------------------------------
    NAV PANES
----------------------------------------------------- */

div.cvNavPane {
    text-align: left;
    max-width:300px;
    padding:20px;
}

div.cvNavPane ul {
    list-style: none;
    margin:0;
    padding:0;
}

div.cvNavPane li {
    margin:0;
    padding:0;
}

div.cvNavPane a {
    color: #606060;
    /* font-size: 14px;*/
    font-size: 0.875rem;
    font-weight: bold;   
    line-height:2.5rem;
}

div.cvNavPane a.active {
    color: var(--cv-orange);
    /* font-size: 14px;*/
    font-size: 0.875rem;
    font-weight: bold;   
    line-height:2.5rem;
}

@media (max-width: 991px) {
    div.cvNavPane {
        max-width:none;
        margin-bottom:20px;
        padding: 8px;
    }
    div.cvNavPane a, div.cvNavPane a.active {
        line-height:2.0rem;
    }
}


/* ---------------------------------------------------
    ADMIN SPECIFIC
----------------------------------------------------- */

.cvUserAdminRoleHint {
    border-left: 4px solid #ffffff;
}
.cvUserAdminRoleSuperHint {
    border-left: 4px solid var(--cv-orange);
}
.cvUserAdminRoleAdminHint {
    border-left: 4px solid var(--cv-blue);
}


/* ---------------------------------------------------
    FANCYTREE
----------------------------------------------------- */

.cvTreePageContainer {
    background: #ffffff;
    overflow-y: auto;
    height: 1px;        /* initial */
}

ul.cvHelpTree, div.cvHelpTree {
    min-height: 200px;
    overflow:auto;
}

@media (max-width: 767px) {
    ul.cvHelpTree, div.cvHelpTree {
        max-height: 400px;
        overflow:auto;
        overflow-x:hidden;
    }
}

@media (min-width: 768px) {
    ul.cvTree, div.cvTree {
        min-height: 300px;
        max-height: 600px;
        overflow:auto;
    }

    ul.cvHelpTree, div.cvHelpTree {
        min-height: 300px;
        overflow:auto;
    }
}

ul.fancytree-container, table.fancytree-container {
    outline: none !important;
    border:none;
    font-family: inherit !important;
    font-size: inherit !important;
}

.cvTreeIcon {
    color: var(--cv-orange);
    margin-left:9px !important;
    margin-right:3px !important;
}

.cvTreeLeafIcon {
    color: #606060;
}

span.fancytree-node {
    min-height: 32px;
}

span.fancytree-node{
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
span.fancytree-title{
    display: inline;
}

span.fancytree-node .fancytree-tool {
    display: none;
}
.cvNoTouch  span.fancytree-node:hover .fancytree-tool {
    display: inline;
    position:absolute;
    right:1px;
}

/*
table.fancytree-ext-table tbody {
    border: none !important;
    outline: none !important;
}
table.fancytree-ext-table tbody tr.fancytree-active {
    border: none !important;
    outline: none !important;
    background-color: var(--cv-orange-light) !important;
}
*/



/* ---------------------------------------------------
    LOCMAP
----------------------------------------------------- */

#mapImage {
    position:relative;
    $("#mapImage").css('background-repeat', 'none');
    $("#mapImage").css('background-size', 'contain');
}

.cvMapLoc {
    position:absolute;
    width: 5rem;
    height: 2.2rem;
    text-align:center;
    border:1px solid #f0f0f0;
    background-color: var(--cv-trl-green);
    cursor:pointer;
}

.cvMapLocFlags {
    width: 1.25rem;
    height: 1.25rem;
}
.cvMapLoc.cvMapLocFlags span {
    color: #f0f0f0;
}

.cvMapLocVal {
    width: 4.5rem;
    height: 1.2rem;
}

.cvMapLocAlarmPend {
    background-color: var(--cv-red-bg);
}
.cvMapLocAlarm {
    background-color: var(--cv-trl-red);
}

.cvMapLoc span {
    font-size: 0.675rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display:block;
    color: #f0f0f0;
}

.cvMapLoc.cvMapLocFlags span {
    font-size: 0.75rem;
}

.cvMapLoc.cvMapLocVal span {
    font-size: 0.75rem;
}

.cvMapLocAlarm span {
    color: white;
}

.cvMapLoc.cvMapLocFlags span.cvMapLocName, .cvMapLoc.cvMapLocVal span.cvMapLocName {
    display:none;
}
.cvMapLoc.cvMapLocFlags span.cvMapLocValue {
    display:none;
}

.cvWidget.cvWidgetLocMap .card-body {
    padding:0;
}


/* ---------------------------------------------------
    FANCYTREE PAGE
----------------------------------------------------- */

.cvTreePage .fancytree-expanded .fancytree-title {
    /*font-weight:bold;*/
}


.cvTreePage span.fancytree-node {
    min-height: auto;
}

.cvTreePage tr, .cvTreePage td, .cvTreePage th {
    border:none !important;
}

.cvTreePage td {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top:0.1rem;
    padding-bottom:0.1rem;
}


/* ---------------------------------------------------
    CONTEXT MENU
----------------------------------------------------- */

.context-menu-icon i {
    color: var(--cv-blue) !important;
}
.context-menu-icon span {
    padding-left: 0.3rem;
    color:black !important;
}
.context-menu-item.context-menu-hover {
    background-color: var(--cv-orange-light);
}

/* ---------------------------------------------------
    DEVICE TABLE
----------------------------------------------------- */

#deviceTable tr {

}

#deviceTable tr.shown {
    border-top: 1px solid var(--cv-border-inner);
    border-left: 1px solid var(--cv-border-inner);
    border-right: 1px solid var(--cv-border-inner);
    border-bottom:none;
}

#deviceTable tr.shown.odd + tr.odd, #deviceTable tr.shown.even + tr.even {
    border-bottom: 1px solid var(--cv-border-inner);
    border-left: 1px solid var(--cv-border-inner);
    border-right: 1px solid var(--cv-border-inner);
    border-top:none;
}

/* ---------------------------------------------------
    DEVICE ICONS
----------------------------------------------------- */

.cvDeviceIcon {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 64px 64px;
    width:48px;
    height:64px;
}

@media (max-width: 768px) {
    .cvDeviceIcon {
        background-size: 48px 48px;
        width:48px;
        height:48px;    
    }
}

.cvDevice_CC202 {
    background-image: url(/img/devices/cc202.png);
}
.cvDevice_THS21 {
    background-image: url(/img/devices/ths21.png);
}
.cvDevice_WAD201 {
    background-image: url(/img/devices/wad201.png);
}
.cvDevice_WIO102 {
    background-image: url(/img/devices/wio102.png);
}
.cvDevice_WTC202 {
    background-image: url(/img/devices/wtc202.png);
}
.cvDevice_WTH200 {
    background-image: url(/img/devices/wth200.png);
}
.cvDevice_OWT201 {
    background-image: url(/img/devices/owt201.png);
}
.cvDevice_300 {
    background-image: url(/img/devices/300.png);
}
.cvDevice_500 {
    background-image: url(/img/devices/500.png);
}
.cvDevice_600 {
    background-image: url(/img/devices/600.png);
}
.cvDevice_603 {
    background-image: url(/img/devices/603.png);
}
.cvDevice_THR600 {
    background-image: url(/img/devices/thr600.png);
}
.cvDevice_MQTT {
    background-image: url(/img/devices/mqtt.png);
}
.cvDevice_empty {
    background-image: none;
}

.cvDeviceIcon.cvDevice_603,
.cvDeviceIcon.cvDevice_WAD201,
.cvDeviceIcon.cvDevice_WIO102,
.cvDeviceIcon.cvDevice_WTC202,
.cvDeviceIcon.cvDevice_WTH200,
.cvDeviceIcon.cvDevice_OWT201,
.cvDeviceIcon.cvDevice_MQTT
 {
    background-size: 48px 48px;
}

label {
    text-overflow: ellipsis;
    white-space: nowrap;
}

label.label-wrap {
    white-space: normal !important;
}

.modal label {
    white-space: normal;
}

.cvPropLabel {
    display:block;
    color: #808080;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: bold;
    margin:0px;
    margin-bottom: 0.05rem;
}
.cvPropLabelInline {
    display: inline-block;
    min-width: 120px;
}
.cvPropValue {
    line-height: 1.25rem;
    margin:0px;
    margin-bottom:1rem;
}

.cvPropDevicePending:before {
    content: " \F017  ";
}


.cvBorder {
    border:1px solid rgba(0,0,0,.125); border-radius:0.25rem;
}


/*********** MODAL **************/

.modal {
    overflow-y: auto;
}

body.modal-open {
    overflow-y: hidden;
}

.modal-dialog {
    margin-top: 30px;
    margin-bottom: 80px;
}

.modal-body {
    min-height: 160px;
}

p.saFormActual {
    margin-top:0.2rem;
    margin-bottom: 0px;
    line-height:1.5rem;
}

p.saFormActual .saFormActualHuman, p.saFormActual .saFormActualValue {
    font-weight: bold;
}

p.saFormHint {
    margin-top:0.10rem;
    margin-bottom: 0px;
    font-size: 0.875rem;
    line-height:1.35rem;
}

.cvModalLoading {
    text-align:center;
    /*
    background-image: url(/img/spinner-big.gif);
    background-repeat: no-repeat;
    background-size: 64px 64px;
    background-position-x: center;
    background-position-y: top;
    width:100%;
    height:100px;
    */
}

/*********** UPLOAD **************/

.dm-uploader{
    cursor:default;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}

.dm-uploader .btn {
    position:relative;
    overflow:hidden
}

.dm-uploader .btn input[type=file]{
    position:absolute;top:0;right:0;margin:0;border:solid transparent;width:100%;opacity:0;cursor:pointer
}

.drop-area {
    border: 0.25rem dashed #A5A5C7;
}



/*********** CDFILE SELECT MODAL **************/

#cdfileSelectModal .cvModalCdfileSelectItem {
    padding:5px;
    background-color: #f8f9fa;
}

#cdfileSelectModal .cvModalCdfileSelectItem.semiactive {
    padding:5px;
    background-color: var(--cv-orange-light);
}

#cdfileSelectModal .cvModalCdfileSelectItem.active {
    padding:5px;
    background-color: var(--cv-orange);
    color: #ffffff;
}

#cdfileSelectModal .cvModalCdfileSelectItem.active label {
    color:#ffffff;
}

/*********** SENSOR SELECT MODAL **************/

#sensorSelectModal .cvModalSensorSelectItem {
    padding:5px;
    background-color: #f8f9fa;
}

#sensorSelectModal .cvModalSensorSelectItem.semiactive {
    padding:5px;
    background-color: var(--cv-orange-light);
}

#sensorSelectModal .cvModalSensorSelectItem.active {
    padding:5px;
    background-color: var(--cv-orange);
    color: #ffffff;
}

#sensorSelectModal .cvModalSensorSelectItem.active label {
    color:#ffffff;
}


/*********** BOX SELECT MODAL **************/

#boxSelectModal .cvModalBoxSelectItem {
    padding:5px;
    background-color: #f8f9fa;
}

#boxSelectModal .cvModalBoxSelectItem.semiactive {
    padding:5px;
    background-color: var(--cv-orange-light);
}

#boxSelectModal .cvModalBoxSelectItem.active {
    padding:5px;
    background-color: var(--cv-orange);
    color: #ffffff;
}

#boxSelectModal .cvModalBoxSelectItem.active label {
    color:#ffffff;
}

/*********** LOCATION SELECT MODAL **************/

#locationSelectModal .cvModalLocationSelectItem {
    padding:5px;
    background-color: #f8f9fa;
}

#locationSelectModal .cvModalLocationSelectItem.active {
    padding:5px;
    background-color: var(--cv-orange);
    color: #ffffff;
}




/************ ALERT WITH ICONS ***************/


 
  .alert-white {
    border-radius: 0;
    -webkit-border-radius: 0;
    /* box-shadow: 0 1px 2px rgba(0,0,0,0.11); */
    display: table;
    width: 100%;
    font-size:14px;
    text-align:left;
    line-height:150%;
    border-width:1px;
    background-image: linear-gradient(to bottom, #fff, #f9f9f9);
    border-top-color: #d8d8d8;
    border-bottom-color: #bdbdbd;
    border-left-color: #cacaca;
    border-right-color: #cacaca;
    color: #404040;
    padding-left: 74px;
    padding-top:0.85rem;
    padding-bottom:0.85rem;
    position: relative; 
  }

  .alert-white.standout {
    background-image: none;
  }

  .alert-white.thin {
      padding-top: 0.50rem;
      padding-bottom: 0.50rem;
  }
  
  .alert-white.rounded {
    border-radius: 3px;
    -webkit-border-radius: 3px;
  }
  
  .alert-white.rounded .icon {
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
  }
  
  .alert-white .icon {
    text-align: center;
    width: 45px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #bdbdbd;
    padding-top: 15px;
  }
  
    .alert-white .icon:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #bdbdbd;
    position: absolute;
    border-left: 0;
    border-bottom: 0;
    top: 50%;
    right: -6px;
    margin-top: -3px;
    background: #fff;
  }
  
  .alert-white .icon i {
    font-size: 20px;
    color: #fff;
    left: 12px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
  }
  
  .alert-success {
    color: var(--cv-green);
    background-color: var(--cv-green-bg);
    border-color: var(--cv-green);
  }
  
  .alert-white.alert-success .icon, 
  .alert-white.alert-success .icon:after {
    border-color: #54a754;
    background: #60c060;
  }
  
  .alert-info {
    background-color: #d9edf7;
    border-color: #98cce6;
    /* color: #3a87ad; */
    color: var(--cv-blue);
  }
  
  .alert-white.alert-info .icon, 
  .alert-white.alert-info .icon:after {
    border-color: var(--cv-blue);
    background: var(--cv-blue);
  }
  
  .alert-white.alert-warning .icon, 
  .alert-white.alert-warning .icon:after {
    border-color: #d68000;
    background: #fc9700;
  }
  
  .alert-warning {
    background-color: #fcf8e3;
    border-color: #f1daab;
    color: #c09853;
  }
  
  .alert-danger {
    background-color: #f2dede;
    border-color: #e0b1b8;
    color: #b94a48;
  }
  
  .alert-white.alert-danger .icon, 
  .alert-white.alert-danger .icon:after {
    border-color: #ca452e;
    background: #da4932;
  }

  .alert-white.alert-dark .icon, 
  .alert-white.alert-dark .icon:after {
    border-color: #c9c9c9;
    background: #c9c9c9;
  }
  
.alert-white strong {
    font-size: 1rem;
    line-height:1.5rem;
    padding-bottom:10px;
    display:block;
}

.alert-white p {
    color: #000000;
    font-size: 0.875rem;
    font-weight: 300;
    max-width:800px;
    line-height:1.5rem;
    margin-bottom:0px;
    padding-bottom:10px;
 }

 .alert-white p:last-child, .alert-white strong:last-child {
    padding-bottom: 0;
 }

 @media (max-width: 768px) {
    .alert-white {
      padding-top:0.50rem;
      padding-bottom:0.50rem;
    }
    .alert-white strong {
        line-height:1.2rem;
        font-size: 0.875rem;
    }
}




/******************* MULTI SELECT *****************/

 .multi-select-container {
    display: block;
    position: relative;
  }
  
  .multi-select-menu {
    position: absolute;
    left: 0;
    top: 0.8em;
    float: left;
    min-width: 100%;
    background: #fff;
    margin: 1em 0;
    padding: 0.4em 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    display: none;
    z-index:200;
  }
  
  .multi-select-menu input {
    margin-right: 0.3em;
    vertical-align: 0.1em;
  }

  .multi-select-menu.right {
    right:0;
    left:auto;
  }
  
  .multi-select-button {
    display: inline-block;
    height: calc(1.5em + .5rem + 2px);
    font-size: 0.875em;
    /* padding: 0.2em 0.6em; */
    padding: .25rem .5rem;
    padding-right: 1rem;
    min-width: 4em;
    /* max-width: 20em; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: -0.5em;
    color: #495057;
  
    /*
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    */
    /*
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    */
    --bs-form-select-bg-img:  none !important;
    background-image:  none !important; 
    cursor: default;
  }

  .saDataTableFilterBar .multi-select-button {
    max-width:8rem;
    padding-right: 1.0rem;
    font-size: 0.75rem;
  }

  .saDataTableFilterBar select {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
  }

  .multi-select-button.form-control:not(.form-control-sm) {
      font-size: 1rem;
      height: calc(1.5em + 0.75rem + 2px);
      padding: 0.375rem 0.75rem;
  }
  
  .multi-select-button:after {
    content: "\25BC";
    display: inline-block;
    width: 0;
    height: 0;
    /*
    border-style: solid;
    border-width: 0.4em 0.4em 0 0.4em;
    */
    border: none;
    /* border-color: #999 transparent transparent transparent; */
    color: #999;
    margin-left: 0.4em;
    /* vertical-align: 0.1em; */
    position: absolute;
    right: 1.2em;
    top: 0.4em;
  }
  
  .multi-select-container--open .multi-select-menu { display: block; }
  
  .multi-select-container--open .multi-select-button:after {
    content: "\25B2";
    color: #999;
    /*
    border-width: 0 0.4em 0.4em 0.4em;
    border-color: transparent transparent #999 transparent;
    */
  }

  label.multi-select-menuitem {
      display: block;
      color: #495057;
      font-weight:normal;
      font-size: 0.875rem;
      white-space: nowrap;
      padding-left:0.5rem;
      padding-right:0.5rem;
  }


  /************ WIDGETS ***************/

.cvWidgetContainer {
    width:100%;
    min-height:2500px;
    position:relative;
    overflow-y: none;
    -webkit-overflow-scrolling:touch;
}

.cvWidget {
    padding:10px;
    position:absolute;
    top:0px;
    left:0px;
}

.cvWidget .card {
    box-shadow: rgba(149, 157, 165, 0.8) 6px 6px 16px;
}

.cvWidget .card-body {
    padding: 1.0rem;
    -webkit-overflow-scrolling:touch;
}

/*
.cvWidget.cvWidgetDragging .card {
    box-shadow: rgba(240, 108, 0, 0.8) 0px 0px 16px;
}
*/

.cvWidget .card-header {
    padding: .45rem .75rem;
    user-select: none;
    touch-action:none;
}

.cvWidget .card-header span.saFormElement {     /* user data, make sure it's not breaking lines */
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 80%;
}

.cvWidget .card-body {
    min-height: 40px;
}

.cvWidgetLocation {
    width: 340px;
    min-height:100px;
}

.cvWidgetLocMap {
    min-width: 340px;
    min-height:100px;
}

.cvWidgetWelcome {
    width: 50%;
    min-width:340px;
    max-width:1020px;
    min-height:100px;
}

.cvWidgetUnverified {
    width: 50%;
    min-width:340px;
    max-width:1020px;
    min-height:100px;
}

.cvWidgetAssume {
    width: 50%;
    min-width:340px;
    max-width:1020px;
    min-height:100px;
}

.cvWidgetSimple {
    width: 50%;
    min-width:340px;
    max-width:1020px;
    min-height:100px;
}

.cvWidgetAlarms {
    width: 90%;
    min-width:340px;
    max-width:1020px;
    min-height:200px;
}

.cvWidgetBetong {
    width: 50%;
    min-width:340px;
    max-width:1000px;
    min-height:200px;
}

.cvWidgetBetongRunning {
    width: 90%;
    min-width:340px;
    max-width:1400px;
    min-height:200px;
}

@media (max-width: 767px) {
    .cvWidget .card {
        box-shadow: rgba(149, 157, 165, 0.8) 2px 2px 6px;
    }   
    .cvWidgetLocation {
        width: 100%;
    }
    .cvWidgetBetong {
        width: 100%;
    }
    .cvWidgetBetongRunning {
        width: 100%;
    }
    .cvWidgetAlarms {
        width: 100%;
    }
    .cvWidgetWelcome {
        width: 100%;
    }
    .cvWidgetSimple {
        width: 100%;
    }
}

.cvWidgetBetongLoc {
}

.cvWidgetBetongLoc > div {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left:5px;
    padding-right:5px;
    align-items: center;
}

.cvWidgetBetongSep {
    width:1px;
    border-right: 1px solid var(--cv-border-card);
}

.cvWidgetButtons {
    position:absolute;
    right:0;
    bottom:0;
    margin-bottom:1px;
    margin-right:1px;
}

@-webkit-keyframes cvWidgetNewValueFrames {
    0% {
      -webkit-filter: blur(12px);
              filter: blur(12px);
      opacity: 0;
    }
    100% {
      -webkit-filter: blur(0px);
              filter: blur(0px);
      opacity: 1;
    }
  }
  @keyframes cvWidgetNewValueFrames {
    0% {
      -webkit-filter: blur(12px);
              filter: blur(12px);
      opacity: 0;
    }
    100% {
      -webkit-filter: blur(0px);
              filter: blur(0px);
      opacity: 1;
    }
}
.cvWidgetNewValue {
	-webkit-animation: cvWidgetNewValueFrames 1.1s ease-in-out both;
	        animation: cvWidgetNewValueFrames 1.1s ease-in-out both;
}

/******************* REPORTS *******************/

.cvLocationSummary {
    overflow:hidden;
}

.cvEventTableContainer .card-body{
    max-height: 300px;
    overflow-y:auto;
    overflow-x:hidden;
}

/******************* SENSORS *******************/

.cvSensorRowBlock {
    border: 1px solid var(--cv-border-inner);
    padding-top: 0.50rem;
    padding-bottom: 0.1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-radius: 0.2rem;
    margin-top: 0.25rem;
    margin-left: 0.5rem;
    background: linear-gradient(to right,#f9f9f9 0%, #fdfdfd 90%);
}
.cvSensorRowSpec {
    min-width: 16rem;
}
@media (max-width: 767px) {
    .cvSensorRowBlock {
        border: 1px solid var(--cv-border-inner);
        padding-top: 0.40rem;
        padding-bottom: 0.1rem;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
        border-radius: 0.2rem;
        margin-top: 0.15rem;
        margin-left: 0.25rem;
    }
    .cvSensorRowSpec {
        min-width: 8rem;
    }    
}    


/******************* ACCOUNT ADMIN *******************/

tr.cvAssumedAccountRow, tr.cvAssumedAccountRow > td{
    background-color: var(--cv-orange-medium) !important;
}


/******************* LOADING *******************/


.cvGraphLoading {
    position:absolute;
    z-index:200;
    top:0px;
    left:0px;
    width:100%;
    overflow:hidden;
    padding:1rem;
    margin:0px auto;
}
.cvModalLoading {
    width:100%;
    display:flex;
    justify-content: center;
}

.cvModalLoaderContainer {
    height:6rem;
    width:6rem;
    margin-top:1rem;
    margin-bottom:1rem;
    position:relative;
}

.cvModalLoaderCircle {
  animation: cvModalLoaderRotate 2s linear infinite;
  height: 6rem;
  transform-origin: center center;
  width: 6rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 767px) {
    .cvModalLoaderContainer {
        height:4rem;
        width:4rem;
    }   
    .cvModalLoaderCircle {
        height: 4rem;
        width: 4rem;   
    }
}

.cvModalLoaderPath {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: cvModalLoaderDash 1.5s ease-in-out infinite, cvModalLoaderColor 6s ease-in-out infinite;
  stroke-linecap: round;
}

@keyframes cvModalLoaderRotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes cvModalLoaderDash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes cvModalLoaderColor {
  100%,
  0%,
  30% {
    stroke: var(--cv-orange);
  }
  35%,
  50% {
    stroke: var(--cv-blue);
  }
  55%,
  75% {
    stroke: var(--cv-orange);
  }
  80%,
  95% {
    stroke: var(--cv-green);
  }
}

.noanim.collapsing {
    -webkit-transition: none;
         -o-transition: none;
            transition: none;
  }

  

/******************* HELP *******************/

.cvHelpMarkdownArea p, .cvHelpMarkdownArea li {
    color: black;
}
.cvHelpMarkdownArea h1 {
    font-weight:bold;
    font-size:2.0rem;
}
.cvHelpMarkdownArea h2 {
    font-weight:bold;
    font-size:1.6rem;
    margin-top:2rem;
}
.cvHelpMarkdownArea h3 {
    font-weight:bold;
    font-size:1.35rem;
    margin-top:1.5rem;
}
.cvHelpMarkdownArea img {
    max-width: 100%;
    position:relative;
}

.cvHelpMarkdownArea .cvHelpImg {
    position: relative;
    cursor: pointer;
}

.cvHelpMarkdownArea .cvHelpImg div.cvHelpImgMagnifyHover {
    visibility: hidden;
    width:0px;
    height:0px;
    top:4px;
    left:4px;
    position:absolute;
    background:transparent;
    font-size:2rem;
    z-index: 200;
    color: black;
}

.cvHelpMarkdownArea img:hover div.cvHelpImgMagnifyHover,
.cvHelpMarkdownArea div.cvHelpImg:hover div.cvHelpImgMagnifyHover,
.cvHelpMarkdownArea img:hover div.cvHelpImgMagnifyHover:hover {
    visibility: visible;
    width:32px;
    height:32px;
}

.cvHelpMarkdownArea .alert-white strong {
    display:inline;
}


/******************* PANEL OUTSIDE *******************/

.cvPanelOutsideHint {
    color: #808080;
}

.cvPanelOutsideHint i {
    display:block;
    float:left;
    font-size: 2.0rem;
    padding-right: 2rem;
}

.cvPanelOutsideHint h3 {
    font-size: 1.5rem;
    font-weight: bold;
}

.cvPanelOutsideHint p {    
    font-size: 1rem;
    font-weight:normal;
}


/********************** BETONG FAMILY *****************/

.cvBetongFamilyName {
    font-weight:bold;
    font-size:1.1rem;
}
.cvBetongFamilyDesc {
    font-weight:normal;
    font-size:0.875rem;
}

 #cvBetongSelectRecipeModalTable tr.active {
    background-color: var(--cv-orange) !important;
    color: #ffffff;
}
#cvBetongSelectRecipeModalTable tr.active td {
    background-color: var(--cv-orange) !important;
    color: #ffffff;
}