@font-face {
  font-family: "FontAwesome";
  src: url("/fonts/font-awesome/fonts/fontawesome-webfont.eot?v=4.4.0");
  src:
    url("/fonts/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0")
      format("embedded-opentype"),
    url("/fonts/font-awesome/fonts/fontawesome-webfont.woff2?v=4.4.0")
      format("woff2"),
    url("/fonts/font-awesome/fonts/fontawesome-webfont.woff?v=4.4.0")
      format("woff"),
    url("/fonts/font-awesome/fonts/fontawesome-webfont.ttf?v=4.4.0")
      format("truetype"),
    url("/fonts/font-awesome/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

html {
  width: 100%;
  height: 100%;
}

header {
  position: fixed;
  top: 0px;
  height: 90px;
  width: 100%;
  z-index: 100;

  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #ffffff 0px,
    #ffffff 48px,
    #d5ecee 48px,
    #d5ecee 64px,
    #009ba3 64px,
    #009ba3 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ffffff),
    color-stop(48px, #ffffff),
    color-stop(48px, #d5ecee),
    color-stop(64px, #d5ecee),
    color-stop(64px, #009ba3),
    color-stop(100%, #009ba3)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #ffffff 0px,
    #ffffff 48px,
    #d5ecee 48px,
    #d5ecee 64px,
    #009ba3 64px,
    #009ba3 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #ffffff 0px,
    #ffffff 48px,
    #d5ecee 48px,
    #d5ecee 64px,
    #009ba3 64px,
    #009ba3 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    #ffffff 0px,
    #ffffff 48px,
    #d5ecee 48px,
    #d5ecee 64px,
    #009ba3 64px,
    #009ba3 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    #ffffff 0px,
    #ffffff 48px,
    #d5ecee 48px,
    #d5ecee 64px,
    #009ba3 64px,
    #009ba3 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#009ba3',GradientType=0 ); /* IE6-9 */
}
header img {
  display: inline;
}
header div.div_table {
  position: relative;
  display: table;
  height: 100%;
  min-width: 840px;
  width: 1262px;
  margin: 0 auto 0 auto;
  /*border: 1px solid;*/
}
header div.div_td_l {
  display: table-cell;
  vertical-align: top;
  text-align: right;
  width: 153px;
  /*border: 1px solid; */
}
header div.div_td_m {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  width: auto;
  /* border: 1px solid;*/
}
header div.div_td_r {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  width: 78px;

  background-image: url("/images/logo_cm.png");
  background-repeat: no-repeat;
  background-position: 0px 16px;
  background-size: 37px;
  /*border: 1px solid;*/
}
header div.div_td_l img {
  background-color: #fff;
  padding: 5px;
  border: none;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
}
header div.div_td_m h1 {
  display: inline;
  font-family: Arial;
  font-size: 36px;
  line-height: 58px;
}
header div.div_td_r img {
  background-color: #fff;
  padding: 5px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
}

body {
  width: 100%;
  height: 100%;
  margin: 0px;
  font-size: 1em;
  font-family: Verdana, Arial, sans-serif;
  font-weight: normal;
  background: #e5e5e5; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #e5e5e5 10%,
    #ffffff 48%,
    #ffffff 65%,
    #d8d8d8 96%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(10%, #e5e5e5),
    color-stop(48%, #ffffff),
    color-stop(65%, #ffffff),
    color-stop(96%, #d8d8d8)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #e5e5e5 10%,
    #ffffff 48%,
    #ffffff 65%,
    #d8d8d8 96%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #e5e5e5 10%,
    #ffffff 48%,
    #ffffff 65%,
    #d8d8d8 96%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    #e5e5e5 10%,
    #ffffff 48%,
    #ffffff 65%,
    #d8d8d8 96%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    #e5e5e5 10%,
    #ffffff 48%,
    #ffffff 65%,
    #d8d8d8 96%
  ); /* W3C */
  background-attachment: fixed;
  overflow-y: scroll;
}
body.standard_body {
  width: auto;
  height: auto;
  margin: 0px;
  background: transparent;
  overflow-y: hidden;
  filter: none;
}
body.nobg {
  background: transparent;
  background-image: none;
  overflow: hidden;
  filter: none;
}

nav {
  height: 38px;
  width: 100%;
  min-width: 800px;
  background-color: #009ba3;
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
nav > ul {
  width: 1180px;
  margin: 0 auto 0 auto;
  padding: 0;
}
nav > ul > li {
  display: inline;
  float: left;
}
nav > ul > li > a {
  color: #fff;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  text-decoration: none;
  line-height: 37px;
  vertical-align: middle;
  white-space: nowrap;

  border-top-left-radius: 8px;
  border-top-right-radius: 8px;

  -moz-transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
nav > ul > li:hover > a,
nav > ul > li:focus > a,
nav > ul > li:active > a {
  background-color: #008187;
  color: #cefdff;
}
nav ul li:hover > ul {
  visibility: initial;
  opacity: 1;

  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  -ms-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  -transition-delay: 0.15s;
}
.subnav,
.subnav ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  min-width: 190px;
  z-index: 4;
  list-style: none;
  background-color: #fff;
  padding: 0;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);

  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;

  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  -transition-delay: 0s;
}
.subnav a {
  padding: 5px 15px 5px 20px;
  color: #009ba3;
  display: block;
  text-align: left;
  text-decoration: none;
  line-height: 30px;
  vertical-align: middle;
  border-bottom: 1px solid #cecdcd;
  white-space: nowrap;

  -moz-transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.subnav li:hover > a,
.subnav li:focus > a,
.subnav li:active > a {
  background-color: #e3e3e3;
  color: #009ba3;
}
.subnav ul {
  left: 100%;
  margin-left: 0px;
  top: 0px;
}
.subnav #server_config ul {
  margin-top: 41px;
}
#container_subnav ul {
  box-shadow: none;
  min-width: 700px;
  left: 100%;
  top: -1px;
}
.subnav .fa-angle-right {
  position: absolute;
  right: 10px;
  line-height: 30px;
}
.subnav li a span:first-child {
  margin-right: 15px;
}
#container_all_containers .fa-spinner {
  margin-left: 3px;
}
#container_all_containers ul {
  margin-top: -10px;
  margin-left: -9px;
}
#main_nav > .active > a {
  background-color: #fff;
  color: #009ba3;
  border-bottom: 5px solid #fff;
  box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.3);
}

#breadcrumb {
  position: fixed;
  height: 30px;
  width: 100%;
  background-color: #fff;
  z-index: 1;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
.bc_table {
  display: table;
  height: 30px;
  font-size: 0.8em;
  width: 1180px;
  margin: 0 auto 0 auto;
  padding: 0 0 0 35px;
}
.div_td {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  text-align: left;
  width: auto;
  height: 100%;
  /*border: 1px solid;*/
}
.bce_mask {
  display: inline-block;
  margin-left: -5px;
}
.tip {
  display: block;
  width: 10px;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #007bff;

  /*IE6 support*/
  line-height: 0px;
  _border-color: #000000 #000000 #000000 #007bff;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.bc_table p {
  display: inline;
  padding-left: 0px;
  padding-right: 5px;

  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.bc_table a {
  display: inline;
  padding-left: 0px;
  padding-right: 5px;
  vertical-align: middle;
  color: #008187;
  text-decoration: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}

.bc_table .bc_level_0 span {
  padding-left: 0px;
  padding-right: 5px;
  vertical-align: middle;
  color: #008187;
  -moz-osx-font-smoothing: grayscale;
}

.bc_level_0 {
  background-color: #fff;
}
.tip_level_0 {
  border-color: transparent transparent transparent #fff;
}
.bc_level_1 {
  background-color: #f7f7f7;
}
.tip_level_1 {
  border-color: transparent transparent transparent #f7f7f7;
}
.bc_level_2 {
  background-color: #f0f0f0;
}
.tip_level_2 {
  border-color: transparent transparent transparent #f0f0f0;
}
.bc_level_3 {
  background-color: #e8e8e8;
}
.tip_level_3 {
  border-color: transparent transparent transparent #e8e8e8;
}
.bc_level_4 {
  background-color: #e4e4e4;
}
.tip_level_4 {
  border-color: transparent transparent transparent #e4e4e4;
}
.tip_shadow {
  background-image: url(/images/tip_shadow.png);
  background-repeat: no-repeat;
}
.bc_last_level {
  background-color: #fff;
  background-image: url(/images/tip_shadow.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
.bce_mask:hover a {
  color: #000;
}
.bce_mask:hover .bce_tip {
  border-color: transparent transparent transparent grey;
}
#current_site_bc {
  font-weight: bold;
}
.none {
  display: none;
}

#help_link,
#access_mode {
  float: right;
  background-color: transparent;
  /*border: 1px solid;*/
}

#access_mode {
  border-right: 1px solid #eaeaea;
  width: auto;
}

#access_mode a {
  float: right;
  cursor: pointer;
  padding: 0 10px;
}

#access_mode .access_mode_specifier {
  display: inline-block;
  padding: 0;
  height: 20px;
  width: 20px;
  margin: 5px;
  font-size: 1em;
  text-align: center;
  line-height: 20px;
  border-radius: 10px;
  background-color: #009ba3;
  color: #fff;
}

#access_mode .no_link_cursor {
  cursor: default !important;
}

#access_mode .login_logout_frame {
  display: none;
  width: auto;
  margin-right: -8px;
}

#access_mode .login_logout_frame ul {
  float: right;
  width: auto;
  list-style: none;
  padding: 0;
  margin: -2px 0 0 0;
}

#access_mode .login_logout_frame li a {
  display: inline-block;
  float: none;
  background-color: #fff;
  padding: 10px 15px;
  width: 100%;
  color: #008187;
  font-size: 1em;
  box-sizing: border-box;
}

