@charset "utf-8";
/* CSS Document */

.overlay
{
	display:none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    filter:alpha(opacity=60);
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    z-index: 99;
}

.loader
{
	display:none;
	position: fixed;
    /*top: 0;
    left: 0;*/
	top:50%;
	left:50%;
	
	margin-top:-16px;
	margin-left:-16px;
	
	z-index: 100;
}



.overlayPagination
{

    position: fixed;
  	top:0;
	left:0;
	
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    filter:alpha(opacity=40);
    -moz-opacity:0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    z-index: 99;
}
.loaderContainer
{
	position: fixed;
	top:50%;
	left:50%;
	margin-top:-16px;
	margin-left:-16px;
}


.actionTaken , .success {
	font-weight: bold;
	color: green;
}


.normalText
{
  font-family:Arial, Helvetica, sans-serif; 
  font-size:12px; 
  color:#333;
}

.colorGreen {
	color: green;
}

.colorRed {
	color: red;
}

.colorRed13 {
	color: red;
	font-size:14px; 
}
.colorRed14 {
	color: red;
	font-size:14px; 
}

.colorRed16 {
	color: red;
	font-size:16px; 
}


.padding2px {
	padding:2px;
}

.padding4px {
	padding:4px;
}

.padding6px {
	padding:6px;
}

.padding_top6px {
	padding-top:6px;
}

.padding_top12px {
	padding-top:12px;
}

.padding_left6px {
	padding-left:6px;
}

.padding12px {
	padding: 12px;
}

.mandatory
{
	color:red;
	font-size:16px;
}

.borderColorRed {
	
}

/* Ravi Added for general table to display list */
.listTable
{
  font-family:Arial, Helvetica, sans-serif; 
  font-size:12px; 
  color:#333;
}

.listTable th 
{
	font-size:13px; 
	font-weight:bold;
	background:#cccccc;
	text-align:left;
	cursor: auto;
}

.listTable tr 
{
	font-size:13px; 
	text-align:left;
	cursor: auto;
}


#loader
{
	position: fixed;
    /*top: 0;
    left: 0;*/
	top:50%;
	left:50%;
	
	margin-top:-16px;
	margin-left:-16px;
	
	z-index: 100;
}
.Vuebold 
{
	font-weight: bold;
}

[v-cloak] {
	display:none;
}

img.preview {
    width: 200px;
    background-color: white;
    border: 1px solid #DDD;
    padding: 5px;
}



/* Added for corn_calllist.php */
.circle {
  width: 200px;
  height: 200px;
 
  font-size: 50px;
  color: #fff;
  line-height: 500px;
  text-align: center;
  /*background: #000;*/
  background-image: url("/img/call.png");
   background-color: #cccccc;
  
}
	
.setup-steps
{
	width:100%;
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
	
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border: 1px solid #828282;
	
	padding:20px;
}


.msDashboard-box
{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-width: thin;
	border-style: solid;
	border-color: #828282;
	background-color: #EEE;
	margin:6px;
}

.roundbox
{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-width: thin;
	border-style: solid;
	border-color: #828282;
	background-color: #EEE;
	padding: 6px;
}

.roundbox-no-background
{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-width: thin;
	border-style: solid;
	border-color: #828282;
	padding: 6px;
}




.msDashboard-box-no-background
{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-width: thin;
	border-style: solid;
	border-color: #828282;
	background-color: #FFF;
	margin:6px;
}

.msDashboard-box-heading
{
  font-size: 14px;
  font-weight:bold;
  padding-top:6px;
  padding-left:6px;
}

	


/**********************/
/***** based on lists.css call-list ******/
/**********************/
.mobilefirst-row-icons { padding-bottom: 0px; }

