/* -----------------------------------------
   Custom.css - put your own changes here
----------------------------------------- */


/**
 * Header
 **/
@media (max-width: 991px)
{
    .user-menu span {
        display: none;
    }
    #header .navbar .nav li a .user-avatar {
        margin-right: 0;
    }
    #menu-fullpage {
        position: absolute;
        right: 10px;
    }
    #header .navbar .top-nav .nav {
        display: inline-block;
        margin-right: 40px;
    }
}
@media (max-width: 991px) and (min-width: 768px)
{
    #menu-fullpage {
        position: absolute;
        right: 10px;
    }
    #header .navbar .top-nav .nav {
        display: inline-block;
        margin-right: 40px;
    }
}
@media (max-width: 767px)
{
    #header .navbar .nav li a .user-avatar {
        margin-right: 0;
    }
    #header .navbar .top-nav .nav {
        margin: 0;
    }
    #header .navbar .navbar-header {
        float: left;
    }
    #header .navbar .navbar-brand {
        display: block;
        width: 160px;
    }
    #header #menu-fullpage,
    #header #menu-notif-top,
    #header #menu-setting-top,
    #header #toggle-sidebar-li,
    #header #menu-buy-domain {
        display: none;
    }
    #header #menu-top-user {
        margin-right: 45px;
    }
    #header #menu-top-mobile {
        display: inline-block!important;
        position: absolute;
        right: 5px;
        top: 0;
    }

    #header {
        height: 50px;
        box-shadow: none;
    }
    #header .navbar {
        height: 50px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    }
    #header .navbar .top-nav {
        padding: 0;
        float: none;
        height: 50px!important;
        text-align: left;
    }
    #header .navbar .top-nav .pull-right {
        float: right!important;
        margin-right: 10px;
    }
    #header .navbar .top-nav .navbar-nav #toggle-sidebar-li {
        position: static;
        left: 0;
    }
    #header .navbar .navbar-brand .text-logo-element {
        margin-left: 10px;
    }

    #content {
        padding-top: 50px;
    }
}

#sidebar.open-to-right {
    position: fixed!important;
    top: 50px!important;
    bottom: 0!important;
    left: auto!important;
    right: 0!important;
    margin: 0!important;
}
#sidebar.open-to-right:after {
    left: auto!important;
    right: 0!important;
}


/**
 * Form
 **/
.form-vertical .form-input {
    margin-bottom: 6px;
}
.form-vertical .form-input:last-child {
    margin-bottom: 0;
}
.label-normal {
    font-weight: normal;
}

/** Menu **/
#sidebar #sideNav .sub li a {
    font-size: 13px;
    height: auto;
}
#sidebar #sideNav .sub li a i {
    font-size: 16px;
    line-height: 20px;
}


/** Blog Post **/
.blog-post {
    padding: 15px 0;
}
.blog-post:first-child {
    padding-top: 0;
}
.blog-post:last-child {
    padding-bottom: 0;
}
.blog-post-thumb img {
    display: block;
    width: 100%;
    border: 1px solid #e3e3e3;
    padding: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.blog-post-text {
    margin-bottom: 10px;
}
.blog-post-comment i {
    color: #888888;
    margin-right: 5px;
}

/**
 * Search form
 **/
.gsearch-form .form-control,
.gsearch-form .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 40px;
    line-height: 40px;
}
.gsearch-form .btn i {
    margin-right: 6px;
}
#main-search-form .form-group {
    margin-bottom: 0;
}
#main-search-form .form-control {
    float: left;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
#main-search-form .search-option {
    float: left;
    position: relative;
}
#main-search-form .search-option-selected {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    background-color: #eeeeee;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
#main-search-form .search-option-selected:hover {
    background-color: #e9e9e9;
    cursor: pointer;
}
#main-search-form .search-option-selected i {
    vertical-align: middle;
    color: #999999;
}
#main-search-form .selected-label i {
    font-size: 22px;
    line-height: 42px;
}
#main-search-form .toggle i {
    font-size: 20px;
    line-height: 42px;
    position: relative;
    top: -4px;
    margin-left: 8px;
}
#main-search-form .search-option-content {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    width: 140px;
    top: 50px;
    right: 0;
    z-index: 10;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    display: none;
}
#main-search-form .search-option-content a {
    display: block;
    padding: 8px 10px;
    border-bottom: 1px solid #dddddd;
    color: #666666;
}
#main-search-form .search-option-content a:hover {
    text-decoration: none;
    background-color: #eef8ff;
}
#main-search-form .search-option-content i {
    vertical-align: middle;
    margin-right: 4px;
}
#main-search-form #main-search-submit {
    float: left;
    margin-left: 8px;
    padding: 0 14px;
    font-size: 16px;
}
#main-search-form #main-search-submit i {
    margin-right: 6px;
}

#main-search-form .input-option {
    position: absolute;
    top: 0;
    right: -188px;
    width: 188px;
}
#main-search-form .input-inline {
    margin-right: 188px;
    position: relative;
}


/**
 * Buy Domain form
 **/
#buy-domain-form .form-group {
    margin-bottom: 0;
}
#buy-domain-form .form-control {
    padding-top: 0;
    padding-bottom: 0;
    height: 48px;
    line-height: 48px;
    float: left;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
#buy-domain-form #buy-domain-submit {
    position: absolute;
    top: 0;
    right: -151px;
    height: 48px;
    line-height: 48px;
    padding: 0 14px;
    font-size: 16px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
#buy-domain-form #buy-domain-submit i {
    margin-right: 6px;
}
#buy-domain-form .input-inline {
    margin-right: 151px;
    position: relative;
    display: block;
}

.idn-search {
    text-align: left;
    margin-top: 10px;
    font-size: 12px;
}
.idn-unavailable {
    font-size: 14px;
    margin-top: 8px;
}
.idn-unavailable span {
    color: #f68484;
    font-weight: bold;
}
.domain-search-idn-form .checkbox-inline {
    margin-bottom: 7px;
}
.domain-search-idn-form .checkbox-inline + .checkbox-inline {
    margin-left: 0;
}
.domain-search-idn-form label.error,
.domain-search-idn-form label.tlds-error {
    color: #f68484;
}
.cart-bottom {
    margin-bottom: 30px;
}