#access_mode .login_logout_frame a span {
  display: inline-block;
}

#access_mode .login_logout_frame a .fa {
  float: right;
  color: #008187;
  margin-left: 20px;
  font-size: 1.1em;
}

#access_mode .login_logout_frame li a:hover {
  cursor: pointer;
  background-color: #ececec;
  color: #009ba3;
}

#help_link a {
  display: inline-block;
  height: 30px;
  font-size: 19px;
  line-height: 28px;
  padding: 0px 15px 0px 15px;
  border-right: 1px solid #eaeaea;
}

#language_selection {
  float: right;
  margin-right: 17px;
  background-color: transparent;
  /*border: 1px solid;*/
}
#current_lang {
  display: inline-block;
  float: right;
  height: 25px;
  padding: 5px 15px 0px 15px;
}
.expand_icon {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  margin-top: -5px;
}
#language_selection ul {
  float: right;
  width: 180px;
  list-style: none;
  padding: 0;
  margin: -2px 0 0 0;
}
#language_selection li {
  /*border: 1px solid;*/
}
#language_selection li a {
  display: block;
  background-color: #fff;
  padding: 10px 15px 10px 15px;
  color: #008187;
  font-size: 0.8em;
}
#language_selection a:hover,
#language_selection a:focus,
#language_selection a:active,
#help_link a:hover,
#help_link a:focus,
#help_link a:active,
#access_mode a:hover,
#access_mode a:focus,
#access_mode a:active {
  cursor: pointer;
  background-color: #ececec;
  color: #009ba3;
}
#language_selection_frame {
  display: none;
  width: 210px;
  margin-right: -17px;
}
.lang_country {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}
.flag {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  -webkit-background-size: 16px;
  -moz-background-size: 16px;
  -o-background-size: 16px;
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
}
.flag_ger {
  background-image: url(/images/flags/ger.png);
}
.flag_chn {
  background-image: url(/images/flags/chn.png);
}
.flag_usa {
  background-image: url(/images/flags/usa.png);
}
.flag_fra {
  background-image: url(/images/flags/fra.png);
}
.flag_ita {
  background-image: url(/images/flags/ita.png);
}
.flag_jpn {
  background-image: url(/images/flags/jpn.png);
}
.flag_rus {
  background-image: url(/images/flags/rus.png);
}
.flag_esp {
  background-image: url(/images/flags/esp.png);
}
.flag_gbr {
  background-image: url(/images/flags/gbr.png);
}

/*Sections*/
.with_bc {
  width: 1140px;
  height: auto;
  min-height: -moz-calc(100% - 240px);
  min-height: -webkit-calc(100% - 240px);
  min-height: -o-calc(100% - 240px);
  min-height: calc(100% - 240px);
  padding: 180px 20px 60px 20px;
  background-color: #fbfbfb;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
}
.info_updated_on_section_height {
  min-height: -moz-calc(100% - 270px);
  min-height: -webkit-calc(100% - 270px);
  min-height: -o-calc(100% - 270px);
  min-height: calc(100% - 270px);
  padding: 180px 20px 90px 20px;
}
.with_bc.with_bc_vertical_extend {
  padding: 180px 20px 80px 20px;
}
section h1,
#RuleDialogWithOverlay h1,
#FirmAddDialogWithOverlay h1,
#ProductAddDialogWithOverlay h1,
#ContainerAddDialogWithOverlay h1 {
  margin: 0 0 0.3em 0;
  padding: 0;
  font-size: 140%;

  color: #009ba3;
}
section h2 {
  margin: 0 0 0.3em 0;
  padding: 0;
  font-size: 110%;

  color: #009ba3;
}

footer {
  position: fixed;
  bottom: 0px;
  height: 30px;
  min-width: 880px;
  width: 100%;
  background-color: #009ba3;
  -webkit-box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.5);
  z-index: 100;
}

/*Statusbar*/
#sb_table {
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  -webkit-align-items: stretch;
  color: #fff;
  height: auto;
  width: 1180px;
  margin: 0 auto 0 auto;
  /*border: 1px solid;*/
}
#current_server_mask {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  text-align: center;
  z-index: 102;
  width: auto;
  height: 100%;
  padding: 0 12px 0 0;
  /*border: 1px solid;*/
  cursor: pointer;
}

#current_server_mask.no_link_cursor {
  cursor: default !important;
}

#current_server_mask:not(.no_link_cursor):hover #cs_text,
#current_server_mask:not(.no_link_cursor):focus #cs_text,
#current_server_mask:not(.no_link_cursor):active #cs_text {
  background-color: #005256;
}
#current_server_mask:hover #cs_button_column,
#current_server_mask:focus #cs_button_column,
#current_server_mask:active #cs_button_column {
  background-color: #005256;
}
#current_server_mask:hover .bottom,
#current_server_mask:focus .bottom,
#current_server_mask:active .bottom {
  opacity: 1;
}
#current_server_mask:hover .top,
#current_server_mask:focus .top,
#current_server_mask:active .top {
  opacity: 0;
}
#cs_text {
  padding: 0 1.3em 0 1em;
  background-color: #008187;

  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#cs_button_column {
  padding: 0;
  margin: 0;
  max-width: 15px;
  background-color: #008187;

  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.bottom {
  opacity: 0;

  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.top {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#cs_button_column img {
  position: absolute;
  margin-top: -15px;
  margin-left: -15px;
  padding: 0;
}
#sb_table p {
  display: inline;
  margin: 0;
  padding: 0;
  line-height: 30px;
}
.sb_column {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  text-align: left;
  width: auto;
  height: auto;
  /*border: 1px solid;*/
}
.sb_info_button {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 20px;
  text-align: center;
  margin: 0 0 0 30px;
  padding: 0;
  color: #cccccc;
  background-color: #6ea6a9;

  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
  box-shadow: -2px 0px 2px 0px rgba(0, 0, 0, 0.5);

  transition: none;
  animation: none;
}
.sb_info_button span {
  position: relative;
  font-size: 0.95em;
  top: 0px;
}
.sb_info_button.sb_info_button_active:hover {
  animation: none;
  cursor: pointer;
  background-color: #005256;
  color: #fff;
}
.sb_info_button_active {
  background-color: #ed7100;
  color: #fff;

  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;

  animation-name: blink;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
.sb_info_button:hover {
  cursor: default;
  color: #cccccc;
  background-color: #6ea6a9;
}
.sb_info_button_active.sb_info_button_clicked {
  animation: none;
  background-color: #005256;
}
#webadmin_version {
  display: inline-flexbox;
  flex-grow: 2;
  text-align: center;
  /*border: 1px solid;*/
}

#webadmin_version.placeholderMargin {
  margin-left: 52px;
}

/*Container Features*/
#feature_btns_area {
  display: inline-flexbox;
  flex-grow: 0;
  width: auto;
  text-align: center;
}
#feature_btns_area a {
  display: block;
  width: 22px;
  height: 22px;
  float: right;
  border-radius: 30px;
  background-color: #ed7100;
  margin-top: 4px;

  -webkit-box-shadow: -2px 0 2px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -2px 0 2px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: -2px 0 2px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: -2px 0 2px 0 rgba(0, 0, 0, 0.5);
  box-shadow: -2px 0 2px 0 rgba(0, 0, 0, 0.5);
}
#feature_btns_area a:hover {
  cursor: pointer;
  background-color: #005256;
}
.btn_unfold_all {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url("/images/symbol_unfold_all_0.png");
  background-size: auto 15px;
  background-repeat: no-repeat;
  background-position: center;
}
.btn_close_all {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url("/images/symbol_close_all_0.png");
  background-size: auto 15px;
  background-repeat: no-repeat;
  background-position: center;
}

#sb_note_window {
  display: none;
  position: fixed;
  bottom: 30px;
  left: 15px;
  padding: 10px 10px 20px 10px;
  background-color: #fff;
  z-index: 99;
}
#sb_note_window h2 {
  margin: 0;
  padding: 0;
  font-size: 1.3em;
  color: #009ba3;
  text-align: left;
  font-weight: bold;
}
#sb_note_window ul {
  margin: 10px 0px 5px 0px;
  padding: 0px 0px 0px 20px;
}
#sb_note_window ul > li {
  color: #009ba3;
}
#sb_note_window ul > li > span {
  color: #000;
}
@keyframes blink {
  0% {
    background-color: #ed7100;
  }
  50% {
    background-color: red;
  }
  100% {
    background-color: #ed7100;
  }
}

/*Server Selection*/
#server_selection_window {
  display: none;
  position: fixed;
  height: auto;
  z-index: 101;
  color: #fff;
  background-color: #008187;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
}
#server_selection_window h1 {
  font-size: 1em;
  padding: 0em 1em 0.5em 1em;
}
form {
  overflow: hidden;
}
#found_server {
  color: #fff;
  width: 100%;
}
#found_server label {
  display: block;
  cursor: pointer;
  background-color: #009ba3;
  padding: 3px 1em 3px 1em;
  margin-bottom: 3px;

  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
#found_server input[type="radio"] {
  display: none;
}
#found_server label:hover {
  background-color: #ed7100;
}
#found_server input[type="radio"]:checked + label {
  background-color: #ed7100;
}
#checkbox_ip_address {
  width: auto;
}
#label_checkbox_ip_address {
  width: 100%;
  margin-left: 20px;
}

#overlay {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
}

