body {
  background: #F7F8F9; }

#dvs {
  /*
  
  Form
  
   */
  /*
  
  Field
  
   */
  /*
  
  Input Control
  
   */
  /*
  
  Multi select
  
   */ }
  #dvs *[class^='dvs-'], #dvs *[class*=' dvs-'] {
    box-sizing: border-box; }
    #dvs *[class^='dvs-']:before, #dvs *[class^='dvs-']:after, #dvs *[class*=' dvs-']:before, #dvs *[class*=' dvs-']:after {
      box-sizing: border-box; }
  #dvs .dvs-block {
    margin-bottom: 20px;
    margin-right: 30px;
    padding: 30px 25px;
    border-radius: 10px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5; }
    #dvs .dvs-block-no-round-corners {
      border-radius: 0; }
    @media only screen and (max-width: 640px) {
      #dvs .dvs-block {
        margin-right: 14px; } }
    @media only screen and (max-width: 600px) {
      #dvs .dvs-block {
        margin: 0 16px 20px;
        padding: 30px 16px; } }
    #dvs .dvs-block--min-height-medium {
      min-height: 350px; }
    #dvs .dvs-block--min-height-large {
      min-height: 100%; }
    #dvs .dvs-block__header {
      display: flex;
      flex-direction: row;
      align-items: center;
      flex-wrap: wrap; }
      #dvs .dvs-block__header > *:not(:last-child) {
        margin-right: 20px; }
    #dvs .dvs-block__title {
      font-size: 18px;
      font-weight: bold; }
      #dvs .dvs-block__title:not(:only-child) {
        margin-bottom: 15px; }
    #dvs .dvs-block__item:not(:first-child) {
      margin-top: 20px; }
    #dvs .dvs-block__text {
      line-height: 1.5; }
    #dvs .dvs-block__demo_tag {
      height: 26px;
      padding: 10px;
      border-radius: 13px;
      font-size: 12px;
      display: inline-flex;
      color: white;
      background-color: #31BF1F;
      align-items: center;
      letter-spacing: 1px;
      text-transform: uppercase;
      position: relative;
      top: -5px; }
      @media only screen and (min-width: 1200px) {
        #dvs .dvs-block__demo_tag {
          height: 30px;
          padding: 15px;
          border-radius: 30px;
          font-size: 14px;
          margin-left: 50px;
          margin-top: 50px;
          position: unset; } }
    #dvs .dvs-block__dual {
      display: flex;
      align-items: center;
      flex-direction: column;
      gap: 50px; }
      @media only screen and (min-width: 1200px) {
        #dvs .dvs-block__dual {
          flex-direction: row;
          padding: 50px;
          padding-top: 0; }
          #dvs .dvs-block__dual .mobile {
            display: none; } }
      #dvs .dvs-block__dual .dual-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 1;
        max-width: 600px;
        order: 2; }
        @media only screen and (min-width: 1200px) {
          #dvs .dvs-block__dual .dual-item {
            order: 1; } }
        #dvs .dvs-block__dual .dual-item.picture {
          order: 1; }
          #dvs .dvs-block__dual .dual-item.picture h1 {
            display: block; }
            @media only screen and (min-width: 1200px) {
              #dvs .dvs-block__dual .dual-item.picture h1 {
                display: none; } }
        #dvs .dvs-block__dual .dual-item .video {
          width: 70%;
          margin: auto;
          max-height: 400px; }
          @media only screen and (min-width: 1200px) {
            #dvs .dvs-block__dual .dual-item .video {
              width: unset;
              max-width: 100%;
              margin-right: auto; } }
          @media only screen and (max-width: 850px) {
            #dvs .dvs-block__dual .dual-item .video {
              width: unset; } }
        #dvs .dvs-block__dual .dual-item h1 {
          font-weight: bold;
          display: none;
          font-size: 26px;
          line-height: 30px;
          margin-bottom: 15px;
          text-align: center; }
          @media only screen and (min-width: 1200px) {
            #dvs .dvs-block__dual .dual-item h1 {
              font-size: 42px;
              line-height: 55px;
              margin-bottom: 15px;
              text-align: left;
              display: block; } }
        #dvs .dvs-block__dual .dual-item .DVS_maindesc {
          font-size: 18px;
          line-height: 21px;
          margin-top: 30px;
          margin-bottom: 25px; }
          @media only screen and (min-width: 1200px) {
            #dvs .dvs-block__dual .dual-item .DVS_maindesc {
              font-size: 22px;
              line-height: 25px; } }
        #dvs .dvs-block__dual .dual-item .DVS_points .point {
          padding-left: 35px;
          background-position-y: center;
          background-repeat: no-repeat;
          background-image: url(/images/UI_icons/blue/check.svg);
          background-size: 15px;
          margin-bottom: 10px; }
      @media only screen and (min-width: 1200px) {
        #dvs .dvs-block__dual {
          flex-direction: row; } }
      #dvs .dvs-block__dual .filesfm_embed_palyer__poster_div_before, #dvs .dvs-block__dual .filesfm_embed_palyer__poster_div_after {
        background: rgba(0, 0, 0, 0) !important; }
      #dvs .dvs-block__dual .filesfm_embed_palyer__poster_div_before span {
        display: none !important; }
      #dvs .dvs-block__dual + .DVS_bottomdesc {
        margin-top: 50px; }
        #dvs .dvs-block__dual + .DVS_bottomdesc a {
          font-size: 16px; }
        @media only screen and (min-width: 1200px) {
          #dvs .dvs-block__dual + .DVS_bottomdesc {
            padding: 0 50px;
            margin-top: 0; } }
        #dvs .dvs-block__dual + .DVS_bottomdesc + a {
          display: flex;
          padding-top: 50px;
          width: 100%;
          box-sizing: border-box; }
          #dvs .dvs-block__dual + .DVS_bottomdesc + a img {
            max-width: 1200px;
            width: 100%; }
          @media only screen and (min-width: 1200px) {
            #dvs .dvs-block__dual + .DVS_bottomdesc + a {
              padding: 50px 50px 0; } }
    #dvs .dvs-block.breadcrumbs {
      padding: 0;
      background: transparent;
      border: unset; }
    #dvs .dvs-block.dvs-block_actions {
      padding-bottom: 15px; }
      #dvs .dvs-block.dvs-block_actions .dvs-button {
        margin-bottom: 15px; }
        @media only screen and (max-width: 600px) {
          #dvs .dvs-block.dvs-block_actions .dvs-button {
            width: 100%; }
            #dvs .dvs-block.dvs-block_actions .dvs-button .dvs-button__text {
              width: 100%; } }
    @media only screen and (max-width: 600px) {
      #dvs .dvs-block.dvs-block_files .dvs-button {
        width: 100%; }
        #dvs .dvs-block.dvs-block_files .dvs-button .dvs-button__text {
          width: 100%; } }
  #dvs .dvs-button {
    text-align: center;
    border-radius: 5px;
    display: inline-flex;
    line-height: 21px;
    font-size: 16px;
    position: relative;
    min-height: 42px;
    cursor: pointer;
    vertical-align: middle;
    transition: background-color 0.5s ease, color 0.5s ease;
    align-items: center;
    background-position-y: center;
    background-repeat: no-repeat;
    font-weight: normal;
    width: fit-content;
    min-width: unset;
    color: #1389FE;
    background-color: #DEEDFF;
    padding: 0 37px;
    background-size: 14px;
    text-decoration: none;
    border: unset;
    justify-content: center;
    min-width: max-content;
    font-family: AlbertaSans, Roboto, sans-serif; }
    #dvs .dvs-button:hover:not(:disabled), #dvs .dvs-button:focus:not(:disabled), #dvs .dvs-button--active:not(:disabled) {
      background-color: #1389FE;
      color: white; }
    #dvs .dvs-button--active:hover:not(:disabled) {
      background-color: #0066CC; }
    #dvs .dvs-button:disabled {
      cursor: not-allowed; }
    #dvs .dvs-button--small {
      font-size: 14px;
      min-height: 40px;
      line-height: 19px; }
    #dvs .dvs-button--long {
      width: 100%;
      max-width: 402px; }
    #dvs .dvs-button--full {
      width: 100%; }
    #dvs .dvs-button--has-icon-right {
      text-align: left;
      padding-left: 15px;
      background-position-x: calc(100% - 12px); }
    #dvs .dvs-button--has-icon-left {
      text-align: left;
      padding-right: 15px;
      background-position-x: 12px; }
    #dvs .dvs-button--icon_plus {
      background-image: url(/images/UI_icons/white/plus.svg); }
      #dvs .dvs-button--icon_plus:hover, #dvs .dvs-button--icon_plus:focus, #dvs .dvs-button--icon_plus.active {
        background-image: url(/images/UI_icons/white/plus.svg) !important; }
    #dvs .dvs-button--icon_plus_blue {
      background-image: url(/images/UI_icons/blue/plus.svg); }
      #dvs .dvs-button--icon_plus_blue:hover, #dvs .dvs-button--icon_plus_blue:focus, #dvs .dvs-button--icon_plus_blue.active {
        background-image: url(/images/UI_icons/white/plus.svg) !important; }
    #dvs .dvs-button--icon_search {
      background-image: url(/images/UI_icons/blue/search.svg); }
      #dvs .dvs-button--icon_search:hover, #dvs .dvs-button--icon_search:focus, #dvs .dvs-button--icon_search.active {
        background-image: url(/images/UI_icons/white/search.svg); }
    #dvs .dvs-button--icon_search_white {
      background-image: url(/images/UI_icons/white/search.svg); }
      #dvs .dvs-button--icon_search_white:hover, #dvs .dvs-button--icon_search_white:focus, #dvs .dvs-button--icon_search_white.active {
        background-image: url(/images/UI_icons/white/search.svg); }
    #dvs .dvs-button--icon_xls {
      background-image: url(/images/UI_icons/blue/table.svg);
      background-size: 15px auto; }
      #dvs .dvs-button--icon_xls:hover, #dvs .dvs-button--icon_xls:focus, #dvs .dvs-button--icon_xls.active {
        background-image: url(/images/UI_icons/white/table.svg); }
    #dvs .dvs-button--icon_clip {
      background-image: url(/images/UI_icons/blue/clip.svg); }
      #dvs .dvs-button--icon_clip:hover, #dvs .dvs-button--icon_clip:focus, #dvs .dvs-button--icon_clip.active {
        background-image: url(/images/UI_icons/white/clip.svg); }
    #dvs .dvs-button--icon_delete {
      background-image: url(/images/UI_icons/red/trash.svg); }
      #dvs .dvs-button--icon_delete:hover, #dvs .dvs-button--icon_delete:focus, #dvs .dvs-button--icon_delete.active {
        background-image: url(/images/UI_icons/white/trash.svg); }
    #dvs .dvs-button--icon_share {
      background-image: url(/images/UI_icons/blue/share.svg); }
      #dvs .dvs-button--icon_share:hover, #dvs .dvs-button--icon_share:focus, #dvs .dvs-button--icon_share.active {
        background-image: url(/images/UI_icons/white/share.svg); }
    #dvs .dvs-button--icon_download {
      background-image: url(/images/UI_icons/blue/download.svg); }
      #dvs .dvs-button--icon_download:hover, #dvs .dvs-button--icon_download:focus, #dvs .dvs-button--icon_download.active {
        background-image: url(/images/UI_icons/white/download.svg); }
    #dvs .dvs-button--icon_copy {
      background-image: url(/images/UI_icons/blue/documents.svg); }
      #dvs .dvs-button--icon_copy:hover, #dvs .dvs-button--icon_copy:focus, #dvs .dvs-button--icon_copy.active {
        background-image: url(/images/UI_icons/white/documents.svg); }
    #dvs .dvs-button--icon_close {
      background-image: url(/images/UI_icons/blue/close.svg); }
      #dvs .dvs-button--icon_close:hover, #dvs .dvs-button--icon_close:focus, #dvs .dvs-button--icon_close.active {
        background-image: url(/images/UI_icons/white/close.svg); }
    #dvs .dvs-button--bold {
      font-weight: bold; }
    #dvs .dvs-button--blue {
      background-color: #1389FE;
      color: #fff; }
      #dvs .dvs-button--blue:hover:not(:disabled), #dvs .dvs-button--blue:focus:not(:disabled), #dvs .dvs-button--blue.active:not(:disabled) {
        background-color: #0066CC; }
    #dvs .dvs-button--success {
      background-color: #5A9B06;
      color: #fff; }
      #dvs .dvs-button--success:hover:not(:disabled), #dvs .dvs-button--success:focus:not(:disabled), #dvs .dvs-button--success.active:not(:disabled) {
        background-color: #4d810a; }
    #dvs .dvs-button--danger {
      color: #EE2B3A;
      background-color: #FFE2E4; }
      #dvs .dvs-button--danger:hover:not(:disabled), #dvs .dvs-button--danger:focus:not(:disabled), #dvs .dvs-button--danger.active:not(:disabled) {
        color: #fff;
        background-color: #EE2B3A; }
    #dvs .dvs-button--outline {
      background-color: #fff;
      color: #1A2533;
      border: 1px solid #D8D8D8; }
      #dvs .dvs-button--outline:hover:not(:disabled), #dvs .dvs-button--outline:focus:not(:disabled), #dvs .dvs-button--outline.active:not(:disabled) {
        background-color: #DEEDFF;
        border: 1px solid #DEEDFF;
        color: #1389FE; }
    #dvs .dvs-button--loading {
      pointer-events: none; }
      #dvs .dvs-button--loading .dvs-button__text {
        visibility: hidden; }
      #dvs .dvs-button--loading .dvs-button__icon {
        visibility: hidden; }
      #dvs .dvs-button--loading .dvs-button__spinner {
        display: flex; }
    #dvs .dvs-button__spinner {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      justify-content: center;
      align-items: center; }
  #dvs .dvs-navigation .dvs-button {
    height: 36px;
    padding: 0 12px;
    color: #495058 !important;
    background-color: transparent;
    justify-content: flex-start;
    font-family: AlbertaSans, Roboto, sans-serif; }
    #dvs .dvs-navigation .dvs-button:hover, #dvs .dvs-navigation .dvs-button.active {
      color: #1389FE !important;
      background-color: #DEEDFF; }
  #dvs .dvs-navigation label {
    padding: 0 12px;
    padding-right: 25px;
    background: url(/images/UI_icons/inputs/dropdown.svg) no-repeat right center;
    height: 42px;
    font-size: 16px;
    line-height: 21px;
    font-weight: bold;
    display: flex;
    color: #1A2533;
    align-items: center;
    width: max-content;
    cursor: pointer; }
    #dvs .dvs-navigation label img {
      margin-right: 6px;
      height: 13px;
      width: 13px; }
  #dvs .dvs-navigation .drawer_submenu {
    max-height: 0;
    transition: 0.5s ease;
    overflow: hidden; }
  #dvs .dvs-navigation input:checked + label {
    background: url(/images/UI_icons/inputs/dropdown_active.svg) no-repeat right center; }
    #dvs .dvs-navigation input:checked + label:after {
      background: unset; }
  #dvs .dvs-navigation input:checked + .drawer_submenu {
    max-height: 600px;
    margin-bottom: 20px; }
  #dvs .dvs-notification {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid transparent;
    border-radius: 2px; }
    #dvs .dvs-notification--info {
      color: #4a4a4a;
      background-color: #f5f5f5; }
    #dvs .dvs-notification--danger {
      color: #a94442;
      background-color: #f2dede;
      border-color: #ebccd1; }
    #dvs .dvs-notification--success {
      color: #3c763d;
      background-color: #dff0d8;
      border-color: #d6e9c6; }
    #dvs .dvs-notification__icon {
      margin-right: 8px; }
  #dvs .dvs-columns_wrap {
    display: inline-flex;
    max-width: 100%;
    flex-direction: column;
    min-width: 300px;
    flex: 1; }
    @media only screen and (max-width: 600px) {
      #dvs .dvs-columns_wrap {
        min-width: 100%; } }
    #dvs .dvs-columns_wrap .dvs-columns {
      display: inline-flex;
      border: 1px solid #D8D8D8;
      padding: 15px;
      border-radius: 5px;
      background-color: white; }
      #dvs .dvs-columns_wrap .dvs-columns__item {
        display: block;
        flex: 1; }
        #dvs .dvs-columns_wrap .dvs-columns__item.d-u-hide {
          display: none; }
        #dvs .dvs-columns_wrap .dvs-columns__item:not(:last-child) {
          margin-right: 30px; }
        #dvs .dvs-columns_wrap .dvs-columns__item--small-gap:not(:last-child) {
          margin-right: 6px; }
        #dvs .dvs-columns_wrap .dvs-columns__item--half {
          max-width: 50%; }
        #dvs .dvs-columns_wrap .dvs-columns__item .dvs-control {
          width: unset;
          min-width: unset; }
      #dvs .dvs-columns_wrap .dvs-columns + .dvs-columns {
        margin-top: -10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-top: unset;
        padding-top: 5px;
        flex: 1;
        width: 100%; }
  #dvs .dvs-form {
    max-width: 650px; }
    #dvs .dvs-form.dvs-form-no-max-width {
      max-width: unset; }
    #dvs .dvs-form .dvs-field:not(:first-child) {
      margin-top: 20px; }
    #dvs .dvs-form .dvs-field-half {
      display: inline-block;
      width: calc( 50% - 20px );
      vertical-align: bottom; }
      @media only screen and (max-width: 600px) {
        #dvs .dvs-form .dvs-field-half {
          display: block;
          width: 100%; } }
    #dvs .dvs-form .dvs-field-hald-delimiter {
      font-size: 11px;
      color: #7e8c9c;
      text-align: center;
      margin-top: 15px; }
      @media only screen and (max-width: 600px) {
        #dvs .dvs-form .dvs-field-hald-delimiter {
          text-align: left;
          margin: 40px 0 0 10px; } }
    #dvs .dvs-form--inline {
      display: flex;
      max-width: none;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 5px 12px; }
      #dvs .dvs-form--inline .dvs-form__button,
      #dvs .dvs-form--inline .dvs-field {
        margin-top: 0; }
      #dvs .dvs-form--inline .dvs-field:not(:first-child) {
        margin-top: 0; }
      @media only screen and (max-width: 600px) {
        #dvs .dvs-form--inline .dvs-field--items-right,
        #dvs .dvs-form--inline .dvs-field--items-left {
          display: block; }
        #dvs .dvs-form--inline .dvs-button {
          width: 100%; } }
    #dvs .dvs-form__button {
      margin-top: 30px;
      display: flex; }
      #dvs .dvs-form__button .dvs-button {
        max-width: 300px;
        margin-left: 195px; }
        @media only screen and (max-width: 600px) {
          #dvs .dvs-form__button .dvs-button {
            width: 100%;
            margin-left: unset; } }
  #dvs .dvs-field {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex: 1 0 auto;
    gap: 5px; }
    #dvs .dvs-field--hide {
      display: none; }
    #dvs .dvs-field--fixed-width {
      min-width: 150px;
      width: 100%;
      max-width: 250px; }
      #dvs .dvs-field--fixed-width .dvs-control,
      #dvs .dvs-field--fixed-width .dvs-button {
        min-width: 150px;
        width: 100%; }
        #dvs .dvs-field--fixed-width .dvs-control .dvs-control__input,
        #dvs .dvs-field--fixed-width .dvs-button .dvs-control__input {
          max-width: 100%; }
      #dvs .dvs-field--fixed-width .dvs-button {
        min-width: 165px;
        max-width: 200px; }
    #dvs .dvs-field--items-right, #dvs .dvs-field--items-left {
      display: flex;
      flex-grow: 1;
      flex-direction: row-reverse;
      min-width: fit-content;
      max-width: 100%; }
    #dvs .dvs-field--items-left {
      flex-direction: row; }
    #dvs .dvs-field__label {
      font-size: 14px;
      color: #000000;
      visibility: hidden;
      display: inline-block;
      width: 190px; }
      #dvs .dvs-field__label--visible {
        visibility: visible; }
      #dvs .dvs-field__label .label-info-text {
        width: 14px;
        margin-left: 2px; }
    #dvs .dvs-field__text {
      margin: 6px 0 0;
      padding: 0 10px 0 6px;
      font-size: 14px; }
    #dvs .dvs-field__link_text {
      width: 300px; }
      #dvs .dvs-field__link_text--large {
        width: 600px; }
  #dvs .dvs-separator-text {
    margin-top: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex: 1 0 auto;
    gap: 5px;
    justify-content: center; }
  #dvs .dvs-control {
    position: relative;
    display: inline-flex;
    max-width: 100%;
    flex-direction: row;
    width: 300px; }
    @media only screen and (max-width: 600px) {
      #dvs .dvs-control {
        width: 100%; } }
    #dvs .dvs-control .dvs-control__input {
      flex-grow: 1;
      font-size: 14px;
      border-style: solid;
      max-width: 300px;
      width: 100%;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      font-size: 16px;
      border: 1px solid #DEDEDE;
      height: 42px; }
      @media only screen and (max-width: 600px) {
        #dvs .dvs-control .dvs-control__input {
          max-width: unset; } }
      #dvs .dvs-control .dvs-control__input:focus {
        border-color: #1389fe; }
      #dvs .dvs-control .dvs-control__input:focus-within {
        border-color: #1389fe; }
      #dvs .dvs-control .dvs-control__input.has-error {
        border-color: #CA1913; }
      #dvs .dvs-control .dvs-control__input.has-error + .selectize-control > .selectize-input, #dvs .dvs-control .dvs-control__input.js-custom-select.has-error + div.js-custom-select {
        border-color: #CA1913; }
      #dvs .dvs-control .dvs-control__input.js-custom-select-with-icon.has-error + div.js-custom-select-with-icon, #dvs .dvs-control .dvs-control__input.js-custom-select-with-color.has-error + div.js-custom-select-with-color, #dvs .dvs-control .dvs-control__input.js-custom-select-with-icon-or-color.has-error + div.js-custom-select-with-icon-or-color {
        border-color: #CA1913; }
      #dvs .dvs-control .dvs-control__input.dvs-control__input--xsmall {
        max-width: 45px; }
      #dvs .dvs-control .dvs-control__input.dvs-control__input--full-border {
        border-top-width: 1px;
        border-right-width: 1px;
        border-left-width: 1px; }
      #dvs .dvs-control .dvs-control__input.dvs-control__input--full-width {
        margin-right: 0; }
      #dvs .dvs-control .dvs-control__input.dvs-control__input--font-small {
        font-size: 12px; }
      #dvs .dvs-control .dvs-control__input.dvs-control__input--icon_calendar {
        background-repeat: no-repeat;
        background-position-x: calc(100% - 13px);
        background-position-y: center;
        background-image: url(/images/UI_icons/calendar.svg);
        background-size: 14px;
        padding: 5px 30px 5px 10px; }
    #dvs .dvs-control input.dvs-control__input,
    #dvs .dvs-control textarea.dvs-control__input,
    #dvs .dvs-control .selectize-input {
      padding: 6px;
      flex-grow: 1;
      font-size: 16px;
      font-family: AlbertaSans, Roboto, sans-serif; }
    #dvs .dvs-control textarea.dvs-control__input {
      height: 90px; }
    #dvs .dvs-control .selectize-input,
    #dvs .dvs-control select.dvs-control__input {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -webkit-appearance: none;
      -moz-appearance: none;
      background: transparent;
      background-repeat: no-repeat;
      background-position-x: calc(100% - 13px);
      background-position-y: center;
      background-image: url(/images/UI_icons/inputs/dropdown.svg);
      padding: 5px 30px 5px 10px;
      border: 0;
      border: 1px solid #DEDEDE; }
      #dvs .dvs-control .selectize-input:invalid,
      #dvs .dvs-control select.dvs-control__input:invalid {
        color: gray; }
      #dvs .dvs-control .selectize-input option,
      #dvs .dvs-control select.dvs-control__input option {
        font-size: 14px; }
      #dvs .dvs-control .selectize-input--hide-arrow,
      #dvs .dvs-control select.dvs-control__input--hide-arrow {
        -moz-appearance: none;
        -webkit-appearance: none; }
      #dvs .dvs-control .selectize-input:focus,
      #dvs .dvs-control select.dvs-control__input:focus {
        border-color: #DEDEDE; }
    #dvs .dvs-control select.dvs-control__input {
      border: 1px solid #DEDEDE;
      font-size: 16px; }
    #dvs .dvs-control .selectize-input {
      height: 100%;
      border: unset;
      display: flex;
      align-items: center;
      font-size: 16px; }
      #dvs .dvs-control .selectize-input:after {
        display: none; }
      #dvs .dvs-control .selectize-input input {
        height: 100%;
        font-size: 16px; }
    #dvs .dvs-control .selectize-dropdown {
      border: unset; }
    #dvs .dvs-control .selectize-dropdown-content {
      border-radius: 5px;
      border: 1px solid #DEDEDE;
      background: white; }
    #dvs .dvs-control .selectize-dropdown .active {
      color: #1A2533; }
    #dvs .dvs-control .dvs-custom-select-with-icon .custom-select-with-icon-img {
      margin-bottom: 2px;
      margin-right: 10px; }
    #dvs .dvs-control .dvs-custom-select-with-color .option {
      height: 32px;
      line-height: 32px; }
      #dvs .dvs-control .dvs-custom-select-with-color .option .custom-select-color-border {
        border-radius: 6px;
        padding: 3px 4px; }
    #dvs .dvs-control .dvs-custom-select-with-icon-or-color .custom-select-with-icon-img {
      margin-bottom: 2px;
      margin-right: 10px; }
    #dvs .dvs-control .dvs-control__separator {
      display: flex;
      margin: 0 2px;
      align-items: center;
      font-size: 16px;
      white-space: nowrap; }
    #dvs .dvs-control .dvs-control__icon {
      display: none;
      margin-left: 8px;
      align-items: center;
      font-size: 10px; }
      #dvs .dvs-control .dvs-control__icon.dvs-control__icon--danger {
        color: #CA1913; }
      #dvs .dvs-control .dvs-control__icon.dvs-control__icon--button i {
        cursor: pointer;
        transform: scale(1.4); }
        #dvs .dvs-control .dvs-control__icon.dvs-control__icon--button i:hover {
          opacity: 0.7; }
    #dvs .dvs-control.dvs-control--icon-right .dvs-control__input {
      margin-right: 0; }
    #dvs .dvs-control.dvs-control--icon-right .dvs-control__icon {
      display: flex; }
    #dvs .dvs-control.dvs-control--icon-right .dvs-control__asterisk {
      margin-top: 2px;
      position: absolute;
      right: -10px; }
    #dvs .dvs-control.dvs-control--icon-right .dvs-control__has-auto-notifications {
      margin-top: 17px;
      position: absolute;
      right: -12px; }
    #dvs .dvs-control.dvs-control--small {
      max-width: 145px; }
    #dvs .dvs-control.dvs-control--medium {
      max-width: 200px; }
    #dvs .dvs-control.dvs-control--large {
      width: 600px; }
      #dvs .dvs-control.dvs-control--large .dvs-control__input {
        max-width: 600px; }
    #dvs .dvs-control .js-datetimepicker-h,
    #dvs .dvs-control .js-datetimepicker-min {
      width: 40px; }
    #dvs .dvs-control .js-datetimepicker-h {
      margin-left: 8px; }
    #dvs .dvs-control .dvs-control__input__datetime_delim {
      font-size: 20px;
      line-height: 42px;
      margin: 0 2px; }
  #dvs .dvs-spinner {
    display: block;
    width: 28px;
    height: 28px;
    border: 3px rgba(232, 232, 232, 0.25) solid;
    border-top: 3px #e8e8e8 solid;
    border-radius: 50%;
    -webkit-animation: dvsSpinnerRotation 0.8s infinite linear;
    animation: dvsSpinnerRotation 0.8s infinite linear; }
    #dvs .dvs-spinner--dark {
      border-color: rgba(179, 178, 178, 0.25);
      border-top-color: #b3b2b2; }
    #dvs .dvs-spinner--small {
      width: 18px;
      height: 18px;
      border: 2px rgba(232, 232, 232, 0.25) solid;
      border-top: 2px #e8e8e8 solid; }
    #dvs .dvs-spinner--xsmall {
      width: 14px;
      height: 14px;
      border: 1px rgba(232, 232, 232, 0.25) solid;
      border-top: 1px #e8e8e8 solid; }
