/*------------------------------------*\
    styles.scss
\*------------------------------------*/
/*------------------------------------*\
    _fonts.scss
\*------------------------------------*/
@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans-Regular-d7d5d4588a9f50c99264bc12e4892a7c.ttf?vsn=d") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans-Bold-f5331cb6372b6c0d8baf2dd7e200498c.ttf?vsn=d") format("truetype");
    font-style: normal;
    font-weight: 700;
}

/*------------------------------------*\
    _config.scss
\*------------------------------------*/
/*------------------------------------*\
    :: COLORS
\*------------------------------------*/
/*------------------------------------*\
    :: COLOR MAPPING
\*------------------------------------*/
/*** base layout ***/
/*** body copys ***/
/*** forms ***/
/*** user table ***/
/*------------------------------------*\
    :: MEASURES
\*------------------------------------*/
/*------------------------------------*\
    :: BREAK POINTS
\*------------------------------------*/
/*------------------------------------*\
    :: FONTS
\*------------------------------------*/
/*------------------------------------*\
    :: FONT-SIZES
\*------------------------------------*/
/*** body copys ***/
/*** forms ***/
/*** user table ***/
/*------------------------------------*\
    :: LINE-HEIGHTS
\*------------------------------------*/
/*** body copys ***/
/*** forms ***/
/*** user table ***/
/*------------------------------------*\
    :: FONT-SETS
\*------------------------------------*/
/* line 124, ../scss/_config.scss */
.fontstyle-em, em {
    font-style: italic;
}

/* line 128, ../scss/_config.scss */
.fontstyle-strong {
    font-family: "Open Sans", Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
}

/*** body copys ***/
/* line 135, ../scss/_config.scss */
.fontstyle-h1, h1 {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

/* line 143, ../scss/_config.scss */
.fontstyle-body-copy, div.overlay-box div.box-body p.body-copy {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

/* line 151, ../scss/_config.scss */
.fontstyle-footer-links, div.overlay-box div.box-footer ul.footer-links li a {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
}

/*** forms ***/
/* line 159, ../scss/_config.scss */
.fontstyle-input, input[type="text"],
input[type="password"], select, span.ui-selectmenu-button, div.ui-selectmenu-menu ul.ui-menu li {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
}

/* line 166, ../scss/_config.scss */
.fontstyle-button, button, a.btn {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
}

/* line 173, ../scss/_config.scss */
.fontstyle-validation-advice, div.validation-advice p {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 11px;
    font-style: italic;
    font-weight: 400;
    line-height: 20px;
}

/*** user table ***/
/* line 182, ../scss/_config.scss */
.fontstyle-th, table#user-table thead th {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
}

/* line 190, ../scss/_config.scss */
.fontstyle-td, table#user-table tbody td {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
}

/*------------------------------------*\
    _mixins.scss
\*------------------------------------*/
/*------------------------------------*\
    @mixin border-radius
\*------------------------------------*/
/*------------------------------------*\
    @mixin transition
\*------------------------------------*/
/*------------------------------------*\
    @mixin transform
\*------------------------------------*/
/*------------------------------------*\
    @mixin transform-origin
\*------------------------------------*/
/*------------------------------------*\
    @mixin box-shadow
\*------------------------------------*/
/*------------------------------------*\
    @mixin flex-wrap
\*------------------------------------*/
/*------------------------------------*\
    @mixin flex-direction
\*------------------------------------*/
/*------------------------------------*\
    @mixin flex-basis
\*------------------------------------*/
/*------------------------------------*\
    @mixin flex-grow
\*------------------------------------*/
/*------------------------------------*\
    @mixin justify-content
\*------------------------------------*/
/*------------------------------------*\
    @mixin align-items
\*------------------------------------*/
/*------------------------------------*\
    @mixin clearfix
\*------------------------------------*/
/*------------------------------------*\
    @mixin respond-to
\*------------------------------------*/
/*------------------------------------*\
    _html-reset.scss
\*------------------------------------*/
/*------------------------------------*\
    :: HTML5 FIX FOR OLDER BROWSERS
\*------------------------------------*/
/* line 9, ../scss/_html-reset.scss */
article, aside, details, figcaption,
figure, footer, header, hgroup, main,
nav, section, summary {
    display: block;
}

