/*
 * ************************************************
 *  Main ullright styles for all formats
 *  (normal webbrowsers, mobile) 
 *
 * ************************************************
 */
 
 
 
/*
 * ************************************************
 *  Theme-plugins should at least override the
 *  following format definitions.
 * ************************************************
 */

.color_light_bg {
  background: #e1e2e2;
}

.color_medium_bg {
  background: #adafb0;
}

.color_dark_bg {
  background: #adafb0;
}


/* default grey for all modules */
.color_light_bg_ull_core {
  background: #e1e2e2;
}


/*
 * ************************************************
 *  Generic stuff
 * ************************************************
 */

.ull_action_icon {
  opacity: .7;
  min-width: 16px;
} 
 
.ull_action_icon:hover {
	opacity: 1;
}

/* non clickable links */
a.ull_menu_non_clickable,
a.ull_menu_non_clickable:hover {
  text-decoration: none;
  cursor: default;
}

.inline_editing a, 
.inline_editing a:visited {
  color: #007A86;
}
 
/*
 * ************************************************
 *  breadcrumbs
 * ************************************************
 */
.breadcrumb {
  margin: 0;
  margin-bottom: 1em;
}

ul#breadcrumbs {
  padding: 0;
}

ul#breadcrumbs li {
  display: inline;
  margin: 0;
  padding-left: 19px;
  background: url(../images/breadcrumb_separator.png) left center
    no-repeat;
  background-position: 4px;
}

ul#breadcrumbs li.first {
  padding-left: 0;
  background: none;
}

/*
 * ************************************************
 *  Flashes
 *
 *  A flash is a one time message after an action
 *  e.g. 'User "klemens" updated'.  
 * ************************************************
 */
 
.flash {
  font-weight: bold;
  margin-bottom: 2em;
  padding: .5em;
  background-color: #FFEEAA;
}  


/*
 * ************************************************
 *  ull_filter
 * ************************************************
 */
.ull_filter {
  margin: 0;
  margin-bottom: 1em;
}

.ull_filter ul {
  padding: 0;
  display: inline;
}

.ull_filter ul li {
  display: inline;
  margin: 0;
  margin-left: 1em;
  padding: 0.2em;
}


/*
 * ************************************************
 *  index action (also known als "tc" TaskCenter)
 * ************************************************
 */

/*
  The task center is the three column wide main element
  of a typical module's index action.
*/
#tc_wrapper {
  text-align: left;
  margin: 0px; /* add auto to switch left->center */
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 0px;
  padding-top: 1px;
}

#tc_wrapper a:visited {
  color: #777475;
}

#tc_wrapper h3 {
  font-weight: bold;
  font-size: 1em;
  margin: 0;
}

#tc_header {
  margin: 0 0 15px 0;
}

/*  Tasks
    Left column containing links like
    create, applications, etc.
*/
#tc_tasks {
  float: left;
  width: 27%;
  margin-right: 5%;
}

#tc_tasks h3 {
  margin-top: .6em;
  margin-bottom: 1em;
}

ul.tc_tasks {
  list-style-type: none;
  margin: 0px;
  margin-top: -8px;
  margin-bottom: 3em;
  padding: 0px;
}

ul.tc_tasks li {
  margin: 0px;
  padding-top: .3em;
  padding-bottom: .3em;
  padding-left: 10px;
  border-bottom: 1px solid #777475;
}

ul.tc_tasks li img {
  padding-right: 10px;
  vertical-align: middle;
}

/*  Search/Tag
    Middle column containing a search box
    and a tag cloud.
 */
#tc_search {
  float: left;
  width: 33%;
  margin-right: 5%;
}

.tc_search_quick_top {
  border: 0;
  padding: .4em;
  margin-bottom: 1.5em;
}

.tc_search_quick_top_img {
  border: 0px;
  padding-left: 7px;
}

.tc_search_quick_bottom {
  border: 0px;
  padding: .6em .3em;
}

.tc_search_tag_top {
  border: 0px;
  padding: 5px;
  /* margin-top: 15px; */
}

.tc_search_tag_bottom {
  border: 0px;
  padding-bottom: .5em;
  margin-bottom: 1.5em;
}

#tc_search #filter_id_ajax {
  width: 200px;
}
  

