@charset "utf-8";
/*
Theme Name: FPM3 Ad Campaigns
Author: FPM3.com
Author URI: http://fpm3.com/
Version: 1.0
*/

body {
	background-color: #eee;
	margin: 0px !important;
	padding: 0px !important;
}

body#tinymce.wp-editor {
    font-family: Arial, Helvetica, sans-serif !important;
}

#wpadminbar {
    display: none !important;
}

#content h1 {
	font-size: 30px !important;
	font-weight: 600 !important;
    margin-bottom: 30px !important;
}

#content h2 {
    color: #000 !important;
	font-size: 20px !important;
	font-weight: 600 !important;
}

#content h3 {
    color: #000 !important;
	font-size: 16px !important;
	font-weight: 600 !important;
}

#content h4 {
    color: #000 !important;
	font-size: 16px !important;
	font-weight: 600 !important;
}

#content h4 em {
    color: #000 !important;
	font-style: normal !important;
}

#content h5 {
    color: #000 !important;
	font-size: 16px !important;
	font-weight: 600 !important;
}

.alignleft {
	display: block;
	float: left;
	margin: 5px 3% 20px 0px;
}

.alignright {
	display: block;
	float: right;
	margin: 5px 0px 20px 3%;
}

.aligncenter {
	display: block;
	float: none;
	margin: 20px auto 20px auto;
}

.alignnone {
	display: block;
	float: none;
	margin: 20px 0px 20px 0px;
}

img.alignleft, img.alignright {
	width: auto;
	height: auto;
	max-width: 40%;
}

img.aligncenter {
	width: auto;
	height: auto;
	max-width: 100%;
}

img.alignnone {
	width: auto;
	height: auto;
	max-width: 100%;
}

img.img-responsive {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
}

.hidden {
	display: none !important;
}

hr {
	background-color: #eee;
	border: none;
	clear: both;
	display: block;
	/* float: left; */
	margin: 15px 0px 15px 0px !important;
	padding: 0px;
	width: 100%;
	height: 1px;
}

.screen-reader-text {
    display: none;
    visibility: hidden;
}

p.bg-success {
    background-color: #dff0d8 !important;
    padding: 15px;
}

span.campaign-id {
    color: #ccc;
    display: block;
    float: right;
    font-size: 12px;
    padding: 5px;
    text-transform: uppercase;
}

.container {
    margin-inline: auto;
    padding-inline: 15px;
    max-width: 1800px;
}

/* Header */

header {
	background-color: #fff;
    border-bottom: solid 1px #ddd;
    display: flex;
    align-items: center;
	padding-top: 15px;
	padding-bottom: 15px;
	z-index: 100;
}

header .logo {
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}

header img {
    display: block !important;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

/* Main Content */

main {
	padding-top: clamp(15px, 3vw, 30px);
	padding-bottom: clamp(15px, 3vw, 30px);
    margin: 0px;
    min-height: 80vh;
}

main a {
	color: #a1493a !important;
	text-decoration: underline !important;
}

main a.btn {
    color: #444 !important;
    text-decoration: none !important;
}

main a.btn-success {
    color: #fff !important;
}

main section {
	width: 100%;
}

main section.white-background {
    background-color: #fff;
}

.wp-editor-container {
    margin-bottom: 15px;
}

/* Campaigns */

span.campaign-status {
    background-color: #ddd;
    color: #000;
    display: inline-block;
    font-size: 12px;
    padding: 5px 10px 5px 10px;
}

/* Navigation Menu */

nav {
    background-color: #ddd;
}

nav .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
}

nav .menu {
    display: flex;
    gap: 20px;
    list-style: none;
    margin: 0px;
	padding: 0px;
}

nav .menu .menu-item {
    margin: 0px;
    padding: 0px;
}

