

* {
  box-sizing: border-box;
  }
  
  .card-table-two .table-responsive {
    
    width: auto;
  
  }


  @media only screen and (max-width: 400px) {
  /* Per a telèfons mòbils: */
  [class*="col-"] {
  width: 100%;
  }
  

  .small_slide{

    font-size: 10pt;

  }

  .user{

    display:block;

  }

  .use{

    display:none;

  }

  
  #style-6::-webkit-scrollbar-track
  {
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
  }

  #style-6::-webkit-scrollbar
  {
    width: 10px;
    background-color: #F5F5F5;
  
  }

  #style-6::-webkit-scrollbar-thumb
  {
    background-color: rgba(0, 89, 255, 0.596);	
    background-image: -webkit-linear-gradient(45deg,
                                              rgba(255, 255, 255, .2) 25%,
                          transparent 25%,
                          transparent 50%,
                          rgba(255, 255, 255, .2) 50%,
                          rgba(255, 255, 255, .2) 75%,
                          transparent 75%,
                          transparent);

  }


}
 

  @media only screen and (max-width: 767px) {
   


  .margin_row{

    margin-top:30px;

  }
  
  .user{

    display:none;

  }
    
  #style-6::-webkit-scrollbar-track
  {
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
  }

  #style-6::-webkit-scrollbar
  {
    width: 10px;
    background-color: #F5F5F5;
  
  }

  #style-6::-webkit-scrollbar-thumb
  {
    background-color: rgba(0, 89, 255, 0.596);	
    background-image: -webkit-linear-gradient(45deg,
                                              rgba(255, 255, 255, .2) 25%,
                          transparent 25%,
                          transparent 50%,
                          rgba(255, 255, 255, .2) 50%,
                          rgba(255, 255, 255, .2) 75%,
                          transparent 75%,
                          transparent);

  }

    }

  .row:after {
  content: "";
  clear: both;
  display: block;
  }
  

  
  @media only screen and (min-width: 768px) {
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
  
  

  .footer{

    background-color: white;

  }

.space{

  letter-spacing:20pt;

}
.row.row-sm{


margin-top: 30px;

}

.head_service {
  display: block;
  font-weight: bold;
  font-family: 'Archivo', Arial, sans-serif;
  color: #1c273c;
  margin:auto !important;
  
}

.body_service {
  display: block;
  font-weight: normal !important;
  margin:auto !important;
  font-family: 'Archivo', Arial, sans-serif;
  color: #1c273c;
}

.head_serveis{

  display: flex !important;
  
  
}

.link-invoice{

  margin-top: 6px;
  float:right;
}

.link-services{

  float:left;

}

.div_btn_logout{

  margin-top: 7px;
  cursor: pointer;
}

.logout_btn{
  cursor: pointer;

}

.full-screen-link{

  margin-top: 0px !important;

}

.contact-us{


  font-size: 17px !important;

}

.table-size{

  width: 25% !important;
  float:right;

}



#style-6::-webkit-scrollbar-track
{
  box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

#style-6::-webkit-scrollbar
{
  width: 10px;
  background-color: #F5F5F5;
 
}

#style-6::-webkit-scrollbar-thumb
{
  background-color: rgba(0, 89, 255, 0.596);	
  background-image: -webkit-linear-gradient(45deg,
                                            rgba(255, 255, 255, .2) 25%,
                        transparent 25%,
                        transparent 50%,
                        rgba(255, 255, 255, .2) 50%,
                        rgba(255, 255, 255, .2) 75%,
                        transparent 75%,
                        transparent);

}

.separation-bar{

  background-color:black;

}

#box 
{
  width: 100px;
  height: 100px;
  background-color: blue;
  }

  #ui_notifIt{
    
    cursor: default;
    opacity: 1;
    animation: fade 2s linear forwards;
  }


}


