#main-content {
	padding-top:30px;
}

#main-content.no-sidebar {
	float:none;
	width:100%;
}

.ct-series-a .ct-area, .ct-series-a .ct-slice-donut-solid, .ct-series-a .ct-slice-pie, .ct-series-a .ct-bar {
	fill:#ffcd55;
}

.ct-series-b .ct-area, .ct-series-b .ct-slice-donut-solid, .ct-series-b .ct-slice-pie, .ct-series-b .ct-bar {
	fill:#02b5b2;
}

#userPermissions label {
	display:block;
}

.navbar-nav a i {
	margin-left:10px;
}

.navbar-nav a span {
	margin-left:10px;
	color:#626262;
}

#navbar-menu .currentPo {
	text-align:right;
	font-size:12px;
}

#navbar-menu .currentPo .poNumber {
	font-weight:bold;
	font-size:14px;
}

#navbar-menu .currentPo a {
	font-size:10px;
}

.navbar-fixed-top .navbar-right {
	width:auto;
}

.navbar-fixed-top .navbar-brand {
	padding-left:0;
	padding-right:0;
	margin-right:0;
}

.sidebar-nav .projectInfo {
	display:inline-block;
	line-height:15px;
}

.sidebar-nav .projectName {
	margin-left:40px;
	font-size:10px;
	color:#cb4498;
}
.sidebar-nav .poNumber {
	margin-left:40px;
	font-size:10px;
	color:#626262;
}

.table tbody tr td, .table tbody th td {
	white-space: normal;
}

#scanner #confirmations {
	margin-top:20px;
	font-size:22px;
}

.time-management-table .date {
	font-size:12px;
	color:#808080;
}

.time-management-table .smallLink {
	color:#737373;
	font-size:12px;
	text-decoration: underline;
}

.time-management-table .confirmedBy {
	font-style: italic;
	color:#737373;
	font-size:12px;
}

#timer i {
	vertical-align: bottom;
	padding-bottom: 30px;
	display: inline-block;
	font-size:28px;
	padding-right:20px;
}

#timer .hours, #timer .minutes {
	font-size:80px;
	color:#cb4498;
	vertical-align:middle;
}

#timer .seconds {
	font-size:20px;
	color:#737373;
	vertical-align: bottom;
	padding-bottom: 25px;
	display: inline-block;
	padding-left: 5px;
}

#timer .sep {
	font-size:50px;
	color:#737373;
	margin:0 5px;
	vertical-align:middle;
}

#timer .sep2 {
	font-size:20px;
	vertical-align: bottom;
	padding-bottom: 26px;
	display: inline-block;
	padding-left: 5px;
}

#scannerStatus p {
	font-weight:bold;
	font-size:16px;
}

.breadcrumb {
	display:none;
}

.fees .elm {
	padding:5px 10px;
}

.fees .elm input {
	vertical-align: middle;
}

.fees .elm label {
	font-size:11px;
	font-weight:normal;
}

.invoices-table .note {
	font-size:11px;
}

.invoices-table .task {
	border-bottom: 1px solid #cacaca;
	padding:5px 10px;
	display:block;
}

#print-page {
	float:right;
	padding-right:34px;
}

#wrapper.print .navbar, #wrapper.print .sidebar {
	display:none;
}

#wrapper.print #main-content {
	float:none;
	width:100%;
	margin-top:0;
}

.employeesNumber {
	font-weight:bold;
	font-size:40px;
}

.working-employees-stop {
	position:fixed;
	right:60px;
	z-index:15;
	font-size:11px;
	opacity: 0.7;
}

.time-management .table-striped tbody tr:nth-of-type(2n), .time-management .table-striped tbody tr:nth-of-type(2n) tr {
	background-color:#fffdb2;
}

.time-management .table-striped tbody tr:nth-of-type(4n+1) {
	background-color:#fff;
}

/****************
 * Stats display
 ****************/

.dashboard-stats .card {
	text-align:center;
	padding:20px;
}

