
:root { --OQS_COL1: #002147; } 
:root { --OQS_COL2: white; } 
:root { --OQS_COL3: #487294; } 
:root { --OQS_COL4: #b00000; } 
:root { --OQS_COL5: #90b1bf; }
/*:root { --OQS_COL5: #90c3e1; }*/
/*:root { --OQS_COL6: #638fa5; }*/

:root {
  --col_grey: #ccc; 
  --col_red: #A13535; 
  --col_green: #35A135; 
}

/* --------------------------------------------------- */
#colorDisplay1 {
  width: 100px;
  height: 100px;
  background-color: var(--color1); 
}

#colorDisplay2 {
  width: 100px;
  height: 100px;
  background-color: var(--color2); 
}

#colorDisplay3 {
  width: 100px;
  height: 100px;
  background-color: var(--color3); 
}

#colorDisplay4 {
  width: 100px;
  height: 100px;
  background-color: var(--color4); 
}

/* --------------------------------------------------- */
* {
    box-sizing: border-box;
    font-family: 'PT Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  }

body {
    margin: 0px;
}  

body {
    font-family: 'PT Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    line-height: 1.6;
}

.parent {
    display: flex;
    flex-direction: column;
    height: 100vh;
  }
  
.main {
    display: flex;
    flex-grow: 1;
    margin: 2px;
}
  
.content {
    flex-grow: 1;
}

.child {
    padding: 2px ;
    margin: 5px;
    line-height: 20px;
    border-radius: 10px;
    border: 2px solid #cecece;
    background-color: #ffffff;
}

#tandc, #access, #privacy {
  margin: 15px auto auto 10px;
  color: var(--OQS_COL2);
}

/* --------------------------------------------------- */
table {border: 2px solid var(--OQS_COL5); border-collapse: collapse; }
th {border: 1px solid var(--OQS_COL5); font-size: smaller; }
tr {border: 1px solid var(--OQS_COL5);}
td {
    border: 1px solid var(--OQS_COL5); 
    padding: 0.2em 0.3em 0.2em 0.3em; 
}



/* --------------------------------------------------------- */
/* --------------------------------------------------------- */

/* Basic styling for the select element */
#collaboratorSelect {
    border: 1px solid var(--OQS_COL5);
    border-radius: 5px;
    padding: 5px 10px;
    outline: none;

    font-size: 16px;
  }
  
  /* Add focus state */
  #collaboratorSelect:focus {
    border-color: var(--OQS_COL5);
    box-shadow: 0 0 5px var(--OQS_COL5);
  }
  

  

/* --------------------------------------------------------- */

.footer_area
    {
    background-color: var(--OQS_COL1);
    }


.hide {display: none;}
/*.show {display: table;}*/
.show {display: block; float: left; clear: left;}
.clickable {cursor: pointer; }
.clickable:hover {background-color: var(--col_grey)}

.details {
  display: inline-block; 
  margin: 5px; padding: 5px;
  word-wrap: break-word;
  width: 100%;
}

.scroll {overflow: scroll;}

.testing {
    color: red;
}

.status_bar {
	width : 50em;
	}
	
	
@media only screen and (max-width: 55em) {
	.status_bar {
		width : 100%;
		}
	}

@media only screen and (max-width: 45em) {
	.status_bar {
		width : 100%;
		}
	}

.oqs_progress_meter {
    height: 1em;
    }


.errormsg {
    font-weight: bold;
    background: yellow;
    display: none;
    padding: 0em 0.5em;
    border-radius: 5px; 
}

.crashmsg {
    font-weight: bold;
    background: yellow;
    display: none;
    padding: 0em 0.5em;
    border-radius: 5px; 
}

.infomsg {
    display: none;
    background: rgb(255, 255, 135);
    padding: 0em 0.5em;
    border-radius: 5px; 
}

.infotext {
    background: rgb(255, 255, 135);
}

.pwdmsg {
    color: red;
    font-size: small;
    display: none;
    padding: 0em 0.5em 0em 0em;
    border-radius: 5px; 
}


.ident {
    font-size: smaller;
}