/**
 * Table list
 **/
.table.table-list .ic-status {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #999999;
    padding: 3px;
    position: relative;
    top: -1px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.table.table-list .ic-status i {
    display: block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    line-height: 10px;
    background-color: #999999;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.table.table-list .tr-inactive .ic-status {
    border-color: #f35454;
}
.table.table-list .tr-inactive .ic-status i {
    background-color: #f35454;
}
.table.table-list .tr-active .ic-status {
    border-color: #4ac77c;
}
.table.table-list .tr-active .ic-status i {
    background-color: #4ac77c;
}
.table.table-list .tr-grey .ic-status {
    border-color: #A9A9A9;
}
.table.table-list .tr-grey .ic-status i {
    background-color: #A9A9A9;
}
.table.table-list .tr-blue .ic-status {
    border-color: #75b9e6;
}
.table.table-list .tr-blue .ic-status i {
    background-color: #75b9e6;
}
.table.table-list .tr-pending .ic-status {
    border-color: #f4b162;
}
.table.table-list .tr-pending .ic-status i {
    background-color: #f4b162;
}

.table.table-list .td-icon {
    font-size: 16px;
    color: #bbbbbb;
    width: 35px;
}
.table.table-list .td-info {
    text-align: right;
}
.table.table-list .tr-active .td-icon {
    color: #248a24;
}
.table.table-list .td-name i {
    font-size: 16px;
    margin-right: 5px;
}
.table.table-list .view-detail {
    visibility: hidden;
    position: relative;
    top: -5px;
    left: 6px;
}
.table.table-list .view-detail i {
    font-size: 18px;
}
.table.table-list tr:hover .view-detail {
    visibility: visible;
}

.domain-list-wrapper .table-list td {
    vertical-align: middle;
}
.domain-punycode {
    font-size: 11px;
    color: #999;
}
.page-header .domain-punycode {
    vertical-align: 1px;
    font-size: 12px;
}
.domain-page-title {
    overflow: hidden;
}
#content .content-wrapper .heading h1.page-header .domain-page-title i {
    float: left;
}
.page-header .domain-page-title .domain-title {
    float: left;
}


/**
 * Slab progress
 **/
.slab-progress {
    height: 30px;
    width: 100%;
    position: relative;
    margin: 32px 0;
    background-color: #f5f5f5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.1) inset;
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.1) inset;
    -o-box-shadow: 0 0 4px rgba(0,0,0,.1) inset;
    box-shadow: 0 0 4px rgba(0,0,0,.1) inset;
}
.slab-progress .progress-bar {
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 5px 1px 1px 5px;
    -moz-border-radius: 5px 1px 1px 5px;
    border-radius: 5px 1px 1px 5px;
}

.slab-progress .current-info {
    position: absolute;
    top: -34px;
    right: -20px;
    color: #ffffff;
    font-weight: bold;
    background-color: #75b9e6;
    padding: 2px 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.slab-progress .current-info:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
    border-top-color: #75b9e6;
}

.slab-progress .progress-unit {
    width: 100%;
    position: absolute;
    /*bottom: -32px;*/
    top: 35px;
    left: 0;
}
.slab-progress .unit {
    float: left;
    width: 25%;
    position: relative;
}
.slab-progress .unit-info {
    position: relative;
    left: -10px;
    display: inline-block;
    font-weight: bold;
    background-color: #d6dbdc;
    padding: 2px 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
}
.slab-progress .unit-info:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #d6dbdc;
}

/**
 * Domains
 **/
.manage-data .pagination-wrap {
    background-color: #f3f5f6;
    padding: 12px 0;
}
.manage-data .pagination-wrap .btn-bulk {
    margin-left: 20px;
}
.manage-data .table {
    margin: 8px 0;
}
.manage-data .pagination-info {
    text-align: right;
}

/** Search domains **/
.search-box {
    position: relative;
    background-color: #fdfeff;
    border: 2px solid #e1e2e2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.search-box .btn {
    margin-right: 6px;
}
.search-box .box-toggle {
    position: absolute;
    top: 0;
    right: 0;
}

.box .box-title {
    color: #ffffff;
    margin: -2px -2px 0;
    padding: 12px 20px 12px 10px;
    background-color: #75b9e6;
    border-bottom: 2px solid #619dc4;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.box .box-title h3 {
    font-size: 16px;
    margin: 0;
}
.box .box-title i {
    margin-right: 8px;
    position: relative;
    top: 2px;
}

.domain-list-wrapper .search-box {
    margin-bottom: 20px;
}
.domain-list-wrapper .domain-search-simple {
    padding: 15px;
}
.domain-list-wrapper .box-title h3 {
    float: left;
}
.domain-list-wrapper .box-title a {
    float: right;
    color: #ffffff;
}
.domain-list-wrapper #adv-search-link {
    float: left;
    margin-left: 8px;
    padding: 0 14px;
    font-size: 16px;
}
.domain-list-wrapper #main-search-form .input-inline {
    margin-right: 365px;
}
.domain-list-wrapper #main-search-form .input-option {
    right: -352px;
    width: 362px;
}
.domain-list-wrapper .advance-open #main-search-form .input-inline {
    margin-right: 244px;
}
.domain-list-wrapper .advance-open #main-search-form .input-option {
    right: -244px;
    width: 244px;
}

.domain-list-wrapper .domain-search-advance .form-group {
    margin-bottom: 15px;
}
.domain-list-wrapper .domain-search-advance .control-label {
    text-align: left;
}
.domain-list-wrapper .domain-search-advance form>.row {
    margin-bottom: 24px;
}
#main-search-form .input-inline {
    display: block;
}
#domain-list-main .manage-nav {
    margin-bottom: 15px;
}

.modal-domain .modal-dialog {
    width: 900px;
}
@media (max-width: 991px)
{
    .modal-domain .modal-dialog {
        width: 100%;
    }
}

#modal_lock-suspend th {
    width: 140px;
    text-align: center;
}
#modal_lock-suspend tbody td {
    text-align: center;
}
#modal_lock-suspend tbody td:first-child {
    text-align: left;
}

