.ui-menu-item-customer {
	background: rgba(135,206,250,0.3);
}

.ui-menu-item-prospect {
	background: rgba(135,206,250,0.5);
}

#existmessage {
	color: red;
	font-weight: bold;
}

.pull-right a.batchprint{ 
	background:url(../images/icons/print.png) no-repeat;
	-webkit-background-size: cover; 
	-moz-background-size: 
	cover !important; 
	background-size: cover !important; 
	-o-background-size: cover !important;
	height:40px;
	width:40px;
	display:inline-block; 
	margin:0px 5px;
}


.pull-right input.statement{ 
	background:url(../images/icons/statement.png) no-repeat;
	-webkit-background-size: cover; 
	-moz-background-size: 
	cover !important; 
	background-size: cover !important; 
	-o-background-size: cover !important;
	height:40px;
	width:40px;
	display:inline-block; 
	margin:0px 5px;
	border:0;
	vertical-align:top;
}


.pull-right a.aged{ 
	background:url(../images/icons/aging.png) no-repeat;
	-webkit-background-size: cover; 
	-moz-background-size: 
	cover !important; 
	background-size: cover !important; 
	-o-background-size: cover !important;
	height:40px;
	width:40px;
	display:inline-block; 
	margin:0px 5px;
}

.pull-right a.exceltable{ 
	background:url(../images/icons/excel.png) no-repeat;
	-webkit-background-size: cover; 
	-moz-background-size: 
	cover !important; 
	background-size: cover !important; 
	-o-background-size: cover !important;
	height:40px;
	width:40px;
	display:inline-block; 
	margin:0px 5px;
	border:0;
	vertical-align:top;
}
.pull-right a.pdfexport{ 
	background:url(../images/icons/acrobat.png) no-repeat;
	-webkit-background-size: cover; 
	-moz-background-size: 
	cover !important; 
	background-size: cover !important; 
	-o-background-size: cover !important;
	height:40px;
	width:40px;
	display:inline-block; 
	margin:0px 5px;
	border:0;
	vertical-align:top;
}
.pull-right a.addnew{ 
	background:url(../images/icons/add.png) no-repeat;
	-webkit-background-size: cover; 
	-moz-background-size: 
	cover !important; 
	background-size: cover !important; 
	-o-background-size: cover !important;
	height:40px;
	width:40px;
	display:inline-block; 
	margin:0px 5px;
}
.pull-right a.shipment{ 
	background:url(../images/icons/shiporder.png) no-repeat;
	-webkit-background-size: cover; 
	-moz-background-size: 
	cover !important; 
	background-size: cover !important; 
	-o-background-size: cover !important;
	height:40px;
	width:40px;
	display:inline-block; 
	margin:0px 5px;
}


.pull-right a.uploadWestPack19{ 
	background:url(../images/icons/upload.png) no-repeat;
	-webkit-background-size: cover; 
	-moz-background-size: 
	cover !important; 
	background-size: cover !important; 
	-o-background-size: cover !important;
	height:40px;
	width:40px;
	display:inline-block; 
	margin:0px 5px;
}

.addspace {padding-top:40px;}

.pull-right a.archive{ 
	background:url(../images/icons/trash.png) no-repeat;
	-webkit-background-size: cover; 
	-moz-background-size: 
	cover !important; 
	background-size: cover !important; 
	-o-background-size: cover !important;
	height:40px;
	width:40px;
	display:inline-block; 
	margin:0px 5px;
}

#batchprintrange{
	font-weight: bold;
}

#spnSel,
.caret,
.spnSel
{
	color: #25AAE1;
	font-weight: bold;
	text-transform: capitalize;
}

.btn-group.input-group-addon,
.form-control
{
	border: 1px solid #25AAE1;
}

.btn-group.input-group-addon
{
	border: 1px solid #25AAE1;
	background: rgba(37,170,225,0.35);
}

.search .dropdown-menu > li > a
{
	color: #25AAE1;
}

#searchdaterangeFrom,
#searchdaterangeTo,
#searchamountrangeFrom,
#searchamountrangeTo
{
	width: 100px;
	margin-left: 2px;
}

#searchword,
#searchcompany,
#searchdescription,
#searchzip,
#searchinvoiceno,
#searchcontact
{
	/*width: 202px;
	margin-left: 2px;*/
}

div.input-group-addon 
{
	width: 120px;
}
li.aclloptions {
	list-style-type:none;
	float:left;
	font-size:14px;
	font-weight:bold;
	margin-right:20px;
	
}


.alignright {text-align:right;}

		span.dollar {
    position: relative;
}
span.dollar:before {
    position: absolute;
    content: "$";
    left: 0px;
    top: 0px;
    bottom: 0px;
    background: #cacaca;
    width: 15px;
    padding-left: 8px;
    margin-bottom: -3px;
}
.dollar input {
    padding-left: 30px;
}
.chat_message_area
{
 position: relative;
 width: 100%;
 height: auto;
 background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 3px;
}

#group_chat_message
{
 width: 100%;
 height: auto;
 min-height: 80px;
 overflow: auto;
 padding:6px 24px 6px 12px;
}

.image_upload
{
 position: absolute;
 top:3px;
 right:3px;
}
.image_upload > form > input
{
    display: none;
}

.image_upload img
{
    width: 24px;
    cursor: pointer;
}
.compose-area-info ul {
    padding-left: 0;
	list-style-type: none;
}
ul.compose-sub-menu li {
    padding: 7px 10px;
    font-size: 13px;
    font-weight: 700;
    border-bottom: 1px solid #d7d7d7;
}
#mailing-list_sentmessages {
    float: right;
	display: none;   
}
.successMessageSent { text-align:center; color:green; font-size:14px;}
.compose-sub-menu .active { color:red;}

a.btn.btn-info.fa-backword-this {
    color: blue;
    background-color: transparent;
    border-color: transparent;
}
i.fa.fa-backward.message-fa-backward:hover {
    color: #000;
}
select.userlist-name {
    color: black;
	width:100%;
	max-width:80%;
}
input.forword-textarea {
    width: 100%;
    color: #000;
	max-width:80%;
}
input.subject-forword {
    width: 100%;
    color: #000;
	max-width:80%;
}
input.message-forword-textarea {
    color: #000;
	max-width:80%;
}
.tableinvoice td.action a {
    display: inline-block;
    width: 5%;
    padding: 9px;
    font-size: 12px !important;
}
input.btn.btn-secondary.message-submit-button {
    margin-left: 186px;
    width: 113px;
    color : #000;
}
textarea.message-forword-textarea {
    color: #000;
	width: 80% !important;
    height: 120px !important;
}
select#drop-val {
    width: 80%;
    color: black;
}
