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

    ** Custom Stylesheet **

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

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

h1,
h2,
h3,
h4 {
	font-family: 'open sans';
	}

.kb-content h2 {
	font-family: "Paytone one";
	}

.kb-article h2, .kb-article h3, .kb-article h4 {
	font-family: 'Paytone one', sans serif;
	margin-top: 40px;
	}

h3 {
	font-size: 20px;
	}

.main-content h3 {
	margin-top: 0px;
	}

.kb-content blockquote {
	font-size: 16px;
	}

.kb-article a {
	text-decoration: underline;
	}

.kb-article ol {
        counter-reset: li;
        list-style: none;
        font: 16px 'open sans', sans serif;
        padding: 0;
        margin-bottom: 40px;
        text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}


.kb-article ol li {
        margin: 10px 20px;
        position: relative;
        display: block;
        padding: 10px 10px 10px 5px;
        margin: 20px 40px;
        background: none;
        border-bottom: 1px solid #ececec;
        color: #444;
        text-decoration: none;
        border-radius: 5px;
        cursor: context-menu;
        transition: all .3s ease-out;
}

.kb-article ol li:before {
        content: counter(li);
        counter-increment: li;
        position: absolute;
        left: -40px;
        top: 24px;
        margin-top: -18px;
        background: none;
        height: 30px;
        width: 30px;
        text-align: center;
        padding-right: 0px;
        line-height: 1.8em;
        text-align: center;
        font-weight: bold;
        border-radius: 50%;
        transition: all .3s ease-out;
        -moz--transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
}

.kb-article ol li h3 {
        margin-top: 0px;
        font-family: 'Open sans', sans-serif;
        font-weight: 600;
}

.kb-article ol ol {
	margin-left: 22px;
	}

.kb-article ol ul li:before {
	display: none;
	}

.kb-article ol li ol li {
        border-bottom: 1px solid transparent;
        margin: 5px 10px;
}

.kb-article ol ol li:before {
		content: counter(li);
        counter-increment: li;
        position: absolute;
        left: -30px;
        top: 25px;
        margin-top: -18px;
        background: none;
        height: 30px;
        width: 30px;
        text-align: center;
        padding-right: 0px;
        line-height: 1.8em;
        border: none;
        text-align: center;
        font-weight: 500;
		font-size: 15px;
	} 

.kb-article ol li:hover {
  background: #f7f7f7;
}

.kb-article ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 35px;
}

.kb-article ul li {
  		position: relative;
        display: block;
        padding: 10px 15px;
        margin-bottom: -1px;
        background-color: #ffffff;
		font-size: 16px; 
		border-left: none;
		border-right: none;
}

.kb-article ul li:before {
	content: "\f18e"; 
  	font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 900;
    text-decoration: inherit;
  display: inline-block;
  width: 1.3em; 
  font-size: 18px;
	}

.kb-article ul li:hover {
	background-color: #f7f7f7;
	}

.kb-article ul li:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-top: none;
}

.kb-article ul li:last-child {
	border-bottom: none;
	}

.kb-article ul li:last-child {
		margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
}

.kb-article ol li ol li:hover:before {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	}

.kb-content h3 {
	margin-top: 30px;
	}

/* Alert box custom style */

.alert {
	margin: 15px 0px 15px 0px;
	float: none;
	}

		.kb-information {
		position: relative;	
		background-color: rgba(20, 138, 204, 0.05);
        border-left: 8px solid #148acc;
        width: 100%;
        color: #148acc;
		float: none;
		padding-left: 50px;
	}
	
	.kb-information:before {
		content: "\f05a";
        margin-right: 10px;
		display: block;
        float: left;
        position: absolute;
        margin-top: 1px;
		width: 20px;
		left: 18px;
		font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 900;
    text-decoration: inherit;
}

	.kb-success {
	position: relative;
	background-color: rgba(38, 166, 91, 0.05);
     border-left: 8px solid #26a65b;
     width: 100%;
     color: #26a65b;
	 float: none;
	 padding-left: 50px;
	}
	
	.kb-success:before {
	content: "\f058";
    margin-right: 10px;
	display: block;
    float: left;
    position: absolute;
    margin-top: 1px;
	width: 20px;
	left: 18px;
	font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 900;
    text-decoration: inherit;
}

