body {
    min-width: 340px;
}

.start-page {
    margin-top: 50px;
}

.account-title {
    margin-top: 30px;
    padding-top: 30px;
}

.box-bg {
    box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
    background: #fff;
    margin: auto;
    max-width: 700px;
}

.col-center {
    width: 70%;
    margin-left: 15%;
}

.box-bg form {
    padding-bottom: 30px;
}

.continue-btn {
    padding: 16px 12px;
    font-size: 18px;
}

.line-select {
    width: 100%;
    font-size: 16px;
    color: #333;
}

.line-select .left-val {
    font-weight: bold;
    float: left;
}

.line-select .right-val {
    margin-left: 20px;
}

.line-select .left-val {
    width: 95px;
}

.line-select-html .left-val {
    width: calc(100% - 128px);
}

.line-select-html .right-val {
    width: 60px;
    text-align: right;
    margin-left: 45px;
}

.select2-container:focus,
.selection:focus,
.select2-selection:focus,
.select2-selection__rendered:focus {
    border-color: #00c5fb;
    box-shadow: none;
    outline: 0 none;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f1f1f1;
    color: #333;
}

.select2-results__option {
    padding: 10px;
}

.box-bg label {
    font-weight: 400;
    font-size: 15px;
}

.box-bg form input {
    border-radius: 3px;
    transition: 0.4s all;
}

.box-bg .select2-selection {
    border-radius: 3px;
}

.box-bg .continue-btn {
    margin-top: 40px;
}

.step1 .username-error {
    color: #f64c0e;
    display: none;
    font-size: 14px;
}

.step1 .link-error {
    color: #f64c0e;
    display: none;
    font-size: 14px;
}

.step1 .error {
    border-color: #f64c0e;
    transition: 0.4s all;
}

.step2, .step3 {
    display: none;
}

.alert {
    position: relative;
    border: 1px solid #fbc1c2;
    background: #fff3f3;
    padding: 14px 32px 14px 64px;
    margin-top: 14px;
    margin-bottom: 24px;
    line-height: 20px;
    color: #303435;
    display: none;
}

.alert:after {
    content: '';
    position: absolute;
    display: block;
    background: url(../img/alert.svg);
    background-size: cover;
    height: 20px;
    width: 20px;
    left: 32px;
    top: 18px;
}

.btn-busy:after {
    content: '';
    display: block;
    position: absolute;
    top: 13px;
    left: 13px;
    border: 5px solid rgba(255, 255, 255, .3);
    border-top: 5px solid rgba(255, 255, 255, .8);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
}

.btn-busy {
    pointer-events: none;
    opacity: .6;
    position: relative;
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.img-inst {
    width: 120px;
    height: 120px;
}

.step2 {
	padding-bottom: 50px;
}

.package-select {
	display: none;
}

.step2 .continue-btn {
	margin-top: 20px;
	display: none;
}

.link-inst {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 120px;
    height: 120px;
    margin: 3px;
    border-radius: 5px;
    cursor: pointer;
}

.link-inst:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    opacity: .35;
    display: none;
}

.selected.link-inst:before {
	display: block;
}


.selected.link-inst:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../img/icon-selected-heart.svg) center center no-repeat;
}

.subtitle {
	text-align: center;
    margin-top: -25px;
    margin-bottom: 25px;
    font-size: 16px;
}

.subtitle a {
	font-weight: 600;
	margin-left: 15px;
}

.forgot-password-link {
    font-size:16px;
    border-bottom: 1px dashed;
    padding-bottom: 2px;
}

.forgot-password-link:hover {
    border-bottom: 1px solid;
}

.top-desc {
     text-align: center;
     font-size: 16px;
     margin-top: -20px;
 }

.top-desc2 {
    text-align: center;
    font-size: 16px;
    margin-top: -20px;
    margin-bottom: 20px;
}

.navbar-header a {
    color: #fff;
}

.navbar-nav>li>a{
    color: #fff;
}
.balance-item a{
    padding-top: 14px !important;
}
.balance-item .badge{
position: static !important;
    font-size: 14px;
}
.navbar-toggle .icon-bar {
    background: #fff;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background: none;
}
.nav>li:focus, .nav>li:hover, .nav>li.active {
    background-color: rgba(255, 255, 255, 0.2);
}

@media(max-width: 767px) {
    .navbar-collapse {
        background: #015cd0;
    }
    .navbar-nav > li {
        width: 100%;
    }
    .navbar-nav {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .balance-item a {
        padding-top: 9px !important;
    }
    .navbar-nav {
        margin-left: 0px;
        margin-right: 0px;
    }
    .nav>li>a:focus, .nav>li>a:hover {
        text-decoration: none;
        background: none;
    }
    .nav>li {
        padding-left: 15px;
        padding-right: 15px;
    }
    .nav>li:focus, .nav>li:hover, .nav>li.active {
        background-color: rgba(255, 255, 255, 0.2);
    }
    #navbar {
        padding-left: 0;
        padding-right: 0;
    }
}

