﻿
html {	
	background-image: url(../images/bg-header-06.jpg);
	background-repeat: repeat-x;
	background-position: 50% 0%;   
    margin-top:0px;
    z-index:999;
    background-color:#FFFFFF;
}

body {
	font: 0.9em Verdana, Geneva, Arial, Helvetica, sans-serif;    
}

.main-title	{
	font-size:x-large;
	color:black;
	font-weight:700;
}

.address	{
	font-size: 14px;
	color:black;	
	font-weight:600;
    margin-left:auto;
    margin-right:auto;    
}
.Field-Label	{
	font-size:12px;
	color: #506372;
	font-weight:700;
}
.Field-Value	{
	font-size:12px;
	color: #506372;
	font-weight:500;
}

.Field-Sublabel	{
	font-size:10px;
	color: #506372;
	font-weight:700;
	
}
.login	{
	font-family:Arial;
	font-size:15px;
	color:#FFFFFF;
}
.logintitle		{
	font-family:Arial;
	font-size:20px;
	color:#FFFFFF;
}
.title	{
	font-family:Arial;
	font-size:24px;
	color:#284775;
}
.titleblack	{
	font-family:Arial;
	font-size:24px;
	color:#000000;
}
.subTitle
{
	font-family:Arial;
	font-size:18px;
	color:#284775;    
}
.errormessage	{
	font-family:Arial;
	font-size:20px;
	color:Red;
}
.errormessageblue	{
	font-family:Arial;
	font-size:20px;
	color:blue;
}
.maintext {
	font-family:Arial;
	font-size:14px;
	font-weight:400;
}
.maintextitalic {
	font-family:Arial;
	font-size:14px;
	font-weight:400;
	font-style:italic;
}
.maintextbold {
	font-family:Arial;
	font-size:14px;
	font-weight:700;
}
.maintextsmall {
	font-family:Arial;
	font-size:11px;
	font-weight:400;
}
.maintextitalicsmall {
	font-family:Arial;
	font-size:11px;
	font-weight:400;
	font-style:italic;
}
.maintextboldsmall {
	font-family:Arial;
	font-size:11px;
	font-weight:700;
}
.disclaimer {
	font-family:Arial;
	font-size:9px;
	font-weight:400;
}
.disclaimer ul li {
	font-family:Arial;
	font-size:9px;
	font-weight:400;
}
.error  {
  font-family:Arial;
	font-size:14px;
	font-weight:700;
  color:Red;
}
.error-mediun  {
  font-family:Arial;
	font-size:11px;
	font-weight:700;
  color:Red;
}
.requiredfield  {
  font-family:Arial;
	font-size:14px;
	font-weight:700;
  color:Red;
}
.LabelValidatorValueOf {
    font-family:Arial;
	font-size:11px;
	font-weight:400;
    color:Red;
}

.DataGrid-Label	{
	font-size:12px;
	color: #3f403b;
	font-weight:700;
}
table.center {
    margin-left:auto; 
    margin-right:auto;
}
.button 
{
    font-family:Arial;
    font-size:16px;
    font-weight:700;
    color:#003366;
}
.subgridfields {
	font-family:Arial;
	font-size:11px;
	font-weight:400;
}
.subgridheader {
	font-family:Arial;
	font-size:11px;
	font-weight:700;
}
/*Modal Popup*/
.modalBackground {
	background-color:#808080;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
.smallnote {
	font-family:Arial;
	font-size:11px;
	font-weight:500;
 }
.radiobuttonlabels
{
	font-family:Arial;
	font-size:12px;
	font-weight:500;
}
.logintitlemain	{
	font-size:18px;
	color:black;
	font-weight:700;
}
.logintitlesub	{
	font-size:14px;
	color:black;
	font-weight:700;
}
.forgotpassword {
    font-size:9px;
}
.GridRowHighlight {
    background:#FFF380 !important;     
    color:black !important; 
    border-style:solid !important;
    border-width:thin !important;
    border-color:black !important;
}
.legal 
{
    font-size:0.8em;
    text-align:left;
    font-family:Arial;
}
.tableborders
{
   border: 1px solid black; 
}

#div-vehicle-save-form
{
    width:360px;
    margin-left:auto;
    margin-right:auto;
}

#div-contact-search-container
{
    margin-top: 153px;
    background-color: white;
    width: 101%;
    min-height: 693px;
}

#div-contact-search-page
{
    width:100%;
    padding-top:35px;
}

#div-contact-search-phone-calls-rep
{    
    margin-left: auto;
    margin-right: auto;
}

#div-contact-save-container
{
    margin-top: 153px;
    background-color: white;
    width: 101%;
    min-height: 693px;   
    padding-top: 3px; 
}

#div-contact-save-form {
    margin-left: auto;
    background-color: #cbd9ed;
    max-width: 800px;
    margin-right: auto;
    padding: 10px;
}