/*  Queries
    The right column containing queries.
 */
#tc_queries {
  float: left;
  width: 30%;
}

.tc_query_box {
  border: 0px;
  margin-bottom: 1.5em;
  padding: .5em;
}

.tc_query_box ul {
  list-style-type: none;
  margin-bottom: 2em;
}

.tc_query_box ul li {
  margin: 0;
  margin-bottom: 0.8em;
  padding: 0;
}

#tc_footer {
  clear: both;
}

/*
 *  Generic
 */

.tc_box {
  padding: .4em;
 }
 
.tc_box_with_bottom_spacer {
  padding: .4em;
  margin-bottom: 1.5em;
} 


/*
 * ************************************************
 *  list action
 * ************************************************
 */
.list_table {
  border-collapse: collapse;
}

.list_table th {
  color: white;
  padding: .5em;
}

.list_table th a {
  color: #fff;
}

.list_table td {
  padding: .5em;
}

.list_table tr {
  background: white;
}

.list_table .odd {
  background: #e9e9e9;
}

.list_table tbody tr:hover {
  background: #E8E5A8;
}

.list_table_sum td {
  border-top: .3em double black;
}

.list_table_diff td {
  border-top: .1em solid black;
}

.list_table_group_header h4 {
  margin-top: 1em; 
}

/* correct the list action icons margins when using edit, delete and print */
.ull_icon_print {
  margin-left: 5px;	
  margin-right: 1em;
}

.ull_list_chart {
	margin-bottom: 2em;
}

/*
 * ************************************************
 *  list action buttons
 * ************************************************
 */
ul.list_action_buttons {
  padding: .2em 1em;
}

ul.list_action_buttons li {
  display: inline;
  margin-left: 0;
  margin-right: 1em;
  line-height: 2.5em;
  padding-left: 0px;
  white-space: nowrap;
  
}


/*
 * ************************************************
 *  edit action
 * ************************************************
 */
 
/*
* edit table styles
*/
.edit_table {
  background: #e9e9e9;
  width: 100%; 
  *width: 99%; /* hack for IE 6-7 to prevent dropping below the sidebar */
  border-spacing: 0;
  
  margin-bottom: .5em;
}

.edit_table th {
  color: white;
  /* deactivated because it should be set per plugin */
  /* background: #0081b8; */
  height: 2em;
  padding: .5em;
}

.edit_table th a {
  color: white;
}

.edit_table td {
  padding: .5em;
  background: #e9e9e9;
  vertical-align: top;
}

.edit_table > tbody > tr > td {
  border-bottom: 1px solid #f8f8f8;
}

.edit_table tr {
  background: white;
}

.edit_table .odd {
  background: #e3f5fd;
}

.edit_table_spacer_row td {
  background-color: #b3ce00;
  border-top: 1em #E9E9E9 solid; 
  border-bottom: 1em #E9E9E9 solid;
  padding: .2em;
}

#edit_versions {
  margin-top: 4em;
}

#edit_versions .edit_container {
  margin-bottom: 1em;
}

#edit_future_versions {
  margin-top: 4em;
}

#edit_future_versions .edit_container {
  margin-bottom: 1em;
}


/*
 * ************************************************
 *  edit action buttons
 * ************************************************
 */
 
.edit_action_buttons {
  margin-top: 2em;
  height: 100%;   /* http://www.quirksmode.org/css/clearing.html */
  overflow: hidden;
  background-color: #dad9d9;
  padding: .5em .7em .8em .7em;  
}

.edit_action_buttons h3 {
  margin-top: 0;
  font-size: 1.3em;
}

.edit_action_buttons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.edit_action_buttons ul li {
  margin: .5em 0;
  padding: 0;
}

.edit_action_buttons_left {
  float: left;
  position: relative; /* workaround for IE 6 */
}

.edit_action_buttons_left p {
  margin-top: 0;
}

.edit_action_buttons_right {
  float: right;
  position: relative; /* workaround for IE 6 */
}


/*
 * ************************************************
 *  show actions
 * ************************************************
 */
 
/* Note: these are not defined in the plugin's css files because the may not
be loaded in the show action */


/*
 * ************************************************
 *  login input fields
 * ************************************************
 */

