/* Para Ecrâs com dimensão maior que 801px */ /*@media only screen and (min-width: 800px) {}*/ /* @media screen and (max-width : 8000px) {   #root-folder-content {   width: calc(98% - 245px);  }  } */ /* @media screen and (min-width : 1500px) {   #root-folder-content {   width: calc(98% - 245px);;  }  }  */ @media screen and (min-width : 1300px) {  #root-folder-content, #root-folder-content-bar, #root-folder-search-field {   width: calc(99% - 245px);  }   #root-folder-search-field input[type="search"] {      width: calc(100% - 150px);  } }  /* @media screen and (min-width : 1200px) {   #root-folder-content {   width: calc(98% - 245px);;  } } */ @media screen and (max-width : 1100px) {  #root-folder-search-field input[type="search"] {      width: calc(100% - 110px);  }  }  /* @media screen and (min-width : 1000px) {   #root-folder-content {   width: calc(98% - 245px);  } } /* @media screen and (max-width : 90px) {  } */ @media screen and (min-width: 951px) { }  @media screen and (max-width: 950px) { }  @media screen and (max-width: 700px) { }   @media screen and (min-width: 600px) {  .formulario-registo .form-white-background{ width: 570px !important; } }   @media screen and (max-width: 600px) {  .formulario-registo .form-white-background { width: unset !important; }  .formulario-registo .form-row { width: 100% !important; }  .formulario-registo input:not(#submit) { width: 50% !important; min-width: 200px; }   .formulario-registo select { width: 50% !important; min-width: 200px; }   .formulario-registo .form-row > label span { width: 25% !important; padding: 0px 5px; }  .formulario-registo .form-row-submit { text-align: unset !important; }  .formulario-registo .form-row-submit span.login { width: 40% !important; }  .fullname-hide { display: none !important; }  .shortname-show { display: block !important; } }  /*@media screen and (max-width : 400px) {}*/  