/* ====================== CBT CONTENT EDITOR ========================= */

.cbt-content-editor-block {
	background-color: #fffacd;
	border: 1px solid #ffd700;
	padding: 10px;
	margin-bottom: 10px;
}

.cbt-content-editor-block.cbt-content-editor-block-virtual {
	background-color: #e0ffff;
	border: 1px solid #afeeee;
	margin-left: 40px;
}

.cbt-content-editor-wrapper {
	margin-bottom: 10px;
}

.cbt-content-editor-wrapper > ul {
	margin-bottom: 0px;
	list-style-type: none;
}

.cbt-content-editor-block {
	position: relative;
	margin-left: 0px;
}

.cbt-content-editor-block .cbt-block-spec-formatting {
	display: none;
}

.cbt-content-editor-block .cbt-block-spec-formatting th,
.cbt-content-editor-block .cbt-block-spec-formatting td {
	background-color: #f08080;
}

.cbt-content-editor-block h3 {
	padding-top: 10px;
}

.cbt-content-editor-block h3 span.cbt-type {
	font-size: 16px;
	color: gray;
}

.cbt-content-editor-block h3 em {
	display: none;
	color: gray;
	font-weight: normal;
	padding: 0px 5px 0px 5px;
}

.cbt-content-editor-block h3:hover em {
	display: inline;
}

.cbt-content-editor-block .cbt-content-editor-block h3 em {
	display: none !important;
}

.cbt-block-add {
	font-weight: bold;
	text-align: center;
	display: block;
	font-size: 18px;
}

.cbt-content-editor-chooser ul {
	list-style-type: none;
	margin: 20px 0px 0px 0px;
}

.cbt-content-editor-chooser ul li {
	display: inline-block;
	margin: 0px;
}

.cbt-content-editor-chooser ul li a {
	display: block;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	border: 3px solid black;
	text-decoration: none;
	width: 200px;
	margin: 0px 10px 15px 10px;
}

.cbt-content-editor-chooser ul li a:hover {
	border-color: gray;
	text-decoration: none;
}

.cbt-content-editor-chooser ul li a img {
	width: 100%;

}

.cbt-content-editor-block-items-controls {
	position: absolute;
	right: 0px;
	top: 0px;
	margin: 2px 10px 0px 10px;
}

.cbt-content-editor-block-items-controls ul li {
	display: inline-block;
	margin: 0px;
	padding: 1px 5px 1px 5px;
}

.cbt-content-editor-block-items-controls ul li.cbt-info {
	background-color: black;
	color: white;
}

.cbt-content-editor-block-items-controls ul li.cbt-info {
}

.cbt-content-editor-master-control ul,
.cbt-content-editor-master-control strong {
	float: left;
}

.cbt-content-editor-master-control strong {
	margin: 1px 20px 0px 0px;
}

.cbt-content-editor-master-control ul li {
	display: inline-block;
	margin: 0px;
	padding: 1px 5px 1px 5px;
}


/* ====================== CBT CONTENT WITH IMAGE ========================= */

.cbt-content-editor-cwi-table {
	width: 100%;
}

.cbt-content-editor-cwi-table td {
	vertical-align: top;
}

.cbt-content-editor-cwi-table .cbt-content-editor-cwi-table-image-left,
.cbt-content-editor-cwi-table .cbt-content-editor-cwi-table-image-middle,
.cbt-content-editor-cwi-table .cbt-content-editor-cwi-table-image-right {
	width: 25%;
}

.cbt-content-editor-cwi-table.cbt-content-editor-cwi-table-three-images .cbt-content-editor-cwi-table-image-left,
.cbt-content-editor-cwi-table.cbt-content-editor-cwi-table-three-images .cbt-content-editor-cwi-table-image-middle,
.cbt-content-editor-cwi-table.cbt-content-editor-cwi-table-three-images .cbt-content-editor-cwi-table-image-right {
	width: 33.33334%;
}


/* ====================== CBT VIDEO YOUTUBE ========================= */

.cbt-content-editor-video-youtube-table {
	width: 100%;
}

.cbt-content-editor-video-youtube-table  td {
	vertical-align: top;
}

.cbt-content-editor-video-youtube-table-video {
	width: 30%;
}

.cbt-content-editor-video-youtube-table-content {
	width: 70%;
}

.cbt-content-editor-video-only-example {
	margin: auto;
	max-width: 400px;
}

/* ====================== CBT FILE LIST ========================= */

fieldset.cbt-content-editor-filelist-list {

}

fieldset.cbt-content-editor-filelist-list ul {
	max-width: 400px;
	list-style-type: none;
}

fieldset.cbt-content-editor-filelist-list ul li {
	margin: 0px 0px 0px 0px;
}

fieldset.cbt-content-editor-filelist-list ul li > div {
	padding: 5px 10px 2px 10px;
	border-bottom: 2px solid gray;
	margin: 0px 0px 7px 0px;
	background-color: white;
}

/* ====================== CBT PHOTOGALLERY  ========================= */


.cbt-content-editor-photogallery {

}

.cbt-content-editor-photogallery div.cbt-image-choose-link {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

fieldset.cbt-content-editor-photogallery-list ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
}

fieldset.cbt-content-editor-photogallery-list ul li {
	width: 100px;
	height: 100px;
	display: inline-block;
	text-align: center;
	margin: 0px 0px 10px 10px;
}

fieldset.cbt-content-editor-photogallery-list ul li img {
	max-width: 100%;
}


/* ====================== CBT FILE CHOOSER ========================= */

