/*modales*/
.toast-title {
    font-weight: 600;
}

.toast-message {
    word-wrap: break-word;
    font-weight: 400;
}

.toast-close-button {
    position: relative;
    right: -0.3em;
    top: -0.3em;
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    -webkit-text-shadow: 0 1px 0 #ffffff;
    text-shadow: 0 1px 0 #ffffff;
    line-height: 1;
}

.toast-close-button:hover, .toast-close-button:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}

.rtl .toast-close-button {
    left: -0.3em;
    float: left;
    right: 0.3em;
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-left {
    top: 12px;
    left: 12px;
}

.toast-top-right {
    top: 200px;
    right: 12px;
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px;
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}

#toast-container {
    position: fixed;
    z-index: 9999;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

#toast-container:hover {
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#toast-container > div {
    position: relative;
    overflow: hidden;
    padding: 10px 10px 5px 50px;
    width: 300px;
}

@media screen and (max-width: 240px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
    }
}

@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em;
    }
}

@media all and (min-width: 481px) and (max-width: 768px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em;
    }
}

#toast-container > div.rtl {
    direction: rtl;
    padding: 15px 50px 15px 15px;
    background-position: right 15px center;
}

@media screen and (max-width: 240px) {
    #toast-container > div.rtl {
        padding: 8px 50px 8px 8px;
    }
}

@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container > div.rtl {
        padding: 8px 50px 8px 8px;
    }
}

@media all and (min-width: 481px) and (max-width: 768px) {
    #toast-container > div.rtl {
        padding: 15px 50px 15px 15px;
    }
}

#toast-container.toast-top-center > div, #toast-container.toast-bottom-center > div {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

#toast-container.toast-top-full-width > div, #toast-container.toast-bottom-full-width > div {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 240px) {
    #toast-container .rtl .toast-close-button {
        left: -0.2em;
        right: 0.2em;
    }
}

@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container .rtl .toast-close-button {
        left: -0.2em;
        right: 0.2em;
    }
}

@media screen and (max-width: 240px) {
    #toast-container .toast-close-button {
        left: -0.2em;
        right: 0.2em;
    }
}

@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container .toast-close-button {
        left: -0.2em;
        right: 0.2em;
    }
}

#toast-container > .toast:before {
    position: relative;
    font-family: FontAwesome;
    font-size: 16px;
    font-weight: 600;
    float: left;
    margin-left: -35px;
    top: -7px;
}

#toast-container > .toast-warning:before {
    content: "\f06a";
}

#toast-container > .toast-error:before {
    content: "\f00d";
}

#toast-container > .toast-info:before {
    content: "\f129";
}

#toast-container > .toast-success:before {
    content: "\f00c";
}

.toast {
    background: #000000;
}

.toast-success {
    background-color: #E8F5E9;
    border: 1px solid #81C784;
    color: #81C784 !important;
}

.toast-error {
    background-color: #FFEBEE;
    border: 1px solid #E57374;
    color: #E57374 !important;
}

.toast-info {
    background-color: #2F96B4;
}

.toast-warning {
    border-color: #FFEB3B;
    background-color: #FFF9C4;
    color: #8a6d3b;
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000000;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/roboto/300/roboto300.eot");
    src: url("../fonts/roboto/300/roboto300.eot#iefix") format("embedded-opentype"), url("../fonts/roboto/300/roboto300.woff2") format("woff2"), url("../fonts/roboto/300/roboto300.woff") format("woff"), url("../fonts/roboto/300/roboto300.ttf") format("truetype"), url("../fonts/roboto/300/roboto300.svg#Roboto") format("svg");
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/roboto/400/roboto400.eot");
    src: url("../fonts/roboto/400/roboto400.eot#iefix") format("embedded-opentype"), url("../fonts/roboto/400/roboto400.woff2") format("woff2"), url("../fonts/roboto/400/roboto400.woff") format("woff"), url("../fonts/roboto/400/roboto400.ttf") format("truetype"), url("../fonts/roboto/400/roboto400.svg#Roboto") format("svg");
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/roboto/500/roboto500.eot");
    src: url("../fonts/roboto/500/roboto500.eot#iefix") format("embedded-opentype"), url("../fonts/roboto/500/roboto500.woff2") format("woff2"), url("../fonts/roboto/500/roboto500.woff") format("woff"), url("../fonts/roboto/500/roboto500.ttf") format("truetype"), url("../fonts/roboto/500/roboto500.svg#Roboto") format("svg");
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/roboto/700/roboto700.eot");
    src: url("../fonts/roboto/700/roboto700.eot#iefix") format("embedded-opentype"), url("../fonts/roboto/700/roboto700.woff2") format("woff2"), url("../fonts/roboto/700/roboto700.woff") format("woff"), url("../fonts/roboto/700/roboto700.ttf") format("truetype"), url("../fonts/roboto/700/roboto700.svg#Roboto") format("svg");
}

html {
    font-size: 12.5px !important;
}

body {
    font-family: 'Roboto';
    min-width: 1300px;
    color: #424242;
    height: 100%;
    font-size: 12px !important;
}

a {
    color: #1A8BD7;
}

a.btn {
    line-height: 24px;
}

a[disabled="disabled"] {
    pointer-events: none;
}

.select {
    display: none !important;
}

.select2 {
    display: block !important;
}

/*bootstraping*/
.wrapper {
    width: 100%;
    height: 100%;
}

.wrapper header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1040;
}

.wrapper > .aside {
    position: fixed;
    left: 0;
    top: 50px;
    border-right: 1px solid #E0E0E0;
    width: 250px !important;
    height: 100%;
    background: #FFFFFF;
    z-index: 1030;
}

.wrapper > section {
    height: 100%;
    margin: 50px 0px 0px 250px;
    z-index: 1000;
}

.wrapper .contenido-principal {
    position: relative;
}

.contenido-principal .main {
    width: calc(100% - 360px);
    float: left;
    padding: 20px 0px 0px 20px;
}

.contenido-principal .rightbar {
    width: 330px;
    float: right;
    margin: 20px 10px 0px 0px;
}

h1, h2, h3, h4 {
    margin: 0 0 10px 0;
    color: #757575;
}

h3 {
    font-size: 1.5rem !important;
}

h4 {
    font-size: 1.4rem !important;
}

.login {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
}

.login .loginForm {
    position: relative;
    display: table;
    height: 100vh;
    margin: 0 auto;
}

.login .loginForm > div {
    display: table-cell;
    vertical-align: middle;
}

.login .loginForm a {
    color: #555 !important;
    font-size: 12px;
    text-decoration: underline;
    font-weight: 300;
}

.login .loginForm .btn-lg {
    font-size: 1.2rem !important;
}

.login .loginForm .pie-login {
    color: #f9f9f9 !important;
    font-size: 12px;
    margin-top: 100px;
}

