@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap");

html, body {
  font-size: 100%;
}

body {
  font-family: "Source Sans Pro", sans-serif !important;
  font-weight: 400;
  background: #f6f6f6;
  color: #333333;
}

.container-fluid{
  padding:0 !important;
}

.fp-tableCell{
  background: #f6f6f6;
}


.fp-tableCell .edit{
  background: white;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    box-shadow: 0px 0px 10px 0px #ebebeb;
    margin:25px;
}

.graph-one-middle-outer{
  background: white;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    box-shadow: 0px 0px 10px 0px #ebebeb;
    height: 84vh;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: stretch;
}

.graph-one-middle-outer .row{
  width: 100%;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}


h1{
  font-size: 5.5rem;
}

::selection {
  color: white;
  background: #ff7675;
}

::-webkit-selection {
  color: white;
  background: #ff7675;
}

::-moz-selection {
  color: white;
  background: #ff7675;
}

.scrolltotop {
  width: 40px;
  height: 40px;
  border-radius: 20px 20px 0 0;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  text-align: center;
  padding-top: 8px;
  font-size: 22px;
  color: #ffffff;
  position: fixed;
  right: 5px;
  bottom: 5px;
  display: none;
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {
  background: #444;
  color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.container {
  max-width: 1340px;
}

/* -- header area start -- */
.header {
  background-image: url(img/headerbg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
  position: relative;
  /* padding-top: 25px; */
  background-color: #374986;
  background-blend-mode: soft-light;
}

.logo a img {
  display: inline-block;
  width: 200%;
  max-width: 300px;
}

.header-team h3 {
  margin-bottom: 0;
  font-size: clamp(34px, 3rem,50px);
  font-weight: 700;
  text-transform: uppercase;
}

.header-team h3#example {
  text-transform: none;
}

.header-team span {
  display: block;
  width: 210px;
  height: 2px;
  background-color: #fff;
  margin: 20px auto;
}

.header-team img {
  display: block;
  width: 130px;
  margin: 15px auto;
}

.header-team {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  padding: 0px 20px;
}

.header-block-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.header-block {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  margin: auto;
  padding: 20px 10px;
  border-top: 2px solid #fff;
}

.header-block-one {
  display: flex;
  flex:1;
}

.header-block-one-right h4 {
  margin-bottom: 0;
  font-size: clamp(14px,1.2rem,20px);
  text-transform: uppercase;
  font-weight: 700;
}

.header-block-one-right p {
  margin-bottom: 0;
  font-size: clamp(14px,1.3rem,19px);
}

.header-block-one-right span {
  display: inline-block;
  font-size: 18px;
}

.header-block-one-left img {
  display: inline-block;
  width: 60px;
  position: relative;
  top: -8px;
}

/* -- header area end -- */

/* -- edit area start -- */
.edit-wrapper-wide {
  background-color: #fff;
  padding: 30px 25px 30px 100px;
  background-image: url(img/editbg.svg);
  background-repeat: no-repeat;
  background-position: top 0px left -37px;
  background-size: 100px 100%;
  position: relative;
  height: calc(100vh - 50px);
}


.edit-wrapper {
  background-color: #fff;
  padding: 25px 25px 25px 150px;
  background-image: url(img/editbg.svg);
  background-repeat: no-repeat;
  background-position: 0px;
  background-repeat: repeat-y;
  position: relative;
  height: calc(100vh - 50px);
}

.edit-content {
  /*
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  */
  display:flex;
  height: 100%;
}

.edit-content-positon {
  margin: auto;
}

.edit-left h5 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  color: #1b1c2b;
}

.edit-left p {
  margin-bottom: 0;
  font-size: 18px;
  color: #1b1c2b;
  margin-top: 15px;
}

.edit-right img {
  display: block;
  width: 250px;
  margin: auto;
}

/* -- edit area emd -- */

/* -- graph-one area start -- */

.graph-one{
  margin: 25px;
}

.graph-one-wrapper {
  background: #f6f6f6;
  height: 100vh;
  position: relative;
}

.graph-one-content {
  /*
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  */
  width: 100%;
}

.graph-one-heading {
  display: flex;
  align-items: center;
  margin-left: -20px;
}

.graph-one-heading h2 img {
  display: inline-block;
  width: 75px;
}

.graph-one-heading h2 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  color: #26408f;
  text-transform: uppercase;
}

