html {
  font-size: 16px;
  scrollbar-base-color: var(--theme-scrollbar-color);
  scrollbar-3dlight-color: var(--theme-scrollbar-color);
  scrollbar-highlight-color: var(--theme-scrollbar-color);
  scrollbar-track-color: transparent;
  scrollbar-arrow-color: var(--theme-main-highlight-color);
  scrollbar-shadow-color: var(--theme-scrollbar-color);
  scrollbar-dark-shadow-color: #E8E7E5;
  /*scrollbar-width: thin;*/
  scrollbar-color: var(--theme-scrollbar-color) transparent;
}

body {
  font-family: var(--theme-font-family);
  font-size: 1rem;
  color: var(--theme-text-color);
  margin: 0 !important;
  padding: 0.25rem;
  box-sizing: border-box;
  background-color: var(--theme-body-background);
}

.TelerikModalOverlay {
	opacity: 1 !important;
	background-color: var(--theme-overlay-background) !important;
	backdrop-filter: blur(0.25rem) !important;
}
hr {
  height: 1px;
  border: 0;
  background-color: var(--theme-main-highlight-color);
}

/*::-webkit-scrollbar {
	width: 0.5rem;
	height: 0.5rem;
}

::-webkit-scrollbar-track {
	background-color: transparent;
}

::-webkit-scrollbar-track-piece {
	background-color: transparent;
}

::-webkit-scrollbar-thumb {
	background-color: var(--theme-scrollbar-color);
}

::-webkit-scrollbar-corner {
	background-color: var(--theme-scrollbar-color);
}

::-webkit-resizer {
	background-color: var(--theme-scrollbar-color);
}

::-webkit-scrollbar-button {
	color: #E8E7E5;
	background-color: transparent;
}*/

/*
::-webkit-scrollbar-button:horizontal:increment {
	background-image: url(../Metro/MainMenu/Img/scroll-arrow-right.png)
}

::-webkit-scrollbar-button:horizontal:decrement {
	background-image: url(../Metro/MainMenu/Img/scroll-arrow-left.png);
}

::-webkit-scrollbar-button:vertical:increment,
::-webkit-scrollbar-button:vertical:decrement,
::-webkit-scrollbar-button:horizontal:increment,
::-webkit-scrollbar-button:horizontal:decrement {
	width: 0.75rem;
	height: 0.75rem;
	background-repeat: no-repeat;
}

::-webkit-scrollbar-button:vertical:increment {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath transform='rotate(0 8 8)' d='M8 13.1l-8-8 2.1-2.2 5.9 5.9 5.9-5.9 2.1 2.2z'/%3E%3C/svg%3E");
}

::-webkit-scrollbar-button:vertical:decrement {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath transform='rotate(180 8 8)' d='M8 13.1l-8-8 2.1-2.2 5.9 5.9 5.9-5.9 2.1 2.2z'/%3E%3C/svg%3E");
}

::-webkit-scrollbar-button:horizontal:increment {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath transform='rotate(-90 8 8)' d='M8 13.1l-8-8 2.1-2.2 5.9 5.9 5.9-5.9 2.1 2.2z'/%3E%3C/svg%3E");
}

::-webkit-scrollbar-button:horizontal:decrement {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath transform='rotate(90 8 8)' d='M8 13.1l-8-8 2.1-2.2 5.9 5.9 5.9-5.9 2.1 2.2z'/%3E%3C/svg%3E");
}
*/

@-moz-document url-prefix(http://), url-prefix(https://) {
  scrollbar {
    -moz-appearance: none !important;
    background: rgb(0,255,0) !important;
  }

  thumb, scrollbarbutton {
    -moz-appearance: none !important;
    background-color: rgb(0,0,255) !important;
  }

    thumb:hover, scrollbarbutton:hover {
      -moz-appearance: none !important;
      background-color: rgb(255,0,0) !important;
    }

  scrollbarbutton {
    display: none !important;
  }

  scrollbar[orient="vertical"] {
    min-width: 15px !important;
  }
}

