xbody {
	font-family: 
		-apple-system,
		system-ui,
		BlinkMacSystemFont,
		"Segoe UI",
		"Roboto",
		"Helvetica Neue", Arial, sans-serif !important;
}

::selection
{
    background: #C6C6C6;
}

::-moz-selection
{
    background: #C6C6C6;
}

.cm-query-match-highlight
{
    background: #C6C6C6;
}

.cm-doccentre-toolbar { 
	width:100%;
	border-radius:3px;
	background:#fff;
	position: fixed;
	left:0;
	z-index: 9999;
	border-bottom: 1px solid #bbb;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	height: 75px;
}

.cm-doccentre-toolbar.cm-doccentre-toolbar-light {
	background:#fff;
	color:#333;
}

.cm-doccentre-toolbar.cm-doccentre-toolbar-dark {
	background:#333;
	color:#fff;
}

.cm-doccentre-toolbar section{ 
	float:left;
	color:#333; 
}

.cm-doccentre-toolbar section .cm-doccentre-toolbar-section-panel { 
	display:none; 
}

.cm-doccentre-toolbar.cm-doccentre-toolbar-dark section:target { 
	background:#333; 
	cursor: default;
	padding-right:30px;
}

.cm-doccentre-toolbar.cm-doccentre-toolbar-light section:target { 
	background:#fff; 
	cursor: default;
	padding-right:30px;
}

.cm-doccentre-toolbar.cm-doccentre-toolbar-light section:target .cm-doccentre-toolbar-section-title a{ 
	background:#333 !important;  
	color:#fff !important;
	cursor:default !important;
	position: absolute;
	width:100%;
}

.cm-doccentre-toolbar.cm-doccentre-toolbar-dark section:target .cm-doccentre-toolbar-section-title a{ 
	background:#666 !important;  
	color:#fff !important;
	cursor:default !important;
	position: absolute;
	width:100%;
}

.cm-doccentre-toolbar.cm-doccentre-toolbar-dark section:target .cm-doccentre-toolbar-section-panel {
	display:block;
	color:#fff;
	position: relative;
	left: 30px;
}

.cm-doccentre-toolbar.cm-doccentre-toolbar-light section:target .cm-doccentre-toolbar-section-panel {
	display:block;
	color:#333;
	position: relative;
	left: 30px;
}

.cm-doccentre-toolbar section .cm-doccentre-toolbar-section-title a {
	padding:5px 7.5px 4px 4px;
	display:block; 
	font-weight:normal;
	text-decoration:none; 
	color:#fff;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	background: #999;
	cursor:pointer;
	transition: background 0.5s;
	text-align:center;
}

.cm-doccentre-toolbar.cm-doccentre-toolbar-light section .cm-doccentre-toolbar-section-title a:hover {
	background:#444;
	transition: background 0.2s;
}

.cm-doccentre-toolbar.cm-doccentre-toolbar-dark section .cm-doccentre-toolbar-section-title a:hover {
	background:#444;
	transition: background 0.2s;
}


.horizontal section { 
	width:25px; 
	-moz-transition: width .3s ease-out; 
	-webkit-transition:width .3s ease-out;
	-o-transition:width .3s ease-out;
	transition:width .3s ease-out;
	position:relative;
}

.horizontal section .cm-doccentre-toolbar-section-title { 
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	transform-origin: left top 0;
	width:73px; 
	position:relative; 
	left:25px; 
} 

.horizontal :target{ 
	width: calc(100% - 51px);
}

DNU.horizontal :target .cm-doccentre-toolbar-section-title { 
	top:0px;
	left:0;
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg); 
}

.vertical section .cm-doccentre-toolbar-section-title { 
	position:relative; 
	left:0; 
	top:-15px; 
}

.cm-doccentre-toolbar-section-panel>ul {
	list-style: none;
	margin:0;
	padding:0;
  xoverflow-y: scroll !important;
  white-space: nowrap;
}

.cm-doccentre-toolbar-section-panel>ul li {
	display:inline-block;
	text-align:center;
	cursor: pointer;
	border-radius: 4px;
	transition: all 0.2s;
	min-width:31px;
}


.cm-doccentre-toolbar-section-panel ul li.cm-doccentre-toolbar-button-divider {
	border:0 !important;
	min-width:14px;
}

.cm-doccentre-toolbar.cm-doccentre-toolbar-light .cm-doccentre-toolbar-section-panel ul li {
	border:1px solid rgba(0,0,0,.2);
}

.cm-doccentre-toolbar.cm-doccentre-toolbar-dark .cm-doccentre-toolbar-section-panel ul li {
	border:1px solid rgba(255,255,255,.5);
}

.cm-doccentre-toolbar.cm-doccentre-toolbar-light .cm-doccentre-toolbar-section-panel ul li:hover {
	background:rgba(0,0,0,.05);
	transition: all 0.5s;
	border:1px solid rgba(0,0,0,.4);
}

