.smoke-base {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
}

.smoke-base.smoke-visible {
  opacity: 1;
  visibility: visible;
}

.smokebg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.smoke-base .dialog {
  position: absolute;
}

.dialog-prompt {
  margin-top: 15px;
  text-align: center;
}

.dialog-buttons {
  margin: 20px 0 5px 0
  margin: 20px 0 5px 0;
  display: flex;
  gap: 1rem;
  flex-direction: row-reverse;
}

/*.smoke {
  font-family: Menlo, 'Andale Mono', monospace;
  text-align: center;
  font-size: 22px;
  line-height: 150%;
}*/

/*.dialog-buttons button {
  display: inline-block;
  vertical-align: baseline;
  cursor: pointer;*/
  /*font-family: Menlo, 'Andale Mono', monospace;*/
  /*font-style: normal;
  text-decoration: none;
  border: 0;
  outline: 0;
  margin: 0 5px;
  -webkit-background-clip: padding-box;
  font-size: 13px;
  line-height: 13px;
  font-weight: normal;
  padding: 9px 12px;
}*/

.dialog-prompt input {
  margin: 0;
  border: 0;
  /*font-family: sans-serif;*/
  outline: none;
  /*font-family: Menlo, 'Andale Mono', monospace;*/
  border: 1px solid #aaa;
  width: 75%;
  display: inline-block;
  background-color: transparent;
  font-size: 16px;
  padding: 8px;
}

.smoke-base {
  background: rgba(0,0,0,.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#90000000,endColorstr=#900000000);
}

.smoke-base .dialog {
  top: 50%;
  width: 50%;
  left: 25%;
  
}

#popupForm >  .dialog {
  top: 0;
  width: 60%;
  left: 20%;
  
}

.smoke-base .dialog-inner {
  padding: 15px;

  color:#202020;
}

.smoke {
  background-color: rgba(255,255,255,0.95);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#ffffff);
	box-shadow: 0 2px 8px #666;
}


.dialog-buttons button {
  background-color: #008A90;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#222222,endColorstr=#222222);
  border-radius: 0;
  color: #ffffff;
}

button.cancel {
  background-color: rgba(0,0,0,.40);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#444444,endColorstr=#444444);
}

.queue{
	display:none;
}
.scrollabletextbox {
    height:150px;
    width:50%;
    /*font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;*/
    font-size: 82%;
    overflow:scroll;
    overflow-x: hidden;
    resize: none;
}

fieldset.fieldSetDatosProfesionales{
  border: 1px solid #008A90;
  border-style: outset;
  padding-left: 5%;
  padding-bottom: 5%;
}
fieldset.fieldSetDatosProfesionales>div>fieldset.fieldSetDatosProfesionales{
  border: 1px solid #008A90;
  border-style: dotted;
  padding-left: 5%;
  padding-bottom: 5%;
  margin-right: 5%;
}
.fieldSetDatosProfesionales>legend{
  width: 33%;
  margin-top: 2%;
  margin-left: 5%;
  padding: 0.2em 0.5em;
  border: none;
}

#myModal{
  display: hidden!important;
}

@media(max-width:1020px){
	
	.smoke-base .dialog {
	  top: 10%;
	  width: 100%;
	  left: 0;
  
	}
	
	#popupForm >  .dialog {
		width:100%;
		left:0;
		margin-left:0;
	}
	
}
