/* === BASE STYLES (no width media queries) === */

:root {
  --main-bg-color:#376DB3;
  --text-on-main: rgb(255, 255, 255);
  --panel-bg-color: #376DB3;
  --panel-text-color:white;
  --panel-border-color:#376DB3;   
  --header-bg-color: #376DB3;
  --header-text-color: white;
}

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

.primary-color-button {
	background-color: var(--main-bg-color);
	color: var(--text-on-main);
}

.privateportal #main {
	margin-left: 0;
	padding-bottom: initial;
	position: absolute;
	height: 100%;
	left: 0;
	right: 0;
	width: 100vw;
}

/* === INI HEADER === */
.left-panell::-webkit-scrollbar { }

#left-panel {
	padding-top: 0px;
	top: 50px !important;
	height: 100%;
	position:fixed;
}

.privateportal #nav {
	padding: 1%;
	background-color: #2387aa;
}

.privateportal img.online {
	height: 60px;
}
/* === END HEADER === */

/* === INI BUTTONS === */
.privateportal #nav .btn-header,
.privateportal #footer .btn-header {
	display: inline-block;
}

.privateportal #nav .btn-headerTemplate,
.privateportal #footer .btn-header {
	display: inline-block;
}
/* === END BUTTONS === */

.privateportal .panelHeadColor .panel-heading {
	font-size: 16px;
	font-weight: bold;
}

.form-list {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	height: 100%;
	width: 100%;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-content: stretch;
	align-items: stretch;
}

.form-list>li {
	width: 150px;
	text-align: center;
	margin: 1.5em 0;
}

.form-list>li>* {
	margin: .5rem 0 0;
}

.form-icon {
	font-size: 30px;
}

.btn-search>div {
	display: inline-block;
}

.xwc-label a {
	color: black;
}

.xwc-label.xwc-label-required {
	color: black;
	font-weight: bold;
}

.xwc-label.xwc-label-required:after {
	content: ' *';
}

.rowSelected>td {
	background-color: rgba(42, 127, 194, .5);
}

/* forms list toggle */
.form-list-opened legend,
.form-list-closed legend {
	cursor: pointer;
}

.form-list-opened legend:after {
	font-family: fontAwesome;
	content: " \f056";
	color: rgba(42, 127, 194, .5);
}

.form-list-opened li {
	display: block;
}

.form-list-closed legend:after {
	font-family: fontAwesome;
	content: " \f055";
	color: rgba(42, 127, 194, .5);
}

.form-list-closed li {
	display: none;
}

/* Checkbox alignment */
input[type=checkbox][id^="mainForm:appContainer:"] {
	display: inline;
	margin-top: 8px;
}

/* header (base) */
.privateportal #header {
	height: auto;
}

.privateportal #header>div {
	float: none;
	height: auto;
}

.privateportal #nav {
	padding: 5px;
	background-color: #2A7FC2;
}

.logogaca {
	height: 25px;
	margin: 20px;
}

.privateportal img.online {
	height: 60px;
}

/* override panel head color */
.privateportal .panelHeadColor .panel-heading {
	background-color: white;
	font-size: 16px;
	font-weight: bold;
}

/* forms again (dup in original, kept here for safety) */
.form-list {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	height: 100%;
	width: 100%;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-content: stretch;
	align-items: stretch;
}

.form-list>li {
	width: 150px;
	text-align: center;
	margin: 1.5em 0;
}

.form-list>li>* {
	margin: .5rem 0 0;
}

.form-icon {
	font-size: 30px;
}

.btn-search>div {
	display: inline-block;
}

.xwc-label a {
	color: black;
}

.xwc-label.xwc-label-required {
	color: black;
	font-weight: bold;
}

.xwc-label.xwc-label-required:after {
	content: ' *';
}

.mandatoryGrid1 tr td:nth-child(1) {
	font-weight: bold;
}

.mandatoryGrid1 tr td:nth-child(1):after {
	content: ' *';
}

