﻿body {
  /* font-family: Arial, sans-serif!important; */
  font-size: 13px;
  /* font-family: Roboto Condensed !important; */
  /* font-family:  'Montserrat', sans-serif !important; */
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial, sans-serif !important;
}
.dl-horizontal dt {
  white-space: normal;
}
a,
a:hover {
  text-decoration: none !important;
  transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.breadcrumb a {
  color: #333 !important;
}
a:focus {
  outline: 0 !important;
  outline: 0 !important;
  outline-offset: 0 !important;
}
.pt20 {
  padding-top: 20px;
}
label {
  font-weight: normal !important;
}
.transition {
  transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.back_image {
  background: url("../images/login_image.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-width: 100%;
}
.full_vh {
  height: 100vh;
}

.login_form {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 380px;
  background: #fff;
  border-radius: 10px;
}
.login_form h1 {
  padding: 0;
  margin: 0;
  font-size: 16px;
  background: #000;
  color: #fff;
  padding: 11px 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.login_form_block {
  padding: 20px;
}
input[type="text"],
input[type="password"] {
  border-radius: 0;
  background: #eee;
  border: 0;
  height: 38px;
  box-shadow: none;
  min-width: 100% !important;
}
.login_form_block .btn.btn-default {
  background: #000;
  color: #fff;
  border: 0;
  padding: 8px 20px;
  box-shadow: 0px 5px rgba(0, 0, 0, 0.4);
}
.bw {
  background: #fff;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.fl {
  float: left;
  width: 100%;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.header_block {
  padding: 10px;
  position: relative;
}
.header_details {
  border-left: 1px solid #8a8a8a;
  padding-left: 10px;
  margin-left: 21%;
}
.header_details_block label {
  color: #fff;
  margin: 0;
}
.header_details_block label:first-child {
  color: #fff;
  width: 62px;
  font-weight: bold !important;
}
.header_details_block span {
  color: #fff;
  font-weight: bold;
}
.fb {
  font-weight: bold !important;
}
.panel-title a {
  position: relative;
  display: block;
  padding: 10px 0;
  font-size: 15px;
  font-weight: 600;
}
.min_plus .fa {
  font-size: 11px;
  font-weight: normal !important;
  color: #7e8897;
}
.min_plus {
  position: absolute;
  right: 10px;
}

.panel-group .panel + .panel {
  margin-top: 0 !important;
}
.panel-default > .panel-heading {
  background-color: #fff !important;
}
.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 0 !important;
  border: 0 !important;
  box-shadow: none;
}
.panel-heading {
  padding: 0 !important;
}

#errmsg {
  background: red;
}
#errmsg {
  -webkit-animation: NAME-YOUR-ANIMATION 1s infinite; /* Safari 4+ */
  -moz-animation: NAME-YOUR-ANIMATION 1s infinite; /* Fx 5+ */
  -o-animation: NAME-YOUR-ANIMATION 1s infinite; /* Opera 12+ */
  animation: NAME-YOUR-ANIMATION 1s infinite; /* IE 10+, Fx 29+ */
  color: #fff !important;
  padding: 5px 20px;
  margin-bottom: 10px;
  border-radius: 50px;
}

@-webkit-keyframes NAME-YOUR-ANIMATION {
  0%,
  49% {
    background-color: #d40000;
  }
  50%,
  100% {
    background-color: #a00707;
  }
}

/* Popup CSS */
.popup_area {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.popup_block {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 1px 1px 18px rgba(255, 255, 255, 0.3);
  border-radius: 10px;
}
.pp400 {
  min-width: 400px;
}
.pp450 {
  min-width: 450px;
}
.popup_data {
  padding: 15px;
}
.pbtn {
  background: #000;
  padding: 10px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  box-shadow: 0px 5px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
}
.pbtn:hover {
  background: #000;
  color: #fff;
}
.popup_header {
  padding: 10px 15px;
  background: #000;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

/* Popup CSS */

.popup_data a,
button {
  cursor: pointer;
}

/*Responsive*/
.das_back {
  background: url("../images/back_opacity.jpg") no-repeat center center;
  position: relative;
  background-position-y: 30px;
  border: 1px solid #ddd;

  background-size: contain;
}
/*.dash_data {
	padding: 10px;
}*/
.das_heading {
  padding: 10px;
  background: #f5f5f5;
  border-bottom: 1px solid#ddd;
  display: none;
}
/*.bgrey{
    background:grey;
}*/
.menu_left,
.menu_rght {
  border: 1px solid #ddd;
  height: calc(100vh - 164px);
  background: #fff;
}
.menu_left {
  overflow: auto;
}
.panel-title > a {
  color: inherit;
  background: #00a9ce;
  padding: 10px;
  color: #fff !important;
  font-family: Arial, sans-serif;
}
.panel-title > a.collapsed {
  color: inherit;
  background: #fff !important;
  color: #4a3e38 !important;
}
.panel-title > a .min_plus .fa {
  color: #fff !important;
}
.panel-title > a.collapsed .min_plus .fa {
  color: #4a3e38 !important;
}
.dash_inner {
  float: left;
  width: 98%;
  margin: 0 15px;
  position: relative;
  overflow: hidden;
}
.div1_20 {
  float: left;
  width: 12%;
  margin-right: 5px;
}
.div60 {
  float: left;
  width: 100%;
  margin-right: 0;
}
.div2_20 {
  float: left;
  width: 12%;
  position: absolute;
  right: -12%;
}
#arrow_name {
  overflow: auto;
  height: calc(100vh - 209px);
  overflow: auto;
}
#arrow_link {
  float: left;
  width: 100%;
  padding: 10px;
}
#arrow_link li {
  float: left;
  margin-right: 10px;
  margin-left: 13px;
  margin-bottom: 10px;
}

.link_right:hover .arrow-left {
  border-right: 16px solid #003f88;
}
.dot {
  display: inline-block;
  height: 7px;
  width: 7px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  top: 12px;
  left: -4px;
}
.active_a {
  padding: 100px;
}
.collapsed.sss .more-minus {
  display: none;
}
.collapsed .more-minus {
  display: block;
}
.collapsed.sss .more-plus {
  display: block;
}
.sss .more-plus {
  display: none;
}
.btn_area a {
  display: inline-block;
  padding: 7px 20px;
  background: #00a9ce;
  border-radius: 5px;
  margin-right: 4px;
  color: #fff;
}
.btn_area a:hover {
  color: #fff;
  background: #0091b1;
}
.panel-title strong {
  margin-right: 10px;
  font-weight: normal;
}

/*search_area*/
.search_area_block {
  width: 650px;
  margin: 0 auto;
  position: relative;
}
.search_area_block input {
  background: #fff;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  border-radius: 41px;
  height: 45px;
  padding: 0 40px 0 20px;
}
.search_icon {
  position: absolute;
  top: 12px;
  right: 20px;
  color: #1751a8;
  cursor: pointer;
}
.new_listing {
  margin-top: 60px;
}
.new_listing li {
  display: inline-block;
  width: 16%;
  text-align: center;
  margin-bottom: 20px;
  vertical-align: top;
}
.icons {
  /*background: rgba(206, 202, 202, 0.5);*/
  width: 50px;
  display: inline-block;
  height: 50px;
  border-radius: 100%;
  line-height: 50px;
  color: #fff;
}
/*.icons {
	background: rgba(24, 106, 183, 0.5);
	width: 50px;
	display: inline-block;
	height: 50px;
	border-radius: 100%;
	line-height: 50px;
	color: #fff;
}*/

.heading_name {
  display: block;
  width: 100%;
  margin-top: 5px;
  color: #333;
  font-size: 13px;
  height: 37px;
}
.new_listing a {
  display: block;
  padding: 10px;
  border-radius: 4px;
}
.new_listing a:hover {
  background: #e8e8e9;
}

.search_area_block .form-control:focus {
  border: 0 !important;
  outline: none !important;
}
.short_logo {
  text-align: center;
  margin-bottom: 20px;
}
.short_logo img {
  width: 180px;
}
.breadcrumb {
  border-radius: 0 !important;
  margin-bottom: 10px !important;
}
.breadcrumb .fa.fa-home {
  color: #000;
}
.breadcrumb_area {
  position: relative;
}
.menu_left_area a {
  padding: 10px;
  display: block;
  color: #333;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.menu_left_area a:hover {
  background: #f5f5f5;
}

.left_active {
  color: #fff !important;
  background: #186ab7 !important;
}

.dn {
  display: none;
}
.search-result_area {
}

.search-results {
  background: #f6f6f6;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1);
  top: 45px;
  position: absolute;
  width: 92%;
  height: 200px;
  overflow: scroll;
  overflow-x: hidden;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.search-results li a {
  padding: 10px;
  color: #000;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 13px;
}
.search-results li a span {
  display: block;
}
.search-results li a:hover {
  background: #333;
  color: #fff;
}
.menu_rght_area {
  position: relative;
}
/*.close_btn {
	position: absolute;
	left: -30px;
	background: grey;
	height: 30px;
	text-align: center;
	width: 30px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	top: 0;
	color: #fff;
	line-height: 30px;
	cursor: pointer;
	padding-left: 3px;
}*/
.close_btn {
  position: absolute;
  left: -21px;
  background: #fff;
  height: 30px;
  text-align: center;
  width: 30px;
  border-radius: 100% !important;
  top: 4px;
  color: #333;
  line-height: 30px;
  cursor: pointer;
  z-index: 1;
  border: 1px solid #ddd;
}
.close_btn:hover {
  background-color: #186ab7;
  color: #fff;
}
.right_menu_outer #close_btn .fa {
  margin-left: 3px;
}
.right_menu li a {
  display: block;
  padding: 8px 15px;
  background: #ddd;
  border-bottom: 1px solid #cacaca;
  color: #333;
}
.right_menu li a:hover {
  background: #333;
  color: #fff;
}
.right_menu_block h4 {
  margin: 0;
  padding: 15px 10px;
  font-size: 12px;
  font-family: Arial, sans-serif;
  background: #f5f5f5;
  color: #333;
  position: relative;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
}

.right_menu_block h4 .fa {
  font-size: 18px;
  position: absolute;
  left: 9px;
  top: 10px;
  display: none;
}
.table_area_inner {
  overflow: auto;
  height: calc(100vh - 165px);
}
.table_area_inner .table {
  background: none !important;
}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  vertical-align: middle !important;
}
.table thead {
  background: #186ab7;
  color: #fff;
}
.table thead > tr > th {
  padding: 5px !important;
  color: #fff !important;
}
.Search_block img {
  width: 76px;
}
.search_area_block input {
  background: #fff;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  border-radius: 41px;
  height: 45px;
  padding: 0 40px 0 20px;
}
.Search_block.search_area_block {
  margin: 0;
  margin-top: 6px;
}
.Search_block.search_area_block input {
  border: 1px solid #ddd;
}
.search_screen_area {
  padding-bottom: 15px;
  padding-top: 10px;
  width: 100%;
  z-index: 1;
  background: #fff;
  /*border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;*/
  position: sticky;
}
.search_data h3 a {
  font-size: 15px;
  color: #000;
  display: block;
}
.search_data h3 a:hover {
  color: #1751a8;
}
.search_data p {
  font-size: 13px;
  text-align: justify;
}
.right_menu_outer {
  width: 12%;
  right: 4px;
}
.full_div {
  width: 82% !important;
}
.bottom_links {
  margin-top: 20px;
}
.bottom_links span {
  display: block;
  font-size: 12px;
  color: #333;
  margin-bottom: 3px;
  background: #f6f6f6;
  padding: 6px 5px;
}
.bottom_links span:last-child {
  margin-bottom: 0 !important;
}
.bottom_links span a {
  color: #186ab7;
}
.search_result h3 {
  margin: 0;
  color: #1a0dab;
  font-size: 20px;
  margin-bottom: 5px;
}
.search_result p {
  margin-bottom: 0;
  color: #4d5156;
  font-size: 14px;
}
.search_result {
  padding: 10px;
  margin-bottom: 20px;
}
.search_result a:hover h3 {
  text-decoration: underline;
}
/*.search_result:hover {
	background: #f5f5f5;
}*/
/*.search_result:nth-child(2n+1) {
	background: #f9f9f9;
}*/