body.menu {
  background-image: url(Images/menu_logo.png);
  background-repeat: no-repeat;
}

a img {
  border: 0;
}

.no-click {
  pointer-events: none;
}

fieldset {
  border: 1px solid #D6D8C7;
}

/*top*/
.login-header,
.header {
  background-color: var(--theme-header-background-color);
  width: 100%;
  height: 3rem;
  display: block;
  position: relative;
}

.login-header {
  /*	background-color: var(--theme-login-background-color);*/
  background-color: transparent;
}

  .login-header .logo,
  .header .logo {
    font-size: 2.5rem;
    margin: 0.5rem;
    color: var(--theme-main-color);
    display: none;
  }

  .login-header .product,
  .header .product {
    /*Sovrascrivo eventuali personalizzazioni*/
    font-family: "Segoe UI",Tahoma, Verdana, Arial, Sans-serif !important;
    position: absolute;
    font-size: 3rem;
    background-image: linear-gradient(to right, var(--theme-main-highlight-color), var(--theme-main-background-color), var(--theme-main-color));
    background-repeat: repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    left: 1rem;
    float: left;
    font-weight: 200;
    line-height: 3rem;
    width: 30rem;
  }

  .login-header .product {
    background-image: linear-gradient(to right, var(--theme-login-highlight-color), var(--theme-login-background-color), var(--theme-login-color));
  }

    .login-header .product .version,
    .header .product .version {
      position: absolute;
      left: 17rem;
      top: 0.5rem;
      color: var(--theme-main-highlight-color);
      float: left;
      font-size: 1.25rem;
      line-height: 1.25rem;
      font-weight: normal;
      -webkit-text-fill-color: initial;
      background-clip: initial;
    }

  .login-header .claim,
  .header .claim {
    /*Sovrascrivo eventuali personalizzazioni*/
    font-family: "Segoe UI", Tahoma, Verdana, Arial, Sans-serif !important;
    float: left;
    position: absolute;
    left: 12rem;
    font-size: 1rem;
    white-space: nowrap;
    -webkit-text-fill-color: var(--theme-header-button-color);
    bottom: 0rem;
    line-height: 1rem;
    color: var(--theme-main-color);
    font-style: italic;
    text-shadow: 1px 1px 0 var(--theme-header-background-color), -1px 1px 0 var(--theme-header-background-color), -1px -1px 0 var(--theme-header-background-color), 1px -1px 0 var(--theme-header-background-color);
  }

  .login-header .claim {
    color: #fff;
    text-shadow: 1px 1px 0 var(--theme-login-background-color), -1px 1px 0 var(--theme-login-background-color), -1px -1px 0 var(--theme-login-background-color), 1px -1px 0 var(--theme-login-background-color);
  }

.header .logo-client {
  z-index: 100;
  position: absolute;
  left: 30rem;
  top: 0;
  height: 3rem;
}

  .header .logo-client img {
    max-height: 2.5rem;
    margin: 0.25rem;
  }

.fmp-top {
  height: 3rem !important;
}

  .fmp-top iframe#RAD_SPLITTER_PANE_EXT_CONTENT_fmp_top {
    height: 3rem !important;
  }

  .fmp-top.captions {
    height: 4rem !important;
  }

    .fmp-top.captions iframe#RAD_SPLITTER_PANE_EXT_CONTENT_fmp_top {
      height: 4rem !important;
    }

ul.app-bar-menu {
  list-style: none inside;
  margin: 0;
  padding: 0;
  float: right;
  display: flex;
  background-color: transparent;
  color: inherit;
}


  ul.app-bar-menu li {
    list-style: none !important;
    padding: 0.125rem;
  }

    ul.app-bar-menu li.separator {
      padding-right: 1rem;
      padding-left: 0;
    }

ul.toolbar li .ribbon-button .caption {
  display: none !important;
}

ul.toolbar li .ribbon-button.active {
  opacity: 1;
}

