﻿.content-wrapper {
    background-color: #fff;
}

/*  ------ botones Uniserse ------  */

.btn-blue {
    background-color: #202945;
    border-color: #161c30;
    color: #ffffff;
    font-size: 15px;
}

.btn-blue:hover {
    background-color: #161c30;
    border-color: #202945;
    color: #ffffff;
}

.btn-blue.focus,
.btn-blue:focus {
    background-color: #161c30;
    border-color: #202945;
    color: #ffffff;
}

.btn-outline-secondary {
    color: #555555;
    background-image: none;
    background-color: transparent;
    border-color: #99A9B8;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #202945;
    border-color: #99A9B8;
}

.btn-outline-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-outline-default:hover {
    color: #333;
    background-color: #E6E6E6;
}

.close {
    color: #FF5100;
    text-shadow: 0 1px 0 #8c8c8c;
    opacity: unset;
}

.btn-outline-input {
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    background-color: transparent;
    border-color: #d2d6de;
}

.btn-outline-input:hover {
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #202945;
    border-color: #d2d6de;
}

.btn-link {
    color: #2E9737;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
    color: #1c5c22;
}


.btn-naranja {
    background-color: #FF5100;
    border-color: #b33900;
    color: #ffffff;
    font-size: 15px;
}

.btn-naranja:hover {
    background-color: #cc4100;
    border-color: #FF5100;
    color: #ffffff;
}

.btn-naranja.focus,
.btn-naranja:focus {
    background-color: #cc4100;
    border-color: #FF5100;
    color: #ffffff;
}

.btn-app {
    margin-top: 5px;
}

/*  ------ fin botones Uniserse ------  */

.box {
    border-top: 3px solid #d2d6de;
}

.c,
c {
    font-size: 15px;
    background-color: #fff;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
}

.e,
e {
    font-style: italic;
    font-size: 15px;
    color: #555555;
    border-color: #202945;
}

.panel-default>.panel-heading {
    background-color: #99a9b8;
    border-color: #99a9b8;
}

.box-header>.fa,
.box-header>.glyphicon,
.box-header>.ion,
.box-header .box-title {
    font-size: 20px;
    font-size: 18px;
    color: #17a2b8;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}

.box-title2 {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}

.sinpadding [class*="col-"] {
    padding: 0;
}

.sinpaddingDer {
    padding-right: 0 !important;
}

/*  -----  loading principal  -----  */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10;
    color: white;
    display: inline-block;
}

#main {
    height: 40px;
    width: 40px;
    background: #202945;
    border-radius: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}

div2 {
    height: 14px;
    width: 14px;
    border-radius: 100%;
    position: absolute;
    margin: auto;
}

.ball-one {
    top: 0;
    left: 0;
    right: 65px;
    bottom: 65px;
    animation: anim 2s infinite ease-in;
}

@keyframes anim {
    0% {
        background: #FF5100;
        right: 65px;
        bottom: 65px;
        z-index: 150;
    }

    33% {
        right: -65px;
        bottom: -65px;
    }

    66% {
        width: 10px;
        height: 10px;
    }

    99% {
        right: 65px;
        bottom: 65px;
        height: 14px;
        width: 14px;
        z-index: 0;
    }

    100% {
        background: #FF5100;
    }
}

.ball-two {
    top: 0;
    right: 0;
    left: 65px;
    bottom: 65px;
    animation: anim-two 2s infinite ease-in;
    animation-delay: .4s;
}

@keyframes anim-two {
    0% {
        background: #FF5100;
        left: 65px;
        bottom: 65px;
        z-index: 150;
    }

    33% {
        left: -65px;
        bottom: -65px;
    }

    66% {
        width: 10px;
        height: 10px;
    }

    99% {
        left: 65px;
        bottom: 65px;
        height: 14px;
        width: 14px;
        z-index: 0;
    }

    100% {
        background: #FF5100;
    }
}

