
*, *:before, *:after {
	box-sizing: inherit;
}

html {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

body {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	overflow: hidden;
	padding: 0;
	margin: 0;
	font-family: sans-serif;
}

#left_panel a {
  color: #eeeeee;
}
#left_panel a:hover {
  color: #ffffff;
}
#left_panel a:visited {
  color: #eeeeee;
}
.btn-class {
	border-radius: 3px!important;
}

#container {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.no_select {
	-webkit-touch-callout: text;
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}
.btn {
  cursor: pointer;
}

.btn.hidden {
	display: none;
}

/*alternates row colors*/
.row-striped:nth-of-type(odd){
  background-color: #efefef;
}

.row-striped:nth-of-type(even){
  background-color: #ffffff;
}

.panel_section_title {
	font-size: 14px;
}
.helpful_links{
	width: 100px;
	height:100px;
	border: 1pt solid #eeeeee;
	border-radius: 3px;
	display: inline-block;
	padding: 5px;
	margin: 5px;
	font-size:10pt;
	box-shadow: 1px 1px 1px #999999;  
	vertical-align: center;
	background-color: #fbfbfb;
	cursor: pointer;
}
.helpful_links:hover {
	background-color: #e4e4e4;
}

#designer_container {
	height: 100%;
	position: relative;
	overflow: hidden;
	
}
#current_system{
	float:left;
}
#browser_type{
	width: 100%;
	//height: 150px;
	border:1pt solid #333333;
	color: #000000;
	font-size: 20pt;
	text-align: center;
	font-weight: 100;
	line-height: 30px;
	letter-spacing: 2px;
	vertical-align:center;
	padding: 10px 0 10px 0;
}
.vLine{
	border-left: 1pt solid #cccccc;
	height: 100px;
	display: inline-block;
}
#best_settings{
	text-align: left;
	font-size: 12px;
}
#download_chrome{
	display: inline-block;
	cursor: pointer;
	text-decoration: underline;
}
#rec_settings{
	display: inline-block;

	width: 300px;
	font-size: 12px;
}
#top_toolbar .x_btn {
	width: 50px;
	height: 30px;
	text-align: center;
	font-size: 16px;
	font-weight: 100;
	line-height: 30px;
	letter-spacing: 2px;
	border-radius: 5px;
	margin: 0 5px 5px 5px;
	cursor: pointer;
	overflow: hidden;
	background-image: url("https://entourage-web-images.s3.us-east-1.amazonaws.com/EDOnline/exit_icon.png");
	background-repeat: no-repeat;
	background-position: center;
}
#top_toolbar .bar_btn {
	width: 100px;
	height: 30px;
	text-align: center;
	font-size: 16px;
	font-weight: 100;
	line-height: 30px;
	letter-spacing: 2px;
	border-radius: 5px;
	margin: 0 5px 5px 5px;
	cursor: pointer;
	overflow: hidden;
}
#top_toolbar .bar_btn.hidden {
	height: 0;
}
#top_toolbar .bar_btn .options {
	width: 30px;
	height: 30px;
	border-left: 2px solid #ffffff;
	float:right;
	background-color: inherit;
}
#top_toolbar .bar_btn .options > .arrow {
	width: 10px;
	height: 8px;
	margin: 10px auto 0;
	background-image: url("/images/drop_down_arrow_white_sprite.png");
	background-repeat: no-repeat;
	background-position: 0 0;
}
#top_toolbar .bar_btn .options_arrow:hover {
	box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

#top_toolbar .h_btn {
	width: 150px;
	font-weight: 100;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 2px;
	margin: 0px 5px 5px 5px;
	height: 30px;
	border: 2pt solid #217AE9;
	cursor: pointer;
	overflow: hidden;
}
#top_toolbar .h_btn.hidden {
	height: 0;
}
#top_toolbar .h_btn .options {
	width: 30px;
	height: 30px;
	border-left: 2px solid #ffffff;
	float:right;
	background-color: inherit;
}
#top_toolbar .h_btn .options > .arrow {
	width: 10px;
	height: 8px;
	margin: 10px auto 0;
	background-image: url("/images/drop_down_arrow_white_sprite.png");
	background-repeat: no-repeat;
	background-position: 0 0;
}
#top_toolbar .h_btn .options_arrow:hover {
	box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
#top_toolbar .bar_item {
	margin-bottom: 5px;
}
#top_toolbar .main_option_btn {
	height: 100%;
	overflow: hidden;
}

#top_toolbar .main_option_btn span {
	
}

#top_toolbar_items {
	
}

#top_toolbar_items.hidden {
	display: none;
}

#top_toolbar .item_section {
	overflow: auto;
	float: left;
}
#top_toolbar .item_section.faded {
	opacity: 0.5;
}

.toolbar .item_group {
	float: left;
	margin: 0 0 0 5px;
}
.toolbar #text_align {
	float: none;
	margin: 0 0 0 5px;
}
.toolbar .item_group .bar_item {
	border-radius: 0;
	margin: 0;
}
.toolbar .item_group .bar_item:first-of-type {
	border-radius: 5px 0 0 5px;
	margin-left: 0;
}
.toolbar .item_group .bar_item:last-of-type {
	border-radius: 0 5px 5px 0;
	margin-right: 0;
}

#font_toolbar {
	min-width: 163px;
}

#image_toolbar {
	min-width: 163px;
}


#font_toolbar .font_option {
	margin: 0 1px;
}
#font_toolbar .font_option:first-of-type {
	border-radius: 5px 0 0 5px;
	margin-left: 0;
}
#font_toolbar .font_option:last-of-type {
	border-radius: 0 5px 5px 0;
	margin-right: 0;
}
#font_toolbar .align_item {
	width: 37px;
}

#font_toolbar .bar_item#text_mode_btn {
	width: initial;
	padding: 0 10px;
	font-size: 10px;
}

.toolbar .drop_down_item_holder {
	margin-left: 5px;
}
.toolbar .drop_down_item_holder .bar_item {
	float: none;
	margin: 0;
}
#edit_people_data_btn {
  width: initial;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}

#edit_peoples_style_btn{
  width: initial;
  font-size: 11px;
  line-height: 20px;
  padding: 0 10px;
}
#add_people_page_field {
  width: initial;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
.toolbar .bar_item {
	float: left;
	width: 27px;
	height: 30px;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	background-color: #eeeeee;
	color: #333333;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px auto;
	margin: 0 0 0 5px;
	font-size: 8px;
	line-height: 10px;
	overflow: hidden;
}
#people_page_name_btn_holder {
	float: left;
	width: 27px;
	height: 30px;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	background-color: #dcdcdc;
	color: #333333;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px auto;
	margin: 0 0 0 5px;
	font-size: 8px;
	line-height: 10px;
	overflow: hidden;
}
.toolbar .bar_item:hover {
	background-color: #dddddd;
}
.toolbar .bar_item:active {
	background-color: #777777;
	color: #ffffff;
}
.toolbar .bar_item.active {
	background-color: #999999;
	color: #ffffff;
}
.toolbar .bar_item.unavailable {
	opacity: 0.8;
	background-color: #666666;
	color: #333333;
	cursor: default;
}
.toolbar .bar_item.unavailable:hover {
	background-color: #666666;
	color: #333333;
}
.toolbar .bar_item.unavailable:active {
	background-color: #666666;
	color: #333333;
}
.toolbar .bar_item.holder {
	position: relative;
	overflow: visible;
}
.toolbar .bar_item.long {
	width: initial;
}
.toolbar .bar_item.text {
	width: initial;
	font-size: 10px;
}
#font_toolbar .bar_item.text {
	width: initial;
	font-size: 10px;
}
.btn_filler {
	width: 100%;
	height: 100%;
}
.toolbar .bar_item.text .btn_filler {
	padding: 0 10px;
}

#font_select_btn {
	width: 165px;
}

#font_toolbar .bar_item {
	font-size: 14px;
	line-height: 20px;
}

#font_toolbar .font_option {
	font-family: serif;
}

.clear-info-icon {
	font-size: x-small;
	font-weight: bold;
	padding: 5px;
	color: white;
	background-color: #990000;
	cursor: pointer;
	float: right;
	border-radius: 2px;
	margin-right: 5px;

}

/* ---------------------------------------------------- top toolbar icons --------------------------------------------------------*/

#copy_btn {
	background-image: url('/images/edo-icons/Copy_File_24 (1).png');
}
#paste_btn {
	background-image: url('/images/edo-icons/Paste_from_clipboard_24.png');
}
#undo_btn {
	background-image: url('/images/edo-icons/Back_arrow_24.png');
}
#redo_btn {
	background-image: url('/images/edo-icons/Redo_arrow_24.png');
}
#delete_btn {
	background-image: url('/images/edo-icons/Rubbish_bin_24 (1).png');
}
#fill_color_btn { 
	border: 2px solid #eeeeee;
}
#fill_color_display { 
	background-image: url('/images/edo-icons/Fill_bucket.png');
}
#border_color_btn {
	border: 2px solid #eeeeee;
}
#border_color_display {
	background-image: url('/images/edo-icons/border_color_1.png');
}
#lock_frame_btn {
	background-image: url('/images/locked_icon.png');
}
#lock_frame_btn.active {
	background-image: url('/images/locked_icon_active.png');
}
#change_index_btn {
  background-image: url("/images/edo-icons/move_to_front_icon.png");
}
#move_up_btn {
	background-image: url('/images/edo-icons/move_forwards_icon.png');
}
#move_down_btn {
	background-image: url('/images/edo-icons/move_backwards_icon.png');
}
#to_front_btn {
	background-image: url('/images/edo-icons/move_to_front_icon.png');
}
#to_back_btn {
	background-image: url('/images/edo-icons/move_to_back_icon.png');
}
.index_up {
	background-image: url('/images/edo-icons/move_forwards_icon.png');
}
.index_down {
	background-image: url('/images/edo-icons/move_backwards_icon.png');
}
.index_front {
	background-image: url('/images/edo-icons/move_to_front_icon.png');
}
.index_back {
	background-image: url('/images/edo-icons/move_to_back_icon.png');
}
#align_btn {
	background-image: url('/images/edo-icons/align-icon-left.png');
}
#align_left{
	background-image: url('https://entourage-web-images.s3.us-east-1.amazonaws.com/align_left2.png');
}

#align_horizontal{
	background-image: url('https://entourage-web-images.s3.us-east-1.amazonaws.com/align_center_horizontal2.png');
}
#align_right {
	background-image: url('https://entourage-web-images.s3.us-east-1.amazonaws.com/Align_Right2.png');
}
#align_top {
	background-image: url('https://entourage-web-images.s3.us-east-1.amazonaws.com/Align_top2.png');
}
#align_vertical {
	background-image: url('https://entourage-web-images.s3.us-east-1.amazonaws.com/Align_Center_Vertical2.png');
}
#align_bottom {
	background-image: url('https://entourage-web-images.s3.us-east-1.amazonaws.com/align_bottom2.png');
}
.align_left{
	background-image: url('https://entourage-web-images.s3.us-east-1.amazonaws.com/align_left2.png');
}

.group_context_menu {
	background-image: url('/images/edo-icons/Copy_File_24 (1).png');
	/* Heather: Can you please update this */
}

.align_horizontal{
	background-image: url('https://entourage-web-images.s3.us-east-1.amazonaws.com/align_center_horizontal2.png');
}
.align_right {
	background-image: url('https://entourage-web-images.s3.us-east-1.amazonaws.com/Align_Right2.png');
}
.align_top {
	background-image: url('https://entourage-web-images.s3.us-east-1.amazonaws.com/Align_top2.png');
}
.align_vertical {
	background-image: url('https://entourage-web-images.s3.us-east-1.amazonaws.com/Align_Center_Vertical2.png');
}
.align_bottom {
	background-image: url('https://entourage-web-images.s3.us-east-1.amazonaws.com/align_bottom2.png');
}
#distribute_btn {
	background-image: url('/images/edo-icons/distribute-icon-left.png');
}
#distribute_left {
	background-image: url('https://entourage-web-images.s3.us-east-1.amazonaws.com/Distribute_Left2.png');
}
#distribute_horizontal {
	background-image: url('https://entourage-web-images.s3.us-east-1.amazonaws.com/Distribute_Center_Horizontal2.png');
}
#distribute_right {
	background-image: url('https://entourage-web-images.s3.us-east-1.amazonaws.com/Distribute_Right2.png');
}
#distribute_top {
	background-image: url('https://entourage-web-images.s3.us-east-1.amazonaws.com/Distribute_Top2.png');
}
#distribute_vertical {
	background-image: url('https://entourage-web-images.s3.us-east-1.amazonaws.com/Distribute_Center_Vertical2.png');
}
#distribute_bottom {
	background-image: url('https://entourage-web-images.s3.us-east-1.amazonaws.com/Distribute_bottom2.png');
}
.distribute_left {
	background-image: url('https://entourage-web-images.s3.us-east-1.amazonaws.com/Distribute_Left2.png');
}
.distribute_horizontal {
	background-image: url('https://entourage-web-images.s3.us-east-1.amazonaws.com/Distribute_Center_Horizontal2.png');
}
.distribute_right {
	background-image: url('https://entourage-web-images.s3.us-east-1.amazonaws.com/Distribute_Right2.png');
}
.distribute_top {
	background-image: url('https://entourage-web-images.s3.us-east-1.amazonaws.com/Distribute_Top2.png');
}
.distribute_vertical {
	background-image: url('https://entourage-web-images.s3.us-east-1.amazonaws.com/Distribute_Center_Vertical2.png');
}
.distribute_bottom {
	background-image: url('https://entourage-web-images.s3.us-east-1.amazonaws.com/Distribute_bottom2.png');
}
#drop_shadow_btn {
	background-image: url('/images/drop_shadow_icon.png');
}
#round_corner_btn {
	background-image: url('/images/round_corner_icon.png');
}
#rotate_right_btn {
	background-image: url('/images/rotate_right_icon.png');
}
#rotate_left_btn {
	background-image: url('/images/rotate_left_icon.png');
}
#wrap_text_btn {
	background-image: url('/images/wrap_text_icon.png');
}
#move_region_btn {
	background-image: url('/images/move_region_icon.png');
}
#background_edit_btn {
  background-image: url('https://entourage-web-images.s3.us-east-1.amazonaws.com/Insert_Background.png');
}
#spell_check_btn {
  background-image: url('/images/edo-icons/Spell_check_icon.png');
}  
/* ---------------------------------------------------- image context bar icons --------------------------------------------------------*/
#refresh_photo_btn {
	background-image: url('/images/change_photo_icon.png');
	background-position: left 1px bottom 7px;
}
#refresh_people_photo_btn {
	background-image: url('/images/change_photo_icon.png');
}
#tag_photo_btn {
	background-image: url('/images/tag_photo_icon.png');
  background-position: left 1px bottom 7px;
  background-size: 16px;
    background-repeat: no-repeat;
}
#clear_photo_btn {
	background-image: url('/images/clear_photo_icon.png');
  background-position: left 1px bottom 7px;
  background-size: 16px;
	background-repeat: no-repeat;
}
#crop_photo_btn {
	background-image: url('/images/crop_icon.png');
	background-size: 16px;
    background-repeat: no-repeat;
}
#edit_photo_btn {
	background-image: url('/images/edo-icons/edit_photo_icon.png');
  background-position: left 1px bottom 7px;
  background-size: 16px;
    background-repeat: no-repeat;
}
#clip_photo_btn {
	background-image: url('/images/edo-icons/clipping_icon.png');
  background-position: left 1px bottom 7px;
  background-size: 16px;
    background-repeat: no-repeat;
}
#unclip_photo_btn {
  background-image: url("/images/edo-icons/Back_arrow_24.png");
  background-position: left 1px bottom 7px;
  background-size: 16px;
    background-repeat: no-repeat;
}
#enhance_photo_btn {
  background-image: url("/images/edo-icons/autofix_btn.png");
  background-position: left 1px bottom 7px; 
  width: 50px; 
}
#flip_horizontal_btn {
	background-image: url('/images/flip_horizontal_icon.png');
}
#flip_vertical_btn {
	background-image: url('/images/flip_vertical_icon.png');
}
#flip_vertical_btn {
	background-image: url('/images/flip_vertical_icon.png');
}
#caption_photo_btn {
	background-image: url('/images/insert_caption_icon.png');
  background-position: left 1px bottom 7px;
  background-size: 16px;
    background-repeat: no-repeat;
}

/* ---------------------------------------------------- text context bar icons --------------------------------------------------------*/
#text_align_left_btn {
	background-image: url('/images/edo-icons/align_text_left.png');
}
#text_align_center_btn {
	background-image: url('/images/edo-icons/align_text_center.png');
}
#text_align_right_btn {
	background-image: url('/images/edo-icons/align_text_right.png');
}
#text_align_justify_btn {
	background-image: url('/images/edo-icons/align_text_justify.png');
}
#font_color_btn {
	border: 1px solid #ffffff;
}
#stroke_color_btn {
	border: 1px solid #ffffff;
}
#font_color_display {
	background-image: url('https://entourage-web-images.s3.us-east-1.amazonaws.com/font_color.png');
}
#stroke_color_display {
	background-image: url('/images/edo-icons/border_color_1.png');
}

/* ---------------------------------------------------- edit text style menu ----------------------------------------------------*/
#edit_text_style_align_left {
	background-image: url('/images/edo-icons/align_text_left.png');
}
#edit_text_style_align_center {
	background-image: url('/images/edo-icons/align_text_center.png');
}
#edit_text_style_align_right {
	background-image: url('/images/edo-icons/align_text_right.png');
}
#edit_text_style_align_justify {
	background-image: url('/images/edo-icons/align_text_justify.png');
}

