@charset 'UTF-8';
/*
 * CREAM ajax platform.
 * 
 * Copyright 2013 Nicosys Co. Ltd.
 */

/* inline, block input with attached elements */
.cream-ajax-inline-box .cream-expander-trigger {
	float: left;
}

.cream-ajax-loading {
	background: transparent url('../img/loading.gif') 98% 50% no-repeat !important;
}

input.cream-ajax-edit {
	background: transparent url('../img/edit-hollow.png') 98% 50% no-repeat;
	border-color: transparent;
	padding-right: 36px;
/*
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
*/
}

input.cream-ajax-edit:hover {
	background: transparent url('../img/edit.png') 98% 50% no-repeat;
	border-color: rgb(204, 204, 204);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(204, 204, 204,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(204, 204, 204, .6);
	box-shadow: inset 0 1px 1px rgba(0 ,0 ,0 ,.075), 0 0 8px rgba(204, 204, 204, .6);
	outline: 0;
}

input.cream-ajax-edit:focus {
	background: none;
	border-color: rgba(82, 168, 236, 0.8);	
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
	box-shadow: inset 0 1px 1px rgba(0 ,0 ,0 ,.075), 0 0 8px rgba(82, 168, 236, .6);
	outline: 0;
}

/* default (980px and up) */

input.cream-ajax-edit {
}

/* large display */
@media (min-width: 1200px) {
}

/* Landscape phone to portrait tablet  */
@media (min-width: 481px) and (max-width: 767px) {
}

/* Landscape phones and down */
@media (max-width: 480px) {
}



/*
input[type=hidden].cream-ajax-dynamic-edit, 
input[type=checkbox].cream-ajax-dynamic-edit, 
input[type=radio].cream-ajax-dynamic-edit,
input[type=password].cream-ajax-dynamic-edit, 
input[type=button].cream-ajax-dynamic-edit,
input[type=submit],
input[type=reset],
input[type=file],
input[type=search], 
input[type=tel], 
input[type=url], 
input[type=email], 
input[type=datetime], 
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime-local],
input[type=number],
input[type=range],
input[type=color]
{
	
}
*/
