﻿/* Clase contenedor con animación */
.animate-height {
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.3s ease;
    max-height: 0;
    opacity: 0;
}

    /* Clase activa (mostrando contenido) */
    .animate-height.show {
        max-height: 1000px; /* Lo suficientemente grande para el contenido máximo esperado */
        opacity: 1;
    }
.Auxiliar_hidden {
    display: none;
}
.align-middle {
    display: flex;
    justify-content: center; 
    align-items: center;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.align-Center {
    align-content: center
}
.background-none {
    background: none;
}
.background-green-def {
    background: green !important;
}
.background-black {
    background: black;
}
.background-transparent {
    background-color: transparent;
}
.background-mist-blue {
    background-color: #dae5ed;
}
.background-blue {
    background-color: #337AB7 !important;
}
.background-blue-bright {
    background-color: #1976D2 !important;
}
.background-blue-sky {
    background-color: #2196F3 !important;
}
.background-dodgerblue{
    background-color: dodgerblue;
}
.background-yellow-star {
    background-color: yellow;
}
.background-gray-light{
    background-color: #eee;
}
.background-green {
    background-color: #28a745;
}
.background-grass-green {
    background-color: #218838
}
.background-pastel-green {
    background-color: #C1E1C1
}
.background-bright-gray {
    background-color: #EEEEEE;
}
.background-salmon-pink {
    background-color: #e78888 !important;
}
.background-pale-sun {
    background-color: #e5e57f !important;
}
.background-honey-bronze {
    background-color: #ab8f5d !important;
}
.background-soft-indigo {
    background-color: #8787ef !important;
}
.background-forest-green {
    background-color: #357035 !important;
}
.background-white {
    background-color: white;
}
.background-whitesmoke{
    background-color: whitesmoke !important;
}
.backgrown-hex-white {
    background-color: #ffffff !important;
}
.backgrown-hex-whitesmoke {
    background-color: #f2f2f2 !important;
}
.background-red{
    background-color: #c82333
}
.background-yellow {
    background-color: #e0a800
}
.background-red-light {
    background-color: #dc3545;
}
.background-deep-red {
    background-color: #ac2925 !important;
}
.background-apple-green {
    background-color: #2e9b30;
}
.background-gold {
    background-color: #eba42a;
}
.background-blue-day {
    background-color: #2e84ef;
}
.background-darkgrey {
    background-color: darkgrey;
}
.background-lightgray {
    background-color: lightgray;
}
.background-orange{
    background-color: orange !important;
}
.background-warm-orange {
    background-color: #ec971f !important;
}
.background-pale-yellow {
    background-color: #fff099 !important
}
.background-gradient-blue {
    background: linear-gradient(#337ab7, #1fa0e4) !important;
}
.background-img-hostedmodel {
    background-image: url(../Resources/HostedModel.png);
}
.background-img-benefits {
    background-image: url(../Resources/Benefits.png);
}
.background-img-responsive {
    background-image: url(../Resources/Responsive.png);
}
.border-top-dashed {
    border-top: dashed
}
.border-top-1-dodgerblue {
    border-top: 1px solid dodgerblue;
}
.border-color-grey {
    border-color: grey
}
.border-red-light {
    border-color: #dc3545;
}
.border-radius-0 {
    border-radius: 0px !important;
}
.border-radius-right-3 {
    border-radius: 0px 3px 3px 0px
}
.border-gray-1 {
    border: 1px solid gray;
}
.border-black-1 {
    border: 1px solid black;
}
.border-solid-1 {
    border: 1px solid;
}
.border-blue-1 {
    border: 1px #337AB7 solid !important;
}
.border-lightgray-1 {
    border: 1px solid #ccc;
}
.border-no {
    border: none !important;
}
.border-bottom-black-2 {
    border-bottom: 2px solid black;
}
.border-bottom-black-3 {
    border-bottom: 3px solid black;
}
.border-bottom-DashedDarkgrey-2 {
    border-bottom: 2px dashed darkgrey;
}
.border-bottom-SolidDarkgrey-3 {
    border-bottom: 3px solid lightgray;
}
.border-collapse-yes{
    border-collapse: collapse !important;
}
.border-collapse-separate {
    border-collapse: separate;
}
.border-spacing-revert {
    border-spacing: revert;
}
.border-radius-3 {
    border-radius: 3px;
}
.border-radius-4{
    border-radius: 4px;
}
.border-radius-5 {
    border-radius: 5px;
}
.border-radius-7 {
    border-radius: 7px;
}
.border-radius-10 {
    border-radius: 10px;
}
.border-radius-5-percent {
    border-radius: 5%;
}
.border-radius-30-percent {
    border-radius: 30%;
}
.border-radius-right-3 {
    border-radius: 0px 3px 3px 0px
}
border-width-thin {
    border-width: thin
}
.break-long-input {
    overflow-wrap: anywhere;
}
.BU_InfoTag {
    background-color: #EDF1F4;
    margin: 5px 0px;
    padding: 10px 0px;
    border-radius: 5px;
}
.shadow-soft {
    box-shadow: 0 0 5px #ccc;
}
.chart-border {
    border: 1px solid black;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 5px;
    margin-top: 0.09em
}
.Custom_row {
    display: flex;
    flex-wrap: wrap;
}
.color-black {
    color: black;
}
.color-blue {
    color: blue;
}
.color-bright-blue {
    color: #3a86ff;
}
.color-gloom-red {
    color: #610C04
}
.color-darkblue {
    color: #212529;
}
.color-darkred {
    color: darkred;
}
.color-cyan {
    color: #31708f;
}
.color-gold{
    color: gold;
}
.color-gray-dark {
    color: #423e3e;
}
.color-tomato-red {
    color: #E04B4A !important;
}
.color-dodgerblue{
    color: dodgerblue;
}
.color-white{
    color: white !important;
}
.color-whitesmoke {
    color: whitesmoke !important;
}
.color-lightBlue {
    color: #337ab7;
}
.chosen-container-custom {
    position: relative;
    display: inline-grid !important;
    font-size: 14px;
    vertical-align: middle;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    height: 34px !important;
}

.chosen-container-multi .chosen-choices {
    border: 1px solid #cccccc !important;
    border-radius: 0px 4px 4px 0px !important;
} 
.checkbox-custom {
    background-color: #eee;
    border: solid 1px #ccc;
    width: 17px;
    height: 18px;
    vertical-align: middle;
}
/*Colores y estilos utilizados en ChartRadar*/
.ColorFooterCategoriesDetail {
    background-color: #848484;
}

.ColorItemsCategoriesDetail {
    background-color: #CCCCCC;
}

.ColorLevelImplementationLess4 {
    background-color: #dc3545;
}

.ColorLevelImplementationSuccess {
    background-color: #28a745;
}
#CollapseSectionFloatButton {
    display: none;
    position: fixed;
    bottom: 22%;
    right: 00px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    background-color: #5b5a59;
    height: 39px;
    padding: 7px 4px 0px 0px;
}
.conditionalQuestionsFloatButton {
    display: none;
    position: fixed;
    bottom: 27%;
    right: 00px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    background-color: #5b5a59;
    height: 39px;
    padding: 7px 4px 0px 0px;
}
.CustomModal-md {
    width: 400px;
}
.Cursor-Pointer {
    cursor: pointer;
}
.DefaultColorLevelImplementation {
    background-color: #ffffff;
}
/*Utilizados en Supplier Management*/
.dateGreen {
    margin: auto;
    text-align: center;
    background-color: forestgreen !important;
    color: white;
    font-weight: 500;
    height: 50px !important;
    padding-top: 6px !important;
    padding-bottom: 17px !important;
    margin: 0px !important;
}

.dateYellow {
    margin: auto;
    text-align: center;
    background-color: yellow !important;
    font-weight: 500;
    height: 50px !important;
    padding-top: 6px !important;
    padding-bottom: 17px !important;
    margin: 0px !important;
}
.dateRed {
    margin: auto;
    text-align: center;
    background-color: red !important;
    font-weight: 500;
    height: 50px !important;
    color: white;
    padding-top: 6px !important;
    padding-bottom: 17px !important;
    margin: 0px !important;
}
.DefaultForeColorLevelImplementation {
    color: #000000;
}
.div_treeview {
    min-width: 100px;
    min-height: 100px;
    overflow: auto;
    padding: 10px;
    margin-bottom: 20px;
    color: #369;
    border: solid 1px #ccc;
    border-radius: 4px;
    margin-left: 15px;
    background-color: #eee;
}
.display-no {
    display: none;
}
.display-block {
    display: block;
}
.display-flex {
    display: flex;
}
.display-table-cell {
    display: table-cell;
}
.display-inline-block {
    display: inline-block !important;
}
.display-inline-table {
    display: inline-table;
}
.display-inherit {
    display: inherit;
}
.display-inline {
    display: inline;
}
.display-inline-flex {
    display: inline-flex;
}
.display-webkit-box {
    display: -webkit-box;
}
.font-italic {
    font-style: italic;
}
.font-weight-bold {
    font-weight: bold;
}
.font-weight-bolder {
    font-weight: bolder;
}
.font-weight-normal {
    font-weight: normal
}
.font-weight-lighter {
    font-weight: lighter;
}
.font-weight-100 {
    font-weight: 100;
}
.font-weight-400 {
    font-weight: 400;
}
.font-weight-500 {
    font-weight: 500;
}
.font-weight-600 {
    font-weight: 600;
}
.font-weight-700{
    font-weight: 700;
}
.font-weight-900 {
    font-weight: 900;
}
.font-size-8 {
    font-size: 8pt;
}
.font-size-x-large {
    font-size: x-large
}
.font-size-small {
    font-size: small
}
.font-size-9 {
    font-size: 9pt !important;
}
.font-size-10 {
    font-size: 10pt;
}
.font-size-11 {
    font-size: 11pt;
}
.font-size-13 {
    font-size: 13pt;
}
.font-size-14 {
    font-size: 14pt;
}
.font-size-15 {
    font-size: 15pt;
}
.font-size-24pt {
    font-size: 24pt;
}
.font-size-9px {
    font-size: 9px;
}
.font-size-10px {
    font-size: 10px !important;
}
.font-size-11px {
    font-size: 11px;
}
.font-size-12px {
    font-size: 12px;
}
.font-size-13px {
    font-size: 13px;
}
.font-size-14px {
    font-size: 14px;
}
.font-size-15px {
    font-size: 15px;
}
.font-size-16px {
    font-size: 16px;
}
.font-size-18px {
    font-size: 18px;
}
.font-size-20px {
    font-size: 20px !important;
}
.font-size-22px {
    font-size: 22px !important;
}
.font-size-24px {
    font-size: 24px !important;
}
.font-size-33px {
    font-size: 33px;
}
.font-size-70px {
    font-size: 70px;
}
.font-size-80-percent{
    font-size: 80%;
}
.font-size-small {
    font-size: small;
}
.font-size-large {
    font-size: large;
}
.font-size-medium{
    font-size: medium;
}
.font-Verdana-sans-serif {
    font: 10pt Verdana,sans-serif
}
.font-family-Arial {
    font-family: Arial;
}
.font-family-opensans {
    font-family: Open Sans;
}
.form-control-height-34 {
    height: 34px;
    line-height: 34px;
}
.Customfooter {
    color: black;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    background: white;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
}
.float-right{
    float: right;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-container_OnBy {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 5px;
}
.float-left {
    float: left;
}
.gv-header-audittype {
    color: white;
    text-align: left;
}
.gv-item-audittype {
    text-align: left;
    width: 50%;
}
.gv-header-auditlevel {
    text-align: center;
    width: 70px;
    color: white;
}
.gv-item-auditlevel {
    text-align: center;
}
.header-left {
    color: white;
    text-align: left;
}
.Custom-header {
    font-size: 100px;
    font-family: Oswald, sans-serif;
}
.header-center {
    color: white;
    text-align: center;
    width: 70px;
}
.height-0-percent{
    height: 0%;
}
.height-auto {
    height: auto;
}
.height-fit-content {
    height: fit-content !important;
}
.height-13 {
    height: 13px;
}
.height-15 {
    height: 15px;
}
.height-17 {
    height: 17px;
}
.height-18 {
    height: 18px;
}
.height-19 {
    height: 19px !important;
}
.height-20 {
    height: 20px;
}
.height-25 {
    height: 25px !important;
}
.height-26 {
    height: 26px !important;
}
.height-28 {
    height: 28px;
}
.height-30 {
    height: 30px;
}
.height-33 {
    height: 33px !important;
}
.height-34 {
    height: 34px !important;
}
.height-40 {
    height: 40px !important;
}
.height-50 {
    height: 50px !important;
}
.height-55 {
    height: 55px !important;
}
.height-56 {
    height: 56px
}
.height-57 {
    height: 57px
}
.height-60 {
    height: 60px
}
.height-65 {
    height: 65px
}
.height-80 {
    height: 80px !important;
}
.height-90 {
    height: 90px;
}
.height-100 {
    height: 100px;
}
.height-110 {
    height: 110px;
}
.height-120 {
    height: 120px;
}
.height-140 {
    height: 140px;
}
.height-150 {
    height: 150px;
}
.height-200 {
    height: 200px;
}
.height-220 {
    height: 220px;
}
.height-250 {
    height: 250px;
}
.height-268 {
    height: 268px;
}
.height-400 {
    height: 400px !important;
}
.height-430 {
    height: 430px !important;
}
.height-500 {
    height: 500px;
}
.height-552 {
    height: 552px !important;
}
.height-556 {
    height: 556px !important;
}
.height-80-percent {
    height: 80%
}
.height-100-percent {
    height: 100%
}
.height-82-vh{
    height:82vh;
}
.height-95-vh {
    height: 95vh;
}
.height-1-point-8em {
    height: 1.8em
}
.help-resource-preview {
    width: 13em;
    height: 13em;
    background-position: center center;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    box-shadow: 0px -3px 6px 2px rgba(0,0,0,0.2);
    border-radius: 5%;
    cursor: pointer;
}
.hr-divider {
    border-top: 3px double #000;
    background-color: #000;
}
/*Se usa en OrganizationHierarchy.aspx*/
.img-managementlayout {
    max-width: 100%;
    max-height: 300px;
    box-shadow: 0px -3px 6px 2px rgba(0,0,0,0.2);
}
.input-Box-100-percent {
    box-shadow: inset 0 0 4px #eee;
    width: 250px;
    margin: 0;
    padding: 6px 12px;
    border-radius: 4px;
    border: 1px solid silver;
    font-size: 1.1em;
    width: 100%
}
.item_en {
    flex-grow: 1;
    flex-basis: auto;
}
.item_por {
    flex-grow: 1;
}
.item_lectura {
    flex-grow: 1;
}
.justify-between {
    justify-content: space-between;
}
.justify-center{
    justify-content: center;
}
.justify-left{
    justify-content: left;
}
.justify-end{
    justify-content: end;
}
.justify-right{
    justify-content: right;
}
.margin-no {
    margin: 0px !important;
}
.margin-auto{
    margin: auto;
}
.margin-5 {
    margin: 5px;
}
.margin-left-auto {
    margin: 0 0 0 auto;
}
.margin-bottom-no {
    margin-bottom: 0px !important;
}
.margin-bottom-2 {
    margin-bottom: 2px;
}
.margin-bottom-3 {
    margin-bottom: 3px;
}
.margin-bottom-5 {
    margin-bottom: 5px !important;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
.margin-bottom-12 {
    margin-bottom: 12px !important;
}
.margin-bottom-13 {
    margin-bottom: 13px;
}
.margin-bottom-15 {
    margin-bottom: 15px !important
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-bottom-point-2em {
    margin-bottom: 0.2em !important;
}
.margin-horizontal-auto {
    margin-right: auto;
    margin-left: auto;
}
.margin-horizontal-15 {
    margin-right: 15px;
    margin-left: 15px;
}
.margin-left-no {
    margin-left: 0px;
}
.margin-left-1 {
    margin-left: 1px;
}
.margin-left-2 {
    margin-left: 2px;
}
.margin-left-4 {
    margin-left: 4px;
}
.margin-left-5 {
    margin-left: 5px
}
.margin-left-6 {
    margin-left: 6px
}
.margin-left-10 {
    margin-left: 10px;
}
.margin-left-13 {
    margin-left: 13px;
}
.margin-left-23-negative{
    margin-left: -23px !important
}
.margin-right-no {
    margin-right: 0px;
}
.margin-right-auto {
    margin-right: auto;
}
.margin-right-5{
    margin-right: 5px;
}
.margin-top-no {
    margin-top: 0px !important;
}
.margin-top-25-negative{
    margin-top: -25px !important;
}
.margin-top-2 {
    margin-top: 2px !important;
}
.margin-top-3 {
    margin-top: 3px!important;
}
.margin-top-4 {
    margin-top: 4px;
}
.margin-top-5 {
    margin-top: 5px !important;
}
.margin-top-7 {
    margin-top: 7px;
}
.margin-top-8 {
    margin-top: 8px;
}
.margin-top-10 {
    margin-top: 10px !important;
}
.margin-top-11 {
    margin-top: 11px;
}
.margin-top-15 {
    margin-top: 15px;
}
.margin-top-19 {
    margin-top: 19px;
}
.margin-top-20 {
    margin-top: 20px !important;
}
.margin-top-21 {
    margin-top: 21px !important;
}
.margin-top-24 {
    margin-top: 24px !important;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-100 {
    margin-top: 100px;
}
.margin-top-1em {
    margin-top: 1em;
}
.margin-top-point-2em {
    margin-top: 0.2em;
}
.margin-top-1em-half {
    margin-top: 1.5em;
}
.margin-top-2em {
    margin-top: 2em;
}
.margin-vertical-2 {
    margin: 2px 0px;
}
.margin-vertical-5{
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.margin-vertical-7 {
    margin: 7px 0px;
}
.margin-vertical-10 {
    margin: 10px 10px;
}
.max-height-80 {
    max-height: 80px;
}
.max-height-150 {
    max-height: 150px;
}
.max-height-200 {
    max-height: 200px;
}
.max-height-420 {
    max-height: 420px !important;
}
.max-height-700 {
    max-height: 700px;
}
.max-width-130{
    max-width: 130px;
}
.max-width-600{
    max-width: 600px;
}
.max-width-100-percent {
    max-width: 100%
}
.min-height-38 {
    min-height: 38px;
}
.min-height-46 {
    min-height: 46px !important;
}
.min-height-300{
    min-height: 300px;
}
.min-height-100-percent {
    min-height: 100%;
}
.NotBorders {
    border: none;
}
.not-active-img {
    cursor: not-allowed;
}
.OTP_Good {
    background-color: #58ad51;
    color: #ffffff;
}
.OTP_Regular {
    background-color: #fa9a2d;
    color: #ffffff;
}
.OTP_Bad {
    background-color: #ba1e1e;
    color: #ffffff;
}
.ODT_Good {
    background-color: #58ad51;
    color: #ffffff;
}
.ODT_Regular {
    background-color: #fa9a2d;
    color: #ffffff;
}
.ODT_Bad {
    background-color: #ba1e1e;
    color: #ffffff;
}
.Quality_Good {
    background-color: #58ad51;
    color: #ffffff;
}
.Quality_Regular {
    background-color: #fa9a2d;
    color: #ffffff;
}
.Quality_Bad {
    background-color: #ba1e1e;
    color: #ffffff;
}
.red-error-blob {
    border-radius: 5px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    transform: scale(1);
    animation: pulsing-shadow 2s infinite;
    z-index: 3000;
    position: relative;
}
@keyframes pulsing-shadow {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
    }
}
.returnFloatButton {
    display: none;
    position: fixed;
    bottom: 42%;
    right: 00px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    background-color: #5b5a59;
    height: 39px;
    padding: 7px 4px 0px 0px;
}
.reorderSectionFloatButton {
    display: none;
    position: fixed;
    bottom: 37%;
    right: 00px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    background-color: #5b5a59;
    height: 39px;
    padding: 7px 4px 0px 0px;
}
.reorderQuestionFloatButton {
    display: none;
    position: fixed;
    bottom: 32%;
    right: 00px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    background-color: #5b5a59;
    height: 39px;
    padding: 7px 4px 0px 0px;
}
.ScoreCard_Good {
    background-color: #58ad51;
    color: #ffffff;
}
.ScoreCard_Regular {
    background-color: #fa9a2d;
    color: #ffffff;
}
.ScoreCard_Bad {
    background-color: #ba1e1e;
    color: #ffffff;
}
.selectTypeDate {
    height: 15px !important;
    border: 1px solid darkgray !important;
    border-radius: 3px !important;
    padding: 0px !important;
    font-size: 8pt;
}
.saveFloatButton {
    display: none;
    position: fixed;
    bottom: 57%;
    right: 00px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    background-color: #5b5a59;
    height: 43px;
    padding: 10px 4px 0px 0px;
}


.saveFloatButton2 {
    display: none;
    position: fixed;
    bottom: 52%;
    right: 00px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    background-color: #5b5a59;
    height: 39px;
    padding: 7px 4px 0px 0px;
}

.saveFloatButton3 {
    display: none;
    position: fixed;
    bottom: 47%;
    right: 00px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    background-color: #5b5a59;
    height: 39px;
    padding: 7px 4px 0px 0px;
}
.text-transform-none {
    text-transform: none !important;
}
.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.password-background {
    position: relative;
    top: 25px;
    margin-bottom: -34px;
    height: 34px;
    width: 0;
    border-radius: 4px;
    z-index: -1;
    /* CSS Transitions */
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.padding-no{
    padding: 0 !important;
}
.padding-7-10{
    padding: 7px 10px
}
.padding-1 {
    padding: 1px;
}
.padding-2{
    padding: 2px
}
.padding-4 {
    padding: 4px !important
}
.padding-5 {
    padding: 5px;
}
.padding-8 {
    padding: 8px !important;
}
.padding-10 {
    padding: 10px
}
.padding-15 {
    padding: 15px
}
.padding-2em {
    padding: 2em;
}
.padding-2 {
    padding-left: 2px;
}
.padding-11 {
    padding-left: 11px;
}
.paddingleft15 {
    padding-left: 15px !important;
}
.padding-horizontal-no {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.padding-horizontal-5 {
    padding: 0px 5px !important;
}
.padding-horizontal-8 {
    padding-right: 8px !important;
    padding-left: 8px !important;
}
.padding-horizontal-10 {
    padding-right: 10px;
    padding-left: 10px;
}
.padding-horizontal-14 {
    padding-right: 14px;
    padding-left: 14px;
}
.padding-horizontal-15 {
    padding-right: 15px;
    padding-left: 15px;
}
.padding-horizontal-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
}
.padding-bottom-no {
    padding-bottom: 0px !important
}
.padding-bottom-1 {
    padding-bottom: 1px !important
}
.padding-bottom-point-1-em {
    padding-bottom: 0.1em !important;
}
.padding-bottom-3 {
    padding-bottom: 3px !important
}
.padding-bottom-5 {
    padding-bottom: 5px;
}
.padding-bottom-10 {
    padding-bottom: 10px;
}
.padding-bottom-20 {
    padding-bottom: 20px;
}
.padding-left-no {
    padding-left: 0px;
}
.padding-left-3 {
    padding-left: 3px
}
.padding-left-5 {
    padding-left: 5px
}
.padding-left-8 {
    padding-left: 8px;
}
.padding-left-10 {
    padding-left: 10px;
}
.padding-left-12 {
    padding-left: 12px;
}
.padding-left-15 {
    padding-left: 15px;
}
.padding-left-25 {
    padding-left: 25px;
}
.padding-left-75{
    padding-left: 75px;
}
.padding-left-no{
    padding-left: 0px !important
}
.padding-right-no {
    padding-right: 0px !important
}
.padding-right-2 {
    padding-right: 2px
}
.padding-right-3 {
    padding-right: 3px
}
.padding-right-5 {
    padding-right: 5px
}
.padding-right-10 {
    padding-right: 10px;
}
.padding-right-15 {
    padding-right: 15px;
}
.padding-right-20 {
    padding-right: 20px !important;
}
.padding-vertical-2 {
    padding-top: 2px;
    padding-bottom: 2px;
}
.padding-vertical-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}
.padding-vertical-10{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.padding-vertical-14 {
    padding: 14px 0 !important;
}
.padding-vertical-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.padding-vertical-16 {
    padding: 16px 0px;
}
.padding-2-5 {
    padding: 2px 5px;
}
.padding-3-5 {
    padding: 3px 5px;
}
.padding-5-0 {
    padding: 5px 0px;
}
.padding-5-10 {
    padding: 5px 10px
}
.padding-vertical-5-15 {
    padding: 5px 15px
}
.padding-top-no {
    padding-top: 0px !important;
}
.padding-top-1 {
    padding-top: 1px;
}
.padding-top-2 {
    padding-top: 2px;
}
.padding-top-3 {
    padding-top: 3px;
}
.padding-top-4 {
    padding-top: 4px;
}
.padding-top-5 {
    padding-top: 5px;
}
.padding-top-7 {
    padding-top: 7px !important;
}
.padding-top-8 {
    padding-top: 8px !important;
}
.padding-top-10 {
    padding-top: 10px !important;
}
.padding-top-15 {
    padding-top: 15px;
}
.padding-top-16 {
    padding: 16px !important;
}
.padding-top-17 {
    padding-top: 17px;
}
.padding-top-20 {
    padding-top: 20px;
}
.padding-top-30 {
    padding-top: 30px;
}
.padding-top-37 {
    padding-top: 37px;
}
.padding-top-1em {
    padding-top: 1em;
}
.padding-bottom-sides-15 {
    padding: 0px 15px 15px 15px
}
.position-absolute {
    position: absolute !important;
}
.position-initial {
    position: initial !important;
}
.position-fixed {
    position: fixed;
}
.position-relative{
    position: relative;
}
.resize-no{
    resize: none;
}
.right-4{
    right: 4px !important;
}
.table-fixed{
    table-layout: fixed;
}
.align-items-baseline {
    align-items: baseline
}
.text-align-left {
    text-align: left;
}
.text-align-right {
    text-align: right;
}
.text-align-center {
    text-align: center !important;
}
.text-align-webkit-center {
    text-align: -webkit-center;
}
.text-underline{
    text-decoration: underline;
}
.top-22-negative {
    top: -22px;
}
.top-27-negative {
    top: -27px;
}
.top-30-negative{
    top: -30px;
}
.top-4{
    top: 4px !important;
}
.vertical-align-middle {
    vertical-align: middle;
}
.vertical-align-central {
    vertical-align: central;
}
.vertical-align {
    display: flex;
    flex-direction: row;
}
.vertical-align-top{
    vertical-align: top;
}
.vertical-align-text-top {
    vertical-align: text-top;
}
.TextRight {
    text-align: right !important;
}
.text-transform-uppercase {
    text-transform: uppercase;
}
.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
    display: flex;
    align-items: center;
    justify-content: center; 
}
.word-wrap-break-word {
    word-wrap: break-word;
}
.width-auto {
    width: auto !important;
}
.width-fit-content {
    width: fit-content;
}
.width-10 {
    width: 10px;
}
.width-15 {
    width: 15px;
}
.width-17 {
    width: 17px;
}
.width-20 {
    width: 20px;
}
.width-23 {
    width: 23px;
}
.width-24 {
    width: 24px !important;
}
.width-25 {
    width: 25px;
}
.width-26 {
    width: 26px !important;
}
.width-28 {
    width: 28px;
}
.width-30{
    width: 30px;
}
.width-35{
    width: 35px;
}
.width-36 {
    width: 36px;
}
.width-37 {
    width: 37px;
}
.width-38 {
    width: 38px;
}
.width-40 {
    width: 40px;
}
.width-50 {
    width: 50px !important;
}
.width-60 {
    width: 60px !important;
}
.width-70 {
    width: 70px !important;
}
.width-80{
    width: 80px !important;
}
.width-85 {
    width: 85px !important;
}
.width-86 {
    width: 86px !important;
}
.width-90{
    width: 90px !important;
}
.width-100{
    width: 100px !important;
}
.width-110{
    width: 110px !important;
}
.width-115 {
    width: 115px !important;
}
.width-120 {
    width: 120px !important;
}
.width-130 {
    width: 130px;
}
.width-140 {
    width: 140px;
}
.width-150 {
    width: 150px;
}
.width-170 {
    width: 170px;
}
.width-180 {
    width: 180px;
}
.width-200 {
    width: 200px;
}
.width-210 {
    width: 210px !important
}
.width-230 {
    width: 230px !important
}
.width-268 {
    width: 268px !important
}
.width-300{
    width: 300px;
}
.width-396 {
    width: 396px;
}
.width-404 {
    width: 404px;
}
.width-420 {
    width: 420px;
}
.width-450 {
    width: 450px;
}
.width-600 {
    width: 600px;
}
.width-1250 {
    width: 1250px;
}
.width-0-percent {
    width: 0%;
}
.width-1-percent {
    width: 1%;
}
.width-2-percent {
    width: 2%;
}
.width-3-percent {
    width: 3%;
}
.width-4-percent {
    width: 4% !important;
}
.width-5-percent {
    width: 5% !important;
}
.width-6-percent {
    width: 6%;
}
.width-7-percent {
    width: 7%;
}
.width-8-percent {
    width: 8%;
}
.width-10-percent {
    width: 10%;
}
.width-11-percent {
    width: 11%;
}
.width-12-percent {
    width: 12%;
}
.width-15-percent {
    width: 15%;
}
.width-16-percent {
    width: 16%;
}
.width-17-percent {
    width: 17%;
}
.width-18-percent {
    width: 18%;
}
.width-19-percent {
    width: 19%;
}
.width-20-percent {
    width: 20%
}
.width-22-percent{
    width: 22%;
}
.width-24-percent {
    width: 24%
}
.width-25-percent{
    width: 25% !important;
}
.width-27-percent {
    width: 27%;
}
.width-30-percent {
    width: 30%;
}
.width-32-percent {
    width: 32%;
}
.wid.width-35-percent {
    width: 35%;
}
.width-40-percent {
    width: 40%;
}
.width-45-percent {
    width: 45%;
}
.width-47-percent {
    width: 47% !important;
}
.width-48-percent {
    width: 48% !important;
}
.width-50-percent {
    width: 50% !important;
}
.width-55-percent {
    width: 55%;
}
.width-60-percent {
    width: 60%;
}
.width-70-percent {
    width: 70% !important;
}
.width-75-percent {
    width: 75% !important;
}
.width-80-percent {
    width: 80% !important;
}
.width-83-percent {
    width: 83% !important;
}
.width-85-percent {
    width: 85%
}
.width-90-percent {
    width: 90%;
}
.width-95-percent {
    width: 95% !important;
}
.width-99-percent {
    width: 99% !important;
}
.width-100-percent {
    width: 100% !important;
}
.word-break-word{
    word-break: break-word;
}
.overflow-auto {
    overflow: auto;
}
.overflow-ellipsis {
    text-overflow: ellipsis;
}
.overflow-y-auto {
    overflow-y: auto;
}
.overflow-y-scroll {
    overflow-y: scroll;
}
.overflow-x-auto {
    overflow-x: auto;
}
.table-hover able tbody tr:hover {
    background-color: #E2EBEE !important;
}
.table-hover.table-for-companies:hover {
    background-color: #E2EBEE;
}
.opacity-8 {
    opacity: 0.8
}
.list-style-disc {
    list-style: disc;
}
.list-style-circle {
    list-style-type: circle
}
.line-height-3 {
    line-height: 3;
}
.line-height-22px {
    line-height: 22px
}
.lds-loading-spinner {
    color: rgba(250, 0, 118, 0.8);
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-loading-spinner div {
        transform-origin: 40px 40px;
        animation: lds-loading-spinner 1.2s linear infinite;
    }

        .lds-loading-spinner div:after {
            content: " ";
            display: block;
            position: absolute;
            top: 3px;
            left: 37px;
            width: 6px;
            height: 18px;
            border-radius: 20%;
            background: #001B3E;
        }

        .lds-loading-spinner div:nth-child(1) {
            transform: rotate(0deg);
            animation-delay: -1.1s;
        }

        .lds-loading-spinner div:nth-child(2) {
            transform: rotate(30deg);
            animation-delay: -1s;
        }

        .lds-loading-spinner div:nth-child(3) {
            transform: rotate(60deg);
            animation-delay: -0.9s;
        }

        .lds-loading-spinner div:nth-child(4) {
            transform: rotate(90deg);
            animation-delay: -0.8s;
        }

        .lds-loading-spinner div:nth-child(5) {
            transform: rotate(120deg);
            animation-delay: -0.7s;
        }

        .lds-loading-spinner div:nth-child(6) {
            transform: rotate(150deg);
            animation-delay: -0.6s;
        }

        .lds-loading-spinner div:nth-child(7) {
            transform: rotate(180deg);
            animation-delay: -0.5s;
        }

        .lds-loading-spinner div:nth-child(8) {
            transform: rotate(210deg);
            animation-delay: -0.4s;
        }

        .lds-loading-spinner div:nth-child(9) {
            transform: rotate(240deg);
            animation-delay: -0.3s;
        }

        .lds-loading-spinner div:nth-child(10) {
            transform: rotate(270deg);
            animation-delay: -0.2s;
        }

        .lds-loading-spinner div:nth-child(11) {
            transform: rotate(300deg);
            animation-delay: -0.1s;
        }

        .lds-loading-spinner div:nth-child(12) {
            transform: rotate(330deg);
            animation-delay: 0s;
        }

@keyframes lds-loading-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
.loading-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100002 !important;
    top: 0;
    left: 0;
    background-color: white;
    filter: alpha(opacity=70); /* IE <=8 */
    opacity: 0.7;
}

.loading-cell {
    text-align: center;
    vertical-align: middle;
    z-index: 9999;
}
.visibility-hidden{
    visibility:hidden
}
.visibility-visible {
    visibility:visible;
}

.jsTreeBox {
    max-width: 100%;
    font: 10pt Verdana,sans-serif;
    box-shadow: 0 0 5px #ccc;
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
}
/*Se utiliza en SystemVersion*/
#ddl_Add_ItemType #txt_Add_CommentsENUS #txt_Add_CommentsMX:focus {
    outline: 3px solid orange;
}
/*Utilizados en CompanySettings*/
.RowForm {
    height: 30px;
}
.NotMargin {
    margin: 0;
}
/*Utilizado en ChartBarGeneral*/
.ms-options-wrap > button:focus, .ms-options-wrap > button {
    height: 33px !important;
}
.ForeColorLevelImplementation {
    color: #ffffff;
}

.ms-options-wrap > button:focus,
.ms-options-wrap > button {
    height: 34px;
}

.z-index-0 {
    z-index: 0 !important;
}
.z-index-max {
    z-index: 1000001;
}

.cursor-Pointer {
    cursor: pointer;
}

.company-td {
    padding: 0 !important;
    text-align: center !important;
    font-size: large !important;
}

.mobile-padding {
    padding: 16px 8px !important;
}

.nomobile-padding {
    padding: 0px 0px 0px 8px !important;
}

.font-bold {
    font-weight: bold !important;
}

.fz-20-fw-100 {
    font-size: 20px !important;
    font-weight: 100 !important;
}
.fz-20 {
    font-size: 20px !important;
}

.pddg-0-ta-ctr {
    padding: 0px !important;
    text-align: center !important;
}