/* ----------

Fonts

---------- */

@import url("//hello.myfonts.net/count/2AEA0C");
@font-face {
	font-family: 'thin';
	src: url("../fonts/2AEA0C_0_0.eot");
	src: url("../fonts/2AEA0C_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2AEA0C_0_0.woff") format("woff"), url("../fonts/2AEA0C_0_0.ttf") format("truetype");
}
@font-face {
	font-family: 'light';
	src: url("../fonts/2AEA0C_1_0.eot");
	src: url("../fonts/2AEA0C_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2AEA0C_1_0.woff") format("woff"), url("../fonts/2AEA0C_1_0.ttf") format("truetype");
}
@font-face {
	font-family: 'regular';
	font-weight: normal;
	font-style: normal;
	src: url("../fonts/2AEA0C_2_0.eot");
	src: url("../fonts/2AEA0C_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2AEA0C_2_0.woff") format("woff"), url("../fonts/2AEA0C_2_0.ttf") format("truetype");
}
@font-face {
	font-family: 'bold';
	font-weight: bold;
	font-style: normal;
	src: url("../fonts/2AEA0C_3_0.eot");
	src: url("../fonts/2AEA0C_3_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2AEA0C_3_0.woff") format("woff"), url("../fonts/2AEA0C_3_0.ttf") format("truetype");
}


/* ----------

Layout

---------- */

