﻿/*********************** Main Style ***********************/
body {
    overflow: -moz-scrollbars-vertical;
}

.header-wrap 
{
	width:100%;
	position: fixed;
	top: 0px;
	left: 0px;
	right:0px;
	background-color:#fff;
    z-index: 50000;
}

#header-container {
	height: 180px;
	width:100%;
}

#header {
	width: 100%;
	margin: 0px;
	position: relative;
	height: 180px;
}

#sidebar {
	position:fixed;
	top:180px;
	left:0px;
	bottom:25px;
	width:300px;
	overflow:auto;
	padding:10px;
}

#mainHome
{
	position: absolute; 
	top: 70px; 
	bottom: 25px; 
	right: 0px;
    left: 320px;
}


#wb_Extension1
{
	margin: 0; 
	padding: 0; 
	position: absolute; 
	left: 60px;
    top: 200px; 
    width: 50px; 
    text-align: left; 
    z-index: 0;
}

.liner
{
	position:fixed;
	top:180px;
	left:320px;
	bottom:25px;
	width:5px;
	background:url("images/newlayout/liner.png") repeat-y;
	z-index:100;
}
/*********************** End of Main Style ***********************/


/*********************** Grid Style ***********************/

.GridTDLocation
{
	font-size: 8pt;	
	border-width : 1px;
	border-color: #e8e8e8;
	border-style:solid;    
}

/* link to add a record to current grid - positioned just above the grid/ GridCorner */
.GridBtnNew
{
	top: 54px;
	position:relative;
}

/* Grid Corners on List Pages */
.GridCornerContainer
{
	position:relative;
}

/* Page header graphic */
Div.PgHdr
{
	float: right;
	position: absolute;
	top: 10px;
	left: 4px;
}

/* Grid corners where Grids is Auxiliary control i.e. Associated Groups*/
.GridCornerContainerAux
{
	top: 6px;
	position:relative;
}

Div .HelpArea
{
	top: 10px;
	position: relative;
	width:100%;
	height:100%;
}

Div .HelpText
{
	width: 600px;
	color: #4a7bda;
	font-size: 10pt;
	font-weight:bold;
	text-align: justify;
	line-height: 1.5;
}

.Grid
{
	width:100%;
	max-height: 350px;
	font-size: 8pt;
	font-weight:normal;
}

.Grid TH
{
	border-width : 1px;
	border-color: #e8e8e8;
	border-style:solid;
	vertical-align:top;
	border-bottom: none;
}
.Grid TD
{
	padding-left: 5px;
	padding-right: 5px;
	font-size: 8pt;
	font-weight:normal;
	border-width : 1px;
	border-color: #e8e8e8;
	border-style:solid;
}
.Grid .Header
{
	background-color: #ffffff;
	color: #213a73;
	font-weight: bold;
	white-space:nowrap;
}
.Grid .Header A
{
	background-color: #ffffff;
	color: #213a73;
	font-weight: bold;
	text-decoration: none;
	white-space:nowrap;
}
.Grid .RowStyle
{
	background-color: #ecf0fc;
}
.Grid .AlternatingRowStyle
{
	background-color: #fff;
}
.Grid .AlternatingItem
{
	background-color: #fbfcec;
}
.cssPager
{
	background-color:#eeeeee;
}
.cssPager span 
{ 
	color:#e47f1c;
	font-weight:bold;
}

.Grid .Pager
{
	background-color: #f0f0f0;
	font-size: xx-small;
	border: none;
}
.Grid .Pager TD
{
	font-size: xx-small;
}

#GridPagerMiddle
{
	position: absolute;
	top: 150px;
	right: 10px;
	width: 140px;
	z-index: 1;
}

