html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: inherit;
}
html, body {
    background-color: #fff;
    color: #333;
    font-size: 14px;
    min-width: 957px;
}
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6, a {
    color: #00b4ff;
}
h3 {
    font-size: 22px;
}
a {
    text-decoration: underline;
}
a,
a img {
    outline: none!important;
}
.btn,
.sites-tab .nav-tabs > li > a,
.row-navmenu a{
    text-decoration: none;
}

.logo-image {display: none}

/* row */
.wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -235px;
}
.body {
    padding-bottom: 235px;
}
.row {
    margin: 0;
    padding: 0;
}
.row-l {
    border-bottom: 1px solid #e2e2e2;
}
.row-c {
    background-color: #f0f0f0;
}
.row-inner {
    width: 957px;
    margin: 0 auto;
}
.row-inner > h1.inner,
.row-inner > h2.inner,
.row-inner > h3.inner,
.row-inner > h4.inner,
.row-inner > h5.inner,
.row-inner > h6.inner {
    margin-top: 0;
    margin-bottom: 1em;
}

/* crumbs */
.crumbs {
    margin: 0 0 15px 0 !important;
    color: #70c13e;
    font-size: 15px;
    line-height: 1.6;
}
.crumbs > a:last-child {
    color: #70c13e;
    text-decoration: none;
}

