@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
/*---New Fonts-----*/
@font-face {
  font-family: 'Greycliff CF';
  src: url('../fonts/ArtifexCF-Bold.woff2') format('woff2'),
      url('../fonts/ArtifexCF-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Greycliff CF';
  src: url('../fonts/ArtifexCF-Regular.woff2') format('woff2'),
      url('../fonts/ArtifexCF-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Artifex CF Demi';
  src: url('../fonts/ArtifexCF-DemiBold.woff2') format('woff2'),
      url('../fonts/ArtifexCF-DemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Greycliff CF';
  src: url('../fonts/GreycliffCF-Regular.woff2') format('woff2'),
      url('../fonts/GreycliffCF-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Greycliff CF';
  src: url('../fonts/GreycliffCF-Medium.woff2') format('woff2'),
      url('../fonts/GreycliffCF-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Greycliff CF';
  src: url('../fonts/GreycliffCF-Bold.woff2') format('woff2'),
      url('../fonts/GreycliffCF-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}



* {
  padding: 0;
  margin: 0;
  /* font-family: "Roboto", sans-serif; */
  font-family: 'Greycliff CF';
}

html {
  position: relative;
  min-height: 100%;
}

body {
  background: #fff;
  margin-bottom: 100px !important;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Greycliff CF';
}
.strongItalicText {
  font-weight: 700;
  font-style: italic;
}

.centerText {
  text-align: center;
}

.strongText {
  font-weight: 700 !important;
}

.mediumText {
  font-weight: 500 !important;
}

.regularWeight {
  font-weight: 300;
}

.inlineHeading {
  display: inline;
}

.pmrTurqDarkText {
  color: black;
  margin: 0;
}

.pmrTurqText {
  color: #34908b !important;
  margin: 0;
  padding-left:0px !important;
  padding-right:0px !important;
  padding-top:0px !important;
  padding-bottom:0px !important;
  font-size:10px;
}

.rsBlueDarkText {
  color: #1b1b1b !important;
  margin: 0;
}

.orGreenDarkText {
  color: #5d8e69 !important;
  margin: 0;
}

.issPurpleDarkText {
  color: #6e5d8e !important;
  margin: 0;
}

.redText {
  color: #f43a50;
}

.greyText {
  color: #888888;
}

.greyDarkText {
  color: #4a4a4a;
}

.successGreenText {
  color: #32af51;
}

.headerText {
  color: #000;
  margin-bottom: 35px;
}

.error {
  color: #f43a50 !important;
}

.breadcrumbs {
  padding: 10px !important;
  border-radius: 8px;
  color: #4a4a4a;
  margin: 10px;
  box-shadow: 0px 0px 3px 1px rgba(40,40,40,0.20);
}
.breadcrumbs a {
  text-decoration: none;
  color: #4a4a4a;
}

.breadcrumbs .pmrBreadCrumbScale{
  background: #34908B;
  color: white;
  padding: 2px 8px;
  border-radius: 7px;
  font-size: 17px;
}

.redBtn {
  background-color: #e35353;
  color: #ffffff;
  font-weight: 300;
  border: 1px #e35353 solid;
}

.redBtn:hover {
  background-color: rgba(226, 83, 83, 0.65);
  color: #ffffff !important;
  font-weight: 300;
  border: 1px #e35353 solid;
  transition: border 0.2s, background-color 0.2s;
}

.greyBtn {
  background-color: #c0c0c0;
  color: #ffffff;
  font-weight: 300;
  border: 1px #c0c0c0 solid;
  border-radius: 2px !important;
}

.greyBtn:hover {
  background-color: rgba(192, 192, 192, 0.65);
  color: #ffffff !important;
  font-weight: 300;
  border: 1px #c0c0c0 solid;
  transition: border 0.2s, background-color 0.2s;
}

.successBtn {
  background-color: #32af51;
  border: 1px #32af51 solid !important;
  color: #f5f5f5;
  border-radius: 2px !important;
}

.successBtn:hover {
  background-color: rgba(50, 175, 81, 0.65);
  transition: background-color 0.2s;
  color: #f5f5f5 !important;
}

.actionButton,
.rsActionBtn,
.issActionBtn,
.greyActionBtn,
.progressDiv .cpfActionButton {
  height: 100px;
  width: 200px;
  margin: auto;
  padding: 20px;
  border: none;
  box-shadow: 0 0 0 0 rgba(34, 105, 168, 0.7);
  border-radius: 2px;
  color: #f5f5f5;
  cursor: pointer;
  line-height: 100px;
}
.actionButton h4,
.rsActionBtn h4,
.issActionBtn h4,
.greyActionBtn h4,
.progressDiv .cpfActionButton h4 {
  margin: 0;
  padding: 0;
}

.rsActionBtn {
  background-color: #2269a8;
}

.rsActionBtn:hover {
  transition: background-color 0.4s;
  text-decoration: none !important;
  color: #f5f5f5 !important;
  background-color: rgba(34, 105, 168, 0.7);
}

.issActionBtn {
  background-color: #6e5d8e;
}

.issActionBtn:hover {
  transition: background-color 0.4s;
  text-decoration: none !important;
  color: #f5f5f5 !important;
  background-color: rgba(110, 93, 143, 0.65);
}

.greyActionBtn {
  background-color: #f5f5f5;
  color: #4a4a4a;
}

.greyActionBtn:hover {
  transition: background-color 0.4s;
  text-decoration: none !important;
  background-color: rgba(245, 245, 245, 0.65);
}

.no-pad {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.vertical-margin-10 {
  margin: 10px 0 !important;
}

.vertical-margin-20 {
  margin: 20px 0;
}

.rightDivider {
  border-right: 1px #303030 solid;
}

.leftDivider {
  border-left: 1px #303030 solid;
}

.btn {
  border-radius: 2px !important;
}

.well {
  background-color: #fff !important;
  color: #333;
  border-radius: 4px !important;
  box-shadow: none !important;
  border: none !important;
}

.videoContainer {
  width: 600px;
  margin: 80px auto 80px auto;
}

.loginForm,
.feedbackForm {
  text-align: center;
  margin: auto;
  padding: 30px;
  background-color: #fbfbfb;
  border: 1px #d9d9d9 solid;
  border-radius: 4px;
  margin: 50px 0;
}
.loginForm h2,
.feedbackForm h2 {
  color: #000;
}
.loginForm button,
.feedbackForm button {
  width: 50%;
  margin: auto;
}

.homeBox,
.cfHomeBox,
.assessmentsHomeBox,
.trainingsHomeBox,
.adminHomeBox {
  background-color: #eaeaea;
  /* Old browsers */
  background-color: -moz-linear-gradient(top, #eaeaea 0%, #f5f5f5 100%);
  /* FF3.6-15 */
  background-color: -webkit-linear-gradient(top, #eaeaea 0%, #f5f5f5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background-color: linear-gradient(to bottom, #eaeaea 0%, #f5f5f5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#f5f5f5',GradientType=0 );
  /* IE6-9 */
  margin-bottom: 20px;
  text-align: center;
  padding: 15px;
  border-radius: 2px;
  box-shadow: 0.5px 0.5px 10px rgba(0, 0, 0, 0.1);
  color: #4a4a4a;
  min-height: 350px;
  text-decoration: none !important;
}
.homeBox img,
.cfHomeBox img,
.assessmentsHomeBox img,
.trainingsHomeBox img,
.adminHomeBox img {
  margin: 10px 0;
}

.cfHomeBox, .assessmentsHomeBox {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: none;
  padding: 30px;
  transition: all 0.3s;
  position:relative;
  z-index:2;
}

.cfHomeBox p, .assessmentsHomeBox p{
  font-size: 16px;
  margin: 0px;
}
.cfHomeBox h4,.assessmentsHomeBox h4 {
  font-size: 30px;
  font-family: 'Greycliff CF';
  font-weight: 700;
  color: #27004B;
}
.cfHomeBox h4:before,.assessmentsHomeBox h4:before {
  content: "";
  width: 80px;
  height: 5px;
  margin: auto;
  display: block;
  background: #AF4F9D;
  margin-bottom: 15px;
}
.cfHomeBox span,.assessmentsHomeBox span {
  color: #27004B;
  font-size: 100px;
}
.cfHomeBox:hover h4, .assessmentsHomeBox:hover h4,.cfHomeBox:hover span, .assessmentsHomeBox:hover span,.cfHomeBox:hover p,.assessmentsHomeBox:hover p{
  color: #fff;
}
.cfHomeBox::before,.assessmentsHomeBox::before{
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff  !important;
  cursor: pointer;
  transition: opacity 0.2s linear;
  opacity: 0;
  background: rgb(0,38,92);
  /* background: linear-gradient(0deg, rgba(0,38,92,1) 31%, rgba(0,179,228,1) 100%); */
  background: linear-gradient(to bottom right, #27004b, #430089, #af4f9d);
  z-index:-1;
}
.cfHomeBox:hover::before,.assessmentsHomeBox:hover::before{
  opacity:1;
}
.cfHomeBox:active {
  box-shadow: inset 1px 1px 1px #303030;
}
.assessmentsHomeBox:active {
  box-shadow: inset 1px 1px 1px #303030;
}

.trainingsHomeBox {
  border: 2px #32af51 solid;
}

.trainingsHomeBox:hover {
  background-color: #32af51;
  color: #f5f5f5;
  cursor: pointer;
  transition: background-color 0.4s, box-shadow 0.4s;
  box-shadow: inset 0.5px 0.5px 10px rgba(0, 0, 0, 0.1);
}

.trainingsHomeBox:active {
  box-shadow: inset 1px 1px 1px #303030;
}

.adminHomeBox {
  border: 2px #f7c316 solid;
}

.adminHomeBox:hover {
  background-color: #f7c316;
  color: #f5f5f5;
  cursor: pointer;
  transition: background-color 0.4s, box-shadow 0.4s;
  box-shadow: inset 0.5px 0.5px 10px rgba(0, 0, 0, 0.1);
}

.adminHomeBox:active {
  box-shadow: inset 1px 1px 1px #303030;
}

.homeImg {
  width: 640px;
  height: 367px;
  position: relative;
  margin: auto;
}

.homeImageItem:hover {
  background-color: rgba(0, 0, 0, 0.1);
  transition: background-color 0.2s;
}

.feedbackForm h2 {
  color: #36a5e3;
}
.feedbackForm textarea {
  width: 100%;
  border-radius: 2px;
  padding: 10px;
}

.profileDiv {
  padding: 30px;
  background-color: #fbfbfb;
  border: 1px #d9d9d9 solid;
  border-radius: 4px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.profileDiv h1 {
  margin: 0 !important;
  color: #4a4a4a;
}
.profileDiv h4 {
  color: #4a4a4a;
}
.profileDiv input {
  margin-bottom: 20px;
}
.profileDiv input[type="number"] {
  border-radius: 5px;
  padding: 5px;
}
.profileDiv input[type="text"] {
  border-radius: 5px;
  padding: 5px;
}
.profileDiv input[type="submit"] {
  width: 50%;
}
.profileDiv select {
  min-width: 50%;
  margin-bottom: 20px;
}
.profileDiv select option {
  padding: 5px;
}

#welcome_banner .carousel-caption {
  top: 0px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}
#welcome_banner .carousel-caption h1 {
  font-size: 50pt;
  color: #fbfbfb;
  letter-spacing: 2px;
}
#welcome_banner .carousel-caption h3 {
  color: #eaeaea;
  letter-spacing: 2px;
}

.welcome_content img {
  width: 100%;
}

.header a {
  color: #4a4a4a;
  text-decoration-style: none;
  font-family: "Roboto", sans-serif;
  line-height: 80px;
  font-weight: 400;
  font-size: 16px;
  height: 80px;
}
.header span:last-child {
  float: right;
  padding-right: 8.33333%;
}

.navbar {
  border-bottom: none !important;
  background-color: #f5f5f5 !important;
  height: 105px;
}

.nav {
  height: 105px;
}
.nav li a {
  height: 105px;
  line-height: 75px !important;
  padding-top: 30px;
  padding-bottom: 30px;
}
.nav .active a {
  font-weight: 500;
  background-color: #ffffff !important;
  border-right: 1px #d9d9d9 solid;
  border-left: 1px #d9d9d9 solid;
}

.contentNav {
  padding: 0 !important;
  margin-top: 0 !important;
  height: auto;
}
.contentNav nav {
  height: 50px;
  padding: 0;
}
.contentNav nav ul {
  list-style-type: none;
  text-align: center;
}
.contentNav nav li {
  display: inline-block;
  margin: 0;
  padding: 0px 15px;
  color: #ffffff;
  line-height: 50px;
  font-weight: 300;
  cursor: pointer;
}
.contentNav nav .cpfBtn {
  background-color: #36a5e3;
}
.contentNav nav .activeBtn {
  background-color: #fefefe;
  color: #000000;
  font-weight: 500;
}
.contentNav nav li:last-child {
  box-shadow: 2px 2px 1px #888888;
}
.contentNav nav .pmrBtn {
  background-color: #34908b;
}
.contentNav nav .rsBtn {
  background-color: #2269a8;
}
.contentNav nav .orBtn {
  background-color: #5d8e69;
}
.contentNav nav .issBtn {
  background-color: #6e5d8e;
}
.contentNav nav .activeBtn {
  background-color: #ffffff;
  color: #000000;
  font-weight: 500;
}

.mainMenu img {
  height: 70px;
  margin: 0 20px;
}
.mainMenu nav {
  height: 40px;
  width: 100%;
  background-color: #60708c;
}
.mainMenu nav ul {
  list-style-type: none;
  text-align: center;
}
.mainMenu nav li {
  font-size: 16px;
  display: inline-block;
  margin: 0;
  padding: 0px 15px;
  background-color: #60708c;
  color: #ffffff;
  line-height: 40px;
  font-weight: 300;
  border-right: 1px #ffffff solid;
  cursor: pointer;
}
.mainMenu nav li:first-child {
  border-left: 1px #ffffff solid;
}
.mainMenu nav li:hover {
  background-color: #ffffff;
  color: #60708c;
  transition: background-color 0.2s, color 0.2s;
}

.contentBox {
  border-radius: 8px;
  background-color: #ffffff;
  position: relative;
}

.contentBox .orBreadCrumbScale{
  background: #5d8e69;
  color: white;
  padding: 2px 8px;
  border-radius: 7px;
  font-size: 17px;
}

.blankDiv {
  padding: 20px;
  background-color: #fefefe;
  margin-bottom: 20px;
}
@media(min-width:1024px){
  .footer .row {
    display: flex;
    align-items: center;
}
}
.footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color: #000029;
  padding: 16px 25px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.footer p{
  margin:0px;
}
.footer a{
  text-decoration:underline !important;
  color: #fff;
  margin: 0 10px;
}
.quickLinks a {
  text-decoration: none;
  color: red !important;
}

.progressDiv {
  background-color: #f1f1f1;
  border: 1px #d9d9d9 solid;
  margin-bottom: 20px;
  padding: 20px 30px !important;
  border-radius: 5px;
  text-align: center;
}
.progressDiv h3,
.progressDiv h4 {
  margin: 0;
}
.progressDiv a {
  text-decoration: none;
}
.progressDiv a:hover {
  text-decoration: none;
}
.progressDiv a:selected {
  text-decoration: none;
}
.progressDiv .nextItemText {
  margin-bottom: 20px !important;
}
.progressDiv .actionButton,
.progressDiv .rsActionBtn,
.progressDiv .issActionBtn,
.progressDiv .greyActionBtn,
.progressDiv .cpfActionButton {
  width: 200px;
  margin: auto;
  padding: 20px;
  border: none;
  box-shadow: 0 0 0 0 rgba(34, 105, 168, 0.7);
  border-radius: 2px;
  background-color: #2269a8;
  color: #f5f5f5;
  cursor: pointer;
  -webkit-animation: pulse 1s infinite linear;
  -moz-animation: pulse 1s infinite linear;
  -ms-animation: pulse 1s infinite linear;
  animation: pulse 1s infinite linear;
}
.progressDiv .actionButton h3,
.progressDiv .rsActionBtn h3,
.progressDiv .issActionBtn h3,
.progressDiv .greyActionBtn h3,
.progressDiv .cpfActionButton h3 {
  margin: 0;
}
.progressDiv .actionButton:hover,
.progressDiv .rsActionBtn:hover,
.progressDiv .issActionBtn:hover,
.progressDiv .greyActionBtn:hover,
.progressDiv .cpfActionButton:hover,
.progressDiv .cpfActionButton:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
  background-color: #32af51;
  transition: background-color 0.4s;
  text-decoration: none !important;
}
.progressDiv .cpfActionButton {
  background-color: #36a5e3;
  width: 250px;
  margin-top: 50px;
}
.progressDiv .cpfLargeButton {
  padding: 20px;
}
.progressDiv .progressTable,
.progressDiv .assessmentsProgressTable,
.progressDiv .cpfProgressTable {
  width: 100%;
  margin: 20px 0;
  background-color: #ffffff;
  text-align: center;
  box-shadow: 4px 4px 8px rgba(136, 136, 136, 0.3);
  border-radius: 5px;
}
.progressDiv .progressTable h3,
.progressDiv .assessmentsProgressTable h3,
.progressDiv .cpfProgressTable h3 {
  margin: 0;
}
.progressDiv .progressTable h4,
.progressDiv .assessmentsProgressTable h4,
.progressDiv .cpfProgressTable h4 {
  margin-bottom: 10px;
}
.progressDiv .progressTable td,
.progressDiv .assessmentsProgressTable td,
.progressDiv .cpfProgressTable td {
  border: 1px #f5f5f5 solid;
  width: 25%;
}
.progressDiv .progressTable td a,
.progressDiv .assessmentsProgressTable td a,
.progressDiv .cpfProgressTable td a {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.progressDiv .progressTable tr td,
.progressDiv .assessmentsProgressTable tr td,
.progressDiv .cpfProgressTable tr td {
  background-color: #eaeaea;
  padding: 10px 5px;
  color: #cbcacc;
}
.progressDiv .progressTable tr .currentItem,
.progressDiv .assessmentsProgressTable tr .currentItem,
.progressDiv .cpfProgressTable tr .currentItem {
  color: #2269a8;
  padding-top: 20px;
  padding-bottom: 20px;
}
.progressDiv .progressTable tr .currentItem h3,
.progressDiv .assessmentsProgressTable tr .currentItem h3,
.progressDiv .cpfProgressTable tr .currentItem h3 {
  margin-bottom: 10px;
}
.progressDiv .progressTable tr .currentItem:hover,
.progressDiv .assessmentsProgressTable tr .currentItem:hover,
.progressDiv .cpfProgressTable tr .currentItem:hover {
  background-color: #cccccc;
  transition: background-color 0.2s;
}
.progressDiv .progressTable tr .completedItem,
.progressDiv .assessmentsProgressTable tr .completedItem,
.progressDiv .cpfProgressTable tr .completedItem {
  background-color: #32af51;
  color: #f5f5f5;
}
.progressDiv .progressTable tr .completedItem h3,
.progressDiv .assessmentsProgressTable tr .completedItem h3,
.progressDiv .cpfProgressTable tr .completedItem h3 {
  margin-bottom: 10px;
}
.progressDiv .progressTable tr td:first-child,
.progressDiv .assessmentsProgressTable tr td:first-child,
.progressDiv .cpfProgressTable tr td:first-child {
  border-radius: 5px 0 0 5px;
}
.progressDiv .progressTable tr td:last-child,
.progressDiv .assessmentsProgressTable tr td:last-child,
.progressDiv .cpfProgressTable tr td:last-child {
  border-radius: 0 5px 5px 0;
}
.progressDiv .assessmentsProgressTable .currentItem {
  background-color: #2269a8;
}
.progressDiv .cpfProgressTable .currentItem {
  background-color: #36a5e3;
  color: #f5f5f5 !important;
}
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
  }
}
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
  }
}
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
  }
}
.sectionBar,
.cpfBlueBar,
.rsBlueBar,
.issPurpleBar,
.pmrTurqBar,
.orGreenBar,
.cfBlueBar {
  width: 100%;
  padding: 10px;
  margin: 60px 0 20px 0;
}

.cpfBlueBar {
  background-color: #36a5e3;
  color: #f5f5f5;
}

.rsBlueBar {
  background-color: #2269a8;
  color: #f5f5f5;
}

.issPurpleBar {
  background-color: #27004B ;
  color: #f5f5f5;
}

.pmrTurqBar {
  background-color: #27004B;
  color: #f5f5f5;
  border-radius: 10px;
}

.orGreenBar {
  background-color: #5d8e69;
  color: #f5f5f5;
}

.cfBlueBar {
  background-color: #36a5e3;
  color: #f5f5f5;
  margin: 20px 0;
}
.cfBlueBar h3 {
  margin: 10px 0;
}

.evidenceDiv {
  margin-bottom: 20px;
}
.evidenceDiv table {
  margin: auto;
}
.evidenceDiv table tbody td {
  padding: 0 16px;
}
.evidenceDiv table td {
  border: none;
  width: 25%;
}
.evidenceDiv table tr {
  height: 40px;
}
.evidenceDiv table thead > tr > td {
  text-align: center !important;
}
.evidenceDiv table .evidenceLabels {
  font-weight: 500;
  height: 30px;
  text-align: center;
}
.evidenceDiv table .evidenceLabels td:nth-child(2) {
  text-align: left !important;
}
.evidenceDiv table .evidenceLabels td:last-child {
  text-align: right !important;
}
.evidenceDiv table td:first-child {
  width: inherit;
  padding: 10px;
  text-align: right;
}

.effectivenessNumbers {
  height: 25px;
  width: 100%;
}
.effectivenessNumbers div {
  float: left;
  width: 1%;
  font-size: 18px;
  font-weight: 500;
}
.effectivenessNumbers .zero {
  padding-left: 5px;
}
.effectivenessNumbers .one {
  padding-left: 23.5%;
}
.effectivenessNumbers .two {
  padding-left: 25%;
}
.effectivenessNumbers .three {
  padding-left: 25%;
}
.effectivenessNumbers .four {
  padding-left: 23.5%;
}

.effectivenessLabels {
  height: 60px;
  width: 100%;
}
.effectivenessLabels div {
  float: left;
  font-size: 16px;
  width: 15%;
  text-align: center;
  border: 0px #000000 solid;
  font-weight: 500;
  color: #4a4a4a;
}
.effectivenessLabels div:first-child {
  text-align: left;
  padding-top: 11px;
}
.effectivenessLabels div:nth-child(2) {
  margin-left: 2.5%;
}
.effectivenessLabels div:nth-child(3) {
  margin-left: 10%;
}
.effectivenessLabels div:nth-child(4) {
  margin-left: 10%;
}
.effectivenessLabels div:last-child {
  margin-left: 2.5%;
  text-align: right;
  float: right;
}
ul.messages {
  margin: 0;
}
ul.messages strong{
  color: red;
}

.gaugesHeader {
  margin-bottom: 20px;
}
.gaugesHeader h4,
.gaugesHeader h3 {
  float: left;
}
.gaugesHeader .outcomeDef {
  clear: both;
}
.gaugesHeader button {
  float: left !important;
}

.gaugeItem {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
}
.gaugeItem .gaugeValue,
.gaugeItem .gaugeRatersBox {
  margin: 20px;
  border: 3px #2269a8 solid;
  border-radius: 5px;
  font-size: 30px;
  font-weight: 500;
  color: #4a4a4a;
}
.gaugeItem .gaugeRatersBox {
  font-size: 20px;
  font-weight: 300;
  line-height: 37px;
  margin-top: 10px;
}
.gaugeItem .gaugeLabel {
  margin-top: 10px;
}
.gaugeItem h3,
.gaugeItem h4,
.gaugeItem h5 {
  margin: 5px 0;
}

.wellItem {
  border-radius: 2px;
  background-color: #ffffff !important;
  border: 1px #4a4a4a solid;
  color: #4a4a4a;
  padding: 5px;
  text-align: center;
  vertical-align: middle !important;
  cursor: pointer;
  margin-bottom: 10px !important;
}

.wellItem:hover {
  text-decoration: none !important;
  background-color: #4a4a4a !important;
  color: #f5f5f5;
  transition: background-color 0.4s;
}

.adminWell {
  padding: 0 !important;
}
.adminWell .btn-primary,.wellBody .btn.rsBlueBtn,.btn-primary.focus, .btn-primary:focus{
  background-color: #27004B !important;
  border-color: #27004B;
  border-radius: 3.65px !important;
}
.pagination>.active>a{
  background-color: #27004B !important;
  border-color: #27004B !important;
}
.well h1,.wellBody table td a{
  color: #27004B !important;
}
.wellBody table td a:hover{
  text-decoration: underline !important;
}
.adminWell .btn-primary:hover,.wellBody .btn.rsBlueBtn:hover,.rsBlueBtn:hover{
  background-color: #DFD0F3;
  border-color: #DFD0F3;
  color: #000 !important;

}
.wellItem:hover {
  background-color: #27004b !important;
  color: #fff !important;
}
.adminWell .wellHeader {
  background-color: #DFD0F3;
  color: #000000;
  padding: 10px;
}
.adminWell .wellBody {
  padding: 10px;
}
.adminWell a {
  text-decoration: none !important;
}
.adminWell input {
  padding: 5px;
  border-radius: 2px;
  min-width: 60%;
}
.adminWell input[type="submit"] {
  padding: 5px;
  border-radius: 2px;
  min-width: 60%;
}

@media screen and (max-width: 768px) {
  .barSkill {
    padding-left: 5px !important;
    padding-right: 5px !important;
    overflow: wrap;
  }
  .barSkill h3 {
    font-size: 12px;
    width: 100%;
  }
  .barSkill h5 {
    font-size: 10px;
  }
  .barSkill button {
    font-size: 10px;
    padding: 5px;
  }

  .effectivenessLabels {
    display: none;
  }

  .graphLegend {
    margin: auto;
    margin-top: 10px;
  }

  #welcome_banner .carousel-caption {
    padding-top: 15% !important;
  }
  #welcome_banner h3 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Custom bootstrap tooltip */
.graphContentBox .tooltip ol li {
  margin-bottom: 3px;
}

.graphContentBox .tooltip ol {
  font-size: 12px;
}
.graphContentBox .customTooltip {
  padding-left: 15px;
  font-weight: bold;
  text-align: left;
  font-size: 15px;
}
.graphContentBox .tooltip {
  background-color: black;
  width: 500px;
}

.graphContentBox div.tooltip-inner, div.tooltip-inner > div {
  width: 500px;
}

/*-----PMR CSS--------*/
.coach_barContent ul,.teacher_barContent ul{
  padding-left: 15px;
}
.coach_barContent h3, .teacher_barContent h3 {
  margin-top: 0px;
  font-family: 'Greycliff CF' !important;
  font-weight: 600;
}

.flex-div {
  display: flex;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 480px) {
  #welcome_banner .carousel-caption {
    padding-top: 15% !important;
  }
  #welcome_banner .carousel-caption h1 {
    font-size: 28pt !important;
  }
  #welcome_banner .carousel-caption h3 {
    font-size: 12pt !important;
  }
}

