/* tjob-view L2 */

#tjob-view-list-info {
	background-color: #f4f4f4;
}
#tjob-view-list-info p {
	margin: 2px 5px;
}

.tjob-view-list-acc {
	position: relative;  
	border: 0px solid green;
	font-family: Open Sans, Arial, sans-serif;
	width: 100%; 
	margin: 1em auto;
}

.tjob-view-list-acc-head {
	position: relative;  
	border-left: 4px solid #0664ae;
	border-top: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	padding: 15px;
	margin-top: 10px;
	background-color: #ececec;
}
.tjob-view-list-acc-head:hover {
	cursor: pointer;
}
.tjob-view-list-acc-head h3 {
	margin-top: 8px;
}
.tjob-view-list-acc-head-location .dashicons-location {
	position: relative;
	top: 3px;
}
.tjob-view-list-acc-head-logo {
	position: absolute;
	right: 10px;
	bottom: 8px;
}


.tjob-view-list-acc-content {
	position: relative;  
	background-color: #eaebec;
}
.tjob-view-list-acc-panel {
	position: relative;  
	border-left: 1px solid #bfbfbf;
	border-top: 1px solid transparent;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	padding: 15px;
}
.tjob-view-list-acc-block {
	padding 15px;
	margin: 1em auto;

}

.tjob-view-list-acc-sidebar {
	background-color: #eeeeee;
	padding: 15px;
	margin-top: 1px;
	
}
.tjob-view-list-acc-panel::after {
	content: "";
	clear:both;
	display: block;
}

.tjob-view-list-acc-sidebar-head {
	position: relative;  
	margin-top: 10px;
	font-weight: bold;
}

@media screen and (min-width: 1200px) {
	.tjob-view-list-acc-sidebar {
		float: right;
		width: 30%;
	}

}	

/* filter */

.tjob-view-list-filter h4 {
	font-family: "Jura","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    line-height: 1.25;
    color: #5a5652;
    margin: 0;
    padding: 5px 0 10px;
    font-size: 16px
}
.tjob-view-list-filter>ul {
	padding: 0px!important;
}

.tjob-view-list-filter ul {
    display: block;
    margin: 0;
    padding: 0
}

.tjob-view-list-filter ul li {
    list-style: none;
    display: block;
    padding: 10px 0;
    margin: 0
}

.tjob-view-list-filter ul li li {
    padding: 5px 0
}

.tjob-view-list-filter ul li ul li ul {
    margin-left: 20px
}

.tjob-view-list-filter label {
    display: block;
    margin: 0;
    padding: 0
}
.tjob-view-list-filter>ul>li.sf-field-reset {
    text-align: right;
}
.tjob-view-list-filter>ul>li.sf-field-reset a {
    font-size: 15px
}

.tjob-view-list-filter>ul>li.sf-field-reset a:before {
    content: "x";
    padding-right: 6px
}

.chosen-container-multi .chosen-choices {
    padding: 5px 2px;
    width: 100%;
    min-height: 40px;
    border: 1px solid #343434;
    background-color: #fff;
    background-image: none
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    margin: 1px 0;
    outline: 0;
    border: 0!important;
    background: 0 0!important;
    nt; */-webkit-box-shadow: none;
    box-shadow: none;
    font-size: 100%;
    line-height: normal;
    border-radius: 0;
    width: auto;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    height: auto;
    padding: 5px;
    color: #666;
    font-family: inherit
}

.chosen-container {
    position: relative;
    font-size: 14px
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
    box-shadow: 0 4px 5px rgba(0,0,0,.15);
    clip: rect(0,0,0,0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%)
}

.chosen-container.chosen-with-drop .chosen-drop {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none
}

.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
}
.chosen-container .chosen-results li button {
	width: 100%;
    text-align: left;
    background: none;
    color: #444;
    border: none;
}
.chosen-container .chosen-results li.active-results button:hover {
    color: #fff;
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default
}
.chosen-container-multi .chosen-choices li {
    list-style: none
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}
.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eee;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));
    background-image: linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);
    box-shadow: 0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);
    color: #333;
    line-height: 13px;
    cursor: default
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(/wp-content/plugins/tjob-view/assets/css/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px
}

.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));
    background-image: linear-gradient(#3875d7 20%,#2a62bc 90%);
    color: #fff
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: 700;
    cursor: default
}
.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));
    background-image: linear-gradient(#3875d7 20%,#2a62bc 90%);
    color: #fff
}


@media screen and (min-width: 892px) {
	.tjob-view-list-filter label {
		display: block;
	}
    .tjob-view-list-filter>ul {
        display:flex;
        justify-content: space-between;
        flex-wrap: wrap
    }

    .tjob-view-list-filter>ul>li {
        flex: 33.333%;
        display: block
    }

    .tjob-view-list-filter>ul>li .chosen-container {
        width: 95% !important
    }

    .tjob-view-list-filter>ul>li:nth-child(3) .chosen-container {
        width: 100% !important
    }

    .tjob-view-list-filter>ul>li:nth-child(5) .chosen-container {
        width: 100% !important
    }
}

@media screen and (min-width: 1000px) {
    .tjob-view-list-filter>ul>li {
        flex:20%
    }

    .tjob-view-list-filter>ul>li.sf-field-reset {
        flex: 100%;
        text-align: right;
        padding: 0
    }

    .tjob-view-list-filter>ul>li:nth-child(3) .chosen-container {
        width: 95% !important
    }
}
