@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700,300");


@media all and (display-mode: standalone) {
  body {
    margin: 0;
  }
}

html {
  position: relative;
  min-height: 100%;
  }

body {
  font-size: 0.9rem;
  background-color: #efefef;
  padding-bottom: 50px; }

a {
    color: black;
    text-decoration: none;
}

.small {
	font-size: 0.7rem;
}

.noradius {
	border-radius: 0;
}

.noborder {
	border: 0 !important;
}

.radius-circle {
	border-radius: 50px; }

.label {
  display: inline-block;
  padding: 0.2em 0.6em;
  font-size: 75%;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }

.label:empty {
  display: none; }

img {
    vertical-align: middle;
	border: 0; }

.bg-primary {
  background-color: #0f9df7 !important; }

.bg-success {
  background-color: #1bb99a !important; }

.bg-info {
  background-color: #3db9dc !important; }

.bg-warning {
  background-color: #f1b53d !important; }

.bg-danger {
  background-color: #ff5d48 !important; }

.bg-purple {
  background-color: #9261c6 !important; }

.bg-pink {
  background-color: #ff7aa3 !important; }

.bg-dark {
  background-color: #2b3d51 !important; }

.bg-default {
  background-color: #64b0f2 !important; }

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-custom {
  color: #64b0f2; }

.text-primary {
  color: #0f9df7 !important; }

.text-success {
  color: #1bb99a !important; }

.text-info {
  color: #3db9dc !important; }

.text-warning {
  color: #f1b53d !important; }

.text-danger {
  color: #ff5d48 !important; }

.text-purple {
  color: #9261c6; }

.text-pink {
  color: #ff7aa3; }

.text-dark {
  color: #2b3d51; }

.text-white {
  color: #ffffff; }

.text-muted {
  color: #818a91; }

.dropdown-lg {
  width: 280px; }

.dropdown-menu {
	box-shadow: none;
    border: 0;
    margin: -1px 0 0 0;
	padding: 0;
	border-radius: 0;
}

::-webkit-scrollbar
{
  width: 12px;  /* for vertical scrollbars */
  height: 12px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track
{
  background: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb
{
  background: rgba(0, 0, 0, 0.6);
}

.breadcrumb{
  margin: 0px 5px 5px 5px;
}

.breadcrumb-holder {
  background-color: #e9eff3;
}

.breadcrumb-holder .main-title {
    margin-bottom: 0;
    font-size: 1.4rem; }

.breadcrumb-holder .breadcrumb {
    padding: 0;
    background-color: transparent !important; }

.breadcrumb-item strong {
    color: #838E99 !important;
    font-size: 18px !important;
    font-weight: 800;
}

.start-bread-crumb{
  color: #343e47;
}

.card-box {
  padding: 20px;
  background-clip: padding-box;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid rgba(183,183,183,.125);  }

.card-box i {
	font-size: 80px;
	margin-top: 20px;}

.card-header {
	color: #6b6b6b;
  background-color: rgba(0,0,0,.03);
  border-bottom: 1px solid rgba(111,111,111,.13);
}

.card-header h3 {
  font-weight: 500;
  line-height: 1.2;
	font-size: 1.2rem;
	margin-bottom: 0;
}

.header-title {
  font-size: 1rem;
  text-transform: uppercase;
}

.page-header {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 1.15rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #eceeef;
}

.button-list {
  margin-bottom: -5px;
  margin-left: -7px;
}

.button-list button, .button-list a {
  margin: 5px 7px;
}

canvas {
  max-width: 100%; }

svg {
  max-width: 100%; }

a {
  outline: none !important;
  text-decoration: none !important;
}

.row {
  margin-right: -10px;
  margin-left: -10px; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
  padding-right: 10px;
  padding-left: 10px; }

.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active {
  background-color: #0f9df7; }

.dropdown-item {
  font-size: 0.9rem;
  white-space: inherit;
}


/* IE9, IE10, IE11 */
@media screen and (min-width: 0\0) {
	.form-control {
		padding: 0.55rem 0.75rem !important;
	}

	.input-group-addon {
		line-height: inherit !important;
		font-size: 1rem !important;
	}

	.carousel-control span {
		right: 20px;
	}
}

/* Roberto  */
.alert-primary-rob{
  text-align: left;
  color: #467B0E;
  background-color: #DFEECF;
}

.alert-danger-rob{
  text-align: left;
  color: #C02525;
  background-color: #FBDADA;
}

.headerbar {
  height: 50px;
  padding: 0px 4px;
  background: #1e6594;
}

.headerbar .dropdown .dropdown-toggle{
  background-color: #1e6594;
  color: #aacde4;
  height: 60px;
  line-height: 50px;
  font-size: 13px;
  font-weight: 600;
}

.nav-link{
  margin-top: -10px;
  margin-left: 20px;
}

.user-name-menu{
  color: #fff!important;
  font-size: 14px;
}

.opciones {
    background-color: #1e6594;
    text-align: left;
    width: 250px;
    margin-left: 19px;
}

.opciones2{
    background-color: #1e6594;
    text-align: left;
    width: 250px;
    margin-left: -1px;
}

.opciones3{
    background-color: #1e6594;
    text-align: left;
    width: 250px;
    margin-left: -1px;
}

.opciones4{
    background-color: #1e6594;
    text-align: left;
    width: 250px;
    margin-left: -1px;
}

.opciones5{
    background-color: #1e6594;
    text-align: left;
    width: 250px;
    margin-left: 0px !important;
}

.opciones6{
    background-color: #1e6594;
    text-align: left;
    width: 250px;
    margin-left: 0px !important;
}

.opcionesclose{
    position: absolute;
    width: 300px!important;
    color: #fff!important;
    background-color: #54606b!important;
    z-index: 99;
    text-align: left;
    line-height: 14px;
    font-size: 1rem;
    left: -108px;
    margin-top: 7px;
}

.opciones-subclose{
    padding: 12px 0px 20px 0px;
    background: #1e6594;
    color: #aacde4!important;
    font-size: 13px;
    font-weight: 600;
}

.opciones-subclose:hover{
  background-color: #387ca9!important;
}

.opcionesclose .opciones-subclose a{
  color: #aacde4 !important;
}

.opciones p{
  padding: 10px 0px 10px 15px;
  margin: 0px;
  color:  #aacde4;
  border-bottom: #387ca9 1px solid;
  font-size: 13px;
  font-weight: 600;
}

.opciones p:hover{
  background-color: #387ca9;
}

#navbarDropdown{
  padding: 10px 18px;
  text-align: center;
}

#navbarDropdown:hover{
  background-color: #387ca9;
}

#navbarDropdown2{
  padding: 10px 18px;
  text-align: center;
  margin-left: 0px;
}

#navbarDropdown2:hover{
  background-color: #387ca9;
}

#navbarDropdown3{
  padding: 10px 18px;
  text-align: center;
  margin-left: 0px;
}

#navbarDropdown3:hover{
  background-color: #387ca9;
}

#navbarDropdown4{
    padding: 10px 18px;
    text-align: center;
    margin-left: 0px;
}

#navbarDropdown4:hover{
    background-color: #387ca9;
}

#navbarDropdown5{
    padding: 10px 18px;
    text-align: center;
    margin-left: 0px;
}

#navbarDropdown5:hover{
    background-color: #387ca9;
}

#navbarDropdown6{
    padding: 10px 18px;
    text-align: center;
    margin-left: 0px;
}

#navbarDropdown6:hover{
    background-color: #387ca9;
}

.icono-menu {
    top: 5px;
    font-size: 20px;
    position: relative;
}

.icono-menu-close-session{
    top: 4px;
    font-size: 20px;
    position: relative;
    margin-right: 5px;
    margin-left: 15px;
}

/*  Flecha drop down  */
.dropdown-toggle::after {
  display: none;
}

.der{
    float: right!important;
    color: #fff;
    padding-right: 18px;
}

.flecha{
    font-size: 12px;
    float: left;
    padding-left: 10px;
    height: 50px;
}

/* Input search  */
.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

/* Checkboxes  */
ol,ul{list-style:none}

.checkbox {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
}

.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.check {
    position: absolute;
    height: 20px;
    width: 20px;
    border: 1px solid #CDD6DE;
    border-radius: 1px;
    background-color: white;
}

.check:hover {
    border: 1px solid #A9B7C5;
}

.checkbox input:checked ~ .check {
    background-color: #ff5100;
    border: 1px solid #ff5100;
}

.check:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox input:checked ~ .check:after {
    display: block;
}

.checkbox .check:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-check-label{
    padding-left: 15px;
    width: 85%;
}

.btn-orange-eldisser{
  background-color: #ff5100;
  color: white;
  border-radius: 2px;
  font-weight: 700;
  transition:.2s;
}

.btn-orange-eldisser:hover{
    color: white;
    background-color: #ff5100;
    opacity:0.7;
}

.btn-orange-eldisser:active,
.btn-orange-eldisser:focus,
.btn-orange-eldisser:active:focus {
    background-color: #ff5100 !important;
    color: white !important;
    border-color: #ff5100 !important;
    box-shadow: none !important;
    opacity: 0.85;
}

.title-categorias{
  margin-top: 20px;
  font-weight: bold;
  margin-left: 5px;
}

.title-destinatarios{
  margin-top: 50px;
}

.form-group-disponible-para .select2-selection--multiple{
  border: 1px solid rgba(0,0,0,0.2) !important;
  padding-top: 3px;
}

.table-row{
  cursor: pointer;
}

.table-row td{
   padding: 0px !important;
   border-top: 0px solid #dee2e6;
   border-bottom: 1px solid #dee2e6;
   height: 60px;
}

.table-hover tr:hover{
  background-color: #F1F6F9 !important;
}

.table-row td strong{
    width: 100%;
    float: left;
    padding: 0.75rem;
    color: #343e47;
    text-transform: uppercase;
}

.table td{
  border-top: none;
  border-bottom: #dee2e6 1px solid;
}

.table thead th{
  border-top: none;
  border-bottom: none;
  padding: 0.75rem 0.75rem 0rem 0.75rem;
  color: #343E47;
  font-weight: 800;
}

.td-show-actions{
  text-align: right;
}

.celda-icono{
  text-align: center;
}

.icono-comunicacion{
  color: #ff5100 !important;
}

.div-btn-see-more-eldisser{
  background-color:white;
  padding: 20px 0px;
}

.form-group strong{
  color: #343e47;
}

.btn-see-more-eldisser{
  background-color: #54606b;
  color: white;
  width: 10%;
  margin-left: 45%;
  border-radius: 2px;
  font-weight: 700;
    transition:.2s;
}

.btn-see-more-eldisser:hover{
    color: white;
    background-color: #54606b;
    opacity:0.7;
}

.td-title-list{
    width:37%;
}

.btn-upload-eldisser-on{
  background-color: #54606b;
  color: white;
  border-radius: 2px;
  margin-top:20px;
  font-weight: 700;
}

.btn-upload-eldisser-on:hover{
  color: white !important;
}

.btn-upload-eldisser-off{
  background-color: #E9EFF3;
  color: #CDD6DE !important;
  border-radius: 2px;
  margin-top:20px;
  font-weight: 700;
}

.btn-upload-eldisser-off:hover{
  color: #CDD6DE !important;
}

.see-in-server{
  text-decoration: underline;
  float: right;
  margin-top: 10px;
  cursor: pointer;
}

.actions-container{
    border: 2px solid rgb(222, 226, 230);
    margin-left: -1px;
    background-color: white;
    border-radius: 10px;
    padding-top:8px;
    position: absolute;
}

/* USUARIOS  */
.col-form-user{
  background-color: white;
  padding: 24px;
  border-radius: 4px;
}

/* RADIO BUTTONS  */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 17px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #B7B7B7;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #ff5100;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.td-table-categories{
    vertical-align: middle;
    font-weight: 700;
}

.navbar-custom {
  background-color: #dd001b ;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0 10px;
  margin-left: 250px;
  min-height: 50px;
}

.navbar-custom .nav-link {
    padding: 0 8px;
    line-height: 50px;
    color: #e9f2ff;
	  font-size: 20px;
}

.navbar-custom .dropdown-toggle:after {
    content: initial;
}

.navbar-custom .menu-left {
    overflow: hidden;
}

.logo {
    width: 165px;
    margin-top: -7px;
}

.main-sidebar {
  top: 50px;
  width: 250px;
  z-index: 10;
  background: #262D33;
  bottom: 70px;
  margin-bottom: -70px;
  margin-top: 0;
  padding-bottom: 70px;
  position: absolute; }

.content-page {
  overflow: hidden; }

.content-page .content {
    padding: 0 5px;
    margin-top: 35px; }

.main-sidebar.left {
  position: absolute; }

body.adminbody .main-sidebar.left {
  bottom: 0px;
  margin-bottom: 0px;
  margin-top: 0;
  padding-bottom: 0px; }

.button-menu-mobile {
  background: transparent;
  border: none;
  color: #dde8ef;
  font-size: 28px;
  line-height: 50px;
  padding: 0 5px;
  margin-right: 10px;
	position: relative;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
	z-index: 1;  }
  .button-menu-mobile:hover {
    color: #a2cff7; }

.sidebar-inner {
  height: 100%; }

#sidebar-menu, #sidebar-menu ul, #sidebar-menu li, #sidebar-menu a {
  border: 0;
  font-weight: normal;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: none; }

#sidebar-menu {
  padding-bottom: 30px;
  width: 100%; }
  #sidebar-menu a {
    line-height: 1.3; }
  #sidebar-menu ul li .menu-arrow {
    -webkit-transition: -webkit-transform .15s;
    -o-transition: -o-transform .15s;
    transition: transform .15s;
    position: absolute;
    right: 20px;
    top: 15px;
    display: inline-block;
    font-family: 'FontAwesome';
    text-rendering: auto;
    line-height: 18px;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
    #sidebar-menu ul li .menu-arrow:before {
      content: "\f105"; }
  #sidebar-menu ul li a.subdrop .menu-arrow {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  #sidebar-menu ul ul {
    display: none; }
    #sidebar-menu ul ul li {
      border-top: 0; }
    #sidebar-menu ul ul li.active a {
      color: #f3f3f3; }
    #sidebar-menu ul ul a {
      color: #b5b5b5;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      display: block;
      padding: 10px 20px 10px 60px; }
      #sidebar-menu ul ul a:hover {
        color: #efefef; }
      #sidebar-menu ul ul a i {
        margin-right: 5px; }
    #sidebar-menu ul ul ul a {
      padding-left: 80px; }
  #sidebar-menu .label {
    margin-top: 2px; }
  #sidebar-menu .subdrop {
    color: #fff !important;
	background-color: #414d58;
	border-left: 2px solid #608ab3; }

  #sidebar-menu .submenu ul .submenu .menu-arrow {
    top: 10px !important; }

