.alert-models-modal {
  width: 470px;
  position: absolute;
  top: 30%;
  left: 50%;
  margin-left: -235px;
  margin-top: -200px;
  height: 400px;
  border: none;
  background: #fff;
  text-align: center;
  padding: 0px;
}
.alert-models-modal.form-new {
  height: auto;
}
.alert-models-modal.form-new form div {
  margin-top: 10px;
  padding: 0px 10px;
}
.alert-models-modal.form-new form div input[type=text],
.alert-models-modal.form-new form div input[type=number] {
  line-height: 30px;
  border: 1px solid #ccc;
  padding: 0px 5px;
  display: block;
  width: 100%;
}
.alert-models-modal.form-new form div span {
  display: block;
  text-align: left;
  color: #4990e2;
}
.alert-models-modal.form-new form div.submit-container {
  text-align: right;
  margin-bottom: 10px;
}
.alert-models-modal.form-new form div.submit-container input[type=submit] {
  color: #fff;
  border-bottom: 2px solid #2f87d4;
  border-left: 1px solid #4da1ff;
  border-right: 1px solid #4da1ff;
  border-top: 1px solid #4da1ff;
  height: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  background: #4da1ff;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 200;
}
.alert-models-modal.form-new .container-list {
  height: auto;
  padding: 15px;
  text-align: left;
}
.alert-models-modal.form-new .container-list > span {
  color: #696969;
}
.alert-models-modal.form-new .container-list .more-info-report {
  vertical-align: middle;
  display: inline-block;
  background: #989898;
  color: #fff !important;
  border-radius: 8px !important;
  font-size: 12px;
  margin-left: 5px !important;
  width: 15px;
  height: 15px;
  text-align: center;
  padding: 0px !important;
}
.alert-models-modal.form-new .container-list .step-1 .types-report {
  text-align: center;
  margin-top: 15px;
}
.alert-models-modal.form-new .container-list .step-1 .types-report span {
  padding: 0px 15px;
  color: #696969;
}
.alert-models-modal.form-new .container-list .step-1 .types-report a {
  line-height: 35px;
  height: 35px;
  font-size: 12px;
  display: inline-block;
  width: 175px;
  color: #4da1ff;
  border: 1px solid #4da1ff;
}
.alert-models-modal.form-new .container-list .step-1 .types-report a:hover,
.alert-models-modal.form-new .container-list .step-1 .types-report a.active {
  background: #4da1ff;
  color: #fff;
  cursor: pointer;
}
.alert-models-modal.form-new .container-list .step-1 .data-report {
  margin-top: 15px;
}
.alert-models-modal.form-new .container-list .step-1 .data-report .two-colums {
  margin-top: 15px;
  display: table;
  width: 100%;
  color: #696969;
}
.alert-models-modal.form-new .container-list .step-1 .data-report .two-colums > div {
  display: table-cell;
  width: 50%;
}
.alert-models-modal.form-new .container-list .step-1 .data-report .two-colums > div .select-style {
  width: 140px;
  display: inline-block;
  line-height: 32px;
}
.alert-models-modal.form-new .container-list .step-1 .data-report .two-colums > div:last-child {
  text-align: right;
}
.alert-models-modal.form-new .container-list .step-1 .data-report h4 {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: left;
  color: #4da1ff;
  font-weight: 400;
}
.alert-models-modal.form-new .container-list .step-1 .data-report .interval-days {
  width: 70px;
  padding: 0px 5px;
  color: #4da1ff;
  border: 1px solid #4da1ff;
  line-height: 30px;
  height: 30px;
}
.alert-models-modal.form-new .container-list .step-1 .data-report .interval-days::-webkit-input-placeholder {
  color: #949494;
  font-style: italic;
}
.alert-models-modal.form-new .container-list .step-1 .data-report .interval-days::-moz-placeholder {
  color: #949494;
  font-style: italic;
}
.alert-models-modal.form-new .container-list .step-1 .data-report .interval-days:-ms-input-placeholder {
  color: #949494;
  font-style: italic;
}
.alert-models-modal.form-new .container-list .step-1 .data-report .interval-days:-moz-placeholder {
  color: #949494;
  font-style: italic;
}
.alert-models-modal.form-new .container-list .step-1 .data-report input[type=text] {
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
  padding-bottom: 10px;
  border-bottom: 2px solid #696969;
  margin-top: 15px;
}
.alert-models-modal.form-new .container-list .step-1 .data-report input[type=text]::-webkit-input-placeholder {
  color: #949494;
  font-style: italic;
}
.alert-models-modal.form-new .container-list .step-1 .data-report input[type=text]::-moz-placeholder {
  color: #949494;
  font-style: italic;
}
.alert-models-modal.form-new .container-list .step-1 .data-report input[type=text]:-ms-input-placeholder {
  color: #949494;
  font-style: italic;
}
.alert-models-modal.form-new .container-list .step-1 .data-report input[type=text]:-moz-placeholder {
  color: #949494;
  font-style: italic;
}
.alert-models-modal.form-new .container-list .step-1 .data-report .notify-email {
  margin-top: 15px;
  color: #696969;
}
.alert-models-modal.form-new .container-list .step-1 .data-report .notify-email .radios-option {
  position: relative;
  display: inline-block;
  width: 40px;
  line-height: 16px;
  text-align: left;
}
.alert-models-modal.form-new .container-list .step-1 .data-report .notify-email .radios-option:hover {
  cursor: pointer;
}
.alert-models-modal.form-new .container-list .step-1 .data-report .notify-email .radios-option.margin-r {
  margin-right: 20px;
}
.alert-models-modal.form-new .container-list .step-1 .data-report .notify-email .radios-option input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #2196f3;
  width: 15px;
  height: 15px;
  margin: 0px;
  vertical-align: middle;
  position: absolute;
  opacity: 0;
  top: 0px;
  right: 0px;
  z-index: 1;
}
.alert-models-modal.form-new .container-list .step-1 .data-report .notify-email .radios-option input[type=radio]:hover {
  cursor: pointer;
}
.alert-models-modal.form-new .container-list .step-1 .data-report .notify-email .radios-option input[type=radio]:hover ~ .checkmark {
  background-color: #2196f3;
  cursor: pointer;
}
.alert-models-modal.form-new .container-list .step-1 .data-report .notify-email .radios-option input[type=radio]:checked ~ .checkmark {
  background-color: #fff;
}
.alert-models-modal.form-new .container-list .step-1 .data-report .notify-email .radios-option input[type=radio]:checked ~ .checkmark:after {
  display: block;
}
.alert-models-modal.form-new .container-list .step-1 .data-report .notify-email .radios-option .checkmark {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 15px;
  width: 15px;
  background-color: #eee;
  border: 1px solid #2196f3;
  border-radius: 10px;
}
.alert-models-modal.form-new .container-list .step-1 .data-report .notify-email .radios-option .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 2px;
  top: 2px;
  width: 9px;
  height: 9px;
  border: solid transparent;
  border-width: 2px;
  border-radius: 10px;
  background: #2196f3;
}
.alert-models-modal.form-new .container-list .step-2 .emails-share {
  margin-bottom: 15px;
}
.alert-models-modal.form-new .container-list .step-2 .two-colums {
  margin-top: 15px;
  display: table;
  width: 100%;
  color: #696969;
}
.alert-models-modal.form-new .container-list .step-2 .two-colums input[type=number] {
  width: 70px;
  color: #4da1ff;
  border: 1px solid #4da1ff;
  line-height: 30px;
  height: 30px;
  padding: 0px 5px;
}
.alert-models-modal.form-new .container-list .step-2 .two-colums input[type=number]::-webkit-input-placeholder {
  color: #949494;
  font-style: italic;
}
.alert-models-modal.form-new .container-list .step-2 .two-colums input[type=number]::-moz-placeholder {
  color: #949494;
  font-style: italic;
}
.alert-models-modal.form-new .container-list .step-2 .two-colums input[type=number]:-ms-input-placeholder {
  color: #949494;
  font-style: italic;
}
.alert-models-modal.form-new .container-list .step-2 .two-colums input[type=number]:-moz-placeholder {
  color: #949494;
  font-style: italic;
}
.alert-models-modal.form-new .container-list .step-2 .two-colums > div {
  display: table-cell;
  width: 60%;
}
.alert-models-modal.form-new .container-list .step-2 .two-colums > div .radios-option {
  position: relative;
  display: inline-block;
  width: 40px;
  line-height: 16px;
  text-align: left;
}
.alert-models-modal.form-new .container-list .step-2 .two-colums > div .radios-option:hover {
  cursor: pointer;
}
.alert-models-modal.form-new .container-list .step-2 .two-colums > div .radios-option.margin-r {
  margin-right: 20px;
}
.alert-models-modal.form-new .container-list .step-2 .two-colums > div .radios-option input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #2196f3;
  width: 15px;
  height: 15px;
  margin: 0px;
  vertical-align: middle;
  position: absolute;
  opacity: 0;
  top: 0px;
  right: 0px;
  z-index: 1;
}
.alert-models-modal.form-new .container-list .step-2 .two-colums > div .radios-option input[type=radio]:hover {
  cursor: pointer;
}
.alert-models-modal.form-new .container-list .step-2 .two-colums > div .radios-option input[type=radio]:hover ~ .checkmark {
  background-color: #2196f3;
  cursor: pointer;
}
.alert-models-modal.form-new .container-list .step-2 .two-colums > div .radios-option input[type=radio]:checked ~ .checkmark {
  background-color: #fff;
}
.alert-models-modal.form-new .container-list .step-2 .two-colums > div .radios-option input[type=radio]:checked ~ .checkmark:after {
  display: block;
}
.alert-models-modal.form-new .container-list .step-2 .two-colums > div .radios-option .checkmark {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 15px;
  width: 15px;
  background-color: #eee;
  border: 1px solid #2196f3;
  border-radius: 10px;
}
.alert-models-modal.form-new .container-list .step-2 .two-colums > div .radios-option .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 2px;
  top: 2px;
  width: 9px;
  height: 9px;
  border: solid transparent;
  border-width: 2px;
  border-radius: 10px;
  background: #2196f3;
}
.alert-models-modal.form-new .container-list .step-2 .two-colums > div .select-style {
  width: 140px;
  display: inline-block;
  line-height: 32px;
}
.alert-models-modal.form-new .container-list .step-2 .two-colums > div:last-child {
  text-align: right;
  width: 40%;
}
.alert-models-modal.form-new .container-list .step-2 p {
  color: #696969;
}
.alert-models-modal.form-new .container-list .step-2 .inputEmailAdd {
  border: none;
  width: 120px;
}
.alert-models-modal.form-new .container-list .step-2 .inputEmailAdd::-webkit-input-placeholder {
  color: #949494;
  font-style: italic;
}
.alert-models-modal.form-new .container-list .step-2 .inputEmailAdd::-moz-placeholder {
  color: #949494;
  font-style: italic;
}
.alert-models-modal.form-new .container-list .step-2 .inputEmailAdd:-ms-input-placeholder {
  color: #949494;
  font-style: italic;
}
.alert-models-modal.form-new .container-list .step-2 .inputEmailAdd:-moz-placeholder {
  color: #949494;
  font-style: italic;
}
.alert-models-modal.form-new .container-list .step-2 .react-tagsinput {
  border: 1px solid #2196f3;
}
.alert-models-modal.form-new .container-list .step-2 .react-tagsinput.react-tagsinput--focused {
  border: 1px solid #2196f3;
}
.alert-models-modal.form-new .container-list .step-2 .react-tagsinput-tag {
  background: #b5deff;
  color: #2196f3;
  border: 1px solid #2196f3;
}
.alert-models-modal.form-new .container-list .step-2 .message-email {
  min-width: 100%;
  max-width: 100%;
  height: 100px;
  min-height: 100px;
  max-height: 100px;
  border: 1px solid #2196f3;
}
.alert-models-modal.form-new .container-list .step-2 .message-email::-webkit-input-placeholder {
  color: #949494;
  font-style: italic;
}
.alert-models-modal.form-new .container-list .step-2 .message-email::-moz-placeholder {
  color: #949494;
  font-style: italic;
}
.alert-models-modal.form-new .container-list .step-2 .message-email:-ms-input-placeholder {
  color: #949494;
  font-style: italic;
}
.alert-models-modal.form-new .container-list .step-2 .message-email:-moz-placeholder {
  color: #949494;
  font-style: italic;
}
.alert-models-modal.form-new .container-list .step-3 p {
  color: #696969;
}
.alert-models-modal.form-new .container-list .step-3 table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.alert-models-modal.form-new .container-list .step-3 table tr {
  border: 1px solid #4da1ff;
}
.alert-models-modal.form-new .container-list .step-3 table tr:first-child {
  border: 1px solid #ccc;
}
.alert-models-modal.form-new .container-list .step-3 table tr th {
  background: #ccc;
  color: #696969;
  height: 30px;
  padding-left: 5px;
  padding-right: 5px;
}
.alert-models-modal.form-new .container-list .step-3 table tr td {
  color: #696969;
  height: 30px;
  padding-left: 5px;
  padding-right: 5px;
}
.alert-models-modal.form-new .container-list .step-3 table tr td:last-child {
  text-align: right;
}
.alert-models-modal.form-new .container-list .step-3 table tr td .opt-email {
  width: 25px;
  height: 25px;
  display: inline-block;
  background: #4da1ff;
  border-radius: 15px;
  margin-right: 5px;
  vertical-align: middle;
}
.alert-models-modal.form-new .container-list .footer-actions {
  margin-top: 35px;
}
.alert-models-modal.form-new .container-list .footer-actions a {
  width: 212px;
  font-size: 12px;
  font-weight: 300;
  display: inline-block;
  background: #2196f3;
  color: #fff;
  line-height: 45px;
  height: 45px;
  text-align: center;
}
.alert-models-modal.form-new .container-list .footer-actions a.btn-full {
  width: 100%;
}
.alert-models-modal.form-new .container-list .footer-actions a:first-child {
  margin-right: 15px;
}
.alert-models-modal.form-new .container-list .footer-actions a.more-emails {
  width: 100%;
}
.alert-models-modal.form-new .container-list .footer-actions a:hover {
  cursor: pointer;
}
.alert-models-modal h3 {
  font-weight: 200;
  color: #36a9e1;
  background: #fff;
  padding: 15px 10px 15px 10px;
  text-align: left;
  font-size: 16px;
  margin: 0px;
  line-height: 28px;
  border-bottom: 1px solid #36a9e1;
}
.alert-models-modal h3 .close-modal {
  float: right;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  border: 2px solid #36a9e1;
  border-radius: 20px;
  width: 28px;
  text-align: center;
  height: 28px;
  vertical-align: middle;
}
.alert-models-modal h3 .close-modal:hover {
  cursor: pointer;
}
.alert-models-modal .container-list {
  overflow: overlay;
  height: 340px;
}
.alert-models-modal .container-list .row-list {
  display: table;
  text-align: left;
  padding: 10px 15px;
}
.alert-models-modal .container-list .row-list.row-c {
  background-color: #f0f7ff;
}
.alert-models-modal .container-list .row-list div {
  display: table-cell;
}
.alert-models-modal .container-list .row-list div:first-child {
  width: 350px;
}
.alert-models-modal .container-list .row-list div:last-child {
  width: 215px;
}
.alert-models-modal .container-list .row-list a {
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 1px;
  line-height: 30px;
  padding: 0px 5px;
  color: #fff;
  display: inline-block;
  margin-left: 5px;
}
.alert-models-modal .container-list .row-list a.apply {
  background: #5cb85c;
  border-top: 1px solid #5cb85c;
  border-left: 1px solid #5cb85c;
  border-right: 1px solid #5cb85c;
  border-bottom: 2px solid #489048;
}
.alert-models-modal .container-list .row-list a.share {
  background: #5bc0de;
  border-top: 1px solid #5bc0de;
  border-left: 1px solid #5bc0de;
  border-right: 1px solid #5bc0de;
  border-bottom: 2px solid #4aa1bb;
}
.alert-models-modal .container-list .row-list a.remove {
  background: #d9534f;
  border-top: 1px solid #d9534f;
  border-left: 1px solid #d9534f;
  border-right: 1px solid #d9534f;
  border-bottom: 2px solid #ab423f;
}
.alert-models-modal .container-list .row-list a:hover,
.alert-models-modal .container-list .row-list a:focus {
  text-decoration: none;
}
.list-reports {
  border-collapse: collapse;
  display: none;
  width: 100%;
}
.list-reports.active {
  display: table;
}
.list-reports tr {
  border-bottom: 1px solid #4da1ff;
}
.list-reports tr:first-child {
  border-top: 2px solid #4da1ff;
}
.list-reports tr td {
  padding: 5px 0px;
}
.list-reports tr td:last-child {
  text-align: right;
}
.list-reports tr td:last-child span {
  background: #4da1ff;
  padding: 0px 10px 0px 2px;
  text-align: right;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  border-radius: 15px;
}
.list-reports tr td:last-child a {
  display: inline-block;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  margin-left: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 28px;
}
.list-reports tr td:last-child a.share {
  background-image: url("../../images/iconos/share.svg");
}
.list-reports tr td:last-child a.edit {
  background-image: url("../../images/iconos/edit-report.svg");
}
.list-reports tr td:last-child a.remove {
  background-image: url("../../images/iconos/remove-report.svg");
}
.list-reports tr td .title-report {
  color: #696969;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
  display: inline-block;
}
.list-reports tr td > div span {
  color: #9b9b9b;
  display: block;
  font-size: 12px;
}