/* --------------------------------------------------- */
.table-container {
    display: flex;
    justify-content: center; /* Horizontally centers the table */
    /*align-items: center; /* Vertically centers the table */ 
    /*height: 100vh; /* Sets the container's height to 100% of the viewport height */
    }

.file-container {
    display: flex;
    justify-content: center; /* Horizontally centers the table */
    }

.container {
    display: flex;
    justify-content: space-between;
    }
    
.section_area
    {
    display: flex; 
    justify-content: space-between; 
    width:80%; 
    /*margin: auto;        */
    }

.section_title
	{
    padding: 15px 0px 10px 0px; 
    font-size: 1.6em; 
    border: none;
    line-height: 1.1em;
	}    

.section_area_button
    {
    padding: 10px 0px 0px 0px;
    }

.hex-text
    {
    color: #777777;
    width: 5em;
    cursor: default;
    border: 0px;
    }

.hex-text:focus {
    outline: none;
    border: none;
    }    

.bubble_area
    {
        border: 1px solid #cecece;
        border-radius: 10px;
        margin: 0px;
        margin-bottom: 3px;
        padding: 3px 5px;
        width: 98%;
        display: inline-block;
    }    

/* --------------------------------------------------- */
.fquest 
    {
        padding: 10px;        
    }
.answer 
    {
        display: none;
        padding-top: 3px;
        padding-left: 2.2em;
    }

.linkcolor, .arrow 
    {
        color: #3277ae;
        cursor: pointer; 
    }

.linkcolor {
    color: #3277ae;
    cursor: pointer; 
    display: inline-block;
    padding-left: 2.2em; /* Adjust to match the arrow */
    position: relative;
}

.linkcolor:hover {
  color: #44687d;
  text-decoration: underline;
}

.arrow {
    color: #3277ae;
    cursor: pointer; 
    position: absolute;
}    


/* --------------------------------------------------- */
.button-wrapper {
    position: relative;
    display: inline-block;
    margin-right: 0.5em;
}

.custom-button {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px; 
    margin-right: 2px;
    margin-bottom: 2px;
    border-radius: 5px; 
    background: transparent; 
    border: 1px solid var(--OQS_COL5);
    cursor: pointer; 
    height: 2em;
    text-decoration: none;
    vertical-align: middle;
    }

    .sort_rdg 
    {
    display: inline-block;
    float: none;
    clear: left;
    position: relative;
    padding: 0 0 0 1.5em; 
    margin-top: 3px; 				
    margin-bottom: 3px; 
    }
  
  .sort_rdg input[type=radio]
    {
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 0;
    width: 1.5em;
    height: 1.5em;
    z-index: 1;
    margin: 0;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0; 
    }
      
  .sort_rdg label 
    {
    cursor: pointer;
    padding: 5px 9px 5px 8px;
    display: block;
    -ms-touch-action: manipulation;
    touch-action: manipulation; 
    }
  
    /* circle style */	
  .sort_rdg [type=radio] + label::before 
    {
    content: "";
    border: 1px solid #888888;		/* Border colour */			
    background: #eeeeee;			/* Unselected colour */
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; 
    }
  
  .sort_rdg [type=radio] + label
    {
    font-weight: normal;
    }
  
  .sort_rdg [type=radio]:checked + label
    {
    font-weight: bold;
    }
  
  .sort_rdg input:checked + label::before 
    {
    background: #888888;			/* Selected colour */
    }
  
  

.autoHeightButton {
    height: auto;
}

    /*
.custom-button {
    margin-top: 5px;
}
*/

.custom-button i {
    margin-right: 5px; /* Space between icon and text */
    }
    
.custom-button:hover {
    background: var(--OQS_COL5); /* Light background color on hover */
    }

.mini-button {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px; 
    margin-right: 2px;
    margin-bottom: 2px;
    border-radius: 5px; 
    background: transparent; 
    border: 0px solid var(--OQS_COL5);
    cursor: pointer; 
    height: 1.5em;
    text-decoration: none;
    }    

.expand-button {
    height: 1.5em;
    border: none;
}

.restrict_button {
    cursor: not-allowed;
    color: #aaaaaa;
}

.restrict_button:hover {
    background: transparent; 
}


