.bootbox-body {
    max-height: 50rem;
    overflow-y: auto;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Arial", Gadget, sans-serif;
    font-size: 12px;
    color: #333333;

}

h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
}

#container_grafica {
    min-width: 510px;
    max-width: 800px;
    margin: 0 auto;
    min-height: 450px;
    max-height: 800px;
}

.container {
    width: 100%;
}

a, a:visited {
    /*color: #34C9DF;*/
}

/* fix for bootstrap hidden and visible */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}

#container {
    min-height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

/*

#header {
	min-height: 40px;
	background-color: #3F3F3F;
	background-image: linear-gradient(#4C4C4C, #3F3F3F);
	border-bottom: 1px solid #000000;
	margin-bottom: 0;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
}
*/
@media (min-width: 768px) {
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        /*width: 300px;*/
    }
}

#header {
    /*
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8EB4D1), to(#3F83B6));
        background: -webkit-linear-gradient(top, #8EB4D1, #3F83B6);
        background: -moz-linear-gradient(top, #8EB4D1, #3F83B6);
        background: -ms-linear-gradient(top, #8EB4D1, #3F83B6);
        background: -o-linear-gradient(top, #8ED1, #3F83B6);
        /*

       background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6b9f31), to(#6b9f31));
       background: -webkit-linear-gradient(top, #6b9f31, #6b9f31);
       background: -moz-linear-gradient(top, #6b9f31, #6b9f31);
       background: -ms-linear-gradient(top, #6b9f31, #6b9f31);
       background: -o-linear-gradient(top, #6b9f31, #6b9f31);
       */
    /* position: fixed;*/
    width: 100%;

    top: 0;
    box-shadow: 0 0 5px #000;
    background: #205081;
    border-bottom: 1px solid #2e3d54;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    /*padding-top: 7px;*/
}

.navbar-default {
    box-shadow: 0 0 5px #000;
    background: #205081;
    border-bottom: 1px solid #2e3d54;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
}

#header .nav > li {
    float: left;
}

#header .nav > li li {
    min-width: 200px;
}

#header .container-fluid {
    padding-left: 0px;
    padding-right: 15px;
    margin: 0;
}

/* Mobile */

@media (max-width: 767px) {


    #header .navbar-header {
        margin-right: 0px;
        margin-left: 0px;
        float: left;
    }

    #header .navbar-brand {
        margin-left: -15px;
    }

    .busqueda_descripcion_h {
        width: 170px !important
    }

    .busqueda_descripcion {
        width: 165px !important;
    }

    .panel-title {
        text-align: left !important;
    }
}

#header .navbar-brand {
    padding: 7px 15px 4px 35px;
    color: #ffffff;
    text-shadow: 1px 1px 1px #443F3F;
}

#header #button-menu + .navbar-brand {
    padding: 12px 15px 4px 20px;
    color: #ffffff;
    text-shadow: 1px 1px 1px #443F3F;
    font-size: 13px;
}

#header .nav > li > a {
    padding: 3px 13px 2px 13px;
    margin: 0;
    line-height: 35px;
    cursor: pointer;
    /*color: #9CA1A3;*/
    color: #99C8DB;
    text-shadow: 1px 1px 1px #000000;
}

#header .nav > li li > a {
    font-size: 12px;
}

#header .nav > li.open > a, #header .nav > li.active > a, #header .nav > li > a:hover {
    /*background: rgba(0, 0, 0, 0.3);*/
    background: rgba(0, 0, 0, 0.01);
    color: white;
    text-shadow: 1px 1px 3px #000000;
}

#header .nav > li + li {
    padding: 0;
    margin: 0;
    padding-left: 1px;
    background-repeat: no-repeat;
    background-size: 1px 15px;
    background-position: left center;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 1px, rgba(0, 0, 0, 0.15) 1px);
}

#header .nav > li > a > i {
    font-size: 18px;
}

#header .nav > li > a > img {
    border-radius: 5px;
    box-shadow: 1px 1px #000000;
}

#header .nav > li > a > .label {
    text-shadow: none;
    padding: 1px 4px;
    position: absolute;
    top: 8px;
    left: 6px;
    border-radius: 8px;
}

#button-menu {
    padding: 8px 16px 7px 16px;
    font-size: 21px;
    line-height: 25px;
    float: left;
    display: inline-block;
    cursor: pointer;
    /*color: #9CA1A3;*/
    color: #ffffff;
    text-shadow: 1px 1px #000000;
}

#button-menu:hover {
    /*background: rgba(0, 0, 0, 0.3);*/
    color: #FFF;
}

#content {
    /*padding: 15px 15px 0px 15px;*/
    padding: 0px 15px 0px 15px;
    overflow: visible;
    /*margin-top: 45px;*/
}

#column-left + #content {
    margin-left: 50px;
    margin-bottom: 32px;
    margin-top: -15px;
}

#column-left + #content + #footer {
    /*margin-left: 50px;*/
}

/* Mobile */
@media (max-width: 767px) {
    #column-left {
        width: 0;
        overflow: hidden;
    }

    #column-left + #content {
        margin-left: 0;
    }

    #column-left + #content + #footer {
        margin-left: 0;
    }
}

#menu, #menu ul, #menu li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#search {
    padding-left: 5px;
    background-color: #EFEFEF;
}

#search:hover {
    width: 259px;
    background-color: #DDDDDD;
}

#search .btn {
    font-size: 18px;
    padding: 8px;
    color: #B7B7B7;
}

#search:hover .btn {
    color: #777777;
}

#search input {
    display: none;
    height: 26px;
    width: 190px;
    padding: 5px 10px;
    border: none;
    background-color: #FFFFFF;
    margin-left: 8px;
}

#search:hover input {
    display: inline-block;
}

#column-left.active #search {
    width: auto;
}

#column-left.active #search input {
    display: inline-block;
    width: 160px;
    margin-left: 0;
}

#menu > li {
    position: relative;
    border-bottom: 1px solid #DFDFDF;
}

#menu li a {
    color: #666666;
    text-decoration: none;
    display: block;
    padding: 8px;
    cursor: pointer;
}

#menu li a i {
    font-size: 18px;
    color: #B7B7B7;
}

#menu li.active a i {
    color: #777777;
}

#menu > li > a {
    padding-left: 13px;
}

#menu li.active > a {
    background-color: #CCCCCC;
}

#menu li.open > a {
    background-color: #CCCCCC;
}

#menu li a:hover {
    background-color: #DDDDDD;
}

#menu > li > a > span {
    display: none;
    margin-left: 8px;
}

#menu li ul {
    overflow: hidden;
}