/*------------------------------------*\
    :: GENERAL PAGE RESET
\*------------------------------------*/
/* line 19, ../scss/_html-reset.scss */
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, font, 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 {
    background: transparent;
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

/* line 36, ../scss/_html-reset.scss */
html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    min-height: 100%;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    /* line 36, ../scss/_html-reset.scss */
    html {
        height: 100%;
    }
}

/* line 48, ../scss/_html-reset.scss */
body {
    background-color: #EBEBEB;
    color: #4C4C4B;
    font-family: "Open Sans", Arial, sans-serif;
    min-height: 100%;
    line-height: 1;
    position: relative;
    width: 100%;
}

/* line 57, ../scss/_html-reset.scss */
body.modal {
    background-color: #C7C7C7;
}

/* line 62, ../scss/_html-reset.scss */
:focus {
    outline: 0;
}

/* line 66, ../scss/_html-reset.scss */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* line 71, ../scss/_html-reset.scss */
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

/* line 76, ../scss/_html-reset.scss */
button,
input {
    line-height: normal;
}

/* line 81, ../scss/_html-reset.scss */
button,
select {
    text-transform: none;
}

/* line 86, ../scss/_html-reset.scss */
textarea {
    overflow: auto;
    vertical-align: top;
}

/*------------------------------------*\
    :: TEXT STYLING
\*------------------------------------*/
/* line 95, ../scss/_html-reset.scss */
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

/* line 99, ../scss/_html-reset.scss */
ul.menu {
    list-style: none;
}

/* line 103, ../scss/_html-reset.scss */
a {
    color: #000572;
    text-decoration: none;
}

/* line 107, ../scss/_html-reset.scss */
a:active, a:hover {
    outline: 0;
}

/*------------------------------------*\
    :: FLOATING ELEMENTS
\*------------------------------------*/
/* line 121, ../scss/_html-reset.scss */
.left {
    float: left;
}

/* line 124, ../scss/_html-reset.scss */
.right {
    float: right;
}

/* line 127, ../scss/_html-reset.scss */
.clear {
    clear: both;
}

/*------------------------------------*\
    _forms.scss
\*------------------------------------*/
/*------------------------------------*\
    :: INPUTS
\*------------------------------------*/
/* line 9, ../scss/_forms.scss */
div.input-box {
    margin-bottom: 15px;
}

/* line 13, ../scss/_forms.scss */
input[type="text"],
input[type="password"] {
    background-color: #F3F3F3;
    border: 1px solid #BFBFBF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    box-sizing: border-box;
    color: #4C4C4B;
    height: 32px;
    line-height: 30px;
    padding: 0 7px;
    width: 100%;
}

/* line 26, ../scss/_forms.scss */
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder {
    color: #B3B3B3;
    opacity: 1;
}

/* line 30, ../scss/_forms.scss */
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder {
    /* Firefox 18- */
    color: #B3B3B3;
    opacity: 1;
}

/* line 34, ../scss/_forms.scss */
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #B3B3B3;
    opacity: 1;
}

/* line 38, ../scss/_forms.scss */
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder {
    color: #B3B3B3;
    opacity: 1;
}

/* line 43, ../scss/_forms.scss */
input[type="text"]:disabled,
input[type="password"]:disabled {
    color: #B3B3B3;
}

/* line 47, ../scss/_forms.scss */
input[type="text"].validation-failed,
input[type="password"].validation-failed {
    border-color: #DA251C;
}

/*------------------------------------*\
    :: SELECTS
\*------------------------------------*/
/* line 56, ../scss/_forms.scss */
select {
    background-color: #F3F3F3;
    border: 1px solid #BFBFBF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    color: #4C4C4B;
    height: 32px;
    padding-left: 4px;
    width: 100%;
}

