/*
Version:        2.2
Template:       Leads And Contacts
*
* Table of Contents
****************************************
* Imported Web Fonts (woff)
* Body (Resets)
* Table
* Sidebar - (Menus / Navigation
* Main
* Content - Most css should go here
* Lead Tabs
* Headlines
* Fonts
* Forms
* Buttons
* CSS Defaults and Overrides
*/

/* Import Fonts (Google web fonts stored locally for more stability)
------------------------------------------------------------ */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 300;
  src: local('Oswald Light'), local('Oswald-Light'), url(/styles/font/oswald-light.woff) format('woff');
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(/styles/font/oswald.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(/styles/font/open-sans.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(/styles/font/open-sans-bold.woff) format('woff');
}

@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(/styles/font/roboto-condensed-light.woff) format('woff');
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Condensed'), local('RobotoCondensed'), url(/styles/font/roboto-condensed.woff) format('woff');
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(/styles/font/roboto-condensed-bold.woff) format('woff');
}

/* Body (Resets)
------------------------------------------------------------ */
body, html {
	height: 100%;
}
body {
	margin: 0; 
	padding: 0; 
	border: none; 
	font-size: 16px; 
	font-family: arial,Tahoma,Verdana; 
	color: #868686;
	background: #F6f6fa;	
}
::-moz-selection {
	background-color: #3B51A6;
	color: #fff;
}
::selection {
	background-color: #3B51A6;
	color: #fff;
}
div { 
	margin: 0; 
	padding: 0; 
}
p { 
	margin: 0 0 20px; 
	padding: 0; 
	line-height: 1.7em;
}
a {
	color: #1175AB;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
a.bg-alt2 {
	color: #f7f7f7;
}
a.bg-alt2:hover {
	color: #fff;
}
ul, ul li { 
	list-style-type: none;
	margin: 0; 
	padding: 0;
}
small {
	font-family: Helvetica,'Open Sans',arial,Tahoma,Verdana; 	
	display: block;
	font-size: .73em;
	font-weight: normal;
}
.small {
	font-family: Helvetica,'Open Sans',arial,Tahoma,Verdana; 
	display: inline;
	font-size: .73em;
	font-weight: normal;
}
.smaller {
	font-family: Helvetica,'Open Sans',arial,Tahoma,Verdana; 
	font-size: .85em;
	font-weight: normal;	
}
.large {
	font-size: 1.1em !important;
}
.larger {
	font-size: 1.3em;
}
.xlarge {
	font-size: 1.6em;	
}
strong { 
	font-size: 15px;
	font-weight: bold;
}
.strong {
	font-weight: bold;
}
.strong-small {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
fieldset { 
	padding: 15px;
}
img { 
	border: none; 
	padding: 0; 
	margin: 0; 
	vertical-align: middle;
}
xmp {
	margin: 0;
	padding: 10px;
}
.center {
	text-align: center;
}
.italic {
	font-style: italic;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { 
     display: inline-block;
}
* html .clearfix { 
	height: 1%;
}
.clearfix { 
	display: block;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
.floatl {
	float: left;
}
.floatr {
	float: right;
}
div.striped {
	background: #fff;
}
div.striped:nth-child(odd) {
	background: #f6f6f6;
}
div.striped-alt {
	background: #fff;
}
div.striped-alt:nth-child(odd) {
	background: #eee;
}
.overflow-no {
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Table
------------------------------------------------------------ */
table {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	width: 100%;
}
table.striped {
	background: #fff;
}
table.striped-alt {
	background: #FFF;
}
table tr, table tr td { 
	vertical-align: middle;
}
table thead {
	border-top: 1px solid #D2D2D2;
}
table th ~ th {
	border-left: 1px solid #D2D2D2;
}
table th {
	padding: 4px;
	margin: 0;
	background: #e6e6e6;
	color: #666;
	text-align: left;
	line-height: 1.4em;
	white-space: nowrap;
}
tr th, tr td {
	padding: 7px 2px;
}
th div, td div {
	line-height: 1.4em;
	font-size: .69em;
}
th div {
	font-weight: bold;
}
th div:first-child, td div:first-child {
	font-weight: bold;
	font-size: .82em;
}
th .row-fluid div, td .row-fluid div {
	font-size: 1em;
}
.striped tbody tr:nth-child(even) {
	background: #f6f6f6;
}
.striped li:nth-child(even){
	background: #e6e6e6;
	padding: 4px;
}
.striped li:nth-child(odd){
	padding: 4px;
}
.striped-alt li:nth-child(even){
	background: #f6f6f6;
	padding: 4px;
}
.striped-alt li:nth-child(odd){
	background: #fefefe;
	padding: 4px;
}
table tr.grid-row-clickable {
	cursor: pointer;
	position: relative;
}
table tr.grid-row-clickable:hover {
	background: #deeefe;
}
tfoot {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	background: #FFF;	
}


/* Info Tables / Responsive Lists 
-------------------------------------------------------------*/

.info-table-header {
	font-size: 0.85em;
	color: #666666;
	background: #e6e6e6;
	border-bottom: 1px solid #dddddd;
}

.info-table .btn-click-to {
    font-size: 0.6em;
	line-height:2.4em;
	padding-top:3px;
	margin: 0 0 5px 0;
}
.info-table .data-value {
	color:#444444;
}
.info-table .btn-click-to i.grid-icon {
    font-size: 2.7em;
}

.info-table-footer {
}

/* helpers for responsive grid / table layouts */
.toprow {
	height: 24px;
	line-height: 24px;
	margin: 0 0 2px 0;
	border: none;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
.midrow {
	height: 20px;
	line-height: 20px;
	margin: 0 0 2px 0;
	border: none;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
	

/* next tasks */
.next-tasks {
    margin: 0 0 30px;
    padding: 0;
}
.task-row {
	font-size: 0.83em;
	padding: 5px;
	background: #fff;
	border-top:  1px solid #eaeaea;
	border-bottom:  1px solid #eaeaea;
}
.task-period {
	margin-bottom:15px;
}


/* Sidebar
------------------------------------------------------------ */
#nav-wrap {
	width: 230px;
	max-width: 230px;
	display: table-cell;
	vertical-align: top;
	background: #249ACC;
}
#nav > li {
	position: relative;
	border-style: solid;
	border-width: 1px 0;
	padding: 0;
	background: #1B86BB;
	border-color: #249ACC #000000 transparent;
	border-right: 1px solid #3393A2;	
	border-bottom: none;
}
#nav > li > a > i.menu-icon {
	display: inline-block;
	color: #fff;
	padding: 10px 10px 7px;
	background: #2A7CAB;
	font-size: 1.3em;
	line-height: 1.4em;
	margin: 0 10px 0 0;
	float: left;
}
#nav > li > a {
	color: #fff;
	font-size: .93em;
	display: block;
	line-height: 45px;
	text-decoration: none;
	height: 45px;
}
#nav > li > a > [class^="icon-open-"] {
	position: absolute;
	color: #fff;
	top: 2px;
	right: 15px;
	font-size: .75em;
	text-indent: 0;
}
#nav > li > ul > li {
	position: relative;
    background: #3B99CC; 
    border-color: #328FBF #000 transparent #000;
	border-style: solid;
	border-width: 1px 0;
}
#nav > li > ul > li:first-child {
    border-color: transparent #000 transparent #000;
}
#nav > li > ul > li label {
	color: #fff;
	padding: 7px 0 7px 20px;
	text-transform: uppercase;
	display: block;
}
#nav > li > ul > li > a {
	display: block;
	padding: 10px 0;
	color: #fff;
	text-indent: 40px;
	text-decoration: none;
	font-size: .73em;
}
#nav > li:hover,
#nav > li > a:hover, 
#nav > li > ul > li > a:hover {
	background: #1D81B9;
}
#nav > li > ul > li > a > i {
    color: #fff;
    font-size: 1.2em;
    left: 20px;
    position: absolute;
    top: 9px;
	text-indent: 0;
}
.menu-search {
	color: #1E88B4;
	font-size: 12px;
	padding: 20px 0 20px 10px;
}
.menu-search-input .select2-results li {
	font-size: 11px;
}
.select2-container {
	text-align: left;
}
.logo-wrap {
	background: #454545;
	margin-left: 10px;
}
.menu-toggle-btn {
	color: #fff;
	text-decoration: none;
	font-size: 2.5em;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	padding: 0 15px 0 10px;
	margin-right: 15px;
}
.menu-toggle-btn i {
	color: #fff;
}
.btn-lead-type {
	cursor: pointer;
}
.breadcrumb-wrap {
	padding: 0;
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
}
.breadcrumb {
	color: #505050;
	text-decoration: none;
	font-size: .85em;
	font-weight: normal;
}
.breadcrumb-wrap i {
	display: inline-block;
	position: relative;
	font-size: .70em;
	margin: 2px 0 0 3px;
}
.breadcrumb-wrap i:last-child{
	display: none;
}
.breadcrumb:hover {
	text-decoration: underline;
}
.profile-toggle {
	color: #fff;
	background: #1175AB;
	width: 225px;
	border-bottom: 1px solid #218DA5;
	display: inline-block;
	position: relative;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	font-size: .89em;
	padding-left: 5px;
}
.profile-toggle i {
	color: #FFF;
	position: absolute;
	top: 0px;
	right: 15px;
	font-size: .8em;
}
#nav > li > ul > li > a > i.after {
    position: inherit;
}
#nav > li > ul > li > a > i.after.caution {
    color: #FCDC22;
}

