@charset "utf-8";
/* CSS Document */

#value{
	width:200px;
	font-size:11px;
	border:none;
	vertical-align:middle;
	height:25px;
}

#value-boz{
	width:200px;
	font-size:11px;
	border:none;
	vertical-align:middle;
	height:85px;
}
#value-shorter{
	width:50px;
	font-size:11px;
	border:none;
	vertical-align:middle;
	height:22px;
}
#valuetag{
	font-size:11px;
	border:none;
	vertical-align:middle;
	height:17px;
	padding-top:5px;
	color:#333333;
}
label.custom-select-input{
    position: relative;
    display: inline-block;
}

    .custom-select-input input {
        display: inline-block;
        border: none;
        padding: 4px 3px 3px 5px;
        margin: 0;
        font: inherit;
		font-size:11px;
        outline:none; /* remove focus ring from Webkit */
		height:22px;
        background:#FFFFFF;
		width:250px;
		margin-left:20px;
        
        -webkit-appearance:none; /* remove the strong OSX influence from Webkit */
        
        -webkit-border-radius: 1px;
        -moz-border-radius: opx;
        border-radius: 0px;
    }

 .custom-select-input textarea {
        display: inline-block;
        border: none;
        padding: 4px 3px 3px 5px;
        margin: 0;
        font: inherit;
		font-size:11px;
        outline:none; /* remove focus ring from Webkit */
        background:#FFFFFF;
		width:280px;
		margin-left:20px;
        
        -webkit-appearance:none; /* remove the strong OSX influence from Webkit */
        
        -webkit-border-radius: 1px;
        -moz-border-radius: opx;
        border-radius: 0px;
    }

    /* for Webkit's CSS-only solution */
    @media screen and (-webkit-min-device-pixel-ratio:0) { 
        .custom-select-input input {
            padding-right:30px;    
        }
		
    }




label.custom-select {
    position: relative;
    display: inline-block;
}

    .custom-select select {
        display: inline-block;
        border: none;
        padding: 4px 3px 3px 5px;
        margin: 0;
        font: inherit;
		font-size:11px;
        outline:none; /* remove focus ring from Webkit */
		height:26px;
        background:#FFFFFF;
		width:250px;
        
        -webkit-appearance:none; /* remove the strong OSX influence from Webkit */
        
        -webkit-border-radius: 1px;
        -moz-border-radius: opx;
        border-radius: 0px;
    }

    /* for Webkit's CSS-only solution */
    @media screen and (-webkit-min-device-pixel-ratio:0) { 
        .custom-select select {
            padding-right:30px;    
        }
    }
    
    /* Since we removed the default focus styles, we have to add our own */
    .custom-select select:focus {
    }
    
    /* Select arrow styling */
    .custom-select:after {
        content: "▼";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        font-size: 11px;
		padding:5px 5px;
        background:#333333;
        color: white; 
        pointer-events:none;
    }
    
    .no-pointer-events .custom-select:after {
        content: none;
		
    }
	.custom-select-franchise select {
        display: inline-block;
        border: none;
        padding: 4px 3px 3px 5px;
        margin: 0;
        font: inherit;
		font-size:11px;
        outline:none; /* remove focus ring from Webkit */
		height:26px;
        background:#CCCCCC;
		width:250px;
        
        -webkit-appearance:none; /* remove the strong OSX influence from Webkit */
        
        -webkit-border-radius: 1px;
        -moz-border-radius: opx;
        border-radius: 0px;
    }
	label.custom-select-franchise {
    position: relative;
    display: inline-block;
}
/* for Webkit's CSS-only solution */
    @media screen and (-webkit-min-device-pixel-ratio:0) { 
        .custom-select-franchise select {
            padding-right:30px;    
        }
    }
    
    /* Since we removed the default focus styles, we have to add our own */
    .custom-select-franchise select:focus {
    }
    
    /* Select arrow styling */
    .custom-select-franchise:after {
        content: "▼";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        font-size: 11px;
		padding:5px 5px;
        background:#333333;
        color: white; 
        pointer-events:none;
    }
    
    .no-pointer-events .custom-select-franchise:after {
        content: none;
		
    }