.ball-three {
    top: -65px;
    right: 0;
    left: 0;
    bottom: 0;
    animation: anim-three 2s infinite ease-in;
    animation-delay: .8s;
}

@keyframes anim-three {
    0% {
        background: #FF5100;
        top: -65px;
        z-index: 150;
    }

    33% {
        top: 65px;
    }

    66% {
        width: 10px;
        height: 10px;
    }

    99% {
        top: -65px;
        height: 14px;
        width: 14px;
        z-index: 0;
    }

    100% {
        background: #FF5100;
    }
}

/*  -----  fin loading principal  -----  */

.contenedorElimindao {
    position: relative;
}

.alertaEliminado {
    position: absolute;
    top: 8px;
    right: 16px;
    font-size: 18px;
}

/*/*    -----   skin uniserse   -----    */
.skin-uniserse .main-header .navbar {
    background-color: #8e8d8d;
}

.skin-uniserse .treeview-menu>li>a {
    color: #d8d4d4;
}

.skin-uniserse .main-header .navbar .sidebar-toggle:hover {
    /*color: #999;*/
    background: #707070;
}

/*     -----  fin skin uniserse    -----   */

pre {
    background-color: transparent;
}

#centro {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.marco-logo {
    border: 0px solid #d3d3d3;
}

a.sinhover {
    color: antiquewhite;
}

a.sinhover:hover {
    color: white;
    text-decoration: underline;
}

a.uniserse {
    color: #202945;
}

a.uniserse:hover {
    color: #828989;
    text-decoration: underline;
}


@media (min-width: 1200px) {
    .table-responsive {
        overflow: visible;
    }
}

@media (max-width: 1198px) {

    /*.table-responsive .dropdown-menu {
        position: static !important;
    }*/
    .table-responsive {
        overflow: visible;
    }
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 0px solid #ddd;
    }

    .table-responsive>.table {
        margin-bottom: 0;
    }

    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap;
    }

    .table-responsive>.table-bordered {
        border: 0;
    }

    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0;
    }

    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0;
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0;
    }
}

/*  -----  menú fijo  -----  */
.main-header {
    position: fixed;
}

.main-sidebar,
.left-side {
    position: fixed;
}

.label {
    border-radius: 0;
}

.box.box-solid.box-raton>.box-header {
    color: #ffffff;
    background: #222d32;
    background-color: #222d32;
}

.box.box-solid.box-raton>.box-header a,
.box.box-solid.box-raton>.box-header .btn {
    color: #ffffff;
}

.bg-raton {
    background-color: #222d32 !important;
}

.bg-raton-active {
    background-color: #1F292E !important;
}

.bg-raton,
.bg-raton-active {
    color: #fff !important;
}

.bg-uniserse {
    background-color: #17a2b8 !important;
}

.bg-uniserse-active {
    background-color: #192037 !important;
}

.bg-uniserse,
.bg-uniserse-active {
    color: #fff !important;
}

.bg-naranja {
    background-color: #FF5100 !important;
}

.bg-naranja-active {
    background-color: #cc4000 !important;
}

.bg-naranja,
.bg-naranja-active {
    color: #fff !important;
}

.box.box-naranja {
    border-top-color: #FF5100;
}

.box.box-purpura {
    border-top-color: #7D2C7D;
}

.box.box-verde {
    border-top-color: #2E9737;
}

.text-naranja {
    color: #FF5100;
}

.table>thead>tr>th {
    border-bottom: 2px solid #e7e7e7;
    font-size: 16px;
}

.modal-footer {
    padding-top: 0px;
    border-top-width: 0px;
}

.modal-body {
    padding-bottom: 0px;
}

/*  -----  loading modals  -----  */
.spinner {
    margin: 10px auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
}

.dot1,
.dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #202945;
    border-radius: 100%;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
    background-color: #FF5100;
}

@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

/*  -----  fin loading modals  -----  */

.content-header {
    padding-top: 20px;
}

