/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: "Open Sans";
  src: url("../../font/OpenSans-Italic.eot");
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("../../font/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("../../font/OpenSans-Italic.woff2") format("woff2"), url("../../font/OpenSans-Italic.woff") format("woff"), url("../../font/OpenSans-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../font/OpenSans-Regular.eot");
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../../font/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../../font/OpenSans-Regular.woff2") format("woff2"), url("../../font/OpenSans-Regular.woff") format("woff"), url("../../font/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../font/OpenSans-BoldItalic.eot");
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url("../../font/OpenSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../../font/OpenSans-BoldItalic.woff2") format("woff2"), url("../../font/OpenSans-BoldItalic.woff") format("woff"), url("../../font/OpenSans-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../font/OpenSans-SemiBold.eot");
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("../../font/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../../font/OpenSans-SemiBold.woff2") format("woff2"), url("../../font/OpenSans-SemiBold.woff") format("woff"), url("../../font/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../font/OpenSans-ExtraBoldItalic.eot");
  src: local("Open Sans ExtraBold Italic"), local("OpenSans-ExtraBoldItalic"), url("../../font/OpenSans-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../../font/OpenSans-ExtraBoldItalic.woff2") format("woff2"), url("../../font/OpenSans-ExtraBoldItalic.woff") format("woff"), url("../../font/OpenSans-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../font/OpenSans-LightItalic.eot");
  src: local("Open Sans Light Italic"), local("OpenSans-LightItalic"), url("../../font/OpenSans-LightItalic.eot?#iefix") format("embedded-opentype"), url("../../font/OpenSans-LightItalic.woff2") format("woff2"), url("../../font/OpenSans-LightItalic.woff") format("woff"), url("../../font/OpenSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../font/OpenSans-Bold.eot");
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../../font/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../../font/OpenSans-Bold.woff2") format("woff2"), url("../../font/OpenSans-Bold.woff") format("woff"), url("../../font/OpenSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../font/OpenSans-SemiBoldItalic.eot");
  src: local("Open Sans SemiBold Italic"), local("OpenSans-SemiBoldItalic"), url("../../font/OpenSans-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../../font/OpenSans-SemiBoldItalic.woff2") format("woff2"), url("../../font/OpenSans-SemiBoldItalic.woff") format("woff"), url("../../font/OpenSans-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../font/OpenSans-ExtraBold.eot");
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url("../../font/OpenSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../../font/OpenSans-ExtraBold.woff2") format("woff2"), url("../../font/OpenSans-ExtraBold.woff") format("woff"), url("../../font/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../font/OpenSans-Light.eot");
  src: local("Open Sans Light"), local("OpenSans-Light"), url("../../font/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../../font/OpenSans-Light.woff2") format("woff2"), url("../../font/OpenSans-Light.woff") format("woff"), url("../../font/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
.breadcrumb {
  padding-top: 12px;
  color: #676b7b;

}



.breadcrumb-title {
  background: #F4F4F4;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #676b7b;
}

.breadcrumb-item {
  color: #676b7b;
  display: block;
  font-size: 1rem;

}
.breadcrumb-item.active {
  color: black;

}
.breadcrumb-item a {
  color: #676b7b !important;/*#12A89D;*/

}

.home {
  display: block;
  padding: 11px;
  width: 16px;
  height: 18px;
  color: #676b7b;
  background: url(../ico/home.svg) no-repeat center;
}

.breadcrumb-item + .breadcrumb-item::before {
  /* border: solid #676b7b;
  width: 8px;
  height: 8px; */
  content: " / ";
  /* margin-top: 9px; */
  margin-right: 1px;
  border-width: 0 3px 3px 0;
  /* display: inline-block;
  padding: 3px; */
  /* transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
 */
}

/* .btn-my,
.btn-my:hover,
.btn-my:active {
  background: #12A89D;
  background: #16a085;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 5px !important;
  border: none;
  padding: 10px 20px;
  gap: 10px;
  width: 200px;
} */
a.btn.show,
a.btn.show:hover,
a.btn.show:active {
  border: none !important;
}

.btn-my,
.btn-my:hover,
.btn-my:active {
  /* background: #12A89D; */
  background: #31A085;/*#16a085;*/
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  border-radius: 20px;
  color: #FFFFFF;
  border-radius: 2px;
  padding: 10px 20px;
  gap: 10px;
  width: 200px;
}

.btn-green,
.btn-green:hover,
.btn-greens:active {
  /* background: #12A89D; */
  background: #31A085;/*#16a085;*/
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  border-radius: 20px;
  color: #FFFFFF;
  border-radius: 2px;
  padding: 10px 20px;
  gap: 10px;
  width: 200px;
}


.btn-cancel,
.btn-cancel:hover,
.btn-cancel:active {
  background: #1d1e1e;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  color: #FFFFFF;
  border-radius: 2px;
  padding: 10px 38px;
  gap: 10px;
}

.control-label {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  padding: 8px;
}

.form-control {
  border-radius: unset;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #9E9FA3;
  padding: 16px 20px;
}

.help-block {
  color: #D35B33;
}

.field-buttons {
  margin-top: 12px;
}

.webix_list_item {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #050608;
  border: none;
  padding: 8px 0 8px 20px;
  vertical-align: center;
}
.webix_list_item:hover {
  background: #F4F4F4;
}

.webix-grid .webix_hcell.webix_first, .webix-grid .webix_first .webix_cell {
  padding-left: 0;
}
.webix-grid .webix_cell {
  white-space: normal;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #050608;
  padding: 14px;
  font-family: "Open Sans";
}
.webix-grid .webix_cell a {
  color: #12A89D;
}
.webix-grid .webix_dtable .webix_ss_header .webix_hcolumn div.webix_last_row {
  border: none;
}
.webix-grid .webix_first .webix_cell {
  color: #9E9FA3;
}
.webix-grid .webix_el_box {
  padding: 0;
}
.webix-grid .webix_ss_sort_asc:before,
.webix-grid .webix_ss_sort_desc:before {
  font-weight: normal;
}
.webix-grid .webix_overlay {
  background: #fff;
}
.webix-grid .webix_ss_sort_asc, .webix-grid .webix_ss_sort_desc {
  display: inline-block;
  position: sticky;
  top: 30%;
  color: #9E9FA3;
  padding-left: 10px;
  font-size: 25px;
}
.webix-grid .gray-control {
  margin-right: -3px;
}
.webix-grid .gray-control input {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #050608;
  padding: 16px 20px;
  border-radius: 2px 0 0 2px !important;
}
.webix-grid .search-button {
  margin-right: 3px;
}
.webix-grid .search-button button {
  border-radius: 0 2px 2px 0 !important;
}
.webix-grid .webix_button {
  height: 54px;
  width: auto;
  background: #12A89D !important;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px !important;
  text-align: right;
  color: #FFFFFF;
  border-radius: 2px;
  padding: 0 30px;
  gap: 10px;
}
.webix-grid .clear-button button, .webix-grid .clear-button button:hover {
  background: #9E9FA3 !important;
  border-radius: 2px;
}
.webix-grid .webix_hcolumn {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #050608;
  background: #fff;
  height: 55px;
}
.webix-grid .webix_ss_header {
  /*height: 55px !important;*/
  border-bottom: 1px solid #12A89D;
}
.webix-grid .webix_button:hover {
  background: #12A89D;
}
.webix-grid .webix_inp_label {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #050608;
}
.webix-grid .webix_el_select .webix_el_box {
  min-height: 40px;
  margin-right: -14px;
}
.webix-grid .webix_view.webix_control.webix_el_select {
  overflow: visible;
}
.webix-grid .webix_el_select select {
  text-align: center;
  background: #fff;
  font-family: "Open Sans";
}
.webix-grid .webix_el_select select:focus {
  border: 1px solid #12A89D;
}

.webix_dtable .webix_ss_header .webix_hcolumn div.webix_last_row, .webix_dtable .webix_ss_header .webix_span.webix_last_row {
  border-bottom: 1px solid #12A89D;
  /*height: 55px !important;
  line-height: 55px !important;*/
}

.datatable-pager {
  overflow: visible;
  margin-top: 0 !important;
  margin-left: -6px !important;
}
.datatable-pager span.webix_icon.wxi-angle-left {
  margin-left: -4px;
}
.datatable-pager .webix_pager_item {
  font-family: "Open Sans";
  color: #9E9FA3;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  min-width: 40px;
  min-height: 40px;
  margin: 0 6px;
  vertical-align: top;
}
.datatable-pager .webix_pager_item_selected {
  background: #12A89D;
  min-width: 40px;
  min-height: 40px;
  margin: 0 6px;
}
.datatable-pager .webix_pager_item .webix_icon {
  font-size: 24px;
  line-height: 24px;
}

.tooltip-inner {
  padding: 30px 24px;
  min-width: 100px;
  background-color: black;
  color: white;
  /*color: #12A89D;*/
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: left;
  box-shadow: 2px 2px 22px rgba(20, 22, 22, 0.11);
}
.tooltip-inner .h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}
.tooltip-inner span {
  color: #5C8966;
  /*color: #12A89D;*/
}
.tooltip-inner p {
  color: #000;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #fff;
}

/* @media screen and (min-width: 0px) and (max-width: 768px) {
  .webix-grid {
    overflow: visible;
    margin-bottom: 36px;

  }
  .webix-grid .webix_cell {
    font-size: 14px;
    padding: 10px;
  }
  .webix-grid .webix_button, .webix-grid .webix_el_button {
    display: none !important;
    width: 0 !important;
  }
  .webix-grid .webix_el_box {
    width: auto !important;
  }
  .webix-grid .gray-control input {
    width: 100% !important;
    border-radius: 2px 0 0 2px !important;
  }
  .webix-grid .webix_view.gray-control {
    width: 100% !important;
  }
  .webix-grid .webix_view.gray-control .webix_el_box {
    width: 100% !important;
  }
  .webix-grid .webix_view {
    width: auto !important;
    overflow: visible;
  }
  .webix-grid .webix_img_btn .webix_image {
    padding-left: 4px;
  }
  .webix-grid .webix_spacer {
    width: 0 !important;
  }
  .webix-grid .webix_inp_label {
    display: none;
  }
  .webix-grid .webix_view.webix-grid.webix_layout_line {
    overflow: visible;
  }
  .webix-grid .webix_vscroll_x {
    pointer-events: all !important;
  }
  .webix-grid .webix_view.webix_toolbar.webix_layout_toolbar {
    margin-top: 44px !important;
    border: none;
  }
} */
.footer {
  border-top: 25px solid #F4F4F4;
  background: #9E9FA3;
  height: 100px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-decoration: underline;
  text-transform: uppercase;
  color: #F4F4F4;
}

.header {
  background: #fff;
}
.header .logo {
    width: 262px;
    height: 87px;
    background: url(../ico/logo_1.png) no-repeat center;
    background-size: 100%;
}
.user-icon {
  width: 20px;
  height: 20px;
  background: url(/ico/user.svg) no-repeat center;
  margin-right: 8px;
}
.user-image {
  background: #C3E4E2;
  border-radius: 221.053px;
  padding: 10px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 27.6316px;
  line-height: 100%;
  color: #12A89D;
  min-width: 50px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .user-image {
    font-size: 16.4473px;
    min-width: 40px;
    margin: -8px 10px -8px 0;
  }
}
.img-logo {
  width: 10%;
  height: auto;

}
.logo-my {
  width: 60px;
  height: auto;
}
.link-green {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  color: #9E9FA3;
  padding-right: 28px;
}

.nav-item {
  margin-top: 10px;
  list-style-type: none;
  color: #676b7b;

}
.nav-item:hover {
  background-color: #9E9FA3;
}
.navbar-my {
  list-style-type: none;
  padding-left: 0px;
}
.header .nav-custom {
  /* background: #12A89D;*/
  background: #5C8966;
}

@media only screen and (max-width: 768px) {
  .header .nav-custom {
    background: #fff;
  }
  .breadcrumb{
    display: none;
    font-size: smaller;
  }

  .logo-full-header{
    content: url('/svg/logo.svg');
    width: 24px;
    height: auto;
    /* width: 20%;
    height: auto; */
  }
}

.navbar-toggler, .header .navbar-toggler:focus {
  border: none;
  box-shadow: none;
}
.navbar-toggler .navbar-toggler-icon,
.navbar-toggler.collapsed .navbar-toggler-icon,
.navbar-toggler[aria-expanded=false] .navbar-toggler-icon {
  color: #fff;
  background-image: url(../ico/menu.svg);
}
.navbar-toggler:focus[aria-expanded=true] .navbar-toggler-icon {
  color: #fff;
  background-image: url(../ico/close.svg);
}
.nav-link {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 160%;

  padding-top: 6px;
  padding-bottom: 6px;
  /* color: #FAFAD2; */
  /* color:#f8e895; */
  color: #fff;
  background-color: transparent;
}
.nav-link .my{
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 160%;
  /* color: hsl(251, 89%, 48%); */
  /* color:#f8e895; */
  background-color: transparent;
  color:#4169E1;
  /* color: #fff; */
}

.my-old .nav-link{
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 160%;
  /* color: hsl(251, 89%, 48%); */
  color:#f8e895;
  /* background-color: transparent;
  color:#4169E1; */
  /* color: #fff; */
}
.nav-link:hover, .nav-link:focus{
  /* color: var(--bs-nav-link-hover-color); */
  /* background-color: var(--bs-nav-link-hover-color); */
  transition: none;
  text-decoration: none;
  /* background-color: black; */
  /* background-color: transparent; */
  /* color: black; */
  background-color: #c0c0c0;
}
.nav-my:focus{
  background-color: #FFFFFF;
}

.nav-my {
  color: black;
}

.nav-item .active {
  background-color: #16a085;
  color: white;
  border-radius: 0.5rem;
  height: 40px;
  padding-top: 6px;
  padding-bottom: 6px;

}

.nav-item .active_2 {
  background-color: #16a085;
  color: white;
  border-radius: 0.5rem;
  height: 60px;
  padding-top: 6px;
  padding-bottom: 6px;

}

.active-new {
  /*color: blue;*/
  font-weight:650 !important;
  text-decoration: underline 2px;
}

.arrow {
  transform: rotate(90deg);
}
.nav-item .active_admin {
  background-color: #16a085;
  color: white;
  border-radius: 0.5rem;
  height: 60px;
  padding-top: 1em;
  padding-left: 1em;
  padding-bottom: 6px;

}

.my{
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 160%;
  /* color: hsl(251, 89%, 48%); */
  /* color:#f8e895; */
  background-color: transparent;
  color:#4169E1;
  /* color: #fff; */
}

.my .dropdown-item {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 160%;
  text-decoration: none;
  /* color: hsl(251, 89%, 48%); */
  /* color:#f8e895; */
  color:#4169E1;
  /* color: #fff; */
}
.dropdown-item:hover, .dropdown-item:focus {
  /* color: var(--bs-nav-link-hover-color); */
  /* background-color: var(--bs-nav-link-hover-color); */
  transition: none;
  text-decoration: none;
  background-color: #c0c0c0;
  /* background-color: transparent; */
}

@media only screen and (max-width: 768px) {
  .nav-link {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 160%;
    color: #050608;
    border-bottom: 1px solid #F4F4F4;
    padding: 20px 0;
  }
}
/* @media only screen and (max-width: 768px) {
  .header {
    background: #12A89D;
  }
  .header .logo {
    width: 127px;
    height: 43px;
    background: url(../ico/logo-text.svg) no-repeat center;
  }
} */

body {
  /* font-family: "Open Sans"; */
  font-family: var(--bs-body-font-family);
  font-size: 1rem;
  background-color: var(--bs-secondary-color);
}

body a, body a:hover {
  /*color: #12A89D;*/
  color: black;/* #4169E1;*/ /*#5C8966;*/
}
.dropdown-menu{
  background-color: #F4F4F4;
}

.prognoz {
  background-color: #F7F7F9;
}

.right-block {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 2px;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .right-block {
    margin-right: 0;
  }
}

.only-mobile {
  display: none;
}

.auth-clients {
  margin: 12px 0;
  padding: 0;
}

.nav-custom .navbar-toggler {
  display: none;
}

.navbar-nav {
  margin-left: -4px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .only-mobile {
    display: block;
  }
  .only-desktop {
    display: none;
  }
  .navbar-nav {
    margin-left: 0;
  }
  .logo-my {
  width: 24px;
  height: auto;

}


@media screen and (min-width: 0px) and (max-width: 1024px){
  .breadcrumb-item{
    font-size: 8px;
  }
  .nav-link{
    font-size: 8px;
  }
  .nav-item {
    font-size: 8px;
  }
  .only-desktop {
    display: none;
  }
  #menu {
    display: none;
  }

}
}