#GridPager
{
	position: absolute;
	top: 50px;
	right: 10px;
	width: 140px;
	z-index: 1;
}
Div.GridPagerTopRow
{
    font-size: 8pt;
    font-weight: bold;
    color: Black;    
    width: 140px;
    height: 20px;
    top: 0px;
    left: 0px;
    position: absolute;
    text-align:left;
}
Div.GridPagerPageLabel
{
    height: 20px;
    top: 3px;
    left: 0px;
    position: absolute;
}
Div.GridPagerPageNo
{
    height: 20px;
    top: 0px;
    left: 30px;
    position: absolute; 

}
Div.GridPagerPageTotal
{
    height: 20px;
    top: 3px;
    position: relative;
    float:right; 
    text-align:right;
}
Div.GridPagerBottomRow
{
	width: 100px;
    height: 20px;
    top: 24px;
    left: 0px;
    position: absolute;
    text-align:left;
}
Div.GridPagerBtnPrev
{
    width: 40px;
    height: 20px;
    top: 2px;
    left: 0px;
    float: left; 
    position: absolute; 

}
Div.GridPagerButtonSeparator
{
    font-size: 8pt;
    font-weight: bold;
    color: Silver;
    height: 20px;
    top: 0px;
    left: 40px;
    width: 6px;
    position: absolute; 
    
}
Div.GridPagerBtnNext
{
    width: 40px;
    height: 20px;
    top: 2px;
    left: 46px;
    float: left;
    position: absolute; 
}

.GridFilter
{
	width:200px;
	text-align:center;
	padding:10px;
	background-color:#efefef;
	position:absolute;
	top:0px;
	left:500px;
	z-index:100;
}

/*********************** End of Grid Style ***********************/






/*********************** Map Style ***********************/

.savedPositionButtons 
{ 
	color: black;
	background-color: white;
	font-size: 10px;
	border: 1px solid black;
	padding: 2px;
	width:130px;
	text-align: center;
	cursor: pointer;
}

.fullscreenButton
{
	color: #ffffff;
	background-color: #000000;
	font-size: 10px;
	border: 1px solid #000000;
	text-align: center;
	cursor: pointer;
	width:130px;
	padding:2px;
	position:absolute;
	right:0px;
	top:0px;
}

.streetviewButton
{
	color: #000000;
	background-color: #ffffff;
	font-size: 10px;
	border: 1px solid #000000;
	padding: 2px;
	text-align: center;
	cursor: pointer;
	width:130px;
	position:absolute;
	right:0px;
	top:0px;
}

.congestionZoneButton
{
	color: #000000;
	background-color: #ffffff;
	font-size: 10px;
	border: 1px solid black;
	padding: 2px;
	text-align: center;
	cursor: pointer;
	width:130px;
	position:absolute;
	right:0px;
	top:0px;
}

.colorBoxBotton
{
	color: #000000;
	background-color: #ffffff;
	font-size: 10px;
	border: 1px solid black;
	padding: 3px;
	text-align: center;
	width:120px;
	position:absolute;
	right:0px;
	top:0px;
}

.colorBoxBotton
{
	color: #000000;
	background-color: #ffffff;
	font-size: 10px;
	border: 1px solid black;
	padding: 3px;
	text-align: center;
	width:120px;
	position:absolute;
	right:0px;
	top:0px;
}

.colorBox
{
	color: #000000;
	background-color: #ffffff;
	font-size: 10px;
	border: 1px solid black;
	padding: 3px;
	text-align: center;
	width:200px;
	height:180px;
	position:absolute;
	right:0px;
	top:20px;
}

.mapFullDiv
{
	width:100%; 
	height:100%; 
	/*min-height:400px;*/
	position:absolute; 
	top:0px; 
	bottom:0px; 
	left:0px; 
	right:0px; 
	background-color:Silver;
}

.mapHalfDiv
{
	height:100%; 
	/*min-height:400px;*/
	position:absolute; 
	top:0px; 
	bottom:0px; 
	left:390px; 
	right:0px; 
	background-color:Silver;
}

.mapFullDivNavteq
{
	width:100%; 
	height:100%;
	position:absolute; 
	top:0px; 
	bottom:0px; 
	left:0px; 
	right:0px; 
	background-color:Silver;
}

.mapHalfDivNavteq
{
	height:100%;
	position:absolute; 
	top:0px; 
	bottom:0px; 
	left:0px; 
	right:0px; 
	background-color:Silver;
}

.mapFullScreen
{
	position:fixed;
    top:0px;
    left:0px;
    bottom:0px;
    right:0px;
    z-index:100;
    margin:0px;
    padding:0px;
    width:100%;
    height:100%;
}

