/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"], input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

html,
mark {
    color: #000
}

button,
input,
select,
sub,
sup {
    vertical-align: baseline
}

.btn,
a {
    transition: all .3s ease-in-out;
    outline: 0
}

.btn,
a,
a:active,
a:hover {
    outline: 0
}

.content-wrapper,
.material-dropdown,
.mcheck,
sub,
sup {
    position: relative
}

.header .main-menu,
.pagination,
.sidebar .menu {
    list-style-type: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

html {
    background: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: sans-serif
}

body,
figure {
    margin: 0
}

a {
    background: 0 0
}

a:focus {
    outline: dotted thin
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

h2 {
    font-size: 1.5em;
    margin: .83em 0
}

h3 {
    font-size: 1.17em;
    margin: 1em 0
}

h4 {
    font-size: 1em;
    margin: 1.33em 0
}

h5 {
    font-size: .83em;
    margin: 1.67em 0
}

h6 {
    font-size: .75em;
    margin: 2.33em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    background: #ff0
}

.semiBold {
    font-weight: 600 !important;
    display: inline !important;
    margin: 0 !important;
    width: auto !important;
    padding: 0 !important;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}

button,
input,
select,
textarea {
    font-family: inherit;
    margin: 0;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    height: 33px;
    line-height: 33px;
    width: 100%;
    font-weight: 200;
    display: block;
    padding: 0 2%;
    font-size: 13px;
    font-size: 1.3rem;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
}

select::-ms-expand {
    display: none;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

q:after,
q:before {
    content: none
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

svg:not(:root) {
    overflow: hidden
}


/*.modal__inner,
textarea {
    overflow: auto
}*/

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal
}

button,
input {
    font-size: 100%;
    line-height: normal
}

.vat,
textarea {
    vertical-align: top
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

.text-center {
    text-align: center!important
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.right {
    float: right!important
}

.left {
    float: left!important
}

.green-text {
    color: #86af1c
}

.no-padding {
    padding: 0!important
}

.no-padding-left {
    padding-left: 0!important
}

.no-padding-top {
    padding-top: 0!important
}

.no-padding-bottom {
    padding-bottom: 0!important
}

.no-margin {
    margin: 0!important
}

.p20 {
    padding: 20px!important
}

.p10 {
    padding: 10px!important
}

.transparent {
    background: 0 0!important
}

@font-face {
    font-family: 'Open Sans';
    src: url(https://www.reportgorilla.com/skin/frontend/reportgorilla/default/theme/fonts/Light/OpenSans-Light.eot?#iefix) format("embedded-opentype"), url(https://www.reportgorilla.com/skin/frontend/reportgorilla/default/theme/fonts/Light/OpenSans-Light.woff2) format("woff2"), url(https://www.reportgorilla.com/skin/frontend/reportgorilla/default/theme/fonts/Light/OpenSans-Light.woff) format("woff"), url(https://www.reportgorilla.com/skin/frontend/reportgorilla/default/theme/fonts/Light/OpenSans-Light.ttf) format("truetype"), url(https://www.reportgorilla.com/skin/frontend/reportgorilla/default/theme/fonts/Light/OpenSans-Light.svg#svgFontName) format("svg");
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    src: url(https://www.reportgorilla.com/skin/frontend/reportgorilla/default/theme/fonts/Regular/OpenSans-Regular.eot?#iefix) format("embedded-opentype"), url(https://www.reportgorilla.com/skin/frontend/reportgorilla/default/theme/fonts/Regular/OpenSans-Regular.woff2) format("woff2"), url(https://www.reportgorilla.com/skin/frontend/reportgorilla/default/theme/fonts/Regular/OpenSans-Regular.woff) format("woff"), url(https://www.reportgorilla.com/skin/frontend/reportgorilla/default/theme/fonts/Regular/OpenSans-Regular.ttf) format("truetype"), url(https://www.reportgorilla.com/skin/frontend/reportgorilla/default/theme/fonts/Regular/OpenSans-Regular.svg#svgFontName) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    src: url(https://www.reportgorilla.com/skin/frontend/reportgorilla/default/theme/fonts/Semibold/OpenSans-Semibold.eot?#iefix) format("embedded-opentype"), url(https://www.reportgorilla.com/skin/frontend/reportgorilla/default/theme/fonts/Semibold/OpenSans-Semibold.woff2) format("woff2"), url(https://www.reportgorilla.com/skin/frontend/reportgorilla/default/theme/fonts/Semibold/OpenSans-Semibold.woff) format("woff"), url(https://www.reportgorilla.com/skin/frontend/reportgorilla/default/theme/fonts/Semibold/OpenSans-Semibold.ttf) format("truetype"), url(https://www.reportgorilla.com/skin/frontend/reportgorilla/default/theme/fonts/Semibold/OpenSans-Semibold.svg#svgFontName) format("svg");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    src: url(https://www.reportgorilla.com/skin/frontend/reportgorilla/default/theme/fonts/Bold/OpenSans-Bold.eot?#iefix) format("embedded-opentype"), url(https://www.reportgorilla.com/skin/frontend/reportgorilla/default/theme/fonts/Bold/OpenSans-Bold.woff2) format("woff2"), url(https://www.reportgorilla.com/skin/frontend/reportgorilla/default/theme/fonts/Bold/OpenSans-Bold.woff) format("woff"), url(https://www.reportgorilla.com/skin/frontend/reportgorilla/default/theme/fonts/Bold/OpenSans-Bold.ttf) format("truetype"), url(https://www.reportgorilla.com/skin/frontend/reportgorilla/default/theme/fonts/Bold/OpenSans-Bold.svg#svgFontName) format("svg");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    src: url(https://www.reportgorilla.com/skin/frontend/reportgorilla/default/theme/fonts/ExtraBold/OpenSans-ExtraBold.eot?#iefix) format("embedded-opentype"), url(https://www.reportgorilla.com/skin/frontend/reportgorilla/default/theme/fonts/ExtraBold/OpenSans-ExtraBold.woff2) format("woff2"), url(https://www.reportgorilla.com/skin/frontend/reportgorilla/default/theme/fonts/ExtraBold/OpenSans-ExtraBold.woff) format("woff"), url(https://www.reportgorilla.com/skin/frontend/reportgorilla/default/theme/fonts/ExtraBold/OpenSans-ExtraBold.ttf) format("truetype"), url(https://www.reportgorilla.com/skin/frontend/reportgorilla/default/theme/fonts/ExtraBold/OpenSans-ExtraBold.svg#svgFontName) format("svg");
    font-weight: 900;
    font-style: normal
}

html {
    font-size: 62.5%
}

body {
    font-family: "Open Sans";
    font-weight: 200;
    font-size: 15px;
    color: #54595e;
}

a {
    font-weight: 400
}

b {
    font-weight: 700;
}

body,
html {
    height: 100%
}

@media (max-width:46em) {
    iframe {
        max-width: 100%;
        height: auto
    }
}

.container {
    max-width: 1280px;
    width: 96%;
    margin: auto;
    padding: 0 2%;
}

@media (max-width:46em) {
    .container {
        width: 90%
    }
}

@media (max-width:64.375em) {
    .container {
        width: 96%
    }
}

.wrapper {
    display: table-row;
    height: 100%;
}

@media (max-width: 46em) {
    body.customer-account-login .wrapper,
    body.customer-account-create .wrapper,
    body.customer-account-forgotpassword .wrapper {
        background: white;
    }
}

.content-wrapper {
    background: #fff;
    display: table-cell;
}

.content {
    margin: 5% 6% 5% 6%;
    width: 63%;
    float: left
}

@media (max-width:46em) {
    .content {
        width: 100%;
        padding: 5% 0;
        margin: 0
    }
}

.content-full {
    width: 100%;
}

.sidebar {
    float: left;
    width: 25%;
    margin: 50px 0
}

@media (max-width:46em) {
    .sidebar {
        width: 100%;
        margin: 5% 0
    }
}

img {
    border: 0;
    max-width: 100%;
    height: auto
}

a {
    text-decoration: none;
    color: #54595e
}

ul {
    margin: 0;
    padding: 0
}

ul.messages {
    list-style-type: none;
}

ul.messages ul {
    list-style-type: none;
}

.btn {
    border: none;
    background: 0 0;
    cursor: pointer;
}

.btn.btn-full {
    width: 100%!important
}

.btn.btn-block {
    display: block!important
}

.btn.btn-inverse {
    border: 2px solid #fff;
    padding: 10px 20px;
    display: inline-block;
    color: #fff
}

.btn.btn-primary {
    background: #86af1c;
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    border: none;
    font-weight: 400;
}

.btn.btn-primary:hover {
    background: #97c520;
}

.btn.loading {
    color: transparent !important;
    min-height: 1.6rem;
    pointer-events: none;
    position: relative;
}
.btn.loading:after {
     animation: loading 500ms infinite linear;
     border: .2rem solid white;
     border-radius: 1rem;
     border-right-color: transparent;
     border-top-color: transparent;
     content: "";
     display: block;
     height: 1.4rem;
     left: 50%;
     margin-left: -.7rem;
     margin-top: -.7rem;
     position: absolute;
     top: 50%;
     width: 1.4rem;
 }
@keyframes loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.field {
    display: table;
    width: 100%;
    margin-bottom: 20px
}

input[type=text],
input[type=email],
input[type=number],
input[type=password],
select,
textarea {
    outline: 0;
    height: 33px;
    line-height: 33px;
    width: 100%;
    font-weight: 400;
    display: block;
    padding: 0 2%;
    font-size: 13px;
    font-size: 1.3rem;
    box-sizing: border-box
}

.mcheck, .mradio {
    float: left
}

.mcheck input[type=checkbox], .mradio input[type=radio] {
    display: none
}

.mcheck input[type=checkbox]+label, .mradio input[type=radio]+label {
    float: left;
    height: 12px;
    width: 12px;
    margin-right: .5em;
    position: relative;
    cursor: pointer;
    border: 1px solid #929395;
    color: #060
}

.mcheck.iconCheck input[type=checkbox]:checked+label, .mradio.iconRadio input[type=radio]:checked+label {
    border: 1px solid #86af1c;
}

.mcheck input[type=checkbox]:checked+label:after, .mradio input[type=radio]:checked+label:after {
    position: absolute;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mcheck.iconCheck input[type=checkbox]:checked+label:after, .mradio.iconRadio input[type=radio]:checked+label:after {
    content: "";
    background: #86af1c url(https://www.reportgorilla.com/skin/frontend/reportgorilla/default/theme/images/sprites/check.svg) center center no-repeat;
    position: absolute;
    right: -5px;
    box-shadow: none;
    width: 12px;
    height: 12px;
    background-size: 10px;
}

.mcheck input[type=checkbox]+label:after, .mradio input[type=radio]+label:after {
    background-color: none;
    text-shadow: none
}

.mcheck.iconCheck input[type=checkbox]:disabled+label, .mradio.iconRadio input[type=radio]:disabled+label {
    cursor: no-drop;
    background: #eee;
    border: 1px solid #ccc;
}

.dropdown {
    position: absolute;
    right: 0;
    left: 50%;
    margin: auto;
    margin-left: -70px;
    top: 100%;
    z-index: 100 !important;
    transition: all .25s ease-out;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16), 0 2px 8px 0 rgba(0, 0, 0, .12);
    opacity: 0;
    visibility: hidden;
    min-width: 140px;
}

.dropdown.active,
.dropdown:hover ul {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.dropdown li {
    display: block;
    width: 100%
}

.dropdown li a,
.material-dropdown {
    display: inline-block;
    box-sizing: border-box
}

.dropdown li a {
    width: 100%;
    padding: 5px 10px;
    white-space: pre;
    font-weight: 400;
}

.dropdown li a:hover {
    background: #ebebeb;
    color: rgb(134, 175, 28);
    text-decoration: none;
}

.dropdown.active {
    transition: all .25s cubic-bezier(.5, 1.8, .9, .8)
}

.material-dropdown {
    cursor: pointer;
    top: 0;
    line-height: 40px;
    -webkit-user-select: none;
    /* webkit (safari, chrome) browsers */
    -moz-user-select: none;
    /* mozilla browsers */
    -khtml-user-select: none;
    /* webkit (konqueror) browsers */
    -ms-user-select: none;
    /* IE10+ */
}

.header .logo img,
.header .main-menu li,
.header .profile-menu li {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative
}

.header,
.header .logo,
.header .main-menu,
.header .profile-menu {
    height: 110px;
    position: relative
}

@media (max-width:46em) {
    .header,
    .header .logo,
    .header .main-menu,
    .header .profile-menu {
        display: block;
        height: 75px;
    }
}

.header .logo {
    float: left;
}

.header .main-menu {
    float: left;
    margin-left: 70px
}

@media (max-width: 46em) {
    .header .main-menu {
        display: none !important;
    }
}

.header .main-menu li {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.header .main-menu li .sub-menu {
    position: absolute;
    top: 30px;
    z-index: 9999;
    right: 0px;
    background: white;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
    width: 145px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.header .main-menu li .sub-menu li {
    top: initial;
    transform: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    display: block;
}

.header .main-menu li .sub-menu li a {
    border: none;
    padding: 5px 15px;
    display: block;
    margin: 0;
    text-align: right;
}

.header .main-menu li .sub-menu li a:hover {
    color: #86af1c !important;
    background: #ebebeb;
}

.header .main-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.header .main-menu li a {
    margin: 0 15px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 4px solid transparent;
    text-decoration: none;
    font-size: 14px;
    font-size: 1.4rem;
    transition: all .3s ease-in-out;
    outline: none;
}

.header .main-menu li a:active,
.header .main-menu li a:focus {
    outline: none;
}

.header .main-menu li a.active,
.header .main-menu li.active a,
.header .main-menu li a:hover {
    border-bottom: 4px solid #86af1c
}

.header .profile-menu {
    float: right;
    list-style-type: none
}

@media (max-width:46em) {
    .header .profile-menu {
        margin-right: 60px;
        z-index: 1000;
    }
}

.header .profile-menu li {
    display: inline-block;
    position: relative;
    z-index: 9;
}

.header .profile-menu li .sub-menu {
    position: absolute;
    top: 100%;
    z-index: 9999;
    right: 0px;
    background: white;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
    width: 125px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.header .profile-menu li .sub-menu li {
    display: block;
    width: 100%;
    transform: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    top: initial;
}

.header .profile-menu li .sub-menu li a {
    float: none;
    padding: 6px 15px;
    display: block;
    text-align: right;
}

.header .profile-menu li .sub-menu li a:hover {
    color: #86af1c !important;
    background: #ebebeb;
}

.header .profile-menu li.logged-in span {
    display: block;
    font-weight: 400;
    padding: 10px 12px 10px 0;
    background: url('https://www.reportgorilla.com/skin/frontend/reportgorilla/default/theme/images/sprites/drop-down-arrow.png') no-repeat right 18px;
}

.header .profile-menu li.logged-in span img {
    position: relative;
    top: 2px
}

.header .profile-menu li.logged-in:hover .sub-menu, .header .profile-menu li.logged-in .sub-menu.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.header .profile-menu li.logged-in a {
    float: right;
    padding: 5px 10px;
}

.header .profile-menu li a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
}

.header .profile-menu li a.login {
    padding-left: 30px;
    background: url(https://www.reportgorilla.com/skin/frontend/reportgorilla/default/theme/images/sprites/profile.png) center left no-repeat
}

.header .mobile-menu {
    display: none
}

.header .hamburger-menu {
    display: none;
}

@media (max-width:46em) {
    .header .hamburger-menu {
        display: inherit;
    }
    .header .mobile-menu {
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        -webkit-transform: translateX(250px);
        transform: translateX(250px);
        transition: all .3s ease-in-out;
        display: block;
        position: fixed;
        z-index: 100;
        background: #eee;
        width: 250px;
        list-style-type: none;
        text-align: center;
        padding-top: 30px
    }
    .header .mobile-menu li {
        display: block;
    }
    .header .mobile-menu li a {
        display: inline-block;
        color: #999;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 30px
    }
    .header .mobile-menu li a.login {
        background: #86af1c;
        padding: 10px 30px;
        color: #fff;
        border-radius: 3px;
        background-clip: padding-box
    }
    .footer,
    .footer .copyright,
    .footer .footer-logo,
    .footer .social-icons {
        display: block;
        text-align: center
    }
}

.main {
    transition: all .3s ease-in-out;
    display: table;
    width: 100%;
    height: 100%;
}

.main.offset {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px)
}

.main.offset .mobile-menu {
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
    transition-delay: .2s;
    box-shadow: 10px 0 25px rgba(51, 51, 51, .27) inset
}

#videoContainer,
.overlay {
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out
}

.footer .copyright span,
.footer .footer-logo img,
.footer .social-icons li {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.footer,
.footer .copyright,
.footer .footer-logo,
.footer .social-icons {
    height: 110px;
    font-weight: 600
}

@media (max-width:46em) {
    .footer {
        height: 80px;
    }
}

.footer .footer-logo {
    float: left
}

@media (max-width:46em) {
    .footer .footer-logo {
        height: 80px;
    }
}

.footer .copyright {
    float: left
}

@media (max-width:46em) {
    .footer .copyright {
        height: 80px;
        margin-left: 10px;
    }
}

.footer .copyright span {
    display: inline-block;
    margin-left: 40px;
    font-weight: 400;
}

.footer .social-icons {
    float: right
}

@media (max-width:46em) {
    .footer .copyright span {
        margin: 0
    }
    .footer .social-icons {
        float: none;
        display: block;
        height: auto;
        margin: 30px 0 0;
    }
    .footer .social-icons li {
        top: initial;
        transform: initial;
        -webkit-transform: initial;
    }
}

.basket-total h5 span,
.basket-total p span {
    float: right
}

.footer .social-icons li {
    display: inline-block;
    margin: 0 5px;
    width: 42px;
    height: 42px
}

.intro {
    width: 100%;
    text-align: center;
    position: relative;
    background: url(https://www.reportgorilla.com/skin/frontend/reportgorilla/default/theme/images/sprites/intro-bg.jpg) no-repeat center;
    background-size: fixed !important;
}

.intro .intro-content {
    color: #fff;
    display: table-cell;
    vertical-align: middle
}

@media (max-width:46em) {
    .intro .intro-content {
        padding: 50px 20px;
        display: inline-block;
    }
}

.intro .intro-content h3 {
    margin: 0;
    font-weight: 200;
    font-size: 24px;
    font-size: 2.4rem
}

.intro .intro-content h3 b,
a h2,
h2,
h2.title {
    font-weight: 600
}

.intro .intro-content button.btn {
    margin: 10px 0
}


/*1366x768*/

@media screen and (max-width: 1366px) {
    .intro .intro-content button.btn {
        margin: 10px 0
    }
}

.intro .intro-content h1 {
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 36px;
    font-size: 3.6rem
}

.intro .intro-content h1 b {
    color: #a1a0a0
}

.intro .intro-content a.btn {
    width: 216px;
    height: 56px;
    line-height: 56px;
    text-transform: uppercase;
    margin-top: 60px;
    font-size: 20px;
    font-size: 2rem;
    text-decoration: none;
    padding: 0;
    font-weight: 600;
}

.intro .intro-content a.btn:hover {
    background: #fff;
    color: #86af1c
}

button.close {
    top: 50px;
    right: 50px;
    bottom: 0;
    left: auto;
    position: absolute;
    width: 16px;
    height: 16px;
    background: #92be2b url(https://www.reportgorilla.com/skin/frontend/reportgorilla/default/theme/images/sprites/close.png) no-repeat center center / 14px;
    padding: 1.5rem;
    border-radius: 100%;
}

#videoContainer {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    margin: auto;
    width: 640px;
    height: 480px;
    z-index: 100;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

@media (max-width:46em) {
    #videoContainer {
        width: 90%;
        min-height: 40%
    }
}

.login-wrapper,
.overlay,
.registration-wrapper {
    width: 100%;
    top: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99;
}

.login-wrapper .login-form a.forgot-pass,
.login-wrapper .register-form a.forgot-pass,
.registration-wrapper .login-form a.forgot-pass,
.registration-wrapper .register-form a.forgot-pass {
    color: #54595e;
}

.overlay {
    background: rgba(0, 0, 0, .85);
    height: 100%
}

.activated {
    opacity: 1!important;
    visibility: visible!important;
    -webkit-transform: scale(1)!important;
    transform: scale(1)!important
}

h2.title {
    margin: 0
}

a:hover {
    text-decoration: underline
}

.content-text p {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem
}

.content-text a.link {
    font-size: 24px;
    font-size: 2.4rem;
    color: #86af1c;
    font-weight: 400
}

.login-wrapper,
.registration-wrapper {
    background: #fff;
    height: 500px;
    max-width: 755px;
    margin: auto;
    text-align: center;
}


/*1366x768*/

@media screen and (max-width: 1366px) {
    .login-wrapper,
    .registration-wrapper {
        height: 430px;
        max-width: 700px;
    }
}

body.customer-account-login .content-wrapper,
body.customer-account-create .content-wrapper,
body.customer-account-forgotpassword .content-wrapper {
    background: none;
}

@media (max-width:46em) {
    .login-wrapper,
    .registration-wrapper {
        padding: 0 5%;
        width: 90%;
        margin-top: 0px;
    }
}

.login-wrapper .login-form,
.login-wrapper .register-form,
.registration-wrapper .login-form,
.registration-wrapper .register-form {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 360px;
    margin: auto
}

@media (max-width: 46em) {
    .login-wrapper .login-form,
    .login-wrapper .register-form,
    .registration-wrapper .login-form,
    .registration-wrapper .register-form {
        top: initial;
        transform: initial;
        -webkit-transform: initial;
    }
}

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

.account-form h1,
.login-wrapper .login-form h1,
.login-wrapper .register-form h1,
.registration-wrapper .login-form h1,
.registration-wrapper .register-form h1 {
    margin: 0 auto 20px;
    font-weight: 600;
    font-size: 23px;
    font-size: 2.3rem !important
}

.account-form span,
.login-wrapper .login-form h1 span,
.login-wrapper .register-form h1 span,
.registration-wrapper .login-form h1 span,
.registration-wrapper .register-form h1 span {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400
}

.account-form .not-registered span {
    font-weight: 200;
}

.account-form span a,
.login-wrapper .login-form h1 span a,
.login-wrapper .register-form h1 span a,
.registration-wrapper .login-form h1 span a,
.registration-wrapper .register-form h1 span a {
    font-weight: 600
}

.account-form input[type=checkbox],
.login-wrapper .login-form input[type=checkbox],
.login-wrapper .register-form input[type=checkbox],
.registration-wrapper .login-form input[type=checkbox],
.registration-wrapper .register-form input[type=checkbox] {
    position: relative;
    margin: 4px 10px 0 0
}

.account-form a.forgor-pass,
.login-wrapper .login-form a.forgot-pass,
.login-wrapper .register-form a.forgot-pass,
.registration-wrapper .login-form a.forgot-pass,
.registration-wrapper .register-form a.forgot-pass {
    color: #54595e
}

.account-form .btn,
.login-wrapper .login-form .btn,
.login-wrapper .register-form .btn,
.registration-wrapper .login-form .btn,
.registration-wrapper .register-form .btn {
    line-height: inherit;
    font-weight: 600 !important;
}

.account-form .not-registered,
.login-wrapper .not-registered,
.registration-wrapper .not-registered {
    margin-top: 70px;
    font-weight: 200
}

@media (max-width: 46em) {
    .login-wrapper .not-registered,
    .registration-wrapper .not-registered {
        margin-top: 10px;
        display: table;
        width: 100%;
    }
    .login-wrapper .not-registered span,
    .registration-wrapper .not-registered span {
        display: inline-block;
    }
    .login-wrapper .not-registered a,
    .registration-wrapper .not-registered a {
        display: inline-block !important;
        margin: 0 10px !important;
    }
    .login-wrapper .not-registered br,
    .registration-wrapper .not-registered br {
        display: none;
    }
    .remember .mcheck label {
        float: none !important;
        display: inline-block;
        position: relative;
        top: 2px;
        width: 100%;
    }
    .back-link {
        background: #C1C1C1 !important;
        width: 140px !important;
    }
    .agreement p {
        text-align: center !important;
    }
    .registration-wrapper .row {
        margin-left: -5px !important;
        margin-right: -5px !important;
    }
    .registration-wrapper .half {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .registration-wrapper .button,
    .login-wrapper .button {
        display: block;
        float: none !important;
        margin: auto;
    }
    .register-form h1 span a {
        margin-left: 10px;
    }
}

.login-wrapper .not-registered a,
.registration-wrapper .not-registered a {
    margin-top: 20px;
    display: block;
    color: #54595e;
    font-weight: 600
}

.login-wrapper .field .validation-advice,
.registration-wrapper .field .validation-advice {
    display: none;
}

.login-wrapper .validation-failed,
.registration-wrapper .validation-failed {
    border: 1px solid red;
}

.modal__account {
    max-width: 360px;
    width: 100%;
    /*overflow: initial;*/
}

.modal__account .modal-body {
    max-width: 100% !important;
}

.modal__account .modal__close {
    top: -1em;
    right: -1em;
}

.registration-wrapper .row,
.account-form .row {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.registration-wrapper .half,
.account-form .half {
    width: 50%;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.registration-wrapper .half input:last-child,
.registration-wrapper .half input.validation-failed:last-child,
.account-form .half input:last-child,
.account-form .half input.validation-failed:last-child {
    margin-right: 0;
}

.registration-wrapper .half input,
.account-form .half input {
    padding: 0 5%;
}

.login-wrapper .validation-advice {
    padding: 0 0 20px;
}

.pagination li .btn {
    padding: 0;
    vertical-align: middle;
    margin: 0 2px;
}

.pagination li,
.status {
    display: inline-block
}

.login-wrapper p.note,
.registration-wrapper p.note {
    font-size: 14px;
    font-size: 1.4rem
}

.basket-total h5,
.info p {
    font-size: 14px;
    font-weight: 600
}

.btn.authorize {
    width: 350px
}

.info tr:not(.paginator)>td {
    padding-top: 15px!important;
    line-height: 10px!important;
    height: auto!important
}

.info p {
    margin: 5px 0 10px;
    font-size: 1.4rem
}

.info a {
    color: #86af1c;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600
}

.info b {
    color: #54595e
}

.info-icon {
    position: relative;
    /*top: 4px;*/
    top: 3px;
    z-index: 1
}

@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop,
    .info-icon {
        top: -3px;
    }
    /* IE11 */
    .reportgorilla-panel-selectedsurvey .info-icon {
        top: 2px;
    }
}

.basket-total {
    width: 150px;
    float: right
}

.basket-total h5 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.4rem
}

.basket-total p {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 5px
}

.basket-total .btn {
    margin-top: 10px
}

.status {
    color: #fff;
    width: 100%;
    height: 39px;
    line-height: 39px
}

.status.running {
    background: #e53a3d
}

.status.download {
    background: #86af1c
}

.status.expired {
    background: #54595e
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.modal,
.modal__bg {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.modal__bg {
    position: absolute;
    cursor: pointer;
    background-color: #000;
}

.modal-state {
    display: none
}

.modal.active .modal__bg {
    opacity: 0.7;
    visibility: visible;
}

.modal.active {
    opacity: 1;
    visibility: visible;
}

.modal.active .modal__inner {
    -moz-animation: modalComeIn 0.25s ease-in-out;
    -webkit-animation: modalComeIn 0.25s ease-in-out;
    animation: modalComeIn 0.25s ease-in-out;
    visibility: visible;
}

.modal.active .modal__inner .modal-body {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -moz-transition-property: opacity, -moz-transform;
    -o-transition-property: opacity, -o-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    max-width: 95%;
}

.modal-body {
    opacity: 0;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.modal__inner {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 50%;
    margin: auto;
    background: #fff;
    border-radius: 5px;
    padding: 1em 2em;
    max-height: 90%;
    -moz-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
    -moz-transform: translateY(-50.1%);
    -ms-transform: translateY(-50.1%);
    -webkit-transform: translateY(-50.1%);
    transform: translateY(-50.1%);
    will-change: transform;
}

.modal__inner h1 {
    margin-top: 0;
    font-size: 18px;
    font-weight: 600;
}

.modal__content img {
    max-width: 300px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.modal__content p {
    font-size: 15px;
    font-weight: 400;
}

.modal__close {
    position: absolute;
    right: 1em;
    top: 1em;
    width: 1.1em;
    height: 1.1em;
    cursor: pointer;
    border-radius: 100%;
    padding: 7px;
    background: rgb(134, 175, 28);
    background-image: url('https://www.reportgorilla.com/skin/frontend/reportgorilla/default/theme/images/sprites/close.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px;
}

.modal__close:hover {
    background: rgb(112, 146, 23);
    background-image: url('https://www.reportgorilla.com/skin/frontend/reportgorilla/default/theme/images/sprites/close.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px;
}

.table thead {
    border-bottom: 1px solid white;
}

.table>tfoot>tr>td,
.table>thead>tr>th {
    text-align: left;
    border-top: 0;
    position: relative
}

.table>tfoot>tr>td.black-text {
    color: #59595e;
}

.table>thead>tr>th>a {
    color: white;
}

.table>tfoot>tr>td>small.abs-pos {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 200px;
}

.table>tbody>tr.gallery-background {
    background: white !important;
}

.table>tbody>tr.gallery-background>td>.gallery-item {
    border: 1px solid transparent;
    margin: 1rem 1rem 1rem 0;
    display: inline-block;
    position: relative
}

.table>tbody>tr.gallery-background>td>.gallery-item img {
    display: block;
}

.table>tbody>tr.gallery-background>td>.gallery-item.active {
    background-image: url(https://www.reportgorilla.com/skin/frontend/reportgorilla/default/theme/images/sprites/SimpleThumbnail.png)
}
.table>tbody>tr.gallery-background>td>.gallery-item.foreach:before {
    position: absolute;
    content: "";
    top: -1px;
    left: -1px;
    background-image: url(https://www.reportgorilla.com/skin/frontend/reportgorilla/default/theme/images/sprites/ForEachThumbnailFrame252x183.png);
    background-repeat:no-repeat;
    display: none;
    z-index: 1;
    width: 103%;
    height: 101%;
    /*-moz-transform: scaleX(-1);*/
    /*-o-transform: scaleX(-1);*/
    /*-webkit-transform: scaleX(-1);*/
    /*transform: scaleX(-1);*/
}

.table>tbody>tr.gallery-background>td>.gallery-item.foreach.active:before {
    display: block;
}

.add-to-basket {
    position: absolute;
    bottom: 0;
    right: 0;
}

.scheme-item {
    display: table;
    width: 100%;
}

.scheme-item span {
    float: left;
    font-size: 1.2rem;
}

.scheme-item ul {
    float: right;
}

@-moz-document url-prefix() {
    .table tfoot {
        border-top: 1px solid white;
    }
}

@media screen and (max-width:768px) {
    .modal__inner {
        width: 90%;
        box-sizing: border-box
    }
}

.sidebar .sidebar-title, .sidebar-element .sidebar-title {
    padding-bottom: 10px;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize;
    border-bottom: 4px solid #86af1c;
    margin-bottom: 25px;
    font-size: 23px;
}

.sidebar .menu li, .sidebar-element .menu li {
    margin: 0 0 10px;
    font-size: 16px;
    font-size: 1.6rem;
}

.sidebar .menu li a:hover, .sidebar-element .menu li a:hover  {
    color: #86af1c
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: #fff;
    border-collapse: separate;
}

.table>tbody>tr,
.table>tfoot>tr,
.table>thead>tr {
    transition: all .3s ease
}

.table>thead>tr>th {
    padding: 0 10px;
    height: 40px;
    font-weight: 400;
    background: #54595e;
    color: #fff;
    border-bottom: 1px solid white;
}

.table>thead>tr>th.big_title {
    font-size: 23px;
    line-height: 1;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td {
    text-align: left;
    padding: 0 10px;
    border-top: 0;
    font-weight: 400;
    position: relative;
    height: 40px;
    border-bottom: 1px solid white;
}

.report-type span,
.table>thead>tr>th:first-child {
    padding-left: 10px
}

.table>tfoot>tr>td {
    font-weight: 400
}

.table>tbody>tr>td>.custom-select {
    display: inline;
    position: relative;
}

.table>tbody>tr>td>.custom-select:before,
.custom-select:before {
    position: absolute;
    content: "";
    background: url(https://www.reportgorilla.com/skin/frontend/reportgorilla/default/theme/images/sprites/select-arrow.jpg) center right no-repeat;
    right: 0;
    width: 24px;
    height: 24px;
    pointer-events: none;
    z-index: 1;
}

.table>tbody>tr>td>.custom-select select,
.custom-select select {
    height: 24px;
    line-height: 24px;
    padding-right: 40px;
    border: 1px solid #ccc;
    font-weight: 400;
    border-radius: 0;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background-color: white;
}

.table>tbody>tr>td>.custom-select.color-schemes:before {
    top: 2px;
}

.table>tbody>tr>td>.custom-select .select2-selection--single {
    border-radius: 0px;
    border-color: #ccc;
    outline: none;
    font-size: 1.2rem;
    height: 24px;
}

.select2-results__option {
    padding: 3px 7px !important;
}

.select2-results__options {
    max-height: 300px !important;
}

.table>tbody>tr>td>.custom-select .select2-selection__rendered {
    line-height: 24px;
}

.select2-dropdown {
    border-color: #ccc !important;
}

.table>tbody>tr>td>.custom-select .select2-selection__arrow {
    height: 24px;
    width: 26px;
}

.table>tbody>tr>td>select::-ms-expand {
    display: none;
}

.table>tbody>tr>td>.custom-select {
    display: inline-block;
    position: relative;
    height: 25px;
    min-width: 250px;
    margin-right: 20px;
    line-height: 25px;
}

.table>tbody>tr>td>.custom-select:before {
    position: absolute;
    content: "";
    background: url(https://www.reportgorilla.com/skin/frontend/reportgorilla/default/theme/images/sprites/select-arrow.jpg) center right no-repeat;
    right: 0;
    width: 24px;
    height: 24px;
    pointer-events: none;
}

.table>tbody>tr>td>select.settings {
    border: 1px solid #ccc;
    font-weight: 400;
    float: left;
    border-radius: 0;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
}

.report-type {
    float: left;
    margin-bottom: 20px
}

.report-type span {
    display: inline-block;
    width: 140px;
    font-weight: 400;
    margin: 10px 0 20px;
}

.report-type span img {
    float: right
}

.report-type .custom-select {
    position: relative;
}

.report-type .custom-select:before {
    position: absolute;
    content: "";
    background: url(https://www.reportgorilla.com/skin/frontend/reportgorilla/default/theme/images/sprites/select-arrow.jpg) center right no-repeat;
    right: 0;
    width: 26px;
    height: 24px;
    pointer-events: none;
}

.report-type select {
    height: 24px;
    width: 150px;
    line-height: 22px;
    font-weight: 400;
    border-radius: 0;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    color: #59595e;
    float: left;
    padding: 0 5%;
    border: 1px solid #CCC;
    background-color: white;
}

.table>tbody>tr>td.vertical-text {
    text-align: center;
    vertical-align: middle
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tfoot>tr>td {
    background: #54595e;
    color: #fff;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
}

.table>tfoot>tr>td:first-child {
    background: 0 0
}

.table>tbody>tr>td>.btn-create {
    background: #54595e;
    color: #fff;
    /*padding: 10px 15px 9px;*/
    font-weight: 400;
    vertical-align: middle;
    line-height: 24px
}

.table>tbody>tr>td>.btn-create.fixed-width {
    display: table;
    height: 40px;
    width: 100px;
    line-height: 40px
}

.table>tbody>tr:last-child>td {
    border-bottom: 1px solid #fff;
}


/* Chrome IE Hacks */

@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm),
screen and(-webkit-min-device-pixel-ratio:0) {
    .table>tbody>tr:last-child>td {
        border-bottom: none;
    }
    /*.table>tbody>tr:first-child>td>.btn-create.fixed-width{
        border-top:1px solid #fff;
        border-bottom:2px solid #fff;
    }*/
}

_::-webkit-:not(:root:root) {
    border-bottom: 1px solid #fff;
}

.table>tbody>tr>td>.btn-create:hover {
    background: #6c7379
}

.table>tbody>tr>td>a.link {
    color: #86af1c
}

.table.table-striped>tbody>tr:nth-child(even) {
    background: #f1f1f1;
}

.table.table-custom>tbody>tr:nth-child(4n-1) {
    background: #f1f1f1;
}

.info-box {
    max-width: 665px;
    width: 100%;
    margin: auto;
}

.info-box .info-title {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 55px;
}

.info-box .info-content {
    border: 1px solid #bfbfbf;
    background: #e8e7f2;
    display: table;
    width: 100%;
    padding: 20px;
}

.info-box .info-content h3,
.info-box .info-content ul {
    font-size: 16px;
    font-weight: 400;
}

.info-box .info-content ul {
    margin-left: 0px;
    margin-bottom: 20px;
    list-style-type: none;
}

.info-box .info-content li {
    padding-left: 1em;
    text-indent: -.7em;
}

.info-box .info-content li:before {
    content: "• ";
    color: #94ac2b;
    position: relative;
    left: -5px;
    font-size: 28px;
    line-height: 1;
    top: 5px;
}

.info-box .info-content .mcheck {
    font-weight: 400;
    font-size: 14px;
}

.info-box .info-content .mcheck label {
    top: 2px;
    margin-left: 20px;
    background: white;
}


/* search title in table */

.search-title {
    margin: 0;
    float: left;
    line-height: 26px
}

.search-titles {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 170px;
}

.search-titles input {
    height: 25px !important;
    line-height: 25px !important;
    color: black;
    width: 170px;
    padding-right: 20px;
    border: none;
    margin: auto;
}

.search-titles .close-icon {
    background: url('https://www.reportgorilla.com/skin/frontend/reportgorilla/default/theme/images/sprites/close-black.png') no-repeat center center;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 5px;
    top: 5px;
    background-size: 10px;
    cursor: pointer;
}

.table-container {
    width: 100%;
    overflow-y: auto;
    _overflow: auto;
    margin: 0 0 1em;
}

.token {
    margin-left: 190px;
    width: 60%;
    padding-top: 20px;
    float: left;
    font-weight: 400;
}

.token.tokens-link a {
    margin-left: 30px;
    font-weight: 600;
}

.token a {
    color: #86af1c;
}

.choices-wrapper {
    max-height: 275px;
    overflow: auto;
}

.hide-on-desktop {
    display: none !important;
}


/* Checkout */

body.reportgorilla-checkout-index .content {
    width: 100% !important;
    margin: 0 !important;
}

.table-header {
    padding: 0 10px;
    height: 40px;
    font-weight: 400;
    background: #54595e;
    color: #fff;
}

.table-header h3 {
    float: left;
    margin: 0;
    line-height: 40px;
    font-size: 23px;
    font-weight: 400;
}

.table-header span {
    float: right;
    line-height: 40px;
}

.checkout-body {
    display: table;
    width: 100%;
    padding-top: 20px;
}

.column-left {
    width: 60%;
    float: left;
}

.column-left ul li {
    display: block;
    padding: 0 10px;
    height: 30px;
    font-weight: 400;
    line-height: 30px;
}

.column-left ul li:nth-child(even) {
    background: #f1f1f1;
}

.column-left ul li h3 {
    display: inline-block;
    margin: 0;
    font-size: 23px;
    font-weight: 600;
}

.column-left ul li span {
    float: right;
    padding-left: 20px;
}

.column-left ul li span b {
    font-weight: 400;
}

.column-right {
    width: 35%;
    float: left;
    padding-left: 5%;
}

.column-right ul {
    margin-bottom: 20px;
}

.column-right ul li {
    display: block;
    height: 30px;
    font-weight: 400;
    line-height: 30px;
    padding-right: 10px;
}

.column-right ul li h3 {
    display: inline-block;
    margin: 0;
    font-size: 23px;
    font-weight: 600;
}

.column-right ul li span {
    float: right;
}

.column-right ul li b {
    font-weight: 600;
}

.choices-container {
    max-height: 275px;
    overflow-y: scroll
}

.timeframe-modal h1 {
    margin-bottom: 3rem;
}

.timeframe-modal .modal-body {
    max-width: 100% !important;
}

.timeframe-modal .row {
    display: table;
    width: 100%;
    margin-bottom: 2rem;
}

.timeframe-modal input[type="text"],
.timeframe-modal input[type="datetime-local"],
.timeframe-modal input[type="date"] {
    height: 24px;
    line-height: 24px;
}

.timeframe-modal .left-column {
    float: left;
    width: 30%;
    line-height: 24px;
    font-weight: 400;
}

.timeframe-modal .right-column {
    float: left;
    width: 70%;
}

.timeframe-modal .btn {
    margin: 2rem 0;
}


/* Progress bar */

.progress-bar {
    border-radius: 60px;
    overflow: hidden;
    width: 100%;
}

.progress-bar span {
    display: block;
}

.progress-bar .bar-container {
    background: #F1F1F1 !important;
}

.progress {
    background: #86af1c;
    color: #fff;
    height: 12px;
    width: 0;
}

.progress-bar {
    max-width: 50%;
    margin: 0 auto 5rem;
}


/* Loader */

.loader-container {
    display: none
}

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (orientation: landscape) {
    .loader-container {
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        background: white;
        opacity: 0.75;
        z-index: 999999;
        top: 0
    }
    .loader {
        width: 56px;
        height: 56px;
        border: 8px solid rgba(134, 175, 28, 0.63);
        border-top-color: #86af1c;
        border-radius: 50%;
        position: relative;
        animation: loader-rotate 1s linear infinite;
        top: 50%;
        margin: -28px auto 0 auto;
    }
}

@keyframes loader-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .choices .choices-wrapper::-webkit-scrollbar {
        -webkit-appearance: none;
    }
    .choices .choices-wrapper::-webkit-scrollbar:vertical {
        width: 11px;
    }
    .choices .choices-wrapper::-webkit-scrollbar:horizontal {
        height: 11px;
    }
    .choices .choices-wrapper::-webkit-scrollbar-thumb {
        border-radius: 8px;
        border: 2px solid white;
        /* should match background, can't be transparent */
        background-color: rgba(0, 0, 0, .5);
    }
    .choices .choices-wrapper::-webkit-scrollbar-track {
        background-color: #fff;
        border-radius: 8px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (orientation: landscape) {
    .info-box .info-content {
        padding: 2%;
        width: 96%;
    }
    .choices-container {
        max-height: 100%;
        overflow: initial
    }
    .wauto {
        width: auto !important;
    }
    .hide-on-mobile {
        display: none !important;
    }
    .header .main-menu {
        margin-left: 20px;
    }
    .search-titles {
        position: relative;
        float: left;
        margin-left: 10px;
        width: 150px;
    }
    .search-titles input {
        width: 150px;
    }
    .table-buttons {
        width: auto !important;
        position: relative !important;
        top: auto !important;
        text-align: left !important;
        margin-bottom: 10px;
        z-index: initial !important;
    }
    .table-buttons b {
        display: inline-block !important;
        margin-right: 10px
    }
    .btn.btn-block {
        display: inline-block !important;
    }
    .pad-mob {
        padding: 0 !important;
    }
    .token {
        margin-left: 0;
        margin-bottom: 10px;
    }
    .table>tbody>tr>td>.custom-select {
        min-width: 220px;
        float: left;
    }
    .hide-on-desktop {
        display: inline-block !important;
    }
    .demographic .custom-select {
        width: 65% !important;
    }
    .report-type {
        width: 100%;
        position: relative;
    }
    .report-type span {
        float: left;
        margin: 0;
        padding: 0 5px;
        text-align: right;
        position: relative
    }
    .report-type span label.btn {
        position: absolute;
        right: -185px;
    }
    .report-type .custom-select {
        width: 150px;
        float: left;
    }
    .report-type .custom-select select {
        width: 100%;
    }
    .report-type a.btn {
        color: #86af1c;
        background: none;
        height: auto;
        width: auto;
        line-height: 20px !important;
        margin-right: 15px;
        font-weight: 600;
        font-size: 1.4rem;
    }
    .report-type a.btn:active,
    .report-type a.btn:focus {
        background: none;
        color: black;
    }
    .report-type a.btn span {
        float: none;
        width: auto;
        line-height: 20px !important;
        font-weight: 600;
        padding: 0;
    }
    .short-caption input[type="text"] {
        width: 150px !important;
    }
    .btn-info {
        width: 20px;
        display: inline-block
    }
    .modal-state:checked+.modal .modal__inner,
    .modal.active .modal__inner {
        overflow: auto;
    }
    .table>tbody>tr>td>.btn-create.fixed-width {
        width: 40px;
        text-indent: -9999px;
        margin: auto;
    }
    .table>tbody>tr>td>.btn-create {
        background-color: #54595e;
        background-image: url('https://www.reportgorilla.com/skin/frontend/reportgorilla/default/theme/images/sprites/create-run.png');
        background-repeat: no-repeat;
        background-position: center center;
    }
    .table>tbody>tr>td>.btn-create.preview {
        background: rgb(134, 175, 28) url('https://www.reportgorilla.com/skin/frontend/reportgorilla/default/theme/images/sprites/preview.png') no-repeat center center;
    }
    .table>tbody>tr>td>.btn-create.error {
        background: #FD0000 url('https://www.reportgorilla.com/skin/frontend/reportgorilla/default/theme/images/sprites/error.png') no-repeat center center / 30px !important;
    }
    .table>tbody>tr>td>.btn-create.warning {
        background: #FFB80E url('https://www.reportgorilla.com/skin/frontend/reportgorilla/default/theme/images/sprites/warning.png') no-repeat center center / 30px !important;
    }
    .table>tbody>tr>td>.btn-create.downloaded {
        background: rgb(100, 136, 9) url('https://www.reportgorilla.com/skin/frontend/reportgorilla/default/theme/images/sprites/downloaded.png') no-repeat center center / 30px !important;
    }
    .table>tbody>tr>td>.btn-create.done {
        background: rgb(100, 136, 9) url('https://www.reportgorilla.com/skin/frontend/reportgorilla/default/theme/images/sprites/done.png') no-repeat center center / 33px;
    }
    .table>tbody>tr>td>.btn-create.queued {
        background: #52595E url('https://www.reportgorilla.com/skin/frontend/reportgorilla/default/theme/images/sprites/queued.png') no-repeat center center / 33px !important;
    }
    .no-padding-mob {
        padding: 0 !important;
    }
    .preview-link::before {
        background: rgb(226, 199, 57) url('https://www.reportgorilla.com/skin/frontend/reportgorilla/default/theme/images/sprites/create-run.png') no-repeat center center !important;
    }
    .output {
        padding-left: 5px !important
    }
    .modal__account .modal__close {
        top: 0.5em;
        right: 0.5em;
    }
    .column-left {
        width: 100%;
        padding: 0;
    }
    .column-right {
        float: right;
        padding: 0;
        width: 50%;
    }
}

@media screen and (max-device-width: 46em) {
    .logo {
        width: 160px !important
    }
}

@media screen and (max-width: 750px) {
    .sweet-alert {
        margin-top: 0 !important;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        height: 80%;
        overflow: auto !important;
    }
    .customAlert {
        height: auto !important;
    }
}


/*modal*/

@-webkit-keyframes modalComeIn {
    0% {
        visibility: hidden;
        opacity: 0;
    }
    100% {
        visibility: visible;
        opacity: 1;
    }
}

@-moz-keyframes modalComeIn {
    0% {
        visibility: hidden;
        opacity: 0;
    }
    100% {
        visibility: visible;
        opacity: 1;
    }
}

@keyframes modalComeIn {
    0% {
        visibility: hidden;
        opacity: 0;
    }
    100% {
        visibility: visible;
        opacity: 1;
    }
}

@-webkit-keyframes modalHeadOut {
    0% {
        visibility: visible;
        opacity: 1;
    }
    100% {
        visibility: hidden;
        opacity: 0;
    }
}

@-moz-keyframes modalHeadOut {
    0% {
        visibility: visible;
        opacity: 1;
    }
    100% {
        visibility: hidden;
        opacity: 0;
    }
}

@keyframes modalHeadOut {
    0% {
        visibility: visible;
        opacity: 1;
    }
    100% {
        visibility: hidden;
        opacity: 0;
    }
}
.reportgorilla-panel-selectedsurvey button[disabled],.reportgorilla-panel-selectedsurvey  input[disabled]{
    opacity:0.5;
}

.token-item-qty{
 font-weight:400;
}

.back-to-top {
    background: #92be2b;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    position: fixed;
    bottom: 1rem;
    left: 2rem;
    border: none;
    outline: none;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: all .3s cubic-bezier(0.075, 0.82, 0.165, 1);
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
}

.back-to-top.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.back-to-top .arrow-up.icon {
    color: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2px;
    height: 16px;
    background-color: white;
}

.back-to-top .arrow-up.icon:before {
    content: '';
    position: absolute;
    left: -5px;
    top: 1px;
    width: 10px;
    height: 10px;
    border-top: solid 2px white;
    border-right: solid 2px white;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#address-edit-form {
    float: left;
}

#address-edit-form #address-summary {
    margin-left: 10px;
    position: relative;
    top: -2px;
}

#address-edit-form .mcheck label {
    position: relative;
    top: 4px;
    cursor: pointer;
}

#co-billing-form li {
    display: table;
    width: 100%;
}

.validation-advice {
    text-align: left;
    color: red;
    margin-bottom: 0px;
    font-size: 12px;
}

a.btn.btn-primary {
    line-height: 40px;
}

.required.fields,
.message-error {
    color: red !important;
}

.message-error {
    color: red !important;
    font-size: 12px !important;
    font-weight: 200 !important;
}

.no-display {
    display: none !important;
}

ul.form-list {
    list-style: none !important;
}

a {
    outline: none;
    cursor: pointer;
}

.header .profile-menu li a {
    color: #54595e !important;
}

.fieldsleft {
    float: left;
    width: 45%;
}

.fieldsright {
    float: right;
    width: 45%;
}

.customer-account-edit .login-form {
    max-width: none;
}

.customer-account-edit label {
    margin-bottom: 5px;
    display: block;
    font-weight: 400;
}

.customer-account-edit .registration-wrapper {}

.info-container {
    padding: 0 10px;
}

.details--title,
.page-title h1 {
    background: #54595e;
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 23px;
    padding: 9px;
    line-height: 1;
}

.customer-account-changeforgotten,
.page-title {
    position: static !important;
}

.buttons-set {
    display: table;
    width: 100%;
}

.buttons-set .col {
    margin-right: 10px;
    display: inline;
}

.buttons-set .col:first-child button {
    background: #ccc;
    border: none;
    color: #fff;
    text-shadow: 0px 1px 6px #666;
}

.buttons-set .col:first-child button:hover {
    opacity: 0.8;
}

span.sort-arrow-desc {
    background: url('https://www.reportgorilla.com/skin/frontend/reportgorilla/default/images/sprites/green-arrow-down.png') no-repeat center center;
    width: 10px;
    height: 10px;
    margin-left: 4px;
    display: inline-block;
}

span.sort-arrow-asc {
    background: url('https://www.reportgorilla.com/skin/frontend/reportgorilla/default/images/sprites/green-arrow-up.png') no-repeat center center;
    width: 10px;
    height: 10px;
    margin-left: 4px;
    display: inline-block;
}

span.sort-default {
    background: url('https://www.reportgorilla.com/skin/frontend/reportgorilla/default/images/sprites/green-square.png') no-repeat center center;
    width: 10px;
    height: 10px;
    margin-left: 4px;
    display: inline-block;
}


/*Checkout*/

#checkoutSteps {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#checkoutSteps li.active {
    background: #eee;
    padding: 20px;
    margin: 20px 0;
}

#checkoutSteps li.active .step-title {
    margin-bottom: 10px;
}

#checkoutSteps .step-title {
    color: #59595e;
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

#checkoutSteps .step-title h2 {
    margin: 0;
    float: left;
    line-height: 1;
}

#checkoutSteps .step-title a {
    color: #86AF1C;
    float: right;
}

#checkoutSteps .step-title span {
    display: none;
}

#co-billing-form fieldset {
    border: none;
    padding: 0;
}

#co-billing-form fieldset ul {
    list-style-type: none;
}

#co-billing-form fieldset select {
    height: 33px;
    line-height: 33px;
    padding-right: 40px;
    border: 1px solid #ccc;
    font-weight: 400;
    border-radius: 0;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background: white url(https://www.reportgorilla.com/skin/frontend/reportgorilla/default/theme/images/sprites/select-arrow.jpg) center right no-repeat;
}

#checkoutSteps .button {
    background: #86af1c;
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    text-align: center;
    border: 1px solid #86af1c;
    text-decoration: none;
}

#co-payment-form fieldset {
    background: white;
    padding: 0 20px;
}

#checkout-review-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2rem;
    background-color: #ffffff;
}

#checkout-review-table h3 {
    margin: 0;
}

#checkout-review-table>thead>tr>th,
#checkout-review-table>tbody>tr>th,
#checkout-review-table>tfoot>tr>th,
#checkout-review-table>thead>tr>td,
#checkout-review-table>tbody>tr>td,
#checkout-review-table>tfoot>tr>td {
    text-align: left;
    padding: 1.6rem;
    vertical-align: top;
    border-top: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#checkout-review-table>thead>tr>th {
    font-weight: 400;
    color: #757575;
    vertical-align: bottom;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

#checkout-payment-method-load dt {
    margin-bottom: 10px;
}

#checkout-payment-method-load label {
    padding-left: 10px;
}

#checkout-payment-method-load img {
    width: 40px;
    position: relative;
    top: 7px;
}

.cover {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s ease-out;
    transition: visibility 0s linear 0.2s, opacity 0.2s ease-out;
    visibility: hidden;
    z-index: 10000;
}

.popup {
    bottom: 0;
    color: #3b3b3b;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    opacity: 0;
    overflow: auto;
    padding: 40px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform: scale(0.9) translate3d(0, -50px, 0);
    transform: scale(0.9) translate3d(0, -50px, 0);
    -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: visibility 0s linear 0.2s, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: visibility 0s linear 0.2s, opacity 0.2s ease-out, transform 0.2s ease-out;
    transition: visibility 0s linear 0.2s, opacity 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    visibility: hidden;
    z-index: 10002;
}

.popup[data-state='open'] {
    opacity: 1;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: visible;
}

.popup[data-state='open']~.cover {
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: visible;
}

.popup__window {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    margin: auto;
    overflow: auto;
    padding: 1rem;
    position: relative;
    width: 450px;
}

.popup__close {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOC40MTQgN2w0Ljk1LTQuOTVMMTEuOTQ4LjYzOCA3IDUuNTg3IDIuMDUuNjM2LjYzOCAyLjA1IDUuNTg3IDdsLTQuOTUgNC45NSAxLjQxNCAxLjQxM0w3IDguNDEzbDQuOTUgNC45NSAxLjQxMy0xLjQxNEw4LjQxMyA3eiIgZmlsbD0iIzAwMCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center center;
    border: 0;
    height: 20px;
    line-height: 20px;
    opacity: .3;
    position: absolute;
    right: 1rem;
    text-indent: -9999px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    width: 1rem;
}

.popup__close:hover {
    opacity: .6;
}

.popup__title {
    font-size: 1.5rem;
    margin: .5rem 0;
}

.popup__image {
    display: block;
    margin-bottom: 1rem;
    width: 100%;
}

.contact__modal .modal__inner {
    max-width: 360px;
}

.contact__modal h2 {
    text-align: center;
    margin-top: 0;
    font-weight: 400;
}

.contact__modal label:not(.modal__bg) {
    font-weight: 400;
    margin-left: 10px;
    margin-bottom: 5px;
    display: block;
}

.contact__modal textarea {
    min-height: 100px;
    border: 1px solid #ccc;
    resize: none;
}

.contact__modal .btn {
    width: 150px !important;
    display: block;
    margin: auto;
}

@media (max-width: 46em) {
    .contact__modal .modal__inner {
        width: 90%;
    }
}


/* Report types */

.preview-link {
    overflow: hidden;
    display: inline-block;
    position: relative;
    line-height: 1;
    color: #fff;
    position: relative;
}

.preview-link::before {
    content: "";
    position: absolute;
    z-index: 2;
    overflow: hidden;
    background: rgb(226, 199, 57);
    white-space: nowrap;
    width: 0%;
    height: 100%;
    left: 0;
}

.preview-link::after {
    content: attr(data-letters);
    position: absolute;
    z-index: 3;
    overflow: hidden;
    color: #FFF;
    white-space: nowrap;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    opacity: 0;
}

.preview-link.active::before {
    -webkit-animation: text-animation 1.5s infinite;
    /* Safari 4+ */
    -moz-animation: text-animation 1.5s infinite;
    /* Fx 5+ */
    -o-animation: text-animation 1.5s infinite;
    /* Opera 12+ */
    animation: text-animation 1.5s infinite;
    /* IE 10+, Fx 29+ */
    opacity: 1;
}

.preview-link.active::after {
    opacity: 1;
}

.pointer {
    cursor: pointer;
}

.customAlert {
    padding: 100px 0 30px !important;
}

.customAlert .sa-custom {
    width: 144px !important;
    height: 144px !important;
}

.customAlert h2 {
    position: absolute !important;
    left: 0;
    right: 0;
    margin: auto !important;
    top: 50px;
    line-height: 1 !important;
}

.customAlert .sa-button-container,
.customAlert fieldset {
    display: none;
}

body.checkout-onepage-success .content {
    width: 100%;
    margin: 0 auto;
    float: none;
}

body.checkout-onepage-success .sidebar {
    display: none;
}

h3.title-head {
    background: #55595e;
    color: white;
    font-size: 23px;
    font-weight: 400;
    padding: 4px 8px;
    margin: 0 0 10px;
}

.order-confirmation {
    position: relative;
}

.order-confirmation h1 {
    color: #55595e;
    font-size: 23px;
    font-weight: 600;
    margin-top: 0
}

.order-confirmation-content {
    max-width: 620px;
    margin: 20px auto;
}

.order-confirmation-content p {
    font-size: 15px;
    font-weight: 400;
    margin: 0px;
}

.order-confirmation-content a {
    color: #86af1c;
    font-weight: 600;
}


/* Table buttons */

.table-buttons {
    position: absolute;
    z-index: 10;
    top: 40px;
    width: 180px;
    text-align: left;
}

.table-buttons b {
    display: block;
    margin-top: 12px;
    line-height: 1;
    margin-bottom: 3px;
}

.short-caption input[type="text"] {
    width: 25%;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    font-weight: 400;
    padding: 0 10px;
}

.page-title {
    position: absolute;
    top: -30px;
    left: 55px;
    font-weight: 600;
    font-size: 15px;
}

.counter button {
    display: inline-block;
    width: 14px;
    height: 18px;
    padding: 0;
    background: none;
    border: none;
    outline: none;
}

.counter input[type="number"] {
    width: 30px;
    height: 25px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
}

.counter input[type=number]::-webkit-inner-spin-button,
.counter input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.checkout-details {
    float: right;
    display: inline-block;
    font-weight: 400;
}

.checkout-details .column {
    width: 200px;
    float: left;
    margin: 10px;
    margin-right: 30px;
}

.checkout-details .column table {
    width: 100%;
}

.checkout-details .column:last-child {
    width: 165px;
    margin-right: 10px
}

.checkout-details ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.checkout-details ul li {
    margin-bottom: 5px;
}

.checkout-details ul li span {
    float: right
}

.checkout-details ul li:last-child {
    text-align: center;
}

#address-edit-modal ul li button {
    margin-top: 10px;
    width: 100% !important;
}

.hamburger-menu {
    position: absolute;
    top: 22px;
    right: 15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.bar,
.bar:after,
.bar:before {
    width: 30px;
    height: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.bar {
    position: relative;
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    background: #86AF1C;
    transition: all 0ms 300ms;
    -webkit-transition: all 0ms 300ms;
}

.bar.animate {
    background: rgba(255, 255, 255, 0);
}

.bar:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    background: #86AF1C;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    background: #86AF1C;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:after {
    top: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:before {
    bottom: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

@-webkit-keyframes text-animation {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@-moz-keyframes text-animation {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@-o-keyframes text-animation {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@keyframes text-animation {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {
    .search-titles {
        width: 85px
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2/3) and (orientation:landscape) {
    .page-title {
        left: 52px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
    .page-title {
        left: 53px;
    }
}


/*
|------------------------------------------------------------------------------------------------------------------------------------------
| Added by Ivan Doric
|------------------------------------------------------------------------------------------------------------------------------------------
*/


/* =======================================================================
## ++ Cleafix
========================================================================== */


/* float clearing for IE6 */

* html .clearfix {
    height: 1%;
    overflow: visible;
}


/* float clearing for IE7 */

*+html .clearfix {
    min-height: 1%;
}


/* float clearing for everyone else */

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}

.table-buttons.b-left b {
    display: block;
    padding-left: 10px;
}

.logo-title {
    font-weight: 600;
    font-size: 15px;
    margin-left: 42px;
    margin-top: -12px;
}

body.checkout-onepage-success .content {
    padding-top: 0;
}


/*
|--------------------------------------------------------------------------
| Buy Tokens page
|--------------------------------------------------------------------------
*/

body.gaussdev-tokens-index-index .table.table-striped>tbody>tr:nth-child(even) {
    background: #fff;
}

body.gaussdev-tokens-index-index .table.table-striped>tbody>tr:nth-child(odd) {
    background: #f1f1f1;
}

body.gaussdev-tokens-index-index .counter button.plus {
    float: right;
    margin-top: 3px;
}

body.gaussdev-tokens-index-index .counter button.minus {
    float: left;
    margin-top: 3px;
}

body.gaussdev-tokens-index-index .counter {
    padding-left: 25px;
    padding-right: 25px;
}

body.gaussdev-tokens-index-index .token-price {
    padding-right: 79px;
}

body.gaussdev-tokens-index-index .checkout-details .column:last-child {
    width: 210px;
}

body.gaussdev-tokens-index-index .checkout-details ul li span.price {
    width: 100px;
    display: inline-block;
    text-align: right;
}

body.gaussdev-tokens-index-index .button-holder {
    text-align: right;
    margin-top: 10px;
    margin-right: -10px;
}

#shopping-cart-totals-table td strong {
    text-transform: uppercase;
}


/*
|--------------------------------------------------------------------------
| Checkout Page
|--------------------------------------------------------------------------
*/

body.reportgorilla-checkout-index .column-left ul li {
    display: table;
    width: 100%;
    box-sizing: border-box;
}

body.reportgorilla-checkout-index .column-left ul li .item-name,
body.reportgorilla-checkout-index .column-left ul li .quantity {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

body.reportgorilla-checkout-index .column-left ul li .quantity {
    text-align: right;
    padding-left: 20px;
}


/*
|--------------------------------------------------------------------------
| Main menu fix
|--------------------------------------------------------------------------
*/

.header .main-menu {
    margin-left: 55px;
}


/*
|--------------------------------------------------------------------------
| Bold totals fix
|--------------------------------------------------------------------------
*/

#shopping-cart-totals-table strong {
    font-weight: 600;
}

.welcomeModal {
    width: 360px !important;
    margin-left: -210px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 1em 2em !important;
    margin-top: 0 !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    height: 388px;
}

.welcomeModal h2 {
    font-size: 2.3rem !important;
}

.welcomeModal .sa-icon.sa-custom {
    margin-top: 80px !important;
}

@media (min-width: 900px) {
    .reportgorilla-panel-selectedsurvey .table .short-caption {
        position: relative;
    }

    .reportgorilla-panel-selectedsurvey .table .short-caption .group-choicesL {
        position: absolute;
        right: 26.89%;
    }

    .reportgorilla-panel-selectedsurvey .table .short-caption .group-choices {
        position: absolute;
        top: 10px;
        right: 30.7%;
    }

    .reportgorilla-panel-selectedsurvey .table .short-caption .group-choices .modal-trigger {
        margin-left: 6px;
        margin-right: 0px;
    }
}


/*Reportgorilla checkout index modal pop-up  id="address-edit-modal" */

.reportgorilla-checkout-index .column-right ul {
    margin-bottom: 0px;
}

.gaussdev-tokens-index-index label {
    line-height: 30px;
    font-weight: 400;
}

@media screen and (max-width:650px) {
    #address-edit-modal .field {
        width: 100%;
        margin-bottom: 10px;
        float: none;
        display: block;
    }
}

@media screen and (min-width:650px) {
    #address-edit-modal .field:nth-child(odd) {
        margin-right: 2%;
    }

    #address-edit-modal .field {
        width: 24%;
        margin-bottom: 0px;
        float: left;
        display: inline-block;
    }

    #address-edit-modal .modal__inner {
        padding: 1.6em 2em 1.4em;
    }
}

#address-edit-modal .column-left ul li:nth-child(even) {
    background: none;
}

#address-edit-form .mcheck.checked {
    color: #86af1c
}

#address-edit-form .modal.active .modal__inner .modal-body {
    max-width: 100%;
}

#address-edit-modal #co-billing-form fieldset select {
    background-size: contain;
}

#address-edit-modal #billing-buttons-container {
    padding: 0px 20px;
}

#billing-new-address-form .column-left ul li:nth-child(even) {
    background: none;
}

.reportgorilla-panel-selectedsurvey .content-full .table-striped .foreach {
    border: none;
}

@media (max-width: 1300px) {
    .reportgorilla-panel-selectedsurvey .table .short-caption .group-choicesL {
        right: 26.6%;
    }
}

@media (max-width: 1200px) {
    .reportgorilla-panel-selectedsurvey .table .short-caption .group-choicesL {
        right: 26.2%;
    }
}

@media (max-width: 1100px) {
    .reportgorilla-panel-selectedsurvey .table .short-caption .group-choicesL {
        right: 25.89%;
    }
}

@media (max-width: 1032px) {
    .reportgorilla-panel-selectedsurvey td.no-padding-bottom.demographic {
        width: 65%;
    }

    .reportgorilla-panel-selectedsurvey .table .short-caption .group-choicesL {
        right: 24.89%;
    }

    #address-edit-modal .modal__inner {
        padding: 1em 1em;
        overflow: auto;
    }

    #address-edit-modal .field {
        margin-top: 10px;
        margin-bottom: 0px;
    }

    #address-edit-modal #save-billing-address-button {
        margin-top: 19px !important;
    }

    .checkout-details #address-edit-modal #save-billing-address-button {
        max-width: 150px;
    }

    #address-edit-modal .field:nth-child(odd) {
        margin-right: 2%;
    }

    #address-edit-modal .field {
        width: 24%;
        float: left;
        display: inline-block;
    }

    #address-edit-modal .modal__inner {
        padding: 1em 1em;
    }

    #address-edit-modal .column-left ul li:nth-child(even) {
        background: none;
    }

    #address-edit-form .mcheck.checked {
        color: #86af1c
    }

    #address-edit-form .modal.active .modal__inner .modal-body {
        max-width: 100%;
    }

    #address-edit-modal #co-billing-form fieldset select {
        background-size: contain;
    }

    #address-edit-modal #billing-buttons-container {
        padding: 0px 20px;
    }

    .welcomeModal .sa-icon.sa-custom {
        margin-top: 80px !important;
    }
}


