
/* Default font site */
body {
    font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

/* Ajuste de capitalizacion de los headers */
h1, h2, h3, h4 {
	text-transform: capitalize;
}

.panel-heading {
	text-transform: capitalize;
}

.input-group-addon {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    border-radius: 4px;
    /*font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.25;*/
    color: #607d8b;
    text-align: center;
    background-color: #cfd8dc;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.input-group-addon:first-child {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    border-radius: 4px;
    /*font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.25;*/
    color: #607d8b;
    text-align: center;
    background-color: #cfd8dc;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

/* Colocamos el logo */
.navbar-brand1 {
background:url(/logo_local_peq_local.png) center right no-repeat;
width: 160px;
background-size: 100% 100%;
}

/* Definicion de Paleta Primaria */
primary {
    color: #fff;
    background-color: #27463B;

    border-color: #727272;
}

/* Tamaño de fuente para los botones */
.btn {
font-size: 12px;
=======
    border-color: #27463B;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: unset;
    background-color: #cfd8dc;
    border-color: #727272;
}

/* Cambiamos el color de los botones */
.btn.btn-primary_old {
    color: #fff;
    background-color: #27463B;
    border-color: #727272;
}

.btn.btn-primary_lala {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    border-radius: 5px;
}

/* Activo, Hover, Focus */
.btn.btn-primary_old:active {
    background:#727272;
}

.btn.btn-primary:active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    border-radius: 5px;
}

.btn.btn-primary.active.focus, .btn.btn-primary.active:focus, .btn.btn-primary.active:hover, .btn.btn-primary:active.focus, .btn.btn-primary:active:focus, .btn.btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #727272;
}

.btn.btn-primary.active, .btn.btn-primary:active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #727272;
}


.btn.btn-danger {
    color: #fff;
    background-color: #ed121a;
    border-color: #ed121a;
}
.btn.btn-danger:active, .btn.btn-danger:focus {
    background-color: #727272;
}

/* Paginacion */
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: rgba(39, 70, 59, 0.9);
    border-color: #727272;
}

/* Cambiamos el color de los links */
.btn.btn-link {
    font-weight: 400;
    color: #777;
    border-radius: 0;
}

/* Cambianos el color */
.label-primary {
    background-color: #27463B;
}

.label-primary:hover {
    background-color: #727272;
}

a {
    color: #27463B;
    text-decoration: none;
}
a:hover {
    color: #727272;
}

a:focus {
color: #727272;
}

/*responsive youtuve video embedded */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 767px) {
    .navbar-nav .dropdown-menu .caret {
        transform: rotate(-90deg);
    }
}

.badgenuevo {
    background-color: cornflowerblue;
    font-size: 1.1em;
    line-height: 2em;
}

.badge .remove-icon:hover {
    color: orangered;
}

.badge select {
    background-color: transparent;
    border: none;
}

.badge select:invalid {
    color: gray;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

#infoauto {
    min-height: 300px;
}

table {
    table-layout: fixed;
}

.table > tbody > tr.selected {
    background-color: dodgerblue;
}

.table-hover > tbody > tr.selected:hover > td{
    background-color: deepskyblue;
}

.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: table;
    transition: opacity .3s ease;
}

.modal-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.modal-container {
    width: 600px;
    margin: 0px auto;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
    transition: all .5s ease;
    font-family: Helvetica, Arial, sans-serif;
}

.modal-container-presupuesto {
    width: 50%;
    margin: 0px auto;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
    transition: all .5s ease;
    font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3 {
    margin-top: 0;
    color: #42b983;
}

/*
.modal-body {
    margin: 20px 0;
}
*/

.modal-default-button {
    float: right;
}

/*
 * the following styles are auto-applied to elements with
 * v-transition="modal" when their visiblity is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */

.modal-enter, .modal-leave {
    opacity: 0;
}

.modal-enter .modal-container,
.modal-leave .modal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


.formrow {
    margin-bottom: 10px;
}

.itemhead {

}

.colbor1 {
    border: 1px solid rgba(86, 61, 124, .2);
}

.oprecio {

    margin-left: 35px;

}


.glyphicon-calendar {

    bottom: 1px;
    top: 0px;

}

#fecharecepcion1 {
    width: 76%;
}



.progress {
    height: 25px;
}

#modalsolicidudpanel {

    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;

}


.tip {
    width: 0px;
    height: 0px;
    position: absolute;
    background: transparent;
    border: 10px solid #ccc;
}