nav .menu .menu-item a {
    color: #555;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

nav .menu .menu-item a:hover {
    color: #a1493a;
}

nav .menu .menu-item a::before {
	color: #555;
	display: block;
	font-family: dashicons;
	font-size: 20px;
	margin: 0px 8px 0px 0px;
	padding: 0px;
}

nav .menu .menu-item a:hover::before {
    color: #a1493a !important;
}

nav .menu .home a::before {
	content: '';
}

nav .menu .campaigns a::before {
	content: '';
}

nav .menu .invitations a::before {
	content: '';
}

nav .menu .bids a::before {
	content: '';
}

nav .menu .users a::before {
	content: '';
}

nav .menu .profile a::before {
	content: '';
}

nav .menu .activity a::before {
	content: '';
}

nav .menu .settings a::before {
	content: '';
}

nav .menu .wp-dashboard a::before {
	content: '';
}

nav .menu .logout a::before {
	content: '';
}

nav .sub-menu {
    box-shadow: none;
    list-style: none;
    margin: 0px;
	padding: 0px;
}

nav .sub-menu .menu-item {
    margin-left: 0px;
    margin-right: 0px;
}

nav .sub-menu .menu-item a {
    background-color: #fff;
    color: #000 !important;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 10px 10px 20px;
}

nav .sub-menu .menu-item a:hover {
    background-color: #fff;
    color: #a1493a !important;
}

nav nav-buttons {
    margin: 30px 0px 0px 0px;
}

nav nav-buttons .btn {
    display: block !important;
    margin: 5px auto 5px auto !important;
    text-align: left !important;
    width: 100% !important;
    max-width: 240px !important;
}

/* Buttons */

.btn,
.btn:hover {
	text-decoration: none !important;
}

.btn-primary {
	background-color: #343399 !important;
	border: none !important;
	border-radius: 5px !important;
	color: #fff !important;
}

main a.btn-primary {
	background-color: #343399;
    color: #fff !important;
}

.btn-secondary {
    background-color: #fff !important;
    border-color: #666 !important;
    color: #666 !important;
}

a.btn-light, 
button.btn-light, 
.btn-light {
    border-color: #ddd !important;
    color: #666 !important;
}

a.btn-light:disabled, 
button.btn-light:disabled, 
.btn-light:disabled {
    border-color: #ddd !important;
    color: #666 !important;
}

.btn .dashicons {
	display: inline-block;
	margin: 2px 5px 2px 5px;
	padding: 0px;
}

.alignright.btn {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 2px;
}

.campaign-editor-buttons {
    margin-top: 10px;
    margin-bottom: 10px;
}

.campaign-editor-buttons .btn {
    margin-top: 0px;
    margin-bottom: 0px;
    height: 36px;
}

.btn-trash {
    background-color: transparent;
    color: #a1493a;
}

/* Accordions */

.accordion {
    background-color: #fff;
    border: solid 1px #ddd;
    float: left;
    margin: 0px 0px 15px 0px;
    width: 100%;
}

.accordion .accordion-toggle {
    border-bottom: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    padding: 15px;
}

.accordion.open .accordion-toggle {
    border-bottom: solid 1px #ddd;
}

.accordion .accordion-toggle:hover {
    background-color: #fbfbfb;
}

.accordion .accordion-toggle span::after {
    font-family: dashicons;
    content: '';
    float: right;
    font-size: 16px;
}

.accordion.open .accordion-toggle span::after {
    font-family: dashicons;
    content: '';
    float: right;
    font-size: 16px;
}

.accordion .accordion-content {
    display: none;
	float: left;
    padding: 15px;
	width: 100%;
}

.accordion.open .accordion-content {
    display: block;
}

.accordion .accordion-content .table-responsive {
    max-height: 550px;
}

.accordion .accordion-content input[type=text],
.accordion .accordion-content input[type=number],
.accordion .accordion-content input[type=tel],
.accordion .accordion-content input[type=email],
.accordion .accordion-content input[type=password],
.accordion .accordion-content select {
    background-color: #fbfbfb !important;
    border: solid 1px #ddd;
    display: block;
    margin: 0px 0px 15px 0px;
    padding: 10px;
    width: 100%;
    height: 47px;
}

.accordion .accordion-content .publish-date input[type=text], 
.accordion .accordion-content .time-selection input[type=text] {
	display: inline-block !important;
	font-size: 12px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	text-align: center !important;
	width: 50px !important;
}

.accordion .accordion-content textarea {
    background-color: #fbfbfb !important;
    border: solid 1px #ddd;
    display: block;
    margin: 0px 0px 15px 0px;
    padding: 10px;
    width: 100%;
    height: 100px;
}

.accordion .accordion-content .publish-date select, 
.accordion .accordion-content .time-selection select {
	display: inline-block;
	font-size: 12px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	width: auto;
}

.accordion .accordion {
	border: solid 1px #ddd;
	margin: 0px 0px 5px 0px;
}

.accordion .accordion.open {
	margin: 0px 0px 20px 0px;
}

.accordion .accordion .accordion-toggle {
	background-color: #f2f2f2;
	border-bottom: none;
    font-weight: 600;
    font-size: 14px;
    padding: 10px;
}

.accordion .accordion.open .accordion-toggle {
	border-bottom: solid 1px #ddd;
}

.accordion .accordion .accordion-toggle span::after {
    content: '';
    float: right;
    font-family: dashicons;
    font-size: 14px;
	font-weight: normal;
}

.accordion .accordion.open .accordion-toggle span::after {
    content: '';
}

.accordion .accordion .accordion-content {
    display: none;
	padding: 0px;
}

.accordion .accordion.open .accordion-content {
    display: block;
}

.accordion .accordion.open .accordion-content.access-list {
	overflow: auto;
	padding-bottom: 0px;
	max-height: 300px;
}

.accordion .accordion.open .accordion-content.access-list table {
	border: none !important;
	border-collapse: collapse !important;
	margin: 0px !important;
}

.accordion .accordion.open .accordion-content.access-list table th, 
.accordion .accordion.open .accordion-content.access-list table td {
	border: none;
}

.accordion .accordion.open .accordion-content.access-list table th {
	background-color: #f4f4f4;
	border-left: solid 1px #ddd;
}

.accordion .accordion.open .accordion-content.access-list table tr th:nth-child(1) {
	border-left: none;
}

.accordion .accordion.open .accordion-content.access-list table td {
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
}

.accordion .accordion.open .accordion-content.access-list table tr td:nth-child(1) {
	border-left: none;
}

.accordion .accordion.open .accordion-content.access-list table tr:hover td {
	background-color: #f4f4f4;
}

.modal .accordion {
    border: none !important;
    margin: 0px 0px 5px 0px !important;
}

.modal .accordion .accordion-toggle, 
.modal .accordion.open .accordion-toggle {
    background-color: #f2f2f2;
    border: solid 1px #ddd;
}

/* Portal Help */

#help .modal-dialog {
    max-width: 1200px !important;
}