.login_heading {
  position: absolute;
  top: -82px;
  text-align: center;
  width: 100%;
  font-size: 40px;
  font-weight: bold;
  color: #ffd966;
}
.triage_assessment_area.das_back {
  background-position-y: 30px;
  height: calc(100vh - 164px);
  border: 0 !important;
  margin-top: 70px;
}
#tHeadLab th {
  padding: 11px;
  text-align: left !important;
}

.sm_area {
  position: absolute;
  right: 0;
  top: 17px;
}
.sm_area a {
  color: #fff !important;
  height: 35px;
  display: inline-block;
  width: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 4px;
}
.sm_area a:hover {
  opacity: 0.8;
}
.linkedin {
  background: #0077b5;
}
.twitter {
  background: #00a2f3;
}
.power {
  background: #cc0000;
}
.sm_area li {
  display: inline-block;
}
.search_screen_area.fixed {
  position: fixed;
  top: 0;
  box-shadow: 1px 0px 7px rgba(0, 0, 0, 0.2);
}

.triage {
  border-bottom: 1px solid #ddd;
}
.jira img {
  width: 16px;
}
.jira {
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  top: 1px;
}
.jira_2.jira {
  background: #32b4f5;
  border: 0;
}
.breadcrumb_search {
  width: 240px;
  position: absolute;
  right: 30px;
  top: 4px;
}
.breadcrumb_search input {
  background: #fff;
  border: 1px solid #ddd;
  height: 28px;
  border-radius: 4px;
  display: inline-block;
  max-width: 213px !important;
  min-width: 110px !important;
}
.breadcrumb_search .fa.fa-search {
  font-size: 18px;
  color: #186ab7;
  margin-left: 5px;
  cursor: pointer;
}