/*# sourceMappingURL=icoach-common.css.map */



/*---NEW CSS 29-march-----*/
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?3w33a3');
  src:  url('../fonts/icomoon.eot?3w33a3#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?3w33a3') format('truetype'),
    url('../fonts/icomoon.woff?3w33a3') format('woff'),
    url('../fonts/icomoon.svg?3w33a3#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "\e900";
}
.icon-assessments:before {
  content: "\e901";
}
.icon-Case-Facilitator:before {
  content: "\e902";
}
.icon-intrection:before {
  content: "\e903";
}
.icon-login:before {
  content: "\e904";
}
.icon-or:before {
  content: "\e905";
}
.icon-pmr:before {
  content: "\e906";
}
.icon-reports:before {
  content: "\e907";
}
.icon-rs:before {
  content: "\e908";
}
.icon-user:before {
  content: "\e909";
}
.icon-cns:before {
  content: "\e90a";
}
.icon-vr:before {
  content: "\e90b";
}
.icon-am:before {
  content: "\e90c";
}
.icon-singIn:before {
  content: "\e90d";
}

/*-----login Form------*/
.loginForm h2{
  font-size: 35px;
  font-family: 'Greycliff CF';
  font-weight: 700;
}
.loginForm input {
  background-color: #e9f1fd;
  border: none;
  box-shadow: none !important;
  padding: 15px;
  height: auto;
  font-size: 16px;
}
.loginForm {
  border-radius: 4px;
  border-color: transparent !important;
  background-color: white;
  box-shadow: 0 0 8px #27004B3d;
  padding: 30px 30px !important;
  width: 65%;
  margin: 10% auto;
}
.loginForm .rsBlueBtn {
  background: #27004B;
  color: #fff;
  border-radius: 2px !important;
  text-transform: uppercase;
  font-weight: bold !important;
  border: none;
}
.loginForm .rsBlueBtn:hover{
  border: none ;
  background: #DFD0F3;
  color: #000 !important;
}
.navbar.rc-navbar{
  background-color: #27004B !important;
}
.navbar.rc-navbar li a{
  color: #f0eee9 !important;
  font-size: 16px;
  transition: all 0.3s;
  border: none;
}
.navbar.rc-navbar li a:hover,.navbar.rc-navbar li.active a{
  color: #f1cee0 !important;
  transition: all 0.3s;
  background-color: #27004B !important;
}
.navbar.rc-navbar .right-navbar li a{
  color: #f1cee0 !important;
  transition: all 0.3s;

}
.navbar.rc-navbar .right-navbar li a:hover{
  color: #f1cee0 !important;
  transition: all 0.3s;
}
.rc-profile-label {
  display: inline-block;
  color: #21B0FF;
  font-family: 'Greycliff CF';
  font-size: 30px;
  vertical-align: bottom;
  margin-left: 15px;
  margin-top: 20px;
  margin-right: 10px;
  display: none;
}