.mobilefirst-row-icons .col-xs-3 {
	background-color: #444;
	color: #fff;
	padding: 10px;
	
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.dropdown-menu li 		{ padding-top:3px; padding-bottom:3px; }
.mobilefirst-confirm 		{ display:none; padding-top:25px; }
.mobilefirst-contact 		{ background-color:#eeeeee; padding:15px; }
.mobilefirst-contact a 	{ text-decoration:none; color:#333; }
.mobilefirst-header , .mobilefirst576-header		{ display:none; 
						 font-weight:bold; 
						 background:#cccccc; 
						 border-bottom: 1px solid black; 
						 padding-top:10px; 
						 padding-bottom:10px; 
						 margin-left:0px; 
						 margin-right:0px;
}
.mobilefirst-row-data 	{ font-size:14px; }
.mobilefirst-row-icons 	{ padding-top:8px; padding-bottom:8px; font-size:25px; }
.mobilefirst-label, .mobilefirst576-label 		{ font-weight:300;  }	 /* display labels in lighter shade */

.textalign-center-leftalign-on-mobile { text-align:left;  }

.textalign-right {text-align:right;}
.textalign-center {text-align:center;}

.cursorPointer {cursor: pointer;}

table.dataTable thead .sorting_asc{
	background: url("/content/assets/images/kits_sort_asc.png") no-repeat !important;
}
table.dataTable thead .sorting_desc{
	background: url("/content/assets/images/kits_sort_desc.png") no-repeat !important;
}
table.dataTable thead .sorting{
	background: url("/content/assets/images/kits_sort_both.png") no-repeat !important;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled{
	padding-left:20px;
	background-position: center left !important;
}

 
@media screen and (min-width: 576px) 
{
	.mobilefirst576-row-icons .col-xs-3 {
		background: none;
		color: #333;
		padding: 0px 5px 5px 5px;
		border:none;
	}
	/* At specified min-width, any html element with mobilefirst576-label class will become invisible 
	   Is used to display labels for large screen but displayed on smaller screens */
	.mobilefirst576-label 		{ display:none;  }
	.mobilefirst576-hide-on_large_screen		{ display:none; }
	  
	.mobilefirst576-header 		{ display:block; font-size:12px; }
	  
	.mobilefirst576-row-data 	{ font-size:12px; }
	.mobilefirst576-row-icons 	{ padding-top:0px; padding-bottom:0px;  font-size:20px; }
	
	.textalign-center-leftalign-on-mobile { text-align:center;  }	
}





@media (min-width: 992px) 
{
	.mobilefirst-row-icons .col-xs-3 {
		background: none;
		color: #333;
		padding: 0px 5px 5px 5px;
		border:none;
	}
	/* At specified min-width, any html element with mobilefirst-label class will become invisible 
	   Is used to display labels for large screen but displayed on smaller screens */
	.mobilefirst-label 		{ display:none;  }
	.mobilefirst-hide-on_large_screen		{ display:none; }
	/*.mobilefirst-header 		{ display:block; font-size:12px; } */
	.mobilefirst-header 		{ display:flex; font-size:12px; } 
	.mobilefirst-row-data 	{ font-size:12px; }
	.mobilefirst-row-icons 	{ padding-top:0px; padding-bottom:0px;  font-size:20px; }
	
	.textalign-center-leftalign-on-mobile { text-align:center;  }	
}




.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


.infoicon-vue
{
	margin-left:3px;
	margin-right:3px;
	
	
	-webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size: 13px;
    font-family: "Times New Roman", Georgia, Times, serif;
    padding: 0px 6px;
    background: #003767;
    color: #ffffff;
}




/******************************************************************************/
/* This style will make sure that the bootbox is vertically center aligned. 
Its native vertical center align does not work with bootstrap 3 */

.bootbox.modal {
  text-align: center;
  padding: 0!important;
}

.bootbox.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; /* Adjusts for spacing */
}

.bootbox .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
/******************************************************************************/



/******************************************************************************/
/*
This section of styles make sure that there's no second scroll bar when the modal opens
*/
.bootbox
{
	overflow:hidden;
	
}
body.modal-open
{
	margin-right:0px;
}
/******************************************************************************/


.modal-footer
{	
	margin-top:0px;
}

.modal {
	overflow-y:auto;
}

.attachments .fa-remove{
	cursor: pointer;
	padding-right: 20px;
}

#quillEditorMessage p{
	margin: 15px 0;
}

#quillEditorMessage table, #quillEditorMessage th, #quillEditorMessage td {
    border-bottom: 0;
}

.arial-font ,.arial-font *{
	font-family:Arial, sans-serif !important;
}

.products-header h1{
	font-size: 52px;
	line-height: 64px;
	margin:8px 0 0;
}

.products-header .clickText_disable , .products-header .clickText{
	font-size: 20px;
	line-height: 20px;
}
.products-info{
	font-size: 20px;
	line-height: 32px;
}
.products-info .www strong  {
	width: 124px;
	display: inline-block;
	text-align: right;
	padding-right: 4px; 
}

.products-info .products-desc  {
	padding-left: 124px;
	line-height: 28px;
	margin-top:10px;
	font-size: 20px;
	line-height: 24px;
}

@media only screen and (max-width: 600px) {

	.products-header img{
		display: none;
	}

	.products-header h1{
		font-size: 40px;
		line-height: 50px;
	}

	.products-info .www strong  {
		display: inline;
	}

	.products-info .products-desc  {
		padding-left: 4px;
	}

}

.icon-marketing{
	height: 20px;
}

.icon-marketing span{
	display: inline-block;
	width: 10px;
	height: 16px;
/*	margin-right: 2px; */
	border: 1px dotted #b2b2b2;
}
.icon-marketing label{
	margin-bottom: 0px;
	padding-left:2px;
	padding-right: 10px;
	font-weight: 200;
	font-size: 12px; 
}

.color-direct-mail{
	background-color: #213a65;
}
.color-buyer-drip{
	background-color: #65a9de;
}
.color-enews{
	background-color: #cd3438;
}
.color-vdp-calendar{
	background-color: #7e2b8b;
}
.color-emarketing-mail{
	background-color: #32CD32;
}
.color-condo-farm-dm{
	background-color: #ebbd34;
}


.sales-btn{
	white-space: normal;
	color: #fff;
	background-color:#6B8EAB;
	font-size: 14px;
	max-width: 100%;
	border-radius:4px;
	margin-bottom: 10px;

	padding: 5px 10px;
	text-align: left;
	font-weight: 500;
	font-family: 'Open Sans';
	letter-spacing: 1px;
	width:100%;
	min-width: 120px;

}
.sales-btn:hover{
	color: #fff;

}
.filter input{
	margin-right: 6px;
}
.filter label{
	margin-left:16px;
}
.filter label:first-child{
	margin-left:0px;
}
/*
* {
	font-family: 'Arial';
}
*/
.text-left{
	text-align: left;
}

#icon.icon-marketing{
	display: flex;align-items: center;flex-wrap: wrap; padding-left: 16px;
}
.icon-marketing div{
	display: flex;
}
.icon-marketing label {
    font-size: 12px;
}

