/* ====================================STANDARD TAGS AND CLASSES===================================== */
body {
	background-color: #F3F5F8;
}

a:focus {
	color: #444;
}

.alert.alert-info a {
	color: #337ab7;
}


dd,
dt {
	line-height: 1.7;
}

dt {
	font-weight: 500;
	color: #a0aeba;
}

.btn-primary {
	border: 0;
}

.mb-0 {
	margin-bottom: 0;
}

.text-center {
	text-align: center;
}

/* .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary.active, .btn-primary.active:hover, .btn-primary.active:focus {
	background-color:#9e854a!important;
} */

/* active links and buttons remove border */

a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: 0;
	outline-color: transparent;
	outline-width: 0;
	outline-style: none;
}

.fancy-checkbox input[type="checkbox"]:checked+span:before {
	color: #444;
	background-color: #fff;
	border-color: #444;
}

.has-error .form-control {
	border-color: #B44448 !important;
}

.panel-link {
	color: #5E6773 !important;
}


.panel-link .panel {
	transition: all .25s ease;
	-moz-transition: all .25s ease;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	-ms-transition: all .25s ease;
}

.panel-link .panel:hover {
	transform: scale(1.02);
}

/* .panel-link .panel i{
	transition: all .25s ease;
	-moz-transition: all .25s ease;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	-ms-transition: all .25s ease;
} */

.panel-link .panel .panel-heading {
	transition: all .25s ease;
	-moz-transition: all .25s ease;
	/* Firefox 4 */
	-webkit-transition: all .25s ease;
	/* Safari and Chrome */
	-o-transition: all .25s ease;
	/* Opera */
	-ms-transition: all .25s ease;
	/* IE9 (maybe) */
}

.panel-link .panel:hover i {
	color: #5E6773;
}

.panel-link .panel:hover {
	/* color:#C4A65D; */
}

.panel-link .panel:hover .panel-heading {
	background-color: #ecf0f1;
}

.panel-height {
	min-height: 150px;
}

.panel.glow:hover {
	box-shadow: 0 0 8px rgba(67, 67, 67, 0.4);
	-webkit-box-shadow: 0 0 8px rgba(67, 67, 67, 0.4);
	cursor: pointer;
	border-color: rgba(67, 67, 67, 0.2);
}

.panel-webhosting.active,
.panel-webhosting.active:hover {
	border-color: #C4A65D;
	border-radius: 5px;
}

.panel-webhosting.active .panel-heading {
	background-color: #C4A65D;
	border-color: #C4A65D;
}

.product_type .panel .panel-heading a {
	font-size: 20px;
}

.product_type .panel .panel-body {
	padding-top: 20px;
}

.product_type .panel.active .panel-heading a {
	color: #fff;
}

.product_type .panel.active .webhosting-heading {
	color: #fff;
}

.webhosting-heading {
	font-size: 16px;
	color: #333;
}

.webhosting-tagline {
	font-size: 14px;
	font-weight: bold;
}

.webhosting-price {
	font-size: 1.2em;
}

.webhosting-price strike {
	font-size: 0.8em;
}

.no-radius {
	border-radius: 0;
}

.fancy-radio input[type="radio"]:checked+span i:after {
	background-color: #444;

}

.panel-radio button {
	margin-top: 38px;
}

div.panel-body>h2 {
	margin-top: -10px;
	font-size: 1.5em;
}

.actions {
	position: absolute;
	right: 25px;
	top: 10px;
	z-index: 100;
}

a[disabled="disabled"] {
	color: #585858;
	cursor: default;
	border-bottom: none;
}

.dropdown-menu .active>a,
.dropdown-menu .active>a:focus,
.dropdown-menu .active>a:hover {
	background-color: #4E4E4E;
}

.control-label.has-error {
	color: #a94442;
}

.center-flex {
	display: flex;
	justify-content: center;
	align-items: center;
}

.pagination>.active>a,
.pagination>.active a:focus,
.pagination>.active a:hover,
.pagination>.active>span,
.pagination>.active span:focus,
.pagination>.active span:hover {
	background-color: #4E4E4E;
}