#menu > li > ul {
    position: absolute;
    left: 44px;
    top: 0px;
    width: 210px;
    background: #EFEFEF;
    visibility: hidden;
    box-shadow: 2px 6px 12px rgba(0, 0, 0, .175);
    border-radius: 0 4px 4px 0;
    -webkit-box-shadow: 2px 6px 12px rgba(0, 0, 0, .175);
}

#menu > li:hover > ul {
    visibility: visible;
}

#menu li li a.parent:after, #column-left.active #menu > li a.parent:after {
    font-family: FontAwesome;
    content: "\f105";
    float: right;
}

#menu li li.open > a.parent:after, #column-left.active #menu > li.open > a.parent:after {
    font-family: FontAwesome;
    content: "\f107";
    float: right;
}

#menu li li ul a {
    padding-left: 25px;
}

#menu li li li ul a {
    padding-left: 50px;
}

#menu li li li li ul a {
    padding-left: 75px;
}

#menu li li li li li ul a {
    padding-left: 100px;
}

#column-left {
    display: none;
}

#container_btn_principal {
    height: 386px;
    overflow-y: hidden;
    padding-right: 0;
    padding-left: 15px;
}

#table_productos_agregados {
    overflow: hidden;
    height: 157px;
}

/* Menu Active */
/* Desktop */
@media (min-width: 768px) {
    #column-left {
        /*height: 100%;*/
        height: 89%;
        background-color: #EFEFEF;
        border-right: 1px solid #DFDFDF;
        position: absolute;
        top: 43px;
        z-index: 10;
        display: block;
    }

    #column-left.active {
        overflow: auto;
    }

    #column-left.active + #content {
        margin-left: 230px;
    }

    #column-left.active + #content + #footer {
        /* margin-left: 230px;*/
    }

    #btnInicio {
        padding-right: 0;
        margin-left: 2px;
        padding-left: 5px;
    }

    #container_button_right {
        height: 140px;
        overflow: hidden;
    }

    #container_right {
        overflow: hidden;
    }

    #form-controlCom-btn-inicio {
        padding-right: 4px;
        padding-left: 0;
        margin-left: 14px;
    }

    #form-control-btn-inicio {
        padding-right: 4px;
        padding-left: 0;
        margin-left: 14px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .control-panel-pos {
        display: none;
    }

    #column-left.active + #content {
        position: relative;
        left: 230px;
    }

    #column-left.active + #content + #footer {
        position: relative;
        left: 230px;
    }

    #container_btn_principal {
        height: 476px;
        overflow-y: auto;
    }

    #container_button_right {
        height: 200px;
        overflow: auto;
    }

    #btnInicio {
        margin-top: 10px;
    }

    #table_productos_agregados {
        overflow-y: auto;
        height: 255px;
    }

    .btn_opciones {
        font-size: 1.2em !important;
    }

    #container_btn_principal_config {
        overflow: auto !important;
    }

    #contenedor_pos .col-sm-7, #container_right {
        padding-left: 1px;
    }

    #contenedor_pos .col-sm-5, #container_sub_total_pos, #container_right {
        padding-right: 1px;
    }

    #column-left {
        display: none !important;
    }

    #content {
        padding-bottom: 0px;
        padding: 2px;
        margin: 0 -2px 0 0;
    }

    #column-left.active + #content {
        left: 0px !important;
    }

    .numeric_keyboard .key {
        font: bold 21pt arial !important;
        height: 33px !important;
        padding-top: 0 !important;
    }
}

#column-left.active {
    width: 205px;
}

#column-left.active #menu > li > a > span {
    display: inline;
}

#column-left.active #menu > li > ul {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    visibility: visible;
}

#column-left.active #menu li ul a {
    padding-left: 48px;
}

#column-left.active #menu li li ul a {
    padding-left: 73px;
}

#column-left.active #menu li li li ul a {
    padding-left: 98px;
}

#column-left.active #menu li li li li ul a {
    padding-left: 123px;
}

/* footer */
#footer {

    bottom: 0;
    text-align: center;

    padding-top: 5px;
    z-index: 10;

    background: #205081;
    border-top: 1px solid #2e3d54;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;

}

.panel-default > .panel-heading {
    background-color: #F7F7F7;
    padding: 5px 15px;

}

.panel-default > .panel-heading .btn, .panel-default > .panel-footer .btn {
    font-size: 12px;

    /*background: none;
    padding: 4px 8px;*/
}

.panel-footer {
    padding: 5px 15px;
}

/*
.panel-default .btn-default:hover {
    background: #3673b5;
    background: linear-gradient(to bottom, #5a94d3 0, #3673b5 100%);
    border-color: #205081;
    color: #fff;
    text-shadow: 0 1px 0 #205081;
}
*/

.panel-title {
    /*padding: 5px 0;*/
    font-size: 18px;
    text-shadow: 1px 1px 3px rgba(141, 141, 141, 0.54);;
}

.panel-title i {
    color: #34C9DF;
}

.panel-body {
    /* background-color: #f7f7f7;*/
    background-color: #ffffff;
}

.breadcrumb {
    border: 1px solid #E5E5E5;
    background: #FFFFFF;
    padding: 0px 14px;
    margin-bottom: 15px;
}

.breadcrumb li:first-child a {
    font-size: 13px;
}

.breadcrumb li a {
    float: left;
    padding: 5px 0px;
    line-height: 20px;
    color: #464646;
    font-size: 12px;
}

.breadcrumb li a:hover {
    text-decoration: none;
}

.breadcrumb li + li {
    padding-left: 14px;
}

.breadcrumb > li + li:before {
    content: '';
}

.breadcrumb > li:after {
    position: relative;
    top: 4px;
    content: '';
    display: inline-block;
    width: 22px;
    height: 23px;
    border-top: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.alert {
    font-size: 12px;
    padding: 10px;
}

.nav-tabs {
    margin-bottom: 15px;
}

div.required .control-label:before, td.required:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

label.control-label {
    font-weight: normal;
}

.form-control {
    padding: 2px 12px;
    font-size: 12px;
}

.form-controlCom {
    font-size: 12px;
}

#content input.form-controlCom, select.form-controlCom {
    height: 22px;
    font-family: "Arial", Gadget, sans-serif;
}

#content select.form-controlCom {
    text-align: left;
}
#content input.form-controlCom, select.form-controlCom {
    height: 22px;
    font-family: "Arial", Gadget, sans-serif;
}

#content select.form-controlCom {
    text-align: left;
}



#content input.form-control, select.form-control {
    height: 22px;
    font-family: "Arial", Gadget, sans-serif;
}

#content select.form-control {
    text-align: left;
}

#content .input-group-addon {
    line-height: 0;

}

