﻿body {
	padding-top: 50px;
	/*padding-bottom: 20px;*/
}

.container {
	margin: 0 auto;
	padding: 0;
	width: 80%;
}

/* Set padding to keep content from hitting the edges */
.body-content {
	padding-left: 15px;
	padding-right: 15px;
	height: 100%;
	/*min-width: 1140px;*/
}

.pane-content {
	height: 100%;
}

.table-responsive {
	overflow-x: auto;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	background-color: #002060 !important;
}

h5 {
	font-size: 12px;
	font-weight: bold;
}

/* Force 'a' tags to use the pointer cursor - for some reason, the cursor was not defaulting to this pointer on some 'a' elements*/
a {
	cursor: pointer;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
	white-space: normal;
}

textarea.form-control {
    height: 150px;
    width: 280px;
    max-width: 100%;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
	max-width: 280px;
}

.navtitle {
	color: white;
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 20px;
}

.box-head {
	border: 1.5px solid #002060;
	padding: 2px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.box-title {
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 14px;
	color: #002060;
	text-align: center;
}

.filter td {
	vertical-align: middle;
	white-space: nowrap;
}

.filter td label {
	font-size: 12px;
	white-space: nowrap;
}

hr {
	border-top: 1px solid Black;
	margin: 0px
}

footer hr {
	border-top: 1px solid Black;
	margin: 0 0 3px 0;
}

footer .user-info {
	text-align: right;
	width: 100%;
	position: relative;
	top: -30px;
	color: red;
}

.login-title {
	width: 100%;
	height: auto;
	text-align: left;
	font-size: 22px;
	padding-left: 30px;
	padding-top: 5px;
	color: white;
}

.login-body {
	padding: 25px;
}

.login-container {
	/*margin-top: 45px;*/
}

.navbar-logout {
	position: relative;
	float: right;
	padding-top: 13px;
}

.table thead {
	display: table-row-group;
}

.table tfoot {
	display: table-header-group;
}

label {
	margin-bottom: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	white-space: nowrap;
}

.table td,
.table th {
	background-color: #ffffff;
}

.table td {
	white-space: normal;
}

.ui-state-default,
.ui-widget-header,
.select-filter {
	border: none;
}

.filter th.select-filter {
	padding-top: 0;
}

.select-filter select {
	height: 24px;
	margin: 0;
}

.sinfo {
	font-size: 12px;
}

h1,
h2,
h3 {
	margin-top: 10px;
}

.nav {
	padding: 5px 0;
}

.navtitle {
	padding-top: 10px;
}

.navbar-nav {
	min-width: 300px;
}

.nav > li {
	position: relative;
	display: inline;
}

	.nav > li > a {
		padding: 0;
		line-height: 10px
	}

.navbar-collapse {
	padding: 0;
}

.navbar .navbar-inverse .navbar-fixed-top {
	width: 100%;
	min-width: 300px;
	background-color: red;
}


/* main menu */
.navbar-inverse {
	background-color: #002060; /*  dark blue  */
}

.navbar-logout a {
	color: #ffffff;
	font-size: 16px;
	padding: 13px;
	text-decoration: none;
}

.navbar-inverse .navbar-nav > li > a {
	color: #ffffff;
	font-size: 16px;
	padding: 13px;
	text-decoration: none;
}


.navbar-inverse .navbar-nav .dropdown .dropdown-toggle {
	padding-bottom: 11px;
}


.navbar-logout a:hover, .navbar-logout a:focus {
	color: #ffffff;
	font-size: 14px;
	background-color: #7390c4; /*  light blue  */
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
	color: #ffffff;
	font-size: 16px;
	background-color: #7390c4; /*  light blue  */
}

.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #7390c4; /*  light blue  */
}

.navbar-inverse .navbar-nav > .open > a {
	background-color: #002060; /*  dark blue  */
}

.navbar-inverse .navbar-nav .dropdown {
	background-color: #002060; /*  dark blue  */
}

