.hosting-widget {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
}

.hosting-widget .display-none {
	display: none;
}

.hosting-widget .inline-block {
	display: inline-block;
}

.hosting-widget .error {
	border: 1px solid #a94442;
}
.hosting-widget .page-header {
	margin-top: 20px;
}
.hosting-widget .order-summary .row {
	margin: 0;
	padding: 5px 0;
	border-top: 1px solid #ccc;
}
/*
.hosting-widget .order-summary .item-level-0 {
	background: #efefef;
}
*/
.hosting-widget .order-summary .item-level-1 {
	padding-left: 10px;
}
.hosting-widget .order-summary .order-totals {
	font-size: 115%;
}
.hosting-widget .order-summary .order-totals > div {
	padding-top: 10px;
}
.hosting-widget .pl20 {
	padding-left: 20px;
}
.hosting-widget .pl0 {
	padding-left: 0;
}
.hosting-widget .ml10 {
	margin-left: 10px;
}
.hosting-widget .mandatory {
	color: #b94a48;
	margin-left: 2px;
}
.hosting-widget .mb0 {
	margin-bottom: 0;
}
.hosting-widget .icann-info {
	display: none;
}
.hosting-widget table.request-items td {
	vertical-align: middle !important;
}
.hosting-widget .mb0 {
	margin-bottom: 0;
}
.hosting-widget select.quantity, .hosting-widget select.price {
	width: 160px;
}
.hosting-widget select.extra-item {
	height: auto !important;
}

.hosting-widget .domain-search-result i.alert-danger, .hosting-widget .domain-search-result i.alert-warning {
	background-color: inherit;
}

.hosting-widget #request-save-form .form-group {
	margin: 0 0 15px 0 !important;
}

.hosting-widget label {
	font-weight: normal;
}

.hosting-widget .extra-attributes-domain div.control-label label {
	margin-bottom: 0;
}

.hosting-widget .extra-attributes-domain div.control-label label u {
	cursor: help;
}

.hosting-widget .nowrap {
	white-space: nowrap;
}

/* Scrollable modal */
.hosting-widget .modal-body {
	overflow-y: auto;
	max-height: calc(100vh - 180px);
}

.hosting-widget .bb-warning {
	border-bottom: 2px solid #eea236;
}

.hosting-widget .bb-danger {
	border-bottom: 2px solid #d43f3a;
}

.hosting-widget .spin {
	animation: spin 1s linear infinite;
}

.hosting-widget .loader {
	width: 120px;
	height: 120px;
	display: inline-block;
	border: 16px solid #f3f3f3;
	border-top: 16px solid #3498db;
	border-radius: 50%;
	animation: spin 2s linear infinite;
}

.hosting-widget .loader-small {
	width: 16px;
	height: 16px;
	display: inline-block;
	border: 2px solid #f3f3f3;
	border-top: 2px solid #555;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

/* :not(:required) hides these rules from IE9 and below */
.throbber-loader:not(:required) {
	-moz-animation: throbber-loader 2000ms 300ms infinite ease-out;
	-webkit-animation: throbber-loader 2000ms 300ms infinite ease-out;
	animation: throbber-loader 2000ms 300ms infinite ease-out;
	background: #dde2e7;
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 0.6em;
	height: 1.1em;
	margin: 0 0.6em;
}
.throbber-loader:not(:required):before, .throbber-loader:not(:required):after {
	background: #dde2e7;
	content: '\x200B';
	display: inline-block;
	width: 0.6em;
	height: 1.1em;
	position: absolute;
	top: 0;
}
.throbber-loader:not(:required):before {
	-moz-animation: throbber-loader 2000ms 150ms infinite ease-out;
	-webkit-animation: throbber-loader 2000ms 150ms infinite ease-out;
	animation: throbber-loader 2000ms 150ms infinite ease-out;
	left: -1em;
}
.throbber-loader:not(:required):after {
	-moz-animation: throbber-loader 2000ms 450ms infinite ease-out;
	-webkit-animation: throbber-loader 2000ms 450ms infinite ease-out;
	animation: throbber-loader 2000ms 450ms infinite ease-out;
	right: -1em;
}
.throbber-loader-big, .throbber-loader-big:before, .throbber-loader-big:after {
	width: 2em !important;
	height: 4em !important;
}
.throbber-loader-big:not(:required):before {
	left: -3em !important;
}
.throbber-loader-big:not(:required):after {
	right: -3em !important;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

@-moz-keyframes throbber-loader {
	0% {
		background: #dde2e7;
	}
	10% {
		background: #6b9dc8;
	}
	40% {
		background: #dde2e7;
	}
}
@-webkit-keyframes throbber-loader {
	0% {
		background: #dde2e7;
	}
	10% {
		background: #6b9dc8;
	}
	40% {
		background: #dde2e7;
	}
}
@keyframes throbber-loader {
	0% {
		background: #dde2e7;
	}
	10% {
		background: #6b9dc8;
	}
	40% {
		background: #dde2e7;
	}
}

/* Utility margin/padding classes */

.m-0 {margin: 0px!important;}
.m-5 {margin: 5px!important;}
.m-10 {margin: 10px!important;}
.m-15 {margin: 15px!important;}
.m-20 {margin: 20px!important;}
.mt-0 {margin: 0px!important;}
.mt-5 {margin-top: 5px!important;}
.mt-10 {margin-top: 10px!important;}
.mt-15 {margin-top: 15px!important;}
.mt-20 {margin-top: 20px!important;}
.mb-0 {margin: 0px!important;}
.mb-5 {margin-bottom: 5px!important;}
.mb-10 {margin-bottom: 10px!important;}
.mb-15 {margin-bottom: 15px!important;}
.mb-20 {margin-bottom: 20px!important;}
.ml-0 {margin: 0px!important;}
.ml-5 {margin-left: 5px!important;}
.ml-10 {margin-left: 10px!important;}
.ml-15 {margin-left: 15px!important;}
.ml-20 {margin-left: 20px!important;}
.mr-0 {margin: 0px!important;}
.mr-5 {margin-right: 5px!important;}
.mr-10 {margin-right: 10px!important;}
.mr-15 {margin-right: 15px!important;}
.mr-20 {margin-right: 20px!important;}

.p-0 {padding: 0px!important;}
.p-5 {padding: 5px!important;}
.p-10 {padding: 10px!important;}
.p-15 {padding: 15px!important;}
.p-20 {padding: 20px!important;}
.pt-0 {padding-top: 0px!important;}
.pt-5 {padding-top: 5px!important;}
.pt-10 {padding-top: 10px!important;}
.pt-15 {padding-top: 15px!important;}
.pt-20 {padding-top: 20px!important;}
.pb-0 {padding-bottom: 0px!important;}
.pb-5 {padding-bottom: 5px!important;}
.pb-10 {padding-bottom: 10px!important;}
.pb-15 {padding-bottom: 15px!important;}
.pb-20 {padding-bottom: 20px!important;}
.pl-0 {padding-left: 0px!important;}
.pl-5 {padding-left: 5px!important;}
.pl-10 {padding-left: 10px!important;}
.pl-15 {padding-left: 15px!important;}
.pl-20 {padding-left: 20px!important;}
.pr-0 {padding-right: 0px!important;}
.pr-5 {padding-right: 5px!important;}
.pr-10 {padding-right: 10px!important;}
.pr-15 {padding-right: 15px!important;}
.pr-20 {padding-right: 20px!important;}