/*@media (max-width: 900px) and (max-width: 950px){*/


/*.reportgorilla-panel-selectedsurvey td.no-padding-bottom .demographic .custom-select{*/


/*width:65% !important;*/


/*}*/


/*.reportgorilla-panel-selectedsurvey .table .short-caption .group-choicesL{*/


/*right:27.89%;*/


/*}*/


/*.reportgorilla-panel-selectedsurvey .table .short-caption .group-choices {*/


/*position: absolute;*/


/*top: 10px;*/


/*right: 33.7%;*/


/*}*/


/*}*/

.report-price {
    display: inline-block;
    margin-left: 200px;
    margin-top: 9px;
    font-weight: 400;
}

.verify-check {
    margin: 0px;
    margin-left: 22px;
    font-weight: 400;
    margin-top: -5px;
    display: none;
}

.verify-check-active {
    display: block;
}

.gaussdev-tokens-index-index .checkout-details .column {
    margin-right: 9px;
}

.reportgorilla-checkout-index #address-summary label {
    line-height: 22px;
}

#billing-new-address-form label {
    float: left;
}

.gaussdev-tokens-index-index #address-summary label {
    line-height: 22px;
}

.modal__close {
    z-index: 2222;
}

.body-fixed {
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: fixed;
}

.js-trigger-bussines {
    font-weight: 400;
}

