.style_no_control {
  visibility: hidden;
}

.default_hidden {
  display: none !important;
}
#ctn_placeholder,
#ctn_version,
#rightHeader,
#msgbox {
  display: none;
}

a,
a:link,
a:visited,
a:hover {
  text-decoration: none;
  color: #4d85c4;
}

body {
  font-family: Verdana, Helvetica, sans-serif;
}

.hide-input {
  opacity: 0.01;
  height: 0;
  position: absolute;
  z-index: -1;
}

#msgbox p,
#msgbox ul,
#msgbox ol {
  margin: 0;
  padding: 0.5em 0 0.5em 0;
  font-size: 13px;
}
#msgbox ul,
#msgbox ol {
  padding: 0 0 1.25em 2.5em;
}

.lbl_beta {
  background-color: orange;

  /* Tiny round corners */
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;

  /* shadow */
  -webkit-box-shadow: 1px 1px 1px #666;
  -moz-box-shadow: 1px 1px 1px #666;
  box-shadow: 1px 1px 1px #666;
}

.lbl_beta_abs {
  position: absolute;
  padding: 2px;
  background-color: orange;
}

.lbl_beta_inline {
  padding: 2px;
  margin-left: 2px;
  margin-right: 2px;
}

.lbl_beta_bubble_r {
  padding: 2px;
  margin-left: 2px;
  margin-right: 2px;

  position: relative;
  top: -15px;
  right: 8px;
}

.submenu .lbl_beta_inline {
  position: relative;
  top: -15px;
  right: 8px;
}

.lbl_beta:after {
  content: "Beta";
}

.ui-dialog .ui-dialog-buttonpane {
  padding: 0.2em 1em 0.2em 0.4em !important;
  background-color: #f8f8f8 !important;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 0.1em 0.4em 0.9em !important;
  font-size: 13px;
}

.ui-dialog-logo .ui-dialog-titlebar {
  padding: 0.1em 0.9em 0.4em !important;
}

.ui-dialog-logo .ui-dialog-title img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  top: 3px;
  position: relative;
}

.ui-dialog .caption {
  max-width: 400px;
  display: inline-block;
}

.ui-dialog {
  -moz-box-shadow: 5px 5px 10px #7a7a7a;
  -webkit-box-shadow: 5px 5px 10px #7a7a7a;
  box-shadow: 5px 5px 10px #7a7a7a;
  -ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#7A7A7A'); /* For IE 8 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#7A7A7A'); /* For IE 5.5 - 7 */
}

.shadow {
  -moz-box-shadow: 5px 5px 10px #7a7a7a;
  -webkit-box-shadow: 5px 5px 10px #7a7a7a;
  box-shadow: 5px 5px 10px #7a7a7a;
  -ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#7A7A7A'); /* For IE 8 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#7A7A7A'); /* For IE 5.5 - 7 */
}

a.pagelink,
.paginate_button {
  /*background: #E5E5E5;*/
  border: 1px solid #c1c1c1;
  padding: 1px 6px 1px 6px;
  margin: 4px 1px 4px 1px;
  display: inline-block;
  text-decoration: none;
  background-image: url(../images/formbg.gif);
  background-repeat: repeat-x;
  background-position: top;
  color: #4d85c4;
  /* Browser supporting CSS3 only - No IE */
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  line-height: normal;
}
a.pagelink:hover {
  background-image: url(../images/formbg_over.gif);
}

a.pagelink_big {
  /*background: #E5E5E5;*/
  border: 1px solid #c1c1c1;
  padding: 5px;
  display: inline-block;
  text-decoration: none;
  background-image: url(../images/formbg.gif);
  background-repeat: repeat-x;
  background-position: top;
  color: #4d85c4;
  /* Browser supporting CSS3 only - No IE */
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  line-height: normal;
  font-size: 1.2em;
}
a.pagelink_big:hover {
  background-image: url(../images/formbg_over.gif);
}

.pagelink_cur,
.paginate_active {
  background-color: #99b3ff;
  border: 1px solid #c1c1c1;
  padding: 1px 6px 1px 6px;
  margin: 4px 1px 4px 1px;
  /* Browser supporting CSS3 only - No IE */
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
}

.pagelink:active,
.pagelink.selected {
  background: none;
  background-color: #99b3ff;
  color: black;
}

.style_auto_divider > span:not(:last-child):after {
  content: " | ";
  color: #000;
}

.fixedmenu_generic {
  /*font: inherit;*/
  margin-right: 0px;
  text-align: left;
}

.fixedmenu_generic ul ul {
  margin-top: -2px !important;
}

.fixedmenu_generic .pagelink {
  margin: 0px;
  padding: 5px;
  display: inline;
}

.fixedmenu_generic a {
  padding: 6px 10px;
}

.fixedmenu_generic .ui-icon {
  display: inline-block;
  width: 13px;
  height: 13px;
}

p label:first-child,
.labeled-group label:first-child {
  display: inline-block;
  min-width: 150px;
  text-align: right;
  vertical-align: top;
  padding: 4px 6px;
}

.labeled-group {
  margin-bottom: 10px;
}

.labeled-group > div {
  display: inline-block;
  padding-top: 4px;
}

label.caption {
  display: inline-block;
  width: auto;
  text-align: left;
  padding: 4px 8px;
}

.ui-icon-adjustment {
  display: inline-block;
  position: relative;
  vertical-align: bottom;
  margin-right: 2px;
}

.input_processing {
  background-image: url(/ls/images/ui-anim_basic_16x16.gif);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: right;
}

.modal-header h5 {
  padding-top: 6px;
  margin-bottom: 3px;
  margin-top: 0px;
}