.streetview
{
	width: 300px;
	height: 300px;
	background-color:#eeeeee;
	position:absolute;
	top:18px;
	right:0px;
}

.streetviewImg
{
	cursor:pointer;
	position:absolute;
	top:0px;
	right:0px;
}

.sliderBtn
{
	width:192px;
	height:39px;
	cursor:pointer;
	background-color:Transparent;
	border:0px;
	font-weight:bold;
	color:#ffffff;
}

#sliderBtnDiv
{
	position:absolute;
	height:39px;
	/*width:192px;
	left:200px;*/
	left:0px;
	bottom:0px;
	right:0px;
	color:#346de0; 
	text-align:center;
	vertical-align:bottom;
	background-image:url(images/buttons/maplog.png);
	background-repeat:no-repeat;
	background-position:center;
	overflow:visible;
	z-index:101;
}

#sliderBtnDivNavteq
{
	position:absolute;
	height:39px;
	/*width:192px;
	left:200px;*/
	left:0px;
	bottom:0px;
	right:0px;
	color:#346de0; 
	text-align:center;
	vertical-align:bottom;
	background-image:url(images/buttons/maplog-options.png);
	background-repeat:no-repeat;
	background-position:center;
	overflow:visible;
	z-index:101;
}

.slider
{
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	height:0px; 
	background-color:#ffffff; 
	border:1px solid #FFFFFF;
	overflow:hidden;
	margin-bottom:0px;
	overflow:visible;
	z-index:100;
}

/*********************** End of Map Style ***********************/





/*********************** Calendar Style ***********************/

.CalendarDateCornerContainer
{
	left: 100px;
    top: -22px;
	position: absolute;
}
.CalendarCornerContainer
{
	left: 190px;
    top: -22px;
	position: absolute;
}
.CalendarPanel
{
	background-color: White;	
	z-index: 1;
}
.Calendar
{
	border-style: none;
	background-color: White;
	width: 220px; 
}
.Calendar .DayHeaderStyle
{
	background-color: #3a6edc;
	font-size: 6pt;
	font-weight: bold;
	color: White;
	border-style: none;
	background-image: url(images/controls/calendar/DayHeaderTitleBar.png);
	height: 20px;
}
.Calendar .DayStyle
{
	font-size: 11pt;
	background-color:#c6c6c6; 
	border-color: White;
    border-width: thin;
	border-style: solid;	
	
	font-weight:bold;
}
.Calendar .NextPrevStyle
{
	top: 20px;
	left: 0px;
	position: relative;
}
.Calendar .OtherMonthDayStyle
{
	background-color:#c6c6c6;
	border-color: White;
	border-width: thin;
	border-style: solid;
}
.Calendar .SelectedDayStyle
{
    font-size: 11pt;
	color: #3a6edc;
	font-weight: bold;
	border-width: thin;
	border-style: solid;
}
.Calendar .SelectorStyle
{	
}
.Calendar .TitleStyle
{
	text-align:left;
	background-color: White;
	font-weight: bold;
	font-size: 10pt ! important;
	color: #457ae0;
	position: relative;
	top: -20px;
	border-style: none ! important;
	border-top-color: White;
}
.Calendar .TodayDayStyle
{
	font-size: 11pt;
	font-weight: bold;
	color: White;
	border-width: thin;
	border-style: solid;
	background-image: url(images/controls/calendar/OrangeCell.png);
}
.Calendar .WeekendDayStyle
{
	font-size: 11pt;
	background-color: #d5e0fe;
	border-color: White;
	border-width: thin;
	border-style: solid;	
}

Div.CalendarCloseButton
{
	z-index: 20000;
}

Div.CalendarPagerRow
{
    width: 100px;
    height: 20px;
    top: 2px;
    left: 20px;
    float: left;
    position: absolute; 

}
Div.CalendarPagerBtnPrev
{
    width: 40px;
    height: 20px;
    top: 6px;
    left: 0px;
    float: left;
    position: absolute;
}
Div.CalendarPagerButtonSeparator
{
    font-size: 8pt;
    font-weight: bold;
    color: Silver;
    height: 20px;
    top: 0px;
    left: 40px;
    width: 6px;
    position: absolute; 
    
}
Div.CalendarPagerBtnNext
{
    width: 40px;
    height: 20px;
    top: 2px;
    left: 46px;
    float: left;
    position: absolute;
}

