/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}

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

body {
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

input::-ms-clear {
    display: none;
}

input[type=checkbox], input[type=radio] {
    margin: 0px 0px;
}

table {
    border: 0px; /*border-collapse: collapse;*/
    border-spacing: 0;
}

table th {
    text-align: left;
    font-weight: normal;
}

table td {
    empty-cells: show;
}

img {
    border: 0px;
    vertical-align: middle;
}

*, *:before, *:after {
    resize: none;
    outline-width: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* General */
.clearfix {
    display: block;
    clear: both;
}

.hidden {
    display: none !important;
}

.no-selection {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    -o-user-select: none !important;
    user-select: none !important;
}

img.fullwidth {
    display: block;
    max-width: 100%;
    height: auto;
}

img.circle {
    border-radius: 50%;
}

img.rounded {
    border-radius: 5px;
}

.pr-0 {
    padding-right: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.inline-block {
    display: inline-block;
}

.pointer {
    cursor: pointer !important;
}

.imjs-popup {
    z-index: 99999 !important;
}

.imjs-overlay {
    z-index: 99998 !important;
}

.magnify-modal {
    z-index: 999999 !important;
}

.select2-container--open {
    z-index: 9999999 !important;
}