.js-data-users-ajax, .js-data-tickets-ajax
{
	width: 90%;
}
.wcsts_option_text_field
{
	width: 300px;
}
.wcsts_option_label
{
	margin-top: 25px;
	
}
.wcsts_sub_titles
{
	font-size: 25px;
}
.input_box
{
	border: 1px solid #d3d3d3;
    margin-top: 40px;
    padding: 15px;
}
#wcsts_advanced_bulk_import_options
{
	margin-top:10px;
	display:none;
	border: 1px #d3d3d3 solid;
	padding: 0px 20px 20px 20px;
	width:90%;
}
.wcsts_csv_file_input_text
{
	min-width:500px;
}
h3 {
  margin-top: 35px;
}
.input_fields_wrap
{
	background: white none repeat scroll 0 0;
	margin-top: 15px;
	width: 90%;
}
label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}
.wcsts_label
{
	margin-top:20px;
}
textarea
{
	margin-bottom: 20px;
}
.preview_box
{
	margin-bottom: 70px;
	padding:25px 25px 25px 25px;
	background:#f3f3f3;
	width: 650px;
}
#wcsts_select2_user_id, #wcsts_select2_ticket_id, #wcsts_select2_customer_id
{
	min-width: 80% !important;
}
.white-box
{
	background-color: white;
   /*  box-shadow: 2px 5px 10px; */
    box-shadow: 1px 1px 2px;
	padding: 15px 0 0 15px;
	overflow: auto;
}
.wcsts_title_with_border
{
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 10px;
	padding-top: 30px;
}
.wcsts_checkout_tab_input
{
	width:350px;
}
.wcsts_option_sub_title
{
	margin-top: 30px;
	margin-bottom: 5px;
	font-style: italic;
}
.wcsts_text_input
{
	width: 350px;
}
.wcsts_checkout_tab_textarea
{
	width:350px;
	height:150px;
}
.wcsts_notice
{
	background:#71b02f;
	color:white;
	padding:5px;
	font-size:11px;
}
.notice-success, div.updated {
  padding: 10px;
}
.wcsts_disable_tracking_url_info
{
	display:block;
	margin-bottom: 5px;
}
input[type="text"][disabled] {
   background: #d4d4d4;
}