@import url(https://fonts.googleapis.com/css?family=Roboto+Slab|Roboto);

body {
    padding-top: 70px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.navbar .nav li {
	display: block;
	text-align: center;
}
.navbar .navbar-nav li>a {
	padding-top: 6px;
	padding-bottom: 6px;
	line-height: 12px;
}
.navbar .nav .nav-icon {
	line-height: 1.1em;
	font-size: 1.8em;
}
.navbar .nav .nav-text {
	display: block;
	font-size: 14px;
}

.breadcrumb {
	background: #E6E6E6;
}

.navbar-header {
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
}

.topbar-login-form {
	width: 25em;
	padding: 1em;
}

.main-thing {
	padding: 1em;
/*	background-color: #CFE0DD;*/
	margin: -10px 0px 0px 0px;
	text-align: center;
	font-family: 'Roboto Slab', serif;
}

.main-thing h1 {
	font-size: 50pt;
	font-weight: 600;
	color: #fff;
	text-shadow: 2px 2px 30px rgba(0, 0, 0, 0.9);
}

.main-thing h2 {
	font-size: 30pt;
	color: #eee;
	/* 	text-shadow: 2px 2px 30px rgba(0, 0, 0, 0.9);	*/

}

.second-thing {
	text-align: center;
	padding: 40px;
}

.tiles {
	padding: 50px;
}

.tiles h3{
	color: #eee;
	text-shadow: 2px 2px 30px rgba(0, 0, 0, 0.9);
}

.tile {
	padding: 15px;
	margin: 5px;
	background-color: #00af93;
	min-height: 230px;
	color: #fff;
	transition-property: background-color;
	transition-duration: 0.4s;
}

.tile:hover {
	background-color: #2A829C;
}

.btn-wide {
	width: 100px;
}


.login-area .btn-secondary:hover {
	color: #eeffee;
}

.login-area.container,
.register-area.container {
	width: 400px;
	color: #eeffee;
}

.social-login-area {
	margin: 15px;
	color: #fff;
}

.social-login-area .fa {
	color: #46b8da;
}

.topbar-login-form label {
	font-weight: 400;
}

.tab-line.nav-tabs>li>a {
	transition-property: border;
	transition-duration: 0.5s;
	border: 1px solid #00af93;
	font-weight: 500;
  background: #efefef;
  color: #666;
}

.tab-line.nav-tabs>li>a:hover {
	border-bottom: 5px solid #ccc;
	background: none;
}

.tab-line.nav-tabs>li.active>a {
	border: 2px solid #00af93;
	border-bottom: 5px solid #00af93;
  background: #00af93;
  color: #fff;
}

.nav-tabs{
  border-bottom: 1px solid #00af93 !important;
}


.fa-gold {
    color: rgb(232, 220, 56);
}

/*** DASHBOARD *****/

.panel h1 {
	font-size: 17pt;
	color: #555;
	padding: 10px 5px 5px 0px;
    font-family: 'Roboto Slab', serif;
}

.panel h2 {
	font-size: 15pt;
	color: #555;
}

.panel h3 {
    font-size: 13pt;
    font-weight: 700;
}

.panel h4{
	font-size: 11pt;
	color: #888;
}

.panel span :not([class]){
	  font-size: 12pt;
    margin-left: 10px;
    color: #888;
}

.panel h2,
.panel h3,
.panel h4{
	line-height: 1.2em;
}

.panel-body{
	padding: 15px;
}

.panel-body p {
    text-align: justify;
}

.timeline {
	font-size: 12pt;
/*    padding: 10px 0px 10px 0px; */
}

.timeline-content {
	background-color: #f3f3f3;
	padding: 15px;
	border-radius: 5px;
	margin: 5px 0px 5px 0px;
    font-size: 11pt;
}

.timeline-content.unread {
	background-color: #D1F1EB;
}

.timeline-head small{
    color: #999;
}

.timeline-foot {
	font-size: 11pt;
}

.timeline-foot ul {
	float: right;
}

.timeline-foot li {
	list-style: none;
	display: inline;
	padding: 10px 0px 5px 10px;
}

/* .user-avatar {
	width: 52px;
	margin: auto;
	background-color: #ddd;
	padding: 16px;
    margin-top: 15px;
} */
.user-avatar {
    height: 3em;
    width: 3em;
}
.user-avatar img {
    margin-left: -10px;
    margin-top: -12px;
    margin-right: 10px;
}

.user-avatar .fa {
	color: #999;
}

.timeline textarea {
    border: 1px solid #ccc;
    border-radius: 5px;
}
.list-group-item {
    transition-property: all;
    transition-duration: 0.5s;
}
.list-group-item .icon {
    width: 2em;
    display: inline-block;
    text-align: center;
    color: #777;
}

.list-group-item:hover {
    background-color: #eee;
}

.list-group-item.active .icon {
    color: #fff;
}

.search-filter {
    margin-left: 50px;
    color: gray;
    font-size: 13px;
}

.card-item {
    margin: 1px 0px 0px 0px;
    background-color: #fefefe;
    padding: 5px;
    border: #ddd solid 1px;
    color: #666;
    border-radius: 0px;
    transition-duration: 0.5s;
    transition-property: all;
}

.card-item .fa-star {
    color: #dfd76d;
}

.card-head img {
    height: 5em;
    width: 5em;
}

.card-item-sm {
    margin: 1px 0px 0px 0px;
    background-color: #fefefe;
    padding: 2px;
    border: #ddd solid 1px;
    color: #666;
    border-radius: 0px;
    transition-duration: 0.5s;
    transition-property: all;
}

.card-body-sm {
    padding: 0.1em 0.1em 0.4em 0.2em;
    position: relative;
}
.card-body-sm h1 {
    font-size: 11pt;
    padding: 1px;
    margin: 0px;
}
.card-body-sm h2 {
    font-size: 10pt;
    padding: 1px;
    margin: 0px;
    font-weight: 500;
}

.card-body-sm h3 {
    font-size: 9pt;
    padding: 1px;
    margin: 0px;
    color: #888;
    font-weight: 500;
}

span.publish-status {
	margin-right:5px;
	font-variant:all-small-caps;
	font-size: 12pt;
	line-height: 1em;
}

.card-body-sm img {
    height: 4em;
    width: 4em;
}

.card-body {
    padding: 0.3em 0.3em 1.4em 0.4em;
    padding-left: 6.5em;
    position: relative;
}
.card-body h1 {
    font-size: 13pt;
    padding: 2px;
    margin: 0px;
}
.card-body h2 {
    font-size: 11pt;
    padding: 2px 2px 2px 2px;
    margin: 0px;
    font-weight: 500;
}

.card-body h3 {
    font-size: 10pt;
    padding: 2px;
    margin: 0px;
    color: #888;
    font-weight: 500;
}

.avatar-md {
    height: 11em;
    width: 11em;
    margin: 20px 20px 20px 20px;
}

.star{
	margin-top: 45px;
  margin-right: 5px;
    position: absolute;
    top: -23px;
    right: 23px;
}

.profile-links{
	margin-top: 15px;
}

.profile-info{
	margin-top: 15px;
}

/*ul{
	list-style-type: none;
}*/

.tags p{
	display: inline;
	font-size: 12px;
	border: 1px solid #ddd !important;
	border-radius: 5px;
	padding: 5px;
	line-height:30px;
	color: #00af93;
}

.title{
	padding: 20px 0 10px 0;
}

.starred{
	display: inline-block;
    margin-right: 4px;
    margin-left:-19px;
}

.checkboxes{
	font-size: 14px;
}

.search-advanced{
	font-size: 10pt;
	cursor: pointer;
}

.pointer-cursor {
	cursor: pointer;
}

growl-notifications {
  position: fixed;
  top: 70px;
  right: 10px;
  width: 300px;
  height: 100px;
  z-index:9999;
}
growl-notifications:empty{z-index: -1}
growl-notification {
    display: block;
    width: 100%;
    min-height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000; /*#00af93*/
    background-color: #d0fff8;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .95s,-webkit-box-shadow ease-in-out .95s;
    -o-transition: border-color ease-in-out .95s,box-shadow ease-in-out .95s;
    transition: border-color ease-in-out .95s,box-shadow ease-in-out .95s;
}
.huge {
	font-size: 40px;
}

.nomargin {
	margin: 0px;
}

.nopadding {
	padding: 0;
}

.margin10px {
	margin: 10px;
}
