body {
  margin: 0;
  padding: 0;
  background-color: #17a2b8;
  height: 100vh;
}

@media (min-width: 992px) {
  .page-content {
    padding: 1.5rem 0.5rem !important;
  }
}

.spi-query-text{
  font-size: 0.9rem;
}

.div-logo{
  background: #f8f8f8;
  width: 50%;
  height: 0;
  padding-top: 50%;
  margin-left: 23%;
  margin-top: 8%;
  border-radius: 50%;
  position: relative;
  margin-bottom: 5%;
}

.img-logo{
  width: 70%;
  height: 70%;
  opacity: 0.8 !important;
  position: absolute;
  top: 18%;
  left: 17%;
}

.badge-status-text{
  font-size: 0.9375rem !important;
}

.link-payment{
  color: #0d6efd !important;
  text-decoration: underline !important;
  font-size: 0.9375rem !important;
}

.page-sidebar{
  width: 15.875rem !important;
  max-width: 15.875rem !important;
}

.page-logo{
  width: 15.875rem !important;
  max-width: 15.875rem !important;
}

.icon-td{
  font-size: large;
}

.color-ground{
  color: #73441D;
}

.color-info{
  color: #2196f3;
}

.color-warning{
  color: #ffc241;
}

.color-success{
  color: #1dc9b7;
}

.color-danger{
  color: #fd3939;
}

.color-rejected{
  color: #9d41ff;
}

.color-neutral{
  color:#868e96;
}

.form-content{
  border: solid 1px #e8e8e8;
  margin: 1%;
  border-radius: 3px;
}

.button-disabled{
  opacity: .65;
  pointer-events: none;
}

.panel-container-border{
  border-bottom: solid 1px #e8e8e8;
  border-right: solid 1px #e8e8e8;
  border-left: solid 1px #e8e8e8;
}

.panel-container-border-all{
  border: solid 1px #e8e8e8;
}

.icon-spi{
  margin-right: 0.5rem;
  font-size: 1.125rem;
  text-align: left;
}

.icon-spi:before {
  content: '';
  background-image: url(../img/icons/SPI.svg);
  height: 1.75rem;
  width: 1.75rem;
  display: inline-flex;
  mix-blend-mode: color-dodge;
}

.icon-cas{
  margin-right: 0.5rem;
  font-size: 1.125rem;
  text-align: left;
}

.icon-cas:before {
  content: '';
  background-image: url(../img/icons/SPI.svg);
  height: 1.75rem;
  width: 1.75rem;
  display: inline-flex;
  mix-blend-mode: color-dodge;
}

.icon-api{
  background-image: url(../img/icons/API.svg);
  height: 1.75rem;
  margin-right: 0.25rem;
  font-size: 1.125rem;
  width: 1.75rem;
  text-align: left;
}
.icon-config{
  background-image: url(../img/icons/configuracion.svg);
  height: 1.75rem;
  margin-right: 0.25rem;
  font-size: 1.125rem;
  width: 1.75rem;
  text-align: left;
}

#login{
background-color: #17a2b8;
margin: 0;
padding: 0;
height: 100vh;
}
#login .container #login-row #login-column #login-box {
margin-top: 120px;
max-width: 600px;
min-height: 320px;
border: 1px solid #9C9C9C;
background-color: #EAEAEA;
}
#login .container #login-row #login-column #login-box #login-form {
padding: 20px;
}
#login .container #login-row #login-column #login-box #login-form #register-link {
margin-top: -85px;
}
.margin-top-10{
margin-top:10px;
}

thead{
font-size: 12px;
}
tbody{
font-size: 12px;
}

.div-spin{
height: 200px !important;
width: 200px !important;
}

.cursor-pointer{
cursor: pointer;
}

.card-header .fa {
transition: .3s transform ease-in-out;
}
.card-header .collapsed .fa {
transform: rotate(90deg);
}

#logs-table-detail tbody tr{
font-family: “Courier New”, Courier, monospace;
}
#logs-table-detail{
word-break: break-word;
}
#div-logs{
height: 240px;
overflow-x:hidden;
overflow-y: scroll;
}

#div-log-level{
margin-top: 10px;
margin-bottom: 10px;
padding-right: 25px;
}

