/**********************/
/* Clases de utilidad */

.no-bg { background: none; }
.no-margin { margin: 0; }
.no-margin-bottom { margin-bottom: 0; }
.no-margin-top { margin-top: 0; }
.inline { display: inline !important; }
.inline-block { display: inline-block; }
.block { display: block; }
.cl { clear: both; }
.fixed { position: fixed }
.absolute { position: absolute }
.relative { position: relative }
.tl { text-align:left !important; }
.tc { text-align:center !important; }
.tr { text-align:right !important; }
.tj { text-align:justify !important; }
.vb { vertical-align: baseline; }
.tachado { text-decoration: line-through; }

[class^="icon-"][rel=tooltip] {
    display: inline-block;
}

.w100 { width:100%; }
.w98 { width:98%; }
.w96 { width:96%; }
.w94 { width:94%; }
.w92 { width:92%; }
.w90 { width:90%; }
.w88 { width:88%; }
.w86 { width:86%; }
.w84 { width:84%; }
.w82 { width:82%; }
.w80 { width:80%; }
.w78 { width:78%; }
.w76 { width:76%; }
.w74 { width:74%; }
.w72 { width:72%; }
.w70 { width:70%; }
.w68 { width:68%; }
.w66 { width:66%; }
.w64 { width:64%; }
.w62 { width:62%; }
.w60 { width:60%; }
.w58 { width:58%; }
.w56 { width:56%; }
.w54 { width:54%; }
.w52 { width:52%; }
.w50 { width:50%; }
.w48 { width:48%; }
.w46 { width:46%; }
.w45 { width:45%; }
.w44 { width:44%; }
.w42 { width:42%; }
.w40 { width:40%; }
.w38 { width:38%; }
.w36 { width:36%; }
.w35 { width:35%; }
.w34 { width:34%; }
.w32 { width:32%; }
.w30 { width:30%; }
.w28 { width:28%; }
.w26 { width:26%; }
.w25 { width:25%; }
.w24 { width:24%; }
.w22 { width:22%; }
.w20 { width:20%; }
.w18 { width:18%; }
.w16 { width:16%; }
.w15 { width:15%; }
.w14 { width:14%; }
.w12 { width:12%; }
.w10 { width:10%; }
.w8 { width:8%; }
.w6 { width:6%; }
.w5 { width:5%; }
.w4 { width:4%; }
.w2 { width:2%; }

@media print {
    .no-print {
        display: none;
    }
    .print, .only-print {
        display: block !important;
    }
}
.print, .only-print { display: none; }

/* Clases de utilidad */
/**********************/


/*******************************************************/
/* Clases adicionales para estilo de Twitter Bootstrap */

.input-x2large {
    width: 350px;
}

.page-header-small {
    margin: 10px 0 15px;
}

.page-header .btn {
    font-weight: normal;
}

.btn-group > .btn-first-fix {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
}

.hr-mini {
    margin-top: 8px;
    margin-bottom: 8px;
}

.input-x3large {
    width: 420px;
}

