.text {
	min-width: 250px;
  max-width: 100%;
}
h1 {
	font-size: 16pt;
}
h2 {
	font-size: 15pt;
}
h3 {
	font-size: 14pt;
}
input.text, .dropdown {
	padding:2px;
}	
.password-field,#generate_password {
	display: none;
}
.errortext {
	font-weight: bold;
	color:red;
}	
.errorfield {
	background-color:#FFAAAA!important;
}
.progress {
	display: none;
}
.td-copied {
	transition: background 1s;
	background:#86F088!important;
}
th {
	background-color:#084897;
	color:white;
}
.container-fluid {
	padding-top: 18px;
	padding-bottom:12px;
}
.navbar-default {
	background:#e8e8e8;
}
.navbar-default {
	box-shadow: 0 0 5px #000;
}

.navbar .container-fluid {
	padding-top: 8px;
	padding-bottom:8px;
}
.sorting span:before, .sorting_desc span:before, .sorting_asc span:before {
	font-family: 'Glyphicons Halflings';
	color:white;
	
}
.sorting_asc span:before {
	content: "\e260";
}

.sorting_desc span:before, .sorting span:before {
	content: "\e259";
}
.sorting span:before {
	color:#BBB;
	opacity: 0.5;
}
th.sorting, th.sorting_desc, th.sorting_asc {
	cursor: pointer;
}
th.sorting:hover, th.sorting_desc:hover, th.sorting_asc:hover {
	background-color:#2783F3;
}
td h3 {
	margin: 5px 0px;
}
h4 {
	font-size: 12pt;
	margin-top: 20px;
	margin-bottom:0px;
}
textarea.text {
  width: 100%;
  height: 300px;
}
.input-random-password {
  font-family: "Courier New", monospace;
}
.form-group {
	margin-bottom: 7px;
}
.well h3 {
	margin-top: 0px;
}
.nav-header {
	padding: 3px 15px;
	display: block;
	background-color:#EAEAEA;
}
.nav > li > a.link-home {

	height:40px;
	padding:0;
}
.link-home img {
	max-height: 100%;

}
.link-inline-copy {
	font-size: 13px;
}
.dropdown-menu .nav-header {
	color:#AEAEAE;
	font-weight: bold;
	background:none;
}
.container-password-generator .btn {
	margin-bottom: 5px;
	margin-top: 5px;
}
#table-content button.btn {
	padding: 0px 8px;
	background:#EAEAEA;
}
.popup-progress, .popup-background {
	display: block;
	position: fixed;

}
.popup-background {
	z-index: 1199;
	opacity: 0.7;
	background:black;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;

}
.popup-progress {
	background:white;
	top: 25%;
	width: 300px;
	margin-left: -150px;
	left: 50%;
	box-shadow: 0 0 7px #000;
	overflow: hidden;
	padding: 20px;
	z-index: 1200;
	border-radius: 3px;
}
.popup-progress p {
	float: left;
	margin-left: 10px;
	font-size: 140%;
	font-weight: bold;
	line-height: 180%;
	margin-bottom: 0;
	
}
.popup-progress img {
	float: left;
}
	
.password_strength {
	display: inline-block;
	padding: 4px;
	clear: both;
	border: 1px black solid;
}
.password_strength_5 {
	background:#00DD00;
}

.password_strength_4 {
	background:#C9F2B8;
}
.password_strength_3 {
	background:#F4F82A;
}
.password_strength_2 {
	background:#F4B8B2;
}
.password_strength_1 {
	background:#E44E3E;
}
.modal h3, .modal h4 {
	margin: 5px 0;
}
.modal-header {
	background:#084897;
	padding:8px;
}
.table-hover > tbody > tr:hover {
	background-color:#C0DBFC;
}
p.navbar-text {
	margin-top: 10px;
	margin-bottom: 10px;
}
.row-selected td {
	background: #FFD970;
}
.modal-header button.close, .modal-header h3 {
	color:white;
	text-shadow: none;
	opacity: 1;
}
a.button-view {
	font-weight: bold;
}
body {
	padding-top: 60px;
	padding-bottom: 40px;
}
.sidebar-nav {
	padding: 9px 0;
}
.navbar-nav > li > a {
	padding: 10px;
}
a.dropdown-toggle:focus {
	background:white!important;
}
.list-groups {
	list-style-type: none;
	padding: 0;
}
.list-groups li {
	float: left;
	width: 33%;
}
.site-backup div.navbar {
	background-color: #ffe30a;
}
.site-dev .show-backup,
.site-backup .show-dev,
.site-live .show-backup,
.site-live .show-dev {
	display: none!important;
}
.page-login .container-page {
	width:100%;
	max-width:800px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	box-shadow: 0 0 5px #000;
}
.container-upload.file-error {
	background-color:#DD0000;
	color:#FFF;
}
.container-existing-files ul {
	padding: 0;

}
.container-existing-files li {
	list-style-type: none;
	margin: 0;
	margin-bottom:4px;
	
}
.container-existing-files li a {
	display: block;
	width: 100%;
	max-width: 500px;
	background-color:#86F088;
	padding:5px;
}
.page-login .navbar {
	position: static;

}
.row {
	margin-bottom: 10px;
}
.datepicker {
	max-width: 150px;
}
@media (max-width: 980px) {
	/* Enable use of floated navbar text */
	.navbar-text.pull-right {
		float: none;
		padding-left: 5px;
		padding-right: 5px;
	}
}