/* Button for changing color styles */
.editStyleBtn {
  font-size: 7pt;
  font-weight: normal;
  position: relative;
  top: -4px;
  width: 35px;
  background-color: white;
  padding: 3px;
  float: right;
  color: black;
  border-radius: 5px;
  border: 1px solid #cccccc;
  text-shadow: none;
  box-shadow: 1px 1px 1px #999999;  
  line-height: auto;
}

.editStyleBtn:hover {
  color: white;
  background-color: #217AE9;
}

.colorLabelDiv {
  font-size: 8pt;
  width: 130px;
}

#customColorSwatch {
  width: 300px;
  border: 1px solid #999999;
  padding: 20px;
  margin: 20px;
  color: white;
  
}

/* ---------------------------------------------------- insert icons --------------------------------------------------------*/

#insert_people_page_btn{
	background-image: url('/images/edo-icons/insert_icon_people.png');
}

#insert_saved_template_btn{
	background-image: url('/images/edo-icons/insert_icon_Saved.png');
}

#insert_autoGrid_btn {
  background-image: url('https://entourage-web-images.s3.us-east-1.amazonaws.com/insert_auto_grid.png');
}  

/* ---------------------------------------------------- Bootstrap Analogies ----------------------------------------------------*/
label {
  //display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;   
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
      
}

/* ---------------------------------------------------- view pref icons --------------------------------------------------------*/
#view_pref_item_viewMode {
	background-image: url('/images/edo-icons/view_pref_icon_preview.png');
}
#view_pref_item_showPageRulers {
	background-image: url('/images/edo-icons/view_pref_icon_ruler.png');
}
#view_pref_item_snapToObjects {
	background-image: url('/images/edo-icons/view_pref_icon_snapobj.png');
}
#view_pref_item_showGrid {
	background-image: url('/images/edo-icons/view_pref_icon_grid.png');
}
#view_pref_item_zoomIn {
	background-image: url('/images/edo-icons/view_pref_icon_zoom_in.png');
}
#view_pref_item_zoomOut {
	background-image: url('/images/edo-icons/view_pref_icon_zoom_out.png');
}
#view_pref_item_fitPage {
	background-image: url('/images/edo-icons/view_pref_icon_fit_page.png');
}

#view_pref_item_annotationSettings_visible {
	background-image: url('https://entourage-web-images.s3.us-east-1.amazonaws.com/annotations_icon4.png');
}

/* ---------------------------------------------------- cursor icons --------------------------------------------------------*/

.cursor_btn {
	height: 30px;
    display: inline-block!important;
	border-top: none!important;
	padding: 0px 21px!important;
}
#cursor_pointer_btn {
	background-image: url('/images/edo-icons/Mouse_arrow_24.png');
}
#cursor_text_btn {
	background-image: url('https://entourage-web-images.s3.us-east-1.amazonaws.com/Insert_Text4.png');
}
#cursor_hand_btn {
	background-image: url('/images/edo-icons/Palm_of_the_hand_24.png');
}
#cursor_selection_btn {
	background-image: url('/images/edo-icons/Add_cursor_24.png');
}
#cursor_zoom_btn {
	background-image: url('/images/edo-icons/view_pref_icon_zoom_in.png');
}

.cursor_pointer_btn {
	background-image: url('/images/edo-icons/Mouse_arrow_24.png');
}
.cursor_text_btn {
	background-image: url('https://entourage-web-images.s3.us-east-1.amazonaws.com/Insert_Text4.png');
}
.cursor_hand_btn {
	background-image: url('/images/edo-icons/Palm_of_the_hand_24.png');
}
.cursor_selection_btn {
	background-image: url('/images/edo-icons/Add_cursor_24.png');
}
.cursor_zoom_btn {
	background-image: url('/images/edo-icons/view_pref_icon_zoom_in.png');
}

#h-sub-header{
	text-align:left;
	font-weight: bold;
	font-size: 16pt;
	padding:3px;
	color: #217AE9;
	//background-color: #217AE9;
}

#help_search_box {
	padding: 0;
}
#help_search_box .field_holder {
	overflow: hidden;
	padding: 3px;
}
#help_search_box .search_icon_box {
	float: right;
	width: 30px;
	height: 30px;
	background-color: #ffffff;
	cursor: default;
}
#help_search_box .search_icon {
	width: 30px;
	height: 30px;
	background-image: url("https://entourage-web-images.s3.us-east-1.amazonaws.com/EDOnline/search_help.png");
	background-repeat: no-repeat;
	background-position: 3px 3px;
	background-color: #aa0000;
  border-radius: 5px;
  margin-top: 3px;
}
#help_search_box .search_icon.active {
/*	background-position: 0 -20px;*/
  background-repeat: no-repeat;
  background-position: 3px 3px;
	cursor: pointer;
}
#help_search_field {
	display: block;
	width: 100%;
	height: 30px;
	margin: 0;
	border: 0;
	padding: 0 0 0 10px;
	font-size: 16px;
	line-height: 1.25;
	text-align: left;
	color: #888888;
	border: 1pt solid;
}
#help_search_field.active {
	color: #000000;
}
#help_search_field:focus {
	padding: 3px;
}
#help_search_field::-ms-clear {
	display: none;
	width : 0;
	height: 0;
}
#help_search_result_list {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #7DA7D9;
	overflow: auto;
	max-height: 500px;
  margin-top: 6px;
}
#help_search_result_list > li {
	display: block;
	padding: 10px;
	color: #ffffff;
	text-align: left;
	cursor: pointer;
	background-color: #217AE9;
	margin: 5px;
}
#help_search_result_list > li:hover {
	background-color: #2373d7;
}
#help_search_result_list > li.help_search_none {
	cursor: default;
}
#help_search_result_list > li .help_item_icon {
	width: 20px;
	height: 20px;
	background-color: #ffffff;
	border-radius: 10px;
	float: right;
	margin: 0 -5px 5px 5px;
	background-repeat: no-repeat;
	background-position: center;
}

.help_item_icon {
	width: 22px;
	height: 22px;
	background-color: #ffffff;
	border-radius: 10px;
	border: .5pt solid #217AE9;
	float: left;
	margin: 0 5px 5px 5px;
	background-repeat: no-repeat;
	background-position: center;
}

#save_btn {
	background-color: #75A514;
	color: #ffffff;
	float: left;
}
#save_btn:hover {
	
}
#save_btn.saving {
	box-shadow: none;
	background-color: #999999;
	cursor: default;
}
#exit_btn {
	background-color: #D0290F;
	color: #ffffff;
	float: right;
}

#help_btn {
	background-color: #217AE9;
	float: right;
	margin: 0 5px;
	border-radius: 5px;
	box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
}

#top_toolbar {
	width: 100%;
	padding: 5px 5px 0 5px;
	background-color: #ffffff;
}

#context_toolbar_holder {
	width: 100%;
	height: 0;
	position: relative;
	overflow: visible;
}

#context_toolbar {
	position: absolute;
	z-index: 2;
	background-color: #333333;
	background-color: rgba(200, 200, 200, 0.9);
	border-radius: 0 0 5px 5px;
	box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
	height: auto!important;
	right: 100px;
	width:auto!important;
	box-shadow: 2px 2px 2px black;
}
.group_resize_items {
	display:none;
}
.image_bar_item {
	background-size: 18px auto;
    height: auto!important;
    padding: 5px!important;
    display: inline-block;
    float: none!important;
    margin: 3px!important;
}
.image_bar_item:hover {
	background-color: #e4e4e4;
}
#dynamic_clipart_btn.image_bar_item:hover {
	background-color: #eeeeee;
  color: #000000;
}
.quick_imenu_sm {
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	background-color: #eeeeee;
	color: #333333;
	width: 60px!important;
  
}
.quick_imenu {
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	background-color: #eeeeee;
	color: #333333;
	width: 100px!important;
  
}
.quick_imenu_lg {
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	background-color: #eeeeee;
	color: #333333;
	width: 210px!important;
  
}
.font_bar_item {
	background-size: 18px auto;
    height: 30px!important;
    width: auto!important;
    //display: block!important;
    float: none!important;
    margin: 5px!important;
	margin-right: auto;
	line-height: 30px!important;
}
.font_bar_item:hover {
	background-color: #e4e4e4;
}

#context_toolbar .bar_item {
	background-size: 18px auto;
	height: 20px;
}
#context_toolbar .bar_item:active {
	box-shadow: inset 0 0 0 1px #eeeeee;
}
#context_toolbar .bar_item.active {
	box-shadow: inset 0 0 0 1px #eeeeee;
}
#context_toolbar .bar_item.hidden {
	display: none;
}

.context_bar_section {
	float: left;
}
.context_bar_section.hidden {
	display: none;
}

.sub_bar_item {
	float: left;
	height: 100%;
	padding: 5px 0 5px 5px;
}
.sub_bar_item > div {
	height: 100%;
	padding: 5px 10px;
	font-size: 12px;
	background-color: #ffffff;
}

#text_style_options {
	overflow: hidden;
	padding: 0;
	font-family: serif;
}
#text_style_options > div {
	width: 20px;
	height: 100%;
	text-align: center;
	padding: 4px 0 0 0;
	border-right: 1px solid #333333;
	float: left;
	cursor: pointer;
}
#designer_box {
	width: 100%;
	background-color: #aaaaaa;
	position: relative;
}
#designer_placeholder {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	min-width: 1100px;
	background-color: #ffffff;
	overflow: auto;
}
#designer_placeholder.hidden {
	display: none;
}
#designer_placeholder .pad {
	margin: 0 auto;
	padding: 20px;
}
#designer_placeholder .grid {
	float: left;
	width: 50%;
	padding-bottom: 20px;
}
#designer_placeholder .grid.left {
	padding-right: 10px;
}
#designer_placeholder .grid.right {
	padding-left: 10px;
}
#designer_placeholder .title {
	text-align: center;
	font-size: 26px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #cccccc;
	margin: 0 0 20px 0;
}
#designer_placeholder .sub_title {
	text-align: center;
	font-size: 20px;
}
#intro_sections_table {
	width: 100%;
	border-spacing: 20px;
}
#intro_sections_table .section {
	padding: 20px;
	vertical-align: top;
	background-color: #eeeeee;
	text-align: center;
	border-radius: 5px;
	border: 3px solid white;
}
#intro_sections_table .section .title {
	text-align: center;
	font-size: 16px;
	border-bottom: 1px solid #cccccc;
	margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  color: #000000;
  background-color: initial;
  height: initial;
  line-height: initial;
}

#theEditor {
	width: 100%;
	height: 100%;
	border: 0;
	position: absolute;
	z-index: 0;
}

#bottom_toolbar {
	width: 100%;
	height: 30px;
	background-color: #333333;
}

#bottom_toolbar .drop_up_menu {
  margin: 0 0 0 5px;
  float: left;
  display: none;
}
#bottom_toolbar .drop_up_menu.shown {
  display: block;
}
#bottom_toolbar .drop_up_menu .menu_holder {
	height: 0;
	position: relative;
	overflow: visible;
}
#bottom_toolbar .drop_up_menu .menu_holder .menu {
  width: 720px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #eeeeee;
	box-shadow: 0 0 2px 0 #000000;
	color: #000000;
	text-align: left;
	padding: 5px;
	display: none;
  border-radius: 5px 5px 0 0;
  
}
#bottom_toolbar .drop_up_menu.open .menu_holder .menu {
  display: block;
}
#bottom_toolbar .drop_up_menu .toggle_btn {
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	cursor: pointer;
	padding: 0 10px;
  color: #ffffff;
  background-color: #666666;
}
#bottom_toolbar .drop_up_menu .toggle_btn:hover {
  background-color: #777777;
}
#bottom_toolbar .drop_up_menu.open .toggle_btn {
  background-color: #217ae9;
}
#bottom_toolbar .drop_up_menu .page_info_arrow {
	width: 10px;
	height: 8px;
	float: left;
	margin: 10px 10px 0 0;
	background-image: url("/images/drop_down_arrow_white_sprite.png");
	background-repeat: no-repeat;
	background-position: 0 -8px;
}
#bottom_toolbar .drop_up_menu.open .page_info_arrow {
  background-position: 0 0;
}

#people_details_apply_group_btn {
  margin-top: 20px;
  display: none;
}

#people_page_info_display {
	z-index: 5;
	max-height: 600px;
}

#people_page_info_toggle_btn {
  width: 136px;
}

.pp_template_name {
	font-weight: bold;
	font-size: 10pt;
}

.pp_profile_count_container {
	font-size: 10pt;
}

.pp_select_control {
	padding: 3px;
	margin: 5px;
}

.page_notes_section {
  float: left;
  width: 33%;
  padding: 5px;
  font-size: 13px;
}
.page_notes_section .title {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #999999;
  margin-bottom: 10px;
  padding: 5px 0;
}
.page_notes_section .annotations_box {
  margin: 0 0 10px 0;
  font-size: 12px;
}
.page_notes_section .annotations_box > .item {
  background-color: #eeeeee;
  padding: 5px;
  margin-bottom: 5px;
}
.page_notes_section .annotations_box > .item .delete {
  float: right;
  width: 14px;
  height: 14px;
  background-color: #D0290F;
  background-image: url("https://edo.entourageyearbooks.com/images/close_x.png");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 1px 1px
}
.page_notes_section .annotations_box > .item .message {
  font-size: 14px;
  font-weight: bold;
}
.page_notes_section .page_notes_area {
	display: block;
	margin: 0;
	width: 100%;
	height: 40px;
	min-height: 40px;
  resize: vertical;
	font-size: 12px;
	line-height: 16px;
	font-family: sans-serif;
	border: 2px solid #cccccc;
}
.page_notes_section .info_box {
  margin: 10px 0;
  padding: 0 10px;
  font-size: 14px;
  line-height: initial;
}

.condition_box {
	padding: 5px;
	max-height: 400px;
	overflow: auto;
}

.page_notes_section .condition_box {
  font-size: 12px;
  line-height: initial;
  margin: 10px 0;
}

.page_notes_section .condition_box .message {
  padding: 0 10px;
}
.page_notes_section .btn {
  margin: 10px 0;
}
.page_notes_area.saved {
	border: 2px solid #75A514;
}
#document_status_box {
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  margin: 0 5px 0 0;
  padding: 0 10px;
	background-color: #ECB623;
  color: #000000;
  float: left;
  display: none;
}
#document_status_box.show {
  display: block;
}
#document_details {
	padding: 0 10px;
	color: #ffffff;
	font-size: 12px;
	line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
	display: inline-block;
	max-width: 450px;
}
#document_details:-webkit-scrollbar {
    width: 0px;
	}
#liveChat_icon{
	display: inline-block;
	float: right;
	height: 28px;
}

#doc_nav_section {
  position: relative;
	padding: 10px 3px 5px 0px;
	font-size: 18px;
	line-height: 20px;
	font-weight: 100;
}
#doc_nav_section > hr {
	border: 0;
	margin: 0;
	border-bottom: 1px solid #cccccc;
}
#doc_nav_section .page_nav_arrow {
  position: absolute;
  top: 0;
  width: 25px;
  height: 40px;
  cursor: pointer;
  background-image: url("https://entourage-web-images.s3.us-east-1.amazonaws.com/icons/prev-next-arrows.png");
  display: none;
}
#doc_nav_section .page_nav_arrow:hover {
  background-color: #dddddd;
}
#doc_nav_section .page_nav_arrow.show {
  display: block;
}
#prev_page_btn {
  left: 0;
  background-position: -7.5px 0;
}
#next_page_btn {
  right: 0;
  background-position: -7.5px 40px;
}

#left_panel .btn_holder {
	overflow: hidden;
	font-size: 12px;
	line-height: 20px;
	font-weight: 100;
	text-align: center;
  padding: 0px;
}
#left_panel .btn_holder.hidden {
  display: none;
}
#left_panel .btn_holder > hr {
	border: 0;
	margin: 0 5px 5px 0;
	border-bottom: 1px solid #cccccc;
}
#left_panel .btn_holder > .grid {
	padding: 0 3px 3px 0;
}
.insert_btns > .grid {
	padding: 0 5px 5px 0;
}
.grid {
	float: left;
}
.grid.one_col {
	width: 100%;
}
.grid.two_col {
	width: 50%;
}
.grid.three_col {
	width: 33.3333%;
}
.grid.four_col {
	width: 25%;
}
.grid.five_col {
	width: 20%;
}
.grid.hidden {
  display: none;
}

.panel_item.btn.selected, .panel_item.btn.active {
	background-color: #666666;
	color: #ffffff;
	box-shadow: none;
	cursor: pointer;
}
.panel_item.btn.selected:hover, .panel_item.btn.active:hover {
	box-shadow: none;
}
.panel_item.btn.selected:active, .panel_item.btn.active:active {
	box-shadow: none;
}

.insert_btn_txt {
	position: absolute;
	left: 0;
	bottom: 3px;
	width: 100%;
	font-size: 9px;
	line-height: 9px;
}

.photo_toolbar_text {
	position: relative;
	font-size: 12px;
	line-height: 10px;
  	padding: 5px;
  	margin-left: 12px;
}
.font_toolbar_text {
	position: relative;
	font-size: 12px;
	line-height: 10px;
  	padding: 5px;
  	margin-left: 12px;
}

#autofix_toolbar_text  {
	position: relative;
	font-size: 12px;
	line-height: 10px;
  	padding: 5px;
  	margin-left: 12px;
}

.panel_item {
	font-size: 10px;
	line-height: 10px;
	font-weight: 100;
	background-color: #ffffff;
	border-radius: 5px;
	text-align: center;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
}

.panel_item:hover {
	background-color: #e4e4e4;
}