.login .loginForm form {
    color: #212527 !important;
    background-color: #f9f9f9;
    font-size: 1rem;
    margin: auto;
    padding: 40px 30px;
    width: 330px;
    border-radius: 5px;
}
.login .loginForm form ::placeholder {
    color: #212527 !important;
}

.login .loginForm form button:hover {
    background: #357a38;
}
.login .loginForm form button {
    background: #4CAF50;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    border-radius: 3px;
    letter-spacing: 1px;
    height: 44px;
    margin-top: 50px;
    font-family: 'Roboto', sans-serif;
}

/*utilities*/
.pr0 {
    padding-right: 0 !important;
}

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

.pl15 {
    padding-left: 15px;
}

.pl17 {
    padding-left: 17px;
}

.pl50 {
    padding-left: 50px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl5 {
    padding-left: 5px !important;
}

.plr10 {
    padding-left: 10px;
    padding-right: 10px;
}

.pr7 {
    padding-right: 7px;
}

.pr11 {
    padding-right: 11px;
}

.pr100i {
    padding-right: 100px !important;
}

.p0 {
    padding: 0;
}

.pt3 {
    padding-top: 3px;
}

.pt6 {
    padding-top: 6px;
}

.pt20 {
    padding-top: 20px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pt43 {
    padding-top: 43px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pr150 {
    padding-right: 10% !important;
}

.p20 {
    padding: 20px;
}

.pb0 {
    padding-bottom: 0px;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt14{margin-top: 14px;}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mb0 {
    margin-bottom: 0;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.ml50 {
    margin-left: 50px;
}

.inline {
    display: inline !important;
}

.hand {
    cursor: pointer;
}

.mbt0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.mb5 {
    margin-bottom: 5px;
}

.mr0 {
    margin-right: 0px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mr35i {
    margin-right: 35px;
}

.mr5 {
    margin-right: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml5pi {
    margin-left: 5% !important;
}

.mlm1i {
    margin-left: -1px !important;
}

.mlm10 {
    margin-left: -10px !important;
}

.mlm15 {
    margin-left: -15px;
}

.mlm18 {
    margin-left: -18px !important;
}

.mlm20 {
    margin-left: -20px !important;
}

.mlm30 {
    margin-left: -30px !important;
}

.mlm45 {
    margin-left: -45px !important;
}

.mlm80 {
    margin-left: -80px !important;
}

.ml2i {
    margin-left: 2px !important;
}

.ml10i {
    margin-left: 10px !important;
}

.ml15i {
    margin-left: 15px !important;
}

.ml20i {
    margin-left: 20px !important;
}

.ml35ip {
    margin-left: 35.333%;
}

.mlm40 {
    margin-left: -40px;
}

.ml5ii {
    margin-left: 5.333% !important;
}

.ml20i {
    margin-left: 20px !important;
}

.ml40i {
    margin-left: 40px !important;
}

.ml0 {
    margin-left: 0 !important;
}

.ml60p {
    margin-left: 60%;
}

.ml34p7 {
    margin-left: 34.7%;
}

.ml11-5p {
    margin-left: 11.5% !important;
}

.ml19p {
    margin-left: 19% !important;
}

.ml34-7p {
    margin-left: 34.7% !important;
}

.m34 {
    margin: 34px;
}

.unresponsive [class^="col-"] {
    float: left;
}

.red {
    color: #FF0000;
}

.green {
    color: #43A047;
}

.white {
    color: #FFF;
}

.amarillo-fuerte {
    color: #ffcc33;
}

.blue {
    color: #0277BD;
}

#imagen-crop {
    width: 360px;
    height: 220px;
}

.fs12 {
    font-size: 12px;
}

.inline {
    display: inline;
}

.detalle-body {
    font-size: 0.946rem !important;
}

.detalle-body label {
    line-height: 1;
}

.detalle-body p {
    line-height: 1;
}

label {
    font-weight: 400;
    font-size: 0.9rem;
}

.oculto {
    display: none;
}

.fwn {
    font-weight: normal;
}

.evelyn-navbar {
    background: #0277BD;
    margin-bottom: 0 !important;
    border: none;
    border-radius: 0;
}

.evelyn-navbar .avatar {
    display: inline;
    max-width: 30px;
    max-height: 30px;
    margin-top: -5px;
    border-radius: 50%;
    margin-right: 10px;
}

.evelyn-navbar .caret {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #fff;
    margin-left: 10px;
    margin-top: -2px;
}

.evelyn-navbar .navbar-brand img {
    margin: -8px 20px 0px 10px;
}

.evelyn-navbar .navbar-nav > li > a {
    color: #FFF;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 50px;
}

.evelyn-navbar .navbar-nav > li > a:hover {
    color: #FFF;
    background: #039BE5;
}

.evelyn-navbar .navbar-nav .active > a {
    background: #039BE5;
    color: #FFF;
}

.evelyn-navbar .navbar-nav .active > a:focus, .evelyn-navbar .navbar-nav .active > a:hover {
    background: #039BE5;
    color: #FFF;
}

.evelyn-navbar .navbar-nav .open > a,
.evelyn-navbar .navbar-nav .open > a:hover,
.evelyn-navbar .navbar-nav .open > a:focus {
    background: #039BE5;
    color: #FFF;
}

.evelyn-navbar .user-menu .dropdown.open, .evelyn-navbar .user-menu .dropdown:hover {
    background: #039BE5;
}

.evelyn-navbar .user-menu .dropdown .dropdown-toggle {
    padding: 10px;
    display: block;
}

.aside .sidebar-header {
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    padding: 17px 10px;
}

.aside .sidebar-header .input-group-btn:last-child > .btn,
.aside .sidebar-header .input-group-btn:last-child > .btn-group {
    margin-left: 10px;
}

.aside .sidebar-body {
    width: 100%;
    padding: 10px 20px 100px 20px;
}

.aside .sidebar-body > a {
    display: block;
    color: #797979;
    font-weight: 500;
    text-transform: uppercase;
}

.aside .sidebar-body > a.orange {
    color: #FB8C00;
    margin-bottom: 5px;
    text-transform: none;
}

.aside .sidebar-body > a.orange + .list-group a {
    padding: 3px 0px;
}

.aside .sidebar-body > a.active {
    font-weight: 700;
}

.aside .sidebar-body > a:hover {
    text-decoration: none;
}

.aside .sidebar-body .active {
    font-weight: 700;
}

.aside .sidebar-body .list-group {
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.aside .sidebar-body .list-group .list-group-item {
    border: none;
    padding: 4px 10px;
    color: #757575;
}

.aside .sidebar-body .list-group .list-group-item.active {
    background: none;
}

/* Forms */
.form-group {
    margin-bottom: 6px;
}

.form-control {
    height: 24px;
    line-height: 1.2rem;
    border-radius: 4px;
    padding: 4px 4px;
    font-size: 0.9rem;
}

.input-group .input-group-addon {
    padding: 2px 12px;
}

.input-group .input-group-addon:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

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

.form-horizontal > label {
    text-align: left !important;
    margin-top: 5px;
    font-weight: 500;
}

.form-horizontal > .form-group > [class^="col-"]:first-child {
    padding-right: 0;
}

.form-horizontal > .form-group > [class^="col-"]:last-child {
    padding-left: 0;
}

.checkbox label {
    margin-top: 10px;
}

textarea {
    resize: none;
}

.btn-file {
    position: relative;
    overflow: hidden;
    line-height: 25px;
}

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

/*Tables*/
.evelyn-table {
    color: #424242;
}

.evelyn-table > .header {
    background: #EEEEEE;
    border-bottom: 1px solid #E0E0E0;
    font-size: 0.9rem !important;
    padding: 10px;
}

.evelyn-table > .header input {
    font-size: 0.9rem;
}

.evelyn-table > .header .btn {
    font-size: 0.9rem;
}

.evelyn-table > .header .btn .multiselect {
    padding: 0px 15px;
}

.evelyn-table > .header .dropdown-menu li a {
    font-size: 0.9rem;
}

.evelyn-table > .header .multiselect-native-select .btn-group {
    background: #FFF;
}

.evelyn-table > .header .filter-container [class*="col-xs"] {
    padding: 0;
}

.evelyn-table > .header .filter-container > label {
    line-height: 24px;
    margin: 0;
}

.evelyn-table > .header .filter-container .filter-group {
    display: inline;
}

.evelyn-table > .header .filter-container .filter-group input {
    width: auto;
    display: inline-block;
}

.evelyn-table > .header .filter-buttons {
    margin-top: 2px;
}

.evelyn-table .dropdown-toggle:not(.btn) {
    background: transparent;
    padding: 0;
}

.evelyn-table .dropdown-toggle:not(.btn) .multiselect .caret {
    margin-left: 5px;
}

.evelyn-table .dropdown-toggle:not(.btn) > .caret {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #757575;
    margin-left: 10px;
    margin-top: -2px;
}

.evelyn-table .filter-element {
    display: inline;
    width: auto;
    margin-left: 10px;
}

.evelyn-table table thead {
    background: #EEEEEE;
}

.evelyn-table table thead tr > th {
    font-weight: 400;
    font-size: 11px;
}

.evelyn-table table thead tr > th.header {
    cursor: pointer;
    line-height: 1.0rem;
}

.evelyn-table table thead tr > th.headerSortUp:after, .evelyn-table table thead tr > th.headerSortDown:after, .evelyn-table table thead tr > th.header:after {
    font-family: 'FontAwesome';
    float: right;
    font-size: 1.0rem;
    color: #757575;
}

.evelyn-table table thead tr > th.header:after {
    content: "\f0dc";
}

.evelyn-table table thead tr > th.headerSortUp:after {
    content: "\f0de";
}

.evelyn-table table thead tr > th.headerSortDown:after {
    content: "\f0dd";
}

.evelyn-table table tbody tr > td {
    padding: 4px;
    line-height: 1.1rem;
    font-size: 0.9rem;
    vertical-align: middle;
}

.evelyn-table table tbody .actions {
    text-align: center;
}

.evelyn-table table tbody .actions a {
    color: #424242;
    font-size: 1.154rem;
    margin-left: 3px;
}

.evelyn-table table.tabla-categorias tbody tr td {
    white-space: nowrap;
}

.evelyn-table table.tabla-categorias tbody tr td:first-child:not(.categoria) {
    padding-left: 30px;
    border: none;
    border-bottom: solid 1px #E0E0E0;
    width: 120px;
}

.evelyn-table table.tabla-categorias tbody tr td:nth-child(2) {
    border: none;
    border-bottom: solid 1px #E0E0E0;
}

.evelyn-table table.tabla-categorias tbody tr td.categoria {
    font-weight: 700;
    color: #333333;
}

.evelyn-table table.tabla-esquemas-body tbody tr > td {
    padding: 1px 10px 1px 1px;
    line-height: 1.5;
    font-size: 0.846rem;
    vertical-align: middle;
    font-weight: normal !important;
}

.evelyn-table table.tabla-esquemas-body tbody .actions {
    text-align: center;
}

.evelyn-table table.tabla-esquemas-body tbody .actions a {
    color: #424242;
    font-size: 1.154rem;
    margin-left: 3px;
}

.evelyn-table-cxc .header {
    background: #EEEEEE;
    border-bottom: 1px solid #E0E0E0;
    font-size: 0.9rem !important;
    padding: 10px;

}

.evelyn-table-cxc > .header .filter-container [class*="col-xs"] {
    padding: 0;
}

.evelyn-table-cxc > .header .filter-container > label {
    line-height: 24px;
    margin: 0;
}

.evelyn-table-cxc table thead {
    background: #EEEEEE;
}

.evelyn-table-cxc .pre-scrollable {
    min-height: 425px;
    max-height: none;
    height: calc(100vh - 300px);
    overflow-y: auto;
}

.evelyn-table .pre-scrollable {
    min-height: 425px;
    max-height: none;
    height: calc(100vh - 245px);
    overflow-y: auto;
}

.evelyn-table .pre-scrollable.min {
    min-height: auto;
    max-height: 210px;
    height: auto;
}

.bold {
    font-weight: bold !important;
    color: #000;
}

.tabla-detalles td:first-child {
    background-color: #EEEEEE;
}

.table {
    margin: 0;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    margin-top: 3px;
}

form {
    color: #424242;
}

.btn {
    border-radius: 4px;
    border: none;
    height: 24px;
    padding: 0px 13px;
    font-size: 0.9rem !important;
}

.btn-copy {
    font-size: 0.8rem !important;
}

.btn-success {
    background: #43A047;
}

.btn-primary {
    background: #0277BD;
}

.btn-lg {
    height: 34px;
    padding: 5px 15px;
}

.btn-gray,
.btn-gray:hover,
.btn-gray:active,
.btn-gray:focus {
    background: #757575;
    color: #fff;
}

hr {
    border-top: 1px solid #D7D7D7;
}

.alert {
    border-radius: 0;
    padding: 10px;
    margin-bottom: 10px;
}

.alert p {
    display: inline;
}

.alert .fa {
    margin-right: 5px;
}

.alert.alert-success {
    background: #E8F5E9;
    border-color: #81C784;
}

.alert.alert-danger {
    background: #FFEBEE;
    border-color: #E57374;
}

.alert.alert-warning {
    background: #FFF9C4;
    border-color: #FFEB3B;
}

.bienvenida span {
    font-size: 1.1rem;
}

.bienvenida span:first-child {
    font-weight: 500;
}

.bienvenida span:last-child {
    font-weight: 400;
}

.userInfo img {
    max-width: 120px;
    width: 120px;
    height: 120px;
    float: left;
    display: inline;
    margin-right: 10px;
}

.userInfo table {
    border-collapse: separate;
    border-spacing: 3px;
    width: calc(100% - 130px);
}

.userInfo table tr > td {
    border: none;
    background: #FAFAFA;
    color: #424242;
}

.userInfo table tr > td:first-child {
    font-weight: 500;
}

.userInfo table.no-background tr > td {
    background: none;
    padding: 5px 0px 5px 0px;
}

.userInfo h3 {
    margin-top: 0;
    color: #757575;
}

.accesosDirectos h4 {
    font-weight: 700;
    font-size: 0.923rem;
}

.accesosDirectos .list-group-item {
    border: none;
    padding: 5px;
}

.accesosDirectos .list-group-item i {
    color: #333;
    padding-right: 5px;
}

.panel {
    border-radius: 0;
    box-shadow: none;
}

.panel.panel-default .panel-heading {
    background: #EEEEEE;
}

.panel .panel-heading {
    padding: 10px 10px;
    font-weight: 500;
    font-size: 0.923rem;
    border: none;
}

.panel .panel-body {
    color: #424242;
    padding: 10px;
}

.panel .panel-body span {
    color: #424242;
}

.panel .panel-body a {
    display: block;
    margin-top: 5px;
}

.panel .panel-body .row {
    margin-bottom: 10px;
}

.panel .panel-body .row:last-child {
    margin-bottom: 0;
}

/*DATOS DE SUSCRIPCION*/
.paqueteContratado {
    padding: 20px;
    text-align: center;
}

.paqueteContratado span {
    display: block;
    font-size: 0.846rem;
    font-weight: 300;
}

.paqueteContratado span:last-child {
    color: #0277BD;
    font-weight: 700;
    font-size: 1.308rem;
}

.infoDetalleUsuarios {
    text-align: center;
}

.infoDetalleUsuarios span {
    font-size: 0.846rem;
    font-weight: 300;
}

.infoDetalleUsuarios span:last-child {
    font-weight: 700;
    font-size: 2.923rem;
}

.infoDetalleUsuarios span:last-child.contratados {
    color: #757575;
}

.infoDetalleUsuarios span:last-child.registrados {
    color: #FB8C00;
}

.infoDetalleUsuarios span:last-child.disponibles {
    color: #43A047;
}

/*BOXES*/
.detailBoxes .panel {
    display: inline-block;
    margin-left: 11px;
    color: #fff;
    height: 80px;
    width: 100px;
    position: relative;
    overflow: auto;
    text-align: center;
}

.detailBoxes .panel:first-child {
    margin-left: 0;
}

.detailBoxes .panel:last-child .panel-body {
    padding: 0;
    font-size: 1rem;
}

.detailBoxes .box-blue {
    background: #039BE5;
}

.detailBoxes .box-green {
    background: #43A047;
}

.detailBoxes .box-gray {
    background: #757575;
}

.detailBoxes .panel-title {
    font-size: 0.923rem;
    padding-top: 10px;
}

.detailBoxes .panel-body {
    font-size: 1.538rem;
}

.detailBoxes .panel-body span {
    color: #fff;
    font-weight: 700;
}

.moduleHeader {
    border-bottom: 1px solid #E0E0E0;
    background: #FAFAFA;
    min-height: 60px;
    max-height: 60px;
    padding: 10px 20px;
}

.moduleHeader h1 {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 300;
    margin: 0;
}

.moduleHeader h4 {
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 300;
    margin-top: 5px;
    display: inline-block;
}

.moduleHeader .totalRegistros {
    display: inline-block;
    float: right;
    margin-left: 10px;
    margin-top: 10px
}

.moduleHeader .totalRegistros.withButtons {
    margin-top: -8px;
}

.moduleHeader .tDot {
    display: inline-block;
    float: right;
}
.moduleActions .btn-toolbar {
    margin: 0;
    display: inline;
}

.moduleActions .btn-toolbar .btn {
    height: 1.7rem;
}

.moduleActions .btn-toolbar .btn-success {
    margin-right: 20px;
    margin-left: 0px;
    padding: 0px 20px;
}

.moduleActions .btn-toolbar .btn-group {
    background: #E0E0E0;
    color: #727272;
    font-size: 1rem;
}

.moduleContent {
    padding: 20px;
}

.moduleContent > h4 {
    display: inline-block;
    color: #757575;
}

.moduleContent .checkFacturacion {
    padding: 0;
    float: right;
}

.moduleContent hr {
    border-color: #E0E0E0;
}

.moduleContent .infoDetail label {
    margin-bottom: 10px;
}

.moduleFooter {
    display: block;
    border: 1px solid #E0E0E0;
}

.btnContratarUsuarios {
    padding: 20px;
    line-height: 0px;
}

.tabs {
    border-bottom: 2px solid #E0E0E0;
}

.tabs > li:first-child {
    margin-left: 5px;
}

.tabs > li + li {
    margin-left: 0;
}

.tabs > li.active > a:focus, .tabs > li.active > a:hover, .tabs > li.active > a {
    background: #EEEEEE;
    color: #424242;
}

.tabs > li > a {
    border-top: 1px solid #D7D7D7;
    border-left: 1px solid #D7D7D7;
    border-right: 1px solid #D7D7D7;
    color: #424242;
    padding: 3px 15px;
    font-weight: normal;
    border-radius: 0px;
    font-size: 1rem;
}

.tab-pane .avatar img {
    max-width: 130px;
    border: 1px solid #E0E0E0;
}

.tab-pane .avatar .fa {
    position: absolute;
    bottom: 0;
    right: 60px;
    font-size: 1.231rem;
    color: #424242;
}

.tab-pane .avatar2 img {
    max-width: 300px;
    border: 1px solid #E0E0E0;
}

.tab-pane .avatar2 a {
    position: absolute;
    bottom: -30px;
    right: 18px;
    color: #424242;
}

.tab-pane .avatar2 a .fa {
    font-size: 1.231rem;
}

.lista li {
    list-style: none;
    display: block;
    padding-bottom: 5px;
}

.textColumns {
    font-size: 0.9rem;
}

.textColumns span, .textColumns strong {
    display: block;
    padding-bottom: 10px;
}

.multiselect-native-select .btn-group {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.multiselect-native-select .btn-group button {
    width: 100%;
    text-align: left;
}

.multiselect-native-select .btn-group button .caret {
    position: absolute;
    top: 10px;
    right: 5px;
}

.multiselect-native-select .btn-group.open button,
.multiselect-native-select .btn-group.open button:focus,
.multiselect-native-select .btn-group.open button:hover {
    box-shadow: none;
    background: #FFF;
}

.accesoColaborador .link {
    margin-bottom: 5px;
}

.accesoColaborador .link .titulo {
    display: inline-block;
    width: 220px;
}

.accesoColaborador .link .enlace {
    display: inline-block;
    color: #1A8BD7;
    text-decoration: underline;
}

.multiselect-container {
    padding: 8px 0;
    max-height: 270px;
    overflow: auto;
}

.multiselect-container:not(.filter-element) {
    width: 100%;
}

.multiselect-container input {
    display: block;
}

.multiselect-container .input-group-addon,
.multiselect-container .input-group-btn {
    display: none;
}

.multiselect-container .multiselect-filter .input-group {
    width: 94%;
    margin: 10px 10px 5px 10px;
}

.multiselect-container input[type="radio"] {
    display: none;
}

.multiselect-container > li > a {
    white-space: normal !important;
}

.multiselect-container > li > a > label {
    white-space: normal !important;
}

.multiselect-container > li > a > label.radio {
    padding: 3px 20px;
}

.multiselect-container > li.active a {
    background: #0277BD;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.input-sin-borde {
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.checkbox, .radio {
    margin-top: 0;
    margin-bottom: 0;
}

.panel-permisos .panel {
    border-radius: 0;
}

.panel-permisos .panel .panel-heading {
    padding: 0px;
    border: none;
    background: #EEEEEE;
}

.panel-permisos .panel .panel-heading .ckbox {
    display: inline;
    margin: 0;
    padding: 0;
}

.panel-permisos .panel .panel-heading .ckbox label:before {
    top: -3px;
    left: 11px;
}

.panel-permisos .panel .panel-heading .ckbox label:after {
    font-size: 0.923rem;
    top: -3px;
    left: 13px;
}

.panel-permisos .panel .panel-heading h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 10px 0 27px;
    padding: 5px 10px;
    border-left: 1px solid #dddddd;
    display: inline-block;
}

.panel-permisos .panel .panel-heading h4 a {
    text-decoration: none;
    display: inline-block;
}

.panel-permisos .panel .panel-body {
    padding: 0;
}

.panel-permisos .panel .panel-body tr > td {
    padding: 0;
}

.panel-permisos .panel .panel-body .ckbox label:before {
    top: 6px;
    left: 10px;
}

.panel-permisos .panel .panel-body .ckbox label:after {
    font-size: 0.923rem;
    top: 4.5px;
    left: 12px;
}

.panel-permisos .panel .panel-body .permiso {
    font-weight: normal;
    margin: 0;
    padding: 5px 10px;
}

.panel-permisos .panel .panel-body .permiso:hover {
    cursor: pointer;
}

.panel-permisos .panel .panel-body .permiso .codigo {
    margin-right: 10px;
}

.gray-spacer {
    background: #EEEEEE;
    padding: 10px 15px;
    border: 1px solid #E0E0E0;
}

.gray-conf {
    background: #EEEEEE;
    border: 1px solid #E0E0E0;
}

/* Progress Bar */
.progress {
    position: relative;
    height: 4px;
    display: none;
    width: 100%;
    background-color: #8dd4fe;
    border-radius: 2px;
    background-clip: padding-box;
    overflow: hidden;
}

.progress.visible {
    display: block;
}

.progress .determinate {
    position: absolute;
    background-color: inherit;
    top: 0;
    bottom: 0;
    background-color: #0277BD;
    transition: width .3s linear;
}

.progress .indeterminate {
    background-color: #0277BD;
}

.progress .indeterminate:before {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progress .indeterminate:after {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -90%;
    }
}

@-moz-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -90%;
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -90%;
    }
}

@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }
    60% {
        left: 107%;
        right: -8%;
    }
    100% {
        left: 107%;
        right: -8%;
    }
}

@-moz-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }
    60% {
        left: 107%;
        right: -8%;
    }
    100% {
        left: 107%;
        right: -8%;
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }
    60% {
        left: 107%;
        right: -8%;
    }
    100% {
        left: 107%;
        right: -8%;
    }
}

.filtros {
    display: block;
    background: #EEEEEE;
    padding: 5px 15px 10px 10px;
}

.filtros label {
    font-weight: normal;
}

.filtros .form-control {
    width: auto;
    display: inline;
    margin-right: 10px;
    margin-left: 10px;
    min-width: 300px;
}

.filtros .btn {
    margin-right: 10px;
}

.info h4 {
    display: block;
    font-size: 1.385rem;
}

.info .detail > span {
    display: block;
    font-size: 0.923em;
}

/*modales*/
.modal .fade .modal-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    top: 300px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.modal .fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -300px, 0);
    transform: translate3d(0, -300px, 0);
    opacity: 1;
}

