@charset "utf-8";
/* CSS Document */

.margin-bottom-10{ margin-bottom:10px !important;}
.margin-none{margin:0;}
.margin-top10{margin-top:10px;}
.border-bottom-solid{border-bottom:1px solid #ccc;}
.padding-top-0{padding-top:0px !important;}
.prospectInfo{border:none;}
.prospectInfo tr{padding:5px;}
.prospectInfo tr td{padding:10px 5px;}
.mob{ background-image:url(../images/phone-icon.png); background-repeat:no-repeat; background-position:0px 0; padding-left:20px !important; }
.locate{ background-image:url(../images/location.png); background-repeat:no-repeat; padding-left:20px !important; }
.company{ background-image:url(../images/company-icon.png); background-repeat:no-repeat; padding-left:20px !important; }
.dateIcon{ background-image:url(../images/date-Icon.png); background-repeat:no-repeat; padding-left:20px !important; }

.noteIcon{ background-image:url(../images/noteIcon.png); background-repeat:no-repeat; padding-left:20px !important; }


.arrowChatBox {
	width:100%;
	background-color: #fff;
	position: relative;
	border: 1px solid #CCC;
	float:left;
	padding:10px;
	margin-bottom:5px;
}

.arrowChatBox:after, .arrowChatBox:before {
	border: solid transparent;
	content: ' ';
	height: 0;
	left: 100%;
	position: absolute;
	width: 0;
}

.arrowChatBox:after {
	border-width: 10px;
	border-left-color: #FFF;
	top: 12px;
}

.arrowChatBox:before {
	border-width: 12px;
	border-left-color: #CCC;
	top: 10px;
}



.rightArrowBox {
	width: 100%;
	background-color: #fff;
	position: relative;
	border: 1px solid #CCC;
	float:right;
	padding:10px;
	margin-bottom:5px;
}

.rightArrowBox:after, .rightArrowBox:before {
	border: solid transparent;
	content: ' ';
	height: 0;
	right: 100%;
	position: absolute;
	width: 0;
}

.rightArrowBox:after {
	border-width: 10px;
	border-right-color: #fff;
	top: 12px;
}

.rightArrowBox:before {
	border-width: 12px;
	border-right-color: #CCC;
	top: 10px;
}

.marginRight15{margin-right:15px !important;}
.prospectpIC{width: 30px; height: 30px; float:left; margin:0 10px;}
.prospectName{float:left; font-weight:bold;}
.prospectDate{float:left; color:#999;}

.incomingCall{width:100%; float:right;}
.incomingCall::before{
	content:url(../images/call-In.png); padding:10px;
	}
	
.outGoingCall{width:100%; float:right;}
.outGoingCall::before{
	content:url(../images/call-Out.png); padding:10px;
	}
	
.messageOut{width:100%; float:right;}
.messageOut::before{
	content:url(../images/message-Out.png); padding:10px;
	}
	
.messageIn{width:100%; float:right;}
.messageIn::before{
	content:url(../images/message-In.png); padding:10px;
	}
	
	
	.missedCall{width:100%; float:right;}
.missedCall::before{
	content:url(../images/missed-call.png); padding:10px;
	}
	
		.emailIn{width:100%; float:right;}
.emailIn::before{
	content:url(../images/email-in.png); padding:10px;
	}
	
	.emailOut{width:100%; float:right;}
.emailOut::before{
	content:url(../images/email-out.png); padding:10px;
	}
	
.prospect1{width:800px; margin:0 auto;}

/** ----------------------------------------------------------------------- **/

tr.ui-search-toolbar input {
    margin: 2px 0 6px 0;
    height: 30px;
	padding:0 4px !important;
	}
	
	.ui-jqgrid .ui-jqgrid-pager {
    border-left: 0 none!important;
    border-right: 0 none!important;
    border-bottom: 0 none!important;
    margin: 0!important;
    padding: 0!important;
    position: relative;
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
	line-height:32px;
    
}



.ui-jqgrid .ui-pg-table td {
    font-weight: normal;
    vertical-align: middle;
    padding: 1px;
    line-height: 20px;
	border:1px solid #fff !important;
}



.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.padding-top-0 {
    padding-top: 0px !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 0px solid #ccc !important;
    background-color: #fff !important;
    color: #333;}
	
	.ui-widget-content {
    border: 0px solid #ccc;
    color: #333 !important;
}
.ui-widget-content jqgrow ui-row-ltr ui-priority-secondary{ color:#333 !important;}


	.ui-widget-content tr:hover {
    border: 0px solid #ccc !important;
	background-color:#f1f1f1 !important;
    color: #333 !important;
}

.ui-jqgrid .ui-jqgrid-bdiv {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: auto;
    text-align: left;
    border-left: 1px solid #ccc;
}

thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;

}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: 1;
    filter: Alpha(Opacity=100);
    font-weight: normal;
    background: #fff !important;
	color:#333;
}

.ui-widget-content a {
    /* color: #222222; */
	color:#08c !important;
}

.ui-widget-content a:hover {
    /* color: #222222; */
	color:#08c ;
}
 .marleft10{margin-left:10px !important ;}
/** ----------------------------------------------------------------------- **/


@media screen and (min-device-width: 360px) and (max-device-width: 768px) { 
   .prospect1{width:98%; margin:0 auto !important;}
   
   
.rightArrowBox {
	width: 88%;
	background-color: #fff;
	position: relative;
	border: 1px solid #CCC;
	float:right;
	padding:10px;
	margin-bottom:5px;
}

.arrowChatBox {
	width:88%;
	background-color: #fff;
	position: relative;
	border: 1px solid #CCC;
	float:left;
	padding:10px;
	margin-bottom:5px;
}

 .marleft10{margin-left:0px !important ;}

}


.modal-01
{
   height:auto;
   width:70%;
   margin-left: -35%; 
}

.cke_editor_messageBody 
{
   height:auto;
   width:100% !important;
}
@media (max-width: 768px) {
   .modal-01
   {
    width:90%;
        margin-left: 2%; 
   }
   .marleft10{margin-left:0px;}
}



/*   new  */

.ui-jqgrid .ui-jqgrid-titlebar {

    position: relative;
    border-left: 0 none;
    border-right: 0 none;
    border-top: 0 none;
    padding: 7px;

}

.ui-jqgrid .ui-jqgrid-view {
    position: relative;
    left: 0;
    top: 0;
    padding: .0em;
    font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
}

.ui-widget-content a {
    /* color: #222222; */
	color:#08c ;
}

.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #cccccc !important;

    font-weight: bold;
}

.ui-jqgrid .ui-pg-selbox {
    font-size:14px;
    line-height: 18px;
    display: block;
    height: 30px;
    margin: 0;
}

.ui-jqgrid .ui-pg-input {
    height: 20px;
    font-size: 14px;
    margin: 0;
}

.ui-jqgrid tr.jqgrow td {
    font-weight: normal;
    overflow: hidden;
    white-space: pre;
    height: 38px;
    padding: 0 6px 0 6px;
    border-bottom-width: 1px;
    border-bottom-color: inherit;
    border-bottom-style: solid;
}



.ui-jqgrid .ui-jqgrid-htable th div {
    overflow: hidden;
    position: relative;
    height: 40px !important;
	line-height:40px !important;
	
}

.search_contacts {
    background-color: #eeeeee;
    height: 550px;
    padding: 8px;
    border: 1px solid #d4d4d4;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
    margin-bottom: 20px;
}

.listgroupdiv {
    overflow-y: auto;
    height: 220px;
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: 0 1px 3px 0 #8c8c8c;
    box-shadow: 0 1px 3px 0 #8c8c8c;
    margin: 15px 5px 15px 5px;
    padding: 10px 10px;
    position: relative;
}

.chzn-container-single .chzn-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 23px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),color-stop(100%,#f4f4f4));
    background: -webkit-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background: -moz-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background: -o-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background: linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}

.muted_api {
    color: orangered;
}

.search_contacts1 {
    background-color: #f0f0f0 !important;

    padding: 8px;
    border: 1px solid #d4d4d4;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
    margin-bottom: 20px;
}

.search_contacts2 {
    background-color: #fff !important;

    padding: 8px;
    border: 1px solid #d4d4d4;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
    margin-bottom: 20px;
}

.margin-left10{margin-left:10px !important;}
.ui-jqgrid .ui-jqgrid-htable th div
{
    white-space:normal !important;
    height:auto !important;
	padding: 2px;
}

 