.cm-doccentre-toolbar.cm-doccentre-toolbar-dark .cm-doccentre-toolbar-section-panel ul li:hover {
	background:rgba(255,255,255,.1);
	transition: all 0.5s;
	border:1px solid rgba(255,255,255,0.7);
}

.cm-doccentre-toolbar-button-large {
	display: block;
	padding:5px;
}

.cm-doccentre-toolbar-button-small 
{
	display: block;
	padding:5px;
}

.cm-doccentre-toolbar-section-panel-toprow {
	display: block;
	width:96%;
	margin-bottom:4px;
}

.cm-doccentre-toolbar-section-panel-bottomrow {
	display:block;
	margin-bottom:1px;
}


.cm-doccentre-toolbar-button-large span {
	display: block;
	padding-top:3px;
	font-size: 11px !important;
}

.cm-doccentre-toolbar-button-large .fa {
	font-size:30px;
}

.cm-doccentre-toolbar-button-small .fa {
	font-size:15px;
}

.cm-doccentre-toolbar.cm-doccentre-toolbar-light .cm-doccentre-toolbar-button-small .form-control {
	height:auto;
	padding:0 25px 0 5px!important;
	border:0;
	box-shadow: none;
	background-color: transparent;
	display:inline-block;
	line-height: 1em;
}

.cm-doccentre-toolbar.cm-doccentre-toolbar-dark .cm-doccentre-toolbar-button-small .form-control {
	height:auto;
	padding:0 25px 0 5px!important;
	border:0;
	box-shadow: none;
	background-color: transparent;
	display:inline-block;
	color:#fff;
	background-image: url(../images/arrow-down-01-128white.png) !important;
	line-height: 1em;
}

.cm-doccentre-toolbar-button-small.dropdown .caret {
	margin:0 4px 0 7px;
}

.cm-doccentre-toolbar.cm-doccentre-toolbar-dark .cm-doccentre-toolbar-button-small.dropdown .caret {
	border-top-color:white;
}

.cm-doccentre-toolbar.cm-doccentre-toolbar-dark .cm-doccentre-toolbar-button-small.dropdown a {
	color:white;
}

.cm-doccentre-toolbar .dropdown-menu {
	min-width: auto;
	padding:0;
}

.cm-doccentre-dropdown-caption
{
    padding:0px 5px 5px 5px;
	font-size:11px;
	color:#666;
	display: inline;
}

.cm-doccentre-toolbar.cm-doccentre-toolbar-dark .dropdown-menu {
	background:#333;
}

.cm-doccentre-toolbar-button-small.dropdown a, .cm-doccentre-toolbar-button-small.dropdown a:hover {
	color:#333;
	text-decoration: none;
	padding-left:2px;
	position: relative;
	top:1px;
}

.cm-doccentre-toolbar-button-small .form-control:focus {
	box-shadow: none !important;
	background-color: transparent;
}

#document .cm-doccentre-toolbar-section-panel {
	padding:6px 0 6px 0;

}

#edit .cm-doccentre-toolbar-section-panel {
	padding:4px 0 4px 0;

}

#insert .cm-doccentre-toolbar-section-panel {
	padding:4px 0 4px 0;

}

.cm-doccentre-toolbar-fauxheadings, .cm-doccentre-toolbar-fauxlists, .cm-doccentre-toolbar-tables {
	margin:5px;
	transition: background 0.5s;
}

.cm-doccentre-toolbar-fauxheadings td, .cm-doccentre-toolbar-fauxlists td {
	padding: 5px 10px;
	border:1px solid #ccc;
	transition: background 0.2s;
}

.cm-doccentre-toolbar-tables td {
	padding: 5px 5px;
	border:1px solid #ccc;
	/*transition: background 0.05s;*/
}

.cm-doccentre-toolbar-tables td:hover {
	padding: 5px 5px;
	border:1px solid #ccc;
	background:#fff;
	/*transition: background 0.05s;*/
}

.cm-doccentre-toolbar.cm-doccentre-toolbar-light .cm-doccentre-toolbar-tables td:hover {
	background:#333;
}

.cm-doccentre-toolbar-fauxheadings td:hover, .cm-doccentre-toolbar-fauxlists td:hover {
	background:#e5e5e5;
	transition: background 0.2s;
}

.cm-doccentre-toolbar.cm-doccentre-toolbar-dark .cm-doccentre-toolbar-fauxheadings td:hover, .cm-doccentre-toolbar.cm-doccentre-toolbar-dark .cm-doccentre-toolbar-fauxlists td:hover  {
	background:#555;
}

.cm-doccentre-toolbar-fauxheadings-h1 {
	font-size:20px;
	font-weight: 700;
}

.cm-doccentre-toolbar-fauxheadings-h2 {
	font-size:18px;
	font-weight: 700;
}

.cm-doccentre-toolbar-fauxheadings-h3 {
	font-size:16px;
}

