@font-face {
  font-family: "Open Sans Italic";
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("Open-Sans-Italic"),
    url("../fonts/open-sans/OpenSans-Italic.woff") format("woff"),
    url("../fonts/open-sans/OpenSans-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans Bold";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("Open-Sans-Bold"),
    url("../fonts/open-sans/OpenSans-Bold.woff") format("woff"),
    url("../fonts/open-sans/OpenSans-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans Semibold";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Semibold"), local("Open-Sans-Semibold"),
    url("../fonts/open-sans/OpenSans-Semibold.woff") format("woff"),
    url("../fonts/open-sans/OpenSans-Semibold.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("Open-Sans-Regular"),
    url("../fonts/open-sans/OpenSans-Regular.woff") format("woff"),
    url("../fonts/open-sans/OpenSans-Regular.ttf") format("truetype");
}

form {
  margin: 0px;
  padding: 0px;
}

div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  overflow: hidden;
  background-color: #eee;
  color: #333;
  font-family: "Open Sans", "Myriad Pro", "Arial";
  font-size: 12px;
}

thead {
  text-transform: uppercase;
  font-weight: bold;
}

div.radio {
  float: left;
  width: 200px;
}

.page-header {
  z-index: 5;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 39px;
  background: #333; /* Old browsers */
}

.page-content {
  background-color: #fff;
  position: absolute;
  top: 71px;
  bottom: 30px;
  left: 0px;
  right: 0px;
  padding-top: 5px;
  overflow-y: auto;
  overflow-x: hidden;
}

.page-footer {
  background-color: #eee;
  z-index: 5;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 30px;
  border-top: solid 1px #ccc;
  color: #777;
  line-height: 30px;
  padding: 0px 10px;
}

.page-footer a {
  color: #777;
  text-decoration: none;
}

.page-footer a:hover {
  text-decoration: underline;
}

.logged-in-as-footer:hover {
  text-decoration: underline;
  color: #666666;
  cursor: default;
}

.page-header > div {
  position: absolute;
  top: 0px;
  height: 100%;
}

.production-banner {
  font-family: "Open Sans", "Arial";
  font-size: 12px;
  line-height: 33px;
  padding-left: 3px;
  color: #ccc;
}

.rxflex-logo {
  left: 0px;
  width: 235px;
  padding: 8px 15px;
  float: left;
}

.rxflex-logo > div {
  float: left;
}

.rxflex-logo .rxflex-logo-rx {
  font-family: "Open Sans", "Arial";
  letter-spacing: 1px;
  color: #408bca;
  font-size: 24px;
}

.rxflex-logo .rxflex-logo-flex {
  font-family: "Open Sans", "Arial";
  letter-spacing: 1px;
  color: #ddd;
  font-size: 24px;
}

.rxflex-logo .rxflex-logo-version {
  font-family: "Open Sans", "Arial";
  color: #ccc;
  font-size: 12px;
  line-height: 33px;
  padding-left: 15px;
}

.top-nav {
  /*left: 217px;
    right: 80px;*/
  left: 0px;
  right: 0px;
  min-width: 700px;
}

.top-nav .nav-parent-item {
  float: left;
  font-family: "Open Sans", "Arial";
  letter-spacing: 0.5px;
  color: #fff;
  font-size: 13px;
  height: 37px;
}
/*.top-nav .nav-parent-item:not(.icon-div) {
    display: none;
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}*/

.top-nav > div a {
  display: inline-block;
  /*height: 100%;*/
  color: #ddd;
  text-decoration: none;
  cursor: default;
  margin: 14px 12px 11px 12px;
}
.top-nav > div a.sub-nav-link {
  margin: 9px 12px 11px;
  color: #333;
  font-weight: 500;
}

.top-nav .top-header-sub-sub-nav a {
  margin: 11px 12px 13px 12px;
}

.top-nav > .nav-parent-item a:hover {
  color: #408bca;
}

.top-nav > .nav-parent-item.active > a,
.top-nav .sub-sub-nav-item.active > a,
.top-nav .sub-nav-item.active > a {
  color: #408bca;
}

.top-nav > div.active {
  /* background: #3c3c3c; */ /* Old browsers */
}

.top-nav .icon-div {
  float: right;
}

.top-nav .icon {
  /* background-position: 32px; */
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.68;
  filter: alpha(opacity=68); /* For IE8 and earlier */
  min-width: 16px;
  margin: 0;
  padding: 0px 12px 0px 12px;
  height: 100%;
  cursor: pointer;
}

.top-nav .icon:hover {
  /* background-position: 32px; */
  background-repeat: no-repeat;
  opacity: 0.95;
  filter: alpha(opacity=95); /* For IE8 and earlier */
}

.top-nav .active .icon {
  background-repeat: no-repeat;
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}

.top-nav .workspace-icon {
  background-image: url(../images/icons/top-nav/request-icon-inactive.png);
  display: none;
}
.top-nav .active .workspace-icon {
  background-image: url(../images/icons/top-nav/request-icon-rxcomplete.png);
}

/*.top-nav .admin-icon {
    background-image:url(../images/icons/top-nav/admin-icon-inactive.png);
}*/
.top-nav .admin-icon:before {
  content: "\e994";
  font-family: icomoon;
  display: block;
  font-size: 24px;
  margin-top: 8px;
}
.top-nav .active .admin-icon:before {
  color: #4491c4;
  /*background-image:url(../images/icons/top-nav/admin-icon-rxcomplete.png);*/
}

.top-nav .export-icon {
  background-image: url(../images/icons/top-nav/export-icon-inactive.png);
}
.top-nav .active .export-icon {
  background-image: url(../images/icons/top-nav/export-icon-rxcomplete.png);
}

.top-nav .analytics-icon {
  background-image: url(../images/icons/top-nav/report-icon-inactive.png);
}
.top-nav .active .analytics-icon {
  background-image: url(../images/icons/top-nav/report-icon-rxcomplete.png);
}

.top-header-sub-nav {
  /*display: none;*/
  position: fixed;
  top: 38px;
  left: -99999999px;
  width: 100%;
  background: #aaa;
  z-index: 1;
  min-height: 33px;
  padding: 0 10px 0 217px;
}
.page-header .header-secondary-background {
  width: 100%;
  /*width: calc(100% + 270px);*/
  height: 33px;
  position: fixed;
  top: 38px;
  background: #aaa;
  /*left: -217px;*/
}
.top-header-sub-sub-nav {
  position: fixed;
  /*top: 33px;*/
  left: -99999999px;
  width: 100%;
  background: #555;
  z-index: -1;
  min-height: 36px;
  padding: 0 80px 0 235px;
}
.page-header:hover .active-menu-item > a.after:after {
  content: "";
  border: solid 8px transparent;
  border-top: 0;
  border-bottom-color: #aaa;
  position: absolute;
  bottom: -12px;
  left: calc(50% - 8px);
}
.active-menu-item a.icon:after {
  display: none !important;
}
.active-menu-item a {
  position: relative;
}
.active-menu-item .top-header-sub-nav {
  z-index: 2;
  left: 18px;
}

.page-header:hover .active-sub-menu-item > a.after:after {
  content: "";
  border: solid 8px transparent;
  border-top: 0;
  border-bottom-color: #555;
  position: absolute;
  bottom: -11px;
  left: calc(50% - 8px);
}
.active-sub-menu-item a.icon:after {
  display: none !important;
}
.active-sub-menu-item a {
  position: relative;
}
.page-header:hover .active-sub-menu-item .top-header-sub-sub-nav {
  z-index: 2;
  min-height: 37px;
  left: 0;
}
.sub-sub-nav-item,
.sub-nav-item {
  display: inline-block;
  float: left;
  clear: none;
}
.active-sub-menu-item:hover > a {
  color: #fff;
}

.page-header .user-info-logout {
  right: 0px;
  width: 80px;
  float: right;
}

.header-login-person-icon {
  display: none;
  font-size: 12px;
  padding: 1px; /* If the text is cut off, just set the padding:1px; */
  float: right;
  margin-right: 6px;
  margin-top: 15px;
  padding-left: 25px;
  height: 16px;
  background-repeat: no-repeat;
  background-image: url(../images/adaptive/icons/login-person-white.png);
  -moz-opacity: 0.9;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.header-login-person-icon a {
  color: #fff;
}

.header-logout {
  float: right;
  position: relative;
}

.active-menu-item:hover > a {
  color: #fff;
}

.active-menu-item.active:hover > a {
  color: #408bca;
}

/*.breadcrumb {
    color: #DDD;
    font-family: 'Open Sans', 'Arial';
    letter-spacing: .5px;
    font-size: 13px;
    height: 37px;
    padding: 14px 12px 11px 12px;
    position: absolute;
    top: 0;
    left: 217px;
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}
.page-header:hover .breadcrumb{
    display: none;
}
.page-header:hover .nav-parent-item{
    display: block;
}*/
/*.page-header:hover .top-header-sub-nav{
    display: block;
}*/

.windowLoadingDiv,
.windowLoadingDiv2,
.feature-loading-div {
  z-index: 100000;
}
#loader-overlay,
.loader-overlay,
.k-loading-image,
#loading-bar-spinner.spinner {
  background-image: none;
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;
  position: absolute;
  z-index: 100000 !important;
  animation: loading-bar-spinner 400ms linear infinite;
  width: 40px;
  height: 40px;
  border:  solid 4px transparent;
  border-top-color:  #408bca !important;
  border-left-color: #408bca !important;
  border-radius: 50%;
}
.loading-indicator-inline {
  background-image: none;
  display: inline-block;
  margin-top: 4px;
  margin-left: 4px;
  animation: loading-bar-spinner 400ms linear infinite;
  width: 16px;
  height: 16px;
  border:  solid 4px transparent;
  border-top-color:  #408bca !important;
  border-left-color: #408bca !important;
  border-radius: 50%;
}
@keyframes loading-bar-spinner {
  0%   { transform: rotate(0deg);   transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes k-loading-image {
  0%   { transform: rotate(0deg);   transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes loader-overlay {
  0%   { transform: rotate(0deg);   transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}
#pageLoadingIndicator {
  /*display: none;*/
  position: absolute;
  top: 50%;
  left: calc(50% - (300px / 2));
  width: 300px;
}
#pageLoadingIndicator:before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(204, 204, 204, 0.4);
}
#pageLoadingIndicator:after {
  content: attr(data-message);
  height: 20px;
  width: 330px;
  display: block;
  margin-top: -30px;
  text-align: center;
  margin-left: -35px;
  background-color: #fff;
  border: 1px solid #999;
  box-shadow: 0px 3px 23px 1px rgba(0, 0, 0, 0.44);
  padding: 10px 20px 20px;
}
#pageLoadingIndicator .bar1 {
  background-color: #408bca;
}
.pointer {
  cursor: pointer !important;
}