.navbar.rc-navbar .navbar-header {
  margin-top: 11px;
} 
.right-navbar span {
  font-size: 22px;
  margin-right: 5px;
  line-height: normal;
  position: relative;
  top: 4px;
}
.right-navbar .vertical-sep {
  height: 30px;
  width: 1px;
  background-color: #606fb4;
  margin-top: 36px;
}
.welcome-text p {
  font-size: 18px;
  margin: 15px 0;
}
.footer .copyright-text,.footer .footer-link{
  margin-top:10px;
}
.footer .footer-link a:hover{
  color:#FCB638; 
}
.container-div {
  max-width: 1350px;
  margin: auto;
  width:100%;
}
.welcome-text {
  padding-top: 40px !important;
}
.navbar-brand{
  padding-left:0px !important;
}
/*-----------dashboard item list-------*/
.dashboard_item_list {
  display: flex;
  flex-wrap: wrap;
}
.dashboard_item_list .m-b {
  margin-bottom: 30px !important;
}
.dashboard_item_list .no-margin,.col-matchHeights{
  height: 100%;
}
.dashboard_item_list .dashboard_item {
  border: 1px solid #dedede !important;
  background: #fff !important;
  text-align: left;
  padding:30px 15px 30px 15px !important;
  border-radius: 10px !important;
  box-shadow:none !important;
}
.dashboard_item_list .dashboard_item span{
  font-size:60px;
  color: #AF4F9D !important;
}
.rsIcons {
  background-color: rgba(198, 222, 236, 0.2);
  border-radius: 50px;
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashboard_item_list .dashboard_item h4 strong{
  font-family: 'Greycliff CF';
  font-size:25px;
  font-weight:bold;
  color:#1b1b1b;
}
.dashboard_item_list .dashboard_item p{
  font-size:16px;
  padding-bottom: 30px;
}

.dashboard_item_list .rsBlueBtn, .dateSelection-div .rsBlueBtn, .more-action .rsBlueBtn {
  background-color: #27004B;
  border-radius: 3.5px!important;
  padding: 5px 20px!important;
  color: #fff;
  font-weight: 600!important;
  font-size: 14px;
  font-family: "Roboto",sans-serif;
  text-align: center;
  cursor: pointer;
  border: none !important;
  min-width: 140px;
  transition: all 0.2s;
}
.dashboard_item_list .rsBlueBtn:hover{
  background-color:#DFD0F3;
  color: #27004B !important;
  border:none;
  transition: all 0.2s;
}
.dashboard-item_button {
  position: absolute;
  bottom: 0;
}

.dashboard-topBg {
  width: 100%;
  background-image: url("../images/bg-one.jpg");
  padding-top: 5%;
  background-repeat:no-repeat;
  min-height:385px;
  margin-bottom:-100px;
  background-size: cover;
}
.dashboard-topBg .well{
  background-color:transparent !important;
  color:#fff;
  padding: 0 30px;
}
.dashboard_item h4{
  margin-top:0px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  line-height:1.5 !important;
}
.dashboard-topBg h4:after{
  content: "";
  width: 80px;
  height: 5px;
  margin: auto;
  display: block;
  background: #AF4F9D;
  margin-top: 15px;
}

/*------Tbl Box css---------*/
.contentHeader h2 {
  width: 100%;
  font-family: 'Greycliff CF';
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
}
.contentHeader {
  height: auto !important;
  background-color: #fff;
  float: left;
  width: 100%;
  padding: 15px 20px;
  border-radius: 10px;
}
.contentHeader {
  height: auto !important;
  margin-bottom: 30px;
}
.contentHeader p{
  font-size:18px;
}
.p-t{
  padding-top:50px;
}
.rsyellowBtn {
  background-color: #27004B;
  border-radius: 3.5px!important;
  padding: 5px 20px!important;
  color: #fff;
  font-weight: 500!important;
  font-size: 14px;
  font-family: "Roboto",sans-serif;
  text-align: center;
  cursor: pointer;
  border: none;
  min-width: 140px;
  transition: all 0.2s;
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.2);
}
.rsyellowBtn:hover {
  background-color: #dfd0f3;
  font-size: 16px;
  transition: all 0.2s;
}
.newAssessment-btn {
  float: left;
  width: 100%;
  padding-bottom: 30px;
}
.newAssessment-btn h4,.more-action h4{
  font-family: 'Greycliff CF';
  font-size: 20px;
  font-weight: bold;
  color:#27004B;
}
div.dataTables_wrapper div.dataTables_length select {
  width: 75px !important;
  border-radius: 2px;
  box-shadow: none;
}
.dataTables_length ,.dataTables_filter {
  margin-bottom:15px;
}
.dataTables_length label,.dataTables_filter label {
  font-size: 16px;
}
.listTable thead{
  background-color:#27004b !important;
}
.listTable td {
  padding: 15px !important;
  border-color: #dedede !important;
  vertical-align: middle !important;
  font-size:16px !important;
  font-weight: 400;
}
td .rsBlueBtn{
  background-color:transparent !important;
  color:#27004b !important;
  font-weight:bold !important; 
  font-size:16px !important;
  border:none !important;
  padding:0px !important;
}
td .rsBlueBtn:hover{
  color:#27004b !important;
  text-decoration: underline;
  background-color: transparent !important;
}
thead td{
  color:#fff;
  font-size:18px;
  font-weight: 600 !important;
}
table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:after{
  bottom: 12px !important;
}
.dataTables_wrapper table.dataTable{
  border-collapse: collapse !important;
}
tr.odd {
  background-color: #dfd0f33d;
}
tr.even {
  background-color: #fff;
}
#DataTables_Table_0_paginate .active a{
  background-color:#27004b !important;
}
.previous a,.next a{
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: #ffffff00 !important;
  width: 35px;
  overflow: hidden;
}
.previous a{
 background-image:url("../images/pre-arrow.png");
}
.next a{
  background-image:url("../images/next-arrow.png");
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
  margin:0px !important;
}
.more-action_item span[class*="icon-"]{
  font-size: 60px;
    color: #1b1b1b !important;
}
.heading-four{
  font-family: 'Greycliff CF';
    font-size: 25px;
    font-weight: bold;
    color: #27004B;
}
.more-action p{
  font-size: 16px;
  padding-bottom: 30px;
}

