﻿
input, select {
	border: 1px solid #ccc;
	outline: none;
	box-shadow: none;
}

body {
	padding-top: 50px;
	padding-bottom: 20px;
}

h3 {
	font-size: 20px;
}


.page-header {
	margin: 20px 10px;
	border-bottom: none !important;
}


/* Set padding to keep content from hitting the edges */
.body-content {
	width: 90%;
	height: 100%;
}

.bodyContainer {
	min-height: 100%;
	margin-bottom: -330px;
	position: relative;
}

.clear {
	clear: both;
}

.clearfooter {
	height: 330px;
	clear: both;
}

footer {
	height: 330px;
	position: relative;
}

.well {
	padding: 10px !important;
}


.table {
	margin-bottom: 0px !important;
}

.btn {
	margin-bottom: 5px !important;
}

.k-grid-header .k-header {
	font-weight: bold !important;
}

.rowgroup {
	max-height: 200px;
}

.form-control {
	width: 100%;
}


/*style disabled and readonly fields to look the same in all browsers*/
input[disabled], select[disabled], textarea[disabled], span[aria-disabled="true"], input[disabled] ~ span,
input[readonly], select[readonly], textarea[readonly], span[aria-readonly="true"], input[readonly] ~ span, input[readonly] + .multiselect {
	opacity: 0.8 !important;
}
/* styles for validation helpers */
.field-validation-error {
	color: #b94a48;
}

.field-validation-valid {
	display: none;
}

input.input-validation-error {
	border: 1px solid #b94a48;
}


select.input-validation-error {
	border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
	border: 0 none;
}

.validation-summary-errors {
	color: #b94a48;
}

.validation-summary-valid {
	display: none;
}

.navbar.gcm {
	background-color: #54BFD1;
}

.navbar-default.gcm .navbar-nav > li > a {
	font-size: medium;
	color: white;
}

.navbar-default.gcm .navbar-brand {
	font-size: 24px;
	font-weight: 600;
	color: white;
	margin-top: 5px;
	margin-left: 5px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

span.navbar-dropdown > .k-dropdown-wrap {
	/*background-color: #4a829e;*/
	background-color: #54BFD1;
	border-color: #54BFD1;
}

@media (max-width: 1200px) {
	.visible-gcmUserInfo {
		display: none;
	}
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: white;
	}
}


#gcmUserInfo {
	color: white;
	font-size: x-small;
	margin: 3px;
	max-width: 215px;
}


.rowMargin.row {
	margin-top: 3px;
}

.form-inline.rowMargin {
	margin-top: 3px;
}

pre {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	background-color: transparent;
	border: transparent;
}

.modal-dialog {
	left: auto !important;
	right: auto !important;
}


.overlay {
	background: #e9e9e9;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.5;
	pointer-events: none;
}


/*--Collapse navigation bar--*/
@media (max-width: 978px) {
	.navbar-header {
		float: none;
	}

	.navbar-left, .navbar-right {
		float: none !important;
	}

	.navbar-toggle {
		display: block;
	}

	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}

	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}

	.navbar-collapse.collapse {
		display: none !important;
	}

	.navbar-nav {
		float: none !important;
		margin-top: 7.5px;
	}

		.navbar-nav > li {
			float: none;
		}

			.navbar-nav > li > a {
				padding-top: 10px;
				padding-bottom: 10px;
			}

				.navbar-nav > li > a:hover {
					display: block;
				}

	.collapse.in {
		display: block !important;
	}
}


.k-grid td {
	overflow: hidden;
	text-overflow: ellipsis;
}

.k-grid-header th.k-with-icon .k-link {
	margin-right: 0px;
}


.disabledLabel {
	color: darkgrey;
}


.inlineList {
	list-style-type: none;
}

	.inlineList li {
		float: left;
		padding: 14px 16px;
	}


.flag {
	height: 10px;
	width: auto;
}

.no-Access {
	position: absolute !important;
	margin-top: -1px;
	margin-left: -3px;
	font-size: 100%;
	top: auto !important;
	color: rgba(217, 83, 79, 0.7);
}


/*some Bootsrap 4 classes*/
.alert {
	position: relative;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}

.alert-heading {
	color: inherit;
}

.alert-link {
	font-weight: 700;
}

.alert-dismissible {
	padding-right: 4rem;
}

	.alert-dismissible .close {
		position: absolute;
		top: 0;
		right: 0;
		padding: 0.75rem 1.25rem;
		color: inherit;
	}

.alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
}

	.alert-primary hr {
		border-top-color: #9fcdff;
	}

	.alert-primary .alert-link {
		color: #002752;
	}

.alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db;
}

	.alert-secondary hr {
		border-top-color: #c8cbcf;
	}

	.alert-secondary .alert-link {
		color: #202326;
	}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

	.alert-success hr {
		border-top-color: #b1dfbb;
	}

	.alert-success .alert-link {
		color: #0b2e13;
	}

.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
}

	.alert-info hr {
		border-top-color: #abdde5;
	}

	.alert-info .alert-link {
		color: #062c33;
	}

.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}

	.alert-warning hr {
		border-top-color: #ffe8a1;
	}

	.alert-warning .alert-link {
		color: #533f03;
	}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

	.alert-danger hr {
		border-top-color: #f1b0b7;
	}

	.alert-danger .alert-link {
		color: #491217;
	}

.alert-light {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe;
}

	.alert-light hr {
		border-top-color: #ececf6;
	}

	.alert-light .alert-link {
		color: #686868;
	}

.alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca;
}

	.alert-dark hr {
		border-top-color: #b9bbbe;
	}

	.alert-dark .alert-link {
		color: #040505;
	}

.gcm-notification button {
	float: right;
	position: relative;
	margin: -40px 30px 60px 0;
}



.tooltipCustomColor + .tooltip > .tooltip-inner {
	background-color: #111;
	color: #ddd;
	white-space: nowrap;
	max-width: 100%;
}

.tooltipCustomColor + .tooltip > .tooltip-arrow {
	border-bottom-color: #111;
}