.cbt-file-chooser,
.cbt-file-chooser *{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.cbt-file-chooser {
	width: 100%;
	display: table;
}

.cbt-file-chooser input { /* pouze pro debug případy */
	width: 100%;
}

.cbt-file-chooser .cbt-file-chooser-in {
	display: table-cell;
	width: 100%;
	min-width: 100%;
}

.cbt-file-chooser .cbt-file-chooser-large-in {
	text-align: center;
	/*min-height: 100px;*/
	/*height: 100px;	*/
}

.cbt-file-chooser .cbt-file-chooser-in .cbt-file-chooser-in-in {
	position: relative;
}

.cbt-file-chooser .cbt-file-chooser-in a {
	display: block;
	padding: 5px 0px 6px 0px;
}

.cbt-file-chooser .cbt-file-chooser-in a strong {
	font-weight: bold;
}

.cbt-file-chooser .cbt-file-chooser-in .cbt-file-chooser-img-wrapper {
	width: 100%;
	margin-bottom: 10px;
}

.cbt-file-chooser .cbt-file-chooser-in .cbt-file-chooser-img-wrapper * {
	display: block;
}

.cbt-file-chooser .cbt-file-chooser-in .cbt-file-chooser-img-wrapper img {
	width: 100%;
}

.cbt-file-chooser .cbt-file-chooser-in .cbt-file-chooser-img-wrapper .cbt-file-chooser-img-wrapper-in {
	padding: 1px;
	border: 2px solid gray;
}

.cbt-file-chooser .cbt-file-chooser-in .cbt-file-chooser-img-wrapper strong {
	font-weight: bold;
	font-size: 11px;
}

.cbt-file-chooser .cbt-file-chooser-in .cbt-file-chooser-link-wrapper {
	padding: 0px 0px 1px 0px;
	border-bottom: 2px solid black;
	margin: 0px 0px 10px 0px;
}

.cbt-file-chooser .cbt-file-chooser-in .cbt-file-chooser-link-wrapper strong {
	display: inline-block;
	padding-right: 10px;
}

.cbt-file-chooser .cbt-file-chooser-in .cbt-file-chooser-link-wrapper a {
	display: inline-block;
	text-align: left;
}

.cbt-file-chooser .cbt-file-chooser-in .cbt-file-chooser-name-wrapper {
	position: relative;
	margin: 0px 0px 5px 0px;
}

.cbt-file-chooser .cbt-file-chooser-in .cbt-file-chooser-desc-wrapper {
	position: relative;
}


.cbt-file-chooser .cbt-file-chooser-in h3 {
	font-size: 16px;
}

.cbt-file-chooser .cbt-file-chooser-in label {
	width: 100%;
	text-align: left;
	font-weight: bold;
	display: block;
}

.cbt-file-chooser .cbt-file-chooser-in textarea {
	width: 100%;
	height: 100px;
}



/* ------------------------ CANCEL BUTTON -------------------------- */
.cbt-file-chooser .cbt-file-chooser-cancel {
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: black;
	color: white;
}

.cbt-file-chooser .cbt-file-chooser-cancel a {
	color: white;
	padding: 1px 3px 2px 3px;
	display: block;
	text-decoration: none;
	font-weight: bold;
}

.cbt-file-chooser .cbt-file-chooser-cancel a:hover {
	text-decoration: underline;
}

/* ======================= CBT FILE BROWSER =======================  */
#cbt-file-browser {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */

	display: table;
	width: 100%;
}

#cbt-file-browser > .tf {
	margin: 0px 50px 0px 50px;
}

#cbt-file-browser-folders {
	width: 250px;
	min-width: 250px;
	background-color: white;
	display: table-cell;
}

#cbt-file-browser-folders-in {
	padding: 0px 0px 20px 0px;
}

#cbt-file-browser-content {
	width: calc(100% - 250px - 3px);
	display: table-cell;
	border-left: 3px solid black;
}

#cbt-file-browser-content-in {
	/*padding: 10px 15px 20px 15px;*/
}

.cbt-calc-height {
	border-top: 3px solid black;
}

.cbt-calc-height-in {
	padding: 10px 10px 20px 10px;
	overflow: auto;
	position: relative;
	/* Výšku nastaví JS */
}

#cbt-file-browser-uploader-wrapper-in {
	/*padding-bottom: 25px;*/
}


#cbt-file-browser-uploader-close-wrapper {
	text-align: right;
	font-weight: bold;
}

#cbt-file-browser-uploader-input-wrapper {
	float: left;
	width: 49.5%;
	padding-right: 0.5%;
}


#cbt-file-browser-uploader-result-wrapper {
	float: left;
	width: 49.5%;
	padding-left: 0.5%;
}

/* ---------------------------------------- */

#cbt-file-mover {
	position: absolute;
	display: none;
	z-index: 999;
}

#cbt-file-mover .cbt-item {
	background-color: #FFFACD;
}

/* ---------------------------------------- */

#cbt-file-browser-row {
	padding: 0px;
	margin: 0px;
}

#cbt-file-browser-row ul {
	list-style-type: none;
	margin: 0px;
}

#cbt-file-browser-row ul li {
	margin: 0px;
	padding: 3px 10px;
	text-align: center;
}

#cbt-file-browser-row ul > li {
	max-height: 100px;
    overflow: auto;
}

#cbt-file-browser-row ul li p {
	margin-bottom: 3px;
}

#cbt-file-browser-row li ul {
	margin-bottom: 5px;
}

#cbt-file-browser-row li.cbt-file-browser-row-info {
	background-color: LightSkyBlue ;
	color: black;
}

#cbt-file-browser-row li.cbt-file-browser-row-align-left {
	text-align: left;
}

#cbt-file-browser-row li.cbt-file-browser-row-align-left ul {
	margin-left: 40px;
	list-style-type: square;
}

#cbt-file-browser-row li.cbt-file-browser-row-align-left ul li {
	text-align: left;
}

