* {
  -webkit-touch-callout: none;
  /* iOS Safari */
  /* Safari */
  /* Konqueror HTML */
  /* Firefox */
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

div#confirm::before {
  /*  content:url("../Dashborads/images/alert_icon.png");*/
  content: " Information ";
  top: 0px;
  position: absolute;
  bottom: 0px;
  font-size: 18px;
  /*text-align: left;*/
  height: 30px;
  width: 450px;
  box-sizing: border-box;
  left: 0;
  padding: 1%;
  background-color: #1a237e;
  color: white;
  font-weight: 500;
}

#confirm {
  display: none;
  font-size: 16px;
  background-color: whitesmoke;
  /*#33475b;*/
  color: black;
  /*box-shadow: inset 0px 0px 1px 2px rgba(26,35,126, 1), 0px 0px 5px 0px rgba(26,35,126, 1);rgba(0, 0, 0, 0.19);*/
  box-shadow: -1px 3px 10px 0.5px rgba(0, 0, 0, 0.2);
  /*border: 1px solid #1A237E;*/
  border-radius: 5px;
  position: fixed;
  width: 450px;
  height: 25%;
  left: 41%;
  top: 40%;
  cursor: pointer;
  alignment-baseline: use-script;
  margin-left: -100px;
  padding: 20px 20px 10px;
  box-sizing: border-box;
  text-align: center;
  -ms-transform: translate(-50%, -50%);
  z-index: 99;
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
}

#confirm button {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #ffc107;
  /*#33475b;*/
  color: white;
  /*border: 2.5px solid cornflowerblue;*/
  font-size: 14px;
  padding: 5px 30px;
  cursor: pointer;
  /*border-radius: 5px;*/
  text-align: center;
  color: white;
  text-decoration: none;
  z-index: 100;
  border: 0px solid white;
  box-sizing: border-box;
  width: 100px;
}

#confirm button:hover {
  /*color: white;*/
  background-color: rgba(255, 193, 7, 0.9);
  border: 0px solid #ffc107;
  /*box-shadow: -1px 3px 19px 2px  rgba(0,0,0,0.2);*/
  z-index: 100;
}

#confirm .message {
  text-align: center;
  cursor: pointer;
  z-index: 100;
  /*background: rgba(26,35,126, 1);*/
  margin-top: 15px;
  color: black;
  /*padding: 5px;*/
  /*font-weight: 500;*/
}

div#ok::before {
  content: "Confirmation";
  top: 0px;
  position: absolute;
  bottom: 0px;
  font-size: 18px;
  /*text-align: left;*/
  height: 30px;
  width: 450px;
  box-sizing: border-box;
  padding: 1%;
  left: 0;
  background-color: #1a237e;
  color: white;
  font-weight: 500;
}

div#okWithData::before {
  content: "Confirmation";
  top: 0px;
  position: absolute;
  bottom: 0px;
  font-size: 18px;
  /*text-align: left;*/
  height: 30px;
  width: 450px;
  box-sizing: border-box;
  padding: 1%;
  left: 0;
  background-color: #1a237e;
  color: white;
  font-weight: 500;
}

#ok {
  display: none;
  font-size: 16px;
  background-color: whitesmoke;
  /*#33475b;*/
  color: black;
  /*box-shadow: inset 0px 0px 1px 2px rgba(26,35,126, 1), 0px 0px 5px 0px rgba(26,35,126, 1);rgba(0, 0, 0, 0.19);*/
  box-shadow: -1px 3px 10px 0.5px rgba(0, 0, 0, 0.2);
  /*border: 1px solid #1A237E;*/
  border-radius: 5px;
  position: fixed;
  width: 450px;
  height: 25%;
  left: 41%;
  top: 40%;
  cursor: pointer;
  alignment-baseline: use-script;
  margin-left: -100px;
  padding: 20px 20px 10px;
  box-sizing: border-box;
  text-align: center;
  -ms-transform: translate(-50%, -50%);
  z-index: 99;
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
}

#ok button {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #ffc107;
  /*#33475b;*/
  color: white;
  /*border: 2.5px solid cornflowerblue;*/
  font-size: 14px;
  padding: 5px 30px;
  cursor: pointer;
  /*border-radius: 5px;*/
  text-align: center;
  color: white;
  text-decoration: none;
  z-index: 100;
  border: 0px solid white;
  box-sizing: border-box;
  width: 100px;
}

#ok button:hover {
  /*color: white;*/
  background-color: rgba(255, 193, 7, 0.9);
  border: 1px solid #ffc107;
  /*box-shadow: -1px 3px 19px 2px  rgba(0,0,0,0.2);*/
  z-index: 100;
}

#ok .message {
  text-align: center;
  cursor: pointer;
  z-index: 100;
  /*background: rgba(26,35,126, 1);*/
  margin-top: 15px;
  color: black;
  /*padding: 5px;*/
}

