/* Logo */
div#logo {padding-top: 0.33rem; padding-right: 0.33rem;}

/* Page */
body {}
div#body {}

/* Menu bar */
div#quickbar {}
#main-navigation #app-nav.sf-shadow > li, #main-navigation #app-nav.sf-shadow > li > a, #prefs-menu > li, #prefs-menu > li > a, #logo .rtname {}

/* Title bar */
div#header {background: rgba(0,177,136,var(--tw-bg-opacity)); --tw-bg-opacity: 1;color: #fff }

/* Page title */
div#header h1 {color: #fff}

/* Page content */
div#body, .body-content-class {}

/* Buttons */
input[type="reset"], input[type="submit"], input[class="button"] {color: #fff }

/* Menu buttons */
#page-navigation .sf-menu a:visited, #page-navigation .sf-menu a {color: #fff;}

/* Button hover */
input[type="reset"]:hover, input[type="submit"]:hover, input[class="button"]:hover {}

/* Menu buttons hover */
#page-navigation .sf-menu li:hover {
    background: rgba(0,177,136,var(--tw-bg-opacity));--tw-bg-opacity: 1;
}
.btn:hover {color: #fff;}

/* Sub menus */
#page-navigation .sf-menu li li,
#page-navigation .sf-menu li li li {background: rgba(0,167,84,var(--tw-bg-opacity)); --tw-bg-opacity: 1;color: #fff;}
ul.toplevel.sf-menu > li > a.sf-with-ul:after {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' id='i-chevron-down' viewBox='0 0 12 8' height='100%' width='100%' fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'><path d='M1 1 l5 5 5 -5' /></svg>") no-repeat center center;
}

/* Search results */
table.collection-as-table th.collection-as-table a {}

/* Portlet Text */
.titlebox .titlebox-title .left a, .titlebox .titlebox-title .left {}

/* Selected bubble */
.selectize-control.multi .selectize-input [data-value] {}

/* Selected bubble (active) */
.selectize-control.multi .selectize-input [data-value].active {}

/* Footer */
div#footer {background-color: rgba(179,179,179,var(--tw-bg-opacity)); --tw-bg-opacity: 1;}

/* Pharmacie in Dashboards */
.titlebox .pharma {font-size: x-large; font-weight: bold;}

#pharma-tickets-new,
#pharma-tickets-processing,
#pharma-tickets-recycled,
#pharma-tickets-stalled,
#pharma-tickets-complaint,
#pharma-tickets-credit,
#pharma-group-summary,
#pharma-reject,
#gest-tickets
  {width: 100%;}

/* Charts introductions */
.chart-intro {padding: 0.5em 2.5em;}

/* Avoid breaking page inside dashboards PDF */
.fullwidth {page-break-inside: avoid;}

/* Session Report */
h4.session-title {font-size: 1.2rem; margin-top: 30px;}
table.session-tickets th, table.session-tickets td {
    vertical-align: top;
	border-top: 1px solid #dee2e6;
    padding: 0 5px;
}
table.session-tickets th {text-align: center;}
table.session-tickets td.status {text-align: center; font-weight: bold;}
table.session-tickets td.bill {font-weight: bold;}
table.session-tickets td.amount {text-align: right;}
table.session-tickets td.motivation, table.session-tickets td.reply {
    min-width: 300px;
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

table.session-tickets td.recovery form {display: flex;}

#pharma-group-summary {width: 100%; text-align: right; padding-right: 15px;}
.pharma-group-summary-link a {color: #3858a3; font-weight: bold; font-size: medium;}

.warning {
    background-color: #fcc;
    border-radius: .5em;
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    padding: 1em;
    margin: 1em;
    text-align: center;
    font-weight: bold;
    font-size: medium;
}

.reject-rates {padding: 0.5em 2.5em;}
.reject-rates h4 {font-size: 1.2rem; margin-top: 30px;}
.reject-rates .label {display: inline-block; width: 30em; text-align: left;}
.reject-rates .value {display: inline-block; width: 4em; text-align: right;}