.alert.alert-success a {
	color: #1d703f;
	text-decoration: underline;
	}

	.kb-warning {
	position: relative;
	background-color: rgba(242, 236, 120, 0.05);
     border-left: 8px solid #f2ec78;
     width: 100%;
     color: #9c975e;
	 float: none;
	 padding-left: 50px;
	}

    .alert.kb-warning {
      padding-left: 40px;
    }

	.kb-warning:before{
	content: "\f12a";
    margin-right: 10px;
	display: block;
        float: left;
        position: absolute;
        margin-top: 1px;
		width: 20px;
		left: 18px;
		font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 900;
    text-decoration: inherit;
	}

.alert.alert-warning a {
	color: #74712f;
	text-decoration: underline;
	}

	.kb-danger {
	position: relative;
	background-color: rgba(198, 32, 41, 0.05);
     border-left: 8px solid #c62029;
     width: 100%;
     color: #c62029;
	 float: none;
	 padding-left: 50px;
	}

    .alert.kb-danger {
      padding-left: 50px;
    }

	.kb-danger:before{
	content: "\f06a";
    margin-right: 10px;
	display: block;
        float: left;
        position: absolute;
        margin-top: 1px;
		width: 20px;
		left: 18px;
		font-family: "Font Awesome 5 Free";
		font-style: normal;
		font-weight: 900;
		text-decoration: inherit;
	}

.alert.alert-danger a {
	color: #9b1b22;
	text-decoration: underline;
	}

.clientareaphp .kb-success:before, .clientareaphp .kb-information:before, .clientareaphp .kb-warning:before, .clientareaphp .kb-danger:before{
	font-family: "Font Awesome 5 Free" !important;
		font-style: normal;
		font-weight: 900;
		text-decoration: inherit;
}

/*image style*/

.kb-article img {
        max-width: 650px;
        display: block;
        margin-top: 20px;
}

.kbarticles div {
        width: 50%;
        float: left;
        margin-bottom: 10px;	
	}


/* Sidebar  + Breadcrumb customization */ 

.knowledgebasephp .main-content {
	/*width: 100%; */
	}

.knowledgebasephp .breadcrumb-custom {
	width: 100%;
	}


/*Dedicated ID block style */

#cPanelDedicatedId ul {
        list-style: none;
        width: 100%;
        padding: 0px;	
	}

#cPanelDedicatedId ul li {
        width: 50%;
        float: left;
        clear: left;	
	}

#cPanelDedicatedId h4 {
        width: 50%;
        margin-top: 0;
        margin-bottom: 0;
        text-align: right;
        float: left;
        font-weight: 100;
        font-size: 14.4px;
        padding-left: 15px;
        padding-right: 15px;	
	}
	
#cPanelDedicatedId span {
        width: 50%;
        float: left;
        font-size: 14.4px;
        text-align: left;
        padding-left: 15px;
        padding-right: 15px;
	}

#cPanelDedicatedId .panel-body {
	padding: 15px 0px;
	}

/*KB Search bar style */

.kb-content .article-searchbar {
         display: inline-block;
        width: 73%;
        clear: right;
}

	
	/* Support button in knowledge base article */

.dropdown.support-toggle {
        display: inline-block;
        width: 25%;
        float: left;
        margin-right: 20px;	
	}

.btn-support {
	 width: 100%;
     background-color: #d7d8d8;
	}
	
.btn-support h3 {
	display: inline-block;
	margin: 0px 15px;
	padding-bottom: 0px;
	}

.btn-support .caret {
	margin-left: 0;
    display: inline-block;
	}

.support-toggle .dropdown-menu {
	width: 100%;
	background-color: rgba(250, 250, 250, 0.9);
	}

.dropdown-menu a {
	border: none;
	}

/* Domain management */ 

#tabNameservers .rightcol {
        width: 50%;
        display: inline-block;
        box-sizing: border-box;
        float: left;
        list-style-type: none;
        border-left: 1px solid #d7d8d8;
        padding-left: 30px;
        margin-top: 20px;
        margin-left: -10px;
}

