/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
html {
    background: none !important;
}

body {
    background: none repeat scroll 0% 0% #FFF !important;
    color: #717C83;
}

#main, #extr-page #main {
    margin-left: 220px !important;
}

#login {
    background-color: #D6DDE2;
}

#zb-login {
    display: table-cell;
    height: 100%;
    padding-top: 80px;
    padding-left: 26px;
}

#zb-login-right {
    display: table-cell;
    vertical-align: top;
    height: 100%;
}

#zb-setup {
    display: table-cell;
    height: 100%;
    padding-top: 40px;
}

#register-btns {
    display: none;
}

#register-form {
    display: none;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
}

#zb-login-form {
    display: none;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
}

#zb-register-form {
    display: none;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
}

#zb-forgot-form {
    display: none;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
}

#zb-password-form {
    display: none;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
}

#cirrus-button-blue {
    background-color: #1243ba !important;
}

#register-btns.active {
    display: block;
}

#register-form.active {
    display: block;
}

#zb-login-form.active {
    display: block;
}

#zb-register-form.active {
    display: block;
}

#zb-forgot-form.active {
    display: block;
}

#zb-password-form.active {
    display: block;
}

.login-footer {
    position: absolute;
    bottom: 25px;
    left: 40%;
}

.padding-login {
    padding: 25px 0 40px 0;
}

#zb-login-right iframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: medium none;
    float: right;
}

.text-primary {
    color: #019cdc;
}

a.text-primary:hover {
    color: #275b89;
}

.min-height-25 {
    min-height: 25px;
}

.min-height-50 {
    min-height: 50px;
}

.min-height-75 {
    min-height: 75px;
}

.min-height-85 {
    min-height: 85px;
}

.min-height-95 {
    min-height: 95px;
}

.min-height-100 {
    min-height: 100px;
}

.min-height-150 {
    min-height: 150px;
}

.min-height-200 {
    min-height: 200px;
}

.min-height-250 {
    min-height: 250px;
}

.min-height-300 {
    min-height: 300px;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #FFF;
}

.no-padding > table tr th:last-child {
    border-right: none !important;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #f6fbff;
}

.table > tbody > tr > td, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .jarviswidget > div, .table-bordered {
    border: none !important;
}

.table > tbody > tr > td, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td {
    padding: 20px 10px;
}

.table > thead > tr > th {
    border-top: none;
    border-bottom: 2px solid #9EACB4;
    border-left: none;
    border-right: none;
}

.table > tbody > tr > th {
    border-top: 1px solid #9EACB4;
    border-bottom: 2px solid #9EACB4;
    border-left: none;
    border-right: none;
}

.table-data-no-wrap {
    display: inline-block; 
    white-space: nowrap;
}

.dt-toolbar-footer {
    background: none !important;
}

.jarviswidget > header {
    color: #717C83;
    border: none;
    background: #fff;
}

.signin-btn {
    text-align: center;
    padding-bottom: 20px;
}

/* GENERAL UI ELEMENTS */

.alert-danger {
    background-color: #E32344;
}

.alert-warning {
    background-color: rgba(246, 243, 161, .5);
}

.deselected {
    color: rgba(158, 172, 181, .5);
}

.deselected:hover {
    color: #333;
}

#hide-menu {
    margin-right: 25px;
}

.alert-success {
    background-color: #d6eab1;
}

.alert-info {
    background-color: #d9f0fa;
}

.label-info {
    background-color: #019cdc;
}


/* BUTTONS */

.smart-style-2 .btn-primary, .btn-primary, .smart-style-2 .smart-form .button {
    background-color: #019cdc;
    border-color: #3292E2;
}

.input-group-btn .btn-primary {
    margin-left: 10px;
}

.smart-style-2 .btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #0281b5;
    border: none;
}

.smart-style-2 .btn-success, .btn-success, .btn-success:hover {
    background-color: #1243ba;
}

.smart-style-2 .text-success, .text-success {
    color: #99CA3C;
}

.smart-style-2 .btn-warning, .btn-warning, .label-warning {
    background-color: #E49D2A;
    border-color: #C09844;
}


/* FORM ELEMENTS */

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

#add_email .email-add-email .input-group .form-control {
    margin-bottom: 10px;
}


.input-group-addon {
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #FFF;
    border: 1px solid #ccc;
    border-radius: 2px;
}

input.zynbit-state-disabled, textarea.zynbit-state-disabled {
    background-color: #EEEEEE !important;
}

/* GENERAL */

