/*
##################################################################
##################################################################
###															   ###
###						Innologica Ltd						   ###
###						Javascript framework				   ###
###															   ###
##################################################################
##################################################################
*/



/*
##################################################################
##################################################################
###															   ###
###							DIALOG							   ###
###															   ###
##################################################################
##################################################################
*/


.inno_shadow_big
{
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.4);	
}

.inno_dialog
{
	background-color:#FEFEFE;
	position:fixed;
	left:0px;
	top:0px;
	overflow:hidden;
	/* font-family: "Open Sans","lucida grande","Segoe UI",arial,verdana,"lucida sans unicode",tahoma,sans-serif; */
}

.inno_dialog_content
{
	overflow:hidden;
	position:relative;
	padding:35px 35px 35px 35px;
	outline: none !important; 
}

.inno_dialog_content_scrollable
{
	overflow:auto;
	-webkit-overflow-scrolling:touch;
}

.inno_dialog_preferences
{
	padding:35px 35px 0 35px;
}

.inno_dialog_content_kiosk
{
	padding:0;
}

.inno_dialog_title
{
	height: 30px;
	line-height: 30px;
	background-color: #D7DDE6;
	font-size: 14px;
	padding-left: 35px;
	font-weight: bold;
}

.inno_dialog_alert
{
	font-family: "Open Sans","lucida grande","Segoe UI",arial,verdana,"lucida sans unicode",tahoma,sans-serif;
	font-size:13px;
}

.inno_dialog_title_close_button
{
	background-color:#F1F5FA;
	position:absolute;
	top:10px;
	right:10px;
	font-size:16px;
}

.inno_dialog_buttonbar
{
	position:relative;
	background-color:#F1F5FA;
	height:30px;
	/*
	-webkit-box-shadow: 0px -1px 4px 0px #CCC;
	-moz-box-shadow: 0px -1px 4px 0px #CCC;
	box-shadow: 0px -1px 4px 0px #CCC;
	*/
}

.inno_dialog_buttonbar_container
{
	position:absolute;
	right:35px;
	top:0;
}

.inno_dialog_buttonbar_button
{
	height:30px;
	line-height:30px;
	padding:0 12px 0 12px;
	float:left;
	background:#F2F6FA;
	background-color:#F2F6FA;
	cursor:pointer;
	font-size:14px;
	font-weight:bold;
	position:relative;
	color:#2E415C;
	border:0 none;
	margin:0;
	box-shadow: none;
	/*font-family: "Open Sans","lucida grande","Segoe UI",arial,verdana,"lucida sans unicode",tahoma,sans-serif;*/
	/*text-transform: uppercase;*/
	outline:none;
}
.inno_dialog_drag_handle
{
	position:absolute;
	top:0;
	left:0;
	height:35px;
	width:100%;
	cursor:move;
}

.inno_dialog_buttonbar_button:nth-child(1)
{
	background-color:rgba(215, 221, 230, 0.5);
}

.inno_dialog_buttonbar_button:hover:enabled
{
	box-shadow: none;
	background-color:#D7DDE6;
	border-top:0 none;
	border-right:0 none;
	border-left:0 none;
}

.inno_dialog_buttonbar_button:focus 
{
	box-shadow: none;
	background-color:#D7DDE6;
	border:0 none;
	border-bottom:3px solid #375680;
}

.inno_dialog_buttonbar_button:disabled
{
	box-shadow: none;
	color:rgba(46, 65, 92, 0.40);
	border:0 none;
	background:#F2F6FA;
}

.inno_dialog_modal_overlay
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 1000;	
}

.inno_dialog_overflow
{
	overflow:visible;
}

.inno_dialog_close_button 
{
	position: absolute;
	width: 29px;
	height: 28px;
	line-height: 34px;
	text-align: center;
	right: 7px;
	top: 4px;
	cursor: pointer;
	opacity: .4;
	filter: alpha(opacity=40);
}

.inno_dialog_close_button_titled
{
	top: 1px;
}

.inno_dialog_close_button:hover
{
	opacity: 1;
	filter:alpha(opacity=100);
}

/*
##################################################################
##################################################################
###															   ###
###							TOOLBAR							   ###
###															   ###
##################################################################
##################################################################
*/

.inno_toolbar_button
{
	height:40px;
	line-height:42px;
	padding:0 12px 0 12px;
	float:left;
	color:#F2F6FA;
	cursor:pointer;
	font-size:16px;
	position:relative;
}

.inno_toolbar_button_short
{
	height:30px;
	line-height:32px;
	padding:0 7px 0 7px;
	cursor:pointer;
}

.inno_toolbar_button_dark_caption
{
	color:#9DABC1;
}