#arrow_link {
  padding: 0;
}
.arrow-left,
.dot {
  display: none;
}
#arrow_name li {
  float: left;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  display: block;
  width: 100%;
}
#arrow_name li a {
  display: block;
  background: #fff;
  padding: 10px;
  color: #333;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
#arrow_name li a:hover {
  background: #f5f5f5;
}

#arrow_name li a.rgt_active {
  display: block;
  background: #186ab7;
  padding: 10px;
  color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.table {
  overflow-wrap: anywhere !important;
}
#tBodyData tr td {
  min-width: 250px;
  overflow-wrap: anywhere !important;
}
#tBodyData tr td:nth-child(3),
#tBodyData tr td:nth-child(4),
#tBodyData tr td:nth-child(5) {
  min-width: 107px;
}
.horza_pin {
  display: block;
  margin-top: 8px;
}
.pin {
  display: none;
  margin: 0 auto;
  margin-top: 4px !important;
}
.div2_20.transition.right_menu_outer .pin {
  display: block;
}
.div2_20.transition.right_menu_outer .horza_pin {
  display: none;
}
.username label {
  font-size: 12px;
}
.username label:last-child {
  font-weight: bold !important;
}
.sm_area ul {
  margin-bottom: 4px;
}
.color_logo img {
  cursor: pointer;
}
.close_btn .fa {
  font-size: 21px;
  position: relative;
  top: -1px;
}
.close_btn .horza_pin {
  position: relative;
  top: -5px;
}
.two_img .imgWIcon {
  display: none;
}
.rgt_active .two_img .imgBIcon {
  display: none;
}
.rgt_active .two_img .imgWIcon {
  display: inline-block !important;
}

.brandLogo {
  float: left;
  /* line-height: .8; */
  /* margin-left: 0.8rem; */
  /* margin-right: 0.5rem; */
  /* margin-top: -3px; */
  /* max-height: 33px; */
  margin-top: -12px;
  height: 50px;
}

.excelBtn {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  width: 8rem;
  padding: 5px;
  background-color: #186ab7;
  color: white;
  float: right;
  border-radius: 3px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
}
.spanCons {
  margin-left: 0rem;
  font-size: 18px;
  margin-top: -6px;
  position: absolute;
}
.spanNau {
  /* margin-left: 1rem !important;
  font-weight: 500 !important;
  font-size: 20px; */
  margin-left: 19px !important;
  font-weight: 500 !important;
  font-size: 22px;
  /* margin-top: 36px; */
  margin-top: 6px;
  display: block;
}
.divSpin {
  left: 50%;
  position: fixed;
  display: none;
  top: 50%;
  z-index: 999999;
}

.divMain label {
  margin-top: 1rem;
  font-size: 22px;
  /* font-weight: bold !important; */
  color: #1751a8;
}
.form-select {
  height: 50px;
  /* line-height: 20px; */
  text-align: center;
  width: 43rem;
  border-radius: 8px;
  font-size: 26px;
  margin-left: 2rem;
  color: #1751a8;

  border-radius: 15px 225px 255px 15px 15px 255px 225px 15px;
  border-style: solid;
  border-width: 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 15px 28px 25px -18px;

  transition: all 235ms ease-in-out;
  border-bottom-left-radius: 15px 255px;
  border-bottom-right-radius: 225px 15px;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.divMain input {
  width: 100%;
  text-align: center;
  height: 40px;
  border-radius: 5px;
  color: #1751a8;

  border-radius: 15px 225px 255px 15px 15px 255px 225px 15px;
  border-style: solid;
  border-width: 2px;
  box-shadow: rgb(0 0 0 / 20%) 15px 28px 13px -18px;

  transition: all 235ms ease-in-out;
  border-bottom-left-radius: 15px 255px;
  border-bottom-right-radius: 225px 15px;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.divMain input:hover,
select:hover {
  background-color: #c5d4e9 !important;
}
.divMain_ {
  margin: 6rem;
  /* border: 4px dashed; */
  padding: 3rem;
  border-radius: 10px;
  background: #f4f6f9;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
}
/* input[type="file"] {
    display: none;
}
 */
.btnUpload {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  width: 32rem !important;
  padding: 10px;
  background-color: rgb(24, 106, 183);
  color: white;
  /* float: left; */
  border-radius: 3px;
  /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important; */
  /* margin: 11px 8px 5px 0px; */
  /* margin-left: 18rem; */
  margin-top: 2rem;
  border-radius: 15px 225px 255px 15px 15px 255px 225px 15px;
  /* box-shadow: rgb(0 0 0 / 20%) 15px 28px 25px -18px; */
  transition: all 235ms ease-in-out;
  /* border-bottom-left-radius: 15px 255px;
  border-bottom-right-radius: 225px 15px;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px; */
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  display: block;
  margin: 2rem auto;
}
.btnUpload:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 2px 8px 8px -5px;
  transform: translate3d(0, 2px, 0);
}
.clr {
  clear: both;
}
.weekCat {
  /* margin: 1rem 18rem; */
  /* width: 74%; */
  /* float: right; */
  margin-top: 3rem;
  text-align: center;
}

.file_upload_label {
  width: 11rem;
}
.date_time_input_field {
  width: 22rem;
  display: inline-block;
}
#datetimepicker1 {
  font-size: 1.2rem;
  align-items: center;
}

/* .drop-zone {
	max-width: 36rem;
    height: 16rem;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    color: #cccccc;
    border: 4px dashed rgb(24, 106, 183);
    border-radius: 10px;
  }
   */
