.KeysTable > thead > tr >th{
  border: 1px solid #dddddd;
  text-align: left;
  padding: 1rem;
}
.KeysTable > tbody > tr >td {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 1rem;
}
.KeysTable > tbody{
  max-width: 100%;
  overflow: auto;
}

.KeysTable{
  width: 100%;
  margin-bottom: 1rem;
  max-width: 100%;
  background-color: transparent;
}

.KBDDeviceLabel{
  width: 40%;
  font-weight: bold;
  padding: 1rem 1rem 1rem 0.1rem;
  text-align: right;
  margin: 0rem 0.1rem 0.1rem 0.1rem;
}

.KBDDeviceInput {
  cursor: not-allowed;
  margin: 0.5rem;
  background-color: #eeeeee;
  opacity: 1;
  border: 1px solid #cccccc;
  border-radius: 0px;
  width: 60%;
  margin-left: 1rem;
}

.KBDImageFrame{
  padding: 1.5rem;
  background-color: #ffffff;
  border: 1px solid #2f060800;
  border-color: #dddddd;
  width: 99%;
}

.KBDTableFrame{
    background-color: #ffffff;
    border: 1px solid #2f060800;
    border-color: #dddddd;
}

.KBDImage{
  object-fit: contain;
}


.arrowbottomStyle {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #555;
    display: inline-block;
    padding-top: 2px;
    width: 0px;
    height: 0px;
         }
.arrowtopStyle{
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid rgb(85, 85, 85);
    display: inline-block;
    vertical-align: top;
    padding-top: 1.1rem
  }

.hidearrow{
   border-left: 9px solid white;
   border-right: 9px solid white;
   border-top: 9px solid white;
   display: inline-block;
   padding-top: 2px;
   width: 0px;
   height: 0px;
}


/* Toogle Switch */

.wrapper {
  width: 8rem;
  height: 2.5rem;
  position: relative;
  border-radius: 2rem;
  background:#32AED7;
  display: inline-block;
  padding: 4px 0px 4px 0px;
}

.wrapper .toggle {
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  left: 2.7rem;
  top: -0.4rem;
  border-radius: 50%;
  box-sizing: border-box;
  border: 0.1rem solid #ff6c00;
  background: #ff8933;
  box-shadow: 0 0 0.2rem 0.1rem #ff6c00 inset, 0 0 0.2rem 0.1rem #ff6c00;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.wrapper label {
  cursor: pointer;
  width: 3rem;
  height: 3rem;
  position: absolute;
  margin: -11px 0px;
  padding: 0;
  z-index: 1;
  display: inline-block;
  text-align: center;
  line-height: 4rem;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  color: white;
  -webkit-animation: 6s rot-label ease-in-out infinite;
  -moz-animation: 6s rot-label ease-in-out infinite;
  -o-animation: 6s rot-label ease-in-out infinite;
  animation: 6s rot-label ease-in-out infinite;
}

.wrapper input {
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.yes_radio:checked {
  background: red;
}

.yes_radio:checked~.toggle {
  border: 0.1rem solid #008000;
  background: #00b300;
  box-shadow: 0 0 0.2rem 0.1rem #008000 inset, 0 0 0.2rem 0.1rem #008000;
  left: 0.2rem;
}

.no_radio:checked {
  background: red;
}

.no_radio:checked~.toggle {
  border: 0.1rem solid #ff0000;
  background: #ff3333;
  box-shadow: 0 0 0.2rem 0.1rem #ff0000 inset, 0 0 0.2rem 0.1rem #ff0000;
  left: 5.4rem;
}

/*Expand Arrow */

.expandrightarrow {
  background-image: url("../../../../images/arrow-left.svg");
  width: 2rem;
  height: 2rem;
  /*float: left;*/
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: top;
    /*  border-left: 7px solid #555;
      border-bottom: 7px solid transparent;
      display: inline-block;
      transform: all 0.5sec;
      border-top: 7px solid transparent;
      margin-right: 10px;
      vertical-align: sub;*/
}

.expandtoparrow {
  background-image: url("../../../../images/arrow-down.svg");
  width: 2rem;
  height: 2rem;
  /*float: left;*/
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: top;
 /* border-right: 7px solid transparent;
  border-left:7px solid transparent;
  border-top: 7px solid #555;
  display: inline-block;
  transform: all 0.5sec;
  margin-right: 10px;
  vertical-align: middle;*/
}


.maybe_radio,
#maybe-lbl {
  left: 30.33333%;
}

