﻿.edc_bullet {
  width: 14px;
  height: 14px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  border-radius: 7px;
  display: inline-block;
  margin: 2px;
}

  .edc_bullet.yellow {
    background-color: #f8de04;
  }

  .edc_bullet.red {
    background-color: #f24841;
  }

  .edc_bullet.green {
    background-color: #00ad5d;
  }

  .edc_bullet.blue {
    background-color: cornflowerblue;
  }

  .edc_bullet.grey {
    background-color: #999999;
  }

  .edc_bullet.blank {
    width: 12px;
    height: 12px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    border: solid 1px #d1d1d1;
    background-color: white;
  }

.edc_bullet_hover {
  width: 75px;
  height: 22px;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  padding-top: 1px;
  box-sizing: border-box;
  display: block;
}

  .edc_bullet_hover:hover {
    box-shadow: 0 0 4px 2px #d1d1d1;
  }

  .edc_bullet_hover.no_hover:hover {
    box-shadow: unset;
  }

  .edc_bullet_hover a {
    vertical-align: top;
  }

.verification_started {
  background-color: #d1d1d1;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
}

.vertical_text {
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  /*writing-mode: tb-rl;*/
  width: 13px;
  cursor: pointer;
}

.hidden_field {
  display: none;
}

.top_form_edc_info_line {
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffffff;
  display: block;
  min-height: 48px;
  margin: 10px;
}

.top_form_edc {
  transition-property: margin-top;
  transition-duration: 0.2s;
  background-color: #f1f1f1;
  display: block;
  min-height: 155px;
  min-width: 100%;
  z-index: 5;
}

  .top_form_edc.stickytop {
    margin-top: -36px;
    position: fixed;
    top: 0;
  }

  .top_form_edc.stickytop_line {
    margin-top: 0px;
    top: 0;
    position: fixed;
    top: 45px;
    -webkit-box-shadow: 0 8px 6px -6px #abaaaa;
    -moz-box-shadow: 0 8px 6px -6px #abaaaa;
    box-shadow: 0 8px 6px -6px #abaaaa;
  }

.form_edc_content_full {
  background-color: #f1f1f1;
}

.form_edc_content {
  margin-left: 10px;
  margin-right: 10px;
  background-color: white;
  margin-top: 160px;
}


@media screen and (max-width: 1680px) {
  .form_edc_content {
    margin-top: 180px;
  }
}

@media screen (min-width: 806px) and (max-width: 921px) {
  .form_edc_content {
    margin-top: 220px;
  }
}

@media screen and (max-width: 805px) {
  .form_edc_content {
    margin-top: 230px;
  }
}

.form_edc_content_layout_table {
  /*width: max-content !important;
    width: -moz-max-content !important;*/ /* mozilla firefox*/
}

_.form_edc_content_layout_table_main_row {
  vertical-align: top;
}

.form_edc_content_layout_table_right {
  vertical-align: top;
}

.form_edc_content_layout_table_left {
  vertical-align: top;
}

/* disabled Nulltext */
.form_edc_content_layout_table_main input[disabled],
.form_edc_content_layout_table_main textarea[disabled] {
  color: #888888;
}


.top_form_edc_info_line_text {
  margin-left: 0px;
  font-family: Roboto;
  font-size: 14px;
  line-height: 48px;
  letter-spacing: 0.1px;
  text-align: left;
  color: #888888;
  font-weight: 400;
}



.top_form_edc_info_line_text_val {
  margin-left: 7px;
  font-family: Roboto;
  font-size: 14px;
  line-height: 47px;
  letter-spacing: 0.1px;
  text-align: left;
  color: #373737;
  font-weight: 700;
}

  .top_form_edc_info_line_text_val.info {
    margin-left: 0;
    line-height: unset;
    font-weight: 500;
    text-decoration: underline;
  }