/** Aleshin

*/

.col-my{
        padding: 0;
        margin-right: 10px;

    }
.find-text{
        padding: 2px
    }
.icon_comment
    {
      width: 16px;
      color: white;
    }
.btn-comment,
.btn-comment:hover,
.btn-comment:active{
  /*background: #12A89D;*/
  background: #31A085;
}
.tooltip
	{
		width:300px;
	}
	.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before
	{
		border-bottom: 5px solid #000;
	}
	.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before
	{
		border-right: 5px solid #000;
	}
	.tooltip .tooltip-inner
	{
		width: 100%;
		padding: 15px;
		min-width: 100%;
		/*background: black;
		color: white;*/
		text-align: justify;
	}
  .my-row-green{
    background-color: #7BB497 !important;/*#98D9B6 !important; *//* #20B2AA !important; */
  }
  .my-row-red{
    background-color: #FF7751 !important;
  }

  .my_back_green{
    background: #31A085;
    color: white;
  }
  .my_back_red{
    background: #AE1C0C;
    color: white;
  }
  .my_color_green
  {
    color: #5C8966;
  }
  .my_color_blue
  {
    color: #294A8F; /*#00BFFF;*/
  }
  .my_color_red
  {
    color: #AE1C0C;
  }
  .my_color_black
  {
    color: black;
  }
/*   ul.hr {
    margin: 0;
    padding: 4px;
  }
  ul.hr li {
  display: inline;
  margin-right: 5px;
  padding: 3px;
  } */
   ul.horizont {
    margin: 0;
    padding: 4px;
   }
   ul.horizont li {
    display: inline-block;
    margin-right: 5px;

  padding: 3px;
   }

  #inputPassword5{
  background: url('/svg/wiew.svg') no-repeat 10px center;
  padding-left: 35px;
  }
  .input-my {
    padding: 5px;
    height: 30px;
  }
  .custom-full-width .container {
    margin-left: 10px !important;
    margin-right: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .container-my {
    padding: 1rem;
    /* padding-left: 30px;
    padding-right: 30px; */
  }

  .my-header {
    background-color: #16a085;
    color: white;
  }

  .filter_text{
        padding: 5px;

    }
  .td-border {
    border-right: #c0c0c0 solid;
  }
  .modal-my-header{
    background-color: #c0c0c0;
  }
  .li-pointer:hover{
    cursor: pointer;
  }

  .back_green{
    background: #5C8966;
    color: white;
  }

  .filter-text{
    padding: 5px;
  }

  .radio-center{
    display: flex;
    justify-content: center;
    align-items: center;
  }

