:root{--color-primary:#69bd45;--color-secondary:#007ab8;--color-tertiary:#1ea4a9;--color-state:#4b7e2b;--color-state-hover:#3c6721;--color-state-focus:#3c6721;--color-state-active:#30541a;--color-state-highlight:#f6f9d7;--color-state-highlight-neutral:var(--color-neutral-3);--color-state-disabled:var(--color-neutral-5);--color-neutral-1:#fff;--color-neutral-2:#fafafa;--color-neutral-3:#f7f7f7;--color-neutral-4:#e6e4e4;--color-neutral-5:#c7c7c7;--color-neutral-6:#767676;--color-neutral-7:#262626;--color-background:var(--color-neutral-1);--color-border:var(--color-neutral-5);--color-text:var(--color-neutral-7);--color-text-disabled:var(--color-neutral-5);--color-text-hint:var(--color-neutral-6);--link-color:var(--color-state);--link-color-hover:var(--color-state-hover);--nav-bg-color:#fff;--nav-text-color:var(--color-text);--footer-bg-color:#fff;--footer-text-color:var(--color-text);--footer-text-color-hover:var(--footer-text-color);--btn-accent-color:var(--color-state);--btn-accent-color-active:var(--color-state-active);--btn-accent-color-focus:var(--color-state-focus);--btn-accent-color-disabled:var(--color-state-disabled);--btn-prim-accent-color:var(--color-state);--btn-prim-accent-color-active:var(--color-state-active);--btn-prim-accent-color-focus:var(--color-state-focus);--btn-prim-accent-color-disabled:var(--color-state-disabled)}:root{--nav-bg-color: #ffffff;--nav-text-color: #333333;--color-primary: #ff0033;--btn-prim-accent-color: #ff0033;--btn-accent-color: #ff0033;--link-color: #ff0033;--color-state: #ff0033;--color-text: #333333;--footer-bg-color: #ffffff;--footer-text-color: #333333;--btn-prim-accent-color-focus: #f50029;--btn-prim-accent-color-active: #e40018;--btn-accent-color-focus: #f50029;--btn-accent-color-active: #e40018;--link-color-hover: #f50029;--color-state-hover: #f50029;--color-state-focus: #f50029;--color-state-active: #e40018;--footer-text-color-hover: #292929;}
/* UI ELEMENTS - The following hide the progress bars */

.block_last_course_accessed_content .progressbar_container  {
      display: none;
}
.block_current_learning .content .progressbar_container  {
      display: none;
}

.block_current_learning-tile__content_progress .progressbar_container  {
      display: none;
}

/* Block the forgot login details */
.forgetpass {
    display: none;
}

/*Add text "Released" in course overview*/

.tw-catalogDetails__contentBlock:last-child::before {
  content: "Released: ";
}

/* COURSE ELEMENTS - The following control elements in course pages */

.appOverviewTable td:first-child {
    width: 80px;
    text-align: center;
    vertical-align: top;
}

.appOverviewTable th:first-child {
    text-align: center;
}

.appOverviewTable td:nth-child(2) {
    width: 40%;
    vertical-align: top;
}

.appOverviewTable td:nth-child(3) {
    width: 25%;
    text-align: center;
    vertical-align: top;
}

.appOverviewTable th:nth-child(3) {
    text-align: center;
}

.appOverviewTable td:last-child {
    width: 25%;
    vertical-align: top;
}

.appOverviewTableLeica td:first-child {
    width: 100px;
    text-align: center;
    vertical-align: top;
}

.appOverviewTableLeica th:first-child {
    text-align: center;
    width: 100px;
}

.appOverviewTableLeica td:nth-child(2) {
    vertical-align: top;
}

.appOverviewTableLeica td:last-child {
    width: 200px;
    vertical-align: top;
}

div.player-controls {
display: none;
}

.flexContainerWithWrap {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-around;
}

.flexContainerWrap {
   display: flex;
   justify-content: space-around;
}

.flexContainerSpaceBetween {
   display: flex;
   justify-content: space-between;
}

.flexContainer {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-around;
}

.flexChild {
width: 32%;
min-width: 32%;
}

.flexContainerApp {
   display: flex;
   flex-wrap: wrap;
   justify-content: flex-start;
}

.flexChildApp {
margin-right: 40px;
text-align: center;
}

.w3-container,.w3-panel{padding:0.01em 16px}.w3-panel{margin-top:16px;margin-bottom:16px}

.w3-container:after,.w3-container:before,.w3-panel:after,.w3-panel:before,.w3-row:after,.w3-row:before,.w3-row-padding:after,.w3-row-padding:before,

.w3-hide{display:none!important}.w3-show-block,.w3-show{display:block!important}.w3-show-inline-block{display:inline-block!important}


.TopRightTestContainer {
  position: relative;
}

.TopRightTest {
    width: calc(100% - 20vw);
    min-width: 180px;
    max-width: 600px;
    height: 60%;
    min-height: 200px;
    background-color: white;
    padding: 10px 10px 20px 10px;
    font-size: 115%;
    position: absolute;
    top: 50%;
    right: -20%;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 600px) {
    .TopRightTest  {
        font-size: 100%;
    }
}

.TopRight {
    position: absolute;
    top: 10%;
    right: 10%;
    width: 30%;
    min-width: 180px;
    height: 60%;
    min-height: 190px; 
    background-color: white;
    padding: 2%;
    font-size: 115%;
}

.TopRightRed {
    position: absolute;
    top: 0%;
    right: 0%;
    width: 29%;
    min-width: 180px;
    height: 60%;
    min-height: 190px;
    background-color: #FF0033;
    padding: 2%;
    font-size: 115%;
}

.CategoryTextFrame {
    position: relative;
}

.CategoryText {
    position: absolute;
    top: 0;
    right: 4%;
    width: 29%;
    min-width: 180px;
    height: 60%;
    min-height: 190px;
    background-color: #FF0033;
    padding: 2%;
    font-size: 115%;
}

/*image zoom Table 600
--bg-x: 50%;
--bg-y: 50%;
background-position: var(--bg-x) var(--bg-y);
*/
figure#Zoom600.zoom {  
  position: relative;
  width: 600px;
  overflow: hidden;
  cursor: zoom-in;
}

