

.sparkleColor {
  font-weight: bold;
  font-family: sans-serif;
  text-decoration: none;
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, right top, from(#90f3b3), color-stop(#90e9f3), color-stop(#909ff3), color-stop(#cc90f3), color-stop(#f390d1), color-stop(#f39a90), color-stop(#f3e590), to(#b8f390)) repeat scroll 0% 0%/200% 200%;
  background: rgba(0, 0, 0, 0) linear-gradient(90deg, #90f3b3, #90e9f3, #909ff3, #cc90f3, #f390d1, #f39a90, #f3e590, #b8f390) repeat scroll 0% 0%/200% 200%;
      background-clip: border-box;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.sparkleColor {
  -webkit-animation: GradientAnimation 2s ease infinite;
  animation: GradientAnimation 2s ease infinite;
}

@keyframes GradientAnimation {
  0% { background-position: 0% 50% }
  50% { background-position: 100% 50% }
  100% { background-position: 0% 50% }
}


tr.deletedRow:nth-child(odd) td{
	background:#ffe5e5 !important;
}
tr.deletedRow:nth-child(even) td{
	background:#ffcccc !important;
}

tr.addedRow:nth-child(odd) td{
	background:#d9ead3 !important;
}

tr.addedRow:nth-child(even) td{
	background:#ecf4e9 !important;
}
.pt15{padding-top:15px}
.copy-to-clip {
	color: #13A89E;
	cursor: grab;
}
.instructions{padding:7px 7px; margin:15px 0px 25px 0px;  border:solid #aaa 2px; border-radius:1px}
.instruction-warning {
	border: solid #fa9200 2px !important;
	color: #fa9200;
}
.instruction-error {
	border: solid #f00000 2px !important;
	color: #f00000;
}
.btn-spacing-5 {
   margin-right: 5px;
   margin-bottom: 2.5px;
   margin-top: 2.5px;
}
.btn-rectangle {
	width: 35px;
	height: 30px;
	padding: 7px;
}
.btn-spacing-10 {
   margin-right: 10px;
   margin-bottom: 5px;
   margin-top: 5px;
}
.disabled-icon {
	color: #7c858e !important;
	cursor: not-allowed !important;
	pointer-events: all !important;
}
*:disabled {
	background:rgb(133, 133, 133) !important;
	border-color: #E2E3E4 !important;
	color: #e8e8e8 !important;
	cursor: not-allowed !important;
	pointer-events: all !important;
}

input:disabled,
textarea:disabled {
	color:rgb(161, 160, 163) !important;
	background-color: rgb(243, 242, 246) !important;
}


.color-card a, .color-card span {
	font-size: 25px;
	color: white;
	z-index: 9;
    position: relative;
}

.campaign-due { color: red; font-weight: bold !important;}

.flex-center-horizontal {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.flex-left-horizontal {
	justify-content: flex-start;
}
.flex-right-horizontal {
	justify-content: flex-end;
}

.flex-center-vertical {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.flex-top-vertical {
	align-items: flex-start;
}

.flex-bottom-vertical {
	align-items: flex-end;
}

.flex-wrap {
	flex-wrap: wrap;
}
.flex-no-wrap {
	flex-wrap: nowrap;
}

.wsywig-display-iframe {width: 100%; height: auto; overflow-y: scroll; border: none !important; margin: 0 !important;}
.campaign-link-btn {
	color: #606060;
}
.fa-even-spacing {
	margin-left: 1px;
	margin-right: 1px;
}
.settings-fa {
	color: #13A89E;
}
.ui-widget {
	background: white;
	max-width: 60%;
	text-align: center;
}
.ui-widget-content {
	justify-content: flex-start;
}
.ui-dialog-buttonset {
	min-width: 150px !important;
	text-align: center;
}
.btn-icon {
	background: transparent;
	border: none;
	text-decoration: none;
}
.pill-toggle-wrapper {
	width: 100%; display: flex; flex-direction: column; align-items: flex-start;
}
.pill-toggle-container {
	width: auto; display: flex; flex-direction: row-reverse; align-items: center; justify-content: center; margin-top: 0px;
}
.selected-menu-direction {
	margin: 0 8px;
	text-transform: capitalize;
}
.error-handling-wrapper,
.pill-toggle-container,
.toggle-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.infoCircle{
	color:blue; font-size:14px !important;
}
.customTitle{
	white-space:nowrap;
}
.pill-toggle-container {
	flex-wrap: wrap;
}
.error-handling-wrapper {
	margin-top: 15px;
}
.error-settings-toggle-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.error-settings-toggle-container div {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.error-settings-toggle-container input[type='radio'] {
	margin-right: 10px;
}
.toggle-wrapper {
	justify-content: flex-start;
}

.pill-toggle-container > input[type=checkbox]{
	height: 0;
	width: 0;
	visibility: hidden;
	padding: 0 !important;
	margin: 0 !important;
}

.pill-toggle-container > label {
	cursor: pointer;
	text-indent: -9999px;
	width: 70px !important;
	height: 30px;
	background: #9D833E !important;
	display: block;
	border-radius: 100px;
	position: relative;
	margin-top: 5px !important;
	margin-right: 0px !important;
}

.pill-toggle-container > label:after {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 20px;
	transition: 0.3s;
}

.pill-toggle-container > input:checked + label {
	background: #9D833E !important;
}

.pill-toggle-container > input:checked + label:after {
	left: calc(100% - 5px);
	transform: translateX(-100%);
}

.pill-toggle-container > label:active:after {
	width: 40px;
}

.toggle-name {
	margin: 0 5px;
}

.sidebar-child li:first-of-type {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.sidebar-child li:last-of-type {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.fsd-row {display: flex; flex-direction: row; justify-content: space-around;}
.fsd-row input[type="checkbox"] {margin: 0 !important;}
.fsd-row label {margin: 2px 0 0 5px !important;}

.relative-save-container {
	background:#fff;
	padding:20px 0px 20px 0px;
	text-align: center;
	position:relative;
	bottom:0px;
	left:0px;
	margin-bottom:0px;
	margin-top:15px;
	width: 100%;
	border-top:solid #e3e4e7 1px;
	padding: 14px 14px 0px 14px;
	z-index: 99999999;
	margin-left: 0px;
}

.absolute-save-container {
	background:#fff;
	padding:20px 0px 20px 0px;
	text-align: center;
	position:absolute;
	bottom:0px;
	left:0px;
	margin-bottom:0px;
	margin-top:15px;
	width: 100%;
	border-top:solid #e3e4e7 1px;
	padding: 14px;
	z-index: 99999999;
	margin-left: 0px;
}

.fixed-save-container {
	background:#fff;
	padding:20px 0px 20px 0px;
	text-align: center;
	position:fixed;
	bottom:0px;
	left:0px;
	margin-bottom:0px;
	width: 100%;
	border-top:solid #aaa 2px;
	padding: 14px 14px;
	z-index: 99999999;
	margin-left: 0px;
}
.fixed-save-align-left {
	margin-left: 200px;
}
.loader-container {
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	transition-duration: .5s;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.85);
	z-index: 999999999999;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.bt-spinner {
	width: 75px;
	height: 75px;
	border-radius: 50%;
	background-color: transparent;
	border: 4px solid #222;
	border-top-color: #ac8a25;
	-webkit-animation: 1s spin linear infinite;
	animation: 1s spin linear infinite;
}
-webkit-@keyframes spin {
	-webkit-from {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	-webkit-to {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

	@-webkit-keyframes spin {
		from {
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
		}
		to {
			-webkit-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}

	@keyframes spin {
		from {
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
		}
		to {
			-webkit-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}
.non-fixed-loader {
	position: absolute;
	top: 0;
	right: 0;
}



#notificationFlashContainer {
	position: fixed;
	bottom:15px;
	right:15px;
	width:auto;
	z-index: 99999999999999999 !important;
	overflow-x:hidden !important;
	border-radius:3px;
	filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	max-height: 90vh;
}
#notificationFlashWrapper {
	display: flex;
	flex-direction: column;
	align-items: end;
	overflow-y: auto; 
	max-height: 80vh; 
	width: 100%;
	padding-left: 10px;
	position: relative; 
}
/* For WebKit browsers */
#notificationFlashWrapper::-webkit-scrollbar {
	width: 0;
	height: 0; 
}

#notificationFlashWrapper::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.5); 
	border-radius: 6px;
}

#notificationFlashWrapper::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, 0.5);
}

#notificationFlashWrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 6px;
}

/* For Firefox */
#notificationFlashWrapper {
  scrollbar-width: 0;
  scrollbar-color: rgba(0, 0, 0, 0.5);
}

.session-notification-wrapper {
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.5s ease-in-out;
  margin-bottom: 10px;
}

.session-notification-wrapper.show {
  opacity: 1;
  transform: translateX(0);
}

.notification-info-wrap {
	overflow-y: auto;
	position: relative;
	width: 100%;
}
#notificationFlash{
	display:flex;
	width:100%;
	max-height: 600px;
	overflow-y: auto;
	align-items: stretch;
	color:#fff;
	margin-bottom: 10px;
	position: relative;
	z-index: 99999999999999999 !important;
	border-radius: 3px;
}
.notificationFlashIcon{
	min-width:65px;
	font-size:26px;
	display:table-cell;
	text-align:center;
	display:flex;
	justify-content: center;
	align-items: center;
}
.notificationFlashCloseAll,
.notificationFlashCloseAll:hover {
	cursor:pointer;
	background: rgba(142, 175, 188, 0.3);
	border: none;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:16px;
	margin-bottom: 5px;
	padding: 4px 8px !important;
	position: static;
}
.notificationFlashCloseAll > .fa-close {
	font-size:21px;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
}
.notification-close-all-text {
	margin-right: 10px;
}
.notificationFlashClose{
	position:absolute;
	top:10px;
	right:5px;
	padding:0px 5px 5px 5px;
	cursor:pointer;
	background: none;
	border: none;
	padding: 3px 5px !important;
}
.notificationFlashClose:hover {
	background: none;
	border: none;
	transform: scale(1.1);
}
.notificationFlashTitle{
	padding: 10px 10px 0px 10px;
	font-weight:bold;
	font-size:16px;
	margin-right: 20px;
}
.notificationFlashBody{
	padding: 5px 10px 10px 10px;
}

#notificationFlash.notificationFlashinfo{
	background-color: #8eafbc;
}
#notificationFlash.notificationFlashinfo .notificationFlashIcon{
	background-color:#7ea4b3;
}
#notificationFlash.notificationFlashsuccess{
	background-color: #4ed34e;
}
#notificationFlash.notificationFlashsuccess .notificationFlashIcon{
	background-color:#3ace3a;
}
#notificationFlash.notificationFlasherror{
	background-color: #ff392e;
}
#notificationFlash.notificationFlasherror .notificationFlashIcon{
	background-color:#ff2015;
}
#notificationFlash.notificationFlashwarning{
	background-color: #d47e06;
}
#notificationFlash.notificationFlashwarning .notificationFlashIcon{
	background-color:#fa9200;
}



