/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

/* HIDE .HU INTERVAL (1 year) IN CASE OF DOMAIN TRANSFERS -- 2024-04-05 */
/* Use this is necessary: #order-standard_cart .cart-body .secondary-cart-body form .view-cart-items .item .item-price span[name$=".huPrice"] + .cycle { display: none; } */
#order-standard_cart .view-cart-items .item .item-price span[name$=".huPrice"] + .cycle {
	display: none;
}

/* Hide EPP code by default (domain transfer START + CONFIGURE pages) */
#frmDomainTransfer input[type="hidden"][name="a"][value="addDomainTransfer"] ~ .row .panel-body > .form-group:nth-child(2), /* cart.php?a=add&domain=transfer */
#frmConfigureDomains > .row > .col-sm-12 > .form-group.prepend-icon {                                                       /* cart.php?a=confdomains */
	display: none;
}

/* Hide Login 'Remember me' checkbox -- 2021-11-04 -- T081148 */
/* COMMENTED: 2025-01-03 -- T250347
form.login-form > .checkbox {
	display: none;
}
// */

/* Login CAPTCHA */
form.login-form .domainchecker-homepage-captcha {
	height: 78px;
	margin-bottom: 30px;
}

#tableServicesList td:first-child,
#tableServicesList th:first-child{
  display:none;
}

/* Fake WHMCS invoices, 2021-09-01 */
#alertOverdueInvoice {
	display: none;
}

section#header {
	background: #464646;
	padding: 0px 0 10px;
}
#top-nav {
	margin: 10px 15px 0 0;
}
.navbar-main {
	background-color: #7A9A2C;
	border-top: 1px solid #6A8134;
	box-shadow: 0 -1px 0 0 #7A9A2C, 0 4px 0 0 rgba(0,0,0,0.1);
}
.navbar-main .navbar-nav>.active>a, .navbar-main .navbar-nav>.active>a:focus, .navbar-main .navbar-nav>.active>a:hover, .navbar-main .navbar-nav>.open>a, .navbar-main .navbar-nav>.open>a:focus, .navbar-main .navbar-nav>.open>a:hover, .navbar-main .navbar-nav>li>a:focus, .navbar-main .navbar-nav>li>a:hover {
	color: #222;
	background-color: #87AC31;
}


/* Navbar badges */
.navbar-main .navbar-nav > li > .dropdown-menu > li > a > .badge {
	line-height: 1.2;
	vertical-align: .1em;
	margin-left: .3em;
}


section#home-banner {
	padding: 60px 0 60px;
	color: #464646;
	background: #B9BCCF url(https://tarhely.eu/szkriptek/contentslider/images/banner-bgr.jpg) repeat center top;
}
section#home-banner .btn-warning {
	background-color: #87AF25;
	border-color: #7A9A2C;
}
section#home-banner .btn-warning:hover {
	background-color: #7A9A2C;
	border-color: #6B8927;
}
section#home-banner .btn-info {
	background-color: #15A4D3;
	border-color: #1291BA;
}
section#home-banner .btn-info:hover {
	background-color: #1291BA;
	border-color: #1082A7;
}



.home-shortcuts {background: #87AF25;}
.home-shortcuts .lead { line-height: 68px;}
.home-shortcuts li {padding: 12px 3px; border-right: 1px solid #9bc72d;}
.home-shortcuts li:first-child { border-left: 1px solid #9bc72d;}
.home-shortcuts li:hover {
	background: #93C029;
	transition: all 400ms ease;
}
.home-shortcuts li:hover span {display: none;}



.btn-success {
	color: #fff;
	background-color: #8BB725;
	border-color: #7DA521;
}
.btn-success:hover {
	color: #fff;
	background-color: #7DA521;
	border-color: #759A1F;
}


.status-active, .status-open, .status.completed {
	background-color: #8BB725;
	color: white;
}

.panel-sidebar a.list-group-item.active, .panel-sidebar a.list-group-item.active:focus, .panel-sidebar a.list-group-item.active:hover {
	background-color: #7A9A2C;
	border-color: #7A9A2C;
}

/* Services table */
#tableServicesList > tbody > tr > td {
	cursor: pointer;
}
#tableServicesList > tbody > tr:hover {
	background-color: #f5f5f5;
}

/* Footer */
section#footer {
	background: #464646;
}
section#footer p {
	border-top: none;
	color: #D7D7D7;
}
section#footer p #inner-footer {
	background: none;
}

/* Domain details page: nem kellő elemek elrejtése */
#tabOverview > h3 ~ .row > .col-sm-5:last-child,
#tabOverview > h3 ~ .row > .col-sm-6:last-child {
  display: none;
}
#alertUnpaidInvoice {
	display: none;
}

/*dns checkbox elrejtése, kérésre - 2023.01.12*/
#order-standard_cart #frmConfigureDomains .row.addon-products {
  display: none;
}