/*

[Theme Overrides Stylesheet]

Project: CloudServer - Responsive HTML5 Technology, Web Hosting and WHMCS Template
Version: 1.7
Author : ThemeLooks.com


NOTE:
------
PLEASE DO NOT EDIT THIS CSS, YOU MAY NEED TO USE "custom.css" FILE FOR WRITING YOUR CUSTOM CSS.
WE MAY RELEASE FUTURE UPDATES SO IT WILL OVERWRITE THIS FILE. IT'S BETTER AND SAFER TO USE "custom.css".


[TABLE OF CONTENTS]

1. GENERAL STYLES
	##. DATATABLES
	##. DROPDOWN MENU
	##. SOCIAL BUTTONS
	##. BRANDING

2. NAVIGATION AREA

3. HEADER AREA

4. HOME BANNER AREA

5. HOME SHORTCUTS AREA

6. MAIN BODY AREA

7. LOGIN AREA

8. ORDER FORM

9. MEDIA QUERIES

10. LANDING PAGE
	10.1. PRICING
	10.2. FAQ

11. ORDER PAGE
	11.1. PANEL SIDEBAR: LIST GROUP
	11.2. SUMMERY
	11.3. CART ITEMS

*/

/*------------------------------------*\
    1. GENERAL STYLES
\*------------------------------------*/
body {
    font-size: 14px;
    line-height: 1.42857143;
}

a,
a:link,
a:visited,
a:hover,
a:active {
    color: inherit;
}

a.label {
    color: #fff; /* Reset the anchor label color */
}

a.btn {
    color: #fff; /* Reset the anchor button color */
}

a.btn-default {
    color: #333; /* Set the anchor default button color */
}

a.btn,
button.btn {
    border-radius: 30px;
}
button.btn:hover,
button.btn:focus,
button.btn:active:hover,
button.btn:active:focus {
    outline: 0;
}

input[type=checkbox],
input[type=radio] {
    margin-top: 2px;
}

.btn-custom-reverse {
	color: #fff;
}

.container-fluid.without-padding {
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden;
}

.form-control {
    border-color: #eee;
    border-radius: 0;
    box-shadow: none;
}

.form-control:focus {
    box-shadow: none;
}

.alert {
	border-radius: 0;
}

.landing-page.ssl .detailed-info .panel-heading h4 a {
	color: #fff !important;
}

.tiles .tile {
    border-style: solid;
    border-width: 1px 0 1px 1px;
    border-color: #eee;
}

.tiles .tile:last-child {
    border: 1px solid #eee;
}

@media screen and (max-width: 767px) {
	.tiles .tile:nth-child(1),
	.tiles .tile:nth-child(2) {
		border-top: 1px solid #eee;
		border-bottom-width: 0;
	}
	
	.tiles .tile:nth-child(2) {
		border-left: 1px solid #eee;
		border-right: 1px solid #eee;
	}
}

