Your IP : 216.73.216.74


Current Path : /home/bonneesp/www/administrator/components/com_templateck/assets/
Upload File :
Current File : /home/bonneesp/www/administrator/components/com_templateck/assets/preview.css

#ckheader {
	display: none;
}

body.cktemplatecreatorinterface {
	padding-top: 0px !important;
}

body.tck-edition-body {
	margin-left: 310px;
	width: calc(100% - 310px);
}

.ckinterfaceslidercontent {
	width: 240px;
	padding-bottom: 10px;
}

.menuck {
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	display: block;
	left: 0;
	padding: 0 0 10px 0px;
	width: 310px;
	box-sizing: border-box;
	z-index: 1040;
	position: fixed;
	top: 0;
	bottom: 0;
	overflow-y: scroll;
	overflow-x: hidden;
	margin: 0;
	font-family: Segoe UI, arial;
}

.menuck * {
	box-sizing: border-box;
}

div.menuck > .inner {
	overflow-y: scroll;
	overflow-x: hidden;
}

.menuck .menuckinfos {
	margin: 5px 0;
	padding: 5px;
	font-size: 12px;
	line-height: 12px;
}

.menuck .menuitemck:hover {
	border: 1px solid #000;
}

.menuck img {
	margin: 1px;
}

.menuck .menuitemck, .workspaceck .menuitemck {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ddd;
	float: left;
	height: 40px;
	margin: 5px 0 0 5px;
	padding: 5px;
	width: 47%;
	max-width: 125px;
	cursor: grab;
	cursor: -webkit-grab;
	box-sizing: border-box;
}

.menuck .menuitemck.grabbing, .workspaceck .menuitemck.grabbing {
	cursor: grabbing;
	cursor: -webkit-grabbing;
}

.menuck .menuitemck .menuitemck_title, .workspaceck .menuitemck .menuitemck_title {
	font-size: 12px;
	line-height: 15px;
	align-self: center;
}

.menuck .menuitemck .menuitemck_desc, .workspaceck .menuitemck .menuitemck_desc {
	color: #1a1a1a;
	font-size: 10px;
}

.menuck .menuitemck > div, .workspaceck .menuitemck > div {
	float: right;
	width: calc(100% - 28px);
	height: 28px;
	display: flex;
}

.menuck .menuitemck img, .workspaceck .menuitemck img {
	float: left;
	margin: 5px 0 0 2px;
	width: 20px;
}

.menuitemck_group {
	clear: both;
	padding: 2px 5px;
	text-transform: capitalize;
	background: #2E5A84;
	color: #fff;
	margin: 5px 5px 0;
	font-size: 12px;
	cursor: pointer;
}

.menuck .headerck {
	cursor: pointer;
	padding: 0 0 0 5px;
	background: #ececec;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	min-height: 40px;

}

#workspaceparentck.collapsedck .menuck {
	width: 75px;
}

#workspaceparentck.collapsedck .menuck .headercktext,
#workspaceparentck.collapsedck .menuck .menuckinfos,
#workspaceparentck.collapsedck .menuck .menuitemck > div,
#workspaceparentck.collapsedck .menuck .menuitemck_title,
#workspaceparentck.collapsedck .menuck .menuitemck_desc {
	display: none;
}

#workspaceparentck.collapsedck .menuck .menuitemck {
	width: 50px;
	height: 50px;
	margin: 5px 2px;
}

/*#workspaceparentck:not(.collapsedck) #workspaceck {
	margin-left: 235px;
}

#module-form #workspaceparentck:not(.collapsedck) #workspaceck {
	margin-left: 260px;
}*/

.menuck .headercktext {
	display: inline-block;
	width: 145px;
	line-height: 32px;
	vertical-align: top;
	padding-left: 5px;
}

.menuck .menuckinner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
}

.menuck > .inner {
	/*position: relative;*/
	max-height: 100%;
	height: calc(100vh - 50px);
	overflow-y: auto;
	margin-left: 50px;
}

.menuck > .inner:not(.ckelementsedition) {
	display: none;
}

.menuck .ckcolumnsedition {
	display: none;
}

