.job-row{
    
}

.add-job {
	margin: 5px;
	width: 100%;
}

.btn-flat {
	border-radius: 0px;
}

.submit-button {
	height: 50px;
	background-color: rgb(0, 119, 179);
}

.applications-button {
	float: right;
	margin-left: 5px;
}

.job-title {
	font-size: 22px;
	line-height: 24px;
	color: #00528c;
	margin-bottom: 10px;
}

.job-meta-info {
    clear: both;
    overflow: hidden;
    padding: 5px 0;
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;
    font-size: 16px;
    border-color: #e0dede;
}

.single-job-listing {
	margin-top: 50px;
}

.job-listing-meta {
    list-style: none outside;
    padding: 0;
    margin: 0 0 1.5em;
    overflow: hidden;
    clear: both;
    font-size: 14px !important;
}

.single-job-listing .meta .job-type {
    padding-left: .5em;
}

.single-job-listing .meta .job-category {
    border-left: 0;
}

.job-category {
    color: #fff;
    background-color: green;
    border-radius: 0;
    font-weight: bold;
}

.meta li:first-child {
    padding-left: 0;
    border-left: 0;
}
.single-job-listing .meta li {
    margin: 0 1em 0 0;
    padding: .5em;
    float: left;
    line-height: 1em;
}
.job-type {
	color: #fff;
    background-color: #f08d3c;
    border-radius: 0;
    font-weight: bold;
    padding-left: .5em;
}

.meta li {
    border-left: 1px solid #333;
}

.single-job-listing .company {
    position: relative;
    border: 1px solid #eee;
    padding: 1em;
    margin: 0 0 2em;
    display: block;
    clear: both;
    min-height: 3em;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
}

.single-job-listing .job-description {
    padding: 1em;
}

.single-job-listing .company .name {
    margin: 0 0 0 3em;
    padding: 0 0 0 1em;
    line-height: 1.5em;
}

.single-job-listing .company img {
    width: 3em;
    height: 3em;
    position: absolute;
    left: 1em;
    float: left;
    vertical-align: middle;
    box-shadow: none;
    border-style: none;
	max-width: 100%;
}

.single-job-listing .meta .listing-expired,
	.single-job-listing .meta .position-filled {
    color: #b81c23;
}

.single-job-listing .meta .listing-open {
	color: green;
}

.single-job-listing .meta .listing-expired::before, .single-job-listing .meta .position-filled::before {
    display: inline-block;
    width: 16px;
/*     height: 16px; */
    font-family: job-manager !important;
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
    vertical-align: top;
    font-size: 16px;
    margin: 0 2px 0 0;
    content: '\002717';
}

.single-job-listing .meta .listing-open::before, .single-job-listing .meta .position-open::before {
    display: inline-block;
    width: 16px;
/*     height: 16px; */
    font-family: job-manager !important;
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
    vertical-align: top;
    font-size: 16px;
    margin: 0 2px 0 0;
    content: '\002714';
}

.green-circle { 
	width: 20px !important; 
	height: 20px !important; 
	background-image: url("../images/green_ball.png") !important; 
	margin: auto !important; 
} 

.red-circle { 
	width: 20px !important; 
	height: 20px !important; 
	background-image: url("../images/red_ball.png") !important; 
	margin: auto !important;
}

.single-job-listing .company .company-logo {
    width: 3em;
    height: 3em;
    position: absolute;
    left: 1em;
    float: left;
    vertical-align: middle;
    box-shadow: none;
    border-style: none;
	max-width: 100%;
	background-image: url("../images/company.png");
	background-size: contain;
}

.application-user-data {
    background-color: #f5f5f5;
    padding: 1em;
    box-sizing: border-box;
}

.application-description {
	padding-left: 15px;
	padding-right: 15px;
}

.application-attachments {
	padding-left: 15px;
	padding-right: 15px;
}

.application-position {
	padding-left: 15px;
	padding-right: 15px;
}

.application-description-row {
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

#ht-jobs-list-viewer {
    margin: 0px 0;
}

#ht-jobs-list-viewer li {
    padding: 0 10px;
    margin: 10px 0 20px 40px;
    position: relative;
    min-height: 80px;
}
#ht-jobs-list-viewer .ht-filled {
    border-left: 3px solid #ff0000;
}
#ht-jobs-list-viewer .ht-not-filled {
    border-left: 3px solid #4e9a06;
}

#ht-jobs-list-viewer li a {
    color: rgb(51, 51, 51);
    text-decoration: none;
}

#ht-jobs-list-viewer li h2 {
    font-size: 20px;
    margin-top: 5px;
}
#ht-jobs-list-viewer li .ht-jobs-list-viewer-year {
    position: absolute;
    top: 10px;
    left: -40px;
    font-size: 16px;

    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#ht-jobs-list-viewer li .ht-jobs-list-viewer-inpress {
    position: absolute;
    bottom: 18px;
    left: -45px;
    font-size: 13px;

    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#ht-jobs-list-viewer li .ht-jobs-list-viewer-authors {
    font-weight: bold;
	font-size: 12px;
}
#ht-jobs-list-viewer li .ht-jobs-list-viewer-references {
    font-style: italic;
	font-size: 14px;
}