@media screen and (max-width: 768px ) {
		#tabNameservers .rightcol {
			width: 100%;
			}
	}

#tabNameservers .rightcol h4 {
	font-family: 'Paytone one';
	}

li.updatedns_nameserver_quickconfig_anycast,
li.updatedns_nameserver_quickconfig_wpdns {
		color: #148acc;
        max-width: 250px;
        padding: 5px;
	}

li.updatedns_nameserver_quickconfig_anycast:hover,
li.updatedns_nameserver_quickconfig_wpdns:hover {
	background-color: rgba(20, 138, 204, 0.2);
}

li.updatedns_nameserver_quickconfig_anycast a:hover,
li.updatedns_nameserver_quickconfig_wpdns a:hover {
	text-decoration: none;
}

li.updatedns_nameserver_quickconfig_anycast:before,
li.updatedns_nameserver_quickconfig_wpdns:before {
	font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 900;
    text-decoration: inherit;
	content: "\f0a8";
	margin-right: 10px;
	color: #148acc;	
	}

li.updatedns_nameserver_quickconfig_basic {
		color: #148acc;
        padding: 5px;
	}

li.updatedns_nameserver_quickconfig_basic a:hover {
	text-decoration: none;
	}

li.updatedns_nameserver_quickconfig_basic:hover {
	background-color: rgba(20, 138, 204, 0.2);
	}

li.updatedns_nameserver_quickconfig_basic:before {
	font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 900;
    text-decoration: inherit;
	content: "\f0a8";
	margin-right: 10px;
	color: #148acc;	
	}

.recom_anycast {
	font-size: 15px;
	}

/*Affiliates */

.affiliate-referral-link h3 {
	margin-bottom: 0px;
	}

.affiliate-referral-link span {
        display: block;
        margin: 0;
        font-size: 18px;
        border-radius: 10px;
        overflow: hidden;
		border: none;
		padding:0px;
}

.affiliate-stat {
        margin: 0;
        padding: 15px;
        font-size: 1.6em;
        text-align: center;
        background-color: #f7f7f7;
        border: 2px solid;
        border-radius: 10px;
}

.affiliate-stat-click {
        color: #dc8014;
        border-color: #f7f7f7;
		transition: all 0.2s ease-in;
		-moz-transition: all 0.2s ease-in;
		-ms-transition: all 0.2s ease-in;
		-o-transition: all 0.2s ease-in;
		-webkit-transition: all 0.2s ease-in;
}

.affiliate-stat-click:hover {
        border-color: #dc8014;
		box-shadow: 0px 0px 20px rgba(40, 40, 40, 0.3);
		-moz-box-shadow: 0px 0px 20px rgba(40, 40, 40, 0.3);
		-ms-box-shadow: 0px 0px 20px rgba(40, 40, 40, 0.3);
		-o-box-shadow: 0px 0px 20px rgba(40, 40, 40, 0.3);
		-webkit-box-shadow: 0px 0px 20px rgba(40, 40, 40, 0.3);
}

.affiliate-stat-signup {
		border-color: #f7f7f7;
        color: #127db9;
		transition: all 0.2s ease-in;
		-moz-transition: all 0.2s ease-in;
		-ms-transition: all 0.2s ease-in;
		-o-transition: all 0.2s ease-in;
		-webkit-transition: all 0.2s ease-in;
}

.affiliate-stat-signup:hover {
        border-color: #127db9;
		box-shadow: 0px 0px 20px rgba(40, 40, 40, 0.3);
		-moz-box-shadow: 0px 0px 20px rgba(40, 40, 40, 0.3);
		-ms-box-shadow: 0px 0px 20px rgba(40, 40, 40, 0.3);
		-o-box-shadow: 0px 0px 20px rgba(40, 40, 40, 0.3);
		-webkit-box-shadow: 0px 0px 20px rgba(40, 40, 40, 0.3);
}

.affiliate-stat-conversion {
        color: #1e8a4b;
        border-color: #f7f7f7;
		transition: all 0.2s ease-in;
		-moz-transition: all 0.2s ease-in;
		-ms-transition: all 0.2s ease-in;
		-o-transition: all 0.2s ease-in;
		-webkit-transition: all 0.2s ease-in;
}