.graph-one-heading p {
  margin-bottom: 0;
  font-size: 17px;
  color: #26408f;
  margin-left: 25px;
  position: relative;
  top: -3px;
}

.logo{
  padding:15px;
}

.col-lg-3, .col-lg-6{
  height:100%;
  padding:20px;
}

.graphrhs a{
  color:#273f8f !important;
}

.graphanchor {
  background-color: #e9e9e9 !important;
}

.graphanchor .graph-one-left-top img{
  visibility:visible;
  vertical-align: bottom;
}

.graph-one-left {
  background-color: white;
  height: 100%;
  display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.graph-one-left-top img {
  display: block;
  width: 110px;
  margin: auto;
  visibility:hidden
}

.graph-one-left-middle img {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 10%;
  filter: grayscale(100%);
}

.graph-one-left-bottom ul li a {
  display: inline-block;
  font-size: 18px;
  color: #8ac6f0;
  font-weight: 700;
  text-transform: uppercase;
  margin: 5px 0px;
}

.graph-one-left-bottom ul li a em {
  font-weight: normal;
}

.graph-one-left-bottom {
  padding: 0 30px;
}

.graph-one-middle-top img {
  display: block;
  width: 100%;
}


.graph-one-middle-top {
  flex:1
}

.graph-one-middle-bottom {
  display: flex;
  align-items: center;
}

.graph-one-middle-bottom span {
  display: inline-block;
  font-size: clamp(20px,2.4rem,30px);
  font-weight: 700;
  color: #1b1c2b;
  text-transform: uppercase;
  margin: 0px 10px;
  text-align: center;
}

.graph-one-middle-bottom img {
  display: block;
  width: 100%;
}

.graph-one-middle-bottom {
  margin-top: 35px;
}

.grap-one-right-top img {
  display: block;
  width: 385px;
  margin-left: auto;
  position: relative;
  left: -20px;
  top: 100px;
}

.grap-one-right-bottom ul li a {
  display: inline-block;
  font-size: 18px;
  color: #273f8f;
  font-weight: 700;
  text-transform: uppercase;
  margin: 5px 0px;
}

.grap-one-right-bottom ul li a em {
  font-weight: normal;
}

.grap-one-right-bottom.text-right {
  position: relative;
  top: 110px;
}

/* -- graph-one area end -- */

/* -- graph-two area start -- */
.graph-two .graph-one-left {
  background: none;
}

.graph-two .grap-one-right {
  background: #e9e9e9;
}

.graph-two .grap-one-right-top img {
  top: 0;
}

.graph-two .grap-one-right-bottom.text-right {
  top: 0;
}

.graph-two-left-bottom {
  padding-right: 25px;
}

.graph-two-left-bottom ul li a {
  color: #273f8f;
}

.graph-three .graph-one-left {
  background: none;
}

.graph-three .graph-one-left-top img {
  opacity: 0;
  visibility: hidden;
}
/* -- graph-two area end -- */

/* -- graph-four area start -- */
.graph-four-lak img {
  display: block;
  width: 85%;
  margin: 50px auto;
}

.graph-four-btleft {
  display: flex;
}

.graph-four-btleft-one img {
  display: block;
  width: 70px;
}

.graph-four-btleft-one {
  margin-right: 20px;
}

.graph-four-btleft-two ul li a {
  display: inline-block;
  font-size: 18px;
  color: #8ac6f0;
  font-weight: 700;
  text-transform: uppercase;
  margin: 5px 0px;
}

.graph-four-btleft-two ul li a em {
  font-weight: normal;
}

#graph-four-btlest ul li a {
  color: #273f8f;
}

#graph-four-btlest ul li a em {
  font-weight: normal;
}

#graph-four-btleft-two {
  margin-right: 0;
  margin-left: 20px;
}

#graph-four-btleft-two img {
  width: 105px;
}

