
/* z-index

ggtextpanel_floating_message_container_loading_bg_fullscreencover   z-index: 200;

ggtextpanel_floating_message_container_fullscreencover_*            z-index: 150;

ggtextpanel_floating_message_container_tof                          z-index: 110;

ggtopbarv2_wrapper_div                                              z-index: 100; 
ul.ggtopbar_range                                                   z-index: 100;

ggtextpanel                                                         z-index: 50;
ggtextpanel_spacer_pagetop                                          z-index: 50;
ggtextpanel_chapter_title                                           z-index: 50;
ggtextpanel_spacer_afteranchor                                      z-index: 50;


ggtextpanel_floating_message_container_watermark                    z-index: 30;
ggtextpanel_floating_message_container_stagestat                    z-index: 30;
ggtextpanel_floating_message_container_cdm_status                   z-index: 30;

grangecanvas              z-index: 1;

/* see z-index definitions sumary

*/

  /*
  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *   F O N T S
  */

  @font-face {
    font-family: ggFontBold;
    src: url(../fonts/lvnmbd.woff);
  }
 
  @font-face {
    font-family: ggFont;
    src: url(../fonts/lvnm.woff);
  }
 
 
  .ggtext_normal {
   color: black;
   font-family: ggFont;
   font-size: 24px;  
 }


 .ggtext_normal_fineprint {
  color: black;
  font-family: ggFont;
  font-size: 16px;
}

.ggtext_normal_white {
  color: white;
  font-family: ggFont;
  font-size: 24px;  
}

.ggtext_bold {
  color: black;
  font-family: ggFontBold;
  font-weight:bold;
  font-size: 24px;  
}

.ggtext_bold_italic {
  color: black;
  font-family: ggFontBold;
  font-style:italic;
  font-weight:bold;
  font-size: 24px;  
}

.ggtext_bold_white {
  color: white;
  font-family: ggFontBold;
  font-weight:bold;
  font-size: 24px;  
}

