@import url(https://fonts.googleapis.com/css?family=Open+Sans:100,400,300,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700);
/*.box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width:400px;
	padding: : 40px;
	background: white;
	box-sizing: border-box;
	box-shadow: 0 15px 25px rgba(0,0,0,.5);
	border-radius: 10px;
}
.box h2{
	margin: 0 0 30px;
	padding: 0;
	color: #fff;
	text-align: center;

}
*/
/*.row .height{
	height: 100%
}*/
    /*            [type="date"] {
  background:#fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png)  97% 50% no-repeat ;
}
[type="date"]::-webkit-inner-spin-button {
  display: none;
}
[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}*/

/* custom styles */
/*
input {
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  background-color: #fff;
  padding: 3px 5px;
  box-shadow: inset 0 3px 6px rgba(0,0,0,0.1);
  width: 190px;
}*/
.mt-5, .my-5.login_page {
    margin-top: 1.5rem!important;
}

.card-body .form-group
{
	position: relative;

}
.login_page .card-body .form-group .input-field {
  position: relative;
  width: 250px;
  height: 44px;
  line-height: 44px;
}

.login_page {
    height: 90px;
    width: 190px;
    /*padding: 0px 0px;*/
    /*text-align: center;*/
    border: 0px solid red;
    margin: 0 auto;
    padding-bottom: 54px;
    position: relative;
    top: 20px;
}
.card-body .form-group input
{
	width: 100%;
	border: 0;
  outline: 0;
  padding: 0.5rem 0;
	color: #000000; 
  font-size: 14px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
	border-bottom: 2px solid #C0C0C0;
	background: transparent;
}
.card-body .form-group select
{
	width: 100%;
	/*padding: 10px 0; */
	font-size: 14px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
	color: #424242; 
	letter-spacing: 1px;
	margin-bottom: 46px;
	border: none;
	border-bottom: 2px solid #C0C0C0;
	outline: none;
	background: transparent;
  box-shadow: none;

}

.card-body .form-group label
{
	position: absolute;
  top: 0;
  left: 0;
  letter-spacing: 1px;
  padding: 10px 0;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  color:#000000;
  pointer-events: none;
  text-transform: capitalize;
  transition: 0.2s all;
      text-align: left;
}
.card-body .form-group option
{
	position: absolute;
  top: 0;
  left: 0;
  letter-spacing: 1px;
  padding: 10px 0;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  color:#424242;
  pointer-events: none;
  text-transform: capitalize;
  transition: 0.2s all;
}

.card-body .form-group input:focus{
  border-bottom: 3px solid  #D86B09;
}
.card-body .form-group select:focus,
select:valid {
  border-bottom: 3px solid  #D86B09;
}
.card-body .form-group input:focus ~ label,
.card-body .form-group input:valid ~ label
{
	font-size: 14px;
  top: -20px;
	color:#424242;
}
.card-body .form-group select:focus ~ label,
.card-body .form-group select:valid ~ label
{
	font-size: 14px;
  top: -20px;
  color: #424242;
}
.card-body .inputBox input:focus,
.card-b4ody .inputBox label:valid{
	border-bottom: 2px solid #FAF0E6;
}

.card-body .inputBox select:focus,
.card-body .inputBox label:valid{
	border-bottom: 2px solid #FAF0E6;
}
    

.br-theme-bars-1to10 .br-widget {
  height: 50px;
  white-space: nowrap;
}

.br-theme-bars-1to10 .br-widget a {
  display: block;
  width: 30px;
  padding: 5px 0;
  height: 28px;
  float: left;
  background-color:#fff; /*#F0F0F0;*/
  border :1px solid grey;
  margin: 1px;
  text-align: center;
}

.br-theme-bars-1to10 .br-widget a.br-active,
.br-theme-bars-1to10 .br-widget a.br-selected {
  background-color: #edb867;
}

.br-theme-bars-1to10 .br-widget .br-current-rating {
  font-size: 16px;
  line-height: 2;
  float: left;
  padding: 0 20px 0 20px;
  font-weight: 400;
  color:black;
}


.br-theme-bars-1to10 .br-readonly a {
  cursor: default;
}

.br-theme-bars-1to10 .br-readonly a.br-active,
.br-theme-bars-1to10 .br-readonly a.br-selected {
  background-color: #f2cd95;
}



.br-theme-bars-1to10 .br-readonly .br-current-rating {
  color: #f2cd95;
}

@media print {
  .br-theme-bars-1to10 .br-widget a {
    border: 1px solid #b3b3b3;
    background: white;
    height: 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .br-theme-bars-1to10 .br-widget a.br-active,
  .br-theme-bars-1to10 .br-widget a.br-selected {
    border: 1px solid black;
    background: white;
  }
  .br-theme-bars-1to10 .br-widget .br-current-rating {
    color: black;
  }
}


.br-theme-bars-1to10 .br-widget a.br-active[data-rating-value="0"],
.br-theme-bars-1to10 .br-widget a.br-selected[data-rating-value="0"] {
  background-color:#25AAE1;

}


.br-theme-bars-1to10 .br-widget a.br-active[data-rating-value="1"],
.br-theme-bars-1to10 .br-widget a.br-selected[data-rating-value="1"] {
  background-color: #25AAE1;
}

.br-theme-bars-1to10 .br-widget a.br-active[data-rating-value="2"],
.br-theme-bars-1to10 .br-widget a.br-selected[data-rating-value="2"] {
  background-color: #25AAE1;
}

.br-theme-bars-1to10 .br-widget a.br-active[data-rating-value="3"],
.br-theme-bars-1to10 .br-widget a.br-selected[data-rating-value="3"] {
  background-color: #25AAE1;
}

.br-theme-bars-1to10 .br-widget a.br-active[data-rating-value="4"],
.br-theme-bars-1to10 .br-widget a.br-selected[data-rating-value="4"] {
  background-color: #25AAE1;
}

.br-theme-bars-1to10 .br-widget a.br-active[data-rating-value="5"],
.br-theme-bars-1to10 .br-widget a.br-selected[data-rating-value="5"] {
  background-color: #25AAE1;
}

.br-theme-bars-1to10 .br-widget a.br-active[data-rating-value="6"],
.br-theme-bars-1to10 .br-widget a.br-selected[data-rating-value="6"] {
  background-color: #25AAE1;
}

.br-theme-bars-1to10 .br-widget a.br-active[data-rating-value="7"],
.br-theme-bars-1to10 .br-widget a.br-selected[data-rating-value="7"] {
  background-color: #25AAE1;
}

.br-theme-bars-1to10 .br-widget a.br-active[data-rating-value="8"],
.br-theme-bars-1to10 .br-widget a.br-selected[data-rating-value="8"] {
  background-color: #25AAE1;
}

.br-theme-bars-1to10 .br-widget a.br-active[data-rating-value="9"],
.br-theme-bars-1to10 .br-widget a.br-selected[data-rating-value="9"] {
  background-color: #25AAE1;
}

.br-theme-bars-1to10 .br-widget a.br-active[data-rating-value="10"],
.br-theme-bars-1to10 .br-widget a.br-selected[data-rating-value="10"] {
  background-color: #25AAE1;
}
form.example input[type=text] {
	 padding: 10px;
	 font-size: 15px;
     border-radius: 15px;
     border:2px solid #C0C0C0;
     float: left;
     width: 100%;
     outline: none;
}
.autocomplete-items {
  position: absolute;
  border-bottom: none;
  border-top: none;
  outline: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  border-radius: 15px;
  outline: none;
  
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
  margin-left: 10px;
  margin-right: 10px;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: #3F51B5 !important; 
  color: #ffffff; 
}
/*.some-class {
  float: left;
  clear: none;
}*/



/*.box input[type=submit]{
	background: transparent;
	border:none;
	outline: none;
	color: #fff;
	background: #03a9f4;
	padding: 10px 20px;
	cursor: pointer;
	border-radius: 5px;
}*/



/* $Shiva :  updating style scheets */

.intermediatepage p{
	color: #000;
    text-align: center;
    margin-top: 20px;
    font-weight: 500;
    font-size: 18px;
}


/* styles for mentee */


.register-mentee .form-group label , .register-mentor .form-group label {color:#D86B09; font-size: 13px; }

.register-mentee .form-group .form-control, .register-mentor .form-group .form-control { font-size: 13px;     border-radius: 4px;
    padding: 7px;
    border-radius: 3px;
    border: 1px solid #cbd6e2;
    transition: all .15s ease-out;
    background-color: #f5f8fa;
    color: #33475b;
    display: block;
    height: 40px;
    line-height: 22px;
    text-align: left;
    vertical-align: middle;
    width: 100%;
	}

.text-danger { font-size: 12px; color:#be6ae8 !important; }

.badge-dark {
    background-color: #D86B09;
}
.badge {
    padding: 5px 8px;
    margin-right: 2px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #fff;
}.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}





/*  Extra styles */


.acc{
background-color:#36B0F7;
border-color: white;
}
.acc1{
background-color:#4E91FD;
border-color: white;
}
.bcc{
background-color: white;		
}

.wrapper{ background-color:#fff; min-height:570px;}
			  
			  
table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
bottom: .5em;
}

table.dataTable {
    border: 1px solid #eeeeee;
 }

.reports_header{
	font-weight:600;
	color:#D86B09;
	font-weight:14px;
}

.breadcrumb_custom {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    /* background-color: #f5f5f5; */
    border-radius: 4px;
}

.breadcrumb_custom>li, .breadcrumb_custom li a {
    vertical-align: top;
}
.breadcrumb_custom, .breadcrumb_custom a {
    color: #777777;
}
.breadcrumb_custom>.active {
    color: #999;
}

.breadcrumb_custom-item.active {
    color: #868e96;
}


/*for select */



.multiselect_custom {
  width: auto;
}

.selectBox_custom {
  position: relative;
}

.selectBox_custom select {
  width: 100%;

}

.overSelect_custom {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#checkboxes {
  display: none;
  border: 1px #dadada solid;
}

#checkboxes label {
  display: block;
}

#checkboxes label:hover {
  background-color: #1e90ff;
}



.tbl-qa {
    width: 100%;
    background-color: #f5f5f5;
}

.tbl-qa th.table-header {
    padding: 5px;
    text-align: left;
    padding: 10px;
}

.tbl-qa .table-row td {
    padding: 8px 15px 10px 8px;
    background-color: #FDFDFD;
    vertical-align: top;
}







.c3-legend-item {
  font-size: 10px;
  margin-left:30px;
}


.c3-chart-arc .c3-gauge-value {
  fill: #purple;
  font-size: 11px;
}

.c3-axis-y text {
   fill: black;
   font-size:10px;
}
.c3-axis-x text {
    font-size:9px;
    fill:purple;
}




.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	color: #000;
    background-color: #d86b09b3;
    font-weight: 600;
}

