﻿/* -------------
 * Buttons
 * ------------- */
button {margin:0;padding:0;border:none;background-color:transparent;cursor:pointer;overflow:visible;outline:none;moz-outline:none;}
*:first-child+html button[type]{width:1;} /* IE7 */

button span 
{
	background: transparent url(/_layouts/Images/Endero.KN2.Kuntarekry/jnice/elements/btn_right.gif) no-repeat scroll right top;
	display: block;
	float: left;
	padding: 0px 4px 0px 0px; /* sliding doors padding */
	margin: 0px; 
}

button span span {
	background: transparent url(/_layouts/Images/Endero.KN2.Kuntarekry/jnice/elements/btn_left.gif) no-repeat;
	color: #FFFFFF;
	padding: 1px 4px 0px 8px;
	font-weight: normal;
	font-size: 10px;
	line-height: 13px;
	text-transform: lowercase;
	display: block;
	text-decoration: none;
}

/* ------------- 
 * Inputs (textboxes)
 * ------------- */
.jNiceInputWrapper {
	background: transparent url(/_layouts/Images/Endero.KN2.Kuntarekry/jnice/textbox_bg.gif) no-repeat left top;
	float:left;
}
.green-bg .jNiceInputWrapper {
	background: transparent url(/_layouts/Images/Endero.KN2.Kuntarekry/jnice/textbox_bg_green.gif) no-repeat left top;
	float:left;
}

.jNiceInputInner {
	background: transparent url(/_layouts/Images/Endero.KN2.Kuntarekry/jnice/textbox_bg.gif) no-repeat right top;
	padding: 2px 5px 5px 0;
	margin: 0 0 0 10px;
}
.green-bg .jNiceInputInner {
	background: transparent url(/_layouts/Images/Endero.KN2.Kuntarekry/jnice/textbox_bg_green.gif) no-repeat right top;
	padding: 2px 5px 5px 0;
	margin: 0 -10px 0 10px;
}

.jNiceInputInner input {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#4c4c4c;	
	line-height: 17px;
	height: 17px;
	*line-height: 15px;/* IE Hacks */
	*height: 15px;/* IE Hacks */
	vertical-align:middle;
	padding:0;
	margin:0;
	background:none;
	border:none;
	outline:none;
}

/* OVERRIDE FOR PRODUCT SEARCH */
.product-search  .jNiceInputWrapper {
	background: transparent url(/_layouts/Images/Endero.KN2.Kuntarekry/jnice/textbox_bg.gif) no-repeat left top;
	float:left;
}

.product-search  .jNiceInputInner {
	background: transparent url(/_layouts/Images/Endero.KN2.Kuntarekry/jnice/textbox_bg.gif) no-repeat right top;
	padding: 2px 5px 5px 0;
	margin: 0 0 0 5px;
}

.product-search  .jNiceInputInner input {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#4c4c4c;	
	line-height: 17px;
	height: 17px;
	*line-height: 15px;/* IE Hacks */
	*height: 15px;/* IE Hacks */
	vertical-align:middle;
	padding:0;
	margin:0;
	background:none;
	border:none;
	outline:none;
}


/*
.jNiceInputWrapper_hover { background-position: left bottom; }
.jNiceInputWrapper_hover .jNiceInputInner { background-position: right bottom; }
*/


/* -------------
 * Textareas
 * ------------- */
.jNiceTextareaWrapper {
	background: transparent url(/_layouts/Images/Endero.KN2.Kuntarekry/jnice/textarea_bg.gif) no-repeat left top;
	height: 75px;
	width: 407px;
	float:left;
	padding-bottom: 5px;
}

.jNiceTextareaInner {
	/*background: transparent url(../images/jnice/textbox_bg.gif) no-repeat right top;*/
	padding: 0 2px 0 0;
	margin: 0 0 0 5px;
}

.jNiceTextareaInner textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#4c4c4c;	
	height: 73px;
	width: 100%;
	vertical-align:middle;
	padding:0;
	margin:0;
	background:none;
	border:none;
	outline:none;
}


/* -------------
 * Radios
 * ------------- */
.jRadioWrapper  
{
    float: left; 
    z-index: 2; 
    width: 26px !important;
    height: 20px !important;
}
.jNiceRadio {
	background: transparent url(/_layouts/Images/Endero.KN2.Kuntarekry/jnice/radio.gif) no-repeat center top;
	height: 16px;
	width: 16px;
	position:absolute;
	left:0px;
	top:0px;
	cursor:pointer;
	vertical-align:middle;
	margin-bottom: 0px;
}


/* -------------
 * Checkboxes
 * ------------- */
.jCheckboxWrapper { 
	float: left;
	position:relative;
	vertical-align:top;
	width: 26px !important;
	height: 20px;
}
.jNiceCheckbox {
	background: transparent url(/_layouts/Images/Endero.KN2.Kuntarekry/jnice/checkbox.gif) no-repeat center top;
	/*height: 16px;*/
	width: 16px;
	height: 16px;
	position:absolute;
	left:0px;
	top:2px;
	z-index:2;
	cursor:pointer;
}

/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
.jNiceChecked { background-position: center bottom;}

/* -------------
 * Selects
 * ------------- */