html {
	position: relative;
}
body {
	font-family: "regular", sans-serif;
	color: #5e6d81;
	-webkit-font-smoothing: antialiased;
	-webkit-font-feature-settings: 'tnum';
	-moz-font-feature-settings: 'tnum';
	-ms-font-feature-settings: 'tnum';
	font-feature-settings: 'tnum';
	min-width: 768px;
}
a {
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
a, a:hover {
	text-decoration: none;
	outline: 0;
}
a:active, a:focus {
	outline: 0;
}
b, strong {
	font-family: 'bold';
	font-weight: bold;
	font-style: normal;
}
.span-link {
	color: #3282c8;
	text-decoration: none;
	border-bottom: 1px solid #d5d9df;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	cursor: pointer;
}
hr {
	border: 0;
	height: 1px;
	background: #eaecef;
	margin: 30px 0;
}
.span-link:hover {
	border-bottom-color: #3282c8;
}
.layout {
	margin: 130px auto 0 50px;
	padding-bottom: 120px;
}
.container-fluid {
	padding: 0 20px;
}
@media (min-width: 1200px) {
	.container-fluid {
		padding-left: 40px;
		padding-right: 40px;
	}
	header > .container-fluid {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.right {
	float: right;
}

.left {
	float: left;
}
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}
#page {
	margin-top: 185px;
}


/* Headings */

h1, h2, h3 {
	font-family: "regular", sans-serif;
}


/* ----------

Helpers

---------- */

.mt-20 {margin-top: 20px !important;}
.mt-30 {margin-top: 30px !important;}
.mt-40 {margin-top: 40px !important;}
.mt-50 {margin-top: 50px !important;}
.mt-60 {margin-top: 60px !important;}
.mt-80 {margin-top: 80px !important;}

.mb-20 {margin-bottom: 20px !important;}
.mb-30 {margin-bottom: 30px !important;}
.mb-40 {margin-bottom: 40px !important;}
.mb-50 {margin-bottom: 50px !important;}
.mb-60 {margin-bottom: 60px !important;}
.mb-80 {margin-bottom: 80px !important;}

.pt-15 {padding-top: 15px !important;}
.pt-20 {padding-top: 20px !important;}

.centered {margin: 0 auto;}

.media-object {
	margin: 0 !important;
	padding: 0 !important;
}
.valign {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}


/* ----------

Buttons

---------- */

button {
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn:focus,
.btn:active {
	outline: none !important;
}
.btn {
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-font-smoothing: antialiased;
}
.btn-default {
	/*color: #666;*/
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default:hover {
	background-color: #fff;
	color: #000;
}
.btn.btn-full {
	/*width: 100%;*/
	-webkit-font-smoothing: antialiased;
}
/*.btn-default:focus,
.btn-default:active,
.btn-default.active,*/
.open>.dropdown-toggle.btn-default {
	background-color: #fff;
}

/* Btn large */

.btn.btn-lg, .btn-group-lg > .btn {
	padding: inherit;
	font-size: 24px;
	line-height: 2.5em;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn svg {
	fill: #fff;
}
.btn.btn-bold {
	font-family: "bold";
	padding: 12px 25px;
	-webkit-font-smoothing: antialiased;
}
.btn.btn-bold .icon {
	margin-left: -5px;
	margin-right: 0 !important;
	-webkit-font-smoothing: antialiased;
}
.btn-primary {
	color: #fff !important;
	background-color: #3282c8 !important;
	-webkit-font-smoothing: antialiased;
}
.btn-primary:hover {
	background-color: #2268b7 !important;
}
.btn-danger {
	-webkit-font-smoothing: antialiased;
}
.btn-danger:hover {
	color: #fff;
	background-color: #cf423e !important;
	border-color: #cf423e;
}

/* Overview button group */

.btn-lg-group .btn {
	height: 62px;
	width: 274px;
	border: 1px solid #fff;
}
.btn-lg-group .icon {
	padding: 0 !important;
	width: 32px;
	height: 32px;
	vertical-align: top;
	margin-top: 12px;
}

/* Switches */

.on-off {
	position: relative;
	width: 42px;
	height: 14px;
	background-color: #d5dae0;
	border: none !important;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-webkit-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.on-off:before {
	content: '';
	width: 18px;
	height: 18px;
	display: block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-background-clip: padding;
	-o-background-clip: padding-box;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	background-color: #fff;
	-webkit-box-shadow: 0 0.5px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0.5px 2px rgba(0, 0, 0, 0.3);
	position: absolute;
	top: -2px;
	right: 26px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.on-off:focus {
	outline: 0;
}
.on-off.active {
	background-color: #79c36a;
}
.on-off.active:before {
	right: -2px;
}

/* Table buttons */

.btn-white {
	border: 1px solid #ccc;
	background-color: #fff  !important;
	color: #333;
}
.btn-white:hover {
	background-color: #fff !important;
}
.table-hover tr:hover .btn-white,
.table.hover tr:hover .btn-white {
	border-color: #999;
}
.table-hover tr:hover .btn-white svg,
.table.hover tr:hover .btn-white svg {
	fill: #636569;
}
.btn-white:hover svg {
	fill: #3181c7 !important;
}

/* Grey button */

.btn-grey {
	border: 1px solid #ccc;
	background-color: #f5f5f5 !important;
	color: #636669 !important;
	-webkit-font-smoothing: antialiased;
}
.btn-grey .icon {
	vertical-align: top;
	margin-top: 5px;
}
a.btn-grey:hover {
	color: #323537 !important;
	border-color: #adadad;
}
a.btn-grey svg {
	fill: #636669;
}
a.btn-grey:hover svg {
	fill: #323537;
}

/* Outlined button */

.btn-outlined {
	border-color: #d5dae0;
	color: #a9b1bb;
}
.btn-outlined:hover {
	border-color: #a9b1bb;
	color: #a9b1bb;
}


/* ----------

Icons

---------- */

.icon {
	display: inline-block;
	fill: #000000;
	width: 16px;
	height: 16px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.icon-arrow-r {
	width: 8px;
	height: 11px;
}
.nav-item .icon {
	vertical-align: baseline;
	position: relative;
	fill: #2d3036;
	margin-right: 0;
}

/* Report Icons */

.bills .icon, .title .icon {
	vertical-align: middle;
	margin-top: -5px;
	fill: #a9b1bb;
}

/* Header Profile Icon */

.dropdown .icon-profile {
	fill: #fff;
	width: 13px;
	height: 14px;
	display: inline-block;
	vertical-align: baseline;
	position: relative;
	top: 1px;
}

/* Icon colors */

.icon-default-light {
	fill: #d5dae0;
}
.icon-default-dark {
	fill: #788595;
}
.icon-red {
	fill: #f1595f;
}
.icon-orange {
	fill: #f6a65e;
}
.icon-chestnut {
	fill: #ce7159;
}


/* ----------

Form Elements

---------- */

input[type="text"],
input[type="email"],
input[type="password"] {
	height: 50px;
	font-size: 20px;
	padding: 5px 15px;
	border: 1px solid #a9b1bb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #333;
}

input[type="text"]:focus, input[type="text"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="password"]:focus,
input[type="password"]:active,
textarea:focus,
textarea:active,
select:focus,
select:active {
	outline: 0;
}

label {
	font-size: 14px;
	font-family: 'bold';
	font-weight: bold;
	color: #333;
}

textarea {
	padding: 10px 15px;
}

.form-control::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #ccc;
	font-family: "regular";
	-webkit-font-smoothing: antialiased;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #ccc;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #ccc;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #ccc;
}


/* ----------

Header

---------- */

header {
	background-color: #2d3036;
	color: #fff;
	height: 50px;
	text-align: center;
	position: relative;
	z-index: 3010;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	min-width: 768px;
}

/* Header Logo */

header .navbar-brand {
	text-transform: uppercase;
	font-family: 'bold';
	font-size: 18px;
	padding: 0;
	height: 50px;
	line-height: 50px;
	color: #fff;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	-webkit-backface-visibility: hidden;
}
header .navbar-brand:hover {
	opacity: 0.55;
	filter: alpha(opacity=55.0);
}

/* Header User Menu */

header .dropdown {
	display: inline-block;
	text-align: left;
	margin-top: 12px;
}
header .dropdown.open .dropdown-toggle {
	opacity: 1;
	filter: alpha(opacity=100);
}
header .dropdown.open .dropdown-menu {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-5px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-5px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
header .dropdown-toggle {
	outline: none !important;
	border: none !important;
	background: none;
	color: #fff;
	font-size: 18px;
	padding-right: 20px !important;
	position: relative;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	opacity: 0.55;
	filter: alpha(opacity=55.0);
	-webkit-backface-visibility: hidden;
}
header .dropdown-toggle:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
header .dropdown-toggle:after {
	content: '';
	content: '';
	width: 0;
	height: 0;
	display: block;
	border-style: solid;
	position: absolute;
	border-width: 6px 5px 0 5px;
	border-color: white transparent transparent transparent;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -3px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
header .dropdown-menu {
	top: 100%;
	margin-top: 17px;
	padding: 10px 0;
	right: 0;
	left: auto;
	margin-right: -12px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #fff;
	-moz-box-shadow: 0 0 8px rgba(50,130,200,.4);
	-webkit-box-shadow: 0 0 8px rgba(50,130,200,.4);
	box-shadow: 0 0 8px rgba(50,130,200,.4);
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	display: block !important;
	border: 1px solid #3282c8;
}
header .dropdown-menu a {
	color: #006eb9;
	padding: 3px 25px;
}
header .dropdown-menu a:hover {
	background-color: #3282c8;
	color: #fff !important;
}
header .dropdown-menu:after {
	content: '';
	content: '';
	width: 0;
	height: 0;
	display: block;
	border-style: solid;
	position: absolute;
	border-width: 0 7px 7px 7px;
	border-color: transparent transparent white transparent;
	position: absolute;
	bottom: 100%;
	right: 9px;
}
header .dropdown-menu:before {
	content: '';
	content: '';
	width: 0;
	height: 0;
	display: block;
	border-style: solid;
	position: absolute;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #3282c8 transparent;
	position: absolute;
	bottom: 100%;
	right: 8px;
}
header div.right .btn-default {
	background-color: #2d3036;
	color: #fff;
	opacity: 0.55;
	filter: alpha(opacity=55.0);
	border-color: #636669;
}
header div.right .btn-default:hover,
header div.right .btn-default:focus,
header div.right .btn-default:active,
header div.right .btn-default.active {
	opacity: 1;
	filter: alpha(opacity=100);
}
header div.right .btn-default .icon {
	vertical-align: sub;
	margin-right: 5px;
}

/* Utility Header */

.utility {
	position: fixed;
	top: 50px;
	left: 50px;
	height: 80px;
	right: 0;
	background-color: #fff;
	padding: 10px 20px;
	border-bottom: 1px solid #d5dae0;
	z-index: 3000;
	line-height: 4em; /* vertical align */
	min-width: 718px;
}

/* Utility Right Heading */

/*
.utility .right.w-search {
	padding-top: 9px;
}
.utility .right p {
	margin: 0 10px 0 0;
	line-height: 40px;
}
*/


/* Utility Right buttons and drop downs */

.utility .btn,
.utility .btn .button-default {
/* 	margin-left: 5px !important; */
	padding-left: 15px !important;
	padding-right: 15px !important;
	height: 40px;
	font-size: 18px;
	font-family: "regular";
	color: #999;
	line-height: 28px; /* vertical align */
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.utility .btn-default .caret {
	margin-left: 15px;
	border-top: 5px solid #5e6d81 !important;
	border-right: 5px solid transparent;
	border-bottom: 0 dotted;
	border-left: 5px solid transparent;
	padding-bottom: 2px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.utility .dropdown-menu {
	min-width: 120px !important;
}

.utility .ico-popover {
	display: inline-block;
	margin-left: 10px;
	line-height: 2.5;
}
.utility .ico-popover .icon {
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin-top: 5px;
	fill: #a9b1bb;
}
.utility .ico-popover:hover .icon {
	fill: #5e6d81;
}
.utility .popover {
	line-height: 150%;
	color: #333;
}

/* Breadcrumbs */

.breadcrumb {
	background-color: transparent;
	padding: 0;
	margin: 0 10px 0 0;
	font-family: "light";
	font-size: 36px;
	float: left;
	white-space: nowrap;
}
.breadcrumb .icon,
.breadcrumb a .icon {
	fill: #a9b1bb;
	height: 16px;
	vertical-align: middle;
	margin: 0 3px 5px 0;
}
.breadcrumb a:hover svg {
	fill: #5e6d81;
}
.breadcrumb li {
	letter-spacing: -0.5px;
	line-height: 65px;
}
.breadcrumb li:before, .breadcrumb .active {
	color: #5e6d81 !important;
	padding: 0 !important;
	content: "" !important;
}
.breadcrumb .select-lg {
	position: relative;
}


/* ----------

Footer

---------- */

footer {
	background-color: whitesmoke;
	border-top: 1px solid #fff;
	-webkit-box-shadow: 0 -1px 1px #d5dae0;
	box-shadow: 0 -1px 1px #d5dae0;
	height: 50px;
}


/* ----------

Login

---------- */

/* Layout overrides */

.body-login {
	background-color: #f5f5f5;
}
.body-login .layout {
	margin-left: 0;
}
.body-login .well {
	background-color: #fff;
}
.login-container {
	position: relative;
}

/* Login */

.login {
	border-color: #d5d9df;
	width: 430px;
	height: 530px;
	position: absolute;
	margin: auto;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	padding: 60px 40px 0 40px;
}
.login-header {
	padding: 0;
	border: none;
	margin-bottom: 36px;
}
.login h1 {
	font-family: "light";
	font-size: 22px;
	letter-spacing: -0.05em;
	line-height: 0.85;
	text-transform: uppercase;
	color: #a9b1bb;
	padding-bottom: 30px;
	border-bottom: 1px solid #d5dae0;
}
.login h1 b {
	font-family: "bold";
	font-size: 36px;
	color: #5e6d81;
}
.login .login-body {
	padding: 0;
}
.login .footer {
	margin-top: 30px;
}
.login .footer a {
	float: right;
	margin-top: 10px;
	line-height: 1;
	color: #3282c8;
	border-bottom: 1px solid #d5d9df;
}
.login .footer a:hover {
	border-bottom-color: #3282c8;
}
.login .footer .btn {
	width: 140px;
	height: 40px;
	font-size: 18px;
}

/* errors */

.login .errors {
	margin: -61px -41px 50px -41px;
	padding: 15px;
	-moz-border-radius: 9px 9px 0 0;
	-webkit-border-radius: 9px 9px 0 0;
	border-radius: 9px 9px 0 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #fddddd;
	border: 1px solid #f6b3b3;
	color: #cc3333;
}
.login .errors p {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1;
}


/* ----------

Highcharts

---------- */

.highcharts-container {
	overflow: visible !important;
}


/* ----------

Forms

---------- */

.form-container {
	color: #333;
}
.form-container h3 {
	font-size: 24px;
	margin-bottom: 30px;
}
.form-container .info {
	padding-left: 42px;
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #d5dae0;
}
.form-container .info svg {
	fill: #3282c8;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 3px;
	left: 0;
}
.form-container .footer {
	margin-top: 30px;
}
.form-container .footer .btn {
	height: 40px;
	font-size: 18px;
	line-height: 1;
	padding: 0 20px;
	color: #fff;
	border: none !important;
}
.form-container .footer .btn:hover {
	border: none !important;
}
.form-container .footer .btn .icon {
	position: relative;
	top: 2px;
	margin-right: 5px;
}

.form-container .footer .btn-ok {
	background-color: #96be50 !important;
	margin-right: 2px;
}
.form-container .footer .btn-ok:hover {
	background-color: #7dab3a !important;
}

.form-container .footer .btn-cancel {
	background-color: #bfc4cc !important;
	margin-right: 2px;
}
.form-container .footer .btn-cancel a {
	color: #fff;
}
.form-container .footer a.btn-cancel {
	line-height: 40px;
	margin-right: 2px;
}
.form-container .footer .btn-cancel:hover {
	background-color: #acb2bc !important;
}


/* ----------

Content

---------- */

.content {
	background-color: #fff;
	padding-top: 25px;
}

#main-chart {
	padding-top: 30px;
	background-color: #fff;
}

h4.underline {
	font-family: 'bold';
	font-size: 14px;
	border-bottom: 2px solid #d5dae0;
	width: 100%;
	display: block;
	margin-top: 0;
	padding-bottom: 10px;
	margin-bottom: 5px;
	color: #333;
}
h4.underline span {
	font-family: 'regular';
}
.totals {
	text-align: center;
}
.totals h4.underline {
	text-align: left;
}
.totals div {
	text-align: center;
}
.totals .highcharts-container {
	display: inline-block;
}
.totals .origin,
.totals .services {
	display: inline-block;
	padding-top: 20px;
	margin-bottom: 20px;
}

.title {
	white-space: nowrap;
}


/* Parent Dashboard */

.dashboard .row {
	margin: 0 auto 60px auto;
	padding-top: 70px;
	padding-bottom: 70px;
	border-bottom: 1px solid #d7d7d7;
}


/* Labels */

.company-list .label {
	font-family: 'bold';
	padding: 6px 10px 5px 10px;
}
.company-list .label-status {
	font-size: 12px;
	border-style: solid;
	border-width: 1px;
}
.company-list .label-status {
	font-size: 12px;
	border-style: solid;
	border-width: 1px;
}
.company-list .label-status.label-success {
	border-color: #7dbe6b;
	color: #7dbe6b;
}
.company-list .label-status.label-danger {
	border-color: #e30613;
	color: #e30613;
}


/* Reports */

.figures-wrap {
	color: #5e6d81;
	font-size: 0;
	margin-bottom: 40px;
}
.figures-wrap + div{
	margin-top: 0 !important;
}
.figures-wrap .ammount {
	float: left;
	clear: left;
}
.figures-wrap .row {
	clear: both;
}
.figures-wrap .row + .row {
	margin-top: 30px;
}
.figures-wrap em {
	font-style: normal;
	font-size: 60px;
	font-family: "light";
	display: block;
	line-height: 1;
	letter-spacing: -0.02em;
	float: left;
	clear: left;
}
.figures-wrap em:before {
	font-size: 40px;
}
.figures-wrap em.eur {
	margin-left: -30px;
}
.figures-wrap em small {
	font-size: 40px;
}
.figures-wrap section {
	display: inline-block;
	width: 49.5%;
	padding-top: 20px;
	font-size: 14px;
	vertical-align: top;
}
.figures-wrap .title {
	color: #a9b1bb;
	width: 100%;
	display: block;
	line-height: 1.5;
}

@media (max-width: 1250px) and (min-width: 1320px) {
	.figures-wrap em {
		font-size: 40px;
	}
	.figures-wrap em:before, .figures-wrap em small {
		font-size: 25px;
	}
}
.figures-wrap .row {
	margin: 0;
}

/* Detailed Report Page */

.range.active {
	background-color: #3282c8;
	border-color: #3282c8;
	color: #fff;
	/*   box-shadow: none; */
}

/* Summary */

.ammount {
	font-family: "light";
	font-size: 56px;
	line-height: 1;
	letter-spacing: -1px;
	color: #788595;
}
.ammount.large {
	font-size: 64px;
	letter-spacing: -2px;
}
.ammount small {
	font-size: 60%;
}
.ammount em {
	font-style: normal;
}

/* Trends */

.trends-arrow {
	line-height: 1;
	display: inline-block;
	vertical-align: baseline;
	margin-right: -10px;
	font-size: 75%;
	position: relative;
}
.trends-arrow.trends-arrow-up {
	color: #f1595f;
	top: 3px;
}
.trends-arrow.trends-arrow-down {
	color: #7dbe6b;
}
.trend-pos {
	color: #7dbe6b;
}
.trend-neg {
	color: #f1595f;
}

.pie {
	width: 100%;
	text-align: center;
}
@media (max-width: 1320px) {
	#totals {
		margin-top: 0;
	}
}

#totals {
	width: 100%;
}

#totals section {
	width: 16.6667%;
	text-align: center;
	float: left;
	margin: 10px 0 40px 0;
}
@media (max-width: 1200px) {
	#totals section {
		width: 33.3333% !important;
	}
}

#totals .title {
	margin-bottom: 10px;
	color: #a9b1bb;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
#totals .controls > * {
	display: inline-block;
	vertical-align: middle;
}
#totals .trends {
	font-size: 14px;
	margin-left: 2px;
}
#totals .trends .up,
#totals .trends .down {
	position: relative;
	padding-left: 14px;
	font-family: "bold";
}
#totals .trends .up:before,
#totals .trends .down:before {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	margin-top: 1px;
	width: 0;
	height: 0;
	content: '';
	border-style: solid;
}
#totals .trends .up:before {
	border-width: 0 6px 10px 6px;
	border-color: transparent transparent #d5dae0 transparent;
}
#totals .trends .down:before {
	border-width: 10px 6px 0 6px;
	border-color: #d5dae0 transparent transparent transparent;
}
/* trend colors */
/*
#totals .trends.active .percent.up {
				color: #e30613;
}
#totals .trends.active .percent.down {
				color: #7dbe6b;
}
*/
#totals .on-off {
	margin-right: 5px;
}
#totals .ammount {
	height: 40px;
	font-family: "light";
	font-size: 40px;
	margin-bottom: 10px;
	margin-top: 8px;
}
#totals .ammount em {
	color: #a9b1bb;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