.ui-widget-content, .ui-widget, .ui-menu, .ui-autocomplete, .ui-autocomplete-input {
    z-index: 9999999999 !important;
}
.ui-menu-item {
	width: 100%;
	text-align: left;
}
body {
	scrollbar-gutter: auto;
}
.fa-margin-right {
	margin-right: 5px;
}
.fa-margin-left {
	margin-left: 5px;
}

#vendorSidebar {
	z-index: 9999999 !important;
}
button,
button:hover {
	transition-duration: .4s;
}
.no-transition {
	transition-duration: 0s;
}
#deleteAllNotification {
	position: fixed;
	top: 12px; 
	left: 10px;
	font-size: 11.5px;
	padding: 4px 8px !important; 
}
#systemNotificationContainer {
	padding:0px 0px;
	background:#faeccf;
	width: 100%;
	height: 50px;
	overflow-y:auto;
	border: none;
	border-bottom:solid #feb823 1px;
	z-index: 9999 !important;
	position: fixed;
	top: 0;
    left: 0;
	-webkit-box-shadow:  0 1px 1px rgba(0,0,0,.05);
    box-shadow:  0 2px 2px rgba(0,0,0,.05);
}

#systemNotificationContainer::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
    height: 8px;
}

#systemNotificationContainer::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
	border-width: transparent;
}

#systemNotificationContainer::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #d59816;
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}


#systemNotificationContainer  ::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 10px;
	height: 10px;
}

#systemNotificationContainer  ::-webkit-scrollbar-track {
	background: #d4d4d4;
	border-radius: 10px;
}

#systemNotificationContainer  ::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(0, 0, 0, .4);
	box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.individualNotification {
	padding:6px 30px 6px 80px;
	margin: 4px 4px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	color: #feb823;
	font-weight: bold;
	text-transform: capitalize;
	background:#fff3d9;
    box-shadow: 0 0 3px 0 rgba(234, 139, 6, .8);
	border-radius: 3px;
	height: 42px;
}
.notification-title {
	font-size: 16px;
	color: #feb823;
	text-transform: capitalize;
}
.notification-title:hover,
.notification-title:active {
	color: #c8872a;
	text-decoration: none;
}
.sys-notification-btn {
	background: #FAA732;
	padding: 6px 12px !important;
	font-size: 12.5px;
	transition-duration: .5s;
}
.sys-notification-btn:hover,
.sys-notification-btn:active {
	background: #c8872a;
	transition-duration: .5s;
}
.sys-notification-btn span {
	color: white;
	text-transform: capitalize;
}
.center{
	text-align:center;
}

.dropdown-caret {
	background-color: transparent;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 11px 16px !important;
	transition: 0.3s;
	text-decoration: none;
	color: #666;
	font-weight: normal;
	font-size: 14px;
	width: 100%;
}
.profile-username {
	width: 100%;
	text-align: center;
}
.dropdown-wrapper.active .dropdown-wrapper-caret,
.dropdown-wrapper.active .dropdown-wrapper-caret span{
	color: white;
}
.dropdown-wrapper {
	padding: 0 !important;
}
.dropdown-caret:hover {
	background-color: transparent;
	text-decoration: none;
	color: #666;
}
.modal {overflow-y: auto;}
.modal-margin-adjust {margin: 0px !important; border-radius: 5px !important; padding: 0px;}
.w-100-pct {width: 100%}
.modal-backdrop, #backgroundForPOP {z-index: 99999999;}
.hover-modal {
	margin: 5% auto;
	border-radius: 5px;
	max-width: 95%;
	max-height: 90%;
	overflow-x: hidden;
}
.hover-modal-bg {
	background: #f2f3f7;
	padding: 30px !important;
}
.pop-bg {background: #FFFFFF; border-radius: 5px; padding-bottom: 5px;}
.side-left-modal {z-index: 999 !important;}
.sidebar-child {z-index: 999999999 !important; transition: .5s;}
.main-footer, .timeout-dialog {
	z-index: 99999999999999;
}
.modal-content, .timeout-modal {z-index: 9999999999999;}
.help-btn-container, .vendor-help-btn-container {z-index: 999999999 !important;}

.content {
	background-color:#f2f3f7 !important;
	box-sizing: content-box;
}

.login-content {
	 margin-left:200px;
}
.select2-container--default .select2-selection--single {
	border-radius:3px;
	padding:6px !important;
	font-weight:200 !important;
	height:40px !important;
}
.select2-container--default .select2-selection--single:not(.selectRequired){
	border:#e3e4e7 solid 1px !important;
	border-radius:3px;
}
.select2-selection__arrow{
	margin-top:6px !important;
}
.select2-container:not(.auto-width):not(.select2-100) {width: 100% !important;}
.select2-100 {width: auto !important; min-width: auto !important}
.select2-no-minmax-w {max-width: none !important; min-width: auto !important;}
.select2-selection {margin-bottom: 4px;}
.select2-search:after {
    top: 10px !important;
    right: 12px !important;
}
.width-reset {
	max-width: none !important;
    min-width: 0 !important;
    width: auto;
}
.img-container{
	max-width: 370px !important;
	position: relative;
}
.img-rotate-loader {width: 100%; display: none; flex-direction: row; justify-content: center; margin-top: 5px;}
.bt-spinner-sm {width: 50px; height: 50px;}
	@font-face { font-family: learningcurve; src: url('../includes/mpdf/ttfonts/LearningCurve.ttf'); }

	.smallScreenOnly{display:none;}
@media only screen and (max-width: 1750px) {
   .largeScreenOnly{display:none}
	.smallScreenOnly{display:inline-block;}
}
a.button,
a.btn,
button {
	text-transform: capitalize !important;
}

.vendor-sidebar-child li {
	box-shadow: rgba(149, 157, 165, 0.45) 0px 8px 24px;
	background-color: #ffffff;
}

img.vendorLogoThumb {
  display: block;
  max-width:100px;
  max-height:50px;
  width: auto;
  height: auto;
}
::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 10px;
}
::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
.perm-scroll::-webkit-scrollbar,
#responseTable::-webkit-scrollbar ,
textarea::-webkit-scrollbar  {
  -webkit-appearance: none;
  width: 7px;
  height: 7px;
}
.perm-scroll::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .4);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.sortableCol{
	color:#bfdff6 !important;
	cursor:pointer;
}
.sortableCol:hover{
	color:#FFF !important;
	cursor:pointer;
}
.notMyProposal{display:none;}