@media (max-width: 1200px) {
    .verify-check {
        margin-top: -2px;
    }

    .report-price {
        margin-left: 0px;
    }
}

#address-edit-modal #save-billing-address-button {
    max-width: 170px;
}

#address-edit-modal ul li span {
    float: none;
}

.fields .company {
    margin-left: 2%;
    width: 48% !important;
}

.fields .zip-postal {
    margin-left: 2%;
    margin-right: 0px !important;
}

.third-row .field {
    width: 32% !important;
    margin-top: 0px;
}

.fourth-row .field {
    width: 32% !important;
}

#address-edit-modal.modal__inner {
    font-weight: 400;
}

#address-edit-modal .btn-field {
    margin: 16px 0px 0px 2% !important;
}


/*obrisati ako modali ne budu dobri*/

@media (max-width: 600px) {
    #address-edit-modal .modal-body {
        overflow-y: scroll;
    }

    .stop-scrolling .welcomeModal {
        max-height: 288px !important;
    }
}

@media (max-width: 480px) {
    .stop-scrolling .welcomeModal {
        max-width: 360px !important;
        max-height: 288px !important;
        padding: 0px !important;
        margin: 0 auto !important;
        margin-left: auto !important;
        overflow: hidden !important;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .stop-scrolling .welcomeModal {
        max-width: 360px;
        max-height: 310px;
        padding: 0px !important;
        margin-left: -180px !important;
    }
}

@media (min-width: 800px) {
    .stop-scrolling .welcomeModal {
        min-width: 420px;
        min-height: 414px;
        padding: 0px !important;
    }
}

#address-edit-form .modal__inner {
    max-width: 600px;
}

