/* 
* 
*/
/*
html {
    background-color: #efefef;
}*/

.box {
    display: table;
    width: 100%;
    height: 100%;
    border-spacing: 0;
    table-layout: fixed;
}

.box .box-row {
    display: table-row;
    height: 100%;
}

.box .box-row .box-cell {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.ie .box .box-row .box-cell {
    display: table-cell;
}

.box .box-col {
    display: table-cell;
    vertical-align: top;
}

.box .box-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.box > [class*="col-"],
.box > [class*=" col-"] {
    position: static;
    float: none;
    height: 100%;
    padding: 0;
    vertical-align: top;
}

@media (min-width: 1200px) {
    .box > [class*="col-lg"],
    .box > [class*=" col-lg"] {
        display: table-cell;
    }
}

@media (min-width: 992px) {
    .box > [class*="col-md"],
    .box > [class*=" col-md"] {
        display: table-cell;
    }
}

@media (min-width: 768px) {
    .box > [class*="col-sm"],
    .box > [class*=" col-sm"] {
        display: table-cell;
    }
}

@media (max-width: 767px) {
    .box > [class*="col-xs"],
    .box > [class*=" col-xs"] {
        display: table-cell;
    }
    .box .box-inner {
        position: relative !important;
    }
}

.content-reset {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.app {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.modal-open .app {
    overflow: hidden;
}

.app-aside {
    position: absolute !important;
    top: 0;
    bottom: 0;
    z-index: 60;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: transparent;
    opacity: 1;
/*    box-shadow: 0 64px 5px 0 rgba(0, 0, 0, 0.26);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;*/
}

.scrollable.hover {
    overflow-y: hidden !important;
}

.scrollable.hover > * {
    margin-top: -1px;
}

.scrollable.hover:hover {
    overflow: visible !important;
    overflow-y: auto !important;
}

.smart .scrollable {
    overflow-y: auto !important;
}

.scroll-x,
.scroll-y {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}

.scroll-y {
    overflow-y: auto;
}

.scroll-x {
    overflow-x: auto;
}


.dialog_pdf{
    min-width: 900px;
}

@media screen and (max-width: 399px){
    .dialog_pdf{
        min-width: 300px;
    }
}

@media screen and (max-width: 499px) and (min-width: 400px) { 
    .dialog_pdf{
        min-width: 400px;
    }
}

@media screen and (max-width: 599px) and (min-width: 500px) { 
    .dialog_pdf{
        min-width: 500px;
    }
}

@media screen and (max-width: 959px) and (min-width: 600px) {
    .dialog_pdf{
        min-width: 600px;
    }
}





.cargando_fondo{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    z-index:40;
    opacity:0.30;
    -moz-opacity: 10;
    filter: alpha(opacity=100);

}

.cargando_valores {
    position: fixed;
    top: 40%;
    right: 18%;
    left: 18%;
    z-index:50;
    text-align: center;
}

.reduce_margin_button {
    margin: -8px 0px !important;
}

.dialog-actions{
    background: #F2F2F2; border-top-style: solid; border-top-width: 1px; border-top-color: #E6E6E6;
}

md-option {
    height: 30px !important;
}


.navbar .navbar-nav > li > a,
.navbar .navbar-tool > li > a,
.navbar .navbar-item,
.navbar .navbar-brand {
    padding: 0 16px;
    line-height: 64px;
}

.navbar .navbar-tool > li {
    float: left;
}

.navbar .navbar-brand {
    display: block;
    float: none;
    min-height: 64px;
    font-size: 20px;
    font-weight: bold;
}

.navbar .navbar-brand:hover {
    text-decoration: none;
}

.navbar .navbar-brand img,
.navbar .navbar-brand svg {
    display: inline-block;
    vertical-align: -10%;
}

@media (max-width: 991px) {
    .navbar {
        min-height: 48px;
    }
    .navbar .navbar-brand {
        min-height: 56px;
    }
    .navbar .navbar-nav > li > a,
    .navbar .navbar-tool > li > a,
    .navbar .navbar-item,
    .navbar .navbar-brand {
        line-height: 56px;
    }
}

/*layout*/

.content-reset {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.app {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.modal-open .app {
    overflow: hidden;
}

.app-aside {
    position: absolute !important;
    top: 0;
    bottom: 0;
    z-index: 60;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: transparent;
    opacity: 1;
    /*box-shadow: 0 64px 5px 0 rgba(0, 0, 0, 0.26);*/
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.app-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
}

@media (min-width: 992px) {
    .app-aside {
        display: block !important;
        width: 258px;
    }
    .app-aside.folded {
        width: 0px;
    }
    .app-aside.folded ~ .app-content {
        margin-left: 0px;
    }
    .app-aside ~ .app-content {
        margin-left: 258px;
    }
    .app-aside.md-sidenav-left {
        min-width: 0;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
    }
    .app-aside .left {
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
    }
}

@media (max-width: 991px) {
    .app-aside.modal {
        z-index: 1050;
    }
    .app-aside .left {
        max-width: 304px;
    }
    .app-padding {
        padding: 4px 4px;
    }
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}


/*Charts*/

.bg-white {
    background-color: #fff;
}

.no-border {
    border-color: transparent;
    border-width: 0;
}

.no-borders {
    border-width: 0 !important;
}

@media (max-width: 991px) {
    .no-border-sm {
        border-width: 0;
    }
}

@media (max-width: 767px) {
    .no-border-xs {
        border-width: 0;
    }
}

.padding {
    padding: 32px 32px;
}

.padding-out {
    margin: -32px -32px;
}

@media (max-width: 992px) {
    .padding {
        padding: 16px 16px;
    }
    .padding-out {
        margin: -16px -16px;
    }
}

@media (max-width: 767px) {
    .padding {
        padding: 8px 8px;
    }
    .padding-out {
        margin: -8px -8px;
    }
}

/* Menu main*/

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    overflow-x: hidden;
    font-size: 14px;
}

.nav > li {
    position: relative;
    display: block;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
}

.nav > li.disabled > a {
    color: #777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eee;
    border-color: #337ab7;
}

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

.nav > li > a > img {
    max-width: none;
}

nav ul.nav li {
    position: relative;
}

nav ul.nav li li a {
    /*padding-left: 72px; Modicado por Persy*/
    padding-left: 50px;
    line-height: 36px;
}

nav ul.nav li li a .badge,
nav ul.nav li li a .label {
    margin-top: 10px;
}

nav ul.nav li li li a {
    padding-left: 88px;
}

nav ul.nav li li li li a {
    padding-left: 106px;
}

nav ul.nav li a,
nav ul.nav li .nav-item {
    position: relative;
    display: block;
    padding: 0 24px;
    font-weight: normal;
    /*    line-height: 40px;*/
    line-height: 23px;

    text-align: left;
    text-transform: none;
    border-radius: 0 !important;
}

nav ul.nav li a .text,
nav ul.nav li .nav-item .text {
    margin-left: 16px;
}

nav ul.nav li a .up,
nav ul.nav li .nav-item .up {
    z-index: 1;
    margin-left: 16px;
    font-style: normal;
}

nav ul.nav li a > .pull-right ng-md-icon,
nav ul.nav li .nav-item > .pull-right ng-md-icon {
    margin-left: 16px;
    -webkit-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}

nav ul.nav li a > .icon,
nav ul.nav li .nav-item > .icon {
    top: 0;
    float: left;
    min-width: 40px;
    margin-right: 16px;
    line-height: inherit;
}

nav ul.nav li a > .icon:before,
nav ul.nav li .nav-item > .icon:before {
    display: inline-block;
    width: 24px;
    text-align: center;
    opacity: 0.75;
}

nav ul.nav li a:hover,
nav ul.nav li .nav-item:hover,
nav ul.nav li a:focus,
nav ul.nav li .nav-item:focus {
    background-color: rgba(158, 158, 158, 0.2);
}

nav ul.nav li label {
    display: block;
}

nav ul.nav li label i {
    margin-right: 48px;
    margin-left: -16px;
}

nav ul.nav li.active {
    background-color: rgba(0, 0, 0, 0.05);
}

nav ul.nav li.active > a {
    background-color: transparent;
}

nav ul.nav li.active > a > .pull-right ng-md-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

nav ul.nav.nav-stacked a,
nav ul.nav.nav-stacked .nav-header {
    padding: 0 16px;
    line-height: 30px;
}

nav .nav-header {
    padding: 0 16px;
    line-height: 35px;
}

nav .nav-header:hover,
nav .nav-header:focus {
    background-color: transparent !important;
}

.nav-sub {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s cubic-bezier(0.35, 0, 0.25, 1);
    transition: max-height 0.5s cubic-bezier(0.35, 0, 0.25, 1);
}

.nav-sub .md-ripple-container {
    display: none;
    visibility: hidden;
}

.active > .nav-sub {
    max-height: 999px;
}

.active > .nav-sub .md-ripple-container {
    display: block;
    visibility: visible;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px;
}

.badge:empty {
    display: none;
}


blockquote.info_danger {
    padding: 8px;
    margin: 0 0 20px;
    margin-top: 5px;
    border-left: 5px solid silver;
}

/* TABS MODIFY STYLES */

.md-tab {
    text-transform: none;
}
md-tabs.md-default-theme md-ink-bar, md-tabs md-ink-bar {
    background: #8f1656;
    height: 4px;
    border-top-style: solid;
    border-width: 0px;
    border-color: white;
}

md-tabs.md-Red-theme md-ink-bar, md-tabs md-ink-bar {
    background: #F44336;
    height: 4px;
    border-top-style: solid;
    border-width: 0px;
    border-color: white;
}

md-tabs.md-Pink-theme md-ink-bar, md-tabs md-ink-bar {
    background: #E91E63;
    height: 4px;
    border-top-style: solid;
    border-width: 0px;
    border-color: white;
}

md-tabs.md-altTheme-theme md-ink-bar, md-tabs md-ink-bar {
    background: #9C27B0;
    height: 4px;
    border-top-style: solid;
    border-width: 0px;
    border-color: white;
}

md-tabs.md-DeepPurple-theme md-ink-bar, md-tabs md-ink-bar {
    background: #673AB7;
    height: 4px;
    border-top-style: solid;
    border-width: 0px;
    border-color: white;
}

md-tabs.md-Indigo-theme md-ink-bar, md-tabs md-ink-bar {
    background: #3F51B5;
    height: 4px;
    border-top-style: solid;
    /*border-width: 0px;
    border-color: white;*/
}

md-tabs.md-Blue-theme md-ink-bar, md-tabs md-ink-bar {
    background: #2196F3;
    height: 4px;
    border-top-style: solid;
    border-width: 0px;
    border-color: white;
}

md-tabs.md-LightBlue-theme md-ink-bar, md-tabs md-ink-bar {
    background: #03A9F4;
    height: 4px;
    border-top-style: solid;
    border-width: 0px;
    border-color: white;
}

md-tabs.md-Cyan-theme md-ink-bar, md-tabs md-ink-bar {
    background: #00BCD4;
    height: 4px;
    border-top-style: solid;
    border-width: 0px;
    border-color: white;
}
md-tabs.md-Teal-theme md-ink-bar, md-tabs md-ink-bar {
    background: #009688;
    height: 4px;
    border-top-style: solid;
    border-width: 0px;
    border-color: white;
}
md-tabs.md-Green-theme md-ink-bar, md-tabs md-ink-bar {
    background: #4CAF50;
    height: 4px;
    border-top-style: solid;
    border-width: 0px;
    border-color: white;
}
md-tabs.md-LightGreen-theme md-ink-bar, md-tabs md-ink-bar {
    background: #8BC34A;
    height: 4px;
    border-top-style: solid;
    border-width: 0px;
    border-color: white;
}

md-tabs.md-Lime-theme md-ink-bar, md-tabs md-ink-bar {
    background: #CDDC39;
    height: 4px;
    border-top-style: solid;
    border-width: 0px;
    border-color: white;
}

md-tabs.md-Yellow-theme md-ink-bar, md-tabs md-ink-bar {
    background: #FFEB3B;
    height: 4px;
    border-top-style: solid;
    border-width: 0px;
    border-color: white;
}

md-tabs.md-Amber-theme md-ink-bar, md-tabs md-ink-bar {
    background: #FFC107;
    height: 4px;
    border-top-style: solid;
    border-width: 0px;
    border-color: white;
}

md-tabs.md-Orange-theme md-ink-bar, md-tabs md-ink-bar {
    background: #FF9800;
    height: 4px;
    border-top-style: solid;
    border-width: 0px;
    border-color: white;
}

md-tabs.md-DeepOrange-theme md-ink-bar, md-tabs md-ink-bar {
    background: #FF5722;
    height: 4px;
    border-top-style: solid;
    border-width: 0px;
    border-color: white;
}

md-tabs.md-Brown-theme md-ink-bar, md-tabs md-ink-bar {
    background: #795548;
    height: 4px;
    border-top-style: solid;
    border-width: 0px;
    border-color: white;
}

md-tabs.md-Grey-theme md-ink-bar, md-tabs md-ink-bar {
    background: #9E9E9E;
    height: 4px;
    border-top-style: solid;
    border-width: 0px;
    border-color: white;
}

md-tabs.md-BlueGrey-theme md-ink-bar, md-tabs md-ink-bar {
    background: #607D8B;
    height: 4px;
    border-top-style: solid;
    border-width: 0px;
    border-color: white;
}

.box_1 {
    margin: 0px auto;
    background: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.box_1:hover {
    transform: rotate(360deg);

    border-radius: 50%;
}
.rotate_1 {
    transition: all 0.4s ease-in-out;
}
.rotate_1:hover {
    transition: all 0.4s ease-in-out;
}

.border_foto {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.border_foto_inscripcion {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.border_foto_inscripcion_reporte {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.border_inscrip {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.border_inscrip_padre {
    padding-right: 4px;
    border-right: 3px;
    border-right-color: silver;
    border-right-style: solid;
}

.menu-item-size{
    min-height: 35px;
    height: 35px;
}
/*md-input-container{
    margin: 12px 0;
}*/

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert {
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert_min {
    margin-top: 5px;
    padding: 4px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 13px;
    margin-bottom: 2px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-basic {
    color: #5c5c5c;
    background-color: #f5f5f5;
    border-color: #dddddd;
}

.alert-fa{
    color: #383d41;
    background-color: #fafafa;
    border-color: #dedede;
}

.alert2 {
    padding: 6px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert2-informe {
    background-color: rgb(245,245,245);
    border-color: #e0e0e0;
    color: rgb(117,117,117);
}

.text-center{
    text-align: center;
}

.foto-persona{
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.border_foto_persona {
    width: 300px;
    height: 300px;
    border-radius: 50%;
}

.cargando_fondo_modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index:180;
    opacity:1;
    -moz-opacity: 10;
    filter: alpha(opacity=100);

}

.cargando_valores_modal {
    position: fixed;
    top: 40%;
    right: 18%;
    left: 18%;
    z-index:200;
    text-align: center;
}

.dd-incompleto{
    background: red; 
    color: white; 
    width: 12px; 
    height: 12px; 
    text-align:center; 
    border-radius: 50%; padding: 2px;
}
.dd-completo{
    background: green; 
    color: white; 
    width: 12px; 
    height: 12px; 
    text-align:center; 
    border-radius: 50%; padding: 2px;
}

a.pqm-link { 
    color: #3c80f6;
    text-decoration: none;
}

a.pqm-link:hover { 
    cursor: pointer;
    text-decoration: underline;
    color: #1E90FF;
}

a.pqm-link:active {
    color: #FF8C00;
    text-decoration: underline;
}
.foto-persona20 {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

a.pqm-link_scol { 
    text-decoration: none;
}

a.pqm-link_scol:hover { 
    cursor: pointer;
    text-decoration: underline;
}

a.pqm-link_scol:active {
    color: #3c80f6;
    text-decoration: underline;
}

a.pqm-link-tel { 
    color: #383838;
    text-decoration: none;
}

a.pqm-link-tel:hover { 
    cursor: pointer;
    text-decoration: underline;
    color: #1E90FF;
}

a.pqm-link-tel:active {
    color: #FF8C00;
    text-decoration: underline;
}

/*input[type=text] {
    border : 1px solid #CCCC99;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:3px;
    padding: 3pt;
}
input[type=text]:focus {
    -webkit-box-shadow: inset 1px 2px 2px #64CCFC;
    -moz-box-shadow: inset 1px 2px 2px #64CCFC;
    box-shadow:  2px 2px 2px #64CCFC;
}*/
/*
select {
    border : 1px solid silver;
    padding: .4em;
    margin-top: 3px;
    margin-bottom: 3px;
    font-family: "Lato", Helvetica, Arial, sans-serif;
}
select:focus {
    -webkit-box-shadow: inset 1px 2px 2px #64CCFC;
    -moz-box-shadow: inset 1px 2px 2px #64CCFC;
    box-shadow:  2px 2px 2px #64CCFC;


input[type=text] {
    border : 1px solid silver;
    padding: .4em;
    margin-top: 3px;
    margin-bottom: 3px;
    font-family: "Lato", Helvetica, Arial, sans-serif;
}
}*/

.min_md_menu_item{
    min-height: 40px;
    height: 40px;
}
.reprod_total{
    padding: 2px;
    padding-left: 6px;
    padding-right: 6px;
    background: #cccccc;
    color: #666666;
    border-radius: 50%;
}

.foto_interp_repr{
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

.truncate_text{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.md-autocomplete-suggestions li {
    line-height: 30px;
    height: 30px;
}

md-autocomplete[md-floating-label] {
    height: 70px;
}

.label-default {
    background-color: #777;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-success {
    background-color: #5cb85c;
}

.label-celeste{
    background-color: #03A9F4;
}

.label-naranja{
    background-color: #FF9800;
}

.label-verde{
    background-color: #4CAF50;
}

.label0 {
    background-color: #f50057;
    color: rgb(250,250,250);
}

.label1 {
    background-color: #4CAF50;
    color: rgb(250,250,250);
}

.label2 {
    background-color: #a5ddf7;
    color: #9E9E9E;
}

.label3 {
    background-color: rgb(245,0,87);
    color: rgb(250,250,250);
}

.label-danger{
    background-color: #e02011;
    color: white;
}

.min_md_menu_item30{
    min-height: 30px;
    height: 30px;
}

@media (max-width: 959px) and (min-width: 0){
    .md_toolbar_precios {
        height: 90px;
        max-height: 90px;
    }
}

.b_color_left{
    border-left: 8px solid rgb(117,117,117);
}

.text_precios{
    margin: -2px;
    width: 90px;
    padding: 2px;
    font-size: 14px;
    text-align: right;
    border: 0px;
}

.text_cantidad{
    margin: -2px;
    width: 60px;
    padding: 2px;
    font-size: 14px;
    text-align: center;
    border: 0px;
    padding-left: 12px;
}

input:invalid.text_cantidad { 
  background: #fbd5d3 !important;
  border: 1px solid red;
  outline: none !important;
}

input:focus.text_cantidad { 
  outline: 2px solid #2196f3;
}

.text_fcantidad{
    width: 70px;
    padding: 4px;
    font-size: 13px;
    text-align: right;
}

.text_flote{
    width: 70px;
    padding: 4px;
    font-size: 13px;
    text-align: center;
}

.text_ffecha_venc{
    width: 125px;
    padding: 4px;
    font-size: 13px;
    text-align: left;
}

.text_cod_barras{
    width: 120px;
    padding: 4px;
    font-size: 14px;
    text-align: center;
}

.text_cant_unid{
    width: 60px;
    padding: 4px;
    font-size: 14px;
    border: 0px;
}

.text_precio_entrada{
    width: 80px;
    padding: 4px;
    font-size: 14px;
    text-align: right;
    border: 0px;
}

.select_cant_unid{
    padding: 4px;
    font-size: 13px;
    border: 0px;
}

.text_preccant{
    width: 92%;
    padding: 6px;
    font-size: 16px;
    text-align: center;
    margin: -4px;

}

input:invalid.text_preccant { 
  background: #fbd5d3 !important;
}

input:invalid.text_preccantdate { 
  background: #fbd5d3 !important;
}

input:invalid.text_preccantd { 
  background: #fbd5d3 !important;
}



.text_preccantd{
    width: 99%;
    padding: 6px;
    margin: -4px;
    font-size: 16px;
    text-transform: uppercase;
}

.text_preccantdate{
    text-align: center;
    width: 97%;
    padding: 4px;
    margin: -4px;
    font-size: 15px;
    text-transform: uppercase;
}
.text_fcantidad{
    width: 70px;
    padding: 4px;
    font-size: 13px;
    text-align: right;
}

.text_flote{
    width: 70px;
    padding: 4px;
    font-size: 13px;
    text-align: center;
}

.text_ffecha_venc{
    width: 125px;
    padding: 4px;
    font-size: 13px;
    text-align: left;
}


.form_radios_tipo_pers {
    display: inline-grid;
    margin-right: 12px;
    font-size: 15px;
}

.field_set_form{
    border-color: rgb(224,224,224);
    border-width: 2px;
    border-radius: 11px;
}

.size15{
    font-size: 15px;
}

.autocomplete-ubigeo li {
  border-bottom: 1px solid rgb(245,245,245);
}
.autocomplete-ubigeo li:last-child {
  border-bottom-width: 0;
}

.form_padres_ubigeo{
    color: rgb(117,117,117);
    font-size: 12px;
    padding-left: 3px;
}


.persona_auto_compl li {
  border-bottom: 1px solid #ccc;
  height: 30px !important;
  line-height: 32px !important;
  padding-top: 6px;
  padding-bottom: 6px;
  white-space: normal;
  flex-direction: row;
}
.persona_auto_compl li:last-child {
  border-bottom-width: 0;
}

.persona_auto_compl .item-title{
    display: block;
    line-height: 1;
    font-size: 14px;
}

.persona_auto_compl .item-imagen {
    height: 30px;
    width: 30px;
    float: left;
    padding-right: 4px;
    margin-left: -8px;
}

.persona_auto_compl .item-metadata {
  display: block;
  line-height: 1;
  font-size: 12px;
}


.tab_entfinal md-tabs-canvas {
    position: relative;
    overflow: hidden;
    display: block;
    height: 74px;
}
.tab_entfinal md-pagination-wrapper {
    height: 74px;
    display: block;
    transition: -webkit-transform .5s cubic-bezier(.35,0,.25,1);
    transition: transform .5s cubic-bezier(.35,0,.25,1);
    position: absolute;
    width: 999999px;
    left: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.tab_entfinal .md-tab {
    height: 74px;
    border: 1px solid #eee;
    border-bottom: 0px solid #cccccc;
    background: #FAFAFA;
}
.tab_entfinal .md-tab:first-child {
    border-right: 0px solid #eee;
}
.tab_entfinal .md-tab:last-child {
    border-left: 0px solid #eee;
}

.avatar-icon {
    vertical-align: middle;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 2px;
}

.per-b-color{
    font-size: 12px;
    border: 1px solid #ffffff30;
    margin-right: -20px;
}

.butt_rec{
    min-height: 27px;
    height: 27px;
    /* padding: 0px; */
    line-height: 27px;
    border: 1px solid;
    text-transform: none;
}

.nro_rec{
    background-color: #2196F3;
    width: 20px;
    color: white;
    margin-left: -2px;
    padding: 2px 6px;
    border-radius: 50%;
    display: initial;
}

.avatar-pefil {
    width: 120px;
    border: 1px solid rgba(0,0,0,0.12);
}

.avatar-foto-intg {
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.card_perfil {
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1), 
                0px 1px 1px 0px rgba(0, 0, 0, 0), 
                0px 2px 1px -1px rgba(0, 0, 0, 0);
}

.border_button{
    border: 1px solid #FAFAFA;
}

.avatar-foto {
    vertical-align: middle;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.avatar-foto20 {
    vertical-align: middle;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.av-log-marca{
    vertical-align: middle;
    width: 60px;
}

.label_marcas{
    font-size: 13px;
    color: #8c8c8c;
    padding-left: 4px;
    margin-bottom: 6px;
}

.check_marcas{
    margin-left: 4px !important; 
    margin-bottom: 0px; 
    margin-right: 0px;
    color: #5d5b5b;
}

.marcas_selecs{
    padding: 4px;
    background: silver;
    color: white;
    border-radius: 50%;
}

.ani_titulo1 {
    width: 100px;
    height: 100px;
    position: relative;
    margin: 40px auto;
    transform: rotate(45deg);
    animation-name: platzi-base;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
  }

  .ani_titulo2 {
    width: 100px;
    height: 100px;
    position: relative;
    margin: 40px auto;
    transform: rotate(45deg);
    animation-name: platzi-base;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }

  @keyframes platzi-base {
    0% {
      opacity: 0;
      transform: scale(.3) rotate(0deg);
    }
    30% {
      opacity: 1;
      transform: scale(.8) rotate(405deg);
    }
    80% {
      opacity: 1;
      transform: scale(.8) rotate(405deg);
    }
    100% {
      opacity: 0;
      transform: scale(.3) rotate(0deg);
    }
  }

  .eslogan_ani {
    /*transform: rotate(45deg);*/
    animation-name: eslogan;
    animation-duration: 8s;
    animation-iteration-count: infinite;
  }

  @keyframes eslogan {
    0% {
      opacity: 0;
      transform: scale(.3) rotate(0deg);
    }
    10% {
      opacity: 1;
      transform: scale(.8) rotate(0deg);
    }
    85% {
      opacity: 1;
      transform: scale(1) rotate(0deg);
    }
    90% {
      opacity: 0.5;
      transform: scale(1) rotate(0deg);
    }
    100% {
      opacity: 0;
      transform: scale(.3) rotate(0deg);
    }
  }

.move_ops{
    color: rgb(158,158,158);
}

.move_ops:hover {
    color: rgb(117,117,117);
}

.but_move_options{
    padding: 0px;
    margin: 0px;
    width: 25px;
    margin-right: 14px;
    margin-left: -39px;
    margin-top: 14px;
}

.title_login::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 4px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.title_login::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 8px;
    background: #ffc107;
    bottom: 0;
    left: calc(50% - 20px);
}

.estilizado{
  display: inline-block;
  position: relative
}

.estilizado::after, .estilizado::before {
    border-bottom: 1px solid white;
    bottom: 50%;
    content: "";
    margin: 0 10px;
    position: absolute;
    width: 40px;
}

.estilizado::before {
    left: -60px;
}

.estilizado::after {
    right: -60px;
}

.tooltip_login {
    background-color: rgb(33, 150, 243);
    position: relative;
    display: inline-block;
    padding: 1em 3em;
    color: white;
    font-size: 1.2em;
    /*border-top: 1px solid rgb(238,238,238);*/
    margin-bottom: -8px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 
        0px 2px 1px -1px rgba(0, 0, 0, 0.12);

}
 
.tooltip_login::after {
    border-top: 15px solid rgb(33, 150, 243);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    width: 0;
    height: 0;
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 1em;
}

.error{
    color: rgb(221,44,0);
    font-size: 12px;
}

.more_options{
    margin-top: 18px;
    margin-left: -20px;
    margin-right: -14px;
}

.more_options_plan{
    margin-top: -8px;
    margin-left: -12px;
    margin-right: -25px;
}

.more_options_plan_orden {
    margin-top: -8px;
    margin-left: -4px;
    margin-right: -25px;
}


.completo_si {
    background-color: #0af10a;    
}

.completo_no {
    background-color: rgb(224,224,224);
}


 /* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 0px;
  margin-bottom: 22px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  border: 1px solid #c1c1c1;
  position: absolute;
  top: -2px;
  left: 0;
  height: 24px;
  width: 25px;
  background-color: #fafafa;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.field_set_cont {
    border-color: rgb(250, 250, 250);
    border-width: 1px;
}

.card_hover{
    margin: 2px;box-shadow: none;border: 1px solid #bfbfbf;
}


.print_recibo {
    padding: 15px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.print_recibo-cab {
    color: #656565;
    background-color: #fafafa;
    border-color: silver;
}

.print_rec_det {
    padding: 15px;
    margin-top: -1px;
    margin-bottom: 2px;
    border: 1px solid transparent;
    border-radius: 0 0 4px 4px;
}

.print_rec_det-desc {
    color: #656565;
    background-color: white;
    border-color: silver;
}

.sn_margin{
    width: 100%;
    margin: -9px;
}

.sn_margin_top{
    width: 100%;
    margin: 0px 0 -9px 0;
}
.sn_margin_bottom{
    width: 100%;
    margin: -9px 0 0 0;
}

.pag_anulado{
    color: #c71d1d;
}


.scroll::-webkit-scrollbar {
      width: 12px;
}

.scroll::-webkit-scrollbar-track {
      /*background-color: rgb(241, 241, 241);*/
      -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
} /* the new scrollbar will have a flat appearance with the set background color */
 
.scroll::-webkit-scrollbar-thumb {
      /*background-color: #c1c1c1; */
      -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #D7DBDD; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2); 
} /* this will style the thumb, ignoring the track */
 
.scroll::-webkit-scrollbar-button {
      /*background-color: rgb(241, 241, 241);*/
      color: red;
} /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
 
.scroll::-webkit-scrollbar-piece {
      background-color: black;
}
.scroll::-webkit-scrollbar-thumb:window-inactive {
    background: #E5E7E9; 
}

.type_ftec{
    padding: 2px;
}

.a_cuadro{
    padding: 2px;
    border: 1px solid #3c80f6;
    margin: 2px;
    border-radius: 3px;
}
.a_cuadro:hover{
    background: #fafafa;
}

.check_unidad{
    width: 20px;
    height: 20px;
}
.t_cod_barras{
    text-align: center;
}


.fieldset {
  border: 1px groove threedface;
  border-top: none;
  padding: 0.5em 0.5em 0.2em 0.5em;
  margin: 1em 2px;
  border-color: #fafafa;
  font-size: 14px;

}

.fieldset>h1 {
  /*font: 1em normal;*/
  font-size: 11px;
  font-weight: 400;
  /*margin: -1.18em -0.6em 0;*/
  margin: -1.18em -0.6em -0.4em;
}

.fieldset>h1>span {
  float: left;
  color: #a09f9f;
}

.fieldset>h1:before {
  border-top: 1px groove threedface;
  content: ' ';
  float: left;
  margin: 0.5em 2px 0 -1px;
  width: 0.75em;
  border-color: #fafafa;
}

.fieldset>h1:after {
  border-top: 1px groove threedface;
  content: ' ';
  display: block;
  height: 1.5em;
  left: 2px;
  margin: 0 1px 0 0;
  overflow: hidden;
  position: relative;
  top: 0.5em;
  border-color: #fafafa;
}

.but_modif{
    box-shadow: none !important; 
    text-transform: none; 
    margin: 0px 0px; 
    min-width: 70px; 
    width: 100%;
}

.but_sn_shadow{
    box-shadow: none !important; 
    text-transform: none; 
    margin: 0px 0px; 
}

.but_modif_e{
    box-shadow: none !important;
    text-transform: none;margin: 0px 0px; min-width: 10px;
    margin-left: 2px;
}

.but_table{
    box-shadow: none !important;
    text-transform: none;
    margin: 0px 0px;
    min-width: 40px;
    height: 25px;
    min-height: 22px;
    line-height: 22px;
    width: 100%;
}

.buttons_options_table {
    margin: -11px !important;
    height: 15px !important;
    min-width: 0 !important;
    line-height: 1px !important;
    padding: 0px !important;
}

.buttons_options_table_th{
    margin: -11px !important;
    height: 15px !important;
    min-width: 0 !important;
    line-height: 1px !important;
    padding: 0px !important;
    position: absolute !important;
    margin-left: -20px !important;
}

.repor_INGRESOS{
    background-color: #FAFAFA; box-shadow: none;
                 border: 1px solid gainsboro;
                  border-top: 3px solid #8BC34A;
}

.repor_EGRESOS{
    background-color: #FAFAFA; box-shadow: none;
                 border: 1px solid gainsboro; border-top: 3px solid #FFC107;
}


.text_serie_imei_alma{
    width: 99%;
    padding: 6px;
    margin: -4px;
    font-size: 14px;
    text-shadow: none;
    border-width: 1px !important;
    border-color: rgba(0,0,0,0.12) !important;
}

.text_serie_imei_alma:focus{
    background-color: yellow; 
}

input:invalid.text_serie_imei_alma { 
  background: #fbd5d3 !important;
}

.serie_dupli{
    background: #fbd5d3;
    animation-name: dupli-base;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@keyframes dupli-base {
    0% {
    }
    30% {
        background-image: linear-gradient(to left,  #fbd5d3, #fbd5d3, #F78181);
        text-decoration: line-through;
    }
    80% {
    }
    100% {
    }
  }

.serie_dupli:focus{
    background: #fbd5d3;
}


.serie_lote_link{
    background: #fafafa;
    border: 1px solid silver;
    padding: 2px;
}

.div_precios{
    /*background: #fafafa;*/
    /*border: 1px solid #eee;*/
    padding: 4px;
    border-left: 1px solid silver;
    margin-right: 2px;
}
.medios_pago{
    padding: 3px !important;
    border: 1px solid #e0e0e0;
    width: 90%;
    margin: 1px;
    border-radius: 4px;
    background: #fafafa;
    font-size: 14px;
    cursor: pointer;
}
.medios_pago:hover{
    background: #2196f3;
    color: white;

}
.active_tipo{
    background: #2196f3;
    color: white;
}

.serie_list{
    padding: 6px;
    border: 1px solid white;
    background: #E6E6E6;
    font-size: 15px;
    border-radius: 4px;
    /*text-align: center;*/
    cursor: pointer;
}

.active_serie{
    background: #2196f3;
    color: white;
}

.active_serie span{
    color: white;
}

.serie_list:hover{
    background: #2196f3;
    color: white;
}

.msg_falta_serie{
    color: red;
}

.but_documen {
    box-shadow: none !important;
    text-transform: none;
    margin: 0px 0px;
    min-width: 70px;
    width: 100%;
    border: 1px solid #e0e0e0;
}

.but_documen:hover{
    border: 1px solid #2196f3;
}

.but_documen_red {
    box-shadow: none !important;
    text-transform: none;
    margin: 0px 0px;
    min-width: 70px;
    width: 100%;
    border: 1px solid #e0e0e0;
    margin-top: 1px;
}
.but_documen_red:hover{
    border: 1px solid red;
}


.estado_valid0 {
    /*margin: 100px;*/
    display: block;
    float: left;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    box-shadow: 0 0 0 rgba(64, 64, 64, 0.4);
    animation: pulseus 2s infinite;
    background: rgb(251, 189, 8);
}

.estado_valid1 {
    /*margin: 100px;*/
    display: block;
    float: left;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    box-shadow: 0 0 0 rgba(64, 64, 64, 0.4);
    /*animation: pulseus 2s infinite;*/
    background: #db2828;
}

.estado_pedido{
    display: block;
    float: left;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    box-shadow: 0 0 0 rgba(64, 64, 64, 0.4);
    background: #2196f3;
    animation: pulseus 2s infinite;
    margin-right: 4px;
}

.estado_mas_60 {
    display: block;
    float: left;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    box-shadow: 0 0 0 rgba(64, 64, 64, 0.4);
    background: #F44336;
    animation: pulseus 2s infinite;
    margin-right: 4px;
}

.estado_dispon {
    display: block;
    float: left;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    box-shadow: 0 0 0 rgba(64, 64, 64, 0.4);
    background: #4CAF50;
    animation: pulseus 2s infinite;
    margin-right: 4px;
}

.estado_valid2 {
    /*margin: 100px;*/
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    box-shadow: 0 0 0 rgba(64, 64, 64, 0.4);
    /*animation: pulseus 2s infinite;*/
    background: #04B70D;
}

.estado_obs{
    display: inline-table;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    box-shadow: 0 0 0 rgba(64, 64, 64, 0.4);
    background: #ea3c2f;
    animation: pulseus 2s infinite;
}

.semaforo {
    /*margin: 100px;*/
    display: block;
    float: left;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    box-shadow: 0 0 0 rgba(64, 64, 64, 0.4);
    animation: pulseus 2s infinite;
}

.sem_red {
    background: #F44336;
}

.sem_yellow {
    background: #FFC107;
}

.sem_green {
    background: #04B70D;
}

/*.pulseus:hover {
    animation: none;
}*/

@-webkit-keyframes pulseus {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(64, 64, 64, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 7px rgba(64, 64, 64, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(64, 64, 64, 0);
    }
}

@keyframes pulseus {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(64, 64, 64, 0.4);
        box-shadow: 0 0 0 0 rgba(64, 64, 64, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 7px rgba(64, 64, 64, 0);
        box-shadow: 0 0 0 7px rgba(64, 64, 64, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(64, 64, 64, 0);
        box-shadow: 0 0 0 0 rgba(64, 64, 64, 0);
    }
}

.info_val{
    background: #fafafa;
    padding: 8px;
    font-size: 14px;
    border: 1px solid #d0cece;
    border-radius: 6px;
}

.link-val{
    cursor: pointer;
}
.link-val:hover{
    color: #3c80f6;
}

.check_entrada{
    font-size: 16px;
    margin-top: 12px;
}

.margin_div_com {
    margin-top: -12px;
}

@media screen and (min-width: 600px) {
    .margin-gt-xs{
        margin-top: 6px;
    }

    .margin-gt-xs-comple{
        margin-top: -14px;
    }

    .margin-gt-xs-comple-opt{
        margin-top: 0px;
    }

    .margin_20_may_600{
        margin-top: -20px;
    }

    .margin_comision_butt{
        padding-top: 8px;
    }
    
}

@media screen and (min-width: 959px) {
    .margin_div_com {
        margin-top: -28px;
    }
}

.guia_entrada{
    padding: 4px;
    border: 1px solid #9E9E9E;
    margin-bottom: 1px;
    font-size: 14px;
    border-radius: 4px;
}

.guia_det {
    height: 20px;
    width: 20px;
    margin-top: 0px;
    margin-bottom: -3px;
    cursor: pointer;
    transform:rotate(180deg);
    outline: none;
}

.guia_det_selec {
    height: 20px;
    width: 20px;
    margin-top: -4px;
    cursor: pointer;
    margin-right: 4px;
    outline: none;
}

.guia_link{
    cursor: pointer;
    outline: none;
}

.guia_link:active {
    color: #2196f3;
}

.info_guia_prod{
    background: #fafafa;
    padding: 6px;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
}

.serie_guia{
    font-size: 13px;
    padding: 2px;
    background: #fafafa;
    border: 1px solid lightgrey;
    /*margin: 1px;*/
    /*border-radius: 10px;*/
}

/*https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout/Auto-placement_in_CSS_Grid_Layout*/

.grid_series {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1px;
}

.tab_cal_comis{
    position: fixed;
    bottom: 0px;
    overflow-x: auto;
    width: 81%;

}

.tab_consolidado{
    position: fixed;
    bottom: 0px;
    overflow-x: auto;
    /*width: 81%;*/
}

@media screen and (max-width: 600px) {
    .grid_series {
        grid-template-columns: repeat(2, 1fr);
    }
    .mar_pad0_600{
        margin-top: 0px;
        padding-top: 0px;
    }
    .mar_neg_600{
        margin-top: -14px;
    }

  /*  .tab_cal_comis{
        width: 100%;
    }*/

    .tab_consolidado{
        width: 100%;
    }
}

.chec_serie{
    position: sticky;
    display: flex !important;
    min-height: 0px !important;
    margin-bottom: 1px !important;
    margin-right: -9px !important;
}

.animated {
    animation: passing-wait2 2s linear infinite;
}

@keyframes passing-wait2 {
    0%,
    100% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-6px)
    }
}

.animated3 {
    animation: passing-wait3 4s linear infinite
}

@keyframes passing-wait3 {
    0% {
        transform: translateX(-50%);
        opacity: 0
    }
    20% {
        transform: translateX(-30%);
        opacity: 1
    }
    40% {
        transform: translateX(0);
        opacity: 1
    }
    60% {
        transform: translateX(30%);
        opacity: 1
    }
    100%,
    80% {
        transform: translateX(50%);
        opacity: 0
    }
}

.pulse {
    animation: pulse 2s linear infinite;
}

@keyframes pulse {
    0%,
    100% {
        transform: scale(1)
    }
    50% {
        transform: scale(.8)
    }
}

.falta_hijos{
    animation: falta_h 2s linear infinite;
}

@keyframes falta_h {
    0%,
    100% {
        transform: scale(1)
    }
    50% {
        background-color: #f7ccbf;
    }
}

.guia_info{
    line-height: 27px !important; min-height: 27px;
    border: 1px dashed silver;
}

.ordering_menu{
    padding: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 15px;
}

.caja_grupos{
    text-align: center;
     border: 1px solid #e0e0e0; 
    padding: 8px;
    background: white;
    border-radius: 50%; 
}

.caja_mercaderias{
    text-align: center;
    border: 1px solid #e0e0e0; 
    padding: 8px;
    background: yellow;
    margin-left: 4px;
    animation: pulseus 2s infinite;
}

.logo_ps{
    width: 90px;
    height: 87px;
    margin: 2px;
    /* padding-right: 5px; */
    border: 1px solid #9E9E9E;
}

.but_option {
    margin: auto !important;
    margin-top: 14px !important;
    margin-left: -40px !important;
}

.electronica{
    background: #848484;
    border-radius: 0px;
    padding: 3px;
    color: white;
    font-size: 12px;
}

.electronica:hover{
    background: green;
}

.enviar_sunat{
    margin-top: -10px;
    height: 14px;
    width: 15px;
    margin-left: -9px;
}

.aceptado_sunat{
    /*margin-top: -10px;
    height: 14px;
    width: 15px;
    margin-left: -9px;*/
    height: 18px;
    color: #4CAF50;
}

.m_elect{
    background: #d0cece;
    color: rgb(12, 12, 12);
    padding: 1px;
    border-radius: 50%;
    width: 15px;
    text-align: center;
    margin-top: -3px;
    margin-left: 2px;
}

.com_all{
    display: flex;
}
.m_compr{
    display: flex;
}

.tr_color_yellow{
    background: white;
    background-color: white;
}

.tr_color_yellow:hover{
    background: yellow;
    background-color: yellow;
}

.tr_color_existe{
    background-color: #f7f07a;
}

.tr_color_no_iden{
    background-color: #fbbeaa;
}

/*Estados*/

.estado_activa{
    color: #309c40;
    background: #c6e2cc;
    padding: 1px;
    font-size: 0.9em;
    border-radius: 3px;
    border: 1px solid #309c40;
}

.estado_vencida{
    color: #e66e33;
    background: #f4d7c9;
    padding: 1px;
    font-size: 0.9em;
    border-radius: 3px;
    border: 1px solid #e66e33;
}

.table_col_yellow{
    background: white;
}

.table_col_yellow:hover{
    background: yellow;
}

.check_table{
    display: inline;
}

.en_fac_selecs{
    background: #2196f3;
    color: #ffffff;
    padding: 4px;
    padding-left: 6px;
    font-size: 14px;
    border-radius: 5px;
    padding-right: 6px;
}

.elim_selecs{
    padding: 2px;
    background: #055ea5;
    border-radius: 50%;
    display: inline-block;
    width: 16px;
    text-align: center;
    cursor: pointer;
}

.elim_selecs:hover{
    background: #033863;
}

.add_fact_butt{
    box-shadow: none !important;
    text-transform: none;
    margin: 0px 0px; 
    min-width: 70px; 
    min-height: 20px;
    line-height: 20px; 
    margin-bottom: 0px; 
    margin-left: 3px;
}

.add_fact_butt:hover{
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
}

.electronico{
    background: #fafafa;
    font-size: 0.9em;
    padding: 2px;
    border: 1px solid rgba(0,0,0,0.12);
    border-radius: 5px;
    padding-left: 4px;
    padding-right: 4px;
}

.electronico:hover{
    background: rgb(117,117,117);
    color: white;
}

.but_shadow:hover{
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
}

.elect_nota{
    background: #848484;
    border-radius: 6px;
    padding: 2px;
    color: white;
    font-size: 0.7em;
}

.total_importe{
    font-size: 16px; 
    font-weight: 600;
}


.button_{
    border: 1px solid rgb(189,189,189) !important; 
    color: rgb(117,117,117) !important; 
    background: #fafafa !important;
}

.button_:hover{
    background: #eee !important;
    border: 1px solid black !important; 
}

/*** Works on common browsers ***/
::selection {
    background-color: rgb(33, 150, 243);;
    color: #fff;
}

/*** Mozilla based browsers ***/
::-moz-selection {
    background-color: rgb(33, 150, 243);;
    color: #fff;
}

/***For Other Browsers ***/
::-o-selection {
    background-color: rgb(33, 150, 243);;
    color: #fff;
}

::-ms-selection {
    background-color: rgb(33, 150, 243);;
    color: #fff;
}

/*** For Webkit ***/
::-webkit-selection {
    background-color: rgb(33, 150, 243);;
    color: #fff;
}

.rev_aprobar{
    background: #eee;
    padding: 4px;
    border: 1px solid rgb(117,117,117);
    border-radius: 5px;
    width: 200px;
    text-align: center;
    margin: 2px;
    color: rgba(0,0,0,0.87);
}
.rev_aprobar:hover{
    background: green;
    color: white;
    cursor: pointer;
}

.rev_aprobars {
    padding: 4px;
    border: 1px solid green;
    border-radius: 5px;
    width: 200px;
    text-align: center;
    margin: 2px;
    background: green;
    color: white;
    cursor: default;
    outline: none;
    font-weight: 600;
}

.rev_desaprobar{
    background: #eee;
    padding: 4px;
    border: 1px solid rgb(117,117,117);
    border-radius: 5px;
    width: 200px;
    text-align: center;
    margin: 2px;
    color: rgba(0,0,0,0.87);
}
.rev_desaprobar:hover{
    background: red;
    color: white;
    cursor: pointer;
}

.rev_desaprobars{
    padding: 4px;
    border: 1px solid red;
    border-radius: 5px;
    width: 200px;
    text-align: center;
    margin: 2px;
    background: red;
    color: white;
    cursor: default;
    outline: none;
    font-weight: 600;
}

.TFtable{
    width:100%; 
    border-collapse:collapse; 
}
.TFtable td{ 
    border: #d2b48c 1px solid;
}
.TFtable th{ 
    border: #d2b48c 1px solid;
    background: #d2b48c;
}
/* provide some minimal visual accomodation for IE8 and below */
.TFtable tr{
    background: #b8d1f3;
}
/*  Define the background color for all the ODD background rows  */
.TFtable tr:nth-child(odd){ 
    background: palegoldenrod;
}
/*  Define the background color for all the EVEN background rows  */
.TFtable tr:nth-child(even){
    background: lightgoldenrodyellow;
}

.add_men_serie{
    border: 1px solid rgb(189,189,189);
    background: #f2f2f2;
    padding: 0px !important;
}

.add_men_serie:hover{
    border: 1px solid silver !important;
}

.no_select{
    color: silver;
}
.select{

}

.fondo_donload{
    position: fixed; z-index: 99999; 
    top: 0px; right: 0px; 
    bottom: 0px; left: 0px; 
    width: 100%; height: 100%; 
    text-align: center; 
    background-color: #1565c0; 
    overflow: hidden !important;
}

.fondo_donload_texto{
    position: absolute;
    top: 25%;
    display: table-cell;
    height: inherit;
    width: inherit;
    vertical-align: middle;
    color: white;
}

.md-dialog-content-body p{
   white-space: pre;
 }

.es_amplia{
    background: #9E9E9E;
    color: white;
    padding: 4px;
    border-radius: 50%;
}

.border_lis_amplia{
    border: 1px solid silver;
    padding: 4px;
    background: #fafafa;
}


.sortorder:after {
  content: '\25b2';   
}
.sortorder.reverse:after {
  content: '\25bc'; 
}

.seg_envio_detalle{
    font-size: 12px;
}

.cc_foto{
    width: 65px; height: 65px; 
    background: #fafafa; 
    padding: 2px;
    border-radius: 50%;
    background: #607d8b;
    margin-right: 6px;
}

.cc_op_item{
    min-height: 35px;
    height: 35px;
    border: 1px solid #e0dfdf;
    border-bottom: 0px;
    background: #fafafa;
}

.cc_op_item_sel{
    min-height: 35px;
    height: 35px;
    border: 1px solid #737373;
    border-bottom: 0px;
    /* border-right: 6px solid #FFC107; */
    /* background: white; */
    background: #737373;
    color: white;
}

.cc_op_button{
    min-height: 30px !important;
    line-height: 30px !important;
}

h3.titulo_base {
    /*-moz-box-shadow: 0 4px 0 #eee9e3;
    -webkit-box-shadow: 0 4px 0 #eee9e3;
    box-shadow: 0 2px 0 #eee9e3;
    border-bottom: 1px solid #e0d8cd;
    color: #9E9E9E;*/
    /*font-family: "Futura Std",Helvetica,Arial,sans-serif;*/
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 !important;
    margin-bottom: 4px !important;
    margin-top: 8px !important;
}

.cc_button_sup{
    border: 1px solid #9E9E9E;
    background: #fafafa;
    width: 50px;
    min-width: 30px;
    margin: 0px;
    margin-left: 1px;
}


.table-bordered_repor th, .table-bordered_repor td {
    border: 1px solid rgb(117,117,117) !important;
    padding: 2px !important;
}

.tit_cuadro{
    background: #eeeeee;
    text-align: center;
    font-size: 15px;
    padding: 2px;
    border: 1px solid #000000;
}


.more_options_card {
    margin-top: -14px;
    margin-left: -20px;
    margin-right: -14px;
    margin-bottom: -7px;
}

.task_user{
    color: #9E9E9E;
    background: #f4f4f4;
    padding: 6px;
    padding-top: 2px;
    padding-bottom: 2px;
    border: 1px solid #d6d6d6;
    border-radius: 30px;
}

.task_DEV{
    background: #d3eafd;
    padding: 1px;
    border: 1px solid #48adff;
    border-radius: 3px;
}

.task_PLA{
    background: #d6f7c9;
    padding: 1px;
    border: 1px solid #4caf50;
    border-radius: 3px;
}

.task_PAG{
    background: #fff8b6;
    padding: 1px;
    border: 1px solid #FFC107;
    border-radius: 3px;
}

.task_SIS{
    background: #f4f4f4;
    padding: 1px;
    border: 1px solid #9E9E9E;
    border-radius: 3px;
}


.task_works{
    color: #868484;
    background: #f4f4f4;
    padding: 6px;
    padding-top: 2px;
    padding-bottom: 2px;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    margin-left: 3px;
}

.btn_cronog_tabla{
    box-shadow: none !important;
    text-transform: none !important;
    margin: 0px 0px  !important;
    min-height: 20px;
    min-width: 98px;
    line-height: 15px;
    text-align: left;
}

.task_selec{
    background-color: yellow !important;
}

.task_exists{
    background: #fafafa;
    padding: 4px;
    border: 1px solid #9E9E9E;
    margin-top: 1px;
    font-size: 15px;
    border-radius: 5px;
}

.cir_falta{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin:0px auto;
    padding:1%;
    border: 1px solid #7b7b7b;
}

.cir_falta .mitad{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #7b7b7b;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0px auto;
    padding: 9%;
    border: 1px solid #7b7b7b;
    margin-bottom: -4px;
}

.ad_div{
    background: #ffffff;
    width: 90px;
    text-align: center;
    border: 1px solid #eceeef;
    display: inherit;
}

.ad_div ng-md-icon{
    display: table;
}

.ad_div:hover{
    background-color: #eee;
}

/*.ad_div img{
    align-items: center;
    display: table;
}*/


.caja_div{
    background: #ffffff;
    width: 90px;
    text-align: center;
    border: 1px solid #eceeef;
    display: inherit;
}

.caja_div ng-md-icon{
    display: table;
}

.caja_div:hover{
    background-color: #eee;
}

.trun_auto_data{
    font-size: 11px;white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hr_prod{
    width: 90%;
    color: #bbb;
    border: none;
    background-color: #bbb;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.form_radios_tip_ser {
    display: table-cell;
    margin-right: 12px;
    font-size: 16px;
    padding-right: 8px;
}

.label-por_entr {
    color: white;
    animation: animate_reparando 3s ease-out infinite;
    background: linear-gradient(90deg, #757373, #2196F3, #2196F3);
    background-size: 70%;
}

.label-reparando {
    /*background-color: #FF9800;*/
    color: white;
    animation: animate_reparando 3s ease-out infinite;
    background: linear-gradient(90deg, #757373, #FF9800, #FF9800);
    background-size: 70%;
}

@keyframes animate_reparando {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}


.content_gar{
    display: contents;
    position: relative;
    overflow: unset;
}

.label-finalizado {
    background-color: #2196F3;
}

.but-icon-input{
    margin: auto !important;
    margin-top: 14px !important;
    margin-left: -40px !important;
}

.info_auto_c{
    font-size: 12px;
    padding: 2px;
    background: #ecebeb;
    border: 1px solid #d8d8d8;
}



.notif_val {
    padding: 2px;
    margin-left: 27px;
    margin-top: -42px;
    /* right: -10px; */
    /* top: -10px; */
    border-radius: 50%;
    text-align: center;
    /* padding-left: 5px; */
    /* padding-right: 5px; */
    /* padding-top: 3px; */
    max-width: 16px;
    /* height: 20px; */
    background: #FF9800;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    animation: pulseus 2s infinite;
    font-size: 12px;
    z-index: 1;
}

.tr_debe{
    background: #ffeb3b40;
}

md-optgroup label {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    padding: 8px 10px 6px 12px;
    font-weight: 500;
}

.flot_final{
    margin: 0px;
    margin-bottom: 0px;
    position: fixed;
    bottom: 20px;
    right: 3px;
    left: 0px;
    z-index: 59;
    margin-right: 0px;

}

.flot_final_box{
    box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 
    0px 13px 19px 2px rgba(0, 0, 0, 0.14), 
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}

.notif_val_venta {
    padding: 2px;
    margin-left: 29px;
    margin-top: -45px;
    border-radius: 50%;
    text-align: center;
    max-width: 20px;
    background: #FF9800;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    animation: pulseus 2s infinite;
    font-size: 15px;
    z-index: 1;
    cursor: pointer;
}

.notif_val_venta:hover{
    background: red;
}

.notif_val_a {
    padding: 2px;
    margin-left: 0px;
    margin-top: -8px;
    border-radius: 50%;
    text-align: center;
    min-width: 15px;
    background: #FF9800;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    animation: pulseus 2s infinite;
    font-size: 13px;
    z-index: 1;
    cursor: pointer;
    padding-left: 4px;
    padding-right: 4px;
}


.but-pass{
    margin: auto !important;
    margin-top: 14px !important;
    margin-left: -40px !important;
}

.logo_cc{
    /*background-color: #4CAF50;*/
    padding: 4px;
    border-radius: 4px;
    /*color: white;*/
}

.logo_cc ng-md-icon{
    color: #8cbd52;
}

.logo_cc .cc{
    padding-top: 4px;
    color: #9E9E9E;
}

.cc_texto{
    background: #9E9E9E;
    padding: 8px;
    font-size: 13px;
    margin-top: 4px;
    margin-bottom: 8px;
    border: 1px solid #9E9E9E;
    border-radius: 4px;
    text-align: justify;
    color: white;
}

.min_line_30 {
    min-height: 30px;
    line-height: 30px;
}

.tr_color_eee{
    background: white;
    background-color: white;
}

.tr_color_eee:hover{
    background: #eee;
    background-color: #eee;
}

a.link_on_green {
    color: #fafafa;
    text-decoration: none;
}

a.link_on_green:hover { 
    cursor: pointer;
    text-decoration: underline;
    color: #FFEB3B;
}

a.link_on_green:active {
    color: #CDDC39;
    text-decoration: underline;
}


.tar-PEND {
    background-color: #9E9E9E;
}

.tar-PROC {
    background-color: #2196f3;
}

.tar-ATEN {
    background-color: #4caf50;
}

.tr_color_selec{
    background-color: #ffeb3b6e;
}

.tr_color_selec:hover{
    background-color: yellow;
}

.menu_cliente{
    min-height: 33px !important;
    height: 33px !important;
    border-top: 1px solid #0083ea;
    background: #2196f3;
    color: white;
}

.button_menu_cli{
    min-height: 33px !important;
    height: 33px !important;
    font-size: 14px !important;
    padding-top: 0px !important;
    margin: 0px !important;
    margin-top: 0px !important;
}

.icon_cli{
    margin-right: 4px;
}

.menu_cliente:hover{
    background-color: #1565c0;
}

.menu_cliente_sel{
    min-height: 36px;
    height: 36px;
    border-top: 1px solid #0083ea;
    background-color: #1565c0;
    color: white;
}

.ec_foto{
    width: 45px;
    border-radius: 50%;
}

.ec_cliente{
    font-size: 17px;
    color: #4e73df;
}

.ec_documento{
    font-size: 14px;
}

.ec_creditos{
    border: 1px solid #9e9e9e;
    padding: 7px;
    /*border-radius: 4px;*/
    margin-top: 4px;
}

.ec_t_cred{
    font-size: 15px;
    /*color: #2196F3;*/
    padding-left: 4px;
}

.ec_s_title{
    font-size: 14px;
    margin-bottom: 3px;
}

.ec_valor{
    font-size: 15px;
}

.ec_but_mas{
    min-height: 27px;
    height: 27px;
    line-height: 27px;
    /*border: 1px solid;*/
    text-transform: none;
}

.ec_t_pagos{
    font-size: 15px;
    /*color: #4CAF50;*/
    padding-left: 4px;
}

.ec_t_resumen{
    font-size: 15px;
    /*color: #9C27B0;*/
    padding-left: 4px;
}

.text14{
    font-size: 14px;
}

.text13{
    font-size: 13px;
}

.reg_anul{
    font-size: 12px;
    padding: 2px 5px;
    background: #b94442;
    color: #f2dede;
    border-radius: 3px;
}

.reg_sucess{
    font-size: 12px;
    padding: 2px 5px;
    background: #4CAF50;
    color: #dff0d8;
    border-radius: 3px;
}

.avance-success{
    color: #fbfbfb !important;
    background: #4CAF50;
    min-width: 38px;
    width: 38px;
    padding: 0px 2px;
    border-radius: 7px;
    display: inline-grid;
}

.avance-primary{
    color: #fbfbfb !important;
    background: #2196F3;
    min-width: 38px;
    width: 38px;
    padding: 0px 2px;
    border-radius: 7px;
    display: inline-grid;
}

.avance-info{
    color: #fbfbfb !important;
    background: #00BCD4;
    min-width: 38px;
    width: 38px;
    padding: 0px 2px;
    border-radius: 7px;
    display: inline-grid;
}

.avance-warning{
    /*color: #fbfbfb !important;*/
    background: #f6c23e;
    min-width: 38px;
    width: 38px;
    padding: 0px 2px;
    border-radius: 7px;
    display: inline-grid;
}

.ensup-90{
    color: #fbfbfb !important;
    background: #ee0f0f;
    min-width: 38px;
    /*width: 38px;*/
    padding: 0px 6px;
    border-radius: 7px;
    display: inline-grid;
}

.ensup-60{
    /*color: #fbfbfb !important;*/
    background: #ffc107;
    min-width: 38px;
    /*width: 38px;*/
    padding: 0px 6px;
    border-radius: 7px;
    display: inline-grid;
}

.ensup-0{
    /*color: #fbfbfb !important;*/
    color: #fbfbfb !important;
    background: #898989;
    /*width: 38px;*/
    padding: 0px 6px;
    border-radius: 7px;
    display: inline-grid;
}

.av-90{
    background-color: #35459c !important;
}

.name_categ{
    display: block;
    margin-bottom: -20px;
    margin-top: -8px;
    font-weight: bold;
    color: #4CAF50;
}

.categ_borrar{
    text-align: center;
    margin-top: -3px;
    margin-left: 11px;
}

.mtop_cero{
    margin-top: 0px;
}

img.rotar-90{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 91% !important;
    padding-right: 23px;
    display: flex;
}

img.rotar90{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 91% !important;
    padding-right: 23px;
    display: flex;
}

img.rotar180{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.cam_precio{
    float: left;
    margin-left: 0px;
    margin-right: -2px;
    margin-top: 0px;
    margin-bottom: -3px;
    cursor: pointer;
    font-size:15px;
}
.cam_subio{
    color: #F44336;
}

.cam_bajo{
    color: #4CAF50;
}

ul.anexos{
    padding-inline-start: 18px !important;
    margin-block-end: auto !important;
    margin-block-start: auto !important;
}

.rds-50{
    border-radius: 50%;
}

.mes_label{
    font-size: 13px;
    color: #7f7f7f;
}

.caja_res{
    text-align: center; border: 1px solid; padding: 8px; margin-right: 2px;
}


.butt_lado{
    margin-top: 15px !important;
    margin-left: -5px !important;
    margin-right: -5px !important;
}

.text_precio_orden{
    margin: -2px;
    width: 80px;
    padding: 2px;
    font-size: 14px;
    text-align: center;
    border: 0px;
    padding-left: 12px;
}

input:invalid.text_precio_orden { 
  background: #fbd5d3 !important;
  border: 1px solid red;
  outline: none !important;
}

input:focus.text_precio_orden { 
  outline: 2px solid #2196f3;
}

.sub_conv_tipo{
    padding-left: 22px;
}

.sub_conv_check{
    margin-bottom: 2px !important;
    display: table !important;
}



.tr_color_0{
    background: white;
    background-color: white;
}

.tr_color_0:hover{
    background: yellow;
    background-color: yellow;
}


.tr_color_1{
    background: #e0f1ff;
    background-color: #e0f1ff;
}

.tr_color_1:hover{
    background: yellow;
    background-color: yellow;
}

.color_eee{
    background: #eee;
}

.anali-per{
    background: #9e9e9e1a;
    margin: -10px;
    padding: 7px;
    border-radius: 4px;
    border: 1px solid #9e9e9e75;
    margin-bottom: 0px;
}

.anali-card{
    margin: -10px;
    margin-top: 4px;
    padding: 7px;
    border-radius: 4px;
    margin-bottom: 0px;
    border: 1px solid #9e9e9e75;
}

.error_msg{
    font-size: 12px;
    color: #e91e63;
}

.anali-resul{
    padding: 5px;
    font-size: 14px;
    border: 1px solid #d2d2d2;
    margin-left: 4px;
    border-radius: 4px;
}


.tipo_mov_Ingreso{
    color: green;
}

.tipo_mov_Egreso{
    color: red;
}

.reg_pag_ops{
    background: #FAFAFA;
    border: 1px solid rgba(0,0,0,0.12);
    border-radius: 4px;
}

.but_modif2{
    box-shadow: none !important; 
    text-transform: none; 
    margin: 0px 0px; 
    min-width: 70px;
}

.but_sn_shadow{
    box-shadow: none !important; 
    text-transform: none; 
    margin: 0px 0px; 
}

.but_shadow:hover{
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
}

.foto_perf_pg{
    width: 60px; 
    height: 60px; 
    background: #fafafa; 
    border: 2px solid #c3c3c3; 
    margin-right: 4px;
}

.btn-pagar{
    box-shadow: none !important;
    text-transform: none;
    margin: 0px 0px;
    min-width: 70px;
    height: 30px;
    min-height: 30px;
    line-height: 30px;
}


a.pqm-link-tel { 
    color: #383838;
    text-decoration: none;
}

a.pqm-link-tel:hover { 
    cursor: pointer;
    text-decoration: underline;
    color: #1E90FF;
}

a.pqm-link-tel:active {
    color: #FF8C00;
    text-decoration: underline;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert {
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert_min {
    margin-top: 5px;
    padding: 4px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 13px;
    margin-bottom: 2px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-basic {
    color: #5c5c5c;
    background-color: #f5f5f5;
    border-color: #dddddd;
}

.alert-fa{
    color: #383d41;
    background-color: #fafafa;
    border-color: #dedede;
}

.alert2 {
    padding: 6px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert2-informe {
    background-color: rgb(245,245,245);
    border-color: #e0e0e0;
    color: rgb(117,117,117);
}

.text-center{
    text-align: center;
}

.es_cr_ANU{
    background-color: red;
    color: white;
}

.es_cr_HAB{
    background-color: #2196f3;
    color: white;
}

.es_cr_PAG{
    background-color: green;
    color: white;
}

.semaf_verde{
    background: #4caf50;
    color: white;
    padding: 2px;
}

.semaf_naranja{
    background: #ffc107;
    padding: 2px;
}

.semaf_azul{
    background: rgb(33,150,243);
    color: white;
    padding: 2px;
}

.notif_auto{
    padding: 6px;
    border-radius: 50%;
    text-align: center;
    max-width: 16px;
    background: #f44336;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    animation: pulseus 2s infinite;
    font-size: 18px;
    z-index: 1;
}

.revi1{
    background: #2196f3;
    color: white;
}

.sel_serie{
    background: #93cefd29 !important;
    border-bottom: 3px solid #2196f3;
}

.alert_clien_uso{
    margin: 0px;
    margin-bottom: 0px;
    position: fixed;
    bottom: 3px;
    right: 0px;
    left: 0px;
    z-index: 59;
    margin-right: 16px;
}

.tab_alert_clien_uso{
    box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 
    0px 13px 19px 2px rgba(0, 0, 0, 0.14), 
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
    background: #ffc107;
}