/* ------------------
 styling for Frontier Post Event.
   ------------------   */


/* NEW Fields */

/*
 ------------------- Post specific ---------------------- 
*/

.frt-pev-fieldset {
	float: left;
	border-color: steelblue;
	border-radius: 10px;
	border-width: 1px;
	
}

fieldset.frt-pev-new-menu {
	margin: 3px 3px 8px 3px;
	padding:0 3px 3px;
	border:1px solid #666;
	border-radius:8px;
	box-shadow:0 0 10px #666;
	float: none;
	text-align: center !important;
	font-size: 1.4em;
	width: 98% !important;
 }  

td.frt-pev-no-border  {  
	border: 0 !important;
}

tr.frt-pev-post-form {
	border: 0;
}

/*
 ------------------- Post Edit ---------------------- 
*/

.frt-pev-edit-post-table {
	border: 0;
}

.frt-pev-edit-post-row {
	border: 0;
	
}

.frt-pev-edit-post-td {
	

}

.frt-pev-post-title {
	width: 280px;
	background-color: white;
}

.frt-pev-fieldset-edit-post-row {
	margin: 5px;
	border-color: steelblue;
	border-radius: 10px;
	border-width: 1px;
}

#frt-pev-post-alert {
	/*color: red !important;*/
	border: 1px solid red !important;
	font-size: 1.2em !important;
	font-weight: bold !important;
	text-align: center !important;
}

fieldset.frt-pev-fieldset-tax  {
	margin: 5px;
	padding: 7px;
	float: left;
	/* height: 200px; */
	min-width: 150px;
	text-align: left;
	overflow-y: scroll; 
	
	
}

  select.frt-pev-dropdown {
	border: 1px solid #ccc ;
	padding: 5px;

}

input.frt-pev-checkbox {
	padding: 5;
}

.frt-pev-publish-time-info {
	font-size: 0.8em;
	color: slategray;

}

fieldset.frt-pev-list-status-draft {
	font-size: 0.8em;
	color: slategray;

}

/*
.frt-pev-list-posts-actions {
	display: inline-block;

}

.frt-pev-list-posts-fields-status  {
	display: inline-block;

}
*/

.frt-pev-list-posts-sub-info {
	display: inline-block;
}

.frt-pev-list-posts-fields  {
	display: inline-block;

}

.frt-pev-feat-img {
    width: 100px;
    height: auto;
	display: block !important;
	margin-left: auto;
    margin-right: auto;
}

.frt-pev-button {
	border-color: slategray;
	background-color: white;	
	border-radius: 8px;
	border-width: 2px;
	margin-right: 10px;
	padding: 3px;
	text-align: center;
	font-size: 1.04em;
	/* display: block; */
	/* float: right; */
	
}


/*
 ------------------- List Posts  ---------------------- 
*/


#frt-pev-list-form {
	
}


table.frt-pev-list-posts {
	border: 0;
	margin: 0;
}

tr.frt-pev-list-posts {
	border: 0;
}

td.frt-pev-list-posts {
	border: 0;
}

fieldset.frt-pev-list-status {
	color: black;
	border-radius: 10px;
	border-width: 1px;
	font-size:1.2em;
	text-align: center;
	font-weight: bold;
}

.frt-pev-list-posts-fieldset { 
	margin-bottom: 12px;
	border-radius: 8px;
	border-width: 1px;
	/* box-shadow:0 0 10px #999; */
}

fieldset.frt-pev-list-status-draft {
	background-color: lightgray;
	
}

fieldset.frt-pev-list-status-future {
	color: darkred;
	
}

fieldset.frt-pev-list-status-pending {
	background-color: lightgray;
	color: darkred;
	
}

/*
fieldset.frt-pev-list-content {
	margin-bottom: 5px;
	border-radius: 8px;
	border-width: 1px;

}

fieldset.frt-pev-list-additional {
	margin-bottom: 5px;
	border-radius: 8px;
	border-width: 1px;

}
*/

a.frt-pev-list-posts-title-link {
	color:  rgb(9, 9, 97) ;
	font-size: 2.5em;
	font-weight: bold;
}
/*
#frt-pev-list-icon-comments {
    height: 24px !important;
    display: inline !important;
}

#frt-pev-comment-link {
    display: inline !important;
	text-decoration: none;
}
*/

.frt-pev-list-icon {
    height: 12px !important;
    display: inline !important;
    margin-right: 3px !important;
    border-bottom: 0 !important;
}


/*
 ------------------- admin Fields ---------------------- 
*/

.frt-pev-edit-admin-fields-fieldset {
	float: left;
	border-color: saddlebrown;
	border-radius: 10px;
	border-width: 1px;
	min-height: 80px;

}

.frt-pev-edit-admin-fields-legend {
	

}