.btn {
    font-size: 12px;
    border-radius: 4px;
    border: none;
}

.btn-xs {
    font-size: 10px;
}

.btn-sm {
    font-size: 11px;
}

.btn-md {
    font-size: 13px;
}

.btn-lg {
    font-size: 15px;
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 13px;
}

.btn-group > .btn-xs {
    font-size: 10px;
}

.btn-group > .btn-sm {
    font-size: 11px;
}

.btn-group > .btn-lg {
    font-size: 15px;
}

.btn-default {
    /*background-color: #F1F3F6;
    border-bottom: 1px solid #DBE1E8;
    color: #333333;*/

    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: linear-gradient(to bottom, #F1F3F6 0, #DBE1E8 100%);
    color: #333;
    text-shadow: 0 -1px #447AB1;
    -webkit-box-shadow: inset 0 0 25px #F1F3F6, 0 1px 0 #F1F3F6, 0 2px 0 #DBE1E8, 0 2px 3px #333;
    box-shadow: inset 0 0 25px #F1F3F6, 0 1px 0 #F1F3F6, 0 2px 0 #DBE1E8, 0 2px 3px #333;

    -webkit-font-smoothing: antialiased;

}

.btn-default-old {

    border-bottom: 1px solid #DBE1E8;

    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: linear-gradient(to bottom, #F1F3F6 0, #DBE1E8 100%);
    color: #333;

}

.btn-primary {
    /*
      background: #3068a2;
      background: linear-gradient(to bottom, #4687ce 0, #3068a2 100%);
      border-color: #486582;
      text-shadow: 0 1px 0 #295989;
      color: #fff;*/
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: linear-gradient(to bottom, #73ABE9 0, #447AB1 100%);
    color: white;
    /*

text-shadow: 0 -1px #447AB1;
-webkit-box-shadow: inset 0 0 25px #73ABE9, 0 1px 0 #73ABE9, 0 2px 0 #447AB1, 0 2px 3px #333;
box-shadow: inset 0 0 25px #73ABE9, 0 1px 0 #73ABE9, 0 2px 0 #447AB1, 0 2px 3px #333;
*/
    font-weight: bold;
    -webkit-font-smoothing: antialiased;

}

.btn-primary-old {

    background: #3068a2;
    background: linear-gradient(to bottom, #4687ce 0, #3068a2 100%);
    border-color: #486582;
    text-shadow: 0 1px 0 #295989;
    color: #fff;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;

}

.btn-warning {
    background-color: #F7BE64;
    border-bottom: 1px solid #F39C12;
    text-shadow: 0 -1px #F39C12;
}

.btn-danger {
    background-color: #EF8A80;
    border-bottom: 1px solid #E74C3C;
    text-shadow: 0 -1px #E74C3C;
}

.btn-success {
    background-color: #AAD178;
    border-bottom: 1px solid #7DB831;
    text-shadow: 0 -1px #7DB831;
}

.btn-info {
    background-color: #6AD2EB;
    border-bottom: 1px solid #1BBAE1;
    text-shadow: 0 -1px #1BBAE1;
}

.table thead > tr > td, .table tbody > tr > td {
    vertical-align: middle;
}

.table thead tr td {
    background: #F9F9F9;
    border-bottom: none;
}

.table a.asc:after {
    content: " \f0d7";
    font-family: FontAwesome;
    font-size: 14px;
}

.table a.desc:after {
    content: " \f0d8";
    font-family: FontAwesome;
    font-size: 14px;
}

.pagination {
    margin: 0;
}

.img-thumbnail i {
    color: #FFFFFF;
    background-color: #EEEEEE;
    text-align: center;
    vertical-align: middle;
    width: 100px;
    height: 100px;
    padding-top: 20px;
    vertical-align: middle;
    display: inline-block;
}

.card {
    background-color: #f7f7f7;
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    width: 304px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

#img_card_session {
    margin-bottom: 30px;
}

#card_session {
   /* margin-top: 75px;*/
}

.intro-divider {
    width: 100%;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin: 5px 0;
}

fieldset {
    /* padding-bottom: 15px;*/
}

.navbar {
    height: 40px;
    min-height: 40px;
}

#link-photo:hover {
    background: none;
    box-shadow: none;
}

legend {
    font-size: 16px;
}

#panel_login {
    -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.3);
    background: #ffffff;
}

.login-white-shadow {
    box-shadow: 0 5px 400px rgba(255, 255, 255, 0.72);
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    width: 75%;
    background: #ffffff;
    margin-left: auto;
    margin-right: auto;

}
.contenido_log{

    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    height: 100%;
}

.alinear_izqui_login{
    text-align: left;
}

.action_login_form{
    width: 59%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 45px;

}

.botones_login{
      padding-top: 20px;

}
.titulos_paddin{
    padding-top: 6px;
}


.login_nuevo{
    box-shadow: 0 5px 400px rgba(255, 255, 255, 0.72);
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px 0px 0px 15px;
    background: #ffffff;
    height: 663px;
}

.imagen_pro{
    box-shadow: 0 5px 400px rgba(255, 255, 255, 0.72);
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 0px 15px 15px 0px;
    height: 663px;
    padding: 0px;

}

.imagen_pro_2{
    box-shadow: 0 5px 400px rgba(255, 255, 255, 0.72);
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 0px 15px 15px 0px;
    background: #ffffff;
    height: 663px;
    padding: 0px;

}
/*center center fixed
.login_body {
    height: 100%;
    width: 100%;
    background: url(../img/gift.gif);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
*/