.icon{font-size:25px; color:#212129;}
.icon:hover{color:#f00;}

 /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.mnu-campaign{background-image: url("/images/billboard-icon.png"); background-position: center; background-repeat: no-repeat; background-size:25px; height:30px; width:100%;}

#vendorListContainer{
	height:250px;
	overflow-y:scroll;
}
.geopathSelectList {
	padding-left: 0;
	max-height: 100px;
	margin-top: 5px;
	overflow-y: scroll;
	border: 1px solid #e3e4e7;
	border-radius: 3px;
}
.geopathSelectList li{
	display:block;
	padding:5px 10px 15px 10px;
	vertical-align:middle;
	border:solid #eee 1px;
}

	.geopathSelectList li:nth-child(even)
	{
		background:#f2f2f2 !important;
	}
	.geopathSelectList li:nth-child(odd)
	{
		background:#fff !important;
	}
.geopathSelectList li:hover{
	background:#bfdff6 !important;
}

.rejectedTerms td, .rejectedTerms td b a{color:#aaa !important; font-weight:100}

.watermark
{
 position:absolute;
 top:505px;
 left:0px;
 width:100%;
 text-align:center;
 opacity:0.3;
 font-size:300px;
 z-index:999999;
 color:#aaa;
}

.fr{float:right; margin-left:5px;}

.calc-fields-modal-btn,
.calc-fields-modal-btn:hover {
    position: absolute;
    top: 2px;
    left: 2px;
    padding: 3px !important;
    background: transparent;
    border: none;
    color: blue;
}


.general-info-btn,
.general-info-btn:hover {
	padding: 3px !important;
    background: transparent;
    border: none;
    color: blue;
	font-size: 13px;
}

.calc-fields-modal-btn:hover,
.general-info-btn:hover {
	color: #151562;
}

div.freezeTopLeft {
  overflow: auto;
  max-width:100%;
  max-height:500px;
  border-left:solid #eee 1px;
  border-right:solid #eee 1px;
}
div.freezeTopLeft thead th {
  z-index:8;
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  background-color:inherit;
  background-clip:padding-box;
  top: 0;
}

div.freezeTopLeft tbody td {
  z-index:6;
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  background-color:inherit;
  background-clip:padding-box;
  left: 0;
}
div.freezeTopLeft thead th:first-child {
  left: 0;
  z-index:9;
}
div.freezeTopLeft tbody td:first-child {
  left: 0;
  z-index:7;
}

.loading{background-image: url("/images/loader.gif"); background-position: center; background-repeat: no-repeat; background-size:30px; height:30px; }


  nav {
	background-color: #212129;
}
nav ul {
	padding: 0;
        margin: 0;
	list-style: none;
	position: relative;
	}
nav ul li {
	display:inline-block;
	background-color: #212129;
	}
nav a {
	display:block;
	padding:0 15px;
	color:#FFF;
	font-size:16px;
	line-height: 45px;
	text-decoration:none;
	width:200px;
}
nav a:hover {
	background-color: #333;
	color:#212129;
	text-decoration:none;
}
nav ul ul {
	display: none;
	position: absolute;
	top: 45px;
}
nav ul li:hover > ul {
	display:inherit;
}
nav ul ul li {
	width:200px;
	float:none;
	display:list-item;
	position: relative;
}
nav ul ul ul li {
	position: relative;
	top:-60px;
	left:230px;
}
nav ul ul li {
	border: 1px solid white;
}




/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


 /* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab span:not(.btn-text), .tab a{
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 11px 16px;
  transition: 0.3s;
  text-decoration:none;
  color:#666;
  font-size: 14px !important;
}

/* Change background color of buttons on hover */
.tab span:not(.btn-text):hover, .tab a:hover {
  background-color: #c4c4c4;
  text-decoration:none;
  color:#666;
}

/* Create an active/current tablink class */
.tab span.active, .tab a.active {
  background-color: #545454;
  color:#fff;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 25px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

	.goalHeader{text-align:center !important; border-right:solid #fff 1px; border-left:solid #fff 1px; border-top:solid #fff 1px; width:8%}
	.progressHeader{text-align:center !important; border-right:solid #fff 1px; border-top:solid #fff 1px; width:8%}
	.bl{border-left:solid #aaa 1px; text-align:right; white-space:nowrap;}
	.br{border-right:solid #aaa 1px; text-align:right; white-space:nowrap;}
	.bb{border-bottom:solid #aaa 1px; white-space:nowrap;}
	.ar{text-align:right; white-space:nowrap}



.multilineItem{margin:-35px 0px 0px 180px}

@media only screen and (max-width: 500px) {
	<!-- .brand-logo{display:none;} -->
	<!-- aside.side-left{max-height:80px; overflow-y:scroll;} -->
	header.header{display:none;}
	.header-content{display:none;}
	.breakTableOnMobile tr td{display:block;}
	<!-- #content.content{margin: 25px 0px 0px 0px !important; overflow:scroll !important;} -->
	#content.content{overflow:scroll !important;}

	td{font-size:11px}
	.sidebar-child li {z-index:999;}
	label{width:100px !important;}
	.multilineItem{margin:-35px 0px 0px 102px}
}

.sidebar-text{
 	color: #212129  !important;
	 font-size: 13px;
	 margin-top: 5px;
	 font-weight: 500;
	 text-transform: capitalize;
 }
 .sidebar li a > .sidebar-icon{
 	color: #9D833E  !important;
 }

.fdDayTD
{
	background: #212129  !important;
	color:#FFF;
}
html
{
}
body{
	margin:0 !important;
	padding:0 !important;
	font-family: "Roboto", sans-serif;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
	color:#f00;
}
td{
	vertical-align:top;
}
fieldset{
	margin:0px 0px 15px 0px;
	width:100%;
	background:#FFF;
	border-radius:5px;
}
legend{
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	border: solid #aaa 1px;
	padding:2px 9px 2px 9px;
	background:#212129;
	border-top-left-radius:3px;
	border-top-right-radius:3px;

}

.legend-flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

fieldset div{
	padding:1px 0px 1px 0px;
	border-bottom:solid #eee .01em;
}
form label, label{
	display: inline-block;
	width:165px;
	color:#333;
	text-align:right;
	padding:5px 15px 4px 3px;
	background:#fff;
	font-weight:bold;
	font-family: "Roboto", sans-serif;
}
.multiLineFormElement{
	margin:-30px 0px 0px 170px;
	border:0px;
}
h1{
	color:#555555;
	margin:60px 0px 3px 0px;
	font-family: "Roboto", sans-serif;
}

.sysColor{
	color: #212129;
	font-weight:bold;
}

h2{
	color:#555555;
	padding:10px 10px 10px 10px;
	margin:8px 0px 0px 0px !important;
}

h3{
	margin:5px 0px -5px -20px;
}
.h3Header{
	display:inline-block;
	background:#FFF;
	padding:2px 5px 2px 5px;
	border-radius:5px;
	border:solid #999 2px;
	margin:5px 0px 5px 20px;
}
select optgroup option
{
	padding-left:25px;
}
#sendMailToggle{
	color:green;
	cursor:pointer;
	margin-right:15px;
}
#sendMailToggle.sendingStopped{
	color:#f00;
}

#currentlySelectedList li {font-size:16px; padding-bottom:3px;}
.hereForTheMove{
position:absolute;
font-weight:bold;
}
.removeMarket {
	float: left;
	height: 20px;
	cursor: pointer;
}
#toasterContainer{
	position:fixed;
	bottom:0px;
	right:17px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	background:#FFF;
	display:none;
	z-index:200;
}
#toasterContent{
	margin-bottom:8px;
	padding:20px 20px 0px 20px;
}
#toasterCloseContainer{
	padding:5px 20px 15px 20px;
	text-align:center;
}
button#toasterClose{
	width:50%;
}
#toasterContainer h4{
	padding:25px 20px 25px 20px;
	color:#ffffff;
	margin:0px;
}
#toasterContainer.toasterError{
	background:#ffc7c7;
}
#toasterContainer.toasterError h4{
	background:#ff0000;
}
.closeToaster{
	cursor:pointer;
	position:absolute;
	right:0px;
	top:0px;
	font-size:19px;
	margin:8px 10px 0px 0px;
}
.alreadyInProposal td{
	color:#999 !important;
}
.dateOnly{
	width:85px;
}
.back{
	text-decoration:none;
	float:right;
	font-size:14px;
	padding:8px 10px 0px 0px;
}
.autoCompleteLock{
	cursor:pointer;
}
.pastDue:nth-child(even)
{
	color:#F00;
	background:#ffc7c7 !important;
}
.pastDue:nth-child(odd)
{
	color:#F00;
	background:#ffe5e5 !important;
}
.pastDue:hover
{
	background:#bfdff6 !important;
}

.agencyApproval:nth-child(even)
{
	background:#fcffb8 !important;
}
.agencyApproval:nth-child(odd)
{
	background:#feffd2 !important;
}
.agencyApproval:hover
{
	background:#bfdff6 !important;
}
.dbModule{
	display:inline-block;
	border:solid #aaa 2px;
	border-radius:5px;
	padding:5px 5px 5px 5px;
	margin:3px 3px 3px 3px;
	float:left;

}
.dbModule h3{
	margin:0px;
	padding:2px 0px 2px 0px;
	background: #212129 bottom ;
	color:#fff;
	text-align:center;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.formTable{
	min-width:900px;
	width:97%;
}
.backToParent{
	float:right;
	text-decoration:none;
	font-size:12px;
}
.addNew{
	background:url(../images/plus.png) no-repeat;
	background-position:2px 2px;
	background-color: #CCC;
	color:#333;
	font-weight:bold;
	padding: 3px 8px 3px 20px;
	margin-right:5px;
	margin-top:32px;
	font-weight:100;
	font-size:12px;
	text-decoration:none;
	float:right;
	border-top:solid #999 1px;
	border-left:solid #999 1px;
	border-right:solid #999 1px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	display:inline-block;
}
.editTab{
	background:url(../images/edit.png) no-repeat;
	background-position:2px 2px;
	background-size: 16px 16px;
	background-color: #CCC;
	color:#333;
	font-weight:bold;
	padding: 3px 8px 3px 20px;
	margin-right:5px;
	margin-top:32px;
	font-weight:100;
	font-size:12px;
	text-decoration:none;
	float:right;
	border-top:solid #999 1px;
	border-left:solid #999 1px;
	border-right:solid #999 1px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	display:inline-block;
}
.addNew:hover, .editTab:hover{
	background-color: #333;
	color:#fff;
}
.downloadTab{
	background:url(../images/downloadFile.png) no-repeat;
	background-size: 15px 15px;
	background-position:2px 2px;
	background-color: #CCC;
	color:#333;
	font-weight:bold;
	padding: 3px 8px 3px 20px;
	margin-right:5px;
	margin-top:32px;
	font-weight:100;
	font-size:12px;
	text-decoration:none;
	float:right;
	border-top:solid #999 1px;
	border-left:solid #999 1px;
	border-right:solid #999 1px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	display:inline-block;
}
.downloadTab:hover{
	background-color: #333;
	color:#fff;
}
option{
	padding:2px 5px 2px 5px;
}
#contactsContainer{
	margin:20px 0px 20px 0px;
}
#activitiesContainer{
	margin:20px 0px 20px 0px;
}
#associationsContainer{
	margin:20px 0px 20px 0px;
}
#notesContainer{
	margin:20px 0px 20px 0px;
}
.revisionRequested {
	background-color: rgba(255, 255, 1, .5) !important;
}
.revision-container {
	background-color: rgba(255, 255, 1, .3);
	box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15) !important;
	padding: 10px;

}
.revision-container h4 {
	font-weight: bold;
}
.revision-container p {
	font-size: 15px;
}
.revision-container i {
	margin-left: 30px;
}
.payingPreview{
	background:#666;
	position: absolute; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .40;
	z-index: 95;
}
.payingPreviewText{
	position: absolute; left: 0; top: 0;
	width: 100%;
	opacity: .80;
	padding-top:100px;
	font-weight:bold;
	font-size:35px;
	text-align:center;
	transform: rotateY(0deg) rotate(-30deg);
}
#loginFade{
	display: none; /*--hidden by default--*/
	background:#666;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .50;
	z-index: 95;
}
.containedFade
{
	display: none; /*--hidden by default--*/
	background:#666;
	position: absolute; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .50;
	z-index: 95;
}
#divLogin{
	width:400px;
	position:fixed;
	left:50%;
	top:50%;
	z-index:99;
	padding:5px 5px 5px 5px;
	border-radius:3px;
}
#header{
	position:fixed;
	border-top:solid #ed1c24 4px;
	font-family:"Arial Black", Helvetica, sans-serif;
	background:#f3f3f3;
	height:36px;
	width:100%;
	top:0px;
}
.sectionTitle{
	color:#4898d3 !important;
}
.sectionTitle:first-letter {
	color: #ed1c24 !important;
	letter-spacing:0px;
}
.editLink{
	font-size:12px;
	font-weight:100;
	text-decoration:none;
	float:right;
}
.dropdownMenuItem
{
	background-color:rgba(255,0,0,0.5);
}

#content.content{
	text-align:left;
	clear:all;
	margin-bottom:0px;
}

.pagination_container{
	margin:0px 0px 8px 0px;
	font-size:14px;
	float:right;
}
.pagination_nav{
}

.grid-pager-container {
	display: flex; flex-direction: row; justify-content: space-around; align-items: center !important; margin-top: 10px; min-height: 45px;
}
.grid-pager-container-rh {
	justify-content: flex-end;
}
.pager_number, .pager_next, .pager_prev{
	border:solid #fff 1px;
	background:#ffffff;
	text-decoration:none;
	padding: 6px 12px 6px 12px;
	border-radius:5px;
}
.pager_number:hover, .pager_next:hover, .pager_prev:hover{
	border:solid #eee 1px;
	background:#eee;
	text-decoration:none;
}

.pager_current{
	background:#212129;
	color:#000 !important;
	cursor:default;
}
.pager_current:hover{
	background:#212129;
	cursor:default;
}
.editImage{
	cursor:pointer;
	float:right;
}

.fixTableHead {
	overflow-y: auto;

}
.fixTableHead thead th {
	position: sticky;
	top: 0;
}
table {
	border-collapse: collapse;
	width: 100%;
}

#sendMailToggle{
	background: #212129 !important;
	color: #9D833E !important;
	width:95%;
}

.datagrid {
	padding:0px;
	width:100%;
	border: none !important;
	margin-bottom:20px;
	background: #fff;
	border-collapse:collapse
}

.datagrid th,
.datagrid td,
.datagrid tr {
	text-align: left;
	border: none !important;
	border-style : hidden!important;
}

