/** Hosting widgets styles
 *  Sets Gray Buttons and Gray Links
 */
@font-face {
    font-family: 'ETmodules';
    src:url('../fonts/ETmodules_v2.eot');
    src:url('../fonts/ETmodules_v2.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ETmodules_v2.ttf') format('truetype'),
    url('../fonts/ETmodules_v2.woff') format('woff'),
    url('../fonts/ETmodules_v2.svg#ETmodules') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* Product Tables */
.clearfix::after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.rchr_column_4_4 {
    width: 100%;
    float: none;
}
.rchr_column {  margin-right: 60px; }

.rchr_toggle {
    border: 1px solid #d9d9d9;
    margin-bottom: 30px;
    overflow: hidden;
}

.rchr_toggle_title {
    cursor: pointer;
    padding: 0 30px 0 0;
    position: relative;
    padding-bottom: 0;
}

.rchr_toggle_title::before {
    color: #ccc;
    content: "\e050";
    font-family: "ETmodules";
    font-size: 16px;
    position: absolute;
    right: 0;
}

.rchr_toggle_open .rchr_toggle_title::before {
    font-family: "ETmodules";
    content: "\e04f";
}
.rchr_toggle_close {
    background-color: #f4f4f4;
    padding: 20px;
}

.rchr_toggle_close .rchr_toggle_content {
    display: none;
}

.rchr_toggle_open {
    background: #fff none repeat scroll 0 0;
    padding: 20px;
}

.rchr_toggle_content {
    padding-top: 30px;
}

.table-wrapper {}

.compare-product-table {
    background-color: inherit;
    border-collapse: collapse;
    width: 100%;
}

.compare-product-table td br {
    display: none;
}


.compare-product-table tr:nth-child(2n) td {
    background-color: #f0f0f0;
}

.compare-product-table td,
.compare-product-table th {
	padding: 10px 5px;
	text-align: center;
	vertical-align: middle;
}

.compare-product-table th:first-child, 
.compare-product-table td:first-child {
    text-align: left;
}

.compare-product-table tr td:last-child,
.compare-product-table tr th:last-child {
	border-right: 0;
}

.compare-product-table tr:last-child td {
    border-bottom: 0;
}

.compare-product-feature {
    text-align: left;
}

.compare-product-tip-link,
.compare-product-tip-link:hover {
    color: #c4af47 !important;
    cursor: pointer;
    text-decoration: none;
}

.compare-product-tip-link > img {
    padding-right: 5px; 
    vertical-align: middle;
}

.compare-product-tip-link:hover > span {
    display: block;
}

.compare-product-tip-box {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #f0f0f0;
    border: 1px solid #ddd;
    color: #1a1a1a;
    display: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: normal;
    margin-left: 15px;
    margin-top: 5px;
    padding: 5px;
    position: absolute;
    text-align: left;
    text-transform: none;
    width: 300px;
    z-index: 100;
}

.compare-product-price {
    font-weight: bold;
}

.compare-product-order-button {
    background: url('../../images/btn-gray.png') repeat-x left top;
    background: -moz-linear-gradient(top, #f7f7f7, #e6e6e6);
    background: -webkit-linear-gradient(top, #f7f7f7, #e6e6e6);
    background: -ms-linear-gradient(top, #f7f7f7, #e6e6e6);
    background: -o-linear-gradient(top, #f7f7f7, #e6e6e6);
    border: 1px solid #ddd;
	color: #7b7b7b !important;
    text-shadow: 0 1px 0 #fff;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	margin: 0 10px;
	padding: 0 20px;
	text-align: center;
	text-decoration: none !important;
}

a.compare-product-order-button:hover { 
    background: url('../../images/btn-hover-gray.png') repeat-x left top;
    background: -moz-linear-gradient(top, #e6e6e6, #f7f7f7);
    background: -webkit-linear-gradient(top, #e6e6e6, #f7f7f7);
    background: -ms-linear-gradient(top, #e6e6e6, #f7f7f7);
    background: -o-linear-gradient(top, #e6e6e6, #f7f7f7);
    color: #7b7b7b !important;
    
    text-decoration: none;
}


/* Product Boxes */
.rchr_plan_widget {}

.shared_plan_widget {}

.semi_plan_widget {}

.vps_plan_widget {}

.ssl_box_widget {}

.singlebox-product-box {
    background-color: #fff;
    border: 1px solid #eaeaea;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.singlebox-inner-box {
    padding: 20px;
    text-align: center;
}

.singlebox-product-name {
    color: #555;
    margin-bottom: 5px;
}

.singlebox-product-description {}

.singlebox-product-features {
    margin: 0px auto;
    padding: 0px;
}

.singlebox-product-features li {
    list-style: none !important;
    text-align: center;
}

.singlebox-pricing-container {
    margin-top: 10px;
    padding-top: 10px;
}

.singlebox-price {
    border-top: 1px solid #eaeaea;
    color: #555;
    display: block;
    font-size: 3em;
    font-weight: bold;
    line-height: 40px;
    padding-top: 20px;
}
.singlebox-period {
    color: #999;
    font-size: 0.8em;
    letter-spacing: normal;
    line-height: 14px;
    padding: 10px 20px 20px;
    text-align: center;
}

a.singlebox-order-button {
    background: url('../../images/btn-gray.png') repeat-x left top;
    background: -moz-linear-gradient(top, #f7f7f7, #e6e6e6);
    background: -webkit-linear-gradient(top, #f7f7f7, #e6e6e6);
    background: -ms-linear-gradient(top, #f7f7f7, #e6e6e6);
    background: -o-linear-gradient(top, #f7f7f7, #e6e6e6);
    border: 1px solid #ddd;
	color: #7b7b7b !important;
    text-shadow: 0 1px 0 #fff;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	margin: 0 10px;
	padding: 0 20px;
	text-align: center;
	text-decoration: none;
}

a.singlebox-order-button:hover {
    background: url('../../images/btn-hover-gray.png') repeat-x left top;
    background: -moz-linear-gradient(top, #e6e6e6, #f7f7f7);
    background: -webkit-linear-gradient(top, #e6e6e6, #f7f7f7);
    background: -ms-linear-gradient(top, #e6e6e6, #f7f7f7);
    background: -o-linear-gradient(top, #e6e6e6, #f7f7f7);
    color: #7b7b7b !important;
    
    text-decoration: none;
}


/* Demo Button */
.control-panel-demo-link {
    background: url('../../images/btn-gray.png') repeat-x left top;
    background: -moz-linear-gradient(top, #f7f7f7, #e6e6e6);
    background: -webkit-linear-gradient(top, #f7f7f7, #e6e6e6);
    background: -ms-linear-gradient(top, #f7f7f7, #e6e6e6);
    background: -o-linear-gradient(top, #f7f7f7, #e6e6e6);
    border: 1px solid #ddd;
	color: #7b7b7b !important;
    text-shadow: 0 1px 0 #fff;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	font-size: 1em;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	margin: 0 10px;
	padding: 0 20px;
	text-align: center;
	text-decoration: none;
}

.control-panel-demo-link:hover {
    background: url('../../images/btn-hover-gray.png') repeat-x left top;
    background: -moz-linear-gradient(top, #e6e6e6, #f7f7f7);
    background: -webkit-linear-gradient(top, #e6e6e6, #f7f7f7);
    background: -ms-linear-gradient(top, #e6e6e6, #f7f7f7);
    background: -o-linear-gradient(top, #e6e6e6, #f7f7f7);
    color: #7b7b7b !important;
    
    text-decoration: none;

}


/* Domain Form */
form.domain_search_form {
    /*background: transparent;*/
    background: #fff;
    border: 1px solid #eaeaea;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 40px 0;
}

form.domain_search_form br {
    display: none;
}
form.domain_search_form p {
    margin: 0;
    padding: 0;  
}

.domain_search_table {
    border: 0;
    margin: 20px 0;
    box-shadow: none;
}

.domain_search_table table tr:nth-child(2n+1) {
    background: none;
}

.domain_search_table td,
.domain_search_table th {
    background: none;
    border-right: 0;
    text-align: center;
}

.domain_search_table td {
    background: #fff;
    padding: 15px;
    vertical-align: middle !important; 
}

.domain_search_prefix { /* td */
    border: 0 !important;
    padding-left: 15px;
    padding-right: 15px;
    text-align: right;
    width: 5%;
}

.domain_search_table .domain_search_box { /* td */
    border: 0 !important;
    padding: 15px 0 15px 15px;
    width: 40%;
}

.domain_search_input {
    /*background: #fff !important; edited for zettahost.bg*/
    background: #fff;
    /*border: 1px solid #e6e6e6;*/
    border: 1px solid #ddd;
	-webkit-border-radius: 0.236em;
	-moz-border-radius: 0.236em;
	border-radius: 0.236em;
	box-sizing: border-box;
    -webkit-box-shadow:  0 2px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:  0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-family: inherit;
    font-size: 1em;
    padding: 0.5em !important;
    margin: 0;
    width: 90%;
}

.domain_search_input:focus {
    border-color: #bbb;
    -webkit-box-shadow:  0 0 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:  0 0 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    outline: none;
}


.domain_search_table .domain_search_tld { /* td */
    border: 0 !important;
    padding: 15px 0;
    text-align: left;
    width: 25%;
}

.domain_search_tld span {
    margin: 0 5px;
}

.domain_search_dropdown {
    /*background: #fff !important; edited for zettahost.bg*/
    background: #fff;
    /*border: 1px solid #e6e6e6;*/
    border: 1px solid #ddd;
	-webkit-border-radius: 0.236em;
	-moz-border-radius: 0.236em;
	border-radius: 0.236em;
    box-sizing: border-box;
    -webkit-box-shadow:  0 2px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:  0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-family: inherit;
    font-size: 1em;
    padding: 0.5em !important;
    outline: medium none;
    text-align: left;
    width: 80%;
}

.domain_search_dropdown:focus {
    /*border: 1px solid rgba(0, 0, 0, 0.3);*/
    border-color: #bbb;
    -webkit-box-shadow:  0 0 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:  0 0 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    outline: none;
}

.domain_search_submit { /* td */
    border: 0 !important;
    width: 30%;
}

.domain_search_submit input[type="submit"],
.domain_search_submit input[type="submit"]:focus,
.domain_search_submit input[type="submit"]:active {
    background: url('../../images/btn-gray.png') repeat-x left top;
    background: -moz-linear-gradient(top, #f7f7f7, #e6e6e6);
    background: -webkit-linear-gradient(top, #f7f7f7, #e6e6e6);
    background: -ms-linear-gradient(top, #f7f7f7, #e6e6e6);
    background: -o-linear-gradient(top, #f7f7f7, #e6e6e6);
    border: 1px solid #ddd;
	color: #7b7b7b !important;
    text-shadow: 0 1px 0 #fff;
    
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    cursor:pointer;
	display: inline-block;
    font: bold 14px Helvetica,sans-serif;
	height: 40px;
	line-height: 40px;
	margin: 0 10px;
	padding: 0 20px;
	text-align: center;
}

.domain_search_submit input[type="submit"]:hover {
    background: url('../../images/btn-hover-gray.png') repeat-x left top;
    background: -moz-linear-gradient(top, #e6e6e6, #f7f7f7);
    background: -webkit-linear-gradient(top, #e6e6e6, #f7f7f7);
    background: -ms-linear-gradient(top, #e6e6e6, #f7f7f7);
    background: -o-linear-gradient(top, #e6e6e6, #f7f7f7);
    color: #7b7b7b !important;
}

/* loading domains results */
#rchr-loading-overlay {
    display: none;
    background: rgba(123, 123, 123, 0.9);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

#rchr-loading-overlay .loading {
    margin: 30em auto 0;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
#rchr-loading-overlay .loading,
#rchr-loading-overlay .loading:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* domain search results */
#rchr-domain-frame {
    max-width: 100%;
}

#rchr-domain-frame body {
    background: transparent;
}


/* Fancy Prices */
.FP_whole_price {
    position: relative;
    right: -5px;
}

.FP_dot {
    font-size: large;
}

.FP_remainder_price {
    font-size: 0.5em;
    left: -5px;
    position: relative;
    top: -15px;
}

.FP_currency {
    font-size: 0.5em;
    position: relative;
    top: -15px;
    left: -10px;
}

.compare-product-price .FP_whole_price {
    font-size: 1.3em;
    position: relative;
    right: -5px;
}

.compare-product-price .FP_dot {
    font-size: 1em;
    position: relative;
    left: 3px;
}

.compare-product-price .FP_remainder_price {
    font-size: 1em;
    left: 3px;
    position: relative;
    top: -5px;
}

.compare-product-price .FP_currency {
    font-size: 0.9em;
    position: relative;
    top: -5px;
    left: 3px;
}