#totals .ammount em:before, #totals .ammount em small {
	font-size: 25px;
}
#totals .on .title {color: #5e6d81;}
#totals .on.abroad em {color: #5e6d81;}
#totals .on.country em {color: #f1595f;}
#totals .on.roaming em {color: #f6a65e;}
#totals .on.calls em {color: #9d66a8;}
#totals .on.data em {color: #5b9bd4;}
#totals .on.sms em {color: #7dbe6b;}

#totals .active .up:before {
	border-color: transparent transparent #e30613 transparent;
}
#totals .active .down:before {
	border-color: #7dbe6b transparent transparent transparent;
}

@media (max-width: 1250px) and (min-width: 1320px) {
	#totals .ammount {
		font-size: 30px;
	}
	#totals .ammount:before, #totals .ammount span {
		font-size: 15px;
	}
}


/* Overview */

.badges {
	text-align: center;
	font-size: 0;
	padding: 50px 0 60px 0;
	border-bottom: 1px solid #d7d7d7;
}
.circle-wrap {
	display: inline-block;
}
.circle {
	width: 280px;
	height: 280px;
	display: block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-background-clip: padding;
	-o-background-clip: padding-box;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	background-color: #fff;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	margin: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	vertical-align: top;
}
.circle .highcharts-container {
	position: absolute;
	top: -5px !important;
	left: 0;
}
.circle .circle-content {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 35px;
	position: absolute;
	top: 0;
	left: 0;
}
.circle.circle-grey {
	background-color: #a9b1bb;
	color: #fff;
	border: none;
}
.circle.circle-grey .icon {
	fill: #fff;
}
.circle.circle-grey .ammount {
	color: #fff;
}
.circle.circle-grey em {
	color: #fff !important;
}
.circle .icon {
	margin-right: 0;
	width: auto;
	height: 48px;
	margin-bottom: 25px;
}
.circle em {
	font-style: normal;
}
.circle .title {
	display: block;
	line-height: 1;
}
.circle .title + em {
	font-size: 20px;
	font-family: "light";
	color: #a9b1bb;
	line-height: 1;
}
.circle .ammount {
	margin-bottom: 28px;
}