.callout.callout-uniserse {
    background-color: #202945;
    border-color: #FF5100;
    color: #fff;
}

.dropdown-menu {
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu>li>a {
    text-align: left;
}

.box-footer {
    border-top: 0;
}

.callout.callout-uniserse {
    background-color: #d5ead7;
    border-color: #2E9737;
    color: #2E9737;
}

.spinner {
    margin: 10px auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
}

.dot1,
.dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #202945;
    border-radius: 100%;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
    background-color: #FF5100;
}

@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }

}

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
}

.twitter-typeahead .tt-hint {
    display: none;
}

.tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    cursor: pointer;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

.tt-suggestion:hover,
.tt-suggestion:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

.label-info {
    background-color: #1a2226 !important;
}

.icon-github {
    background: no-repeat url('../img/github-16px.png');
    width: 16px;
    height: 16px;
}

.bootstrap-tagsinput {
    width: 100%;
}

.accordion {
    margin-bottom: -3px;
}

.accordion-group {
    border: none;
}

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
}

.twitter-typeahead .tt-hint {
    display: none;
}

.tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    cursor: pointer;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

.tt-suggestion:hover,
.tt-suggestion:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.container input:checked~.checkmark {
    background-color: #753bbc;
}

.btn-blue-input {
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-image: none;
    background-color: #202945;
    border-color: #202945;
    height: 34px;
}

.bootstrap-tagsinput {
    width: 100%;
}

.icheckbox_minimal-blue {
    background-position: 0 0;
}

.icheckbox_minimal-blue.hover {
    background-position: -20px 0;
}

.icheckbox_minimal-blue.checked {
    background-position: -40px 0;
}

.icheckbox_minimal-blue.disabled {
    background-position: -60px 0;
    cursor: default;
}

.icheckbox_minimal-blue.checked.disabled {
    background-position: -80px 0;
}

.disabled {
    pointer-events: none;
    opacity: 0.6;
}

/* The container */
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked~.checkmark {
    background-color: #2E9737;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.datosText {
    color: #707070
}

.datosText2 {
    color: #222d32
}

