
/* general */

strong {
	font-weight:bold !important;
	}
em {
	font-style: italic !important;
	}

body {
  /*text-align: center; /* ie hack */
	margin: 0px auto;  
	font-size: 12px;
	font-family: "Myriad Pro","Myriad Web","Tahoma","Helvetica","Arial",sans-serif;
}

#body { /* ie hack */
	font-family: "Myriad Pro","Myriad Web","Tahoma","Helvetica","Arial",sans-serif;
	font-size: 12px;
	color: black;
	background-color: #ffffff;
	width: 100%;
	padding: 0;
	margin: 0px auto;
  	text-align: left;
  	visibility: hidden;	
}

#menu {
	background-color: #000064;
	padding: 5px;
}

#menu a {
	color: White;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 4px 2px 2px;
}

.red {
	color: red;
}

.blue {
	color: blue;
}

a, a:visited, a:active {
	/*color:#243962;*/
	color: #27344F;
	text-decoration: none;
}

.x-form-invalid-msg {
	color:#9a0000 !important;
	padding:2px;
	background:transparent url(./icons/forms/alert_small.gif) no-repeat 0 2px !important;
}

* html .x-form-invalid-msg {
	background:transparent url(./icons/forms/alert_small.gif) no-repeat 0 5px !important;
}

a:hover {
	/*color: #9c0000;
	font-weight: bold;
	color: black;
	background-color: #f4c32d;*/
	
}

a.nohover:hover {
	background: transparent;
}

img {
	border: 0px;
}

#template_header {
	height: 25px;	
	background: #DBDBDB url(../../../js/extjs/resources/images/slate/tabs/tab-strip-bg.gif) repeat-x scroll left top !important;
}

#template_header a {
	font-weight: normal;
	text-decoration: underline;
	color: black;
}

#template_header_tools {
  margin: 5px 5px 5px 5px;
  float: right;
} 

#template_branding, #template_navigation,  #template_content_main, #template_info_site
{
	padding:0;
	margin:0px auto;
	border:none;
}

div.spacer {
  clear: both;
	margin: 0px;  
	height: 0.1px;
	/* border: 1px dotted yellow;	*/
}

.ext-ie div.spacer {
	font-size: 0.5em; 
}

div.spacer-big {
	clear: both;
	margin: 0px;  
	height: 2em; 
	font-size: 1px; 
}  

.ext-ie div.spacer-big {
	font-size: 2em; 
}

div.hidden { /* for hacking floats */
	height: 0px; 
	line-height: 0px;
}

.template-borderimage {
	border: 1px solid gray !important;
}

#xc-subject-title {
-moz-border-radius:2px 2px 0 0;
-webkit-border-radius:2px 2px 0 0;
-border-radius:2px 2px 0 0;
background:url("../../../js/extjs/resources/images/slate/toolbar/bg.gif") repeat-x scroll left top #F0F4F5;
border-color:#2A3F52;
border-left:1px solid #2A3F52;
border-right:1px solid #2A3F52;
border-top:1px solid #2A3F52;
color:white;
display:block;
float:left;
font-size:16px;
margin:1px 5px 5px 0;
padding:3px 70px;
text-align:left;
}

#template_branding{
	margin: 2px 5px 5px 10px;
	padding: 0px;
	background: none;
	text-align: left;
	display: block;
	float: left;
	font-size: 16px;
	color: black;
}

.userdata {
 	text-align:right;
 	margin-bottom: 8px;
 }
 
 td.template_search_form_fix { /* gecko */
 	width: 100%;
 }
 
 * html td.template_search_form_fix { /* ie */
 	width: 92%;
 }
 
#template_navigation {
	clear: both;
	background-color: #000064;
	padding: 5px;
}

#template_navigation form {
	display: inline;
	float: right;
	clear: right;
}

#template_navigation form label{
	color: white;
}

#template_navigation li {
  display:inline;
}

#template_navigation ul {
  display: inline;
  float: left;
}

#template_navigation li a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 4px 2px 2px;
}

#template_navigation a:hover{
	text-decoration: underline;
}

/* main content - business objects */
#template_content_main {
    min-height: 300px;
    /*font-size:1.2em;*/
    width: 100%;
}

#template_content_main h1
{
    font-size: 2.0em;
}



#template_content_main h2
{
    color:#0083CE;
    margin:0 0 15px 0;
    font-size: 1.3em;
}


