@import
	"https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

[data-notify="container"][class*="alert-pastel-"] {
	border-width: 0px;
	width: auto;
	border-left: 10px solid rgb(255, 240, 106);
}

[data-notify="container"].alert-pastel-success {
	border-left-color: #3c763d;
}

[data-notify="container"].alert-pastel-info {
	border-left-color: #31708f;
}

[data-notify="container"].alert-pastel-danger {
	border-left-color: rgb(255, 103, 76);
}

[data-notify="container"][class*="alert-pastel-"]>[data-notify="title"]
	{
	color: rgb(80, 80, 57);
	display: block;
	margin-bottom: 5px;
	margin-top: 10px;
}

[data-notify="container"][class*="alert-pastel-"]>[data-notify="message"]
	{
	display: inline-block;
	padding-right: 20px;
}

body {
	background-color: #FFF; /*#f7f7f7;*/
	color: #555;
}

form {
	background-color: #FFF;
	/*overflow: auto;*/
}

select {
	max-width: 100%;
}
/** Bottone torna su*/
#myBtn {
	display: none; /* Hidden by default */
	position: fixed; /* Fixed/sticky position */
	bottom: 5px; /* Place the button at the bottom of the page */
	right: 10px; /* Place the button 30px from the right */
	z-index: 99; /* Make sure it does not overlap */
	border: none; /* Remove borders */
	outline: none; /* Remove outline */
	color: white; /* Text color */
	cursor: pointer; /* Add a mouse pointer on hover */
	padding: 15px; /* Some padding */
	border-radius: 10px; /* Rounded corners */
	opacity: 0.6;
}

#myBtn:hover {
	background-color: #555; /* Add a dark-grey background on hover */
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
	padding: 1px;
	margin: 0 1px;
	min-height: 100vh;
	transition: all 0.3s;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	margin-bottom: 80px;
	overflow: auto;
}

.col-xs-9.text-right a {
	font-size: 1.7em;
}

.tile_count .tile_stats_count .count_bottom i {
	width: 12px;
}

.form-control>optgroup {
	font-weight: bold;
}

.navbar-header>.navbar-collapse {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin: 5px 0;
}

.navbar-collapse>img {
	vertical-align: middle;
	width: 100%;
}

.nav>li>a {
	padding: 8px 5px;
}

.nav-link.dropdown-toggle.active {
	background: none;
}

.navbar-icon-top .navbar-nav .nav-link>.fa {
	position: relative;
	width: 36px;
	font-size: 24px;
}

.navbar-icon-top .navbar-nav .nav-link>.fa>.badge {
	position: absolute;
	right: -5px;
	font-family: sans-serif;
}

.navbar-icon-top .navbar-nav .nav-link>.fa {
	top: 3px;
	line-height: 12px;
}

.navbar-brand {
	float: left;
	height: 50px;
	padding: 10px;
	font-size: 18px;
	line-height: 20px;
}

@media ( min-width : 576px) {
	.navbar-icon-top.navbar-expand-sm .navbar-nav .nav-link {
		text-align: center;
		display: table-cell;
		height: 70px;
		vertical-align: middle;
		padding-top: 0;
		padding-bottom: 0;
	}
	.navbar-icon-top.navbar-expand-sm .navbar-nav .nav-link>.fa {
		display: block;
		width: 48px;
		margin: 2px auto 4px auto;
		top: 0;
		line-height: 24px;
	}
	.navbar-icon-top.navbar-expand-sm .navbar-nav .nav-link>.fa>.badge {
		top: -7px;
	}
}

@media ( min-width : 768px) {
	.navbar-icon-top.navbar-expand-md .navbar-nav .nav-link {
		text-align: center;
		display: table-cell;
		height: 70px;
		vertical-align: middle;
		padding-top: 0;
		padding-bottom: 0;
	}
	.navbar-icon-top.navbar-expand-md .navbar-nav .nav-link>.fa {
		display: block;
		width: 48px;
		margin: 2px auto 4px auto;
		top: 0;
		line-height: 24px;
	}
	.navbar-icon-top.navbar-expand-md .navbar-nav .nav-link>.fa>.badge {
		top: -7px;
	}
}