.menuck .headerckicon {
	width: 40px;
	height: 40px;
	float: right;
	display: inline-block;
	box-sizing: border-box;
	line-height: 32px;
	padding: 0;
	background: #cfcfcf;
	color: #555;
	font-size: 1.3em;
	border: none;
	border-left-width: medium;
	border-left-style: none;
	border-left-color: currentcolor;
	border-left: 1px solid #aaa;
	box-shadow: 0 0 15px #b5b5b5 inset;
	text-align: center;
	cursor: pointer;
	font-weight: normal;
	border-radius: 0;
}

.collapsedck .menuck .headerckicon {
	transform: rotate(180deg);
}

.menuck .headerckicon.cksave {
	font-size: 13px;
	line-height: 35px;
}

.menuck input {
	width: auto;
	margin-left: 5px;
}
/* Fix for Safari */
.ckpopup, .menuck {
	overflow: visible !important;
}

.menuckpanels {
	width: 50px;
	background: #1C3D5C;
	height: calc(100vh - 40px);
	float: left;
	border-right: 1px solid #ddd;
	overflow-y: auto;
}

.menuckpanelfake img,
.menuckpanel img {
	margin: 8px;
}

.menuckpanelfake,
.menuckpanel {
	color: #ddd;
	text-align: center;
	padding: 12px 0;
	font-size: 12px;
}

.menuckpanelfake .fa,
.menuckpanel .fa {
	font-size: 24px;
	display: block;
}

.menuckpanelfake.active, .menuckpanelfake:hover,
.menuckpanel.active, .menuckpanel:hover {
	background: #2E5A84;
	color: #fff;
	cursor: pointer;
}

.menuckbootomtoolbar {
	height: 40px;
	background: #2E5A84;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	text-align: center;
}

.menuckbootomtoolbar span.menuckbootomtoolbar-button {
	height: 40px;
	width: 30px;
	border-radius: 0;
	margin: 0;
	padding: 0;
	line-height: 40px;
	color: #fff;
	padding: 0 10px;
	opacity: 0.7;
	display: inline-block;
	cursor: pointer;
	font-size: 16px;
}

.menuckbootomtoolbar span.menuckbootomtoolbar-button:hover, .menuckbootomtoolbar span.menuckbootomtoolbar-button.active {
	opacity: 1;
}

.ckresponsivebutton {
	width: 170px;
}

.ckleftpanelsearch {
	position: relative;
}

.ckleftpanelsearch input[type="text"] {
	margin: 0 5px;
	width: 96%;
	height: 32px;
	padding: 0 5px;
	box-sizing: border-box;
	border-radius: 0;
}

.ckleftpanelsearch .fa {
	font-size: 11px;
	position: absolute;
	top: 12px;
	right: 20px;
	color: #6d6d6d;
	cursor: pointer;
}

.ckleftpanelsearch .fa-times {
	right: 40px;
	font-size: 12px;
	line-height: 10px;
}

.ckleftpanelsearch .fa-times:hover {
	color: #000;
}

.ckmyelements.headerck {
	margin-top: 10px;
}

.ckaddonsdisplaytype {
	display: none;
}

#ckiframepreview {
	background: #fff;
	border: none;
	width: calc(100vw - 330px);
	height: 100vh;
	position: fixed;
	top: 80px;
	left: 310px;
	box-sizing: border-box;
	z-index: 1;
}

#wpadminbar {
	display: none;
}

html[lang] {
	margin-top: 0px !important;
}

.ckPreviewLayoutItem {
	background: #fff;
	margin: 3px 5px;
	padding: 10px;
	border: 1px solid #ccc;
	font-size: 13px;
	border-radius: 3px;
	display: flex;
	align-items: baseline;
	transition: border-color 0.2s;
	cursor: move;
}

.ckPreviewLayoutItem > i {
	color: #555;
	margin-right: 5px;
}

.ckPreviewLayoutItem:hover,
.ckPreviewLayoutItem.ckfocus {
	background: #eee;
	color: #000;
	border: 2px solid #0073aa;
	padding: 9px;
}

.ckPreviewLayoutItem > span {
	overflow: hidden;
	line-height: 13px;
}

#ckPreviewLayout ul {
	margin: 0;
	padding: 1px; /* needed for jQuery slide function */
	list-style: none;
}

#ckPreviewLayout ul ul {
	margin-left: 20px;
	border-left: 1px dashed #bbb;
}