.inno_toolbar_rp_heading
{
	float:left;
	height:40px;
	line-height:42px;
	font-size:15px;
	color:#F2F6FA;
	text-overflow: ellipsis;
	/*max-width:400px;*/
	overflow:hidden;
	white-space: nowrap;
	position: relative;
	top: -1px;
	padding-right:1px;	
}
.inno_toolbar_rp_heading a:hover
{
	text-decoration:underline;
}

.inno_toolbar_spacer
{
	height:40px;
	width:6px;
	float:left;
}

.inno_toolbar_spacer_footer
{
	height:30px;
}

.inno_toolbar_pipe
{
	height:20px;
	line-height:42px;
	padding:0;
	margin-top:10px;
	border-right:1px solid #364B6F;
	float:left;
}

.inno_toolbar_button_wrapper
{
	float:left;
	position:relative;
}

.inno_toolbar_button_narrow
{
	padding:0 2px 0 2px;
}

.inno_toolbar_button_mark_read
{
	padding:0 26px 0 12px;
}

.inno_toolbar_button_mark_read_tick
{
	margin-left:-20px;
}

.inno_toolbar_button_mark_read_tick_hint
{
	position:absolute;
	right:0px;
	top:0px;
	width:20px;
	height:40px;
}

.inno_toolbar_button:hover .inno_toolbar_button_mark_read_tick_hint
{
	background-color:#273347;
}

.inno_toolbar_button_next_prev
{
	padding:0 10px 0 10px;
}

.inno_toolbar_button_wraper
{
	float:left;
	position:relative;
}
.inno_toolbar_button_with_arrow
{
	padding:0 8px 0 12px;
}

.inno_toolbar_button:hover
{
	background-color:#2E415C;
}

.inno_toolbar_button_hover
{
	background-color:#2E415C;
}
.inno_toolbar_button_caption
{
	font-size:13px;
	position: relative;
	top: -2px;
}
.inno_toolbar_tick_padding
{
	padding-left:8px;
	padding-right:-2px;
}
.inno_toolbar_button_submenu_opener_icon
{
	font-size:16px;
	position:absolute;
	top:7px;
	right:7px;
}

.inno_toolbar_button_menu
{
	display:none;
	cursor:default;
	position:absolute;
	top:40px;
	right:0;
	z-index:70;
	background-color:#F1F5FA;
	border:1px solid #C3CCD9;
	color:#2E415C;
	line-height: 20px;
	min-width:130px;
	box-shadow: 0 0px 4px rgba(0, 0, 0, 0.25);
	padding:5px 0 5px 0;
	overflow:auto;
	overflow-x:hidden;
	font-family: "Open Sans","lucida grande","Segoe UI",arial,verdana,"lucida sans unicode",tahoma,sans-serif;
	z-index:1200;
}

.inno_toolbar_button_submenu
{
	position:absolute;
	top:18px;
	right:0px;
	display:none;
	z-index:101;
	max-width: 180px;
}

.inno_toolbar_button_menu_icon
{
	position:absolute;
	top:4px;
	left:9px;
	font-size:16px;
}
.inno_toolbar_button_menu_item
{
	font-size:13px;
	position:relative;
	cursor:pointer;
	padding:4px 18px 4px 33px;
	/*text-overflow: ellipsis;*/
	overflow:hidden;
	max-width:250px;
	white-space: nowrap;
	cursor:pointer;
}
.inno_toolbar_button_menu_item_inactive .inno_toolbar_button_menu_icon
{
	opacity:0.3;
	filter:alpha(opacity=30);
}
.inno_toolbar_button_menu_item_disabled
{
	opacity:0.3;
	filter:alpha(opacity=30);
	cursor: not-allowed;
}

.inno_toolbar_button_menu_item:hover
{
	background-color:#D7DDE6;
}

.inno_toolbar_button_menu_item_filter_input_wrapper
{
	position: relative;
	width:132px;
}

.inno_toolbar_button_menu_item_filter_icon
{
	position: absolute;
	top: 5px;
	right: 12px;
	font-size: 16px;
}

.inno_toolbar_button_menu_item_filter_input
{
	width:120px;
}
.inno_toolbar_button_menu_heading
{
	font-size:11px;
	padding:1px 18px 1px 10px;
	text-overflow: ellipsis;
	max-width:200px;
	overflow:hidden;
	white-space: nowrap;
	font-style:italic;
}
.inno_toolbar_button_menu_more
{
	text-align:right;
	font-size:11px;
	padding-right:8px;
}
.inno_toolbar_button_menu_line
{
	border-top:1px solid #C3CCD9;
	margin:5px 0 5px 0;
}
.inno_toolbar_button_menu_more_wrapper
{
	display:none;
}