.more-action_item {
  border: 1px solid #dedede !important;
  background: #fff !important;
  text-align: left;
  padding: 30px 15px 30px 15px !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  float: left;
  width: 100%;
}
.more-action_item .col-matchHeights {
  min-height: 150px;
}
.more-action{
  margin-bottom:60px !important;
}
.dataTables_wrapper table{
  width:100% !important;
}
/*-------report view--------*/
.reportView h2,.dateSelection h4 strong,.dateHeader{
  width: 100%;
  font-family: 'Greycliff CF';
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
}
.reportView p,.dateSelection p{
  font-size:18px;
}
.reportView{
  padding:0px !important;
}
.firstPeriod h4{
  color:#00265c;
  font-size: 20.5px;
}
.singlePeroid h4{
  color:#00265c;
  font-size: 20.5px;
}
.singlePeroid input, .firstPeriod input{
  border-radius: 4px;
  border: 1px solid #dfd0f3;
  box-shadow: none;
  padding: 12px 10px !important;
  height: auto;
  background-image:url("../images/cal-icon.png");
  background-repeat:no-repeat; 
  background-position:center right;
}
.form-control:focus{
  box-shadow:0px 5px 6px rgba(0, 0, 0, 0.2)!important;
  border: 1px solid #dfd0f3 !important;
}
/* .singlePeroid input{
  background-color:#e9f1fd;
} */

