.btn{
    margin-top: 24px !important;
}

.btn-default, .btn-primary, .btn-default:hover, .btn-primary:hover, .btn-default:focus, .btn-primary:focus, .btn-default:active, .btn-primary:active{
    color: #fff;
    background-color: var(--theme_primary);
    border-radius: 50px !important;
    border: none !important;
    width: 100%;
    height: auto !important;
    margin: auto;
    font-size: 16px;
    font-weight: 400;
    padding: 12px;
    padding-left: 24px;
    padding-right: 24px;
    letter-spacing: 0.4px;
    font-family: "Open Sans", sans-serif;
    line-height: 24px !important;
    white-space: normal;
    border: 1px solid var(--theme_primary) !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    transition: transform 0.1s ease-out, background 0.1s ease-out, border 0.1s ease-out, filter 0.1s ease-out !important;
}

.btn-default:active, .btn-primary:active{
    transform: scale(0.95) !important;
    transition: transform 0.0s, background 0.0s, border 0.0s, filter 0.0s !important;
    background: #9C4B42 !important;
    border: 1px solid #9C4B42 !important;
}

.btn-default.withChevron:after, .btn-primary.withChevron:after {
    content: ">";
    position: relative;
    float: right;
    width: 8px;
    height: 18px;
    margin-left: -8px;
    margin-top: 1.5px;
    font-family: 'Mind Ease Icons';
    font-size: 14px;
    display: inline-block;
}

.withChevron .btn-default:after, .withChevron .btn-primary:after {
    content: ">";
    position: relative;
    float: right;
    width: 8px;
    height: 18px;
    margin-left: -8px;
    margin-top: 1.5px;
    font-family: 'Mind Ease Icons';
    font-size: 14px;
    display: inline-block;
}

.btn-default.withChevron.lastIsBack:last-of-type:after, 
.btn-primary.withChevron.lastIsBack:last-of-type:after, 
.btn-primary.withChevron.firstIsBack:last-of-type:after, 
.btn-primary.withChevron.firstIsBack:last-of-type:after {
    display: none;
}

.withChevron.lastIsBack .btn-default:last-of-type:after, 
.withChevron.lastIsBack .btn-primary:last-of-type:after, 
.withChevron.firstIsBack .btn-default:last-of-type:after, 
.withChevron.firstIsBack .btn-primary:last-of-type:after {
    display: none;
}

.btn-default.withChevron.lastIsBack:last-of-type:before, 
.btn-primary.withChevron.lastIsBack:last-of-type:before, 
.btn-default.withChevron.firstIsBack:last-of-type:before, 
.btn-primary.withChevron.firstIsBack:last-of-type:before {
    content: ">";
    position: relative;
    float: right;
    width: 8px;
    height: 18px;
    margin-right: -8px;
    margin-top: 1.5px;
    font-family: 'Mind Ease Icons';
    font-size: 14px;
    display: inline-block;
}

.withChevron.lastIsBack .btn-default:last-of-type:before, 
.withChevron.lastIsBack .btn-primary:last-of-type:before, 
.withChevron.firstIsBack .btn-default:last-of-type:before, 
.withChevron.firstIsBack .btn-primary:last-of-type:before {
    content: "<";
    position: relative;
    float: right;
    width: 8px;
    height: 18px;
    margin-right: -8px;
    margin-top: 2px;
    font-family: 'Mind Ease Icons';
    font-size: 14px;
    display: inline-block;
}

