html {
	width: 100%;
	height: 100%;
}

body {
	padding-top: 50px;
	min-width: 320px;
}

h1.inline, h2.inline, h3.inline, h4.inline, h5.inline, h6.inline {
	display: inline-block;
	margin: 0;
}

.starter-template {
	padding: 40px 15px;
	text-align: center;
}

.header-company-logo {
	position: relative;
	float: left;
	margin-top: -10px;
	margin-right: 10px;
	margin-left: -10px;
	height: 40px;
	width: 40px;
	border-radius: 4px !important;
	overflow: hidden;
	background: #ddd;
}

.header-profile-icon {
	position: relative;
	float: left;
	margin-top: -6px;
	margin-right: 10px;
	height: 32px;
	width: 32px;
	border-radius: 3px !important;
	overflow: hidden;
	background: #ccc;
	opacity: 0.9;
}

a:hover > .header-profile-icon {
	opacity: 1;
}

.header-vodafone-ribbon {
	position: relative;
	margin: 0 10px;
	height: 50px;
	width: auto;
}

h3.page-title.back-btn-visible > span {
	position: relative;
	top: 3px;
}

div.page-title {
	line-height: 32px;
	margin-top: 20px;
	margin-bottom: 10px;
}

div.page-title > a.btn-back {
	margin-right: 10px;
}

div.page-title > h3.inline > span {
	position: relative;
	top: 4px;
}

/** region NAVBAR */
.navbar .navbar-brand {
	color: #ccc !important;
}

.navbar .navbar-toggle {
	float: left !important;
	margin: 8px 15px !important;
}