#cbt-file-browser-row li li {
	padding: 0px;
}

#cbt-file-browser-topmenu {
	background-color: gray;
	padding: 3px 10px 3px 12px; /* 12 aby to vizuálně ladilo */
	color: white;
	/*margin-bottom: 10px;*/
}

#cbt-file-browser-uploader-result-wrapper-in #uploader_result {
}

#cbt-file-browser-uploader-result-wrapper-in #uploader_result > ul {
	overflow: auto;
	/* Výšku nastaví JS */
	margin-bottom: 0px;
}

#cbt-file-browser-topmenu label {
	font-weight: bold;
	position: relative;
	top: 0px;
}

#cbt-file-browser-topmenu #cbt-file-browser-dir-select-wrapper {
	padding-right: 5px;
	border-right: 2px solid white;
	margin-right: 5px;
}

#cbt-file-browser-topmenu #cbt-file-browser-viewtype-select-wrapper {
	padding-right: 5px;
	border-right: 2px solid white;
	margin-right: 5px;
}

#cbt-file-browser-topmenu #cbt-file-browser-order-select-wrapper {
	padding-right: 5px;
	/*border-right: 2px solid white;*/
	margin-right: 5px;
}

#cbt-file-browser-topmenu #cbt-file-browser-dir-search-wrapper {
	margin-left: 10px;
}

#cbt-file-browser-topmenu .paginator-wrapper {
	margin: 8px 0px 0px 0px;
	text-align: right;
}

#cbt-file-browser-topmenu .paginator-wrapper em {
	float: right;
	display: block;
	margin: 0px 10px 0px 0px;
	width: 300px;
	font-size: 11px;
	line-height: 11px;
	position: relative;
	top: -1px;
}

#cbt-file-browser-topmenu .paginator-wrapper .paginator {
	
	float: right;
}

#cbt-file-browser-topmenu .paginator-wrapper .paginator a span {
	background-color: black;
}

#cbt-file-browser-topmenu .paginator-wrapper .paginator a.active span {
	background-color: white;
	color: black;
}


.cbt-file-browser-search-cancel {
	background-color: black;
	color: white;
	padding: 3px;
	text-decoration: none;
	position: relative;
	top: -1px;
}

.cbt-file-browser-search-cancel:hover {
	text-decoration: underline;
	color: white;
}

.cbt-window-container {
	display: none;
}

.cbt-window-wrapper .buttons {
	text-align: center;
}

.cbt-window-wrapper .buttons input {
	margin: 0px 10px 0px 0px;
}

.cbt-window-wrapper .buttons input:last-child {
	margin-right: 0px;
}

.cbt-window-wrapper .buttons button .loading-1-in {
	display: none;
}

.cbt-window-wrapper .buttons.loading button .loading-1-in {
	display: block;
}

.cbt-window-wrapper .buttons.loading button div:not(.loading-1-in) {
	display: none;
}

/* ============= file browser ============= DOMWindow ============= */

#cbt-window-linklist-form th {
	width: 100px;
}

#cbt-window-show-image-containter {
	display: table;
	width: 100%;
}

#cbt-window-show-image-containter div {
	line-height: 1;
	font-size: 0px;
	text-align: center;
	display: table-cell;
    vertical-align: middle;
}

#cbt-window-show-image-containter div {
    /*display: inline-block;
    height: 100%;
    width: 1px;*/
}

#cbt-window-show-image-containter div img {
	margin: auto;
}

#cbt-window-show-image-containter div.cbt-container-file {
	font-size: 45px;
	line-height: 1.5;
}




/* --------------------------------------------------------- */
#cbt-window-info-container-loading {
	text-align: center;
	margin-top: 220px;
}



#cbt-window-info-container h1 em {
	font-size: 16px;
	color: gray;
}

#cbt-window-info-container ul li strong {
	padding-right: 5px;
}

#cbt-window-info-container .fleft {
	width: 50%;
}

#cbt-window-info-container .fright {
	width: 40%;
	width: calc(50%-20px-20px);
	background-color: #EEE;
	padding: 20px 20px 30px 20px;
}

#cbt-window-info-container .fright ul li {
	margin-left: 10px;
}

#cbt-window-info-container .fright h2 {
	margin-top: 0px;
}

#cbt-window-info-container-image {
	/*text-align: center;*/
	max-width: 100%;
	margin: 0px 0px 10px 0px;
}

#cbt-window-info-container-image {
}

#cbt-window-info-container-image img {
	
}

#cbt-window-info-container-relations thead th {
	/*background-color: #BBBBBB;
	font-weight: bold;*/
}

#cbt-window-info-container-relations tbody td {
	background-color: white;
}


/* --------------------------------------------------------- */
.cbt-window-delete-form ul li span.cbt-error {
	color: red;
}

/* =================== VIEW TYPE BASE ====================== */

.cbt-view-type {
	list-style-type: none;
}


.cbt-view-type/*.view-type-2*/ li.hightlight .cbt-item.cbt-item-active,
.cbt-view-type .cbt-item-active {
	background-color: #FFFACD;
}


/* =================== VIEW TYPE 3 / MINIATURY ====================== */

.view-type-0 .cbt-view-type > li {
	margin-left: 0px;
	display: inline-block;
	margin: 0px 5px 10px 0px;
	width: 150px;
}

.view-type-0 .cbt-item {
	position: relative;
}

.view-type-0 .cbt-item .cbt-item-in {
	border: 2px solid gray;
	/*padding: 4px 4px 4px 4px;*/
	display: block;
	min-height: 55px;
}

.view-type-0 li.hightlight .cbt-item .cbt-item-in {
	background-color: white;
}