.mandatoryGrid2 tr td:nth-child(2) {
	font-weight: bold;
}

.mandatoryGrid2 tr td:nth-child(2):after {
	content: ' *';
}

.resizenone textarea {
	resize: none;
}

.hideLabel label {
	display: none;
}

.major_viewer_section {
	font-weight: bold;
	font-size: 1.05em;
	margin-top: 20px;
	text-transform: uppercase;
}

.urgent_request {
	color: black;
	font-weight: bold;
	text-transform: uppercase;
}

.scenecrumbdiv {
	height: 25px;
}

.breadcrumbprivateportal {
	padding: 4px 8px;
	margin-bottom: 10px;
	list-style: none;
	background-color: url('../img/mybg.png') #ffffff;
	border-radius: 2px;
	font-size: 18px;
}

.breadcrumbprivateportal>li {
	display: inline-block;
}

.breadcrumbprivateportal>li+li:before {
	content: "/\00a0";
	padding: 0 5px;
	color: #cccccc;
}

.breadcrumbprivateportal>.active {
	color: #999999;
}

.jarviswidget>div {
	border: 0px solid #ddd !important;
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border-left: 0px solid #ddd !important;
	border-right: 0px solid #ddd !important;
}

.btn-noborder {
	border-style: none;
	border-radius: 0px !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 0px !important;
	box-shadow: inset 0 -0px 0 rgba(0, 0, 0, 0) !important;
	-moz-box-shadow: inset 0 -0px 0 rgba(0, 0, 0, 0) !important;
	-webkit-box-shadow: inset 0 -0px 0 rgba(0, 0, 0, 0) !important;
	background-color: transparent;
}

/* Widgets */
.widget-box-one .widget-one-icon {
	position: absolute;
	right: 30px;
	font-size: 72px !important;
	top: 0;
	color: black;
	overflow: hidden;
	vertical-align: middle;
	line-height: 2 !important;
}

.widget-box-one .wigdet-one-content {
	position: relative;
}

.widget-box-two p {
	font-size: 13px;
}

.widget-box-two .widget-two-icon {
	position: absolute;
	right: 30px;
	font-size: 30px !important;
	top: 32px;
	overflow: hidden;
	vertical-align: middle;
	height: 80px;
	width: 80px;
	text-align: center;
	line-height: 80px;
	border-radius: 50%;
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0.2);
}

.widget-box-two .wigdet-two-content {
	position: relative;
}

.widget-content h2 {
	margin-bottom: 0;
}

.widget-two-custom {
	background-color: #348cd4;
	border-color: #348cd4;
}

.widget-two-primary {
	background-color: #3456d4;
	border-color: #3456d4;
}

.widget-two-success {
	background-color: #78c350;
	border-color: #78c350;
}

.widget-two-warning {
	background-color: #ff9800;
	border-color: #ff9800;
}

.widget-two-info {
	background-color: #45bbe0;
	border-color: #45bbe0;
}

.widget-two-danger {
	background-color: #f7531f;
	border-color: #f7531f;
}

.widget-two-inverse {
	background-color: #3b3e47;
	border-color: #3b3e47;
}

.widget-two-purple {
	background-color: #8892d6;
	border-color: #8892d6;
}

.widget-two-white {
	background-color: white;
	border-color: #8892d6;
}

.widget-two-pink {
	background-color: #F06292;
	border-color: #F06292;
}

.widget-two-default {
	background-color: #ffffff;
}

.widget-two-default .widget-two-icon {
	color: silver;
	border: 2px solid silver;
}

.widget-box-three img {
	height: 48px;
	width: 48px;
	line-height: 80px;
}

.widget-box-three .bg-icon {
	height: 80px;
	width: 80px;
	line-height: 76px;
	text-align: center;
	border-radius: 50%;
	background-clip: padding-box;
	border: 1px dashed #98a6ad;
	background-color: #f3f3f3;
	margin-right: 20px;
}

