/* CSS Document */
.border-class{
	border-left:1px solid #DDDDDD;
	min-height:300px;
	}

.application-container{
	padding:0px 15px 20px 20px;
	}
	
.application-container .user-content{
	background:#67c2ef;
	border:1px solid #39afea;
	height:140px;
	}
	
.application-container h2{
	font-size:18px;
	color:#000;
	padding:10px;
	margin:20px 0px 0px 0px;
	font-weight:bold;
	}
	
.application-container h3{
	font-size:16px;
	color:#000;
	padding:10px;
	margin:0px;
	font-weight:normal;
	}
	
.application-container i{
	font-size:60px;
	float:left;
	margin:22px 30px 0px 15px;
	display: block;
    line-height: 80px;
    width: 100px;
    border-right: 2px solid rgba(255, 255, 255, 0.5);
    padding-right: 20px;
    color: rgba(255, 255, 255, 0.75);
	}
	
.application-container .fa-user{
	padding:13px 0px 0px 20px;
	}
	
.application-container p{
	margin:28px 20px 0px 0px;
	color:#fff;
	float:left;
	font-weight:bold;
	font-size:30px;
	margin-left:70px;
	}
	
.application-container .user{
	margin:0px;
	color:#fff;
	float:left;
	font-weight:bold;
	font-size:20px;
	margin-left:70px;
	}
	
.application-container .count{
	margin-top: 24px;
    font-size: 45px;
    font-weight: 700;
	color:#FFFFFF;
	}
	
.application-container .title{
	font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
	color:#FFFFFF;
	}
		
.application-container .tenant-box{
	margin-top:10px;
	}
	
.subscribed-app-container{
	padding:20px 15px 20px 20px;
	}
	
.subscribed-app-container th{
	color:#000;
	font-size:14px;
	font-weight:bold;
	}
	
.subscribed-app-container td{
	font-size:14px;
	}
	
.subscribed-app-container h2{
	font-size:18px;
	padding-left:7px;
	border-bottom:1px solid #DDDDDD;
	padding-bottom:10px;
	}
	
.subscribed-app-container .table > thead > tr > th{
	border-bottom:none;
	}
	
.subscribed-app-container .table-striped > tbody > tr:nth-child(odd) > td{
	background:#fbfbfb;
	}
	
.subscribed-app-container .table tbody tr td{
	border-top:1px solid #DDDDDD;
	padding:11px;
	}
	
.subscribed-app-container .new-apps-table tbody tr td{
	border-top:1px solid #DDDDDD;
	padding:9px;
	}
	
.new-apps-table{
	margin-top:34px;
	}
	
.subscribed-app-container i{
	height:24px;
	width:24px;
	background:#81c04d;
	color:#FFFFFF;
	border-bottom-left-radius:5px;
	border-top-left-radius:5px;
	margin-right:6px;
	}
	
.new-apps-table th{
	font-size:16px;
	color:#000;
	}
	
.subscribed-app-container .apps-name{
	font-size:14px;
	padding:5px 0px 5px 10px;
	}
	
.subscribed-app-container .btn-default{
	background:#f7f7f7;
	border:1px solid #edecec;
	color:#4e4e4e;
	padding:0px 10px 0px 0px;
	border-radius:5px;
	float:right;
	}
	
.subscribed-app-container .btn-default:hover{
	background:#f7f7f7;
	color:#4e4e4e;
	}
	
.subscribed-app-container .btn .glyphicon{
	padding:4px 6px 5px 4px;
	background:#81c04d;
	color:#FFFFFF;
	border-radius:5px 0px 0px 5px;
	}
	
.subscribed-app-container .glyphicon{
	top:0px;
	}