#sidebar-menu > ul > li > a {
  color: #b5b5b5;
  display: block;
  padding: 12px 12px 15px 12px;
  font-weight: 400;
  font-size: 0.90rem;
  border-left: 2px solid transparent;  }

#sidebar-menu > ul > li > a:hover {
    color: #FFF;
	background-color: #414d58;
    text-decoration: none;
	border-left: 2px solid #608ab3; }

#sidebar-menu > ul > li > a > span {
  vertical-align: middle; }

#sidebar-menu ul li a i {
  display: inline-block;
  font-size: 18px;
  line-height: 17px;
  margin-left: 3px;
  margin-right: 15px;
  text-align: center;
  vertical-align: middle;
  width: 20px; }
#sidebar-menu ul li a .drop-arrow {
  float: right; }
  #sidebar-menu ul li a .drop-arrow i {
    margin-right: 0; }

#sidebar-menu > ul > li > a.active {
  color: #ffffff !important;
  background-color: #6194c1; }

.menu-title {
  padding: 12px 20px !important;
  letter-spacing: .035em;
  pointer-events: none;
  cursor: default;
  font-size: 13px; }

.footer {
    border-top: 1px solid rgba(115, 140, 152, 0.2);
    bottom: 0;
    color: white;
    text-align: center !important;
    padding: 10px;
    position: absolute;
    right: 0;
    left: 0px;
    background: #54606b;
  }