.no_radio,
#no-lbl {
  left: 64.66667%;
}

#maybe-lbl {
  -webkit-animation-delay: 2s;
  -o-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s;
}

#no-lbl {
  -webkit-animation-delay: 4s;
  -o-animation-delay: 4s;
  -moz-animation-delay: 4s;
  animation-delay: 4s;
}

.explabel {
display: inline-block;
padding: 0rem 1rem 0rem 0rem;
vertical-align: text-bottom;
}

.expContent {
  display: inline-block;
  width: 30%;
}

.posrel{
  position:relative;
}

.inlineblock{
  display:inline-block;
  vertical-align: text-bottom;
}

.fontweightunset {
  font-weight: unset;
  padding-top: 0px;
}

.contentwidth {
  display: inline-block;
  width:50% !important;
}

.preftexter {
    color: #6639b7 !important;
    border: 1px solid #ced4d9 !important;
    border-radius: 3px !important;
    width: 100% !important;
    padding: 5px 10px !important;
    box-shadow: none !important;
}

.exptopline {
      width: 50%;
      vertical-align: top;
      padding-left: 25rem;
}

.labelarrow {
   width: 25%;
   display: inline-block;
   vertical-align: bottom;
}
.radioValue {
  width: 50%;
  padding-left: 11rem;
  display: inline-block;
  vertical-align: bottom;
}
.radioswitch {
   width: 25%;
   padding-left: 11rem;
   vertical-align: bottom;
   display:inline-block;
}

/* Enumerated listbox */
.ms-container {
  display: inline-block;
}

.ms-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ms-container .ms-selectable {
  background: #fff;
  color: #555;
  float: left;
  width: 40%;
  padding: 0px 8px 0px 2px;
}

input[type=text] {
  display: inline-block;
  line-height: 30px;
  padding: 4px 6px;
  font-size: 16px;
  color: #555;
  vertical-align: middle;
  margin-left: 0;
}

input.search-input {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 5px;
  border-radius: 4px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.ms-container .ms-list {
  height: 130px;
}

.ms-container .ms-list-custom {
  height: 30px;
}

.ms-container .ms-cmd-right {
  float: right;
}

.ms-container .ms-list-custom {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  /* -webkit-transition: border .2s linear,box-shadow .2s linear; */
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -ms-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border .2s cubic-bezier(0.45, 0.05, 0.55, 0.95), box-shadow .2s linear;
  border: 1px solid #ccc;
  border-top:0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  height: 43px;
  padding: 6px;
  display: flex;
  align-items: center;
}

.ms-container .ms-list-custom .addCategoryButton{
  margin-left: auto;
  padding: 0;
  height: 2.3rem;
}

.ms-container .ms-list-custom > span{
  margin-top:-24px;
  float:left;
}

.ms-container .ms-list {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  /* -webkit-transition: border .2s linear,box-shadow .2s linear; */
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -ms-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border .2s cubic-bezier(0.45, 0.05, 0.55, 0.95), box-shadow .2s linear;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  height: 130px;
  padding: 0;
  overflow-y: auto;
}

.ms-container ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}

.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection {
  border-bottom: 0px;
  padding: 6px;
  color: #555;
  font-size: 14px;
  cursor: pointer;
  text-align: left;
  display: flex;
  align-items: center;
}

.ms-container .ms-selectable li.ms-elem-selectable .enum-checkbox-label{
  margin-bottom: 0;
}

.ms-container .ms-selectable li.ms-elem-selectable .deleteCategoryButton{
  padding: 0;
  margin-left: auto;
  height: inherit;
}

.ms-selectionpanel,
.ms-selectionpanel2 {
  background: #fff;
  color: #555;
  float: left;
  width: 12%
}

@charset "UTF-8";

