/* Generic Tags *****************************/
/********************************************/

* {		box-sizing: border-box; }

html, body
 {              height:100%;
                padding: 0;
                margin: 0;
                border-width: 0;     }

body,p,strong,em,dt,dd,dl,sl,th,tr,td,div,li,ul,ol,input,select,textarea 
 { 		font-family: Verdana;
                color: #3B3B3B;
		font-size: 12px; }

a:link, a:visited, a:active
 {		color: #075686;
		text-decoration: none; }

h1,h2,h3,h4,h5
 {		color: #075686;
		clear: left;
		background-color: transparent;
		text-shadow: 0.2em 0.2em 3px rgba(0, 0, 0, 0.2);
		font-family: Verdana;
		display:block;
		padding: 0px 0px 5px 0px;
		margin: 1.4em 0px 8px 0px; }

/* //AF//custom: custom hX font-size: standard ones are 140,130,120,110,105 */

h1, h1 a {	font-size: 170%; }
h2, h2 a {	font-size: 145%; }
h3, h3 a {	font-size: 130%; }
h4, h4 a {	font-size: 115%; }
h5, h5 a {	font-size: 100%; font-weight: bold; }

ul
 {		margin: 0.7em 0 0.7em 10px;
		padding: 0 0 0 15px;
		list-style-type: square;
		list-style-image: url("/images/bullet.gif"); }

ol
 {		margin: 0.7em 0 0.7em 10px;
		padding: 0 0 0 15px;
		list-style-image: none; }
 
li
 {		margin: 0 0 0.1em 0; }
 