#placeOrder:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

#address-edit-modal .modal__inner li {
    margin-bottom: 5px;
}

.checkout-details .column #address-edit-form #billing-new-address-form #billing-buttons-container #save-billing-address-button {
    float: left;
}

#address-edit-form #billing-new-address-form #billing-buttons-container #save-billing-address-button {
    margin-left: 10px;
}


/* =============================================================================
   ## ++ Responsive video
   ========================================================================== */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    margin: 10px 0;
}

.video-container.video43 {
    padding-bottom: 75%;
}

.video-container.vborder {
    border: 1px solid #ccc;
    overflow: hidden;
    border-radius: 6px;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

video {
    width: 100%;
}

#videoContainer {
    width: 800px;
    height: 450px;
}

#videoContainer button.close {
    position: absolute;
    width: 1.1em;
    height: 1.1em;
    cursor: pointer;
    background: rgb(134, 175, 28);
    background-image: url(https://www.reportgorilla.com/skin/frontend/reportgorilla/default/theme/images/sprites/close.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px;
}

.survey-video,
.report-video {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    margin: auto;
    width: 640px;
    height: 480px;
    z-index: 100;
    -webkit-transform: scale(.8);
    transform: scale(.8);
}

@media (max-width: 1420px) {

    #videoContainer,
    .survey-video,
    .report-video {
        width: 90% !important;
        min-height: auto;
    }
}

