/**
 * /*Menu vertical bootstrap
 *
 * @format
 */

/*
    DEMO STYLE
*/

.input {
  text-transform: lowercase;
}
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
.navbar {
  padding: 15px 10px;
  background: #045aaa !important;
  border: none;
  color: #ffffff;
  border-radius: 0;
  margin-bottom: 40px;
  box-shadow: 1px 1px 3px rgba(17, 233, 17, 0.1);
}

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #fff;
  margin: 40px 0;
}

/* ---------------------------------------------------
        SIDEBAR STYLE
    ----------------------------------------------------- */

.wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
  /*background: url(http://www.solofondos.com/wp-content/uploads/2015/11/agua-en-movimiento-diseno-hd-1604.jpg) no-repeat center top;
        */
  color: white;

  background: #03091e !important;
  font-family: Verdana;
  font-size: 13px;
}
.bd-sidebar{
  background: #045aaa !important;
  color: #dad6d6;
}
#sidebar {
  min-width: 200px;
  max-width: 200px;
  background: #045aaa !important;
  color: #dad6d6;
  transition: all 0.3s;
}

#sidebar.active {
  margin-left: -250px;
}

#sidebar .sidebar-header {
  padding: 20px;
  background: #03091e !important;
}

#sidebar ul.components {
  padding: 22px 0;
  border-bottom: 1px solid #47748b;
  position: fixed;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar ul li a {
  padding: 8px;
  font-size: 1.1em;
  display: block;
}

#sidebar ul li a:hover {
  color: #bdc1cf;
  background: #0e0909;
}

#sidebar ul li.active > a,
a[aria-expanded="true"] {
  color: #fff;
  background: #1b2a47;
}

a[data-toggle="collapse"] {
  position: relative;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 60%;
  right: 10px;
  transform: translateY(-50%);
}

ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #03091e !important;
}

ul.CTAs {
  padding: 10px;
}

ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
}

a.download {
  background: #fff;
  color: #7386d5;
}

a.article,
a.article:hover {
  background: #6d7fcc !important;
  color: #fff !important;
}

/* ---------------------------------------------------
        CONTENT STYLE
    ----------------------------------------------------- */

#content {
  width: 100%;
  padding: 0px;
  min-height: 100vh;
  transition: all 0.3s;
  background: #03091e !important;
}

/* ---------------------------------------------------
        MEDIAQUERIES
    ----------------------------------------------------- */

@media (max-width: 768px) {
  #sidebar {
    margin-left: -250px;
  }
  #sidebar.active {
    margin-left: 0;
  }
  #sidebarCollapse span {
    display: none;
  }
}
/*--------------
        MI LOGIN 
        6LeS_AEeAAAAAOBZqG2JcyGi0qRSXhq1Iian-A6_
    ---------------*/

.crd {
  background-size: cover;
  background-color: transparent;
  background-repeat: no-repeat;
  background: url();
  margin-top: auto;
  margin-bottom: auto;
  background-color: rgba(0, 0, 0, 0.5) !important;
  opacity: 0.8;
}
/* ---------------------------------------------------
        MI PERSONALIZACION
    ----------------------------------------------------- */
/* area de trabajo y contenido*/
.area-trabajo {
  padding-left: -10px;
  padding-right: -10px;
  color: #fff;
  background: #0c1633;
  /* background:url(http://www.solofondos.com/wp-content/uploads/2015/11/agua-en-movimiento-diseno-hd-1604.jpg) no-repeat center top;
    */
}
.body {
  font-family: Verdana;
  text-transform: lowercase;
}

.container-fluid {
  /*codigo anterior 1b2a47 */
  background: #0c1633;
  font-size: 12px;
  color: white;
}
/* menu*/
#sidebar .sidebar-header {
  background: #1e2029;
}
#sidebar .sidebar-header h1,
#sidebar .sidebar-header h2,
#sidebar .sidebar-header h3,
#sidebar .sidebar-header h4,
#sidebar .sidebar-header h5,
#sidebar .sidebar-header h6 {
  color: #fff;
}
#sidebar a:hover {
  text-decoration: none;
} /*
    #sidebar a.dropdown-toggle{
        /*background: #1E2029;
    }*/
