.i-bootstrap * {
    margin: 0;
    padding: 0;
}

.i-bootstrap .row.same-height > [class*='col-'] {
	display: flex;
	flex-direction: column;
}

.i-bootstrap .row.same-height .i-widget {
	height: 100%;
}

.i-bootstrap .row:before, .i-bootstrap .row:after {
	display: none !important;
}

.i-bootstrap h1, .i-bootstrap h2, .i-bootstrap h3 {
	line-height: normal;
}

.i-bootstrap [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.i-bootstrap .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
}

.i-bootstrap .row {
    margin-left: -5px;
    margin-right: -5px;
}

.i-dashboard {
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    background: #090c15;
    min-height: 100vh;
}

#i-top-bar {
    background: #0d121f;
    padding: 10px;
    border-bottom: 1px solid #21273f;
}

#i-top-bar h1 {
    font-size: 1.5em;
    line-height: 1.4em;
    margin: initial;
}

.i-dashboard-content {
    padding: 10px 0;
}

.i-widget {
    background: #121626;
    border: 1px solid #21273f;
    border-radius: 4px;
    position: relative;
    margin-bottom: 10px;
}

.i-widget-header {
    border-bottom: 1px solid #21273f;
}

.i-widget-title-group {
	float: left;
}

.i-widget-header::after {
	content: '';
	display: block;
	clear: both;
}

.i-widget-title {
	font-size: 1em;
}

.i-widget-title-group {
	display: inline-block;
}

.i-widget-title, .i-widget-content {
    padding: 10px;
}

.i-widget-header.has-icon .i-widget-title {
    padding-right: 50px;
}

.i-widget-header .action-group {
	display: inline-block;
	float: right;
	padding: 8px 10px;
}

.i-widget-header .action-group .i-btn {
	background: #222b4b;
    border: 0;
    padding: 4px 5px;
    border-radius: 3px;
    color: #b4b4b4;
    font-size: .8em;
    margin-left: 3px;
}

.i-widget-header .action-group .i-btn.active {
	color: #fff;
    background: #333fff;
}

.i-widget-icon {
    width: 40px;
    height: 35px;
    display: block;
    position: absolute;
    background: #2b34c6;
    top: -5px;
    right: 5px;
    border-radius: 3px;
    text-align: center;
    padding: 8px 0;
    border: 1px solid #333fff;
}

.i-widget-icon.green {
    background: #11e46f;
    border: 1px solid #07ff76;
}

.i-widget-content .i-number {
    font-size: 2em;
    margin-bottom: 5px;
}

.i-widget-content .i-number-online {
    font-size: 3.5em;
    margin-bottom: 0;
    text-align: center;
    margin-bottom: 10px;
}

.i-widget-content.center {
	text-align: center;
}

.i-sub-info-icon {
	font-size: .8em;
    margin-right: 5px;
}

.i-sub-info-increase {
    color: #0acf97;
}

.i-sub-info-decrease {
    color: #fa5c7c;
}

.i-sub-info-increase i {
    margin-right: 3px;
}

.i-sub-info-desc {
    font-size: .8em;
}

#day-of-week {
	font-size: 1.3em;
	margin-bottom: 3px;
}

.i-number-clock {
	margin-bottom: 6px;
	border-bottom: 1px solid #21273f;
	padding-bottom: 5px;
}

.i-percent-bar {
	height: 20px;
	margin-bottom: 1px;
	overflow: hidden;
	border-radius: 6px;
}

.i-percent-bar div {
	float: left;
	height: 100%;
	transition: width 1s;
	-webkit-transition: width 1s;
	font-size: .8em;
	line-height: 2em;
	text-align: center;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, .8);
}

.i-percent-bar .desktop {
	display: inline-block;
    width: 33.33333%;
    background: #e46511;
}

.i-percent-bar .mobile {
	display: inline-block;
    width: 33.33333%;
    background: #12b85c;
}

.i-percent-bar .tablet {
	display: inline-block;
    width: 33.33333%;
    background: #2d38e4;
}

.i-percent-bar-label {
	margin-bottom: 6px;
    text-align: center;
}

.i-percent-bar-label .i-label {
	font-size: .8em;
}