.view-type-0 .cbt-item:hover .cbt-item-in strong {
	text-decoration: underline;
}

.view-type-0 li.hightlight .cbt-item:hover,
.view-type-0 .cbt-item:hover {
	background-color: #fffacd;
}

.view-type-0 li .cbt-item.cbt-item-active-current,
.view-type-0 li .cbt-item:hover {
	background-color: #f0e68c;
}

.view-type-0 .cbt-item .cbt-item-in {
	text-decoration: none !important;
}

.view-type-0 .cbt-item .cbt-item-in .cbt-icon {
	margin-bottom: 2px;
	display: block;
	text-align: center;

	display: block;
	vertical-align: middle;
	min-height: 100px;
}

.view-type-0 .cbt-item .cbt-item-in .cbt-icon em {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
	display: block;
	padding-top: 30px;
}

.view-type-0 .cbt-item .cbt-item-in .cbt-icon em span {
}

.view-type-0 .cbt-item .cbt-item-in .cbt-icon em.cbt-size-1 {
	font-size: 70px;
	padding-top: 0px;
}

.view-type-0 .cbt-item .cbt-item-in .cbt-name {
	float: left;
	padding: 0px 4px 4px 4px;
	text-align: center;
}

.view-type-0 .cbt-item .cbt-item-in strong {
	font-size: 12px;
	display: block;
	white-space: nowrap; 
	text-overflow: ellipsis;
	text-overflow-mode: ellipsis;
	overflow: hidden;
	width: 140px;
}

.view-type-0 .cbt-item .cbt-item-in img {
	max-width: 100%;
	margin: 0px;
	padding: 0px;
	max-height: 150px;
}

.view-type-0 .cbt-item .cbt-info {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: black;
	color: white;
	padding: 2px 10px 3px 10px;
	display: none;
	width: 130px;
}

.view-type-0 .cbt-item:hover .cbt-info {
	display: block;
}

.view-type-0 .cbt-item .cbt-info ul {
	margin: 0px;
}

.view-type-0 .cbt-item .cbt-info ul li {
	display: inline-block;
	margin: 0px;
}

.view-type-0 .cbt-item .cbt-info a {
	color: white;
	display: block;
	margin-right: 10px;
}


/* =================== VIEW TYPE 1 / SEZNAM ====================== */

.view-type-1 .cbt-calc-height-in {
	padding-bottom: 0px;
	
}

.view-type-1 #cbt-file-browser-filelist-wrapper-in-in {
	
}

.view-type-1 ul {
	float: left;
	margin: 0px 10px 0px 0px;
}

.view-type-1 li {
	margin-left: 0px;
	width: 220px;
}

.view-type-1 .cbt-item {
	position: relative;
	margin: 0px 0px 2px 0px;
}

.view-type-1 li:last-child .cbt-item {
	margin-bottom: 0px;
}

.view-type-1 .cbt-item .cbt-item-in {
	border: 2px solid gray;
	padding: 4px 0px 0px 4px;
	display: block;
	min-height: 40px;
}

.view-type-1 li.hightlight .cbt-item .cbt-item-in {
	background-color: white;
}

.view-type-1 .cbt-item .cbt-item-in strong {
	text-decoration: underline;
	font-size: 12px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-overflow-mode: ellipsis;
	overflow: hidden;
	width: 150px;
}

.view-type-1 li.hightlight .cbt-item:hover,
.view-type-1 .cbt-item:hover {
	background-color: #fffacd;
}

.view-type-1 li .cbt-item.cbt-item-active-current,
.view-type-1 li .cbt-item:hover {
	background-color: #f0e68c;
}

.view-type-1 .cbt-item .cbt-item-in .cbt-icon {
	display: none;
}

.view-type-1 .cbt-item .cbt-info {
	display: none;
}

.view-type-1 .cbt-item .cbt-item-in .cbt-name span {
	display: none;
}


.view-type-1 .cbt-item .cbt-item-in .cbt-icon {
	float: left;
	width: 50px;
	min-width: 50px;
	margin-right: 5px;

	display: block;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.view-type-1 .cbt-item .cbt-item-in .cbt-icon em {
	text-transform: uppercase;
	font-style: normal;
	position: relative;
	display: block;
	width: 50px;
	top: 5px;
}

.view-type-1 .cbt-item .cbt-item-in .cbt-icon em span {
	font-size: 15px;
	font-weight: bold;
}

.view-type-1 .cbt-item .cbt-item-in img {
	max-width: 100%;
	margin: 0px;
	padding: 0px;
	max-height: 35px;
}


/* =================== VIEW TYPE 2 / ROZŠÍŘENÝ SEZNAM ====================== */

.view-type-2 li {
	margin-left: 0px;
}

.view-type-2 .cbt-item {
	position: relative;
	margin: 0px 0px 10px 0px;
}

.view-type-2 .cbt-item .cbt-item-in {
	border: 2px solid gray;
	padding: 4px 20px 0px 4px;
	display: block;
	min-height: 55px;
}

.view-type-2 li .cbt-item.cbt-item-active-current  {
	background-color: #fffacd;
}

.view-type-2 li.hightlight .cbt-item {
	background-color: white;
}

.view-type-2 .cbt-item:hover .cbt-item-in strong {
	text-decoration: underline;
}

.view-type-2 li.hightlight .cbt-item:hover,
.view-type-2 .cbt-item:hover {
	background-color: #fffacd;
}

.view-type-2 li.hightlight .cbt-item.cbt-item-active-current,
.view-type-2 li .cbt-item.cbt-item-active-current,
.view-type-2 li .cbt-item:hover {
	background-color: #f0e68c;
}

.view-type-2 .cbt-item .cbt-item-in .cbt-icon {
	float: left;
	width: 110px;
	min-width: 110px;
	margin-right: 10px;
	
	display: block;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.view-type-2 .cbt-item .cbt-item-in .cbt-icon em {
	text-transform: uppercase;
	font-style: normal;
	position: relative;
	display: block;
	width: 110px;
}

.view-type-2 .cbt-item .cbt-item-in .cbt-icon em span {
	font-size: 30px;
	font-weight: bold;
}

.view-type-2 .cbt-item .cbt-item-in .cbt-icon em.cbt-size-1 span {
	font-size: 35px;
	padding-top: 0px;
}

.view-type-2 .cbt-item .cbt-item-in .cbt-name {
	float: left;
}

.view-type-2 .cbt-item .cbt-item-in strong {
	font-size: 20px;
}

.view-type-2 .cbt-item .cbt-item-in img {
	max-width: 100%;
	margin: 0px;
	padding: 0px;
	max-height: 120px;
}

.view-type-2 .cbt-item .cbt-info {
	position: absolute;
	left: 125px;
	bottom: 0px;
	background-color: black;
	color: white;
	padding: 2px 0px 3px 10px;
}

.view-type-2 .cbt-item .cbt-info ul {
	margin: 0px;
}

.view-type-2 .cbt-item .cbt-info ul li {
	display: inline-block;
}

.view-type-2 .cbt-item .cbt-info a {
	color: white;
	display: block;
	margin-right: 10px;
}


.vakata-context li {
	margin: 0px;
}


/* ========================================================================== */


#cbt-photogallery-chooser-uploader-input-wrapper {
	position: fixed;
	width: 580px;
	margin: 20px 0px 0px 10px;
}

#cbt-photogallery-chooser-uploader-input-wrapper .plupload_button.plupload_button_clear {
	margin-left: 5px;
}

