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

.password-container{
  position: relative;
}
.password-container #togglePassword{
  position: absolute;
  right: 32px;
  top: 50px;
  transform: translateY(-50%);
  cursor: pointer;
}
#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: 60px;
  height: 60px;
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
  height: 60px !important;
  width: 60px !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;
  background-color: #e85e6c !important;
  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: #f07180 !important;
  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 #3f51b5 !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: #3f51b5;
  color: #3f51b5;
  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% {
    /* Comentado para evitar que el Spinner cambie de colores */
    /*-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: #fff !important;
  z-index: 0;
}

.error-page-panel .panel-hdr h2 {
  background-color: #3f51b5;
  color: #fff;
}

.error-page-panel .panel-content h2 {
  color: #3f51b5 !important;
}

.error-page-panel .panel-container .btn-danger {
  background-color: #3f51b5 !important;
  border:none !important;
}

.error-page-panel .panel-container .btn-danger:hover {
  background-color: #4c5dc1 !important;
  color: #fff !important;
  border-color:  #3f51b5 !important;
}

/* 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: #cfdbe8;
  padding: 1%;
  border-left: solid 3px #29ac9f;
}

.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;

}

.btn {
  box-shadow: none !important;
}

.btn-success {
  background-color: #3f51b5 !important;
  color: #fff !important;
  border-color:  #4c5dc1 !important;
}

.btn-success:hover {
  background-color: #4c5dc1 !important;
  color: #fff !important;
  border-color:  #3f51b5 !important;
}

.page-link {
  color: #3f51b5 !important;
}

.page-item.active .page-link {
  background-color: #3f51b5 !important;
  border-color: #3f51b5 !important;
  color: #fff !important;
}

.form-control:focus {
  border-color: #3f51b5 !important;
  box-shadow: rgb(63, 81, 181) 0px 0px 0px 1px inset !important;
}

.dropdown-header.bg-trans-gradient, .header-btn[data-class='mobile-nav-on'] {
  background: linear-gradient(250deg, #34476e, rgba(16, 22, 58, 0.835)) !important;
  border:none !important;
}

.dropdown-item:active {
  background-color: #3f51b5 !important;
  color: #fff !important;
}

.fa-2x {
  font-size: 1.5em !important;
}
