﻿label {
    font-size: 1.1em;
    color: #555;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 100%;
}

.breadcrumb {
    background-color: #fff; /* original: #f5f5f5 */
}

.badge {
    background-color: #00a5b2;
}

    .badge > a {
        color: #fff;
    }

.navbar-default {
    /*background-color: #00a5b2;*/
    /*floran*/
    background-color: #004B8e;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-nav > li > a {
        color: #fff;
        line-height: 40px;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #989898;

    }

    .navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret {
        border-top-color: #fff;
        border-bottom-color: #fff;
    }

    .navbar-default .navbar-nav > .dropdown > a .caret {
        border-top-color: #fff;
        border-bottom-color: #fff;
    }


.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #989898;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #989898;
    outline: 0;
}


.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #989898;
    /*visto*/
}

.Encabezado {
    padding: 10px;
    margin-top: 15px;
    background-color: #e7e7e7;
}

.FilasDiv {
    border-bottom: 2px solid #ddd;
    padding: 8px;
}

.SeparacionDiv {
    padding: 8px;
}

.TituloDiv {
    padding-top: 10px;
    color: #000;
    font-weight: 600;
}

a {
    color: #989898;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #005c63;
        text-decoration: none;
        font-weight: 600;
    }

.messagealert {
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 100000;
    padding: 0;
    font-size: 15px;
}

.centrar {
    position: absolute;
    /*nos posicionamos en el centro del navegador*/
    top: 50%;
    left: 50%;
    /*determinamos una anchura*/
    width: 400px;
    /*indicamos que el margen izquierdo, es la mitad de la anchura*/
    margin-left: -200px;
    /*determinamos una altura*/
    height: 300px;
    /*indicamos que el margen superior, es la mitad de la altura*/
    margin-top: -150px;
    border: 0px solid #808080;
    padding: 5px;
}

.validation-summary-errors {
    color: rgba(172, 41, 37, 1);
    font-weight: 600;
    border: rgba(172, 41, 37, 1) solid 2px;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 1000;
}

#loadingcontent {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#loadingspinner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: larger;
    padding-top: 80px;
}

.text-danger {
    color: #a94442;
    font-weight: 600;
}

.grid-itemscount {
    font-weight: 600;
}

.grid-itemscount-caption {
    color: grey;
}

.myText {
    font-size: 0.90em;
}

.myLabelCenter {
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.centrado {
    margin-top: 15px;
    padding: 12px;
    border-radius: 5px;
}

.miDiv0Left {
    /*padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 50px;*/
    padding-left: 0px;
}


body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 100%;
}


/*.panel-box, .btn-action {
    display: none;
}*/

.tbl {
    border-top: solid 1px #161515;
    border-left: solid 1px #161515;
}

    .tbl td {
        border-right: solid 1px #161515;
        border-bottom: solid 1px #161515;
        padding: 5px 10px;
    }

table.tbl tr.trHeader {
    background: #141111;
    color: #fff;
}

.txtQty {
    width: 70px;
}

.btn {
    cursor: pointer;
    margin: 0 0px;
}

table.tbl-cart-amount td {
    padding: 5px 10px;
}

.value {
    font-weight: bold;
    font-size: 1.5rem;
}

.bold {
    font-weight: bold;
}

.m-bot {
    margin-bottom: 15px;
}

.m-top {
    margin-top: 15px;
}

.error-message {
    color: #fff;
    background: red;
    padding: 20px;
}

#transparent-bg {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: Black;
    z-index: 1001;
    /*-moz-opacity: 0.35;*/
    opacity: .35;
    filter: alpha(opacity=35);
}

#loading-message {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -75px;
    height: 150px;
    width: 300px;
    margin-left: -150px;
    z-index: 1002;
    background: #fff;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    display: none;
}

.buttons {
    margin-top: 20px;
}




/*cambios anne bonny*/
.panel-info {
    border-color: #004B8E;
}

    .panel-info > .panel-heading {
        color: #FFFFFF;
        background-color: #004B8E;
        border-color: #004B8E;
    }


.btn-paso {
    color: #333;
    background-color: #fff;
    border-color: #004B8E;
}




.panel-danger {
    border-color: #989898;
}

    .panel-danger > .panel-heading {
        color: #FFFFFF;
        background-color: #989898;
        border-color: #989898;
    }

/*fix datepicker*/
.datepicker {
    z-index: 1200 !important;
}

.scans li {
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
}

.scans-enter-active {
    transition: background 3s;
}

.scans-enter {
    background: yellow;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.hover {
    background-color: #eee;
}

.form-control-inline {
    min-width: 0;
    width:   300px;
    display:  block;
}


.btn-selec {
    color: #FFFFFF;
    background-color: #004B8E;
    border-color: #004B8E;
}

.btn-selec:focus,
.btn-selec.focus {
    color: #fff;
    background-color: #0485f8;
    border-color: #8c8c8c;
}

    .btn-selec:hover {
        color: #fff;
        background-color: #0485f8;
        border-color: #adadad;
    }

.btn-selec:active,
.btn-selec.active,
.open > .dropdown-toggle.btn-btn-selec {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.panel.noborder {
    border: none;
    box-shadow: none;
}

    .panel.noborder > .panel-heading {
        border: 1px solid #dddddd;
        border-radius: 0;
    }

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

/* fuentes ticket */
.ticket10 {
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
}
.ticket11 {
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
}
.ticket10bold {
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
}
.ticket12bold {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
}