/* Generic */
body{
    background: rgba(0,0,0,0.11);
}
/* Instalador de PWA */
.add-button {
    position: absolute;
    top: 1px;
    left: 1px;
  }


.logo-text{
    color: #286efa;
    font-size: 22px;
    font-weight: bolder;
}
.row{
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.btn-dw{
    background: #286efa;
    color: f0f8ff;
}
.margin-top-6p{
    margin-top: 6%;
}

.le-notifications{
    background: rgba(0,0,0,0.8);
    margin: 0 auto;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 33;
    text-align: center;
    display: none;
}
.le-modal{
    background: rgba(0,0,0,0.8);
    margin: 0 auto;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 33;
    text-align: center;
    display: none;
}


/* Mobile Portrait */
@media (min-width: 300px) and (max-width: 767px) {
    .notification-icon{
        text-align: center;
        margin-top: 50%;
        color: #DFDFDF;
        font-size: 33px;
    }
    .notification-message{
        text-align: center;
        color: #DFDFDF;
        font-size: 25px;
        margin-top: 2%;
    }
    .app-sidebar{
        width: 100% !important;
        flex: 0 0 100% !important;
        transform: translateX(-100%);
        position: fixed;
    }
    .col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

/* Mobile Landscape */
@media (min-width: 300px) and (max-width: 767px) and (orientation: landscape) {
    .notification-icon{
        text-align: center;
        margin-top: 17%;
        color: #DFDFDF;
        font-size: 33px;
    }
    .notification-message{
        text-align: center;
        color: #DFDFDF;
        font-size: 25px;
        margin-top: 2%;
    }
    .app-sidebar{
        width: 100% !important;
        flex: 0 0 100% !important;
        transform: translateX(-100%);
        position: fixed;
    }
}

/* Tablets Portrait */
@media (min-width: 768px) and (max-height: 1024px) {
    .notification-icon{
        text-align: center;
        margin-top: 33%;
        color: #DFDFDF;
        font-size: 33px;
    }
    .notification-message{
        text-align: center;
        color: #DFDFDF;
        font-size: 25px;
        margin-top: 2%;
    }
}

/* Tablets Landscape */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .notification-icon{
        text-align: center;
        margin-top: 9%;
        color: #DFDFDF;
        font-size: 33px;
    }
    .notification-message{
        text-align: center;
        color: #DFDFDF;
        font-size: 25px;
        margin-top: 2%;
    }
}

/* Desktop */
@media (min-width: 1025px){
    .notification-icon{
        text-align: center;
        margin-top: 15%;
        color: #DFDFDF;
        font-size: 33px;
    }
    .notification-message{
        text-align: center;
        color: #DFDFDF;
        font-size: 25px;
        margin-top: 2%;
    }
    
    .app-sidebar {
        width: 222px !important;
        min-width: 222px !important;
        flex: 0 0 222px !important;
    }
    .fixed-sidebar .app-main .app-main__outer {
        padding-left: 222px !important;
    }
}


/* overwrite theme.css*/
.vertical-nav-menu li a{
    padding: 0 1.5rem 0 11px !important;
}
.vertical-nav-menu li span {
    padding: 0 1.5rem 0 11px !important;
}
.vertical-nav-menu li span {
    display: block;
    line-height: 2.4rem;
    height: 2.4rem;
    padding: 0 1.5rem 0 45px;
    position: relative;
    border-radius: .25rem;
    color: #343a40;
    white-space: nowrap;
    transition: all .2s;
    margin: .1rem 0;
}
.mercadolibre-color{
    background: #fff159;
}
.mercadolibre-botton{
    background: #286efa;
    color: #FFF;
}
.app-sidebar .scrollbar-sidebar{
    overflow-y: auto;
}
.welcome{
    text-align: center;
}
.welcome .icon{
    font-size: 111px;
}
.welcome .hola{
    font-size: 50px;
}
.welcome .mensaje{
    font-size: 20px;
}
.dw-menu{
    cursor: pointer;
}
.section-titles{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    color: #3f6ad8;
    white-space: nowrap;
    position: relative;
    line-height: 33px;
}
.dw-table thead{
    background: #DFDFDF;
}
.dw-table thead th{
    font-weight: normal;
}
.dw-link{
    cursor: pointer;
    text-decoration: underline;
    color: #286efa;
}
.btn-line{
    /*
    bottom:0;
    position: absolute;
    */
}
.line-height-lg-90{
    line-height: 90px;
}
.texto-principal{
    font-size: 20px;
}
.noclaim{
    font-weight: bolder;
    color: #7fff00;
}
.claim{
    font-weight: bolder;
    color: #dc143c;
}
.cursor{
    cursor: pointer;
}
.cursor:hover{
    color: #3f6ad8;
}
.nostyles-table tbody tr:hover{
    background-color: transparent   ;
}
.spaceicons{
    padding: 0px 9px 0px 9px;
}
.modal{
    display: block;
}
.blurred{
    background:rgba(0, 111, 200, 0.15)
}
.highlight{
    background:rgba(60, 179, 113, 0.75)
}
.notes-scroller{
    height: 150px;
    overflow-y: auto;
    border: 1px solid #DFDFDF;
    border-radius: 5px;
}
.sticky-color{
    color: #007bff;
}
.reddark{
    color: darkred;
}
#overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    color: rgba(130, 130, 130, 0.5);
    font-size: 50px;
    text-align: center;
    line-height: 100px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  }
  .lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
  }
  .lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
  }
  .lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
  }
  .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
  }
  @keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  #inTurnBlurringTextG{
    text-align: center;
	margin:auto;
}