#cbt-photogallery-chooser-uploader-input-wrapper .plupload_file_size,
#cbt-photogallery-chooser-uploader-input-wrapper .plupload_file_status,
#cbt-photogallery-chooser-uploader-input-wrapper .plupload_progress {
	width: 70px;
}

#cbt-photogallery-chooser-uploader-input-wrapper .plupload_container {
	padding: 0px;
}

#cbt-photogallery-chooser-result-wrapper {
	margin: 30px 10px 40px 600px ;
}

.cbt-file-list-editable-images {
	list-style-type: none;
}

.cbt-file-list-editable-images h4 {
	padding-top: 4px;
}

.cbt-file-list-editable-images,
.cbt-file-list-editable-images * {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.cbt-file-list-editable-images > li {
	min-height: 200px;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	position: relative;
	background-color: #EEEEEE;
	border-bottom: 2px solid gray;
}

.cbt-file-list-editable-images > li:last-child {
	border-bottom-style: none;
}

.cbt-file-list-editable-images > li .cbt-foto-wrapper {
	position: absolute;
}

.cbt-file-list-editable-images > li .cbt-foto {
	display: table-cell;
	vertical-align: middle;
	text-align: center;

	max-width: 200px;
	max-height: 200px;
}

.cbt-file-list-editable-images > li .cbt-foto img {
	max-width: 100%;
	max-height: 100%;
}

.cbt-file-list-editable-images > li .cbt-form {
	margin: 0px 0px 0px 210px;
	position: relative;
}

.cbt-file-list-editable-images > li .cbt-form .cbt-form-control {
	text-align: right;
	background-color: black;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 1px 5px 1px 5px;
	z-index: 100;
}

.cbt-file-list-editable-images > li .cbt-form .cbt-form-control,
.cbt-file-list-editable-images > li .cbt-form .cbt-form-control a {
	color: white;
	text-decoration: none;
}

.cbt-file-list-editable-images > li .cbt-form .cbt-form-control a:hover {
	text-decoration: underline;
}

.cbt-file-list-editable-images > li .cbt-form .cbt-form-name {
	margin: 0px 0px 5px 0px;
}

.cbt-file-list-editable-images > li .cbt-form .cbt-input-group {
	position: relative;
}

.cbt-file-list-editable-images > li .cbt-form label {
	/*display: block;*/
	font-weight: bold;
}

.cbt-file-list-editable-images > li .cbt-form textarea,
.cbt-file-list-editable-images > li .cbt-form input {
	width: 100%;
}

.cbt-file-list-editable-images > li .cbt-form textarea {
	min-height: 100px;
	resize: vertical;
}

.cbt-file-list-editable-images > li h4 {
	position: relative;
}

.cbt-file-list-editable-images > li h4 em {
	position: absolute;
	z-index: 99;
	display: none;
	color: gray;
	font-style: italic;
	font-weight: normal;;
	font-size: 14px;
	margin: 0px 0px 0px 10px;

}

.cbt-file-list-editable-images > li h4:hover em {
	display: inline;
}

.cbt-file-list-editable-images > li.empty {
	text-align: center;
	padding-top: 85px;
}

#cbt-photogallery-chooser-top-wrapper {
	position: fixed;
	top: 0px;
	z-index: 100;
	width: 100%;
}

#cbt-photogallery-chooser-top-wrapper {
	padding: 5px 0px 5px 0px;
}

#cbt-photogallery-chooser-top-wrapper h1 {
	width: 580px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#cbt-photogallery-chooser-bottom-wrapper {
	background-color: red;
	position: fixed;
	bottom: 0px;
	z-index: 100;
	width: 100%;
	background-color: #EEEEEE;
}

#cbt-photogallery-chooser-top-wrapper-in {
	padding: 0px 10px 0px 10px;
}

#cbt-photogallery-chooser-bottom-wrapper-in {
	padding: 5px 10px 6px 10px;
}

#cbt-photogallery-chooser-result-wrapper {
	
}

