

.geocms_element_toolbar {
	position: relative;
	left: 0;
	top: 1px;
	margin: 0 !important;
	padding: 0px 0 0 0px !important;
	list-style: none !important;

	
}


.geocms_element_main_toolbar {

	background: #f1f1f1;
	background: linear-gradient(to bottom,  #f1f1f1 0%,#e2e2e2 100%);
	border-bottom: 1px solid #bbb;
	
}


.geocms_element_sub_toolbar {

    font-size: 12px !important;

	background: #c2c2e3 ;
	background: linear-gradient(to bottom,  #c2c2e3  0%,#e2e2e2 100%);

	height: 24px !important;
	border-bottom: 1px solid #bbb;
	
}
.geocms_element_toolbar::after {
    clear: both;
    content: "";
    display: table;
}
.geocms_element_toolbar.geocms_element_toolbar-overflow {
    height: 29px;
    overflow-y: auto;
    white-space: nowrap;
}
.geocms_element_toolbar.geocms_element_toolbar-external {
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: none;
    z-index: 999;
}
.geocms_element_toolbar li {
    box-sizing: content-box;
    display: inline-block;
    list-style: outside none none !important;
    margin: 0 !important;
    outline: medium none;
    padding: 0 !important;
    vertical-align: top;

}

.geocms_element_toolbar li a, .geocms_element_toolbar li .toolbar_icon {
    border: medium none;
    box-sizing: content-box;
    cursor: pointer;
    display: block;
    outline: medium none;
 /*   padding: 6px 6px 0 6px;*/
 padding: 3px;
	margin: 0;
    text-align: center;
    text-decoration: none;
/*	text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.6); */
	cursor: pointer;
}


.geocms_element_main_toolbar li a, .geocms_element_main_toolbar li .toolbar_icon {
	color: var(--geocms_main_color_hiper_title);
	font-size: 18px;
	cursor: pointer;
}

.geocms_element_sub_toolbar li a, .geocms_element_sub_toolbar li .toolbar_icon {
    color: #605090;
	font-size: 12px;
}

.geocms_element_toolbar li a:hover {
	border: 1px solid #999a9b;
	background-color: #cbcccd;
    padding: 5px;
	outline: none;
	cursor: pointer;
}

.geocms_element_toolbar li a:hover i::before {
    color: #fff;
}
.geocms_element_toolbar li a:active, .geocms_element_toolbar li .geocms_element_toolbar_activeelement {
    background-color: #ccc;
    color: #444;
    outline: medium none;
/*	border: 1px #000 solid;*/
/*	box-shadow: inset 0 0 0 1px rgba(100, 100, 100, 0.3); */
}
.geocms_element_toolbar li a.redactor-btn-image {
    background-position: center center;
    background-repeat: no-repeat;
    height: 14px;
    width: 14px;
}
.geocms_element_toolbar li a.fa-redactor-btn {
    display: inline-block;
    line-height: 1;
    padding: 8px;
}
.geocms_element_toolbar li a.redactor-button-disabled {
    opacity: 0.3;
}
.geocms_element_toolbar li a.redactor-button-disabled:hover {
    background-color: transparent !important;
    color: #333;
    cursor: default;
    outline: medium none;
}
.geocms_element_toolbar li a.redactor-button-focus {
    background: #000 none repeat scroll 0 0;
    color: #fff;
}
.redactor-box .CodeMirror {
    display: none;
}
.re-icon {
    font-family: "RedactorFont";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
}
.re-icon i::before {
    font-size: 14px;
    position: relative;
}
.re-video::before {
    content: "?";
}

.geocms_element_toolbar-tooltip {
    background: #000 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    font-family: Arial,Helvetica,Verdana,Tahoma,sans-serif !important;
    font-size: 12px;
    left: 0;
    line-height: 1;
    padding: 5px 8px;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 1054;
}

.geocms_element_main_toolbar li.geocms_element_toolbar_separator{
/*	float: left;*/
	height: 32px;
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #f1f1f1;
	padding: 0;
	margin: 0px !important;
}

.geocms_element_sub_toolbar li.geocms_element_toolbar_separator{
/*	float: left;*/
	height: 24px;
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #f1f1f1;
	padding: 0;
	margin: 0px !important;
}

.geocms_element_toolbar li.geocms_element_toolbar_title  > div{
	padding-top:5px;
	text-shadow: 0 1px 0 #fff;
	color: #1f1f20;
}