.close_icon {
    width: 15px;
    height: 15px;
    float: right;
    margin: -2px 0px 0 0;
    border-radius: 5px;
    cursor: pointer;
    background-image: url(https://entourage-web-images.s3.us-east-1.amazonaws.com/small_white_x.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: contain;
}

.add-button{
	font-weight: 100;
	background-color: #ffffff;
	border-radius: 5px;
	text-align: center;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  Cursor:pointer;
  margin-bottom: 10px;
}
.add-button:hover {
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}

.panel_item.hidden {
	display: none;
}
.panel_item.btn:hover {
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}
.panel_item.btn:active {
	background-color: #666666;
	color: #ffffff;
	box-shadow: none;
}
.panel_item.insert {
	height: 50px;
	background-position: center 5px;
	background-repeat: no-repeat;
	position: relative;
}
.panel_item.view_pref {
	height: 45px;
	font-size: 9px;
	line-height: 9px;
	overflow: hidden;
//	background-position: center;
  position: relative;
	background-repeat: no-repeat;
	background-size: 20px auto;
}
.panel_item.cursor_option {
  height: 42px;
	padding-top: 10px;
	background-position: center 5px;
	background-repeat: no-repeat;
	background-size: 20px auto;
  position: relative;
}
.panel_item.action {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}
.panel_item.full {
	font-size: 16px;
	line-height: 20px;
	padding: 5px 0;
	margin: 10px;
}
.panel_item.page {
	font-size: 18px;
	line-height: 20px;
	padding: 10px 0;
	margin-top: 8px;
}
.panel_item.people {
	height: 30px;
}
#left_panel {
	min-width: 285px;
	height: 100%;
	background-color: #eeeeee;
	float: left;
	position: relative;
	overflow: hidden;
	-webkit-transition: width 250ms;
	-moz-transition: width 250ms;
	-ms-transition: width 250ms;
	-o-transition: width 250ms;
	transition: width 250ms;
}
#left_panel.extended {
	width: 510px;
}
#left_panel_btns {
  width: 100%;
  height: 100%;
}
#left_panel_items.hidden {
	display: none;
}
#left_panel #quick_menu {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	overflow: hidden;
	background-color: #eeeeee;
	color: #000000;
	transition: height 500ms;
}
#left_panel .menu {
	position: absolute;
	left: 40px;
	bottom: 0;
	width: calc(100% - 40px);
	height: 0;
	overflow: hidden;
	background-color: #333333;
	color: #ffffff;
	transition: height 500ms;
}
#left_panel .menu.open {
	height: 100%;
	overflow: visible;
}
#left_panel .menu .menu_title {
	color: #ffffff;
	padding: 10px 0 0 0;
	margin: 0 10px;
	font-size: 22px;
	line-height: 30px;
	border-bottom: 1px solid #ffffff;
	position: relative;
}
#left_panel .menu  .menu_title .close_btn {
	width: 25px;
	height: 25px;
	float: right;
	background-image: url("/images/x_black_25.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-size: contain;
	background-color: #eeeeee;
	border-radius: 3px;
	cursor: pointer;
}
#left_panel .menu  .menu_title .create_btn {
	width: 25px;
	height: 25px;
	float: right;
	background-color: #eeeeee;
	border-radius: 3px;
	cursor: pointer;
	color: black;
	text-align: center;
	font-size: 17px;
	margin-right: 4px;
}
#left_panel .menu .menu_title .close_btn:hover {
	background-color: #ffffff;
}
#left_panel .menu  .menu_title .close_btn.hidden {
	display: none;
}
#left_panel .menu .menu_box {
	clear: both;
	margin-top: 10px;
}
#left_panel .menu .menu_options {
	width: 100%;
  border-spacing: 10px;
}
#left_panel .menu .menu_options tr > td {
  font-size: 12px;
  padding: 0;
}
#left_panel .menu .menu_options input[type="number"] {
	margin: 0;
  padding: 0 0 0 5px;
  border: 0;
  border-radius: 5px;
  font-size: 12px;
  line-height: 18px;
}
#left_panel .menu .center_text_section {
  font-size: 16px;
  text-align: center;
  margin: 10px;
}
#left_panel .menu .big_text_input {
  width: 100%;
  height: 25px;
  font-size: 14px;
  line-height: 25px;
  padding: 0 5px;
  background-color: #ffffff;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.3);
}
#auto_layout_preview_holder {
  padding: 0 40px;
  margin: 10px 0 0 0;
  font-size: 12px;
  text-align: center;
}
#auto_layout_preview_box {
  padding-top: 129.4118%;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  margin: 0 0 5px 0;
}
#auto_layout_preview_box > .photo {
  background-color: #333333;
  position: absolute;
}
#auto_layout_preview_box > .text {
  background-color: #999999;
  position: absolute;
}
#qr_code_text_preview {
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  overflow: auto;
}
.qr_code_text_preview{
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
  overflow: auto;
}
.qrScroll{
    overflow: hidden;
    overflow-y: scroll;
    width: 100%;
    height: 190 px;
}
.menu .drop_down_toggle {
	cursor: pointer;
  margin-top: 5px;
}
.menu .drop_down_toggle:hover {
	background-color: #111111;
}

.drop_down_toggle .drop_down_arrow {
	float: right;
	width: 10px;
	height: 8px;
	background-image: url('/images/drop_down_arrow_white_sprite.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 3px 0 0 0;
}
.drop_down_toggle .drop_down_arrow.expand {
	background-position: 0px -8px;
}
.menu .sub_title {
	padding: 5px 10px;
	background-color: #000000;
	font-size: 13px;
	clear: both;
}
.menu .sub_title.hidden {
	display: none;
}
.menu .sub_content {
  padding: 5px 10px;
  overflow: hidden;
}
.menu .display_box {
  overflow: auto;
}
#photo_option_box {
	overflow: hidden;
	padding: 0 10px;
}
.drop_down_holder {
	width: 0;
	height: 0;
	position: absolute;
	z-index: 3;
}

.expand_handle {
	cursor: pointer;
}
.expand_handle:hover {
	background-color: #ffffff;
}
.expand_handle:hover .expand_box {
	background-color: #333333;
}
.filter_title {
	background-color: #eeeeee;
	color: #000000;
	padding: 5px 10px;
	margin: 0 10px;
}

.filter_display {
	background-color: #000000;
	color: #ffffff;
	padding: 10px 10px 5px 10px;
	font-size: 12px;
	display: none;
}
.filter_display.show {
	display: block
}

.expand_box {
	float: right;
	width: 17px;
	border-radius: 3px;
	text-align: center;
	font-weight: bold;
	background-color: #999999;
	color: #ffffff;
}

#photo_category_box {
	z-index: 2;
}

#photo_category_box .category {
	font-size: 12px;
	background-color: #ffffff;
	color: #333333;
	padding: 5px 10px;
	margin-top: 1px;
	cursor: pointer;
}
#photo_category_box .category:hover {
	background-color: #eeeeee;
}
#photo_category_box .category.all_photos {
	margin-bottom: 5px;
}
#photo_category_box .category.selected {
	background-color: #666666;
	color: #ffffff;
}
#photo_category_box .category .photo_count {
	float: right;
	color: #666666;
	font-size: 10px;
	font-style: italic;
}
#photo_category_box .category.selected .photo_count {
	color: #ffffff;
}
.checkbox_btn {
  background-color: #ffffff;
	color: #333333;
  width: 100%;
	clear: both;
	border-radius: 5px;
	text-align: left;
	padding: 0;
}
.checkbox_btn.active {
	background-color: #589DE8;
	color: #ffffff;
}
.checkbox_btn.inactive {
	background-color: #666666;
	color: #cccccc;
}
.checkbox_btn label {
	display: block;
	cursor: pointer;
}
.checkbox_btn label div {
	padding: 5px 0;
}
.checkbox_btn input[type="checkbox"] {
	display: block;
	float: left;
	margin: 0 5px;
}
#left_panel .menu #photo_gallery_box {
	overflow-x: hidden;
	overflow-y: auto;
	padding: 10px 0;
	margin: 0;
}
.collapse_arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 25px;
	height: 25px;
	background-image: url('/images/collapse_arrow_sprite.png');
	background-repeat: no-repeat;
	background-position: 0 -25px;
	cursor: pointer;
}
.collapse_arrow.collapsed {
	background-position: 0 0;
}

.section_title {
	font-size: 14px;
	font-weight: 100;
	margin: 5px 10px 0 10px;
	padding: 5px 0;
	border-bottom: 1px solid #aaaaaa;
	position: relative;
}
.section_title:hover .collapse_arrow {
	background-color: #222222;
}

.scroll_y {
	overflow-x: hidden;
	overflow-y: auto;
}

.page_select {
  -webkit-transition: height 0.5s;   
  -moz-transition: height 0.5s;   
  -ms-transition: height 0.5s;   
  -o-transition: height 0.5s;   
  transition: 	height 0.5s;   
	//height: 150px;

}

.page_select.collapsed {
	height: 0;
	overflow: hidden;

}
.page_select .document {
	margin: 25px 10px;
	box-shadow: 0 1px 5px 0 #000000;
	margin-right: auto;
	margin-left:auto;
	width: 200px;
}
.page_select .document > .spread {
  width: 200px;
  //height: 141px;
  height: 129px;
	//padding-top: 64.7058%;
	position: relative;
  -webkit-transition: box-shadow 500ms;
	-moz-transition: box-shadow 500ms;
	-ms-transition: box-shadow 500ms;
	-o-transition: box-shadow 500ms;
	transition: box-shadow 500ms;
}
.page_select .document > .spread.cover {
  //padding-top: 63%;
}
.page_select .document > .spread.selected {
	box-shadow: 0 0 0 5px #589DE8;
}
.page_select .document > .spread > .content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 129px;
  width: 200px;
}

@media only screen and (max-width:1450px) {
	.page_select .document > .spread > .content {
		height: 112.875px;
		width: 175px;
	}
	.page_select .document > .spread {
		width: 175px;
		height: 112.875px;
	}
	.page_select .document {
		width: 175px;
	}
	.item_gallery > .gallery_item {
		width: 95px;
	}
}

.page_select .document > .spread > .content > .cover {
	height: 100%;
	background-color: #ffffff;
	cursor: pointer;
	overflow: hidden;
}
.page_select .document > .spread > .content > .number {
	color: #ffffff;
	text-align: center;
	font-size: 10px;
	margin: 3px 0 0 0;
}
.page_select .document > .spread > .content > .page {
	width: 50%;
	height: 100%;
	float: left;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	cursor: pointer;
  position: relative;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}
.page_select .document > .spread > .content > .page.blank {
	cursor: default;
	background-color: #eeeeee;
}
.page_select .document > .spread > .content > .page > .updating_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
}
.page_select .document > .spread > .content > .page > .updating_box > .updating_icon {
  position: relative;
  top: 35%;
  font-size: 24px;
  text-align: center;
	color: white;
  text-shadow: 0 1px 2px #000000;
}
.page_select .document > .spread > .content > .preview_status {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30px;
	background-color: #75A514;
	color: #ffffff;
	padding: 5px 0 0 0;
	text-align: center;
}
.page_select .document > .spread > .content > .page > .page_preview {

  /*height: 141px; */
  width:100px;
  
}
.page_select .document > .spread > .content > .cover > .cover_preview {
  height: 100%;
  width: 100%;
}
.page_select .document > .spread > .content > .cover > .endsheet_preview {
  height: 100%;
  width: 100%;
}
.page_select .document > .spread > .content > .page ~ .number {
	width: 50%;
	float: left;
}
.page_select .document > .spread > .content:hover .page_detail_btn {
	display: block;
}
.page_detail_btn {
	width: 20px;
	height: 20px;
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.5);
	background-image: url("/images/zoom_icon.png");
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 1;
	border-radius: 3px;
	cursor: pointer;
	display: none;
}

.dynamic_clipart_btn {
	width: 20px;
	height: 20px;
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.5);
	background-image: url("/images/whitestar.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px 18px;
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: 1;
	border-radius: 3px;
	cursor: pointer;
	display: block;
}

.pixabay_clipart_btn {
	width: 20px;
	height: 20px;
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.5);
	background-image: url("https://entourage-web-images.s3.us-east-1.amazonaws.com/logo_square_pixabay.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px 18px;
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: 1;
	border-radius: 3px;
	cursor: pointer;
	display: block;
}

.template_edit_btn {
	width: 20px;
	height: 20px;
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.5);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: 5px;
	top: 85px;
	z-index: 1;
	border-radius: 3px;
	cursor: pointer;
	display: none;
	visibility: visible;
}

.template_delete_btn {
	width: 20px;
	height: 20px;
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.5);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: 5px;
	top: 59px;
	z-index: 1;
	border-radius: 3px;
	cursor: pointer;
	display: none;
	visibility: visible;
}

.lock_btn {
	width: 20px;
	height: 20px;
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.5);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: 5px;
	top: 32px;
	z-index: 1;
	border-radius: 3px;
	cursor: pointer;
	display: none;
}


.no_display {
	display: none;
}

.gallery_item {
	max-width: 47%;
    max-height: 100%;
	float: left;
	margin: 0 5px 5px 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-size: contain;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.gallery_item > .drag_block {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.gallery_item.selected {
	background-color: #b3d570;
}
.gallery_item.selected > .drag_block {
	box-shadow: inset 0 0 0 3px #75A514;
}
.gallery_item .item_photo {
	display: block;
	max-height: 100%;
	max-width: 100%;
	margin: 0 auto;
	border: 0;
	-webkit-user-drag: none;
	-moz-user-drag: none;
	-ms-user-drag: none;
	-o-user-drag: none;
	user-drag: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.gallery_item > .detail_btn {
	position: absolute;
	right: 3px;
	top: 3px;
	width: 0px;
	height: 0px;
	border-radius: 3px;
	background-color: rgba(0, 0, 0, 0.5);
	background-image: url("/images/zoom_icon.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: width 500ms, height 500ms;
}
.gallery_item:hover > .detail_btn {
	width: 23px;
	height: 23px;
}
.gallery_item.selected > .detail_btn {
	display: none;
}
.gallery_item > .like_box {
	position: absolute;
  left: 3px;
  top: 3px;
	border-radius: 5px;
	padding: 3px;
  background-color: rgba(0, 0, 0, .5);
}
.gallery_item > .like_box > .like_icon {
  width: 12px;
  height: 12px;
  background-color: #298EF9;
  background-image: url("/images/like_face_sprite.png");
  background-size: 12px;
  background-position: 0 -12px;
  border-radius: 6px;
  margin-bottom: 3px;
}
.gallery_item > .like_box > .like_count {
  font-size: 9px;
  line-height: 9px;
  text-align: center;
}
.gallery_item > .info_box {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 9px;
}
.gallery_item > .info_box > .file_info {
	background-color: rgba(0, 0, 0, 0.5);
	color: #ffffff;
	padding: 3px;
	clear: both;
}
.gallery_item > .info_box > .in_book {
	background-color: #9DD;
	color: #000000;
	padding: 3px;
}
.gallery_item > .info_box > .on_page {
	background-color: #ffba00;
	color: #000000;
	padding: 3px;
	float: left;
}
.gallery_item > .info_box > .status_box {
	background-color: #eeeeee;
	color: #000000;
	padding: 3px;
}
.gallery_item > .info_box > .status_box.use {
	background-color: #9dd;
}
.gallery_item > .info_box > .status_box.consider {
	background-color: #ff5;
}
.gallery_item > .info_box > .status_box.discard {
	background-color: #f99;
}
.gallery_item > .info_box > .status_box.error {
	background-color: #a00;
	color: #ffffff;
}
.gallery_item > .info_box > .status_box.placed {
	background-color: #267EED; 
  color: white;
}
.flex_horizontal {
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; 
	-webkit-flex-direction: row;
	flex-direction: row;
}
.flex_vertical {
	height: 100%;
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-ms-flex-direction: column;
}
.flex_vertical > div:not(.flex_fill) {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.flex {
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex_fill {
	-webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}


#text_style_menu .pop_over_list {
	width: 200px;
}
#text_style_menu .pop_over_list > ul > li.sub_item {
	padding: 10px;
}
#text_style_menu input[type=text] {
	padding: 0;
	margin: 5px 0 0 0;
	width: 100%;
	font-size: 12px;
}
#text_style_menu .confirm_btn {
	padding: 5px;
	background-color: #75A514;
	color: #ffffff;
	cursor: pointer;
	text-align: center;
	border-radius: 5px;
	font-size: 14px;
}
.h_pop_over  ul > li{
	text-align: left !important;
	padding: 10px !important;
}
#save_options_menu {
	display: none;
}
#save_options_menu.open {
	display: block;
}
#save_options_menu .pop_over_list {
	width: 212px;
}

#help_options_menu {
	width: 150px;
}
#help_options_menu .pop_over_list {
	width: 400px;
	float: right;
	margin-top: 5px;
}

#help_options_menu li {
	text-align: left!important;
}