.i-percent-bar-label .i-label::before {
	content: '';
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-right: 5px;
}

.i-percent-bar-label .i-desktop-label::before {
	background: #e46511;
}

.i-percent-bar-label .i-mobile-label::before {
	background: #12b85c;
}

.i-percent-bar-label .i-tablet-label::before {
	background: #2d38e4;
}

.i-percent-bar.i-percent-bar-shadow div {
	color: transparent;
	text-shadow: none;
}

.i-percent-bar.i-percent-bar-shadow .desktop {
	background: rgb(228,101,17);
	background: -moz-linear-gradient(180deg, rgba(228,101,17,0.5) 0%, rgba(228,101,17,0) 50%, rgba(228,101,17,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(228,101,17,0.5) 0%, rgba(228,101,17,0) 50%, rgba(228,101,17,0) 100%);
	background: linear-gradient(180deg, rgba(228,101,17,0.5) 0%, rgba(228,101,17,0) 50%, rgba(228,101,17,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e46511",endColorstr="#e46511",GradientType=1);
}

.i-percent-bar.i-percent-bar-shadow .mobile {
	background: rgb(18,184,92);
	background: -moz-linear-gradient(180deg, rgba(18,184,92,0.5) 0%, rgba(18,184,92,0) 50%, rgba(18,184,92,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(18,184,92,0.5) 0%, rgba(18,184,92,0) 50%, rgba(18,184,92,0) 100%);
	background: linear-gradient(180deg, rgba(18,184,92,0.5) 0%, rgba(18,184,92,0) 50%, rgba(18,184,92,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#12b85c",endColorstr="#12b85c",GradientType=1);
}

.i-percent-bar.i-percent-bar-shadow .tablet {
	background: rgb(45,56,228);
	background: -moz-linear-gradient(180deg, rgba(45,56,228,0.5) 0%, rgba(45,56,228,0) 50%, rgba(45,56,228,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(45,56,228,0.5) 0%, rgba(45,56,228,0) 50%, rgba(45,56,228,0) 100%);
	background: linear-gradient(180deg, rgba(45,56,228,0.5) 0%, rgba(45,56,228,0) 50%, rgba(45,56,228,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2d38e4",endColorstr="#2d38e4",GradientType=1);
}

.ellipsis {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.i-sub-info.ellipsis {
	color: #6d6f79;
}

.i-browser-pie-chart-label-group {
	font-size: .7em;
}

.i-browser-pie-chart-label-group .i-label {
	margin-bottom: 3px;
}

.i-browser-pie-chart-label-group .i-label::before {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 100%;
	display: inline-block;
	border: 1px solid #fff;
	margin-right: 5px;
}

.i-browser-pie-chart-label-group .i-chrome-label::before {
	background: #0cb99a;
}

.i-browser-pie-chart-label-group .i-firefox-label::before {
	background: #f57619;
}

.i-browser-pie-chart-label-group .i-edge-label::before {
	background: #096cd2;
}

.i-browser-pie-chart-label-group .i-safari-label::before {
	background: #d9d711;
}

.i-browser-pie-chart-label-group .i-opera-label::before {
	background: #e30000;
}

.i-browser-pie-chart-label-group .i-other-label::before {
	background: #7b7b7b;
}

.i-widget-content .i-number.total-visit-number {
	font-size: 2.5em;
}

.i-percent-bar-label table {
	width: 100%;
}

.i-percent-bar-label table td {
	text-align: center;
}

.i-percent-bar-label table .percent-number {
	font-size: .8em;
}

.i-percent-bar-label table .percent-number td::before {
	content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 5px;
}

@media (max-width: 575.98px) {
	.i-widget-title-group {
		float: none;
	}

	.i-widget-header::after {
		content: '';
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.i-widget .i-number.i-number-clock {
		font-size: 2.5em;
		line-height: 2em;
	}
	
	#day-of-week {
		font-size: 2em;
    	line-height: 2em;
	}
	
	#date {
		font-size: 1.4em;
	}
	
	.i-widget-content .i-number-online {
		font-size: 4.2em;
	}
	
	.i-widget-content .i-number.total-visit-number {
		font-size: 3.5em;
	}
}