.tooltip-inner {
    max-width: 400px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

.text-verde {
    color: #2E9737;
}

.no-margin-top {
    margin-top: 0px;
}

.text-blue-read {
    color: #202945 !important;
    font-weight: 600;
}

.page-header {
    font-size: 20px;
}

/* botones flotantes */
.sticky-container {
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: -130px;
    top: 480px;
    width: 210px;
    z-index: 9;
}
.sticky-containerDetalle {
  padding: 0px;
  margin: 0px;
  position: fixed;
  right: -130px;
  top: 230px;
  width: 210px;
  z-index: 9;
}

.sticky li {
    list-style-type: none;
    background-color: #fff;
    color: #efefef;
    height: 43px;
    padding: 0px;
    margin: 0px 0px 1px 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

.sticky li:hover {
    margin-left: -115px;
}

.sticky li img {
    float: left;
    margin: 5px 4px;
    margin-right: 5px;
}

.sticky li p {
    padding-top: 13px;
    margin: 0px;
    line-height: 16px;
    font-size: 15px;
}

.sticky li p a {
    text-decoration: none;
    color: #2C3539;
}

.sticky li p a:hover {
    text-decoration: underline;
}

/* fin botones flotantes */
.svg-inTable {
    padding-right: 5px;
    padding-left: 5px;
}

.mayusculas {
    text-transform: uppercase;
}

.widget-user .widget-user-image {
    top: 5px;
}

.widget-user .box-footer {
    padding-top: 80px;
}

.box-footer {
    padding: 80px 0px 0px;
}

.espaciadoArriba {
    padding-top: 10px;
}

.espaciadoIzquierda {
    padding-left: 10px;
}

.espaciadoAbajo {
    padding-bottom: 20px;
}

.menu {
    width: 100%;
}

.ulMenu {
    padding: 0;
    margin: 0;
}

.ulMenu li a {
    display: block;
    padding: 15px 11px;
    color: #666666;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;

}

.ulMenu li {
    list-style: none;
    background-color: white;
    margin-top: 10px;
}

.ulMenu li:last-child {
    margin-bottom: 10px;
}

.ulMenu li a:hover {
    background-color: #17a2b8;
    color: #ffffff;
}

.liMenuGrisOscuro {
    border-left: 4px solid #4a4a4a;
}

.liMenuGrisClaro {
    border-left: 4px solid #ececec;
}

.liMenuAzul {
    border-left: 4px solid #202945;
}

.liMenuNaranja {
    border-left: 4px solid #fd5100;
}

@media only screen and (max-width : 600px) {
    .menu {
        width: 40px;
        height: 40px;
        background: #08c9a2 url('http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/32x32/list_bullets.png') no-repeat scroll 50% 50%;
    }

    .menu .ulMenu {
        display: none;
    }

    .menu:hover .ulMenu {
        display: block;
    }

    .menu:hover {
        width: 100px;
        height: auto;
    }
}

.sinpadding {
    padding: 0px !important;
}

.sinPaddingLateral {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.paddingLateral {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.sinMargin {
    margin: 0px !important;
}

.separadorHeaderContenido {
    padding-top: 0px;
    border-top: 1px solid #999;
}

.card-widget {
    border: 0;
    position: relative;
}

.card-title {
    margin-top: 10px;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    margin-bottom: 1rem;
}

.card-body {
    padding: 8px 15px;
}

.espaciadoTituloCard {
    padding-top: 15px;
    padding-bottom: 15px;
}

.widget-user .widget-user-header {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    height: 115px;
    padding: 1rem;
    text-align: center;
}

.altoWidgetTituloPEq {
    height: auto !important;
}

.bg-info,
.bg-info>a {
    color: #fff !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

.widget-user .widget-user-username {
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 0;
    text-shadow: 0 1px 1px rgb(0 0 0 / 20%);
}

.widget-user .widget-user-desc {
    margin-top: 0;
}

.widget-user .widget-user-image2 {
    left: 50%;
    margin-left: -45px;
    position: absolute;
    top: 90px;
}

.widget-user .card-footer {
    padding-top: 60px;
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 0) calc(.25rem - 0);
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: #ffffff;
    border-top: 0 solid rgba(0, 0, 0, .125);
}

.tab-content {
    padding: 15px;
}

.espaciadoCard {
    padding: 15px 0px 15px 15px;
}

.espaciadoLateral {
    padding-left: 15px;
    padding-right: 15px;
}

.margenLateralCard {
    padding-left: 12px;
    padding-right: 12px;
    margin-left: 12px;
    margin-right: 12px;
}


.box.box-card {
    border-top-color: #d2d6de;
    border-top: 1px solid #d2d6de;
}

.tituloCarsTabs {
    font-size: 15px !important;
    color: #000000 !important;
}

.colorIconoCard {
    color: #17a2b8 !important;
    font-size: 14px !important;
}

.colorIconoCardVerde {
  color: #2E9737 !important;
  font-size: 14px !important;
}

.user-block img {
    width: 70px;
    height: 70px;
    float: left;
}

.user-block .username,
.user-block .description,
.user-block .comment {
    display: block;
    margin-left: 0px;
}

.colTitulosCards {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.titulosCardsBuscador {
    color: #ffffff;
}

.titulosCardsPeq {
    color: #192037;
    font-size: 18px;
}

.textoCardsPeq {
    color: #192037;
    font-size: 15px;
}

.titulosCards {
    color: #192037;
}

.descripcionCardsBuscador {
    color: #e1e1e1 !important;
}

.textoizquierda {
    text-align: left !important;
}

.altoCardTabTitulo {
    height: 125px !important;
}

.cardContenido {
    height: auto !important;
    text-align: left !important;
}

.espaciadoPequeño {
    padding: 5px !important;
}

.altoCardTabFooter {
    padding-top: 10px !important;
}


.rowResultados {
    background-color: #ffffff;
}

.fondoEstado {
    background-color: #f0f3f6;
    margin: 10px;
    padding: 5px 10px;
}


.espaciadoResultadosBusqueda {
    padding: 0px 20px 0px;
}

.rowDetalle {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0px;
}

.bordeSuperior {
    border-top: 3px solid #17a2b8;
}

.recuadroResultados {
    border: 1px solid #ddd;
}

.bordeInferiorResultados {
    border-bottom: 1px solid #ddd;
}

.iconosResultados {
    background-color: #17a2b8;
    color: #ffffff !important;
    padding: 10px;
}

.iconosResultadosVerde {
  background-color: #2E9737 !important;
  /* border: 1px solid #2E9737 !important; */
  color: #ffffff  !important;
  padding: 10px;
}


.iconosResultadosSinFondo {
    color: #17a2b8;
    padding: 3px;
}

.espaciadoAbajoResultados {
    margin-bottom: 20px;
}

.columnaResultadosDer {
    background-color: #DEE1E8;
}

.columnaIzqTabla {
    background-color: #DEE1E8;
    padding: 5px 10px;
    width: 70px;
}

.columnaMedioTabla {
    background-color: #ffffff;
    padding: 5px 10px;
    width: 300px;
}

.columnaIconoTabla {
    background-color: #ffffff;
    padding: 5px 5px;
    width: 30px;
}


.motivo {
    font-size: 18px;
    color: #000000;
}

.separacionColumnas {
    border-left: 2px solid #707070;
}

.separacionColumnasIzq {
    border-right: 2px solid #707070;
}

.todosBordes {
    border: 1px solid rgba(0, 0, 0, .125);
}

ul.timeline {
    list-style-type: none;
    position: relative;
}

ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

ul.timeline>li {
    margin: 20px 0;
    padding-left: 20px;
}

ul.timeline>li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}


.tracking-detail {
    padding: 3rem 0
}

#tracking {
    margin-bottom: 1rem
}

[class*=tracking-status-] p {
    margin: 0;
    font-size: 1.1rem;
    color: #fff;
    text-transform: uppercase;
    text-align: center
}

[class*=tracking-status-] {
    padding: 1.6rem 0
}

.tracking-status-intransit {
    background-color: #65aee0
}

.tracking-status-outfordelivery {
    background-color: #f5a551
}

.tracking-status-deliveryoffice {
    background-color: #f7dc6f
}

.tracking-status-delivered {
    background-color: #4cbb87
}

.tracking-status-attemptfail {
    background-color: #b789c7
}

.tracking-status-error,
.tracking-status-exception {
    background-color: #d26759
}

.tracking-status-expired {
    background-color: #616e7d
}

.tracking-status-pending {
    background-color: #ccc
}

.tracking-status-inforeceived {
    background-color: #214977
}

.tracking-item {
    border-left: 1px solid #17a2b8;
    position: relative;
    padding: 2rem 1.5rem .5rem 2.5rem;
    font-size: 1.3rem;
    margin-left: 3rem;
    min-height: 5rem;
    font-size: 14px;
}

.tracking-item:last-child {
    padding-bottom: 4rem
}

.tracking-item .tracking-date {
    margin-bottom: .5rem
}

.tracking-item .tracking-date span {
    color: #888;
    font-size: 85%;
    padding-left: .4rem
}

.tracking-item .tracking-content {
    padding: .5rem .8rem;
    background-color: #f4f4f4;
    border-radius: .5rem
}

.tracking-item .tracking-content span {
    display: block;
    color: #888;
    font-size: 85%
}

.tracking-item .tracking-icon {
    line-height: 2.6rem;
    position: absolute;
    left: -1.3rem;
    width: 2.6rem;
    height: 2.6rem;
    text-align: center;
    border-radius: 50%;
    font-size: 1.1rem;
    background-color: #fff;
    color: #fff
}

.tracking-item .tracking-icon.status-sponsored {
    background-color: #f68
}

.tracking-item .tracking-icon.status-delivered {
    background-color: #4cbb87
}

.tracking-item .tracking-icon.status-outfordelivery {
    background-color: #f5a551
}

.tracking-item .tracking-icon.status-deliveryoffice {
    background-color: #f7dc6f
}

.tracking-item .tracking-icon.status-attemptfail {
    background-color: #b789c7
}

.tracking-item .tracking-icon.status-exception {
    background-color: #d26759
}

.tracking-item .tracking-icon.status-inforeceived {
    background-color: #214977
}

.tracking-item .tracking-icon.status-intransit {
    color: #17a2b8;
    border: 1px solid #17a2b8;
    font-size: .6rem
}

@media(min-width:992px) {
    .tracking-item {
        margin-left: 10rem
    }

    .tracking-item .tracking-date {
        position: absolute;
        left: -10rem;
        width: 7.5rem;
        text-align: right
    }

    .tracking-item .tracking-date span {
        display: block
    }

    .tracking-item .tracking-content {
        padding: 0;
        background-color: transparent
    }
}

.show {
    opacity: 1 !important;
}

.step {
    opacity: 0;
    transition: .5s ease-in-out all;
}

.rowConteneddorDetalle,
.rowContenedorResultados {
    display: table;
    width: 100%;
}

.columnaMenu {
    background-color: #D7D8DA;
    float: none;
    display: table-cell;
    vertical-align: top;
}

.columnaContenido {
    background-color: #F5F6FA;
    float: none;
    display: table-cell;
    vertical-align: top;
}

.columnaResultadosIzq {
    float: none;
    display: table-cell;
    vertical-align: top;
}

.columnaResultadosDer {
    float: none;
    display: table-cell;
    vertical-align: top;
}

.contenedorBitadora {
    border: 1px solid #ddd;
    padding: 10px;
}

.ngx-datatable .datatable-header .datatable-header-cell.sortable .datatable-header-cell-wrapper {
    font-weight: bold !important;
}

.datatable-row-detail {
    height: auto !important;
    background-color: #FaFaFa;
    padding-right: 35px;
    padding-left: 35px;
    padding-bottom: 5px;
    border: 1px solid rgba(0, 0, 0, .125);
    margin-bottom: 10px;
}

.primas .datatable-row-detail {
    background-color: #FaFaFa !important;
}

.pagos .datatable-row-detail {
    background-color: #ffffff !important;
    border: 0px;
}

.reintegros .datatable-row-detail {
    background-color: #FaFaFa !important;
}

.cardAnidado {
    background-color: transparent !important;
    border: 0px;
    box-shadow: none;
}

.box.box-gris {
    border-top-color: #c0c0c0 !important;
}

.box.box-celeste {
    border-top-color: #17a2b8 !important;
}

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

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

.datatable-row-center,
.datatable-header-inner {
    width: 100% !important;
}

.bordeInferiorPeriodos {
    border-bottom: 1px solid #17a2b8;
}

.filaComisiones {
    border: 1px solid rgba(0, 0, 0, .125);
    margin-top: 10px;
    margin-bottom: 10px;
}


.filaDetallePago {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 30px;
    background-color: #f8f8f8;
}

.alert {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 50%;
    color: black !important;
    margin-bottom: 0px;
    background-color: #EFEFEF !important;
}

.alert .fa-check-circle {
    color: #00a65a !important;
    font-size: 40px;
    margin-right: 20px;
}

.alert .fa-exclamation-triangle {
    color: #FF9906 !important;
    font-size: 40px;
    margin-right: 20px;
}

.alert .fa-window-close,
.modal.custom .modal-dialog .modal-content .fa-window-close {
    color: #F65044 !important;
    font-size: 40px;
    margin-right: 20px;
}

.alert-success {
    background-image: none !important;
    filter: none !important;
    background-repeat: repeat-x;
    border-color: #b2dba1;
}

.alert-warning {
    background-image: none !important;
    filter: none !important;
    background-repeat: repeat-x;
    border-color: #FF9906;
}

.alert-error {
    background-image: none !important;
    filter: none !important;
    background-repeat: repeat-x;
    border-color: #F65044;
}

.tituloAlerta {
    font-weight: bold;
    font-size: 18px;
    color: #333;
}

.animationCardUser,
.animacionTablas,
.animacionCard {
    background: #fff;
    border: 1px solid;
    border-color: #e5e6e9;
    border-radius: 3px;
    display: block;
    height: 204px;
    width: 100%;
    padding: 0px;
}

.animacionTablas {
    height: 104px;
}

.animacionCard {
    height: 94px;
    padding: 10px;
}

.sinBorde {
    border: 0px;
}

@keyframes animate {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }

}

#container {
    width: 100%;
    height: 30px;
}

#primeraFila {
    position: relative;
    background-color: #CCC;
    height: 6px;
    animation-name: animate;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, #d1d1d1), color-stop(18%, #c1c1c1), color-stop(33%, #d1d1d1));
    background: -webkit-linear-gradient(left, #d1d1d1 8%, #c1c1c1 18%, #d1d1d1 33%);
    background: linear-gradient(to right, #d1d1d1 8%, #c1c1c1 18%, #d1d1d1 33%);
    -webkit-background-size: 800px 104px;
}

#quintaFila,
#segundaFila,
#sextaFila,
#terceraFila,
#setimaFila,
#cuartaFila {
    position: relative;
    background-color: #CCC;
    height: 6px;
    animation-name: animate;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
    background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    -webkit-background-size: 800px 104px;
}

#quintaFila {
    left: 0;
    height: 80px;
    width: 100%;
}

