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

/*  ------ botones redMotors ------  */

.btn-blue {
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    color: #ffffff;
    font-size: 15px;
}
    .btn-blue:hover {
        background-color: #1a1a1a;
        border-color: #1a1a1a;
        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;
}
    .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 redMotors ------  */

.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;
}
.box-title2 {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}
.sinpadding [class*="col-"] {
    padding: 0;
}

/*  -----  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 redMotors   -----    */
.skin-redMotors .main-header .navbar {
    background-color: #e3282b;
}
.skin-redMotors .treeview-menu>li>a {
    color: #ffffff;
}
.skin-redMotors .main-header .navbar .sidebar-toggle:hover {
    /*color: #999;*/
    background: #707070;
}
/*     -----  fin skin redMotors    -----   */

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



@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-naranja {
    background-color: #FF5100 !important;
}

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

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

.bg-redMotors-active {
    background-color: #888a8d !important;
}
.box.box-rojo {
    border-top-color: #a5282b;
}
.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;
}
.text-rojo{
    color:#a5282b;
}
.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;
}


.dropdown-menu {
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
    .dropdown-menu > li > a {
        text-align: left;
    }

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

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