#cbt-photogallery-chooser-result-wrapper .cbt-open-filebrowser {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}

#cbt-photogallery-chooser-result-wrapper .cbt-open-filebrowser.cbt-open-filebrowser-top {
	margin-bottom: 10px;
}


#cbt-photogallery-chooser-result-wrapper .cbt-open-filebrowser.cbt-open-filebrowser-bottom {
	margin-top: 10px;
	margin-bottom: 10px;
}

@media all and (max-width: 1200px) {
	#cbt-photogallery-chooser-uploader-input-wrapper {
		width: 100%;
		position: relative;
	}

	#cbt-photogallery-chooser-result-wrapper {
		margin: 0px 10px 0px 10px;
	}
}



/* ========================================================================== */


#cbt-linklist-chooser-uploader-input-wrapper {
	position: fixed;
	width: 580px;
	margin: 20px 0px 0px 10px;
}

#cbt-linklist-chooser-uploader-input-wrapper .plupload_button.plupload_button_clear {
	margin-left: 5px;
}

#cbt-linklist-chooser-uploader-input-wrapper .plupload_file_size,
#cbt-linklist-chooser-uploader-input-wrapper .plupload_file_status,
#cbt-linklist-chooser-uploader-input-wrapper .plupload_progress {
	width: 70px;
}

#cbt-linklist-chooser-uploader-input-wrapper .plupload_container {
	padding: 0px;
}

#cbt-linklist-chooser-result-wrapper {
	margin: 30px 10px 40px 600px ;
}

#cbt-linklist-chooser-result-wrapper h4 {
	padding-top: 4px;
}

#cbt-linklist-chooser-result-wrapper fieldset ul.list {
	list-style-type: none;
}

#cbt-linklist-chooser-result-wrapper fieldset ul.list,
#cbt-linklist-chooser-result-wrapper fieldset ul.list * {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

#cbt-linklist-chooser-result-wrapper fieldset ul.list > li {
	min-height: 200px;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	position: relative;
	background-color: #EEEEEE;
	border-bottom: 2px solid gray;
}

#cbt-linklist-chooser-result-wrapper fieldset ul.list > li:last-child {
	border-bottom-style: none;
}

#cbt-linklist-chooser-result-wrapper fieldset ul.list > li .cbt-foto-wrapper {
	position: absolute;
}

#cbt-linklist-chooser-result-wrapper fieldset ul.list > li .cbt-foto {
	display: table-cell;
	vertical-align: middle;
	text-align: center;

	max-width: 200px;
	max-height: 200px;
}

#cbt-linklist-chooser-result-wrapper fieldset ul.list > li .cbt-foto img {
	max-width: 100%;
	max-height: 100%;
}

#cbt-linklist-chooser-result-wrapper fieldset ul.list > li .cbt-form {
	margin: 0px 0px 0px 210px;
	position: relative;
}

.cbt-form-control {
	text-align: right;
	background-color: black;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 1px 5px 1px 5px;
	z-index: 100;
}

.cbt-form-control,
.cbt-form-control a {
	color: white;
	text-decoration: none;
}

.cbt-form-control a:hover {
	text-decoration: underline;
}

#cbt-linklist-chooser-result-wrapper fieldset ul.list > li .cbt-form .cbt-form-name {
	margin: 0px 0px 5px 0px;
}

#cbt-linklist-chooser-result-wrapper fieldset ul.list > li .cbt-form .cbt-form-name,
#cbt-linklist-chooser-result-wrapper fieldset ul.list > li .cbt-form .cbt-form-desc {
	position: relative;
}

#cbt-linklist-chooser-result-wrapper fieldset ul.list > li .cbt-form label {
	/*display: block;*/
	font-weight: bold;
}

#cbt-linklist-chooser-result-wrapper fieldset ul.list > li .cbt-form textarea,
#cbt-linklist-chooser-result-wrapper fieldset ul.list > li .cbt-form input {
	width: 100%;
}

#cbt-linklist-chooser-result-wrapper fieldset ul.list > li .cbt-form textarea {
	min-height: 100px;
	resize: vertical;
}

#cbt-linklist-chooser-result-wrapper fieldset ul.list > li h4 {
	position: relative;
}

#cbt-linklist-chooser-result-wrapper fieldset ul.list > li h4 em {
	position: absolute;
	z-index: 99;
	display: none;
	color: gray;
	font-style: italic;
	font-weight: normal;;
	font-size: 14px;
	margin: 0px 0px 0px 10px;

}

#cbt-linklist-chooser-result-wrapper fieldset ul.list > li h4:hover em {
	display: inline;
}

#cbt-linklist-chooser-result-wrapper fieldset ul.list > li.empty {
	text-align: center;
	padding-top: 85px;
}

#cbt-linklist-chooser-top-wrapper {
	position: fixed;
	top: 0px;
	z-index: 100;
	width: 100%;
}

#cbt-linklist-chooser-top-wrapper {
	padding: 5px 0px 5px 0px;
}

#cbt-linklist-chooser-top-wrapper h1 {
	width: 580px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#cbt-linklist-chooser-bottom-wrapper {
	background-color: red;
	position: fixed;
	bottom: 0px;
	z-index: 100;
	width: 100%;
	background-color: #EEEEEE;
}

#cbt-linklist-chooser-top-wrapper-in {
	padding: 0px 10px 0px 10px;
}

#cbt-linklist-chooser-bottom-wrapper-in {
	padding: 5px 10px 6px 10px;
}

#cbt-linklist-chooser-result-wrapper {

}

#cbt-linklist-chooser-result-wrapper .cbt-open-filebrowser {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}

#cbt-linklist-chooser-result-wrapper .cbt-open-filebrowser.cbt-open-filebrowser-top {
	margin-bottom: 10px;
}