.tip-up {
    top: -25px; /* Same as body margin top + border */
    left: 10px;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

.tip-down {
    bottom: -25px;
    left: 10px;
    border-right-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
}

.tip-left {
    top: 10px;
    left: -25px;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
}

.tip-right {
    top: 10px;
    right: -25px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.dialogbox .body {
    position: relative;
    max-width: 300px;
    height: auto;
    margin: 20px 10px;
    padding: 5px;
    background-color: #DADADA;
    border-radius: 3px;
    border: 5px solid #ccc;
}

.body .message {
    min-height: 30px;
    border-radius: 3px;
    font-family: Arial;
    font-size: 14px;
    line-height: 1.5;
    color: #797979;
}

#nuevoinformediv {
    /* padding-left: 50px;  // se comenta para no romper el layout de el sistema */
    padding-right: 50px;
}

#panelrepuestos {
    margin: 10px;
}


@media (max-width: 768px) {
    .btn-responsive {
        padding:2px 4px;
        font-size:80%;
        line-height: 1;
        border-radius:3px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .btn-responsive {
        padding:4px 9px;
        font-size:90%;
        line-height: 1.2;
    }
}
 /*
.navbar-brand {
    padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
}
 */

table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after {
    content: " \25B4\25BE"
}


/* Sortable tables
table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: default;
} */

#right {
    top: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    width: 100%;
}

#right1 {
    top: 0;
    bottom: 0;
    right: 0;
    overflow-y: scroll;
    width: 100%;
}

#llkk {
    top: 0;
    bottom: 0;
    right: 0;
    width: 70vw;
    overflow: auto;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

#kk1231 {
    opacity: 0.5;
}

#kk1231:hover {
    opacity: 1.0;
}

@media print {

    [class*="col-sm-"] {
        float: left;
    }

    [class*="col-xs-"] {
        float: left;
    }

    .col-sm-12, .col-xs-12 {
        width:100% !important;
    }

    .col-sm-11, .col-xs-11 {
        width:91.66666667% !important;
    }

    .col-sm-10, .col-xs-10 {
        width:83.33333333% !important;
    }

    .col-sm-9, .col-xs-9 {
        width:75% !important;
    }

    .col-sm-8, .col-xs-8 {
        width:66.66666667% !important;
    }

    .col-sm-7, .col-xs-7 {
        width:58.33333333% !important;
    }

    .col-sm-6, .col-xs-6 {
        width:50% !important;
    }

    .col-sm-5, .col-xs-5 {
        width:41.66666667% !important;
    }

    .col-sm-4, .col-xs-4 {
        width:33.33333333% !important;
    }

    .col-sm-3, .col-xs-3 {
        width:25% !important;
    }

    .col-sm-2, .col-xs-2 {
        width:16.66666667% !important;
    }

    .col-sm-1, .col-xs-1 {
        width:8.33333333% !important;
    }

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12 {
        float: left !important;
    }

    body {
        margin: 0;
        padding: 0 !important;
        min-width: 768px;
    }

    .container {
        width: auto;
        min-width: 750px;
    }

    body {
        font-size: 10px;
    }

    a[href]:after {
        content: none;
    }

    .noprint,
    header,
    .group-media,
    .btn,
    .footer,
    .nav,
    ul.links.list-inline,
    ul.action-links {
        display:none !important;
    }

}


.no-copy {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.mostrable8 {
    cursor: zoom-in;
}


.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% { opacity: 0.0; }
}


.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    text-shadow: 2px 1px #c7bfbf;
    border-top-width: 2px;
    border-right-width: 2px;
}

.label-as-badge {
    border-radius: 1em;
}

.fade1-transition {
    transition: opacity .3s ease;
}
.fade1-enter, .fade1-leave {
    opacity: 0;
}

.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.ptp  {
    padding: 0;
}

.p1p > li {
    padding: 0;
    margin-bottom: 0px;
}


table.table-bordered.dataTable td {
    padding: 0;
}



#vjsapp {
    margin-left: 50px;
    margin-right: 50px;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout-info {
    border-left-color: #1b809e;
}

.bs-callout-danger {
    border-left-color: #C30;
}

.col-* {
    border: 1px solid #eee;
}

.row-loco {
    border: 2px solid #2e40e5;
}


#kk1231 {
    opacity: 0.5;
}

#kk1231:hover {
    opacity: 1.0;
}
      /*
.table-responsive {
    background-color: white;
    border-width: 1px;
    border-style: dotted;
}
        */
th {
    font-weight: lighter;
    border: none;
}
/*
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: none;
}
*/
.page-header {
    margin-top: 0px;
}

.input-group-addon:last-child {
    border-left: 0;
    display: table-cell;
    border: 0;
    /* background-color: rgba(103, 185, 176, 1); */
}

.btn-default {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

@media (min-width: 768px) {
    .form-inline-grande {
        display: inline-block;
        width: 300px !important;
        vertical-align: middle;
    }
}
