@charset "UTF-8";
/* CSS Document */

/* GENERICS */
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,400italic,700italic,300italic,300);
* {
 padding: 0;
 margin: 0;
}
body {
	/*font-family: 'Roboto Condensed', sans-serif;*/
}
a {
	text-decoration:none;
}
.intentbtn {
	display: table;
	width: 100%;
	background-color: #fff;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
	margin-bottom: 15px;
}

	.intentbtn .intenticon {
		padding: 10px;
		width: 36%;
		text-align: center;
	}

	.intentbtn .intenticon, .intentbtn .intentdata {
		display: table-cell;
		vertical-align: middle;
		height: 100px;
	}

		.intentbtn .intenticon svg {
			height: 55px;
		}

.bluecolor svg {
	fill: #26a1dd;
}
.intentbtn .intenticon, .intentbtn .intentdata {
	display: table-cell;
	vertical-align: middle;
	height: 100px;
}

.intentdata {
	color: #333;
}
.bluecolor .intentno {
	color: #26a1dd;
}

.intentdata .intentno {
	display: block;
	font-size: 2.1em;
	/*color: #002042;*/
}
.yellowcolor svg {
	fill: #db800c;
}
.yellowcolor .intentno {
	color: #db800c;
}
.redcolor svg {
	fill: #ef4d4d;
}
.redcolor .intentno {
	color: #ef4d4d;
}
.validateintent svg {
	fill: #14aa67;
}
.validateintent {
	color: #14aa67 !important;
}
.yellcolor svg {
	fill: #8e0494;
}

.yellcolor .intentno {
	color: #8e0494;
}
.yellodarkcolor svg {
	fill: #f1c40f;
}

.yellodarkcolor .intentno {
	color: #f1c40f;
}