/*Dashboard*/
#dashboard_grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  /*border: 1px solid;*/
}
.dashboard_cell {
  flex-grow: 1;
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin: 10px;
  background-color: #fff;
  border: 1px solid #cecdcd;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 2px 2px #e3e3e3;
  -moz-box-shadow: 0 0 2px 2px #e3e3e3;
  -ms-box-shadow: 0 0 2px 2px #e3e3e3;
  -o-box-shadow: 0 0 2px 2px #e3e3e3;
  box-shadow: 0 0 2px 2px #e3e3e3;
}
.dashboard_cell a {
  color: #00747a;
  text-decoration: none;
}
.dashboard_cell a:hover {
  text-decoration: underline;
}
.dashboard_cell#db_home_info_cell {
  flex-grow: 0;
}
.dashboard_cell#session_cell {
  display: none;
  flex-grow: 5;
  min-width: 350px;
  max-width: 500px;
}
.dashboard_cell .iframe_class {
  height: auto;
}
.standard_body.scroll {
  overflow-y: scroll;
}
#d_heading {
  width: 100%;
  width: -moz-calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  width: -o-calc(100% - 20px);
  width: calc(100% - 20px);
  padding: 5px 10px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom: 1px solid #cecdcd;
  background-color: #d2eaec;
  color: #00747a;
  font-weight: bold;
}
#db_home_infos {
  display: table;
  margin: 10px;
  width: auto;
  height: auto;
}
.db_row {
  display: table-row;
  /*border: 1px solid;*/
}
.db_cell {
  display: table-cell;
  padding: 5px 20px 5px 5px;
  /*border: 1px solid;*/
}
.pcr_sessions {
  cursor: pointer;
}
#sessions_count {
  font-size: 0.9em;
}

/*Diagnosis*/
#diagnosis_content_area {
  height: 50%;
  height: -moz-calc(100% - 260px);
  height: -webkit-calc(100% - 260px);
  height: -o-calc(100% - 260px);
  height: calc(100% - 260px);
}
#protocol_textarea {
  resize: none;
  position: relative;
  width: 97%;
  width: -moz-calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  width: -o-calc(100% - 20px);
  width: calc(100% - 20px);
  height: -moz-calc(100% - 55px);
  height: -webkit-calc(100% - 55px);
  height: -o-calc(100% - 55px);
  height: calc(100% - 55px);
  padding: 5px 10px 5px 10px;
  border: 1px solid #009ba3;
}

/*Container*/
.container {
  width: 100%;
  min-height: 20px;
  background-color: #fff;
  border: 1px solid #cecdcd;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 0 0 0 0;
  -webkit-box-shadow: 0 0 2px 2px #e3e3e3;
  -moz-box-shadow: 0 0 2px 2px #e3e3e3;
  -ms-box-shadow: 0 0 2px 2px #e3e3e3;
  -o-box-shadow: 0 0 2px 2px #e3e3e3;
  box-shadow: 0 0 2px 2px #e3e3e3;
}
.cont_header {
  display: table;
  table-layout: fixed;
  width: 100%;
  /*border: 1px solid #cecdcd;*/
}
.cont_cell {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  height: 40px;
  padding-right: 10px;
  /*border: 1px solid #cecdcd;*/
}
.cont_header > .cont_cell {
  border-bottom: 1px solid #ddd;
}
.container_header_spacing {
  padding-right: 5px;
  width: 95px;
  height: 40px;
}
.cont_header > .cont_cell.container_header_spacing {
  border-bottom: 0px;
}
.cont_icon {
  position: absolute;
  margin-top: -20px;
  width: 100px;
  height: 81px;
  border: 0px;
}

.icon_CmActLicense {
  background-image: url("/images/type_cmactlicense.png");
  background-size: auto 70px;
  background-repeat: no-repeat;
  background-position: center center;
}

.icon_CmReady {
  background-image: url("/images/type_cmready.png");
  background-size: auto 70px;
  background-repeat: no-repeat;
  background-position: center center;
}

.icon_CmStick,
.icon_CmCard {
  background-image: url("/images/type_cmstick.png");
  background-size: auto 70px;
  background-repeat: no-repeat;
  background-position: center center;
}

.icon_CmStickB {
  background-image: url("/images/type_cmstick_b.png");
  background-size: auto 70px;
  background-repeat: no-repeat;
  background-position: center center;
}

.icon_CmStickC {
  background-image: url("/images/type_cmstick_c.png");
  background-size: auto 70px;
  background-repeat: no-repeat;
  background-position: center center;
}

.icon_CmStickD {
  background-image: url("/images/type_cmstick_d.png");
  background-size: auto 70px;
  background-repeat: no-repeat;
  background-position: center center;
}

.icon_TMR_virtual_CmContainer {
  background-image: url("/images/type_virtual_cmcontainer.png");
  background-size: auto 70px;
  background-repeat: no-repeat;
  background-position: center center;
}

.icon_CmCloud {
  background-image: url("/images/type_cmcloud.png");
  background-size: auto 70px;
  background-repeat: no-repeat;
  background-position: center center;
}

.cont_name {
  font-weight: bold;
  color: #009ba3;
  padding-right: 40px;
  padding-left: 17px;
}
.cont_name a {
  text-decoration: inherit;
  color: #009ba3;
}
.cont_name a:hover {
  text-decoration: underline;
}
.cont_snr {
  text-align: left;
  width: 200px;
}
.cont_type {
  text-align: right;
  width: 300px;
}

.cont_status {
  width: 50px;
}
.cont_status_circle {
  float: right;
  width: 20px;
  height: 20px;
  border-radius: 20px;
}
.cont_status_circle_Enabled,
.cont_status_circle_enabled,
.cont_status_circle_Connected {
  background-color: green;
}
.cont_status_circle_TempEnabled {
  background-color: orange;
}
.cont_status_circle_Disabled,
.cont_status_circle_Locked,
.cont_status_circle_Invalid {
  background-color: red;
}
.cont_status_circle_Broken,
.cont_status_circle_Deleted {
  background-color: darkred;
}
.cont_status_circle_Empty,
.cont_status_circle_empty,
.cont_status_circle_Disconnected {
  background-color: grey;
}
.cont_status_circle_Unknown {
  background-color: black;
}

.tooltip_status {
  width: auto;
}
.tooltip.cont_status_circle_Enabled:after {
  content: "Enabled";
}
.tooltip.cont_status_circle_TempEnabled:after {
  content: "Enabled until unplugged";
}
.tooltip.cont_status_circle_Disabled:after {
  content: "Disabled";
}
.tooltip.cont_status_circle_Deleted:after {
  content: "Deleted";
}
.tooltip.cont_status_circle_Broken:after {
  content: "Broken";
}
.tooltip.cont_status_circle_Empty:after {
  content: "Empty";
}
.tooltip.cont_status_circle_Connected:after {
  content: "Connected";
}
.tooltip.cont_status_circle_Disconnected:after {
  content: "Disconnected";
}
.tooltip.cont_status_circle_Invalid:after {
  content: "Invalid";
}
.fa#container_list_loader {
  display: none;
  position: relative;
  font-size: 1.1em;
  top: 1px;
  margin-right: 15px;
  color: #008187;
}
a.container_list_expand_icon {
  position: relative;
  color: #008187;

  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
a.container_list_expand_icon:hover {
  cursor: pointer;
  color: #ed7100;
}
.container_list_text {
  display: inline-block;
  line-height: 21px;
  padding: 5px 10px 5px 5px;
}
.container_list:hover {
  cursor: pointer;
}
#container_list_frame {
  /*display: none;*/
  position: absolute;
  margin-left: -1px;
  margin-top: 1px;
  z-index: 1;
  /*border: 1px solid;*/
}
#container_list_area {
  display: inline-block;
  background-color: #fff;
  width: auto;
  margin: 10px;
  /*border-radius: 8px;*/
}
#container_list_area a {
  display: block;
  width: auto;
  padding: 4px 10px 4px 10px;
  border-bottom: 1px solid #dbdbdb;
  text-decoration: none;
  color: #009ba3;
  white-space: nowrap;

  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
#container_list_area a:hover {
  cursor: pointer;
  background-color: #ececec;
}
.container_list_box_name {
  display: inline-block;
}
.container_list_serial_number {
  display: inline-block;
}
.no_cmcontainer {
  display: block;
  width: auto;
  border-bottom: 1px solid #dbdbdb;
  padding: 5px 15px 5px 20px;
  line-height: 30px;
  text-decoration: none;
  font-style: italic;
  color: #aaaaaa;
}
.firm_code_content_table a.btn_lt_quickview {
  cursor: pointer;
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  margin-left: 10px;
  margin-top: -2px;
  margin-bottom: -5px;
  font-size: 1em;
  text-align: center;
  line-height: 20px;
  border-radius: 10px;
  background-color: #009ba3;
  color: #fff;
}
.firm_code_content_table a.btn_lt_quickview:hover {
  text-decoration: none;
  background-color: #ed7100;
}
.firm_code_content_table a.btn_lt_quickview .tooltip {
  color: #000;
}
.firm_code_label a.btn_lt_quickview_fi {
  cursor: pointer;
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  margin-left: 5px;
  margin-top: 5px;
  font-size: 13px;
  text-align: center;
  line-height: 20px;
  border-radius: 10px;
  background-color: #009ba3;
  color: #fff;
}
.firm_code_label a.btn_lt_quickview_fi:hover {
  text-decoration: none;
  background-color: #ed7100;
  color: #fff;
}
.firm_code_label a.btn_lt_quickview_fi .tooltip {
  color: #000;
}
.iframe_lto,
.iframe_lth {
  border: 0px;
  width: 0px;
  height: 0px;
  margin: 0px;
  padding: 0px;
}
.tooltip_loading {
  font-size: 20px;
  margin: 0px;
  padding: 0px;
  color: #009ba3;
}
.evaluation_fc {
  display: none;
  color: #00747a;
  font-size: 0.8em;
}
.evaluation_fc_10,
.evaluation_fc_5010,
.evaluation_fc_6000010 {
  display: inline;
}

