/* 
Theme Name: AllA Medical Group - Surveys
Theme URI: https://survey.alla-medical.cl
Description: Encuestas AllA Medical Group
Author: Elementor Team, Francisco Cerda <web@alla.cl>
Author URI: https://alla-medical.cl
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Reset */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

* {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
strong {
  font-weight: bold;
  font-weight: 700;
}

/* Common */

:root {
  --danger: #9c0000;
  --border-color: rgba(0, 0, 0, 0.1);
}

::placeholder {
  color: var(--e-global-color-text);
  opacity: 0.3;
}

:-ms-input-placeholder {
  color: var(--e-global-color-text);
  opacity: 0.3;
}

::-ms-input-placeholder {
  color: var(--e-global-color-text);
  opacity: 0.3;
}

::-moz-selection {
  background-color: rgba(228, 126, 99, 0.25);
}

::selection {
  background-color: rgba(228, 126, 99, 0.25);
}

.form-control {
  appearance: auto;
  -webkit-appearance: auto;
}

/* Scrollbars */

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  border-radius: 6px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--e-global-color-primary);
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--e-global-color-primary);
}

.wizard * {
  font-size: 0.95rem;
  line-height: 1.5em;
  transition: all 0.2s ease;
}

.wizard .introjs-tooltip-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.introjs-tooltipReferenceLayer * {
  font-family: var(--e-global-typography-primary-font-family);
}

.wizard .introjs-button {
  font-size: 1rem;
  padding: var(--button-padding);
  border: 0;
  text-shadow: none;
  color: #fff;
  background-color: var(--e-global-color-primary);
}

.wizard .introjs-button:hover {
  background-color: var(--e-global-color-primary);
  border: 0;
}

.wizard .introjs-disabled {
  opacity: 0.5;
  background-color: var(--e-global-color-primary);
}

.wizard .introjs-disabled:hover {
  cursor: not-allowed;
}

.wizard .introjs-progress,
.wizard .introjs-bullets ul li a {
  background-color: #eee;
}

.wizard .introjs-progressbar {
  background-color: var(--e-global-color-primary);
}

.wizard .introjs-tooltip-header:after {
  content: none;
}

.wizard a.introjs-skipbutton {
  text-decoration: none;
  padding-right: 0;
  font-size: 1.5em;
}

.wizard .introjs-tooltip-title {
  font-size: 1.3rem;
  font-weight: 600;
}

.wizard .introjs-tooltiptext {
  padding-top: 0.25em;
}

.wizard .introjs-prevbutton,
.wizard .introjs-nextbutton {
  padding: 0.5em 1.2em;
}

.row.create_ticket_frm_submit {
  margin: 0;
  padding: 1.5em 15px;
}

.row.create_ticket_frm_submit button {
  width: 48%;
  float: left;
  font-weight: 700;
  padding: var(--button-padding);
  text-transform: uppercase;
}

.row.create_ticket_frm_submit button:nth-child(odd) {
  float: left;
}

.row.create_ticket_frm_submit button:nth-child(even) {
  float: right;
}
.table {
  color: var(--e-global-color-text);
}

/* Hide non-useful panels */

#wpsc_md_filters {
  display: none;
}

#wpsc_tickets_container
  > div:nth-child(2)
  > div.col-sm-12.col-md-10.wpsc_ticket_list_container.table-responsive {
  width: 100%;
  position: relative;
  overflow: visible;
}
/*#wpsc_tickets_container
  > div:nth-child(2)
  > div.col-sm-12.col-md-10.wpsc_ticket_list_container.table-responsive:before {
  position: absolute;
  content: "Filtros";
  left: -50px;
  margin-top: 20px;
  text-align: center;
  padding: 0.5em 1em;
  background-color: var(--e-global-color-primary);
  color: #fff;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}*/
#frm_additional_filters {
  width: 50%;
  float: left;
  display: block;
}

#frm_additional_filters > div {
  float: none;
  width: 100%;
}
#wpsc_tickets_container
  > div:nth-child(2)
  > div.col-sm-12.col-md-10.wpsc_ticket_list_container.table-responsive
  > div.col-sm-6.col-sm-offset-6.col-xs-12.wpsc_ticket_count {
  float: right;
  width: 50%;
  display: block;
  margin: 0;
  padding-top: 25px;
  font-size: 1.3em !important;
}

#wpsc_tickets_container
  > div:nth-child(2)
  > div.col-sm-12.col-md-10.wpsc_ticket_list_container.table-responsive
  > div.col-sm-6.col-sm-offset-6.col-xs-12.wpsc_ticket_count
  strong {
  font-weight: 400;
}