figure.zoom img {
  transition: opacity .5s;
  display: block;
    width: 100%;
}

figure.zoom img:hover { 
  opacity: 0; 
}


/*image zoom Table 400
--bg-x: 50%;
--bg-y: 50%;
background-position: var(--bg-x) var(--bg-y);
*/
figure.zoom#Zoom400 {
  position: relative;
  width: 400px;
  overflow: hidden;
  cursor: zoom-in;
}
figure.zoom img {
  transition: opacity .5s;
  display: block;
    width: 100%;
}
figure.zoom img:hover { opacity: 0; } 

/*image zoom Table 1000
--bg-x: 50%;
--bg-y: 50%;
  background-position: var(--bg-x) var(--bg-y);
*/
figure.zoom#Zoom1000 {
  position: relative;
  width: 1000px;
  overflow: hidden;
  cursor: zoom-in;
}
figure.zoom img {
  transition: opacity .5s;
  display: block;
    width: 100%;
}
figure.zoom img:hover { opacity: 0; }

/*Magnify glass test*/
* {box-sizing: border-box;}
.img-magnifier-container {
  position:relative;
overflow: hidden;
}

.img-magnifier-glass {
  position: absolute;
  border: 0.5px solid #000;
  
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 150px;
  height: 100px;
}

/*Coloured boxes for the BC course*/
.greenboxbc {
  background-color: #4cfc02; 
  width: 10px; 
  height: 5px; 
  margin: 10px 5px 0 0;
}

.orangeboxbc {
  background-color: #ffd800; 
  width: 40px; 
  height: 5px; 
  margin: 10px 5px 0 0;
}

.redboxbc {
  background-color: #f00; 
  width: 80px; 
  height: 5px; 
  margin: 10px 5px 0 0;
}

/*Coloured boxes for the TPS competition course*/
.greenbox {
  background-color: #4cfc02; 
  width: 80px; 
  height: 5px; 
  margin: 10px 5px 0 0;
}

.orangebox {
  background-color: #ffd800; 
  width: 40px; 
  height: 5px; 
  margin: 10px 5px 0 0;
}

.redbox {
  background-color: #f00; 
  width: 10px; 
  height: 5px; 
  margin: 10px 5px 0 0;
}

.greenboxshort {
  background-color: #4cfc02; 
  width: 30px; 
  height: 5px; 
  margin: 10px 5px 0 0;
}

.orangeboxshort {
  background-color: #ffd800; 
  width: 20px; 
  height: 5px; 
  margin: 10px 5px 0 0;
}

