@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&family=Barlow+Semi+Condensed:wght@500;600;700&display=swap");

.highlight { background-color: rgb(220, 220, 220); }

.pagebreak { page-break-before: always; } /* page-break-after works, as well */

@media print {
    .hidden-print {
      display: none !important;
    }

    html, body {
        font-size: 7pt;
    } 
}

#userProfileImage{
    max-width:250px;
    max-height:200px;
}

/************************************************************
*     3th level menue items 
*************************************************************/


.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

html,
body {
    font-family: "Barlow", sans-serif;
    font-size: 15px;
    line-height: 1.55;
}

p {
    line-height: 1.65;
    margin-bottom: 1.05em;
}

li {
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand,
.btn,
.table > thead > tr > th {
    font-family: "Barlow Semi Condensed", sans-serif;
}

.navbar-nav > li > a,
.nav > li > a,
.dropdown-menu > li > a {
    font-size: 15px;
    line-height: 1.45;
}

.dropdown-menu > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
}

.card,
.card-body,
.panel,
.panel-body,
.ibox,
.ibox-content {
    font-size: 15px;
    line-height: 1.55;
}

.ibox-title h5,
.panel-heading,
.card-title {
    font-size: 17px;
}

.btn {
    font-size: 15px;
    line-height: 1.35;
}

.btn-sm,
.btn-group-sm > .btn {
    font-size: 14px;
    line-height: 1.35;
}

.btn-xs,
.btn-group-xs > .btn {
    font-size: 13px;
    line-height: 1.3;
}