#exit_options_menu {
	width: 50px;
}
#exit_options_menu .up_arrow {
	float: right;
	margin-right: 10px;
}
#exit_options_menu .pop_over_list {
	width: 220px;
	float: right;
}
#photo_background_choice.pop_over_holder {
	position: fixed;
	z-index: 10;
}
.pop_over_holder {
	position: absolute;
	height: 0;
	z-index: 8;
	cursor: default;
}
.pop_over_holder.closed {
	display: none;
}
.pop_over_holder.right {
	width: 100%;
}
.pop_over_holder.right .pop_over_list {
	float: right
}
.pop_over_list {
	min-width: 115px;
}
.pop_over_list.closed {
	display: none;
}
.pop_over_list.frame_options {
	width: 200px;
	margin: 30px 0 0 -85px;
}
.pop_over_list.icons ul {
  overflow: visible;
}
.pop_over_list.icons ul > li {
  padding-left: 40px;
  text-align: left;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 10px 5px;
}
.pop_over_list.icons ul > li.refresh_photo {
  background-image: url("/images/change_photo_icon.png");
}
.pop_over_list.icons ul > li.index_front {
  background-image: url("/images/edo-icons/move_to_front_icon.png");
}
.pop_over_list.icons ul > li.index_up {
  background-image: url("/images/edo-icons/move_forwards_icon.png");
}
.pop_over_list.icons ul > li.index_down {
  background-image: url("/images/edo-icons/move_backwards_icon.png");
}
.pop_over_list.icons ul > li.index_back {
  background-image: url("/images/edo-icons/move_to_back_icon.png");
}
.pop_over_list.icons ul > li.lock {
  background-image: url("/images/locked_icon_active.png");
}
.pop_over_list.icons ul > li.unlock {
  background-image: url("/images/locked_icon.png");
}
.pop_over_list.icons ul > li.delete {
  background-image: url("/images/edo-icons/Rubbish_bin_24 (1).png");
}
.pop_over_list.icons ul > li.background {
  background-image: url("https://entourage-web-images.s3.us-east-1.amazonaws.com/Insert_Background.png");
  background-size: 15px;
  background-position: 13px 5px;
}
.pop_over_list.icons ul > li.copy {
  background-image: url("/images/edo-icons/Copy_File_24 (1).png");
}
.pop_over_list.icons ul > li.paste {
  background-image: url("/images/edo-icons/Paste_from_clipboard_24.png");
}
.pop_over_list.icons ul > li.add_comment {
  background-image: url("https://entourage-web-images.s3.us-east-1.amazonaws.com/annotations_icon4.png");
}
.pop_over_list.icons ul > li.properties {
  background-image: url("https://entourage-web-images.s3.us-east-1.amazonaws.com/PP_properties.png");
}
.pop_over_list.icons ul > li.refresh_image {
  background-image: url("https://entourage-web-images.s3.us-east-1.amazonaws.com/refresh_image.png");
}
.pop_over_list ul {
	margin: 0;
	padding: 10px 0;
	width: 100%;
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.7);
	overflow: hidden;
	border: 1px solid lightgray;
}
.pop_over_list ul > li {
	font-size: 12px;
	color: #333333;
	padding: 10px 20px;
	display: block;
	cursor: pointer;
	border-top: 1px solid #dddddd;
	font-weight: normal;
  //line-height: 20px;
  letter-spacing: 0;
	text-align: center;
}
.pop_over_list ul > li.align_sub {
	padding: 10px 10px 10px 40px;

}
.pop_over_list ul > li:hover {
	background-color: #eeeeee;
}
.pop_over_list ul > li:first-of-type {
	border-top: 0;
}
.pop_over_list ul > li.hidden {
	display: none;
}
.pop_over_list ul > li.sub_items {
	cursor: default;
  position: relative;
  border-radius: 0 10px 0 0;
}
.pop_over_list ul > li.sub_items:hover {
  width: 200%;
}
.pop_over_list ul > li.sub_items > .sub_arrow {
  width: 0;
  height: 0;
  box-sizing: content-box;
  border: 7px solid transparent;
  border-left-color: #333333;
  border-right: 0;
  margin-top: 3px;
  float: right;
}
.pop_over_list ul > li.sub_items > ul {
  	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
	display: none;
	padding: 0;
	border-radius: 0 10px 10px 10px;
	overflow-y: auto;
	height: auto;
	max-height: 260px;
}
.pop_over_list ul > li.sub_items:hover > ul {
  display: block;
}

.pop_over_list ul > li.sub_sub_items {
	cursor: default;
  position: relative;
  border-radius: 0 10px 0 0;
}
.pop_over_list ul > li.sub_sub_items:hover {
  width: 200%;
}
.pop_over_list ul > li.sub_sub_items > .sub_arrow {
  width: 0;
  height: 0;
  box-sizing: content-box;
  border: 7px solid transparent;
  border-left-color: #333333;
  border-right: 0;
  margin-top: 3px;
  float: right;
}
.pop_over_list ul > li.sub_sub_items > ul {
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  padding: 0;
  border-radius: 0 10px 10px 10px;
  overflow: hidden;
}
.pop_over_list ul > li.sub_sub_items:hover > ul {
  display: block;
}

.pop_over_list > .up_arrow {
	width: 30px;
	height: 15px;
	margin: 5px auto 0;
	background-image: url("/images/pop_over_arrow_up.png");
	background-position: center;
	background-size: contain;
}

/* Don't block the other menu items */
#menuCB {
	top: 35px;
}

.click_block {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.click_block2 {
	background-color: rgba(255, 255, 255, 0.5);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.click_block.dark {
	background-color: rgba(0, 0, 0, 0.5);
	/*z-index: 1050;*/
}

.click_block2.dark {
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 3;
}

.click_block.light {
	background-color: rgba(255, 255, 255, 0.5);
}

#status_display {
	height: 100%;
	float: left;
	font-size: 14px;
	padding: 7px 10px 0;
}
#status_display.good {
	background-color: #75A514;
	color: #ffffff;
}
#photo_option_box .btn {
	font-size: 14px;
	padding: 5px 10px;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	float: right;
	margin: 0 0 0 10px;
}

#insert_cartridge {
	background-color: #75A514;
	color: #ffffff;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-ms-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}
#insert_cartridge.float {
	position: absolute;
	z-index: 1;
	right: 70px;	
	width: 150px;
	border-radius: 5px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.7);
	cursor: move;
}
#insert_cartridge.dock {
	width: 100px;
	height: 100%;
	float: left;
	text-align: center;
	cursor: pointer;
}
#insert_cartridge.hide {
	display: none;
}
#insert_cartridge.show {
	opacity: 1;
}
#cartridge_title {
	padding: 10px;
	background-color: #217AE9;
	font-size: 12px;
}
#cartridge_close {
	width: 15px;
	height: 15px;
	float: right;
	margin: -3px -3px 0 0;
	border-radius: 5px;
	cursor: pointer;
	background-image: url("https://entourage-web-images.s3.us-east-1.amazonaws.com/small_white_x.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-size: contain;
}
#cartridge_close:hover {
	background-color: rgba(0, 0, 0, 0.3);
}
#cartridge_close.hide {
	display: none;
}
#cartridge_preview {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
#cartridge_preview.hidden {
	display: none;
}
#cartridge_instructions {
	padding: 10px;
	font-size: 12px;
	line-height: 17px;
}

 
#insert_cartridge_head {
	background-color: #75A514;
	color: #ffffff;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-ms-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}
#insert_cartridge_head.float {
	position: absolute;
	z-index: 1;
	right: 70px;
	top: 10px;
	width: 150px;
	border-radius: 5px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.7);
	cursor: move;
}
#insert_cartridge_head.dock {
	width: 100px;
	height: 100%;
	float: left;
	text-align: center;
	cursor: pointer;
}
#insert_cartridge_head.hide {
	display: none;
}
#insert_cartridge_head.show {
	opacity: 1;
}
#cartridge_title_head {
	padding: 10px;
	background-color: #217AE9;
	font-size: 12px;
}
#mini_title_head {
	padding: 5px;
	background-color: #217AE9;
	font-size: 12px;
	color:white;
	min-width: 120px;
}
#mini_images_title_head {
	padding: 5px;
	background-color: #217AE9;
	font-size: 12px;
	color:white;
	min-width: 120px;
}
#mini_title_head:hover, #mini_images_title_head:hover {
	cursor: move;
}
#cartridge_close_head {8
	width: 15px;
	height: 15px;
	float: right;
	margin: -3px -3px 0 0;
	border-radius: 5px;
	cursor: pointer;
	background-image: url("https://entourage-web-images.s3.us-east-1.amazonaws.com/small_white_x.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-size: contain;
}
#cartridge_close_head:hover {
	background-color: rgba(0, 0, 0, 0.3);
}
#cartridge_close_head.hide {
	display: none;
}
#cartridge_preview_head {
	display: block;
	max-width: 100%;
	height: 60px;
	margin: 10px auto;
}
#cartridge_preview_head.hidden {
	display: none;
}
#cartridge_instructions_head {
	padding: 10px;
	font-size: 12px;
	line-height: 17px;
	text-align: center;
}
.close_instructions_head {
	padding: 10px;
	font-size: 12px;
	line-height: 17px;
	text-align: center;
	color: #D0290F;	
	text-decoration: underline;	
}
.close_instructions_head:hover {
	cursor:pointer;
}

#Marketing_cartridge {
	background-color: #75A514;
	color: #ffffff;
	overflow: block;
	opacity: 1;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-ms-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
  width: 450px;
}

#Marketing_cartridge.float {
	position: absolute;
	z-index: 1;
	right: 450px;
	top: 10px;
	width: 450px;
	border-radius: 5px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.7);
	cursor: move;
}

#marketing_cartridge_tbl {
  width: 100%;
  border: 0pt;
  display:none;
}

.mktng_cartridge_titles {
	padding: 10px;
	background-color: #217AE9;
	font-size: 13px;
  text-align: center;
  font-weight: bold;
}

.mktng_cartridve_td {
  width: 33%;
}

.mktng_icons {
  width: 65px;
	height: 65px;
  max-width: 100%;
  display: block;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-border: none;
  align: center;
  margin-left: auto;
	margin-right: auto;
  background-position: center; 
  border: 0px none;
  outline: none;
  content: "";
  -webkit-box-shadow:none;
}

.mktng_link {
  text-align: center;
  font-size: 9pt;
  font-weight: bold;
  text-decoration: underline;
  padding: 5px;
  background-color: #FFFFFF;
  color: black;
}

.mktng_instructions {
  font-size: 8pt;
  padding: 10px;
}

.arrow_icon {
  background-image: url("https://entourage-web-images.s3.us-east-1.amazonaws.com/EDOnline/arrow-right-black-outline-md.png");
}

#step1_mktng_cartridge_preview {
  background-image: url("https://entourage-web-images.s3.us-east-1.amazonaws.com/icons/poster.png");
}

#step2_mktng_cartridge_preview {
  background-image: url("https://entourage-web-images.s3.us-east-1.amazonaws.com/icons/purchase-order2.png");
}

#step3_mktng_cartridge_preview {
  background-image: url("https://entourage-web-images.s3.us-east-1.amazonaws.com/icons/cart.png");
}

.mktng_bckgrnd_icon_td {
}

.blue {
	background-color: #298ef9;
	color: #ffffff;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
.blue:hover {
	background-color: #217ef1;
}
.Red {
	background-color: #d0290f;
	color: #ffffff;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
.Red:hover {
	background-color: #d0290f;
	color: #ffffff;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}

.toggle_menue_label {
  height: 30px;
  line-height: 30px;
  float: left;
  width: 100px;
}

.toggle_width_btn {
	width: 25px;
	height: 25px;
	background-color: #eeeeee;
	background-image: url("/images/width_toggle_icon.png");
	background-position: center -25px;
	background-repeat: no-repeat;
	border-radius: 5px;
	cursor: pointer;
	margin: 0 5px 0 0;
	display: inline-block;
}

#refresh_photos_btn {
	background-image: url("/images/refresh-icon.png");
	background-position: center 0px;
	background-repeat: no-repeat;
}

.toggle_width_btn:hover {
	background-color: #ffffff;
}
.toggle_width_btn.extended {
	background-position: center 0;
}

.insert_btn_box {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	width: 0;
	height: 0;
	background-color: #ffffff;
}
.insert_btn_box > ul {
	margin: 0;
	padding: 0;
}
.insert_btn_box > ul > li {
	display: block;
	padding: 5px;
	width: 100px;
	height: 20px;
	background-color: #ffffff;
}

.pop_up_box {
	position: absolute;
	z-index: 9999;
	background-color: #ffffff;
	border-radius: 10px;
	overflow: hidden;
	display: none;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
	
}
.pop_up_box.padded {
	padding: 20px 10px;
}
.pop_up_box.resize {
	left: 0;
	top: 0;
	overflow: visible;
}
.pop_up_box.tiny_size {
	left: 50%;
	top: 300px;
	width: 250px;
	margin: -0 0 0 -125px;
  padding: 0px;
	z-index: 10000;
  //border: 1px solid #aaaaaa;
}
.pop_up_box.tiny_size .title_box {
    padding: 8px 8px;
    border: 0;
    text-align: left;
    background-color: #217AE9;
    color: white;
	font-size: 12pt;
}
.pop_up_box.mid_size .title_box {
    padding: 8px 8px;
    border: 0;
    text-align: left;
    background-color: #217AE9;
    color: white;
	font-size: 12pt;
}
.pop_up_box.mid_size .message_box {
	text-align:center;
}
.pop_up_box.tiny_size .message_box {
  text-align: left;
  padding: 3px 10px;
}
.pop_up_box .no_print_warning {
  font-size: 12px;
  font-style: italic;
  margin: 10px 0;
  text-align: center;
}
.pop_up_box .input_holder {
  padding: 0 5px;
  margin: 10px 0;
}
.pop_up_box .input_holder > .text_field {
  width: 100%;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  padding: 0 0 0 5px;
  border: 1px solid #cccccc;
  border-radius: 5px;
}
.pop_up_box .btn_holder {
  width: 50%;
  float: left;
  padding: 0 5px;
}
.pop_up_box .btn {
  //height: 30px;
  line-height: 20px;
  font-size: 14px;
  border-radius: 5px;
  text-align: center;
  color:left;
}
.pop_up_box .btn.submit {
  background-color: #75A514;
  color: #ffffff;
}
.pop_up_box .btn.cancel {
  background-color: #D0290F;
  color: #ffffff;
}
.lblPage,.lblPostion,.btnPosition{
  float:left;
  margin-left: 10px;
}
.div-inner-content > ul {
  list-style:none;
}
.div-inner-content > ul> li {
  width:100%;
  float:left;  
  padding: 10px;
}

select.lblPage{
    margin-left: 34px;
}
.pop_up_box .btn.confirm {
  background-color: #75A514;
  color: #ffffff;
}
.pop_up_box .btn_stack > .btn {
  margin: 10px;
  text-transform: capitalize;
}
.pop_up_box.small_size {
	left: 50%;
	top: 50%;
	width: 500px;
	height: 500px;
	margin: -250px 0 0 -250px;
}
.pop_up_box.mid_size {
	left: 50%;
	top: 50%;
	width: 900px;
	height: 600px;
	margin: -300px 0 0 -450px;
}
#photo_details{
    top: 50%;
    left: 50%;
    //width: 78em;
    //height: 56em;
    //margin-top: -28em;
    //margin-left: -39em;
    position: fixed;
		z-index: 10000;
}
.pop_up_box.large_size {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.pop_up_box.tall_size {
	left: 50%;
	top: 50%;
	width: 550px;
	height: 700px;
	margin: -350px 0 0 -275px;
}
.pop_up_box.open {
	display: block
}
.pop_up_box > .title_box {
	padding: 0 0 5px 0;
	font-size: 18px;
	border-bottom: 1px solid #333333;
}
.pop_up_box > .message_box {
  margin: 10px 0;
  font-size: 14px;
  color: #666666;
}
.pop_up_box .title {
  height: 40px;
	font-size: 18px;
	overflow: hidden;
	background-color: #333333;
	color: #ffffff;
	padding: 10px 20px;
}
.pop_up_box .title .close {
	width: 20px;
	height: 20px;
	background-image: url("https://edo.entourageyearbooks.com/images/close_x.png");
	cursor: pointer;
	float: right;
}
.closeCatridge {
	width: 20px;
  height: 20px;
  /*background-image: url(https://edo.entourageyearbooks.com/images/close_x.png);*/
  cursor: pointer;
  float: right;    
}
#btnCloseImage{
  background-repeat:no-repeat;
}
.pop_up_box > .container {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 40px;
}
.pop_up_box > .container > .title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  cursor: move;
}
.pop_up_box > .container > .content {
  height: 100%;
  overflow: auto;
  position: relative;
}
.pop_up_box .content {
	overflow: auto;
}
.pop_up_box > .content.padded {
	padding: 20px;
}
.pop_up_box > .content > iframe {
	display: block;
	border: 0;
	margin: 0 auto;
}
.pop_up_box > .content > object {
	display: block;
	border: 0;
	margin: 0 auto;
}
.pop_up_box .pop_up_frame {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 92%;
  display: block;
}
.div-inner-content{
    
    top: 25%;
    position: absolute;
    /* background: red; */
    padding: 10px;
    width:100%;
}
.lblPosition, .textPosition{
  float:left;
  margin-left: 10px;
}
.textPosition{
  height: 20px;
}
.btnPosition{
    width: 100px;
    height: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 100;
    line-height: 30px;
    letter-spacing: 2px;
    border-radius: 5px;
    margin: 0 5px 5px 5px;
    cursor: pointer;
    overflow: hidden;
    margin-left: 74px;
    margin-top: 20px;
    color:white;
}

#people_page_details .preview_boxes {
  overflow: hidden;
  padding: 0px 10px 10px 0px;
}
#people_page_details .image_box {
  float: left;
  width: 50%;
  overflow: auto;
  text-align: center;
  padding: 10px;
  font-size: 12px;
  height: 180px;
}
#people_page_details .image_box > img {
  display: block;
  margin: 5px auto 0;
  border: 1px solid #cccccc;
}

#people_details_custom_preview {
  width: 100%;
  background-color: #eeeeee;

}

#people_page_details .image_box > #people_details_name {
  width: 100%;
  background-color: #eeeeee;
}
#people_page_details .image_box > #people_details_name.multi {
  width: 50%;
}
#people_page_details .image_box > #people_details_photo {
  max-width: 150px;
  max-height: 150px;
}
#people_page_details .data_option_box {
  float: left;
  width: 50%;
  padding: 0 10px 0 20px;
}
#people_page_details .data_option_box:last-of-type {
  padding: 0 20px 0 10px;
}
#people_page_details .data_option_box .data_section {
  background-color: #eeeeee;
  border-radius: 10px;
  padding: 5px;
  //overflow: hidden;
  margin-top: 10px;
}