#main.enlarged .menu-title {
  display: none; }
#main.enlarged .menu-arrow {
  display: none !important; }
#main.enlarged .footer {
  left: 70px; }
#main.enlarged #sidebar-menu ul ul {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.08); }
#main.enlarged .left.main-sidebar {
  width: 70px;
  z-index: 5; }
  #main.enlarged .left.main-sidebar #sidebar-menu > ul > li > a {
    padding-left: 10px; }
    #main.enlarged .left.main-sidebar #sidebar-menu > ul > li > a:hover {
      background-color: #64b0f2; }
  #main.enlarged .left.main-sidebar span.pull-right {
    display: none !important; }
  #main.enlarged .left.main-sidebar #sidebar-menu ul > li {
    position: relative;
    white-space: nowrap; }
    #main.enlarged .left.main-sidebar #sidebar-menu ul > li:hover > a {
      background-color: #64b0f2;
      position: relative;
      width: 260px; }
    #main.enlarged .left.main-sidebar #sidebar-menu ul > li:hover > ul {
      display: block;
      left: 70px;
      position: absolute;
      width: 190px;
      padding: 5px 0;
      background: #ffffff; }
      #main.enlarged .left.main-sidebar #sidebar-menu ul > li:hover > ul a {
        background: #ffffff;
        border: none;
        box-shadow: none;
        padding-left: 15px;
        position: relative;
        width: 190px;
        z-index: 6;
        color: rgba(43, 61, 81, 0.8); }
        #main.enlarged .left.main-sidebar #sidebar-menu ul > li:hover > ul a:hover {
          color: #64b0f2; }
    #main.enlarged .left.main-sidebar #sidebar-menu ul > li:hover a span {
      display: inline; }
  #main.enlarged .left.main-sidebar #sidebar-menu ul > li > ul {
    display: none; }
  #main.enlarged .left.main-sidebar #sidebar-menu ul ul li:hover > ul {
    display: block;
    left: 190px;
    margin-top: -36px;
    position: absolute;
    width: 190px; }
  #main.enlarged .left.main-sidebar #sidebar-menu ul ul li > a span.pull-right {
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    position: absolute;
    right: 20px;
    top: 12px;
    transform: rotate(270deg); }
  #main.enlarged .left.main-sidebar #sidebar-menu ul > li > a span {
    display: none;
    padding-left: 10px; }