/* .firstPeriod input{
  background-color:#e1f5fa;
} */
.dateSelection-div .generateBtnsSingle,.dateSelection-div .generateBtns{
  text-align:center;
  margin-top: 20px;
}
.dateSelection {
  border-radius: 10px;
  border: 1px solid #dedede;
  height: 100% !important;
  padding: 30px;
}
.d-flex {
  display: flex;
  width: 100%;
}
.dateSelection-div button {
  margin: 0 5px;
}
.rs-wrapper {
  box-shadow: 0px 0px 5px 0px rgba(147, 147, 147,0.5) !important;
  float: left;
  width: 100%;
}
/*------ADD NEW ASS----------*/
.addNew-asst h4{
  font-family: 'Greycliff CF';
  font-weight: bold;
  font-size: 45.5px;
  line-height: normal !important;
} 
.rsDropdown .rsBlueBtn, .modal .rsBlueBtn{
  background-color: #27004B;
  border-radius: 4px!important;
  padding: 6px 15px!important;
  color: #fff;
  font-weight: 600!important;
  font-size: 14px;
  font-family: "Roboto",sans-serif;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  border: none !important;
  min-width: 140px;
}
.rsDropdown .d-flex {
  justify-content: center;
}
.rsDropdown select {
  width: 100%;
  padding: 10px 10px;
  /* background-color: #e9f1fd; */
  border: 1px solid #af4f9d;
  border-radius: 5px;
  margin-bottom: 20px;
  text-align: left !important;
  color: #333;
}
.outcomeText {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}
.rsDropdown-btn input{
  margin:0 5px;
}
.issStepsTable thead,.issStepsTable thead td:first-child{
  background-color: #27004B !important;
}
.stepEvidence h5{
  font-size: 16px;
}
.issStepsTable tbody td input[type=radio]:checked + label{
  background-color: transparent !important;
}
.issStepsTable tbody td input[type=radio]:checked + label svg path{
  fill: #20b0ff ;
}

