section{
	font-family: 'Pridi', serif;
}
.space-16{
	padding-top: 16px;
}
.menu-container{
	background-color:#f6f6f6;
	margin-top:-25px;
	padding-top:20px;
}

.information-channel{
	background-color:#ebebeb;
}
.information-channel-text{
	margin-top:-5px;
	color:#000000;
}
.bell-color{
	color:#ffae00;
}
.fa-caret-right{
	color:#000000;
}
.search{
	padding:5px;
	padding-left: 15px;
	padding-right: 15px;
}
.search-input{
	border-radius: 30px;
	outline: medium none;
	border-left: transparent;
	border-right: transparent;
}
.search-input-group-addon{
	border-radius: 30px;
	outline: medium none;
	background-color: #ffffff !important;
	
}
.menu-list{
	color:#000000;
}
.menu-item{
	color:#000000;
}
.icon-right{
	float:right;
}
.menu-icon{
	color:#c2c2c2;
}
.item-padding-left{
	padding-left: 10px;
}
.badge-item{
	width: 18px;
    height: 18px;
    float:right;
	border-radius: 50% !important;
	background-color: #00bc4b;
}
.hr-border{
	padding-left: 10px;
	padding-right: 10px;
}
.font-size-150{
	font-size: 130%;
}
.active{
	background-color:#00b183;
	color:#ffffff !important;
}
.off{
	opacity: 0.5;
	color:#ffffff !important;
}
.shard-icon{
	padding-left: 20px;
}
.fb-color{
	color:#385699;
}
.twitter-color{
	color:#22cbff;
}
.google-color{
	color:#de4931;
}
.pinterest-color{
	color:#cd1e20;
}
.shard-color{
	color:#00bc4b;
}
.shard-footer{
	padding-left:20px;
	padding-top:10px;
	padding-bottom:60px;
}
.letfunds-color{
	color:#00bc4b;
}
.body-container{

}
.topic{
	color:#ffffff;
	padding:10px;
	background-color: #00b183;
	padding-left:20px;
}
.form-add-topic{
	color:#ffffff;
	padding:10px;
	background-color: #00b183;
	padding-left:20px;
	float: left;
	width: 100%;
}
.maintain-text{
	color:#9e0b0f;
	padding-top:20px;
}
.btn-back-page{
	padding-top:10px;
}
.btn-back{
	border:2px solid #008b80;
}
.danger-color{
	color:#9e0b0f;
}
.meaning-box{
	background-color:#ebebeb;
	padding:10px;
	margin-top:20px;
	margin-bottom: 20px;
	padding-left:20px;
	padding-right: 20px;

}
.text-justify{
	text-align: justify;
}
.float-right{
	float: right;
}
.icon-padding-left-12{
	padding-left: 12px;
}
.icon-vertical-center{
	display:inline-block;
	vertical-align: center;
}
.icon-main-color{
	color:#00bc4b;
}

.file-icon-right {
	float: right;
	padding-right: 12px;
}

.line:before {
    content:"\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
    text-decoration:line-through;
}

.line-off:before {
    content:"\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
	text-decoration:line-through;
	opacity: 0.5;
}

.form-add-block {
	float: left;
	padding: 20px 0 0 0;
	width: 100%;
}

.form-font-title {
	font-size: 28px;
	color:#00bc4b;
}

.green-input {
    width: 40%;
	background-color: rgba(60, 188, 141, .3);
	color: black;
	height: 30px;
	margin-right: 1.5em;
	border:none;
	padding: 5px 5px 5px 5px;
	text-align: right;
}

.gray-input {
    width: 40%;
    background-color: rgba(128, 128, 128, .3);
    color: black;
	height: 30px;
	margin-right: 1.5em;
	border:none;
	padding: 5px 5px 5px 5px; 
	text-align: right;
}

input[type="submit"],button {
	background-color: #00b183;
	color: white;
    width: 100px; 
    height: 45px; 
	border: 0;
	border-radius: 0px;
	cursor: pointer;
}

.back-btn {
	border-color: #00b183;
	background-color: white;
	color: #00b183;
    width: 110px;
    height: 50px; 
	border-width: 3px;
	border-radius: 0px;
}