.drop-zone--over {
  border-style: solid;
}

.drop-zone__input {
  display: none;
}

.drop-zone__thumb {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #cccccc;
  background-size: cover;
  position: relative;
}

.drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  text-align: center;
}
.drop-zone span {
  /* margin-top: 5rem; */
  position: absolute;
  text-align: center;
  /* margin-left: -12rem; */
  font-size: 1.6rem;
  color: #1751a8;
}
.drop-zone__prompt {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 31rem;
}
.drop-zone {
  width: 32rem;
  height: 14rem;
  position: relative;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  color: #cccccc;
  border: 4px dashed rgb(24, 106, 183);
  border-radius: 10px;
  align-self: center;
  background-color: #fff;
  background-image: none;
  background-position: 0 90%;
  background-repeat: repeat no-repeat;
  background-size: 4px 3px;
  border-radius: 15px 225px 255px 15px 15px 255px 225px 15px;
  border-style: solid;
  border-width: 2px;
  /* box-shadow: rgba(0, 0, 0, 0.2) 15px 28px 25px -18px; */
  box-sizing: border-box;
  color: #41403e;
  cursor: pointer;
  display: inline-block;
  font-family: Neucha, sans-serif;
  font-size: 1rem;
  line-height: 23px;
  outline: none;
  padding: 0.75rem;
  text-decoration: none;
  transition: all 235ms ease-in-out;
  /* border-bottom-left-radius: 15px 255px;
  border-bottom-right-radius: 225px 15px;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px; */
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.drop-zone:hover,
.divMain input:hover,
select:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 2px 8px 8px -5px;
  transform: translate3d(0, 2px, 0);
  transition-delay: 0.02s;
  background-color: #c5d4e9 !important;
}

.drop-zone:focus,
.divMain input:hover,
select:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 2px 8px 4px -6px;
  transition-delay: 0.02s;
}

.spanPlus {
  font-size: 10px;
  float: right;
  margin-right: 10px;
  padding: 4px;
}

.span-search-icon {
  float: right;
  margin-top: -28px;
  margin-right: 1rem;
}

.span-search-text {
  float: left;
  width: 100%;
}

.search-results {
  display: none;
  z-index: 9;
  background: #f6f6f6;
  box-shadow: 2px 3px 3px rgb(0 0 0 / 10%);
  top: 70px;
  position: absolute;
  width: 94%;
  height: 17rem;
  overflow: auto;
  overflow-x: hidden;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.search-front-end {
  height: 8rem;
}

.riskdelete {
  float: right;
  /* margin-top: -18px; */
  font-size: 20px;
  margin-right: 5px;
  color: red;
}

.select2-container .select2-selection--single {
  height: 40px !important;
}

.success_meessage_modal .success_meessage_modal_block {
  position: absolute;
  top: 32%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  color: green;
  border-radius: 7rem;
  height: 12rem;
  width: 11rem;
  font-size: 8rem;
}
.success_meessage_modal {
  height: 15rem;
  font-size: 4rem;
}
.success_meessage_modal .success_text_meessage_modal_block {
  position: absolute;
  bottom: 31%;
  left: 50%;
  transform: translateX(-50%);
}
.success_meessage_modal .btn-success {
  position: absolute;
  bottom: 2.7rem;
  left: 50%;
  transform: translateX(-50%);
  width: 8rem;
  border-radius: 5rem;
}

.collapsebtn {
  color: #333 !important;
}

.displaybox {
  border-top: 1px solid #a5b0bd;
  padding: 5px;
  margin-top: 5px;
}
.sidebar .menu .list .menu-toggle:after,
.sidebar .menu .list .menu-toggle:before {
  position: absolute;
  top: calc(50% - 14px);
  right: 17px;
  font-size: 19px;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar .menu .list .menu-toggle:before {
  content: "+";
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.sidebar .menu .list .menu-toggle:after {
  content: "\2013";
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.sidebar .menu .list .menu-toggle.toggled:before {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.sidebar .menu .list .menu-toggle.toggled:after {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.subcolor {
  background: #517cbd;
  /* background: beige; */
  height: 35px;
  padding: 4px 0px 0px 0px;
  border-radius: 10%;
}

.ragclass {
  font-size: 18px;

  text-align: center;
  vertical-align: middle;
}

.ragclassdetails {
  border: 1px solid #a5b0bd05;
  width: 42%;
  height: 184%;
  margin-left: 3px;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0 0 0 0;
  color: whitesmoke;
}

.white-color {
  color: white;
  margin-top: 1rem;
  font-size: 2rem;
  padding-right: 4px;
}
.preragclass {
  /* width: 40%;
    height: 161%;
    margin-top: -70px;
    margin-left: 18.5rem;
	font-size: 1.5rem; */

  width: 40%;
  display: inline-block;
  /* height: 161%; */
  /* margin-top: -70px; */
  /* margin-left: 18.5rem; */
  font-size: 1.5rem;
}
.preragclassdetails {
  border: 1px solid #a5b0bd05;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0 0 0 0;
  margin-left: 2px;
  color: whitesmoke;
}

.collapse {
  margin-left: 1.3rem;
}

.subFilter {
  border: 2px solid rgba(248, 241, 241, 0.021);
}

.transition {
  transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -webkit-transition: 0.5s all;
}

.div2_20 {
  float: left;
  width: 12%;
  position: absolute;
  right: -12%;
}

.right_menu_outer {
  width: 20% !important;
  right: 4px;
}

.menu_rht {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  height: calc(100vh - 164px);
  background: rgb(155, 152, 152);
}

.menu_rght_area {
  position: relative;
}

.close_btn {
  position: absolute;
  left: -21px;
  background: #fff;
  height: 30px;
  text-align: center;
  width: 30px;
  border-radius: 100% !important;
  top: 4px;
  color: #333;
  line-height: 30px;
  cursor: pointer;
  z-index: 1;
  border: 1px solid #ddd;
}

.right_menu_outer #close_btn .fa {
  margin-left: 3px;
}
.div2_20.transition.right_menu_outer .horza_pin {
  display: none;
}
.right_menu_block h4 .fa {
  font-size: 18px;
  position: absolute;
  left: 9px;
  top: 10px;
  display: none;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

right_menu_block h4 {
  margin: 0;
  padding: 15px 10px;
  font-size: 12px;
  font-family: Arial, sans-serif;
  background: #f5f5f5;
  color: #333;
  position: relative;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
}
h4,
.h4 {
  font-size: 18px;
}

.right_menu_outer {
  width: 12%;
  right: 4px;
}

.das_back {
  background: url(../images/back_opacity.jpg) no-repeat center center;
  position: relative;
  background-position-y: 30px;

  background-size: contain;
}
.rightmenublock {
  font-size: 20px;
}

.slicer1:hover {
  transform: scale(1.1);
  box-shadow: 0rem 10px 20px #323232; /*0rem 2rem 4rem #323232; */
}

.slicer1:hover .slicer_heading::after {
  width: 6rem;
}

.slicer_heading {
  font-size: 2.5rem;
}

.slicer_heading:after {
  content: "";
  height: 0.2rem;
  width: 4rem;
  margin: auto;
  margin-top: 0.5rem;
  background-color: white;
  display: inherit;
  transition: all 0.4s ease;
}
.slicer1 {
  /* margin: 0.5rem 0rem; */
  /* position: relative; */
  cursor: pointer;
  margin: 1rem;
  width: 10%;
  height: 13.2rem;
  border: 1px solid #ddd;
  /* background: linear-gradient(rgb(139,168,211), rgb(204,204,204)); */
  font-size: 16px;
  font-weight: bold;
  /* float: left; */
  transition: all 0.4s ease;
  width: 22rem;
  max-width: 70rem;
  padding: 2rem;
  background-color: #289eb5; /* #1751a8;*/
  color: white;
  border-radius: 1.5rem;
  position: relative;
  transition: all 0.4s ease;
  text-align: center;
  /* word-wrap: break-word !important; */
}
.cardContainer {
  position: relative;
  float: left;
  margin: 0.7rem 0rem;
}
.chart_card {
  margin-top: 1rem;
  align-items: center;
}
.filters-selected {
  margin-left: 1rem;
  color: rgb(172, 166, 166);
}
.chart_block {
  max-width: 35vw;
}
.chart_block th, .chart_block td{
  white-space: nowrap;
}

.chart_element {
  width: 67%;
  margin: auto;
}

.div_ColList {
  height: 40rem;
  overflow: auto;
}

#rightmenublock {
  font-weight: bold;
  font-size: 22px;
}

#rightmenuclick {
  font-weight: bold;
  font-size: 22px;
  margin-left: 2rem;
  font-style: oblique;
}

.empty {
  height: 1rem;
}

.rawdata-tab {
  height: 1rem;
}

.risk-issues-rawdata {
  background-color: #517cbd;
  color: white;
}

.full_risk_issue_div {
  width: 137% !important;
}

#risk-issues-breakdown-table {
  overflow: auto;
  /* width: 76vw;
    height: inherit; */
}

#risk-issues-breakdown {
  display: block;
  /* height: calc(100vh - 334px); */
  height: auto;
  margin-bottom: 2rem;
  clear: both;
}
.risk-issues-trend {
  margin-left: 55rem;
}
#Trend-WorkStreamId {
  width: 10rem;
  margin-left: 6rem;
}

#workStreamDisplaySection .displaybox {
  flex-direction: column;
}

