.shadow
{
	position: fixed;
	top: 0;
	left: 0;
	BOX-SHADOW: 1px 1px 1px 1px rgb(0 0 0 / 25%);
    width: 100vw;
    height: 100vh;
    background-color: rgb(0 0 0 / 25%);
    z-index: -1;
}

.gradient
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background-image: linear-gradient(blue,rgb(0 0 0 /0%));
	z-index: -1;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 23px;
  width: 66.3px;

}

.centerHeader {

  display: block;
  color:white;
  text-shadow: 2px 2px black;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3px;
 text-align: center;
  font-weight: bold;
  font-size: 30pt;
 
   
}
.centerBelowHeader {

  display: block;
  color:white;
   text-shadow: 2px 2px black;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1px;
text-align: center;
  font-weight: bold;
  font-size: 11pt;
 
   
}
.fieldset {
   display: block;
   background-color:white;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 20px;
   width: 380px;
   margin-top: 9px;
   border-radius: 15px;
   
   box-shadow: 1px 1px 8px 1px black;


       padding-left: 20px;
       padding-right: 20px;
       padding-bottom: 18px;
         

-webkit-transition: width 0.5s  ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;


}

.mainForm
{
  width: 100%;
  max-width: 338px;
  float: left;

}

.resultForm {
    float: left;
    padding: 10px;
    border-left: 1px solid black;
    height: 337px;
    margin-left: 28px;
    display: none;
    min-height: 450px;
    line-height: 1.5;
}
.resultOtherFigures
{
    #margin-top: 9px;
    padding: 10px;
    height: 250px;
    #margin-left: 13px;
    
}

.resultComputeLabel
{
    margin-left: 10px;
    display: none;
   margin-bottom: 10px;
}

.result
{
   width: 300px;
}

.cmb
{
  display: block;

  margin-right: auto;
  width: 100%;
  font-size: 13pt;
    color: gray;
  border-radius: 5px;
 

}
.cmb1
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  font-size: 13pt;

  color: gray;
  border-radius: 5px;
 
}
.cmb2
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  font-size: 13pt;
  color: gray;
  border-radius: 5px;
 

}
.textBox
{
  display: block;
  width: 100%;
  margin: 0;
  font-size: 12pt;
  border-radius: 5px;
 border:  1px solid #aaa;
  text-align: right;
}

.ButtonCompute
{
   background-color: #0000ffbd;
  border: none;
  color: white;
  padding: 8px 40.8%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
 
  border-radius: 6px;
}

.compType,.amount,.prefrepayment,.prefFixedPricing
{
  width: 100% !important;
}

.ButtonPrint
{
   background-color: #0000ffbd;
  border: none;
  color: white;
  margin-left: 100px;
  padding: 8px 25%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
 
  border-radius: 6px;
}


.label
{
margin-top: 10px;
margin-bottom: 6px;
display: block;

}
.cmbMargin
{
margin-bottom: 4px;
display: block;
}

.grossincome,.propertyvalue
{
  display: none;
}

.remind
{
  width: 420px;
}

.space
{
  margin: 2px;
}

.loading
{
  display: none;
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  
   z-index: 999999;
   background-color: white;
   opacity: 0.7;
}

.loading-cont
{
  display: table;
  margin: auto;
  margin-top: calc(50vh - 62px);
  text-align: center;
  font-size: 18px;
}

.show
{
  width: 1188px;
}

@media only screen and (max-width: 1316px)  {
  .fieldset {
    width:360px !important;
    -webkit-transition: height 0.5s  ease-in-out !important;;
    -moz-transition: height 0.5s ease-in-out !important;;
    -o-transition: height 0.5s ease-in-out !important;;
    transition: height 0.5s ease-in-out !important;;
  }

  .show
{
  height: auto;
}


  .resultForm
  {
    margin: 0 !important;
    border: 0 !important;
    border-top: 1px solid black !important;
    width: 320px !important;
  }

  .remind
  {
    width: 320px !important;
    height: auto !important;
  }

  .resultForm.first
  {
    margin-top: 10px !important;
  }

  .ButtonPrint
  {
    margin: auto !important;
    display: block;
  }

}

.resultOtherFigures table
{
  width: 290px;
  margin-bottom: 15px;
}

.resultOtherFigures table td span
{
  margin:3px 0;
}

.resultOtherFigures table td:nth-child(2)
{
  text-align: right;
}

.eq,.gmi
{
  display: none;
}

.remind span
{
  margin: 8px 0;
}

@media print {
   .ButtonCompute,.ButtonPrint, .select2-selection__arrow
   {
    display: none !important;
   }

  .fieldset
  {
    width:360px !important;
  }

   .resultForm
  {
    margin: 0 !important;
    border: 0 !important;
    border-top: 1px solid black !important;
    width: 320px !important;
  }

  .remind
  {
    width: 320px !important;
    height: auto !important;
  }

  .resultForm.first
  {
    margin-top: 10px !important;
  }
}