.imagen_desin {
    height: 80%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login_body {
    width: 100%;
    -webkit-animation: animate_background 10s linear 0s infinite;
    -moz-animation: animate_background 10s linear 0s infinite;
    -o-animation: animate_background 10s linear 0s infinite;
    animation: animate_background 10s linear 0s infinite;
    height: 100vh;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

#form_filter label {
    text-align: left;
}

.input_date {
    background: url(../img/icons/icon_calendar.png) no-repeat;

    background-position: 100% 1px;
    height: 28px !important;

}

.valores {
    border-right: #ddd solid 1px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 1.328571429;
    font-size: 10px;
    font-family: Verdana, Arial, sans-serif;
    vertical-align: middle;

}

.theader > .row, .tbody > .row {
    margin-right: 0;
    margin-left: 0;
    font-size: 10px;
    font-family: Verdana, Arial, sans-serif;
}

.tbody > .row {
    border-bottom: 1px solid #ddd;
}

.overflow_table {
    height: 450px;
    overflow-y: auto;

}

.overflow_table_other {
    height: 250px;
    overflow-y: auto;

}

.theader {

    color: white;
    padding: 3px;
}

.tbackground {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C1C6CA), to(#3F83B6));
    background: -webkit-linear-gradient(top, #C1C6CA, #7D8388);
    background: -moz-linear-gradient(top, #C1C6CA, #7D8388);
    background: -ms-linear-gradient(top, #C1C6CA, #7D8388);
    background: -o-linear-gradient(top, #C1C6CA, #7D8388);
    color: white;
}

/* Colores base para filas de tabla */
.table-success {
    background-color: #d1e7dd !important;
    color: #0f5132;
    border-color: #badbcc;
}

.table-secondary {
    background-color: #e2e3e5 !important;
    color: #41464b;
    border-color: #d3d6d8;
}

.table-danger {
    background-color: #f8d7da !important;
    color: #842029;
    border-color: #f5c2c7;
}

.table-primary {
    background-color: #cfe2ff !important;
    color: #084298;
    border-color: #b6d4fe;
}

.div_centered {
    position: absolute;
    top: 40%;
    left: 50%;
    margin-top: -100px;
    margin-left: -170px;
}

.panel {
    margin-bottom: 10px;
}

#espacio .form-group {
    margin-bottom: 8px;

}

#pie_pagina {
    left: 90%;
}

#tabla_colores {

}

.content_sub > .form-group {
    margin-bottom: 1px;

}

.contendor_campos_cotizacion > .form-group {
    margin-bottom: 6px;
}

.form-horizontal .control-label {

    text-align: left;
    white-space: nowrap;
}

.row .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-header {
    /*font-size: 1.2em;*/
}

.dropdown-header > span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    display: inline-block;
    border-style: solid;
    border-width: 0 0 1px 1px;
    padding: .3em .6em;

    /* width: 80%;*/

}

.dropdown-header > span:first-child {
    /* width: 82px;
     margin-right: 5px;*/
    border-left-width: 0;
}

.demo-section {
    width: 400px;
}

.k-item > span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    border-style: solid;
    border-width: 0 0 1px 1px;
    vertical-align: top;
    min-height: 20px;
    font-size: 8pt;
    /*min-height: 45px;
    width: 79%;
    width: 200px;*/
    padding: 0em 0 0 .6em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.k-item > span:first-child {
    /* width: 77px;*/
    border-left-width: 0;
    padding: 0em 0 0 0;
}

.dropdown-header {
    /*padding: 3px 0;*/

}

.k-list-container .dropdown-header {
    padding-left: 0;
}

.k-textbox > input, .k-autocomplete .k-input, .k-multiselect-wrap {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-family: "Arial", Gadget, sans-serif;
    /* padding-left: 11px;*/
}

.k-textbox > input[disabled], .k-autocomplete .k-input[disabled], .k-multiselect-wrap[disabled] {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

/* Fondo blanco de lista*/
.k-list-container {
    border-color: #c5c5c5;
    background-color: #FFFFFF;
}

.k-block, .k-header, .k-grid-header, .k-toolbar, .k-grouping-header, .k-pager-wrap, .k-button, .k-draghandle, .k-treemap-tile, html .km-pane-wrapper .k-header {
    background-color: #F8F8F8;
}

.chosen-container {
    font-family: "Arial", Gadget, sans-serif;
    font-size: 12px;
}

.panel-body {
    padding-top: 10px;
    padding-bottom: 2px;
}

/*
.navbar {
    min-height: 40px;
}
*/

.navbar-default .navbar-nav > li > a {
    color: #FFF;
}

.navbar-default .navbar-brand {
    color: #FFF;
}

.botonera > .btn {
    width: 112px;
}

#btnAddInfoCliente {
    height: 24px;
    padding-top: 4px;
    padding-left: 9px;
    width: 29px;
}

.botonera_top_panel {

    height: 50px;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input_md {
    height: 28px;
}

a.btn.btn-link {
    font-size: 11px;
}

@media (min-width: 768px) {
    .addon_field_right {
        padding-left: 0px;
    }
}

@media (max-width: 767px) {
    .addon_field_right {
        margin-top: 5px;
    }
}

.input_date_others {
    height: 28px !important;
}

#form_totalizar .form-group {
    margin-bottom: 5px;
}

.busqueda_codigo_h {
    width: 115px;
}

.busqueda_codigo {
    width: 110px;
}

.busqueda_codigo2 {
    width: 99px;
}

.busqueda_descripcion {
    width: 388px;
}

.busqueda_descripcion_h {
    width: 392px;
}

.busqueda_descripcion_h_2 {
    width: 254px;
}

.busqueda_refenrencia {
    width: 124px;
}

.busqueda_refenrencia_h {
    width: 129px;
}

.busqueda_nombre_banco {
    width: 250px;
}

.busqueda_nombre_banco_h {
    width: 255px;
}

.busqueda_nro_parte {
    width: 129px;
}

.busqueda_existencia {
    width: 75px;
}

.chosen-container-single .chosen-single {
    padding: 0 0 23px 8px;
}

.modal input.form-controlCom, select.form-controlCom {
    height: 24px;
}

.modal input.form-control, select.form-control {
    height: 24px;
}

.modal .input-group-addon {
    padding: 4px 12px;
    font-size: 12px;

}

.contenedor_cotizaciones {

}

.start_loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: #fff url(../img/white_loader.gif) no-repeat center center;
}

.btn_descripcion {
    float: right;
    height: 22px;
    padding-bottom: 4px;
}

.table_monitor > thead > tr > th, .table_monitor > tbody > tr > th, .table_monitor > tfoot > tr > th, .table_monitor > thead > tr > td, .table_monitor > tbody > tr > td, .table_monitor > tfoot > tr > td {

    font-size: 12px !important;
    padding: 4px;

}

.input-group-addon.disabled_white[disabled] {
    padding-top: 10px;
}

input.form-controlCom.disabled_white[disabled], select.form-controlCom.disabled_white[disabled] {
    /* padding-top: 10px;
     padding-left: 2px;
     height: 26px;*/
}

input.form-control.disabled_white[disabled], select.form-control.disabled_white[disabled] {
    /* padding-top: 10px;
     padding-left: 2px;
     height: 26px;*/
}

.disabled_white[disabled] {
    /*
    background-color: #FFF !important;
    opacity: 1 !important;
    border: 0 #ccc !important;

    box-shadow: none !important;
    cursor: default !important;
    font-weight: bold;
    */

}

input[type="radio"], input[type="checkbox"] {
    margin: 2px 0 0;
}