#sidebar ul li.active > a {
  background: transparent;
}
#sidebar ul li.active > a[aria-expanded="true"] {
  background: #1b2a47;
}
#sidebar ul li a {
  color: #fff;
}
#sidebar ul li a[aria-expanded="true"] {
  background: #1b2a47;
}
#sidebar ul p.title {
  font-size: 12px;
  color: gray;
}
#sidebar ul ul a {
  background: #1e2029;
}
#sidebar ul.components {
  border-bottom: 1px solid #c0c3c5;
}
#sidebar .sidebar-header {
  padding: 13px;
  height: 60px;
}
.navbar {
  height: 50px;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background: #1b2a47;
  color: #fff;
}
#sidebar ul li a i {
  margin-right: 10px;
}
.navbar .btn-info {
  background-color: #1b2a47;
  border-color: #020202;
  opacity: 0.2;
  transition: 300ms opacity ease-in-out;
}
.navbar:hover .btn-info {
  opacity: 1;
}
@media only screen and (max-width: 990px) {
  .navbar .btn-info {
    margin-left: 10px;
  }
}

.input-group-prepend span {
  width: 50px;
  background-color: rgb(18, 113, 255);
  color: black;
  border: 0 !important;
}
/*
input:focus {
  outline: 0 0 0 0 !important;
  box-shadow: 0 0 0 0 !important;
}*/

.remember {
  color: white;
}

.remember input {
  width: 20px;
  height: 20px;
  margin-left: 15px;
  margin-right: 5px;
}

.login_btn {
  color: rgb(245, 240, 240);
  background-color: rgb(6, 177, 43);
  width: 100px;
}

.login_btn:hover {
  color: black;
  background-color: white;
}

/*stylo de tabs de historial*/

nav > .nav.nav-tabs {
  border: none;

  border-radius: 0;
}
nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active {
  border: none;
  padding: 10px 10px;

  border-radius: 0;
}

nav > div a.nav-item.nav-link.active:after {
  content: "";
  position: relative;
  bottom: -60px;
  left: -10%;
  border: 13px solid transparent;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus {
  border: none;
  background: #0c1633;
  color: rgb(255, 255, 255);
  border-radius: 5px;
  transition: background 0.12s linear;
}

.cabeza {
  background: #03091e;
  width: 950px;
}

/*dashbord*/
body,
html {
  height: 100%;
}

/*
       * Off Canvas sidebar at medium breakpoint
       * --------------------------------------------------
       */
@media screen and (max-width: 992px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }

  .row-offcanvas-left .sidebar-offcanvas {
    left: -33%;
  }

  .row-offcanvas-left.active {
    left: 33%;
    margin-left: -6px;
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 33%;
    height: 100%;
  }
}

/*
       * Off Canvas wider at sm breakpoint
       * --------------------------------------------------
       */
@media screen and (max-width: 34em) {
  .row-offcanvas-left .sidebar-offcanvas {
    left: 0%;
  }

  .row-offcanvas-left.active {
    left: 45%;
    margin-left: -6px;
  }

  .sidebar-offcanvas {
    width: 45%;
  }
}
/*cambios en los inputs de la facturacion
      input:invalid:required {
        background:#1b2a47;
        color:#FBFBFB;
        outline: 0;
        border-width: 0 0 2px;
        border-color: rgb(17, 231, 9);
        border-left: 4mm ridge rgb(170, 50, 220, .6);
      }*/

