
/* ==================== MAIN BODY ==================== */
@media only screen and (max-width: 1125px){
	#bodyDiv.doubleRow{
		padding-top: 100px !important;
	}
}
/* html:not(#tinymce), body:not(#tinymce){ */
#wsBody, #wsBody > body{
	font-family: "Segoe UI", helvetica, arial;
	font-size: 14px;
	background: #FFF;
	height: 100%;
	padding: 0;
	margin: 0;
}
#pageContainer{
	min-height: 100%;
	position: relative;
}
#bodyDiv{
	padding: 30px 6px 15px 6px; 	
	max-width: 100%;
}

/* STILL USED IN ADD COLOUR AND ONBOARDING */
.darkTileBG{
	background: url(../images/darkTile.png) repeat;
}

/* THIS IS USED BEHIND THE BUTTON LIBRARY SO YOU CAN SEE WHITE BUTTONS */
.horGrad{
	background: linear-gradient(90deg, #888 0%, #FFF 80%);
}
/*
.stripey{
	background-image: linear-gradient(45deg, #777777 16.67%, #fafafa 16.67%, #fafafa 50%, #777777 50%, #777777 66.67%, #fafafa 66.67%, #fafafa 100%);
	background-size: 21.21px 21.21px;
}
*/
.goToTopBTN, .lowerGoToTopBTN{
    position: fixed;
    right: 10px;
    z-index: 9000;
    height: 48px;
    cursor: pointer;
}
.goToTopBTN{
	bottom: 120px;
}
.lowerGoToTopBTN{
    bottom: 10px;
}


.statusMsg .glyphicon {
    font-size: 15pt;
    margin-right: 8px;
}



/* ==================== MODULES ==================== */
#moduleHolder{
    display: inline-block;
	margin: auto;
	padding-top: 10px;
	min-width: 300px;
}
/*#mainContent,*/ #secondContent{
	width: 100%;
	text-align: center;	
}

.closeBTN{
	float: right;
	cursor: pointer;
}
.closeSecondaryBTN, .closeTertiaryBTN, #closeContactManagerBTN{
	border-radius: 6px;
	padding: 8px;
	background-color: #337ab7; /*#62B546;*/
	z-index: 8888;
    box-shadow: 2px 3px 3px #222;
	cursor: pointer;
	color: #000;
	font-size: 16pt;
	height: 33.3px;
    width: 33px;
    padding: 8px 0 0 0;
    text-align: center;
    font-size: 14pt;
    color: white;
	position: fixed;
}
.closeSecondaryBTN, .closeTertiaryBTN{
	top: 80px;
	right: 14px;
}
.closeSecondaryBTN:hover, .closeTertiaryBTN:hover{
	background-color: #239ad4;	/*#63CD40;*/
}



/* ==================== PAGE/MODULE TITLES ==================== */
.learnBTN{
	cursor: pointer;
	height: 32px;
    margin: 0px 0 10px 10px;
}


/* ==================== TOP NAV BAR ==================== */
#headerBar{
	position: fixed;
	top: 0;
	left: 0;
	width:100%;
	max-width: 100%;
	height: 46px;
	z-index: 5000;
	background: #EEE;
	box-shadow: #777 3px 3px 5px
}

#topBarLeftCell, #topBarRightCell{
	white-space: nowrap;
} 
#stepTitle{ 
	font-size: 14pt;
	font-weight: bold;
}
#topBarMidCell{
	width: 89%;
}
#editOptionsBTN .glyphicon{
	margin-right: 3px;
}


/* THE ACTUAL AVATAR IMAGE */
#topBarAvatar {
	max-height: 35px;
    max-width: 50px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
	cursor: pointer;
}
#avatarDownArrow{
	font-size: 11pt;
    color: #1b3460;
    cursor: pointer;
    padding: 6px;
}
#topBarAcctMenu{
	position: fixed;
    top: 50px;
    right: 10px;
    background: #FAFAFA;
    padding: 10px;
    border: solid 1px #AAA;
    z-index: 8900;
}

.simpleRoll {
    margin: 10px 5px;
    cursor: pointer;
}
.simpleRoll:hover {
    color: #1b3460;
    text-decoration: underline;
}
/* HIGHLIGHTS A TOP BAR BUTTON (edit img, acct mgmt, reports, etc) */
.activeTab{
	background-color: #23B6D4 !important;
	cursor: default !important;
}

/*
#topBarMidCell .glyphicon{
	font-size: 19pt;
}
*/

/* STATUS BAR THAT SITS JUST BELOW THE TOP BAR */
.alert-top {
    position: fixed;
    top: 55px;
	z-index: 10004;	/*10001;*/
}





/* ==================== LOADING SYMBOL ==================== */
#loader{
	position: fixed;
	left: 50%;
	top: 50%;
	width: 120px;
	height: 120px;
	margin-left: -60px;
	margin-top: -120px;
	z-index: 11001;	/*9999;	Feb 2023 */
}



/*  ==================== PADDING ==================== */
.pad4{
	padding: 4px;
}
.pad6{
	padding: 6px;
}
.pad8{
	padding: 8px;
}
.pad10{
	padding: 10px;
}
/* THIS ONE IS USED BY THE TILES ON THE CAMPAIGN STEP */
.padTd2 td{
	padding: 2px;
}
.padTd4 td, .padTh4 th{
	padding: 4px;
}
.padTd6 td, .padTh6 th{
	padding: 6px;
}
.padTd8 td, .padTh8 th {
    padding: 8px;
}
.padTd10 td {
    padding: 10px;
}

/* vertical only padding */
.padTdV4 td {
  padding: 4px 0;
}

.blueTh th, .blueCell{
	background: #337ab7;
    color: white;
    font-weight: bold;
}
.blackBorderTh th{
	border-color: #000;
}

/*  ==================== MARGINS ==================== */
.margin0, .noMargin{
	margin: 0 !important;
}
.noBottomMargin, .noMarginBottom{
	margin-bottom: 0 !important;
}
.noTopMargin, .noMarginTop{
	margin-top: 0 !important;
}
.marginAuto{
	margin: auto;
}
.margin2{
	margin: 2px;
}
.margin4{
	margin: 4px;
}
.margin6{
	margin: 6px;
}
.margin8{
	margin: 8px;
}
.margin10{
	margin: 10px;
}
.marginTop10{
	margin-top: 10px;
}




/* ==================== ALIGNMENT AND SIZING ==================== */
.width100{
	width: 100%;
}
.floatRight{
	float: right;
}
.floatLeft{
	float: left;
}

.tAlignLeft, .leftText{
	text-align: left;
}
/* Only used by Acct Mgmt and Media-Folder... and always used with .leftAlign  */
.rightBuffer {
    padding-right: 20px;
}

.centered, .formCentered{
	text-align: center;
}
.justCenter{
	justify-content: center;
}

.tAlignRight, .rightText{
	text-align: right;
}
/* CENTERED ONLY WHEN SMALL (768px is another option)*/
@media screen and (max-width: 992px){
	.smallCentered{
		text-align: center !important;
	}
}

.vAlignTop{
	vertical-align: top;
}







/* ==================== MAIN DIVS AND CONTAINERS ==================== */
.inlineBlock{
	  display: inline-block;
}
.inlineDiv {
    display: inline-block;
    margin: 12px;
    vertical-align: top;
}
/* Used by AccountMgmt and Reports */
.whiteBox{
	background: #FFF; /*url("../images/Common/whiteBoxBG.png");*/
	color: #1b3460;
	border: solid 1px white;
}
.whiteBox, .lightBlueBox{
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.lightBox{
	background: #FAFAFA; 
	border-radius: 4px; 	
}
.lightBlueBox{
	background-color: #34B5D7;
}

/* Only used by the "session expired" message */
.darkShadow{
	box-shadow: 2px 3px 7px #555; 
}

.dashboardItem{
	padding: 20px;
	margin: 20px auto;
	min-height: 115px;
    color: #1b3460;
	cursor: pointer;
}
.dashboardItem:hover{
	background: #f4f4f4;
}


/* ====================  BOOTSTRAP DROPDOWN MENU  ==================== */
.dropdown-menu{
	/*width: auto;
	min-width: max-content !important;
	*/
	white-space: nowrap;
    padding: 5px 10px !important;
    line-height: 2;
	z-index: 11000 !important;
}

/* ====================  BOOTSTRAP TABS  ==================== */
.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav>li {
    position: relative;
    display: block;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #24b5d6 !important;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.nav-tabs a {
    color: #60b448 !important;
    text-decoration: none !important;
    font-size: 12pt;
}
.nav>li>a:focus, .nav>li>a:hover, .activeReport, .nav-item.active{
    text-decoration: none;
    background-color: #eee;
}

/*Analytics side nav */
.nav-pills>li>a {
	text-align: left;
}



/* ==================== BUTTONS  ==================== */
.darken:hover{
	filter: brightness(0.9) !important;
}

.submitbutton{
	background-color: #0a3161;
	min-width: 95px;
}
.submitbutton, .redButton:not(.ui-button){
	color: #FFF;
	outline: none;
	border: none;
	height: 30px;
	margin-right: 3px;
	margin-left: 3px;
	padding: 5px;
	-moz-border-radius:5px;
	border-radius: 3px;
	cursor: pointer;
	font-family: "Segoe UI", Helvetica, Arial;
	box-shadow: #666 1px 2px 2px;
    font-size: 11pt !important;
}
.submitbutton:hover, .submitbutton.active {
    background-color: #239ad4;	/*#8BC34A;*/
}
.submitbutton:disabled {
	background-color: #888 !important;
	cursor: default;
}


.greenButton{
	background-color: #62B546;
}
.redButton{
	background-color: #dc0000 !important;
}
.lightBlueButton{
	background-color: #23B6D4 !important;
}

/* ONLY USED BY THE SELECTED PLAY BUTTON IN A VIDEO GALLERY */
.blueButton{
	background-color: #34B5D7;
}
.blueButton:hover {
    background: #64c3dc;
}

.darkBlueButton{
	background: #1b3460;
}
.darkBlueButton:hover{ 
	background: #34B5D7;
}

.handIcon{
	cursor: pointer;
}


/* ==================== TOGGLE SWITCH ==================== */
.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
  margin: 2px 4px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 17px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}


/* ==================== INPUTS ==================== */

input[type=text], textarea, select{
	border: solid 1px #a9a9a9;
	padding: 2px;
}
input[type=checkbox], input[type=radio]{
	margin-right: 4px;
}


.invalidInput{
	background: #dc0000 !important;		/*   Bootstrap-danger = #f8d7da    */
	color: #FFF !important;
}
.invalidDiv{
	background: #f7c3c3 !important;
}
/*USED BY SPF CHECKER*/
.validInput{
    background: lightgreen;
    color: rgb(0, 0, 0);
}
/* Used by rename design and saveAs design */
.redAlert{
    background: lightpink !important;
    padding: 6px;
    font-style: italic;
}
.lightYellowBG{
	background: lightyellow !important;
}
.yellowBG{
	background: gold !important;
}

/* ==================== LABELS, TEXT & WARNINGS  ==================== */
.tinyText{
	font-size: 9pt;
}
table.tinyText td:last-child{
	font-size: 9pt;
}

.tinyLabel{
	font-size: 9pt;
	font-style: italic; 
}


.warningText{
	color: #ff9601;
	font-weight: bold;
}
.orangeText{
	color: #ff9601;
}

.invalidText{
	color: #dc0000;
	font-weight: bold;
}
.redText, .formNoField{
	color: #dc0000 !important;
}

.validText{
	color: #62B546;
	font-weight: bold;
}
.greenText{
	color: #62B546 !important;
}

.handIcon.redText:hover {
    color: #D00 !important;
}

.darkBlueText, .blueText{
	color: #1b3460;
}
.lightBlueText{
	color: #34B5D7;
}




/* ==================== TEXT NON-SELECTABILITY ==================== */
/*		 , .tablesorter*/
.noSelect{
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
}
.textSelect{
	user-select: text;
	-webkit-touch-callout: text;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	-khtml-user-select: text;
}