.well-mini {
    padding: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.well-header {
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px;
    padding-bottom: 4px;
}

.alert-small {
    padding: 4px;
}

.alert-large {
    padding: 20px;
}

.label-large {
    padding: 1px 9px;
    font-size: 14px;
}

form .required label.control-label:before,
form .required label:before {
    color: #e32;
    content: '* ';
    display:inline;
    font-weight: bold;
}

form .required label.control-label.checkbox:before, form .required label.control-label.radio:before {
    content: '';
}

form .required label.radio:before {
    content: '';
}

form.form-buscar .required label.control-label:before {
    content: '';
}

.form-horizontal.form-horizontal-large label {
    width: 220px;
}
.form-horizontal.form-horizontal-large .controls {
    margin-left: 240px;
}

/*.page-header .pull-right a {
    font-size: 14px;
    font-weight: normal;
}*/

/* Indicadores de orden en tablas */
th a.asc:after {
    content: " \2191";
    font-size: 18px;
    font-weight: bold;
}

th a.desc:after {
    content: " \2193";
    font-size: 18px;
    font-weight: bold;
}

/* Secciones - Sacado de www.fleetio.com */
.section {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 18px;
}
.section {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 18px;
}
    .section-header {
        background-color: #f6f6f6;
        background-repeat: repeat-x;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #ccc;
        -moz-border-radius-topleft: 4px;
        -webkit-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        -moz-border-radius-topright: 4px;
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        height: 46px;
        line-height: 46px;
        padding: 0 15px 0;
    }
    
        @media screen {
            .section-header {
                background-image: -moz-linear-gradient(top,  #fafafa,  #f2f2f2);
                background-image: -ms-linear-gradient(top,  #fafafa,  #f2f2f2);
                background-image: -webkit-gradient(linear,  0 0,  0 100%,  from(#fafafa),  to(#f2f2f2));
                background-image: -webkit-linear-gradient(top,  #fafafa,  #f2f2f2);
                background-image: -o-linear-gradient(top,  #fafafa,  #f2f2f2);
                background-image: linear-gradient(top,  #fafafa, #f2f2f2);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFAFAFA',  endColorstr='#FFF2F2F2',  GradientType=0);
            }
        }

    .section-header h3, .section-header h4, .section-header h5 {
        color: #555;
        float: left;
        line-height: 40px;
        margin: 0;
        text-shadow: 1px 1px 0 #fff;
    }
    
    /*
    .section-header ul {
        margin: 0;
        padding: 0;
        border: 0;
        *zoom: 1;
        float: right;
        line-height: 40px;
        font-size: 11px;
        text-shadow: 1px 1px 0 #fff;
        text-transform: uppercase;
    }
    .section-header ul:before, .section-header ul:after {
        display: table;
        content: ""}
    .section-header ul:after {
        clear: both;
    }
    .section-header ul li {
        list-style-image: none;
        list-style-type: none;
        margin-left: 0;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        white-space: nowrap;
        padding-left: 4px;
        padding-right: 4px;
    }
    .section-header ul li {
        font-weight: bold;
    }
    .section-header ul li a {
        text-decoration: none;
        color: #666;
        outline: none;
    }
    .section-header ul li a:hover {
        color: #008ee8;
    }
    .section-header ul li a.btn:hover {
        color: #333;
    }
    .section-header ul li .btn {
        font-family: "Lucida Grande", Verdana, sans-serif;
        font-size: 10px;
    }
    */
    
    .section-body {
        min-height: 18px;
        padding: 9px 15px 0;
    }
    .section-small .section-header {
        height: 36px;
        line-height: 36px;
        padding: 0 10px 0;
    }
    .section-small .section-header h5 {
        line-height: 36px;
    }
    .section-small .section-header ul {
        line-height: 30px;
    }
    .section-small .section-header .btn-mini {
        font-size: 9px;
    }
    .section-large .section-header {
        height: 56px;
        line-height: 56px;
    }
    .section-large .section-header h3 {
        line-height: 56px;
    }
    .section-large .section-header ul {
        line-height: 52px;
    }
    .section-large .section-body {
        padding: 18px 20px 0;
    }
    
    .section .form-horizontal .control-label {
        text-align: left;
        width: 90px;
        word-wrap: break-word;
    }
    .section .form-horizontal .controls {
        margin-left: 95px;
    }
    
    .section.tb-margin .form-horizontal .controls {
        margin-left: 180px;
    }
    .section.tb-margin .form-horizontal .control-label {
        text-align: right;
        width: 160px;
        word-wrap: break-word;
    }
    
.data-block {
    color: #454545;
    margin-bottom: 18px;
}
    .data-block .muted, .data-block .aux {
        font-size: smaller;
    }
    .data-block h3 {
        line-height: 22px;
    }
    
.form-horizontal.dos-columnas .control-label {
    width: 120px;
}

.form-horizontal.dos-columnas .controls {
    margin-left: 140px;
}

.input-disabler {
    display: inline;
    margin-left: 10px;
}

    .input-disabler input[type="checkbox"] {
        margin-top: 0;
    }

.badge-group {
  display: inline-block;
}


.badge-group {
  position: relative;
  *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
}

.badge-group:first-child {
  *margin-left: 0;
}

.badge-group + .badge-group {
  margin-left: 5px;
}

.badge-group > .badge {
    line-height: 18px;
  position: relative;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.badge-group > .badge + .badge {
  margin-left: -1px;
}

.badge-group > .badge:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 9px;
          border-bottom-left-radius: 9px;
  -webkit-border-top-left-radius: 9px;
          border-top-left-radius: 9px;
  -moz-border-radius-bottomleft: 9px;
  -moz-border-radius-topleft: 9px;
}

.badge-group > .badge:last-child  {
  -webkit-border-top-right-radius: 9px;
          border-top-right-radius: 9px;
  -webkit-border-bottom-right-radius: 9px;
          border-bottom-right-radius: 9px;
  -moz-border-radius-topright: 9px;
  -moz-border-radius-bottomright: 9px;
}

.form-horizontal .error .help-block {
    margin-top: 10px;
}

.pagination ul > li > a, .pagination ul > li > span {
    line-height: 28px;
}

.pagination.pagination-right > * {
    float: right;
}

.pagination .limit {
    margin-right: 15px;
    color: #777;
}

    .pagination .limit span {
        line-height: 30px;
    }
    
    .pagination .limit select {
        border: 1px solid #DDD;
        margin: 0;
        width: 70px;
    }

/* Clases adicionales para estilo de Twitter Bootstrap */
/*******************************************************/