.chart {
position: relative;
display: inline-block;
width: 50px;
height: 50px;
margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}
.chart canvas {
position: absolute;
top: 0;
left: 0;
height: 48px !important;
width: 48px !important;
}
.percent {
display: inline-block;
line-height: 55px;
font-size: 12px;
z-index: 2;
}
.percent:after {
content: '%';
margin-left: 0.1em;
font-size: .8em;
}

.tree-color-child{
background-color: dodgerblue;
color: white;
opacity: 0.7;
}

.font-size-12{
font-size: 12px;
}
.font-size-11{
font-size: 11px;
}

.color-green{
color:green;
}

.color-red{
color:red;
}

#modalSuccess{
z-index: 2050;
}
.modal-confirm {
color: #636363;
width: 325px;
}
.modal-confirm .modal-content {
padding: 20px;
border-radius: 5px;
border: none;
}
.modal-confirm .modal-header {
border-bottom: none;
position: relative;
}
.modal-confirm h4 {
text-align: center;
font-size: 26px;
margin: 30px 0 -15px;
}
.modal-confirm .form-control, .modal-confirm .btn {
min-height: 40px;
border-radius: 3px;
}
.modal-confirm .close {
position: absolute;
top: -5px;
right: -5px;
}
.modal-confirm .modal-footer {
border: none;
text-align: center;
border-radius: 5px;
font-size: 13px;
}
.modal-confirm .icon-box {
color: #fff;
position: absolute;
margin: 0 auto;
left: 0;
right: 0;
top: -70px;
width: 95px;
height: 95px;
border-radius: 50%;
z-index: 9;
background: #82ce34;
padding: 3px;
text-align: center;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.modal-confirm .icon-box i {
font-size: 58px;
position: relative;
top: 3px;
font-style: normal;
}
.modal-confirm.modal-dialog {
margin-top: 80px;
}
.modal-confirm .btn {
color: #fff;
border-radius: 4px;
background: #82ce34;
text-decoration: none;
transition: all 0.4s;
line-height: normal;
border: none;
}
.modal-confirm .btn:hover, .modal-confirm .btn:focus {
background: #6fb32b;
outline: none;
}

#modalError{
z-index: 2051;
}
.modal-error {
color: #434e65;
width: 525px;
}
.modal-error .modal-content {
padding: 20px;
font-size: 16px;
border-radius: 5px;
border: none;
}
.modal-error .modal-header {
background: #e85e6c;
border-bottom: none;
position: relative;
text-align: center;
margin: -20px -20px 0;
border-radius: 5px 5px 0 0;
padding: 35px;
}
.modal-error h4 {
text-align: center;
font-size: 36px;
margin: 10px 0;
}
.modal-error .form-control, .modal-confirm .btn {
min-height: 40px;
border-radius: 3px;
}
.modal-error .close {
position: absolute;
top: 15px;
right: 15px;
color: #fff;
text-shadow: none;
opacity: 0.5;
}
.modal-error .close:hover {
opacity: 0.8;
}
.modal-error .icon-box {
color: #fff;
position: absolute;
margin: 0 auto;
left: 0;
right: 0;
top: -70px;
width: 95px;
height: 95px;
border-radius: 50%;
z-index: 9;
background: #e85e6c;
border:3px solid #fff;
padding: 3px;
text-align: center;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.modal-error .icon-box i {
font-size: 58px;
margin: -2px 0 0 0;
font-style: normal;
}
.modal-error.modal-dialog {
margin-top: 80px;
}
.modal-error .btn {
color: #fff;
border-radius: 4px;
background: #e85e6c;
text-decoration: none;
transition: all 0.4s;
line-height: normal;
border-radius: 30px;
margin-top: 10px;
padding: 6px 20px;
min-width: 150px;
border: none;
}
.modal-error .btn:hover, .modal-confirm .btn:focus {
background: #eda645;
outline: none;
}
#modalWarn{
z-index: 2056;
}
.modal-warn {
color: #434e65;
width: 525px;
}
.modal-warn .modal-content {
padding: 20px;
font-size: 16px;
border-radius: 5px;
border: none;
}
.modal-warn .modal-header {
background: orange;
border-bottom: none;
position: relative;
text-align: center;
margin: -20px -20px 0;
border-radius: 5px 5px 0 0;
padding: 35px;
}
.modal-warn h4 {
text-align: center;
font-size: 36px;
margin: 10px 0;
}
.modal-warn .form-control, .modal-confirm .btn {
min-height: 40px;
border-radius: 3px;
}
.modal-warn .close {
position: absolute;
top: 15px;
right: 15px;
color: #fff;
text-shadow: none;
opacity: 0.5;
}
.modal-warn .close:hover {
opacity: 0.8;
}
.modal-warn .icon-box {
color: #fff;
position: absolute;
margin: 0 auto;
left: 0;
right: 0;
top: -70px;
width: 95px;
height: 95px;
border-radius: 50%;
z-index: 9;
background: orange;
border:3px solid #fff;
padding: 3px;
text-align: center;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.modal-warn .icon-box i {
font-size: 58px;
margin: -2px 0 0 0;
font-style: normal;
}
.modal-warn.modal-dialog {
margin-top: 80px;
}
.modal-warn .btn {
color: #fff;
border-radius: 4px;
background: #eeb711;
text-decoration: none;
transition: all 0.4s;
line-height: normal;
border-radius: 30px;
margin-top: 10px;
padding: 6px 20px;
min-width: 150px;
border: none;
}
.modal-warn .btn:hover, .modal-confirm .btn:focus {
background: #eda645;
outline: none;
}
.trigger-btn {
display: inline-block;
margin: 100px auto;
}

.padding-0{
padding: 0px;
}
/*Borders*/
.border-left-primary {
  border-left: 0.25rem solid #4e73df !important;
}

.border-bottom-primary {
  border-bottom: 0.25rem solid #4e73df !important;
}

.border-left-secondary {
  border-left: 0.25rem solid #858796 !important;
}

.border-bottom-secondary {
  border-bottom: 0.25rem solid #858796 !important;
}

.border-left-success {
  border-left: 0.25rem solid #1cc88a !important;
}

.border-bottom-success {
  border-bottom: 0.25rem solid #1cc88a !important;
}

.border-left-info {
  border-left: 0.25rem solid #36b9cc !important;
}

.border-bottom-info {
  border-bottom: 0.25rem solid #36b9cc !important;
}

.border-left-warning {
  border-left: 0.25rem solid #f6c23e !important;
}

.border-bottom-warning {
  border-bottom: 0.25rem solid #f6c23e !important;
}

.border-left-danger {
  border-left: 0.25rem solid #e74a3b !important;
}

.border-bottom-danger {
  border-bottom: 0.25rem solid #e74a3b !important;
}

.border-left-light {
  border-left: 0.25rem solid #f8f9fc !important;
}

.border-bottom-light {
  border-bottom: 0.25rem solid #f8f9fc !important;
}

.border-left-dark {
  border-left: 0.25rem solid #5a5c69 !important;
}

.border-bottom-dark {
  border-bottom: 0.25rem solid #5a5c69 !important;
}


/**/


.pixel-loader {
  width: 10px;
  height: 10px;
  background: #f35626;
  color: #f35626;
  margin: 80px auto;
  box-shadow: 15px 15px 0 0, -15px -15px 0 0, 15px -15px 0 0, -15px 15px 0 0, 0 15px 0 0, 15px 0 0 0, -15px 0 0 0, 0 -15px 0 0;
  animation: anim 2s linear infinite;
}
@keyframes anim {
  0% {
    -webkit-filter: hue-rotate(0deg);
  }
  50% {
    box-shadow: 20px 20px 0 0, -20px -20px 0 0, 20px -20px 0 0, -20px 20px 0 0, 0 10px 0 0, 10px 0 0 0, -10px 0 0 0, 0 -10px 0 0;
  }
  75% {
    box-shadow: 20px 20px 0 0, -20px -20px 0 0, 20px -20px 0 0, -20px 20px 0 0, 0 10px 0 0, 10px 0 0 0, -10px 0 0 0, 0 -10px 0 0;
  }
  100% {
    transform: rotate(360deg);
    -webkit-filter: hue-rotate(360deg);
  }
}

.hidden{
  display: none !important;
}

.margin-top-20{
  margin-top: 20px;
}
.col-centered {
  float:none;
  margin:auto !important;
  display: block;


}

/*Margin*/
.margin-top-10{
  margin-top:10px;
}
.margin-top-15{
  margin-top:15px !important;
}
.margin-top-20{
  margin-top:20px;
}
.margin-top-25{
  margin-top:25px;
}
.margin-top-30{
  margin-top:30px;
}

/* Select*/
.placeholder-select option {
  color: #000000;
}
.placeholder-select option:first-child {
  color: #444444;
  font-style: italic;
  font-weight: bold;
}
.placeholder-select.empty {
  color: #7F7F7F;
}


/*Table rtlogmon*/
.table.table-reduced th, .table.table-reduced .table td {
  padding-top: 0.2rem !important;
  padding-bottom: 0.2rem !important;
}
.table-col-1{
  width: calc(1 * 100% / 12);
}
.table-col-2{
  width: calc(2 * 100% / 12);
}
.table-col-3{
  width: calc(3 * 100% / 12);
}
.table-col-4{
  width: calc(4 * 100% / 12);
}
.table-col-5{
  width: calc(5 * 100% / 12);
}
.table-col-6{
  width: calc(6 * 100% / 12);
}

/* ACL */

.title-icon {
  margin-right: 10px;
}

.panel-tag.marker-div {
  margin-bottom: .5rem !important;
}

.panel-tag.botonera {
  border-left: 0px !important;
}

h1.page-header {
  background-color: #eef7fd !important;
}

.panel-hdr h2 {
  background-color: #eef7fd;
}


/* SLIDER RANGE*/

.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #4CAF50;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #4CAF50;
  cursor: pointer;
}
/*Extras css*/
.header-icon:not(.btn)[data-toggle="dropdown"][aria-expanded="true"]:after {
  opacity: 0 !important;
}