/* ==================== SORTABLE TABLES ==================== */
table.tablesorter {
	background-color: #CDCDCD;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th, #csvStep .header {
	background-color: #337ab7; /* #34B5D7; */
	color: #FFF;
	font-size: 11pt;
	padding: 4px;
}
table.tablesorter thead tr .header, #csvStep .thead tr {
	background-image: url(../images/Common/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;	
	cursor: pointer;
}
.tablesorter tr{
	color: #000;
	background-color: #f4f4f4;
	/* cursor: pointer; */
}
/*
.tablesorter tbody tr:hover{
	background-color: #62B546 !important;
	color: #FFF !important;
}
*/
table.tablesorter tbody td {
	font-size: 10pt;
	padding: 6px;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
/*
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/Common/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/Common/desc.gif);
}
.headerSortDown, .headerSortUp {
*/
.tablesorter-headerAsc, .tablesorter-headerDesc{
	background-color: #62B546 !important;
}



/* CAMPAIGN TABLE, CONTACT MANAGER TABLES */
.tblSort th{
    border-bottom: solid 1px #333; 
    padding: 4px;	/*14px 6px; */
    cursor: pointer;
}
.tblSort tbody tr:not(:last-child){
	border-bottom: solid 1px #DDD;
}
.tblSort tbody{
	border: solid 1px #888;
}
.tblSort tr:not(.noRowHover){
	cursor: pointer;
}
.tblSort tbody tr:not(.noRowHover):hover{
    background: #23B6D7 !important;
}
.tblSort tbody td{
    padding: 10px 16px 10px 8px;
}





/*==================== TABLE PAGINATION ====================*/
.pagedisplay{
	width: 80px;
	text-align: center;
}


/* ==================== jQuery POPUPS ==================== */
.ui-dialog { 
	z-index: 10003 !important;
}

.ui-widget-overlay{
	opacity: 0.5 !important;
	z-index: 10002 !important;
}

.ui-widget-overlay.darkMask{
    background-color: black;
    background-image: none;
    opacity: 0.9;   
}

/* Fix weird outline/border issue on the close button in jquery dialog popups */
.ui-button:focus{
	outline:none !important
}
/* Fix weird Bootstrap outline on the close button in dialog popups */
.modal-open .modal,.btn:focus{
	outline: none !important;
}
.ui-dialog-titlebar span.ui-button-text {
    display: none !important;
}

/* Modals were going behind the top bar */
.modal{
	top: 80px !important;
}


/* ==================== OUR POPUPS ==================== */
.statusMsg .glyphicon {
    font-size: 16pt;
    margin-right: 8px;
}

#mask, .mask{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;   
	z-index: 10005;						/*9000;		FEB 2023 */
	background: rgba(255,255,255,0.55);
}
#cssPop{
	z-index: 10006;
	box-shadow: 6px 3px 10px #777;
	overflow-y: auto;
	padding: 8px;
	background: #FFF;
	border-radius: 8px;
	margin: auto;
	color: #000;
}
#cssPop img {
	max-width: 750px;
}
#cssPop #closeIMGButton {
    width: 24px;
	cursor: pointer;
}
.regPop{
	width: 550px;
	min-height: 100px;
	text-align: center;
}
.widePop{
	width: 675px;
}
.helpPop{
	width: 800px;
	height: 600px;
	max-height: 600px;
	border: solid 2px whitesmoke;
}

.statusMsg table, .statusMsg h2, .statusMsg h3, .statusMsg h4{
	display: inline;
}
/* .statusMsg .deliverMessageIcon{ */
.deliverMessageIcon{
	width: 24px;
	margin-right: 10px;
	margin-top: -7px;
}
#cssPop .deliverMessageIcon{
	font-size: 32pt; /*width: 64px;*/
}

/* The "Yes / No" buttons in confirm() popup */
.astext{
	background: none;
    border: none;
    margin: 0 12px;
    padding: 0;
	font-size: 36px;
	color: red;
	cursor: pointer;
}




/* ========================== SEARCH BAR STYLES ========================== */
#client-search-container, #campaign-search-container{
	position: relative;
	outline: none;
	overflow: hidden;
	height: 28px;
	top: 0;
	margin: 0;
	background: #fff;
	border: solid 1px #AAA;
	border-radius: 3px;
}
#clientSearchWrapper input, #campaignSearchWrapper input{
	border: none;
	outline: none;
	position: absolute;
	left: 3px;
}
#clearSearchBTN, #clearClientSearchBTN{
	display: inline;
	position: absolute;
	top: 5px;
	right: 22px;
	cursor: pointer;
}







/*  ======================================================================================  */
/*  								 LOGIN FORM												*/
/*  ======================================================================================  */
#loginBox{
	background: #FAFAFA; 
	border-radius: 4px; 
}
#uID, #uPass{
	width: 100%;
	font-size: 13px;
	padding: 6px;
	margin: 2px 0 22px 0;
	border: solid 1px #AAA;
	border-radius: 3px;
}
#login_feedback{
    font-weight: bold;
	padding: 10px;
	border-radius: 2px;
}







/*  ======================================================================================  */
/*  								 CLIENT PAGE											*/
/*  ======================================================================================  */
.clientTile{
    background-color: white;
    display: inline-grid;
    padding: 8px;
    margin: 8px;
    text-align: center;
    height: 160px;
    min-width: 250px !important;
    font-size: 13pt;
    color: #555;
    box-shadow: #666 2px 2px 7px;
    border-radius: 6px;
    vertical-align: bottom;
	
	  -ms-flex-preferred-size: 0;
	  flex-basis: 0;
	  -ms-flex-positive: 1;
	  flex-grow: 1;
	  max-width: 100%;
}
/* Trial Clients 
.clientTile[paid="0"]{
	background: #EEE !important;
}*/
/* Free Clients 
.clientTile[paid="2"]{
	background: #f7f3e4 !important;
}*/

.clientTile[active="No"]{
	background: rgba(228, 0, 0, 0.42) !important;
}
.logoSoupImg{
    max-width: 224px;
    max-height: 75px;
    cursor: pointer;
    margin: auto;
}
.clientSettingsIcon{
	height: 24px;
	cursor: pointer;
	margin-left: 217px;
}
#addClientForm, #deleteClientForm{
	display: inline-block;
	margin: auto;
	background-color: #EEE;
	color: #444;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	
}

/*
#clientLogo{
  max-width: 200px;
  max-height: 100px;
}
*/








/*  ======================================================================================  */
/*   				 			 CAMPAIGNS / WINstorms									    */
/*  ======================================================================================  */
#campaignSearchOptionsPop input[type=checkbox] {
    width: 16px;
    height: 16px;
}

/* cutTableRow is used by CSV table */
.selectedWinstorm{
	background-color: #EAEAEA !important;
	color: #FFF !important;
	cursor: pointer;
}
.locked{
	background-color: #6C6C6C !important;
	font-style: italic;
	color: #FFF !important;
}



/* Design Filter List IN TOP BAR OF CAMPAIGN STEP */
#changeDesignDD option.archived, #filterByDesignDD option.archived{
	background-color: #CCC;
}



.material-icons{
	vertical-align: bottom;
}
	

.wsInnerDiv{
	border: solid 1px #555;
	padding: 14px;
	height: 100%;
}
.wsInnerDiv:hover{
    background: #F0F0F0;
}
.wsInnerDiv.locked a[href=openStats]{
    color: #f4f4f4;
}

.wsInnerDiv table{
	color: #0a3161;
}
.wsInnerDiv.locked table{
	color: #FFF;
}


.wsOpsDiv a.disabled{
	color: #999;
	font-style: italic;
}


.wsOpsDiv .btn{
	padding: 4px !important;
}

.wsMainOp{
	font-size: 18pt;
	margin-right: 10px;
	margin-top: 3px;
	float: right;
	cursor: pointer;
}
.wsMainOp:hover{
	color: rgb(0,98,204)
}
.locked .wsMainOp:hover {
    color: #f4f4f4 !important;
}

/* THIS IS THE DROPDOWN ON EACH CAMPAIGN TILE */
.wsOptionsBTN {
    z-index: 9999;
}
.wsOptionsBTN .glyphicon {
    margin-right: 6px;
}
/*
#campaignTable tr{
	cursor: pointer;
}
#campaignTable tr:hover {
    background: #F0F0F0;
}
*/

/* ====================================================================================================================== */
/*												EDIT STEP	   									  				  		  */
/* ====================================================================================================================== */
#txtWinTitle{
	width: auto;
	min-width: 100px;
	max-width: 250px;
}

#editBar .submitbutton {
    min-width: 60px;
}


#edit_textDiv .row{
	margin: 0;
}
	
#edit_textDiv img:not(.mce-object), #edit_footerDiv img, .testimonial-card .avatar img{
    max-width: 100%;
	height: auto;
}











.sg_font, .chooseFontBTN{
	display: inline-block;
    vertical-align: bottom;
    padding: 6px;
	border: solid 1px #AAA; 
	border-radius: 4px;
	margin: 2px;
}
.gFontLogo{
	width: 16px;
	vertical-align: top;
}
.design_accordTable .fontSizeSelect{
	width: 50px;
}

.delColourBTN{
    display: block;
    float: right;
    margin: -9px 0 0 -8px;
    cursor: pointer;
    font-size: 10pt;
    background: #222;
    border-radius: 50%;
    padding: 4px;
    color: white;
    box-shadow: #888 2px 2px 3px;
}

.navBorderSize, .navRollBorderSize, .navMargin, .navPadding, .subNavPadding, .subNavBorderSize, .subNavRollBorderSize{
	padding: 2px;
}
.design_accordTable input[type=number]{
	width: 39px;
}

.hamburgerPreview{
    padding: 5px 6px 9px 6px;
    border-radius: 4px;
	display: inline-block;
}
/* Horizontal lines in hamburger preview */
.icon-bar {
    background: white;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin-top: 4px;
}

#tblContentStyles .tileWrap{
    margin: 2px;
}








#cellOptions .glyphicon{
	margin: 3px 6px;
	cursor: pointer;
	font-size: 14pt;
}








.gridRowSelect{
	margin-bottom: 4px;
	border: solid 1px transparent;
}
.gridRowSelect{ 	
	cursor: pointer;
}

.gridRowSelect:hover{
	border: solid 1px #999
}
.gridRowSelect.curLayout .gridSelect {
    background: transparent;
}
.curLayout {
    background: #237ab7;
	color: #FFF;
}
hr.dashed {
    border-top: 2px dashed #999;
}

hr.dotted {
    border-top: 2px dotted #999;
}

hr.solid {
    border-top: 2px solid #999;
}

#edit_textDiv .gridCell{
	border: dashed 2px #999;
	padding: 15px;
	min-height: 45px;
}
#edit_textDiv .gridCell:hover, #edit_textDiv .curCell{
    border: solid 2px #34B5D7 !important;
    outline: none;			/* PREVENT CHROME AND EDGE FROM SHOWING A WEIRD BORDER WHEN YOU CLICK ON A CELL */
}

#edit_textDiv .gridCell:not(.curCell){
	cursor: pointer !important;
}

.gridSelect, .gridCell{
	padding-top: 4px;
	padding-bottom: 4px;
}

.gridSelect{
	border: solid 1px #999;
	background: #F0F0F0;
}

.cellBorderSize {
    margin-right: 10px;
	width: 60px;
}

#gridOptions li{
	line-height: 1.75;
}
#gridOptions hr{
	margin: 7px 0;
}

#gridOptions .glyphicon{
	font-size: 14pt;
	margin-right: 8px;
	cursor: pointer;
	vertical-align: middle;
}
#gridOptions li .glyphicon, #gridOptions li .fas {
  vertical-align: baseline;
}

/*
#gridOptions .glyphicon:hover{
	color: #eee;
}
*/
.gridWidget{
	z-index: 9998; 
	background: #333;
	color: #FFF;
	padding: 4px;
	position: absolute;
	border: solid 1px #f4f4f4; 
}
/*
.gridWidget .glyphicon-plus{
	margin-left: 4px;
}
*/
.addCellToggle{
	z-index: 996;
	text-align: center;
	font-size: 16px;
	padding: 3px 6px 4px 8px;
}
.addCellToggle:hover{
	background: #777;
}


/* KEEP MCE TOOLBAR DOCKED TO TOP OF SCREEN */
#sectionMCE_wrap, #footerMCE_wrap{
	position: sticky;
	top: 50px;
	z-index: 4999 !important;
}

@media screen and (min-width: 1315px) {
	.mceBreak{
		display: inline-block; 
		width: 100% !important
	}
}
.mceBreak{
	width: 0;
}





/* =================================  AI  ================================= */
#aiReqText{
	width: 100%;	/*calc(100% - 60px); */
	padding: 10px;
	margin: 15px 0 0 0;
	font-size: 18px; 
	border: none; 
	outline: none; 
	background: #333; 
	color: #fafafa;
}

#aiRespDiv{
	max-height: calc(100% - 140px);
	overflow-y: scroll;
	margin-top: 12px;
}
.aiResp{
	border-bottom: solid 1px #DDD;
	margin: 0;
	padding: 15px 10px;
}
.aiDate{
	margin-right: 20px;
	padding-top: 10px;
	font-size: 9pt;
	color: #337ab7;
	font-weight: bold;
	float: right;
}




/* =================================  FORM STYLES  ================================= */
.wsForm{
	width: 100%;
	display: inline-block;
    border: dashed 1px #62B546;
	vertical-align: top;
}
.fieldPair{
	margin-bottom: 10px;
}
.wsForm input[type=text], .wsForm input[type=password], .wsForm textarea{
	width: 100%;
    border-radius: 4px;
    border: solid 1px #AAA;
	margin-bottom: 8px;
}
.wsForm input[type=checkbox]{ 		/*, .wsForm input[type=radio]*/
	margin-bottom: 8px;
}
/*	BLAIR - MAY 2022
.wsForm input[type=text], .wsForm input[type=password]{
	max-width: 350px;
}
*/
.wsForm textarea{
	/*max-width: 350px;   	BLAIR - MAY 2022  */
	height: 150px;
}

.wsForm input[type=text], .wsForm textarea{
	border-style: solid;
	outline: none;
}
.fieldPair label{
	margin-bottom: 0 !important;
}
	
.wsForm div:not(.wsBtn) .wsBtnWrap{
    display: inline-block;
	width: 100%;
	min-width: 106px;
}
/* April 2024
.wsForm input[type=text]:hover, .wsForm textarea:hover{
	border-color: #222;
}
*/

.wsFormFeedback{
    background: rgb(172, 255, 122);
}
.wsFormFeedback, .wsFormIssue{
    color: #222;
    font-weight: bold;
    padding: 8px;
	display: inline-block;
	min-width: 350px;
}

#fieldManager .btn{
	width: 122px; 
	padding: 6px !important; 
	background: #337AB7; 
	color: white;
	margin-right; 10px;
}


/* =================================  FORM SETTINGS DRAWER  ================================= */
.formField_required{
	margin-top: 4px;
}
	
.formSettingsBTN, .imgGridSettingsBTN{
	cursor: pointer !important;
}


