/*
Theme Name: X-DATA
Theme URI: http://www.whmcsdes.com
Description: X-DATA Template
Version: 1.6
Author: WHMCSdes
Author URI: http://whmcsdes.com
Tags: powerful, host
*/

header {
    background: #358cdd;
    background: -webkit-linear-gradient(to right, #656D78 18%, #358cdd 0%);
    /*ovo sam promjenila background: linear-gradient(to right, #656D78 50%, #358cdd 0%);*/
    background: linear-gradient(to right, #242424 50%, #358cdd 0%);
}

.social-media,
.user-sub,
.contact,
.l-border,
.s-area,
.cat,
a.getstarted-modernlyo,
a.job-modernlyo {
    background: #3897F0;
    background: -webkit-linear-gradient(to left, #358cdd, #3897F0);
    background: linear-gradient(to left, #358cdd, #3897F0);
}

.sub-drpd,
a.sub-drpd:focus,
a.order-plan,
.reg-dom,
.sub-news:focus,
.loading,
.icon-cog,
.plan-st2.active-st2,
.plan-st2:hover,
.plan-st3 h3,
a.order-st3,
.title-faq-lv2,
.fa.fa-database.circle-icon,
.x-data-alert.bg-col,
.table-head,
.bg-colored,
.bg-btn,
.bg-btn.md,
.bg-btn.lg,
.bg-btn-o-brd:hover,
.bg-btn-o-brd.md:hover,
.bg-btn-o-brd.lg:hover,
.fa.fa-rocket.short-rad.bgz,
.bg-btn-cys:hover,
.bg-btn-cys.md:hover,
.bg-btn-cys.lg:hover,
.bg-btn-b-brd:hover,
.bg-btn-b-brd.md:hover,
.bg-btn-b-brd.lg:hover,
.bg-btn-icon,
.bg-btn-icon.md,
.bg-btn-icon.lg,
.fa.fa-rocket.short-sq.bgz,
.fa.fa-rocket.short-circ.bgz {
    background: #3897F0;
}

.plan-icon,
.reg-dom:hover,
.block-inte a,
.block-comp span,
a.chat-n,
.block-footer-mlyo ul li a:hover,
.info-bio h4,
.plan-st2 span,
.fa.fa-star.x-icon,
.order-table .fa.fa-arrow-right,
.title-error-t,
.t-sty-a.colored h2,
.bg-btn-o-brd,
.bg-btn-o-brd.md,
.bg-btn-o-brd.lg,
.bg-btn-b-brd,
.bg-btn-b-brd.md,
.bg-btn-b-brd.lg {
    color: #3897F0;
}

.reg-dom,
.reg-dom:hover,
.block-inte a,
a.chat-n {
    border: 1px solid #3897F0;
}

.table-head th {
    border: 1px solid #3897F0 !important;
}

.active-d {
    border-right: 1px solid #3897F0;
    border-left: 1px solid #3897F0;
}

.login-f {
    border-bottom: 4px solid #3897F0;
}

.active-tabp {
    background: #3897F0 !important;
}

.fa.fa-rocket.short-sq.bgz,
.fa.fa-rocket.short-circ.bgz,
.fa.fa-rocket.short-rad.bgz {
    border: 1px solid #3897F0;
}

.x-data-alert {
    border-left: 6px solid #3897F0;
}

.bg-btn-o-brd,
.bg-btn-o-brd.md,
.bg-btn-o-brd.lg,
.bg-btn-icon,
.bg-btn-icon.md,
.bg-btn-icon.lg {
    border: 2px solid #3897F0;
}

.bg-btn-b-brd,
.bg-btn-b-brd.md,
.bg-btn-b-brd.lg {
    border-bottom: 2px solid #3897F0;
}

.bg-btn-o-brd.md,
.bg-btn-o-brd.lg,
.bg-btn-cys:hover,
.bg-btn-cys.md:hover,
.bg-btn-cys.lg:hover,
.fa.fa-group.border-icon {
    border: 2px solid #3897F0;
}

a.sub-drpd:focus,
.sub-drpd {
    border-bottom: 3px solid #3897F0;
}

.ext-dom {
    background: #3897F0;
}

.ext-dom.grad1 {
    background: #348de0;
}

.ext-dom.grad2 {
    background: #2f7fca;
}

.ext-dom.grad3 {
    background: #2a72b6;
}

.ext-dom.grad4 {
    background: #2665a1;
}


/* Smart Phones */

@media only screen and (min-width: 160px) and (max-width: 767px) {
    header {
        background: #3897F0;
    }
    .s-area {
        background: transparent !important;
    }
}


/* iPads (landscape) */

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    header {
        background: #3897F0;
    }
    .s-area {
        background: transparent !important;
    }
}