/* Main
------------------------------------------------------------ */
#header-wrap {
	height: 50px;
	line-height: 50px;
	background: #4E4E4E;
}
#header-wrap img {
	height: 50px;
}
#main-wrap {
	width: 100%;
	height: 100%;
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
}
#content-wrap {
	display: table-cell;
	vertical-align: top;
	height: 100%;
	width: 100%;
}
#content-panel {
	position: relative;
}
.content {
	padding: 20px;
}
.content img {
	max-width: 100%;
}
.slide-panel {
	display: none;
}
.overlay-slide-panel {
    border: none;
    display: none;
    min-height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99999;
	background: url(https://d2w6u17ngtanmy.cloudfront.net/gfx/main-bg.jpg);
}
#banner-logo {
	max-width: 350px;
}
.login-info-panel {
	display: none;
	background: #F5F5F5;
	box-shadow: 0 0 5px #CCCCCC inset;
	padding: 7px;
}
.login-info-panel img {
	width: 60px;
	background: #fff;
	padding: 2px;
	border: 1px solid #ccc;
	float: left;
}
.login-info-panel a {
	display: block;
	margin-left: 75px;
	color: #444444;
	font-size: .75em;
	line-height: 1.8em;
	text-shadow: 0 1px 0 #FFFFFF;
	text-decoration: underline;
}
.login-info-panel a:hover {
	color: #505050;
	text-decoration: underline;
}

#footer-wrap {
	font-size: .80em;
	margin: 30px 0;
	text-align: center;
	padding-top: 10px;
}


/* Content
------------------------------------------------------------ */
.list-circle li {
	margin-bottom: 5px;
	margin-left: 30px;
	list-style-type: circle;
}
ul.list-decimal li {
  list-style-type: decimal;
  margin-bottom: 10px;
}
ul.list-alpha li {
  list-style-type: lower-alpha;
  margin-bottom: 10px;
}
ul.list-roman li {
  list-style-type: lower-roman;
  margin-bottom: 10px;
}
.list-grid li {
	padding: 3px 0;
	margin-bottom: 3px;
	clear: both;
	border-bottom: 1px solid #f2f2f2;
}
.list-grid label {
	width: 35%;
	float: left;
	font-weight: bold;
	font-size: .8em;
}
.list-grid span{
	margin-left: 35%;
	font-size: .8em;
	display: block;
}
ul.striped span {
	display: inline-block;
	width: 68%;
}
.list-tags li {
    float: left;
    margin-bottom: 5px;
}
.list-tags li span {
	border-radius: 2px;
	color: #fff;
    background: #999;
    border: 1px solid #999;
    font-size: .85em;
    margin: 5px 5px 5px 0;
    padding: 2px 6px;
	display: block;
}
.list-tags li span a {
	color: #F3F3F3;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
}