@media ( min-width : 992px) {
	.navbar-icon-top.navbar-expand-lg .navbar-nav .nav-link {
		text-align: center;
		display: table-cell;
		height: 70px;
		vertical-align: middle;
		padding-top: 0;
		padding-bottom: 0;
	}
	.navbar-icon-top.navbar-expand-lg .navbar-nav .nav-link>.fa {
		display: block;
		width: 48px;
		margin: 2px auto 4px auto;
		top: 0;
		line-height: 24px;
	}
	.navbar-icon-top.navbar-expand-lg .navbar-nav .nav-link>.fa>.badge {
		top: -7px;
	}
}

@media ( min-width : 1200px) {
	.navbar-icon-top.navbar-expand-xl .navbar-nav .nav-link {
		text-align: center;
		display: table-cell;
		height: 70px;
		vertical-align: middle;
		padding-top: 0;
		padding-bottom: 0;
	}
	.navbar-icon-top.navbar-expand-xl .navbar-nav .nav-link>.fa {
		display: block;
		width: 48px;
		margin: 2px auto 4px auto;
		top: 0;
		line-height: 24px;
	}
	.navbar-icon-top.navbar-expand-xl .navbar-nav .nav-link>.fa>.badge {
		top: -7px;
	}
}

.navbar-nav {
	float: right;
	margin: 0;
}

.badge {
	padding: 5px;
	font-weight: bold;
	white-space: nowrap;
	color: #ffffff;
	background-color: gray;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.badge:hover {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

.badge-error {
	background-color: #b94a48;
}

.badge-error:hover {
	background-color: #953b39;
}

.badge-warning {
	background-color: #f89406;
}

.badge-warning:hover {
	background-color: #c67605;
}

.badge-success {
	background-color: #468847;
}

.badge-success:hover {
	background-color: #356635;
}

.badge-info {
	background-color: #3a87ad;
}

.badge-info:hover {
	background-color: #2d6987;
}

.badge-inverse {
	background-color: #333333;
}

.badge-inverse:hover {
	background-color: #1a1a1a;
}

.navbar-icon-top .navbar-nav .nav-link>.fa>.badge {
	top: -15px;
}

.input-group .form-control {
	width: unset;
}

.scrollable-menu {
	height: auto;
	max-height: 400px;
	overflow-x: hidden;
}

.pull-left.col-xs-11.col-sm-11.col-md-11.cl-lg-11 {
	font-size: 1.1em;
}

form {
	background-color: #FFF;
}

.col-xs-9.text-right a {
	font-size: 1.5em;
}

.tile_count .tile_stats_count .count_bottom i {
	width: 12px;
}

.form-control>optgroup {
	font-weight: bold;
}

.navbar-header>.navbar-collapse {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin: 5px 0;
}

.navbar-collapse>img {
	vertical-align: middle;
	width: 100%;
}

.nav>li>a {
	padding: 0px;
}

.input-group .form-control {
	width: unset;
}

.scrollable-menu {
	height: auto;
	max-height: 400px;
	overflow-x: hidden;
}

.pull-left.col-xs-11.col-sm-11.col-md-11.cl-lg-11 {
	font-size: 1.1em;
}

.navbar-top-links li {
	display: inline-block;
	padding: 0 2px 0 2px;
}

.navbar-top-links .dropdown-menu li {
	display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
	margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
	padding: 3px 20px;
	min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
	white-space: normal;
}

.navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-tasks,
	.navbar-top-links .dropdown-alerts {
	width: 310px;
	min-width: 0;
}

.navbar-top-links li a#profile {
	display: block;
	font-size: 1.2em;
	position: relative;
	background: none;
	margin: 0;
}

.navbar-top-links li a.dropdown-toggle#profile {
	border: none;
	padding: 3px 1px;
}