@media (max-width: 991px)
{
    #domain-list-main {
        float: none!important;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px)
{
    .domain-list-wrapper #main-search-form .input-inline,
    .domain-list-wrapper .advance-open #main-search-form .input-inline {
        margin-right: 69px;
    }
    .domain-list-wrapper #main-search-form .search-option {
        position: absolute;
        top: 0;
        right: -69px;
    }
    .domain-list-wrapper #main-search-form .input-option {
        position: static;
        right: 0;
    }
    .domain-list-wrapper #main-search-form .btn {
        margin: 8px 6px 0 0!important;
    }
}

/**
 * Customer
 **/
.manage-list-wrapper .manage-nav {
    background-color: #f3f5f6;
    padding: 12px;
    margin-bottom: 18px;
}
.manage-list-wrapper .manage-add {
    text-align: right;
}
.manage-list-wrapper .manage-search .form-control {
    display: inline-block;
    margin-right: 8px;
    width: 300px;
}
.manage-list-wrapper .form-buttons {
    display: inline-block;
}

.manage-nav {
    background-color: #f3f5f6;
    padding: 12px;
}
.manage-nav .nav {
    text-align: right;
}

.jump-to,
.jump-to-field {
    display: inline-block;
    vertical-align: middle;
}
.jump-to {
    margin-left: 10px;
}
.jump-to .input-group {
    width: 135px;
}
.jump-to .input-group-addon,
.jump-to .btn {
    font-size: 12px;
}

@media (max-width: 991px)
{
    .meta-view .meta-label {
        margin-bottom: 6px;
    }
    .customer-list-wrapper .form-buttons {
        display: block;
        margin-top: 4px;
    }
}


/**
 * Customer Detail
 **/
.customer-detail-wrapper .detail-action {
    border: 3px solid #f3f5f6;
    background-color: #ffffff;
    padding: 10px 0;
    margin-bottom: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.customer-detail-wrapper .detail-action ul {
    margin: 0;
    padding: 0;
}
.customer-detail-wrapper .detail-action li {
    margin: 0;
    list-style: none;
}
.customer-detail-wrapper .detail-action a {
    display: block;
    padding: 10px 2px;
    border-bottom: 1px dotted #dddfe0;
    color: #768399;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.customer-detail-wrapper .detail-action i {
    color: #75b9e6;
    margin-right: 7px;
    font-size: 16px;
}
.customer-detail-wrapper .detail-action a:hover {
    background-color: #75b9e6;
    color: #ffffff;
    text-decoration: none;
    padding-left: 12px;
    padding-right: 12px;
}
.customer-detail-wrapper .detail-action a:hover i {
    color: #ffffff;
}

.reseller-data .data-section {
    margin-bottom: 24px;
    position: relative;
}
.reseller-data .data-section>h3 {
    margin: 0 0 15px;
    padding-bottom: 5px;
    font-size: 16px;
    border-bottom: 3px solid #f3f5f6;
}
.reseller-data .data-section>h3 i {
    margin-right: 8px;
    color: #75b9e6;
    vertical-align: middle;
}
.reseller-data .data-item {
    margin-bottom: 20px;
}
.reseller-data .data-item:nth-child(3n+1) {
    clear: left;
}
.reseller-data .data-label {
    color: #929BA9;
}
.reseller-data .data-value {
    color: #454C56;
}
.reseller-data .data-icon {
    float: left;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.reseller-data .data-icon i {
    border: 1px solid #acb1b8;
    color: #acb1b8;
    font-size: 18px;
    padding: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.reseller-data .data-detail {
    margin-left: 55px;
}
.reseller-data .data-item:hover .data-icon {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
}
.reseller-data .data-item:hover .data-icon i {
    color: #75b9e6;
    border-color: #75b9e6;
}

#modal_change-password .form-vertical.group-border .form-group {
    padding: 15px;
}

.customer-detail-wrapper .input-inline,
.profile-wrapper .input-inline {
    display: inline-block;
}
.customer-detail-wrapper .form-button,
.profile-wrapper .form-button {
    margin: 15px 0 20px;
}

@media (max-width: 1366px)
{
    .reseller-data .data-item:nth-child(3n+1) {
        clear: none;
    }
    .reseller-data .data-item:nth-child(2n+1) {
        clear: left;
    }
}

/**
 * Reseller Add
 **/
.password-meter .meter-label {
    font-size: 12px;
    font-weight: bold;
}
.password-meter .progress {
    margin: 5px 0 0;
    height: 8px;
}

/**
 * Billing
 **/
.meta-view .meta {
    padding: 14px 0;
    border-bottom: 2px solid #f3f5f6;
}
.panel .meta:last-child {
    border-bottom: 0 none;
}
.meta-view .meta-label {
    color: #9499A2;
    font-weight: bold;
}
.meta-view .meta-value {
    font-weight: bold;
}
.meta-view .money {
    color: #f35454;
}
.meta-view .meta-button {
    margin-top: 16px;
}
.meta-view .meta-button i {
    margin-right: 5px;
}
.meta-view .meta-info {
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
    margin-top: 7px;
}
.meta-view textarea {
    width: 100%;
    height: 80px;
}

.manage-filter select {
    width: auto;
    display: inline;
    margin-right: 5px;
}
.billing-list .manage-search {
    text-align: right;
}

.minus {
    color: #f35454;
}
.input-inline {
    display: inline-block;
}
select.input-inline {
    width: auto;
}
.input-span {
    margin: 0 15px;
    font-weight: bold;
}

.input-grp {
    margin-bottom: 10px;
}
.input-grp label {
    display: inline-block;
    width: 160px;
}


@media (max-width: 768px)
{
    .reseller-list .manage-search {
        margin-bottom: 15px;
    }
    .reseller-list .manage-add {
        text-align: center;
    }
}
@media (max-width: 480px)
{
    .reseller-list #input-custname {
        margin: 0;
        display: block;
        width: 100%;
        margin-bottom: 6px;
    }
}


@media (max-width: 768px)
{
    .billing-list .manage-search {
        text-align: left;
        margin-top: 15px;
    }
    .manage-table .manage-nav {
        text-align: center;
    }
    .manage-nav .manage-info {
        margin-bottom: 15px;
    }
    .manage-nav .nav {
        float: none!important;
        display: inline-block;
    }
}
@media (max-width: 480px)
{
    .billing-list #input-custname {
        display: block;
        margin-bottom: 6px;
        width: 100%;
    }
    .manage-nav .nav {
        display: block!important;
        text-align: center;
    }
    .manage-nav .jump-to {
        margin-top: 5px;
    }
}

