#frontEndReplyTbl, #frontEndReplyTbl td,#frontEndReplyTbl tr,#frontEndReplyTbl th,#attachFileType,
.replyUserInfo,.replyUserInfo td,.replyUserInfo th,.replyUserInfo tr
{
	border: none;
}
#frontEndReplyTbl td{
	vertical-align: middle;
}
#attachFileType{
	width: 200px;
}
.support_bs{
	width: 100%;
}
#loginContainer h3,#facebook_login_btn{
	text-align: center;
}

#wsp_wait{
	text-align: center; display: none;
}

.wait{
	text-align: center;
	padding-top: 130px;
}

.wait img{
    width: 80px;
    height: 80px;
}

#wsp_wait img{ text-align: center; }
#ticketContainer .ticket_list,
#ticketContainer .ticket_indivisual,
#ticketContainer .wait,
#wpsp_create_ticket_guest .wait{display: none;}
#support_skype_chat_body,#support_skype_call_body{min-width: 250px;min-height: 300px;text-align: center;}
#supportChatContainer,#supportCallContainer{width: 100%;display: none;}
#support_skype_chat_body .wait img,#support_skype_call_body .wait img{margin-top: 134px;}
#tblFontEndTickets,.changeTicketSubBtn,#reply_ticket_status,#reply_ticket_category,#reply_ticket_priority{margin-top: 10px !important;}
/* BEGIN CLOUGH I.T. SOLUTIONS MODIFICATION
 * Update 18 - Thread accordion
 * jQuery accordion for threads
 */
.threadHeader,
.replyUserInfo tr {
    overflow:auto;
    padding:10px;
    background-color:#eeeeee;
}

/* END CLOUGH I.T. SOLUTIONS MODIFICATION
 */
.replyUserImage{width: 60px;padding-top: 9px;vertical-align:top;}
#wpsp_reply_attach_label{font-weight: bold;font-style: italic;}
.replyUserDataContainer{padding-left: 5px;vertical-align:top;}
.nicEdit-pane input{padding: 0px !important;}

.support_bs code{
	background-color: #f9f2f4 !important;
	padding: 2px 4px !important;
	border: none !important;
	box-shadow: none !important;
	width: 5px !important;
	display: inline !important;
}

.ticket_filter {
    background-color: #EEEEEE;
    height: auto;
    margin: 10px 0;
    padding-left: 5px;
    width: 100%;
}

.faq_filter{
    height: auto;
    margin: 10px 0;
    padding-left: 5px;
    width: 100%;
}

.faq_item {
    float: left;
}

.faq_search {
    width:15%;
    margin-right: 5px;
}

.faq_container {
    float: left;
}


.faq_item table{
	border:none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.faq_item td{
	border:none;
}

.faq_search td{
	border:none;
}

.faq_search table{
	border:none;
	margin: 0 !important;
	padding: 0 !important;
}

#filter_by_faq_search_front{height: 30px !important;}

.filter_item{
	float: left;
}

.filter_item table{
	border:none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.filter_item td{
	border:none;
}

.filter_search td{
	border:none;
}

.filter_search table{
	border:none;
	margin: 0 !important;
	padding: 0 !important;
}

.ticket_list{
	float:left;
}

#filter_by_no_of_ticket{
	width:10px;
}

@media only screen and (min-width:320px) and (max-width: 450px) {
	.support_bs .category,.support_bs .priority{
		display: none;
	}
}
@media only screen and (min-width:451px) and (max-width: 499px) {
	.support_bs .category{
		display: none;
	}
}

#wpspLoginAndSignUpDiv{
	border: 3px solid gray;
    border-radius: 15px;
    padding: 10px;
    width: 100%;
}
#wpspLoginErrorDiv {background-color: #ff0000;color: #ffffff;padding: 5px;border-radius: 5px;margin-bottom: 10px;display: none;}
#wpspLoginAndSignUpDiv input[type="text"],#wpspLoginAndSignUpDiv input[type="password"]{width:100%;text-align: left;margin-bottom: 10px;}

.support_bs .form-control {
    float: left;
    height: 16px;
    width: auto;
}

#psmwpsp_loader{
    height: 50%;
    left:25%;
    position: fixed;
    top: 25%;
    width: 50%;
    z-index: 100000;
    border-radius: 5px;
    background-color:silver;
    overflow: auto;
    padding:8px;
}

#wpspCannedTBL td,#wpspCannedTBL th{
    color: #000000;
}
#wpspCannedTBL tr{
    cursor: pointer;
}
.wpspFilterFront{
    margin-top: 10px;
}
#wpsp_link_form{
    width: 100%;
    border: 1px #000 dotted;
    padding: 10px;
    border-radius: 5px;
}
#wpsp_link_form_submit_btn{
    margin-top: 10px;
}

.support_bs #threadAccordion {
    float: left;
    width: 100%;
}
#theadReplyContainer{
	float: left;
        margin-bottom: 10px;
}

.support_bs .updated{
    display: table-cell !important;
}

#wpsp_create_ticket_guest{display: block !important;}

#wpsp_front_popup{
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1000000;
}

#wpsp_front_popup_inner{
    width: 50%;
    height: 70%;
    background-color: #ffffff;
    left: 25%;
    top: 15%;
    position: fixed;
    z-index: 1000001;
    border-radius: 5px;
}

#wpsp_front_popup_close_btn{
    width: 30px;
    height: 30px;
    position: fixed;
    z-index: 1000002;
    top: 15%;
    left:75%;
    margin-left: -15px;
    margin-top: -15px;
    cursor: pointer;
}

#wpsp_front_popup_loading_img{
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 1000002;
    top: 50%;
    left:50%;
    margin-left: -25px;
    margin-top: -25px;
}

@media only screen and (min-width:10px) and (max-width: 399px) {
    #wpsp_front_popup_inner{width: 80%;left: 10%;}
    #wpsp_front_popup_close_btn{left:90%;}
}
@media only screen and (min-width:400px) and (max-width: 699px) {
    #wpsp_front_popup_inner{width: 70%;left: 15%;}
    #wpsp_front_popup_close_btn{left:85%;}
}
@media only screen and (min-width:700px) and (max-width: 899px) {
    #wpsp_front_popup_inner{width: 60%;left: 20%;}
    #wpsp_front_popup_close_btn{left:80%;}
}

#wpsp_front_popup_blank,#wpsp_front_popup_body{
    background-color: #fff;
    width: 100%;
    border-radius: 5px;
}
#wpsp_front_popup_body{
    height: 100%;
    color: #616161;
}
#wpsp_extension_form{
    width: 100%;
    height: 100%;
    padding: 0 10px 0 10px;
    overflow-y: auto;
}
.wpsp_extension_form_field{
    width: 95%;
    margin-bottom: 8px;
    border-color: #616161;
}
#wpsp_extension_form_header{
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
}
#extension_popup_response{
    padding: 10px;
}
.wpsp_order_display_open_ticket td, .wpsp_order_display_open_ticket tr, .wpsp_order_display_open_ticket th{
    border: 1px solid;
    border-collapse: collapse;
}
.wpsp_order_tbl_col1,.wpsp_order_tbl_col2{
    text-align: left !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
#threadAccordion h3.unclickableAcc{
        background-color: #fff;color:#000;text-align: center;font-style:italic;
        border-left:4px solid #FFBA00;margin: 5px 0px 5px 0px;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
#threadAccordion .unclickableAccBody{
    text-align: center !important;font-size: 12px;
}