.info-box:after,
.info-box .row:after,
.info-box .holder:after {
  display: block;
  clear: both;
  content: " ";
}

body {
    background-color: 
}

.navbar ul,
#nav ul,
.paging,
.footer-nav{
    margin: 0;
    padding: 0;
    list-style: none;
}

.info-box:after,
.info-box .row:after,
.info-box .holder:after {
  display: block;
  clear: both;
  content: " ";
}

.navbar ul,
#nav ul,
.paging,
.footer-nav{
    margin: 0;
    padding: 0;
    list-style: none;
}

::-webkit-input-placeholder {
  color: #202020;
}

:-moz-placeholder {
  color: #202020;
}

::-moz-placeholder {
  color: #202020;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #202020;
}

/* radio */
.jcf-radio {
vertical-align: middle;
display: inline-block;
position: relative;
overflow: hidden;
cursor: default;
background: #fff;
border: 1px solid #777;
border-radius: 9px;
margin: 0 3px 0 0;
height: 16px;
width: 16px;
}
.jcf-radio span{
display:none;
position:absolute;
top:3px;
left:3px;
right:3px;
bottom:3px;
background:#777;
border-radius:100%;
}
.jcf-radio input[type="radio"] {
position: absolute;
height: 100%;
width: 100%;
border: 0;
margin: 0;
left: 0;
top: 0;
}
.jcf-radio.jcf-checked span {display:block;}


/* custom checkbox styles */

.jcf-checkbox {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 3px 13px 0 0;
  width: 22px;
  height: 22px;
  border: 2px solid #7a95af;
  border-radius: 6px;
  background: #fff;
  vertical-align: middle;
  cursor: default;
}

.jcf-checkbox.jcf-checked {
  border: 2px solid #144372;
  background: #f3fcff;
}

.jcf-checkbox span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  margin: -4px 0 0 -5px;
  width: 10px;
  height: 6px;
  border: 3px solid #144372;
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.jcf-checkbox input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.jcf-checkbox.jcf-checked span {
  display: block;
}

/* custom select styles */

.jcf-select {
  position: relative;
  display: inline-block;
  margin: 0;
  min-width: 100%;
  height: 28px;
  border: 1px solid #144372;
  background: #fff;
  vertical-align: top;
}

.jcf-select select {
  top: 0;
  left: 0;
  z-index: 1;
}

.jcf-select .jcf-select-text {
  display: block;
  overflow: hidden;
  margin: 2px 15px 2px 4px;
  max-width: 375px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  line-height: 1.4;
  cursor: default;
}


.jcf-select .jcf-select-opener {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 37px;
  text-align: center;
}

.jcf-select .jcf-select-opener:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -5px;
  width: 0;
  height: 0;
  border-width: 7px 6px 0 6px;
  border-style: solid;
  border-color: #144372 transparent transparent transparent;
  content: "";
}

.jcf-select-opener.disabled:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -5px;
  width: 0;
  height: 0;
  border-width: 7px 6px 0 6px;
  border-style: solid;
  border-color: Silver transparent transparent transparent;
  content: "";
}

body > .jcf-select-drop {
  position: absolute;
  z-index: 10010 !important;
  margin: -1px 0 0;
}

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
  position: absolute;
  top: 100%;
  right: -1px;
  left: -1px;
  z-index: 10010 !important;
  margin-top: 0;
}

.jcf-select .jcf-drop-flipped {
  top: auto;
  bottom: 100%;
}

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #144372;
}

/* multiple select styles */

.jcf-list-box {
  display: inline-block;
  overflow: hidden;
  margin: 0 15px;
  min-width: 200px;
  border: 1px solid #b8c3c9;
}

/* select options styles */

.jcf-list {
  position: relative;
  display: inline-block;
  width: 100%;
  background: #fff;
  vertical-align: top;
  font-size: 12px;
  line-height: 14px;
}

.jcf-list .jcf-list-content {
  display: inline-block;
  overflow: auto;
  width: 100%;
  vertical-align: top;
}

.jcf-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.jcf-list ul li {
  display: block;
  overflow: hidden;
}

.jcf-list .jcf-overflow {
  overflow: auto;
}

.jcf-list .jcf-option {
  display: block;
  overflow: hidden;
  padding: 10px 9px;
  height: 1%;
  color: #144372;
  font-size: 15px;
  line-height: 1.4;
  cursor: default;
}

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000;
}

.jcf-list .jcf-optgroup-caption {
  display: block;
  padding: 5px 9px;
  color: #000;
  white-space: nowrap;
  font-weight: bold;
  cursor: default;
}

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  overflow-y: scroll;
  margin: 0;
  min-width: 1596px;
  height: 100%;
  background: #f2f2f2;
  color: #202020;
  font: 15px/1.0 Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: none;
}

input[type="email"],
input[type="tel"],
input[type="search"],
input[type="text"],
input[type="password"],
input[type="file"],
input[type="submit"],
textarea {
  border-radius: 0;

  -webkit-appearance: none;
}

* {
  max-height: 1000000px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

img {
  border-style: none;
}

a {
  color: #202020;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

input,
textarea,
select {
  color: #202020;
  vertical-align: middle;
  font: 100% Arial, Helvetica, sans-serif;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;

  *overflow: visible;
  -webkit-appearance: button;
}

input[type="submit"]:hover,
button:hover {
  cursor: pointer;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  margin: 0;
  padding: 4px 7px;
  border: 1px solid #144372;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  outline: none;
}

textarea {
  overflow: auto;
  border: 1px solid #144372;
  vertical-align: top;
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  box-sizing: content-box;

  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.2em;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.2em;
}

p {
  margin: 0 0 1.2em;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

html {
  box-sizing: border-box;
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

table {
  width: 100%;
}

table td {
  padding: 11px 7px;
  border: 1px solid #e6e6e6;
  font-size: 14px;
}

table td:first-child {
  text-align: left;
}

table th {
  padding: 10px;
  border-left: 1px solid #e6e6e6;
  background: #356da2;
  color: #fff;
  text-align: left;
  font-weight: normal;
  font-size: 14px;
}

table th:first-child {
  border: none;
}

table tr {
  background: #fff;
}

table tr:nth-child(2n+1) {
  background: #f3f4f6;
}

.accessibility {
  position: absolute;
  top: auto;
  left: -10000px;
  overflow: hidden;
  width: 1px;
  height: 1px;
}

.accessibility:focus {
  position: static;
  width: auto;
  height: auto;
}

#wrapper {
  position: relative;
  min-height: 100%;
  transition: all .3s ease;
}

.w1 {
  overflow-y: hidden;
  margin: 0 0 0 83px;
  padding-bottom: 70px;
  /*width: 2200px;*/ /* removed to suppress horizontal scrollbar */
  transition: all .3s ease;
}

#main {
  position: relative;
  margin: 180px 30px 40px;
  width: 960px;
  transition: all .3s ease;
}

.inner-style-page #main {
  margin: 104px 30px 40px;
}

.navbar {
  position: fixed;
  top: 281px;
  right: 0;
  z-index: 2;
  width: 208px;
}

.navbar .nav-box {
  margin: 0 0 9px;
  padding: 27px 6px 24px 29px;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(226, 226, 226, .75);
}

.navbar strong {
  display: inline-block;
  margin: 0 0 21px;
  color: #000;
  vertical-align: top;
  font-size: 18px;
}

.navbar ul li {
  margin: 14px 0 0;
}

.navbar ul li.active a {
  font-weight: bold;
}

.navbar ul li:first-child {
  margin: 0;
}

.navbar ul a {
  color: #356da2;
}

.navbar ul a:hover {
  text-decoration: none;
}

.navbar input[type="submit"] {
  margin: 0 0 9px;
  padding: 9px 2px;
  width: 65%;
  border: none;
  background: #418c4d;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  transition: all .3s ease;
}

.navbar input[type="submit"]:hover {
  background: #418c11;
  text-decoration: none;
}

    .navbar input[type="submit"]:disabled {
        background: #585858;
        color: #a1a1a1;
        cursor:default;
    }


.navbar input[type="reset"] {
  margin: 0 0 9px;
  padding: 9px 2px;
  width: 65%;
  border: none;
  background: #f29f05;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  transition: all .3s ease;  
}

.navbar input[type="reset"]:hover {
  background: #f8af27;
  text-decoration: none;
}

.navbar input[type="button"] {
    margin: 0 0 9px;
    padding: 9px 2px;
    width: 65%;
    border: none;
    background: #f24130;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    transition: all .3s ease;
}

.navbar input[type="button"]:hover {
    background: #fa5c4c;
    text-decoration: none;
}



.back {
  position: relative;
  float: right;
  overflow: hidden;
  width: 67px;
  height: 67px;
  background: #356da2;
  text-indent: -9999px;
  transition: all .3s ease;
}

.back:after {
  position: absolute;
  top: 22px;
  left: 25px;
  width: 17px;
  height: 24px;
  background: url(../images/sprite.png) no-repeat -147px -231px;
  content: "";
}

.back:hover {
  background: #356dc5;
}

#sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  z-index: 2;
  width: 83px;
  background: #144372;
  color: #f7f7f7;
  transition: all .3s ease;
}

