/*use this to style text shown to logged users*/
#seplog-show-if-logged{}

/*use this to style text shown to not logged users*/
#seplog-show-if-not-logged{}

/*use this to style text shown to logged common users*/
#seplog-show-if-logged-common-user{}

/*use this to style text shown to logged advanced users*/
#seplog-show-if-logged-advanced-user{}

/*use this to style text shown to administrator*/
#seplog-show-if-logged-super-user{}

.seplog-entry-title{
margin-bottom:25px !important;	
}

.seplog-p p, .seplog-widget-p p{
margin-bottom:15px !important;	
}

.seplog-p{
font-weight:bold !important;	
}

#seplog-table {
	table-layout:fixed;
	margin: 20px 0 15px 0;
	border-collapse:collapse;
	width:400px;
}

#seplog-widget-table {
	table-layout:fixed;
	margin: 10px 0 10px 0;
	border-collapse:collapse;
	width:70%;	
}

#seplog-table input[type="text"], #seplog-table input[type="email"], #seplog-table input[type="number"], #seplog-table input[type="checkbox"], #seplog-table input[type="password"], #seplog-table textarea{
	text-align:center;
	width:195px;
	height:25px;
	margin: 0 0 10px 0;
}

#seplog-widget-table input[type="text"], #seplog-widget-table input[type="email"], #seplog-widget-table input[type="number"], #seplog-widget-table input[type="checkbox"], #seplog-widget-table input[type="password"], #seplog-widget-table textarea{
	text-align:center;
	width:100%;
	margin: 0 0 10px 0;
}

#seplog-table select{

	margin-bottom:10px;
	height:25px;
	text-align-last:center;
	width:196px;
}

#seplog-table td{
	width:200px;
	padding:0;
	padding-top:5px;
	padding-bottom:5px;
	border:none;
}

#seplog-widget-table td{
	border:none;
}

.seplog-right-align {
	text-align:right !important;	
}

#seplog-single-row-table {
	table-layout:fixed;
	margin: 0 0 50px 0;
	border-collapse:collapse;
	border-top:1px solid lightgrey;
	width:400px;
}

#seplog-single-row-table button, #seplog-widget-single-row-table button, #seplog-table button, #seplog-single-row-table button {
	margin: 0 !important;
}

#seplog-widget-single-row-table {
	table-layout:fixed;
	margin: 0;
	border-collapse:collapse;
	border-top:1px solid lightgrey;
	width:70%;
}

#seplog-widget-single-row-table button {
	margin: 0 !important;
}

#seplog-single-row-table td {
	text-align:center;
	width:400px;
	height:30px;
	line-height:30px;
	padding: 15px 0 15px 0;
	border:none;
}

#seplog-widget-single-row-table td {
	text-align:center;
	width:70%;
	padding: 10px 0 0 0;
	border:none;
}

#seplog-table .seplog-input-element {
	/*margin-top: 5px;*/
}

#no-style-list ul {
	margin: 0;
	padding: 0;	
	list-style-type:none;
}

#no-style-list ul li {
	display:inline-block;
	/*margin-right:15px;*/
	border:none !important;
}

#no-style-list ul li:before {
	display:none;
}

.seplog-error-message {
	padding: 14px 28px 14px 28px;
	margin: 28px auto 28px auto;
	border-radius:5px;
	background: #333333;
	color: white;
	font-size:14px;
	font-weight:bold;
	line-height:14px;
	text-align:center;
	width:70%;
	-moz-animation: seplog-hide-error 4s forwards;
	-webkit-animation: seplog-hide-error 4s forwards;
	-o-animation: seplog-hide-error 4s forwards;
	animation: seplog-hide-error 4s forwards;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@-webkit-keyframes seplog-hide-error {
	0% {opacity: 1; margin: 28px auto 28px auto; padding: 14px 28px 14px 28px; line-height:14px;}
	80% {opacity: 1; margin: 28px auto 28px auto; padding: 14px 28px 14px 28px; line-height:14px;}
	90% {opacity: 0; margin: 28px auto 28px auto; padding: 14px 28px 14px 28px; line-height:14px;}
	100% {opacity: 0; margin: 0; padding:0; line-height:0;}
}

.seplog-widget-error-message {
	padding: 10px 2.5% 10px 2.5%;
	margin: 10px 0 10px 0;
	border-radius:3px;
	background: #333333;
	color: white;
	font-size:12px;
	font-weight:bold;
	line-height:12px;
	text-align:center;
	width:65%;
	-moz-animation: seplog-hide-widget-error 4s forwards;
	-webkit-animation: seplog-hide-widget-error 4s forwards;
	-o-animation: seplog-hide-widget-error 4s forwards;
	animation: seplog-hide-widget-error 4s forwards;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@-webkit-keyframes seplog-hide-widget-error {
	0% {opacity: 1; margin: 10px 0 10px 0; padding: 10px 10px 10px 10px; line-height:10px;}
	80% {opacity: 1; margin: 10px 0 10px 0; padding: 10px 10px 10px 10px; line-height:10px;}
	90% {opacity: 0; margin: 10px 0 10px 0; padding: 10px 10px 10px 10px; line-height:10px;}
	100% {opacity: 0; margin: 0; padding:0; line-height:0;}
}

#seplog-table ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: lightgrey;
}

#seplog-table ::-moz-placeholder { /* Firefox 19+ */
	color: lightgrey;
}

#seplog-table :-ms-input-placeholder { /* IE 10+ */
	color: lightgrey;
}

#seplog-table :-moz-placeholder { /* Firefox 18- */
	color: lightgrey;
}

#seplog-table disabled {
	color: lightgrey;	
}

#seplog-table input {
	color: #666666;	
}