
  
@font-face {
  font-family: "Museo-700";
  src: url('../fonts/museo-700.woff2') format('woff2'), url('../fonts/museo-700.woff') format('woff');
}

@font-face {
  font-family: "MuseoSans-500";
  src: url('../fonts/museoSans-500.woff2') format('woff2'), url('../fonts/museoSans-500.woff') format('woff');
}

@font-face {
  font-family: "MuseoSans-300";
  src: url('../fonts/museoSans-300.woff2') format('woff2'), url('../fonts/museoSans-300.woff') format('woff');
}

@font-face {
  font-family: "MuseoSans-500-Italic";
  src: url('../fonts/museoSans-500-Italic.woff2') format('woff2'), url('../fonts/museoSans-500-Italic.woff') format('woff');
}

@font-face {
  font-family: "MuseoSans-700";
  src: url('../fonts/museoSans-700.woff2') format('woff2'), url('../fonts/museoSans-700.woff') format('woff');
}

@font-face {
  font-family: "SoinSansPro";
  src: url('../fonts/SoinSansPro.woff2') format('woff2'), url('../fonts/SoinSansPro.woff') format('woff');
}

@font-face {
  font-family: "ManjariThin";
  src: url('../fonts/manjari-thin-webfont.woff2') format('woff2'), url('../fonts/manjari-thin-webfont.woff') format('woff');
}

@font-face {
  font-family: "Manjari";
  src: url('../fonts/manjari-regular-webfont.woff2') format('woff2'), url('../fonts/manjari-regular-webfont.woff') format('woff');
}

.Museo700 {
	font-family: "Museo-700";
}

.MuseoSans500 {
	font-family: "MuseoSans-500";
}

.MuseoSans500Italics {
	font-family: "MuseoSans-500-Italic";
}

.MuseoSans700 {
	font-family: "MuseoSans-700";
}

.SoinSansPro {
	font-family: "SoinSansPro";
}

:root {
    --primary: #017093;
    --primary-light: #67dbfe;
    --primary-darker: #003a4c;
    --secondary: #fdd431;
    --secondary-light: #fdd431;
    --secondary-dark: #444444;
    --back-dark: #222;
    --low-priority: #888888;
    --med-priority: #fb7b2f;
    --high-priority: #bc2d03;
    --success: #017101;
    --denied: #bc2d03;
    --modal-back: #333;
    --dialog-back: #222;
}

.back-dark
{
    background-color: var(--back-dark) !important;
    color: #FFFFFF !important;
}

.primary-button
{
    background-color: var(--primary);
}

a 
{
    color: var(--primary);
}

body {
  background-color: rgb(243,243,244);
  font-family: 'MuseoSans-300', sans-serif;
  font-size: 13px;
  color: #000;
}

table a
{
    color: var(--primary) !important;
}

textarea
{
    padding-top: 12px !important;
    overflow-y: auto !important;
} 

.modal-select
{
    margin-left: 2.5rem;
}

.nav-icon{
    width: 45px;
    height: 45px;
    padding-top: 10px; 
}

.tab-header-icon
{
    width: 45px;
    height: 45px;
}

.tab-header-icon .fa-primary
{
    fill: var(--primary);
    opacity: 1;
}

.tab-header-icon .fa-secondary
{
    fill: var(--secondary-dark);
    opacity: 1;
}

.table-icon
{
    width: 22px;
    height: 22px;
}

.table-icon .fa-primary
{
    fill: var(--primary);
    opacity: 1;
}

.table-icon .fa-secondary
{
    fill: var(--secondary-dark);
    opacity: 1;
}

.tab-h-icon
{
    width: 40px;
    height: 40px;
}

.modal-dialog .modal-content 
{
  border-radius: 50px;
  background-color: var(--modal-back);
  color: #000;
}