#nav {
  padding: 30px 0;
  width: 83px;
  height: 100%;
  background: #144372;
  text-align: center;
  transition: all .3s ease;
}

#nav ul {
  color: #f7f7f7;
}

#nav ul a {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 29px 10px;
  min-height: 88px;
}

#nav ul a:after {
  position: absolute;
  top: 29px;
  left: 25px;
  width: 33px;
  height: 32px;
  background: url(../images/sprite.png) no-repeat 0 -26px;
  content: "";
}

#nav ul a:hover {
  background: #346ca2;
  color: #fff;
  text-decoration: none;
}

#nav ul a:hover:after {
  background-position: -46px -26px;
}

#nav ul a:hover:before {
  position: absolute;
  top: 6px;
  right: 3px;
  bottom: 6px;
  width: 3px;
  background: #fff;
  content: "";
}

#nav ul span {
  display: none;
}

#nav li.active a {
  background: #346ca2;
  color: #fff;
  text-decoration: none;
}

#nav li.active a:before {
  position: absolute;
  top: 6px;
  right: 3px;
  bottom: 6px;
  width: 3px;
  background: #fff;
  content: "";
}

#nav li.active .accounts:after {
  background-position: -46px -26px;
}

#nav li.active .products:after {
  background-position: -46px -156px;
}

#nav li.active .subscriptions:after {
  background-position: -94px -226px;
}

#nav li.active .library:after {
  background-position: -46px -111px;
}

#nav li.active .vantage:after {
    background-position: -46px -250px;
}

#nav li.active .reports:after {
  background-position: -47px -205px;
}

#nav li.active .email:after {
  background-position: -48px -74px;
}

#nav .products:after {
  width: 31px;
  height: 31px;
  background-position: -1px -156px;
}

#nav .products:hover:after {
  background-position: -46px -156px;
}

#nav .products.active {
  background-position: -46px -156px;
}

#nav .subscriptions:after {
  width: 33px;
  height: 33px;
  background-position: -129px -181px;
}

#nav .subscriptions:hover:after {
  background-position: -94px -226px;
}

#nav .library:after {
  top: 30px;
  width: 33px;
  height: 31px;
  background-position: -1px -111px;
}

#nav .library:hover:after {
  background-position: -46px -111px;
}

#nav .vantage:after {
  width: 36px;
  height: 48px;
  background-position: -1px -250px;
}

#nav .vantage:hover:after {
  background-position: -45px -250px;
}

#nav .reports:after {
  width: 33px;
  height: 32px;
  background-position: -1px -205px;
}

#nav .reports:hover:after {
  background-position: -47px -205px;
}

#nav .email:after {
  top: 33px;
  width: 31px;
  height: 21px;
  background-position: -1px -74px;
}

#nav .email:hover:after {
  background-position: -48px -74px;
}

#nav .nav-opener {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 27px 69px;
  padding: 0;
  width: 30px;
  height: 21px;
  text-indent: -9999px;
}

#nav .nav-opener:hover {
  opacity: .8;
}

#nav .nav-opener:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 21px;
  background: url(../images/sprite.png) no-repeat -170px -30px;
  content: "";
}
#header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  background: #fff;
  transition: all .3s ease;
}

#header .header-top {
  overflow: hidden;
  padding: 15px 15px 14px 114px;
  min-width: 840px;
  border-bottom: 2px solid #c3d4dc;
  transition: all .3s ease;
}

#header .user-link {
  float: right;
  margin: 16px 0 0 28px;
  font-weight: bold;
}

#header .navigation {
  margin: 0;
  padding: 17px 30px 12px 110px;
  border-bottom: 1px solid #c3d4dc;
  background: #fafafa;
  list-style: none;
  white-space: nowrap;
  letter-spacing: -4px;
  font-size: 0;
  line-height: 0;
  transition: all .3s ease;
}

#header .navigation li {
  display: inline-block;
  margin: 0 0 0 8px;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 16px;
}

#header .navigation li:first-child {
  margin: 0;
}

#header .navigation li.active a {
  background: #144372;
  color: #fff;
  text-decoration: none;
}

#header .navigation a {
  display: block;
  padding: 20px 14px;
  color: #144372;
  font-weight: bold;
}

#header .navigation a:hover {
  background: #144372;
  color: #fff;
  text-decoration: none;
}

.logo {
  float: left;
  width: 168px;
  height: 50px;
}

.logo a {
  display: block;
}

.logo img {
  width: 100%;
}

.tool-bar {
  float: right;
  margin: 0;
  padding: 15px 10px;
  list-style: none;
}

.tool-bar li {
  float: left;
  margin: 0 0 0 58px;
}

.tool-bar li:first-child {
  margin: 0;
}

.tool-bar a {
  position: relative;
  color: #738a96;
  font-weight: bold;
}

.tool-bar a:after {
  position: absolute;
  top: 2px;
  left: -25px;
  width: 16px;
  height: 16px;
  background: url(../images/sprite.png) no-repeat;
  content: "";
}

.tool-bar a:hover {
  color: #767676;
  text-decoration: none;
}

.tool-bar .help:after {
  top: 1px;
  left: -17px;
  width: 9px;
  height: 16px;
  background-position: -34px 0;
}

.tool-bar .logout:after {
  top: 0;
  width: 16px;
  height: 18px;
  background-position: -96px -151px;
}

.sidebar-opener .w1 {
  margin: 0 0 0 300px;
}

.sidebar-opener #sidebar {
  width: 300px;
}

.sidebar-opener #nav {
  width: 300px;
  text-align: left;
}

.sidebar-opener #nav ul li.active a {
  color: #fff;
  font-weight: bold;
}

.sidebar-opener #nav ul a {
  padding: 29px 10px 29px 83px;
  color: #c3d4dc;
  text-indent: 0;
}