hr
 {		margin: 0.5em 0px;
		padding: 0;
		height: 1px;
		border-top: 1px;
                clear: both;
		color: #999999; }

p
 {		text-align: justify;
                margin:0.5em 0; }

/* //AF//custom: disabilitato perche` rovina la formattazione <pre>, per me dovrebbe essere disabilitato anche nello standard
pre
 {              white-space: normal; }
*/

pre.mono
 {		font-family: monospace;
		font-size: 10px;
		max-width: 700px; /* //AF//custom: 500px in standard */
		/*max-width: 100%;*/ /* //AF//custom: 500px in standard */
		overflow: auto;
		margin: 5px 5px 5px 30px;
		line-height: 1.1em;
		padding: 8px;
		border: 1px #999999 dashed;
		color: #3B3B3B;
		background: #f4f4f4; }

.grabbing
 {              cursor: wait; }


::selection 
  {             background-color: #BDBBFF /* //AF//custom:"ceruleo", in standard #FDD33C (arancione) */;
                color: #101010; }


/* Forms ************************************/
/********************************************/

form, img, .formcheck
 {		margin: 0px;
		padding: 0px;
		border-width: 0px;	}

.forminput, .formselect, .formfileinput
 {		padding: 0px; 
		margin: 0px;
		height: 20px;
		border: 1px solid #BCBCBC;
		border-right: 1px solid #999999;
		border-bottom: 1px solid #999999;
		background-color: #f4f4f4; }

.forminput
 {		padding-left: 2px;
                background-color:#f4f4f4; }

.formfileinput
 {              font-size:.70rem;
                height:20px;
                border:0px }

.formselect
 {		color: #075686;
		padding-left: 2px;
                cursor: pointer; }

.formcheck
 {              margin:1px 2px;
                width:14px;
                height:14px;	}

.formbutton
 {		margin: 0px;
		height: 20px;
                transition: all .2s ease;
                display: inline-flex;
                align-items: center;
		opacity: 1;
		border: 1px solid #BCBCBC;
		border-bottom: 1px solid #999999;
		border-right: 1px solid #999999;
		cursor:pointer;
                box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
                border-radius:4px;
		color: #075686;
		background-color: #FFFFFF; }

.formbutton:active, a.miniButton:active
 {
                border-bottom: 0px;
                transform: translateY(1px); }

.formbutton:hover, a.miniButton:hover
 {
		background-color: #075686;
		color: #FFFFFF;
                opacity: 0.8; }

textarea
 {		padding: 0px 0px 0px 2px;
		border-width: 0px;
		margin: 0px;
		background-color: #f4f4f4; }
 
.forminput:focus, .formselect:focus, textarea:focus, .formbutton:focus,
.forminput:focus-visible, .formselect:focus-visible, 
textarea:focus-visible, .formbutton:focus-visible
 {		background-color: #FFEFD5;
                outline: none; }

.label_subcontainer
 {		display: inline-block;
                min-height: 20px;
		vertical-align: top;
		float: left;
		margin: 2px 3px 2px 4px;
		background-color: #DDDDDD;
		padding: 2px;
		font-size: 90%;
		font-family: Verdana;
		width: 100px;
		border-bottom: 1px solid #BCBCBC;
		border-right: 1px solid #BCBCBC; }

.label_right_subcontainer
 {		display: inline-block;
                min-height: 20px;
		vertical-align: top;
		float: left;
		margin: 2px 3px 2px 4px;
		color: inherit;
		background-color: transparent;
		padding: 2px;
		text-align: right;
		font-size: 90%;
		font-family: Verdana;
		width: 100px;
		border: 0px; }

.label_above_subcontainer
 {		display: block;
                min-height: 20px;
		vertical-align: top;
		white-space: nowrap;
		margin: 0px 0px -3px 0px;
		color:inherit;
		background-color: transparent;
		padding: 3px 0px 0px 2px;
		font-size: 10px;
		font-family: Verdana;
		width: 100%;
		border: 0px; }

.label_bare_subcontainer
 {		display: inline-block;
                min-height: 20px;
		vertical-align: top;
		white-space: nowrap;
		float: left;
		margin: 0px 3px 0px 3px;
		color:inherit;
		background-color: transparent;
		padding: 4px 2px 0px 0px;
		font-size: 90%;
		font-family: Verdana;
		width: auto;
		border: 0px; }

.field_subcontainer
 {		display: inline-block;
                min-height: 18px;
		vertical-align: top;
		float: left;
		padding: 2px 2px 2px 0px;
		background-color: transparent;
		margin: 0px;
		font-size: 12px;
		font-family: Verdana;
		white-space: nowrap; }

.readonlyinput
 {              color: #666666; }


/* webmail **********************************/
/********************************************/

blockquote {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0px;
  padding-left: 10px;
  margin-right: 0px; 
  border-left: 1px blue solid;
}

/* //AF//custom: nel corpo del messaggio il testo in <PRE> va a capo (usare tasto PRE per mantenere le andate a capo originali) */
div#email_message_container div#html_body_msg pre {
  white-space: pre-line;
}

/* //AF//custom: sbiadisce i minibutton tra le intestazioni e il corpo delle email in readmessage */
div#change_link {
  opacity: 60%;
}

/* Files - Filemanager **********************/
/********************************************/

.fileicon 
 {		display: block; 
		line-height: 1.0em;
		white-space: normal; 
		float: left;
		width: 100px;
		min-height: 70px;
		margin: 3px;
		padding: 2px;
		text-align: center;
		vertical-align: top;
		color: #3B3B3B;
		font-size: 70%;
		font-family: Verdana; }

.fileicon.ui-selected
 {
  background-color: #FFEFD5;
 }


/* User Photo  ******************************/
/********************************************/

.user_photo:hover
 {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
 }

@keyframes shake 
 {
  10%, 90% { transform: translate3d(-1px, 0, 0); }  
  20%, 80% { transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% { transform: translate3d(-3px, 0, 0); }
  40%, 60% { transform: translate3d(3px, 0, 0); }
 }


/* javascript Info Boxes ********************/
/********************************************/

.msgbox
 {		border: 1px solid #FFFFFF;
		border-top: 1px solid #dddddd;
		border-left: 1px solid #dddddd;
		padding: 3px;
		background-image: url(/images/box_bgnd.jpg);
		background-repeat: repeat-y;
		background-position: right top; }

.infobox
 {		position: absolute;
                border-radius: 6px;
                max-width:700px;
		left:0px;
		top:0px;
		overflow: visible;
		white-space: normal;
		visibility: hidden; 
		display:none;
		background-color: #FFEFD5;
		color: #3b3b3b;
		text-align: left;
		line-height: normal;
                box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
                border: 1px solid #999999;
		padding: 5px; }

.newsclass
 {              height: 60px;
                overflow: hidden; }

#newsticker
 {		width: 250px;
                height: 65px; }

.someclass
 { width: 250px; } 


/* Read More ********************************/
/********************************************/

.read-more-wrapper
 {
    max-height: 70px;
    overflow: hidden;
    position: relative;
    mask-image: linear-gradient(to bottom, black 40%, transparent 100%);
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
 }

.read-more-expanded
 {
    max-height: none;
    mask-image: none;
    color: #666666;
 }

.read-more-toggle
 {
    position:absolute;
    bottom: 10px;
    right: 10px;
    font-size:10px;
    cursor: pointer;
    color: #666666;
 }

.limited-height
 {
    position:relative;
 }


/* Tasks ************************************/
/********************************************/

table.taskbar
 {		border-spacing: 0;
                border: 0px; 
                width: 100%;
                border-top-left-radius: 5px;
                border-top-right-radius: 5px;
                background: #00649c; }

table.taskborder
 {		border-spacing: 0px;
                padding: 0px;
                width: 100%;
                border-radius: 6px; }

.taskbar_icons
 {              cursor:pointer;
                display:inline-block;
                vertical-align:middle;
                transform-style: preserve-3d;
                transition: transform 0.5s;
                margin:2px 2px 2px 0px;;
                filter: invert(98%) sepia(100%) saturate(8%) hue-rotate(168deg) brightness(101%) contrast(105%);; }

.taskbar_icons:hover
 {  transform: rotateY(180deg); }

.menu_icons
 {              filter: invert(98%) sepia(100%) saturate(8%) hue-rotate(168deg) brightness(101%) contrast(105%);;
                margin-right:3px;
 }

.export_icons
 {              filter: invert(98%) sepia(100%) saturate(8%) hue-rotate(168deg) brightness(101%) contrast(105%);;
                margin-left:1px; 
                vertical-align:middle;
                transform-style: preserve-3d;
                transition: transform 0.2s;
                width:16px;
 }

.export_icons:hover
 {              opacity:1;
                transform: translateY(-2px); }

a.item:hover .menu_icons
 {              filter: invert(20%) sepia(95%) saturate(2086%) hue-rotate(183deg) brightness(95%) contrast(102%);;
 }

.clearfix::after 
 {
  content: "";
  clear: both;
  display: table;
 }


/* Pagination *******************************/
/********************************************/

.pagination-bar
 {
      display: flex;
      align-items: center;
      gap: 0px;
      font-size:10px;
      margin-bottom:2px;
 }

.pagination-bar span,
.pagination-bar button
 {
      cursor: pointer;
      padding: 1px 4px 2px 4px;
      border: 1px solid #999999;
      color: #075686;
      background-color: #FFFFFF;
 }

.pagination-bar .page-number
 {
      min-width:25px;
      text-align:center;
      white-space: nowrap;
      border-left: 0px;
      border-right: 0px;
 }

.pagination-bar .prev-page
 {
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px;
      border-right:0px;
      padding: 1px 7px 2px 7px;
 }

.pagination-bar .next-page
 {
      border-top-right-radius: 8px;
      border-bottom-right-radius: 8px;
      border-left:0px;
      padding: 1px 7px 2px 7px;
 }


/* TaskLists ********************************/
/********************************************/

  
th {	position: sticky;
        z-index: 1;
	top: 0; }
   
td.bar, td.littlebar,
td.littlebar a, td.littlebar a:visited,
th.bar, th.littlebar, .tooltipbar,
th.littlebar a, th.littlebar a:visited
 {		color: #FFFFFF;
		font-weight: bold;
		padding-left: 2px;
		font-size: 16px;
		font-family: Verdana; }

td.littlebar, td.littlebar a, td.littlebar a:visited,
th.littlebar, th.littlebar a, th.littlebar a:visited
 {		font-size: .70rem; }

td.menu, th.menu, th, div.menu
 {		white-space: nowrap;
		background: #5a91e1;
		color: #FFFFFF !important;
		border-bottom: 1px transparent solid;
		border-right: 1px transparent solid;
		padding-left: 2px;
		text-align:center;
		vertical-align:bottom;
                background-image: url(/images/shadow3.png);
                background-repeat: repeat-x;
                background-position: right bottom;
		font-size: 12px;
		font-weight: normal;
		font-family: Verdana; }

div#html_body_msg th /* clear html body of emails that make uses of th */
 {              white-space: normal;
                background: none;
		border: none;
		position: unset;
		vertical-align: unset;
		text-align: unset;
 }

td.menu a, td.menu a:visited, td.menu div.label_subcontainer,
td.menu div.label_bare_subcontainer, td.menu div.label_above_subcontainer,
th.menu a, th.menu a:visited, th.menu div.label_subcontainer
 {		color: #FFFFFF !important;
		font-size: 12px;
		font-weight: normal;
		font-family: Verdana; }

table.tasklist, table.taskListBare, table.taskListBlock
 {		width: 100%;
		border-width: 0px;
		border-spacing: 1px;
		clear: left;
		margin: 0px 0px 5px 0px;
		/* margin-right: -1000px; */
		padding: 0px;
		background-color: #FFFFFF;
		empty-cells: show; }

table.taskListBare, table.taskListBlock
 {              border-spacing: 0px; }

table.tasklist td, table.taskListBare td, table.taskListBlock td, td.list, td.link,
table.tasklist th, table.taskListBare th, table.taskListBlock th, th.list, th.link
 {		vertical-align: top;
                /* standard: padding: 5px 3px; */
		padding: 2px;  /* //AF//custom */
		font-size: 12px;
		font-family: Verdana; }

table.fi_forlight /* //AF//custom style */
 {		width: 100%;
		border-width: 0px;
		border-spacing: 1px;
		clear: left;
		margin: 3px 0px 5px 0px;
		padding: 0px;
		empty-cells: show; }

table.fi_forlight td.menu /* //AF//custom style */
 {		background-color: #d75600; }

.tlfirstcol, td.link, th.link
 {		background: #DDDDDD;
		color: #075686; }

tr.tltr > td  /* //AF//custom style */
 {		background: #F0F0F0; }

tr.tltr > td.linknolink  /* //AF//custom style */
 {		background: #DDDDDD; }

td.linknolink   /* //AF//custom style */
 {		border-bottom: 1px #FFFFFF solid;
		background-color: #DDDDDD;
		font-size: 110%; }

tr.tltr:hover > td, td.linknolink:hover   /* //AF//custom style */
 {
/*              filter: brightness(1.15); } */
 		background-color: #d1e6fc;
 }

.afminipid      /* //AF//custom style */
 {              border: 1px solid #075686; 
                border-radius: 4px;
                color: #075686;
		padding-left: 1px;
		padding-right: 1px;
		font-weight: bold;
		cursor: pointer;
		opacity: 0.4; }
		
.afminipid:hover /* //AF//custom style */
 {              opacity: 1; }

.af_tag_draggable
 {              cursor: pointer; }

.af_tag_draggable.miniButton
 {
		font-size: 100%;
		letter-spacing: -0.2px;
		padding-left: 1px;
		padding-right: 1px;
		color: #000;
		background: #f1f8fd;
 }
 
/* //AF//custom per diff modifiche todo (log e isms) */
del { color: red; } 
ins { color: green; }

.tlshortcol
 {		background: #F0F0F0;
                white-space:nowrap;
		width:16px; }

.tlcols, td.list, th.list
 {		background: #F0F0F0;
		color: #3B3B3B; }

.tltral:nth-child(even)
 {		background: #F0F0F0; }

.tltral:nth-child(odd)
 {		background: #DDDDDD; }

.tltral.ui-selected
 {              background-color: #FFEFD5; }

.tltr:hover, .tltral:hover
 {		
                box-shadow: 0 1px 5px rgba(0,0,0,0.4);
                /*filter: brightness(0.95); */ /* //AF//custom: disabled, provato 1.15 */
		background-color: #d1e6fc; /* //AF//custom */
 }

.fi_hiddeniconstr:hover .hiddenicon, /* //AF//custom selector */
.tltr:hover .hiddenicon, .tltral:hover .hiddenicon, .limited-height:hover .hiddenicon
 {
                opacity: 1; } 

.taskListBare td, .taskListBare th
 {		border:0px;
                border-spacing: 0px;
                padding: 5px 3px !important;
                border-bottom: 1px solid #DDDDDD; }

.taskListBlock td, .taskListBlock th
 {		border:0px;
                border-spacing: 0px;
                padding: 5px 3px !important;
                border-bottom: 6px solid #FFFFFF; }

.tlLastRow
 {		background-color: #DDDDDD;
                font-weight: bold; }

.tlFooter
 {              position: sticky;
                bottom: 0;
                background-color: #bbbbbb; 
                padding: 1px 3px 1px 3px; 
                border-top: 1px solid #999999;
                z-index:4; }

.tableSelectors
 {		background: #f0f0f0;
                height: 25px;
                width:100%;
                margin:15px 0 0 0;
                border-bottom: 1px solid #bbbbbb;
                border-right: 1px solid #bbbbbb; }
 
td.showDataLabel, th.showDataLabel
 {		background: #DDDDDD;
                vertical-align: top;
                padding: 4px;
		font-size: 10px;
		font-family: Verdana;
		color: #666666;
		text-align:right;
		border-bottom: 1px solid #999999; }

td.showDataContent, th.showDataContent
 {		border-bottom:1px solid #BCBCBC;
                padding:4px; }

td.showDataCaption, th.showDataCaption
 {		border-right:0px;
                font-size:10px; 
                padding: 3px 4px 0 4px;
                vertical-align:middle; 
                height:20px; 
                text-align:right; }

.menu_title, .ui-accordion-header, .ui-accordion-content-active
 {		white-space: nowrap;
                width:100%;
                padding:0 0 0 2px;
                border:0;
                cursor: pointer;
                display: block;
                letter-spacing:-0.5pt;
		margin: 8px 0px 2px 0px;
		background: #075685;
		border-radius: 0px 10px 0px 0px;
		color: #FFFFFF;
		font-weight: bold;
		text-align: left;
		font-size: 110%;
		font-family: Verdana; }

.menu_title_active
 {		color: #ffffff; }

.menu_title_content, .ui-accordion-content, .ui-accordion
 {		overflow: hidden;
                width:100%;
                margin:0px;
                padding:0px;
                border:0px;
                display: block; }

a.item:link, a.item:visited
 {		color: #D6DFF7;
		background: #00649c;
		line-height: 1.3em;
		text-align:left;
		white-space: nowrap;
		font-size: 11px;
		font-family: Verdana;
		padding: 0px 0px 0px 2px;
		border-bottom: 1px solid #075685;
		margin:0px;  
		display: block;}
a.item:hover
 {		background: #D6DFF7;
		color: #00649c; }

.notification_item
 {
                border-radius: 2px 2px 2px 2px; 
                box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.698); 
                background-color: rgb(220, 13, 23);
                background-image: linear-gradient(rgb(250, 60, 69), rgb(220, 13, 23)); 
                color: rgb(255, 255, 255); 
                min-height: 11px;
                min-width: 15px;
                padding: 0px 2px; 
                text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
                visibility: hidden;
                -webkit-border-radius: 4px;
                text-align: center; 
                font-size: 9px;
                z-index: 1000;
                position: relative;
                float: right; }

.smallContent
 {		empty-cells: show;
		vertical-align: top;
		color: #666666;
		font-size: 10px !important;
		font-family: system-ui, Frutiger, Univers, Calibri, 'Gill Sans', Myriad, 'DejaVu Sans Condensed', 'Liberation Sans', 'Nimbus Sans L', Tahoma, Geneva, 'Helvetica Neue', Helvetica, Arial, sans-serif;
		/* font-size: .75rem !important; //AF//custom: .65rem in standard */
		letter-spacing:-0.5pt; /* //AF//custom */
		line-height: 18px !important; }

.userAction
 {               cursor:pointer; }

.commandButton, .commandButton a
 {		white-space: nowrap;
		background-color: transparent;
		padding-left: 1px;
		display: table-cell;
		vertical-align: middle;
		color: #075686;
                text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
		font-size: 12px;
		font-family: Verdana;
		line-height: 1.1em; } 

.commandIcons
 {              width:23px; /* //AF//custom: 18px in standard */
                height:21px; /* //AF//custom: 18px in standard */
                transform-style: preserve-3d;
                transition: transform 0.2s;
                margin-left:2px;
                filter: invert(45%) sepia(67%) saturate(347%) hue-rotate(171deg) brightness(90%) contrast(97%); opacity:0.8;; }

.commandIcons:hover
 {              opacity:1;
                transform: translateY(-2px); }

a.miniButton:link, a.miniButton:visited, div.miniButton
 {
                background-color: #FFFFFF;
		color: #075686;
                border-radius: 3px;
                text-decoration: none;
                display: inline-block;
                line-height: 13px;
                padding: 0px 5px;
                margin: 0px 2px 2px 0px;
                font-size: 10px;
		font-family: system-ui, Frutiger, Univers, Calibri, 'Gill Sans', Myriad, 'DejaVu Sans Condensed', 'Liberation Sans', 'Nimbus Sans L', Tahoma, Geneva, 'Helvetica Neue', Helvetica, Arial, sans-serif;
                border: 1px solid #BCBCBC;
                white-space: nowrap;
                cursor: pointer;
                box-shadow: 2px 1px 2px rgba(0, 0, 0, 0.3);;
                vertical-align: baseline; }

.todobtn
 {
                width: 16px;
                height: 16px;
                background: url("/images/tdtick.png") no-repeat;
                vertical-align: middle;
                display: inline-block; }
.todobtn:hover
 {              background: url("/images/tdtickd.png") no-repeat; }

.hiddenicon
 {
                transition:all 0.5s;
                cursor: pointer;
                opacity:0; }

body.responsiveBody .hiddenicon
 {
                opacity:1 !important; 
 }


/* css filter color *************************/
/********************************************/

.imgclr_gray
 {              filter: invert(77%) sepia(0%) saturate(1334%) hue-rotate(231deg) brightness(71%) contrast(81%); }

.imgclr_green
 {              filter: invert(26%) sepia(83%) saturate(1582%) hue-rotate(97deg) brightness(97%) contrast(112%); }

.imgclr_violet
 {              filter: invert(29%) sepia(64%) saturate(7198%) hue-rotate(262deg) brightness(105%) contrast(101%); }

.imgclr_red
 {              filter: invert(35%) sepia(46%) saturate(6933%) hue-rotate(325deg) brightness(101%) contrast(116%); }

.imgclr_orange
 {              filter: invert(40%) sepia(38%) saturate(6534%) hue-rotate(25deg) brightness(120%) contrast(106%); }

.imgclr_blue
 {              filter: invert(45%) sepia(67%) saturate(347%) hue-rotate(171deg) brightness(90%) contrast(97%); }

.imgclr_yellow
 {              filter: invert(80%) sepia(12%) saturate(7320%) hue-rotate(5deg) brightness(99%) contrast(103%); }
 

/* styles for the icon wrap */

.icon-wrap 
 {
  display: inline-block;
  transition: background-color 0.25s;
  border-radius: 50%;
  width:22px;
  height:22px;
  padding:3px;
  transform-style: preserve-3d;
  transition: transform 1.0s;
 }

/* styles for the icon wrap when hovered */

.icon-wrap:hover 
 {
  background-color: rgba(0, 0, 0, .15);
  transform: rotateY(180deg);
 }


/* styles for icon bounce effect */

.bounce
 {
  display: inline-block;
  position: relative;
  animation: bounce 0.8s infinite linear;
 }

@keyframes bounce
 {
    0% { top: 0; }
    20% { top: -0.2em; }
    25% { top: -0.3em; }
    30% { top: -0.1em; }
    60% { top: 0; }
    100% { top: 0; }
 }


/* styles for blink effect */

.blink_me
 {
  animation: blinker 1s linear infinite;
 }

@keyframes blinker 
 {
  50% { opacity: 0; }
 }


/* Autocomplete *****************************/
/********************************************/

div.autocomplete, .ui-autocomplete
 {		font-size:10px;
                position:absolute;
                background-color:white;
                border:1px solid #888;
                margin:0px;
                max-height:250px;
                z-index:2000;
                top:0px;
                left:-300px;
                min-width:250px;
                overflow-y:scroll;
                overflow-x:hidden;
                padding:0px; }

div.autocomplete ul, .ui-autocomplete .ui-menu-item
 {		list-style-type:none;
                margin:0px;
		font-size:10px;
                padding:2px; }

div.autocomplete ul li.selected, .ui-autocomplete .ui-menu-item-focus
 {		background-color: #FFEFD5; }

div.autocomplete ul li, .ui-autocomplete .ui-menu-item
 {		font-size:10px;
                list-style-type:none;
                list-style-image: none;
                display:block;
                margin:0;
                padding:1px;
                cursor:pointer; }


/* DialogBox() ********************************/
/********************************************/

.tooltipig
 {		position: absolute;
		font-size: 12px;
		visibility: hidden;
		left:0px;
		top:0px ;
		z-index: 1000; }

.tooltipbody
 {		float:left;
                min-height: 80px;
                position:relative;
                padding: 8px 4px 10px 4px; }
 
.tooltipbody a:link, .tooltipbody a:visited
 {		color:#3B3B3B; }

.tooltipbar
 {		position:relative;
                height:16px;
                font-size:.70rem;
                padding:1px; }


/* ToolBox() ********************************/
/********************************************/

div.selectorToolBox
 {		border-top-left-radius: 7px;
                border-top-right-radius: 7px;
                margin:0px 0 -5px 0px;
                background:#DDDDDD;
                position:sticky;
                top:0px;
                z-index:10;
                display:block;
                padding:1px; }

div.selectorToolBar
 {              border-top-left-radius: 7px;
                border-top-right-radius: 7px;
                border: 1px solid #DDDDDD;
                border-bottom:0px;
                display:block;
                min-height:20px;
                padding:4px;
                vertical-align:middle;
                background:#fbfbfb; }

div.igToolBox
 {		border-radius: 7px;
                margin:5px 3px 5px 0px;
                background-color:#fbfbfb;
                box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
                display:block;
                padding:2px; }

div.igToolBar
 {		border-radius: 4px;
                border-top: 1px solid #999999;
                border-left: 1px solid #999999;
                display:block;
                min-height:16px;
                padding:4px;
                background-color:#fbfbfb; }

div.igToolBoxLight
 {		margin:0px 3px 3px 0px;
                background-color:#fbfbfb;
                box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
                display:block;
                padding:1px; }

div.igToolBarLight
 {	        border-top: 1px solid #999999;
                border-left: 1px solid #999999;
                display:block;
                min-height:16px;
                padding:4px;
		background-color:#fbfbfb; }

.igInfoBox
 {		width:100%;
                background:#FFEFD5;
                padding:15px;
                margin:5px 0px 5px 0px;
                clear:both; }
 

/* Switch ***********************************/
/********************************************/

.checkbox_switch 
 {
  position: relative;
  display: block;
  width: 22px;
  height: 14px;
  margin-top: 3px;
 }

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

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

.checkbox_slider:before
 {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: .4s;
 }

input:checked + .checkbox_slider
 {
  background-color: #2196F3;
 }

input:focus + .checkbox_slider
 {
  box-shadow: 0 0 1px #2196F3;
 }

input:checked + .checkbox_slider:before
 {
  transform: translateX(8px);
 }

/* Rounded sliders */
.checkbox_slider.checkbox_round
 {
  border-radius: 17px;
 }

.checkbox_slider.checkbox_round:before
 {
  border-radius: 50%;
 }


/* TabPan ***********************************/
/********************************************/

div.tabpane
 {              clear:both;
                width:100%;
                background-color:#FFFFFF;
                visibility: visible;
                display:none; }

div.navon
 {		border: 1px solid #000000;
		border-bottom: 0px;
		border-top: 2px solid #FFA500;
		border-left: 1px solid #A5A5A5;
		border-radius: 5px 5px 0px 0px;
		margin: 0px 2px -1px 0px;
		padding:1px 2px 1px 2px;
		position:relative;
		top:0px;
		float:left;
		width:auto;
		min-width:30px;
		min-height:15px;
                text-align: center;
		cursor: pointer;
		font-size:10px;
		letter-spacing:0pt;
		letter-spacing:-0.5pt; /* //AF//custom: 0pt in standard */
		background-color: #FFFFFF; }
                
div.navoff, div.navdisabled
 {		border: 1px solid #a5a5a5;
		border-bottom: 0px;
		border-left: 1px solid #DDDDDD;
		border-radius: 5px 5px 0px 0px;
		margin: 0px 2px 0px 0px;
		padding:1px 2px 1px 2px;
		width: auto;
		min-width:30px;
                text-align: center;
		letter-spacing:-0.5pt; /* //AF//custom: 0pt in standard */
		min-height:15px;
		cursor: pointer;
		float:left;
		color:#999999;
		background-color: #f4f4f4;
		font-size:10px;
		position:relative;
		 }

div.navdisabled
 {		color: #CCCCCC;
		cursor: default;
		border: 1px solid #DDDDDD;
		letter-spacing:-0.5pt; /* //AF//custom */
		border-bottom: 0px; }


/* Needed by igwiki *************************/
/********************************************/

a.wiki, a.wiki:visited
 {		color: #0000ff; } /* //AF//custom: #ff7908 in standard */

a.wikimiss, a.wikimiss:visited
 {              color: #ff7908; } /* //AF//custom: #ff1133 in standard */

div.floatbox
 {		background: #FFFFFF;
		position:relative;
		float: right;
		white-space: normal;
		padding: 5px;
		margin: 0 0 10px 10px;
		border: 2px solid #00649c; }

a strong, a em 
 {              color: inherit; }


/* Repository *******************************/
/********************************************/

.repository
 {		width: 100%;
                text-align:left; }

.repositorytext
 {              font-size:10px;
                color: #FFFFFF; }


/* Contextual Menu **************************/
/********************************************/

a.contextualmenu
 {
                padding: 5px 10px; 
                cursor: pointer;
                border-radius: 5px;
                display: block; 
                margin: 3px; }

a.contextualmenu:hover
 {
                background:#DDDDDD; }


/* Comments BOX *****************************/
/********************************************/

div.commentsbox
 {		clear:both;
                padding:8px;
                font-size:.85rem;
                display:block;
                box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
                border-radius: 6px;
                text-align:left; }

div.commentitem
 {		width: auto;
                margin: 10px 0px 0px 0px;
                min-width: 200px;
                border-radius: 10px;
                padding: 8px 8px 10px 8px;
                position: relative;
                background-color: #f4f4f4;
                text-align:left; }

div.commentbuttons
 {              margin:0 0 0 9px; 
                font-size:.65rem;
                color:; }

.commentbuttons a:hover
 { text-decoration: underline; }


/* Over Head ********************************/
/********************************************/

.overhead
 {              position: fixed;
                left: 0px;
		opacity: 0.8;
                top: 0px;
                width: 100%;
                height: 100%;
                z-index: 9999;
                background: url(/images/preload_icon.gif) center no-repeat #D6DFF7; }


/* Blur overlay  ****************************/
/********************************************/

.blur-all {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}


/* Gray Images & Input type image  **********/
/********************************************/

img.grayscale, input.grayscale
 {
  filter: brightness(1) grayscale(100%);
 }


/* Highlight Textarea Within  ***************/
/********************************************/

.hwt-container {
	display: inline-block;
	width: 100%;
	position: relative;
	overflow: hidden !important;
	-webkit-text-size-adjust: none !important;
}

.hwt-backdrop {
	position: absolute !important;
	top: 0 !important;
	right: -99px !important;
	bottom: 0 !important;
	left: 0 !important;
	padding-right: 99px !important;
	overflow-x: hidden !important;
	overflow-y: auto !important;
}

.hwt-highlights {
	width: auto !important;
	height: auto !important;
	border-color: transparent !important;
	white-space: pre-wrap !important;
	word-wrap: break-word !important;
	color: transparent !important;
	overflow: hidden !important;
}

.hwt-input {
	display: block !important;
	position: relative !important;
	margin: 0;
	padding: 0;
	border-radius: 0;
	font: inherit;
	overflow-x: hidden !important;
	overflow-y: auto !important;
}

.hwt-content {
	border: 1px solid transparent;
	/* background: none transparent !important; //AF//custom: non fa evidenziare le text area col focus */
}

.hwt-content mark {
	color: inherit;
        padding: 0 2px 0 2px !important;
        border-radius: 3px;
        margin: 0 -2px 0 -2px !important;
}


/* Tag Editor (jquery plugin) ***************/
/********************************************/

/* surrounding tag container */
.tag-editor {
    list-style-type: none; 
    padding: 0 5px 0 0; 
    margin: 0; 
    overflow: hidden; 
    border: 0px solid #eee; 
    cursor: text;
    font-size: 90%;
    color: #555; 
    background: #f4f4f4; 
    line-height: 16px;
    height: 20px;
}

/* core styles usually need no change */
.tag-editor li { display: block; float: left; overflow: hidden; margin: 3px 0; }
.tag-editor div { float: left; padding: 0 4px; }
.tag-editor .placeholder div { padding: 0 5px; color:#bbb; }
.tag-editor .tag-editor-spacer { padding: 0; width: 8px; overflow: hidden; color: transparent; background: none; }

.tag-editor input {
    vertical-align: inherit; border: 0; outline: none; padding: 0; margin: 0; cursor: text;
    font-family: inherit; font-weight: inherit; font-size: inherit; font-style: inherit;
    box-shadow: none; background:#f4f4f4; color: #444;
}

/* hide original input field or textarea visually to allow tab navigation */
.tag-editor-hidden-src { position: absolute !important; left: -99999px; }
/* hide IE10 "clear field" X */
.tag-editor ::-ms-clear { display: none; }

/* tag style */
.tag-editor .tag-editor-tag {
    padding-left: 3px; 
    color: #46799b; 
    background: #ccdeea; 
    white-space: nowrap;
    overflow: hidden; 
    cursor: pointer; 
    font-size: 90%;
    border-radius: 2px 0 0 2px;
}

.tag-editor .tag-editor-tag::before
 {
  /* content: "#"; //AF//disabled */
  margin-right:1px;
 }

/* delete icon */
.tag-editor .tag-editor-delete { background: #ccdeea; cursor: pointer; border-radius: 0 2px 2px 0; padding-left: 3px; padding-right: 4px; }
.tag-editor .tag-editor-delete i { line-height: 16px; display: inline-block; }
.tag-editor .tag-editor-delete i:before { font-size: 13px; color: #8ba7ba; content: "x"; font-style: normal; }
.tag-editor .tag-editor-delete:hover i:before { color: #d65454; }
.tag-editor .tag-editor-tag.active+.tag-editor-delete, .tag-editor .tag-editor-tag.active+.tag-editor-delete i { visibility: hidden; cursor: text; }
.tag-editor .tag-editor-tag.active { background: transparent !important; }


/* jQuery UI autocomplete - code.jquery.com/ui/1.10.2/themes/smoothness/jquery-ui.css */

.ui-autocomplete 
 { position: absolute; top: 0; left: 0; cursor: default; font-size: 14px; }

.ui-menu-item-wrapper, .ui-widget-header
 { padding: 5px 1em 5px .4em !important; }

.ui-menu 
 { list-style: none; 
   padding: 8px; 
   white-space: nowrap;
   min-width: 180px;
   max-height: 350px;
   display:none;
   overflow-x: hidden;
   overflow-y: auto;
   z-index: 100 !important;
   position: fixed !important;
   box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
   background-color: #FFEFD5;
   border-radius: 6px;
   margin: 0; 
   outline: none; }

.ui-front
 { z-index: 9999 !important; }

.ui-menu .ui-menu-item a 
 { text-decoration: none; display: block; padding: 2px .4em; line-height: 1.4; min-height: 0; /* support: IE7 */ }

.ui-widget-content 
 { border: 1px solid #999999;
   background: #fff; color: #555; }

.ui-widget-content a 
 { color: #46799b; }
 
.ui-state-active, .ui-state-active a
 { border: 0px !important;
   background-color:  #FFEFD5 /* //AF//custom: in standard: #dddddd */ !important;
   color: #3B3B3B !important;
   margin: 0px !important;
   border-radius: 5px; }

.ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus 
 { background: #ccdeea; }

.ui-helper-hidden-accessible 
 { display: none; }

.ui-datepicker 
 {
  margin: 5px auto 0;
  box-shadow: -4px 3px 6px #999999;
 }

.ui-datepicker-header
 {
    background: #00649c;
    color: #FFFFFF;
    border-width: 0px;
 }

.ui-icon
 {
    margin:2px 2px 2px 0px;;
 }

.ui-state-hover
 {
    background-color: transparent !important;
 }


/* Mark script for search results ***********/
/* https://markjs.io/  **********************/
/********************************************/

mark { background-color: #C6E2FF; }
mark { background-color: #FFFF00; } /* //AF//custom */


/* Profile circle with initial  *************/
/********************************************/
div.pci {
    display: inline-block;
    background-color: #999999;
    border-radius: 50%; }

div.pci-inner {
    color: white;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle; 
    text-align: center;
    text-decoration: none;
    height: 17px;
    width: 17px;  
    font-size: 9px; }

/********** //AF//custom styles *********/
input#menu_activation.formbutton {
  font-weight: bold;
  background-color: #f2f2f2;
  height : 22px;
}

.imgclr_white_fi
 {              filter: invert(100%) brightness(91%); }
 

/* Tribute Mentios            ***************/
/********************************************/

.tribute-container {
  background-color: #FFEFD5;
  border-radius: 6px;  
  box-shadow: -4px 3px 6px #999999;
  display: block;
  height: auto;
  left: 0;
  max-height: 200px;
  min-width: 100px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 5px; 
  position: absolute;
  top: 0;
  z-index: 999999; }

.tribute-container ul {
  margin: 0;
  margin-top: 2px;
  padding: 0;
  list-style: none;
  background: #efefef;
}
.tribute-container li {
  padding: 5px 5px;
  white-space: nowrap;
  cursor: pointer;
}
.tribute-container li.highlight {
  background: #ddd;
}
.tribute-container li span {
  font-weight: bold;
}
.tribute-container li.no-match {
  cursor: default;
}
.tribute-container .menu-highlighted {
  font-weight: bold;
}


/* jsTree                     ***************/
/********************************************/

/* remove root element offset in webmail folder tree */
#folderTree > .jstree-container-ul > .jstree-node > .jstree-ocl { 
  display:none
}
#folderTree > .jstree-container-ul > .jstree-node > .jstree-children > .jstree-node {
  margin-left:0;
}

/* hide the vertical dots that connect the 1st level folders */
#folderTree > ul > li {
  background-image: none;
}


/* Apex Charts                ***************/
/********************************************/

#chart, .chart-box {
    padding-top: 20px;
    padding-left: 10px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 22px 35px -16px rgba(0,0,0, 0.1);
}

select.flat-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #008FFB url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='60px' height='60px'><polyline fill='white' points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>") no-repeat scroll right 2px top 9px / 16px 16px;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    font-family: arial,tahoma;
    font-size: 16px;
    font-weight: bold;
    outline: 0 none;
    height: 33px;
    padding: 5px 20px 5px 10px;
    text-align: center;
    text-indent: 0.01px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease 0s;
    width: auto;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
  }

select.flat-select:focus, select.flat-select:hover {
    border: 0;
    outline: 0;
  }
  

.apexcharts-canvas {
    margin: 0 auto;
}


/* CKEditor                   ***************/
/********************************************/

/* Hide Source button to show only the icon, not the label */
.cke_button__source_label {
  /* display: none !important; //AF//custom: disabilitata per avere comunque la label e andare a capo meglio nella toolbar */
}


/***** CKEditor AI enhancement diff dialog  *****/

/* Force long lines to wrap inside CKEditor dialogs and floating diffs */
.cke_dialog_ui_html, .cke_dialog_ui_html span, .cke_dialog_ui_html del, .cke_dialog_ui_html ins,
.cke_dialog_body,
.diff-container {
  overflow-x: hidden;           /* avoid horizontal scrollbar */
  line-height: 1.4;
  white-space: pre-wrap !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
  max-width: 100%;
  box-sizing: border-box;
}

.no_diff-container {
  position: fixed;
  top: 80px;
  right: 40px;
  z-index: 9999;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  padding: 12px;
  max-width: 500px;
  max-height: 60vh;
  overflow-y: auto;
  resize: both;                 /* allow resizing */
  cursor: move;                 /* show it's draggable */
}

.no_diff-container .no_close-btn {
  display: inline-block;
  float: right;
  background: #f44336;
  color: white;
  border: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
}

.diff-container ins { background-color: #d4fcbc; text-decoration: none; }
.diff-container del { background-color: #fbb6b6; text-decoration: line-through; }



/* Responsive classes */

table.taskbar.stickybar {
  position: sticky;
  width: 100%;
  /*height: 26px;*/
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
}

table.sticky2>thead>tr>th {
  top: 26px; /* sticky under the sticky task head */
}

table.sticky35>thead>tr>th {
  top:35px;
}

/* assigned to table cell to ensure they not take full width */
.not100pcWidth {
  max-width: calc( 100vw - 55px );
}

/* Responsive menu */

.ig-responsive-menu { /* the container of the responsive menu normally hidden on the left */
  background-color: #075685;
  position: fixed;
  top: 0;
  height: 100%;
  width: 70vmin;    /* 70% of the minimum between viewport width and height */
  margin-left: -70vmin;
  transition: .5s;
  z-index: 200;  
  overflow: scroll;
}

.ig-responsive-menu-show { /* this class will be added to .ig-responsive-menu to make the menu visible */
    margin-left: 0;
    box-shadow: 4px 2px 15px 1px #404040; /* #B9ADAD;*/
}

.ig-responsive-menu>table.star-logo { /* XXX: to be reviewed */
  transform: scale(1.5) translate(0,-3px);
  margin-bottom: 15px;
}

.ig-responsive-menu>div#menu_content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  /*justify-content: flex-start;*/
}

.ig-responsive-menu>div#menu_content>.ig-menu-columns {
  column-count: 2;
  column-gap: 0;
} 


/* a div of this class contain the title and some menu item: do not break between columns */
.ig-responsive-menu>div#menu_content>.ig-menu-columns>.menu_chapter { 
  break-inside: avoid;
}

.ig-responsive-menu>div#menu_content>.ig-menu-columns>div.menu_chapter>div.menu_title_content {
  width: 32vmin; /* 32% of the minimum between viewport width and height */
}

.ig-responsive-menu>div#menu_content>.ig-menu-columns>div.menu_chapter>div.menu_title_content>a.item {
  font-size: 4.5vmin;
  padding-top: 1vmin;
  padding-bottom: 1vmin;
}

.ig-responsive-menu>div#menu_content>.ig-menu-columns>div.menu_chapter>div.menu_title {
  font-size: 3.7vmin;
  padding-top: 3vmin;
  padding-bottom: 1vmin;
  margin:0;
}

@media screen and (orientation: landscape) {
  .ig-responsive-menu { /* the container of the responsive menu normally hidden on the left */
    width: 60vmax;    /* 60% of the maximun between viewport width and height */
    margin-left: -60vmax;
  }
  .ig-responsive-menu>div#menu_content>.ig-menu-columns {
    column-count: 3;
  }

  .ig-responsive-menu-show { /* this class will be added to .ig-responsive-menu to make the menu visible */
    margin-left: 0;
    box-shadow: 4px 2px 15px 1px #404040; /* #B9ADAD;*/
  }
  .ig-responsive-menu>div#menu_content>.ig-menu-columns>div.menu_chapter>div.menu_title_content {
    width: 18vmax; /* 18% of the maximum between viewport width and height */
  }
  .ig-responsive-menu>div#menu_content>.ig-menu-columns>div.menu_chapter>div.menu_title_content>a.item {
    font-size: 2.1vmax;
  }

  .ig-responsive-menu>div#menu_content>.ig-menu-columns>div.menu_chapter>div.menu_title {
    font-size: 1.8vmax;
  }
}

/* limit font size of the responsive menu */
@media screen and (((min-width: 512px) and (orientation: portrait)) or ((min-height: 640px) and (orientation: landscape))) {
  .ig-responsive-menu>div#menu_content>.ig-menu-columns>div.menu_chapter>div.menu_title_content>a.item {
    font-size: 16pt;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .ig-responsive-menu>div#menu_content>.ig-menu-columns>div.menu_chapter>div.menu_title {
    font-size: 15pt;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

/* hide left column (shortcut) with screen < 1000px */
@media (max-width: 1000px) {
  .shortcut_div {
    display: none;
  }
}


/* JQuery DataTable Responsive  *************/
/********************************************/

table.dataTable.expand_column>tbody>tr.child>td.child ul.dtr-details {
  padding: 0px;
  margin: 0px;
}

table.dataTable.expand_column>tbody>tr.child>td.child ul.dtr-details li {
  list-style: none;
}

/* the expand column (the left most one with the (+) symbol to show values of hidden columns */
table.dataTable.expand_column>tbody>tr>td:first-child, table.dataTable.expand_column>thead>tr>th:first-child {
  display: none;          /* hidden unless neccesary: see table.dataTable.expand_column.collapsed... */
  font-size: 150%;
  vertical-align: middle;
}

table.dataTable.expand_column.collapsed>tbody>tr>td:first-child, table.dataTable.expand_column.collapsed>thead>tr>th:first-child {
  display: table-cell;   /* the "collapsed" class is assigned to a table with some column hidden: so display expand_column */
}

table.dataTable.expand_column.collapsed>tbody>tr>td:first-child::before {
  content: " ⨁"; /* the symbol (+) to expand the row and see the hidden cell data */
  opacity: 0.3;
}

table.dataTable.expand_column.collapsed>tbody>tr.parent>td:first-child::before {
  content: " ⨀"; /* the symbol (.) to shrink the expanded row. The "parent" class is assigned to the row when its hidden cell data is displayed (in the "child" row below) */
  opacity: 1;
}

table.dataTable.expand_column.collapsed>tbody>tr.child>td:first-child::before {
  content: ''; /* remove the (+) symbol from the "child" row */
}

table.dataTable.expand_column>tbody>tr.child>td.child:first-child {
  display: table-cell; /* make the child row visible (to show hidden cell data)
}

/* https://cdn.datatables.net/1.10.20/css/jquery.dataTables.min.css */
@import url("/images/jquery.dataTables.min.css");