.frt-pev-dropdown-change-author {
	border: 1px solid #ccc ;
	padding: 5px;
	font-size:1.02em;

}

.frt-pev-edit-publish-date {
	background-color: whitesmoke;

}

.frt-pev-edit-publish-time {
	background-color: whitesmoke;
	
}

/*
 ------------------- Event specific ---------------------- 
*/

/*  *** EDIT ***   */


.frt-pev-fieldset-edit-event-dates {
	float: left;
	min-height: 45px;

}

.frt-pev-fieldset-edit-event-location {
	float: left;
	min-height: 45px;
}

.frt-pev-fieldset-edit-event-type {
	float: left;
	min-height: 45px;
}

.frt-pev-edit-tags {
	background-color: white;

}


/*  *** DISPLAY ***   */

.frt-pev-event-date-field {
	width: 20;
	background-color: #ccc;
}


.frt-pev-location-name {
	width: 95%;
	
}

.frt-pev-event-address-info {
	color: slategray;
	font-size: 0.8em;
}


.frt-pev-event-time {
	/* height: 40px; */
	background-color: whitesmoke;
	
}

.frt-pev-event-date {
	/* height: 30px; */
	background-color: whitesmoke;
}


.frt-pev-fieldset-event-info-display {
	display: block;
	border-color: steelblue;
	border-radius: 10px;
	float: none;
	border-width: 2px;
	/*
	width: 98%;
	*/
}

.frt-pev-fieldset-event-info-display-legend {
	font-weight: bold;
	color: steelblue;
	font-size: 1.2em;
}

.frt-pev-fieldset-event-display {
	float: left;
}


#frt-pev-fieldset-is-event {
	float: left ;
}

.frt-pev-is-event {
	width: 20%;
}


/*
 ------------------- Event Info Display ---------------------- 
*/




#frt_pev_evinfo_display {
	display: block;
	clear: both;
	border: blue;
	margin-bottom: 20px;
	
}

/* Span form main event info */
.frt-pev-evinfo-main-info {
	font-size: 1.2em;

}

/*
 ------------------- Event Widget ---------------------- 
*/


/* Event Widget */

.frt-pev-events-widget {
	margin: 0;
	
}

.frt-pev-events-widget-list {
	margin-left: 0 !important;
	margin-right: 1;
}



#frt_pev_widget_datebox_container {
	border: 1px solid #c2c2c2;
	border-top-color: #ffffff;
	border-radius: 5px;
	overflow: hidden;
	color: #525252;
	float: left;
	font-weight: normal;
	background-color: #f9f9f9;
	background-repeat: no-repeat;
	line-height: 1.2em;
	margin: 0px 0px;
	text-align: center;
	width: 3.5em;
	font-size: 11px;
}

.frt-pev-li-no-bullet {
	list-style-type: none !important;
}

li.frt-pev-event-widget-li-list {
	list-style-type: none !important;
	margin-bottom: 10px;
	margin-left: 10px;
}

li.frt-pev-my-posts-widget-li-list {
	list-style-type: none !important;
	margin-left: 0px;
}

.frt-pev-widget-li-datebox {
	list-style-type: none !important;
}



.frt-pev-widget-datebox-table {
	margin-bottom: 2px !important;
	
}

.frt-pev-widget-datebox-cell  {
	width: 42px;
	border: 0;
}

.frt-pev-datebox-top  {
	background: #617284;
	text-transform: uppercase;
	color: #ffffff;
}

.frt-pev-datebox-middle  {
	padding: 0.2em 0 0.1em !important;
	font-size: 12px;
	font-weight: bold;
}

.frt-pev-datebox-bottom  {
	line-height: 1.2em;
}

.frt-pev-event-widget-title-cell
{
	padding: 1px 5px;
	border: 0;
	font-size: 1.1em;
}

.frt-pev-event-widget-event-type-icon {
	font-size: 1.2em;
	margin-right: 4px;
}

.frt-pev-my-posts-widget-event-type-icon {
	font-size: 1.2em;
	margin-right: 4px;
}


.frt-pev-my-posts-widget-date-list  {
	margin-right: 4px;
}

/*
 ------------------- Calendar View ---------------------- 
*/

.frt-pev-fieldset-calendar-control-fieldset {
	float: left;
	border-color: slateblue;
	border-radius: 10px;
	border-width: 1px;
	
}

.frt-pev-fieldset-calendar-control-legend {
	font-weight: bold;
	color: steelblue;
	font-size: 1.2em;
}

#frt_pev_calendar_list {
	clear: both;
	margin-top: 7px;

}

a.frt-pev-calendar-title {
	color:  rgb(9, 9, 97) ;
	font-size: 2em;
	font-weight: bold;
}


table.frt-pev-calendar {
	border: 1;
	margin: 0;
}