.datagrid thead tr th {
	background: #fff;
	color: #9D833E !important;
	padding: 8px 20px 8px 10px;
	font-size: 14px !important;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
}
.datagrid thead tr th:last-child {
	padding: 8px 10px 8px 10px;
}
.datagrid thead tr th {
	transition-duration: .2s;
}
.datagrid thead tr th:hover {
	color: #806b33 !important;
	transition-duration: .2s;
}
.datagrid tbody tr {
	transition-duration: .2s;
}
.datagrid tbody {
	border: 1px solid #edf0f7 !important;
}
.datagrid tbody tr td {
	padding: 8px 20px 8px 10px;
	font-size: 14px !important;
	font-weight: 400;
	max-width: 500px;
	max-height: 300px;
	vertical-align:middle !important;
}
.datagrid tbody tr td:last-child {
	padding: 8px 10px 8px 10px;
}
.datagrid tbody tr td:last-child button {
	float: left !important;
}
.datagrid tbody tr td:last-child a,
.datagrid tbody tr td:last-child button {
	margin-right: 5px;
}

#responseTable tr:nth-child(even) > td,
.media-grid tr:nth-child(even) > td,
.datagrid tbody tr:nth-child(even) {
	background-color: #fff;
}

#responseTable tr:nth-child(odd) > td,
.datagrid tbody tr:nth-child(odd),
.media-grid tr:nth-child(odd) > td {
	background-color: #f8f9fc ;
}

.datagrid tbody tr:not(.table-header-row):hover {
	background: #d8e9f3 !important;
	transition-duration: .2s;
}

.datagrid tbody tr:not(.prop-row)tr:not(.table-header-row):not(.lineSave):hover > td {
	background: transparent !important;
}



.confirmSpecShipTable tr.lineFail,
.confirmSpecShipTable tr.lineFail > td,
td.lineFail  input,
td.lineFail  select,
td.lineFail  textarea,
td.lineFail {background-color: #FFD2D2 !important;
    transition: background-color 0.5s ease;}

textarea.vendor-required,
input.vendor-required {
	border: solid 1px #212129 !important;
}

.confirmSpecShipTable tr.lineSave,
.confirmSpecShipTable tr.lineSave > td,
.responseTable  input.lineSave,
.responseTable  select.lineSave,
.responseTable  textarea.lineSave,
.responseTable  td.lineSave {background-color: #dbffd0 !important;
    transition: background-color 0.5s ease;}

th.hold-col {
	min-width:150px !important; background: #ecf0f1 !important; color: #13A89E !important;
}

.responseTable tr:nth-child(odd):not(.on-hold) > td.vendor-required:not(.lineSave):not(.lineFail):not(.inputError):not(.modal-empty-cell):not([disabled]) ,
.responseTable tr:nth-child(odd):not(.on-hold) > td.vendor-required:not(.lineSave):not(.lineFail):not(.inputError):not(.modal-empty-cell):not([disabled]) {
	background-color: #fcfce6 !important;
}

.responseTable tr:nth-child(even):not(.on-hold) > td.vendor-required:not(.lineSave):not(.lineFail):not(.inputError):not(.modal-empty-cell):not([disabled]),
.responseTable tr:nth-child(even):not(.on-hold) > td.vendor-required:not(.lineSave):not(.lineFail):not(.inputError):not(.modal-empty-cell):not([disabled]) {
	background-color: #fffff5 !important;
}


.responseTable textarea,
.responseTable input {
	height: 43px;
	border: none;
}

.responseTable textarea:not(.inputError):not(.inputWarning):not(.parentMismatch),
.responseTable input:not(.inputError):not(.inputWarning):not(.parentMismatch),
.responseTable div:not(.inputError):not(.inputWarning):not(.parentMismatch), {
	background: transparent !important;
}





tr.datagridError:nth-child(even) {
	background: #ffbcbc !important;
}
tr.datagridError:nth-child(odd)  {
	background: #ffe4e4 !important;
}

.modal-empty-cell {
	background: #ffe3e3 !important;
}

input[type=checkbox].fancy:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}





.info-tooltip,
.info-tooltip:hover
{
    position: relative;
    padding: 3px !important;
    background: transparent;
    border: none;
    color: rgb(60, 141, 188);
	clear: both !important;
}
.spec-ship-tooltip,
.spec-ship-tooltip:hover {
	position: absolute;
	top: 1px; 
	left: 1px; 
	float: unset !important;
}

input[type=checkbox].fancy:not(old) + label{
  display      : inline-block;
  background   : url('../images/checkbox_unchecked.png') no-repeat 0 0;
	height  : 32px;
	width:32px;
	border-bottom:0px !important;
}
input[type=checkbox].fancy:not(old):checked + label{
   background   : url('../images/checkbox_checked.png') no-repeat 0 0;
}


button.cancel, input[type=button].cancel{
	background:#ffb4b4;
}


button, input[type=button], input[type=submit]{
	padding:7px 14px !important;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	border:0;
	border-radius:4px;
	background:rgb(60, 141, 188);
	color:#fff;
	font-weight:bold;
	font-size:13px;
	cursor:pointer;
}


button.large, input[type=button].large{
	padding:8px 25px 8px 25px;
	border-radius:3px;
	font-weight:bold;
	font-size:16px;
}

.removeBtn,
.addNewBtn, a.addNewBtn {
	float:right; padding: 7px 14px !important; font-size:13px !important; border-color:rgb(60, 141, 188) !important; margin-left:10px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	border:solid #fff 1px;
	background:rgb(60, 141, 188);
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
}

.btn-primary {
	background:rgb(60, 141, 188);
	border-color:rgb(60, 141, 188);
	color:#fff;
	text-decoration:none;
}
.btn-primary:hover {
	background: #296f98;
	text-decoration:none;
}