.ckPreviewLayoutItemToggler {
	display: inline-block;
	margin-left: auto;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	border: 2px solid transparent;
	text-align: center;
	line-height: 17px;
	color: #666;
	cursor: pointer;
	transition: all 0.2s;
}

.ckPreviewLayoutItemToggler:hover {
	border: 2px solid #ccc;
}

.ckPreviewLayoutItem.closed .ckPreviewLayoutItemToggler {
	transform: rotate(180deg);
}

.ckPreviewLayoutItemOptions {
	display: inline-block;
	height: 20px;
	width: 20px;
	text-align: center;
	color: #aaa;
	line-height: 16px;
	transform: scale(1.2);
	margin: 0 5px;
	cursor: pointer;
}

.ckPreviewLayoutItemOptions:hover {
	color: #0073aa;
}


/*-------------------- preview menu css ----------------------*/

#ckinterfacesliderparent,
.ckinterfacesliderparent {
	position: relative;
}
.ckinterfacesliderlinks,
#ckaddblockmanager.ckinterfacesliderlinks {
	width: 240px;
}
.ckinterfacesliderlink:not(.ckbutton) {
	font-size: 1.2em;
	padding: 10px 10px 11px 14px;
	border-left: 4px solid #fff;
	line-height: 1.55;
	font-weight: 600;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
.ckinterfacesliderlink:not(.ckbutton):hover {
	color: #0073aa;
	background: #f3f3f5;
	border-left-color: #0073aa;
}
.ckinterfaceslidercontent {
	left: 300px;
}
.ckinterfacesliderlink:not(.ckbutton)::before {
	color: #a0a5aa;
	top: calc(50% - 10px);
	font-size: 14px;
}
.ckinterfacesliderlink:not(.ckbutton):hover:before {
	color: #0073aa;
}
.ckinterfacesliderback,
.ckinterfacemainheader {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	background: #fff;
	height: 74px;
}
button.ckinterfaceslider-back-button,
.ckinterfacemainheader-icon {
	display: block;
	float: left;
	width: 48px;
	height: 74px;
	padding: 0 24px 0 0;
	margin: 0;
	background: #fff;
	border: none;
	border-right: 1px solid #ddd;
	border-left: 4px solid #fff;
	box-shadow: none;
	cursor: pointer;
	transition: color .15s ease-in-out,border-color .15s ease-in-out,background .15s ease-in-out;
}

.ckinterfacesliderback:hover button.ckinterfaceslider-back-button,
.ckinterfacemainheader .ckinterfacemainheader-icon {
	color: #0073aa;
	background: #f3f3f5;
	border-left-color: #0073aa;
	box-shadow: none;
	outline: 2px solid transparent;
	outline-offset: -2px;
}

.ckinterfacemainheader .ckinterfacemainheader-icon {
	text-align: center;
	padding: 0 4px 0 0;
	cursor: auto;
}

button.ckinterfaceslider-back-button:before {
	content: "\f053";
	font-family: FontAwesome;
	position: relative;
	left: 9px;
}

.ckinterfacemainheader .ckinterfacemainheader-icon i {
	font-size: 24px;
}

.ckinterfacesliderback::before,
.ckinterfacemainheader::before {
	content: none;
}

.ckinterfaceslider {
	display: none;
	background: #eee;
}

.ckinterfaceslidertitle,
.ckinterfacemainheader-title {
	font-size: 20px;
	font-weight: 200;
	line-height: 26px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
	padding: 10px;
}
.menuck > .inner {
	background: #eee;
}

/*--------------------------- end of preview menu css --------------------*/

#ckinterfacelayoutadd {
	margin: 10px;
}

#ckinterfacelayoutadd :not(.ckbutton-group) > .ckbutton,
#menuck :not(.ckbutton-group) > .ckbutton {
	border-radius: 3px;
}

.ckbutton-group > .ckbutton {
	min-width: 40px;
}

.ckleftpanelheadericon-apply {
	position: absolute;
	top: 5px;
	right: 2px;
}

.ckleftpanel-tools {
	margin-top: -15px;
	text-align: center;
}

