/* Fonts */
@font-face {
    font-family: 'Montserrat';
    src: url('../webfonts/Montserrat-Medium.woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../webfonts/Montserrat-SemiBold.woff2');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../webfonts/Montserrat-Bold.woff2');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../webfonts/Montserrat-ExtraBold.woff2');
    font-weight: 700;
    font-style: normal;
}
/* End of Fonts */

/* Default CSS Overrides */
body {
    /* Font Weights - Regular: 400, Medium: 500 */
    font-family: 'Montserrat', sans-serif;
    color: #0f0f11;
    font-weight: 400;
    min-height: 100%;
}
h1 {
    font-size: 32px;
    font-weight: 400;
}
h4 {
    font-size: 20px;
    font-weight: 400;
}
h3 {
    font-weight: 400;
}
h5 {
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: 400;
}
h6 {
    margin-bottom: 0px;
    text-overflow: ellipsis;
    font-size: 15px;
}
p {
    font-size: 14px;
    font-weight: 400;
}
a {
    font-size: 14px;
    color: #e36d25;
}
a:hover {
    color: #c96020;
    text-decoration: none;
}
a:active {
    color: #e36d25;
}
label {
    font-size: 12px;
    margin-bottom: 3px;
}
th {
    font-size: 16px;
    border: none!important;
    font-weight: 500;
}
.table td, .table th {
    border: none;
    padding: 8px;
}
/* End of Default CSS Overrides */


/* Utility Classes */
.left {
    float: left;
    display: inline-block;
}
.right {
    float: right;
    display: inline-block;
}
.darklink {
    color: #0f0f11;
}
.darklink:hover {
    color: #2b2b30;
}
.darklink:active {
    color: #0f0f11;
}
.clickable {
    cursor: pointer;
    color: #212529;
}
.clickable:hover {
    color: #454548;
}
.centered-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.center-text {
    text-align: center;
}
.smaller-text {
    font-size: 13px;
}
.tiny-text {
    font-size: 11px;
    clear: both;
}
.boldify {
    font-weight: 500;
}
.linkify {
    font-size: 14px;
    color: #e36d25;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 0px;
}
.linkify:hover {
    text-decoration: underline;
}
.linkify-secondary {
    font-size: 14px;
    color: #0f0f11;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 0px;
}
.linkify-secondary:hover {
    color: #515159;
}
.grayify {
    color: #707173;
}
.secondary-button {
    padding: 11px 18px !important;
}
.strikethrough {
    text-decoration: line-through;
}
.break-all {
    word-break: break-all;
}
.invisible {
    display: none!important;
}
.full-width {
    width: 100%;
}
.company-logo-small {
    width: 22px;
    height: 22px;
}
.vertical-center-label {
    margin-top: 12px;
}
.hide-overflow {
    overflow: hidden;
}
.unselectable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
/* End of Utility Classes */