.sidebar-opener #nav ul a:hover {
  color: #fff;
  font-weight: bold;
}

.sidebar-opener #nav ul a:hover:before {
  background: none;
}

.sidebar-opener #nav ul a:after {
  left: 25px;
}

.sidebar-opener #nav ul a:before {
  background: none;
}

.sidebar-opener #nav ul span {
  display: block;
  padding: 5px 0 0;
  width: 190px;
}

.sidebar-opener #nav .nav-opener {
  margin: 0 28px 69px 27px;
  padding: 0;
  width: auto;
  color: #fff;
  text-indent: 0;
}

.sidebar-opener #nav .nav-opener span {
  display: block;
  padding: 0 0 0 54px;
  width: 250px;
}

.sidebar-opener #nav .nav-opener:hover {
  text-decoration: none;
}

.sidebar-opener #header {
  left: 300px;
}

.sidebar-opener #header .header-top {
  padding: 15px 15px 14px 30px;
}

.sidebar-opener #header .navigation {
  padding: 15px 30px 13px 30px;
}

.sidebar-opener #footer .footer-holder {
  padding: 16px 31px 16px 330px;
}

.field-holder {
  margin: 0 0 20px;
}

.field-holder h1 {
  margin: 0 0 10px;
  color: #036;
  font-size: 22px;
}

.field-holder button {
  position: relative;
  float: left;
  padding: 10px 22px 10px 48px;
  min-height: 38px;
  max-width: 188px;
  outline: none;
  border: none;
  background: #418c4d;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  transition: all .3s ease;
}

.field-holder button:hover {
  background: #418c09;
  text-decoration: none;
}

.field-holder button:after {
  position: absolute;
  top: 11px;
  left: 23px;
  width: 17px;
  height: 17px;
  background: url(../images/sprite.png) no-repeat -183px -151px;
  content: "";
}

.text-style .jcf-select .jcf-select-text {
  color: #356da2;
}

.info-box {
  margin: 0 0 22px;
  padding: 22px 30px 20px;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(226, 226, 226, .75);
  color: #144372;
}

.info-box .col {
  float: left;
  padding: 0;
  width: 50%;
}

.info-box .col:first-child {
  padding: 0 25px 0 0;
}

.info-box .view {
  padding: 0 20px 0 15px;
}

.info-box .view .label-style {
  margin: 15px 0 0;
}

.info-box .row {
  margin: 21px 0 0;
}

.info-box .row:first-child {
  margin: 0;
}

.info-box .label-style {
  margin: 11px 0 0;
}

.info-box .label-style label {
  display: inline-block;
  margin: 0;
  padding: 6px 0 0;
  max-width: 335px;
  vertical-align: top;
  line-height: .9;
}

#custom-settings .info-box .label-style label {
  max-width: none;
}

.info-box .opt-style {
  margin: 22px 0 0;
}

.info-box .opt-style label {
  padding: 6px 0 0;
  line-height: .9;
}

.info-box .popup-style {
  margin: 32px 0 0;
}

.info-box .textarea-style {
    padding: 0;
}

.info-box .textarea-style textarea {
  height: 100px;
}

.info-box input {
  padding: 2px 4px;
  width: 100%;
  height: 28px;
}

.info-box label {
  display: inline-block;
  margin: 0 0 3px;
  vertical-align: top;
}

.info-box .text {
  display: block;
  margin: 0 0 5px;
  padding: 1px 40px 0;
  color: #144372;
  font-style: italic;
  font-size: 12px;
}

.info-box textarea {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  height: 131px;
  resize: none;
}

.info-box .productAccessWindow textarea {
  height: 60px;
}

.info-box .last label {
    display: block;
}

.info-box .last input[type="text"] {
  width: 242px;
}

.info-box input[type="reset"] {
  padding: 6px 6px 6px 44px;
  border: none;
  background: #f29f05;
  color: #fff;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  min-height: 38px;
}

.info-box input[type="reset"]:hover {
  background: #f29f6a;
}

.info-box .reset-holder {
  position: relative;
  float: left;
  margin: 0 8px 0 0;
  width: 177px;
}

.info-box .reset-holder:after {
  position: absolute;
  top: 9px;
  left: 18px;
  width: 17px;
  height: 20px;
  background: url(../images/sprite.png) no-repeat -153px -150px;
  content: "";
  pointer-events: none;
}

.inner-style .row {
  margin: 4px 0 0;
}

.label-style-width .label-style label {
  max-width: 375px;
}

.total-info {
  font-size: 14px;
}

.total-info dl {
  overflow: hidden;
  margin: 0 0 20px;
}

.total-info dt {
  float: left;
  margin: 0 3px 0 0;
  font-weight: bold;
}

.total-info dd {
  float: left;
  margin: 0 25px 0 0;
}

.total-info .counter {
  float: right;
  margin: 0 10px 0 0;
  color: #144372;
  font-size: 16px;
}

.total-info:after {
  display: table;
  clear: both;
  width: 100%;
  content: "";
}

.total-box {
  margin: 0 0 20px;
  width: 300px;
  box-shadow: 0 0 5px 0 rgba(226, 226, 226, .75);
  color: #202020;
  font-size: 14px;
}

#counter-header .total-box {
    width: 500px;
}

.total-box th {
  background: none;
  color: #202020;
  text-align: right;
  font-weight: normal;
  font-size: 14px;
}

.total-box th:first-child {
  text-align: left;
}

.total-box tr {
  background: #f3f4f6;
}

.total-box tr:nth-child(2n+1) {
  background: #fff;
}

.total-box td {
  padding: 11px 7px;
  text-align: right;
}

#counter-header .total-box td {
  text-align: left;
}

.total-box td:first-child {
  width: 192px;
  border-right: 1px solid #e6e6e6;
  text-align: left;
}

.table-holder {
  padding: 0 0 36px;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(226, 226, 226, .75);
}

.session-info {
  margin: 0 0 17px;
  width: 100%;
}

.session-info td {
  padding: 11px 7px;
  border: 1px solid #e6e6e6;
  text-align: right;
  font-size: 14px;
}

.session-info td:first-child {
  text-align: left;
}

.session-info td:last-child {
  padding-left: 0;
  width: 296px;
}

.session-info th {
  padding: 10px;
  border-left: 1px solid #e6e6e6;
  background: #356da2;
  color: #fff;
  text-align: left;
  font-weight: normal;
  font-size: 16px;
}

.session-info th:first-child {
  border: none;
}

.session-info tr {
  background: #fff;
}

.session-info tr:nth-child(2n+1) {
  background: #f3f4f6;
}

.session-info .progress .bar {
  height: 15px;
  background: #418c4d;
}

.session-info .user {
  width: 190px;
}

.session-info .session {
  width: 107px;
}

.session-info .session-length {
  width: 205px;
}

.session-info .length {
  width: 205px;
}

.session-info .cell-style {
  width: 157px;
}

.summary-info .col:first-child .jcf-select {
  float: left;
  margin: 0 16px 0 0;
  min-width: 120px;
  height: 28px;
}

.summary-info .col:first-child label {
  width: 100%;
}

.summary-info .item-text {
  display: inline-block;
  float: left;
  margin: 10px 24px 0 0;
  vertical-align: top;
}

.summary-info input {
  width: 198px;
}

.summary-info .k-autocomplete input {
  width: 100%;
}

.checked-row {
  margin: 0 0 10px;
  padding: 16px 0 0;
}

.checked-row label {
  padding: 5px 0 0;
}

