styles.css

87 lines | 1.199 kB Blame History Raw Download
/* Welcome Page */

body {
  background: #f5f5f5;
}

p.description {
  font-size: 14px;
  margin: 10px auto 20px;
  max-width: 60%;
  padding: 0 10px;
  text-align: center;
}

.btn-sign {
  margin-top: 10px;
}

.layout-pf-alt.layout-pf-alt-fixed .container-pf-alt-nav-pf-vertical-alt {
    margin-left: 210px;
}

.nav .nav-item-iconic {
  color: #d1d1d1;
}

.content-area {
  padding: 30px 30px 20px;
  background: #ffffff;
  font-size: 13px;
  margin-bottom: 10px;
}

/* personal Info Style */
.subtitle {
  color: #4d5258;
  font-size: 12px;
}

.content-area .required{
  color: #cc0000;
}

.page-header {
  border-bottom: 0;
}


/* Introduction Message on the left */
.introMessage {
    margin: 10px 20px 20px 0;
    
/* Device Activity */
.card-title{
	margin-left: 20px;
	margin-bottom: 30px;
}
.detail-description{
	margin-top:-10px;
}
.list-view-pf-view {
	margin-top: 0;
}
.m-l{
	margin-left: 20px;
}
.activity-item {
	padding-left: 60px;
}
.activity-item ul{
	list-style: none;
}
.activity-item h3 .fa{
	margin-left: -30px;
	margin-right: 5px;
	font-size: 20px;
}
.btn-logout{
	margin-left: 40px;
	margin-bottom: 20px;
	margin-top: 5px;
}
.list-view-pf .current-color{
	font-weight: bold;
	color: #4F9207!important;
}