[placeholder]:focus::-webkit-input-placeholder {
  transition: text-indent 0.4s 0.4s ease;
  text-indent: -100%;
  opacity: 1;
  color: white;
}
/**cambio s de historial*/
.tab-content {
  background: #0c1633;
  line-height: 20px;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
}
@import url(https://fonts.googleapis.com/css?family=Mr+Dafoe);
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:900);
@import url(https://fonts.googleapis.com/css?family=Righteous);
@import url(https://fonts.googleapis.com/css?family=Candal);

@import url(https://fonts.googleapis.com/css?family=Permanent+Marker);

@import url(https://fonts.googleapis.com/css?family=Monoton);
.vectro {
  position: relative;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.1px #f1f1f1;
  font-family: Verdana;
  font-size: 50px;
  margin: 5px 0 0 0;
  text-align: center;
}

.vectro:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*-webkit-animation:vectro_effect 0.067s infinite;*/
  background: repeating-linear-gradient(
    0deg,
    rgba(0791e6, 255, 255, 0.05) 0px,
    rgba(255, 255, 255, 0.05) 1px,
    rgba(255, 255, 255, 0) 1px,
    rgba(255, 255, 255, 0) 2px
  );
}

.windows .vectro {
  -webkit-text-stroke: 4px #f1f1f1;
}

.vectro-body {
  -webkit-background-clip: text;
  background-image: -webkit-linear-gradient(
    #c3bfb4 0%,
    #fdfcfa 50%,
    #e8e7e5 51%,
    #757172 52%,
    #e8e9db 100%
  );
  -webkit-filter: drop-shadow(2px 2px 15px #3f59f4);
}

.vectro-red {
  color: #f10c20;
  -webkit-text-fill-color: #f10c20;
  -webkit-text-stroke: 0;
  -webkit-filter: drop-shadow(2px 2px 15px #f10c20);
  font-style: italic;
  padding-right: 20px;
}

.windows .vectro-red {
  padding-right: 30px;
}

.vectro-green {
  color: #6bff2b;
  -webkit-text-fill-color: #6bff2b;
  -webkit-filter: drop-shadow(2px 2px 15px #6bff2b);
  -webkit-text-stroke: 0;
  font-style: italic;
  padding-right: 20px;
  margin-left: -20px;
}

.windows .vectro-green {
  padding-right: 30px;
  margin-left: -30px;
}

.vectro-blue {
  color: #3f59f4;
  -webkit-text-fill-color: #3f59f4;
  -webkit-filter: drop-shadow(2px 2px 15px #3f59f4);
  -webkit-text-stroke: 0;
  font-style: italic;
  padding-right: 20px;
  margin-left: -20px;
}

.windows .vectro-blue {
  padding-right: 30px;
  margin-left: -30px;
}
.titulo_biografia {
  color: #000000;
  font-weight: bold;
}
.btn_tabulados_agregar {
  width: 40px;
  height: 42px;
  padding: 5px 0 0 0;
  margin: 0 auto;
  background: #121f3d;
  border: 1px solid #33b1ff;
}

/*-input de los formularios modernos*/
.form-control {
  background-color: #000000;
  background: #000000;
  /*background: transparent;*/
  border: 1px solid #0a8ecd;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  padding: 0.1rem 2rem;
  width: 100%;
}

.form-control:hover,
.form-control:focus {
  background: #000000;
  color: #fff;
  border: 1px solid #fff;
  font-size: 12px;
  font-weight: bold;
}

.input_receta {
  background-color: #000000;
  background: #000000;
  /*background: transparent;*/
  border: 1px solid #0a8ecd;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  width: 100%;
}
.input_receta:hover,
.input_receta:focus {
  background: #000000;
  color: #fff;
  border: 1px solid #fff;
  font-size: 12px;
  font-weight: bold;
}

.btn {
  background: #121f3d;
  color: #33b1ff;
  border: 1px solid #33b1ff;
  width: -100%;
}

.sel {
  background-color: #03091e;
  background: 03091e;
  border: 1px solid #637b9d;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  padding: 0.75rem 1rem;
  width: 100%;
}
.inp_fact {
  background-color: #03091e;
  background: 03091e;
  border: 1px solid #637b9d;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  padding: 0.75rem 1rem;
  width: 100%;
}
.inpu_impresos_datos {
  background: #03091e;
  color: #fff;
}
.CTAFor
/*------------------------+
personalizacion de modal
---------------------*/
.modal-content {
  background: rgb(43, 42, 42);
  font-size: 12px;
  color: black;
}
.modal-header {
  background: #000000;
  font-size: 12px;
  color: white;
  font-weight: bold;
}
.modal-body {
  background: #000000;
  font-size: 12px;
  color: white;
  font-weight: bold;
}
.modal-footer {
  background: #000000;
  font-size: 12px;
  color: white;
  font-weight: bold;
}

/*
table,
thead,
th {
  background: #121f3d;
  font-size: 12px;
  color: white;
  font-weight: bold;
}
td {
  color: white;
  font-size: 12px;
}
*/
hr {
  color: black;
}
fieldset {
  border: 1px solid #ddd !important;
  margin: 0;
  xmin-width: 0;
  padding: 10px;
  position: relative;
  border-radius: 4px;
  padding-left: 10px !important;
}

legend {
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 0px;
  border: 1px solid rgb(94, 94, 94);
  border-radius: 4px;
}

@media all and (max-width: 500px) {
  .card-list {
    /* On small screens, we are no longer using row direction but column */
    flex-direction: column;
  }
}
.card {
  margin: 10px auto;
  border: 1px solid rgb(7, 7, 7);
  border-radius: 10px;
  box-shadow: 5px 5px 30px 7px rgba(0, 0, 0, 0.25),
    -5px -5px 30px 7px rgba(0, 0, 0, 0.22);
  cursor: grab;
  transition: 0.4s;
  background: #03091e;
  color: white;
  font-weight: bold;
}

.card-header {
  background: #03091e;
  border-radius: 10px;
  color: white;
  font-weight: bold;
}
.card-footer {
  background: #03091e;
  border-radius: 5px;
  color: white;
  font-weight: bold;
}
.card-body {
  background: #03091e;
  border-radius: 5px;
  color: white;
  font-weight: bold;
}
.cabeza__titlulos {
  background: #ba10c9;
  border-radius: 10px;
  color: white;
  font-weight: bold;
  padding: auto;
}
/*https://www.jsdelivr.com/package/npm/alertifyjs*/
/*<script src="https://cdn.jsdelivr.net/npm/alertifyjs@1.13.1/build/alertify.min.js" integrity="sha256-QFMAm4xflERDUh0NdY1pa0+MovGNNdM8gda//qDRH64=" crossorigin="anonymous"></script>*/
.fondo_high {
  background: #0f1725;
}
.contenido_fondo {
  background: #c9d9e4;
}
/* BEGIN TOP bar */
#top .navbar {
  margin-bottom: 0;
  border-top: 3px solid #cd0067;
}
#top .navbar-brand {
  padding: 0;
}
#top .topnav {
  margin: 10px 0;
  text-align: right;
}
@media (min-width: 768px) {
  #top .topnav {
    float: right;
  }
}
/* END TOP bar */
.topnav {
  margin: 10px 0;
  text-align: right;
}
@media (min-width: 768px) {
  #top .topnav {
    float: right;
  }
}
.quick-btn {
  background: #061de6;
  box-shadow: 0 0 0 1px #f8f8f8 inset, 0 0 0 1px #cccccc;
  color: #ffffff;
  display: inline-block;
  height: 80px;
  margin: 10px;
  padding-top: 16px;
  text-align: center;
  text-decoration: none;
  width: 90px;
  position: relative;
  border-radius: 2px;
}
.quick-btn span {
  display: block;
}
.quick-btn .label {
  position: absolute;
  right: -5px;
  top: -5px;
}
.quick-btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #4d7589;
}
.quick-btn.small {
  width: 40px;
  height: 30px;
  padding-top: 6px;
}
.simpleTable tr th:first-child,
.simpleTable tr td:first-child {
  text-align: center;
  width: 27px;
}
.fc-event.label {
  border: 1px solid #808080;
  color: #fff;
  font-size: 0.85em;
  cursor: default;
  background-color: #999999;
}
.fc-event.label.label-default {
  border-color: #6a6a6a;
  background-color: #777777;
}
.fc-event.label.label-default[href]:hover,
.fc-event.label.label-default[href]:focus {
  background-color: #5e5e5e;
}
.fc-event.label.label-primary {
  border-color: #2e6da4;
  background-color: #337ab7;
}
.fc-event.label.label-primary[href]:hover,
.fc-event.label.label-primary[href]:focus {
  background-color: #286090;
}
.fc-event.label.label-success {
  border-color: #4cae4c;
  background-color: #5cb85c;
}
.fc-event.label.label-success[href]:hover,
.fc-event.label.label-success[href]:focus {
  background-color: #449d44;
}
.fc-event.label.label-info {
  border-color: #46b8da;
  background-color: #5bc0de;
}
.fc-event.label.label-info[href]:hover,
.fc-event.label.label-info[href]:focus {
  background-color: #31b0d5;
}
.fc-event.label.label-warning {
  border-color: #eea236;
  background-color: #f0ad4e;
}
.fc-event.label.label-warning[href]:hover,
.fc-event.label.label-warning[href]:focus {
  background-color: #ec971f;
}
.fc-event.label.label-danger {
  border-color: #d43f3a;
  background-color: #d9534f;
}
.fc-event.label.label-danger[href]:hover,
.fc-event.label.label-danger[href]:focus {
  background-color: #c9302c;
}
/* END FULLCALENDAR STYLES */
/**botone en el dashboard*/
.btn_1_d {
  border-radius: 5px;
  background: #ce0a0a;
}
.btn_2_d {
  border-radius: 5px;
  background: #ddc643;
}
.btn_3_d {
  border-radius: 5px;
  background: #92580c;
}
.btn_4_d {
  border-radius: 5px;
  background: #024236;
}
.btn_5_d {
  border-radius: 5px;
  background: #054e32;
}
.btn_6_d {
  border-radius: 5px;
  background: #63107c;
}
.btn_7_d {
  border-radius: 5px;
  background: #110ec0;
}
.btn_8_d {
  border-radius: 5px;
  background: #df6806;
}
.btn_9_d {
  border-radius: 5px;
  background: #06df59;
}
.btn_10_d {
  border-radius: 5px;
  background: #df2706;
}
.breadcome-list {
  padding: 20px;
  background: #1b2a47;
  margin: 30px 0px;
}
.breadcomb-wp {
  display: flex;
}
.breadcomb-ctn {
  margin-left: 20px;
}
.breadcomb-icon i {
  font-size: 20px;
  color: #fff;
  padding: 15px;
  position: relative;
  border-radius: 5px;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  display: block;
  border-left: 1px solid #fff;
}
small {
  font-size: 15px;
}
/*BUTTON MODERNO CON ELEGANCIA*/
.fill:hover,
.fill:focus {
  box-shadow: inset 0 0 0 2em var(--hover);
}

.pulse:hover,
.pulse:focus {
  -webkit-animation: pulse 1s;
  animation: pulse 1s;
  box-shadow: 0 0 0 2em rgba(245, 243, 243, 0);
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}
.close:hover,
.close:focus {
  box-shadow: inset -3.5em 0 0 0 var(--hover), inset 3.5em 0 0 0 var(--hover);
}

.raise:hover,
.raise:focus {
  box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
  -webkit-transform: translateY(-0.25em);
  transform: translateY(-0.25em);
}

.up:hover,
.up:focus {
  box-shadow: inset 0 -3.25em 0 0 var(--hover);
}

.slide:hover,
.slide:focus {
  box-shadow: inset 6.5em 0 0 0 var(--hover);
}

.offset {
  box-shadow: 0.3em 0.3em 0 0 var(--color), inset 0.3em 0.3em 0 0 var(--color);
}
.offset:hover,
.offset:focus {
  box-shadow: 0 0 0 0 var(--hover), inset 6em 3.5em 0 0 var(--hover);
}

.fill {
  --color: #a972cb;
  --hover: #cb72aa;
}

.pulse {
  --color: #9e0e56;
  --hover: #002c8a;
}

.close {
  --color: #ff7f82;
  --hover: #ffdc7f;
}

.raise {
  --color: #ffa260;
  --hover: #e5ff60;
}

.up {
  --color: #e4cb58;
  --hover: #94e458;
}

.slide {
  --color: #8fc866;
  --hover: #66c887;
}

.offset {
  --color: #19bc8b;
  --hover: #1973bc;
}

button {
  color: var(--color);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
button:hover,
button:focus {
  border-color: var(--hover);
  color: #fff;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
/**otro estilo de step*/

.btn-secondary:focus {
  box-shadow: 0 0 0 0rem rgba(108, 117, 125, 0.5);
}

.close:focus {
  box-shadow: 0 0 0 0rem rgba(108, 117, 125, 0.5);
}

.mt-200 {
  margin-top: 200px;
}
/*boton rediseñado*/
#separar {
  padding: 3%;
  display: inline-block;
}

#boton4 {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 20px;
  font-weight: 500;
  padding: 0.5em 1.2em;
  background: #06df59;
  border: 2px solid;
  border-color: #ffffff;
  position: relative;
}
.boton4:hover {
  color: rgba(255, 255, 50, 1) !important;
  box-shadow: 0 4px 16px rgba(49, 138, 172, 1);
  transition: all 0.2s ease;
}
.top {
  margin-top: 80px;
}

h1 {
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
}

.drop__card,
.drop__data {
  display: flex;
  align-items: center;
}

.drop__card {
  justify-content: space-between;
  padding: 0.75rem 1.25rem 0.75rem 0.75rem;
  background-color: #03091e;
  box-shadow: 4px 4px 16px #e1e1e1, -2px -2px 16px #fff;
  margin-bottom: 20px;
  border-radius: 8px;
  font-family: Verdana;
}
.drop__card:hover {
  cursor: pointer;
}

.drop__img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 1rem;
  border: 4px solid #cecece;
}