#cbt-linklist-chooser-result-wrapper .cbt-open-filebrowser.cbt-open-filebrowser-bottom {
	margin-top: 10px;
	margin-bottom: 10px;
}


select.selectUseSource {
	position: absolute;
	top: 0px;
	left: 80px;
	font-size: 11px;
}



/* -------------------------------------------------------------------------- */

#cbt-file-browser .hlaseni-container ul.hlaseni {
	margin: 0px;
}

#cbt-file-browser .hlaseni-container ul.hlaseni li:last-child {
	margin-bottom: 0px;
}

/* -------------------------------------------------------------------------- */

ul.file-translation-list {
	list-style-type: none;
	margin: 15px 0px 20px 0px;
}

ul.file-translation-list, ul.file-translation-list * {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

ul.file-translation-list > li {
	padding: 0px 0px 5px 0px;
	border-bottom: 2px solid white;
	margin: 0px 0px 5px 0px;
}

ul.file-translation-list > li .file-translation-list-image {
	width: 180px;
	height: 180px;
	float: left;
	display: table;
	position: absolute;
}

ul.file-translation-list > li .file-translation-list-image-in {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: white;
	font-size: 0px;
}

ul.file-translation-list > li .file-translation-list-image-in span {
	font-size: 25px;
}

ul.file-translation-list > li .file-translation-list-image img {
	width: 100%;
}

ul.file-translation-list > li .file-translation-list-content {
	margin-left: 200px;
}

ul.file-translation-list > li .file-translation-list-content .file-translation-list-content-box {
	width: 500px;
	max-width: 100%;
}

ul.file-translation-list > li ul.file-translation-list-content-langs {
	list-style-type: none;
	margin: 0px;
}

ul.file-translation-list > li ul.file-translation-list-content-langs > li {
	margin: 0px;
	/*padding: 0px 10px 0px 10px;*/
}

ul.file-translation-list > li ul.file-translation-list-content-langs > li label {
	display: block;
	width: 100%;
	font-weight: bold;
}

ul.file-translation-list > li ul.file-translation-list-content-langs > li input,
ul.file-translation-list > li ul.file-translation-list-content-langs > li textarea {
	width: 100%;
}

ul.file-translation-list > li ul.file-translation-list-content-langs > li textarea {
	resize: vertical;
}

ul.file-translation-list > li ul.file-translation-list-content-langs > li h4 {
	font-size: 16px;
	padding: 4px 0px 2px 0px;
	margin: 0px;
}

ul.file-translation-list > li ul.file-translation-list-content-langs > li {
	background-color: #EEE;
	padding: 0px 5px 5px 5px;
	border-left: 2px solid black;
	border-bottom: 2px solid black;
	margin: 0px 0px 5px 0px;
}

ul.file-translation-list > li ul.file-translation-list-content-langs > li:last-child {
	border-bottom-style: none;
}


.cbt-helper-container .cbt-file-chooser {
	max-width: 200px;
}



/* ========================================================================== */

div.cbt-item-choose-link {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

/* ========================================================================== */

.cbt-content-editor-repeater-simple-list table tbody th {
	width: 60px;
}

#cbt-repeater-simple-editor-top-wrapper {
	position: fixed;
	top: 0px;
	z-index: 100;
	width: 100%;
}

#cbt-repeater-simple-editor-top-wrapper {
	padding: 5px 0px 5px 0px;
	background-color: #eeeeee;
}

#cbt-repeater-simple-editor-top-wrapper h1 {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#cbt-repeater-simple-editor-top-wrapper p {
	font-size: 20px;
	margin: 0px;
}

#cbt-repeater-simple-editor-bottom-wrapper {
	background-color: red;
	position: fixed;
	bottom: 0px;
	z-index: 100;
	width: 100%;
	background-color: #EEEEEE;
}

#cbt-repeater-simple-editor-top-wrapper-in {
	padding: 0px 10px 0px 10px;
}

#cbt-repeater-simple-editor-bottom-wrapper-in {
	padding: 5px 10px 6px 10px;
}

#cbt-repeater-simple-editor-result-wrapper {
	margin: 90px 10px 40px 10px;
}

#cbt-repeater-simple-editor-result-wrapper .cbt-open-filebrowser {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}

#cbt-repeater-simple-editor-result-wrapper fieldset ul.list > li h4 {
	position: relative;
	padding: 4px 0px 0px 5px;
}

#cbt-repeater-simple-editor-result-wrapper fieldset ul.list > li h4 em {
	position: absolute;
	z-index: 99;
	display: none;
	color: gray;
	font-style: italic;
	font-weight: normal;;
	font-size: 14px;
	margin: 0px 0px 0px 10px;

}

#cbt-repeater-simple-editor-result-wrapper fieldset ul.list > li h4:hover em {
	display: inline;
}

#cbt-repeater-simple-editor-result-wrapper ul.list > li {
	list-style-type: none;
	margin: 0px;
}

#cbt-repeater-simple-editor-result-wrapper ul.list > li.highlight {
	background-color: white;
}

#cbt-repeater-simple-editor-result-wrapper ul.list > li.empty {
	text-align: center;
}

#cbt-repeater-simple-editor-result-wrapper ul.list > li > .cbt-form {
	position: relative;
}

/*
#cbt-repeater-simple-editor-result-wrapper li > .cbt-form .cbt-input-group > * {
	display: block;
}
*/
#cbt-repeater-simple-editor-result-wrapper ul.list > li > .cbt-form .cbt-input-group input,
#cbt-repeater-simple-editor-result-wrapper ul.list > li > .cbt-form .cbt-input-group textarea {
	width: 100%; 
}