.top_form_edc_info_form_selection {
  min-height: 50px;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

.top_form_edc_info_queries {
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  background-color: #ffffff;
  display: block;
  min-height: 46px;
  margin-left: 10px;
  margin-right: 10px;
  border-bottom: 1px Solid #f1f1f1;
}

.top_form_edc_info_line_dropdown_caption {
  margin-left: 40px;
  font-family: Roboto;
  font-size: 14px;
  letter-spacing: 0.1px;
  text-align: left;
  color: #888888;
  font-weight: 400;
  padding: 0px;
}

.top_form_edc_info_line_dropdown_caption_cell {
}

.top_form_edc_info_line_dropdown {
  border: 0px;
  font-weight: 500;
  font-family: Roboto;
  font-size: 14px;
  color: #373737;
}

.top_form_edc_info_line_dropdown_div {
  display: inline-block;
  height: 21.5px;
}

.top_form_edc_info_line_dropdown_button {
  /*border: 1px #BBBBBB solid;*/
}

.form_edc_content {
  -ms-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  background-color: #ffffff;
  margin-left: 10px;
  margin-right: 10px;
}

.Partial_Date .active_nulltext .flex-textbox {
    color: #888888;
}

.headroom--pinned {
  transform: translateY(0);
}

.headroom {
  transition: transform .25s ease-in-out;
  will-change: transform;
}

.header_edc--fixed {
  position: fixed;
  z-index: 10;
  right: 0;
  left: 0;
  top: 0;
}

.header_edc {
  background-color: #3A4046;
  display: block;
  min-height: 45px;
  white-space: nowrap;
}


.breadcrumbs_edc {
  font-family: Roboto;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-align: left;
  color: #FFFFFF;
  margin-left: 10px;
  background-color: #3A4046;
  overflow-x: hidden;
  display: inline-block;
  margin-left: 21px;
}

  .breadcrumbs_edc span {
    display: inline-block;
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
  }

  .breadcrumbs_edc .more {
    margin-left: 5px;
    margin-right: 5px;
  }

  .breadcrumbs_edc a,
  .breadcrumbs_edc a:link
  .breadcrumbs_edc a:visited {
    color: #D9D9D9;
    text-decoration: none;
    overflow-x: hidden;
  }
    /* mouse over link, selected link  */
    .breadcrumbs_edc a:hover,
    .breadcrumbs_edc a:active {
      color: #FFFFFF;
    }

.headroom {
  transition: transform 200ms linear;
  -webkit-transition: transform 200ms linear;
}

.headroom--pinned {
  -webkit-transform: translateY(0%);
}

.headroom--unpinned {
  -webkit-transform: translateY(-100%);
}

.PrevNextButtons {
  display: inline-block;
  margin-top: 7px;
  line-height: 30px;
  vertical-align: top;
  float: right;
  margin-right: 12px;
}

.TreeButton {
  display: inline-block;
  margin-top: 0px;
  line-height: 30px;
  vertical-align: top;
  /* margin-right: 12px; */
}

.QueryHistory {
  margin-top: 0px;
  display: inline-block;
  line-height: 30px;
  vertical-align: top;
  margin-right: 12px;
  margin-left: 12px;
}

  .QueryHistory a {
    color: black;
  }

.query_history-item > div {
  padding: 0 !important;
  opacity: 1;
  color: #373737;
}

.query_history-item {
  padding: 5px;
}

.query_history-item-hover img {
  -webkit-filter: brightness(0.7);
  -moz-filter: brightness(0.7);
  -o-filter: brightness(0.7);
  filter: brightness(0.7);
}

.query_history-item-hover {
    background-color: #e1e1e1 !important;
    color: #000 !important;
    padding: 5px;
    border-radius: 3px;
}

.query_history-item-disabled {
  color: #373737 !important;
}

.Forms_dropdown_div {
    margin-top: 0px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

  .Forms_dropdown_div .dxbButton_Material {
    padding-top: 3px;
    padding-bottom: 3px;
  }

    .Forms_dropdown_div:hover {
        background-color: #e1e1e1 !important;
    }

.top_form_edc_info_queries .TblBtn {
  /*margin-top: -10px;*/
  margin-bottom: -5px;
}

.BtnGray.toolbar_btn_gray {
  background-color: transparent !important;
  border: solid 0px #d1d1d1 !important;
  /* width: 28px  !important; */
  /* height: 28px; */
  /* border-radius: 3px  !important; */
  /* min-width: 28px !important; */
  /* color: #888888  !important; */
  padding-right: 8px !important;
  padding-left: 8px !important;
  margin-left: 7px !important;
}

  .BtnGray.toolbar_btn_gray:hover {
    background-color: #d1d1d1 !important;
  }

    .BtnGray.toolbar_btn_gray:hover img {
      -webkit-filter: brightness(0.7);
      -moz-filter: brightness(0.7);
      -o-filter: brightness(0.7);
      filter: brightness(0.7);
    }

.toolbar_btn_gray.dxbButton_Material div.dxb {
  padding: 5px !important;
  border: 0px solid transparent !important;
}

  .toolbar_btn_gray.dxbButton_Material div.dxb span.dx-vam {
    padding: 0 !important;
  }

.toolbarfluentwrapper {
  /*position: relative;
    float: right;
    margin-bottom: -38px;
    margin-top: 24px;
    margin-right: 24px;*/
}
/*не даем безмерно расширять Select popup*/
.dxpcLite_Material.dxpc-mainDiv {
  max-width: 1200px !important;
}

.pnlGrdUpdater {
  overflow-x: auto;
  clear: both;
}
/*edit popup пусть в экран помещается*/
.dxgvPopupEditForm_Material {
  overflow-y: auto;
  max-height: 80vh;
}

/*.dxeButtonEditButton_Material {
    border: solid thin lightgray;
}*/

.dxeMemoEditAreaSys /*, textarea fix*/ {
  /*border: 1px solid #DCDCDC;
    border-radius: 3px;*/
}

.QueryDialogControl_queryMessageContainer {
  border-bottom: 1px solid #bbbbbb
}

  .QueryDialogControl_queryMessageContainer:last-child {
    border: 0
  }

.QueryDialogControl_queryStatus {
  float: right;
}

.mass_approve_line {
  margin-bottom: 6px;
}

.mass_approve_line_cell {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

.mass_approve_label_links {
  color: red;
}

.form_edc_content_layout_table_errors,
.form_edc_content_layout_table_main .dxeErrorCell_Material,
.form_edc_content_layout_table_main .dxeErrorCell_Material.dxeNoBorderTop {
  padding: 2px 0px;
  position: absolute; /*чтобы не влияло на разметку и не расширяло соотв ячейку */
}

.dxeInvalid_Material {
  border: 1px solid #F46242;
  border-radius: 2px;
}

/*.ActiveCheck [controltype]
{
    border: 1px solid #FF7A00;
    border-radius: 2px;
    box-shadow: none;
}*/

.ActiveCheck [controltype].dxeFocused_Material,
.ActiveCheck [controltype]:focus { /* copy from flexTextBox.css, .flex-textbox:focus, .flex-textbox.dxeFocused_Material*/
  border: 1px solid #373737;
  box-shadow: 0 0 6px #cdd2d4;
  border-radius: 0;
  border-radius: initial;
}

.ActiveCheck .dxeMemoEditArea_Material.dxeFocused_Material,
.ActiveCheck .dxeMemoEditArea_Material:focus,
.ActiveCheck .dxeCheckBoxList_Material.dxeFocused_Material,
.ActiveCheck .dxeCheckBoxList_Material:focus {
  border: none;
}

.ActiveCheck .dxeCheckBoxList_Material.dxeFocused_Material,
.ActiveCheck .dxeCheckBoxList_Material:focus {
  box-shadow: none;
}

.disable_triggers {
  margin-top: -2px;
  margin-left: -10px;
}

p.auto_check_error {
  border: solid 1px #ff7a00;
  background-color: #FFF1E1;
  border-radius: 3px;
  padding: 10px;
  color: #FF6B00;
}

  p.auto_check_error span {
    background: url(/App_Themes/Material/Icons/16x16/warning_16.svg) no-repeat left top;
    padding-left: 21px;
    display: inline-block;
    font-size: 12px;
    line-height: 1.5;
    font-family: Roboto;
    background-position-y: 2px;
  }

a.auto_check_error, .warning {
  background: url(/App_Themes/Material/Icons/16x16/warning_16.svg) no-repeat left top;
  padding-left: 21px;
  color: #FF6B00;
  font-size: 12px;
  text-decoration: none;
  display: ruby; /* IE */
  display: -moz-box; /* для firefox */
  margin-left: 0px; /* чтобы выровнять с валидаторами */
  vertical-align: text-top;
  white-space: nowrap;
}

.dxeErrorCell_Material img {
  margin-left: 0px;
  margin-right: 4px;
}

a.auto_check_closed {
  background: url(/App_Themes/Material/Icons/16x16/info_message_16.svg) no-repeat left top;
  background-size: contain;
  padding-left: 21px;
  color: #5c5c5c;
  font-size: 12px;
  text-decoration: none;
  display: ruby; /* IE */
  display: -moz-box; /* для firefox */
  margin-left: 5px; /* чтобы выровнять с валидаторами */
  vertical-align: text-top;
  white-space: nowrap;
}
/* inactive link in locked project */
a.locked {
  color: #666666 !important;
  text-decoration: none !important;
  cursor: text;
}

/* edc form */
.loadingPagePanel {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000000;
  background: white;
  /* directly over devexpress loading panel */
  transform: translate(-50%, -8px);
  padding: 0;
  border: 1px solid grey;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 3px 3px #ccc; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 2px 2px 3px 3px #ccc; /* Firefox 3.5 - 3.6 */
  box-shadow: 2px 2px 3px 3px #ccc; /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

  .loadingPagePanel img {
    background-image: url('App_Themes/Material/Web/1x1.gif');
    background-repeat: no-repeat;
    background-position: center center;
    height: 32px;
    width: 32px;
  }


.separator {
  background-color: #ffffff;
  /*border-top: solid 1px #f1f1f1;*/
  padding-top: 0px;
}

.hidden_separator {
  /*border-top: solid 1px #f1f1f1;*/
  padding-top: 0px;
  /*margin-top: 13px; place for validators and checks*/
  display: none;
}

.lastSeparator {
  border-top: solid 1px #f1f1f1;
}

.formLayout {
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}

.annotation {
  background-color: lightblue;
  border: grey 1px solid;
  color: red;
  font-size: 12px;
  display: inline-block !important;
  position: absolute;
  margin-left: 0px !important;
  margin-top: -3px !important;
  /*padding: 1px;*/
  height: 15px;
}

.group_annotation {
  position: relative;
}

.addRowButtonImage {
  background-image: url(/App_Themes/Material/Icons/24x24/add_24.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  background-size: cover;
}

.query_info {
  margin-right: 10px;
}

  .query_info img {
    cursor: help;
  }

.BtnGray.toolbar_btn_gray.addRowButton {
  background-color: #e1e1e1 !important;
}
/* edc EditTrialFormDocument specific styles */
.form_edc_content_layout_control_caption_cell .Bottom,
.form_edc_content_layout_control_caption_cell .Top {
  padding-left: 10px;
}

.LeftCaption .form_edc_content_layout_control_caption_cell,
.RightCaption .form_edc_content_layout_control_caption_cell {
  vertical-align: top;
  padding-top: 12px !important;
}

.Layout_Radio.ShowCaption.LeftCaption .form_edc_content_layout_control_caption_cell,
.Layout_Radio.ShowCaption.RightCaption .form_edc_content_layout_control_caption_cell {
  padding-top: 20px !important;
  vertical-align: top;
}

.Layout_Radio.ShowCaption.LeftCaption.Horizontal .form_edc_content_layout_control_caption_cell,
.Layout_Radio.ShowCaption.RightCaption.Horizontal .form_edc_content_layout_control_caption_cell {
  padding-top: 0px !important;
  vertical-align: middle;
  padding-bottom: 10px !important;
}

.form_edc_content_layout_table_main label {
  color: #373737;
}

.Layout_Partial_Date.ShowCaption.LeftCaption .form_edc_content_layout_control_caption_cell,
.Layout_Partial_Date.ShowCaption.RightCaption .form_edc_content_layout_control_caption_cell {
  padding-top: 12px !important;
}

.Layout_Random.ShowCaption.LeftCaption .form_edc_content_layout_control_caption_cell,
.Layout_Random.ShowCaption.RightCaption .form_edc_content_layout_control_caption_cell,
.Layout_Assign.ShowCaption.LeftCaption .form_edc_content_layout_control_caption_cell,
.Layout_Assign.ShowCaption.RightCaption .form_edc_content_layout_control_caption_cell {
  padding-top: 12px !important;
}

.CheckBox .dxichTextCellSys {
  padding-top: 10px !important;
}

.ecrfcontrol {
  /*max-width: 70%;*/
  width: 100%;
  display: inline-table;
}
/* CheckBoxGroup: no border */
.dxeCheckBoxList_Material.ecrfcontrol {
  border: none;
}

.form_edc_content .dxflGroupBox_Material {
  border: 0px;
}

.form_edc_content .dxflGroupCell_Material {
  padding: 0 !important;
  /*padding-bottom: 5px !important;*/
}

.DocControlItemGroup.dxflGroupCell_Material {
  display: flex;
  margin: 10px 10px 20px 10px;
}

.DocControlItemGroup > .dxflGroupBox_Material {
  margin: 0;
}

.MainDocControlItemGroup.dxflGroupCell_Material {
  margin: 10px 10px 0px 10px;
}

/* mark only 1st level groups (not main, not level 2 or more)*/
.DocControlItemGroup {
  border-bottom: 1px solid #f1f1f1;
}

.MainDocControlItemGroup .DocControlItemGroup .DocControlItemGroup {
  border-bottom: none;
}

.MainDocControlItemGroup {
  border-bottom: none;
}

.form_edc_content .dxflItem_Material {
  padding: 0;
  padding-top: 0 !important;
  box-sizing: border-box;
}

.form_edc_content_layout_control_nested_control_cell {
  min-height: 50px;
  padding: 5px 10px 15px 0px !important;
  min-width: max-content; /* чтобы кнопки при поле по возможности поместились */
  min-width: -webkit-max-content;
  min-width: -o-max-content;
  min-width: -moz-max-content; /* mozilla*/
  white-space: normal;
  word-wrap: break-word;
  display: block !important;
}

.ShowCaption.LeftCaption .form_edc_content_layout_control_nested_control_cell.Time .form_edc_content_layout_table_main,
.ShowCaption.RightCaption .form_edc_content_layout_control_nested_control_cell.Time .form_edc_content_layout_table_main {
  padding-top: 0px !important;
}

.form_edc_content_layout_control_nested_control_cell.CheckBox {
  padding-top: 3px !important;
}

.Radio.form_edc_content_layout_control_nested_control_cell {
  min-width: 100px;
}

.form_edc_content_layout_control_nested_control_cell > * {
  vertical-align: middle;
}

.form_edc_content .form_edc_content_layout_control_nested_control_cell {
  padding: 5px 20px 15px 0px !important;
  /*box-sizing: border-box;*/ /* с этой настройкой кнопки справа (запросы) часто вытесняются на строчку ниже*/
}

.form_edc_content_layout_control_nested_control_cell > table {
  display: inline-block;
  max-width: -moz-max-content;
  max-width: -webkit-max-content;
  max-width: -o-max-content;
  max-width: max-content; /*не растягивать на всю страницу, если содержимое не требует*/
}

.form_edc_content_layout_control_nested_control_cell.Dropdown > div.leftToolsContainer {
  vertical-align: top;
}

.form_edc_content .dxflTextEditItemSys .dxflVATSys.dxflCaptionCell_Material,
.form_edc_content .dxflMemoItemSys .dxflVATSys.dxflCaptionCell_Material {
  padding-top: 12px !important;
}

.top_form_edc_info_queries .typical_button_active,
.top_form_edc_info_queries .typical_button_hover,
.top_form_edc_info_queries .typical_button_disabled {
  margin-top: 0px;
  margin-bottom: 2px;
}

.form_edc_content_layout_control {
  /*border-top: 1px solid #f1f1f1;   no border above*/
  padding: 0;
  padding-left: 5px;
  /*min-width: fit-content;*/
  /*box-sizing: border-box;*/ /* с этой настройкой кнопки справа (запросы) часто вытесняются на строчку ниже*/
}

.Partial_Date .ecrfcontrol {
  width: auto !important;
}

.form_edc_content_layout_control .dxflCaptionCell_Material {
  padding-right: 0px;
}

.form_edc_content_layout_control.BottomCaption,
.form_edc_content_layout_control.Label {
  min-width: fit-content;
}

.form_edc_content_layout_control .Date {
  min-width: max-content;
  min-width: -webkit-max-content;
  min-width: -o-max-content;
  min-width: -moz-max-content; /* mozilla*/
}

.CheckBox {
}

  .CheckBox > table.ecrfcontrol {
    padding-left: 7px;
  }

  .CheckBox .dxeValidStEditorTable {
  }

.Radio .dxeCheckBoxList_Material td.dxe {
  padding-top: 0px;
}

.Radio .dxeBase_Material .dxichCellSys,
.Radio .dxeBase_Material.dxichCellSys {
  padding-top: 5px;
}

.Radio .dxichTextCellSys {
  padding-top: 2px !important;
}

.Dropdown {
  width: 100%;
  /* Devexpress высчитывает место под Caption, чтобы заполнить всю строку. 
       Если сам Dropdown узкий, надпись будет почти на весь экран. Так что переносим ограничение ширины на уровень ниже   */
}

  .Dropdown .ecrfcontrol {
    min-width: 215px;
    max-width: max-content;
    max-width: -webkit-max-content;
    max-width: -o-max-content;
    max-width: -moz-max-content; /* mozilla*/
  }
/* для списка в пределах одной колонки стандартная ширина, а не 100%. Надо шире - ставьте ColumnSpan = 2 и более */
.ColumnSpan1 .Dropdown .ecrfcontrol {
  width: 215px;
  min-width: 215px;
  max-width: 215px;
}

.Layout_Dropdown.DropdownAuto .Dropdown .ecrfcontrol,
.ColumnSpan1.DropdownAuto .Dropdown .ecrfcontrol,
.Dropdown.DropdownAuto .ecrfcontrol {
  min-width: unset;
  min-width: none;
  max-width: unset;
  max-width: none;
}

.form_edc_content_layout_table_main.AreaClick,
.form_edc_content_layout_table_main.AreaClick .dxeDisabled_Material,
.form_edc_content_layout_table_main.AreaClick .dxeDisabled_Material td.dxe,
.form_edc_content_layout_table_main.AreaClick .dxichSys,
.form_edc_content_layout_table_main.AreaClick label {
  cursor: pointer !important;
}
/* editForm controls layout */
.Date table.dxeDisabled_Material {
  display: inline-table;
}

.Date .flexDateEdit {
  width: 215px !important;
  margin-top: 5px;
}

.TextBox .flex-textbox {
  border-width: 0px;
  border-image-width: 0px;
}

  .TextBox .flex-textbox[kind="17"],
  .TextBox .flex-textbox[kind="16"],
  .TextBox .flex-textbox[kind="15"] {
    padding-top: 5px;
    background-color: transparent !important;
  }

.TextBox textarea { /* многострочные пошире*/
  min-width: 300px;
  border-width: 1px;
  border-image-width: 0px;
  min-height: 32px;
  overflow: auto;
  border-style: solid;
}

.TextBox.LinesCount1 textarea {
  min-width: 100px;
}

.Time .ecrfcontrol {
  width: 108px !important;
}

  .Time .ecrfcontrol input {
    height: auto !important;
  }

  .Time .ecrfcontrol .dxeButtonEditClearButton_Material {
    padding-left: 2px;
    padding-right: 2px;
  }

.ShowCaption .Time .ecrfcontrol {
  margin-top: 0px;
}

.ShowCaption .Date .flexDateEdit {
  margin-top: 0px;
}

.Dropdown .dxeButtonEditClearButton_Material img,
.Dropdown .dxeButtonEditClearButton_Material:hover img {
  vertical-align: middle;
}

.Partial_Date .flex-textbox {
  padding-right: 30px;
  resize: none;
  overflow-x: hidden;
  overflow-y: hidden;
}

.Partial_Date .form_edc_content_layout_table_errors {
  margin-top: -8px;
}

.form_edc_content_layout_control_nested_control_cell.Partial_Date {
  min-height: 70px;
}

.dxeButtonEditClearButton_Material,
.dxeButtonEditClearButton_Material:hover,
.Dropdown .dxeButtonEditButton_Material.dxeButtonEditClearButton_Material,
.Dropdown .dxeButtonEditButton_Material.dxeButtonEditClearButton_Material:hover {
  /* don't extend dropdown width on hover - so clear button doesn't fill place'  */
  position: absolute;
  position: -ms-page; /* for IE so it doesn't jump on hover'*/
  margin-left: -30px;
  margin-top: 8px;
  background-color: transparent !important;
}

.DocControlItemGroup > div {
  border: none;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.Label a[href],
.Label a[onclick],
.Label a[target] {
  color: #0088d6 !important;
  text-decoration: none;
}

.Label a.locked[href],
.Label a.locked[onclick] {
  color: #f46242 !important;
  cursor: text;
}

.Label a.disabled[href],
.Label a.disabled[onclick] {
  color: #373737 !important;
  cursor: text;
}

.Label {
  min-width: 220px;
  margin-top: 0px;
}

  .Label .ecrfcontrol {
    padding-top: 11px;
  }

.Html_Label .ecrfcontrol table td,
.Html_Label .ecrfcontrol table th {
  min-width: 2em;
  padding: 0.4em;
  border: 1px solid #bfbfbf;
}

.Html_Label .ecrfcontrol .table {
  display: block !important;
  margin: .9em auto;
}

  .Html_Label .ecrfcontrol .table ul {
    padding-inline-start: 25px !important;
  }

  .Html_Label .ecrfcontrol .table li {
    margin: 8px 0;
  }

.GroupHeaderPanel {
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: none;
}

  .GroupHeaderPanel .dxrpCollapseButton {
    float: left;
    margin-top: 0px !important;
    background-color: transparent !important;
  }

  .GroupHeaderPanel .dxrpHeader_Material .dxrpCollapseButton.dxrp-collapseBtnHover {
    background-color: transparent !important;
  }

  .GroupHeaderPanel .dxrpHeader_Material {
    border-bottom: none !important;
  }

  .GroupHeaderPanel .dxrpCollapseButton img,
  .GroupHeaderPanel .dxrpCollapseButton:hover img {
    background-image: url(/App_Themes/Material/Icons/16x16/arrow_open_normal_16.svg);
    background-repeat: no-repeat;
    background-position-x: 0px;
    background-position-y: 0px;
    width: 16px;
    height: 16px;
  }

  .GroupHeaderPanel .dxrpCollapseButton.dxrp-collapseBtnChecked img,
  .GroupHeaderPanel .dxrpCollapseButton.dxrp-collapseBtnChecked:hover img {
    background-image: url(/App_Themes/Material/Icons/16x16/arrow_hide_normal_16.svg);
    background-repeat: no-repeat;
    background-position-x: 0px;
    background-position-y: 0px;
    width: 16px;
    height: 16px;
  }

.form_edc_content_layout_control_caption_cell {
  padding: 0px !important;
}

.form_edc_content_layout_control_nested_control_cell.Unblinded_Field {
  min-height: 0px;
  height: 0px;
  width: 0px !important;
  min-width: 0px;
  padding: 0px !important;
}

.CheckBox .ecrfcontrol {
  /*max-width: 100%;   70%, как у .ecrfcontrol, хватит, больше не надо, а то кнопки не поместятся*/
}

.CheckBox .dxeValidDynEditorTable {
  display: inline;
}

.Dropdown .dxeValidDynEditorTable {
  display: inline;
}

.Date .dxeValidDynEditorTable {
  display: inline-table;
}

.TextBox table.dxeDisabled_Material,
.TextBox .dxeValidDynEditorTable {
  display: inline-table;
  /*max-width: calc(100% - 60px) !important;*/ /*Demo 03 > Скрининг > 1. Сведения о пациенте кривоваты с такими настройками */
  max-width: max-content;
  max-width: -webkit-max-content;
  max-width: -o-max-content;
  max-width: -moz-max-content; /* mozilla*/
}
/* /editForm controls layout */


a:not([href]):hover {
  text-decoration: none;
}
/* одинокие надписи на всю строку не подчеркиваем */
[style="width:100%;"] > .dxflGroupCell_Material > .Label {
  border-bottom: none;
  min-height: 0px;
}

.EmptySpace, .Box {
  display: none;
}

/* выравниваем названия параметоров в лабнормах (Label вида CompositeControlKind.LabTestRow)*/
a[kind="6"] {
  min-width: 230px;
}

.DocControlItemGroup .dxflGroupBoxCaption_Material,
.DocControlTable .dxflGroupBoxCaption_Material {
  background-color: transparent;
  padding-left: 0px !important;
  position: inherit; /* иначе рисуется поверх выпадающего списка форм*/
  margin-top: -5px; /* смещает максимум на 1px, но без него хуже*/
  margin-left: 0px;
  text-transform: none;
}

.MainDocControlItemGroup > div > .dxflGroupBoxCaption_Material {
  font-size: 22px;
}

.DefaultCaption {
  padding-right: 10px !important;
}

.FixedWidth140px {
  width: 140px !important;
  max-width: 140px !important;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  padding-right: 0 !important;
}

.FixedWidth280px {
  width: 280px !important;
  max-width: 280px !important;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  padding-right: 0 !important;
}

.FixedWidth400px {
  width: 400px !important;
  max-width: 400px !important;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  padding-right: 0 !important;
}

.form_edc_content_layout_control_caption_cell.FixedWidth140px {
  min-width: 140px !important;
}

.form_edc_content_layout_control_caption_cell.FixedWidth280px {
  min-width: 280px !important;
}

.form_edc_content_layout_control_caption_cell.FixedWidth400px {
  min-width: 400px !important;
}

.Layout_Dropdown.Dropdown80px .Dropdown .ecrfcontrol,
.ColumnSpan1.Dropdown80px .Dropdown .ecrfcontrol,
.Dropdown.Dropdown80px .ecrfcontrol,
.Layout_DataReference.Dropdown80px .DataReference .ecrfcontrol,
.ColumnSpan1.Dropdown80px .DataReference .ecrfcontrol,
.DataReference.Dropdown80px .ecrfcontrol {
  width: 80px !important;
  min-width: 80px !important;
  max-width: 80px !important;
}

.Layout_Dropdown.Dropdown140px .Dropdown .ecrfcontrol,
.ColumnSpan1.Dropdown140px .Dropdown .ecrfcontrol,
.Dropdown.Dropdown140px .ecrfcontrol,
.Layout_DataReference.Dropdown140px .DataReference .ecrfcontrol,
.ColumnSpan1.Dropdown140px .DataReference .ecrfcontrol,
.DataReference.Dropdown140px .ecrfcontrol {
  width: 140px !important;
  min-width: 140px !important;
  max-width: 140px !important;
}

.Layout_Dropdown.Dropdown280px .Dropdown .ecrfcontrol,
.ColumnSpan1.Dropdown280px .Dropdown .ecrfcontrol,
.Dropdown.Dropdown280px .ecrfcontrol,
.Layout_DataReference.Dropdown280px .DataReference .ecrfcontrol,
.ColumnSpan1.Dropdown280px .DataReference .ecrfcontrol,
.DataReference.Dropdown280px .ecrfcontrol {
  width: 280px !important;
  min-width: 280px !important;
  max-width: 280px !important;
}

.Layout_Dropdown.Dropdown400px .Dropdown .ecrfcontrol,
.ColumnSpan1.Dropdown400px .Dropdown .ecrfcontrol,
.Dropdown.Dropdown400px .ecrfcontrol,
.Layout_DataReference.Dropdown400px .DataReference .ecrfcontrol,
.ColumnSpan1.Dropdown400px .DataReference .ecrfcontrol,
.DataReference.Dropdown400px .ecrfcontrol {
  width: 400px !important;
  min-width: 400px !important;
  max-width: 400px !important;
}

.Layout_Label.FixedWidth140px .form_edc_content_layout_table_main,
.Layout_CheckBox.FixedWidth140px .form_edc_content_layout_table_main {
  min-width: 140px !important;
  max-width: 140px !important;
}

.Layout_Label.FixedWidth280px .form_edc_content_layout_table_main,
.Layout_CheckBox.FixedWidth280px .form_edc_content_layout_table_main {
  min-width: 280px !important;
  max-width: 280px !important;
}

.Layout_Label.FixedWidth400px .form_edc_content_layout_table_main,
.Layout_CheckBox.FixedWidth400px .form_edc_content_layout_table_main {
  min-width: 400px !important;
  max-width: 400px !important;
}

.fitContent {
  width: fit-content !important;
}

.dxeMemoSys td,
.dxeMemo_Material tr > td,
.dxeMemoSys textarea,
.dxeMemo_Material {
  /*width: 200px !important; fix memo*/
  /*padding: 4px !important; fix memo*/
}

  .dxeMemo_Material tr > td,
  .dxeMemo_Material tr > td {
    padding: 0px 1px 0px 0px !important;
  }

.dxeRoot_Material,
.dxflGroupCell_Material,
.dxflGroup_Material,
.dxeMemo_Material,
.dxeBase_Material,
.dxeMemoSys textarea {
  vertical-align: top !important;
}

.multiline td,
.multiline tr > td,
.multiline textarea,
.multiline {
  width: 400px !important;
}

/* /edc EditTrialFormDocument specific styles */
/* status */
.statusItems {
  margin-top: 20px;
  padding-left: 20px;
}

  .statusItems li {
    padding-bottom: 10px;
  }

    .statusItems li img {
      padding-left: 5px;
      vertical-align: text-top;
    }

.labelGray {
  font-size: 14px;
  font-weight: normal;
  color: #888888;
}

.labelBlack {
  font-size: 14px;
  font-weight: normal;
  color: #373737;
}

.labelBlackBold {
  font-size: 14px;
  font-weight: 500;
  color: #373737;
}

.labelBlackBoldPadding {
  font-size: 14px;
  font-weight: 500;
  color: #373737;
  padding-top: 8px;
}
/* /status */

/*---- edc ---*/

.visit_status {
  width: 14px;
  height: 14px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  border-radius: 7px;
  display: inline-block;
  margin: 2px;
}

.yellowZpng {
  background-color: #f8de04;
}

.greenZpng {
  /*background: url(images/Warnings/green.png) no-repeat;*/
  background-color: #00ad5d;
}

.redZpng {
  /*background: url(images/Warnings/red.png) no-repeat;*/
  background-color: #f24841;
}

.blankZpng {
  /*background: url(images/Warnings/blank.png) no-repeat;*/
  width: 12px;
  height: 12px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  border: solid 1px #d1d1d1;
}

.blueZpng {
  /*background: url(images/Warnings/green.png) no-repeat;*/
  background-color: cornflowerblue;
}

/*---- /edc ---*/


/*---- /edc ---*/

/* Subject activities*/
.fl_topmenu {
  width: 100% !important;
}

.initial input[type="text"] {
  text-transform: uppercase;
}

/* HR styles */
.uploadPhotoLink {
  margin-right: 25px;
}
/* /HR styles */

/* ajax tabs styles */
.ajax__tab_header {
  border-bottom: solid 1px #d1d1d1 !important;
  padding-bottom: 3px;
}

.ajax__tab_active a {
  margin-right: 30px !important;
  background-color: transparent !important;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #373737 !important;
  border-bottom: 3px solid #F33728;
  opacity: 1 !important;
}

.ajax__tab_default a {
  margin-right: 30px !important;
  opacity: 0.7;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #373737;
  text-decoration: none;
}

.ajax__tab_hover a {
  color: #373737 !important;
  opacity: 1 !important;
}
/* /ajax tabs styles */

/* fix form layout style */
.dxflNotFloatedElSys {
  /* added by ASPxClientLayoutItem class in runtime to some layout items, not sure why, with clear: both attr. Seems to be error  */
  clear: none;
}
/* /fix form layout style */

/* loader image */
.loaderImgClass {
  background-image: url(/App_Themes/Material/Web/Loading.gif) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: auto 70% !important;
}

  .loaderImgClass img,
  .loaderImgClass span {
    visibility: hidden !important;
  }
/* /loader image */

/* treeList selectColumn */
.selectColumn_class {
  width: 40px;
}
/* /treeList selectColumn */

/* edc HR photo fix */
.employeePhoto,
.manager-info-img__wrapper img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}

.employeePhotoSmall {
  max-width: 50px;
  max-height: 50px;
  min-width: 50px;
  min-height: 50px;
  border-radius: 50%;
  vertical-align: middle;
}
/* /edc HR photo fix */

.resourceEdit {
  margin: 5px;
}

.gridButton {
  margin-top: 10px;
  margin-bottom: 15px;
  margin-right: 15px;
}

.operationError {
  display: inline-block;
  border: #FF8E5E solid 1px;
  padding: 8px;
  background: #FFEAE1;
  color: #f46242;
  background-image: url(/App_Themes/Material/Icons/16x16/error_16.svg);
  width: 100%;
  width: -webkit-max-content;
  width: -o-max-content;
  width: -moz-max-content; /* mozilla*/
  width: max-content;
  background-position-y: 9px;
  background-position-x: left;
  background-repeat: no-repeat;
  margin-right: 15px;
  padding-left: 30px;
  padding-right: 10px;
  background-position-x: 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  max-width: 700px;
}

.operationWarning {
  display: inline-block;
  border: #ff9f46 solid 1px;
  padding: 8px;
  background: #fff1e1;
  color: #e46e00;
  background-image: url(/App_Themes/Material/Icons/16x16/warning_16.svg);
  width: 100%;
  width: -webkit-max-content;
  width: -o-max-content;
  width: -moz-max-content; /* mozilla*/
  width: max-content;
  background-position-y: 9px;
  background-position-x: left;
  background-repeat: no-repeat;
  margin-right: 15px;
  padding-left: 30px;
  padding-right: 10px;
  background-position-x: 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  max-width: 700px;
}

.operationSuccess {
  display: inline-block;
  border: #b3e1b2 solid 1px;
  padding: 8px;
  background: #f2fff4;
  color: #579d56;
  background-image: url(/App_Themes/Material/Icons/16x16/success_message_16.svg);
  width: 100%;
  width: -webkit-max-content;
  width: -o-max-content;
  width: -moz-max-content; /* mozilla*/
  width: max-content;
  background-position-y: 9px;
  background-position-x: left;
  background-repeat: no-repeat;
  margin-right: 15px;
  padding-left: 30px;
  padding-right: 10px;
  background-position-x: 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  max-width: 700px;
}

.operationInfo {
  display: inline-block;
  border: #bbbbbb solid 1px;
  padding: 8px;
  background: #eeeeee;
  color: #373737;
  background-image: url(/App_Themes/Material/Icons/16x16/info_message_16.svg);
  width: 100%;
  width: -webkit-max-content;
  width: -o-max-content;
  width: -moz-max-content; /* mozilla*/
  width: max-content;
  background-position-y: 9px;
  background-position-x: left;
  background-repeat: no-repeat;
  margin-right: 15px;
  padding-left: 30px;
  padding-right: 10px;
  background-position-x: 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  max-width: 700px;
  font-size: 14px;
}

.rand_control {
  white-space: normal;
  cursor: pointer;
  font-family: "Roboto Regular", Helvetica, "Droid Sans", Tahoma, Geneva, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  border-radius: 3px;
  color: #373737;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 5px 10px;
  width: auto;
}

.stamp_wrapper {
  padding: 8px 10px;
  background-color: #f3f3f3;
}

.stamp_header {
  padding: 5px;
  text-align: left;
  color: #888888;
}

.stamp_value {
  padding: 5px;
  text-align: left;
}
/* reports menu fix */
.MasterPageNavBar span.dxtv-elbNoLn:empty {
  display: none;
}
/* /reports menu fix */

/* profile page */
.profile_label {
  color: #888888;
  padding: 10px 10px 10px 0px;
}

.helpIcon {
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url(/App_Themes/Material/Icons/16x16/info_message_16.svg) no-repeat center center;
  background-size: contain;
}

.mnuProfile .dxm-popOut .dxIcon_Arrow_basic {
  margin-top: 6px !important;
}

/* editor popups */
.editor_title {
  padding: 5px 10px 10px 0;
  text-wrap: avoid;
  vertical-align: middle;
}

.editor_value {
  padding: 5px 10px 10px 0;
}

.editor_button a {
  margin-left: 10px;
}

.editor_button {
  padding: 10px 10px 10px 0;
  text-align: right;
}

  .editor_button a {
    width: 120px;
  }
/* editor popups end*/

a.HelpCenterRef {
  color: inherit;
  text-decoration: underline dotted;
}

.menuItemHighlightedPart {
  background-color: #50545f;
  padding: 2px 0;
}

table.checkBoxesGrid {
  border: 1px solid #CCC;
  border-collapse: collapse !important;
}

  table.checkBoxesGrid tr td {
    border: 1px solid #CCC;
    padding: 2px;
  }

/* left menu {{ */
div.NavigationMenu {
  padding-bottom: 0 !important;
}

div.dxtvControl_Material li .dxtv-nd {
  color: #E1E1E1;
  text-decoration: none;
  padding: 8px 30px 10px 27px !important;
  /*menu fix*/
  border: 0;
  width: 100% !important;
  box-sizing: border-box;
  text-align: left;
}

img.dxWeb_tvExpBtn_Material {
  opacity: 0.4;
}

div.dxtvControl_Material li span.dxtv-elbNoLn:empty {
  display: none;
}

div.dxtvControl_Material li span.dxtv-elbNoLn {
  position: relative;
  top: 5px;
  height: 0;
}

div.dxtvControl_Material li .dxtv-ndHov {
  background-color: #42484f;
  text-decoration: none;
}

div.dxtvControl_Material li .dxtv-ndSel {
  color: white !important;
  border-left: solid 5px #F33728 !important;
  text-indent: -2px;
  border-radius: 0 !important;
  font-weight: 500;
  background-color: #495058 !important;
}

.nowrap {
  white-space: nowrap !important;
}

.ProjectLockType_Active {
  display: inline-block;
  border: #b3e1b2 solid 1px;
  padding-top: 2px;
  padding-bottom: 3px;
  color: #579d56;
  background-image: url(/App_Themes/Material/Icons/16x16/success_message_16.svg);
  width: 100%;
  width: -webkit-max-content;
  width: -o-max-content;
  width: -moz-max-content;
  width: max-content;
  background-position-y: 2px;
  background-position-x: left;
  background-repeat: no-repeat;
  padding-left: 30px;
  padding-right: 10px;
  background-position-x: 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  max-width: 700px;
  vertical-align: top;
}

.ProjectLockType_SoftLock {
  display: inline-block;
  border: #ff9f46 solid 1px;
  padding-top: 2px;
  padding-bottom: 3px;
  color: #e46e00;
  background-image: url(/App_Themes/Material/Icons/16x16/warning_16.svg);
  width: 100%;
  width: -webkit-max-content;
  width: -o-max-content;
  width: -moz-max-content;
  width: max-content;
  background-position-y: 2px;
  background-position-x: left;
  background-repeat: no-repeat;
  /* margin-right: 15px; */
  padding-left: 30px;
  padding-right: 10px;
  background-position-x: 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  max-width: 700px;
  vertical-align: top;
}

.ProjectLockType_HardLock {
  display: inline-block;
  border: #FF8E5E solid 1px;
  padding-top: 2px;
  padding-bottom: 3px;
  color: #f46242;
  background-image: url(/App_Themes/Material/Icons/16x16/error_16.svg);
  width: 100%;
  width: -webkit-max-content;
  width: -o-max-content;
  width: -moz-max-content;
  width: max-content;
  background-position-y: 2px;
  background-position-x: left;
  background-repeat: no-repeat;
  /* margin-right: 15px; */
  padding-left: 30px;
  padding-right: 10px;
  background-position-x: 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  max-width: 700px;
  vertical-align: top;
}

/* }} left menu */
#Vertical_navigation1 .dxmLite_Material.dxm-ltr .dxm-popup .dxm-image {
  width: 35px;
  height: 35px;
}

#Vertical_navigation1 .dxm-content.dxm-hasText {
  display: flex;
  align-items: center;
}

.activeQuery {
  cursor: pointer;
  text-decoration: none !important;
}

  .activeQuery > div {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url(/App_Themes/Material/Icons/24x24/query_empty_24.svg);
  }

    .activeQuery > div:hover {
      background-image: url(/App_Themes/Material/Icons/24x24/query_empty_hover_24.svg);
    }

    .activeQuery > div > div {
      padding-top: 4px;
      color: white;
      text-decoration: none;
    }

.answeredQuery {
  cursor: pointer;
  text-decoration: none !important;
}

  .answeredQuery > div {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url(/App_Themes/Material/Icons/24x24/query_answered_empty_24.svg);
  }

    .answeredQuery > div:hover {
      background-image: url(/App_Themes/Material/Icons/24x24/query_answered_empty_hover_24.svg);
    }

    .answeredQuery > div > div {
      padding-top: 4px;
      color: white;
      text-decoration: none;
    }

.activeCheck > div {
  width: 24px;
  height: 24px;
  display: inline-block;
  float: left;
  background-image: url(/App_Themes/Material/Icons/24x24/query_auto_empty_24.svg);
}

  .activeCheck > div:hover {
    background-image: url(/App_Themes/Material/Icons/24x24/query_auto_empty_hover_24.svg);
    background-repeat: no-repeat;
  }

  .activeCheck > div > div {
    padding-top: 4px;
    color: white;
    text-decoration: none;
  }

.password-wrapper {
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  display: flex;
  width: 400px;
  height: 44px;
}

  .password-wrapper .password-input {
    border: none !important;
    width: inherit;
    height: auto;
    border-radius: 3px;
    padding-right: 7px;
    padding-left: 7px;
    outline: none;
  }

  .password-wrapper.focused {
    border: 1px solid #373737 !important;
  }

  .password-wrapper .btn-togglePassword {
    background-color: white;
    padding: 10px;
    border-radius: 3px;
  }

.flexComboBox {
  max-width: 800px;
}

.dxeListBoxItem_Material {
  white-space: break-spaces !important;
}

span.dx-wrap {
  width: 200px;
  margin-right: auto !important;
}