﻿.align-middle {
    display: flex;
    justify-content: center; 
    align-items: center;
}
.background-blue {
    background-color: #337AB7 !important;
}
.background-blue-bright {
    background-color: #1976D2 !important;
}
.background-dodgerblue{
    background-color: dodgerblue;
}
.background-gray-light{
    background-color: #eee;
}
.background-green {
    background-color: #28a745;
}
.background-white {
    background-color: white;
}
.background-whitesmoke{
    background-color: whitesmoke;
}
.background-red-light {
    background-color: #dc3545;
}
.border-red-light {
    border-color: #dc3545;
}
.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-bottom-black-3 {
    border-bottom: 3px solid black;
}
.border-collapse-yes{
    border-collapse: collapse !important;
}
.border-radius-3{
    border-radius: 3px;
}
.border-radius-10 {
    border-radius: 10px;
}
.border-radius-30-percent {
    border-radius: 30%;
}
.break-long-input {
    overflow-wrap: anywhere;
}
.color-black {
    color: black;
}
.color-dodgerblue{
    color: dodgerblue;
}
.color-white{
    color: white;
}
.color-whitesmoke {
    color: whitesmoke;
}
.color-lightBlue {
    color: #337ab7;
}
.color-darkred {
    color: darkred;
}
.display-no {
    display: none;
}
.display-block {
    display: block;
}
.display-flex {
    display: flex;
}
.display-webkit-box {
    display: -webkit-box;
}
.font-weight-bold {
    font-weight: bold;
}
.font-weight-600 {
    font-weight: 600;
}
.font-weight-700{
    font-weight: 700;
}
.font-size-8 {
    font-size: 8pt;
}
.font-size-9 {
    font-size: 9pt;
}
.font-size-10 {
    font-size: 10pt;
}
.font-size-11 {
    font-size: 11pt;
}
.font-size-10px {
    font-size: 10px;
}
.font-size-14px {
    font-size: 14px;
}
.font-size-15px {
    font-size: 15px;
}
.font-size-16px {
    font-size: 16px;
}
.font-size-80-percent{
    font-size: 80%;
}
.font-size-large{
    font-size: large;
}
.font-size-medium{
    font-size: medium;
}
.float-right{
    float: right;
}
.float-left {
    float: left;
}
.height-15 {
    height: 15px;
}
.height-20 {
    height: 20px;
}
.height-26 {
    height: 26px;
}
.height-30 {
    height: 30px;
}
.height-40 {
    height: 40px;
}
.height-50 {
    height: 50px;
}
.height-56 {
    height: 56px
}
.height-57 {
    height: 57px
}
.height-80 {
    height: 80px;
}
.height-100 {
    height: 100px;
}
.height-120 {
    height: 120px;
}
.height-150 {
    height: 150px;
}
.height-200 {
    height: 200px;
}
.height-250 {
    height: 250px;
}
.height-100-percent {
    height: 100%
}
.height-82-vh{
    height:82vh;
}
.justify-between {
    justify-content: space-between;
}
.justify-center{
    justify-content: center;
}
.margin-no {
    margin: 0px !important;
}
.margin-5 {
    margin: 5px;
}
.margin-left-auto {
    margin: 0 0 0 auto;
}
.margin-bottom-no {
    margin-bottom: 0px;
}
.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-horizontal-15 {
    margin-right: 15px;
    margin-left: 15px;
}
.margin-left-no {
    margin-left: 0px;
}
.margin-left-1 {
    margin-left: 1px;
}
.margin-left-5 {
    margin-left: 5px
}
.margin-left-10 {
    margin-left: 10px;
}
.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-5 {
    margin-top: 5px !important;
}
.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;
}
.margin-top-1em {
    margin-top: 1em;
}
.margin-top-1em-half {
    margin-top: 1.5em;
}
.margin-vertical-5{
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.margin-vertical-7 {
    margin: 7px 0px;
}
.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%
}
.padding-no{
    padding: 0 !important
}
.padding-2{
    padding: 2px
}
.padding-4 {
    padding: 4px !important
}
.padding-5 {
    padding: 5px
}
.padding-horizontal-no {
    padding-right: 0px !important;
    padding-left: 0px !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-5 {
    padding-bottom: 5px;
}
.padding-bottom-10 {
    padding-bottom: 10px;
}
.padding-left-no {
    padding-left: 0px;
}
.padding-left-5 {
    padding-left: 5px
}
.padding-left-10 {
    padding-left: 10px;
}
.padding-left-12 {
    padding-left: 12px;
}
.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-15 {
    padding-right: 15px;
}
.padding-vertical-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}
.padding-vertical-10{
    padding-top: 10px;
    padding-bottom: 10px;
}
.padding-vertical-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.padding-top-2 {
    padding-top: 2px;
}
.padding-top-4 {
    padding-top: 4px;
}
.padding-top-5 {
    padding-top: 5px;
}
.padding-top-10 {
    padding-top: 10px;
}
.padding-top-30 {
    padding-top: 30px;
}
.padding-top-1em {
    padding-top: 1em;
}
.padding-bottom-sides-15 {
    padding: 0px 15px 15px 15px
}
.position-relative{
    position: relative;
}
.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;
}
.top-22-negative {
    top: -22px;
}
.top-30-negative{
    top: -30px;
}
.vertical-align-middle {
    vertical-align: middle;
}
.width-10 {
    width: 10px;
}
.width-20 {
    width: 20px;
}
.width-23 {
    width: 23px;
}
.width-26 {
    width: 26px;
}
.width-30{
    width: 30px;
}
.width-50 {
    width: 50px;
}
.width-70 {
    width: 70px;
}
.width-80{
    width: 80px;
}
.width-130 {
    width: 130px;
}
.width-150 {
    width: 150px;
}
.width-200 {
    width: 200px;
}
.width-300{
    width: 300px;
}
.width-90-percent {
    width: 90%
}
.width-404 {
    width: 404px;
}
.width-420 {
    width: 420px;
}
.width-1250 {
    width: 1250px;
}
.width-1-percent {
    width: 1%;
}
.width-2-percent {
    width: 2%;
}
.width-5-percent {
    width: 5%;
}
.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-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-30-percent {
    width: 30%;
}
.width-35-percent {
    width: 35%;
}
.width-40-percent {
    width: 40%;
}
.width-85-percent {
    width: 85%
}
.width-100-percent {
    width: 100%;
}
.overflow-auto {
    overflow: auto;
}
.overflow-y-auto {
    overflow-y: auto;
}
.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;
}
.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;
}

.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%
}
.z-index-max {
    z-index: 1000001;
}

.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;
}

.TextRight {
    text-align: right;
}
.NotMargin {
    margin: 0;
}
.CustomModal-md {
    width: 400px;
}
.Cursor-Pointer {
    cursor: pointer;
}
.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;
}
.visibility-hidden{
    visibility:hidden
}
.visibility-visible {
    visibility:visible;
}
/*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);
}

.hr-divider {
    border-top: 3px double #000;
    background-color: #000;
}

.BU_InfoTag {
    background-color: #EDF1F4;
    margin: 5px 0px;
    padding: 10px 0px;
    border-radius: 5px;
}