@font-face {
  font-family: "Muli-Regular";
  src: url("../fonts/muli/Muli-Regular.ttf");
}

@font-face {
  font-family: "Muli-SemiBold";
  src: url("../fonts/muli/Muli-SemiBold.ttf");
}

@font-face {
  font-family: "Muli-Bold";
  src: url("../fonts/muli/Muli-Bold.ttf");
}

#profile-container *,
#meeting-container *,
.modal-body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#profile-container body,
#meeting-container body,
.modal-body body {
  font-family: "Muli-Regular";
  color: #666;
  font-size: 13px;
  margin: 0;
}

#profile-container input,
#profile-container textarea,
#profile-container select,
#profile-container button,
#meeting-container input,
#meeting-container textarea,
#meeting-container select,
#meeting-container button,
.modal-body input,
.modal-body textarea,
.modal-body select,
.modal-body button {
  font-family: "Muli-Regular";
  color: #333;
  font-size: 13px;
}

#profile-container input.disabled, #profile-container input[disabled],
#profile-container textarea.disabled,
#profile-container textarea[disabled],
#profile-container select.disabled,
#profile-container select[disabled],
#profile-container button.disabled,
#profile-container button[disabled],
#meeting-container input.disabled,
#meeting-container input[disabled],
#meeting-container textarea.disabled,
#meeting-container textarea[disabled],
#meeting-container select.disabled,
#meeting-container select[disabled],
#meeting-container button.disabled,
#meeting-container button[disabled],
.modal-body input.disabled,
.modal-body input[disabled],
.modal-body textarea.disabled,
.modal-body textarea[disabled],
.modal-body select.disabled,
.modal-body select[disabled],
.modal-body button.disabled,
.modal-body button[disabled] {
  background-color: #ccc;
}

#profile-container textarea,
#meeting-container textarea,
.modal-body textarea {
  resize: none;
  overflow: hidden;
  padding: 10px 15px;
  line-height: 1.5;
}

#profile-container p,
#profile-container h1,
#profile-container h2,
#profile-container h3,
#profile-container h4,
#profile-container h5,
#profile-container h6,
#profile-container ul,
#meeting-container p,
#meeting-container h1,
#meeting-container h2,
#meeting-container h3,
#meeting-container h4,
#meeting-container h5,
#meeting-container h6,
#meeting-container ul,
.modal-body p,
.modal-body h1,
.modal-body h2,
.modal-body h3,
.modal-body h4,
.modal-body h5,
.modal-body h6,
.modal-body ul {
  margin: 0;
}

#profile-container img,
#meeting-container img,
.modal-body img {
  max-width: 100%;
}

#profile-container ul,
#meeting-container ul,
.modal-body ul {
  padding-left: 0;
  margin-bottom: 0;
}

#profile-container a,
#meeting-container a,
.modal-body a {
  color: #ae3c33;
}

#profile-container a:hover,
#meeting-container a:hover,
.modal-body a:hover {
  color: #ce2216;
}

#profile-container :focus,
#meeting-container :focus,
.modal-body :focus {
  outline: none;
}

#profile-container.wrapper,
#meeting-container.wrapper,
.modal-body.wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#profile-container .inner,
#meeting-container .inner,
.modal-body .inner {
  min-width: 850px;
  margin: 0 auto;
  background-size: cover !important;
}

#profile-container .inner h3,
#meeting-container .inner h3,
.modal-body .inner h3 {
  padding-top: 30px;
  text-transform: uppercase;
  font-size: 22px;
  font-family: "Muli-Bold";
  text-align: center;
  margin-bottom: 32px;
  color: #1e9eae;
  letter-spacing: 2px;
}

#profile-container .inner h2,
#meeting-container .inner h2,
.modal-body .inner h2 {
  padding-top: 30px;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Muli-Bold";
  text-align: center;
  margin-bottom: 32px;
  color: #1e9eae;
  letter-spacing: 1.25px;
}

#profile-container #mail-notify,
#meeting-container #mail-notify,
.modal-body #mail-notify {
  float: right;
}

#profile-container .form-group,
#meeting-container .form-group,
.modal-body .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#profile-container .form-group .form-wrapper,
#meeting-container .form-group .form-wrapper,
.modal-body .form-group .form-wrapper {
  width: 50%;
  margin-right: 20px;
}

#profile-container .form-group .form-wrapper:last-child,
#meeting-container .form-group .form-wrapper:last-child,
.modal-body .form-group .form-wrapper:last-child {
  margin-right: 0px;
}

#profile-container .form-wrapper,
#meeting-container .form-wrapper,
.modal-body .form-wrapper {
  margin-bottom: 17px;
}

#profile-container .form-wrapper label,
#meeting-container .form-wrapper label,
.modal-body .form-wrapper label {
  margin-bottom: 9px;
  display: block;
}