.widget-box-three .bg-icon i {
	vertical-align: middle;
	font-size: 36px;
	color: #98a6ad;
}

.widget-user {
	position: relative;
}

.widget-user img {
	width: 60px;
	height: 60px;
}

.user-position {
	position: absolute;
	top: 0;
	border-left: 1px solid #e2e2e2;
	bottom: 0;
	width: 44px;
	font-size: 16px;
	text-align: center;
	right: 0;
	left: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}

.user-position span {
	transform: rotate(90deg);
}

/* cards */
.card {
	box-shadow: 0px 2px 7px 0px #bfbfbf;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	margin-bottom: 20px;
}

.card .card-body {
	padding: 15px;
}

.card .card-body p {
	line-height: 16px;
}

.card-heading {
	border: none !important;
	padding: 15px 20px;
	margin: -1px;
	border-radius: 4px 4px 0 0;
}

.card-default>.panel-heading {
	background-color: #ffffff;
	margin: 0;
	color: #797979;
}

.card-title {
	margin: 0;
	font-size: 16px;
	color: #797979;
}

.card-sub-title {
	color: rgba(255, 255, 255, 0.7);
	margin-top: 3px;
	margin-bottom: -4px;
}

.card-border {
	border-radius: 3px;
}

.card-border .card-heading {
	background-color: #ffffff;
	border-top: 3px solid #ccc !important;
	border-radius: 3px;
	padding: 15px 20px 0;
	margin: -2px 0 0 0 !important;
}

.card-border .card-body {
	padding: 15px 20px 20px 20px;
}

.card-border.card-primary .card-heading {
	border-color: #3456d4 !important;
}

.card-border.card-success .card-heading {
	border-color: #78c350 !important;
}

.card-border.card-info .card-heading {
	border-color: #45bbe0 !important;
}

.card-border.card-warning .card-heading {
	border-color: #e91e63 !important;
}

.card-border.card-danger .card-heading {
	border-color: #f7531f !important;
}

.card-border.card-purple .card-heading {
	border-color: #8892d6 !important;
}

.card-border.card-pink .card-heading {
	border-color: #F06292 !important;
}

.card-border.card-inverse .card-heading {
	border-color: #3b3e47 !important;
}

.accordion .card-title a {
	color: #797979;
}

.text-white {
	color: #ffffff !important;
}

h2 {
	letter-spacing: -1px;
	font-size: 28px;
	margin: 20px 0;
	line-height: normal;
}

.btn-new {
	margin-top: 10px;
	font-family: "FontAwesome", "Open Sans", Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	width: 80px;
	height: 40px;
}

#XVW_errorMessage {
	z-index: 1999 !important;
}

/* tree-style UL */
ul, #myUL {
	list-style-type: none;
}

#myUL {
	margin: 0;
	padding: 0;
	line-height: 1.9;
}

.careta {
	cursor: pointer;
	user-select: none;
}

.careta::before {
	content: "\25B6";
	color: black;
	display: inline-block;
	margin-right: 6px;
}

.careta-down::before {
	transform: rotate(90deg);
}

.nesteda {
	display: none;
}

.active {
	display: block;
}

html {
	margin-left: 0px;
	overflow-y: scroll;
}

.sitem:hover {
	background-color: #dddddd;
}

.modal-lg {
	width: 80%;
}

.modal-lg-importer {
	width: 50%;
}

/* Tree for Classifications*/
.clt, .clt ul, .clt li {
	position: relative;
}

.clt ul {
	list-style: none;
	padding-left: 32px;
}

.clt li::before, .clt li::after {
	content: "";
	position: absolute;
	left: -12px;
}

.clt li::before {
	border-top: 1px solid #000;
	top: 9px;
	width: 8px;
	height: 0;
}

.clt li::after {
	border-left: 1px solid #000;
	height: 100%;
	width: 0px;
	top: 2px;
}

.clt ul>li:last-child::after {
	height: 8px;
}

.conflicting {
	background-color: #f00;
	color: #fff;
}