#people_page_details .data_table {
  border-spacing: 5px;
  font-size: 12px;
}
#people_page_details .data_table td {
  vertical-align: top;
}
#people_page_details .data_table td.right {
  text-align: right;
}
#people_page_details .data_table .choice_box {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  float: left;
  text-align: center;
  font-size: 9px;
  background-color: #cccccc;
  margin: 0 5px 0 0;
  padding: 5px;
}
#people_page_details .data_table .choice_box.selected {
  background-color: #333333;
  color: #ffffff;
}
#people_page_details .data_table .input_field {
  margin: 0;
  padding: 0;
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 0 0 5px;
  outline: none;
}

/*$$$ Added By Rakesh on 26/11/2017  starts*/
#peoples_Styles_details .preview_boxes {
  overflow: hidden;
  padding: 0 10px;
}
#peoples_Styles_details .image_box {
  float: left;
  width: 50%;
  overflow: hidden;
  text-align: center;
  padding: 10px;
  font-size: 12px;
}
#peoples_Styles_details .image_box > img {
  display: block;
  margin: 5px auto 0;
  border: 1px solid #cccccc;
}
#peoples_Styles_details .image_box > #people_details_name {
  width: 100%;
  background-color: #eeeeee;
}
#peoples_Styles_details .image_box > #people_details_name.multi {
  width: 50%;
}
#peoples_Styles_details .image_box > #people_details_photo {
  max-width: 150px;
  max-height: 150px;
}
#peoples_Styles_details .data_option_box {
  float: left;
  width: 100%;
  padding: 0 10px 0 20px;
  margin-top:20px;
}
#peoples_Styles_details .data_option_box:last-of-type {
 /* padding: 0 20px 0 10px;*/
}
#peoples_Styles_details .data_option_box .data_section {
  background-color: #eeeeee;
  border-radius: 10px;
  padding: 5px;
  //overflow: hidden;
  margin-top: 10px;
}

#peoples_Styles_details .data_table {
  border-spacing: 5px;
  font-size: 12px;
  margin-left: 26%;
}
#peoples_Styles_details .data_table td {
  vertical-align: top;
}
#peoples_Styles_details .data_table td.right {
  text-align: right;
}
#peoples_Styles_details .data_table .choice_box {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  float: left;
  text-align: center;
  font-size: 9px;
  background-color: #cccccc;
  margin: 0 5px 0 0;
  padding: 5px;
}
#peoples_Styles_details .data_table .choice_box.selected {
  background-color: #333333;
  color: #ffffff;
}

.textarea_field {
  font-family: Arial;
}

.input_field {
  width: 100%;
}

#peoples_Styles_details .data_table .input_field {
  margin: 0;
  padding: 0;
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 0 0 5px;
  outline: none;
}
/*$$$ Added By Rakesh on 26/11/2017  ends*/



#people_style_override_confirm_box {
  font-size: 12px;
  color: #D0290F;
  text-weight: bold;
  text-align: center;
  display: none;
}
#people_style_override_confirm_box.show {
  display: block;
}
#people_style_override_confirm_box > .main_check {
  color: #000000;
  border-bottom: 1px solid #cccccc;
  margin: 0 10px 5px;
}
#people_style_override_confirm_box > table {
  border-spacing: 0;
  border-collapse: collapse;
  margin: 0 auto;
}
#people_style_override_confirm_box > table td {
  font-size: 10px;
  text-weight: normal;
  text-align: left;
  color: #333333;
}
#people_style_override_confirm_box > table td > input[type="checkbox"] {
  margin: 0 5px 0 0;
}
#manage_text_styles_btn {
  display: none;
  margin-top: 10px;
  cursor: pointer;
}
#manage_text_styles_btn.show {
  display: initial;
}
#people_details_photo_file_display {
  font-style: italic;
  color: #666666;
  margin: 0 10px 0 0;
  max-width: 190px;
}
#people_details_photo_select {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  background-color: #ffffff;
  display: none;
  overflow: hidden;
  z-index: 10;
}
#people_details_photo_select.show {
  display: block;
}
#people_details_photo_select .content {
  background-color: #333333;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#people_details_photo_select .header_box {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  padding: 5px 10px;
  background-color: #666666;
  overflow: hidden;
}
#people_details_photo_select .header_box .btn {
  display: inline-block;
  padding: 0 10px;
  margin: 0 0 0 10px;
  font-size: 10px;
}
#people_details_photo_select .header_box .btn.confirm {
  background-color: #75A514;
  color: #ffffff;
}
#people_details_photo_select .header_box .btn.cancel {
  background-color: #D0290F;
  color: #ffffff;
}
#people_details_photo_select .header_box .btn.upload {
  background-color: #298EF9;
	color: #ffffff;
}
#people_details_photo_select .header_box table {
  border-spacing: 0;
}
#people_details_photo_select .header_box table td {
  padding: 0 5px 0 0;
  font-size: 10px;
  line-height: 10px;
  color: #ffffff;
  vertical-align: middle;
}
#people_details_photo_display {
  height: 100%;
  padding-top: 85px;
  overflow: auto;
}
#people_details_photo_display .photo_box {
  float: left;
  width: 150px;
  height: 150px;
  position: relative;
  overflow: hidden;
  margin: 0 0 10px 10px;
  cursor: pointer;
  background-color: #666666;
}
#people_details_photo_display .photo_box.selected {
  box-shadow: 0 0 0 5px #75A514;
}
#people_details_photo_display .photo_img {
  width: 100%;
}
#people_details_photo_display .photo_info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-size: 10px;
  padding: 5px;
}

#people_details_photo_display .in_book {
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.7);
	opacity: 0.5;
  color: #ffffff;
  font-size:10px;
}

#people_details_category_display {
  margin-bottom: 5px;
}
#preflight_choice_box {
	margin: 20px 10px;
	overflow: hidden;
}
#preflight_choice_box > div {
	float: left;
	width: 50%;
}
#preflight_choice_box > div:first-of-type {
	padding-right: 10px;
}
#preflight_choice_box > div:last-of-type {
	padding-left: 10px;
}
#preflight_choice_box .btn {
	text-align: center;
	font-size: 16px;
	font-weight: 100;
	line-height: 40px;
	letter-spacing: 2px;
  background-color: #eeeeee;
	border-radius: 5px;
	cursor: pointer;
}
#preflight_choice_box .btn#cancel_save_btn {
	background-color: #D0290F;
	color: #ffffff;
}
#preflight_choice_box .btn#continue_save_btn {
	background-color: #75A514;
	color: #ffffff;
}
#preflight_items > div {
	padding: 10px;
	border-top: 1px solid #cccccc;
}

.preflight_message {
  background-color: #ffffff;
  cursor: pointer;
}

.preflight_message:hover {
  background-color: #dddddd;
}

.preflight_error_tip
{
background-color: black;
top:10px;
}

/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||| view preferences |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.view_pref_check {
	display: none;
}
#current_zoom_percent {
	width: 100%;
	height: 75%;
	border: 0;
	padding: 0;
	margin-top: 0;
  margin-bottom: 3px;
  margin-left: 0;
  margin-right: 0;
	font-size: 14px;
	text-align: center;
	background-color: #ffffff;
	color: #0C090A;
	display: block;
}
#current_zoom_percent:hover {
	background-color: #eeeeee;
}

/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||| photo detail pop-up ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.no_right_pad {
	padding-right: 0;
}

.page_title {
	font-size:22px;
	line-height:22px;
	color:#333333;
	font-weight:300;
	margin:0;
}

#photo_detail_img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
	box-shadow: 0 1px 2px 0 #888888;
}
#details_panel {
	width: 250px;
	height: 100%;
	width: 250px;
	float: right;
	position: relative;
}
#photo_container {
	    position: relative;
    overflow: hidden;
    background-color: #eeeeee;
    max-height: 100%;
    margin-left: 10px;
    overflow-y: auto;
}
#load_more_box {
	width: 200px;
	height: 200px;
	float: left;
	margin: 10px;
	background-color: #589DE8;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
}
#load_more_box > div {
	padding: 20px;
}
.third_width_split {
	position: absolute;
	top: 0;
	width: 33.3333%;
}
.category_action_btn {
	height: 35px;
	font-size: 12px;
	line-height: 40px;
	background-color: #589de8;
	color: #ffffff;
	cursor: pointer;
	z-index: 1;
	text-align: center;
}
.category_action_btn:hover {
	background-color: #eeeeee;
	color: #333333;
}
#category_info_btn {
	left: 33.3333%
}
#edit_category_btn {
	left: 0;
}
.third_width_split_last {
	left: 66.6666%;
}
.drop_down_pad {
	padding: 10px;
}
#cat_title_count {
	color: #999999;
	font-size: 12px;
	line-height: 17px;
}
.photo_detail_item {
	padding:10px;
}
#details_panel_table {
	width:100%;
	border-spacing: 0 5px;
}
#details_panel_table td {
	font-size: 11px;
	padding: 0;
	border: 0;
}
#details_panel_table td:first-of-type {
	padding-right: 5px;
}
.photo_detail_btn {
	padding:5px;
	background-color:#333333;
	color:#ffffff;
	margin:5px 10px 5px 20px;
	text-align:center;
	border-radius: 5px;
	cursor:pointer;
	font-size:14px;
	line-height:20px;
}
#detail_photo_caption {
	display: block;
	width: 100%;
	height: 30px;
	min-height: 30px;
	max-height: 100px;
	padding: 5px;
	margin: 0 0 5px 0;
	background-color:#ffffff;
	border: 1px solid #cccccc;
	resize: vertical;
	font-family: sans-serif;
	font-size: 11px;
}
#detail_download_btn {
	background-color: #589de8;
}
#detail_full_btn {
	background-color: #589de8;
}
#insert_full_btn{
  background-color: #75a514;
}
#detail_delete_btn {
	background-color: #aa0000;
}
#details_panel .detail_item {
	margin: 10px 10px 10px 20px;
	overflow: auto;
	color: #333333;
	position: relative;
}
.photo_detail_green_btn {
	padding:5px;
	background-color: #75a514;
	color: #ffffff;
	border-radius: 5px;
	text-align: center;
	cursor:pointer;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
  
}
#save_comment_btn{
  float:right;
  width:100px;
}

.detail_holder {
	background-color: #eeeeee;
	padding: 5px;
	font-size: 12px;
	line-height: 18px;
}
.photo_tag_item {
	padding: 0 5px;
	height: 30px;
	background-color: #ffffff;
	margin: 0 0 5px 0;
	cursor: default;
	position: relative;
	line-height: 30px;
}
.photo_tag_item:hover {
	background-color: #cccccc;
}
.thumb_loading_box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	background-image: url(https://edo.entourageyearbooks.com/images/loading_spin_w.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.remove_tag_btn {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 20px;
	height: 20px;
	background-color: #999999;
	border-radius: 5px;
	cursor: pointer;
	background-image: url("https://entourage-web-images.s3.us-east-1.amazonaws.com/small_white_x.png");
}

#photo_details_close_btn {
	position: absolute;
	right: 0;
	top: -5px;
	margin: 0;
}

.pop_up_close_btn {
	width: 25px;
	height: 25px;
	border-radius: 5px;
	background-image: url("/images/x_black_25.png");
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	background-color: #eeeeee;
	float: right;
	margin: -5px 0 0 0;
}
.pop_up_title {
	padding: 0 10px 5px 10px;
	border-bottom: 1px solid #cccccc;
}


.photo_detail_icon {
	height: 12px;
	margin:0 2px 0 0;
}
.photo_tag_frame {
	width: 94px;
	height: 94px;
	border: 3px solid #ffffff;
	border-radius: 10px;
	box-shadow: 0 1px 5px 0 #000000;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
}
.tag_name_box {
	width: 300px;
	box-shadow: 0 1px 5px 0 #000000;
	background-color: #ffffff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
}
.tag_name_input {
	width: 195px;
	height: 30px;
	margin: 10px 0 10px 10px;
}
.new_person_txt {
	width: 75px;
	height: 30px;
	margin: 10px 0 10px 10px;
}
.new_person_btn {
	height: 30px;
	margin: 10px 0 10px 10px;
	border-radius: 5px;
	background-color: #589de8;
	color: #ffffff;
	border: 0;
	cursor: pointer;
}
#new_tag_btn {
	height: 30px;
	margin: 10px 0 10px 10px;
	border-radius: 5px;
	background-color: #cccccc;
	color: #ffffff;
	border: 0;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
}
.cancel_tag_btn {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	float: right;
	margin: -15px -15px 0 0;
	background-color: #aa0000;
	background-image: url("https://entourage-web-images.s3.us-east-1.amazonaws.com/small_white_x.png");
	background-repeat: no-repeat;
	background-position: center;
	box-shadow: 0 1px 5px 0 #000000;
	cursor: pointer;
}
.no_result_box {
	padding: 20px;
	margin: 100px auto 0;
	text-align: center;
	background-color: #eeeeee;
	color: #333333;
	border-radius: 20px;
	font-size: 16px;
	line-height: 26px;
}
#new_tag_choices {
	background-color: #cccccc;
}
.new_tag_select_item {
	background-color: #eeeeee;
	padding: 10px;
	margin: 0 0 1px 0;
	cursor: pointer;
}
.new_tag_select_item:hover {
	background-color: #cccccc;
}
#new_person_box {
	background-color: #ffffff;
	display: none;
}
.tag_instructions {
	background-color: #333333;
	color: #ffffff;
	font-size: 10px;
	padding: 5px 10px;
	margin: 0 0 5px 0;
}
#new_person_show_btn {
	padding: 10px;
	background-color: #dddddd;
	font-size: 12px;
	line-height: 18px;
	cursor: pointer;
}
#new_person_show_btn:hover {
	background-color: #cccccc;
}
#new_person_inputs {
	display:none;
}
#category_details_box {
	position: absolute;
	left: 0;
	top: 35px;
	width: 100%;
	padding: 5px 0;
	background-color: #eeeeee;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	box-shadow: 0 0 2px 0 #333333;
	z-index: 1;
	display: none;
}
#category_actions {
	display: none;
}
#category_drop_down_text {
	background-color: #eeeeee;
	height: 35px;
	font-size: 11px;
	line-height: 35px;
	text-align: center;
}
.small_black_line {
	margin: 0 10px;
	border: 0;
	border-top: 1px solid #999999;
}
#category_action_container {
	position: relative;
}
.btn_divider_lines {
	height: 100%;
	border: 1px solid #333333;
	border-top: 0;
	border-bottom: 0;
}
.category_details_section {
	font-size: 14px;
	line-height: 22px;
	margin: 20px 0;
}
#view_cat_dd_loading {
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	background-color: #ffffff;
}
#photo_action_title {
	text-transform: capitalize;
}
#email_permissions {
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	border-radius: 10px;
	padding: 15px;
	margin: 0 0 20px 0;
	font-size: 14px;
}
#allow_email_submission {
	margin: 0 5px 10px 0;
}
#email_preview_box {
	font-size: 16px;
	overflow: auto;
}
#category_status {
	display: block;
	margin: 5px 0 0 0;
}
#email_alias {
	margin: 0 0 10px 0;
	border: 1px solid #cccccc;
	width: 99%;
	padding: 5px 0 5px 1%;
	display: block;
	border-radius: 5px;
}
#photo_on_page_display {
	
}
#detail_title {
	height: 30px;
	margin: 0 0 0 20px;
	border-bottom: 1px solid #333333;
}
#detail_content {
	overflow: auto;
}
#download_options {
	background-color: #eeeeee;
	padding: 5px;
	display: none;
	box-shadow: 0 0 2px 0 #333333;
	position: absolute;
	z-index: 1;
}
.dload_type_item {
	margin: 5px 0;
	padding: 5px;
	background-color: #666666;
	color: #ffffff;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	cursor: pointer;
}
.dload_type_item:hover {
	background-color: #333333;
}
.use_row > td {
	background-color: #99dddd;
}
.consider_row > td {
	background-color: #ffff55;
}
.discard_row > td {
	background-color: #ff9999;
}
#select_category_section {
	float:left;
	min-width:300px;
}
#apply_filter_section {
	float: left;
}
#filter_box {
	background-color: #ffffff;
	margin: 0 0 0 10px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
}
#page_top_box {
	padding: 20px 0 0 0;
	margin: 0 auto;
	width: 1000px;
}
.red_header_line {
	border: 1px solid #aa0000;
	margin: 10px 0;
}
.select_dd_box {
	border: 1px solid #999999;
	margin: 3px 0 0 0;
}
#manage_top_bar_table {
	border-spacing: 0;
	margin: 0 auto;
}
#manage_top_bar_table > tbody > tr > td {
	vertical-align: top;
	padding: 0;
	border: 0;
}
#detail_like_btn {
	border-radius: 5px;
	background-color: #75a514;
	color: #ffffff;
	cursor: pointer;
	float: right;
	padding: 0 10px;
	font-size: 10px;
	line-height: 15px;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-ms-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
}
#last_year_photo_btn {
	background-color: #eeeeee;
	padding: 10px 20px;
	float: right;
	clear: left;
	border-radius: 10px;
	margin: 10px 0 0 0;
	cursor: pointer;
}
.btn_shadow {
	box-shadow: 0 1px 2px 0 #999999;
}
.tag_photo_people_photo {
	width: 20px;
	height: 20px;
	background-color: #cccccc;
	background-size: 100%;
	background-size: cover;
	background-position: center;
	border-radius: 10px;
	float: left;
	margin: 0 10px 0 0;
}
.side-scroll {
	overflow-x: hidden;
	overflow-y: hidden;
}
.side-scroll:hover {
	overflow-x: scroll!important;
}

