<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 *
 *	common.css - basic styles
 *
 *
 *	!!!  Do NOT edit this file  !!!
 *
 */

/******************************************************************************
 *	addressbook.css
 ******************************************************************************/

/*
 * Addressbook
 *
 */

.addressbook_show {
	clear: both;
	margin: 10pt 0pt;
}

.addressbook_show .detail {
	width: auto;
	margin: 0pt 0pt;
}

.addressbook_show .addressbook_photo {
	float: left;
	margin: 0pt 4pt 0pt 0pt;
}


/*****************************************************
 * Addressbook
 */

.search_results {
}

.search_results dl dt {
	font-weight: bold;
	margin: 0px 0px 3pt 0px;
	padding: 0px;
}

.search_results dl dd {
	margin: 0px 0px 10pt 1.5em;
	padding: 0px;
}

.search_results dl dd .preview {
	margin: 2pt 0px;
}

.search_results dl dd .info {
	font-size: 80%;
	color: #e0e0e0;
	margin: 2pt 0px;
}

.search_results dl dd .url a,
.search_results dl dd .url a tt {
	text-decoration: none;
	color: inherit;
}


/******************************************************************************
 *	admin.css
 ******************************************************************************/

/*
 * Administrace
 *
 */

/*****************************************************
 * Administrace -- Layout
 */

.layout_show_admin {
	clear: both;
  font-family: 'Open Sans', Arial CE, Arial, Sans;
}

#tree_special ul.fancytree-container {
  font-family: 'Open Sans', Arial CE, Arial, Sans;                       
}
                    
	.layout_show_admin .layout_show_admin_top {
		border-bottom: 1px solid #2b303b;
		margin: 0px;
	}
  
    .layout_show_admin .layout_show_admin_top .inner {
  		margin: 0 20px;
  	}
  
		.layout_show_admin .layout_show_admin_top .layout_show_admin_logo {
			float: left;
			width: 192px;
			height: 59px;
			padding: 0px;
			margin: 0px 1em 0px 0px;
		}
    
    	#admin-unauth-layout .layout_show_admin_top .layout_show_admin_logo {
    		height:84px;
    		width:175px;
    		margin:auto;
    		float:none;
    		padding-top:0;
    	}
      
      .layout_show_admin#admin-unauth-layout .layout_show_admin_main {
      	width:100%;
        padding: 0;
      }
      
		.layout_show_admin .layout_show_admin_top .menu {
			clear: none !important;
		}

	.layout_show_admin .layout_show_admin_top2 {
		margin: 0px;
		padding: 28px 0 0 20px;
		font-size: 80%;
		color: #58595a;
	}
		.layout_show_admin .layout_show_admin_top2 a,
		.layout_show_admin .layout_show_admin_top2 a * {
			color: #58595a;
			text-decoration: none;
		}

		.layout_show_admin .layout_show_admin_top2 a:hover,
		.layout_show_admin .layout_show_admin_top2 a:focus {
			text-decoration: underline;
		}

	.layout_show_admin .layout_show_admin_top2 .misc_infoline {
		float: right;
		width: auto;
		_width: 0;
		white-space: nowrap;
	}
  
  #admin-layout #admin-path-nav {
		color:#595959;
		font-size:12px;
		display:block;
		margin-top:15px;
		width:660px;
	}

	.layout_show_admin .layout_show_admin_main {
		display: block;
		width: 78%;
    padding: 0 2% 0 0;
    float: left;
	}
  
  .layout_show_admin .layout_show_admin_main &gt; div {
    width: 100%;                                                 
  }
  
  .layout_show_admin .layout_show_admin_tree {
    width: 240px;
    max-width: 240px;
    display: table-cell;
    padding: 27px 0 0 70px;
    height: 100vh;
    background-color: #dbd9d9;
    vertical-align: top;                                          
  }
  
  h2#admin-adminTreeHeading {
  	font-weight:200;
  	font-size:40px;
  	padding:12px 20px 12px 12px;
  	display:inline;
    margin: 0;
  }
  
  .layout_show_admin_top2 h1#admin-heading {
  	font-weight:200;
  	font-size:40px;
  	padding:12px 20px 12px 0;
  	display:inline;
    margin: 0;
  }
  
  .layout_show_admin_top2 h1#admin-heading i {
    margin: 0 0 0 20px;
    font-size: 40px;
  }
  
  .layout_show_admin .layout_show_admin_tree ul.fancytree-container{
    border: none;
    background-color: #cdcbcb;                                                               
  }                                                           
  
  .layout_show_admin .layout_show_admin_mid,
  .layout_show_admin .layout_show_admin_content {
    display: block;                                                 
  }

	.layout_show_admin .layout_show_admin_right {
		float: left;
		width: 18%;
		padding: 0px 2% 0 0;
		margin: 0px;
	}

		.layout_show_admin .layout_show_admin_right_inner {
			padding: 1ex 0px 1ex 13px;
			margin: 0px;
			border-left: 1px dotted #e0e0e0;
			border-bottom: 1px dotted #e0e0e0;
		}
		
		.layout_show_admin .layout_show_admin_right_below_inner {
			padding: 2em 0px 1em 14px;
			font-size: 80%;
		}

	.admin_context_help {
	}
			.admin_context_help .admin_context_help_icon {
				float: left;
				width: auto;
				margin: 0ex 1ex 0ex 0ex;
			}

	.layout_show_admin .layout_show_admin_wide {
		clear: both;
    padding: 60px 0 0;
	}

	.layout_show_admin h1 {
		margin: 0ex;
		padding: 0.4ex 0px 0.6ex 0px;
		font-weight: normal;
		font-size: 22px;		/* vyska ikonky */
	}
		.layout_show_admin h1 img {
			vertical-align:middle;
			margin-left:20px;
		}

	.layout_show_admin .auth_status {
		text-align: right;
		width: auto;
		font-size: 80%;
		margin: 0px;
	}

	div.multiobjectclass-pick-one ul li a {
		text-decoration: none;
	}
	div.multiobjectclass-pick-one ul li a:hover {
		text-decoration: underline;
	}

	div.multiobjectclass-pick-one ul li img.moclassicon {
		width: 30px;
	}
	

/*****************************************************
 * Administrace -- Bookmarks
 */

.layout_show_admin_top .menu {
	display: block;
	clear: both;
	padding: 10px 0px 0px 0px;
	font-size: 80%;
}

.layout_show_admin_top .menu ul {
	display: block;
	margin: 0px;
	padding: 0px
}

.layout_show_admin_top .menu ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.layout_show_admin_top .menu ul li a {
	display: block;
	text-align: center;
	padding: 4pt 6pt;
}

.layout_show_admin_top .menu ul li a span {
	display: block;
	text-align: center;
}

.layout_show_admin_top .menu ul li a:hover,
.layout_show_admin_top .menu ul li a:focus {
	background-color: #21b384;
	color: #fff;
}


/*****************************************************
 * Administrace -- Menu
 */
 
.layout_show_admin_logo span {
  font-size: 20px;
  font-weight: normal;
  height: 27px;
  padding: 15px 0;
  display: block;
  color: #fff;
} 

.layout_show_admin_right .menu {
	margin: 2em 0px 1em 0px;
	font-size: 110%;
}

	.layout_show_admin_right .menu ul,
	.layout_show_admin_right .menu ul li {
		display: block;
		list-style: none;
		margin: 0px;
		padding: 0px;
		clear: both;
	}

	.layout_show_admin_right .menu ul li a {
		display: block;
		clear: both;
		padding: 0.5ex;
		line-height: 24px;
		white-space: nowrap;
		overflow: hidden;
	}

		.layout_show_admin_right .menu ul li a,
		.layout_show_admin_right .menu ul li a span {
			text-decoration: none;
		}

		.layout_show_admin_right .menu ul li a .menu_item_icon {
			float: left;
			width: 32px;
			height: 24px;
			clear: left;
		}
		.layout_show_admin_right .menu ul li a .menu_item_label {
		}

		.layout_show_admin_right .menu ul li a:hover,
		.layout_show_admin_right .menu ul li a:focus {
			background-color: #21b384;
			color: #fff;
		}

		.layout_show_admin_right .menu ul li.active a {
			background: right center no-repeat url(/style/default/image/admin-menu-arrow.gif);
		}
			.layout_show_admin_right .menu ul li.active a:hover,
			.layout_show_admin_right .menu ul li.active a:focus {
				background-color: #21b384;
			}

	.layout_show_admin_right .menu hr {
		background: transparent;
		border: none;
		border-top: 1px solid #e0e0e0;
	}

	.layout_show_admin_right h3 {
		font-size: 1em;
		font-weight: bold;
		margin: 2em 0em 1ex 0em;
		padding: 2em 0em 0em 0em;
		border-top: 1px dotted #e0e0e0;
	}

	.layout_show_admin_right #admin-rel-menu {
		font-size: 80%;
		margin-top: 1ex;
	}
		.layout_show_admin_right #admin-rel-menu ul li a {
			line-height: 20px;
			padding: 0.5ex 0.5ex 0.2ex 0.5ex;
		}

		.layout_show_admin_right #admin-rel-menu ul li a .menu_item_icon {
			float: left;
			width: 32px;
			height: 16px;
			clear: left;
		}
			.layout_show_admin_right #admin-rel-menu ul li a .menu_item_icon img {
				margin-left: 8px;
			}


/*****************************************************
 * Administrace -- Menu, Uzivatelske role
 */

table.user_roles,
table.admin_menu {
	border-collapse: collapse;
	width: 100%;
}
table.admin_menu th,
table.admin_menu td {
	vertical-align: baseline;
}
table.user_roles th,
table.admin_menu th {
	padding: 4pt 6pt 0pt 40pt;
	text-align: left;
	width: 35%;
	white-space: nowrap;
}
table.user_roles .no_perms,
table.admin_menu .no_admin_opts {
	padding: 3pt 6pt 2pt 40pt;
	font-style: italic;
	color: #58595a;
}
table.user_roles tr.header td,
table.user_roles tr.header th,
table.admin_menu tr.header td,
table.admin_menu tr.header th {
	padding: 20pt 0pt 2pt 0pt;
	border-bottom: 1px solid #e0e0e0;
}
table.user_roles tr.header th,
table.admin_menu tr.header th {
	text-align: left;
	font-size: 120%;
	font-weight: bold;
	white-space: nowrap;
}
table.admin_menu tr.header td {
	text-align: right;
	font-size: 80%;
}
table.user_roles tr.header .desc {
	font-size: 11pt;
	font-weight: normal;
	font-style: italic;
}
table.admin_menu tr.separator {
	height: 10pt;
}
table.admin_menu tr.separator hr {
	display: none;
}
table.user_roles .no_perms,
table.admin_menu .no_admin_opts,
table.user_roles tr.header .desc {
	color: #58595a;
}
table.admin_menu tr.new_group td,
table.admin_menu tr.new_group th {
	border-top: 1px solid #e0e0e0;
}


/*****************************************************
 * Administrace -- Navigace
 */

.admin_navigation {
	margin: 2ex 0px;
	padding: 2px 0px;
	font-size: 9pt;
}
.admin_navigation .ender {
	display:block;
	content: '';
	clear: both;
}
.admin_navigation h3,
.admin_navigation ul li {
	padding: 0pt;
}
.admin_navigation h3 {
	font-size: 9pt;
	padding: 3pt 0pt 1pt 0pt;
	margin: 0px;
}
.admin_navigation ul li {
	margin: 0px 0px 0px 1.5em;
	padding: 0px;
	list-style: square;
}
.admin_navigation ul {
	padding: 0pt;
	margin: 0px;
}
.admin_navigation a {
	display: block;
	padding: 0.3ex 0px;
	text-decoration: none;
}
.admin_navigation a.home {
	float: right;
	margin: 0px;
	padding: 0px;
}
.admin_navigation a.home img {
	display: block;
	margin: 0px;
	padding: 4px 6px;
}
.admin_navigation a:hover, 
.admin_navigation a:focus {
	background-color: #21b384;
	color: #fff;
}


/*****************************************************
 * Administrace -- Start
 */

.admin_start {
	clear: both;
	margin: 10pt 0pt 16pt 0pt;
	padding: 0px;
}

.admin_menu .admin_switch,
.admin_start .admin_switch {
	text-align: right;
	font-size: 80%;
}

.admin_start .admin_switch {
	float: right;
	padding: 0px;
	height: 3ex;
	margin: 0px 0px -3ex 0px;
	position: relative;
}

.admin_start .admin_start_box_2,
.admin_start .admin_start_box_3 {
	float: left;
	margin: 0px;
	padding: 0px;
}

.admin_start .admin_start_box_2 {
	width: 50%;
}
.admin_start .admin_start_box_3 {
	width: 33%;
}

.admin_start .admin_start_tree,
.admin_start .admin_start_left {
	border-right: 1px solid #e0e0e0;
	padding: 10pt 10pt 10pt 0pt;
	margin: 0px -1px 0px 0px;
}

.admin_start .admin_start_middle {
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	padding: 10pt 10pt 10pt 10pt;
	margin: 0px -1px 0px 0px;
}

.admin_start .admin_start_objects,
.admin_start .admin_start_right {
	border-left: 1px solid #e0e0e0;
	padding: 10pt 0pt 10pt 10pt;
	margin: 0px 0px 0px 0px;
}

.admin_start .admin_start_left,
.admin_start .admin_start_middle,
.admin_start .admin_start_right {
}
	.admin_start .admin_start_left ul,
	.admin_start .admin_start_middle ul,
	.admin_start .admin_start_right ul,
	.admin_start .admin_start_left ul li,
	.admin_start .admin_start_middle ul li,
	.admin_start .admin_start_right ul li {
		list-style: none;
		display: block;
		padding: 0px;
		margin: 0px;
	}
		.admin_start .admin_start_left ul li,
		.admin_start .admin_start_middle ul li,
		.admin_start .admin_start_right ul li {
			padding: 0.4ex;
		}

	.admin_start .admin_start_left a,
	.admin_start .admin_start_middle a,
	.admin_start .admin_start_right a {
		text-decoration: none;
		display: block;
	}
	.admin_start .admin_start_left img,
	.admin_start .admin_start_middle img,
	.admin_start .admin_start_right img {
		margin: 0px 0.5ex;
		vertical-align: bottom;
	}
		.admin_start .admin_start_left a span,
		.admin_start .admin_start_middle a span,
		.admin_start .admin_start_right a span {
			text-decoration: underline;
		}

.admin_start hr {
	background: transparent;
	border: none;
	border-top: 1px solid #e0e0e0;
	margin: 4pt 0pt;
	padding: 0px;
	overflow: hidden;
}

.admin_start h2 {
	font-size: 12pt;
	font-weight: bold;
	margin: 0pt 0pt 3pt 0pt;
	padding: 0px;
}

.admin_start .admin_start_tree p,
.admin_start .admin_start_objects p {
	font-size: 80%;
	color: #58595a;
	margin: 4pt 0pt 6pt 0pt;
}

.admin_start ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

.noticeboard_link {
	font-size: 80%;
	text-align: center;
	border-bottom: 1px solid #e0e0e0;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 5px 0px;
}

#primary-filter {
	float: left;
}

#search-entry,
#secondary-filter,
#order-select {
	float: right;
}

#main-table {
	clear: both;
	width: 100%;
	overflow: auto;
	padding: 1px;
	overflow-y: hidden;
	&amp;padding-bottom: 15px;
}