#main.enlarged .left.main-sidebar #sidebar-menu > ul > li > a {
  padding: 15px 20px;
  min-height: 52.09px; }
#main.enlarged .left.main-sidebar #sidebar-menu > ul > li > a i {
  margin-right: 20px !important;
  font-size: 20px; }
#main.enlarged .left.main-sidebar #sidebar-menu ul > li:hover > a {
  position: relative;
  width: 260px;
  background-color: #535b63;
  color: #ffffff; }
#main.enlarged .left.main-sidebar #sidebar-menu ul > li:hover > a i {
    color: #ffffff; }
#main.enlarged .content-page {
  margin-left: 70px; }
#main.enlarged .navbar-custom {
  margin-left: 70px; }

#main.enlarged .headerbar .headerbar-left {
  width: 70px !important; }
  #main.enlarged .headerbar .headerbar-left .logo span {
    display: none;
    opacity: 0; }
  #main.enlarged .headerbar .headerbar-left .logo i {
    margin-right: 0; }
#main.enlarged #sidebar-menu > ul > li:hover > a.open :after {
  display: none; }
#main.enlarged #sidebar-menu > ul > li:hover > a.active :after {
  display: none; }
#main.enlarged .user-detail {
  bottom: 0;
  padding: 15px 0;
  width: 70px;
  text-align: center; }
  #main.enlarged .user-detail .dropup {
    margin: 0 auto;
    margin-left: 17px; }
  #main.enlarged .user-detail h5 {
    display: none; }
  #main.enlarged .user-detail p {
    position: absolute;
    right: 15px;
    top: 32px; }
    #main.enlarged .user-detail p span {
      display: none; }
#main.enlarged #sidebar-menu ul ul li.active a {
  color: #0f9df7; }

.notif {
	margin-left: 0 !important;
}

.notif .noti-title {
    border-radius: 0;
    background-color: #3492ea;
    margin: 0;
    width: auto;
    padding: 8px 15px 12px 15px;
}

.notif .noti-title h5 {
    color: #ffffff;
    margin: 0;
}

.notif .noti-title .label {
      float: right;
}

.notif .noti-icon {
    font-size: 22px;
    padding: 0 12px;
    vertical-align: middle;
    color: rgba(255, 255, 255, 0.8);
}