.addNewBtn:hover, a.addNewBtn:hover{background:#296f98}

.btn-warning:not(.disabled), a.btn-warning{color: white !important; background-color: rgb(243, 156, 18) !important; border-color: rgb(243, 156, 18) !important;}

.btn-warning:not(.disabled):hover{color: white !important; background-color: #cb8311 !important;}

button.cancel, input[type=button].cancel{
	background:#ffb4b4;
}

button.cancel:hover, input[type=button].cancel:hover{
	background:#ff8c8c;
}

button:hover{
	background:#296f98;
}

button:hover, input[type=button]:hover, input[type=submit]:hover, button.selected {
	background:#296f98;
	cursor:pointer;
}
.selectedImg {
	background: #c02661 !important;
	color: white !important;
}

.btn:hover, .btn:active, .btn:focus {
	color: #fff !important;
}
.calendarButton:hover{
	cursor:pointer;
	background-color: #333;
	color:#fff;
}
.calendarButton{

	background:url(../images/calendar.png) no-repeat;
	padding:5px 10px 5px 10px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	border:solid #fff 1px;
	background:rgb(60, 141, 188);
	color:#fff;
	font-weight:bold;
	font-size:12px;
	cursor:pointer;

}

.usedInPDF{
	background:#FFC;
	border:#FC0 solid 1px !important;
}

input[type=text]{
	border:solid #eee 2px;
	border-bottom:solid #9D833E 2px;
	border-radius:2px;
	-moz-box-shadow: inset 1px 4px 9px -10px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 1px 4px 9px -10px rgba(0, 0, 0, 0.2);
	box-shadow: inset 1px 4px 9px -10px rgba(0,0,0,0.2);
	margin-bottom:4px;
}

input[type=text]:not(.additionalDataEdit){
	padding: 5px 8px 5px 8px;
}
input[type=text].additionalDataEdit{
	padding: 5px 0px 5px 0px;
}

input[type=text]:focus, .usedInPDF:focus{
	background-color:#212129 !important;
	color:#ffffff;
	border:solid #666666 2px;
}
input[type=password]{
	border:solid #eee 1px;
	border-bottom:solid #212129 2px;
	border-radius:5px;
	padding: 5px 8px 5px 8px;
	border:solid #ffffff 2px;
}
input[type=password]:focus{
	background-color:#212129;
	color:#ffffff;
	border:solid #666666 2px;
}
.chkLabel{
	position: absolute;
	top:11px;
	left:25px;
	margin-top:-5px;
	cursor:pointer;

}

.multicolumn{
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}
.multicolumn2{
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}
@media only screen and (max-width: 1470px) {
	.multicolumn{
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}
@media only screen and (max-width: 1200px) {
	.multicolumn2{
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}


input[type=checkbox] {
	-webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
	margin-top:5px;
}

input[type=checkbox]:active, .regular-checkbox:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

input[type=checkbox]:checked {
	background-color: #212129;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}
select{
	border:solid #eee 1px;
	border-bottom: #9D833E solid 2px !important;
	border-radius:2px;
	border:solid #ffffff 2px;
}
select:not(.tinyeditor-font):not(.tinyeditor-size):not(.tinyeditor-style){
	padding: 5px 5px 5px 5px;
}
select:focus{
	background-color:#212129;
	color:#ffffff;
	border:solid #666666 2px;
}
optgroup:not(option)
{
	font-weight:bold;
}

textarea {
	border:solid #eee 1px;
	border-bottom:solid #9D833E 2px;
	padding: 5px 8px 5px 8px;
	border-radius:2px;
	width:300px;
}
textarea:focus {
	background-color:#212129;
	color:#ffffff;
}




.session-message-container {
	position:fixed;
	bottom:0px;
	right:10px;
	display: flex;
	flex-direction: column;
	z-index:999999999;
}
.errorMessage{
	background: #ffc7c7;
	padding:0px 0px 5px 0px;
	margin-bottom:10px;
	z-index:99999999;
}
.errorMessage .header{
	background:url(../images/error_header.png);
	padding:15px 5px 5px 15px !important;
	font-weight:bold;
	font-size:22px;
	color:#FFF;
}
.errorMessage .errorContent{
	padding:5px 15px 5px 15px;
	font-size:15px;
}
.successTitle{
	font-size:22px;
}
.successMessage{
	background: #4cb575;
	color: #ffffff;
	font-weight:bold;
	padding:10px 25px;
	margin-bottom:10px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
.successMessage:last-of-type {
	margin-bottom: 0px;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
fieldset.fldWarning div.legend{
	background:rgb(251, 205, 98);
}
fieldset.fldWarning{
	background:rgb(255, 229, 189);
}

fieldset.fldInformation div.legend{
	background: #00868B;
	color: #ffffff;
}
fieldset.fldInformation{
	background: #E0FFFF;
}

fieldset.fldError div.legend{
	background: #f00000;
	color: #ffffff;
}
fieldset.fldError{
	background: #ffc7c7;
}

fieldset.fldWarning,
fieldset.fldError,
fieldset.fldInformation {
	margin: 10px auto 10px auto;
	width: 100%;
	font-weight: bold;
	border-radius: 3px !important;
}

fieldset#autoMargin {
	margin: 0 1% !important;
	width: 98% !important;

}


.warningMessage{
	background: #f6ffbd;
	border:solid #000000 1px;
	margin-bottom:5px;
	z-index:9999999999999;
}
.warningMessage .header{
	background:url(../images/warning_header.png);
	padding:5px 5px 5px 5px;
	font-weight:bold;
	color: #000000;
}
.warningMessage .warningContent{
	padding:5px 0px 5px 15px;
}
.hoverDiv{
	background:#FFF;
	padding: 0px 5px 10px 5px;
	border: 8px solid #212129;
	float: left;
	font-size: 1.2em;
	position: absolute;
	left: 50%;
	z-index: 9998;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}


.hoverDiv h1{
	padding:10px 10px 15px 10px;
	position: relative;
	left:-5px;
	margin-right:-10px;
	cursor:move !important;
	background:#eaeaea;
	border-bottom:solid 3px #212129;
}
.shadow{
	-webkit-box-shadow: 10px 10px 5px 0px #696969 !important;
	-moz-box-shadow: 10px 10px 5px 0px #696969 !important;
	box-shadow: 10px 10px 5px 0px #696969 !important;
}
.multicolumns {
    -moz-column-count: 4;
    -moz-column-gap: 10px;
    -moz-column-rule: 0px double #666;
    -webkit-column-count: 4;
    -webkit-column-gap: 10px;
    -webkit-column-rule: 0px double #666;
    column-count: 4;
    column-gap: 10px;
    column-rule: 0px double #666;
	list-style:none;
}

.multicolumns li {
	-webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
		padding:4px 15px 4px 3px;
		border-bottom:solid #d5d5d5 .01em;
		background:#eee;
		font-weight:bold;
}
.usedInPDF{
	background:#FFC !important;
	border:#FC0 solid 1px !important;
}
.footNote
{
	font-size:10px;
}
.generatePDF
{
	cursor:pointer;
}
.additionalDataEdit
{
	display:none;
}
.numericColumn{
	text-align:right !important;
}
.autoCompleteFind, .autoCompleteLock
{
	padding:0px 0px 0px 5px;
}
.tutorials li
{
	font-size:15px;
	line-height:25px;
}
.contact-button-grid {
	margin-top:5px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.contact-button-grid a,
.contact-button-grid button {
	margin: 3px;
	height: 34px;
	width: 38px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.error-msg {display: none;}
   .error-msg-show {
      display: block;
   }
   .pageMatch{color:#ff0000;}

   .tip-list div {
      text-align: left !important;
   }
   .contact-form-btn {
      width: 100%;
   }
   .container-contact .required {
      border: 1px solid #f00 !important;
      background-color: rgb(246, 237, 237) !important;
   }
   fieldset.fldError {
      width: 92% !important;
      margin: 10px auto 0 auto !important;
   }
   .err-subject,
   .err-msg {
      color: #f00;
   }
   .tut-card-body img {
      width: 600px !important;
      height: auto !important;
   }
   .tut-actions {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
   }
   .last-updated {
      font-style: italic;
      color: #a6a6a6;
   }
   .agency-btn {
      background-color: #13A89E !important;
   }
   .vendor-btn {
      background-color: #FAA732 !important;
   }
   .agency-btn:hover {
      background-color: #0b645e !important;
   }
   .vendor-btn:hover {
      background-color: #c17811!important;
   }
   .tut-link-btn-container {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      width: 100%;
   }
   .tut-tip-card {
      border: solid #e3e4e7 1px;
      border-radius: 5px;
      margin: 0px 12px 25px 12px;
      padding: 15px 10px 10px 10px;
      box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15 );
      }
   .tut-divider {
      width: 98%;
      margin: 10px auto;
      border-top: 1px solid #e3e4e7;
   }
   .double-btn-tut-container {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
   }
   .tut-btn-wrapper {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      margin-left: 15px;
   }
   .tut-btn-wrapper:first-of-type {margin-left: 0px;}
   .tut-btn-label {
      font-size: 12px;
      margin-right: 5px;
      color: #a6a6a6;
   }
   /* .copy-btn {
      margin-left: 5px;
   } */
   .small-fnt {
      font-size: 12px;
   }
   .rotate-icon {
      margin-left: 8px;
   }
   .tut-search-wrapper {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
   }
   .tip-item {
      margin: 0px auto;
      width: 98%;
   }
   .timestamp-container {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      width: 100%;
   }
   .timestamp a:hover,
   .timestamp a:active,
   .timestamp a:focus  {text-decoration: none;}
   .timestamp-clicked { color: #10746e; font-weight: bold; text-decoration: none;}
   .timestamp-wrapper {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      margin-top: 10px;
   }
   .timestamp-input-container {
      display: flex;
      flex-direction: row;
      align-items: center;
      padding: 5px 10px 5px 0;
      border-radius: 5px;
      color: #13A89E;
   }
   .timestamp-input-container input[type="radio"],
   .timestamp-input-container label {
      margin: 0px !important;
   }
   .pipe {margin-left: 5px; margin-right: 5px;}
   .pipe:last-of-type {
      display: none;
   }
   .no-btn-btn, .no-btn-btn:hover { margin-top: 10px; text-decoration: none; background: transparent; color: black; text-align: left;}
   .tutorial-footer-container {
      background-color: #f2f3f7;
   }
   .tut-pill-toggle-wrapper {
	   display: none;
	   width: 100%;
	   text-align: center;
	   margin-top: 15px;
	   padding-bottom: 15px;
	   padding-top: 15px;
	   border-top: solid #e3e4e7 1px;
	   background: #f2f3f7;
	   box-shadow: inset 0 .15rem 1.75rem 0 rgba(58,59,69,.15 )!important;
	   border-bottom-right-radius: 5px;
	   border-bottom-left-radius: 5px;
   }
   .tut-pill-toggle-wrapper label {
	   text-align: center !important;
	   margin: 0 auto 5px auto;
   }
   .tut-settings {
	   color: #757575;
	   margin-top: 15px;
   }
   .tut-settings:hover {
	   background: transparent;
	   transform: rotate(45deg);
   }
.hoverContainer
{
	position:absolute;
	background:#FFF;
	border-radius:3px;
	border:solid #CCC 1px;
	padding:15px 15px 15px 15px;
	display:none;
}
.popCnt
{
	display:inline-block;
	padding:5px 20px 5px 20px;
	border: solid 1px #006;
	margin-top:15px;
}
.popCnt:hover
{
	background:#006;
	color:#FFF;
}
.closeHover
{
	height:25px;
	position:absolute;
	right:-13px;
	top:-13px;
	cursor:pointer;
}
.proposalReport
{
	margin:2px 10px 2px 3px;
	border:solid 2px #aaa;
	padding:1px;
  border-radius: 50%;
  -webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;
}

.proposalReport:not(.proposalReportDisabled):hover
{
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
	border:solid 2px #666;
}
.proposalReportDisabled {
	cursor: not-allowed;
}
.isStation, .isBus {display:none;}
.contactList
{
	list-style:none;
}

td.contactRow
{
	border: 1px solid #e3e4e7;
}
.contactList li
{
	list-style:none;
	margin:0px;

}
.isLink{color:#212129 !important; font-size:16px; cursor:pointer;}
.vendorTitle
{
	font-weight:bold;
	font-size:14px;
	border:solid #CCC 1px;
	padding: 5px 10px 5px 10px;
	background:#ebebeb;
}
.datagrid tr.contactListHeaderReminder td{font-size:12px; font-style:italic;}
.contactListVendor
{
	padding: 10px 10px 10px 10px;
}
.contactList li ul
{
	list-style:none;
	margin:0px;
}
.contactList li ul li
{
	list-style:none;
	margin:0px;
}
.contactListLabel{
	display: block;
	width:1000px;
	text-align:left;
	padding:4px 15px 4px 3px;
	border-bottom:solid #d5d5d5 .01em;
	background:none !important;
	font-weight:100;
}
.notInMarket
{
	display:none; !important
}
.contactName{
	display:inline-block;
	width:150px;
}
#proposalContactsContainer{
	display:none;
}
.addAttachment{
	float:left;
	padding-left:8px;
}
.multiLineField
{
	position: relative;
	left:150px;
	top:-35px;
	margin-bottom:-35px;
	min-height:24px;
}
.imagePlaceholder{
	display:inline-block;
	width:100px;
	height:50px;
	border:solid #999 1px;
	text-align:center;
	padding:30px 0px 50px 0px;
	color: #bd252c;
}

.emailTable tr td
{
	background:#FFF;
}
.emailLabel
{
	text-align:right;
	font-weight:bold;
	padding-right:10px;
}
#toSelector li
{
	list-style:none;
	padding-left:25px;
}
.legacyPOP
{
	display:none;
}
#boardsEnteredNotUsed
{
	display:none;
}

.positiveButton
{
	background:#eaffea;
	border:solid #4cbb4e 1px;
	border-radius:3px;
	cursor:pointer;
	padding:0px 6px 3px 6px;
}
.negativeButton
{
	background:#ffc7c7;
	border:solid #F00 1px;
	border-radius:3px;
	cursor:pointer;
	padding:0px 6px 3px 6px;
}

.contract-info-wrapper {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contract-info-wrapper button {
	height: 34px;
}
.contract-version-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#version {
	margin-left: 10px;
}
.contract-button-container {
	width: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
	margin-right: 10px;
}

@media screen and (max-width: 1070px) {
	.contract-version-container {
		margin-bottom: 10px;
	}
	.contract-button-container {
		width: 100%;
		margin: auto;
	}
	.contract-info-wrapper button {
		height: auto;
		font-size: 12px;
	}

}

@media screen and (max-width: 1429px) {
	.help-btn-container-top .help-btn,
	.help-btn-container-top .submit-request-btn {
		padding: 5px !important;
		height: 35px;
		width: 40px;
		min-width: 0 !important;
	}
}


.signatureLoader
{
	display:none;
	float: right;
}
 .ui-tooltip{
	max-width: 800px;
	width: 420px !important;
	margin-left:120px !important;
}
td.billboardHover{
	color:red;
	cursor:context-menu;
}
.billboardHover:hover, .vendorHover:hover{
	text-decoration: none;
	color:#9D833E !important;
}
button.ABC{
	border:0px;
	padding:9px 14px 9px 14px;
}
button.ABC:hover, button.ABC.selected{
	background:#666;
	color:#fff;
}
button.A{
	background:#d4ffd8;
}
button.B{
	background:#feffd4;
}
button.C{
	background:#ffd4d4;
}

.billboard-hover-header {
	margin: auto;
	padding: 12px 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	line-height: inherit;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom: 1px solid rgb(233, 236, 239);
	margin-bottom: 25px;
}
.bh-heading-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	line-height: inherit;
}
.bh-heading-wrapper {
	display: flex;
	align-items: center;
}
.bh-heading {
	font-size: 28px;
	margin: 0;
	font-weight: bold;
	color: black;
}
.bh-link {
	transition: all .3s ease-out;
}
.bh-link:hover {
	color: #454545;
	text-decoration: none;
	transform: translate(3px, 0);
}
.billboard-info-header {
	text-align:center;
	color:white;
	font-weight:bold;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	padding: 8px 0px 8px 0px;
	margin: auto;
	width: 95%;
}
.sm-billboard-info-header {
	text-align:center;
	color:white;
	font-weight:bold;
	padding: 4px 0px 4px 0px;
	margin: auto;
}
.fixed-width-heading {max-width: 500px; font-size: 28px; margin: 0 8px 2px 0; line-height: inherit; line-height: 1; font-weight: bold;}
.unit-link {color: #9D833E; font-size: 28px; margin: 0 8px 2px 0; line-height: inherit; line-height: 1; font-weight: bold;}
.unit-link:hover {text-decoration: none; color: black;}

.billboard-content {
	width: 65%;
	background: white;
}
.billboard-img {
	width: 35%;
	background: white;
}
#supportingImg {
	width: 300px;
}
.teal-header {
	background:#00B0A3;
}

.teal-header a.vendorHover {
	color:#FFFFFF;
}

.pink-header {
	background: #D93D7A;
}

.orange-header {
	background: #FFA500;
}

.billboard-info-container,
.activity-container {
	margin: auto;
	width: 100%;
	padding: 5px;
}
.billboard-info-container tr:nth-child(odd),
.activity-container tr:nth-child(odd) {
	background: #f2f2f2
}
.billboard-info-container tr:nth-child(even),
.activity-container tr:nth-child(even) {
	background: #FFF
}

.billboard-info-container td  {
	padding:2px 6px; vertical-align:middle
}

.activity-container th,
.activity-container td {
	padding: 10px; 
	vertical-align: middle;
	width: 50%;
	font-size: 15px;
}
.activity-container td {
	border-left: 2px solid #e4e2e2;
}


.activity-row {
	padding: 10px;
}
.billboard-info {
	margin: 16px 0 16px 8px;
}
.billboard-info-wrapper {
	border: 1px solid #d4d4d4;
	width: 95%;
	margin: auto;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-bottom: 25px;
}
.billboard-overflow-wrapper {
	overflow-y: auto;
	overflow-x: hidden;
}
.overflow-180 {
	max-height: 180px;
}
.overflow-400 {
	max-height: 400px;
}

.popup-inner ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  z-index: 10;
}

.popup-inner ::-webkit-scrollbar-track {
  background: 	 #e6e6e6;
  border-radius: 10px;
  z-index: 10;
}

.popup-inner ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .3);
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
  z-index: 10;
}
.billboard-button-container {
	margin: 5px auto 15px auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
	padding: 5px 1%;
	max-width: 300px;
    overflow: auto;
    border: 1px solid rgb(233, 236, 239);
    border-radius: 3px;
}
.billboard-button-container button {
	margin-left: -5px;
	margin: 5px;
	font-size: 12px;
	padding: 4px;
	min-width: 96px;
}
.billboard-button-container h5 {
	margin: 0 7px 0 0;
}
.bottom-billboard-table-header {
	padding: 7px 14px;
	background: #f2f2f2;
}
td.billboardHover {
	color:red;
	cursor:context-menu;
}
.past-campaign-container {
	margin-bottom: 0;
	width: 100%;
}
.past-campaign-container td,
.admin-td {
    padding: 10px 14px 10px 14px;
    font-size: 14px;
    font-weight: 200;
    vertical-align: middle;
    border: 1px solid #e3e4e7;
	border-bottom-style: none;
}
.past-campaign-container td:first-of-type {
    border-left-style: none;
}

@media screen and (max-width: 770px) {
	.billboard-content,
	.billboard-img {
		width: 100%;
		display: block;
	}
	.billboard-img {
		text-align: center;
		padding-bottom: 12px;
	}
	.billboard-info {
		margin: auto;
	}
	.billboard-info table {
		width: 95%;
		margin: auto;
	}
	.billboard-button-container {
		margin: 5px  auto;
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding-left: 0;
	}
	#supportingImg {
		margin: 0 auto;
	}
	.overflow-180 {
		max-height: 180px;
	}
	.overflow-400 {
		height: 400px;
	}
}

.data-popup-close {
	max-width: 150px;
	text-align: center;
	margin: auto;
	margin-bottom: 20px;
	margin-top: -10px;
	transition:ease 0.25s all;
}
.data-popup-close:hover {
	transform: scale(1.1);
}
.data-popup-close a {
	color: #9D833E;
   transition:ease 0.25s all;

}
.data-popup-close a:hover {
	color: #9D833E;
	text-decoration: none;
	transform: scale(1.3);
}
#backgroundForPOP {
    width:100%;
    height:100%;
    position:fixed;
    top:0px;
    left:0px;
}
.popup {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.75);
	z-index: 9999;
}

/* Inner */
.popup-inner {
    width:90%;
    position:absolute;

    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:6px;
    background:#fff;
	z-index: 9999999999;
}

/* Close Button */
.popup-close {
    display:inline-block;
    position:absolute;
    top:10px;
    right:10px;
    transition:ease 0.25s all;
    font-size:22px;
    text-align:center;
    line-height:100%;
	 color: #C0C0C0;
	 z-index:999999;
}


.popup-close:hover {
	 text-decoration: none;
	 color: #C0C0C0;
	 transform: scale(1.3);
}


.hasHistory:nth-child(even)
{
	color:#F00;
	background:#ffc7c7 !important;
}
.hasHistory:nth-child(odd)
{
	color:#F00;
	background:#ffe5e5 !important;
}
.cust_file_btn a {
    margin-left: 10px;
}
.cust_file_btn {
    display: flex;
    align-items: center;
    margin: 10px 0px;
}

th.billingExempt{
	color:#000000 !important;
	background:#f00 !important;
}
td.billingExempt{
	background:#ffcccb !important;
}
.tut-message-container {
	width: 90%;
	max-width: 600px;
	margin: auto auto 15px auto;
	font-size: 14px;
	color: #4d4d4d;
}
.tut-search-container {
	width: 100%;
	max-width: 610px;
	margin: 5px auto 30px auto;
}
.tut-search {
	display: flex;
	flex-direction: column;
	width :95%;
	margin: auto;
}
#helpSearch {
	border: solid #e5e5e5 1px !important;
	box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15 )!important;
}
.tut-search input,
.tut-search button {
	margin: 2px 5px;
}
.search-param-container {
	width: 100%;
	margin: 5px auto 10px auto;
	text-align: center;
}
.search-param-container  span {
	margin-right: 7px;
}
.chrome-container {
   position: fixed;
   bottom: 10px;
   left: 10px;
   z-index: 9999;
   width: 180px;
   text-align: center;
   font-size: 8px;
}
#chromeLink {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}
#chromeLink img {
	margin-bottom: 5px;
	width: 25px;
	height: auto;
}