.nav-pills .nav-link {
border:1px solid #0a080814;
}


.login_copyright {
    display: flex;
    font-size: 14px;
    width: 100%;
    color: #43519e;
    justify-content: center;
}





.steps {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px;
  margin: 0px;
  list-style: none;
  font-family: sans-serif;
}
.steps li {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding: 0px 12px;
  position: relative;
}
.steps li div {
  position: relative;
  padding: 1px 0px;
  background: #cccccc;
  box-sizing: border-box;
  transform: scale(0.999999);
  transition: all 0.3s ease;
  cursor: pointer;
}

.steps  li div span {
  display: block; 
  transition: all 0.3s ease;
}

.steps li div span:nth-child(1) {
  position: absolute;
  left: 100%;
  top: 0px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #cccccc;
}
.steps li div span:nth-child(2) {
  position: absolute;
  right: 100%;
  top: 0px;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #cccccc;
}
.steps li div span:nth-child(3) {
  position: absolute;
  right: 100%;
  bottom: 0px;
  border-top: 20px solid transparent;
  border-right: 20px solid #cccccc;
}
.steps li div span:nth-child(4) {
  position: absolute;
  right: 10px;
  top: 50%;
  height: 12px;
  width: 12px;
  margin-top: -6px;
  border-radius: 100%;
  background: transparent;
  z-index: 0;
  border: 1px solid #cccccc;
}
.steps li div span:nth-child(5) {
  position: absolute;
  left: 100%;
  top: 1px;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-left: 19px solid white;
}
.steps li div span:nth-child(6) {
  position: absolute;
  right: 100%;
  top: 1px;
  border-bottom: 19px solid transparent;
  border-right: 19px solid white;
  margin-right: -1px;
}
.steps li div span:nth-child(7) {
  position: absolute;
  right: 100%;
  bottom: 1px;
  border-top: 19px solid transparent;
  border-right: 19px solid white;
  margin-right: -1px;
}
.steps li div span:nth-child(8) {
  display: block;
  padding: 0px 5px;
  position: relative;
  height: 38px;
  line-height: 38px;
  background: white;
  color: black;
          font-size: 13px;
    font-family: 'Open Sans';
    font-weight: 600;
}
.steps li:hover div {
  background: #ddd;
}
.steps li:hover div span:nth-child(1) {
  border-left-color: #ddd;
}
.steps li:hover div span:nth-child(2), .steps li:hover div span:nth-child(3) {
  border-right-color: #ddd;
}
.steps li:hover div span:nth-child(4) {
  background: white;
  border-color: #ddd;
}
.steps li:hover div span:nth-child(5) {
  border-left-color: #ddd;
}
.steps li:hover div span:nth-child(6), .steps li:hover div span:nth-child(7) {
  border-right-color: #ddd;
}
.steps li:hover div span:nth-child(8) {
  background: #ddd;
  color: black;
}
.steps li.active div {
  background: #3581EF;
}
.steps li.active div span:nth-child(1) {
  border-left-color: #3581EF;
}
.steps li.active div span:nth-child(2), .steps li.active div span:nth-child(3) {
  border-right-color: #3581EF;
}
.steps li.active div span:nth-child(4) {
  background: white;
  border-color: #3581EF;
}
.steps li.active div span:nth-child(5) {
  border-left-color: #3581EF;
}
.steps li.active div span:nth-child(6), .steps li.active div span:nth-child(7) {
  border-right-color: #3581EF;
}
.steps li.active div span:nth-child(8) {
  background: #3581EF;
  color: white;
}
.steps li:first-child {
  padding-left: 0px;
}
.steps li:first-child div {
  padding-left: 1px;
}
.steps li:first-child div span:nth-child(2), .steps li:first-child div span:nth-child(3), .steps li:first-child div span:nth-child(6), .steps li:first-child div span:nth-child(7) {
  display: none;
}
.steps li:last-child {
  padding-right: 0px;
}
.steps li:last-child div {
  padding-right: 1px;
}
.steps li:last-child div span:nth-child(1), .steps li:last-child div span:nth-child(5) {
  display: none;
}





/**CheckMark **/
.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 0 auto;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}