.pagination > li > a, .pagination > li > span {
    color: #019cdc;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #019cdc;
}

.dt-toolbar {
    background: #FFF;
}

table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
    background-color: #fff;
}

#header {
    height: 60px;
}

#left-panel {
    padding-top: 60px;
}

.well {
    background: #FFF;
}

.noborder {
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

.fc-border-separate thead tr, .table thead tr {
    background-color: #FFF;
    background-image: none !important;
    font-size: 12px;
}

.minifyme {
    border-bottom: 1px solid #717C83;
    background: #9EACB4;
    color: #FFF;
}

    .minifyme:hover {
        background: #838F97;
        color: #FFF;
    }

.minified .minifyme {
    color: #FFF;
}

.txt-color-blueDark {
    color: #717C83 !important;
}

.txt-color-blue {
    color: dodgerblue !important;
}

.textarea-resize-none {
    resize: none !important;
}

.textarea-resize-vertical {
    min-height: 50px;
    resize: vertical !important;
}

/* SKIN SPECIFIC */

.smart-style-2 #header, .smart-style-2 .page-footer, .smart-style-2 .superbox-show {
    background-image: none;
    background-color: #FFF;
}

.smart-style-2 #header {
    border-bottom: 1px solid #f1f3f4;
}

.smart-style-2 #ribbon .breadcrumb, .smart-style-2 #ribbon .breadcrumb a {
    color: #9EACB4 !important;
}

    .smart-style-2 #ribbon .breadcrumb li:last-child, .smart-style-2 #ribbon .breadcrumb > .active {
        color: #838F97;
    }

.smart-style-2 #logo-group span#activity, .smart-style-2 .btn-header > :first-child > a {
    background-color: #F5821F;
    background-image: none;
    color: #fff !important;
    border: none;
    margin-left: 40px;
    text-shadow: none !important;
}

    .smart-style-2 #logo-group span#activity:active, .smart-style-2 #logo-group span#activity:hover, .smart-style-2 .btn-header > :first-child > a:active, .smart-style-2 .btn-header > :first-child > a:hover {
        background-color: #ef7309;
        background-image: none;
    }

.smart-style-2 .header-search > input[type=text] {
    border-color: #efefff;
}

.smart-style-2 .header-search > button {
    color: #F5821F;
}

.smart-style-2 aside {
    background: #fcfcfc;
}

.smart-style-2 nav ul li a, .smart-style-2 nav ul li.open > a, .smart-style-2 nav ul li.open > a b {
    color: #717C83 !important;
}

.smart-style-2 nav > ul > li {
    background-color: #FFF;
    background-image: -moz-linear-gradient(top,#fbfbfb,#fefefe);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbfbfb),to(#fefefe));
    background-image: -webkit-linear-gradient(top,#fbfbfb,#fefefe);
    background-image: -o-linear-gradient(top,#fbfbfb,#fefefe);
    background-image: linear-gradient(to bottom,#fbfbfb,#fefefe);
}

    .smart-style-2 nav > ul > li > a > i {
        /*color:#5FC6CA !important;*/
        color: #99ca3c;
    }

.padding-right-nav {
    padding-right: 7px;
    padding-left: 3px;
}

.smart-style-2 .page-footer, .smart-style-2 .superbox-show {
    background: none !important;
}

.smart-style-2 .header-search > input[type="text"] {
    background: none repeat scroll 0% 0% #FFF;
    border: 1px solid #f1f3f4;
    color: #717C83;
    border-radius: 4px;
}

.smart-style-2 .jarviswidget-color-blueDark > header {
    background: none repeat scroll 0% 0% #717C83 !important;
    border-color: #717C83 !important;
    color: #FFF;
}

.smart-style-2 .progress-bar {
    background-color: #4eacaf;
}

.smart-style-2 .bg-color-darken {
    background-color: #717C83 !important;
}

.smart-style-2 .bg-color-blue {
    background: none repeat scroll 0% 0% #019cdc !important;
}

.smart-style-2 .text-blue {
    color: #019cdc !important;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.smart-style-2 .bg-color-greenLight {
    background-color: #cce49d !important;
}

.smart-style-2 .bg-color-blueDark {
    background-color: #838F97 !important;
}

.smart-style-2 .bg-color-pinkDark {
    background-color: #f290a2 !important;
}

.smart-style-2 .bg-color-blueLight {
    background-color: #9EACB4 !important;
}

.smart-style-2 .bg-color-red {
    background: none repeat scroll 0% 0% #E32344 !important;
}

.smart-style-2 .bg-color-redLight {
    background-color: #ea4d6a !important;
}

.smart-style-2 .bg-color-teal {
    background-color: #5FC6CA !important;
}

.smart-style-2 .text-color-teal {
    color: #5FC6CA !important;
}

.bg-color-teal {
    background-color: #5FC6CA !important;
}

.smart-style-2 .bg-color-orange {
    background-color: #E49D2A !important;
}

.bg-color-zorange {
    background-color: #F5821F !important;
}

.smart-style-2 .bg-color-purple {
    background-color: #9B54A1 !important;
}

.bg-color-purple {
    background-color: #9B54A1 !important;
}

.smart-style-2 .text-purple {
    color: #9B54A1 !important;
}


.smart-style-2 .bg-color-yellow {
    background-color: #f9f68f !important;
}

.smart-style-2 .btn-danger, .btn-danger, .label-danger {
    background-color: #E32344;
    border-color: #CA4862;
}

.smart-style-2 .label-success {
    background-color: #99CA3C;
}

.smart-style-2 .label-default {
    background-color: #9EACB4;
}

.smart-style-2 .badge {
    background-color: #9EACB4;
}

.smart-style-2 .btn.btn-ribbon {
    background: none repeat scroll 0% 0% #9EACB4;
}

.modal-checkbox {
    padding-left: 20px !important;
}


/* LOGIN AND REGISTER STYLES */

#extr-page .container {
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 650px;
}

#extr-page .login-desc-box-l {
    min-height: 350px;
    width: 95%;
}

#extr-page h4.paragraph-header {
    color: #717C83;
    width: 650px;
}

.login-desc-box-l h4 {
    color: #717C83;
    font-size: 36px;
}

#extr-page .login-header-big {
    font-weight: 600;
    font-size: 36px;
}