.avatar-circle {
	background-color: #00a65a;
	border-radius: 50%;
	height: 40px;
	text-align: center;
	width: 40px;
}

.initials {
	color: #fff;
	font-size: 20px;
	line-height: 40px;
	position: relative;
	top: 0;
}

.user-panel>.image>img {
	height: auto;
	max-width: 38px;
	width: 100%;
}

.fa-fw {
	margin-right: 3px;
}

.lead {
	font-size: 2em;
}

.panel .slidedown .glyphicon, .chat .glyphicon {
	margin-right: 5px;
}

.login-panel {
	margin-top: 25%;
}

.flot-chart {
	display: block;
	height: 400px;
}

.flot-chart-content {
	width: 100%;
	height: 100%;
}

.show-grid [class^="col-"] {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #ddd;
	background-color: #eee !important;
}

.show-grid {
	margin: 15px 0;
}

.huge {
	font-size: 40px;
}

.panel-green {
	border-color: #5cb85c;
}

.panel-green>.panel-heading {
	border-color: #5cb85c;
	color: white;
	background-color: #5cb85c;
}

.panel-green>a {
	color: #5cb85c;
}

.panel-green>a:hover {
	color: #3d8b3d;
}

.panel-red {
	border-color: #d9534f;
}

.panel-red>.panel-heading {
	border-color: #d9534f;
	color: white;
	background-color: #d9534f;
}

.panel-red>a {
	color: #d9534f;
}

.panel-red>a:hover {
	color: #b52b27;
}

.panel-yellow {
	border-color: #f0ad4e;
}

.panel-yellow>.panel-heading {
	border-color: #f0ad4e;
	color: white;
	background-color: #f0ad4e;
}

.panel-yellow>a {
	color: #f0ad4e;
}

.panel-yellow>a:hover {
	color: #df8a13;
}

.text-red {
	color: #dd4b39 !important
}

.text-yellow {
	color: #f39c12 !important
}

.text-aqua {
	color: #00c0ef !important
}

.text-blue {
	color: #0073b7 !important
}

.text-black {
	color: #111 !important
}

.text-light-blue {
	color: #3c8dbc !important
}

.text-green {
	color: #00a65a !important
}

.text-gray {
	color: #d2d6de !important
}

.text-navy {
	color: #001f3f !important
}

.text-teal {
	color: #39cccc !important
}

.text-olive {
	color: #3d9970 !important
}

.text-lime {
	color: #01ff70 !important
}

.text-orange {
	color: #ff851b !important
}

.text-fuchsia {
	color: #f012be !important
}

.text-purple {
	color: #605ca8 !important
}

.text-maroon {
	color: #d81b60 !important
}

.timeline .block {
	margin: 0 0 0 105px;
	border-left: 3px solid #e8e8e8;
	overflow: visible;
	padding: 10px 15px
}

.timeline.widget {
	min-width: 0;
	max-width: inherit
}

.timeline.widget .block {
	margin-left: 5px
}

.timeline .tags {
	position: absolute;
	top: 15px;
	left: 0;
	width: 84px
}

.timeline .tag {
	display: block;
	height: 30px;
	font-size: 13px;
	padding: 8px
}

.timeline .tag span {
	display: block;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis
}

.tag {
	line-height: 1;
	background: #1ABB9C;
	color: #fff !important
}

.tag:after {
	content: " ";
	height: 30px;
	width: 0;
	position: absolute;
	left: 100%;
	top: 0;
	margin: 0;
	pointer-events: none;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	border-left: 11px solid #1ABB9C
}

.timeline h2.title {
	position: relative;
	font-size: 16px;
	margin: 0
}

