pre {
  font-family:'Consolas',monospace;
  padding-right:10px;
}
.header-left{
  display:inline-block;
  vertical-align:middle;
  float:left;
  padding-top:13px;
  padding-left:10px

}

.wrapperDiv{
 width: 90%;
 margin-left:auto;
margin-right:auto;

}
.header-right {
  display:inline-block;
  vertical-align:middle;
  float:right;
  padding-top:13px;
}

.logoContainer{
  display:inline-block;
  width:  80px;
  width:  60px;
  float: left;
}

.logoContainer img {
  width: 100%;
  height: auto;
}

.headerMain{
  background-color:#face0e;
  width: 100%;
  height :50px;
  margin-top: 0px;
  position:fixed;
  z-index : 3;

}
.header {
  display:inline-block;
  width: 1280px;
  font-size:1.5em;
  font-weight:200;
}

.footerMain{
  background-color:#000;
  width: 100%;
  height :20px;
  bottom: 0;
  position:fixed;
  z-index:3;
}

.footer {
  display:inline-block;
  width:1280px;
  color:#fff;
  height: 20px;
  font-weight:200;
}
.content {
  padding-top: 70px;
  padding-bottom: 40px;
  width: 100%;
  font-size:1em;
  font-weight:400;
}

.smallText{
	font-size:14px;
  font-weight:400;
}

.smallTextBold{
  font-size:14px;
  font-weight:600;
}
body {
  margin:0;
  font-size: 0.82em;
  color: #003;
  font-family: 'proxima-nova-regular','helvetica neue',helvetica,arial,sans-serif;
  text-shadow:0.075em 0.075em 0.1em #d8d8e8;
}

html {
  background-image:url('/assets/images/Saturn.jpg');
  background-repeat:no-repeat;
  background-attachment: fixed;
  background-position:center;
}

a:link {
  font-weight :400;
  font-size : 1em;
  text-decoration:none;
  color: #067AB4;
}
a:visited {
  color:#067AB4;
  text-decoration:none;
  font-weight :400;
  font-size :1em;
}
a:hover {
  color: #067AB4;
  text-decoration:underline;
  font-weight :400;
  font-size : 1em;
}

.infoText{
	font-weight:bold;
	font-size : 14px;
}


.tabText{
	 font-weight:400;
        font-size : 1em;
}

	.mainDiv{
		     border: 3px solid black;
        		border-radius:5px;
		padding : 10px 10px 10px 10px;
	}

tbody tr:nth-child(even) {
  background-color:#f0f7ff;
  opacity:0.85;
}
tbody tr:nth-child(odd) {
  background-color:#ffffff;
  opacity:0.85;
}
th {
  text-align: left;
  font-weight: 400;
  background-color: #5378fc;
  border: 1px solid #CDCDCD;
  font-size: 14px;
  padding-left : 6px;
  color: #fff;
}

td {
  text-align:left;
  font-weight:400;
  padding-left:6px;
  font-size: 14px;
  border: 1px solid #CDCDCD;
}


table.withWidth {
  align:left;
  width:100%;
  margin-bottom:10px;
  -moz-box-shadow:    0 0 3px 0 #ccc;
  -webkit-box-shadow: 0 0 3px 0 #ccc;
  box-shadow:         0 0 3px 0 #ccc;
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #CDCDCD;
}



table.noWidth {
  align:center;
  margin-bottom:10px;
  -moz-box-shadow:    0 0 3px 0 #ccc;
  -webkit-box-shadow: 0 0 3px 0 #ccc;
  box-shadow:         0 0 3px 0 #ccc;
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #CDCDCD;
}


td.noWidthRight, th.noWidthRight {
  text-align:right;
  font-weight:400;
  padding-left:6px;
  font-size: 14px;
  border: 1px solid #CDCDCD;
}


b {
  font-weight: 400;
  color:#000;
}


	.headingColor{
		color : #1D2951;
		font-weight : 400;
		font-size : 18px;
	}

	th.altHeading{
		 background-color:silver;
		text-align: left;
 		 font-weight: 400;
		padding: 1px 5px 1px 5px;
 		 text-shadow: 0 0 0.1em #ffffff;
 		 border-left: 1px solid #F19CBB;
 		 font-size: 1.1em;
 		 color: #fff;
	}

/*table, th, table th td {
    border: 1px solid #F19CBB;
}
*/
 caption, h3 {
	font-weight : 600;
	font-size: 18px;
}

.navigationButton{
	width:8em;
	height:3em;
	background-color:#D0CEBD;
}

.error{
	font-size:14px;
	color:red;
	font-weight:400;
}