#grapfoucuslink ul li a {
  color: #8ac6f0 !important;
}

/* -- graph-four area end -- */

/* -- role area start -- */
.role-heading h2 {
  font-size: 30px;
  font-weight: 700;
  color: #1b1c2b;
  text-transform: uppercase;
  margin-bottom: 0;
}

.role-heading p {
  margin-bottom: 0;
  font-size: 20px;
  color: #273f8f;
  text-transform: uppercase;
}

.role-one-heading h4 {
  font-size: 22px;
  font-weight: 600;
  color: #1b1c2b;
  padding-bottom: 15px;
  border-bottom: 2px solid #a5a5a5;
  margin-bottom: 0;
  text-transform: uppercase;
}

.role-heading h2{
  margin-bottom: 8px;
}

.role-heading{
  margin-bottom: 16%;
}

.role-one-line {
  /* margin-top: 28px; */
}

.role-one-line img {
  float: right;
}

.role-one-line ul li {
  color: #1b1c2b;
  font-size: 17px;
  margin-top: 15px;
}

.role-two .role-one-heading {
  border-color: #273f8f;
}

.role-wrapper {
 /* margin: 200px 0px; */
}

.result-heading h3 {
  font-size: 30px;
  font-weight: 700;
  color: #1b1c2b;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.result-left table {
  width: 100%;
}

.result-left table tr {
  vertical-align: top;
}

.result-left table tr td#left-td {
  width: 200px;
}

.result-left table tr td {
  font-size: 18px;
  color: #1b1c2b;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 0px;
  height: 12vh;
}

.result-left table tr {
  border-top: 1px solid #e9e9e9;
}

.result-left table tr td#right-td {
  margin-bottom: 0;
  font-size: 15px;
  color: #1b1c2b;
  font-weight: normal;
  text-transform: none;
}

.result-left table tr td#right-td p {
  margin-bottom: 0;
  font-size: 17px;
  text-transform: uppercase;
}

.result-left table tr td#right-td p em {
  color: #273f8f;
}

.result-right img {
  display: block;
  width: 100%;
}

.result {
  padding-left: 20px;
  padding-right: 60px;
}

.result-right {
  padding-left: 30px;
}

/* -- role area end -- */

/* -- colorful area start -- */
.colorful-left h5 {
  font-size: 28px;
  font-weight: 700;
  color: #1b1c2b;
  text-transform: uppercase;
  margin-bottom: 0;
}

.colorful-left span {
  display: block;
  font-size: 100px;
  font-weight: 900;
  color: #273f8f;
  line-height: 1;
}

.colorful-left h6 {
  font-size: 18px;
  color: #273f8f;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;
}

.colorful-left p {
  margin-bottom: 0;
  font-size: 15px;
  color: #1b1c2b;
  /* max-width: 280px; */
  margin-top: 20px;
  text-transform:uppercase;
}

.colorful-right img {
  display: block;
  width: 100%;
  filter: grayscale(100%);
}

/* -- colorful area end -- */

/* -- at area start -- */
.at-heading h3 {
  font-size: 30px;
  font-weight: 700;
  color: #1b1c2b;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.at-list ul li {
  font-size: 20px;
  color: #1b1c2b;
  margin-bottom:10px;
}

.at-list ul li a {
  display: inline-block;
  color: #273f8f;
  font-weight: 600;
}

/* -- at area end -- */

/* -- Sidebar navs start -- */
.report-nav {
    position: fixed;
    display: flex;
    margin: 0 -5px;
}
.report-nav .report-nav-item  {
    margin: 0 5px;
    width: 142px;
    height: 142px;
    background-color: #f6f6f6;
    color: #273f8f;
    border-radius: 50%;
    border: 2px solid #fff;
    text-align: center;
    padding-top: 14px;
    cursor: pointer;
}

.report-nav .report-nav-item.primary {
    background-color: #273f8f;
    color: #fff;
}