.checked-right-col {
    margin-top: 16px;
}

.checked-right-col label {
    padding: 5px 0 0;
}

.options {
  overflow: hidden;
  margin: 0 0 10px;
  padding: 21px 0 0;
}

.product-row {
  padding: 0 60px 3px 0;
}

#notes .info-box {
  padding: 25px 91px 25px 29px;
}

#notes textarea {
  padding: 7px 10px;
  height: 169px;
  line-height: 1.5;
}

.block-style .info-box {
  padding: 0;
}

.search-icon {
  display: inline-block;
  overflow: hidden;
  margin: 2px 0 0 24px;
  width: 25px;
  height: 25px;
  background: url(../images/sprite.png) no-repeat -92px -186px;
  vertical-align: top;
  text-indent: -9999px;
}

.search-icon:hover {
  opacity: .8;
}

.username .col {
  padding: 27px 0 0;
  width: 50px;
}

.username .col:first-child {
  padding: 0;
  width: 325px;
}

.phone-row .col {
  margin: 24px 0 0 15px;
  padding: 0;
  width: 118px;
}

.phone-row .col:first-child {
  margin: 0;
  padding: 0;
  width: 242px;
}

.city-row .col {
  margin: 0 0 0 15px;
  padding: 0;
  width: 118px;
}

.city-row .col:first-child {
  margin: 0;
  padding: 0;
  width: 316px;
}

.popup-holder {
  position: relative;
  display: inline-block;
  margin: -7px 0 0 7px;
  vertical-align: top;
  font-size: 16px;
}

.k-window .popup-holder {
    margin: 0;
}

.popup-holder .open {
  display: block;
  overflow: hidden;
  width: 16px;
  height: 16px;
  background: url(../images/help_icon.png) no-repeat;
  text-indent: -9999px;
}

.popup-holder .open:hover {
  text-decoration: none;
  opacity: .8;
}

.popup-holder .open:focus {
  outline: none;
}

.popup-holder .popup {
  position: absolute;
  top: -113px;
  left: 50%;
  display: none;
  margin: 0 0 0 -132px;
  padding: 9px 12px;
  min-height: 103px;
  width: 261px;
  background: #767676;
  z-index: 999999;
}

.popup-holder .popup:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin: 0 0 0 -8px;
  width: 0;
  height: 0;
  border-width: 10px 8px 0 8px;
  border-style: solid;
  border-color: #767676 transparent transparent transparent;
  content: "";
}

.popup-holder .close {
  display: block;
  float: right;
  overflow: hidden;
  width: 17px;
  height: 17px;
  background: url(../images/sprite.png) no-repeat -56px -1px;
  text-indent: -9999px;
}

.popup-holder .text-popup {
  overflow: hidden;
  color: #fff;
  line-height: 1.4;
}

.select-row {
  margin: 0 0 12px;
}

.select-row .jcf-select {
  margin: 0 5px 0 0;
  min-width: 208px;
  height: 40px;
  border: 1px solid #3f74a6;
  background: #fafafa;
}

.select-row .jcf-select .jcf-select-text {
  margin: 8px 35px 6px 10px;
  color: #356da2;
  font-weight: bold;
}

.select-row .jcf-select-opener:after {
  border-color: #356da2 transparent transparent transparent;
}

.filter-row {
  overflow: hidden;
  margin: 0;
  padding: 8px 10px 8px 7px;
}

.filter-row .jcf-select {
  margin: 0 5px 0 0;
  min-width: 145px;
  height: 40px;
  background: #fafafa;
}

.filter-row .jcf-select .jcf-select-text {
  margin: 8px 63px 6px 10px;
  color: #356da2;
  font-weight: bold;
  font-size: 16px;
}

.clear {
  position: relative;
  display: inline-block;
  float: right;
  padding: 10px 19px 10px 45px;
  max-width: 500px;
  border: 1px solid #585858;
  background: #f7f7f7;
  color: #585858;
  vertical-align: top;
  font-weight: bold;
  font-size: 16px;
  transition: all .3s ease;
}

.clear:hover {
  background: #f7f7ed;
  text-decoration: none;
}

.clear:after {
  position: absolute;
  top: 50%;
  left: 19px;
  margin: -9px 0 0;
  width: 17px;
  height: 17px;
  background: url(../images/sprite.png) no-repeat -90px -68px;
  content: "";
}

.service-holder {
  margin: 0 0 135px;
  width: 100%;
  color: #202020;
  font-size: 14px;
}

.service-holder th {
  padding: 11px 7px;
  width: 126px;
  border-left: 1px solid #e6e6e6;
  color: #fff;
  text-align: left;
  font-weight: normal;
  font-size: 16px;
}

.service-holder th:first-child {
  width: 167px;
}

.service-holder th:last-child {
  width: 119px;
}

.service-holder .date-style {
  width: 142px;
}

.service-holder tr {
  background: #fff;
}

.service-holder tr:nth-child(2n+1) {
  background: #f3f4f6;
}

.service-holder tr:first-child {
  border-right: 1px solid #e6e6e6;
  background: #356da2;
}

.service-holder td {
  padding: 5px 7px;
  height: 39px;
  border: 1px solid #e6e6e6;
  font-size: 14px;
}

.service-holder td:last-child {
  text-align: center;
}

.service-holder .edit {
  display: inline-block;
  padding: 5px 30px;
  border: 1px solid #959595;
  color: #666;
  vertical-align: top;
  font-weight: bold;
  transition: all .3s ease;
}

.service-holder .edit:hover {
  background: #a1a1a1;
  color: #fff;
  text-decoration: none;
}

.service-holder .jcf-checkbox {
  margin: -1px 13px 0 4px;
  width: 17px;
  height: 17px;
  border-radius: 4px;
}

.service-holder .jcf-checkbox span {
  margin: -4px 0 0 -4px;
  width: 8px;
  height: 5px;
}

.paging {
  float: left;
  margin: 0 28px 0 0;
  color: #202020;
  letter-spacing: -4px;
  font-size: 0;
  line-height: 0;
}

.paging li {
  float: left;
  margin: 0 2px;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 1.2;
}

.paging li.active a {
  background: #0067ab;
  color: #fff;
  text-decoration: none;
}

.paging li a {
  display: block;
  padding: 9px 15px;
  border-radius: 6px;
  background: #ededed;
  color: #202020;
}

.paging li a:hover {
  background: #0067ab;
  color: #fff;
  text-decoration: none;
}

.paging span {
  display: block;
  padding: 9px;
}

.paging .first {
  margin: 0 5px 0 0;
}

.paging .first a {
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: #ededed;
  text-indent: -9999px;
}

.paging .first a:after {
  position: absolute;
  top: 10px;
  left: 14px;
  width: 10px;
  height: 17px;
  background: url(../images/sprite.png) no-repeat -122px -69px;
  content: "";
}

.paging .first a:hover {
  background: #ededed;
}

.paging .first a:hover:after {
  background-position: -122px -69px;
}

.paging .last a {
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: #a1a1a1;
  text-indent: -9999px;
}

.paging .last a:after {
  position: absolute;
  top: 10px;
  left: 14px;
  width: 10px;
  height: 17px;
  background: url(../images/sprite.png) no-repeat -147px -32px;
  content: "";
}

.paging .last a:hover {
  background: #ededed;
}

.paging .last a:hover:after {
  background-position: -148px -69px;
  pointer-events: none;
}

.paging .prev a {
  position: relative;
  overflow: hidden;
  margin: 0 18px 0 0;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: #ededed;
  text-indent: -9999px;
}