/*Container Tabs*/
.container_content,
.container_content:before,
.container_content:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.container_content {
  border-top: 1px solid #ddd;
}
.container_content_sections {
  display: none;
  padding: 5px 0 20px 0;
  border-top: 1px solid #ddd;
}
.tab_input {
  display: none;
}
.tab_label_spacing {
  display: inline-block;
  width: 95px;
}
.tab_label {
  display: inline-block;
  margin: 0 0 0 0;
  padding: 5px 15px 5px 15px;
  text-align: center;
  color: #777;
  font-size: 0.8em;
  border-bottom: 4px solid #fff;
}
.tab_label:before {
  /*font-family: fontawesome;*/
  font-weight: normal;
  margin-right: 10px;
}
.tab_label:hover {
  color: #000;
  cursor: pointer;
}
.tab_input:checked + .tab_label {
  color: #000;
  border-bottom: 4px solid orange;
  border-top: 1px solid #fff;
}
.tab_unfold_icon_span,
.fa.tab_unfold_icon_span {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 16px;
  margin-right: 8px;
  color: #b4b4b4;

  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);

  -moz-transition:
    transform 0.6s ease-in-out,
    font-size 0.2s ease-in-out;
  -webkit-transition:
    transform 0.6s ease-in-out,
    font-size 0.2s ease-in-out;
  -o-transition:
    transform 0.6s ease-in-out,
    font-size 0.2s ease-in-out;
  transition:
    transform 0.6s ease-in-out,
    font-size 0.2s ease-in-out;
}
.tab_input:checked + .tab_label .fa.tab_unfold_icon_span {
  color: #4a5e63;
}
.tab_input:not(:checked):hover + .tab_label .fa.tab_unfold_icon_span {
  color: #000;
}
.tab_unfold_icon_span:hover {
  font-size: 18px;
  height: 20px;
}
.tab_input:checked + .tab_label .tab_unfold_icon_span {
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  line-height: 18px;
}

/*Container: Firm Code Accordion*/
.firm_code_input {
  display: none;
}
.firm_code_label {
  display: block;
  background: #d2eaec;
  color: #00747a;
  border-radius: 0px;
  cursor: pointer;
  margin: 2px 0px 0px 0px;
  padding: 0px 15px;
  z-index: 20;
}
.firm_code_label:hover {
  background-color: #d7ebec;
}
.firm_code_input:checked + .firm_code_label {
  background: #d2eaec;
  color: #00747a;
}
.ud_label {
  background-color: #d2eaec;
}
.ud_label:hover {
  background-color: #d2eaec;
  cursor: default;
}
.fc_span {
  display: inline-block;
  padding-left: 10px;
  font-weight: bold;
}
.firm_code_label a {
  text-decoration: inherit;
  color: #009ba3;
}
.firm_code_label a:hover {
  text-decoration: underline;
}
.unfold_icon_span,
.fa.unfold_icon_span {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  text-align: center;
  color: #00747a;

  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);

  -moz-transition:
    transform 0.6s ease-in-out,
    font-size 0.2s ease-in-out;
  -webkit-transition:
    transform 0.6s ease-in-out,
    font-size 0.2s ease-in-out;
  -o-transition:
    transform 0.6s ease-in-out,
    font-size 0.2s ease-in-out;
  transition:
    transform 0.6s ease-in-out,
    font-size 0.2s ease-in-out;
}
.unfold_icon_span:hover {
  font-size: 18px;
  height: 20px;
}
.firm_code_input:checked + .firm_code_label .unfold_icon_span {
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.firm_code_content {
  display: none;
  height: 0px;
  background-color: #f7f7f7;
  overflow: hidden;
  z-index: 10;
}
.firm_code_input:checked ~ .firm_code_content {
  display: inline;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  height: auto;
  margin-bottom: 2px;
}

.firm_code_content.user_data_content {
  display: inline;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  height: auto;
  margin-bottom: 2px;
}
/*.firm_code_accordion_inactive {
    display: none;
}
.firm_code_label_inactive {
    background-color: #fde5d0;
    color: #b08761;
}
.firm_code_label_inactive:hover {
    background-color: #fde5d0;
}
.firm_code_input + .firm_code_label_inactive .unfold_icon_span {
	margin-left: 15px;
    color: #b08761;
}
.firm_code_label_inactive + .firm_code_content th {
    background-color: #FAEFDD;
}
.firm_code_input:checked + .firm_code_label_inactive .unfold_icon_span {
	-moz-transform: rotateX(180deg) ;
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.firm_code_input:checked + .firm_code_label_inactive {
	background-color: #fde5d0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	color: #b08761;
	margin-bottom: 0;
}
.show_inactive_licenses_label {
    display: none;
    background-color: #fde5d0;
    color: #b08761;
	border-radius: 0px;
	cursor: pointer;
	margin-bottom: .125em;    
    margin-top: 15px;
	padding: 0px 15px;
	z-index: 20;
}
.show_inactive_licenses_label .unfold_icon_span {
    color: #b08761;
}
.show_inactive_licenses_label:hover {
	background-color: #fde5d0;
}
.inactive_license_text {
    margin-left: 10px;
}
.inactive_licenses_input {
    display: none;
}
.inactive_licenses_input:checked + .show_inactive_licenses_label .unfold_icon_span {
	-moz-transform: rotateX(180deg) ;
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    color: #b08761;
}
.inactive_licenses_input:checked ~ .firm_code_accordion_inactive {
    display: inline;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	height: auto;
	margin-bottom: 2px;
}
.inactive_licenses_input:checked + .show_inactive_licenses_label {
	background-color: #fde5d0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	color: #b08761;
	margin-bottom: 0;
}*/
.firm_code_content_table .inactive_licenses_heading td {
  padding: 5px 10px;
  background-color: #e4f1f1;
  color: #789495;
  font-weight: bold;
  font-size: 0.7em;
  text-indent: 4px;
}
.invalid_pi {
  color: #960000;
}

.invalid_pi .item_type_ModuleItem {
  color: #960000;
}

.invalid_pi .column_pc a,
.invalid_pi .product_code a {
  color: #cc5959 !important;
}
/*Firm Code Label and Product Code Name (LTO, LTH)*/
.fc_label_table,
.pc_name_table {
  display: table;
  /*border: 1px solid;*/
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.fc_label_table_row,
.pc_name_table_row {
  display: table-row;
}
.fc_label_chevron,
.fc_label_fc,
.fc_label_fc_name,
.fc_label_eval,
.fc_label_lto {
  display: table-cell;
  /*border: 1px solid;*/
  vertical-align: middle;
  padding-right: 10px;
}
.fc_label_chevron {
  width: 25px;
}
.fc_label_fc {
  width: 110px;
}
.fc_label_lto {
  text-align: right;
  padding-right: 4px;
}
.fc_label_fc_name {
  word-break: break-all;
  word-wrap: break-word;
}
label .fc_label_eval {
  text-align: right;
  line-height: 1em;
}
.pc_name_name,
.pc_name_lto,
.pc_name_lth {
  display: table-cell;
  vertical-align: middle;
  /*border: 1px solid;*/
}
.pc_name_lto,
.pc_name_lth {
  width: 30px;
}

/*Content: Firm Code Table*/
#firm_item_details_serverselection_frame {
  width: 100%;
  height: auto;
  border: 0;
}
#serverselection_loader {
  font-size: 2em;
  color: #fff;
}
.firm_code_content_table {
  width: 100%;
  padding: 0px;
  margin: 0px;
  /*border: 1px solid;*/
  border-collapse: collapse;
}
.firm_code_content_table tr {
  padding: 0px;
  margin: 0px;
  border: 0px;
}
.product_code_row:nth-child(even) {
  background-color: #fff;
}
.product_code_row:hover,
.product_code_row:nth-child(even):hover {
  background-color: #e0efef;
}
.product_code_row:hover.invalid_pi,
.product_code_row:nth-child(even):hover.invalid_pi {
  background-color: #ffeeee;
}
.firm_code_content_table th {
  font-size: 0.7em;
  padding: 5px;
  background-color: #e4f1f1;
  color: #005e62;
}
.firm_code_content_table td {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
}
.column_pc {
  width: 95px;
  padding-right: 10px;
  text-align: right;
}

.column_pc_fi_details {
  width: 120px;
}

.column_n {
  text-align: left;
  padding-left: 10px;
}
.column_uc {
  width: 120px;
  padding-right: 10px;
  text-align: right;
}
.column_et {
  width: 150px;
  text-align: left;
  padding-left: 10px;
}
.column_lq {
  width: 110px;
  padding-right: 10px;
  text-align: right;
}
.column_fm {
  width: 90px;
  padding-left: 10px;
  text-align: left;
}
.product_code_row {
  font-size: 0.8em;
}
.word_break {
  word-break: break-all;
  word-wrap: break-word;
}
.content_right {
  text-align: right;
}
.content_left {
  text-align: left;
}
.firm_code_content_table a,
.backup_info_text a {
  text-decoration: inherit;
  color: #009ba3;
}
.firm_code_content_table a:hover,
.backup_info_text a:hover {
  text-decoration: underline;
}
.item_type_ModuleItem {
  font-size: 0.8em;
  color: #666666;
}
.firm_code_content_table .column_pc.item_type_ModuleItem a,
.firm_code_content_table .column_pc.item_type_ModuleItem {
  color: #519ca0;
}
.product_code_row td {
  border-top: 1px solid #eaeaea;
}

.product_code_row.session {
  cursor: pointer;
}

.no_items_row,
.no_firm_items,
.no_js_note {
  padding: 10px 10px 15px 10px;
  font-style: italic;
  font-size: 1em;
  color: #aaaaaa;
}
.firm_code_content .no_items_row span {
  padding: 10px 10px 15px 13px;
  font-size: 0.8em;
}

