h1{
    color:#95a5a6;
}

h4{
    color:#95a5a6;
}

.mycontainer{
    padding: 2%;
}

p{
    color:rgba(52, 73, 94,1);
    font-weight: bold;
}

.detailsDivNume{
    padding: 5px;
    color:rgba(52, 73, 94,0.5);
    
}
.detailsDivPlural{
    padding: 5px;
}
.detailsDivProps{
    
    padding: 5px;
    
}
.detailsDivBtnUpdate{
    
    padding: 5px;
  
}

.textEdit{
  display: none;
}

.associations{
  display: none;
}

.somespace{
    margin-bottom: 10px;
}

.errorMessage{
    color:#fe0000;
    display: none;
    font-size:10px;
}

.butonLoadingCreate{

    display: none;
}

.butonNormalCreate{
    display: block;
}

label {
    display: inline-block;
    width: 5em;
  }

  .object{
    display: none;
    
  }
  .apiKeyStyle{
    margin: auto;
    width: 30%;
  }
  .apiKeyBtn{
    margin-top: 4%;
  }
  .textBigger{
    font-size: 4rem;
    float: right;
    margin-bottom: 0px;
    color:#59DEFF;
  }

  .btn-primary {
    background-color: #ff7a59;
  border-color: #ff7a59;
}
  .form-control{
      border-radius: 8px;;
  }

  .statusVerifyError{
      padding: 5px;
      color:white;
      background-color:#fe0000;
      border-radius: 8px;
      text-align:center;
  }

  .statusVerifyOk{
    padding: 5px;
    color:white;
    background-color:#32ac01;
    border-radius: 8px;
    text-align:center;
}

  .text-muted {
    color: #000000!important;
  }

  .small ,small {
      font-weight: bold;
  }

  .theBorder{
      border: solid 1px red;
  }

  .apiCustomClass{
      display:flex;
      flex-direction: column;
      justify-content: center;
  }

  .just-center{
	display: flex;
	align-items: center;
 }
 
 .top-buffer { margin-top:20px; }
 .marginiSectiuni{
     margin-top: 10px;
     margin-bottom:20px;
 }

 
 .bgBtnColor{
  background-color: #ff7a59;
  border-color: #ff7a59;
}

 .btn-danger{
  background-color: #ff7a59;
  border-color: #ff7a59;
 }

 .btn-danger :hover{
  background-color: #ff7a59;
  border-color: #ff7a59;
 }
 .bg {
    /* The image used */
    background-image: url("/images/app.jpg");
  
    /* Full height */
    height: 100%; 
  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .btn-primary:hover{
    background-color: #ff7a59;
    border-color: #ff7a59;
  }

  body, html {
    height: 100%;
  }
  
  .fill { 
    min-height: 100%;
    height: 100%;
    justify-content: center;
    border: 2px solid red;
}
.fill2{
    margin-top: auto;
margin-bottom: auto;
}
.btnInstall{
    width: 200px;
    height: 40px;
    background-color: #f6d000;
    font-size: large;
    color: black;
    font-weight: bold;
}
.pAppText{
    font-size:small;
    text-align:center;
    color:white;
    font-weight: 4;
    font-family:"Helvetica Neue";
}

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

  #nh_general:hover {
    color:#CD59FF;
  }
  #nh_genral{
    text-decoration: underline;
  }

  input[type=checkbox] {
    display: none;
  }
   
  input[type=checkbox]:checked ~ label > img {
    transform: scale(2);
    cursor: zoom-out;
  }

  .checkEdit {
    display: none;
  }

  .form-select{

    background-position: right .75rem center;
    width: 100%;
    border-radius: 8px;
    padding: .375rem 1.75rem .375rem .75rem;
    border:1px solid #ced4da;
    height: calc(1.5em + .75rem + 2px);
  }

  