.billing-action {
    margin-bottom: 15px;
    text-align: right;
}
.billing-action a {
    margin-left: 5px;
}


/**
 * Domain
 **/
.add-record-wrap {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.add-record-wrap.toopen {
    height: auto;
}
.add-record-main {
    margin: 12px 0 24px;
    padding: 15px;
    min-height: 64px;
    background-color: #f3f5f6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.add-record-main .btn {
    margin-bottom: 5px;
}

.form-add-record {
    display: none;
    /* height: 0;
    overflow: hidden; */
}
.form-add-record>form {
    margin-top: 15px;
    padding-top: 16px;
    border-top: 2px solid #ced5dc;
}
.form-add-record .add-record-fields .form-control {
    height: 44px;
}
.form-add-record .add-record-fields .btn {
    height: 44px;
    padding: 6px 20px;
}
.form-add-record [class*="col-"] {
    padding: 0 5px;
}
.form-add-record [class*="col-"]:first-child {
    padding-left: 15px;
}

#manage-dns-main .record-list {
    margin-top: 20px;
}
#manage-dns-main .td-label {
    width: 100px;
    text-align: right;
    padding-right: 20px;
}
#manage-dns-main .td-action i {
    font-size: 14px;
    vertical-align: middle;
}
#add-record-srv small table td {
    vertical-align: top !important;
}

@media (max-width: 768px)
{
    .form-add-record div[class*="col-"] {
        padding: 0 15px;
        margin-bottom: 8px;
    }
}


/**
 * API
 **/
#api-main input[type="text"] {
    min-width: 160px;
}
#edit-api-modal #input-ip {
    height: 80px;
}


/**
 * Change Password
 **/
.change-password-wrapper {
    margin-top: 25px;
}
.form-help {
    padding: 15px;
    background-color: #f3f5f6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

@media (max-width: 768px)
{
    .change-password-wrapper .form-help {
        margin-top: 30px;
    }
}


/**
 * Modal
 */
.modal-confirm .modal-dialog {
    width: 400px;
}
.modal-confirm .modal-body {
    padding: 30px 25px;
}


/**
 * Custom tile
 */
.rtile>a {
    display: block;
    padding: 12px;
}
.rtile>a:hover {
    text-decoration: none;
}
.rtile .rtile-icon {
    font-size: 34px;
    float: left;
}
.rtile .rtile-icon I {
    vertical-align: top;
}
.rtile .rtile-content {
    margin-left: 46px;
}
.rtile .rtile-title {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    margin-bottom: 6px;
}
.rtile .rtile-text {
    font-size: 12px;
    line-height: 14px;
    font-style: italic;
}

.panel-tab .panel-body {
    padding: 0;
}


/* ------------------ Anouncements --------------------*/
.announcement .blog-post-title {
    margin: 15px 0 10px;
}
.announcement .blog-post-title h2 {
    font-size: 24px;
    font-weight: normal;
    margin: 0;
}
.announcement .blog-post-date {
    font-size: 14px;
    font-style: italic;
    color: #999999;
    margin-bottom: 25px;
}
.announcement .blog-post-thumb {
    margin-bottom: 10px;
}

.announcement-list #tr-id {
    width: 50px;
}
.announcement-list #tr-title {
    min-width: 220px;
}
.announcement-list #tr-date {
    width: 180px;
}
.announcement-list #tr-action {
    width: 120px;
}


/* ------------------ Testimonials --------------------*/
.testimonials {
    padding: 25px 0;
    position: relative;
}
.testimonials .comment-title {
    margin: 15px 0 32px;
}
.testimonials .comment-title h3 {
    font-size: 20px;
    margin: 0;
}
.testimonials .testimonials-item {
    margin-bottom: 20px;
}
.testimonials .testimonials-client {
    text-align: right;
}
.testimonials .testimonials-client img {
    border-radius: 50%;
    width: 72px;
    height: 72px;
    border: 1px solid #eeeeee;
    padding: 2px;
}
.testimonials .testimonials-text {
    padding: 15px;
    background: #e4e9eb;
    border-radius: 4px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    position: relative;
    line-height: 28px;
    font-size: 16px;
}
.testimonials .testimonials-text:after {
    top: 20%;
    left: -20px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #e4e9eb;
    border-width: 10px;
}
.testimonials .reply {
    margin-top: 7px;
    text-align: right;
}


@media (max-width: 768px)
{
    .testimonials .testimonials-client {
        text-align: left;
    }
    .testimonials .testimonials-text {
        margin-top: 10px;
    }
    .testimonials .testimonials-text:after {
        top: auto;
        bottom: 100%;
        left: 10%;
        border-right-color: rgba(255, 255, 255, 0);
        border-bottom-color: #e4e9eb;
        margin-left: -15px;
    }
}


.accordion-toggle:after {
    font-family: 'entypo';
    content: "\e6b2";
    position: absolute;
    right: 10px;
    top: -8px;
    font-size: 24px;
    font-weight: bold;
    color: #aaaaaa;
}
.accordion-toggle:hover:after {
    color: #888888;
}
.accordion-toggle.collapsed:after {
    content: "\e6b3";
}


/* ------------------ Billing --------------------*/
.add-fund-wrap h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 25px 0 25px;
    padding-bottom: 6px;
    border-bottom: 1px solid #dddddd;
}
.section-title {
    font-size: 16px;
    font-weight: bold;
    margin: 25px 0 15px;
    padding-bottom: 6px;
    border-bottom: 1px solid #dddddd;
}

#add-funds-cont .panel-title {
    font-size: 14px;
    font-weight: bold;
}

.withdraw-fund-wrap {
    margin-top: 20px;
}


/* ------------------ Manage Product & Pricing --------------------*/
#product-pricing-status .status-mobile {
    display: none;
}
#product-pricing-status .tile-stats-content {
    padding: 10px 0;
}
#product-pricing-status .tile-stats-icon {
    padding: 18px 0 10px;
}
#product-pricing-status .tile-stats-icon i {
    font-size: 40px;
}

