:root {
    --bs-primary: #0071b9;
	--bs-primary-rgb: 0,113,185;
	--bs-secondary: #6c757d; 
	--bs-secondary-rgb: 108,117,125;
    --menu-text: #fff;
	--menu-text-rgb: 255,255,255;
    --logo-img: url(../../media/imgs/balsamic_wht.png);
    --btn-primary: #5c636a;
	--btn-secondary: #ccc;
	--btn-hover: var(--bs-primary);
    --help-bg: rgba(var(--bs-primary-rgb),0.65);
    --help-txt: #fff;
    --help-border: #0071b9;	
}

body {}
html {position: relative;}
		
#skiptocontent {
    position: absolute;
    top: 0;
    z-index: 10001;
}

#skiptocontent a {
    padding: 1em;
    position: absolute;
    top: 0px;
    left: -250px;
    color: white;
    border-bottom-right-radius: 20px;
    background: #000;
    -webkit-transition: left 1s ease-out;
    transition: left 1s ease-out;
    z-index: 100;
    outline: 0;
    min-width: 180px;
    border-left: 0;
}

#skiptocontent a:focus {
    position: absolute;
    left: 0px;
    top: 0px;
    outline-color: transparent;
    -webkit-transition: top .1s ease-in;
    transition: top .1s ease-in;
}

.vt-skiptotop {
    min-height:1em;
}

.vt-skiptotop a {
    text-decoration: none;
    color: #000;
    height: 0px;
    display: inline-block;
    overflow: hidden;
}
footer section.bg-dark .vt-skiptotop a {
    color: #fff !important;
}
footer section.bg-light .vt-skiptotop a {
    color: #000 !important;
}

.vt-skiptotop:focus-within a {
    height: auto;
    outline-color: transparent;
    -webkit-transition: height .1s ease-in;
    transition: height .1s ease-in;
}

.vt-skiptotop a:hover,
.vt-skiptotop a:focus {
    text-decoration: underline;
}

/****************** VITAELITY core basics *************************************************/
#bBar {
		height: 2px;
		width: 261px;
		/*background-color: #fff;*/
		position: absolute;
		top: 45px;
		right: 879px;
		display:none;
	}
@media (min-width: 992px) {
    #bBar {display:block;left: 0;}
}
@media (min-width: 1200px) {
    #bBar {width: 100vw;left:auto;}
}
@media (min-width: 1400px) {
    #bBar {right: 1058px;}
}






/*main {min-height:75vh;}*/
.vt-account-box {color: var(--menu-text) !important;}

.bi-person-circle {
    background-color: transparent;
    border-radius: 50%;
    color: inherit;
    line-height: 1;
    display: inline-block;
    width: 1em;
    height: 1em;
    text-align: center;
}

.vt-ArcAdmin {
    color: #000;
    background-color: limegreen;
}

.navbar-brand {
    background-image: var(--logo-img);
    background-position: center;
    background-size: contain;
    width: 250px;
    height: 50px;
    background-repeat: no-repeat;
    text-indent: -900em;
}
.navbar-nav .nav-link.active, 
.navbar-nav .show > .nav-link {color: var(--menu-text) !important;background-color:rgba(var(--bs-primary-rgb),0.5)}
.navbar-nav .nav-link {color: rgba(var(--menu-text-rgb),.75) !important;}

#PortalMenu .nav-pills .nav-link {color: #fff !important;}
#PortalMenu .nav-pills .nav-link.active,
#PortalMenu .nav-pills .dropdown-toggle.show {background-color: #000;}

