/* * {margin:0; padding:0;}
a * {border: 0;} 
body {
 	background-color: #d0defe;
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,.0), rgba(255,255,255,.3));
    background-image: -o-linear-gradient(left, rgba(255,255,255,.0), rgba(255,255,255,.3));
    background-image: -moz-linear-gradient(left, rgba(255,255,255,.0), rgba(255,255,255,.3));
    background-image: linear-gradient(left, rgba(255,255,255,.0), rgba(255,255,255,.3));
}
.pattern {background: #d0defe url(../images/bg.png) repeat;}

.footer {font-family:'Pontano Sans'; font-size:13px; color: #000; text-align:center; margin:20px 0 5px 0;}
.footer a {color: #000; text-decoration:none;}

.title {font-family:'Pontano Sans'; font-size:28px; margin:0 auto 20px auto; width:800px; padding:20px 0 20px 0; border: 1px #000 solid; background: rgba(255,255,255,0.5); text-align:center;}
.title_small {font-family:'Pontano Sans'; font-size:22px; text-align:center; margin:80px auto 0 auto; font-weight:bold; width:800px; padding:10px 0 10px 0; background: rgba(255,255,255,0.5);}
.copy {background: rgba(208,208,208,0.5); width:720px; padding:40px; margin:40px auto 0 auto;}
.mtxt {text-align:left; width:720px; color:#333;}
.mtxt_font {font-family:'Pontano Sans'; font-size:16px;} */


/* modal confermation--------------------------------------- */
.my-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 4; /* Sit on top */
    padding-top: 20%; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .my-modal-content {
    background-color: #fefefe;
    border-radius: 3px;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 480px;
   
  }
  
  .my-modal-content button {
    background-color: rgb(223, 231, 223);
    border: none;
    color: rgb(27, 24, 24);
    padding: 10px 20px;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
  }
  
  .my-modal-content button:disabled,
  .my-modal-content button[disabled]{
    color: #a9a9a9;
  }
  
  .my-modal-content a {
      /* background-color: #E4F5F8; */
      color: rgb(16, 144, 203);
      text-decoration: none !important;
  }
  
  .buttondiv {
      text-align: end;
      margin-top: 45px;
  }
  
  /* The Close Button */
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

  @media only screen and (max-width: 600px) {
    .my-modal-content {
      width: 100%;
    }
  }


  /* tooltip------------------------------------------------------- */

  .text-tool {
    position: relative;
    display: inline-block;
    margin-top: auto;
    margin-bottom: auto;
  }
  
.tooltiptextN {
    visibility: hidden;
    width: 300px;
    bottom: 121%;
    left: 50%; 
    margin-left: -152px;
    background-color:#000000d4;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    font-size: small;
  
    /* Position the tooltip */
    position: absolute;
    z-index: 2000;
  }
  
  .text-tool:hover .tooltiptextN {
    visibility: visible;
  }

.tooltiptextN::after {
    content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
  }
  

  /* ---------------------------------------------------------------------- */