.paging .prev a:after {
  position: absolute;
  top: 12px;
  left: 14px;
  width: 8px;
  height: 13px;
  background: url(../images/sprite.png) no-repeat -168px -85px;
  content: "";
}

.paging .prev:hover a {
  background: #ededed;
}

.paging .prev:hover:after {
  background-position: -168px -85px;
  pointer-events: none;
}

.paging .next {
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
}

.paging .next a {
  border-radius: 6px;
  background: #a1a1a1;
}

.paging .next:hover a {
  background: #f1f1f1;
}

.paging .next:hover:after {
  background-position: -192px -85px;
  pointer-events: none;
}

.paging .next:after {
  position: absolute;
  top: 12px;
  left: 17px;
  width: 8px;
  height: 13px;
  background: url(../images/sprite.png) no-repeat -192px -64px;
  content: "";
}

.paging .disable {
  border-radius: 6px;
}

.paging .disable a {
  border-radius: 6px;
  background: #ededed;
}

.bottom-nav {
  overflow: hidden;
  padding: 10px;
  border-top: 1px solid #e6e6e6;
}

.bottom-nav .jcf-select {
  float: left;
  margin: 0 14px 0 0;
  min-width: 72px;
  height: 40px;
}

.bottom-nav .text {
  float: left;
  margin: 10px 19px 0 0;
  padding: 0;
  max-width: 130px;
  color: #144372;
  font-style: normal;
  font-size: 16px;
}

.bottom-nav .counter {
  float: right;
  margin: 12px 2px 0 0;
  color: #144372;
  font-size: 16px;
}

.view-all {
  float: left;
  padding: 9px 14px;
  border: 1px solid #585858;
  background: #f7f7f7;
  color: #585858;
  transition: all .3s ease;
}

.view-all:hover {
  background: #a1a1a1;
  color: #fff;
  text-decoration: none;
}

.meta {
  overflow: hidden;
  padding: 13px 9px;
  background: #fff;
  color: #202020;
}

.meta span {
  display: inline-block;
  margin: 11px 0 0 22px;
  vertical-align: top;
  font-style: italic;
}

.meta strong {
  font-weight: bold;
}

.view-history {
  display: inline-block;
  float: right;
  padding: 9px 20px;
  max-width: 170px;
  border: 1px solid #346ca2;
  background: #fff;
  color: #346ca2;
  vertical-align: top;
  font-weight: bold;
  transition: all .3s ease;
}

.view-history:hover {
  background: #f2f2f2;
  text-decoration: none;
}

#footer {
  position: relative;
  margin-top: -50px;
  /*width: 2500px;*/ /* removed to prevent horizontal scrollbar */
  height: 53px;
  background: #144372;
  color: #fff;
}

#footer a {
  color: #fff;
}

#footer .footer-holder {
  overflow: hidden;
  padding: 16px 31px 16px 112px;
  transition: all .3s ease;
}

.copyright {
  float: left;
  margin: 0 41px 0 0;
}

.footer-nav {
  float: left;
}

.footer-nav li {
  float: left;
  margin: 0 0 0 30px;
}

.footer-nav li:first-child {
  margin: 0;
}

.footer-nav a {
  text-decoration: underline;
}

.footer-nav a:hover {
  text-decoration: none;
}

.report-info {
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(226, 226, 226, .75);
}

.report-heading {
  padding: 23px 15px;
  border-bottom: 2px solid #c3d4dc;
}

.opener {
  position: relative;
  padding: 0 0 0 59px;
  font-weight: bold;
  font-size: 18px;
}

.opener:after {
  position: absolute;
  top: -7px;
  left: 0;
  width: 35px;
  height: 35px;
  border: 1px solid #98acc1;
  content: "";
}

.opener:before {
  position: absolute;
  top: 9px;
  left: 12px;
  width: 0;
  height: 0;
  border-width: 7px 6px 0 6px;
  border-style: solid;
  border-color: #144372 transparent transparent transparent;
  content: "";
}

.opener:hover {
  text-decoration: none;
}

.database-drop-list {
    display: none;
    overflow: hidden;
    padding: 10px 25px 5px;
    opacity: 0;
    transition: all .3s ease;
}

.drop-list {
    display: none;
    overflow: hidden;
    padding: 22px 60px 5px;
    opacity: 0;
    transition: all .3s ease;
}


.drop-list > ul > li {
  margin: 15px 0 0;
}

.database-drop-list > ul >li:first-child,
.drop-list > ul > li:first-child {
  margin: 0;
}

.database-drop-list > ul >li > ul > li,
.drop-list > ul > li > ul > li {
  margin: 10px 0 0 25px;
}

.database-drop-list li a:hover,
.drop-list li a:hover {
  color: #22a2f2;
  text-decoration: none;
}

.database-drop-list > ul >li:hover .drop-box,
.drop-list > ul > li:hover .drop-box {
  visibility: visible;
  opacity: 1;
  transition: all .15s linear 0.5s;
}

.database-drop-list li.active a,
.drop-list li.active a {
  color: #22a2f2;
  text-decoration: none;
  font-weight: bold;
}

.database-drop-list a,
.drop-list a {
  color: #356da2;
}

.database-drop-list .database-opener,
.drop-active .opener {
  margin: 0 0 14px;
  color: #144372;
}

.drop-active .opener:before {
  position: absolute;
  top: 5px;
  left: 12px;
  width: 0;
  height: 0;
  border-width: 0 6px 7px 6px;
  border-style: solid;
  border-color: transparent transparent #144372 transparent;
  content: "";
}

.database-active .database-drop-list,
.drop-active .drop-list {
  display: block;
  opacity: 1;
}

.drop-box {
  position: fixed;
  top: 140px;
  left: 1095px;
  visibility: hidden;
  opacity: 0;
  padding: 26px 35px 23px;
  width: 249px;
  background: #767676;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  transition: all .1s ease;
}

.sidebar-opener .drop-box {
	left: 1310px;
}

.drop-box p {
  margin: 0;
}

.k-menu .k-item {
  height: 27px;
}

#menuEnvironment {
  margin: 0;
  padding: 0;
  vertical-align: top;
}

/* Errors */

.validation-summary-valid {
  display: none;
}

.input-validation-error {
  border-color: #c20000 !important;
  background-color: #fee !important;
}

.input-validation-warning {
  border-color: #ff0;
  background-color: #ffe;
}

.field-validation-error {
  color: #c20000;
  font-weight: bold;
}

.error_box {
  margin-bottom: 5px;
  padding: 5px;
  border: 1px solid #c20000;
  background-color: #ffdede;
  color: #c20000;
  font-weight: bold;
}

.error {
  color: #c20000;
  font-weight: bold;
}

.msg {
  margin: 0 0 10px 0 !important;
  padding: 10px;
  border: 1px solid #28760b;
  background-color: #ddffd0;
  color: #28760b;
  font-weight: bold;
}

.showColumnCheckbox {
  float: left;
  width: 200px;
}

.k-pager-wrap .k-icon,
.k-pager-wrap .k-sprite,
.k-pager-wrap .k-button-group .k-tool-icon {
  margin-top: 4px;
}

.l-filter-menu {
  padding: 0;
  background-color: #fff;
}

.l-filter-details {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #ddd;
  background-color: #efefef;
  font-size: 14px;
}

.l-dropdown {
  cursor: pointer;
}

.l-dropdown-menu {
  position: absolute;
  z-index: 300;
  margin-top: 4px;
  padding: 5px;
  width: 450px;
  border: 1px solid #ccc;
  background-color: #fff;
}

