﻿body {
    /*background: url('img/LLUH-NewConstruction.jpg') no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    /*center center*/
    /*background-color: #464646;*/
    background-color: #464646;
    background: url('img/LLUH-NewConstruction.jpg') no-repeat center center fixed;
    background-size: cover;
    height: 100%;
    /*overflow: scroll;
 */
    -webkit-overflow-scrolling: touch;
    /*background-size: cover;
    background-size: cover;*/
    /*background-size: 100%;*/
    /*background-repeat: no-repeat;*/
    /*overflow: hidden;*/
    /*background-position: center center;
    background-attachment: fixed;*/
}

.arlogo {
    display: block;
    margin: auto;
}

/*This is for iPhoneX to had screen border pad*/
@supports(padding: max(0px)) {
    .post {
        padding-left: max(12px, env(safe-area-inset-left));
        padding-right: max(12px, env(safe-area-inset-right));
    }
}




@media (max-width: 480px) {
    .spanPopular {
        display: none;
    }

    .spanAll {
        display: none;
    }

    .container-fluid {
        padding-top: 2px;
        padding-right: unset;
        padding-left: unset;
    }

    .requestbox {
        margin-top: 0% !important;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        position: absolute;
        -webkit-border-radius: unset !important;
        -moz-border-radius: unset !important;
        border-radius: unset !important;
    }

    .arlogo {
        display: block;
        margin: auto;
        max-width: 270px;
        max-height: 120px;
        padding-top: 10px;
    }

    .wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
        background: #A30234;
        color: #fff;
        cursor: default;
        font-size: 13px;
        /*width: 100px;*/
        height: 80px;
    }

    .wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
        /* opacity: 0.1; */
        color: #fff;
        font-size: 13px;
        height: 80px;
    }

    .wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
        /* margin-top: 0.5em; */
        font-size: 13px;
        height: 80px;
    }

}
html {
    visibility: hidden;
}

body,
input,
textarea,
select {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #4c4c4c;
}

p {
    font-size: 12px;
    width: 150px;
    display: inline-block;
    margin-left: 18px;
}

h1 {
    font-size: 32px;
    font-weight: 300;
    color: #4c4c4c;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 10px;
}

* {
    padding: 0;
    margin: 0;
}



/*height: 464px;*/
.requestbox {
    margin-top: 3%;
    /*position: absolute;
    top: 10%;
    left: 10%;
    width: 70%;
    transform: translate(-10%, -10%)*/
    /*justify-content: center;*/
    /*height: 100%;
    min-height: 100%;*/
    /*width: 10em;
    height: 5em;*/
    /*position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /*width: 10em;
    height: 5em;*/
    /*display: table;
    height: 100%;*/
    /*position: absolute;
    overflow: hidden;
    /*width: 100%;*/
    /*margin: 0 auto;*/
    /*width: 50%;
    height: 50%;*/
    overflow: auto;
    /*margin: auto;*/
    /*position: absolute;*/
    /*top: 0;
    left: 0;
    bottom: 0;
    right: 0;*/
    /*border: solid black;*/
    /*overflow-x: hidden;*/
    /*margin: 19% auto;*/
    /*width: 343px;*/
    -webkit-border-radius: 8px/7px;
    -moz-border-radius: 8px/7px;
    border-radius: 8px/7px;
    background-color: #ebebeb;
    -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.31);
    -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.31);
    box-shadow: 1px 2px 5px rgba(0,0,0,.31);
    border: solid 1px #cbc9c9;
}

.testboxbuilder {
    /*margin: 19% auto;*/
    /*width:50%;*/
    -webkit-border-radius: 8px/7px;
    -moz-border-radius: 8px/7px;
    border-radius: 8px/7px;
    background-color: #ebebeb;
    -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.31);
    -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.31);
    box-shadow: 1px 2px 5px rgba(0,0,0,.31);
    border: solid 1px #cbc9c9;
}

/*#A30234*/

