#portlet_newdiscussion_WAR_newdiscussionportlet {
	border: none;
	box-shadow: none;

	.portlet-title{
		display: none;
	}

	.portlet-content {
		padding: 0;
	}

	.portlet-column-content-only, .ltr .portlet-column-content-last, .rtl .portlet-column-content-first {
		padding-right: 0;
		padding-left: 0;
	}

	.portlet-msg-warning {
		background-color: #FFFDEB;
		border: 2px solid;
		border-color:#EBEDCE;
		color: gray;
		font-family: Arial;
		font-size: 14px;
		font-weight: normal;
		padding: 12px 10px;
		background-repeat: no-repeat;
		background-position: left center;
		
		display: flex;
		align-items: center;
	}
	
	.lock-flex {
		margin: auto;
	}
	
	.spacer-flex {
		margin: 0px 5px;
	}
	
	.text-flex {
		margin: auto;
	}
	
	.timer {
		font-weight: bold;
		color: #DC2B14
	}

	input[type="button"], button {
		height: 45px;
		line-height: 34px;
		background: #f48a07; 
		border-radius: 5px;
		border: none;
		color: #ffffff;
		font-family: 'Museo700',serif;
		font-size: 14px;
		font-weight: normal;
		/** box-shadow: 1px 1px 30px -4px #599AB8; **/
		text-shadow: none;
		text-align: left;
		text-indent: 15px;
		width: 100%;
	
		.new-disc-info {
			display: flex;
		}
	
		.start-text {
			width: 180px;
		}
	
		.start-disc {
			background: url(../images/start-discussion-new.png);
			background-repeat: no-repeat;
			max-width: 40px;
			max-height: 30px;
			height: 80px;
			width: 70px;
			margin-left: 35px;
			margin-top: 2px;
			background-size: contain;
		}
	}

	/* Hover and transitions */
	input[type="button"]:focus, button:focus {
		outline: none;
	}
	
	input[type="button"]:hover, button:hover {
		background: #f7a107; /* Old browsers */
	}
}