ul.app-bar-menu li button.ribbon-button {
  min-height: 2.25rem;
  min-width: 2.25rem;
  background-color: transparent;
  margin: 0;
  vertical-align: top !important;
  margin: 0.25rem;
  border-radius: 50%;
  border: 1px solid #999;
  border: 1px solid transparent;
  font-size: 1.5rem;
  padding: 0;
  background-color: rgba(var(--theme-main-color-rgb), 0.1);
  cursor: pointer;
}

  ul.app-bar-menu li button.ribbon-button::before {
    border-top: 0;
    /*background-color: rgba(var(--theme-main-button-color-rgb), .15);*/
    border-radius: 50%;
    width: 2.25rem;
    height: 2.25rem;
    display: inline-block;
    line-height: 2.25rem;
    color: var(--theme-header-button-color);
  }

  ul.app-bar-menu li button.ribbon-button span.caption {
    font-size: 0.6666rem;
    display: none;
    font-family: var(--theme-font-family);
    position: absolute;
    bottom: -1rem;
    margin-left: -3rem;
    width: 4rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  ul.app-bar-menu li button.ribbon-button.dropdown-toggle span.caption {
    bottom: -1.333rem;
  }

  ul.app-bar-menu li button.ribbon-button.opacity {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
  }

  ul.app-bar-menu li button.ribbon-button.user {
    background-color: var(--theme-main-highlight-color) !important;
  }

    ul.app-bar-menu li button.ribbon-button.user::before {
      content: '';
      font-size: 1rem;
      color: #fff !important;
    }




ul.app-bar-menu > li button.dropdown-toggle {
  position: relative;
}

  ul.app-bar-menu > li button.dropdown-toggle::after {
    display: block;
    position: absolute;
    vertical-align: middle;
    color: transparent;
    font-size: 0;
    content: "";
    height: .4rem;
    width: .4rem;
    background-color: transparent;
    border-left: 0.125rem solid;
    border-bottom: 0.125rem solid;
    border-color: var(--theme-header-button-color);
    top: 50%;
    left: 120%;
    margin-top: -.25rem;
    z-index: 2;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    -webkit-transform-origin: center center 1px;
    transform-origin: center center 1px;
  }

ul.app-bar-menu li:has(button.dropdown-toggle) {
  min-width: 4rem;
}

#top-dropdown-menu {
  display: block;
  min-height: 3rem;
  min-width: 10rem;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-shadow: var(--theme-box-shadow) !important;
  box-shadow: var(--theme-box-shadow) !important;
  border-radius: .25rem;
  padding: .5rem;
  border: 1px solid var(--theme-main-color) !important;
  -webkit-backdrop-filter: var(--theme-overlay-backdrop-filter);
  backdrop-filter: var(--theme-overlay-backdrop-filter);
  border: var(--theme-overlay-border) !important;
  background-color: var(--theme-overlay-background) !important;
  color: var(--theme-text-color) !important;
}


ul.app-bar-menu li button.ribbon-button.dropdown-toggle span.caption {
  bottom: -1.333rem;
}

ul.app-bar-menu.captions li button.ribbon-button span.caption {
  display: inline-block;
}

.header .projectName {
  vertical-align: middle;
  margin: auto;
  font-size: 1.25rem;
  color: var(--theme-header-button-color);
}
/**/

.user_image_file {
  width: 130px;
  height: 130px;
  border: solid 1px #CAC7AA;
  float: left;
  margin: 0px 10px 10px 0px;
  background-image: url(Images/user_image_file.png);
  background-repeat: no-repeat
}


.bar_image_menu,
.bar_image {
  /*background-image: url('Images/bar_background.png');       
	background-repeat:repeat-x; */
}

.menu_image {
  background-position: top left;
}

.header_logo,
.bar_ribbon,
.menu_ribbon {
  background-image: url('Images/bar_logo.png');
  background-repeat: no-repeat;
}

.header_logo {
  background-position: 0px 31px;
}

.bar_ribbon {
  background-position: 0px -13px;
  height: 32px;
  width: 50px;
  border-width: 0px;
  cursor: pointer;
}

.menu_ribbon {
  background-position: 0px -45px;
  background-repeat: no-repeat;
  /*padding: 0px;
	padding-top: 30px;
	margin-left:5px;
	float:right;*/
  height: 30px;
  width: 50px;
}