ul.list {
    margin-left: 20px;
}
ul.list li {
    line-height: 1.4em;
    margin-bottom: 15px;
    margin-left: 30px;
}
ul.list li i {
    font-size: 1.3em;
    margin-left: -30px;
    margin-top: 2px;
    position: absolute;
}
.bg-alt {
	background: #f6f6f6;
	border: 1px solid #e4e2e6;
}
.bg-alt2 {
	color: #fff;
	background: #507AA6;
}
.bg-alt3 {
	background: #fff;	
}
.content-header {
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
}
.divider {
	background: url(https://d2w6u17ngtanmy.cloudfront.net/gfx/divider.png) repeat-x;
	height: 5px;
	margin: 8px 0;
}
.dr {
	width: 100%;
	height: 5px;
	margin: 5px 0;
	background: url("https://d2w6u17ngtanmy.cloudfront.net/gfx/divider-menu.png") center center;
}
.dr span {
    background: url("https://d2w6u17ngtanmy.cloudfront.net/gfx/divider-span.png") no-repeat center center;
    display: block;
    height: 5px;
    width: 100%;
}
.lead-type {
	width: 70px;
	display: inline-block;
	border: none;
	text-align: center;
	position: relative;
	z-index: 100;
}
.pagination {
	text-align: center;
}
.pagination ul {
	padding: 10px;
}
.pagination li {
	display: inline;
	padding: 0 !important;
	background: none !important;
}
.pagination a {
	font-size: .750em;
	color: #444;
	display: inline-block;
	padding: 7px 12px;
	border-radius: 4px;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #9F9F9F;
	margin-left: 5px;
	box-shadow: 0 1px 0 #F9F9F9 inset, 0 0 3px #CCCCCC;
	background: #DADADA;
}
.pagination a:hover,
.pagination a.disabled {
	background: #f3f3f3;
	border: 1px solid #ccc;
}
.pagination a.disabled {
	cursor: text;
}
.photo-wrap {
	padding: 0  5px 5px 0;
}
.ck-photo-wrapper { 
	float: left;  
	margin: 2px 8px 2px 4px; 
	cursor: pointer; 
}
.ck-photo-img {
	float: left;
	height: 80px; 
	width: 180px; 
}
.ck-photo-delete {
	float: left;
}
.panel {
	background: #fffdff;
}
.panel-alt {
    background: #fefefe;
    border: 2px solid #ccc; 
}
.panel-details {
	background: #fafafa;		
	font-size: 0.83em;
	color: #333333;
	border: 1px solid #eaeaea;
	padding: 8px 10px;
}
.panel-details.prime {
	background: #fefee5;	
}
.panel-details-title-bar {
	background: #ddd;
	border-top: 1px solid #eaeaea;	
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;	
	padding: 0 10px;	
	font-size: 1rem;
	line-height:1.8rem;
	color: #333333;
	font-family: "Roboto Condensed","Oswald","Open Sans", arial;
}
.panel-details-title-bar span {
	margin-left: 10px;
	font-size: 0.83em;
	font-family: "Open Sans",arial;	
}
.panel-details-title-bar span.tools {
    float: right;
    margin-top: 0;
    padding: 0;
}
.info-panel {				/* teal/Blue */
    background: #D9EDF7;
	color: #3A87AD;
	font-size: 0.95em;
	padding: 5px;
	line-height: 1.3em;
	border-width: 1px;
	border-style: solid;
	border-color: #aed5e8;
}
.info-panel p {
	line-height: 1.3em;
}
span.tools a {
	padding-left: 10px;
}
span.tools [class*="icon-"] {
	font-size: 1.3em;
	line-height: 1.5em; 
	vertical-align: middle;
}
span.tools a[class*="icon-"]:hover {
	text-decoration: none;
}

.panel-head {
	color: #868686;
	background: #DCDCDC;
	font-size: .938em;
	min-height: 1px;
    padding: 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.panel-head a { 
	color: #fff;
}

.form-panel-wrap > .panel,
.form-panel-wrap > .panel-head,
.form-panel-wrap > .panel-footer {
	max-width: 850px;
	margin: 0 auto;
}
.maxwidth {
	background: #fffdff;
}
.maxwidth > .panel,
.maxwidth > .panel-footer {
	max-width: 850px;
	margin: 0 auto;
}
.maxwidth.align-left > .panel,
.maxwidth.align-left > .panel-footer {
	margin: 0;
}

.panel-search {
	background: #fff; /* )#BFBFBF;*/
	padding: 10px;
	border: none; /* ))1px solid #ccc; */
	color: #666;
}
.panel-search-alt {
	background: #fff; /* #3F6288; */
	padding: 10px;
	border: none; /* 1px solid #476B91; */
	color: #666;
}
.panel-search-alt a {
	color: #1D94B9;
	font-size: .93em;
	margin-left: 25px;
}
.panel-filter-wrap {
    float: left;
    left: 50%;
    padding: 0 0 20px;
    position: relative;
}
.panel-filter {
	margin-bottom: 15px;
	padding: 10px;
	border-radius: 7px;
	border: 1px solid #ccc;
	background: -moz-linear-gradient(center top , #F1F1F1 0%, #C4C4C4 100%);
	background: -ms-linear-gradient(top, #F1F1F1 0%,#C4C4C4 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#F1F1F1), to(#C4C4C4));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1F1F1', endColorstr='#C4C4C4');
}
.panel-footer {
	width: 100%;
	background: #fff;
	min-height: 30px;
	padding: 20px 0;
}
.panel-map {
	margin: 20px;
	height: 200px;
	border: 2px solid #ccc;
	background: #DCDCDC;
}
.interactive-map-wrap {
	padding: 0 15px;
}
.interactive-map {
	position: relative;
	height: 450px;
	background: #DCDCDC;
}
.roster-map {
	height: 450px;
	border: 2px solid #ccc;
	background: #DCDCDC;
}
.map-info-panel {
	position: absolute;
	display: none;
	right: 0;
	top: 30px;
	z-index: 500;
	background: #F3F3F3;
	border-color: #ababab;
	border-style: solid;
	border-width: 2px 0 2px 2px;
	border-radius: 12px 0 0 12px;
	box-shadow:  -8px 2px 14px 0px rgba(16, 28, 92, 0.31);
	background: -moz-linear-gradient(180deg, #EAEEED 21%, #dcdcdc 91%);
	background: -webkit-linear-gradient(180deg, #EAEEED 21%, #dcdcdc 91%);
	background: -o-linear-gradient(180deg, #EAEEED 21%, #dcdcdc 91%);
	background: -ms-linear-gradient(180deg, #EAEEED 21%, #dcdcdc 91%);
	background: linear-gradient(270deg, #EAEEED 21%, #dcdcdc 91%);
}
.map-image-panel {
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	z-index: 600;
	background: -moz-linear-gradient(180deg, #EAEEED 21%, #dcdcdc 91%);
	background: -webkit-linear-gradient(180deg, #EAEEED 21%, #dcdcdc 91%);
	background: -o-linear-gradient(180deg, #EAEEED 21%, #dcdcdc 91%);
	background: -ms-linear-gradient(180deg, #EAEEED 21%, #dcdcdc 91%);
	background: linear-gradient(270deg, #EAEEED 21%, #dcdcdc 91%);
}
.imap-control-wrap {
	position: absolute;
	right: -2px;
	top: 0;
	display: inline-block;
	padding: 5px;
	z-index: 490;
	border-color: #ddd;
	border-style: solid;
	border-width: 0 0 1px 1px;
	border-radius: 0 0 5px 5px;
	-webkit-box-shadow: 6px 3px 4px 0px rgba(50, 50, 50, 0.28);
	-moz-box-shadow:    6px 3px 4px 0px rgba(50, 50, 50, 0.28);
	box-shadow:         6px 3px 4px 0px rgba(50, 50, 50, 0.28);
}
.imap-control-wrap .btn {
	margin: 0 3px;
}
.map-photo-gallery li {
	display: inline-block;
}
.map-photo-gallery li img {
	margin: 4px;
	border: 2px solid #fff;
	border-radius: 4px;
	cursor: pointer;
}
.imap-mask {
	position: absolute;
	opacity: .75;
	background: #444;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.imap-block {
	background: #e4e4e4;
	color: #30557f;
	font-size: 17px;
	font-family: "Oswald",arial;
	position: relative;
	margin: 80px 100px;
	padding: 20px;
	border: 1px solid #ccc;
	z-index: 2;
}
.imap-centered {
	display: inline-block;
	vertical-align: middle;
	width: 400px;
	padding: 10px 15px;
	border: #a0a0a0 solid 1px;
	background: #375A7F;
	color: #ccc;
	font-size: 1rem;
 }
.imap-img-wrapper {
	border-radius: 12px;
	margin: 0 auto 10px;
	width: 175px;
	height: 110px;
	background: url(https://d2w6u17ngtanmy.cloudfront.net/gfx/modal/loading.gif) center center no-repeat #f9f9f9;
	cursor: pointer;
}
.imap-img {
	border-radius: 12px;
	width: 175px;
	height: 110px;
	border: 2px solid #fff;
}
.imap-userimg-wrapper {
	border-radius: 12px;
	margin: 0 auto 10px;
	width: 175px;
	height: 210px;
	background: url(https://d2w6u17ngtanmy.cloudfront.net/gfx/modal/loading.gif) center center no-repeat #f9f9f9;
	cursor: pointer;
}
.imap-userimg {
	border-radius: 12px;
	width: 175px;
	height: 210px;
	border: 2px solid #fff;
}
.imap-close-btn {
	position: absolute;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
}
#user-bio-wrap ul li {
	margin-left: 30px;
	list-style: circle !important; 
	display: list-item !important;
	margin-bottom: 5px;
}
}
.user-img-float {
	width: 50px;
	float: left;
	padding-right: 12px;
}
.address-map {
	height: 250px;
	border: 2px solid #F3F3F3;
}
.address-map-alt {
	height: 450px;
	border: 2px solid #999;	
}
.office-address {
	font-size: 15px;
	margin-bottom: 15px;
}
.office-phone-label {
	color: #30557f;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 3px;
}
.office-phone-value {
	font-size: 14px;
	margin-bottom: 10px;
}
.office-photo{
	height: 110px;
	margin-right: 10px;
	border: 4px solid #fff;
	cursor: pointer;
}
.mbb-mask {
    background: #000000;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
   z-index: 9999998;
}
.mbb-loading-mask {
    left: 50%;
    position: fixed;
    top: 50%;
    z-index: 9999999;
}
.mbb-mask-container {
    background: #111111;
    border-radius: 8px;
    height: 100px;
    margin: -50px 0 0 -140px;
    opacity: 0.90;
    padding: 10px;
    width: 260px;
	text-align: center;
}
.mbb-mask-call-container {
    background: #111111;
    border-radius: 8px;
    height: 250px;
    margin: -125px 0 0 -150px;
    opacity: 0.90;
    padding: 30px 40px;
    width: 400px;
	text-align: center;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.mbb-mask-call-message {
    color: #ccc;
	font-family: "Oswald","Open Sans",arial;
    font-size: 22px;
	font-weight: bold;
    text-align: center;
}
.click-call-title {
	font-family: "Oswald","Open Sans",arial;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	color: #ccc;
	margin-bottom: 5px;
}
.click-call-title span {
	font-size: 16px;
}
.mbb-mask-container button {
	border-radius: 8px;
	border: 1px solid #919191;
	font-size: 15px; 
	color: #dcdcdc;
	padding: 3px 15px;
	margin: 20px 5px 0 5px;
	cursor: pointer;
	font-weight: 400;
 	font-family: "Oswald","Open Sans",arial;
	background-image: -webkit-linear-gradient(top, #7d7e7d, #0e0e0e);
	background-image: -moz-linear-gradient(top, #7d7e7d, #0e0e0e);
	background-image: -ms-linear-gradient(top, #7d7e7d, #0e0e0e);
	background-image: -o-linear-gradient(top, #7d7e7d, #0e0e0e);
}
.mbb-mask-container button:hover {
	background: #303030;
}
.mbb-mask-img {
	margin-top: 10px;
}
.mbb-mask-confirm {
	font-family: "Oswald","Open Sans",arial;
    color: #dedede;
    font-size: 17px;
	font-weight: normal;
	text-align: center;
	margin-top: 15px;
}
.mbb-mask-message {
    color: #ccc;
	font-family: "Oswald","Open Sans",arial;
    font-size: 15px;
	font-weight: bold;
    text-align: center;
}
.light-box-mask {
    background: #0B0B0B;
    height: 100%;
    left: 0;
    opacity: 0.85;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 1000;
	display: none;
}
.light-box-wrap {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1003;
	display: none;
}
.light-box-container:before {
	content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.light-box-container {
    height: 100%;
    left: 0;
	top: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.light-box-content {
    display: inline-block;
    position: relative;
    text-align: left;
	max-width: 100%;
    vertical-align: middle;
    z-index: 1045;
	padding: 0;
	background: url(https://d2w6u17ngtanmy.cloudfront.net/gfx/ajax-loader.gif) no-repeat center center #000;
}
.light-box-img {
    display: block;
    height: auto;
    line-height: 0;
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.light-box-prev {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    cursor: pointer;
    z-index: 1000001;
    max-height: 100%;
}
.light-box-prev:hover{
	background: url(http://s3.amazonaws.com/bluefiregroup/widget-images/bfg-slideshow-prev-btn-wh.png) left 10px center no-repeat;
}
.light-box-next {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    cursor: pointer;
    z-index: 1000001;
    max-height: 100%;
}
.light-box-next:hover{
	background: url(http://s3.amazonaws.com/bluefiregroup/widget-images/bfg-slideshow-next-btn-wh.png) right 10px center no-repeat;
}
.light-box-close{
    position: fixed;
    top: 5px;
    right: 10px;
    height: 42px;
    width: 42px;
    cursor: pointer;
    opacity: .9;
    background: url(https://s3.amazonaws.com/bluefiregroup/widget-images/bfg-slideshow-close-btn-wh.png);
    z-index: 1000005;	
}
.search-totals {
	padding-top: 15px;
}
.listing-details-link, 
.custom-details-link {
	cursor: pointer;
}
.listings-img { 
	width: 100px;
}
.listings-img-wrapper { 
	width: 100px; 
	height: 70px; 
	position: relative; 
	border: 1px solid #ccc;
	background-size: cover !important;
}
.listings-img-wrapper img { 
	position: absolute;
	top:0; 
	left: 0; 
	z-index: 2;
}
.bfg-grid-50 {
    float: left;
    width: 50%;
}
.bfg-prop-label {
    float: left;
    font-size: 0.8125em;
    font-weight: bold;
    margin-bottom: 10px;
    width: 180px;
}
.bfg-prop-desc {
    font-size: 0.8125em;
    font-weight: normal;
    margin-bottom: 10px;
    margin-left: 180px;
}
.bfg-grid-100::after {
    clear: both;
}
.bfg-mb20 {
    margin-bottom: 20px;
}
.bfg-grid-100::before, .bfg-grid-100::after {
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
.note-box {
    border: 2px solid #0670c7;
    color: #00528d;
    padding: 5px;
    text-align: left;
}
.panel-footer > .listings-search-totals{
	float: left;
	padding-left: 15px;
	padding-top: 10px;
}
.activity-step {
	width: 60px;
	font-size: 1.5rem;
	line-height: 2.5rem;
	background: #ccc;
	text-align: center;
	border-radius: 6px;
	display: inline-block;
}
.draggable { 
	cursor: move;
}
#sortable li { 
	margin: 5px;  
	float: left; 
	width: 220px; 
	height: 175px; 
	font-size: 13px; 
	text-align: center; 
	border: 3px solid #fff;
}
#sortable .ui-state-highlight { 
	background: #ccc;
	border-color: #fff;
}
.morecontent span {
    display: none;
}
.morelink {
    display: inline-block;
	margin-left: 5px;
}
ul.search-bar {
	border-bottom: 1px solid #c6c6c6;
	border-top: 1px solid #f6f6f6;
	background: -moz-linear-gradient(center top , #F0F0F0 0%, #DCDCDC 100%);
	background: -ms-linear-gradient(top, #F0F0F0 0%,#DCDCDC 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#DCDCDC));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F0F0F0', endColorstr='#DCDCDC');
}
.search-bar > li {
	float: left;
	border-right: 1px solid #ccc;
}
.search-bar > li > div {
	height: 35px;
	line-height: 35px;
	padding: 6px 15px;
}
.search-bar > li > div > input {
	font-size: 13px;
	width: 250px;
}
.search-bar button {
	color: #777;
	margin: 0;
	line-height: 35px;
	padding: 5px 20px;
	cursor: pointer;
	background: none;
	border: none;
	text-shadow: 0 1px 1px #fff;
}
.search-bar button:hover {
	background: #dcdcdc;
}
.search-bar input[type="text"] {
	width: 170px;
}
.search-bar select {
	width: 150px;
}
.file-search-btn {
	color: #fff;
	background: #416489;
	cursor: pointer;
	font-family: "Oswald","Open Sans", arial;
	box-shadow: none;
	border-radius: 0 5px 5px 0;
	font-size: .8em;
	margin: 0 0 0 -3px;
	padding: 7px 10px 6px;
	position: relative;
	top: 0px;
}
#biz-file-folders,
#file-container {
	height: 550px;
	overflow-x : hidden;
	overflow-y: auto;
}
#biz-file-folders {
	height: 550px;
	overflow-x : hidden;
	overflow-y: auto;
}
#biz-file-folders {
	padding: 10px;
}
#biz-file-folders ul li ul {
	margin-left: 25px;
}
.biz-file-wrap {
	padding: 10px;
}
.media-folder-wrap .media-folder-wrap {
	margin-left: 25px;
}
.media-folder a,
.media-sub-folder a {
	font-size: 13px;
}
.media-folder i {
	color: #777;
	font-size: 22px;
}
.media-folder i.icon-folder-open,
.media-folder i.icon-folder-openable {
	cursor: pointer;
}
.current-media-folder {
	background: #E2E2E2;
	border: 1px solid #ccc;
}
.biz-menu-wrap {
	display: none;
	position: absolute;
	z-index: 300;
	background: #444;
	width: 120px;
	opacity: .85;
	left: 100px;
	top: 200px;
	border-radius: 5px;
}
.biz-menu-wrap a {
	display: block;
	font-size: 11px;
	color: #cfcfcf;
	padding: 5px 5px;
	border-bottom: 1px solid #757575;
	text-decoration: none;
}
.biz-menu-wrap a:last-child {
	border: none;
}
.doc-link {
	white-space: nowrap;
	overflow: hidden;
}
.doc-link i {
	font-size: 2.5em;
}
.doc-link a,
.doc-link i {
	color: #868686;
	text-decoration: none;
}
.doc-link a:hover {
	text-decoration: underline;
}
.listing-views {
	background: #fff;
	border: 1px solid #ccc;
	padding: 3px;
	position: absolute;
	right: -10px;
	top: -5px;
	z-index: 2;
}
.tab-count {
	font-size: .76em;
	font-family: arial;
	color: #FFF;
	background: #1174AB;
	border-radius: 100%;
	display: inline-block;
	position: absolute;
	z-index: 10;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	top: 2px;
	right: 4px;
}
.user-sort-row {
	width: 100%;
	display: table;
	padding: 5px;
	background: #e7e7e7;
	border: 1px solid #ccc;
	margin-bottom: 5px;
	opacity: .8;
	cursor: move;
}
.current-lead {
	background: #c9edbe;
}
.rr-delete {
	width: 40px;
	display: table-cell;
	text-align: center;
}
.rr-spacer {
	width: 5px;
}
.rr-user {
	display: table-cell;
	font-size: 15px;
	font-weight: bold;
}
.rr-active {
	width: 150px;
	display: table-cell;	
}
.rr-cc {
	width: 250px;
	display: table-cell;
}
.user-sort-list .ui-state-highlight {
	height: 40px; 
	background: #C6C6C6 !important;
	border-color: #555;
	margin-bottom: 5px;
}
#css-defs code, #css-defs pre {
    font-family: "Courier New",monospace;
}
#css-defs pre,
xmp {
    display: block;
    padding: 9.5px;
    margin: 0 0 20px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f0f0f0 ;
    border: 1px solid #ccc;
    border-radius: 4px;
}
#css-defs code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e ;
    background-color: #fdedf1 ;
    border-radius: 4px;
}



/*
 * Carousel Plugin Styles
 */
.nav-left {
	position: absolute;
	top: 50%;
	left: -1px;
	width: 25px;
	height: 51px;
	cursor: pointer;
	z-index: 2;
	margin-top: -26px;
	background: url(https://d2w6u17ngtanmy.cloudfront.net/gfx/gallery-arrows-sm.png) 0 100%;
}
.nav-left:hover {
	background: url(https://d2w6u17ngtanmy.cloudfront.net/gfx/gallery-arrows-sm.png) 100% 100%;
}
.nav-right {
	position: absolute;
	top: 50%;
	right: -1px;
	width: 25px;
	height: 51px;
	cursor: pointer;
	z-index: 2;
	margin-top: -26px;
	background: url(https://d2w6u17ngtanmy.cloudfront.net/gfx/gallery-arrows-sm.png);
}
.nav-right:hover {
	background: url(https://d2w6u17ngtanmy.cloudfront.net/gfx/gallery-arrows-sm.png) 100% 0;
}
.bfg-carousel {
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
}
.bfg-carousel ul {
	padding: 0;
	margin: 0;
	width: 99999px;
}
.bfg-carousel li {
	padding: 0;
	margin: 5px 5px 5px 0;
	list-style: none;
	display: block;
	float: left;
}

.small.showmore-wrap {
	font-size: 0.8em;
	color:#666;
}

/*
 * Lead Tabs
 --------------------------------------------------------------*/
div.contrast-horizontal {
    border: none;
    background-color: #efefef;
    box-shadow: none;
}
#communication td {
	vertical-align: top;
}
.communication-hide
{
	font-size: 0.8em;
	line-height: 1.7em;
}
.communication-show
{
    font-size: 0.8em;
    line-height: 1.7em;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 5px;
    white-space: normal;
}
.communication-date-cell
{
	width:80px;
	padding-left:10px
}
.communication-icon-cell
{
	width: 35px;
	margin-left: auto;
	margin-right: auto;
}
.communication-icon-cell .
.communication-label-cell
{
	max-width:160px;
}
.check-all {
	width: 30px;
}
.task-mark-complete { 
	width: 40px; 
	text-align: center;
}
.task-assigned { 
	width: 260px;
}
.task-assigned div { 
	width: 200px;
}
.task-duedt {
	width: 110px;
}
.request-date {
	width: 75px;
}
.task-type {
	width: 50px;
}
.task-status {
	width: 25px;
}
.task-complete {
	width: 100px;
}
.task-rating {
	width: 100px;
}
.request-complete {
	width: 100px;
}
.task-user {
	width: 220px;
}
.action-icon {
	width: 30px;
}
#bulk-email-wrap {
	color: #000;
	width: 800px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px;
}
.bulk-wrap h1,
.bulk-wrap h2,
.bulk-wrap h3,
.bulk-wrap h4,
.bulk-wrap h5,
.bulk-wrap h6 {
	color: #333;
}
.lead-task-history {
	height: 600px;
	overflow-x: hidden;
	overflow-y: auto;
}

/* Listings Search Form
------------------------------------------------------------ */
.bfg-tabs {
	position: relative;
}
.bfg-tabs > ul { 
	display: block; 
	width: 100%; 
	padding: 0;
	margin: 0; 
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.bfg-tabs > ul > li {
	display: inline-block;
	padding: 0;
	margin: 0 5px 0 0;
}
.bfg-tabs > ul > li > a { 
	display: block; 
	padding: 15px 25px;
	margin: 0;
	color: #666;
	font-size: 16px;
	font-weight: bold;
	font-family: "Open Sans", Arial;
	text-decoration: none; 
	background: #f3f3f3;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.bfg-tabs ul > li > a.bfg-tabs-active {
	position: relative;
	top: 1px;
	z-index: 2;
	background-image: url(https://s3.amazonaws.com/bluefiregroup/widget-images/bfg-tabs-arrow-bottom.png);
	background-repeat:no-repeat;
	background-position: center bottom;
	background-color: #fff;
}
.bfg-tabs-content {
	background: #fff;
	border: 1px solid #CCCCCC;
	position: relative;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.bfg-tabs-content > div {
	display: block;
	top: 0;
	left: 2000px;
	position: absolute;
	width: inherit;
}
.bfg-tabs-content > div:first {
	left: 0;
}
.tab-ajax-loader {
	height: 150px;
	width: 250px;
	background: url(https://d2w6u17ngtanmy.cloudfront.net/gfx/loading.gif) no-repeat center;
	padding: 10px;
	margin: 20px;
}
.mobile-app-bg {
    border: 1px solid #99BBE8;
    float: left;
    height: 70px;
    width: 100px;
	margin-left: 5px;
	cursor: pointer;
}
#mobile-bg-selector .selected {
	border: 2px solid red;
}

.steps-wrap {
	padding: 10px 20px;
	cursor: move;
}
.steps-num {
	width: 70px;
	float: left;
	font-size: 2rem;
	line-height: 3rem;
	background: #ccc;
	text-align: center;
	border-radius: 8px;
}
.steps-desc {
	margin-left: 100px;
	margin-right: 100px;
	font-size: 20px;
	font-weight: bold;
	line-height: 3rem;
}
.steps-action {
	float: right;
	width: 100px;
	text-align: center;
	line-height: 3rem;
}
#sales_forecast_steps .ui-state-highlight {
	padding: 10px 20px;
	height: 3rem;
	background: #C6C6C6;
	border-color: #fff;
}
.percent {
	width: 30px;
}
.percent-empty {
	width: 38px;
    display: inline-block;
    line-height: 1.4em;
    padding: 4px 8px 2px;	
}
.task-filter-wrap {
	border: 2px solid #ccc;
	background: #fefefe;
	height: 350px;
	overflow: auto;
	cursor: pointer;
}
.lookup-list-wrap { 
	border: 2px solid #ccc;
	background: #fefefe;
	height: 390px;
	overflow: auto;
	cursor: pointer
}
.rets-field-selected,
.rets-lookup-selected {
	background: #163b65 !important;
	color: #f7f7f7;
}

/* timeline */
.timeline {
    position: relative;
	background: #f2f6f8;
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
	border: 1px solid #eaeaea;
}
.timeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #c9d8e0;
    left: 25px;
    margin: 0;
    border-radius: 2px;
}
.timeline > li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 15px;
}
.timeline > li:after, 
.timeline > li:before {
    content: " ";
    display: table;
}
.timeline > li > .timeline-item {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    border-radius: 2px;
    margin-top: 0;
    background: #fff;
    color: #444;
	max-width:700px;
    margin-left: 60px;
    margin-right: 0;
    padding: 0;
    position: relative;
}
.timeline > li > .timeline-item > .time {
    color: #999;
    float: right;
    padding: 10px;
    font-size: 12px;
}
.timeline > li > .timeline-item > .timeline-header {
    margin: 0;
    color: #555;
    border-bottom: 1px solid #f4f4f4;
    padding: 10px;
    font-size: 16px;
    line-height: 1.1;
}
.timeline > li > .timeline-item > .timeline-header > a {
    font-weight: 600;
}
.timeline > li > .timeline-item > .timeline-body, 
.timeline > li > .timeline-item > .timeline-footer {
    padding: 10px;
	font-size: 0.8em;
}
.timeline > li >.item-marker {
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 33px;
    position: absolute;
    background: #fff;
    border-radius: 50%;
	border: 1px solid #ddd;
    text-align: center;
    left: 5px;
    top: 0;
}

.timeline > li >.item-marker.drip::after {
	content: "\e068";
	position: absolute;
	left:30px;
	font-size: 0.75em;
	color: #888;
    font-family: "web-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    -webkit-font-smoothing: antialiased;	
}
.timeline > li >.item-marker.message-in::after {
	content: "|";
	position: absolute;
	left:30px;
	font-size: 0.75em;
	color: #888;
    font-family: "web-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    -webkit-font-smoothing: antialiased;	
}
.timeline > li >.item-marker.message-in {
	color: #3392C5
}
.timeline > li >.item-marker.message-out::after {
	content: "{";
	position: absolute;
	left:30px;
	font-size: 0.75em;
	color: #888;
    font-family: "web-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    -webkit-font-smoothing: antialiased;	
}
.timeline > li >.item-marker.inquiry::after {
	content: "\e0b1";
	position: absolute;
	left:30px;
	font-size: 0.75em;
	color: #FB9800;
    font-family: "web-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    -webkit-font-smoothing: antialiased;	
}
.timeline > .time-label > span {
    font-weight: 600;
	font-size: 0.9em;
    padding: 5px 10px;
    display: inline-block;
}

/* FOLLOW UP PANEL: */
#followup-header i.icon-filter {
	cursor: pointer;
    opacity: 0.2;
}
#followup-header i.icon-filter:hover {
	cursor: pointer;
    opacity: 1;
}


/* TEST FOR TOGGLE ACTIONS MENU */
.toggle-nav {
  margin: 1em;
  float: right;
  color: #f39;
}
.toggle-nav:hover {
  color: #cc297a;
}
.actions-nav-wrap {
  overflow: hidden;
}
.actions {
  margin: 0;
  float: right;
  visibility: hidden;
  position: relative;
  right: -100%;
  transition-duration: 150ms;
  -webkit-transition-duration: 150ms; 
}
.actions.active {
  visibility: visible;
  right: 0;
  transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
}
.actions ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.actions ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
}




/* Headlines
------------------------------------------------------------ */
h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6,.h6
{
	font-family: "Roboto Condensed", "Oswald","Open Sans",arial;
	font-weight: 500;
	line-height: 100%;
	margin: 0 0 .95em;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6
{
	color: #30557F;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small
{
	font-size: .80em;
	font-weight: 500; 
	color: #30557F;
	display: inline;
}
h1 {
	font-size: 24px;
}
.content-header {
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 10px;
}
.content-header h1 {
    border-bottom: 1px solid #D5D5D5;
    margin: 0;
    padding-bottom: 5px;
}
h2{
	font-size: 22px;
}
h2.error {
	color: #cc3300;
}
h3{
	font-size: 20px;
}
h4{
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 15px;
}
h5{
	font-size: 15px;
	margin-bottom: 5px;
}
h6{
	font-size: 15px;
}
.bg-alt2 h1,
.bg-alt2 h2,
.bg-alt2 h3,
.bg-alt2 h4,
.bg-alt2 h5,
.bg-alt2 h6{
	color: #fff;
}

/* Fonts
------------------------------------------------------------ */
i {
	vertical-align: middle;
	margin: 0 5px;
}
h2 > i {
	margin-left: 0;
}
.small-button i {
	font-family: Helvetica, arial;
	font-size: 1.2rem;
	line-height: 1.2rem;
}
.big-button i {
    font-size: 2rem;
	line-height: 2rem;
}
.xlarge-button i {
	font-size: 2.6rem;
	line-height: 2.6rem;
}
.link-icon {
	color: #777;
	text-decoration: none;
	padding-right: 10px;
	font-size: 1.4rem;
	line-height: 1.4rem;
	vertical-align: middle;
}
.link-icon-alt {
	color: #34557F;
	text-decoration: none;
	font-size: 1.4rem;
	line-height: 1.4rem;
	vertical-align: middle;
}
.link-icon-image {
	background: #000;
	color: #E73D00;
	font-size: 1.2rem;
}
.link-icon-image:hover {
	color: #fff;
}
.link-icon-red {
	color: #E97A33;
}
.link-icon-sm {
	color: #777;
	text-decoration: none;
	font-size: 1rem;
	line-height: 1rem;
	vertical-align: middle;
}
.link-icon-lg {
	color: #777;
	font-size: 15px;
	padding: 10px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
}
.link-icon-lg i {
	font-size: 2.2em;
	vertical-align: middle;
}
.link-icon-lg:hover {
	border: 1px solid #1175AB;
	text-decoration: none !important;
}
i.grid-icon {
	font-size: 1.9em;
}
i.alt {
	color: #34557F;
}
i.valid {
	color: #5E9D26;
}
i.normal {
	color: #b9b9b9;
}
i.error {
	color: #E74955;
}
i.invalid {
	color: #E74955;
}
i.white {
	color:#ffffff;
}
i.none {
	color:#cccccc;
}
i.dark {
	color:#333333;
}
.text.valid {
	color: #007f00;	
}
.text.invalid {
	color: #CF5A5A;
}
.warning {
	color: #FB9800;
}
.caution {
	color: #FCDC22;
}
.help {
	color: #1175AB;
}
#nav-wrap .help {
	color: #ffffff;
}
[class*="alert-"] {
	display: inline-block;
	font-size: .94em;
	line-height: normal;
	padding: 2px 8px;
	border-radius: 2px;
}
[class*="alert-"] small {
	font-size: .83em;
}
.alert-valid {
	color: #fff;
	background: #5E9D26;
}
.alert-ok {
	color: #fff;
	background: #2FADE7;
}
.alert-warning {
	color: #fff;
	background: #E74955;
}
.alert-caution {
	color: #fff;
	background: #FB9800;
}
.alert-normal {
	color: #fff;
	background: #b9b9b9;
}
.alert-disabled {
	color: #ccc;
	background: #555;
}
.alert-complete {
	color: #fff;
	background: #000;
}

.alert-none {
	background: transparent;
	border: 1px solid #dedede;
	padding: 1px 5px;
}
.alert-white {
	background: #ffffff;
	border: 1px solid #dedede;
	padding: 1px 7px;
}
 
.alert-valid a, .alert-warning a, .alert-caution a, .alert-complete a {
    color: #fff;
}

.form-row.alertrow-caution {
	border-left: 5px solid #FB9800;
}

[class*="lead-type-"] {
	display: inline-block;
	font-size: .94em;
	line-height: normal;
	padding: 1px 5px;
	border-radius: 2px;
}
[class*="lead-type-"] small {
	font-size: .83em;
}
.lead-type-1 {				/* type1 - New Lead */
	background: #fff;
	border: 1px solid #E74955;
	color: #E22836;
}
.lead-type-2 {				/* type2 - Prospect */
	background: #D9EDF7;
	border: 1px solid #3A87AD;
	color: #3A87AD;
}
.lead-type-3 {				/* type3 - Opportunity */
	background: #DFF0D8; 
	border: 1px solid  #468847;
	color:  #468847;
}
.lead-type-4 {				/* type4 - Client */
	background: #BAFFE8;
	border: 1px solid #35A85E;
	color: #35A85E;
}
.lead-type-10 {				/* type10 - Past Client */
	background: #BAFFE8;
	border: 1px solid #35A85E;
	color: #35A85E;
}
.lead-type-15 {				/* type15 - Partner */
	background: #D6F3F5;
	border: 1px solid #925BB8;	
	color: #28979F;
}
.lead-type-20 {				/* type20 - Sphere */
	background: #FFF4E0;
	border: 1px solid #DE9404;	
	color: #DE9404;
}
.lead-type-90 {				/* type90 - Archived */
	background: #F1F1F1;
	border: 1px solid #676767;
	color: #676767;
}
.lead-type-99 {				/* type99 - Bogus */
	background: #555555;
	border: 1px solid #CCCCCC;
	color: #CCCCCC;
}

.color-prime {
    background:  #1174AB
}
.color-prime:hover {
    background-color: #1DA4E7;
}
.color-sec {
    background:  #1DA5AE;
}
.color-sec:hover {
	background-color: #15B4CB;
}
.color-bg2 {
	background: #2FADE7;	/* Blue - Do something, EDIT etc */
}
.color-bg2:hover {
	filter: brightness(94%);
	-webkit-filter: brightness(94%);
}


/* Forms
------------------------------------------------------------ */
.form-row {
	padding: 10px 20px;
}
.form-row.noborder {
	border:none;
}
.form-row label {
	font-weight: bold;
	line-height: 30px;
}
.panel-filter label {
	font-size: 16px;
	color: #215A78;
	font-weight: bold;
	line-height: 32px;
	white-space: nowrap;
}
textarea,
input[type="text"], 
input[type="password"], 
input[type="number"], 
input[type="search"] {
	width: 99%;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    color: #555555;
    display: inline-block;
    font-size: 1em;
    padding: 6px 0;
	text-indent: 10px;
    vertical-align: middle;
    background-color: #fff;
}
textarea {
	text-indent: 0;
}
select {
	width: 99%;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    color: #555555;
    display: inline-block;
	padding: 4px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    font-size: 1em;
    vertical-align: middle;
    background-color: #fff;
}
select.form-error,
textarea.form-error,
input[type="text"].form-error,
input[type="password"].form-error {
    border-color: #358b02;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset, 0 0 8px rgba(53, 69, 21, 0.7);
}
select:focus,
input[type="text"]:focus, 
input[type="password"]:focus,
textarea:focus {
    border-color: #6BACED;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset, 0 0 8px rgba(82, 168, 236, 0.7);
}
.menu-search input[type="text"] {
	font-size: 12px;
	width: 130px;
	margin: 5px 0 5px 5px;
	padding: 6px 6px 7px 4px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #bbbbbb;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #bbbbbb;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #bbbbbb;
}
:-moz-placeholder { /* Firefox 18- */
  color: #bbbbbb;
}

.form-example {
	font-family: "Open Sans",arial;
	margin-top: 4px;
	font-size: 13px;
}
.helper {
	font-family: "Open Sans",arial;
	font-size: 14px;
}
.input-wrap {
	display: inline-block;
	white-space: nowrap;
	margin-right: 25px;
}
.input-checkbox-wrap {
	display: inline-block;
	cursor: pointer;
	line-height: 1em;
	margin-right: 15px;
}
.input-checkbox-wrap i {
	font-size: 1em;
	line-height: 1em;
	position: relative;
	top: 2px;
	z-index: 10;
}
.lac-btn-group {
	display: inline-block;
}
.lac-btn-wrap,
.radio-button-wrap,
.checkbox-button-wrap {
	display: inline-block;
	cursor: pointer;
	margin-right: 10px;
}
.lac-btn-wrap label {
	font-weight: normal;
	line-height: 1em;
	cursor: pointer;
}
.icon-button-unchecked {
	color: #666;
	background: #c6c6c6;
	border: 1px solid #999;
	display: inline-block;
	cursor: pointer;
	padding: 2px 10px;
	line-height: 1.5em;
	margin-right: 15px;
}
.icon-button-checked {
	color: #fff;
	background: #2FADE7;
	border: 1px solid #aaa;
	display: inline-block;
	cursor: pointer;
	padding: 2px 10px;
	line-height: 1.5em;
	margin-right: 15px;
}
.icon-button-unchecked i {
	color: #666;
	font-size: 1.1em;
	line-height: 1.1em;
	position: relative;
	top: 2px;
	z-index: 10;
}
.icon-button-checked i {
	color: #fff;
	font-size: 1.1em;
	line-height: 1.1em;
	position: relative;
	top: 2px;
	z-index: 10;
}


.button-unchecked {
	color: #666;
	font-size: .81em;
	font-weight: normal;
	background: #c6c6c6;
	border: 1px solid #999;
	display: inline-block;
	padding: 8px 12px 8px 8px;
	line-height: 1em;
	margin-right: 15px;
	vertical-align: middle;
}
.button-checked {
	color: #f7f7f7;
	font-size: .81em;
	font-weight: normal;
	background: #1175AB;
	border: 1px solid #000;
	display: inline-block;
	padding: 8px 12px 8px 8px;
	line-height: 1em;
	margin-right: 15px;
	vertical-align: middle;
}
.button-unchecked i {
	color: #777;
	font-size: 1.2em;
	position: relative;
	z-index: 10;
}
.button-checked i {
	color: #fff;
	font-size: 1.2em;
	position: relative;
	z-index: 10;
}


.quick-search-wrap {
	position: relative;
	vertical-align: top;
}
.quick-search-btn {
	border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family: Helvetica, arial;
    font-size: 1.04rem;
    font-weight: 400;
    margin: 3px;
    padding: 6px 15px 6px 5px;
    text-decoration: none;
	text-align: center;
}
.quick-search-input {
	display: none;
    max-width: 100%;
    text-align: left;
    width: 250px;
}
.quick-search-wrap input[type="text"] {
	margin: 5px 0;
	display: inline;
	font-size: 12px;
	padding: 5px;
}
.quick-search-advanced {
	text-decoration: underline;
	font-size: 11px;
	float: right;
	margin: 5px 0 0;
}
.text-highlight {
	background: #fefee5; 
}

/* Buttons
------------------------------------------------------------ */
.btn {
    color: #fff;
	font-family: Helvetica, arial;
	font-weight: 400;
    font-size: .938em;
	line-height: 20px;
	vertical-align: middle; 
    padding: 4px 18px;	
	border-width:1px;	
	text-decoration: none !important;	
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);	
    white-space: nowrap;
	cursor: pointer;
	background: #70BB2E;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);	
	-webkit-appearance: none;
  	-webkit-border-radius: 0;	
}
.btn-bg2 {
	background: #2FADE7;
}
.btn-bg3 {
	background: #888;
}
.btn:hover,
.btn-bg2:hover,
.btn-bg3:hover {
	color: #fff;
	filter: brightness(90%);
	-webkit-filter: brightness(90%);
	text-decoration: none;	
}
.btn-clear {
	background: none;
	text-decoration: none;
}
.btn-clear:hover {
	background: #2FADE7;
	text-decoration: none;
}
.btn-small {
	font-family: Helvetica, arial;	
	font-size: .9em;
	padding: 1px 6px;
}
.btn-mini {
	font-family: Helvetica, arial;	
	font-size: .75rem;
	padding: 0 6px 0 6px;
	text-shadow: none;
}
.btn-cancel {
	color: #333;
	background: #E8E8E8;
	margin-right: 10px;
}
.btn-cancel:hover {
	background: #E8E8E8;	
	color: #333;
}
.btn-disabled,
.btn-disabled:hover {
	color: #9e9e9e;
	background: #DCDCDC;
	margin: 0 10px;
	text-shadow: none;
	cursor: text;
}
.btn-preview {
	background: #70BB2E;
	margin-right: 10px;
}
.btn-filter {
	color: #666;
	cursor: pointer;
	padding: 2px 8px;
	border: 1px solid #ccc;
	background: -moz-linear-gradient(center top , #EEEEEE 0%, #DCDCDC 100%);
	background: -ms-linear-gradient(top, #EEEEEE 0%,#DCDCDC 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#DCDCDC));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#DCDCDC');
}
input.selected {
	background: #3C5F85;
	color: #fff;
	border: 1px solid #3C5F85;
}
.btn-click-to {
	display: block;
	float: left;
	padding: 2px;
	margin-right: 5px;
	position: relative;
	z-index: 100;
	border: 1px solid #ccc;
	border-radius: 3px;
	text-decoration: none !important;
}
.btn-click-to:hover {
	background: -moz-linear-gradient(center top , #fff 0%, #ababab 100%);
	background: -ms-linear-gradient(top, #fff 0%,#ababab 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ababab));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#ababab');
}
.btn-icon {
	padding: 3px 5px;
}
.btn-icon > i {
    font-size: 1.1em;
    line-height: 1.2em;
	margin: 0 4px 0 0 ;
}

.menu-search-btn {
	font-family: "Oswald","Open Sans", arial;
	box-shadow: none;
	border-radius: 0 3px 3px 0;
	font-size: .8em;
	margin: 0 0 0 -3px;
	padding: 4px 8px 4px;
	background: #70BB2E;
	position: relative;
}
#fileSearch button {
	padding: 2px;
	line-height: 20px;
	box-shadow: none;
}
.button-row {
    margin: 0;
    padding: 5px 0;
    text-align: center;
    width: 100%;
}
.button-rowr {
    margin: 0 20px 0 0;
    padding: 10px 0;
    text-align: right;
}
.button-rowl {
    margin: 0;
    padding: 5px 0;
    text-align: left;
}
.map-tools {
	display: inline-block;
}
.gmnoprint img {
	max-width: none;
}
.small-button {
	font-family: Helvetica, arial;
	display: inline-block;
    background-color: #FFFFFF;
    border-left: 1px solid #D2D2D2;
    border-radius: 3px;
    border-top: 1px solid #D2D2D2;
    box-shadow: 0 2px 2px -2px #808080;
    cursor: pointer;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);	
}
.small-button > a {
    border-radius: 3px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-family: Helvetica, arial;
    font-size: 1.04rem;
    font-weight: 400;
    margin: 3px;
    padding: 6px 15px 6px 5px;
    text-decoration: none;
    white-space: nowrap;
}

.big-button {
	font-family: Helvetica, arial;
	display: inline-block;
    background-color: #FFFFFF;
    border-left: 1px solid #D2D2D2;
    border-radius: 3px;
    border-top: 1px solid #D2D2D2;
    box-shadow: 0 2px 2px -2px #808080;
    cursor: pointer;
    display: inline-block;
    text-align: center;
}
.big-button > a {
	font-size: 0.87em;
	font-family: "Oswald","Open Sans",arial;
	font-weight: 400;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    margin: 5px;
    padding: 8px 15px;
    white-space: no-wrap;
	text-decoration: none;
	min-width: 90px;
}
.xlarge-button {
	font-family: Helvetica, arial;
	display: inline-block;
    background-color: #FFFFFF;
    border-left: 1px solid #D2D2D2;
    border-radius: 3px;
    border-top: 1px solid #D2D2D2;
    box-shadow: 0 2px 2px -2px #808080;
    cursor: pointer;
    display: inline-block;
    text-align: center;
}
.xlarge-button > a {
	font-size: 0.91em;
	font-family: "Oswald","Open Sans",arial;
	font-weight: 400;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    margin: 5px;
    padding: 20px;
    white-space: pre-wrap;
	text-decoration: none;
	width: 140px;
}

.action-button {
	font-size: 0.9rem;
	display: inline-block;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);		
    cursor: pointer;
    text-align: center;
}
.action-button > a {
    color: #FFFFFF;
	font-family: Helvetica, arial;
    display: block;
    font-weight: 400;
    margin: 0;
    padding: 7px 9px 6px 4px;
    text-decoration: none;
    white-space: nowrap;
}

.action-button.round > a {
	border-radius: 50%;
	padding: 5px;
	width: 30px;
    height: 30px;	
    line-height: 30px;
	text-align: center;
    vertical-align: middle;	
 	-webkit-box-shadow: 2px 2px 1px 0 rgba(0,0,0,0.5);  
  	-moz-box-shadow:    2px 2px 1px 0 rgba(0,0,0,0.5);  
  	box-shadow:         2px 2px 1px 0 rgba(0,0,0,0.5); 	
}
.action-button > a:hover {
	text-decoration:none;
	color: #ffffff;
}

a.link-icon:hover, 
a.link-icon-alt:hover,
.xlarge-button > a,
.big-button > a,
.small-button > a,
.mini-button > a,
.pagination a,
.menu-toggle-btn:hover {
    text-decoration: none;
}
.small-button a:hover, 
.big-button a:hover, 
.xlarge-button a:hover, 
.quick-search-btn a:hover {
	color: #ffffff;
}
.btn-click-to:hover {
	background: #efefef;
}


/* Colors for actions */ 
.color-ac1 {  					/* click-button */
	background: #2FADE7;
	color:#ffffff; 	
} 
.color-ac2 {  					/* dark blue - CALL */			
	background: #1C3BDB;
	color:#ffffff; 	
}
.color-ac3 {  					/* olive  - SMS*/
	background: #9D955F;
	color:#ffffff;
}
.color-ac4 {  					/* green  - EMAIL */
	background: #23983E;
	color:#ffffff;	
}
.color-ac5 {  					/* teal  - NOTE */
	background: #34A1A4;
	color:#ffffff;
}
.color-ac6 {  					/* dark orange  - TASK */
	background: #C15A11;
	color:#ffffff;
}


.dashboard-button {
	background: #3D6C94;
	padding: 10px 2px;
	border-radius: 3px; 
	cursor: pointer;
}
.dashboard-count {
	font-family: "Roboto Condensed","Oswald","Open Sans", arial;
	font-size: 4rem;
	font-weight: 300;
	color: #fff;
	line-height: 4rem;
	padding-right: 15px;
}
.dashboard-icon {
	font-size: 2.8rem;
	color: #FEFEFE ;/* #B5B5B8 */
	padding-left: 15px;
	line-height: 3.5rem;
	vertical-align: bottom;
}
.dashboard-icon-alt {
	font-size: 2.8rem;
	color: #D1D1E0;
	line-height: 2rem;
}
.dashboard-icon-alt2 {
	font-size: 3rem;
	color: #fff;
	line-height: 2rem;
}
.dashboard-table {
	display: table;
	margin: 0 10px;
}
.dashboard-cell {
	display: table-cell;
	vertical-align: middle;
}
.dashboard-desc {
	font-size: .85rem;
	font-family: arial;
	color: #fff;
}
.dashboard-desc-alt {
	font-size: .90rem;
	font-family: arial;
	color: #ebebf3;
	margin: 3px 0 3px 15px;
	font-weight: bold;
}
.dashboard-desc-alt2 {
	font-size: 1.7rem;
	font-family: arial;
	color: #fff;
	margin: 12px 0 3px 40px;
}
.dashboard-desc-sm {
	font-size: .75rem;
	font-family: arial;
	color: #D1D1E0;
}
.dashboard-desc-alt-sm {
	font-size: .80rem;
	font-family: arial;
	color: #D1D1E0;
	margin: 0 0 0 15px;
}
.dashboard-button .title {
	color: #fff;
	font-family: verdana,arial;
	font-size: .85em;
	text-align: center;
	font-weight: bold;
}
.dashboard-button .desc-wrap {
	text-align: center;
}
.dashboard-button .total {
	cursor: pointer;
	display: inline-block;
	font-family: "Roboto Condensed","Oswald","Open Sans", arial;
	font-size: 2.3rem;
	font-weight: 300;
	color: #fff;
	padding: 3px 0;
	border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.dashboard-button .total small {
	font-family: arial;
	font-size: .68rem;
	font-weight: bold;
}
.dashboard-button .total:hover {
	background: #333;
}
.alt-color {
	background: #DFF0D8;
}
.alt-color div,
.alt-color span,
.alt-color i {
	color: #468847;
} 
.alt-color2 {
	background: #D9EDF7;
}
.alt-color2 div,
.alt-color2 span,
.alt-color2 i {
	color: #3A87AD;
} 
.alt-color3 {
	background: #FCF8E3;;
}
.alt-color3 .title,
.alt-color3 .total,
.alt-color3 i {
	color: #C09853;
}
.alt-color4 {
	background: #ff9900;
}
.alt-color5 {
	background: #993CC7;
}
.alt-color6 {
	color: #B94A48;
	background: #F2DEDE;
}
.alt-color6 div,
.alt-color6 span,
.alt-color6 i {
	color: #B94A48;
} 
.alt-color7 {
	background: #333;	
}
.alt-color8 {
	background: #fff;
}
.alt-color,
.alt-color2,
.alt-color3,
.alt-color6 {
	border: none;
	-webkit-box-shadow: 0 0px 3px #e4e2e6;
    -moz-box-shadow: 0 0px 3px #e4e2e6;
    box-shadow: 0 0px 3px #e4e2e6;	
}

.wizard-steps li {
	display: inline-block;
	border-radius: 3px;
	margin-bottom: 20px;
	margin-right: 10px;
	border: 1px solid #D2D2D2;
}
.wizard-steps li:after {
	clear: both;
}
.wizard-steps li a {
	font-family: verdana,arial;
	color: #ccc;
	width: 275px;
	background: #F3F3F3;
	padding: 10px;
	display: inline-block;
	cursor: text;
	text-decoration: none;
	border-radius: 3px;
}
.step-number {
	font-size: 45px;
	font-weight: bold;
}
.step-desc {
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
}
.wizard-steps li a span {
	display: inline-block;
}
.wizard-steps small {
	font-size: 12px;
	line-height: 15px;
	font-family: verdana, arial;
}
.wizard-steps li a.complete {
	color: #fff;
	background: #8CC63F;
}
.wizard-steps li a.current {
	color: #fff;
	background: #EA8511;
}
.wizard-steps li.current {
	box-shadow: 0 2px 2px -2px #808080;
}

.jPicker.Container {
    position: fixed !important;
	top: 0px !important;
}

/* TOOLTIP */
[data-tooltip] {
  cursor: pointer;
  position: relative;
  /********** Tooltip Sizes ********* */
  /********** Top Tooltip ********* */
  /********** Right Tooltip ********* */
  /********** Bottom Tooltip ********* */
  /********** Bottom left Tooltip ******/
  /********** Left Tooltip ********* */
}
[data-tooltip]:before, [data-tooltip]:after {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.15s cubic-bezier(0.5, 1, 0.25, 1);
  white-space: normal;
}
[data-tooltip]:before {
  padding: 5px;
  width: 110px;
  border-radius: 3px;
  background: #000;
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.2;
	z-index:9999;
}
[data-tooltip]:after {
  border: 8px solid transparent;
  width: 0;
  content: "";
  font-size: 0;
  line-height: 0;
}
[data-tooltip]:hover:before, [data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}
[data-tooltip].t-xl:before {
  width: 200px;
}
[data-tooltip].t-lg:before {
  width: 170px;
}
[data-tooltip].t-md:before {
  width: 140px;
}
[data-tooltip].t-sm:before {
  width: 110px;
}
[data-tooltip].t-xs:before {
  width: 80px;
}
/* display top */
[data-tooltip].t-top:before {
  bottom: 100%;
  left: 50%;
  margin-bottom: 5px;
  transform: translateX(-50%);
}
[data-tooltip].t-top:after {
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 8px solid #000;
  border-bottom: none;
}
[data-tooltip].t-top:hover:before, [data-tooltip].t-top:hover:after {
  transform: translateX(-50%) translateY(-5px);
}
/* display right */
[data-tooltip].t-right:before {
  top: 50%;
  left: 100%;
  margin-left: 5px;
  transform: translateY(-50%);
}
[data-tooltip].t-right:after {
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  border-right: 8px solid #000;
  border-left: none;
}
[data-tooltip].t-right:hover:before, [data-tooltip].t-right:hover:after {
  transform: translateX(5px) translateY(-50%);
}
/* bottom */
[data-tooltip].t-bottom:before {
  top: 100%;
  left: 50%;
  margin-top: 5px;
  transform: translateX(-50%);
}
[data-tooltip].t-bottom:after {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 8px solid #000;
  border-top: none;
}
[data-tooltip].t-bottom:hover:before, [data-tooltip].t-bottom:hover:after {
  transform: translateX(-50%) translateY(5px);
}
/* display bottom left */
[data-tooltip].t-bottom-l:before {
  top: 100%;
  left: 50%;
  margin-top: 5px;
  transform: translateX(-50%);
}
[data-tooltip].t-bottom-l:after {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 8px solid #000;
  border-top: none;
}
[data-tooltip].t-bottom-l:hover:before, [data-tooltip].t-bottom-l:hover:after {
  transform: translateX(-100%) translateY(5px);
}
/* display left */
[data-tooltip].t-left:before {
  top: 50%;
  right: 100%;
  margin-right: 5px;
  transform: translateY(-50%);
}
[data-tooltip].t-left:after {
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  border-left: 8px solid #000;
  border-right: none;
}
[data-tooltip].t-left:hover:before, [data-tooltip].t-left:hover:after {
  transform: translateX(-5px) translateY(-50%);
}



/*
 * CSS Defaults and Overrides
 * Do not add site specific css here - add it to the content section
 */
#header-wrap .hidden,
#main-wrap .hidden,
.hidden {
	display: none;
}
.block {
	display: block;
}
.iblock {
	display: inline-block;
}
.relative {
	position: relative;
}
.inline {
	display: inline;
}
.nowrap {
	white-space: nowrap;
}
.pointer {
	cursor: pointer;
}
.round {
	border-radius: 3px;
}
.round-alt {
	border-radius: 3px;
}
.img-round {
	border: 10px solid #ccc;
	border-radius: 100%;
}
.m0 {
	margin-left: 0px !important;
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;	
}
.mb0 {
	margin-bottom: 0px !important;
}
.mb5 {
	margin-bottom: 5px;
}
.mb8 {
	margin-bottom: 8px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb40 {
	margin-bottom: 40px;
}
.mt0 {
	margin-top: 0 !important;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.ml0 {
	margin-left: 0;
}
.mr0 {
	margin-right:0;
}
.mr5 {
	margin-right:5px;
}
.mr10 {
	margin-right:10px;
}
.mr15 {
	margin-right:15px;
}
.p5 {
	padding: 5px;
}
.p10 {
	padding: 10px;
}
.p15 {
	padding: 15px;
}
.pt15 {
	padding-top: 15px;
}
.pb10 {
	padding-bottom: 10px;
}
.pr10 {
	padding-right:10px;
}
.pr30 {
	padding-right:30px;
}
.pl5 {
	padding-left: 5px !important;
}
.pr5 {
	padding-right: 5px !important;
}
.pl0 {
	padding-left: 0 !important;
}
.pr0 {
	padding-right: 0 !important;
}
.underline {
	text-decoration: underline;
}
.indent10 {
	margin-left: 10px;
}
.indent20 {
	margin-left: 20px;
}
.indent {
	margin-left: 30px;
}
.indent30 {
	margin-left: 30px;
}
.indent-60 {
	margin-left: 60px;
}
.spacerh {
	padding: 0 10px;
}
.border {
	border: none;
	-webkit-box-shadow: 0 0px 5px #ddd;
    -moz-box-shadow: 0 0px 5px #ddd;
    box-shadow: 0 0px 5px #ddd;
}
.borderr {
	border-right: 1px solid #e4e2e6;
}
.borderr-dashed {
	border-right: 1px dashed #ccc;
}
.borderb {
	border-bottom: 1px solid #e4e2e6;
}
.bordert {
	border-top: 1px solid #e4e2e6;
}
.border-alt {
	border: 1px solid #34557F;
} 
.borderb-alt {
	border-bottom: 1px solid #34557F;
}
.bordert-alt {
	border-top: 1px solid #34557F;
}
.vert-middle {
	vertical-align:middle;
}