/* column */
.column-wrap {
    font-size: 0;
}
.column {
    display: inline-block;
    vertical-align: top;
    float: none;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

/* color */
.c-green {
    color: #70c13e;
}
.c-dgreen {
    color: #409d2a;
}
.c-blue {
    color: #00b4ff;
}
.c-gray {
    color: #929292;
}
.c-orange {
    color: darkorange!important;
}

/* header */
.row-header {
    clear: both;
    padding: 60px 0;
}
.row-header .row-inner {
    position: relative;
}
.row-header .header-logo {
    width: 180px;
    height: 135px;
    float: left;
    background: url("../i/logo.png") 20px 0 no-repeat;
}
.row-header .header-logo span {
    display: none;
}
.row-header .header-content {
    margin-left: 217px;
}
.row-header .header-content h1 span {
    color: #70c13e;
}
.row-header .header-content h4 {
    color: #747474;
}
.row-header .header-content h1,
.row-header .header-content h4 {
    margin: 0;
    padding: 0;
}
.row-header .header-buttons {
    margin-top: 31px;
    margin-left: -15px;
}
.row-header .header-buttons .btn {
    margin-left: 15px;
    margin-right: 15px;
}
.row-header div.header-login {
    position: absolute;
    top: -50px;
    right: 10px;
}
.row-header div.header-login i {
    font-size: 20px;
    color: #000;
    text-decoration: none;
    vertical-align: text-bottom;
    margin-right: 0.3em;
}

/* header inner */
.row-header-inner {
    margin-bottom: 15px;
}
.row-header-inner .column {
    vertical-align: middle;
}
.row-header-inner .header-logo.column {
    width: 20%;
}
.row-header-inner .header-menu.column {
    width: 80%;
}
.row-header-inner .header-menu.column ul li:last-child {
    word-break: break-all;
}

.row-header-inner .header-buttons.column {
    width: 30%;
    text-align: right;
}
.row-header-inner .header-logo a {
    width: 188px;
    height: 73px;
    background: url("../i/logo-small.png") 0 0 no-repeat;
    display: block;
}
.row-header-inner .header-logo span {
    display: none;
}
/*.row-header-inner .header-menu ul,
.row-header-inner .header-menu li {
    margin: 0;
    padding: 0;
    display: inline-block;
}
.row-header-inner .header-menu ul {
    margin: 0 10px;
    font-size: 0;
}
.row-header-inner .header-menu li {
    margin: 0 10px;
    vertical-align: middle;
    font-size: 14px;
}
.row-header-inner .header-menu .glyphicon {
    font-size: 20px;
    color: #000;
    text-decoration: none;
    vertical-align: text-bottom;
    margin-right: .3em;
}*/
.row-header-inner .header-menu ul {
    width: 100%;
    display:table-row;
}
.row-header-inner .header-menu li {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    white-space: nowrap;
}
.row-header-inner .header-menu li:last-child {
    width: 100%;
    text-align: right;
    white-space: normal;
}
.row-header-inner .header-menu li:last-child .glyphicon {
    font-size: 18px;
    line-height: 18px;
    vertical-align: text-bottom;
}

/* header navmenu */
.row-navmenu .navbar {
    margin: 0 0 15px 0;
    min-height: 40px;
    background-color: #fafafa;
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
}
.row-navmenu .navbar-collapse.collapse {
    display: block;
    height: auto;
    width: auto;
    padding-bottom: 0;
    overflow: visible;
    border-top: 0 none;
    box-shadow: none;
}
.row-navmenu .navbar-nav {
    float: left;
    margin: 0;
}
.row-navmenu .navbar-nav > li {
    float: left;
}
.row-navmenu .navbar-right {
    float: right !important;
}
.row-navmenu .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: 0;
}
.row-navmenu .navbar-nav > li > a {
    float: none;
    padding: 10px 15px;
    color: #777777;
    text-decoration: none;
    text-shadow: 0 1px 0 #ffffff;
}
.row-navmenu .navbar .navbar-text {
    margin-top: 10px;
    margin-bottom: 10px;
}
/* header navmenu active link*/
.row-navmenu .navbar-default .navbar-nav > .active > a,
.row-navmenu .navbar-default .navbar-nav > .active > a:hover,
.row-navmenu .navbar-default .navbar-nav > .active > a:focus {
    color: #555555;
    background-color: #e5e5e5;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125) inset;
}
/* header navmenu dropdown */
.row-navmenu .dropdown-menu {
    background-color: #fafafa;
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
}
.row-navmenu .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
}
.navbar-nav .open .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    border: 1px solid #d4d4d4;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
}
.navbar-nav .dropdown-menu > li > a {
    color: #777777;
    padding: 5px 15px 5px 25px;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
    color: #555555;
    background-color: #e5e5e5;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125) inset;
    background-image: linear-gradient(to bottom, #e5e5e5, #e5e5e5);
    background-repeat: repeat-x;

}

/* header navmenu disable-link */
.row-navmenu .navbar-default .navbar-nav > .dropdown > span.disable-link {
    color: #999999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    position: relative;
    display: block;
    padding: 10px 15px;
    line-height: 20px;
    cursor: pointer;
}
.row-navmenu .navbar-default .navbar-nav > .dropdown > span.disable-link .caret {
    border-top-color: #999999;
    border-bottom-color: #999999;
}
/*.row-navmenu .navbar {
    box-shadow: none;
    background-image: none;
    background-color: #ccc;
    border-radius: 0;
    border-top: 0;
}
.row-navmenu .navbar-nav {
    float: left;
    margin: 0;
}
.row-navmenu .navbar-nav>li {
    float: left;
}
.row-navmenu .navbar-nav>li>a,
.row-navmenu .navbar-nav>li>span {
    text-shadow: none;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
}
.row-navmenu .navbar-nav>li>span>.btn-group {
    padding-top: 5px;
}
.row-navmenu .nav>li>span {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #ddd;
}
.row-navmenu .navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
}
.row-navmenu .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
}
.row-navmenu .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
}
.row-navmenu .navbar-right {
    float: right!important;
}
.row-navmenu .navbar-default .navbar-nav>li>a {
    color: #555;
}
.row-navmenu .navbar-default .navbar-nav>li>a:hover,
.row-navmenu .navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: #bbb;
    text-decoration: underline;
}
.row-navmenu .navbar-default .navbar-nav>.active>a,
.row-navmenu .navbar-default .navbar-nav>.active>a:hover,
.row-navmenu .navbar-default .navbar-nav>.active>a:focus {
    color: #333;
    background-color: #aaa;
    text-decoration: none;
}
.row-navmenu .nav .btn .caret {
    border-top-color: #555;
    border-bottom-color: #555;
}
.row-navmenu .nav .btn-success .caret,
.row-navmenu .nav .btn-danger .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}*/

/* row inner */
.row-content .row-inner {
    margin-bottom: 50px;
}

/* carousel */
.row-carousel .carousel-bg {
    background: #f7f7f7 url("/i/carousel-bg.jpg") left bottom repeat-x;
    overflow: hidden;
}
.row-carousel .carousel-img {
    float: left;
}
.row-carousel .carousel-body {
    margin: 37px 65px 0 364px;
    font-size: 16px;
    font-weight: bold;
}
.row-carousel .carousel-body h1 {
    margin: 0;
}
.row-carousel .carousel-body p {
    margin: 15px 0 0 0;
}

/* carousel control */
.row-carousel .carousel-control {
    background-image: none;
    background-color:#00b4ff;
    text-decoration: none;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
}
.row-carousel .carousel-control .icon-prev,
.row-carousel .carousel-control .icon-next {
    position: relative;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    font-size: 30px;
    line-height: 1.15em;
    margin: 0;
}

/* carousel indicator */
.row-carousel .carousel-indicators .active {
    background-color: #00b4ff;
    border-color: #000;
}
.row-carousel .carousel-indicators li {
    width: 20px;
    height: 20px;
    margin: 0;
    border-radius: 10px 10px 10px 10px;
    opacity: 0.6;
    border: 5px solid #555;
    background-color: #ccc;
}

/* description row */
.row-desc {
}
.row-desc .column {
    margin: 38px 0;
    padding-right: 15px;
    width: 33.3333%;
}
.row-desc .column img {
    float: left;
}
.row-desc .column h3 {
    margin-top: 0;
    color: #333;
}
.row-desc .column h3,
.row-desc .column p {
    margin-left: 70px;
}

/* design */
.row-design {
    padding: 34px 0;
    text-align: center;
}
.row-design h1,
.row-design h3 {
    margin: 0;

}
.row-design h1 {
    font-size: 42px;
}
.row-design h3 {
    color: #929292;
}
.design-list {
    margin-top: 47px;
    font-size: 0;
}
.design-list a {
    color: #333;
}
.design-list a:hover,
.design-list a:active{
    color: #00b4ff;
    text-decoration: none;
}
.design-list-img,
.design-list-name {
    display: block;
    width: 118px;
}
.design-list-img {
    background-color: #cbcbcb;
    text-align: center;
}
.design-list-name {
    margin-top: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.img-thumbnail {
    margin: 0 6px 10px;
    padding-bottom: 0;
    font-size: 12px;
    text-align: left;
}

/* sites-tab */
.sites-tab .nav-tabs {
    border-bottom-color: transparent;
}
.sites-tab .nav-tabs > li > a,
.sites-tab .nav-tabs > li > a:hover,
.sites-tab .nav-tabs > li > a:focus,
.sites-tab .nav-tabs > li.active > a,
.sites-tab .nav-tabs > li.active > a:hover,
.sites-tab .nav-tabs > li.active > a:focus {
    color: #929292;
    font-size: 14px;
    font-weight: bold;
    background-color: #f0f0f0;
    border-color: transparent;
}
.sites-tab .nav-tabs > li > a {
    background-color: transparent;
}
.sites-tab-content {
    border-top: 1px solid #e2e2e2;
    margin-top: -1px;
}
.sites-tab-content .item {
    padding-top: 10px;
    padding-bottom: 10px;
}
.sites-tab-content .column {
    width: 33.3333%;
    text-align: center;
}
.sites-tab-content #testimonialCarousel .column {
    width: 24%;
    text-align: left;
    margin: 0 4.5%;
    font-style: italic;
    padding: 25px 0;
}
.sites-tab-content #testimonialCarousel .column p {
    margin: 0 0 0 0;
}
.sites-tab-content #testimonialCarousel .column span {
    font-weight: bold;
}