.lastIsLocked .btn-default:last-of-type:before, 
.lastIsLocked .btn-primary:last-of-type:before, 
.firstIsLocked .btn-default:first-of-type:before, 
.firstIsLocked .btn-primary:first-of-type:before {
  content: ">";
  background-image: url(../img/padlock.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  float: left;
  width: 24px;
  height: 22px;
  margin-left: -8px;
  margin-top: 1.5px;
  margin-right: -16px;
  color: transparent;
  display: inline-block;
}

.lastIsLocked.highlightLast .btn-default:last-of-type:before, 
.lastIsLocked.highlightLast .btn-primary:last-of-type:before, 
.firstIsLocked.highlightFirst .btn-default:first-of-type:before, 
.firstIsLocked.highlightFirst .btn-primary:first-of-type:before {
  content: ">";
  background-image: url(../img/padlockLight.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  float: left;
  width: 24px;
  height: 22px;
  margin-left: -8px;
  margin-top: 1.5px;
  margin-right: -16px;
  color: transparent;
  display: inline-block;
}

.btn-default[disabled], .btn-primary[disabled]{
    background-color: #BBBBBB;
}

.button-group li{
    transition: transform 0.1s ease-out, background 0.1s ease-out, border 0.1s ease-out, filter 0.1s ease-out !important;
}

.button-group li:active{
    transform: scale(0.95) !important;
    border: 1px solid #9C4B42 !important;
    color: #9C4B42 !important;
    transition: transform 0.0s, background 0.0s, border 0.0s, filter 0.0s !important;
}

.button-group.withChevron li:after{
    content: ">";
    position: relative;
    float: right;
    width: 8px;
    height: 18px;
    margin-left: -8px;
    margin-right: -8px;
    margin-top: 1.5px;
    font-family: 'Mind Ease Icons';
    font-size: 14px;
    display: inline-block;
}

.button-group.withChevron.firstIsBack li:first-of-type:after {
    content: "<";
    float: left;
    margin-right: -8px;
    margin-top: 2px;
}

.button-group.withChevron.lastIsBack li:last-of-type:after {
    content: "<";
    float: left;
    margin-right: -8px;
    margin-top: 2px;
}

.button-group.radio.withChevron li:after{
    display: none;
}

.button-group.radio.withChevron li:last-of-type:after{
    content: ">";
    position: relative;
    float: right;
    width: 8px;
    height: 18px;
    margin-left: -8px;
    margin-top: 1.5px;
    font-family: 'Mind Ease Icons';
    font-size: 14px;
    display: inline-block;
}

.button-group.radio.withChevron.lastIsBack li:last-of-type:after {
    content: "<" !important;
    float: left;
    margin-right: -8px;
    margin-top: 2px;
}

.button-group.checkbox_small.withChevron li:after{
    display: none;
}

.button-group.checkbox_small.withChevron li:last-of-type:after{
    content: ">";
    position: relative;
    float: right;
    width: 8px;
    height: 18px;
    margin-left: -8px;
    margin-top: 1.5px;
    font-family: 'Mind Ease Icons';
    font-size: 14px;
    display: inline-block;
}

.button-group.checkbox_small.withChevron.firstIsBack li:first-of-type:after {
    content: "<";
    float: left;
    margin-right: -8px;
    margin-top: 2px;
}

.button-group.checkbox_small.withChevron.lastIsBack li:last-of-type:after {
    content: "<";
    float: left;
    margin-right: -8px;
    margin-top: 2px;
}

.button-group.checkbox_big.withChevron li:after{
    display: none;
}

.button-group.checkbox_big.withChevron li:last-of-type:after{
    content: ">";
    position: relative;
    float: right;
    width: 8px;
    height: 18px;
    margin-left: -8px;
    margin-top: 1.5px;
    font-family: 'Mind Ease Icons';
    font-size: 14px;
    display: inline-block;
}

.button-group.checkbox_big.withChevron.firstIsBack li:first-of-type:after {
    content: "<";
    float: left;
    margin-right: -8px;
    margin-top: 2px;
}

.button-group.checkbox_big.withChevron.lastIsBack li:last-of-type:after {
    content: "<";
    float: left;
    margin-right: -8px;
    margin-top: 2px;
}

.mainPlusLesser.withChevron li:first-of-type:after {
    content: ">";
    position: relative;
    float: right;
    width: 8px;
    height: 18px;
    margin-left: -8px;
    margin-top: 1.5px;
    font-family: 'Mind Ease Icons';
    font-size: 14px;
    display: inline-block;
}

.mainPlusLesser.withChevron li:last-of-type:after {
    display: none;
}

ul.button-group.deemphasiseLast li:last-of-type {
    border: 1px solid transparent !important;
    text-decoration: underline;
    font-size: 16px !important;
}

.deemphasiseLast.withChevron li:last-of-type:after {
    display: none;
}

ul.button-group.deemphasiseFirst li:first-of-type {
    border: 1px solid transparent !important;
    text-decoration: underline;
    font-size: 16px !important;
}

.deemphasiseFirst.withChevron li:first-of-type:after {
    display: none;
}

.button-group.addYourOwn li{
    background-color: var(--theme_primaryLight) !important;
    border-color: var(--theme_primaryLight) !important;
    border-bottom-color: var(--theme_primary) !important;
    border-radius: 0px !important;
    margin: 0px !important;
    max-height: 48px !important;
    padding: 12px !important;
}

.button-group.addYourOwn li.edit-answer{
    border-top: 1px transparent !important;
    border-bottom: 1px solid var(--theme_primary) !important;
    padding: 12px !important;
}

.button-group.addYourOwn li.add-answer{
    border: 1px solid var(--theme_primaryLight) !important;
    padding: 12px !important;
}

.button-group.addYourOwn li:hover{
    border-color: var(--theme_primary) !important;
    border-top-color: var(--theme_primaryLight) !important;
    background-color: var(--theme_primaryLight) !important;
}

.button-group.addYourOwn li:first-of-type:hover{
    border-top-color: var(--theme_primary) !important;
}

.addYourOwn li .answer-container{
    width: 100% !important;
}

.button-group.addYourOwn li .answer-container input{
    border: none !important;
    text-align: center !important;
    overflow: hidden;
    height: auto !important;
    padding: 0px !important;
}

.button-group.addYourOwn li:last-of-type{
    background-color: var(--theme_primaryLight) !important;
    border-color: var(--theme_primaryLight) !important;
    border-bottom-color: transparent !important;
    border-radius: 0px !important;
    margin: 0px !important;
    max-height: 48px !important;
    padding: 12px !important;
}

.button-group.addYourOwn.withChevron li:after {
    display: none;
}

.button-group.addYourOwn.withChevron li:last-of-type{
    border: 1px solid var(--theme_primary) !important;
    border-radius: 24px !important;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
    min-height: 45px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.button-group.addYourOwn.withChevron li:last-of-type:after {
    content: ">";
    position: relative;
    float: right;
    width: 8px;
    height: 18px;
    margin-left: -8px;
    margin-top: 1.5px;
    font-family: 'Mind Ease Icons';
    font-size: 14px;
    display: inline-block;
}

ul.button-group.highlightFirst li:first-of-type{
    border: 1px solid var(--theme_primary) !important;
    color: #fff !important;
    background-color: var(--theme_primary) !important;
}

ul.button-group.highlightSecond li:nth-of-type(2){
    border: 1px solid var(--theme_primary) !important;
    color: #fff !important;
    background-color: var(--theme_primary) !important;
}

ul.button-group.highlightLast li:last-of-type{
    border: 1px solid var(--theme_primary) !important;
    color: #fff !important;
    background-color: var(--theme_primary) !important;
}

ul.button-group.highlightFirst li:first-of-type:active, ul.button-group.highlightSecond li:nth-of-type(2):active, ul.button-group.highlightLast li:last-of-type:active{
    background: #9C4B42 !important;
    border: 1px solid #9C4B42 !important;
    color: #fff !important;
}

.button-single.fakeButton{
    filter: saturate(0.0) brightness(1.5);
} 
.button-single.fakeButton button{
    cursor: default;
} 

.button-single.waitButton{
    filter: saturate(0.0) brightness(1.5);
    animation-name: waitPulse !important;
    animation-duration: 3.0s !important;
    animation-timing-function: ease-in-out  both!important;
    animation-iteration-count: infinite !important;
    -webkit-animation-name: waitPulse !important;
    -webkit-animation-duration: 3.0s !important;
    -webkit-animation-timing-function: ease-in-out both !important;
    -webkit-animation-iteration-count: infinite !important;
}
.button-single.waitButton button{
    cursor: default;
}
.button-single.waitButton:active{
    transition: none !important;
}

@-webkit-keyframes waitPulse {
    0% {-webkit-filter: saturate(0.0) brightness(1.3);}
    50% {-webkit-filter: saturate(0.0) brightness(1.7);}
    100% {-webkit-filter: saturate(0.0) brightness(1.3);}
}
@keyframes waitPulse {
    0% {filter: saturate(0.0) brightness(1.3);}
    50% {filter: saturate(0.0) brightness(1.7);}
    100% {filter: saturate(0.0) brightness(1.3);}
}}

div.component.clickable{
  transition: transform 0.1s ease-out, background 0.1s ease-out, border 0.1s ease-out, filter 0.1s ease-out !important;
}
div.component.clickable:active{
    transform: scale(0.95) !important;
    transition: transform 0.0s, background 0.0s, border 0.0s, filter 0.0s !important;
}

.panel-heading{
    transition: transform 0.1s ease-out, background 0.1s ease-out, border 0.1s ease-out, filter 0.1s ease-out !important;
}
.panel-heading:active{
    transform: scale(0.95) !important;
    transition: transform 0.0s, background 0.0s, border 0.0s, filter 0.0s !important;
    background: #9C4B42 !important;
    border: 1px solid #9C4B42 !important;
}