/* Overview page Other Costs adjustment */

.circle-block {
	margin: 20px auto;
}
.circle-block * {
	display: inline-block;
	font: 24px 'regular';
	color: #788595;
}
.circle-block small {
	font-size: 100%;
}
.circle-block .icon {
	display: none;
	float: left;
	margin-right: 10px;
	width: 32px;
	height: 32px;
}

@media (max-width: 1420px) {
	.circle-block {
		display: block;
		width: 100%;
		height: 120px;
		color: #5e6d81;
		border-top: 1px solid #eaecef;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		text-align: left;
		margin: 0;
		padding: 0;
		padding-top: 35px;
		vertical-align: middle;
	}
	.circle-block .col-md-12 {
		padding: 0;
	}
	.circle-block .icon {
		display: block;
		float: left;
		width: 48px;
		height: 48px;
		margin-right: 20px;
		margin-left: 30px;
	}
	.circle-block .title {
		font-family: 'thin';
		font-size: 32px;
	}
	.circle-block .ammount {
		float: right;
		text-align: right;
		margin: 0;
		padding-right: 30px;
		font-family: "light";
		font-size: 56px;
	}
	.circle-block small {
		font-family: 'light';
		font-size: 60%;
	}
}

@media (max-width: 1420px) {
	.badges {
		padding: 0;
	}
	.circle-wrap {
		display: block;
	}
	.circle-wrap .highcharts-container {
		display: none;
	}
	.circle {
		display: block;
		width: 100%;
		height: 120px;
		color: #5e6d81;
		border-top: 1px solid #eaecef;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		text-align: left;
		margin: 0;
		padding: 0;
		vertical-align: middle;
	}
	.circle .title {
		font-family: 'thin';
		font-size: 32px;
	}
	.circle .icon {
		width: 48px;
		height: 48px;
		float: left;
		margin-right: 20px;
		margin-left: 30px;
	}
	.circle .ammount {
		float: right;
		text-align: right;
		margin: 0;
		padding-right: 30px;
	}

	/* Gray circle */

	.circle.circle-grey {
		background: none;
		color: #5e6d81;
		height: 120px;
	}
	.circle.circle-grey .icon {
		fill: #a9b1bb;
		margin-left: 30px;
	}
	.circle.circle-grey em {
		color: #a9b1bb !important;
	}
	.circle.circle-grey .ammount {
		color: #788595;
	}
}

/* Limits */

.limit-item .icon {
	fill: #a9b1bb;
	vertical-align: middle;
	margin-right: 5px;
}
.limit-item .title {
	color: #a9b1bb;
}
.limit-item .ammount {
	font-family: "thin";
	font-size: 9vw;
}
.limit-item .ammount small {
	font-size: 50%;
}
@media (max-width: 1200px) {
	.limit-item .ammount {
		font-size: 140px;
	}
}


/* Bill titles */

.bill-item .title {
	color: #a9b1bb;
}
.bill-item .title svg {
	fill: #a9b1bb;
}


/* Overview bills */

.bills::before, .bills::after {
	display: table;
	content: " ";
}
.bills::after {
	clear: both;
}
.bills {
	padding: 30px 20px;
	margin-right: 0 !important;
	margin-left: 0 !important;
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 60px;
	clear: both;
}
.bills .icon {
	fill: #a9b1bb;
	vertical-align: middle;
}
.bills .title {
	color: #a9b1bb;
	line-height: 1.5;
}
.bills .title a {
	color: #3282c8;
	text-decoration: none;
	border-bottom: 1px solid #d5d9df;
}
.bills .title a:hover {
	border-bottom-color: #3282c8;
}
.bills .bill-item {
	display: block;
	vertical-align: top;
	margin: 20px 0;
	line-height: 1;
	clear: both;
}
.bills .bill-item .ammount small {
	font-size: 66%;
}
.bills .circle-small {
	width: 75px;
	height: 75px;
	display: block;
	line-height: 75px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-background-clip: padding;
	-o-background-clip: padding-box;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	border: 1px solid #d7d7d7;
	color: #7dbe6b;
	font-size: 32px;
	font-family: "light";
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
}
.bills .bill-graph {
	position: relative;
}

.bills2 {
	border-top: 1px solid #d7d7d7;
	margin-bottom: 0;
}
.bills2 > * {
	display: inline-block;
	vertical-align: middle;
	margin: 10px 20px;
	text-align: left;
}
#reportsList {
	border: none;
	padding: 30px 0;
}

.top .btn {
	margin-top: 15px;
	float: right;
}
.top .btn .icon {
	height: 16px;
}

.report-bills {
	text-align: center;
	margin-bottom: 50px;
}
.report-bills .report-bill {
	text-align: center;
	margin-bottom: 30px;
	text-align: left;
	display: inline-block;
	margin: 0 20px;
}
.report-bills .report-bill .title {
	color: #a9b1bb;
	padding-left: 32px;
}
.report-bills .report-bill em {
	color: #3282c8;
	letter-spacing: -0.04em;
}
.report-bills .report-bill .icon {
	height: 16px;
	width: 16px;
	fill: #a9b1bb;
	vertical-align: middle;
}