/* line 66, ../scss/_forms.scss */
select:disabled {
    color: #B3B3B3;
}

/* line 70, ../scss/_forms.scss */
select.validation-failed {
    border-color: #DA251C;
}

/*------------------------------------*\
    :: SELECTMENUS
\*------------------------------------*/
/* line 79, ../scss/_forms.scss */
span.ui-selectmenu-button {
    background-color: #F3F3F3;
    border: 1px solid #BFBFBF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    box-sizing: border-box;
    color: #4C4C4B;
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 100%;
}

/* line 91, ../scss/_forms.scss */
span.ui-selectmenu-button.ui-corner-top {
    border-bottom: 1px solid #F3F3F3;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -ms-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}

/* line 96, ../scss/_forms.scss */
span.ui-selectmenu-button span.ui-icon {
    background: url(../images/icon-sprite-3d44fa1dc4b3835b50ab560924d2bfc8.png?vsn=d) no-repeat scroll 0 -125px transparent;
    display: block;
    height: 5px;
    margin-top: -3px;
    position: absolute;
    right: 13px;
    top: 50%;
    width: 6px;
}

/* line 107, ../scss/_forms.scss */
span.ui-selectmenu-button span.ui-selectmenu-text {
    display: block;
    line-height: 30px;
    padding: 0 30px 0 7px;
}

/* line 113, ../scss/_forms.scss */
span.ui-selectmenu-button.ui-selectmenu-disabled {
    color: #B3B3B3;
    cursor: default;
}

/* line 117, ../scss/_forms.scss */
span.ui-selectmenu-button.ui-selectmenu-disabled span.ui-icon {
    display: none;
}

/* line 122, ../scss/_forms.scss */
select.validation-failed + span.ui-selectmenu-button {
    border-color: #DA251C;
}

/* line 126, ../scss/_forms.scss */
div.ui-selectmenu-menu {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
}

/* line 132, ../scss/_forms.scss */
div.ui-selectmenu-menu ul.ui-menu {
    background-color: #F3F3F3;
    border-color: #BFBFBF;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -ms-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    border-style: solid;
    border-width: 0 1px 1px;
    display: block;
    list-style: none;
    max-height: 253px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 10px;
}

/* line 145, ../scss/_forms.scss */
div.ui-selectmenu-menu ul.ui-menu li {
    color: #4C4C4B;
    cursor: pointer;
    line-height: 30px;
}

/* line 152, ../scss/_forms.scss */
div.ui-selectmenu-menu ul.ui-menu li div.ui-menu-item-wrapper {
    padding: 0 30px 0 7px;
}

/* line 155, ../scss/_forms.scss */
div.ui-selectmenu-menu ul.ui-menu li div.ui-menu-item-wrapper.ui-state-active {
    background-color: #000572;
    color: #FFFFFF;
}

/* line 162, ../scss/_forms.scss */
div.ui-selectmenu-menu ul.ui-menu li.ui-state-disabled div.ui-menu-item-wrapper {
    background-color: #F3F3F3;
    color: #B3B3B3;
}

/* line 171, ../scss/_forms.scss */
div.ui-selectmenu-open {
    display: block;
    z-index: 500;
}

/*------------------------------------*\
    :: VALIDATION ADVICE
\*------------------------------------*/
/* line 180, ../scss/_forms.scss */
div.validation-advice {
    margin-top: 5px;
}

/* line 183, ../scss/_forms.scss */
div.validation-advice p {
    color: #DA251C;
    margin: 0;
    padding-left: 25px;
    position: relative;
}

/* line 190, ../scss/_forms.scss */
div.validation-advice p:before {
    background: url(../images/icon-sprite-3d44fa1dc4b3835b50ab560924d2bfc8.png?vsn=d) no-repeat scroll 0 -135px transparent;
    content: "";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
}

/*------------------------------------*\
    :: BUTTONS
\*------------------------------------*/
/* line 208, ../scss/_forms.scss */
div.button-wrapper {
    margin-top: 15px;
}

/* line 212, ../scss/_forms.scss */
button {
    background-color: #000572;
    border: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    min-height: 32px;
    padding: 0 20px;
    text-align: center;
    width: 100%;
}

/* line 225, ../scss/_forms.scss */
button.close-btn {
    background-color: #A1A1A1;
}

/* line 229, ../scss/_forms.scss */
button + button {
    margin-top: 10px;
}

/* line 234, ../scss/_forms.scss */
a.btn {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    box-sizing: border-box;
    display: block;
    line-height: 32px;
    min-height: 32px;
    padding: 0 20px;
    text-align: center;
    width: 100%;
}

/* line 245, ../scss/_forms.scss */
a.btn.back-btn {
    background-color: #A1A1A1;
    color: #FFFFFF;
    margin-top: 45px;
}

/* line 251, ../scss/_forms.scss */
a.btn.export-btn {
    background-color: transparent;
    border: 1px solid #000572;
    color: #000572;
    font-weight: 400;
    line-height: 30px;
    min-height: 30px;
    width: 130px;
}

/* line 261, ../scss/_forms.scss */
a.btn.create-btn {
    background-color: #000572;
    color: #FFFFFF;
    font-weight: 400;
    width: 130px;
}

a.btn.admin-link-btn {
    background-color: #000572;
    color: #FFFFFF;
    font-weight: 400;
    width: 260px;
}

div.admin-link-btn {
    margin: auto;
    width: 260px;
    height: 40px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    /* line 277, ../scss/_forms.scss */
    span.ui-selectmenu-button span.ui-icon,
    div.validation-advice p:before {
        background-image: url(../images/icon-sprite-2x-a68d20689bee15f1d38c039882ddf6d0.png?vsn=d);
        background-size: 100px 160px;
    }
}

/*------------------------------------*\
    _layout.scss
\*------------------------------------*/
/*------------------------------------*\
    :: BASE LAYOUT
\*------------------------------------*/
/* line 9, ../scss/_layout.scss */
div#header {
    padding: 30px;
}