#extr-page {
    background: none repeat scroll 0% 0% #FFF !important;
}

sup {
    font-size: 30%;
    position: relative;
    top: -2em;
    padding: 1px;
}

/* INLINE PULL OUT */

#logo {
    width: 236px;
    margin-top: 5px;
}

#extr-page #header #logo {
    width: 236px;
    margin-top: 10px;
}

    #logo img, #extr-page #header #logo img {
        width: 236px;
        height: auto;
        padding-left: 10px;
    }

#header > div {
    height: 60px;
    vertical-align: top;
}

#extr-page #header {
    border-bottom: 1px solid #f1f3f4 !important;
    background: none repeat scroll 0% 0% #FFF !important;
}

#extr-page .hero {
    background-image: none !important;
}

a {
    color: #019cdc;
}

.text-muted {
    color: #cfd6da;
}

.text-danger {
    color: #E32344;
}

.txt-color-red {
    color: #E32344 !important;
}

.txt-color-zborange {
    color: #F5821F !important;
}

.txt-color-green {
    color: #99CA3C !important;
}

.txt-color-purple {
    color: #9B54A1 !important;
}

.txt-color-magenta {
    color: #DB0C82 !important;
}

.txt-color-teal {
    color: #5FC6CA !important;
}

.txt-color-blueDark {
    color: #3C52A4 !important;
}

.txt-color-orange {
    color: #E49D2A !important;
}

.txt-color-greyDark {
    color: #717C83 !important;
}

.txt-color-otherBlue {
    color: #5B4FA1 !important;
}

.txt-color-yellow {
    color: #F7EC1C !important;
}



.bg-color-zbred {
    background-color: #E32344 !important;
}

.bg-background-color-zborange {
    background-color: #F5821F !important;
}

.bg-color-zbgreen {
    background-color: #99CA3C !important;
}

.bg-color-zbpurple {
    background-color: #9B54A1 !important;
}

.bg-color-zbmagenta {
    background-color: #DB0C82 !important;
}

.bg-color-zbteal {
    background-color: #5FC6CA !important;
}

.bg-color-zbblueDark {
    background-color: #3C52A4 !important;
}

.bg-color-zbgreyDark {
    background-color: #717C83 !important;
}

.bg-color-zbotherBlue {
    background-color: #5B4FA1 !important;
}

.bg-color-zbyellow {
    background-color: #F7EC1C !important;
}


.bg-color-greenDark {
    background-color: #99CA3C !important;
}

.jarviswidget-color-greenLight > header {
    background: none repeat scroll 0% 0% #add563;
    color: #FFFFFF !important;
}

.jarviswidget-color-greenDark > header {
    background: none repeat scroll 0% 0% #99CA3C;
    color: #FFFFFF !important;
}