.dcw_details_submit_tracker .row {
  margin: 1rem 0rem;
}
.cardG {
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  position: relative;
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  width: 22rem;
  height: 29rem;
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
  margin: 1rem 1rem;
  float: left;
  box-shadow: 0 8px 20px -8px grey;
  text-align: center;
}
#tooltip-canvas,
.tooltip_Canvas {
  position: absolute;
  top: 13rem;
  left: 4.9rem;
}
#table_container .tooltip_Canvas.graph_center_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.doughnut .about {
  height: 9rem !important;
  font-size: 1.5rem;
}
.cardG .about {
  height: 160px;
  padding: 20px;
  box-sizing: border-box;
}
div#div_mainFrame {
  /* height: calc(100vh - 190px); */
  padding: 2rem;
  position: relative;
}
div#mid_part ul {
  margin: 0rem 1rem 1rem;
}
.custome_width_bar {
  width: 46rem;
  padding: 2rem;
  height: 29rem;
  margin: 1rem 1rem;
}
.graphCard {
  background: white;
  border-radius: 1rem;
  box-shadow: 0 8px 20px -8px grey;
}

.chart_block {
  display: inline-block;
  /* width: 20rem; */
  border-width: 3px;
  border-style: solid;
  border-image: linear-gradient(to bottom, #243cb3, rgba(0, 0, 0, 0)) 1 100%;
  float: left;
  text-align: center;
  /* clear: both; */
}
/* .canvasLine {
  height: 40rem !important;
} */
/* .canvasLine {
  height: 35rem !important;
} */
.trendChart {
  box-shadow: 0 8px 20px -8px grey !important;
  padding: 5px;
}
table.dataTable thead th,
table.dataTable thead td {
  border-bottom: none !important;
}
.trndHdr {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
  padding-bottom: 1rem;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: white !important;
  background-color: #243cb3 !important;
  border-color: #dee2e6 #dee2e6 #fff;
  font-weight: bold;
}
.topSlicer .slicer,
.topSlicerRaw .slicer {
  padding: 10px;
  border: 1px solid;
  width: fit-content;
  border-radius: 5px;
  float: left;
  margin: 5px;
  background: #186ab7;
  color: white;
  cursor: pointer;
}
.nodata {
  padding: 2rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 200;
  width: 90%;
}
.dropdown-menu {
  max-height: 20rem;
  overflow: auto;
}
.ckDiv {
  height: 18rem;
  overflow: auto;
}
#myProgrammeTabContent {
  padding-top: 1rem;
}
.divtest.card {
  display: flex;
  padding: 1rem;
}
.weeklyMilestone table th {
  text-align: center;
  background: #6288cd;
  color: white;
  border: 2px solid white;
  padding: 5px 12px;
  border-radius: 10px;
}
.weeklyMilestone {
  padding: 15px 11px 0px;
}
.weeklyMilestone table td {
  text-align: center;
  padding: 5px;
  border: 4px solid white;
  font-weight: bold;
  border-radius: 10px;
}
.divShadow {
  border: 1px solid #deebfd;
  box-shadow: -8px 12px 18px 0 #dadee8;
}
.pd5 {
  padding: 5px;
}
.divShade {
  border: 1px solid #deebfd;
  box-shadow: -8px 12px 18px 0 #dadee8;

  border-radius: 10px;
}
.workBoxHdr {
  text-align: center;
  background-color: #263e70;
  color: white;
  border-radius: 10px 10px 0 0;
}
.saveKeyMile {
  display: none;
  text-align: center;
  background: #4472c4;
  color: white;
  border-right: 1px solid;
  padding: 5px 12px;
}
.weeklyMilestone input,
.weeklyMilestone select {
  text-align: center;
  font-weight: bold;
  border: none;
  background-color: #d9e2f3;
}
.wd100 {
  width: 100%;
}
.weeklyMilestone tr:nth-child(odd) {
  background-color: #d9e2f3;
  color: dimgray;
}
.weeklyMilestone tr:nth-child(even) {
  background-color: #d9e2f3;
  color: darkslategray;
}
.setWSRheight {
  margin: 1rem;
}
::-webkit-scrollbar {
  width: 8px;
  border-radius: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.ragclass.divShadow div {
  background-color: orange;
  float: right;
  width: 55%;
  text-align: center;
}
.workstreamBodyDiv {
  padding: 5px;
  overflow: auto;
  height: 12rem;
  /* max-height: 30rem; */
}
.workstreamBodyDiv table td,
.workstreamBodyDiv table th {
  text-align: center;
  padding: 5px;
  border-radius: 10px;
  font-size: 14px;
}
.workstreamBodyDiv table td:nth-child(even),
.workstreamBodyDiv table th:nth-child(even) {
  min-width: 6rem;
  border-right: 1px solid lightgrey;
  border-left: 1px solid lightgrey;
}
#table_container_table {
  border: 2px solid lightgrey;
  border-radius: 1rem;
  margin-top: 1rem;
}
#btn_SaveWorkStream {
  margin-left: 31% !important;
}
.mrt1 {
  margin-top: 1rem;
}
.tae {
  text-align: end;
  margin-top: 5px;
}
.updateWeeklRep {
  border-bottom: 3px solid lightgrey;
  padding: 10px 0;
  border-radius: 10px;
  border-top: 3px solid lightgrey;
}
.dspnone {
  display: none;
}
.selectedColumn {
  background-color: rgb(24, 106, 183) !important;
  color: #fff !important;
}
.workStream_RAG {
  background-color: #fff;
  border-radius: 10px;

  margin-bottom: 15px;
  border: 1px solid #deebfd;
  box-shadow: -8px 12px 18px 0 #dadee8;
  padding: 10px 24px 14px 24px;
}
.ragStatus {
  font-size: 20px;
  font-weight: bold;
  color: white;
  text-align: center;
}
.weeklyMilestones {
  border: 1px solid #deebfd;
  box-shadow: -8px 12px 18px 0 #dadee8;
  border-radius: 10px;
  margin-left: 1rem;
}
.weeklyMilestones tr:nth-child(odd) {
  font-weight: bold;
}
.weeklyMilestones table {
  margin-bottom: 0 !important;
}
.weeklyMilestones th,
.weeklyMilestones td {
  padding: 8px !important;
  border-radius: 5px;
  text-align: center;
}
.dropdown-menu {
  z-index: 8 !important;
}
.grapgBreadcrumb {
  font-size: 18px;
  padding: 8px 18px;
  font-weight: bold;
  /* border: 1px solid; */
  border-radius: 10px;
  border: 1px solid #deebfd;
  box-shadow: -8px 12px 18px 0 #dadee8;
}
.grapgBreadcrumb .spanBack:hover {
  text-decoration: underline;
  cursor: pointer;
}
.hdrNavItemBar div {
  float: left;
  display: inline-grid;
  width: 29vw;
  text-align: center;
  vertical-align: middle;
  height: 19rem;
  padding: 3rem;
  align-items: center;
  background: var(--main-bg-color);
  color: white;
  font-weight: bold;
  font-size: 24px;
}
.listNavItemBar {
  float: right;
  text-align: center;
  width: 66vw;
}
.navItemBar {
  width: 100vw;
  font-size: 20px !important;
  overflow: hidden;
  left: -12rem !important;
  position: absolute !important;
  top: 4rem;
  padding: 0rem 10rem;
}
.ulNavbar {
  margin-top: 1px;
  /* margin-left: -1rem; */
  font-size: 20px;
  font-weight: bold;
  margin-left: 2rem;

  flex: 1;
  justify-content: flex-start !important;
}