/* Result Page Css */
.loading {
    width: 90%;
	height: 40px; 
	background: rgba(0, 0, 0, 0.1); 
	border-radius: 0px; 
	margin: 15% auto;
}

.loading .loading-progress {
	height: 100%;
}

div.meter {
	position: relative;
	width: 100%;
	height: 40px;
	background: rgba(0, 0, 0, 0.1); 
	margin: 15% auto;
}

div.meter span {
	display: block;
	height: 100%;
	animation: grower 1s linear;
	position: relative;
}

div.meter span:before {
	content: '';
	display: block;
	width: 100%;
	height: 50%;
	position: relative;
	top: 50%;
}

  div.meter p {
	position: absolute;
	top: 0;
	margin: 0 10px;
	line-height: 25px;
	font-family: 'Helvetica';
	font-weight: bold;
	-webkit-font-smoothing: antialised;
	font-size: 15px;
	color: #333;
	text-shadow: 0 1px rgba(255, 255, 255, 0.6);
  }
  
  @keyframes grower {
	0% {
	  width: 0%;
	}
  }
  
  @-moz-keyframes grower {
	0% {
	  width: 0%;
	}
  }
  
  @-webkit-keyframes grower {
	0% {
	  width: 0%;
	}
  }
  
  @-o-keyframes grower {
	0% {
	  width: 0%;
	}
  }
/* ----------------- */
div.meter .text {
	z-index: 1;
	position: absolute;
	left: 50%;
    transform: translate(-50%, 0);
	padding-top: 8px;
}

/* Chart */
.chart-skills {
	margin: 30px auto;
	padding: 0;
	list-style-type: none;
}

.chart-skills *,
.chart-skills::before {
	box-sizing: border-box;
}


/* CHART-SKILLS STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.chart-skills {
	position: relative;
	width: 250px;
	height: 125px;
	overflow: hidden;
}

.chart-skills::before,
.chart-skills::after {
	position: absolute;
}

.chart-skills::before {
	content: '';
	width: inherit;
	height: inherit;
	border: 10px solid rgba(211, 211, 211, .3);
	border-bottom: none;
	border-top-left-radius: 125px;
	border-top-right-radius: 125px;
}

.chart-skills li {
	position: absolute;
	top: 100%;
	left: 0;
	width: inherit;
	height: inherit;
	border: 10px solid;
	border-top: none;
	border-bottom-left-radius: 125px;
	border-bottom-right-radius: 125px;
	transform-origin: 50% 0;
	transform-style: preserve-3d;
	backface-visibility: hidden;
	animation-fill-mode: forwards;
	animation-duration: .4s;
	animation-timing-function: linear;
}

.chart-skills li:nth-child(1) {
	z-index: 5;
	border-color: firebrick;
	animation-name: rotate-one;
}

.chart-skills li:nth-child(2) {
	z-index: 4;
	border-color: orange;
	animation-name: rotate-two;
	animation-delay: .2s;
}

.chart-skills li:nth-child(3) {
	z-index: 3;
	border-color: #FBF150;
	animation-name: rotate-three;
	animation-delay: .4s;
}

.chart-skills li:nth-child(4) {
	z-index: 2;
	border-color: green;
	animation-name: rotate-four;
	animation-delay: .8s;
}

.chart-skills li:nth-child(5) {
	z-index: 6;
	border: 15px solid;
	border-top: none;
	border-color: rgba(0,0,0,0);
	/* animation-name: rotate-five; */
	/* animation-delay: 1.0s; */
}

.chart-skills li:nth-child(5) .cir-mini {
	width: 18px;
	height: 18px;
	margin-left: -18px;
	border-radius: 30px;
	background-color: white;
	border: 3px solid #00b183;
}

.chart-skills span {
	position: absolute;
	font-size: .60rem;
	backface-visibility: hidden;
	animation: fade-in .2s linear forwards;
}

.chart-skills .title {
	position: absolute;
	margin: 25px 0px 0px 50%;
	transform: translate(-50%, 0);
	font-size: 2.6rem;
	font-weight: bold;
	color: #00b183;
	backface-visibility: hidden;
}