div.header-lined .breadcrumb {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.announcement-single .title {
    display: inline-block;
    margin-bottom: 10px;
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    line-height: 30px;
	font-weight: 600;
}
.domain-pricing {
    margin-bottom: 10px;
}

.domain-pricing img {
    max-width: 100%;
    height: auto;
}

.domain-pricing > h4:first-child {
    margin: 0 0 15px;
    color: #222;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

.domain-pricing .tld-filters {
    margin: -10px -5px 15px;
    font-size: 0;
    line-height: 0;
}

.domain-pricing .tld-filters .label {
    display: inline-block;
    margin: 10px 5px 0;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
}

.domain-pricing .tld-pricing-header {
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
    font-weight: 400;
}

.domain-pricing .tld-pricing-header .col-sm-4,
.domain-pricing .tld-pricing-header .col-xs-4 {
    padding-top: 14px;
    padding-bottom: 12px;
}

.domain-pricing .tld-pricing-header .col-sm-4,
.domain-pricing .tld-pricing-header .col-xs-4 {
    background-color: transparent;
}

.domain-pricing .tld-pricing-header div.col-sm-4,
.domain-pricing .tld-pricing-header div.col-xs-4 {
    border-color: #23afe3;
}

.domain-pricing .tld-row {
    margin: 0;
    padding: 0;
}

.domain-pricing .tld-row .row {
    padding-top: 10px;
    padding-bottom: 10px;
}

.domain-pricing .tld-row.highlighted {
    background-color: #f5f5f5;
}

.domain-pricing .tld-row strong {
    display: inline-block;
    padding: 10px 0;
}

.domain-pricing .two-row-center {
    border-color: #ddd;
}

.sidebar .panel {
    border: 1px solid #eee;
    border-radius: 0;
    font-size: 14px;
    line-height: 24px;
}

.sidebar .panel-heading {
    background-color: #f0f0f0 !important;
    border-color: #f0f0f0;
    border-radius: 0;
	cursor: pointer;
}

.sidebar .panel-heading.active .fa-chevron-up:before {
    content: "\f078";
}

.sidebar .list-group .list-group-item {
    border-color: #eee;
}

.sidebar .panel-footer .col-xs-6 .btn-block {
    padding-left: 0;
    padding-right: 0;
}

/* ##. DATATABLES */
.dataTables_wrapper {
    font-size: 14px;
    line-height: 24px;
}

div.dataTables_wrapper table.table-list {
    margin-bottom: 0 !important;
}

div.dataTables_wrapper table.table-list thead th {
    position: relative;
    z-index: 0;
}

div.dataTables_wrapper table.table-list thead th:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    height: 4px;
    background-color: #000;
    opacity: 0;
    z-index: -1;
}

div.dataTables_wrapper table.table-list thead th:nth-child(even):before {
    opacity: 0.1;
}

div.dataTables_wrapper table.table-list tr:first-child td {
    border-top-width: 0;
}

.dataTables_wrapper .dataTables_filter label input.form-control {
	height: auto;
    margin-top: 4px;
    background-position: 10px center;
}

@media screen and (max-width: 600px) {
	div.dataTables_wrapper div.dataTables_info {
		padding-bottom: 60px !important;
	}

	.dataTables_wrapper .dataTables_filter {
		margin-top: 60px;
	}
	
	div.dataTables_wrapper .dataTables_filter label .form-control {
		margin-top: 0;
	}
}

@media screen and (max-width: 767px) {
	div.dataTables_wrapper table.table-list thead th,
	div.dataTables_wrapper table.table-list tbody td {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	div.dataTables_wrapper table.table-list thead th:nth-child(3),
	div.dataTables_wrapper table.table-list thead th:nth-child(4),
	div.dataTables_wrapper table.table-list tbody td:nth-child(3),
	div.dataTables_wrapper table.table-list tbody td:nth-child(4) {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	div.dataTables_wrapper table.table-list thead th:nth-child(5),
	div.dataTables_wrapper table.table-list tbody td:nth-child(5) {
		display: none;
	}
}

/* ##. DROPDOWN MENU */
#main-body .dropdown-menu > li > a:hover,
#main-body .dropdown-menu > li > a:focus {
	background-color: transparent;
}

/* ##. SOCIAL BUTTONS */
.btn-social {
    padding: 10px 20px 10px 60px;
	border-radius: 2px !important;
    border-width: 0;
    transition-property: color, background-color;
    transition-duration: .25s;
    transition-timing-function: ease-in-out;
}

.btn-google { background-color: #dd4b39; color: #fff;}

.btn-google:hover { color: #fff !important;}

.btn-social i.fa {
    width: 40px;
    font-size: 1.2em;
    line-height: 40px;
}

/* ##. BRANDING */
.main-content > p:last-child[style="text-align:center;"] {
    display: none;
}

/*------------------------------------*\
    2. NAVIGATION AREA
\*------------------------------------*/
.contact-bar a {
    color: #fff;
}

/*------------------------------------*\
    3. HEADER AREA
\*------------------------------------*/
#header {
    border-top: 1px solid #e9e9e9;
}

section#header {
    border-radius: 0;
}

ul.top-nav {
    margin-top: 0;
}

ul.top-nav > li.primary-action > a.btn {
	border-radius: 20px;
    box-shadow: none;
    transition: color .25s, background-color .25s ease-in-out;
}

ul.top-nav > li > a.btn-logged-in-admin {
    padding-right: 0;
    box-shadow: none;
}

.navbar-main {
    border-radius: 0;
}

.navbar-main .navbar-toggle {
    padding-left: 0;
    padding-right: 0;
    border: 0;
}

.navbar-main .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-main .navbar-toggle:focus,
.navbar-main .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-main .navbar-nav > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-transition: color .25s, background-color .25s ease-in-out, border-color .25s;
            transition: color .25s, background-color .25s ease-in-out, border-color .25s;
}

.navbar-main .navbar-nav > li > a:hover,
.navbar-main .navbar-nav > li > a:focus,
.navbar-main .navbar-nav > .active > a,
.navbar-main .navbar-nav > .active > a:hover,
.navbar-main .navbar-nav > .active > a:focus,
.navbar-main .navbar-nav > .open > a,
.navbar-main .navbar-nav > .open > a:hover,
.navbar-main .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #202736;
}

