.border-red {
    border-left: 4px solid #e10a0a;
}

.tachado {
    text-decoration:line-through;
    color: #c70f0f;
}

.table-xs {
    font-size: 15px;
}

.table-xs th, .table-xs td {
    padding: 0.2rem;
}

.btn-light {
    background-color: #fafafa !important;
    border-color: #cfcfcf !important;
}

#sinPermisos{
    color: #000;
    font-weight: bold;
    background-color: #eb5121;
    position: absolute;
    top: 4px;
    left: 4px;
    padding: 3px;
}

.cont-lector{
  height: 200px;
  width: 225px;
  position: relative;
  left: 0;
  right: 0;
  margin-left: auto;
}
.cont-lector video{
  height: 175px;
  width: 225px;
  position: relative;
  animation-name:animacion;
  animation-duration:1.5s;
  animation-iteration-count:infinite;
  box-shadow: 0 0 7px #26adff;
  background-color: #000;
}

.cont-lector .exit{
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #b51212;
    color: #fff;
    border: none;
    padding: 2 px 6px;
    display: none;
}

.cont-lector .select
{
  position: absolute;
  bottom: 35px;
  left: 9px;
  display: none;
}

.cont-lector:hover .select{
  display: block;
}

.cont-lector:hover .exit{
  display: block;
}

.cont-lector .select select{
    font-size: 12px;
    height: 20px;
    padding: 1px;
}

.dropdown-menu {
    min-width: 95% !important;
}

typeahead-container {
    width: 95% !important;    
}

label {
    font-weight: bold;
}

.menu-contenedor>.btn:focus + div.menu-horizontal {
    display: block;
}

.menu-horizontal:hover {
    display: block;
}

.menu-horizontal {
    border: 1px solid #cfd8dc;
    padding: 4px 10px;
    display: none;
    background-color: #f7f7f7;
    border-radius: 15px 0 15px 15px;
    box-shadow: 0 5px 15px #777;
    position: absolute;
    margin-top: -25px;
    right: 4%;
}

.menu-horizontal > .btn {
    border-radius: 50px;
    /*background-color: #ffb74d;
    color: #fffbfa;*/
    padding: 6px 8px;
}

:required {
    border: 1px solid #b0bec5;
}

.bg-info {
    background-color: #03a9f4 !important;
}

.bg-primary {
    background-color: #385081 !important;
}

.btn-sm-round {
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

.btn-primary {
    background-color: #415b8f;
    border-color: #385081;
}

.btn-success {
    background-color: #2a9b5a;
    border-color: #2d9157;
}

.btn-info {
    background-color: #00bcd4;
    border-color: #07bfd7;
}


.menu .item a{
    display: block;
    box-shadow: 0 0 5px rgb(104 104 104 / 28%);
    border: solid 1px #d1d1d1;
    text-decoration: none;
    border-radius: 12px;
    padding: 13px 0;
    text-align: center;
    color: #5a5a5a;
    margin-bottom: 13px;
}

.menu .item a:hover{
    background: #5566a1;
    color: #fff;
    border-color: #415b8f;
    box-shadow: -3px 5px 0px rgba(57, 127, 202, 0.23);
}

.menu .item a img{
    max-width: 65px;
    max-height: 65px;
}

.menu .item a>span{
    display: block;
    font-size: 16px;
    padding-top: 9px;
}

.login-box {
    margin-top: 75px;
    height: auto;
    background: #1A2226;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.login-back {
    height: 100px;
    font-size: 30px;
    line-height: 100px;
}

.login-title {
    margin-top: 15px;
    text-align: center;
    font-size: 30px;
    letter-spacing: 2px;
    margin-top: 15px;
    font-weight: bold;
    color: #ECF0F5;
}

.login-form {
    margin-top: 25px;
    text-align: left;
}

.login-form input[type=text] {
    background-color: #1A2226;
    border: none;
    border-bottom: 2px solid #0DB8DE;
    border-top: 0px;
    border-radius: 0px;
    font-weight: bold;
    outline: 0;
    margin-bottom: 20px;
    padding-left: 0px;
    color: #ECF0F5;
}

.login-form input[type=password] {
    background-color: #1A2226;
    border: none;
    border-bottom: 2px solid #0DB8DE;
    border-top: 0px;
    border-radius: 0px;
    font-weight: bold;
    outline: 0;
    padding-left: 0px;
    margin-bottom: 20px;
    color: #ECF0F5;
}

.login-form .form-group {
    margin-bottom: 40px;
    outline: 0px;
}

.login-form .form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 2px solid #0DB8DE;
    outline: 0;
    background-color: #1A2226;
    color: #ECF0F5;
}

