@charset "UTF-8";
a:hover, a:active, a:focus {
  text-decoration: none;
}

.no-padding {
  padding: 0;
}

.no-margin-top {
  margin-top: 0;
}

.no-margin-left {
  margin-left: 0;
}

.no-border {
  border: 0;
}

.no-border-radius {
  border-radius: 0;
}

.space {
  min-height: 15px;
  height: 15px;
}

.blue-bg {
  background: none #3698c7 !important;
}

.light-gray-bg {
  background: none #f6f6f6 !important;
}

.mr-5 {
  margin-right: 5px;
}

.global_notification {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  background-color: rgba(146, 189, 76, 0.9);
  z-index: 5000;
  text-align: center;
  padding: 20px;
}
.global_notification.error {
  background-color: #e57c67;
}

.modal-xl {
  width: 90%;
}

.content {
  min-height: 500px;
}
.content .breadcrumbs {
  margin-top: 15px;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
#preloader {
  z-index: -1;
  opacity: 0;
  position: absolute;
}
#preloader #status {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}
#preloader #status .spinner {
  margin: 100px auto 0;
  width: 91px;
  text-align: center;
}
#preloader #status .spinner > div {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#preloader #status .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
  background-color: #0094d3;
}
#preloader #status .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  background-color: #0094d3;
}
#preloader #status .spinner .bounce3 {
  background-color: #0094d3;
}
#preloader.active {
  opacity: 1;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
}

#footer {
  background-color: #fcfcfc;
  padding: 15px 0;
}

#control_panel_page #links_container {
  background-color: #e9f1f4;
  padding-bottom: 80px;
  margin-top: 20px;
}
#control_panel_page #links_container .iconContainer {
  padding-top: 80px;
  text-align: center;
}
#control_panel_page #links_container .iconContainer .fa {
  margin-top: 20px;
  color: #ff9b4c;
}
#control_panel_page #links_container .iconContainer a {
  color: #333333;
}
#control_panel_page #links_container .iconContainer img {
  margin-bottom: 10px;
}
#control_panel_page #links_container .iconContainer .icon {
  width: 100px;
  height: 100px;
  display: block;
  margin: auto;
  margin-bottom: 10px;
  background-position: top;
  background-size: 100%;
}
#control_panel_page #links_container .iconContainer:hover a {
  color: #ff9b4c;
  text-decoration: none;
}
#control_panel_page #links_container .iconContainer:hover .icon {
  background-position: bottom;
}

/* The switch - the box around the slider */
.checkbox-switch {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 34px;
  /* The slider */
  /* Rounded sliders */
}
.checkbox-switch input {
  display: none;
}
.checkbox-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.checkbox-switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 6px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.checkbox-switch input:checked + .slider {
  background-color: #2196F3;
}
.checkbox-switch input:checked + .slider:before {
  left: 12px;
}
.checkbox-switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.checkbox-switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.checkbox-switch .slider.round {
  border-radius: 34px;
}
.checkbox-switch .slider.round .on {
  margin-top: 7px;
  margin-left: 10px;
  color: #FFF;
}
.checkbox-switch .slider.round:before {
  border-radius: 50%;
}

.customRadio {
  cursor: pointer;
}
.customRadio input {
  display: none;
}
.customRadio .icon {
  padding-left: 27px;
  position: relative;
}
.customRadio input:checked + .icon:before {
  box-shadow: 0 0 6px #106fa8;
  border-color: #106fa8;
}
.customRadio input:checked + .icon:after {
  transform: scale(1);
}
.customRadio .icon:before {
  transition: all 0.5s ease;
  content: " ";
  display: inline-block;
  margin-right: 15px;
  width: 20px;
  height: 20px;
  background-color: #FFF;
  border-radius: 50%;
  border: 2px solid #717171;
  position: absolute;
  left: 0;
  top: 0;
}
.customRadio input + .icon:after {
  transition: all 0.2s ease;
  content: " ";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: block;
  margin: auto;
  position: absolute;
  top: 4px;
  left: 4px;
  background-color: #106fa8;
  transform: scale(0);
}