/*********************** End of Calendar Style ***********************/

/*********************** Other Style ***********************/

p {
	margin: 5px 0px;
	padding: 0px;
}

label {
    font-size:small !important;
}

input[type="text"] {
        font-size:small !important; 
}

.dropDownCompanies {
    font-size:small !important;
}

.linkstyle {
	color:#0088cc;
	text-decoration:none;
	font-size:9pt;
	font-weight:bold;
}

.labelLocation {    
	font-size: small !important;
	color: #597347 !important;
	margin: 0 !important;
	padding: 0 !important;
    overflow-x: hidden !important;	
}

.anchorstyle {
	color:#0088cc !important;
	text-decoration:none !important;
	font-size:small !important;
	font-weight:bold !important;
}

#logo
{
	padding-top:6px;
	padding-left:30px;
}

.LoginStatus
{
	font-weight:bold;
	color: #cc0000;
	text-decoration: none;
}

.LoginName {
    font-weight: bold;
    color: #213A73;
    text-transform:capitalize;
}

#buffer 
{
	background:url(images/newlayout/wrapper.gif) repeat-x 0 0;
	height:70px;
	position:absolute;
	top:110px;
	z-index:999;
	left:0px;
	right:0px;
}

.subscribe 
{
	float: right;
	font-size: 0.9em;
	color: #ffffff;
	padding: 11px;
}

.subscribe a 
{
	color: #ffffff;
	margin: 0px 5px;
}

.subscribe a:hover 
{
	color: #CED9E7;
	text-decoration: underline;
}

a {
	color:#213a73;
	text-decoration:none;
	font-size:9pt;
	font-weight:bold;
}

.HomeText
{
    position: absolute;
	top: 70px;
	left: 10px;
}	

.HomeImageLeft
{
	position: absolute;
	top: 200px;
	left: 10px;
}

.HomeImageMiddle
{
	position: absolute;
	top: 200px;
	left: 230px;
}

.HomeImageRight
{
	position: absolute;
	top: 200px;
	left: 450px;
}

.pnlVehicleImages
{
	padding:5px;
	width:100%;
	height:350px;	
}
.pnlEmptyGeofenceImages
{
	Width:280px;
	z-index:100;
	padding:5px;
}
.closeEmptyImageButtonGeofence
{
	position:absolute;
	top:10px;
	left:280px;
}
.pnlGeofenceImages
{
	Width:280px;
	height:100px;
	z-index:100;
	position:absolute;
	top:150px;
	left:0px;
	padding:5px;
	
}
.closeImageButtonGeofence
{
	position:absolute;
	top:10px;
	left:280px;
}
.roundedCornerVehicleImages
{
	text-align:left;
	vertical-align:top;
}
.closeImageButton
{
	position:relative;
	top:10px;
	right:20px;
}

.titlePanel
{
	width:380px;
	height:20px;
	background-color:#eeeeee;
	cursor:pointer;
}
.contentPanel
{
	width:380px;
	height:0px;
	background-color:White;
	overflow:hidden;
}
#directions
{
	width:365px;
	overflow:auto;
	background-color:#eeeeee;
	font-size:8pt;
	vertical-align:top;
	background-color:#eee;
}

.mainmenuitem
{
	border:0px;
	vertical-align:middle;
}
.BtnBar
{
	width:100%;
}

.subHeader
{
	color:#4f7bdd; 
	font-weight:bold;
}
.textBox {
    width: 200px;
    height: 16px;
    margin: 0px;
    padding: 2px;
    border: solid 2px #eee;
    font-family: Poppins, Helvetica, sans-serif !important;
}
.textArea {
    font-family: Poppins, Helvetica, sans-serif !important;
    width: 200px;
    height: 80px;
    margin: 0px;
    padding: 2px;
    border: solid 2px #eee;
    font-size: small;
}
.dropDown {
    width: 207px;
    height: 25px;
    margin: 0px;
    padding: 2px;
    border: solid 2px #eee;
}
.validationSummary
{
	vertical-align:bottom;
	height:150px;
}

