/**
 * @file
 * Specific EDNA Styling 
 *
 * Style anything that exclusively for EDNA
 */
 
a.account:after {
  	margin-left: 10px;
    margin-left: 4px;
    padding-bottom: 14px;
    padding-right: 31px;
    padding-top: 5px;
	content: " ";
	background-image: url("../img/Lucy-account_1.png");
    background-position: 0 0;
    background-repeat: no-repeat;
}

#navigation {
	margin-top: 29px;
	margin-bottom: 0;
}

.domainquicklink button {
	font-size: .8em !important;
}

.page-domain-list  .searchbox .fa-search:before {
	font-size: 2.4em;
	line-height: 0.7em;
	text-shadow: #745f50 1px 1px 1px;
}

.searchdomain {
    display: inline-block;
}

.buttonbox {
    display: inline-block;
}

.registerbox {
    display: inline-block;
    float:right;
    padding-top: 10px;
}

button#search {
	border-radius: 20px !important;
	padding: 6px 0 !important;
	background-color: #FFF !important;
	box-shadow: none !important;
	color: #000 !important;
}

button#search:hover,
button#search:focus {
	background-color: #000 !important;
	color: #FFF !important;
}

/*
 * STATUSSES
 */

.hidden {
    display: none;
}

.namestatus .status .rewrite {
	display: none;
}

.namestatus  ul.dropdown li ul {
    width: auto;
    z-index: 999;
}
.namestatus .fa-info-circle:before {
    font-size: 1.3em;
}

/* ACTIVE */

.namestatus.ACTIVE,
.namestatus.ACTIVE-active,
.namestatus.ACTIVE-external {
	color: green;
}  
.namestatus.ACTIVE .icon:before,
.namestatus.ACTIVE-active .icon:before,
.namestatus.ACTIVE-external .icon:before {
    content: "\f00c";
	color: green;
}

/* .namestatus.ACTIVE-active .status .dropdown:before,
.namestatus.ACTIVE-external .status .dropdown:before {
    content: "Active";
} */

/* PENDING */

.namestatus.PENDING,
.namestatus.PENDING-transfer_in,
.namestatus.PENDING-new,
.namestatus.PENDING-suspend_billing,
.namestatus.PENDING-suspend_registry,
.namestatus.PENDING-NSupdate,
.namestatus.PENDING-DSupdate,
.namestatus.PENDING-manual,
.namestatus.PENDING-registration,
.namestatus.PENDING-transfer_out {
	color: #85B7C9;
}  

.namestatus.PENDING-transfer_in .icon:before,
.namestatus.PENDING-new .icon:before,
.namestatus.PENDING-suspend_billing .icon:before,
.namestatus.PENDING-suspend_registry .icon:before,
.namestatus.PENDING-NSupdate .icon:before,
.namestatus.PENDING-DSupdate .icon:before,
.namestatus.PENDING-manual .icon:before,
.namestatus.PENDING-registration .icon:before,
.namestatus.PENDING-transfer_out .icon:before {
    content: "\f1ce";
	-webkit-animation: myspin 4s infinite linear;
	animation: myspin 4s infinite linear;
	color: #85b7c9;
}

.namestatus.PENDING-transfer_in .status:after,
.namestatus.PENDING-new .status:after,
.namestatus.PENDING-suspend_billing .status:after,
.namestatus.PENDING-suspend_registry .status:after,
.namestatus.PENDING-NSupdate .status:after,
.namestatus.PENDING-DSupdate .status:after,
.namestatus.PENDING-manual .status:after,
.namestatus.PENDING-registration .status:after,
.namestatus.PENDING-transfer_out .status:after {
    content: "Pending";
}