.dropdown-menu {background-color: #000;border: 0;}
.dropdown-item {color: #fff}

.dropdown-item.active{color: var(--bs-primary);background-color:transparent;cursor:default;}


footer section.bg-dark a.text-decoration-none:hover {
    color: #fff !important;
    text-decoration: underline !important;
}
footer.text-muted section.bg-dark {
    color: #bbb !important;
}
footer a.text-decoration-none:hover {
    color: #000 !important;
    text-decoration: underline !important;
}

footer.text-muted section.bg-light {
    color: #999 !important;
}

.vt-arc span {
    display: inline-block;
    height: 28px;
    width: 70px;
    margin: 0 auto;
    background-image: url(../../media/imgs/footer-logo.png);
    background-size: cover;
    background-position: top;
    vertical-align: middle;
    margin-right: -10px;
}
footer a.vt-arc:hover {
    text-decoration: none !important;
    color: #79ac85 !important;
}
.vt-arc:hover span {
    background-position: bottom;
}


.or-separator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 4px;
}
.or-separator::after, 
.or-separator::before {
    content: "";
    width: 50%;
    height: 1px;
    background-color: rgba(0,0,0,0.15);
}
.or-separator .or-text {
    font-size: 1.4rem;
    line-height: 1.42857;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    margin: 0 12px;
}

/***************** heights ****************************/
.vt-h-100 {height:100px;}
.vt-h-200 {height:200px;}
.vt-h-300 {height:300px;}
.vt-h-400 {height:400px;}
.vt-h-500 {height:500px;}
.vt-h-600 {height:600px;}
.vt-h-700 {height:700px;}
.vt-h-800 {height:800px;}

/***************** Backgrounds ****************************/
.vt-bg-blfadeblk {
	background-image: linear-gradient(180deg, var(--bs-primary), black);
}
.vt-bg-chartGreen {
	background-image: url(../../media/imgs/bg-diag-d.png),linear-gradient(180deg, green, lightgreen);
}

    /*********************************** BUTTONS *****************************/

    .btn {
    border-radius: 3rem;
    padding: 0.25rem 1rem;
}
.btn-lg{border-radius: 3rem;}

.btn-primary {
    color: #fff;
    background-color: var(--btn-primary);
    border-color: var(--btn-primary);
}
.btn-secondary {
    color: #000;
    background-color: var(--btn-secondary);
    border-color: var(--btn-secondary);
}
.btn:hover,
.btn-primary:hover,
.btn-secondary:hover {
    color: var(--menu-text);
    background-color: var(--btn-hover);
    border-color: var(--btn-hover);
}
.btn:focus,
.btn-primary:focus,
.btn-secondary:focus {
    color: var(--menu-text);
    background-color: var(--btn-hover);
    border-color: var(--btn-hover);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb),0.5);
}

.vt-logout {border-radius:0 0 0 6px;
            
}

.vt-logout:hover {
    background-color: red;
    border-color: red;
    border-bottom-color: darkred;
    border-left-color: darkred;
    color: #fff;
}



.vt-dateicon {
    background-color: #fff;
    border-left: 0px solid #fff;
    left: 0px;
    position: relative;
    color: silver;
}
/************************* Accordions *********************/
.accordion-button {
    padding: 1rem 1.25rem 1rem 2.75rem;
	font-weight:bold;
}
.accordion-button::after {
    margin-left: 1em;
    position: absolute;
    left: 0;
}

.accordion-button:not(.collapsed) {
    color: var(--bs-primary); 
    background-color: transparent; 
    box-shadow: none;
}

.accordion-button:hover {
	color: var(--bs-primary); 
    text-decoration:underline;
}

.accordion-button:focus {
	color: var(--bs-primary); 
	background-color: rgba(var(--bs-primary-rgb),.2);
    box-shadow:none;
}

.accordion-item {
	border-left:0;
	border-right:0;
}