.mainTable
{
	width:100%; 
	height:100%;
}

.mainDiv
{
	width:100%; 
	height:100%;
}

.report
{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
}

.reportTable
{
	width:100%; 
	height:100%;
}
.headerImage
{
	height:47px; 
	vertical-align:top;
}

.buttons
{
	height:50px;
	vertical-align:bottom;
}

.mainTD
{
	height:auto; 
	vertical-align:top;
}

.log
{
	position:fixed;
	right:0px;
	left:323px;
	bottom:25px;
	padding:0px;
	overflow:hidden;
	height:40px;
}

.logGrid
{
	width:100%;
	max-height: 350px;
	font-size: 8pt;
	font-weight:normal;
	margin-bottom:5px;
}

.logGrid TH
{
	border-width : 1px;
	border-color: #e8e8e8;
	border-style:solid;
	vertical-align:top;
	border-bottom: none;
}
.logGrid TD
{
	padding-left: 5px;
	padding-right: 5px;
	font-size: 8pt;
	font-weight:normal;
	border-width : 1px;
	border-color: #e8e8e8;
	border-style:solid;
	text-align:center;
}
.logGrid .Header
{
	background-color: #eeeeee;
	color: #507CD1;
	font-weight: bold;
	white-space:nowrap;
	height:20px;
}
.logGrid .Header A
{
	background-color: #eeeeee;
	color: #4c7add;
	font-weight: bold;
	text-decoration: none;
	white-space:nowrap;
}
.logGrid .RowStyle
{
	background-color: #ecf0fc;
}
.logGrid .AlternatingRowStyle
{
	background-color: #fff;
}
.logGrid .AlternatingItem
{
	background-color: #fbfcec;
}

.logGrid .Pager
{
	background-color: #f0f0f0;
	font-size: xx-small;
	border: none;
}
.logGrid .Pager TD
{
	font-size: xx-small;
}

.directionMode
{
	border:solid 1px black;
}



.login2Btn
{
	vertical-align:super;
}

.siteLink:link
{
	color:#333333;
	text-decoration:none;
}
.siteLink:active
{
	color:#333333;
	text-decoration:none;
}
.siteLink:visited
{
	color:#333333;
	text-decoration:none;
}
.siteLink:hover
{
	color:#333333;
	text-decoration:underline;
}

.timePart 
{
	font-size: 16pt;
    text-align:right;
    line-height: 1;
    color: #213a73;

}
.dayPart
{
   font-size: 11pt;
   font-weight: bold;
   text-align: center;
   color: #213a73;
}
.datePart
{
   font-size: 11pt;
   font-weight: bold;
   text-align: center;
   color: #213a73;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	/*filter:alpha(opacity=70);*/
	opacity:0.7;
	/*-moz-opacity:0.7;*/
}

.modalPopup {
	background-color:#eaeaea;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

/*Popup Control*/
.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
}
.lwpLink:link
{
	color:#153283;
	text-decoration:underline;
}
.lwpLink:active
{
	color:#153283;
	text-decoration:underline;
}
.lwpLink:visited
{
	color:#153283;
	text-decoration:underline;
}
.lwpLink:hover
{
	color:#153283;
	text-decoration:none;
}
.cursorDefault
{
	cursor:default;
}

/* /////////////////////////////////////  Doc Menu ////////////////////////////// */
#dockContainer { position: relative; top: 0px; left: 6px; }
#jqDock { position: relative; bottom: 75px; }
.jqDockLabel {
color: #808080; font-size: 10pt; font-weight: normal; 
font-style: normal; padding:0px; white-space:nowrap; -webkit-border-radius: 10px; -moz-border-radius: 10px;}
.jqDockLabel:first-letter 
{
font-family:Times New Roman;
font-weight:bold;
font-size: 14pt;
}
:link,:visited { text-decoration:none } :focus,:active { outline: 0 } ul,ol { list-style:none } h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; } ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0 } a img,:link img,:visited img, fieldset { border:none } address { font-style:normal }