.report-nav .report-nav-item .image {
    width: 17px;
    height: 17px;
    margin: 0 auto;
    transform: rotate(-90deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.report-nav .report-nav-item .image img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.report-nav .report-nav-item .text {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 10px;
}

.report-sidebar {
    width: 400px;
    max-width:100%;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #f6f6f6;
    height: 100vh;
    padding: 20px;
    display: flex;
    overflow: auto;
    flex-direction: column;
    justify-content: flex-start;
    box-shadow: 0 0 0 2000px #00000045, -4px 1px 20px 0 #00000085;
    transition: all .25s ease-in-out;
}
.report-sidebar:not(.active) {
    transform: translateX(+100%);
    box-shadow: none;
}

@media (max-width: 991px) {
    .report-nav {
        justify-content: center;
        right: 0;
        bottom: 0;
        left: 0;
        transform: translateY(+50%);
    }
    .report-nav .report-nav-item  {
    }
}
@media (min-width: 992px) {
    .report-nav {
        top: 50%;
        right: 0;
        transform: translate(+50%, -50%) rotate(270deg);
        flex-direction: row-reverse;
    }
    .report-nav .report-nav-item  {
        width: 155px;
        height: 155px;
        padding-top: 17px;
    }
}

/* -- Sidebar navs end -- */

/* -- team aera start -- */

#fp-nav.right {
  display: none;
}

/* -- team aera end -- */

/* -- team-menu area start -- */

.hidden{
  display: none !important;
}

.team-close span {
  display: inline-block;
  cursor: pointer;
}

.team-close span img {
  display: inline-block;
  width: 28px;
  cursor: pointer;
}

.team-member-heading h4 {
  font-size: 22px;
  color: #1b1c2b;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 20px 0px;
}

.team-list-heading h5 {
  font-size: 16px;
  color: #1b1c2b;
  font-weight: 700;
}

.team-list-items ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 4px 6px;
  margin-bottom: 8px;
}

.team-list-items ul li p {
  margin-bottom: 0;
}

.team-list-items ul li p span#username {
  margin-bottom: 0;
  font-size: 15px;
  color: #1b1c2b;
  font-weight: 600;
  margin-right: 0;
  position: relative;
}

.team-list-items ul li p span {
  display: inline-block;
  font-size: 16px;
  color: #273f8f;
  margin-right: 15px;
}

.team-list-items ul li span#team-user img {
  display: inline-block;
  cursor: pointer;
  width: 26px;
}

.typing-heading h6 {
  font-size: 15px;
  color: #1b1c2b;
  font-weight: 700;
}

.start-typing p {
  margin-bottom: 0;
  font-size: 16px;
  color: #1b1c2b;
}

.start-typing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  background-color: #fff;
}

.typing-list ul li {
  display: flex;
  align-items: center;
  padding: 5px 10px;
}

.typing-list ul li p {
  margin-bottom: 0;
  font-size: 15px;
  color: #1b1c2b;
  width: 140px;
}

.typing-list ul li p span img {
  display: inline-block;
  width: 25px;
  position: relative;
  top: -2px;
}

.typing-list ul li p span {
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
}

.typing-list {
  background-color: #fff;
  height: 107px;
  overflow: hidden;
  overflow-y: scroll;
  margin-top: 4px;
  box-shadow: 0px 0px 10px #a5a5a529;
}

.typing-link a {
  display: block;
  width: 100%;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  background-color: #273f8f;
  padding: 10px 0px;
  margin-top: 25px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}

.typing-link a:hover {
  opacity: 0.7;
  color: white;
  text-decoration: none;
}

.type-close {
  margin-top: 35px;
}

.type-close span {
  display: inline-block;
  cursor: pointer;
  text-decoration: underline;
  font-size: 15px;
  color: #1b1c2b;
  font-weight: 600;
}

.scroller::-webkit-scrollbar {
  width: 4px;
}

.scroller::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #bbc3db;
}

.scroller::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #273f8f;
}

.overlay {
  overflow: hidden !important;
}

i.circle{
  border: 2px solid black;
  border-radius: 50%;
  width: 26px;
  text-align: center;
  height: 26px;
  line-height: 23px;
}

i.circle.blue{
  border: 2px solid #26408f;
}

/* -- team-menu area end -- */