.positiveAction {
	background-color: #0f0;
	color: #000;
}

.negativeAction {
	background-color: #f00;
	color: #fff;
}

.headermobile {
	color:var(--header-text-color);
	padding-top: 12px;
}

.logoevoting {
	color: white;
	font-size: 30px;
}

.logoevotinge {
	color: #00ceff;
	font-size: 35px;
	padding-left: 20px;
}

.logoevotingmeetings {
	color: #00ceff;
	font-size: 32px;
	padding-left: 33px;
}

body {
	background: #eee;
    line-height:0.5;
	font-size:12px;
	font-family: "Inter var", sans-serif;
    font-feature-settings: "cv02", "cv03", "cv04", "cv11";
    font-variation-settings: normal;
    --font-family: "Inter var", sans-serif;
    --font-feature-settings: "cv02", "cv03", "cv04", "cv11";
}

.modal-header {
	height: 50px;
    padding: 5px 15px 0px 15px;
}

input:focus {
	border-width: 1px !important;
	border-color:  var(--main-bg-color) !important;
}

textarea:focus {
	border-width: 1px !important;
  	border-color:  var(--main-bg-color) !important;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
	border-width: 1px !important;
 	border-color:  var(--main-bg-color) !important;
}

.select2-drop-active {
    border: 1px solid  var(--main-bg-color) !important;
    line-height: normal;
}

.nav-tabs > li.active > a {
    box-shadow: 0 0 0 transparent;
    border-top-width: 0px !important;
    margin-top: 1px !important;
    font-weight: bold;
    color:  var(--main-bg-color);
}

.nav-tabs >li > a:hover,
.nav-tabs >li > a:focus {
    background: transparent;
    font-weight: 550;
    border: 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color:  var(--main-bg-color);
    background-color: #fff;
    border-bottom: 1px solid  var(--main-bg-color);
    cursor: default;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.nav-tabs.bordered {
    background: #ffffff;
    border:0;
    border-bottom: 1px solid #dddddd;
}

.tab-padding {
    padding: 13px;
}

.smart-form.widget-body-toolbar,
.widget-body-toolbar {
    display: block;
    padding: 8px 10px;
    margin: -13px -13px 13px;
    min-height: 42px;
    border-bottom: 0px solid #ccc;
    background: white;
}

.table thead tr,
.fc-border-separate thead tr {
    background: white !important;
    font-size: 12px;
    border: 0px;
}

.panel-default>.panel-heading {
	color: var(--panel-text-color);
    background-color: var(--panel-bg-color);
    border-color: var(--panel-border-color);
    font-size: 15px;
}

.pagination > li > a,
.pagination > li > span {
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    color:black;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #3276b1;
    border-color: #3276b1;
    cursor: default;
    border-radius:50%;
}

.xwc-go-to-page:hover,
.refresh:hover,
.xwc-go-to-page:focus,
.refresh:focus {
	border-radius:50%;
}

.p-paginator .p-paginator-pages .p-paginator-page {
    background-color: transparent;
    border: 0 none;
    color: #6b7280;
    min-width: 3rem;
    height: 3rem;
    margin: 0.143rem;
    transition: box-shadow 0.2s;
    border-radius: 50%;
}

.full-text-search {
 	height:33px;
}

/* footer & layout containers */
footer {
	position: fixed;
	bottom: 0;
	z-index: 1000;
	background-color: white;
	width: 100vw;
	box-shadow: 5px -2px 5px 5px var(--main-bg-color) !important;
	margin-bottom: 0;
	height: 62px;
}

footer>div {
	padding: 4px;
	display: inline-block;
}

.footerabs {
	bottom: 0;
	z-index: 1000;
	background-color: white;
	width: 100vw;
	box-shadow: 5px -2px 5px 5px var(--main-bg-color) !important;
	margin-bottom: 0;
	height: 132px;
}

.footerabs>div {
	padding: 4px;
	display: inline-block;
}

.appContainer {
	position: fixed;
	overflow: scroll;
	height: calc(100vh - 90px);
	width: calc(100% - 284px);
	min-height: 60vh;
	padding: 20px;
	margin-top:23px;
	transition: 0.3s;
	background: white;
	margin-left:265px;
}

.privateportal #main {
	margin-left: 0%;
	margin-bottom: 88px;
}

