/* Minification failed. Returning unminified contents.
(11,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(354,16): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.8em'
 */
/** {*/
    /*font-size: 0.875rem; 0.9375rem, 0.875rem 14px */
    /*--bs-body-font-size: 0.875rem;
}*/
* {
    /*font-family: sans-serif;*/
    font-size: 0.91rem; /*Versión anteior bootstrap: 0.91rem, 14px*/
    line-height: 1.42857143; /*1.6 , versión anterior bootstrap: 1.42857143*/
}
.row {
    --bs-gutter-x: 0.5rem;
}

body.PROD {
    padding-top: 0px;
    padding-bottom: 20px;
}

body.DEV {
    background-repeat: repeat;
    background-image: url('../Images/DevBgImage.jpg');
    padding-top: 0px;
    padding-bottom: 20px;
}

body.TEST {
    background-repeat: repeat;
    background-image: url('../Images/TestBgImage.jpg');
    padding-top: 0px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Bootstrap 5 tweak: do not underline links unless hovered over */
a:not([class*="btn"]) {
    text-decoration: none;
}

    a:not([class*="btn"]):hover {
        text-decoration: none;
    }

a.btn {
    text-decoration: none !important;
}
    a.btn:hover {
        text-decoration: none !important;
    }

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/*This line is not coming in bootstrap*/
.form-control:disabled, .form-control[readonly] {
    background-color: #f8f5f0; /**#eee*/
    opacity: 1;
}

/* Set width on the form input elements since they're 100% wide by default 
input,
select,
textarea {
    max-width: 280px;
}*/
textarea {
    resize: none;
}

/*Full backgroud image*/
#bg {
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}

    #bg img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        min-width: 50%;
        min-height: 50%;
    }

.divLogin {
    content: "";
    background-color: #FFFFFF;
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;*/
    background-size: cover;
    width: 100%;
    opacity: 0.96;
    /*position: absolute;*/
    z-index: 500;
}
/* Page Header */
.page-header {
    z-index: 1001;
    /* Left Breadcumb */
    /* Mobile ;*/
}

.subtitle h5 {
    font-weight: 400;
    /*border-bottom: 2px solid #CCC;*/
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    padding: 3px 0 0 0;
}

.page-header h2 {
    /*color: #FFF;*/
    /*border-bottom: 2px solid #CCC;*/
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    float: left;
    height: 50px;
    font-size: 20px;
    font-size: 1.4rem;
    /*font-size: 19.2px;;font-size: 1.2rem;*/
    font-weight: 400;
    letter-spacing: normal;
    line-height: 50px;
    margin: 0 0 0 0; /*Old left -1px*/
    padding: 0 22px 0 0; /*Old left 20px*/
}

.page-header .breadcrumbs {
    display: inline-block;
    font-size: 0;
    line-height: 50px;
    margin: 0;
    padding: 0;
}

    .page-header .breadcrumbs li {
        color: #C3C3C3;
        display: inline-block;
        font-weight: 300;
    }

        .page-header .breadcrumbs li:after {
            content: '/';
            display: inline-block;
            font-size: 13.6px;
            font-size: 0.85rem;
            margin: 0 10px;
            vertical-align: middle;
        }

        .page-header .breadcrumbs li:last-child:after {
            display: none;
        }

    .page-header .breadcrumbs .fa-home {
        font-size: 22.4px;
        font-size: 1.4rem;
    }

    .page-header .breadcrumbs i {
        vertical-align: middle;
    }

    .page-header .breadcrumbs a,
    .page-header .breadcrumbs span {
        /*color: #C3C3C3;*/
        display: inline-block;
        font-size: 13.6px;
        font-size: 0.85rem;
        line-height: 20px;
        vertical-align: middle;
    }

