*::-webkit-scrollbar {
  width: 6px;
  height: 4px;
}

*::-webkit-scrollbar-track {
  background: #232323;
  border-radius: 10px;
}

:root {
  scrollbar-color: #df2125 #232323;
  scrollbar-width: thin;
}

*::-webkit-scrollbar-thumb {
  background-color: #df2125;
  border-radius: 10px;
}

.newskin.dispositivi::-webkit-scrollbar {
  height: 0;
}

/*FONT*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");

.montserrat {
  font-family: "Montserrat", sans-serif;
}

* {
  font-family: "Montserrat", sans-serif !important;
}

body {
  display: none;
}

.ErrorBody {
  display: block;
}

.newskin #invalid-interface {
  display: none;
}

.newskin * {
  font-family: "Montserrat", sans-serif !important;
  transition: all 0.2s;
}

.newskin *:focus-visible {
  outline: none !important;
}

.newskin .StaticHover {
  background: none !important;
}

.newskin a {
  text-decoration: none !important;
}

.newskin .hamburger-icon-mobile,
.newskin .close-menu-mobile {
  display: none;
}

.newskin .GlobalGridViewPanelContent {
  background: #333 !important;
}

.newskin .ConfirmDialogTable,
.newskin .ConfirmDialogTable td {
  color: #333 !important
}

.newskin.GlobalBody,
.newskin .MainContentTable {
  background-color: #333 !important;
  /* background-color: #000 !important; */
}

.newskin .GlobalContentPanel {
  width: 89%;
  right: 0;
  position: absolute;
  background-color: #333333;
}

.newskin .MainContentPanel {
  background-color: unset !important;
  padding: 7px 5px 5px 12px !important;
}

.newskin .HistoryDetailsPanel,
.newskin .HistoryDetailsPanel tr {
  background: none !important;
}

.newskin .EmptySearchResultsSuggestionPanel {
  background: none !important;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid !important;
}

.newskin .MainContentLeftEdge,
.newskin .MainContentRightEdge,
.newskin .MainContentBottom,
.newskin #ctl00_ctl00_Image1,
.newskin #ctl00_ctl00_LogoImage,
.newskin [src="../../../App_Themes/Default/images/MainContent/MainContentBottomLeftCorner.png"],
.newskin [src="../../../App_Themes/Default/images/MainContent/MainContentBottomRightCorner.png"] {
  display: none !important;
}

.newskin [value="Medico Refertante"],
/*.newskin .multiSelectOptions label:nth-child(3) */
  {
  display: none;
}

.newskin .PatientSummaryTable {
  border: none !important;
  background: #242424 !important;
  margin: 6px 0;
  border-radius: 3px;
}

.newskin .GlobalGridViewEmptyText {
  color: #fff !important;
}

.newskin .MainContentTitleButtonPanel [type="image"] {
  border-radius: 30px;
}

.newskin .DialogTextBoxLabel {
  color: #fff !important;
}

.newskin .hamburger-icon {
  position: absolute;
  top: 10px;
  left: 215px;
  width: 22px;
  cursor: pointer;
}

.newskin .nolex-icon {
  visibility: hidden;
  position: absolute;
  width: 45px;
  cursor: pointer;
  top: 12px;
  left: -30px;
}

.newskin.collapse .GlobalContentPanel {
  width: 100%;
}

.newskin.collapse .hamburger-icon {
  left: 78px;
  transform: rotate(180deg);
}

.newskin.collapse .nolex-icon {
  left: 15px;
  visibility: visible;
}

.newskin.collapse #diagnostiche {
  width: 100%;
}

/*MENU*/

/* .main-menu {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}*/

.newskin .categoria-menu {
  padding: 1px;
  color: #fff;
  display: block;
  width: 100%;
  position: relative;
  left: 5px;
}

.newskin .voce-menu {
  display: block;
  font-size: 0.6vw;
  color: #fff;
  text-decoration: none;
  padding: 3px 15px;
  /* transition: all 0.2s; */
}

.newskin .voce-menu:hover {
  background: #444;
}

/* .MainMenuContent,
.DynamicMenu {
  display: none !important;
} */

/*TOP HEADER*/
.newskin .top-header {
  position: fixed;
  width: 100%;
  top: 0;
  height: 41px;
  background: #232323;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  z-index: 1;
  box-shadow: 0 0 5px 1px #343434;
}

.newskin .UserInformationPanel {
  /* visibility: hidden; */
  display: none;
  /* transition: all 0.3s; */
}

