/*
 * Cloudcone specific CSS overrides
 *
 * IMPORTANT: Update the "?ver=X" on included URLs with any updates to this file
 * Included in:
 * /fontend/header.php
 * /frontend/signup.php
 */

/* General style and alignment fixes */
body {
	background-color: #FFFCF5;
}
@media (min-width: 1200px) {
	.container {
	    width: 1080px;
	}
}
.padding {
	padding-top: 5px;
	padding-bottom: 5px;
}

.no-padding {
	padding: 0 !important;
}
.instance-action {
	font-size: 45px !important;
	width: auto;
}
.btn {
	border-radius: 3px !important;
}
.btn-round {
    border-radius: 26px !important;
}
.btn-xs .uil-reload-css.reload-small {
	width: 14px !important;
	height: 14px !important;
}
.btn-xs .uil-reload-css.reload-small div {
	width: inherit !important;
	height: inherit !important;
	border-width: 2px;
}
.card[data-background="image"] .content .btn-neutral:hover,
.card[data-background="image"] .content .btn-neutral:focus,
.card[data-background="color"] .content .btn-neutral:hover,
.card[data-background="color"] .content .btn-neutral:focus {
	color: #444;
}
.alert {
	margin-bottom: 0 !important;
}
hr {
	border-color: rgba(0,0,0,0.1);
}
.footer hr {
    border-color: #F1EAE0 !important;
}
.list-padding li + li {
	margin-top: 10px;
}
.tooltip.left .tooltip-inner:after {
	top: 10px;
}
.tooltip.left .tooltip-inner:before {
	top: 10px;
}
.nav-pills > li:last-of-type > a {
	border-radius: 0 30px 30px 0;
}
.code-selector-block {
	cursor: default !important;
	color: inherit !important;
}
.bootstrap-select > select {
	pointer-events: none;
}

.bc-sep:before {
	display: inline-block;
	content: "/";
	color: rgba(0,0,0,0.2);
	font-size: 1em;
	margin: 0 5px;
}

.btn-transparent,
.btn-transparent:active,
.btn-transparent:hover,
.btn-transparent:focus {
	background-color: rgba(0,0,0,0.05) !important;
	border-color: transparent !important;
}

.text-right {
	text-align: right !important;
}

.text-left {
	text-align: left !important;
}

.text-strike,
.text-line-through {
	text-decoration: line-through !important;
}

/* Dropdown */
.btn.dropdown-toggle:active,
.btn.dropdown-toggle:focus,
.btn.dropdown-toggle:hover {
	/* background-color: rgba(0,0,0,0.5) !important; */
	background-color: rgba(0,0,0,0.08) !important;
	/* color: rgba(255, 255, 255, 1) !important; */
	color: #66615b !important;
}
.open > .btn.dropdown-toggle:active,
.open > .btn.dropdown-toggle:focus,
.open > .btn.dropdown-toggle:hover,
.open > .btn.dropdown-toggle {
	/* background-color: rgba(0,0,0,0.5) !important; */
	background-color: rgba(0,0,0,0.08) !important;
	/* color: rgba(255, 255, 255, 1) !important; */
	color: #66615b !important;
}
.dropdown-menu.open {
	box-shadow: 0 10px 18px rgba(0,0,0,0.15);
}
/* .dropdown-menu > li > a {
	transition: all 150ms linear;
} */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	/* background-color: rgba(0,0,0,0.5) !important; */
	background-color: rgba(0,0,0,0.08) !important;
	/* color: rgba(255, 255, 255, 1) !important; */
	color: #66615b !important;
}
.bootstrap-select.open .btn.form-control .caret,
.bootstrap-select.open .btn.form-control:focus .caret,
.bootstrap-select.open .btn.form-control:hover .caret {
	border-top-color: rgba(255, 255, 255, 0.7) !important;
}
@media(min-width: 768px) {
	.navbar-nav > li > .dropdown-menu:before,
	.dropdown .dropdown-menu:before {
		top: -12px !important;
	}
	.navbar-nav > li > .dropdown-menu:after,
	.dropdown .dropdown-menu:after {
		top: -11px !important;
	}
	.navbar-nav > li.open > .dropdown-menu,
	.dropdown.open .dropdown-menu {
		border: 1px solid #F1EAE0;
	}
}