.jarviswidget-color-red > header {
    background: none repeat scroll 0% 0% #E32344;
    color: #FFFFFF !important;
}

.jarviswidget-color-orange > header {
    background: none repeat scroll 0% 0% #E49D2A;
    color: #FFFFFF !important;
}

.jarviswidget-color-blue > header {
    background: none repeat scroll 0% 0% #9EACB4;
    color: #FFFFFF !important;
}

.jarviswidget-color-darken > header {
    background: none !important;
}

.jarviswidget-color-purple > header {
    background: none repeat scroll 0% 0% #9B54A1;
    color: #FFFFFF !important;
}

.smart-form .checkbox input:checked + i, .smart-form .radio input:checked + i, .smart-form .toggle input:checked + i {
    border-color: #019cdc;
}

.toggle-off {
    background-color: #e32344 !important;
    color: #ffffff !important;
}

.toggle-off i {
    color: #ffffff !important;
}

.toggle-off i:after {
    background-color: #e32344 !important;
    color: #ffffff !important;
}

.toggle-off i:before {
    background-color: #ffffff !important;
}

.toggle-on {
    background-color: #84a83e !important;
    color: #ffffff !important;
}

.toggle-on i {
    color: #ffffff !important;
}

.toggle-on i:after {
    background-color: #84a83e !important;
    color: #ffffff !important;
}

.toggle-on i:before {
    background-color: #ffffff !important;
}

.smart-form .icon-append, .smart-form .icon-prepend {
    color: #cfd6da;
}

.smart-timeline-icon {
    background: #9B54A1;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    width: 32px;
    height: 32px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    left: 80px;
    top: 10px;
    z-index: 100;
    padding: 2px;
}

.smart-timeline-list > li:hover {
    background-color: #f6fbff;
}

/* MANAGE PAGES */

.profile-container {
    /*background-image: url(../img/blank-profile-lo.png);
	background-repeat: no-repeat;
	background-position: left top;*/
    float: left;
    height: 250px;
    width: 200px;
    margin-bottom: 20px;
    margin-right: 10px;
    margin-left: 20px;
    text-align: center;
}

.profile-picture {
    /*background-image: url(../img/blank-profile-lo.png);
	background-repeat: no-repeat;
	background-position: left top;*/
    height: 200px;
    width: 200px;
    /*border: 1px solid #c9d1d6;*/
    overflow: hidden;
    text-align: right;
}

.profile-picture-edit {
    /*background-image: url(../img/blank-profile-lo.png);
	background-repeat: no-repeat;
	background-position: left top;*/
    height: 300px;
    width: 300px;
    /*border: 1px solid #c9d1d6;*/
    overflow: hidden;
    text-align: right;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .profile-picture .widget-icon a {
        color: #FFF;
    }

    .profile-picture .widget-icon .fa {
        padding: 10px 10px 0 0;
        font-size: 170%;
        position: relative;
        visibility: visible;
        z-index: 99;
        top: -40px;
    }

.profile-picture-edit img,
.profile-picture img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.zyncal-background-image-container {
    height: 400px;
    width: 400px;
    padding-top: 10px;
}

.zyncal-background-image-container img {
    max-width: 100%;
    max-height: 100%;
}

.zyncal-header-image-container {
    height: 50px;
    width: 250px;
    padding-top: 10px;
}

.zyncal-header-image-container img {
    max-width: 100%;
    max-height: 100%;
}

.zyncal-image-edit {
    height: 300px;
    width: 300px;
    overflow: hidden;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.zyncal-image-edit img {
    max-width: 100%;
    max-height: 100%;
}

.form-horizontal .control-label {
    text-align: left;
}

/* Custom Spinner */

.zynbit-spinner {
    animation: spin 2s linear infinite;
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    height: 120px;
    margin: auto;
    width: 120px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* End Custom Spinner*/

/* TOUR STYLES */
.tour-center {
    width: 800px;
    height: 600px;
    position: absolute;
    margin-top: -300px;
    margin-left: -400px;
    top: 50%;
    left: 50%;
    clear: both;
}

​ .margin-top-50 {
    margin-top: 10% !important;
}

.tour {
    margin-bottom: 20px !important;
}

.tour-logo {
    position: absolute;
    float: right !important;
    width: 200px;
    bottom: 10px;
    right: 10px;
    height: 70px;
}

.tour-icon {
    font-size: 86px;
    color: #189cd7;
}

#wid-id-9 .pager li > a {
    border-radius: 0px !important;
}

/* SUBSCRIPTION STYLES */
#plans.btn {
    border: none !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    padding:0;
}

    #plans.btn.btn-block {
        white-space: normal !important;
        border: none !important;
    }