.orangeboxshortinline {
  background-color: #ffd800; 
  width: 20px; 
  height: 5px; 
  margin: 0px 5px 2px 0;
  display: inline-block;
}

.redboxshort {
  background-color: #f00; 
  width: 10px; 
  height: 5px; 
  margin: 10px 5px 0 0;
}

#textbottomred {
  border-bottom: 2px solid red;
}

/* This section allows images to be positioned on top of each other (e.g. for the TPS compare course) */
#graphcontainer {
  position: relative;
  height: auto;
}

#graphoverlay1 {
 position:absolute;
 top:0;
 left:0;
 z-index:1;
}
#graphoverlay2 {
 position:absolute;
    top:0px;
    left:0px;
 z-index:2;
}
#graphoverlay3 {
 position:absolute;
    top:0px;
    left:0px;
 z-index:3;
}
#graphoverlay4 {
 position:absolute;
    top:0px;
    left:0px;
 z-index:4;
}

#graphoverlay5 {
 position:absolute;
    top:0px;
    left:0px;
 z-index:5;
}
#graphoverlay6 {
 position:absolute;
    top:0px;
    left:0px;
 z-index:6;
}
#graphoverlay7 {
 position:absolute;
    top:0px;
    left:0px;
 z-index:7;
}
#graphoverlay8 {
 position:absolute;
    top:0px;
    left:0px;
 z-index:8;
}

/* This section allows the images positioned on top of each other to start hidden (e.g. for the icon software overview) */

#graphoverlayoff1 {
 position:absolute;
 top:0;
 left:0;
 z-index:1;
 display:none;
}
#graphoverlayoff2 {
 position:absolute;
    top:0px;
    left:0px;
 z-index:2;
 display:none;
}
#graphoverlayoff3 {
 position:absolute;
    top:0px;
    left:0px;
 z-index:3;
 display:none;
}
#graphoverlayoff4 {
 position:absolute;
    top:0px;
    left:0px;
 z-index:4;
 display:none;
}

#graphoverlayoff5 {
 position:absolute;
    top:0px;
    left:0px;
 z-index:5;
 display:none;
}
#graphoverlayoff6 {
 position:absolute;
    top:0px;
    left:0px;
 z-index:6;
 display:none;
}
#graphoverlayoff7 {
 position:absolute;
    top:0px;
    left:0px;
 z-index:7;
 display:none;
}
#graphoverlayoff8 {
 position:absolute;
    top:0px;
    left:0px;
 z-index:8;
 display:none;
}
#graphoverlayoff9 {
 position:absolute;
    top:0px;
    left:0px;
 z-index:9;
 display:none;
}
#graphoverlayoff10 {
 position:absolute;
    top:0px;
    left:0px;
 z-index:10;
 display:none;
}

/* Visibility toggle types */

.responsivehead1 {visibility: hidden; }
.responsivehead2 {visibility: hidden; }
.responsivehead3 {visibility: hidden; }
.responsivehead4 {visibility: hidden; }
.responsivehead5 {visibility: hidden; }
.responsivehead6 {visibility: hidden; }
.responsivehead7 {visibility: hidden; }
.responsivehead8 {visibility: hidden; }
.responsivehead9 {visibility: hidden; }
 
table.show1 .responsivehead1 {visibility: visible;}
table.show2 .responsivehead2 {visibility: visible;}
table.show3 .responsivehead3 {visibility: visible;}
table.show4 .responsivehead4 {visibility: visible;}
table.show5 .responsivehead5 {visibility: visible;}
table.show6 .responsivehead6 {visibility: visible;}
table.show7 .responsivehead7 {visibility: visible;}
table.show8 .responsivehead8 {visibility: visible;}
table.show9 .responsivehead9 {visibility: visible;}


.responsivecol1 {visibility: hidden; }
.responsivecol2 {visibility: hidden; }
.responsivecol3 {visibility: hidden; }
.responsivecol4 {visibility: hidden; }
.responsivecol5 {visibility: hidden; }
.responsivecol6 {visibility: hidden; }
.responsivecol7 {visibility: hidden; }
.responsivecol8 {visibility: hidden; }
.responsivecol9 {visibility: hidden; }
 