.pagination>li>a,
.pagination>li>span,
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:active,
.pagination>li>span:active {
	color: #4E4E4E;
}

.blank-row {
	height: 30px;
}

.webos_options {
	margin-bottom: 30px;
}

.logo {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	max-width: 133px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
}

.brand .logo {
	width: 150px;
	margin-top: 8px;
}

.logo-name {
	display: block;
	width: 146px;
	font-size: 20px;
	margin-top: 8px;
	text-align: center;
	white-space: nowrap;
}

h4 {
	font-weight: bold;
}

h5 {
	font-weight: bold;
}

/* =====================================NAVBAR & SIDEBAR==================================== */

.auth-box {
	height: auto;
}

.custom-bgcolor-gold {
	color: #C4A65D;
}

.navbar-default {
	background: #fff;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	background-color: #f7f7f7;
	color: #000;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	color: #000;
	background-color: #f7f7f7;
}

.navbar-default .navbar-nav>li>a {
	color: #5e6773;
}

.dropdown a.dropdown-toggle {
	min-height: 55px;
	/* padding-top: 17px; */
}

.sidebar-close {
	right: 5px;
	top: 33px;
	position: absolute;
	z-index: 100;
}

.sidebar-close button {
	color: white !important;
}

.sidebar-close button:hover {
	cursor: pointer;
}


.navbar-btn button {
	color: #5e6773;
	line-height: 55px;
}

.navbar-btn button:hover,
.navbar-btn button:focus {
	color: #000;
}

/* .sidebar .nav li > a.active {
	color: #C4A65D!important;
	border-left-color: #C4A65D;
} */

/* .btn-order-products{
	color:white;
	background-color: #C4A65D;

}

.btn-order-products:hover{
	color:white;
	background-color: #9e854a; */

/* } */