.signout-button:hover {
    background: var(--col_red); /* Light background color on hover */
    /*font-weight: bold;*/
    }

.signout-button:hover > .icon-leave {
    background-color: black;
}    

.bin-button:hover {
    background: var(--col_red); /* Light background color on hover */
    /*font-weight: bold;*/
    }

.bin-button:hover > .icon-bin {
    background-color: black;
}    



.button-container {
    display: inline-block;
    vertical-align: top;
    padding-right: 0.25em;
    max-width: 50px;
}

.button_center {
    display: flex; 
    align-items: center; 
    justify-content: center;
} 

.move-button {
    /*display: block;*/  /* Stack on top of each other */
    width: 20px;    /* Fixed width */
    height: 18px;   /* Fixed height */
    font-size: 18px; /* Font size of the arrow */
    text-align: center; /* Center the arrow */
    /*margin: 2px 0; */ /* Small margin between buttons */
    font-size: 12px;
    background: transparent; 
    /*border: 1px solid var(--OQS_COL5);*/
    border: 0px solid var(--OQS_COL5);
    cursor: pointer; 
    padding: 0em;
}

.move-button:hover {
    background: var(--OQS_COL5); /* Light background color on hover */
    }

.temp-bg-color {
    background-color: var(--col_grey);
    transition: background-color 0.5s ease-in-out;
}    

.button-ease {
    transition: background-color 0.5s ease-in-out;
}



/* --------------------------------------------------- */        
a {
  color: #3277ae;
  text-decoration: none; 
}    

a:hover {
  text-decoration: underline;
  color: #44687d;
}    

a:visited {
    color: #3277ae;
}
    
    
/* --------------------------------------------------- */    
#hidden-div {
    height: 0em;
    overflow: hidden;
    transition: height 0.5s ease;
    }

.hidden-div {
    height: 0em;
    overflow: hidden;
    transition: height 0.5s ease;
    }    
    
#editable-area {
    width: 100%;
    height: 4.5em;
    }      
      

#preview-area {
    width: 100%;
    height: 4.5em;
    overflow: auto;
    border: 1px solid #ccc;
}    

/*----------------------------------------------------------*/        
.help_hidden {
    height: 0em;
    overflow: hidden;
    transition: height 0.5s ease;
    margin: 0px;   
    padding: 0px;   
    border: 0px;   
}

.help_section {
    cursor: pointer;
}

/*----------------------------------------------------------*/        
.mod_hidden {
    height: 0em;
    overflow: hidden;
    transition: height 0.5s ease;
    margin: 0px;   
    padding: 0px;   
    border: 0px;  
}

/*----------------------------------------------------------*/        

.edit-button,
.finance-button,
.distribute-button,
.download-button,
.message-button {
    width: 30px;
    height: 30px;
    border-radius: 50%;  /* Rounded corners */
    /*background-color: var(--col_green);*/
    background-color: var(--OQS_COL3);
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border: none;  
}

.button_selected {
    border: 2px solid black;
    box-shadow: 0 0 5px 2px black;
}
  
/*----------------------------------------------------------*/        

.mod-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

.mod-left {
    flex: 0 0 75%; 
    max-width: 75%; 
    padding: 10px;
    box-sizing: border-box;
}

.mod-right {
    flex: 0 0 25%; 
    max-width: 25%; 
    padding: 10px;
    box-sizing: border-box;
}

@media (max-width: 55em) {
    .mod-left, .mod-right {
        flex: 0 0 100%;
        max-width: 100%; 
    }
}
  
