/***************** General Styles *********************/
body {
    Font-family: Calibri, Verdana, Ariel, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}
* {
    margin: 0;
}

a {
    color : #569a46;
    text-decoration: none;
    outline: 0;
}

a:hover {
    text-decoration: none;
}

img {
    border: 0px;
}

fieldset {
    border-radius: 5px;
    border: 1px solid #ddd;
}

legend {
    font-weight: bold;
}

div, p, a, li, td { -webkit-text-size-adjust:none; }

textarea {
    resize: none;
}

hr.thinLine {
    height: 1px;
    color: #ddd;
    background-color: #ddd;
    border-width: 0;
}

.denied {
	text-align: center;
	padding: 20px;
}

.blue {
    color:#5f87ae; 
    font-weight:bold; 
    padding-bottom:12px; 
}

h2.left {
    position: relative;
    text-align:left;
    width: 50%;
    font-size: 1.5em;
    font-weight: bold;
    padding: 6px 20px 6px 71px;
    margin: 10px 10px 10px -30px;
    color: #fff;
    text-shadow: 0px -1px 1px #000;
    background-color: #3e4750;

    background-image: linear-gradient(right top, rgb(196,196,196) 13%, rgb(62,71,80) 95%);
    background-image: -o-linear-gradient(right top, rgb(196,196,196) 13%, rgb(62,71,80) 95%);
    background-image: -moz-linear-gradient(right top, rgb(196,196,196) 13%, rgb(62,71,80) 95%);
    background-image: -webkit-linear-gradient(right top, rgb(196,196,196) 13%, rgb(62,71,80) 95%);
    background-image: -ms-linear-gradient(right top, rgb(196,196,196) 13%, rgb(62,71,80) 95%);

    background-image: -webkit-gradient(
        linear,
        right top,
        left bottom,
        color-stop(0.13, rgb(196,196,196)),
        color-stop(0.95, rgb(62,71,80))
    );

    border-bottom: 1px solid #000;
    box-shadow: 0 4px 4px -2px #000000;
    white-space: nowrap;
}

h2.left:before, h2.left:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
}

h2.left:before {
    width: 30px;
    left: -30px;
    top: 12px;
    border-width: 20px 10px;
    border-style: solid;
    border-color: #999 #999 #999 transparent;
}

h2.left:before {
    width: 0px;
    left: auto;
    right: -2px;
    top: 0px;
    border-color: transparent #fff transparent transparent;
}

h2:after {
    left: 0px;
    top: 100%;
    border-width: 5px 10px;
    border-style: solid;
    border-color: #222 #222 transparent transparent;
}

.logo {
    position: absolute;
    top: 2px;
    left: 10px;
}

.topList {
    position: absolute;
    right: 20px;
    top: 10px;
    width: 700px;
    text-align: right;
    vertical-align:bottom;
}

.topList ul {
    white-space: nowrap;
}

.topList li {
    display:inline;
    padding-right: 5px;
    line-height: 50px;
    height: 50px;
    vertical-align:middle;
    font-size: 14px;
}

.topList a {
    font-size: 18px;
    color: #fff;
    text-shadow: 0px -1px 1px #000;
}
.topList a:hover {
    color: #5f87ae;
    text-shadow: 0px -1px 1px #000;
}

/*
.topList .selectedP {
    color: #5f87ae;
    text-shadow: 0px -1px 1px #000;
}
*/
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
}

.footer, .push {
    height: 3em;
}

