/*@font-face {
  font-family: "UnitRoundedBlack";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/UnitRoundedWeb-Black.woff") format("woff");
}
@font-face {
  font-family: "UnitRoundedMedium";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/UnitRoundedWeb-Medium.woff") format("woff");
}
@font-face {
  font-family: "UnitRounded";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/UnitRoundedWeb-Bold.woff") format("woff");
}
@font-face {
  font-family: "CorpidLight";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/Corpid-Light.woff") format("woff");
}
@font-face {
  font-family: "Corpid";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/Corpid.woff") format("woff");
}
@font-face {
  font-family: "CorpidBold";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/Corpid-Bold.woff") format("woff");
}
@font-face {
  font-family: "CorpidHeavy";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/Corpid-Heavy.woff") format("woff");
}*/
body {line-height: 1.3; font-weight: 100; }/*font-family: "CorpidLight", "Verdana", "Calibri", sans-serif;}
h1 {font-family: "UnitRoundedBlack", "Arial", sans-serif; }
h2, h3, h4 {font-family: "CorpidHeavy", "Verdana", "Calibri", sans-serif;}
.navbar-brand, label, ul, li, th {font-family: "UnitRoundedMedium", "Arial", sans-serif;}
label, small {font-family: "Corpid", "Arial", sans-serif; }*/
.form-signin .form-control {
	position: relative;
	height: auto;
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
					box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
}
.datepicker{z-index:1151 !important;}
blockquote{font-size: 8pt !important; padding-left: 10px !important; margin-top: 5px; margin-bottom: 5px;}
.label{font-weight: normal;}
.container{padding-top: 0px; padding-bottom: 15px;}
.breadcrumb{margin-bottom: 0px;}
.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {
	margin-right: -2px !important;
}
.editable-click{color: #428bca; cursor: pointer;}
.navbar-inverse {
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15) inset, 0px 1px 5px rgba(0, 0, 0, 0.5);
}
body {
	padding-top: 50px;
}
.page-header {margin: 0px; border-bottom: none;}
.dropdown-menu {min-width: 180px;}
.no-vertical-padding {padding-top: 0px; padding-bottom: 0px;}
.fixed-table-pagination .pagination-detail, .fixed-table-pagination div.pagination { height: 35px; }

.invoiced { color: green; }
.reported { background: aliceblue; }
.fixed-table-container { height: 100%; }

.form-control-feedback {
   top: 26px;
   right: 7px;
   font-size: 10px;
}
.no-padding {
    padding: 0px;
}
.fixed-table-container tbody .selected td:not(.day) {
   box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 12px rgba(102, 175, 233, 0.9);
   border: solid 1px #66afe9;
   background-color: rgba(102,175,233,.2);
}

.fixed-table-container tbody .selected td:last-child {
   border-right: none;
}

.fixed-table-container tbody .selected td:first-child {
   border-left: none;
}
.dropdown-menu-form label {
    border: none;
    border-radius: 0;
}