.template_content_main ol {
	list-style: decimal;
	padding: 4px 4px 4px 40px;
}

.template_content_main ul {
	list-style: none;
	padding: 0px;
}

.template_search_results h2 {
	font-size: 1.4em;
}

/*#template_content_main*/ h3
{
  margin:0 0 10px 0;
  font-size: 1.2em;
}

.template_mail {
	font-weight: normal;
}	

/*#template_content_main*/ p
{
    margin-bottom: 8px;
    margin-left: 8px;
}

/*#template_content_main*/ ul {
  margin-left: 20px;
  list-style: square;
}

/* site information */
#template_info_site
{
	background: #DBDBDB url(../../../js/extjs/resources/images/slate/tabs/tab-strip-bg.gif) repeat-x scroll left top !important;
	padding:0px 0px 0px 0px;
	text-align:right;
	width: 100%;
	height: 16px;
}

#template_info_site td {
	font-size: 10px;
	padding: 0px 2px 0px 20px;
	vertical-align: middle;
}

#template_info_site td.no-padding {
	padding: 0px 2px 0px 2px;
}


#template_info_site a
{
	color:#585858;
	background-color:inherit;
}

#template_info_site img
{
	border-width: 0;
}

#template_info_site_links {
	float:right;
	display:inline;
	width:45%;
	padding:0px 0 0 8px;
	font-size: 10px;
}

#template_info_site_links table {
	color: gray;
}	

#template_info_site_links a:visited, #template_info_site_links a:link {
	font-size: 10px;
	color: #222222;
	font-weight: normal;
}	

#template_info_site_links a:hover {
	text-decoration: underline;
}

#template_info_site_left {
	float:left;
	width:45%;
	display:inline;
	text-align:left;
	padding:0px 0 0 8px;
}

#template_ajax_icon  {
	display:none;
	margin-top: 3px;
}	

#template_rendering_info {
	color: gray;
	font-size: 10px;
}

.slogan{
	font-size:12px;
}

.template_login {
	padding: 0;
	margin: 0;
}

#template_login_head {
	padding: 0 !important;
	margin: 0 !important;
	background: url(images/login/login_top_gr.png) top left repeat-x !important;
	height: 50px;
}

.template_login_head_slogan {
	color: white;
	font-weight: bold;
	font-size: 14px;
	padding-top: 24px;
	padding-left: 10px;
}

#template_login_foot {
	padding: 0;
	margin: 0;
	background: url(images/login/login_bottom_gr.png) bottom left repeat-x;
	height: 100px;
}

#template_login_content {
	text-align:center;
}

.template_login_content_container {
	width: 1000px;
}

.template_login_panel {
	padding: 0 !important;
	margin: 0 !important;
}

table.template_login_content {
	border-collapse: collapse;
}

td.template_login_content {
	vertical-align: top;
	padding: 10px;
}

td.template_login_content_icon {
	text-align: right;
	vertical-align: middle; 
	background: url(images/login/login_dot.png) top right repeat-y;
	padding-right: 20px;
}

.template_login_messages {
	margin-top: 20px;
}

.template_login_messages .message_error, .template_login_messages .message_info {
	background: transparent !important;
	border: 0px;
}

.template_login_messages .message_error ul {
	color: #8F4747;
}

.template_login_foot_ie {
	padding: 15px 10px 10px 10px;
	width: 560px;
	color: white;
	float: right;
}

.template_login_foot_ie table * {
	color: white;
}

.template_login_foot_ie a, .template_login_foot_ie a:link, .template_login_foot_ie a:visited {
	font-weight: bold;
	color: white;
}

.template_login_foot_ie a:hover {
	background: transparent !important;
	text-decoration: underline;
}

td.template_login_content_controls {
	padding-left: 20px;
}

td.template_login_content_slogan {
	text-align: center;
	font-weight: bold;
}

td.template_login_content_controls div.spacer {
	padding-top: 10px;
}

.template_login_remember_fix {
	position:relative;
	top:-4px;
	left:2px;
}

.ext-ie .template_login_remember_fix {
	top:-2;
}

* html .template_login {
	width: 35em;
}

.template_login table {
	width: 90%;
}

* html .template_login table {
	width: auto;
}

#template_home_page {
}

#template_home_page h3 {
	font-size: 12px;
	font-weight: bold;
}

#template_home_page h4 {
	font-size: 12px;
	font-weight: normal;
}

