﻿.row.debug > div[class*="span"] {
	background-color: silver;
}

/* info and errors */
.message-info {
	border: solid 1px;
	clear: both;
	padding: 10px 20px;
}

.message-error {
	clear: both;
	color: #e80c4d;
	font-size: 1.1em;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

.message-success {
	color: #7ac0da;
	font-size: 1.3em;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

.success {
	color: #7ac0da;
}

.error {
	color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
	color: #e80c4d;
	font-weight: bold;
}

.field-validation-valid {
	display: none;
}

input[type="text"].input-validation-error,
input[type="password"].input-validation-error {
	border: solid 1px #e80c4d;
}

.validation-summary-errors {
	color: #e80c4d;
	font-weight: bold;
	font-size: 1.1em;
}

.validation-summary-errors ul li {
	margin-left: 15px;
}

.validation-summary-valid {
	display: none;
}

/* Page select size for grid */
.page-size-select {
	margin-bottom: 0;
}

/* Temp blog style */
#posts {
	clear: left;
}

.text {
	border-bottom: 1px dotted #BBBBBB;
	margin-bottom: 4.5em;
	color: #555555;
	font: 1em/1.5 "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
}

.post-footer {
	font-size: 0.857em;
	list-style: none outside none;
	margin: 3em 0;
	padding: 0;
	text-align: right;
}

.post-footer li {
	display: inline;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 1em;
}

td.systemCode {
	font-style: italic;
}

td.historyChange {
	font-weight: bold;
	/*background-color: silver;*/
}

/* don't want the ugly cursor: not-allowed on uneditable spans */
.uneditable-input,
.uneditable-textarea,
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: default;
}

input[type=cdate],
input[type=cmonth] {
    cursor: pointer
}

