﻿body {
  padding-top: 50px;
  padding-bottom: 20px;
  color:#333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.42871429;
}

/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}

.bgShaded {
    background-color:#fafafa;
    padding:20px;
}

a {
	text-decoration:none;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  max-width: 280px;
}

/* -------------------------------------- */
/* ----  Bootstrap Overrides         ---- */
/* -------------------------------------- */

.hide {
    display: none!important;
}

.form-control {
	height: 34px;
	font-size: 14px;
	line-height: 1.42871429;
	vertical-align: middle;
}

.form-group {
	margin-bottom: 15px;
}

.btn-toolbar > .btn {
	margin-left: 5px;
}

.panel {
	margin-bottom: 20px;
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.panel-body {
	padding: 15px;
}

.panel-body:before,
.panel-body:after {
	display: table;
	content: " ";
}

/* Used for overriding bootstraps active menu item */
.navbar-fixed-top {
	top: 0;
	z-index: 1030;
	position: fixed;
	right: 0;
	left: 0;
	border-width: 0 0 1px;
}

.navbar-nav > li > a {
  line-height: 18px;
}

.nav {
	list-style: none;
	padding-left: 0;
}

.navbar-nav {
	flex-direction: row;
	display: flex;
	float: left;
	margin: 0;
}

.navbar-nav > li {
	position: relative;
	display: block;
	float: left;
	text-align: center;
	width: 100px;
	max-height: 70px;
	font-size: 0.9em;
}

.navbar-inverse .navbar-nav > .activeMenu > a,
.navbar-inverse .navbar-nav > .activeMenu > a:hover,
.navbar-inverse .navbar-nav > .activeMenu > a:focus {
  color: #0d6efd;
  font-weight: bold;
}

.navbar-inverse {
  background-color: #e6e6e6;
  border-color: #d6d6d6;
}

.navbar-inverse .navbar-text {
  color: #808080;
}

.navbar-inverse .navbar-nav > li > a {
  color: #808080;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #636363;
  background-color: transparent;
}


/* override bootstrap to make the buttons look square */
.row {
  margin-left: 0;
  margin-right: 0;
}
/* override bootstrap to make the buttons look square */
.btn {
  -ms-border-radius: 0px;
  border-radius: 0px;
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  border: 1px solid transparent;
}
.btn-default {
	color: #333333;
	background-color: #ffffff;
	border-color: #cccccc;
}
/* override bootstrap to make the buttons look square */
label {
  margin-bottom: 0px;
  font-weight:normal;
}

.editor-field{
    padding: 2px !important;
}
.editor-label{
    padding: 2px !important;
}

h1,
.h1 {
  font-size: 24px;
  font-weight:lighter;
}

h2,
.h2 {
  font-size: 24px;
  font-weight: lighter;
  color:gray;
  padding-bottom:6px;
}

h3,
.h3 {
  font-size: 14px;
  font-weight: bold;
  padding-top:20px;
  padding-bottom:10px;
  text-transform:capitalize;
}

.input-md {
  height: 35px;
  padding: 5px 5px;
  font-size: 14px;
  line-height: 1.33;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

select.input-md {
  height: 35px;
  line-height: 35px;
}

textarea.input-md {
  height: auto;
}

/*input.input-md {
  height: 35px;
  line-height: 35px;
}*/

/* -------------------------------------- */
/* ----  End - Bootstrap Overrides   ---- */
/* -------------------------------------- */

/* -------------------------------------- */
/* ---- Styles for validation helpers  -- */
/* -------------------------------------- */
.field-validation-error {
  color: #b94a48;
}

.field-validation-valid {
  display: none;
}

input.input-validation-error {
  border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
  border: 0 none;
}

/* -------------------------------------- */
/* ---  Validation Styles            ---- */
/* -------------------------------------- */
.validation-summary-errors {
  color: #b94a48;
}

.validation-summary-valid {
  display: none;
}

/* -------------------------------------- */
/* ----  Detail Page Edit Styles     ---- */
/* -------------------------------------- */
.tdEditLabel {
  width: 210px;
  -moz-min-width: 210px;
  -ms-min-width: 210px;
  -o-min-width: 210px;
  -webkit-min-width: 210px;
  min-width: 210px;
  text-align: right;
  padding-right: 10px;
  margin-bottom: 10px;
  vertical-align: top;
}

.tdEditCell {
  width: 400px;
  -moz-min-width: 400px;
  -ms-min-width: 400px;
  -o-min-width: 400px;
  -webkit-min-width: 400px;
  min-width: 400px;
  text-align: left;
  padding-left: 5px;
  margin-bottom: 10px;
  vertical-align: top;
}

.tdButtonCell {
  margin-top: 20px; 
  padding-left: 215px;
}

.tdTitleCell {
  padding-left: 0px;
}

.tdTitleCellIndented {
  padding-left: 215px;
}

.tdTitleCell h2 {
  margin-top: 0;
}

.tdTitleCellIndented h2 {
  margin-top: 0;
}

.tdCityStateZipCell {
  width: 375px;
  -moz-min-width: 375px;
  -ms-min-width: 375px;
  -o-min-width: 375px;
  -webkit-min-width: 375px;
  min-width: 375px;
  text-align: left;
  padding-left: 5px;
  margin-bottom: 10px;
}

.tdSecurityMatrixX {
  width: 50px;
  text-align: center;
}

.tableSecurityMatrix td {
 border: 1px solid black;
}

.thSecurityMatrix {
  background-color: LightGray;
  border: 1px solid black;
}

.helpIcon {
  color: #dcdcdc; 
  margin-left: 5px;
}

.helpToolTip {
}

/* -------------------------------------- */
/* ----  End: Detail Page Edit Style ---- */
/* -------------------------------------- */

/* -------------------------------------- */
/* ----  Dashboard Tile Styles       ---- */
/* -------------------------------------- */
.dashboardBlock {
  float: left; 
  display: block;
}

.dashboardPanel {
  height: 125px;
  min-height: 125px;
  max-height: 125px;
  width: 155px;
  min-width: 155px;
  max-width: 155px;
  overflow: hidden;
  background-color: #FAFAFA;
  cursor: pointer; 
  margin-bottom: 20px;
  color: white;
  float: left;
  margin-top: 3px;
  margin-right: 20px;
}

.dashboardTable {
  width: 155px;
  cursor: pointer; 
}

.dashboardTDContent {
  width: 100%;
  height: 100px;
  min-height: 100px;
  max-height: 100px;
  overflow: hidden;
  font-size: 1.9em;
  font-weight: bold;
  text-align: center;
  cursor: pointer; 
  vertical-align: top;
}

.dashboardTDFooter {
  width: 100%;
  height: 25px;
  min-height: 25px;
  max-height: 25px;
  overflow: hidden;
  text-align: left;
  padding-left: 4px;
  cursor: pointer; 
}

.dashboardTile {
  text-align: center;
}

.dashboard-success {  
  background-color: #5cb85c;
}

.dashboard-warning {  
  background-color: #f0ad43;
}

.dashboard-danger {  
  background-color: #d9534f;
}

.dashboard-default {  
  background-color: #808080;
}

.dashboard-primary {  
  background-color: #3276b1; /* #989898; gray */
}

.dashboard-info {  
  background-color: #5bc0de;
}

.dashboard-waiting {
  background-color: #cccccc;
  top: 0px;
  height: 125px;
  min-height: 125px;
  max-height: 125px;
}

.dashboard-waiting-icon {
  margin-top: 35px; 
}

.dashboardPanelActive {
}

.dashboardOverallPercentage {
  font-size: 24pt;
  margin-top: 28px;
}

.dashboardGoalPercentage {
  font-size: 10pt;
  margin-top: -5px;
  font-weight:normal;
}

.dashboardDates {
  font-size: 10pt;
  margin-top: 40px;
  font-weight:normal;
}

.dashboardClientName {
  font-size: 14pt;
  margin-top: 35px;
  line-height: 20px;
}

/* -------------------------------------- */
/* ----  End - Dashboard Tile Styles ---- */
/* -------------------------------------- */

/* -------------------------------------- */
/* ---  Grid Page Styles             ---- */
/* -------------------------------------- */
.GridRecordCount {
  font-size: 0.9em; 
  color: #999999;
}

.GridMessage {
  font-size: 0.9em;
  color: #AAAAAA;
}

.GridTitleContainer {
  margin-top: 0; 
  margin-bottom: 25px; 
  padding-bottom: 25px;
}

.GridTitleLeft {
  float: left;
  margin-top: 5px;
}

.GridTitleRight {
  float: right;
  padding-top: 0;
}

.GridTitleRightMarginRight {
  float: right;
  padding-top: 0;
  margin-right: 10px;
}

.GridSearchTextBox {
  width: 110px; 
  max-width: 110px; 
  margin-right: 5px; 
  height: 30px; 
  max-height: 30px;
}

.GridErrorMessage {
  color: Red; 
  font-weight: bold;
}

.spnUnderline {
  text-decoration: underline;
}
/* -------------------------------------- */
/* ---  End - Grid Page Styles       ---- */
/* -------------------------------------- */

/* -------------------------------------- */
/* ---  Misc Styles                  ---- */
/* -------------------------------------- */
.footerDiv {
  position: fixed; 
  left: 0; 
  bottom: 0px; 
  height: 30px; 
  width: 100%; 
  background-color: #808080; 
  color: #e6e6e6; 
  padding-left: 15px; 
  padding-top: 8px; 
  font-size: 0.9em;
  display: block;
}

.BlackBackArrow {
  color: #666; 
  text-decoration: none; 
  margin-top: 8px;  
}

.WaitingImage {
  margin-top: 0; 
  margin-left: 6px; 
  display:none;
}

.k-textbox.extranarrow {
    width: 75px !important;
}

.k-textbox.narrow {
    width: 100px !important;
}

.k-textbox.wide {
    width: 350px !important;
}

.k-textbox.extrawide {
    width: 500px !important;
}

.k-dropdown.medium {
  width: 280px !important;
}

.k-dropdown.wide {
  width: 350px !important;
}

.k-dropdown.extrawide {
  width: 500px !important;
}

tr.trInvalidRow {
  background-color: #f2dede;
}

tr.trValidRow {
  background-color: #dff0d8;
}

td.tdDocLabel {
  width: 100px;
  vertical-align: text-top; 
}

.AdminMenuHeader {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 10px;
  margin-bottom: 0;
}

.AdminMenuButton {
  width: 200px;
  margin-top: 5px;
}

.permissionToggle { 
}

ul.permissions { 
  list-style: none; 
  padding-left: 0; 
  width: 300px; 
}

ul.permissions .offState {
  background: url('../images/toggle-off.png') no-repeat !important;
  height: 30px;
  width: 50px;
  margin-top: 5px;
  margin-left: 5px;
  padding-left: 54px;
  padding-top: 3px;
  cursor: pointer;
  /*width: 100%;*/
}

ul.permissions .onState {
  background: url('../images/toggle-on.png') no-repeat !important;
  height: 30px; 
  width: 50px;
  margin-top: 5px;
  margin-left: 5px;
  padding-left: 54px;
  padding-top: 3px;
  cursor: pointer;
  /*width: 100%;*/
}

/* blank styles here so the web pages don't complain that the style is not defined */
.ConvertDate { }

.resumable-progress {margin: 0 0 10px 0; width:100%; display:none;}
.progress-container {height:7px; background:#9CBD94; position:relative; }
.progress-bar {position:absolute; top:0; left:0; bottom:0; background:#45913A; width:0;}

.spinner {
height: 20px;
width: 20px;
margin: 5px auto;
position:relative;
-webkit-animation: rotation .6s infinite linear;
-moz-animation: rotation .6s infinite linear;
-o-animation: rotation .6s infinite linear;
animation: rotation .6s infinite linear;
border-left:6px solid rgba(0,174,239,.15);
border-right:6px solid rgba(0,174,239,.15);
border-bottom:6px solid rgba(0,174,239,.15);
border-top:6px solid rgba(0,174,239,.8);
border-radius:100%;
}

@-webkit-keyframes rotation {
from {-webkit-transform: rotate(0deg);}
to {-webkit-transform: rotate(359deg);}
}

@-moz-keyframes rotation {
from {-moz-transform: rotate(0deg);}
to {-moz-transform: rotate(359deg);}
}

@-o-keyframes rotation {
from {-o-transform: rotate(0deg);}
to {-o-transform: rotate(359deg);}
}

@keyframes rotation {
from {transform: rotate(0deg);}
to {transform: rotate(359deg);}
}