.l-dropdown-buttons {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}

.l-dropdown-results {
  overflow-y: scroll;
  margin-top: 5px;
  padding-top: 5px;
  max-height: 250px;
  border-top: 1px solid #ccc;
}

.filtered {
  font-weight: bold;
}

.hidden {
  display: none;
}

.i-date {
  width: 80px;
}

.i-numeric {
  width: 50px;
}

.dateCol {
  text-align: left !important;
}

.intCol {
  text-align: left !important;
}

.boolCol {
  text-align: center !important;
}

.l-filter-options {
  margin: 0 0 10px;
}

.l-filter-clear {
  position: relative;
  float: none;
  margin: 0 0 10px;
  color: #585858;
  font-size: 16px;
  line-height: 18px;
}

.l-filter-clear input[type="button"] {
  padding: 0 10px 0 40px;
  border: 1px solid #585858;
  border-radius: 0;
  background: #f7f7f7;
  color: #585858;
}

.l-filter-clear input[type="button"]:hover {
  background: #f7f7ed;
}

.l-filter-clear:after {
  position: absolute;
  top: 50%;
  left: 50px;
  margin: -9px 0 0;
  width: 17px;
  height: 17px;
  background: url(../images/sprite.png) no-repeat -90px -68px;
  content: "";
  cursor: pointer;
  pointer-events: none;
}

.l-filter-clear input {
  font-weight: bold;
}

.ui-autocomplete {
  z-index: 10010 !important;
  overflow-x: hidden;
  overflow-y: auto; /* prevent horizontal scrollbar */
  max-height: 300px;
}

/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/

* html .ui-autocomplete {
  height: 300px;
}

.l-filter-options .k-button-icontext {
  margin: 0 0 8px 10px;
  border: 1px solid #585858;
  border-radius: 0;
  background: #fafafa;
  color: #585858;
    line-height: 1.72em;
}

.l-filter-options .k-button-icontext:hover {
  border: 1px solid #585858;
  color: #356da2;
}

.l-filter-options .k-button-icontext:first-child {
  /*margin: 0;*/
}

.floatRight {
  margin: 0 0 10px;
}

.floatRight .k-widget {
  border: 1px solid #3f74a6;
  background: #fafafa;
}

.floatRight .k-button-icontext {
  border: 1px solid #3f74a6;
  background: #fafafa;
}

.floatRight .k-button-icontext:hover {
  border: 1px solid #3f74a6;
  color: #356da2;
}

.k-select {
  position: relative;
}

.k-select:not([unselectable=on]):after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -5px;
  width: 0;
  height: 0;
  border-width: 7px 6px 0 6px;
  border-style: solid;
  border-color: #144372 transparent transparent transparent;
  content: "";
}

.k-select .k-icon.k-i-arrow-s {
	background-image: none;
}


.k-grid-header th > .k-link span.k-i-arrow-s,
.k-grid-header th > .k-link:hover span.k-i-arrow-s
{
    background-image: url('../Images/arrow-down.png');
    margin-left: 6px;
    vertical-align: middle;
    background-position: 0;
}

.k-grid-header th > .k-link span.k-i-arrow-n,
.k-grid-header th > .k-link:hover span.k-i-arrow-n
{
    background-image: url('../Images/arrow-up.png');
    margin-left: 6px;
    vertical-align: middle;
    background-position: 0;
}



.l-filters .k-grid-header-wrap {
  background: #356da2;
}

.k-grid .k-pager-numbers {
  float: none;
}

.product-box .l-filters {
  border: none;
}

.product-box .k-pager-wrap {
  background: #fff;
}

.product-box .k-pager-first {
  margin: 0 5px 0 0;
}

.product-box .k-pager-nav {
  position: relative;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 0;
  border-radius: 6px;
  background: #a1a1a1;
}

.product-box .k-i-arrow-end-left {
  width: 10px;
  height: 17px;
  background: url(../images/sprite.png) no-repeat -122px -69px;
}

.product-box .k-i-arrow-60-left {
  width: 8px;
  height: 13px;
  background: url(../images/sprite.png) no-repeat -168px -85px;
}

.product-box .k-i-arrow-60-right {
  width: 8px;
  height: 13px;
  background: url(../images/sprite.png) no-repeat -192px -64px;
}

.product-box .k-pager-nav {
  margin: 0;
  background: #a1a1a1;
}

.product-box .k-pager-nav:hover {
  background: #ededed;
}

.product-box .k-pager-nav:hover .k-i-arrow-60-right {
  background-position: -192px -85px;
}

.product-box .k-pager-nav:hover .k-i-arrow-end-right {
  background-position: -148px -69px;
}

.product-box .k-pager-nav .k-icon {
  width: 8px;
  height: 13px;
  background: url(../images/sprite.png) no-repeat -168px -64px;
  color: transparent;
  font-size: 0;
}

.product-box .k-pager-nav .k-i-arrow-60-right {
  background-position: -192px -64px;
}

.product-box .k-pager-wrap .k-link {
  border-radius: 4px;
}

.product-box .k-pager-wrap .k-link:hover {
  background: #ededed;
}

.product-box .k-pager-wrap .k-link:hover .k-i-arrow-60-left {
  background-position: -168px -85px;
}

.product-box .k-pager-wrap .k-link:hover .k-i-arrow-end-left {
  background-position: -122px -69px;
}

.product-box .k-pager-wrap .k-state-disabled {
  background: #ededed;
}

.product-box .k-pager-wrap .k-pager-first .k-i-arrow-end-left {
  width: 10px;
  height: 17px;
  background: url(../images/sprite.png) no-repeat -121px -32px;
}

.product-box .k-pager-wrap .k-state-disabled .k-i-arrow-60-left {
  background-position: -168px -85px;
}

.product-box .k-pager-wrap .k-state-disabled .k-i-arrow-end-left {
  background-position: -122px -69px;
}

.product-box .k-pager-wrap .k-state-disabled .k-i-arrow-end-right {
  background-position: -148px -69px;
}

.product-box .k-pager-wrap .k-state-disabled .k-i-arrow-60-right {
  background-position: -192px -85px;
}

/*.product-box .k-pager-last {
  margin: 0 0 0 4px;
}*/

.product-box .k-pager-nav {
	margin: 0 0 0 4px;
}
.product-box .k-pager-first {
	margin: 0;
}

.product-box .k-pager-last:hover {
  background: #ededed;
}

.product-box .k-pager-last .k-i-arrow-end-right {
  width: 10px;
  height: 17px;
  background: url(../images/sprite.png) no-repeat -147px -32px;
}

.product-box .k-link:hover .k-i-arrow-60-right {
  background-position: none;
}


.product-box .k-state-selected,
.product-box .k-link {
  padding: 2px;
}

.product-box .k-state-selected a,
.product-box .k-link a {
  display: block;
}

.product-box .k-pager-numbers .k-state-selected {
  border: none;
  border-radius: 4px;
  background: #0067ab;
  background: #0067ab;
  box-shadow: none;
  color: #fff;
}

.product-box .k-pager-numbers li {
  margin: 0 2px;
  border-radius: 4px;
}

.product-box .k-pager-numbers .k-link {
  border: none;
  border-radius: 4px;
  background: #ededed;
  color: #202020;
}

.product-box .k-pager-numbers .k-link:hover {
  border: none;
  background: #0067ab;
  color: #fff;
}