/* Commonly Used Elements*/
.wrapper {
    margin-bottom: 30px;
}
.content-container {
    margin-top: 85px;
    padding: 0px 35px;
}
#loading {
    position: absolute;
    display: inline-block;
    z-index: 1000;
    background-color: rgba(255,255,255,.5);
    text-align: center;
    width: inherit;
    height: inherit;
}
#loading2 {
    position: absolute;
    display: inline-block;
    z-index: 1000;
    background-color: rgba(255,255,255,.5);
    text-align: center;
    width: calc(100% - 30px);
    height: inherit;
}
.spinner-border.text-primary.loading-spinner-alt {
    margin-top: calc(1%);
}
.loading-parent {
    width: calc(100%);
    height: calc(100%);
    display: inline;
}
.loading-container {
    width: inherit;
    height: inherit;
}
.loading-container2 {
    width: 100%;
    height: 100%;
}
.spaced-heading {
    font-size: 20px;
    letter-spacing: 4px;
    text-align: center;
    margin: 10px 0px 25px 0px;
}
.jh-loading {
    background-image: url('/img/jobhunt-loading.gif');
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 44px;
    margin: 25px 0px;
}
.jh-loading2 {
    background-image: url('/img/jobhunt-loading.gif');
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 44px;
    margin: 11px 0px;
}
.small-icon {
    font-size: 15px;
    cursor: pointer;
}
.dot {
  height: 12px;
  width: 12px;
  background-color: #e36d25;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  margin: 48px 0px 0px 26px;
}
.small-dot {
    margin: 12px 0px 0px 15px;
    height: 10px;
    width: 10px;
    background-color: #e36d25;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
}
.container-xxl {
    max-width: 1600px;
}
/* Checkbox */
    /* The container */
    .checkbox-container {
        display: block;
        position: relative;
        padding-left: 30px;
        cursor: pointer;
        font-size: 14px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    /* Hide the browser's default checkbox */
    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    /* Create a custom checkbox */
    .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 22px;
        width: 22px;
        background-color: #d1d3d6;
    }

    /* On mouse-over, add a grey background color */
    .checkbox-container:hover input ~ .checkmark {
        background-color: #ccc;
    }

    /* When the checkbox is checked, add a blue background */
    .checkbox-container input:checked ~ .checkmark {
        background-color: #e36d25;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    .checkbox-container input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the checkmark/indicator */
    .checkbox-container .checkmark:after {
        left: 9px;
        top: 5px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .inline-checkbox {
        display: inline-block;
        margin-right: 10px;
    }
/* End of Checkbox */
/* End of Commonly Used Elements */


/* Bootstrap Overrides */
.btn-primary {
    color: white;
    font-weight: 400;
    font-size: 12px;
    background-color: #e36d25;
    border-radius: 0px;
    border: none;
    padding: 11px 23px 11px 23px;
}
.btn-primary:hover {
    background-color: #c96020;
}
.btn-primary:active {
    background-color: #e36d25 !important;
}
.btn-primary:focus {
    background-color: #e36d25 !important;
}
.btn-secondary {
    font-weight: 400;
    font-size: 12px;
    border-radius: 0px;
    border: none;
    padding: 11px 23px 11px 23px;
}
.btn-outline-secondary {
    color: #272728;
    font-weight: 400;
    font-size: 12px;
    border: 2px solid #272728;
    border-radius: 0px;
    padding: 9px 23px 9px 23px;
}
.btn-outline-secondary:hover {
    color: white;
    background-color: #272728;
    border: 2px solid #272728;
}
.btn-outline-secondary:active {
    color: white;
    background-color: #272728 !important;
    border: 2px solid #272728;
}
.btn-outline-secondary:focus {
    color: white;
    background-color: #272728;
    border: 2px solid #272728;
}
.btn-danger {
    font-weight: 400;
    font-size: 12px;
    border-radius: 0px;
    border: none;
    padding: 11px 23px 11px 23px;
}
.form-control {
    background-color: #d2d3d7;
    color: #0f0f11;
    font-size: 14px;
    font-weight: 400;
    padding: 15px;
    min-height: 40px;
    border-radius: 0px;
    border: 0px;
}
.form-group {
    margin-bottom: 8px;
}
.alert {
    font-size: 14px;
}
.spinner-border.text-primary {
    color: #e36d25!important;
    width: 6rem; height: 6rem;
    margin-top: calc(20% - 25px);
}
.modal-content {
    border-radius: 0px;
    border: none;
    overflow: hidden;
}
.modal-header {
    padding: 22px 30px 20px 30px;
}
.modal-body {
    padding: 0px;
}
/* End of Bootstrap Overrides */


/* Navber */
.navbar {
    padding: 13px;
    -webkit-transition: margin .15s ease-out;
    -moz-transition: margin .15s ease-out;
    -o-transition: margin .15s ease-out;
    transition: margin .15s ease-out;
}
.navbar-light {
    background-color: white!important;
}
.navbar-icon {
    font-size: 20px;
    cursor: pointer;
    padding: 0px 5px;
    color: #0f0f0f;
}
.navbar-icon:hover {
    color: #2e2e30;
}
.jobhunt-logo-centered {
    position: absolute;
    left: 49%;
    margin-left: -50px !important;
    display: block;
}
a#navbarDropdown.nav-link.dropdown-toggle::after {
    content: none;
}
.dropdown-menu {
    border-radius: 0px;
    border: none;
    -webkit-box-shadow: -7px 7px 13px -4px rgba(0,0,0,0.4);
    -moz-box-shadow: -7px 7px 13px -4px rgba(0,0,0,0.4);
    box-shadow: -7px 7px 13px -4px rgba(0,0,0,0.4);
}
.dropdown-item {
    padding: .20rem 1.25rem;
}
.notification {
    width: 300px;
    height: auto;
    overflow-y: auto;
    border-bottom: 1px solid #edeef2;
}
.notification-icon {
    font-size: 38px;
    float: left;
    margin: 20px 0px;
}
.notification-content {
    width: auto;
    margin: 5px 0px 0px 45px;
    white-space: normal;
}
.notification-time {
    font-size: 12px;
    margin-bottom: 5px;
}
/* End of Navber */


/* Sidebar */
.dashboard-sidebar {
    background-color: #212123;
    color: white;
    z-index: 1040;
}
.sidebar-heading {
    background-color: #0f0f11;
    color: white;
    height: 68px;
    overflow: hidden;
}
a > .sidebar-heading:hover {
    background-color: #2e2e30;
    -webkit-transition: background-color .25s ease-in-out;
    -moz-transition: background-color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
}
.sidebar-link-text {
    margin-left: 18px;
}
.sidebar-link-icon {
    font-size: 18px;
}
.sidebar-user-icon {
    font-size: 30px;
    float: left;
}
.my-account {
    width: 165px;
    height: 32px;
    display: inline-block;
    padding: 0px 5px;
    margin-left: 5px;
}
.my-account-user {
    width: inherit;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
}
.sidebar-current-hunt {
    width: 100%;
    height: 50px;
    background-color: #535557;
    display: flex;
}
.sidebar-current-hunt > select {
    background-color: #535557;
    padding: 0px 0px 0px 10px;
    height: 50px;
    width: 170px;
    font-size: 12px;
    color: white;
    display: inline-block;
}
.sidebar-current-hunt > select:hover {
    background-color: #404243;
    color: white;
}
.sidebar-current-hunt > select:focus {
    background-color: #404243;
    color: white;
    box-shadow: none;
}
.sidebar-current-hunt > select:active {
    background-color: #404243;
    color: white;
    box-shadow: none;
}
.sidebar-hunt-input {
    height: 50px;
    width: 170px;
    display: inline-block;
    background-color: #535557;
    color: white;
    font-size: 12px;
}
.sidebar-hunt-input:hover {
    color: white;
    background-color: #404243;
}
.sidebar-hunt-input:focus {
    color: white;
    background-color: #404243;
}
.sidebar-hunt-input:active {
    color: white;
    background-color: #404243;
}
.sidebar-hunt-input::placeholder {
  color: #cbced1;
  opacity: 1;
}
.sidebar-hunt-input:-ms-input-placeholder {
 color: #cbced1;
}
.sidebar-hunt-input::-ms-input-placeholder {
 color: #cbced1;
}
.sidebar-hunt-controls {
    width: calc(100% - 170px);
    height: 50px;
    display: inline-flex;
}
.sidebar-hunt-controls > .sidebar-hunt-button {
    color: white;
    height: 50px;
    border: none;
    border-radius: 0px;
    background-color: #535557;
    display: inline-block;
    padding: 0px;
}
.sidebar-hunt-controls > .sidebar-hunt-button:hover {
    background-color: #404243;
    color: white;
}
.sidebar-hunt-controls > .sidebar-hunt-button:focus {
    background-color: #535557;
    border: none;
    box-shadow: none;
}
.sidebar-hunt-controls > .sidebar-hunt-button:active {
    border: none;
    box-shadow: none;
}
.sidebar-hunt-controls > .sidebar-hunt-button-single {
    width: 100%;
    font-size: 14px;
}
.sidebar-hunt-controls > .sidebar-hunt-button-double {
    width: 50%;
}
.list-group-item {
    background-color: #212123;
    color: white;
    font-weight: 400;
    padding: 19px 15px;
    border: 0px;
}
.list-group-item-action:hover {
    background-color: #2e2e30;
    -webkit-transition: background-color .25s ease-in-out;
    -moz-transition: background-color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
    color: white;
}
.list-group-item-alt {
    background-color: #0f0f11;
}
.list-group-bottom {
    bottom: 0px;
    position: absolute;
    display: block;
}
#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -15rem;
  -webkit-transition: margin .15s ease-out;
  -moz-transition: margin .15s ease-out;
  -o-transition: margin .15s ease-out;
  transition: margin .15s ease-out;
}
#sidebar-wrapper .sidebar-heading {
  padding: 17px 14px;
}
#sidebar-wrapper .list-group {
  width: 15rem;
}
#page-content-wrapper {
  min-width: 100vw;
}
#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}