.vendor-help-btn-container,
.help-btn-container {
	position: fixed;
	bottom: 20px;
}

.help-btn-container {
   left: 20px;
   width: 160px;
}

.vendor-help-btn-container {
	right: 20px;
	width: 160px;
}
.hide-help {
	position: absolute;
	top: -8px;
	right: -8px;
	background-color: rgb(250, 50, 40);
	color: white;
	padding: 8px 5px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .5s;
}
.submit-request-btn,
.help-btn,
.vendor-help-btn {
    padding: 5px !important;
    font-size: 12px;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: rgb(60, 141, 188);
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.30) 0px 5px 10px;
    transition: .3s;
	 width: 100%;
	 display: flex;
	 flex-direction: row;
	 justify-content: space-around;
	 align-items: center;
}
.vendor-help-btn {font-size: 16px;}
.submit-request-btn-container {
   bottom: 60px;
}
.submit-request-btn {
	background: rgb(243, 156, 18);
}
.submit-request-btn:hover {
	background: #cb8311;
}
.help-btn:hover,
.submit-request-btn:hover {
   transform: translateY(-5px);
   transition: .3s;
}
.hide-help:hover {
	background: rgb(204, 24, 18);
}
.notificationLink, .notificationLink:hover {
	color: white;
	font-weight: bold;
}

.help-modal,
.notification-modal {
  background: #ffffff;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: .3s;
  border-radius: 5px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.help-modal h3,
.notification-modal h3 {
	margin: 0;
	font-weight: bold;
}
.help-heading,
.notification-heading {
	color: black !important;
	margin-top: 0 !important;
	width: 100%;
	padding: 10px 0 10px 20px;
	line-height: inherit;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid rgb(233, 236, 239);
	border-bottom: solid #e5e5e5 1px !important;
}

.help-heading {
	padding: 10px;
}

.submit-tut {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 8px 20px 8px 20px !important;
}
.submit-tut i {
	margin-right: 8px;
}
.help-subheading {
	font-size: 1.7rem;
	width: 100%;
	text-align: center;
	margin: 0 auto 10px auto;
}

.tut-orange {
	background: #FAA732;
}
.tut-teal {
	background: #13A89E;
}
.tut-pink {
	background: #D93D7A;
}
#tutWrapper,
.notification-wrapper {
	width: 100%;
	text-align: center;
	background-color: #f2f3f7;
	padding-top: 20px;
}
.notification-wrapper {
	background-color: #fff;
	width: auto;
	margin: auto;
	margin-bottom: 15px;
}
.notification-wrapper ul {
	margin: 10px 0;
}
.notification-wrapper li {
	text-align: left;
	margin: 5px 0;
}
.notification-btn-container {
	width: 100%;
	padding: 15px;
	text-align: center;
}
.notification-btn-container btn {
	margin: 5px;
}
.tut-header {
	font-weight: bold;
	text-align: center;
   color: white;
   font-weight: bold;
   padding: 10px 0px 10px 0px;
   margin: auto;
	margin-bottom: 15px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.accordion-top,
.accordion-bottom {
	width: 95%;
	margin: 2.5% auto 2.5%;
}
.tut-accordion-container,
.tut-tabs {
	width: 95%;
	margin: auto;
}
.notification-counter {
	position: absolute;
	top: -12px;
	left: -12px;
	width: 25px;
	height: 25px;
	background: red;
	color: #ffffff;
	border-radius: 25px;
	padding: 5px;
	display: none;
	justify-content: center;
	align-items: center;
	font-size: 13px;
	font-weight: bold;
}
.tab-links {
	box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15 )!important;
}
.tab-links,
.tab-links:focus {
	background-color: inherit;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 5px 15px;
	transition: 0.3s;
	text-decoration: none;
	color: #666;
	border-radius: 5px;
	text-decoration: none;
	margin: 0 10px;
	border: 1px solid #545454;
	position: relative;
	background: white;
}
.tab-links i {
	margin-right: 8px;
}
.tab-links:hover {
	text-decoration: none;
	border: 1px solid transparent;
	color: #ffffff;
	background-color: #8c8c8c;
}
.tab-links.active {
	background: rgb(34, 100, 137);
    color: #fff;
	text-decoration: none;
	border: 1px solid transparent;
}
.tut-card-header {
	width: 100%;
	border: solid #e3e4e7 1px;
   border-radius: 5px;
}
.tut-card-link,
.tut-actions {
	width: 98%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

.tut-card-link,
.tut-card-link:hover,
.tut-link,
.tut-link:hover {
	text-decoration: none !important;
}
.tut-card-link:hover,
.tut-link:hover {
	color: #0C7069;
}
.tut-collapse {
	border: solid #e3e4e7 1px;
   border-radius: 5px;
	background: #f5f5f5;
}
.tut-card-body {
	padding: 10px;
	text-align: left;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: baseline;
	align-items: flex-start;
}
.tut-card-body div {
	width: 100%;
}
.video-card-body {
	padding: 5px;
}
.rotate-icon {
	transition: .3s;
	display: flex;
	justify-content: center;
	align-items: center;
}
.rotate-icon-open {
	transition: .3s;
	transform: rotate(180deg);
}
#faqTips {
	margin-top: 10px;
}
.tut-tabs {
	display: flex;
	justify-content: center;
	background-color: transparent !important;
	border: none;
	margin-bottom: 10px;
}
.tut-underline {
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 90%;
}
.tut-accordion-container,
.tut-container {
	width: 95%;
	margin: 10px auto 5px auto;
	border: 1px solid #e3e4e7;
	border-radius: 5px;
}
.tut-container {
	background: white;
	margin-bottom: 20px;
	box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15 )!important;
}
.tut-hide {
	display: none;
}
.tip-list {
	width: 95%;
	padding: 0;
	margin: 2.5% auto 2.5%;
	list-style: none;
}
.label-input i {
	margin-bottom: 3px;
}
.tip-list li {
	border-bottom: solid #e3e4e7 1px;
	padding-bottom: 10px;
	text-align: left;
	position: relative;
}
.tip-list li:last-of-type {
	border-bottom: none;
}

