.wpsTaskFooterLogo
{
	text-align: center;
	color: #fff;
	background: #333;
	padding: 10px 0px;
}


.wpsTaskAdminBtn
{
	position: fixed;
	padding: 10px;
	color: #fff;
	font-size: 18px;
	text-decoration: none !important;
	background: #0073aa;
	top: 35%;
	right: 0px;
    transform: translateX(31%) rotate(-90deg);
    border-radius: 5px 5px 0 0;
	line-height: normal;
}

.wpsTaskAdminBtn:hover
{
	color: #fff;
	opacity: .8;
}

.wpsTaskAdminBtn img{vertical-align: middle;}

.wpsTaskAddTbl
{
	width: 100%;
   border: 0px!important;
}

.wpsTaskAddTbl td
{
	vertical-align: top;
    border: 0px!important;
    padding: 6px!important;
}

.wpsTaskAddTbl .labelLeft
{
	width: 100px;
	font-weight: bold;
}

.wpsTaskAddTbl td input,
.wpsTaskAddTbl td textarea
{
	width: 90%;
}

.wpsTaskAddTbl td input[type="submit"]
{
	width: auto;
}

.wpsMsg
{
	padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: opacity .15s linear;
    font-size: 13px;
}

.wpsMsg.success
{
	color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.wpsMsg.warning
{
	color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}


.wps_page_wrap .page-title-action
{
    top: 1px!important;
}

/*
Css for popup
*/



.wps-inline-modal {
    display: none;
    position: fixed; 
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4); 
}

.wps-inline-modal .wps-inline-modal-content {
 
    margin: 15% auto; 
    width: 50%;	
	position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
   -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.wps-inline-modal .wps-inline-modal-header{
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.wps-inline-modal .wps-inline-modal-body
{
	padding: 15px;
	font-size:12px;
	position: relative;
}

.wps-inline-modal .wps-inline-modal-header .wps-inline-modal-title
{
	margin:1px 0px;
	font-size:16px;
    padding-right: 20px;
}

/* The Close Button */
.wps-inline-modal .wps-inline-modal-close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
	position:absolute;
	right: 12px;
    top: 12px;
    bottom: 0px;
	cursor:pointer;
}

.wps-inline-modal .wps-inline-modal-close:hover,
.wps-inline-modal .wps-inline-modal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.inlinePopupForm
{
	width:100%;
}

.wps-loading-image
{
	position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: .7;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.8);
    display: none;
}

tr.notify{background-color: #ff0606; }
tr.notify td{color: #fff ; }



.wps_page_wrap ol{
    margin-left: 0em;
}
.wps_page_wrap .chat{
    height: 500px;overflow-y: scroll; 
}
.wps_page_wrap .table-scroll::-webkit-scrollbar { 
    display: none; 
}
.wps_page_wrap .chat li{
    padding: 0.5rem;
    overflow: hidden;
    display: flex;
}
.wps_page_wrap .chat .msg{
    order: 1;
    border-top-left-radius: 0px;
    box-shadow: -1px 2px 0px #D4D4D4;
}
.wps_page_wrap .msg{
    max-width: 100%;
    padding: 10px;
    border-radius: 2px;
}
.wps_page_wrap .msg span{
    font-style: normal;font-weight: bold;
}
.wps_page_wrap .self .msg span{
    float: right;
}
.wps_page_wrap .msg time{
    font-size: 0.7rem;
    color: #8a8a8a;
    margin-top: 3px;
    float: right;
    cursor: default;
    font-weight: bold;
}
.wps_page_wrap .self .msg time{
    float: none;
}
.wps_page_wrap .msg time:before{
    content:"\f017";
    color: #8a8a8a;
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 4px;
}
.wps_page_wrap .other .msg {
    order: 1;
    border-top-left-radius: 0px;
    box-shadow: -1px 2px 0px #cac4c4;
    background: #dcdcdc;
}
.wps_page_wrap .other:before {
    content: "";
    position: relative;
    top: 0px;
    right: 0px;
    left: 50px;
    width: 0px;
    height: 0px;
    border: 5px solid #cac4c4;
    border-left-color: transparent;
    border-bottom-color: transparent;
}

.wps_page_wrap .self {
    justify-content: flex-end;
    align-items: flex-end;
}
.wps_page_wrap .self .msg {
    order: 1;
    border-bottom-right-radius: 0px;
    box-shadow: 1px 2px 0px #D4D4D4;
    background-color: #eee;
}
.wps_page_wrap .self .avatar {
    order: 2;
}
.wps_page_wrap .self .avatar:after {
    content: "";
    position: relative;
    display: inline-block;
    bottom: -2px;
    right: 55px;
    width: 0px;
    height: 0px;
    border: 5px solid #dcdcdc;
    border-right-color: transparent;
    border-top-color: transparent;
    box-shadow: 0px 2px 0px #D4D4D4;
}
.wps_page_wrap  input.textarea {
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 90%;
    height: 50px;
    z-index: 99;
    background: #fafafa;
    outline: none;
    color: #666;
    font-weight: 400;
    border: 1px solid #d4d4d4;
    border-radius: 6px;
}
.wps_page_wrap .reply{
    background: whitesmoke;
    padding: 10px;
    font-size: 21px;
    border-radius: 50%;
    border-style: double;
}
.wps_page_wrap .avatar img{
    height: 50px;width: 50px;border-radius: 25px;
}
.wps_page_wrap .post-reply{
    padding-left: 60px;padding-right: 60px;display: inline-flex;width: 94%;
}
 .dashicons, .dashicons-before::before{vertical-align: middle;}
.wps-modal-backdrop {position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 9990;background-color: #000;}
.wps-modal-backdrop.show {opacity: .5;}
.wpsOverlay{position: fixed;top: calc(36% - 20px);left: calc(49% - 20px);z-index: 9990; text-align: center;}
.wpsOverlay p{text-align: center;font-size: 20px;font-weight: bold;color: white;}
.wpsOverlay i.fa{color: white;}



@media only screen and (max-width: 500px) {
	
	.wps-inline-modal .wps-inline-modal-content
	{
		width:90%;
	}

}