.video-tab {
    text-align: center;
    padding: 20px 0;
}

/* example-site */
.example-site {
    text-align: center;
}
.example-site .carousel-control {
    background-image: none;
    background-color:#00b4ff;
    text-decoration: none;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
}
.example-site .carousel-control .icon-prev,
.example-site .carousel-control .icon-next {
    position: relative;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    font-size: 30px;
    line-height: 1.15em;
    margin: 0;
}

/* offers */
.row-offers {
    padding: 73px 0 65px;
    text-align: center;
}
.row-offers .column {
    width: 33.3333%;
}
.row-offers p {
    font-weight: bold;
    line-height: 1.2em;
    margin: 10px auto 0;
    width: 150px;
}
.row-offers .column a {
    color: #575757;
}
.row-offers .build-site {
    margin-top: 65px;
}

/* footer */
.wrap .wrap-push {
    height: 235px;
}
.row-footer {
    height: 210px;
    background-color: #252525;
}
.row-footer .row-inner{
    background-color: #252525;
}
.row-footer a {
    color: #fff;
}
.row-footer a:hover,
.row-footer a:focus {
    text-decoration: underline;
}
.row-footer dl {
    margin-top: 15px;
}
.row-footer dt {
    color: #929292;
    font-size: 15px;
    font-weight: normal;
}
.row-footer .column {
    width: 20%;
}
.row-copy {
    background-color: #1b1b1b;
    position: relative;
}
.row-copy .row-inner {
    background-color: #1b1b1b;
    color: #fff;
    height: 25px;
    line-height:25px;
    overflow: hidden;
}
.row-footer .footer-payment {
    padding: 10px 0;
    white-space: nowrap;
}
.row-footer .footer-payment a {
    margin: 5px 5px 5px 0;
}
.row-footer .footer-social {
    clear: both;
    text-align: center;
}
.row-footer .footer-social .b-share_theme_counter .b-share__handle {
    padding: 4px!important;
}
.row-footer .footer-social .b-share_theme_counter .b-share__handle .b-share-counter {
    font-size: 14px!important;
}
.row-footer .footer-social .b-share_theme_counter a.b-share__handle:active {
    height: auto!important;
    padding-bottom: 1px!important;
}

.panel-danger h3 {
    color: #c00;
}


/* Services */
table.service-list {
    width: 100%;
}
table.service-list,
table.service-list td {
    border-collapse: collapse;
    border: 1px solid #000;
}
table.service-list th {
    padding: 1rem;
}
table.service-list td {
    padding: 0.5rem;
}
table.service-list th {
    padding-left: 84px;
    background-color: #0099ff;
    background-position: 15px 15px;
    background-repeat: no-repeat;
}
table.service-list th,
table.service-list th * {
    color: #fff;
}
table.service-list th h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0 0 1rem 0;
    padding: 0;
}
table.service-list th ul {
    margin: 1rem 1rem 0 1.5rem;
    padding: 0;
}
table.service-list th ul li {
    list-style-type: disc;
    background: none;
    padding-left: 0;
}
table.service-list td.tariff-name {
    width: 100%;
}
table.service-list td.tariff-bonus {
    text-align: center;
    font-weight: bold;
}
table.service-list td.tariff-price {
    text-align: center;
    font-weight: bold;
}
table.service-list td.tariff-order {
    text-align: center;
}

/* Orders */
table.order-list {
    width: 100%;
    border-collapse: collapse;
}
table.order-list,
table.order-list th,
table.order-list td {
    border: 1px solid #000;
}
table.order-list th {
    background-color: #0099ff;
    color: #fff;
    font-weight: bold;
}
table.order-list th,
table.order-list td {
    padding: 0.4rem;
}
table.order-list .order-list-date {
    white-space: nowrap;
}
table.order-list .order-list-status {
    text-align: center;
}
table.order-list .order-list-status button {
    display: inline-block;
    margin-top: 0.4rem;
}
table.order-list .order-list-amount-title {
    font-weight: bold;
    text-align: right;
}
table.order-list .order-list-amount {
    font-weight: bold;
}

.payment-type-list {}
.payment-type-list h3 {
    color: #5D6A75;
    font-size: 1.5em;
    padding: 0;
    margin: 0 0 0.8em;
}
.payment-type-list > div {
    margin-bottom: 1em;
    overflow: hidden;
}
.payment-type-list > div > div {
    margin-bottom: 1em;
    margin-right: 20px;
    width: 160px;
    float: left;
}
.payment-type-list > div > div input {
    display: block;
    background: bottom left transparent none no-repeat;
    color: transparent;
    text-indent:-9999px;
    border: 0;
    cursor: pointer;
    cursor: hand;
    width: 180px;
    height: 60px;
}
.payment-type-list > div > div span {
    display: block;
    font-size: 0.9em;
    margin-top: 0.1em;
}
.payment-type-list .payment-system {
    cursor: pointer;
}

/* Payment PD4 */
.payment-type-pd4 {}
.payment-type-pd4-title {
    font-weight: bold;
    font-size: 1.1em;
    color: #373737;
}
.payment-type-pd4 form {
    width: 50%;
}
.payment-type-pd4 form > div {
    margin-bottom: 1em;
}
.payment-type-pd4 form > div label {
    display: block;
    font-weight: bold;
    margin-bottom: 0.2em;
}

