/* Font sizing standardisation */

.content_page small, .ui-dialog small {
	font-size: 8pt;
}

/* normal text with a lighter colour (info) */
p.muted,
span.muted {
	color: rgba(0, 0, 0, 0.6);
}

/* feature error / notice */
.ai-feature-notice {
	font-style: italic;
	color: #FF2823;
}
.ai-feature-notice-tips {
	margin-top: 10px;
}

/* unvisited link */
.content_page a:link,
.content_page a:visited,
.ai-link {
    color: #7bab22; /*@link_colour*/
}
.ai-link {
	cursor: pointer;
	text-decoration: underline;
}

/* visited link */
.content_page a:hover,
.content_page a:active {
   color: inherit;
}

.content_page h1:first-of-type,
.content_page h2:first-of-type,
.content_page h3:first-of-type,
.content_page h4:first-of-type,
.content_page h5:first-of-type,
.content_page h6:first-of-type {
	margin-top:0;
}

.ui-dialog h1:first-of-type,
.ui-dialog h2:first-of-type,
.ui-dialog h3:first-of-type,
.ui-dialog h4:first-of-type,
.ui-dialog h5:first-of-type,
.ui-dialog h6:first-of-type {

}

.ui-widget-content {
	font-size:14px;
}

.ui-accordion-header {
	font-size:14px;
}
.ai_margin_left {
	margin-left: 10px;
}

.ai_margin_right {
	margin-right: 10px;
}

.ai_margin_top {
	margin-top: 10px;
}

.ai_margin_bottom{
	margin-bottom: 10px;
}

.ai_autoflow {
	overflow: auto;
}

.ui-dialog td, .content_page td {
	padding: 3px 0px;
}


/* Styled scrollbars */
.custom-scrollbar::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}


/* Table formatting - might live somewhere else */

/* Toms Table CSS -- add shadedTable class to a table to use */

.shadedTable td,
.shadedTable th {
	padding: 2px 5px;
	vertical-align: middle;
}

.shadedTable tr:nth-child(even) {
	background: #eaeaea;
}
.shadedTable tr:nth-child(odd) {
	background: #ffffff;
}
.shadedTable tr:hover {
	background: #bbb;
}


.shadedTable thead {
	background: #BDBDBD;
	font-weight: bold;
	vertical-align: bottom;
}

.shadedTable thead tr:nth-child(odd) {
	background: #BDBDBD;
}

.shadedTable thead tr:nth-child(even) {
	background: #BDBDBD;
}

.shadedTable.border td {
	border: 2px solid white;
}

.shadedTable th.align-center,
.shadedTable td.align-center {
	text-align: center;
}

.shadedTable th.align-right,
.shadedTable td.align-right {
	text-align: right;
}

/* Toms Div Table CSS - */

.cssTable {
	display: table;
	width: 100%;
}

.cssTableHeader {
	background: #BDBDBD;
	display: table-row;
	vertical-align: bottom;
	font-weight: bold;
	width: 100%;
}

.cssTableHeader .cssTableColumn:first-child {
	border-radius: 3px 0 0 0;
}

.cssTableHeader .cssTableColumn:last-child {
	border-radius: 0 3px 0 0;
}


.cssTableRow {
	display: table-row;
	width: 100%;
}

.cssTableRow:nth-child(odd) {
	background: #eaeaea;
}
.cssTableRow:nth-child(even) {
	background: #ffffff;
}
.cssTableRow:hover {
	background: #bbb;
}

.cssTableColumn {
	display: table-cell;
	padding: 2px 5px;
	vertical-align:middle;
}



/* Simple key-value table */

.variableKeySection {
}

.variableKeySection .row {
	border: 1px solid #dbdbdb;
	border-width: 0px 0px 1px 0px;
}
.variableKeySection .row:first-child {
	border-top-width: 1px;
}

.variableKeySection .row div {
	padding: 5px 8px;
	display: inline-block;
}
.variableKeySection .row .key {
	width: 100px;
	font-style: italic;
}