@media (min-width: 769px) {
  #sidebar-wrapper {
    margin-left: 0;
  }
  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }
  #wrapper.toggled #sidebar-wrapper {
    margin-left: -15rem;
  }
}
/* End of Sidebar */


/* Job */
.job {
    width: 100%;
    height: 150px;
    background-color: white;
    display: block;
    position: relative;
    margin: 8px 0px
}
.job-disabled {
    opacity: 0.65;
}
.job-content {
    width: min(85%, 100% - 36px);
    height: 100%;
    display: inline-block;
    float: left;
    overflow: hidden;
    cursor: pointer;
}
.jobtions {
    background-color: #2e2e30;
    width: 15%;
    min-width: 36px;
    height: 100%;
    padding: 7px;
    display: inline-block;
    float: right;
    text-align: center;
    color: white;
    vertical-align: middle;
}
.jobtion {
    display: block;
    font-size: 20px;
    cursor: pointer;
    height: 24px;
    transition: color .15s ease-in-out;
}
.jobtion:hover {
    color: #c7c9c9;
}
.jobtionDisabled {
    color: rgba(255, 255, 255, 0.4);
    cursor: initial;
}
.jobtionDisabled:hover {
    color: rgba(255, 255, 255, 0.4);
}
.jobtion-2 {
    margin: 24px 0px;
}
.jobtion-3 {
    margin: 16px 0px;
}
.jobtion-4 {
    margin: 9px 0px;
}
.job-company-logo-container {
    float: left;
    width: 32px;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    text-align: center;
    margin-top: 1px;
}
.job-company-logo {
    max-width: 32px;
    max-height: 32px;
    vertical-align: middle;
    text-align: center;
}
.job-info {
    width: calc(100% - 15px);
    height: 42px;
    overflow: hidden;
    margin: 12px 15px;
}
.job-description {
    width: calc(100% - 42px);
    height: 42px;
    display: inline-block;
    padding: 0px 5px;
    margin: 0px 5px;
}
.job-company {
    width: 100%;
    height: 20px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 500;
}
.job-title {
    width: 100%;
    /* height: 20px; */
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    margin: 0px;
    text-overflow: ellipsis;
}
.job-facts {
    display: block;
    max-width: inherit;
    width: calc(85% - 15px);
    height: auto;
    margin: 2px 15px;
    position: absolute;
    bottom: 8px;
}
.job-fact {
    display: block;
    float: left;
    width: 100%;
    height: 21px;
    margin-bottom: 2px;
}
.job-fact-text {
    height: 21px;
    width: calc(100% - 20px);
    margin: 0px 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    clear: none;
}
/* End of Job */


