/*
File		:   stoka.main.css
Part of     :   StoKa 1.0
By          :   Emmanuel Adigun (emmanuel@firmtech.co.za)
Date        :   08 May 2019
*/

html {

}

body {
	font-size: .8em !important;
}

.small, small {
    font-size: 95% !important;
}

h6 {
    font-size: 14px;
}

body,
.table,
.default-text-color,
.form-control {
    color: #111;
}

.progress-bar {
	background-color: #04a9f5;
}

div.cardLogin {
	width: 500px;
	height: 500px;
	background-color: transparent;

	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	
	margin: auto;
}

.stoka-organization-text {
	color: #4e73df; 
	font-size: 2em;
}

.card .card-block, .card .card-body {
    padding: 30px 25px;
}

.card-stoka, .card-stoka-chart {
	border-radius: 0;
	-webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
	box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
	border: none;
	margin-bottom: 30px;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.card-stoka .card-block div#containerChart { width: 100%; border: 1px solid rgba(0,0,0,.125); }

.card-stoka:hover {
	cursor: pointer;
	background-color: rgba(69, 90, 100, 0.08);
}

.stoka-badge-pill {
	padding-right: .4em;
	padding-left: .4em;
	border-radius: 3rem;
	line-height: 1.5;
	background-color: #04a9f5;
}