.cm-doccentre-toolbar-fauxheadings-h4 {
	font-size:13px;
}

.cm-doccentre-toolbar-fauxheadings-h5 {
	font-size:11px;
}

.cm-doccentre-toolbar-fauxheadings-h6 {
	font-size:9px;
}

.cm-doccentre-toolbar-fauxlists td ul {
	padding:0;
	margin:0;
  list-style-position: inside;
}

.cm-doccentre-toolbar-fauxlists td li {
	padding:0 5px 0 0;
	margin: 0 0 0 20px;
	text-align: left;
	display: list-item;
	border:0 !important;
}

.cm-doccentre-toolbar-fauxlists td li:hover {
	background: transparent !important;
}

.cm-doccentre-toolbar-fauxlists-disc ul li {
	list-style: disc !important;
	list-style-position: inside;
}

.cm-doccentre-toolbar-fauxlists-circle ul li {
	list-style: circle !important;
	list-style-position: inside;
}

.cm-doccentre-toolbar-fauxlists-square ul li {
	list-style: square !important;
	list-style-position: inside;
}

.cm-doccentre-toolbar-fauxlists-decimal ul li {
	list-style: decimal !important;
	list-style-position: inside;
}

.cm-doccentre-toolbar-fauxlists-decimalleading ul li {
	list-style: decimal-leading-zero !important;
	list-style-position: inside;
}

.cm-doccentre-toolbar-fauxlists-lowerroman ul li {
	list-style: lower-roman !important;
	list-style-position: inside;
}

.cm-doccentre-toolbar-fauxlists-upperroman ul li {
	list-style: upper-roman !important;
	list-style-position: inside;
}

.cm-doccentre-toolbar-fauxlists-loweralpha ul li {
	list-style: lower-alpha !important;
	list-style-position: inside;
}

.cm-doccentre-toolbar-fauxlists-upperalpha ul li {
	list-style: upper-alpha !important;
	list-style-position: inside;
}

.cm-doccentre-main {
	margin-top:71px;
	padding-bottom: 20px;
	padding-top:10px;
	background:#f5f5f5;
}


.corresp-page {
	width:210mm;
	height:297mm;
	border:1px solid #ccc;
	background: #fff;
	margin:5px auto;
	box-shadow: 0 10px 20px rgba(0,0,0,0.1);
	margin-bottom:50px;
	transform: scale(1);
	transform-origin: top center;
}

.cm-doccentre-main-section-a4 {
	width:210mm;
	border:1px solid #ccc;
	background: #fff;
	margin:5px auto;
	box-shadow: 0 10px 20px rgba(0,0,0,0.1);
	margin-bottom:50px;
	transform: scale(1);
	transform-origin: top center;
}


.cm-doccentre-popover {
	position:fixed;
	left:10px;
	top:90px;
	background: #fff;
	z-index: 999;
	margin: 2px 0 0;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  padding:5px;
  min-width:130px;
  display: none;
}

.cm-doccentre-popover-close {
	float:right;
	position: relative;
	top:-8px;
	right:-3px;
	cursor: pointer;
}

.cm-doccentre-toolbar.cm-doccentre-toolbar-dark .cm-doccentre-popover {
	background:#333;
}

.cm-doccentre-popover-title {
	font-size:18px;
	padding:5px;
}

.cm-doccentre-popover-body {
	padding:5px;
}
.cm-doccentre-popover-body ul {
	overflow:hidden;
	overflow-y: scroll;
	min-height:150px;
	max-height:235px;
	padding:0 0 5px 0;
	margin:5px 0 0 0;
}

.cm-doccentre-popover-footer-small {
	padding:5px;
	font-size:11px;
	color:#666;
	display: inline;
}

.cm-doccentre-popover-body ul li {
	padding:2px 0 2px 5px;
	border:1px dashed #bbb !important;
	margin-bottom:3px;
	transition: background 0.2s;
	display: block;
	text-align: left;
}

.cm-doccentre-popover-body ul li:hover{
	background:#eee;
	cursor:hand;
	cursor:-webkit-grab;
	transition: background 0.5s;
}

.cm-doccentre-popover-body .form-control {
	margin-bottom: 5px;
}

.cm-doccentre-toolbar.cm-doccentre-toolbar-dark .cm-doccentre-popover .cm-doccentre-popover-footer-small {
	color:#bbb;
	
}

.cm-doccentre-popover-headerfooter ul {
	margin:0;
}

.cm-doccentre-popover-headerfooter ul li {
	display: inline-block;
	width:48%;
	height:176px;
	margin:0px 2.5px 5px 2.5px;
	float:left;
	border-radius: 0;
	border:1px solid #bbb !important;
	padding:0 !important;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.cm-text-selection-disabled
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.cm-doccentre-mergefield
{
    font-weight: bold;
}






@media (max-width: 1000px) {

}