/*----------------------------------------------------------*/        
.list-container {
    display: flex;
    justify-content: space-between;
    padding-top: 0.5em;
  }
  
  .left-col {
    flex: 1;
    padding-top: 5px;
    padding-right: 5px;
    overflow-wrap: break-word;
  }

  .left-col-nopad {
    flex: 1;
    padding-top: 0px;
    padding-right: 0px;
  }

  .left-col-2 {
    flex: 2;
    padding-top: 5px;
    padding-right: 5px;
  }

  .left-col-2-nopad {
    flex: 2;
    padding-top: 0px;
  }  

  .left-col-1-nopad {
    flex: 1;
    padding-top: 0px;
  } 

  .left-col-3 {
    flex: 3;
    padding-top: 5px;
    padding-right: 5px;
  }

  .middle-col-1 {
    flex: 1;
    padding-top: 5px;
  }

  .middle-col-1-nopad {
    flex: 1;
    padding-top: 0px;
  }

  .middle-col-2 {
    flex: 2;
    padding-top: 5px;
  }

  .middle-col-3 {
    flex: 3;
    padding-top: 5px;
  }

  .middle-col-4 {
    flex: 4;
    padding-top: 5px;
  }

  .middle-col-5 {
    flex: 5;
    padding-top: 5px;
  }

  .right-col {
    display: flex;
    flex: 1;
    justify-content: flex-end;
  }

  .right-col-2 {
    display: flex;
    flex: 2;
    justify-content: flex-end;
  }

  .right-col-pad {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    padding-top: 5px;
  }  

/*----------------------------------------------------------*/          
.preview_border {
    border: 1px solid var(--OQS_COL5);
    padding: 0.25em;
    margin: 0.25em;
}

.proj_list {
    border: 0px solid var(--OQS_COL5); 
    color:var(--OQS_COL3); 
    font-weight: bold;
}

.tset_list {
    border: 0px solid var(--OQS_COL5); 
    color:var(--OQS_COL3); 
    font-weight: bold    
}

.mod_list {
    border: 0px solid var(--OQS_COL5); 
    color:var(--OQS_COL3); 
    font-weight: bold;    
}

.batch_list {
    border: 0px solid var(--OQS_COL5); 
    color:var(--OQS_COL3); 
    font-weight: bold;    
}

/*
.proj_list:hover {
    background-color: var(--OQS_COL5); 
    cursor: pointer; 
    border-radius: 5px;
}
*/

/*
.qn_list:hover {
    background-color: var(--OQS_COL5); 
    cursor: pointer; 
    border-radius: 5px;
}
*/

/*
.mod_list:hover {
    background-color: var(--OQS_COL5); 
    cursor: pointer; 
    border-radius: 5px;
}
*/

/*----------------------------------------------------------*/        

.basket_area {
    width:95%; 
    margin: auto;
}


/*----------------------------------------------------------*/        
.draft_preview {
    min-height: 1.5em;
}


/*----------------------------------------------------------*/        

.info_area {
    background-color: #f3f1ee;
    padding: 0.5em;
    margin: 0.5em;
    border-radius: .25rem;
}

.template_text {
    color: #bbb;
}

.input_text_box {
    padding: 0rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid var(--OQS_COL5);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    vertical-align: middle;
}

.input_text_box:focus {
    box-shadow: 0 0 5px 2px var(--OQS_COL5); /* Blue glow */
    outline: none; /* Remove default outline */
}



  .sub-div.info_area {
    display: flex;
    flex-direction: column;
  }
  
  .sub-button-container {
    display: flex;
    justify-content: space-between; 
  }
  
  .desc-container {
    display: block; 
  }

  .sub-title {
    font-weight: bold;
  }

  .mandatory {
    color:red;
  }


  .title {
    color: var(--OQS_COL1);
    font-weight: bold;
  }

.expand-button {
    cursor: pointer;
}

.expand-title {
    cursor: pointer;
}

.sub-list {
    display: none;
    flex-direction: column;
}

.sub-div {
    display: flex;
    justify-content: space-between;
}   

.buttonArea {
    width:100%
}
@media only screen and (max-width: 58em) 
{
    .buttonArea	{width: 30em;}
}    
@media only screen and (max-width: 40em) 
{
    .buttonArea	{width: 15em;}
}    

ul {
    padding-inline-start: 5px;
}    

.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 50em;
    margin: auto;
}

.flex-item {
    flex: 1;
    margin: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 10px;
}

.flex-item img {
    max-width: 100%;
    height: auto;
}

/* Responsive layout for mobile screens */
@media (max-width: 600px) {
    .flex-container {
        flex-direction: column;
        max-width: 75%;
    }
}

@media (min-width: 601px) {
    .flex-item {
        margin: 1%;
        flex-basis: 31%; 
    }
}  


/* --------------------------------------------------------- */
/* --------------------------------------------------------- */

