﻿html {
  margin: 0;
  padding: 0;
  height: 100%;
  /* needed for container min-height */
  width: 100%;
}
body {
  display: table;
  margin: 0;
  padding: 0;
  height: 100%;
  /* needed for container min-height */
  width: 100%;
  color: #ffffff;
  font-family: "open_sansregular", "Segoe UI", Candara, "Trebuchet MS", Verdana, sans-serif !important;
  min-width: 960px;
  position: relative;
}
#page,
#header,
#footer {
  display: table-row;
  width: 100%;
}
div {
  font-size: 13px;
  line-height: 21px;
  font-weight: normal;
  color: #000000;
  font-family: "open_sansregular", "Segoe UI", Candara, "Trebuchet MS", Verdana, sans-serif !important;
}
#header {
  background-color: #272727;
  height: 55px;
  min-width: 960px;
}
#header div {
  font-size: 15px;
  line-height: 15px;
  font-weight: normal;
  color: #fefefe;
  font-family: "open_sansregular", "Segoe UI", Candara, "Trebuchet MS", Verdana, sans-serif !important;
}
#header .content {
  margin-right: 50px;
  position: relative;
}
#header .content #stratoCastLogo {
  display: inline-block;
  z-index: 50;
  background-color: #272727;
  vertical-align: bottom;
  padding: 0 24px;
  margin-bottom: 2px;
}
#header .content #stratoCastLogo .logo {
  vertical-align: middle;
  height: 100%;
}
#header .content #accountNames {
  display: inline-block;
  padding-left: 62px;
  padding-right: 20px;
  z-index: 30;
  background-color: #272727;
}
#header .content #accountNames .logo {
  vertical-align: middle;
  height: 50px;
  max-width: 200px;
  margin-top: -4px;
  margin-right: 20px;
}
#header .content #accountNames span {
  line-height: 55px;
}
#header .content #headerRightSide {
  display: inline-block;
  padding-left: 15px;
  white-space: nowrap;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 40;
  background-color: #272727;
}
#header .content #headerRightSide #login {
  display: inline-block;
  white-space: nowrap;
}
#header .content #headerRightSide #login #menuSeparator {
  display: inline-block;
}
#header .content #headerRightSide #login #nameDropdown {
  display: inline-block;
  position: relative;
  min-width: 170px;
}
#header .content #headerRightSide #login #nameDropdown .menuHeader {
  padding: 0 5px 0 15px;
  cursor: pointer;
  height: 55px;
  line-height: 55px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: right;
  color: #35ceff;
}
#header .content #headerRightSide #login #nameDropdown .menuHeader #name {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
#header .content #headerRightSide #login #nameDropdown .menuHeader #arrow {
  -moz-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}