.clipboard {
  width: 100%;
  height: 200px;
  padding: 15px;
  margin-bottom: 15px;
  float: left;
  display: block;
}

#nav-language-bar {
  min-height: 30px;
  background-color: #ececec;
}
#nav-language-bar .languages {
  margin-right: 20px;
  margin-top: 3px;
}
#nav-language-bar .languages ul {
  margin: 0;
}
#nav-language-bar .languages li {
  display: inline-block;
  line-height: 22px;
}
#nav-language-bar .languages li a {
  padding-left: 10px;
  padding-right: 10px;
}
#nav-language-bar .languages li a.active {
  color: #888585;
}

#mainBanner {
  width: 100%;
  background-color: #106fa8;
  height: 196px;
  text-align: center;
  position: relative;
}
#mainBanner.bg-gradient-nav {
  background: #0f6ea8;
  background: -moz-linear-gradient(left, #0f6ea8 0%, #0f6ea8 48%, #1c4980 50%, #1c4980 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0f6ea8), color-stop(48%, #0f6ea8), color-stop(50%, #1c4980), color-stop(100%, #1c4980));
  background: -webkit-linear-gradient(left, #0f6ea8 0%, #0f6ea8 48%, #1c4980 50%, #1c4980 100%);
  background: -o-linear-gradient(left, #0f6ea8 0%, #0f6ea8 48%, #1c4980 50%, #1c4980 100%);
  background: -ms-linear-gradient(left, #0f6ea8 0%, #0f6ea8 48%, #1c4980 50%, #1c4980 100%);
  background: linear-gradient(to right, #0f6ea8 0%, #0f6ea8 48%, #1c4980 50%, #1c4980 100%);
}
#mainBanner .banner-img-top {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#mainBanner .banner-title-top {
  max-height: 100%;
  max-width: 100%;
  height: 20px;
  position: absolute;
  top: 80px;
  bottom: 0;
  left: 320px;
  right: 0;
  margin: auto;
  color: white;
  font-size: 18px;
  vertical-align: middle;
  display: block;
}
#mainBanner .banner-title-top.ru {
  font-size: 16px;
}

.dropdown-menu {
  font-size: 12px;
}

a.dropdown-toggle:hover + ul.dropdown-menu, ul.dropdown-menu:hover {
  display: block;
}

.navbar-default {
  background-color: #ececec;
  background-image: none;
  background-repeat: no-repeat;
  border-color: #e8e8e8;
  border-width: 0 0 1px;
}
.navbar-default ul.navbar-nav {
  float: none;
  text-align: center;
  color: #106fa8;
  text-transform: uppercase;
}
.navbar-default ul.navbar-nav > .active > a, .navbar-default ul.navbar-nav > .active > a:hover, .navbar-default ul.navbar-nav > .active > a:focus {
  color: #cb4b11;
  font-family: Helvetica, Arial, sans-serif;
  background-image: none;
  background-repeat: no-repeat;
  box-shadow: none;
  background-color: initial;
  background-color: transparent;
}
.navbar-default ul.navbar-nav > li {
  float: none;
  display: inline-block;
  padding-left: 12px;
  padding-right: 12px;
}
.navbar-default ul.navbar-nav > li a {
  color: #106fa8;
}
.navbar-default ul.navbar-nav > li a:hover {
  color: #cb4b11;
}
.navbar-default ul.navbar-nav > li:after {
  left: 0;
  content: "";
  height: 80%;
  width: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #dadada;
}
.navbar-default ul.navbar-nav > li:after:last-of-type {
  right: 0;
  left: auto;
}
.navbar-default ul.navbar-nav > li.active:before {
  content: "";
  width: 80%;
  height: 4px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #cb4b11;
}
.navbar-default ul.navbar-nav > li .dropdown-menu {
  width: 80%;
  background-color: #ececec;
  left: 50%;
  transform: translateX(-50%);
}
.navbar-default ul.navbar-nav > li .dropdown-menu a {
  text-align: center;
  background-image: none;
  background-repeat: no-repeat;
  box-shadow: none;
  background-color: initial;
}
.navbar-default ul.navbar-nav > li .dropdown-menu .active a {
  color: #cb4b11;
}

#search-filters .panel-heading, .search-filters .panel-heading {
  background-image: none;
  background-repeat: no-repeat;
  box-shadow: none;
  background-color: #64d4f8;
}
#search-filters .panel-heading a, .search-filters .panel-heading a {
  color: #106ba2;
  font-weight: bold;
  text-decoration: none;
}
#search-filters .panel-heading a .fa-filter, .search-filters .panel-heading a .fa-filter {
  margin-right: 15px;
}