.mainLink{
     display:inline-block;
     width:25px;
}

.mainOthersLink{
     display:inline-block;
     width:60px;
}
.filterLink{
    display: inline-block;;
    color: blue;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-size : 14px;
    cursor:pointer;
}

span.filterLink:hover{
    display: inline-block;;
    color: blue;
    background-color:#E6E7E8;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-size : 14px;
    cursor:pointer;
}

.activeLink{
    display: inline-block;
    font-weight: bold;
    color: #000;
    background-color:#face0e;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-size : 14px;
    cursor : pointer;
}

.textLink{
  font-weight :400;
  font-size : 1em;
  text-decoration:none;
  color: #067AB4;
}
.userLink{
    display: inline-block;
    font-weight: bold;
    color: #000;
    background-color:#face0e;
    text-align: center;
    text-decoration: none;
    font-size : 14px;
    cursor : pointer;
}

span.userLink:hover{
    display: inline-block;;
    color: blue;
    background-color:#E6E7E8;
    text-align: center;
    text-decoration: none;
    font-size : 14px;
    cursor:pointer;
}

.noUnderLine{
text-decoration: none;

}


.dateLabel{
    color: grey;
    background-color: white;
    text-align: left;
    font-size : 14 px;
}


.liLabel{
    display: inline-block;
    font-weight :bold;
    color: #fff;
    background-color: #DE3163;
    width: 100%;
    text-align: left;
    font-size : 18px;
}

.tabSpan{
    display: inline-block;
    font-weight :bold;
    color: #fff;
    height : 35;
    background-color: #DE3163;
    text-align: center;
    font-size : 20px;
}

span.captionLabel{
	display: inline-block;
	font-weight : 400;
	width : 180px;
	text-align : left;
	color : grey;
	font-size: 14px;
}

span.delimiterLabel{
        display: inline-block;
        font-weight : 400;
        width : 20px;
        text-align : center;
        color : grey;
        font-size: 14px;
}

span.dataLabel{
        font-weight : 400;
        text-align : left;
        color : #000;
        font-size: 14px;
}

span.captionLabelLong{
        display: inline-block;
        font-weight : 400;
        width : 400px;
        text-align : left;
        color : grey;
        font-size: 14px;
}

span.captionLabelLongCenter{
        text-align : center;
        font-weight : 600;
	    font-size: 18px;
}

span.dataLabelLong{
        display: inline-block;
        font-weight : 400;
        width : 400px;
        text-align : left;
        color : #000;
        font-size: 14px;
}

span.dialogLabel{
        display: inline-block;
        font-weight : 400;
        width : 160px;
        text-align : left;
        color : #000;
        font-size: 14px;
}

span.dispositionLabel{
        display: inline-block;
        font-weight : 400;
	height:40px;
        vertical-align:middle;
	width : 160px;
        text-align : left;
        color : #000;
        font-size: 14px;
}

.ui-dialog {
    left:1%;
    right:1%;
}

span.textAreaLabel{
        display: inline-block;
        font-weight : 400;
	height:90px;
        vertical-align:top;
        width : 160px;
        text-align : left;
        color : #000;
        font-size: 14px;
}


#personDetails, #callsCommon, #emailsCommon, #callsStats, #emailsStats, #reportsCommon, #callSumCommon, #callStatistics, #zipDensity, #common, #chartsCommon{
	padding-left: 35px;
	padding-right: 10px;

}

.commonFormat {
	padding-left: 35px;
        padding-right: 10px;
}
.map{
	border: 4px solid #0000ff;
   	 width: 100%;
	height:600px;

}

 fieldset {
border: 0;
}

#locSelected {
width: 300px;
height:20px;
}

select{
  width: 120px;
  height:20px;
}

.longSelect{
  width: 250px;
  height:20px;
}
.overflow {
height: 200px;
}

.separator{
	display:inline-block;
	width:20px;
}

.dialogButton{
	background-color: yellow;
	color:#00f;
}

button.dialogButton:hover{
	background-color: yellow;
	color : #f00;
}

.excludeButton{
        background-color: #face0e;
	width:60px;
        color : #000;
}

button.excludeButton:hover{
        background-color: yellow;
        width:60px;
        color : #000;
}

#conExpand{
    padding-top:2px;
    cursor: pointer;
}
.jsoncontent {
    display: none;
}

object {
    width: 750;
    height: 550;
    overflow: hidden;
}

span.normal_text{
  font-weight : 400;
  font-size: 14px;
}

.strike {
  font-weight:800;
}

#system_health_navlinks {
    padding: 2em;
}

#system_health_navlinks a {
    color: #067AB4;
}
