/* CSS Document */


.wfx_yelBtn{
       z-index:32;
       padding:5px;
       cursor: pointer;
       user-select:none;
       border-style:solid;
       border-width: 2px;
       border-radius: 25px;
       line-height: 1.6;
       font-family:'SansationLight', sans-serif;
       font-weight: 600;
       text-align:center;
       position: absolute;
       color: #000;
       border-color:#f1c40f;
       background-color:#f9e79f; 
    }
    .wfx_grnBtn{ 
       z-index:32;   
       padding:5px;  
       cursor: pointer;
       user-select:none;
       border-style:solid;
       border-width: 2px;
       border-radius: 25px;
       line-height: 1.6;      
       font-family:'SansationLight', sans-serif;
       font-weight: 600;
       text-align:center;
       position: absolute;
       color: #000;
       border-color:#28b463;
       background-color:#abebc6;  
    }
    .wfx_redBtn{
       z-index:32;
       padding:5px;
       cursor: pointer;
       user-select:none;
       border-style:solid;
       border-width: 2px;
       border-radius: 25px;
       line-height: 1.6;
       font-family:'SansationLight', sans-serif;
       font-weight: 600;
       text-align:center;
       position: absolute;
       color: #fff;
       /* border-color:#d81b60; */
       border-color:#fff;
       background-color:#FF0066; 
    }
    .wfx_vioBtn{
      z-index:32;
      padding:5px;
      cursor: pointer;
      user-select:none;
      border-style:solid;
      border-width: 2px;
      border-radius: 25px;
      line-height: 1.6;
      font-family:'SansationLight', sans-serif;
      font-weight: 600;
      text-align:center;
      position: absolute;
      color: #fff;
      border-color:#fff;
      background-color:#9b59b6; 
   }
   .wfx_orgBtn{
      z-index:32;
      padding:5px;
      cursor: pointer;
      user-select:none;
      border-style:solid;
      border-width: 2px;
      border-radius: 25px;
      line-height: 1.6;
      font-family:'SansationLight', sans-serif;
      font-weight: 600;
      text-align:center;
      position: absolute;
      color: #fff;
      border-color:#fff;
      background-color:#eb984e; 
   }
   .wfx_gryBtn{
      z-index:32;
      padding:5px;
      cursor: pointer;
      user-select:none;
      border-style:solid;
      border-width: 2px;
      border-radius: 25px;
      line-height: 1.6;
      font-family:'SansationLight', sans-serif;
      font-weight: 600;
      text-align:center;
      position: absolute;
      color: #333;
      border-color: #333;
      background-color:#85929e; 
   }
    .wfx_bluBtn{
       z-index:32;
       padding:5px;
       height:25px;
       color:#fff;     
       position: absolute;
       background-color:#2196F3;
       border-color:#eee;
       border-style: solid;
       border-width: 2px;
       border-radius: 25px;
       line-height: 1.6;
       font-family:'SansationLight', sans-serif;
       font-weight: 600;
       text-align:center;	
       user-select:none;  
    }
    
    .wfx_Disable{
    z-index:33;
       padding:5px;
       user-select:none;
       border-style:solid;
       border-width: 2px;
       border-radius: 25px;
       line-height: 1.6;
       font-family:'SansationLight', sans-serif;
       font-weight: 600;
       text-align:center;
       text-shadow: 2px 1px #fff;
       cursor: default;
       position: absolute;
       color: #909497; 
       border-color:#90a4ae;
       background-color:#cfd8dc; 
    }

    .wfx_Disable_text{
         font-size: 18px;
         font-family:'SansationLight', sans-serif;
         font-weight: 600;
         text-shadow: 2px 1px #fff;
         position: absolute;
         color: #909497; 
      }

    .wfx_Gld_sq{
        z-index:32;
        padding:5px;
        cursor: pointer;
        user-select:none;
        border-style:solid;
        border-width: 2px;
        border-radius: 8px;
        line-height: 1.6;
        font-family:'SansationLight', sans-serif;
        font-weight: 600;
        text-align:center;
        position: absolute;
        color: #000;
        text-shadow: 2px 1px #fff;
        border-color:rgb(216,160,45);
        background-color:rgb(216,185,45); 
        }
    .wfx_Blu_sq{
        z-index:32;
        padding:5px;
        cursor: pointer;
        user-select:none;
        border-style:solid;
        border-width: 2px;
        border-radius: 8px;
        line-height: 1.6;
        font-family:'SansationLight', sans-serif;
        font-weight: 600;
        text-align:center;
        position: absolute;
        color: #fff;
        border-color:rgb(19,137,232);
        background-color:rgb(00,120,222); 
        }

    .wfx_Dis_sq{
        z-index:33;
        padding:5px;
        cursor: default;
        user-select:none;
        border-style:solid;
        border-width: 2px;
        border-radius: 8px;
        line-height: 1.6;
        font-family:'SansationLight', sans-serif;
        font-weight: 600;
        text-align:center;
        text-shadow: 2px 1px #fff;
        position: absolute;
        color: #909497; 
        border-color:#90a4ae;
        background-color:#cfd8dc; 
        }