/*----RS Modal---------*/
.modal-header {
  background-color: #01265b;
  color: #fff;
}
.modal-header h1{
  font-family: 'Greycliff CF';
  font-size: 30.75px;
  font-weight: bold;
}
.modal-header .close span{
  display: none;
}
.modal-header .close {
  background-image: url("../images/close-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  margin-top: 1.2% !important;
  opacity: 0.5;
}
.modalHeading{
  font-family: 'Greycliff CF';
  color: #01265b;
  font-weight: bold;
}
.modal p{
  font-size: 16px;
}
.modal-footer{
  background-color: #f7f7f7;
}
/*-----------STEPS ISS and RS --------*/
.progressDone{
  color: #21B0FF;
}
.inProgress{
  color: #D95195;
}
.breadcrumbs.rs-breadcrumbs {
  box-shadow: none;
  border-radius: 0px;
  margin: 0px;
  font-size: 20.5px;
  padding: 0 !important;
  margin-bottom: 15px;
}
.directionNote {
  border-left: 8px solid #27004B;
  border-radius: 2px;
  font-size: 18px;
  background-color: #DFD0F3;

}
.issOptionBox input[type=radio]:checked + label{
  background-color: #27004B !important;
}
.issOptionBox input[type=radio]:checked + label svg path{
  fill: #f1f5fd;
}
.issOption svg path {
  fill: #f1f5fd;
}
.issOption svg {
  height: 30px;
  width: 30px;
}
.issOptionBox label {
  font-size: 16px;
}
.issOption svg {
  height: 30px;
  width: 30px !important;
  vertical-align: middle;
  margin-right: 10px;
}
.issOption {
  width: 20%;
  border-bottom: 1px #27004B solid;
  border-top: 1px #27004B solid;
  height: 82px;
  line-height: 80px;
  position: relative;
  float: left;
  border-right: 1px #27004B solid;
  border-left: none !important;
}
.issOptionBox .issOption:first-child{
  border-left: 1px #27004B solid !important;
}
.issStepHeader {
  background-color: #27004B !important;
}
.slider.round {
  border-radius: 8px !important;
}
.slider.round:before {
  border-radius: 20% !important;
}
input:checked + .slider {
  background-color: #27004B !important;
}
.issStepQuestion .needsImprovementTicker h4{
  color: #27004B !important;
}
.stepsNavOptions .saveBtn {
  background-color: #27004B !important;
}
.stepsNavOptions .cancelBtn{
  background-color: grey !important;
}
.stepsNavOptions .cancelBtn,.stepsNavOptions .saveBtn {
  border-radius: 4px!important;
  padding: 6px 15px!important;
  color: #fff;
  font-weight: 600!important;
  font-size: 14px;
  font-family: "Roboto",sans-serif;
  text-align: center;
  cursor: pointer;
  border: none !important;
  min-width: 140px;
  transition: all 0.2s;
}
.stepsNavOptions .saveBtn:hover {
  background-color: rgba(0, 38, 91, 43%) !important;
  font-size: 16px;
  transition: all 0.2s !important;
}
.stepsNavOptions input,.stepsNavOptions a{
  margin: 0 5px;
}

/*------stepsbar css---------*/
.timeline{
  counter-reset: test 0;
  position: relative;
}

.timeline li{
  list-style: none;
  float: left;
  width: 33.3333%;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Dosis', sans-serif;
}

ul:nth-child(1){
  color: #27004B;
}

.timeline li:before {
  counter-increment: test;
  content: counter(test);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 50px;
  margin: 0 auto 10px auto;
  background: #dfd0f3;
  color: #f1e9fb;
  transition: all ease-in-out .3s;
  cursor: pointer;
  position: relative;
  z-index: 9;
  font-size: 25px;
  font-weight: 700;
}
.timeline li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #dfd0f3;
  opacity: 0.5;
  top: 25px;
  left: -50%;
  z-index: 1;
  transition: all ease-in-out .3s;
}

.timeline li:first-child:after{
  content: none;
}
.timeline li.active{
  color: #27004B;
}
.timeline li.active:before {
  background: #27004b;
  color: #fff;
}

.timeline li.active + li:after {
  background: #27004b;
  opacity: 1;
}
.stepsBar {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 30px;
}
/*-------RS Step-------*/
.panel.rsPanel {
  background-color: #f1f5fd;
  border: none !important;
  z-index: 10;
  top: 100px;
}
.rsstep.rsPanelHeader {
  background-color: #f1f5fd !important;

}
.rsPanelContent h4{
  margin-top: 0px !important;
}
.rsPanelContent {
  padding: 0 15px 10px 15px !important;
}
.rsPanelHeader h3 {
  color: #1b1b1b !important;
  margin: 0px !important;
  font-family: 'Greycliff CF';
  font-weight: bold;
}
.skillName {
  color: #1b1b1b !important;
  font-family: 'Greycliff CF';
  font-weight: bold;
  text-align: left;
  font-size: 24px;
  clear: both;
  margin-bottom: 15px;
}
.alert-danger {
  color: #a94442;
  background-color: transparent !important;
  border-color: transparent !important;
  padding: 5px !important;
}
@media(max-width:767px){
  .profileDiv fieldset{
    width: 100% !important;
  }
}
.profileDiv fieldset{
    width: 50%;
    margin: auto;
}
.profileDiv fieldset input,.profileDiv fieldset select,.profileDiv fieldset textarea{
  width: 100%;
  padding: 10px;
  border-radius: 3.65px;
  border: 1px solid #f1cee0;
}
.profileDiv fieldset input:focus,.profileDiv fieldset select:focus,.profileDiv fieldset textarea:focus{
  box-shadow:0px 5px 6px rgba(0, 0, 0, 0.2)!important;
  outline: none;
}
.rsStepsTable tbody td input[type=radio] +  label svg path,.issStepsTable tbody td input[type=radio] + label svg path{
 fill: #e4e5e5;
}