@-webkit-keyframes dvsSpinnerRotation {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }
@keyframes dvsSpinnerRotation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }
  #dvs .dvs-files__spinner {
    display: flex;
    justify-content: center; }
  #dvs .dvs-files__items {
    margin-top: 25px; }
  #dvs .dvs-files__item {
    margin-top: 5px; }
    #dvs .dvs-files__item__view-file, #dvs .dvs-files__item__download-file, #dvs .dvs-files__item__view-file-info, #dvs .dvs-files__item__sign, #dvs .dvs-files__item__sign_eparaksts, #dvs .dvs-files__item__change-file, #dvs .dvs-files__item__delete, #dvs .dvs-files__item__unlink {
      display: inline-block;
      width: 17px;
      height: 19px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: auto 12px;
      border: 0;
      background-color: transparent;
      cursor: pointer; }
    #dvs .dvs-files__item-label {
      color: #6C6C6C;
      margin-bottom: 10px; }
    #dvs .dvs-files__item__view-file {
      background-image: url(/images/UI_icons/eye.svg);
      opacity: 0.5; }
      #dvs .dvs-files__item__view-file:hover, #dvs .dvs-files__item__view-file:focus, #dvs .dvs-files__item__view-file.active {
        opacity: 1; }
    #dvs .dvs-files__item__download-file {
      background-image: url(/images/UI_icons/download.svg);
      opacity: 0.5; }
      #dvs .dvs-files__item__download-file:hover, #dvs .dvs-files__item__download-file:focus, #dvs .dvs-files__item__download-file.active {
        opacity: 1; }
    #dvs .dvs-files__item__view-file-info {
      background-image: url(/images/UI_icons/info.svg);
      opacity: 0.5; }
      #dvs .dvs-files__item__view-file-info:hover, #dvs .dvs-files__item__view-file-info:focus, #dvs .dvs-files__item__view-file-info.active {
        opacity: 1; }
    #dvs .dvs-files__item__sign {
      background-image: url(/images/UI_icons/sign.svg);
      opacity: 0.5; }
      #dvs .dvs-files__item__sign:hover, #dvs .dvs-files__item__sign:focus, #dvs .dvs-files__item__sign.active {
        opacity: 1; }
    #dvs .dvs-files__item__change-file {
      background-image: url(/images/UI_icons/change.svg);
      opacity: 0.5; }
      #dvs .dvs-files__item__change-file:hover, #dvs .dvs-files__item__change-file:focus, #dvs .dvs-files__item__change-file.active {
        opacity: 1; }
    #dvs .dvs-files__item__delete {
      background-image: url(/images/UI_icons/trash.svg);
      opacity: 0.5; }
      #dvs .dvs-files__item__delete:hover, #dvs .dvs-files__item__delete:focus, #dvs .dvs-files__item__delete.active {
        opacity: 1; }
    #dvs .dvs-files__item__unlink {
      background-image: url(/images/UI_icons/unlink.svg);
      opacity: 0.5; }
      #dvs .dvs-files__item__unlink:hover, #dvs .dvs-files__item__unlink:focus, #dvs .dvs-files__item__unlink.active {
        opacity: 1; }
    #dvs .dvs-files__item__sign.dvs-files__item__sign__status__in_progress {
      background-image: url(/images/UI_icons/yellow/sign.svg); }
    #dvs .dvs-files__item__sign.dvs-files__item__sign__status__finished {
      background-image: url(/images/UI_icons/green/sign.svg); }
    #dvs .dvs-files__item__change-file.dvs-files__item__sign__status__in_progress {
      background-image: url(/images/UI_icons/yellow/change.svg); }
    #dvs .dvs-files__item__change-file.dvs-files__item__sign__status__finished {
      background-image: url(/images/UI_icons/green/change.svg); }
    #dvs .dvs-files__item__sign_eparaksts {
      opacity: 0.66;
      background-image: url(/images/UI_icons/eParaksts.svg); }
      #dvs .dvs-files__item__sign_eparaksts:hover, #dvs .dvs-files__item__sign_eparaksts:focus, #dvs .dvs-files__item__sign_eparaksts.active {
        opacity: 1; }
  #dvs .dvs-files__button {
    margin-top: 15px; }
  #dvs .dvs-files__message {
    margin-bottom: 20px; }
  #dvs .dvs-files__link {
    color: #1389FE;
    font-size: 14px;
    text-decoration: none;
    margin-right: 10px; }
  #dvs .dvs-multi-select {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px; }
    #dvs .dvs-multi-select__content {
      background: white; }
      @media only screen and (max-width: 600px) {
        #dvs .dvs-multi-select__content {
          width: 100%; } }
    #dvs .dvs-multi-select .dvs-multi-select-items-and-link .dvs-multi-select-add-new-link {
      display: none;
      height: 18px;
      line-height: 18px;
      margin-top: 5px; }
      #dvs .dvs-multi-select .dvs-multi-select-items-and-link .dvs-multi-select-add-new-link i {
        font-size: 10px;
        margin-left: 3px; }
    @media only screen and (max-width: 600px) {
      #dvs .dvs-multi-select .dvs-multi-select-items-and-link {
        width: 100%; } }
    #dvs .dvs-multi-select:not(:first-child) {
      margin-top: 20px; }
    #dvs .dvs-multi-select.has-error {
      background-color: rgba(202, 25, 19, 0.1); }
    #dvs .dvs-multi-select .dvs-control__icon--button {
      cursor: pointer;
      margin-right: 10px;
      width: 14px; }
    #dvs .dvs-multi-select__button {
      margin-top: auto;
      height: 42px;
      position: relative;
      display: inline-flex; }
      #dvs .dvs-multi-select__button.has-bottom-margin {
        margin-bottom: 23px; }
      #dvs .dvs-multi-select__button .dvs-button {
        margin-left: 0; }
      #dvs .dvs-multi-select__button .dvs-control__asterisk {
        display: flex;
        margin-left: 8px;
        align-items: flex-start;
        font-size: 10px;
        margin-top: 2px; }
  #dvs .dvs-sum-title {
    text-align: center;
    font-size: 14px;
    color: #6C6C6C; }
    #dvs .dvs-sum-title--start {
      display: flex;
      height: 100%;
      justify-content: flex-end;
      align-items: center; }
  #dvs .dvs-search {
    border-radius: 5px;
    border: 1px solid #E5E5E5;
    padding: 20px; }
    #dvs .dvs-search__header {
      display: flex;
      margin-bottom: 15px; }
    #dvs .dvs-search__title {
      font-size: 18px;
      font-weight: bold; }
    #dvs .dvs-search__block--operator {
      max-width: 240px;
      margin-bottom: 40px; }
      #dvs .dvs-search__block--operator .dvs-control {
        min-width: 150px;
        width: 100%;
        max-width: 400px; }
      @media only screen and (max-width: 600px) {
        #dvs .dvs-search__block--operator {
          max-width: 100%; } }
    #dvs .dvs-search__row:not(:first-child) {
      margin-top: 12px; }
    #dvs .dvs-search .dvs-field--items-left {
      margin-top: 40px; }
  #dvs .dvs-search-option {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px 12px;
    margin-bottom: 15px; }
    #dvs .dvs-search-option__field {
      width: 100%;
      max-width: 240px; }
      @media only screen and (max-width: 600px) {
        #dvs .dvs-search-option__field {
          max-width: unset; } }
    #dvs .dvs-search-option__compare {
      width: 100%;
      max-width: 120px; }
      @media only screen and (max-width: 600px) {
        #dvs .dvs-search-option__compare {
          max-width: unset; } }
    #dvs .dvs-search-option__input {
      display: flex;
      width: 100%;
      max-width: 300px; }
      @media only screen and (max-width: 600px) {
        #dvs .dvs-search-option__input {
          max-width: unset;
          min-height: 33px; } }
    #dvs .dvs-search-option__remove-button {
      width: 14px;
      margin: 0;
      padding: 0;
      font-size: 10px;
      color: #CA1913;
      border: 0 none;
      background: none;
      cursor: pointer; }
      @media only screen and (max-width: 600px) {
        #dvs .dvs-search-option__remove-button {
          margin-top: 5px; } }
    #dvs .dvs-search-option__remove-icon {
      width: 100%;
      height: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 12px;
      opacity: 0.5;
      background-image: url(/images/UI_icons/trash.svg); }
      #dvs .dvs-search-option__remove-icon:hover, #dvs .dvs-search-option__remove-icon:focus {
        background-image: url(/images/UI_icons/red/trash.svg);
        opacity: 1; }
    #dvs .dvs-search-option__edit-icon {
      width: 100%;
      height: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 12px;
      opacity: 0.5;
      background-image: url(/images/UI_icons/edit.svg); }
      #dvs .dvs-search-option__edit-icon:hover, #dvs .dvs-search-option__edit-icon:focus {
        background-image: url(/images/UI_icons/blue/edit.svg);
        opacity: 1; }
    #dvs .dvs-search-option .dvs-control__input,
    #dvs .dvs-search-option .dvs-control {
      min-width: unset;
      width: 100%; }
  #dvs .dvs-buttons-group {
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px 12px; }
    #dvs .dvs-buttons-group > * {
      flex: 1; }
    #dvs .dvs-buttons-group > *:only-child {
      flex: unset; }
  #dvs .dvs-table {
    width: 100%;
    table-layout: fixed;
    font-size: 14px;
    border-spacing: 0;
    border-radius: 5px;
    border: 1px solid #E3E3E3; }
    #dvs .dvs-table tr {
      height: 36px; }
    #dvs .dvs-table th, #dvs .dvs-table td {
      padding: 10px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      transition: 0.5s ease; }
    #dvs .dvs-table.dvs-table__wrap-text th, #dvs .dvs-table.dvs-table__wrap-text td {
      white-space: unset; }
    #dvs .dvs-table thead th {
      font-weight: bold;
      background-color: unset;
      vertical-align: middle;
      font-weight: normal;
      border-bottom: 1px solid #E3E3E3;
      color: #707070;
      font-size: 10px;
      text-transform: uppercase;
      line-height: 13px; }
    #dvs .dvs-table tbody tr:hover td {
      background-color: rgba(167, 161, 161, 0.1); }
    #dvs .dvs-table tbody tr:nth-child(even) td {
      background-color: #F8F8F8; }
    #dvs .dvs-table colgroup {
      display: table-column; }
    #dvs .dvs-table .dvs-table_action-buttons {
      text-align: right; }
      #dvs .dvs-table .dvs-table_action-buttons .dvs-table_action-button {
        display: inline-block;
        margin-left: 15px;
        color: #707070;
        background-repeat: no-repeat;
        padding-top: 23px;
        background-position: top center;
        text-align: center;
        font-size: 10px;
        opacity: 0.4; }
        #dvs .dvs-table .dvs-table_action-buttons .dvs-table_action-button:hover {
          cursor: pointer;
          opacity: 1; }
        #dvs .dvs-table .dvs-table_action-buttons .dvs-table_action-button.dvs-table_action-button_edit {
          background-image: url("/images/UI_icons/edit.svg");
          background-size: 16px; }
          #dvs .dvs-table .dvs-table_action-buttons .dvs-table_action-button.dvs-table_action-button_edit:hover {
            background-image: url("/images/UI_icons/blue/edit.svg");
            color: #1489f9; }
        #dvs .dvs-table .dvs-table_action-buttons .dvs-table_action-button.dvs-table_action-button_delete {
          background-image: url("/images/UI_icons/trash.svg");
          background-size: 15px; }
          #dvs .dvs-table .dvs-table_action-buttons .dvs-table_action-button.dvs-table_action-button_delete:hover {
            background-image: url("/images/UI_icons/red/trash.svg");
            color: #fa4251; }
        #dvs .dvs-table .dvs-table_action-buttons .dvs-table_action-button.dvs-table_action-button_add-to-calendar {
          background-image: url("/images/UI_icons/calendar_add.svg");
          background-size: 17px;
          width: 52px; }
          #dvs .dvs-table .dvs-table_action-buttons .dvs-table_action-button.dvs-table_action-button_add-to-calendar:hover {
            background-image: url("/images/UI_icons/blue/calendar_add.svg");
            color: #1489f9; }
  #dvs .dvs-breadcrumbs {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 14px;
    height: 42px; }
    #dvs .dvs-breadcrumbs__item {
      color: #1A2533;
      font-size: 20px; }
      #dvs .dvs-breadcrumbs__item .icon {
        background-repeat: no-repeat !important;
        background-position-y: center !important;
        background-position-x: center !important;
        transition: none;
        background-image: url(/images/UI_icons/grey/home_filled.svg);
        width: 21px;
        height: 21px;
        background-size: 18px;
        min-width: 21px; }
        #dvs .dvs-breadcrumbs__item .icon:hover {
          background-image: url(/images/UI_icons/home_filled.svg); }
      #dvs .dvs-breadcrumbs__item a {
        text-decoration: none;
        color: #1A2533;
        font-weight: bold;
        font-size: 20px;
        font-family: AlbertaSans, Roboto, sans-serif; }
      #dvs .dvs-breadcrumbs__item__company-logo {
        height: 42px;
        width: 42px;
        min-width: 42px;
        border-radius: 42px;
        overflow: hidden;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        margin-right: 10px; }
    #dvs .dvs-breadcrumbs__separator {
      width: 6px;
      height: 100%;
      margin: 0 10px;
      background-image: url(/images/UI_icons/grey/caret_right.svg);
      background-position: center;
      background-repeat: no-repeat; }
      #dvs .dvs-breadcrumbs__separator.first {
        margin: 0 10px 0 7px;
        font-size: 21px;
        line-height: 21px;
        color: #B2B2B2;
        background-image: unset;
        height: unset; }
  #dvs .breadcrumbs-and-search {
    padding: 20px 25px;
    background: #fff;
    border: unset;
    display: flex;
    margin-bottom: 0;
    border-radius: unset;
    border: 1px solid #E6E6E6;
    border-style: solid solid none solid;
    justify-content: space-between; }
    @media only screen and (max-width: 910px) {
      #dvs .breadcrumbs-and-search {
        flex-direction: column;
        row-gap: 10px; } }
    @media only screen and (max-width: 600px) {
      #dvs .breadcrumbs-and-search {
        padding: 20px 16px; } }
    #dvs .breadcrumbs-and-search .dvs-breadcrumbs {
      height: 50px; }
      #dvs .breadcrumbs-and-search .dvs-breadcrumbs .dvs-breadcrumbs__item {
        color: #417FF2;
        font-size: 16px;
        font-weight: bold; }
        #dvs .breadcrumbs-and-search .dvs-breadcrumbs .dvs-breadcrumbs__item.dvs-breadcrumbs__item-title a {
          font-size: 18px;
          line-height: 24px;
          font-weight: bold;
          color: #242424; }
        #dvs .breadcrumbs-and-search .dvs-breadcrumbs .dvs-breadcrumbs__item-is_code {
          cursor: pointer; }
        #dvs .breadcrumbs-and-search .dvs-breadcrumbs .dvs-breadcrumbs__item a {
          font-size: 16px;
          line-height: 21px;
          font-weight: normal;
          color: #9A9A9A; }
      #dvs .breadcrumbs-and-search .dvs-breadcrumbs .dvs-breadcrumbs__separator {
        background-image: url(/images/UI_icons/grey/caret_right.svg);
        background-size: 7px 12px; }
    #dvs .breadcrumbs-and-search .dvs-search-and-add {
      display: flex;
      column-gap: 13px; }
      #dvs .breadcrumbs-and-search .dvs-search-and-add .dvs-add-form {
        display: flex;
        flex-wrap: nowrap; }
        @media only screen and (max-width: 1140px) {
          #dvs .breadcrumbs-and-search .dvs-search-and-add .dvs-add-form {
            flex-wrap: wrap; } }
      @media only screen and (max-width: 820px) {
        #dvs .breadcrumbs-and-search .dvs-search-and-add {
          width: 100%; } }
      @media only screen and (min-width: 600px) and (max-width: 690px) {
        #dvs .breadcrumbs-and-search .dvs-search-and-add {
          flex-direction: column;
          row-gap: 13px; } }
      @media only screen and (max-width: 400px) {
        #dvs .breadcrumbs-and-search .dvs-search-and-add {
          flex-direction: column;
          row-gap: 13px; } }
      #dvs .breadcrumbs-and-search .dvs-search-and-add .dvs-search-form {
        width: 100%;
        min-width: 110px; }
        @media only screen and (max-width: 820px) {
          #dvs .breadcrumbs-and-search .dvs-search-and-add .dvs-search-form .dvs-search-form-template-input {
            width: 100%; } }
        #dvs .breadcrumbs-and-search .dvs-search-and-add .dvs-search-form .dvs-search-form-template-input .dvs-control__input {
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          border-radius: 10px;
          border: 1px solid #D9D9D9;
          height: 50px;
          padding: 7px 42px 5px 40px;
          background: transparent;
          background-repeat: no-repeat;
          background-position-x: 13px;
          background-position-y: center;
          background-size: 14px;
          background-image: url(/images/UI_icons/grey/search.svg); }
          #dvs .breadcrumbs-and-search .dvs-search-and-add .dvs-search-form .dvs-search-form-template-input .dvs-control__input:focus {
            border-color: #1389fe; }
        #dvs .breadcrumbs-and-search .dvs-search-and-add .dvs-search-form .dvs-search-form-template-input .dvs-search__advanced-filters {
          background-image: url(/images/UI_icons/sliders.svg);
          position: absolute;
          right: 5px;
          top: 5px;
          width: 40px;
          cursor: pointer;
          height: 40px;
          background-size: 20px;
          background-position: center;
          background-repeat: no-repeat;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          border-radius: 10px;
          transition: background-color 0.5s ease, color 0.5s ease; }
          #dvs .breadcrumbs-and-search .dvs-search-and-add .dvs-search-form .dvs-search-form-template-input .dvs-search__advanced-filters:hover:not(:disabled), #dvs .breadcrumbs-and-search .dvs-search-and-add .dvs-search-form .dvs-search-form-template-input .dvs-search__advanced-filters:focus:not(:disabled), #dvs .breadcrumbs-and-search .dvs-search-and-add .dvs-search-form .dvs-search-form-template-input .dvs-search__advanced-filters.active:not(:disabled) {
            background-color: #F1F6FE;
            background-image: url(/images/UI_icons/blue/sliders.svg); }
      #dvs .breadcrumbs-and-search .dvs-search-and-add .dvs-breadcrumbs-add-new-btn-wrapper .dvs-button--add-new {
        height: 50px;
        background-color: #43B21A;
        color: #fff;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        font-weight: bold;
        min-width: 167px; }
        #dvs .breadcrumbs-and-search .dvs-search-and-add .dvs-breadcrumbs-add-new-btn-wrapper .dvs-button--add-new:hover {
          background-color: #009611; }
  #dvs .dvs-filters-form-wrapper {
    display: flex; }
    #dvs .dvs-filters-form-wrapper .dvs-filters-form-content {
      display: flex;
      margin-bottom: 40px;
      flex-wrap: wrap;
      row-gap: 16px; }
      #dvs .dvs-filters-form-wrapper .dvs-filters-form-content .dvs-filters-form-template-select {
        position: relative;
        padding-top: 10px;
        display: block;
        width: 200px;
        margin-right: 14px; }
        #dvs .dvs-filters-form-wrapper .dvs-filters-form-content .dvs-filters-form-template-select .dvs-filters-form-template-select__label {
          position: absolute;
          color: #242424;
          font-size: 14px;
          line-height: 19px;
          background-color: #FFFFFF;
          font-weight: bold;
          position: absolute;
          top: 0;
          z-index: 2;
          left: 12px;
          padding: 0 4px; }
        #dvs .dvs-filters-form-wrapper .dvs-filters-form-content .dvs-filters-form-template-select .dvs-filters-form-template-select__container .dvs-control__input {
          height: 50px;
          border: none; }
          #dvs .dvs-filters-form-wrapper .dvs-filters-form-content .dvs-filters-form-template-select .dvs-filters-form-template-select__container .dvs-control__input .ms-choice, #dvs .dvs-filters-form-wrapper .dvs-filters-form-content .dvs-filters-form-template-select .dvs-filters-form-template-select__container .dvs-control__input .selectize-input {
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            border: 1px solid #D9D9D9;
            height: 100%;
            background: transparent;
            background-repeat: no-repeat;
            background-position-x: calc(100% - 13px);
            background-position-y: center;
            background-image: url(/images/UI_icons/inputs/dropdown.svg);
            padding: 8px 30px 5px 16px; }
            #dvs .dvs-filters-form-wrapper .dvs-filters-form-content .dvs-filters-form-template-select .dvs-filters-form-template-select__container .dvs-control__input .ms-choice span, #dvs .dvs-filters-form-wrapper .dvs-filters-form-content .dvs-filters-form-template-select .dvs-filters-form-template-select__container .dvs-control__input .selectize-input span {
              position: relative;
              padding-left: 0;
              font-size: 16px;
              font-family: AlbertaSans, Roboto, sans-serif;
              color: #242424; }
            #dvs .dvs-filters-form-wrapper .dvs-filters-form-content .dvs-filters-form-template-select .dvs-filters-form-template-select__container .dvs-control__input .ms-choice .icon-caret, #dvs .dvs-filters-form-wrapper .dvs-filters-form-content .dvs-filters-form-template-select .dvs-filters-form-template-select__container .dvs-control__input .selectize-input .icon-caret {
              display: none; }
          #dvs .dvs-filters-form-wrapper .dvs-filters-form-content .dvs-filters-form-template-select .dvs-filters-form-template-select__container .dvs-control__input .ms-drop {
            border-radius: 5px;
            border: 1px solid #DEDEDE;
            background: white;
            width: 100%; }
            #dvs .dvs-filters-form-wrapper .dvs-filters-form-content .dvs-filters-form-template-select .dvs-filters-form-template-select__container .dvs-control__input .ms-drop .ms-search {
              width: 94%;
              padding: 6px 5px; }
              #dvs .dvs-filters-form-wrapper .dvs-filters-form-content .dvs-filters-form-template-select .dvs-filters-form-template-select__container .dvs-control__input .ms-drop .ms-search input {
                border: 1px solid #D9D9D9;
                font-size: 14px;
                font-family: AlbertaSans, Roboto, sans-serif;
                color: #242424; }
            #dvs .dvs-filters-form-wrapper .dvs-filters-form-content .dvs-filters-form-template-select .dvs-filters-form-template-select__container .dvs-control__input .ms-drop ul {
              overflow-y: auto;
              overflow-x: hidden;
              max-height: 200px; }
              #dvs .dvs-filters-form-wrapper .dvs-filters-form-content .dvs-filters-form-template-select .dvs-filters-form-template-select__container .dvs-control__input .ms-drop ul li {
                padding: 5px 8px; }
                #dvs .dvs-filters-form-wrapper .dvs-filters-form-content .dvs-filters-form-template-select .dvs-filters-form-template-select__container .dvs-control__input .ms-drop ul li label {
                  font-size: 14px;
                  font-family: AlbertaSans, Roboto, sans-serif;
                  color: #242424;
                  line-height: 16px;
                  white-space: normal;
                  background: url(/images/UI_icons/inputs/checkbox_grey.svg) no-repeat left center transparent;
                  background-size: 14px;
                  padding: 0;
                  padding-left: 22px;
                  padding-top: 2px;
                  height: 100%; }
                  #dvs .dvs-filters-form-wrapper .dvs-filters-form-content .dvs-filters-form-template-select .dvs-filters-form-template-select__container .dvs-control__input .ms-drop ul li label input[type="checkbox"] {
                    display: none; }
                #dvs .dvs-filters-form-wrapper .dvs-filters-form-content .dvs-filters-form-template-select .dvs-filters-form-template-select__container .dvs-control__input .ms-drop ul li.selected label {
                  background-image: unset; }
                  #dvs .dvs-filters-form-wrapper .dvs-filters-form-content .dvs-filters-form-template-select .dvs-filters-form-template-select__container .dvs-control__input .ms-drop ul li.selected label::after {
                    content: ' ';
                    font-size: 14px;
                    width: 14px;
                    height: 14px;
                    position: absolute;
                    background: url(/images/UI_icons/inputs/checkbox_checked.svg) no-repeat left center transparent;
                    background-size: 14px;
                    left: 0;
                    top: calc(50% - 7px); }
          #dvs .dvs-filters-form-wrapper .dvs-filters-form-content .dvs-filters-form-template-select .dvs-filters-form-template-select__container .dvs-control__input .selectize-dropdown {
            border-radius: 5px;
            width: auto;
            min-width: 100%; }
            #dvs .dvs-filters-form-wrapper .dvs-filters-form-content .dvs-filters-form-template-select .dvs-filters-form-template-select__container .dvs-control__input .selectize-dropdown-content {
              border-radius: 5px;
              border: 1px solid #DEDEDE;
              background: white;
              width: 99%;
              box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
              margin-top: -1px;
              overflow-x: hidden; }
              #dvs .dvs-filters-form-wrapper .dvs-filters-form-content .dvs-filters-form-template-select .dvs-filters-form-template-select__container .dvs-control__input .selectize-dropdown-content .option {
                font-size: 14px;
                font-family: AlbertaSans, Roboto, sans-serif;
                color: #242424;
                line-height: 16px;
                padding: 5px 8px; }
    #dvs .dvs-filters-form-wrapper .dvs-filters-form-cancel-button {
      cursor: pointer;
      display: none;
      align-items: center;
      margin-top: 10px;
      margin-bottom: 40px; }
      #dvs .dvs-filters-form-wrapper .dvs-filters-form-cancel-button.cancel-button-show {
        display: flex; }
  #dvs .dvs-ur-select::before {
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    content: ' ';
    z-index: 2;
    position: absolute;
    display: block;
    top: 12px;
    right: 34px;
    width: 16px;
    height: 16px;
    background: url(../../images/spinner.gif);
    background-size: 16px 16px;
    opacity: 0; }
  #dvs .dvs-ur-select.loading::before {
    opacity: 0.4; }
  #dvs .dvs-ur-select__item {
    padding: 4px;
    font-size: 11px;
    line-height: 1.5; }
    #dvs .dvs-ur-select__item:not(:last-child) {
      border-bottom: 1px solid #d5d9dd; }
  #dvs .dvs-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px; }
    #dvs .dvs-group.has-error {
      background-color: rgba(202, 25, 19, 0.1); }
    #dvs .dvs-group:not(:first-child) {
      margin-top: 20px;
      margin-bottom: 40px; }
    #dvs .dvs-group .dvs-group-main-labels {
      display: none;
      margin-top: 20px; }
    #dvs .dvs-group .dvs-form-group-container .dvs-form-group {
      margin-top: 20px; }
      #dvs .dvs-group .dvs-form-group-container .dvs-form-group .dvs-field .dvs-group-delete-icon {
        visibility: hidden;
        display: flex;
        margin-left: 8px;
        align-items: center;
        font-size: 10px;
        cursor: pointer;
        margin-right: 10px;
        width: 14px; }
        #dvs .dvs-group .dvs-form-group-container .dvs-form-group .dvs-field .dvs-group-delete-icon.dvs-control__icon--danger {
          color: #CA1913; }
      #dvs .dvs-group .dvs-form-group-container .dvs-form-group .dvs-field .dvs-control__input {
        background: white; }
      #dvs .dvs-group .dvs-form-group-container .dvs-form-group .dvs-field:last-child .dvs-group-delete-icon {
        visibility: visible; }
    #dvs .dvs-group .dvs-group-select__button {
      margin-top: auto;
      height: 42px;
      position: relative;
      display: inline-flex; }
      #dvs .dvs-group .dvs-group-select__button .dvs-button {
        margin-left: 0; }
      #dvs .dvs-group .dvs-group-select__button .dvs-control__asterisk {
        display: flex;
        margin-left: 8px;
        align-items: flex-start;
        font-size: 10px;
        margin-top: 2px; }
  #dvs .dvs-group-show:not(:first-child) {
    margin-top: 40px;
    margin-bottom: 40px; }
  #dvs .dvs-group-show .dvs-form-group {
    margin-top: 20px; }
  @media only screen and (max-width: 600px) {
    #dvs .dvs-group__content {
      width: 100%; } }
  #dvs .tox-tinymce {
    border: 1px solid #D9D9D9; }
    #dvs .tox-tinymce.tox-fullscreen {
      z-index: 99999; }
  #dvs .dvs-field-tinymce-container-nonedit .tox-tinymce--disabled {
    border: 0; }
  #dvs .dvs-comments .dvs-block__title:not(:only-child) {
    margin-bottom: 29px; }
  #dvs .dvs-comments .dvs-task-comments-form-wrapper {
    margin-bottom: 20px;
    max-width: 1000px; }
    #dvs .dvs-comments .dvs-task-comments-form-wrapper .dvs-add-comment-text-wrapper {
      width: 100%; }
      #dvs .dvs-comments .dvs-task-comments-form-wrapper .dvs-add-comment-text-wrapper .dvs-field {
        max-width: 1000px;
        width: 100%; }
        #dvs .dvs-comments .dvs-task-comments-form-wrapper .dvs-add-comment-text-wrapper .dvs-field .dvs-field__label {
          width: 0; }
        #dvs .dvs-comments .dvs-task-comments-form-wrapper .dvs-add-comment-text-wrapper .dvs-field .dvs-control {
          width: 100%; }
          #dvs .dvs-comments .dvs-task-comments-form-wrapper .dvs-add-comment-text-wrapper .dvs-field .dvs-control .dvs-control__input {
            max-width: 1000px; }
    #dvs .dvs-comments .dvs-task-comments-form-wrapper .dvs-comments__button-wrapper {
      margin-top: 6px;
      display: flex;
      justify-content: end; }
  #dvs .dvs-comments .dvs-comments-list {
    width: 100%; }
    #dvs .dvs-comments .dvs-comments-list .dvs-comment {
      margin-bottom: 55px;
      font-size: 16px; }
      #dvs .dvs-comments .dvs-comments-list .dvs-comment .dvs-comment-header {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        line-height: 21px;
        width: 400px; }
        #dvs .dvs-comments .dvs-comments-list .dvs-comment .dvs-comment-header .dvs-comment-author-date {
          display: flex; }
          #dvs .dvs-comments .dvs-comments-list .dvs-comment .dvs-comment-header .dvs-comment-author-date .dvs-comment-author {
            font-weight: bold;
            margin-right: 10px; }
          #dvs .dvs-comments .dvs-comments-list .dvs-comment .dvs-comment-header .dvs-comment-author-date .dvs-comment-date {
            color: #9A9A9A; }
        #dvs .dvs-comments .dvs-comments-list .dvs-comment .dvs-comment-header .dvs-comment-delete-icon {
          display: flex;
          margin-left: 8px;
          align-items: center;
          font-size: 10px;
          cursor: pointer;
          margin-right: 10px;
          width: 14px; }
          #dvs .dvs-comments .dvs-comments-list .dvs-comment .dvs-comment-header .dvs-comment-delete-icon.dvs-control__icon--danger {
            color: #CA1913; }
          #dvs .dvs-comments .dvs-comments-list .dvs-comment .dvs-comment-header .dvs-comment-delete-icon .dvs-search-option__remove-icon {
            height: 16px; }
      #dvs .dvs-comments .dvs-comments-list .dvs-comment .dvs-comment-value {
        line-height: 22px; }
  #dvs .dvs-add-from-file-form .dvs-add-from-file-drop-zone {
    margin-top: 10px;
    width: 100%;
    height: 190px;
    border: 1px dashed #ccc;
    border-radius: 5px;
    text-align: center;
    line-height: 190px;
    font-size: 20px;
    color: grey;
    margin-bottom: 10px; }
    #dvs .dvs-add-from-file-form .dvs-add-from-file-drop-zone .dvs-add-from-file-spinner {
      display: none;
      height: 100%;
      justify-content: center;
      align-items: center; }
  #dvs .dvs-add-from-file-form.dvs-create-loading .dvs-add-from-file-drop-zone .dvs-add-from-file-drop-zone-text {
    display: none; }
  #dvs .dvs-add-from-file-form.dvs-create-loading .dvs-add-from-file-drop-zone .dvs-add-from-file-spinner {
    display: flex; }
  #dvs .dvs-contact-person {
    display: flex;
    flex-wrap: wrap;
    gap: 5px; }
    #dvs .dvs-contact-person .dvs-field__label {
      line-height: 42px; }
    #dvs .dvs-contact-person__content {
      background: white; }
      #dvs .dvs-contact-person__content .dvs-field {
        margin-top: 10px; }
        #dvs .dvs-contact-person__content .dvs-field:not(:first-child) {
          margin-top: 10px; }
      #dvs .dvs-contact-person__content .dvs-contact-block {
        width: 100%;
        background-color: #F7F8F9;
        padding: 10px;
        border-radius: 5px;
        display: flex; }
        #dvs .dvs-contact-person__content .dvs-contact-block__content {
          font-size: 14px;
          line-height: 19px;
          width: 90%; }
          #dvs .dvs-contact-person__content .dvs-contact-block__content .dvs-contact-person-name {
            font-weight: bold;
            margin-bottom: 10px; }
        #dvs .dvs-contact-person__content .dvs-contact-block__actions {
          display: flex;
          gap: 5px;
          align-items: end; }
          #dvs .dvs-contact-person__content .dvs-contact-block__actions .dvs-control__icon--button {
            cursor: pointer;
            width: 14px;
            height: 19px; }
      @media only screen and (max-width: 600px) {
        #dvs .dvs-contact-person__content {
          width: 100%; } }
    #dvs .dvs-contact-person .dvs-contact-person-search .selectize-input {
      background-position-x: 11px;
      padding: 5px 10px 5px 36px;
      background-size: 16px;
      background-image: url(/images/UI_icons/grey/search.svg); }
    #dvs .dvs-contact-person .dvs-contact-person-items-and-link .dvs-contact-person-add-new-link {
      display: none;
      height: 18px;
      line-height: 18px;
      margin-top: 5px; }
      #dvs .dvs-contact-person .dvs-contact-person-items-and-link .dvs-contact-person-add-new-link i {
        font-size: 10px;
        margin-left: 3px; }
    @media only screen and (max-width: 600px) {
      #dvs .dvs-contact-person .dvs-contact-person-items-and-link {
        width: 100%; } }
    #dvs .dvs-contact-person:not(:first-child) {
      margin-top: 20px; }
    #dvs .dvs-contact-person.has-error {
      background-color: rgba(202, 25, 19, 0.1); }
    #dvs .dvs-contact-person__button {
      margin-top: auto;
      height: 42px;
      position: relative;
      display: inline-flex; }
      #dvs .dvs-contact-person__button.has-bottom-margin {
        margin-bottom: 23px; }
      #dvs .dvs-contact-person__button .dvs-button {
        margin-left: 0; }
      #dvs .dvs-contact-person__button .dvs-control__asterisk {
        display: flex;
        margin-left: 8px;
        align-items: flex-start;
        font-size: 10px;
        margin-top: 2px; }
  #dvs .dvs-sections-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap; }
    #dvs .dvs-sections-list .dvs-section .dvs-button {
      padding: 0 20px; }
  #dvs .dvs-client-contacts-wrapper .dvs-client-contacts-search {
    margin-bottom: 10px; }
    #dvs .dvs-client-contacts-wrapper .dvs-client-contacts-search .selectize-input {
      background-position-x: 11px;
      padding: 5px 10px 5px 36px;
      background-size: 16px;
      background-image: url(/images/UI_icons/grey/search.svg); }
  #dvs .dvs-client-contacts-wrapper .dvs-client-contacts-form-wrapper .dvs-client-contacts-table .dvs-client-contact-item .dvs-contact__remove-icon {
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
    opacity: 0.5;
    background-image: url(/images/UI_icons/grey/close.svg);
    cursor: pointer; }
  #dvs .dvs-client-contacts-wrapper .dvs-client-contacts-form-wrapper .dvs-client-contact-add-new-link {
    height: 18px;
    line-height: 18px;
    margin-top: 10px; }
    #dvs .dvs-client-contacts-wrapper .dvs-client-contacts-form-wrapper .dvs-client-contact-add-new-link i {
      font-size: 10px;
      margin-left: 3px; }
  #dvs .dvs-client-contacts-wrapper .dvs-client-contacts-form-wrapper .dvs-form__button .dvs-button {
    margin-left: 0; }
  #dvs .dvs-export__xls {
    display: flex; }
    #dvs .dvs-export__xls .dvs-export__count {
      color: #242424; }
    #dvs .dvs-export__xls .dvs-export__actions {
      position: relative;
      width: 230px; }
      #dvs .dvs-export__xls .dvs-export__actions .dvs-export__actions_btn {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        background: #F1F6FE;
        color: #407FF2;
        font-weight: bold;
        background-repeat: no-repeat;
        background-position-x: calc(100% - 13px);
        background-position-y: center;
        background-image: url(/images/UI_icons/inputs/dropdown_blue.svg);
        padding: 10px 30px 8px 14px;
        min-width: 150px;
        width: fit-content;
        height: 38px;
        line-height: 19px;
        font-size: 14px;
        cursor: pointer;
        margin-right: 0;
        margin-left: auto;
        transition: background-color 0.5s ease, color 0.5s ease; }
        #dvs .dvs-export__xls .dvs-export__actions .dvs-export__actions_btn:hover:not(:disabled), #dvs .dvs-export__xls .dvs-export__actions .dvs-export__actions_btn:focus:not(:disabled), #dvs .dvs-export__xls .dvs-export__actions .dvs-export__actions_btn.active:not(:disabled) {
          background-color: #1389FE;
          color: white;
          background-image: url(/images/UI_icons/inputs/dropdown_white.svg); }
      #dvs .dvs-export__xls .dvs-export__actions .dvs-export__actions_block {
        display: none;
        position: absolute;
        margin-top: 10px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        width: 230px;
        background-color: #FFFFFF;
        box-shadow: 0 0 40px rgba(4, 30, 77, 0.16);
        z-index: 8;
        padding: 10px 0; }
        #dvs .dvs-export__xls .dvs-export__actions .dvs-export__actions_block .dvs-button--export-action {
          background-color: unset;
          color: #242424;
          font-size: 16px;
          width: 100%;
          text-align: left;
          justify-content: initial;
          padding-left: 27px;
          padding-right: 15px; }
          #dvs .dvs-export__xls .dvs-export__actions .dvs-export__actions_block .dvs-button--export-action.dvs-button--loading .dvs-button__text {
            visibility: visible; }
          #dvs .dvs-export__xls .dvs-export__actions .dvs-export__actions_block .dvs-button--export-action:hover {
            background-color: #F7F7F7; }
  #dvs .dvs-doc-tasks-table-wrapper {
    border: none; }
    #dvs .dvs-doc-tasks-table-wrapper .dvs-doc-tasks-table {
      table-layout: auto; }
      #dvs .dvs-doc-tasks-table-wrapper .dvs-doc-tasks-table th, #dvs .dvs-doc-tasks-table-wrapper .dvs-doc-tasks-table td {
        border-right: none;
        border-bottom: 1px solid #D9D9D9;
        border-color: #D9D9D9;
        background-color: #FFFFFF;
        border-radius: 0; }
      #dvs .dvs-doc-tasks-table-wrapper .dvs-doc-tasks-table th {
        font-size: 12px;
        color: #9A9A9A;
        padding: 5px 15px 5px 0 !important; }
        #dvs .dvs-doc-tasks-table-wrapper .dvs-doc-tasks-table th .tablesorter-header-inner::after {
          right: unset;
          margin-left: 5px; }
      #dvs .dvs-doc-tasks-table-wrapper .dvs-doc-tasks-table td {
        padding: 6px 15px 6px 0 !important;
        color: #242424;
        font-size: 14px;
        height: 38px; }
        #dvs .dvs-doc-tasks-table-wrapper .dvs-doc-tasks-table td .dvs-task-color-border {
          border-radius: 6px;
          padding: 6px 7px;
          white-space: nowrap; }
        #dvs .dvs-doc-tasks-table-wrapper .dvs-doc-tasks-table td .dvs-task-name {
          color: #242424;
          font-family: inherit; }
          #dvs .dvs-doc-tasks-table-wrapper .dvs-doc-tasks-table td .dvs-task-name:hover {
            text-decoration: underline; }
        #dvs .dvs-doc-tasks-table-wrapper .dvs-doc-tasks-table td .dvs-task-value-greyed-out {
          opacity: 0.5; }
        #dvs .dvs-doc-tasks-table-wrapper .dvs-doc-tasks-table td .tablesorter_row_more_btn {
          background-image: url(/images/UI_icons/more.svg);
          height: 38px;
          width: 40px;
          background-color: #E6E6E6;
          display: block;
          overflow: hidden;
          -webkit-border-radius: 8px;
          -moz-border-radius: 8px;
          border-radius: 8px;
          cursor: pointer;
          text-decoration: none;
          transition: 0.5s ease;
          background-position: center;
          background-repeat: no-repeat;
          background-size: auto 16px;
          visibility: hidden;
          opacity: 0;
          transition: visibility 0s, opacity 0.5s ease; }
      #dvs .dvs-doc-tasks-table-wrapper .dvs-doc-tasks-table tr:hover td {
        background-color: #F7F7F7; }
        #dvs .dvs-doc-tasks-table-wrapper .dvs-doc-tasks-table tr:hover td .tablesorter_row_more_btn {
          visibility: visible;
          opacity: 1; }
  #dvs .tasks-breadcrumbs-and-search {
    padding: 20px 25px;
    background: #fff;
    border: unset;
    display: flex;
    margin-bottom: 0;
    border-radius: unset;
    border: 1px solid #E6E6E6;
    border-style: solid solid none solid;
    justify-content: space-between; }
    @media only screen and (max-width: 910px) {
      #dvs .tasks-breadcrumbs-and-search {
        flex-direction: column;
        row-gap: 10px; } }
    @media only screen and (max-width: 600px) {
      #dvs .tasks-breadcrumbs-and-search {
        padding: 20px 16px; } }
    #dvs .tasks-breadcrumbs-and-search .dvs-breadcrumbs {
      height: 50px; }
      #dvs .tasks-breadcrumbs-and-search .dvs-breadcrumbs .dvs-breadcrumbs__item {
        color: #417FF2;
        font-size: 16px;
        font-weight: bold; }
        #dvs .tasks-breadcrumbs-and-search .dvs-breadcrumbs .dvs-breadcrumbs__item.dvs-breadcrumbs__item-title a {
          font-size: 18px;
          line-height: 24px;
          font-weight: bold;
          color: #242424; }
        #dvs .tasks-breadcrumbs-and-search .dvs-breadcrumbs .dvs-breadcrumbs__item-is_code {
          cursor: pointer; }
        #dvs .tasks-breadcrumbs-and-search .dvs-breadcrumbs .dvs-breadcrumbs__item a {
          font-size: 16px;
          line-height: 21px;
          font-weight: normal;
          color: #9A9A9A; }
      #dvs .tasks-breadcrumbs-and-search .dvs-breadcrumbs .dvs-breadcrumbs__separator {
        background-image: url(/images/UI_icons/grey/caret_right.svg);
        background-size: 7px 12px; }
      #dvs .tasks-breadcrumbs-and-search .dvs-breadcrumbs .dvs-breadcrumbs__actions {
        position: relative; }
        #dvs .tasks-breadcrumbs-and-search .dvs-breadcrumbs .dvs-breadcrumbs__actions .dvs-breadcrumbs__actions_btn {
          background-image: url(/images/UI_icons/more.svg);
          height: 38px;
          width: 40px;
          display: block;
          -webkit-border-radius: 8px;
          -moz-border-radius: 8px;
          border-radius: 8px;
          cursor: pointer;
          text-decoration: none;
          transition: 0.5s ease;
          background-position: center;
          background-repeat: no-repeat;
          background-size: auto 16px;
          margin-left: 4px; }
          #dvs .tasks-breadcrumbs-and-search .dvs-breadcrumbs .dvs-breadcrumbs__actions .dvs-breadcrumbs__actions_btn:hover {
            background-color: #E6E6E6; }
          #dvs .tasks-breadcrumbs-and-search .dvs-breadcrumbs .dvs-breadcrumbs__actions .dvs-breadcrumbs__actions_btn.active {
            background-color: #E6E6E6; }
        #dvs .tasks-breadcrumbs-and-search .dvs-breadcrumbs .dvs-breadcrumbs__actions .dvs-breadcrumbs__actions_block {
          display: none;
          position: absolute;
          margin-top: 10px;
          margin-left: 10px;
          -webkit-border-radius: 20px;
          -moz-border-radius: 20px;
          border-radius: 20px;
          width: 220px;
          background-color: #FFFFFF;
          box-shadow: 0 0 40px rgba(4, 30, 77, 0.16);
          z-index: 8;
          padding: 10px 0; }
          #dvs .tasks-breadcrumbs-and-search .dvs-breadcrumbs .dvs-breadcrumbs__actions .dvs-breadcrumbs__actions_block .dvs-button--task-breadcrumb-action {
            background-color: unset;
            color: #242424;
            font-size: 16px;
            width: 100%;
            text-align: left;
            justify-content: initial;
            padding-left: 54px;
            padding-right: 15px;
            background-position-x: 20px; }
            #dvs .tasks-breadcrumbs-and-search .dvs-breadcrumbs .dvs-breadcrumbs__actions .dvs-breadcrumbs__actions_block .dvs-button--task-breadcrumb-action-copy {
              background-image: url(/images/UI_icons/copy.svg); }
            #dvs .tasks-breadcrumbs-and-search .dvs-breadcrumbs .dvs-breadcrumbs__actions .dvs-breadcrumbs__actions_block .dvs-button--task-breadcrumb-action-delete {
              background-image: url(/images/UI_icons/trash.svg); }
            #dvs .tasks-breadcrumbs-and-search .dvs-breadcrumbs .dvs-breadcrumbs__actions .dvs-breadcrumbs__actions_block .dvs-button--task-breadcrumb-action.dvs-button--loading .dvs-button__text {
              visibility: visible; }
            #dvs .tasks-breadcrumbs-and-search .dvs-breadcrumbs .dvs-breadcrumbs__actions .dvs-breadcrumbs__actions_block .dvs-button--task-breadcrumb-action:hover {
              background-color: #F7F7F7; }
      #dvs .tasks-breadcrumbs-and-search .dvs-breadcrumbs .dvs-breadcrumbs__share .dvs-breadcrumbs__share_btn {
        background-image: url(/images/UI_icons/link.svg);
        height: 38px;
        width: 16px;
        display: block;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        cursor: pointer;
        text-decoration: none;
        transition: 0.5s ease;
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto 16px;
        margin-left: 24px; }
    #dvs .tasks-breadcrumbs-and-search .dvs-search-and-add {
      display: flex;
      column-gap: 13px; }
      @media only screen and (max-width: 820px) {
        #dvs .tasks-breadcrumbs-and-search .dvs-search-and-add {
          width: 100%; } }
      @media only screen and (min-width: 600px) and (max-width: 690px) {
        #dvs .tasks-breadcrumbs-and-search .dvs-search-and-add {
          flex-direction: column;
          row-gap: 13px; } }
      @media only screen and (max-width: 400px) {
        #dvs .tasks-breadcrumbs-and-search .dvs-search-and-add {
          flex-direction: column;
          row-gap: 13px; } }
      #dvs .tasks-breadcrumbs-and-search .dvs-search-and-add .dvs-search-form {
        width: 100%;
        min-width: 110px; }
        @media only screen and (max-width: 820px) {
          #dvs .tasks-breadcrumbs-and-search .dvs-search-and-add .dvs-search-form .dvs-search-form-template-input {
            width: 100%; } }
        #dvs .tasks-breadcrumbs-and-search .dvs-search-and-add .dvs-search-form .dvs-search-form-template-input .dvs-control__input {
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          border-radius: 10px;
          border: 1px solid #D9D9D9;
          height: 50px;
          padding: 7px 42px 5px 40px;
          background: transparent;
          background-repeat: no-repeat;
          background-position-x: 13px;
          background-position-y: center;
          background-size: 14px;
          background-image: url(/images/UI_icons/grey/search.svg); }
          #dvs .tasks-breadcrumbs-and-search .dvs-search-and-add .dvs-search-form .dvs-search-form-template-input .dvs-control__input:focus {
            border-color: #1389fe; }
        #dvs .tasks-breadcrumbs-and-search .dvs-search-and-add .dvs-search-form .dvs-search-form-template-input .dvs-search__advanced-filters {
          background-image: url(/images/UI_icons/sliders.svg);
          position: absolute;
          right: 5px;
          top: 5px;
          width: 40px;
          cursor: pointer;
          height: 40px;
          background-size: 20px;
          background-position: center;
          background-repeat: no-repeat;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          border-radius: 10px;
          transition: background-color 0.5s ease, color 0.5s ease; }
          #dvs .tasks-breadcrumbs-and-search .dvs-search-and-add .dvs-search-form .dvs-search-form-template-input .dvs-search__advanced-filters:hover:not(:disabled), #dvs .tasks-breadcrumbs-and-search .dvs-search-and-add .dvs-search-form .dvs-search-form-template-input .dvs-search__advanced-filters:focus:not(:disabled), #dvs .tasks-breadcrumbs-and-search .dvs-search-and-add .dvs-search-form .dvs-search-form-template-input .dvs-search__advanced-filters.active:not(:disabled) {
            background-color: #F1F6FE;
            background-image: url(/images/UI_icons/blue/sliders.svg); }
      #dvs .tasks-breadcrumbs-and-search .dvs-search-and-add .dvs-breadcrumbs-add-new-btn-wrapper .dvs-button--add-new {
        height: 50px;
        background-color: #43B21A;
        color: #fff;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        font-weight: bold;
        min-width: 167px; }
        #dvs .tasks-breadcrumbs-and-search .dvs-search-and-add .dvs-breadcrumbs-add-new-btn-wrapper .dvs-button--add-new:hover {
          background-color: #009611; }
  #dvs .dvs-multi-select-tasks {
    align-items: flex-start; }
    #dvs .dvs-multi-select-tasks:not(:first-child) {
      margin-top: 10px; }
    #dvs .dvs-multi-select-tasks .dvs-field__label {
      line-height: 40px; }
    #dvs .dvs-multi-select-tasks .dvs-multi-select-tasks-content-wrapper .dvs-multi-select__button .dvs-button {
      background-color: unset;
      transition: none; }
      #dvs .dvs-multi-select-tasks .dvs-multi-select-tasks-content-wrapper .dvs-multi-select__button .dvs-button.dvs-button--icon_plus_blue {
        text-align: left;
        padding-right: 0;
        padding-left: 15px;
        background-position-x: 0;
        background-size: 11px; }
        #dvs .dvs-multi-select-tasks .dvs-multi-select-tasks-content-wrapper .dvs-multi-select__button .dvs-button.dvs-button--icon_plus_blue:hover, #dvs .dvs-multi-select-tasks .dvs-multi-select-tasks-content-wrapper .dvs-multi-select__button .dvs-button.dvs-button--icon_plus_blue:focus {
          color: #1389FE;
          background-image: url(/images/UI_icons/blue/plus.svg) !important; }
  #dvs .dvs-tasks-add-new-block {
    color: #242424;
    border: unset;
    padding: 0; }
    #dvs .dvs-tasks-add-new-block .dvs-tasks-add-title {
      color: #242424;
      font-size: 20px;
      line-height: 27px;
      font-weight: bold;
      padding: 35px 33px 8px 33px;
      margin-bottom: 0; }
    #dvs .dvs-tasks-add-new-block #dvs-form {
      width: 100%;
      max-width: unset; }
      #dvs .dvs-tasks-add-new-block #dvs-form .add-form-block {
        padding: 0 33px 24px 33px;
        border-bottom: 1px solid #D9D9D9; }
        #dvs .dvs-tasks-add-new-block #dvs-form .add-form-block .dvs-field, #dvs .dvs-tasks-add-new-block #dvs-form .add-form-block .dvs-multi-select-tasks {
          margin-top: 20px; }
          #dvs .dvs-tasks-add-new-block #dvs-form .add-form-block .dvs-field .dvs-field__label, #dvs .dvs-tasks-add-new-block #dvs-form .add-form-block .dvs-multi-select-tasks .dvs-field__label {
            color: #242424;
            width: 120px; }
          #dvs .dvs-tasks-add-new-block #dvs-form .add-form-block .dvs-field .dvs-control .selectize-input, #dvs .dvs-tasks-add-new-block #dvs-form .add-form-block .dvs-field .dvs-control select.dvs-control__input, #dvs .dvs-tasks-add-new-block #dvs-form .add-form-block .dvs-multi-select-tasks .dvs-control .selectize-input, #dvs .dvs-tasks-add-new-block #dvs-form .add-form-block .dvs-multi-select-tasks .dvs-control select.dvs-control__input {
            background-image: url(/images/UI_icons/inputs/dropdown.svg); }
          #dvs .dvs-tasks-add-new-block #dvs-form .add-form-block .dvs-field .dvs-control .dvs-control__input, #dvs .dvs-tasks-add-new-block #dvs-form .add-form-block .dvs-multi-select-tasks .dvs-control .dvs-control__input {
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px; }
        #dvs .dvs-tasks-add-new-block #dvs-form .add-form-block .dvs-multi-select-tasks .dvs-field:first-child {
          margin-top: 0; }
        #dvs .dvs-tasks-add-new-block #dvs-form .add-form-block .dvs-contact-person .dvs-contact-person__button .dvs-button {
          background-color: unset;
          transition: none; }
          #dvs .dvs-tasks-add-new-block #dvs-form .add-form-block .dvs-contact-person .dvs-contact-person__button .dvs-button.dvs-button--icon_plus_blue {
            text-align: left;
            padding-right: 0;
            padding-left: 15px;
            background-position-x: 0;
            background-size: 11px; }
            #dvs .dvs-tasks-add-new-block #dvs-form .add-form-block .dvs-contact-person .dvs-contact-person__button .dvs-button.dvs-button--icon_plus_blue:hover, #dvs .dvs-tasks-add-new-block #dvs-form .add-form-block .dvs-contact-person .dvs-contact-person__button .dvs-button.dvs-button--icon_plus_blue:focus {
              color: #1389FE;
              background-image: url(/images/UI_icons/blue/plus.svg) !important; }
        #dvs .dvs-tasks-add-new-block #dvs-form .add-form-block .dvs-contact-person .dvs-field__label {
          color: #242424;
          width: 120px; }
        #dvs .dvs-tasks-add-new-block #dvs-form .add-form-block .dvs-contact-person .dvs-contact-person-items-and-link .dvs-contact-person-search {
          margin-top: 0; }
          #dvs .dvs-tasks-add-new-block #dvs-form .add-form-block .dvs-contact-person .dvs-contact-person-items-and-link .dvs-contact-person-search .dvs-control .selectize-input, #dvs .dvs-tasks-add-new-block #dvs-form .add-form-block .dvs-contact-person .dvs-contact-person-items-and-link .dvs-contact-person-search .dvs-control select.dvs-control__input {
            background-image: url(/images/UI_icons/grey/search.svg); }
          #dvs .dvs-tasks-add-new-block #dvs-form .add-form-block .dvs-contact-person .dvs-contact-person-items-and-link .dvs-contact-person-search .dvs-control .dvs-control__input {
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px; }
        #dvs .dvs-tasks-add-new-block #dvs-form .add-form-block .dvs-contact-person .dvs-contact-person-items-and-link .dvs-contact-person__content .dvs-field {
          margin-top: 10px; }
        #dvs .dvs-tasks-add-new-block #dvs-form .add-form-block .dvs-block {
          margin-bottom: 0;
          margin-right: 0;
          margin-top: 20px; }
        #dvs .dvs-tasks-add-new-block #dvs-form .add-form-block .task-name .tox-tinymce, #dvs .dvs-tasks-add-new-block #dvs-form .add-form-block .task-description .tox-tinymce {
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          border-radius: 10px;
          border: 1px solid #D9D9D9; }
        #dvs .dvs-tasks-add-new-block #dvs-form .add-form-block .task-name .dvs-field, #dvs .dvs-tasks-add-new-block #dvs-form .add-form-block .task-description .dvs-field {
          flex-direction: column;
          align-items: baseline;
          gap: 8px; }
          #dvs .dvs-tasks-add-new-block #dvs-form .add-form-block .task-name .dvs-field .dvs-control, #dvs .dvs-tasks-add-new-block #dvs-form .add-form-block .task-description .dvs-field .dvs-control {
            width: 100%; }
            #dvs .dvs-tasks-add-new-block #dvs-form .add-form-block .task-name .dvs-field .dvs-control input, #dvs .dvs-tasks-add-new-block #dvs-form .add-form-block .task-description .dvs-field .dvs-control input {
              max-width: unset; }
            #dvs .dvs-tasks-add-new-block #dvs-form .add-form-block .task-name .dvs-field .dvs-control textarea, #dvs .dvs-tasks-add-new-block #dvs-form .add-form-block .task-description .dvs-field .dvs-control textarea {
              max-width: unset; }
      #dvs .dvs-tasks-add-new-block #dvs-form .add-form-block:last-child {
        border-bottom: 0; }
      @media only screen and (max-width: 600px) {
        #dvs .dvs-tasks-add-new-block #dvs-form .add-form-block .dvs-multi-select-tasks {
          flex-direction: column; }
          #dvs .dvs-tasks-add-new-block #dvs-form .add-form-block .dvs-multi-select-tasks .dvs-multi-select-tasks-content-wrapper {
            width: 100%; }
          #dvs .dvs-tasks-add-new-block #dvs-form .add-form-block .dvs-multi-select-tasks .dvs-field__label {
            line-height: 1; } }
  #dvs .dvs-tasks-edit-wrapper .dvs-block {
    margin-bottom: 0;
    border-radius: unset;
    border-style: solid solid none solid; }
    #dvs .dvs-tasks-edit-wrapper .dvs-block .dvs-block__title {
      font-size: 14px;
      color: #9A9A9A;
      line-height: 19px;
      margin-bottom: 29px;
      font-weight: normal; }
  #dvs .dvs-tasks-edit-wrapper .dvs-tasks-edit-task-block .dvs-form {
    max-width: 100%; }
    #dvs .dvs-tasks-edit-wrapper .dvs-tasks-edit-task-block .dvs-form .task-main-edit-fields {
      display: flex;
      flex-direction: row;
      column-gap: 20px;
      width: 100%; }
      #dvs .dvs-tasks-edit-wrapper .dvs-tasks-edit-task-block .dvs-form .task-main-edit-fields .task-name-and-description {
        width: 100%; }
        #dvs .dvs-tasks-edit-wrapper .dvs-tasks-edit-task-block .dvs-form .task-main-edit-fields .task-name-and-description .task-name .dvs-field {
          gap: 0; }
          #dvs .dvs-tasks-edit-wrapper .dvs-tasks-edit-task-block .dvs-form .task-main-edit-fields .task-name-and-description .task-name .dvs-field .dvs-control {
            width: 100%; }
            #dvs .dvs-tasks-edit-wrapper .dvs-tasks-edit-task-block .dvs-form .task-main-edit-fields .task-name-and-description .task-name .dvs-field .dvs-control .dvs-control__input {
              max-width: 100%;
              font-size: 24px;
              border-radius: 10px;
              font-weight: bold;
              color: #242424;
              height: 48px; }
              @media only screen and (max-width: 720px) {
                #dvs .dvs-tasks-edit-wrapper .dvs-tasks-edit-task-block .dvs-form .task-main-edit-fields .task-name-and-description .task-name .dvs-field .dvs-control .dvs-control__input {
                  font-size: 16px; } }
          #dvs .dvs-tasks-edit-wrapper .dvs-tasks-edit-task-block .dvs-form .task-main-edit-fields .task-name-and-description .task-name .dvs-field .dvs-field__text {
            width: 100%;
            font-size: 24px;
            font-weight: bold;
            color: #242424;
            height: 48px;
            padding: 0; }
        #dvs .dvs-tasks-edit-wrapper .dvs-tasks-edit-task-block .dvs-form .task-main-edit-fields .task-name-and-description .task-description {
          margin-top: 25px; }
          #dvs .dvs-tasks-edit-wrapper .dvs-tasks-edit-task-block .dvs-form .task-main-edit-fields .task-name-and-description .task-description .dvs-field {
            gap: 0; }
            #dvs .dvs-tasks-edit-wrapper .dvs-tasks-edit-task-block .dvs-form .task-main-edit-fields .task-name-and-description .task-description .dvs-field .dvs-field__label {
              width: 95px;
              color: #9A9A9A;
              margin-bottom: 15px; }
      #dvs .dvs-tasks-edit-wrapper .dvs-tasks-edit-task-block .dvs-form .task-main-edit-fields .task-right-block {
        width: 360px;
        min-width: 360px;
        border: 1px solid #D9D9D9;
        border-radius: 10px;
        height: fit-content; }
        #dvs .dvs-tasks-edit-wrapper .dvs-tasks-edit-task-block .dvs-form .task-main-edit-fields .task-right-block .task-details-block {
          border-bottom: 1px solid #D9D9D9; }
          #dvs .dvs-tasks-edit-wrapper .dvs-tasks-edit-task-block .dvs-form .task-main-edit-fields .task-right-block .task-details-block:last-child {
            border-bottom: 0; }
          #dvs .dvs-tasks-edit-wrapper .dvs-tasks-edit-task-block .dvs-form .task-main-edit-fields .task-right-block .task-details-block .task-details-block__title {
            color: #242424;
            font-size: 14px;
            line-height: 19px;
            border-bottom: 1px solid #D9D9D9;
            padding: 12px 17px; }
          #dvs .dvs-tasks-edit-wrapper .dvs-tasks-edit-task-block .dvs-form .task-main-edit-fields .task-right-block .task-details-block .task-details-block__content {
            padding: 20px 17px; }
            #dvs .dvs-tasks-edit-wrapper .dvs-tasks-edit-task-block .dvs-form .task-main-edit-fields .task-right-block .task-details-block .task-details-block__content .dvs-field__label {
              width: 120px;
              min-width: 120px;
              color: #9A9A9A; }
            #dvs .dvs-tasks-edit-wrapper .dvs-tasks-edit-task-block .dvs-form .task-main-edit-fields .task-right-block .task-details-block .task-details-block__content .dvs-field {
              flex-wrap: unset; }
              @media only screen and (max-width: 720px) {
                #dvs .dvs-tasks-edit-wrapper .dvs-tasks-edit-task-block .dvs-form .task-main-edit-fields .task-right-block .task-details-block .task-details-block__content .dvs-field {
                  flex-wrap: wrap; } }
              #dvs .dvs-tasks-edit-wrapper .dvs-tasks-edit-task-block .dvs-form .task-main-edit-fields .task-right-block .task-details-block .task-details-block__content .dvs-field:not(:first-child) {
                margin-top: 10px; }
              #dvs .dvs-tasks-edit-wrapper .dvs-tasks-edit-task-block .dvs-form .task-main-edit-fields .task-right-block .task-details-block .task-details-block__content .dvs-field .dvs-field__text, #dvs .dvs-tasks-edit-wrapper .dvs-tasks-edit-task-block .dvs-form .task-main-edit-fields .task-right-block .task-details-block .task-details-block__content .dvs-field .dvs-field__link_text {
                margin: 0;
                line-height: 28px;
                padding: 0 10px;
                width: 164px; }
              #dvs .dvs-tasks-edit-wrapper .dvs-tasks-edit-task-block .dvs-form .task-main-edit-fields .task-right-block .task-details-block .task-details-block__content .dvs-field .dvs-control {
                width: 164px;
                margin-right: 30px; }
                #dvs .dvs-tasks-edit-wrapper .dvs-tasks-edit-task-block .dvs-form .task-main-edit-fields .task-right-block .task-details-block .task-details-block__content .dvs-field .dvs-control .dvs-custom-select-with-icon .custom-select-with-icon-img {
                  margin-bottom: 2px;
                  margin-right: 4px; }
                #dvs .dvs-tasks-edit-wrapper .dvs-tasks-edit-task-block .dvs-form .task-main-edit-fields .task-right-block .task-details-block .task-details-block__content .dvs-field .dvs-control .dvs-custom-select-with-color .option {
                  height: 22px;
                  line-height: 22px; }
                  #dvs .dvs-tasks-edit-wrapper .dvs-tasks-edit-task-block .dvs-form .task-main-edit-fields .task-right-block .task-details-block .task-details-block__content .dvs-field .dvs-control .dvs-custom-select-with-color .option .custom-select-color-border {
                    font-size: 12px; }
                #dvs .dvs-tasks-edit-wrapper .dvs-tasks-edit-task-block .dvs-form .task-main-edit-fields .task-right-block .task-details-block .task-details-block__content .dvs-field .dvs-control .dvs-custom-select-with-icon-or-color .custom-select-with-icon-img {
                  margin-bottom: 2px;
                  margin-right: 4px; }
                #dvs .dvs-tasks-edit-wrapper .dvs-tasks-edit-task-block .dvs-form .task-main-edit-fields .task-right-block .task-details-block .task-details-block__content .dvs-field .dvs-control .selectize-input {
                  font-size: 14px; }
                #dvs .dvs-tasks-edit-wrapper .dvs-tasks-edit-task-block .dvs-form .task-main-edit-fields .task-right-block .task-details-block .task-details-block__content .dvs-field .dvs-control .dvs-control__input {
                  font-size: 14px;
                  height: 40px; }
            #dvs .dvs-tasks-edit-wrapper .dvs-tasks-edit-task-block .dvs-form .task-main-edit-fields .task-right-block .task-details-block .task-details-block__content .dvs-multi-select-tasks .dvs-multi-select-tasks-content-wrapper .dvs-multi-select__content .dvs-field {
              width: 194px;
              margin-right: 0; }
            #dvs .dvs-tasks-edit-wrapper .dvs-tasks-edit-task-block .dvs-form .task-main-edit-fields .task-right-block .task-details-block .task-details-block__content .dvs-multi-select-tasks .dvs-multi-select-tasks-content-wrapper .dvs-multi-select__content .dvs-control {
              width: 100%;
              margin-right: 0; }
            #dvs .dvs-tasks-edit-wrapper .dvs-tasks-edit-task-block .dvs-form .task-main-edit-fields .task-right-block .task-details-block .task-details-block__content .dvs-contact-person {
              gap: 0; }
              #dvs .dvs-tasks-edit-wrapper .dvs-tasks-edit-task-block .dvs-form .task-main-edit-fields .task-right-block .task-details-block .task-details-block__content .dvs-contact-person .dvs-contact-person__button .dvs-button {
                background-color: unset;
                transition: none; }
                #dvs .dvs-tasks-edit-wrapper .dvs-tasks-edit-task-block .dvs-form .task-main-edit-fields .task-right-block .task-details-block .task-details-block__content .dvs-contact-person .dvs-contact-person__button .dvs-button.dvs-button--icon_plus_blue {
                  text-align: left;
                  padding-right: 0;
                  padding-left: 15px;
                  background-position-x: 0;
                  background-size: 11px; }
                  #dvs .dvs-tasks-edit-wrapper .dvs-tasks-edit-task-block .dvs-form .task-main-edit-fields .task-right-block .task-details-block .task-details-block__content .dvs-contact-person .dvs-contact-person__button .dvs-button.dvs-button--icon_plus_blue:hover, #dvs .dvs-tasks-edit-wrapper .dvs-tasks-edit-task-block .dvs-form .task-main-edit-fields .task-right-block .task-details-block .task-details-block__content .dvs-contact-person .dvs-contact-person__button .dvs-button.dvs-button--icon_plus_blue:focus {
                    color: #1389FE;
                    background-image: url(/images/UI_icons/blue/plus.svg) !important; }
              #dvs .dvs-tasks-edit-wrapper .dvs-tasks-edit-task-block .dvs-form .task-main-edit-fields .task-right-block .task-details-block .task-details-block__content .dvs-contact-person .dvs-field__label {
                width: 100%; }
              #dvs .dvs-tasks-edit-wrapper .dvs-tasks-edit-task-block .dvs-form .task-main-edit-fields .task-right-block .task-details-block .task-details-block__content .dvs-contact-person .dvs-contact-person-items-and-link {
                width: 100%; }
                #dvs .dvs-tasks-edit-wrapper .dvs-tasks-edit-task-block .dvs-form .task-main-edit-fields .task-right-block .task-details-block .task-details-block__content .dvs-contact-person .dvs-contact-person-items-and-link .dvs-contact-person-search .dvs-control {
                  width: 300px; }
    #dvs .dvs-tasks-edit-wrapper .dvs-tasks-edit-task-block .dvs-form .dvs-form__button {
      justify-content: center; }
      #dvs .dvs-tasks-edit-wrapper .dvs-tasks-edit-task-block .dvs-form .dvs-form__button .dvs-button {
        margin-left: 0; }
    @media only screen and (max-width: 1280px) {
      #dvs .dvs-tasks-edit-wrapper .dvs-tasks-edit-task-block .dvs-form .task-main-edit-fields {
        flex-direction: column;
        row-gap: 40px; }
        #dvs .dvs-tasks-edit-wrapper .dvs-tasks-edit-task-block .dvs-form .task-main-edit-fields .task-right-block {
          width: 100%;
          max-width: 100%;
          min-width: 240px; }
          #dvs .dvs-tasks-edit-wrapper .dvs-tasks-edit-task-block .dvs-form .task-main-edit-fields .task-right-block .task-details-block .task-details-block__content .dvs-field .dvs-control {
            width: 100%; }
          #dvs .dvs-tasks-edit-wrapper .dvs-tasks-edit-task-block .dvs-form .task-main-edit-fields .task-right-block .task-details-block .task-details-block__content .dvs-multi-select-tasks .dvs-multi-select-tasks-content-wrapper {
            flex: 1; }
            #dvs .dvs-tasks-edit-wrapper .dvs-tasks-edit-task-block .dvs-form .task-main-edit-fields .task-right-block .task-details-block .task-details-block__content .dvs-multi-select-tasks .dvs-multi-select-tasks-content-wrapper .dvs-multi-select__content .dvs-field {
              width: 100%; } }
    @media only screen and (max-width: 720px) {
      #dvs .dvs-tasks-edit-wrapper .dvs-tasks-edit-task-block .dvs-form .task-main-edit-fields .task-right-block .task-details-block .task-details-block__content .dvs-multi-select-tasks {
        flex-direction: column; }
        #dvs .dvs-tasks-edit-wrapper .dvs-tasks-edit-task-block .dvs-form .task-main-edit-fields .task-right-block .task-details-block .task-details-block__content .dvs-multi-select-tasks .dvs-multi-select-tasks-content-wrapper {
          width: 100%; }
        #dvs .dvs-tasks-edit-wrapper .dvs-tasks-edit-task-block .dvs-form .task-main-edit-fields .task-right-block .task-details-block .task-details-block__content .dvs-multi-select-tasks .dvs-field__label {
          line-height: 1; } }
  #dvs .dvs-tasks-block {
    border: 1px solid #E6E6E6; }
  #dvs a {
    color: #1389FE;
    text-decoration: none; }
  #dvs {
    margin: 0 auto;
    font-size: 14px;
    color: #2b3d52;
    box-sizing: border-box;
    font-family: AlbertaSans, Roboto, sans-serif; }
  #dvs .dvs-container {
    display: flex;
    background: #F7F8F9; }
  #dvs .dvs-menu {
    min-width: 255px;
    max-width: 255px;
    padding: 20px 0 30px 30px; }
    @media only screen and (max-width: 600px) {
      #dvs .dvs-menu {
        max-width: unset;
        width: 100%;
        display: none; }
        #dvs .dvs-menu.show-on-mobile {
          display: block; } }
  #dvs .dvs-content {
    padding: 20px 0 30px 25px;
    flex-basis: 0px;
    flex-grow: 1;
    min-width: 100px; }
    @media only screen and (max-width: 600px) {
      #dvs .dvs-content {
        display: none; }
        #dvs .dvs-content.show-on-mobile {
          display: block;
          max-width: 100%;
          padding-left: 0; } }
  #dvs .d-u-hide {
    display: none; }
  #dvs .d-u-mt8 {
    margin-top: 8px; }
  #dvs .d-u-mt12 {
    margin-top: 12px; }
  #dvs .d-u-mb8 {
    margin-bottom: 8px; }
  #dvs .d-u-mb12 {
    margin-bottom: 12px; }
  #dvs .d-u-mb16 {
    margin-bottom: 16px; }
  #dvs .d-u-mb20 {
    margin-bottom: 20px; }
  #dvs .d-u-text-right {
    text-align: right; }
  #dvs .d-u-text-danger {
    color: red; }
  @media only screen and (max-width: 600px) {
    #dvs .dvs-hide-on-mob {
      display: none; }
    #dvs .dvs-table-mob-show-only-first-column th:not(:first-child),
    #dvs .dvs-table-mob-show-only-first-column td:not(:first-child) {
      display: none; } }
  #dvs #dvs_table th {
    position: -webkit-sticky;
    position: sticky;
    top: 75px;
    background-color: white;
    border-radius: 0;
    box-shadow: 0 4px 10px -4px rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid #E3E3E3;
    z-index: 1; }
    @media only screen and (max-width: 620px) {
      #dvs #dvs_table th {
        top: 55px; } }
  #dvs #dvs_table.tablesorter_scrollable th {
    top: 0; }
  #dvs #dvs_create-new {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999; }
    #dvs #dvs_create-new.create-new-popup-restricted-close #dvs_create-new_close {
      pointer-events: none; }
      #dvs #dvs_create-new.create-new-popup-restricted-close #dvs_create-new_close:after {
        pointer-events: all; }
    #dvs #dvs_create-new.create-new-smaller #dvs_create-new_inner {
      width: 460px;
      height: 350px;
      margin-left: -230px; }
      @media screen and (max-width: 800px) {
        #dvs #dvs_create-new.create-new-smaller #dvs_create-new_inner {
          width: 90%;
          margin-left: -45%; } }
      @media screen and (max-width: 30em) {
        #dvs #dvs_create-new.create-new-smaller #dvs_create-new_inner {
          width: auto !important;
          margin-left: 0 !important;
          height: calc(100% - 30px); } }
    #dvs #dvs_create-new.create-new-smaller #dvs_create-new_close:after {
      margin-left: 210px; }
      @media screen and (max-width: 800px) {
        #dvs #dvs_create-new.create-new-smaller #dvs_create-new_close:after {
          margin-left: calc(45% - 20px); } }
      @media screen and (max-width: 30em) {
        #dvs #dvs_create-new.create-new-smaller #dvs_create-new_close:after {
          margin-left: auto; } }
    #dvs #dvs_create-new #dvs_create-new_inner {
      position: absolute;
      background: #fff;
      -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
      padding-top: 0;
      width: 760px;
      margin-left: -380px;
      left: 50%;
      max-height: 80%;
      height: 80%;
      top: 10%;
      overflow: visible;
      border: none;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      z-index: 10000003;
      overflow: auto; }
      @media screen and (max-width: 800px) {
        #dvs #dvs_create-new #dvs_create-new_inner {
          width: 90%;
          margin-left: -45%; } }
      @media screen and (max-width: 30em) {
        #dvs #dvs_create-new #dvs_create-new_inner {
          top: 30px;
          border-radius: 8px;
          border-bottom-left-radius: 0;
          border-bottom-right-radius: 0;
          width: auto !important;
          margin-left: 0 !important;
          left: 0 !important;
          right: 0 !important;
          padding-top: 0;
          height: calc(100% - 30px);
          max-height: unset; } }
      #dvs #dvs_create-new #dvs_create-new_inner #dvs_create-new_iframe-wrapper {
        height: 100%; }
        #dvs #dvs_create-new #dvs_create-new_inner #dvs_create-new_iframe-wrapper iframe {
          height: 100%;
          width: 100%; }
    #dvs #dvs_create-new #dvs_create-new_close {
      display: block;
      text-indent: -100px;
      overflow: hidden;
      text-decoration: none;
      cursor: pointer; }
      #dvs #dvs_create-new #dvs_create-new_close:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10000001;
        background: rgba(0, 0, 0, 0.6); }
        @media screen and (max-width: 30em) {
          #dvs #dvs_create-new #dvs_create-new_close:before {
            display: block; } }
      #dvs #dvs_create-new #dvs_create-new_close:after {
        content: '\00d7';
        position: absolute;
        left: 50%;
        text-decoration: none;
        text-indent: 0;
        margin-left: 360px;
        color: white;
        z-index: 10000002;
        border-radius: 3px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        line-height: 25px;
        border: 0px;
        cursor: pointer;
        top: calc(10% - 27px);
        font-size: 0px;
        background: url(/images/popups/close-shadow3.svg) center no-repeat;
        height: 18px;
        width: 18px;
        padding: 0; }
        @media screen and (max-width: 800px) {
          #dvs #dvs_create-new #dvs_create-new_close:after {
            margin-left: calc(45% - 20px); } }
        @media screen and (max-width: 30em) {
          #dvs #dvs_create-new #dvs_create-new_close:after {
            top: 6px;
            left: 0;
            right: 5px;
            margin-left: auto; } }
  #dvs .dvs-popup {
    margin-top: -20px; }
    #dvs .dvs-popup .dvs-block {
      margin: 20px; }
  #dvs .dvs_product_table-wrapper {
    width: 100%;
    overflow-x: auto; }
    #dvs .dvs_product_table-wrapper .dvs_product_table {
      min-width: 700px; }
      #dvs .dvs_product_table-wrapper .dvs_product_table th,
      #dvs .dvs_product_table-wrapper .dvs_product_table td {
        padding: 0 5px 5px 0; }
      #dvs .dvs_product_table-wrapper .dvs_product_table .dvs_invoice_product_remove {
        width: 25px;
        height: 40px;
        display: inline-block;
        cursor: pointer;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 12px;
        opacity: 0.5;
        background-image: url(/images/UI_icons/trash.svg); }
        #dvs .dvs_product_table-wrapper .dvs_product_table .dvs_invoice_product_remove:hover, #dvs .dvs_product_table-wrapper .dvs_product_table .dvs_invoice_product_remove:focus {
          background-image: url(/images/UI_icons/red/trash.svg);
          opacity: 1; }
      #dvs .dvs_product_table-wrapper .dvs_product_table thead tr th {
        width: 60px;
        min-width: 60px;
        vertical-align: bottom;
        text-align: center; }
        #dvs .dvs_product_table-wrapper .dvs_product_table thead tr th:nth-child(1) {
          width: auto;
          min-width: 300px;
          text-align: left; }
        #dvs .dvs_product_table-wrapper .dvs_product_table thead tr th:nth-child(5) {
          width: 110px;
          min-width: 110px; }
        #dvs .dvs_product_table-wrapper .dvs_product_table thead tr th:nth-child(10), #dvs .dvs_product_table-wrapper .dvs_product_table thead tr th:nth-child(11) {
          width: 100px;
          min-width: 100px; }
      #dvs .dvs_product_table-wrapper .dvs_product_table tbody tr td span {
        display: inline-block;
        width: 100%;
        text-align: center; }
      #dvs .dvs_product_table-wrapper .dvs_product_table tbody tr td .dvs-control__input {
        max-width: unset; }

body.show_header_flag #dvs #dvs_table th {
  top: 95px; }
  @media only screen and (max-width: 620px) {
    body.show_header_flag #dvs #dvs_table th {
      top: 55px; } }
body.show_header_flag #dvs #dvs_table.tablesorter_scrollable th {
  top: 0; }

#dvs-loading-mask {
  position: fixed;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  text-align: center;
  padding-top: calc( 50vh - 40px ); }
  #dvs-loading-mask i {
    font-size: 40px; }