/* Forms */

#content form {
    margin: 20px 0px 20px 0px;
}

#content form hr {
    clear: both;
    display: block;
    float: left;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    width: 100%;
}

#content form fieldset {
    display: block;
    float: left;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 0px !important;
    width: 100%;
}

#content form fieldset legend {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

#content label {
    display: block;
    font-size: 14px;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    text-transform: uppercase;
}

#content form label a.align-right {
	float: right;
}

form input[type=text],
form input[type=tel],
form input[type=email],
form input[type=password],
form select {
    background-color: #fbfbfb;
    border: solid 1px #ddd;
    display: block;
    margin: 0px 0px 15px 0px;
    padding: 10px;
    width: 100%;
    height: 47px;
}

form input.date {
	text-align: center;
}

.publish-date input[type=text], 
.time-selection input[type=text] {
	display: inline-block !important;
	font-size: 12px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	text-align: center !important;
	width: 50px !important;
}

form .search-field-wrapper {
    background-color: #fbfbfb;
    border: solid 1px #ddd;
    display: block;
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 47px;
}

form .search-field-wrapper input[type=text] {
    background-color: transparent !important;
    border: none !important;
    display: block;
    float: left;
    width: calc(100% - 70px) !important;
    height: 45px !important;
}

form .btn-clear {
    background-color: transparent !important;
	color: #888 !important;
	display: block;
    float: left !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
    width: 20px !important;
    height: 47px !important;
}

