#auth-wrapper {
     /*background: #4CAF50;*/
     width: 70%;
     margin: auto ;
     
}

.div_main {
    width: 50%;
    margin: auto;
    margin-bottom: 15px;
}
.div_guid {
    width: 100%;
    display: flex;
}
.container input {
    width: 100%;
}

.container select {
    width: 100%;
}
.container textarea {
    width: 100%;
    height: 10em;
}
.div_auth {
     margin: 0 auto ;
    padding-top: 20px;
    width: 30%;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: appworkspace;
    border: solid blue 2px;
    z-index: 9;
    font-family: arial, serif;
}
.div_auth label {
    width: 50%;
    margin-left: 5px;
}
.div_auth input {
    width: 90%;
    margin-left: 5px;
}

.auth_submit {    
    margin-top: 5px;
}

#auth_btn {
    margin: 0 auto;
    display: block;
    margin-top: 10px;
}

#nsis_browse_opt {
    width: 100%;
    display: flex;
}
#nsis_docs {
    width: 100%;
    display: flex;
}

#nsis_doc_delete {
    width: 35px;
    height: 45px;
    color: red;
    font-weight: bold;
}
/*#custom_file_browse {*/
/*    width: 35px;*/
/*}*/
#guid_gen {
    width: 35px;
    height: 25px;
}
#loader {
    background: #fff;
    border-radius: 15px;
    position: fixed;
    z-index: 999999999;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 110%);
    transition: all 0.05s ease-in-out;
}
#loader .active {
    transform: translate(-50%, -50%);
    transition: all 0.1s ease-in-out;
}
.container {
    margin-top: 15px;
}

.container label {    
    font-weight: bold;    
}

.container_config label {    
    font-weight: bold;    
}

.container input{
    margin-top: 5px;
   
}

.container select {
    margin-top: 5px;
   
}

.space {
    display: block;
    width:100%;
    height:5px;
} 

#btn_generate {
     padding:10px;
      font-weight: bold;
}

.center {
  margin: auto;
  width: 60%;
  /*border: 3px solid #73AD21;*/
  padding: 10px;
}

/*----------------TAB----------------------*/

body, html {
  height: 100%;
  margin: 0;
  font-family: Arial;
}

/* Style tab links */
.tabLink {
  background-color: #555;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 25%;
}

.tabLink:hover {
  background-color: #777;
}

/* Style the tab content (and add height:100% for full page content) */
.tabContent {
  color: black;
  display: none;
  padding: 100px 20px;
  height: 100%;
}

/*----------------CONFIG----------------------*/

/* Style inputs */
  #configurator input[type=text], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

/* Style the submit button */
 #configurator input[type=submit] {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 30px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* Add a background color to the submit button on mouse-over */
#configurator input[type=submit]:hover {
  background-color: #45a049;
}

.toline {
    display: inline;    
}

#save_config {
    margin-top: 10px;
}

/*----------------blink------*/
.blink {
	-webkit-animation: blink 1s linear infinite; 
	animation: blink 2s linear infinite; 
	font-weight: bold; 
	color: #F00; 
}

@-webkit-keyframes blink { 
	0% { color: #F00; }
	50% { color: #FBB; }
	100% { color: #F00; }
}

@keyframes blink {  
	0% { color: #F00; }
	50% { color: #FBB; }
	100% { color: #F00; } 
}

/*-----------kill alert------------*/

.alert {
  padding: 20px;
  background-color: #f44336;
  color: white;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

.config_box {    
    background-color: #ebebe4;
    margin-top:20px;
    padding: 5px 5px 5px 10px;
    border-radius: 6px;
    
}

#mic-box{
    margin: 0 auto;
}

#btn_set_update {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 30px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
    
}

.update_label {
    /*color:#4CAF50;  */
    text-align: center;
}
.update_title {
    color: black;
    font-weight: bold;
}

/*------loader-----------*/

.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #4CAF50; /* Blue */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
  margin:0 auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#guids {
    display: inline;
    width: 90%;
    
}

#guid-delete { 
    display: inline;   
    margin-left: 5px;
    height: 40px;
    
}
.rms_box label{
    display: inline;    
}

.rms_box input{
    display: inline;    
}


/* Контейнер подсказок */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* Если вы хотите, чтобы точки под перемещаемым текстом */
}

/* Текст подсказки */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 400px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Расположите текст подсказки */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;

  /* Исчезают в подсказке */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Подсказка стрелка */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Отображение текста подсказки при наведении курсора мыши на контейнер подсказки */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltip-bottom {
    top: 135%;
    left: 50%;
    margin-left: -60px;
}

.bold-option {
    font-weight: bold;
  }
  
  
  /* 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;
}


.errol-alert {
    display: block;
    margin: 0 auto;    
    width: 100%;
    height: 20px;
    text-align: center;
    color: red;
     
}

.success-alert {
    display: block;
    margin: 0 auto;    
    width: 100%;
    height: 20px;
    text-align: center;
    color: green;
}
.space {
    display: block;
    width:100%;
    height:5px;
} 

.msg-box {
    display:block;
    background:chartreuse;
    height: 30px;
}

.msg-box span {
    margin: 0 auto;
    display: table;
    
}

.data-box {
    background:white;
}

.data-box h1 {
    margin: 0 auto;
    display: table;
    
}

#user_name {
     margin: 0 auto;
    display: table;    
}

table.dataTable.display tbody td {
    text-align: center;
}

td.details-control {
    background: url('../images/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.details td.details-control {
    background: url('../images/details_close.png') no-repeat center center;
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* 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 */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 30%;
}

/* 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;
}


.errol-alert {
    display: block;
    margin: 0 auto;    
    width: 100%;
    height: 20px;
    text-align: center;
    color: red;
     
}

.success-alert {
    display: block;
    margin: 0 auto;    
    width: 100%;
    height: 20px;
    text-align: center;
    color: green;
}

/* modal help */

 .input-container {
      display: flex;
      margin-bottom: 20px;
      width:100px;
    }

    .input-field {
      flex: 1;
    }

    .help-icon {
      margin-left: 10px;
      cursor: pointer;
    }

    .help-content {
      display: none;
      margin-top: 10px;
      background-color: #fff;
      border: 1px solid green;
      padding: 10px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      margin-bottom: 10px;
      
    }
    
    /*spoiler help*/
    
    summary {
      cursor: pointer;
      outline: none;
      
    }

    details {
      /*border: 1px solid #ccc;      
      border-radius: 5px;*/
      margin-bottom: 10px;
      padding: 5px;
    }

    details[open] {
      background-color: #f9f9f9;
    }



