@charset "utf-8";
#body-container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
	/*height: 400px;
	width: 800px;*/
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 20px 30px 20px 30px;
	border: none;
}
/* {{{ Errors, warning, tips classes */
p.formerror, p.warn {
	border: 1px solid #666600;
	color: #660000;
	background-color: #ffeeee;
	margin: 4px;
	padding: 6px;
}

/* Manual warnings/cautions/tips */
div.warning , div.caution, div.tip, div.information {
	margin: 20px;
	padding: 20px 30px;
	/* text-align: center; */
}
div.warning, div.tip {
	background-image: url("../envio_correos/img/new-warning.png");
	background-repeat: no-repeat;
	padding-left: 62px;
	background-position: center left;
	background-size: 50px;
}
div.warning p, div.caution p, div.tip p, div.information p {
	text-align: justify;
}
div.tip {
	border: 1px solid #00c;
	color: #006;
	background-color: #eef;
}
div.warning {
	border-color: rgb(250 204 21);
	border-radius: 0.375rem;
	color: rgb(75 85 99);
	background-color: rgb(254 252 232);
}
div.information {
	border: 1px solid #00c;
	color: #006;
	background-color: #eef;
}
div.caution {
	border: 1px solid #333;
	color: #333;
	background-color: #ffc;
}
#leftbar div.tip, #leftbar div.information {
	margin: 0;
	padding: 5px;
	text-align: left;
}
#leftbar div.tip p, #leftbar div.information p {
	text-align: left;
}

/* FIXME: Remove when the new XSL build has finished */
div.warning table, div.warning table tr, div.warning table td,
div.caution table, div.caution table tr, div.caution table td {
	border: 0;
}
/* }}} */


.navbar-nav .active a{ 
	color: rgb(253,195,18) !important;
  }

  .fox{
	background-color: #f88E1B;
  }

  .frm-fox{
	background-color:rgb();
  }

  .sms{
	/* background-color:#6c21a8; */
  }

  .email{
	/* background-color:#F5E8FF; */
  }

 
  .buttons-csv{
	color: #fff !important;
    background-color: #198754 !important;
    border-color: #198754 !important;
  }

  .buttons-excel{
	color: #fff !important;
    background-color: #198754 !important;
    border-color: #198754 !important;
  }

  .table{
	padding: 0px 15px;
  }

  #overlay{	
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	height:100%;
	display: none;
	background: rgba(0,0,0,0.6);
  }
  .cv-spinner {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;  
  }
  .spinner {
	width: 40px;
	height: 40px;
	border: 4px #ddd solid;
	border-top: 4px #2e93e6 solid;
	border-radius: 50%;
	animation: sp-anime 0.8s infinite linear;
  }
  @keyframes sp-anime {
	100% { 
	  transform: rotate(360deg); 
	}
  }
  .is-hide{
	display:none;
  }

  .login-fondo{
	background: rgb(2,0,36);
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(95,33,103,1) 100%, rgba(0,212,255,1) 100%);
  }

  .reset-fondo{
	background: rgb(2,0,36);
	background-image: linear-gradient(90deg, #020024 0%, rgb(24,64,127) 55%, rgb(38,137,202) 100%);
  }

  .texto-inicio {color: #9e9b9b63; text-shadow: black 0.1em 0.1em 0.2em}


  .inicio{
	background: rgb(131,58,180);
	background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(95,33,103,1) 100%, rgba(164,69,252,1) 100%);
  }

  .base-correo{
	background-color:#F5E8FF;
  }

  .base-sms{
	/* background-color:#ddb4fe; */
}

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

.note-group-select-from-files {
	display: none;
}

.link-warning{
	color: #ffc107;
}

.link-danger {
    color: #dc3545;
}

.link-info {
    color: #0dcaf0;
}

.link-email {
    color:rgb(95,33,103);
}


.note-group-imageAttributes-link-target{
	display: none;
}
.note-group-imageAttributes-link-class{
	display: none;
}

.note-group-imageAttributes-link-style{
	display: none;
}
.note-group-imageAttributes-link-rel{
	display: none;
}

.note-group-imageAttributes-link-role{
	display: none;
}

.note-group-imageAttributes-title{
	display: none;
}

.note-group-imageAttributes-alt{
	display: none;
}
.note-group-imageAttributes-dimensions{
	display: none;
}