.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;
}

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
{
	min-width: 350px;
}
.white-box
{
	background-color: white;
   /*  box-shadow: 2px 5px 10px; */
    box-shadow: 1px 1px 2px;
	padding: 15px 0 0 15px;
	overflow: auto;
	margin: 20px 20px 15px 0px;
}
.wcsts_title_with_border
{
	margin-right: 15px;
	background: #a46497;
	color:white;
	padding: 10px;

}
.wcsts_title_with_border_with_margin
{
	margin-right: 15px;
	background: #a46497;
	color:white;
	padding: 10px;
	margin-top: 40px;
}


.wcsts_notice
{
	background:#71b02f;
	color:white;
	padding:5px;
	font-size:11px;
}
.notice-success, div.updated {
  padding: 10px;
}
input[type="text"][disabled] {
   background: #d3d3d3;
}
input[type="text"][required] {
   border: 1px solid red;
}
.jscolor
{
	border:none;
}
.wcsts_option_description
{
	margin-top: 0px;
	margin-bottom: 5px;
}
.wcsts_block_container {
	display: block;
	clear: both;
	margin: to;
	margin-top: 20px;
	float: left;
	margin-bottom: 40px;
}
.wcsts_inline_container {
	display: inline-block;
	float: left;
	margin-right: 5px;
}
.wcsts_full_container
{
	display:block;
	clear:both;
	margin-bottom: 20px;
	overflow: auto;
}
.wcsts_title
{
	display:block;
	clear: both;
	margin-bottom:20px;
	font-weight:bold;
	font-size: 18px;
}
.wcsts_language_container
{
	display: block;
	clear: both;
	margin-top: 80px;
	overflow: auto;
	border: 1px solid #d3d3d3;
	padding: 10px;
	
	background: #f8f8f8;

}
.wcsts_status_configuration_container 
{
	border: 1px solid #d3d3d3;
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	width: 95%;
}
p.submit
{
	margin-top: 80px
}
.wcsts_delete_button_container
{
	display: block;
	margin-top: 30px;
	float: left;
	clear: both;

}
.wcsts_delete_custom_status
{
	float:left;
}
#wcsts_preloader_image
{
	display:block;
	opacity: 0;
	margin-bottom:3px;
}
#message
{
	display:block;
	clear:both;
	overflow:auto;
	margin-bottom: 20px;
}