
.required {
	color: #ff0000;
}
.dentro {
	margin-left: 25px;
}
.dentroplus {
	margin-left: 35px;
}

p.mb-1.dentro {
    margin-left: 30px;
}
div#editor {
    height: 600px;
    border: 1px solid #cecece;
}
p.mb-1.dentro-plus {
    margin-left: 40px;
}

.dentro-plus {
    margin-left: 60px;
}

/* Sweet Alert */

.swal2-content .select-wrapper {
    display: none;
}

.swal2-actions button {
    background: #ea5a31;
    background: -webkit-linear-gradient(45deg, #ea5a31, #ff6e40) !important;
    background: linear-gradient(45deg, #ea5a31, #ff6e40) !important;
}

/* WYSIWYG */

.document-editor {
    border: 1px solid var(--ck-color-base-border);
    border-radius: var(--ck-border-radius);

    /* Set vertical boundaries for the document editor. */
    max-height: 700px;

    /* This element is a flex container for easier rendering. */
    display: flex;
    flex-flow: column nowrap;
}
.document-editor__toolbar {
    /* Make sure the toolbar container is always above the editable. */
    z-index: 1;

    /* Create the illusion of the toolbar floating over the editable. */
    box-shadow: 0 0 5px hsla( 0,0%,0%,.2 );

    /* Use the CKEditor CSS variables to keep the UI consistent. */
    border-bottom: 1px solid var(--ck-color-toolbar-border);
}

/* Adjust the look of the toolbar inside the container. */
.document-editor__toolbar .ck-toolbar {
    border: 0;
    border-radius: 0;
}
/* Make the editable container look like the inside of a native word processor application. */
.document-editor__editable-container {
    padding: calc( 2 * var(--ck-spacing-large) );
    background: var(--ck-color-base-foreground);

    /* Make it possible to scroll the "page" of the edited content. */
    overflow-y: scroll;
}

.document-editor__editable-container .ck-editor__editable {
    /* Set the dimensions of the "page". */
    width: 15.8cm;
    min-height: 21cm;

    /* Keep the "page" off the boundaries of the container. */
    padding: 1cm 2cm 2cm;

    border: 1px hsl( 0,0%,82.7% ) solid;
    border-radius: var(--ck-border-radius);
    background: white;

    /* The "page" should cast a slight shadow (3D illusion). */
    box-shadow: 0 0 5px hsla( 0,0%,0%,.1 );

    /* Center the "page". */
    margin: 0 auto;
}

/* Set the default font for the "page" of the content. */
.document-editor .ck-content,
.document-editor .ck-heading-dropdown .ck-list .ck-button__label {
    font: 16px/1.6 "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Adjust the headings dropdown to host some larger heading styles. */
.document-editor .ck-heading-dropdown .ck-list .ck-button__label {
    line-height: calc( 1.7 * var(--ck-line-height-base) * var(--ck-font-size-base) );
    min-width: 6em;
}

/* Scale down all heading previews because they are way too big to be presented in the UI.
Preserve the relative scale, though. */
.document-editor .ck-heading-dropdown .ck-list .ck-button:not(.ck-heading_paragraph) .ck-button__label {
    transform: scale(0.8);
    transform-origin: left;
}

/* Set the styles for "Heading 1". */
.document-editor .ck-content h2,
.document-editor .ck-heading-dropdown .ck-heading_heading1 .ck-button__label {
    font-size: 2.18em;
    font-weight: normal;
}

.document-editor .ck-content h2 {
    line-height: 1.37em;
    padding-top: .342em;
    margin-bottom: .142em;
}

/* Set the styles for "Heading 2". */
.document-editor .ck-content h3,
.document-editor .ck-heading-dropdown .ck-heading_heading2 .ck-button__label {
    font-size: 1.75em;
    font-weight: normal;
    color: hsl( 203, 100%, 50% );
}

.document-editor .ck-heading-dropdown .ck-heading_heading2.ck-on .ck-button__label {
    color: var(--ck-color-list-button-on-text);
}

/* Set the styles for "Heading 2". */
.document-editor .ck-content h3 {
    line-height: 1.86em;
    padding-top: .171em;
    margin-bottom: .357em;
}

/* Set the styles for "Heading 3". */
.document-editor .ck-content h4,
.document-editor .ck-heading-dropdown .ck-heading_heading3 .ck-button__label {
    font-size: 1.31em;
    font-weight: bold;
}

.document-editor .ck-content h4 {
    line-height: 1.24em;
    padding-top: .286em;
    margin-bottom: .952em;
}

/* Set the styles for "Paragraph". */
.document-editor .ck-content p {
    font-size: 1em;
    line-height: 1.63em;
    padding-top: .5em;
    margin-bottom: 1.13em;
}

/* Make the block quoted text serif with some additional spacing. */
.document-editor .ck-content blockquote {
    font-family: Georgia, serif;
    margin-left: calc( 2 * var(--ck-spacing-large) );
    margin-right: calc( 2 * var(--ck-spacing-large) );
}
.purple {
    background: #EE3500 !important;
}
/* ----- SCROLL ----- */
.panel {
    height: 300px;
    overflow-y: scroll;
    border: 1px solid #9e9e9e;
    padding: 5px 10px;
    background: url(/app-assets/images/icon/scroll.png);
    background-position: right center;
    opacity: 0.7;
    background-size: 100px;
    background-repeat: no-repeat;
}
.mb-1 i {
    float: right;
}

/* ----  CHECKLIST ----  */
span.aplica {
    width: auto;
    display: inline-block;
    text-align: center;
    margin-left: 10%;
}
span.adaptado {
    margin-left: 20%;
    display: inline-block;
}
.filacheck>* {
    font-weight: bold;
    text-transform: uppercase;
}

.bolding {
    font-weight: bolder;
    margin-right: 20%;
    width: 40%;
    display: inline-block;
}
.checklist label {
    margin-right: 25px;
}
p.mb-1.dentro.checklist .bolding {
    width: calc(50% - 10px);
}

#checklist h5 {
    color: #ea5a31;
    background: #eee;
    padding: 10px;
    border-radius: 5px;
}

#checklist h6 {
    color: #ea5a31;
    margin: 20px 0px;
}

#checklist .mb-1 i {
    float: left;
}