.header_logo,
.bar_ribbon,
.menu_ribbon {
  margin-left: 10px;
}

.bar_image_menu {
  background-position: 0px 0px;
  height: 28px;
  width: 100%;
}

.bar_image {
  /*background-position: -250px 0px;*/
  padding-left: 10px;
}

.barUser {
  height: 28px;
  margin-top: 0.25rem;
  border-top: 0.125rem solid #E4AD34;
  background-color: #ffffff;
}

.barUserTabLeft,
.barUserTab,
.barUserTabRight {
  /*background-image: url('Images/barUserTab.gif');*/
}

.barUserTabLeft {
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 0.125rem;
}

.barUserTab {
  padding-left: 10px;
  padding-right: 10px;
  background-repeat: repeat-x;
  background-position: 0px -30px;
  white-space: nowrap
}

.barUserTabRight {
  background-repeat: no-repeat;
  background-position: 0px -60px;
  width: 0.125rem;
}
/*Controlli */


/*img { behavior: url(pngHack.htc) ;
}*/
td {
  font-family: var(--theme-font-family);
  font-size: var(--theme-font-size);
  color: var(--theme-text-color);
}

.header_button_over {
  border-bottom: 1px solid #666666;
}

.header_button_out {
}

.header_logo {
  width: 330px;
}

.header_image {
  /*background-image: url('Images/header_image.png');       
	background-repeat:no-repeat;       */
}

.footer_bg {
  /* background-image: url('Images/footer_background.png'); */
  border-top: 0.25rem solid #D2D0CB;
  margin: 0px 0.25rem !important;
}

.footer_image {
  background-image: url('Images/footer_image.png');
  background-repeat: no-repeat;
  background-position: top right;
}

.header_bg {
  /*-image: url('Images/header_background.png'); */
}

a,
a:link,
a:visited,
a:active {
  font-family: var(--theme-font-family);
  /*font-size: 1rem;*/
  color: var(--theme-text-color);
}

a {
  text-decoration: none;
}


  a:hover {
    text-decoration: underline;
  }

.headtitle {
  font-family: var(--theme-font-family);
  font-size: 30px;
  font-weight: 100;
  color: var(--theme-text-color);
}
/*img { behavior: url(pngHack.htc) ;
}*/
td {
  font-family: var(--theme-font-family);
  font-size: var(--theme-font-size);
  color: var(--theme-text-color);
}

.header_button_over {
  border-bottom: 1px solid #666666;
}

.header_button_out {
}

.header_logo {
  width: 330px;
}

.header_table {
  background-image: url(Images/header_background.png);
  background-color: #4499A0;
}

.bar_table {
  background-image: url(Images/bar_background.png)
}

.login_table {
  background-image: url(Images/login_background.png);
  color: #ffffff;
}

.login_projectName {
  font-size: 20px;
  font-family: var(--theme-font-family);
  color: #ffffff;
  font-weight: normal;
}

.login_textbox {
  width: 200px;
  background: url(Images/login_textbox.png) no-repeat;
  font-family: var(--theme-font-family);
  border: 0;
  padding: 3px 0px 0px 5px;
  height: 24px;
  color: #144059;
}

.login_textbox-Disabled {
  width: 200px;
  background: url(Images/login_textbox-Disabled.png) no-repeat;
  font-family: var(--theme-font-family);
  border: 0;
  padding: 3px 0px 0px 5px;
  height: 24px;
  color: #144059;
}

.login_table td {
  color: #ffffff;
  font-size: 13px;
}

.login_body {
  background-color: #ffffff;
}

.login_hr {
  background-color: #B8DDE5;
}

.btn_up,
.btn_down,
.btn_left,
.btn_right,
.btn_leftAll,
.btn_rightAll,
.btn_asc,
.btn_desc {
  margin-top: 1px;
  height: 24px;
  width: 25px;
  background-position: 0px 0px;
}

.btn_up, .btn_up-hover, .btn_up-disabled {
  background: url(Images/btn_up.png) no-repeat;
}

