/*  ==============================================================
	             ~~    XON JOB BOARD STYLES   ~~
	==============================================================	*/

/* ======= Color Style =======
'color-cont' => 'rgba(85,60,75,0.1)',
'color-back' => 'rgb(256,256,256)',
'color-text' => 'rgb(64,64,64)',
'color-accent' => 'rgb(85,60,75)',
'cont-padding' => '20px',

#top .main_color .xjb-box {
	padding: 20px;
    background: rgba(85,60,75,0.1);
}

#top .main_color .xjb-bar * {
    color: rgb(85,60,75);
	background: #ffffff;
}

#top .main_color .xjb-bar > * {
	border: 1px solid rgb(85,60,75);		
}

#top .main_color .xjb-bar > *:hover, #top .main_color .xjb-bar > *:focus {	
	box-shadow: 0px 0px 0px 1px rgb(85,60,75);	
} 

#top .main_color input.xjb-input[type=search]{
	background: #ffffff;
	color: rgb(64,64,64);
}

#top .main_color .xjb-item {
	background: #ffffff;
	color: rgb(64,64,64);
	border: 1px solid rgb(85,60,75);
}	

#top .main_color .xjb-title {
    color: rgb(85,60,75);	
}

#top .main_color .xjb-item:hover {	
	box-shadow: 0px 0px 0px 1px rgb(85,60,75);	
} 

*/


/* ======= Custom tag ======= */

xjbdiv {
	
	display:block;
	vertical-align:baseline;
	box-sizing:border-box;
	margin:0;
	padding:0;
	border:none;
	
}

xjbspan {
	
	display:inline;
	vertical-align:middle;
	box-sizing:border-box;
	margin:0;
	padding:0;
	border:none;
	
}

/* ======= Board Style ======= */	
	
.xjb-box {
	clear:both;
	position:relative;
}

/* ======= Panel Styles ======= */

.xjb-bar {
	margin-bottom:1em;
	height:auto;
}

.xjb-bar-title {	
	width:40%;
	display:inline-block;	
	font-size: 2em;
	line-height:1em;
	padding:0 0.55em;
}

.xjb-bar-right {
	display:inline-block;
	width:60%;
	float:right;
	text-align:right;
}	

.xjb-bar-right > * {
	text-align:left;
	vertical-align:middle;
	display:inline-block;
	margin-left:0.5em;
	line-height:1em;
	padding:0.5em;
	min-width:2.35em;
	height:2.35em;
	text-align:center;
	border-radius: 3px;
	border-radius:3px;
	transition: all 0.5s;
	cursor:pointer;
}

.xjb-bar-clear {

	clear:both;

}

.xjb-link-text {
	padding:0 0.25em;
	vertical-align:middle;
}

.xjb-loading {
	border-radius:2em;
	transform:rotate(360deg);
	transition: all 0.5s;
}

.xjb-search-cont {
	vertical-align:top;
	position:relative;
}

.xjb-external-icon {
	padding:0 0.25em;
	background-color:transparent;
}

.xjb-external-icon:before {
	content:"\e835";
	font-family: 'entypo-fontello';
}

.xjb-refresh-icon {
	padding:0 0.25em;
	background-color:transparent;	
}

.xjb-refresh-icon:before {
	content:"\e891";
	font-family: 'entypo-fontello';	
}

[xjb-slide-f-i]:before {
	content:"\e875";
	font-family: 'entypo-fontello';	
}

[xjb-slide-b-i]:before {
	content:"\e874";
	font-family: 'entypo-fontello';	
}

.xjb-search {
	position:absolute;
	z-index:1;
	top:0.5em;
	left:0.5em;
	line-height:1em;
	user-select:none;
	background-color:transparent;
}

.xjb-search-icon {
	padding:0 0.25em 0.25em 0.25em;
	background-color:transparent;
}

.xjb-search-icon:before {
	content:"\e803";
	font-family: 'entypo-fontello';	
}

input.xjb-input[type=xjbsearch]{
	display:inline-block;
	text-align:left;
	outline: none;
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	cursor: pointer;
	width:1.4em;
	font-size:0.85em;
	line-height:1em;
	margin: 0;
	padding: 0;
	border:none;
	background-color:transparent;
	color: transparent;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;	
	
}


input.xjb-input[type=xjbsearch]:focus {
	width: 15em;
	padding-left: 1.5em;
	cursor: auto;
	color:inherit;	
}

input.xjb-input[type=xjbsearch]::-webkit-search-decoration,
input.xjb-input[type=xjbsearch]::-webkit-search-cancel-button {
	display: none; 
}

input.xjb-input[type=xjbsearch]:-moz-placeholder {
	color: transparent;
}

input.xjb-input[type=xjbsearch]::-webkit-input-placeholder {
	color: transparent;
}


/* ======= Item Styles ======= */

.xjb-cont {
	font-size:1.25em;

}

.xjb-item {
	margin-bottom:1em;
	clear:both;
	padding:1em 20px 0.5em 20px;
	position:relative;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;	
}

.xjb-over {
	cursor:pointer;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	user-select: none;
}

.xjb-item > * {
	margin-bottom:0.5em;
}

.xjb-title {
	font-size:1.075em;	
}

.xjb-desc {
	font-size:0.925em;	
}

.xjb-date {
	font-size:0.75em;
}


/* ======= Bottom Button ======= */

.xjb-end {
	text-align:center;
}

.xjb-end > * {
	vertical-align:middle;
	display:inline-block;
}

/* ======= Board Styles ======= */

.xjb-cont .xjb-title {

	font-weight: 700;

}

/* ======= Slider Styles ======= */

.xjb-bar-slide {
	text-align: center;
}

.xjb-slide-title {
	display:inline-block;	
	font-size: 2em;
	line-height:1em;
	padding-bottom:1em;
}

[xjb-slide-box] {
	width:100%;
	height:12em;
	margin:auto;
	position:relative;
}


[xjb-slide-cont] {
	width:100%;
	height:100%;
	overflow-y:hidden;
}

[xjb-slide-scroll] {
	width:100%;
	height:100%;
	padding-bottom:20px;
	box-sizing:content-box;
	overflow-x:scroll;
	overflow-y:hidden;
}

[xjb-slide] {
	height:100%;
	padding-bottom:20px;
}

[xjb-slide] > * {
	display:inline-block;
	padding:0 1.5em 20px 1.5em;
	height:100%;
	vertical-align:middle;
}

[xjb-slide-b] {
	line-height:2em;
	width:2em;
	left:-1em;
	cursor: pointer;
	position: absolute;
	top: 40%;
	border-radius: 1em;
	color: white;
	font-weight: bold;
	font-size: 2em;
	text-align:center;
	user-select: none;
	-webkit-user-select: none;
}

[xjb-slide-f] {
	line-height:2em;
	width:2em;
	right:-1em;
	cursor: pointer;
	position: absolute;
	top: 40%;
	border-radius: 1em;
	color: white;
	font-weight: bold;
	font-size: 2em;
	text-align:center;
	user-select: none;
	-webkit-user-select: none;	
}


[xjb-slide-b]:hover,
[xjb-slide-f]:hover {
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 1em;
}

[xjb-slide-b]:focus,
[xjb-slide-f]:focus {
	border-radius: 1em;
}

/* ======= Footer Style ======= */

.xjb-footer {
	text-align: center;
}

.xjb-link {
	display:inline-block;
	border-radius:3px;
	padding:0.5em 1em;
	cursor:pointer;
}