.dashboard-stats .card .bullet {
	width:10px;
	height:10px;
	border-radius:10px;
	display:inline-block;
	margin-right:10px;
	background-color:#28a745;
}
.dashboard-stats .card .bullet.warning {
	background-color:#ff8f00;
}
.dashboard-stats .card .bullet.error {
	background-color:#dc3545;
}

.dashboard-stats .card .title {
	font-weight:bold;
}

.dashboard-stats .card .text {
	color:#b3b3b3;
	background:#fff;
	border-radius: 10px;
	margin-top:5px;
	padding: 5px;
	box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.3);
}

.dashboard-stats .card .supplier-name {
	min-height:45px;
	margin-bottom:20px;
}

.dashboard-stats .card .text.warning, .dashboard-stats .card .text.warning a {
	color:#ff8f00;
}

.dashboard-stats .card .text.error, .dashboard-stats .card .text.error a {
	color:#dc3545;
}

.dashboard-stats .card .text.success, .dashboard-stats .card .text.success a {
	color:#28a745;
}

.dashboard-stats .card .text.warning a, .dashboard-stats .card .text.error a {
	margin:0 10px;
	font-size:16px;
}

.dashboard-stats .bs-container {
	min-height:125px;
}

.card .header .header-dropdown {
	position:static;
	float:right;
}

.blinking {
  -webkit-animation: 1s blink ease infinite;
  -moz-animation: 1s blink ease infinite;
  -ms-animation: 1s blink ease infinite;
  -o-animation: 1s blink ease infinite;
  animation: 1s blink ease infinite;
}
@keyframes "blink" {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

/*.navbar-fixed-top {
	position:static !important;
}*/


/* OVERRIDE MAIN THEME */
h1 {
	font-size:2rem;
}

h2 {
	font-size:1.5rem;
}

.card {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3)
}

.navbar-nav .icon-menu i {
	color:#cb4498;
}

.navbar-brand .logo {
	height:50px;
	padding-left:9px;
}

.loginLogo img {
	margin-right:-130px;
	width:300px;
	max-width:100%;
}

#main-content .container-fluid {
	min-height:460px;
}

.sidebar-nav .metismenu ul a::before {
	content:'';
}

#footer {
	padding-right:30px;
	padding-bottom:20px;
}

#footer img.logo {
	height:25px;
}

#footer .copyright {
	font-size:12px;
	color: #888;
	vertical-align: top;
	display: inline-block;
	line-height: 14px;
}

#footer .logoCopy {
	text-align:right;
}

#horizontalbar-chart-budget g line:nth-child(1) {
	stroke:#bb0404 !important;
}

#budget-gauge {
	max-width:100%;
}

.barcode {
	text-align:center;
}

.barcode div {
	display:inline-block;
}

.desktopContent {
	display:block;
}

.mobileContent {
	display:none;
}

.blink {
	animation:blinkText 1.5s infinite;
}
@keyframes blinkText{
    0%   { opacity: 1; }
    70%   { opacity: 1; }
    71%  { opacity: 0; }
    100%  { opacity: 0; }
}


@media screen and (max-width: 767px) {
	.desktopContent {
		display:none;
	}

	.mobileContent {
		display:block;
	}

	.table-responsive thead {
		display:none;
	}

	.table-responsive tr {
		display:block;
		width:100% !important;
		text-align:center;
	}

	.table-responsive td, .table-responsive tr {
		display:block;
		width:100% !important;
		text-align:center;
	}

	.table-responsive td .text-right {
		text-align:center !important;
	}

    .time-management .table-striped .bs-container {
        border-top:5px solid #fe3511;
    }

	.loginLogo img {
		margin-right:0;
	}

	.add-new {
		text-align:center !important;
		padding-top:10px;
	}

	.add-new a {
		display:inline-block;
		margin-top:10px;
	}

	.card .header .header-dropdown {
		float:none;
		display:block;
		text-align:center;
		margin-top:10px !important;
	}
}