hr {
    color: #a9a9a9;
    opacity: 0.9;
}

.modal-content {
    background-color: black;
    /*border: 5px;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;*/
    /*background-color: #ebebeb;
    -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.31);
    -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.31);*/
    /*box-shadow: 1px 2px 5px rgba(0,0,0,.31);*/
    /*border: solid 1px #cbc9c9;*/
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.modal-header {
    background-color: lightgrey;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}


.modal-message, label {
    margin-bottom: unset !important;
}

.modal-body {
    background-color: lightgrey;

}

.modal-footer {
    background-color: lightgrey;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin: -20px 0 0 -20px;
    border-width: 5px;
    border-style: solid;
    border-color: #fff #fff rgba(255,255,255,.5) rgba(255,255,255,.5);
    opacity: .9;
    border-radius: 20px;
    -webkit-animation: rotate 1s linear infinite;
    -ms-animation: rotate 1s linear infinite;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-ms-keyframes rotate {
    0% {
        -ms-transform: rotate(0deg)
    }

    100% {
        -ms-transform: rotate(360deg)
    }
}

.review {
    margin-bottom: 15px;
}



.wizard > .content {
    /*background: #eee;*/
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    /*margin-top: 5px;*/
    margin-left: 0px;
    margin-right: 0px;
    min-height: 35em;
    /* overflow: scroll; */
    position: relative;
    width: 99%;
    -webkit-border-radius: 5px;
    overflow-y: scroll;
    overflow-x: hidden;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.facustom {
    padding-top: 5px;
    padding-right: 2px;
}

.modal-title {
    color: black;
}

/*.blur {
    -webkit-filter: blur(5px) grayscale(10%);
    opacity: 1;
}
/*body.modal-open > :not(.modal) {
    -webkit-filter: blur(5px) grayscale(90%);
    filter: blur(5px) grayscale(90%);
}*/

.additionalq {
    /*display: inline;*/
    color: black;
    font-size: 22px;
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
}
.formiocustom {
    padding-top: 2%;
}

.reviewmessage {
    padding-bottom: 2%;
}


/* Adjust this CSS to control the padding for jQuery Steps*/
/*.wizard > .content > .body {
    float: left;
    position: absolute; 
    width: 95%;
    height: 95%;
    padding: 2.5%; 
}*/

.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin: -20px 0 0 -20px;
    border-width: 5px;
    border-style: solid;
    border-color: #fff #fff rgba(255,255,255,.5) rgba(255,255,255,.5);
    opacity: .9;
    border-radius: 20px;
    -webkit-animation: rotate 1s linear infinite;
    -ms-animation: rotate 1s linear infinite;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-ms-keyframes rotate {
    0% {
        -ms-transform: rotate(0deg)
    }

    100% {
        -ms-transform: rotate(360deg)
    }
}

.custom-deck {
    /*display: inline-block;
    width: 26%;*/
    /*padding: 20px 10px 10px 20px;*/
    /*margin-right: 15px;*/
}

.cardsearch {
    margin-right:5px;
}


/* quick grid */
/*.container {
    width: 93%;
    margin: auto;
}*/

/* Bootstrap-style columns */
.column {
  /*position: relative;
  float: left;
  min-height: 1px;
  width: 25%;
  padding-left: 4px;
  padding-right: 4px;*/
  
  /* Space between tiles */
  /*margin-top: 8px;*/
}

.col-span {
  width: 50%;
}

.my-sizer-element {
  width: 8.33333%;
}

.iconcontainer {

padding-right: 20px;
}

/*.card-deckcustom {
    display: grid;
}*/

.customcontent {
    /*background: none !important;
    right: 0px !important;
    left: 0px !important;*/
    padding-right: 5px !important;
    padding-left: 0px !important;
    /*padding-top: 0px !important;
    padding-bottom: 0px !important;*/
}

.cardcustom {
    width: 150px;
    height: 150px;
    margin-top: 10px;
    margin-left: 0px !important;
    margin-right: 0px !important;
    border-radius: 20% !important;
}
.Open-AddModifyUsers {
    text-decoration: none !important;
}

.cardcustom:hover {
    color: #fff;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(50, 50, 93, 0.11), 0 1px 6px rgba(0, 0, 0, 0.08);
}

.cardsearchtitle {
    color: black;
}

/*.bounce {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    top: -40px;
    background-color: #ddd;
    position: relative;
    animation: bounce-anim 0.5s cubic-bezier(0.63, 0.09, 0.75, 0.46) 0.3s infinite alternate;
    transform-origin: center;
    cursor: default;
}


@keyframes bounce-anim {
    0%, 10% {
        transform: scale(1);
        top: -10px;
    }

    15% {
        transform: scale(0.97, 1.05);
    }

    35%, 75% {
        transform: scale(0.83, 1.33);
    }

    95% {
        transform: scale(1.17, 0.67);
    }

    100% {
        transform: scale(1, 0.33);
        top: 40px;
    }
}*/


.cardBubble {
    position: absolute;
    top: -6px;
    right: -8px;
    padding: 5px 12px;
    /*border: 2px solid white;*/
    border-radius: 100px;
    background: #c71c22;
    /*#ff0000;*/
    box-shadow: 0 1px 2px rgba(0,0,0,.5), 0 1px 4px rgba(0,0,0,.4), 0 0 1px rgba(0,0,0,.7) inset, 0 10px 0px rgba(255,255,255,.11) inset;
    -webkit-background-clip: padding-box;
    font: bold 20px/24px "Helvetica Neue", sans-serif;
    color: white;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0,0,0,.6);
    display: none;
}


/*This Section is for the Status Page*/
.fit-content ul {
    font-family: carme, sans serif;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: -ms-fit-content;
    width: -o-fit-content;
    width: fit-content;
    margin: 0 auto;
    background: #8AA9B8;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    list-style: none;
    overflow: hidden;
    padding: 10px 5px;
    font-size: 1.2rem;
}

    .fit-content ul li {
        float: left;
        margin: 0 5px;
    }

.fit-content a {
    background: #664477;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    color: #fff;
    display: block;
    padding: 4px 10px;
    text-decoration: none;
    -moz-transition: background .7s;
    -webkit-transition: background .7s;
    -ms-transition: background .7s;
    -o-transition: background .7s;
    transition: background .7s;
}

    .fit-content a:hover {
        background: #EC0404;
        outline: 0 none;
        text-shadow: 0 1px #000;
    }
/*This Section is for the Status Page*/
/*This Section is for the Status Page*/
/*This Section is for the Status Page*/

/*#A30234
rgb(163, 2, 52)

#b20138
rgb(178, 1, 56)*/

/*https://codepen.io/dan10gc/pen/QMBGXP*/

a.hero-button {
    background: #168ede;
    background: -moz-linear-gradient(left, #168ede 2%, #05abe0 100%);
    background: -webkit-linear-gradient(left, #168ede 2%, #05abe0 100%);
    background: linear-gradient(to right, #A30234 2%, #A80236 100%);
    /*linear-gradient(to right, #168ede 2%, #05abe0 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#168ede", endColorstr="#05abe0", GradientType=1);
    color: #fff !important;
    border-radius: 50px;
    min-width: 80px;
    display: inline-block;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    padding: 10px 20px;
    font-family: "Source Sans Pro", sans-serif;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.btn-primary {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#A30234), color-stop(60%, #A80236), to(#a81e49));
    border-color: #A80236;
}

.btn-primary:active:focus {
    background-color: #A80236;
    border-color: #A80236;
}

.btn-primary:hover {
    background-color: #A80236;
    border-color: #A80236;
}

.btn-primary:active {
    background-color: rgba(178, 1, 56, 0.95) !important;
    border-color: #A80236 !important;
    box-shadow: 0 0 0 0.2rem rgba(163, 2, 52, 0.4) !important;
}


.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(163, 2, 52, 0.4);
    /*rgba(47,164,231,0.5)*/
}

btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(47, 164, 231, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(47, 164, 231, 0.25);
}

a.hero-button:hover {
    color: #fff;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(50, 50, 93, 0.11), 0 1px 6px rgba(0, 0, 0, 0.08);
}

/*html,
body {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

body {
    overflow: hidden;
}

/*.background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.5)), url("https://images.pexels.com/photos/4827/nature-forest-trees-fog.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
    background-size: cover;
    background-position: center;
}*/

.center {
    margin-top: 10%;
}

.modalbox.success,
.modalbox.error {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    padding: 25px 25px 15px;
    text-align: center;
    /*background-color: #ebebeb;*/
}

    .modalbox.success.animate .icon,
    .modalbox.error.animate .icon {
        -webkit-animation: fall-in 0.75s;
        -moz-animation: fall-in 0.75s;
        -o-animation: fall-in 0.75s;
        animation: fall-in 0.75s;
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    }

    .modalbox.success h1,
    .modalbox.error h1 {
        font-family: 'Montserrat', sans-serif;
    }

    .modalbox.success p,
    .modalbox.error p {
        font-family: 'Open Sans', sans-serif;
    }

    .modalbox.success button,
    .modalbox.error button,
    .modalbox.success button:active,
    .modalbox.error button:active,
    .modalbox.success button:focus,
    .modalbox.error button:focus {
        -webkit-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        margin-top: 15px;
        width: 80%;
        background: transparent;
        color: #4caf50;
        border-color: #4caf50;
        outline: none;
    }

        .modalbox.success button:hover,
        .modalbox.error button:hover,
        .modalbox.success button:active:hover,
        .modalbox.error button:active:hover,
        .modalbox.success button:focus:hover,
        .modalbox.error button:focus:hover {
            color: #fff;
            background: #4caf50;
            border-color: transparent;
        }

    .modalbox.success .icon,
    .modalbox.error .icon {
        position: relative;
        margin: 0 auto;
        margin-top: -75px;
        background: #4caf50;
        height: 100px;
        width: 100px;
        border-radius: 50%;
    }

        .modalbox.success .icon span,
        .modalbox.error .icon span {
            postion: absolute;
            font-size: 4em;
            color: #fff;
            text-align: center;
            padding-top: 20px;
        }

    .modalbox.error button,
    .modalbox.error button:active,
    .modalbox.error button:focus {
        color: #f44336;
        border-color: #f44336;
    }

        .modalbox.error button:hover,
        .modalbox.error button:active:hover,
        .modalbox.error button:focus:hover {
            color: #fff;
            background: #f44336;
        }

    .modalbox.error .icon {
        background: #f44336;
    }

        .modalbox.error .icon span {
            padding-top: 25px;
        }

.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    /* stupid browser compat. smh */
}

    .center .change {
        clearn: both;
        display: block;
        font-size: 10px;
        color: #ccc;
        margin-top: 10px;
    }

@-webkit-keyframes fall-in {
    0% {
        -ms-transform: scale(3, 3);
        -webkit-transform: scale(3, 3);
        transform: scale(3, 3);
        opacity: 0;
    }

    50% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }

    60% {
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

    100% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-moz-keyframes fall-in {
    0% {
        -ms-transform: scale(3, 3);
        -webkit-transform: scale(3, 3);
        transform: scale(3, 3);
        opacity: 0;
    }

    50% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }

    60% {
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

    100% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-o-keyframes fall-in {
    0% {
        -ms-transform: scale(3, 3);
        -webkit-transform: scale(3, 3);
        transform: scale(3, 3);
        opacity: 0;
    }

    50% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }

    60% {
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

    100% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-webkit-keyframes plunge {
    0% {
        margin-top: -100%;
    }

    100% {
        margin-top: 25%;
    }
}

@-moz-keyframes plunge {
    0% {
        margin-top: -100%;
    }

    100% {
        margin-top: 25%;
    }
}

@-o-keyframes plunge {
    0% {
        margin-top: -100%;
    }

    100% {
        margin-top: 25%;
    }
}

@-moz-keyframes fall-in {
    0% {
        -ms-transform: scale(3, 3);
        -webkit-transform: scale(3, 3);
        transform: scale(3, 3);
        opacity: 0;
    }

    50% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }

    60% {
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

    100% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-webkit-keyframes fall-in {
    0% {
        -ms-transform: scale(3, 3);
        -webkit-transform: scale(3, 3);
        transform: scale(3, 3);
        opacity: 0;
    }

    50% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }

    60% {
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

    100% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-o-keyframes fall-in {
    0% {
        -ms-transform: scale(3, 3);
        -webkit-transform: scale(3, 3);
        transform: scale(3, 3);
        opacity: 0;
    }

    50% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }

    60% {
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

    100% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes fall-in {
    0% {
        -ms-transform: scale(3, 3);
        -webkit-transform: scale(3, 3);
        transform: scale(3, 3);
        opacity: 0;
    }

    50% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }

    60% {
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

    100% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-moz-keyframes plunge {
    0% {
        margin-top: -100%;
    }

    100% {
        margin-top: 15%;
    }
}

@-webkit-keyframes plunge {
    0% {
        margin-top: -100%;
    }

    100% {
        margin-top: 15%;
    }
}

@-o-keyframes plunge {
    0% {
        margin-top: -100%;
    }

    100% {
        margin-top: 15%;
    }
}

@keyframes plunge {
    0% {
        margin-top: -100%;
    }

    100% {
        margin-top: 15%;
    }
}


.btn-switch {
    font-size: .75em;
    position: relative;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-switch__radio {
    display: none;
}

.btn-switch, p {
    width: unset;
    margin-left: 0px;
    margin-top: 5px;
}
.btn-switch__label {
    display: inline-block;
    padding: .75em .5em .75em .75em;
    /*vertical-align: top;*/
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5;
    color: #666;
    cursor: pointer;
    transition: color .2s ease-in-out;
}

    .btn-switch__label + .btn-switch__label {
        padding-right: .75em;
        padding-left: 0;
    }

.btn-switch__txt {
    position: relative;
    z-index: 2;
    display: inline-block;
    min-width: 1.5em;
    opacity: 1;
    pointer-events: none;
    transition: opacity .2s ease-in-out;
}

.btn-switch__radio_no:checked ~ .btn-switch__label_yes .btn-switch__txt,
.btn-switch__radio_yes:checked ~ .btn-switch__label_no .btn-switch__txt {
    opacity: 0;
}

.btn-switch__label:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #DDDDDD;
    border-radius: 1.5em;
    box-shadow: inset 0 .0715em .3572em rgba(43,43,43,.05);
    transition: background .2s ease-in-out;
}

.btn-switch__radio_yes:checked ~ .btn-switch__label:before {
    background: #6EDC5F;
}

.btn-switch__label_no:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: .5em;
    bottom: .5em;
    left: .5em;
    width: 2em;
    background: #fff;
    border-radius: 1em;
    pointer-events: none;
    box-shadow: 0 .1429em .2143em rgba(43,43,43,.2), 0 .3572em .3572em rgba(43,43,43,.1);
    transition: left .2s ease-in-out, background .2s ease-in-out;
}

.btn-switch__radio_yes:checked ~ .btn-switch__label_no:after {
    left: calc(100% - 2.5em);
    background: #fff;
}

.btn-switch__radio_no:checked ~ .btn-switch__label_yes:before,
.btn-switch__radio_yes:checked ~ .btn-switch__label_no:before {
    z-index: 1;
}

.btn-switch__radio_yes:checked ~ .btn-switch__label_yes {
    color: #fff;
}