
.wrapper .sidebar .sidebar-scroll-content 
{
    background-color: #004AAE !important;
}
.wrapper .topbar 
{
    background-color: #004AAE !important;
}
.wrapper .sidebar ul li.active-menuitem > a 
{
    background-color: #FF6600 !important;
    color: #FFFFFF !important; 
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    line-height: 1.6;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover {
    color: #000000 !important;
    background-color: #ffffff !important;
    text-decoration: none;
}
.btn-orange {
    color: #fff !important;
    background-color: #FF6600 !important;
    border-color: #FF6600 !important;
}

.btn-orange:hover {
    color: #000 !important;
    border-color: #FF6600 !important;
}
.btn-blue {
    color: #fff !important;
    background-color: #0C5DC6 !important;
    border-color: #004AAE !important;
}

.btn-blue:hover {
    color: #000 !important;
    border-color: #0C5DC6 !important;
}
.btn-red {
    color: #fff !important;
    background-color: #E20808  !important;
    border-color: #E20808 !important;
}

.btn-red:hover {
    color: #000 !important;
    border-color: #E20808 !important;
}
.btn-gray {
    color: #fff !important;
    background-color: #817E7E !important;
    border-color: #817E7E !important;
}

.btn-gray:hover {
    color: #000 !important;
    border-color: #817E7E !important;
}
.btn-green {
    color: #fff !important;
    background-color: #09910D !important;
    border-color: #09910D !important;
}

.btn-green:hover {
    color: #000 !important;
    border-color: #09910D !important;
}
.btn-blue-light {
    color: #fff !important; 
    background-color: #4D83DD !important;
    border-color: #004AAE !important;
}

.btn-blue-light:hover {
    color: #000 !important;
    border-color: #4D83DD !important;
}
.btn-primary {
    color: #fff;
    background-color: #3490dc;
    border-color: #3490dc;
}

.btn-primary:hover {
    color: #fff;
    background-color: #227dc7;
    border-color: #2176bd;
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268 !important;
    border-color: #545b62 !important;
}
.btn-warning {
    color: #212529;
    background-color: #E8D100;
    border-color: #E8D100;
}

.btn-warning:hover {
    color: #212529;
    background-color: #ffe924;
    border-color: #ffe817;
}
.btn-lg
{
    padding: 0.5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-sm
{
    padding: 0.25rem 0.5rem;
    font-size: 0.7875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
    width: 100%;
}
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.px-0
{
    padding-right:0 !important;
    padding-left:0 !important;
}
.pb-4 
{
    padding-bottom: 5.50rem !important;
}
.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.my-0
{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.my-1
{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}
.mb-4
{
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
}
.mb-3
{
    margin-top: 2.3rem !important;
    margin-bottom: 2.3rem !important;
}
.mt-3
{
    margin-top: 2.0rem !important;
    margin-bottom: 2.0rem !important;
}
.mt-0
{
    margin-top: 0.0rem !important;
    margin-bottom: 0.0rem !important;
}
.mx-1 {
    margin-right: 0.25rem !important;
}
.mr-1
{
    margin-right: 0.35rem !important; 
}
.mx-2 {
    margin-right: 0.5rem !important;
}
.small {
    font-size: 70%;
}
.small-2 {
    font-size: 90%;
}
.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}
.border-nav-blue {
    border-bottom: 1px solid #0C5DC6  !important;
}
.border-primary {
    border-color: #3490dc !important;
}
.border-blue {
    border: 2px solid #0C5DC6 !important;
}
.border-orange {
    border: 2px solid #FF6600 !important;
}
.border-bottom-orange {
    border-bottom: 2px solid #FF6600 !important;
}
.border-gray {
    border: 2px solid #817E7E !important;
}
.border-green {
    border: 2px solid #09910D !important;
}
.border-red {
    border: 2px solid #E20808 !important;
}
.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #38c172 !important;
}

.border-info {
    border-color: #6cb2eb !important;
}

.border-warning {
    border-color: #ffed4a !important;
}

.border-danger {
    border-color: #e3342f !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded-sm {
    border-radius: 0.2rem !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}
.contenedor-video a {
    background-color: rgba(255, 255, 255, 0.79);
    width: 7rem;
    height: 7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    color: #FF6600;
    font-size: 2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-clip: padding-box;
    border: 0 solid transparent;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }

.contenedor-video a:hover {
    background-color: #FF6600;
    color: #fff;
    border: 10px solid rgba(255, 255, 255, 0.5); }

.contenedor-video img {
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }

.contenedor-video:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
.d-inline-block {
    display: inline-block !important;
}
.position-relative {
    position: relative !important;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}

.ui-datatable th.ui-state-default, .ui-datatable tfoot td.ui-state-default{
    /*    background: #186ba0 !important;
        border-color: #186ba0 !important;*/
    background: #004AAE !important;
    border-color: #004AAE !important;
    color: #fff !important;
}
.ui-datatable th.ui-state-active {
    background: #186ba0 !important;
    color: #fff !important;
}
.ui-datatable-tablewrapper {
    font-size: 12px !important;
}
.ui-button, button.ui-button.ui-state-default, .ui-button.ui-state-default {
    border: 1px solid #186ba0 !important;
    color: #fff;
    background: #186ba0;
}
#user-logout
{
    color: #fff !important;
}
.text-white {
    color: #fff !important;
}

.bg-login
{
    background-color: #2398E5 !important;
}
.btn-info {
    color: #212529;
    background-color: #6cb2eb;
    border-color: #6cb2eb;
}

.btn-info:hover {
    color: #fff;
    background-color: #4aa0e6;
    border-color: #3f9ae5;
}
.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #4aa0e6;
    border-color: #3f9ae5;
    box-shadow: 0 0 0 0.2rem rgba(97, 157, 206, 0.5);
}
.btn-primary {
    color: #fff;
    background-color: #3490dc;
    border-color: #3490dc;
}

.btn-primary:hover {
    color: #fff;
    background-color: #227dc7;
    border-color: #2176bd;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #227dc7;
    border-color: #2176bd;
    box-shadow: 0 0 0 0.2rem rgba(82, 161, 225, 0.5);
}
.bg-blue
{
    background-color: #0C5DC6 !important;
}
.bg-secondary
{
    background-color: #6c757d !important;
}
/*.text-white
{
    color: #fff !important;
}*/
/*.ui-widget-header{
    background:#004AAE! Important;
}*/
.yui-carrusel-element li {altura: 600px; }
.ui-paginator-current
{
    color: #000 !important;
}
.product-item .product-item-content {
    border: 1px solid var(--surface-d);
    border-radius: 3px;
    margin: .3rem;
    text-align: center;
    padding: 2rem 0;
}

.product-item .product-image {
    width: 20%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)
}
.justificar-texto
{
    text-align: justify !important;
}
.text-blue
{
    color: #2398E5 !important;
}

@media print {
  .ocultar-al-imprimir {
    display: none;
  }
}