/*
.bs-example{position:relative;padding:45px 15px 15px;margin:0 -15px 15px;border-color:#e5e5e5 #eee #eee;border-style:solid;border-width:1px 0;-webkit-box-shadow:inset 0 3px 6px rgba(0,0,0,.05);box-shadow:inset 0 3px 6px rgba(0,0,0,.05)}.bs-example:after{position:absolute;top:15px;left:15px;font-size:12px;font-weight:700;color:#959595;text-transform:uppercase;letter-spacing:1px;content:"Example"}.bs-example+.highlight{margin:-15px -15px 15px;border-width:0 0 1px;border-radius:0}@media (min-width:768px){.bs-example{margin-right:0;margin-left:0;background-color:#fff;border-color:#ddd;border-width:1px;border-radius:4px 4px 0 0;-webkit-box-shadow:none;box-shadow:none}}
*/

.shadown_panels {
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !important; /**/
}

legend {

    margin-bottom: 7px !important;
}

.form-horizontal .has-feedback .form-controlCom-feedback {
    top: -6px;
}

.form-horizontal .has-feedback .form-control-feedback {
    top: -6px;
}

#list_menu a {
    color: #fff !important;
    margin-top: 4px;
    font-size: 1.2em;
    font-family: 'Helvetica Neue', 'Helvetica', 'Verdana', 'Arial', sans-serif;
    height: 51px;
    line-height: 29px;
    font-weight: bold;

}

.form-group.required .netralize_require.control-label:before, .netralize_require.required:before {
    content: '';
}

.select_arrow_less {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.contendor_campos_cuentas .form-group {
    margin-bottom: 0px;
}

.up {
    bottom: 100% !important;
    top: auto !important;
    margin-bottom: 7px;
}

.dropdown-menu {
    font-size: 12px;
    z-index: 10000;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #E7E0E0;
}

.k-list-filter > .k-icon {
    top: 0px;
}

.k-autocomplete.k-state-default, .k-picker-wrap.k-state-default, .k-numeric-wrap.k-state-default, .k-dropdown-wrap.k-state-default {
    height: 23px;
    background: transparent;
    padding-top: 0;
}

span.k-datepicker, span.k-timepicker, span.k-datetimepicker, span.k-colorpicker, span.k-numerictextbox, span.k-combobox, span.k-dropdown, .k-toolbar .k-split-button {
    height: 23px;
}

:root * > .k-icon, :root * > .k-sprite, :root * > .k-button-group .k-tool-icon {
    margin-bottom: 2px;
}

.k-state-focused.k-state-selected, .k-list > .k-state-focused.k-state-selected, .k-listview > .k-state-focused.k-state-selected, td.k-state-focused.k-state-selected {
    -webkit-box-shadow: inset 0 0 3px 4px #c5c5c5;
    box-shadow: inset 0 0 3px 4px #c5c5c5;
}

.k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-list > .k-state-selected, .k-list > .k-state-highlight, .k-panel > .k-state-selected, .k-ghost-splitbar-vertical, .k-ghost-splitbar-horizontal, .k-draghandle.k-state-selected:hover, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-marquee-color {
    background-color: #bcb4b0;
    color: #3a3a3a;
    background-image: none, -webkit-linear-gradient(top, rgba(255, 255, 255, .4) 0, rgba(255, 255, 255, .0) 100%);
    background-image: none, -moz-linear-gradient(top, rgba(255, 255, 255, .4) 0, rgba(255, 255, 255, .0) 100%);
    background-image: none, -o-linear-gradient(top, rgba(255, 255, 255, .4) 0, rgba(255, 255, 255, .0) 100%);
    background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, .4) 0, rgba(255, 255, 255, .0) 100%);
    background-position: 50% 50%;
    border-color: #bcb4b0;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}

#nro_documentos {
    float: right;
    margin-top: 13px;
    display: none;
    font-size: 10px;
    margin-right: 14px;
}

#nr_conteo {
    float: right;
    margin-top: 13px;
    display: none;
    font-size: 10px;
    margin-right: 14px;
}

.table > thead > tr > td.amarillo_carlos, .table > tbody > tr > td.amarillo_carlos, .table > tfoot > tr > td.amarillo_carlos, .table > thead > tr > th.amarillo_carlos, .table > tbody > tr > th.amarillo_carlos, .table > tfoot > tr > th.amarillo_carlos, .table > thead > tr.amarillo_carlos > td, .table > tbody > tr.amarillo_carlos > td, .table > tfoot > tr.amarillo_carlos > td, .table > thead > tr.amarillo_carlos > th, .table > tbody > tr.amarillo_carlos > th, .table > tfoot > tr.amarillo_carlos > th {
    background-color: #ffff00;
}

.table > thead > tr > td.rojo_carlos, .table > tbody > tr > td.rojo_carlos, .table > tfoot > tr > td.rojo_carlos, .table > thead > tr > th.rojo_carlos, .table > tbody > tr > th.rojo_carlos, .table > tfoot > tr > th.rojo_carlos, .table > thead > tr.rojo_carlos > td, .table > tbody > tr.rojo_carlos > td, .table > tfoot > tr.rojo_carlos > td, .table > thead > tr.rojo_carlos > th, .table > tbody > tr.rojo_carlos > th, .table > tfoot > tr.rojo_carlos > th {
    background-color: #ff0000;
}

.table > thead > tr > td.green, .table > tbody > tr > td.green, .table > tfoot > tr > td.green, .table > thead > tr > th.green, .table > tbody > tr > th.green, .table > tfoot > tr > th.green, .table > thead > tr.green > td, .table > tbody > tr.green > td, .table > tfoot > tr.green > td, .table > thead > tr.green > th, .table > tbody > tr.green > th, .table > tfoot > tr.green > th {
    background-color: green;
    color: #ffffff;
}

.form-group-padding-less {
    margin-bottom: 0px !important;
}

.form-group-padding-less-x2 {
    margin-bottom: 2px !important;
}

@media (min-width: 992px) {
    #detalle_transpaso {
        width: 726px !important;
    }

    #concepto_transpaso {
        width: 755px;
        position: absolute;
        left: 108px;
    }
}

#detalle_transpaso {

    height: 72px;
}

.carousel-inner > .item {

    -webkit-transition: 0.3s ease-in-out left!important;
    -moz-transition: 0.3s ease-in-out left!important;;
    -o-transition: 0.3s ease-in-out left!important;;
    transition: 1s ease-in-out left!important;;
}

.buscar_detalle_banco, .buscar_factura, .seleccionable {
    cursor: pointer;
}

.header_reporte {
    margin-top: 10px;
    margin-bottom: 14px;
}