/* line 12, ../scss/_layout.scss */
div#header div.logo {
    width: 194px;
}

/* line 15, ../scss/_layout.scss */
div#header div.logo img {
    display: block;
    width: 100%;
}

/* line 22, ../scss/_layout.scss */
div#content {
    padding: 0 30px 30px;
}

/* line 25, ../scss/_layout.scss */
div#content h1 {
    margin-bottom: 15px;
}

/*------------------------------------*\
    :: HEADLINES
\*------------------------------------*/
/* line 34, ../scss/_layout.scss */
h1 {
    color: #4C4C4B;
    margin-bottom: 30px;
}

/* line 40, ../scss/_layout.scss */
h1.success:after {
    background: url(../images/icon-sprite-3d44fa1dc4b3835b50ab560924d2bfc8.png?vsn=d) no-repeat scroll 0 0 transparent;
    content: "";
    display: inline-block;
    height: 15px;
    margin-left: 10px;
    width: 20px;
}

/* line 51, ../scss/_layout.scss */
h1.error:after {
    background: url(../images/icon-sprite-3d44fa1dc4b3835b50ab560924d2bfc8.png?vsn=d) no-repeat scroll -50px 0 transparent;
    content: "";
    display: inline-block;
    height: 17px;
    margin-left: 10px;
    width: 17px;
}

/*------------------------------------*\
    :: OVERLAY BOXES
\*------------------------------------*/
/* line 66, ../scss/_layout.scss */
div.overlay-wrapper {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: flex;
    height: 100%;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 100%;
}

/* line 73, ../scss/_layout.scss */
div.overlay-wrapper.modal-background {
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    position: fixed;
    top: 0;
}

/* line 81, ../scss/_layout.scss */
div.overlay-box-container {
    margin: 30px 0;
    max-width: 475px;
    padding: 45px 0;
    width: 100%;
}