.column-count-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.truncated-hoverable {
  width: inherit;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.truncated-hoverable:hover {
  position: absolute;
  width: fit-content;
  max-width: none;
  z-index: 100;
  overflow: visible;
  background-color: lightgoldenrodyellow;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #1cc88a !important;
  background-color: #1cc88a !important;
}

body{background: #e9ecef !important;}

.text-muted{color:#fff !important}

.dashTit{
  font-weight: bold;
  font-size: x-large;
  background: #eef7fd;
  padding: 1rem 1rem;
  border-left: solid 3px #1dc9b7;
  color: #3e93d6;
  opacity: 1 !important;
  margin-bottom: 1rem;
  border-radius: 0px 8px 8px 0px;
}

.card-box {
  position: relative;
  color: #fff;
  padding: 12px 10px 14px;
  /*margin-top: 5%;*/

}
.card-box:hover {
  text-decoration: none;
  color: #f1f1f1;
}
/*.card-box:hover .icon i {
  font-size: 100px;
  transition: 1s;
  -webkit-transition: 1s;
}*/
.card-box .inner {
  padding: 5px 10px 0 10px;
}
.card-box h3 {
  font-size: 27px;
  font-weight: bold;
  margin: 0 0 8px 0;
  white-space: nowrap;
  padding: 0;
  text-align: left;
}
.card-box p {
  font-size: 15px;
}
.card-box .icon {
  position: absolute;
  top: auto;
  bottom: 5px;
  right: 5px;
  z-index: 0;
  font-size: 72px;
  color: rgba(0, 0, 0, 0.15);
  padding: 2%;
}
.card-box .card-box-footer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  text-align: center;
  padding: 3px 0;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  text-decoration: none;
}
.card-box:hover .card-box-footer {
  background: rgba(0, 0, 0, 0.3);
}
.bg-blue {
  background-color: #00c0ef !important;
}
.bg-green {
  background-color: #00a65a !important;
}
.bg-orange {
  background-color: #f39c12 !important;
}
.bg-red {
  background-color: #d9534f !important;
}

.conten-list{overflow-y: scroll;overflow-x:inherit;max-height: 60%;border: solid 1px #ebebeb;}

.tit-list{font-weight: 500;
  font-size: 17px;}

::-webkit-scrollbar{
  width: 12px;
  background-color: #fff;
}
::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #fff;
}
::-webkit-scrollbar-thumb{
  border-radius: 5px;
  background-color: #c2e2df;

}
.nav-menu li.active > a {

  background-color: #48535e !important;

}