/* Custom table styles */
.table tbody tr:hover {
	background-color: rgba(0,0,0,0.02);
}
.table thead tr > th,
.table thead tr > td,
.table tbody tr > th,
.table tbody tr > td,
.table tfoot tr > th,
.table tfoot tr > td {
	border-top: 1px solid rgba(0,0,0,0.05);
}
.table .td-actions .btn.btn-sm,
.table .td-actions .btn.btn-xs {
	padding-left: 6px;
	padding-right: 6px;
}
.table-responsive {
	border: 0 !important;
}
.td-input-btn form {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	width: 100%;
}
.td-input-btn .btn {
	flex-grow: 0;
	flex-shrink: 0;
}
.td-input-btn .border-input {
	flex-grow: 1;
	flex-shrink: 1;
	min-width: 100px;
	margin-right: 5px;
}

/* Custom card styles */
.card .card-title {
	margin-top: 0;
	margin-bottom: 15px;
}
.card .card-title + hr {
	margin-top: 15px;
	margin-bottom: 15px;
}
.card .category + hr {
	margin-top: 15px;
	margin-bottom: 15px;
}
.card .label {
	font-size: 0.75em;
	margin-bottom: -5px;
}
.card-white .form-control {
	background-color: rgba(255,255,255,0.5);
	border: 1px solid rgba(0,0,0,0.18);
}
.card-white .input-group-addon {
	background-color: rgba(255,255,255,0.5);
	border: 1px solid rgba(0,0,0,0.18);
}

@media(min-width: 768px) {
	.instance-bill-row .card {
		min-height: 171px;
	}
}

/* Collapsable panels */
.panel {
	background-color: transparent;
}
.panel-default .panel-heading {
	background-color: transparent;
}

/* Navbar */
.navbar {
	z-index: 10000;
}

/* Nav bar toggle */
.navbar-header .navbar-toggle {
	margin-top: 16px !important;
	margin-bottom: 0 !important;
}

/* Nav bar spacing */
.navbar .navbar-nav > li > a {
	padding: 10px 12px;
}

/* Nav bar buttons */
.btn-nav-container {
	margin-right: 5px !important;
}

.btn-navbar {
	display: inline-flex !important;
	flex-direction: row !important;
	align-items: center !important;
	justify-content: center !important;
	width: 40px !important;
	height: 40px !important;
	margin-top: 16px !important;
	margin-bottom: 16px !important;
	padding: 0 !important;
	padding-top: 2px;
}

/* Nav bar profile photo */
.navbar .navbar-nav > li > a.profile-photo {
	margin-top: 16px;
	margin-bottom: 16px;
}
.navbar .navbar-nav > li > a.profile-photo .profile-photo-small img {
	border-radius: 3px;
}

.navbar .navbar-nav > li > a.profile-photo {
	padding: 0px !important;
}

/* Nav bar dropdowns */
@media (min-width: 768px) {
	.dropdown-hover:hover .dropdown-menu {
		transform: translate3d(0, 0, 0);
		opacity: 1;
		visibility: visible;
	}
}

/* Alert */
.alert .alert-wrapper .message {
	margin: 10px 0;
}

/* Support page */
.media {
	border-bottom: 1px solid rgba(0,0,0,0.05);
}
.media .media-body {
	overflow: visible;
}
.support-ticket-img {
	width: auto;
	max-width: 300px;
	max-height: 300px;
    display: block;
    border-radius: 5px;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.1);
    border: 1px solid #ddd;
	transition: all 250ms ease;
}
.support-ticket-img:hover {
	box-shadow: 0 2px 12px 0 rgba(0,0,0,0.1);
	transform: translate(0, -3px);
	transition: all 250ms ease;
}
.support-ticket-dl {
	display: inline-flex;
	border-radius: 6px;
	border: 1px solid rgba(0,0,0,0.1);
	background-color: rgba(0,0,0,0.02);
	color: #666 !important;
	text-decoration: none !important;
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
	transition: all 250ms ease;
}
.support-ticket-dl:hover {
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
	transform: translate(0, -3px);
	transition: all 250ms ease;
}
.support-ticket-dl .fa {
	display: block;
	padding: 15px;
	color: #888 !important;
	font-size: 20px;
}
.support-ticket-dl-name {
	display: block;
	padding: 15px;
	color: #666;
}

.bot-0 {
	margin-bottom: 0 !important;
}
.description.small {
	font-size: 85%;
}