/* Job Modal */
.jm-header {
    padding: 16px;
}
.jm-info {
    margin: 5px;
    width: calc(100% - 155px);
}
.jm-company-logo-container {
    float: left;
    width: 42px;
    height: 42px;
    line-height: 42px;
    vertical-align: middle;
    text-align: center;
}
.jm-company-logo {
    max-width: 42px;
    max-height: 42px;
    vertical-align: middle;
    text-align: center;
}
.jm-job-header {
    width: calc(100% - 58px);
}
.jm-company {
    font-size: 18px;
}
.jm-title {
    font-size: 16px;
}
.jm-header-icons {
    width: 155px;
    margin-top: 12px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.jm-header-icon {
    display: inline-block;
    font-size: 26px;
    padding: 0px 3px;
    cursor: pointer;
}
.jm-header-icon:hover {
    color: #535355;
}
.jm-header-icon-disabled {
    color: #b6b6bc;
    cursor: initial;
}
.jm-header-icon-disabled:hover {
    color: #b6b6bc;
}
.jm-body {
    height: 450px;
}
.jm-body-content {
    width: calc(100% - 140px);
    height: 100%;
    float: right;
    overflow-y: auto;
}
.jm-body-header {
    display: block;
    width: 100%;
    height: 31px;
}
.jm-body-text {
    margin-bottom: 5px;
}
#jm-alert {
    width: 100%;
}
#jm-loading {
    position: absolute;
}
#jm-loading #loading {
    width: calc(100% - 1px);
}
.jm-sidebar {
    width: 140px;
    height: 100%;
    background-color: #212123;
    display: inline-block;
    float: left;
}
.jm-sidebar-links {
    padding: 0px;
}
.jm-sidebar-link {
    color: white;
    padding: 14px 16px;
    list-style: none;
    width: 100%;
    font-weight: 400;
}
.jm-sidebar-link:hover {
    background-color: #2e2e30;
    cursor: pointer;
    -webkit-transition: background-color .25s ease-out;
    -moz-transition: background-color .25s ease-out;
    -o-transition: background-color .25s ease-out;
    transition: background-color .25s ease-out;
}
.jm-sidebar-link-active {
    background-color: #2e2e30;
}
.jm-sidebar-link-text {
    font-size: 13px;
    padding: 0px 3px;
}
#jm-overview-description {
    white-space: pre-wrap;
}
.simplified-todo-date {
    min-width: 66px;
    text-align: right;
    padding: 8px 1px;
}
/* End of Job Modal */