.breadcrumb_area  {
    background-color: #ffffff;
}

/* Clear floats */
.breadcrumb_area::after {
    content: "";
    display: table;
    clear: both;
  }

.bread_right {
    float: right;
}

.right_align {
    text-align: right;
}

.bread_left
    {
    float: left;
    /* padding-top: 5px; */
    /*height: 2em; */
    /*transform: skewX(-21deg);*/
    }

.breadcrumb {
    margin: 0;
    padding: 0;
    border-width: 1px;
    border-style: solid;
  }
  .breadcrumb, .breadcrumb a {
    display: inline-block;
    margin-bottom: 3px;
  }
  .breadcrumb a {
    text-rendering: optimizeLegibility;
    text-decoration: none;
    height: 32px;
    line-height: 32px;
    padding: 0 10px 0 20px;
    position: relative;
  }
  .breadcrumb a:first-child {
    padding-left: 16px;
  }
  .breadcrumb a:last-child {
    padding-right: 16px;
    pointer-events: none;
    cursor: default;
  }
  .breadcrumb a:last-child:after, .breadcrumb a:last-child:before {
    border: 0;
  }
  .breadcrumb a:after, .breadcrumb a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 100%;
    z-index: 2;
  }
  .breadcrumb a:before {
    margin-left: 1px;
    z-index: 1;
  }
  
  
  .light {
    border-color: #ffffff;
  }
  .light a {
    color: #ffffff;
    background-color: var(--OQS_COL3);
    /*text-shadow: 0 -1px rgba(255, 255, 255, 0.7);*/
    /*box-shadow: inset 0 1px 0 #fff;*/
  }
  .light a:after {
    border-left-color: var(--OQS_COL3);
  }
  .light a:before {
    border-left-color: #ffffff;
  }
  .light a:hover, .light a:focus {
    background: var(--OQS_COL5);
  }
  .light a:hover:after, .light a:focus:after {
    border-left-color: var(--OQS_COL5);
  }
  .light a:active:before {
    border-left-color: var(--OQS_COL5);
  }
  .light a:last-child {
    background-color: var(--OQS_COL5);
    color: black;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .light a:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }  
  .light a:visited {
    color: #ffffff;
  }  
  .light a:last-child:visited {
    color: black;
  } 
  .bdcnt {
    /*margin: 10px 0;      */
    padding-bottom: 5px;
  }

/*----------------------------------------------------------*/   
/*
https://iconify.design/docs/usage/css/
https://icon-sets.iconify.design/?query=brush
https://api.iconify.design/mdi/pencil.svg
https://api.iconify.design/ic/round-password.svg
*/
/*----------------------------------------------------------*/   

.icon {
    /* Add dimensions to span */
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    /*padding-right: 2em;    */
    padding: 0em;
    padding-right: 1.7em;
    /* Add background color */
    background-color: var(--OQS_COL3);
    /* Add mask image, use variable to reduce duplication */
    --svg: url('');
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
 }

.icon-mini {
    width: 1em;
    height: 1em;
}

.icon-save {
    width: 1.3em;
    height: 1.3em;
}