.newskin .top-header .utente-div:hover .UserInformationPanel {
  /* visibility: visible; */
  display: block;
}

.newskin .UserInformationPanel span {
  display: none;
}

.newskin #ctl00_Username {
  display: none !important;
  text-align: center;
  color: #fff;
  margin-left: 7px;
}

.newskin .AlertDetailsPanel {
  display: none !important;
}

/*AVVISI CRITICI SOTTO UTENTE*/
.newskin #ctl00_AlertIndicatorCell {
  display: none !important;
}

.newskin .utente-div {
  display: flex;
  align-items: center;
  padding-right: 30px;
}

.newskin .UserInformationPanel {
  position: absolute !important;
  top: 38px !important;
  right: 26px;
  background: #fff;
  margin-top: 5px;
  border-radius: 5px;
  box-shadow: 0 0 6px 0px #ff676761;
}

.newskin .UserInformationPanel:before {
  content: "\A";
  border-style: solid;
  border-width: 0 12px 10px 12px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  left: 25px;
  top: -6px;
}

.newskin .info-utente {
  width: 40px;
  position: fixed;
  right: 40px;
  top: 12px;
}

.newskin .info-utente span {
  color: #fff !important;
  padding-bottom: 5px;
}

.newskin .logo-utente {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: relative;
}

.newskin .light-dark-btn {
  padding: 4px;
  cursor: pointer;
  background: #fff;
  border-radius: 30px;
  right: 6px;
  position: relative;
  height: 22px;
  top: 6px;
}

.newskin .UserInformationPanel td td {
  display: block;
}

.newskin .SidebarInfoContainer {
  background: #222 !important;
  border: solid 1px #d2d2d21c !important;
}

.newskin .SidebarInfoContainer td {
  color: #fff !important;
}

.newskin .MainMenuPanel {
  background: none !important;
}

.newskin .MainContentTitle {
  background: none !important;
  padding-left: 14px !important;
}

.newskin .MainContentCorners {
  display: none !important;
}

.newskin .MainContentBorder {
  border: none !important;
}

.newskin .GlobalGridViewRow,
.newskin .GlobalGridViewAlternatingRow {
  border-bottom: solid 1px #ffffff42 !important;
}

.newskin.GlobalBody .GlobalGridViewSelectedRow,
.newskin.GlobalBody .GlobalGridViewSelectedRow td {
  background: #e02226 !important;
  height: 30px !important;
  color: #fff !important;
}

.newskin .GlobalGridViewSelectedRow .LogInfo {
  color: #fff !important;
}

.newskin .GlobalGridViewHeader,
.newskin .OverviewHeader {
  background: #333 !important;
}

.newskin .GlobalGridViewHeader th {
  padding: 5px 0;
}

/*BODY*/
/* .GlobalContentPanel tbody table:nth-child(2) {
  top: -30px !important;
  position: relative;
} */

.newskin [alt="Espandi Configura"] {
  display: none !important;
}

.newskin td {
  animation-name: fadeInUp;
  animation-duration: 0.3s;
}

.newskin .GlobalGridView tr:hover {
  background: rgb(44, 44, 44) !important;
}

.newskin .GlobalGridView span {
  color: #fff !important;
}

.newskin .icona-search {
  background: white;
  padding: 5px;
  border-radius: 50px;
  top: 3px;
  position: relative;
}

.newskin [valign="top"] {
  background-color: #333 !important;
}

.newskin .ToolbarButtonPanel div {
  border: none !important;
}

.newskin [src="../../App_Themes/Default/images/Controls/GridView/GridViewPagerTotalStudiesRight.png"],
.newskin [src="../../App_Themes/Default/images/Controls/GridView/GridViewPagerTotalStudiesLeft.png"],
.newskin [src="../../../App_Themes/Default/images/Controls/GridView/GridViewPagerTotalStudiesRight.png"],
.newskin [src="../../../App_Themes/Default/images/Controls/GridView/GridViewPagerTotalStudiesLeft.png"],
.newskin [src="../../../../App_Themes/Default/images/Controls/GridView/GridViewPagerTotalStudiesRight.png"],
.newskin [src="../../../../App_Themes/Default/images/Controls/GridView/GridViewPagerTotalStudiesLeft.png"] {
  display: none;
}

.newskin #ItemCountContainer_Chrome,
.newskin #ItemCountContainer_FF {
  padding: 5px !important;
  background: #282828 !important;
  width: 100% !important;
  border: none !important;
  box-shadow: 0 0 4px 0 #ffffffbf;
  border-radius: 30px;
}