/* --code for mobile version start-- */
.graph-one-sm-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-left: -21px;
}

.graph-one-sm-heading-left {
  display: flex;
  align-items: center;
}

.graph-one-sm-heading-left-one img {
  display: inline-block;
  width: 80px;
  position: relative;
  top: -7px;
}

.graph-one-sm-heading-left-two h4 {
  margin-bottom: 0;
  font-size: 20px;
  color: #273f8f;
  font-weight: 700;
  text-transform: uppercase;
}

.graph-one-sm-wrapper {
  background: #fff;
  padding: 20px;
}

.graph-one-sm-top {
  display: flex;
  align-items: center;
}

.graph-one-sm-top-left,
.graph-one-sm-top-right {
  width: 50%;
}

.graph-one-sm-top-left ul li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #8ac6f0;
  text-transform: uppercase;
  margin: 2px 0px;
}

.graph-one-sm-top-left ul li a em {
  font-weight: 400;
}

.graph-one-sm-top-right img {
  display: block;
  width: 80%;
  margin-left: auto;
}

.graph-one-sm-middle {
  display: flex;
  align-items: center;
}

.graph-one-sm-middle-left {
  width: 22px;
}

.graph-one-sm-middle-left img {
  display: inline-block;
  width: 14px;
}

.graph-one-sm-middle-right img {
  display: block;
  width: 100%;
}

.graph-one-sm-middle {
  margin: 10px 0px;
}

.graph-one-sm-bottom ul li a {
  color: #273f8f;
}

.graph-one-middle{
  height:100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}


/* --code for mobile version end-- */

.reporthtml .vertical-scrolling{
  background: #f6f6f6;
  height: 100%;
}

.reporthtml .container-fluid{
  /* padding: 50px !important; */
  display:flex;
  height: 100%;
  align-content: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}


.reporthtml .edit{
  /* height: 100%; */
}

.header .container-fluid{
  align-content: flex-start;
}

.mainsection{
  background: white;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  box-shadow: 0px 0px 10px 0px #ebebeb;
  height: 84vh;
  display: flex;
  align-content: flex-end;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background-image: url(img/editbg.svg);
  background-repeat: no-repeat;
  background-position: 0px;
  background-repeat: repeat-y;
  padding-left:60px;
  overflow:hidden;
}

.graphpages .mainsection{
  background-image: none!important;
  padding-left:0;
}

.mainsection h4{
  text-transform: uppercase;
  color:#26408f;
  font-size: clamp(18px,2.4rem,32px);
  font-weight: 600;
  margin-bottom:50px;
}

.mainsection h2{
  text-transform: uppercase;
  color:#444;
  font-size: 3.4rem;
  font-weight: 700;
  margin-bottom:25px;
}

.mainsection h2 span {
    color: #26408f;
}

.mainsection h4 .no-team-members {
    color: #c40000;
}

.mainsection ul.datapagetext{
  width: 70vw;
}

.mainsection ul.datapagetext span{
  color:#26408f;
  font-weight: 700;
}

.anchors .mainsection li{
  color:#26408f;
  text-transform:uppercase;
}

.graphpages .mainsection li{
  color:#26408f;
  text-transform: uppercase;
  font-size: clamp(16px,2rem,28px);
  line-height: 1.25;
}

.graphpages .mainsection .lowanchors li{
  color:#8ac6f0;
}

.psychroles .overviewchart{
  height: 64vh;
  margin: 6%;
  width: 100%;
}

.mainsection li{
  font-size: clamp(18px,2.2rem,30px);
  font-weight: 600;
  margin-bottom: 6px;
}


.lhs{
  width:100%;
  flex:1;
  overflow: auto;
  margin:0 6%;
}

.titlepage .rhs img {
  filter: grayscale(0);
}

.titlepage .mainsection {
  height:calc(100vh - 50px);
}

.rhs {
  flex:1;
  overflow: auto;
}

.rhs img {
  filter: grayscale(1);
  max-width: 200%;
  max-height: 200%;
  width: 80%;
}