/*Container: CmContainer Info*/
.cont_info_table {
  display: table;
  width: 100%;
  height: auto;
  font-size: 0.95em;
}
.cont_info_row {
  display: table-row;
}
.cont_info_row:nth-child(even) {
  background-color: #fff;
}
.cont_info_row:hover,
.cont_info_row:nth-child(even):hover {
  background-color: #e4f1f1;
}
.cont_info_cell {
  display: table-cell;
  padding: 2px 0px 5px 0px;
  border-bottom: 1px solid #eaeaea;
}
.cont_info_title {
  width: 400px;
  padding: 5px 0px 5px 20px;
  font-weight: normal;
  color: #000;
}

.cont_info_title a {
  color: #009ba3;
  text-decoration: inherit;
}

.cont_info_title a:hover {
  text-decoration: underline;
}

.cont_info_content {
  color: #444;
}
.cont_info_button {
  width: 200px;
}
.memory_diagramm_bg {
  display: block;
  height: 20px;
  background-color: #bfbfbf;
}
.memory_diagramm_rate {
  display: block;
  height: 100%;
  background-color: #469046;
  color: #fff;
  font-size: 0.8em;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.memory_diagramm_rate p {
  margin: 0;
  padding: 1px 0px 0px 10px;
}
.status_circle_Enabled,
.status_circle_Connected {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  margin: -3px 5px 0 0;
  background-color: green;
}
.status_circle_TempEnabled {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  margin: -3px 5px 0 0;
  background-color: orange;
}
.status_circle_Locked,
.status_circle_Invalid,
.status_circle_Disabled {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  margin: -3px 5px 0 0;
  background-color: red;
}
.status_circle_Deleted,
.status_circle_Broken {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  margin: -3px 5px 0 0;
  background-color: darkred;
}

.status_circle_Disconnected,
.status_circle_Empty {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  margin: -3px 5px 0 0;
  background-color: grey;
}

.status_text_Enabled:after {
  content: "Enabled";
}
.status_text_TempEnabled:after {
  content: "Enabled until unplugged";
}
.status_text_Disabled:after {
  content: "Disabled";
}
.status_text_Deleted:after {
  content: "Deleted";
}
.status_text_Broken:after {
  content: "Broken";
}
.status_text_Empty:after {
  content: "Empty";
}
.status_text_Connected:after {
  content: "Connected";
}
.status_text_Invalid:after {
  content: "Invalid";
}
.status_text_Disconnected:after {
  content: "Disconnected";
}
.cont_info_button {
  vertical-align: middle;
  text-align: right;
}
.btn_cont_info {
  position: absolute;
  right: 18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  font-family: Verdana;
  color: #ffffff;
  font-size: 1em;
  background: #009ba3;
  padding: 4px 6px 4px 6px;
  border-bottom: 1px solid #ffffff;
  border: 0px;
  text-decoration: none;
  margin-top: -13px;
}
.btn_cont_info:enabled:hover {
  cursor: pointer;
  background: #ed7100;
  text-decoration: none;
}
.btn_cont_info:disabled {
  color: #bbbbbb;
  background-color: #efefef;
  border: solid #bbbbbb 1px;
}
.fa-refresh {
  width: 16px;
  text-align: center;
}
.btn_defragment {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("/images/symbol_defragment_0.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.btn_cont_info:disabled .btn_defragment {
  background-image: url("/images/symbol_defragment_2.png");
}

.defragment_form {
  display: none;
}

/*Container Backup & Restore*/
.text_after_btn {
  margin-left: 20px;
  color: #bbb;
}
.backup_table,
.restore_table {
  margin-bottom: 30px;
}
.backup_not_enabled {
  display: table;
}
.backup_info_text {
  display: block;
  margin-left: 20px;
}

/*Container - Firm Item Details*/
.product_item_table .inactive_licenses_heading td {
  padding: 5px 10px;
  background-color: #66b4b8;
  color: #fff;
  font-weight: bold;
}

/*Container - Product Item Details*/
.product_item_table {
  background-color: #fff;
  font-size: 0.8em;
  width: 100%;
  padding: 0px;
  margin: 0px;
  border-collapse: collapse;
}
.product_item_table tr {
  padding: 0px;
  margin: 0px;
  border: 0px;
}
.product_item_table th {
  background-color: #009ba3;
  color: #fff;
  padding: 5px 10px 5px 10px;
}
.product_item_table td {
  padding: 10px 10px 10px 10px;
}
.product_item_table a {
  text-decoration: inherit;
  color: #009ba3;
}
.product_item_table .invalid_pi a {
  color: #cc5959 !important;
}
.product_item_table a:hover {
  text-decoration: underline;
}
.product_item_table .product_code_row {
  font-size: 1em;
}
.firm_code_content_table {
  width: 100%;
  padding: 0px;
  margin: 0px;
  /*border: 1px solid;*/
  border-collapse: collapse;
}
.product_item_row:nth-child(even) {
  background-color: #eeeeee;
}
.product_item_row:hover,
.product_item_row:nth-child(even):hover {
  background-color: #c3e3e7;
}
.product_item_row:hover .item_type_ModuleItem {
  background-color: #c3e3e7;
}
.product_item_value {
  max-width: 350px;
}
.text_left {
  text-align: left;
}
.text_right {
  text-align: right;
}

.inherited {
  color: #9d9da1;
  font-style: italic;
}

.product_code_row.invalid_pio {
  color: #960000;
}

.product_code_row.invalid_pio:hover .pio_name .tooltip {
  display: inline;
}

.product_code_row:hover.invalid_pio {
  background-color: #ffeeee;
}

.item_option_2:after {
  content: "Feature Map";
}
.item_option_4:after {
  content: "Expiration Time";
}
.item_option_8:after {
  content: "Activation Time";
}
.item_option_16:after {
  content: "Unit Counter";
}
.item_option_32:after {
  content: "Protected Data";
}
.item_option_64:after {
  content: "Extended Protected Data";
}
.item_option_128:after {
  content: "Hidden Data";
}
.item_option_130:after {
  content: "Borrow Expiration Time";
}
.item_option_132:after {
  content: "Borrow Licenses";
}
.item_option_133:after {
  content: "Currently Borrow Licenses";
}
.item_option_134:after {
  content: "Linger Time";
}
.item_option_135:after {
  content: "Minimum Runtime Version";
}
.item_option_250:after {
  content: "License Information";
}
.item_option_256:after {
  content: "Secret Data";
}
.item_option_512:after {
  content: "User Data";
}
.item_option_1024:after {
  content: "Text";
}
.item_option_2048:after {
  content: "Usage Period";
}
.item_option_4096:after {
  content: "License Quantity";
}
.item_option_5053:after {
  content: "Borrow Server Entry";
}
.item_option_5054:after {
  content: "Borrow Server (CmContainer)";
}
.item_option_5058:after {
  content: "Borrow SID";
}
.item_option_65536:after {
  content: "Maintenance Period";
}

.module_item_pc {
  width: 100px;
}

.transfer_option {
  min-width: 350px;
}

/*Container -> License Update*/
h1 a#help_license_update {
  cursor: pointer;
  font-size: 0.6em;
  font-weight: normal;
}
h1 a#help_license_update:hover {
  text-decoration: underline;
}
#license_update_description {
  display: none;
}
.column_ru_left {
  display: table-cell;
  vertical-align: top;
}
.column_ru_right {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  width: 35%;
}
.column_ru_right img {
  width: 90%;
  height: auto;
}
#extendLicenseFieldset,
#addLicenseFieldset,
#storagePathFieldset {
  display: none;
}
.license_update_label {
  display: block;
}
input[type="number"] {
  -moz-appearance: none;
  -webkit-appearance: none;
}
#cmcontainer_list {
}

.file_import {
  width: 100%;
}

/*License Monitoring*/
.license_monitoring_content {
  display: block;
  min-height: 20px;
  background-color: #fff;
  border: 1px solid #cecdcd;
  border-radius: 0px;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
  -webkit-box-shadow: 0 0 2px 2px #e3e3e3;
  -moz-box-shadow: 0 0 2px 2px #e3e3e3;
  -ms-box-shadow: 0 0 2px 2px #e3e3e3;
  -o-box-shadow: 0 0 2px 2px #e3e3e3;
  box-shadow: 0 0 2px 2px #e3e3e3;
}
.license_monitoring_content .firm_code_label {
  margin: 0px 0px 0px 0px;
}
.firm_code_content_table th.column_unfold {
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background-color: #63c2c9;
  width: 2px;
  padding: 0;
  margin: 0;
}
.firm_code_content_table th.column_unfold:hover {
  background-color: #008187;
  cursor: pointer;
}
.firm_code_content_table th.column_unfold span {
  position: absolute;
  line-height: 1.8em;
  width: 13px;
  height: 20px;
  text-indent: -1px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-top: -10px;
  background-color: #63c2c9;
}
.firm_code_content_table th.column_unfold span:hover {
  background-color: #008187;
}
.column_ul {
  width: 90px;
  text-align: right;
}
.assignment_status_th {
  background-color: #eaf6f8;
  color: #008187;
}
.product_code_row:nth-child(even) .assignment_status {
  background-color: #fff;
}
.product_code_row:nth-child(odd) .assignment_status {
  background-color: #fff;
}
.product_code_row:hover .assignment_status,
.product_code_row:nth-child(even):hover .assignment_status {
  background-color: #e0efef;
}
.product_code_row:hover.invalid_pi .assignment_status,
.product_code_row:nth-child(even):hover.invalid_pi .assignment_status {
  background-color: #ffeeee;
}
.assignment_detail {
  display: none;
}
.assignment_summary_th,
.assignment_summary_th + th {
  padding-left: 15px;
}
#info_bar {
  display: block;
  position: fixed;
  width: 100%;
  padding: 5px 0px 5px 0px;
  bottom: 30px;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  z-index: 99;
}
#info_bar p {
  white-space: nowrap;
  padding: 0;
  margin: 5px;
}