.inno_toolbar_tp_search_overlay
{
	position:absolute;
	top:9px;
	right:0px;
	cursor:pointer;
	width:22px;
	text-align:center;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.inno_toolbar_tp_search_overlay:hover, .sb_tp_search_overlay_submit:hover
{
	background-color: #375680;
}



/*
##################################################################
##################################################################
###															   ###
###							TABS							   ###
###															   ###
##################################################################
##################################################################
*/

.inno_tabs_wrapper
{
	overflow:hidden;
}

.inno_tabs_header
{
	display:block;
	list-style-type: none;
	margin:0;
	padding:0;
}

.inno_tabs_header:before, .inno_tabs_header:after 
{
    content:"";
    display:table;
}
.inno_tabs_header:after 
{
    clear:both;
}

.inno_tabs_header 
{
    zoom:1;
}

.inno_tabs_tab
{
	text-decoration: none;
	list-style: none;
	float: left;
	position: relative;
	top:1px;
	white-space: nowrap;
	cursor:pointer;
	padding:6px 11px 6px 11px;
	margin-right:2px;
	font-weight:bold;
	color:#0069D6;
	z-index:100;
}

.inno_tabs_tab:hover
{
	padding:5px 10px 6px 10px;
	border-top:1px solid #D9DDE6;
	border-left:1px solid #D9DDE6;
	border-right:1px solid #D9DDE6;
	border-top-left-radius: 3px;					
	border-top-right-radius: 3px;					
	background: #F1F5FA;
}

.inno_tabs_tab:active
{
	padding:5px 10px 6px 10px;
	background: #CED3DD;
	color: inherit;
	border-color: #CED3DD;
}

.inno_tabs_tab_current, .inno_tabs_tab_current:hover
{
	background: #FFFFFF;
	color: inherit;
	padding:5px 10px 6px 10px;
	border-top:1px solid #D9DDE6;
	border-left:1px solid #D9DDE6;
	border-right:1px solid #D9DDE6;
	border-top-left-radius: 3px;					
	border-top-right-radius: 3px;					
}

.inno_tabs_wrapper
{
}

.inno_tabs_content
{
	display:none;
	border:1px solid #D9DDE6;
	border-bottom-left-radius: 3px;					
	border-bottom-right-radius: 3px;					
	border-top-right-radius: 3px;					
	padding:10px 0 10px 0;
}

div.inno_tabs_content_noframe
{
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
	border-radius:0;					
}

.inno_tabs_content:before
{
	content: '';
	clear:both;
}



/*
##################################################################
##################################################################
###															   ###
###							AUTOCOMPLETE					   ###
###															   ###
##################################################################
##################################################################
*/

.inno_autocomplete_wrapper
{
	cursor:default;
	position:absolute;
	z-index:2001;
	background-color:#F1F5FA;
	border:1px solid #C3CCD9;
	color:#2E415C;
	line-height: 20px;
	min-width:130px;
	box-shadow: 0 0px 4px rgba(0, 0, 0, 0.25);
	padding:5px 0 5px 0;
	overflow:auto;
}

.inno_autocomplete_item
{
	position:relative;
	cursor:pointer;
	padding:4px 18px 4px 33px;
	text-overflow: ellipsis;
	overflow:hidden;
	max-width:800px;
	white-space: nowrap;
	cursor:pointer;
}

.inno_autocomplete_item_selected
{
	background-color:#D7DDE6;
}

.inno_autocomplete_line
{
	border-top: 1px solid #C3CCD9;
	margin: 5px 0 5px 0;
}

.inno_autocomplete_heading
{
	font-size: 11px;
	padding: 1px 18px 1px 10px;
	font-style: italic;
}

/*
##########################################################
##########################################################
###													   ###
###							LOADER					   ###
###													   ###
##########################################################
##########################################################
*/

.inno_loader, .inno_loader:before, .inno_loader:after 
{
	border-radius: 50%;
	width: 2.5em;
	height: 2.5em;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: load7 1.8s infinite ease-in-out;
	animation: load7 1.8s infinite ease-in-out;
}

.inno_loader 
{
	font-size: 10px;
	margin: 0 auto;
	position: relative;
	text-indent: -9999em;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

.inno_loader_high
{
	margin-top: 50px;
	margin-bottom: 100px;
}

.inno_loader:before, .inno_loader:after 
{
	content: '';
	position: absolute;
	top: 0;
}

.inno_loader:before 
{
	left: -3.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.inno_loader:after {
	left: 3.5em;
}

@-webkit-keyframes load7 {
	0%, 80%, 100% 
	{
		box-shadow: 0 2.5em 0 -1.3em;
	}
	40% 
	{
		box-shadow: 0 2.5em 0 0;
	}
}

@keyframes load7 {
	0%, 80%, 100% 
	{
    	box-shadow: 0 2.5em 0 -1.3em;
    }
    40%
    {
    	box-shadow: 0 2.5em 0 0;
    }
}