/* Job Modal Tabs */
.note {
    border-left: 3px solid #e36d25;
    padding: 3px 0px 3px 8px;
    margin-bottom: 10px;
}
.note-header {
    display: block;
    height: 20px;
    width: 100%;
    margin-bottom: 4px;
}
.note-text {
    margin: 0px;
    clear: both;
}
.jm-notes-notes {
    margin-top: 10px;
}
.jm-contact {
    border: 2px solid #e4e8eb;
    text-align: center;
    padding: 5px;
    width: 100%;
    height: 100%;
}
.jm-contact-profile {
    font-size: 60px;
    margin: 12px 0px 6px 0px;
}
.jm-contacts-header {
    width: 100%;
    height: 40px;
}
.jm-contact-options {
    position: absolute;
    right: 27px;
}
.jm-contact-option {
    padding: 0px 1px;
    cursor: pointer;
    color: #414143;
}
.jm-contact-socials {
    display: block;
    width: 100%;
    text-align: center;
}
.jm-contact-social {
    font-size: 18px;
    padding: 0px 3px;
}
/* End of Job Modal Tabs */


/* Popups */
.default-btn-padding {
    padding: .375rem .75rem;
}
.vertical-date {
    padding: 10px;
}
.modal-body-wrapper {
    padding: 15px 30px 20px 30px;
}
.modal-primary-content {
    height: calc(100% - 73px);
    width: 100%;
}
.hiddenURLText {
    position: absolute;
    left: -9999px;
}
/* Popups */