#template_home_page h5 {
	font-size: 12px;
	font-weight: normal;
}

template_home_page_browser {
	padding: 10px;
	border: 2px solid gray;
}

#template_browser_page {
}

#template_create_object {
    border: 1px dotted black;
    margin-left: 20px;
    margin-right: 20px;
    background-color: #F0F0F0;
    padding: 10;    
}

#template_hibernate_tools {
    border: 1px dotted black;
    margin-left: 20px;
    margin-right: 20px;
    background-color: #F0F0F0;
    padding: 10;        
}

#template_debug_mode {
    border: 1px dotted black;
    margin-left: 20px;
    margin-right: 20px;
    background-color: #F0F0F0;
    padding: 10;            
}

#template_change_association {
    border: 1px dotted black;
    margin-left: 20px;
    margin-right: 20px;
    background-color: #F0F0F0;
    padding: 10;                
}

#template_change_association .model_render_properties_write {
    border: 0;
}

.micro_text {
	font-size: 0.8em;
	font-weight: normal !important;
}	

.selected {
    font-weight: bold;
}

.template_object_link, .template_object_link a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.template_object_link_normal, .template_object_link_normal a {
	font-size: 13px;
	font-weight: normal !important;
	text-decoration: none;
}

.template_object_button_selected a {
	background: lightblue;
}

.template_object_link_large, .template_object_link_large a {
	/*background: url('./images/hover.gif');*/
	
/* 	background-image: -o-linear-gradient(bottom, #6C87A0 50%, #6C87A0 57%, #FFFFFF 100%); */
/* 	background-image: -moz-linear-gradient(bottom, #6C87A0 50%, #6C87A0 57%, #FFFFFF 100%); */
/* 	background-image: -webkit-linear-gradient(bottom, #6C87A0 50%, #6C87A0 57%, #FFFFFF 100%); */
/* 	background-image: -ms-linear-gradient(bottom, #6C87A0 50%, #6C87A0 57%, #FFFFFF 100%); */
/* 	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, #6C87A0), */
/* 		color-stop(0.57, #6C87A0), color-stop(1, #FFFFFF) ); */
		
	background-color: #6C87A0;
	font-weight:bold !important;
	color:white;
	font-size: 13px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding:11px 5px 10px 5px;
}

a.template_object_link:hover, .template_object_link a:hover{
	text-decoration: underline !important;
}

a.template_object_link_normal:hover, .template_object_link_normal a:hover{
	text-decoration: underline !important;
}

a.template_object_link_large:hover, .template_object_link_large a:hover{
	text-decoration: underline !important;
}

.template_command_link {
	font-size: 12px;
	font-weight: normal !important;
	text-decoration: none !important;
}

.template_small_command_link {
	font-size: 10px;
}

.template_shrink_command_link {
	white-space: pre;
}

/* subject */

.template_subject {
	background: url(skin/template_subject_bck.png) left top repeat-x white;
	color: white;
	height: 36px;
	padding: 0;
}

.template_subject_padding {
	padding: 4px 4px 0px 4px;
	float:left;
}

.template_subject, .template_subject h1 {
	font-weight: bold;
	font-size: 20px;
}

.template_subject_panel {
	float: right;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	color: white;
	background-color:red;
	padding:0;
	height: 52px;
	background: url(skin/template_subject_panel_gradient.png) left top repeat-x white;
}

.template_subject_userinfo_left {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
}

.template_subject_userinfo_right {
	float: right;
}

.ext-ff-3 .template_subject_userinfo_right, .ext-chrome .template_subject_userinfo_right,
.ext-safari .template_subject_userinfo_right {
	white-space: nowrap !important;
	float: right;
	margin-left: 4px;
}

