﻿/* Font Face -------------------------------------------------------- */
@font-face {
  font-family: 'Open Sans';
  src: url('/Styles/fonts/OpenSans-Regular.eot');
  src: local('Open Sans'), local('OpenSans'), url('/Styles/fonts/OpenSans-Regular.eot') format('embedded-opentype'), url('/Styles/fonts/OpenSans-Regular.woff') format('woff'), url('/Styles/fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/Styles/fonts/OpenSans-Semibold.eot');
  src: local('Open Sans'), local('OpenSans'), url('/Styles/fonts/OpenSans-Semibold.eot') format('embedded-opentype'), url('/Styles/fonts/OpenSans-Semibold.woff') format('woff'), url('/Styles/fonts/OpenSans-Semibold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
html,
body,
form {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #4c5157;
  padding: 0;
  margin: 0;
}
.ui-widget {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
a {
  color: #003366;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}
fieldset {
  background-color: #f7f8f9;
}
input[type="submit"] {
  font-size: 12px;
}
.Toolbar,
.Toolbar a {
  font-weight: bold;
  background: #eeeeee;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
  /* W3C */
  color: #4C5157;
  padding: 10px;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0.8em 0;
}
/* NEW MANAGER CSS -----------*/
.cxm_header {
  background: #f7f8f9;
  position: relative;
  padding: 10px;
}
.cxm_header .left-box {
  padding: 5px 0;
  width: 20%;
  float: left;
}
.cxm_header .left-box .icon-home {
  padding: 0 5px;
}
.cxm_header .left-box .icon-home img {
  max-width: 36px;
}
.cxm_header .left-box .select-menu {
  margin-left: 10px;
  vertical-align: middle;
  font-size: 20px;
}
.cxm_header .middle-box {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  vertical-align: middle;
  width: 60%;
  float: left;
}
.cxm_header .right-box {
  width: 20%;
  float: left;
  text-align: right;
}
.cxm_header .right-box .user-sethome {
  display: block;
}
.cxm_header .right-box .user-name {
  font-weight: bold;
}
.cxm_header .user-anonymous {
  font-size: 28px;
  font-weight: bold;
}
.cxm_header .user-anonymous > * {
  vertical-align: middle;
}
.cxm_header .user-anonymous img {
  max-width: 36px;
}
.cxm_header:after {
  content: "";
  display: block;
  float: none;
  clear: both;
}
.cxm_header .box-help {
  top: 10px;
  right: 0;
  position: absolute;
}
.cxm_header .box-help .help-icon {
  background-image: url('/Images/icon-help.png');
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  color: #f1f1f1;
  vertical-align: middle;
  cursor: pointer;
}
.cxm_header .box-help .help-content {
  background-color: #FFFFFF;
  width: 600px;
  position: absolute;
  top: 20px;
  right: 0px;
  border: 1px solid #141414;
  padding: 15px;
}
.SubTitle {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.Header {
  padding: 10px;
  font-weight: bold;
  background: #f7f8f9;
}
.cxm_subheader {
  background-color: #4473A9;
}
.cxm_breadcrumb {
  background-color: #f7f8f9;
  border-bottom: 1px solid #369;
  padding: 5px 10px;
}
.cxm_content {
  padding: 10px;
}
/* Button -----------------------------------------------------------*/
.cxw_button {
  background: #ffffff;
  color: #333333;
  border: 1px solid #d6d6d6;
  font-size: 14px;
}
.cxw_button:hover {
  color: #555555;
}
.cxw_button.gray {
  background: #f7f8f9;
}
.cxw_button.darkgray {
  background: #f0f2f4;
}
.cxw_button.blue {
  background-color: #003672;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  padding: 5px 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.cxw_button.blue:hover {
  text-decoration: none;
  background-color: #365A82;
  background-image: none;
}
/* GridView   ----------------------------------------------------------*/
table.gridview {
  border-collapse: collapse;
  width: 100%;
  overflow: hidden;
}
table.gridview td {
  padding: 10px;
}
table.gridview th {
  background: #eeeeee;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
  /* W3C */
  color: #4C5157;
  padding: 10px;
  box-sizing: border-box;
}
table.gridview > tbody > tr:nth-child(odd) {
  background-color: #ffffff;
}
table.gridview > tbody > tr:nth-child(even) {
  background-color: #F7F6F8;
}
table.gridview > tbody > tr {
  border: 1px solid #FFF;
}
table.gridview > tbody > tr.cssPager {
  background: #eeeeee;
}
.full-width input[type='text'] {
  width: 90%;
}
table.gridview .cssPager table {
  margin: auto;
}
table.gridview .cssPager span {
  font-size: 16px;
  font-weight: bold;
}
table.gridview .cssPager td {
  padding-left: 4px;
  padding-right: 4px;
}
.cssCommand td {
  text-align: right;
  padding: 4px;
  width: 100px;
}
.cssCommand td a {
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  min-width: 50px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  background-color: #00458A;
  background: -moz-linear-gradient(top, #00458A 0%, #003366 100%);
  /* Mozilla Firefox */
  background: -o-linear-gradient(top, #00458A 0%, #003366 100%);
  /* Opera */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00458A), color-stop(1, #003366));
  /* Webkit (Safari/Chrome 10) */
  background: -webkit-linear-gradient(top, #00458A 0%, #003366 100%);
  /* Webkit (Chrome 11+) */
  background: linear-gradient(to bottom, #00458A 0%, #003366 100%);
  /* W3C Markup, IE10 Release Preview */
  color: white;
}
.cssCommand td a:hover {
  background-color: #003366;
  background: -moz-linear-gradient(top, #003366 0%, #00458A 100%);
  /* Mozilla Firefox */
  background: -o-linear-gradient(top, #003366 0%, #00458A 100%);
  /* Opera */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #003366), color-stop(1, #00458A));
  /* Webkit (Safari/Chrome 10) */
  background: -webkit-linear-gradient(top, #003366 0%, #00458A 100%);
  /* Webkit (Chrome 11+) */
  background: linear-gradient(to bottom, #003366 0%, #00458A 100%);
  /* W3C Markup, IE10 Release Preview */
  text-decoration: none;
}
/* TAB MENU   ----------------------------------------------------------*/
div.hideSkiplink {
  background-color: #369;
  width: 100%;
}
div.menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: auto;
  z-index: 1;
}
div.menu ul li a,
div.menu ul li a:visited {
  background-color: #4473A9;
  border-right: 1px #ffffff solid;
  color: #fff;
  font-size: 18px;
  display: block;
  line-height: 1.35em;
  padding: 8px 20px;
  text-decoration: none;
  white-space: nowrap;
}
div.menu ul li a:hover {
  background-color: #2C4C72;
  color: #fff;
  text-decoration: none;
}
div.menu ul li a:active {
  background-color: #2C4C72;
}
div.menu ul li a.static.selected {
  background-color: #2C4C72;
}
/* TAB SubMENU   ----------------------------------------------------------*/
div.submenu {
  padding: 4px 0px 0px 8px;
}
div.submenu ul {
  z-index: 0;
  list-style-type: none;
  margin: 0 0 0 10px;
  padding: 0;
}
div.submenu ul:after {
  display: block;
  clear: both;
  content: "";
  height: 20px;
}
div.submenu ul li {
  display: inline-block;
  clear: none;
  float: left;
  height: 24px;
}
div.submenu ul li a {
  background-color: #4473A9;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  font-size: 16px;
  line-height: 32px;
  margin-left: 6px;
  margin-top: 12px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: auto;
  padding: 0 5px;
}
div.submenu ul li.active a,
.mrm_tabs ul li.active a:hover {
  background-color: #FFFFFF;
  color: #4473A9;
  pointer-events: none;
}
div.submenu ul li a:hover {
  background-color: #2c4c72;
  color: #FFFFFF;
}
div.submenu ul li a.static.selected {
  background-color: #f7f8f9 !important;
  color: #369 !important;
  text-decoration: none !important;
}
#ReportLeft {
  float: left;
  border: 2px solid #ccc;
  padding: 5px;
  background: #fff;
  width: 40%;
  min-height: 330px;
}
#ReportMiddle {
  float: left;
  margin-left: 5px;
  border: 2px solid #ccc;
  padding: 5px;
  background: #fff;
  width: 25%;
  min-height: 330px;
}
#ReportRight {
  float: left;
  margin-left: 5px;
  border: 2px solid #ccc;
  padding: 5px;
  background: #fff;
  width: 25%;
  min-height: 330px;
}
.dvViewDetails {
  float: right;
  height: 17px;
}
.aShowDetails {
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  padding: 5px 20px 0;
  background-color: #eeeeee;
  color: #333333;
  text-decoration: none;
}
.charts {
  width: 310px;
  height: 170px;
  display: block;
}
.cxw_messagepanel {
  background: rgba(86, 144, 208, 0.7);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  /* -moz-box-shadow: -2px -2px 5px -3px #CCCCCC;     -webkit-box-shadow: -2px -2px 5px -3px #CCCCCC;     -o-box-shadow: -2px -2px 5px -3px #CCCCCC;     box-shadow: -2px -2px 5px -3px #CCCCCC;*/
  color: #FFFFFF !important;
  font-size: 15px;
  left: 50%;
  margin-left: -125px;
  margin-top: -20px;
  display: none;
  padding: 15px;
  position: fixed;
  text-align: center;
  top: 50%;
  width: 250px;
  z-index: 2147483647;
}
.cxw_messagepanel.error {
  border: none !important;
  box-shadow: none !important;
  /*border: 5px solid orange;*/
}