.pagination li.disabled {
    text-decoration: none;
    border-radius: 0;
    color: var(--color-black);
/*    font-weight: 500;*/
    display: flex;
/*    width: 48px;
    height: 48px;*/
    align-items: center;
    justify-content: center;
/*    background: var(--color-light-grey);*/
}

.selected_param_search:empty {display: none; }

input::placeholder { color: #cdcdcd; }

.sn-d-name-short {
    text-overflow: ellipsis;
    /*text-decoration: underline dotted #06468d;*/
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    /*display: inline-flex;*/
}

.search-domain input { min-width: 240px; }

form .error-summary { background-color: #fbe1e3; color: #e73d4a; padding: 15px; margin: 5px 0 15px 0;}
form .error-summary p { margin: 5px 0; color: inherit !important; }
form .error-summary ul { margin-bottom: 0; }
.alert-success { background-color: #5cb85c; border-color: #5cb85c; color: #ffffff; }
.alert-warning { color: #000000; }

.has-success { color: #36c6d3; }
.has-warning  { color: #F1C40F; }
.has-info { color: #659be0; }
.has-error { color: #ed6b75; }

.order-control-cell { position: relative; width: 97px; }

.alert-success-light {
    background-color: #ccffcc;
    border-color: #ccffcc;
    color: #ffffff;
}

.sn-skin-blue .btn-danger,
.sn-skin-blue .label-danger{
    background-color: #991d1d;
    border-color: #991d1d;
}
.sn-skin-blue .add-to-cart.btn-add-to-order-domains-index-grid,
.sn-skin-blue .btn-success.btn-add-to-cart-domains-index-grid,
.sn-skin-blue .btn-success.btn-in-cart-domains-index-grid {
    background-color: #00C15E;
    border-color: #00C15E;
}
.sn-skin-blue .add-to-cart.btn-add-to-order-domains-index-grid:hover,
.sn-skin-blue .btn-success.btn-add-to-cart-domains-index-grid:hover,
.sn-skin-blue .btn-success.btn-in-cart-domains-index-grid:hover{
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.sn-skin-blue .btn-primary:not(.btn-success):hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.sn-skin-blue .btn-success.btn-add-to-cart-domains-index-grid:hover {
    background-color: #449d44;
    border-color: #398439;
}

.alert-success-light {
    background-color: #ccffcc;
    border-color: #ccffcc;
    color: #ffffff;
}

a.btn-in-cart-domains-index-grid {
    color: #0c5460 !important;
}

a.btn-in-cart-domains-index-grid:hover {
    color: #0c5460 !important;
    background-color: #ed6b75 !important;
    border-color: #ea5460 !important;
}

a.btn-upbet-domains-index-grid:hover {
    color: #fff !important;
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
}


a.btn-in-cart-domains-index-grid span.ladda-label,
a.btn-upbet-domains-index-grid span.upbet-label {

}

a.btn-in-cart-domains-index-grid:before,
a.btn-in-cart-domains-index-grid:after,
a.btn-upbet-domains-index-grid:before,
a.btn-upbet-domains-index-grid:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
}

a.btn-in-cart-domains-index-grid:before,
a.btn-upbet-domains-index-grid:before{
    content: attr(data-hover);
    color: #fff !important;
}

a.btn-in-cart-domains-index-grid:after,
a.btn-upbet-domains-index-grid:after{
    content: attr(data-active);
}

a.btn-in-cart-domains-index-grid:hover span.ladda-label,
a.btn-in-cart-domains-index-grid:active span.ladda-label,
a.btn-upbet-domains-index-grid:hover span.upbet-label,
a.btn-upbet-domains-index-grid:active span.upbet-label{
    opacity: 0;
}

a.btn-in-cart-domains-index-grid:hover:before,
a.btn-in-cart-domains-index-grid:active:after,
a.btn-upbet-domains-index-grid:hover:before,
a.btn-upbet-domains-index-grid:active:after{
    opacity: 1;
}

a.btn-in-cart-domains-index-grid:active:before,
a.btn-upbet-domains-index-grid:active:before{
}

a.btn-upbet-domains-index-grid {
    position: relative;
    color: #fff !important;
    background-color: #30AFDA !important;
    border-color: #30AFDA !important;
}

.sn-order-wrapper .modal-body {
    padding: 10px 50px 0;
}

.modal-body .form-control {
    padding: 10px 15px;
}

.sn-skin-blue .order-control-cell-in-cart .btn-in-cart-domains-index-grid {
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

/** offer popop start */

.modal-riode .form-control {
    width: 100%;
}

.modal-riode .btn {
    width: 100%;
}

.wide .btn {
    max-width: 250px;
    margin: 0 auto;
}

.hidden {
    display: none;
}

.mfp-wrap {
    z-index: 3000;
}
.mfp-bg {
    z-index: 3000;
    background: #000;
    opacity: 0;
    transition: opacity .3s ease-out;
}
.mfp-bg.mfp-ready {
    opacity: .7;
}
.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-container {
    padding: 4rem 2rem;
}
.mfp-container video {
    width: 100%;
    height: 100%}
.mfp-close {
    transform: rotateZ(45deg);
    transition: transform .3s;
    width: 18px;
    height: 18px;
    opacity: 1;
}
.mfp-wrap .mfp-close {
    top: 20px;
    right: 20px;
}
.mfp-content .mfp-close {
    top: -25px;
    right: 0;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    top: 15px;
    right: 0;
}
.mfp-close span {
    display: none;
}
.mfp-close::before, .mfp-close::after {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    width: 2px;
    height: 100%;
    top: 0;
    left: calc(50% - 1px);
}
.mfp-close::before {
    width: 100%;
    height: 2px;
    top: calc(50% - 1px);
    left: 0;
}
.mfp-close:hover, .mfp-close:focus {
    transform: rotateZ(135deg) scale(1.5);
}

.mfp-content>* {
    position: relative;
    margin: auto;
    /*background: #ebf4fc;*/
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
}
.mfp-ready .mfp-content>* {
    opacity: 1;
}
.mfp-removing .mfp-content>* {
    opacity: 0;
}
.mfp-content {
    vertical-align: top;
}

.mfp-ready.mfp-zoom-popup .mfp-content {
    transform: scale(1);
}
.mfp-zoom-popup .mfp-content, .mfp-removing.mfp-zoom-popup .mfp-content {
    transition: .2s ease-in-out;
    transform: scale(0.8);
}
.mfp-ready.mfp-flip-popup .mfp-content {
    transform: translateY(0) perspective(600px) rotateX(0);
}
.mfp-flip-popup .mfp-content, .mfp-removing.mfp-flip-popup .mfp-content {
    transition: .3s ease-out;
    transform: translateY(-20px) perspective(600px) rotateX(20deg);
}
.mfp-content video {
    width: 100%;
    height: 100%}
.mfp-video-popup .mfp-content {
    max-width: 1000px;
}
.mfp-video-popup {
    z-index: 10000;
}

.modal-riode .modal-header {
    text-align: center;
}

h4, .h4 {font-size: 16px; margin: 0; }

.dvizh-cart-top-menu a { color: #fff; }

.order-add { width: 100%; }

.login-popup {
    max-width: 460px;
    border-radius: 1.3rem;
    background: #fff;
}
.login-popup.wide {
    max-width: 660px;
    border-radius: 1.3rem;
    background: #fff;
}
.login-popup .nav {
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.login-popup .nav a {
    text-decoration: none;
}
.login-popup .tab .nav-item {
    flex: none;
}
.login-popup .nav-item .nav-link {
    padding: 0 0 1px;
    color: #999;
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 2.43;
    transition: font-size .3s,  color .3s;
}

.login-popup .delimiter {
    margin: 0 .8rem;
}
.login-popup .tab-pane {
    padding: 0;
}
.login-popup form {
    margin-bottom: 1.5rem;
}
.login-popup .form-group {
    margin-bottom: 1rem;
}
.login-popup .form-group label {
    display: inline-block;
    margin-bottom: 8px;
    /*font-size: 1.3rem;*/
    line-height: 1;
}

.login-popup .form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    /*font-size: 1.2rem;*/
}
.login-popup .custom-checkbox+label {
    padding-left: 2.6rem;
}

.login-popup .lost-link {
    text-align: right;
    color: #999;
    font-size: 1.2rem;
}
.login-popup .lost-link:hover {
    color: #0D19A3;
}
.login-popup .form-choice label {
    display: flex;
    align-items: center;
    margin-bottom: 1.3rem;
    font-size: 1.2rem;
    color: #666;
}
.login-popup .form-choice label::after, .login-popup .form-choice label::before {
    content: '';
    height: 1px;
    flex: 1;
    background: #e1e1e1;
}
.login-popup .form-choice label::after {
    margin-left: 3rem;
}
.login-popup .form-choice label::before {
    margin-right: 3rem;
}

.container>.login-popup {
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* tabs start */

.tab-content {
    background-color: #fff;
}
.nav-tabs {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ebebeb;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-item .nav-link.active, .nav-tabs .nav-item:hover .nav-link {
    color: #222;
}
.nav-link {
    display: block;
    margin-bottom: -.1rem;
    padding: 1.6rem .2rem;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    border-radius: 0;
    border: 0;
    transition: border .35s,  color .35s,  background-color .35s;
}
.nav-item:not(:last-child) {
    margin-right: 2.5rem;
}
.nav-fill .nav-item {
    flex: 1;
}
.tab-content {
    position: relative;
}
.tab-content>.tab-pane {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 0 !important;
    opacity: 0;
    z-index: -1;
    transition: visibility .3s,  opacity .3s;
}
.tab-content>.tab-pane:not(.active) {
    overflow: hidden;
    visibility: hidden;
}
.tab-content>.active {
    position: relative;
    height: auto !important;
    opacity: 1;
    z-index: auto;
}
.tab-pane {
    padding: 2.3rem 0;
    line-height: 1.72;
    color: #666;
}
.tab-pane p {
    line-height: 1.72;
}
.tab-nav-simple .nav-link {
    border-bottom: 2px solid transparent;
    background-color: transparent;
    color: #666;
}
.tab-nav-simple .nav-item.show .nav-link, .tab-nav-simple .nav-item .nav-link.active, .tab-nav-simple .nav-item:hover .nav-link {
    border-bottom-color: #0D19A3;
}
.tab-nav-center .nav {
    justify-content: center;
}
.tab-nav-boxed .nav-item {
    margin-right: 0;
}
.tab-nav-boxed .nav-link {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
}
.tab-nav-round .nav-item:not(:last-child) {
    margin-right: 2px;
}
.tab-nav-round .nav-link {
    margin-bottom: 0;
    border-radius: 2.3rem;
    background-color: #f2f3f5;
}
.tab-nav-round .nav-tabs {
    border-bottom: 0;
}
.tab-boxed .tab-pane {
    padding-left: 2rem;
    padding-right: 2rem;
}
.tab-outline .tab-content {
    border: 1px solid #ebebeb;
}
.tab-outline .nav-tabs {
    border-bottom: 0;
}
.tab-outline .nav-link {
    padding-top: 1.4rem;
    padding-bottom: 1.5rem;
    border: 1px solid transparent;
    border-top-width: 2px;
}
.tab-outline .nav-item.show .nav-link, .tab-outline .nav-item .nav-link.active, .tab-outline .nav-item:hover .nav-link {
    border-color: #ebebeb;
    border-top-color: #0D19A3;
}
.tab-outline2 .nav {
    position: relative;
    z-index: 1;
}
.tab-outline2 .tab-content {
    border: 1px solid #ebebeb;
}
.tab-outline2 .nav-tabs {
    border-bottom: 0;
}
.tab-outline2 .nav-link {
    padding: 1.5rem 2.4rem;
    border: 1px solid transparent;
}
.tab-outline2 .nav-item.show .nav-link, .tab-outline2 .nav-item .nav-link.active, .tab-outline2 .nav-item:hover .nav-link {
    border-color: #ebebeb;
    border-bottom-color: #fff;
}
.tab-vertical {
    display: flex;
}
.tab-vertical .nav-tabs {
    flex-flow: column nowrap;
    width: 27.8%;
    border: 0;
    border-right: 2px solid #ebebeb;
}
.tab-vertical .tab-content {
    flex: 1;
}
.tab-vertical .nav-item {
    margin-right: 0;
}
.tab-vertical .nav-link {
    position: relative;
    margin-right: -2px;
    padding-left: 2rem;
    width: calc(100% + 2px);
    border: 0;
    text-align: left;
}
.tab-vertical .nav-link::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    width: 2px;
    height: calc(100% - 6px);
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    z-index: 1;
}
.tab-vertical .tab-pane {
    padding: 1.7rem 2rem;
}
.tab-vertical.tab-simple .nav-link {
    margin-right: -2px;
}
.tab-vertical.tab-simple .nav-link::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    width: 2px;
    height: calc(100% - 6px);
    top: 50%;
    transform: translateY(-50%) scale(0);
    background-color: transparent;
    transition: transform .3s;
    z-index: 1;
}
.tab-vertical.tab-simple .nav-item.show .nav-link, .tab-vertical.tab-simple .nav-item .nav-link.active, .tab-vertical.tab-simple .nav-item:hover .nav-link {
    color: #0D19A3;
}
.tab-vertical.tab-simple .nav-item.show .nav-link::after, .tab-vertical.tab-simple .nav-item .nav-link.active::after, .tab-vertical.tab-simple .nav-item:hover .nav-link::after {
    background-color: #0D19A3;
    transform: translateY(-50%) scale(1);
}

/* tab end */

.popover {
    position: absolute;
    top: 0;
    left: 0/*rtl:ignore*/;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px/*rtl:ignore*/; }
.popover.bottom {
    margin-top: 10px; }
.popover.left {
    margin-left: -10px/*rtl:ignore*/; }

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    display: none;
}

.popover-content {
    padding: 9px 14px;
    word-break: break-all;
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }

.popover > .arrow {
    border-width: 11px; }

.popover > .arrow:after {
    border-width: 10px;
    content: ""; }

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px; }
.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
    top: 50%;
    left: -11px/*rtl:ignore*/;
    margin-top: -11px;
    border-left-width: 0/*rtl:ignore*/;
    border-right-color: #999999/*rtl:ignore*/;
    border-right-color: rgba(0, 0, 0, 0.25)/*rtl:ignore*/; }
.popover.right > .arrow:after {
    content: " ";
    left: 1px/*rtl:ignore*/;
    bottom: -10px;
    border-left-width: 0/*rtl:ignore*/;
    border-right-color: #fff/*rtl:ignore*/; }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px; }
.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
    top: 50%;
    right: -11px/*rtl:ignore*/;
    margin-top: -11px;
    border-right-width: 0/*rtl:ignore*/;
    border-left-color: #999999/*rtl:ignore*/;
    border-left-color: rgba(0, 0, 0, 0.25)/*rtl:ignore*/; }
.popover.left > .arrow:after {
    content: " ";
    right: 1px/*rtl:ignore*/;
    border-right-width: 0/*rtl:ignore*/;
    border-left-color: #fff/*rtl:ignore*/;
    bottom: -10px; }

/** offer popop end */

/** panel bootstrap 3 */
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
    padding: 15px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
    color: inherit;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.list-group + .panel-footer {
    border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
    padding-right: 15px;
    padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}
.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}
.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}
.panel-default {
    border-color: #ddd;
}
.panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}
.panel-primary {
    border-color: #337ab7;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}
.panel-warning {
    border-color: #faebcc;
}
.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}
/** panel end **/

.sn-d-name a {
    text-decoration: none;
    color: rgb(6, 70, 141);
}

.g-recaptcha {
    width: 304px;
    margin: 0 auto;
}

.sr-only {
    display: none;
}
.modal-title {
    text-align: center;
}

.payments img {
    margin-right: 10px;
}

.param .caption, .exclude_filter .caption, .view_only .caption {
    font-size: 16px;
}


@media screen and (max-width: 991px) {
    .column-name-grid {width: 15vw; max-width: 150px;}
    .sn-d-name-short {max-width: 180px;}
    .mobiver .column-date-registered-grid, .mobiver .header-column-date-registered-grid {display: none;}
    .mobiver .column-donors-grid, .mobiver .header-column-donors-grid {display: none;}
}
@media screen and (max-width: 480px) {

    .sn-order-wrapper .modal-body {
        padding: 10px 15px 0;
    }
    .modal-header {
        padding: 15px 10px 0;
    }

    .mw-mob { min-width: 345px; }
    .pad-mob { padding: 0 70px; }

    .grid.table .domain_name {
        min-width: 170px;
    }

    a.btn-upbet-domains-index-grid, a.btn-in-cart-domains-index-grid {
        width: 70px;
        font-size: 11px;
    }

    a.add-to-cart, a.btn-add-to-cart-domains-index-grid {
        width: 33px;
    }
}
@media screen and (max-width: 400px) {
    .g-recaptcha {
        transform:scale(0.88);-webkit-transform:scale(0.88);transform-origin:0 0;-webkit-transform-origin:0 0;
    }
    .grid.table .domain_name {
        min-width: 127px;
    }
}

@media screen and (max-width: 380px) {
    .mw-mob { min-width: 245px; }
    .pad-mob { padding: 0 20px; }

    .g-recaptcha {
        transform:scale(0.78);-webkit-transform:scale(0.78);
    }

    .grid.table .domain_name {
        min-width: 112px;
    }

    .sn-d-name-short {
        max-width: 112px;
    }
}
@media screen and (max-width: 350px) {

    .grid.table .domain_name, .sn-d-name-short {
        max-width: 100px;
        min-width: 95px;
    }
}