.whitespace-nowrap{white-space: nowrap;}
/*Live Chat*/
#envato-purchase-code{
	display: none!important;
}
#auto-updates{
	display: none!important;
}
#example{
	z-index: 9;
}
ul.dropdown-menu{
	z-index: 100;
}

/*Client Page My Services*/
.page-my-services{}
.page-my-services #accordion .panel-heading{
	cursor: pointer;
}
.page-my-services #accordion ul{
	margin-bottom: 0;
}
.page-my-services #accordion ul li{
	list-style-type: none;
	padding: 10px 15px;
	position: relative;
}
.page-my-services #accordion ul li span{
	position: absolute;
	top: 10px;
    right: 15px;
}
.page-my-services #accordion ul li:hover{
	background-color: #f5f5f5;
}
.page-my-services #accordion ul li a{
	font-size: 14px;
	color: #555;
}
.page-my-services #accordion ul li a:hover{
	text-decoration: none;
}
.page-my-services .title-page h1{
	margin-top: 0;
    margin-bottom: 15px;
    padding: 6px 0;
    border-bottom: 1px solid #ccc;
    font-weight: 400;
    color: #058;
}
.page-my-services div.header-lined .breadcrumb {
    margin-top: -15px;
    padding-left: 0;
    background: 0 0;
    font-size: .8em;
    border-radius: 0 0 4px 4px;
}
.page-my-services .breadcrumb>li {
    display: inline-block;
}
.page-my-services div.header-lined .breadcrumb li a {
    color: #888;
    font-size: 13px;
}
.page-my-services div.header-lined .breadcrumb>.active {
    color: #0e5077;
    font-size: 13px;
}
.page-my-services .list-content button,
.page-my-services .list-content a[type="button"]{
	font-size: 13px;
}
.page-my-services .btn--pay-invoice{
	padding: 2px 10px;
    font-size: 11px;
    float: right;
}
.page-my-services .block-group-button-services{
	display: flex;
	flex-wrap: wrap;
	margin: 0px -5px;
}
.page-my-services .button-services-item{
	flex: 0 0 auto;
	width: 20%;
	padding: 0px 5px;
}
.page-my-services .block-services-status-license{
	border-radius: 5px;
  border: 1px solid #ccc;
	margin-bottom: 1rem;
}
.page-my-services .block-services-status-license .form-group{margin-bottom: 0px;}
.page-my-services .block-services-status-license .form-group:last-child .status-license-item:last-child{margin-bottom: 0px;}
.page-my-services .block-services-status-license .form-group label{
	display: block;
  padding: 0.5rem 1rem 0.5rem 0.75rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0rem;
	font-weight: 500;
	background: linear-gradient(45deg, #007e95, #17b9bd);
	color: #fff;
}
.page-my-services .block-services-status-license .status-license-item{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0.315rem calc(1rem - 10px);
	border-bottom: 1px dashed #ccc;
}
.page-my-services .block-services-status-license .status-license-item .btn{
	padding: 5px;
	line-height: 1;
	border-radius: 5px;
}
.page-my-services .block-services-status-license .status-license-item .btn-getlink{
	background: #fff;
  border: 1px solid #ccc;
	transition: all 0.5s ease;
}
.page-my-services .block-services-status-license .status-license-item .btn-getlink:hover{
	background: #007e95;
  border: 1px solid #007e95;
	color: #fff;
}
.page-my-services .block-services-status-license .status-license-item .form-styled{
	text-align: right;
	line-height: 1;
	height: 22px;
	border: none;
	outline: none;
	font-size: 12px;
}
.page-my-services .block-services-status-license .status-license-item>div{
  flex: 0 0 auto;
	padding: 0px 5px;
	word-break: break-word;
}
.page-my-services .block-services-status-license .status-license-item>div:last-child{
	text-align: right;
	margin-left: auto;
	font-weight: 500;
	padding-right: 0px;
}
.modal-create-form .modal-body{padding: 0px;}
.modal-create-form .wizard > .steps{
	padding: 15px;
}
.modal-create-form .wizard > .steps a{
	text-align: center;
	position: relative;
}
.modal-create-form .wizard > .steps a:after{
	content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #e3e3e3;
  top: 15px;
  left: 0px;
	transition: all 0.5s ease;
}
.modal-create-form .wizard > .steps .number{
	position: relative;
	z-index: 2;
	background: #fff;
	width: 30px;
	height: 30px;
	margin: 0px auto 0.5rem;
	display: block;
	text-align: center;
	border: 3px solid;
	border-color: #e3e3e3;
	border-radius: 50%;
	line-height: 1.6;
	font-size: 1.2em;
	text-align: center;
	transition: all 0.5s ease;
}
.modal-create-form .wizard > .steps a,
.modal-create-form .wizard > .steps a:hover,
.modal-create-form .wizard > .steps a:active{
	margin: 0px;
	border-radius: 0px;
	padding: 0px 0px 0.5em;
}
/* Step Current */
.modal-create-form .wizard > .steps .current a,
.modal-create-form .wizard > .steps .current a:hover,
.modal-create-form .wizard > .steps .current a:active{
	background: #fff;
	color: #111;
}
.modal-create-form .wizard > .steps .current a .number,
.modal-create-form .wizard > .steps .current a:hover .number,
.modal-create-form .wizard > .steps .current a:active .number{
	border-color: #007e95;
	color: #fff;
	background: #007e95;
}
.modal-create-form .wizard > .steps .current a::after,
.modal-create-form .wizard > .steps .current a:hover::after,
.modal-create-form .wizard > .steps .current a:active::after{
	background: #007e95;
}
/* Step Done */
.modal-create-form .wizard > .steps .done a,
.modal-create-form .wizard > .steps .done a:hover,
.modal-create-form .wizard > .steps .done a:active{
	background: #fff;
	color: #4CAF50;
}
.modal-create-form .wizard > .steps .done a .number,
.modal-create-form .wizard > .steps .done a:hover .number,
.modal-create-form .wizard > .steps .done a:active .number{
	border-color: #4CAF50;
	color: #fff;
	background: #4CAF50;
}
.modal-create-form .wizard > .steps .done a::after,
.modal-create-form .wizard > .steps .done a:hover::after,
.modal-create-form .wizard > .steps .done a:active::after{
	background: #4CAF50;
}
/* Step Disabled */
.modal-create-form .wizard > .steps .disabled a,
.modal-create-form .wizard > .steps .disabled a:hover,
.modal-create-form .wizard > .steps .disabled a:active{
	background: #fff;
	color: #111;
}
.modal-create-form .wizard > .actions{
	border-top: 1px solid #eee;
	padding: 5px;
	padding-bottom: 0px;
}
.modal-create-form .wizard > .actions > ul > li{margin: 0px;}
.modal-create-form .wizard > .actions > ul > li+li{margin-left: 5px;}
.modal-create-form .wizard > .content{
	min-height: 10em;
	background: #fff;
}
.modal-create-form .wizard > .content > .body{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.modal-create-form .wizard > .content > .body > .jumbotron{
	background: #fff;
	margin-bottom: 0px;
	width: 100%;
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	align-items: center;
}
.modal-create-form .wizard > .content > .body > .jumbotron>.radio-btn,
.modal-create-form .wizard > .content > .body > .jumbotron>.form-group{
	flex: 0 0 auto;
	width: 50%;
	padding: 0px 5px;
}
.modal-create-form .wizard > .content > .body > .jumbotron>.input-group{
	margin-top: 0px;
	margin-bottom: 25px;
}
.modal-create-form .wizard > .content > .body > .jumbotron>.input-group label.error{
	bottom: -30px;
	position: absolute;
	margin-left: 0px;
}
.modal-create-form .radio-btn input:checked+.indicator:before,
.modal-create-form .radio-inline input:checked+.indicator:before{
	border-color: #007e95;
  background: #007e95;
}
.configure-dns .block-configure-header h2{
	margin: 0px 0px 10px 0px;
	font-size: 16px;
}
.configure-dns .block-configure-content{
	color: #000;
}
.block-configure-content .configure-content--heading ol {
  counter-reset: item;
  margin-left: 0;
  padding-left: 0;
	font-size: 14px;
}
.block-configure-content .configure-content--heading li {
  display: block;
  margin-bottom: .5em;
  margin-left: 2em;
}
.block-configure-content .configure-content--heading li::before {
	display: inline-block;
	content: counter(item);
	counter-increment: item;
	width: 2em;
	height: 2em;
	color: #007e95;
	border-radius: 50%;
	border: 2px solid #007e95;
	text-align: center;
	vertical-align: middle;
	line-height: 1.7;
	margin-left: -2em;
	margin-right: 10px;
}
.block-configure-content .table thead tr th{
	font-weight: 500;
	font-size: 14px;
}
.block-configure-content .table-responsive .table tbody tr td{
	vertical-align: top !important;
}
.configure-type-success
.configure-type-failed{
	display: inline-block;
}
.configure-type-success,
.configure-type-failed{
	padding: 10px 0px;
	margin-right: 30px;
}
.configure-value{
	padding: 6px 0px;
  display: block;
}
.configure-type-success span,
.configure-type-failed span{
	color: #fff;
	border-radius: 2px;
	padding: 5px;
	text-align: center;
	background: #007e95;
	position: relative;
}
.configure-type-success span::after,
.configure-type-failed span::after{
	content: '';
	background-size: cover !important;
	width: 20px;
	height: 20px;
	position: absolute;
	right: -23px;
	top: 3px;
}
.configure-type-success span::after{
	background: url(../images/cname_check.png) no-repeat center center;
}
.configure-type-failed span::after{
	background: url(../images/cname_close.png) no-repeat center center;
}
.configure-hostname .input-group{
	margin: 0px 0px 5px 0px;
	display: inline-flex;
}
.configure-hostname .input-group input[type="text"],
.configure-hostname .input-group .btn{
	outline: none;
}
.configure-hostname .input-group .btn-default{
	background: #fff;
	color: #000;
	padding: 5px 10px;
	transition: all 0.5s ease;
}
.configure-hostname .input-group .btn-default:hover{
	color: #007e95;
}
.configure-hostname .input-group input[type="text"]{
	width: auto;
	height: 31px;
	padding: 0px;
}
.configure-hostname .input-group input[type="text"]:not([disabled]):focus{
	padding: 10px;
}
.configure-hostname .input-group input[type="text"][disabled]{
	padding: 0px!important;
	color: #000;
	border-color: transparent !important;
}
.configure-hostname p{margin: 0px;}
.configure-dns .block-configure-footer{}
.configure-dns .block-configure-footer button[type="submit"],
.configure-dns .block-configure-footer .btn{
	width: auto !important;
	font-size: 12px !important;
	padding: 7px 14px !important;
	margin-bottom: 0px !important;
}
#progresssing img{
	width: 100px;
	margin: 0px auto 10px;
}
#progresssing .progress{
	width: 60%;
	height: 10px;
	margin: 0px auto 0.25rem;
}
#progresssing .progress-bar{color: transparent;}
#progresssing p{
	text-align: center;
	color: #3a3a3a;
	font-size: 12px;
	margin: 0px;
	animation: create_crm 5s ease infinite;
}
@keyframes create_crm {
	0%{
		opacity: 0;
	}
	50%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}
