﻿.pointer {
	cursor: pointer;
}

.ng-cloak {
	display: none;
}

.ng-submitted .ng-invalid, .ng-touched.ng-invalid {
	border-color: #D44950;
}

.full-width {
	width: 100%;
}

button.pull-right {
	margin-left: 5px;
}

.table-icon {
	height: 18px;
	width: 18px;
}

.form-alert {
	margin-bottom: 10px;
	margin-top: 10px;
}

.upload-file-size {
	display: block;
}

.upload-file-name-container {
	display: inline-block;
	margin-right: 10px;
	width: 30%;
	min-width: 200px;
}

.upload-file-info-container {
	display: inline-block;
	position: relative;
	margin-right: 10px;
	top: 5px;
	width: 30%;
	min-width: 200px;
}

.upload-file-progress-container {
	display: inline-block;
	position: relative;
	top: 10px;
	width: 30%;
	min-width: 200px;
}

.download-file-button {
	float: right;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
}

@media (min-width: 570px) {
	.download-file-button-with-uploadForm {
		float: right;
		margin-top: -22px;
	}
}

.casecomments-textarea {
	width: 90%;
}

.portal-list-group-item {
	overflow: auto;
}

.text-left-force {
	text-align: left !important;
	display: inline-block
}

.text-metadata-title {
	display: inline-block; 
	vertical-align: top; 
	width: 150px;
}

.text-allow-breaks {
	white-space: pre-wrap;
	word-wrap: break-word;
}

.text-bold {
	font-weight: bold;
}

.break-word {
	word-break: break-word;
}

@media print {
	a[href]:after {
		content: none !important;
	}
}

.error-message {
	font-size: 24px;
	color: red;
	text-align: center;
	margin-top: 30px;
}

.ngdialog-content {
	background-color: white !important;
}

.navigation-button {
	padding-top: 8px !important;
}

.center {
	text-align: center
}

.btn_img {
	padding: 0 !important;
	border: 0 !important
}

.inline-header {
	display: inline-block;
}

.right-button {
	float: right;
}

.filter-input {
	width: 100% !important;
}

img:not([src]) {
	visibility: hidden;
}

.selectpicker {
	-webkit-appearance: menulist;
	color: white;
	border-radius: 3px;
	vertical-align: middle;
	border-color: #28a4c9;
	background-image: linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);
}

.selectpicker > option {
	color: black;
	background-color: white;
	margin: 2px 0 0;
	font-size: 14px;
}

ul.casecomment-documents {
	padding-left: 0;
	padding-bottom: 20px;
}

ul.casecomment-documents li {
	display: inline;
	margin-right: 10px;
}

ul.casecomment-documents li:not(:first-of-type) {
	margin-left: 10px;
}

span.glyphicon {
	margin-right: 0.4em;
}

.comment-item {
	margin-top: 20px;
	margin-bottom: 35px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-top: 1px solid black;
}

.comment-item-label {
	color: #777;
	font: 14px Arial,Helvetica,sans-serif;
}

.comment--item-info {
	display: flex;
	justify-content: space-between;
}

/*Task 1260: font family is sometimes strange in the Portal*/
.comment--font-default {
	font-family: 'Microsoft Sans Serif' !important;
}

.comment--font-internal {
	font-family: 'Microsoft Sans Serif' !important;
	color: #2aabd2;
}

.header {
	cursor: pointer;
	text-decoration: underline;
}

.header-active {
	font-weight: bold;
}

meter::-webkit-meter-optimum-value {
    background: #2C699E;
}
meter::-moz-meter-bar { /* Firefox Pseudo Class */
    background: #2C699E;
}

.password-strength-meter {
    width: 100%;
    margin-top: 1rem;
}

.language-button {
    padding: 7px 2px 0 2px;
    margin-left: 1px !important;
    outline: none;
}

.language-button-disabled > img {
	filter: gray;
	-webkit-filter: grayscale(1);
}