/* Top Ten Bills */

.top-bills h4 {
	margin-bottom: 20px;
}
.top-bill {
	display: block;
}
.top-bill + .top-bill {
	margin-top: 15px;
}
.top-bill dl {
	overflow: hidden;
	margin-bottom: 0;
}
.top-bill dt, .top-bill dd {
	font-weight: normal;
}
.top-bill dt {
	float: left;
	color: #333;
}
.top-bill dt a {
	text-decoration: none !important;
	border-bottom: 1px solid #d5d9df;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.top-bill dt a:hover {
	border-bottom-color: #3282c8;
}
.top-bill dd {
	float: right;
	color: #3282c8;
}
.top-bill .stripe {
	display: block;
	width: 100%;
	height: 4px;
	margin-top: 3px;
	background-color: #f5f5f5;
	position: relative;
}
.top-bill .stripe b {
	position: absolute;
	height: 100%;
	display: block;
	/*width: 10%;*/
	left: 0;
	top: 0;
	background-color: #3282c8;
}


/* ----------

Sidebar

---------- */

#sidebar {
	width: 50px;
	display: block;
	background-color: whitesmoke;
	border-right: 1px solid #d7d7d7;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	padding: 85px 10px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	/*text-align: center;*/
	padding-left: 17px;
	z-index: 3005;
}
#sidebar .nav-item {
	display: inline-block;
	position: relative;
	width: 24px;
	height: 24px;
}
#sidebar .nav-item:hover svg {
	fill: #3282c8;
}
#sidebar .nav-item:hover .popup {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
#sidebar .nav-item + .nav-item {
	margin-top: 25px;
}


/* Notification */

#sidebar .notification {
	width: 50px;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
	margin-bottom: 20px;
	font-size: 0; /* y-position fix */
	text-align: center;
}
#sidebar .notification .icon {
	width: 50px;
	margin-bottom: 10px;
}
#sidebar .notification .badge {
	position: relative;
	font-family: "bold";
	font-size: 12px;
}
/* active */
#sidebar .notification.on .icon {
	fill: #999;
}
#sidebar .notification.on:hover .icon {
	fill: #3282c8;
}
#sidebar .notification.on .badge {
	background-color: #eb5b61;
}
/* inactive */
#sidebar .notification.off {
	pointer-events: none;
}
#sidebar .notification.off .icon {
	fill: #ccc;
}
#sidebar .notification.off .badge {
	background-color: #ccc;
}


/* Tooltip */

.popup {
	position: absolute;
	width: auto;
	height: 26px;
	top: 0%;
	left: 100%;
	margin-top: -5px;
	margin-left: 8px;
	padding: 0 10px;
	font-family: "bold";
	font-size: 13px;
	line-height: 26px;
	white-space: nowrap;
	color: #fff;
	background-color: #181818;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-o-background-clip: padding-box;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	opacity: 0;
	z-index: 200;
	filter: alpha (opacity=0);
	visibility: hidden;
	-webkit-transform: translate(5px, 0);
	-ms-transform: translate(5px, 0);
	-o-transform: translate(5px, 0);
	transform: translate(5px, 0);
}
.popup:before {
	content: '';
	width: 0;
	height: 0;
	display: block;
	border-style: solid;
	position: absolute;
	border-width: 5px 5px 5px 0;
	border-color: transparent #181818 transparent transparent;
	position: absolute;
	right: 100%;
	top: 50%;
	margin-top: -5px;
}

/* Actions button + popup */

td .btn-white {
	width: 40px;
	height: 30px;
	text-align: center;
}
.btn-white svg {
	display: inline-block;
	margin: 0;
	width: 16px;
	height: 16px;
	fill: #ccc;
}
.btn-white .popup {
	top: auto;
	bottom: 100%;
	left: 50%;
	margin-left: 0;
	margin-bottom: 10px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);

}
.btn-white .popup:before {
	border-width: 5px 5px 0 5px;
	border-color: #2d3036 transparent transparent transparent;
	top: 100%;
	margin-top: 0;
	left: 50%;
	margin-left: -3px;
}
.btn-white:hover .popup {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}


/* ----------

Tabs

---------- */

.nav-tabs.nav-justified {
	border-bottom: 1px solid #d5dae0;
	margin-bottom: 45px;
}
.nav-tabs.nav-justified > li > a {
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
	border-bottom: 2px solid #fff;
	padding: 15px 0;
}
.nav-tabs.nav-justified > li > a:hover {
	background: none;
	border-bottom: 2px solid #a9b1bb;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
	border-bottom: 2px solid #5e6d81;
}
.nav-tabs.nav-justified > .active > a:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(94, 109, 129, 0);
	border-top-color: #5e6d81;
	border-width: 10px;
	margin-left: -10px;
}
.nav-tabs.nav-justified > li > a > .icon {
	width: 32px;
	height: 32px;
	fill: #bfc5cd;
	padding: 0;
	pointer-events: none;
}
.nav-tabs.nav-justified > .active > a > .icon {
	fill: #5e6d81;
}
.nav-tabs.nav-justified > li > a > .tab-label {
	padding: 5px 0;
	color: #999;
}
.nav-tabs.nav-justified > li.active > a > .tab-label {
	color: #333;
}

@media (max-width: 1024px) {
	.nav-tabs.nav-justified > li > a > .icon {
		width: 24px;
		height: 24px;
	}
}


/* Trends labels */

.label {
	font-family: 'bold';
	padding: 6px 10px 5px 10px;
}
.label-trends {
	margin-top: -8px;
	font-size: 12px;
	background-color: #fff;
	border-style: solid;
	border-width: 1px;
}
.label-trends.label-success {
	border-color: #7dbe6b;
	color: #7dbe6b;
}
.label-trends.label-danger {
	border-color: #e30613;
	color: #e30613;
}
.label-trends.label-neutral {
	border-color: #d5dae0;
	color: #a9b1bb;
}
.label-trends.label-neutral a {
	color: #3282c8;
	border-bottom: 1px solid #d5d9df;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.label-trends.label-neutral a:hover {
	color: #3282c8;
	border-bottom: 1px solid #3282c8;
}

/* Status Labels */

.label-status {
	/*
					font-size: 14px;
					font-family: 'regular';
	*/
	font-weight: normal;
	padding: 5px 10px;
	background-color: #fff;
	width: auto;
	min-width: 80px !important;
}
.label-status.label-active {
	border: 1px solid #7dbe6b;
	color: #7dbe6b;
}
.label-status.label-inactive {
	border: 1px solid #e30613;
	color: #e30613;
}
button .label-status {
	font-size: 12px;
	top: -3px !important;
}
.dropdown-menu .label-status {
	position: relative;
	top: -1px !important;
}

@media (max-width: 1024px) {
	.summary {
		margin-bottom: 80px !important;
	}
	.ammount.large {
		font-size: 60px;
	}
}



/* ----------

Tables

---------- */