.admin_user_toolbar {
	border-bottom: 1px solid #e0e0e0;
}
	.admin_user_toolbar .admin_user_toolbar_button {
		float: left;
		width: auto;
		margin: 2px 1.5em 2px 0em;
		padding: 0.4ex 1ex;
		_width: 0;
	}
		.admin_user_toolbar .admin_user_toolbar_button,
		.admin_user_toolbar .admin_user_toolbar_button * {
			text-decoration: none;
		}
			.admin_user_toolbar .admin_user_toolbar_button img {
				vertical-align: middle;
				margin: 0px;
				padding: 0px 1ex 0px 0px;
			}

			.admin_user_toolbar .admin_user_toolbar_button:hover,
			.admin_user_toolbar .admin_user_toolbar_button:focus {
				background: #21b384;
				color: #fff;
			}

	.admin_user_toolbar h2 {
		margin: 0px;
		padding: 8px 0px 4px 0px;
		font-size: 16px;
	}

	.admin_user_toolbar hr {
		clear: both;
		visibility: hidden;
		margin: 0px;
		padding: 0px;
	}

.admin_user_menu {
	clear: both;
}
	.admin_user_menu fieldset {
		margin: 1em 0px;
		border: 1px solid #e0e0e0;
	}

	.admin_user_menu fieldset legend {
	}

	.admin_user_menu fieldset .admin_user_menu_button_holder {
	}

	.admin_user_menu fieldset .admin_user_menu_button {
		float: left;
		width: 10em;
		font-size: 80%;
		text-align: center;
		margin: 0px;
		padding: 1ex;
	}
		.admin_user_menu fieldset .admin_user_menu_button,
		.admin_user_menu fieldset .admin_user_menu_button * {
			text-decoration: none;
		}

		.admin_user_menu fieldset .admin_user_menu_button span,
		.admin_user_menu fieldset .admin_user_menu_button img {
			display: block;
			margin: 2px auto;
		}
		.admin_user_menu fieldset .admin_user_menu_button span {
			height: 2em;
		}

	.admin_user_menu fieldset .admin_user_menu_button:hover,
	.admin_user_menu fieldset .admin_user_menu_button:focus {
		background: #21b384;
		color: #fff;
	}


/*****************************************************
 * Module List
 */


.admin_module_list,
.admin_module_list li {
	list-style: none;
	display: block;
	padding: 0px;
	margin: 0px;
}
	.admin_module_list li {
		padding: 0.4ex;
	}

	.admin_module_list a {
		text-decoration: none;
		display: block;
	}
	.admin_module_list img {
		margin: 0px 0.5ex;
		vertical-align: bottom;
	}
		.admin_module_list a span {
			text-decoration: underline;
		}


#sortable-list    { padding:0;}
#sortable-list li  { 	 
	color:#000; 
	cursor:move; 
	list-style:none; 
	width:650px; 
	height: 30px; 
	background:#ddd; 
	margin:10px 0; 
	border:1px solid #999; 
}
.sorted_menu_div{
	display:block;
	background:#ddd;
	height: 28px;
	width:650px; 	
	margin:10px 0; 
	border:1px solid #999;
	text-align: center; 
}
.sorted_main_div{
	display:block;
	height: 28px;	
}
.sorted_big{	
	border-right: 1px solid  #999;
	margin-left: 5px;
	float:left;
	width: 180px;
	height: 28px;
}
.sorted_small_menu{
	border-right: 1px solid  #999;
	margin-left: 5px;
	float:left;
	width: 60px;
	text-align: center;	
	height: 28px;
}
.sorted_small{
	border-right: 1px solid  #999;
	padding-right: 5px;
	float:left;
	width: 60px;
	text-align: right;
	font-size: 10px;
	height: 28px;
}
.sorted_middle{	
	border-right: 1px solid  #999;
	margin-left: 5px;	
	float:left;
	width: 70px;
	height: 28px;
}
.sorted_big_noborder{	
	margin-left: 5px;
	float:left;
	width: 90px;	
	height: 28px;
}
.select-status{
	background:#ddd;		
}
#message-box    {
	float: left;
	background:#fffea1; 
	border:2px solid #999;
	padding:4px 8px; 
	margin:0 0 14px 0; 
	width:200px;	 
}
#button_task_changes{
	width: 100px;
	float: left;	
}
#msg_btn{	
	width: 400px;
	height: 30px;
}

form.auth_filter_name input.search_form_entry {
	width: 300px;
}
span.publishelpreq {
	cursor: pointer;
	background: url('/style/default/image/admin/information.png') top left no-repeat;
	float: left;
	height: 16px;
	padding-left: 20px;
}

#admin-layout #admin-path-nav {
  margin: 8px 0 14px;
}

#tree_special span.fancytree-node {
  width: 80%;
}

.layout_show_admin .layout_show_admin_tree ul.fancytree-container{
  background: #DBD9D9;
}

.loggedout .layout_show_admin_tree {
  display: none;
}

.noborder-buton {
  border: none;
  background: none transparent;
  cursor: pointer;
}

.configuration_index i {
  padding: 5px 10px;                       
}

.layout_show_admin_main select[name="date-filter_fieldid"] {
  width: 100% !important;
  max-width: 80%;
}

.sc-type-item {
  float: left;
  margin: 10px;
  text-align: center;
}


/******************************************************************************
 *	basic.css
 ******************************************************************************/

/*
 * Vseobecne
 *
 */

body {
	font-family: sans-serif;
	font-size: 10pt;
	color: #000;
	background: #eee;
}

#body-inner,
#body-inner-2,
#body-inner-3,
#body-inner-4 {
	margin: 0px;
	padding: 0px;
	border: none;
}

a img {
	border: none;
}

dt {
	margin: 1ex 0pt 2pt 0pt;
}

dd {
	margin: 2pt 0pt 1ex 3em;
}

.yes, .good {
	color: #484 !important;
	font-weight: bold !important;
}
.no, .bad {
	color: #844 !important;
	font-weight: bold !important;
}

.clear,
div.ender {
	clear: both;
	margin: 0px;
	padding: 0px;
	border: none;
	overflow: hidden;

	/* hack -- IE 7 */
	&amp;height: 1px;
	&amp;margin-top: -1px;

	/* hack -- IE 6 */
	_height: auto;
	_margin-top: 0px;
}

form.inline-form {
	margin: 0px;
	padding: 0px;
	display: inline;
}

pre.large {
	overflow: auto;
	border: 1px solid #e0e0e0;
}

dt {
	font-weight: bold;
}

.tip {
	font-size: 80%;
	margin: 10pt;
	color: #58595a;
}

.tip b {
	color: #000;
}

.items_not_found_message {
	margin: 2em;
	font-size: 1.1em;
	text-align: center;
}


/******************************************************************************
 *	calendar.css
 ******************************************************************************/

/*
 * Kalendar
 *
 */

.calendar_show {
	border-collapse: collapse;
	width: 100%;
	margin: 10pt 0px;
	padding: 0px;
}
.calendar {
  z-index: 20000000;
}

.calendar_show th {
	background-color: #e4e4e5;
}

.calendar_show th,
.calendar_show td {
	text-align: center;
	padding: 4pt 6pt;
	border: 1px solid #e0e0e0;
	background-color: #e4e4e5;
}

.calendar_show td.calendar_today {
	color: #000;
	background: #dfc;
}

.calendar_show td.calendar_weekend {
	color: inherit;
	background: #eee;
}
	.calendar_show td.calendar_today.calendar_weekend {
		color: #000;
		background: #ceedbe;
	}

.calendar_show th.calendar_weekend {
	color: inherit;
	background: #ddd;
}

.calendar_show td.weekview_work_day_content {
	height: 8em;
}

.calendar_show td.weekview_weekend_day_content {
	height: 4em;
}

.calendar_show td ul {
	display: block;
	padding: 0px;
	margin: 0px;
}

.calendar_show td ul li {
	text-align: left;
	display: block;
	text-indent: -3em;
	margin: 2pt 2pt 2pt 3em;
	padding: 0px;
}

.calendar_show td li.availability_open {
}

	.calendar_show td li.availability_closed a {
		text-decoration: none;
		color: grey;
	}

.calendar_show_month_grid td a {
	font-weight: bold;
}
	.calendar_show_month_grid td ul li a {
		font-weight: normal;
	}

.calendar_show_month_grid td a {
	font-size: 110%;
}
.calendar_show_month_grid td ul li {
	font-size: 75%;
}
	.calendar_show_month_grid td ul li a {
		font-size: inherit;
	}
.calendar_show_year td ul li {
	font-size: 80%;
}

.calendar_show_year td {
	vertical-align: top;
}

.calendar_month_small_js .datesel img {
	cursor: pointer;
}

.timeslot {
	height: 8em;
	float: left;
}

	.timeslot li {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}

	.timeslot li.book_status_free {
		background-color: #cfc;
	}

	.timeslot li.book_status_full {
		background-color: #fcc;
	}

	.timeslot li.book_status_free.availability_closed,
	.timeslot li.book_status_full.availability_closed {
		background-color: #ddd;
	}

		.timeslot li a {
			width: 100%;
			display: block;
		}

	.calendar_show td ul .timeslot li {
		text-indent: 0;
		margin: 1pt;
		text-align: center;
	}

.tscnt4 {
	width: 25%;
}

.tscnt5 {
	width: 20%;
}

.tscnt6 {
	width: 16%;
}

.tscnt7 {
	width: 14%;
}

.tscnt8 {
	width: 12%;
}


.calendar-event-bubble{
	position:absolute;
	z-index:4;
	display:none;
	background:#ccc;
	padding:7px 10px 5px;
	text-indent:0;
	text-align:left;
}

.calendar_show li:hover .calendar-event-bubble,
.calendar-event-name:hover .calendar-event-bubble,
.calendar-event-bubble * {
	display:block;
}

.calendar-event-bubble a {
	margin:3px 0;
	color:#000 !important;
}

.calendar-event-bubble a:hover {
	color:#f00 !important;
}

.calendar-event-bubble b {
	border-bottom:1px solid #666;
	margin-bottom:5px;
}


/******************************************************************************
 *	cashdesk.css
 ******************************************************************************/

form.inline-form{ display:block; }
form.inline-form2{ width:100px !important }
.inline-form, .inline-form fieldset, .im-button{
margin:0;
padding:0;
border:none;
}
.im-button{
background:none;
cursor:pointer;
vertical-align:middle;
}
.inline-form fieldset{
display:inline;
}

.orders-stats .num{text-align:center}
.text-center{text-align:center}
.text-right{text-align:right}
th.text-right, td.text-right{padding-right:10px}