.jNiceWrapper select {
	border:none;
	margin:0;
	padding:0;
}

.jNiceSelectWrapper {
	height: 27px;
	left:0px;
	top:0px;
	z-index:3;
	position:absolute;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	padding-right: 13px;
	float: left;
}

.jNiceWrapper iframe 
{
    float: left;
    position:absolute;
    z-index:1;
    width:100%;
    left:0px;
    top:0px;
}

.jNiceSelectWrapper .jNiceSelectText {
	height: 23px;
	line-height: 23px;
	padding: 0 1px 0 12px;
	background: transparent url(/_layouts/Images/Endero.KN2.Kuntarekry/jnice/select_bg_left.png) no-repeat left top;
	border-right: none;
	overflow:hidden;
	float:none;
	position:absolute;
	z-index:100;
	white-space: nowrap;
	color: #5e5e5e;
	font-weight: normal;
}
/*.jNiceSelectWrapper .jNiceSelectText:hover {
	background: transparent url(../images/jnice/select_bg_left_hover.png) no-repeat left top;
	color: #ffffff;
}*/

.jNiceSelectWrapper .jNiceSelectOpen {
	width: 32px;
	height: 23px;
	background: transparent url(/_layouts/Images/Endero.KN2.Kuntarekry/jnice/select_bg_right.png) no-repeat right top;
	z-index:100;
	display:block;
	position:absolute;
	right:0px;
}
/*.jNiceSelectWrapper .jNiceSelectOpen:hover {
	background: transparent url(../images/jnice/select_bg_right_hover.png) no-repeat right top;
}*/

#Footer .jNiceSelectWrapper .jNiceSelectOpen {
	width: 25px;
	height: 23px;
	background: transparent url(/_layouts/Images/Endero.KN2.Kuntarekry/jnice/select_bg_right2.png) no-repeat right top;
	z-index:100;
	display:block;
	position:absolute;
	right:0px;
}

.jNiceSelectWrapper ul {
	background-color: #FFF;
	border: 1px solid #d3d4d4;
	/*height: 150px;*/
	height: auto;
	/*max-height: 150px;*/
	position:absolute;
	top: 24px;
	left: 0; /*left: 7%;*/
	list-style:none;
	display: none;
	margin:0;
	padding:0;
	/*overflow-y:auto;
	overflow-x: hidden;*/
	overflow: visible;
	z-index:100;
	/*width: 86%;*/
	width: auto;
}
.jNiceSelectWrapper li 
{
    padding-bottom: 1px;
	margin-left: 0px;
}

.jNiceSelectWrapper ul a {
	color:#5e5e5e;
	background-color: #FFF;
	display:block;
	padding: 3px 12px 3px 12px !important;
	text-decoration:none;
	font-weight: normal;
}

.jNiceSelectWrapper ul a:hover { 
	background: #15b6e1;
	color: #ffffff;
}
.jNiceSelectWrapper ul a.selected {
	background: #15b6e1;
	color: #ffffff;
}

.jNiceFocus { 
	/*border: dotted 1px #666666; */
}

.jNiceHidden {opacity:0;z-index:-1;position:relative;}
.jNiceWrapper {
	position:relative;
	vertical-align:top;
	height: 27px; /* Corresponds to the select element height */
	float: left;
}
.jNiceWrapper input {
	outline:none;
	moz-outline:none;

}

.jNiceFileWrapper 
{
    position: relative;
    width: 200px;
    height: 30px;
    float: left;
    overflow: hidden;
    padding-right: 20px;
}
    .jNiceFileWrapper .jNiceFile  
    {
	    position: relative;
	    text-align: right;
	    -moz-opacity:0 ;
	    filter:alpha(opacity: 0);
	    opacity: 0;
	    z-index: 2;
	    width: 200px;
	    height: 21px;
    }
    .jNiceFileWrapper .fakefile 
    {
	    position: absolute;
	    top: 0px;
	    left: 0px;
	    z-index: 1;
	    width: 144px;
	    height: 24px;
	    background: transparent url(../Images/jnice/file_bg.png) no-repeat left top;
    }
    .jNiceFileWrapper .fakefile input 
    {
        width: 140px;
        height: 20px;
        margin: 0;
        padding: 2px;
        border-width: 0;
        background-color: Transparent;
        z-index: 3;
    }
    .jNiceFileWrapper .fakefile-button 
    {
	    position: absolute;
	    top: 0px;
	    left: 144px;
	    z-index: 1;
	    width: 56px;
	    height: 24px;
	    background: transparent url(../Images/btn_browse.gif) no-repeat left top;
    }
    
    .jNiceSelectWrapper ul li.disabled-link
    {
        display: none;
    }
    
    
    /* Override for jobResults listControls */
.listControls .jNiceSelectWrapper { width:55px !important; }
.listControls .jNiceSelectWrapper .jNiceSelectText { padding-right: 9px; width: 20px !important; }

.jobTypeCrop .listControls .jNiceSelectWrapper { width:219px !important; }
.jobTypeCrop .listControls .jNiceSelectWrapper ul { width:210px !important; }
.jobTypeCrop .listControls .jNiceSelectWrapper .jNiceSelectText { padding-right: 9px; width: 179px !important; }