/* THIS IS THE MAIN DIV THAT WRAPS AROUND EDITABLE FORM FIELD IN DRAWER */
.fieldDiv{
	width: calc(100% - 12px);
    border: solid 1px #777;
	border-radius: 4px;
	margin: 20px 6px 32px 6px;
	background: #fafafa;
	padding: 10px;
	position: relative;
	
}
/* THIS IS THE DRAGGABLE HANDLE AT THE TOP OF THE FIELD DIV */
.fieldDragHandle{
	left: 201px;
}

/* THIS IS THE "plus" ICON AT THE TOP OF THE FIELD DIV FOR ADDING A FIELD */
.fieldAddIcon{
	left: 224px;
}
.fieldDragHandle, .fieldAddIcon{
	position: absolute;
	top: -21px;
	padding: 4px;
	border-color: #777;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	background: #fafafa;
}
		

.fieldLabel {
  margin-bottom: 5px;
}

.fieldDiv input[type=text]{
    width: 100%;	/*560px;*/
    outline: none;
}

#formsDrawer input[type=text], #formsDrawer textarea{
	width: 100%;
}

#formsDrawer input[type=text], #formsDrawer select, #formsDrawer textarea{
	padding: 6px;
	border-radius: 4px;
}
.form_radioDiv input[type=text]{
	width: calc(100% - 44px) !important;		/*392px !important;*/
	margin-right: 6px;
}

.formSolution{
	margin: -4px 0 5px 24px;
	display: block;
}

.fieldTag{
	font-size: 8pt;
	cursor: pointer;
}
/* A FORM FIELD USING AN ADDR BOOK FIELD, BUT THE EMAIL FIELD HAS NOT BEEN ADDED YET, SO WE SHOW IT IN RED WITH STRIKETHROUGH */
.fieldTag.redText{
	text-decoration: line-through;
}

.form_radioLabel{
	margin-bottom: 6px;
	width: 416px !important;
}

.form_addRadioOp{
	padding: 6px;
	cursor: pointer;
	margin: 6px 0 22px 22px;
	border: solid 1px #ddd;
}
.form_addRadioOp:hover{
	background: #f4f4f4;
}
.form_delBTN:hover{
	color: #dc0000;
}

.noAutoGradeMsg{
	margin: 6px 0 -4px 0;
}

.validField{
	background: #C9FC93;
}
.form_availField{
	display: inline-block;
	border: solid 1px #AAA;
	border-radius: 6px;
	padding: 8px;
	margin: 8px;
	background: #e1e1e1;
	cursor: pointer;
}
.form_availField:hover{
	background: #fafafa;
}

/* =================================  EMAIL RESPONDERS  ================================= */
.emailRespPreview, .schedDeliveryPreview{
	display: inline-block;
	text-align: left;
	border: solid 1px #ccc;
	border-radius: 4px;
	background: #fff;
	/*margin-bottom: 70px;*/
	width: 100%;			/*max-width: 600px;*/
	height: 100%;
}
.emailRespPreview .outBG{
	height: calc(100% - 147px);
}

.schedDeliveryPreview .outBG{
	height: calc(100% - 144px);
}
.schedDeliveryPreview .outBG.alreadySent{
	height: calc(100% - 173px);
}

.emailResp_eBod{
	padding: 15px;
}
.emailResp_eBod img, .schedDeliv_eBod img{
	max-width: 100%;
	height: auto;
}
#emailInnerDiv .tox .tox-edit-area__iframe, .sched_emailInnerDiv .tox .tox-edit-area__iframe{
	background: transparent !important;
}


/* =================================  FORM REPORT  ================================= */
#formsReport .col-auto{
	max-width: 50%;
}

.formReportDiv{
	padding: 8px;
	border: solid 1px #AAA;
	display: inline-block;
	text-align: left;
	vertical-align: top;
}
.formReportDiv div {
    margin-bottom: 8px;
}

.pollBar{
	padding: 14px;
	background: #337ab7;
	color: #FFF;
	font-weight: bold;
	border-radius: 0px 4px 4px 0px;
	box-shadow: #AAA 4px 4px 7px;
	transition: width 1s ease-in;
	height: 56px;
}
.pollBar:nth-child(odd){
	background: #a5d5ff !important;
	color: #333;
}
.pollBar:nth-child(even) span{
	text-shadow: #333 1px 1px;
}
.pollBar>span{
	position: absolute;
}
.score{
	font-size: 34pt;
	vertical-align: text-bottom;	
}

.delFormBTN{
	margin-left: 8px;
}
.delFormBTN:hover{
	color: #dc0000;
}




#imgOpsPreview img{
	max-height: 364px;
	max-width: 300px;
}



/* ==============================  CUSTOM ADDITION - Blair Young - Nov 2019 ================================= */
.mce-content-body img, .mce-content-body object, .mce-content-body embed, .mce-content-body iframe{
	max-width: 100%;
}
/* ==============================  CUSTOM ADDITION - Blair Young - Feb 2020 ================================= */
/* bootstrap has   ".row{ margin: 0 -15px; }"  which causes a horizontal scroll bar if the padding doesn't match */
/*.mce-content-body{
	padding: 0 15px !important;
}
*/

@media (min-width: 1900px){
   .container.wideContent{
	  max-width: 1600px;
   }
}

/* FOR MAKING EMBEDDED CONTENT SCALE*/	
.video-container, .youtube-container{
    position: relative;
	height: 0; 
	overflow: hidden;
	border: dashed 1px #dc0000;
}
.video-container{
	padding-bottom: 68%;  
}
.youtube-container{
	padding-bottom: 56.25%;  
}
.youtube-container iframe, .video-container iframe, .youtube-container object, .video-container object, .youtube-container embed, .video-container embed, .video-container video, .youtube-container video {    
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* FOR MAKING EMBEDDED CONTENT SCALE*/	
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}	
.youtube-container .mce-preview-object, .video-container .mce-preview-object {
    position: unset;
}





/* DON'T APPLY RESPONSIVE PADDING WHEN TINY MCE SHOWS A PLACEHOLDER INSTEAD OF THE EMBEDDED CONTENT */
.mce-edit-focus .embed-responsive-16by9::before{
	padding-top: 10px !important;   
}






#wsButtonPop input[type=number]{
	width: 60px;
	margin-right: 10px;
}
#cardPop input[type=number]{
	width: 50px;
}
.cardPreview{
	padding: 35px 15px 15px 25px;
	vertical-align: top; 
	min-width: 450px;
}
 
#wsBtnPreview{
	border-style: solid;
	cursor: pointer;
}
.wsBTN{
	cursor: pointer;
	transition: all .4s ease-out;
	text-align: center;
}


#buttonLibrary .wsBtnWrap{
	display: inline-block;
}


/* ==========================  MEDIA DRAG & DROP  ========================== */
/*
#editGalleryDiv.ui-droppable-hover {
  background: #38a53a;
}
/* change color if over it */
/*#editGalleryDiv.ui-droppable-hover {
  background: #38a53a;
}

/* change color if being dragged */
/*.ui-draggable-dragging {
  background: #8b0000 !important;
}
/* change color depend on droppable area */
/*.ui-over.editGalleryDiv {
  background: #ff0 !important;
}*/


@-webkit-keyframes pulse {
	0% {background-color:#337ab7;} 
	50% {background-color: #1b3460;}
	100% {background-color: #337ab7;}
}

.pulse{
	-webkit-animation: pulse 1.25s infinite;
}
.overDropZone, .greenBG{
	background: #62B546 !important;
}




/* ==========================  ACCORDIONS  ========================== */
.ui-accordion .ui-accordion-content{
	padding: 5px 10px;
}

#editStep .ui-accordion-header , #composeEmailWrapper  .ui-accordion-header {
    font-size: 16pt;
}
#editStep .ui-accordion, #composeEmailWrapper  .ui-accordion{
	min-width: 600px;
	max-width: 90%;
	margin: auto;
}
/* DROP SHADOW ON EDIT-STEP ACCORDIONS */
#editStep .ui-helper-reset{
    box-shadow: #888 3px 3px 3px;
}
#editStep .ui-accordion .ui-accordion-icons, #composeEmailWrapper  .ui-accordion .ui-accordion-icons {
    padding-left: 0 !important;
}
.accordionSpacer {
    height: 120px;
}
#collapseAccordionsBTN, #collapseDeliverAccordionsBTN{
	position: fixed;
    bottom: 75px;
    z-index: 8999;
    right: 10px;
}




#tblDesignList tr{
	cursor: pointer;
}
#tblDesignList tr:hover{
	background: #FCFCFC;
}

/* ================== NAV SETTINGS =================== */
#editorStylesPanel input[type=text], #ws_pwd, #desc{
	padding: 6px;
}



/* ================== NAV MENU =================== */
/*
#navList{
	display: inline-flex; 
	flex-wrap: wrap;
	padding: 0; 
	margin: 0;
}

.squareButton{
	background: #62b546;
	color: #FFF !important;
	padding: 5px;
    margin: 6px;
	border: solid 2px #FFF;
	cursor: pointer;    
	font-size: 12pt;
}
.squareButton:hover{
	background: #8BC34A;	/* #91da79; */
}
*/

.editNavBTN .glyphicon{
    margin: 0 2px;
}

/*								, #fieldManager .btn*/
.navOp .btn, .assetDropDown .btn{
	height: 22px;
    width: 22px;
    padding: 0 !important;	/* 2px 0 0 2px !important; 
    text-align: left;*/
}

/* BOOTSTRAP HAS A WEIRD ::AFTER THAT MADE THE ARROW OFF-CENTER */
.dropdown-toggle::after{
	margin-left: 0 !important;
}

.dropdown a {
    font-family: "Segoe UI", Helvetica, Arial;
	font-size: 11pt;
}

#topLeftLogoCell img, #topRightLogoCell img{
	max-width: 200px;
	max-height: 120px;
}
#editNavLogoBTN, .imgGridSettingsBTN{
	background: #333;
	color: #FFF;
	padding: 4px;
}
#editNavLogoBTN{
	float: right;
	margin: -1px 0 -30px 0;
}
#editNavLogoBTN:hover, .imgGridSettingsBTN:hover{
	background: #888;
}

/* FEB 2023
li.editNavBTN, #configPreview .navMenu, #configPreview .subNav {
    cursor: pointer;
	list-style-type: none;
}
li.editNavBTN, #configPreview .navMenu{
	margin: 4px;
    padding: 5px;
}
.chkNavSelect {
	float: left;
}
.editNavBTN .chkNavSelect {
    margin: 4px 5px 0 5px;
	width: 16px;
	height: 16px;
	display: inline-block;
}
*/



/* INPUT TEXTBOX IN NAV MENU*/
#changeTitle {
	text-align: center;
	width: 170px;
	background: transparent;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: inherit;
	color: inherit;
}

/* THE TINY LABEL THAT APPEARS AFTER EDITABLE NAV TITLE (e.g. Gal, Sub, or Link) */
.subLabel, .galLabel, .linkLabel{
    font-size: 9pt;
	vertical-align: text-bottom;
}
/*ONLY SHOW "(link)" LABEL ON ACTUAL "Sub" SECTIONS*/
.editNavBTN:not(.subNav) .subLabel{
	display: none;
}
/*ONLY SHOW "(link)" LABEL ON ACTUAL "Gallery" ITEMS*/
.editNavBTN:not(.galNav) .galLabel {
    display: none;
}
/*ONLY SHOW "(link)" LABEL ON ACTUAL "Link" ITEMS*/
.editNavBTN:not(.linkNav) .linkLabel {
    display: none;
}

/* DROPDOWN BUTTON */
.navOp {
    vertical-align: text-bottom;
}
.curSec .navOp {
    vertical-align: top;
}

/* ========================== END OF NAV MENU STYLES =========================== */



/* ============ NAV PREVIEW ============== */
#navPreview{
	display: flex;
}
#navPreview li{
	cursor: pointer;
	list-style-type: none;
	float: none !important;
}
#navPreview .nav-item:not(.subWrap){
	border-style: solid;
}

#navPreview span{
	display: inline-block;
	white-space: nowrap;
}
/* The sub nav indicator */
#navPreview .nav-link.dropdown-toggle::after{
	font-size: 22pt;
	vertical-align: middle !important;
}

.subDiv{
	padding: 5px 30px 10px 20px !important;	/*10px 10px 10px 10px*/
	margin-top: -1px;
	z-index: 10001 !important;
}
.subDiv .navOp{
	margin-left: -10px;
}
/*
.sortable-hover{
	margin: 10px 50px !important;
	background: lime !important;
}
*/
#navPreview .ui-state-highlight{
	padding: 10px !important;
	margin: 0px 20px !important;
	width: 160px;
}
.subDiv .ui-state-highlight{
	width: 100%;
	margin: 5px 0 !important;
}

#navPreview .ui-state-highlight::before{
	content: "Move Here";
}

#editLinkDiv, #editLogoDiv{
	border-radius: 6px; 
	background: #FAFAFA;
	border-radius: 6px; 
	padding: 30px 0 40px 0; 
	box-shadow: #AAA 4px 4px 8px;
}




/* REDUCE THE Z-INDEX OF THE TINYMCE RESIZE HANDLES SO THEY DON'T BLEED THROUGH OTHER POPUPS */
.mce-resizehandle{
    z-index: 8999 !important;
}


/* INCREASE Z-INDEX OF CAROUSEL MCE BECAUSE IT IS INSIDE A MODAL 
.tox-tinymce-inline { 
	z-index: 9002 !important; 
} 


#sectionMCE .tox-tinymce-inline, #footerMCE_wrap .tox-tinymce-inline{
	z-index: 998 !important;
}
*/