#primeraFila {
    left: 0;
    height: 15px;
    width: 100%;
}

#segundaFila {
    left: 0px;
    top: 15px;
    width: 100%;
}

#sextaFila {
    left: 10px;
    top: 30px;
    width: 93%;
}

#terceraFila {
    left: 0px;
    top: 30px;
    width: 100%;
}

#setimaFila {
    left: 10px;
    top: 60px;
    width: 93%;
}

#cuartaFila {
    left: 0px;
    top: 45px;
    width: 100%;
}

.bs-datepicker-head {
    background-color: #17a2b8 !important;
}

.labelModal {
    font-size: 16px;
}

.ngx-datatable .datatable-header,
.ngx-datatable .datatable-footer {
    border-bottom: 1px solid #D0D0D0;
    border-top: 1px solid #D0D0D0;
    vertical-align: middle;
    padding-top: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.gifLoading {
    font-size: 16px;
    color: #17a2b8;
}

.iconoRefresh {
    font-size: 16px;
    color: #17a2b8;
}

.textoAzul {
    color: #17a2b8;
}


.anchoFilaPaginacion {
    width: 100%;
}

.btnAceptar {
    background-color: #17a2b8 !important;
    color: #ffffff !important;
    border: 1px solid #ffffff;
}

.btnCancelar {
    background-color: #ffffff !important;
    color: #17a2b8 !important;
    border: 1px solid #17a2b8;
}

.btnError {
    background-color: #ffffff !important;
    color: #e57373 !important;
    border: 1px solid #e57373;
}

.btnCerrar {
    background-color: #ffffff !important;
    color: #C1c1C1 !important;
    border: 1px solid #C1c1C1;
}

.bg-error {
    background-color: #ffffff !important;
}

.iconoErrorTituloModal {
    width: 98%;
    color: #e57373;
    font-size: 38px !important;
    text-align: center;
}

.tituloErrorModal {
    color: #000000;
    font-size: 30px !important;
    text-align: center;
}

.textoErrorModal {
    color: #000000;
    font-size: 18px !important;
    text-align: center;
}

.modal.custom .modal-dialog {
    width: 50%;
    position: fixed;
    bottom: 0px;
    right: 0px;
    margin: 0px;
    color: black;
    background-color: #efefef;
    border: 1px solid red;

}

.modal.custom .modal-dialog .modal-content {
    background-color: #efefef;
}

.recuadroGris {
    background-color: #f0f0f0;
    padding: 10px;
}

.progress-bar {
    background-image: -webkit-linear-gradient(top, #17a2b8 0, #138799 100%);
    background-image: -o-linear-gradient(top, #17a2b8 0, #138799 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#17a2b8), to(#138799));
    background-image: linear-gradient(to bottom, #17a2b8 0, #138799 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17a2b8', endColorstr='#ff138799', GradientType=0);
    background-repeat: repeat-x;
}

.progress {
    background-image: -webkit-linear-gradient(top, #d6d6d6 0, #f0f0f0 100%);
    background-image: -o-linear-gradient(top, #d6d6d6 0, #f0f0f0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#f0f0f0));
    background-image: linear-gradient(to bottom, #d6d6d6 0, #f0f0f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd6d6d6', endColorstr='#fff0f0f0', GradientType=0);
    background-repeat: repeat-x;
    height: 3px !important;
}

.titulosProgress {
    padding-right: 10px;
}

.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell,
.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-group-cell {
    white-space: normal !important;
}

.modalDinamico {
    min-height: 250px;
    overflow-y: scroll;
}

.textoMayuscula {
    text-transform: uppercase;
}

.datatable-row-even {
    background-color: #ffffff;
}

.datatable-row-odd {
    background-color: #f0f0f0;
}

.datatable-body-cell {
    display: flex !important;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
}

.bs-tooltip-top {
    display: none !important;
    visibility: hidden !important;

}

.pointer {
    cursor: pointer;
}

.anchoProgressBarTitulo {
    width: 60px
}

.espaciadoLoading {
    padding: 10px;
}


  .menu-nav {

    display: flex;
    justify-content: space-between;
  }

  .menu-item {
    color: #FCC;
    padding: 3px;
  }

  .three-dots:after {
    cursor: pointer;
    color: #ffffff;
    content: '\2807';
    font-size: 20px;
    padding: 0 5px;
  }

  .dropdown a {
    text-decoration: none;
    color: #000;
}

  .dropdown a:hover {
    text-decoration: none;
    color: #000;
  }

  .dropdown hr {
    margin: 0px;
  }

  .dropdown a div {
    padding: 2px;
  }

  .dropdown a div  i {
    color: #000000;
    padding: 2px;
  }


  .dropdown a div i:hover {
    color: #17a2b8;
  }

  .tdPadding {
    padding: 10px;
  }

  .dropdown {
    position: absolute;
    right: 10px;
    background-color: #fff;
    outline: none;
    opacity: 0;
    z-index: -1;
    max-height: 0;
    transition: opacity 0.1s, z-index 0.1s;
    max-height: 5s;
    padding: 5px;
  }

  .dropdown-container:focus {
    outline: none;
  }

  .dropdown-container:focus .dropdown {
    opacity: 1;
    z-index: 100;
    max-height: 100vh;
    transition: opacity 0.2s, z-index 0.2s;
     max-height: 0.2s;
  }

  .panel-default>.panel-heading {
    background-image: -webkit-linear-gradient(top,#17a2b8 0,#17a2b8 100%);
    background-image: -o-linear-gradient(top,#17a2b8 0,#17a2b8 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#17a2b8),to(#17a2b8));
    background-image: linear-gradient(to bottom,#17a2b8 0,#17a2b8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff17a2b8', endColorstr='#ff17a2b8', GradientType=0);
    background-repeat: repeat-x;
    color: #ffffff;
}

.e-multiselect .e-delim-values {
    font-size: 14px !important;
}

.aparece {
    display:inline;
}

.noaparece {
    display: none;
}
