/*Custom Centromed style
26 dic 2018
*/

html {
	background-color: #f6f6f6;
}

/*BOTON LOGIN*/

.el-button--primary {
    color: #fff;
    background-color: #cb2229;
    border-color: #cb2229;
}

.el-button--primary:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.el-button--primary:focus {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

/*MENU*/

.el-menu-item i, .el-submenu i{
    color: #c9222a;
}

.el-menu-item.is-active {
    color: #dd8030;
	border-left:4px solid #c9222a;
}

/* alert custom*/

/* .el-alert--info.is-light { */
    /* background-color: #dd8030; */
    /* color: #909399; */
/* } */


/*BOTONES ACCIONES*/

/*DELETE*/
.el-button--danger {
    color: #fff;
    background-color: #c9222a;
    border-color: #c9222a;
}

/*CAJA INFORMATIVAS*/

.caja {
	padding: 8px 16px;
    background-color: #f3f5f7;
    border-radius: 0px;
    border-left: 5px solid #42b983;
    margin: 20px 0;
	font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;
}

p {
    line-height: 1.9;
	
}
.custom-block-title {
    font-weight: 600;
    margin-bottom: -.1rem;
}

.el-alert--info {
	margin-top: 15px;
    background-color: #ecf8ff !important;
    color: #2c3e50 !important;
	border-left: 5px solid #50bfff;
	line-height: 1.7;
}

.el-alert--info img {
    vertical-align: middle;
}
.el-alert__content {
   padding: 0 13px;
}

.el-alert--info .el-alert__description {
    color: #2c3e50;
	font-size: 14px;
}

#mensaje_browser {
	padding: 8px 16px;
    background-color: #fff3e0;
    border-radius: 4px;
    border-left: 5px solid #dd2c00;
	border-top: 1px solid #dd2c00;
	border-right: 1px solid #dd2c00;
	border-bottom: 1px solid #dd2c00;
    margin: 20px 0;
	font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;
    font-weight: 400;
	font-size: 12px;
	color: #dd2c00;
}

.imagen_browser img{
	vertical-align: middle;
}
.parrafo{
	font-size: 13px;
}

.parrafo img{
	vertical-align: middle;
}


/* TEXTBOXIO*/

/* Barra Herramienta*/
.ephox-polish-editor-container .ephox-chameleon-toolstrip {
   background-color: #409EFF;
   border-color: #409EFF;
}

/* Menu barra herramienta*/
.ephox-polish-editor-container .ephox-chameleon-toolbar-primary .ephox-chameleon-toolbar-group>.ephox-pastry-independent-button {
	background: #409EFF;
    border: 0px solid #292929;
    color: #fafafa;
}

/* Hover Menu desplegable barra herramienta*/
.ephox-platform-desktop .ephox-chameleon-toolbar-primary .ephox-chameleon-toolbar-inline-widget .ephox-pastry-independent-button:hover, .ephox-platform-desktop .ephox-chameleon-toolbar-primary .ephox-chameleon-toolbar-group>.ephox-chameleon-menu-widget .ephox-pastry-independent-button:hover, .ephox-platform-desktop .ephox-chameleon-toolbar-primary .ephox-chameleon-palette-group>.ephox-pastry-independent-button:hover, .ephox-platform-desktop .ephox-chameleon-toolbar-primary .ephox-chameleon-toolbar-group>.ephox-pastry-independent-button:hover, .ephox-platform-desktop .ephox-chameleon-toolbar-primary .ephox-chameleon-palette-group>.ephox-pastry-statebutton:hover, .ephox-platform-desktop .ephox-chameleon-toolbar-primary .ephox-chameleon-toolbar-group>.ephox-pastry-statebutton:hover {
    border: 0px solid #8a8a8a;
}



.ephox-polish-editor-container .ephox-chameleon-toolbar-primary .ephox-chameleon-toolbar-group>.ephox-pastry-statebutton {
	background: #409EFF;
    border: 0px solid #292929;
    color: #fafafa;
}

.ephox-polish-editor-container .ephox-chameleon-toolbar-primary .ephox-pastry-dropbutton {
	background: #409EFF;
    border: 0px solid #292929;
    color: #fafafa;
}

/* Borde textarea*/
.ephox-polish-editor-container.ephox-polish-editor-main:not(.ephox-polish-no-toolbar), .ephox-polish-source-container {
    border: 1px solid #f2f2f2; 
}

.ephox-polish-editor-container .ephox-chameleon-toolbar-primary .ephox-chameleon-toolbar-group>.ephox-pastry-statebutton.ephox-pastry-statebutton-selected {
	background: #409EFF;
    border: 0px solid #409EFF;
    color: #fafafa;
}
.ephox-polish-editor-container .ephox-chameleon-toolbar-primary .ephox-chameleon-toolbar-group>.ephox-pastry-statebutton.ephox-pastry-statebutton:active {
	background: #409EFF;
    border: 0px solid #409EFF;
    color: #fafafa;
}
/* top */
.container-top {
	background-color: #f3f3f3;
	border-bottom: 1px solid #ccc;
	/*fb969a*/ 
}

/* Separador menu*/
.ephox-polish-editor-container[dir=ltr] .ephox-chameleon-toolbar-group {
    /*border-right-style: solid;*/
    border-right-width: 0px;
}

.el-submenu__title {
	background-color: #f3f3f3;
	border-bottom: 1px solid #ccc;
}


.footer {
    position: fixed;
    bottom: 0;
	width: 100%;
	height: 20px;
    overflow: visible;
    z-index: 99;
    clear: both;
	line-height: 15px;
    background-color: rgba(37,37,37,.4);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000',endColorstr='#99000000');
}
.footer a {
  color:#fff;
}
div.footer_rightDiv {
    margin: 0;
    float: right;
}
.text-secondary {
    color: #fff!important;
    font-size: 11px;
}