/*
#footer_mceHolder .mce-tinymce.mce-container.mce-panel{
    border-width: 0 !important;
}
#edit_footerRow {
	min-height: 80px;
	float: left;
    width: 100%;
	border-radius: 0 0 10px 10px;
}
*/





/* ========================== SEO/META, SOCIAL, TRACKING, SECURITY OPTIONS ========================== */
#winOptions input[type=text], #winOptions input[type=password], #winOptions textarea{
    padding: 4px 8px;
    border-radius: 2px;
    border: solid 1px #AAA;
    outline: none;
    box-shadow: #999 2px 2px 3px;
}
#faviconImageDiv img{
	width: 24px;
	height: 24px;
}
/*
#fbImageDiv img{
	max-width: 200px; 
	max-height: 200px;
}
*/
#clientLogoDiv img{
    max-width: 150px;
    max-height: 90px;
}
#faviconImageDiv img, #fbImageDiv img, #clientLogoDiv img{
	margin-bottom: 4px;
}

#twitterSharePreview:hover{
	background: rgb(247, 247, 247);
}
#twitterImageDiv img{
	max-width: 507px;
}


/* Used by google analytics input */
.redBorder{
	border-color: #dc0000 !important;
}






/* ========================== PAST REVISIONS ========================== */
#revBody .glyphicon{
	font-size: 14pt;
}

.revPreview .gridCell{
	border: none !important;
}

.pastRevision #winOptions span {
    display: block;
    background: #FFF;
    width: 210px;
    padding: 6px;
    border-radius: 2px;
    min-height: 15px;
    border: solid 1px #DDD;
}
.pastRevBar{
	background: #D00; 
	color: #FFF;
}
/* This is an individual contact in the rev preview */
.contactRev {
    display: inline-block;
    border: solid 1px #888;
    margin: 3px;
    padding: 5px;
    background: #FFF;
}

/* THIS IS AT LEAST USED BY EMAIL PREVIEW FOR PAST REVISIONS */
#emailBody img {
    max-width: 100%;
}

/* These are the meta data boxes */
#winOptions span {
    background: #FFF;
    padding: 3px;
    border: solid 1px #999;
    border-radius: 2px;
    display: inline-block;
    margin: 4px 0;
    min-width: 200px;
    min-height: 29px;
}

/* PHOTO GALLERY REV PREVIEW */
.revPreview .gridImg {
    min-height: unset !important;
}


/* ========================== SHARE & EMBED / "LINKS" (popup) ========================== */
#txtTrackAs{
	text-align: center;
	font-style: italic;
	font-size: 12pt;
	width: 200px;
	color: #69A2D9;
}
#txtShareLink{
	font-size: 10pt;
}
#txtIframeCode{
	color: #34B5D7;
	font-size: 10pt;
	word-wrap: break-word;
	text-align: center;
	overflow: hidden;
	resize: none;	
    border-radius: 4px;
 	padding: 8px 5px 2px 5px;
	margin-bottom: 6px;
}





















/* ====================================================================================================================== */
/*												CONTACT MANAGER	   									  				  	  */
/* ====================================================================================================================== */
#contactsDiv th, #contactsDiv td {
    border-top: none !important;
}

.addrBookBox{
	border: solid 1px #AAA; 
	margin-right: 5px;
	margin-bottom: 10px;
	vertical-align: top;
	height: 32px;
}

/*
#tblContacts thead, #tblContacts tbody{
	display: block;
}

#tblContacts tbody{
	max-height: 500px;
	overflow-y: scroll;
}
*/

#tblContacts th{
	cursor: pointer;
}

/*#tblContacts td:not(:first-child) {*/
#tblContacts td{
    width: 1%;
}


#addContactPop input[type=text], #editContactPop input[type=text]{
	width: 200px;
}

.tblScroller{
	max-height: 450px;
	overflow-y: scroll;
}
.tblScroller input[type=checkbox]{
	margin: 0;
}

.chkContact, .chkContactListMode, .chkGroupMode{
	width: 20px;
	height: 20px;
}
.chkContactListMode, .chkGroupMode {
    vertical-align: sub;
}
.chkContactSearch{
	vertical-align: bottom;
}

#contactFields input[type="checkbox"] {
    margin-right: 4px;
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

.contactTile {
    display: inline-block;
    padding: 10px;
    border: solid 1px #333;
    border-radius: 3px;
    margin: 4px;
	vertical-align: top;
}
.duplicateRecip{
	background: #ffff8a !important;
}
.privateContact{
	background: lightblue !important;
}
.unsubContact{
	background: #dc0000 !important;
	color: #FFF;
}

.selectedContactGroup{
	background: #23b6d7 !important;
    color: white;
}

.addRecipBTN, .editContactBTN, .removeRecipBTN{
	cursor: pointer;
}
.addRecipBTN{
	color: #62b546;
}
.editContactBTN {
    color: #1b3460;
}
.removeRecipBTN{
	color: #dc3545;
}

/* DISABLE THE ROLLOVERS IN UNSUB TABLE */
#tblUnsubs tbody tr{
	cursor: default;
	background: #FAFAFA !important;
}


#tblImportWizard thead{
	background: #337ab7;
	color: #FFF;
}
#tblImportWizard th{
	cursor: pointer;
}
.contactImportFieldSelect{
	background: #fff;
	display: inline-block;
	padding: 6px;
	margin: 4px;
	width: 100px;
	border: solid 1px #AAA;
	cursor: pointer;
}


/* ====================================================================================================================== */
/*												DELIVERY STEP	   									  				  	  */
/* ====================================================================================================================== */
#fromDiv .submitbutton{
	width: 100px;
	margin-bottom: 8px;
}

#delivery_autofill li{
    list-style: none;
    padding: 2px;
	cursor: pointer;
	border: solid 1px #AAA;
}
#delivery_autofill li.active, #delivery_autofill li:hover{
    background: #FAFAFA;
}

.em_template, #blank_em_template{
	width:94px; 
	margin:10px; 
	cursor: pointer;
}
.sendBox{
	display: inline-block;
	padding: 10px;
    border-radius: 6px;
	border: solid 1px #AAA;
	background: #FFF;
	min-width: 550px;
}



/* ========================== DELIVERY CHECKLIST ========================== */
#sendReviewPop li{
	line-height: 2;
}
#sendReviewPop b{
	color: #dc0000;
}

/*
#sendReviewDiv td:first-child, #bounceStartedNotifyTable td:first-child{
	font-weight: bold;
	background: #34B5D7;
	color: #FFF;
}
#sendReviewDiv td:not(:first-child), #bounceStartedNotifyTable td:not(:first-child){
    background: #FFF;
}
#sendReviewDiv td:last-child {
    border: solid 1px #CCC;
}
*/









/* ====================================================================================================================== */
/*												SIDE PANELS / DRAWERS	   									  			  */
/* ====================================================================================================================== */
.wsDrawer{ 
	height: calc(100% - 110px);
	position: fixed;
	top: 80px;
	left: 0;
	background: #f0f0f0;
	box-shadow: #AAA 3px 3px 3px;
}

/* SLIDE DRAWERS IN/OUT */
#editor, .wsDrawer{
	transition: all 0.7s ease-out;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
}


#mediaDrawer {
  overflow: hidden;
  width: 0;
}

#editorStylesPanel, #editorSettingsPanel{
    width: 416px;
	overflow-y: scroll;
}
#editorStylesPanel>.glyphicon{
	color: #F00;
	margin-left: 6px;
}
#editorStylesPanel .ui-state-active>.glyphicon{
	color: #FFF;
}

#formsDrawer{
	width: 500px;
	overflow-y: scroll;
}




/* ======================================================================================================*/
/* 												MEDIA LIBRARY			 								 */
/* ======================================================================================================*/

#shrinkMediaBTN, #closeMediaBTN, #expandMediaBTN{
    font-size: 10pt;
    z-index: 9000;
    cursor: pointer;
    margin-top: 14px;
    margin-bottom: 10px;
}

@media screen and (max-height: 450px) {
  #mediaDrawer {padding-top: 15px;}
}

#mediaSearchBTN{
	left: -63px !important;
}

/* ========================== MEDIA TYPE FILTERS ========================== */
.mediaIconSelected, .mediaIconDeselected{
	height: 30px; 
	vertical-align:middle;
	cursor: pointer;
	margin: 0 3px;
}
.mediaIconDeselected {
    color: #999;
}

/* ========================== MEDIA SEARCH BOX ========================== */
#mediaSearchWrapper input{
	border: none;
	outline: none;
	width: 80px;
	position: absolute;
	top: 5px;
	left: 35px;
}
#mediaSearchSettingsBTN{
	float: left;
	height: 24px;
	margin-top: 3px;
	cursor: pointer;
}



/* ========================== ASSETS ========================== */
#assetScrollPane{
	min-width: 99%;
}

.mediaThumb{
	display: inline-block;
	margin: 10px;
	border: solid 1px #AAA;
	color: #222;
	cursor: move;
	padding: 0 !important;
	max-width: 295px; 	/* 388px; */
	
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
}
#mediaDrawer .mediaThumb{
	max-width: 254px;
}


.ImageBTN{
	background-color: #bbb;
}
.ImageBTN img, .VideoBTN img{
  max-width: 295px; 	/* 388px; */
  max-height: 254px;	/* 250px; */
}
#mediaDrawer .ImageBTN img, #mediaDrawer .VideoBTN img{
	max-width: 200px;
	max-height: 125px;
}

/*
.VideoBTN{
	background-color: #34B5D7; 
}
*/
.AudioBTN{
	background-color: #67669e;
}
.OtherBTN{
	background-color: #75b65e; 
}
/* The video, audio and attachment icons in the scroll pane */
.mediaIcon {
	width: 50px;
	padding: 6px;
}

.mediaThumbSpec{
	background: #DDD;
	padding: 6px;
	font-size: 8pt;
	text-align: left;
	min-width: 112px;
}

/* The label below the thumbs/icons */
.assetLabel{
	display: block;
	margin-bottom: 8px;
	margin-right: 35px;
    color: #444;
	font-size: 10pt;
    font-weight: bold;
	word-break: break-all;
}
.assetLabel .glyphicon{
	font-size: 12pt;
	margin-right: 6px;
}
.mediaThumb .glyphicon-paperclip, .mediaThumb .glyphicon-volume-up{
    font-size: 16pt;
    margin: 10px 0;
}

/* The checkmark inside each mediaThumb */
.chkThumb{
	width: 24px !important;
    height: 24px !important;
	vertical-align: bottom;
}
/*WHEN THUMB IS CHECKED*/
.assetGroupSelected{
	background: #1886b1 !important;	
	-moz-box-shadow: 0 0 8px #fff;
	-webkit-box-shadow: 0 0 8px #fff;
	box-shadow: 0px 0px 8px #fff;
}


/* MEDIA TILE WHILE DRAGGING */
.mediaThumb.ui-draggable-dragging{
	text-align: center;
}	
.mediaThumb.ui-draggable-dragging .glyphicon{
	font-size: 16pt;
	margin-right: 12px;
}




/* ========================== SINGLE ASSET PREVIEW POPUP ========================== */
.assetPop{
	position: fixed !important;
}
#assetPopOptionsBar .submitbutton {
    width: 135px;
    margin-bottom: 4px;
    margin-top: 4px;
}
#assetSpecsBar{
	background-color: lightslategray;
	text-align: center;
	font-weight: bold;
	display: inline-block;
    width: 97%;
}
#assetPreviewDiv img{
	max-width: 100%;
}


/* ========================== ASSET UPLOADER ========================== */
#assetUploader input[type=text]{
	width: 300px;
	margin-right: 6px;
}

















































.heroTemplate{
	padding: 15px;
	margin-bottom: 30px;
}

.heroTemplate img{
	max-width: 100%;
	cursor: pointer;
	box-shadow: #FFF 3px 3px 10px;
}

.heroTemplate img:hover{
	/*border: solid 2px #AAA;*/
	box-shadow: #888 3px 3px 10px;
}

#heroGear:hover{
	box-shadow: rgba(255,255,255,0.7) 2px 2px 6px;
}
	
#heroSettingsDrawer input[type="radio"] {
	margin: 0 4px 0 8px;
}

#heroSettingsDrawer select{
	padding: 7px;
	border-radius: 3px;
}


.wsHero{
	flex-direction: row;
	
	/* Aug 2024: prevent background tiling/repeat issue */
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

/*   WHEN THERE IS A FOCAL IMG, IT USES .COL-MD-## WHICH ADDS 15PX PADDING L/R   */
.heroTextCell {
	margin: 0 -15px 0 -15px;
	padding: 0 !important;
}

.heroText{
	display: inline-block;
}

/*
.heroText *{
	font-size: inherit !important;
}
*/

#heroDiv .mce-content-body .mce-edit-focus {
  outline: none !important;
}

.heroExtraBar{
	z-index: 1300;
}

/* FULL AT EVERY BREAK POINT */
.captionFull{
	width: 100%;
}


/* HERO HEIGHT CLASSES */
.heroXS{
	min-height: 25vh;
}

.heroSM{
	min-height: 33vh;
}

.heroMD{
	min-height: 50vh;
}

.heroLG{
	min-height: 66vh;
}

.heroXL{
	min-height: 80vh;
}

.heroFull{
	min-height: 100vh;
}



#heroDiv img{
	max-width: 100%;
}

.imgXS, .imgSM, .imgMD, .imgLG, .imgXL{
	width: auto !important;
}

.imgXS{
	max-height: 22vh;
}
.imgSM{
	max-height: 30vh;
}
.imgMD{
	max-height: 45vh;
}
.imgLG{
	max-height: 60vh;
}
.imgXL{
	max-height: 75vh;
}




