.logoMain {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#deeddf+0,ffffff+88 */
background: rgb(222,237,223); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(222,237,223,1) 0%, rgba(255,255,255,1) 88%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(222,237,223,1) 0%,rgba(255,255,255,1) 88%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(222,237,223,1) 0%,rgba(255,255,255,1) 88%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deeddf', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
.logo-home img {
  max-width: 100px;
}


.ip-records span.badge-info a {
	margin: 10px 3px;
	color: #FFF;
	font-size: 13px;
}
.ip-records span.badge-info a:hover {
	color: #e5ff58;
}

.block-header-default {
	background-color: #436F5B !important;
}
.block-header-default h3 {
	color: #FFF;
	font-size: 21px;
}

.badge a {
		margin: 0 5px !important;
}

.bg-primary-lighter {
	margin-top: 5px;
	border-radius: 4px;
	font-weight: bold;
}

.blockheading {
	background: #6cb876;	
}
.blockheading .block-content {
	background: #f2f7f3;	
}
.block.block-rounded>.block-header a {
	color: #FFF;
	font-weight: bold;	
}

.dipoform02 h4 {
	font-family: serif;
	font-weight: bold;
}

#formBlock {
	background: #D9E9E2;
	border-radius: 8px;
}

.inventionTitle {
	display: block !important;
	margin-top: 0 !important;
}

.historyTable thead tr th, .historyTable tbody tr td {
		text-align: center;
}

.tmLogo img {
	/*-webkit-border-radius: 10px;
-webkit-border-top-right-radius: 80px;
-webkit-border-bottom-left-radius: 80px;
-moz-border-radius: 10px;
-moz-border-radius-topright: 80px;
-moz-border-radius-bottomleft: 80px;
border-radius: 10px;
border-top-right-radius: 80px;
border-bottom-left-radius: 80px;*/
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
padding: 40px;
}



.content-side-user {
	background: #FFFFFF !important;
}

#page-header {
	background: #FFF url(../../assets/media/img/bg-header.jpg) top left no-repeat;
}

.topOpt {
	background: #FFF;
	border-radius: 30px;
	padding: 3px 5px;
}

.notificationHome {
	background: #d9d9d9 !important;
}

.notificationHome h5, .notificationPage h5 {
	background: #1B2C24;
	color:  #FFF;
	padding: 7px 5px;
	}
.notificationHome h5 a {
	color: #00D573;
	}
.notificationHome table thead tr th, .notificationPage table thead tr th {
	background: #CCCCCC;
	color: #000;
	font-size: 11px;
	
	}
.notificationHome table tbody tr td {
	font-size: 11px;
	color: #000;
	}


	.alertModal {
		display: none !important;
	}
	.eventDate {
		min-width: 80px !important;
	}