.template_subject_panel a {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

.template_subject_panel a.template_logout_link:link, .template_subject_panel a.template_logout_link:active, .template_subject_panel a.template_logout_link:visited {
	color: white;
	text-decoration: none;
	font-weight: normal !important;
}

.template_subject_panel a.template_logout_link:hover {
	text-decoration: underline;
}


.template_clock {
	color: black;
}

/* toolpanel */

.template_tools_header {
	font-size: 16px;
	font-weight: bold;
	color: white;
	border-bottom: 1px solid black;
	margin: 0px 0px 12px 0px;
}



.template_toolpanel a:link,  .template_toolpanel a:visited, .template_toolpanel a:active {
	color: white;
}

.template_toolpanel a:hover {
	color: #f4c32d;
	background-color: transparent;
}

/* icon classes */

.icon-homepage {
    background-image: url(../default/icons/toolbar/homepage.png) !important;
}

.icon-filters {
    background-image: url(../default/icons/toolbar/filter.gif) !important;
}

.icon-browse {
    background-image: url(../default/icons/toolbar/view.gif) !important;
}

.icon-create {
    background-image: url(../default/icons/toolbar/add.gif) !important;
}

.icon-login {
    background-image: url(../default/icons/toolbar/login.gif) !important;
}

.icon-entity-task {
    background-image: url(../default/icons/toolbar/tasks.gif) !important;
}

/* The layer div */

.xcomponent-layer {
	border:1px solid #BEC9DB;
	z-index:99999 !important;
	zoom:1;
	background-color:#E9ECEF;
	padding:6px;
	
}

.property-callout-search {
	padding-bottom: 6px;
	margin-bottom: 6px;
	border-bottom: 1px dotted gray;
}

/* Browser search */
.browser-faceted-search table{
	table-layout: fixed;
}

.browser-faceted-search tr{
	float: left;
	width: 160px;
}
.browser-faceted-search td{
	
}	

.browser-header-clear-div{
	width: 17px;
	height: 22px;
}

.browser-search{
	border-bottom: 1px dotted gray;
	padding-bottom: 5px;	
	padding-left: 10px;
	padding-top: 10px;
	background: #d6e5e7;
}

.browser-search-links {
	font-weight: normal !important;
	margin-top: 3px;
	margin-bottom: 2px;
	padding-bottom: 2px;	
	padding-top: 3px;
	
}

.browser-search-links a {
	margin: 3px;
	background:#F0F0F0 url(../images/default/menu/menu-simple.gif) repeat-y scroll 0 0;
	border:1px solid #AAAAAA;
	padding: 2px 8px 2px 8px;
	padding-left: 8px;
	padding-right: 8px;
}

.browser-search-form {
	float: left;
	margin-right: 4px;
}

.browser-search label {
	font-weight: bold;
}

/* Section */

.template_button {
	cursor: pointer;
}

.xc-subject{
	overflow:auto;
	padding: 4px;
	font-size: 2em;
}

.template_section_no_border, .template_section_no_border .template_section_header{
	border: none !important;
}

.template_section_no_border_no_background {
	border: none !important;
	background: none !important;
}

.template_section_shadow{
	-moz-box-shadow: 3px 3px 4px #C8C8C8;
	-webkit-box-shadow: 3px 3px 4px #C8C8C8;
	box-shadow: 3px 3px 4px #C8C8C8;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#C8C8C8')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#C8C8C8');
}

.template_section_shadow_vertical{
	-moz-box-shadow: 0px 1px 4px #C8C8C8;
	-webkit-box-shadow: 0px 1px 4px #C8C8C8;
	box-shadow: 0px 1px 4px #C8C8C8;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#C8C8C8')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#C8C8C8');
}

.template_section_shadow{
	-moz-box-shadow: 3px 3px 4px #C8C8C8;
	-webkit-box-shadow: 3px 3px 4px #C8C8C8;
	box-shadow: 3px 3px 4px #C8C8C8;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#C8C8C8')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#C8C8C8');
}

.template_section_shadow_green{
	-moz-box-shadow: 3px 3px 4px #b5f8b0;
	-webkit-box-shadow: 3px 3px 4px #b5f8b0;
	box-shadow: 3px 3px 4px #b5f8b0;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#b5f8b0')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#b5f8b0');
	background:#b5f8b0;
}

.template_section_shadow_red{
	background:#f89393;
}

.template_section_shadow_blue{
	background: #b0c8f8;
}

.template_section_shadow_gray{
	background: #f8f8f8;
}

.template_section_nosection {
	/*margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;*/
	padding: 0px;
	/*border: 0px solid #BEC9DB;*/
	background: red;
	
}

.template_section {
	/*margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;*/
	padding: 0px;
	/*border: 0px solid #BEC9DB;*/
	background: white;
	
}
.template_table {
	width: 100%;
    box-sizing: border-box;
    margin: 0 !important;
}

.model_section_div_2, .model_section_div_2 + td{
	padding:10px;
	box-sizing:border-box;
}

.ext-ie6 .template_section {
	background: #CFCFCF;
}

.ext-ie .template_section {
	width: 98.5%;
}

.template_section .woko_browser_table {
	width: 100% !important;
}

.ext-ie6 .template_section .woko_browser_table {
	background: #CFCFCF !important;
}

.template_section_header {
	color: black;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #BEC9DB;
}

.template_section_header a {
	font-weight: bold !important;
	background: transparent !important;
}

.template_section_header_button {
	border: 1px solid gray;
	border-bottom: 0;
	height: 16px;
}

.template_section_header_button_icon {
	padding: 3px 10px 0 10px;
	height: 20px;
	float: left;
	display: none;
}

.ext-ie .template_section_header_button_icon {
	padding: 1px 5px 0 10px;
}

.browser-header{
	padding:10px;
	box-sizing:border-box;
	border-bottom: 1px dotted gray;
	padding-bottom: 25px;
}
.browser-header-clear{
	margin-right: 10px !important;
}

.browser-header ul{
	list-style: none;
}

.browser-header li {
	float: left;
}

.browser-header li:not(:first-of-type){
	margin-left: -5px;
}

ul.simpleReport {
	padding: 0px;
}

ul.simpleReport li{
	float: left;
	margin-left: 7px;
}

.ajax-browser-header{	
}

.ajax-browser-search {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 183px;
	margin-right: 10px;
}

.ajax-browser-buttons {
	float: left;
	padding-top: 10px;
	margin-left: 10px;
	width: 105px;
}

.ajax-browser-button{
	position: relative;
	float: left;
	width: 20px;	
}

.template_section_content {
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 13px;
}

.template_section_content_no_padding {
	padding: 0px !important;
}

.template_section_dropZone {
	position: relative;
	top: -15px;
	min-height: 45px;
	display: none;
}

.template_section_header_indicator{
	width: 25px;
}

.template_section_header_indicator_true{	
	background: url(./images/section_open.gif) center;
	background-repeat: no-repeat;
}

.template_section_header_indicator_false{	
	background: url(./images/section_right.gif) center;
	background-repeat: no-repeat;
}

.template_home_page_browser .woko_browser {
}

* html .template_section_header_button_icon {
	padding-top:0px;
}

.template_section_header_button_text {
	cursor: pointer;
	padding: 5px 10px 0 8px;
	height: 20px;
	background: #ffffff url(./images/section_header.gif) top left repeat-x !important;
	color: black;
}

.template_section_header_buttons{

	float:right;
	padding:2px 0px 0px 8px;
	/* width:20px; */
}

.template_section_header_text{

	float:left;
	margin-top:3px;
}

.ext-ie .template_section_header_button_text {
	padding-top: 2px;
}


* html .template_section_header_button_text {
}

/* Error page */

.template_error_page_header {
	background: #FFFFFF url(./images/section_header_red.gif) repeat-x scroll left top !important;
	border: 1px solid #DBC9BE;
	color: black;
    font-size: 11px;
    font-weight: bold;
	padding: 4px;
}

.x-window .template_error_page_header {
	background: url(./images/gradients/black.png) top left repeat-x black;
	color: white;
	padding: 4px;
	font-size: 120%;
}

.template_error_page_image {
	padding:8px 8px 4px 4px;
	display: inline;
	float: left;
}

.template_error_page_info {
	padding: 4px 4px 4px 4px;
	border: 1px solid #DBC9BE;
	border-top: 0px;
}

.template_error_page_devinfo {
	font-size: 10px !important;
	width: 100%;
}

.template_error_page_buttons {
	padding-top: 10px;
}

.x-window .template_error_page_buttons {
	float:right;
}

.template_create_on_browse {
	padding-top: 2px;
	float: right;
}

/** Columns table **/

.template-columns-table {
	width: 98%;
	font-size: 12px;
}

.template-columns-row {
	background: none !important;
}

.template-columns-cell {
	vertical-align: top;
	text-align: left;
}

.path_presenter{
	font-size: 1.1em;	
}

.path_presenter_div{
	float: left;
}

.path_presenter_select{
	float: left;
	margin-top: 10px;
	margin-left: 5px; 
	margin-right: 5px;
}

.browser_report_number{
	text-align: right;
}

.browser_report_text{
	text-align: left;
}


.template_side_panel{
	position: fixed;
	top: 100px;
	right: 0;
	width: 65%;
	max-height: 500px;
	overflow: auto;
	overflow-x: hidden;
	-ms-overflow-y: hidden;
	border: 1px solid #BEC9DB;
	background: #F6F7F7 !important;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomleft: 15px;
	padding: 30px 60px 30px 30px;
	filter: alpha(opacity=95);
	opacity: .95;	
}

.template_side_panel_div{
	position: fixed;
	top: 200px;
	right: 0;	
}

.template_side_panel_link{	
	position: relative;
	top: 0px;
	left: 0;	
	width: 50px;
	height: 40px;
	border: 1px solid #BEC9DB;
	padding: 10px 10px 10px 10px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	font-size: 2.5em;
}

.template_side_panel_link:hover {
   	border-color: #7c8da9;
	color: #505164;
}

.template_side_panel_link:active {
	border-color: #7c8da9;
	-moz-box-shadow:inset 0 0 10px #D4D4D4;
	-webkit-box-shadow:inset 0 0 10px #D4D4D4;
	box-shadow:inset 0 0 10px #D4D4D4;
}

.template_side_panel_link_empty{
	background: #F6F7F7 !important;
}

.template_side_panel_link_full{
	background: #FFF36F !important;
}

.scroll_button{
	height: 160px;
	padding: auto;
	width: 17px;
}

.timetable-container{
	width:925px;
	overflow: hidden; 
	text-align: center;
	position: relative;
}

.timetable-container ul, ul.showCalendar-list{
	display: block !important;
	list-style: none;
	margin: 0;
	padding: 0; 	
}


.timetable-container li, ul.showCalendar-list li{
	position: relative;
	float:left; 
	list-style: none;
	margin: 0;
	padding: 0; 
}


.timetable-content{
	width: 925px; 
}

.timetable-item-between-dates {
	filter: alpha(opacity=50);
	opacity: .5;
}

.timetable-item-arrow {
	float:left;
	padding-top:2px;
	padding-left:1px;
	padding-right:1px;
	cursor:move;
}

.image-slideshow td{
	padding: 0px !important;
}
	
	
.selected{
	background-color: lightBlue;	
}

.drop .sc-entry{
	background-color: #ccc !important;	
}


.item-info-box{
	width: 35px;
	height: 40px;
	border: solid 1px #B0B0B0;
	border-radius: 2px;
	text-align: center;
	background-color: white;
	border-collapse: separate;
}

.item-info-box-right{
	float: right;	
	border-left: none;	
}

.item-info-box-center{
	font-size: 115%; 
	padding-top: 15px;
	padding-right: 1px	
}

.item-info-box-calendar-header{	
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	color: white;	
	height: 11px;
	padding-bottom: 2px;	
	font-size: 11px;
}

.item-info-box-calendar-text{	
	color: #27344F;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 0px;
	background-color: white;
}

.item-info-box-calendar-text-large{
	font-size: 120%;
	font-weight: bold;
}

.item-info-box-calendar-text-small{
	font-size: 100%;
	font-weight: bold;
	margin-top: 1px;
}

.overflow-list .overLimit{
	display: none;
}

span.included_form fieldset.model_section_outside_table{

}

fieldset.custom_model_section_outside_table{
	padding: 10px;
    box-sizing: border-box;
    border: 1px solid #BEC9DB !important;
    margin-top: 20px;
    margin-bottom: 10px;
}

fieldset.custom_model_section_outside_table model_section_table{
	width:	99% !important;
}


/* Drag & Drop styles */

.drop, .drop .template_section_header_button_text, .drop .template_section_content {
	background: #CCC !important;
}


.x-hidden-tab .x-tab-panel-header{
	display:none !important;
}

div.subscription{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-style: solid;
	border-width: 2px;
}

div.subscription_text{
	height: 130px;	
}

div.subscription_box{	
	width: 180px;
	float: left;
	height: 173px;	
	background-color:white;
	margin: 20px;	
	padding-top: 5px;	
}

div.subscription_box_1{
	border-color: #DA2510; 
}
div.subscription_box_2{
	border-color: green; 
}
div.subscription_box_3{
	border-color: #0b274b; 
}

div.subscription_footer{
	height: 35px;
	width: 200px;	
	vertical-align: middle;
	display : table-cell;
}

div.subscription_footer_position{
	margin-top: 10px;
}

div.subscription_footer_1{
	background-color: #DA2510; 
}
div.subscription_footer_2{
	background-color: green; 
}
div.subscription_footer_3{
	background-color: #0b274b; 
}

div.subscription_container{
	margin-top: 40px;
	margin-left: 540px; 
    width: 678px;
    font-size: 15px;
}

div.subscription_commercial{
	border-style:solid;
	width:678px;
	border-radius:10px; 
	margin: 0px; 
	background: #E67817;
	border-color:#E67817;
	color:white;
	font-weight:bold;
	font-size: 1.6em;	
	
}

span.subscription_old{
	text-decoration: line-through;
}

.subscription_promotion{
	color: red;
}

p.subscription_banner{
	font-weight: bold;
	font-size: x-large;
}

p.subscription_header{
	font-weight: bold;
	font-size: 20px;
}

div.subscription_info{
	text-align: center;
	width: 678px;
	color: #001F56;
	font-size: 1.3em;
	font-family: Century Gothic, sans-serif;
	margin-top: 20px;
	margin-bottom: 10px;
}


div.kanban {
	width: 90px;
	height: 70px;
	display: table;
	position: relative;
	overflow: hidden;

}

div.kanban-text {
	display: table-cell;
	vertical-align: middle;
}

div.kanban-count {
	font-size: 2em;
	margin-top: 15px;
	margin-bottom: 10px;
}
.link {
	color:blue;
}

.contact_icon{
	/*padding-top: 3px;*/
	padding-left: 15px;
	width: 15px;
	height: 15px;
}

.other{	
	padding-top: 0px;
	background: transparent url(./icons/base/group_small.png) no-repeat !important;
}

.phone{	
	padding-top: 0px;
	background: transparent url(./icons/base/contact_small.png) no-repeat !important;
}

.mail{	
	padding-top: 0px;
	background: transparent url(./icons/enterprise/mail_small.png) no-repeat !important;
}

.url{	
	background: transparent url(./icons/enterprise/world_small.png) no-repeat !important;
}

table.popup {
	width:100%; 
	font-size:12; 
	margin-top:10px;
	color: #444444;
}
tr.popup{
	font-weight: bold;
}
.tooltipek{
	padding-left: 5px;
	border-left:2px #5B6E83 solid; 
	border-right:2px #5B6E83 solid; 
	border-bottom:2px #5B6E83 solid; 
	border-top:2px #5B6E83 solid; 
	min-height: 200px; 
	font-weight:normal;
}
.tooltipek-title{
	font-weight:bold;
	font-size: 16px;
	color:#56697C;
}

.ui-dialog-titlebar{
	background:#566A7E !important;
	color:white ;
}
	
table.bottomBorder { 
	border-collapse:collapse;
}

table.bottomBorder th{
	background: #eeeeee;	
}

table.bottomBorder td, table.bottomBorder th { 
	border-bottom:1px dotted black;
	padding:5px; 
}
div.bottomBorder{
	font-weight: normal;
	font-size: 90%;
/* 	font-size: 11px; */
	font-style: italic;
	color: black;
    margin-left: 10px;
    margin-bottom: 4px;
}

/*
	Custom TinyMCE styles
*/
.mceToolbar{
	width: 582px !important;
}

textarea.x-form-field, .x-form-text, textarea.x-form-field{
	background: white !important;
}

.erase{
	text-decoration: line-through;
}

.kanban-li{
	height: 100px;
	margin: 0px;
	float: left;
	overflow: hidden
}

.model_meta_property_name_dimConfiguration{
	visibility: hidden;
    height: 1px;
}

.woko_browser.x-panel.x-panel-noborder{
	width:100% !important;
}

.template_table{
	margin: 0 !important;
}

.template_content_main {
    width: 100% !important;
}

.template_section_shadow_vertical{
	background: white !important;
}

.template_table{
	margin: 0 !important;
}

.model_section_div_2{
	padding:10px !important;
	box-sizing:border-box;
}

.template_section_shadow_vertical{
	border: 1px solid #BEC9DB;
}

legend{
	font-size:14px;
}

.x-hidden-tab .model_section_cell{
	padding: 0px !important;
	border:none !important;
}

.modebar-group{
	height: 20px;
}

.modebar-container{
	margin-left: 50px !important;
	width: 500px !important;
	position: relative !important;
}

.modebar{
	width: 500px !important;
}

.modebar-btn{
	float: left;
}