.table {
	font-size: 14px;
	border-bottom: 1px solid #eaecef;
}
.table td, .table th {
	vertical-align: middle !important;
	text-align: right;
}
.table td:first-of-type, .table th:first-of-type,
.table td.text-left, .table th.text-left {
	text-align: left;
}
.table td.text-right, .table th.text-right {
	text-align: right;
}
th {
	font-family: 'bold';
	color: #333;
}
th a {
	color: #333 !important;
	text-decoration: none !important;
}
.table thead > tr > th {
	border-bottom: 2px solid #eaecef;
}
.table tbody > tr > td {
	border-bottom: 1px solid #eaecef;
	border-top: none;
	color: #333;
}
.table td a {
	text-decoration: none !important;
	border-bottom: 1px solid #d5d9df;
}
.table td a:hover {
	border-bottom-color: #3282c8;
}
.table th:hover {
	/*background-color: #f5f5f5 !important;*/
	border-bottom: 2px solid #a9b1bb;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.table-hover tr:hover td {
	background-color: #ebf6fb !important;
	color: #000;
	-webkit-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

/* DataTables overrides */

table.dataTable thead th,
table.dataTable tbody td {
	padding: 10px;
}
table.dataTable.no-footer {
	border-bottom: none;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
	padding-right: 20px;
}
table.dataTable.hover tbody tr:hover,
table.dataTable.hover tbody tr.odd:hover,
table.dataTable.hover tbody tr.even:hover,
table.dataTable.display tbody tr:hover,
table.dataTable.display tbody tr.odd:hover,
table.dataTable.display tbody tr.even:hover {
	background-color: #ebf6fb;
	-webkit-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.dt-responsive tr:hover td {
	color: #000;
}
.hideColumn {
	display: none;
}
table.dataTable.order-column tbody tr>.sorting_1 {
	background-color: #f5fafd;
}
table.dataTable.display tbody tr:hover>.sorting_1,
table.dataTable.display tbody tr.odd:hover>.sorting_1,
table.dataTable.display tbody tr.even:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover>.sorting_1 {
	background-color: #e2f1f9;
	-webkit-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.dataTables_wrapper .dataTables_length > label {
	font-family: 'regular';
	font-weight: normal;
	font-style: normal;
}
.dataTables_wrapper .input-sm {
	font-size: 14px;
	margin: 0 5px;
}

/* Datatables loader */

.dataTables_wrapper .dataTables_processing {
	position: fixed !important;
	top: 74px !important;
	margin-left: -50%;
	margin-top: 0;
	padding: 0;
	font-size: 14px;
	background: none;
	z-index: 9999;
}
.dataTables_wrapper .dataTables_processing p {
	font-family: 'bold';
	color: #333;
	width: 90px;
	margin: 0 auto;
	padding: 4px 10px;
	background: rgba(255, 249, 196, 1);
	border: 1px solid #fdd835;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* Datatables page length */

.dataTables_wrapper .dataTables_length {
	float: left;
	padding-top: 25px;
}
.dataTables_wrapper .dataTables_length label {
	color: #999;
}

/* Datatables pagination */

.dataTables_wrapper .dataTables_paginate .paginate_button {
	min-width: auto;
	padding: 0;
	margin: 0;
	border: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	border: none;
	background-color: none;
	background: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:focus,
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
	box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .pagination>li>a {
	min-width: 35px;
	color: #3282c8;
}
.dataTables_wrapper .dataTables_paginate .pagination>.active>a {
	color: #fff;
}
.dataTables_wrapper .dataTables_paginate .pagination>li>a:active {
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.dataTables_wrapper .dataTables_paginate .pagination>.disabled>a,
.dataTables_wrapper .dataTables_paginate .pagination>.disabled>a:hover,
.dataTables_wrapper .dataTables_paginate .pagination>.disabled>a:focus {
	color: #999;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	border: none;
}

/* Datatables search */
.dataTables_filter {
	display: none;
}


/* ----------

Bootstrap overrides

---------- */

.table>tbody>tr.warning>td {
	background-color: #ffffe5;
}

.table .status-new td {
	font-family: 'bold';
	color: #3282c8;
}
.table .status-new a {
	color: #3282c8;
}
.table + .text-center {
	padding: 45px 0;
}
.table + .text-center > * {
	vertical-align: middle;
}
.table + .text-center span {
	display: inline-block;
	line-height: 42px;
	margin-right: 10px;
}
.table td .dropdown-menu > li > a {
	text-decoration: none !important;
	border-bottom: none !important;
}
.table-wrapper {
	padding: 0 20px;
}
#reports .table-wrapper {
	padding: 0;
}
.table-wrapper .btn-toolbar {
	margin: 0;
}
.tab-pane .table-wrapper {
	padding: 0;
}
.table-responsive {
	color: #333;
}
.table-responsive thead tr th {
	padding: 10px;
	line-height: 14px;
}
.table-responsive tbody > tr > td {
	padding: 10px;
}

/* bootstrap hack: fix content width inside hidden tabs */
.tab-content > .tab-pane:not(.active),
.pill-content > .pill-pane:not(.active) {
  display: block;
  height: 0;
  overflow-y: hidden;
}


/* Bulk actions */

thead.bulk-actions {
	background-color: #f5f5f5;
	border: 1px solid #d5dae0;
}
thead.bulk-actions > tr {
	height: 48px;
}
thead.bulk-actions > tr > th:first-child {
	width: 36px;
}
thead.bulk-actions > tr > th {
	padding-top: 3px;
	padding-bottom: 3px;
}
thead.bulk-actions > tr > th:hover {
	background-color: #f8f8f8;
}
thead.bulk-actions > tr > th span {
	font-family: 'regular';
	font-weight: normal;
	font-style: normal;
}
thead.bulk-actions span.title {
	margin-right: 30px;
}
thead.bulk-actions span.total {
	color: #3282c8;
}
thead.bulk-actions select {
	width: 200px;
	display: inline-block;
	margin: 0 5px 0 10px;
	font-family: 'regular';
	font-weight: normal;
	font-style: normal;
}

/* Tags */

.tag {
	width: 94px;
	height: 29px;
	line-height: 27px;
	text-align: center;
	display: inline-block;
	background-color: #f5f5f5;
	border: 1px solid #cbcbcb;
	color: #cbcbcb;
	font-weight: bold;
}
.tag.tag-new {
	background-color: #ecf5e9;
	border-color: #7dbb69;
	color: #7dbc6a;
	-webkit-box-shadow: inset 0 1px 0 white;
	box-shadow: inset 0 1px 0 white;
}
@media (max-width: 900px) {
	.tag {
		width: 70px;
	}
}

.report-table {
	margin-bottom: 10px;
}
.report-table th, .report-table td {
	padding: 12px 10px;
	height: auto;
	line-height: 1.5;
	color: #333;
	text-align: right;
}
.report-table th:first-child, .report-table td:first-child {
	text-align: left;
}
.report-table th:last-child, .report-table td:last-child {
	min-width: 120px;
}
.report-table .thead td {
	font-family: "bold";
	border-bottom-width: 2px;
}
.report-table .thead td:last-child {
	color: #3282c8;
}
.report-table .spaced td {
	padding-top: 70px;
}
.report-table .total td {
	padding: 30px 10px;
	font-family: "bold";
	background-color: #f5f5f5;
}
.report-table .total td:last-child {
	font-size: 26px;
	color: #3282c8;
}
.report-table + small {
	font-size: 12px;
	color: #a9b1bb;
	display: block;
	padding-top: 20px;
}
@media (max-width: 1240px) {
	.report-table + small {
		margin-bottom: 30px;
	}
}
table#reports-list td.text-right,
table#reports-list th.text-right {
	width: 96px;
}

.table-details {
	color: #333;
	border: none;
}
.table-details th {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.table-details td {
	padding: 15px 0 14px 0 !important;
}


/* ----------

Graphs

---------- */

#graph {
	background-color: #fff;
	position: relative;
	z-index: 0 !important;
	overflow: hidden;
	min-height: 450px;
}

#bigGraphLoaderWrap {
	position: absolute;
}

#bigGraphLoaderWrap #mask {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	opacity: 0;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
}

#bigGraphLoaderWrap.show #mask {
	opacity: 0.7;
}

#bigGraphLoaderWrap #loaderContent {
	position: relative;
	top: 38%;
	text-align: center;
	opacity: 0;
	z-index: 99;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
}