.affiliate-stat-conversion:hover {
        border-color: #1e8a4b;
		box-shadow: 0px 0px 20px rgba(40, 40, 40, 0.3);
		-moz-box-shadow: 0px 0px 20px rgba(40, 40, 40, 0.3);
		-ms-box-shadow: 0px 0px 20px rgba(40, 40, 40, 0.3);
		-o-box-shadow: 0px 0px 20px rgba(40, 40, 40, 0.3);
		-webkit-box-shadow: 0px 0px 20px rgba(40, 40, 40, 0.3);
}

.affilliate-header-description {
	font-weight: 600;
	font-style: italic;
	}

/*  Domain transfer assistant */

.eppform label {
        width: 50%;
        font-weight: normal;
        padding-bottom: 10px;		
	}

.eppform label span {
        font-weight: bold;
	}

/*.eppform input[type="submit"] {
        background-color: #26a65b;
        border: 1px solid #26a65b;
        color: #ffffff;
        font-size: 16px;
        padding: 3px 10px;
        border-radius: 3px;
        transition: all 0.2s ease-in;
		-moz-transition: all 0.2s ease-in;
		-webkit-transition: all 0.2s ease-in;
		-ms-transition: all 0.2s ease-in;	
	}
*/
.eppform input[type="submit"]:hover {
        background-color: #186939;
        border: 1px solid #186939;
}

.eppform input[type="text"] {
	margin-left: 20px;
	padding: 0px 5px;
	border: 1px solid #aaa;
	}

.eppform input[type="text"]:focus {
	outline-color: #26a65b;
	}

.lastsend.failed {
        width: 70%;
        padding: 10px;
        padding-left: 60px;
        position: relative;
        border-bottom: 1px solid #af262d;
	}

.lastsend.failed:before {
        content: "\f071";
        font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 900;
    text-decoration: inherit;
        position: absolute;
        left: 20px;
        font-size: 22px;
        top: 18px;
        color: #af262d;
	}

/* cart complete style */ 

body.cartphpacomplete {
	background-color: #ffffff;
	}

/* cart fraud check */ 

.cartphpafraudcheck h2 {
	font-family: 'Paytone one';
	font-size: 22px;
}

/* Auto renew */

 .whc-enabled {
        border-radius: 300px;
        padding-left: 20px;
        font-weight: 500;
        font-size: 15px;
        position: relative;
        background: #26a65b;
        bottom: 4px;
}

.whc-enabled:before {
        content: "\f058";
        font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 900;
    text-decoration: inherit;
        font-size: 16px;
        position: relative;
        left: -10px;
}

.whc-disabled {
        border-radius: 300px;
        padding-left: 20px;
        font-weight: 500;
        font-size: 15px;
        position: relative;
        background: #d9534f;
        bottom: 4px;
}

.whc-disabled:before {
        content: "\f00d";
        font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 900;
    text-decoration: inherit;
        font-size: 16px;
        position: relative;
        left: -10px;
}

h2.left-aligned {
	font-size: 20px;
	}

.left-aligned {
        display: inline-block;
}

.activation-form {
        display: inline-block;
        margin-left: 50px;
        position: relative;
        bottom: 2px;
}

.activation-form input.btn.btn-lg {
	font-size: 15px;
	bottom: 5px;
    position: relative;
	}

.activation-form input.btn.btn-lg.btn-success {
        background-color: #26a65b;
        border-color: #26a65b;
        transition: all 0.2s ease-in;
		-webkit-transition: all 0.2s ease-in;
		 bottom: 5px;
        position: relative;
}

.activation-form input.btn.btn-lg.btn-success:hover {
        background-color: #196f3d;
        border-color: #196f3d;
}

code {
    color: white;
    font-size: 100%!important;
    padding: 20px;
    background: #333;
    width: 100%;
    display: block;
	margin: 15px 0;
	overflow-wrap: break-word;
}

#seals-images {
        text-align: center;
}

#seals-images img {
        margin: 15px;
}