#sort-filters select {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #191919;
}
#sort-filters .form-group .col-sm-4 {
  margin-top: 7px;
}
#sort-filters .export-links {
  margin-top: 7px;
}

.document-symbol-reco {
  padding-left: 15px;
  padding-right: 15px;
}

.recommendation-container .document-number-title .badge {
  background-color: #abb9b9;
  font-weight: initial;
  margin-left: 10px;
}
.recommendation-container .document-number-title a {
  color: #191919;
  cursor: pointer;
  font-weight: bold;
}
.recommendation-container .document-number-title a:hover, .recommendation-container .document-number-title a:focus, .recommendation-container .document-number-title a[aria-expanded=true] {
  text-decoration: none;
  color: #106fa8;
}
.recommendation-container .document-number-title a .fa {
  margin-right: 15px;
}
.recommendation-container .document-number-title .body-name {
  float: right;
  margin-right: 15px;
  color: #191919;
  font-weight: normal;
  font-size: 14px;
  font-style: italic;
}
.recommendation-container > .panel-collapse {
  margin-left: 25px;
}
.recommendation-container > .panel-collapse .recommendation-panel {
  margin-bottom: 40px;
  border-top: 0;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.recommendation-container > .panel-collapse .recommendation-panel .panel-footer {
  border-top: 1px solid #dbdbdb;
}
.recommendation-container > .panel-collapse .recommendation-panel .reco-button-top {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dbdbdb;
}
.recommendation-container > .panel-collapse .recommendation-panel .panel-title {
  background-color: #3899c5;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #80e1ff;
}
.recommendation-container > .panel-collapse .recommendation-panel .panel-title .fa-star {
  color: #fcbc22;
  margin-right: 15px;
}
.recommendation-container > .panel-collapse .recommendation-panel .process-reco-button {
  background-image: none;
  background-repeat: no-repeat;
  box-shadow: none;
  background-color: #106fa8;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: white;
  text-shadow: none;
  padding-right: 15px;
  padding-left: 15px;
}

/* TO CLEAN */
/*Add CSS for Dashboard*/
.DownArrow {
  border-top: 15px solid #cb4b11;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  left: 44%;
  bottom: -29px;
  display: none;
}

.iconContainerDashboard {
  background-color: #ebf7ff;
  border-right: 2px solid #fff;
  padding: 40px;
  text-align: center;
  font-family: Helvetica;
  font-size: 16px;
}

.iconContainerDashboard:hover .icon {
  background-position: bottom !important;
}

.iconContainerDashboard:hover a {
  color: #cb4b11;
  text-decoration: none;
}

.BorderSection {
  border-bottom: 10px solid #cb4b11;
  display: none;
  position: absolute;
  height: 5px;
  width: 100%;
  bottom: 0;
  margin: 0px;
  left: 0px;
}

.BorderSectionRadiusLeft {
  border-bottom-left-radius: 10px;
}

.BorderSectionRadiusRight {
  border-bottom-right-radius: 10px;
}

.iconContainerDashboard:active .DownArrow, .iconContainerDashboard:hover .DownArrow,
.iconContainerDashboard:active .BorderSection, .iconContainerDashboard:hover .BorderSection {
  display: block;
}

.iconContainerDashboard a {
  color: #272727;
  text-decoration: none;
}

.border-radius-left {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

.border-radius-right {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

.dashboardconent {
  color: #777;
  font-style: italic;
  font-size: 16px;
  font-family: arial;
}

.dahboard-page-header {
  margin: 20px 0 40px;
  /*    border-bottom: 1px solid #eee;*/
}

.rcombodytow {
  background-color: #dde5e5;
}

.tableDashboard tr th {
  line-height: 20px;
  padding: 7px 7px 7px 20px;
  font-weight: normal;
  border-left: 2px solid #e4eaeb;
}

.tableDashboard td, .tableDashboard th {
  border: 2px solid #e4eaeb;
  text-align: left;
  padding: 8px;
}

.tableDashboard tbody tr:nth-child(odd) {
  background-color: #ebf7ff;
}

.activesection .BorderSectionRadiusLeft, .activesection .BorderSection, .activesection .DownArrow, .activesection {
  display: block !important;
}

.activesection .icon {
  background-position: bottom !important;
}

.activesection a {
  color: #cb4b11;
  text-decoration: none;
}

/***** Progress Bar *****/
.bar {
  padding: 5px 10px !important;
  font-weight: bold !important;
  font-size: 13px !important;
}

.barparent {
  position: relative !important;
  /*    float: right !important;*/
  top: -25px;
  /*    left: -25px; */
  display: block;
}

.tooltip {
  position: relative !important;
  float: right !important;
}

.tooltip > .tooltip-inner {
  padding: 5px 10px !important;
  background-color: #eebf3f !important;
  color: #172c42 !important;
  font-weight: bold !important;
  font-size: 13px !important;
}

.popOver + .tooltip > .tooltip-arrow {
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
  border-top: 5px solid #eebf3f !important;
}

section {
  margin: 100px auto !important;
}

.progress-section {
  border-radius: 0 !important;
  overflow: visible !important;
  margin-top: 40px;
  height: 20px;
  margin-bottom: 20px;
  -webkit-transition: width 1.5s ease-in-out !important;
  -moz-transition: width 1.5s ease-in-out !important;
  -o-transition: width 1.5s ease-in-out !important;
  transition: width 1.5s ease-in-out !important;
  width: 0%;
}

.progress-bar {
  -webkit-transition: width 1.5s ease-in-out !important;
  transition: width 1.5s ease-in-out !important;
}

.barWrapper {
  margin-top: -8px;
  width: 80%;
  float: left;
}

.TotalCount {
  float: left;
  width: 50px;
  padding: 0px 5px;
  margin-top: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

.PaddingTd {
  padding: 20px 0px 10px;
}

.dot-status {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  display: inline-block;
}

.text-status {
  padding: 5px;
  font-size: 12px;
  color: #dd66bd;
}

.plan-list-page .unassigned-separator, .documents-list .unassigned-separator {
  width: 100%;
  border-top: 1px solid #dbdbdb;
}
.plan-list-page .page-header, .documents-list .page-header {
  border: none;
}
.plan-list-page .plan-title, .plan-list-page .document-title, .plan-list-page .document-number-title, .documents-list .plan-title, .documents-list .document-title, .documents-list .document-number-title {
  font-size: 18px;
}
.plan-list-page .plan-title .badge, .plan-list-page .document-title .badge, .plan-list-page .document-number-title .badge, .documents-list .plan-title .badge, .documents-list .document-title .badge, .documents-list .document-number-title .badge {
  background-color: #abb9b9;
  font-weight: initial;
  margin-left: 10px;
}
.plan-list-page .plan-title a, .plan-list-page .document-title a, .plan-list-page .document-number-title a, .documents-list .plan-title a, .documents-list .document-title a, .documents-list .document-number-title a {
  color: #191919;
  cursor: pointer;
  font-weight: bold;
}
.plan-list-page .plan-title a:hover, .plan-list-page .plan-title a:focus, .plan-list-page .plan-title a[aria-expanded=true], .plan-list-page .document-title a:hover, .plan-list-page .document-title a:focus, .plan-list-page .document-title a[aria-expanded=true], .plan-list-page .document-number-title a:hover, .plan-list-page .document-number-title a:focus, .plan-list-page .document-number-title a[aria-expanded=true], .documents-list .plan-title a:hover, .documents-list .plan-title a:focus, .documents-list .plan-title a[aria-expanded=true], .documents-list .document-title a:hover, .documents-list .document-title a:focus, .documents-list .document-title a[aria-expanded=true], .documents-list .document-number-title a:hover, .documents-list .document-number-title a:focus, .documents-list .document-number-title a[aria-expanded=true] {
  text-decoration: none;
  color: #106fa8;
}
.plan-list-page .plan-title a .fa, .plan-list-page .document-title a .fa, .plan-list-page .document-number-title a .fa, .documents-list .plan-title a .fa, .documents-list .document-title a .fa, .documents-list .document-number-title a .fa {
  margin-right: 15px;
}
.plan-list-page .plan-title .body-name, .plan-list-page .document-title .body-name, .plan-list-page .document-number-title .body-name, .documents-list .plan-title .body-name, .documents-list .document-title .body-name, .documents-list .document-number-title .body-name {
  float: right;
  margin-right: 15px;
  color: #191919;
  font-weight: normal;
  font-size: 14px;
  font-style: italic;
}
.plan-list-page > .mainAccordion > .plan, .plan-list-page > .mainAccordion > .document, .documents-list > .mainAccordion > .plan, .documents-list > .mainAccordion > .document {
  border: none;
  box-shadow: none;
}
.plan-list-page > .mainAccordion > .plan > .panel-heading, .plan-list-page > .mainAccordion > .document > .panel-heading, .documents-list > .mainAccordion > .plan > .panel-heading, .documents-list > .mainAccordion > .document > .panel-heading {
  background-image: none;
  background-repeat: no-repeat;
  box-shadow: none;
  background-color: initial;
}
.plan-list-page .recommendation-container, .documents-list .recommendation-container {
  margin-left: 25px;
}
.plan-list-page .recommendation-container .panel-body, .documents-list .recommendation-container .panel-body {
  border: none !important;
  padding-left: 40px !important;
}
.plan-list-page .recommendation-container .panel-body .reco-in-plan, .documents-list .recommendation-container .panel-body .reco-in-plan {
  margin-bottom: 20px;
  border: none;
}
.plan-list-page .recommendation-container .panel-body .reco-in-plan .panel-heading, .documents-list .recommendation-container .panel-body .reco-in-plan .panel-heading {
  background-image: none;
  background-repeat: no-repeat;
  box-shadow: none;
  background-color: #64d4f8;
}
.plan-list-page .recommendation-container .panel-body .reco-in-plan .panel-heading.active, .documents-list .recommendation-container .panel-body .reco-in-plan .panel-heading.active {
  background-image: none;
  background-repeat: no-repeat;
  box-shadow: none;
  background-color: #3899c5;
}
.plan-list-page .recommendation-container .panel-body .reco-in-plan .panel-heading.active .panel-title, .documents-list .recommendation-container .panel-body .reco-in-plan .panel-heading.active .panel-title {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #64d4f8;
}
.plan-list-page .recommendation-container .panel-body .reco-in-plan .panel-title, .documents-list .recommendation-container .panel-body .reco-in-plan .panel-title {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #106ba2;
  text-decoration: none;
}
.plan-list-page .recommendation-container .panel-body .reco-in-plan .panel-title .fa-star, .documents-list .recommendation-container .panel-body .reco-in-plan .panel-title .fa-star {
  color: #fcbc22;
  margin-right: 15px;
}
.plan-list-page .recommendation-container .panel-body .reco-in-plan .panel-title .fa-angle-down, .documents-list .recommendation-container .panel-body .reco-in-plan .panel-title .fa-angle-down {
  margin-left: 15px;
}
.plan-list-page .recommendation-container .panel-body .reco-in-plan .reco-collapsed, .documents-list .recommendation-container .panel-body .reco-in-plan .reco-collapsed {
  background-color: #f6f6f6;
}
.plan-list-page .recommendation-container .recommendation-panel, .documents-list .recommendation-container .recommendation-panel {
  margin-bottom: 20px;
  border: none;
}
.plan-list-page .recommendation-container .recommendation-panel .panel-heading, .documents-list .recommendation-container .recommendation-panel .panel-heading {
  background-image: none;
  background-repeat: no-repeat;
  box-shadow: none;
  background-color: #64d4f8;
}
.plan-list-page .recommendation-container .recommendation-panel .panel-heading.active, .documents-list .recommendation-container .recommendation-panel .panel-heading.active {
  background-image: none;
  background-repeat: no-repeat;
  box-shadow: none;
  background-color: #3899c5;
}
.plan-list-page .recommendation-container .recommendation-panel .panel-heading.active .panel-title, .documents-list .recommendation-container .recommendation-panel .panel-heading.active .panel-title {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #64d4f8;
}
.plan-list-page .recommendation-container .recommendation-panel .panel-title, .documents-list .recommendation-container .recommendation-panel .panel-title {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #106ba2;
  text-decoration: none;
}
.plan-list-page .recommendation-container .recommendation-panel .panel-title .fa-star, .documents-list .recommendation-container .recommendation-panel .panel-title .fa-star {
  color: #fcbc22;
  margin-right: 15px;
}
.plan-list-page .recommendation-container .recommendation-panel .panel-title .fa-angle-down, .documents-list .recommendation-container .recommendation-panel .panel-title .fa-angle-down {
  margin-left: 15px;
}
.plan-list-page .recommendation-container .recommendation-panel .reco-collapsed, .documents-list .recommendation-container .recommendation-panel .reco-collapsed {
  background-color: #f6f6f6;
}

.paginationContainer button {
  margin-left: 10px;
}

button.btn-white-nrtd, a.btn-white-nrtd {
  border-radius: 2px;
  background-color: white;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #48c7ef;
  border: 1px solid #48c7ef;
}
button.btn-white-nrtd:active, button.btn-white-nrtd:focus, button.btn-white-nrtd:hover, a.btn-white-nrtd:active, a.btn-white-nrtd:focus, a.btn-white-nrtd:hover {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #48c7ef;
  outline: none;
  box-shadow: none;
}
button.btn-blue-nrtd, a.btn-blue-nrtd {
  border-radius: 2px;
  background-color: #106fa8;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: white;
  border: 1px solid #106fa8;
}
button.btn-blue-nrtd:active, button.btn-blue-nrtd:focus, button.btn-blue-nrtd:hover, a.btn-blue-nrtd:active, a.btn-blue-nrtd:focus, a.btn-blue-nrtd:hover {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: white;
  outline: none;
  box-shadow: none;
}

#reporting-recommendations .reportlink, #reporting-activities .reportlink, #reporting-indicators .reportlink {
  text-align: center;
  text-decoration: none;
}
#reporting-recommendations .reportlink.active:before, #reporting-activities .reportlink.active:before, #reporting-indicators .reportlink.active:before {
  content: "";
  width: 80%;
  height: 4px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #cb4b11;
}
#reporting-recommendations .reporting-recommendations-main, #reporting-activities .reporting-recommendations-main, #reporting-indicators .reporting-recommendations-main {
  margin-top: 30px;
}
#reporting-recommendations .reporting-recommendations-main h1, #reporting-activities .reporting-recommendations-main h1, #reporting-indicators .reporting-recommendations-main h1 {
  margin: 20px 5px 20px 5px;
}
#reporting-recommendations .reporting-recommendations-main .panel, #reporting-activities .reporting-recommendations-main .panel, #reporting-indicators .reporting-recommendations-main .panel {
  border: 0px;
  border-radius: unset;
  box-shadow: none;
}
#reporting-recommendations .reporting-recommendations-main .panel .report-title .badge, #reporting-activities .reporting-recommendations-main .panel .report-title .badge, #reporting-indicators .reporting-recommendations-main .panel .report-title .badge {
  background-color: #abb9b9;
  font-weight: initial;
  margin-left: 10px;
}
#reporting-recommendations .reporting-recommendations-main .panel .report-title a, #reporting-activities .reporting-recommendations-main .panel .report-title a, #reporting-indicators .reporting-recommendations-main .panel .report-title a {
  color: #191919;
  cursor: pointer;
  font-weight: bold;
}
#reporting-recommendations .reporting-recommendations-main .panel .report-title a:hover, #reporting-recommendations .reporting-recommendations-main .panel .report-title a:focus, #reporting-recommendations .reporting-recommendations-main .panel .report-title a[aria-expanded=true], #reporting-activities .reporting-recommendations-main .panel .report-title a:hover, #reporting-activities .reporting-recommendations-main .panel .report-title a:focus, #reporting-activities .reporting-recommendations-main .panel .report-title a[aria-expanded=true], #reporting-indicators .reporting-recommendations-main .panel .report-title a:hover, #reporting-indicators .reporting-recommendations-main .panel .report-title a:focus, #reporting-indicators .reporting-recommendations-main .panel .report-title a[aria-expanded=true] {
  text-decoration: none;
  color: #106fa8;
}
#reporting-recommendations .reporting-recommendations-main .panel .report-title a .fa, #reporting-activities .reporting-recommendations-main .panel .report-title a .fa, #reporting-indicators .reporting-recommendations-main .panel .report-title a .fa {
  margin-right: 15px;
}
#reporting-recommendations .reporting-recommendations-main .panel .report-title .body-name, #reporting-activities .reporting-recommendations-main .panel .report-title .body-name, #reporting-indicators .reporting-recommendations-main .panel .report-title .body-name {
  float: right;
  margin-right: 15px;
  color: #191919;
  font-weight: normal;
  font-size: 14px;
  font-style: italic;
}
#reporting-recommendations .reporting-recommendations-main .panel .report-title a, #reporting-activities .reporting-recommendations-main .panel .report-title a, #reporting-indicators .reporting-recommendations-main .panel .report-title a {
  font-weight: 400;
}
#reporting-recommendations .reporting-recommendations-main .panel .report-title a .fa, #reporting-activities .reporting-recommendations-main .panel .report-title a .fa, #reporting-indicators .reporting-recommendations-main .panel .report-title a .fa {
  color: #9f9f9f;
}
#reporting-recommendations .reporting-recommendations-main .panel .documentCollapse, #reporting-activities .reporting-recommendations-main .panel .documentCollapse, #reporting-indicators .reporting-recommendations-main .panel .documentCollapse {
  padding-left: 30px;
}
#reporting-recommendations .reporting-recommendations-main .panel .documentCollapse .panel-body, #reporting-activities .reporting-recommendations-main .panel .documentCollapse .panel-body, #reporting-indicators .reporting-recommendations-main .panel .documentCollapse .panel-body {
  border-top: 0px;
}
#reporting-recommendations .reporting-recommendations-main .panel .documentCollapse .panel-body .panel-heading, #reporting-activities .reporting-recommendations-main .panel .documentCollapse .panel-body .panel-heading, #reporting-indicators .reporting-recommendations-main .panel .documentCollapse .panel-body .panel-heading {
  border-radius: unset;
  color: #80e1ff;
  font-weight: 400;
  background-image: none;
  background-repeat: no-repeat;
  box-shadow: none;
  background-color: #3698c7;
}
#reporting-recommendations .reporting-recommendations-main .panel .title-implementation-status, #reporting-activities .reporting-recommendations-main .panel .title-implementation-status, #reporting-indicators .reporting-recommendations-main .panel .title-implementation-status {
  font-weight: 600;
}