.icon-leave {--svg: url('leave.svg');}
.icon-signin {--svg: url('log-in.svg');}
.icon-close {--svg: url('close.svg');}
.icon-blank {--svg: url(''); width:0em;}
.icon-pencil {--svg: url('pencil.svg');}
.icon-brush {--svg: url('brush.svg');}
.icon-bin {--svg: url('bin.svg');}
.icon-progress {--svg: url('progress.svg');}
.icon-data {--svg: url('data.svg');}
.icon-clipboard {--svg: url('clipboard.svg');}
.icon-paintbrush {--svg: url('paintbrush.svg');}
.icon-people {--svg: url('people.svg');}
.icon-message {--svg: url('message.svg');}
.icon-cloud-tick {--svg: url('cloud-tick.svg');}
.icon-rightarrow {--svg: url('rightarrow.svg');}
.icon-email {--svg: url('email.svg');}
.icon-cash {--svg: url('cash.svg');}
.icon-download {--svg: url('download.svg');}
.icon-add {--svg: url('add.svg');}
.icon-exit {--svg: url('exit.svg');}
.icon-cog {--svg: url('cog.svg');}
.icon-save {--svg: url('save.svg');}
.icon-info {--svg: url('info.svg');}
.icon-person {--svg: url('person.svg');}
.icon-tickbox {--svg: url('tickbox.svg');}
.icon-timer {--svg: url('timer.svg');}
.icon-read {--svg: url('read.svg');}
.icon-unread {--svg: url('unread.svg');}
.icon-check-read {--svg: url('check-read.svg');}
.icon-check-unread {--svg: url('check-unread.svg');}
.icon-up {--svg: url('up-solid.svg'); padding-right: 0em; }
.icon-down {--svg: url('down-solid.svg'); padding-right: 0em;}
.icon-down-arrow {--svg: url('down-arrow.svg');}
.icon-up-arrow {--svg: url('up-arrow.svg');}
.icon-left-arrow {--svg: url('left-arrow.svg');}
.icon-right-arrow {--svg: url('right-arrow.svg');}
.icon-return {--svg: url('return.svg');}
.icon-eye {--svg: url('eye.svg');}
.icon-eye-off {--svg: url('eye-off.svg');}
.icon-down-circle {--svg: url('down-c.svg');}
.icon-up-circle {--svg: url('up-c.svg');}
.icon-reset {--svg: url('reset.svg');}
.icon-print {--svg: url('print.svg');}
.icon-revert {--svg: url('revert.svg');}
.icon-search {--svg: url('search.svg');}
.icon-pause {--svg: url('pause.svg');}
.icon-cross {--svg: url('cross.svg');}
.icon-sign {--svg: url('sign.svg');}
.icon-password {--svg: url('password.svg');}
.icon-lock {--svg: url('password-solid.svg');}

.icon-save-warn {--svg: url('save-warn.svg'); background-color: white;}
.icon-save-draft {--svg: url('save-draft.svg');}
.icon-save_submit {--svg: url('cloud-tick.svg');}
.icon-save-check {--svg: url('save-check.svg');}

.icon-arrow-up {--svg: url('arrow-up-bold.svg');}
.icon-arrow-down {--svg: url('arrow-down-bold.svg');}
.icon-arrow-left {--svg: url('arrow-left-bold.svg');}
.icon-arrow-right {--svg: url('arrow-right-bold.svg');}

.save_warn { background: red;}
.save_draft { background: white; }
.save_submit { background:white; }
.save_check { background: white; }

.icon-small {height: 1em;}


/*----------------------------------------------------------*/        
.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}

.lightbox-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background: white;
}


/*----------------------------------------------------------*/  
.tooltip-wrapper {
    position: relative;
    display: inline-block;
  }

  .tooltip-text {
    visibility: hidden;
    width: 250px;
    background-color:var(--OQS_COL3);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: 0%;
    left: -250px;
    margin-left: 0px;
    opacity: 0;
    transition: opacity 0.2s;
  }
  

  .tooltip-wrapper:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
  }
  
  .tooltip-wrapper-save {
    position: absolute;
    display: inline-block;
  }

  .tooltip-text-save {
    visibility: hidden;
    width: 250px;
    background-color:var(--OQS_COL3);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: -2em;
    left: -100px;
    margin-left: 0px;
    opacity: 0;
    transition: opacity 0.2s;
  }

  .tooltip-wrapper-save:hover .tooltip-text-save {
    visibility: visible;
    opacity: 1;
  }

  .approval {
    top: 50%;
    left: -50px;
  }


/*----------------------------------------------------------*/        
/* qbsam1a */
/*----------------------------------------------------------*/        
#div_qbsam1a
     {
     display: block;
     }	
 p.rdg_qbsam1a_wid_q
     {
     width: 16em;
     }
 div.rdg_qbsam1a_wid_r
     {
     width: 18em;
     }		
 @media only screen and (max-width: 55em) 
 {
     p.rdg_qbsam1a_wid_q
         {
         width: 18em;
         }
 }
 @media only screen and (max-width: 45em) 
 {
     p.rdg_qbsam1a_wid_q
         {
         width: auto;
         }
     div.rdg_qbsam1a_wid_r
         {
         width: 95%;
         }
 }    