/*!
Ionicons, v2.0.0
Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
https://twitter.com/benjsperry https://twitter.com/ionicframework
MIT License: https://github.com/driftyco/ionicons

Android-style icons originally built by Google’s
Material Design Icons: https://github.com/google/material-design-icons
used under CC BY http://creativecommons.org/licenses/by/4.0/
Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: Ionicons;
  src: url(ionicons.woff) format("woff");
  font-weight: 400;
  font-style: normal
}

.rotate-90 {
  display: inline-block;
  transform: rotate(90deg)
}

i.icon {
  font-size: 14px
}

.ion,
.ion-arrow-down-b:before,
.ion-arrow-left-a:before,
.ion-arrow-right-a:before,
.ion-arrow-up-b:before,
.ion-ios-skipbackward:before,
.ion-ios-skipforward:before,
.ionicons {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.ion-arrow-down-b:before {
  content: "\F104"
}

.ion-arrow-left-a:before {
  content: "\F106"
}

.ion-arrow-right-a:before {
  content: "\F109"
}

.ion-arrow-up-b:before {
  content: "\F10D"
}

.ion-ios-skipbackward:before {
  content: "\F4AB"
}

.ion-ios-skipforward:before {
  content: "\F4AD"
}

.ms-elem-selectable:focus {
  background-color: #199ccd;
}

/*Switch*/

.switch {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 27px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  left: 0;
  top: 7px;
  right: 0;
  bottom: -7px;
  background-color:#9a9da1;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #68b223;
}

input:focus+.slider {
  box-shadow: 0 0 1px #68b223;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.enumerated_arrowTopList {
  margin: 1px 3px 10px;
  background-image: url("../../../../images/icon__arrow-toplist.svg");
  width: 3rem;
  height: 3rem;
  background-color: white;
  border: unset;
  background-repeat: no-repeat;
}

.enumerated_arrowUp {
  margin: -1px 3px 3px 3px;
  background-image: url("../../../../images/icon__arrow-up.svg");
  width: 3rem;
  height: 3rem;
  background-color: white;
  border: unset;
  background-repeat: no-repeat;
}

.enumerated_arrowDown {
  margin: 0px 3px 3px 3px;
  background-image: url("../../../../images/icon__arrow-down.svg");
  width: 3rem;
  height: 3rem;
  background-color: white;
  border: unset;
  background-repeat: no-repeat;
}

.enumerated_arrowBottom {
  margin: 3px 3px;
  background-image: url("../../../../images/icon__arrow-bottomlist.svg");
  width: 3rem;
  height: 3rem;
  background-color: white;
  border: unset;
  background-repeat: no-repeat;
}

.enum-checkbox {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  opacity: 0;
  position: absolute;

}

.enum-checkbox-label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  font-weight: unset;
}

.enum-checkbox+.enum-checkbox-label::before {
  content: "";
  background: #fff;
  border: 2px solid #9f9f9f;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  text-align: center;
}

.enum-checkbox:checked+.enum-checkbox-label::before {
  background: url("../../../../images/icon__ok-grey.svg") !important;
  box-shadow: none !important;
  color: white;
  border: 2px solid #9f9f9f !important;
  width: 16px !important;
  height: 16px !important;
  border-radius: 4px;
}

.enum-checkbox-text {
  padding-left: 0.5rem;
  vertical-align: middle;
}

.enum-checkbox-textbold {
  font-weight: bold;
}

.expandrowstyle {
  width: 100%;
  text-align: center;
}

.prefShowAll-icon:hover {
  color: #ffffff;
  background-color: #68b223;
}

.prefShowAll-icon {
  color: #68b223;
  border-color: #68b223;
  background-color: inherit;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position-y: 4px;
  background-position-x: 4px;
  outline: none;
}

.prefbutton_no_margin {
  margin-left: unset;
}

.pref_noarrowIcon {
  /*padding-left: 2rem;*/
  display: none;
}

.pref_displayname {
  padding: 1rem;
}
/*AgreeGateFieldComp*/

.dsply_inline_flex {
  display: inline-flex;
}

.profilename_end {
  text-align: end;
}

.grouping-font{
padding: 6px;
text-align: left;
font-weight: bold;
}

.width80{
  width:80%;
}

.label-left{
  text-align:left;
}
.width-unset {
  width:unset;
}
.label-right {
  text-align: right;
}

.width100 {
  width: 100%;
}
.prefpassword {
  width:44%
}

.TexterW100 {
  width:100%;
}

.text-margin {
  margin: 2px;
}