/*Info Page*/
#info_content_area p {
  margin: 0;
  padding: 0;
}
#info_content_area {
}
#company_description,
#support_text {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 10px 20px 10px 20px;
  text-align: center;
}
#company_description {
  max-width: 1200px;
}

#company_description p span {
  display: block;
}

#company_description p span:first-of-type {
  margin-bottom: 10px;
}

#company_description img {
  width: 100%;
  max-width: 636px;
  height: auto;
}
#info_space {
  width: 40px;
}
#support_text {
  vertical-align: top;
}
#support_text a {
  text-decoration: inherit;
  color: #009ba3;
}
#support_text a:hover {
  text-decoration: underline;
}

/*Configuration Page Basic*/
.config_table {
  display: table;
  width: 100%;
  /*border: 1px solid;*/
}
.config_cell_right {
  display: table-cell;
  vertical-align: top;
  /*border: 1px solid;*/
}
.left_top_space {
  height: 40px;
}
.right_tab_area {
  display: table-cell;
  height: 30px;
  vertical-align: middle;
  /*background-color: #cecdcd;*/
}
.config_tab {
  position: relative;
  display: table-cell;
  padding-left: 15px;
  white-space: nowrap;
  /*background-color: #008187;*/
  /*border: 1px solid;*/
}
.config_tab_outer:first-child {
  padding-left: 25px;
  /*background-color: #008187;*/
  /*border: 1px solid;*/
}
.config_tab_inner:first-child {
  padding-left: 23px;
}
.config_tab a {
  position: relative;
  padding: 5px 15px 5px 15px;
  top: 2px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #373737;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.1);
}
.config_tab_outer a {
  font-weight: bold;
}
.config_tab a:hover,
nav a:focus,
nav a:active {
  background-color: #e8e8e8;
  color: #000;
}
.config_table .config_cell_right .right_tab_area .current_config a {
  background-color: #fff;
  color: #008187;
}
.config_table
  .config_cell_right
  .config_table
  .config_cell_right
  .right_tab_area
  .current_config
  a {
  background-color: #fff;
  color: #008187;
}
.current_config a:hover,
nav a:focus,
nav a:active {
  background-color: #fff;
  color: #000;
}

#right_content_area {
  position: relative;
  display: table;
  width: -moz-calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: -o-calc(100% - 30px);
  width: calc(100% - 30px);
  padding: 15px 13px 10px 10px;
  background-color: #f2fafa;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  z-index: 2;
}
#right_content_area_inner {
  position: relative;
  width: -moz-calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: -o-calc(100% - 30px);
  width: calc(100% - 30px);
  display: table;
  padding: 15px;
  /*border-top: 1px solid #cecdcd;*/
  background-color: #fff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  z-index: 2;
}
#right_content_area_inner #left_cell {
  display: table-cell;
  vertical-align: top;
  /*border: 1px solid;*/
}
#right_content_area_inner #right_cell {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  width: 33%;
  padding-left: 15px;
  /*border: 1px solid;*/
}
#right_content_area_inner #right_cell img {
  width: 63%;
  height: auto;
  margin: 10px 0px 0px 0px;
  padding: 0;
}
.shadow_tab {
  border: 1px solid #cecdcd;
  border-bottom: 0px;
  /*-webkit-box-shadow: 0 -2px 2px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 -2px 2px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 -2px 2px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 -2px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -2px 2px 2px rgba(0, 0, 0, 0.1);*/
}
.hidden_config_label {
  display: inline-block;
  margin-left: 40px;
  width: 230px;
  font-size: 0.9em;
}

.borrowing_config_label {
  display: inline-block;
  margin-left: 40px;
  width: 340px;
  font-size: 0.9em;
}

.transfer_config_label {
  display: inline-block;
  width: 340px;
}

.hidden_config_checkbox + label {
  margin-left: 40px;
  font-size: 0.9em;
}
.text_label {
  display: inline-block;
  width: 200px;
}

input[type="text"],
input[type="password"] {
  width: -moz-calc(100% - 290px);
  width: -webkit-calc(100% - 290px);
  width: -o-calc(100% - 290px);
  width: calc(100% - 290px);
  max-width: 400px;
}

input[type="text"].small_input {
  width: 50px;
}

input[type="text"].invalid_value {
  border-color: #dd6262 !important;
}

input[type="text"] + p {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
}

input[type="checkbox"] {
  width: 30px;
}
.note_restart_codemeter {
  font-size: 0.9em;
  color: #4c4c4c;
  padding-bottom: 0;
  margin-bottom: 0;
}
.checkbox_out_of_fieldset + label {
  margin-left: 13px;
}

.note {
  font-size: 0.9em;
  color: #4c4c4c;
}

/*Configuration Basic -> Network*/
.server_search_list_label {
  display: block;
}

.server_search_list_label::before {
  display: none !important;
}

#server_search_list input[type="radio"] {
  display: none;
}
.server_search_list_list {
  display: block;
  padding: 5px 10px;
  background-color: #eeeeee;
}
.server_search_list_list:nth-child(4n) {
  background-color: #fff;
}
#no_server_list_element {
  display: none;
  font-style: italic;
  color: #cecdcd;
  cursor: default;
  height: 32px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ssl_delete {
  float: right;
  width: 20px;
  height: 20px;
  padding: 0px;
  background-color: #009ba3;
  color: #fff;
  border: 0px;
  border-radius: 20px;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
}
.ssl_delete:hover {
  cursor: pointer;
  background-color: #ed7100;
}
.ssl_delete_disabled,
.ssl_delete_disabled:hover {
  background-color: #cccccc;
  cursor: default;
}
.ssl_down {
  display: inline-block;
  float: right;
  width: 20px;
  height: 20px;
  padding: 0px;
  background-color: #009ba3;
  color: #fff;
  border: 0px;
  border-radius: 20px;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
}
.ssl_down:hover {
  cursor: pointer;
  background-color: #ed7100;
}
.ssl_down_disabled,
.ssl_down_disabled:hover {
  background-color: #cccccc;
  cursor: default;
}
.ssl_up {
  display: inline-block;
  float: right;
  width: 20px;
  height: 20px;
  padding: 0px;
  background-color: #009ba3;
  color: #fff;
  border: 0px;
  border-radius: 20px;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
}
.ssl_up:hover {
  cursor: pointer;
  background-color: #ed7100;
}
.ssl_up_disabled,
.ssl_up_disabled:hover {
  background-color: #cccccc;
  cursor: default;
}
.ssl_number_space {
  margin-right: 10px;
}
#right_content_area fieldset,
#right_content_area_inner fieldset {
  border: 1px solid #009ba3;
}
.config_legend {
  font-weight: bold;
  color: #009ba3;
}
.inner_config_legend {
  font-weight: bold;
  color: #009ba3;
  font-size: 0.8em;
}
#right_content_area fieldset {
  min-width: 350px;
}
#right_content_area fieldset button {
  float: right;
}
.edit_search_list {
  border-top: 1px solid #009ba3;
  border-bottom: 1px solid #009ba3;
  padding-bottom: 5px;
  background-color: #fff;
}

#add_broadcast_entry {
  border-top: 0px;
  border-bottom: 1px solid #009ba3;
  padding-bottom: 5px;
  background-color: #fff;
}

.add_server_button {
  display: inline-block;
  float: left;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 30px;
  font-size: 1.6em;
  line-height: 1.05em;
  text-align: center;
  color: #fff;
  background-color: #009ba3;
  margin: 5px;
  padding: 0;
  text-indent: 0px;
}

#add_server:hover .add_server_button,
#add_broadcast_entry:hover .add_server_button {
  cursor: pointer;
  background-color: #ed7100;
}

#add_server:hover .add_server_label,
#add_broadcast_entry:hover .add_server_label {
  cursor: pointer;
  color: #8c4300;
}

.add_server_label {
  display: inline-block;
  cursor: pointer;
  padding-left: 20px;
  margin-top: 3px;
}
.edit_search_list_disabled {
  border-top: 1px solid #009ba3;
  border-bottom: 1px solid #009ba3;
  padding-bottom: 5px;
  color: #cccccc;
}
.add_server_label_disabled {
  display: inline-block;
  padding-left: 20px;
  margin-top: 3px;
}
.add_server_button_disabled {
  display: inline-block;
  float: left;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 30px;
  font-size: 1.6em;
  line-height: 1.05em;
  text-align: center;
  color: #fff;
  background-color: #cccccc;
  margin: 5px;
  padding: 0;
  text-indent: -1px;
}
#right_content_area fieldset hr {
  border: 1px solid #009ba3;
  margin-bottom: 0;
  padding-bottom: 0;
}
#add_server_window {
  display: none;
  border-top: 1px solid #009ba3;
  border-bottom: 1px solid #009ba3;
  width: auto;
  padding: 10px;
}
#add_server_window h1 {
  font-size: 0.8em;
}
#add_server_input {
  width: 60%;
}

/*Configuration Basic -> Proxy*/
#hidden_proxy_area {
  display: none;
}
#ProxyManual:checked ~ #hidden_proxy_area {
  display: inline;
}
#hidden_proxy_authentication_area {
  display: none;
}

.hidden_proxy_authentication_checkbox {
  margin-left: 40px;
  font-size: 0.9em;
}

.hidden_proxy_user_authentication_label {
  display: inline-block;
  margin-left: 80px;
  width: 190px;
  font-size: 0.9em;
}

#ProxyAuthUser:checked ~ #hidden_proxy_authentication_area {
  display: inline;
}