/* shape menu */
#shape_gallery {
	padding: 10px 0 10px 5px;
}
#shape_gallery .item {
	width: 72px;
	height: 72px;
	background-color: #ffffff;
	margin: 0 0 5px 5px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-size: contain;
	float: left;
	cursor: pointer;
}
#shape_gallery .item.selected {
	background-color: #b3d570;
}

.other_btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 14px;
	cursor: default;
}
.other_btn .btn {
	background-color: #217AE9;
	color: #ffffff;
	border-radius: 5px;
	text-align: center;
	padding: 5px 0;
	clear: both;
	cursor: pointer;
}

.insert_btns {
	background-color: #000000;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 14px;
	cursor: default;
  margin-top: 5px;
  overflow: hidden;
}
#pdf_btns.insert_btns, #template_btns.insert_btns, #auto_layout_menu .insert_btns {
	background-color: #000000;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 14px;
	cursor: default;
	margin-top: 5px;
	overflow: visible;
}
.insert_btns.hidden {
	display: none;
}
.insert_btns.multi_btn {
	padding-right: 5px;
	padding-bottom: 0;
}
.insert_btns .btn {
	background-color: #666666;
	color: #ffffff;
	border-radius: 5px;
	text-align: center;
	font-size: 13px;
  line-height: 24px;
	clear: both;
}
.insert_btns .btn.active {
	background-color: #75A514;
	color: #ffffff;
	cursor: pointer;
}
.insert_btns .thin-btn.active {
	background-color: #75A514;
	color: #ffffff;
	cursor: pointer;
}
.insert_btns .hidden {
	display: none;
}
.insert_btns .btn.grid_bottom {
	margin-right: 5px;
	margin-bottom: 5px;
}

#photo_btns > div > div {
	margin: 0 5px 5px 0;
}

#photo_deselect_btn.active {
	background-color: #589DE8;
	color: #ffffff;
	cursor: pointer;
}

#pdf_display {
	overflow: auto;
	padding: 10px;
}
#pdf_display .page_box {
	margin-bottom: 10px;
	position: relative;
}
#pdf_display .click_box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
#pdf_display .page_box.selected {
	box-shadow: 0 0 0 5px #75A514;
	background-color: #B3D570;
	color: #000000;
}
#pdf_display .page_preview {
	display: block;
	width: 100%;
	margin: 0;
	border: 0;
	margin-left: auto;
	margin-right: auto;
}
#pdf_display .text_box {
	font-size: 12px;
	text-align: center;
	padding: 5px 0;
}

.filters_box {
	font-size: 11px;
	background-color: #666666;
	margin: 0 10px;
}
.filters_box.hidden {
  display: none;
	height: 0;
	overflow: hidden;
}
.filters_box .btn {
	display: block;
	padding: 5px 10px;
	border: 0;
	border-radius: 5px;
	font-size: 12px;
	cursor: pointer;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.filters_box .btn:hover {
	background-color: #217AE9;
}
.filters_box .btn:active {
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}

.labels_box{
	overflow: auto;
}
.labels_box.hidden {
  display: none;
	padding: 0;
	height: 0;
	overflow: hidden;
	margin-bottom: 5px;
}
#qr_code_file_list.margin_list {
	margin: 0;
	padding: 15px;
  overflow: hidden;
  overflow-y: scroll;
  width: 100%;  
  min-height:100px;
	max-height: 250px;
}

.margin_list {
	margin: 0;
	padding: 1px;
  overflow: hidden;
  width: 100%;  
  min-height:100px;
}
.margin_list > li {
	/* padding: 5px 5px; */
	margin: 1px 0;
	color: #ffffff;
	font-size: 12px;
	display: block;
	cursor: pointer;
	min-height: 20px;
  overflow: hidden;
	/* border-bottom: 1px solid white; */
}

.mini_gallery_item {
}

.mini_gallery_item:hover {
	background-color: #bbbbbb;
}
.margin_list > li.selected {
	background-color: #589DE8;
	color: #ffffff;
}
.margin_list > li.all {
	margin-bottom: 5px;
}
.margin_list > li .count_box {
	float: right;
	font-style: italic;
	font-size: 10px;
	color: #ffffff;
}
.margin_list > li .count_box:hover {
	text-decoration: underline;
	font-weight: 900;
	font-style: normal;
}
.dynamic_labels .label_select_box {
	background-color: #6d9fd5 !important;
	color: #ffffff !important;
	font-weight: bold !important;
}
.custom-templates {
	background-color: #75A514!important;
}
#photo_display {
	padding-right: 0;
}

.loading_msg {
	padding: 40px 0 0 0;
	color: #999999;
	font-size: 12px;
	text-align: center;
	font-weight: 100;
}
.loading_msg.small {
  padding: 0;
}

.ad_gallery {
	overflow: auto;
	padding: 0 10px;
}
.ad_gallery > .item {
	margin: 10px 0;
	cursor: pointer;
	position: relative;
}
.ad_gallery > .item.selected {
	box-shadow: 0 0 0 5px #75A514;
	background-color: #B3D570;
	color: #000000;
}
.ad_gallery > .item .edit_btn {
	position: absolute;
	right: 5px;
	top: 5px;
	background-color: #333333;
	color: #ffffff;
	border-radius: 5px;
	padding: 5px 10px;
	font-size: 12px;
	display: none;
}
.ad_gallery > .item:hover .edit_btn {
	display: block;
}
.ad_gallery > .item.selected .edit_btn {
	display: none;
}
.ad_gallery > .item .preview {
	width: 100%;
	padding-top: 129.4118%;
	background-color: #ffffff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-size: cover;
	position: relative;
}
.ad_gallery > .item .preview .info_box {
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	padding: 0 5px;
	display: none;
}
.ad_gallery > .item:hover .preview .info_box {
	display: block;
}
.ad_gallery > .item.selected .preview .info_box {
	display: none;
}
.ad_gallery > .item .preview .info_box > div {
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.8);
	color: #ffffff;
	font-size: 12px;
	padding: 5px;
	text-align: center;
}
.ad_gallery > .item .text {
	font-size: 10px;
	padding: 5px 0;
	text-align: center;
}

.template_gallery, #category_gallery, #previous_year_template_gallery {
	overflow: auto;
	padding: 10px;
}
.template_gallery.hidden, #category_gallery.hidden, #previous_year_template_gallery.hidden {
	height: 0;
	padding: 0;
	overflow: hidden;
	display: none;
}
.template_gallery > .item, #category_gallery > .item, #previous_year_template_gallery > .item {
	margin: 0 0 10px 0;
	width: 50%;
  position: relative;
}
#category_gallery > .item:hover .page_detail_btn, #previous_year_template_gallery > .item:hover .page_detail_btn {
	display: block;
  width:25px;
  height:25px;
}
.template_gallery > .item:hover .page_detail_btn {
	display: block;
  width:25px;
  height:25px;
}
#background_display .item:hover .page_detail_btn {
    display: block;
    width: 25px;
    height: 25px;
}
.template_gallery.custom-templates-display > .item:hover .template_edit_btn, .template_gallery.custom-templates-display > .item:hover .template_delete_btn, .template_gallery.custom-templates-display > .item:hover .lock_btn, #category_gallery.custom-templates-display > .item:hover .template_edit_btn, #category_gallery.custom-templates-display > .item:hover .template_delete_btn, #category_gallery.custom-templates-display, #previous_year_template_gallery.custom-templates-display > .item:hover .template_edit_btn, #previous_year_template_gallery.custom-templates-display > .item:hover .template_delete_btn, #previous_year_template_gallery.custom-templates-display {
	display: block;
  	width:auto;
  	height:25px;
	padding: 1px 5px;
}
.template_gallery > .item.selected, #category_gallery > .item.selected, #previous_year_template_gallery > .item.selected {
	box-shadow: 0 0 0 5px #75A514;
	background-color: #B3D570;
	color: #000000;
}
.template_gallery > .item.spread, #category_gallery > .item.spread, #previous_year_template_gallery > .item.spread {
	width: 100%;
}
.template_gallery > .item > .preview, #category_gallery > .item > .preview, #previous_year_template_gallery > .item > .preview {
	display: inline-block;
	border: 0;
	margin: 0;
	width: 100%;
}

.preview-spread {
	display: inline-block;
	border: 0;
	margin: 0;
	width: 50%;
}

.template_gallery > .item.spread > .preview, #category_gallery > .item.spread > .preview, #previous_year_template_gallery > .item.spread > .preview {
	display: inline-block;
	border: 0;
	margin: 0;
	width: 100%;
}
.template_gallery > .item.spread > .preview2, #category_gallery > .item.spread > .preview2, #previous_year_template_gallery > .item.spread > .preview2 {
	display: inline-block;
	border: 0;
	margin: 0;
	width: 50%;
}
.template_gallery  > .item > .preview_box, #category_gallery > .item > .preview_box, #previous_year_template_gallery > .item > .preview_box {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 129.4118%;
  background-color: #eeeeee;
}
.template_gallery  > .item.spread > .preview_box, #category_gallery > .item.spread > .preview_box, #previous_year_template_gallery > .item.spread > .preview_box {
  padding-top: 64.7059%;
}
.template_gallery > .item > .preview_box > .preview_holder, #category_gallery > .item > .preview_box > .preview_holder, #previous_year_template_gallery > .item > .preview_box > .preview_holder {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.template_gallery > .item.split > .preview_box > .preview_holder, #category_gallery > .item.split > .preview_box > .preview_holder, #previous_year_template_gallery > .item.split > .preview_box > .preview_holder {
  width: 50%;
}
.template_gallery > .item.split > .preview_box > .preview_holder.right, #category_gallery > .item.split > .preview_box > .preview_holder.right, #previous_year_template_gallery > .item.split > .preview_box > .preview_holder.right {
  left: 50%;
}
.template_gallery > .item > .preview_box > .preview_holder > .preview_img, #category_gallery > .item > .preview_box > .preview_holder > .preview_img, #previous_year_template_gallery > .item > .preview_box > .preview_holder > .preview_img {
  height: 100%;
  display: block;
	border: 0;
	margin: 0;
}
.template_gallery > .item.split > .preview_box > .preview_holder.right > .preview_img, #category_gallery > .item.split > .preview_box > .preview_holder.right > .preview_img, #previous_year_template_gallery > .item.split > .preview_box > .preview_holder.right > .preview_img {
  float: right;
}
.template_gallery > .item .click_box, #category_gallery > .item .click_box, #previous_year_template_gallery > .item .click_box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
  cursor: pointer;
}
.template_gallery  > .item > .preview_box > .edit_btn, #category_gallery > .item > .preview_box > .edit_btn, #previous_year_template_gallery > .item > .preview_box > .edit_btn {
	position: absolute;
	right: 5px;
	top: 5px;
	background-color: #333333;
	color: #ffffff;
	border-radius: 5px;
	padding: 5px 10px;
	font-size: 12px;
	display: none;
  cursor: pointer;
}
.template_gallery > .item:hover > .preview_box > .edit_btn, #category_gallery > .item:hover > .preview_box > .edit_btn, #previous_year_template_gallery > .item:hover > .preview_box > .edit_btn {
	display: block;
}
.template_gallery  > .item > .preview_box > .delete_btn, #category_gallery > .item > .preview_box > .delete_btn, #previous_year_template_gallery > .item > .preview_box > .delete_btn {
	position: absolute;
	right: 5px;
	top: 33px;
	background-color: #333333;
	color: #ffffff;
	border-radius: 5px;
	padding: 5px 10px;
	font-size: 12px;
	display: none;
  cursor: pointer;
}
.template_gallery > .item:hover > .preview_box > .delete_btn, #category_gallery > .item:hover > .preview_box > .delete_btn, #previous_year_template_gallery > .item:hover > .preview_box > .delete_btn {
	display: block;
}

.template_gallery > .item > .text, #category_gallery > .item > .text, #previous_year_template_gallery > .item > .text {
	font-size: 12px;
	padding: 5px 0;
	//text-align: center;
}
.template_gallery > .item > .text > .sub_text, #category_gallery > .item > .text > .sub_text, #previous_year_template_gallery > .item > .text > .sub_text {
  color: #999999;
  font-size: 10px;
}
.template_gallery > .item > .text > .new_marker, #category_gallery > .item > .text > .new_marker, #previous_year_template_gallery > .item > .text > .new_marker {
  color: #298EF9;
}

.color_preview {
  width: 20px;
  height: 20px;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  background-color: none;
  float: right;
}

.add_btn_container {
  width: 100%;
  margin-bottom: 15px;
  
}

.frame_gallery {
	overflow: auto;
	padding: 10px;
}
.frame_gallery > .item {
	overflow: hidden;
	background-color: #ffffff;
	color: #000000;
	margin: 0 0 10px 0;
	cursor: pointer;
	position: relative;
	padding: 10px 10px 5px 10px;
}
.frame_gallery > .item.selected {
	background-color: #B3D570;
}
.frame_gallery > .item > .title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.frame_gallery > .item > .description {
	font-size: 12px;
	padding-bottom: 5px;
}
.frame_gallery > .item > img {
	display: block;
	border: 0;
	margin: 25px auto 5px;
	height: 50px;
}
.frame_gallery > .item > .drag_block {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.frame_gallery > .item > .more_options {
	position: absolute;
	right: 3px;
	top: 0;
	display: none;
}
.frame_gallery > .item:hover > .more_options {
	display: block;
}
.frame_gallery > .item.selected > .more_options {
	display: none;
}
.frame_gallery > .item > .more_options > .btn {
	width: 65px;
	padding: 4px 0 3px;
	text-align: center;
	background-color: #333333;
	color: #ffffff;
	font-size: 10px;
	border-radius: 5px;
	margin-top: 3px;
}
.frame_gallery > .item > .more_options > .btn.edit {
	background-color: #217AE9;
}
.frame_gallery > .item > .more_options > .btn.apply {
	background-color: #75A514;
	//display: none;
}
.frame_gallery.show_apply > .item > .more_options > .btn.apply {
	display: block;
}

.doc_gallery {
	overflow: auto;
	padding: 10px;
}
.doc_gallery.hidden {
  display: none;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.doc_gallery > .item {
	margin: 0 0 10px 0;
	width: 50%;
	cursor: pointer;
	position: relative;
}
.doc_gallery > .item.selected {
	box-shadow: 0 0 0 5px #75A514;
	background-color: #B3D570;
	color: #000000;
}
.doc_gallery > .item.spread {
	width: 100%;
	position: relative;
}
.doc_gallery > .item > .preview {
	width: 100%;
	padding-top: 129.4118%;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	background-size: cover;
  position: relative;
}
.doc_gallery > .item.spread > .preview {
  padding-top: 64.7059%;
}
.doc_gallery > .item > .text {
	font-size: 12px;
	text-align: center;
	padding: 5px 0;
}

.item_gallery {
	overflow: auto;
	padding: 10px 0 10px 10px;
}
.item_gallery.hidden {
	height: 0;
	padding: 0;
	display: none;
	overflow: hidden;
}

.mini_gallery_item.selected {
	background-color: #b3d570;
}

.mini_gallery_img {
	margin: 5px;
}

.item_gallery > .gallery_item {
	margin: 0 5px 5px 0;
	width: 105px;
	height: 100px;
	overflow: hidden;
	float: left;
	cursor: pointer;
}
.item_gallery > .gallery_item:hover .page_detail_btn{
	display:block;
}
.item_gallery > .gallery_item.selected {
	background-color: #b3d570;
}
.item_gallery > .gallery_item.selected > .drag_block  {
	box-shadow: inset 0 0 0 3px #75A514;
}

.item_gallery > .gallery_item > img {
	display: block;
	width: 100%;
	position: relative;
}

.drop_down_choice_box {
	padding: 5px 10px;
	font-size: 12px;
	margin: 0 10px;
	cursor: pointer;
}
.drop_down_choice_box.hidden {
	display: none;
}

#pdf_choice_display {
	margin-bottom: 0;
}

.filter_text.form-control {
	//width: 125px;
	//line-height: 16px;
	border: 0;
	border-radius: 3px;
	padding: 0 0 0 5px;
  	background-color: #ffffff;
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.3);
	height: none;
	width: 100% !important;	
}
.filter_text {
	width: 100px;
	line-height: 16px;
	//font-size: 10px;
	border: 0;
	border-radius: 3px;
	padding: 0 0 0 5px;
  	background-color: #ffffff;
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.3);
}
.filter_checkbox {
  margin: 0;
  border: 0;
  background-color: #ffffff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.3);
}

table.filter {
	border-spacing: 10px;
}
table.filter td {
	padding: 0;
	border: 0;
	vertical-align: middle;
}
table.filter .submit_btn {

}