.rsStepsTable tbody td input[type=radio]:checked + label{
  background-color: transparent !important;

}
.rsStepsTable tbody td input[type=radio] + label,.issStepsTable tbody td input[type=radio] + label{
  display: flex;
  align-items: center;
  justify-content: center;
}
.rsStepsTable tbody td input[type=radio]:checked + label svg path{
  fill: #AF4F9D;
}
.stepEvidence .redText {
  margin: 0;
  font-size: 16px !important;
}
.rsStepsTable thead td:first-child {
  background-color: #27004B !important;
  font-size: 20px !important;
  text-align: left;
}
.rs-breadcrumbs a{
  color: #21B0FF;
}
.rsBlueBar {
  margin-top: 0px;
  background-color: #DFD0F3 !important;
  float: left;
  width: 100%;
  border-radius: 10px;
  color: #000;
}
.rsBlueBar h3{
  margin-top: 0px;
}
.evidenceDiv  thead td{
  color: #333 !important;
}
.evidenceDiv  thead td h3,.gaugeLabel h3{
  color: #27004B !important;
  font-family: 'Greycliff CF';
  font-weight: bold;
}
.evidenceDiv table {
  border: 1px solid #ccc;
  margin: 0 5px !important;
}
.evidenceLabels td:last-child{
  padding-right: 10px;
}
.reportnote {
  font-size: 18px;
}
.evidencePointBlue{
  background-color: #ffab00  !important; 

}
.gaugesHeader .rsBlueBtn{
  background-color: #27004B !important; 

}
.gaugesHeader .rsBlueBtn{
  font-weight: bold;
  min-width: 140px;
  font-size: 14px;
}
.dashboadFlex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/*----Feedback----------*/
.feedback-asst{
  background-image: url(../images/feedback.jpg) !important;
}
.feedback-img-div img{
  width: 100%;
}
.feedback-div textarea{
  border: none;
  background-color: #eff4fc;
  border-radius: 5px;
  resize: none;
}
.feedback-btn .rsBlueBtn,.feedback-btn .backbtn{
  border-radius: 4px!important;
    padding: 6px 15px!important;
    color: #fff !important;
    font-weight: 600!important;
    font-size: 14px;
    font-family: "Roboto",sans-serif;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    border: none !important;
    min-width: 140px;
    margin: 0 5px;
}
.feedback-btn .backbtn{
  background-color: grey !important;
}
.feedback-btn .rsBlueBtn{
  background-color: #27004B !important;
}
.feedback-btn .rsBlueBtn:hover{
  background-color: rgba(0, 38, 91, 50%) !important;
}
.well.rs-wrapper.feedback-div {
  padding: 30px;
}
/*------District Report--------*/
.districtFreport h2 {
  font-family: 'Greycliff CF';
  font-weight: bold;
  margin-bottom: 30px !important;
}
.districtFreport .rangeGradient {
  background: linear-gradient(to right,  #e14f4f 10%,#af4f9d 50%,#267dad 70%,#d95195 100%)!important;
}
.graphLegend .supervisorLegend,.rsBarDiv .barChart .supervisorBarInline {
  background-color: #C6DEEC !important;
}
.graphLegend .coachLegend, .rsBarDiv .barChart .coachBarInline{
  background-color: #F1CEE0 !important;
}
.graphLegend .teacherLegend,.rsBarDiv .barChart .teacherBarInline {
  background-color: #DFD0F3 !important;
}
.graphLegend h4{
  margin: 0px;
}
.issCoachListTable {
  border-radius: 5px;
  text-align: center;
  width: 100%;
}
.rsBarDiv .barChart .coachBarInline,.rsBarDiv .barChart .teacherBarInline,.rsBarDiv .barChart .supervisorBarInline{
  position: relative;
}
div.adjustbarlabel {
  width: auto;
  height: 50px !important;
  bottom: 0px !important;
  right: -82px;
  color: #333 !important;
}
.rangeGradient {
  background: linear-gradient(to right,  #e14f4f 10%,#af4f9d 50%,#267dad 70%,#d95195 100%)
}
.evidenceBarDivBlueStrong {
  border: 1px #27004B solid !important;
  background-color: #27004B !important;
}
.evidenceBarDivBlue {
  border: 1px #27004B solid !important;
}
.barSkill .rsBlueBtn {
  background-color: #27004b;
  border-radius: 4px!important;
  padding: 6px 15px!important;
  color: #fff;
  font-weight: 600!important;
  font-size: 14px;
  font-family: "Roboto",sans-serif;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  border: none !important;
  box-shadow: none;
}
#means-container .blueDropdown {
  padding: 10px 10px;
  background-color: #e9f1fd;
  border: none;
  border-radius: 4px;
  margin-bottom: 20px;
  text-align-last: left !important;
  color: #00265c;
  font-weight: bold;
}
#means-container .wellWithHeader{
  background-color: #f5f5f5 !important;
}
.skillsTable table thead > tr td:first-child {
  background-color: #27004B !important;
  text-align: left;
}
/* .skillsTable table thead > tr td:nth-child(2)  {
  background-color: #af4f9d;
} */
/* .skillsTable table thead > tr td:nth-child(3)  {
  background-color: #430089;
}
.skillsTable table thead > tr td:nth-child(4) {
  background-color: #4291bd;
} */
.skillsTable table tr td:nth-child(2),.skillsTable table thead tr td:nth-child(2) {
  background-color: #F1CEE0;
  color: #000;
}
.skillsTable table tr td:nth-child(3),.skillsTable table thead tr td:nth-child(3) {
  background-color: #DFD0F3;
  color: #000;
}
.skillsTable table tr td:nth-child(4),.skillsTable table thead tr td:nth-child(4)  {
  background-color: #C6DEEC;
  color: #000;
}
.skillsTable table tbody tr td:nth-child(2),.skillsTable table tbody tr td:nth-child(3),.skillsTable table tbody tr td:nth-child(4){
  background-color: #dfeefa;
}

.skillsTable table tr td{
  height: auto !important;
}
.districtFreport td h2{
  font-size: 18px;
}
.skillsTable table{
  width: 100%;
}
.skillsTable table thead tr td h3 {
  font-size: 20px;

}
.table-scroll{
  overflow: auto;
}
/*------ISS report------*/
.issSummaryTable td ,.characteristicsListDiv h3{
  color: #333 !important;
}
.rs-wrapper p{
  font-size: 18px;
}
.issGuidingQuestionDiv {
  background-color: #27004B !important;
}
.evidencePointPurple{
  background-color: #AF4F9D !important;
}
.evidenceBarDivPurple {
  border: 1px #27004B  solid !important;
}
.prevalenceToggleDiv {
  background-color: #eff4fc !important;
}
.prevalenceToggleDiv h4 {
  text-align: left;
  font-weight: 400 !important;
  padding-left: 10px !important;
}
.issCharacteristicSection .prevalenceToggleDiv {
  padding: 30px 0 !important;
}
.issCoachListTable thead tr {
  background-color: #27004B !important 
}
.issCoachListTable td {
  border: 1px #27004B solid !important;
  padding: 0px !important
}
.navbar-nav {
  padding-left: 35px !important;
}
.contentHeader h4 {
  font-weight: bold;
}
.rsBlueBtn:focus{
  color:  #fff !important;
}

