@font-face {
  font-family: 'HK Grotesk';
  src: url('fonts/HKGrotesk-SemiBold.woff2') format('woff2'),
    url('fonts/HKGrotesk-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HK Grotesk';
  src: url('fonts/HKGrotesk-Medium.woff2') format('woff2'),
    url('fonts/HKGrotesk-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HK Grotesk';
  src: url('fonts/HKGrotesk-Bold.woff2') format('woff2'),
    url('fonts/HKGrotesk-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HK Grotesk';
  src: url('fonts/HKGrotesk-Regular.woff2') format('woff2'),
    url('fonts/HKGrotesk-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.left_half {
  top: 38px;
  top: 38px;
  left: -1144px;
  width: 1499px;
  height: 1499px;
  border: 200px solid var(--unnamed-color-45b49d);
  border: 200px solid #45B49D;
  opacity: 0.03;
}

body {
  background-color: #f2f6f5;
  font-family: 'HK Grotesk' !important;
  font-weight: normal;
  font-size: 17px;
  color: #5A7184;
}

.navbar-light {
  background: #FFF;
  padding:  32px 50px;
}
.badge-green{
  background-color: #45B49D;
  color: #FFFFFF;
  border-radius: 11px;
  top: -8px !important;
  right: 10px;
 
  padding: 5px 7px;
}

.btn {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-success {
  color: #fff;
  background-color: #45b49d;
  border-color: #45b49d;
}

.form-inline button {
  margin: 0 15px;
}

h3 {
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #183B56;
  text-transform: capitalize;
  opacity: 1;
  font-weight: 600;
}

footer {
  background-color: #FFF;
  padding: 81px 0;
  font-size: 17px;
}

footer .container {
  max-width: 830px;
}

footer .navbar-brand {
  margin-bottom: 15px;
}

footer .container h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 27px;
  margin-top: 25px;
}

footer .container p,
footer .container a {
  color: #183b56;
  line-height: 26px;
}

.p-95 {
  padding: 95px 0;
}

.home-list a:hover {
  text-decoration: none;
  font-weight: bold;
}

.home-list a:hover .cat_item {
  box-shadow: 0px 10px 20px #183B56;
  border: 1px solid purple;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.home-list a:hover .cat_item h3 {
  font-size: 24px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cat_item {
  padding: 35px;
  background-color: #FFF;
  box-shadow: 0px 50px 50px #0000000D;
  border: 1px solid #E5EAF4;
  border-radius: 16px;
  height: 262px;
  display: flex;
  justify-content: center;
  flex-flow: column;
  margin-bottom: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cat_item img {
  width: min-content !important;
  margin-bottom: 20px;
  align-self: center !important;
  height: -webkit-fill-available;
  margin-top: 10px;
}
.email{
  background-image: url(images/mail.svg);
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 30px;
  margin-bottom: 5px;
  display: inline-block;
}
.tel{
  background-image: url(images/phone.svg);
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 30px;
}

.block .content {
  margin-top: 0px !important;
}

/*Loginnew page*/
.loginnew {
  background-image: url(images/Homepagesingle.png);
  background-repeat: no-repeat;
  background-size: cover;
}


@media (min-width:1700px) {
   .loginnew {
    padding-top: 250px;
    padding-bottom: 350px;
  }
}

@media (max-width:1699px) {
  .loginnew {
    padding-top: 105px;
    padding-bottom: 150px;
  }
}

@media (max-width:1200px) {
  .loginnew {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width:767px) {
  .loginnew {
    padding-top: 70px;
  }
}

/*Login page*/
.login-content{
  width: 450px;
  min-height: 370px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 50px 50px #0000000D;
  border: 1px solid hsl(220, 41%, 93%);
  opacity: 1;
  margin: 90px auto;
  padding: 32px 36px;
}

.login-content h1{
  text-align: left;
  font-size: 26px;
  font-weight: bold;
  line-height: 38px; 
  letter-spacing: 0px;
  color: #183B56;
  opacity: 1;
  margin-bottom: 10px;
}
.login-content h2{
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px; 
  letter-spacing: 0px;
  color: #183B56;
  opacity: 0.68;
  margin-bottom: 26px;
}
.form-group label{
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0px;
  color: #183B56;
  text-transform: capitalize;
  opacity: 0.63;
  margin-bottom: 8px;
}
.form-group .form-control{
  margin-bottom: 17px;
  border-color: #E2E5ED;
}
.login-content .btn-success{
  margin-bottom: 30px;
} 
.login-content  .form-group {
  position: relative;
}
.reveal {
  position: absolute;
  top: 26px;
  right: 0;
  color:#9EA0A5;
}
.reveal:focus{
  outline: 0;
  box-shadow:none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0px;
  color: #183B56;
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
 font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0px;
  color: #183B56;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0px;
  color: #183B56;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0px;
  color: #183B56;
  opacity: 1;
}


textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0px;
  color: #183B56;
  opacity: 1;
}
textarea::-moz-placeholder { /* Firefox 19+ */
 font-size: 1px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0px;
  color: #183B56;
  opacity: 1;
}
textarea:-ms-input-placeholder { /* IE 10+ */
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0px;
  color: #183B56;
  opacity: 1;
}
textarea:-moz-placeholder { /* Firefox 18- */
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0px;
  color: #183B56;
  opacity: 1;
}

/*observation*/
.observation{
  margin-top: 40px;
  margin-bottom: 72px;
  padding:  0 50px;
}
.observation .title {
  text-align: left;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #3E3F42;
  opacity: 1;
  margin-bottom: 26px;
}
.observation ul {
  background: #FFFFFF ;
  box-shadow: 0px 1px 3px #0000000A;
  border: 1px solid #EAEDF3;
  border-top: 0px solid #EAEDF3;
  border-radius: 4px;
  opacity: 1;
  margin: 0;
  padding: 0;
}
.observation ul li{
  list-style:none;
  display:flex;
  justify-content:space-between;
  padding:20px 15px ;
  border-top: 1px solid #EAEDF3;
  font-size: 14px;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
  padding-left: 60px;
}
.observation ul li:hover{
  background-color: #61315E ;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.observation ul li:hover .icon{
  background-color: #FFFFFF!important ;
  color: #FFFFFF;
}
.observation ul li:hover .icon img{
  -webkit-filter: invert(40%)  grayscale(40%) brightness(40%) sepia(60%) hue-rotate(-50deg) saturate(304%) contrast(0.8) contrast(2);
  filter: grayscale(40%) brightness(40%) sepia(60%) hue-rotate(-50deg) saturate(304%) contrast(0.8);
}
.observation ul li .icon {
  border-radius: 50%;
  background-color: #61315E;
  width: 38px;
  height: 38px;
  margin-right: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.custom-control-input:checked~.custom-control-label::before{
  background-color:#45B49D ;
  border-color: #45B49D ;
}
.custom-control-label::before{
  content: '';
  background-color: #8B959B;
  border: #8B959B solid 1px;
}
.custom-switch .custom-control-label::after{
  background-color:#FFFFFF;
}


/*topic-section*/
.edit{
  color:#FFF;
}
.edit:hover {
  color:#FFF;
 background-color:  #61315E;
}
.blue{
  background-color: #183B56 !important ;
}
.orange{
  background-color: #FFB543 !important ;
}
.red {
  background-color: #E7345B  !important ;
}
.green{
  background-color:#45B49D!important ;
}
.black-shade{
  background-color:#3B3B3B!important;
 }
.parent-nav {
  padding:  51px 50px 10px;
  color: #183b56;
  font-size: 16px;
}

.parent-select{
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.parent-name-pic {
  border-left: 1px solid #EAEDF3;
  padding-left: 25px;
  margin-left: 0px;
}
.dropdown-toggle img,
.parent-name-pic img{ 
  border-radius: 50%;
}
.parent-name-pic img{ 
  width: 48px;
  height: 48px;
}
.dropdown-toggle::after {
  vertical-align: .015em;
}

.parent-right{
  display: flex;
  justify-content:flex-end;
  align-items: center;
  color: #183b56;
}

.parent-left{
  display: flex;
  justify-content:flex-start;
  align-items: center;
}
.parent-right small,
.parent-right b{
  display: block;
}
.parent-right small{
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #8B959B;
}
.parent-right .progress {
  height:.5rem;
  border-radius: 50px;
}
.parent-right .profile{
  padding: 0 25px
}
.parent-right .date,
.parent-right .on-going,
.parent-right .Achieved {
  border-left: 1px solid #EAEDF3;
  padding: 0 25px;
}
.parent-right .Achieved {
  padding: 0 0px 0 25px;
}
.parent-right .Achieved b {
  color: #45b49d;
}
.parent-right .on-going b{
  color: #61315e;
}
a.view-logs{
  text-align: left;
  font-size:18px;
  letter-spacing: 0px;
  color: #183B56;
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-bottom: 26px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
a.view-logs:hover{
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #61315E;
}
a.view-logs span{
  padding-left: 10px;
}
.log-list,
.topic-section{
  margin-top: 40px;
  margin-bottom: 72px;
  padding:  0 50px;
}
.log-list{
margin-bottom:120px;
}
.log-list .impact-log-form #edit-submit{
margin-top:25px;
}

.topic-section .title {
  text-align: left;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #3E3F42;
  opacity: 1;
  margin-bottom: 26px;
}
.topic-section ul {
  background: #FFFFFF ;
  box-shadow: 0px 1px 3px #0000000A;
  border: 1px solid #EAEDF3;
  border-top: 0px solid #EAEDF3;
  border-radius: 4px;
  opacity: 1;
  margin: 0;
  padding: 0;
}
.topic-section ul li{
  list-style:none;
  display:flex;
  justify-content:space-between;
  padding: 20px 15px ;
  border-top: 1px solid #EAEDF3;
  font-size: 14px;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
  padding-left: 60px;
}
.topic-section ul li:hover{
  background-color: #61315E ;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.topic-section ul li:hover .icon{
  background-color: #FFFFFF!important ;
  color: #FFFFFF;
}
.topic-section ul li:hover .icon img{
  -webkit-filter: invert(40%)  grayscale(40%) brightness(40%) sepia(60%) hue-rotate(-50deg) saturate(304%) contrast(0.8) contrast(2);
  filter: grayscale(40%) brightness(40%) sepia(60%) hue-rotate(-50deg) saturate(304%) contrast(0.8);
}
.observation ul li.active{
   background-color:#45B49D!important ;
  /*background-color: #FFB543 ;*/
  /*background-color: #f55e5e!important;*/
  color: #FFFFFF;
}

.topic-section ul li.active{
   /*background-color:#45B49D!important ;*/
  /*background-color: #FFB543 ;*/
  background-color: #f55e5e!important;
  color: #FFFFFF;
}
.observation ul li.selected,
.topic-section ul li.selected{
  background-color: #E7345B ;
  color: #FFFFFF;
}

.observation ul li.selected .icon,
.observation ul li.active .icon, 
.topic-section ul li.active .icon,
.topic-section ul li.selected .icon{
  background-color: #FFFFFF!important ;
  color: #FFFFFF;
}
.observation ul li.selected .icon img,
.topic-section ul li.selected .icon img{
  -webkit-filter: invert(40%) grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(400%) contrast(2);
  filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(1.8);
}

.observation ul li.active .icon img{
  -webkit-filter: invert(40%) grayscale(50%) brightness(50%) sepia(200%) hue-rotate(-227deg) saturate(100%) contrast(1.8);
  filter: grayscale(50%) brightness(50%) sepia(200%) hue-rotate(-227deg) saturate(100%) contrast(1.8);
}
.topic-section ul li.active .icon img{
  -webkit-filter: invert(40%) grayscale(50%) brightness(44%) sepia(174%) hue-rotate(-387) saturate(100%) contrast(1.8);
  filter: grayscale(50%) brightness(44%) sepia(174%) hue-rotate(-387deg) saturate(100%) contrast(1.8);
}
.topic-section ul li .icon {
  border-radius: 50%;
  background-color: #61315E;
  width: 38px;
  height: 38px;
  margin-right: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.log-list .custom-control,
.topic-section .custom-control{
  padding-left: .5rem;
}
.log-list .custom-control-input:checked~.custom-control-label::before,
.topic-section .custom-control-input:checked~.custom-control-label::before{
  background-color:#45B49D ;
  border-color: #45B49D ;
}
.log-list  .custom-control-label,
.topic-section .custom-control-label{
  font-size: 18px;
  margin-top: 18px;
  cursor: pointer;
}
.log-list .custom-control-inline,
.topic-section .custom-control-inline {
  margin-right: 0;
}
.log-list  .custom-control-label::after,
.topic-section .custom-control-label::after{
  left: 1.05rem;
  top: -1.0rem;
}
.log-list .custom-control-label::before,
.topic-section .custom-control-label::before{
  content: '';
   background-color: #F6F7F9;
  /*border: #8B959B solid 1px; */
  /* background: transparent linear-gradient(0deg, #F6F7F9 0%, var(--unnamed-color-ffffff) 99%, var(--unnamed-color-ffffff) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #F6F7F9 0%, #FFFFFF 99%, #FFFFFF 100%) 0% 0% no-repeat padding-box; */
  box-shadow: 0px 1px 1px #161D250D;
  border: 1px solid #D8DCE6;
  left: 1.05rem;
  top: -1.0rem;
}

.safe-radio .custom-control-label::after{
  left: 1.65rem;
  top: -1.5rem;
  width: 1.5rem;
  height: 1.5rem;
}

.safe-radio .custom-control-label::before{
  content: '';
   background-color: #F6F7F9;
  /*border: #8B959B solid 1px; */
  /* background: transparent linear-gradient(0deg, #F6F7F9 0%, var(--unnamed-color-ffffff) 99%, var(--unnamed-color-ffffff) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #F6F7F9 0%, #FFFFFF 99%, #FFFFFF 100%) 0% 0% no-repeat padding-box; */
  box-shadow: 0px 1px 1px #161D250D;
  border: 1px solid #D8DCE6;
  left: 1.65rem;
  top: -1.5rem;
  width: 1.5rem;
  height: 1.5rem;
}
.log-list .custom-switch .custom-control-label::after,
.topic-section .custom-switch .custom-control-label::after{
  background-color:#FFFFFF;
}
.comments {
  background: #FFFFFF ;
  box-shadow: 0px 1px 3px #0000000A;
  border: 1px solid #EAEDF3;
  border-radius: 4px;
  margin-top: 53px;
  min-height: 50px;
  padding: 15px;
}
.comments  textarea{
  border: #FFF;
  font-size: 14px;
  width: 100%;
  height: 199px;
}
.observation .comments  textarea{
  border: #FFF;
  font-size: 14px;
  width: 100%;
  height: 128px;
}
.comments form button{
  font-size: 16px;
}


.knowledge-level a{ 
  margin: 5px;
}
.btn-warning,
a:hover.btn-warning,
.btn-warning:active {
  color:#FFFFFF !important;
}

a:hover.btn-secondary{
  background-color: #3a1d38!important;
  color:#FFFFFF;
}
.btn-secondary{
  color:#FFFFFF;
  background-color: #61315e !important;
}
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:active {
  color: #fff;
  background-color: #61315e!important;
  border-color: #61315e!important;
  box-shadow: 0 0 0 0.2rem rgba(97, 49, 94, .5)!important;
}

/*create log list */

.log-list .comments{
  width: 100%;
  margin:30px auto 0;
}

.log-list ul {
  background: #FFFFFF ;
  box-shadow: 0px 1px 3px #0000000A;
  border: 1px solid #EAEDF3;
  border-top: 0px solid #EAEDF3;
  border-radius: 4px 4px 0 0;
  opacity: 1;
  margin: 0;
  padding: 0;
  border-bottom: 0px solid #EAEDF3;
  /*height: 507px;
  overflow-x: auto;*/
}
.log-list ul li{
  list-style:none;
  display:flex;
  justify-content:space-between;
  padding: 18px 15px 12px 30px ;
  border-top: 1px solid #EAEDF3;
  font-size: 18px;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
  font-weight: 500;
}

.log-list ul li .question{
  display: none;
}
.log-list-title-icon{
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom:20px;
}
.log-list-title-icon .icon {
  border-radius: 50%;
  background-color: #61315E;
  width: 38px;
  height: 38px;
  margin-right: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  
}
.log-list ul li:hover{
  background-color: #61315E ;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.log-list ul.bottom {
  background: rgb(252, 252, 252) ;
  box-shadow: 0px 1px 3px #0000000A;
  border: 1px solid #EAEDF3;
  border-top: 0px solid #EAEDF3;
  border-radius: 0 0 4px 4px;
  opacity: 1;
  margin: 0;
  padding: 0;
  height: auto;
}
.log-list ul.bottom li{
  list-style:none;
  display:flex;
  justify-content:space-between;
  padding: 12px 15px 12px 30px ;
  border-top: 1px solid #EAEDF3;
  font-size: 15.5px;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
  font-weight: 500;
}

.log-list ul.bottom li:nth-child(1){
  color:#FFF;
  background-color:#183b56;
  }
  .log-list ul.bottom li:nth-child(3){
  color:#FFF;
  background-color:#3e3f42;
  }
  
.log-list ul.bottom li.include_summary .custom-control-input:checked~.custom-control-label::before{
  background-color:#45B49D ;
  border-color: #45B49D ;
}
.log-list ul.bottom li.include_summary .custom-control-label::before{
  content: '';
  background-color: #8B959B;
  border: #8B959B solid 1px;
  left: -2.25rem;
}
.log-list ul.bottom li.include_summary .custom-switch .custom-control-label::after{
  background-color:#FFFFFF;
  left: calc(-2.25rem + 2px);
  top: -0.90rem;
}


.log-list ul::-webkit-scrollbar {
  width: 10px;
} 

/* Track */
.log-list ul::-webkit-scrollbar-track  {
  box-shadow: inset 0 0 5px rgba(240, 240, 240, 1);
  border-radius: 0px;
  background-color:#f0f0f0;
}

/* Handle */
.log-list ul::-webkit-scrollbar-thumb  {
  background: #151414;
  border-radius: 5px;
} 

/* Handle on hover */
.log-list ul::-webkit-scrollbar-thumb:hover {
  background:#151414 ;
} 




.purple .title
{
  color:#FFF;
  border: none;
  margin: 0;
  padding-right: 20px;
}

.purple .parent-name-pic{
  color:#FFF;
  border: none;
  margin: 0;
  padding-left: 20px;
}


.title-header h3{ font-size:24px; font-weight:600; color: #FFF;}

.title-header a{ color:#FFF; padding-right: 20px;}

.welling-section a{
  font-size: 14px;
}

.back-link{
  display: flex;
    align-items: center;
    vertical-align: middle;
	justify-content: flex-end;

}
.back-link-right{
position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
}
.back-link a{
  font-size: 20px;
  font-weight: bold;
}
.back-link svg{
  margin-bottom: 7px;
  font-size: 40px;
}


.report-section {

margin: 80px auto;
}
.report-section h3{
font-size:22px;
font-weight: 600; 
letter-spacing: 0px;
color: #183B56;
margin-bottom: 40px;
}

.report-section img{
  margin-bottom: 15px;
}
.report-section .btn{
  align-items: center;
    display: flex;
    justify-content: center;
    font-size: 14px;
}

.report-section svg{
  margin: 0 10px;
}

@media (min-width:1200px) {
  /* .topic-section ul li{
    font-size: 12px;
  } */
  /* .custom-control{
    padding-left: .22rem;
  } */
}

@media (min-width:1440px) {
  .navbar-light {
    background: #FFF;
    padding: 32px 150px;
  }
  .log-list,
  .topic-section{
    padding: 0px 150px;
  }
  .observation{
    padding: 0px 150px;
  }
  .parent-nav{
    padding: 20px 150px;
  }
  .observation ul li{
    font-size: 17px;
  }
  .parent-nav{
    padding: 51px 150px 10px;
  }
  .topic-section ul li{
    font-size: 17px;
  }
  .login-content{
    margin: 25px auto;
    padding: 52px 42px;
  }
}
@media (max-width:1024px) {
  .cat_item img {
    width: 60%;
    margin-bottom: 20px;
    margin: auto;
   }  
}
@media (max-width:768px) {
 
  .navbar-light {
    background: #FFF;
    padding: 15px 25px;
  }
  .parent-nav{
    padding: 15px 25px;
  }
  
  .navbar-brand img {
    width: 50%;
  }
  .parent-left{
    justify-content: space-between;
  }
  .parent-right{
    margin-top:20px;
    justify-content: space-between;
  }
  .parent-right .profile{
    padding: 15px;
  }

  .navbar-collapse {
    padding-bottom: 20px;
  }

  .p-95 {
    padding: 40px 15px;
  }

  h3 {
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #183B56;
    text-transform: capitalize;
    opacity: 1;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .home-list a:hover .cat_item h3 {
    font-size: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .cat_item {
    height: 220px;
    padding: 35px 15px;
  }
  .log-list,
  .observation,
  .topic-section{
    padding: 0px 15px;
  }
  .top-gap{
    margin-top: 30px;
    }
.cat_item img {
  width: 40%;
  margin-bottom: 20px;
  margin: auto;
 }  
}

@media (max-width:640px) {
  .cat_item img {
  width: 30%;
  margin-bottom: 20px;
  margin: auto;
 }  
  .topic-section {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .parent-left{
    display: block;
  }
  .parent-name-pic {
    border-left: 1px solid #EAEDF3;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
    text-align: center;

  }
  .form-inline{
    position: absolute;
    right: 16px;
  }
  .parent-right{
    margin-top:10px;
    display: block;
  }
  .parent-right .profile{
    padding:15px 0px;
  }
  .parent-right .date, .parent-right .on-going, .parent-right .Achieved{
    padding:5px 0px;
    border-left: 0;
    border-bottom: 1px solid #EAEDF3;
	width: 50%;
	float:left;
  }
  .cat_item {
    margin-bottom: 20px;
    height: 180px;
  }

  .p-95 {
    padding: 20px 15px 0;
  }

  .login-content{
    width: 90%;
    margin: 25px auto;
  }

  footer {
    background-color: #FFF;
    padding: 31px 0;
    font-size: 14px;
    text-align: center;
  }
  footer .container h4 {
    margin-bottom: 17px;
    margin-top: 15px;
  }

}

  /*family starts*/
  .container .family {
    background-color: #fff;
    margin: 0;
    
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.04);
    border-radius: 4px 4px 0px 0px;
    padding:50px 45px 20px;
    background-color:#FFF;
  }

  .family .row {
    padding: 50px 0px;
  }

  .family .left-search {
    display: flex;
    align-items: center;
  }

  .family .right-edit {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
 
  .family .right-edit img {
    padding: 0 10px 0 0;
    width: 25px;
  }

  .family .left-search .search {   
    color: #3E3F42;    
    margin-right: 15px;
  }

  .family .left-search .search-box {
    display: flex;
    justify-content: space-between;
  }

   .family .left-search .mob-search-box {
    display: none;
  }

  .family .left-search .search-box span {
    color: #3E3F42;
    opacity: 0.47;
  }

  .family .right-edit .btn:hover {
    color: #fff;
  }

  .family .edit-family ,
  .family .add-family {
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .family .edit-family {
    background: #183B56;
    margin-right: 15px;
  }

  .family .add-family {
    background: #45B49D;
  }

  .family .form-group { 
    position: relative;
  }

  .family .form-group img{ 
    position: absolute;
    right: 10px;
    top: 10px;
  }

  .family-sec{
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.04);
    border-radius: 0px 0px 4px 4px;
    padding: 0 45px;
    background-color: #FFF;
    margin-bottom: 65px;
  }
  .family-sec table th,
  .family-sec table td {
    background: #fff !important;
    text-align: left !important;
  }

  .family-sec table th:nth-child(1){
    border-left: 1px solid #dee2e6;
   }
   .family-sec table th:nth-last-child(1){
      border-right: 1px solid #dee2e6;
   }


  .family-sec table tr:hover td {
    background:rgba(139, 149, 155, .13) !important;
  }

  .family-sec .detail-table tr th {
    color: #464A53;
    font-size: 14px;
  }
  .family-sec .detail-table tr td:nth-child(1) a span{
    font-weight:600;
    text-decoration:underline

  }
  .family-sec .detail-table tr td:nth-child(8),
  .family-sec .detail-table tr td:nth-child(2){
    width:140px;
  }
  .family-sec .detail-table tr td:nth-child(7) {
    width:25%;
  }
  .family-sec .detail-table tr td:nth-child(9) a span.date{
  color:#343a40;
   }

   .family-sec .detail-table tr td:nth-child(1) {
            width:10%;
   }
   .family-sec .detail-table tr td:nth-child(4) {
            width:10%;
   }
   .family-sec .detail-table tr td:nth-child(6) {
            width:10%;
   }

  .family-sec .detail-table tr td {
    font-size: 14px;
    border-bottom: 1px solid #dee2e6;
    border-left: 0;
    border-right: 0;
    border-top: 0;
  }

  .family-sec .detail-table  tbody+tbody{
    border-top:1px solid #dee2e6!important;
  }
  .family-sec .detail-table tr td a,
  .family-sec .detail-table span.par-name{
    font-size: 14px;
    font-weight: normal;
  }
  .family-sec .detail-table .table tbody+tbody tr:hover td{
    background-color: #8B959B;

  }
  .family-sec .detail-table tr:hover td span.smc{
    color: #183B56;
    font-weight: bold;
  }
  

  .family-sec .detail-table tr:hover span.num-clr {
    font-weight: bold;
  }
  .family-sec .detail-table span.par-name {
    color: #464A53;
  }

  .family-sec .detail-table span.date {
    color: #8B959B;
    font-weight: 500;
  }

  .family-sec .detail-table span.dark-check {
    color: #183B56;
  }

  .family-sec .detail-table span.done {
    color: #42A28E;
  }

  .family-sec .detail-table span.start-clr {
    color: #FFB543;
  }

  .family-sec .detail-table span.num-clr {
    color: #E7345B;
  }

  .family-sec .detail-table span.single-bar {
    color: #8B959B;
  }

  @media (max-width:767px) {
    .container.family {
      max-width: 100%;
    }
  }

  @media (max-width: 575px) {
    .family .left-search .search-box,
    .family .left-search .search {
      display: none;
    }

    .family .left-search {
      margin-bottom: 15px;
    }

    .family .left-search .mob-search-box {
      display: block;
    }

    .family .edit-family, 
    .family .add-family {
      width: auto;
    }

    .family .right-edit {
      justify-content: flex-start;
    }

     .container .family {
      margin:  30px auto;
    }
  }

   @media (min-width: 992px) {
    .space {
      width: 115px;
    }
  }
/*family ends*/

#impact-safeguarding-form {
      width:100%;
}

#impact-safeguarding-form .col-lg-4 {
      width:100%;
      float:left;
}

.title-header h3{ font-size:24px; font-weight:600; color: #FFF;}

.title-header a{ color:#FFF; padding-right: 20px;}

.welling-section{
  max-width: 980px;
  margin: 180px auto ;
  padding-bottom:50px;
}

.welling-section a{
  font-size: 14px;
}

.family .detail-table span.partnernames {
      color: orange;
}

.notes {
      width:100%;
      padding:10px  !important;
}

.notes textarea {
      border-radius:2px;
}

.path-frontpage .btn {
      margin-left:10px;
}

#checkin-next {
      color:#fff;
}

.path-wellbeing .observation {
      background-color:#fff;
}

.path-wellbeing .pre h1 {
      text-align:center;
}

.path-logs .light-green h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
} 

.safe-radio .custom-control-label::after{
  left: 1.65rem;
  top: -1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background: no-repeat 50%/60% 60%;
}

.safe-radio .custom-control-label::before{
  content: '';
   background-color: #F6F7F9;
  /*border: #8B959B solid 1px; */
  /* background: transparent linear-gradient(0deg, #F6F7F9 0%, var(--unnamed-color-ffffff) 99%, var(--unnamed-color-ffffff) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #F6F7F9 0%, #FFFFFF 99%, #FFFFFF 100%) 0% 0% no-repeat padding-box; */
  box-shadow: 0px 1px 1px #161D250D;
  border: 1px solid #D8DCE6;
  left: 1.65rem;
  top: -1.5rem;
  width: 1.5rem;
  height: 1.5rem;
} 

.path-logs .light-green a {
    float: right;
    padding-right: 30px;
}

#impact-knowledge-form {
      width:980px;
      margin:0 auto;
}

.path-knowledge-question .impact-knowledge-questions-form {
      max-width:768px;
      margin:0 auto;
}

.path-knowledge-question .inner {
      max-width:768px;
      margin:0 auto;
}

.observation ul li.selected, .topic-section ul li.selected {
    background-color: transparent;
    border: 1px solid #E7345B;
    color: #E7345B;
}

.log_history{
  background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 1px 3px #0000000A;
border: 1px solid #EAEDF3;
border-radius: 4px;
opacity: 1;
margin: 18px auto 48px;
padding: 80px 40px;
width: 100%;
}
.log_history h2{
  font-size: 17px;
  margin-bottom: 13px;
  font-weight:600;
}
.log_history table {
  display: table!important;
  margin: 30px auto;
  border-left: 0;
  border-right: 0;
}
.log_history table  tr.black-shade td{
  color: #FFF!important;
  background-color: #3B3B3B;
  font-size:15px;
  vertical-align: middle;
}
.log_history table  tr.black-shade  td p,
.log_history table tr td p{
  margin-bottom: 0;
  text-align: left;
  font-size:15px;
}

.log_history table tr td{
  color: #8B959B;
  background-color: #FFF;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  vertical-align: middle;
}

.log_history table tr td:nth-child(1),
.log_history table tr td:nth-child(4) ,
.log_history table tr td:nth-child(3) ,
.log_history table tr td:nth-child(2) {
  width:120px;
  
 }
 log_history table tr.black-shade  td:nth-child(5) p,
.log_history table tr td:nth-child(4) p,
.log_history table tr td:nth-child(3) p,
.log_history table tr td:nth-child(2) p{
  text-align:center;

 }
.log_history table tr td:nth-last-child(1){
  width: 100px;
  text-align:center;
  }
.log_history table tr td a{
font-size:15px;
}


.log_history .table-hover tbody tr:hover span{
  font-weight: 600;
  color: #000;
}

.log_history  table tr:hover td{
  /* font-weight: 600; */
  color: #000;
  background-color: rgba(139,149,155, 0.03)!important;
}
@media (max-width:768px){
.log_history{
  width: 100%;
  padding: 30px 15px;
}

.log_history .inner{
  overflow-x:auto;
}
.log_history table tr td:nth-last-child(2) p{
  width: 600px;
  text-align:center;
}
}

@media (max-width:640px){
.log_history table {
  display: block!important;
}
}

.admin {
    margin-left:20px;
}




.container, .container-lg, .container-md, .container-sm, .container-xl{
	max-width:1240px;
}

.family-page {
	max-width:98%;
}
.parent-details{
	margin-left:0px !important;
	margin-right:0px !important;
}
.parent-details .container {
	max-width:98%;
}



 

 /*  Should these electrical items be left in the bathroom  */       

.electric-set{
  display:flex;
  justify-content: center;
}
.electric-item {
  width:150px;
  display:flex;
  justify-content: center;      
  padding-top: 130px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.electric-item .radio-wrap.radio-top{
  padding-right: 10px;
  width:50px;
}

.electric-item .radio-wrap .checkmark:after{
  top:1px;
  left:1px;
}

.hair-dryer{
  background-image:url('/themes/impact-assessment/www/css/images/hairdry.png');
}
.dryer{
  background-image:url('/themes/impact-assessment/www/css/images/dryer.png');
}
.heater{
  background-image:url('/themes/impact-assessment/www/css/images/heater.png');
}
.mobiletab{
  background-image:url('/themes/impact-assessment/www/css/images/mobile-ipad.png');
}
.music-radio{
  background-image:url('/themes/impact-assessment/www/css/images/music-radio.png');
}




.safeguarding-action-plan{
	background-color:#FFF;
	width: 97.5%;
	margin: 50px 15px;
	padding:30px;
	display: inline-block;
}
.safeguarding-action-plan h3{
   text-align: left;
    display: flex;
    align-items: center;
    padding: 30px 0;
    justify-content: space-between;
}
.safeguarding-action-plan .addPlan{
  display:flex;
  justify-content:space-between;
}
.safeguarding-action-plan .addPlan img{
  width: 16px;
  margin-right: 5px
}

.safeguarding-action-plan table{
  display: table!important;
  font-size:14px;
  
}

.safeguarding-action-plan table tr th{
  color: #FFF!important;
  background-color:#3B3B3B;
  font-size: 14px;
  padding: 14px 20px;
  border: none;
}

.safeguarding-action-plan table tr th:nth-last-child(4),
.safeguarding-action-plan table tr th:nth-last-child(3){
  width: 100px;
}

.safeguarding-action-plan table tr td:nth-child(1),
.safeguarding-action-plan table tr th:nth-child(1){
   width: 150px;
}
.safeguarding-action-plan table tr td:nth-child(2) .editrow,
.safeguarding-action-plan table tr th:nth-child(2) .editrow{
  width:200px;
  display:block;
}
.safeguarding-action-plan table tr td:nth-child(3) .editrow,
.safeguarding-action-plan table tr th:nth-child(3) .editrow{
  width:400px;
  display:block;
}
.safeguarding-action-plan table tr td:nth-child(2),
.safeguarding-action-plan table tr th:nth-child(2),
.safeguarding-action-plan table tr td:nth-child(3),
.safeguarding-action-plan table tr th:nth-child(3),
.safeguarding-action-plan table tr td:nth-last-child(2),
.safeguarding-action-plan table tr th:nth-last-child(2){
  width: 225px;
}
.safeguarding-action-plan table tr td:nth-last-child(1),
.safeguarding-action-plan table tr th:nth-last-child(1){
  width: 50px;
  text-align:center;
}

@media (max-width:1200px){
	.safeguarding-action-plan table{
	  display: block!important;
	  font-size:14px;
	  
	}
}


.safeguarding-action-plan table tr:hover td{
background: rgba(139, 149, 155, .3)!important;
color:#183B56;
font-weight: 600;
}

.safeguarding-action-plan table tr td{
  color: #8B959B;
  background:#FFF!important;
  border-bottom: 1px solid #DDDFE1;
  font-weight: 600;
  padding: 14px 20px;
  font-weight: normal;
  text-align: left;
  border-left: transparent;
  border-right: transparent;
}

.observation ul li .custom-control,
.topic-section ul li .custom-control,
.observation ul li.selected .custom-control, 
.topic-section ul li.selected .custom-control{
	display: none;
}

.observation ul li.selected, 
.topic-section ul li.selected {
   
    background-image: url(/themes/impact-assessment/www/css/images/alert-icon.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 23px) 50%;
    background-size: 28px;
}

.view-log-history{

    background-image: url(../css/images/view-icon.svg);
    background-repeat: no-repeat;
    background-position: calc(20% - 20px) 50%;
    padding-left: 40px;
    background-size: 20px;
}
.create-logs{
    background-image: url(../css/images/create-icon.svg);
    background-repeat: no-repeat;
    background-position: calc(20% - 9px) 50%;
    padding-left: 40px;
    background-size: 20px;
}

@media (max-width:767px){
	.view-log-history{
		margin-bottom: 10px;
	}
}
@media (min-width:1700px){
.safeguarding-action-plan table tr td:nth-child(1),
.safeguarding-action-plan table tr th:nth-child(1){
   width: 150px;
}
.safeguarding-action-plan table tr td:nth-child(2) .editrow,
.safeguarding-action-plan table tr th:nth-child(2) .editrow,
.safeguarding-action-plan table tr td:nth-child(3) .editrow,
.safeguarding-action-plan table tr th:nth-child(3) .editrow{
  width:350px;
  display:block;
}
}
/*  Should these electrical items be left in the bathroom  */

.dashboard-text {
  font-size: xx-large;
  margin-right: 130px;
  margin-left: 130px;
  display: flex;
  justify-content: left;
  padding-bottom: 50px;
} 

.select_family_group {
  background: red;
  padding: 10px;
  border-radius: 5px;
  margin: 5px;
  box-sizing: border-box;
  color: white;
  text-decoration: none;
}

.select_family_group:hover {
  text-decoration: none;
  background-color: #7f0909;
  color: white;
}

/** Group Module */
.tabs ul.primary {
  visibility: hidden;
}

.report-section .btn {
  margin-bottom: 10px;
}