/*#ok {
    display: none;
    font-size: 14px;
    background-color: whitesmoke;#33475b;
    color: black;
    box-shadow: inset 0px 0px 1px 2px rgba(26,35,126, 1), 0px 0px 5px 0px rgba(26,35,126, 1);rgba(0, 0, 0, 0.19);
     box-shadow: -1px 3px 10px 0.5px rgba(0,0,0,0.2);
    border: 1px solid #1A237E;
    border-radius: 5px;
    position: fixed;
    width: 450px;
    height: 20%;
    left: 40%;
    top: 40%;
    cursor: pointer;
    alignment-baseline:  use-script;
    margin-left: -100px;
    padding: 20px 20px 10px;
    box-sizing: border-box;
    text-align: center;
    -ms-transform: translate(-50%, -50%);
   color: black;   #6e6e6e;
    animation-name: slideDown;
    -webkit-animation-name: slideDown;	
 
    animation-duration: 1s;	
    -webkit-animation-duration: 1s;

    animation-timing-function: ease;	
    -webkit-animation-timing-function: ease;	
    z-index: 100;
}
#ok button {
     position: absolute;
    top: 75%;
    left: 25%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #ffc107;#33475b;
    color: white;
    border: 2.5px solid cornflowerblue;
    font-size: 14px;
    padding: 5px 30px;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    color: white;
    background-color:  #006dcc;
    text-decoration: none;
    z-index: 100;
      border:0.5px solid white;
      box-sizing: border-box;
      width: 100px;
}

#ok button:hover
{
   color: white;
    background-color:  #006dcc;
    border: 2.5px solid cornflowerblue;
    box-shadow: -1px 3px 19px 2px  rgba(0,0,0,0.2);
   
    z-index: 100;
}
#ok .message {
    text-align: center;
    cursor: pointer;
    z-index: 100;
     background: rgba(26,35,126, 1);
    color: white;
    padding: 2px;
     
}*/
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  50% {
    transform: translateY(8%);
  }
  /*    65%{
        transform: translateY(-4%);
    }*/
  80% {
    transform: translateY(4%);
  }
  /*    95%{
        transform: translateY(-2%);
    }			*/
  100% {
    transform: translateY(0%);
  }
}

.backdrop {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0;
  bottom: 0;
  z-index: 90;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: none;
}

.Darkbackground {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 80;
}

#okWithData {
  display: none;
  font-size: 16px;
  background-color: whitesmoke;
  /*#33475b;*/
  color: black;
  /*box-shadow: inset 0px 0px 1px 2px rgba(26,35,126, 1), 0px 0px 5px 0px rgba(26,35,126, 1);rgba(0, 0, 0, 0.19);*/
  box-shadow: -1px 3px 10px 0.5px rgba(0, 0, 0, 0.2);
  /*border: 1px solid #1A237E;*/
  border-radius: 5px;
  position: fixed;
  width: 450px;
  height: 70%;
  /* min-height:25%; */

  left: 41%;
  top: 10%;
  cursor: pointer;
  alignment-baseline: use-script;
  margin-left: -100px;
  padding: 20px 20px 10px;
  box-sizing: border-box;
  text-align: center;
  -ms-transform: translate(-50%, -50%);
  z-index: 99;
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
}
#divWithData {
  position: fixed;
  width: 32%;
  overflow: auto;
  border: 1px solid lightslategray;
  max-height: 48%;
  font-size: 14px;
}
.data-buttons {
  position: fixed;
  left: 46.5%;
  top: 76%;
}
#okWithData button {
  /* position: absolute; */
  /* top: 85%; */
  /* left: 50%; */
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #ffc107;
  /*#33475b;*/
  color: white;
  /*border: 2.5px solid cornflowerblue;*/
  font-size: 14px;
  padding: 5px 30px;
  cursor: pointer;
  /*border-radius: 5px;*/
  text-align: center;
  color: white;
  text-decoration: none;
  z-index: 100;
  border: 0px solid white;
  box-sizing: border-box;
  width: 100px;
}

#okWithData button:hover {
  /*color: white;*/
  background-color: rgba(255, 193, 7, 0.9);
  border: 1px solid #ffc107;
  /*box-shadow: -1px 3px 19px 2px  rgba(0,0,0,0.2);*/
  z-index: 100;
}

#okWithData .message {
  text-align: center;
  cursor: pointer;
  z-index: 100;
  /*background: rgba(26,35,126, 1);*/
  margin-top: 15px;
  color: black;
  /*padding: 5px;*/
}

/* scroll bar style start  */
/* width 
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

 Track 
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
 Handle 
::-webkit-scrollbar-thumb {
  background: #fd7e14;#164a91; 
  border-radius: 5px;
}

 Handle on hover 
::-webkit-scrollbar-thumb:hover {
  background: #e91e63;#434343; 
}*/
/* scroll bar style end  */
/*# sourceMappingURL=MessageBox.css.map */


@media only screen and (max-width: 580px) {
  
  #confirm{
    width: 260px;
  }

  div#confirm::before {
      width: 260px;
    }
  

  div#ok::before {
      width: 270px;
  }
  
  #ok {
      width: 270px;
  }

  .message{
      font-size: 14px;
      line-height: 20px;
      padding-top: 10px;
  }
}