﻿/* 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;
    }

.align-middle {
    display: flex;
    justify-content: center; 
    align-items: center;
}
.align-Center {
    align-content: center
}
.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-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-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;
}
.border-top-dashed {
    border-top: dashed
}
.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;
}
.border-lightgray-1 {
    border: 1px solid #ccc;
}
.border-no {
    border: none;
}
.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-radius-3{
    border-radius: 3px;
}
.border-radius-4{
    border-radius: 4px;
}
.border-radius-5 {
    border-radius: 5px;
}
.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-bright-blue {
    color: #3a86ff;
}
.color-gloom-red {
    color: #610C04
}
.color-darkblue {
    color: #212529;
}
.color-darkred {
    color: darkred;
}
.color-gold{
    color: gold;
}
.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;
}
.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-normal {
    font-weight: normal
}
.font-weight-lighter {
    font-weight: lighter;
}
.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-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-9px {
    font-size: 9px;
}
.font-size-10px {
    font-size: 10px;
}
.font-size-12px {
    font-size: 12px;
}
.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-33px {
    font-size: 33px;
}
.font-size-80-percent{
    font-size: 80%;
}
.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;
}
.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;
}
.header-center {
    color: white;
    text-align: center;
    width: 70px;
}
.height-auto {
    height: auto;
}
.height-13 {
    height: 13px;
}
.height-15 {
    height: 15px;
}
.height-18 {
    height: 18px;
}
.height-19 {
    height: 19px !important;
}
.height-20 {
    height: 20px;
}
.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;
}
.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;
}
.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-400 {
    height: 400px !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;
}
.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;
}
.justify-between {
    justify-content: space-between;
}
.justify-center{
    justify-content: center;
}
.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-13 {
    margin-bottom: 13px;
}
.margin-bottom-15 {
    margin-bottom: 15px !important
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.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-2 {
    margin-top: 2px;
}
.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;
}
.margin-top-11 {
    margin-top: 11px;
}
.margin-top-15 {
    margin-top: 15px;
}
.margin-top-20 {
    margin-top: 20px !important;
}
.margin-top-21 {
    margin-top: 21px !important;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-1em {
    margin-top: 1em;
}
.margin-top-1em-half {
    margin-top: 1.5em;
}
.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-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-300{
    min-height: 300px;
}
.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;
}

.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;
}

.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;
}

.padding-no{
    padding: 0 !important;
}
.padding-7-10{
    padding: 7px 10px
}
.padding-2{
    padding: 2px
}
.padding-4 {
    padding: 4px !important
}
.padding-5 {
    padding: 5px
}
.padding-10 {
    padding: 10px
}
.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-10 {
    padding-right: 10px;
    padding-left: 10px;
}
.padding-horizontal-15 {
    padding-right: 15px;
    padding-left: 15px;
}
.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-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-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-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-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}
.padding-vertical-10{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.padding-vertical-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.padding-vertical-16 {
    padding: 16px 0px;
}
.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-4 {
    padding-top: 4px;
}
.padding-top-5 {
    padding-top: 5px;
}
.padding-top-10 {
    padding-top: 10px !important;
}
.padding-top-15 {
    padding-top: 15px;
}
.padding-top-16 {
    padding: 16px !important;
}
.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-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;
}
.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;
}

.TextRight {
    text-align: right !important;
}
.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-20 {
    width: 20px;
}
.width-23 {
    width: 23px;
}
.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-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-86 {
    width: 86px !important;
}
.width-100{
    width: 100px !important;
}
.width-110{
    width: 110px !important;
}
.width-120 {
    width: 120px !important;
}
.width-130 {
    width: 130px;
}
.width-140 {
    width: 140px;
}
.width-150 {
    width: 150px;
}
.width-200 {
    width: 200px;
}
.width-210 {
    width: 210px !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-5-percent {
    width: 5%;
}
.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%;
}
.width-55-percent {
    width: 55%;
}
.width-60-percent {
    width: 60%;
}
.width-70-percent {
    width: 70% !important;
}
.width-75-percent {
    width: 75% !important;
}
.width-85-percent {
    width: 85%
}
.width-90-percent {
    width: 90%;
}
.width-99-percent {
    width: 99% !important;
}
.width-100-percent {
    width: 100% !important;
}
.word-break-word{
    word-break: break-word;
}
.overflow-auto {
    overflow: auto;
}
.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;
}
.opacity-8 {
    opacity: 0.8
}
.list-style-disc {
    list-style: disc;
}
.list-style-circle {
    list-style-type: circle
}
.line-height-22px {
    line-height: 22px
}
.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;
}