.doc-helper-close{
	cursor: pointer;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	line-height: 10px;
	text-align: center;
	position: absolute;
	top: 7px;
	right: 7px;
}

.doc-helper-close:hover{
	background-color: #5c5c5c;
}

.doc-helper-close span{
	color: #000;
	font-size: 10px;
	font-weight: bold;
}

.container-edit-dochelper{
	position: relative;
	border-radius: 7px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-color: #c0c0c0;
	width: 400px;
	height: 420px;
	overflow-y: auto;
}

.container-autocenter{
	width: 90%;
	margin: 0 auto; 
}

.edit-dochelper-title,
.edit-dochelper-content{
	margin-bottom: 15px;
}

.edit-dochelper-title input,
.edit-dochelper-content textarea{
	width: 95%;
	padding: 5px;
}

.edit-dochelper-title input{
	height: 20px;	
}

.edit-dochelper-config p{
	font-size: 14px;
	font-weight: bold;
}

.item-alineation{
	margin-right: 6px;
}
.config-container-popup label,
.item-alineation label{
	font-size: 13px;
}

.config-container-alineation{
	display: flex;
	flex-wrap: wrap;
}

.edit-dochelper-buttons{
	margin-top: 10px;
	text-align: right;
}

.edit-dochelper-buttons-center{
	margin-top: 10px;
	text-align: center;
}

.dochelper-button-primary{
	cursor: pointer;
	color: #fff;
	padding: 5px 10px;
	border-radius: 4px;
	background-color: #04B5EB;
	font-weight: bold;
}

.guide-border-doc-help:hover{
	border: 1px solid #15c315;
}

.mark-border-doc-help{
	border: 1px solid #0bf50b;
}

/*===================================================*/

.container-main-dochelper{
	position: relative;
	border-radius: 7px;
	background-color: white;
	padding: 10px 20px 20px 20px;
	width: 330px;
	min-height: 80px;
	height: auto;
	box-sizing: border-box;
}

.main-dochelper-content{
	color: #505050;
}

.dochelper-content-title{
	text-align: center;
	margin-bottom: 10px;
}

.dochelper-content-title span{
	font-size: 20px;
	font-family: sfUiTextHeavy, Helvetica;
}

.dochelper-content-description span{
	font-size: 14px;
}

.doc-arrow{
  display: none;
  position: absolute;
  width: 0; 
  height: 0; 
}

.doc-arrow-vertical{
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.doc-arrow-horizontal{
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.doc-arrow-up {
  border-bottom: 20px solid #fff;
  top: -20px;
  right: 20px;
}

.doc-arrow-down {
  border-top: 20px solid #fff;
  bottom: -20px;
  right: 20px;
}

.doc-arrow-right {
  border-left: 20px solid #fff;
  right: -20px;
  bottom: 20px;
}

.doc-arrow-left {
  border-right:20px solid #fff; 
  bottom: 20px;
  left: -20px;
}

.doc-arrow-active{
	display: inline;
}

.doc-arrow-active-top{
	display: inline;
	top: 20px;
}

.doc-arrow-active-left {
    display: inline;
    left: 20px;
}

.view-dochelper-after{
	cursor: pointer;
	background-color: #2eb5eb;
	display: none;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
	color: white;
	position: absolute;
	font-size: 12px;
	border-radius: 50%;
	font-weight: bold;
	z-index: 1001;
}

.global-help-item{
	margin-bottom: 30px;
}

.quickHelp-header{
	margin-left: 48px;
	font-size: 48px;
	color: #5C5C5C;
    font-family: sfUiTextHeavy, Helvetica;
    text-align: center;
}

.quickHelp-description{
	margin-top: 40px;
	margin-left: 65px;
	margin-right: 65px;
	font-size: 20px;
    color: #5C5C5C;
    font-family: sfUiTextRegular, Helvetica;
    text-align: left;
}
.quickHelp-buttons-center{
	margin-top: 42px;
	margin-left: 245px;
	text-align: center;
}
.quickHelp-buttom{
	margin-top: 20px;
	width: 310px;
	cursor: pointer;
	color: #fff;
	display: block;
    text-align: center;
    font-weight: bold;
    font-family: sfUiDisplayHeavy, Helvetica;
    font-size: 20px;
    padding: 5px 10px;
    border-radius: 10px 10px 10px 10px;
}
.quickHelp-manual{
	background-color: #04B5EB;
}
.quickHelp-online{
	background-color: #01C1A2;
}
.quickHelp-interactive{
	background-color: #F79120;
}
.quickHelp-functionalities{
	background-color: #5E63EF;
}
.quickHelp-news{
	background-color: #FF5F5F;
}
.quickHelp-icon-sad {
    background-image: url("../../img/sad_error_gray.png");
    background-repeat: no-repeat;
    width:105px !important;
    height:105px !important;
}
.quickHelp-icon-information {
    background-image: url("../../img/informationIcon.png");
    background-repeat: no-repeat;
    width:180px !important;
    height:130px !important;
}

.quickHelp-frequentQuestions{
	background-color: #b6831f;
}


/* Nueva ayuda */

.help-container{
	display: flex;
	padding-top: 35px;
	padding-right: 70px;
	padding-left: 70px;
	max-width: 800px;
    margin: 0 auto;
}

.help-text{
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	margin-right: 90px;
}

.help-icon{
	display: flex;
	flex-grow: 0;
	align-content: center;
	align-self: center;
}

.help-icon img{
    height: 148px;
    width: 148px;
}


.help-title{
	font-family: var(--font-sfUiDisplayHeavy);
    font-size: 48px;
    color: #3f3f3f;
    margin-bottom: 20px;
}

.help-message{
	font-family: var(--font-sfUiDisplayHeavy);
    font-size: 18px;
    color: #3f3f3f;
}

.input-container {
  display: flex;
  flex-direction: column;  
}

.input-container {
  position: relative;
}

.input-field {
  padding: 5px;
}

.clear-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: none;
}


.input-container input[type="text"],
.input-container textarea {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}