/* Jobs Page */
.dashboard-body {
    background-color: #f0f1f5;
}
.category-options {
    text-align: right;
    margin-top: 30px;
    margin-bottom: 7px;
}
.category-option {
    max-height: 40px;
}
.category-select {
    padding: 0px 4px;
    font-size: 12px;
}
.search-icon {
    display: inline;
    position: absolute;
    top: 13px;
    right: 15px;
    color: #6c757d;
    font-size: 14px;
    pointer-events: none;
}
.no-jobs-info {
    text-align: center;
}
.no-jobs-icon {
    font-size: 100px;
    margin: 15px 0px;
    color: #d1d3d6;
}
.no-jobs-text {
    font-size: 16px;
    color: #b3b4b7;
}
/* End of Jobs Page */


/* Offers Section */
.benefit {
    width: 100%;
}
.benefit-data {
    display: inline-block;
    margin-bottom: 5px;
}
.change-benefit {
    margin: 0px 4px 0px 4px;
}
/* End of Offers Section */


/* Todos Page */
.create-todo-box {
    width: 100%;
    min-height: 100px;
    background-color: white;
    padding: 15px;
}
.todo-complete {
    color: #babcbe;
}
.todo-complete > td > p {
    text-decoration: line-through;
}
.todo-complete > td > label {
    text-decoration: line-through;
}
.job-dropdown-arrow {
    width: 40px;
    height: 40px;
    padding-top: 5px;
    color: #0f0f10;
    background-color: #b4b6b8;
    cursor: pointer;
    text-align: center;
    position: absolute;
    right: 8px;
}
.job-results {
    position: absolute;
    z-index: 99;
    background-color: white;
    min-height: 40px;
    overflow: hidden;
    padding: 0px;
    margin-top: -2px;
    -webkit-box-shadow: -7px 12px 19px -5px rgba(0,0,0,0.38);
    -moz-box-shadow: -7px 12px 19px -5px rgba(0,0,0,0.38);
    box-shadow: -7px 12px 19px -5px rgba(0,0,0,0.38);
}
.job-result {
    max-width: 320px;
    min-height: 40px;
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 400;
    color: #0c171c;
    border-bottom: 1px solid #dee2e6;
    background-color: white;
    text-decoration: none;
    list-style-type: none;
}
.job-result:hover {
    background-color: #d2d3d7;
    cursor: pointer;
}
.job-result-img-container {
    float: left;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-right: 5px;
    vertical-align: middle;
    text-align: center;
}
.job-result-img {
    max-width: 25px;
    max-height: 25px;
    vertical-align: middle;
    text-align: center;
}
.todo-option-checkboxes {
    float: right;
}
/* End of Todos Page */


/* Analytics Page */
.analytics-chart {
    width: 100%;
    height: 450px;
    padding: 25px 20px 25px 20px;
    background-color: white;
}
.analytics-stat {
    width: 100%;
    min-height: 105px;
    padding: 25px 20px 25px 20px;
    text-align: center;
    background-color: white;
}
.analytics-stat-label {
    font-size: 14px;
    margin-bottom: 1px;
}
.analytics-stat-data {
    font-size: 32px;
}
.analytics-stat-icon {
    color: #e36d25;
    display: inline-block;
}
.analytics-stat-text {
    display: inline-block;
}
.analytics-chart-loading {
    width: calc(100% - 30px);
    display: inline;
}
.analytics-chart-canvas {
    width: 100%;
    height: calc(100% - 35px);
}
/* End of Analytics Page */


/* Sign In Page */
.body-signin {
    background-image: url("/img/signin-background.jpg"); /* The image used */
    background-color: white; /* Used if the image is unavailable */
    background-position: top; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}