.panel-zb-orng > .panel-heading {
    color: #FFF;
    background-color: #F5821F;
}

.panel-zb-purp > .panel-heading {
    color: #FFF;
    background-color: #9B54A1;
}

.panel-zb-teal > .panel-heading {
    color: #FFF;
    background-color: #5FC6CA;
}

.panel-zb-mage > .panel-heading {
    color: #FFF;
    background-color: #DB0C82;
}

.panel-zb-green > .panel-heading {
    color: #FFF;
    background-color: #99CA3C;
}

.panel-blue-lt > .panel-heading {
    color: #FFF;
    background-color: #9EACB4;
}

.panel-zb-ltorng > .panel-heading {
    color: #FFF;
    background-color: #E49D2A;
}

.pricing-big .current-price {
    padding: 15px 0 15px 0;
    font-size: 14px;
    fon-weight: normal;
}

.price-features {
    min-height: 360px;
}

.sub-price {
    font-size: 18px;
    font-weight: normal;
}

.pricing-big .panel-footer .btn {
    padding: 6px 12px !important;
}

.padding-bottom-25 {
    padding-bottom: 25px;
}

.bg-color-ltgray {
    background-color: #FAFAFA;
}

.border-left {
    padding-left: 20px;
    border-left: 1px solid #F5F5F5;
}

.border-top {
    padding-top: 10px;
    border-top: 1px dotted #E4E4E4;
}

.border-bottom {
    padding-bottom: 10px;
    border-bottom: 1px solid #E4E4E4;
}

.form-title {
    padding-bottom: 6px;
}

.form-space {
    padding-bottom: 10px;
}

.font-xxxl {
    font-size: 600% !important;
}

@media (min-width:768px) and (max-width:979px) {
    #main, #extr-page #main {
        margin-left: 0 !important;
    }
}

@media (min-width:768px) and (max-width:880px) {
    #main, #extr-page #main {
        margin-left: 0 !important;
        overflow-x: hidden;
    }
}

@media only screen and (min-width:0) and (max-width:679px) {

    #main, #extr-page #main {
        margin-left: 0 !important;
        overflow-x: hidden;
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {

    #main, #extr-page #main {
        margin-left: 0 !important;
        overflow-x: hidden;
    }
}


.required:after {
    content: " *";
    display: inline;
    /*font-weight: bold;*/
    color: red; 
}

input:invalid {
    content: " *";
    display: inline;
    color: red;
    border: 1px solid red;
}

input:focus:invalid {
    border: 1px solid red;
}

/* Fix for use down arrow keys to navigate on dropdown lists*/
.ui-helper-hidden-accessible, .select2-hidden-accessible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
}

.zb-sidebar {
    background-color: white;
    width:400px;
    position:fixed; 
    height:100%; 
    top:0; 
    right:-410px;
    z-index:9998; 
    border-left: 1px solid #CCC; 
    -webkit-box-shadow: -5px 5px 15px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: -5px 5px 15px 0px rgba(0,0,0,0.5);
    box-shadow: -5px 5px 15px 0px rgba(0,0,0,0.5);
    transition: 1s all;
}

.zb-sidebar div {
    color: white; 
    height:33px;
    font-size:1.2em;
}

.zb-sidebar iframe {
    width:100%; 
    height: calc(100% - 33px); /* Sub the header height */
    border: none;
}

.zb-sidebar div {
    padding:5px 10px;
}

.zb-sidebar-in {
    right:0;
}

.zb-sidebar-toggle {
    position:fixed; 
    top:72px;
    right:-10px;
    z-index:9999;
    width:42px;
    height:32px;
    border-radius:5px 0 0 5px; 
    border: 1px 0 1px 1px solid white;
    transition: 1s all;
    -webkit-box-shadow: -5px 5px 15px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: -5px 5px 15px 0px rgba(0,0,0,0.5);
    box-shadow: -5px 5px 15px 0px rgba(0,0,0,0.5);
    cursor: pointer;
    padding-right:10px;
}

.zb-sidebar-toggle img {
    width:100%;
    height:100%;
    padding:5px;
}

.zb-sidebar-toggle-in {
    right:400px;
    top:0;
}


#dt_basic tbody tr {
    cursor: default;
}

.loading {
    text-align: center;
    padding: 20px;
}

.smart-form .payment-method .label {
    margin-bottom: 60px;
}

.smart-form .payment-method .payment-method-details > div {
    margin-bottom: 6px;
}