/* ======================================================================================================*/
/* 												TEXT SCALING 											 */
/* ======================================================================================================*/
/* A DYNAMIC FONT SIZE FUNCTION WITH DESIRED SIZE IN VW, PLUS A MIN AND MAX PX SIZE) */
.txtXXL {
  font-size: 4.5vw;
}
@media (max-width: 1666.6666666667px) {
  .txtXXL {
    font-size: 75px;
  }
}
@media (min-width: 4444.4444444444px) {
  .txtXXL {
    font-size: 200px;
  }
}

.txtXL {
  font-size: 4vw;
}
@media (max-width: 1625px) {
  .txtXL {
    font-size: 65px;
  }
}
@media (min-width: 3750px) {
  .txtXL {
    font-size: 150px;
  }
}

.txtLG {
  font-size: 3vw;
}
@media (max-width: 1666.6666666667px) {
  .txtLG {
    font-size: 50px;
  }
}
@media (min-width: 3333.3333333333px) {
  .txtLG {
    font-size: 100px;
  }
}

.txtMdLG {
  font-size: 2.5vw;
}
@media (max-width: 1600px) {
  .txtMdLG {
    font-size: 40px;
  }
}
@media (min-width: 3600px) {
  .txtMdLG {
    font-size: 90px;
  }
}

.txtMD {
  font-size: 2vw;
}
@media (max-width: 1500px) {
  .txtMD {
    font-size: 30px;
  }
}
@media (min-width: 4000px) {
  .txtMD {
    font-size: 80px;
  }
}

.txtMdSM {
  font-size: 1.5vw;
}
@media (max-width: 1666.6666666667px) {
  .txtMdSM {
    font-size: 25px;
  }
}
@media (min-width: 4666.6666666667px) {
  .txtMdSM {
    font-size: 70px;
  }
}

.txtSM {
  font-size: 1vw;
}
@media (max-width: 2000px) {
  .txtSM {
    font-size: 20px;
  }
}
@media (min-width: 6000px) {
  .txtSM {
    font-size: 60px;
  }
}

.txtXS {
  font-size: 0.75vw;
}
@media (max-width: 2000px) {
  .txtXS {
    font-size: 15px;
  }
}
@media (min-width: 4000px) {
  .txtXS {
    font-size: 30px;
  }
}

.txtXXS {
  font-size: 0.5vw;
}
@media (max-width: 2400px) {
  .txtXXS {
    font-size: 12px;
  }
}
@media (min-width: 4000px) {
  .txtXXS {
    font-size: 20px;
  }
}




/*
6 ranges:
 - above 1881    
 - 1200 to 1881  >> 681
 - 992 to 1200   >> 208
 - 768 to 992    >> 224
 - 576 to 768    >> 192
 - below 576      


XL: 150, 120, 100, 90, 75, 50  
LG: 100,  80,  70, 60, 50, 40
MD:  80,  70,  60, 50, 40, 30
SM:  60,  48,  40, 35, 30, 25
XS:  35,  30,  28, 24, 22, 20
*/