/* User profile */
.profile-img-main {
	width: 160px;
    height: 160px;
    border: 5px solid #FFFCF5;
    box-sizing: border-box;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
}
.profile-name h2 {
	margin-top: 0;
	font-weight: bold;
	text-align: center;
}
.profile-stats {
	display: block;
	margin-top: 20px;
	color: rgba(0,0,0,0.35);
	font-size: 16px;
}
.profile-stat {
	font-size: 25px;
	/* color: rgba(0,0,0,0.5); */
}
.profile-stat .text {
	font-size: 16px;
	/* color: rgba(0,0,0,0.35); */
	text-transform: uppercase;
}
.profile-background .filter-black::after {
	background-color: transparent !important;
	box-shadow: inset 0 -20px 60px -18px rgba(0,0,0,0.08);
}
.profile-background {
	margin-top: 0 !important;
}

/* Login */
.full-screen.login .demo-card {
	background-color: transparent !important;
}
.login-greeting {
	margin-bottom: 20px;
}
.login-greeting h2 {
	margin: 0;
}
.login-greeting p {
	margin: 0;
}
.full-screen.login .demo-card .btn-block {
	margin-top: 20px !important;
}
.full-screen.login .background {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
}

/* Tutorials */
.popover[class*="tour-"]  {
	z-index: 9999 !important;
}
.popover .popover-title {
	background-color: rgba(0,0,0,0.05);
}
.login-footer {
	color: #988c6f !important;
}
.popover-navigation .btn-group {
	display: none !important;
}

/* Compute Create */
.final-price-discount {
	font-size: 16px;
	margin-bottom: 0;
	text-align: center;
}
.final-price-discount-tag {
	color: #a79c8a;
	display: inline-block;
	background-color: #f5f1e9;
    padding: 4px 8px;
    border-radius: 4px;
    border: 1px solid #e6dcd0;
    box-shadow: 0 10px 10px -8px rgba(0,0,0,0.2);
    transform: rotate(-5deg);
	position: relative;
	margin: 0 10px 0 5px;
}
.final-price-discount-tag:after {
	content: "";
    display: block;
    position: absolute;
    margin: auto;
    z-index: 99;
    background-color: #de2b2b94;
    height: 2px;
    border-radius: 2px;
    top: 0;
    bottom: 0;
    left: -10%;
    right: 0;
    width: 120%;
    transform: rotate(10deg);
}

/* Compute Create Page */
.section-com-resources .input-group input[readonly],
.section-com-resources .input-group input[readonly] + .input-group-addon,
.section-com-resources .input-group .form-control[readonly],
.section-com-resources .input-group .form-control[readonly] + .input-group-addon,
.section-com-resources .input-group input:read-only,
.section-com-resources .input-group input:read-only + .input-group-addon {
	background-color: rgba(0,0,0,0.05) !important;
	color: rgba(0,0,0,0.5) !important;
	cursor: default;
}
.deploy-server-btn {
	overflow: hidden;
	position: relative;
}
.deploy-server-btn i {
	margin: auto !important;
	left: 0;
	right: 0;
	position: absolute;
	transform: translateY(50px) scale(0);
	transition: all 650ms ease;
}
.deploy-server-btn:hover i {
	transform: translateY(0px) scale(1.4);
	transition: all 250ms ease;
}
.deploy-server-btn .deploy-server-btn-text {
	display: inline-block;
	transform: translateY(0px);
	transition: all 650ms ease;
}
.deploy-server-btn:hover .deploy-server-btn-text {
	transform: translateY(-50px);
	transition: all 250ms ease;
}
.deploy-server-btn .uil-reload-css {
	position: absolute;
    left: auto;
    right: 14px;
    top: 14px;
}

/* Tic tac toe */
.tic-tac-toe-wrapper {
	width: 300px;
	height: auto;
	margin: 0 auto;
	transition: all 250ms ease;
}
.tic-tac-toe {
	width: 300px;
	height: auto;
	margin: 0 auto;
	box-sizing: border-box;
	/* padding: 15px; */
	border: 3px solid rgba(0,0,0,0.05);
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 0 0 0 rgba(0,0,0,0.14);
	transition: all 250ms ease;
}

.tic-tac-toe .score {
	margin: 0 !important;
}
.tic-tac-toe .score-row {
	border-bottom: 3px solid rgba(0,0,0,0.05);
	background-color: rgba(255,255,255,0);
}
.tic-tac-toe .score-row p {
	margin: 0 !important;
}
.tic-tac-toe .score-card {
	padding: 15px;
	color: rgba(0,0,0,0.15);
	transition: all 250ms ease;
}
.tic-tac-toe .score-card p {
	opacity: 0.4;
}