/*Configuration Basic -> WebAdmin*/

#hidden_webadmin_write_authentication_area {
  display: none;
}

#hidden_webadmin_read_write_authentication_area {
  display: none;
}

#WriteAuthentication:checked ~ #hidden_webadmin_write_authentication_area {
  display: inline;
}

#ReadWriteAuthentication:checked
  ~ #hidden_webadmin_read_write_authentication_area {
  display: inline;
}

#hidden_https_settings_area {
  display: none;
}

#HTTPS_simple_enabled:checked ~ #hidden_https_settings_area {
  display: inline;
}

#hidden_self_signed_cert_area {
  display: none;
}

#HTTPS_simple_enabled:checked ~ #hidden_self_signed_cert_area {
  display: block;
}

#hidden_advanced_cert_area {
  display: none;
}

#HTTPS_advanced_enabled:checked ~ #hidden_advanced_cert_area {
  display: block;
}

#self_signed_cert_file_area {
  margin-bottom: -10px;
}

#self_signed_cert_using {
  margin-left: 40px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.cert_config_error {
  color: red;
  margin-left: 40px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.readonly_input {
  border: none;
}

/*Configuration Basic -> Backup*/
#hidden_backup_area {
  display: none;
}
#BackupEnabled:checked ~ #hidden_backup_area {
  display: inline;
}

/*Configuration Server -> Server*/
#hidden_network_server_area {
  display: none;
}
#NetworkServerCheck:checked ~ #hidden_network_server_area {
  display: inline;
}
#hidden_cmwan_server_area {
  display: none;
}
#CmWanServerCheck:checked ~ #hidden_cmwan_server_area {
  display: inline;
}

#hidden_cmwan_server_area .port_changes {
  margin-left: 40px;
  margin-top: 10px;
  display: block;
}

/*Configuration Server -> License Access Permissions*/
.lap_no {
  font-style: italic;
  font-size: 1em;
  color: #aaaaaa;
}
.config_legend {
  font-size: 14pt;
}

#right_content_area #right_cell_acces_control {
  display: table-cell;
  vertical-align: top;
  text-align: right;
  width: 20%;
}
fieldset#fieldset_clients {
  width: 50%;
}

/*Configuration Advanced -> Borrowing*/
#hidden_license_borrowing_settings {
  display: none;
}
#license_borrowing_overwrite:checked ~ #hidden_license_borrowing_settings {
  display: inline;
}
#BorrowIdentifyByIp {
  width: 150px;
}

/*Configuration Advanced -> Certified Time, Trusted Origins*/
.trusted_origin_list_list_label,
.time_server_list_list_label {
  display: block;
}
.trusted_origin_list_list_label::before,
.time_server_list_list_label::before {
  display: none !important;
}
#trusted_origin_list input[type="radio"],
#time_server_list input[type="radio"] {
  display: none;
}
.trusted_origin_list_list_label,
.time_server_list_list_label {
  display: block;
  padding: 5px 10px;
  background-color: #eeeeee;
}
.trusted_origin:nth-child(even) .trusted_origin_list_list_label,
.time_server:nth-child(even) .time_server_list_list_label {
  background-color: #fff;
}
#no_trusted_origin_list_element,
#no_time_server_list_element {
  display: none;
  font-style: italic;
  color: #cecdcd;
  cursor: default;
  height: 32px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#add_trusted_origin_mask,
#add_time_server_mask {
  display: none;
  border-top: 1px solid #009ba3;
  border-bottom: 1px solid #009ba3;
  padding-bottom: 5px;
  background-color: #fff;
}
#add_trusted_origin_mask:hover #add_time_server_mask:hover {
  cursor: pointer;
  /*background-color: #f0f0f0;*/
  color: #8c4300;
}
.add_trusted_origin_button,
.add_time_server_button {
  display: inline-block;
  float: left;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 30px;
  font-size: 1.7em;
  line-height: 1em;
  text-align: center;
  color: #fff;
  background-color: #009ba3;
  margin: 5px;
  padding: 0;
  text-indent: 1px;
  cursor: pointer;
}
#add_trusted_origin_mask:hover .add_trusted_origin_button,
#add_time_server_mask:hover .add_time_server_button {
  background-color: #ed7100;
}
#add_trusted_origin_mask label,
#add_time_server_mask label {
  display: inline-block;
  cursor: pointer;
  padding-left: 20px;
  margin-top: 3px;
}
#add_trusted_origin_mask_disabled,
#add_time_server_mask_disabled {
  border-top: 1px solid #009ba3;
  border-bottom: 1px solid #009ba3;
  padding-bottom: 5px;
  color: #cccccc;
}
#add_trusted_origin_mask_disabled label,
#add_time_server_mask_disabled label {
  display: inline-block;
  padding-left: 20px;
  margin-top: 3px;
}
.add_trusted_origins_button_disabled,
.add_time_server_button_disabled {
  display: inline-block;
  float: left;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 30px;
  font-size: 1.6em;
  line-height: 1.05em;
  text-align: center;
  color: #fff;
  background-color: #cccccc;
  margin: 5px;
  padding: 0;
  text-indent: -1px;
}
#add_trusted_origin_window,
#add_time_server_window {
  display: none;
  border-top: 1px solid #009ba3;
  border-bottom: 1px solid #009ba3;
  width: auto;
  padding: 10px;
}
#add_trusted_origin_window h1,
#add_time_server_window h1 {
  font-size: 0.8em;
}
#add_trusted_origin_input,
#add_time_server_input {
  width: 60%;
}

/*Configuration -> Extra*/
.btn_config_hidden {
  display: none;
}
#LtClientsCleanupTimeInDaysApprox {
  display: none;
}

/*General*/
.float_left {
  float: left;
  padding-right: 1em;
}
.float_right {
  float: right;
  padding-left: 1em;
}
.btn {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: Verdana, Arial, sans-serif;
  color: #ffffff;
  font-size: 1em;
  background: #009ba3;
  padding: 5px 10px 5px 10px;
  border: solid #ffffff 1px;
  text-decoration: none;
  float: right;
  margin: 1em 1em 0.5em 0em;
}
.btn:enabled:hover {
  cursor: pointer;
  background: #ed7100;
  text-decoration: none;
}
.btn:disabled {
  font-family: Verdana;
  color: #bbbbbb;
  font-size: 1em;
  background-color: #6ea6a9;
  border: solid #bbbbbb 1px;
  text-decoration: none;
  float: right;
}
.config_btn {
  margin: 1em 0em 0.5em 1em;
  border-color: #009ba3;
}
.config_btn:disabled {
  background-color: #efefef;
}

.config_btn:disabled:hover {
  border-color: #bbb;
}

.config_btn:hover {
  border-color: #ed7100;
}
.inline_btn {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: Verdana;
  color: #ffffff;
  font-size: 0.9em;
  line-height: 1.1em;
  background: #009ba3;
  padding: 3px 5px 3px 5px;
  border: 1px solid #ffffff;
  text-decoration: none;
  margin: 0em 0em 0em 0em;
}
.inline_btn:enabled:hover {
  cursor: pointer;
  background: #ed7100;
  text-decoration: none;
}
.inline_btn:disabled {
  color: #bbbbbb;
  background-color: #efefef;
  border: solid #bbbbbb 1px;
  text-decoration: none;
}
.inline_btn_icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 20px;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  margin-left: 5px;
  padding: 0px;
}
.inline_btn_icon:disabled {
  border: 1px solid #bbbbbb;
}
.btn_no_float {
  margin: 5px;
  float: none;
}
#noscript_warning {
  display: table;
  position: fixed;
  bottom: 30px;
  left: 10%;
  margin-left: -10px;
  padding: 5px 10px 5px 10px;
  background-color: #f5bbbb;
  width: 80%;
  height: auto;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  z-index: 99;
}
#noscript_warning img {
  display: table-cell;
  vertical-align: middle;
  margin: 5px 5px 5px 0px;
}
#noscript_warning p {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0 25px 0 0;
}
#noscript_close_cb {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 10%;
  z-index: 100;
}
.noscript_close {
  z-index: 1;
  position: fixed;
  bottom: 50px;
  right: 10%;
  display: inline-block;
  text-align: center;
  width: 20px;
  height: 20px;
  text-decoration: none;
  color: red;
  border-radius: 20px;
  background-color: #fff;
  font-size: 15px;
  line-height: 20px;
  z-index: 100;
}
.noscript_close:hover {
  color: #fff;
  background-color: red;
}
#noscript_close_cb:checked ~ #noscript_warning {
  display: none;
}
#noscript_close_cb:checked ~ .noscript_close {
  display: none;
}
#resize_bar {
  position: absolute;
  right: -3px;
  top: 0px;
  height: 100%;
  width: 5px;
  background-color: rgba(220, 220, 220, 1);

  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