@media (max-width: 991px)
{
    #product-pricing-status .status-desktop {
        display: none;
    }
    #product-pricing-status .status-mobile {
        display: block;
        font-size: 16px;
        margin-bottom: 12px;
    }
    #product-pricing-status .status-mobile i {
        margin-right: 6px;
        font-size: 18px;
        vertical-align: middle;
    }
}


/* ------------------ Settings --------------------*/
#default-ns-form {
    margin-top: 32px;
}

.form-left .control-label {
    text-align: left;
}
.form-left p {
    margin-bottom: 0;
}
.input-info {
    margin-top: 8px;
    font-size: 13px;
}
#input-image { width: 300px; }


/**
 * Manage Product & Pricing
 **/
#product-pricing-promo h3 {
    margin: 0 0 15px;
    padding-bottom: 7px;
    font-size: 18px;
    border-bottom: 3px solid #f3f5f6;
}
#product-pricing-promo .av-promos {
    padding: 0;
    margin: 0;
}
#product-pricing-promo .av-promos li {
    list-style: none;
    padding: 14px 0;
    border-bottom: 2px solid #f3f5f6;
}
#product-pricing-promo .av-promos i {
    margin-right: 5px;
    color: #aaaaaa;
}

#product-pricing-promo .services h4 {
    margin: 0 0 15px;
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 4px;
    border-bottom: 2px solid #f3f5f6;
}
#product-pricing-promo .services ul {
    padding: 0;
    margin: 0;
}
#product-pricing-promo .service {
    list-style: none;
}
#product-pricing-promo .autosell {
    margin: 0px 0px 30px 0px;
}

#product-pricing-promo .data-icon {
    float: left;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#product-pricing-promo .data-icon i {
    border: 1px solid #acb1b8;
    color: #acb1b8;
    font-size: 24px;
    padding: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
#product-pricing-promo .service-info {
    margin-left: 65px;
}
#product-pricing-promo .service:hover .data-icon {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
}
#product-pricing-promo .service:hover .data-icon i {
    color: #75b9e6;
    border-color: #75b9e6;
}
#product-pricing-promo .service-info h5 {
    font-size: 15px;
    margin: 0 0 6px;
}
#product-pricing-promo .service-info p {
    font-size: 12px;
    margin: 0;
}
#product-pricing-promo .addon-privacy .si-main {
    float: left;
}
#product-pricing-promo .addon-privacy .si-button {
    float: left;
    margin-left: 25px;
    margin-top: 12px;
}


/**
 * Manage Tlds
 **/
#manage-tlds-form .td-allowadd {
    width: 90px;
}
#manage-tlds-form .td-denyadd {
    width: 170px;
}
#manage-tlds-form .td-inactive {
    width: 160px;
}
#manage-tlds-form tfoot tr {
    background-color: #f9fafa;
}

/**
 * Manage Prices
 **/
#manage-pricing-tab .tab-content {
    border-left: 0 none;
    border-right: 0 none;
    border-bottom: 0 none;
}
#manage-pricing-tab .tab-pane {
    padding: 20px 5px;
}
#manage-pricing-tab .th-sub {
    font-weight: normal;
    font-size: 12px;
}

#manage-prices-form th,
#manage-prices-form td {
    vertical-align: middle;
    text-align: center;
}
#manage-prices-form th:first-child,
#manage-prices-form td:first-child {
    text-align: left;
}
#customer-pricing .sprofit-main {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #eeeeee;
}
#customer-pricing .sprofit-main label {
    display: block;
}
#customer-pricing .sprofit-main>div {
    text-align: center;
    border-left: 2px solid #eeeeee;
}
#customer-pricing .sprofit-main>div:first-child {
    border-left: 0 none;
}
#customer-pricing .input-group-wrap {
    display: inline-block;
}
#sub-reseller-pricing .input-group-wrap {
    display: inline-block;
}
#sub-reseller-pricing .input-group-addon {
    width: auto;
}
#customer-pricing .input-group-addon {
    width: auto;
}
#customer-pricing .sprofit-second {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #eeeeee;
}
#customer-pricing .sprofit-second>div {
    text-align: center;
    position: relative;
}
#customer-pricing .ib {
    display: inline-block;
}
#customer-pricing .sprofit-footer {
    margin: 15px -15px -15px -15px;
    padding: 15px;
    background-color: #f9fafa;
    border-top: 1px solid #eeeeee;
}
#customer-pricing .sprofit-footer p {
    margin-bottom: 0;
}
#customer-pricing .th-sub {
    margin-top: 6px;
}
#customer-pricing .th-sub a {
    color: #999999;
    border-bottom: 1px dotted #999999;
}
#customer-pricing .th-sub a:hover {
    text-decoration: none;
}
#customer-pricing .pricing-val-main>strong {
    display: block;
}
#customer-pricing .custm-pricing-value {
    display: inline-block;
}
#sub-reseller-pricing .pricing-val-main>strong {
    display: block;
}
#sub-reseller-pricing .custm-pricing-value {
    display: inline-block;
}
#rounding_number {
    display: inline-block;
    margin-left: 5px;
}
.sep-angle:after {
    position: absolute;
    top: -35px;
    right: -10px;
    content: "\e6dd";
    font-family: 'fontawesome';
    color: #dddddd;
    font-size: 60px;
}

.custm-pricing-value>div {
    width: 90px;
    text-align: center;
    float: left;
}
.custm-pricing-value .pricing-val-percent {
    line-height: 40px;
    border-left: 1px solid #dddddd;
    position: relative;
}
.custm-pricing-value .pricing-val-percent:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    position: absolute;
    border-right-color: #dddddd;
    left: -14px;
    top: 50%;
    margin-top: -7px;
}

#sub-reseller-pricing th {
    vertical-align: middle;
}

/**
 * Manage Price
 **/
