@charset "UTF-8";

.dashboardContent{
	width: 100%;
	height: auto;
	background-color: #eceff1;
	display: inline-block;
	padding-bottom: 13px;
	padding-left: 0px;
}

.statsRow {
    display: block;
    height: auto;
    width: 100%;
}
.statsRow > .col-lg-3 {
    width: 23.85%;
    padding: 0px;
}

.smallBox{
	border-radius: 3px;
	height: 84px;
	background-color: #FFF;
	margin-left: 0.9%;
	margin-top: 0.9%;
	border: 1px solid #e0e0e0;
}
.statsRow > .active{
	border: 1px solid #f44336;
}

.smallBox > .col-lg-3{
	width: 26.5%;
	padding:0px;
}
.smallBox > .col-lg-6{

	width: 40%;
	padding-left: 18px;
	margin-top: 15px;

}
.statsFirstIcon{
	margin-left: 3%;
	display: inline-block;
	height: 56px;
}
#chart1, #chart2, #chart3, #chart4{
	height: 98%;
}

.statsDataText {
    margin-top: 8%;
    margin-bottom: 8%;
    margin-left: 1%;
    font-family: 'roboto';
    font-weight: normal;
    padding: 0px;
}
.statsDataText > .statsDataFont1{
	margin-top: 5%;
	font-size: 20px;
	color: #323232;
	padding:0px;
	line-height: 1px;

}
.statsDataText > .statsDataFont2{
	font-size: 13px;
	color: #607d8b;
	padding:0px;
	line-height: 1px;
}
.statsLastIcon{
	margin-top: 3.5%;
	margin-left: 1%;
	margin-right: 1%;
	display: inline-block;
	height: 54px;
	padding: 0px;
}
.statsLastIcon > .fa-calendar{
	font-size: 47px;
	color: #e0e0e0;
	float: right;
}
.statsLastIcon > .fa-user{
	font-size: 47px;
	color: #e0e0e0;
	float: right;
}

.graphRow {
    display: block;
    height: auto;
    width: 100%;
    margin-top: 0.9%;
}
.graphRow > .col-lg-6 {
    width: 48.6%;
    padding: 0px;
}
.graphBox{
	border-radius: 3px;
	height: 354px;
	background-color: #FFF;
	margin-left: 0.9%;
	margin-top: 0.9%;
	border: 1px solid #e0e0e0;
}

.boxHeaderBar{
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom: 1px solid #e0e0e0;
	width: 100%;
	height: 44px;
	display: block;
	background-color: #f8f9f9;
	padding-top: 14px;
	padding-bottom: 15px;
}

.boxHeaderText{
	margin-left: 2.4%;
	font-size: 14px;
	font-weight: bold;
	color: #323232;
}
.boxHeaderIcon{
	margin-right: 2.1%;
	float: right;
	font-size: 14px;
}
.boxHeaderIcon > .fa
{
	font-size: 21px;
	font-weight: normal;
}
.boxFooterBar{
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top: 1px solid #e0e0e0;
	width: 100%;
	height: 32px;
	display: block;
	background-color: #f8f9f9;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 0px;
	padding-right: 0px;
}
.boxFooterText1{
	margin-left: 3.2%;
	position: relative;
	left: 0%;
	display: inline-block;
	text-align: left;
	width: 60%;
	height:100%;
	font-size: 13px;
	font-weight: normal;
	color: #243949;
}
.boxFooterText2{
	margin-right: 3.2%;
	position: relative;
	right: 0%;
	float: right;
	display: inline-block;
	text-align: right;
	width: 30%;
	height:100%;
	font-size: 13px;
	font-weight: normal;
	color: rgb(92, 107, 192);
	cursor: pointer;
}
.graphBody{
	height: 308px;
	width: 100%;
	padding: 10px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}