.sideBar {
  border-radius: unset;
  box-shadow: none;
}
.sideBar .panel-heading {
  background-image: none;
  background-repeat: no-repeat;
  box-shadow: none;
  background-color: #ececec;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #9f9f9f;
  text-transform: uppercase;
}
.sideBar a.list-group-item {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #106eab;
}
.sideBar .list-group-item {
  background-color: #f6f6f6;
  border: none;
}

.button-search {
  text-align: right;
}

.panel-search-filters-advanced {
  background-color: #ececec;
}
.panel-search-filters-advanced .panel-heading {
  background-image: none;
  background-repeat: no-repeat;
  box-shadow: none;
  background-color: #3899c5;
}
.panel-search-filters-advanced .panel-heading a {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #80e1ff;
}

.page-with-sidebar {
  margin-bottom: 20px;
}

.panel-nrtd.light-blue .panel-heading {
  background-image: none;
  background-repeat: no-repeat;
  box-shadow: none;
  background-color: #64d4f8;
}
.panel-nrtd.light-blue .panel-heading a {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #106ba2;
}

.fullWidth {
  width: 100%;
}

.body-name {
  margin-top: 40px;
}

.body-name:nth-of-type(1) {
  margin-top: 0px;
}

.ms-sel-ctn .ms-sel-item {
  border-radius: 2px;
  display: inline-block;
  border: 1px solid #066a8f;
  padding: 0px 10px;
  font-size: 11.5px;
  color: #066a8f;
  margin-right: 5px;
  cursor: pointer;
  margin-bottom: 5px;
  background-color: white;
  line-height: 30px;
}
.ms-sel-ctn .ms-sel-item .input-mg {
  display: inline-block;
}
.ms-sel-ctn .ms-sel-item .ms-close-btn {
  display: inline-block;
  text-align: center;
  color: #0094d3;
  width: 21px;
  border-left: 1px solid #066a8f;
  font-size: 14px;
  float: right;
  margin: 0 0 0 10px;
  padding: 7px;
  line-height: 28px;
  background: none;
  height: 30px;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.ms-sel-ctn .ms-sel-item .ms-close-btn:before {
  content: "";
}
.ms-sel-ctn .ms-sel-item .ms-close-btn:hover {
  color: white;
}
.ms-sel-ctn .ms-sel-item:hover {
  background-color: #0094d3;
  color: white;
  text-decoration: none;
}
.ms-sel-ctn .ms-sel-item:hover .ms-close-btn {
  color: white;
}

.nrtd-modal .modal-content {
  border-radius: 2px;
  border-top: 5px solid #cb4b11;
}

.form-control {
  border-radius: unset;
}

.separator {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
  height: 1px;
  background-color: #191919;
}

.plan_edit_mode {
  border-top: 1px solid #e8e8e8;
  padding-top: 15px;
}

#search-results-view-plan {
  margin-top: 15px;
}