#div_HdrContents {
  width: 0rem;
  position: absolute;
  width: 100%;
}
.navbar-nav li a {
  position: relative;
  display: block;
  padding: 8px 0;
  /* font-family: Lato, sans-serif; */
  color: white !important; /* var(--main-bg-color) !important;*/
  text-decoration: none;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 600;
}
.navbar-nav li a::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #3498db;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s;
}
.navbar-navul li a:hover {
  color: #95a5a6;
}
.navbar-nav li a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.content-wrapper,
.main-header {
  margin-left: 0 !important;
}
.topNav {
  background: var(--main-bg-color) !important;
  border-bottom: 2px soli var(--main-bg-color) !important;
}

:root {
  /* --main-bg-color: #243cb3; */
  --main-bg-color: linear-gradient(-10.75turn, #0018a8, #9683ec);
  --second-bg-color: #f4f6f9;
}

.context_menu_cursor {
  cursor: help;
}

[data-title] {
  position: relative;
}

[data-title]:hover:after {
  opacity: 1;
  transition: all 0.1s ease 0.5s;
  visibility: visible;
}

[data-title]:after {
  content: attr(data-title);
  background-color: #464646;
  color: white;
  font-size: 1rem;
  position: absolute;
  padding: 0.8rem 0.5rem;
  top: -32%;
  left: 18%;
  white-space: normal;
  box-shadow: 1px 1px 3px #222222;
  opacity: 0;
  border: 1px solid #111111;
  z-index: 99999;
  visibility: hidden;
  /* width: 0rem; */
  width: 40rem;
  border-radius: 0.5rem;
}

.megamenu-parent .megamenu-child {
  /* display: none; */
  /* top: 1.1rem;

  height: auto;
  position: absolute;
  padding: 20px 10px;
  margin-right: -5px;
  width: 87vw;
  max-width: 1133px;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  left: -34.9rem;
  right: 0;
  background: var(--main-bg-color);
  border-radius: 0rem 0 1rem 1rem;
  border-bottom: 2px solid #bb2991; */
  /* border-top: 1px solid #d8d8d8; */
  /* box-shadow: rgb(0 0 0 / 14%) 0px 2px 2px 0px; */

  /* display: none; */
  top: 1.1rem;
  height: auto;
  position: absolute;
  padding: 20px 10px;
  margin-right: -5px;
  /* background-color: #fff; */
  /* width: 103rem; */
  /* max-width: 1133px; */
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  /* left: -34.9rem; */
  right: 15px;
  background: var(--main-bg-color);
  border-radius: 0rem 0 1rem 1rem;
  border-bottom: 2px solid #bb2991;
  display: none;
  width: 100%;
  /* border-top: 1px solid #d8d8d8; */
  /* box-shadow: rgb(0 0 0 / 14%) 0px 2px 2px 0px; */
}
.ajb-grid-row,
.ajb-grid-wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: calc(1300px + 1rem);
}
.ajb-grid-row:after,
.ajb-grid-row:before,
.ajb-grid-wrapper:after,
.ajb-grid-wrapper:before {
  content: " ";
  display: table;
}
.padding-bottom-20 {
  padding-bottom: 16px !important;
}
.padding-top-20 {
  padding-top: 16px !important;
}
.ajb-col-10-shift {
  width: calc(83.3333333333% - 1.8333333333rem);
  margin: 0 auto;
  position: relative;
}
.clearfix {
  clear: both;
  content: "";
  display: block;
  display: flow-root;
}
@supports (display: grid) {
  .megamenu-parent .megamenu-anmation {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(calc(25% - 1.25rem), 1fr));
    grid-gap: 16px;
  }
}