/*/////////////////////////////////////////////////////////////////////////////////*/

.homeModalBackground 
{
	background-color:#4f4f4f;
	filter:alpha(opacity=80);
	opacity:0.8;
}

.closeBox
{
	position:absolute;
	top:-25px;
	right:-25px;
}

.mapDeviceLabel
{
	background-color:#ffffff;
	color:Black;
	font-size:8pt;
	white-space:nowrap;
	padding-left:1px;
	padding-right:1px;
	border:1px solid #000;
}

#pscroller1{
width: 270px;
height: 65px;
margin-left:8px;
margin-right:8px;
margin-top:10px;
margin-bottom:5px;
background-color: White;
padding:5px;
}

#pscroller2{
width: 270px;
height: 65px;
margin-left:8px;
margin-right:8px;
margin-top:10px;
margin-bottom:5px;
background-color: White;
padding:5px;
}

.appLogExportButton
{
	position:absolute;
	top:208px;
	left:203px;
}

#uvTab {z-index:99999999!important;position:absolute;left:45%;width:200px;}

.uvOverlay1
{
	position:fixed!important;
	top:0px!important;
	bottom:0px!important;
	left:0px!important;
	right:0px!important;
	z-index:999999999!important;
}

.dynamicdivfloat {
  float: left;
  width: 150px;
  padding: 10px;
  }
 
 .dynamicdivfloatlbl {
  float: left;
  width: 100px;
  padding: 10px;
  }
  
.dynamicdivfloat p 
{
	white-space:normal;
   }
.dynamicdivfloatspacer {
  clear: both;
  }
.dynamicdivfloatcontainer {
  background-color: #fff;
  }
.dynamicdivlnk
{
	white-space:nowrap;
}

/*********************** End of Other Style ***********************/

/********* Start Of Intercom Styles *********/
#IntercomDefaultWidget
{
top:115px!important;
right:77px!important;
background-image:url(images/newlayout/email_inbox.png)!important;
background-repeat: no-repeat;
border:none!important;
background-color:transparent!important;
}
#IntercomDefaultWidget span
{
border:none!important;
background:none!important;
}
#IntercomDefaultWidget:hover
{
background-color:transparent!important;
}
#IntercomInboxActivatorExplainer
{
top:111px!important;
right:125px!important;
}
.ic_inbox_activator_explainer_description
{
font-size:8pt!important;
}
.ic_inbox_activator_explainer_left_border
{
background-color:red!important;
}
#INotificationMessagesWrapper {
/*position: fixed;
top: 30%!important;
right: 30%!important;
width: 700px!important;*/
z-index: 2147483646;
}
#INotificationMessagesWrapper .ic_has_avatar .ic_notification_inline_composer textarea {
/*width: 527px!important;*/
}
#INotificationMessagesWrapper a.ic_close_notification {
top: 3px;
right: 15px!important;
}
#intercom-container #intercom-launcher {
z-index: 2147483000;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
position: fixed;
top: 115px!important;
right: 45px!important;
width: 32px!important;
height: 32px!important;
visibility: visible;
}
#intercom-container .intercom-launcher-button {
/*-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);*/
position: absolute;
bottom: 4px!important;
right: 0;
width: 28px!important;
height: 28px!important;
background-size: 28px 28px!important;
cursor: pointer;
background-color: transparent!important;
border-color: transparent!important;
background-image: url(images/newlayout/email_inbox.png)!important;
background-repeat: no-repeat;
border:none!important;
}
#intercom-container .intercom-launcher-button-without-avatar i {
display:none!important;
}
#intercom-container .intercom-launcher-preview
{
	top:2px!important;
	right:35px!important;
padding: 1px 14px!important;
}
#intercom-container .intercom-launcher-preview-caret:before {
border-width: 5px!important;
margin-top: -17px!important;
border-left-color: #e4e5e7;
}
#intercom-container .intercom-launcher-preview-caret:after {
border-width: 5px!important;
margin-top: -17px!important;
border-left-color: white;
}
#intercom-container .intercom-launcher-preview-close
{
top:-5px!important;
}
/********* End Of Intercom Styles ********/