table.show1 .responsivecol1 {visibility: visible;}
table.show2 .responsivecol2 {visibility: visible;}
table.show3 .responsivecol3 {visibility: visible;}
table.show4 .responsivecol4 {visibility: visible;}
table.show5 .responsivecol5 {visibility: visible;}
table.show6 .responsivecol6 {visibility: visible;}
table.show7 .responsivecol7 {visibility: visible;}
table.show8 .responsivecol8 {visibility: visible;}
table.show9 .responsivecol9 {visibility: visible;}


.responsiverow1 {visibility: hidden; }
.responsiverow2 {visibility: hidden; }
.responsiverow3 {visibility: hidden; }
.responsiverow4 {visibility: hidden; }
.responsiverow5 {visibility: hidden; }
.responsiverow6 {visibility: hidden; }
.responsiverow7 {visibility: hidden; }
.responsiverow8 {visibility: hidden; }
.responsiverow9 {visibility: hidden; }
 
table.show1 .responsiverow1 {visibility: visible;}
table.show2 .responsiverow2 {visibility: visible;}
table.show3 .responsiverow3 {visibility: visible;}
table.show4 .responsiverow4 {visibility: visible;}
table.show5 .responsiverow5 {visibility: visible;}
table.show6 .responsiverow6 {visibility: visible;}
table.show7 .responsiverow7 {visibility: visible;}
table.show8 .responsiverow8 {visibility: visible;}
table.show9 .responsiverow9 {visibility: visible;}


/* The next few commands (till the next comment) control how tables look */

.fixed {
  table-layout: fixed;
}

/*Align row to top*/
tr .top {
  vertical-align: top;
}

.tabletop {
   vertical-align: top;
}

.surround { 
    border: 1px solid #ddd;
    border-collapse: separate;
    border-radius: 6px;
    border-spacing: 0px;
    width: 100%;
}

table { 
    border: 1px solid #ddd;
    border-collapse: separate;
    border-spacing: 0px;
    margin-bottom: 13px;
    width: 100%;
}

table caption {
    text-align: center;
    margin-bottom: 2px;
    font-size: 1.0em;
    padding: 2px;
    font-weight: bold;
}

table.tablewidth200 {
   width: 200px;
}

table.tablewidth400 {
   width: 400px;
}

table.tablewidth600 {
   width: 600px;
}

table.tablecenter {
   margin: auto;
}

th {
    border-bottom: 1px solid #FF0033;
    font-weight: bold;
    font-size: 1.1em;
}

.onesixty td:first-child {
    width: 160px;
}

.eighty td:first-child {
    width: 96px;
}

.hide80 { 
    display: none;
}

.hideborder { 
   border: 0px solid #ddd ;
}
.hide80 td:first-child {
    width: 96px;
}

.videotable {
  width: 80%;
  margin: auto;
  vertical-align: middle;
}

.videotable td:first-child {
  width: 96px;
  text-align: center;
}

.videofoot {
   width: 100%;
   margin: auto;
}

.videoeighty { 
width: 80%;
margin: auto;
}

.videofoot td:first-child {
    width: 96px;
    text-align: center;
}

.videofoot td:last-child {
    width: 250px;
    text-align: center;
}

.quarter td:first-child {
    width: 25%;
}

.third td:first-child {
    width: 33%;
}

.half td:first-child {
    width: 50%;
}

.shade th {
    background-color: #E8E8E8;
}

.shaded {
    background-color: #E8E8E8;
}

.narrow {
    width: 60%;
}

.thirdthirdthird td:first-child {
    width: 33%;
}

.thirdthirdthird td:nth-child(2) {
    width: 33%;
}

.thirdthirdthird td:nth-child(3) {
    width: 33%;
}

.bcsummarytable td:first-child {
    width: 200px;
    text-align: center;
    vertical-align: top;
}

.bcsummarytable td:nth-child(2) {
    width: 200px;
    text-align: center;
    vertical-align: top;
}

.bcsummarytable td:last-child {
    width: 200px;
    text-align: center;
    vertical-align: top;
}

.halfexercise200 th {
    background-color: #E8E8E8;
}

.halfexercise200 td:first-child {
    width: 60px;
    text-align: center;
    vertical-align: top;
}

.halfexercise200 td:nth-child(2){
    vertical-align: top;
}

.halfexercise200 td:last-child {
    width: 300px;
    text-align: center;
}

.exercise400 th {
    background-color: #E8E8E8;
}

.exercise400 td:first-child {
    width: 96px;
    text-align: center;
    vertical-align: middle;
}

.exercise400 td:nth-child(2){
    vertical-align: top;
    text-align: left;
}