.form-login {
    width: 50%;
}
.form-login-submit {
    margin: 10px 0 30px;
    text-align: right;
}

.panel-errors ul {
    margin-bottom: 0;
    padding-left: 20px;
}



.w33 {
    width: 33.3333%;
}
.w50 {
    width: 50%;
}

/* site-domain-join-form */
.site-domain-join-form {
    width: 50%;
}
.site-edit,
.site-edit-block {
    float: left;
    background: url('/i/edit-site.jpg') 0 0 no-repeat;
    width: 60px;
    height: 52px;
}
.site-edit-block {
    background-position: 0 100%;
}



/**
 ** select
 */
ul.dropdown-menu li a {
    text-decoration: none;
}
ul.dropdown-menu li.selected span {
    font-weight: bold;
}
.bootstrap-select.btn-group {
    margin: 0;
}

/**
 ** site-list
 */
.site-list .table-list th:first-child,
.site-list .table-list td:first-child {
    width: 30%;
    text-align: left;
}
.site-list .table-list th:not(:first-child),
.site-list .table-list td:not(:first-child) {
    width: 20%;
    text-align: center;
}
.site-list .table-list td:not(:first-child) > div.site-list-data {
    word-break: break-all;
}

.site-list .table-list td {
    vertical-align: bottom!important;
}
.site-list .table-list td:first-child,
.site-list-partner .table-list td:nth-child(2) {
    vertical-align: top!important;
}
/* edit link */
.site-list .table-list td:first-child > .edit-site {
    float: left;
    margin: 5px 0;
    background: url('/i/edit-site.jpg') 0 100% no-repeat;
    width: 60px;
    height: 52px;
}
.site-list .table-list td:first-child > a.edit-site {
    background-position: 0 0;
}
/* site title block */
.site-list .table-list td:first-child > div {
    margin-left: 65px;
}
/* site title */
.site-list .table-list td:first-child > div p {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px 0;
}
/* site date */
.site-list .table-list td:first-child > div div {
    font-size: 12px;
}
/* site service */
.site-list .table-list td:not(:first-child) > div.site-list-data div {
    margin-bottom: 8px;
}

.site-list-partner .table-list th:not(:first-child),
.site-list-partner .table-list td:not(:first-child) {
    width: 17.5%;
}

/* site service status color */
.site-list .table-list td .site-list-none {
    color: gray!important;
}
.site-list .table-list td .site-list-available {
    color: green!important;
}
.site-list .table-list td .site-list-process {
    color: darkorange!important;
}
.site-list .table-list td .site-list-unavailable {
    color: red!important;
}

/**
 ** service-list
 */
.service-list {}
.service-list .select-site {
    font-weight: bold;
    margin: 0 0 20px 0;
}
.service-list .select-site .bootstrap-select {
    margin: 0 5px;
}
.service-list .select-site .bootstrap-select .btn {
    /*padding: 2px 8px;*/
}
.service-list .table-list .table {
    margin: 0;
}
.service-list .table-list .table th {
    padding: 15px 20px;
}
.service-list .table-list .table td {
    vertical-align: middle;
    text-align: right;
    width: 10%;
}
.service-list .table-list .table td.tariff-name {
    text-align: left;
    width: 80%;
}
.service-list .table-list .table td.tariff-name dl.tariff-bonus,
.service-list .table-list .table td.tariff-name dl.tariff-bonus dt {
    margin: 5px 0 0 0;
    font-weight: normal;
    font-style: italic;
}
.service-list .table-list .table th h4 {
    margin: 0 0 10px 0;
    color: #000000;
}
.service-list .table-list .table th .service-ico {
    width: 48px;
    height: 48px;
    float: left;
    background-position: 0 0;
    background-repeat: no-repeat;
}
.service-list .table-list .table th .service-title {
    margin-left: 58px;
}
.service-list .table-list .table th .service-description {
    font-weight: normal;
    font-style: italic;
}
.service-list .table-list .table th .service-description p,
.service-list .table-list .table th .service-description ul,
.service-list .table-list .table th .service-description li {
    margin: 0;
}
.service-list td.tariff-name ul.bonus {
    margin: 0.5em 0 0.5em 1.2em;
    font-weight: bold;
    font-size: 0.95em;
    /*font-style: italic;*/
    /*color: #777;*/
}
.service-list td.tariff-name ul.bonus i.fa {
    font-size: 1.32em;
    width: 1em;
    text-align: left;
}

/* order-list */
.order-list,
.table-order-list {}

.order-list .order-status {
    text-align: center;
}
.order-list .order-status button {
    margin-top: 5px;
}

/* balance-add */
.balance-add {
    margin-top: 20px;
}
.balance-add .input-group {
    width: 450px;
}

/* balance-activate-card */
.balance-activate-card {
    width: 450px;
}

/* table-list */
.table-list .table > tbody > tr > th,
.table-list .table-hover > tbody > tr:hover > th {
    background: #efefef;
}
.table-list .table td {
    vertical-align: middle;
}
.table-list .total-title,
.table-list .total {
    font-weight: bold;
}
.table-list .total-title {
    text-align: right;
}

/* choose-domain */
.choose-domain .input-group {
    width: 50%;
}
.choose-domain .input-group-btn button {
    border-radius: 0;
}
.choose-domain .input-group-btn button:last-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

/* choose-contract */
.choose-contract div label {
    vertical-align: middle;
}