/* FULL SCREEN: AT LEAST 1882PX WIDE */
@media screen and (min-width: 1882px) {
	/*  NOV 2023
	.txtXL{
		font-size: 150px; 
	}
	.txtLG{
		font-size: 100px; 
	}
	.txtMD{
		font-size: 80px; 
	}
	.txtSM{
		font-size: 60px; 
	}
	.txtXS{
		font-size: 30px; 
	}
	*/
	
	.captionXS{
		min-width: 30%
	}
	.captionSM{
		min-width: 40%;
	} 
	.captionMD{
		min-width: 50%;
	}
	.captionLG{
		min-width: 72%;
	}
	.captionXL{
		min-width: 86%;
	}


	
	
	
	.yPadXS{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.xPadXS{
		padding-left: 15px;
		padding-right: 15px;
	}

	.yPadSM{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.xPadSM{
		padding-left: 30px;
		padding-right: 30px;
	}

	.yPadMD{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.xPadMD{
		padding-left: 60px;
		padding-right: 60px;
	}

	.yPadLG{
		padding-top: 90px;
		padding-bottom: 90px;
	}
	.xPadLG{
		padding-left: 90px;
		padding-right: 90px;
	}
		
	.yPadXL{
		padding-top: 120px;
		padding-bottom: 120px;
	}	
	.xPadXL{
		padding-left: 120px;
		padding-right: 120px;
	}
	
	
	
	
	.yMarXS{
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.xMarXS{
		margin-left: 15px;
		margin-right: 15px;
	}

	.yMarSM{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.xMarSM{
		margin-left: 30px;
		margin-right: 30px;
	}

	.yMarMD{
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.xMarMD{
		margin-left: 60px;
		margin-right: 60px;
	}

	.yMarLG{
		margin-top: 90px;
		margin-bottom: 90px;
	}
	.xMarLG{
		margin-left: 90px;
		margin-right: 90px;
	}
		
	.yMarXL{
		margin-top: 120px;
		margin-bottom: 120px;
	}	
	.xMarXL{
		margin-left: 120px;
		margin-right: 120px;
	}
	
}



/*  2nd BIGGEST: BETWEEN 1201 AND 1881 */
@media screen and (max-width: 1881px){
	/*  NOV 2023
	.txtXL{
		font-size: 125px; 
	}
	.txtLG{
		font-size: 85px; 
	}
	.txtMD{
		font-size: 70px; 
	}
	.txtSM{
		font-size: 48px; 
	}
	.txtXS{
		font-size: 25px; 
	}
	*/
	
	
	.captionXS{
		min-width: 40%
	}
	.captionSM{
		min-width: 50%;
	} 
	.captionMD{
		min-width: 60%;
	}
	.captionLG{
		min-width: 80%;
	}
	.captionXL{
		min-width: 88%;
	}

	
	
	.yPadXS{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.xPadXS{
		padding-left: 10px;
		padding-right: 10px;
	}

	.yPadSM{
		padding-top: 18px;
		padding-bottom: 18px;
	}
	.xPadSM{
		padding-left: 18px;
		padding-right: 18px;
	}

	.yPadMD{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.xPadMD{
		padding-left: 30px;
		padding-right: 30px;
	}

	.yPadLG{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.xPadLG{
		padding-left: 60px;
		padding-right: 60px;
	}
		
	.yPadXL{
		padding-top: 100px;
		padding-bottom: 100px;
	}	
	.xPadXL{
		padding-left: 100px;
		padding-right: 100px;
	}
	
	
	.yMarXS{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.xMarXS{
		margin-left: 10px;
		margin-right: 10px;
	}

	.yMarSM{
		margin-top: 18px;
		margin-bottom: 18px;
	}
	.xMarSM{
		margin-left: 18px;
		margin-right: 18px;
	}

	.yMarMD{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.xMarMD{
		margin-left: 30px;
		margin-right: 30px;
	}

	.yMarLG{
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.xMarLG{
		margin-left: 60px;
		margin-right: 60px;
	}
		
	.yMarXL{
		margin-top: 100px;
		margin-bottom: 100px;
	}	
	.xMarXL{
		margin-left: 100px;
		margin-right: 100px;
	}
}



/*  MEDIUM: BETWEEN 992 AND 1200 */
@media screen and (max-width: 1200px) {
	/*  NOV 2023
	.txtXL{
		font-size: 110px; 
	}
	.txtLG{
		font-size: 75px; 
	}
	.txtMD{
		font-size: 60px; 
	}
	.txtSM{
		font-size: 40px; 
	}
	.txtXS{
		font-size: 22px; 
	}
	*/
	
	
	.captionXS{
		min-width: 45%
	}
	.captionSM{
		min-width: 55%;
	} 
	.captionMD{
		min-width: 65%;
	}
	.captionLG{
		min-width: 85%;
	}
	.captionXL{
		min-width: 90%;
	}
	
	
	
	.yPadXS{
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.xPadXS{
		padding-left: 8px;
		padding-right: 8px;
	}

	.yPadSM{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.xPadSM{
		padding-left: 15px;
		padding-right: 15px;
	}

	.yPadMD{
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.xPadMD{
		padding-left: 25px;
		padding-right: 25px;
	}

	.yPadLG{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.xPadLG{
		padding-left: 50px;
		padding-right: 50px;
	}
		
	.yPadXL{
		padding-top: 80px;
		padding-bottom: 80px;
	}	
	.xPadXL{
		padding-left: 80px;
		padding-right: 80px;
	}
	
	
	.yMarXS{
		margin-top: 8px;
		margin-bottom: 8px;
	}
	.xMarXS{
		margin-left: 8px;
		margin-right: 8px;
	}

	.yMarSM{
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.xMarSM{
		margin-left: 15px;
		margin-right: 15px;
	}

	.yMarMD{
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.xMarMD{
		margin-left: 25px;
		margin-right: 25px;
	}

	.yMarLG{
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.xMarLG{
		margin-left: 50px;
		margin-right: 50px;
	}
		
	.yMarXL{
		margin-top: 80px;
		margin-bottom: 80px;
	}	
	.xMarXL{
		margin-left: 80px;
		margin-right: 80px;
	}
}



/*  MEDIUM: BETWEEN 768 AND 992 */
@media screen and (max-width: 992px){
	/*  NOV 2023
	.txtXL{
		font-size: 95px; 
	}
	.txtLG{
		font-size: 65px; 
	}
	.txtMD{
		font-size: 50px; 
	}
	.txtSM{
		font-size: 35px; 
	}
	.txtXS{
		font-size: 20px; 
	}
	*/
	
	.captionXS{
		min-width: 70%
	}
	.captionSM{
		min-width: 75%;
	} 
	.captionMD{
		min-width: 80%;
	}
	.captionLG{
		min-width: 90%;
	}
	.captionXL{
		min-width: 94%;
	}
	
	
	
	
	.yPadXS{
		padding-top: 7px;
		padding-bottom: 7px;
	}
	.xPadXS{
		padding-left: 7px;
		padding-right: 7px;
	}

	.yPadSM{
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.xPadSM{
		padding-left: 12px;
		padding-right: 12px;
	}

	.yPadMD{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.xPadMD{
		padding-left: 20px;
		padding-right: 20px;
	}

	.yPadLG{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.xPadLG{
		padding-left: 40px;
		padding-right: 40px;
	}
		
	.yPadXL{
		padding-top: 70px;
		padding-bottom: 70px;
	}	
	.xPadXL{
		padding-left: 70px;
		padding-right: 70px;
	}
	
	
	
	.yMarXS{
		margin-top: 7px;
		margin-bottom: 7px;
	}
	.xMarXS{
		margin-left: 7px;
		margin-right: 7px;
	}

	.yMarSM{
		margin-top: 12px;
		margin-bottom: 12px;
	}
	.xMarSM{
		margin-left: 12px;
		margin-right: 12px;
	}

	.yMarMD{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.xMarMD{
		margin-left: 20px;
		margin-right: 20px;
	}

	.yMarLG{
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.xMarLG{
		margin-left: 40px;
		margin-right: 40px;
	}
		
	.yMarXL{
		margin-top: 70px;
		margin-bottom: 70px;
	}	
	.xMarXL{
		margin-left: 70px;
		margin-right: 70px;
	}
}




/*  2nd SMALLEST: BETWEEN 576PX and 768*/
@media screen and (max-width: 768px) {
	/*  NOV 2023
	.txtXL{
		font-size: 80px; 
	}
	.txtLG{
		font-size: 55px; 
	}
	.txtMD{
		font-size: 40px; 
	}
	.txtSM{
		font-size: 30px; 
	}
	.txtXS{
		font-size: 18px; 
	}
	*/
	
	
	.captionXS,	.captionSM, .captionMD, .captionLG,	.captionXL{
		min-width: 95%;
	}
	
	
	.yPadXS{
		padding-top: 6px;
		padding-bottom: 6px;
	}
	.xPadXS{
		padding-left: 6px;
		padding-right: 6px;
	}

	.yPadSM{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.xPadSM{
		padding-left: 10px;
		padding-right: 10px;
	}

	.yPadMD{
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.xPadMD{
		padding-left: 16px;
		padding-right: 16px;
	}

	.yPadLG{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.xPadLG{
		padding-left: 30px;
		padding-right: 30px;
	}
		
	.yPadXL{
		padding-top: 50px;
		padding-bottom: 50px;
	}	
	.xPadXL{
		padding-left: 50px;
		padding-right: 50px;
	}
	
	
	.yMarXS{
		margin-top: 6px;
		margin-bottom: 6px;
	}
	.xMarXS{
		margin-left: 6px;
		margin-right: 6px;
	}

	.yMarSM{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.xMarSM{
		margin-left: 10px;
		margin-right: 10px;
	}

	.yMarMD{
		margin-top: 16px;
		margin-bottom: 16px;
	}
	.xMarMD{
		margin-left: 16px;
		margin-right: 16px;
	}

	.yMarLG{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.xMarLG{
		margin-left: 30px;
		margin-right: 30px;
	}
		
	.yMarXL{
		margin-top: 50px;
		margin-bottom: 50px;
	}	
	.xMarXL{
		margin-left: 50px;
		margin-right: 50px;
	}
}


/*  SMALLEST: BELOW 576PX */
@media (max-width: 576px) {
	/*  NOV 2023
	.txtXL{
		font-size: 65px; 
	}
	.txtLG{
		font-size: 50px; 
	}
	.txtMD{
		font-size: 30px; 
	}
	.txtSM{
		font-size: 25px; 
	}
	.txtXS{
		font-size: 15px; 
	}
	*/
	
	
	.captionXS,	.captionSM, .captionMD, .captionLG,	.captionXL{
		min-width: 100%;
	}
	
	
	
	.yPadXS{
		padding-top: 4px;
		padding-bottom: 4px;
	}
	.xPadXS{
		padding-left: 4px;
		padding-right: 4px;
	}

	.yPadSM{
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.xPadSM{
		padding-left: 8px;
		padding-right: 8px;
	}

	.yPadMD{
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.xPadMD{
		padding-left: 12px;
		padding-right: 12px;
	}

	.yPadLG{
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.xPadLG{
		padding-left: 16px;
		padding-right: 16px;
	}
		
	.yPadXL{
		padding-top: 30px;
		padding-bottom: 30px;
	}	
	.xPadXL{
		padding-left: 30px;
		padding-right: 30px;
	}
	
	
	.yMarXS{
		margin-top: 0;
		margin-bottom: 0;
	}
	.xMarXS{
		margin-left: 0;
		margin-right: 0;
	}

	.yMarSM{
		margin-top: 8px;
		margin-bottom: 8px;
	}
	.xMarSM{
		margin-left: 8px;
		margin-right: 8px;
	}

	.yMarMD{
		margin-top: 12px;
		margin-bottom: 12px;
	}
	.xMarMD{
		margin-left: 12px;
		margin-right: 12px;
	}

	.yMarLG{
		margin-top: 16px;
		margin-bottom: 16px;
	}
	.xMarLG{
		margin-left: 16px;
		margin-right: 16px;
	}
		
	.yMarXL{
		margin-top: 30px;
		margin-bottom: 30px;
	}	
	.xMarXL{
		margin-left: 30px;
		margin-right: 30px;
	}
}









	
	
	
	

/* ########################################################################################################################################## */
/* ##										CARD FOCUS FX  (triggered when element scrolls into view									   ## */
/* ########################################################################################################################################## */

.already-visible{
	transform: translate(0,0);		/* translate x and y to 0 */
    animation: none;
}

.fadeIn:not(.fadeInFX), .slideLeftFX:not(.already-visible), .slideRightFX:not(.already-visible), .slideUpFX:not(.already-visible){
	opacity: 0.01;
}
section.fadeInFX, .fadeIn.fadeInFX{
	opacity: 1 !important;
    transition: opacity .9s ease-in;
}

/* SLIDE IN FROM THE LEFT */
.slideLeftFX:not(.already-visible){
  transform: translateX(-250px);
  animation: slideLeftFX 0.4s ease-in forwards;
}
/* Bigger movement for page slide, compared to card slide */
.page.slideLeftFX:not(.already-visible){
	transform: translateX(-325px) !important;
}
@keyframes slideLeftFX{
  to { transform: translateX(0);  opacity: 1; }
}


/* SLIDE IN FROM THE RIGHT */
.slideRightFX:not(.already-visible){
  transform: translateX(250px);
  animation: slideRightFX 0.4s ease-in forwards;
}
/* Bigger movement for page slide, compared to card slide */
.page.slideRightFX:not(.already-visible){
	transform: translateX(325px) !important;
}
@keyframes slideRightFX{
  to { transform: translateX(0);  opacity: 1; }
}

/* SLIDE UP */
.slideUpFX:not(.already-visible){
  transform: translateY(150px);
  animation: slideUpFX 0.4s ease-in forwards;
}

@keyframes slideUpFX{
  to { transform: translateY(0); opacity: 1; }
}

/* SLIDE UP WITH ALWAYS-SKEW */
.slideUpFX.skewLeft:not(.already-visible){
	transform: translateY(150px) skew(0deg, -5deg);
	animation: slideUpSkewLeftFX 0.4s ease-in forwards;
}
@keyframes slideUpSkewLeftFX{
  to { transform: translateY(0) skew(0deg, -5deg); opacity: 1; }
}

.slideUpFX.skewRight:not(.already-visible){
	transform: translateY(150px) skew(0deg, 5deg);
	animation: slideUpSkewRightFX 0.4s ease-in forwards;
}
@keyframes slideUpSkewRightFX{
  to { transform: translateY(0) skew(0deg, 5deg); opacity: 1; }
}

/* SLIDE FROM LEFT WITH ALWAYS-SKEW */
.slideLeftFX.skewLeft:not(.already-visible){
	transform: translateX(-250px) skew(0deg, -5deg);
	animation: slideLeftSkewLeftFX 0.4s ease-in forwards;
}
@keyframes slideLeftSkewLeftFX{
  to { transform: translateX(0) skew(0deg, -5deg); opacity: 1; }
}

.slideLeftFX.skewRight:not(.already-visible){
	transform: translateX(-250px) skew(0deg, 5deg);
	animation: slideLeftSkewRightFX 0.4s ease-in forwards;
}
@keyframes slideLeftSkewRightFX{
  to { transform: translateX(0) skew(0deg, 5deg); opacity: 1; }
}


/* SLIDE FROM RIGHT WITH ALWAYS-SKEW */
.slideRightFX.skewLeft:not(.already-visible){
	transform: translateX(250px) skew(0deg, -5deg);
	animation: slideRightSkewLeftFX 0.4s ease-in forwards;
}
@keyframes slideRightSkewLeftFX{
  to { transform: translateX(0) skew(0deg, -5deg); opacity: 1; }
}

.slideRightFX.skewRight:not(.already-visible){
	transform: translateX(250px) skew(0deg, 5deg);
	animation: slideRightSkewRightFX 0.4s ease-in forwards;
}
@keyframes slideRightSkewRightFX{
  to { transform: translateX(0) skew(0deg, 5deg); opacity: 1; }
}





/*
.card.wsFX, .card.turnGray, .hoverShade{
	will-change: transform;
}
*/


/* ########################################################################################################################################## */
/* ##													CARD HOVER FX 																	   ## */
/* ########################################################################################################################################## */

.hoverSkewL:not(.slideUpFX, .slideLeftFX, .slideRightFX), .hoverSkewR:not(.slideUpFX, .slideLeftFX, .slideRightFX){
	transform: skew(0deg,0deg);
	transition: transform 0.3s;	
	backface-visibility: hidden;	 /* This fixes the jagged edge caused by skewL/R FX */
}
.hoverSkewL:not(.slideUpFX, .slideLeftFX, .slideRightFX):hover{
	transform: skew(0deg, -5deg);
}
.hoverSkewR:not(.slideUpFX, .slideLeftFX, .slideRightFX):hover{
	transform: skew(0deg, 5deg);
}


.rise:not(.slideUpFX, .slideLeftFX, .slideRightFX){
	transition: transform 0.3s;
	transform: translateY(0);
}
.rise:not(.slideUpFX, .slideLeftFX, .slideRightFX):hover{
	transform: translateY(-10px);
}


.zoom:not(.slideUpFX, .slideLeftFX, .slideRightFX){
	transform: scale3d(1, 1, 1);
	transition: transform 0.25s ease-in-out;
}
.zoom:not(.slideUpFX, .slideLeftFX, .slideRightFX):hover{
	transform: scale3d(1.1, 1.1, 1.1);
}


.grayscale{
    filter: grayscale(1);
	transition: filter 0.3s ease-in-out;
}
.grayscale:hover{
    filter: none;
}


.turnGray{
	filter: grayscale(0);
	transition: filter 0.3s ease-in-out;
}
.turnGray:hover{
	filter: grayscale(1);
}


.brighten{
	filter: brightness(0.95) contrast(0.95);
	transition: filter 0.3s ease-in-out;
}
.brighten:hover{
	filter: brightness(1.12) contrast(1);
}


.hoverShade{
	transition: box-shadow 0.15s ease-in;
}
.hoverShade:hover{
	box-shadow: #888 3px 4px 5px;
}











/* ============== FADE-IN + MOTION HOVER FX (ZOOM, SKEW, RISE) ================  */

.fadeInFX.zoom, .fadeInFX.rise, .fadeInFX.hoverSkewL, .fadeInFX.hoverSkewR{
	transition: opacity 0.9s ease-in, transform 0.25s ease-out !important;
}
.fadeInFX.hoverShade{
	transition: opacity 0.9s ease-in, box-shadow 0.15s ease-out !important;
}
.fadeInFX.grayscale, .fadeInFX.turnGray, .fadeInFX.brighten{
	transition: opacity .9s ease-in, filter 0.3s ease-out !important;
}





/* ===================== ALWAYS ON "FX"  ======================== */

/* ALWAYS SKEWED (e.g. not on hover) */
.skewLeft{
	transform: skew(0deg, -5deg);
	backface-visibility: hidden;	 /* This fixes the jagged edge caused by skewL/R FX */
}
.skewRight{
	transform: skew(0deg, 5deg);
	backface-visibility: hidden;	 /* This fixes the jagged edge caused by skewL/R FX */
}

/* You can put a box shadow on anything */
.shade{
	box-shadow: #656565 3px 4px 6px;
}
	
	
	
	

/* =========== HOVER MOTION FX + ALWAYS-ON SKEW L/R ============== */

.zoom.skewLeft:not(.slideUpFX, .slideLeftFX, .slideRightFX){
	transform: scale3d(1, 1, 1) skew(0deg, -5deg);
	transition: transform 0.25s ease-in-out;
}
.zoom.skewLeft:not(.slideUpFX, .slideLeftFX, .slideRightFX):hover{
	transform: scale3d(1.1, 1.1, 1.1) skew(0deg, -5deg);
}
.zoom.skewRight:not(.slideUpFX, .slideLeftFX, .slideRightFX){
	transform: scale3d(1, 1, 1) skew(0deg, 5deg);
	transition: transform 0.25s ease-in-out;
}
.zoom.skewRight:not(.slideUpFX, .slideLeftFX, .slideRightFX):hover{
	transform: scale3d(1.1, 1.1, 1.1) skew(0deg, 5deg);
}


.rise.skewLeft:not(.slideUpFX, .slideLeftFX, .slideRightFX){
	transform: translateY(0) skew(0deg, -5deg);
	transition: transform 0.25s ease-in-out;
}
.rise.skewLeft:not(.slideUpFX, .slideLeftFX, .slideRightFX):hover{
	transform: translateY(-10px) skew(0deg, -5deg);
}
.rise.skewRight:not(.slideUpFX, .slideLeftFX, .slideRightFX){
	transform: translateY(0) skew(0deg, 5deg);
	transition: transform 0.25s ease-in-out;
}
.rise.skewRight:not(.slideUpFX, .slideLeftFX, .slideRightFX):hover{
	transform: translateY(-10px) skew(0deg, 5deg);
}






































































/* ======================== GALLERIES  ====================== */
.assetCaption{
	width: 92%;
	display: inline-block;
}
.editAssetCaption{
	width: 90%;
}
.emptyGalBTN{
	background: #888;
}
.gal_removeBTN:hover{
	color: #dc0000;
}

.galleryDiv .gridImg{
    margin-bottom: 30px;
}

.galleryDiv .gridImg > div:first-of-type, .thumbWrap{
	border: solid 1px #AAA;
	border-radius: 4px;
	background: #FAFAFA;
	color: #222;
	overflow: hidden;
}
#editor:not(.revPreview) .gridImg > div:first-of-type{
	cursor: move;
}	

/* .gridImg is also used by image grid (not just galleries) */
.gridImg img, .imgGridImg{
	transition: filter .4s ease-out;
	-webkit-transition: .4s;
}
/* BLAIR Oct 2022:
.gridImg img.grayscale, .card.grayscale{
    filter: grayscale(100);
}
.gridImg img.grayscale:hover, .card.grayscale:hover {
    filter: none;
}
.gridImg img.turnGray:hover, .card.turnGray:hover{
	filter: grayscale(90);
}

.gridImg img.zoom, .card.zoom{
	transform: scale3d(1, 1, 1);
}
.gridImg img.zoom:hover, .card.zoom:hover{
	transform: scale3d(1.1, 1.1, 1.1);
}
*/

.gridImg .tinyLabel{
	margin: 0 10px 0 10px
}

.gridImg img{
	width: 100%;
}
.gal_editAudCaption{
	margin-left: 8px;
	font-size: 12pt;
}
.missingAsset{
	background: #dc0000;
	color: #FFF;
}
.missingAsset img {
    max-width: 200px;
    max-height: 150px;
    padding: 12px;
}

.galleryDiv table{
	margin: auto;
	border-collapse: collapse;
	border: solid 1px #444;
	background: #FAFAFA;
	color: #333;
}
.galleryDiv table th{
	background: #333;
	color: #FAFAFA;
	padding: 6px;
}
.galleryDiv table td{
    border-top: solid 1px #444;
    border-bottom: solid 1px #444;
	background: rgba(255,255,255,0.25);
}
#editor:not(.revPreview) .galleryDiv table td{
	cursor: ns-resize;
}


#audioGalleryGrid .glyphicon {
    font-size: 14pt;
}


/* ImgGear (for individual images, not the imgGrid) */
#imgGear{
	z-index: 9998;
}


/*================  INSERTABLE IMAGE GRID  ============================*/
.imgGridSettingsBTN{
	width: 32px !important;
	height: 32px;
	position: absolute; 
	left: 0;
	z-index: 10001 !important;
	font-size: 18pt;
}

.ws_imageGrid{
	border: solid 3px transparent;
}
.ws_imageGrid:hover{
	border: solid 3px #62b546;		/*rgba(173, 216, 230, 0.38)*/
	/*background: #ffff0050;*/
}	





/* ======================================================================================================*/
/* 												IMAGE EDITORS			 								 */
/* ======================================================================================================*/
/* Use a transparent border to prevent movement when red border is toggled */
#cropperDiv, #scaleDiv, #rotateDiv, #flipDiv, #textAddDiv{
	border: solid 10px rgba(255,255,255,0);	
}


/* ========================   CROP   ======================== */
/*#crop_img{
	max-width: 100%;
}
*/
/* THESE ARE THE DASHED ANIMATED BORDERS */
.imgareaselect-border1 {
	background: url(../images/Edit/crop-border-anim-v.gif) repeat-y left top;
}
.imgareaselect-border2 {
    background: url(../images/Edit/crop-border-anim-h.gif) repeat-x left top;
}
.imgareaselect-border3 {
    background: url(../images/Edit/crop-border-anim-v.gif) repeat-y right top;
}
.imgareaselect-border4 {
    background: url(../images/Edit/crop-border-anim-h.gif) repeat-x left bottom;
}
.imgareaselect-handle {
    background-color: #fff;
	border: solid 1px #000;
    filter: alpha(opacity=50);
	opacity: 0.5;
}
.imgareaselect-outer {
	background-color: #000;
    filter: alpha(opacity=50);
	opacity: 0.5;
}


/* ========================   SCALE  ======================== */
#ImageScale .ui-wrapper{
	border: solid 2px #000;
    background: #23B6D4;
    border-top-width: 0;
    border-left-width: 0;
}
/* Let the options box float on top of image in case the image is really large */
#scaleOptions, #textOptions{
	background: #f4f4f4;
    position: fixed;
    left: 25%;
    right: 25%;
    top: 68px;
    z-index: 800;
    width: 50%;
    min-width: 670px;
}


/* ========================  ROTATE & FLIP  ======================== */
#ImageRotate img, #flipPreview img{
	max-width: 1140px;
	vertical-align: middle;
}
.flipHor{
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
.flipVer{
	-moz-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	filter: FlipV;
	-ms-filter: "FlipV";	
}
.flipHorVer{
	-moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);	
}

.midAlignHelper{
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}


/* ======================== TEXT ON IMAGE ======================== */
#textAddDiv label {
    font-weight: bold;
}
/* Text that has been added to the image */
.textAdd{
	padding:1px; 
	border:2px dashed black;
	cursor: pointer;
	width: auto !important;
    height: auto !important;
}
.selectedTextBox{
	border:2px dashed white !important;
}






/* ====================================================================================================================== */
/*										DESIGN/CONFIG PANEL	   											  				  */
/* ====================================================================================================================== */

#tblDesignList .glyphicon{
	font-size: 13pt;
}
#tblDesignList tr{
	border: solid 1px #444;
}
#tblDesigns tbody tr:hover {
    background: #DDD;
}


#configAccordion input[type=file]{
	width: 220px;
}
#addStyleDiv .submitbutton{
	min-width: 80px !important;
}
/*Colour swatch in popup*/
.colourBox{
    height: 40px;
    width: 40px;
    box-shadow: 2px 3px 4px #222;
    border-radius: 2px;
    display: inline-block;
	cursor: pointer;
}
/*Colour swatch in accordion*/
.design_accordTable .colourBox, #emailBG .colourBox{
	height: 40px;
    width: 40px;
	margin: 0; 
}
.tileWrap{
	display: inline-block;
	background: url(../images/darkTile.png) repeat;
	margin: 0;
	padding: 0;
	height: 38px; 
	width: 38px;
}
/* THIS IS USED WHEN SHOWING BG-IMAGE SWATCHES */
.design_bgBox{
    box-shadow: 2px 3px 4px #222;
    border-radius: 2px;
	height: 80px;
    width: 80px;
	cursor: pointer;
}
.selectedStyle{
	border: solid 2px #34b4d6
}


span.chooseFontBTN {
    cursor: pointer;
}

.noStyleSelected {
    color: #F00;
    font-size: 18pt;
    font-weight: 900;
	text-align: center;
}

.redDiagonal{
    width: 58px;
    height: 58px;
    border-bottom: 2px solid #dc0000;
    -webkit-transform:
        translateY(50px)
        translateX(50px)
        rotate(-45deg);
    position: relative;
    top: -76px;
    left: -75px;
}



.submitbutton.selectedStyle {
    background-color: #23B6D4;
}
.addColourPreview{	
	width: 49px; 
	height: 49px; 
	border: solid 1px #f4f4f4;
	border-radius: 3px; 
	margin: auto 12px;
}









/* =======================================  ANIMATED GRADIENTS ======================================= 
#pageContainer.gradAnim{
    background: linear-gradient(311deg, #FFF, #62B546, #34B5D7, #1b3460);
    background-size: 400% 400%;

    -webkit-animation: logoutBG 19s ease-in-out infinite;
    -moz-animation: logoutBG 19s ease-in-out infinite;
    animation: logoutBG 19s ease-in-out infinite;
}
@-webkit-keyframes logoutBG{
    0%{background-position:0% 51%}
    50%{background-position:100% 50%}
    100%{background-position:0% 51%}
}
@-moz-keyframes logoutBG{
    0%{background-position:0% 51%}
    50%{background-position:100% 50%}
    100%{background-position:0% 51%}
}
@keyframes logoutBG{
    0%{background-position:0% 51%}
    50%{background-position:100% 50%}
    100%{background-position:0% 51%}
} 
*/
.exitBG {
  animation: exitAnim 2s ease-in-out infinite alternate;
  
  /*   background-image: linear-gradient(-60deg, #6c3 50%, #09f 50%); */
  background-image: linear-gradient(-60deg, #1e3762 50%, #FFF 50%);		/*#34B5D7  #62B546*/
  
  bottom:0;
  left:-50%;
  opacity:.5;
  position:fixed;
  right:-50%;
  top:0;
  z-index: 0;	/*-1;*/
}

.exitBG2 {
  animation-direction: alternate-reverse;
  animation-duration: 2s;
}

.exitBG3 {
  animation-duration: 2s;
}


@keyframes exitAnim {
	0% {
		transform:translateX(-25%);
	}
	100% {
		transform:translateX(25%);
	}
}

.loggedOutDiv{	
	width: 300px;
	position: absolute;
	top: 40%;
	bottom: 50%;
	left: 5%;
	right: 5%;
	background: rgba(255,255,255,0.8);	/*#FAFAFA;*/
	box-shadow: 4px 5px 10px #555;
	border-radius: 4px;
	padding-top: 40px;
	z-index: 9999;
}



/* ===============  RISING SQUARE-CIRCLE ANIMATION =================== */

	.circles{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
		margin: 0px;
		padding: 0px;
	}

	.circles li{
		position: absolute;
		display: block;
		list-style: none;
		width: 20px;
		height: 20px;
		background: rgba(255, 255, 255, 0.5);
		animation: animTiles 25s linear 50;	/*infinite;			only run the animation 50 times... going forever causes computer to never sleep */
		bottom: -150px;
		margin: 0px;
		padding: 0px;
	}

	.circles li:nth-child(1){
		left: 25%;
		width: 80px;
		height: 80px;
		animation-delay: 0s;
	}


	.circles li:nth-child(2){
		left: 10%;
		width: 20px;
		height: 20px;
		animation-delay: 2s;
		animation-duration: 12s;
	}

	.circles li:nth-child(3){
		left: 70%;
		width: 20px;
		height: 20px;
		animation-delay: 4s;
	}

	.circles li:nth-child(4){
		left: 40%;
		width: 60px;
		height: 60px;
		animation-delay: 0s;
		animation-duration: 18s;
	}

	.circles li:nth-child(5){
		left: 65%;
		width: 20px;
		height: 20px;
		animation-delay: 0s;
	}

	.circles li:nth-child(6){
		left: 75%;
		width: 110px;
		height: 110px;
		animation-delay: 3s;
	}

	.circles li:nth-child(7){
		left: 35%;
		width: 150px;
		height: 150px;
		animation-delay: 7s;
	}

	.circles li:nth-child(8){
		left: 50%;
		width: 25px;
		height: 25px;
		animation-delay: 15s;
		animation-duration: 45s;
	}

	.circles li:nth-child(9){
		left: 20%;
		width: 15px;
		height: 15px;
		animation-delay: 2s;
		animation-duration: 35s;
	}

	.circles li:nth-child(10){
		left: 85%;
		width: 150px;
		height: 150px;
		animation-delay: 0s;
		animation-duration: 11s;
	}

	@keyframes animTiles {
		0%{
			transform: translateY(0) rotate(0deg);
			opacity: 1;
			border-radius: 0;
		}
		100%{
			transform: translateY(-1000px) rotate(720deg);
			opacity: 0;
			border-radius: 50%;
		}
	}








/*======================== CONFIG PREVIEW ===================== */
.editNavBTN, .subNav, .configNav{
    border-style: solid;
    border-width: 0;
}


#txtNewDomain{
	width: 304px;
    margin-bottom: 10px;
}


/* ========================== COLLABORATION ========================== */
.collabMember{
    text-align: left;
	color: #000;
    background: #f4f4f4;
	min-width: 240px;
	display: inline-block;
    min-height: 50px;
    padding: 8px 8px 0 4px;
	border: solid 1px #AAA;
    margin: 2px;
    vertical-align: top;
}
.collabMember *{
    vertical-align: middle !important;
}
.collabMember img {
    width: 32px;
	max-height: 32px;
}
.staff{
	background-color: #22cef5;
	border: solid 1px #888;
}
.everyone, .noUsers{
    background: orange; /* #22cef5; */
	font-style: italic;
	font-weight: bold;
	border: solid 1px #888;
}
.noUsers{
    width: 217px;
	height: 50px;
    padding-top: 15px;
}
.collabOption{
	margin-bottom: 6px;
}




.carousel-caption{
    padding: 0 !important;
    bottom: 60px !important;
}

/* ============================ CAROUSEL STYLES (IN CONFIG) ================================ */
/*
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carouselArrowDiv{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 2px 5px 5px #333;
	cursor: pointer;
}

.carouselArrow{
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
    box-sizing: border-box;
}
#carouselLeftArrow{
    left: 50%;
    margin-left: -15px;
}
#carouselLeftArrow:before{
    content: "\e257";	
}
#carouselRightArrow{
    right: 50%;
    margin-right: -15px;
}
#carouselRightArrow:before{
    content: "\e258";
}


@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot');
  src: url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff') format('woff'), url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
*/



/* CALENDAR */
#cal_filterBar, #calFilterPreview{
	background: #FAFAFA; 
	margin: 30px auto 30px auto; 
	display: inline-block; 
	padding: 15px; 
	border: solid 1px #EEE; 
	border-radius: 4px;
}

.calItem{
	display: inline-block;
	padding: 20px;
	border: solid 1px #AAA;
	border-radius: 4px;
	text-align: left;
	background: #FAFAFA;
	height: 100%;
	width: 100%;
}

#cal_editor input[type="text"]{
  outline: none;
  border-radius: 4px;
  padding: 6px;
}

.ws_calendar {
  padding: 15px;
  border: dashed 1px green;
  margin: 20px 0;
}

/* ======================================================================================================*/
/* 												ACCT MGMT				 								 */
/* ======================================================================================================*/
.grayBox, #innerAcctContainer, #acctPassWrapper{
	margin: 0 auto 40px auto; 
	/* box-shadow: 8px 8px 8px silver; */
	border: solid 1px #DDD;
	border-radius: 2px;
	color: #1b3460;
	background: #fcfcfc;
	padding: 20px;
}


#innerAcctContainer input[type="text"], #innerAcctContainer input[type="password"], #innerAcctContainer select{
	width: 250px;
	padding: 4px;
    border-radius: 2px;
}


#tbodyUsers td{
	vertical-align: middle !important;
}
#tbodyUsers tr:hover {
	background-color: #f7f3e4;	/*#62B546;*/
}

#avatarIMG{
	max-height: 100px;
	min-height: 32px;
	max-width: 128px;
	min-width: 32px;
}
#userTable img {
	max-height: 32px;
	max-width: 32px;
}
.disabledUser{
	background-color: rgb(204, 0, 0);
}




/* ======================================================================================================*/
/* 												ONBOARDING				 								 */
/* ======================================================================================================*/
#onboardingWizard .submitbutton {
    font-weight: bold;
	padding: 8px 18px;
	height: auto;
}
.onboardStepNav{
	width: 120px;
	color: #999;
	text-align: center;
	cursor: pointer;
	border-top: solid 3px #DDD;
	padding: 6px;
	margin: 10px;
	display: inline-block;
}
.onboardStepNav.curOnboardStep, .onboardStepNav:hover{
	color: #62b546;
	border-color: #62b546;
}

/*  THE LEFT AND RIGHT ARROWS */
.onboardNav{
	background: #62b546;
	color: #FFF;
	padding: 12px 17px;
	border-radius: 50%;
	position: fixed;
	top: 50%;
	cursor: pointer;
	width: 56px;
}

/* THE DIV THAT HOLDS THE STEP */
.onboardStep {
	padding: 0 50px 50px 50px !important;
}
/*NAV PREVIEW */
#onboardingWizard .navbar-nav > li {
    float: none !important;
}
#onboardingWizard .nav-link{
	margin: 5px 10px !important;
	padding: 8px !important;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	white-space: nowrap;
}
#onboardPallet .colourBox{
	margin: 10px;
}

.onboard_removeStyle{
	background: white;
	border-radius: 50%;
	font-size: 16pt;
	float: right;
	margin: -16px 0 0 -8px;
}



/* ======================================================================================================*/
/* 											 CONTENT WIZARD				 								 */
/* ======================================================================================================*/


/* tiles on step 1*/
.cwSiteType .material-icons{
	font-size: 40pt;
}
.cwSiteType{
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 225px;
	border: solid 1px #ddd;
	text-align: center;
	padding: 20px;
	cursor: pointer; 
}	
.cwSiteType:hover{
	background: #f4f4f4;
}



/* page selections in step 2 */
.indLeft{
	margin-left: 25px;
	margin-bottom: 10px !important;
}
.contWiz_pageGroups{
	margin-bottom: 20px;
}
#contWiz_main input[type=checkbox]{
	width: 20px;
	height: 20px;
	margin-right: 5px;
}



#contWiz_main input[type=text]{
	padding: 6px !important;
	border-radius: 3px !important;
}
	



	
/* ======================================================================================================*/
/* 												ANALYTICS				 								 */
/* ======================================================================================================*/
#summaryPane .well {
    min-height: 120px;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

#stats_topDetails a{
	font-weight: bold;
}

#stats_sentDiv, #stats_opensDiv, #stats_clickThroughDiv, #stats_sectionDiv{
	min-height: 188px !important;
}

#tblTopProspects th, .topLinkTables th, .tblSends th, #tblReferrals th{
	background: #337ab7;
	color: #f4f4f4;
}