.body-name-top-title {
  margin: 15px 0;
}

.report-section-title {
  text-align: center;
}
.report-section-title.active:before {
  content: "";
  width: 80%;
  height: 4px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #cb4b11;
}

.results-ajax-report-search {
  margin-top: 30px;
}

.export-to-word, .export-to-csv {
  margin: 10px 0;
  display: block;
}
.export-to-word .fa, .export-to-csv .fa {
  margin-right: 10px;
}

.mg-child {
  padding-left: 10px;
}
.mg-child i {
  padding-right: 5px;
}

.mg-parent {
  font-weight: bold;
}

.banner-admin {
  margin-bottom: 10px;
}

.helper-admin-input {
  margin-top: 10px;
}

#admin-table, #empty-table-admin {
  margin-bottom: 20px;
}

.dataTables_filter {
  margin-top: 10px;
}

.parent-item {
  font-weight: bold;
}

.dot-implementation-status {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.form-group.search > span.small {
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}

.read-only-mode {
  padding-left: 30px;
}

.recommendation-annexes {
  margin-bottom: 20px;
}
.recommendation-annexes .activity-details {
  margin-bottom: 10px;
}

.admin-operations .button-purge {
  margin-top: 20px;
}

.display-link {
  color: white;
}

.row-separator {
  margin-top: 20px;
}

.trash-content-list {
  margin-left: 10px;
}

.container-to-hide {
  display: none;
}

.hide-more-attributes-recommendation {
  display: none;
}

button.editUser, button.deleteUser {
  margin: 5px;
}

/*# sourceMappingURL=custom.css.map */