#contactSupport {
	width: 100%;
	margin: 10px 0 5px 0;
}
.modal-content {
	background: transparent;
}
.support-button-container {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 5px;
	position: relative;
}

.support-message-container {
	width: 100%;
}
#backToHelpCenter {
	display: none;
}
#backToHelpCenter,
#msgBtnFloat {
	position: absolute;
	top: 15px;
	left: 10px;
}

#msgBtnFloat:hover,
#msgBtnFloat:active,
#msgBtn:hover,
#msgBtn:active {
	color: white;
}
.contact-form {
	margin-bottom: 15px;
}
.container-contact {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 25px;

}
.wrap-contact {
  width: 550px;
  background: transparent;
  padding: 30px 0 80px 0;
}
.wrapped-input {
  width: 100%;
  position: relative;
  /* background-color: #fff; */
  margin-bottom: 10px;
  border-radius: 5px;
}
.message-wrap-input {
  background-color: #fff;
}
.label-input {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 58px !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  cursor: pointer !important;
  font-size: 18px !important;
  color: #999999 !important;
  background: transparent !important;
}
.form-input {
  display: block !important;
  width: 100% !important;
  background: transparent !important;
  font-family: sans-serif !important;
  font-size: 15px !important;
  color: #43383e !important;
  line-height: 1.2 !important;
  padding: 0 5px !important;
}
.form-input {
  padding-left: 58px !important;
}

.form-select{
  padding: 0px 20px 0px 58px !important;
  font-size:14px;
}
textarea.form-input {
  min-height: 150px !important;
  padding: 10px !important;
}

.contact-wrapper {
	width: 100%;
   background: transparent;
}
.contact-form-title {
	text-align: center;
	margin: 0 auto 10px auto !important;
	color: black;
	font-size: 23px;
}

.container-contact-form-btn {
	margin-top: 15px;
}
.attachments {
	margin-bottom: 5px;
}

#addAttachment {
	margin-left: 5px;
	color: #b0b1b5;
}

#addAttachment:hover {
	color: #757575;
}


.cke_dialog,
.cke_skin_kama {
	z-index: 9999999999 !important;
}
.rotat-img-rel {position: relative;}
.rotate-img { position: absolute; top: 15px; left: 15px; padding: 8px !important; z-index: 9999; width: 30px; height: 30px; }
.new-upload {position: absolute; top: 15px; right: 15px; padding: 8px !important; z-index: 9999; width: 30px; height: 30px;}
.save-container {margin: 10px 0px; align-items: flex-start;}
.img-section {position: relative; padding: 5px;}

.opentab-padding {padding: 10px !important;}
.opentab-margin {margin: 10px !important;}
.dropdown-menu { top: 95%; max-width: 200px;}
.dropdown-toggle-btn {height: 100%;}

.caret-invert {transform: rotate(180deg);}

.inline-div {width: 100%; display: inline-block;}

vendor-side-bar {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.vendor-current {
    list-style: none;
    display: block;
    font-size: 11px;
    text-align: center;
    border-top: 2px solid transparent !important;
    border-bottom: 2px solid #e6e6e6 !important;
    vertical-align: middle;
}

.vendor-current a {
	display: block;
    margin: 0;
    padding: 13px;
    color: #bdc3c7;
    cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
}
.vendor-menu-link {
	text-decoration: none;
	transition-duration: .3s;
}
.vendor-menu-link:hover {
	text-decoration: none !important;
	transform: translateY(5px);
	transition-duration: .3s;
}

.vendor-current a > .sidebar-icon {
	color: #9D833E !important;
	display: block;
    font-size: 24px;
    line-height: 1.2em;
    text-decoration: none !important;
}

.vendor-content {
	position: relative;
    display: block;
    background-color: #FFFFFF;
    padding-bottom: 0px;
    min-height: 100vh;
	text-align: left;
	background-color: #f2f3f7 !important;
}

.profile-container {
	padding: 10px 0;
	width: 100%;
}

.pmx-logo-container {
	width: 100%; margin: 0px !important;
}
.menu-link-container {
	padding: 0;
}
.pmx-logo-container,
.pmx-logo-container > a,
.toggle-team,
.profile-nav {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.pmx-menu
.pmx-menu a {
    color: inherit;
    text-decoration: none;
}
.pmx-menu {
	z-index: 99999999 !important;
}
.sidebar {
	display: block
}
.users-dropdown {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.users-dropdown a {
	padding: 3px 0;
}

.brand-logo-sm {max-width: 120px; min-width: 90px; margin: 0 5px 0 5px; }
.pmx-menu-top,
.topbar {
	width: 100% !important;
	padding: 8px 0;
}
.pmx-menu-top {
	border: solid #e3e4e7 1px;
    background: #ffffff;
	transition: 0.5s;
    opacity: 1 !important;
	display: flex;
	flex-direction: row;
	height: 65px;
	z-index: 99999999 !important;
}

.pmx-menu-top-sticky {
	position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
	<!-- height: auto !important; -->
}

.content-top {
	margin-top: 10px;
}
.topbar {
	display: flex !important;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	list-style-type: none;
	padding-left: 0;
	padding: 0;
	width: 100%;
	margin: 0;
}
.pmx-logo-container-top {
	width: auto;
	max-width: 200px;
	margin: 0 20px 0 10px;
}

.menu-url {background: transparent; }
.profile-container-top {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	width: 40%;
	min-width: 170px;
	padding: 0 10px;
	height: 100%;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}

.toggle-team-top,
.toggle-company-container-top {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 100%;
}
.toggle-team-top {
	justify-content: space-around;
}
.toggle-company-container-top {
	width: 60%;
	padding: 0 15px;
}
.users-logged-toggle {
	padding: 5px 0 0 0 !important;
}
.menu-toolbar-container-top,
.menu-link-container-top {
	display: flex;
	height: 100%;
}
.menu-toolbar-container-top {
	flex-direction: row !important;
}
.menu-link-wrapper-top {
	display: flex;
	flex-direction: row !important;
}
.menu-link-container-top {
	flex-direction: row !important;
	padding: 0;
}
.current-top {
	padding: 0 15px;
	display: flex !important;
	justify-content: center;
	align-items: center;
	height: 100%;
	float: right;
	border-right: 1px solid #e6e6e6;
	border-top: none !important;
	border-bottom: none !important;
}
.current-top:first-of-type {
	border-left: 1px solid #e6e6e6;
	border-top: none !important;
}
.current-top a {
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: transparent !important;
}
.current-top a,
.current-top a:hover,
.menu-url,
.menu-url:hover {
	text-decoration: none;
}
.sidebar-icon-top {
	color: #9D833E;
	display: flex;
	justify-content: center;
	align-items: center;
    font-size: 26px;
    line-height: 1.2em;
    text-decoration: none !important;
	height: 30px;
	width: 30px;
	transition-duration: .5s;
}
.sidebar-icon-top:hover {
	transform: scale(1.2);
	transition-duration: .5s;
}
.sidebar-child-top {
	top: 30px !important;
	left: -50% !important;
	padding: 25px !important;
	overflow: visible !important;

}
.help-btns {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition-duration: .5s;
}

.help-btn-container-top {
	position: static;
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.desktop-help-btns button {
	margin: 6px;
}
.help-btn-container-top .help-btn,
.help-btn-container-top .submit-request-btn {
	box-shadow: none;
	min-width: 150px;
}

.side-left-mobile {
	top: 0px !important;
	margin-top: 0pc !important;
}

.action-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	clear: both;
	justify-content: flex-end;
	align-items: center;
	min-width: 150px;
}
.action-container-button {
	padding: 7px 14px !important;
	border-radius: 5px;
}
.action-container button,
.action-container a,
.action-container input {
	margin-bottom: 5px;
	margin-top: 0;
}

.external-image-wrapper {width: 100%; margin: 5px 0 10px 0; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; font-size: 15px;}

.no-img {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.logged-in-text,
.vendor-menu-link {
	font-size: 14px;
}

.password-field::placeholder {font-style: italic; font-size: 11px;}

.inventory-image-thumb {max-width: 370px;}

.acquiring-vendor-container {
	display: none;
	transition-duration: .5s;
}
.read-only td {
	padding: 5px;
	overflow-x: scroll;
}
.read-only td span {
	display: inline-block;
	padding: 16px 5px;
}
.sticky-col {
  position: -webkit-sticky;
  position: sticky;
  background-color: white;
  border: 1px solid #d9d9d9 !important;
  z-index: 4 !important;
  background-clip: padding-box !important;
}
.sticky-col input {}
.sticky-header {
   z-index: 10 !important;
   background-clip: padding-box !important;
}
.fixed-col-bg {
   position: absolute;
   background: white;
   border: 1px solid #d9d9d9;
   top: 1px;
   left: 0;
}
.fcbg-left {
   height: 100%;
   width: 281px;
   z-index: 1;
   border-right: 1px solid #d9d9d9;
}
.fcbg-top {
   width: 281px;
   border-right: 1px solid #d9d9d9;
   height: 59px;
   z-index: 4;
}

.datagrid tbody tr:hover .sticky-col {
    background: #d8e9f3 !important;
    transition-duration: .2s;
}

.btn-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.btn-wrapper button {
    height: 40px;
}
.total-btn-container {
	width: 45px;
}
.filter-btn {
    margin: 2px 5px 0 0px;
}
.selectdiv select {
    z-index: 10;
}
.selectdiv {
    width: 70%;
    display: flex;
    flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.pagerDiv {
	width: 30%;
}
.selectDiv-btns {
	margin-top:-2px;
}
.selectDiv-height-control {
	height: 34px;
	overflow: visible;
	margin-right: 1%;
	margin-bottom: 10px;
}
.height-control-flex {
	display: flex;
    flex-direction: row;
	justify-content: center;
	align-items: center;
}
.selectbutton {
	width: 32%;
}
.customSearchContainer {
    width: 50%;
    /* display: inline-block;
    margin-left: 540px; */
    display: flex;
    flex-direction: row;
}
#customSearch,
#pbdIdSearch,
#pKeySearch {
	width: 165px;
	margin: 0 5px 5px 0;
	height: 34px;
}
div#multipleselectDiv select {
    vertical-align: top;
}
div#multipleselectDiv{
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   align-items: flex-end;
   flex-wrap: wrap;
}

select.drop-down-view option {
	word-break: break-word;
	max-width:200px;
	white-space: normal;
	padding: 0;
	margin-bottom: 5px;
}
.selectDiv-display {
    border: #e3e4e7 solid 1px !important;
    border-radius: 3px;
    background-color: #fff !important;
    color: #000 !important;
    height: 34px;
	width: 165px;
	padding: 8px;
}

select#multipleadvertisingTypeId.drop-down-view,
select#multiplemarketId.drop-down-view,
select#multipleresellerId.drop-down-view,
select#multiplevendorId.drop-down-view,
select#multiplebillingDates.drop-down-view {
  display: none;
  height: 34px;
  width: 165px;
  border: none;
  background: none;
  overflow-y: hidden;
  margin-bottom: 5px;
}

.date-created {
  font-size: 11px; 
  float: right;
  display: flex;
  flex-direction: column;
  font-style: italic;
}

select#multipleadvertisingTypeId.drop-down-view.expanded,
select#multiplemarketId.drop-down-view.expanded,
select#multipleresellerId.drop-down-view.expanded,
select#multiplevendorId.drop-down-view.expanded,
select#multiplebillingDates.drop-down-view.expanded {
  display: inline-block;
  background-color: #ffffff;
  height: 100px;
  overflow-y: scroll;
}