.inTurnBlurringTextG{
	color:transparent;
	font-family:Arial;
	text-decoration:none;
	font-weight:normal;
	font-style:normal;
	text-shadow: rgba(255,255,255,0) 0 0 0;
	animation-name:bounce_inTurnBlurringTextG;
		-o-animation-name:bounce_inTurnBlurringTextG;
		-ms-animation-name:bounce_inTurnBlurringTextG;
		-webkit-animation-name:bounce_inTurnBlurringTextG;
		-moz-animation-name:bounce_inTurnBlurringTextG;
	animation-duration:2.09s;
		-o-animation-duration:2.09s;
		-ms-animation-duration:2.09s;
		-webkit-animation-duration:2.09s;
		-moz-animation-duration:2.09s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
        -moz-animation-direction:normal;
    display: inline;
    font-size: 50px;
    letter-spacing: 15px;
}

#inTurnBlurringTextG_1{
	animation-delay:0.75s;
		-o-animation-delay:0.75s;
		-ms-animation-delay:0.75s;
		-webkit-animation-delay:0.75s;
		-moz-animation-delay:0.75s;
}
#inTurnBlurringTextG_2{
	animation-delay:0.9s;
		-o-animation-delay:0.9s;
		-ms-animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
		-moz-animation-delay:0.9s;
}
#inTurnBlurringTextG_3{
	animation-delay:1.05s;
		-o-animation-delay:1.05s;
		-ms-animation-delay:1.05s;
		-webkit-animation-delay:1.05s;
		-moz-animation-delay:1.05s;
}
#inTurnBlurringTextG_4{
	animation-delay:1.2s;
		-o-animation-delay:1.2s;
		-ms-animation-delay:1.2s;
		-webkit-animation-delay:1.2s;
		-moz-animation-delay:1.2s;
}
#inTurnBlurringTextG_5{
	animation-delay:1.35s;
		-o-animation-delay:1.35s;
		-ms-animation-delay:1.35s;
		-webkit-animation-delay:1.35s;
		-moz-animation-delay:1.35s;
}
#inTurnBlurringTextG_6{
	animation-delay:1.5s;
		-o-animation-delay:1.5s;
		-ms-animation-delay:1.5s;
		-webkit-animation-delay:1.5s;
		-moz-animation-delay:1.5s;
}
#inTurnBlurringTextG_7{
	animation-delay:1.64s;
		-o-animation-delay:1.64s;
		-ms-animation-delay:1.64s;
		-webkit-animation-delay:1.64s;
		-moz-animation-delay:1.64s;
}
#inTurnBlurringTextG_8{
	animation-delay:1.79s;
		-o-animation-delay:1.79s;
		-ms-animation-delay:1.79s;
		-webkit-animation-delay:1.79s;
		-moz-animation-delay:1.79s;
}

@keyframes bounce_inTurnBlurringTextG{
	0%{ text-shadow: #DFDFDF 0 0 0; }
	100%{ text-shadow: rgba(255,255,255,0) 0 0 19px; }
}
@-o-keyframes bounce_inTurnBlurringTextG{
	0%{ text-shadow: #DFDFDF 0 0 0; }
	100%{ text-shadow: rgba(255,255,255,0) 0 0 19px; }
}
@-ms-keyframes bounce_inTurnBlurringTextG{
	0%{ text-shadow: #DFDFDF 0 0 0; }
	100%{ text-shadow: rgba(255,255,255,0) 0 0 19px; }
}
@-webkit-keyframes bounce_inTurnBlurringTextG{
	0%{ text-shadow: #DFDFDF 0 0 0; }
	100%{ text-shadow: rgba(255,255,255,0) 0 0 19px; }
}
@-moz-keyframes bounce_inTurnBlurringTextG{
	0%{ text-shadow: #DFDFDF 0 0 0; }
	100%{ text-shadow: rgba(255,255,255,0) 0 0 19px; }
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    max-height: 80% !important;
    overflow: auto !important;
}
.modal-body{
    width: 100% !important;
    max-width: 100% !important;
    max-height: 500px !important;
}
.modal-dialog{
    width: 80% !important;
    max-width: 80% !important;
}
.phonestop-color{
    background: #f2f1ed;
}
.app-main.phonestop-color{
    margin: 0 auto;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 222px;
    right: 0;
    padding-top: 9%;
}