﻿.numNegativo{
    color: darkred;
}

.cantidad{
    text-align: right;
    font-weight: bold;
}


.formtr td input {
    margin: 0;
    border: 0;
    width:100%;
}


input{
    padding: 3px;
}
/*DropDown tabla navegable inicio*/

.dropdown-menu.ddlista{
    margin-top:-33px;
    padding-top: 0;
}
.dropdown-menu input{
    max-width:initial;
}

.dropdown-menu table{
    width:100%;
    min-width:280px;
}

.dropdown-menu table thead * {
    text-align:center;
    padding:5px;
}
.dropdown-menu table > tbody > tr > td {
  padding: 3px 20px;
}

.dropdown-menu table > tbody > tr:hover{
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
}
.dropdown-menu table > tbody > tr:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #008bca;
}

.treev1{
    padding-left:18px !important;
}
.treev2{
    padding-left:28px !important;
}
.treev3{
    padding-left:38px !important;
}
.treev4{
    padding-left:48px !important;
}
.treev5{
    padding-left:58px !important;
}
.treev6{
    padding-left:68px !important;
}
/*DropDown tabla navegable fin*/


/*Inicio bootstrap style checkbox*/
    .checkbox {
    padding-left: 20px; }
.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 34px;
    height: 34px;
    left: 0;
    margin-left: -20px;
    margin-top: -6px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 34px;
    height: 34px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555; }
.checkbox input[type="checkbox"] {
    opacity: 0; }
.checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'Glyphicons Halflings';
    font-size:21px;
    margin-left:-17px;
    margin-top:-6px;
    content: "\e013"; }
.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed; }
.checkbox.checkbox-circle label::before {
    border-radius: 50%; }
.checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff; }

.radio {
    padding-left: 20px; }
.radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out; }
.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
.radio input[type="radio"] {
    opacity: 0; }
.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
.radio input[type="radio"]:disabled + label {
    opacity: 0.65; }
.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed; }
.radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
    background-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::before {
    border-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::after {
    background-color: #428bca; }

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c; }
/*bootstrap style checkbox fin*/

.panel-heading{
    padding: 1px 10px;
}
.panel-body{
    padding: 5px 10px;
}
.form.control{
    margin-bottom: 5px;
}

.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: auto;
}

.table-small tr th,  .table-small tr td{
    padding:5px 10px;
}

.row div .panel{
    margin: 5px;
}

/*menu img*/ .btnImgMenu .btn-group { position:absolute; margin-top:20px; left:50%; margin-left:-75px; width:150px; text-align:center}
             .btnImgMenu .btn-group .btn { float:none; }

.img-miniatura{
    max-height:150px;
    max-width:150px;
}

.cuadro-oficina{
    margin-bottom:50px;
}

/*Modal heading color*/
.modal-primary .modal-content .modal-header {
    color: #ffffff;
    background-color: #428bca;
    border-color: #428bca;
    padding: 5px 10px;
}
.modal-primary .modal-content {
    border-color: #428bca;
    border-width: 2px;
}

.modal-primary .modal-content .modal-header .close {
    margin-top: 1px;
    color: #ffffff;
    text-shadow: 0 1px 0 #000000;
    opacity: 0.8;
}

.modal-primary .modal-content .modal-header .close:hover {
    opacity: 1;
}



/*logo en navbar*/
.top-navbar .navbar-brand {
color: #fff;
width: 260px;
text-align: left;
height: 60px;
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
line-height: 30px;
background: #6699ff;
}
.navbar-brand b{
color: #eeeeee;
}
.top-navbar .navbar-brand:hover { 
color: #dddddd;

background-color: #5588ee;
}
.navbar-brand img{
    border-radius: 5px;
}
.navbar-brand {
    float: left;
    padding: 10px 10px;
    font-size: 18px;
    line-height: 20px;
}

.text-justify {
    text-align: justify;
}

.caldia{
    background-color:darkgreen;
    color:white;
    text-align:right;
}
.cinacti,.cinactiva{
    background-color:lightgray;
    text-align:right;
}
.cactiva{
    background-color:white;
    text-align:right;
}

input[type="text"], input[type="password"], input[type="number"], input[type="date"], textarea {
padding: 3px 6px;
color:black;
}


.filaAnulado td{
    background-color:lightgray;
}


.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}