.navbar-nav .dropdown-menu > li > a {
	font-size: 14px;
	padding: 8px 15px;
	color: #ffffff;
}

	.navbar-nav .dropdown-menu > li > a:hover,
	.navbar-nav .dropdown-menu > li > a:focus {
		background-color: #7390c4; /*  light blue  */
	}

.navbar-nav .dropdown-menu {
	background-color: #002060; /*  dark blue  */
}

.container > .navbar-header {
	margin: 0;
}

/* main and sub menus */
.navbar-nav > li > .active,
.dropdown-menu > li > .active {
	background-color: #456bb0; /*  medium blue  */
}

.dropdown .dropdown-toggle .clean-caret {
	font-size: x-small;
	position: relative;
	top: -2px;
}

.dropdown .datatable-caret {
	cursor: pointer;
	width: 15px;
}

.processcell {
    background-color: #fcf9f2 !important;
}

.processcellhr {
    background-color: #fcf9f2 !important;
    border-top: 2px solid black !important;
    font-weight: bold !important;
}

.evenrow {
	background-color: white;
}

.evenrowhr td {
	background-color: white;
	border-top: 2px solid black;
	font-weight: bold;
}

.AddRow {
	background-color: lightgreen;
}

.AddRowhr td {
    background-color: lightgreen;
    border-top: 2px solid black;
    font-weight: bold;
}

.UpdateRow {
	background-color: lightyellow;
}

.UpdateRowhr td {
    background-color: lightyellow;
    border-top: 2px solid black;
    font-weight: bold;
}

.InactivateRow {
	background-color: lightpink;
}

.InactivateRowhr td {
    background-color: lightpink;
    border-top: 2px solid black;
    font-weight: bold;
}

.DeleteRow {
	background-color: lightpink;
}

.DeleteRowhr td {
    background-color: lightpink;
    border-top: 2px solid black;
    font-weight: bold;
}

.parameterrow td {
	background-color: orange !important;
}

.parameterrowhr td {
	background-color: orange !important;
	border-top: 2px solid black !important;
	font-weight: bold !important;
}

.procedurerow td {
	background-color: aquamarine !important;
}

.procedurerowhr td {
	background-color: aquamarine !important;
	border-top: 2px solid black !important;
	font-weight: bold !important;
}

.oddrow {
	background-color: lightcyan;
}

.oddrowhr td {
	background-color: lightcyan;
	border-top: 2px solid black;
	font-weight: bold;
}

.formtable {
	width: 100%;
}

.formtable td {
    padding: 5px;
    vertical-align: top;
    text-align: left;
}

.rowdivide {
	padding: 2px;
}

.rowdivide td {
	padding: 2px;
}

table .dropdown-toggle a {
	color: black;
	text-decoration: none;
}

table .dropdown-toggle:hover {
	color: black;
	text-decoration: none;
}

table .dropdown-menu {
	min-width: 50px;
}

table .dropdown-menu > li > a {
	background-color: #fff;
	color: #000;
	padding: 3px 20px 3px 10px;
}

table .dropdown-menu > li > a:hover,
table .dropdown-menu > li > a:focus {
	background-color: #f9f9f9;
	color: #000;
}

table .dropdown-menu > li > a > img {
	margin-right: 10px;
}

table .dropdown-menu {
	margin: 0;
}

.down-arrow {
	background: url(../Content/down-arrow.png) no-repeat left;
	width: 25px;
	height: 25px;
}

.sorting_disabled .ui-icon, .ui-widget-content .ui-icon {
	background-image: none;
}

.text-danger-summary {
	width: 100%;
	max-height: 95px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 3px 10px 3px 10px;
	border: 2px solid #b94a48;
}

.text-danger-title {
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 5px;
}

.dataTables_wrapper {
	width:100%;
}

.datagrid table {
	border-collapse: collapse;
	text-align: left;
	width: 100%;
}