.chart-skills .subTitle {
	position: absolute;
	margin: 80px 0px 0px 50%;
	transform: translate(-50%, 0);
	font-size: 1.2rem;
	backface-visibility: hidden;
}

.chart-skills li:nth-child(1) span {
	top: 28px;
	left: 10px;
	transform: rotate(-25.0deg);
}

.chart-skills li:nth-child(2) span {
	top: 20px;
	left: 10px;
	transform: rotate(-79.2deg);
	animation-delay: .2s;
}

.chart-skills li:nth-child(3) span {
	top: 18px;
	left: 10px;
	transform: rotate(-140.4deg);
	animation-delay: .4s;
}

.chart-skills li:nth-child(4) span {
	top: -2px;
	left: 4px;
	transform: rotate(-180deg);
	animation-delay: .8s;
}

/* ANIMATIONS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@keyframes rotate-one {
	100% {
		transform: rotate(25.0deg);
	}
}

@keyframes rotate-two {
	0% {
		transform: rotate(25.0deg);
	}
	100% {
		transform: rotate(65.0deg);
	}
}

@keyframes rotate-three {
	0% {
		transform: rotate(65.0deg);
	}
	100% {
		transform: rotate(110.0deg);
	}
}

@keyframes rotate-four {
	0% {
		transform: rotate(110.0deg);
	}
	100% {
		transform: rotate(180deg);
	}
}

@keyframes rotate-five {
	100% {
		transform: rotate(140.0deg);
	}
}

@keyframes fade-in {
	0%,
	90% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes loading-progress {
	from { width: 0%}
	
	to { width: 86% }
}


.cs-loader {

  position: absolute;

  top: 0;

  left: 0;

  height: 100%;

  width: 100%;

  background:#fff;

  z-index: 999;

}



.cs-loader-inner {

  transform: translateY(-50%);

  top: 20%;

  position: absolute;

  width: calc(100% - 200px);

  color: #00b183;

  padding: 0 100px;

  text-align: center;

}



.cs-loader-inner label {

  font-size: 20px;

  opacity: 0;

  display:inline-block;

}



@keyframes lol {

  0% {

    opacity: 0;

    transform: translateX(-300px);

  }

  33% {

    opacity: 1;

    transform: translateX(0px);

  }

  66% {

    opacity: 1;

    transform: translateX(0px);

  }

  100% {

    opacity: 0;

    transform: translateX(300px);

  }

}



@-webkit-keyframes lol {

  0% {

    opacity: 0;

    -webkit-transform: translateX(-300px);

  }

  33% {

    opacity: 1;

    -webkit-transform: translateX(0px);

  }

  66% {

    opacity: 1;

    -webkit-transform: translateX(0px);

  }

  100% {

    opacity: 0;

    -webkit-transform: translateX(300px);

  }

}



.cs-loader-inner label:nth-child(6) {

  -webkit-animation: lol 3s infinite ease-in-out;

  animation: lol 3s infinite ease-in-out;

}



.cs-loader-inner label:nth-child(5) {

  -webkit-animation: lol 3s 100ms infinite ease-in-out;

  animation: lol 3s 100ms infinite ease-in-out;

}



.cs-loader-inner label:nth-child(4) {

  -webkit-animation: lol 3s 200ms infinite ease-in-out;

  animation: lol 3s 200ms infinite ease-in-out;

}



.cs-loader-inner label:nth-child(3) {

  -webkit-animation: lol 3s 300ms infinite ease-in-out;

  animation: lol 3s 300ms infinite ease-in-out;

}



.cs-loader-inner label:nth-child(2) {

  -webkit-animation: lol 3s 400ms infinite ease-in-out;

  animation: lol 3s 400ms infinite ease-in-out;

}



.cs-loader-inner label:nth-child(1) {

  -webkit-animation: lol 3s 500ms infinite ease-in-out;

  animation: lol 3s 500ms infinite ease-in-out;

}



.card-view {

    opacity: 0;

    -webkit-transition: opacity 1s ease-in;

    -moz-transition: opacity 1s ease-in;

    -o-transition: opacity 1s ease-in;

    -ms-transition: opacity 1s ease-in;

    transition: opacity 1s ease-in;

}

.card-view.load {

    opacity: 1;

}