.product-box .k-button {
  border-radius: 0;
  color: #356da2;
  font-size: 14px;
}

.product-box .span.k-pager-sizes.k-label {
  padding: 0;
}

.product-box .k-pager-sizes .k-widget.k-dropdown {
  margin-top: 1px;
}

.k-widget.k-datepicker.k-header.i-date {
    background-color: inherit;
}

.k-picker-wrap.k-state-default .k-select:after{
    content: initial;
}

.f-FilterCheckboxes, .f-ColumnCheckboxes {
    max-height: 350px;
    overflow-y: scroll;
}

.f-FilterCheckboxes, .f-ColumnCheckboxes, .l-dropdown-menu, .l-drl-dropdown-menu label {
    font-size: 14px;
}

.k-window .f-FilterCheckboxes input, .k-window .f-ColumnCheckboxes input {
    height: initial;
    float: left;
    width: initial;
}

.k-window .l-filters label {
    vertical-align: initial;
}

.product-box .k-grid-pager .k-dropdown-wrap {
  border: 1px solid #144372;
  border-radius: 0;
  background: #fff;
}

.k-input.settings {
    height: 2.1em;
}
.product-box .k-pager-sizes {
  color: #144372;
  font-size: 14px;
  line-height: 18px;
}

.product-box .k-pager-sizes .k-header {
  padding: 0;
}

.product-box .k-pager-info {
  margin: 8px 10px 5px 0;
  padding: 0;
  color: #144372;
  font-size: 14px;
  line-height: 18px;
}

.product-box .k-header {
  padding: .5em 1em .4em .6em;
  border-radius: 0;
  background: #356da2;
}

.product-box .k-header .k-link {
  padding: 11px 8px;
  color: #fff;
}

.product-box .settings {
  padding: 0;
  border-radius: 0;
  background: #fff;
}

.product-box .holder {
  overflow: hidden;
  padding: 8px 10px 0 0;
}

.product-box .holder .l-filter-options {
  float: left;
  margin: 0;
}

.product-box .holder .l-filter-clear {
  position: relative;
  float: right;
  margin: 0 0 8px 0;
  padding: 0 0 0 40px;
}

.product-box .holder .l-filter-clear input[type="button"] {
  height: 35px;
  color: #585858;
}

.product-box .l-viewall {
  padding: 6px 14px;
  border: 1px solid #585858;
  background: #f7f7f7;
  color: #585858;
  transition: all .2s linear;
  line-height: inherit;
    height: 30px;
}

.product-box .l-viewall:hover {
  border: 1px solid #585858;
  background: #a1a1a1;
  color: #fff;
}

.k-pager-wrap.k-grid-pager.k-widget {
    padding: 8px 0 10px .250em;
}

.product-box .k-state-default {
  border-radius: 0;
}

.product-box .k-grid td {
  padding: 10px 8px;
  text-align: left;
  /*width: 80px;*/
  /*width: 92px;*/
}

.product-box .k-grid th.hiddenCol {
    display: none;
}
.product-box .k-grid td.hiddenCol {
    display: none;
}

.product-box .k-alt {
  background: none;
}

.product-box .k-state-selected {
    background: #22a2f2;
    color: #fff;
}
.product-box .k-grid-header th.k-header > .k-link {
  display: block;
  margin: 0;
  padding: 10px 8px;
}

.product-box .k-widget {
    font-size: 14px;
  color: #202020;
}

.k-state-selected,
.k-button:active,
.k-button.k-state-active,
.k-draghandle.k-state-selected:hover {
  background-image: none;
}

.k-pager-wrap .k-icon,
.k-pager-wrap .k-sprite,
.k-pager-wrap .k-button-group .k-tool-icon {
  margin-top: -2px;
}

div.k-grid-header th.k-header,
tr.k-filter-row > th {
  padding: 0;
  width: 108px;
}

div.k-grid-header .boolCol.k-header {
  width: 123px;
}

.k-grid-header-wrap table {
  width: 958px;
}

.k-button {
  padding: 4px 7px 4px;
}

.k-grid-content .k-button {
  padding: 2px 30px;
  border: 1px solid #959595;
  background: none;
  color: #666;
  font-weight: bold;
  transition: all .2s linear;
}

.k-grid-content .k-button:hover {
  background: #a1a1a1;
  color: #fff;
  text-decoration: none;
}

.k-dropdown-wrap .k-input.settings {
  border-radius: 0;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .tool-bar a:after {
    background: url(../images/sprite2x.png) no-repeat;
    background-size: 200px 300px;
  }

  #nav ul a:after {
    background: url(../images/sprite2x.png) no-repeat;
    background-size: 200px 300px;
  }

  #nav ul a:hover:after {
    background: url(../images/sprite2x.png) no-repeat;
    background-size: 200px 300px;
  }

  .paging a:after {
    background: url(../images/sprite2x.png) no-repeat;
    background-size: 200px 300px;
  }

  .paging a:hover:after {
    background: url(../images/sprite2x.png) no-repeat;
    background-size: 200px 300px;
  }

  .paging .first a:after {
    background: url(../images/sprite2x.png) no-repeat;
    background-size: 200px 300px;
  }

  .paging .prev a:after {
    background: url(../images/sprite2x.png) no-repeat;
    background-size: 200px 300px;
  }

  .paging .next:after {
    background: url(../images/sprite2x.png) no-repeat;
    background-size: 200px 300px;
  }

  .paging .last a:after {
    background: url(../images/sprite2x.png) no-repeat;
    background-size: 200px 300px;
  }

  .search-icon,
  .field-holder button:after,
  .back:after,
  .clear:after,
  .info-box .reset-holder:after,
  .popup-holder .close,
  .export-file:after {
    background: url(../images/sprite2x.png) no-repeat;
    background-size: 200px 300px;
  }

  .tool-bar .help:after {
    background-position: -191px -25px;
  }

  .tool-bar .logout:after {
    background-position: -95px -145px;
  }

  .search-icon {
    background-position: -132px -200px;
  }

  #nav ul a:after {
    background-position: 0 -33px;
  }

  #nav ul a:hover:after {
    background-position: -43px -33px;
  }

  #nav li.active .accounts:after {
    background-position: -43px -33px;
  }

  #nav .products:after {
    background-position: 0 -169px;
  }

  #nav .products:hover:after,
  #nav li.active .products:after {
    background-position: -45px -168px;
  }

  #nav .subscriptions:after {
    background-position: -93px -233px;
  }

  #nav .subscriptions:hover:after,
  #nav li.active .subscriptions:after {
    background-position: -142px -233px;
  }

  #nav .library:after {
    background-position: 0 -118px;
  }

  #nav .library:hover:after,
  #nav li.active .library:after {
    background-position: -46px -118px;
  }
  
  #nav .vantage:after {
    background-position: -2px -255px;
  }

  #nav .vantage:hover:after,
  #nav li.active .vantage:after {
    background-position: -46px -255px;
  }

  #nav .reports:after {
    background-position: 0 -214px;
  }

  #nav .reports:hover:after,
  #nav li.active .reports:after {
    background-position: -48px -214px;
  }

  #nav .email:after {
    background-position: -1px -80px;
  }

  #nav .email:hover:after,
  #nav li.active .email:after {
    background-position: -47px -81px;
  }

  .back:after {
    background-position: -132px -200px;
  }

  .popup-holder .open {
      display: block;
      overflow: hidden;
      width: 16px;
      height: 16px;
      background: url(../images/help_icon.png) no-repeat !important;
      text-indent: -9999px;
    }

    .popup-holder .open:hover {
      text-decoration: none;
      opacity: .8;
    }

    .popup-holder .open:focus {
      outline: none;
    }

  .clear:after {
    background-position: -91px -64px;
  }

  .popup-holder .close {
    background-position: -173px -50px;
  }

  .paging .first a:after {
    background-position: -120px -65px;
  }

  .paging .first a:hover:after {
    background-position: -120px -65px;
  }

  .paging .prev a:after {
    background-position: -127px -173px;
  }

  .paging .next:after {
    background-position: -153px -149px;
  }

  .paging .next:hover:after {
    background-position: -153px -172px;
  }

  .paging .last a:after {
    background-position: -141px -37px;
  }

  .paging .last a:hover:after {
    background-position: -141px -67px;
  }

  .info-box .reset-holder:after {
    background-position: -95px -200px;
  }

  .export-file:after {
    background-position: -180px -217px;
  }

  .back:after {
    background-position: -150px -275px;
  }

  .field-holder button:after {
    background-position: -179px -217px;
  }
}