.exercise400 td:last-child {
    width: 400px;
    text-align: center;
}

.exercise600 th {
    background-color: #E8E8E8;
}

.exercise600 td:first-child {
    width: 96px;
    text-align: center;
    vertical-align: middle;
}

.exercise600 td:nth-child(2){
    vertical-align: top;
}

.exercise600 td:last-child {
    width: 600px;
    text-align: center;
}

.exercise600m th {
    background-color: #E8E8E8;
}

.exercise600m td:first-child {
    width: 96px;
    text-align: center;
    vertical-align: middle;
}

.exercise600m td:nth-child(2){
    vertical-align: middle;
}

.exercise600m td:last-child {
    width: 600px;
    vertical-align: middle;
}

.exercise400t th {
    background-color: #E8E8E8;
}

.exercise400t td:first-child {
    width: 96px;
    text-align: center;
    vertical-align: top;
}

.exercise400t td:nth-child(2){
    vertical-align: top;
    text-align: left;
}

.exercise400t td:last-child {
    width: 400px;
    text-align: center;
    vertical-align: top;
}


.exercise600t th {
    background-color: #E8E8E8;
}

.exercise600t td:first-child {
    width: 96px;
    text-align: center;
    vertical-align: top;
}

.exercise600t td:nth-child(2){
    vertical-align: top;
}

.exercise600t td:last-child {
    width: 600px;
    text-align: center;
    vertical-align: top;
}

.conversation td:nth-child(3) {
    width: 45%;
    text-align: center;
    vertical-align: top;
}

.conversation td:nth-child(3) {
    width: 45%;
    text-align: center;
    vertical-align: top;
}

.conversation td:nth-child(2) {
    width: 96px;
    text-align: center;
    vertical-align: top;
}

.conversation td:last-child {
    width: 96px;
    text-align: center;
    vertical-align: top;
}

td .tdred {
  border-bottom: red solid 10px;
}

.tdgreen {
  background-color: lawngreen;
  color: white;
}

th, td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

tr:hover {
    background-color: #f5f5f5;
}

.bordersolid {
   border-style: solid;
   margin: 5px;
   padding: 5px;
}

.bordertable {
   border-style: solid;
   border-spacing: 20px;
}

.cellborderred td {
   border: solid 1px rgb(190, 0, 0);
}

.borderred {
   border-color: rgb(190, 0, 0);
}

.bordergreen {
   border-color: rgb(7, 247, 23);
}

.borderlightblue {
   border-color: rgb(85, 140, 210);
}

.borderpurple {
   border-color: rgb(155, 0, 255);
}

.borderyellow {
   border-color: rgb(248, 232, 6);
}

.borderorange {
   border-color: rgb(250, 150, 70);
}



/*Tooltip details */
.tooltip {
    position: relative;
    display: inline-block;
    font-size: small;
}

.tooltip .tooltiptext {
    visibility: hidden;
    min-width: 150px;
    width: 300px;
    background-color: #ff0033;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    bottom: 100%;
    right: 0;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

/*Tooltip details */
.tooltip_style2 {
    position: relative;
    display: inline-block;
    font-size: small;
}

.tooltip_style2 .tooltiptext_style2 {
    visibility: hidden;
    min-width: 150px;
    width: 300px;
    background-color: #ff0033;
    color: #fff;
    border-radius: 6px;
    padding: 5px;

    /* Position the tooltip */
    position: absolute;
    bottom: 100%;
    right: -150px;
    z-index: 1;
}

.tooltip_style2:hover .tooltiptext_style2 {
    visibility: visible;
}

 /* Use style3 on the right hand side of the screen*/
.tooltiptext_style3 {
    visibility: hidden;
    min-width: 150px;
    width: 300px;
    background-color: #ff0033;
    color: #fff;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    bottom: 100%;
    right: 0px;
    z-index: 1;
}

.tooltip_style2:hover .tooltiptext_style3 {
    visibility: visible;
}

/*Following tooltip styles are for the images in the B&C course
Positioning is done within html*/

.tooltip_style4 {
  position: relative;
  display: inline-block;
  font-size: small;
}

.tooltip_style4 .tooltiptext_style4 {
    visibility: hidden;
    min-width: 150px;
    width: 300px;
    background-color: #ff0033;
    color: #fff;
    border-radius: 6px;
    padding: 5px;

    /* Position the tooltip */
    position: absolute;
    bottom: 100%;
    right: -150px;
    z-index: 1;
}

.tooltip_style4:hover .tooltiptext_style4 {
    visibility: visible;
}



.position1 {
  position: relative; 
}

.position1 {
width: 50px;
height: 50px;
background-color: rgba(55,55,55,.2);
border: red solid 2px;
}

.position2 {
  position: relative; 
}

.position2 {
width: 50px;
height: 25px;
background-color: rgba(55,55,55,.2);
border: red solid 2px;
}

.position3 {
  position: relative; 
}

.position3 {
width: 80px;
height: 160px;
background-color: rgba(55,55,55,.2);
border: red solid 2px;
}



.greenboxtest {
position: relative;
  background-color: #4cfc02; 
  width: 80px; 
  height: 5px; 
  margin: 10px 5px 0 0;
}

/*The following controls the display of fields in Edit Profile */
/*#fitem_id_description_editor,*/
/*#fitem_id_idnumber*/ 
/*#fitem_id_url,*/
#fitem_id_yahoo,
#fitem_id_icq,
#fitem_id_skype,
#fitem_id_web_page,
#fitem_id_institution,
#fitem_id_department,
#fitem_id_phone1,
#fitem_id_phone2,
#fitem_id_address,
#fitem_id_profile_field_Timemodified,
#fitem_id_profile_field_yahoo,
#fitem_id_profile_field_icq,
#fitem_id_profile_field_Deleted {
     display: none;
}