/*.cashdesk-storage-status-ok{background-color:}*/
.cashdesk-storage-status-bad td{background-color:#fbb}

div.cashdesk.small div.js-hide-div-alt {
	font-size: 13px;
	margin-top: 2px;
	color: blue;
}


/******************************************************************************
 *	catalog.css
 ******************************************************************************/

/*
 * Catalog
 *
 */

.catalog_browse {
	clear: both;
	margin: 10pt 0px;
}

.catalog_browse .list_item {
	width: 30%;
	margin: 5pt 1% 5pt 0px;
	float: left;
	overflow: hidden;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	padding: 4pt;
}

.catalog_browse .list_item .catalog_icon_holder {
	display: block;
	position: relative;
}
	.catalog_browse .list_item .catalog_icon_holder img {
		display: block;
	}

	.catalog_browse .list_item .catalog_icon_holder .catalog_sticker {
		position: absolute;
		display: block;
		top: 0px;
		right: 0px;
		font-size: 70%;
	}

	img.onlinestorageinfo {
		cursor: pointer;
	}


	div.catalog_item_list div.controls div.buttons,
	div.catalog_item_list div.controls div.opts {
		float: left;
		width: 40%;
	}
td img.hintico {
	width: 16px;
}


/******************************************************************************
 *	column-table.css
 ******************************************************************************/

/*
 * Sloupcovita tabulka
 *
 */

.column_table {
	margin: 10pt 0px;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #e0e0e0;
}

.column_table td,
.column_table th {
	padding: 8px;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
  color: #7d7d7d;
}

.column_table td {
	border-top: 1px solid #e0e0e0;
}

.column_table th {
	background-color: #e4e4e5;
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
  color: #303641;
  text-align: left;
}

.column_table th img {
	vertical-align: bottom;
	margin: 0px 0px 1px 0px;
	opacity: 0.33;
	filter: alpha(opacity = 33);
}
.column_table td img {
	vertical-align: bottom;
	margin: 0px 0px 1px 0px;
}

.column_table a {
	display: block;
	margin: -2px -3px -1px -3px;
	padding: 2px  3px  1px  3px;
	text-decoration: none;
  color: #303641;
}
.column_table .text a {
	display: inline;
}
.column_table tr.section th {
	text-align: left;
}

.column_table tr.separator th {
	text-align: center;
	padding: 0px;
}
	.column_table tr.separator th small {
		display: block;
		border-top: 2px solid #eee;
		border-bottom: 2px solid #eee;
		padding: 1px 0px 0px 0px;
		font-size: 75%;
	}

.column_table td.icon {
	text-align: center;
}
.column_table tr:hover td,
.column_table td a:focus,
.column_table tr.dual-after:hover + tr td{
	color: inherit;
	background-color: #dcdcdd;
}

.column_table td.indented {
	padding-left: 24pt;
}
.column_table tr.active td {
	color: #fff;
	background: #fe8005;
}

.column_table td a span.indent {
	display: block;
	padding: 0px;		/* overriden by template */
	margin: 0px;
}

.column_table .grey {
	color: #58595a;
}

.column_table .empty_table_note td {
	text-align: center;
	padding: 1em;
	background: transparent !important;
}

.column_table td .percent_bar {
	display: block;
	float: left;
	background: #fe8005;
	border: 1px solid #fe8005;
	width: 1em;	/* overriden by tag attribute */
	height: 0.8em;
	padding: 0em;
}

.column_table td.date-begin {
	border-right: none;
	text-align: right;
	padding-left: 1em;
	white-space: nowrap;
}
.column_table td.date {
	border-left: none;
	border-right: none;
	padding-left: 0px;
	text-align: right;
	white-space: nowrap;
}

.column_table tr.dual-after td {
	border-top: 1px solid #aaa;
}

.status-good{ color:#fff; background:#4f4; font-weight:bold }
.status-bad{ color:#fff; background:#f44; font-weight:bold }
.status-good a{color:#666}
.status-bad a{color:#fff}
.center{text-align:center}


/******************************************************************************
 *	configuration.css
 ******************************************************************************/

/*
 * Configuration
 *
 */

.configuration_index {
}

.configuration_index ul {
	display: block;
	margin: 1em 0px;
	padding: 0px;
}
	.configuration_index ul li {
		display: block;
		margin: 0px 1em 0.5ex 0px;
		padding: 0px;
		white-space: nowrap;
		overflow: hidden;
		font-size: 90%;
	}

	.configuration_index ul li a,
	.configuration_index ul li a span,
	.configuration_index ul li a img {
		text-decoration: none;
	}

	.configuration_index ul li a {
		display: block;
		padding: 0.3ex;
	}
		.configuration_index ul li a img {
			vertical-align: middle;
			margin: 0px 1ex 0px 0px;
		}

		.configuration_index ul li a:hover,
		.configuration_index ul li a:focus {
			color: #fff;
			background: #21b384;
		}


/******************************************************************************
 *	debug.css
 ******************************************************************************/

/*
 * Debug
 *
 */

.debug {
	border: 1px solid #e0e0e0;
	margin: 6px 0px;
	padding: 0px 0px;
	background-color: #e4e4e5;
	font-size: 80%;
	text-align: left;
	color: #000;
}

.debug .heading {
	padding: 4px 10px;
}

.debug pre,
.debug .notes,
.debug .table {
	border-top: 1px solid #e0e0e0;
	padding: 8px 10px;
	margin: 0pt;
	background-color: #eee;
	font-size: 125%;
}

.debug .notes {
	font-size: 80%;
	padding: 6px 10px;
}

.debug .table table {
	width: 100%;
	margin: 0pt 0px 0px 0px;
	font-size: 80%;
	border-collapse: collapse;
}

.debug .table table td,
.debug .table table th {
	text-align: left;
	padding: 1pt 2pt;
	border: 1px solid #e0e0e0;
}

.debug .table table caption {
	padding: 2pt 0pt 2pt 0pt;
	text-align: left;
}

.debug .table table tr:hover td {
	background-color: #21b384;
}

.debug .debug-bar {
	height: 2px;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	background-color: #e4e4e5;
}

.debug .debug-good {
	color: #280;
	font-weight: bold;
}

.debug .debug-warn {
	color: #d90;
	font-weight: bold;
}

.debug .debug-bad {
	color: #d00;
	font-weight: bold;
}

.debug .debug-backtrace {
	font-size: 100%;
}

div.debug {
	width: 96%;
	margin: auto;
}


/******************************************************************************
 *	detail.css
 ******************************************************************************/

/*
 * Tabulka s detaily
 *
 */

table.detail {
	border-collapse: collapse;
	margin: 10pt 0pt;
	width: 100%;
}

table.detail,
table.detail .fullwidth {
	border: 1px solid #e0e0e0;
}

table.detail .nopadding {
	padding: 0px !important;
}

table.detail th {
	text-align: left;
	white-space: nowrap;
	vertical-align: baseline;
	padding: 4pt 6pt 0pt 6pt;
	background-color: #e4e4e5;
}
	table.detail .secondary th {
		padding-left: 4em;
	}

table.detail td {
	padding: 3pt 6pt 2pt 6pt;
}
	table.detail td p {
		margin: 0px 0px 1em 0px;
	}

table.detail td.photo {
	padding: 0px;
}

table.detail td ul {
	margin: 0px;
	padding: 0px 0px 0px 1.5em;
}
	table.detail td ul li {
		margin: 0px;
		padding: 0px;
	}


/******************************************************************************
 *	discussion.css
 ******************************************************************************/

/*
 * Discussion
 *
 */

.discussion {
	clear: both;
	padding: 0pt;
	margin: 10pt 0pt;
}

.discussion form {
	margin: 0px;
	padding: 0px;
}

.discussion .discussion-page-nav,
.discussion .discussion-next-unread {
	margin: 4pt;
	padding: 0px;
	text-align: center;
}
.discussion .discussion-nav-link {
	font-size: 80%;
	margin: 0pt 0pt 10pt 0pt;
}
.discussion .discussion-last-visit {
	font-size: 80%;
	color: #58595a;
	margin: -8pt 0pt 12pt 0pt;
}
.discussion .discussion-reload {
	float: right;
	font-size: 80%;
	margin: 0pt 0pt 10pt 0pt;
}

.discussion .discussion-comment {
	clear: both;
	padding: 0pt; 
	margin: 0pt 0pt 10pt 0pt;
}

.discussion .discussion-comment .discussion-header,
.discussion .discussion-comment .discussion-header-new {
	margin: 0pt;
	background-color: #eee;
	border-collapse: collapse;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	font-size: 80%;
}

.discussion .discussion-comment .discussion-header-new {
	background-color: #dfc;
}

.discussion .discussion-comment .discussion-header td,
.discussion .discussion-comment .discussion-header-new td {
	text-align: left;
	font-weight: bold;
	padding: 1pt 4pt;
	vertical-align: baseline;
}

.discussion .discussion-comment .discussion-header th,
.discussion .discussion-comment .discussion-header .discussion-actions,
.discussion .discussion-comment .discussion-header-new th,
.discussion .discussion-comment .discussion-header-new .discussion-actions {
	text-align: left;
	font-weight: normal;
	padding: 1pt 4pt;
	vertical-align: baseline;
}

.discussion .discussion-comment .discussion-header .discussion-actions,
.discussion .discussion-comment .discussion-header .discussion-date,
.discussion .discussion-comment .discussion-header-new .discussion-actions,
.discussion .discussion-comment .discussion-header-new .discussion-date {
	text-align: right;
	font-weight: normal;
}

.discussion .discussion-comment .discussion-comment {
	margin-left: 3em;
}

.discussion .discussion-comment .discussion-avatar,
.discussion .discussion-comment .discussion-avatar-new {
	float: right;
	margin: -1px 0px 4pt 6pt;
	padding: 5px 3px 3px 3px;
	background-color: #eee;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	_width: 0px;
}
.discussion .discussion-comment .discussion-avatar-new {
	background-color: #dfc;
}

	.discussion .discussion-comment .discussion-avatar-new a,
	.discussion .discussion-comment .discussion-avatar a {
		display: block;
		height: 64px;
		overflow: hidden;
		padding: 0px;
		margin: 0px;
	}

	.discussion .discussion-comment .discussion-avatar-new img,
	.discussion .discussion-comment .discussion-avatar img {
		display: block;
		height: 64px;
		padding: 0px;
		margin: 0px;
	}

.discussion .discussion-comment .discussion-text {
	padding: 4pt;
}


.discussion_live_list {
	clear: both;
}

	.discussion_live_list dl {
		margin: 0px;
		padding: 0px;
	}

	.discussion_live_list dt {
		margin: 8pt 0px 1pt 0px;
		padding: 0px;
		font-weight: bold;
	}

		.discussion_live_list dt a {
			display: block;
		}

	.discussion_live_list dd {
		margin: 1pt 0px 8pt 0px;
		padding: 0px;
	}

		.discussion_live_list dd .comment-count {
			float: right;
		}

		.discussion_live_list dd .info {
			color: #58595a;
		}

.discussion_banner {
	margin: 10pt 0pt;
	padding: 0px;
}
	.discussion_banner .header a,
	.discussion_banner table a {
		text-decoration: none;
	}

	.discussion_banner table a {
		display: block;
	}

	.discussion_banner .discussion_banner_table {
		border-collapse: collapse;
		border: 1px solid #e0e0e0;
		margin: 0px;
		padding: 0px;
	}

	.discussion_banner .discussion_banner_table td {
		border: none;
		padding: 1pt 3pt;
		font-size: 90%;
	}

	.discussion_banner .header {
		text-align: left;
		font-weight: bold;
		padding: 1pt 4pt;
	}

	.discussion_banner .moreparts {
		text-align: right;
		font-weight: bold;
		padding: 1pt 4pt;
	}

	.discussion_banner tr:hover {
		background-color: #21b384;
	}


/******************************************************************************
 *	dropdown-menu.css
 ******************************************************************************/

/*
 * Dropdown menu - jednoduche dvouurovnove menu
 *
 * &lt;ul class="dropdown"&gt;
 * 	&lt;li&gt;...&lt;/li&gt;
 * &lt;/ul&gt;
 *
 */

/*** Mechanika menu ***/

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.dropdown {
	position: relative;
	z-index: 597;
	float: left;
}

ul.dropdown li {
	float: left;
	vertical-align: middle;
	zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}

ul.dropdown ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	width: 100%;
}

ul.dropdown ul li {
	float: none;
}

ul.dropdown ul ul {
	top: 1px;
	left: 99%;
}

ul.dropdown li:hover &gt; ul {
	visibility: visible;
}

/*** Vzhled menu ***/

ul.dropdown a,
ul.dropdown span {
	display: block;
  transition: none;
}

ul.dropdown li {
	padding: 0;
	border: none;
	width: 20em;
}

ul.dropdown li:hover {
	color: #000;
}

ul.dropdown li a {
  color: white;
  text-decoration: none;
  font-weight: bold;
	margin: 2px;
}

#admin-sys-menu ul.dropdown li a:hover {
  background-color: #21252d;
}

/* Non-first level */

ul.dropdown ul {
	margin-top: 0;
}

	ul.dropdown ul li {
	}

/* admin menu */
#admin-sys-menu ul.dropdown li ul li a {
  background-color: #2B3643;
  color: #fff;
  font-weight: normal;
  text-align: left;
	margin: 0px;
}
  
.menu#admin-sys-menu {
  height:60px;
  position: relative;
	margin: 0px;
	padding: 0px;
  float: left;
}

#admin-sys-menu.menu ul.dropdown li a {
	padding:20px;
	font-size:15px;
	font-weight:normal;
	height:16px;
}
#admin-sys-menu.menu ul.dropdown li ul li {
	height:30px;
  font-size: 12px;
}
      
#admin-sys-menu.menu ul.dropdown li ul li a {
	background-color:#2B3643;
	height:20px;
	padding:8px;
	margin:0;
	border-width:0 0 0 0;
  display: block;
  font-size: 12px;
}

#admin-sys-menu.menu ul.dropdown li ul li a:hover {
	background-color:#21252d;
}


/******************************************************************************
 *	editor.css
 ******************************************************************************/

/*
 * Editor
 *
 */

.Editor {
	clear: both;
}

form.Editor {
	margin: 10pt 0px;
	padding: 10pt 8pt 4pt 8pt;
}

table.Editor {
	margin: 0px 0px;
	padding: 0px;
	width: 100%;
}

/* debug - begin *
table.Editor td {
	border: 1px dotted blue;
}
table.Editor th {
	border: 1px dotted red;
}
/* debug - end */

table.Editor td {
	margin: 0px;
	padding: 1pt 2pt 2pt 2pt;
	vertical-align: top;
	vertical-align: baseline;
}
table.Editor th {
	margin: 0px;
	padding: 1pt 2pt 2pt 2pt;
	white-space: nowrap;
	text-align: left;
	vertical-align: middle;
}

table.Editor th.summary {
        text-align: right;
}

table.Editor th.tall,
table.Editor td.tall {
	vertical-align: top;
}

table.Editor .error {
	font-weight: bold;
	font-size: 80%;
}

table.Editor .big_error {
	font-weight: bold;
	display: block;
	margin: 0pt;
	padding: 10pt 10pt;
}

table.Editor input.submit {
	padding: 6px 12px;
  background-color: #bfbfbf;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  background-image: none;
  color: C_FORM_EDITOR_FG;
  transition: all 0.2s ease-in-out 0s;
  cursor: pointer;
}

  table.Editor input.submit:hover {
    background-color: #6e7b93;
    border-color: #6e7b93;
    color: #fff;
  }

table.Editor hr {
	height: 1px;
	border: none;
	border-top: 1px solid #bbb;
	margin: 1px;
	padding: 0px;
}

table.Editor .separator {
	height: 1px;
	padding: 0px;
}

.Editor input.textentry,
.Editor textarea,
.Editor select,
.Editor input.date  {
	width: 97%;
  background-color: #fff;
  background-image: none;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  color: C_FORM_EDITOR_FG;
  display: block;
  font-size: 12px;
  line-height: 1.42857;
  padding: 6px 1%;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.Editor select,
.Editor input.date   {
  width: auto;
  min-width: 25%;
}

table.Editor input.textentry:focus,
table.Editor textarea:focus {
  border-color: #6e7b93;
}

table.Editor .error {
	color: #844;
}
table.Editor .note {
	font-size: 80%;
}

.Editor .editor_rq_field_note {
	text-align: right;
	float: right;
	margin: -10pt 0px 0px 0px;
}

.Editor .group-parts th {
	font-weight: normal;
}
.Editor .group-parts th.label {
	font-weight: bold;
}

.Editor .tabberlive th.tab_label {
	display: none;
}

.Editor .tabberlive .tabbertab,
.Editor .tabberlive ul.tabbernav li.tabberactive a {
	background: #fff;
  border-left: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}

.Editor ul.tabbernav li a {
  margin-left: 0;
  margin-right: -1px;
  padding: 9px 16px;
  top: 0;
  color: #58595a;
  border: 1px solid #bfbfbf;
  background: #e7e7e7;
}

  .Editor ul.tabbernav li a:hover {
    color: #58595a;
    border: 1px solid #bfbfbf;
    background: #dcdcdc;
  }

  .Editor ul.tabbernav li a:link {
    color: #58595a;                           
  }
    
.Editor .tabberlive ul.tabbernav li.tabberactive a {
  border-bottom: #fff 1px solid; 
}


.Editor .calendar {
	border-collapse: collapse;
	margin: 0pt 4pt 6pt 0pt;
}

.Editor .calendar th,
.Editor .calendar td {
	border: 1px solid #e0e0e0;
}
.Editor .calendar td {
	padding: 0px;
	width: 14%;
}

.Editor .calendar td input {
	float: left;
}
.Editor .calendar td span,
.Editor .calendar td label {
	text-align: right;
	padding: 1.5pt 3pt;
	margin: 0px;
	display: block;
}

.Editor .calendar label {
	display: block;
	margin: 0px;
}

.Editor .calendar label:hover,
.Editor .calendar label:focus {
	background-color: #21b384;
}

.Editor .editor-footnote {
	font-size: 80%;
	color: #bbb;
	float: right;
}

.Editor .editor_icon_array {
	position: relative; /* IE is shit */
}
	.Editor .editor_icon_array_holder {
		color: #000;
		padding: 1ex;
		&amp;width: 97%; /* IE is shit */
	}

	.Editor .editor_icon_array button {
		text-align: center;
		width: 8em;
    height: 8em;
		float: left;
		border: none;
		background: none transparent;
		color: #000;
		cursor: pointer;
    transition: 0.5s ease all 0s;
	}
		.Editor .editor_icon_array button:hover,
		.Editor .editor_icon_array button:focus {
			background: #21b384;
			color: #fff;
		}

		.Editor .editor_icon_array button span {
			display: block;
		}
		.Editor .editor_icon_array button .button_icon {
			height: 26px;
		}
		.Editor .editor_icon_array button .button_label {
			height: 3em;
		}

.Editor .editor_image_store {
	width: 100%;
}
	.Editor .editor_image_store .editor_image_preview_holder {
	}
		.Editor .editor_image_store .editor_image_preview_holder img {
			max-width: 180px;
		}

.Editor .required {
	background-color: #fed;
}


/******************************************************************************
 *	elementary.css
 ******************************************************************************/

/* CSS styly uÅ¾iteÄnÃ½ch publis funkcÃ­ kterÃ© jsou dostupnÃ© VÅ½DY na frontendu */
/* je to zde v common.css.d, kdyby se v budoucnu chtÄ›lo pouÅ¾Ã­vat nahrzovÃ¡nÃ­ barev atd */

/* loading overlay */
#publis-loading-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0,0,0,0.8);
  transition: opacity 0.5s ease;
}

#publis-loading-overlay.active {
  display: block !important;
  opacity: 0.7 !important;
}

/* shinebox */
.shine {
  background: #f6f7f8;
  background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 100% 226px; 
  display: inline-block;
  position: relative; 
  
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards; 
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: placeholderShimmer;
  -webkit-animation-timing-function: linear;
}

.shineboxwrapper {
	width: 100%;
	height: 226px;
	margin-bottom: 15px;
}

box.shine {
	height: 226px;
	width: 28%;
	margin-left: 2%;
}

.shinelineswrapper {
  display: inline-flex;
  flex-direction: column; 
  margin-left: 3%;
  margin-top: 15px;
	vertical-align: top;
	width: 60%;
}

lines.shine {
  height: 10px;
  margin-top: 10px;
  width: 100%; 
}

photo.shine {
  display: block!important;
  width: 100%; 
  height: 226px; 
  margin-top: 15px;
}

tr .shine {
  background-size: 100% 50px; 
}

tr.shineboxwrapper {
	height: 50px;
}

tr box.shine {
	height: 50px;
	width: 100%;
	margin-left: 0;
}

tr .shinelineswrapper {
	width: 97%;
  margin-top: 0;
}