.modal-footer 
{
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.modal-icon
{
    width: 40px;
    height: 40px;
}

.modal-icon .fa-primary
{
    fill: #FFF;
}

.modal-icon .fa-secondary
{
    fill: #FFF;
}

.modal-button-icon
{
    width: 20px;
    height: 20px;
}

.modal-button-icon .fa-primary
{
    fill: #FFF;
}

.modal-button-icon .fa-secondary
{
    fill: #FFF;
}

.mono-icon .fa-primary
{
    fill: #FFF;
}

.mono-icon .fa-secondary
{
    fill: #FFF;
}

.column-icon
{
    width: 20px;
    height: 20px;
}

.column-icon .fa-primary
{
    fill: var(--primary);
    opacity: 1;
}

.column-icon .fa-secondary
{
    fill: #CCC;
    opacity: 1;
}

.profile-icon
{
    width: 100px;
    height: 100px;
    padding: 5px;
}

.profile-icon .fa-primary
{
    fill: #CCC;
}

.profile-icon .fa-secondary
{
    fill: #CCC;
}


.table-toolbar-button
{
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    height: 38px !important;
    border-style: solid !important;
    border-width: 2px !important;
    border-color: var(--primary) !important;
    background-color: #f3f3f4 !important;
    font-size: 13px;
    font-weight: 400;
    color: #6c757d;
    margin:0px 5px 0px 0px !important;
}

.table thead th .both
{
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #000 !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.table.table td
{
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 0px;
    padding-right: 0px;
}

.card-header
{
    background-color: var(--primary);
    border-radius: 100px !important;
}

.tabs-left .tabs {
    flex: 0 0 100px;
}

.tabs-left .nav-link
{
    /*background-color: #FFF;*/
    background: #555;
    color: #FFF;

    border-radius: 0px;

    /*
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CCC;
    */
}

.tabs-left .nav-link:hover
{
    color: #666;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
}

.tabs-left .nav-link.active
{
    /*background: #555;*/
    background-color: #EEE;
    color: #666;
    box-shadow: none;
    /*
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #CCC;
    */
}

.tabs-left .tab-content
{
    /*background-color: #eee;*/
}

.md-pills li
{
    padding:0px;
}

.table-heading-text
{
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
    margin-bottom: 0px !important; 
}

.page-item.active .page-link
{
    background-color: var(--primary) !important;
}

.button-icon
{
    width: 18px;
    height: 18px;
}

.button-icon .fa-primary
{
    fill: var(--primary);
    opacity: 1;
}

.button-icon .fa-secondary
{
    fill: #CCC;
    opacity: 1;
}

.search-input
{
    /*border: 2px var(--primary);*/
    border-width: 2px;
    border-color: var(--primary);
    border-radius: 20px;
    /*
    background-color: #3CBC8D;
    color: white;
    */
}



.table-button
{
    padding:7px !important;
    border-width: 0px;
    color: var(--primary) !important; 
    /*
    fill: var(--primary);
    border-color: var(--primary);
    border-radius: 0px;
    */
}

.form-icon
{
    width: 22px;
    height: 22px;
}

.md-form .prefix.active .fa-primary
{
    fill: var(--primary);
    opacity: 1;
}

.md-form .prefix.active .fa-secondary
{
    fill: #CCC;
    opacity: 1;
}

.md-form .prefix .fa-primary
{
    fill: #888;
    opacity: 1;
}

.md-form .prefix .fa-secondary
{
    fill: #CCC;
    opacity: 1;
}

.fieldset .prefix.active .fa-primary
{
    fill: var(--primary);
    opacity: 1;
}

.fieldset .prefix.active .fa-secondary
{
    fill: #CCC;
    opacity: 1;
}

.fieldset .prefix .fa-primary
{
    fill: #888;
    opacity: 1;
}

.fieldset .prefix .fa-secondary
{
    fill: #CCC;
    opacity: 1;
}


.md-form input[type=text]:focus:not([readonly]),
.md-form input[type=password]:focus:not([readonly]),
.md-form input[type=email]:focus:not([readonly]),
.md-form input[type=url]:focus:not([readonly]),
.md-form input[type=time]:focus:not([readonly]),
.md-form input[type=date]:focus:not([readonly]),
.md-form input[type=datetime-local]:focus:not([readonly]),
.md-form input[type=tel]:focus:not([readonly]),
.md-form input[type=number]:focus:not([readonly]),
.md-form input[type=search-md]:focus:not([readonly]),
.md-form input[type=search]:focus:not([readonly]),
.md-form textarea.md-textarea:focus:not([readonly]) 
{
    box-shadow: 0 1px 0 0 var(--primary);
    border-bottom: 1px solid var(--primary);
}

.md-form input[type=text]:focus:not([readonly]) + label,
.md-form input[type=password]:focus:not([readonly]) + label,
.md-form input[type=email]:focus:not([readonly]) + label,
.md-form input[type=url]:focus:not([readonly]) + label,
.md-form input[type=time]:focus:not([readonly]) + label,
.md-form input[type=date]:focus:not([readonly]) + label,
.md-form input[type=datetime-local]:focus:not([readonly]) + label,
.md-form input[type=tel]:focus:not([readonly]) + label,
.md-form input[type=number]:focus:not([readonly]) + label,
.md-form input[type=search-md]:focus:not([readonly]) + label,
.md-form input[type=search]:focus:not([readonly]) + label,
.md-form textarea.md-textarea:focus:not([readonly]) + label 
{
    color: var(--primary);
}

.chips.focus 
{
    border-bottom: 1px solid var(--primary);
    box-shadow: 0 1px 0 0 var(--primary);
}

.chips .tag.selected 
{
    border-bottom: 1px solid var(--primary);
}

.select-wrapper input.active 
{
    border-bottom: 1px solid var(--primary);
    box-shadow: 0 1px 0 0 var(--primary);
}

.dropdown-primary .search-wrap input:focus 
{
    border-bottom: 1px solid var(--primary);
    box-shadow: 0 1px 0 0 var(--primary);
}

.fa
{
    width: 18px;
    height: 18px;
}

.fa path
{
    fill: #FFF;
}

.fal
{
    width: 18px;
    height: 18px;
}

.fa-caret-square-down
{
    content:url(..//img//icons//light//caret-down.svg);
} 

.fa-caret-square-up
{
    content:url(..//img//icons//light//caret-up.svg);
} 

.fa-sync
{
    content:url(..//img//icons//light//sync-alt.svg);
} 

.fa-toggle-off
{
    content:url(..//img//icons//light//toggle-off.svg);
} 

.fa-toggle-on
{
    content:url(..//img//icons//light//toggle-on.svg);
} 

.fa-th-list
{
    content:url(..//img//icons//light//th-list.svg);
} 

.fa-plus
{
    content:url(..//img//icons//light//plus.svg);
} 

.fa-minus
{
    content:url(..//img//icons//light//minus.svg);
} 

.fa-arrows-alt
{
    content:url(..//img//icons//light//arrows-alt.svg);
} 

.fa-search
{
    content:url(..//img//icons//light//search.svg);
} 

.fa-trash
{
    content:url(..//img//icons//light//trash-alt.svg);
} 

.fa-calendar
{
    content:url(..//img//icons//light//calendar-alt-lbg-duo.svg);
} 

.fa-clock
{
    content:url(..//img//icons//light//clock-lbg-duo.svg);
} 

.fa-chevron-up
{
    content:url(..//img//icons//light//chevron-up-lbg-duo.svg);
} 

.fa-chevron-down
{
    content:url(..//img//icons//light//chevron-down-lbg-duo.svg);
} 

.fa-chevron-left
{
    content:url(..//img//icons//light//chevron-left-lbg-duo.svg);
} 

.fa-chevron-right
{
    content:url(..//img//icons//light//chevron-right-lbg-duo.svg);
} 



div.menu-item {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    width: 90px;
}
.caption {
    padding:2px 0px;
    display: block;
    font-size: 9pt;
}

.sys-content-wrapper
{
    padding:5px;
}

.dropdown-primary .dropdown-content li a, .dropdown-primary .dropdown-content li span:hover, .dropdown-primary .dropdown-content li.active {
        background-color: var(--primary) !important;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.unhittable {
    pointer-events: none;
}

/*
Flexy menu
*/

.flexy-menu {
    width: 100%;
    margin:0;
    padding: 0;
    position:relative;
    float:left;
    list-style: none;
    background: #333333;
    /*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);*/
    margin-bottom: 10px;
}
.flexy-menu li {
	display:inline-block;
	font-size:13px;
	margin:0;
	padding:0;
	float:left;
	line-height: 20px;
	position:relative;
}
.flexy-menu > li > a {
	color:#333333;
	text-decoration:none;
	display:block;
	text-transform:uppercase;
	-webkit-transition:color 0.2s linear, background 0.2s linear;	
	-moz-transition:color 0.2s linear, background 0.2s linear;	
	-o-transition:color 0.2s linear, background 0.2s linear;	
	transition:color 0.2s linear, background 0.2s linear;	
}
.flexy-menu li:hover > a,
.flexy-menu li.active > a {
	background: #555;
	color: #fff !important;
}

/*----------------------------
	Right alignment (item)
----------------------------*/
.flexy-menu li.right{
	float: right; 
}

/*-----------------------------
	Drop down configuration
-----------------------------*/
.flexy-menu ul, 
.flexy-menu ul li ul {
	list-style: none;
    margin: 0;
    padding: 0;  
	display: none;
    position: absolute;
    z-index: 99999;
	/*width: 132px;*/
	background: #333333;
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
.flexy-menu ul {
    top: 68px;
    left: 0;
}
.flexy-menu ul li ul {
    top: 0;
    left: 100%;
}
.flexy-menu ul li {
	clear:both;
	width:100%;
	border: none;
	font-size:12px;
}
.flexy-menu ul li a {
	padding:0px;
	width:100%;
	color:#dedede;
	font-size:13px;
	text-decoration:none;
	display:inline-block;
	float:left;
	clear:both;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
	-webkit-transition:color 0.2s linear, background 0.2s linear;	
	-moz-transition:color 0.2s linear, background 0.2s linear;	
	-o-transition:color 0.2s linear, background 0.2s linear;	
	transition:color 0.2s linear, background 0.2s linear;	
}

/*-----------------------------
	Drop down indicators
-----------------------------*/
.flexy-menu > li .indicator{
	position: absolute;
	color: #dedede;
	top: 20px;
	right: 8px;
	font-size: 17px;
}
.flexy-menu ul > li .indicator{
	top: 10px;
	right: 8px;
}

/*------------------
	Preset sizes
------------------*/
.thin > li > a{
	padding: 0px;
}
.thin ul{
	top: 40px;
}
.thin > li .indicator{
	top: 10px;
}

.thick > li > a{
	padding: 40px 22px;
}
.thick ul{
	top: 100px;
}
.thick > li .indicator{
	top: 40px;
}

/*-------------------------
	Icons configuration
-------------------------*/
.flexy-menu i{
	line-height: 20px !important;
	margin-right: 6px;
	font-size: 18px;
	float: left;
}

/*------------------------------------
	Collapsible menu configuration
------------------------------------*/
.flexy-menu > li.showhide{
	display: none;
	width: 100%;
	height: 50px;
	cursor: pointer;
	color:#dedede;
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
	background: #333333;
}
.flexy-menu > li.showhide span.title{
	margin: 16px 0 0 25px;
	float: left;
}
.flexy-menu > li.showhide span.icon{
	margin: 17px 20px;
	float: right;
}
.flexy-menu > li.showhide .icon em{
	margin-bottom: 3px;
	display: block;
	width: 20px;
	height: 2px;
	background: #ccc;
}

.form-check-input[type="checkbox"].filled-in:checked + label::after, label.btn input[type="checkbox"].filled-in:checked + label::after {
    background-color: var(--primary);
    border: 2px solid var(--primary);
}

.md-tabs {
    border: 0;
    padding: 0;
    margin-left: 1rem;
    margin-bottom: -40px;
    background-color: #2bbbad;
    z-index: 1;
    position: relative;
    border-radius: 0
}

.md-tabs .nav-item.open .nav-link,
.md-tabs .nav-link.active {
    background-color: rgba(0, 0, 0, .2);
    color: #fff;
    -webkit-transition: all 1s;
    transition: all 1s;
    /*! border-radius: .25rem */
}

.login-page .navbar:not(.top-nav-collapse) {
    background: #FFFFFF;
}

.list-group-item
{
    padding-left: 0px;
}

.form-check-input[type="radio"].with-gap:checked + label::after, .form-check-input[type="radio"]:checked + label::after, label.btn input[type="radio"].with-gap:checked + label::after, label.btn input[type="radio"]:checked + label::after {
    background-color: var(--primary);
}

.form-check-input[type="radio"].with-gap:checked + label::after, .form-check-input[type="radio"].with-gap:checked + label::before, .form-check-input[type="radio"]:checked + label::after, label.btn input[type="radio"].with-gap:checked + label::after, label.btn input[type="radio"].with-gap:checked + label::before, label.btn input[type="radio"]:checked + label::after {

    border: 2px solid var(--primary);

}

.switch label input[type="checkbox"]:checked + .lever::after {
        background-color: var(--primary);
}

.bootstrap-table .fixed-table-container .table thead th .th-inner {
    padding: 0px;
    vertical-align: bottom;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.form-check-input[type="checkbox"]:checked + label::before, label.btn input[type="checkbox"]:checked + label::before
{
    border-right: 2px solid var(--primary);
    border-bottom: 2px solid var(--primary);
}

.form-check-input[type="checkbox"] + label, label.btn input[type="checkbox"] + label 
{
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    line-height: 1.5625rem;
    user-select: none;
}

.bstable.form-check-input[type="checkbox"] + label::before, 
.bstable.form-check-input[type="checkbox"]:not(.filled-in) + label::after
{
    top: -4px;
}

fieldset.bstable.form-check
{
    height: 32px;
    min-width: 220px;
}

.report-thumb:hover {
  background-color: #f2f2f2;
  padding: 10px;
}

.calendar-month svg
{
    position: absolute;
    /*left: 40px;*/
}   

.picker__box .picker__header .picker__date-display {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: var(--primary);
    font-weight: 400;
    padding-bottom: .3125rem;
}

.picker__box .picker__header .picker__nav--prev::before {
    content: url("data:image/svg+xml,%3Csvg  xmlns='http://www.w3.org/2000/svg' width='15' height='20'%3E%3Cpolygon points='0,10 15,0 15,20' fill='%23017093'/%3E%3C/svg%3E");
}

.picker__box .picker__header .picker__nav--next::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='20'%3E%3Cpolygon points='0,0 0,20 15,10' fill='%23017093'/%3E%3C/svg%3E");
}

.login-page .top-nav-collapse 
{
    background-color: #FFFFFF;
}

.md-toast-warning
{
    background-color: #e69900 !important;
}

.dropdown .dropdown-menu .dropdown-item:active, .dropdown .dropdown-menu .dropdown-item:hover, .dropleft .dropdown-menu .dropdown-item:active, .dropleft .dropdown-menu .dropdown-item:hover, .dropright .dropdown-menu .dropdown-item:active, .dropright .dropdown-menu .dropdown-item:hover, .dropup .dropdown-menu .dropdown-item:active, .dropup .dropdown-menu .dropdown-item:hover {
background-color: var(--primary);
}

.dropdown-menu
{
    background-color: #111 !important;
    color: #FFF !important;
}

.dropdown .dropdown-toggle
{
    color: #FFF
}

.dot {
  height: 15px;
  width: 15px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  margin-top:5px;
}


.modal-header {
    cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: var(--primary) !important;
}

.btn, .btn:hover, .btn.disabled:active, .btn.disabled:focus, .btn.disabled:hover, .btn:disabled:active, .btn:disabled:focus, .btn:disabled:hover, .jumbotron {

    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    /* box-shadow: none; */
}

.no-top-bottom-margins
{
    margin-top:0px;
    margin-bottom:0px;
}

.bg-secondary
{
    background-color: var(--secondary) !important;
}

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

.mainRegistrationDiv > * input
{
    margin-bottom: 2rem !important;
}

.modal-dialog.cascading-modal
{
    margin-top:50px;
}

.modal-lg {
    max-width: 800px;
}


@media (max-width: 769px) {
    .modal-lg {
          max-width: 700px;
         }
}

@media (max-width: 577px) {
    .modal-lg {
          max-width: 500px;
         }
}

@media (max-width: 361px) {
    .modal-lg {
          max-width: 300px;
         }
}


.modal-xl
{
    max-width: 1140px;
}

.modal-xxl
{
    max-width: 1440px;
}

@media (max-width: 769px) {
    .modal-xl {
          max-width: 700px;
         }
}

@media (max-width: 577px) {
    .modal-xl {
          max-width: 500px;
         }
}

@media (max-width: 361px) {
    .modal-xl {
          max-width: 300px;
         }
}

.rep-file-box {
  float: left;
  width: 220px;
}

.rep-file {
  border: 1px solid #e7eaec;
  padding: 0;
  background-color: #ffffff;
  position: relative;
  margin-bottom: 20px;
  margin-right: 20px;
}
.rep-file-manager .hr-line-dashed {
  margin: 15px 0;
}

.rep-file .icon,
.rep-file .image {
  height: 100px;
  overflow: hidden;
}
.rep-file .icon {
  padding: 15px 10px;
  text-align: center;
}
.rep-file-control {
  color: inherit;
  font-size: 11px;
  margin-right: 10px;
}
.rep-file-control.active {
  text-decoration: underline;
}
.rep-file .icon i {
  font-size: 70px;
  color: #dadada;
}
.rep-file .rep-file-name {
  padding: 10px;
  background-color: #f8f8f8;
  border-top: 1px solid #e7eaec;
}
.rep-file-name small {
  color: #676a6c;
}

.rep-file-corner {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  line-height: 0;
  border: 0.6em solid transparent;
  border-right: 0.6em solid #f1f1f1;
  border-bottom: 0.6em solid #f1f1f1;
  right: 0em;
  bottom: 0em;
}

.detail-view
{
    background-color: #333 !important;
    color: #FFF !important;
}

.detail-view:hover
{
    background-color: #333 !important;
}

.detail-view > td
{
    padding: 0px !important;
}

.detail-view td
{
    color: #CCC !important;
}

.bootstrap-table .fixed-table-container .table thead th {
    vertical-align: middle;
}

.info-page .navbar 
{
    background-color: rgba(255, 255, 255, 0.7);
    color: #000;
}

.info-page .nav-item 
{
    font-size: 18px;
}

.info-page .top-nav-collapse 
{
    background-color: rgba(255, 255, 255, 1) !important;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(100,100,100, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar .navbar-nav .nav-item.active > .nav-link {
    background-color: rgba(100,100,100,.1);
}

@media screen and (max-width: 767px) 
{
    .head-info-lg
    {
        display: none;
    }

    .head-info-sm
    {
        display: block;
    }
}

@media screen and (min-width: 768px)
{
    .head-info-lg
    {
        display: block;
    }

    .head-info-sm
    {
        display: none;
    }
}

.info-icon-shad
{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.info-drop-shad
{
    -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, .3)); 
    filter: drop-shadow( 0px 0px 5px rgba(0, 0, 0, .3));
}

.flag
{
    margin-top: 0px;
    vertical-align: middle;
}

.btn-secondary.dropdown-toggle {
    background-color: var(--primary) !important;
    padding: .375rem .75rem !important;
}

.rep-file-box .tooltiptext {
    visibility: hidden;
    background-color: #333;
    color: #DDD;
    text-align: left;
    padding: 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
}

.rep-file-box:hover .tooltiptext {
  visibility: visible;
}

.form-header {
    border-radius: 100px;
    background-color: var(--primary) !important;
    padding: .25rem !important;
}

.modal-dialog.cascading-modal .modal-header {
    border-radius: 100px;
    padding: 1rem;
    margin-bottom: 0;
}

.modal-footer {
    padding: 5px !important;
    background-color: rgba(128,128,128,0.1);
    justify-content: center;
}

.legal-table td
{
    padding-bottom:10px !important;
    padding-left:0px;
    font-family: manjariregular;
    font-size: 16px;
}

.legal-heading td
{
    font-size:18px !important;
    font-family: manjaribold !important;
}

.legal-doc-numbering
{
    color: #555 !important;
}

.legal-doc-content
{
    color: #000 !important;
    text-align: justify;
}

.scrolldown-wrapper {
	left: 40.7%;
	position: absolute;
	text-align: center;
	bottom: 2vw;
	transform: translate(-50%, -50%);
}
  
.scrolldown {
	border: 4px solid #FFFFFF;
	border-radius: 2.5vw;
	height: 4vw;
	margin: 0 auto 8px;
	text-align: center;
	width: 2.5vw;
}

.scrolldown-p1,
.scrolldown-p2 {
	animation-duration: 1.5s;
	animation-name: scrolldown;
	animation-iteration-count: infinite;
	fill: #FFFFFF;
}
  
.scrolldown-p2 {
	animation-delay: .75s;
}

@keyframes scrolldown {
	0% {
		opacity: 0;
		transform: translate(0, -1vw);
	}
	50% {
		opacity: 1;
		transform: translate(0, 0);
	}
	100% {
		opacity: 0;
		transform: translate(0, 1vw);
	}
}

.form-control
{
    background-color: #f3f3f4;
}

.f-modal-alert .f-modal-icon.f-modal-success::after, .f-modal-alert .f-modal-icon.f-modal-error::after, .f-modal-alert .f-modal-icon.f-modal-success::before, .f-modal-alert .f-modal-icon.f-modal-error::before {
    background-color: var(--modal-back) !important;
}

.f-modal-alert .f-modal-icon.f-modal-success .f-modal-fix, .f-modal-alert .f-modal-icon.f-modal-error .f-modal-fix {
    background-color:  var(--modal-back) !important;
}

.login-card
{
    background-color:  var(--modal-back) !important;
    color: #FFF !important;
    border-radius: 50px;
}

.login-page .md-form .form-control, .login-page .md-form label {
  color: #FFF;
}

.form-check-input[type="checkbox"].filled-in:not(:checked) + label::after, label.btn input[type="checkbox"].filled-in:not(:checked) + label::after {
    border: 2px solid #FFF;
}

.JSONstring {
  color: #ffc107;
  font-family: consolas;
}

.JSONnumber {
  color: darkorange;
  font-family: consolas;
}

.JSONboolean {
  color: blue;
  font-family: consolas;
}

.JSONnull {
  color: magenta;
  font-family: consolas;
}

.JSONkey {
  color: #28a745;
  font-family: consolas;
}

.modal-dialog.cascading-modal .modal-body, .modal-dialog.cascading-modal .modal-footer {
  color: #FFF;
}

.table td, .table th {
    border-top: none !important;
}

.form-control {
    color: #FFF !important;
}

.md-form label {
    color: #FFF !important;
}

.select-wrapper + label {
    color: #FFF !important;
}

.select-wrapper input.select-dropdown, .select-wrapper span.caret {
    color: #FFF !important;
}

#booksAccountsDateRangeDiv .select-wrapper input.select-dropdown, .select-wrapper span.caret {
    color: #000 !important;
} 

#booksEmpexpensesDateRangeDiv .select-wrapper input.select-dropdown, .select-wrapper span.caret {
    color: #000 !important;
} 

.form-control.search-input {
    color: #000 !important;
}

.dropdown-content {
    background-color: #000;
    border-radius: 20px;
}

.dropdown-content li > a, .dropdown-content li > span {
    color: #FFF !important;
}

tags
{
    top: 12px;
}

.tag-badge
{
    border-radius: 3px;
    font-size: 14px;
    color: #ffffff;
    padding: 3px;
    margin: 0px;
    background-color: var(--primary);
    font-family: 'museoSans-500';
}

.tagify__tag-text
{
    font-family: "MuseoSans-500";
}

.tagify__tag > div 
{
    padding-left: 10px;
    padding-right: 15px;
}

.tags-look .tagify__dropdown__item{
  display: inline-block;
  border-radius: 3px;
  padding: .3em .5em;
  background: var(--primary) ;
  margin: .2em;
  font-size: .85em;
  color: #FFF;
  transition: 0s;
}

.tags-look .tagify__dropdown__item--active{
  color: black;
}

.tags-look .tagify__dropdown__item:hover{
  background: var(--primary-light);
}

.tagify__tag > div::before {
    box-shadow: 0 0 0 var(--tag-inset-shadow-size,1.1em) var(--primary) inset !important;
    margin-bottom: 1px !important;
}

.tagify__tag--editable > div::before {
    box-shadow: 0 0 0 var(--tag-inset-shadow-size,1.1em) var(--tertiary) inset !important;
}

.tagify__tag.tagify__tag--editable.tagify--invalid .tagify__tag-text  {
    color: var(--tag-text-color--edit);
}

.tagify__tag > div {
    color:#FFF !important;
}

.tagify__tag__removeBtn {
    color:#FFF !important;
}

.tagify__input::before {
    color:#888 !important;
}

.tagify
{
    border-radius: 10px;
}

.select-dropdown li.disabled, .select-dropdown li.disabled > span, .select-dropdown li.optgroup {
    color: var(--primary) !important;
    background-color: #333 !important;
    line-height: 1 !important;
}

#transactionsImportTable td
{
    color: #FFF;
}

#importTransactionsPreviewModalBodyContentDiv .page-link
{
    color: #FFF;
}

#transactionsImportTable th > div > span
{
    color: #FFF;
}

.accountingPeriodRangeLabel
{
    color: #000;
    font-size: 20px;
    font-family: 'Museo-700';
}

#accountsCustRangeStartDate {
    color: #000 !important;
}

#accountsCustRangeEndDate {
    color: #000 !important;
}

#empexpensesCustRangeStartDate {
    color: #000 !important;
}

#empexpensesCustRangeEndDate {
    color: #000 !important;
}


.accounts-label-head
{
    color: #000;
    font-size: 16px;
    font-family: 'MuseoSans-700';
    text-transform: uppercase;
}

.accounts-label
{
    color: #000;
    font-size: 16px;
    font-family: 'MuseoSans-500';
}

.accounts-value
{
    color: #000;
    font-size: 16px;
    font-family: 'MuseoSans-300';
}


.round-button-contents
{
    position: relative;
    top: -1px;
}

.round-button-text
{
    font-family: "Museo-700";
    position: relative;
    top: 2px;
    font-size: 14px;
    text-transform: uppercase;
}

.round-button-icon
{
    width: 20px;
    height: 20px;
    display: inline;
}

.round-button-small-icon
{
    width: 14px;
    height: 14px;
    display: inline;
    position: relative;
    top: -1px;
}

.section-heading-contents
{
    position: relative;
    top: -1px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.section-heading-text
{
    font-family: "MuseoSans-700";
    position: relative;
    top: 5px;
    font-size: 20px;
    text-transform: uppercase;
}

.section-heading-icon
{
    width: 20px;
    height: 20px;
    margin-right:3px;
}

.main-heading
{
    font-family: "MuseoSans-500";
    position: relative;
    top: 2px;
    font-size: 25px;
    vertical-align: middle;
}


.portfolio-field-item
{

}

.portfolio-field-item-icon
{
    height: 18px;
    width: 18px;
    margin-right: 5px;
    margin-left: 5px;
    display:inline;
}

.portfolio-field-item-label
{
    font-family: "MuseoSans-500";
    color: #DDD;
    margin-right: 30px;
    font-size: 16px;
    position: relative;
    top: 3px;
}

.portfolio-field-item-value
{
    font-family: "MuseoSans-500";
    color: #FFF;
    font-size: 16px;
    position: relative;
    top: 2px;
    margin-left:5px;
}

.portfolio-item-title
{
    font-family: "Museo-700";
    color: #FFF;
    font-size: 24px;
    margin-left:5px;
}

.portfolio-item-date
{
    font-family: "MuseoSans-500";
    color: #787878;
    font-size: 16px;
    margin-left:5px;
}


.portfolio-item-desc
{
    font-family: "MuseoSans-700";
    color: #333;
    font-size: 16px;
}

.details-table td
{
    
}



.dash-select
{
    margin-left:0px;
    display: inline-block;
    margin-bottom:0px;
}

.dash-select i
{
    line-height: 1;
    margin: 0px;
    padding: 0px;
}

.full-width
{
    width: 100%;
}

.dash-select.full-width .select-wrapper
{
    width: calc(100% - 150px);
}

.dash-select-label-wrap
{
    width: 130px;
    display: inline-block;
}

.dash-select img
{
    width:20px;
    height:20px;
    display:inline;
}

.dash-select p
{
    height:25px;
    display:inline-block;
    font-family: "Museo-700";
    color: var(--primary);
    font-size: var(--main-font-size);
    margin-left: 5px;
    margin-right: 5px;
    width: 70px;
    margin-bottom: 0px;
    vertical-align: text-top;
}

.dash-select.no-icon p
{
    width: 90px;
}

.dash-select.auto-width p
{
    width: auto;
}

.dash-select.secondary p
{
    color: var(--secondary);
}

.dash-select.secondary .caret
{
    color: var(--secondary) !important;
}

.dash-select > .select-wrapper
{
    /*width:300px;*/
    display:inline-block;
    font-family: "MuseoSans-500";
    color: #FFF;
    font-size: var(--main-font-size);
    margin-left:5px;
}

.upload-controls.dash-select > .select-wrapper
{
    width:300px;
}

.dash-select .select-dropdown
{
    padding:0px !important;
    background-color: var(--dialog-back);
    font-size: var(--main-font-size) !important;
    margin: 0px !important;
    color: #FFF !important;  

    display: block;
    position: relative;
    top: 2px;
}

.dash-select.index-select > .select-wrapper
{
    width: 100px;
}

.dash-select.weighting-select > .select-wrapper
{
    width: 40px;
}

.dash-select.band-type-select > .select-wrapper
{
    width: 80px;
}

.dash-select.band-select > .select-wrapper
{
    width: 60px;
}

.dash-select.grouping-select > .select-wrapper
{
    width: 250px;
}

.dash-select.data-type-select > .select-wrapper
{
    width: 150px;
}

.dash-select.data-type-select > p
{
    width: 140px;
}

.dash-select.view-type-select > .select-wrapper
{
    width: 150px;
}

.dash-select.separate-type-select > .select-wrapper
{
    width: 40px;
}

.dash-select.grouping-duration-select > .select-wrapper
{
    width: 150px;
}

.dash-select.grouping-duration-select > p
{
    width: 140px;
}

.dash-select.time-profile-select > .select-wrapper
{
    width: 150px;
}

.dash-select.time-profile-select > p
{
    width: 140px;
}

.dash-select.measurement-include-select > .select-wrapper
{
    width: 150px;
}

.dash-select.measurement-include-select > p
{
    width: 140px;
}

.dash-select.wrap-type-select > .select-wrapper
{
    width: 80px;
}

.dash-select.partial-type-select > .select-wrapper
{
    width: 40px;
}

.dash-select.measurement-duration-select > .select-wrapper
{
    width: 80px;
}


.dash-select .select-wrapper span.caret
{
    top: 5px; 
}

.dash-select.color-select > .color-wrapper
{
    width: 40px;
    height: 20px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin-left: 5px;
    border: 1px solid #888;
    display: inline-block;
    /*top: 5px;*/
    vertical-align: top;
}

.dash-select.color-select > .color-wrapper > input
{
    border: 0;
    padding: 0;
    width: 200%;
    height: 200%;
    cursor: pointer;
    transform: translate(-25%, -25%);
}

.dash-select.grouping-n-value > input
{
    width: 70px !important;
}

.dash-select.analysis-decimal-places > input
{
    width: 40px !important;
}

.dropdown-content 
{
    /*padding:0px !important;*/
    background-color: var(--dialog-back) !important;
    font-size: var(--main-font-size) !important;
    /*margin: 0px !important;*/
    color: #FFF !important;  
}

.dropdown-item
{
    padding: 2px 15px;
    color: #FFF  !important
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #FFF;
  text-decoration: none;
  background-color: var(--primary);
}

.dash-select input.select-dropdown
{
    height: 30px;
}

.dash-select .caret
{
    top: 0.5rem;
}

.dash-select li > a, .dash-select li > span
{
    color:#FFF;
    padding: 2px 5px;
    font-size: 12px;
}

.dash-select li:hover,
.dash-select span:hover,
.dash-select li.active
{
    background-color: var(--primary-dark)  !important;
}

.dash-select .bootstrap-datetimepicker-widget li:hover,
.dash-select .bootstrap-datetimepicker-widget span:hover,
.dash-select .bootstrap-datetimepicker-widget li.active
{
    background-color: rgba(0,0,0,0) !important;
}

.dash-select .search-wrap
{
    margin: 0px !important;
    padding: 0px;
}

.dash-select .md-form
{
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.dash-select .search
{
    font-size: var(--main-font-size);
    padding: 5px !important;
    width: calc(100% - 20px) !important;
}

.dash-select input
{
    display: inline-block;
    background-color: rgba(0,0,0,0);
    border-top: 0;
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    padding: 0px;
    margin-left: 5px;
    height: 25px;
    font-size: var(--main-font-size);

}

.dash-select input:focus
{
    display: inline-block;
    background-color: rgba(0,0,0,0);
    border-top: 0;
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    padding: 0px;
    margin-left: 5px;
    height: 25px;
    box-shadow: none;
}

.dash-select .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
  font-size: var(--main-font-size);
}

.modal-select 
{
  margin-left: 2.5rem;
}

.work-elements-table
{
    color: #FFF;
}

.workElementsTableSelect .dropdown-content 
{
    border-radius: 5px;
    padding: 5px !important;
}

.workElementsTableInput
{
    height: 30px;
}

table.table.work-elements-table td, table.table.work-elements-table th
{
    height: 30px;
    padding: 0px;
}

table.table.work-elements-table th
{
    font-family: "MuseoSans-500";
}

.work-elements-table-number
{
    width: 60px;
    padding: 3px !important;
    -moz-appearance: textfield;
}

.work-elements-table-text
{
    width: 200px;
    padding: 3px !important;
}

.work-elements-table-number::-webkit-outer-spin-button,
.work-elements-table-number::-webkit-inner-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}


.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: var(--primary);
}

input:focus + .slider {
  box-shadow: 0 0 1px var(--primary);
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  background-color: var(--primary-darker);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.switch-container
{
  display: inline-block;
  vertical-align: text-top;
}

.switch-label
{
  display: inline-block;
  vertical-align: -moz-middle-with-baseline;
  margin-right: 10px;
}

.work-element-table-date
{
    background-color: #333;
    color: #fff;
    outline: none;
    border: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
    height: 30px;

}

.work-element-button
{
    border: none !important;
    margin-bottom: 20px !important;
}

.work-element-action
{
    border: none !important;
    width: 40px !important;
    height: 15px !important;
}

table.table.kpi-table td, table.table.kpi-table th
{
    padding: 4px 1px;
    white-space: nowrap;
    word-wrap: break-word;
    max-width: 200px;
    overflow: clip;
}

table.table.kpi-table th
{
    font-family: "Museo-700";
}

table.table.kpi-table td.heading
{
    font-family: "Museo-700";
}

#userBarOrgDropLinkItems
{
    background-color: #111;
}

table.table.diagnostics-table td, table.table.diagnostics-table th
{
    padding: 4px 1px;
    white-space: nowrap;
    word-wrap: break-word;
    max-width: 200px;
    overflow: clip;
    color: #FFF;
}

table.table.diagnostics-table th
{
    font-family: "Consolas";
}

table.table.diagnostics-table td.heading
{
    font-family: "Consolas";
}

table.table.diagnostics-table
{
    background-color: #222;
}

.invoice-table td, .invoice-table th
{
    padding: 2px 5px;
}


.invoice-table th
{
    font-family: "MuseoSans-500";
}

.invoiceTableNumberInput
{
    width: 60px;
    padding: 3px !important;
    -moz-appearance: textfield;
}

.invoiceTableTextInput
{
    width: 200px;
    padding: 3px !important;
}

.invoiceTableNumberInput::-webkit-outer-spin-button,
.invoiceTableNumberInput::-webkit-inner-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}

.dropdown-content li.active, .dropdown-content li:hover {
  background-color: #000 !important;
}

th.picker-switch,
th.dow,
td.day:not(.old)
{
    color: #FFF;
}

th.picker-switch:hover,
th.prev:hover,
th.next:hover,
td.day:hover,
td > .month:hover
{
    background-color: #555 !important;
}

#expenseFormReimburseDiv
{
    width: 100%;
}

td.sub-item
{
    color: #555;
    font-style: italic;
    font-size: 12px;
}