#login_username, #login_password {
  width: 14em;
}

/*
 * ************************************************
 *  sign up
 * ************************************************
 */
 
 #ull_user_sign_up_button {
   margin-top: 2em;
 }

/*
 * ************************************************
 *  error styles
 * ************************************************
 */
.form_error {
  /* margin-left: 0.5em; */
  margin-bottom: 1em;
  padding: 0;
  font-style: normal;
  font-size: 1.1em;
  font-weight: bold;
  color: #D41400;
}

.form_error_background {
  border: 2px solid #D41400;
  padding: 2px;
}

.form_error_global {
  margin-bottom: 1em;
}

/* form errors of sf1.1 forms framework */
.error_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;  
}

.error_list > li {
  font-style: normal;
  font-size: 1.1em;
  font-weight: bold;
  color: #D41400;
  display: inline;
  margin: 0;
  padding: 0;
} 

 
/*
 * ************************************************
 *  Taggable
 * ************************************************
 */
 

.ull_widget_taggable_selected_tag_element {
  padding: .2em .3em;
  margin-right: .7em;
  border: 1px solid #aaa;
  -moz-border-radius: 5px;
  border-radius: 5px;
  white-space: nowrap;
  float: left;
  margin-bottom: 0.7em;
}

.ull_widget_taggable_selected_tags > .ull_widget_taggable_label {
	white-space: nowrap;
	float: left;
	padding: .3em .3em;
	margin-right: 0.7em;
}

.ull_widget_taggable_selected_tag_remove_tag {
  margin-left: 0.4em;
  margin-right: 0.1em;
  cursor: pointer;
}
 
.ull_widget_taggable_existing_tags {
  margin-bottom: 1.1em;
}
 
.ull_widget_taggable_type_ahead_box {
	clear: left;
}

.ull_widget_taggable_add_tag {
  margin-left: 0.7em;
}


.ull_widget_taggable_cloud_element {
  margin-left: 1em;
  cursor: pointer;
}

.ull_widget_taggable_cloud {
  margin-top: 0.7em;
  line-height:1.4em;
  
}

.taggable_big {
	font-size: 1.15em;
}

.taggable_bigger {
	font-size: 1.3em;
}

.taggable_small {
	font-size: 0.85em;
}

.taggable_smaller {
	font-size: 0.75em;
}
  
 

ul.tag-cloud {
  display: inline;
  margin: 0;
}

ul.tag-cloud li {
  display: inline;
  margin: 0;
  font-size: 1.1em;
}


/*
 * ************************************************
 *  pager
 * ************************************************
 */
.pager {
  /* clear: right; */
  margin-bottom: .3em;
  overflow: hidden;
  
}

#pager_bottom {
  margin-top: .5em;
}

.pager_left {
  padding-top: 0.4em;
}

.pager_right {
  float: right;
  position: relative; /* workaround for IE 6 */
  height: 2em;
  overflow: hidden; /* enclose floating child divs */
}

.ull_pager_element {
  border: 1px solid #adafb0;
  padding-left: 0.4em;
  padding-right: 0.4em;
  padding-top: 0.09em;
  padding-bottom: 0.09em;
  font-family: sans-serif;
}

.ull_pager_element_inactive {
  padding-left: 0.4em;
  padding-right: 0.4em;
}

.ull_pager_aquo {
  font-size: 1.4em;
  font-family: sans-serif;
}

/*
 * ************************************************
 *  aligns
 * ************************************************
 */
.image_align_middle_no_border {
  vertical-align: middle;
  border: 0;
}

.text_vertical_align_middle {
  padding-top: 0.3em;
  padding-bottom: 0.2em;
}

.text_vertical_align_middle a {
  line-height: 1.3em;
}

.no_wrap {
  white-space: nowrap;
}

.order_arrow {
  font-family: sans-serif;
  font-size: 1.2em;
}


/*
 * ************************************************
 *  upload and wikilink
 * ************************************************
 */
.ull_wikilink {
  background: #e9e9e9;
  padding: 1em;
}

.ull_upload {
  background: #e9e9e9;
  padding: 1em;
}


/*
 * ************************************************
 *  percentage widget
 * ************************************************
 */
 
.widget_very_low {
  border-bottom: 4px solid #ff4f57; 
}