.ajb-col-collapse {
  margin-left: -1rem;
  margin-right: -1rem;
  width: calc(100% + 2rem);
}
@supports (display: grid) {
  .megamenu-parent .megamenu-anmation .ajb-col-3 {
    grid-column: auto;
    width: 100%;
    float: none;
  }
}
.padding-20 {
  padding: 16px !important;
}
.grey-0-bg {
  background-color: white !important; /* var(--main-bg-color) !important;*/
  color: black;
  border-radius: 1rem;
  /* border: 4px solid var(--main-bg-color) !important; */
  font-size: 16px;
}
.ajb-col-3 {
  width: calc(25% - 1.25rem);
  float: left;
  margin-left: 1rem;
}
.megamenu-parent h1,
.megamenu-parent h2,
.megamenu-parent h3,
.megamenu-parent h4,
.megamenu-parent h5,
.megamenu-parent h6 {
  font-weight: 700 !important;
}
.margin-bottom-10 {
  margin-bottom: 8px !important;
}
.megamenu-child h6 > a[href="#"] {
  cursor: text !important;
  pointer-events: none !important;
  text-decoration: none !important;
  display: block;
  width: 74%;
  padding-bottom: 8px;
  /* color: #373741 !important; */
  border-bottom: 1px solid #afafaf;
  margin-left: 2.5rem;
  font-size: 16px;
}
.megamenu-child h6 > a {
  display: block;
  width: 90%;
  padding-bottom: 8px;
  border-bottom: 1px solid #afafaf;
}
.megamenu-child li {
  margin-bottom: 5px;
  display: block;
}
.header a.link-arrow,
.header a {
  text-decoration: none !important;
  color: white; /*var(--main-bg-color);*/
}
a.link-arrow {
  position: relative;
  width: 100%;
  text-decoration: none !important;
}

.block {
  display: block;
}
.text-underline-none {
  text-decoration: none !important;
}
.font-weight-normal {
  font-weight: 500 !important;
}
.header a.link-arrow,
.header a {
  text-decoration: none !important;
}
a.link-arrow:hover {
  padding-left: 12px;
  font-weight: 700;
  color: whitesmoke;
  /* text-decoration: underline !important; */
}
/* a:not(.c-btn):hover {
  color: #d50032 !important;
  text-decoration: underline !important;
}*/
/* a.link-arrow:hover::after {
  padding-left: 12px;
transform: scaleX(1);
transform-origin: left;
}

a.link-arrow::after {
position: absolute;
content: "";
top: 100%;
left: 0;
width: 92%;
height: 3px;
background: dimgrey;
transform: scaleX(0);
transform-origin: right;
transition: transform 0.5s;
} */
a:hover,
a:focus {
  color: #373741;
}
a.link-arrow {
  position: relative;
  width: 100%;
  text-decoration: none !important;
}
a:active,
a:hover {
  outline: 0;
}
/* a.link-arrow:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "";
  font-weight: 900;

  -webkit-background-size: 7px 10px;
  -moz-background-size: 7px 10px;
  -o-background-size: 7px 10px;
  position: absolute;
  left: 0;
  color: inherit;
 
  transition: all .2s ease;
} */
.header .flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: center;
  /* height: 70px; */
}

/* @media (min-width: 1200px){
}
@media (min-width: 992px){
.container {
    max-width: 970px;
}}

@media (min-width: 768px){
.container {
    max-width: 750px;
}} */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  background: #f4f6f9;
}

.topNavTitle .fr {
  position: absolute;
  right: 1rem;
  color: white;
  font-weight: 500;
  top: 6px;
}
.topNavTitle .fl {
  position: absolute;
  left: 0rem;
  color: white;
  font-weight: 500;
  top: 0px;
  width: 13rem;
  /* background-color: #bdddff; */
  height: 2.1rem;
}
.megamenu-anmation ol li a {
  font-size: 16px;
  font-weight: 600 !important;
  padding: 0px 0px;
}
.megamenu-anmation .ajb-col-3 h6 {
  /* text-align: center; */
  font-size: 18px;
  color: var(--main-bg-color);
}
/* .megamenu-promo-container h4 a {
   text-align: center; 
  color: var(--main-bg-color) !important;
} */
.pad0 {
  padding: 0px !important;
}
.content-header {
  background: white;
  /* border-top: 2px solid; */
  /* border-bottom: 2px solid; */
  color: var(--main-bg-color);
  padding: 6px 0.5rem !important;
  background: ghostwhite;
}
.dspnone {
  display: none;
}
.card.divtest,
.card {
  border: none !important;
  box-shadow: none !important;
}
.progDashboardBreadcrumb {
  padding: 1rem;
}
.progDashboardBreadcrumb .grapgBreadcrumb {
  background-color: white;
}
.main-header .brand-link {
  background-color: var(--main-bg-color);
  margin-left: -16px;
  width: 13rem !important;
  height: 2.2rem;
  border-bottom: 2px solid #bb2991;
}
.megamenu-promo-container.ajb-col-3.padding-2.grey-0-bg h4 {
  font-size: 18px;
}
.user_info_header {
  margin-top: -7px;
}
.user_info_header li {
  color: white;
}
#table_container .tooltip_Canvas {
  position: absolute;
  top: 10vh;
  left: 12.4rem;
}