/*The following prevents clicking in the ID number field in Edit Profile */

#fitem_id_idnumber {
pointer-events: none;
}

/*The following controls the display of fields in HR import, Sources pages

#fitem_id_import_customfield_MobileMapping,
#fitem_id_import_customfield_Geomatics,
#fitem_id_import_customfield_Laserscanning,
#fitem_id_import_customfield_SAP,
#fitem_id_import_customfield_RLC,
#fitem_id_import_customfield_projtool,
#fitem_id_import_customfield_newstarter,
#fitem_id_import_customfield_captivatecourses,
#fitem_id_import_customfield_segmentmanager,
#fitem_id_import_customfield_UAV,
#fitem_id_import_customfield_Servicing,
#fitem_id_import_customfield_Deleted,
#fitem_id_import_customfield_Deleted,
#fitem_id_import_customfield_Timemodified,
#fitem_id_import_customfield_Timemodified,
#fitem_id_import_appraiseridnumber,
#fitem_id_import_jobassignmentenddate,
#fitem_id_import_jobassignmentstartdate,
#fitem_id_import_password,
#fitem_id_import_suspended,
#fitem_id_import_address,
#fitem_id_fieldmapping_address,
#fitem_id_import_phone2,
#fitem_id_fieldmapping_phone2,
#fitem_id_import_phone1,
#fitem_id_fieldmapping_phone1,
#fitem_id_import_department,
#fitem_id_fieldmapping_department,
#fitem_id_import_institution,
#fitem_id_fieldmapping_institution,
#fitem_id_import_url,
#fitem_id_fieldmapping_url,
#fitem_id_import_lang,
#fitem_id_fieldmapping_lang,
#fitem_id_import_timezone,
#fitem_id_fieldmapping_timezone,
#fitem_id_import_country,
#fitem_id_fieldmapping_country,
#fitem_id_import_city,
#fitem_id_fieldmapping_city,
#fitem_id_import_emailstop,
#fitem_id_fieldmapping_emailstop,
#fitem_id_import_alternatename,
#fitem_id_fieldmapping_alternatename,
#fitem_id_import_middlename,
#fitem_id_fieldmapping_middlename,
#fitem_id_import_lastnamephonetic,
#fitem_id_fieldmapping_lastnamephonetic,
#fitem_id_import_firstnamephonetic,
#fitem_id_fieldmapping_firstnamephonetic,
#fitem_id_import_customfield_icq,
#fitem_id_fieldmapping_customfield_icq,
#fitem_id_import_customfield_yahoo,
#fitem_id_fieldmapping_customfield_yahoo,
#fitem_id_import_startdate,
#fitem_id_import_enddate {
   display: none;
}*/

/*#fitem_id_import_description,
#fitem_id_import_auth,*/

fieldset#id_mappingshdr {
   display: block;
}


fieldset#id_moodle_additional_names,
fieldset#id_aspirationalpositionheader {
   display: none;
}