.alert-oneline:after {
    top: 14px;
}

.alert-success {
    padding: 14px;
    border: 1px solid #d6e9c6;
    color: #3c763d;
    background-color: #dff0d8;
}

.alert-success:after {
    display: none;
}

.button-step3 {
    margin-top: 10px !important;
}

.step3 .link-inst {
    cursor: default;
}

.button-step4 {
    margin-bottom: 40px;
}

.like-count-line {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.2);
    line-height: 120px;
}

.total-line {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 30px;
    float: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
}

.total-line .left {
    width: 100px;
    float: left;
}

.total-line .right {
    width: 160px;
    float: right;
    text-align: right;
    color: #009ee7;
    font-size: 18px;
}

.select2-selection__rendered .right-val{
    float: right;
    margin-right: 22px;
}

.error-order, .error-balance {
    position: relative;
    float: left;
    width: 100%;
}

.error-order:after, .error-balance:after {
    top: 14px;
}

.success-order{
    width: 100%;
    float: left;
}

.dataTables_length {
    display: none !important;
}

.name-pack {
    font-weight: 600;
}

.label-status {
    border: 1px solid #00c5fb;
    color: #00c5fb;
    background: #fff;
    font-size: 13px;
    padding: 1px 5px;
    font-family: Open Sans;
    font-weight: 400;
    border-radius: 2px;
    display: block;
    width: 80px;
    margin: 4px 0px;
    text-align: center;
}
.status-completed {
    color: green;
    border: 1px solid green;
}
.status-canceled {
    color: #dc0000;;
    border: 1px solid #dc0000;;
}

.lh26 {
    line-height: 26px !important;
}

.btn-balance {
    margin-left: 15px;
    font-size: 13px;
    padding: 3px 10px;
    font-weight: 500;
}

.span-balance {
    margin-top: 3px;
    float: left;
    font-weight: 600;
    width: 100px;
}

.span-package {
    margin-top: 3px;
    float: left;
    font-weight: 600;
    width: 100px;
}

.table.custom-table > tbody > tr > td, .table.custom-table > tbody > tr > th, .table.custom-table > tfoot > tr > td, .table.custom-table > tfoot > tr > th, .table.custom-table > thead > tr > td, .table.custom-table > thead > tr > th {
    font-weight: 400;
}

.balance-block {
    width: 100%;
    text-align: center;
    float: left;
}

.balance-block .top-line{
    width: 100%;
    text-align: center;
    float: left;
    margin-top: -30px;
    font-size: 26px;
    font-weight: bold;
}

.add-balance-value {
    width: 146px !important;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
}
#add-pack-btn {
    margin-top: 5px;
    float: left;
}

.reset-result {
    position: relative;
    top: 80px;
    font-weight: 500;
}

.btn-pay {
    width: 80px;
    margin-left: 0;
}

.text-bottom {
    margin-bottom: -25px;
    margin-top: 30px;
}

.text-thankyou {
    margin-bottom: 50px;
    line-height: 1.5;
    font-size: 18px;
    text-align: justify;
}

.likes-item-photo {
    float: left;
    width: 126px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.img-likes-bottom {
    width: 100%;
    text-align: center;
    float: left;
}

.img-likes-bottom input {
    border: none;
    width: 54px;
    text-align: center;
    padding: 0 1px;
    font-size: 16px;
    height: 24px;
    border-bottom: 1px solid #005;
    font-weight: 500;
    display: inline-block;
    cursor: text;
}

.img-likes-bottom span {
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    margin-left: 3px;
}

.link-line {
    display: none;
}

.views-count-line {
    width: 100%;
    text-align: center;
}

.post-link-line {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.views-count-line {
    margin-top: 25px;
}

.views-count-line input {
    border: none;
    width: 54px;
    text-align: center;
    padding: 0 1px;
    font-size: 16px;
    height: 24px;
    border-bottom: 1px solid #005;
    font-weight: 500;
    display: inline-block;
    cursor: text;
}

.views-count-line span {
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    margin-left: 3px;
}

.dataTables_wrapper {
    width: 99% !important;
}

@media(max-width: 340px) {
    body {
        overflow-x: scroll;
    }
}

@media(max-width: 860px){
    .btn-balance {
        margin-left: 0;
    }
    #add-pack-btn {
        margin-bottom: 20px;
    }
}