.headsection{
  display: flex;
  align-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.headsection img{
  margin-right:20px;
    max-height: 42px;
}

.headsection span{
  display:flex;
}

.headsection p{
  margin-bottom:0;
  color:#26408f;
  align-self: end;
  text-transform: uppercase;
}

.headsection h2{
  margin-bottom:0;
  text-transform: uppercase;
  color:#26408f;
  font-size: 30px;
  font-weight: 700;
  margin-right: 20px;
}


.reporthtml .d-lg-block{
  width: 100%;
}

.headeredit{
  width: 66%;
  margin: 0 auto !important;
}

.headercontent {
  width: 100%;
  text-align: center;
  flex: 1;
  background-color: white;
  padding: 75px 25px;
  position:relative;
  height: 60%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  min-height: 60vh;
  justify-content: center;
}


.headercontent h1{
  font-size: clamp(30px,3rem,35px);
  text-transform: uppercase;
  margin: 20px 0;
  font-weight: bold;
}

.headercontent > p,
.headercontent :not(.long-description) > p {
  font-size: clamp(20px, 2.2rem,24px);
  font-weight:bold;
  color:#273F8F;
}

.headercontent .long-description {
    font-size: clamp(16px, 2.2rem, 20px);
    text-align: left;
    color: #273F8F;
    background-color: #f6f6f6;
    max-width: 41em;
    margin: 1.5em auto 0.75em;
    padding: 1.5em;
}

.headercontent:before {
  width: 100%;
  content:'';
  position:absolute;
  top:0;
  height:50px;
  background-color: white;
  background-image: url(img/pattern-turned.svg);
  background-repeat: repeat-x;
  background-size: auto 50px;
  background-position: top center;
  left: 0;
}

.headercontent:after {
  width: 100%;
  content:'';
  position:absolute;
  bottom:0;
  height:50px;
  background-color: white;
  background-image: url(img/pattern-turned.svg);
  background-repeat: repeat-x;
  background-size: auto 50px;
  background-position: bottom center;
  left: 0;
}

.barcharts{
  height:50vh;
}

.reporthtml section.section-hidden {
    display: none;
}

.anchor-keys-wrapper {
    font-size: 16px;
    line-height: 20px;
    display: flex;
    padding-top: 2em;
}
.anchor-keys-wrapper .anchor-keys {
    background-color: #F6F6F6;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.anchor-keys-wrapper .anchor-keys .label,
.anchor-keys-wrapper .anchor-keys .anchor-key {
    padding: 10px;
}
.anchor-keys-wrapper .anchor-keys .label {
    font-weight: bold;
}
.anchor-keys-wrapper .anchor-keys .anchor-key {
    display: flex;
    align-items: center;
}
.anchor-keys-wrapper .anchor-keys .anchor-key .image {
    width: 20px;
    height: 20px;
}
.anchor-keys-wrapper .anchor-keys .anchor-key .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.anchor-keys-wrapper .anchor-keys .anchor-key .text {
    padding-left: 5px;
}

.reporthtml section[data-anchor="overview"] .headsection .actions {
    display: flex;
    margin-left: auto;
}
.reporthtml section[data-anchor="overview"] .headsection .actions .action {
    width: 25px;
    height: 25px;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reporthtml section[data-anchor="overview"] .headsection .actions .action img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.reporthtml section[data-anchor="overview"] .mainsection {
    overflow: auto;
    display: block;
    padding: 15px 30px;
}
.reporthtml section[data-anchor="overview"] .mainsection .blocks {
}
.reporthtml section[data-anchor="overview"] .mainsection .block {
    margin-top: 15px;
    margin-bottom: 15px;
}
.reporthtml section[data-anchor="overview"] .mainsection .block .block-title {
    display: flex;
    align-items: center;
    padding-bottom: .5em;
}
.reporthtml section[data-anchor="overview"] .mainsection .block .block-title .image {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reporthtml section[data-anchor="overview"] .mainsection .block .block-title .image img {
    display: block;
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.reporthtml section[data-anchor="overview"] .mainsection .block .block-title .text {
    font-weight: bold;
    color: #273F8F;
    padding-left: .5em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.reporthtml section[data-anchor="overview"] .mainsection .block .block-items {
}
.reporthtml section[data-anchor="overview"] .mainsection .block .block-items .block-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px #E9E9E9;
    font-weight: bold;
    color: #273F8F;
    padding: .5em 0;
}
.reporthtml section[data-anchor="overview"] .mainsection .block .block-items .block-item .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.reporthtml section[data-anchor="overview"] .mainsection .block .block-items .block-item .icons {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.reporthtml section[data-anchor="overview"] .mainsection .block .block-items .block-item .icons .icon {
    flex-shrink: 0;
    padding-left: .5em;
}
.reporthtml section[data-anchor="overview"] .mainsection .block .block-items .block-item .icons .icon .donut{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;
}
.reporthtml section[data-anchor="overview"] .mainsection .block .block-items .block-item .icons .icon .donut:after{
    position: absolute;
    background: #fff;
    z-index: 2;
    content: '';
    width: 33%;
    height: 33%;
    border-radius:50%;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
}
.reporthtml section[data-anchor="overview"]:not(.mode-edit) .headsection .actions .action-save,
.reporthtml section[data-anchor="overview"]:not(.mode-edit) .headsection .actions .action-refresh {
    display: none;
}
.reporthtml section[data-anchor="overview"]:not(.mode-edit) .mainsection .block .block-items .block-item.section-hidden {
    display: none;
}
.reporthtml section[data-anchor="overview"]:not(.mode-edit) .mainsection .active-checkbox {
    display: none;
}
.reporthtml section[data-anchor="overview"].mode-edit .headsection .actions .action-edit,
.reporthtml section[data-anchor="overview"].mode-edit .headsection .actions .action-share {
    display: none;
}
.reporthtml section[data-anchor="overview"].mode-edit .mainsection .icon.moveTo {
    display: none;
}


@media (min-width: 768px) {
    .reporthtml section[data-anchor="overview"] .mainsection .block .block-title {
        padding-bottom: 1em;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .reporthtml section[data-anchor="overview"] .mainsection .block + .block:not(:nth-child(2n+1)) {
        border-left: solid 1px #E9E9E9;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .reporthtml section[data-anchor="overview"] .mainsection .block + .block:not(:nth-child(3n+1)) {
        border-left: solid 1px #E9E9E9;
    }
}
@media (min-width: 1200px) {
    .reporthtml section[data-anchor="overview"] .mainsection .block {
        /* Can't do 1/5 width in Bootstrap by default */
        flex: 0 0 20%;
        max-width: 20%;
    }
    .reporthtml section[data-anchor="overview"] .mainsection .block + .block {
        border-left: solid 1px #E9E9E9;
    }
}

@media only screen and (max-width: 600px) {
  .mainsection {
    background-image:none;
    padding: 25px;
    align-content: space-between;
    flex-direction: column;
  }

  .team-main span{
    display:none
  }

  .team-main {
    width: 70px;
    height: 70px;
    padding: 12px 0px;
  }

  .team {
    width: 70px;
    height: 70px;
    top: 85%;
    right: -40px;
  }

  .mainsection li {
      font-size: 14px;
      font-weight: 400;
  }

  .mainsection h4 {
    margin-bottom: 15px;
    font-size: 15px;
  }

  .mainsection h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }

  .mainsection p {
    font-size: 12px;
  }

  img.charttypechanger{
    width: 20px;
    margin: 0 0 0 5px;
    padding: 2px !important;
  }

  .charttypes {
      flex-direction: column;
  }


  .lhs{
    margin:0;
    width: 100%;
  }

  .header-block-one-right{
    display:none;
  }

  .header-block-one {
      justify-content: center;
  }

  .header .container-fluid {
    justify-content: center
  }

  .edit-wrapper{
    padding: 0px 0 0 150px;
    background:none;
    padding:25px;
  }

  .edit-left h5 {
    font-size: 20px;
  }

  .edit-left p {
    font-size: 14px;
  }

  .edit-content-positon{
    margin: unset;
  }

  .row{
    align-content: space-between;
    height: 100%;
  }

  .graph-one, .fp-tableCell .edit {
    margin: 12px;
  }

  .headsection{
    margin-bottom: 8px;;
  }

  .headsection span{
    flex-direction: column;
  }

  .headsection p{
    font-size: 12px;
    align-self: auto;
  }

  .headercontent h1 {
      font-size: 19px;
  }

  .headercontent p {
    font-size: 12px;
  }

  .headercontent:before {
    background-size: auto 30px;
  }

  .headercontent:after {
    background-size: auto 30px;
  }

  .headsection h2{
    font-size:22px;
  }

  .mainsection ul.datapagetext{
    width:100%;
    margin:0;
  }

  .col-lg-3, .col-lg-6{
    padding:0 !important;
    height: auto;
  }

  .graph-one-left{
    height:auto;
    flex-direction: row;
  }

  .graphanchor {
      margin: -4px -4px 8px -4px;
  }

  .graphanchor .graph-one-left-bottom{
    padding: 0 0 0 15px;
  }

  .graph-one-left-top{
    top: -10px;
    width: 50px;
    position: absolute;
    right: -10px;
  }

  .graph-one-left-top img{
    width:100%;
  }

  .graph-one-left-middle{
    order:2;
    width: 50%;
  }

  .graph-one-left-middle img {
    max-height: 14vh;
    height: 100%;
    max-width: 100%;
    width:auto;
    padding: 4px;
    margin-right: 15px;
  }

  .graph-one-left-bottom{
    order:1;
    padding: 0px;
    width: 50%;
    display:flex;
    align-items: center;
  }

  .graph-one-left-bottom ul{
    margin-bottom:0;
  }

  .graphpages .graph-one-left-bottom ul li{
    font-weight:600;
    font-size: 12px;
    margin-bottom:4px;
  }


  .graph-one-middle-bottom {
    transform: rotate(270deg);
    transform-origin: left 50%;
    width: 100%;
    left: 10px;
    bottom: 0%;
    position: absolute;
    margin:0 !important;
    justify-content: center;
  }


  .graph-one-middle-bottom img{
    display:none;
  }

  .graph-one-middle-bottom span{
    background:white;
    z-index:2;
    padding:0 10px;
    font-size: 15px;
  }

  .graph-one-middle-bottom:before{
    content:'';
    position:absolute;
    background-image:url('img/gfa1.svg');
    background-position: left center;
    height:20px;
    width:50%;
    background-repeat: no-repeat;
    left: 0;
    background-size: 150%;
  }

  .graph-one-middle-bottom:after{
    content:'';
    position:absolute;
    background-image:url('img/gfa2.svg');
    background-position: right center;
    height:20px;
    width:50%;
    background-repeat: no-repeat;
    right: 0;
    background-size: 150%;
  }

  .graph-one-left-bottom.text-right {
    text-align: left !important;
  }

  .graphpages .mainsection {
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 12px;
  }

  .graphpages .col-lg-6{
    flex:1;
  }



  .graph-one-middle-top{
    margin-left:30px;
    height:200px;
  }

}

.team-close.text-right {
    position: absolute;
    right: 20px;
}

.team-list-items {
    min-height: 40vh;
    overflow-y: scroll;
    flex: 1;
    /* margin: 0 0 auto 0; */
}

.typing {
    margin-top: 20px;
}

.typing-link {
    margin-top: auto;
}

select {}

select {}

select {}

select {}

select {
    width: 100%;
}

.titlepage .lhs {
    margin: 0 6%;
}

.charttypes {
    margin: 0 0 0 auto;
    display: flex;
}

.team-list-heading {
    margin-top: 20px;
}

select.addtoteam {
    background: #26408f;
    color: white;
    padding: 6px;
}

img.charttypechanger.chartactive {
  border: 1px solid #26408f;
}

img.charttypechanger {
  padding: 5px;
  border-radius: 50%;
  background: white;
  border: 1px solid #e4e4e4;
  box-shadow: 0px 0px 10px 0px #ebebeb;
}

.col-lg-6 {
    height: calc(100% - 60px);
    padding: 60px 30px 0 30px;
}

.graphpages em {
    font-weight: 300;
}