.ggtext_bold_white_outlined {
  color: white;
  font-family: ggFontBold;
  font-weight: bold;
  font-size: 24px;

  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

.ggtext_bold_white_outlined_greenbg {
  background-color: darkgreen;
  color: white;
  font-family: ggFontBold;
  font-weight: bold;
  font-size: 24px;

  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

.ggtext_bold_white_outlined_yellowbg {
  background-color: darkgoldenrod;
  color: white;
  font-family: ggFontBold;
  font-weight: bold;
  font-size: 24px;

  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

.ggtext_bold_white_outlined_redbg {
  background-color: darkred;
  color: white;
  font-family: ggFontBold;
  font-weight: bold;
  font-size: 24px;

  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

.ggtext_inverted {
  background-color: black;
  color: #FFFFFF;
  font-family: ggFontBold;
  font-size: 24px;
  padding-left: 10px;
  padding-right: 10px;
}

.ggtext_error {
  color: darkred;
  font-family: ggFont;
  font-size: 24px;
}

.ggtext_error_inverted {
  background-color: darkred;
  color: #FFFFFF;
  font-family: ggFontBold;
  font-size: 24px;
  padding-left: 10px;
  padding-right: 10px;
}

.ggtext_success_inverted {
  background-color: darkgreen;
  color:  #FFFFFF;
  font-family: ggFontBold;
  font-size: 24px;
  padding-left: 10px;
  padding-right: 10px;
}

.ggtext_warning_inverted {
  background-color: darkgoldenrod;
  color:  #FFFFFF;
  font-family: ggFontBold;
  font-size: 24px;
  padding-left: 10px;
  padding-right: 10px;
}

.ggtext_chapter_title {
  color: #FFFFFF;
  font-family: ggFontBold;
  font-size: 36px;
}

.ggtext_connection_id {
  color: black;
  font-family: ggFontBold;
  font-size: 36px;
}

.ggtext_chapter_theend{
  color:  #FFFFFF;
  font-family: ggFontBold;
  font-size: 48px;
}

.ggtext_goldstar {
  color: #F49E35;
  text-shadow:
  1px 1px 4px #000000;
  font-size: 32px;
}

.ggtext_main_title_big{
  color:  #FFFFFF;
  font-family: ggFontBold;
  font-size: 216px;
  /*text-shadow: 2px 2px #000000; */
  -webkit-text-stroke: 1px black;
}

.ggtext_main_title_big_inverted {
 /*  background-color: black;  */
  background-color:rgba(0, 0, 0, 0.8); 
  color:  #FFFFFF;
  font-family: ggFontBold;
  /* font-size: 216px; */
  font-size: 180px;
  padding-left: 30px;
  padding-right: 30px;
}

.ggtext_main_title_beta {
  background-color: orangered;
  color:  white;
  font-family: ggFontBold;
  font-size: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

 .ggtext_image_description {
  color: black;
  font-family: ggFont;
  font-size: 12px;  
}

.ggtext_stage_save_slot_title{
  color:  #000000;
  font-family: ggFontBold;
  font-size: 64px;
}

.ggtext_target_title_text{
  color:  #FFFFFF;
  font-family: ggFontBold;
  font-size: 30px;
}

.ggtext_waypoint_title_text{
  color:  #000000;
  font-family: ggFontBold;
  font-size: 30px;
}

.ggtext_content_section_title{
  text-align: center;
  color:  black;
  font-family: ggFontBold;
  font-size: 30px;
}

  /*
  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *   T A B L E S
  */

  table, td, th {
    /* <!-- border: 2px solid green; --> */
  }

  table.ggmainpage_forlogo {
    border-collapse: collapse;
    width: 100%;
    height:80%;
  }

  td.ggmainpage_forlogo {
    text-align: center;
  }


   /*
  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *   T O P B A R   L I S T 
  */

  ul.ggtopbar {
    position: fixed;
    top: 0;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    opacity: 1.0;
    overflow: hidden;
    background-color: rgba(11, 12, 11, 1.0); 
  }

ul.ggtopbar_range {
  position: fixed;
  top: 0;
  z-index: 100;   /* see z-index definitions sumary */
  list-style-type: none;
  margin: 0;
  padding: 0;
  opacity: 1.0;
  overflow: hidden;
  background-color: rgba(11, 12, 11, 1.0);
}

li.ggtopbar {
  font-family: ggFontBold;
  /* in synch with the height of the after anchor spacer div */
  font-size: 24px;
  float: left;
}


li a.ggtopbar {
  display: block;
  color: white;
  text-align: center;
  padding: 12px 18px;
  text-decoration: none;
}

li a.ggtopbar_active {
  display: block;
  color: white;
  text-align: center;
  padding: 12px 18px;
  text-decoration: none;
  background-color: rgba(76, 76, 76, 1.0);
}

li a.ggtopbar:hover:not(.active) {
  background-color: rgba(76, 76, 76, 1.0);
}

li a.ggtopbar_icon {
  display: block;
  color: white;
  text-align: center;
  padding: 12px 12px 0px 12px; /* top right bottom left*/
  text-decoration: none;
}

li a.ggtopbar_icon:hover:not(.active) {
  background-color: rgba(76, 76, 76, 1.0); 
}

   /*
  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *   T O P M E N U B A R   V 2
  */

.ggtopbarv2_wrapper_div {
  position: fixed;
  background-color: rgba(138, 38, 38, 0.9);
  top: 0;
  width: 100%;
  z-index: 100;   /* see z-index definitions sumary */
  margin: 0;
  padding: 0;
  opacity: 1.0;
  overflow: hidden;
}
/*
.ggbottombarv2_wrapper_div {
  position: fixed;
  background-color: rgba(138, 38, 38, 0.9);
  bottom: 0;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  opacity: 1.0;
  overflow: hidden;
}
*/

.ggtopbarv2_ul_lvl1 {
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  opacity: 1.0;
  overflow: hidden;
  background-color: rgba(11, 12, 11, 1.0); 
}

.ggtopbarv2_ul_lvl2 {
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  opacity: 1.0;
  overflow: hidden;
  background-color: rgba(31, 32, 31, 1.0); 
}

.ggtopbarv2_ul_lvl3 {
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  opacity: 1.0;
  overflow: hidden;
  background-color: rgba(51, 52, 51, 1.0); 
}

  
.ggtopbarv2_li {
  font-family: ggFontBold;
  font-size: 24px;
  float: left;
}

.ggtopbarv2_li:hover {
  background-color: rgba(76, 76, 76, 1.0); 
}

.ggtopbarv2_a{
  display: block;
  color: white;
  text-align: center;
  padding: 12px 18px;
  text-decoration: none;
}

.ggtopbarv2_a_radio_active{
  display: block;
  background-color: rgba(76, 76, 76, 1.0); 
  color: white;
  text-align: center;
  padding: 12px 18px;
  text-decoration: none;
}

.ggtopbarv2_a_checkbox_active{
  
  display: block;
  background-color: rgba(0, 100, 0, 1.0); 
  color: white;
  text-align: center;
  padding: 12px 18px;
  text-decoration: none;
}

.ggtopbarv2_a_checkbox_active:hover{
  background-color: rgba(76, 76, 76, 1.0); 
}

.ggtopbarv2_a_icon {
  display: block;
  text-align: center;
  padding: 12px 12px 0px 12px; 
  text-decoration: none;
}


/*
li a.ggtopbar_active {
  background-color: rgba(76, 76, 76, 1.0);
}

li a.ggtopbar:hover:not(.active) {
  background-color: rgba(76, 76, 76, 1.0);
}

li a.ggtopbar_icon {
  display: block;
  color: white;
  text-align: center;
  padding: 12px 12px 0px 12px; 
  text-decoration: none;
}

li a.ggtopbar_icon:hover:not(.active) {
  background-color: rgba(76, 76, 76, 1.0); 
}
*/

  /*
  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *   I N P U T   A R E A
  */

  .textfield_long {
    width: 100%;
    padding: 4px 4px;
    margin: 4px 4px;
    box-sizing: border-box;
    color: black;
    font-family: ggFont;
    font-size: 24px; 
  }

.textfield_long:focus {
    background-color: rgba(231, 239, 244, 1.0);
  }

  .textfield_lvl1_long {
    width: 640px;
    padding: 4px 4px;
    margin: 4px 4px;
    box-sizing: border-box;
    color: black;
    font-family: ggFont;
    font-size: 24px; 
  }

.textfield_lvl1_long:focus {
    background-color: rgba(231, 239, 244, 1.0);
  }  

  textarea {
    width: 100%;
    padding: 4px 4px;
    margin: 4px 4px;
    box-sizing: border-box;
    color: black;
    font-family: ggFont;
    font-size: 24px; 
  }

  textarea {
    width: 100%;
    padding: 4px 4px;
    margin: 4px 4px;
    box-sizing: border-box;
    color: black;
    font-family: ggFont;
    font-size: 24px; 
  }

  textarea:focus {
    background-color: rgba(231, 239, 244, 1.0);
  }

  .textarea_lvl1 {
    width: 640px;
    padding: 4px 4px;
    margin: 4px 4px;
    box-sizing: border-box;
    color: black;
    font-family: ggFont;
    font-size: 24px; 
  }

  .textarea_lvl1:focus {
    background-color: rgba(231, 239, 244, 1.0);
  }


  input[type=button], 
  input[type=submit], 
  input[type=reset]  {
    background-color: rgba(38, 38, 38, 1.0);       
    color: white;
    font-family: ggFontBold;
    font-size: 24px; 
    border: 2px;
    border-radius: 10px;
    padding: 12px 24px;
    text-decoration: none;
    margin: 4px 4px;
  }

  input[type=button]:hover, 
  input[type=submit]:hover, 
  input[type=reset]:hover {
    background-color: rgba(76, 76, 76, 1.0); 
  }

  .input_redbutton[type=button], 
  input[type=submit], 
  input[type=reset]  {
    background-color: rgba(138, 38, 38, 1.0);       
    color: white;
    font-family: ggFontBold;
    font-size: 24px; 
    border: 2px;
    border-radius: 10px;
    padding: 12px 24px;
    text-decoration: none;
    margin: 4px 4px;
  }

  .input_redbutton[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
    background-color: rgba(176, 76, 76, 1.0); 
  }

  .input_importantbutton[type=button], input[type=submit], input[type=reset]  {
    background-color: rgba(38, 38, 38, 1.0);       
    color: white;
    font-family: ggFontBold;
    font-size: 24px; 
    border: 2px solid #E0E0E0;
    border-radius: 10px;
    padding: 12px 24px;
    text-decoration: none;
    margin: 4px 4px;
  }

  .input_importantbutton[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
    background-color: rgba(76, 76, 76, 1.0); 
  }

  input[type=radio]  {
    vertical-align: middle;
  /* Double-sized Checkboxes */
 /* -ms-transform: scale(1.2); /* IE */
 /* -moz-transform: scale(1.2); /* FF */
 /* -webkit-transform: scale(1.2); /* Safari and Chrome */
 /* -o-transform: scale(1.2); /* Opera */
  padding: 10px;
  }

  input[type=checkbox] {
    vertical-align: middle;
  /* Double-sized Checkboxes */
 /* -ms-transform: scale(1.2); /* IE */
 /* -moz-transform: scale(1.2); /* FF */
 /* -webkit-transform: scale(1.2); /* Safari and Chrome */
 /* -o-transform: scale(1.2); /* Opera */
 /* /padding: 10px; */
  }

.textfield_short {
  /*width: 12%;*/
  width: 72px;
    padding: 4px 4px;
    margin: 4px 4px;
    box-sizing: border-box;
    color: black;
    font-family: ggFont;
    font-size: 24px; 

  /* margin-left:5em; */
  }

.textfield_short:focus {
  background-color: rgba(231, 239, 244, 1.0);
  }

  .textfield_mid {
    /*width: 12%;*/
    width: 384px;
      padding: 4px 4px;
      margin: 4px 4px;
      box-sizing: border-box;
      color: black;
      font-family: ggFont;
      font-size: 24px; 
  
    /* margin-left:5em; */
    }
  
  .textfield_mid:focus {
    background-color: rgba(231, 239, 244, 1.0);
    }
  


  /* ///////////////////////////////////////////////////////////////////////////////// */

  select {
    background-color: white;
    border: thin solid rgba(38, 38, 38, 1.0);
    border-radius: 1px;
    display: inline-block;
    font-family: ggFont;
    font-size: 24px; 
    padding: 6px 6px 6px;
    margin: 4px 0px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  
  select.ggdropdownselect_long {
    width: 384px;
    background-image:
      linear-gradient(45deg, transparent 50%, white 50%),
      linear-gradient(135deg, white 50%, transparent 50%),
      linear-gradient(to right,rgba(38, 38, 38, 1.0),rgba(38, 38, 38, 1.0));
    background-position:
      calc(100% - 20px) 50%,
      calc(100% - 10px) 50%,
      100% 0;
    background-size:
      10px 10px,
      10px 10px,
      40px 100%;
    background-repeat: no-repeat;
  }
  
  select.ggdropdownselect_long:focus {
    background-color: rgba(231, 239, 244, 1.0);
    outline: 1px;
  }

  select.ggdropdownselect_verylong {
    width: 620px;
    background-image:
      linear-gradient(45deg, transparent 50%, white 50%),
      linear-gradient(135deg, white 50%, transparent 50%),
      linear-gradient(to right,rgba(38, 38, 38, 1.0),rgba(38, 38, 38, 1.0));
    background-position:
      calc(100% - 20px) 50%,
      calc(100% - 10px) 50%,
      100% 0;
    background-size:
      10px 10px,
      10px 10px,
      40px 100%;
    background-repeat: no-repeat;
  }
  
  select.ggdropdownselect_verylong:focus {
    background-color: rgba(231, 239, 244, 1.0);
    outline: 1px;
  }

  select.ggdropdownselect_uom {
    width: 200px;
    background-image:
      linear-gradient(45deg, transparent 50%, white 50%),
      linear-gradient(135deg, white 50%, transparent 50%),
      linear-gradient(to right,rgba(38, 38, 38, 1.0),rgba(38, 38, 38, 1.0));
    background-position:
      calc(100% - 20px) 50%,
      calc(100% - 10px) 50%,
      100% 0;
    background-size:
      10px 10px,
      10px 10px,
      40px 100%;
    background-repeat: no-repeat;
  }
  
  select.ggdropdownselect_uom:focus {
    background-color: rgba(231, 239, 244, 1.0);
    outline: 1px;
  }

  select.ggdropdownselect_leftright {
    width: 110px;
    background-image:
      linear-gradient(45deg, transparent 50%, white 50%),
      linear-gradient(135deg, white 50%, transparent 50%),
      linear-gradient(to right,rgba(38, 38, 38, 1.0),rgba(38, 38, 38, 1.0));
    background-position:
      calc(100% - 20px) 50%,
      calc(100% - 10px) 50%,
      100% 0;
    background-size:
      10px 10px,
      10px 10px,
      40px 100%;
    background-repeat: no-repeat;
  }
  
  select.ggdropdownselect_leftright:focus {
    background-color: rgba(231, 239, 244, 1.0);
    outline: 1px;
  }
  
  select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
  }

/*

  select {


    background-color: white;
    border: thin solid blue;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
  

  
    margin: 0;      
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  
  
  
  select.classic {
    background-image:
      linear-gradient(45deg, transparent 50%, blue 50%),
      linear-gradient(135deg, blue 50%, transparent 50%),
      linear-gradient(to right, skyblue, skyblue);
    background-position:
      calc(100% - 20px) calc(1em + 2px),
      calc(100% - 15px) calc(1em + 2px),
      100% 0;
    background-size:
      5px 5px,
      5px 5px,
      2.5em 2.5em;
    background-repeat: no-repeat;
  }
  
  select.classic:focus {
    background-image:
      linear-gradient(45deg, white 50%, transparent 50%),
      linear-gradient(135deg, transparent 50%, white 50%),
      linear-gradient(to right, gray, gray);
    background-position:
      calc(100% - 15px) 1em,
      calc(100% - 20px) 1em,
      100% 0;
    background-size:
      5px 5px,
      5px 5px,
      2.5em 2.5em;
    background-repeat: no-repeat;
    border-color: grey;
    outline: 0;
  }
  
  select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
  }


*/


  /*
  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *   T E X T   P A N E L S
  */


  .ggtextpanel_contetnt {
    background: transparent;
    border-radius: 10px;
    margin: auto;
    width: 720px;
    padding: 10px;
    text-align: left;
  }

  .ggtextpanel_contetnt_ads {
    background: rgba(76, 76, 76, 0.2); 
    margin: auto;
    width: 720px;
    padding: 10px;
    text-align: left;
  }

  .ggtextpanel_spacer {
    background: transparent;
    margin: auto;
    width: 100%;
    height: 50%;
    padding: 0px;
    text-align: left;
  }

  .ggtextpanel_spacer_pagetop {
    background: transparent;
    margin: auto;
    width: 100%;
    height: 10%;
    padding: 0px;
    z-index: 50;  /* see z-index definitions sumary */
    text-align: left;
  }

  .ggtextpanel_spacer_pagetop_sb2_targetdetails {
    background: transparent;
    margin: auto;
    width: 100%;
    height: 171px; /* in synch with the topbar height 3x57 = 177*/
    padding: 0px;
    z-index: 50;  /* see z-index definitions sumary */
    text-align: left;
  }

  .ggtextpanel_spacer_afteranchor {

    background: transparent;

    margin: auto;
    width: 100%;
    height: 57px; /* in synch with the topbar height */
    padding: 0px;
    z-index: 50;  /* see z-index definitions sumary */
    text-align: left;
  }


  .ggtextpanel_spacer_beforetextpanels {
    background: transparent;
    margin: auto;
    width: 100%;
    height: 20%;
    /* in synch with the topbar height */
    padding: 0px;
    text-align: left;
  }

  .ggtextpanel_spacer_aftertextpanels {
    background: transparent;
    margin: auto;
    width: 100%;
    height: 20%;
    /* in synch with the topbar height */
    padding: 0px;
    text-align: left;
  }




  .ggtextpanel {
    position: relative;
    background: linear-gradient(rgba(190, 198, 209, 0.9), rgba(126, 133, 138, 0.9));
    background-color: linear-gradient(rgba(190, 198, 209, 0.9), rgba(140, 145, 153, 0.9)); 
    border-radius: 0px 0px 20px 20px;
    margin: 0;
    width: 800px;
    padding: 0px;
    z-index: 50;  /* see z-index definitions sumary */
    text-align: center;
    margin-left: auto;
    margin-right: auto;  
}

.ggtextpanel_with_rounded_corners {
  position: relative;
  background: linear-gradient(rgba(190, 198, 209, 0.9), rgba(126, 133, 138, 0.9));
  background-color: linear-gradient(rgba(190, 198, 209, 0.9), rgba(140, 145, 153, 0.9)); 
  border-radius: 20px 20px 20px 20px;
  margin: 0;
  width: 800px;
  padding: 0px;
  z-index: 50;  /* see z-index definitions sumary */
  text-align: center;
  margin-left: auto;
  margin-right: auto;  
}

.ggtextpanel_chapter_title {
  position: relative;
  background-color: rgba(38, 38, 38, 0.9); 
  border-radius: 20px 20px 0px 0px;
  margin: 0;
  width: 800px;
  padding: 0px;
  z-index: 50;  /* see z-index definitions sumary */
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}


.ggtextpanel_chapter_title_dark {
  background: linear-gradient(rgba(53, 54, 61, 0.9), rgba(5, 5, 6,0.9));
  border-radius: 10px;
  margin: 0;
  width: 100%;
  padding: 15px 0px;
  text-align: center;
}


.ggtextpanel_camapp_details{
  /*background: linear-gradient(rgba(190, 198, 209, 0.9), rgba(126, 133, 138, 0.9));*/
  /*background-color: linear-gradient(rgba(190, 198, 209, 0.9), rgba(140, 145, 153, 0.9));*/ 
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px 10px 10px 10px;
  margin: 0px 0px 0px 80px;
  width: 100%;
  padding: 10px 0px 10px 0px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;  
}

.ggtextpanel_camapp_hitmarker_preview_bg{
  /*background: linear-gradient(rgba(190, 198, 209, 0.9), rgba(126, 133, 138, 0.9));*/
  /*background-color: linear-gradient(rgba(190, 198, 209, 0.9), rgba(140, 145, 153, 0.9));*/ 
  background: rgba(255, 255, 255, 0.4);
  border-radius: 0px 0px 0px 0px;
  margin: 0px 0px 0px 125px;
  width: 51px;
  height: 51px;
  padding: 5px 5px 5px 5px;
  text-align: left;

}

.ggtextpanel_target{
  /*background: linear-gradient(rgba(190, 198, 209, 0.9), rgba(126, 133, 138, 0.9));*/
  /*background-color: linear-gradient(rgba(190, 198, 209, 0.9), rgba(140, 145, 153, 0.9));*/ 
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0px 0px 10px 10px;
  margin: 0px 0px 0px 80px;
  width: 100%;
  padding: 0px 0px 0px 0px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;  
}

.ggtextpanel_target_title {
/*background-color: rgba(106, 108, 122, 0.9); */
background: linear-gradient(rgba(106, 108, 122, 0.5), rgba(53, 54, 61,0.5));
border-radius: 20px 20px 0px 0px;
margin: 0;
width: 100%;
padding: 0px;
text-align: left;
margin-left: auto;
margin-right: auto;
}



.ggtextpanel_target_title_sb2 {
  position: relative;
/*background-color: rgba(106, 108, 122, 0.9); */
background-color: rgba(38, 38, 38, 0.9); 
border-radius: 20px 20px 0px 0px;
margin: 0;
/*width: 100%;*/
width: 720px;
z-index: 50;  /* see z-index definitions sumary */
padding: 0px;
text-align: left;
margin-left: auto;
margin-right: 0px;
}

.ggtextpanel_target_sb2{
  position: relative;
  /*background: linear-gradient(rgba(190, 198, 209, 0.9), rgba(126, 133, 138, 0.9));*/
  /*background-color: linear-gradient(rgba(190, 198, 209, 0.9), rgba(140, 145, 153, 0.9));*/ 
  background: linear-gradient(rgba(190, 198, 209, 0.8), rgba(126, 133, 138, 0.8));
  background-color: linear-gradient(rgba(190, 198, 209, 0.8), rgba(140, 145, 153, 0.8)); 
  border-radius: 0px 0px 10px 10px;
  /*margin: 0px 0px 0px 80px;*/
  /*width: 100%;*/
  width: 625px;  
  z-index: 50;  /* see z-index definitions sumary */
  padding: 0px 0px 0px 0px;
  text-align: left;
  margin-left: auto; 
  margin-right: 0px;  
  overflow: hidden; /* keep the scrollbar hidden */
}

.ggtextpanel_target_title_content {
  /*display: inline;*/
  background: transparent;
  margin: auto;
  width: 100%;
  /*padding: 0px 0px 0px 0px;*/
  text-align: left;

  /*border: 1px solid blue;*/
}

.ggtextpanel_contetnt_form_lvl1 {
  background: transparent;
  padding: 0px 0px 0px 80px;
}

.ggtextpanel_contetnt_form_lvl1_movement_path_header {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 20px 0px 0px 20px;
    margin: auto;
    width: 100%;
    padding: 10px;
    text-align: left;
  }

.ggtextpanel_contetnt_form_lvl2 {
    background: transparent;
    padding: 0px 0px 0px 50px;
  }

  .ggtextpanel_content_form_target_lvl1 {
    background: transparent;
    padding: 20px 0px 20px 40px;
  }

  .ggtextpanel_waypoint_title {
      /*background-color: rgba(106, 108, 122, 0.9); */
      background: linear-gradient(rgba(106, 108, 122, 0.5), rgba(53, 54, 61,0.5));
      border-radius: 20px 0px 0px 0px;
      margin: 0;
      width: 100%;
      padding: 0px;
      text-align: left;
      margin-left: auto;
      margin-right: auto;
    }

    .ggtextpanel_waypoint_title_content {
      /*display: inline;*/
      background: transparent;
      margin: auto;
      width: 100%;
      padding: 10px;
      text-align: left;
    }

    .ggtextpanel_waypoint_settings_content {
      /*display: inline;*/
    
      background: rgba(255, 255, 255, 0.2);
      border-radius: 0px 0px 0px 20px;
      margin: auto;
      /*width: 100%; */
      /*text-align: right;*/
    }

    .ggtextpanel_saved_stage_list_title {
      /*background-color: rgba(106, 108, 122, 0.9); */
      background: linear-gradient(rgba(106, 108, 122, 0.5), rgba(53, 54, 61,0.5));
      border-radius: 20px 20px 0px 0px;
      margin: 0;
      width: 100%;
      padding: 0px;
      text-align: left;
      margin-left: auto;
      margin-right: auto;
      }
      
      .ggtextpanel_saved_stage_list_title_content {
        /*display: inline;*/
        background: transparent;
        margin: auto;
        width: 100%;
        padding: 10px;
        text-align: left;
      
        /*border: 1px solid blue;*/
      }

      

      .ggtextpanel_saved_stage_list_content_top {
        /*background: linear-gradient(rgba(190, 198, 209, 0.9), rgba(126, 133, 138, 0.9));*/
        /*background-color: linear-gradient(rgba(190, 198, 209, 0.9), rgba(140, 145, 153, 0.9));*/ 
        background: rgba(255, 255, 255, 0.2);
        border-radius: 10px 10px 0px 0px;
        border: 10px 10px 0px 0px;
        
        margin: 0px 0px 0px 80px;
        width: 100%;

        text-align: left;
        margin-left: auto;
        margin-right: auto;  
      }

      .ggtextpanel_saved_stage_list_content_bottom {
        /*background: linear-gradient(rgba(190, 198, 209, 0.9), rgba(126, 133, 138, 0.9));*/
        /*background-color: linear-gradient(rgba(190, 198, 209, 0.9), rgba(140, 145, 153, 0.9));*/ 
        background: rgba(255, 255, 255, 0.2);
        border-radius: 0px 0px 10px 10px;
        margin: 0px 0px 0px 80px;
        width: 100%;

        text-align: left;
        margin-left: auto;
        margin-right: auto;  
      }
x
      .ggtextpanel_saved_stage_list_content {
        /*background: linear-gradient(rgba(190, 198, 209, 0.9), rgba(126, 133, 138, 0.9));*/
        /*background-color: linear-gradient(rgba(190, 198, 209, 0.9), rgba(140, 145, 153, 0.9));*/ 
        background: rgba(255, 255, 255, 0.2);
        border-radius: 10px 10px 10px 10px;
        margin: 0px 0px 0px 80px;
        width: 100%;

        text-align: left;
        margin-left: auto;
        margin-right: auto;  
      }

      .ggtextpanel_buttons_on_right {
        /*display: inline;*/
        text-align: right;
        padding: 0px 20px 0px 0px;
      
        /*border: 1px solid blue;*/
      }

      .ggtextpanel_saved_stage_list_content_lvl1  {
        background: transparent;
        padding: 20px 0px 20px 40px;
      }

      .ggtextpanel_floating_message_title_background {
        background-color: rgba(38, 38, 38, 0.9);
        border-radius: 20px 20px 0px 0px;
        margin: 0;
        width: 800px;
        padding: 0px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
      }
    
      .ggtextpanel_floating_message_details_background {
    
        background: linear-gradient(rgba(190, 198, 209, 0.9), rgba(126, 133, 138, 0.9));
    
        border-radius: 0px 0px 20px 20px;
        margin: 0;
        width: 800px;
        padding: 0px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
      }

      .ggtextpanel_floating_message_container_ads{
        /*position: fixed;
        position: absolute;
        top: 20%;
        width: 100%;
        background: transparent;
        /* text-align: center; */
        /* display: 'none'; 
        visibility: 'hidden'; 
        overflow:scroll;*/
        position:fixed; 
        width:100%; 
        height:150px; 
        background-color:rgba(38, 38, 38, 0.5); 
        bottom:0px;
        }

        .ggtextpanel_floating_message_container_watermark {

          position: fixed;
          width: 100%;
          height: 40px;
          background-color: transparent;
          bottom: 0px;
          z-index: 30;  /* see z-index definitions sumary */
          text-align: right;
        }
      
        .ggtextpanel_floating_message_container_stagestat {
      
          position: fixed;
          width: 350px;
          height: 100%;
          /*background: rgba(11, 12, 11, 0.2);*/
          background: transparent;
          text-align: right;
          align-content: right;
          top: 60px;
          right: 10px;
          z-index: 30;  /* see z-index definitions sumary */
          /*display: 'none'; */
          /*visibility: 'hidden'; */
        }
      
        .ggtextpanel_floating_message_container_cdm_status {
      
          position: fixed;
          width: 100%;
          height: 40px;
          background-color: transparent;
          bottom: 0px;
          z-index: 30;  /* see z-index definitions sumary */
          text-align: left;
        }

        .ggtextpanel_floating_message_content {

          background: transparent;
      
          border-radius: 10px;
          margin: auto;
          width: 720px;
          padding: 10px;
          text-align: left;
        }

        .ggtextpanel_floating_message_content_chapter_title {
          background-color: rgba(38, 38, 38, 0.9);
          border-radius: 20px 20px 0px 0px;
          margin: 0;
          width: 800px;
          padding: 0px;
          text-align: center;
          margin-left: auto;
          margin-right: auto;
        }

        .ggtextpanel_floating_message_content_ads{
          background: transparent;
          margin: auto;
          width: 1000px;
          text-align: center; 	  
          }
        
          .ggtextpanel_floating_message_container {

            /*position: fixed;*/
            position: absolute;
            top: 20%;
            width: 100%;
            background: transparent;
            /* text-align: center;*/
            display: 'none';
            visibility: 'hidden';
            overflow: scroll;
          }


            /* terms of use and privacy policy bar */
  .ggtextpanel_floating_message_container_tof{
    /*position: fixed;
    position: absolute;
    top: 20%;
    width: 100%;
    background: transparent;
    /* text-align: center; */
    /* display: 'none'; 
    visibility: 'hidden'; 
    overflow:scroll;*/
  
    display: 'none';  /* by default it is hidden at the beginning, the JS code can display it on demand to avoid flickering */
    position:fixed; 
    width:100%; 
    height:150px; 
    background-color:rgba(38, 38, 38, 0.8); 
    bottom:0px;
    z-index: 110; /* see z-index definitions sumary */
    }

    .ggtextpanel_floating_message_content_tof{
      background: transparent;
      margin: auto;
      width: 700px;
      text-align: left; 	  
      }  
    
    
      .ggtextpanel_floating_message_container_loading_bg_fullscreencover {
    
        position: fixed;
        width: 100%;
        height: 100%;
        background-color:rgba(38, 38, 38, 0.5); 
        text-align: center;
        vertical-align: middle;
        top: 0px;
        z-index: 200; /* see z-index definitions sumary */
        /*display: 'none'; */
        /*visibility: 'hidden'; */
    
      }
    
      .ggtextpanel_floating_message_container_loading_middle_bar_fullscreencover {
    
        position: fixed;
        width: 100%;
        height: 100px;
        background: linear-gradient(135deg, rgba(15, 15, 15, 1.0), rgba(55, 55, 55, 1.0));
        text-align: center;
        vertical-align: middle; 
        top: 40%;
        /*display: 'none'; */
        /*visibility: 'hidden'; */
      }


  .ggtextpanel_floating_message_container_fullscreencover {

    position: fixed;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(190, 198, 209, 1.0), rgba(126, 133, 138, 1.0));
    text-align: center;
    top: 0px;
    z-index: 150; /* see z-index definitions sumary */
    /*display: 'none'; */
    /*visibility: 'hidden'; */
  }

  .ggtextpanel_floating_message_container_fullscreencover_camtest_green {
    position: fixed;
    width: 100%;
    height: 100%;
    background:  rgba(0, 255, 0, 1.0);
    text-align: center;
    top: 0px;
    z-index: 150; /* see z-index definitions sumary */
    /*display: 'none'; */
    /*visibility: 'hidden'; */
  }

  .ggtextpanel_floating_message_container_fullscreencover_camtest_green_outer {
   display: table;
   width: 100%;
   height: 100%;
  }

  .ggtextpanel_floating_message_container_fullscreencover_camtest_green_inner {
    display: table-cell;
    vertical-align: middle;
  }

  .ggtextpanel_floating_message_container_fullscreencover_camtest_chessboard {
    position: fixed;
    width: 100%;
    height: 100%;
    background:  rgba(0, 255, 0, 1.0);
    text-align: center;
    top: 0px;
    z-index: 150; /* see z-index definitions sumary */
    /*display: 'none'; */
    /*visibility: 'hidden'; */
  }

  .ggtextpanel_floating_message_container_fullscreencover_brightness_filter {
    position: fixed;
    width: 100%;
    height: 100%;
    background:  rgba(0, 0, 0, 1.0);
    text-align: center;
    top: 0px;
    z-index: 150; /* see z-index definitions sumary */
    pointer-events: none;  /* click through */
    /*display: 'none'; */
    /*visibility: 'hidden'; */
  }

/*
  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *   C A N V A S
*/

  .grangecanvas {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    background-size: cover;
    background-attachment: fixed;
    z-index: 1; /* see z-index definitions sumary */
    /* needed to keep in the background */

    /*image-rendering: high-quality;*/

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

/*
  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *   Y O U T U B E   V I D E O   C O N T A I N E R 
*/

.gvc_parent {
    position: relative;
    top: 0;
    left: 0;
  }
  .gvc_youtube_thumbnail {
    position: relative;
    top: 0;
    left: 0;
  }
  .gvc_play_overlay {
    position: absolute;
    top: 178px;
    left: 326px;
  }
  