.modal .modal-header {
    background: #0277BD;
    text-align: center;
    height: 40px;
}

.modal .modal-header .modal-title {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 0.923rem;
    line-height: 0;
    padding-top: 5px;
}

.modal .modal-content {
    border-radius: 0px;
}

.modal .modal-content .modal-body .instrucciones {
    text-align: left;
}

.modal .modal-content .modal-body .instrucciones-left {
    text-align: left;
}

.modal .modal-content .modal-body .instrucciones-left p {
    margin: 10px 0;
    font-size: 0.9rem;
}

.black {
    color: #000000;
}

.tableBorderless th, .tableBorderless td {
    border-top: none !important;
    border-bottom: none !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pt7 {
    padding-top: 7px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt24 {
    padding-top: 24px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pb0 {
    padding-bottom: 0px !important;
}

.pb2 {
    padding-bottom: 2px !important;
}

.pb7 {
    padding-bottom: 7px !important;
}

.pb8 {
    padding-bottom: 8px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb24 {
    padding-bottom: 24px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}

.pb44 {
    padding-bottom: 44px !important;
}

.simbolo-pegado-izquierda {
    position: absolute;
    display: block;
}

.simbolo-pegado-derecho {
    position: relative;
}

.eliminar-imagen-icono-user {
    position: relative;
    top: 80px;
    left: -135px;
}

.eliminar-imagen-icono-logo {
    position: relative;
    left: 15px;
}

.fondo-gris {
    padding-top: 15px;
    background-color: #eee;
    border-radius: 2px;
    padding-bottom: 15px;
}

.imagen-descripcion {
    width: 100%;
}

.mb0 {
    margin-bottom: 0 !important;
}

.btn-gray-light,
.btn-gray-light:hover,
.btn-gray-light:active,
.btn-gray-light:focus {
    background: #EEEEEE;
    color: #717171;
}

.mr40 {
    margin-right: 40px;
}

.po {
    align-content: center;
}

.w200 {
    width: 200px !important;
}

.w180 {
    width: 180px !important;
}

.w150 {
    width: 150px !important;
}

.w50 {
    width: 50px !important;
}

.mw30 {
    min-width: 30px;
}

.mw40 {
    min-width: 40px;
}

.mw170 {
    min-width: 170px;
}

.mw70 {
    min-width: 70px;
}

.mw90 {
    min-width: 90px;
}

.mw110 {
    min-width: 110px;
}

.mw180 {
    min-width: 180px;
}

.mw210 {
    min-width: 210px;
}

.mw245 {
    min-width: 245px;
}

.mw260i {
    min-width: 260px !important;
}

.mw280 {
    min-width: 280px;
}

.mw300 {
    min-width: 300px;
}

.mw140 {
    min-width: 140px;
}

.mw100 {
    min-width: 100px;
}

.mw60 {
    min-width: 60px;
}

.mw130 {
    min-width: 130px;
}

.mw80 {
    min-width: 80px;
}

.pl10 {
    padding-left: 10px;
}

.pl20 {
    padding-left: 20px;
}

.pl30 {
    padding-left: 30px;
}

.pl40 {
    padding-left: 40px;
}

.pl32 {
    padding-left: 32px;
}

.pl35i {
    padding-left: 35px !important;
}

.pl10px {
    padding-left: 10px;
}

.pl7 {
    padding-left: 7px !important;
}

.pl6 {
    padding-left: 6px;
}

.pr0 {
    padding-right: 0px;
}

.pr20p {
    padding-right: 20%;
}

.pr2p {
    padding-right: 2%;
}

.plr0 {
    padding-left: 0;
    padding-right: 0;
}

.pl30 {
    padding-left: 30px !important;
}

.pl42 {
    padding-left: 42px;
}

.pr5 {
    padding-right: 5px;
}

.pr5i {
    padding-right: 5px !important;
}

.pr20 {
    padding-right: 20px;
}

.pr1-5p {
    padding-right: 1.5%;
}

.pr12 {
    padding-right: 12px;
}

.bootom-border-tabs-productos-alta {
    min-height: 600px;
    border-bottom: 1px solid #E0E0E0;
}

.bootom-border-tabs-tiendas {
    min-height: 420px;
    border-bottom: 1px solid #E0E0E0;
}

.modal .ui-autocomplete-input {
    z-index: 1511;
}

.ui-autocomplete-input {
    border: none;
    font-size: 0.946rem !important;
    margin-bottom: 5px;
    padding-top: 2px;
    border: 1px solid #DDD !important;
    padding-top: 0px !important;
    z-index: 1010;
    position: relative;
}

.ui-autocomplete {
    position: fixed;
    height: 200px;
    top: 100%;
    left: 0;
    z-index: 1051 !important;
    float: left;
    display: none;
    min-width: 160px;
    width: 160px;
    padding: 5px;
    margin: 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    max-height: 300px !important;
    overflow-y: auto !important;
    overflow-x: hidden;
}

.ui-menu .ui-menu-item-wrapper {
    padding: 3px 0 !important;
    font-size: 0.946rem !important;
}

.nodata {
    padding: 20px;
    text-align: center;
}

/* enable absolute positioning */
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon > i.fa {
    position: absolute;
    padding: 5px;
    pointer-events: none;
    z-index: 1050;
}

/* align icon */
.left-addon i.fa {
    left: 0px;
}

.right-addon i.fa {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

.checkConf {
    position: relative;
    top: 3px !important;
}

.rfc {
    text-transform: uppercase;
}

input[class*="fch"] {
    cursor: pointer;
}

/*radios*/
.radio {
    padding-left: 20px;
}

.radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 0px;
}

.radio label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.radio label:after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio input[type="radio"]:disabled {
    cursor: not-allowed;
}

.radio input[type="radio"]:disabled + label {
    opacity: 0.65;
}

.radio input[type="radio"]:disabled + label:before {
    cursor: not-allowed;
}

.radio.radio-inline {
    margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
    background-color: #337ab7;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #337ab7;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #337ab7;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
    font-family: 'FontAwesome';
    content: "\f00c";
}

input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
    color: #fff;
}

input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
    color: #fff;
}

.popover {
    min-width: 150px !important;
    min-height: 200px;
    border-radius: 0px;
}

.popover .popover-title {
    border-radius: 0px;
    background: #0277BD;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 0.923rem;
    font-size: 0.923rem !important;
    line-height: 0;
    padding: 15px;
    text-align: center;
}

.popover .popover-content {
    padding: 12px !important;
    font-size: 0.923rem !important;
}

.popover .popover-content td {
    padding: 0px 5px 0px 5px !important;
}

.ckbox-default,
.rdio-default,
.ckbox-large-text,
.ckbox-set {
    position: relative;
}

.ckbox-default input[type="checkbox"],
.rdio-default input[type="radio"],
.ckbox-large-text input[type="checkbox"],
.ckbox-set input[type="checkbox"] {
    opacity: 0;
}

.ckbox-default label,
.rdio-default label,
.ckbox-large-text label,
.ckbox-set label {
    padding-left: 10px;
    cursor: pointer;
    margin-bottom: 7px !important;
}

.ckbox-default label:before {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 3px;
    left: 0;
    content: '';
    display: inline-block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #bbb;
    background: #fff;
}

.ckbox-default input[type="checkbox"]:disabled + label {
    color: #999;
}

.ckbox-default input[type="checkbox"]:disabled + label:before {
    background-color: #eee;
}

.ckbox-default input[type="checkbox"]:checked + label:after {
    font-family: 'FontAwesome';
    content: "\F00C";
    position: absolute;
    top: 1px;
    left: 1px;
    display: inline-block;
    font-size: 16px;
    width: 16px;
    height: 16px;
    color: #fff;
}

.ckbox-large-text label:before {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 23px;
    left: 0;
    content: '';
    display: inline-block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #bbb;
    background: #fff;
}

.ckbox-large-text input[type="checkbox"]:disabled + label {
    color: #999;
}

.ckbox-large-text input[type="checkbox"]:disabled + label:before {
    background-color: #eee;
}

.ckbox-large-text input[type="checkbox"]:checked + label:after {
    font-family: 'FontAwesome';
    content: "\F00C";
    position: absolute;
    top: 21px;
    left: 1px;
    display: inline-block;
    font-size: 16px;
    width: 16px;
    height: 16px;
    color: #fff;
}

.ckbox-gray-background label:before {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 4px;
    left: 0;
    content: '';
    display: inline-block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #bbb;
    background: #fff;
}

.ckbox-gray-background input[type="checkbox"]:disabled + label {
    color: #999;
}

.ckbox-gray-background input[type="checkbox"]:disabled + label:before {
    background-color: #eee;
}

.ckbox-gray-background input[type="checkbox"]:checked + label:after {
    font-family: 'FontAwesome';
    content: "\F00C";
    position: absolute;
    top: 1px;
    left: 1px;
    display: inline-block;
    font-size: 16px;
    width: 16px;
    height: 16px;
    color: #fff;
}

.test {
    position: relative;
    top: 23px;
    left: -13px;
}

.ckbox-gray input[type="checkbox"]:checked + label:before {
    border-color: #999;
}

.ckbox-gray input[type="checkbox"]:checked + label:after {
    color: #333;
}

.ckbox-default-warning input[type="checkbox"]:checked + label:before {
    border-color: #EEA236;
    background-color: #F0AD4E;
}

.ckbox-default-success input[type="checkbox"]:checked + label:before {
    border-color: #5cb85c;
    background-color: #5cb85c;
}

.ckbox-default-danger input[type="checkbox"]:checked + label:before {
    border-color: #D43F3A;
    background-color: #D9534F;
}

.ckbox-default-primary input[type="checkbox"]:checked + label:before {
    border-color: #357EBD;
    background-color: #428BCA;
}

.box {
    border: 1px solid #E0E0E0;
    padding: 10px;
}

.box .titulo h4 {
    color: #424242 !important;
    font-weight: 600 !important;
    text-transform: uppercase;
}

.box .title {
    color: #424242 !important;
    text-align: center;
    padding-bottom: 2px;
}

.box .enlaces {
    margin-top: 10px;
}

.box .enlaces a {
    margin-right: 20px;
    text-decoration: underline;
    font-size: 0.9rem;
}

.box .tabla-cuentas .total {
    color: #333;
    font-weight: 600;
}

.box .tabla-cuentas .totalGreen {
    color: #43A047;
    font-weight: 600;
}

.box .tabla-cuentas tr td:first-child {
    background: #FAFAFA;
    font-weight: 600;
    color: #333;
    text-align: right;
}

.box .tabla-cuentas tr td:last-child {
    text-align: right;
}

.box .tabla-cuentas.detalle tr td {
    text-align: left;
    font-size: 0.9rem !important;
}

.box .tabla-datos-cliente {
    margin-top: 10px;
}

.box .tabla-datos-cliente tr td:first-child {
    background: #FAFAFA;
    font-weight: 600;
    color: #333;
}

.box .tabla-datos-cliente td a {
    float: right;
    color: #333;
}

.box .tabla-datos-cliente-inputs {
    margin-top: 10px;
}

.box .tabla-datos-cliente-inputs tr td {
    padding: 4px 0;
    border: none;
}

.box .tabla-datos-cliente-inputs tr td:first-child {
    color: #333;
    font-weight: 600;
}

.box .table-borderless .total {
    color: #333;
    font-weight: 600;
}

.box .table-borderless tr td {
    border-top: 1px solid #FFFFFF;
    text-align: left;
}

.tabla-productos input[type="text"].filter-element {
    min-width: 500px;
}

.tabla-productos thead tr th {
    background: #757575;
    color: #fff;
}

.tabla-ventas input[type="text"].filter-element {
    min-width: 250px;
}

.tabla-ventas thead tr th {
    background: #757575;
    color: #fff;
}

.tabla-ventas-busqueda {
    overflow-x: auto !important;
    width: 1000px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-top: 5px;
    margin-left: 15px;
}

.finalizarVenta {
    font-size: 1.231rem;
    font-weight: 600;
}

.tiendas-navbar {
    padding-top: 17px !important;
}

.table > tfoot > tr > th {
    border: 1px solid #dddddd;
    border-right-width: 0;
    border-left-width: 0;
}

.table > tfoot > tr.blr0 {
    border-right-width: 0;
}

.float-left {
    float: right;
}

.select-filter-test .multiselect.dropdown-toggle.btn.btn-default > div.restricted {
    margin-right: 5px;
    max-width: 1000px;
    overflow: hidden;
}

.fs11 {
    font-size: 11px;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #FFFDE7;
    border-width: 5px 5px 5px 0;
}

.tooltip-inner {
    color: #000;
    background: #FFFDE7;
    border: 1px solid #E0E0E0;
}

.productos-autocomplete {
    padding: 10px;
}

.productos-autocomplete .link {
    color: #1A8BD7 !important;
    margin-bottom: 10px;
}

.productos-autocomplete .ui-menu-item:not(.link) {
    border-top: 1px solid #E0E0E0;
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
}

.productos-autocomplete .ui-menu-item:not(.link):last-child {
    border-bottom: 1px solid #E0E0E0;
}

.productos-autocomplete p {
    margin: 0;
    padding-left: 5px;
    padding-right: 25px;
}

.productos-autocomplete .clave {
    color: #000;
    font-size: 0.769rem;
    font-weight: 600;
}

.productos-autocomplete .marca, .productos-autocomplete .categoria, .productos-autocomplete .subcategoria {
    color: #666;
    font-size: 0.846rem;
}

.productos-autocomplete .desc {
    color: #333;
}

.productos-autocomplete .stock {
    font-size: 1rem;
}

.productos-autocomplete a[data-toggle="tooltip"] {
    position: absolute;
    right: 10px;
    top: 40%;
}

.productos-autocomplete .ui-state-active {
    background: rgba(2, 119, 189, 0.25);
    border-color: rgba(2, 119, 189, 0.25);
    color: #333;
}

.productos-autocomplete .ui-state-active a {
    color: #000 !important;
}

.table-detalle td:first-child {
    background: #FAFAFA;
    font-weight: 600;
}

.table-hover > tbody > tr:hover {
    background: transparent;
}

.tabla-productos {
    max-height: 500px;
}

.tabla-productos tbody > tr:hover,
.tabla-productos tbody > tr.activa {
    background-color: rgba(2, 119, 189, 0.25) !important;
}

.modal-pequeno {
    width: 400px;
    margin-left: 130px;
}

.modal-eliminar {
    margin-top: 150px;
    margin-left: 40px;
    margin-right: 40px;
}

.modal-elimnar-body {
    padding-left: 40px !important;
    padding-right: 0px !important;
}

.modal-mediano {
    width: 800px;
    margin-left: -90px;
}

.modal-grande {
    width: 900px;
    margin-left: -140px;
}

.detalleProducto {
    background: #FAFAFA;
    padding: 10px 10px 0px 10px;
    font-size: 0.923rem;
}

.table.table-border-dots {
    border: 1px dotted #cccccc;
}

.fondoBlanco {
    background: #FFF !important;
}

.facturacion .titulo h6 {
    font-size: 1.077rem;
    display: inline-block;
}

.facturacion .btns {
    display: inline;
    float: right;
}

.facturacion .btns .btn {
    background: #3366CC;
}

.facturacion table .form-group {
    margin-top: 10px;
}

.facturacion table .form-group .control-label {
    text-align: left;
    font-weight: 600;
}

.facturacion .tabla-clientes-busqueda tbody tr:hover,
.facturacion .tabla-clientes-busqueda tbody tr.activa {
    background: rgba(2, 119, 189, 0.25) !important;
    cursor: pointer;
}

.facturacion #modalCambiarDatosFiscales .tabla-detalle tr td:first-child {
    background: #FAFAFA;
    font-weight: 600;
    color: #333333;
}

.facturacion #modalCambiarDatosFiscales .tabla-detalle tr td:last-child {
    background: #FFFFFF;
}