/* line 88, ../scss/_layout.scss */
div.overlay-box {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(150, 150, 150, 0.9);
    -moz-box-shadow: 1px 1px 5px 1px rgba(150, 150, 150, 0.9);
    -ms-box-shadow: 1px 1px 5px 1px rgba(150, 150, 150, 0.9);
    box-shadow: 1px 1px 5px 1px rgba(150, 150, 150, 0.9);
    position: relative;
}

/* line 93, ../scss/_layout.scss */
div.overlay-box div.logo {
    height: 90px;
    position: absolute;
    right: 35px;
    top: -45px;
    width: 90px;
}

/* line 100, ../scss/_layout.scss */
div.overlay-box div.logo img {
    display: block;
    width: 100%;
}

/* line 106, ../scss/_layout.scss */
div.overlay-box div.box-body {
    background-color: #FFFFFF;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    padding: 30px 20px;
}

/* line 111, ../scss/_layout.scss */
div.overlay-box div.box-body p.body-copy {
    color: #4C4C4B;
    margin-bottom: 20px;
}

/* line 118, ../scss/_layout.scss */
div.overlay-box div.box-footer {
    background-color: #F3F3F3;
    border-top: 2px solid #E7E7E7;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    padding: 10px 20px;
}

/* line 131, ../scss/_mixins.scss */
div.overlay-box div.box-footer:after {
    content: "";
    display: table;
    clear: both;
}

/* line 125, ../scss/_layout.scss */
div.overlay-box div.box-footer ul.footer-links {
    float: left;
    list-style: none;
    padding: 6px 0 10px;
}

/* line 130, ../scss/_layout.scss */
div.overlay-box div.box-footer ul.footer-links li {
    float: left;
}

/* line 133, ../scss/_layout.scss */
div.overlay-box div.box-footer ul.footer-links li + li {
    margin-left: 30px;
}

/* line 137, ../scss/_layout.scss */
div.overlay-box div.box-footer ul.footer-links li a {
    color: #8A8A8A;
}

/* line 141, ../scss/_layout.scss */
div.overlay-box div.box-footer ul.footer-links li a:hover, div.overlay-box div.box-footer ul.footer-links li a:focus {
    text-decoration: underline;
}

/* line 146, ../scss/_layout.scss */
div.overlay-box div.box-footer ul.footer-links li a.register-link {
    color: #000572;
}

/* line 153, ../scss/_layout.scss */
div.overlay-box div.box-footer div.footer-logo {
    float: right;
    width: 130px;
}

/* line 157, ../scss/_layout.scss */
div.overlay-box div.box-footer div.footer-logo img {
    display: block;
    width: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    /* line 173, ../scss/_layout.scss */
    h1.success:after,
    h1.error:after {
        background-image: url(../images/icon-sprite-2x-a68d20689bee15f1d38c039882ddf6d0.png?vsn=d);
        background-size: 100px 160px;
    }
}

/*------------------------------------*\
    _user-table.scss
\*------------------------------------*/
/*------------------------------------*\
    :: TABLE BUTTONS
\*------------------------------------*/
/* line 10, ../scss/_user-table.scss */
div.table-buttons a.btn {
    float: left;
}

/* line 13, ../scss/_user-table.scss */
div.table-buttons a.btn.export-btn {
    margin-right: 10px;
}

/*------------------------------------*\
    :: USER TABLE
\*------------------------------------*/
/* line 23, ../scss/_user-table.scss */
div.user-table-wrapper {
    background-color: #FFFFFF;
    border: 1px solid #BFBFBF;
}

/* line 28, ../scss/_user-table.scss */
table#user-table {
    width: 100%;
}

/* line 32, ../scss/_user-table.scss */
table#user-table thead tr {
    background-color: #FFFFFF;
}

/* line 36, ../scss/_user-table.scss */
table#user-table thead th {
    color: #4C4C4B;
    padding: 8px 20px 8px 0;
    text-align: left;
}

/* line 42, ../scss/_user-table.scss */
table#user-table thead th:first-child {
    padding-left: 20px;
}