.row-btn-container-split {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.rbc-split-left {
	justify-content: flex-start !important;
}
.rbc-split-right {
	justify-content: flex-end !important;
}
.row-btn-container-split button {
	margin: 3px;
}
.div-wrapper-reverse {
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
}

.rate-db-select {
	min-height: 80px;
}
.rate-db-select-active {
	min-height: 380px;
}

.emptyTemplate,
.emptyLocationList,
.emptyTemplateWithLocations {
	margin-right: 5px;
	margin-bottom: 5px;
}


.link-spec-container, .edit-spec-container {margin-top: 20px; font-size: 13px; text-align: center;}
.assoc-bb-container {
	background: #f2f3f7;
	border-radius: 2px;
	margin-top: 5px; padding: 3px;
	justify-content: space-between !important;
	max-height: 300px;
	overflow: auto;
}
.assoc-bb {background-color: #fff; border-radius: 5px; margin: 3px; padding: 5px;}
.assoc-id {display: inline-block; margin-right: 5px;}

button.btn-sm{padding: 2px 5px !important; font-size:10px}
button.btn-md{padding: 4px 8px !important; font-size:10px}
button.btn-lg{padding: 6px 12px !important; font-size:13px}

	.dateChanged{background:#fff000; font-weight:bold;}

@media screen and (max-width: 1609px) {
	#showHideHiddenBtn {
		margin-top: 10px;
	}
}

@media screen and (max-width:1300px) {
	.color-card a, .color-card span {
		font-size: 20px;
	}
}

@media screen and (max-width: 1115px) {
	.selectdiv {
		width: 60%;
	}
	.pagerDiv {
		width: 40%;
	}
}

@media screen and (max-width: 1000px) {
	.pagerDiv {
		width: 100%;
		margin-top:5px;
	}
	.filter-btn {
		margin: 2px 5px 0 8px;
	}
	.customSearchContainer {
		width: 100%;
		justify-content: center;
	}
	.row-btn-container-split {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
	.rbc-split-left-sm {
		justify-content: flex-start;
	}
    .btn-wrapper button {
        width: auto;
        margin: 3px;
        font-size: 12px !important;
		padding: 7px;
    }
	div#multipleselectDiv {
        flex-direction: column;
        justify-content: flex-end;
    }
    .selectdiv,
    .selectDiv-btns {
        width: 100%;
		display: flex;
		justify-content: center;
		overflow: visible;
		margin-bottom: 0;
    }
	.selectdiv {
		justify-content: space-between;
		align-items: flex-start;
	}
	.selectDiv-btns {
		margin-bottom: 0px;
	}
	.selectDiv-btns-media {
		margin-bottom: 0px;
	}
	.selectDiv-display {
		width: 100%
	}
	select#multipleadvertisingTypeId.drop-down-view,
	select#multiplemarketId.drop-down-view,
	select#multipleresellerId.drop-down-view,
	select#multiplevendorId.drop-down-view{
		min-width:unset;
		width: 100%;
	}

	#customSearch {
		min-width: unset;
		width: 100%;

	}
	.selectdiv select {
		margin-right: 2px;
		margin-left: 2px;
	}

	.selectDiv-height-control{
		margin: 0 1% 2% 1%;
		width: 23%;
		min-width: 157px;
	}
	.custom-search-container {
		width: 100%;
	}
	.div-wrapper-reverse {
		display: flex;
		flex-direction: column-reverse;
	}
}

.cancelAction {background: #d9534f !important;}
.cancelAction:hover {background: #AF403B !important;}
@media screen and (max-width: 1200px) {
	#searchCampaignID {
		display: none;
	}
}
.desktop-help-btns {
	display: inherit;
}

.mobile-btns-container {
	display: none;
	width: 70px;
	transition: linear .4s;
	flex-direction: row;
	position: absolute;
	bottom: 5px;
	left: 7px;
}

@media screen and (max-width: 1050px) {
	.logged-in-text {
		display: none;
	}
	.users-logged-toggle {
		display: none;
	}
	.profile-container-top {
		width: auto;
		min-width: 0;
		padding-left: 15px;
		margin-right: -15px;
	}
	.current-top {
		padding: 0 5px;
	}


}

@media screen and (max-width: 800px) { 
	.selectDiv-height-control {
		width: 48%;
	}
	.custom-search-container {
		width: 100%;
	}
	.fa {
		margin-right: 0px;
	}
	
	.desktop-help-btns {
		display: none !important;
	}

	.mobile-btns-container {
		display: flex;
		justify-content: space-between;
	}
	.submit-request-btn,
	.help-btn {
		font-size: 15px !important;
		border-color: rgb(60, 141, 188) !important;
		font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
		border: solid #fff 1px;
		background: rgb(60, 141, 188);
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		cursor: pointer;
		box-shadow: rgba(0, 0, 0, 0.30) 0px 5px 10px;
		transition: .3s;
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		align-items: center;
		width: 35px;
		height: 35px;
	}
	.pmx-menu {
		z-index: 99999999999;
	}

}

@media screen and (max-width: 818px) {
	.rbc-split-left,
	.rbc-split-right {
		flex-direction: column;
	}
	.rbc-split-right {
		align-items: flex-end;
	}
	.rbc-split-left {
		align-items: flex-start;
	}
	.rbc-split-50 {
		width: 50%;
	}
}


@media screen and (max-width: 450px) {
	.tut-card-body img {
		width: 280px !important;
		height: auto !important;
	}
}

@media screen and (max-width: 430px) {
	.selectDiv-height-control {
		width: 100%;
	}
	.custom-search-container {
		width: 100%;
	}
}
@media screen and (max-width: 350px) {
	.tut-card-body img {
		width: 220px !important;
		height: auto !important;
	}
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

	.note-preview {
		height: auto;
		max-height: 150px;
		margin: auto 0;
		overflow-y: scroll;
		background-color: transparent;
		border: solid #e3e4e7 1px;
		padding: 8px;
		box-shadow: inset rgba(50, 50, 105, 0.05) 0px 2px 5px 0px, inset rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
	}
	.note-preview::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 8px;
	height: 8px;
	}

	.note-preview::-webkit-scrollbar-track {
		background: transparent;
		border-radius: 10px;
		border-width: transparent;
	}

	.note-preview::-webkit-scrollbar-thumb {
		border-radius: 4px;
		background-color: rgba(0, 0, 0, 0.2);
		box-shadow: 0 0 1px rgba(255, 255, 255, .5);
	}

	div.noteContainer:nth-of-type(odd){
		background:#f2f2f2;
	}
	div.noteContainer:nth-of-type(even){
		background:#fff;
	}

	.noteContainer{padding:15px 25px; position:relative;}
	.noteDate{margin:0px 0px 0px 0px; font-weight:100; font-size:11px}
	.noteUserIcon{display:inline-block; width:45px; font-size:23px; margin-top:-33px}
	.noteAuthor{margin-bottom:10px; font-weight:bold; display:inline-block}
	.note{margin:0px 0px 5px 51px;}
	div.adminOnly{background:rgba(250, 230, 55, 0.3) !important}
	.adminNoteIcon{font-size:38px; position:absolute; right:25px; bottom:15px; color:#ff0000}
	.noteEditButton{position:absolute; right:25px; top:15px;}

	div.noteContainer:hover{background:#bfdff6 !important;}

	.noteContainer-sm {width: 100%; padding: 10px; font-size: 12px; flex-wrap: nowrap}
	.noteAuthor-sm { margin-top: 0px;}
	.noteWrapper-sm {justify-content: space-between; align-items: flex-start}
	.noteUserIcon-sm {margin: 0px;}

	.add-remove-detail {
		display: none;
	}
	.fixed-sync-modal-footer {
		display: none;
		position: sticky;
		bottom: -1px;
		background: #FFF;
		width: 100%;
		padding: 10px;
		margin-top: -2px;
		box-shadow: 0px 11px 8px 10px rgba(58, 59, 69, .3) !important;
	}
	.sync-modal-button-row,
	.sync-add-missing-campaign-fields-row {
		margin: 10px 0px 20px 0px;
		width: 100%;
	}
	.sync-header {
		margin-top: 15px;
	}