#manage-price-form th {
    text-align: center;
}
#manage-price-form tfoot tr {
    background-color: #f9fafa;
}
#manage-price-form tfoot td {
    padding-top: 15px;
    padding-bottom: 15px;
}
#manage-price-form .tr-head {
    background-color: #f9fafa;
}
#manage-price-form .tr-head td {
    text-align: center;
}
#manage-price-form .tr-head strong,
#manage-price-form .td-head strong {
    display: block;
}
#manage-price-form tbody td {
    text-align: center;
}
#manage-price-form .td-head {
    background-color: #f3f4f4;
    text-align: right;
}
#manage-price-form .form-control {
    display: inline-block;
}
#manage-price-form .td-input {
    margin: 5px 0;
}
#manage-price-form tbody strong {
    display: block;
    margin-top: 4px;
}
#manage-price-form .set-price {
    text-align: right;
}
#manage-price-form .set-price select {
    width: auto;
    vertical-align: middle;
    margin-right: 8px;
}

/**
 * Privacy Price
 **/
#privacy-price-form tfoot tr {
    background-color: #f9fafa;
}
#privacy-price-form th,
#privacy-price-form tbody td {
    text-align: center;
}
#privacy-price-form td .input-group-wrap {
    display: inline-block;
}
#privacy-price-form td .form-control {
    width: 200px;
}
#privacy-price-form td .input-group-addon {
    width: auto;
}

/**
 ==================================================================
 * Buy Domain
 ==================================================================*/
#domain-result-content .dresult-main {
    background-color: #ffffff;
    border: 2px solid #ebecec;
    padding: 35px 30px 25px;
    position: relative;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 2px #eeeeee;
    -moz-box-shadow: 0 2px 2px #eeeeee;
    -ms-box-shadow: 0 2px 2px #eeeeee;
    -o-box-shadow: 0 2px 2px #eeeeee;
    box-shadow: 0 2px 2px #eeeeee;
}
#domain-result-content .domain-name {
    font-size: 30px;
    line-height: 30px;
    word-wrap: break-word;
}
#domain-result-content .tld {
    font-size: 48px;
    line-height: 48px;
}
#domain-result-content .dresult-promo {
    border: 1px solid #ebecec;
    padding: 20px;
}
#domain-result-content .dresult-promo {
    border: 1px solid #ebecec;
    padding: 20px;
}
#domain-result-content .promo-left {
    position: absolute;
    top: -2px;
    right: 15px;
}
#domain-result-content .promo-ribbon {
    background-color: #71b7e5;
    width: 150px;
    padding: 10px 20px 25px 20px;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    position: relative;
    margin-bottom: 15px;
}
#domain-result-content .promo-ribbon:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 0 75px 18px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-color: #ffffff;
}
#domain-result-content .promo-ribbon p {
    margin-bottom: 0;
}
#domain-result-content .domain-buy {
    margin-right: 170px;
    text-align: right;
    margin-bottom: 15px;
}
#domain-result-content .price-value {
    margin-bottom: 6px;
}
#domain-result-content .price-value strong {
    font-size: 42px;
    line-height: 42px;
    vertical-align: middle;
    margin-left: 6px;
}
#domain-result-content .price-value del {
    font-size: 20px;
    line-height: 36px;
    vertical-align: middle;
}
#domain-result-content .price-info p {
    font-size: 12px;
    margin-bottom: 0;
    text-align: right;
}
#domain-result-content .dresult-promo {
    position: relative;
}
#domain-result-content .dresult-promo > i {
    font-size: 48px;
    position: absolute;
    top: 15px;
    left: 15px;
}
#domain-result-content .dresult-promo-main {
    margin-left: 56px;
}
#domain-result-content .dresult-promo-main p {
    font-size: 16px;
}
#domain-result-content .promo-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
#domain-result-content .promo-list li {
    padding: 3px 0;
}
#domain-result-content .btn i {
    margin-right: 6px;
}
#domain-result-content .dresult-promo-main .domain-buy {
    margin-right: 0;
}
#domain-result-content .dresult-promo-main .domain-price {
    margin-bottom: 12px;
}
#domain-result-content .dresult-promo-main .price-value strong {
    font-size: 32px;
}
#domain-result-content .dresult-promo-main .price-value del {
    font-size: 16px;
}

#domain-search-main {
    background-color: #f9fbfc;
    border: 2px solid #ebecec;
    border-radius: 5px;
    padding: 36px 15px;
    text-align: center;
}
#domain-search-main h2 {
    font-size: 32px;
    margin: 0 0 15px;
    color: #75b9e6;
    text-transform: uppercase;
    font-weight: normal;
}
#domain-search-main h3 {
    font-size: 20px;
    margin: 0 0 40px;
    color: #8e949c;
    font-weight: normal;
}


.domain-search-form .form-group {
    margin: 0 30px 0;
}
#domain-search-result .domain-search-form .form-group {
    margin: 0;
}
.domain-search-form .form-control {
    font-size: 16px;
    font-style: italic;
    padding-top: 0;
    padding-bottom: 0;
    height: 56px;
    line-height: 56px;
    float: left;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
#domain-search-result .domain-search-form .form-control {
    height: 48px;
    line-height: 48px;
}
.domain-search-form #search-domain-submit {
    position: absolute;
    top: 0;
    right: -151px;
    height: 56px;
    line-height: 56px;
    padding: 0 14px;
    font-size: 16px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
#domain-search-result .domain-search-form #search-domain-submit {
    height: 48px;
    line-height: 48px;
}
.domain-search-form #search-domain-submit i {
    margin-right: 6px;
}
.domain-search-form .input-inline {
    margin-right: 151px;
    position: relative;
    display: block;
}

.tooltip {
    z-index: 2000;
}
.control-label {
    position: relative;
}
.input-info-icon {
    position: relative;
    top: -4px;
    left: 7px;
}
.modal-domain .form-vertical.group-border .form-group {
    padding: 10px 15px 6px;
}

/**
 * FIlter
 */
.exts-list {
    max-height: 180px;
    overflow: auto;
    margin-top: 15px;
}
.exts-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.exts-list-2 {
    max-height: 180px;
    overflow: auto;
    margin-top: 1px;
}

/**
 * Domain list
 **/