.outer {
    padding: 20px;
    text-align:center;
}
/*
.topBanner {
    padding: 5px;
    border: 1px solid #111;
    background-color: #303842;

}
*/
.hello {
    position:absolute;
    top: 30px;
    left: 200px;
    color: #42c3e0;
}
.setupDiv {
    margin-top: 50px;
    width: 500px;
    border: 2px solid #777;
    border-radius: 5px;
    padding: 10px;
    display:inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.loginDiv {
    margin-top: 50px;
    width: 320px;
    border: 2px solid #777;
    border-radius: 5px;
    padding: 10px;
    display:inline-block;
    margin-left: auto;
    margin-right: auto;
}

/* Input fields */
.lnField {
    width: 100px;
    padding:10px;
    margin:5px 0 5px 0;
    border: 1px solid #788fa2;
    border-radius:5px;
}

.lnDesc {
    width: 200px;
    padding:10px;
    margin:5px 0 5px 0;
    border: 1px solid #788fa2;
    border-radius:5px;
}       

.selectDrop {
    width: 142px;
}

.warning {
    display: none;
    color: #5f87ae;
    width: 70px;
    white-space: nowrap;
}
.response {
    color: red;
    padding-right: 50px;
}

.centerImg {
    vertical-align: middle;
}

.footer {
    text-align:center;
    font-size: 12px;
    padding:15px;
    background-color: #303842;
    border-top: 1px solid #111;
    clear: both;
}

.hidden {
    display: none;
}

/** Leads table **/
.statusSelect {
    text-align: left;
} 

.statusSelect a {
    color: #5f87ae;
    text-shadow: 0px -1px 1px #000;
}

.statusSelect ul {
    background-color: #303842;
    margin-bottom: 5px;
    border-radius: 5px;
    border: 1px solid #555;
}

.statusSelect li:hover a {
    color: #fff;
    background-color: #5f87ae;
    box-shadow: 2px 0px 16px rgba(0,0,0,0.7) inset;
}

.statusSelect .selected {
    color: #fff;
    box-shadow: 2px 0px 16px rgba(0,0,0,0.7) inset;
}

.statusSelect li a {
    padding: 10px;
    margin-right: -10px;
    margin-left: -10px;
}
 
.statusSelect li:first-child {
    border: 0px;
}

/* Fix this for ipad/android links */
.statusSelect li {
    display:inline;
    list-style-type:none;
    border-left: 1px solid #555;
    font-size: 16px;
    margin: 0 0 0 -4px;
    padding: 10px;
    line-height: 39px;
}

.leadsMenu {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
}

.leadsTitle {
    display: inline-block;
}
.addNewSpan {
    margin-left: 30px;
    display: inline-block;
}
.paginate {
    margin-left: 30px;
    margin-bottom: 5px;
    display: inline-block;
}

.allLeadsHolder {
    overflow: auto;
}

.allLeads {
    margin-top: 5px;
    border-collapse: collapse;
    width: 100%;
}

.allLeads a {
    color: #3e4750;
}

.allLeads td {
    padding: 5px;
    text-align: left;
    border: 1px solid #bbb;
}

.allLeads th {
    padding: 10px;
    background-color: #3e4750;
    border: 1px solid #333;
}

.searchLeads {
    margin-left: 30px;
    display: inline-block;
}

.topRow {
}

.viewLead {
    font-weight: bold;
    font-size: 16px;
}

.viewLead:hover {
    color: #5f87ae;
}

.allLeads th a {
    color: #fff;
    text-shadow: 0px -1px 1px #000;
}

.allLeads th a:hover {
    color: #ddd;
}

.allLeads th img {
    vertical-align: middle;
}

tr.trClass0 td {
    background-color: #e4efe1; 
    color: #000000;
}
tr.trClass1 td {
    background-color: #eff5f5; 
    color: #000000;
}
/** End Leads table **/

.leadField {
    width: 100px;
    white-space: nowrap;
}

.secCol {
    white-space: nowrap;
}

table.contactInfo td {
    padding: 2px;
}

table.leadAddress td {
    padding: 2px;
}

table.leadCategory td {
    padding: 2px;
}

/***************** End General Styles *********************/


/*****************  Buttons  *********************/

.buttonRow {
    margin: 50px 0 10px 0;
    display:block;
    text-align:right;
}
.buttons, .buttons:visited {
    background: #222 url(img/overlay.png) repeat-x;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
    box-shadow: 0 1px 3px rgba(0,0,0,0.6);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border: 1px solid #777;
    position: relative;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 14px 9px;
}

.smallButtons, .smallButtons:visited {
    background: #222 url(img/overlay.png) repeat-x;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
    box-shadow: 0 1px 3px rgba(0,0,0,0.6);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border: 1px solid #777;
    position: relative;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    padding: 4px 7px 5px;
}

.buttons:active, .smallButtons:active {
    top: 1px;
}

.greenButton, .greenButton:visited        { background-color: #64b252; }
.greenButton:hover                        { background-color: #569a46; }
.redButton, .redButton:visited            { background-color: #e62727; }
.redButton:hover                          { background-color: #cf2525; }
.orangeButton, .orangeButton:visited      { background-color: #ff5c00; }
.orangeButton:hover                       { background-color: #d45500; }
.blueButton, .blueButton:visited          { background-color: #2981e4; }
.blueButton:hover                         { background-color: #2575cf; }
.yellowButton, .yellowButton:visited      { background-color: #ffb515; }
.yellowButton:hover                       { background-color: #fc9200; }
.blackButton, .blackButton:visited        { background-color: #333;}
.blackButton:hover                        { background-color: #222;}

/*****************  End Buttons  *********************/

/*****************  Modal  *********************/

#basic-modal-content {display:none;}
#simplemodal-overlay {background-color:#000; cursor:default;}
#simplemodal-container {width:550px; color:#bbb; background-color:#333; border:4px solid #444; padding:12px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container #basic-modal-content {padding:8px;}

.simplemodal-container {
}

#simplemodal-container a.modalCloseImg {
    background:url(img/x.png) no-repeat; /* adjust url as required */
    width:25px;
    height:29px;
    display:inline;
    z-index:3240;
    position:absolute;
    top:-15px;
    right:-18px;
    cursor:pointer;
}

.modalH {
    color:#5f87ae; 
    padding: 5px;
    font-weight:bold; 
    padding-bottom:12px; 
    text-transform:uppercase;
}

/*****************  End Modal  *********************/

/*****************  pagination style  **************/

.pagin {
padding: 2px 2px;
margin: 0;
font-family: "Verdana", sans-serif;
font-size: 7pt;
font-weight: bold;
}
.pagin * {
padding: 2px 6px;
margin: 0;
}
.pagin a {
border: solid 1px #666666;
background-color: #EFEFEF;
color: #666666;
text-decoration: none;
}
.pagin a:visited {
border: solid 1px #666666;
background-color: #EFEFEF;
color: #60606F;
text-decoration: none;
}
.pagin a:hover, .pagin a:active {
border: solid 1px #CC0000;
background-color: white;
color: #CC0000;
text-decoration: none;
}
.pagin span {
cursor: default;
border: solid 1px #808080;
background-color: #F0F0F0;
color: #B0B0B0;
}
.pagin span.current {
border: solid 1px #666666;
background-color: #666666;
color: white;
}

/*****************  End pagination style  ***********/

/*****************  Individual Lead  *********************/

.backLink {
    text-align:left;
}

.individualDiv {
}
.leadDetails {
    float:left;
    width: 350px;
    margin: 10px;
    padding: 10px;
    border-radius: 5px;
    box-shadow:0 1px 4px #555555, 0 0 40px rgba(0, 0, 0, 0.1) inset;
    border: 1px solid #777;
    text-align: left;
}

.leadNotes {
    margin: 10px;
    padding: 10px;
    min-width: 500px;
    text-align: left;
    float: left;
}

.userData {
    font-size: 11px;
    padding: 5px;
}

table.individualLead {
    padding: 10px;    
}

.leadData {
    text-align: left;
    padding: 5px;
}

.leadLabel {
    text-align: left;
    padding: 5px;
    font-weight: bold;
}

.noteContent {
    margin: 10px 0 10px 0;
}

.userHighlight {
    color: #5f87ae;
}

.smallFont {
    color: #5f87ae;
    font-size: 11px;
}

.secTitle {
    color: #555;
}

/*****************  End Individual Lead  *****************/

/***************** Config Page ***************************/
.results {
    width:100%;
    text-align: left;
}

.configLeft {
    float:left;
    text-align: left;
}

.configRight {
    padding: 20px;
    float:left;
    text-align: left;
}

.currentUsers td {
    padding: 5px;
}

.currentUsers td {
    padding: 5px;
}

#imports {
    text-align: left;
}

#imports a {
    color: #5f87ae;
}    

#exports {
    text-align: left;
}

#tabs a {
    color : #569a46;
}

.matchData {
    float: left;
    margin: 10px;
}

.matchData td {
    border: 2px solid #569a46;  /* Green */
    padding: 3px;
    line-height: 25px;
    height: 25px;
}

.sortData {
    float: left;
    margin: 10px;
}
.sortData td {
    line-height: 25px;
    height: 25px;
}

.sortData td:hover {
    cursor: pointer;
}

.sortName {
    margin-left: 10px;
}

.sortEntry {
    background-color: #bbb;
    border: 2px solid #555;
    padding: 3px;
}

.blankData {
    background-color: #eee;
    border: 2px solid #555;
    padding: 3px;
}

.addBlankCol {
    float: left;
    margin: 10px;
}

.afterData {
    clear: both;
}

table.logs {
    padding: 5px;
    border-collapse: collapse;
}

table.logs td {
    padding: 5px;
}


.pagingHolder {
    float: left;
    position: relative;
}

.searchLogDiv {
    margin-left: 20px;
    float: left;
    position: relative;
}

.clearBoth {
    clear: both;
}

.goSearchLog {
    margin-left: 10px;
}


#sortableCols { 
    list-style-type: none; 
    margin: 0; 
    padding: 5px;
    width: 1000px;
    border: 1px solid #000;
    height: 150px;
}

#sortableCols li { 
    margin: 3px 3px 3px 0; 
    padding: 5px 1px 5px 1px; 
    float: left; 
    width: 150px; 
    text-align: center; 
    background-color: #303842;
    border: 1px solid #333;
    color: #5f87ae;
    text-shadow: 0px -1px 1px #000;
}

#sortableCols li:hover {
    color: #fff;
    background-color: #5f87ae;
    box-shadow: 2px 0px 16px rgba(0,0,0,0.7) inset;
}

#sortableCols2 {
    list-style-type: none;
    margin: 0;
    padding: 5px;
    width: 1000px;
    border: 1px solid #000;
    height: 150px;
}

#sortableCols2 li {
    margin: 3px 3px 3px 0;
    padding: 5px 1px 5px 1px;
    float: left;
    width: 150px;
    text-align: center;
    background-color: #777;
    border: 1px solid #333;
    color: #fff;
    text-shadow: 0px -1px 1px #000;
}

#sortableCols2 li:hover {
    color: #fff;
    background-color: #5f87ae;
    box-shadow: 2px 0px 16px rgba(0,0,0,0.7) inset;
}

.fieldNames td {
    padding-left: 20px;
}

span.fieldNameC {
    display:inline-block;
    width: 75px;
}
    

/***************** End Config Page ***********************/

/***************** Statistics Page ***************************/
.statistics {
    text-align: left;
}
.statsSec {
    /*background-color: #555;*/
    height: 325px;
    width: 850px;
    box-shadow:0 1px 4px #555555, 0 0 40px rgba(0, 0, 0, 0.1) inset;
    border-radius: 5px;
    border: 1px solid #333;
    margin:20px;
    padding:10px;
}

#leadSourceChart {
    float: left;
    width : 500px;
    height: 250px;
    margin: 8px auto;
    border-radius: 5px;
}


#leadTypeChart {
    float: left;
    width : 500px;
    height: 250px;
    margin: 8px auto;
    border-radius: 5px;
}