#cbt-repeater-simple-editor-result-wrapper ul.list > li > .cbt-form .cbt-input-group textarea {
	resize: vertical;
	height: 60px;
}

#cbt-repeater-simple-editor-result-wrapper ul.list > li > .cbt-form table {
	border-style: none;
}

#cbt-repeater-simple-editor-result-wrapper ul.list > li > .cbt-form table th {
	text-align: right;
	width: 150px;
	max-width: 25%;
}

#cbt-repeater-simple-editor-result-wrapper ul.list > li > .cbt-form table td,
#cbt-repeater-simple-editor-result-wrapper ul.list > li > .cbt-form table th {
	vertical-align: top;
}

#cbt-repeater-simple-editor-result-wrapper .cbt-open-filebrowser.cbt-open-filebrowser-top {
	margin-bottom: 10px;
}


#cbt-repeater-simple-editor-result-wrapper .cbt-open-filebrowser.cbt-open-filebrowser-bottom {
	margin-top: 10px;
	margin-bottom: 10px;
}


/* ========================================================================== */

.cbt-content-editor-table-simple-list table tbody th {
	width: 60px;
}

#cbt-table-simple-editor-top-wrapper {
	position: fixed;
	top: 0px;
	z-index: 100;
	width: 100%;
}

#cbt-table-simple-editor-top-wrapper {
	padding: 5px 0px 5px 0px;
	background-color: #eeeeee;
}

#cbt-table-simple-editor-top-wrapper h1 {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#cbt-table-simple-editor-top-wrapper p {
	font-size: 20px;
	margin: 0px;
}

#cbt-table-simple-editor-bottom-wrapper {
	background-color: red;
	position: fixed;
	bottom: 0px;
	z-index: 100;
	width: 100%;
	background-color: #EEEEEE;
}

#cbt-table-simple-editor-top-wrapper-in {
	padding: 0px 10px 0px 10px;
}

#cbt-table-simple-editor-bottom-wrapper-in {
	padding: 5px 10px 6px 10px;
}

#cbt-table-simple-editor-result-wrapper {
	margin: 45px 10px 40px 10px;
}

#cbt-table-simple-editor-result-wrapper .cbt-open-filebrowser {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}

#cbt-table-simple-editor-result-wrapper fieldset table td {
	vertical-align: middle;
	text-align: center;
	border: 1px solid #bbb;
}

#cbt-table-simple-editor-result-wrapper fieldset > div {
	overflow: auto;
}

#cbt-table-simple-editor-result-wrapper fieldset table td.service {
	background-color: transparent;
	width: 110px;
}

#cbt-table-simple-editor-result-wrapper fieldset table td.service:first-child {
	background-color: black;
}

#cbt-table-simple-editor-result-wrapper fieldset table td.service:first-child,
#cbt-table-simple-editor-result-wrapper fieldset table td.service:first-child a {
	color: white;
}

#cbt-table-simple-editor-result-wrapper fieldset table td textarea {
	width: 100%;
	height: 80px;
	resize: vertical;
	min-width: 150px;
}

#cbt-table-simple-editor-result-wrapper fieldset table td ul {
	list-style-type: none;
	margin: 0px;
}

#cbt-table-simple-editor-result-wrapper fieldset table td ul li {
	margin: 0px;
}

#cbt-table-simple-editor-result-wrapper fieldset ul.list > li h4 {
	position: relative;
	padding: 4px 0px 0px 5px;
}

#cbt-table-simple-editor-result-wrapper fieldset ul.list > li h4 em {
	position: absolute;
	z-index: 99;
	display: none;
	color: gray;
	font-style: italic;
	font-weight: normal;;
	font-size: 14px;
	margin: 0px 0px 0px 10px;

}

#cbt-table-simple-editor-result-wrapper fieldset ul.list > li h4:hover em {
	display: inline;
}

#cbt-table-simple-editor-result-wrapper ul.list > li {
	list-style-type: none;
	margin: 0px;
}

#cbt-table-simple-editor-result-wrapper ul.list > li.highlight {
	background-color: white;
}

#cbt-table-simple-editor-result-wrapper ul.list > li.empty {
	text-align: center;
}

#cbt-table-simple-editor-result-wrapper ul.list > li > .cbt-form {
	position: relative;
}

/*
#cbt-table-simple-editor-result-wrapper li > .cbt-form .cbt-input-group > * {
	display: block;
}
*/
#cbt-table-simple-editor-result-wrapper ul.list > li > .cbt-form .cbt-input-group input,
#cbt-table-simple-editor-result-wrapper ul.list > li > .cbt-form .cbt-input-group textarea {
	width: 100%;
}

#cbt-table-simple-editor-result-wrapper ul.list > li > .cbt-form .cbt-input-group textarea {
	resize: vertical;
	height: 60px;
}

#cbt-table-simple-editor-result-wrapper ul.list > li > .cbt-form table {
	border-style: none;
}

#cbt-table-simple-editor-result-wrapper ul.list > li > .cbt-form table th {
	text-align: right;
	width: 150px;
	max-width: 25%;
}

#cbt-table-simple-editor-result-wrapper ul.list > li > .cbt-form table td,
#cbt-table-simple-editor-result-wrapper ul.list > li > .cbt-form table th {
	vertical-align: top;
}

#cbt-table-simple-editor-result-wrapper .cbt-open-filebrowser.cbt-open-filebrowser-top {
	margin-bottom: 10px;
}


#cbt-table-simple-editor-result-wrapper .cbt-open-filebrowser.cbt-open-filebrowser-bottom {
	margin-top: 10px;
	margin-bottom: 10px;
}



/* ========================================================================== */
.cbt-content-editor-container-columns-list > ul {
	list-style-type: none;
}