.alert-models-modal {
  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;
  position: relative;
  color: #4da1ff;
}
.alert-models-modal.form-new .container-list .request-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
  left: 0px;
  top: 0px;
}
.alert-models-modal.form-new .container-list .request-loading > i {
  position: absolute;
  font-size: 40px;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
.alert-models-modal.form-new .container-list .request-loading > p {
  font-size: 16px;
  position: absolute;
  width: 100%;
  text-align: center;
  height: 72px;
  top: 50%;
  margin-top: -36px;
}
.alert-models-modal.form-new .container-list .request-loading > p i {
  font-size: 28px;
  margin: 10px;
  display: block;
}
.alert-models-modal.form-new .container-list p {
  color: #696969;
  font-weight: 200;
  font-size: 13px;
}
.alert-models-modal.form-new .container-list .more-info-report {
  margin-left: 5px;
  vertical-align: middle;
  font-size: 18px;
}
.alert-models-modal.form-new .container-list h4 {
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: center;
  color: #4da1ff;
  letter-spacing: 1px;
  font-weight: 200;
  line-height: 26px;
}
.alert-models-modal.form-new .container-list .step-1 .types-report {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
}
.alert-models-modal.form-new .container-list .step-1 .types-report .space-button {
  padding: 0px 15px;
  color: #696969;
}
.alert-models-modal.form-new .container-list .step-1 .types-report a {
  line-height: 38px;
  height: 38px;
  letter-spacing: 1px;
  font-size: 12px;
  display: inline-block;
/* width: 175px; */
  color: #4da1ff;
  border: 1px solid #4da1ff;
  padding: 0px 10px;
  font-weight: 200;
}
.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 span {
  font-size: 13px;
}
.alert-models-modal.form-new .container-list .step-1 .data-report .two-colums {
  margin-top: 15px;
  display: table;
  width: 100%;
  font-weight: 200;
  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 .interval-days {
  width: 70px;
}
.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;
  line-height: 30px;
  height: 30px;
  padding: 0px 5px;
  color: rgba(0,0,0,0.65);
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
}
.alert-models-modal.form-new .container-list .step-2 .two-colums input[type=number]::-webkit-input-placeholder {
  color: #696969;
  font-style: italic;
  font-weight: 200;
  font-size: 14px;
}
.alert-models-modal.form-new .container-list .step-2 .two-colums input[type=number]::-moz-placeholder {
  color: #696969;
  font-style: italic;
  font-weight: 200;
  font-size: 14px;
}
.alert-models-modal.form-new .container-list .step-2 .two-colums input[type=number]:-ms-input-placeholder {
  color: #696969;
  font-style: italic;
  font-weight: 200;
  font-size: 14px;
}
.alert-models-modal.form-new .container-list .step-2 .two-colums input[type=number]:-moz-placeholder {
  color: #696969;
  font-style: italic;
  font-weight: 200;
  font-size: 14px;
}
.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: #696969;
  font-style: italic;
  font-weight: 200;
  font-size: 14px;
}
.alert-models-modal.form-new .container-list .step-2 .inputEmailAdd::-moz-placeholder {
  color: #696969;
  font-style: italic;
  font-weight: 200;
  font-size: 14px;
}
.alert-models-modal.form-new .container-list .step-2 .inputEmailAdd:-ms-input-placeholder {
  color: #696969;
  font-style: italic;
  font-weight: 200;
  font-size: 14px;
}
.alert-models-modal.form-new .container-list .step-2 .inputEmailAdd:-moz-placeholder {
  color: #696969;
  font-style: italic;
  font-weight: 200;
  font-size: 14px;
}
.alert-models-modal.form-new .container-list .step-2 .react-tagsinput {
  padding: 5px;
}
.alert-models-modal.form-new .container-list .step-2 .react-tagsinput.react-tagsinput--focused {
  border-color: #ccc !important;
}
.alert-models-modal.form-new .container-list .step-2 .react-tagsinput .react-tagsinput-tag {
  color: rgba(0,0,0,0.65);
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  cursor: default;
  margin-right: 4px;
  border-radius: 4px;
  -webkit-transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.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;
}
.alert-models-modal.form-new .container-list .step-2 .message-email::-webkit-input-placeholder {
  color: #696969;
  font-style: italic;
  font-weight: 200;
  font-size: 14px;
}
.alert-models-modal.form-new .container-list .step-2 .message-email::-moz-placeholder {
  color: #696969;
  font-style: italic;
  font-weight: 200;
  font-size: 14px;
}
.alert-models-modal.form-new .container-list .step-2 .message-email:-ms-input-placeholder {
  color: #696969;
  font-style: italic;
  font-weight: 200;
  font-size: 14px;
}
.alert-models-modal.form-new .container-list .step-2 .message-email:-moz-placeholder {
  color: #696969;
  font-style: italic;
  font-weight: 200;
  font-size: 14px;
}
.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: 100%;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 200;
  display: inline-block;
  color: #fff;
  background: #2196f3;
  line-height: 38px;
  text-align: center;
  margin-top: 5px;
}
.alert-models-modal.form-new .container-list .footer-actions a.btn-full {
  width: 100%;
}
.alert-models-modal.form-new .container-list .footer-actions a.more-emails {
  width: 100%;
}
.alert-models-modal.form-new .container-list .footer-actions a.skip-step {
  margin-top: 15px;
  color: rgba(0,0,0,0.65);
  background-color: #fff;
  border: 1px solid #d9d9d9;
}
.alert-models-modal.form-new .container-list .footer-actions a:hover {
  cursor: pointer;
}
.alert-models-modal h3 {
  font-weight: 200;
  color: #fff;
  background: #4da1ff;
  padding: 10px 15px;
  text-align: left;
  font-size: 12px;
  margin: 0px;
  line-height: 20px;
  letter-spacing: 1px;
  border-bottom: 1px solid #4da1ff;
}
.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 h3 i {
  float: right;
  font-size: 20px;
}
.alert-models-modal h3 i.more-info-report {
  margin-right: 5px;
  color: #fff;
}
.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: 11px;
  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%;
  font-size: 12px;
}
.list-reports.active {
  display: block;
  position: absolute;
  bottom: 0px;
  top: 60px;
  overflow: auto;
  right: 0px;
  left: 0px;
  padding: 15px;
  border-top: 2px solid #4da1ff;
}
.list-reports.active .request-loading {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  z-index: 111;
  background: #fff;
  min-height: 100%;
}
.list-reports.active .request-loading i {
  font-size: 28px;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: 50%;
  margin-top: -15px;
}
.list-reports > div {
  border-bottom: 1px solid #ccc;
  display: table;
  width: 100%;
}
.list-reports > div:first-child {
  vertical-align: middle;
}
.list-reports > div > div {
  padding: 5px 10px;
  display: table-cell;
  vertical-align: middle;
}
.list-reports > div > div.info {
  width: 310px;
}
.list-reports > div > div.options {
  width: 105px;
  text-align: right;
}
.list-reports > div > div .title-report {
  color: #696969;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
  display: inline-block;
}
.list-reports > div > div > div span {
  color: #9b9b9b;
  display: block;
  font-size: 12px;
  font-weight: 200;
}
.donwload-report {
  font-size: 14px;
  letter-spacing: 1px;
}
.donwload-report h3 {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 200;
}
.donwload-report p {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 200;
}
.accordion-download-report .ant-steps {
  margin-bottom: 30px;
}
.accordion-download-report .ant-steps .ant-steps-item-title {
  font-size: 12px;
  letter-spacing: 1px;
}
.accordion-download-report .ant-collapse-header {
  font-size: 12px !important;
  letter-spacing: 1px;
}
.accordion-download-report .dashboard-report {
  font-size: 12px;
  letter-spacing: 1px;
  width: 100%;
}
.accordion-download-report .dashboard-report tr {
  border-bottom: 1px dashed #ccc;
}
.accordion-download-report .dashboard-report tr td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.accordion-download-report .dashboard-report tr td:last-child {
  text-align: right;
}
.accordion-download-report .next-step {
  letter-spacing: 1px;
  font-size: 12px;
  margin-top: 15px;
}
.accordion-download-report .step-download {
  text-align: center;
  font-size: 12px;
  letter-spacing: 1px;
}
.accordion-download-report .step-download div span {
  font-size: 12px;
}
.accordion-download-report .step-download .btn-download button {
  margin-top: 15px;
  font-size: 12px;
  letter-spacing: 1px;
}
