html,
body {
  font-size: 12px !important;
  height: auto;
  min-height: 100%;
}
i {
  font-size: 15px !important;
}
p,
strong,
th {
  text-align: left !important;
  text-transform: lowercase;
}
p::first-letter,
th::first-letter,
strong::first-letter {
  text-transform: uppercase;
}

.btn-sm {
  font-size: 12px !important;
}
body.background-login {
  background: #333;
}
#login {
  background: #fff;
  padding: 3pc;
  border-radius: 3%;
  color: #333;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(234, 236, 236, 1);
  -moz-box-shadow: 0px 0px 14px 0px rgba(234, 236, 236, 1);
  box-shadow: 0px 0px 14px 0px rgba(234, 236, 236, 1);
}

#login input,
#login .input-group-text {
  color: #333;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0px;
}
#login .form-control:focus {
  background-color: none;
  border-color: none;
  outline: 0;
  box-shadow: 0 0 0 0;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0px;
  margin-bottom: 0px;
  list-style: none;
  background-color: #ffffff;
  border-radius: 0.25rem;
}
.btn-secondary {
  color: #fff;
  background-color: #003977;
  border-color: #003977;
}
.btn-crm {
  background: #039bda;
}
.bg-crm-dark {
  background: #003977;
}
.bg-crm-blue {
  background: #003977;
}
.bg-crm {
  background: #eaecec;
}
.btn-message button {
  border-right: 4px solid #039bda;
}
.btn-message button:last-child {
  border-right: initial;
}
header .input-group-text {
  border: none;
}
header .form-control {
  border: 0px solid #ced4da;
  background-color: #e9ecef;
}
header {
  z-index: 3;
  background: #f0f0f0;
}
#accordion {
  z-index: 2;
  /*overflow-y: scroll;*/
  height: 100%;
}
#accordion .form-control,
#accordion .input-group-text {
  /*border: 0px solid #ced4da;*/
  font-size: 12px !important;
  display: flex;
  align-items: center;
}

a.Menu1 {
  font-size: 12px !important;
}

#accordion .card-header {
  padding: 0 1.25rem;
  margin-bottom: 0;
  border-bottom: 0px solid rgba(0, 0, 0, 0.125);
}
#accordion .card-header label.form-control:hover {
  cursor: pointer;
  text-decoration: none;
}
#accordion a:hover {
  text-decoration: none;
}
a {
  color: #000;
}
a:hover {
  text-decoration: none;
}
a.crm-link {
  color: rgb(255, 255, 255);
}
a.crm-link:hover {
  color: #ff8e23;
  text-decoration: none;
}
@media only screen and (max-width: 700px) {
}

.modal-lg {
  max-width: 1200px;
}
.modal-content {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.div-spiner {
  position: relative;
}
.container-spinner {
  width: 0px;
  height: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  z-index: 999999;
  transform: translate(50%, 50%);
  height: 60vh;
}
#modal > .container-spinner {
  width: 0px;
  height: 0px;
  position: absolute;
  top: 40%;
  left: 50%;
  margin: -25px 0 0 -25px;
  z-index: 999999;
  transform: translate(50%, 50%);
  height: 0px;
}

.container-load-spinner {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 5%;
  left: 48%;
  margin: -25px 0 0 -25px;
  z-index: 5;
}
.container-normal-spinner {
  padding: 0px 70px;
}
.spinner,
.spinner:after {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: rgba(0, 0, 0, 0.1);
  width: 8em;
  height: 8em;
  border-radius: 50%;
  border-left-color: #039bda;
  animation: spin 1s ease infinite;
}

#form_load > .container-spinner {
  width: 35px;
  height: 0px;
  position: initial;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 0px;
  z-index: 999999;
  transform: none;
  height: 0;
}

#form_load > .container-spinner > .spinner {
  width: 3em;
  height: 3em;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0.1;
  background: #4c4c4c6a;
}
.loader-footer-filter {
  filter: blur(4px);
}
@keyframes spinner-loading {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
/* style for table */
.table td,
.table th.pr-0 {
  padding-right: 0% !important;
}
tbody {
  font-size: 12px !important;
}
.vertical-align-middle {
  vertical-align: middle !important;
}
#pathdir {
  color: #fff;
  background: #003977;
  /*font-weight: bold;*/
}
.p-descripcion {
  line-height: 1.3;
  letter-spacing: 0.6;
}
.modal {
  z-index: 1042 !important;
}
.table-active > td {
  background-color: rgb(236, 236, 236);
}
td.seccion {
  border-left: 1px solid black;
  border-right: 1px solid black;
}
thead.table-active {
  background-color: rgb(0, 57, 119);
  color: #fff;
}
.modal-header {
  background: #333;
  color: #fff;
}

.col-xl-2 .card,
.col-xl-2 .form-control,
.col-xl-2 .input-group-text {
  background: none;
  color: #ced4da;
}
.Menu1 {
  cursor: pointer;
}
.card .Menu1 a {
  text-align: left;
}
.card .Menu1 :hover,
.dropdown-toggle .Menu1:hover {
  background: #003977 !important;
  color: #eaecec !important;
}
.siderbar {
  height: 100vh;
  background: #333;
  position: fixed;
  z-index: 1032;
}
.bg-crm-black {
  background: #333;
  color: #eeeeee !important;
}
/*.btn :hover {
  background: #039bda !important;
  color: #eeeeee !important;
}*/
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: none;
}
#form_buscar .input-group-text {
  color: #ced4da;
  background-color: #333;
  border: 1px solid #333;
}

.dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #003977;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

.close {
  color: #fff;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #003977;
  border-color: #003977;
}
#form_save .input-group-text {
  min-width: 11.3em;
}

#form_save .input-group-text.price {
  min-width: inherit !important;
}
.scroll-y {
  overflow-y: scroll;
  max-height: 45vh;
}
.scroll-y .container-spinner {
  width: 20%;
  height: 0px;
  position: inherit;
  top: 50%;
  left: 50%;
  margin: 0px 6px 0px 0px;
  z-index: 999999;
  transform: translate(50%, 50%);
  height: 0;
}

.scroll-y .container-spinner .spinner {
  width: 3em;
  height: 3em;
}

.scroll-sec {
  min-height: 20vh;
  max-height: 20vh;
  overflow-y: scroll;
}

.pointer {
  cursor: pointer !important;
}
.table-color-dark {
  background-color: rgb(51, 51, 51) !important;
}