#bigGraphLoaderWrap #loaderContent h1 {
	font-size: 32px;
	color: #5e6d81;
	margin-bottom: 0;
}

#bigGraphLoaderWrap #loaderContent p {
	font-size: 16px;
	color: #a9b1bb;
}

#bigGraphLoaderWrap.show #loaderContent {
	opacity: 1;
}


/* Large graph tooltip */

.tooltip-large-graph {
	display: none;
	min-width: 200px;
	height: 415px !important;
	padding: 0 10px;
	font-size: 14px;
	font-family: 'regular';
	color: #a9b1bb;
	background: #fbfbfb;
	border-top: 1px solid #eef0f3;
	border-right: 1px solid #d5dae0;
	border-left: 1px solid #d5dae0;
	border-bottom: 1px solid #eef0f3;
	top: 30px !important;
	bottom: 20px;
}
.tooltip-large-graph:before,
.tooltip-large-graph:after {
	content: " ";
	color: #000;
	opacity: 0.15;
	height: 100%;
	position: absolute;
	top: 0;
	width: 25px;
}
.tooltip-large-graph:before {
	box-shadow: -25px 0 25px -25px inset;
	left: -25px;
}
.tooltip-large-graph:after {
	box-shadow: 25px 0 25px -25px inset;
	right: -25px;
}
.tooltip-large-graph .date {
	padding-top: 10px;
	color: #5f5f64;
	float: none;
}
.tooltip-large-graph .date:after {
	display: none !important;
}
.tooltip-large-graph .section {
	padding-top: 5px;
}
.tooltip-large-graph .section span {
	display: block;
	font-size: 36px;
	line-height: 36px;
	font-family: 'light';
}
.tooltip-large-graph .section span small {
	font-size: 75%;
}
.tooltip-large-graph .section span .currency {
	display: inline;
	font-size: 25px;
}

#graph-labels {
	height: 47px;
	font-size: 12px;
	padding: 10px 20px 20px 20px;
	overflow: hidden;
	color: #999;
}
#graph-labels #start-date {
	float: left;
}
#graph-labels #end-date {
	float: right;
}

/* Reports */

.graph-reports {
	text-align: center !important;
}
.graph-reports > div {
	width: 200px;
	height: 200px;
}

/* UPDATES */

#invoice-discount {
	width: 87px;
	height: 87px;
	position: absolute;
	right: 0;
	top: 0;
}

#invoice-discount .bill-discount-perc-value {
	position: absolute;
	right: 0;
	top: 0;
	width: 85px;
	text-align: center;
	margin-top: 32px;
	color: #7dbe6b;
	font-size: 24px;
}

.figures-wrap .ammount .eur {
	position: relative;
}

#prevReport, #nextReport {
	position: absolute;
	right: -15px;
	top: 50%;
	display: block;
}
#prevReport:before, #nextReport:before {
	content: '';
	display: block;
	border-style: solid;
	border-width: 6.5px 7px 6.5px 0;
	border-color: transparent #5e6d81 transparent transparent;
}

#nextReport:before {
	border-width: 6.5px 0 6.5px 7px;
	border-color: transparent transparent transparent #5e6d81;
}

#prevReport:hover, #nextReport:hover {
	opacity: 0.7;
}

#prevReport.disabled:before {
	border-color: transparent #d5dae0 transparent transparent;
}
#nextReport.disabled:before {
	border-color: transparent transparent transparent #d5dae0;
}

#prevReport {
	right: auto;
	left: -15px;
}


/* Invoice Details Graphs */

.totals text,
.graph-reports text,
.invoice-details-graphs text {
	font-family: 'regular';
	font-weight: normal !important;
	font-style: normal !important;
}

.totals text b,
.graph-reports text b,
.invoice-details-graphs text b {
	font-family: 'bold' !important;
	font-weight: bold;
	font-style: normal !important;
}


/* Well */

.well {
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #f7f7f7;
	margin: 0 auto;
}
.well h3 {
	font-family: "regular";
	margin-top: 0;
	margin-bottom: 20px;
}
.well h3 b,
.well h3 strong {
	font-family: 'bold';
	font-weight: bold;
	border-bottom: 1px solid #d5d9df;
}
.well input {
	background-color: #fff;
}


/* Reports Loader */

.reload-overlay {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #2d3036;
	opacity: 0.95;
	filter: alpha(opacity=95.0);
	z-index: 4000;
}
.reload-content {
	position: absolute;
	top: 45%;
	width: 100%;
	font-size: 16px;
	color: #a9b1bb;
	text-align: center;
	z-index: 4100;
}


/* Load/Delete Reports */

.manage-reports.well {
	width: 580px;
	padding: 50px 40px 100px 40px;
	margin-top: 200px;
	color: #333;
}
.manage-reports.well .info {
	padding-left: 42px;
	position: relative;
	margin-bottom: 30px;
}
.manage-reports.well .info svg {
	fill: #3282c8;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 3px;
	left: 0;
}
.manage-reports.well .content-wrap {
	border-top: 1px solid #d5dae0;
	padding-top: 30px;
}
.manage-reports.well .btn-grey {
	height: 50px;
	vertical-align: middle;
	background-color: #eee !important;
	padding: 15px;
	border: 1px solid #a9b1bb;
	margin-left: 0;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.manage-reports.well .btn-grey:hover .icon {
	fill: #323537;
}
.manage-reports.well .file-caption {
	height: 50px;
	line-height: 35px;
	color: #333;
	font-size: 20px;
	border: 1px solid #a9b1bb;
	border-right: none;
}

.manage-reports.well .glyphicon {
	display: none;
}
.well label {
	font-family: 'bold';
}
.well .field {
	margin-bottom: 30px;
}

.manage-reports.well .btn-primary,
.manage-reports.well .btn-danger,
.manage-reports.well .btn-cancel {
	height: 40px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 18px;
	line-height: 24px;
	margin-right: 15px;
}
.manage-reports.well .btn-primary .icon,
.manage-reports.well .btn-danger .icon,
.manage-reports.well .btn-cancel .icon {
	position: relative;
	top: 2px;
	margin-right: 2px;
}

.manage-reports.well .btn-cancel {
	color: #fff;
}
.manage-reports.well .btn-cancel:hover {
	background-color: #acb2bc !important;
}

.note.well {
	margin-top: 45px;
}

.well .footer {
	font-size: 16px;
	color: #999999;
}
.well .footer * {
	display: inline-block;
}
.well .footer a {
	color: #3282c8;
	margin-left: 10px;
}
.well .btn-grey {
	width: 55px;
}


/* File Input */

.btn-file {
	position: relative;
	overflow: hidden;
}

.btn-grey .icon-folder {
	margin: 0;
	fill: #636669;
}

.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 999px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	background: red;
	cursor: inherit;
	display: block;
}

.file-caption-disabled {
	background-color: #EEEEEE;
	cursor: not-allowed;
	opacity: 1;
}

.file-input .btn[disabled], .file-input .btn .disabled {
	cursor: not-allowed;
}

.file-input-new .file-preview, .file-input-new .close, .file-input-new .glyphicon-file, .file-input-new .fileinput-remove-button, .file-input-new .fileinput-upload-button {
	display: none;
}

.loading {
	background: transparent url('../img/loading.gif') no-repeat scroll center center content-box !important;
}

.wrap-indicator {
	font-weight: bold;
	color: #245269;
	cursor: pointer;
}

.manage-reports #notifications
{
	margin: -51px -41px 20px -41px;
	padding: 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.login #notifications {
	min-height: 60px;
	margin: -61px -41px 20px -41px;
	padding: 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;	
}