form .btn-search {
    background-color: transparent!important;
	color: #888 !important;
    float: right !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
    width: 50px !important;
    height: 47px !important;
}

form .btn-filters {
	color: #888 !important;
	line-height: 47px;
	padding: 0px 15px 0px 15px;
    height: 47px;
}

/* #search-filters {
	display: none;
} */

#search-filters.open {
	display: block;
}

form .publish-date select, 
form .time-selection select {
	display: inline-block;
	font-size: 12px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	width: auto;
}

form .publish-date input[type=text] {
	width: 40px;
}

form .publish-date select.month {
	width: 70px;
}

form .publish-date select.day {
	width: 50px;
}

form .time-selection select {
	text-align: center;
	width: 45px;
}

form .password-field {
    background-color: #fbfbfb;
    border: solid 1px #ddd;
    display: block;
    float: left;
    margin: 0px 0px 15px 0px;
    padding: 0px;
    width: 100%;
}

form .password-field input[type=text],
form .password-field input[type=password] {
    border: none !important;
    float: left !important;
    margin: 0px !important;
    width: calc(100% - 44px) !important;
}

form .password-field .status {
    color: #fff;
    display: block;
    float: left;
    font-size: 24px;
    line-height: 44px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    width: 44px;
    height: 47px;
}

form .password-field .status svg {
    display: none;
}

form .password-field .status .success {
    background-color: #09c100;
    display: none;
    padding: 10px;
    width: 44px;
    height: 47px;
}

form .password-field .status .warning {
    background-color: #e5d600;
    display: none;
    padding: 10px;
    width: 44px;
    height: 47px;
}

form .password-field .status .error {
    background-color: #e50000;
    display: none;
    padding: 10px;
    width: 44px;
    height: 47px;
}

#password-validation-message-1 li, 
#password-validation-message-2 li {
	clear: both;
	display: block;
	font-size: 12px;
	line-height: 26px;
	list-style: none;
	margin-bottom: 5px;
	padding-left: 0px;
	width: 100%;
}

#password-validation-message-1 li svg, 
#password-validation-message-2 li svg {
	display: block;
	float: left;
	margin-right: 5px;
	padding: 5px;
	width: 26px;
	height: 26px;
}

#password-validation-message-1 li.error svg, 
#password-validation-message-2 li.error svg {
    background-color: #e50000;
}

#password-validation-message-1 li.warning svg, 
#password-validation-message-2 li.warning svg {
    background-color: #e5d600;
}

#password-validation-message-1 li path, 
#password-validation-message-2 li path {
	color: #fff;
}

#registration-form {
    display: block !important;
}

.campaign-type-list {
    background-color: #f8f8f8;
    border: solid 1px #ddd;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	max-height: 150px;
    min-height: 100px;
}

.campaign-type-list ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.campaign-type-list li {
	padding: 5px 10px 5px 10px;
}

.campaign-type-list li input[type=checkbox] {
    margin-right: 5px;
}

#add-campaign-type-input {
    margin-top: 15px !important;
}

.campaign-view .row {
    margin-left: -15px !important;
    width: 100% !important;
    max-width: none !important;
}

.campaign-summary {
    background-color: #fbfbfb;
    border: solid 1px #ddd;
    display: block;
	overflow: auto;
    margin: 15px 0px 15px 0px;
    padding: 15px;
    width: 100%;
    height: 200px;
}

#dropZone {
    border: 2px dashed #ccc;
    border-radius: 10px;
    color: #aaa;
    line-height: 200px;
    margin: 20px auto;
    text-align: center;
    width: 100%;
    height: 200px;
}

#dropZone.dragover {
    border-color: #00aaff;
    color: #00aaff;
}