.login-info {
	width: 110%;
}

aside {
	background: var(--main-bg-color);
	position: fixed;
	overflow: scroll;
	height: 60vh;
	left: 0;
	right: 0;
	width: 250px;
	top: 100;
	z-index: 1999;
	padding-top: 50px !important;
}

::-webkit-scrollbar {
	width: 0.1em;
}

nav ul span.menu-item-parent {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size:10pt;
}

#ribbon {
	background: var(--header-bg-color);
	color: var(--header-text-color);
	display: inline-flex !important;
	font-size:xx-large;
	padding-top: 12px;
}

#ribbon .breadcrumb {
	color: #e8e8e8 !important;
	margin-left: 26px;
	font-size: 13px;
	height: 15px;
	padding:0px !important;
}

.bg-color-greenLight {
	background-color: #e91e63 !important;
	font-size: 10px;
	border-radius: 1.5vw;
}

nav ul li a {
	color: #e8e8e8;
	cursor: pointer;
	font-size: 13px;
}

nav ul ul li>a {
	padding-left: -1vh;
	font-size: 13px;
	font-weight: normal;
	outline: 0;
}

.linkheader:link,
.linkheader:visited {
	color: var(--header-text-color);
	text-transform: uppercase;
	margin-top: 12px;
}

.linkheadericon {
	color: var(--header-text-color);
	text-transform: uppercase;
}

.linkheadericonsair,
.linkheadericonsair:hover,
.linkheadericonsair:active {
    display: inline-flex;
    text-transform: uppercase;
    background: #e91e63;
    padding: 8px 6px 6px 6px;
    width: 26px;
    height: 26px;
    color:white;
    font-size:16px;
}

.linkheader:hover,
.linkheader:active {
	color: var(--main-bg-color);
	text-transform: uppercase;
	text-decoration: underline;
}

#link {
	color: #015174;
	text-transform: uppercase;
}

/* header container */
#global-container {
	position: fixed;
	overflow-y: hidden;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
}

#logo-group {
	padding-top:0px;
	padding-left:10px;
}

.privateportal #header {
	height: 50px;
	background: var(--header-bg-color);
	box-shadow: 5px -2px 5px 5px var(--main-bg-color) !important;
	padding-bottom: 8px;
	color: var(--header-text-color);
}

/* logos */
.logoassoc  {
	height: 0px;
	color: white;
	font-size: xx-large;
	margin-left:0px;
}

.logoassocimage  {
	height: 30px;
}

.xwc-label.xwc-label-recommended a {
	font-weight: bold;
}

.scenecrumbdiv {
	background: #f1f1f1;
	height: 20px;
	min-height: 20px;
	padding: 0 0px 25px;
	position: relative;
}

/* improved breadcrumb override (second definition in original) */
.breadcrumbprivateportal {
	padding: 8px 8px;
	margin-bottom: 18px;
	list-style: none;
	background-color: #f1f1f1;
	border-radius: 2px;
}

.breadcrumbprivateportal>li {
	display: inline-block;
}

.breadcrumbprivateportal>li+li:before {
	content: "/\00a0";
	padding: 0 5px;
	color: #cccccc;
}

.breadcrumbprivateportal>.active {
	color: #999999;
}

/* modal + misc layout */
.modal-body {
	background: #fff;
	position: relative;
	padding: 20px;
	line-height: 1.5;
}

div.upload {
	text-decoration: underline;
	cursor: pointer;
	color: blue;
	height: 20px;
	line-height: 1.5;
}

div.upload-disabled {
	text-decoration: none;
	cursor: text;
	color: gray;
	line-height: 1.5;
}