.signin-box {
    background-color: white;
    max-width: 520px;
    min-height: 250px;
    padding: 0px;
    margin: 0 auto;
    position: relative;
}
.signin-box h1 {
    text-align: center;
}
.signin-box-wrapper {
    padding: 30px 45px 30px 45px;
}
#overload {
    width: 100%;
    height: 100%;
}
.signin-buttons {
    display: block;
    text-align: center;
    margin-top: 20px;
}
.signin-buttons > a {
    margin-bottom: 4px;
}
.signin-buttons > a > button {
    margin-bottom: 4px;
}
.wrong-place-link {
    text-align: center;
    margin-top: 18px;
    display: block;
}
.linkedin-signin-button {
    width: 225px;
    height: 42px;
    margin: 0px 10px 0px 10px;
    display: inline-block;
    vertical-align: top;
    background-image: url("/img/linkedin-signin-button.png");
    cursor: pointer;
}
.linkedin-signin-button:hover {
    background-image: url("/img/linkedin-signin-button-hover.png");
}
.linkedin-signin-button:active {
    background-image: url("/img/linkedin-signin-button-active.png");
}
/* Preloads the hover and active images */
.linkedin-signin-button:after {
    display:none;
    content: url("/img/linkedin-signin-button-hover.png") url("/img/linkedin-signin-button-active.png");
}
/* End of Sign In Page */


/* My Account Page */
.my-account-container {
    max-width: 500px;
    background-color: white;
    margin: auto;
    padding: 25px;
}
/* End of My Account Page */


/* Create Hunt Page */
.create-hunt-box {
    background-color: white;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    position: relative;
}
.create-hunt-box-content {
    width: 100%;
    height: 100%;
    padding: 40px 45px;
}
.hunt-header {
    font-size: 22px;
    margin-bottom: 18px;
    text-align: center;
}
/* End of Create Hunt Page */


/* Job Listings Page */
.jl-header {
    text-align: center;
    background-image: url("/img/job-listings-background.jpg");
    height: 271px;
    width: 100%;
    position: relative;
    margin-bottom: 25px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}
.jl-header-center {
    margin: 0;
    margin-top: 100px;
    width: 100%;
}
.jl-container {
    margin-bottom: 100px;
}
.jl-table {
    font-size: 14px;
}
.jl-table > thead > tr > th {
    padding: 4px;
    border-bottom: 1px solid #e1e2e6;
}
.jl-table > tbody > tr > td {
    padding: 12px 4px;
    border-bottom: 1px solid #e1e2e6;
}
.jl-table > thead > tr > th {
    font-size: 13px;
}
.jl-buttons {
    text-align: right;
    width: 285px;
}
.jl-td-head {
    font-size: 15px;
    font-weight: 500;
}
.jl-table > tbody > tr > td.jl-td-info {
    padding-top: 20px;
}
.jl-link-row {
    border-top: 1px solid #e1e2e6;
    border-bottom: none;
}
.jl-filter-expand {
    width: 100%;
    height: 32px;
}
#jl-filter-content {
    overflow: hidden;
}
.jl-cat-select {
    background-color: #e1e2e6;
    border-radius: 20px;
    border: 2px solid #e1e2e6;
    display: inline-block;
    font-size: 12px;
    padding: 5px 8px;
    cursor: pointer;
    margin-bottom: 7px;
}
.jl-cat-select:hover {
    background-color: #ebecf0;
    border: 2px solid #ebecf0;
}
.jl-cat-select:active {
    background-color: #e1e2e6;
    border: 2px solid #e1e2e6;
}
.jl-cat-select-unchecked {
    background: rgba(0, 0, 0, 0);
    border: 2px solid #e1e2e6;
}
.jl-cat-select-unchecked:active {
    background-color: #e1e2e6;
    border: 2px solid #e1e2e6;
}
.jl-cat {
    margin: 0px 2px;
    font-size: 14px;
}
.jl-cat-hot {
    color: #ff0000;
}
.jl-cat-finance {
    color: #14ca4c;
}
.jl-cat-gaming {
    color: #0fa2ff;
}
.jl-cat-startup {
    color: #ff7b1a;
}
.jl-cat-government {
    color: #b446f3;
}
.jl-locations {
    list-style-type: none;
    padding-left: 30px;
    margin-bottom: 12px;
}
.jl-locations > li {
    margin-bottom: 5px;
}
/* End of Job Listings Page */