.widget_low {
  border-bottom: 4px solid #ffa24f;
}

.widget_medium {
  border-bottom: 4px solid #fff94f; 
}

.widget_high {
  border-bottom: 4px solid #abe94a;
}

.widget_very_high {
  border-bottom: 4px solid #5ed23a;
}

/*
 * ************************************************
 *  simple upload widget
 * ************************************************
 */

.edit_table .ull_widget_simple_upload_image {
  margin-right: 2em;
  float: left; 
  max-width: 15em;
  max-height: 15em;
}

.ull_widget_simple_upload_image_input {
  /* display:block; */
}


/*
 * ************************************************
 *  generic styles
 * ************************************************
 */ 
 
 /* Ajax indicator */
div#indicator {
  position: absolute;
  width: 100px;
  height: 40px;
  left: 10px;
  top: 10px;
  z-index: 900;
  background: url(/ullCorePlugin/images/indicator.gif) no-repeat 0 0;
}

.ajax_indicator {
	vertical-align: middle;
}

.center {
  text-align: center;
}

.clear {
  margin: 0;
  padding: 0;
  clear: both;
}

.clear_left {
  clear: left;
}

.clear_right {
  clear: right;
}

.inline {
  display: inline;
}

.float_left {
  float: left;
}

.no_access_info {
  color: #AAAAAA;
}

.invisible {
  display: none;
}

.no_underline:hover {
  text-decoration: none;
}

.bold {
  font-weight:bold;
}

/* Do not display a top margin for a first element, eg. first headline */
.first {
  margin-top: 0;  
}

/*
 * ************************************************
 *  date picker
 * ************************************************
 */
.ui-datepicker-trigger {
    margin-left: .5em;
    background: url(../images/calendar_16x16.png) no-repeat 0 0;
    border: none;
    height: 1.2em;
    vertical-align: middle;
}

/*
 * ************************************************
 *  memories
 * ************************************************
 */
 
#ull_memory {
  margin-top: 2em;
  padding-left: .8em;
  padding-top: .5em;
  padding-bottom: .8em;
}

.ull_memory_background {
  background-image: url(../images/gradient_180.png);
  background-repeat: repeat-x;
  background-position: bottom;
}

.ull_memory_comment {
  list-style: none;
  margin: 0.3em;
  padding-left: 1.1em;
}

.ull_memory_date {
  font-weight: bold;
  list-style: none;
  padding-top: 10px;
}

.ull_memory_day {
  /* padding-left: 30px; */
  list-style: none;
}

.ull_memory_light {
  color: #676767;
}

.ull_memory_lightsmall {
  color: #676767;
  font-size: smaller;
}

/*
 * ************************************************
 *  user popup
 * ************************************************
 */
 
#ull_user_popup {
  margin-top: 1em;
  width: 450px;
}

.ull_user_popup_edit_icon {
  float:left; 
  margin-top: .2em; 
  margin-right: .5em;
}

#ull_user_popup_sidebar {
  float:right;
}

#ull_user_popup_photo {
  margin-bottom: 2em; 
}  

#ull_user_popup_sidebar_list {
  list-style: none;
}

#ull_user_popup_sidebar_list > li {
  margin-left: 0;
}

img.ull_user_popup_icon {
  margin-left: .3em;
  vertical-align: bottom;  
}

/*
 * ************************************************
 *  Commentable behavior
 * ************************************************
 */

#comments {
  margin-top: 2em;
}

.comment {
  margin-bottom: 2.5em;
  height: 100%; /* enclose floating child divs */ 
  overflow: hidden; /* enclose floating child divs */
}

.comment_photo {
	float: left;
  width: 100px;
}

.comment_content {
  margin-left: 100px;
  padding-left: 2em; 
  min-height: 100px;
}

.comment_author {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: .5em;
}

.comment_body {
  background-color: #e1e2e2;  
  padding: 1em;
}

/*
 * ************************************************
 *  ullWidgetFormSelect (and other select boxes)
 * ************************************************
 */
 
input.ull_widget_select_filter {
	padding-right: 18px;
	background-image: url(/ullCorePlugin/images/action_icons/search_16x16_light.png);
	background-repeat: no-repeat;
	background-position: right;
	background-position: 95% 60%;
}  