tr.frt-pev-calendar {
	border: 0;
}

td.frt-pev-calendar {
	border: 1;
	font-size: 0.9em;
}

th.frt-pev-calendar {
	border: 1;
}

.frt-pev-calendar-simple-emoji {
	margin-right: 4px;
}

.frt-pev-calendar-filter-button {
	border-color: slategray;
	color: darkslategray;
	background-color: white;	
	border-radius: 8px;
	border-width: 1px;
	margin-right: 10px;
	padding-left: 3px;
	padding-right: 3px;
	text-align: center;
	/* font-size: 1.01em; */
	/* display: block; */
	/* float: right; */
	

}

/*
 ------------------- Post Edit link ---------------------- 
*/

/* Post edit link*/

#frt_pev_std_post_edit_link  {
	background-color: White !important;
	color: darkslategrey !important;
   }

.frt-pev-std-edit-link  {
	
	border-color: slategrey;
	border-radius: 8px;
	border-width: 1px;
	margin-right: 10px;
	padding: 1px;
	padding-right: 6px;	
	display: block; 
	float: right;
}



/*
 ------------------- Frotier Logger ---------------------- 
       TO BE MOVED



#frontier-logger-wrapper {
	font-size: small !important;
}

th.frontier-log {
	font-size: small !important;
	padding:  0;
	
}

th.frontier-log-time {
	width: 140px;
}

th.frontier-log-type {
	width: 50px;
}

td.frontier-log {
	font-size: small !important;
	padding:  0;
	border: 0;
	padding-bottom: 2px;
}

*/
/* End NEW Fields */