#geo-popup-mask{
	overflow-y: hidden;
}

.add-notes{
	background-image: url('/content/assets/images/add-notes.svg');
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
}

.table-striped>tbody>tr:nth-of-type(even){background: #ebebeb; } /*EBEBEB*/
.table-striped>tbody>tr:nth-of-type(odd) {background: #fff;  }	

.action{
	display: grid;
	grid-template-columns: 33% 33% 33%;
	align-items:center;
	justify-items: center;
}

.action a{
	color: #000;
}


table.dataTable thead th, table.dataTable thead td {
	padding-left: 4px;
}

.sales-btn br{
	display: none;
}
@media only screen and (min-width: 1200px) {
	.sale-hub-left-nav .col-lg-10{
		width: 87%;
	}
	.sale-hub-left-nav .col-lg-2{
		/*width: 13%; */
		width:120px;
	}

	.col-lg-2 .sales-btn:first-child{
		margin-top: 118px;
	}
	.sales-btn br{
		display: inline;
	}
	.sales-btn {
		margin-bottom: 12px;
	}

}

@media only screen and (max-width: 768px) {
	#icon.icon-marketing{
		padding-left:15px ;
	}
	

	.table-striped>tbody>tr:nth-of-type(even){background: #ebebeb; padding-bottom: 10px; } /*EBEBEB*/
	.table-striped>tbody>tr:nth-of-type(odd) {background: #fff; padding-bottom: 10px;  }

	td.desc{
		grid-column-start: 2;
		grid-row-start: 2;

	}
	td.location{
		grid-column-start: 2;
		grid-row-start: 3;

	}
	td.price{
		grid-column-start: 2;
		grid-row-start: 4;

	}
	td.category{
		grid-column-start: 1;
		grid-row-start: 4;
		justify-self: start;

	}

	.action{
		grid-row-start: 5;
		grid-column-start: 1;
		grid-column-end:span 2;

		column-gap: 2px;
	}
	.action * ,.action .g-icon{
		color: #fff;
		background-color: #444;
		width: 100%;
		line-height: 45px;
		height: 100%;
	}

	.action span.add-notes{
		background-image: url('/img/icons/note-icon-white.png');
	}
	
	.icons span.add-notes{
		background-image: url('/img/icons/note-icon-white.png');
	}

	td{
		border-top: 0 !important;
		border-bottom: 0;
	}
	.add-notes{
		/* background-image: url('/img/icons/note-icon-white.png');*/
		background-size: 20px;
		background-position: center;
	}


	td.name{
		font-weight: 800;
	}
	.marketing { padding-bottom: 5px; }
	.action{ padding-bottom: 10px !important; }


}

@media only screen and (min-width: 1230px) {
	.container{
		max-width:1230px;
		width:1230px;
	}
}