.pText {
	font-size: 13px;
	line-height: 1.5;
}

.select2-container-multi .select2-choices {
	min-height: 32px;
}

.btn-lookup {
	color: #242a28;
	height: 32px;
}

.SmallBox .textoFull {
	width: 93%;
	float: left;
	padding-left: 20px;
	line-height: 1.5;
}

.btn {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-moz-box-shadow: inset 0 -0px 0 rgba(0, 0, 0, 0);
	-webkit-box-shadow: inset 0 -0px 0 rgba(0, 0, 0, 0);
}

.btn-default {
	border-color: #DCDCDC;
}

.form-control {
	border-color: #DCDCDC;
}

.select2-container-multi .select2-choices {
	border-color: #DCDCDC;
}

legend {
	font-weight: 400;
	margin-top: 0px;
	background: none;
	border: 0;
	letter-spacing: 0.5px;
	color: black;
}

.gridpanel-jarviswidget {
	margin-bottom: 0px;
	padding: 10px;
	border: 1px solid #ddd;
}

.smart-form {
	margin: 0;
	outline: none;
	color: black;
	position: relative;
}

.remove_column {
	display:none;
}

/* header menu (base desktop assumption) */
a#menueprincipal {display:none}
a#menueprincipalicon {display:inline-block}
a#alterarpass {display:none}
div#divsair {display:inline-flex}
a#alterarpassicon {display:inline-block}
a#favoritesicon {display:inline-block}
a#favorites{display:none}
a#sairicon {display:inline-block}
a#sair {display:none}

.headermobile A {
	margin-right: 20px;
}

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

.primary-color-button {
	background-color: var(--main-bg-color);
    color: var(--text-on-main);
    font-weight: bold;
    box-shadow: 0px 1px 6px hsl(0 0% 65% / 1);
    border-radius: 0.5em;
}

.tree li:before {
	border-left: 0;
	border-top: 0;
}

.tree li:after {
	border-left: 0;
	border-top: 0;
}

/* === HEIGHT-BASED MEDIA QUERIES (kept as-is) === */

@media ( max-height :450px) {
	.formWithScriptText>div {
		flex: 3;
		height: calc(100vh - 267px);
		overflow-y: auto;
	}
}

@media ( min-height :451px) and (max-height:1200px) and (min-width:600px) {
	.formWithScriptText>div {
		flex: 3;
		height: calc(100vh - 275px);
		overflow-y: auto;
	}
}

@media ( min-height :451px) and (max-height:1200px) and (max-width:599px) {
	.formWithScriptText>div {
		flex: 3;
		height: calc(100vh - 325px);
		overflow-y: auto;
	}
}

@media ( min-height :1200px) {
	.formWithScriptText>div {
		flex: 3;
		height: calc(100vh - 315px);
		overflow-y: auto;
	}
}

/* === NEW WIDTH BREAKPOINTS === */
/* 0–449px, 450–699px, 700–979px, 980+ */



