:root {
	--main-font: "Helvetica Neue",Helvetica,Arial,sans-serif;;
}
  

body {
	font-size: 12px;
}

/* Mouse */
.pointer {cursor: pointer;}

table {
	font-size: 12px;
}

.btn {
	font-size: 12px;
}

li a {
	font-size: 12px;
}

.tablepager {
	border-style: solid;
	border-width: 1px;
	border-color: #dddddd;
	margin: auto;
}
td .tablepager {
	padding: 5px;
}

.nav-item > ul {
	padding-left: 10%;
}

.navbar-default {
	padding-top: 15px;
	padding-bottom: 15px;
}

#filter_form > div > div > label {
	text-align: left;
}

.pagermy {
	padding-bottom: 150px;
}

#dropdownMenu1 {
	margin: 20px 0 0 0;
}

.actionmenu {
	right: 0;
	left: inherit;
}

.table > tbody > tr > td {
	vertical-align: middle;
	text-align: right;
}

.control-label {
	text-align: left !important;
}
.popover-title {
	font-size: 10px;
}
.popover-content {
	font-size: 10px;
}
.nav-tabs {
    margin-bottom: 20px;
}

/* Invoice main table */

#tableinvoice td, th {
	text-align: right;
}

.red {
	color: red;
}
.green {
	color: green;
}

#tablecreditinvoice td, th {
	text-align: right;
}

/* Status table */

.table>tbody>tr.active>td {
	background-color: transparent;
}

.active {
	background-color: #f3f3f3;
}
.table-striped>tbody>.active:nth-of-type(odd) {
    background-color: #e6e6e6;
}
.sent {
	background-color: #dbf1d6;
}
.table-striped>tbody>.sent:nth-of-type(odd) {
    background-color: #e5efe7;
}
.overdue {
	background-color: #f1d6d6;
}
.table-striped>tbody>.overdue:nth-of-type(odd) {
    background-color: #efe5e5;
}
.inactive {
	background-color: #f1d6d6;
}
.table-striped>tbody>.inactive:nth-of-type(odd) {
    background-color: #efe5e5;
}
.deleted {
	background-color: #f1d6d6;
}
.table-striped>tbody>.deleted:nth-of-type(odd) {
    background-color: #efe5e5;
}
.paid {
	background-color: #b3c5e5;
}
.table-striped>tbody>.paid:nth-of-type(odd) {
    background-color: #d0d7e2;
}
.invoiced {
	background-color: #ece0ce;
}
.table-striped>tbody>.invoiced:nth-of-type(odd) {
    background-color: #efebe5;
}
.pending {
	background-color: #e2b3e5;
}
.table-striped>tbody>.pending:nth-of-type(odd) {
    background-color: #e2d0e2;
}
.published {
	background-color: #dbf1d6;
}
.table-striped>tbody>.published:nth-of-type(odd) {
    background-color: #e5efe7;
}



.statusmenu {
	height: 20px;
	font-size: 12px;
	min-width: 80px;
	max-width: 120px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: right;
}

.tableselectmenu {
	height: 20px;
	font-size: 12px;
	min-width: 80px;
	max-width: 120px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: right;
	border: 0;
	background-color: transparent;
	box-shadow: none;
}

.actionbtn {
	padding: 2px 6px;
}
.expandbtn {
	padding: 2px 6px;
}
/* Monetization table */

.resultinput {
	max-width: 50px;
	background: transparent;
	border-style: solid;
	border-color: grey;
	border-width: 0 0 1px 0; 
}

.currencymenu {
	height: 20px;
	font-size: 12px;
	min-width: 50px;
	padding: 0;
}
.invoicemenu {
	height: 20px;
	font-size: 12px;
}
.invoiceinput {
	height: 20px;
	font-size: 12px;
	max-width: 60px;
}
.invoiceselect {
	height: 20px;
	font-size: 12px;
	max-width: 60px;
}

/* Complaint list table */

#complaintlist > tbody > tr > td {
	padding: 4px;
}

.emailcontent {
	border: 2px solid grey;
    padding: 10px;
    border-radius: 10px;
}

/* Router stats */

.routerstatsdate {
	white-space: nowrap;
}

/* Program campaign */

.listmenu {
	height: 20px;
	font-size: 12px;
	padding: 0;
}
.loaderbg {
	width: 100%;
	height: 100%;
	/*position: absolute;*/
	position: fixed;
	z-index: 1;
	background-color: #8080806b;
}
.loader {
	background-image: url("https://media.giphy.com/media/3oEjI6SIIHBdRxXI40/giphy.gif"); 
	width: 100px; 
	height: 100px; 
	border: 1px solid grey; 
	border-radius: 5px;
	z-index: 10;
	position: fixed;
	top: 50%;
	left: 50%;
	background-repeat: no-repeat;
	background-size: contain;
}

/* Affiliation stats*/

.affiliationtable {
	font-size: 10px;
}

.nowrap  {
	white-space: nowrap;
}

.affstatsactionmenu {
	left: -400%;
}

.affstatsinput {
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	width: 50px;
	border: 0;
	background-color: transparent;
	border-bottom: 0.5px solid gray;
	text-align: right;
}

.affiliationtable > tfoot > tr > td {
	text-align: right;
	font-weight: bold;
}

.campaigns-row {
	padding-left: 8%;
}

.affclosurecampaignstable {
	margin-bottom: 0;
	font-size: 10px;
}

/* Monetization stats */

.templateactionmenu {
	left: -250%;
}

/* Highlights */

.highlights-box {
    padding:  10px;
}
.highlights {
	border: 1px solid grey;
    border-radius: 5px;
    padding: 20px;
    background-color: #c5c5c540;
    box-shadow: 0px 1px 1px grey;
}

/* Create */
.inline > .form-group {
	float: left;
}
.inline > :nth-child(2) {
	width: 80%;
}

/* Input on the table */

.value-input input {
	max-width: 100px;
    border-radius: 5px;
    border: 1px solid grey;
}

.table-cell-image  {
	max-width: 100px;
	max-height: 30px;
}

/* Bubble */

.bubble {
	font-family: var(--main-font);
	font-size: 0;
	position: absolute;
	z-index: 1000;
	left: inherit;
	margin-bottom: 0;
	transition: all 1s ease-out;
	max-height: 0;
	max-width: 0;
	overflow: auto;
}

.micro {
	font-size: 0
}

.auto {
	max-height: 1000px;
	max-width: 1000px;
	font-size: 12px;
}

/* Color */
.blue {
	color: blue;
}