/*-------Individuals Reports------*/
.rsDropdown.admins {
  margin-bottom: 0;
  max-width: 47%;
  width: 100%;
}
.skillsTableCrossYear table thead tr:first-child td:first-child {
  background-color: #27004B !important;
}
.skillsTableCrossYear .tblRow td{
 color: #333;
}
.skillsTableCrossYear {
  overflow: auto;
}
.whiteBox {
  box-shadow: 0px 0px 5px #eaeaea !important;
  width: 100%;
  margin:10px 0px !important;
}
.whiteBox .row {
  padding: 0 10px;
}
.evidenceBarDivPurpleStrong {
  border: 1px #27004B  solid !important;
  background-color: #27004B  !important;
}
.issGuidingQuestionDiv h3 {
  margin-top: 0;
}
.progressGraphDiv .progressGraphBoxPurple {
  border: 2px #27004B solid !important;
}
.purpleLine {
  border-color: #27004B !important;
}
.centerDiv h4 {
  text-align: center;
}
.paginate_button.disabled{
  opacity: 0.5;
}
.rsBarDiv .barChart .teacherBarStacked{
  background-color: #ffc331 !important;
}

.coach_barContent {
  background-color: #B1F0FC;
  padding: 15px;
}
.teacher_barContent{
  background-color: #FDDA84;
  padding: 15px;
}
div.dataTables_wrapper div.dataTables_filter input,div.dataTables_wrapper div.dataTables_length select {
  border: 1px solid #dfd0f3;
  box-shadow: none;
  border-radius: 5px;
}
div.dataTables_wrapper div.dataTables_filter input:focus,div.dataTables_wrapper div.dataTables_length select:focus{
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.2);
}

@media (min-width: 2400px){
.dashboard-topBg{
  width: 1650px;
  margin: auto;
}
}
@media (max-width: 1480px){
  .container-div{
    padding: 0 60px;
  }
}

@media (max-width: 1199.98px){
  .dateSelection{
    padding: 15px;
  }
  .rsDropdown.admins{
    max-width: 100%;
  }
  .rsIcons{
    height: 80px;
    width: 80px;
  }
  .rc-profile-label {
    font-size: 20px;
    margin-top: 26px;
}
  .dashboard_item_list .dashboard_item span {
    font-size: 45px;
}
  .navbar .container-div{
    padding: 0 15px;
  }
 
  .cfHomeBox, .assessmentsHomeBox{
    min-height:300px;
  }
  .navbar.rc-navbar li a{
    font-size:14px;
  }
  .navbar-brand>img {
    width: 100%;
}
.cfHomeBox h4, .assessmentsHomeBox h4 {
  font-size: 22px;
} 
.cfHomeBox span, .assessmentsHomeBox span {
  font-size: 70px;
}
.cfHomeBox p, .assessmentsHomeBox p {
  font-size: 14px;
}
.issOptionBox label {
  font-size: 14px;
  line-height: normal;
  height: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.loginForm {
  width: 100%;
}
}

@media (max-width: 991.98px) {
  .rsBarDiv .barSkill h3,.evidenceDiv thead td h3{
    font-size: 16px;
  }
  .navbar .container-div{
    padding: 0px;
  }
thead .evidenceLabels td {
    font-size: 11px !important;
  }
  .graphLegend {
    margin-bottom: 15px !important;
}
  .evidenceDiv table td{
    font-size: 12px;
  }
  .effectivenessLabels div{
    font-size: 14px !important;
  }
  .issOption svg {
    height: 20px;
    width: 20px !important;
    margin-right: 5px;
    margin-left: 5px;
}
  .cfHomeBox, .assessmentsHomeBox {
    min-height: 350px;
}
.dateSelection {
  padding: 15px 0;
}
  .cfHomeBox h4, .assessmentsHomeBox h4 {
    font-size: 20px;
  } 
  .more-action_item{
    margin-bottom: 20px;
  }
  .rc-profile-label {
    font-size: 16px;
    width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
}
.right-navbar .vertical-sep{
  margin-top: 25px;
}
.navbar {
  height: 80px;
}
  .navbar-brand>img {
    width: 140px;
    height: 100%;
}
.nav>li>a{
  padding: 15px 10px !important;
  line-height: 45px !important;
  height: 80px;
}
.navbar.rc-navbar .navbar-header {
  margin-top: 15px;
}
footer img{
  width: 100%;
    height: auto;
}
.footer .copyright-text, .footer .footer-link{
  margin:0px;
}
.dashboard-item_button {
  position: static;
}
.singlePeroid input, .firstPeriod input{
  background-size: 30px;
}
.right-navbar span{
  font-size: 18px;
}
}
@media (max-width: 576.98px){
  .rc-profile-label {
    font-size: 15px;
}
.navbar .container-div {
  padding: 0px;
}
  .container-div{
    padding: 0 15px;
  }
  .addNew-asst h4{
    font-size: 30.5px;
  }
  .dashboard-topBg{
    min-height: 380px;
  }

  .issQuestionHeader .col-sm-8{
    text-align: center;
  }
  .navbar-collapse {
    background-color: #27004B;
    position: absolute  !important;
    left: 0;
    width: 100%;
    top: 65px;
}
.navbar-toggle{
  margin-top: 0px !important;
  margin-right: 0 !important;
}
.nav li a {
  padding: 10px !important;
  border-bottom: 1px solid #1d4f95 !important;
  font-size: 18px !important;
  height: auto;
}
.nav{
  height: auto !important;
}
.right-navbar li:nth-child(2){
  display: none;
}
  .issOption {
    border: 1px #6E5D8E solid !important;
  }
  .issStepQuestion .needsImprovementTicker div:first-child{
    top: 0px !important;
  }
  .d-flex{
    display:block;
  }
  .dateSelection {
    padding: 5px;
    margin-bottom: 20px;
}
.dateSelection-div .generateBtnsSingle, .dateSelection-div .generateBtns{
  margin-bottom:20px;
}
.contentBox{
  margin-top: 80px !important;
}
  footer img{
    width: 155px;
  }
  .cfHomeBox, .assessmentsHomeBox{
    min-height:inherit;
  }
  .cfHomeBox span, .assessmentsHomeBox span {
    font-size: 100px;
  }
  .cfHomeBox h4, .assessmentsHomeBox h4 {
    font-size: 25px;
  } 
  .cfHomeBox p, .assessmentsHomeBox p {
    font-size: 16px;
  }
  .footer .copyright-text, .footer .footer-link{
    margin:10px;
  }
  .footer{
    position:static;
    padding:15px;
  }
  body{
    margin-bottom:0px !important;
  }
  .dashboard_item_list .no-margin, .col-matchHeights {
    height: auto;
}

footer .col-sm-4{
  text-align:center !important;
}
.feedback-img-div {
  margin-top: 30px;
}
.singlePeroid input, .firstPeriod input{
  background-size: auto;
}
}
@media (max-width:375px){
  .navbar-brand>img {
    width: 130px;
}

a.navbar-brand {
  height: auto;
  margin-top: 5px;
}
}

.d-flex-justify-center {
    display: flex;
    justify-content: center;
}

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

.admin-delete-btn {
  float: right;
  min-width: 100px !important;
  margin-right: 5px ;
}

.font-weight-100 {
   font-weight:100 !important;
}