/* 450–699px: big phones / small tablets */
@media (min-width: 0px) and (max-width: 980px) {

	/* app container tweak (from 350–765 & 450–510) */
	.appContainer {
		overflow: scroll;
		height: calc(100vh - 93px);
		width: calc(100% - 35px);
		min-height: 60vh;
		padding: 20px;
		margin-top:23px;
		transition: 0.3s;
		background: white;
		margin-left:18px !important;
	}

	/* card layout: 2 columns (from 700–1200) */
	.card-body {
		width: 100%;
	}
	.cube {
		width: 49%;
		display: inline-block;
	}
	.cubeClassif {
		width: 48%;
		display: inline-block;
	}

	/* “tablet” header setup (766–980, 565–919, 920–980) */

	.hiddenmobile {
		visibility: hidden;
	}

	.showenmobile {
		visibility: visible;
	}

	.divbuttonprofile {
		margin-right: -245px;
		border: none;
	}

	.buttonnav {
		visibility: visible;
		border: 0;
		background-color: var(--header-bg-color);
		color: var(--header-text-color);
		cursor: pointer;
		margin-top:16px;
		font-size:xx-large;		
	}

	.buttonprofile {
		border: 0;
		background-color: var(--header-bg-color);
		color: var(--header-text-color);
		cursor: pointer;
	}

	.showenmobileprof {
		visibility: hidden;
	}

	.buttonnav:hover,
	.buttonprofile:hover {
		opacity: 0.5;
	}

	.menuusermobile {
		visibility: visible;
		text-align: center;
		height: 45px;
	}


	.footermobile {
		overflow: scroll;
	}

	#ribbon .breadcrumb {
		visibility: hidden;
	}

	.scriptdivstyle {
		visibility: hidden;
	}

	.requestfromEdit {
		overflow-y: hidden;
		margin-top: 4px;
	}

	.logostyle {
		height: 59px;
	}

	/* logo / nav tweaks around 920–980 */
	#logo-group {
		padding-left:10px;
		display: inline-flex !important;
	}

	.logoassoc  {
		height: 0px;
		color: white;
		font-size: xx-large;
		margin-top:10px;
	}

	.navscriptdiv {
		margin-right: 54px;
		right: 0;
		width: 34px;
		position: absolute;
	}

	/* hide left panel on 920–980 window in original */
	#left-panel {
    	visibility: hidden;
	}
	
	.profile {
		display:none;
	}

	/* modal dialog */
	.modal-dialog {
		margin-top: 14%;
	}

	.headermobile A {
		margin-right: 20px;
	}

	.divlogin {
		margin-top: -12px;
	}
}


/* 980+ : desktops / big screens */
@media (min-width: 980px) {

	.hiddenweb {
		visibility: hidden;
		width:0px;
		color: var(--header-bg-color);
	}

	#left-panel {
    	visibility: visible;
	}

	appContainer {
		overflow: scroll;
		height: calc(100vh - 20px);
		width: calc(100% - 215px);
		min-height: 60vh;
		padding: 20px;
		margin-top:23px;
		transition: 0.3s;
		background: white;
		margin-left:20px;
	}

	/* card layout: multi-column (from 1201+ in original) */
	.card-body {
		width: 100%;
	}
	.cube {
		width: 25%;
		display: inline-block;
	}
	.cubeClassif {
		width: 20%;
		display: inline-block;
	}

	/* form + script area: side-by-side (1201+ in original) */
	.formWithScriptText {
		display: flex;
		width: 102%;
	}
	.formWithScriptText>div:last-child {
		flex: 1.5;
		width: 400px;
		margin-left: 20px;
		padding: 0 13px 0;
	}

	/* iframe sizing: use “big screen” defaults (1421+ in original) */
	.resp-iframe {
		top: 0;
		left: 0;
		width: 100%;
		height: calc(100vh - 400px);
		border: none;
	}

	/* nav / script visibility (1201+ in original) */
	.navscriptdiv {
		visibility: hidden;
		margin-top: -28px;
	}

	.requestfromEdit {
		overflow-y: hidden;
		margin-top: 4px;
	}

	.scriptdivstyle {
		visibility: visible;
	}

	/* modal dialog desktop layout (981+ in original) */
	.modal-dialog {
		margin-top: 8%;
		width: 45%;
	}

	/* desktop header links behaviour (1071+ commented logic approximated) */
	

	.headermobile A {
		margin-right: 20px;
	}
	
	#logo-group {
		padding-left:10px;
		display: inline-flex !important;
	}
	
	.logoassoc  {
		height: 0px;
		color: white;
		font-size: xx-large;
		margin-top:10px;
	}
	
	.buttonnav {
		visibility: visible;
		border: 0;
		background-color: var(--header-bg-color);		
		cursor: pointer;
		padding-top:30px;
		font-size:xx-large;
	}
	
}

.columncurrency {
	background-color: #eef5ff;
	font-style: italic;
	text-align: right;
}