.facturacion .tabla-datos-fiscales thead tr th {
    background: #FAFAFA;
    font-weight: 500;
    font-size: 0.923rem;
}

.facturacion .tabla-datos-fiscales span {
    font-size: 0.923rem;
    display: block;
}

.table-gray tr th {
    background: #EEEEEE !important;
    font-weight: 500;
    font-size: 0.846rem;
    color: #333333;
    text-transform: uppercase;
}

.multiselect-selected-text {
    display: inline-block;
    max-width: 100%;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    padding-right: 10px;
    padding-top: 3px;
    word-wrap: break-word;
}

.texto-derecha {
    text-align: right !important;
}

.azul-fondo {
    background-color: #039BE5 !important;
}

.checkbox-inline input[type="checkbox"] {
    margin-left: 14px;
}

.btn-enlace-gray,
.btn-enlace-gray:hover,
.btn-enlace-gray:active,
.btn-enlace-gray:focus {
    color: #fff !important;
    background-color: #757575 !important;
    display: block !important;
    text-align: center !important;
    padding: 3px 15px !important;
    border-radius: 6px !important;
    text-decoration: none !important;
}

.borde-derecha-0 {
    border-right-width: 0px;
}

.borde-izquierda-0 {
    border-left-width: 0px;
}

.bbw0 {
    border-bottom-width: 0px !important;
}