.btn-order-products-sidebar {
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.shopping-cart {
	font-size: 22px !important;
}

.basket, .notification {
	padding: 10px;
}

.basket-overview-footer {
	margin-bottom: 20px;
}

.item-count {
	position: absolute !important;
	top: 7px !important;
	left: 35px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	background: #434343;
	color: white;
	font-size: 13px;
}

.item-count.warning {
	background-color: #f0ad4e
}

.stroke-transparent {
	-webkit-text-stroke: 1px #67707B;
	-webkit-text-fill-color: transparent;
}

.hr-small {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dropdown-auto .dropdown-menu::before {
	content: "";
	position: absolute;
	top: -10px;
	bottom: -50px;
	left: -50px;
	right: -50px;
	z-index: -1;
}

@media screen and (max-height: 700px) {
	.basket, .notification {
		padding: 0px !important;
		overflow: auto;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
		max-height: 80vh;
	}
}

/*=================================MAIN CONTENT======================================*/
.main-content {
	background-color: #F3F5F8;
	margin-top: -5px;
}

.info_link {
	float: left;
	z-index: 100;
	border-left: 0 !important;
	padding-left: 0 !important;
	color: #C4A65D !important;
	cursor: pointer !important;
}

.has_info_link {
	float: left;
	border-right: 0 !important;
	padding-right: 0 !important;
}

.breadcrumb i:hover,
.breadcrumb i:focus {
	color: #9e854a;
}

.panel {
	/* border: 0; */
	border-color: #dfe6e9;
	border-radius: 0;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.panel .panel-body {
	padding-bottom: 10px;
}

.panel-body .panel-title {
	margin-bottom: 15px;
}

.content-heading {
	background-color: transparent;
	border-bottom: 0;
	margin: 5px -10px 0px -10px;
}

.content-heading .page-title {
	/* font-size: 24px; */
}

.left {
	left: 0;
}


#table_dns td {
	white-space: nowrap;
	overflow: hidden;
}

#table_dns {
	table-layout: fixed
}

.form-condensed .form-group {
	margin-bottom: 0px;
}

.table .form-control-static {
	padding-top: 4px;
	padding-bottom: 0px;
	display: table-cell;
	vertical-align: middle;
}

/*================================== CHAT CSS ==========================================*/
* {
	box-sizing: border-box;
}


.messages {
	position: relative;
	list-style: none;
	padding: 20px 10px 0 10px;
	margin: 0;
}

.messages .message {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
	transition: all 0.5s linear;
	opacity: 0;
}

.messages .message.left .avatar {
	float: left;
}

.messages .message.left .text_wrapper {
	background-color: #F3F5F8;
	/* margin-left: 20px; */
}

.messages .message.left .text_wrapper::after,
.messages .message.left .text_wrapper::before {
	right: 100%;
	border-right-color: #F3F5F8;
}

.messages .message.left .text {
	color: #45829b;
}

.messages .message.right .avatar {
	float: right;
}

.messages .message.right .text_wrapper {
	background-color: #434343;
	margin-right: 20px;
	float: right;
	color: white;

}

.messages .message.right .text_wrapper::after,
.messages .message.right .text_wrapper::before {
	left: 100%;
	border-left-color: #434343;
}

.messages .message.right .text {
	color: white;

}

.messages .message.appeared {
	opacity: 1;
}

.messages .message .avatar .fa-user {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: inline-block;
}

.messages .message .text_wrapper {
	display: inline-block;
	padding: 20px;
	border-radius: 6px;
	/* width: calc(100% - 85px); */
	min-width: 100px;
	position: relative;
}

.messages .message .text_wrapper::after,
.messages .message .text_wrapper:before {
	top: 18px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.messages .message .text_wrapper::after {
	border-width: 13px;
	margin-top: 0px;
}

.messages .message .text_wrapper::before {
	border-width: 15px;
	margin-top: -2px;
}

.messages .message .text_wrapper .text {
	font-weight: 300;
	min-height: 25px;
}

.animated {
	-webkit-transition: height 0.2s;
	-moz-transition: height 0.2s;
	transition: height 0.2s;
}

.product_details {
	padding: 30px !important;
}

.hover {
	cursor: pointer;
}

.important_features {
	font-size: 0.9em;
}

/*================================== SCREEN WIDTH < 767 px =============================*/

@media screen and (max-width: 767px) {

	.navbar-nav {
		height: 50px;
	}

	.navbar-nav>li>a {
		line-height: 1;
	}

	.navbar-default .navbar-nav>li>a:hover,
	.navbar-default .navbar-nav>li>a:focus {
		background-color: #fff;
	}

	.navbar-default .navbar-nav>.open>a,
	.navbar-default .navbar-nav>.open>a:focus,
	.navbar-default .navbar-nav>.open>a:hover {
		background-color: #FFF;
	}

	.panel-heading h3.panel-title {
		display: none !important;
		background-color: red;
	}

	.panel.panel-tab .tab-content .panel-heading {
		padding-bottom: 12px;
	}

	.dropdown-menu.logged-user-menu {
		width: 100%;
	}
}

@media screen and (max-width: 992px) {
	.auth-box.lockscreen {
		width: 70%;
		padding: 40px 20px;
	}
}

@media screen and (min-width: 767px) {
	.pl-1 {
		padding-left: .75rem !important;
	}

	.pr-1 {
		padding-right: .75rem !important;
	}

	.pl-0 {
		padding-left: 0 !important;
	}

	.pr-0 {
		padding-right: 0 !important;
	}
}

/*======================== Registration period macro =======================================*/
.dropdown>.btn>.caret {
	float: right;
	margin: 6px 0;
	/* if you are using Less, the you can reuse the actual vertical padding
  // margin: @padding-base-vertical 0;*/
}



@media (min-width: 768px) {
	.dl-horizontal dt {
		width: 200px;
		white-space: normal;
		margin-bottom: 5px;
	}

	.dl-horizontal dd {
		margin-left: 220px;
	}

	.basket-overview, .notification-overview {
		min-height: 100px;
		min-width: 550px;
	}
}

.form-group .intl-tel-input {
	display: block;
}

/*===================== Table styling ==========================================*/


.steps-bar {
	position: relative;
	counter-reset: steps;
	list-style: none;
	display: flex;
	flex-flow: row nowrap;
	align-items: stretch;
	box-sizing: border-box;
	padding: 0;
	width: 100%;
}

.steps-bar li {
	position: relative;
	background: #bdc3c7;
	color: #fff;
	counter-increment: steps;
	flex: 1;
	padding: 1rem 0.5rem 1rem 2rem;
	text-align: center;
	/* border-left: 0.1rem solid #fff; */
}

.steps-bar li span {
	display: inline-block;
	z-index: 1;
}

/* Add numbers */
.steps-bar.numbers li span:before {
	content: counter(steps) ". ";
	margin-top: .5rem;
}

.steps-bar.numbers.jumbo li span:before {
	display: block;
}

/* Add subtitles */
.steps-bar.subtitles li span {
	margin-bottom: 2rem;
}

.steps-bar.subtitles li span:after {
	position: absolute;
	content: attr(title);
	display: block;
	background: rgba(0, 0, 0, 0.2);
	color: white;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
}

/* Arrow styling (Note: Its a rotate square!! You can create all forms with it, from round,
   to outset or inset arrows and even skew using transform to create all desire effects.
   Even diamond shapes.) */
.steps-bar.arrows li:before {
	border-bottom: 1.4rem solid transparent;
	border-left: 1.4rem solid transparent;
	border-top: 1.4rem solid #bdc3c7;
	border-right: 1.4rem solid #bdc3c7;
	content: "";
	display: block;
	margin: auto;
	position: absolute;
	top: 50%;
	left: -0.4rem;
	transform: translate(-50%, -50%) rotate(45deg);
	box-shadow: 0.4rem -0.4rem 0 white;
}

/* Use this class create / style your icon */
.steps-bar.icons li:after {
	position: absolute;
	display: block;
	content: "✘";
	border: 1px solid gray;
	top: 1.4rem;
	width: 2rem;
	line-height: 1.8rem;
	height: 2rem;
	transform: translate(-50%, -50%);
	left: 3rem;
	padding: 0.1rem;
	text-align: center;
}

/* Previous Styling */
.steps-bar li.done {
	background: #9E9E9E;
	color: white;
}

.steps-bar.icons li.done:after {
	content: "✔";
}

.steps-bar.arrows li.done+li:before,
.steps-bar.arrows li.complete+li:before {
	border-top-color: #9E9E9E;
	border-right-color: #9E9E9E;
}

/* Active Styling */
.steps-bar li.active {
	background: #383838;
	color: #E3E3E3;
}

.steps-bar.icons li.active:after {
	content: " ";
}

.steps-bar.arrows li.active+li:before {
	border-top-color: #383838;
	border-right-color: #383838;
}

/* Li sequence capping */
.steps-bar li:first-child {
	padding-left: 1rem;
	border-left: 0;
}

.steps-bar.icons li:first-child:after {
	left: 1.5rem;
}

.steps-bar.arrows li:first-child:before {
	display: none;
}

.steps-bar li:last-child {
	padding-right: 1rem;
}

.link {
	cursor: pointer;
}

/**
 * Application installer
 */
.application-divider {
	border: solid 1px #eee;
	border-width: 0 0 0 1px
}


.well-info {
	background-color: #fff;
	text-align: center;
}

#welcome-rocket {
	transform: rotate(270deg);
	margin-left: auto;
	color: #c8aa63;
}

/*================SHEPHERD====================*/

.shepherd-text {
	font-size: 16px;
	text-align: center;
	padding: 2rem;
	color: #5e6773;
}

.shepherd-button {
	background: #fff;
	font-size: 14px;
	justify-content: center;
	margin: 0;
	margin-right: 0px;
	padding: 1rem;
	text-align: center;
}

.shepherd-button {
	border-radius: 3px;
	padding: 6px 22px;
	float: right;
}

.shepherd-button.shepherd-button-secondary:not(:disabled) {
	float: left;
}

.shepherd-content {
	border-radius: 0;
}

footer.shepherd-footer {
	background-color: #fff;
	display: block;
	margin-bottom: 40px;
	border-top: 1px solid #5e6773;
	padding-top: 22px;
	border-radius: 0px;
}

.shepherd-cancel-icon {
	font-family: inherit;
}


.shepherd-element,
.shepherd-header {
	border-radius: 5px;
}

.shepherd-element .shepherd-arrow {
	border-width: 0;
	height: auto;
	width: auto;
}

.shepherd-arrow::before {
	display: none;
}

.shepherd-element .shepherd-arrow:after {
	content: url('/arrow.svg');
	display: inline-block;
}

.shepherd-element[data-popper-placement^='bottom'] {
	margin-top: 40px!important;
}

.shepherd-element[data-popper-placement^='top'] {
	margin-bottom: 40px!important;
}

.shepherd-element[data-popper-placement^='right'] {
	margin-left: 40px!important;
}

.shepherd-element[data-popper-placement^='left'] {
	margin-right: 40px!important;
}

.shepherd-element[data-popper-placement^='top'] .shepherd-arrow,
.shepherd-element.shepherd-pinned-top .shepherd-arrow {
	bottom: -35px;
}

.shepherd-element[data-popper-placement^='top'] .shepherd-arrow:after,
.shepherd-element.shepherd-pinned-top .shepherd-arrow:after {
	transform: rotate(270deg);
}

.shepherd-element[data-popper-placement^='bottom'] .shepherd-arrow {
	top: -35px;
}

.shepherd-element[data-popper-placement^='bottom'] .shepherd-arrow:after {
	transform: rotate(90deg);
}

.shepherd-element[data-popper-placement^='left'] .shepherd-arrow,
.shepherd-element.shepherd-pinned-left .shepherd-arrow {
	right: -35px;
}

.shepherd-element[data-popper-placement^='left'] .shepherd-arrow:after,
.shepherd-element.shepherd-pinned-left .shepherd-arrow:after {
	transform: rotate(180deg);
}

.shepherd-element[data-popper-placement^='right'] .shepherd-arrow,
.shepherd-element.shepherd-pinned-right .shepherd-arrow {
	left: -35px;
}

.shepherd-has-title .shepherd-content .shepherd-cancel-icon {
	margin-top: -7px;
}

.shepherd-has-title .shepherd-content .shepherd-header {
	background: transparent;
	font-family: inherit;
	padding-bottom: 0;
	padding-left: 2rem;
}

.shepherd-has-title .shepherd-content .shepherd-header .shepherd-title {
	font-size: 1.2rem;
	text-transform: uppercase;
}

.shepherd-text a,
.shepherd-text a:visited,
.shepherd-text a:active {
	border-bottom: 1px dotted;
	border-bottom-color: rgba(0, 0, 0, 0.75);
	color: rgba(0, 0, 0, 0.75);
	text-decoration: none;
}

.shepherd-text a:hover,
.shepherd-text a:visited:hover,
.shepherd-text a:active:hover {
	border-bottom-style: solid;
}

/*===================== CONTACT SELECTION =========================================== */
.circle {
    background-color: #eaeaea;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
	margin-left: auto;
	margin-right: auto;
}

.text-color {
	color: #5e6773!important;
}

/** Notifications */
.notification {
	margin-left: -1.5rem;
	margin-right: -1.5rem;
	padding: 1.5rem;
}

.notification:hover {
	background-color: #fafbfc
}

.notification:not(:first-child) {
	border-top: solid 1px #e9eef2
}

.notification h5 {
	margin-top: 0
}

#mark-all-read {
	padding: 1rem;
	margin-left: -1.5rem;
	margin-right: -1.5rem;
	border-top: solid 1px #e9eef2;
}

.notification .time {
	font-size: 1rem
}

.notification p {
	margin-bottom: 0
}

.notification .mark_read {
	display: inline-block;
	margin-top: 10px
}
