@font-face {
  font-family: Helvetica Neue-light;
  src: url(../fonts/HelveticaNeue-Lit.otf);
}

@font-face {
  font-family: Helvetica Neue-Med;
  src: url(../fonts/HelveticaNeue-Med.ttf);
}

@font-face {
  font-family: Helvetica Neue;
  src: url(../fonts/HelveticaNeue-Reg.otf);
}

p{
	font-family: Helvetica Neue;
	letter-spacing: 0.02em;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Exo;
	color: #3AAB47;
}

/* Wrapper main */
.main-panel {
    background: #f1f1f1!important;
}
.main-panel>.content {
    padding: 0 30px 30px;
    min-height: calc(100vh - 140px);
    margin-top: 93px;
}

.back {
    position: absolute;
    top: 0;
    left: 0;
    background: #3aab47;
    padding: 5px 10px;
    color: #fff;
    line-height: 20px;
    border-radius: 0 0 30px 0;
}
.back:hover i, .back i:hover, .back:focus i , .back:visited i{
    font-size: 15px;
    color: #fff;
}

.back i{
    font-size: 15px;
    color: #fff;
}
/* Sidebar */

/*.off-canvas-sidebar .sidebar-wrapper .user .info [data-toggle=collapse]~div>ul>li>a .sidebar-mini-icon, .off-canvas-sidebar .sidebar-wrapper>.nav [data-toggle=collapse]~div>ul>li>a .sidebar-mini-icon, .sidebar .sidebar-wrapper .user .info [data-toggle=collapse]~div>ul>li>a .sidebar-mini-icon, .sidebar .sidebar-wrapper>.nav [data-toggle=collapse]~div>ul>li>a .sidebar-mini-icon {
    text-transform: uppercase;
    width: 34px;
    margin-right: 10px;
    margin-left: 0;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    position: relative;
    float: left;
    z-index: 1;
    display: inherit;
    color: hsla(0,0%,100%,.5);
}*/

.sidebar .nav span.sidebar-mini-icon i, .off-canvas-sidebar .nav span.sidebar-mini-icon i {
    /*font-size: 12px;*/
    color: #fff !important;
    opacity: 1;
    line-height: 20px;
}

.sidebar ul.nav.nav-sub {
  padding-left: 15px;
}

.off-canvas-sidebar .nav .caret, .sidebar .nav .caret {
    top: 24px;
    position: absolute;
    right: 10px;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.sidebar-normal {
    font-size: 12px;
    font-weight: 100;
    letter-spacing: .04em;
    text-transform: capitalize;
    font-family: Helvetica Neue-light;
}

.sidebar .sidebar-wrapper, .off-canvas-sidebar .sidebar-wrapper {
    height: 100vh!important;
    overflow-x: hidden!important;
    overflow-y: auto!important;
}

.sidebar .nav li>a, .off-canvas-sidebar .nav li>a , .sidebar .nav li>a+div .nav li>a, .off-canvas-sidebar .nav li>a+div .nav li>a{
    
    padding: 16px 0px 16px;
    line-height: 20px;
    margin-top: 0px;
    opacity: 1;
}

.sidebar .nav li>a+div .nav li.active>a:not([data-toggle="collapse"]):before, 
.sidebar .nav li>a+div .nav li.active>a:not([data-toggle="collapse"]):after
/*.off-canvas-sidebar .nav li>a+div .nav li>a*/ {
    border-right: 20px solid #f1f1f1;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: -15px;
    opacity: 1;
    top: 0px;
    transition: opacity 150ms ease-in;
}

.sidebar .nav i, .off-canvas-sidebar .nav i {
    font-size: 18px;
    color: #fff !important;
    opacity: 1;
    line-height: 20px;
}

.sidebar .sidebar-wrapper li.active {
    background: #84BF41;
}

.sidebar .sidebar-wrapper li.active>a:not([data-toggle="collapse"]):before, .sidebar .sidebar-wrapper li.active>[data-toggle="collapse"]+div .nav li:before,
.sidebar .sidebar-wrapper li.active>a:not([data-toggle="collapse"]):after, .sidebar .sidebar-wrapper li.active>[data-toggle="collapse"]+div .nav li:after {
    border-right: 20px solid #f1f1f1;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: -15px;
    opacity: 1;
    top: 0px;
    transition: opacity 150ms ease-in;
}

.sidebar .nav p, .off-canvas-sidebar .nav p {
    text-transform: capitalize;
    font-family: Helvetica Neue-light;
    font-size: 14px;
    color: #fff;
}
/*FOoTER*/
.footer {
    padding: 12px 0;
    background: #fff;
    font-size: 11px;
    font-weight: 600;
}
/* Navbar */

.navbar a:not(.btn):not(.dropdown-item) {
    color: #556167;
}
.navbar.navbar-fixed {
    z-index: 1040;
    background: #fff;
    background-color: #fff!important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.sidebar .nav, .off-canvas-sidebar .nav {
    margin-top: 10px;
    display: block;
}
.navbar .navbar-brand {
	padding: 0px!important;
}
.navbar-brand img {
	max-height: 42px;
	margin-left: 40px;
}



.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
    background-color: #3aab47;
    border-radius: .25rem;
}
.dropdown-menu {
    background-color: #FFFFFF;
    border: 0 none;
     border-radius: .25em; 
    margin-top: 10px;
    padding: 0px;
}
.navbar .nav-item a.dropdown-item {
    font-size: 14px;
    margin: 5px;
    width: auto;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.3s ease 0s, height 0s linear 0.35s;
}