.page-header .sidebar-right-toggle {
    cursor: pointer;
    color: #C3C3C3;
    display: inline-block;
    font-size: 17px;
    margin: 0 0 0 10px;
    height: 50px;
    width: 50px;
    vertical-align: top;
    text-align: center;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

    .page-header .sidebar-right-toggle i {
        line-height: 53px;
        vertical-align: middle;
    }

    .page-header .sidebar-right-toggle:hover {
        color: #CCC;
    }

.page-header.page-header-left-breadcrumb {
    position: relative;
    background: transparent !important;
    height: auto;
    top: 3px;
    margin: 0 0 15px;
    padding-left: 8px;
    border: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    z-index: 0;
}

    .page-header.page-header-left-breadcrumb h2 {
        float: none;
        height: 40px;
        line-height: 30px;
        color: #33353F;
        padding: 0;
        border: 0;
    }

    .page-header.page-header-left-breadcrumb .right-wrapper {
        float: none;
        padding-left: 0;
    }

    .page-header.page-header-left-breadcrumb .breadcrumbs {
        margin-top: -10px;
        line-height: 30px;
    }

        .page-header.page-header-left-breadcrumb .breadcrumbs a, .page-header.page-header-left-breadcrumb .breadcrumbs span {
            color: #757677;
        }

    .page-header.page-header-left-breadcrumb .sidebar-right-toggle {
        position: absolute;
        top: 30%;
        right: -25px;
        color: #33353F;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

@media (max-width: 767px) {
    .page-header .page-header-left-breadcrumb {
        margin-top: 15px;
    }

        .page-header .page-header-left-breadcrumb .sidebar-right-toggle {
            right: -15px;
        }
}
/* End Page Header */

.DivTitleGroup {
    /*color: #FFF;*/
    border-bottom: 2px solid #CCC;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    /*float: left;
    height: 50px;
    font-size: 19.2px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 50px;
    margin: 0 0 0 -1px;
    padding: 0 22px 0 20px;*/
}

/*Eliminar flechas en un input tipo "number"*/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

/*Scrol para autocompletar*/
.ui-autocomplete {
    z-index: 1510 !important;
    /*max-height: 300px;
    min-height: 100px;
    overflow-y: auto;*/
    /* prevent horizontal scrollbar */
    /*overflow-x: hidden;*/
}
/* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
/** html .ui-autocomplete {
    height: 300px;
    width: 300px;
}*/

.TextareaTextFixed {
    font-family: 'Courier New';
}

/*Adjunst for not display validation-summary error all the time */
.validation-summary-valid {
    display: none;
}

/*Adjusting calendar display in modal windows*/
.datepickerZindexAdjustment {
    z-index: 2000 !important;
}

/*Adjusting text to display in vertical way*/
.verticaltext {
    writing-mode: vertical-lr;
    text-orientation: mixed;
}

/*Adjusting body of modal popups in order to fix with screen height*/
.modal-body2 {
    height: calc(100vh - 5em);
    overflow-x: auto;
}

.disabledTag {
    pointer-events: none;
    opacity: 0.4;
}

.disabledDiv {
    pointer-events: none;
    opacity: 0.4;
}

/* Add styles for bootstrap submneu behavior, caret at the end*/
.dropdown-submenu a::after {
    position: absolute;
    right: 6px;
    top: auto; .8em
}
/* End Add styles for bootstrap*/

.bg-site-red {
    background-color: red !important;
}

.bg-site-yellow {
    background-color: yellow !important;
}

.text-yellow {
    color: yellow !important;
    font-weight:bolder;
}

.text-red {
    color: red !important;
    font-weight: bolder;
}

.text-orange {
    color: orange !important;
    font-weight: bolder;
}

.text-green {
    color: rgba(147, 197, 75) !important;
    font-weight: bolder;
}

.text-blue {
    color: blue !important;
    font-weight: bolder;
}

.text-strikethrough {
    text-decoration: line-through;
}

.text-strikethrough-muted {
    text-decoration: line-through;
    color: rgba(62, 63, 58, 0.75);
}

/*Begin Borders*/
.NoBorder {
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

.AllBorder {
    border-bottom: black 1px solid;
    border-left: black 1px solid;
    border-top: black 1px solid;
    border-right: black 1px solid;
}

.NoTopBorder {
    border-bottom: black 1px solid;
    border-left: black 1px solid;
    border-top-style: none;
    border-right: black 1px solid;
}

.OnlyLeftBottomBorder {
    border-bottom: black 1px solid;
    border-left: black 1px solid;
    border-right-style: none;
    border-top-style: none;
}

.OnlyBottomBorder {
    border-bottom: black 1px solid;
    border-left-style: none;
    border-top-style: none;
    border-right-style: none;
}

.OnlyBottomRightBorder {
    border-bottom: black 1px solid;
    border-left-style: none;
    border-right: black 1px solid;
    border-top-style: none;
}
/*End Borders*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}