.domain-more-list {
    margin: 15px 0;
}
.domain-more-list .domain-item {
    margin-bottom: 10px;
    border: 1px solid #dddddd;
    padding: 20px 115px 20px 15px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.domain-more-list .domain-item-ribbon {
    background-color: #71b7e5;
    width: 80px;
    padding: 10px 10px 20px 10px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    position: absolute;
    margin-bottom: 15px;
    top: 0;
    right: 8px;
}
.domain-more-list .domain-item-ribbon:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 0 40px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-color: #ffffff;
}
#domain-result-content .domain-more-list .domain-name {
    font-size: 18px;
    word-wrap: break-word;
}
.domain-more-list .domain-ext strong {
    font-size: 24px;
}
.domain-more-list .domain-price del {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}
.domain-more-list .domain-price strong {
    font-size: 28px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}
#domain-result-content .domain-more-list .domain-buy {
    margin: 15px 0 0;
}
.domain-more-list .domain-price {
    text-align: right;
}

/**
 * Buy step
 **/
.buy-domain .order-step {
    height: 42px;
    line-height: 42px;
    margin-top: 10px;
    background-color: #f3f5f6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.buy-domain .order-step .item {
    float: left;
    height: 42px;
    line-height: 42px;
    padding: 0 12px 0 24px;
    background-color: #d5d8da;
    position: relative;
    margin-right: 4px;
    color: #81868f;
}
.buy-domain .order-step .item:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 21px 14px;
    position: absolute;
    top: 0;
    right: -28px;
    border-left-color: #d5d8da;
    z-index: 2;
}
.buy-domain .order-step .item:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 21px 14px;
    position: absolute;
    top: 0;
    left: 0;
    border-left-color: #f3f5f6;
    z-index: 1;
}
.buy-domain .order-step .item:first-child {
    padding-left: 16px;
}
.buy-domain .order-step .item:first-child:before {
    display: none;
}
.buy-domain .order-step .item .number {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #81868f;
    color: #ffffff;
    margin-right: 4px;
}
.buy-domain .order-step .item.active {
    background-color: #75b9e6;
    color: #ffffff;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}
.buy-domain .order-step .item.active:after {
    border-left-color: #75b9e6;
}
.buy-domain .order-step .item.active .number {
    background-color: #1a608f;
    color: #ffffff;
}

.buy-login-content {
    margin-top: 20px;
}
.buy-login-content .order-login-main {
    border: 1px solid #dddddd;
    padding: 25px 20px;
}
.buy-login-content .order-login-main .col-md-6:last-child {
    border-left: 2px solid #dddddd;
}
.buy-login-content .order-login-main h2 {
    margin: 0;
    font-size: 26px;
    font-weight: normal;
}
.buy-login-content .order-login-main h3 {
    margin: 10px 0 0;
    font-size: 14px;
    font-weight: normal;
    color: #9ea4ae;
}
.buy-login-content .order-login-main .btn i {
    margin-left: 8px;
}
.order-summary {
    border: 1px solid #dddddd;
    padding: 20px 10px;
}
.order-summary h2 {
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: normal;
}
.order-summary .total-cost {
    font-size: 22px;
}
.order-summary .color-orange {
    font-size: 16px;
}

/**
 * Buy Cart
 **/
.cart-content {
    border: 1px solid #dddddd;
}
.cart-content thead {
    background-color: #75b9e6;
    color: #ffffff;
}
.cart-content .product td {
    padding: 12px 15px;
}
.cart-content .prod-main td {
    border-width: 3px;
}
.cart-product .thumb {
    width: 54px;
    height: 54px;
    float: left;
}
.cart-product .thumb img {
    width: 100%;
}
.cart-product .info {
    margin-left: 72px;
}
.cart-product .info h3 {
    font-size: 16px;
    margin: 0 0 5px;
}
.cart-content .td-term select {
    width: 90%;
}



@media (max-width: 991px)
{
    .buy-login-content .order-login-main .col-md-6:last-child {
        border-left: 0 none;
        border-top: 2px solid #dddddd;
        margin-top: 20px;
        padding-top: 15px;
    }
}
@media (max-width: 768px)
{
    .buy-domain .order-step {
        height: auto;
        background-color: transparent;
    }
    .buy-domain .order-step .item {
        float: none;
        margin-bottom: 8px;
    }
    .buy-domain .order-step .item:before {
        display: none;
    }
    .buy-domain .order-step .item {
        padding-left: 16px;
    }
    .order-summary {
        margin: 20px 15px 0;
    }
}
@media (max-width: 480px)
{
    .order-summary .col-xs-5,
    .order-summary .col-xs-7 {
        float: none;
        width: 100%;
    }
    .order-summary .meta-value {
        text-align: left;
        margin-top: 8px;
    }
}



/**
 * Pricing
 **/
#pricing-cont .panel-title {
    font-size: 14px;
    font-weight: bold;
}
#pricing-cont thead th {
    background-color: #eeeeee;
    border-color: #dddddd;
    text-align: center;
}
#pricing-cont thead tr:first-child th:first-child {
    border-right: 1px solid #dddddd;
}
#pricing-cont .row-title th {
    background-color: #555555;
    color: #ffffff;
}
#pricing-cont tbody td {
    text-align: center;
}
#pricing-cont .row-item th {
    background-color: #eeeeee;
    text-align: right;
}
#pricing-cont .row-item .form-control {
    display: inline-block;
}


/**
 * Contact
 **/
tr.contact-default {
    background-color: #75b9e6;
    color: #ffffff;
}
tr.contact-default a {
    color: #ffffff;
    font-weight: bold;
}


/**
 * Message
 **/
.modal-message {
    position: fixed;
    top: 0;
    left: 0;
    right: 18px;
    z-index: 999999;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #777777;
    background-color: #ffffff;
    border-radius: 0 0 6px 6px;
    border: 2px solid #eeeeee;
    border-top: 0 none;
}
.modal-message.message-success {
    background-color: #71d398;
    border-color: #71d398;
    color: #ffffff;
}
.modal-message.message-danger {
    background-color: #f68484;
    border-color: #f68484;
    color: #ffffff;
}
.modal-message i {
    font-size: 42px;
}
.modal-message p {
    margin: 15px 0 0;
}

/**
 * Sortable
 */
body.dragging, body.dragging * {
    cursor: move !important;
}

.sorted-table .td-move:hover {
    cursor: move;
}
.sorted-table .dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
}
.sorted-table tr.placeholder {
    position: relative;
}
.sorted-table tr.placeholder:before {
    position: absolute;
}