.sub_menu {
	padding: 0 5px;
  overflow: hidden;
  margin-top: 5px;
}
.sub_menu .item_title {
	font-size: 12px;
	padding-bottom: 5px;
}
.sub_menu.center {
	text-align: center;
}
.sub_menu.hidden {
  display: none;
}
.sub_menu_btn {
	font-size: 10px;
	padding: 5px 10px;
	border-radius: 5px;
	float: right;
	cursor: pointer;
	background-color: #eeeeee;
	color: #333333;
	margin: 3px 13px 5px 15px;
}
.sub_menu_btn.active {
	background-color: #000000;
	color: #ffffff;
	box-shadow: inset 0 0 0 1px #ffffff;
}
.sub_menu_btn.hidden {
	display: none;
}
.sub_menu_btn.blue {
	background-color: #298ef9;
	color: #ffffff;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
.sub_menu_btn_ {
  margin: 5px 5px 1px 0;
}  
.sub_menu_btn.blue:hover {
	background-color: #217ef1;
}
.sub_menu_boxes {
  position: relative;
  height: 0;
}
.sub_menu_box {
  position: absolute;
  z-index: 1;
  width: 100%;
  background-color: #666666;
  font-size: 12px;
  font-weight: 300;
  display: none;
}
.sub_menu_box.open {
  display: block;
}
.sub_menu_box > .title {
  font-size: 16px;
  line-height: 32px;
  padding: 0 20px;
  background-color: #000000;
}
.sub_menu_box > .title > .close {
  width: 20px;
  height: 20px;
  float: right;
  margin-top: 6px;
  background-image: url("/images/small_white_x.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: contain;
  cursor: pointer;
}

.title > .pop_up_help {
  width: 130px;
  height: 20px;
  float: right;
  //margin-top: 4px;
  margin-right: 20px;
  cursor: pointer;
  
}

.pop_up_help_icon {
  float: right;
  height: 25px;
}

.sub_menu_box > .item {
  padding: 0 20px;
  margin: 10px 0;
}
.sub_menu_box > .item > .btn {
  font-size: 14px;
  text-align: center;
  padding: 10px;
  background-color: #eeeeee;
  color: #333333;
  cursor: pointer;
  border-radius: 5px;
  margin-bottom: 10px;
}
.sub_menu_box > .item > .btn.save {
  background-color: #75A514;
  color: #ffffff;
}
.sub_menu_box > .item > .btn.cancel {
  background-color: #D0290F;
  color: #ffffff;
}

.pop_up_box .content .btn {
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	background-color: #eeeeee;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 18px auto;
	color: #333333;
	overflow: hidden;
}
.pop_up_box .content .btn.big {
  font-size: 16px;
	line-height: 30px;
}
.pop_up_box .content .btn.active {
	background-color: #777777;
	color: #ffffff;
	box-shadow: inset 0 0 0 1px #333333;
}
.pop_up_box .content .btn.inactive {
	background-color: #cccccc;
	color: #999999;
	cursor: default;
}
.pop_up_box .content .btn.save {
  background-color: #75A514;
	color: #ffffff;
}
.pop_up_box .content .btn.short {
  padding: 0 10px;
  height: 25px;
  line-height: 25px;
  float: left;
  margin: 10px;
}
.pop_up_box .content .btn.long {
  height: auto;
  line-height: 30px;
  font-size: 14px;
}
.pop_up_box .content .btn.disabled {
	cursor: default;
	opacity: 0.5;
}
.pop_up_box .content .btn.hidden {
	display: none;
}
.pop_up_box .content .btn.color_picker {
	border: 1px solid #333333;
	color: #ffffff;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
}
.pop_up_box .content .btn_group .btn {
	width: 30px;
	border-radius: 0;
	margin: 0 1px;
	float: left;
}
.pop_up_box .content .btn_group .btn:first-of-type {
	border-radius: 5px 0 0 5px;
	margin-left: 0;
}
.pop_up_box .content .btn_group .btn:last-of-type {
	border-radius: 0 5px 5px 0;
	margin-right: 0;
}

.pop_up_box .content .title {
	line-height: 25px;
	overflow: hidden;
	border-bottom: 1px solid #666666;
}
.pop_up_box .content .cancel_btn {
	background-color: #D0290F;
	float: right;
	border-radius: 5px;
	line-height: 20px;
	font-size: 12px;
	padding: 0 10px;
	cursor: pointer;
}
.pop_up_box .content .big {
	height: initial;
	padding: 5px 0;
	margin-top: 10px;
}
.pop_up_box .content .big.update {
	background-color: #217AE9;
	color: #ffffff;
}
.pop_up_box .content .big.delete {
	background-color: #D0290F;
	color: #ffffff;
}
.pop_up_box .content > table {
	border-spacing: 5px 10px;
	width: 100%;
}
.pop_up_box .content > table td {
	padding: 0;
	border: 0;
	vertical-align: middle;
	font-size: 12px;
}
.pop_up_box .content > table td input[type=text] {
	padding: 0 0 0 5px;
	margin: 0;
	border: 0;
	width: 100%;
	font-size: 12px;
	line-height: 20px;
	border: 1px solid #cccccc;
}

#auto_builder_step_holder {
	float: left;
	width: 100%;
}
.auto_builder_step {
	margin: 20px 10px;
	display: none;
}
.auto_builder_step.ready {
	display: block;
}
.auto_builder_step .title {
	font-size: 14px;
	border-bottom: 1px solid #666666;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}
.auto_builder_step .choice_btn {
	padding: 5px;
	border-radius: 5px;
	text-align: center;
	font-size: 14px;
	margin: 10px;
	background-color: #eeeeee;
	color: #333333;
	cursor: pointer;
}
.auto_builder_step .choice_btn.active {
	background-color: #217AE9;
	color: #ffffff;
}
#auto_builder_template_photo_count.hidden {
  display: none;
}
#auto_builder_page_preview {
	border: 1px solid #eeeeee;
	background-color: #cccccc;
	margin: 10px;
	display: none;
}
#auto_builder_page_preview.show {
	display: block;
}
#auto_builder_page_preview > img{
	display: block;
	border: 0;
	margin-left: auto;
	margin-right: auto;
}
#auto_builder_choice_display {
	float: right;
	overflow: hidden;
	display: none;
}
#auto_builder_choice_display.show {
	display: block;
}
#auto_builder_choice_display .choice_box {
	height: 100%;
}
#auto_builder_choice_display .choice_box.hidden {
	display: none;
}
#auto_builder_choice_display .choice_box .choice_instruction_box {
	padding: 10px;
	font-size: 12px;
}

.small_photo_display {
	overflow: hidden;
}
.small_photo_display > .template {
	width: 85px;
	height: 110px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-size: cover;
	margin: 0 auto;
}
.small_photo_display > .item {
	width: 40px;
	height: 40px;
	overflow: hidden;
	background-color: #ffffff;
	float: left;
	margin: 0 5px 5px 0;
	position: relative;
}
.small_photo_display > .item > .image {
	height: 100%;
	display: block;
	margin: 0 auto;
	border: 0;
}
.small_photo_display > .item > .remove {
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: 20px;
	background-color: #D0290F;
	background-image: url("https://edo.entourageyearbooks.com/images/close_x.png");
	background-position: center;
	background-size: 15px;
	background-repeat: no-repeat;
	cursor: pointer;
	display: none;
}
.small_photo_display > .item:hover > .remove {
	display: block;
}

.photo_gallery {
	padding: 10px 0 10px 5px;
	overflow: auto;
}
.photo_gallery.hidden {
	display: none;
}
.photo_gallery > .item {
	width: 72px;
	height: 72px;
	float: left;
	margin: 0 0 5px 5px;
	position: relative;
	overflow: hidden;
	background-color: #eeeeee;
}
.photo_gallery > .item.selected {
	background-color: #B3D570;
}
.photo_gallery > .item.selected > .click_box {
	box-shadow: inset 0 0 0 5px #75A514;
}
.photo_gallery > .item > .image {
	display: block;
	height: 100%;
	margin: 0 auto;
	border: 0;
}
.photo_gallery > .item > .in_book {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #9DD;
  color: #000000;
  padding: 3px;
  font-size: 9px;
}
.photo_gallery > .item > .click_box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.photo_gallery > .item > .detail_btn {
  position: absolute;
	right: 3px;
	top: 3px;
	width: 0px;
	height: 0px;
	border-radius: 3px;
	background-color: rgba(0, 0, 0, 0.5);
	background-image: url("/images/zoom_icon.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
  cursor: pointer;
	transition: width 500ms, height 500ms;
}
.photo_gallery > .item:hover > .detail_btn {
  width: 20px;
	height: 20px;
}

#page_number_display {
	line-height: 25px;
	//font-size: 22px;
	margin: 0 0 5px 0;
	text-transform: capitalize;
  text-align: center;
  white-space: nowrap;
}

#page_options_btn {
	width: 20px;
	height: 20px;
	border-radius: 10px;
	float: right;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	cursor: pointer;
	font-family: serif;
	border: 2px solid #ffffff;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
}
#page_options_btn.hidden {
	display: none;
}

.designer_message {
	position: absolute;
	left: 5px;
	top: 30px;
	padding: 10px;
	background-color: #D0290F;
	color: #ffffff;
	border-radius: 5px;
	font-size: 14px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
	opacity: 0;
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	-ms-transition: 500ms;
	-o-transition: 500ms;
	transition: 500ms;
	z-index: 999;
}
.designer_message.visible {
	opacity: 1;
}

.notification_box {
	position: absolute;
	left: 40%;
	top: 30%;
	width: 550px;
	height: 400px;
	margin: -100px 0 0 -150px;
	background-color: white;
	color: #000000;
	font-size: 18px;
	font-weight: 100;
	padding: 20px 40px;
	z-index: 10000;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.4);
	border-radius: 3px;
	opacity: 0;
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	-ms-transition: 500ms;
	-o-transition: 500ms;
	transition: 500ms;
}
.opening_notification_box {
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	background-color: white;
	/*background-color: rgba(255, 255, 255, 0.7);*/
	color: #000000;
	font-size: 18px;
	font-weight: 100;
	padding: 15%;
	z-index: 9000;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.4);
	border-radius: 0px;
	opacity: 0.5;
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	-ms-transition: 500ms;
	-o-transition: 500ms;
	transition: 500ms;
}
.notification_box.visible {
	opacity: 1;
}
.opening_notification_box.visible {
	opacity: 1;
}

.notification_box > .loading_box {
	width: 300px;
	height: 300px;
	background-image: url('/images/Entourage-Interface-logo.gif');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto;
	z-index: 10001;
}

.opening_notification_box > .loading_box {
	width: 300px;
	height: 300px;
	background-image: url('/images/Entourage-Interface-logo.gif');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto;
	z-index: 10001;
}

.drop_down_box {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #ffffff;
	border-radius: 5px;
	text-align: left;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
	display: none;
}
.drop_down_box.open {
	display: block;
}
.drop_down_box .list_title {
	font-size: 16px;
	border-bottom: 1px solid #cccccc;
	padding: 10px 0 5px 5px;
	margin: 0 10px;
}

.font_list {
	margin: 0;
	padding: 10px;
	width: 1000px;
	height: 400px;
	overflow: auto;
}
.font_list > li {
	display: block;
	float: left;
	width: 25%;
	height: 40px;
	overflow: hidden;
	padding: 0 0 0 10px;
	font-size: 16px;
	line-height: 40px;
	cursor: pointer;
}
.font_list > li:hover {
	background-color: #eeeeee;
}
.font_list > li .font_preview {
	width: 130px;
	border: 0;
	margin: 0;
}

#font_size_btn {
	padding: 0;
	overflow: hidden;
	cursor: default;
	width: 40px;
}
#font_size_btn:hover {
	background-color: #eeeeee;
}
#font_size_btn:active {
	color: #333333;
}
#font_size {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 20px;
}

.shadow {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#000000;
	opacity:.5;
	filter:alpha(opacity=50);
	z-index:100;
	display:none;
}


.small_pop_up {
	position: absolute;
	left: 50%;
	top: 50%;
	padding: 20px;
	background-color: #ffffff;
	font-size: 20px;
	line-height: 20px;
	border-radius: 10px;
	text-align: center;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
	z-index: 1000;
}
#caption_insert_text {
	display: block;
	width: 100%;
	resize: vertical;
	margin: 20px 0 10px 0;
	padding: 5px;
	font-familty: arial, sans-serif;
	font-size: 12px;
}
.good_btn {
	padding: 10px 0;
	margin: 10px 0 10px 10px;
	width: 150px;
	border: 0;
	background-color: #1ac129;
	color: #ffffff;
	font-size: 16px;
	line-height: 20px;
	border-radius: 5px;
	cursor: pointer;
}
.bad_btn {
	padding: 10px 0;
	margin: 10px 10px 10px 0;
	width: 150px;
	border: 0;
	background-color: #d0290f;
	color: #ffffff;
	font-size: 16px;
	line-height: 20px;
	border-radius: 5px;
	cursor: pointer;
}

.color_display {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.color_menu_holder {
	width: 0;
	height: 0;
	position: absolute;
	z-index: 3;
}

.color_menu {
	width: 300px;
	background-color: #ffffff;
	border-radius: 5px;
	overflow: scroll;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
	display: none;
	max-height: 500px;
}
.color_menu.open {
	display: block;
}

.color_menu ul {
	margin: 0;
	padding: 7px 14px;
	overflow: auto;
	height: auto!important;
}
.color_menu ul > li {
	display: block;
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 0 0 2px #000000;
	cursor: pointer;
	border: 5px solid rgba(240, 240, 240, 0);
	height:25px;
	margin: 2px;
}
.color_menu ul > li:hover {
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.1);
}
.color_menu ul > li.selected {
  border: 5px solid rgba(240, 240, 240, 0.8);
}
.color_menu ul > li.none {
	background-color: #ffffff;
	background-image: url("/images/no_color.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-size: cover;
}

#border_width_box {
  width: 40px;
	padding: 2px 2px 2px 0;
}
#border_width_box:hover {
	background-color: #eeeeee;
}
#border_width_box:active {
	background-color: #eeeeee;
}

#border_width_display{
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 0 4px 4px 0;
	text-align: center;
}
#stroke_width_display{
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 0 4px 4px 0;
	text-align: center;
}



#sub_window_frame {
	display: block;
	width: 100%;
	height: 93%;
	border: 0;
	margin: 0;
	padding: 0;
}

/* ------------------------------------ upload menu ----------------------------------------- */
#upload_files .option_box {
	display: none;
}
#upload_files .option_box.show {
	display: block;
}
#upload_files .option_box .supported_files {
	text-align: center;
	background-color: #eeeeee;
	margin: 10px;
	padding: 5px;
	border-radius: 5px;
}
#upload_files .step_box {
	margin: 0 10px;
}
#upload_files .step_box .step_name {
	border-bottom: 1px solid #cccccc;
	padding: 5px;
}
#upload_files .file_box {
	padding: 10px;
}
#upload_files .upload_type_choice {
	padding: 10px;
	overflow: hidden;
}
#upload_files .upload_type_choice .grid:first-of-type {
	padding-right: 10px;
}
#upload_files .upload_type_choice .grid:last-of-type {
	padding-left: 10px;
}
#upload_files .upload_type_choice .btn {
	text-align: center;
	cursor: pointer;
	border: 1px solid #cccccc;
	border-radius: 5px;
	padding: 5px 0;
}
#upload_files .upload_type_choice .btn:hover {
	background-color: #eeeeee;
}
#upload_files .upload_type_choice .btn:active {
	background-color: #999999;
}
#upload_files .upload_type_choice .btn.selected {
	background-color: #333333;
	border-color: #333333;
	color: #ffffff;
}
#upload_files .upload_type_choice .btn .upload_icon {
	height: 30px;
	display: block;
	margin: 0 auto;
	border: 0;
}
#upload_photo_category_list {
	background-color: #333333;
}
#upload_start_btn {
	padding: 8px 12px;
	background-color: #75A514;
	color: #ffffff;
	cursor: pointer;
	border-radius: 3px;
	text-align: center;
	font-weight: 100;
	font-size: 16px;
	line-height: 16px;
}


.filter_items {
	clear: both;
	text-align: center;
	font-size: 12px;
	padding: 5px;
}

#blank_photo_menu {
	position: absolute;
	width: 100%;
	z-index: 3;
	background-color: #333333;
}
#blank_photo_menu.hidden {
	display: none;
}
#blank_photo_menu .gallery {
	padding: 10px 0 0 5px;
	overflow: auto;
}
#blank_photo_menu .blank_option {
	width: 110px;
	float: left;
	margin: 0 0 5px 5px;
	padding: 5px;
	text-align: center;
	cursor: pointer;
	background-color: #eeeeee;
	color: #333333;
	font-size: 12px;
	position: relative;
}
#blank_photo_menu .blank_option:hover {
	background-color: #ffffff;
}
#blank_photo_menu .blank_option.selected {
	background-color: #B3D570;
}
#blank_photo_menu .blank_option > .drag_block {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#blank_photo_menu .blank_option > .preview {
	height: 90px;
	display: block;
	margin: 0 auto;
}
#blank_photo_menu .blank_option .blank_icon {
	height: 80px;
	margin: 5px 10px;
	background-image: url("/images/drop_photo_here.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-size: cover;
}
#blank_photo_menu .blank_option .blank_icon.rounded {
	border-radius: 20px;
}
#blank_photo_menu .blank_option .blank_icon.d_shadow {
	box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.7);
}
#autoLogOutDiv {
  width: 550px;
  height: 280px;
  position: absolute;
  display: none;
  padding: 10pt; 
  background-color: #ffffff; 
  border: 10pt solid #999999; 
  box-shadow: 5px 5px 7px #999999;
  border-radius:15px;
  top: 200px; 
  left: 40%;
  padding: 10px;
  z-index: 10;    
}

#popup_backdrop {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  display: none;
  opacity: 0.6;
  z-index: 50;
  filter: alpha(opacity=60);
}  

#backdrop {
	position: absolute;
	top: 0; left: 0;
	width: 100%; 
	height: 100%;    
	background-color: #000000;
	display: none;
	opacity: 0.6;
	z-index: 5;
	filter: alpha(opacity=60);
}

.table.table-striped {
	overflow-wrap: break-word;
}