input[type="cdate"],
input[type="cmonth"],
input[type="cnumber"]{
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

input[type="cdate"],
input[type="cmonth"],
input[type="cnumber"]{
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}



input[type="cdate"]:focus,
input[type="cmonth"]:focus{
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;  /* IE6-9 hack*/

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.row-fluid .koeditable.uneditable-input[class*="span"] 
{
	display: inline-block;
}

/* remove padding so that the checkboxes better align input the rest of the elements in the grid */
.checkbox.inline.no-padding {
	padding-top: 0px;
	vertical-align: baseline;
}

/* row has -20 page-header: 0 so it negates the row and causes misalignment */
@media (min-width: 980px) and (max-width: 1200px) {
	.row.page-header {
		margin-left: -20px;
	}
}


/*.modal {
    position: absolute;
}*/

.modal-footer .btn.pull-left {
	float: left !important;
}

.changed td:first-child {
	border-left: 4px solid red !important;
}
.added td:first-child {
	border-left: 4px solid yellow !important;
}

.remove-after-load {
	visibility: hidden;
}

.v-well-small {
	padding: 9px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* decorate btn-toolbar that contains mixed elements (input and btn-group) 
 * to create a component of sorts */
.v-component {
	/*border: 1px solid red;*/
	display: inline-block;
}

.v-component input, .v-component select {
	margin: 0;
	display: inline-block;
	float: left;
}

.v-component .btn-group {
	margin: 0;
	margin-left: -1px;
}

.v-component .input-append .btn-group .btn:first-child {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.v-component .input-append .btn-group:last-child .btn:first-child {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.v-component-row {
	/* use on rows where you use v-component & btn-toolbar.
	 * copied from .btn-toolbar */
	margin-top: 9px;
	margin-bottom: 9px;
}

.v-component-row.pull-left {
	margin-right: 20px;
}

.context-trigger img {
	opacity: 0.2;
}

.context-trigger.second-level img {
	opacity: 0.2;
}

.context-trigger img:hover {
	opacity: 1;
}

.context-trigger.second-level img:hover {
	opacity: 1;
}

.v-component-with-label > .btn-toolbar {
	margin-top: 0px;
}

.modal-body {
  font-size: 14px;
	max-height: 600px;
}

/* allow for a larger modal window */
.modal.wider {
  width:800px;
  left: 32%;
}

/* allow for a larger modal window */
.modal.wider2 {
  width: 1200px;
  left: 320px;
}

.modal.wider_a {
  width: 80%;
  left: -40%;
}

/* allow for a larger modal window */
.modal.topmost {
  z-index: 99999;
}

.t-x-filter {
	margin-bottom: 0;
}

select.t-x-filter {
	padding-left: 0;
}

td.t-x-filter-container {
	word-wrap: break-word;
	overflow: visible !important;
}

.k-grid-header .k-header {
	white-space: normal !important;
	vertical-align: top !important;
}


.compact-grid.k-grid td {
	line-height: normal;
    padding: 4px 5px;
    border-bottom: 1px solid #dddddd;
}

.batchedit-grid.k-grid td {
	line-height: 20px;
    padding: 4px 5px;
    border-bottom: 1px solid #dddddd;
}

a.k-grid-delete {
    height: 24px;
    padding: 0px 7px 2px;
}

/*.k-edit-cell > select,
.k-edit-cell > input,
.k-edit-cell > .input-append { 
	margin: 0;
	vertical-align: top;
	width: 100%;
}*/

.ui-datepicker {
    z-index: 9999 !important;
}

.ui-widget {
	font-size: 0.9em;
}

.k-list > .k-state-hover {
    background-color: #4682B4 !important;
    background-image: none!important;
}

.k-dropdown-wrap {
    color: #333 !important;
    background-image: none !important;
    border-color: #C0C0C0 !important;
    background-color: #DCDCDC !important;
}

.k-dropdown-wrap.k-state-hover {
    background-image: none !important;
    border-color: #808080 !important;
    background-color: #808080 !important;
}

.k-state-selected .k-i-arrow-s, .k-state-hover .k-i-arrow-s {
    background-position: 0 -32px !important;
}

.k-state-selected.k-state-focused {
    color: #333 !important;
    background-image: none !important;
    border-color: #C0C0C0 !important;
    background-color: #DCDCDC !important;
}

.k-state-selected.k-state-focused.k-state-hover {
    color: #333 !important;
    background-image: none !important;
    border-color: #C0C0C0 !important;
    background-color: #C0C0C0 !important;
}

span.k-state-selected {
    width: 2em;
    line-height: 2em;
}

.k-widget.k-tooltip, .k-tooltip-content {
    /*background-image: none,-webkit-linear-gradient(top,#fff 0,#e6e6e6 100%) !important;*/
    color: silver !important;
    text-align: left !important;
    font-size: 95% !important;
}

.k-datepicker {
    margin-left: 0;
    width: 115px;
    z-index: 1000 !important;
}

span.grid-label {
    font-size: 16px;
    font-weight: bold;
}

div.kendo-padding {
  padding-bottom: 10px;
}

.k-grid.v-inline table {
   table-layout: fixed !important;
   white-space: nowrap;
   border: solid;
}

.k-grid .k-edit {
   background-image: url("../img/glyphicons/glyphicons_198_ok.png") !important;
}

.v-alert-success {
  width: 360px !important;
  text-align: center;
  padding-left: 20px !important;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  color: #468847 !important;
  background-color: #dff0d8!important;
  border-color: #d6e9c6 !important;
}

.modal-color-none .modal-backdrop {
    background: none;
}

.v-alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.v-alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

#kendoDropDownList-list.k-list-container.k-popup.k-group.k-reset {
    width: auto !important;
}

#listArea {
  border: 1px solid lightgray;
  height: 622px;
  overflow-x: scroll;
  width: 1168px;
}

#pickerArea {
  border: 1px solid lightgray;
  height: 404px;
  overflow-x: scroll;
  width: 708px;
}

div.kgrid-scrolling-container {
    width: 1170px;
    overflow-x:scroll;
}

div.kgrid-fullwidth {
   width: 1168px; 
}

div.kgrid-halfwidth {
    width: 566px;
}

/*.k-grid td {
    white-space: nowrap;
    text-overflow:ellipsis;
}*/

/* navbar stuffs*/
.navbar-inner {
    background-image: linear-gradient(to bottom, #004B8D, #004B8D);
}

/* This is the color and removing the shadow of the drop down menu items. */
.nav > li > a.dropdown-toggle {
	color: #EEEEEE;
	text-shadow: 0 0 0 #EEEEEE;
}

/* This is the text color of the navbar item when you hover over it */
.nav > li > a.dropdown-toggle:hover {
	color: #F79428;
}

/* this is the caret next to the dropdown to tell the use it IS a dropdown */
.navbar .nav li.dropdown > .dropdown-toggle .caret {
	border-bottom-color: #EEEEEE;
	border-top-color: #EEEEEE;
	color: #EEEEEE;
}

/* This is the color, and removing the shadow of the right side items */
.navbar-text {
	color: #EEEEEE;
	text-shadow: 0 0 0 #EEEEEE;
}

/* This is the color of the Hyperlinks in the nav bar.
	Should not affect any other Hyperlinks */
.navbar-text a {
	color: #FF9933;
}

/* This is the color of the hyperlink when you hover over it in the nav bar */
.navbar-text a:hover {
	color: #FFCC33;
}

/* This is the color of the text when you drop the menus down in the nav bar */
.dropdown-menu li > a {
	color: #004B8D;
}

/* This is the color of the submenu dropdown background (image) and text when
	you hover the text */
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a  {
	background-image: linear-gradient(to bottom, #EEEEEE, #DDDDDD);
	color: #004B8D;
}

/* This is the background image and text color of the menu item when you
	select it in the nav bar */
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	background-image: linear-gradient(to bottom, #004B8D, #004B8D);
	color: #F79428;
}

/* main entity header text */
h1 {
	color: #004B8D;
}

/* hyperlink color */
a {
	color: #0088cc
}

/* hyperlink hover color */
a:hover {
	color: #005580
}