#tblTopProspects tr:hover, .topLinkTables tr:hover, .tblSends tr:hover{
	background: #EEE;
	cursor: pointer;
}
.topLinkTables td:nth-child(2){	
    word-break: break-all;
}

/*  THE SIDE PANEL IN STATS AND THE FORMS REPORT */
#stats_campaignDiv .nav-item, #contactsPane .nav-item, #stats_contactListPane .nav-item, #formsReport_campaignList .nav-item{
	width: 100%;
	border: solid 1px #eee;
}





/* ANALYTICS TOP BAR ITEMS*/
.roundText, #analyticsBar input[type=text], #txtViewer{
    padding: 4px;
    border-radius: 4px;
    border: solid 1px #AAA;
    margin-right: 10px;
}
#analyticsBar #startTime, #analyticsBar #endDate, #analyticsBar #WINstormID, #ws_start, #ws_end{
	width: 106px;
	margin-right: 10px;
}

#statsContent thead th{
	cursor: pointer;	
}

#tbl_statsSummary{
	background: #DDD;
	border: solid 1px #333;
    border-collapse: collapse;
	margin: 10px auto 40px auto;
	min-width: 700px;
}
#tbl_statsSummary  .statRowName{
	background: rgba(35, 182, 212, 0.15);
    color: #000;
    border: solid 1px #333;
    padding: 8px;
}
#tbl_statsSummary th:not(.statRowName){
    background: #23B6D4;
    padding: 8px;
    color: #FFF;
}
#tbl_statsSummary td{
    padding: 15px 30px 15px 10px;
    border: solid 1px #333;
}