.new_photo_category_box {
	padding: 10px;
	background-color: #333333;
	position: relative;
}
.new_photo_category_box.hidden {
  display: none;
}
.new_photo_category_btn {
	background-color: #217AE9;
	color: #ffffff;
	padding: 5px;
	text-align: center;
	cursor: pointer;
	border-radius: 5px;
	font-size: 12px;
}
#new_category_box {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #666666;
	color: #ffffff;
	display: none;
	padding: 10px;
	font-size: 12px;
}
#new_category_box.show {
	display: block;
}
#new_category_box .title {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eeeeee;
}
#new_category_box .title .close_btn {
	float: right;
	width: 15px;
	height: 15px;
	background-color: #eeeeee;
	border-radius: 5px;
	cursor: pointer;
	margin-top: -3px;
	background-image: url("/images/x_black_25.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 15px;
}
#new_category_box .add_btn {
	background-color: #217AE9;
	border-radius: 5px;
	text-align: center;
	padding: 5px 0;
	margin-top: 10px;
	cursor: pointer;
}
#new_category_box .text_input {
	display: block;
	margin: 5px 0;
	padding: 0 0 0 5px;
	border: 0;
	width: 100%;
	font-size: 12px;
	line-height: 20px;
}
#select_covers {
}

#select_cover_section_title {
	cursor: pointer;
}
#select_page_ladder.hidden {
	display: none;
}

#pages_loading_icon {
	display: block;
	margin: 20px auto 0;
	border: 0;
}

.get_more_btn {
	background-color: #298EF9;
	color: #ffffff;
	padding: 10px;
	border-radius: 5px;
	cursor: pointer;
	clear: both;
	margin: 10px;
	text-align: center;
	
}
.get_more_btn.float {
	margin-left: 0;
	margin-top: 5px;
	float: left;
	padding: 10px 20px;
}

#cursor_loaded {
	width: 50px;
	height: 50px;
	background-color: #75A514;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
	border: 3px solid #75A514;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-size: cover;
	position: absolute;
	z-index: 3;
	left: 0;
	top: 0;
	border-radius: 5px;
	text-align: center;
  cursor:pointer !important;
}
#cursor_loaded.full_img {
	background-size: contain;
  cursor:pointer !important;
}
#cursor_loaded.hidden {
	display: none;
}

.edo-thumb-preview {
	max-height: 45px;
	max-width: 45px;
}

.preflightImage {
  float: right;
  height: 40px;
}

.photo_preview_size.selected {
	background-color: #007bff;
}


/*---- CSS for the Spell Check Pop-up ------*/
 

.LED {
  float: right;
  height: 16px;
  width: 16px;
  display: none;
}

.innerLED {
  height: 16px;
  width: 16px;
  border: 2px outset #333333;
  border-radius: 8px;
  margin: 7px 5px 0px 6px;
}

.redLED {
  background-color: #990000;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
}

.redLED2 {
  background-color: #ff9999;
  border: 2px outset #000000;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
}

/* Tooltip container */
.tooltip-2 {
    position: relative;
    display: inline-block;
    //border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}
/* Tooltip text */
.tooltip-2 .tooltiptext {
    visibility: hidden;
    background-color: #aa0000;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    box-shadow: 3px 3px 3px black;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    width: 200px;
    bottom: 100%;
    left: 50%; 
    margin-left: -100px; /* Use half of the width (120/2 = 60), to center the tooltip */    
    margin-bottom: 7px;

}

.tooltip-2 .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #aa0000 transparent transparent transparent;
    //box-shadow: 3px 3px 3px black;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip-2:hover .tooltiptext {
    visibility: visible;
}

.updating_overlay {
	background-color: rgba(42, 136, 54, 0.58);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding: 65px 30px 0px 30px;
    font-size: 20px;
    font-weight: 600;
}


/* VIDEO Styling Code */
#video_player {
  position: fixed;
  left:50%;
  top:120px;
  margin:0 0 0 -440px;
  width:880px;
  background-color:#333333;
  display:none;
  color:#ffffff;
  text-align: center;
  border-radius: 10px;
  box-shadow: 10px 10px 10px black;
  z-index: 10000;
  border: 2px solid black;
}

#player_video {
  padding:10px;
}

#close_video {
  padding: 10px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  background-color: #217AE9;
  border-radius: 5px;  
  margin: 5px 5px 10px 5px;
  width: 100px;
}

#video_title {
  padding:10px 0 0 0;
}

.row.flex-row.flex-nowrap::-webkit-scrollbar {
    height: 8px;
		width: 100%;
}


/* Added by Rakesh  Style the tab */
.stv-radio-tabs-wrapper {
  clear: both;
  display: inline-block;
  width: 100%;  
  padding: 9px 0px 2px 0px;
  position: relative;
  color: black; 
  line-height: 9px;
  text-align: center;
}

input.stv-radio-tab {
  position: absolute;
  left: -99999em;
  top: -99999em;
}
input.stv-radio-tab + label {
      cursor: pointer;
    float: left;
    border-bottom: 0;
    background-color: #fff;
    margin-right: -1px;
    padding: 6px 3px 6px 4px;
    /* position: relative; */
    border-radius: 7px 7px 0px 0px;
    width: 33.5%;
    border-left: 1px solid #666666;
    border-bottom: 2px solid #fff;
}
input.stv-radio-tab + label:hover {
  background-color: #eee;
}
input.stv-radio-tab:checked + label {
   color: white;
  background-color: #666666;  
  border-bottom: 2px solid #428bca;
  z-index: 1;
}
.nopad{
padding:0px!important;
}
.btn_insert{
    font-size: 10px;
    padding: 5px 10px;
    border-radius: 5px;
    float: right;
    cursor: pointer;
    background-color: #eeeeee;
    color: #333333;
    margin: 0 5px 0 0;
    }



::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
    border: 1px solid black;
    background: rgb(41,41,41);
    border-radius: 10px;

}
::-webkit-scrollbar-thumb{
    border-radius:10px;
    height: 30px;
    width: 8px;
    border: 1px solid black;
    background: rgb(111,111,111);
    -webkit-box-shadow: 0 1px 1px rgb(0,0,0);
    background: -webkit-linear-gradient(rgb(200,200,200), rgb(150,150,150));
}

::-webkit-scrollbar-track-piece {
    height: 30px;
    width: 30px;
}
/* Change width of VERTICAL SCROLLBAR */
scrollbar[orient="vertical"],
scrollbar[orient="vertical"] 
thumb, scrollbar[orient="vertical"] 
scrollbarbutton { max-width: 15px !important; -moz-appearance: none !important; }

/* Change width of HORIZONTAL SCROLLBAR */
scrollbar[orient="horizontal"], 
scrollbar[orient="horizontal"] 
thumb, scrollbar[orient="horizontal"] 
scrollbarbutton { max-height: 15px !important; -moz-appearance: none !important; }

.disabledItems{
  display: block;
  background: rgb(128 128 128 / 25%);
  color: black;  
  pointer-events:none;
  cursor: not-allowed;
}

.preflightErrorTipImg
{
	width: 45%;
    height: 150px;
    float: left;    
    padding: 15px;	
	margin-left: 10px;
}
#save_changes_box
{
    float: right!important;
    display:block!important;    
}
#discard_changes_box
{
    float: right!important;
    display:block!important;
    margin-right:3%!important;
}
#unsave_change_details
{
  padding: 0 10px;
	color: #ffffff;
	font-size: 12px;
	line-height: 30px;
  overflow: auto;
  white-space: nowrap;
  float: right;
}
#unsave_local_changes
{
  display:none;
}
.creditPopupTitle {
	margin-bottom: 13px;
	border-bottom: 2px solid red;
	padding-bottom: 16px;
}
.divCreditRequest{
    background: #A6C960;
    width: 100%;
    padding-top: 12px;
    border-radius: 5px;
}

.creditTableLabel{
  text-align: right;
    width: 30%;
    color: white;
}

.input_creditRequest{
  width:80%;      
  padding: 5px;
  border: 1px solid #Ececec;
  border-radius: 5px;
}

.btnSendEmail{
    padding: 10px 0;
    margin: 10px 10px 10px 0;
    width: 150px;
    border: 0;
    background-color: #418ad9;
    color: #ffffff;
    font-size: 16px;
    
    border-radius: 5px;
    cursor: pointer;
    border: none;
}
.greensaveButton{
    padding: 10px 0;
    margin: 10px 10px 10px 0;
    width: 150px;
    border: 0;
    background-color: #418ad9;
    color: #ffffff;
    font-size: 16px;
    
    border-radius: 5px;
    cursor: pointer;
    border: none; 
}

.photo_preview_size.selected {
	background-color: #007bff;
}

#auto_builder_generate_choice {
	min-height: 400px;
}

#btnCancelCreditRequest,#btnSendEmailForCreditRequest{
  width:94px;
}
  #likeImage{
    width: 24;
    height: 24;
    float: left;
    margin-top: -10px;
  }
  #commentBox{
    display:none;
  }
  .commentText{    
    float:left;
    width: 100%;    
  }
  #detail_like_count_s{
    float:left;
    text-decoration:underline;
     
  }
  #detail_comments_count_s{
    text-decoration:underline;
  }
  .commentText p{
    font-size: 14px;
    line-height: 20px;
  }
  .CommentDetails{    
    float: left;
    width: 100%;   
    font-size: 11px;    
    margin-bottom: 10px;  
  }
  .commentList{
    overflow: auto;
    float: left;
    max-height: 248px;
  }
 .showDetails{
      display:none;    
  }
 .spnRecentComments,.spncollapsePhotodetails{
    text-decoration:underline;
    font-size:11px;
    float: right;
    cursor:pointer;    
  }
  
  .like {
    float: left;
    cursor: pointer;
  }
 
  #detail_like_count {
      float: left;
      text-decoration: underline;
  }
  .comment {
      float: right;
      cursor: pointer;
  }
  .photo_detail_icon {
      height: 12px;
      margin: 0 2px 0 0;
  }
  #detail_comments_count_s {
      text-decoration: underline;
  }
  
  #AddcommentBox{  	
    height: 100px;
    float: left;
    width: 100%;
    margin-top: 10px;  
    display:none;    
  }
  
  #commentBox{
    display:none;
  }
  
  .commentText{    
    float:left;
    width: 100%;    
  }
  
  #detail_photo_comment {
    display: block;
    width: 100%;
    height: 50px;
    background-color:#ffffff;
    min-height: 30px;
    max-height: 100px;
    padding: 5px;
    margin: 0 0 5px 0;
    border: 1px solid #cccccc;
    resize: vertical;
  }
  
  .comment{
    float:right;
    cursor:pointer;
  }
  
 .deleteComment{
    width:20px;
    height:20px;
    cursor:pointer;  
  }
  
  .btnPreviousYearTemplateClose{
    text-decoration:underline;
    float: right;
    cursor: pointer;
    font-size: 11px;
  }
  #toggleLabel {
		padding-right: 3px;
		padding-left: 3px;
		position: relative;
		float: right;
		color: #ffffff;
    font-size: 14px;
    line-height: 29px;
    display:none;
  }

  .advancedPhotoSearchRow, .advancedTemplateSearchRow {
	display: none;
	margin: 0px;
  }

	#quickmenu hr {
    margin-top: 0rem;
    margin-bottom: 0rem;
	}

 .onoffswitch {
    position: relative; width: 90px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select: none;
    float: right;
    margin-right: 10px;
    display:none;
    height: 29px;
    margin-top: 2px;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    margin-bottom:0px;
    border-radius: 20px;
}
.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%; 
    height: 26px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white; 
    font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #217AE9;
    color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 18px; margin: 6px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 56px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}

/* PHOTO FILTER STYLES */
.photo_filter_label, .photo_filter_field {
	padding: 3px 4px 3px 3px;
}
.filterRow {
	margin: 0px;
}

.thin-btn {
	background-color: #6c757d;
    text-align: center;
    padding: 5px 0px 5px 0px;
    border-radius: 3px;
    color: white;
    cursor: pointer;	
}
.thin-btn:hover {
	color: #fff;
    background-color: #5a6268;
    border-color: #545b62;	
}

.clickBlock {
    opacity: .2;
    pointer-events:none;
  }
  
.qrCodeDetails{
  font-size: 10px;
  background-color: #666666;
  margin: 0 10px;
  border-radius: 2px;
}
.qrcodeContent{
  width: 100px;
    height: 16px;
    line-height: 16px;
    font-size: 10px;
    border: 0;
    border-radius: 3px;
    padding: 0 0 0 5px;
    background-color: #ffffff;
    box-shadow: 
}

#draggable-menu-limits {
	min-height:900px;
	height: 100%;
	width: 100%;
}
#preflight_items {
	height: 200px;
	overflow: auto;
}

.menuContainer.hidden {
	display: none;
	font-size: 12px;
}
.vl.hidden {
	display: none;
}

 .dropdown-item .checkbox-custom {
	position: absolute;
	right: 8px;
	height: 24px;
	width: 24px;
	margin-left: 150px;
 }

.hide{
  display:none;
}
.show{
  display:inline;
}

.label_select_box {
	background-color: var(--secondary);
	padding: 3px 5px;
	/*border-radius: 5px; */

}

.label_select_box:hover {
	background-color: var(--primary);
}

#quick_menu_arrow_left, #quick_menu_arrow_right {
	margin: 0px 3px;
	visibility:hidden;
}

#quick_menu_arrow_left.show, #quick_menu_arrow_right.show {
	visibility:visible;
}

#potential_keywords {
	overflow:scroll;
	max-height: 200px;
	position: absolute;
	z-index: 2;
	display:none;
	background-color: #eeeeee;
	width: calc(100% - 30px);
}

#potential_keywords .btn {
	display: inline-block!important;
}

#current_keywords .btn {
	display: inline-block!important;
}

.color-selected {
	border: 2px solid #007bff;
}

table.tblQrDetails{
  border-spacing:10px;
}
table.tblQrDetails td {
    padding: 0;
    border: 0;
    vertical-align: middle;
    width: 100%;
}

.modal-dialog {
    max-width: 75%!important;
	max-height: 850px;
	min-height: 300px;
}
#bookConfiguratorTemplateModal .modal-dialog {
    max-width: 65%!important;
    max-height: 850px;
    min-height: 300px;
}
.categories-list ul {
	height: 300px;
	overflow-y: scroll;
	background-color: #eeeeee;
	border-radius: 5px;
}
.ppl-pg-container {
	height:100%;
	}
.breadcrumb-item:hover {
	cursor:pointer;
}
#theme_list {
	max-height:600px;
	min-height: 400px;
  height: 100%;
	overflow-y: scroll;
	text-align:center;
	background-color:white;
}
#theme_preview_img {
	background-color: white;
	height: auto;
	margin: 10px;
}
.breadcrumb-selected {
	font-weight:700;
	color: #007bff;
}
.theme_layout_item {
	border: 2px solid rgba(255,255,255,.1);
	cursor:pointer;
}
.theme_layout_item:hover {
  border: 2px solid #007bff;
}
#themeBuilderCB {
	z-index: 1049;
}
#themeBuilderPreviewCB {
	z-index: 1049;
}
#theme_preview_description {
	background-color: white;
	height: 400px;
	margin: 10px;
	padding: 10px;
	overflow-y: scroll;
}
#theme_layout {
	background-color: white;
	padding:10px;
	max-height: 650px;
	height: 100%;
	overflow-y: scroll;
}
.theme_list li {
	list-style-type: none;
	background-color: #eeeeee;
	cursor:pointer;
	margin: 2px;
	padding: 5px;
} 
ul.theme_fonts_list, ul.theme_colors_list, .selected_theme_list, #theme_visual, #theme-templates {
	background-color: #eeeeee;
	list-style-type: none;
	padding: 10px;
}
#theme-templates {
	overflow:scroll;
	max-height:400px;
}
.font-img {
	margin: 15px;
	margin-right: auto;
    margin-left: auto;
    display: block;
}

#dynamic-cover-name {
	text-align: center;
	background-color: white;
	color: black;
	cursor: pointer;
}

.dynamic-cover-button {
	display: inline-block;
	width: 60px;
	border: 1px solid #cccccc;
	text-align: center;
	background: white;
	color: black;
	margin: 5px 2px 1px 2px;
	border-radius: 3px;
	cursor: pointer;
}

#dynamic-cover-img {
	min-height: 100px;
	max-height: 120px;
	min-width: 80px;
	border: 1px solid #cccccc;
	cursor: pointer;
}

#dynamic-cover-img-container {
	text-align: center;
}

#dynamic-cover-counter {
	text-align: center;
	margin-top: 5px;
}

.dynamic-cover-style-button {
	text-align: center;
	margin-top: 10px;
	background: white;
	color: black;
	border-radius: 3px;
	border: 1px solid #cccccc;
	cursor: pointer;
.color-label {
	padding: 15px;
	margin: 15px;
	border-radius: 5px;
	text-align: center;
}
ul.theme_list {
	padding-left:0px;
	overflow-y:scroll;
	max-height: 500px;
}
.theme_list li:hover {
	background-color:#cccccc;
	color:white;
}
.theme_visual {
	overflow-y:scroll;
	max-height: 575px;
}

.theme_visual p, .selected_theme_list p {
	font-size: 10px;
}
.theme_visual img, .selected_theme_list img, #theme-templates img {
	max-height: 125px;
	margin: 15px;
}
#theme-templates img:hover {
	box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
#left_panel .form-control {
	height: 27px;
	font-size: 11px;
}
.breadcrumb-item {
	cursor: pointer;
}
.breadcrumb-selected {
	color: #007bff;
	font-weight: 600;
}
#previous_year_select_year {
	width:100%
}
li.cursor_btn.selected {
	background-color: #666666;
}
#blank-template {
	width: 95px;
	height: 125px;
	background-color: white;
}
#auto_builder_template_display.doc_gallery {
	overflow-y: scroll;
	height: 490px;
}

#selectedFrameOptionsModal .modal-body {
	min-height:400px!important;
}

@media only screen and (max-width:1679px) {
	.panel_item.action {
		height: 35px!important;
		line-height: 10px!important;
		font-size: 10px!important;
	}
}