/**
 * Set Normal Cursor
 */
.noCursor{
    cursor: default;
}

.navbar-brand #logo{
    height: 40px;
    margin-top: 5px;
    margin-left: 25px;
}


/**
 * Branding Settings
 */
.branding-logo-preview {
    margin-right: 15px;
}
.branding-logo-preview img {
    width: 200px;
    border: 3px solid #dddddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.branding-logo-input .btn {
    vertical-align: top;
    margin-top: 10px;
}
.branding-fav-preview {
    margin-right: 15px;
}
.branding-fav-preview img {
    width: 30px;
    margin-top: 12px;
    border: 3px solid #dddddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.branding-fav-input .btn {
    vertical-align: top;
    margin-top: 10px;
}

.branding-social tr:first-child td {
    border-top: 0 none;
}
.branding-social i {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #81868f;
    color: #ffffff;
    margin-right: 4px;
}

.branding-web-content tr:first-child td {
    border-top: 0 none;
}

.branding-web-layout tr:first-child td {
    border-top: 0 none;
}

.branding-url tr:first-child td {
    padding-top: 30px;
    border-top: 0 none;
}
.branding-url tr:last-child td {
    border: 0 none;
}

/**
 *  Email Notifications
 **/
.email-preferences div.col-sm-4.col-xs-12 {
    text-align: center;
}
.email-preferences .mandatory .notification{
    margin-right: 25%;
}
.email-preferences .email-menu{
    margin-top: 50px;
}

/**
 *  Email Notifications Detail
 **/
.table > thead > tr > th.title {
    background-color: #f3f5f6;
    text-transform: uppercase;
}


.buy-domain-login form .has-error label{
    color:#f68484 !important;
}

.buy-domain-login form .has-success label{
    color:#768399 !important;
}


#renew_payment label#payment-error{
    width: 200px !important;
    margin-top: 18px !important;
}

.additional_detail{
    margin-bottom: 15px;
    border: 1px solid #dddddd;
    padding: 20px 10px;
}
.additional_detail h3{
    margin-top: 0px !important;
}

.brandedNS label{
    color: #768399 !important;
}
.brandedNS label#fully_type_cns-error{
    position: absolute;
    width: 500px;
    top: 10px;
    left: 25px;
    color: red !important;
}
.brandedNS label#fully_type_a-error{
    position: absolute;
    width: 500px;
    top: 10px;
    left: 25px;
    color: red !important;
}

/**
 * manage users
 */


.alert-yellow {
    background-color: #FFFCC8;
    border-color: #F6D473;
    color: #454549;
}
.alert-yellow a {
    color: #1E6A96;
}
.border-warning {
    border:1px solid #fbe3c6;
}
.bdr-tbl {
    border: 2px dashed #7E8A9E;
}
.borderless td,.borderless th {
    border: none!important;
}
.block-box{
    padding:0px 0px;
}
.bx p{
    font-size:11px
}
.bx:hover{
    background-color:#d9edf7;
    border:1px solid #bce8f1;
}
.bx{
    padding:30px 5px 15px 5px;
    border:1px solid #ddd;
    border-radius:4px;
    margin-bottom:15px;
    min-height: 211px;
}
.usersmanage .round i{
    padding-top: 20px;
    color:white;
}
.usersmanage .round{
    border-radius:40px;
    width:70px;
    height:70px;
}
.center {
    text-align:center;
}

@media (min-width: 992px){
    .col-md-25{
        width:20%;
        padding:15px 10px;
        float:left;
    }
}

.my-img-circle{
    border: 1px solid #e7e7e2;
    padding: 7px;
    margin-top: -15px;
    width: 40%;
}

#edit-user .media-edit {
    margin-top: 10px;
}

.detail-action .btn-active-now {
    padding-left: 10px !important;
}
.detail-action .btn-delete-now {
    padding-left: 10px !important;
}

td.profit_minus {
    color: crimson;
    /*border: 1px double #fe0000!important;*/
    background-color: #ffe9e6;
}

.set_profit_hide{
    display: none;
}
.show_hide_toggle th{
    padding: 0px !important;
}
.sep-angle .form-control {
    margin: auto;
}
#manage-prices-form td.tld_title {
    text-align: left;
}
#manage-prices-form th.tld_title {
    text-align: left;
}
tr.form_profit{
    background-color: ghostwhite;
}
.slab_indicator{
    background-color: transparent;
    border-color: transparent;
    width: 110px !important;
    text-align: left;
}

#tld_add_single .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #e65858;
}

.newsletter-div{
    transition: visibility 0s, opacity 0.5s linear;
}


/* error label ra (reseller aggrement) */
#reseller-register-form .ra .help-block,
#customer-register-form .ra .help-block
{
    position: absolute;
    top: 35px;
}

.ra {
    margin-bottom: 20px;
}
.ra .icheckbox_flat-blue .help-block, .ra #agree-error {
    margin-left: 30px;
    /*    position: absolute;
        margin-top: 2px;*/
}

#user-manage-url .info {
    margin-left: 12px;
    margin-top: 10px;
}

.domain-name {
    word-wrap: break-word;
    line-height: 25px;
}
body.login-page #login .logo-wrapper {
    width: 100%;
    margin-top: -75px;
    margin-bottom: 25px;
}
body.login-page #login #logo {
    position: relative;
    top: 0px;
    margin-left: 115px;
    max-width: 176px;
    left: 0;
}

.btn-md {
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.33;
    border-radius: 4px;
}

/* Custom scroll x tabel data deposit */
.table-scroll {
    position: relative;
    max-width: 100%;
    overflow-x: hidden;
}

.table-scroll:hover {
    overflow-x: auto;
}


.table-scroll::-webkit-scrollbar {
    height: 6px;
}

.table-scroll::-webkit-scrollbar-thumb {
    background-color: rgba(100, 100, 100, 0.5);
    border-radius: 6px;
}

.table-scroll::-webkit-scrollbar-thumb:hover {
    background-color: rgba(100, 100, 100, 0.8);
}

.table-scroll::-webkit-scrollbar-track {
    background-color: transparent;
}
/* End custom scroll-x tabel */