@media (max-width: 46em) {
    .header .profile-menu {
        z-index: 99;
    }

    #videoContainer {
        width: 80% !important;
    }
}

.overlay {
    background: rgba(0, 0, 0, .7);
}

.overlay .close {
    z-index: 101;
    top: -7px;
    right: -13px;
    padding: 1.4rem;
}

.reportgorilla-panel-selectedsurvey input[disabled] {
    opacity: 0.7;
}

.modal__inner p {
    font-weight: 400;
}

.sweet-alert.visible {
    border-radius: 5px;
}

.sweet-alert button {
    width: 150px;
}

.sweet-alert p {
    font-size: 14px;
}

.sweet-alert.show-input input {
    width: 60%;
    margin: 20px auto 0;
    font-size: 16px;
    box-shadow: none;
}

.sweet-alert.show-input input:focus {
    box-shadow: none !important;
    border: 1px solid #86af1c !important;
}

.sweet-alert input.show-input {
    display: block;
}

a.forgot-pass,
.createAccountTrigger,
.agreement a {
    font-weight: 600;
    font-size: 14px;
}

.account-form .not-registered span {
    font-weight: 400;
}

.customer-account-forgotpassword a.btn.btn-primary {
    line-height: 40px;
}

.customer-account-changeforgotten .button {
    background: #86af1c;
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    border: none;
    font-weight: 400;
}

.customer-account-changeforgotten .fieldset {
    width: 45%;
    margin-top: 0 !important;
}

h3 {
    font-weight: 600;
}

@media (max-width: 46em) {
    .customer-account-changeforgotten .fieldset {
        width: 100%;
    }
}

.social {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border: 1px solid #ccc;
}

.notice-cookie {
    border-top: 2px solid #86af1c;
    text-align: center;
    padding: 0 10px 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 999999;
}

.notice-text,
.notice-text p,
.notice-cookie .actions {
    display: inline;
    font-weight: 400;
    color: #59595e;
}

.notice-cookie .actions button {
    background: #86af1c;
    color: #fff;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    border: none;
    font-weight: 400;
    margin-left: 20px;
    margin-top: 10px;
    outline: none;
}

.table-custom .ng-binding,
.ng-pristine {
    cursor: pointer;
}

.table-custom .ng-binding:hover {
    text-decoration: underline;
}

.table-custom .modal-body .ng-binding,
.ng-pristine {
    cursor: auto;
}

.table-custom .modal-body .ng-binding:hover {
    text-decoration: none;
}

.blog-body .blog-excerpt {
    padding-left: 0 !important;
    line-height: 1.6 !important;
    color: #54595e !important;
}

.blog-body,
.blog-date,
.blog-more {
    font-size: 16px !important;
}

.blog-body ul li {
    margin-top: 8px;
    line-height: 1.4em;
}

.content {
    margin: 56px 6% 5% 6% !important;
}

.receive {
    position: relative;
}

.receive .mcheck {
    position: absolute;
    right: 0;
    top: -34px;
}

.tologin {
    margin-top: 30px;
    margin-bottom: 10px;
}

.tologin span {
    margin-bottom: 10px;
}

.account-form .not-registered,
.login-wrapper .not-registered,
.registration-wrapper .not-registered {
    margin-top: 44px;
}

.table-buttons {
    z-index: 1;
}

.intro-content a.login {
    margin-bottom: 14px;
}

.reportgorilla-panel-selectedsurvey .btn-info {
    position: relative;
    z-index: 0;
    margin-right: 10px;
}

.reportgorilla-panel-selectedsurvey .header {
    z-index: 1;
}

body.home {
    overflow: hidden;
}

@media (max-width: 780px) {

    .account-form .not-registered,
    .login-wrapper .not-registered,
    .registration-wrapper .not-registered {
        margin-top: 42px;
    }
}

.stop-scrolling .welcomeModal {
    min-height: 390px !important;
}

.modal-body a.btn {
    line-height: 38px !important;
    font-size: 15px !important;
}

.intro .intro-content a.btn,
.intro .intro-content h1 {
    text-transform: initial !important;
}

.intro .intro-content h3 {
    margin-bottom: 10px;
}

.intro .intro-content .btn p {
    margin: 0;
}

.header .logo>a {
    display: block;
    height: 50px;
    margin-top: 20px;
}

.header .logo .main-menu {
    float: none;
    height: 16px;
    margin-left: 45px;
}

.modal-body .back-link,
.modal-body .createAccountTrigger {
    background: #C1C1C1 !important;
}

.toggleThumbnails {
    color: #86af1c;
}

.secondary-color,
.blog-body .secondary-color {
    color: #ff4d00;
}

.primary-colour,
.blog-body .primary-colour {
    color: #86af1c;
}

.table-buttons a.ng-binding {
    color: #86af1c;
}

.blogs .blog-date {
    color: #54595e !important;
    font-weight: 400;
}

.blogs .blog-more {
    color: #ff4d00 !important;
    display: inline-block;
}

.blogs .showCommentForm {
    color: #ff4d00 !important;
}

.search-titles {
    width: 210px;
}

.search-titles input {
    max-width: 170px;
    width: 100%;
    display: inline-block
}

.search-titles .modal-btn {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    position: relative;
    z-index: 0;
}

.table>tbody>tr>td>.custom-select {
    width: calc(80% - 170px) !important;
}

.reportgorilla-panel-selectedsurvey .table .short-caption .group-choices {
    right: 252px;
}

.reportgorilla-panel-selectedsurvey .table .short-caption .group-choicesL {
    right: 216px;
}

.color-schemes .select2 {
    width: 100% !important;
}


/*PRODUCTS GRID*/

.products-grid h3 {
    min-height: 40px;
    line-height: 40px;
    background: #f1f1f1;
    font-weight: 400;
    font-size: 15px;
    padding: 0 10px;
    margin: 4px 0;
}

.products-grid.odd h3 {
    background: #fff;
}

.gallery-item {
    border: 1px solid transparent;
    margin: 1rem 1rem 1rem 0;
    display: inline-block;
    position: relative;
}

.category-products,
.content-wrap {
    position: relative;
}

.category-products .table-buttons,
.content-wrap .table-buttons {
    top: 50px;
    left: 0;
    width: 150px;
}

.category-products .table-buttons {
    top: 106px;
}

.category-reportgallery .table-buttons {
    width: 175px;
}

.category-reportgallery .table-buttons .sidebar-title {
    margin-top: 0;
    border: none;
    margin-bottom: 5px;
}

.category-reportgallery .table-buttons .sidebar-title .btn {
    display: inline-block;
}

.catalog-category-view .table-buttons.fixed {
    position: fixed;
    width: 20%;
    max-width: 175px;
    top: 60px;
    left: 50%;
    margin-left: -564px;
    z-index: 10;
}

.product-view .share {
    padding: 10px 0;
}

.catalog-category-view .hide-thumbs,
.catalog-category-view .show-thumbs {
    color: #86af1c;
    font-size: 15px;
}

.product-view .share,
.product-view .free {
    color: #ff4d00;
    text-align: center;
    margin-bottom: 0;
    display: block;
    font-size: 18px;
}

.product-view .table-buttons,
.category-products .table-buttons {
    z-index: 10;
}

.modal__share,
.category-reportgallery .modal__inner {
    width: 500px;
}

.catalog-category-view .show-thumbs {
    display: none;
}

.category-products .table-buttons label.btn {
    display: block;
    text-align: center;
    padding-top: 10px;
}

.category-products .reportType {
    width: 100%;
    padding-top: 10px;
}

.category-reportgallery .content {
    position: relative;
}

h2.title {
    margin-right: 20px;
    display: inline-block;
}

h2.title label {
    margin-left: 10px;
}

.tap {
    position: absolute;
    right: 10px;
    top: -8px;
}

.content-padding {
    padding-left: 200px;
}

.content-padding .clearfix {
    padding-left: 210px;
    min-height: 280px;
}

.content-padding .reportType,
.block-title h3 {
    font-size: 18px;
    font-weight: 400;
}

.content-padding .reportType .layout_type {
    display: none;
}

.content-wrap .table-buttons .btn {
    margin-bottom: 20px
}

.reportType .attribute {
    margin-right: 40px;
}

.reportType .data a {
    color: #86af1c;
    font-size: 15px;
}

.product-img-box {
    position: absolute;
    top: 34px;
    left: 200px;
    margin: 0 20px 20px 0;
}

h1.product-name {
    padding: 0 10px;
    height: 40px;
    font-weight: 400;
    background: #54595e;
    color: #fff;
    border-bottom: 1px solid white;
    font-size: 23px;
    line-height: 40px;
    position: relative;
    margin: 10px 0;
}

h1.product-name>label.btn {
    margin-left: 30px;
}

h1.product-name .filter {
    position: absolute;
    top: -3px;
    right: 10px;
    left: auto;
    width: auto;
}

.product-name .filter .close-icon {
    top: 16px;
    display: none;
    right: 40px;
}

.box-description p {
    font-weight: 400;
}

#crosstab .filter,
#for-each .filter,
#other .filter {
    display: none;
}

h1.product-name input {
    max-width: 170px;
    width: 100%;
    height: 25px;
    line-height: 25px;
    border: none;
    color: #000;
    display: inline-block;
}

