﻿@media (max-width: 599px) {

    .tituloSistema {
        display: none;
    }

    .linksSistemas {
        padding: 0;
        height: 46px;
        z-index: 12;
        position: relative;
    }

        .linksSistemas a {
            position: absolute;
        }

        .linksSistemas img {
            width: 60px;
            padding: 5px 10px;
        }

        .linksSistemas a, .linksSistemas img {
            float: left;
        }
}

@media (min-width: 600px) and (max-width: 949px) {

    .linksSistemas {
        padding: 0;
        height: 46px;
        z-index: 12;
        position: relative;
    }

        .linksSistemas a {
            position: absolute;
            width: auto;
            height: 46px;
            top: 0px;
            left: 0px;
            color: #fff;
        }

        .linksSistemas div {
            padding: 12px 4px;
            font-size: 16px;
            float: left;
        }

        .linksSistemas img {
            width: 60px;
            padding: 5px 10px;
        }

        .linksSistemas a, .linksSistemas img {
            float: left;
        }

    .tituloSistema small {
        display: none;
    }
}

@media (min-width: 950px) {

    .linksSistemas {
        padding: 0;
        height: 46px;
        z-index: 12;
        position: relative;
    }

        .linksSistemas a {
            position: absolute;
            width: auto;
            height: 46px;
            top: 0px;
            left: 0px;
            color: #fff;
        }

        .linksSistemas div {
            padding: 12px 4px;
            font-size: 16px;
            float: left;
        }

        .linksSistemas img {
            width: 60px;
            padding: 5px 10px;
        }

        .linksSistemas a, .linksSistemas img {
            float: left;
        }
}

@media (max-width: 768px) {
    .control-sidebar {
        padding-top: 60px;
    }
}
.content-wrapper {
    background-color: #ffffff;
}

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

.btn-blue {
    background-color: #202945;
    border-color: #161c30;
    color: #ffffff;
}
    .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;
    }

.btn-outline-input {
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    background-color: transparent;
    border-color: #d2d6de;
    height: 34px;
}
    .btn-outline-input:hover {
        font-size: 14px;
        line-height: 1.42857143;
        color: #fff;
        background-color: #202945;
        border-color: #d2d6de;
    }
.btn-blue-input {
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-image: none;
    background-color: #202945;
    border-color: #202945;
    height: 34px;
}
    .btn-blue-input:hover {
        font-size: 14px;
        line-height: 1.42857143;
        color: #fff;
        background-color: #161c30;
        border-color: #202945;
    }

.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;
}
    .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;
}

.btn-outline-select {
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    background-color: transparent;
    border-color: #d2d6de;
    height: 34px;
}
/*  ------ 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: 22px;
}
.box-title2 {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}
.sinpadding [class*="col-"] {
    padding: 0;
}

/*  -----  loading principal  -----  */
.overlay
 {
     position: fixed;
     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 .main-header > .logo {
    background-color: #707070;
    color: #707070;
    font-style: italic;
}
.skin-uniserse .main-header > .logo:hover {
    background-color: #707070;
}*/
.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;
}
a.uniserseNaranaja {
    color: #FF5100;
}
    a.uniserseNaranaja:hover {
        color: #ff854c;
        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;
}*/

.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: #202945 !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;
}

.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;
}
/* botones flotantes */
.sticky-container {
    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 */

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

    .close:hover,
    .close:focus {
        color: #e7e7e7;
        opacity: unset;
    }

.asterisk-required {
    font-size: 8px;
    color: #FF5100;
}

.lnkSubmenuReclamos {
    color: #ffffff;
    /*padding-bottom: 10px;*/
    padding-top: 10px;
    display: block;
}

    .lnkSubmenuReclamos p {
        text-align: center;
        margin: 0;
    }

.tab-pane h3 {
    font-size: 16px;
}
