html
{
	width:100%;
	height:100%;
}
body
{
	width:98%;
	height:100%;
}
.manager-left .nav-link {
	font-family: "Cairo", "Helvetica Neue", Arial, sans-serif;
	height: 30px;
}
a.mono {
	font-family: monospace;
}
span.code {
	font: normal 1.1em monospace;
	background-color: rgba(0,0,0,0.1);
	border: 1px solid rgba(0,0,0,0.2);
}
.accordion {
	padding: 0.5em;
	background-color: rgba(0, 0, 0, 0.2);
	border: 1px solid transparent;
}
.accordion:hover {
	cursor: pointer;
	border-color: black;
	background-color: rgba(0, 0, 0, 0.1);
}
.accordion:before {
	content: '\025B6';
	font-size: 12px;
	display: inline-block;
	transition: transform 0.1s linear 0.2s;
	transform: rotate(0deg);
}
.accordion.active:before {
	transition: transform 0.1s linear;
	transform: rotate(90deg);
}
 
.manager-left {
	font-family: "Cairo", "Helvetica Neue", Arial, sans-serif;
}
.manager-left .btn-contact-new {
	margin-bottom: 10px;
	height: 38px;
}
.search-box {
	border-radius: 1px;
	margin-bottom: 10px;
}
.builder-a4 {
	background: #fff;
	color: #000;
	width: 21cm;
	height: 29.7cm;
	/*    padding: 2cm;*/
	display: block;
	margin: 0 auto;
	margin-bottom: 0.5cm;
	box-shadow: 0px 2px 3px #ddd;
}

.builder-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1001;
	height: 55px;
	display: flex;
	align-items: center;
	background-color: #2d2d2d;
	border-bottom: 1px solid #dee2e6;
}

.builder-sidenav {
	height: 100%;
	/* Full-height: remove this if you want "auto" height */
	/* Set the width of the sidebar */
	position: fixed;
	/* Fixed Sidebar (stay in place on scroll) */
	z-index: 1;
	/* Stay on top */
	top: auto;
	/* Stay at the top */
	right: auto;
	width: 200px;
	background-clip: border-box;
	border: 0px solid #ced4da;

	
	display: flex;
	flex-direction: column;
	background-color: #f2f2f2;
		
}

.builder-toolbox {
	height: 100%;
	/* Full-height: remove this if you want "auto" height */
	position: fixed;
	/* Fixed Sidebar (stay in place on scroll) */
	z-index: 1;
	/* Stay on top */
	width: 180px;
	/* box-shadow: 0 0 4px rgba(111,66,193, 0.4), 0 0 6px rgba(148,193,66, 0.6);
	border: solid 1px rgba(111, 66, 193, 0.4);
*/
	border-left: solid 1px #68869b;
	box-sizing: border-box;
	opacity: 1;
	align-items: center;
	justify-content: center;
	background: linear-gradient(to top, #f8f9fa, #f8f8fa, #faf9f8, #f9faf8);
	border-right-width: 0px;
	margin-right: -25px;
}
 
 .manager-left .btn-contact-new {
    background-color: #68869b;
	
 }
 
  .manager-left .btn-contact-new:hover ,  .manager-left .btn-contact-new:active {
    background-color: #5f7a8d;
	
 }
 
 
.builder-color {
	 display:none;
	position: fixed;
	width: 26px;
	background-color: #f2f2f2;
	z-index: 1000;
	margin-right: -24px;
	height: 100%;
	
 
}

.builder-body {
	position: relative;
	display: flex;
	
}

.ephox-polish-layer-toolbar {
	z-index: 1000;
}

.ephox-platform-desktop {
	margin-top: 35px!important;
}

.ephox-polish-layer-above-editor {
	top: 55px!important;
	position: fixed;
	width: 21cm;
  
}
 
 
 
 .ephox-polish-editor-container .ephox-chameleon-dropdown-button .ephox-pastry-button .ephox-pastry-text-content {
 
    margin-bottom: -5px!important;
    margin-top: -5px!important;
    padding-top: 0px;
}
.toolbox-row {
	width: 100%;
	border-bottom: 1px solid #dce0e3;
	background-color: #fefefe;
}

.toolbox-icon {
	width: 100%;
	height: 70px;
	/*	box-shadow: 0 0.051rem 0.051rem 0 rgba(0,0,0,0.05),0 0.2rem 0.2rem 0 rgba(255,255,255,0.8);*/
	display: flex;
	flex-direction: column;
	border-right: 1px solid #dce0e3;
	-webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	position: relative;
	background-color: #fefefe;
	display: inline-block;
	cursor:pointer;
}

.toolbox-icon-top {
	height: 45px;
	width: 100%;
	border-radius: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	-webkit-box-orient: vertical;
	padding: 5px 3px;
	-webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	position: relative;
}
.toolbox-icon-top img{
	max-width:80px;
	 max-height: 40px;
}
.toolbox-icon-btm {
	height: 25px;
	width: 100%;
	font-family: "Cairo", "Helvetica Neue", Arial, sans-serif;
	display: flex;
	flex-direction: row;
	justify-content: center;
	-webkit-box-orient: vertical;
	padding: 1px;
	font-size: 12px;
	-webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	position: relative;
	/*
	color: #1492d1;
	*/
	color:#7c7c7c;
}

.toolbox-icon-top i {
	color: #1b84e7;
	font-size: 30px;
	vertical-align: center;
}

.toolbox-icon:hover {
	box-shadow: 0 0.25rem 0.125rem 0 rgba(0, 0, 0, 0.05);
	border-color: rgba(255, 255, 255, 0);
	background-color:#f2f2f2;
}

.toolbox-icon:hover .toolbox-icon-top {
	/*background-color: #1b84e7;
	background-clip: border-box;*/
}

.toolbox-icon:hover .toolbox-icon-top i {
	/*color: #fafafa;*/
}

.toolbox-icon:hover .toolbox-icon-btm {
	/*background-color: rgba(255, 255, 255, 1);*/
	background-clip: border-box;
}

.builder-warpper {
	width: 160px;
	border-bottom: 1px solid #dce0e3;
	border-left: 1px solid #dce0e3;
	border-right: 1px solid #dce0e3;
}

.builder-items {
	border-left: 1px solid #dce0e3;
	overflow: hidden;
	border-radius: 0;
	height: 70px;
	line-height: 70px;
	text-align: center;
}

.builder-items i {
	color: #1492d1;
}

.search-box {
 
    align-items: center;
    border: 0px solid #dee2e6;
    background-color: #f2f2f2;
    padding: 2px 6px;
	height: 48px;
}
.hicons i{
	font-size:20px;
	padding:6px

}
 
.vicons  
{
	
    list-style-type: none;
    margin: 0;
    padding: 0;
	 	 
}
.vicons  i
{
	font-size:20px;
 
}
.break:after {
    content: '\A';
    white-space: pre;
}
.absolute--fill {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