/* End - Simple key-value table */



.content_section#featurePreview {
	background-repeat: no-repeat;
	padding:0 !important;
}

.featureAnalyticsDiv {
	background-image:url('../../images/featurePromotion/analyticsPreview1400.jpg');
}

.featurePushDiv {
	background-image:url('../../images/featurePromotion/pushPreview1400.jpg');
}

.featureCrmDiv {
	background-image:url('../../images/featurePromotion/crmPreview1400.jpg');
}


#featurePreview #featureInnerMask {
	background:rgba(255,255,255,0.75);
	padding:40px;
}

.featureHighlight {
	display:inline-block;
	background:#c2d973;
	padding:3px 10px;
	font-size:80%;
	border-radius:20px;
	color:white;
	font-weight:normal;
}

.featureBtn {
	background:#01AFEC;
	color:white;
	font-size:150%;
	padding: 0 20px;
}
.featureBtn:hover {
	color:black;
	background:#01AFEC;
}

.featurePageHeading {
 	color:#292829;
 	font-size:1.5em;
 	font-weight:bold;
}

.featureSubheading {
	color:#292829;
	font-size:130%;
}

.featureBodyText {
	color:#292829;
	font-size:120%;
}

/*  INFORMATIVE BANNER STYLES  */
.infoBanner {
    background-color: #deeac8; /*@info_banner*/
	color: #000000; /*@info_banner_text*/
    text-align: center;
	padding: 15px;
    font-weight: bold;
	border-style: solid;
	border-width: 1px;
	border-color: #7bab22; /*@info_banner_border*/
	border-radius: 5px;
}

.infoBanner.danger {
	background-color: #fff7f7;
	border-style: solid;
	border-width: 1px;
	border-color: #FF2121;
	color: #000000;
}

.infoBanner.highlight {
	background-color: #FDF0AA;
	border-style: solid;
	border-width: 1px;
	border-color: #FFD374;
	color: #000000;
}

.infoBanner.info {
	background-color: #f5f5f5;
	border-style: solid;
	border-width: 1px;
	border-color: #b1b1b1;
	color: #6b6b6b;
}


/* Preview QR Hovers */

.ownQRStyle {
	font-size:100% !important;
	font-weight:normal !important;
	text-align:center !important;
}

#insertQrHere canvas {
	margin:0 auto;
}

#insertQrPreviewHere {
	text-align: center;
}

.qrRolloverIcon, .qrPreviewRolloverIcon {
	width: 30px;
	height: 30px;
	position: relative;
	float: right;
	cursor: pointer;
	background-position: 50%;
	background-repeat: no-repeat;
}

.qrPreviewRolloverIcon {
	margin-top: -40px;
}

.emptyPhone {
	background-image: url('/cms/images/help/iconIphone.png');
	background-size: contain;
}

.phoneIconAnalytics, .phoneIconReports, .phoneIconMessaging, .phoneIconCrm {
	background-size: 55%, contain;
	background-position: 47% 41%;
	background-repeat: no-repeat;
}
.phoneIconAnalytics {
	background-image: url('/cms/images/navIcons/analytics.png'), url('/cms/images/help/iconIphone.png');
}
.phoneIconReports {
	background-image: url('/cms/images/navIcons/crm.png'), url('/cms/images/help/iconIphone.png');
}
.phoneIconMessaging {
	background-image: url('/cms/images/navIcons/messaging.png'), url('/cms/images/help/iconIphone.png');
}
.phoneIconCrm {
	background-image: url('/cms/images/navIcons/crm.png'), url('/cms/images/help/iconIphone.png');
}

.no_scroll {
	overflow-y: hidden !important;
}

.submissions_deferred2 {
	margin-top:10px; 
	padding:7px; 
	background-color: red; 
	display: block; 
	background-color: #fff7f7; 
	border: 1px solid; 
	border-radius: 5px; 
	border-color: #FF2121;"
}

.ai_button_icon:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 6px;
}
.count_display {
	float: right;
}