input:focus {
    outline: none;
    box-shadow: 0 0 0;
}

label {
    margin-bottom: 0px;
}

.form-control-label {
    font-size: 12px;
    color: #6C6C6C;
    font-weight: bold;
    letter-spacing: 1px;
}

.btn-outline-primary {
    border-color: #0DB8DE;
    color: #0DB8DE;
    border-radius: 0px;
    font-weight: bold;
    letter-spacing: 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.btn-outline-primary:hover {
    background-color: #0DB8DE;
    right: 0px;
}

.login-btm {
    float: left;
}

.login-button {
    padding-right: 0px;
    text-align: right;
    margin-bottom: 25px;
}

.login-text {
    text-align: left;
    padding-left: 0px;
    color: #A2A4A4;
}

.loginbttm {
    padding: 0px;
}

fieldset{
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    padding: 5px;
    /*margin: 10px;*/
    width: 100%;
}

fieldset > legend {
    font-size: 1em;
    font-weight: 500;
    background: #4b67b7;
    color: #fff;
    width: auto;
    padding: 2px 11px;
    border-radius: 5px;
    margin-bottom: 0 !important;
}


/*
LOADING
*/
.espere{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1500;
    cursor: wait;
}

.espere .centro{
    position: absolute;
    background: #253250;
    width: 100%;
    height: 140px;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
    text-align: center;
}

.modal-xl{
    max-width:  95% !important;
}

.loading {
    /*width: 500px;
    height: 125px;
    opacity: 0.9;
    position: relative;
    right: 0;
    left: 0;*/
    margin-left: auto;
    margin-right: auto;
}

.loading > div {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -10px;
}


.loading > div > div {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: #42b6ff;
    top: 10px;
    left: 10px;
    transform-origin: 20px 20px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    animation: spin-a 1.1s infinite cubic-bezier(0.5, 0, 0.5, 1);
    -webkit-animation: spin-a 1.1s infinite cubic-bezier(0.5, 0, 0.5, 1);
}

.loading > div > .c2 {
  top: 10px;
  left: auto;
  right: 10px;
  transform-origin: -4px 20px;
  animation: spin-b 1.1s infinite cubic-bezier(0.5, 0, 0.5, 1);
}
.loading > div > .c3 {
  top: auto;
  left: auto;
  right: 10px;
  bottom: 10px;
  transform-origin: -4px -4px;
  animation: spin-c 1.1s infinite cubic-bezier(0.5, 0, 0.5, 1);
}
.loading > div > .c4 {
  top: auto;
  bottom: 10px;
  transform-origin: 20px -4px;
  animation: spin-d 1.1s infinite cubic-bezier(0.5, 0, 0.5, 1);
}

@keyframes spin-a {
  0%   { transform: rotate(90deg); }
  0%  { transform: rotate(90deg); }
  50%  { transform: rotate(180deg); }
  75%  { transform: rotate(270deg); }
  100% { transform: rotate(360deg); }
}
@keyframes spin-b {
  0%   { transform: rotate(90deg); }
  25%  { transform: rotate(90deg); }
  25%  { transform: rotate(180deg); }
  75%  { transform: rotate(270deg); }
  100% { transform: rotate(360deg); }
}
@keyframes spin-c {
  0%   { transform: rotate(90deg); }
  25%  { transform: rotate(90deg); }
  50%  { transform: rotate(180deg); }
  50%  { transform: rotate(270deg); }
  100% { transform: rotate(360deg); }
}
@keyframes spin-d {
  0%   { transform: rotate(90deg); }
  25%  { transform: rotate(90deg); }
  50%  { transform: rotate(180deg); }
  75%  { transform: rotate(270deg); }
  75% { transform: rotate(360deg); }
  100% { transform: rotate(360deg); }
}


.loading > h3, .loading > h2, .loading > h1 {
    color: #fff;
}



.cog-header {
    width:100%;
    padding-bottom:35px;
    background: linear-gradient(#232323, #898989);
    color:#efefef;
    margin-bottom:15px;
}

.alert-box {
    width: 300px;
    position: fixed;
    right: 10px;
    top: 70px;
    background-color:transparent;
    z-index: 1500;
}

.menu-actual{
    color: #ededed;
    background: rgb(255 255 255 / 10%);
    margin-left: 18px;
    padding: 8px 14px;
    border-radius: 19px 0 19px 0;
    display: inline-block;
}

.alerta {
    display: none;
    background: #dc3545 !important;
    color: #fff;
    position: absolute;
    z-index: 100;
    right: 10px;
    padding: 0 10px;
    font-size: 11px;
}

input[required].form-control.ng-invalid+.alerta, select[required].form-control.ng-invalid+.alerta, textarea[required].form-control.ng-invalid+.alerta{
    background: #464646;
    color: #fff;
    display: block;
}

input.form-control.ng-dirty.ng-invalid+.alerta, select.form-control.ng-dirty.ng-invalid+.alerta, textarea.form-control.ng-dirty.ng-invalid+.alerta{
    background: #a03131;
    color: #fff;
    display: block;
}

.text-gray-300 {
    color: #bcbfd3!important;
}

.text-gray-800 {
    color: #5a5c69!important;
}

.border-left-primary {
    border-left: .25rem solid #4e73df!important;
}

.border-left-success {
    border-left: .25rem solid #1cc88a!important;
}

.border-left-info {
    border-left: .25rem solid #36b9cc!important;
}

.border-left-pink {
    border-left: .25rem solid #c93ef6!important;
}

.border-left-warning {
    border-left: .25rem solid #ff9800!important;
}

.border-left-danger {
    border-left: .25rem solid #ff0000 !important;
}


/* ESTILO MESSAGE  */
.message {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid rgba(80,80,80,.22);
    border-radius: 0.25rem;
    color: #222222;
    background: #f7f7f7;
    box-shadow: 0 0 16px 3px rgba(98,98,98,.42);
    font-size: 1.1rem;
}

.message > .close {
  color: #646464;
}

.message-warning {
    border-left: 10px solid #ffc107;
}

.message-danger {
    border-left: 10px solid #bb0707;
}

.message-info {
    border-left: 10px solid #2196f3;
}

.message-primary {
    border-left: 10px solid #5671bf;
}

.message-success {
    border-left: 10px solid #4caf50;
}

.fix-result{
    position: absolute;
    width: 100%;
    z-index: 150;
    margin-top: 0px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
}

/**COLOR MEU COBRO/ CUOTAS*/
.btnCobro{    
    background-color: #343a40;
    border: none;
    color: white !important;
    padding: 10px 20px;
    text-align: center; 
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 6px;
    border-bottom: 3px solid !important;
    border-bottom-color: #62c34a !important; 
    /*box-shadow: 0px 0px 5px black !important;*/
}

.btnCobro:hover
{
    background-color: #324056 !important;
    color: #4caf50 !important;
    text-decoration: none;
}
/**Borde izquierdo de tablas*/
.bordeInfo{
    border-left: 3px solid !important;
    border-color: #17a2b8 !important;
}

.bordeSuccess{
    border-left: 3px solid !important;
    border-color: #4caf50 !important;
}

.bordeDanger{
    border-left: 3px solid !important;
    border-color: #e91e63 !important;
}

.totalTr{
    border-bottom: 3px solid !important;
    border-color: #4caf50 !important;
    font-size: 17px !important;
    font-weight: bold;
}


.btn-sq-lg {
  width: 150px !important;
  height: 150px !important;
}


.card-header{
    padding: 0.25rem 1.25rem;
}

.nav-tabs li a{
    padding: 7px 13px;
    display: inline-block;
    background-color: #e8e8e8;
    border-radius: 13px 13px 0px 0;
    box-shadow: 0 -2px 7px -1px #ccc inset;
}

.nav-tabs li.active a{
    background-color: #415b8f;
    color: #fff;
    box-shadow: 0 -6px 7px -5px #0e275a inset;
}

.nav-tabs li a:hover{
    box-shadow: 0 -6px 7px -5px #0e275a inset;
}

hr{
    width: 100%;
    border-top: 2px solid rgba(0,0,0,0.1);
    box-shadow: 0 1px 3px #e2e2e2;
    margin-top: 1em;
    margin-bottom: 1em;
}