.navbar-main .dropdown-menu a {
    -webkit-transition: color .25s, background-color .25s ease-in-out, border-color .25s;
            transition: color .25s, background-color .25s ease-in-out, border-color .25s;
}

/*------------------------------------*\
    4. HOME BANNER AREA
\*------------------------------------*/
section#home-banner {
    padding: 100px 0;
    background-color: #202736;
    background-size: auto;
    background-repeat: repeat;
}

section#home-banner h2 {
    margin-top: -5px;
    margin-bottom: 10px;
}

#home-banner input.form-control,
#home-banner input[type="submit"] {
    margin: 0;
    border: none;
    box-shadow: none;
    outline: 0;
}

#home-banner input.form-control {
    border-radius: 30px 0 0 30px;
}
#home-banner input.btn-info {
    border-radius: 0 30px 30px 0;
}

#frmDomainChecker .input-group-lg {
    border-radius: 30px;
}
#frmDomainChecker .input-group-lg > .form-control {
    border-radius: 30px 0 0 30px !important;
}
#frmDomainChecker .input-group-lg .btn {
    border-radius: 0 30px 30px 0;
}

/*------------------------------------*\
    5. HOME SHORTCUTS AREA
\*------------------------------------*/
.home-shortcuts li,
.home-shortcuts li:first-child {
    border-color: #fff;
}

.home-shortcuts li {
    padding: 20px 0;
}

.home-shortcuts .lead {
    margin-top: 17px;
}

/*------------------------------------*\
    6. MAIN BODY AREA
\*------------------------------------*/
#main-body a {
    -webkit-transition: color .25s, background-color .25s ease-in-out, border-color .25s;
            transition: color .25s, background-color .25s ease-in-out, border-color .25s;
}

#main-body a:hover {
    color: #288feb; /* Set the anchor hover color */
}

#main-body a.label:hover {
    color: #fff; /* Reset the anchor label color */
}

#main-body a.btn:hover {
    color: #fff; /* Reset the anchor button color */
}

#main-body a.btn-default:hover {
    color: #333; /* Set the anchor default button color */
}

#main-body a.list-group-item:focus,
#main-body a.list-group-item:hover {
    color: #555; /* Reset the anchor list group item color */
}

#main-body .list-group-item.active,
#main-body .list-group-item.active:focus,
#main-body .list-group-item.active:hover {
    color: #fff;
}

#main-body .list-group-item.active .fa {
	color: #fff !important;
}

div.header-lined h1 {
    color: #202736; /* Set the header lined color */
}

div.header-lined small {
    color: #777; /* Reset the header lined small tag color */
}

.client-home-panels form[action="domainchecker.php"] input.btn:last-child {
    border-radius: 0 30px 30px 0;
}
.client-home-panels form[action="domainchecker.php"] input.form-control {
    border-radius: 30px 0 0 30px;
}