.trendingDeptBoxBody{
	width: 100%;
	height: 216px;
	display: block;
	overflow-x: hidden;
}
.trendingDeptItem{
	width: 92%;
	height: 52px;
	border-bottom: 1px solid #e0e0e0;
	margin-left: 5%;
	margin-right: 0%;
	padding: 0px;	
}
.trendingDeptItemText{
	color: #323232;
	font-size: 14px;
	margin-left: 3%;
	line-height: 4;
	margin-top: 7%;
}
.trendingDeptItemTimeStamp{
	color: #323232;
	float: right;
	font-weight: bold;
	margin-top: 7%;
	font-size: 14px;
	margin-right: 3%;
	
}
.mostUsedAppsBoxBody{
	width: 100%;
	height: 216px;
	display: block;
	overflow-x: hidden;
}
.mostUsedAppsItem{
	width: 94%;
	height: 52px;
	border-bottom: 1px solid #e0e0e0;
	margin-left: 3%;
	margin-right: 0%;
	padding: 0px;	
}
.mostUsedAppsItemIcon{
	height: 27px;
	margin-left: 1.5%;
	margin-right: 1.5%;
	margin-top: 5%;
	background-color: #0a8fab;
	width: 27px;
	border-radius: 50%;
	display: inline-block;
}
.mostUsedAppsItemText1{
	color: #323232;
	font-size: 14px;
	margin-left: 0%;
	line-height: 52px;
	vertical-align: top;
}
.mostUsedAppsItemText2{
	color: #323232;
	float: right;
	font-weight: bold;
	line-height: 52px;
	font-size: 14px;
	margin-right: 3%;
}
.arrowSign{
	display: inline-block;
	float: right;
	line-height: 52px;
	
}
.arrowSign > .fa-sort-asc{
	font-size: 20px;
	color: #0044ff;
	margin-top: 5%; 
}
.arrowSign > .fa-sort-desc{
	font-size: 20px;
	color: rgb(249, 94, 94);
	margin-bottom: 5%; 
}

.timelineRow {
    display: block;
    height: auto;
    width: 100%;
    margin-top: 0.9%;
}
.timelineRow > .col-lg-6 {
    width: 48.6%;
    padding: 0px;
}
.timelineRow > .col-lg-3 {
    width: 23.85%;
    padding: 0px;
}
.timelineBox{
	border-radius: 3px;
	height: 600px;
	background-color: #FFF;
	margin-left: 0.9%;
	margin-top: 0.9%;
	border: 1px solid #e0e0e0;
}
.timeLineBody{
	height:	554px;
	width:100%;
	display: block;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	padding-top: 30px;
	overflow-x: hidden;
}
.timeLineItem{
	height: 14.28%;
	width: 100%;
	display: block;
	padding-bottom: 30px;
	padding-top: 10px;
}
.timeLineBottomBorder{
	border-bottom: 1px solid #e0e0e0;
	margin-top: 3.8%;
}
.timeLineItemIcon{
	height: 27px;
	margin-left: 2.5%;
	margin-right: 2%;
	background-color: green;
	width: 27px;
	border-radius: 50%;
	display: inline-block;
}

.timeLineItemLargeText{
	font-family: 'roboto';
	font-weight: normal;
	color: rgb(92, 107, 192);
	font-size: 16px;
	vertical-align: top;

}
.timeLineItemSmallText{
	margin-left: 68px;
	font-family: 'roboto';
	color: #323232;
	font-size: 12px;
	line-height: 1;
}
.smallTextBold{
	font-weight: bold;
}
.smallTextTimeStamp{
	float: right;
	margin-right: 2.5%;
	line-height: 1;
}
.trendingDeptBox{
	border-radius: 3px;
	height: 294px;
	background-color: #FFF;
	margin-left: 0.9%;
	margin-top: 0.9%;
	border: 1px solid #e0e0e0;
}
.trendingDeptBox > .boxHeaderBar > .boxHeaderText{
	margin-left: 4.2%;
}
.trendingDeptBox > .boxHeaderBar > .boxHeaderIcon{
	margin-right: 4.2%;
}
.mostUsedAppsBox{
	border-radius: 3px;
	height: 294px;
	background-color: #FFF;
	margin-left: 0.9%;
	margin-top: 0.9%;
	border: 1px solid #e0e0e0;
}
.mostUsedAppsBox > .boxHeaderBar > .boxHeaderText{
	margin-left: 4.2%;
}
.mostUsedAppsBox > .boxHeaderBar > .boxHeaderIcon{
	margin-right: 4.2%;
}
.chatBox{
	border-radius: 3px;
	height: 292px;
	background-color: #FFF;
	margin-left: 0.9%;
	margin-top: 0.9%;
	border: 1px solid #e0e0e0;
}