.enlace-fuente {
    font-size: 1.1rem !important;
}

.enlace-fuente-regular {
    font-size: 1rem !important;
}

.margenes-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

#checkDatosFaacturacion + label:before {
    top: 0;
}

#checkDatosFaacturacion + label:after {
    top: -2px;
}

.ml10 {
    margin-left: 10px;
}

.ml50 {
    margin-left: 50px;
}

.fw {
    font-weight: normal;
}

.truncate {
    width: calc(100% - 12px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    position: relative;
    font-size: 0.9rem;
}

.tabla-toolnip {
    padding-bottom: 15px !important;
    font-size: 0.846rem !important;
    padding-top: 0px !important;
}

.modal-scroll {
    overflow-y: scroll !important;
}

.plr30 {
    padding-left: 35px;
    padding-right: 35px;
}

.evelyn-table table thead tr > th.nosort.header:after {
    content: none !important;
}

tr.noBorder th {
    border-top: 0 !important;
    border: 0 !important;
}

.noBorderTop {
    border-top: 0 !important;
}

.tablesorter .header,
.tablesorter .tablesorter-header {
    /* black (unsorted) double arrow */
    background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
    /* white (unsorted) double arrow */
    /* background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAAP///////yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==); */
    /* image */
    /* background-image: url(images/black-unsorted.gif); */
    background-repeat: no-repeat;
    background-position: center right;
    padding: 4px 18px 4px 4px;
    white-space: normal;
    cursor: pointer;
}

.tablesorter .headerSortUp,
.tablesorter .tablesorter-headerSortUp,
.tablesorter .tablesorter-headerAsc {
    /* black asc arrow */
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
    /* white asc arrow */
    /* background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7); */
    /* image */
    /* background-image: url(images/black-asc.gif); */
}

.tablesorter .headerSortDown,
.tablesorter .tablesorter-headerSortDown,
.tablesorter .tablesorter-headerDesc {
    /* black desc arrow */
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
    /* white desc arrow */
    /* background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7); */
    /* image */
    /* background-image: url(images/black-desc.gif); */
}

.tablesorter thead .sorter-false {
    background-image: none;
    cursor: default;
    padding: 4px;
}

/* tfoot */
.tablesorter tfoot .tablesorter-headerSortUp,
.tablesorter tfoot .tablesorter-headerSortDown,
.tablesorter tfoot .tablesorter-headerAsc,
.tablesorter tfoot .tablesorter-headerDesc {
    /* remove sort arrows from footer */
    background-image: none;
}

/* table processing indicator */
.tablesorter .tablesorter-processing {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    /* background-image: url(images/loading.gif) !important; */
    background-image: url("data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=") !important;
}

/*# sourceMappingURL=evelyn.css.map */
.modal-footer {
    padding: 10px 20px;
}

.modal-body {
    padding: 20px;
}

.panel-permisos .panel-title {
    display: inline-block;
    margin-left: 30px;
    padding: 5px;
}

.vertical-m {
    vertical-align: middle !important;
}

.w320{width: 320px;}
.w350{width: 350px;}
.w400{width: 400px;}
.w450{width: 450px;}
.w500{width: 500px;}

.tabla-no-padding > tbody > tr > td {
    padding: 8px 0;
}

.bcgray {
    background-color: #757575 !important;
    color: #FFFFFF;
}

.bcwhitegray {
    background-color: #F5F5F5;
}

.d-block {
    display: block;
}

.fw500 {
    font-weight: 500;
}

.fs-12 {
    font-size: 12px;
}
.mt5{
    margin-top: 5px !important;
}
.d-block{
    display: block !important;
}

.disabled-input {
    background-color: #dedede !important;
    pointer-events:none;
}

.disabled-input:hover {
    cursor: not-allowed;
}

b, strong {
    font-weight: 500 !important;
}
.upper{
    text-transform: uppercase;
}
.mt10p{
    margin-top: 10%;
}
.mt25 {
    margin-top: 25px;
}
.card-title-gray {
    text-align: center;
    font-size: 2.6rem;
    font-weight: 600;
    padding-bottom: 35px;
}

.input-icon {
    border-bottom: 1px solid #212527;
    margin-bottom: 25px;
    display: flex;
    flex-direction: row;
}
.input-icon .col {
    flex-direction: 1 1 auto;
}
.mr5 {margin-right: 5px}

.input-icon .col input {
    font-family: inherit;
    width: 100%;
    border: 0;
    outline: 0;
    font-size: 1.3rem;
    padding: 7px 0;
    background: transparent;
    transition: border-color 0.2s;
}
.w100p {width: 100%}
.w380 {width: 380px!important;}
.w80 {width: 80px!important;}

.float-l{ float: left;}
.float-r{ float: right !important;}
.clearfix{ clear: both}
.pt2 { padding-top: 2px !important; }
.w94p{ width: 94% !important}
.pl11 { padding-left: 11px !important; }
.advertencia{
    line-height: 16px!important;
    padding: 6px 10px 6px 10px!important;
}
.table-white, .table-white tr, .table-white th, .table-white td { /*==== table-white ====*/
    border: none;
    vertical-align: middle;
}

.table-white input, .table-white select, .table-white textarea {
    vertical-align: bottom !important;
    width: 100%;
}
.cursor-default {pointer-events: none}
.cursor-pointer {cursor: pointer}
.table-white td {padding: 6px 12px}
.mt15 { margin-top: 15px; }
.w25p{ width: 25% !important;}
.text-right { text-align: right!important; }