.table > thead > tr > td.tr_seleccionado, .table > tbody > tr > td.tr_seleccionado, .table > tfoot > tr > td.tr_seleccionado, .table > thead > tr > th.tr_seleccionado, .table > tbody > tr > th.tr_seleccionado, .table > tfoot > tr > th.tr_seleccionado, .table > thead > tr.tr_seleccionado > td, .table > tbody > tr.tr_seleccionado > td, .table > tfoot > tr.tr_seleccionado > td, .table > thead > tr.tr_seleccionado > th, .table > tbody > tr.tr_seleccionado > th, .table > tfoot > tr.tr_seleccionado > th {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.botones_superiores_formulario {
    float: right;
    margin-top: -32px;
    font-size: 13px;
}

.form-horizontal .form-group {
    margin-bottom: 4px;
}

#costos_precios .btn {
    padding: 3px;
}

.nav > li.disabled > a {
    pointer-events: none;
}

#tabla_existencia_producto {
    background: rgba(211, 211, 211, 0.21);
    height: 220px;
}

.modal-body {
    padding: 15px 15px 7px 15px;
}

.modal-md .tab-content {
    min-height: 220px !important;
}

.modal-lg .tab-content {
    min-height: 410px !important;
}

.addButton {
    padding: 4px 8px 2px 8px;

}

.col-add {
    padding-left: 4px;
}

.col-add-field {
    padding-right: 1px;
}

.totales_field_pos {
    height: 30px !important;
    color: #00FF00;
    background: black !important;
    font-size: 16pt;
}

.sub_total_label {

}

.btn_action {
    /*
    background: #0000ff;
    */
    background: #1c5280;
    height: 70px;
    border: 1px solid white;
    border-top: 0;
    border-left: 0;
    padding: 5px 0;
    color: white;
}

.sub_title_menu {
    padding-top: 5px;
    white-space: initial;
}

.btn-default-pos {
    height: 57px;
    width: 100%;
    padding: 0;
    background-color: #F1F3F6;
    font-size: 1.8em;
}

.btn-default-pos-opciones {
    height: 57px;
    width: 100%;
    padding: 0;
    background-color: #F1F3F6;
    font-size: 1.3em;
}

/*#table_productos_agregados   th  ,*/
#tabla_pos td {
    /*line-height: 2.328571 !important;;
    font-size: 12px !important;*/
    height: 35px
}

#page-loading {
    z-index: 8;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;

    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;

}

.invisible {
    display: none;
}

.padding_left_less {
    padding-left: 0 !important;
}

.padding_right_less {
    /*padding-right: 0;*/
}

.padding_right_less_new {
    padding-right: 0 !important;
}

.modal-md-pos {
    width: 437px !important;
}

#contenedor_form_descuento_pos .form-controlCom {
    font-size: 16pt;
    height: 31px;
}


#contenedor_form_descuento_pos .form-control {
    font-size: 16pt;
    height: 31px;
}

#contenedor_form_totalizar_pos input {
    height: 30px !important;
    font-size: 20px;
}

#contenedor_opciones .col-sm-3 {
    margin-bottom: 20px;
}

.control-panel-pos {
    background: url(../img/control_panel.png) no-repeat;
    height: 238px;
    width: 362px;
    background-size: 100%;
    position: absolute;
    right: -10px;
    top: 289px;
    opacity: .4;
}

#teclado_numerico {
    display: none;
}

.only_teclado_numerico #teclado {
    display: none;
}

.only_teclado_numerico #teclado_numerico {
    display: block;
}

.btn_action.disabled, .btn_action[disabled], fieldset[disabled] .btn_action {

    opacity: .45;
}

.productos_selected #w_relac_chosen {
    width: 80% !important;
}

.productos_selected #btnShowSearch {
    display: inline !important;
}

/**
Table scrolling
*

tr {
    width: 100%;
    display: inline-table;
}

table{

}
tbody{
    overflow-y: scroll;
    height: 100px;
    width: 100%;
    position: absolute;
}

/**/

#contenedor_forma_pago {
    margin-right: -3px;
    overflow-x: hidden;
    height: 315px;
    overflow-y: auto;
}

@media (max-height: 600px) {
    #contenedor_form_totalizar_pos .numeric_keyboard .key {
        font: bold 21pt arial !important;
        height: 33px !important;
        padding-top: 0 !important;
    }

    #contenedor_forma_pago {
        height: 210px;
    }

    .modal-lg .tab-content {
        min-height: 290px !important;
    }

    .keyboard {
        height: 200px !important;
    }
}

/*
Bootstrap logo
Whipping File Inputs Into Shape */

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

/*----------------------------*/

.btnDisplay {
    width: 100%;
    height: 50px;
    font-size: 3em;
    text-align: right;
}

#container_control_producto_mod {
    background-color: rgba(7, 15, 85, 0.67);
    color: #ffffff;
    margin-left: 0px;
    padding-bottom: 2px;
    border-radius: 2px;
}

#container_control_producto_mod label:first-child::after {
    content: "->";

}

#lbl_mod_prod {
    padding-left: 0;
    padding-right: 0;
}

/**
Estilos de modulo restaurante
*/

#zones_container {
    height: 70px;
    overflow: auto;
}

#form_btn_zone {
    height: 100%;
}

#botonera_top_panel_zone {
    height: 100%;
    width: 100%;
    color: white;

}

#botonera_top_panel_zone button {
    opacity: 0.6;
    font-family: "Consolas", "Lucida Console", monospace;
    font-size: 1.4em;
}

#botonera_top_panel_zone .active {
    opacity: 1;
}

.btn_zone {

    height: 100%;
    /* text-shadow: 2px 2px 2px black;*/
}

#mesas_container {
    margin-top: 5px;
    height: 450px;
    background: url(../img/bg_mesas.png);
}

.btn_mesa {
    width: 50px;
    height: 50px;
    background: #659900;
    position: absolute;
    top: 10px;
    left: 22px;
    z-index: 2;
    border-radius: 10px;
    border: solid 1px #4F4D4D;
    font-size: 1.5em;
    box-shadow: 0px 1px 4px #333333;

}

.patasSillas {
    width: 15px;
    height: 15px;
    background: #34441a;
    position: absolute;

    border-radius: 15px;
    box-shadow: 0px 0px 3px #000000;
    z-index: 1;
    border: solid 1px #4F4D4D;
    float: left;

}

.mesa {
    position: absolute;
    float: left;
    height: 70px;
    width: 93px;
}

#mesas_container .btn:focus, #mesas_container .btn:active:focus, #mesas_container .btn.active:focus {
    outline: none;

    outline-offset: 0;
}

.handle_mesa {
    width: 100%;
    height: 100%;
    z-index: -100;
    cursor: move;
    /* background: white; */
    position: absolute;
    border: 1px #616161 dashed;

}