.timeline h2.title:before {
	content: "";
	position: absolute;
	left: -23px;
	top: 3px;
	display: block;
	width: 14px;
	height: 14px;
	border: 3px solid #d2d3d2;
	border-radius: 14px;
	background: #f9f9f9
}

.timeline .byline {
	padding: .25em 0
}

/**
* Custom Modal window
*/
#myCustomModal>.modal-dialog {
	width: 80% !important;
	margin: 35px auto !important;
}

.centered-modal .in {
	display: flex !important;
}

.centered-modal .modal-dialog {
	margin: auto;
}

/**
* Progress
*/
.progress-description, .info-box-text {
	display: block;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.info-box-text {
	text-transform: uppercase
}

.info-box-more {
	display: block
}

#info .text.block {
	color: #fff;
	font-family: "Poppins";
	font-size: 1em;
}

/*
Custom RGM template
*/
.container-fluid {
	padding: 0;
}

.container-fluid>.row>.col-lg-12>.col-xs-12.col-sm-6.col-md-4.col-lg-3>.panel
	{
	min-height: 170px;
}

.h4, .h5, .h6, h4, h5, h6 {
	margin-bottom: 5px;
	margin-top: 5px;
}

.page-header {
	border-bottom: 1px solid #eee;
	margin: 4px 4px 4px 0px;
	padding-bottom: 2px;
}

.panel-footer {
	background-color: #fff;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top: 1px solid #ddd;
	padding: 10px 20px 10px 5px;
}

.panel-heading {
	padding: 10px 8px;
}

.content-header {
	position: relative;
	padding: 0;
	border-bottom: 1px solid #999;
	margin-bottom: 30px;
}

.h1, .h2, .h3, h1, h2, h3 {
	margin-bottom: 6px;
	margin-top: 4px;
}

.col-lg-12 {
	margin-left: 0px;
	margin-right: 0px;
	padding: 1px;
}

.debug{
	background-color:red !important;
}

.debug-footer {
	grid-area: footer;
	/* Stick footer to bottom of grid */
	position: sticky;
	bottom: 0;
	/* General appearance */
	background-color: #FCFF34;
	text-align: center;
	font-size: 2rem;
	line-height: 1.5;
	padding: .5rem;
}

#sidebar blockquote.collaudo
{
	background-color:red !important;
}

#sidebar blockquote.collaudo small
{
	color:white;
}

label {
	font-family: "Poppins";
	font-weight: 400;
	margin-bottom: 0;
}

.popover-title {
	font-size: 18px;
}

li a.active {
	display: block;
	background-color: #337ab7;
	border-color: #337ab7;
	color: #fff;
}

.dropdown-menu li a.active {
	display: block;
	border-color: #337ab7;
	color: #222d4f;
	background: lightgray;
	font-weight: bold;
}

button, .btn {
	margin: 0 0 1px 1px !important;
}

.btn-group {
	margin: 10px;
}

.dt-buttons.btn-group {
	margin: 0;
}

/*
.navbar-top-links li a {
	color: #337ab7;
	display: block;
	position: relative;
	font-size: 12px;
	padding: 5px;
}
*/
.navbar-top-links li a {
	font-size: 14px;
	color: #222d4f;
	display: block;
	position: relative;
}
/*
.navbar-top-links li a.dropdown-toggle {
	border: 1px solid #CCC;
}
*/
.navbar-top-links li a:active, .navbar-top-links li a:hover {
	color: #000;
	background: none;
}

.dropdown-menu a i {
	font-size: 1.4em;
	padding: 0 4px 0 0;
}

.dropdown-menu.dropdown-user>li i {
	margin: 4px;
}

/*
RGM: 
.col-lg-12>form {
	overflow-x: auto;
}
*/
.panel {
	margin-bottom: 5px;
	/*margin-left: 5px;
	margin-right: 5px;*/
}

#loading {
	display: none;
	text-align: center;
	position: fixed !important;
	background: #BFBFBF;
	opacity: 0.9;
	z-index: 9999;
}