/* ---- index ---- */
figure.effect-layla figcaption {
    padding: 3em;
    background: #ffffff78;
}

figcaption h2 {
    font-size: 2rem;
}
.text-folder {
    text-align: center;
    text-transform: uppercase;
}
.text-folder img {
    width: 100px;
}
a.text-folder:hover, a.text-folder h4:hover {
    opacity: 0.5;
}
a.text-folder h4 {
    /* font-size: 1em;
    background: #e0e0e0;
    padding: 5px;
    color: #3b1d4e;
    border-radius: 10px;
    width: 100%;
    display: block;
    text-align: center; */
    font-size: 1em;
    background: #a5a5a5;
    padding: 5px;
    color: #ffffff;
    border-radius: 10px;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: bold;
}
.colorstrong {
    color:#ff3f80;
}
.backbtn {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 280px;
}

@media only screen and (min-width: 601px) {
    .row .col.m2 {
        width: auto;
        margin-left: auto;
    }
}
#analisis .input-field.col.m12.s12.downline ul li, #analisis_2 .input-field.col.m12.s12.downline ul li {
    list-style-type: circle;
    margin-left: 25px;
}
#analisis .radiocheck {
    text-align: right;
    padding: 10px;
}

#analisis_2 .check_form {
    padding-bottom: 20px;
}

#analisis .downline {
    border-bottom: 1px solid #e8e8e8;
}
#analisis_2 .downline {
    background: #f1f1f1;
    padding-top: 10px;
    border-bottom: 1px solid #e8e8e8;
}
#analisis_2 p.center.dark {
    background: #ebe3f3;
    padding: 3px;
    margin-bottom: 5px;
}
p.medida_check {
    color: #9793a0;
    font-size: 11px;
    padding: 10px 15px;
}
p.medida_check span {
    font-weight: bold;
    border-bottom: 1px solid #9793a0;
}
.center {
    margin: 20px 40%;
}

.dentro2 {
    padding-left: 15px;
}
.dentro3 {
    padding-left: 45px;
}
.dentro4 {
    padding-left: 75px;
}
.dentro5 {
    padding-left: 105px;
}
.dentro6 {
    padding-left: 135px;
}
.checktitulo {
    background: #eae9ea;
}
.checktitulo2 {
    background: #f9eef8;
}
.checklist label {
    margin-right: 25px;
    float: right;
}

.espacio {
    margin: 15px 0px;
}

.lpag {
    float: left;
    width: auto;
}
.rpag {
    float: right;
    width: auto;
}

