.ui-accordion-content ul {
  /*We need to fix the ident of the list somehow*/
  /*padding-left-20*/
  padding-left: 20px;
}

a.btn.btn-default:hover {
  text-decoration: none !important;
}
.btn.btn-default:hover:not(.purple) {
  background: linear-gradient(to bottom, #f2f2f2 0%, white 100%);
}

.fa-question {
  cursor:pointer;
}

.btn.btn-default:active {
  border: 1px solid transparent;
}

.btn-wrap {
  white-space: normal;
}

.btn {
  box-shadow: none!important;
}

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.max-width-max{
  max-width: 100% !important;
}

.spinner {
  margin: 2em auto 1em auto;
  width: 100px;
  height: 2em;
  padding-top: 1em;
}


.sma-digitalkeys-container {
  margin: 10px 0px;
  width: 100%;
  min-width: 250px;
  max-width: 250px;
  min-height: 138px;
  max-height: 999px;
  border: 1px solid #999999;
  border-radius: 5px;
  box-shadow: 1px 2px 2px 0px #ececec;
  position: relative;
  background: #fdfdfe;
  text-align: center;
}

.sma-digitalkeys-content {
  padding-top: 33px;
  height: 136px;
  width: calc(100% - 2 * 110px);
  float: left;
  position: relative;
  display: inline-block;
  background: #fdfdfe;
}
.sma-digitalkeys-content p {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}

.sma-digitalkeys-icon, .sma-digitalkeys-icon-left, .sma-digitalkeys-icon-right {
  background: #fdfdfe;
  width: 110px;
  height: 136px;
  text-align: center;
  position: relative;
  display: table-cell;
}

.sma-digitalkeys-icon-top {
  height: 91px;
}
.sma-digitalkeys-icon-top img {
  text-align: center;
  position: relative;
  top: 50%;
  width: 80%;
  max-width: 70px;
  max-height: 70px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sma-digitalkeys-icon-bottom p {
  text-align: center;
  position: relative;
}

.sma-digitalkeys-icon-left {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.sma-digitalkeys-icon-left {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  float: left;
}

.sma-digitalkeys-icon-right {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  float: right;
}

.sma-info-list {
  list-style-type: none;
}
.sma-info-list .border-left {
  border-left: 1px solid #777777;
}

.sma-frontend-input input {
  width: 98%;
}

.margin-top-35 {
  margin-top: 35px;
}

.attention-text{

  font-weight: bold;
}

.center-text{
  text-align: center;
}

.space-top{
  margin-top: 20px;
}

.vertical-margin{
  margin-bottom: 10px;
  margin-top: 10px;
}

.no-margin-bot{
  margin-bottom: 0;
  padding-bottom: 0;
}

.blue-link {
  color: #62b2ff;
}

.blue-link :visited,.blue-link :hover {
  color: #3F4045 !important;
}

.link-like{
  background: none;
  border: none;
  display: inline-block;
  font: inherit;
  margin: 0;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  text-decoration: underline;
}

.active-badge{
  margin-left:15px;
  clear: both;
}

.display-table {
  display: table;
}

.modal{
  z-index: 2050;
}

/*xs*/
@media (max-width: 479px) {
  .xs-inherit-height{
    height: inherit !important;
  }
}

.sma-magic-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: '';
  border-radius: 3px;
  border: 1px solid silver;
}

.sma-magic-checkbox-checked {
  animation-name: none;
  border: #3e97eb;
  background: #3e97eb;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: '';
  z-index: 100;
}

.sma-magic-checkbox-check-sign {
  display: block;
  top: 2px;
  left: 7px;
  box-sizing: border-box;
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
  border: 0 solid #F9F9FA;
  border-right-width: 2px;
  border-bottom-width: 2px;
  position: absolute;
  content: '';
  z-index: 100;
}

label#checkLabel.disabled {
  cursor: not-allowed;
  /*color: #e4e4e4;*/
}

#selfmanagement-profile-container{
  padding-left: 15px;
}