body {
	padding-top: 50px;
    background: rgb(250,250,250); /* Old browsers */
    color: #666;
    font-family: 'Roboto', sans-serif;
}

a {
    color: #2196F3;
}

.navbar-white {
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(239,239,239,1) 47%, rgba(219,219,219,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 47%,rgba(219,219,219,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 47%,rgba(219,219,219,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.navbar {
    border-bottom:1px solid rgba(200,200,200,1);
}

.fullbody-bg {
	position:relative;
	margin-top:0px;
	margin-bottom:0px;
    overflow: hidden;
    height: 800px;
    min-height: 800px;
}

.fullbody-bg .background-image {
	width: auto;
    display: none;
	height: 800px;
    position: absolute;
    min-height: 800px;
}

.search-container {
	position: absolute;
    top: 100px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.small-home-container {
    max-width: 300px;
    margin: 0 auto;
}


@media all and (max-width: 768px) {
    .search-container {
        position: relative;
        top: 0px;
        margin: 70px auto;
        text-align: center;
        width: 100%;
    }

    .fullbody-bg {
        overflow: inherit;
        height: unset !important;
        padding: 5px;
        background-color: #64B5F6;
    }

    .fullbody-bg .background-image {
        width: auto;
        display: none !important;
    }
}

.search-container h2 {
    font-size: 40px;
    color: #2196F3;
    letter-spacing: -1px;
}

.search-section {
    background: #fff;
    padding: 10px;
    border-radius: 2px;
}

.home-first-section {
	background-color: #fff;
	padding-bottom: 30px;
	padding-top: 30px;
}

.home-second-section {
	background-color: #eee;
	padding-bottom: 30px;
	padding-top: 30px;
}

.home-third-section {
	background-color: #424242;
	color: #fff;
	padding-bottom: 30px;
	padding-top: 30px;
}

.bottom-most {
	padding-top: 30px;
	color: #999;
}

.horizonal-line {
    margin-top: 20px;
    border-bottom: 1px solid #ccc;
}

.logo-image {
}

.common-section {
	background-color: #fff;
	margin-top: 20px;
    border: 1px solid #ccc;
    padding: 15px;
    box-shadow: 2px 2px 1px #ddd;
}

.common-section h2 {
    margin-bottom: 20px;
}

.backend-photo-container {
}

.backend-photo {
    min-height: 350px;
    text-align: center;
}

.backend-photo img {
    margin: 0 auto;
}

.backend-company {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.photo-container {
}

.photo {
    padding: 5px;
    text-align: center;
}

.preview-photo {
    padding: 2px;
}

.photo img {
    cursor: pointer;
    margin: 0 auto;
}

.preview-photo img {
   cursor: pointer;
}


.light-text {
	color: #999;
	font-size: 0.8em;
	font-weight: normal;
}

.poster-image {
    width: 100%;
    height: 250px;
}

@media all and (max-width: 768px) {
    .poster-image {
        width: 100%;
        height: auto;
    }
}


.review-header {
    color: #189863;
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 10px;
}

.company-header-section {
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
}

.show-more-link {
    margin-top: 20px;
}

.review {
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
}

.salary {
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
    display: table-row;
    height: 60px;
}

.masked {
    opacity: 0.3;
    padding: 5px;
}

.salaries-container {
    display: table;
    width: 100%;
}

.salary .min-max {
    display: table-cell;
}

.salary .position {
    display: table-cell;
}

.salary .position .title {
    font-weight: bold;
    font-size: 1.2em;
    display: block;
}

.salary .average {
    display: table-cell;
}

.backend-salary, .backend-review {
    border-bottom: 1px solid #999;
    margin-bottom: 10px;
}

.company-header-section .company-website {
    font-size: 0.9em;
    color: #999;
}

.company-general-section {}
.company-short-description-section {}
.company-reviews-section {}
.company-salaries-section {}
.company-photos-section {}
.reviews-list-section {}

[contenteditable]:hover, [contenteditable]:focus {
    border: 1px solid #3992DF;
    border-radius: 3px;
}

[contenteditable]:hover:after {
    content: "";
}

[contenteditable]:focus:after {
  content: '';
}


[contenteditable]:focus {
    padding: 5px;
}

#imagepreview {
    margin: 0 auto;
    cursor: pointer;
}

.bottom-margin {
    margin-bottom: 20px;
}

#login_modal_link {
    position: absolute;
    opacity: 0;
    padding: 10px;
    display: none;
    z-index: 10000;
}

#login_modal_link.show {
    background-color: white;
    border: 1px solid #ccc;
    display: inline-block;
    opacity: 1;
    transition: 0.7s;
}

.multiline-comment {
    white-space: pre-line;
}

.total-items-link {
    text-decoration: none;
    color: #333;
}

.total-items-count {
    font-size: 1.2em;
    display: block;
    font-weight: bold;
}

.total-items-title {
    color: #2196f3;
}

.company-header-table {
    width: 100%;
}

.company-header-logo-image {
    width: 150px;
    padding: 10px;
}

.company-header-logo-image .logo-image {
    width: 150px;
}

.company-header-name {
    padding: 5px;
    padding-bottom: 10px;
}

.company-header-score {
    padding-left: 5px;
    text-align: center;
    border-right: 1px solid #eee;
    font-size:0.9em;
}


@media all and (max-width: 450px) {
    .company-header-score {
        display: none;
    }
}

.company-header-items-row {
    border-top:1px solid #eee;
}

.company-header-items {
    text-align: center;
    padding: 5px;
    width: 100px;
    border-right: 1px solid #eee;
}

.question-answer-section .question {
    font-size: 1.3em;
    font-weight: bold;
    margin: 10px;
}

.field-description {
    font-size: 0.8em;
}

.companies-container table {

}

.companies-container table tr {

}

.companies-container table td {
    padding: 10px;
}

.companies-container table td.logo-image {
    width: 150px;
}

.companies-container img.logo-image {
    width: 100%;
}

.companies-container table td.score {
    width: 150px;
    font-size: 0.6em;
}

@media all and (max-width: 450px) {
    .companies-container table td.score {
        width: 120px;
        font-size: 0.6em;
    }

    .companies-container table td.logo-image {
        width: 80px;
    }

}

.banner-container {
    width: 300px;
}

.mobile-only {
    display: none;
}

desktop-only-section {
    display: inherit !important;
}

@media all and (max-width: 768px) {
    .banner-container {
        display: none;
    }

    .mobile-only {
        width: 100% !important;
        display: inherit !important;
    }

    .mobile-banner-section {
        background-color: #333;
        color: white;
        padding: 10px;
        border-bottom: 1px solid #4E4E4E;
    }

    .desktop-only-section {
        display: none;
    }
}

.banner-container a{
    color: white;
    text-decoration: none;
}

.banner-container a:hover {
    text-decoration: underline;
}

.banner-container .last-review {
    margin-top: 5px;
}

.banner-container .last-review:before,
.banner-container .last-review:after
{
    content: '"';
}

.banner-container table td {
    padding: 5px;
}

.banner-container .score {
    font-size: 0.6em;
    width: 100px;
}

.banner-container .logo-image {
    width: 50px;
}

.banner-container .last-salary {
    margin-top: 5px;
}

.left-banner {
    position: absolute;
    bottom: 50px;
    left: 50px;
}

.right-banner {
    position: absolute;
    bottom: 50px;
    right: 50px;
}

.companies-admin-table {

}

.companies-admin-table a {
    text-decoration: none;
    font-weight: bold;
}

.companies-admin-table a:hover {
    text-decoration: underline;
}


.companies-admin-table td {
    padding: 5px;
    text-align: left;
}

.companies-admin-table img {
    width: 100px;
}

/* Chart Stuff */
.chart-container path {
    stroke: #337ab7;
    stroke-width: 2;
    fill: none;
}

.chart-container .axis path,
.chart-container .axis line {
    fill: none;
    stroke: grey;
    stroke-width: 1;
    shape-rendering: crispEdges;
}

.analytics-text-section {
    border-bottom: 1px #eee solid;
    padding: 5px;
}

.chart-container g text {
    fill: grey;
    font-size: 0.8em;
}

.visitors-chart {
    width: 100%;
}

.header-text {
    position: relative;
    left: -5px;
    top: -10px;
}

table thead {
    font-weight: bold;
}

.navbar-toggle .icon-bar {
    background-color: #333;
}

.navbar .navbar-collapse {
    border-color: #ddd;
}

.light-grey-background {
    background-color: #fafafa;
}

.login-button-container {
    border: 1px #ddd solid;
    width: 270px;
    margin: 0 auto;
    background-color: #efefef;
    padding: 0px;
}


.login-button-container .login-icon {
    width: 40px;
    height: auto;
    display: inline-block;
    margin: 10px;
}

.login-button-container:hover {
    background-color: #fff;
}

.login-button-container-modal {
    border: 1px #ddd solid;
    width: 250px;
    margin: 0 auto;
    background-color: #ffffff;
}

.login-button-container-modal:hover {
    background-color: #efefef;
}

.login-button-container-modal .login-icon {
    width: 20px;
    height: auto;
    display: inline-block;
    margin: 5px;
}


.options-container {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 2px;
}

.options-container-row {
    display: table-row;
}

.options-container-cell {
    display: table-cell;
    text-align: center;
    position: relative;
    padding: 10px;
    background-color: #E0E0E0;
    cursor: pointer;
    border-radius: 2px;
    font-weight: 700;
}

.options-container-cell.checked {
    background-color: #C8E6C9;
}

.options-container-cell:hover {
    background-color: #81C784;
}

.btn {
    border-radius: 2px;
}

.form-control {
    border-radius: 2px;
}

.gauge {
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0);
}

.job-ads-table .job-ad-location {

}

.job-ads-table .job-ad-users {

}

.job-ads-table .job-ad-created {

}

.job-ads-table .job-ad-position {

}

.job-ads-table .job-ad-expiration {

}

.job-ads-table .job-ad-remove {

}

.job-ads-table .job-ad-status {

}

.label-white {
    background-color: white;
    color: inherit;
}

.company-points-balance {

}

.tab-container {
    border-bottom: 1px solid #ddd;
    height: 50px;
    width: 100%;
    margin-bottom: 15px;
}

.tab-container .tab {
    display: inline-block;
    height: 50px;
    padding: 20px 10px;
    margin: 0;
}

.tab-container .tab:hover {
    background: #ddd; /* Old browsers */
}

.tab-container .tab.active {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background: #fff; /* Old browsers */
}

.purchase-button-container {
    display: inline-block;
}


/* form starting stylings ------------------------------- */
.material-input-group {
  position:relative;
  margin-bottom:40px;
  margin-top: 10px;
}


.material-input-group input {
  font-size:18px;
  padding:8px 8px 8px 4px;
  display:block;
  border:none;
  border-bottom:1px solid #757575;
  width:100%;
}

.material-input-group input:focus {
    outline:none;
}

/* LABEL ======================================= */
.material-input-group label {
  color:#999;
  font-size:18px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:10px;
  transition:0.2s ease all;
  -moz-transition:0.2s ease all;
  -webkit-transition:0.2s ease all;
}

/* active state */
.material-input-group input:focus ~ label,
.material-input-group input:valid ~ label {
  top:-20px;
  font-size:14px;
  color:#2196F3;
}

/* BOTTOM BARS ================================= */
.material-input-group .bar {
    position:relative;
    display:block;
    width:100%;
}

.material-input-group .bar:before,
.material-input-group .bar:after {
  content:'';
  height:2px;
  width:0;
  bottom:1px;
  position:absolute;
  background:#2196F3;
  transition:0.2s ease all;
  -moz-transition:0.2s ease all;
  -webkit-transition:0.2s ease all;
}

.material-input-group .bar:before {
  left:50%;
}

.material-input-group .bar:after {
  right:50%;
}

/* active state */
.material-input-group input:focus ~ .bar:before,
.material-input-group input:focus ~ .bar:after {
  width:50%;
}

.material-input-group input:-webkit-autofill {
    background-color: unset !important;
}

/* HIGHLIGHTER ================================== */
.material-input-group .highlight {
  position:absolute;
  height:60%;
  width:100px;
  top:25%;
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
.material-input-group input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from { background:#2196F3; }
  to    { width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
    from { background:#2196F3; }
  to    { width:0; background:transparent; }
}
@keyframes inputHighlighter {
    from { background:#2196F3; }
  to    { width:0; background:transparent; }
}

/* MATERIAL BUTTONS */

.btn {
    margin: 8px;
    border-radius: 2px;
    height: 36px;
    padding: 8px 16px;
    font-size: 14px;
    text-transform: uppercase;
}

.alert {
    border-radius: 2px;
}

.alert-info {
    color: #fff;
    background-image: unset;
    background-color: #90CAF9;
    border: 1px solid #90CAF9;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
}

.alert-warning {
    background-image: unset;
    background-color: #FFF9C4;
    border: 1px solid #FFF9C4;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
}

.alert-danger {
    background-image: unset;
    background-color: #EF9A9A;
    border: 1px solid #EF9A9A;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
}

.btn-flat {
    background-image: unset;
    background-color: transparent;
    border: unset;
    box-shadow: unset;
    padding: 8px;
}

.btn-primary {
    background-image: unset;
    background-color: #2196F3;
    border: 1px solid #2196F3;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
}

.btn-primary:hover {
    background-color: #1565C0;
    border: 1px solid #1565C0;
}

.btn-default {
    background-image: unset;
    background-color: transparent;
    border: 1px solid transparent;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
}

.btn-default:hover {
    background-color: #EEEEEE;
    border: 1px solid #EEEEEE;
}

.btn-success {
    background-image: unset;
    background-color: #66BB6A;
    border: 1px solid #66BB6A;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
}

.label-success {
    background-color: #66BB6A;
    font-weight: normal;
}

.btn-success:hover {
    background-color: #2E7D32;
    border: 1px solid #2E7D32;
}

.btn-danger {
    background-image: unset;
    background-color: #EF5350;
    border: 1px solid #EF5350;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
}

.btn-danger:hover {
    background-color: #C62828;
    border: 1px solid #C62828;
}

.purchase-package {
    min-height: 500px;
    text-align: left;
    margin-bottom: 60px;
}

.purchase-package h1 small {
    font-size: 0.5em;
}

.purchase-package .price-section {
    border-bottom: 1px solid #E0E0E0;
}


.purchase-package table tr {
    margin: 8px;
    font-size: 1.1em;
    vertical-align: top;
}

.purchase-package table tr.disabled {
    margin: 8px;
    color: #E0E0E0;
}

.purchased-plan {
    padding-bottom: 16px;
    font-size: 1.2em;
}

.purchase-package table tr td {
    margin: 8px;
    padding-left: 16px;
    text-align: left;
    vertical-align: top;
    padding-top: 16px;
}

.purchase-package table tr.highlight {
    color: #7CB342;
}

.purchase-package-header {
    min-height: 600px;
    background-image: url(/img/purchase-header.jpg);
    position: relative;
    top: -60px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
    color: #FAFAFA;
}

.purchase-package-header h1 {
    font-weight: bold;
}

.purchase-package-header span {
    font-size: 4em;
}

.purchase-package-header .description-row {
    margin-top: 60px;
}

.highlight-red {
    color: #C62828 !important;
}