/* contract-form */
.contract-form .table-list .table td {
    vertical-align: top;
}
.contract-form-label {
    width: 60%;
}
.contract-form-label > div {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}
.contract-form-label > div:first-child {
    margin-top: 0;
}
span.contract-form-filled {
    color: #cc0000;
    font-family: Tahoma, Verdana, sans-serif;
    font-weight: bold;
}
.contract-form-label > div span.contract-form-filled {
    display: inline-block;
    margin-right: 5px;
}
.contract-form-label label {
    display: inline;
    margin: 0;
}
.contract-form-label input,
.contract-form-label textarea,
.contract-form-label .bootstrap-select {
    width: 70%!important;
}
.contract-form-pattern {
    font-style: italic;
}

/* registration-form,
 * support-form
 */
.registration-form .table-list .table td,
.support-form .table-list .table td {
    vertical-align: top;
    padding: 10px 10px 20px 10px;
}
.registration-form-label,
.support-form-label {
    width: 50%;
}
.registration-form-label > div,
.support-form-label > div {
    font-weight: bold;
    margin-top: 10px;
}
.registration-form-label > div:first-child,
.support-form-label > div:first-child {
    margin-top: 0;
}
.registration-form-label > input,
.registration-form-label > textarea,
.registration-form-label > .bootstrap-select,
.support-form-label > input,
.support-form-label > textarea,
.registration-form-label > .input-group,
.support-form-label > .input-group {
    width: 95%!important;
}
.registration-form .input-group-btn button,
.support-form .input-group-btn button {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.registration-form .input-group,
.support-form .input-group {
    margin: 0;
}
.registration-form-label div input[type="checkbox"] {
    vertical-align: text-bottom;
    margin-right: 5px;
}

/* card list */
.card-list {
    overflow:hidden;
    margin: 20px 0 30px;
}
.card-list > div {
    float: left;
    width: 25%;
    text-align: center;
}
.card-list a {
    position: relative;
    display: inline-block;
}
.card-list a img {
    border: 3px solid #497c2e;
    border-radius: 8px;
}
.card-list a,
.card-list a:hover,
.card-list a:active {
    text-decoration: none;
    color: #fff;
}
.card-list a span {
    font-size: 16px;
    font-weight: bold;
    display: block;
    padding: 5px 10px;
    background-color: #497c2e;
    position: absolute;
    right: 2px;
    top: 15px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}
.card-list a:hover img,
.card-list a:active img {
    border-color: #98da30;
}
.card-list a:hover span,
.card-list a:active span {
    background-color: #98da30;
    color: #497c2e;
}

/* card order */
form.card-order {
    width:50%;
}
form.card-order div {
    margin-bottom:10px;
}
form.card-order div button {
    margin-top:10px;
}

/* service order */
.order-add h4 i.fa {width: 2.14286em; text-align: center;}
.order-add ul.order-bonus {margin: -6px 0 24px 48px;}
.order-add ul.order-bonus li {font-size: 1em; line-height: 1.575em; font-weight: bold;}
.order-add ul.order-bonus li i.fa-li {font-size: 1.25em;}
.order-add div.order-bonus {font-size: 1em; line-height: 1.575em; font-weight: bold; color: #6AA34C;}
.order-add div.order-bonus i.fa {font-size: 1.25em; width: 1.42845em; text-align: left;}

/* testimonials */
.testimonials {}
.testimonials > div {
    margin: 1.5em 0;
}
.testimonials > div p {
    margin: 0 0 3px 0;
}
.testimonials > div span {
    display: block;
    margin-top: 0.5em;
    text-align: right;
}

dl.contacts {}
dl.contacts dt,
dl.contacts dd {
    padding-bottom: 2px;
}

/* Callout */
.bs-callout h1,
.bs-callout h2,
.bs-callout h3,
.bs-callout h4,
.bs-callout h5,
.bs-callout h6 {
    color: #333;
}
.row-inner > .bs-callout,
div.site-list .bs-callout,
.service-add .bs-callout,
.order-list .bs-callout {
    margin-top: 0;
}
.bs-callout-success {
    background-color: #EEF7ED;
    border-color: #C1E0BC;
}
.bs-callout-success hr {
    border-color: #AAC9AE;
}
.bs-callout-info hr {
    border-color: #AEC4D4;
}
.bs-callout-warning hr {
    border-color: #CDC7A3;
}
.bs-callout-danger hr {
    border-color: #C9A2A3;
}
hr.dashed {
    border-style: dashed;
}

/* login type */
.login-type {padding-top: 20px;}
.login-type > div {width: 50%; float:left; border: 0 solid #ccc; }
.login-type > div.client {border-right-width: 1px; padding-right: 40px;}
.login-type > div.partner {border-left-width: 1px; padding-left: 40px; margin-left: -1px;}
.login-type > div h3 {margin: 5px 0 25px 0;}
.login-type > div p {margin: 0 0 25px 0;}
.login-type > div .btn {margin-bottom: 30px;}

/* partner registration. select type */
.partner-registration.partner-type {padding-top: 20px;}
.partner-registration.partner-type > div {width: 50%; float:left; border: 0 solid #ccc; }
.partner-registration.partner-type > div.business {border-right-width: 1px; padding-right: 40px;}
.partner-registration.partner-type > div.information {border-left-width: 1px; padding-left: 40px; margin-left: -1px;}
.partner-registration.partner-type > div h3 {margin: 5px 0 25px 0;}
.partner-registration.partner-type > div p {margin: 0 0 25px 0;}
.partner-registration.partner-type > div .btn {margin-bottom: 30px;}

/* partner registration. confirm form */
.partner-registration-confirm {width: 50%;}
.partner-registration-confirm div {margin-bottom: 20px;}

/* partner registration. form */
.partner-registration-form tbody > tr > td {padding: 10px 1.5em;}
.partner-registration-form tbody > tr > td:first-child {width: 50%;}
.partner-registration-form tbody > tr > td:last-child div {font-style: italic; margin-top: 2em;}
.partner-registration-form tbody > tr > td:last-child div span {font-style: normal; font-weight: bold; display: block; color: #2a6496;}
.partner-registration-form div.bank-example {margin-top: 0!important}

.partner-registration-form tbody > tr > td > input.form-control,
.partner-registration-form tbody > tr > td > .selectpicker-default > div {width: 80%!important;}

/* partner new site */
form.new-site input {width:auto;}

/* form filled symbol */
.form-filled {color: #cc0000; font-family: Tahoma, Verdana, sans-serif; font-weight: bold;}
.table tbody > tr > td:first-child > div {position: relative;}
.table tbody > tr > td:first-child > div > span.form-filled {position: absolute; left: -1em; top: 0.025em;}

/* select borders in group buttons */
.input-group-btn:last-child:not(:first-child) .dropdown-toggle {border-top-left-radius: 0; border-bottom-left-radius: 0; border-left-width: 0;}
.input-group-btn:first-child:not(:last-child) .dropdown-toggle {border-top-right-radius: 0; border-bottom-right-radius: 0; border-right-width: 0;}

/* checkbox vertical align */
input[type="checkbox"] {vertical-align: text-bottom;}
input[type="checkbox"] ~ label {margin-left: 5px;}

/* profile form */
.profile-form .s-header {background-color: #efefef; border-bottom: 1px solid #ddd; border-top: 1px solid #ddd;}
.profile-form .s-header-content {padding: 15px 20px;}
.profile-form .s-header-content .title {font-size: 1.15em; font-weight: bold; color: #333;}
.profile-form .s-header-content .desc,
.profile-form .s-subtitle .desc {font-size: 0.9em; color: #888; margin-top: 5px;}
.profile-form .s-content {background-color: #f9f9f9;}
.profile-form .s-content fieldset {border-bottom: 1px solid #DADADA; padding: 25px 0px;}
.profile-form .s-content fieldset .s-label {float: left; padding: 0px 20px; width: 250px; color: #666; position: relative;}
.profile-form .s-content fieldset .s-label span {float: left; width: 10px; margin-left: -10px; font-size: 1.3em; line-height: 1.2;  color: #c00;}
.profile-form .s-content fieldset .s-field {float: left; padding: 0px 20px; width: 450px;}
.profile-form .s-content fieldset .s-field .desc {font-size: 0.9em; color: #888; margin-top: 10px;}
.profile-form .s-content fieldset .s-label .form-filled {position: absolute; left: 1.25em; top: 0.1em; font-size: 1em;}
.profile-form .s-buttons {background-color: #efefef;}
.profile-form .s-buttons-content {padding: 15px 20px;}
.profile-form .s-subtitle {padding: 15px 20px; background-color: #efefef; border-bottom: 1px solid #ddd;}
.profile-form .s-subtitle .title {font-size: 1em; font-weight: bold; color: #333;}

/* table-withdrawal-total */
table.table-withdrawal-total {width: 300px; font-size: 14px;}
table.table-withdrawal-total  tbody > tr > td {border: none; font-weight: bold; padding-left: 20px; white-space: nowrap;}
table.table-withdrawal-total  tbody > tr > td:first-child {width: 100%;}
table.table-withdrawal-total  tbody > tr > td:last-child {text-align: right;}
table.table-withdrawal-total  tbody > tr:last-child > td {background-color: #F0F7FD;}

/* table-partner-tariffs */
table.table-partner-tariffs {margin-top: 20px;}
table.table-partner-tariffs th,
table.table-partner-tariffs td {white-space: nowrap;}
table.table-partner-tariffs th:not(:first-child),
table.table-partner-tariffs td:not(:first-child) {text-align: right}
table.table-partner-tariffs th:first-child {width: 100%;}

/* fix word wrap in select */
.bootstrap-select ul li span {white-space:nowrap;}

/* selected opt in dropdown menu */
.bootstrap-select.btn-group .dropdown-menu li.selected:not(.disabled) > a,
.bootstrap-select.btn-group .dropdown-menu li.selected:not(.disabled) > a.opt:hover,
.bootstrap-select.btn-group .dropdown-menu li.selected:not(.disabled) > a.opt:focus {
    background: none;
    background-color: #E5E5E5;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.125) inset;
}

/* bootstrap tooltip */
.tooltip-inner {font-size: 13px; padding: 0.4em 0.8em; background-color: #00930b}
.tooltip.bottom .tooltip-arrow {border-bottom-color: #00930b;}
.tooltip.top .tooltip-arrow {border-top-color: #00930b;}
.tooltip.left .tooltip-arrow {border-left-color: #00930b;}
.tooltip.right .tooltip-arrow {border-right-color: #00930b;}

/* profile form tabs */
/*.profile-form .nav-tabs > li > a {
    text-decoration: none;
}
.profile-form .nav-tabs > li > a {
    color: #C00;
    font-size: 14px;
    font-weight: bold;
    border-color: transparent;
}
.profile-form .nav-tabs > li > a:hover,
.profile-form .nav-tabs > li > a:focus,
.profile-form .nav-tabs > li.active > a,
.profile-form .nav-tabs > li.active > a:hover,
.profile-form .nav-tabs > li.active > a:focus {
    color: #333;
    background-color: #F0F0F0;
}*/

/* cabinet elements */
h3.cabinet-title {margin: 5px 0 15px 0; padding: 0; font-size: 1.45em;}

/* other */
.panel-body ul {
    margin: 0 0 0 5px;
    padding: 0 0 0 10px;
}

.row-navmenu .logout a .glyphicon {
    font-size: 13px;
    line-height: 1;
}
.row-navmenu .logout a:hover .glyphicon,
.row-navmenu .logout a:focus .glyphicon {
    color: #c00;
}

.table-list > .table-bordered-no-out.table-bordered {
    border: 0;
}
.table-list > .table-bordered-no-out.table-bordered tr th:first-child,
.table-list > .table-bordered-no-out.table-bordered tr td:first-child {
    border-left: 0;
}
.table-list > .table-bordered-no-out.table-bordered tr th:last-child,
.table-list > .table-bordered-no-out.table-bordered tr td:last-child {
    border-right: 0;
}
.table-list > .table-bordered-no-out.table-bordered tr:last-child td {
    border-bottom: 0;
}
.text-orange {color: #FF8C00;}

/* tabs */
.nav-tabs > li > a {
    text-decoration: none;
    color: #2A6496;
}
.tab-login {
    padding-top: 1em;
}

/* tx-page */
.tx-page h2 {margin: 1.2em 0 0.5em;}
.tx-page h3 {margin: 1.5em 0 1em; text-align: center;}
.tx-page .title-check {text-align: left;}
.tx-page .title-check i {font-size: 1.65em; color: #009b20;}
.tx-page .reg-btn {margin: 2.5em 0; text-align: center;}

.tx-page .about-img {margin: 1em 0 2em; text-align: center;}
.tx-page .about-face {display: inline-block; width: 14px; height: 14px; background: 0 0 transparent no-repeat; vertical-align: middle;}
.tx-page .about-face-smiling {background-image: url("/i/ico-face-smiling.png");}
.tx-page .about-face-frowning {background-image: url("/i/ico-face-frowning.png");}

.tx-page .contact-inf {color: #00b4ff; font-size: 1.4em;}
.tx-page .contact-map {border: 1px solid #00b4ff; display: inline-block;}
.tx-page .contact-table {background-color: #f5f5f5;}
.tx-page .contact-table th {width: 170px;}

.tx-page.faq h4 {margin-bottom: 1.5em;}
.tx-page.faq .pull-left i.glyphicon {font-size: 3.5rem; color: #009b20;}

.tx-page .design-list {margin: 0; padding: 20px 0;}

.tx-page ul {padding-left: 0; margin-left: 2.14285714em; line-height: 1.5;}
.tx-page ul.fa-ul li i {line-height: 1.285714;}
.tx-page ul.ul-sm-circle li i {font-size: 0.5em; left: -4.28572em; width: 4.28572em; line-height: 2.75;}
.tx-page ul.ul-ico-red li i {color: #c34a4d;}
.tx-page ul.ul-ico-green li i {color: #009b20;}
.tx-page ul.ul-ico-orange li i {color: #bc891c;}

/* cabinet link */
.m-body .cabinet-link {
    position: absolute;
    top: -25px;
    right: 0;
}
.cabinet-link > a,
.cabinet-link > .dropdown > a {
    font-weight: bold;
    font-size: 13px;
}
.cabinet-link .dropdown-menu {
    padding: 5px 0;
    margin: 6px 0 0;
    background-color: #f5f5f5;
    text-align: left;
}
.cabinet-link .dropdown-menu a {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
}
.cabinet-link .dropdown-menu .divider {
    margin: 6px 0;
}

/* form edit */
.form-edit .form-title {
    background-color: #EFEFEF;
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDD;
}
.form-edit .form-title > div {
    padding: 15px 20px;
}
.form-edit .form-title > div > h3 {
    font-size: 1.15em;
    font-weight: bold;
    color: #333;
    margin: 0;
}
.form-edit .form-title > div > p {
    font-size: 0.9em;
    color: #888;
    margin: 5px 0 0;
}
.form-edit .form-content {
    background-color: #F9F9F9;
}
.form-edit .form-content > fieldset {
    border-bottom: 1px solid #DADADA;
    padding: 25px 0;
}
.form-edit .form-content > fieldset > .form-label {
    float: left;
    padding-left: 20px;
    width: 250px;
    color: #666;
    position: relative;
}
.form-edit .form-content > fieldset > .form-label > label {
    display: inline-block;
    margin: 7px 0;
    font-weight: bold;
}
.form-edit .form-content > fieldset > .form-field {
    float: left;
    padding-left: 20px;
    width: 450px;
    position: relative;
}
.form-edit .form-buttons {
    background-color: #EFEFEF;
}
.form-edit .form-buttons > div {
    padding: 15px 20px;
}

/* table fixed */
.table-list-fixed .table {
    table-layout: fixed;
}
.table-list-fixed .table tbody > tr > th,
.table-list-fixed .table tbody > tr > td {
    word-wrap: break-word;
}

/* advertising list table  */
.table-list-adv .table tbody > tr > th,
.table-list-adv .table tbody > tr > td {
    text-align: center;
}
.table-list-adv .table tbody > tr > th:first-child,
.table-list-adv .table tbody > tr > td:first-child {
    width: 300px;
    text-align: left;
}
.table-list-adv .table tbody > tr > td .table-list-adv-site {
    font-weight: bold;
}
.table-list-adv .table tbody > tr > td .table-list-adv-client {
    font-size: 12px;
    color: #888;
}

/**
 * Site script form
 */
.cabinet-site-script {}
.cabinet-site-script-text .s-field {
    float: none !important;
}
.cabinet-site-script-text .s-field {
    width: 100% !important;
}
.cabinet-site-script-text .s-field textarea {
    width: 100%;
    height: 200px;
    max-width: 917px;
    min-width: 917px;
}

/**
 * cabinet sites
 */
.cabinet-sites-list .table {
    table-layout: fixed;
}
/* columns */
.cabinet-sites-list .table th,
.cabinet-sites-list .table td {
    text-align: center;
    vertical-align: bottom;
}
.cabinet-sites-list .table th:first-child,
.cabinet-sites-list .table td:first-child {
    width: 300px;
    text-align: left;
    position: relative;
}
.cabinet-sites-list .table td:first-child {
    vertical-align: top;
}
/* title */
.cabinet-sites-list .table td:first-child h4 {
    font-size: 15px;
    font-weight: bold;
    /*margin: 0 0 2px;*/
    margin: 1px 0 2px 28px;
    clear: both;
    word-wrap: break-word;
}
/* date */
.cabinet-sites-list .table td:first-child ul {
    list-style: none;
    font-size: 12px;
    margin: 8px 0;
    padding: 0;
}
/* rename-link */
.cabinet-sites-list .table td .site-rename {
    position: absolute;
    margin-left: 4px;
    font-size: 18px;
}
.cabinet-sites-list .table td .site-rename a {
    color: #02b307;
}
.cabinet-sites-list .table td .site-rename span {
    color: #999;
    cursor: default;
}

/* edit link */
.cabinet-sites-list .table td .site-edit {
    background: 0 0 url("/i/site_edit.png") no-repeat;
    width: 48px;
    height: 48px;
    float: left;
    margin: 5px 10px 5px 5px;
}
.cabinet-sites-list .table td a.site-edit {
    background-position: left top;
}
.cabinet-sites-list .table td span.site-edit {
    background-position: left bottom;
}
.cabinet-sites-list .table td .site-edit * {
    display: none;
}
/* status */
.cabinet-sites-list .table td .site-status,
.cabinet-sites-list .table td .site-domain,
.cabinet-sites-list .table td .site-owner {
    margin-bottom: 5px;
    word-wrap: break-word;
}
.cabinet-sites-list .table td .site-owner span,
.cabinet-sites-list .table td .site-status.site-list-none {
    color: gray!important;
}
.cabinet-sites-list .table td .site-status.site-list-available {
    color: green!important;
}
.cabinet-sites-list .table td .site-status.site-list-process {
    color: darkorange!important;
}
.cabinet-sites-list .table td .site-status.site-list-unavailable {
    color: red!important;
}
/* button dropdown */
.cabinet-sites-list .table td .dropdown-menu {
    font-size: 12px;
    text-align: left;
}
/* site disabled. title */
.cabinet-sites-list .table tr.site-disabled-title td {
    text-align: center;
    padding: 0!important;
    border-top: 0!important;
}
.cabinet-sites-list .table tr.site-disabled-title td > div {
    border-top: 1px solid #ddd;
    padding: 0!important;
    margin: 0!important;
}
.cabinet-sites-list .table tr.site-disabled-title td > div > div {
    margin: -1px auto 10px;
    padding: 4px 10px;
    border: 1px solid #ddd;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #F5F5F5;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #B94A48;
    position: relative;
    z-index: 10;
}
/* site disabled. row */
.cabinet-sites-list .table tr.site-disabled {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #eee;
    opacity: 0.6;
}

/* Registration form */
.overlay_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.7;
    z-index: 999;
    display: none;
}
.overlay {
    position: fixed;
    padding: 10px;
    background-color: #D9EDF7;
    z-index: 1000;
    border: 2px solid #6ab1df;
    left: 50%;
    top: 50%;
    display: none;
    color: #3A87AD;
    font-size: 13px;
    font-weight: bold;
}
.social-auth-btn-list {
    width: 650px;
    clear: both;
    overflow: hidden;
    padding: 10px 0;
}
.social-auth-btn {
    float: left;
    width: 25%;
}
.social-auth-btn a {
    display: block;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
    margin: 0 10px 10px 0;
    line-height: 28px;
    font-size: 14px;
    font-weight: bold;
}
.social-auth-btn a span {
    display: block;
    background: transparent url("/i/social-auth-logo.png") no-repeat 0 0;
    padding-left: 26px;
}
.social-auth-btn a.social-auth-btn-ok {
    background-color: #f48420;
}
.social-auth-btn a.social-auth-btn-ok:hover,
.social-auth-btn a.social-auth-btn-ok:active {
    background-color: #ff8f2b;
}
.social-auth-btn a.social-auth-btn-ok span {
    background-position: 0 0;
}
.social-auth-btn a.social-auth-btn-vk {
    background-color: #4c75a3;
}
.social-auth-btn a.social-auth-btn-vk:hover,
.social-auth-btn a.social-auth-btn-vk:active {
    background-color: #5880ad;
}
.social-auth-btn a.social-auth-btn-vk span {
    background-position: 0 -28px;
}
.social-auth-btn a.social-auth-btn-fb {
    background-color: #3b5998;
}
.social-auth-btn a.social-auth-btn-fb:hover,
.social-auth-btn a.social-auth-btn-fb:active {
    background-color: #4664a3;
}
.social-auth-btn a.social-auth-btn-fb span {
    background-position: 0 -56px;
}
.social-auth-btn a.social-auth-btn-mail {
    background-color: #2589CF;
}
.social-auth-btn a.social-auth-btn-mail:hover,
.social-auth-btn a.social-auth-btn-mail:active {
    background-color: #3696DB;
}
.social-auth-btn a.social-auth-btn-mail span {
    background-position: 0 -84px;
}
.social-auth-info {
    clear: both;
    overflow: hidden;
    color: #777;
    font-size: 13px;
}
.registration-submit {
    clear: both;
    overflow: hidden;
}
.registration-submit > button {
    float: left;
    margin-right: 20px;
    margin-top: 0.2em;
}
.registration-submit > span {
    color: #777;
    font-size: 13px;
}

.row-carousel .btn.btn-success {
    background-image: linear-gradient(to bottom, #9cc848 0px, #79a34f 100%);
    border-color: #599442;
}

.row-carousel {
    margin-top: -15px;
}
