/* 
 * Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
 * See LICENSE in the project root for license information.
 */

 html,
 body {
     width: 100%;
     height: 100%;
     margin: 0;
     padding: 0;
 }
 
 ul {
     margin: 0;
     padding: 0;
 }

 .button {
  display: inline-block;
        background-color: #054251f0;
        border-radius: 7px;
        border: 2px double #cccccc;
        color: #eeeeee;
        text-align: center;
        font-size: 18px;
        padding: 2px;
        width: 75px;
        cursor: pointer;
        margin: 5px;}
 
 .ms-welcome__header {
    padding: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: center;
 }

 .ms-welcome__main {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex: 1 0 0;
    flex: 1 0 0;
    padding: 10px 20px;
 }
 
 .ms-welcome__main > h2 {
     width: 100%;
     text-align: center;
 }
 
 .ms-welcome__features {
     list-style-type: none;
     margin-top: 10px;
 }

 .ms-firstrun-instructionstep__header {
   padding-left: 20px;
 }

 #loaddata {

   padding-left: 20px;
     }
     
#loaddata2{
  display: none;
  padding-left: 20px;
 
 
}
#loaddata3{
  visibility: hidden;
  display: flex;
    flex-wrap: wrap;
 
}

#loading{
  display: none;
 
}

#success
{
  display: none;
 
}

#Error{
  display: none;
 
}

.tabs_label{
  padding: 10px ;
  cursor: pointer;

}
.tabs_button{
  display: none;
}

.tabs_content{
  order: 1;
  width: 100%;
  
  line-height: 1.5;
  display: none;

}

.tabs_button:checked+.tabs_label {
  font-weight: bold;
  color: #009578;
  border-bottom: 2px solid #009578;
}
.tabs_button:checked+.tabs_label+.tabs_content{
  display: initial;
}
 
  
 .ms-firstrun-instructionstep__list {
   padding-left: 20px;
 }
 
 .ms-welcome__features.ms-List .ms-ListItem {
     padding-left: 20px;
     padding-bottom: 10px;
     display: -webkit-flex;
     display: flex;
 }
 
 .ms-welcome__features.ms-List .ms-ListItem > .ms-Icon {
     margin-right: 10px;
 }
 
 .ms-welcome__action.ms-Button--hero {
     margin-top: 30px;
 }
 
.ms-Button.ms-Button--hero .ms-Button-label {
  color: #0078d7;
}

.ms-Button.ms-Button--hero:hover .ms-Button-label,
.ms-Button.ms-Button--hero:focus .ms-Button-label{
  color: #005a9e;
  cursor: pointer;
}

b {
    font-weight: bold;
}



#tablefromat{
  overflow-y: auto;
  height: 200px;
  padding-left: 20px;
  padding-top: 20px;
  color:green;
 
}

.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 28px;
  
}

.form-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}
.form-container .btn {
  background-color: #04AA6D;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  
  margin-bottom:5px;
  opacity: 0.8;
}
.form-container .cancel {
  background-color: red;
}

.inputbox{
  width: 85%;
 

}

.ui-widget-header,.ui-state-default, ui-button{  
  background:#b9cd6d;  
  border: 1px solid #b9cd6d;  
  color: #FFFFFF;  
  font-weight: bold;  
}  