.btn_down, .btn_down-hover, .btn_down-disabled {
  background: url(Images/btn_down.png) no-repeat;
}

.btn_left, .btn_left-hover, .btn_left-disabled {
  background: url(Images/btn_left.png) no-repeat;
}

.btn_right, .btn_right-hover, .btn_right-disabled {
  background: url(Images/btn_right.png) no-repeat;
}

.btn_leftAll, .btn_leftAll-hover, .btn_leftAll-disabled {
  background: url(Images/btn_leftAll.png) no-repeat;
}

.btn_rightAll, .btn_rightAll-hover, .btn_rightAll-disabled {
  background: url(Images/btn_rightAll.png) no-repeat;
}

.btn_asc, .btn_asc-hover, .btn_asc-disabled {
  background: url(Images/btn_asc.png) no-repeat;
}

.btn_desc, .btn_desc-hover, .btn_desc-disabled {
  background: url(Images/btn_desc.png) no-repeat;
}

  .btn_up:hover, .btn_up-hover,
  .btn_down:hover, .btn_down-hover,
  .btn_left:hover, .btn_left-hover,
  .btn_right:hover, .btn_right-hover,
  .btn_leftAll:hover, .btn_leftAll-hover,
  .btn_rightAll:hover, .btn_rightAll-hover,
  .btn_asc:hover, .btn_asc-hover,
  .btn_desc:hover, .btn_desc-hover {
    margin-top: 1px;
    height: 24px;
    width: 25px;
    background-position: 0px -24px;
  }

.btn_up-disabled,
.btn_down-disabled,
.btn_left-disabled,
.btn_right-disabled,
.btn_leftAll-disabled,
.btn_rightAll-disabled,
.btn_asc-disabled,
.btn_desc-disabled {
  height: 24px;
  width: 25px;
  background-position: 0px -48px;
}

.textbox {
  background-color: #FFFFFF;
  font-family: var(--theme-font-family);
  font-size: 1rem;
  color: var(--theme-text-color);
  border: #000000 1px solid;
}

select {
  /*height:100%;*/
  width: 100%;
  background-color: #FFFFFF;
  font-family: var(--theme-font-family);
  font-size: 1rem;
  color: var(--theme-text-color);
  border: #000000 1px solid;
}

.labelBold {
  font-family: var(--theme-font-family);
  font-size: 1rem;
  font-weight: bold;
  color: var(--theme-text-color);
}


.tbtextarea {
  font-family: var(--theme-font-family);
  font-size: 1rem;
  color: var(--theme-text-color);
  background-color: var(--theme-body-background);
  text-align: left;
  border: 1px solid #D6D8C7;
  vertical-align: top;
  width: 98%;
}



.tbwincalendar {
  font-family: var(--theme-font-family);
  font-size: 1rem;
  color: var(--theme-text-color);
  background-color: #D3DCB6;
  text-align: right;
  border: 1px solid #000000;
  height: 18px;
  width: 150px;
}

.tbwintextarea {
  font-family: var(--theme-font-family);
  font-size: 1rem;
  color: var(--theme-text-color);
  background-color: #D3DCB6;
  text-align: left;
  border: 1px solid #000000;
  height: 18px;
  width: 150px;
}

.selectmultiple {
  font-family: var(--theme-font-family);
  font-size: 1rem;
  color: var(--theme-text-color);
  border: 1px solid #000000;
  scrollbar-face-color: #E9E9E9;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-shadow-color: #E9E9E9;
  scrollbar-3dlight-color: #DBDBDB;
  scrollbar-arrow-color: #787878;
  scrollbar-track-color: #F5F5F5;
  scrollbar-darkshadow-color: #AEAEAE;
}

.helptitle {
  font-family: var(--theme-font-family);
  font-size: 13px;
  font-weight: bold;
  color: var(--theme-text-color);
}


/* WIZARD STYLES */
.TabPage {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  border-right: #000000 1px solid;
  border-left: #000000 1px solid;
  border-bottom: #000000 1px solid;
  border-top: buttonface 1px solid;
  text-align: left;
}