.ckinterfaceslidercontentover {
	position: fixed;
	left: 309px;
	top: 0;
	width: 257px;
	bottom: 0;
	display: none;
	flex-direction: column;
	z-index: 9;
	border-right: 1px solid #ccc;
	background: #eee;
	overflow-y: auto;
	overflow-x: hidden;
}

.ckinterfaceslidercontentover > .inner {
	flex: 1;
}

/*--------------- override for addons ------------------*/
#tab_interface_addons .blocselectcont {
	float: none;
	position: relative;
}

#tab_interface_addons .blocselectcontseparator {
	display: none;
}

/*#tab_interface_addons #ckaddblockmanager {
	width: auto;
}*/

div.blocselect.blocselectnew .blocselecttitle {
	text-align: left;
	font-weight: bold;
	margin: 0 0 0 50px;
	/*position: absolute;*/
	/*top: 10px;*/
	/*left: 50px;*/
	font-size: 13px;
	color: #333;
	/*pointer-events: none;*/
}

div.blocselect.blocselectnew .blocselectdesc {
	margin-left: 50px;
	color: #777;
	font-size: 12px;
}

div.blocselect.blocselectnew {
	width: auto;
	min-height: 55px;
	height: auto;
	margin: 5px;
	float: none;
	border: 1px solid #ccc;
	cursor: pointer;
	border-radius: 3px;
	background: #fff;
	cursor: move;
	padding: 7px 5px;
	box-sizing: border-box;
}

#tab_interface_addons div.blocselect:hover {
	border: 1px solid #000;
}

div.blocselect.blocselectnew > i {
	font-size: 20px;
	margin: 10px;
	position: absolute;
}

.ui-draggable-dragging {
	z-index: 10000;
	width: 273px !important;
	height: 55px;
}

.ckleftpanelsubtitle {
	padding: 10px;
	font-weight: bolder;
}

/*--------------- end of override for addons ------------------*/

/*---------------- override of tabs ---------------------------*/
.ckinterfaceblocktitle {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 27px;
	padding: 5px 0 5px 10px;
	background: #fff;
	color: #333;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
	border-left: 5px solid #ddd;
}

.ckinterfaceblocktitle::before {
	border-color: transparent transparent transparent #ddd;
	border-style: solid;
	border-width: 6px 0 6px 7px;
	content: " ";
	display: block;
	float: left;
	height: 0;
	margin: 7px 5px;
	width: 0;
}

.ckinterfaceblocktitle:hover, .ckinterfaceblocktitle:focus, .ckinterfaceblocktitle.ckopen {
	color: #111;
	border-left: 5px solid #2E5A84;
}

/*---------------- end of override of tabs ---------------------------*/

[tab="tab_interface_addons"] i {
	transition: transform 0.4s;
}

[tab="tab_interface_addons"].active i {
	transform: rotate(45deg);
}

.ckpreviewleftpanel {
	background-color: #eee;
	border: 1px solid #e3e3e3;
	display: none;
	left: 310px;
	padding: 0 0 10px 0px;
	margin: 0 0 0 51px;
	width: 260px;
	box-sizing: border-box;
	z-index: 9999999;
	position: fixed;
	top: 0;
	bottom: 0;
	overflow-y: scroll;
	overflow-x: hidden;
}

#ckelementscontainer, .ckelementscontainer {
	min-height: 0;
}

.ckinterfacecolumn {
	text-align: left;
	float: left;
	position: relative;
}

.ckinterfaceblocktitle {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 27px;
	padding: 5px 0 5px 10px;
	background: #fff;
	color: #666;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
	border-left: 5px solid #ddd;
	height: auto;
}

.ckinterfaceblocktitle:hover,
.ckinterfaceblocktitle:focus,
.ckinterfaceblocktitle.ckopen {
	color: #111;
	border-left: 5px solid #2E5A84;
}

.ckinterfaceblocktitle:before {
	border-color: transparent transparent transparent #ddd;
	border-style: solid;
	border-width: 6px 0 6px 7px;
	content: " ";
	display: block;
	float: left;
	height: 0;
	margin: 7px 5px;
	width: 0;
}

.ckinterfaceblocktitle.ckopen:before {
	transform: rotate(90deg);
}

.ckinterfaceslidercontent {
	width: 240px;
}

.ckinterfaceblock {
	border-left: none;
	border-right: none;
}