.drop__name {
  font-size: 1rem;
  color: rgb(24, 235, 17);
  font-weight: 100;
  font-size: 12px;
  line-height: 0.8;
}
.drop__indefiticacion {
  color: rgb(221, 15, 15);
  font-weight: 1000;
  font-size: 14px;
  line-height: 0.9;
}
.drop__profession {
  color: #ffffff;
  font-size: 11.5px;
}

.drop__social {
  margin: 0 0.375rem;
  color: #ffffff;
  transition: 0.4s;
}

.drop__social:hover {
  color: #272a3a;
}
.drop__NOMBREPRODUCTOS {
  color: rgb(232, 199, 32);
  font-weight: 1000;
  font-size: 14px;
  line-height: 0.9;
}
/* Class name for the chosen item */
.sortable-chosen {
  box-shadow: 8px 8px 32px #e1e1e1;
}

/* Class name for the dragging item */
.sortable-drag {
  opacity: 0;
}

/*circulo para mostra los id de los productos o clientes*/
.circulo {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #acda2e;
  display: flex;
  justify-content: center;
  padding: 8px;
}

.circulo > h2 {
  font-family: Verdana;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

/***Estilos para el boton de Eliminar nuevo estilo de listado de los cliente so prouductos**/
.caja {
  display: inline;
  float: left;
  position: relative;
  background-color: #121f3d;
}

.barra {
  position: absolute;
  top: 0;
  right: 15px;
  display: none;
}
.barra {
  position: absolute;
  top: 0;
  right: 15px;
  display: none;
}

.caja:hover .barra {
  display: block;
  background-color: #df06b0;
  color: rgb(223, 128, 51) !important;
  opacity: 0.6;
  border-radius: 8px;
}
.barra a.editar {
  display: block;
  padding: 5px 25px 5px 20px;
  font-size: 12px;
  color: rgb(241, 239, 239);
  text-decoration: none;
  font-weight: bold;
}

.zmdi-edicion {
  color: rgb(235, 226, 228);
  font-weight: bold;
  padding: 0px 10px 0px 0px;
  right: 12px;
}
.barra a.agregar_mascota {
  display: block;
  padding: 5px 25px 5px 20px;
  font-size: 12px;
  color: rgb(241, 239, 239);
  text-decoration: none;
  font-weight: bold;
}

.zmdi-mascota {
  color: rgb(235, 226, 228);
  font-weight: bold;
  padding: 0px 10px 0px 0px;
  right: 12px;
}
/*check de las selciones o enviados de los correos*/
.green {
  color: green;
}
#resp {
  color: rgb(251, 251, 251);
  font-weight: 600;
}
#marcas {
  color: rgb(251, 251, 251);
  font-size: 15px;
  font-weight: 600;
}

/*https://www.google.com/search?q=perfil+de+facebook+con+php+y+mysql&oq=perfil+de+facebook+con+php+y+mysql&aqs=chrome..69i57.9975j0j1&sourceid=chrome&ie=UTF-8  */