/*

#frt-pev-categorymulti {
	width: 100% !important;
}

.frt-pev-helptext {
	color: DarkGrey !important;
}


td.frt-pev-post_form   {  
	border: 0 !important;
}

td.frt-pev-no-border  {  
	border: 0 !important;
}

td.frt-pev_border  {  
	border: 1px solid #ccc !important;
	vertical-align: top !important;
}


th.frt-pev-heading  {  
	padding: 5px !important;
	margin: 5px !important;
	border: 0 !important;
	border-bottom : 0 !important;
	
}

.frt-pev-list {
	background-image: none !important;
	list-style: none !important;
}


table.frt-pev-list {
	width: 90%;
	border: 0;
}
	




.frt-pev-post-menu {
	text-align: center;
	border: 0;
}

table.frt-pev-menu {
	width: 90%;
}

th.frt-pev-menu {
	width: 33%;
}



.frt-pev-tax-box {
	border:1px solid #ccc;
	height: 200px; 
	padding: 7px !important;
	overflow-y: scroll; 
}

#frt-pev-list-text-before {
	font-weight: bold !important;
}

#frt-pev-edit-text-before {
	font-weight: bold !important;
}

th.frt-pev-list-posts {
	font-weight: bold !important;
}

select.frt-pev-dropdown {
	border: 1px solid #ccc !important;
	padding: 5px !important;

}


fieldset.frt-pev-fieldset  {
  margin: 5px !important;
  padding: 7px !important;
  vertical-align: top !important;
}

fieldset.frt-pev-fieldset legend {
  margin: 0;
  padding: 0;
  margin-left: 20px;
  font-weight: bold;
  vertical-align: top !important;
} 

#frt-pev-fieldset-title {
	float: left !important;
	min-width: 400px !important;
}


#frt-pev-fieldset-status {
	float: left !important;
}

#frt-pev-fieldset-sticky {
	float: left;
}

#frt-pev-fieldset-ping {
	float: left;
}



#frt-pev_fieldset-post-date {
	float: left;
}

#frt-pev-fieldset-author {
	float: left;
}

#frt-pev-fieldset-rating {
	float: left;
}

#wp-frt-pev-content-wrap {
    width: 98% !important;
}

fieldset.frt-pev-fieldset-tax  {
  margin: 5px !important;
  padding: 7px !important;
  float: left !important;
  height: 200px !important;
  min-width: 150px !important;
  text-align: left !important;
  overflow-y: scroll !important; 
  
  
}



fieldset.frt-pev-fieldset-excerpt  {
  margin: 5px !important;
  padding: 7px;
  float: left;
  height: 200px;
  min-width: 250px !important;
  text-align: left !important;
  overflow-y: scroll; 
  
}

#frt-pev-post-excerpt {
	height: 180px !important;
	min-width: 230px !important;
}

td.frt-pev-tax  {  
	border: 0px !important;
	vertical-align: top !important;
}

td.frt-pev-tags  {  
	border: 1 !important;
	vertical-align: top !important;
}

td.frt-pev-featured-image  {  
	border: 0 !important;
	vertical-align: top !important;
}

.frt-pev-taxonomies {
	width: 98% !important;
}



#frt-pev-select-thumbnail {
	display: block;
}
 
#frt-pev-featured-image-txt {
	font-size: 0.7em;
	font-style: italic;
}





#frt-pev-list_form {
	display: inline;
}

fieldset.frt-pev-new-menu {
	margin: 3px 3px 8px 3px;
	padding:0 3px 3px;
	border:1px solid #666;
	border-radius:8px;
	box-shadow:0 0 10px #666;
	float: none;
	text-align: center !important;
	font-size: 1.4em;
	width: 98% !important;
 }  

fieldset.frt-pev-new-list {
	margin: 3px;
	padding: 4px;
	border: 1px solid #666;
	border-radius:8px;
	box-shadow:0 0 10px #666;
	/*padding-top: 10px;/*
	float: none;
	text-align: left;
	width: 98% !important;
 }  

#frt-pev-new-list-title {
	margin-bottom: 0px;
	width: 100% !important;
}


#frt-pev-new-list-title-link {
	font-size: 1.8em !important;
	font-weight: bold !important;
	border-bottom: 0px none !important;
}

#frt-pev-new-list-thumbnail {
	width: 50px;
}

img.frt-pev-list-thumbnail {
    margin-right: 10px;
    margin-left: 5px;
    display: inline !important;
    
}

legend.frt-pev-new-list {
	padding:2px 4px;
	background:#fff; 
    }

table.frt-pev-new-list {
	width: 100%;
	border: 0 !important;
}

td.frt-pev-new-list {
	border: 0 !important;
}

#frt-pev-new-list-info {
	font-size: 0.75em;
	vertical-align: bottom;
	margin-bottom: 0px;
	margin-left: 8px !important;
}


#frt-pev-new-list-status {
	font-size: 1.2em !important;
	font-weight: bold !important;
	text-align: center !important;
	background-color: lightgray;
	border-radius:8px;
}



.frt-pev-new-list-actions {
	display: inline-block;
}

.frt-pev-new-list-fields {
	display: inline-block;
}

.frt-pev-new-list-fields-status {
	display: inline-block;
}

.frt-pev-new-list-fields-sticky {
	display: inline-block;
}

.frt-pev-new-list-fields-author {
	display: inline-block;
}

.frt-pev-new-list-fields-words {
	display: inline-block;
}

.frt-pev-new-list-fields-published {
	display: inline-block;
}

.frt-pev-new-list-fields-post-date {
	display: inline-block;
}

.frt-pev-new-list-fields-comments {
	display: inline-block;
}

.frt-pev-new-list-fields-tax {
	display: inline-block;
}




#frt-pev-new-list-info {
	font-size: 0.75em;
	vertical-align: bottom;
	margin-bottom: 0px;

}


#frt-pev-new-list-excerpt {
	border-bottom: 1px solid #c2c2c2 !important;
}	

#frt-pev-cache-updated {
	color: darkred !important;
	font-size: 0.7em !important;
	position: absolute;
	bottom: 0;
}

#frt-pev-info_text_bottom {
	color: darkgrey !important;
	font-size: 0.7em !important;
	position: absolute;
	bottom: 0;
}

.frt-pev-radioline {
    margin: 5px;
}

.frt-pev-post-date {
	width: 65px;
}

.frt-pev-post-hour {
	width: 15px;
}

.frt-pev-post-minute {
	width: 15px;
}

button.frt-pev-form-delete {
	color: darkred !important;
	border-color: red;
	background-color: whitesmoke;
}	

.frt-pev-confirm-delete-text {
	color: darkred;
	display: inline;
}

p.frt-pev-form-posttype {
    display: inline;
    font-size: 0.8em;
}

#frt-pev-delete-post table {
	width: 98%;
}

#frt-pev-my-post-widget-status-pending {
    display: inline;
    color: purple;
    font-style: italic;
}

#frt-pev-my-post-widget-status-draft {
    display: inline;
    color: darkgrey;
    font-style: italic;
}

#frt-pev-my-approvals-date-draft {
    display: inline;
}

#frt-pev-my-approvals-date-pending {
    display: inline;
}

#frt-pev-my-approvals-author {
    display: inline;
    color: darkgrey;
}


#frt-pev-posttype-warning {
	color: darkgrey;
	
}

#frt-pev-pagination .page-numbers  {
    border: 1px solid;
    border-radius: 3px;
    padding-left: 2px;
    padding-right: 2px;
}

#frt-pev-pagination .current  {
    border: 1px solid DarkGrey;
    color: DarkGrey;
    border-radius: 3px;
    padding-left: 2px;
    padding-right: 2px;
}


#frt-pev-pagination .next  {
    border: 0;
    padding-left: 2px;
    padding-right: 2px;
}

#frt-pev-pagination .prev  {
    border: 0;
    padding-left: 2px;
    padding-right: 2px;
}




/* END CSS */