.newskin #ItemCountContainer_Chrome span,
.newskin #ItemCountContainer_FF span {
  color: #fff !important;
}

.newskin .GlobalGridPager {
  background: #161c1e !important;
  padding: 7px;
}

.newskin .GlobalGridViewRow,
.newskin .GlobalGridViewAlternatingRow {
  position: relative;
  left: 3px;
}

.newskin .GlobalGridViewRow td,
.newskin .GlobalGridViewAlternatingRow td {
  height: 30px !important;
}

.newskin .GlobalGridView span,
.newskin .GlobalGridViewAlternatingRow {
  padding-right: 5px;
}

.newskin .CurrentPageContainer_Chrome,
.newskin .CurrentPageContainer_FF {
  background: none !important;
}

.newskin .CurrentPageContainer_Chrome input,
.newskin .CurrentPageContainer_FF input,
.newskin .GlobalGridPagerLink {
  border-radius: 30px;
  margin: 1px;
}

.newskin .GlobalGridPager [valign="top"] {
  background-color: #161c1e !important;
}

.newskin .SmallLink {
  background: #c90713 !important;
  border-radius: 30px;
  top: -3px;
  position: relative;
  padding: 0px 3px !important;
}

.newskin .SearchTextBox:focus {
  box-shadow: 0 0 6px 1px #ff000082;
}

.newskin .MainContentBorder td {
  padding: 0 !important;
}

.newskin .ToolbarButtonPanel {
  background: #161c1e !important;
  border: none !important;
}

.newskin .ToolbarButtons {
  padding: 7px !important;
  animation-name: fadeInLef;
  animation-duration: 2.4s;
}

.newskin .ToolbarButtons input {
  border-radius: 30px;
  /* transition: all 0.2s; */
}

.newskin .ToolbarButtons input:hover {
  box-shadow: 1px 1px 4px 0 #a7959591;
}

.newskin .DialogPanelContent,
.newskin .DeleteStudyReasonPanel,
.newskin .DeleteStudyReasonPanel tr,
.newskin .DeleteStudyReasonPanel td {
  background: #232323 !important;
}

.newskin .DeleteStudiesTableContainer th {
  color: #fff !important;
}

.newskin .DefaultModalDialogContent {
  background-color: #232323 !important;
  border: none !important;
  box-shadow: 0 0 1px 0px #fff;
}

.newskin .ConfirmationContent {
  background: #232323 !important;
}

.newskin .ConfirmationContent span {
  color: #fff !important;
}

.newskin .DefaultModalDialogTitleBarTitle {
  border-radius: 5px 5px 0 0;
  background: #992525 !important;
  border: none !important;
}

.newskin .DefaultModalDialogTitleBarTitle div {
  padding-top: 3px;
}

.newskin .DefaultModalDialogTitleBarRight,
.newskin .DefaultModalDialogTitleBarLeft {
  display: none !important;
}

.newskin .SearchPanelContent,
.newskin .SearchPanelContentWithoutTabs {
  background: #161c1e !important;
}

.newskin .SearchPanelContentWithoutTabs {
  border: none !important;
}

.newskin .PartitionPanel {
  background: #161c1e !important;
  border-top: solid 1px #a71919 !important;
}

.newskin .multiSelectOptions {
  background: #fff !important;
}

.newskin .LogInfo,
.newskin .MoreInfo {
  color: #f44336 !important;
}

.newskin [type="image"][disabled="disabled"] {
  height: 0;
  padding-top: 27px;
}

.newskin .ajax__tab_outer,
.newskin .ajax__tab_inner,
.newskin .ajax__tab_tab {
  background: #ba3333 !important;
  border-radius: 3px 3px 0 0;
  padding-top: 2px !important;
  border: none !important;
  color: #fff !important;
  margin-right: 3px;
}

.newskin .ajax__tab_active .ajax__tab_outer,
.newskin .ajax__tab_active .ajax__tab_inner,
.newskin .ajax__tab_active .ajax__tab_tab {
  background: #951414 !important;
}

.newskin .TabControl .ajax__tab_tab {
  color: #fff !important;
}

.newskin .ajax__tab_outer:hover {
  box-shadow: 0 0 2px 1px #ffffff4a;
}

.newskin .quickdate-div {
  position: relative;
  margin-top: -15px;
  left: 90%;
  width: 9%;
  display: flex;
  flex-direction: column;
}

.newskin .quickdate-div label {
  color: #fff;
}

/*Animazioni*/
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