.legend {
	border: 1px solid transparent;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 15px;
	color: #777;
}

.legend ul, .legend ol {
	padding-left: 15px;
}

.navbar-toggle {
	float: unset;
}

.nav-header {
	padding: 8px 8px;
}

.navbar-collapse {
	padding-left: 1px;
}

body.mini-navbar.fixed-sidebar .profile-element, .block {
	display: block !important;
}

.block {
	margin: 2px 0;
}

.navbar-default {
	background-color: transparent;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: #fff !important;
}

.form-control {
	width: auto;
}

.dropdown-menu.animated.fadeInRight.m-t-xs {
	padding: 8px;
}

.dropdown-menu.animated.fadeInRight.m-t-xs a {
	color: #444;
}

#accedi.active {
	background: none !important;
}

.checkbox, .radio {
	display: block;
	position: relative;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3,
	.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
	.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3,
	.col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
	.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3,
	.col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
	.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3,
	.col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	min-height: 1px;
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
}

.row {
	margin-left: 0px;
	margin-right: 0px;
}

.navbar-right {
	float: right !important;
	margin: 6px;
}

.form-control, output {
	color: #555;
	display: block;
	line-height: 1.42857;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th,
	.table>thead>tr>td, .table>thead>tr>th {
	vertical-align: middle;
}

th {
	font-size: 14px;
}

table thead {
	background: rgba(52, 73, 94, 0.94) none repeat scroll 0 0;
	color: #ecf0f1;
}

/** top tiles  */
.tile_count {
	margin-bottom: 20px;
	margin-top: 20px;
}

.tile_count .tile_stats_count {
	border-bottom: 1px solid #D9DEE4;
	padding: 0 10px 0 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	/*	white-space: nowrap;*/
	position: relative;
}

.checkbox label, .radio label, .radio-inline label, .checkbox-inline label
	{
	font-weight: 400;
	margin-bottom: 0;
}

td.checkbox {
	display: table-cell;
}

.form-horizontal {
	background-color: #fff;
	min-height: 100px;
}

.required {
	content: "*";
	color: red;
}

.form-group {
	margin-bottom: 5px;
}

.form-horizontal .form-group {
	margin-left: 0;
	margin-right: 0;
}

.bootbox-body {
	font-size: 1.2em;
}

.tile_count .tile_stats_count:before {
	content: "";
	position: absolute;
	left: 0;
	height: 65px;
	border-left: 2px solid #ADB2B5;
	margin-top: 10px;
}

.tile_count .tile_stats_count .count {
	font-size: 30px;
	line-height: 47px;
	font-weight: 600;
}

.tile_count .tile_stats_count span {
	font-size: 12px;
}

/** Wizard**/
ol.progress-track {
	display: table;
	list-style-type: none;
	margin: 0;
	padding: 2em 1em;
	table-layout: fixed;
	width: 100%;
}

ol.progress-track li {
	display: table-cell;
	line-height: 1em;
	position: relative;
	text-align: center;
}

ol.progress-track li .icon-wrap {
	border-radius: 50%;
	top: -1.5em;
	color: #fff;
	display: block;
	height: 2.5em;
	margin: 0 auto -2em;
	left: 0;
	right: 0;
	position: absolute;
	width: 2.5em;
}

ol.progress-track li .icon-check-mark, ol.progress-track li .icon-down-arrow
	{
	height: 25px;
	width: 15px;
	display: inline-block;
	fill: currentColor;
}

ol.progress-track li .progress-text {
	position: relative;
	top: 20px;
	font-size: 0.9em;
}

ol.progress-track li.progress-done {
	border-top: 3px solid #ccc;
	transition: border-color 1s ease-in-out;
	-webkit-transition: border-color 1s ease-in-out;
	-moz-transition: border-color 1s ease-in-out;
}

ol.progress-track li.progress-done .icon-down-arrow {
	display: none;
}

ol.progress-track li.progress-done.progress-current .icon-wrap {
	background-color: #337AB7;
}

ol.progress-track li.progress-done.progress-current .icon-wrap .icon-check-mark
	{
	display: none;
}

ol.progress-track li.progress-done.progress-current .icon-wrap .icon-down-arrow
	{
	display: block;
}

ol.progress-track li.progress-done .icon-wrap {
	background-color: #ccc;
	border: 5px solid #DDD;
}

ol.progress-track li.progress-todo {
	border-top: 7px solid #DDD;
	color: black;
}

ol.progress-track li.progress-todo .icon-wrap {
	background-color: #FFF;
	border: 5px solid #DDD;
	border-radius: 50%;
	bottom: 1.5em;
	color: #fff;
	display: block;
	height: 2.5em;
	margin: 0 auto -2em;
	position: relative;
	width: 2.5em;
}

ol.progress-track li.progress-todo .icon-wrap .icon-check-mark, ol.progress-track li.progress-todo .icon-wrap .icon-down-arrow
	{
	display: none;
}

/**
* Gestione radiobutton e checkbox
*/
input[type="checkbox"], input[type="radio"] {
	position: absolute;
	right: 9000px;
}

input[type="checkbox"][disabled] ~ span:before, input[type="radio"][disabled]
	~ span:before {
	opacity: 0.4;
}

input[type=radio], input[type=checkbox] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

input[type=radio] ~ label:before, input[type=radio] ~ span:before, input[type=checkbox] 
	 ~ label:before, input[type=checkbox] ~ span:before {
	font-family: FontAwesome;
	display: inline-block;
	content: "\f1db"; /* fa-circle-thin */
	letter-spacing: 10px;
	font-size: 1.2em;
	color: #535353;
	width: 1.4em; /* reduce bounce */
}

input[type=radio]:checked ~ label:before, input[type=radio]:checked ~
	span:before, input[type=checkbox]:checked ~ label:before, input[type=checkbox]:checked 
	 ~ span:before {
	content: "\f00c"; /* fa-check */
	font-size: 1.2em;
	color: darkgreen;
	letter-spacing: 5px;
}

input[type=checkbox] ~ label:before, input[type=checkbox] ~ span:before
	{
	content: "\f096"; /* fa-square-o */
}

input[type=checkbox]:checked ~ label:before, input[type=checkbox]:checked 
	 ~ span:before {
	content: "\f046"; /* fa-check-square-o */
	color: darkgreen;
}

input[type=radio]:focus ~ label:before, input[type=radio]:focus ~ span:before,
	input[type=checkbox]:focus ~ label:before, input[type=checkbox]:focus 
	 ~ span:before, input[type=radio]:focus ~ label, input[type=radio]:focus 
	 ~ span, input[type=checkbox]:focus ~ label, input[type=checkbox]:focus 
	 ~ span {
	color: green; /* highlight both box and label */
}

.slogan {
	margin: 20px;
	text-align: center;
}

/** Media query */
@media ( max-width : 991px) {
	ol.progress-track {
		display: none !important;
	}
	.navbar-header .img {
		display: none;
	}
}

@media ( min-width : 992px) {
	.tile_count .tile_stats_count {
		margin-bottom: 10px;
		border-bottom: 0;
		padding-bottom: 10px;
	}
}

@media ( min-width : 992px) {
	.tile_count .tile_stats_count:first-child:before {
		border-left: 0;
	}
}

@media ( min-width : 768px) {
	.tile_count .tile_stats_count .count {
		font-size: 40px;
	}
}

@media ( min-width : 992px) and (max-width: 1100px) {
	.tile_count .tile_stats_count .count {
		font-size: 30px;
	}
}

@media ( min-width : 768px) {
	.tile_count .tile_stats_count span {
		font-size: 13px;
	}
	.navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-tasks,
		.navbar-top-links .dropdown-alerts {
		margin-left: auto;
	}
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: none;
}