#openTicketSubmit {
	border-radius: 30px;
}

/*------------------------------------*\
    7. LOGIN AREA
\*------------------------------------*/
#login.btn {
    padding: 6px 12px; /* Reset the login button padding */
	border-radius: 30px;
}

/*------------------------------------*\
    8. ORDER FORM
\*------------------------------------*/
#order-standard_cart .order-summary .btn-continue-shopping:hover,
#order-standard_cart .order-summary .btn-continue-shopping:focus {
	color: #303030;
	text-decoration: none;
}

/*------------------------------------*\
    9. MEDIA QUERIES
\*------------------------------------*/
@media screen and (max-width: 991px) {
    #navigation a.navbar-brand {
		margin-left: 15px;
		padding-top: 13px;
	}
	#navigation .navbar-collapse {
		position: absolute;
		left: 0;
		right: 0;
		margin: 0;
		max-height: 320px;
		border-top: 1px solid #e9e9e9;
		background-color: #fff;
		box-shadow: 0 2px 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
		overflow: auto !important;
	}
	#navigation .navbar .nav > li > a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#navigation .navbar .nav > li:hover > .dropdown-menu {
		display: none;
	}
	#navigation .navbar .nav > li.open > .dropdown-menu {
		display: block;
		position: static;
		float: none;
		background-color: #f8f8f8;
		box-shadow: none;
	}
	
	.navbar-main .navbar-collapse {
		max-height: 320px;
		overflow: auto !important;
	}
	.navbar-main .nav > .dropdown > .dropdown-menu {
		float: none;
		position: static;
		background-color: transparent;
		border: 0;
		box-shadow: none;
	}
	.navbar-main .nav > .dropdown > .dropdown-menu > .nav-divider {
		display: none;
	}
}

/*------------------------------------*\
    10. LANDING PAGE
\*------------------------------------*/
/* 10.1. PRICING */
.landing-page .get-started .choose-product .btn {
    padding: 10px 20px;
    box-shadow: none;
    border-width: 0 1px;
    transition: background-color .25s ease-in-out;
    outline: 0;
}

.landing-page .get-started .choose-product .btn:first-child {
    border-left-width: 0;
}

.landing-page .get-started .btn.btn-order-now {
	padding: 8px 25px;
	color: #333;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: none;
    transition: background-color .25s ease-in-out;
    outline: 0;
}

.landing-page .product-options div.price {
    margin: 20px 0;
}

.landing-page .pricing .cycle-change {
    box-shadow: none;
    transition: background-color .25s ease-in-out;
}

/* 10.2. FAQ */
.landing-page #faq {
    margin: 0;
    padding: 80px 0;
    background-color: #f9f9f9;
}

/*------------------------------------*\
    11. ORDER PAGE
\*------------------------------------*/
/* 11.1. PANEL SIDEBAR: LIST GROUP */
.panel-sidebar a.list-group-item .fa {
    transition: color .25s;
}

/* 11.2. SUMMERY */
#order-standard_cart div.summary-container {
    padding-top: 12px;
    font-size: 14px;
    line-height: 24px;
}

#order-standard_cart div.summary-container .total-due-today {
    margin-top: 18px;
}

#order-standard_cart div.summary-container .total-due-today .amt {
    margin-bottom: 8px;
}

#order-standard_cart .order-summary .btn-continue-shopping {
    padding: 10px 5px 5px;
	border-radius: 0;
    text-decoration: none;
}

/* 11.3. CART ITEMS */
.view-cart-items .item-title .btn-link {
    color: #222;
    text-decoration: none;
}

#order-standard_cart .view-cart-items div.item,
#order-standard_cart .view-cart-items .item-price span.cycle {
    font-size: 14px;
}

#order-standard_cart .view-cart-items span.item-title {
    font-size: 1.4em;
}

#order-standard_cart .empty-cart button.btn {
	text-decoration: none;
}