#profile-container .form-control,
#meeting-container .form-control,
.modal-body .form-control {
  border: 1px solid #ccc;
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 20px;
  border-radius: 20px;
  font-family: "Muli-Bold";
  background: none;
}

#profile-container .form-control:focus,
#meeting-container .form-control:focus,
.modal-body .form-control:focus {
  border: 1px solid #1e9eae;
}

#profile-container .form-control.has-error,
#meeting-container .form-control.has-error,
.modal-body .form-control.has-error {
  border: 1px solid #ce2216;
}

#profile-container select,
#meeting-container select,
.modal-body select {
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  padding-left: 20px;
}

#profile-container select option[value=""][disabled],
#meeting-container select option[value=""][disabled],
.modal-body select option[value=""][disabled] {
  display: none;
}

#profile-container .error-message,
#meeting-container .error-message,
.modal-body .error-message {
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
  color: #ce2216;
  font-size: 13px;
  width: 100%;
}

#profile-container .checkbox,
#profile-container .radio,
#meeting-container .checkbox,
#meeting-container .radio,
.modal-body .checkbox,
.modal-body .radio {
  position: relative;
}

#profile-container .checkbox label,
#profile-container .radio label,
#meeting-container .checkbox label,
#meeting-container .radio label,
.modal-body .checkbox label,
.modal-body .radio label {
  padding-left: 22px;
  cursor: pointer;
}

#profile-container .checkbox input,
#profile-container .radio input,
#meeting-container .checkbox input,
#meeting-container .radio input,
.modal-body .checkbox input,
.modal-body .radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

#profile-container .checkbox input:checked ~ .checkmark:after,
#profile-container .radio input:checked ~ .checkmark:after,
#meeting-container .checkbox input:checked ~ .checkmark:after,
#meeting-container .radio input:checked ~ .checkmark:after,
.modal-body .checkbox input:checked ~ .checkmark:after,
.modal-body .radio input:checked ~ .checkmark:after {
  display: block;
}

#profile-container .checkmark,
#meeting-container .checkmark,
.modal-body .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 12px;
  width: 13px;
  border-radius: 2px;
  background-color: #ebebeb;
  border: 1px solid #ccc;
  font-family: Material-Design-Iconic-Font;
  color: #000;
  font-size: 10px;
  font-weight: bolder;
}

#profile-container .checkmark:after,
#meeting-container .checkmark:after,
.modal-body .checkmark:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
  content: "\f26b";
}

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

#meeting-toolbar .mbtn,
#meeting-edit-toolbar .mbtn {
  margin: 5px;
  margin-top: 0;
}

#meeting-description {
  max-width: 850px;
}

#form-metting .error-message {
  margin: 0 auto 15px auto !important;
}

#meeting-date {
  padding-top: 25px;
}

.onoff {
  border: 0px !important;
  text-align: center;
  cursor: pointer;
}

.onoff.on {
  background-color: #1e9eae !important;
  color: #fff !important;
}

.onoff.off {
  background-color: #ddd !important;
  color: #222 !important;
}

.active-row {
  background-color: #1e9eae11 !important;
}

.inactive-row {
  background-color: #ae3c3311 !important;
}

i.far.fa-fw.menu__link--current:before {
  font-size: inherit !important;
  position: initial !important;
}

.btnMaestro {
  margin-top: 0px !important;
  margin-right: 3px;
}

#drop_zone {
  border: 2px dashed #1e9eae;
  border-radius: 5px;
  padding: 20px 20px 20px 20px;
  margin: 20px 20px 20px 20px;
  text-align: center;
  font-size: 12pt;
  font-weight: bold;
  background-color: #1e9eae22;
  color: #bbb;
}

#drop_zone .pointer {
  cursor: pointer;
}

.attachment {
  width: 10rem;
}

#tabFaqs button,
#tabConfigracion button {
  width: auto;
}

#tabConfigracion {
  padding-top: 0.85em;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border-bottom: 2px solid #1e9eae;
  background-color: #f1f1f1;
  text-align: center;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  margin: 5px 5px 0 5px;
  padding: 10px 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background: #1e9eae;
  color: #fff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.tab button.active:before, .tab button.active.selected {
  background: #0e7a88;
}

/* Style for the datatable Buttons */
.dt-button {
  float: right;
  padding-right: 10px;
}

.dt-button .fa-file-excel {
  color: #1d6f42 !important;
}

.dt-button .fa-copy {
  color: #1d2c4496 !important;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}

div.show-password {
  text-align: center;
  color: #ccc;
  cursor: pointer;
  border-left: none;
  padding: 6px 0;
  margin: -37px 10px;
  right: 0;
  width: 25px;
  float: right;
}

.hidden {
  display: none !important;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  margin: 0 !important;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .inner {
    min-width: 768px;
  }
}

@media (max-width: 767px) {
  .inner {
    min-width: auto;
    background: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  form {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
/*# sourceMappingURL=aviturga.css.map */