.handle_mesa:hover {
    background: rgba(245, 245, 245, 0.13);
}

.handle_mesa:hover .btn_mesa {
    box-shadow: 0px 12px 14px #333333;

}

.edicion_panel {
    background: transparent;
    height: 50px;
    position: absolute;
    width: 60px;
    padding-top: 3px;
    padding-right: 3px;
    z-index: 120;
    right: 0;
    margin-top: 5px;

}

.res_panel_informativo {
    padding-top: 15px;
}

#txtUltimoVuelto {
    background: #000000;
    color: green;
}

.cuadro_estado {
    height: 20px;
    width: 100%;
}

.label_estado {
    padding-top: 2px !important;
}

.res_estado_disponible {
    background: #008A34;
    background: -moz-linear-gradient(-45deg, #008A34 0%, #008A34 27%, #008A34 36%, #008A34 61%, #fcecfc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #008A34), color-stop(27%, #008A34), color-stop(36%, #008A34), color-stop(61%, #008A34), color-stop(100%, #fcecfc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #008A34 0%, #008A34 27%, #008A34 36%, #008A34 61%, #fcecfc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #008A34 0%, #008A34 27%, #008A34 36%, #008A34 61%, #fcecfc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #008A34 0%, #008A34 27%, #008A34 36%, #008A34 61%, #fcecfc 100%); /* IE10+ */
    background: linear-gradient(135deg, #008A34 0%, #008A34 27%, #008A34 36%, #008A34 61%, #fcecfc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008A34', endColorstr='#fcecfc', GradientType=1); /* IE6-9 fallback on horizontal gradient */
    color: #FFFFFF;

}

.res_estado_disponible:focus, .res_estado_disponible:active:focus, .res_estado_disponible.active:focus {
    background: #008A34;
}

.res_estado_sin_consumo_less_gradiend {
    background: #0000FA;
    color: white;

}

.res_estado_sin_consumo {
    background: #0000FA;
    background: -moz-linear-gradient(-45deg, #0000FA 0%, #0000FA 27%, #0000FA 36%, #0000FA 61%, #fcecfc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #0000FA), color-stop(27%, #0000FA), color-stop(36%, #0000FA), color-stop(61%, #0000FA), color-stop(100%, #fcecfc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #0000FA 0%, #0000FA 27%, #0000FA 36%, #0000FA 61%, #fcecfc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #0000FA 0%, #0000FA 27%, #0000FA 36%, #0000FA 61%, #fcecfc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #0000FA 0%, #0000FA 27%, #0000FA 36%, #0000FA 61%, #fcecfc 100%); /* IE10+ */
    background: linear-gradient(135deg, #0000FA 0%, #0000FA 27%, #0000FA 36%, #0000FA 61%, #fcecfc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000FA', endColorstr='#fcecfc', GradientType=1); /* IE6-9 fallback on horizontal gradient */
    color: white;

}

.res_estado_sin_consumo:focus, .res_estado_sin_consumo:active:focus, .res_estado_sin_consumo.active:focus {
    background: #0000FA;
}

.res_estado_consumiendo {
    background: #F8F800;
    background: -moz-linear-gradient(-45deg, #F8F800 0%, #F8F800 27%, #F8F800 36%, #F8F800 61%, #fcecfc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #F8F800), color-stop(27%, #F8F800), color-stop(36%, #F8F800), color-stop(61%, #F8F800), color-stop(100%, #fcecfc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #F8F800 0%, #F8F800 27%, #F8F800 36%, #F8F800 61%, #fcecfc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #F8F800 0%, #F8F800 27%, #F8F800 36%, #F8F800 61%, #fcecfc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #F8F800 0%, #F8F800 27%, #F8F800 36%, #F8F800 61%, #fcecfc 100%); /* IE10+ */
    background: linear-gradient(135deg, #F8F800 0%, #F8F800 27%, #F8F800 36%, #F8F800 61%, #fcecfc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F800', endColorstr='#fcecfc', GradientType=1); /* IE6-9 fallback on horizontal gradient */
    color: #000000;

}

.res_estado_consumiendo:focus, .res_estado_consumiendo:active:focus, .res_estado_consumiendo.active:focus {
    background: #F8F800;
}

.res_estado_abandonada {
    background: #EE0000;
    background: -moz-linear-gradient(-45deg, #EE0000 0%, #EE0000 27%, #EE0000 36%, #EE0000 61%, #fcecfc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #EE0000), color-stop(27%, #EE0000), color-stop(36%, #EE0000), color-stop(61%, #EE0000), color-stop(100%, #fcecfc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #EE0000 0%, #EE0000 27%, #EE0000 36%, #EE0000 61%, #fcecfc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #EE0000 0%, #EE0000 27%, #EE0000 36%, #EE0000 61%, #fcecfc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #EE0000 0%, #EE0000 27%, #EE0000 36%, #EE0000 61%, #fcecfc 100%); /* IE10+ */
    background: linear-gradient(135deg, #EE0000 0%, #EE0000 27%, #EE0000 36%, #EE0000 61%, #fcecfc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EE0000', endColorstr='#fcecfc', GradientType=1); /* IE6-9 fallback on horizontal gradient */
    color: #000000;

}

.res_estado_abandonada:focus, .res_estado_abandonada:active:focus, .res_estado_abandonada.active:focus {
    background: #EE0000;
}

.res_estado_reservada {
    background: #A349A4;
    background: -moz-linear-gradient(-45deg, #A349A4 0%, #A349A4 27%, #A349A4 36%, #A349A4 61%, #fcecfc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #A349A4), color-stop(27%, #A349A4), color-stop(36%, #A349A4), color-stop(61%, #A349A4), color-stop(100%, #fcecfc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #A349A4 0%, #A349A4 27%, #A349A4 36%, #A349A4 61%, #fcecfc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #A349A4 0%, #A349A4 27%, #A349A4 36%, #A349A4 61%, #fcecfc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #A349A4 0%, #A349A4 27%, #A349A4 36%, #A349A4 61%, #fcecfc 100%); /* IE10+ */
    background: linear-gradient(135deg, #A349A4 0%, #A349A4 27%, #A349A4 36%, #A349A4 61%, #fcecfc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A349A4', endColorstr='#fcecfc', GradientType=1); /* IE6-9 fallback on horizontal gradient */
    color: #FFFFFF;

}

.res_estado_reservada:focus, .res_estado_abandonada:active:focus, .res_estado_abandonada.active:focus {
    background: white;
}

.popopver_mesas {
    width: 400px;
    max-width: 312px;
}

.popover-content-mesas {
    padding: 10px;
}

.contenedor_form_cuentas {
    display: none;
}

.btn_opciones_mesa_abrir {
    margin-top: 3px;
}

#container_pos_restaurant {
    display: none;
}

#contenedor_manejo_cuentas .btn-block {
    height: 45px;
    font-size: 1.5em;
}

#contenedor_manejo_cuentas .overflow_table {
    height: 200px;
}

#contenedor_manejo_cuentas input.form-controlCom, select.form-controlCom {

}


#contenedor_manejo_cuentas input.form-control, select.form-control {

}

#contenedor_manejo_cuentas .input-group-addon {
    padding: 3px 6px;
}

.botonera_center .btn-block {
    padding-top: 12px;
    height: 72px !important;
    font-size: 2em !important;
}

.botonera_center .btn-block.disabled {
    border: solid 1px #626262;
}

.fotter_manejo {

}

#contenedor_manejo_cuentas tbody > tr {
    height: 35px;
}

#contenedor_manejo_cuentas .checkbox {

}

#modal-mesas .btn {
    height: 68px !important;
    margin-bottom: 15px;
    font-size: 19pt;
}

#modal-mesas .btn.disabled {
    visibility: hidden;
}