.secondHdr {
  height: 34px;
  background: var(--main-bg-color) !important;
  border-bottom: 2px solid #bb2991 !important;

  justify-content: space-between;
}
.table_container_block .open_project_block table tr td:not(:first-child):hover,
.single_block_content .table.table-hover tr td:not(:first-child):hover {
  cursor: pointer !important;
}
.slope {
  width: 500px;
  height: 100px;
  background: #0093f7;
  text-align: center;
  font-size: 26px;
  color: #fff;
  vertical-align: middle;
  overflow: visible;
  position: relative;
}

.slope:after {
  content: "";
  position: absolute;
  display: block;
  right: -40px;
  top: 0px;
  width: 0px;
  height: 0px;
  border-top: solid 34px var(--main-bg-color);
  border-right: solid 42px transparent;
}

.slantedBreadCrumb {
  color: #fff;
  vertical-align: middle;
  overflow: visible;
  position: relative;
  background: var(--main-bg-color);
  padding: 12px 1rem 0 1rem;
  height: 3rem;
  margin: -8px;
}
.slantedBreadCrumb:after {
  content: "";
  position: absolute;
  display: block;
  right: -55px;
  top: 0px;
  font-size: 16px;
  width: 0px;
  height: 0px;
  border-top: solid 49px #9683ec; /*var(--main-bg-color); */
  border-right: solid 56px transparent;
}

.breadSub {
  font-weight: 400;
  color: whitesmoke;
}
.breadMain {
  margin-right: 8px;
  cursor: pointer;
}
.breadMain:hover {
  text-decoration: underline;
}
.container_block .open_project_block,
.container_block .final_block {
  margin: 1.5rem 0 !important;
}
.weeklyMilestones table tr th,
.weeklyMilestones table tr td {
  max-width: 12rem;
  border-right: 2px solid white;
  /* border-radius: 10px; */
}
.warningInput {
  border: 3px solid #b33a3a !important;
  border-radius: 5px;
  animation: blink 0.4s linear infinite;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mymove {
  from {
    top: 4rem;
  }
  to {
    top: 0rem;
  }
}
.warningMsg {
  color: #b33a3a;
  margin-right: 1rem;
  font-size: 18px;
  /* border: 2px solid; */
  border-radius: 5px;
  padding: 0.375rem 0.75rem;
}
.spanWarning {
  float: right;
}
.submit_button .spanWarning {
  float: none;
}
#weeklyTabContent .active .spanWarning {
  margin-top: 0rem;
  /* float: left; */
  text-align: center;
  display: block;
  float: none;
  /* margin-left: -22rem; */
}
.disable {
  opacity: 0.4;
  cursor: not-allowed !important;
  pointer-events: none;
}
.reportingFilteredHdr {
  /* text-decoration: underline; */
  font-weight: 500;
  background: #28a745 !important;
}
.cke_skin_kama .cke_path {
  display: none !important;
}

#program_dashboard_programme_name,
#workStream_dashboard_programme_name,
#workStream_dashboard_site_name,
#summaryProgrammeList {
  text-align: right;
}

.grapgBreadcrumb .spanBack {
  color: #186ab7;
  font-style: italic;
}

#bigSummaryChart {
  min-height: 100%;
}

#showChartData .modal-body {
  height: 80vh;
}

.chart_maximise {
  display: inline-block;
  float: right;
  border: 1px solid black;
  padding: 0.2rem;
  margin: 0rem 1rem;
  border-radius: 5rem;
  height: 2rem;
  width: 2rem;
  cursor: pointer;
}

#showChartDataLabel {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  transition: scale .5s ease-in-out;
}

#showChartDataLabel:hover {
  scale: 1.1;
}
.chart_Name {
  font-size: 1.2rem;
}

.table-hover thead .sorting{
  border-right: 1px solid #d9d9d9 !important;
  text-align: center;
}

.table-hover tbody td{
  border: 1px solid #cbc5c5 !important;
}

.error_modal_block {
  text-align: center;
  line-height: 4rem;
}

.error_modal_block .error_modal_icon{
  color: red;
  font-size: 8rem;
}

.error_modal_block .error_modal_message{
  font-size: 2rem;
  font-weight: bold;
}

.error_modal_block .error_modal_ok_button .btn{
  width: 8rem;
  font-size: 1.2rem;
  border-radius: 5rem;
}

.success_modal_block {
  text-align: center;
  line-height: 4rem;
}

.success_modal_block .success_modal_icon{
  color: green;
  font-size: 8rem;
}

.success_modal_block .success_modal_message{
  font-size: 2rem;
  font-weight: bold;
}

.success_modal_block .success_modal_ok_button .btn{
  width: 8rem;
  font-size: 1.2rem;
  border-radius: 5rem;
  background-color: green;
}

.dataTableOpacity {
  opacity: 0;
  filter:blur(15px);
}

table#mitigatedRisk td:nth-child(n+2) {
  color: green;
}
table#mitigatedRisk tr:nth-child(1) td:nth-child(3), table#mitigatedRisk tr:nth-child(2) td:nth-child(4), table#mitigatedRisk tr:nth-child(3) td:nth-child(4),
table#mitigatedRisk tr:nth-child(3) td:nth-child(5), table#mitigatedRisk tr:nth-child(4) td:nth-child(6)
{
  color: orange !important;;
}
table#mitigatedRisk tr:nth-child(1) td:nth-child(n+3), table#mitigatedRisk tr:nth-child(2) td:nth-child(n+4), table#mitigatedRisk tr:nth-child(3) td:nth-child(4),
table#mitigatedRisk tr:nth-child(3) td:nth-child(n+5) {
  color: red;
}

table#mitigatedIssues tbody td:nth-child(1){
  color: green;
}
table#mitigatedIssues tbody td:nth-child(n+2){
  color: orange;
}
table#mitigatedIssues tbody td:nth-child(4){
  color: red !important;
}

.user_info_block--text a.nav-link {
  color: #000 !important;
  font-size: 18px;
  font-weight: bold;
}
.user_info_block--text a.dropdown-item.ai-icon {
  color: darkgrey !important;
  padding: 0.8rem;
}
#mdl_changePassword .modal-body {
  font-size: 16px;
  font-weight: 500;
  padding: 1.5rem;
  line-height: 2rem;
}
.password_viewer {
  position: absolute;
  right: 0.5rem;
  /* top: -1px; */
  font-size: 1.6rem;
  color: black;
  opacity: .2;
  cursor: pointer;
  margin-top: -35px;
  right: 2rem;
}
.tac{
  text-align: center !important;
}
.mdl_warningMsg{color: #b33a3a;}