.transparent {
  /* Required for IE 5, 6, 7 */
  /* ...or something to trigger hasLayout, like zoom: 1; */
  /*width: 100%; */

  /* Theoretically for IE 8 & 9 (more valid) */
  /* ...but not required as filter works too */
  /* should come BEFORE filter */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";

  /* This works in IE 8 & 9 too */
  /* ... but also 5, 6, 7 */
  filter: alpha(opacity=80);

  /* Older than Firefox 0.9 */
  -moz-opacity: 0.8;

  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 0.8;

  /* Modern!
    /* Firefox 0.9+, Safari 2?, Chrome any?
    /* Opera 9+, IE 9+ */
  opacity: 0.8;
}

.sb_icon_twitter {
  display: inline-block;
  width: 64px;
  height: 64px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("/ls/images/icon-twitter.png");
  background-position: 0px;
  background-repeat: no-repeat;
  margin-top: 1px;
  cursor: pointer;
}

.sb_icon_mail {
  display: inline-block;
  width: 64px;
  height: 64px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("/ls/images/icon-email.png");
  background-position: 0px;
  background-repeat: no-repeat;
  margin-top: 1px;
  cursor: pointer;
}

.sb_icon_link {
  display: inline-block;
  width: 64px;
  height: 64px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("/ls/images/icon-link.png");
  background-position: 0px;
  background-repeat: no-repeat;
  margin-top: 1px;
  cursor: pointer;
}

.sb_icon_cart {
  display: inline-block;
  background-image: url("/ls/images/icon_sbstore_12x15.png");
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  background-position-y: -1px;
}

.bar {
  padding: 5px;
}
.ctn_file:hover {
  background-color: #d8d8d8;
}

.ctn_thumbnail {
  width: 172px;
  height: 132px;
  display: inline-block;
  text-align: left;
  border: solid #e9e9e9 1px;
  background-repeat: no-repeat;
  background-color: #eeeeee;
  background-position: 6px 6px;
  margin: 2px;
  cursor: pointer;
  position: relative;
}

.ctn_file {
  display: inline-block;
  margin: 5px;
  padding: 10px;
  height: auto;
  min-height: 180px;
  width: 235px;
  text-align: center;
  vertical-align: top;
}

.ctn_live {
  position: absolute;
  background-color: #f00;
  color: #fff;
  margin: 6px;
  z-index: 1;
  right: 0px;
}

.progress_bar_text {
  color: #000;
  font-size: 12px;
  text-align: center;
  position: absolute;
  display: block;
  padding: 5px;
  text-shadow: 0 -1px 0 rgba(139, 139, 139, 0.25);
  height: 18px;
  overflow: hidden;
}

.icon_fb_connect_18 {
  background-image: url("../images/fblogo18.png");
  background-size: auto;
  background-repeat: no-repeat;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 14px;
  vertical-align: text-top;
  background-repeat: no-repeat;
  margin-top: -1px;
}

#dt_users th {
  text-transform: capitalize;
}

.paginate_button,
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  cursor: pointer;
}

.sorting_asc {
  background: url("../ext/DataTables/images/sort_asc.png") no-repeat center
    right;
}

.sorting_desc {
  background: url("../ext/DataTables/images/sort_desc.png") no-repeat center
    right;
}

.sorting {
  background: url("../ext/DataTables/images/sort_both.png") no-repeat center
    right;
}

.sorting_asc_disabled {
  background: url("../ext/DataTables/images/sort_asc_disabled.png") no-repeat
    center right;
}

.sorting_desc_disabled {
  background: url("../ext/DataTables/images/sort_desc_disabled.png") no-repeat
    center right;
}

.available_items,
.selected_items,
.decoders_selection .buttons_group,
.decgroups_selection .buttons_group {
  display: inline-table;
}

.available_items .dataTables_filter {
  display: initial;
}

.available_items,
.selected_items {
  width: 220px;
}

.available_items,
.selected_items,
.decoders_selection .buttons_group,
.decgroups_selection .buttons_group {
  display: table-cell;
}

.decoders_selection .buttons_group,
.decgroups_selection .buttons_group {
  white-space: nowrap;
}

.available_items,
.selected_items {
  width: 220px;
}

.available_items .dataTables_scroll {
  width: 218px;
}

.available_items select,
.selected_items select {
  height: 124px;
  margin: 0;
}

.available_items .dataTables_filter {
  width: auto;
  float: inherit;
}

.available_items .dataTables_filter input {
  margin: 0;
  line-height: 1;
  height: auto;
}
.available_items .dataTables_filter label {
  padding: 0;
  margin: 0;
}
.available_items .dataTables_scrollBody {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.available_items[disabled] .dataTables_scrollBody {
  cursor: not-allowed;
  background-color: #eeeeee;
}
.available_items .odd,
.available_items .even {
  background-color: inherit;
}

.available_items table {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.decoders_selection .buttons_group,
.decgroups_selection .buttons_group {
  padding: 0 10px;
  vertical-align: middle;
}

.decoders_selection .btn,
.decgroups_selection .btn {
  width: 100%;
  text-align: left;
}

.dataTable .row_selected {
  background-color: #3a87ad;
  color: white;
}

.available_items select option:checked,
.selected_items select option:checked {
  color: white;
  background: linear-gradient(#3a87ad, #3a87ad);
}

.available_items select,
.selected_items select {
  font-family: Verdana, Helvetica, sans-serif;
}

.available_items select:focus,
.selected_items select:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
}

.btn-group-vertical {
  text-align: center;
  width: 100%;
}