.datagrid {
	font: normal 12px/150% Arial, Helvetica, sans-serif;
	background: #fff;
	border: 1px solid #C6D1D6;
	/*-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;*/
}

.datagrid table td,
.datagrid table th{
	padding: 6px 6px;
}

	.datagrid table thead th,
	.datagrid table thead th.ui-state-default,
	.datagrid table tr.filter-row td {
		/*background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #002060), color-stop(1, #002060) );
		background: -moz-linear-gradient( center top, #002060 5%, #002060 100% );
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002060', endColorstr='#002060');*/
		background-color: #002060;
		color: #FFFFFF;
		font-size: 12px;
		font-weight: bold;
		border-left: 1px solid #002060;
	}

/*.datagrid table thead tr:first-child th:first-child {
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	border-top-left-radius: 7px;
}

.datagrid table thead tr:first-child th:last-child {
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	border-top-right-radius: 7px;
}*/


.datagrid table thead th,
.datagrid table thead th.ui-state-default {
	border: none;
}

.datagrid table tbody td {
	color: #000000;
	border-left: 1px solid #C6D1D6;
	font-size: 12px;
	border-bottom: 1px solid #C6D1D6;
	font-weight: normal;
}

.datagrid table tbody .alt td {
	background: #D9E5F4;
	color: #000000;
}

.datagrid table tbody td:first-child {
	border-left: none;
}

.datagrid table tbody tr:last-child td {
	border-bottom: none;
}

	.datagrid .ui-toolbar,
	.dataTables_filter {
		background-color: #002060;
		color: #ffffff;
		padding: 0 6px;
		font-size: 12px;
		-webkit-border-top-left-radius: 7px;
		-moz-border-radius-topleft: 7px;
		border-top-left-radius: 7px;
		-webkit-border-top-right-radius: 7px;
		-moz-border-radius-topright: 7px;
		border-top-right-radius: 7px;
	}


		.datagrid .ui-toolbar input[type="search"],
		.dataTables_filter input[type="search"] {
			margin: 6px 10px 10px 10px;
		}

.datagrid table tbody td.erd-arrow {
	font-size: 40px;
	color: #002060;
}

.datagrid table tbody td.no-borders {
	border: none;
	font-size: 1px;
	color: #ffffff;
}
	.datagrid table tbody td.no-side-borders {
		border-left: none;
	}
		.datagrid table tbody td.no-bottom-border {
	border-bottom: none;
}
	.datagrid table tbody td.parent-border {
		border-top: solid 1px #C6D1D6;
		border-bottom: none;
	}

	.datagrid .ui-toolbar + table thead tr:first-child th:first-child,
	.datagrid .dataTables_filter + table thead tr:first-child th:first-child {
		-webkit-border-top-left-radius: 0;
		-moz-border-radius-topleft: 0;
		border-top-left-radius: 0;
	}

	.datagrid .ui-toolbar + table thead tr:first-child th:last-child,
	.datagrid .dataTables_filter + table thead tr:first-child th:last-child {
		-webkit-border-top-right-radius: 0;
		-moz-border-radius-topright: 0;
		border-top-right-radius: 0;
	}

.dataTables_filter div.dt-buttons {
	/*padding: 20px;
	border: none;*/
	text-align: right;
	float: right;
}

button.dt-button {
	margin: 4px 2px 0 10px;
}

.loader {
	z-index: 9999;
	cursor: wait;
	width: 100%;
	text-align: center;
}

.wordWrapGridColumn {
    overflow: visible !important;
    white-space: normal !important;
}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.required-field {
	color: red;
}

.head-check {
	background-color: white;
}

.noactions {
	background-color: lightgray;
}

.divbox {
	margin-top: 10px;
	border: 10px solid white;
	border-top: 5px solid #002060 !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 4px #999;
	-moz-box-shadow: 0 0 4px #999;
	box-shadow: 0 0 4px #999;
	background-color: white;
	height: 99%;
}