.manage-reports .errors *:last-child,
.manage-reports .alert-danger *:last-child,
.manage-reports .alert-success *:last-child {
	margin-bottom: 0;
}

.manage-reports .errors {
	background-color: #fddddd;
	border: 1px solid #f6b3b3;
	color: #cc3333;
}

.manage-reports .alert-success {
	background-color: #dff0d8;
	border: 1px solid #d6e9c6;
	color: #3c763d;
}

.manage-reports .alert button {
	right: auto;
}

.input-error .form-control {
	border-color: #cc3333 !important;
	border-right-color: #cccccc !important;
}
.input-error .btn-file {
	border-color: #cc3333 !important;
	border-left-color: #cccccc !important;
}
.input-error .icon-close, .input-check .icon-check {
	fill: #cc3333;
	margin-top: -8px;
	position: absolute;
	right: 10px;
	top: 50%;
}

.input-check .icon-check {
	fill: #468847;
}


/* Textual pages */

.page-text {
	padding-top: 60px;
}
.page-text h4 {
	font-size: 22px;
	line-height: 120%;
}
.page-text .fussnote {
	font-size: 12px;
	color: #666;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
}


/* Terms page */

.page-text ol {
	-webkit-padding-start: 20px;
}
.page-text .numbering {
	padding: 0 10px 0 0;
	font-weight: bold;
}
.page-text .numbered {
	margin-top: 30px;
}
.page-text .numbered ol {
	list-style-type: none;
	padding: 0 !important;
}
.page-text ol.numbered > li {
	font-weight: bold;
	padding-bottom: 40px;
}
.page-text ol.numbered > li > ol:first-of-type {
	margin-top: 15px;
}
.page-text ol.numbered > li > ol {
	font-weight: normal;
	color: #666;
}
.page-text .numbered > li {
	line-height: 180%;
	padding-bottom: 20px;
}

/* User Groups User */

.users-total-wrapper {
	float: right;
	position: relative;
	top: -40px;
}
.users-total {
	width: auto;
	height: auto;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
	color: #ccc;
	font-family: 'bold';
	font-size: 12px;
	padding: 4px 7px 2px 7px;
}
.users-total.active {
	background-color: #3282c8;
	border-color: #3282c8;
	color: #fff;
	box-shadow: none;
}

/* User list */
.user-filters {
	margin-bottom: 20px;
}
.user-filters .search-input {
	height: 34px;
	padding: 0;
	margin-right: 5px;
}
.user-filters .search-input input {
	font-size: 14px;
	font-family: "regular";
	color: #333;
	height: 34px;
	width: 200px;
	border-color: #ccc;
}
.user-filters .search-input input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}
.user-filters .search-input svg {
	position: relative;
	top: -25px;
	left: 170px;
	fill: #999;
}
.user-filters .search-input input:focus + svg {
  fill: #666;
}


/* User list table */
table.user-list {
	min-width: 100%;
}
.user-list td:nth-child(1) {
	text-align: right;
}
.user-list th:nth-child(2),
.user-list td:nth-child(2) {
	text-align: left;
}

/* User list graph */

#topbills-graph {
	height: 300px !important;
	margin-bottom: 50px;
}
.topbills-overlay {
	position: absolute;
	top: 28px;
	left: 15px;
	background-color: #fff;
	opacity: 0.85;
	filter: alpha(opacity=95.0);
	z-index: 4000;
}

.summary .origin {
	display: block;
	position: relative;
	margin: 0 auto;
}
.summary .totals-summary {
	position: absolute;
	right: 0;
	top: -4px;
	width: 100%;
	text-align: center;
	margin-top: 32px;
	color: #5e6d81;
	font-size: 24px;
}
.summary-label {
	margin-top: 8px;
}


/* Tab listings date filter drop downs and buttons */

.filter {
	margin-bottom: 20px;
}
.filter .btn,
.filter .btn .btn-default {
	margin-right: 5px !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
	height: 40px;
	font-size: 18px;
	font-family: "regular";
	color: #999;
	line-height: 28px; /* vertical align */
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.filter .caret {
	margin-left: 15px;
	border-top: 5px solid #5e6d81 !important;
	border-right: 5px solid transparent;
	border-bottom: 0 dotted;
	border-left: 5px solid transparent;
	padding-bottom: 2px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.filter .dropdown-menu {
	min-width: 120px !important;
}


/* Invoice Overview CallMix */

.invoice-summary {
	padding-top: 20px;
	padding-bottom: 60px;
}
.invoice-summary.underlined {
	border-bottom: 1px solid #eaecef;
}
.invoice-summary .icon {
	width: 48px;
	height: 48px;
	margin-bottom: 10px;
}
.invoice-summary .title a {
	border-bottom: 1px solid #d5d9df;
}
.invoice-summary .title a:hover {
	border-bottom-color: #3282c8;
}

@media (max-width: 1200px) {
	.invoice-summary .ammount {
		font-size: 48px;
	}
	.invoice-summary .title {
		/* 		font-size: 13px; */
	}
}
@media (max-width: 1024px) {
	.invoice-summary .icon {
		height: 32px;
	}
	.invoice-summary .ammount {
		font-size: 36px;
	}
	.invoice-summary .title {
		font-size: 12px;
	}
}


/* Invoice Overview tables */

h3.options {
	color: #333;
	padding: 10px !important;
	margin-bottom: 0;
	border-bottom: 2px solid #eaecef;
}
.table-summary {
	padding-top: 0;
}
.table-summary tbody tr:last-child {
	background-color: #f5f5f5 !important;
	font-family: 'bold';
}
.table-summary tbody tr:last-child:hover td {
	background-color: #f0f0f0 !important;
}
.table-summary tbody tr:last-child td:last-child {
	color: #666;
	font-size: 36px;
	font-family: 'regular';
}
table.total {
	margin-top: -15px;
}
table.total tbody tr td {
	font-size: 36px;
	color: #3282c8 !important;
	padding: 30px 10px;
}
table.total tbody tr td span {
	font-size: 24px;
	color: #a9b1bb;
}


/* User search */

span.search-input {
	position: relative;
	margin-left: 8px;
}
span.search-input input {
	font-size: 18px;
	font-family: "regular";
	color: #333;
	height: 40px;
	width: 200px;
	border-color: #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-font-smoothing: antialiased;
}
span.search-input svg {
	position: absolute;
	top: 12px;
	right: 20px;
	fill: #999;
}


/* X-Editable */

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.editable-input select {
		font-size: 16px !important;
	}
}
.editable-input select {
	height: auto !important;
	font-family: 'regular';
}
.editable-input .input-medium {
	height: 30px;
	font-size: 14px;
	padding: 0 10px;
}
.editable-input input:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
}
.editable-buttons .editable-submit,
.editable-buttons .editable-cancel {
	height: 30px;
	padding: 6px 10px;
}


/* Pagination */

.paginator-wrap {
	padding: 0 20px;
	color: #5e6d81;
	height: 35px;
	display: inline-block;
	text-align: center;
	width: 100%;
}
.tab-pane .paginator-wrap {
	padding: 0;
}

.paginator-wrap #items-per-page {
	float: left;
}
.paginator-wrap #go-to-page {
	float: right;
	position: relative;
	top: -79px;
}
.paginator-wrap #page-number {
	position: relative;
	top: -20px;
	width: 600px;
	margin: 0 auto;
}
#items-per-page > div > ul,
#go-to-page > div > ul {
	min-width: 60px;
}
.paginator-wrap .btn-default {
	color: #5e6d81;
}