/*
 * ************************************************
 *  ullMetaWidgetUllEntityWidget
 * ************************************************
 */
 
.color_inactiv_bg_ull_entity_widget {
  background-color: #ffbab1;
}

.color_absent_bg_ull_entity_widget {
  background-color: #c4e0ef;
}

/*
 * ************************************************
 *  ullWidgetTime
 * ************************************************
 */

span.ull_widget_time {
  white-space: nowrap;
}
 
.list_table span.ull_widget_time {
  display: block;
  text-align: right;
}
 
.ull_widget_time_negative {
  color: #ff0000;
}


/*
 * ************************************************
 *  ullWidgetColorRead
 * ************************************************
 */
 
.color_widget_read {
  padding: 5px 15px;
  border: 1px black solid;
  font-family: monospace;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

/*
 * ************************************************
 *  ullWidgetRatingRead
 * ************************************************
 */
 
.rating_widget_read {
  width: 80px;  /* 5 x 16px stars */
} 
 
/*
 * ************************************************
 *  inline select box editing
 * ************************************************
 */
 
.ull_widget_form_doctrine_select {
  font-size: large;
  line-height: 100%;
  font-weight: bold;	
}


/* the overlayed element */
.overlay {
  
  /* must be initially hidden */
  display: none;
  
  /* place overlay on top of other elements */
  z-index: 10000;
  
  /* styling */
  background-color: white;
  width: 780px;  
  height: 75%;
  min-height: 320px;
  padding: 10px;
  
  /* CSS3 styling for latest browsers */
  -moz-box-shadow: 0 0 90px 5px black;
  -webkit-box-shadow: 0 0 90px black;
  
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

/* Overlay content */
.overlayContentWrap {
  overflow-y: auto;
  height: 100%;
  min-height: 311px;
}


/* close button positioned on upper right corner */
.overlay .close {
  background-image: url(/ullCorePlugin/images/jquery.tools/close.png);
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
  height: 35px;
  width: 35px;
}


/*
 * ************************************************
 *  many to many widget
 * ************************************************
 */
 
.ui-multiselect-checkboxes li label {
  padding-left: 10px !important;
} 
 
.ui-multiselect-checkboxes li input {
	left: -4px !important;
}

.ui-state-default {
	color: black !important;
	font-size: 1.05em !important;
	font-family: inherit !important;
	border: 1px solid #AAAAAA !important;
}

.ull_widget_many_to_many_write_edit_control {
  margin-left: 1em;
}


/* sortable */

.ull_widget_many_to_many_sortable {
  display: none;
}

.many_to_many_sortable_label_box {
  display: inline-block;
  width: 200px;
  margin: 0 30px .5em 0 ; 
  text-align: center;
}

.many_to_many_sortable_box {
  display: inline-block;
  width: 200px;
  height: 80px;
  overflow: auto;
  list-style-type: none;
  margin: 0 30px 0 0 ;
  border: 1px solid #666;
  background: white;
  padding: 5px;
  
}

.many_to_many_sortable_box li {
  margin: 0;
  padding: 0;
  cursor: pointer;
}



/*
 * ************************************************
 *  ullWidgetDateTime
 * ************************************************
 */

.ull_widget_datetime_warning {
  border-left: 1.3em solid #ffaa00;
  padding-left: .5em;
}

.ull_widget_datetime_alert {
  border-left: 1.3em solid red;
  padding-left: .5em;
}

/*
 * ************************************************
 *  ullWidgetUllEntityAjaxWrite
 * ************************************************
 */

/*
input.ull_widget_ull_entity_ajax_write_search {
  background-image: url(/ullCorePlugin/images/action_icons/search_16x16_light.png);
  background-repeat: no-repeat;
  background-position: right;
  background-position: 99% 60%;
}
*/

.ui-autocomplete-loading { 
	background: white url(/ullCorePlugin/images/indicator.gif) right center no-repeat; 
}

/*
 * ************************************************
 *  ullWidgetContentElements
 * ************************************************
 */

.content_element_html {
  overflow: hidden;
}


/*
 * ************************************************
 *  ullWidgetLinkAll
 * ************************************************
 */


.ull_widget_link_all_control {
  display: inline-block;
}