#analisis_2 .radiocheck label {
    padding-right: 35px !important;
}
.radiocheck label {
    padding-right: 40px;
}
#analisis_2 .radiocheck label [type='radio'], #analisis_2 .radiocheck label [type='radio'], .radiocheck label span {
    padding-left: 25px !important;
}
#analisis_2 .select-wrapper input.select-dropdown, #analisis_2 .dropdown-content li > a, #analisis_2 .dropdown-content li > span {
    font-size: 0.8rem;
}
.h6left {
    float: left;
    width: 50%;
    padding-bottom: 10px;
    color: #7622a1;
    font-weight: bold;
    font-size: 18px;
}
.h6right {
    float: left;
    width: 50%;
    text-align: right;
    padding-right: 25px;
    padding-bottom: 10px;
    color: #7622a1;
    font-weight: bold;
    font-size: 18px;
}

@media only screen and (min-width: 1200px) {
    html {
        font-size: 13px;
    }
}

.linea {
    border: 1px solid #efefef;
}
.linea.separador {
    border: 1px dashed #efefef;
}

.nombre_Emp {
    background: #f7f7f7;
}
.nombre_Emp a {
    color: #ea5a31 !important;
    font-size: 12px !important;
}

.sidenav li > a > i.material-icons, .sidenav li a.collapsible-header > i.material-icons {
    line-height: 44px;
    height: 44px;
    margin: 0 3px 0 0;
}

.btncambio {
    border: none !important;
    background: none !important;
    color: #ea5a31 !important;
    font-size: 11px !important;
    
}

#cambiar {
    padding: 0px !important;
    line-height: 22px !important;
    text-align: center !important;
}
.btncambio i {
    font-size: 13px !important;
}

#empresa, #actividad, #actividad i, #empresa i {
    /* line-height: 19px !important; */
}

.btn {
    border-radius: 50px !important;
}
.oculto {
    display: none;
}
.mostrar {
    display: inline;
}

span.tdescription {
    width: 230px;
    display: inline-block;
}
span.description {
    margin-right: 50px;
    display: inline-block;
}
.center {
    text-align: center !important;
}
h2 strong {
    font-size: 2rem;
}
h3 strong {
    font-size: 1.5rem;
}
h4 strong {
    font-size: 1.2rem;
}

h7.fr {
    color: #6f7485;
    font-weight: bolder;
    width: 100%;
    display: block;
    /* background: #fff6ff; */
    padding-left: 69px !important;
    /* border-bottom: 1px dotted #90619e; */
    padding-bottom: 10px;
    padding-top: 10px;
}

.left-mx {
    margin-left: 10%;
}
h6.micuenta {
    color: #ea5a31;
    font-weight: bolder;
    background: #eaeaea;
    padding: 5px 10px;
}

h6.breadcrumbs-title.mt-0.mb-0 {
    padding-bottom: 20px;
}

p.mb-1.checklist {
    border-bottom: 1px dotted #dcdcdc;
    padding-bottom: 10px;
    padding-top: 10px;
}

label {
    font-size: .8rem;
    color: #000 !important;
}
.msg_info {
    background-color: #e8e8e8;
    padding: 10px;
}
.msg_info i, i.info {
    font-size: 15px;
    color: #901ab7;
}
h5.featTitle {
    background: #eaeaea;
    padding: 10px;
    margin-top: 30px;
    color: #ea5a31;
    border-radius: 10px;
}
.access {
    color: #ea5a31 !important;
    font-size: 12px;
}
.mini-icon, .revocar  {
    font-size: 12px !important;
}

.mini-icon.ok {
    font-size: 13px;
    color: #ea5a31 !important;
}
.mini-icon.danger {
    color: red !important;
}
.infoPass {
    padding: 20px 10px;
    /* background: #eaeaea; */
    margin-top: 35px;
}
.infoPass span {
    padding-left: 20px;
    font-size: 15px;
    font-weight: bolder;
}

a#empresa, a#actividad {
    white-space: nowrap;
    overflow: hidden;
}

span.descriptionRat {
    margin-left: 20px;
    color: #8c8c8c;
    font-style: italic;
}
.ratLabel {
    width: 100%;
    display: block;
}

td.titulo {
    text-transform: uppercase;
}

.switch label span {
    padding-left: 21px !important;
}
.switch label {
    margin-right: 15px !important;
}
#dash_button {
    background: #000;
}
.desactivado {
    background: #c0c0c0;
    color: #333;
}
a.power {
    font-size: 1.2em !important;
    color: #4F4F4F !important;
    background: #eaeaea;
    padding-left: 10px !important;
}
.sidenav li > a {
    font-size: 12px;
}

.oculto {
    display: none;
}

.visible {
    display: inline-block;
}

.mostrar {
    cursor: pointer;
    padding-left: 25px;
}
.codeText {
    height: 30rem;
    background-color: #000;
    border-color: #acacac;
    padding: 20px;
    color: #FFF;
}