h1.product-name .filter label {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

.product-view .product-name {
    font-size: 20px;
}

.product-image {
    margin: 0;
}

.product-view .product-image {
    margin-top: 20px;
    max-width: 181px;
}

.product-view .reportType {
    padding-top: 10px;
}

.product-view .content-wrap .table-buttons {
    top: 54px;
}

.box-description .std {
    padding-top: 1px;
}

.reportType .products-grid {
    margin-left: 200px;
}

.mini-products-list {
    list-style: none;
    position: relative;
}

.mini-products-list li {
    margin: 10px;
}

.mini-products-list li img {
    position: absolute;
    left: 300px;
    top: -30px;
    display: none;
}

.mini-products-list li:hover img {
    display: inline-block;
}

.mini-products-list li a {
    color: #86af1c;
}

.product-share {
    text-align: center;
    margin-top: 40px;
}

.product-share a {
    margin: 5px;
}

.product-shop h2 {
    margin: 0;
}

.catalog-category-view .sidebar,
.catalog-product-view .sidebar {
    margin-top: 86px;
}

.sidebar .block,
.sidebar-element {
    margin-top: 6px;
    margin-bottom: 54px;
}

.sidebar .menu li,
.sidebar-element .menu li {
    font-size: 15px;
    list-style: none;
}

.sidebar.fixed .sidebar-absolute {
    position: fixed;
    width: 24%;
    max-width: 320px;
    top: 60px;
    left: 50%;
    margin-left: 320px;
    z-index: 10;
}

.wander {
    background: #ccc !important;
    cursor: no-drop;
}

.modal__inner p {
    font-size: 15px;
}

.category-reportgallery .content {
    margin-top: 0 !important;
}

.category-reportgallery .sidebar {
    margin-top: 40px !important;
}

.catalog-product-view.category-reportgallery .sidebar {
    margin-top: 30px !important;
}

.authorize-buttons {
    margin-top: 30px;
}

.authorize-buttons .btn {
    display: inline-block;
    width: 150px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    font-weight: 600;
    margin: 6px 4px;
}

.authorize-buttons .gizmo {
    background: #3ea2c1;
    border: 2px solid #3ea2c1;
}

.authorize-buttons .monkey {
    background: #05bf70;
    border: 2px solid #05bf70;
}

.authorize-buttons .smart {
    background: #ee8427;
    border: 2px solid #ee8427;
}

.authorize-buttons .typeform {
    background: #fff;
    color: #797979;
    border: 2px solid #797979;
}

.authorizations.table>tbody>tr:nth-child(even) {
    background: #f1f1f1;
}

.authorizations.table>tbody>td {
    padding: 0 5px;
}

.authorizations.table>tbody>.thead td {
    font-size: 16px;
    font-weight: 600;
}

.authorizations.table .btn.authorize {
    width: 150px;
    background: #54595e;
}

.authorizations.table .btn.authorize.active {
    background: #86af1c;
}

.authorizations.table .authorized,
.authorizations.table .show {
    text-align: center;
}

.authorizations.table .show form {
    width: 20px;
    margin: 0 auto;
}

.customer-account-index .sweet-alert.provider-auth {
    padding-bottom: 0 !important;
}

.modal__close.welcome_close {
    top: -190px;
    right: 0;
}

.modal.active .modal__inner .modal-body {
    margin: 0 auto;
}

.customer-account-index .sweet-alert.provider-auth p,
.customer-account-index .sweet-alert.provider-auth .p,
.customer-account-index .sweet-alert.provider-auth input {
    font-size: 15px;
}

.customer-account-index .sweet-alert.provider-auth .modal__close {
    top: -80px;
    right: 0px;
}

.customer-account-index .sweet-alert.provider-auth button {
    margin-top: 5px;
}

.customer-account-index .sweet-alert.provider-auth button:hover {
    background: #c1c1c1;
}

.customer-account-index .sweet-alert.provider-auth .sa-icon {
    margin: 0;
}

.customer-account-index .sweet-alert.provider-auth h2,
.customer-account-index .sweet-alert.provider-auth fieldset {
    display: none;
}

.authorize-logo-text {
    margin-bottom: 20px;
}

.customer-account-index .sweet-alert.provider-auth .field {
    margin-bottom: 0;
}

.find-api {
    font-size: 12px;
    margin-top: 20px;
}

.find-api a {
    color: #86AF1C;
}

.newletter-check {
    margin: 4px 10px 0 0;
}

.check-wide {
    width: 10px;
}

.icons .icon-group {
    display: inline-block;
}

.share-modal .icons a.download {
    margin-left: 0 !important;
}

.icons .download-group {
    width: 138px;
}

.icons .icon-group .group-title {
    margin-bottom: 10px;
}

.table>tbody>tr.gallery-background>td>.gallery-item {
    min-width: 90px;
    min-height: 90px;
    background: #f3f3f3;
}

.table>tbody>tr.gallery-background>td>.gallery-item img {
    pointer-events: none;
}

.table>tbody>tr.gallery-background>td>.gallery-item.active img {
    pointer-events: auto;
}

.table .big_title {
    position: relative;
}

.table .big_title .modal-video {
    position: absolute;
    top: 10px;
    right: 30px;
    cursor: pointer;
}


.info-box .info-content {
    background: #f1f1f1;
}

.reportgorilla-panel-selectedsurvey .info-box .info-content {
    display: block;
    width: auto;
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
    border: 4px solid #86af1c !important;
}

.sweet-alert .sa-icon.sa-success .sa-line {
    background: #86af1c !important;
}

.checkout-onepage-success .content {
    margin: 5% auto !important;
}

.search-titles.select-report {
    top: 7px;
    left: 150px;
    margin: 0;
}

.reportgorilla-panel-selectedsurvey .search-titles .close-icon,
.reportgorilla-panel-reports .search-titles .close-icon,
.reportgorilla-panel-index .search-titles .close-icon {
    right: 44px;
}

.table>tbody>tr.gallery-background>td>.gallery-item.foreach.active:before {
    pointer-events: none;
}

.videointro .modal-body {
    text-align: center;
    font-weight: 400;
}

.videointro .sa-icon {
    margin: auto;
    background-size: cover;
}

.videointro .no-link {
    background: #c1c1c1;
}

.modal__inner.modal__videointro {
    max-width: 420px;
}

.modal__videointro .buttons-set {
    max-width: 310px;
    margin: 20px auto;
}

.modal__videointro .mcheck {
    float: none;
}

.modal__videointro .report-video-confirm {
    float: none !important;
    display: inline-block;
}

.reportgorilla-panel-selectedsurvey .sweet-alert .sa-icon.sa-info::before,
.reportgorilla-panel-selectedsurvey .sweet-alert .sa-icon.sa-info::after {
    content: none;
}

.reportgorilla-panel-selectedsurvey .sweet-alert .sa-icon.sa-info {
    border: none;
    display: block;
    background-image: url(/skin/frontend/reportgorilla/default/images/ReportGorillaLogo256.png);
    width: 80px;
    height: 80px;
    background-size: cover;
}

.reportgorilla-panel-selectedsurvey .sweet-alert .green-text {
    margin-top: 20px;
    display: block;
}


.cms-page-view .content .std ul {
    margin-left: 44px;
}

.cms-gorilla-testimonials h2.title {
    margin-bottom: 20px;
}

.cms-gorilla-testimonials .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    grid-auto-rows: minmax(100px, auto);
}

.cms-gorilla-testimonials .row .span4,
.testimonials .swiper-slide {
    margin-right: 3%;
    border-radius: 6px;
    border: 1px solid #c1c3c3;
    background: #f1f1f1;
    padding: 30px;
}

.cms-gorilla-testimonials .row .span4 h4,
.testimonials .swiper-slide h4 {
    font-size: 1.0em;
    margin: .5em 0 1.0em 0;
    font-weight: 600;
    text-align: center;
}

.cms-gorilla-testimonials .row .span4 p,
.testimonials .swiper-slide p {
    margin: 0;
    color: #54595e;
}

.cms-gorilla-testimonials .row .span4 .semiBold,
.testimonials .swiper-slide .semiBold {
    color: #ff4d00;
    display: block !important;
    margin-top: 30px !important;
    font-style: italic;
    text-align: center;
}


/*******************
* Homepage
*******************/
body.home {
    overflow: visible;
    height: auto;
}

.home .intro {
    height: 480px;
}

.home .block {
    text-align: center;
    overflow: auto;
}

.home .block .container {
    max-width: 980px;
}

.home .block h2 {
    font-weight: 600;
    font-size: 34px;
    margin: 74px 0 0px;
}

.home .block h3 {
    font-weight: bold;
    font-size: 22px;
    font-weight: 600;
}

.home .block h4 {
    font-weight: 400;
    font-size: 20px;
    margin: 30px 0 30px;
}

.home .block hr {
    max-width: 500px;
}

.block.icons .row {
    margin-top: -54px;
}

.block.icons .row:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}

.block.icons .span4 {
    float: left;
    width: 31%;
    margin-left: 3%;
}

.block.icons .span4:first-child {
    margin-left: 0;
}

.block.icons h4 {
    margin: 20px 0 80px;
}

.block.icons .white {
    content: '';
    background: #fff;
    width: 92px;
    height: 84px;
    padding: 0 34px;
    margin: 0 auto;
}

.block.icons .icon {
    height: 84px;
    width: 84px;
    border-radius: 50%;
    border: 2px solid #959595;
    background: #f9f9f9;
    z-index: 2;
}

.home .block.icons .span4 h4 {
    font-weight: 600;
    font-size: 18px;
    margin: 34px 0 0;
}

.block.icons .span4 p {
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    font-size: 14px;
    margin: 12px 0 0 25px;
}

.block.icons .thumbnails {
    margin-bottom: 50px;
}

.block .btn,
.cms-page-view .content .btn {
    display: inline-block;
    text-align: center;
    padding: 0 30px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    font-size: 20px;
    margin: 50px auto;
    background: #ff4d00;
    border-radius: 5px;
}

.cms-page-view .content .btn {
    margin: 30px auto;
}

.block .btn:hover {
    text-decoration: none;
}

.block.insight {
    padding: 0 0 30px;
    background: #f1f1f1;
}

.block.insight a {
    font-size: 20px;
}

.block.insight h2 {
    margin-top: 43px 0 34px;
}

.block.insight .btn {
    margin: 30px 0;
}

.customers .container {
    max-width: 800px !important;
}

.customers .logos {
    margin-top: 30px;
}

.testimonial-wrapper {
    position: relative;
    margin: 0 auto;
}

.testimonials.swiper-container {
    margin: 50px auto;
    position: relative;
}