.notif .notif-bullet {
    height: 12px;
    width: 12px;
    background-color: #f95200;
    display: inline-block;
    position: absolute;
    top: 13px;
    right: 8px;
    border-radius: 50%;
    border: 2px solid #e2e2e2;
}

.notif .notify-item {
    padding: 10px 20px;
}

.notif .notify-item .notify-icon {
      float: left;
      height: 36px;
      width: 36px;
      line-height: 36px;
      text-align: center;
      margin-right: 10px;
      border-radius: 50%;
      color: #ffffff;
}

.notif .notify-item .notify-icon img {
    margin-top: 4px;
}

.notif .notify-item .notify-details {
    margin-bottom: 0;
    overflow: hidden;
    margin-left: 45px;
    text-overflow: ellipsis;
    white-space: inherit;
}

.notif .notify-item .notify-details b {
	font-weight: 500;
}

.notif .notify-item .notify-details small {
    display: block;
}

.notif .notify-item .notify-details span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
}

.notif .notify-all {
    border-radius: 0;
    margin: 0;
    background-color: #a8c1d8;
	  color: #fff;
}

.profile-dropdown {
	  width: 170px;
}

.profile-dropdown i {
    font-size: 17px;
    vertical-align: middle;
    margin-right: 5px;
}

.profile-dropdown span {
    vertical-align: middle;
}

.nav-user {
	padding: 0 12px !important;
}

.nav-user img {
    height: 36px;
    width: 36px;
	  margin-bottom: 7px;
}
/* Responsive del contenedor de selecciones seleccionadas en el plugin select2-selection */
@media (max-width: 1850px) {
    .form-group-disponible-para .select2-selection--multiple{
        width: 95% !important;
    }
}

@media (max-width: 1800px) {
    .form-group-disponible-para .select2-selection--multiple{
        width: 85% !important;
    }
}

@media (max-width: 1600px) {
    .form-group-disponible-para .select2-selection--multiple{
        width: 80% !important;
    }
}

@media (max-width: 768px) {
	body {
		overflow-x: hidden;
	}

	.enlarged .left.main-sidebar {
		margin-left: -75px;
	}

	.headerbar-left {
		width: 70px !important;
	}

	.headerbar-left span {
		display: none !important;
	}

	.headerbar-left i {
		display: block !important;
		line-height: 75px !important;
	}

	.navbar-custom {
		margin-left: 70px !important;
	}

	.content-page {
		margin-left: 0 !important;
	}

	.footer {
		left: 0 !important;
	}

	.mobile-sidebar {
		left: 0;
	}

	.mobile-content {
		left: 250px;
		right: -250px;
	}

	.wrapper-page {
		width: 90%;
	}

	.dataTables_wrapper .col-xs-6 {
		width: 100%;
		text-align: left;
	}

	div#datatable-buttons_info {
		float: none;
	}

	.ms-container {
		width: 100%;
	}

	.navbar-toggleable-md .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

@media (max-width: 767px) {
	.dropdown-lg {
		width: 200px;
	}

	.notif .notify-item {
		padding: 10px 15px;
	}

	.breadcrumb-holder .main-title, .breadcrumb-holder .breadcrumb {
		float: none;
	}
}

@media (max-width: 480px) {
	.notif .noti-icon {
		font-size: 18px;
		padding: 0 10px;
	}

	.hidden-mobile {
		display: none !important;
	}
}


body.adminbody-void {
  min-height: 1170px; }

.mobile.smallscreen .sidebar-inner.leftscroll {
	overflow: scroll !important;
}

button:focus {
	outline: none !important;
}

a.btn:focus {
	color: #ffffff !important;
}

.btn-rounded {
	border-radius: 2em !important;
	padding: .5rem 1.5rem;
}

.btn-label {
  background: rgba(43, 61, 81, 0.1);
  display: inline-block;
  padding: 7px 15px;
  border-radius: 3px 0 0 3px;
  margin: -7px -14px;
  margin-right: 12px;
}

.btn-rounded .btn-label {
  padding: 7px 15px 7px 20px;
  margin-left: -20px;
}

.btn-rounded .btn-label-right {
  margin-right: -20px;
  margin-left: 12px;
}

.btn-label-right {
  margin-left: 12px;
  margin-right: -13px;
  border-radius: 0px 3px 3px 0px;
}

.btn-custom {
  background-color: #64b0f2;
  border-color: #64b0f2;
  color: #ffffff;
}

.btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom.active,
.btn-custom.focus, .btn-custom:active, .btn-custom:focus, .btn-custom:hover,
.open > .dropdown-toggle.btn-custom {
  background-color: #439fef;
  border-color: #439fef;
  color: #ffffff;
}

.btn-primary {
  background-color: #0f9df7;
  border-color: #0f9df7;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
.btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  background-color: #0283d6;
  border-color: #0283d6;
  color: #ffffff;
}