tr photo.shine {
  height: 50px; 
}

@-webkit-keyframes placeholderShimmer {
  0% {
    background-position: -468px 0;
  }
  
  100% {
    background-position: 468px 0; 
  }
}


/*tiny info box*/
#publis-tiny-info-wrapper {
	background: #fff;
	position: fixed;
	top: 80px;
	right: -350px;
	transition: right 0.5s ease 0s;
	width: 350px;
	min-height: 80px;
	box-shadow: 0 6px 12px rgba(0,0,0,.05),0 1px 4px rgba(0,0,0,.15);
	z-index: 20000;
}

#publis-tiny-info-wrapper.open {
	right: 0;
}

.publis-tiny-info-message {
	position: relative;
	height: 100%;
}

	.publis-tiny-info-message:before {
		position: absolute;
		width: 4px;
		left: 0;
		background-color: #ffd012;
		content: "";
		height: 100%;
		min-height: 80px;
		display: block;
  }

  .publis-tiny-info-message.error:before {
		background-color: #ff484c;
  }
  
  .publis-tiny-info-message.success:before {
		background-color: #7ad835;
	}

.publis-tiny-info-message-inner {
	padding: 15px 25px;
}

/*publis modal panel*/
#publis-modal-panel-wrapper .publis-modal-panel-content {
	background: #fff;
	position: fixed;
	top: 0;
	right: -100vw;
	transition: right 0.5s ease 0s;
	width: 750px;
  max-width: 100%;
	min-height: 100vh;
  height: 100%;
	box-shadow: 0 6px 12px rgba(0,0,0,.05),0 1px 4px rgba(0,0,0,.15);
	z-index: 20000;
  overflow: auto;
}

#publis-modal-panel-wrapper.open .publis-modal-panel-content {
	right: 0;
}
	
.publis-modal-panel-inner {
	padding: 45px 25px 15px;
}

.publis-modal-panel-close {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 25px;
  cursor: pointer;
}


/* select2 kvuli modal panel */
.select2-container--open {
  z-index: 20001;
}


/* cookies policy */
.cookieopt-holder {
  width: 100%;
  padding: 20px 15px;
  background: #3D4951;
  color: #fff;
  font-size: 12px !important;
  float: left;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 20000;
}

.cookieopt-holder.cookies-floating-middle {
  /*--CenteredBox: 100%;*/
  padding: 20px 15px;
  background: #3D4951;
  color: #fff;
  font-size: 12px !important;
  float: none;
  position: fixed;
  bottom: 42%;
  left: calc(50% - 200px);
  width: 400px;
  max-width: 100%;
  text-align: center;
}

#cookies-modal .modal-title {
  font-size: 25px;
  font-weight: bold;
}

#cookies-modal .form-switch{
  font-size: 14px;
  font-weight: bold;
}

@media (max-width:450px) {
  .cookieopt-holder.cookies-floating-middle {
    /*--CenteredBox: 100%;*/
    padding: 20px 15px;
    background: #3D4951;
    color: #fff;
    font-size: 12px !important;
    float: none;
    position: fixed;
    bottom: 20px;
    left: 0;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}

.cookieopt-holder i {
  font-size: 22px;
  margin: 0 25px;
  float: left;
}

.cookie-text {
  float: left;
  width: 55%;
}

.cookieopt-holder.cookies-floating-middle .cookie-text {
  float: none;
  width: 100%;
}

.cookieopt-holder.cookies-floating-middle i {
  float: none;
  width: 100%;
  margin: 0;
}

.cookie-text a {
  color: #fff;
}

.cookie-text p {
  margin: 0;
  color: #fff;
}

.cookieopt-holder .button {
  float: left;
  cursor: pointer;
  padding: 10px 25px;
  border: 1px solid #fff;
  margin: 0 10px 0 30px;
}

.cookieopt-morelink {
  float: left;
  cursor: pointer;
  padding: 10px 25px;
  margin: 0 11px 0 30px;
}

.cookieopt-morelink a {
  color: #fff;
}

.cookieopt-holder.cookies-floating-middle .cookieopt-morelink,
.cookieopt-holder.cookies-floating-middle .button {
  float: none;
  cursor: pointer;
  padding: 7px;
  margin: 0 auto;
  width: 100%;
  clear: both;
  display: block;
}

a.publis-consent-detail-button,
.publis-consent-detail-button {
  cursor: pointer;
}

.fancybox-slide #cookies-modal.fancybox-content {
  width: 700px !important;
  max-width: 100% !important;
}

#cookies-modal .consent-modal-switches {
  margin: 30px 0 15px;
}

/*publis specific - tyhle veci bud zustanou v common, nebo se na ne udela specialni sobor*/
/*jedna se o vÄ›ci, ktere nemusi byt vÅ¾dy na frontendu, ale bez nich dana vec v podstate nefunguje - dynamicke js formy a pod.*/
/* form2 button select */
.form_editor2  .buttons-select-wrapper ul {
  padding-left: 0;
}

.form_editor2  .buttons-select-wrapper label {
	display: block;
}

.form_editor2  .buttons-select-wrapper .select-button {
  float: left;
  text-align: center;
  padding: 10px 15px;
  margin: 5px 10px;
  background: #ccc;
}

.form_editor2  .buttons-select-wrapper .select-button.active {
  background: #21b384;
}

.info-popup {
    display: inline-block;
    position: relative;
    top: 5px;
    margin-left: 3px;
}

.info-popup .infopopup-text {
    position: absolute;
    left: calc(100% - 4px);
    bottom: calc(100% - 4px);
    background: #fff;
    border: 1px solid #FD5D3B;
    height: auto;
    width: 200px;
    display: none;
    padding: 15px;
    z-index: 88;
    white-space: normal;
    word-wrap: break-word;
}

.info-popup:hover .infopopup-text {
    display: block;
}

.info-popup .info-popup-ico {
    color: #FD5D3B;
    position: relative;
    border: 1px solid #FD5D3B;
    border-radius: 50%;
    font-weight: 300;
    width: 22px;
    text-align: center;
    height: 22px;
    font-size: 12px;
}

.info-popup .info-popup-ico i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.success_message {
  background: #1cbd47;
  color: #fff;
  padding: 30px 20px;
}

.error_message {
  background: #E43439;
  color: #fff;
  padding: 30px 20px;
}

.warning_message {
  background: #ff820d;
  color: #fff;
  padding: 30px 20px;
}

.info_message {
  background: #0db2ff;
  color: #fff;
  padding: 30px 20px;
}

.success_message p,
.error_message p,
.success_message ul,
.error_message ul,
.info_message p,
.warning_message p,
.info_message ul,
.warning_message ul {
  text-align: center;
  margin: 15px 0;
}

.success_message ul li,
.error_message ul li,
.info_message ul li,
.warning_message ul li {
  list-style-type: none;
  text-align: center;
}

.success_message a,
.error_message a,
.info_message a,
.warning_message a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}

/*fixed message*/

#publis-fixed-notice {
  width: 100%;
}

#publis-fixed-notice .item {
  color: #fff;
  padding: 15px 20px;
}

#publis-fixed-notice .item.error {
  background-color: #dc3545;
}

#publis-fixed-notice .item.success {
  background-color: #28a745;
}

#publis-fixed-notice .item.info {
  background-color: #6c757d;
}

#publis-fixed-notice .item.warning {
  background-color: #ffc107;
}

.dynamic_field_group {
  position: relative;
}

.dynamic_field_group .d-close {
  position: absolute;
  right: 0;
  top: -10px;
  font-size: 28px;
  cursor: pointer;
}

.dynamic_field_wrapper .addButt {
  border: 1px solid #fe5d3c;
  padding: 5px 15px;
  color: #fe5d3c;
  cursor: pointer;
  margin-bottom: 15px;
  text-align: center;
}

/* ui naseptavac hlavne aby fungoval v modal a side panelu*/
.ui-widget.ui-autocomplete {
  z-index: 100000;
}
.pac-container {
  z-index: 100000;
}

/*konec publis specific */

@media (max-width:950px) {
  .cookieopt-holder.cookies-bottom-fixed .cookieopt-morelink {
    padding: 10px 0;
  }
}

@media (max-width:768px) {

	.cookieopt-holder i {
	  font-size: 22px;
	  margin: 5px 12px;
	  padding: 0;
	  float: left;
	}
	
	.cookie-text {
	  float: none;
	  width: 100%;
	  display: block;
	}
	
	.cookieopt-holder .button,
  .cookieopt-holder .cookieopt-morelink {
    position: relative !important;
    display: block !important;
    clear: both !important;
    float: none !important;
    margin: 5px auto !important;
    bottom: 0 !important;
    text-align: center !important;
	}
}

/* spinnner */
.reverse-spinner {
  position: relative;
  height: 100px;
  width: 100px;
  border: 4px solid transparent;
  border-top-color: #1976d2;
  border-left-color: #1976d2;
  border-radius: 50%;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.reverse-spinner::before {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  content: "";
  border: 4px solid transparent;
  border-top-color: #03a9f4;
  border-left-color: #03a9f4;
  border-radius: 50%;
  -webkit-animation: spinBack 1s linear infinite;
  animation: spinBack 1s linear infinite;
}

.preloader-holder {
  margin: 30px auto;
  width: 100px;
  height: 100px;
}

@-webkit-keyframes spin {
    from {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
}


@-webkit-keyframes spinBack {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
  }
  to {
        -webkit-transform: rotate(-720deg);
        transform: rotate(-720deg);
  }
}

@keyframes spinBack {
  from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
  }
  to {
        -webkit-transform: rotate(-720deg);
        transform: rotate(-720deg);
  }
}

/* spinner end */


/******************************************************************************
 *	events.css
 ******************************************************************************/

.event-wizzard fieldset ul.inputs li.group-duration label{ float:right }
.event-wizzard fieldset ul.inputs li.group-duration input{ width:100px }
.event-wizzard fieldset ul.inputs li.group-duration{ width:150px }

.event-wizzard fieldset ul.inputs li.group-duration p, .event-wizzard fieldset ul.inputs li.group-price p{
	float:none;
	display:block;
	margin:0;
	width:100%;
	font-weight:bold;
}

.event-wizzard fieldset ul.inputs li.duration-1, .event-wizzard fieldset ul.inputs li.price-1 {
	width:146px;
	margin-right:0 !important;
	clear:both;
}

.event-wizzard fieldset ul.inputs li.group-price {
	width:50%;
	float:left;
	margin:0 0 5px;
	clear:none;
}
.event-wizzard fieldset ul.inputs li.price-1 { margin-bottom: 10px }
.event-wizzard fieldset ul.inputs li.price-2 { clear:both }
.event-wizzard fieldset ul.inputs li.group-price input { width:125px }
.event-wizzard fieldset ul.inputs li.group-price label { width:60px }

.event-wizzard fieldset ul.inputs li.group-duration { float:left; clear:none; margin-right:15px }
.event-wizzard fieldset ul.inputs li.group-heading {
	font-weight:bold;
	font-size:120%;
	width:100%;
	margin:-10px 0 10px;
	display:block;
	height:24px;
}

.event-wizzard fieldset ul.inputs li.group-heading label { width:100% }
.event-wizzard fieldset ul.inputs li.group-gen-interval,
.event-wizzard fieldset ul.inputs li.group-gen-type,
.event-wizzard fieldset ul.inputs li.group-gen-daily {
	float:left;
	width:300px;
	clear:none;
}

.event-wizzard fieldset ul.inputs li.gen-daily-1 { width:235px; clear:both; }
.event-wizzard fieldset ul.inputs li.gen-daily-1 label{ width:141px }
.event-wizzard fieldset ul.inputs li.gen-daily-2 label{ display:none }
.event-wizzard fieldset ul.inputs li.gen-daily-2 input{ width:100px }
.event-wizzard fieldset ul.inputs li.gen-daily-3{ float:none; clear:both; margin-top:0; }

.event-wizzard fieldset ul.inputs li.group-gen-type label { width:141px }
.event-wizzard fieldset ul.inputs li.group-gen-type input { width:100px; }
.event-wizzard fieldset ul.inputs li.group-gen-type select { margin-top:-1px }
.event-wizzard fieldset ul.inputs li.gen-type-1 { width:270px; }
.event-wizzard fieldset ul.inputs li.gen-type-2 label { display:none; }

.event-wizzard fieldset ul.inputs li.gen-interval-1 { width:315px; clear:both; }
.event-wizzard fieldset ul.inputs li.gen-interval-1 label{ width:141px }
.event-wizzard fieldset ul.inputs li.gen-interval-2 { width:250px }
.event-wizzard fieldset ul.inputs li.gen-interval-2 label{ width:25px }
.event-wizzard fieldset ul.inputs li.group-gen-interval input { width:150px }


/******************************************************************************
 *	files.css
 ******************************************************************************/

/*
 * Files
 *
 */

.files_browse ul {
	display: block;
	margin: 10pt 0px 10pt 0px;
	padding: 0px;
}
.files_browse li {
	display: block;
	margin: 0px;
	padding: 0px;
}
.files_browse li img {
	position: relative;
	margin: 0px 8pt 0px 0px;
	top: 8px;
}

.files_browse a,
.files_browse a span,
.files_browse a img {
	text-decoration: none;
}

/*****************************************************
 * File Browser
 */

.files_browser,
.files_info {
	margin: 10pt 0px;
	padding: 4pt 2pt 6pt 2pt;
	background-color: #ddd;
	border: 1px solid #bbb;
	-moz-border-radius: 10px;
}

.files_browser table,
.files_info table {
	width: 100%;
	border-spacing: 6pt 2pt;
}

.files_browser table td,
.files_browser table th,
.files_info table td,
.files_info table th {
	text-align: left;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}

.files_browser table td select {
	display: block;
	width: 100%;
	border: 1px solid #e0e0e0;
}

.files_browser table .files-browser-header small {
	font-weight: bold;
}

.files_browser table .files-browser-header .files-browser-header-actual {
	float: left;
	margin: 2pt 4pt 2pt 0pt;
}

.files_browser table .files-browser-header .files-browser-actions {
	float: right;
	margin: 0pt 0pt 2pt 4pt;
}

.files_browser table td .files-browser-actions {
	margin: 3pt 0px 0px 0px;
	text-align: center;
}

.files_info table td .preview-holder {
	overflow: auto;
}

.files_info table td .preview {
	max-width: 100%;
	background-color: #fff;
	color: #000;
}

.misc_header {
	clear: both;
}


/******************************************************************************
 *	font-awesome.css
 ******************************************************************************/

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
 