.file-selection {
    background-color: #fbfbfb;
    border: dashed 3px #ddd;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-size: 18px;
    margin: 0px 0px 15px 0px;
    padding: 2px;
    width: 100%;
    height: 300px;
}

.file-selection:hover, 
.file-selection.drag-active {
  background: #eee;
  border-color: #aaa;
}

.file-selection:hover .drop-title, 
.file-selection.drag-active .drop-title {
  color: #222;
}

.drop-title {
  color: #444;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  transition: color .2s ease-in-out;
}

.file-selection input[type=file] {
    background-color: transparent;
    margin: 0px;
}

td.file-category {
    width: 150px;
    max-width: 150px;
    min-width: 150px;
}

input[type=file]::file-selector-button {
  margin-right: 20px;
  border: none;
  background: #343399;
  padding: 10px 20px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  transition: background .2s ease-in-out;
}

input[type=file]::file-selector-button:hover {
  background: #0d45a5;
}

td.file-type, 
td.file-size {
    width: 80px;
    max-width: 80px;
    min-width: 80px;
}

.modal-body .row input[type=text] {
    background-color: #fbfbfb;
    border: solid 1px #ddd;
    display: block;
    margin: 0px 0px 15px 0px;
    padding: 10px;
    width: 100%;
    height: 47px;
}

#quick-save {
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	display: none;
	font-size: 12px;
	padding: 15px;
	position: fixed;
	right: 15px;
	bottom: 15px;
	text-shadow: 1px 1px #000;
	width: 100%;
	max-width: 300px;
	z-index: 999999999;
}

#quick-save .btn {
	clear: both;
	display: block;
	margin: 15px auto 0px auto;
}

/* Products */

.product:not(.readonly) {
    display: grid;
    grid-template-columns: 50px 1fr;
    align-items: center;
}

.product {
    padding-block: 30px;
    padding-inline: 10px;
}

.product:not(:first-child) {
    border-top: solid 1px #ddd;
}

.product .delete-product {
    background-color: transparent;
    border: none;
}

.product .delete-product:hover {
    color: #dc3545;
}

/* Tables */

main .table-responsive {
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	overflow: auto;
	width: 100%;
}

main .table {
    background-color: #fff;
	border-color: #ccc !important;
	font-size: 12px;
}

main .table th, 
main .table td {
	border-color: #ccc !important;
	vertical-align: middle;
	overflow: hidden;
}

main .table th {
	line-height: 14px;
	text-align: center;
	vertical-align: middle;
}

main .table-sortable th, 
main .sort-table th {
    cursor: pointer;
	padding: 0px;
	height: 53px;
}

main .table-sortable th .label, 
main .sort-table th .label {
	display: block;
	float: none;
	text-align: center;
	width: 100%;
}

main .table-sortable th.sort-none .label {
	width: 100%;
}

main .table-sortable th.sort-asc .label, 
main .table-sortable th.sort-desc .label, 
main .sort-table th.sorted-asc .label, 
main .sort-table th.sorted-desc .label {
	float: left;
	width: calc(100% - 20px);
}

main .table-sortable th .sort-icon, 
main .sort-table th .sort-icon {
	display: block;
	float: right;
	text-align: center;
	width: 20px;
}

main .table-sortable th .sort-icon:before, 
main .sort-table th .sort-icon:before {
	content: '';
	display: block;
	float: right;
	font-family: dashicons;
	font-size: 22px;
	margin-left: 20px;
	width: 20px;
}

main .table-sortable th.sort-desc .sort-icon:before, 
main .sort-table th.sorted-desc .sort-icon:before {
	content: '';
}

main .table-sortable th.sort-asc .sort-icon:before, 
main .sort-table th.sorted-asc .sort-icon:before {
	content: '';
}

main .table-sortable th.sort-asc.two-row .sort-icon:before, 
main .table-sortable th.sort-desc.two-row .sort-icon:before {
	margin-top: 7px;
	margin-bottom: 7px;
}

main .table th.edit-link {
	text-align: center;
	width: 70px;
	max-width: 70px;
	min-width: 70px;
}

