.tabs-style-flip {
    margin-top: 30px;
    max-width: 1200px;
}
.tabs {
    position: relative;
    overflow: hidden;
    margin: 50px auto;
    width: 100%;
    font-weight: 300;
    font-size: 1.25em;
}
.tabs nav {
    text-align: center;
}
.tabs nav ul {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.tabs nav ul li {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.tabs nav a {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.5;
    font-size: 20px;
    text-decoration: none;
}
.tabs-style-flip nav a {
    padding: 0.5em 0;
    color: #2CC185;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.tabs-style-flip nav li:first-child a {
    border-radius: 100px 0 0 0;
}
.tabs-style-flip nav li:last-child a {
    border-radius: 0 100px 0 0;
}
.tabs-style-flip nav a:focus{
    box-shadow: none;
}
.tabs nav li.tab-current a {
    color: #74777b;
}
.tabs-style-flip nav a:hover, .tabs-style-flip nav a:focus, .tabs-style-flip nav li.tab-current a {
    color: #74777b;
    outline: none;
}
.tabs-style-flip nav a::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
    content: '';
    -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s;
    -webkit-transform: perspective(900px) rotate3d(1,0,0,90deg);
    transform: perspective(900px) rotate3d(1,0,0,90deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-perspective-origin: 50% 100%;
    perspective-origin: 37% 100%;
}
.tabs-style-flip nav li.tab-current a::after {
    background-color: #fff;
    -webkit-transform: perspective(900px) rotate3d(1,0,0,0deg);
    transform: perspective(812px) rotate3d(1,0,0,0deg);
}

.content-wrap section {
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    display: none;
}
.content-wrap section.content-current{
    display: block;
}

.content-wrap section .tab-container{
    width: 100%;
    max-width: 700px;
}
.content-wrap section .tab-container h2{
    font-size: 18px;
    color: #2d2d2d;
}
.content-wrap section .tab-container p {
    font-size: 14px;
    font-weight: 400;
    color: #636363;
    line-height: 24px;
    max-width: 395px;
}
.content-wrap section .tab-container .form-table {
    margin-top: -10px;
    border-collapse: inherit;
}
.content-wrap section .tab-container .form-table tr{
    display: block
}
.content-wrap section .tab-container .form-table tr th {
    display: block;
    width: 100%;
    padding: 10px 0 5px;
    margin-bottom: 5px;
}
.content-wrap section .tab-container .form-table tr td{
    padding: 10px 0;
    width: 452px;
}
.content-wrap section .tab-container .form-table tr.dh_login_input_area td{
    box-shadow: 0 0 0 transparent;
    border-radius: 4px;
    border: 1px solid #7e8993;
    background-color: #fff;
    color: #32373c;
    border-radius: 5px;
    padding: 0 0 0 10px;
}
.content-wrap section .tab-container .form-table tr.dh_login_input_area td div{
    display: inline-block;
}
.content-wrap section .tab-container .form-table tr td input.text-field {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    font-weight: 400;
}
.content-wrap section .tab-container .form-table tr.dh_login_input_area td input.text-field{
    width: auto;
    border: none;
}
.content-wrap section .tab-container .form-table tr.dh_login_input_area td input.text-field:focus{
    outline: none !important;
    box-shadow: none !important;
}
.content-wrap section .tab-container .button-primary {
    background: #3bc58d;
    border-color: #239667;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    font-weight: 500;
    padding: 7px 20px;
    font-size: 14px;
}

.dh-notice {
    background: #fff;
    border: 1px solid #ccd0d4;
    border-left-width: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    margin: 10px 0px 10px;
    padding: 12px 12px;
    font-weight: 400;
    font-size: 13px;
    max-width: 440px;
}

.dh-notice.hide{
    display: none;
}

.dh-notice.show{
    display: block;
}

.notice-success{
    border-left-color: #46b450;
}


label {
    font-size: 14px;
    font-weight: 500;
}



.content-wrap section .tab-container .form-table tr.dh_login_input_area{
    display: none;
}

.content-wrap section .tab-container .form-table tr.dh_login_input_area.show {
    display: block;
}

/* Button 2 */
.knobs:before, #button-2 .knobs:after {
    content: 'YES';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 90px;
    height: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 8px;
    padding: 9px 4px;
    background-color: #03A9F4;
    border-radius: 20px;
    transition: 0.3s ease all;
}

#button-2 .knobs:before
{
    content: 'Activate';
}

#button-2 .knobs:after
{
    content: 'Deactivate';
}

#button-2 .knobs:after
{
    right: -105px;
    left: auto;
    background-color: #F44336;
}

#button-2 .checkbox:checked + .knobs:before
{
    left: -105px;
}

#button-2 .checkbox:checked + .knobs:after
{
    right: 4px;
}

#button-2 .checkbox:checked ~ .layer
{
    background-color: #fcebeb;
}



.toggle-button-cover {
    display: block;
    position: relative;
    height: 100px;
    box-sizing: border-box;
    margin-top: -40px;
    margin-bottom: -30px;
}

#dh-two-factor .toggle-button-cover {
    margin-bottom: 10px;
}
.button-cover:before {
    counter-increment: button-counter;
    content: counter(button-counter);
    position: absolute;
    right: 0;
    bottom: 0;
    color: #d7e3e3;
    font-size: 12px;
    line-height: 1;
    padding: 5px;
}

.button-cover, .knobs, .layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.toggle{
    position: relative;
    top: 30%;
    width: 150px;
    height: 36px;
    overflow: hidden;
}
#dh-two-factor .toggle{
    top: 50%
}
.toggle.r, .toggle.r .layer
{
    border-radius: 100px;
}

.toggle.b2
{
    border-radius: 2px;
}

input[type=checkbox].checkbox
{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.knobs
{
    z-index: 2;
}

.layer
{
    width: 100%;
    background-color: #ebf7fc;
    transition: 0.3s ease all;
    z-index: 1;
}


/* DH TFA User Profile Form */
.dh-tfa-user-table{
    padding: 10px;
    background-color: #fff;
    width: 100%;
    max-width: 480px;
}
.dh-tfa-user-table td{
    padding: 30px;
    box-sizing: border-box;
}
.dh-tfa-user-table td li{
    margin-bottom: 20px;
}
.dh-tfa-user-table td li img#dh-tfa-qr-code{
    margin-top: 10px;
}

.user-tfa-activated{
    color: #01a501;
    display: none;
}

.user-tfa-status.status-error{
    color: #f30303;
    display: none;
}

.user-tfa-status.status-error.show,
.user-tfa-activated.show{
    display: block;
}
.user-tfa-status.status-error.hide,
.user-tfa-activated.hide{
    display: none;
}


.mu-not-available{
    padding: 20px;
    background: #b53333;
    color: #fff;
}