/*PATHS EDITED FOR PUBLIS 
CSS edited for publis compatibility
*/
/*
changes in orig names
tree=&gt;woodtree
*/
@font-face {
  font-family: 'FontAwesome';
  src: url('/icon/fa/fontawesome-webfont.eot?v=4.3.0');
  src: url('/icon/fa/fontawesome-webfont.eot?#iefix&amp;v=4.3.0') format('embedded-opentype'), url('/icon/fa/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('/icon/fa/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('/icon/fa/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('/icon/fa/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.tree_node_inplace_edit_toolbar .fa-lg {
  font-size: 18px;
  padding: 5px;
  color: #2B3643 !important;
}
.tree_node_inplace_edit_main_toolbar .fa-2x {
  font-size: 28px;
  padding: 10px;
  color: #2B3643 !important;
}
.tree_node_inplace_edit_main_toolbar.hidden .fa-2x {
  font-size: 20px;
  padding: 5px;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul &gt; li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before,
.fa-mailer:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before,
.fa-serial:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before,
.fa-test:before,
.fa-allow:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before,
.fa-misc:before,
.fa-admin:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before,
.fa-go-home:before {
  content: "\f015";
}
.fa-file-o:before,
.fa-content:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before,
.fa-maps:before {
  content: "\f018";
}
.fa-download:before,
.fa-export:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before,
.fa-reload:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before,
.fa-mark:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before,
.fa-invoice:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before,
.fa-assign-tags:before {
  content: "\f02c";
}
.fa-book:before,
.fa-addressbook:before {
  content: "\f02d";
}
.fa-bookmark:before,
.fa-menu-item:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before,
.fa-results:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before,
.fa-video:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before,
.fa-create:before,
.fa-add:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before,
.fa-deny:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before,
.fa-about:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before,
.fa-allow:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before,
.fa-redirect:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before,
.fa-storagerequest:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before,
.fa-show:before,
.fa-visible:before,
.fa-watch:before  {
  content: "\f06e";
}
.fa-eye-slash:before,
.fa-unread:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before,
.fa-blacklist:before {
  content: "\f071";
}
.fa-plane:before,
.fa-voucher:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before,
.fa-transaction:before {
  content: "\f074";
}
.fa-comment:before,
.fa-discussion:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before,
.fa-go-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before,
.fa-order:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before,
.fa-files:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before,
.fa-poll:before  {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before,
.fa-style:before {
  content: "\f083";
}
.fa-key:before,
.fa-auth:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before,
.fa-properties:before,
.fa-configuration:before,
.fa-confcheck:before {
  content: "\f085";
}
.fa-comments:before,
.fa-dialog:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before,
.fa-logout:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before,
.fa-noticeboard:before,
.fa-attached:before {
  content: "\f08d";
}
.fa-external-link:before,
.fa-references:before {
  content: "\f08e";
}
.fa-sign-in:before,
.fa-registration:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before,
.fa-userbookmark:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before,
.fa-feedback:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before,
.fa-published:before {
  content: "\f0ac";
}
.fa-wrench:before,
.fa-repair:before,
.fa-devel:before {
  content: "\f0ad";
}
.fa-tasks:before,
.fa-task:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before,
.fa-menu:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before,
.fa-set-default:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before,
.fa-cashdesk:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before,
.fa-banner:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before,
.fa-summary:before,
.fa-audit:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before,
.fa-message:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before,
.fa-trigger:before {
  content: "\f0e7";
}
.fa-sitemap:before,
.fa-tree:before {
  content: "\f0e8";
}
.fa-umbrella:before,
.fa-category:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before,
.fa-ai:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before,
.fa-cashdeskorder:before {
  content: "\f0f5";
}
.fa-file-text-o:before,
.fa-text:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before,
.fa-userblog:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before,
.fa-edit-content:before,
.fa-browse:before {
  content: "\f115";
}
.fa-smile-o:before,
.fa-profile:before,
.fa-helloworld:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before,
.fa-scheduletask:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before,
.fa-perex:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before,
.fa-rating:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before,
.fa-treelisting:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before,
.fa-questions:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before,
.fa-important:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before,
.fa-multiobject:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before,
.fa-event:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before,
.fa-currency:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before,
.fa-article:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before,
.fa-storagelog:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before,
.fa-multiobjectclass:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before,
.fa-crm:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before,
.fa-prijimacky:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before,
.fa-googleapi:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before,
.fa-contact:before,
.fa-contact-form:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before,
.fa-checkpoint:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before,
.fa-genericobject:before,
.fa-rawobj:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-woodtree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before,
.fa-gallery:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before,
.fa-help:before,
.fa-helpdesk:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before,
.fa-switch-on:before,
.fa-live-edit:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before,
.fa-switch-off:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before,
.fa-heading:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before,
.fa-fields:before {
  content: "\f1de";
}
.fa-share-alt:before,
.fa-social:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before,
.fa-customfield:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before,
.fa-template:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before,
.fa-delete:before {
  content: "\f1f8";
}
.fa-copyright:before,
.fa-structuredcontent:before {
  content: "\f1f9";
}
.fa-at:before,
.fa-newsletter:before,
.fa-email:before {
  content: "\f1fa";
}
.fa-eyedropper:before,
.fa-fckeditor:before {
  content: "\f1fb";
}
.fa-paint-brush:before,
.fa-layout:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before,
.fa-analytics:before {
  content: "\f1fe";
}
.fa-pie-chart:before,
.fa-stats:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before,
.fa-rent:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before,
.fa-photostory:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before,
.fa-catalog:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}


/******************************************************************************
 *	fonts.css
 ******************************************************************************/

@font-face {
    font-family: 'Open Sans';
    src: url('/font/opensans/OpenSans-Regular-webfont.eot');
    src: url('/font/opensans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/opensans/OpenSans-Regular-webfont.woff') format('woff'),
         url('/font/opensans/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('/font/opensans/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/font/opensans/OpenSans-Light-webfont.eot');
    src: url('/font/opensans/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/opensans/OpenSans-Light-webfont.woff') format('woff'),
         url('/font/opensans/OpenSans-Light-webfont.ttf') format('truetype'),
         url('/font/opensans/OpenSans-Light-webfont.svg#open_sanslight_italic') format('svg');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/font/opensans/OpenSans-Italic-webfont.eot');
    src: url('/font/opensans/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/opensans/OpenSans-Italic-webfont.woff') format('woff'),
         url('/font/opensans/OpenSans-Italic-webfont.ttf') format('truetype'),
         url('/font/opensans/OpenSans-Italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/font/opensans/OpenSans-Bold-webfont.eot');
    src: url('/font/opensans/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/opensans/OpenSans-Bold-webfont.woff') format('woff'),
         url('/font/opensans/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('/font/opensans/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;
}


/******************************************************************************
 *	form.css
 ******************************************************************************/

/*
 * Form
 *
 */

.form {
	margin: 1em 0px;
  padding: 0;
	/*padding: 1ex 1.5ex;
	border: 1px solid #bbb;
	-moz-border-radius: 11px;*/
}

	.form form {
		margin: 0px;
		padding: 0px;
	}

	.form .form_error_messages {
		color: #400;
		background: #fa8;
		border: 1px solid #400;
		font-size: 90%;
		margin: 0px 0px 2ex 0px;
		padding: 0.5ex 1.5ex;
	}
		.form .form_error_messages .form_error_icon {
			float: left;
			width: 32px;
			margin: 0px;
		}
		.form .form_error_messages .form_error_message {
			margin: 0px 0px 0px 40px;
		}

	.form .form_table_layout {
		border-collapse: collapse;
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
		.form .form_table_layout td,
		.form .form_table_layout th {
			/*padding: 0.1ex 0.5ex*/;
			padding: 0.1ex 0px;
			margin: 0px;
			text-align: left;
		}

	.form .tabberlive .tabbertab,
	.form .tabberlive ul.tabbernav li.tabberactive a {
		background: #fff;
	}
		.form .tabberlive ul.tabbernav li.tabberactive a {
			border-bottom-color: #fff;
		}

	.form form input.form_entry,
	.form form textarea.form_textarea {
		display: block;
		width: 99%;
	}

	.form form input.form_submit {
		display: inline;
	}
  
  form.Editor input.submit.hidden {
		display: none;
	}

	.form .form_label {
		margin: 0px 0.5ex;
	}

	.form .form_separator {
		height: 1px;
		border: none;
		border-top: 1px solid #bbb;
		margin: 0.7ex 0ex;
		padding: 0px;
	}

	.form .form_datetime_entry input {
		text-align: center;
	}


	.form .calendar {
		border-collapse: collapse;
		margin: 0pt 4pt 6pt 0pt;
	}

		.form .calendar th,
		.form .calendar td {
			border: 1px solid #e0e0e0;
		}

		.form .calendar th {
			text-align: center;
		}

		.form .calendar td {
			padding: 0px;
			width: 14%;
		}

		.form .calendar td input {
			float: left;
		}
		.form .calendar td span,
		.form .calendar td label {
			text-align: right;
			padding: 1.5pt 3pt;
			margin: 0px;
			display: block;
		}

		.form .calendar label {
			display: block;
			margin: 0px;
		}

		.form .calendar label:hover,
		.form .calendar label:focus {
			background-color: #21b384;
		}


/******************************************************************************
 *	form2.css
 ******************************************************************************/

.form_editor2 {
		-moz-border-radius:0 0 0 0;
		border:1px solid #BBBBBB;
		margin:1em 0;
		padding:1ex 1.5ex;
}

	.form_editor2 .required input {
		background-color: #fed;
	}


								/*********************/



.form_editor2 { border:0;}

	.form_editor2 fieldset.hidden { display:none; }
  
  .form_editor2 form .tabberlive ul.tabbernav {
    border-bottom: 1px solid #bfbfbf;
    font-family: "Open Sans";
    font-weight: bold;
    height: 26px;
    white-space: normal;
    word-spacing: -1ex;
  }
  .form_editor2 form .tabberlive ul.tabbernav li a {
      word-spacing: 0;
  }
  .form_editor2 form .tabberlive ul.tabbernav li.tabberactive a {
      border-bottom-color: transparent;
  }
  .form_editor2 form .tabberlive div.label {
      display: none;
  }

	.form_editor2 form .tabberlive th.tab_label {
    display: none;
  }
  .form_editor2 form .tabberlive .tabbertab,
  .form_editor2 form .tabberlive ul.tabbernav li.tabberactive a {
      background: #fff none repeat scroll 0 0;
      border-bottom: 1px solid #bfbfbf;
      border-left: 1px solid #bfbfbf;
      border-right: 1px solid #bfbfbf;
  }
  .form_editor2 form ul.tabbernav li a {
      background: #e7e7e7 none repeat scroll 0 0;
      border: 1px solid #bfbfbf;
      color: #58595a;
      margin-left: 0;
      margin-right: -1px;
      padding: 9px 16px;
      top: 0;
  }
  .form_editor2 form ul.tabbernav li a:hover {
      background: #dcdcdc none repeat scroll 0 0;
      border: 1px solid #bfbfbf;
      color: #58595a;
  }
  .form_editor2 form ul.tabbernav li a:link {
      color: #58595a;
  }
  .form_editor2 form .tabberlive ul.tabbernav li.tabberactive a {
      border-bottom: 1px solid #fff;
  }

				.form_editor2 div fieldset ul.inputs { padding:0 }
				.form_editor2 fieldset ul.inputs li {
					list-style:none outside none;
					margin:0;
					margin:0 0 0.8em;
					clear:both;
				}

				.form_editor2 div fieldset ul.inputs li label {
					width:22%;
					display:block;
					float:none;
          clear: both;
					padding-right:2%;
					margin-bottom:0.6em;
          font-weight: bold;
				}

				.form_editor2 fieldset ul.inputs li label.form2-label-right {
					width:auto;
					float:none;
					padding:0;
					margin:0;
					display:inline;
				}

						.form_editor2 form input,
            .form_editor2 form textarea,
            .form_editor2 form select {
							background-color: #fff;
              background-image: none;
              border: 1px solid #bfbfbf;
              border-radius: 3px;
              display: block;
              font-size: 12px;
              line-height: 1.42857;
              padding: 6px 1%;
              transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
              width: 97%;
						}

						.form_editor2 form input[type="radio"],
						.form_editor2 form input[type="checkbox"] {
							display:inline;
							width:auto;
							border:0;
						}

						.form_editor2 form input[type="range"] {
							background:none;
							border:0;
						}

		.form_editor2 form button, .form_editor form input[type="submit"] { margin:10px 0 }
		.form_editor2 fieldset {
			border: 0px none;
		}

		.form_editor2 fieldset ul.inputs li label {
				display:block;
				float:left;
				margin-bottom:0.6em;
				padding-right:2%;
				width:22%;
        font-weight: bold;
		}

		.form_editor2 fieldset ul.inputs { padding:0 }
		.form_editor2 .form-error {
			display:block;
			margin:0 1.7% 0 24%;
			padding:8px 0 10px 0;
			border-bottom:1px dashed #BBB;
			color:red;
			font-weight:bold;
		}

		.form_editor2 span.form-separator {
			margin:16px 0.5%;
			height:1px;
			background:#DDD;
			border-bottom:1px dotted #AAA;
			display:block;
		}

		.form_editor2 h2 { padding:2% 0.6% }
		.form_editor2 .button-submit, .form_editor2 .button-button {
			background-color: #bfbfbf;
      background-image: none;
      border: 1px solid #bfbfbf;
      border-radius: 3px;
      cursor: pointer;
      padding: 6px 12px;
      transition: all 0.2s ease-in-out 0s;
		}
    

.form_editor2 form .mce-tinymce button,
.form_editor form .mce-tinymce input[type="submit"] {
    margin: 0;
}

.form_editor2 form img {
  max-width: 100%;
  width: 50%;
}

span.select2.select2-container {
  min-width: 50% !important;
}

.form_editor2 fieldset span.select2.select2-container ul li{
  float: left;
  clear: none;
}


/* form2 button select */
.form_editor2  .buttons-select-wrapper ul {
  padding-left: 0;
}

.form_editor2  .buttons-select-wrapper .select-button {
  float: left;
  text-align: center;
  padding: 10px 15px;
  margin: 5px 10px;
  background: #ccc;
}

.form_editor2  .buttons-select-wrapper .select-button.active {
  background: #21b384;
}


/******************************************************************************
 *	gallery.css
 ******************************************************************************/

/*
 * Galerie -- zobrzeni nahledu fotky
 *
 */

.gallery_show {
	clear: both;
}

.gallery_latest a,
.gallery_show a {
	display: block;
	float: left;
	width: 128px;
	text-align: center;
	overflow: hidden;
	margin: 5px;
	background: transparent;
	font-size: 90%;
	border: 1px solid #aaa;
}
	.gallery_latest a,
	.gallery_show a,
	.gallery_latest a *,
	.gallery_show a * {
		color: #aaa;
		text-decoration: none;
		cursor: pointer;
	}

	.gallery_latest a .photobox,
	.gallery_show a .photobox {
		display: block;
		padding: 3px 0px 0px 0px;
	}

		.gallery_latest a .photobox .photo,
		.gallery_show a .photobox .photo {
			display: block;
			height: 122px;
			width: 128px;
			overflow: hidden;
			margin: 0px 0px 3px 0px;
		}

			.gallery_latest a .photobox .photo .photo-inner,
			.gallery_show a .photobox .photo .photo-inner {
				display: table-cell;
				vertical-align: middle;
				height: 122px;
				width: 128px;
			}

			.gallery_latest a .photobox .photo img,
			.gallery_show a .photobox .photo img {
				border: 1px solid #fff;
			}

		.gallery_latest a .photobox .description,
		.gallery_show a .photobox .description {
			display: block;
			height: 1.4em;
			overflow: hidden;
			font-size: 80%;
			white-space: nowrap;
		}

	.gallery_latest a:hover,
	.gallery_latest a:focus,
	.gallery_show a:hover,
	.gallery_show a:focus {
		background: transparent;
		border: 1px solid #444;
	}

		.gallery_latest a:hover,
		.gallery_latest a:focus,
		.gallery_show a:hover,
		.gallery_show a:focus,
		.gallery_latest a:hover *,
		.gallery_latest a:focus *,
		.gallery_show a:hover *,
		.gallery_show a:focus * {
			color: #000;
		}

		.gallery_latest a:hover img,
		.gallery_latest a:focus img,
		.gallery_show a:hover img,
		.gallery_show a:focus img {
		}



/*

.gallery_latest a,
.gallery_show a {
	display: block;
	float: left;
	width: 142px;
	height: 154px;
	
	position: relative;
	top: 0px;
	left: 0px;
	
	margin: 10px 5px 5px 10px;
	padding: 0px 1px 1px 0px;
	overflow: visible;

	text-align: center;
	text-decoration: none;
	font-size: 10px;
	color: #444;
	background-color: #666;

	cursor: pointer;
}

.gallery_latest a img,
.gallery_show a img {
	border: none;
	display: block;
	margin: auto;
	padding-top: 10px;
	cursor: pointer;
}

.gallery_latest a span.photo,
.gallery_show a span.photo {
	display: block;
	height: 136px;
	overflow: hidden;
}

.gallery_latest a span.description,
.gallery_show a span.description {
	display: block;
	overflow: hidden;
	height: 12px;
	width: 122px;
	margin: 0px auto;
	padding: 0px;
	text-decoration: none;
	line-height: 12px;
	white-space: nowrap;
}

.gallery_latest a span.photobox,
.gallery_show a span.photobox {
	display: block;
	width: 100%;
	height: 100%;

	position: relative;
	top: -3px;
	left: -3px;

	padding: 0px;
	margin: 0px;
	overflow: hidden;

	border: 1px solid #000;
	background-color: #ddd;
	text-decoration: none;
}

.gallery_latest a:focus span,
.gallery_latest a:hover span,
.gallery_show a:focus span,
.gallery_show a:hover span {
	top: -5px;
	left: -5px;
	background-color: #eee;
}
.gallery_latest a:focus,
.gallery_latest a:hover,
.gallery_show a:focus,
.gallery_show a:hover {
	top: 1px;
	left: 1px;
}

*/


/******************************************************************************
 *	google-api.css
 ******************************************************************************/

.analytics_show {
  width: 30%;
  margin: 0 0 0 3.3333%;
  float: left;
}


/******************************************************************************
 *	help.css
 ******************************************************************************/

/*
 * Napoveda
 *
 */

.help_module_action pre {
	margin: 0px;
	padding: 0px;
}
.help_module_action th,
.help_module_action td {
	text-align: left;
	font-weight: normal;
}
.help_module_action_back_link {
	font-size: 90%;
}

.help_guide {
}

	.help_guide .help_guide_step {
		margin: 1em 0em 2em 0em;
		clear: both;
	}

		.help_guide .help_guide_step h3 {
		}

		.help_guide .help_guide_step img {
			float: left;
			padding: 0px;
			margin: 0px;
			border: 0px;
		}

		.help_guide .help_guide_step .help_guide_step_description {
			margin: 0em 0em 1em 30px;
		}

		.help_guide .help_guide_step .help_guide_step_links {
			margin: 1em 0px 1em 30px;
		}


/******************************************************************************
 *	helpdesk.css
 ******************************************************************************/

/*
 * Helpdesk
 *
 */

.helpdesk_question_browse dd {
	font-size: 90%;
	margin: 0px 0px 1ex 4ex;
}

.helpdesk_question_browse .preview {
	font-style: italic;
}


/******************************************************************************
 *	invoice.css
 ******************************************************************************/

.invoice{ font-size:2ex }
.invoice h1{
	text-align:left !important;
	font-size:14pt;
	text-transform:uppercase;
	border-bottom:2pt solid #000;
	margin:0 0 5%;
	padding:0 0 5pt;
}
.invoice .head{margin-bottom:5%; border-bottom:2pt solid #999; padding:0 0 1.5%; }
.invoice .b{font-weight:bold}
.invoice .l{float:left; display:block}
.invoice .r{float:right; display:block}
.invoice .tl{text-align:left}
.invoice .tr{text-align:right}
.invoice .tc{text-align:center}
.invoice ul, .invoice ul li{list-style:none;margin:0;padding:0; clear:both; }
.invoice ul li.sep{height:25%;}
.invoice .twocol .l, .invoice .twocol .r{width:50%}
.cleaner{clear:both; display:block}

.invoice .supplier{ border-left:3pt solid #ccc; height:100pt; padding-top:5%; margin:0 0 20pt; }
.invoice .supplier h2{font-size:100%; display:inline; margin:0;}
.invoice .supplier li{margin:0 0 0 5%;}
.invoice .supplier .l{ width:25%; text-align:right }
.invoice .supplier .r{ width:73%; }
.invoice .customer-inner .l{ width:18%; text-align:right }
.invoice .customer-inner .r{ width:80%; }
.invoice .customer li.sep{ height:20pt; }
.invoice .customer-inner{
	border:1px solid #333;
	background:#efefef;
	height:110pt;
	padding:0 20px;
	margin:0 0 20pt;
	-moz-border-radius: 5pt;
	border-radius: 5pt;
}
.invoice .customer-inner h2{
	font-size:100%;
	margin:0 0 1.5%;
	padding:4% 0 0;
}
.invoice-items{width:100%; margin-bottom:5%;}
.invoice-items thead th{border-bottom:1pt solid #999; padding-bottom:5pt; border-spacing:5pt}
.invoice-items tfoot th{border-top:1pt solid #999; padding-top:5pt; border-spacing:5pt}
.invoice-items tbody td{padding:2pt 0;}

.invoice .dates .r{width:40%;margin-right:10%;}
.invoice .sign-this{
	display:block;
	margin-top:50pt;
	padding-top:5pt;
	border-top:2px dotted #ccc;
	text-align:center;
	width:80%;
	clear:both;
}
.invoice .r .sign-this{float:right}
.invoice .total{ padding:5% 0 0; display:block; font-size:110%; }
.invoice .total{text-align:right}
.invoice .total .l{width:65%}
.invoice .total .r{width:35%}
.invoice .summary label{
	display:block;
	margin:0 0 0 6%;
	color:#666;
}
.invoice .summary table{
	margin:0;
	width:100%;
	border:1pt solid #999;
	padding:1% 2% 1% 0%;
	text-align:right;
}

div.invoice.list table tr.late {
	background-color: #fbb;
}

//bit of bootstrap form - smazat aÅ¾ se pÅ™ejde na bootstrap v adminu
#smallbillform .form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

#smallbillform button, #smallbillform input, #smallbillform optgroup, #smallbillform select, #smallbillform textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

#smallbillform input {
    line-height: normal;
}

#smallbillform button, #smallbillform input, #smallbillform select, #smallbillform textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

#smallbillform.form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}

#smallbillform .form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 12px;
    height: 34px;
    line-height: 1.42857;
    padding: 0px 4px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

#smallbillform .form-control::after, .form-control::before {
    box-sizing: border-box;
}
#smallbillform .form-group {
    margin-bottom: 15px;
}
#smallbillform.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

#smallbillform.form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}

#smallbillform.form-inline input.form-control{
    max-width: 75px;
}

#smallbillform .btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

#smallbillform .btn-success {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff;
}


/******************************************************************************
 *	layout.css
 ******************************************************************************/

/*
 * Layout
 *
 */

.layout_show {
	clear: both;
}

.layout_box {
	float: left;
	padding: 0px;
	margin: 0px;
	border: none;
	zoom: 1;
}

.layout_box_inner {
	margin: 0px;
	zoom: 1;
}

.layout_box_inner_with_slot_highlighted {
	border: 3px dotted #f00;
}

.pageObjectActive {
  background-color: #DBEAF9;                 
}

.dropZone {
  display: none;
  cursor: move;          
}

.dropZone.activated {
  display: block;
	border: 3px dotted #3a3a3a;
  border-radius: 4px;
  transition: all 0.5s ease;
  background: #ccc;
  height: 45px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #3a3a3a;
  line-height: 45px;
  text-transform: uppercase;
}

.dropZone.activated.layout_box_inner_with_slot_highlighted {
	border: 3px dotted #f00;
}



/*****************************************************
 * Layout editor
 */

.layout_preview {
	clear: both;
	margin: 15pt 0pt;
}

.layout_preview .layout_preview_view_holder {
	border: 1px solid #000;
}

.layout_preview .layout_preview_view {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
}

.layout_preview .layout_preview_block {
	overflow: hidden;
	float: left;
	margin: 0px;
	padding: 0px;
}

.layout_preview .layout_preview_block_inner {
	border: 1px solid #48a;
	padding: 0px;
	margin: 2px;
	overflow: hidden;
	text-align: center;
}

.layout_preview .layout_preview_block_inner form {
	margin: 0px;
	padding: 0px;
	border: 0px;
	display: block;
}
.layout_preview .layout_preview_block_inner input.header {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	border: none;
	background: transparent;
	cursor: pointer;
}

.layout_preview .layout_preview_block_inner {
	background: #eee;
}
.layout_preview .layout_preview_block_inner .layout_preview_block_inner {
	background: #ffe;
}
.layout_preview .layout_preview_block_inner .layout_preview_block_inner
                .layout_preview_block_inner {
	background: #efe;
}
.layout_preview .layout_preview_block_inner .layout_preview_block_inner
                .layout_preview_block_inner .layout_preview_block_inner {
	background: #fef;
}
.layout_preview .layout_preview_block_inner .layout_preview_block_inner
                .layout_preview_block_inner .layout_preview_block_inner
		.layout_preview_block_inner {
	background: #eff;
}
.layout_preview .layout_preview_block_inner .layout_preview_block_inner
                .layout_preview_block_inner .layout_preview_block_inner
		.layout_preview_block_inner .layout_preview_block_inner {
	background: #fff;
}


/******************************************************************************
 *	messages.css
 ******************************************************************************/

/*
 * Messages
 *
 */
 {
                                                                                
  }
.error_message, .success_message, .info_message
.layout_show_admin .layout_show_admin_main &gt; div.error_message,
.layout_show_admin .layout_show_admin_main &gt; div.success_message,
.layout_show_admin .layout_show_admin_main &gt; div.info_message {
	margin: 30pt auto;
	text-align: center;
	padding: 2% 4%;
  width: 50% !important; 
	-moz-border-radius: 15px;
}

.error_message, .success_message {
	color: #000;
}

.error_message em,
.success_message em,
.info_message em,
.help_message em,
.small_error_message em,
.small_success_message em {
	font-weight: bold;
	font-style: normal;
}

.error_message em, .success_message em, .info_message em {
	font-size: 110%;
}

.error_message ul,
.success_message ul,
.info_message ul {
	display: block;
	list-style: none;
	margin: 10pt 0px;
	padding: 0px;
}

	.error_message ul li,
	.success_message ul li,
	.info_message ul li {
		display: block;
		list-style: none;
		margin: 2pt 0px;
		padding: 0px;
	}

.small_error_message p,
.small_success_message p {
	margin: 3pt;
}

.help_message,
.small_error_message,
.small_success_message {
	margin: 10pt;
	text-align: left;
	padding: 0pt 10pt;
}

.success_message {
	border: 2px solid #0d0;
	background-color: #dfb;
}

.help_message {
	border: 2px solid #bbf;
	background-color: #ddf;
}

table.Editor .big_error,
.error_message {
	border: 2px solid #d00;
	background-color: #10cfbd;
}

.small_success_message {
	border: 1px solid #0d0;
	color: C_SUCCES_FG;
}

.small_error_message {
	border: 1px solid #d00;
	color: #844;
}

.help_message small,
.help_message small a,
.error_message small,
.error_message small a,
.success_message small,
.success_message small a,
.small_error_message small,
.small_error_message small a,
.small_success_message small,
.small_success_message small a {
	color: #58595a;
}

.not_implemented_placeholder {
	border: 1px solid #e0e0e0;
	margin: 2em 0px;
	padding: 3em;
	text-align: center;
}


/******************************************************************************
 *	misc.css
 ******************************************************************************/

/*
 * Misc
 *
 */

.page_nav {
	text-align: center;
	margin: 1em 0px 2em 0px;
}

	.page_nav em,
	.page_nav a.page_nav_number,
	.page_nav a.page_nav_arrow {
		border: 1px solid #e0e0e0;
		padding: 0.3ex 1ex;
		text-decoration: none;
	}

	.page_nav em {
		font-style: normal;
	}

	.page_nav a.page_nav_number {
		font-size: 75%;
	}
	
		.page_nav a:hover,
		.page_nav a:focus {
			color: #fff;
			background: #21b384;
		}


.misc_wizzard {
}

	.misc_wizzard table {
		background: top left repeat-x url(/style/default/image/cnzs/cesta.png);
		border-collapse: collapse;
	}
		.misc_wizzard table .misc_wizzard_step {
			padding: 0px;
		}
			.misc_wizzard table .misc_wizzard_step span,
			.misc_wizzard table .misc_wizzard_step a {
				display: block;
				padding: 110px 5px 5px 5px;
				font-size: 80%;
				text-align: center;
				text-decoration: none;
			}

		.misc_wizzard table .misc_wizzard_step_enabled {
			background: top center no-repeat url(/style/default/image/cnzs/policko2.png);
		}
		.misc_wizzard table .misc_wizzard_step_active {
			background: top center no-repeat url(/style/default/image/cnzs/figurka.png);
		}
		.misc_wizzard table .misc_wizzard_step_disabled {
			background: top center no-repeat url(/style/default/image/cnzs/policko.png);
		}


/******************************************************************************
 *	noticeboard.css
 ******************************************************************************/

/*
 * Nastenka
 *
 */

.noticeboard_show {
	clear: both;
}

.noticeboard_show .noticeboard_board {
	border-collapse: separate;
	border-spacing: 6pt;
	width: 100%;
}

.noticeboard_show .noticeboard_board td {
	height: 5em;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: 2px solid #e0e0e0;
	border-bottom: 2px solid #e0e0e0;
	padding: 3px;
	vertical-align: top;
	text-align: left;
	font-size: 90%;
	background: url(/style/default/image/alfa-edge.png) top right no-repeat;
}

.noticeboard_show .noticeboard_board td.empty {
	border: 1px solid #e0e0e0;
	text-align: right;
	background: none;
}

.noticeboard_show .noticeboard_board td.empty a {
	display: block;
	height: 100%;
	width: 100%;
	color: #e0e0e0;
	text-decoration: none;
}

.noticeboard_show .noticeboard_note_toolbar {
	float: right;
}

.noticeboard_show .noticeboard_note_toolbar a {
	display: block;
	padding: 2px;
}

.noticeboard_show .noticeboard_heap_note {
	float: left;
	width: 23%;
	padding: 3px;
	margin: 6pt;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: 2px solid #e0e0e0;
	border-bottom: 2px solid #e0e0e0;
}

.noticeboard_show p {
	margin: 0pt 0pt 3pt 0pt;
}


/******************************************************************************
 *	order.css
 ******************************************************************************/

/*
 * Order
 *
 */

.order_basket_add_form {
	border: 1px solid #e0e0e0
	padding: 4pt 6pt;
	float: right;
	background-color: #e4e4e5;
}

.order_show .number_entry {
	text-align: right;
}

.order_show .order_actions {
	text-align: right;
}

.order_show th,
.order_show td {
	vertical-align: baseline;
}

.order_show .total_price th,
.order_show .total_price td {
	background-color: inherit;
	border-top: 2px solid #e0e0e0;
	font-weight: bold;
}

.order_show .subtotal_price th,
.order_show .subtotal_price td {
	background-color: inherit;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	font-weight: normal;
}

.order_show .order_add_voucher {
	float: left;
	width: 40%;
}

.order_show .order_show_is_pack {
	float: right;
	text-align: right;
	width: auto;
}

.order_show .order_show_part_of_pack td,
.order_show .order_show_part_of_pack th {
}
	.order_show .order_show_part_of_pack td.order_show_item_name_holder {
		padding-left: 3em;
	}


.order_invoice {
	clear: both;
	margin: 0px;
}

	.order_invoice h1 {
		text-align: right;
		font-size: 1.5em;
	}
		.order_invoice h1 .order_invoice_title {
			float: left;
			text-align: left;
			width: 30%;
		}

		.order_invoice h1 .order_invoice_name {
			display: block;
		}
			.order_invoice h1 .order_invoice_name small {
				font-size: 60%;
				font-weight: normal;
			}

	.order_invoice .order_invoice_date {
		text-align: right;
		font-weight: bold;
	}
		.order_invoice .order_invoice_date small {
			font-weight: normal;
			font-size: 80%;
		}

	.order_invoice .order_invoice_contact {
		border: none;
		border: 1px solid #e0e0e0;
		border-collapse: collapse;
	}
		.order_invoice .order_invoice_contact th,
		.order_invoice .order_invoice_contact td {
			text-align: left;
			padding: 0.5ex 1ex 0.3ex 1ex;
			vertical-align: top;
			vertical-align: baseline;
		}

		.order_invoice .order_invoice_contact th.new_col,
		.order_invoice .order_invoice_contact td.new_col {
			border-left: 1px solid #e0e0e0;
		}

		.order_invoice .order_invoice_contact .new_row th,
		.order_invoice .order_invoice_contact .new_row td {
			border-top: 1px solid #e0e0e0;
		}

		.order_invoice .order_invoice_contact th.secondary {
			font-weight: normal;
		}


/******************************************************************************
 *	photostory.css
 ******************************************************************************/

/*
 * Order
 *
 */

.photostory_preview {
	float: left;
	width: auto;
	_width: 0px;
}

.photostory_show {
	text-align: center;
}

	.photostory_show .photostory_show_table {
		margin: 1em auto;
		border-collapse: separate;
		border-spacing: 0px;
		empty-cells: show;
		border: 1px solid #e0e0e0;
		background: #fff;
		position: relative; /* ie bug */
	}

		.photostory_show .photostory_show_table tr.active td.photostory_frame {
			background: #fe6;
		}

		.photostory_show .photostory_show_table td.photostory_frame {
			padding: 0px;
			border: none;
			text-align: center;
			vertical-align: middle;
		}

		.photostory_show .photostory_show_table td.photostory_frame .photostory_frame_inner {
			margin: auto;
			padding: 0px;
			border: 1px solid #fff;
			background: center center repeat url(/style/default/image/no-image-bg.png);
		}

		.photostory_show .photostory_show_table td.photostory_frame .photostory_image_holder {
			position: relative;
			zoom: 1;
			overflow: hidden;
			margin: 0px;
			padding: 0px;
			border: 1px solid #000;
		}

			.photostory_show .photostory_show_table td.photostory_frame form,
			.photostory_show .photostory_show_table td.photostory_frame input,
			.photostory_show .photostory_show_table td.photostory_frame img {
				display: block;
				border: none;
				margin: 0px;
				padding: 0px;
			}

			.photostory_show .photostory_show_table td.photostory_frame .photostory_image:hover,
			.photostory_show .photostory_show_table td.photostory_frame .photostory_image:hover img,
			.photostory_show .photostory_show_table td.photostory_frame .photostory_image:hover input {
				display: block;
				padding: 0px;
				margin: 0px;
			}

			.photostory_show .photostory_show_table td.photostory_frame .photostory_image:hover,
			.photostory_show .photostory_show_table td.photostory_frame .photostory_image:focus {
				background: #fff;
			}
				.photostory_show .photostory_show_table td.photostory_frame .photostory_image:hover img,
				.photostory_show .photostory_show_table td.photostory_frame .photostory_image:focus img,
				.photostory_show .photostory_show_table td.photostory_frame .photostory_image:hover input,
				.photostory_show .photostory_show_table td.photostory_frame .photostory_image:focus input {
					filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
					opacity: 0.75;
				}

			.photostory_show .photostory_show_table td.photostory_frame.active .photostory_image:hover,
			.photostory_show .photostory_show_table td.photostory_frame.active .photostory_image:focus {
				background: transparent;
			}
				.photostory_show .photostory_show_table td.photostory_frame.active .photostory_image:hover img,
				.photostory_show .photostory_show_table td.photostory_frame.active .photostory_image:focus img,
				.photostory_show .photostory_show_table td.photostory_frame.active .photostory_image:hover input,
				.photostory_show .photostory_show_table td.photostory_frame.active .photostory_image:focus input {
					filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
					opacity: 1;
				}

			.photostory_show .photostory_show_table td.photostory_frame.active .photostory_frame_inner {
				border: 2px solid red;
				padding: 1px;
			}

		.photostory_show .photostory_frame .photostory_text_holder_above,
		.photostory_show .photostory_frame .photostory_text_holder_below {
			width: 100%;
			padding: 0px;
			position: absolute;
			margin: 0px 0px 0px 0px;
			left: 0px;
			font-size: 80%;

			color: #000;
			background: transparent repeat url(/style/default/image/white-transp-bg.png);
		}

			.photostory_show .photostory_frame .photostory_text_holder_above p,
			.photostory_show .photostory_frame .photostory_text_holder_below p {
				margin: 0px;
				padding: 0px;
			}

		.photostory_show .photostory_frame .photostory_text_holder_above {
			top: 0px;
		}

		.photostory_show .photostory_frame .photostory_text_holder_below {
			bottom: 0px;
		}

		.photostory_show .photostory_text {
			padding: 0.2ex;
			text-align: center;
		}


/******************************************************************************
 *	phpinfo.css
 ******************************************************************************/

/*
 * phpinfo()
 *
 */

.misc_phpinfo {
	padding: 10pt 0pt;
	margin: 10pt;
	background-color: #ffffff;
	color: #000000;
	overflow: auto;
}

.misc_phpinfo td,
.misc_phpinfo th,
.misc_phpinfo h1,
.misc_phpinfo h2 {font-family: sans-serif;}
.misc_phpinfo pre {margin: 0px; font-family: monospace;}
.misc_phpinfo a:link {color: #000099; text-decoration: none; background-color: #ffffff;}
.misc_phpinfo a:hover {text-decoration: underline;}
.misc_phpinfo table {border-collapse: collapse;}
.misc_phpinfo .center {text-align: center;}
.misc_phpinfo .center table { margin-left: auto; margin-right: auto; text-align: left;}
.misc_phpinfo .center th { text-align: center !important; }
.misc_phpinfo td,
.misc_phpinfo th { border: 1px solid #000000; font-size: 75%; vertical-align: baseline;}
.misc_phpinfo h1 {font-size: 150%;}
.misc_phpinfo h2 {font-size: 125%;}
.misc_phpinfo .p {text-align: left;}
.misc_phpinfo .e {background-color: #ccccff; font-weight: bold; color: #000000;}
.misc_phpinfo .h {background-color: #9999cc; font-weight: bold; color: #000000;}
.misc_phpinfo .v {background-color: #cccccc; color: #000000;}
.misc_phpinfo .vr {background-color: #cccccc; text-align: right; color: #000000;}
.misc_phpinfo img {float: right; border: 0px;}
.misc_phpinfo hr {width: 600px; background-color: #cccccc; border: 0px; height: 1px; color: #000000;}


/******************************************************************************
 *	poll.css
 ******************************************************************************/

/*
 * Ankety
 *
 */

.poll_show {
	margin: 10pt 0px;
}

.poll_answer,
.poll_submit {
	margin: 4pt 2em;
	padding: 0px;
}

.poll_answer form {
	display: block;
	margin: 0px;
	padding: 0px;
}

.poll_show .poll_answer_bar {
	margin: 1px 0px 3px 0px;
	height: 6px;
	overflow: hidden;
}

.poll_show .poll_label .poll_button {
	float: right;
	margin: 0px;
	padding: 0px;
}
.poll_show .poll_label button.poll_button {
	cursor: pointer;
}

.poll_message_error,
.poll_message_success {
	margin: 2pt 2em;
	font-weight: bold;
}

.poll_message_error {
	color: #844;
}

.poll_message_success {
	color: #484;
}

.poll_show .poll_answer_bar .poll_answer_bar_fill {
	height: 6px;
	background-color: #fe8005;
	overflow: hidden;
}

.poll_show h2, .poll_show h3 {
	clear: both;
}


/******************************************************************************
 *	popup.css
 ******************************************************************************/

.popupMessageContainer{
	position:fixed;
	left:0;
	top:0;
	z-index:1000;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.15);
	display:none;
}

#popupMessageContainerInner{
	margin:0 auto;
	position:relative;
	width:400px;
	padding-top:60px;
}

.poppedUpMessage{
	border-radius:7px;
	border:1px solid rgba(255,255,255, 0.4);
	background:rgba(0,0,0, 0.4);
	padding:5px;
	margin:10px;
	cursor:pointer;
	display:none;
}

.poppedUpMessageInner {
	border-radius:5px;
	border:1px solid rgba(255,255,255, 0.1);
	background:rgba(255,255,255, 0.9);
	padding:15px 15px 5px;
	margin:0;
}

.poppedUpMessage p {
	margin:0 0 10px;
}

.poppedUpMessage a{
	background:#f00;
	padding:5px;
	color:#fff;
	font-weight:bold;
	display:block;
	clear:both;
	text-align:center;
	width:100px;
	border:1px solid #333;
	background:rgba(255,125,0,0.7);
	border-radius: 5px;
	margin:0 0 0 auto;
	position:relative;
	right:-10px;
}

.poppedUpMessage a:hover{
	background:rgba(255,125,0,1);
	color:#fff;
}


/******************************************************************************
 *	profiles.css
 ******************************************************************************/

/*
 * Profiles
 *
 */

.profile {
	margin: 10pt 0px;
}

.profile .profile-avatar-holder {
	float: right;
}

.profile table {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

.profile table td,
.profile table th {
	vertical-align: baseline;
	padding: 2pt 4pt;
}

.profile table td {
	text-align: left;
}

.profile table th {
	text-align: right;
	white-space: nowrap;
	font-size: 80%;
	font-weight: normal;
	color: #000;
}

.profile_list {
}

	.profile_list .list_item {
		text-align: left;
		margin: 1ex 0px;
		padding: 1ex 1ex;
		border-bottom: 1px solid #e0e0e0;
	}

	.profile_list .list_item a,
	.profile_list .list_item a span {
		display: block;
		margin: 0px;
		padding: 0px;
	}

	.profile_list .list_item .list_item_icon_holder {
		height: 128px;
		width: 128px;
		float: left;
	}

		.profile_list .list_item .list_item_icon_holder img {
			display: block;
			margin: 0px auto;
		}

	.profile_list .list_item .list_item_info_holder {
		margin: 10px 0px 10px 140px;
	}

.profile_list .profile_filter {
	text-align: center;
}


div.lightfaceMessageBox div.profile-avatar-holder {
	float: right;
}


/******************************************************************************
 *	rating.css
 ******************************************************************************/

/*
 * Hodnoceni
 *
 */

.rating_vote {
	float: right;
	width: auto;
	&amp;width: 12em;
	z-index: 100;
	white-space: nowrap;
}
	.rating_vote div {
		text-align: center;
	}

	.rating_vote fieldset {
		&amp;padding: 0px 0px 1ex 0px;
		border: 1px solid #e0e0e0;
	}

		.rating_vote fieldset legend {
			color: #000;
		}

	.rating_vote input.rating_vote_good {
		color: #000;
		background: #af8;
		border: 1px solid #888;
		font-size: 90%;
	}

	.rating_vote input.rating_vote_bad {
		color: #000;
		background: #fa8;
		border: 1px solid #888;
		font-size: 90%;
	}

	.rating_vote .rating_mail_entry {
		padding: 2px 0px;
	}
		.rating_vote input.rating_email {
			border: 1px solid #e0e0e0;
		}

	.rating_vote .rating_current,
	.rating_vote .rating_vote,
	.rating_vote .rating_message {
		text-align: center;
	}

	.rating_vote .rating_message {
		margin: 0.6ex 0px 0px 0px;
		padding: 0.6ex 0px 0px 0px;
		border-top: 1px solid #e0e0e0;
	}


/******************************************************************************
 *	references.css
 ******************************************************************************/

/*
 * References
 *
 */

.tree_node_references_show {
}


/******************************************************************************
 *	serial.css
 ******************************************************************************/

/*
 * Serialy
 *
 */

.serial_show_list {
}
	.serial_show_list .active em {
		font-style: cursive, italic;
		font-weight: bold;
	}


/******************************************************************************
 *	sitemap.css
 ******************************************************************************/

/*
 * Site Map
 *
 */

.sitemap {
	margin: 10pt 0pt;
}
.sitemap ul {
	list-style: square;
	margin: 2pt 0pt 2pt 10pt;
}
.sitemap ul li {
	margin: 2pt 0pt 2pt 0pt;
}


/******************************************************************************
 *	tabber.css
 ******************************************************************************/

/*
 * Tabber - uprava defaultu
 *
 */

.Editor .tabberlive ul.tabbernav {
	white-space: normal;
	word-spacing: -1ex;
	&amp;word-spacing: -0.5ex;
  border-bottom: 1px solid #bfbfbf;
  font-family: "Open Sans";
  font-weight: bold;
  height: auto;
}

.Editor .tabberlive ul.tabbernav li a {
	word-spacing: 0ex;
}

.Editor .tabberlive ul.tabbernav li.tabberactive a {
	border-bottom-color: transparent;
}

.Editor .tabberlive div.label {
	display: none;
}

.tabber_embeded {
	margin: 0px;
}
.tabber_embeded .tabbertab {
	padding: 0px;
}


/******************************************************************************
 *	task.css
 ******************************************************************************/

/*
 * Administrace
 *
 */

.task_list {
	margin-bottom: 1em;
}
	.task_list table {
		margin-bottom: 0px;
	}

	.task_list .task_list_filter {
		font-size: 80%;
		color: #58595a;
		margin: 0px;
		padding: 0px;
		float: left;
		width: 80%;
	}

	.task_list .task_list_more_link {
		text-align: right;
	}

	.task_list tr.status_accepted td {
		font-weight: bold;
	}

	.task_list tr.status_new td {
		font-style: italic;
	}

	.task_list tr.status_closed td {
		color: #777;
		font-size: 90%;
	}

.task_show_log {
}

	.task_show_log dl dt {
		border-bottom: 1px solid #e0e0e0;
		padding: 0px;
		margin: 1em 0px 0.5ex 0px;
		clear: both;
	}
		.task_show_log dl dt a {
			text-decoration: none;
		}

		.task_show_log dl dt .task_show_log_date {
		}

		.task_show_log dl dt .task_show_log_author {
			margin: 0px 1ex;
		}

	.task_show_log dl dd {
		padding: 0px 0px 0px 3em;
		margin: 0.5ex 0px 2em 0px;
	}
		.task_show_log dl dd .task_show_log_info {
			margin: 0px 0px 1em 22px;
			padding: 0px;
			font-size: 90%;
			text-indent: -22px;
		}
		.task_show_log dl dd .task_show_log_info img {
			display: inline;
			margin: 0px 4px 0px 0px;
			vertical-align: bottom;
		}

		.task_show_log dl dd .task_show_log_text {
			clear: both;
			margin: 1em 0px;
		}

		.task_show_log dl dd .description,
		.tasklog_controler {
			border: 1px solid #633;
			padding: 4px;
			background-color: #ddf;
		}

.task_map {
}
	.task_map iframe {
		border: none;
		width: 100%;
		height: 600px;
	}

.task_progress {
	margin: 2em 0px;
}
	.task_progress .task_progressbar_frame {
		position: relative;
		border: 1px solid #e0e0e0;
		padding: 1px;
	}

	.task_progress .task_progressbar_bar {
		background: #fe8005;
		color: #fff;
	}

	.task_progress .task_progressbar_label {
		position: absolute;
		left: 0px;
		top: 70%;
		width: 100%;
		text-align: center;
		font-size: 80%;
	}
		.task_progress .task_progressbar_label .task_progressbar_label_text_holder {
			border: 1px solid #eee;
			padding: 3px 0px 2px 0px;
		}

		.task_progress .task_progressbar_label .task_progressbar_label_text {
			border: 1px solid #e0e0e0;
			background: #eee;
			color: #000;
			padding: 2px 4px 1px 4px;
		}


/******************************************************************************
 *	test.css
 ******************************************************************************/

/*
 * Testy
 *
 */

.test_show {
	clear: both;
}

.test_show .question {
	margin: 10pt 0pt;
}

.test_show .question .question-error {
	margin: 2pt 0pt;
	font-weight: bold;
	font-size: 90%;
	color: #844;
}

.test_show .question .answers {
	margin: 4pt 0pt 4pt 10pt;
}

.test_show .question .answers .answer {
	margin: 2pt 0pt 0pt 2em;
	text-indent: -2em;
}

.test_show .test-submit {
	margin: 10pt 0pt;
}

.test_show_result .test-result-points {
	margin: 6pt 0pt 8pt 0pt;
	border: 1px solid #e0e0e0;
	font-size: 90%;
	border-spacing: 6pt 2pt;
}
.test_show_result .test-result-points td,
.test_show_result .test-result-points th {
	padding: 1pt 0pt 0pt 0pt;
}


/*****************************************************
 * Testy
 */

.test_questions_list td button {
	border: none;
	margin: 0px;
	padding: 0px;
	background: transparent;
	color: inherit;
}


/******************************************************************************
 *	text.css
 ******************************************************************************/

/*
 * Text
 *
 */

.text_text {
	clear: both;
}


ul.soc-items {
	list-style: none;
	height: 20px;
}
ul.soc-items li.soc-item {
	float: left;
	margin-right: 10px;
}
ul.soc-items li.soc-item span.icon {
	background: url(image/soc-net-icon.png) top left;
	width: 16px;
	height: 16px;
	overflow: hidden;
	display: block;
	float: left;
	margin-right: 4px;
}

ul.soc-items li.net-facebook span.icon {
	background-position: -32px 0px;
}
ul.soc-items li.net-linkuj span.icon {
	background-position: 0px 0px;
}
ul.soc-items li.net-google span.icon {
	background-position: -16px 0px;
}


/******************************************************************************
 *	textarea-resizer.css
 ******************************************************************************/

/*
 * Textarea Resizer
 *
 */

.textarea-handle {
	height: 5px;
	margin: 0px 1px 0px 1px;
	background: #bbb;
	border-bottom: 1px dotted #000;
	display: block;
}


/******************************************************************************
 *	treenode-edit.css
 ******************************************************************************/

/*
 * Tree Node Editor
 *
 */

.object_browser .detail .node_path a,
.tree_node_edit_proxy .detail .node_path a {
	text-decoration: none;
}

.tree_node_edit_proxy .detail {
	margin-bottom: -1px;
}

.tree_node_edit_proxy .object_toolbar_holder,
.tree_node_edit_proxy .object_toolbar_holder fieldset {
	position: relative;
	_position: normal;
}


/*****************************************************
 * Object Toolbar
 */

/** layout *******/

.object_toolbar {
	white-space: normal;
	text-align: center;
	overflow: visible;
  
	position: relative;
	padding: 4px 5px 20px 5px;

	&amp;overflow: visible;
	&amp;overflow-y: scroll;
	&amp;overflow-x: visible;
}

.object_toolbar fieldset {
	display: block;
	text-align: left;
	vertical-align: top;
  float: none;
  clear: both;
}

.object_toolbar fieldset button {
	display: block;
}

.object_toolbar_large form {
	display: inline
}

.object_toolbar_large fieldset button img {
}

.object_toolbar_large fieldset button span {
	display: block;
}

.object_toolbar_large fieldset button {
	float: left;
	text-align: center;
}


/** skin *********/

.object_toolbar {
	border: none;
	background: transparent;
	padding: 4px;
}

.object_toolbar fieldset {
	border: none;
	padding: 2px;
	margin: 0ex 0.2ex 0ex 0.5ex;
}

.object_toolbar .toolbars_heading {
  font-size: 16px;                                         
}

.object_toolbar fieldset#page_toolbar_fieldset {
  border: none;
  padding: 8px 16px;
  margin: 5px 0;
}

.object_toolbar fieldset#page_toolbar_fieldset button{
  font-size: 8px;
}

.object_toolbar fieldset legend {
	color: #58595a;
	background-color: #e4e4e5;
	border-right: 2px solid #e0e0e0;
	border-left: 2px solid #e0e0e0;
	padding: 1pt 4pt;
	font-size: 80%;
}

.object_toolbar fieldset .legend {
	color: #fff;
	padding: 0 2pt;
  background-color: #2b3643;
}

.object_toolbar fieldset small {
	display: block;
  height: 15px;
  overflow: hidden;
  padding: 0 0 0 4pt;
}

.object_toolbar fieldset.active legend {
	color: #000;
	border-right: 2px solid #000;
	border-left: 2px solid #000;
}

.object_toolbar fieldset.toolbar_slot {
	border: none;
	padding: 2px 0px 0px 0px;
	margin: 0px;
}

  .object_toolbar fieldset.toolbar_slot fieldset {
  	border: none;
  	padding: 0;
  	margin: 5px 0;
    background: #dbd9d9;
    height: 58px
  }

.object_toolbar fieldset.toolbar_slot legend.toolbar_slot_label {
	background-color: transparent;
	color: #58595a;
	border-left-width: 1px;
	border-right: none;
	font-size: 80%;
	margin: 0px;
}

.object_toolbar fieldset.toolbar_slot legend.toolbar_slot_label em {
	color: #000;
	font-style: normal;
	font-weight: normal;
}

.object_toolbar form {
	margin: 0px;
	padding: 0px;
}

.object_toolbar fieldset button {
	margin: 0px;
	padding: 1px 3px;
	background: transparent;
	border: none;
	cursor: pointer;
}

.object_toolbar fieldset button:hover,
.object_toolbar fieldset button:focus {
	background-color: #21b384;
}
.object_toolbar fieldset button.active,
.object_toolbar fieldset button.active:hover,
.object_toolbar fieldset button.active:focus {
	color: #fff;
	background-color: #fe8005;
}

.object_toolbar fieldset button img {
	vertical-align: bottom;
}

.object_toolbar fieldset button span {
}


/*****************************************************
 * Tree Browser
 */

.tree_show_list .tree_path {
	padding: 0pt;
	margin: 10pt 0pt -6pt 0pt;
}

.tree_show_list .tree_path span {
	margin: 0pt 0.4em;
}


/*****************************************************
 * Inplace Object Toolbar
 */

.tree_node_inplace_edit_toolbar {
	float: right;
	position: relative;
	width: auto;
	padding: 0px;
	margin: 0px 2em -100% 2em;
	white-space: nowrap;
	z-index: 8000;
	border: 1px solid #e0e0e0;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #eee;
	color: #000;
}
	.tree_node_inplace_edit_toolbar:hover,
	.tree_node_inplace_edit_toolbar:focus {
	}

	.tree_node_inplace_edit_toolbar a:hover,
	.tree_node_inplace_edit_toolbar a:focus,
	.tree_node_inplace_edit_toolbar a:hover img,
	.tree_node_inplace_edit_toolbar a:focus img {
		color: #fff;
		background: #21b384;
	}

	.tree_node_inplace_edit_toolbar a img {
		padding: 4px;
		margin: 0px -0.1ex;
		vertical-align: bottom;
	}

/*****************************************************
 * Main toolbar
 */

.tree_node_inplace_edit_main_toolbar {
	position: fixed;
	top: 0;
	left: 0;
	font-size: 80%;
	width: 300px;
  height: 100%;
	background: #EEEEEE;
  border: 1px solid #2B3643;
	padding: 0px;
	text-align: center;
  z-index: 8000;
}
	.tree_node_inplace_edit_main_toolbar div,
	.tree_node_inplace_edit_main_toolbar form {
		margin: 0px;
		padding: 4px 1ex 3px 1ex;
	}

	.tree_node_inplace_edit_main_toolbar .tabberlive {
		margin: 0px;
		padding: 0px;
	}
	.tree_node_inplace_edit_main_toolbar .tabbertab {
		margin: 0px;
		padding: 1ex;
		border: 0px;
	}
  .tree_node_inplace_edit_main_toolbar .tabberlive .tabbertab {
    border: 0 none;                       
  }
	.tree_node_inplace_edit_main_toolbar .tabbernav {
		white-space: nowrap;
		font-size: 70%;
	}
		.tree_node_inplace_edit_main_toolbar .tabbertab {
			margin: 0px;
		}
    
    .tree_node_inplace_edit_main_toolbar.hidden .tabbernav {
      display: none;
    }

	.tree_node_inplace_edit_main_toolbar .header,
	.tree_node_inplace_edit_toolbar .header {
		text-align: center;
		border-bottom: 1px solid #aaa;
		background-color: #eee;
		cursor: move;
	}

		.tree_node_inplace_edit_main_toolbar .header .close-button {
			position: absolute;
			top: 0px;
			right: 0px;
			width: 1.5em;
			height: 1.5em;
			text-align: center;
			text-decoration: none;
			font-weight: bold;
			color: #800;
		}
			.tree_node_inplace_edit_main_toolbar .header .close-button:hover,
			.tree_node_inplace_edit_main_toolbar .header .close-button:focus {
				color: #f00;
			}
      
  .tree_node_inplace_edit_main_toolbar #tree_special {
    text-align: left;
    height: 80%;
    overflow: auto;
  }
  
  .tree_node_inplace_edit_main_toolbar.hidden #tree_special {
    display: none;
   }
   
   .tree_node_inplace_edit_main_toolbar ul.fancytree-container {
      border: none;                       
    }
  
  #inplace_main_toolbar_hoverbox {
    height: 100%;
    height: 60px;
    background:#2B3643;                               
  }
  
  #inplace_main_toolbar_hoverbox span {
    background: url('/style/default/image/arr-le-sml.png') -9px 12px no-repeat scroll;
    transition: all 1s ease 0s;
    display: block;
    width: 40px;
    height: 60px;                           
  }

  #inplace_main_toolbar_hoverbox.active span {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    background-position: 8px 12px;
  }
  
  .tree_node_inplace_edit_main_toolbar .header,
  .tree_node_inplace_edit_toolbar .header {
    font-size: 12px;
    color: #000;
  }

/*****************************************************
 * Objects background colors
 */

.object_toolbar fieldset.toolbar_slot fieldset.active {
  background: #6c6d6e;               
}
                               
.object_toolbar fieldset.toolbar_slot fieldset.active.heading {
  background: #0072bc;               
}

.object_toolbar fieldset.toolbar_slot fieldset.active.text {
  background: #fe8005;               
}

.object_toolbar fieldset.toolbar_slot fieldset.active.gallery {
  background: #8e1988;               
}

.object_toolbar fieldset.toolbar_slot fieldset.active.object {
  background: #0072bc;               
}

/* fancy tree*/
li span.fancytree-node span.fancytree-title {
  white-space: normal;                                    
}

#ajaxSavingWindow h2 {
  padding: 0;
  margin: 20px 0;
  font-size: 25px;
  font-family: "Open Sans",Arial;
  line-height: 100%;
  color: #2B3643;                     
}

.lightface #buton-yes,
.lightface #buton-no {
  background-color: #bfbfbf;
  background-image: none;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  cursor: pointer;
  padding: 6px 12px;
  transition: all 0.2s ease-in-out 0s;
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.lightface #buton-yes:hover,
.lightface #buton-no:hover {
  background-color: #6e7b93;
  color: #fff;
}


/******************************************************************************
 *	user-list.css
 ******************************************************************************/

/*
 * Seznam uzivatelu
 *
 */

.user_list {
	margin: 10pt 0pt;
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #e0e0e0;
}
.user_list th,
.user_list td {
	padding: 2pt 6pt;
}
.user_list th {
	text-align: left;
	white-space: nowrap;
	font-weight: normal;
	font-size: 80%;
	vertical-align: middle;
	color: #58595a;
}
.user_list tr.firstline {
	border-top: 1px solid #e0e0e0;
}
.user_list tr.firstline th {
	padding: 4pt 6pt 0pt 6pt;
	font-weight: bold;
	font-size: 11pt;
	color: inherit;
}


/******************************************************************************
 *	user_roles.css
 ******************************************************************************/

/*
 * Tabulka opravneni roli
 *
 */

.user_roles .user_roles_index {
}

	.user_roles .user_roles_index .user_roles_index_items a {
		float: left;
		width: 9em;
	}


/******************************************************************************
 *	userblog.css
 ******************************************************************************/

/*
 * UserBlog
 *
 */

.userblog_toolbar .toolbar,
.userblog_post .toolbar,
.userblog_post_show .toolbar,
.userblog_post_info .toolbar {
	float: left;
	border: 1px solid #e0e0e0;
	margin: 10pt;
	padding: 4pt 10pt;
	font-size: 90%;
}

.userblog_post_show,
.userblog_index {
	clear: both;
}

.userblog_post h2,
.userblog_post h3,
.userblog_post_show h2,
.userblog_post_show h3 {
	margin-bottom: 0px;
}

.userblog_post .info,
.userblog_post_show .info {
	font-size: 80%;
	margin: 2pt 0px;
}

.userblog_post .text,
.userblog_post_show .text {
	margin: 10pt 0px;
}

.userblog_post .moreparts {
	text-align: right;
	margin: 0px;
	padding: 0px 3em 0px 0px;
}

.userblog_post_show .post_extra td,
.userblog_post_show .post_extra th {
	vertical-align: baseline;
	padding: 2pt 4pt;
}

.userblog_post_show .post_extra td {
	text-align: left;
}

.userblog_post_show .post_extra th {
	text-align: right;
	white-space: nowrap;
	font-size: 80%;
	font-weight: normal;
	color: #58595a;
}


/******************************************************************************
 *	video.css
 ******************************************************************************/

/*
 * Video
 *
 */

.video_show {
	margin: 1em 0px;
	text-align: center;
}
	.video_show object {
		margin: 0px auto;
	}


/******************************************************************************
 *	z-responsive.css
 ******************************************************************************/

/*
 * Resposive
 *
 */

/*****************************************************
 * Administrace -- responsive Layout
 */

@media all and (max-width: 1684px) {
  
#admin-layout.layout_show_admin .layout_show_admin_right {
    width: 244px;               
  }
  
.layout_show_admin .layout_show_admin_main{
  padding-right: 10px;
}

.layout_show_admin .layout_show_admin_main .tree_node_edit_proxy{
  padding-right: 10px;
}
                       
}


@media all and (max-width: 1400px) and (min-width: 0) {
  
  .layout_show_admin .layout_show_admin_tree {
    padding: 27px 0 0 50px;
    width: 198px;
  }
  
  h2#admin-adminTreeHeading, .layout_show_admin_top2 h1#admin-heading {
    font-size: 28px;
  }
  
  #admin-sys-menu.menu ul.dropdown li a {
    padding: 20px 0;
  }
  
  ul.dropdown li {
    width: 17em;
  }
  
}

@media all and (max-width: 1250px) and (min-width: 0) {

  .layout_show_admin .layout_show_admin_tree {
    position: absolute;
    left: -240px;                
  }
  
  .layout_show_admin_content {
    padding: 0 0 0 65px                           
  }
    
  #admin-sys-menu.menu ul.dropdown li a {
    padding: 20px 0;
  }
  
  ul.dropdown li {
    width: 13em;
  }
  
}

@media all and (max-width: 1000px) and (min-width: 0) {

  
}


</pre></body></html>