#resize_points {
  position: fixed;
  top: 53%;
  width: 7px;
  height: 15px;
  background-image: url("/images/symbol_resize_points.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 4px auto;
  margin-left: 0px;
}
.fa.std_loader {
  width: 100%;
  margin: 30px 0px 10px 0px;
  text-align: center;
  color: #009ba3;
  font-size: 1.3em;
}
.iframe_class {
  width: 100%;
  height: 0;
  border: 0;
}
.overlay_window h1 {
  font-size: 1em;
  font-weight: bold;
  color: #009ba3;
  margin: 0 0 5px 0;
}
.faulty_entry_input {
  -webkit-box-shadow: inset 0px 0px 2px #ffdede;
  -moz-box-shadow: inset 0px 0px 2px #ffdede;
  -ms-box-shadow: inset 0px 0px 2px #ffdede;
  -o-box-shadow: inset 0px 0px 2px #ffdede;
  box-shadow: inset 0px 0px 2px #ffdede;
  border: 1px solid red;
}
.table_width_auto {
  width: auto;
}
.table {
  display: table;
  width: 100%;
}
.tooltip_link {
  text-decoration: none;
  cursor: default;
}
.tooltip {
  display: none;
  position: fixed;
  padding: 5px;
  background-color: #f5feff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  color: #000;

  font-size: 0.9em;
  text-align: center;
  white-space: nowrap;

  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  z-index: 500;
}
.column_pc .tooltip,
.product_code .tooltip {
  font-weight: normal;
  color: #000;
}
.column_n .tooltip {
  color: #000;
}
.tooltip_link:hover span {
  display: inline;
}
.tooltip_link_out:hover ~ span {
  display: inline;
}
.tooltip_link_out_next:hover + span {
  display: inline;
}
.invalid_pi:hover .tooltip.invalid {
  display: inline;
}
.tooltip_mask {
  display: inline;
}
.config_table input[type="radio"],
#RuleDialogWithOverlay input[type="radio"],
#DefaultRule input[type="radio"] {
  display: none;
}
.config_table input[type="radio"] + label {
}
.config_table input[type="radio"] + label::before,
#RuleDialogWithOverlay input[type="radio"] + label::before,
#DefaultRule input[type="radio"] + label::before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1.1em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;

  width: 30px;
  color: #009ba3;
  content: "\f10c";
}
.config_table input[type="radio"]:checked + label::before,
#RuleDialogWithOverlay input[type="radio"]:checked + label::before,
#DefaultRule input[type="radio"]:checked + label::before {
  content: "\f192";
}
.config_table input[type="radio"]:checked:hover + label::before,
#RuleDialogWithOverlay input[type="radio"]:checked:hover + label::before,
#DefaultRule input[type="radio"]:checked:hover + label::before {
  color: #00adb5;
}
.config_table input[type="radio"]:not(:checked):hover + label::before,
#RuleDialogWithOverlay input[type="radio"]:not(:checked):hover + label::before,
#DefaultRule input[type="radio"]:not(:checked):hover + label::before {
  content: "\f192";
  color: #63c2c9;
}
.config_table input[type="radio"]:disabled + label::before,
#RuleDialogWithOverlay input[type="radio"]:disabled + label::before,
#DefaultRule input[type="radio"]:disabled + label::before {
  color: #cccccc;
}
.config_table input[type="radio"]:disabled:checked + label::before,
.config_table input[type="radio"]:disabled:checked:hover + label::before,
#RuleDialogWithOverlay input[type="radio"]:disabled:checked + label::before,
#RuleDialogWithOverlay
  input[type="radio"]:disabled:checked:hover
  + label::before,
#DefaultRule input[type="radio"]:disabled:checked + label::before,
#DefaultRule input[type="radio"]:disabled:checked:hover + label::before {
  color: #cccccc;
}
.config_table input[type="radio"]:disabled:not(:checked):hover + label::before,
#RuleDialogWithOverlay
  input[type="radio"]:disabled:not(:checked):hover
  + label::before,
#DefaultRule input[type="radio"]:disabled:not(:checked):hover + label::before {
  content: "\f10c";
  color: #cccccc;
}
#only_relevant,
.config_table input[type="checkbox"],
#server_selection_window input[type="checkbox"] {
  display: none;
}
.config_table input[type="checkbox"] + label::before,
#only_relevant + label::before,
#server_selection_window input[type="checkbox"] + label::before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1.1em !important;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;

  width: 30px;
  content: "\f096";
}
#only_relevant + label::before,
.config_table input[type="checkbox"] + label::before {
  color: #009ba3;
}
#server_selection_window input[type="checkbox"] + label::before {
  color: #fff;
}
#only_relevant:checked + label::before,
.config_table input[type="checkbox"]:checked + label::before,
#server_selection_window input[type="checkbox"]:checked + label::before {
  content: "\f046";
}
#only_relevant:checked:hover + label::before,
.config_table input[type="checkbox"]:checked:hover + label::before {
  color: #00adb5;
}

#server_selection_window input[type="checkbox"]:checked:hover + label::before {
  color: #c3e3e7;
}

#only_relevant:not(:checked):hover + label::before,
.config_table input[type="checkbox"]:not(:checked):hover + label::before {
  content: "\f046";
  color: #63c2c9;
}

.config_table input[type="checkbox"]:disabled:hover + label::before {
  content: "\f096";
}

#server_selection_window
  input[type="checkbox"]:not(:checked):hover
  + label::before {
  content: "\f046";
  color: #c3e3e7;
}
.config_table input[type="checkbox"]:disabled + label::before,
#server_selection_window input[type="checkbox"]:disabled + label::before {
  color: #cccccc;
}
.config_table input[type="checkbox"]:disabled:checked + label::before,
.config_table input[type="checkbox"]:disabled:checked:hover + label::before,
#server_selection_window
  input[type="checkbox"]:disabled:checked
  + label::before,
#server_selection_window
  input[type="checkbox"]:disabled:checked:hover
  + label::before {
  color: #cccccc;
}
.config_table
  input[type="checkbox"]:disabled:not(:checked):hover
  + label::before,
#server_selection_window
  input[type="checkbox"]:disabled:not(:checked):hover
  + label::before {
  color: #cccccc;
}
.z_above {
  z-index: 3;
}
.z_under {
  z-index: 1;
}
.shadow {
  border: 1px solid #cecdcd;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
}
label {
  line-height: 2em;
}
.note_input {
  display: none;
  position: relative;
  font-size: 0.8em;
  margin-top: 5px;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #ffdede;

  -webkit-box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.2);
}
#submit_frame {
  display: none;
  position: fixed;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  height: 200px;
  top: 50%;
  margin-top: -100px;
  border: 1px solid #cccccc;
  border-radius: 8px;

  -webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}
.bld {
  font-weight: bold;
}
.table_align_center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/*Change-Submit Sites*/
#change_config_section {
  display: table-cell;
  width: 100%;
  height: 100%;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
}
.fa.change_config_loader {
  display: none;
  margin-right: 10px;
  color: #fff;
}
#change_config_text {
  color: #009ba3;
}
.fa.checkmark {
  font-size: 3em;
  color: green;
  margin-bottom: 20px;
}
/*Error*/
.error_page #change_config_text,
.error_page #change_config_text a,
.error_page #change_config_text h2 {
  color: #ff7272;
}
a#close_x {
  display: inline-block;
  position: fixed;
  top: 0;
  right: 0;
  padding: 5px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: #ff7272;
  color: #fff;
}
a#close_x:hover {
  cursor: pointer;
  background-color: #9c2929;
}
.btn_error {
  margin-top: 20px;
  padding: 5px;
  border: 1px solid #ff7272;
  border-radius: 8px;
  background-color: #fff;
  color: #ff7272;
}
.btn_error:hover {
  cursor: pointer;
  background-color: #ff7272;
  color: #fff;
}

/*ColorTurquoise_Text*/
.ct120_t {
  color: #008187;
}
.ct100_t {
  color: #009ba3;
}
.ct80_t {
  color: #00adb5;
}
.ct60_t {
  color: #63c2c9;
}
.ct48_t {
  color: #8dced4;
}
.ct28_t {
  color: #c3e3e7;
}
.ct20_t {
  color: #d5ecee;
}

/*ColorTurquoise_Background*/
.ct120_b {
  background-color: #008187;
}
.ct100_b {
  background-color: #009ba3;
}
.ct80_b {
  background-color: #00adb5;
}
.ct60_b {
  background-color: #63c2c9;
}
.ct48_b {
  background-color: #8dced4;
}
.ct28_b {
  background-color: #c3e3e7;
}
.ct20_b {
  background-color: #d5ecee;
}

.visible {
  display: block;
}

#ReservedFirmItems {
  display: none;
  position: fixed;
  width: 600px;
  left: 50%;
  margin-left: -300px;
  height: 500px;
  top: 50%;
  margin-top: -250px;
  border: 1px solid #cccccc;
  border-radius: 8px;
  background-color: #fff;

  -webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

#ReservedFirmItems p {
  margin: 0;
  padding: 0;
}

.WaitContent {
  display: none;
  color: #009ba3;
  margin: 200px 0;
  text-align: center;
}

.ReservedFirmItemContents {
  display: none;
  color: #009ba3;
  margin: 80px 40px;
  text-align: center;
}

#ReservedFirmItems .ContainerContent {
  margin: 5px 0;
}

#ReservedFirmItems .FirmCodeContent {
  margin: 25px 0;
}

#reservedFiList {
  display: block;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.config_disabled_note {
  font-style: italic;
  font-size: 1em;
  color: #aaa;
  margin: 10px 10px;
  line-height: 1.2em;
}

@media (max-width: 1260px) {
  header div.div_table {
    width: 100%;
    margin: 0 0 0 0;
  }
}

@media (max-width: 1196px) {
  body {
    overflow-x: hidden;
  }

  .with_bc {
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  .without_bc {
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  .bc_table {
    width: 100%;
    padding: 0 0 0 20px;
  }
  #sb_table {
    width: 100%;
  }
  #resize_bar {
    display: none;
  }

  /*Container Feature Button Area*/
  #btn_unfold_and_close_all {
    margin-right: 20px;
  }

  /*Configurations Basic -> Network*/
  .config_mode {
    margin-left: 0;
  }
}

@media (max-width: 1180px) {
}

@media (max-width: 990px) {
  .cont_type {
    width: auto;
  }
  .cont_snr {
    width: 130px;
  }
}

@media (max-width: 930px) {
  footer {
    font-size: 0.8em;
  }
}

@media (max-width: 880px) {
  #right_content_area_inner #right_cell {
    display: none;
  }
}

.assignment_table > tbody > tr > th {
  width: 10%;
}