.navbar .nav-item a.dropdown-item:hover {
    box-shadow: 0 2.5px 6px rgba(0, 0, 0, 0.15);
    font-size: 14px;
    margin: 5px;
    width: auto;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.3s ease 0s, height 0s linear 0.35s;
}

/* TABLE */

.text-primary, a.text-primary:focus, a.text-primary:hover {
    color: #fff !important;
}
thead.text-primary {
    background: #3aab47;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 12px 30px;
    vertical-align: middle;
    font-family: Source Sans Pro;
    font-weight: bold;
    font-size: 14px;
    /*text-transform: capitalize;*/
}

.table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    font-weight: 400;
    font-size: 14px;
    color: #4D4F5C;
    border-color:rgba(0, 0, 0, 0.05);
}


.table-responsive {
    overflow: auto;
    padding-bottom: 10px;
}

.card {
    border-radius: 4px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}
table td .btn.danger, table td .btn.danger, table td .btn.danger , table td .btn.success, table td .btn.success, table td .btn.success {
    background-color: transparent!important;
    color: #4D4F5C!important;
}

table td .btn.danger:hover, table td .btn.danger:focus, table td .btn.danger:active {
    background-color: #c90000!important;
}

table td .btn.success:hover, table td .btn.success:focus, table td .btn.success:active {
    background-color: #3aab47!important;
}

/*PAGINATION OVERIDE */

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #3aab47;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #3aab47;
    border-color: #3aab47;
}

.page-link:hover {
    z-index: 2;
    color: #3aab47;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #3aab47;
}


.input-group-text {
    padding: .375rem .75rem!important;
}


/* AUTH USER [LOGIN|REGISTER] */
.auth-user {
    padding: 16vh 0;
}
.auth-user h6 {
    font-family: Exo;
    font-size: 24px;
    font-weight: lighter;
    text-transform: unset;
    color: #556167;
    text-align: center;
    margin: 20px 0 30px;
}
.auth-user .panel.panel-default{
    padding: 30px 0;
    background: #fff;
}
.login-logo {
    text-align: center;
}
.login-logo img {
    display: inline-block;
    max-height: 89px;
}

.form-control.bb-only {
    border:none;
    border-bottom: 1px solid #556167;
    border-radius: 0px;
    margin-top: 30px;
}

.checkbox label {
    color: #556167;
}
.auth {
    background: #3aab47;
}
.auth-user a {
    color:#3aab47;
}

.btn-avid {
    width: 100%;
}
.avid-text-green, .avid-text-green:focus {
  color: #3aab47;
  border: none;
  cursor: pointer;
  outline: none;
}
.avid-text-green:hover, .avid-text-green:active, .avid-text-green:visited {
  background-color: transparent!important;
  color: #3aab47;
}


.avid-green , .avid-green:focus{
    border-color: #3aab47;
    background: #3aab47 !important;
    color: #fff !important;
}
.avid-outline{
    background: transparent;
    color:#556167 !important;
    border: 1px solid #556167;
}

.avid-green:active, .avid-green:visited, .avid-green:active:hover {
    border-color: #3aab47;
    background: #3aab47 !important;
    color: #fff !important;
}

.avid-green:hover {
    border-color: #84BF41;
    background: #84BF41 !important;
    color: #fff !important;
}

span.help-block{
    color: #c90000;
    font-family:Helvetica Neue-light;
    font-size: 12px; 
}

input[type=checkbox] { display:none; } /* to hide the checkbox itself */
input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
  color: #556167;
}