/* Responsive Fixes */
@media only screen and (max-width: 1670px) {
    .mobile-container-lg {
        padding: 0px 20px;
    }
    .col-3-custom {
        padding-right: 4px;
        padding-left: 4px;
    }
    .responsive-hide {
        display: none;
    }
}
@media only screen and (max-width: 1380px) {
    .mobile-container-lg {
        padding: 0px 15px;
    }
    .col-3-custom {
        padding-right: 3px;
        padding-left: 3px;
    }
    .responsive-force-col-12 {
        flex: 100%;
        max-width: 100%;
    }
    .responsive-force-col-6 {
        flex: 50%;
        max-width: 50%;
    }

    /* Jobs Page */
    .category-option {
        margin-bottom: 5px;
    }
    .spaced-heading {
        font-size: 15px;
    }
    .job-info {
        margin: 10px 10px;
    }
    .job-facts {
        margin-left: 10px;
    }
    /* End of Jobs Page */

    /* Todos Page */
    .vertical-center-label {
        margin-top: 2px;
    }
    /* End of Todos Page */
}
@media only screen and (max-width: 768px) {
    /* Mobile-only */
    .mobile-container-lg {
        min-width: calc(100% * 4 + 25px);
    }
    .mobile-container-md {
        min-width: 700px;
    }
    .responsive-hide {
        display: initial;
    }
    .responsive-force-col-6 {
        flex: initial;
        max-width: initial;
    }
    /* End of Mobile-only */

    /* Dashboard Pages */
    .content-container {
        padding: 10px;
        margin-top: 70px;
    }
    #page-content-wrapper {
        overflow-x: auto;
    }
    .col-3-custom {
        padding-right: 15px;
        padding-left: 15px;
    }
    /* End of Dashboard Pages */

    /* Job Modal */
    #modal-body-content > div {
        margin-bottom: 15px;
    }
    .jm-header {
        padding: 16px 8px;
    }
    .jm-body-content {
        width: calc(100% - 53px);
    }
    .modal-body-wrapper {
        padding: 15px 20px 20px 20px;
    }
    .jm-sidebar {
        width: 53px;
    }
    .jm-sidebar-link > i {
        font-size: 24px;
    }
    .jm-sidebar-link-text {
        display: none;
    }
    #jm-todo-description {
        margin-bottom: 5px;
    }
    #jm-todo-date {
        margin-bottom: 5px;
    }
    #jm-todo-save {
        padding-left: 0px;
    }
    div[id*='contact-'] {
        margin-bottom: 10px;
    }
    #jm-offer-details {
        margin-bottom: 15px;
    }
    /* End of Job Modal */

    /* Jobs Page */
    .category-option {
        margin-bottom: 7px;
    }
    .job-info {
        margin: 8px 8px;
    }
    .job-facts {
        margin: 2px 13px;
    }
    /* End of Jobs Page */

    /* Todos Page */
    #todo-description {
        margin-bottom: 7px;
    }
    #job-autocomplete-todos {
        margin-bottom: 7px;
    }
    #todo-date {
        margin-bottom: 7px;
    }
    .todo-option-checkboxes {
        float: left;
    }
    /* End of Todos Page */

    /* Analytics Page */
    .analytics-element {
        margin-bottom: 10px;
    }
    .analytics-chart-canvas {
        height: calc(100% - 70px);
    }
    /* End of Analytics Page */

    /* Job Listings Page */
    .inline-checkbox {
        display: inline-block;
        margin-right: 10px;
    }
    .jl-table-wrapper {
        width: 100%;
        overflow-x: scroll;
    }
    .jl-table {
        min-width: 600px;
    }
    .jl-header-center {
        margin-top: 40px;
    }
    /* End of Job Listings Page */
}
/* End of Responsive Fixes */