#txtViewer{
	width: 185px;
	margin: 0 0 0 6px !important;
}
#reportDiv {
    min-height: 750px;
	min-width: 760px;
    border: solid 1px #333;
	background: #FFF;
}
#reportDiv .tablesorter{
	margin: 0 !important;
}
/* Send Log is not clickable when already reviewing a single winstorm (this is the lowest granularity we provide)*/
#singleSendLogBody tr {
    cursor: default !important;
}
.emptyReport{
	background: #FFF !important;
}
.emptyReport td{
	text-align: center;
}
.emptyReport h3{
	color: #777 !important;
}

#pagerPane, #pagerPane2, #topUserPager, #topClientPager {
	text-align: center;
	padding: 10px;
	background-color: silver;
	margin: auto;
}
#analyticsDiv #pagerPane{
	background-color: #e0f4f9 !important;
}
#reportPane{
	position: relative;
	top: -10px;
}
.statsError{
	background-color: red;
	color: black;
}
.statsError, .loading{
	text-align: center;
	padding: 25px;
	font-weight: bold;
	font-size: 24pt;
	color: #FFF;
}
/* Used by stats chart */
.loading{
	background-color: #43B6D7;
	border: solid 4px #1b3460;
}
/* #chart_div{
	margin: 10px auto;
	min-height: 650px;
}
#statsChart{
   width: 1090px; 
   max-height: 650px;
   margin: auto;
   display: block;
} */
.barChart {
	background: #337ab7; /* #3366cc; */
    height: 20px;
    color: #FFF;
    text-shadow: #333 2px 1px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: bottom;
    min-width: 1px;
}
.barChartLabel{
	font-size: 11pt;
	display: inline-block;
}
#chartTable td:first-child{
	text-align: right;
    vertical-align: bottom;
}









/* ======================================= ACTIVITY REPORTS ============================================ */
#activityTableBody td, #clientTableBody td{
	cursor: pointer;
}
#activityTableBody tr, #clientTableBody tr{
	color: #000;
}
#activityTableBody tr:hover, #clientTableBody tr:hover, .selected{
	background-color: #f7f3e4 !important; /*#62B546*/
}
.loggedInBox{
    display: inline-block;
    min-width: 250px;
    max-width: 500px;
	min-height: 274px;
    font-size: 13pt;
    background: #F9F9F9;
	color: #555;
    box-shadow: 2px 2px 7px #666;
    border-radius: 6px;
	text-align: left;
	vertical-align: top;
}
.loggedInBox img{
	height: 50px;
	margin: 0 auto 10px auto;
}
#clientTable, #activityTable, #personTable, #topUserTable, #topClientTable{
	background-color: #fff;
	border-collapse: collapse;
	border: solid 1px white;
	margin: 5px auto;
	color: #1b3460;
	max-width: 1100px;
}


/* ======================================= MAINTENANCE REPORTS ============================================ */
#maintenanceWrapper, #trendsWrapper, #usageReportWrapper{
	min-height: 25px;
}
#maintOptionsDiv li {
	list-style: none;
	margin: 20px 5px;
}
#maintenanceDiv img {
	max-width: 100px;
}
td#maintenanceDiv td {
	padding-top: 10px;
}
table#maintOptionsTable td {
	background-color: silver;
	padding: 4px;
	cursor: pointer;
}
table#maintOptionsTable td:hover {
	background-color: #f7f3e4;		/*#62B546;*/
}
.missingEmail{
	font-weight: bold;
	text-align: center;
	background-color: #D00;
	color: #FFF;
}
.symLink{
	font-weight: bold;
	text-align: center;
	background-color: #19C; 
	color: #FFF;
}
.origEmail{
	font-weight: bold;
	text-align: center;
	background-color: rgb(245, 234, 21);
}




















/* ============================ ANGLE PICKER PLUGIN =========================== */

.anglePicker-circle {
	border-radius: 100%;
	border: 1px solid #333333;
}
.anglePicker-center {
	border-radius: 100%;
	border: 1px dotted #999999;
	position: absolute;
}
.anglePicker-handle {
	border-radius: 100%;
	background-color: #333333;
	position: absolute;
}

.anglePicker-value {
	border-radius: 3px;
	background-color: #333333;
	position: absolute;
	color: #EEEEEE;
	width:30px;
	height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:20px;
	text-align: center;
}

.anglePicker-top {
	position:relative;
	/*display:flex;
	vertical-align: top;
	padding:10px;*/
}
.anglePicker-control {
	position:relative;
	width:40px;
	height:40px;
	border: 1px solid black;
	display:block;
}
.anglePicker-outer.anglePicker-popup {
	opacity:0;
	position:absolute;
	left:45px;
	top:0px;
	display:inline-block;
	border:1px solid orange;
	border-radius:5px;
	background-color: white;
	z-index:2;
}
.anglePicker-other.anglePicker-popup.anglePicker-open {
	opacity:1;
}














/* INSERTABLE SOCIAL ICON FRAMEWORK */
.btn-floating{
  color: inherit;
  text-decoration: none;

  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0;
  margin: 10px;
  overflow: hidden;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
  box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  width: 47px;
  height: 47px;
}
.btn-floating:hover {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.btn-fb:not([disabled]):not(.disabled):active, .btn-fb:not([disabled]):not(.disabled).active, .show > .btn-fb.dropdown-toggle {
  background-color: lime aliceblue !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
  box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
}

.btn-floating.btn-lg i {
  font-size: 1.625rem;
  line-height: 61.1px;
  width: 61.1px;
  height: 61.1px;
}

.btn-lg, .btn-group-lg > .btn {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

.btn-floating i {
  display: inline-block;
  width: inherit;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.fab {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}

/* INSERTABLE SOCIAL GLYPHS */
.fa-facebook-f::before {
    content: "\f39e";
}
.fa-twitter::before {
  content: "\f099";
}
.fa-linkedin-in::before {
  content: "\f0e1";
}
.fa-instagram::before {
  content: "\f16d";
}
.fa-pinterest::before {
  content: "\f0d2";
}
.fa-youtube::before {
  content: "\f167";
}
.fa-whatsapp::before {
  content: "\f232";
}
.fa-comments::before {
  content: "\f086";
}
.fa-envelope::before {
  content: "\f0e0";
}


/* GLYPH BGs */
.btn-fb{
  background-color: #3b5998 !important;
 }
.btn-tw {
  background-color: #55acee !important;
}
.btn-li {
  background-color: #0082ca !important;
}
.btn-ins {
  background-color: #2e5e86 !important;
}
.btn-pin {
  background-color: #c61118 !important;
}
.btn-yt {
  background-color: #ed302f !important;
}
.btn-slack{
  background-color: #56b68b !important;
}
.btn-wa {
  background-color: #25d366 !important;
}
.btn-comm {
  background-color: #30cfc0 !important;
}
.btn-email {
  background-color: #4b515d !important;
}




/* OVERRIDE COLOR IN BOOTSTRAP INFO DIVS */
.alert-info{
	color: #0a3161 !important;
}


#cardGear:hover{
	background: #FAFAFA !important;
	color: #333;
}


/* ---- OVERRIDE SOME OF THE DEFAULT BOOTSTRAP CARD STYLES ---- */
.card{
	/*
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border: solid 1px rgba(125, 125, 125, 0.2); 		
	*/
	border: solid 1px #AAA; 
	border-radius: 4px;
	outline: 1px solid transparent;		/*  smooth border edges */
}


/* ====================== WEIRD BUG FIX FOR CARD POP BACKSIDE HEIGHT ====================== */
.cardPreview .image-flip:not(.flipped) .backside{
	height: 0;
}
.cardPreview .image-flip.flipped .backside{
	height: unset;
}

/* ========================================================================================= */



.card-img-top{
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}



/* ======== TESTIMONIAL CARDS ============= */
.testimonial-card{
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	border: 0;
	/*margin: auto;*/
}
.testimonial-card .card-up {
  height: 120px;
  overflow: hidden;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  
  cursor: pointer; 	/* this is only needed in the editor to let them know they can click to change BG */
}
.testimonial-card .avatar {
  width: 120px;
  margin-top: -60px;
  overflow: hidden;
  border: 5px solid #fff;
  border-radius: 50%;
}
	
.testimonial-card .card-title {
	font-weight: 600;
}

.testimonial-card .card-body {
  text-align: center;
  border-radius: 0 !important;
}

.btn{
	cursor: pointer;
}



/* ======== OVERLAY CARD ============= */
.card-image{
	background-size: cover;
	background-position: top center;
}


/* ======== CARD FLIP ============= */
.frontside {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
	z-index: 2;
}
.backside {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.image-flip.flipped .backside, .image-flip.hover .backside {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.image-flip.flipped .frontside, .image-flip.hover .frontside {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}




/* ------------------ FLIP VERTICAL (overrides above styles) ---------------------- */
.flipVertical .frontside {
	-webkit-transform: rotateX(0deg) !important;
	-moz-transform: rotateX(0deg) !important;
	-o-transform: rotateX(0deg) !important;
	-ms-transform: rotateX(0deg) !important;
	transform: rotateX(0deg) !important;
}
.flipVertical .backside {
	-webkit-transform: rotateX(-180deg) !important;
	-moz-transform: rotateX(-180deg) !important;
	-o-transform: rotateX(-180deg) !important;
	-ms-transform: rotateX(-180deg) !important;
	transform: rotateX(-180deg) !important;
}
.image-flip.flipVertical.flipped .backside, .image-flip.flipVertical.hover .backside {
	-webkit-transform: rotateX(0deg) !important;
	-moz-transform: rotateX(0deg) !important;
	-o-transform: rotateX(0deg) !important;
	-ms-transform: rotateX(0deg) !important;
	transform: rotateX(0deg) !important;
}
.image-flip.flipVertical.flipped .frontside, .image-flip.flipVertical.hover .frontside {
	-webkit-transform: rotateX(180deg) !important;
	-moz-transform: rotateX(180deg) !important;
	-o-transform: rotateX(180deg) !important;
	transform: rotateX(180deg) !important;
}





/*
.image-flip {
	margin-bottom: 300px;
	  width: 300px; 	
	height: 400px;
}
*/
.mainflip {
	-webkit-transition: 1s;
	-webkit-transform-style: preserve-3d;
	-ms-transition: 1s;
	-moz-transition: 1s;
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transition: 1s;
	transform-style: preserve-3d;
	position: relative;
}
.frontside, .backside {
	background: transparent;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: 1s;
	-webkit-transform-style: preserve-3d;
	-moz-transition: 1s;
	-moz-transform-style: preserve-3d;
	-o-transition: 1s;
	-o-transform-style: preserve-3d;
	-ms-transition: 1s;
	-ms-transform-style: preserve-3d;
	transition: 1s;
	transform-style: preserve-3d;
	position: absolute;
	top: 0;
	left: 0;
}







/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fa-regular-400.eot");
  src: url("fa-regular-400.eot?#iefix") format("embedded-opentype"), url("fa-regular-400.woff2") format("woff2"), url("fa-regular-400.woff") format("woff"), url("fa-regular-400.ttf") format("truetype"), url("fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