.tic-tac-toe .tile {
	height: 100px;
	width: 100px;
	display: block;
	cursor: pointer;

	position: relative;
	vertical-align: top;

	padding: 15px;
	/* margin-bottom: 5px; */
	box-sizing: border-box;

	color: rgba(0,0,0,0.15);
	font-size: 60px;
	text-align: center;

	flex-shrink: 0;
	flex-grow: 0;

	transition: all 250ms ease;
}
.tic-tac-toe-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background-color: rgba(255,255,255,0);
}
.tic-tac-toe-row + .tic-tac-toe-row {
	border-top: 3px solid rgba(0,0,0,0.05);
}
.tic-tac-toe-row .tile + .tile {
	border-left: 3px solid rgba(0,0,0,0.05);
}

.tic-tac-toe-wrapper:hover .tic-tac-toe {
	box-shadow: 0 30px 24px -28px rgba(0,0,0,0.16);
}
.tic-tac-toe-wrapper:hover .tic-tac-toe-row {
	background-color: rgba(255,255,255,0.6);
}
.tic-tac-toe-wrapper:hover .score-row {
	background-color: rgba(255,255,255,0.4);
}
.tic-tac-toe-wrapper:hover .tic-tac-toe .score-card-x {
	color: #5ba2bd;
}
.tic-tac-toe-wrapper:hover .tic-tac-toe .score-card-o {
	color: #4f9748;
}
.tic-tac-toe-wrapper:hover .tic-tac-toe .X-play {
	color: #5ba2bd;
}
.tic-tac-toe-wrapper:hover .tic-tac-toe .O-play {
	color: #4f9748;
}

/* Captcha */
.captcha-img {
    background-color: #F3F2EE;
    border: 1px solid #e8e7e3;
    border-radius: 4px;
    color: #66615b;
    max-height: 40px;
}
@media(max-width: 992px) {
    .captcha-img {
        margin-bottom: 5px;
    }
}

/* Pagination */
.pagination-small {
	display: block;
	color: #968f87;
}
.pagination-small .input-group {
	margin-left: auto;
	margin-right: 0;
	color: inherit;
}
.pagination-small .paginator-select-page {
	height: 34px;
	font-size: 14px;
	color: inherit;
}
.pagination-small .dropdown-toggle {
	border-radius: 0 !important;
}
.pagination-small .input-group-btn .btn {
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 14px;
	color: inherit;
}
.pagination-small .input-group-btn .btn:hover {
	background-color: rgba(0,0,0,0.08) !important;
}
.pagination-small .input-group-btn:first-child .btn {
	border-radius: 4px 0 0 4px !important;
}
.pagination-small .input-group-btn:last-child .btn {
	border-radius: 0 4px 4px 0 !important;
}