.btn-success {
  background-color: #1bb99a;
  border-color: #1bb99a;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active,
.btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover,
.open > .dropdown-toggle.btn-success {
  background-color: #16957c;
  border-color: #16957c;
  color: #ffffff;
}

.btn-info {
  background-color: #3db9dc;
  border-color: #3db9dc;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active,
.btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover,
.open > .dropdown-toggle.btn-info {
  background-color: #25a7cb;
  border-color: #25a7cb;
  color: #ffffff;
}

.btn-warning {
  background-color: #f1b53d;
  border-color: #f1b53d;
  color: #ffffff;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active,
.btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover,
.open > .dropdown-toggle.btn-warning {
  background-color: #eea617;
  border-color: #eea617;
  color: #ffffff; }

.btn-danger {
  background-color: #ff5d48;
  border-color: #ff5d48; }

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active,
.btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover,
.open > .dropdown-toggle.btn-danger {
  background-color: #ff391f;
  border-color: #ff391f;
  color: #ffffff; }

.btn-dark {
  background-color: #2b3d51;
  border-color: #2b3d51;
  color: #ffffff; }

.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active,
.btn-dark.focus, .btn-dark:active, .btn-dark:focus, .btn-dark:hover,
.open > .dropdown-toggle.btn-dark {
  background-color: #1d2936;
  border-color: #1d2936;
  color: #ffffff; }

.btn-outline-custom {
  color: #64b0f2;
  background-image: none;
  background-color: transparent;
  border-color: #64b0f2; }

.btn-outline-custom:hover, .btn-outline-custom:focus, .btn-outline-custom:active, .btn-outline-custom.active,
.btn-outline-custom.focus, .btn-outline-custom:active, .btn-outline-custom-primary:focus, .btn-outline-custom:hover,
.open > .dropdown-toggle.btn-outline-custom {
  color: #ffffff;
  background-color: #64b0f2;
  border-color: #64b0f2; }

.btn-outline-primary {
  color: #0f9df7;
  background-image: none;
  background-color: transparent;
  border-color: #0f9df7; }

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active,
.btn-outline-primary.focus, .btn-outline-primary:active, .btn-outline-primary:focus, .btn-outline-primary:hover,
.open > .dropdown-toggle.btn-outline-primary {
  color: #ffffff;
  background-color: #0f9df7;
  border-color: #0f9df7; }

.btn-outline-success {
  color: #1bb99a;
  background-image: none;
  background-color: transparent;
  border-color: #1bb99a; }

.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success.active,
.btn-outline-success.focus, .btn-outline-success:active, .btn-outline-success:focus, .btn-outline-success:hover,
.open > .dropdown-toggle.btn-outline-success {
  color: #ffffff;
  background-color: #1bb99a;
  border-color: #1bb99a; }

.btn-outline-info {
  color: #3db9dc;
  background-image: none;
  background-color: transparent;
  border-color: #3db9dc; }

.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info.active,
.btn-outline-info.focus, .btn-outline-info:active, .btn-outline-info:focus, .btn-outline-info:hover,
.open > .dropdown-toggle.btn-outline-info {
  color: #ffffff;
  background-color: #3db9dc;
  border-color: #3db9dc; }

.btn-outline-warning {
  color: #f1b53d;
  background-image: none;
  background-color: transparent;
  border-color: #f1b53d; }

.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning.active,
.btn-outline-warning.focus, .btn-outline-warning:active, .btn-outline-warning:focus, .btn-outline-warning:hover,
.open > .dropdown-toggle.btn-outline-warning {
  color: #ffffff;
  background-color: #f1b53d;
  border-color: #f1b53d; }

.btn-outline-danger {
  color: #ff5d48;
  background-image: none;
  background-color: transparent;
  border-color: #ff5d48; }

.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger.active,
.btn-outline-danger.focus, .btn-outline-danger:active, .btn-outline-danger:focus, .btn-outline-danger:hover,
.open > .dropdown-toggle.btn-outline-danger {
  color: #ffffff;
  background-color: #ff5d48;
  border-color: #ff5d48; }

.btn-outline-pink {
  color: #ff7aa3;
  background-image: none;
  background-color: transparent;
  border-color: #ff7aa3; }

.btn-outline-pink:hover, .btn-outline-pink:focus, .btn-outline-pink:active, .btn-outline-pink.active,
.btn-outline-pink.focus, .btn-outline-pink:active, .btn-outline-pink:focus, .btn-outline-pink:hover,
.open > .dropdown-toggle.btn-outline-pink {
  color: #ffffff;
  background-color: #ff7aa3;
  border-color: #ff7aa3; }

.btn-outline-purple {
  color: #9261c6;
  background-image: none;
  background-color: transparent;
  border-color: #9261c6; }

.btn-outline-purple:hover, .btn-outline-purple:focus, .btn-outline-purple:active, .btn-outline-purple.active,
.btn-outline-purple.focus, .btn-outline-purple:active, .btn-outline-purple:focus, .btn-outline-purple:hover,
.open > .dropdown-toggle.btn-outline-purple {
	color: #ffffff;
	background-color: #9261c6;
	border-color: #9261c6;
}

.btn-outline-dark {
	color: #2b3d51;
	background-image: none;
	background-color: transparent;
	border-color: #2b3d51;
}

.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.active,
.btn-outline-dark.focus, .btn-outline-dark:active, .btn-outline-dark:focus, .btn-outline-dark:hover,
.open > .dropdown-toggle.btn-outline-dark {
	color: #ffffff;
	background-color: #2b3d51;
	border-color: #2b3d51;
}

.btn-facebook {
	color: #ffffff !important;
	background-color: #3b5998 !important;
}

.btn-twitter {
	color: #ffffff !important;
	background-color: #00aced !important;
}

.btn-linkedin {
	color: #ffffff !important;
	background-color: #007bb6 !important;
}

.btn-dribbble {
	color: #ffffff !important;
	background-color: #ea4c89 !important;
}

.btn-googleplus {
	color: #ffffff !important;
	background-color: #dd4b39 !important;
}

.btn-instagram {
	color: #ffffff !important;
	background-color: #517fa4 !important;
}

.btn-pinterest {
	color: #ffffff !important;
	background-color: #cb2027 !important;
}

.btn-dropbox {
	color: #ffffff !important;
	background-color: #007ee5 !important;
}

.btn-flickr {
	color: #ffffff !important;
	background-color: #ff0084 !important;
}

.btn-tumblr {
	color: #ffffff !important;
	background-color: #32506d !important;
}

.btn-skype {
	color: #ffffff !important;
	background-color: #00aff0 !important;
}

.btn-youtube {
	color: #ffffff !important;
	background-color: #bb0000 !important;
}

.btn-github {
	color: #ffffff !important;
	background-color: #171515 !important;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.display-block {
	display: block;
}

.dropdown-example {
	position: static;
	display: block;
	margin-bottom: .25rem;
	clear: left;
}

.dropdown-item.active, .dropdown-item:active {
	background-color: #0f9df7;
}

#sidebar-menu > ul > li > a.pro {
	background-color: #f16854;
	color: #fff;
	bottom: 0;
}

.avatar-circle {
    border-radius: 50%;
}

.avatar-rounded {
    border-radius: 50%;
}

.widget-messages .message-item {
    position: relative;
	overflow: hidden;
	border-bottom: 1px solid #e8e8e8;
    padding: 12px 0;
}

.widget-messages .message-item img {
    width: 40px;
}

.widget-messages .message-item .message-user-img {
    display: block;
    float: left;
    margin-right: 15px;
    width: 40px;
}

.widget-messages .message-item .message-item-user {
	color: #525252;
    display: block;
	font-weight: 500;
    margin: 0;
}

.widget-messages .message-item .message-item-msg {
	color: #525252;
    display: block;
	font-weight: 200;
    margin: 0;
}

.widget-messages .message-item .message-item-date {
	color: #a2a5a7;
	font-weight: 200;
    position: absolute;
    right: 7px;
    top: 2px;
}

.custom-modal .modal-header {
    padding: 10px !important;
    border-radius: 0;
    background-color: #5ba2e6;
	color: #fff;
}

.custom-modal .modal-content {
    background-color: #f7f7f7;
    padding: 10px;
}

.custom-modal .modal-footer {
    padding: 10px !important;
    border-radius: 0;
    background-color: #f3f3f3;
}

.custom-modal .close {
    color: #fff;
    text-shadow: 0;
}

.border-left {
	border-left: 3px solid #eaeaea;
}

.label-info {
    background-color: #5bc0de;
}

#tabla-b2bmkt {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#tabla-b2bmkt td, #tabla-b2bmkt th {
  border: 1px solid #ddd;
  padding: 8px;
}

#tabla-b2bmkt tr:nth-child(even){background-color: #f2f2f2;}

#tabla-b2bmkt tr:hover {background-color: #ddd;}

#tabla-b2bmkt th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #666;
  color: white;
}

/* CHECK BOX TOGGLE SWITCH  */
.switch {
  display:inline-flex; align-items:center; margin:0;
}
.switch_box {
  display:-webkit-inline-box; display:-moz-inline-box; display:-webkit-inline-flex; display:-ms-inline-flexbox; display:inline-flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -webkit-box-flex:1; -ms-flex:1; flex:1;
}
input[type="checkbox"].switch {
  font-size:14px; -webkit-appearance:none; -moz-appearance:none; appearance:none; width:55px; height:21px; background:#ffffff; border-radius:3em; position:relative; cursor:pointer; outline:none; -webkit-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out; border:1px #CDD6DE solid;
}
.off {
  display:none;
}
.on {
  position:relative; top:-6px; left:-33px; color:#343e47; font-weight:800; font-size:12px; pointer-events:none;
}
input[type="checkbox"].switch:checked {
  background-color:#ff5100; border:none;
}
input[type="checkbox"].switch:checked ~ .on {
  display:none;
}
input[type="checkbox"].switch:checked ~ .off {
  display:inline; position:relative; top:-6px; left:-50px; color:#ffffff; font-weight:800; font-size:12px; pointer-events:none;
}
input[type="checkbox"].switch:after {
  position:absolute; content:""; width:1.5em; height:1.5em; border-radius:50%; background:#e9eff3; transform:scale(0.7); left:0; -webkit-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out;
}

input[type="checkbox"].switch:checked:after {
  left:calc(100% - 1.5em); background:#ffffff;
}
.check-box-container{
  padding-top: 2px;
}
/* CHECK BOX TOGGLE SWITCH  */

/* TOOLTIP  */
.tooltipv {
  position: relative;
  display: inline-block;
  font-family: Lato;
  font-size: 0.9rem;
  margin-left: 12px;
}
.tooltipv img {
  width:20px; height:20px;
}
.tooltipv .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size:12px;
  text-align: center;
  border-radius: 4px;
  padding: 5px 0 7px 0;
  margin-bottom:20px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -100px;
  font-family: Lato;
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltipv .tooltiptext span {
  font-size:11px; font-weight:900;
}
.tooltipv:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  z-index:999;
}
.pico {
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(0, 0, 0, 0.7); ;
  position:absolute; top:100%; left:90px;
}
/* TOOLTIP  */

/* LARAVELIZACIÓN */
.boton-home h3{
    color: white;
    font-weight: 600;
}
.nombre-usuario-menu{
    font-size: 12px;
}
#flechabajo{

}
#flecharriba{

}
#vermasdetinatarios{
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
    margin-top:10px;
    margin-left: 25px;
}

.table-row td span {
    width: 100%;
    float: left;
    padding: 0.75rem;
    color: #343e47;
}

/* AUTOCOMPLETE */
#contenido-autocomplete-marca, #contenido-autocomplete-gama{
    width: 99.5%;
    background-color: white;
    margin-top: 1px;
    border-radius: 5px;
    float: left;
}
#contenido-autocomplete-marca ul{
     width: 100%;
     margin-bottom: 0;
     padding-left: 0;
 }
#contenido-autocomplete-marca ul li{
    width: 100%;
    cursor: pointer;
    padding: 5px 0;
    border-bottom: #dee2e6 1px solid;
    padding-left: 10px;
}
#contenido-autocomplete-marca ul li:hover{
    background-color: #dee2e6;
}
#contenido-autocomplete-gama ul{
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
}
#contenido-autocomplete-gama ul li{
    width: 100%;
    cursor: pointer;
    padding: 5px 0;
    border-bottom: #dee2e6 1px solid;
    padding-left: 10px;
}
#contenido-autocomplete-gama ul li:hover{
    background-color: #dee2e6;
}
.enlacemigas{
    color: #838E99 !important;
    text-decoration: underline !important;
}
.divTdTable{
    height: 100%;
    padding: 10px;
    display: contents;
}
.divTdTable p{
    margin: 0px !important;
    padding: 20px 15px;
}

/* Estilos de animación de carga */
.lds-ring {
    display: inline-block;
    position: fixed;
    width: 80px;
    height: 80px;
    transform:translate(-50%, -50%); top:50%; left:50%;
    z-index:9999;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #ff5100;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #a9b7c5 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);
    }
}
#fondo-animacion-carga {
    position:fixed; top:0; left:0; right:0; bottom:0; background-color:rgba(255, 255, 255, 0.7); z-index:8888;
}

/* Ventana modal de selección de imagen representativa de comunicación */

.modal-body{
    font-family: "Lato", sans-serif !important;
}
.modal-dialog{
    margin-top: 5%;
}
.datos-modal-producto-en-listado {
    width:100%; border-bottom:1px #D9D9D9 solid; margin-bottom:18px; float:left;
}
.modal-header h2 {
    width:calc(100% - 50px); font-size:18px; font-weight:900; float:left;
}
.contenido-seleccion-imagenes-comunicacion {
    width:100%; height:590px; display:block; overflow-y: scroll; float:left;
}
.contenido-seleccion-imagenes-comunicacion h3 {
    width:100%; padding-top:18px; margin:-1px 0 0 0; font-size:18px !important; font-weight:900; border-top:1px #ccc solid; float:left;font-family: 'Lato';
}
.contenido-seleccion-imagenes-comunicacion div {
    width:100%; margin:12px 0 15px 0; float:left;
}
.modal-body button {
    margin:0 10px 8px 0; padding:0; border:0; cursor:pointer; background-color:#FFF; position:relative; float:left;
}
.modal-body button span {
    width:20px; height:20px; margin-left:80px; border-radius:0 4px 0 0; background-color:#FF5100; position:absolute;
}
.modal-body button span img {
    width:20px; height:20px; border:0;margin-bottom: 5px;
}
.modal-body button img {
    width:100px; height:100px; border-radius:4px; border:2px #CDD6DE solid; transition:0.3s;
}
.modal-body .boton-seleccionado-imagenes-comunicacion {
    border:2px #FF5100 solid;
}
.modal-body button img:hover {
    border:2px #FF5100 solid;
}
#imagen-representativa-form{
    width: 130px;
    margin-top: 20px;
    border-radius: 5%;
    margin-bottom: 10px;
}
input.switch:disabled + span.on {
    color: #CDD6DE;
}
/* Promociones */
.campo-tooltip-wrapper {
    position: relative;
    display: block;
    width: 100%;
}
.campo-tooltip {
    display: none;
    position: absolute;
    bottom: calc(100% + 8px);
    left: 0;
    background-color: #ffffff;
    color: #333333;
    font-size: 13px;
    padding: 6px 10px 6px 30px;
    border-radius: 3px;
    white-space: nowrap;
    z-index: 9999;
    box-shadow: 0 2px 6px rgba(0,0,0,0.25);
    border: 1px solid #d0d0d0;
}

.campo-tooltip::before {
    content: '!';
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -8px;
    background-color: #f5a623;
    color: white;
    font-weight: 700;
    font-size: 11px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    text-align: center;
    line-height: 16px;
}

.campo-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 12px;
    border: 6px solid transparent;
    border-top-color: #d0d0d0;
}

.list-disc { list-style: disc; padding-left: 1.5rem; }