/************************* Popovers ***********************/
/** Icons **/
[data-bs-toggle="popover"] i {
    color: rgba(0,0,0,0.5);
}
[data-bs-toggle="popover"] i:hover {
    color: var(--bs-primary) ;
}
/* bubbles **/
.popover {
    border-color: var(--help-border); /*rgba(0,0,0,.2)*/
    background-color: var(--help-bg);
}
.popover-body {color: var(--help-txt)}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .bs-popover-top > .popover-arrow::after {
    border-bottom-color: var(--help-bg);
}
.bs-popover-top > .popover-arrow::before {
    border-bottom-color: var(--help-border);
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, .bs-popover-bottom > .popover-arrow::after {
    border-top-color: var(--help-bg);
}
.bs-popover-bottom > .popover-arrow::before {
    border-top-color: var(--help-border);
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, .bs-popover-end > .popover-arrow::after {
    border-right-color: var(--help-bg);
}
.bs-popover-end > .popover-arrow::before {border-right-color: var(--help-border);}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after, .bs-popover-start > .popover-arrow::after {
    border-left-color: var(--help-bg);
}
.bs-popover-start > .popover-arrow::before {
    border-left-color: var(--help-border);
}

/*********************************** Tables ******************************/

table.dataTable > thead > tr > th, 
table.dataTable > thead > tr > td {
    background-color: rgba(var(--bs-primary-rgb), 0.9);
    color: var(--menu-text);
}
table.dataTable > thead .sorting_asc,
table.dataTable > thead .sorting_desc{
    background-color: rgba(var(--bs-primary-rgb), 1);
}


/****************************** DATA TABLES ******************************/
.wrap {
    overflow-x: auto;
    margin: 6px 0;
    border-right: 2px dotted #888;
    display: inline-block;
    width: 100%;
}
@media (min-width: 1000px) {.wrap {border-right:0;}}

.arc table.dataTable {
    width: 100% !important;
    min-width: 950px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.arc .dtsp-searchPane table.dataTable {
    min-width: inherit;
}
table .dataTable thead tr th, .table thead tr th {
    background-color: #000;
    color: #fff;
}
table.dataTable tbody th, table.dataTable tbody td {
    vertical-align: middle;
}
.table > :not(:first-child) {border-top: 0px;}

.dataTables_scrollBody {height:100px !important;}
div.dtsp-panesContainer {margin-bottom: 0.5em;}
div.dataTables_filter {margin: 0.2em 0 0.5em;} /** Hiding the Search Panes Search box **/

    .dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    padding: 0.25em 0.5em;
    background-color: #CCC; 
    border-radius: 5px;
    color: #fff !important;
    border: 1px solid #CCC;
    font-size: .875rem;
    border-radius: 0.2rem;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: none;
    color: #000 !important;
    background-color: #cfcfcf;
    border-color: #d4d4d4;
    cursor:default;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #000 !important;
    background-color: #cfcfcf !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 1px solid #000; 
    background-color: #000 !important; 
    color: #fff !important;
    cursor:pointer;
    background-image:none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    opacity:0.6;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    background-color: #CCC !important;
    border-color: #CCC;
    cursor:default;
}

.arc .dataTables_empty {
    text-align: left !important;
    font-style: italic;
    color: #999 !important;
}

/**************************** Search PANES ******************************

div .dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane {
    margin: 0.2em 0 !important;
    border: 0px solid gold;
}
div.dtsp-panesContainer div.dtsp-searchPane div.dtsp-topRow {
    margin: 0;
    border: 2px solid #87CBAC;
    border: 2px solid #d0d4c5;
    padding: 3px;
    border-end-end-radius: 0;
    border-end-start-radius: 0;
    border-bottom: 0;
    background-color: #d0d4c5; /** remove if re-activating search in topRow **
}
/** remove if re-activating search in topRow **
div.dtsp-topRow div.dtsp-subRow1 div.dtsp-searchCont input.dtsp-disabledButton {
    padding-top: 3px;
    padding-bottom: 0px;
    background-color: transparent;
    opacity: 1;
    border: 0;
    box-sizing: border-box;
}
div.dtsp-topRow div.dtsp-subRow1 div.dtsp-searchCont input.dtsp-disabledButton:disabled {color:#fff;}

div.dtsp-panesContainer div.dtsp-searchPane div.dtsp-topRow.dtsp-bordered {
    border: 2px solid #cfcfcf;
    
}
div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane div.dataTables_wrapper {
    border: 2px solid #87CBAC;
    border: 2px solid #d0d4c5;
    border-start-end-radius: 0;
    border-start-start-radius: 0;
}
div.dtsp-panesContainer div.dtsp-searchPane div.dataTables_wrapper:hover {
    border-color: #87CBAC !important;
}

div.dtsp-topRow.dtsp-bordered:hover {
    background-color: #f0f0f0;
    border-color: #87CBAC !important;
    opacity: 1;
    cursor: pointer !important;
}
table.dataTable tbody tr.selected > * {
    box-shadow: inset 0 0 0 9999px rgb(47 79 79 / 100%);
    color: white;
}
div.dtsp-topRow button.dtsp-nameButton, 
div.dtsp-topRow button.dtsp-countButton {display:none;}
div.dtsp-panesContainer div.dtsp-searchPane div.dtsp-topRow div.dtsp-subRow2 {margin-left: 0px;}

div.dtsp-panesContainer button.dtsp-clearAll,
div.dtsp-panesContainer button.dtsp-collapseAll,
div.dtsp-panesContainer button.dtsp-showAll {
    float: right;
    padding: 0.25em 0.5em;
    background-color: #87CBAC;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #87CBAC;
    font-size: .875rem;
    border-radius: 0.2rem;
}
div.dtsp-panesContainer button.dtsp-clearAll:hover {
    background-color: #2D6A85;
    border: 1px solid #2D6A85;
}
.dtsp-disabledButton {opacity:0.4;}
div.dtsp-panesContainer div.dtsp-searchPane div.dtsp-topRow button {
    min-height: 28px;
}

.dtsp-emptyMessage {
    font-style: italic;
    color: #999 !important;
    background-color: #efefef;
    padding: 0.5em;
    border-radius: 8px;
    display:none;
}

*/


/************************************************************************
.arc-help i {
    display: inline-block;
    padding: 0.4em 0.5em;
    color: rgba(0,0,0,0.25) !important;
}
.arc-help i:hover {
    color: #87cbac !important;
}
.non-mouse-info {
    display: inline-block;
}
.non-mouse-content {
    visibility:hidden;
    display:none;
}
.non-mouse-info:focus .non-mouse-content {
    visibility:visible;
    display:inline-block;
}

.form-check .arc-help {
    vertical-align: top;
    display: inline-block;
    margin-top: -6px;
}
*/



/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 70px 0 60px;
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
    width: 100%;
    position: relative;
    text-align: center;
    background: rgba(0, 0, 0, 0.03);
    border: 1px solid silver;
    border-radius: 20px;
}

.counts .count-box i {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #106eea;
  color: #fff;
  width: 56px;
  height: 56px;
  line-height: 0;
  border-radius: 50px;
  border: 5px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #062b5b;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}