html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 60px;
    font-family: 'Roboto', sans-serif;
    color: #444;
    /*padding-top: 70px;*/ /* only in fixed nav */
}
.footer {
    width: 100%;
    height: auto;
    min-height: 60px;
    background-color: transparent !important;
    margin-top: 60px;
    padding: 20px 0;
}
.container {
    padding: 0 15px;
}
.container .text-muted {
    margin: 0;
}
img.logo {
    margin:  15px auto 30px;
}
.form-group {
    margin-bottom: 10px;
}
.form-control-feedback {
    right: 10px;
    text-align: left;
}
.help-block.with-errors {
    font-size: 11px;
}
.has-feedback .form-control {
    padding-right: 40px;
}
div.cards_types {
    margin: 10px 0 30px;
}
div.payment_card_form {
    margin-top: 10px;
}

iframe.frame {
    background: url('../img/preloader_iframe.gif') center center no-repeat;
    margin-bottom: 30px;
}
.help {
    cursor: pointer;
}
.navbar{
    border-radius: 0;
}
[data-notify="progressbar"] {
    margin-bottom: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 5px;
}
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/preloader.gif') center no-repeat #fff;
    opacity:0.9;
    display:block;
}

.ccs {
    font-size: 8rem;
}

.progress {
    height: 20px !important;
}

.progress .progress-bar {
    line-height: 20px !important;
}

.modal-body {
    max-height: calc(100vh - 212px);
    overflow-y: auto;
}
.has-feedback label ~ .form-control-feedback {
    right: 35px;
}
/*
.login_social_buttons .social_button {
    display: inline-block;
    vertical-align: middle;

}
.login_social_buttons {
    margin: 0 auto 15px;
}
*/


.panel-pricing {
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.panel-pricing:hover {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.panel-pricing .panel-heading {
    padding: 20px 10px;
}

.panel-pricing .panel-heading .fa {
    margin-top: 10px;
    font-size: 30px;
}

.panel-pricing .list-group-item {
    color: #777777;
    border-bottom: 1px solid rgba(250, 250, 250, 0.5);
}

.panel-pricing .list-group-item:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.panel-pricing .list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.panel-pricing .panel-body {
    background-color: #f0f0f0;
    font-size: 30px;
    color: #777777;
    padding: 20px;
    margin: 0px;
}