input[type=checkbox] + label:before { content: "\f096"; color: #556167; } /* unchecked icon */
input[type=checkbox] + label:before { letter-spacing: 10px; color: #556167;} /* space between checkbox and label */

input[type=checkbox]:checked + label:before { content: "\f046";  color: #556167;} /* checked icon */
input[type=checkbox]:checked + label:before { letter-spacing: 5px; color: #556167; } /* allow space for check mark */


/* DELETE BUTTON ON TABLE */
form.delete-item {
    display: inline-block;
}



/* CUSTOM RADIO BUTTON */

.radio,
.radio__label,
.radio__label:after,
.radio__label:before {
  box-sizing: border-box;
}

.radio__container .radio-inline {
  display: inline-block;
  margin-right: 10px;
}
.radio__container .radio {
  display: inline;
  opacity: 0;
  width: 0;
  margin: 0;
  overflow: hidden;
  -webkit-appearance: none;
}
.radio__container .radio__label {
  display: inline-block;
  height: 50px;
  position: relative;
  padding: 15px 10px 15px 28px;
  cursor: pointer;
  vertical-align: bottom;
  color: rgba(0, 0, 0, 0.54);
  font: 300 14px/20px Helvetica, Arial, sans-serif;
  transition: color 200ms ease;
}
.radio__container .radio__label:before, .radio__container .radio__label:after {
  position: absolute;
  content: "";
  border-radius: 50%;
  transition: border-color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, border-color 200ms ease;
  transition: transform 200ms ease, border-color 200ms ease, -webkit-transform 200ms ease;
}
.radio__container .radio__label:before {
  left: 0;
  top: 15px;
  width: 20px;
  height: 20px;
  border: 2px solid #dbdbdb;
}
.radio__container .radio__label:after {
    top: 19.8px;
    left: 5.1px;
    width: 10px;
    height: 10px;
    -webkit-transform: scale(0);
          transform: scale(0);
  background-color: #3aab47;
}
.radio__container .radio__label:hover {
  color: #3aab47;
}
.radio__container .radio__label:hover:before {
  border-color: #84BF41;
}
.radio__container .radio:checked + .radio__label {
  color: rgba(0, 0, 0, 0.87);
}
.radio__container .radio:checked + .radio__label:before {
  border-color: #3aab47;
}
.radio__container .radio:checked + .radio__label:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* MODAL */

/*.modal.show .modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,20%);
}
*/
.modal-action-frm {
    padding-top: 20px;
}

.modal-body label {
    font-size: 12px;
    color: #8d989e;
    margin-bottom: 0px;
    font-family: 'Source Sans Pro';
}

.modal-body .form-group input, .modal-body .form-group select {
  margin-top: 0px; 
}


.modal-body .form-group {
  margin-bottom: 28px;
}

/* PROFILE */

  .profile-name {
    font-size: 18px;
    font-family: Exo;
    color: #3aab47;
    display: inline-block;
    margin-bottom: 10px;
  }

  button.imageup {
      display: none;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0px;
      width: 100%;
      overflow: hidden;
      color: #ffffff;
      padding: 5px 0;
      background: rgb(58, 171, 71);
      border: none;
  }

  .profile-head {
    border-bottom: 1px solid;
  }
  .participant-profile .card-body {
    padding: 30px;
  }
  .profile-body {
    padding: 15px 0;
  }
  .profile-body p {
    font-family: Source Sans Pro;
    font-weight: 100;
    color: #4D4F5C;
    margin-bottom: 10px;
  }


  .result-heading .profile-name {
    margin-bottom: 0px;
  }
  .result-heading {
    padding: 10px 15px;
    background: #3aab47;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .result-details h3.heading-name {
      font-size: 18px;
      color: #fff;
      margin-bottom: 0px;
  }
  .result-details a{
    text-decoration: none;
  }
  .result-details a h3 {
      margin-bottom: 0px;
      color: #fff;
      font-size: 23px;
      font-family: Exo;
      margin-top: 30px;
  }

  .to-reports {
      display: block;
      padding: 30px 20px;
      width: 100%;
      height: auto;
      border-radius: 15px;
      min-height: 225px;
  }

  .grit {
    background: #84BF41;
  }
  .wit {
    background: #D2DB2F;
  }
/* IMAGE UPLOAD */

.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 15px auto;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 27px;
  z-index: 1;
  bottom: 10px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #3aab47;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #84BF41;
  border-color: #84BF41;
}
.avatar-upload .avatar-edit input + label{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.avatar-upload .avatar-edit input + label:after {
  /*content: "\ea4d";
  font-family:nucleo-icons;*/
  content: "\f067";
  font-family:'FontAwesome';
  font-weight: bolder;
  color: #fff;
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  /*border: 6px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);*/
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