@media(max-width: 1024px){
	.page-my-services .list-content button, .page-my-services .list-content a[type="button"]{font-size: 10px;}
}
@media only screen and (max-width: 992px){
	body.customers.mobile.show-sidebar{
    overflow: auto !important;
	}
}
@media(max-width: 768px){
	.block-configure-content .table-responsive{
		border: none;
	}
}
@media(max-width: 767px){
	.block-configure-content .table-responsive{
		padding: 15px 0 15px 0;
		border: none;
		width: calc(100vw - 35px);
	}
	.modal-create-form .modal-dialog{margin-bottom: 90px;}
}
@media(max-width: 480px){
	.page-my-services .button-services-item{width: 33.33333333%;}
	.page-my-services .button-services-item:nth-child(2){width: 66.66666667%;}
	.page-my-services .button-services-item .form-group{margin-bottom: 10px;}
	.modal-create-form .wizard > .content > .body > .jumbotron>.radio-btn,
	.modal-create-form .wizard > .content > .body > .jumbotron>.form-group{
		width: 100%;
	}
	.modal-create-form .wizard > .content{
		min-height: 15em;
		background: #fff;
	}
	.modal-create-form .wizard > .steps a{font-size: 10px;}
	.modal-create-form .wizard > .steps .number{font-size: 1.5em;}
	.modal-create-form .modal-dialog{margin-bottom: 70px;}
}