main .table td {
	padding: 10px;
	white-space: nowrap;
}

main .table td.edit-link {
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	width: 70px;
	max-width: 70px;
	min-width: 70px;
}

main .table td.edit-link a {
    color: #666 !important;
    text-decoration: none !important;
}

main .table td.post-status {
	vertical-align: middle;
	width: 130px;
	max-width: 130px;
	min-width: 130px;
}

.post-status span {
	background-color: #ddd;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 5px 10px 5px 10px;
	text-align: center;
	text-transform: uppercase;
}

td.post-status span {
	display: block;
	font-size: 10px;
}

.post-status span.pending {
	background-color: #d9edf7;
	color: #000;
}

.post-status span.publish {
	background-color: #dff0d8;
	color: #000;
}

.post-status span.tendering-open {
	background-color: #d9edf7;
	color: #000;
}

.post-status span.awarded {
	background-color: #dff0d8;
	color: #000;
}

main .table td.awarded, 
main .table td.bid-count {
    text-align: center;
	width: 80px;
	min-width: 80px;
}

main .table .title .td-grid-layout {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 5px;
}

main .table .title .star {
    display: flex;
    font-size: 16px;
    align-items: center;
    justify-content: center;
}

main .table .title a {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none !important;
}

main .table td.name {
	width: 150px;
	min-width: 150px;
}

main .table td.type, 
main .table td.action, 
main .table td.ip {
	width: 150px;
    max-width: 150px;
	min-width: 150px;
}

main .table td.date-time {
	width: 150px;
	max-width: 150px;
	min-width: 150px;
}

main .table td.date {
	width: 125px;
	max-width: 125px;
	min-width: 125px;
}

main .table td.total-recipients {
	width: 125px;
	max-width: 125px;
	min-width: 125px;
}

main .table td.email {
	width: 150px;
	max-width: 150px;
	min-width: 150px;
}

main .table td.phone {
	width: 100px;
	max-width: 100px;
	min-width: 100px;
}

main .table th.checkbox {
	width: 60px;
	max-width: 60px;
	min-width: 60px;
}

main .table td.checkbox {
    padding-left: 0px !important;
    padding-right: 0px !important;
	width: 60px !important;
	max-width: 60px !important;
	min-width: 60px !important;
}

main .table tr.failure td {
    color: red;
}

main .table-pagination {
	display: table;
	line-height: 30px;
	margin: 0px auto 25px auto;
	padding: 0px !important;
	height: 30px;
}

main .table-pagination .fas {
	display: inline-block;
	line-height: 30px;
	margin: 0px;
	height: 30px;
}

main .table-pagination .previous-page button, 
main .table-pagination .next-page button {
    background-color: transparent !important;
    border: none !important;
	display: block;
	float: left;
	font-size: 24px;
	line-height: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
	height: 30px;
}

main .table-pagination .previous-page button {
	margin: 0px 15px 0px 0px;
}

main .table-pagination .next-page button {
	margin: 0px 0px 0px 15px;
}

main .table-pagination .page-count {
	display: block;
	float: left;
	line-height: 30px;
	margin: 0px !important;
	padding: 0px;
	height: 30px;
}

main .dashicons-star-filled {
    color: #DCE100;
}

main .table-row-limit select {
	display: inline !important;
	padding: 0px !important;
	width: 60px !important;
	height: 30px !important;
}

.access-table {
    font-size: 12px !important;
}

.access-table td:first-child {
    font-weight: bold;
}

.access-table .fa-check {
    color: green;
}

.access-table .fa-times {
    color: red;
}

/* Campaigns */

.submission-office-logo {
    display: block;
}

.submission-office-logo img {
    display: block;
    margin: 0px auto 0px auto;
    width: auto;
    max-width: 250px;
    height: auto;
}

/* Notes */

.note {
    border-top: dotted 1px #ccc;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
    width: 100%;
}

.note:first-of-type {
    border-top: none;
}

.note .note-header {
    color: #888;
    font-size: 11px;
    margin-top: 15px;
}