.testimonials .swiper-slide {
    margin-right: 0;
    padding: 0;
    height: 240px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.testimonials .swiper-slide p {
    margin-right: 30px;
    margin-left: 30px;
    text-align: left;
}

.testimonials .swiper-slide h4 {
    font-size: 16px;
    margin: 37px 30px 15px;
    font-weight: 600;
}

.testimonials .swiper-slide .semiBold {
    margin-top: 10px !important;
}

.swiper-button-prev {
    left: -50px;
}

.swiper-button-next {
    right: -50px;
}

.swiper-button-next,
.swiper-button-prev {
    width: 30px;
    height: 32px;
    overflow: hidden;
    margin-top: -16px;
    background-size: 17px 32px;
    background: url(https://www.reportgorilla.com/skin/frontend/reportgorilla/default/theme/images/swiper-right.png) no-repeat;
    background-position: center;
}

.swiper-button-prev {
    background: url(https://www.reportgorilla.com/skin/frontend/reportgorilla/default/theme/images/swiper-left.png) no-repeat;
}

.block.pricing h2 {
    margin: 18px 0 26px;
}

.pricing-content {
    background: #f1f1f1;
    padding: 0 0 10px;
    text-align: left;
}

.pricing-content .container {
    max-width: 800px !important;
}

.pricing-content .row:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}

.pricing-content .row .span6 {
    float: left;
    width: 44.5%;
    margin-left: 11%;
}

.pricing-content .row .span6:first-child {
    margin-left: 0;
}

.pricing-content h3.title {
    font-weight: 600;
    margin: 28px 0 18px 26px;
}

.pricing-content h3.check {
    font-size: 18px;
    margin: 0 0 8px;
    font-weight: 400;
}

.block.try {
    padding: 35px 0;
}

.block.try h3 {
    font-weight: bold;
    margin: 20px 0 0;
}

.block.try .btn {
    margin: 30px 0;
}

.overlay {
    position: fixed;
}

.header .main-menu li .sub-menu {
    width: 190px;
}

/******* FILTERS MODAL *********/
.filter-trigger {
    line-height: 40px;
    margin-bottom: 10px;
}

.filter-list,
.filter-edit {
    padding-right: 5px;
}

.filter-list h1 {
    margin: 4px 0 20px;
    padding-bottom: 10px;
}

.filter-list h1 {
    border-bottom: 1px solid #ccc;
}

.filter-list .filter {
    margin-bottom: 5px;
}

.filter-list .filter .name {
    float: left;
    width: calc(100% - 80px);
    padding-top: 5px;
    font-weight: 500;
}

.filter-list .filter .action {
    float: right;
    width: 74px;
}

.filter-list .filter .action span,
.filter-edit .action span,
.filter-list .add {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
}

.filter-list .filter .action span.disabled,
.filter-edit .action span.disabled {
    opacity: .5;
    cursor: not-allowed;
}

.filter-list .filter .action .edit {
    background: #86AF1C url(https://www.reportgorilla.com/skin/frontend/reportgorilla/default/theme/images/sprites/pencil.png) no-repeat center center;
    margin-right: 10px;
}

.filter-list .filter .action .remove,
.filter-list .add,
.filter-edit .action .add,
.filter-edit .action .remove {
    background: #86AF1C;
    position: relative;
}

.filter-list .filter .action .remove:after,
.filter-edit .action .remove:after,
.filter-edit .action .add:after,
.filter-list .add:after {
    content: '';
    height: 2px;
    width: 16px;
    background: #fff;
    top: 15px;
    left: 8px;
    position: absolute;
}

.filter-list .no-filters-button {
    margin-top: 10px;
}

.filter-list .no-filters-button .left-column {
    width: calc(100% - 80px);
    float: left;
}

.filter-list .no-filters-button .right-column {
    width: 74px;
    float: right;
}

.filter-list .no-filters-button .btn {
    width: 72px;
    font-weight: 500;
}

.filter-list .mradio input[type=radio]+label {
    border-radius: 50%;
}

.filter-list .mradio.iconRadio input[type=radio]:checked+label:after {
    background: #86af1c;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    top: 2px;
    left: 2px;
}

.filter-edit h1 {
    margin: 4px 0 14px;
}

.filter-edit .filter-name-input {
    height: 25px;
    line-height: 25px;
    font-weight: 400;
    padding: 0 10px;
    margin-bottom: 15px;
}

.filter-edit .filter-name-input::placeholder {
    color: #ff4d00;
}

.filter-edit .filter-select {
    min-height: 240px;
    position: relative;
    margin-bottom: 20px;
}

.filter-edit .filter-select h1 {
    margin: 10px 0;
}

.filter-edit .answe {
    margin-top: 4px;
}

.filter-edit .custom-select {
    position: relative;
}

.filter-edit .when .custom-select {
    display: inline-block;
    width: 72px;
}

.filter-edit .when .custom-select #question {
    font-weight: bold;
    padding-left: 5px;
}

.filter-edit .question,
.filter-edit .answer {
    float: left;
    width: calc(50% - 50px);
    margin: 6px 10px 0 0;
    position: relative;
}

.filter-edit .multiselect-wrap {
    height: 22px;
    overflow: hidden;
    border: 1px solid #ccc;
    transition: all .1s ease-in-out;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    font-weight: 400;
}

.filter-edit .multiselect-wrap.open {
    height: 164px;
    transition: all .1s ease-in-out;
    z-index: 9;
}

.filter-edit .multiselect-wrap.open .selected-count {
    border-bottom: 1px solid #ccc;
}

.filter-edit .multiselect-wrap.open .selected-count select {
    font-size: 14px;
}

.filter-edit .multiselect-wrap.open .selected-count:after {
    transform: rotate(180deg);
}

.filter-edit .multiselect-wrap.open .choices-container {
    max-height: 105px;
    overflow-y: auto;
    padding-left: 5px;
}

.filter-edit .selected-count {
    height: 22px;
    line-height: 22px;
    position: relative;
    padding: 0 4px;
}

.filter-edit .selected-count:after {
    position: absolute;
    top: -1px;
    right: -1px;
    cursor: pointer;
    content: '';
    background: url(https://www.reportgorilla.com/skin/frontend/reportgorilla/default/theme/images/sprites/select-arrow.jpg) center right no-repeat;
    right: 0;
    width: 24px;
    height: 24px;
    z-index: 1;
}

.filter-edit .action {
    float: right;
    width: 74px;
}

.filter-edit .action .add {
    margin-right: 6px;
}

.filter-edit .action .add:before,
.filter-list .add:before {
    content: '';
    height: 16px;
    width: 2px;
    background: #fff;
    top: 8px;
    left: 15px;
    position: absolute;
}

.filter-edit .btn-save {
    width: 74px;
    position: absolute;
    right: 0;
    bottom: 0;
    font-weight: 600;
}

.reportgorilla-panel-selectedsurvey .btn-save[disabled]:hover {
    border: 1px solid #ff4d00;
}

.modal-body.sweet-alert {
    width: auto;
    position: static;
    display: block;
}

.modal-reset-survey .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box;
}

.modal-reset-survey .sa-icon.sa-warning .sa-body {
    position: absolute;
    width: 5px;
    height: 47px;
    left: 50%;
    top: 10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #F8BB86;
}

.modal-reset-survey .sa-icon.sa-warning .sa-dot {
    position: absolute;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-left: -3px;
    left: 50%;
    bottom: 10px;
    background-color: #F8BB86;
}

.modal-reset-survey .sa-icon.sa-warning {
    border-color: #F8BB86;
}

.modal-reset-survey h2 {
    color: #54595e;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block;
}

.modal-reset-survey p {
    color: #54595e;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    position: relative;
    text-align: center;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
}

.modal-reset-survey button {
    background-color: #86af1c;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 15px;
    font-weight: 400;
    padding: 8px 32px;
    height: 40px;
    margin: 26px 5px 0 5px;
    cursor: pointer;
    width: 154px;
}

.modal-reset-survey button.cancel {
    background-color: #C1C1C1 !important;
}

.modal-reset-survey .hard {
    background: #ff4d00 !important;
}

.modal-reset-survey .hard:hover,
.modal-reset-survey .cancel:hover {
    opacity: .7;
}

.table>tbody>tr.gallery-background>td>.gallery-item.nohl.active {
    background-image: none;
}

.table>tbody>tr.gallery-background>td>.gallery-item.nohl.active:before {
    display: none;
}

.reportgorilla-cart-index .table-striped tfoot td,
.reportgorilla-checkout-index .table-header span {
    color: #54595e;
}

.reportgorilla-cart-index .table-striped tfoot td.text-center,
.reportgorilla-cart-index .table-striped tfoot td.hide-on-mobile {
    color: #fff;
}

ul.checkout-table {
    display: table;
    width: 100%;
}

ul.checkout-table li {
    display: table-row !important;
}

body.reportgorilla-checkout-index .column-left ul li .item-name,
body.reportgorilla-checkout-index .column-left ul li .quantity {
    padding: 0 5px;
}

body.reportgorilla-checkout-index .column-left ul li .quantity {
    padding-left: 0;
    text-align: center;
}

/************************************************************************
*
*MEDIAQUERIES
*
*************************************************************************/

@media (max-width: 1300px) {
    .table>tbody>tr>td>.custom-select {
        width: 66%;
    }

    .reportgorilla-panel-selectedsurvey .table .short-caption .group-choices {
        right: 23.7%;
    }

    .reportgorilla-panel-selectedsurvey .table .short-caption .group-choicesL {
        right: 19.5%;
    }

    .sidebar.fixed .sidebar-absolute {
        margin-left: 25%;
    }

    .product-view h1.product-name {
        height: auto;
    }

    .content-padding {
        padding: 0;
    }

    .category-reportgallery .table-buttons .wander {
        margin-right: 10px;
    }

    .reportType .products-grid {
        margin-left: 0;
    }

    .reportType .products-grid .gallery-item {
        max-width: 30%;
        margin-right: 1%;
    }

    .category-products .sidebar {
        margin-top: 146px;
    }

    .product-view .content-wrap .table-buttons {
        left: -60px;
    }

    .product-view .content-wrap .table-buttons .btn,
    .product-view .content-wrap .table-buttons .share {
        display: block;
        width: 40px;
        height: 40px;
        text-indent: -9999px;
        padding: 0;
    }

    .product-view .content-wrap .table-buttons .next {
        background: url('https://www.reportgorilla.com/skin/frontend/reportgorilla/default/images/next.png') no-repeat center center;
    }

    .product-view .content-wrap .table-buttons .prev {
        background: url('https://www.reportgorilla.com/skin/frontend/reportgorilla/default/images/previous.png') no-repeat center center;
    }

    .product-view .content-wrap .table-buttons .wander {
        background: url('https://www.reportgorilla.com/skin/frontend/reportgorilla/default/images/wander-grey.png') no-repeat center center !important;
    }

    .product-view .content-wrap .table-buttons .backtogallery {
        background: url('https://www.reportgorilla.com/skin/frontend/reportgorilla/default/images/gallery-green.png') no-repeat center center;
    }

    .product-view .content-wrap .table-buttons .share {
        background: url('https://www.reportgorilla.com/skin/frontend/reportgorilla/default/images/share-green.png') no-repeat center center;
    }

    .product-view .free {
        margin-top: 20px;
        font-size: 15px;
    }

    .mini-products-list li {
        margin-left: 0;
    }

    .block-related {
        margin-top: 30px;
    }

    .product-img-box {
        left: 0;
    }

    .catalog-category-view .table-buttons {
        position: static;
        width: 100%;
        margin-bottom: 40px;
    }
}

@media (max-width: 1150px) {
    .header .main-menu li a {
        margin: 0 10px;
    }

    .header .profile-menu li a {
        margin-left: 0 !important;
    }
}

@media (max-width: 1050px) {
    h1.blog-title {
        font-size: 1.5em !important;
        font-weight: 600 !important;
    }

    h1.blog-title a {
        font-weight: 600 !important;
    }

    .table>tbody>tr:first-child>td.vertical-text {
        width: 10% !important;
    }

    .table>tbody>tr>td>.custom-select {
        width: calc(100% - 340px) !important;
    }

    .reportgorilla-panel-selectedsurvey .table .short-caption .group-choices {
        right: 210px;
    }

    .reportgorilla-panel-selectedsurvey .table .short-caption .group-choicesL {
        right: 170px;
    }

    h1.product-name .filter input {
        width: 80%;
    }

    h1.product-name .filter label {
        position: absolute;
        top: 2px;
        right: 0;
    }

    .header .main-menu li a {
        margin: 0 7px;
    }
}

@media (max-width: 980px) {
    .header .hamburger-menu {
        display: inherit;
    }

    .header .mobile-menu {
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        -webkit-transform: translateX(250px);
        transform: translateX(250px);
        transition: all .3s ease-in-out;
        display: block;
        position: fixed;
        z-index: 100;
        background: #eee;
        width: 250px;
        list-style-type: none;
        text-align: center;
        padding-top: 30px
    }

    .header .mobile-menu li {
        display: block;
    }

    .header .mobile-menu li a {
        display: inline-block;
        color: #999;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 30px
    }

    .header .mobile-menu li a.login {
        background: #86af1c;
        padding: 10px 30px;
        color: #fff;
        border-radius: 3px;
        background-clip: padding-box
    }

    .main-menu {
        display: none;
    }

    .header {
        height: 90px;
    }

    .home .header,
    .is-blog .header,
    .cms-page-view .header {
        height: 75px;
    }

    .header .profile-menu {
        display: block;
        height: 75px;
        margin-right: 60px;
    }

    .header .logo {
        height: 75px;
    }

    .header .logo>a {
        margin-top: 12px;
    }

    .logo-title {
        display: block !important;
        margin-left: 60px;
    }

    .table .modal-trigger {
        margin-left: 10px !important;
    }

    .table .modal-trigger.reset-btn {
        margin-left: 0 !important;
    }

    .table .add-to-basket {
        width: 110px;
    }

    .table .custom-select {
        width: 50%;
    }

    .group-choicesL .btn .info-icon.modal-trigger {
        margin-left: 0 !important;
    }

    .table>tbody>tr>td>.custom-select {
        width: calc(100% - 310px) !important;
    }

    .reportgorilla-panel-selectedsurvey .table .short-caption .group-choices {
        right: 180px;
    }

    .reportgorilla-panel-selectedsurvey .table .short-caption .group-choicesL {
        right: 132px;
    }

    .catalog-product-view .sidebar,
    .catalog-product-view .content {
        width: calc(100% - 60px);
        float: none;
        margin: 0 0 0 60px !important;
    }

    .catalog-category-view .table-buttons,
    .hide-thumbs,
    .show-thumb {
        display: none;
    }

    .icons .icon-group .group-title {
        margin-bottom: 0;
    }

    .swiper-button-prev {
        left: 10px;
    }

    .swiper-button-next {
        right: 0;
    }
}

@media (max-width: 800px) {
    .block.report-gallery .thumbnails img {
        width: 150px;
    }
}

@media (max-width: 780px) {
    .reset-wrapper {
        margin-top: 10px !important;
        margin-right: 3px;
    }

    .cms-page-view .content,
    .is-blog .content {
        width: calc(100% - 112px);
        margin: 0 56px !important;
        padding-bottom: 0 !important;
    }

    .cms-page-view .sidebar,
    .is-blog .sidebar {
        width: calc(100% - 112px);
        margin: 0 56px;
    }

    .blog-title a {
        color: #54595E;
    }

    .blog-title,
    .blog-subtitle {
        line-height: 1.1em !important;
    }

    .intro .intro-content {
        padding: 20px;
    }

    .intro .intro-content a.btn {
        margin-top: 24px;
    }

    .intro .intro-content h3 {
        font-size: 18px;
    }

    table .hide-on-mobile {
        display: none !important;
        ;
    }

    .table-buttons {
        width: auto !important;
        position: relative !important;
        top: auto !important;
        text-align: left !important;
        margin-bottom: 10px;
        z-index: initial !important;
    }

    .table-buttons b {
        display: inline-block !important;
        margin-right: 10px
    }

    .catalog-product-view .table-buttons {
        position: absolute !important;
        top: 54px !important;
    }

    .reportgorilla-panel-selectedsurvey .table-buttons {
        display: none;
    }

    .report-type a.btn {
        width: 120px !important;
    }

    .table-buttons .toggleThumbnails {
        margin-left: 10px;
    }

    .report-type {
        width: 100%;
    }

    .report-type span {
        float: left;
        margin: 0;
        padding: 0 5px;
        text-align: right;
        position: relative;
    }

    .report-type .custom-select {
        width: 150px;
        float: left;
    }

    .report-type span label.btn {
        position: absolute;
        right: -193px;
    }

    .short-caption input[type="text"] {
        /* width: 150px !important; */
        width: calc(67.6% - 138px) !important;
    }

    .table>tbody>tr>td>.custom-select {
        width: 69% !important;
    }

    .report-type a.btn {
        background: #86af1c;
        display: inline-block;
        color: #fff;
        width: 150px;
        height: 40px;
        text-align: center;
        text-decoration: none;
        border: none;
        font-weight: 400;
        line-height: 40px !important;
    }

    .report-type .cart-summary-count-span {
        width: auto;
        float: none;
    }

    .short-caption .right.add-to-basket {
        display: none;
    }

    .report-type a.btn.wander {
        width: 150px !important;
    }

    .content-padding {
        padding: 0;
    }

    .reportgorilla-panel-reports .table-buttons.report-buttons div,
    .table-buttons.report-buttons .btn.btn-block {
        display: inline-block !important;
    }

    .transparent .info a {
        line-height: 20px !important;
    }

    .table-buttons {
        font-size: 12px;
    }

    .table-buttons .btn,
    .report-type a.btn {
        width: 90px !important;
    }

    .modal-reset-survey .btn {
        width: 120px !important;
        padding: 8px 10px;
    }

    .catalog-product-view .table-buttons .btn {
        width: 40px !important;
    }
}

@media screen and (max-width: 750px) {
    .reportgorilla-panel-reports .table-buttons div {
        display: inline-block;
    }

    .home .sweet-alert {
        height: auto;
    }

    .mini-products-list li img {
        right: 0;
        left: auto;
    }
}

@media (max-width: 734px) {
    .logo-title {
        margin-left: 42px;
    }

    .table .add-to-basket {
        display: none !important;
    }

    .content {
        margin: 0 !important;
    }

    .sidebar.fixed {
        margin: 0;
    }

    .sidebar.fixed .sidebar-absolute {
        margin-left: 0;
        position: static;
        width: 100%;
    }

    .category-reportgallery .content {
        padding-top: 0 !important;
    }

    .catalog-category-view .sidebar,
    .catalog-product-view .sidebar {
        margin-top: 0;
    }

    .tap {
        top: 0;
    }

    .cms-gorilla-testimonials .row {
        grid-template-columns: repeat(1, 1fr);
    }

    .pricing-content .row .span6 {
        width: 100%;
        max-width: 330px;
        margin: 0 auto;
        float: none;
    }

    .pricing-content .row .span6 {
        margin: 0 auto;
    }
}

@media (max-width: 660px) {
    .catalog-product-view .table-buttons .btn {
        width: 40px !important;
    }

    .short-caption input[type="text"] {
        width: calc(57.4% - 140px) !important;
    }

    .table>tbody>tr>td>.custom-select {
        width: 59% !important;
    }

    .reportType .attribute {
        display: block;
    }

    .catalog-product-view .table-links a {
        margin: 0 20px 0 0 !important;
    }

    .catalog-product-view .wander {
        display: none;
    }

    .product-view .reportType {
        padding-top: 0;
    }

    .catalog-product-view .product-collateral {
        margin-top: -16px;
    }

    .category-reportgallery h2 {
        font-size: 18px;
    }

    .authorize-buttons {
        margin-top: 0;
    }

    .authorize-buttons .btn {
        display: block;
        margin: 20px auto 0;
    }

    .block.report-gallery .thumbnails {
        padding: 0 40px;
    }
}

@media (max-width: 500px) {

    .cms-page-view .content,
    .is-blog .content {
        margin: 0 !important;
        width: 100% !important;
    }

    .blog-body .blog-excerpt {
        padding: 5px !important;
    }

    .intro .intro-content h3 {
        font-size: 16px;
    }

    .tap {
        display: none;
    }

    .block.report-gallery .thumbnails {
        padding: 0;
    }
}

.wordpress-post-view .blog-header .blog-date {
    margin-bottom: -5px !important;
}

@media screen and (max-width: 780px) {
    .hide-on-desktop {
        display: inline-block !important;
    }

    .modal__inner.share-modal {
        width: 90%;
        max-width: initial !important;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm),
screen and(-webkit-min-device-pixel-ratio:0) {
    .reportgorilla-panel-reports .table>tbody>tr:last-child>td {
        border-bottom: 1px solid #fff;
    }
}

@media screen and (max-width: 1054px) {

    .reportgorilla-panel-selectedsurvey .search-titles,
    .reportgorilla-panel-reports .search-titles,
    .reportgorilla-panel-index .search-titles {
        width: 150px;
        left: auto;
        text-align: right;
    }

    .search-titles.select-report {
        left: 120px;
        width: 150px;
    }

    .search-titles input {
        max-width: 100px;
    }

    .search-titles .modal-btn {
        margin-left: 0;
    }

    .modal__inner {
        width: 70%;
    }

    .reportgorilla-panel-selectedsurvey .search-titles .close-icon,
    .reportgorilla-panel-reports .search-titles .close-icon,
    .reportgorilla-panel-index .search-titles .close-icon {
        right: 4px;
    }
}

@media screen and (max-width: 900px) {
    .search-titles .modal-btn {
        display: none;
    }
}

@media screen and (max-width: 736px) {
    .search-titles.select-report {
        left: 148px;
        margin: 0;
        position: absolute;
    }

    .table>tbody>tr>td>.btn-create.done.preview-link {
        background: rgb(134, 175, 28) url(https://www.reportgorilla.com/skin/frontend/reportgorilla/default/images/sprite/view.png) no-repeat center center / 33px !important;
    }
}

@media screen and (max-width: 600px) {
    .modal__inner {
        width: 90%;
    }

    .modal__close {
        top: 1em;
        right: 1em;
    }

    .block.icons .span4 {
        margin-top: 20px;
        float: none;
        width: 100%;
        margin-left: 0;
    }

    .block.icons hr {
        display: none;
    }

}
.plyr input[type=range]:focus,
.plyr:focus {
    outline: 0
}

.plyr .plyr__video-embed iframe,
.plyr__tooltip {
    pointer-events: none
}

@keyframes plyr-progress {
    to {
        background-position: 25px 0
    }
}

.plyr {
    position: relative;
    max-width: 100%;
    min-width: 200px;
    font-family: Avenir, 'Avenir Next', 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
    direction: ltr
}

.plyr,
.plyr *,
.plyr ::after,
.plyr ::before {
    box-sizing: border-box
}

.plyr a,
.plyr button,
.plyr input,
.plyr label {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

.plyr audio,
.plyr video {
    width: 100%;
    height: auto;
    vertical-align: middle;
    border-radius: inherit
}

.plyr input[type=range] {
    display: block;
    height: 20px;
    width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border: none;
    background: 0 0
}

.plyr input[type=range]::-webkit-slider-runnable-track {
    height: 8px;
    background: 0 0;
    border: 0;
    border-radius: 4px;
    -webkit-user-select: none;
    user-select: none
}

.plyr input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    margin-top: -4px;
    position: relative;
    height: 16px;
    width: 16px;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 100%;
    transition: background .2s ease, border .2s ease, transform .2s ease;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(0, 0, 0, .15);
    box-sizing: border-box
}

.plyr input[type=range]::-moz-range-track {
    height: 8px;
    background: 0 0;
    border: 0;
    border-radius: 4px;
    -moz-user-select: none;
    user-select: none
}

.plyr input[type=range]::-moz-range-thumb {
    position: relative;
    height: 16px;
    width: 16px;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 100%;
    transition: background .2s ease, border .2s ease, transform .2s ease;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(0, 0, 0, .15);
    box-sizing: border-box
}

.plyr input[type=range]::-ms-track {
    height: 8px;
    background: 0 0;
    border: 0;
    color: transparent
}

.plyr input[type=range]::-ms-fill-upper {
    height: 8px;
    background: 0 0;
    border: 0;
    border-radius: 4px;
    -ms-user-select: none;
    user-select: none
}

.plyr input[type=range]::-ms-fill-lower {
    height: 8px;
    border: 0;
    border-radius: 4px;
    -ms-user-select: none;
    user-select: none;
    background: #86af1c
}

.plyr input[type=range]::-ms-thumb {
    position: relative;
    height: 16px;
    width: 16px;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 100%;
    transition: background .2s ease, border .2s ease, transform .2s ease;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(0, 0, 0, .15);
    box-sizing: border-box;
    margin-top: 0
}

.plyr input[type=range]::-ms-tooltip {
    display: none
}

.plyr input[type=range]::-moz-focus-outer {
    border: 0
}

.plyr input[type=range].tab-focus:focus {
    outline-offset: 3px
}

.plyr input[type=range]:active::-webkit-slider-thumb {
    background: #86af1c;
    border-color: #fff;
    transform: scale(1.25)
}

.plyr input[type=range]:active::-moz-range-thumb {
    background: #86af1c;
    border-color: #fff;
    transform: scale(1.25)
}

.plyr input[type=range]:active::-ms-thumb {
    background: #86af1c;
    border-color: #fff;
    transform: scale(1.25)
}

.plyr--video input[type=range].tab-focus:focus {
    outline: rgba(255, 255, 255, .5) dotted 1px
}

.plyr--audio input[type=range].tab-focus:focus {
    outline: rgba(86, 93, 100, .5) dotted 1px
}

.plyr__sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    position: absolute!important;
    padding: 0!important;
    border: 0!important;
    height: 1px!important;
    width: 1px!important
}

.plyr__video-wrapper {
    position: relative;
    background: #000;
    border-radius: inherit
}

.plyr__video-embed {
    padding-bottom: 75%;
    height: 0;
    border-radius: inherit;
    overflow: hidden;
    z-index: 0
}

.plyr__video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.plyr__video-embed>div {
    position: relative;
    padding-bottom: 200%;
    transform: translateY(-31.25%)
}

.plyr video::-webkit-media-text-track-container {
    display: none
}

.plyr__captions {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    transform: translateY(-40px);
    transition: transform .3s ease;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 400
}

.plyr__captions span {
    border-radius: 2px;
    padding: 3px 10px;
    background: rgba(0, 0, 0, .7);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 150%
}

.plyr__captions span:empty {
    display: none
}

@media (min-width:768px) {
    .plyr__captions {
        font-size: 24px
    }
}

.plyr--captions-active .plyr__captions {
    display: block
}

.plyr--hide-controls .plyr__captions {
    transform: translateY(-15px)
}

@media (min-width:1024px) {
    .plyr--fullscreen-active .plyr__captions {
        font-size: 32px
    }
}

.plyr ::-webkit-media-controls {
    display: none
}

.plyr__controls {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    text-align: center
}

.plyr__controls .plyr__progress,
.plyr__controls .plyr__time,
.plyr__controls>button {
    margin-left: 5px
}

.plyr__controls .plyr__progress:first-child,
.plyr__controls .plyr__time:first-child,
.plyr__controls>button:first-child {
    margin-left: 0
}

.plyr__controls .plyr__volume {
    margin-left: 5px
}

.plyr__controls [data-plyr=pause] {
    margin-left: 0
}

.plyr__controls button {
    position: relative;
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: visible;
    vertical-align: middle;
    padding: 7px;
    border: 0;
    background: 0 0;
    border-radius: 3px;
    cursor: pointer;
    transition: background .3s ease, color .3s ease, opacity .3s ease;
    color: inherit
}

.plyr__controls button svg {
    width: 18px;
    height: 18px;
    display: block;
    fill: currentColor
}

.plyr__controls button:focus {
    outline: 0
}

.plyr__controls .icon--captions-on,
.plyr__controls .icon--exit-fullscreen,
.plyr__controls .icon--muted {
    display: none
}

@media (min-width:480px) {
    .plyr__controls .plyr__progress,
    .plyr__controls .plyr__time,
    .plyr__controls>button {
        margin-left: 10px
    }
}

.plyr--hide-controls .plyr__controls {
    opacity: 0;
    pointer-events: none
}

.plyr--video .plyr__controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 50px 10px 10px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    color: #fff;
    transition: opacity .3s ease
}

.plyr--video .plyr__controls button.tab-focus:focus,
.plyr--video .plyr__controls button:hover {
    background: #86af1c;
    color: #fff
}

.plyr--audio .plyr__controls {
    padding: 10px;
    border-radius: inherit;
    background: #fff;
    border: 1px solid #dbe3e8;
    color: #565D64
}

.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr--audio .plyr__controls button:hover,
.plyr__play-large {
    background: #86af1c;
    color: #fff
}

.plyr__play-large {
    display: none;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    border: none;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    transition: all .3s ease
}

.plyr__play-large svg {
    position: relative;
    left: 2px;
    width: 20px;
    height: 20px;
    display: block;
    fill: currentColor
}

.plyr__play-large:focus {
    outline: rgba(255, 255, 255, .5) dotted 1px
}

.plyr .plyr__play-large {
    display: inline-block
}

.plyr--audio .plyr__play-large,
.plyr--playing .plyr__controls [data-plyr=play],
.plyr__controls [data-plyr=pause] {
    display: none
}

.plyr--playing .plyr__play-large {
    opacity: 0;
    visibility: hidden
}

.plyr--playing .plyr__controls [data-plyr=pause] {
    display: inline-block
}

.plyr--captions-active .plyr__controls .icon--captions-on,
.plyr--fullscreen-active .icon--exit-fullscreen,
.plyr--muted .plyr__controls .icon--muted {
    display: block
}

.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr--captions-active .plyr__controls .icon--captions-on+svg,
.plyr--fullscreen-active .icon--exit-fullscreen+svg,
.plyr--muted .plyr__controls .icon--muted+svg {
    display: none
}

.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen] {
    display: inline-block
}