.productAccessWindow 
{
    -webkit-box-sizing: inherit !important;
    -moz-box-sizing: inherit !important;
    box-sizing: inherit !important;
}

.productAccessWindow input[type="button"],
.productAccessWindow input[type="submit"] 
{
    width: auto;   
}



.productAccessWindow input[type="text"],
.productAccessWindow .f-Name, 
.productAccessWindow .f-Name div,
.productAccessWindow .l-filters,
.productAccessWindow .l-filter-menu,
.productAccessWindow .k-animation-container,
.productAccessWindow .k-widget,
.productAccessWindow .k-widget *,
.productAccessWindow .k-animation-container *,
.productAccessWindow .k-widget *::before,
.productAccessWindow .k-animation-container *::after,
.productAccessWindow .k-block,
.productAccessWindow .k-header,
.productAccessWindow .k-list-container,
.productAccessWindow .k-window-content,
.productAccessWindow .k-window-actions,
#content-product-access-window-i-autocomplete-ParentProductName,
.f-ParentProductName,
.f-ParentProductName div,
#content-product-access-window-i-autocomplete-ExternalProductId,
.f-ExternalProductId,
.f-ExternalProductId div,
.productAccessWindow .jcf-checkbox,
.productAccessWindow .jcf-checkbox input[type="checkbox"],
.productAccessWindow .jcf-checkbox span
{
    -webkit-box-sizing: inherit !important;
    -moz-box-sizing: inherit !important;
    box-sizing: inherit !important; 
}

.productAccessWindow input[type="checkbox"],
.productAccessWindow input[type="radio"] 
{
    width: 16px;
    height: auto;
}

.productAccessWindow .k-datepicker {
    width: 100%;
}

.productAccessWindow .k-datepicker .k-state-hover {
    box-shadow: none;
}

.productAccessWindow .k-datepicker .k-picker-wrap {
    border-color: #144372;
}

.productAccessWindow .k-datepicker .k-picker-wrap input[type="text"] {
    height: 28px;
    color: #202020;
}

.productAccessWindow .k-content 
{
    -webkit-box-sizing: inherit !important;
    -moz-box-sizing: inherit !important;
    box-sizing: inherit !important;
    margin: 0;
    padding: 0;
}

.productAccessWindow .k-block > .k-header, .k-window-titlebar 
{
    height: auto;
}


#content-product-access-window-i-date-max-ModifiedDate,
#content-product-access-window-i-date-min-ModifiedDate {
    height: 24px;
    color: #202020;
}

.l-dropdown-buttons input[type="button"] {
    height: 28px;
    padding: 2px 6px;
}

div.grid /* If the grid isn't all enough, the update/cancel buttons in the dropdowns won't show up */ {
    min-height: 308px;
}

.grid-title 
{
  margin: 0 0 10px;
  color: #036;
  font-size: 22px;
}

.grid-topRow-buttons {
    padding-bottom: 5px;
}

.loading-screen {
    font-size: 14px;
}

#secondaryUserWindow,
#editProductAccessWindow,
#addProductAccessWindow,
#lmsProfileWindow {
    padding: 0;
}

#lmsProfileWindow .smallAddButton
{
    height: 16px;
    margin: 0 !important;
}

.i-autocomplete.ui-autocomplete-input {
    width: 100%;
}

.smallEditButton 
{
  margin: 0 0 8px !important;
  padding: 6px 2px !important;
  width: 80px !important;
  border: none !important;
  background: #f29f05 !important;
  color: #fff !important;
  font-weight: bold !important;
  font-size: 10pt !important;
  transition: all .3s ease !important;
}

.smallEditButton:hover 
{
  background: #f8af27 !important;
  text-decoration: none !important;
}

.smallAddButton 
{
  margin: 0 0 8px !important;
  padding: 6px 2px !important;
  width: 80px !important;
  border: none !important;
  background: #418c4d !important;
  color: #fff !important;
  font-weight: bold !important;
  font-size: 10pt !important;
  transition: all .3s ease !important;
}

.smallAddButton:hover 
{
  background: #418c11 !important;
  text-decoration: none !important;
}

.smallCancelButton 
{
  margin: 0 0 8px !important;
  padding: 6px 2px !important;
  width: 80px !important;
  border: 1px solid #585858 !important;
  background: #f7f7f7 !important;
  color: #585858 !important;
  font-weight: bold !important;
  font-size: 10pt !important;
  transition: all .3s ease !important;
}

.smallCancelButton:hover 
{
  background: #e6e5e5 !important;
  text-decoration: none !important;
}

.smallDeleteButton 
{
  margin: 0 0 8px !important;
  padding: 6px 2px !important;
  width: 80px !important;
  border: none !important;
  background: #f24130 !important;
  color: #fff !important;
  font-weight: bold !important;
  font-size: 10pt !important;
  transition: all .3s ease !important;
}

.smallDeleteButton:hover 
{
  background: #fa5c4c !important;
  text-decoration: none !important;
}

.openSectionButton {
    margin: 0 0 8px !important;
    padding: 6px 2px !important;
    width: 180px !important;
    border: none !important;
    background: #418c4d !important;
    color: #fff !important;
    font-weight: bold !important;
    font-size: 10pt !important;
    transition: all .3s ease !important;
}

    .openSectionButton:hover {
        background: #418c11 !important;
        text-decoration: none !important;
    }

.k-autocomplete .autocompleteSpan,
.autocompleteSpan {
    border-color: transparent !important;
    border-width: 0 !important;
}

.month-year-input {
    font: inherit !important;
}

.section-title {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.2em;
    margin: 0 0 10px;
    color: #036;
    font-size: 22px;
    font-weight: 700;
}

.section-instructions a {
	color: #356da2;
	text-decoration: underline;
}


.k-grid  .k-grid-header  .k-header  .k-link {
    height: auto;
}
  
.k-grid  .k-grid-header  .k-header {
    white-space: normal;
}


.ui-dialog .ui-dialog-titlebar-close span {
    margin: -8px 0 0 -8px;
}

input:read-only, input:disabled {
    color: silver;
    border-color: silver;
}

.jcf-disbled, .jcf-disabled.jcf-select, .jcf-disabled.jcf-checkbox , .jcf-disabled .jcf-select-text, .jcf-disabled > span {
    color: silver;
    border-color: silver;    
}

.jcf-disabled .jcf-select-opener::after {
    color: silver;
    border-color: Silver transparent transparent transparent;
}

.read-only {
    color: silver;
}