.note .note-header strong {
    font-weight: normal;
    text-decoration: underline;
}

.note .note-content {
    overflow-x: auto;
    overflow-y: hidden;
    max-height: 300px;
    word-wrap: break-word;
}

.note .note-content p {
    padding-top: 10px;
    margin-bottom: 0px;
}

.note .note-full-text {
    display: none;
}

.note blockquote {
	border-top: solid 2px #ddd;
	border-bottom: solid 2px #ddd;
	margin: 30px 30px 15px 30px;
	padding: 0px 15px 15px 15px;
}

.note ul, 
.note ol {
    margin-top: 15px;
    margin-bottom: 15px;
}

main .note .expand-note, 
main .note .collapse-note {
    color: #666 !important;
    padding: 5px;
    text-align: center;
    text-decoration: none !important;
    width: 100%;
}

main .note .expand-note:hover, 
main .note .collapse-note:hover {
	background-color: #f4f4f4;
	background-image: none;
}

.note .expand-note {
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.85), #fff);
    display: none;
	margin-top: -25px;
    position: relative;
    bottom: 0px;
    width: 100%;
	z-index: 100;
}

.note .collapse-note {
    clear: both;
    float: left;
    display: none;
    margin-bottom: 15px;
    width: 100%;
}

/* Navigation Tabs */

main .nav-tabs {
    border: none !important;
}

main .nav-tabs .nav-item .nav-link {
    color: #666 !important;
    text-decoration: none !important;
    vertical-align: middle !important;
}

main .nav-pills .nav-item {
    border-radius: 0px;
    margin-top: 1px;
}

main .nav-pills h2 {
    margin: 0px;
    padding: .5rem 1rem;
}

main .nav-pills .nav-item .nav-link {
    border-radius: 0px;
}

main .nav-pills .nav-item .nav-link:hover {
    background-color: #eee;
}

main .nav-pills .nav-item .nav-link.active {
    background-color: #a1493a;
    color: #fff !important;
}

main .nav-pills .nav-item .nav-link {
    color: #666 !important;
    text-decoration: none !important;
    vertical-align: middle !important;
}

main .nav-tabs .nav-item .nav-link .dashicons {
    margin-right: 5px;
    vertical-align: middle;
}

main .tab-content {
    background-color: #fff;
    border-top: solid 1px #dee2e6;
    border-left: solid 1px #dee2e6;
    border-right: solid 1px #dee2e6;
    border-bottom: solid 1px #dee2e6;
    margin-top: -1px !important;
    padding: 1.5% 1% 1% 1%;
}

main .tab-content.no-border {
    border: none !important;
}

main .tab-content h2 {
    color: #000 !important;
    font-size: 16px !important;
}

main .tab-content .accordion {
    border: none !important;
}

main .tab-content .accordion-toggle {
    background-color: #f8f8f8;
    border: solid 1px #ddd;
}

/* Login */

main #login-page {
    width: 100%;
    height: 100%;
}

main .login-box {
	background-color: #fff;
    border-radius: 10px;
	box-shadow: 3px 3px 15px rgba(0,0,0,0.2);
	margin: 0px auto 0px auto;
	padding: 25px;
	width: 100%;
	max-width: 480px;
}

main .login-box form {
	float: left;
	width: 100%;
}

main .login-box label {
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-transform: uppercase;
}

main .login-box input[type=text],
main .login-box input[type=tel],
main .login-box input[type=email],
main .login-box input[type=password],
main .login-box select {
    background-color: #fbfbfb;
    border: solid 1px #ddd;
    display: block;
    margin: 0px 0px 15px 0px;
    padding: 10px;
    width: 100%;
}

main .login-box input[type=submit] {
	background-color: #343399;
	border: none;
	border-radius: 5px;
	color: #fff;
	float: right;
	margin: 15px 0px 15px 0px;
	padding: 6px 20px 6px 20px;
}

/* Footer */

footer {
	padding-top: 50px;
	padding-bottom: 50px;
}

footer .company-name {
	margin-bottom: 15px;
}
