﻿body {
  background-color: #f5f5f5;
  margin: 0;
  overflow-y: scroll;
  padding-top: 110px;
}
header {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
header table {
  width: 100%;
}
header table .left {
  text-align: left;
  width: 20%;
}
header table .middle {
  text-align: center;
}
header table .right {
  text-align: right;
}
header .right-sidebar-toggle .fa {
  line-height: 50px;
  vertical-align: middle;
}
.content {
  margin: 0 350px;
  padding: 0 20px;
}
.activityBar {
  position: fixed;
  top: 0;
  right: 0;
  width: 350px;
  border-left: 1px solid gray;
  height: 100%;
}
.menuWrapper {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
.menuItems {
  text-align: left;
}
.menuItems li {
  display: inline-block;
  margin: 10px;
}
.menuItems a {
  text-decoration: none;
}
.menuItems a.active {
  border-bottom: 1px solid gray;
}
.menuItems a:hover {
  border-bottom: 1px solid gray;
  text-decoration: none;
}
.subMenu {
  padding: 10px;
  background-color: #7fc5ed;
  color: #fff;
}
.subMenu a,
.subMenu a:hover {
  color: #fff;
}
.menuImage {
  display: none;
}
.pageFrame {
  padding: 20px;
  padding-left: 320px;
}
.page {
  border-radius: 10px;
  padding: 0 20px 40px;
}
.horizontalPadding {
  padding: 0 20px;
}
.spacePadding {
  padding: 20px;
}
.marginTop {
  margin-top: 40px;
}
.alignLeft {
  text-align: left;
}
.alignRight {
  text-align: right;
}
.alignCenter {
  text-align: center !important;
  margin: 0 auto;
}
.alignTop {
  vertical-align: top;
}
.alignTopLeft {
  text-align: left;
  vertical-align: top;
}
.alignTopCenter {
  text-align: center;
  vertical-align: top;
}
.alignTopRight {
  text-align: right;
  vertical-align: top;
}
.noWrapp {
  white-space: nowrap;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.hdn {
  display: none;
}
.marginRight {
  margin-right: 20px;
}
.fullWidth {
  width: 100%;
  vertical-align: middle;
}
.fullWidth td {
  vertical-align: middle;
}
.logoSmall {
  height: 60px;
}
.inlineBlock {
  display: inline-block;
  max-width: 200px;
}
.verticalPadding {
  padding: 20px 0;
}
.formLogin {
  width: 400px;
}
.formLogin .formInner {
  border-radius: 10px;
  background-color: #fff;
  text-align: left;
  padding: 20px;
}
.formLogin .fieldSet {
  width: 300px;
  padding: 20px;
}
.formLogin .formLabel {
  display: block;
}
a.menuItem {
  color: rgba(255, 255, 255, 0.8);
}
a.menuItem.active {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  font-weight: 700;
}
a.menuItem.hover {
  color: #fff;
}
.heading {
  padding: 20px;
  background-color: #7fc5ed;
  color: #fff;
}
.heading h1,
.heading h2,
.heading h3,
.heading h4,
.heading h5 {
  margin: 0;
}
.dataSummary {
  width: 100%;
}
.dataSummary thead {
  background-color: #f5f5f5;
}
.dataSummary td,
.dataSummary th {
  padding: 5px;
}
.dataSummary th {
  font-weight: 700;
}
.dataSummary td {
  border: 1px solid #f5f5f5;
}
.dataSummary .rowTotal {
  background-color: #f5f5f5;
  font-weight: 700;
}
.dataGrid {
  width: 100%;
}
.dataGrid td {
  vertical-align: top;
}
.filter {
  background-color: #f5f5f5;
  padding: 20px;
  font-size: 12px;
}
.panel {
  background-color: #96c2e9;
  border-radius: 5px;
  border: 1px solid #96c2e9;
}
.panel .panel-heading {
  background-color: #96c2e9;
  color: #fff;
}
.panel .panel-body {
  background-color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.testPanel {
  padding: 20px;
  border-radius: 10px;
  margin: 2px;
}
.testPanel.style1 {
  background-color: rgba(255, 0, 0, 0.1);
}
.testPanel.style2 {
  background-color: rgba(182, 255, 0, 0.3);
}
.testPanel.style3 {
  background-color: rgba(255, 216, 0, 0.3);
}
.bgWhite {
  background-color: #fff;
}
.noPadding {
  padding: 0;
}
.tabBorder {
  padding: 20px;
  background-color: #fff;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.rbSkinnedButton {
  vertical-align: middle !important;
}
input {
  margin-left: 2px;
}
.radioButtonList {
  padding: 0;
  margin: 0;
  margin-right: 5px;
}
.radioButtonList td {
  padding-right: 5px;
  vertical-align: middle;
}
.radioButtonList label {
  margin: 2px;
}
.inventorytd {
  font-weight: 700;
  text-align: right;
  vertical-align: top;
}
.inventorytddrop {
  text-align: left;
  padding-left: 5px;
}
.paddingTop30 {
  padding-top: 30px;
}
.paddingTop5 {
  padding-top: 5px;
}
.width100 {
  width: 100px;
}
.emailBodyTd {
  padding: 20px;
  background-color: #fff;
}
.padding20 {
  padding: 20px;
}
.custom-combobox {
  position: relative;
  display: inline-block;
  width: 85%;
}
.panel-body .custom-combobox {
  width: auto !important;
}
.custom-combobox-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  padding: 0;
  background: #fff;
}
.form-group .custom-combobox-toggle {
  position: absolute;
  top: 3px;
  bottom: 0;
  margin-left: -24px;
  padding: 0;
  height: 17px;
  width: 20px;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  -khtml-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  -khtml-border-top-right-radius: 0;
  border-top-right-radius: 0;
  background: #F0F0F0;
  border: 1px solid #000;
}
.custom-combobox-input {
  margin: 0;
  padding: 5px 10px;
  width: 85%;
  background: #fff;
}
.form-group .custom-combobox-input {
  margin: 0;
  width: 85%;
  background: #fff;
  height: 23px;
  border-bottom: 2px solid #E3E3E3;
  border-right: 2px solid #E3E3E3;
  border-left: 2px solid #696969;
  border-top: 2px solid #696969;
  border-radius: 2px;
  font-size: 11px;
  color: #333;
  padding: 0;
  text-indent: .5em;
}
.ui-autocomplete {
  max-height: 300px !important;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1000 !important;
}
@font-face {
  font-family: load;
  src: url(/Assets/fonts/icons.woff) format("woff"), url(/Assets/fonts/icons.ttf) format("truetype");
}
@-moz-keyframes loadingStart {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes loadingStart {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes loadingStart {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loadingStart {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes loading {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes loading {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading {
  position: relative;
  pointer-events: none;
}
.loading .loading-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-animation: loadingStart 100ms 30ms linear 1 both;
  -moz-animation: loadingStart 100ms 30ms linear 1 both;
  -o-animation: loadingStart 100ms 30ms linear 1 both;
  animation: loadingStart 100ms 30ms linear 1 both;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
}
.loading .loading-text {
  font-size: .875rem;
  line-height: 1.3125rem;
  text-shadow: #fff 0 0 1em,#fff 0 0 .5em,#fff 0 0 .25em;
  position: relative;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
}
.loading .loading-text:after {
  content: "...";
}
.loading .loading-spinner {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: -3.9375rem auto 0;
  color: #1a1d1d;
  text-align: center;
}
.loading .loading-icon {
  font-size: 4.8125rem;
  line-height: 5.25rem;
  text-shadow: rgba(255, 255, 255, 0.75) 0 0 0.5em;
  -webkit-animation: loading 1s steps(4) infinite;
  -moz-animation: loading 1s steps(4) infinite;
  -o-animation: loading 1s steps(4) infinite;
  animation: loading 1s steps(4) infinite;
  display: block;
  vertical-align: middle;
}
.loading .loading-icon:before {
  vertical-align: middle;
  content: "\e000";
  font-family: load;
}
.marginBottom7 {
  margin-bottom: 7px;
}
.inventoryListHeader {
  text-align: left;
  padding: 3px 25px;
}
.updates {
  background-color: #f5f5f5;
  padding: 20px;
  font-size: 12px;
}
.updatesPanel {
  padding-top: 10px;
}
.linkDisable {
  text-decoration: none;
  color: #000;
}
.linkDisable:hover {
  text-decoration: none;
  color: #000;
  cursor: default;
}
.form-group .custom-combobox {
  width: 250px;
}
#right-sidebar {
  background-color: #fff;
  border-left: 1px solid #e7eaec;
  border-top: 1px solid #e7eaec;
  overflow: hidden;
  position: fixed;
  top: 60px;
  width: 260px !important;
  z-index: 1009;
  bottom: 0;
  right: -260px;
}
#right-sidebar.sidebar-open {
  right: 0;
}
.sidebar-container .sidebar-content {
  padding: 15px 20px;
  font-size: 12px;
}
.sidebar-container .sidebar-title {
  background: #f9f9f9;
  padding: 20px;
  border-bottom: 1px solid #e7eaec;
}
.sidebar-container .sidebar-title h3 {
  margin-bottom: 3px;
  padding-left: 2px;
}
.sidebar-container ul.sidebar-list {
  margin: 0;
  padding: 0;
}
.sidebar-container ul.sidebar-list li {
  border-bottom: 1px solid #e7eaec;
  padding: 15px 20px;
  list-style: none;
  font-size: 12px;
}
.sidebar-container ul.sidebar-list li a {
  text-decoration: none;
  color: #96c2e9;
}
.sidebar-container ul.sidebar-list li h4 {
  font-weight: bold !important;
  font-size: small;
}
.slimScrollDiv {
  padding-bottom: 60px;
}
.top10 {
  top: 10px;
}
.margin-top-10 {
  margin-top: 10px;
}
.float-right {
  float: right;
}
.messagePanel {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}
.messagePanel p {
  text-align: left;
}
#loadingDiv {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
  text-align: center;
}
#loadingDiv div {
  position: relative;
  top: 80px;
  text-align: center;
  z-index: 100;
  font-weight: bold;
}
.ui-menu-item,
.ui-autocomplete-input {
  font-family: "Hind", sans-serif !important;
  font-size: 16px !important;
  letter-spacing: 0.03em !important;
  color: #2d2d2d !important;
}
.provider-lookup .ui-autocomplete-input {
  width: 300px;
}
.provider-lookup .btn-default {
  margin-bottom: 8px;
  margin-left: 30px;
}
.advanced-search {
  font-size: 12px;
}
.advanced-search .custom-combobox {
  height: 20px;
  width: 100%;
}
.advanced-search .ui-autocomplete-input {
  height: 20px;
  width: 400px;
  font-size: 12px !important;
  padding: 0px 10px;
}
.advanced-search .client-dropdown .ui-autocomplete-input {
  width: 200px;
}
.goRight {
  text-align: right;
  float: right;
}
.forgotbutton{
    background:none!important;
     border:none; 
     padding:0!important;
    
    /*optional*/
    font-family:arial,sans-serif; /*input has OS specific font-family*/
     color:#069;
     text-decoration:underline;
     cursor:pointer;
}
/*# sourceMappingURL=global.css.map */