.nav.navbar-nav li .btn-group > .btn {
	padding: 14px 10px 8px 10px;
	color: #9d9d9d;
	text-decoration: none;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > .btn-group > .btn:focus, .navbar-inverse .navbar-nav > li > .btn-group > .btn:hover {
	background-color: rgba(255, 255, 255, 0.1);
	color: #ffffff;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > .btn-group > .btn, .navbar-inverse .navbar-nav > .active > .btn-group > .btn:focus,
.navbar-inverse .navbar-nav > .active > .btn-group > .btn:hover {
	background-color: #337ab7;
	color: #ffffff;
}

.nav.navbar-nav .dropdown-menu {
	border-radius: 0 0 4px 4px;
	margin-top: 0;
	padding: 8px 0;
}

.navbar-inverse .navbar-nav > li.separator > span {
	display: block;
	position: relative;
	background-color: #555555;
	width: 3px;
	border-radius: 2px;
	height: 28px;
	margin: 12px 6px 10px;
}

.input-medium {
	width: 250px;
}

/** endregion NAVBAR */

.form-control.form-control-short,
.input-group .form-control.form-control-short {
	width: 128px;
	max-width: 100%;
}

.form-control.form-control-medium,
.input-group .form-control.form-control-medium {
	width: 256px;
	max-width: 100%;
}

.form-control.form-control-long,
.input-group .form-control.form-control-long {
	width: 400px;
	max-width: 100%;
}

.form-control.form-control-really-long,
.input-group .form-control.form-control-really-long {
	width: 600px;
	max-width: 100%;
}

.page-subheader .pull-right {
	padding-bottom: 8px;
}

.form-action {
	padding: 15px;
}

.login .form-action {
	padding: 0 !important;
}

.page-subheader .input-group {
	display: inline-table !important;
}

.page-subheader .pull-right > .btn {
	margin-left: 10px;
}

.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;
}


.dropdown-menu > li > a.disabled,
.dropdown-menu > li > a:disabled {
	color: #aaaaaa !important;
	cursor: default !important;
	background-color: transparent !important;
}

.avatar-container {
	height: 130px;
	padding: 15px 0;
}

.avatar-div {
	position: absolute;
}

.btn-avatar {
	position: absolute;
	background-color: #fff;
	border-radius: 15px;
	padding: 5px 8px;
	cursor: pointer;
	box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
	transition: all 0.3s;
}

.btn-avatar:hover {
	background-color: #337ab7;
	color: #fff;
}

.btn-avatar.cancel {
	right: -15px;
	bottom: -15px;
	padding: 5px 10px;
}

.btn-avatar.upload {
	right: -15px;
	top: -15px;
}

.avatar-container .image-div {
	width: 100px;
	height: 100px;
	box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
}


.input-icon {
	position: relative;
}

.input-icon > i {
	color: #ccc;
	display: block;
	position: absolute;
	margin: 11px 2px 4px 10px;
	z-index: 3;
	width: 16px;
	height: 16px;
	font-size: 16px;
	text-align: center;
}

.input-icon > .form-control {
	padding-left: 33px;
}

.text-overflow {
	max-width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

td.details-control {
	min-width: 110px !important;
	width: 110px !important;
	max-width: 110px !important;
}

@media screen and (max-width: 767px) {
	.nav.navbar-nav li[role=separator] {
		margin: 10px 20px;
		height: 1px;
		background-color: #ccc;
		border-bottom: 1px solid #555;
	}

	/*.navbar .navbar-brand {
		font-size: 13px;
	}*/
}

body.__download {
	height: 100%;
	color: white;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000222+0,111111+100 */
	background: #222222; /* Old browsers */
	background: -moz-linear-gradient(top, #222222 10%, #111111 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #222222 10%, #111111 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #222222 10%, #111111 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#111111', GradientType=0); /* IE6-9 */
}

body.download {
	height: 100%;
	width: 100%;
	max-width: 100%;
	background: #222222;
}

body.download .page,
body.download .page-subheader {
	color: white;
}

body.download .navbar.navbar-inverse {
	border-color: transparent;
}

body.download .breadcrumb {
	background-color: #343434;
}

body.download .breadcrumb > .active {
	color: #aaaaaa;
}

body.download img.img-rounded {
	box-shadow: 0 4px 20px 0 #000 !important;
}

body.download .page .btn.btn-xl {
	padding: 14px 32px;
	font-size: 1.4em;
}

body.download .page .btn.btn-xl > span {
	display: inline-block;
	margin: 0 16px 0 0;
}

body.download .page {
	position: relative;
}

body.download .page > .page-content {
	position: relative;
	z-index: 10;
}

body.download .page > .page-content img {
	max-width: 480px;
	width: 100%;
}

body.download .page *::selection {
	background-color: #669FDF;
}

body.download .page *::-moz-selection {
	background-color: #669FDF;
}

body.download .page .text-muted::selection {
	color: #bbb;
}

body.download .page h1 > small::selection {
	color: #bbb;
}

body.download .page .text-muted::-moz-selection {
	color: #bbb;
}

body.download .page h1 > small::-moz-selection {
	color: #bbb;
}

@media screen and (max-width: 767px) {
	body.download .page > .page-content img {
		max-width: 320px;
	}

	body.download .page h1 {
		font-size: 1.6em;
		line-height: 1.0;
	}
}

textarea.privacy-policy-textarea {
	resize: vertical;
	min-height: 200px;
	max-height: 600px;
}

dt, dd {
	padding-bottom: 4px;
}

@media (min-width: 768px) {
	.dl-horizontal dt {
		white-space: normal !important;
	}
}

img#qr-code {
	width: 250px;
	height: 250px;
}

/**
	LICENSE DROPDOWN
 */
.nav.navbar-nav li .btn-group.license-dropdown > .btn.dropdown-toggle {
	padding-bottom: 14px;
}

.license-dropdown .dropdown-menu,
.panel .license {
	width: 341px;
}

.license-dropdown .license-progress-item,
.panel .license .license-progress-item {
	position: relative;
	padding: 8px 20px;
	line-height: 24px;
	height: 40px;
}

.license-dropdown .license-progress-item > *,
.panel .license .license-progress-item > * {
	overflow: hidden;
	text-overflow: ellipsis;
}

.license-dropdown .license-progress-item > .license-item-name,
.panel .license .license-progress-item > .license-item-name {
	position: relative;
	max-width: 100px;
	display: inline-block;
}

.license-dropdown .license-progress-item > .license-item-progress,
.panel .license .license-progress-item > .license-item-progress {
	position: absolute;
	top: 50%;
	left: 130px;
	right: 80px;
	margin-top: -4px;
}

.license-dropdown .license-progress-item > .license-item-state,
.panel .license .license-progress-item > .license-item-state {
	position: relative;
	float: right;
	max-width: 60px;
	display: inline-block;
}

.license-dropdown .license-progress-item > .license-item-state > b,
.panel .license .license-progress-item > .license-item-state > b {
	font-size: 16px;
}

.progress.license-progress,
.progress.license-progress > .progress-bar {
	height: 8px;
	border-radius: 4px;
}

.panel ul.license {
	list-style: none outside none;
	margin-left: -40px;
}

.panel ul.license > li.license-progress-item {
	padding: 8px 20px 8px 0;
}

.page-container {
	position: relative;
	margin: 0 -10px;
}

.page-container > * {
	position: relative;
	margin: 0 10px;
	padding: 10px 0;
}

@media (min-width: 1025px) {
	.page-container > .page-aside {
		float: left;
		width: 360px;
	}

	.page-container > .page-content {
		margin-left: 400px;
	}
}

@media (min-width: 768px) {
	.dl-horizontal dd {
		word-break: break-word;
	}
}
