body{
	background-color: transparent !important;
}
#settingsGeneral .settingsGeneralContainer,
#settingsGeneral .wait,
#settingsCategories .settingsCategoriesContainer,
#settingsCategories .wait,
#settingsMail .settingsMailContainer,
#settingsMail .wait{display: none;} 
.wpsp_admin_panel{width: 99%; margin-top: 20px;}
.wpsp_support_admin_welcome{float: right; margin-top: -19px;}
#support_link{text-align: center; margin-top: 50px;}
.wpsp_title_label{font-size: 13px !important;}
.stat_heading{font-size: 24px !important;display:inline-block !important;font-weight: bold !important;}
.stat_coloumn_lable{font-size: 15px !important;font-weight: bold !important;}
/* BEGIN CLOUGH I.T. SOLUTIONS MODIFICATION
 * Update 1 - Change Custom Status Color
 * set custom status color change saved style
 */
.custom-status-color-saved {
	display:none;
	color:#81d742;
}
/* END CLOUGH I.T. SOLUTIONS MODIFICATION
*/
.custom-priority-color-saved {
	display:none;
	color:#81d742;
}

#myModal{
    width:auto !important;
    background-color:transparent !important;
}

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

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

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

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

#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: 100%;
    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;
}
#wpsp_addon_container{
    width: 100%;
    margin-top: 20px;
    float: left;
}
.wpsp_addon{
    width: 320px;
    height: 330px;
    float: left;
    border: 1px solid #ccc;
    padding: 15px;
    margin-left: 5px;
    border-radius: 5px;
    background-color: #fff;
    margin-top: 5px;
}
.wpsp_addon_banner{
    width: 320px;
}
.wpsp_addon_short_desc{
    margin-top: 5px;
}
.wpsp_addon_get_btn{
    cursor: pointer;
}
#wpsp_addon_offer{
    width: 95%;
    margin: 10px auto 5px 0;
    padding: 10px;
    color: #fff;
    background-color: #000;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 17px;
}
.wpsp_support_page_paragraph{
    font-size: 17px;
}
#threadAccordion h3.unclickableAcc{
    background-color: #818181;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    color: #fff;
    font-size: 9px;
    font-style: italic;
    margin: 5px auto;
    text-align: center;
    display: table;
    padding: 4px 8px !important;
    border-color: #818181 !important;
    border-radius: 9px;
}
#threadAccordion .unclickableAccBody{
    text-align: center !important;font-size: 12px;
    display: none !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;
    padding: 15px;
    overflow: auto;
}