/* line 49, ../scss/_user-table.scss */
table#user-table tbody tr {
    background-color: #FFFFFF;
    color: #4C4C4B;
}

/* line 53, ../scss/_user-table.scss */
table#user-table tbody tr:nth-child(odd) {
    background-color: #F3F3F3;
}

/* line 58, ../scss/_user-table.scss */
table#user-table tbody tr div.toggle-box input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    position: absolute;
}

/* line 63, ../scss/_user-table.scss */
table#user-table tbody tr div.toggle-box input[type="checkbox"] + label {
    background: url(../images/icon-sprite-3d44fa1dc4b3835b50ab560924d2bfc8.png?vsn=d) no-repeat scroll 0 -75px transparent;
    cursor: pointer;
    display: block;
    height: 18px;
    width: 18px;
}

/* line 71, ../scss/_user-table.scss */
table#user-table tbody tr div.toggle-box input[type="checkbox"]:checked + label {
    background-position: 0 -100px;
}

/* line 77, ../scss/_user-table.scss */
table#user-table tbody tr a.action-btn {
    color: transparent;
    display: block;
    font-size: 0;
    text-indent: -999em;
}

/* line 83, ../scss/_user-table.scss */
table#user-table tbody tr a.action-btn.delete-btn {
    background: url(../images/icon-sprite-3d44fa1dc4b3835b50ab560924d2bfc8.png?vsn=d) no-repeat scroll 0 -25px transparent;
    height: 21px;
    width: 19px;
}

/* line 89, ../scss/_user-table.scss */
table#user-table tbody tr a.action-btn.edit-btn {
    background: url(../images/icon-sprite-3d44fa1dc4b3835b50ab560924d2bfc8.png?vsn=d) no-repeat scroll 0 -50px transparent;
    height: 19px;
    width: 19px;
}

/* line 96, ../scss/_user-table.scss */
table#user-table tbody tr:hover {
    background-color: #000572;
    color: #FFFFFF;
}

/* line 101, ../scss/_user-table.scss */
table#user-table tbody tr:hover div.toggle-box input[type="checkbox"] + label {
    background-position: -50px -75px;
}

/* line 105, ../scss/_user-table.scss */
table#user-table tbody tr:hover div.toggle-box input[type="checkbox"]:checked + label {
    background-position: -50px -100px;
}

/* line 110, ../scss/_user-table.scss */
table#user-table tbody tr:hover a {
    color: #FFFFFF;
}

/* line 113, ../scss/_user-table.scss */
table#user-table tbody tr:hover a.delete-btn {
    background-position: -50px -25px;
}

/* line 117, ../scss/_user-table.scss */
table#user-table tbody tr:hover a.edit-btn {
    background-position: -50px -50px;
}

/* line 124, ../scss/_user-table.scss */
table#user-table tbody td {
    padding: 15px 20px 15px 0;
    vertical-align: top;
}

/* line 129, ../scss/_user-table.scss */
table#user-table tbody td:first-child {
    padding-left: 20px;
}

/* line 133, ../scss/_user-table.scss */
table#user-table tbody td.action {
    padding: 12px 20px 12px 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    /* line 148, ../scss/_user-table.scss */
    table#user-table tbody tr a.action-btn.delete-btn,
    table#user-table tbody tr a.action-btn.edit-btn,
    table#user-table tbody tr a.action-btn.active-btn,
    table#user-table tbody tr a.action-btn.inactive-btn {
        background-image: url(../images/icon-sprite-2x-a68d20689bee15f1d38c039882ddf6d0.png?vsn=d);
        background-size: 100px 160px;
    }
}

/* Style register notes */
div.footer-text {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    padding-bottom: 10px;
}


div#occupation-message {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    background-color: #000572;
    border: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    box-sizing: border-box;
    color: #FFFFFF;
    min-height: 32px;
    padding: 20px;
    text-align: left;
    width: 100%;
    margin-top: 15px;
}

div#occupation-message a {
    color: #FFFFFF;
    text-decoration: underline;
}