#modal-mesas form .btn {
    height: 74px;
    font-size: 29pt;
    width: 60px;
}

#modal-mesas input {
    height: 70px !important;
    font-size: 28pt;

}

.modal-backdrop {
    position: fixed;
}

.disabledToVersion {
    opacity: 0.6;
}

.table > tbody > tr.con_mensaje_pos > td, .table > tbody > tr.con_mensaje_pos > th, .table > tbody > tr > td.con_mensaje_pos, .table > tbody > tr > th.con_mensaje_pos, .table > tfoot > tr.con_mensaje_pos > td, .table > tfoot > tr.con_mensaje_pos > th, .table > tfoot > tr > td.con_mensaje_pos, .table > tfoot > tr > th.con_mensaje_pos, .table > thead > tr.con_mensaje_pos > td, .table > thead > tr.con_mensaje_pos > th, .table > thead > tr > td.con_mensaje_pos, .table > thead > tr > th.con_mensaje_pos {
    background-color: #dfdf00;
}

.cliente_name_cuenta {
    font-size: 17px;
    background: rgba(255, 255, 255, 0.67);
    margin-top: -5px;
}

.pos_name_producto {
    font-size: 10px;
    background: rgba(255, 255, 255, 0.67);
    position: absolute;
    width: 100%;
    color: #000;
}

.k-textbox > input, .k-autocomplete .k-input, .k-picker-wrap .k-input, .k-numeric-wrap .k-input, .k-dropdown-wrap .k-input, .k-selectbox .k-input {
    border: inherit;
}

.btn-group #btnCatalogo.active {
    color: #EB1111;
}

.modal-mega {
    padding: 0 15px;
    width: 100%;
}

.align-vertical {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.valign {
    display: block;
}

.form-horizontal .has-feedback .form-controlCom-feedback {
    right: 25px;
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 25px;
}

.tr_seleccionado a, .tr_seleccionado button {
    color: #ffffff;
}

.lightBoxFormContainer {
    position: absolute;
    height: 100%;
    /* background: #000; */
    width: 100%;
    z-index: 10;
}

.lightBoxFormContainer .modal-backdrop {
    height: 100%;
    z-index: 11;
    background-color: rgba(0, 0, 0, 0.2);
}

.lightBoxForm {
    z-index: 1500000;
    height: 100%;
    background: white;
    float: left;
}

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
    padding: 0 10px 5px 0px; /* To give a bit of padding on the left and right */
    padding-bottom: 2px !important;

}

legend.scheduler-border {
    font-size: 0.9em !important;
    font-weight: bold !important;
    text-align: left !important;
    border-bottom: none;
    width: auto; /* Or auto */

}

#contenedor_compuesto fieldset {
    margin-top: 15px;
}

#presentaciones .form-group {
    margin-bottom: 10px;
}

label.lbl_nivel {
    float: left;
}

.text-red input {
    color: #CE5B20;
    border-color: rgba(206, 91, 32, 0.51);
}

.text-red label.lbl_nivel {
    color: #CE5B20 !important;
}

.text-blue div.divider {
    background-color: rgba(0, 0, 255, 0.55) !important;
}

.text-blue input {
    color: #0000ff;

}

.text-blue label.lbl_nivel {
    color: #0000ff;
}

.text-green input {
    color: green;
}

.text-green label.lbl_nivel {
    color: green;
}

.text-green div.divider {
    background-color: rgba(0, 128, 0, 0.56) !important;
}

.text-morado input {
    color: mediumorchid;
}

.text-morado label.lbl_nivel {
    color: mediumorchid;
}

.text-morado div.divider {
    background-color: rgba(186, 85, 211, 0.56) !important;
}

.text-negro div.divider {
    background-color: rgba(0, 0, 0, 0.56) !important;
}

.search_input {
    position: absolute;
    right: 15px;
    top: 0;
    cursor: pointer;
    padding: 6px;
}

.search_input:hover {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: linear-gradient(to bottom, #F1F3F6 0, #DBE1E8 100%);
    color: #333;
    text-shadow: 0 -1px #447AB1;
    -webkit-box-shadow: inset 0 0 25px #F1F3F6, 0 1px 0 #F1F3F6, 0 2px 0 #DBE1E8, 0 2px 3px #333;
    box-shadow: inset 0 0 25px #F1F3F6, 0 1px 0 #F1F3F6, 0 2px 0 #DBE1E8, 0 2px 3px #333;
    -webkit-font-smoothing: antialiased;
}

.search_input:active {
    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);
}

.bloqueador {
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 100000;
    background: rgba(255, 255, 255, 0.35);
}

.security .modal-dialog {
    width: 400px;
}

.security .modal-content {
    margin-top: 50%;
}

.security input.form-controlCom {
    height: 39px;
}

.security input.form-control {
    height: 39px;
}

.security .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.pull-right {
    float: right !important;
    position: absolute;
    right: 0;
}

.titulo_cierre_final{
    text-align: center;
}

.paddin_cierre{
    padding-top: 0.6cm;
}

.th_titulos_cierre{
    text-align: center;
}

.td_resultado_cierre{
    text-align: right;
}

.ventan_movil{
    width:300px;
    height:300px;
    background: #fff;
    text-align:center;
    position:absolute;
    top:20%;
    /*left:-200px;*/
    margin-left:9%;
}
/***SLIDER Y VALORES Y FUNCIONALIDAD***/

.propaganda_nuevo {
    top: 0;
    bottom: 0;
}