#ht-jobs-list-viewer li .ht-jobs-list-viewer-title {
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 0px;
}

#ht-jobs-list-viewer-pagination {
    margin-left: 40px;
    border-top: 1px solid;
}

.ht-jobs-list-viewer-total {
    margin-left: 40px;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 0;
}

.ht-jobs-list-viewer-form-buttons {
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0px
}

.pagination>li {
    display: inline
}

.pagination>li>a,.pagination>li>span {
    position: relative;
    float: left;
/*     padding: 6px 12px; */
/*     line-height: 1.5; */
    text-decoration: none;
    color: #494b52;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
    height: 44px;
    width: 44px;
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px
}

.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus {
    z-index: 2;
    color: #25262a;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default
}

.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg>li>a,.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px
}

.pagination-sm>li>a,.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px
}

.ht-label-default {
    background-color: #777;
}

.ht-label-blue {
    background-color: #0077b3;
}

.ht-label-type {
    background-color: #f08d3c;
}

.ht-label-category {
    background-color: green;
}

.ht-label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0;
}

.pagination {
	float: none;
}

.form-search {
	margin-top: 20px;
}

.form-search .form-group {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
}

.form-search .form-group input[type="text"] {
    border-radius: 0;
    border: 1px solid #DDD;
    background: #fff;
    height: 50px;
    padding: 0 20px;
    font-size: 1.2em;
    color: #525f67;
    font-weight: 500;
}

.form-search .form-group input[type="text"]:focus, 
.form-search .form-group input[type="text"]:hover{
    box-shadow: 0 0 3px rgba(0, 119, 179, 1);
}

.form-search .form-group input[type="select"]:focus, 
.form-search .form-group input[type="select"]:hover{
    box-shadow: 0 0 3px rgba(0, 119, 179, 1);
}

.form-control:focus, 
.form-control:hover{
    box-shadow: 0 0 3px rgba(0, 119, 179, 1);
}

.form-control {
	border-width: none !important;
	border: 1px solid #DDD !important;
    height: 50px !important;
}

.form-search .form-group button {
    border: 1px solid #DDD;
    border-left: 0;
    height: 52px;
    font-size: 1.2em;
    padding-right: 1em;
    background: #fff;
}

.form-search label {
    font-size: 1.2em;
    font-weight: 500;
}

.form-search .filter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 1em;
}

.form-search .filter select {
    height: 3em;
    font-size: 1.2em;
    color: #525f67;
    font-weight: 500;
}

.form-search .filter label {
    font-size: 0.9em;
    font-weight: 500;
}

.form-search .box_input label {
    font-weight: 400;
    font-size: 0.9em;
    margin-bottom: 5px;
}

.form-search .box_input input[type="text"] {
    border: 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    height: 3.6em;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
}

.form-search .box_input input[type="checkbox"] {
    margin-right: 0.7em;
}

textarea.form-control {
	height: auto !important; 
}

form .error {
	color: #ff0000;
}

.form-control.error {
	border: 1px solid #ff0000 !important;
}

.chosen-container-single .chosen-single {
	border: none;
	border-radius: none;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 50px;
	padding: 0px;
}

.chosen-container-active .chosen-single {
	-webkit-box-shadow: none;
}

.chosen-container-active.chosen-with-drop .chosen-single {
	border: none;
	dorder-radius: none;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.chosen-container-single .chosen-single {
	line-height: 40px;
}

.chosen-container-single .chosen-single span {
	color: #495057;
	font-size: 1em;
	font-weight: 500;
}

.chosen-drop {
	left: 0px;
}

.chosen-container-single .chosen-single div b {
	height: 75%;
	padding-right: 1.75rem;
   	background-position: right 0.75rem center;
	background-repeat: no-repeat;
	background-size: 8px 10px;
   	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){
/* 	.chosen-container .chosen-results-scroll-down span,  */
/* 		.chosen-container .chosen-results-scroll-up span,  */
/* 		.chosen-container-multi .chosen-choices .search-choice .search-choice-close,  */
/* 		.chosen-container-single .chosen-search input[type=text],  */
/* 		.chosen-container-single .chosen-single abbr,  */
/* 		.chosen-container-single .chosen-single div b,  */
/* 		.chosen-rtl .chosen-search input[type=text] { */
/* 		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") !IMPORTANT; */
/* 		background-size: 8px 10px !IMPORTANT; */
/* 		background-repeat: no-repeat !IMPORTANT; */
/* 	} */
	
	.chosen-container-single .chosen-single div b {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") !IMPORTANT;
		background-size: 8px 10px !IMPORTANT;
		background-repeat: no-repeat !IMPORTANT;
	}
	
	.chosen-container-single .chosen-search input[type=text] {
		background-image: none !IMPORTANT;
	}
}

.chosen-container .chosen-results li {
    line-height: 25px;
}