#div-contact-save-notes-phone-campaign 
{
    max-width: 815px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}

.ui_tpicker_time_input
{
    width:135px;
}

.btn {
  background: #4a7fa3;
  background-image: -webkit-linear-gradient(top, #4a7fa3, #162e3d);
  background-image: -moz-linear-gradient(top, #4a7fa3, #162e3d);
  background-image: -ms-linear-gradient(top, #4a7fa3, #162e3d);
  background-image: -o-linear-gradient(top, #4a7fa3, #162e3d);
  background-image: linear-gradient(to bottom, #4a7fa3, #162e3d);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}

.btn:hover {
  background: #162e3d;
  background-image: -webkit-linear-gradient(top, #162e3d, #4a7fa3);
  background-image: -moz-linear-gradient(top, #162e3d, #4a7fa3);
  background-image: -ms-linear-gradient(top, #162e3d, #4a7fa3);
  background-image: -o-linear-gradient(top, #162e3d, #4a7fa3);
  background-image: linear-gradient(to bottom, #162e3d, #4a7fa3);
  text-decoration: none;
}

.btn-red {
  background: #ff0000;
  background-image: -webkit-linear-gradient(top, #ff0000, #7d4747);
  background-image: -moz-linear-gradient(top, #ff0000, #7d4747);
  background-image: -ms-linear-gradient(top, #ff0000, #7d4747);
  background-image: -o-linear-gradient(top, #ff0000, #7d4747);
  background-image: linear-gradient(to bottom, #ff0000, #7d4747);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}

.btn-red:hover {
  background: #f73b3b;
  background-image: -webkit-linear-gradient(top, #7d4747, #ff0000);
  background-image: -moz-linear-gradient(top, #7d4747, #ff0000);
  background-image: -ms-linear-gradient(top, #7d4747, #ff0000);
  background-image: -o-linear-gradient(top, #7d4747, #ff0000);
  background-image: linear-gradient(to bottom, #7d4747, #ff0000);
  text-decoration: none;
}

#div-contact-info-container 
{
    border:solid thin black;
    padding:8px;
    margin-top:0px;
    margin-bottom:0px;
}

#div-contact-info-container p
{
    line-height:7px;
}

.comment-row
{
    background-color:#dcdcdc;
    border:solid thin blue; 
    margin-top:0px; 
    margin-bottom:5px;
    padding-left:5px;
    padding-right:5px;
    max-width:750px;    
}
.comment-row-alternate
{
    background-color:#ffffff;
    border:solid thin blue; 
    margin-top:0px; 
    margin-bottom:5px;
    padding-left:5px;
    padding-right:5px;
    max-width:750px;    
}

.mainlabel-title
{
    font-family:Arial, Helvetica, sans-serif;
    font-size:16px;
    font-weight:700;

}

.mainlabel
{
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight:500;
}

.mainlabel-bold
{
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight:700;
}

.comment-row p
{
    
}

#div-contact-info-container 
{
    border:solid thin black;
    padding:8px;
    margin-top:0px;
    margin-bottom:0px;
}

#div-contact-info-container p
{
    line-height:7px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight:700;
}

#div-contact-info
{
    background-color:#ccccff;
}

#div-phone-calls-rep
{    
    margin-top: 24px;
    padding-right: 10px;
    /* text-align: center; */
    margin-left: auto;
    margin-right: auto;
    width: 850px;
}

#div-phone-calls-rep-grid
{
    margin-top:40px;    
}

.my-follow-ups-grid
{
    font-size:12px;
}

#div-phone-calls-container
{
    margin-top: 153px;
    background-color: white;
    width: 101%;
    min-height: 693px;
}

#div-appointment-confirmation-popup
{
    width: 400px;
    height: 300px;
    background-color: #c0c0c0;
    border: solid thin #000000;   
    z-index: 100001;
    position: absolute;
    top: 270px;
    left: 750px;
}

#div-follow-up-report-container
{
    margin-top: 153px;
    background-color: white;
    width: 101%;
    min-height: 693px;
}

#div-delete-note
{
   
}

.delete-note {
    font-size: 11px;
}