#leadStatusChart {
    float: left;
    width : 500px;
    height: 250px;
    margin: 8px auto;
    border-radius: 5px;
}

#newLeadsMonth {
    float: left;
    width : 600px;
    height: 250px;
    margin: 8px auto;
    border-radius: 5px;
}

.leadList {
    width: 200px;
    height: 225px;
    overflow: auto;
    float: left;
    text-align:left;
    padding: 10px;
    margin: 10px;
}

.leadTable {
    padding: 5px;
}
.invlist {
	text-align: left;
}
.nicetable {

}
.nicetable TD, .nicetable TH {
	padding: 2px;
	padding-left: 10px;
	padding-right: 15px;
	
}
.nicetable  TR:nth-child(odd) {
	background: #f5f5f5;
}
.nicetable  TR:nth-child(even) {
	background: #f0f0f0;
}
.nicetable THEAD TR {
	background: #ddd !important;
}

/***************** End Statistics Page ***********************/
.invstatus  INPUT[type="radio"] {
	font-size: 14pt;
}
.invstatus .status {
	border: 1px solid #007fff;
	padding: 5px;
}
.status.final  {
	border: 1px solid #f00;
}
.invstatus TD.active {
	background: #007fff;
	color: #fff;
}
.iStatus {
	background: #ff4444;
}
.iStatus  A {
	color: #fff;
}