* {
    box-sizing: border-box;
}

/* Style the body */


@font-face{
    font-family: 'Antares';
    src: url('./_content/ANTARES.ttf') format('truetype');
    font-weight: normal;
    font-style:normal;
    
}

@font-face{
    font-family: 'Steelfish_Regular';
    src: url('./_content/steelfish.regular.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}

@font-face{
    font-family: 'Steelfish_Bold';
    src: url('./_content/steelfish.bold.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}

@font-face{
    font-family: 'Wingdings2';
    src: url('./_content/Wingdings2.ttf') format('truetype');
    font-weight: normal;
    font-style:normal;
    
}


body {
    font-family: Arial;
    margin: 0;
    background-image:url(./_content/background_rep_2.png);
}


._main{
    background-color:rgba( 214, 214, 214, 0.636 ));

}


span{
    display:table-cell;
    
    
}

/**************************************************/
/**          Navigation Bar                      **/
/**************************************************/

.navigation{
    display:flex;
    flex-wrap:wrap;
    flex-direction: row;
    width:100%;
    height: 100px;
    background-color:black;
    border-color:red;
    border-bottom-style:solid;
    border-bottom-width:2px;
    box-shadow: 0px -15px 23px 18px rgba(255,0,0,1);
    background-image:url(./_content/dungeons.ch_logo_w_d20.png);
    background-position:left;
    background-repeat:no-repeat;
}

.navigation_logo{
    width:60px;
    position:absolute;
    top:10px;
    left:10px;
      
}



.navigation_title{
    
    text-align: right;
    font-family: Antares;
    font-size:50px;
    color:black;
    margin-top:-135px;
    margin-right:50px;
    text-shadow:  1px  1px 5px red,
                  1px -1px 5px red,
                 -1px  1px 5px red,
                 -1px -1px 5px red;
}

.navigation_right{
    width:50;
    position:absolute;
    top:10px;
    right:20px;
    
}



.navigation_right .tooltiptext {
  color:white;
  font-size: 15px;
  visibility: hidden;
  width: 250px;
  background-color: dimgray;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 40%;
  left: 50%;
  border-color:black;
  border-width:1px;
  border-style:solid;
}


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







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

.builder_trait{
    cursor:pointer;
    
}


.builder_trait .tooltiptext{
  color:white;
  font-size: 12px;
  visibility: hidden;
  width: 250px;
  background-color: dimgray;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  
  border-color:black;
  border-width:1px;
  border-style:solid;

  
}

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



.builder_race_block{
   
}

.builder_traittitle{
    color:white;
    text-shadow:  1px  1px 3px black,
                  1px -1px 3px black,
                 -1px  1px 3px black,
                 -1px -1px 3px black;   
    text-decoration: none;
    font-size:15px;
}

.builder_traittitle_lvl{
    color:white;
    text-shadow:  1px  1px 3px black,
                  1px -1px 3px black,
                 -1px  1px 3px black,
                 -1px -1px 3px black;   
    text-decoration: none;
    font-size:12px;
}


.builder_selecttitle{
    width:100px;
    color:white;
    text-shadow:  1px  1px 3px black,
                  1px -1px 3px black,
                 -1px  1px 3px black,
                 -1px -1px 3px black;   
    text-decoration: none;
    font-size: 15px;
}

.builder_raceinfo{
    font-size:12px;
    color:black;
}

.builder_subraceinfo{
    font-size:12px;
    color:black;
}

.builder_variantinfo{
    font-size:12px;
    color:black;
}

.builder_race{
    margin-left:10px;
    margin-right:15px;
    width:175px;
}

.builder_subrace{
    margin-left:10px;
    margin-right:15px;
    width:165px;
}

.builder_variant{
    margin-left:10px;
    margin-right:15px;
    width:165px;
}

.body_headers{
    
    margin: 0 auto;
    padding-bottom:38px;
    margin-top:25px;
    margin-bottom:-27px;
    width:760px;
    border-style: solid;
    border-color: black;
    border-width: 2px;
    border-radius: 10px;
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
    color:black;
    text-shadow:  1px  1px 5px white,
                  1px -1px 5px white,
                 -1px  1px 5px white,
                 -1px -1px 5px white;
    text-align: center;
    font-family: Antares;
    font-size:35px;
    height:40px;
    background-color: rgba( 50, 50, 50, 0.708 );

}

.main_sub{
    
   width:1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding-left:20px;
    padding-right:20px;
    padding-top:10px;
}

.main_center{
    flex-direction: column;
    margin-left:10px;
    margin-right:10px;
}

.attributes{
    margin-top:-30px;
}

.skills_fixed{
    padding: 10px;
    padding-left:-10px;
    padding-right:2px;
    margin-top:-5px;
    width:200px;
    margin-right:0px;
    margin-left:0px;
    height:650px;
    border-style: solid;
    border-color: black;
    border-width: 2px;
    border-radius:10px;
    
    box-shadow: 5px 10px 8px #888888;
    background-color: rgba( 117, 117, 117, 0.708 );

}

.skills_fixed_r{
    padding: 10px;
    padding-left:5px;
    padding-right:8px;
    margin-top:25px;
    width:195px;
    margin-right:auto;
    margin-left:-3px;
    height:600px;
    border-style: solid;
    border-color: black;
    border-width: 2px;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    box-shadow: 5px 10px 8px #888888;
    background-color: rgba( 117, 117, 117, 0.708 );

    
    
}



/* width 195px
   margin-left -7px; */

.prof_bonus_div_r{
    padding: 10px;
    margin-top:-5px;
    width:303px;
    margin-right:auto;
    margin-left:0px;
    height:80px;
    border-style: solid;
    border-color: black;
    border-width: 2px;
    border-radius: 10px;
    border-radius:10px;
    box-shadow: 5px 10px 8px #888888;
    background-color: rgba( 117, 117, 117, 0.708 );
    display:flex;
    flex-wrap: wrap;
    flex-direction: column;

}

.prof_checkaid_div_r{
    padding: 10px;
    margin-top:10px;
    width:303px;
    margin-right:auto;
    margin-left:-15px;
    height:152px;
    border-style: solid;
    border-color: black;
    border-width: 2px;
    border-radius: 10px;
    border-radius:10px;
    box-shadow: 5px 10px 8px #888888;
    background-color: rgba( 117, 117, 117, 0.708 );
    display:flex;
    flex-wrap: wrap;
    flex-direction: column;
}


.prof_bonus_div_cb{
    padding: 2px;
    padding-top:10px;
    padding-bottom:0px;
    margin-top:25px;
    width:21px;
    margin-right:auto;
    margin-left:-40px;
    height:600px;
    border-style: solid;
    border-color: black;
    border-width: 2px;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    
    box-shadow: 5px 10px 8px #888888;
    background-color: rgba( 117, 117, 117, 0.708 );
    display:flex;
    flex-wrap: wrap;
    flex-direction: column;
    border-right-style: none;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}



.skills_title{
    margin:0 auto;
    font-size: 16px;
    color:white;
    text-shadow:  1px  1px 3px black,
                  1px -1px 3px black,
                 -1px  1px 3px black,
                 -1px -1px 3px black;   
    text-decoration: none;
}

.attribute_raise_title{
    margin:0 auto;
    font-size: 16px;
    color:white;
    text-shadow:  1px  1px 3px black,
                  1px -1px 3px black,
                 -1px  1px 3px black,
                 -1px -1px 3px black;   
    text-decoration: none;
}

.attribute_points_raise4{
    margin:0 auto;
    font-size: 16px;
    color:white;
    text-shadow:  1px  1px 3px black,
                  1px -1px 3px black,
                 -1px  1px 3px black,
                 -1px -1px 3px black;   
    text-decoration: none;
}

.attribute_points_raise6{
    margin:0 auto;
    font-size: 16px;
    color:white;
    text-shadow:  1px  1px 3px black,
                  1px -1px 3px black,
                 -1px  1px 3px black,
                 -1px -1px 3px black;   
    text-decoration: none;
}


.attribute_points_raise8{
    margin:0 auto;
    font-size: 16px;
    color:white;
    text-shadow:  1px  1px 3px black,
                  1px -1px 3px black,
                 -1px  1px 3px black,
                 -1px -1px 3px black;   
    text-decoration: none;
}

.attribute_points_raise12{
    margin:0 auto;
    font-size: 16px;
    color:white;
    text-shadow:  1px  1px 3px black,
                  1px -1px 3px black,
                 -1px  1px 3px black,
                 -1px -1px 3px black;   
    text-decoration: none;
}

.attribute_points_raise10{
    margin:0 auto;
    font-size: 16px;
    color:white;
    text-shadow:  1px  1px 3px black,
                  1px -1px 3px black,
                 -1px  1px 3px black,
                 -1px -1px 3px black;   
    text-decoration: none;
}


.attribute_points_raise16{
    margin:0 auto;
    font-size: 16px;
    color:white;
    text-shadow:  1px  1px 3px black,
                  1px -1px 3px black,
                 -1px  1px 3px black,
                 -1px -1px 3px black;   
    text-decoration: none;
}

.attribute_points_raise19{
    margin:0 auto;
    font-size: 16px;
    color:white;
    text-shadow:  1px  1px 3px black,
                  1px -1px 3px black,
                 -1px  1px 3px black,
                 -1px -1px 3px black;   
    text-decoration: none;
}

.skills_absolute{
    width:110px;
    top:25px;
    margin-right:0px;
    margin-left:auto;
    position:absolute;
}

.skills_absolute_r{
    width:210px;
    top:25px;
    margin-right:auto;
    margin-left:830px;
    position:absolute;
}


.list_body2{
    margin: 0 auto;
    padding: 10px;
    margin-top:25px;
    width:760px;
    border-style: solid;
    border-color: black;
    border-width: 2px;
    border-radius: 10px;
    margin-bottom:20px;
    border-radius:10px;
    box-shadow: 5px 10px 8px #888888;
    background-color: rgba( 117, 117, 117, 0.708 );


}
.list_body_t{
    margin: 0 auto;
    width:764px;
}

.atr_actual{
    background-image:url('./_content/_atr_template.png');
    background-size:contain;
    background-repeat: no-repeat;
    width:94px;
    height:100px;
    font-family:Steelfish_Bold;   
    font-size:18px;
    text-align: center;
    padding-top:5px;
    padding-right:9px;
    
}

.prof_bonus{
    background-image:url('./_content/_prof_bonus2.png');
    background-size:contain;
    background-repeat: no-repeat;
    width:70px;
    height:70px;
    margin-top:0px;
    font-family:Antares;   
    color:lime;
    font-size:32px;
    text-align: center;
    padding:5px;
    padding-top:6px;
    padding-right:20px;
    text-shadow:  1px  1px 3px black,
                  1px -1px 3px black,
                 -1px  1px 3px black,
                 -1px -1px 3px black;   
    
    
}

.hitdice_mult{
    background-image:url('./_content/_prof_bonus2.png');
    background-size:contain;
    background-repeat: no-repeat;
    width:60px;
    height:60px;
    margin-top:0px;
    font-family:Steelfish_Bold;   
    color:orange;
    font-size:32px;
    text-align: center;
    padding:5px;
    padding-left:15px;
    padding-top:8px;
    padding-right:20px;
    text-shadow:  1px  1px 3px black,
                  1px -1px 3px black,
                 -1px  1px 3px black,
                 -1px -1px 3px black;   
    
    
}

.ac_actual{
    background-image:url('./_content/_template_AC.png');
    background-size:contain;
    background-repeat: no-repeat;
    width:60px;
    height:85px;
    font-family:Steelfish_Bold;   
    font-size:38px;
    text-align: center;
    padding-top:7px;
    padding-right:9px;
    margin-top:-5px;
    padding-left:8px;
    
}

.initiative{
    background-image:url('./_content/_initiative_box.png');
    background-size:contain;
    background-repeat: no-repeat;
    width:60px;
    height:60px;
    margin-top:0px;
    font-family:Antares;   
    color:lime;
    font-size:32px;
    text-align: center;
    padding:5px;
    padding-top:6px;
    padding-right:20px;
    text-shadow:  1px  1px 3px black,
                  1px -1px 3px black,
                 -1px  1px 3px black,
                 -1px -1px 3px black;   
    
    
}

.hitdice{
    background-image:url('./_content/_initiative_box.png');
    background-size:contain;
    background-repeat: no-repeat;
    width:60px;
    height:60px;
    margin-top:0px;
    font-family:Steelfish_Bold;   
    color:lime;
    font-size:32px;
    text-align: center;
    padding:5px;
    padding-left:10px;
    padding-top:6px;
    padding-right:20px;
    text-shadow:  1px  1px 3px black,
                  1px -1px 3px black,
                 -1px  1px 3px black,
                 -1px -1px 3px black;   
    
    
}

.skills_disp{
    display:flex;
    flex-wrap:wrap;
    flex-direction: row;
    margin-bottom:5px;
    width:185px;
}

/* width 185 */


.skills_disp_cb{
    display:flex;
    flex-wrap:wrap;
    flex-direction: row;
    margin-bottom:5px;
    height:25px;
    
}

.skills_disp_cb_race{
    display:flex;
    flex-wrap:wrap;
    flex-direction: row;
    margin-bottom:5px;
    height:25px;
    
}

.skills_disp_cb_class{
    display:flex;
    flex-wrap:wrap;
    flex-direction: row;
    margin-bottom:5px;
    height:25px;
    
}

.skills_bonus{
    font-family:Steelfish_Bold;
    font-size:18px;
    color:white;
    text-shadow:  1px  1px 3px black,
                  1px -1px 3px black,
                 -1px  1px 3px black,
                 -1px -1px 3px black;   
}

.skills_val{
    width:25px;
    padding-top:5px;
    padding-left:0px;
    border-bottom-style: solid;
    border-bottom-color: black;
    border-bottom-width: 2px;
    margin-right:10px;
    color:white;
    text-shadow:  1px  1px 3px black,
                  1px -1px 3px black,
                 -1px  1px 3px black,
                 -1px -1px 3px black;   
}

.bonus_unchecked{
    padding-left:5px;
    padding-top:5px;
    margin-right:10px;
    
}

.bonus_checked{
   
    
}

.attr_val{
    font-family: Antares;
    margin:0 auto;
    font-size: 35px;
    color:white;
    text-shadow:  1px  1px 3px black,
                  1px -1px 3px black,
                 -1px  1px 3px black,
                 -1px -1px 3px black;   
    text-decoration: none;
}

.attr_bonus{
    font-family: Antares;
    margin:0 auto;
    margin-top:5px;
    font-size: 22px;
    color:lime;
    text-shadow:  1px  1px 3px black,
                  1px -1px 3px black,
                 -1px  1px 3px black,
                 -1px -1px 3px black;   
    text-decoration: none;
}

/***********************************************************/
/* Menu
/***********************************************************/

.mainmenu_body{
    margin: 0 auto;
    padding: 10px;
    margin-top:25px;
    width:750px;
    border-style: solid;
    border-color: black;
    border-width: 2px;
    border-radius: 10px;
    margin-bottom:20px;
    border-radius:10px;
    box-shadow: 5px 10px 8px #888888;
    background-color: rgba( 117, 117, 117, 0.708 );
    
}

.mainmenu_row{
    width:750;
    margin: 0 auto;
    display:flex;
    flex-wrap: wrap;
    flex-direction: row;
    color:white;
    text-shadow:  1px  1px 3px black,
                  1px -1px 3px black,
                 -1px  1px 3px black,
                 -1px -1px 3px black;   
    text-decoration: none;
    margin-bottom:25px;
}

.mainmenu_button{
    width: 250;
    margin: 0 auto;

    color:white;
    text-shadow:  1px  1px 3px black,
                  1px -1px 3px black,
                 -1px  1px 3px black,
                 -1px -1px 3px black;   
    text-decoration: none;
    
}

/************************************************************/
/*              Class Startergear FORM
/************************************************************/

.class_body{
    margin: 0 auto;
    padding: 10px;
    margin-top:25px;
    width:760px;
    border-style: solid;
    border-color: black;
    border-width: 2px;
    border-radius: 10px;
    margin-bottom:20px;
    border-radius:10px;
    box-shadow: 5px 10px 8px #888888;
    background-color: rgba( 117, 117, 117, 0.708 );
    display:flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.background_body{
    margin: 0 auto;
    padding: 10px;
    margin-top:25px;
    width:760px;
    border-style: solid;
    border-color: black;
    border-width: 2px;
    border-radius: 10px;
    margin-bottom:20px;
    border-radius:10px;
    box-shadow: 5px 10px 8px #888888;
    background-color: rgba( 117, 117, 117, 0.708 );
    display:flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.background_select{
    flex-direction: row;
}

.class_select{
    flex-direction: row;
}

.main_class_select{
    background-color:darkcyan;
    
}

.sub_class_select{
    
}



.starter_gear_body{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 auto;
    margin-top:20px;
    padding:10px;
    width: 760px;
    border-radius:10px;
    border-style:solid;
    border-color:black;
    border-width:2px;
    box-shadow: 5px 10px 8px #888888;
    background-color: rgba( 117, 117, 117, 0.708 );

}


.starter_gear_row_left{
    background-color:antiquewhite;
    width:150px;
    color:white;
    text-shadow:  1px  1px 3px black,
                  1px -1px 3px black,
                 -1px  1px 3px black,
                 -1px -1px 3px black;   
    text-decoration: none;
}

.starter_gear_row_right{
    background-color: cadetblue;
    width:500px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    color:white;
    text-shadow:  1px  1px 3px black,
                  1px -1px 3px black,
                 -1px  1px 3px black,
                 -1px -1px 3px black;   
    text-decoration: none;
}

.starter_gear_choice_fields{
    
    width:755px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    color:white;
    text-shadow:  1px  1px 3px black,
                  1px -1px 3px black,
                 -1px  1px 3px black,
                 -1px -1px 3px black;   
    text-decoration: none;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: black;
    padding:5px;
    
    margin-left:-5px;
}

.starter_gear_choice{
    background-color:rgba( 93, 93, 93, 0.989 );
    min-width:120px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    color:white;
    text-shadow:  1px  1px 3px black,
                  1px -1px 3px black,
                 -1px  1px 3px black,
                 -1px -1px 3px black;   
    text-decoration: none;
    border-width: 3px;
    border-style: solid;
    border-color: black;
  
    
    padding:5px;
    margin-left:0px;
    margin-top:-9px;
    margin-right:10px;
    padding-right:10px;
}


starter_gear_default_choice{
    
    background-color: darkslategray;
    width:480px;
    color:white;
    text-shadow:  1px  1px 3px black,
                  1px -1px 3px black,
                 -1px  1px 3px black,
                 -1px -1px 3px black;   
    text-decoration: none;
    border-right-width: 3px;
    border-right-style: solid;
    border-right-color: black;
}


/**************************************************/
/**              Detail Spell View               **/
/**************************************************/




.card_rows{
    margin: 0 auto;
    margin-top:30;
    margin-bottom:50px;
    background-color:black;
    width:650;
    min-height:600;
    display:flex;
    flex-wrap:wrap;
    flex-direction: row;
    padding:10px;
    border-radius:15px;
}

.edge_erase_lr{
    background-color:black;
    width:10;
   
}

.bottom_erase{
    background-color:darkgray;
    height:10;
}

.main_row{
    width:630;
    background-color:navajowhite;
    flex-direction:column;
}

.dummy_blank{
    width:10;
    background-color:navajowhite;
}

.dummy_blank2{
    width:18;
    background-color:navajowhite;
}

.title{
    font-family: 'Antares';
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    display:table;
    height:60;
    width:630;
    background-color:black;
    color: navajowhite;
    
    
}

.first_block{
    display:flex;
    flex-wrap: wrap;
    flex-direction: row;
    border-color: black;
    border-width: 5px;
    border-style: solid;
    padding-bottom: 10px;
    border-bottom-width:2px;
   
}

.first_block_left{
    position: relative;
    width:420;
    
}

.magic_school_grade_txt{
    padding-left:10px;
    height:65;
    display:flex;
    flex-wrap: wrap;
    flex-direction: row;
    background-color:antiquewhite;
    border-bottom-right-radius: 15px;
   
}

.main_cast_lines{
    position:relative;
    display:flex;
    flex-wrap: wrap;
    flex-direction: row;
    height:55;
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: darkgray;

}

.main_cast_symbol_ct{
    position: relative;
    display: inline-block;
    
    width:50;

}

.main_cast_symbol_ra{
    position: relative;
    display: inline-block;
    width:50;

}

.main_cast_symbol_sd{
    position: relative;
    display: inline-block;
    width:50;

}

.main_cast_txt{
    position:absolute;
    top:50%;
    left:75px;
    transform:translate(0%,-50%);
    width: auto;

}

.first_block_right{
    width:200;

}

.flag_block{
    
    height:155;
    display:flex;
    flex-wrap:wrap;
    flex-direction: row;

}

.class_flag{
    position:relative;
    display: inline-block;
    height:153;
    width:82;
    background-image:url("./_content/flag_black_vert.png");
    background-repeat: no-repeat;
    background-color: navajowhite;

    
}

.sub_school{
    width:75;
    height:75;
}



.sub_school .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: dimgray;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 120%;
  left: 50%;
  margin-top:-70px;
  margin-left: -77px;
  border-color:black;
  border-width:1px;
  border-style:solid;
}

.sub_school .tooltiptext::after {
  content: "";
  position: absolute;
  bottom:100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

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






.level_flag{
    display: table;
    height:153;
    width:82;
    background-image:url("./_content/flag_blue_vert.png");
    background-repeat: no-repeat;
    font-family: 'Antares';
    font-size:20px;
    color:white;
   
}

.flag_add_block{
    
    
}

.class_add_info{
    position: relative;
    display: inline-block;
    width:220;
    height:75;
    background-image:url("./_content/flag_black_hor.png");
    background-size: contain;
    background-repeat:no-repeat;
    
    

    
}

.second_block{
    display:flex;
    flex-wrap: wrap;
    flex-direction: row;
    background-color: navajowhite;
    border-color: black;
    border-width:5px;
    border-style: solid;
    border-bottom-width:2px;
    border-top-width:0px;
}

.symb_concentration{
    position: relative;
    display: inline-block;
    height:55;
    min-width:50;
    background-color:navajowhite;
}

.symb_ritual{
    position: relative;
    display: inline-block;
    height:55;
    min-width:50;
    background-color:navajowhite;
}

.symb_somatic{
    position: relative;
    display: inline-block;
    height:55;
    min-width:50;
    background-color:navajowhite;
}

.symb_gesture{
    position: relative;
    display: inline-block;
    height:55;
    min-width:50;
    background-color:navajowhite;
}

.symb_material
{   
    position: relative;
    display: inline-block;
    height:55;
    min-width:50;
    background-color:navajowhite;
}

.material_add_info{
    padding-left:10;
    padding-top:5;
    padding-bottom:5;
    width:360;
    
}

.main_description_block{
    display:flex;
    flex-wrap: wrap;
    flex-direction: row;
    min-height:250;
    background-color:antiquewhite;
    border-width: 5px;
    border-color: black;
    border-style: solid;
    border-top-width: 0px;
    
    
}

.main_description{
    padding:5px;
    text-align:justify;
    
    
    width:610;
 
}

.bottom_block{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.class_block{
    width:60;
    height:80;
    border-style:solid;
    border-width:2px;
    border-color:black;
}

.spell_source_flag{
    background-color:deeppink;
    min-width:50;
}

.class_check_green{
    position: relative;
    display: inline-block;
    width:40;
    height:52;
    margin:5 5 3 5;
    border-style: solid;
    border-width: 1px;
    border-color:black;
    background-repeat:no-repeat;
    background-size: contain;
    -webkit-box-shadow: inset 0px 0px 5px 5px rgba(44,190,7,1);
    -moz-box-shadow: inset 0px 0px 5px 5px rgba(44,190,7,1);
    box-shadow: inset 0px 0px 5px 5px rgba(44,190,7,1);
    border-radius:5;   
}

.class_check_orange{
    position: relative;
    display: inline-block;
    width:40;
    height:52;
    margin:5 5 3 5;
    border-style: solid;
    border-width: 1px;
    border-color:black;
    background-repeat:no-repeat;
    background-size: contain;
   -webkit-box-shadow: inset 0px 0px 5px 5px rgba(255,140,0,1);
    -moz-box-shadow: inset 0px 0px 5px 5px rgba(255,140,0,1);
    box-shadow: inset 0px 0px 5px 5px rgba(255,140,0,1);
    border-radius:5;
   
}

.class_check_gray{
    position: relative;
    display: inline-block;
    width:40;
    height:52;
    margin:5 5 3 5;
    border-style: solid;
    border-width: 1px;
    border-color:black;
    background-repeat:no-repeat;
    background-size: contain;
    -webkit-box-shadow: inset 0px 0px 5px 5px rgba(87,87,87,1);
    -moz-box-shadow: inset 0px 0px 5px 5px rgba(87,87,87,1);
    box-shadow: inset 0px 0px 5px 5px rgba(87,87,87,1);
    border-radius:5;   

}

.class_check_purple{
    position: relative;
    display: inline-block;
    width:40;
    height:52;
    margin:5 5 3 5;
    border-style: solid;
    border-width: 1px;
    border-color:black;
    background-repeat:no-repeat;
    background-size: contain;
    -webkit-box-shadow: inset 0px 0px 5px 5px rgba(44,190,7,1),inset 0px 0px 12px 10px rgba(255,140,0,1);
    -moz-box-shadow: inset 0px 0px 5px 5px rgba(44,190,7,1),inset 0px 0px 12px 10px rgba(255,140,0,1);
    box-shadow: inset 0px 0px 5px 5px rgba(44,190,7,1),inset 0px 0px 12px 10px rgba(255,140,0,1);
    border-radius:5;   

}



.class_check_green .tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: dimgray;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 120%;
  left: 50%;
  margin-left: -125px;
  border-color:black;
  border-width:1px;
  border-style:solid;
}

.class_check_green .tooltiptext::after {
  content: "";
  position: absolute;
  bottom:100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

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

.class_check_orange .tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: dimgray;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 120%;
  left: 50%;
  margin-left: -125px;
  border-color:black;
  border-width:1px;
  border-style:solid;
}

.class_check_orange .tooltiptext::after {
  content: "";
  position: absolute;
  bottom:100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

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

.class_check_purple .tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: dimgray;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 120%;
  left: 50%;
  margin-left: -125px;
  border-color:black;
  border-width:1px;
  border-style:solid;
}

.class_check_purple .tooltiptext::after {
  content: "";
  position: absolute;
  bottom:100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

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

.class_check_gray .tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: dimgray;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 120%;
  left: 50%;
  margin-left: -125px;
  border-color:black;
  border-width:1px;
  border-style:solid;
}

.class_check_gray .tooltiptext::after {
  content: "";
  position: absolute;
  bottom:100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

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




.symb_concentration .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: dimgray;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 120%;
  left: 50%;
  margin-left: -75px;
  border-color:black;
  border-width:1px;
  border-style:solid;
}

.symb_concentration .tooltiptext::after {
  content: "";
  position: absolute;
  bottom:100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

.symb_concentration:hover .tooltiptext {
  visibility: visible;
}
.symb_ritual .tooltiptext {
  visibility: hidden;
  width: 100px;
  background-color: dimgray;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 120%;
  left: 50%;
  margin-left: -50px;
  border-color:black;
  border-width:1px;
  border-style:solid;
}

.symb_ritual .tooltiptext::after {
  content: "";
  position: absolute;
  bottom:100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

.symb_ritual:hover .tooltiptext {
  visibility: visible;
}
.symb_somatic .tooltiptext {
  visibility: hidden;
  width: 100px;
  background-color: dimgray;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 120%;
  left: 50%;
  margin-left: -50px;
  border-color:black;
  border-width:1px;
  border-style:solid;
}

.symb_somatic .tooltiptext::after {
  content: "";
  position: absolute;
  bottom:100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

.symb_somatic:hover .tooltiptext {
  visibility: visible;
}
.symb_gesture .tooltiptext {
  visibility: hidden;
  width: 100px;
  background-color: dimgray;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 120%;
  left: 50%;
  margin-left: -50px;
  border-color:black;
  border-width:1px;
  border-style:solid;
}

.symb_gesture .tooltiptext::after {
  content: "";
  position: absolute;
  bottom:100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

.symb_gesture:hover .tooltiptext {
  visibility: visible;
}
.symb_material .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: dimgray;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 120%;
  left: 50%;
  margin-left: -100px;
  border-color:black;
  border-width:1px;
  border-style:solid;
}

.symb_material .tooltiptext::after {
  content: "";
  position: absolute;
  bottom:100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

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

.main_cast_symbol_ct .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: dimgray;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 120%;
  left: 50%;
  margin-left: -65px;
  border-color:black;
  border-width:1px;
  border-style:solid;
}

.main_cast_symbol_ct .tooltiptext::after {
  content: "";
  position: absolute;
  bottom:100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

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

.main_cast_symbol_ra .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: dimgray;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 120%;
  left: 50%;
  margin-left: -65px;
  border-color:black;
  border-width:1px;
  border-style:solid;
}

.main_cast_symbol_ra .tooltiptext::after {
  content: "";
  position: absolute;
  bottom:100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

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

.main_cast_symbol_sd .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: dimgray;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 120%;
  left: 50%;
  margin-left: -65px;
  border-color:black;
  border-width:1px;
  border-style:solid;
}

.main_cast_symbol_sd .tooltiptext::after {
  content: "";
  position: absolute;
  bottom:100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

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

.class_add_info .tooltiptext {
  visibility: hidden;
  width: 180px;
  background-color: dimgray;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 120%;
  left: 50%;
  margin-left: -90px;
  border-color:black;
  border-width:1px;
  border-style:solid;
}

.class_add_info .tooltiptext::after {
  content: "";
  position: absolute;
  bottom:100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

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


/************************************************************/
/*            FORM STYLE
/************************************************************/

.form_body{
    margin: 0 auto;
    margin-top:20px;
    padding-top:20px;
    width:420px;
    background-color:rgba( 109, 109, 109, 0.676 );
    border-radius:10px;
    border-style:solid;
    border-color:black;
    border-width:2px;
    box-shadow: 5px 10px 8px #888888;
}




.filter_form{
   
    margin-bottom:-10px;
}

.reset_form{
    
    margin-bottom:-5px;
    
}


.filter_leftcol{
    margin-left:10px;
    width:130px;
   
    font-family:Helvetica,sans-serif;
    font-weight:600;
}

.select_sort{
    margin-top:-19px;
    margin-left:140px;
}

.checkbox_1{
    padding:10px;
    padding-top:30px;
    margin-top:20px;
    margin-bottom:20px;
    border-top-width:2px;
    border-top-color:black;
    border-top-style:solid;
    border-bottom-width: 2px;
    border-bottom-color: black;
    border-bottom-style: solid;

}

.filter_title{
    color:white;
    text-shadow: 0 0 10px black;
    margin: 0 auto;
    width:200px;
    background-color:rgba( 99, 99, 99, 1.0);
    border-radius:5px;
    border-style:solid;
    border-color:black;
    border-width:2px;
    margin-top:-22px;
    margin-bottom:10px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-style: hidden;
}

.search_field{
    margin:0 auto;
    margin-top:-15px;
}

input{
    color:black;
    background-color:white;
}

select{
    color:black;
    background-color:white;
}

option{
    color:black;
    background-color:white;
}

.fw{
    margin-top:20px;
    color:white;
    background-color:rgba( 53, 53, 53, 0.814 );
}

.bw{
    margin-top:20px;
    color:white;
    background-color:rgba( 53, 53, 53, 0.814 );
}

.back_button{
   
    color:darkorange;
    text-shadow: 0 0 10px black;
    margin: 0 auto;
    width:240px;
    background-color:rgba( 99, 99, 99, 1.0);
    border-radius:5px;
    border-style:solid;
    border-color:black;
    border-width:2px;
    margin-top:-10px;
    margin-bottom:10px;
    text-decoration:none;
    padding:4px;

}

/*******************************************/
/**            Liste                      **/
/*******************************************/


   
.list_body{
    margin-top:25px;
    width:720px;
    border-style: solid;
    border-color: black;
    border-width: 2px;
    border-radius: 10px;
    margin-bottom:20px;
    border-radius:10px;
    box-shadow: 5px 10px 8px #888888;

}

.list_infos{
    padding-top:4px;
    background-color:rgba( 53, 53, 53, 0.814 );
    height:25px;
    color:white;
    text-shadow:  1px  1px 3px black,
                  1px -1px 3px black,
                 -1px  1px 3px black,
                 -1px -1px 3px black;   
}


.list_header{
    background-color:rgba( 53, 53, 53, 0.814 );
    height:25px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.list_spellname_header{
    padding-top:3px;
    color:white;
    text-shadow:  1px  1px 3px black,
                  1px -1px 3px black,
                 -1px  1px 3px black,
                 -1px -1px 3px black;   
    width: 280px;
}

.list_spellgrade_header{
    padding-left:2px;
    padding-top:3px;
    color:white;
    text-shadow:  1px  1px 3px black,
                  1px -1px 3px black,
                 -1px  1px 3px black,
                 -1px -1px 3px black;   
    width: 50px;
}

.list_spellschool_header{
    padding-left:2px; 
    padding-top:3px;
    color:white;
    text-shadow:  1px  1px 3px black,
                  1px -1px 3px black,
                 -1px  1px 3px black,
                 -1px -1px 3px black;   
    width: 70px;
}

.list_classes_header{
    padding-top:3px;
    color:white;
    text-shadow:  1px  1px 3px black,
                  1px -1px 3px black,
                 -1px  1px 3px black,
                 -1px -1px 3px black;   
    width:190px;
}

.list_spellsource_header{
    padding-top:3px;
    color:white;
    text-shadow:  1px  1px 3px black,
                  1px -1px 3px black,
                 -1px  1px 3px black,
                 -1px -1px 3px black;   
    width:50px;
}

.list_row_0{
    
    border-bottom-width: 1px;
    border-bottom-color: black;
    border-bottom-style: solid;
    padding:2px;
    display:flex;
    flex-wrap: wrap;
    flex-direction: row;
    background-color:rgba( 132, 132, 132, 0.702 )
}

.list_row_1{
    border-bottom-width: 1px;
    border-bottom-color: black;
    border-bottom-style: solid;
    
    padding:2px;
    display:flex;
    flex-wrap: wrap;
    flex-direction: row;
    background-color:rgba( 89, 89, 89, 0.702 )
}

.list_spellname{
   
    padding-top:3px;
    padding-left:5px;
    text-align: left;
    width:280px;
}

.list_spellgrade{
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: black;
    border-left-style: solid;
    border-left-color: black;
    border-left-width: 1px;
    padding-top:2px;
    width:50px;
    color:white;
    text-shadow:  1px  1px 3px black,
                  1px -1px 3px black,
                 -1px  1px 3px black,
                 -1px -1px 3px black;   
}

.list_spellschool{
    
    padding-top:2px;
    width:70px;
}

.list_classes{
    
    margin-left:5px;
    padding-top:1px;
    display:flex;
    flex-wrap: wrap;
    flex-direction: row;
    width:180px;
}

.list_classes_detail_0{
    padding-top:2px;
    margin-left:1px;
    margin-right:1px;
    border-color:black;
    border-width:1px;
    border-style: solid;
    width:20px;
    background-color:rgba( 137, 137, 137, 1.902 );
}

.list_classes_detail_1{
    color:lightgray;
    padding-top:2px;
    margin-left:1px;
    margin-right:1px;
    border-color:black;
    border-width:1px;
    border-style: solid;
    width:20px;
    background-color:rgba( 41, 137, 0, 1.902 );
}

.list_classes_detail_2{
    color:lightgray;
    padding-top:2px;
    margin-left:1px;
    margin-right:1px;
    border-color:black;
    border-width:1px;
    border-style: solid;
    width:20px;
    background-color:rgba( 167, 92, 0, 1.902 );
}

.list_classes_detail_3{
    color:lightgray;
    text-shadow:  1px  1px 3px black,
                  1px -1px 3px black,
                 -1px  1px 3px black,
                 -1px -1px 3px black;   
    padding-top:2px;
    margin-left:1px;
    margin-right:1px;
    border-color:black;
    border-width:1px;
    border-style: solid;
    width:20px;
    background-image: linear-gradient(to bottom right, rgba( 41, 137, 0, 1.102 ), #ff6100);
}

.list_spellsource{
    color:white;
    text-shadow:  1px  1px 3px black,
                  1px -1px 3px black,
                 -1px  1px 3px black,
                 -1px -1px 3px black;   
    padding-top:4px;
    padding-left:10px;
    width:50px; 
    text-align: center;
    
}

.list_spellname a{
    color:white;
    text-shadow:  1px  1px 3px black,
                  1px -1px 3px black,
                 -1px  1px 3px black,
                 -1px -1px 3px black;   
    text-decoration: none;
}

.list_spellname_view{
    padding-left:10px;
    color:white;
    text-shadow:  1px  1px 3px black,
                  1px -1px 3px black,
                 -1px  1px 3px black,
                 -1px -1px 3px black;   
    text-decoration: none;
}


/*****************************************************/
/*  ARMOR LIST
/*****************************************************/

.inv_list_body{
    margin: 0 auto;
    margin-top:25px;
    width:800px;
    border-style: solid;
    border-color: black;
    border-width: 2px;
    border-radius: 10px;
    margin-bottom:20px;
    border-radius:10px;
    box-shadow: 5px 10px 8px #888888;
    
}

.inv_list_infos{
    padding-top:4px;
    background-color:rgba( 53, 53, 53, 0.814 );
    height:25px;
    color:white;
    text-shadow:  1px  1px 3px black,
                  1px -1px 3px black,
                 -1px  1px 3px black,
                 -1px -1px 3px black;   
}


.inv_list_header{
    padding-left:5px;
    height:25px;
    width: auto;
    display: table-cell;
    vertical-align: middle;
    color:black;
    font-size: 20px;
    text-shadow:  1px  1px 3px lightgray,
                  1px -1px 3px lightgray,
                 -1px  1px 3px lightgray,
                 -1px -1px 3px lightgray;   
}

.inv_list_header2{
    background-color:rgba( 153, 153, 153, 0.814 );
    height:25px;
    width:auto;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: black;
   
}

.inv_list_footer2{
    background-color:rgba( 153, 153, 153, 0.814 );
    height:25px;
    width:auto;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: black;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    text-align: 
}



.inv_list_footer{
    
    height:auto;
    width:auto;
    padding-left:10px;
    font-weight: 600;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    color:black;
    font-size: 16px;
    text-shadow:  1px  1px 3px lightgray,
                  1px -1px 3px lightgray,
                 -1px  1px 3px lightgray,
                 -1px -1px 3px lightgray;   
}

.inv_list_name_header{
    padding:2px;
    padding-top:3px;
    color:white;
    text-shadow:  1px  1px 3px black,
                  1px -1px 3px black,
                 -1px  1px 3px black,
                 -1px -1px 3px black;   
    width: 280px;
}


.inv_list_row_0{
    padding:2px;
    padding-left:10px;
    border-top-width: 1px;
    border-top-color: grey;
    border-top-style: solid;
    display:flex;
    flex-wrap: wrap;
    flex-direction: row;
    background-color:rgba(203,222,178,0.8);
    color:white;
    text-shadow:  1px  1px 3px black,
                  1px -1px 3px black,
                 -1px  1px 3px black,
                 -1px -1px 3px black;   
}

.inv_list_row_1{
    padding:2px;
    padding-left:10px;
    border-top-width: 1px;
    border-top-color: grey;
    border-top-style: solid;
    display:flex;
    flex-wrap: wrap;
    flex-direction: row;
    background-color:rgba(250,235,215,0.8);
    color:white;
    text-shadow:  1px  1px 3px black,
                  1px -1px 3px black,
                 -1px  1px 3px black,
                 -1px -1px 3px black;   
}

.inv_list_spellname{
   
    padding-top:3px;
    padding-left:10px;
    text-align: left;
    width:280px;
}

.inv_list_name{
    
    width:150px;
    color:white;
    text-shadow:  1px  1px 3px black,
                  1px -1px 3px black,
                 -1px  1px 3px black,
                 -1px -1px 3px black;   
}

.inv_list_cost{
    
    text-align: right;
    margin-left:10px;
    width:60px;
    color:white;
    text-shadow:  1px  1px 3px black,
                  1px -1px 3px black,
                 -1px  1px 3px black,
                 -1px -1px 3px black;   
}

.inv_list_weight{
    
    margin-left:10px;
    text-align: right;
    width:50px;
    color:white;
    text-shadow:  1px  1px 3px black,
                  1px -1px 3px black,
                 -1px  1px 3px black,
                 -1px -1px 3px black;   
}

.inv_list_damage{
    
    padding-right:10px;
    margin-left:10px;
    text-align: right;
    width:100px;
    color:white;
    text-shadow:  1px  1px 3px black,
                  1px -1px 3px black,
                 -1px  1px 3px black,
                 -1px -1px 3px black;   
}

.inv_list_add{
    font-size: 14px;
    padding-right:10px;
    margin-left:20px;
    text-align: left;
    color:white;
    
    
    
}

.inv_list_span{
    cursor:pointer;

    
}


.inv_list_span .tooltiptext{
  color:white;
  font-size: 12px;
  visibility: hidden;
  width: 350px;
  background-color: dimgray;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  text-shadow: none;
    
  border-color:black;
  border-width:1px;
  border-style:solid;

  
}

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




/************************************************/
/*      Ideen
/************************************************/
.SmallNewsText{
    
    font-family: Helvetica,sans-serif;
    font-weight: 600;
    font-size: 12px;
    background-color:rgba( 255, 255, 255, 0.0);
}

.progress-bar-txt{
    font-size:12px;
    color:white;
    text-shadow:  1px  1px 3px black,
                  1px -1px 3px black,
                 -1px  1px 3px black,
                 -1px -1px 3px black;   
}


.progress-bar {
    background-color: #1a1a1a;
    height: 25px;
    padding: 5px;
    width: 720px;
    margin: 10px 0;         
    border-radius: 5px;
    box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;           
}

.progress-bar span {
    display: inline-block;
    height: 100%;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
    transition: width .4s ease-in-out;    
}

.red span {
    background-color: #fa3d3d;   
}

.blue span {
    background-color: #34c2e3;   
}

.orange span {
      background-color: #fecf23;
      background-image: linear-gradient(top, #fecf23, #fd9215);  
}   

.green span {
      background-color: #a5df41;
      background-image: linear-gradient(top, #a5df41, #4ca916);  
}
.stripes span {
    background-size: 30px 30px;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                        transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                        transparent 75%, transparent);            
    
    animation: animate-stripes 3s linear infinite;             
}

@keyframes animate-stripes {
    0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}