.help_topic {
  display: none;
  visibility: hidden;
}

.deleteButton,
.clearButton {
  width: 1.25rem;
  height: 1.25rem;
  border-style: none;
}

  .deleteButton::before,
  .clearButton::before {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    color: initial;
    text-indent: initial;
    font-size: 1rem;
    font-family: 'fif' !important;
    content: "\ebd5" !important;
  }

/* codice sorgente*/

.sourceCode,
.descriptionCode {
  width: 99%;
  padding: 10px 5px 5px 5px;
  margin-top: 5px;
  border: solid 1px #E0E0E0;
}

.sourceCode {
  background: #F7F7F7 url('Images/SourceCodeBg.gif') no-repeat;
  margin-bottom: 20px;
}

.descriptionCode {
}

.sourceCode code {
  color: #000;
}

/*statistics*/
.Statistic_Default {
  display: block;
  font-size: var(--theme-font-size);
  /*width: 98%;*/
  margin: 5px;
  white-space: nowrap;
  clear: both;
  color: #7E7059;
  vertical-align: bottom;
}

  .Statistic_Default label {
  }

  .Statistic_Default .stats,
  .Statistic_Default .itemValue,
  .Statistic_Default .itemValue a {
    font-size: 24px;
    /*font-weight:bold;
	padding-right:5px;*/
    color: var(--theme-text-color);
    display: block;
  }


/*Wizard*/
.atWizardStep {
  width: 100%;
}

  .atWizardStep td {
    padding: 0px;
    margin: 1px;
    /*hack border per IE nel wizard/*/
    border: 1px solid transparent;
  }

/*Fast Menu*/
.atFastMenuV,
.atFastMenuSeparatorV {
  word-wrap: break-word;
  text-align: left;
  display: block;
  margin: 0.125rem 0px 0.125rem 0px;
  padding: 1px;
  font-size: 9px;
  width: 80px;
}

.atFastMenuV {
  min-height: 32px;
  vertical-align: middle;
}

  .atFastMenuV input {
    float: left;
    margin: 1px;
    border: 1px solid transparent;
  }

.atFastMenu,
.atFastMenuSeparator {
  float: left;
  word-wrap: break-word;
  text-align: center;
  display: block;
  margin: 0px 0.125rem 0px 0.125rem;
  padding: 1px;
  font-size: 9px
}

.atFastMenu {
  width: 45px;
  min-height: 70px;
  display: inline-block;
}

  .atFastMenu input {
    margin: 1px;
    border: 1px solid transparent;
  }

.atFastMenuSeparator {
  width: 0.125rem;
  height: 50px;
  border-left: 1px dotted #D8D7C2;
  border-right: 1px dotted #D8D7C2;
}

.atFastMenuSeparatorV {
  height: 0.125rem;
  border-top: 1px dotted #D8D7C2;
  border-bottom: 1px dotted #D8D7C2;
}

/*chevron*/

[class^=chevron-] {
  border: solid var(--theme-main-color);
  border-width: 0 .125rem .125rem 0;
  display: inline-block;
  padding: .25rem;
}

.chevron-down {
  transform: translate(0, -25%) rotate(45deg);
}

.chevron-up {
  transform: translate(0, 25%) rotate(-135deg);
}

.chevron-left {
  transform: rotate(135deg);
}

.chevron-right {
  transform: rotate(-45deg);
}
/*iframe per radwindow*/
iframe:has(+div.RadWindow) {
  opacity: 0.0;
  background: transparent;
  color: transparent;
  pointer-events: none;
  visibility: hidden;
}

.atControl {
}

  label[for].atControl.label-top,
  .atControl label[for].label-top {
    color: var(--theme-controls-label-color);
    white-space: break-spaces;
    overflow: hidden;
    font-size: .75rem;
    display: block;
    min-height: 1.125rem;
  }

  label.atControl,
  .atControl label {
    margin-bottom: 0 !important;
    /*color: rgba(var(--theme-text-color-rgb),0.7);*/
  }