.chart-container {
	width: 100%;
	height: 300px;
	position: relative;
}
.chart-loader {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cc-loader {
    opacity: 0.35;
}

.dedicated-empty-section {
	text-align: center;
}
.dedicated-img {
	display: inline;
	height: auto;
	width: 100%;
	max-width: 300px;
}

.pwstrength_viewport_progress .progress {
	margin-bottom: 5px;
}

.logo-container {
	position: relative;
	display: inline-block;
}
.logo-container .logo {
	display: inline-block;
}
@keyframes card-higher {
	0%   {transform: translateY(0);}
	5%   {transform: translateY(-10px);}
	100%   {transform: translateY(0);}
}
.card-higher {
	animation-name: card-higher;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}
@keyframes heartbeat{from{transform:scale(1);transform-origin:center center;animation-timing-function:ease-out}10%{transform:scale(.91);animation-timing-function:ease-in}17%{transform:scale(.98);animation-timing-function:ease-out}33%{transform:scale(.87);animation-timing-function:ease-in}45%{transform:scale(1);animation-timing-function:ease-out}}
.heartbeat{animation:heartbeat 1.5s ease-in-out infinite both}
.os-container {
	background-color: #f7f7f7;
	border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.os-container .os-container-option {
	margin-left: 10px;
}
.os-container .icon {
	height: 64px;
	padding-bottom: 10px;
}
.dropdown .dropdown-menu-left:before, .dropdown .dropdown-menu-left:after {
	left: 12px !important;
	right: unset !important;
}
.mr-1 {
	margin-right: 0.25rem !important;
} 

.ml-1 {
	margin-left: 0.25rem !important;
}

.p-0 {
	padding: 0 !important;
}

.p-1 {
	padding: 1px !important;
}

.p-2 {
	padding: 2px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mt-2 {
	margin-top: 2px !important;
}

.mt-0 {
	margin-top: 0 !important;
}

/* Announcekit Widget */
.notification-container,
.notification-container-mobile {
	position: relative;
}

.notification-container-mobile {
	float: right;
}

.notification-container-mobile .btn {
	background-color: transparent !important;
}

.announcekit-widget-badge {
	position: absolute !important;
	top: 15px;
	left: auto;
	right: 1px;
}

.announcekit-widget-badge:not([class*="announcekit-badgeanim-"]) {
	background-color: transparent !important;
}

@media(min-width: 768px) {
	.notification-container-mobile {
		display: none !important;
	}
}

/* VPS manage page */
p.server-manage-status {
	margin-top: 10px;
	margin-bottom: 7px !important;
}

/* Sign out button on Admin SSO alert */
.admin-sso-signout {
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}

/* Hosted Email DNS table */
.table-dns td {
	word-break: break-all !important;
}

/* Modals */
.modal {
	z-index: 10000;
}

.sweet-alert {
	z-index: 10010;
}

/* Domains */
.section-domain-search {
	padding-top: 0;
	padding-bottom: 50px;
}

.section-domain-search h4 {
	margin-top: 0 !important;
}

.card-domain-result .content {
	padding: 20px !important;
}

@media (min-width: 768px) {
	.card-domain-result .row {
		display: flex;
		align-items: center;
	}

	.card-domain-result .row [class^="col-"] {
		display: flex;
		align-items: center;
	}

	.card-domain-result .row .col-actions {
		justify-content: end;
	}
}

.card-domain-result h4 {
	margin: 0 !important;
}

/* Disable content */
.disabled-content {
	filter: grayscale(100%);
	opacity: 0.5;
	pointer-events: none;
}

.subscribe-line .form-control {
	font-size: 2.825em !important;
}
.subscribe-line {
	padding: 55px 0 !important;
}

/* Forms */
.checkbox.disabled.checked .second-icon, .radio.disabled.checked .second-icon {
	color: #7AC29A;
}

/* DataTables */
.dataTables_filter input,
.dataTables_filter input:focus {
	border: 1px solid #CCC5B9;
}

.dataTables_length select {
	border: 1px solid #CCC5B9;
	padding: 7px 18px;
	height: auto;
	margin-right: 5px;
}

.dataTables_length select:focus {
	border: 1px solid #CCC5B9;
}

.dataTables_length label {
	color: #a49e93;
}

div.dataTables_wrapper div.dataTables_length select {
	width: auto;
}

.pagination > li > a {
	color: #968f87 !important;
	border: 1px solid #DDDDDD !important;
	border-radius: 0 !important;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 14px;
	height: 34px !important;
	margin: -1px 0 0 -1px !important; /* Fix border overlap */
	display: flex;
	align-items: center;
}

.pagination > li:not(.active):not(.disabled) > a:hover {
	background-color: rgba(0,0,0,0.08) !important;
}

.pagination > li.disabled > a {
	color: #c5bfb8 !important;
	background-color: unset !important;
}

.pagination > li.disabled > a:hover {
	background-color: unset !important;
}

.pagination > li.active > a {
	color: #ffffff !important;
	border-top-color: #66615B !important;
	border-bottom-color: #66615B !important;
}

.pagination > li:first-of-type > a {
	border-radius: 4px 0 0 4px !important;
}

.pagination > li:last-of-type > a {
	border-radius: 0 4px 4px 0 !important;
}

/* Instance Locations */
.country-icon-select {
	display: inline-block;
	line-height: 1;
	max-height: 20px;
	max-width: 20px;
	margin-right: 10px;
}

.card__compact.card.card-just-text .content {
  padding: 30px 40px !important;
}

.card__compact .content .description {
  margin-bottom: 0;
  margin-top: 18px;
}

.card__compact .content .title {
  margin-bottom: 18px;
  margin-top: 0;
}

/* Black Friday */
.label-black-friday {
	background-color: #eb1b1d;
}