.plyr__tooltip {
    position: absolute;
    z-index: 2;
    bottom: 100%;
    margin-bottom: 10px;
    padding: 5px 7.5px;
    opacity: 0;
    background: rgba(0, 0, 0, .7);
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    transform: translate(-50%, 10px) scale(.8);
    transform-origin: 50% 100%;
    transition: transform .2s .1s ease, opacity .2s .1s ease
}

.plyr__tooltip::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4px;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(0, 0, 0, .7);
    border-left: 4px solid transparent;
    z-index: 2
}

.plyr button.tab-focus:focus .plyr__tooltip,
.plyr button:hover .plyr__tooltip,
.plyr__tooltip--visible {
    opacity: 1;
    transform: translate(-50%, 0) scale(1)
}

.plyr button:hover .plyr__tooltip {
    z-index: 3
}

.plyr__controls button:first-child .plyr__tooltip {
    left: 0;
    transform: translate(0, 10px) scale(.8);
    transform-origin: 0 100%
}

.plyr__controls button:first-child .plyr__tooltip::before {
    left: 16px
}

.plyr__controls button:last-child .plyr__tooltip {
    right: 0;
    transform: translate(0, 10px) scale(.8);
    transform-origin: 100% 100%
}

.plyr__controls button:last-child .plyr__tooltip::before {
    left: auto;
    right: 16px;
    transform: translateX(50%)
}

.plyr__controls button:first-child .plyr__tooltip--visible,
.plyr__controls button:first-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:first-child:hover .plyr__tooltip,
.plyr__controls button:last-child .plyr__tooltip--visible,
.plyr__controls button:last-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:last-child:hover .plyr__tooltip {
    transform: translate(0, 0) scale(1)
}

.plyr__progress {
    position: relative;
    display: none;
    -ms-flex: 1;
    flex: 1
}

.plyr__progress input[type=range] {
    position: relative;
    z-index: 2
}

.plyr__progress input[type=range]::-webkit-slider-runnable-track {
    background: 0 0
}

.plyr__progress input[type=range]::-moz-range-track {
    background: 0 0
}

.plyr__progress input[type=range]::-ms-fill-upper {
    background: 0 0
}

.plyr__progress .plyr__tooltip {
    left: 0
}

.plyr .plyr__progress {
    display: inline-block
}

.plyr__progress--buffer,
.plyr__progress--played,
.plyr__volume--display {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 8px;
    margin: -4px 0 0;
    padding: 0;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 100px
}

.plyr__progress--buffer::-webkit-progress-bar,
.plyr__progress--played::-webkit-progress-bar,
.plyr__volume--display::-webkit-progress-bar {
    background: 0 0
}

.plyr__progress--buffer::-webkit-progress-value,
.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: 8px
}

.plyr__progress--buffer::-moz-progress-bar,
.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: 8px
}

.plyr__progress--buffer::-ms-fill,
.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
    border-radius: 100px
}

.plyr__progress--played,
.plyr__volume--display {
    z-index: 1;
    color: #86af1c;
    background: 0 0;
    transition: none
}

.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
    min-width: 8px;
    max-width: 99%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    transition: none
}

.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
    min-width: 8px;
    max-width: 99%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    transition: none
}

.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
    display: none
}

.plyr__progress--buffer::-webkit-progress-value {
    transition: width .2s ease
}

.plyr__progress--buffer::-moz-progress-bar {
    transition: width .2s ease
}

.plyr__progress--buffer::-ms-fill {
    transition: width .2s ease
}

.plyr--video .plyr__progress--buffer,
.plyr--video .plyr__volume--display {
    background: rgba(255, 255, 255, .25)
}

.plyr--video .plyr__progress--buffer {
    color: rgba(255, 255, 255, .25)
}

.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
    background: rgba(198, 214, 219, .66)
}

.plyr--audio .plyr__progress--buffer {
    color: rgba(198, 214, 219, .66)
}

.plyr--loading .plyr__progress--buffer {
    animation: plyr-progress 1s linear infinite;
    background-size: 25px 25px;
    background-repeat: repeat-x;
    background-image: linear-gradient(-45deg, rgba(0, 0, 0, .15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .15) 50%, rgba(0, 0, 0, .15) 75%, transparent 75%, transparent);
    color: transparent
}

.plyr--video.plyr--loading .plyr__progress--buffer {
    background-color: rgba(255, 255, 255, .25)
}

.plyr--audio.plyr--loading .plyr__progress--buffer {
    background-color: rgba(198, 214, 219, .66)
}

.plyr__time {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px
}

.plyr__time+.plyr__time {
    display: none
}

@media (min-width:768px) {
    .plyr__time+.plyr__time {
        display: inline-block
    }
}

.plyr__time+.plyr__time::before {
    content: '\2044';
    margin-right: 10px
}

.plyr__volume {
    display: none
}

.plyr .plyr__volume {
    -ms-flex: 1;
    flex: 1;
    position: relative
}

.plyr .plyr__volume input[type=range] {
    position: relative;
    z-index: 2
}

@media (min-width:480px) {
    .plyr .plyr__volume {
        display: block;
        max-width: 60px
    }
}

@media (min-width:768px) {
    .plyr .plyr__volume {
        max-width: 100px
    }
}

.plyr--is-ios .plyr__volume,
.plyr--is-ios [data-plyr=mute] {
    display: none!important
}

.plyr--fullscreen-active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 10000000;
    background: #000;
    border-radius: 0!important
}

.plyr--fullscreen-active video {
    height: 100%
}

.plyr--fullscreen-active .plyr__video-wrapper {
    height: 100%;
    width: 100%
}

.plyr--fullscreen-active .plyr__video-embed {
    overflow: visible
}

.plyr--fullscreen-active .plyr__controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%)
}
body.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000;
}

.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999;
}

@media all and (max-width: 540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}

.sweet-alert h2 {
  color: #54595e;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 40px;
  display: block;
}

.sweet-alert p {
  color: #54595e;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}

.sweet-alert fieldset {
  border: none;
  position: relative;
}

.sweet-alert .sa-error-container {
  background-color: #f1f1f1;
  margin-left: -17px;
  margin-right: -17px;
  overflow: hidden;
  padding: 0 10px;
  max-height: 0;
  webkit-transition: padding 0.15s, max-height 0.15s;
  transition: padding 0.15s, max-height 0.15s;
}

.sweet-alert .sa-error-container.show {
  padding: 10px 0;
  max-height: 100px;
  webkit-transition: padding 0.2s, max-height 0.2s;
  transition: padding 0.25s, max-height 0.25s;
}

.sweet-alert .sa-error-container .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: white;
  line-height: 24px;
  text-align: center;
  margin-right: 3px;
}

.sweet-alert .sa-error-container p {
  display: inline-block;
}

.sweet-alert .sa-input-error {
  position: absolute;
  top: 29px;
  right: 26px;
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.sweet-alert .sa-input-error::before,
.sweet-alert .sa-input-error::after {
  content: "";
  width: 20px;
  height: 6px;
  background-color: #f06e57;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -9px;
}

.sweet-alert .sa-input-error::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert .sa-input-error::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .sa-input-error.show {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.sweet-alert input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  height: 43px;
  margin-top: 10px;
  margin-bottom: 17px;
  font-size: 18px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
  padding: 0 12px;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sweet-alert input:focus {
  outline: none;
  box-shadow: 0px 0px 3px #c4e6f5;
  border: 1px solid #b4dbed;
}

.sweet-alert input:focus::-moz-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

.sweet-alert input:focus:-ms-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

.sweet-alert input:focus::-webkit-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

.sweet-alert input::-moz-placeholder {
  color: #bdbdbd;
}

.sweet-alert input:-ms-input-placeholder {
  color: #bdbdbd;
}

.sweet-alert input::-webkit-input-placeholder {
  color: #bdbdbd;
}

.sweet-alert.show-input input {
  display: block;
}

.sweet-alert .sa-confirm-button-container {
  display: inline-block;
  position: relative;
}

.sweet-alert .la-ball-fall {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: 4px;
  opacity: 0;
  visibility: hidden;
}

.sweet-alert button {
  background-color: #86af1c;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 15px;
  font-weight: 400;
  padding: 8px 32px;
  height: 40px;
  margin: 26px 5px 0 5px;
  cursor: pointer;
}

.sweet-alert button:focus {
  outline: none;
  box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.sweet-alert button:hover {
  background-color: #7ecff4;
}

.sweet-alert button:active {
  background-color: #5dc2f1;
}

.sweet-alert button.cancel {
  background-color: #C1C1C1 !important;
}

.sweet-alert button.cancel:hover {
  background-color: #b9b9b9;
}

.sweet-alert button.cancel:active {
  background-color: #a8a8a8;
}

.sweet-alert button.cancel:focus {
  box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
}

.sweet-alert button[disabled] {
  opacity: .6;
  cursor: default;
}

.sweet-alert button.confirm {
  background-color: #86af1c !important;
}

.sweet-alert button.confirm[disabled] {
  color: transparent;
}

.sweet-alert button.confirm[disabled]~.la-ball-fall {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.sweet-alert button::-moz-focus-inner {
  border: 0;
}

.sweet-alert[data-has-cancel-button=false] button {
  box-shadow: none !important;
}

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
  padding-bottom: 40px;
}

.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}

.sweet-alert .sa-icon.sa-error {
  border-color: #F27474;
}

.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block;
}

.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #F27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}

.sweet-alert .sa-icon.sa-warning {
  border-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-info {
  border-color: #86af1c;
}

.sweet-alert .sa-icon.sa-info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #86af1c;
}

.sweet-alert .sa-icon.sa-info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #86af1c; 
}

.sweet-alert .sa-icon.sa-success {
  border-color: #A5DC86;
}

.sweet-alert .sa-icon.sa-success::before,
.sweet-alert .sa-icon.sa-success::after {
  content: '';
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success::before {
  -webkit-border-radius: 120px 0 0 120px;
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}

.sweet-alert .sa-icon.sa-success::after {
  -webkit-border-radius: 0 120px 120px 0;
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  transform-origin: 0px 60px;
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: white;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #A5DC86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}


/*
 * Animations
 */

@-webkit-keyframes showSweetAlert {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

@keyframes showSweetAlert {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

@-webkit-keyframes hideSweetAlert {
  0% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}

@keyframes hideSweetAlert {
  0% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}

@-webkit-keyframes slideFromTop {
  0% {
    top: 0%;
  }
  100% {
    top: 50%;
  }
}

@keyframes slideFromTop {
  0% {
    top: 0%;
  }
  100% {
    top: 50%;
  }
}

@-webkit-keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}

@keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}

@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}

@keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}

@-webkit-keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}

@keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}

.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}

.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none;
}

.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s;
}

.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s;
}

.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s;
}

.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none;
}

.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s;
}

.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s;
}

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}

.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}

.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s;
}

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}

.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s;
}

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}

@keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}

.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate;
}

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}

.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate;
}

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/* Internet Explorer 9 has some special quirks that are fixed here */


/* The icons are not animated. */


/* This file is automatically merged into sweet-alert.min.js through Gulp */


/* Error icon */

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9;
}


/* Success icon */

.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9;
}


/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */

.la-ball-fall,
.la-ball-fall>div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff;
}

.la-ball-fall.la-dark {
  color: #333;
}

.la-ball-fall>div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-ball-fall {
  width: 54px;
  height: 18px;
}

.la-ball-fall>div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  -moz-animation: ball-fall 1s ease-in-out infinite;
  -o-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite;
}

.la-ball-fall>div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  -moz-animation-delay: -200ms;
  -o-animation-delay: -200ms;
  animation-delay: -200ms;
}

.la-ball-fall>div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  -moz-animation-delay: -100ms;
  -o-animation-delay: -100ms;
  animation-delay: -100ms;
}

.la-ball-fall>div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms;
}

.la-ball-fall.la-sm {
  width: 26px;
  height: 8px;
}

.la-ball-fall.la-sm>div {
  width: 4px;
  height: 4px;
  margin: 2px;
}

.la-ball-fall.la-2x {
  width: 108px;
  height: 36px;
}

.la-ball-fall.la-2x>div {
  width: 20px;
  height: 20px;
  margin: 8px;
}

.la-ball-fall.la-3x {
  width: 162px;
  height: 54px;
}

.la-ball-fall.la-3x>div {
  width: 30px;
  height: 30px;
  margin: 12px;
}


/*
 * Animation
 */

@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: .5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%);
  }
}

@-moz-keyframes ball-fall {
  0% {
    opacity: 0;
    -moz-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: .5;
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(145%);
    transform: translateY(145%);
  }
}

@-o-keyframes ball-fall {
  0% {
    opacity: 0;
    -o-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: .5;
  }
  20% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    -o-transform: translateY(145%);
    transform: translateY(145%);
  }
}

@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    -moz-transform: translateY(-145%);
    -o-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: .5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    -o-transform: translateY(145%);
    transform: translateY(145%);
  }
}


