h5.element_description {
    margin: 0 0 10px 0;
    cursor: pointer;
    border: 1px solid #b2b2b2;
    border-width: 0 1px 1px 0;
    border-radius: 4px;
    padding: 8px 10px;
    background-color: rgb(245, 245, 245);
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
}
h5.element_description:hover {
    background-color: rgb(212 212 212);
    background-image: -moz-linear-gradient(top, #fff, #d4d4d4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#d4d4d4));
    background-image: -webkit-linear-gradient(top, #fff, #d4d4d4);
    background-image: -o-linear-gradient(top, #fff, #d4d4d4);
    background-image: linear-gradient(to bottom, #fff, #d4d4d4);
}
h5.element_description.blue_bnt {
    background-color: #49afcd;
    background-image: -moz-linear-gradient(top, #4191EA, #3D6EBA);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4191EA), to(#3D6EBA));
    background-image: -webkit-linear-gradient(top, #4191EA, #3D6EBA);
    background-image: -o-linear-gradient(top, #4191EA, #3D6EBA);
    background-image: linear-gradient(to bottom, #4191EA, #3D6EBA);
    background-repeat: repeat-x;
    border-color: #3D6EBA;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4191EA', endColorstr='#3D6EBA', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: white;
}
h5.column_description {
    position: relative;
    text-decoration: underline;
    margin: 5px 0 0 15px;
    padding: 4px 10px;
    cursor: pointer;
    border-radius: 4px 4px 0 0;
    border: 0 solid #b2b2b2;
    background-color: rgb(245, 245, 245);
    background-image: -moz-linear-gradient(right, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 100% 0, 0 0, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(right, #fff, #e6e6e6);
    background-image: -o-linear-gradient(right, #fff, #e6e6e6);
    background-image: linear-gradient(to left, #fff, #e6e6e6);
}
h5.column_description.collapsed {
    border-radius: 4px;
    text-decoration: none;
}
h5.column_description:hover {
    background-color: #d4d4d4;
    background-image: -moz-linear-gradient(top, #fff, #d4d4d4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#d4d4d4));
    background-image: -webkit-linear-gradient(top, #fff, #d4d4d4);
    background-image: -o-linear-gradient(top, #fff, #d4d4d4);
    background-image: linear-gradient(to bottom, #fff, #d4d4d4);
}
h5.column_description.current {
    background-color: #90cef4;
    background-image: -moz-linear-gradient(right, #fff, #90cef4);
    background-image: -webkit-gradient(linear, 100% 0, 0 0, from(#fff), to(#90cef4));
    background-image: -webkit-linear-gradient(right, #fff, #90cef4);
    background-image: -o-linear-gradient(right, #fff, #90cef4);
    background-image: linear-gradient(to left, #fff, #90cef4);
}
h5.column_description.current:hover {
    background-color: #96d4f9;
    background-image: -moz-linear-gradient(top, #fff, #96d4f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#96d4f9));
    background-image: -webkit-linear-gradient(top, #fff, #96d4f9);
    background-image: -o-linear-gradient(top, #fff, #96d4f9);
    background-image: linear-gradient(to bottom, #fff, #96d4f9);
}

h5.column_description+.collapse {
    margin: 0 0 0 15px;
    background-color: rgb(245, 245, 245);
    background-image: -moz-linear-gradient(right, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 100% 0, 0 0, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(right, #fff, #e6e6e6);
    background-image: -o-linear-gradient(right, #fff, #e6e6e6);
    background-image: linear-gradient(to left, #fff, #e6e6e6);
    border-radius: 0 0 4px 4px;
}
h5.column_description.current+.collapse {
    background-color: #90cef4;
    background-image: -moz-linear-gradient(right, #fff, #90cef4);
    background-image: -webkit-gradient(linear, 100% 0, 0 0, from(#fff), to(#90cef4));
    background-image: -webkit-linear-gradient(right, #fff, #90cef4);
    background-image: -o-linear-gradient(right, #fff, #90cef4);
    background-image: linear-gradient(to left, #fff, #90cef4);
}

p.column_description {
    margin-left: 8px;
}
h6.button_title {
    margin: 0 0 0 14px;
    font-style: italic;
    border: 1px solid #b2b2b2;
    border-radius: 4px;
    border-width: 0 0 1px 0;
    padding: 0 8px;
    background-color: #ffffff;
}
h6.button_title:hover {
    background-color: #d4d4d4;
    background-image: -moz-linear-gradient(bottom, #fff, #d4d4d4);
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#fff), to(#d4d4d4));
    background-image: -webkit-linear-gradient(bottom, #fff, #d4d4d4);
    background-image: -o-linear-gradient(bottom, #fff, #d4d4d4);
    background-image: linear-gradient(to right, #fff, #d4d4d4);
}
p.button_description {
    margin: 0 0 6px 14px;
    font-style: italic;
}

div#menusDescriptionContainer.in.collapse {
    margin-bottom: 6px;
}
.lighter {
    font-weight: lighter;
}
h6.button_title {
    position: relative;
    padding-left: 45px;
}
h6.button_title>i {
    position: absolute;
    top: 2px;
    left: 6px;
}
h6.button_title>div.htmlViewerBtn {
    position: absolute;
    top: -9px;
    left: 0;
    height: 30px;
    width: 35px;
}
h6.button_title>div.htmlViewerBtn>span.html_text {
    font-size: 10px;
}
h5.column_description > .column_icon {
    position: absolute;
    top: 5px;
    right: 10px;
}
.btn_help {
    font-size: 10px;
    padding: 0px 12px;
    margin-top: -5px;
}
.column_icon>.whatsapp-icon {
    background-size: 15px 20px;
}
.column_icon>button.btn-round {
    width: 14px;
    height: 14px;
    margin-bottom: 5px;
}
#helpContainer a.btn.btn-info.btn-new-user {
    float: none !important;
    font-size: 11px;
    padding: 2px 12px;
}
#helpContainer a.btn.btn-info.btn-new-user > i {
    margin-top: -1px;
    margin-left: -5px;
}
#headDescriptionContainer #menu_user_name {
    color: #000000;
}
.modal-footer.help_footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}