#header .content #headerRightSide #login #nameDropdown .menuHeader.menuActive {
  background-color: #313131;
  border-bottom: #35ceff solid 2px;
}
#header .content #headerRightSide #login #nameDropdown .menuHeader.menuActive #arrow {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#header .content #headerRightSide #login #nameDropdown .menuHeader:hover {
  background-color: #313131;
  border-bottom: #35ceff solid 2px;
}
#header .content #headerRightSide #login #nameDropdown .menuContent {
  position: absolute;
  display: none;
  right: 0;
  width: 100%;
  max-width: 350px;
  z-index: 10;
  line-height: 30px;
  box-shadow: 0 0 10px 0 #323232;
  background-color: #686868;
}
#header .content #headerRightSide #login #nameDropdown .menuContent hr {
  margin: 5px 15px 5px;
  background-color: #313131;
  height: 1px;
}
#header .content #headerRightSide #login #nameDropdown .menuContent .menuItem {
  display: block;
  color: #35ceff;
  padding: 2px 15px;
}
#header .content #headerRightSide #login #nameDropdown .menuContent .menuItem:hover {
  background-color: #313131;
}
#header .content #headerRightSide #helpContainer {
  display: inline-block;
}
#header .content #headerRightSide #helpContainer .helpLinks {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  line-height: 55px;
  height: 55px;
  width: 40px;
}
#header .content #headerRightSide #helpContainer .helpLinks:hover {
  background-color: #313131;
  border-bottom: #35ceff solid 2px;
}
html > body #contentWrapper {
  height: auto !important;
}
#page {
  height: 100%;
}
#page #contentLayout #content {
  padding-right: 50px;
  padding-left: 100px;
  vertical-align: top;
}
#page #contentLayout #content .editContainer .actionContainer {
  margin: 30px 0;
  padding: 15px 0;
}
#page .navigation {
  position: relative;
}
#page .navigation .g-menu {
  position: absolute;
  margin: 5px 0 0 0;
  overflow: hidden;
  width: 100%;
}
#page .navigation .g-menu a {
  background: #dfdfdf;
  float: left;
  padding: .7em 2em;
  margin: 0;
  height: 11px;
  line-height: 11px;
  color: #00add8;
  position: relative;
  font-size: 1.0em;
}
#page .navigation .g-menu a:first-child {
  padding: 0;
  margin: 0;
  background: #cdcdcd url('../Images/Shared/Breadcrumbs.png') no-repeat 0px 0px;
  width: 42px;
  height: 29px;
  z-index: 3;
}
#page .navigation .g-menu a:first-child:hover {
  background: #cdcdcd url('../Images/Shared/Breadcrumbs.png') no-repeat -50px 0px;
}
#page .navigation .g-menu a:first-child.click {
  background: #4f4f4f url('../Images/Shared/Breadcrumbs.png') no-repeat -50px 0px;
}
#page .navigation .g-menu a:hover {
  background-color: #4f4f4f;
  color: #35ceff;
}
#page .navigation .g-menu a:not(:first-child)::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  background: #dfdfdf;
  left: -1em;
  width: 2em;
  z-index: 1;
}
#page .navigation .g-menu a:not(:first-child)::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  background: #dfdfdf;
  border-right: 1px solid #CDCDCD;
  width: 2em;
  z-index: 2;
}
#page .navigation .g-menu a:last-child {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
#page .navigation .g-menu a:last-child::after {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border-right: 0;
}
#page .navigation .g-menu a:hover::before,
#page .navigation .g-menu a:hover::after {
  background: #4f4f4f;
}
#page .menu {
  position: relative;
}
#page .menu .content {
  position: absolute;
  top: 54px;
}
#page .menu .content .item {
  width: 100%;
}
#page .menu .content .item:hover {
  cursor: pointer;
}
#page .menu .content .item span.image {
  background-repeat: no-repeat;
  width: 80px;
  height: 57px;
  display: block;
  float: left;
}
#page h1.title {
  padding-top: 20px;
  padding-bottom: 10px;
  display: inline-block;
  max-width: 900px;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 40px;
  line-height: 40px;
  font-weight: normal;
  color: #545454;
  font-family: "open_sansregular", "Segoe UI", Candara, "Trebuchet MS", Verdana, sans-serif !important;
}
#page h1.title.removeTitle {
  display: none;
  height: 0;
  margin: 0;
}
#footer {
  background-color: #272727;
  height: 50px;
  line-height: normal;
}
#footer #footerContainer {
  display: table-cell;
}
#footer #footerContainer #footerContent {
  padding-right: 50px;
  padding-top: 20px;
  float: right;
}
#footer #footerContainer #footerContent > div {
  font-size: 13px;
  line-height: 15px;
  font-weight: normal;
  color: #a2a2a2;
  font-family: "open_sansregular", "Segoe UI", Candara, "Trebuchet MS", Verdana, sans-serif !important;
  float: left;
  margin-left: 20px;
}
#footer #footerContainer #footerContent > div a {
  color: #35ceff;
}
iframe {
  margin-bottom: -4px;
  margin-top: 0px;
}
.getHelp {
  float: right;
}
.getHelp img {
  vertical-align: middle;
  margin: 0px 10px;
}
#changeSiteWindow #kGridUserSites.k-grid td {
  height: 32px;
}
#changeSiteWindow #kGridUserSites.k-grid .k-grid-header,
#changeSiteWindow #kGridUserSites.k-grid div.k-grid-header-wrap {
  border-radius: 0;
}
#changeSiteWindow #kGridUserSites .currentUser {
  font-weight: bold;
}
#changeSiteWindow #kGridUserSites .currentUser a.navLinkClient {
  display: none;
}
#changeSiteWindow #kGridUserSites .suspendedAccount a.navLinkClient {
  display: none;
}
#changeSiteWindow .windowFooter {
  padding: 5px;
  border-radius: 0 0 5px 5px;
  position: relative;
  background-color: #545454;
  border: 0;
  width: 100%;
  color: #aaa !important;
  text-align: right;
  margin-top: 1px;
  overflow: visible;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.moreInfo {
  width: 3px;
  height: 12px;
  margin: 0 5px;
}
.moreInfo + p,
.moreInfo + span {
  display: inline;
  color: #545454;
}
.supportedIdentityProviders {
  vertical-align: top;
  margin-bottom: 10px;
}
a {
  outline: none;
  text-decoration: none;
}
a img {
  border: 0;
}
a:link,
a:visited,
a:active,
a:hover {
  color: #00add8;
}
a.k-button {
  color: #35ceff;
}
a,
button,
input[type="button"] {
  outline: 0;
}
a:focus,
button:focus,
input[type="button"]:focus {
  outline: 0;
}
a.button,
button.button,
input[type="button"].button,
a.button2,
button.button2,
input[type="button"].button2 {
  margin-top: 10px;
  min-width: 65px;
}
a.button.inline,
button.button.inline,
input[type="button"].button.inline,
a.button2.inline,
button.button2.inline,
input[type="button"].button2.inline {
  margin-top: 0;
  margin-left: 30px;
}
a.button,
button.button,
input[type="button"].button {
  margin-right: 5px;
}
a.k-button-light,
button.k-button-light,
input[type="button"].k-button-light {
  border: 1px solid #6f6f6f;
  background: #6f6f6f;
  color: #35ceff;
}
a.k-button-light:hover,
button.k-button-light:hover,
input[type="button"].k-button-light:hover {
  background: #4f4f4f;
  color: #35ceff;
  border: 1px solid #35ceff;
}
a.k-button-dark,
button.k-button-dark,
input[type="button"].k-button-dark {
  border: 1px solid #4f4f4f;
  background: #4f4f4f;
  color: #35ceff;
}
a.k-button-dark:hover,
button.k-button-dark:hover,
input[type="button"].k-button-dark:hover {
  background: #262626;
  color: #35ceff;
  border: 1px solid #35ceff;
}
a.button3 {
  /*positionning only in here*/
  padding-left: 35px !important;
}
a.button3.editDetails {
  margin-top: -14px;
  background-repeat: no-repeat;
  background-position: 10px 50%;
  background-image: url('../Images/Shared/edit_contact.png');
}
a.button3.download::before {
  left: 10px;
  top: 5px;
  background: url('../Images/Shared/StratocastSprites.png') no-repeat -62px -161px;
  width: 17px;
  height: 17px;
}
a.button3::before {
  content: " ";
  position: absolute;
}
.navLink {
  padding-right: 15px;
}
.clear-fix:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.clear-both {
  clear: both;
}
.nonvisible {
  visibility: hidden;
}
.visible {
  display: inline-block !important;
  visibility: visible !important;
}
.invisible {
  display: none;
  visibility: hidden;
}
.top-align {
  vertical-align: top;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #545454;
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 2em;
  padding-top: 1em;
}
h2 {
  font-size: 1.75em;
  padding-top: 1em;
}
h3 {
  font-size: 1.2em;
  padding-top: 1em;
}
h4 {
  font-size: 1.1em;
  padding-top: 1em;
}
h5,
h6 {
  font-size: 1em;
}
hr {
  border: 0;
  background-color: #35ceff;
  height: 3px;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.k-block,
.k-widget,
.k-popup,
.k-content,
.k-dropdown .k-input {
  color: #000 !important;
}
.k-i-nav-lock {
  background-image: url(../Images/Shared/Navigation_Lock.png);
}
/* validation
----------------------------------------------------------*/
.validation-summary-errors {
  color: #e80c4d;
  font-weight: bold;
  font-size: 1.1em;
}
.validation-summary-valid {
  display: none;
}
.fieldRequired:after {
  content: "*";
  color: #e80c4d;
}
div.k-window-content {
  overflow: visible !important;
}
.g-validationWrapper {
  position: absolute;
}
.g-validationWrapper > div {
  display: inline;
}
.g-validationWrapper .k-tooltip-validation {
  position: absolute;
  top: -0.8em;
  left: 0;
  white-space: nowrap;
}
.warning {
  color: #e80c4d;
  margin: 2px;
}
.warning-soft-page {
  color: #ffffff;
  font-size: 1.8em;
}
span.k-tooltip-validation {
  max-width: 230px;
  text-align: left;
}
/* tables
----------------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0 none;
}
.editor-field-long input:not([type=checkbox]) {
  width: 350px;
}
.g-action-spacing {
  width: 410px;
  float: left;
}
.editor-field .k-button {
  margin-top: -5px;
}
.editor-field .editor-field-popup {
  overflow: hidden;
  max-width: 370px;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.editor-value {
  padding-top: 7px;
  padding-left: 2px;
  font-size: 13px;
  line-height: 13px;
  font-weight: normal;
  color: #000000;
  font-family: "open_sansregular", "Segoe UI", Candara, "Trebuchet MS", Verdana, sans-serif !important;
}
.editor-value div.editDetails {
  display: inline-block;
  width: 300px;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: -6px;
  margin-top: -4px;
  vertical-align: top;
}
.editor-value div.editDetailsNavigation {
  display: inline-block;
  width: 200px;
}
input,
select {
  font-size: 13px;
  line-height: 13px;
  font-weight: normal;
  color: #000000;
  font-family: "open_sansregular", "Segoe UI", Candara, "Trebuchet MS", Verdana, sans-serif !important;
  outline-color: #AEAEAE;
}
input:focus,
select:focus {
  outline-color: #000;
}
.k-grid {
  font-size: 13px !important;
}
.k-edit-label {
  vertical-align: top;
}
.k-edit-field .k-edit-label.moveLeft,
.g-editor-field .k-edit-label.moveLeft,
.editor-field .k-edit-label.moveLeft {
  text-align: left;
  width: 150px;
}
.k-edit-field input[type=text].k-formatted-value,
.g-editor-field input[type=text].k-formatted-value,
.editor-field input[type=text].k-formatted-value,
.k-edit-field input[type=text].k-input,
.g-editor-field input[type=text].k-input,
.editor-field input[type=text].k-input {
  width: 100%;
}
.k-edit-field input[type=text],
.g-editor-field input[type=text],
.editor-field input[type=text],
.k-edit-field input[type=password],
.g-editor-field input[type=password],
.editor-field input[type=password],
.k-edit-field select,
.g-editor-field select,
.editor-field select {
  margin: 2px 0;
}
.k-edit-field select,
.g-editor-field select,
.editor-field select {
  padding: 1px 0;
}
.k-edit-field input[type=button],
.g-editor-field input[type=button],
.editor-field input[type=button] {
  width: auto;
}
.k-edit-field input[type=checkbox],
.g-editor-field input[type=checkbox],
.editor-field input[type=checkbox] {
  margin-top: 7px;
  vertical-align: text-bottom;
}
.k-edit-field span.unit,
.g-editor-field span.unit,
.editor-field span.unit {
  line-height: 26px;
}
.k-edit-field div.informationBlock,
.g-editor-field div.informationBlock,
.editor-field div.informationBlock {
  position: relative;
  padding: 10px 15px;
  margin: 15px 0 5px;
  color: #545454;
  background-color: #e4e4e4;
  max-width: 650px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}
.k-edit-field div.informationBlock:after,
.g-editor-field div.informationBlock:after,
.editor-field div.informationBlock:after {
  top: -10px;
  left: 20px;
  bottom: auto;
  border-width: 0 10px 10px;
  border-color: #e4e4e4 transparent;
  content: "";
  position: absolute;
  border-style: solid;
  display: block;
  width: 0;
}
.k-edit-field div.informationBlock.withIcon,
.g-editor-field div.informationBlock.withIcon,
.editor-field div.informationBlock.withIcon {
  padding-left: 45px;
}
.k-edit-field div.informationBlock.withIcon > span.icon,
.g-editor-field div.informationBlock.withIcon > span.icon,
.editor-field div.informationBlock.withIcon > span.icon {
  padding-left: 30px;
  margin-left: -30px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.k-edit-field div.informationBlock .title,
.g-editor-field div.informationBlock .title,
.editor-field div.informationBlock .title {
  font-weight: bold;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #CDCDCD;
  padding: 0 15px 5px 15px;
  margin: 0 -15px 10px;
}
.spacerRow {
  height: 10px;
}
.k-window select,
.k-edit-field select,
.g-editor-field select {
  width: 230px;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.k-window select.long-field,
.k-edit-field select.long-field,
.g-editor-field select.long-field {
  width: 350px;
}
.k-window input[type=text],
.k-edit-field input[type=text],
.g-editor-field input[type=text],
.k-window inputinput[type=email],
.k-edit-field inputinput[type=email],
.g-editor-field inputinput[type=email],
.k-window inputinput[type=number],
.k-edit-field inputinput[type=number],
.g-editor-field inputinput[type=number],
.k-window inputinput[type=password],
.k-edit-field inputinput[type=password],
.g-editor-field inputinput[type=password] {
  width: 230px;
  height: 24px;
  border: 1px solid #a9a9a9;
  padding: 0 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
.k-window input[type=text].long-field,
.k-edit-field input[type=text].long-field,
.g-editor-field input[type=text].long-field,
.k-window inputinput[type=email].long-field,
.k-edit-field inputinput[type=email].long-field,
.g-editor-field inputinput[type=email].long-field,
.k-window inputinput[type=number].long-field,
.k-edit-field inputinput[type=number].long-field,
.g-editor-field inputinput[type=number].long-field,
.k-window inputinput[type=password].long-field,
.k-edit-field inputinput[type=password].long-field,
.g-editor-field inputinput[type=password].long-field {
  width: 350px;
}
.k-window .long-field,
.k-edit-field .long-field,
.g-editor-field .long-field {
  width: 350px;
}
input[type="text"]:disabled,
select:disabled:disabled {
  color: #686868;
  cursor: default;
  text-shadow: 1px 1px 2px #e6e6e6;
}
/********************
*   Form Container  *
********************/
.formContainer {
  border-radius: 5px;
  background-color: #e4e4e4;
}
.formContainer > .header {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #545454;
  height: 20px;
}
.formContainer > .heightContainer > .content {
  padding: 15px;
}
.formContainer > .footer {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #545454;
  height: 20px;
}
.g-s-phone {
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-image: url('../Images/Shared/StratocastSprites.png');
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-bottom: -4px;
}
.g-s-help {
  background-repeat: no-repeat;
  background-position: 0px -20px;
  background-image: url('../Images/Shared/StratocastSprites.png');
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-bottom: -4px;
}
.g-s-downArrow {
  background-repeat: no-repeat;
  background-position: 0px -80px;
  background-image: url('../Images/Shared/StratocastSprites.png');
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-bottom: -4px;
}
.g-s-delete {
  background-repeat: no-repeat;
  background-position: -20px -40px;
  background-image: url('../Images/Shared/StratocastSprites.png');
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-bottom: -4px;
}
.g-s-play {
  background-repeat: no-repeat;
  background-position: -40px 0px;
  background-image: url('../Images/Shared/StratocastSprites.png');
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-bottom: -4px;
}
.g-s-refresh {
  background-repeat: no-repeat;
  background-position: -60px -80px;
  background-image: url('../Images/Shared/StratocastSprites.png');
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-bottom: -4px;
}
.g-s-down {
  background-repeat: no-repeat;
  background-position: -60px -160px;
  background-image: url('../Images/Shared/StratocastSprites.png');
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-bottom: -4px;
}
.g-s-up {
  background-repeat: no-repeat;
  background-position: -60px -180px;
  background-image: url('../Images/Shared/StratocastSprites.png');
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-bottom: -4px;
}
.g-s-pipe {
  background-repeat: no-repeat;
  background-position: -60px -220px;
  background-image: url('../Images/Shared/StratocastSprites.png');
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-bottom: -4px;
}
.g-s-errorMark {
  background-repeat: no-repeat;
  background-position: -60px -260px;
  background-image: url('../Images/Shared/StratocastSprites.png');
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-bottom: -4px;
}
.g-s-cameraIcon {
  background-repeat: no-repeat;
  background-position: -80px 0px;
  background-image: url('../Images/Shared/StratocastSprites.png');
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-bottom: -4px;
}
.g-s-cameraIcon_red {
  background-repeat: no-repeat;
  background-position: -80px -20px;
  background-image: url('../Images/Shared/StratocastSprites.png');
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-bottom: -4px;
}
.g-s-cameraIcon_white {
  background-repeat: no-repeat;
  background-position: -80px -40px;
  background-image: url('../Images/Shared/StratocastSprites.png');
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-bottom: -4px;
}
.g-s-healthStateWarning {
  background-repeat: no-repeat;
  background-position: -80px -60px;
  background-image: url('../Images/Shared/StratocastSprites.png');
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-bottom: -4px;
}
.g-s-healthStateError {
  background-repeat: no-repeat;
  background-position: -80px -80px;
  background-image: url('../Images/Shared/StratocastSprites.png');
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-bottom: -4px;
}
.g-s-separator {
  background-repeat: no-repeat;
  background-position: -80px -100px;
  background-image: url('../Images/Shared/StratocastSprites.png');
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-bottom: -4px;
}
.g-s-upArrow {
  background-repeat: no-repeat;
  background-position: -80px -120px;
  background-image: url('../Images/Shared/StratocastSprites.png');
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-bottom: -4px;
}
.cameraIconBlue {
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-image: url('../Images/Shared/StratocastInterfaceIconsSprite.png');
  display: inline-block;
  width: 80px;
  height: 80px;
}
.cameraIconGray {
  background-repeat: no-repeat;
  background-position: -80px 0px;
  background-image: url('../Images/Shared/StratocastInterfaceIconsSprite.png');
  display: inline-block;
  width: 80px;
  height: 80px;
}
.nasIconBlue {
  background-repeat: no-repeat;
  background-position: 0px -80px;
  background-image: url('../Images/Shared/StratocastInterfaceIconsSprite.png');
  display: inline-block;
  width: 80px;
  height: 80px;
}
.nasIconGray {
  background-repeat: no-repeat;
  background-position: -80px -80px;
  background-image: url('../Images/Shared/StratocastInterfaceIconsSprite.png');
  display: inline-block;
  width: 80px;
  height: 80px;
}
.editIconBlue {
  background-repeat: no-repeat;
  background-position: -32px 0px;
  background-image: url('../Images/Shared/kendoSprites_stratocast.png');
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-bottom: -2px;
}
.editIconWhite {
  background-repeat: no-repeat;
  background-position: -48px 0px;
  background-image: url('../Images/Shared/kendoSprites_stratocast.png');
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-bottom: -2px;
}
.infoIconBlue {
  background-repeat: no-repeat;
  background-position: -160px -240px;
  background-image: url('../Images/Shared/kendoSprites_stratocast.png');
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-bottom: -2px;
}
.stateMessage {
  width: 90%;
  margin: 10px auto 20px;
  border-color: red;
  border-radius: 5px;
}
.stateMessage legend {
  color: red;
}
.g-spa-container {
  height: 100%;
  width: 100%;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.button:focus {
  outline: none;
}
.heightContainer .g-editor-field {
  padding-left: 400px;
}
.heightContainer .g-editor-field > div.label {
  width: 390px;
  margin-left: -400px;
}
.wizard .g-editor-field {
  padding-left: 35%;
}
.g-editor-field {
  padding-left: 250px;
  padding-bottom: 13px;
}
.g-editor-field > span {
  /* the next line is a hack to make the wrapping work with IE
           http://www.satzansatz.de/cssd/onhavinglayout.html */
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.g-editor-field > div.label {
  float: left;
  width: 240px;
  margin-left: -250px;
  text-align: right;
  margin-top: 3px;
}
.g-editor-field:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.g-editor-field.editor-value {
  line-height: 21px;
}
.g-editor-field.editor-value > div.label {
  margin-top: 0px;
}
/********************
*   Mobile Styles   *
********************/
@media screen and (max-width: 1024px) {
  #page #pageUpperPart #header .content .login #login div:first-child {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  #page #pageUpperPart #header .content #accountNames {
    display: none;
  }
}
