/***** GLOBAL */

html, body {
	height:			100%;
	margin:           0;
	border:           0;
	padding:          0;
	overflow:         auto;
}

body {
	position: relative;
	font-family: "Montserrat";
	font-size:14px;
    color: #444444;
}

/***** FONTS */

a {
	text-decoration: none;
	color:           #444444;
	
}

a:hover {
	text-decoration: underline;
}

a.top_menu {
	font-size: 10px;
}

.bold, .bold td {
	font-weight: bold;
}

.highlite, .highlite:hover {
	font-weight:     bold;
	text-decoration: underline;
}
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/***** IMAGES */

img {
	border: 0;
}

img.affiliates {
	margin-left:  2px;
	margin-right: 2px;
}

#main {
	min-height: 80%;
	height: auto !important;
	height: 100%;
	margin:0 auto;
	margin-bottom: -250px;
}
#logo {
	display: block;
	height: 175px;
	background: url(/images/logo.png) no-repeat left;
	text-indent: -10000px;
	margin-left: 18px;
	width: 170px;
}
#header {
	background:url(/images/header-tile.png) repeat-x top left;
}
#content {
	width: 1060px;
	margin:0 auto;
	color: rgb(33, 37, 41);
	font-size: 16px;
}
#content p {
	line-height: 16px;
}
#content td a,
#content p a {
	color: #444444;
	text-decoration: none;
}
#content td a:hover,
#content p a:hover {
	color:#000;
}
#header .content {
	width: 920px;
	margin:0 auto;
	background: url(/images/header-clouds.png) no-repeat right top;
}
#push-footer {
	height: 278px;
}
#footer {
	background:#fff url(/images/site-footer.png) no-repeat center;
	height: 278px;
}

.lloader {
	background:#fff  url(/images/ajax-loader.gif) no-repeat center;	
    display:block;
}

.loader {
  border: 5px solid #444444;
  border-radius: 50%;
  border-top: 5px solid #fff;
  width: 200px;
  height: 200px;
  animation: spin 5s linear infinite;
  -webkit-animation: spin 5s linear infinite;
  -moz-animation: spin 5s linear infinite;
  margin: 100px auto;
 
}


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

.overlay {
    display: none;
    background-color: #999999;
    position:fixed;
    z-index:500;
    top: 0px;
    left: 0px;
    opacity: .5;
    filter:alpha(opacity=50);
    width:100%;
    height:100%;
    
}





/* navigation */
.wrapper {
	background-color: #e6e6e6;
	padding: 18px 0 18px 0;
}
#main-menu {
	width: 1060px;
	margin:0 auto;
}
#main-menu h3 {
	font-size: 20px;
	margin: 0;
	color:#444444;
	font-family: "Maven Pro","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
	padding-left: 25px;
	margin-bottom: 15px;
	font-weight: normal;
}
#main-menu .nav-block {
	float: left;
	width: 38%;
	margin-right: 2%;
	background: url(/images/menu-block-divider.png) no-repeat right;
}

#main-menu .nav-block ul li {
    color: #444444;
}


#main-menu .nav-block ul {
	padding: 0;
	margin:0 35px 0 25px;
	list-style-type:circle;
}
#main-menu .nav-block li {
	width: 50%;
	float: left;
}
#main-menu .nav-block li a {
	display: block;
	color:#444444;
	line-height: 20px;
	padding-left: 11px;
	
	margin-left: -11px;
}
#main-menu #menu-invoices {
	width: 20%;
	background: none;
	margin-right:0;
}
#main-menu #menu-invoices li {
	float: none;
	width: auto;
}
#info-menu-header {
	width: 695px;
	position: absolute;
	right: 50%;
	padding-bottom: 9px;
	margin-right: -455px;
	background: url(/images/info-header-border.png) no-repeat bottom;
	top:115px;
	text-align: right;
	color:#fff;
}
#info-menu-header a {
	padding-right: 12px;
}

.quick-nav {
	position: absolute;
	width:920px;
	margin-top: -19px;
	overflow: hidden;
	background: #444444;
	padding: 10px 0;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow: 0 0 4px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 4px 4px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 4px 4px rgba(0,0,0,.2);
}
.quick-nav .primary li {
	margin-right: 35px;
}
.quick-nav .secondary li {
	margin-left: 35px;
}
.quick-nav .login-title {
	display: none;
}
.quick-nav .primary {
	float: left;
	margin-left: 25px;
}
.quick-nav .secondary {
	float: right;
	margin-right: 25px;
}
.quick-nav li {
	float: left;
}
.quick-nav ul {
	list-style-type: none;
	margin:0;
	padding: 0;
	overflow: hidden;
}

.page-title {
	font-size:24px;
	color:rgb(33, 37, 41);
	font-family: "Maven Pro","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
	font-weight: normal;
/*	background: url("https://easyhosting.nl/wp-content/themes/easyhosting/images/dot-line-gray.png") repeat-x bottom; */
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.table-title {
	font-size:20px;
	color:#444444;
	font-family: "Maven Pro","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
	font-weight: normal;
	margin: 0;
	float:none!important;
}

/* TABLES */
table {
	/*border:0;*/
	padding:0;
	margin:0;
	width: 100%;
}

th a,
th {
	text-align: left;
	/*font-size:14px;*/
	
	font-weight: normal;
	text-transform: uppercase;
	font-size: 11px;
	vertical-align: top;
}
th a:hover {
	color:#444444;
	text-decoration: none;
}
.head, .head td {
	width:          190px;
	vertical-align: middle;
}
.head2, .head2 td {
	width: 200px;
}
.head b, .head td b {
	font-weight: normal;
}


tr {
	margin:  0;
	padding: 0;
}

td {
	overflow: none;
	vertical-align: top;
	
    font-size: 16px;
}
td p {
	margin: 0;
}
td.table-value {
	font-weight: bold;
}
td.no-padding {
	padding:0!important;
}
thead th {
	padding-bottom: 5px;
	border-bottom: 1px solid gray;
}
.overview {
	margin-bottom: 40px;
}
.overview td {
	line-height: 25px;
}
table.edit {
	padding: 30px;
	
    margin:30px;
}
#content table.edit-important td,
#content table.edit-important td a {
	color:red;
    padding:10px;
}
table.edit-important {
	padding: 10px 20px 20px 20px;
	border: 1px solid red;
    
}
table.small-form .fieldDesc,
table.small-form .head {
	width: 120px;
}
.info-table {
	margin-bottom: 5px;
}
.table-header {
	overflow: hidden;
	padding-bottom:10px;
}
.table-footer {
	margin-bottom: 30px;
}
.table-header .table-title {
	float: left;
}
.table-header button[type="submit"] {
	float: right;
	margin-top: 5px;
}
.primary button[type="submit"] {
	float: none;
}
.info-table .overview td,
.overview td {
	border:0;
    padding-left:5px;
}
.overview td input,
.overview td textarea,
.overview td select {
	margin: 0px 4px 4px 0;
}
.info-table td {
	padding: 5px 0;
	border-bottom:1px solid #E5EAEE;
	line-height: 30px;
}
.info-table .info-table {
	margin-bottom: 40px;
}
.info-table .info-table td {
	border:0;
}
.info-table .info-table-small {
	margin: 10px 0;
}
.info-table-small th {
	line-height: 1;
}
.info-table-small td {
	border: 0;
	line-height: 1;
}
#content .info-table tr.row-overview td {
	border-top:1px solid #009AD6;
	border-bottom:1px solid #E5EAEE;
}
tr.default-row td {
	font-weight: bold;
}
#content td .info-link {
	text-decoration: none;
	cursor: pointer;
}


/* INPUT AND BUTTONS */

/********** INPUT **********/


.inputbox{border:0;width:400px;height:100px;}

input, textarea {
	border: 1px solid #999999;
	border-radius: 3px;
	box-shadow: 1px 1px rgba(0, 0, 0, 0.1) inset;
	
	display: inline-block;
	padding:6px 10px;
	font-size: 16px;
	width: 300px;
	margin:5px 4px 0 0;
}
input[type="checkbox"],
input[type="radio"] {
	width: auto;
	border:0;
	box-shadow:none;
	padding:0;
}
select {
    border: 1px solid #999999;
	border-radius: 3px;
	box-shadow: 1px 1px rgba(0, 0, 0, 0.1) inset;
	
	display: inline-block;
	padding:5px 10px;
	width: 240px;
    font-size: 14px;
    margin:5px 4px 0 0;
}
input:focus, select:focus, textarea:focus {
	border-color:#009AD6;
}
.button,
button,
input[type="button"],
input[type="submit"] {
	border-radius: 3px;
	background:#ff5b49;
	
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	margin:4px 4px 0 0;
	box-shadow: none;
	border:0;
	padding: 6px;
	width: auto;
	line-height: 25px!important;
    font-size:12px;
}
#content a.button {
	color:#fff;
	text-decoration: none;
}
#content a.button:hover {
	color:#fff;
}
.button:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
	
	text-decoration: none;
}
.button.detailSmall {
	padding: 6px;
}
.button.detailSmall,
button.detailSmall,
input.detailSmall {
	font-size: 11px;
	padding: 3px;
}
.button.detailEdit,
button.detailEdit,
input.detailEdit {
	font-size: 11px;
	padding: 10px;
	color:#555;
	background: #ddd;
	background: linear-gradient(to bottom, #ddd, #e4e4e4) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.button.detailEdit:hover,
button.detailEdit:hover,
input.detailEdit:hover {
	
	color:#fff;
}
.default,
input.default {
	background: none;
	color:#444444;
	border:0;
	text-decoration: underline;
	box-shadow: none;
	display: inline-block;
	float: none;
	padding: 6px;
	font-size: 12px;
}

.default:hover,
input.default:hover {
	background: none;
	color:#000;
}
.delete-button {
	font-size: 14px;
	line-height: .5;
}
.detailButton {
	font-size: 16px;    
    border-radius: 3px;
	background:#ff5b49;	
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	margin:4px 4px 0 0;
	box-shadow: none;
	border:0;
	padding: 6px;
	width: auto;
	line-height: 25px!important;   
}

.revert {
	font-size: 12px !important;        
}

input.checkbox {

	background-color: #ffffff;
	border:           0;
}

input.radio {
	background-color: #ffffff;
	border:           0px;
}

input.disabled {
	font-size:        8pt;
	background-color: #444444;
	border:           1px solid #ff3d3d;
	color:            #444444;
	margin-left:      2px;
	margin-right:     2px;
}

.customer-number {
	font-size: 16px;
}

.table-split td {
	/*border-top:1px solid #009AD6;*/
	/*padding-top: 20px;*/
}

input.usrSettingPass {
	font-size:        8pt;
	background-color: #444444;
	border:           1px solid #ff3d3d;
	color:            #000000;
	margin-left:      2px;
	margin-right:     2px;
}

.formErrorMessageNextToButton {
	color: #cc0000;
	float: right;
	display: inline-block;
	margin:0 4px 0 0;
	padding: 6px;
	width: auto;
	line-height: 15px!important;
}

input.formErrorField, select.formErrorField, textarea.formErrorField {
	border-color:#cc0000;
	color: #cc0000;
}

input.head, select.head, textarea.head {
	font-size:        8pt;
	background-color: #444444;
	border:           1px solid #ff3d3d;
	color:            #000000;
	font-weight:      bold;
}
input.green, select.green, textarea.green {
	font-size:        8pt;
	background-color: #444444;
	border:           1px solid #ff3d3d;
	color:            #fff;
}


/***** SECTIONS */


#nameserver-list .info-table {
	margin: 30px 0;
}

#order-process-steps {
	overflow: hidden;
	padding: 10px 0;
	margin:20px 0;
    border-bottom:1px solid #c5c5c5;
    /*border-top:1px solid #c5c5c5;*/
}
/*#order-process-steps ul {
	list-style-type: none;
	margin:0;
	padding: 0;
}
#order-process-steps li {
	float: left;
	display: block;
	color:#444444;
	font-size: 15px;
}*/
#order-process-steps td {
	color:#444444;
	text-align: center;
	white-space: nowrap;
}
#order-process-steps .inner {
	padding: 0 3px;
}
#order-process-steps td.active {
	font-weight: bold;
	
}
#order-process-steps span {
	display: block;
	padding: 0 3px;
	white-space: nowrap;
	/*color:#C5C5C5;*/
}
#order-process-steps li a {
	color:#444444;
	text-decoration: underline;
}
#order-process-steps li a:hover {
	color:#000;
}

#order-form .overview {
	margin-bottom: 20px;
}

#order-form .main-footer {
	padding-top: 15px;
	border-top:1px solid #c5c5c5;
}

#select-domainnames-for-order {
	margin-bottom: 20px;
}
#select-products-for-order p,
#select-domainnames-for-order p {
	margin:5px 0 10px 0;
}
#select-domainnames-for-order label {
	padding-right: 20px;
	font-size: 16px;
	background: #eee;
	display: inline-block;
	padding: 15px;
	width: 100%;
	margin-bottom: 4px;
	margin-right: 1px;
	cursor: pointer;
}

#your-order-overview .info-table .info-table {

	border:1px solid #eee;
	padding: 10px;
}
#your-order-overview .info-table .info-table td {
	padding-left:0;
}
#your-order-overview {
	margin-top: 30px;
}
#orderMain td {
	padding-left: 10px;
}
#order-totals {
	padding: 10px;
    width:500px;
}

tr.domain-indication {
	background: #eee;
}
tr.domain-indication td {
	font-size: 16px;
}
tr.domain-indication td span {
	
}
td.domain-name {
	padding-left: 10px;
	font-weight: bold;
}
#orderMain td.ordered-products {
	border:0;
	padding: 0;
}
#your-order-overview td.ordered-products .info-table  {
	border-top:0;
}
#invoices-overview  .info-table tr:hover td,
#my-products-overview .info-table tr:hover td{
	background: #eee;
	cursor: pointer;
}
.domain-name-header {
	font-size: 24px;
}
#toplevel-overview .table-header {
	padding: 20px 0;
}
#frmTermProduct select.coupling {
	width: auto;
}

td#D1_EasyOrder {
	margin:           0;
	padding:          0;
	background-color: #444444;
	text-align:       left;
	vertical-align:   top;
}

td#E1_disclaimer {
	width:            190px;
	height:           60px;
	border-top:       1px dashed #444444;
	border-right:     1px dashed #444444;
	margin:           0;
	padding:          0;
	background-color: #ffffff;
	color:            #444444;
	text-align:       center;
	vertical-align:   middle;
	font-size:        8pt;
}

td#E2_contact {
	width:            auto;
	height:           60px;
	border-top:       1px dashed #444444;
	background-color: #ffffff;
	margin:           0;
	padding:          0;
	color:            #444444;
	text-align:       center;
	vertical-align:   middle;
	font-size:        8pt;
}

td#E3_affiliates {
	width:            250px;
	height:           60px;
	border-top:       1px dashed #444444;
	border-left:      1px dashed #444444;
	margin:           0;
	padding:          0;
	background-color: #ffffff;
	color:            #444444;
	text-align:       center;
	vertical-align:   middle;
	font-size:        8pt;
}

td#F1_border {
	height:           25px;
	margin:           0;
	padding:          0;
	background-color: #ff3d3d;
}

/***** EASYORDER SECTIONS * GLOBAL */

div#site {
	position: absolute;
	left:     0;
	top:      0;
	width:    100%;
	height:   100%;
}

div#container_page {
	position: absolute;
	left:     0;
	top:      0;
	width:    100%;
	height:   100%;
	overflow: auto;
}

div#container_title {
	margin:           0 0 10px 0;
	border-bottom:    1px solid #ff3d3d;
	padding:          10px;
	background-color: #ffffff;
	font-size:        10pt;
	font-weight:      bold;
	text-align:       center;
	color:            #ff3d3d;
}
span.current_step {
	font-size:       10pt;
	font-weight:     bold;
	font-style:      italic;
	text-align:      center;
	color:           #000000;
}

div#container_steps {
	background-color: #444444;
}

.border {
	margin:           10px 0 10px 0;
	border-top:       1px solid #ff3d3d;;

	border-bottom:    1px solid #ff3d3d;
	padding:          5px;
	background-color: #ffffff;
}

div.head {
	font-size:   10pt;
	font-weight: bold;
	color:       #000000;
}

div.text {
	margin: 0 0 10px 30px;
	color:  #666666;
}

/***** EASYORDER SECTIONS */

span#container_check {
	height:         100%;
	padding:        2px 0 0 10px;
	vertical-align: middle;
}

/***** LOADING */

.loading {
	z-index: 1;
}

div#loading_screen {
	display:          none;
	position:         absolute;
	width:            250px;
	height:           80px;
	left:             300px;
	top:              200px;
	border:           2px outset #ff3d3d;
	background-color: #ff3d3d;
}

table.loading {
	width:            246px;
	height:           76px;
	border:           2px inset #ff3d3d;
	margin:           2px;
	background-color: #ffffff;
}

td#loading_image {
	text-align:     center;
	vertical-align: middle;
}

td#loading_text {
	text-align:     left;
	vertical-align: middle;
}

/***** LOG */

div#container_log {
	position:         absolute;
	left:             0;
	top:              90%;
	width:            100%;
	height:           10%;
	padding:          2px;
	overflow:         auto;
	border-top:       2px solid #cc0000;
	background-color: #ffeeee;
	display:          none;
}

dt.log {
	font-weight: bold;
}

.log_error   { color: #880000; }
.log_warning { color: #cc6600; }
.log_ok      { color: #008800; }
.log_info    { color: #888888; }

/***** OVERVIEW */

table.overview {
	width: 100%;
}

td.overview {
	text-align:     left;
	vertical-align: top;
}

.overview_head {
	margin-top:  15px;
	font-weight: bold;
	font-size:   11pt;
}
.overview_sub {
	font-weight: bold;
	font-size:   11pt;
}
.overview_mini {
	font-weight: bold;
	font-size:   10pt;
}

/***** FORMS */

tr.form_row {
	margin:  0;
	padding: 0;
}

td.form_col {
	margin:  0;
	padding: 1px 0 0 0;
}

td.lbl_form_col {
	width:   200px;
	margin:  0;
	padding: 1px 0 0 0;
}

input.fld_form, textarea.fld_form, select.fld_form {
	width:            400px;
	border:           1px solid #ff3d3d;
	margin:           0 1px 0 1px;
	padding:          1px 2px 1px 2px;
	background-color: #444444;
}
select.fld_form {
	padding: 0;
}

option.fld_form {
	margin:  0;
	padding: 1px 2px 1px 2px;
}

input#owner_middlename,  input#owner_housenr,   input#owner_zipcode,   input#owner_country,
input#adminc_middlename, input#adminc_housenr,  input#adminc_zipcode,  input#adminc_country,
input#invoice_housenr, input#invoice_zipcode, input#invoice_country {
	width: 78px;
}
input#owner_firstname,  input#owner_lastname,
input#adminc_firstname, input#adminc_lastname {
	width: 159px;
}
input#owner_street,   input#owner_city,   input#owner_state,
input#adminc_street,  input#adminc_city,  input#adminc_state,
input#invoice_street, input#invoice_city, input#invoice_state {
	width: 320px;
}

input#cust_vatnr,
input#owner_birthday, input#owner_vatnr {
	width: 120px;
}

input#cust_vatplace,
input#owner_birthplace, input#owner_vatplace {
	width: 278px;
}

/***** Richard (omgebouwd) */

td.invisible {
	background-color: transparent;
	border-style:     none;
}

.logoTop {
	background-color: #ff3d3d;
	font-size: 3px;
}

.logo {
	background-repeat: no-repeat;
	width: 180px;
}

.lijn {
	background-color: #444444;
}

.background {
	background-color:  #ffffff;
	background-repeat: repeat-x;
	vertical-align:    top;
}

.devTitle, .devTitle td {
	font-size:   14pt;
	color:       #444444;
	font-weight: bold;
}

.applyFor, .applyFor td {
	background-color: #00ff00;
	padding-left:     20px;
	color:            #444444;
}

.showUser, .showUser td {
	font-size:   11pt;
	font-weight: bold;
	color:       #444444;
}

.language {
	height:         30px;
	vertical-align: middle;
	text-align:     center;
	color:          #444444;
	font-size:      7pt;
}

.topBar {
	background-color: transparent;
}

.topExt {
	background-color: transparent;
}

.descBar {
	border: none;
}

.linkToBar {
	background: #444444;
	height:     22px;
	color:      #ffffff;
}

.linkToBar2 {
	text-align: left;
	background: #444444;
	height:     22px;
	color:      #ffffff;
}

.linkToDesc {
	border-right:     1px solid #444444;
	background-color: transparent;
	color:            #ffffff;
	width:            70px;
	font-weight:      bold;
	vertical-align:   middle;
	padding-left:     10px;
}

.langFlag {
	border: 0px outset #444444;
	margin-right: 2px;
}

.langFlagHover {
	border: 0px outset #ffffff;
	margin-right: 2px;
}

.mainPageHead {
	height:        25px;
	border-bottom: 1px outset #444444;
}

.loginTitle, .loginTitle td {
	font-size:        10pt;
	font-weight:      bold;
	color:            #ffffff;
	text-align:       left;
	vertical-align:   middle;
	padding-left:     10pt;
}

.mainHead, .mainHead td {
	text-align:       right;
	font-size:        8pt;
	font-weight:      bold;
	color:            #ffffff;
	vertical-align:   middle;
	padding-right:    10px;
}

.mainDataStart {
	vertical-align: top;
	border:         1px solid #444444;
}

.mainData {
	vertical-align: top;
}

.copyright, .copyright td {
	text-align:       right;
	font-size:        9pt;
	background-color: #ff3d3d;
	color:            #ffffff;
	padding-right:    5px;
}

.desc {
	font-size:   11px;
	color:       #888888;
	font-weight: normal;
}

.descBlack {
	font-size:   7pt;
	color:       #444444;
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
}

.descBig {
	font-size:   8pt;
	font-weight: bold;
	color:       #888888;
}

.descBigBlack {
	font-size:   8pt;
	font-weight: bold;
	color:       #444444;
}

.subMenu {
	border: 1px dashed #444444;
}

.detailFormHead, .detailFormHead td {
	width:        100px;
	font-size:    8pt;
	font-weight:  bold;
	border-right: 1px dashed #444444;
	padding-left: 3px;
}

.detailFormName, .detailFormName td {
	font-size:   10pt;
	font-weight: bold;
}

.descBoxHead, .descBoxHead td {
	background-color: #ff3d3d;
	border-bottom:    1px  #71353a;
	font-size:        9pt;
	vertical-align:   middle;
	text-align:       center;
	height:           20px;
	color:            #ffffff;
	font-weight:      bold;
}

.navigateDetails {
	font-size:   7pt;
	font-weight: bold;
}

.notifyMessage, .notifyMessage td {
	color: #00cc00;
	font-style: bold;
	background-color: #ffffff;
}

.message, .message td,
.notify, .notify td {
	
}

.info-messages {
	background: #eee;
	border:1px solid #d0d0d0;
	margin:10px 0;
	padding: 30px;
	position: relative;
}
.hide-info-messages {
	font-size: 20px!important;
	line-height: 1!important;
	position: absolute;
	right: 10px;
	top:50%;
	margin-top: -10px;
	color:#888!important;
	cursor: pointer;
	text-decoration: none!important;
}
.hide-info-messages:hover {
	color:#000!important;
}
.hidden {
	display: none;
}
.errors {
	border-color:#ff0000;
	color:#ff0000;
}
.info-messages ul {
	padding: 0;
	list-style-type: none;
}
.info-messages li {
	margin-bottom: 5px;
}

.error, .error td {
	color:       #ff0000;
}

.green, .green td {
	color: #00cc00;
}

.smallHead, .smallHead td {
	font-size:      7pt;
	color:          #444444;
	font-weight:    bold;
	vertical-align: middle;
}

.headNormal, .headNormal td {
	width:          90px;
	font-size:      7pt;
	font-weight:    bold;
	color:          #000000;
	vertical-align: bottom;
}

.headGreen, .headGreen td {
	font-size:   8pt;
	color:       #00cc00;
	font-weight: bold;
	height:      18px;
}

.text, .text td {
	width:     250px;
	font-size: 8pt;
}

.textNormal, .textNormal td {
	width:     200px;
	font-size: 7pt;
}

.explain, .explain td {
	font-size:      9pt;
	color:          #444444;
	font-weight:    bold;
	vertical-align: middle;
}

.bigger, .bigger td {
	font-size: 9pt;
}

.boldBigger, .boldBigger td {
	font-size:   9pt;
	font-weight: bold;
}

.italicBigger, .italicBigger td {
	font-size:  9pt;
	font-style: italic;
}

.tableType0 {
	vertical-top:   middle;
	font-size:        7pt;
	background-color: #444444;
	padding:          1px;
	border:           2px groove #444444;
}

.tableType1 {
	vertical-align:   middle;
	font-size:        7pt;
	background-color: #ffffff;
	padding:          1px;
	border:           2px groove #dddddd;
}

.white, .white td {
	background-color: #ffffff;
}

/*.rowType0 {
	vertical-align: middle;
	font-size:      7pt;
	padding:        1px;
}

.rowType0 td {
	border-bottom: 1px dashed #444444;
}

.rowType1 {
	vertical-align: middle;
	font-size:        7pt;
	padding:          1px;
	background-color: #444444;
}

.rowType1 td {
	border-bottom: 1px dashed #444444;
}


.rowType2 {
	vertical-align: middle;
	width:            400px;
	font-size:        7pt;
	padding:          1px;
	background-color: #444444;
}

.rowType2 td {
	border-bottom: 1px dashed #444444;
}*/

.activeStaffelRate td {
	background-color: #ffd9db;
	color:            #444444;
}

.activeStaffelAmount, .activeStaffelAmount td {
	border-bottom: 1px solid #444444;
	height:        30px;
}

.activeStaffelAmountDesc {
	color: #dd0000;
}

.activeStaffelAmountValue {
	color: #dd0000;
	font-weight: bold;
}

.terminated {
	background-color: #cc0000;
	color:            #ffffff;
}

.suspended {
	color: #cc0000;
}
/*
.detailRow, .detailRow0 {
	cursor:           pointer;
	background-color: #ffffff;
	height:           18px;
}

.detailRowUnpayed {
	cursor:           pointer;
	background-color: #00ff00;
	height:           18px;
}
.detailRow1, .detailRowActiveCoupling {
	cursor:           pointer;
	background-color: #ffd9db;
	height:           18px;
}
*/
.detailRowSuspended {
	cursor:           pointer;
	background-color: transparent;
	color:            #cc0000;
	height:           18px;
}

.detailRowTerminated {
	cursor:           pointer;
	background-color: #cc0000;
	color:            #ffffff;
	height:           18px;
}

.detailRowWillBeTerminated {
	cursor:           pointer;
	background-color: #dddddd;
	height:           18px;
}

.detailRowUnpayedHover td, .detailRowWillBeTerminatedHover, .detailRowTerminatedHover, .detailRowSuspendedHover, .detailRowHover, .detailRow0Hover, .detailRow1Hover, .detailRowActiveCouplingHover {
	cursor:           pointer;
	background-color: #444444;
	height:           18px;
}

/*.detailRowUnpayed td, .detailRowUnpayedHover td, .detailRow td, .detailRowHover td, .detailRow0 td, .detailRow0Hover td, .detailRow1 td, .detailRow1Hover td, .detailRowTerminated td, .detailRowTerminatedHover td, .detailRowSuspended td, .detailRowSuspendedHover td, .detailRowActiveCoupling td, .detailRowActiveCouplingHover td, .detailRowWillBeTerminated td, .detailRowWillBeTerminatedHover td {
	font-size:     7pt;
	border-bottom: 1px dashed #444444;
}*/

.hrPlain {
	color: #444444;
}

/********** HEADERS **********/

.orderConfirmHeader, .orderConfirmHeader td {
	font-size:      8pt;
	height:         35px;
	vertical-align: bottom;
	text-align:     left;
	color:          #000000;
	font-weight:    bold;
	padding:        1px;
}

.orderConfirmTotal {
	width:          200px;
	font-size:      8pt;
	vertical-align: top;
	text-align:     left;
	color:          #000000;
	font-weight:    bold;
	padding:        1px;
	height:         18px;
}

.orderConfirmDesc, .orderConfirmDesc td {
	width:          150px;
	font-size:      8pt;
	vertical-align: top;
	text-align:     left;
	color:          #000000;
	padding:        1px;
	height:         18px;
}

.orderConfirmDetailHead {
	font-size:      7pt;
	height:         18px;
	vertical-align: bottom;
	text-align:     left;
	color:          #000000;
	font-weight:    bold;
	padding:        1px;
}

.orderConfirmDetails {
	background-color: #ffffff;
	padding:          1px;
}

.orderConfirmDetails td {
	font-size: 7pt;
	height:    14px;
}

.leftHeader, .leftHeader td {
	color:#fff;
}

/*
.leftTable, .leftTable td {
	font-size:   7pt;
	color:       #000000;
	font-weight: bold;
	height:      18px;
	padding:     1px;
	vertical-align: top;
	text-align:     left;
	padding:        1px;
	width:           150px;
}

.rightTable, .rightTable td {
	font-size:      8pt;
	font-weight:    bold;
	vertical-align: top;
	text-align:     right;
	color:          #ff3d3d;
	padding:        1px;
	width:           190px;
}

.centerTable, .centerTable td {
	font-size:      8pt;
	font-weight:    bold;
	vertical-align: top;
	text-align:     center;
	color:          #ff3d3d;
	padding:        1px;
	width:           20px;
}

.leftHeader, .leftHeader td {
	font-size:      8pt;
	font-weight:    bold;
	vertical-align: top;
	text-align:     left;
	color:          #fff;
	padding:        1px;
}

.rightHeader, .rightHeader td {
	font-size:      8pt;
	font-weight:    bold;
	vertical-align: top;
	text-align:     right;
	color:          #ff3d3d;
	padding:        1px;
}

.centerHeader, .centerHeader td {
	font-size:      8pt;
	font-weight:    bold;
	vertical-align: top;
	text-align:     center;
	color:          #ff3d3d;
	padding:        1px;
}

.leftHeaderSpecial, .leftHeaderSpecial td {
	font-size:        9pt;
	font-weight:      bold;
	vertical-align:   middle;
	text-align:       left;
	background-color: #ffffff;
	color:            #ff3d3d;
	padding:          1px;
	height:           20px;
}
.rightHeaderSpecial, .rightHeaderSpecial td {
	font-size:        9pt;
	font-weight:      bold;
	vertical-align:   middle;
	text-align:       right;
	background-color: #ffffff;
	color:            #ff3d3d;
	padding:          1px;
	height:           20px;
}

.centerHeaderSpecial, .centerHeaderSpecial td {
	font-size:        9pt;
	font-weight:      bold;
	vertical-align:   middle;
	text-align:       center;
	background-color: #ffffff;
	color:            #ff3d3d;
	padding:          1px;
	height:           20px;
}


.leftHeaderColored, .leftHeaderColored td {
	font-size:        8pt;
	font-weight:      bold;
	vertical-align:   bottom;
	text-align:       left;
	color:            #000000;
	border:           1px solid #000000;
	background-color: #00ff00;
	padding:          1px;
	height:           18px;
}

.rightHeaderColored, .rightHeaderColored td {
	font-size:        8pt;
	font-weight:      bold;
	vertical-align:   bottom;
	text-align:       right;
	color:            #000000;
	border:           1px solid #444444;
	background-color: #00ff00;
	padding:          1px;
	height:           18px;
}
.centerHeaderColored, .centerHeaderColored td {
	font-size:        8pt;
	font-weight:      bold;
	vertical-align:   bottom;
	text-align:       center;
	color:            #000000;
	border: 1px solid #444444;
	background-color: #00ff00;
	padding:          1px;
	height:           18px;
}

.leftDetailHeader, .leftDetailHeader td {
	font-size:        8pt;
	font-weight:      bold;
	color:            #ffffff;
	background-color: #444444;
	border-bottom:    1px solid #444444;
	padding:          2px;
	height:           16px;
}

.rightDetailHeader, .rightDetailHeader td {
	font-size:        8pt;
	font-weight:      bold;
	text-align:       right;
	color:            #ff3d3d;
	background-color: #ffd9db;
	border-bottom:    1px solid #444444;
	padding:          2px;
	height:           16px;
}

.centerDetailHeader, .centerDetailHeader td {
	font-size:        8pt;
	font-weight:      bold;
	text-align:       center;
	color:            #ff3d3d;
	background-color: #ffd9db;
	border-bottom:    1px solid #444444;
	padding:          2px;
	height:           16px;
}*/

.WHOIS_FREE {
	color: #00cc00;
}

.WHOIS_TAKEN {
	color: #cc0000;
}

.WHOIS_FAILURE {
	color:           #00cc00;
	text-decoration: underline;
}

.whoisResults, .whoisResults td {
	background-color: #444444;
	border-bottom:    1px dashed #444444;
	font-size:        8pt;
	height:           25px;
}

.whoisResHead {
	font-size:   8pt;
	font-weight: bold;
	padding:     1px;
}

.whoisAction {
	cursor:           pointer;
	background-color: #444444;
	color:            #ff3d3d;
	border:           1px outset #ff3d3d;
	font-size:        8pt;
	font-weight:      bold;
}

/********** BUTTONS **********/

.button td {
	cursor:     pointer;
	text-align: center;
}

/*.button {
	cursor:           pointer;
	font-size:        8pt;
	background-color: #444444;
	border:           1px outset #ff3d3d;
	color:            #ffffff;
	text-align:       center;
}
*/
.backbutton {
	cursor:           pointer;
	font-size:        8pt;
	background-color: #444444;
	border:           1px outset #ff3d3d;
	color:            #ffffff;
	font-weight:      bold;
}

.buttonsLight, .buttonsLight td {
	cursor:           pointer;
	border-top:       1px solid #bbbbbb;
	background-color: #ffffff;
	color:            #444444;
	text-align:       center;
	vertical-align:   middle;
}

td.name {

}

.darkButton {
	cursor:           pointer;
	background-color: #444444;
	color:            #bd1220;
	border:           1px outset #444444;
	font-weight:      bold;
	font-size:        8pt;
}

.navigateButton {
	cursor:           pointer;
	background-color: #444444;
	color:            #bd1220;
	border:           1px outset #444444;
	font-weight:      bold;
	font-size:        8pt;
}

.detailLight {
	cursor:           pointer;
	background-color: #ffd9db;
	color:            #bbbbbb;
	border:           1px outset #444444;
	font-size:        8pt;
}

.actionButton {
	cursor:           pointer;
	background-color: #444444;
	color:            #ffffff;
	border:           1px outset #444444;
	font-size:        7pt;
}

.searchMain {
	cursor:           pointer;
	background-color: #444444;
	color:            #ffffff;
	border:           1px outset #444444;
	font-size:        8pt;
	font-weight:      bold;
	width:            80px;
}

.systemButton {
	cursor:           pointer;
	background-color: #444444;
	color:            #bd1220;
	border:           1px outset #ff3d3d;
	font-weight:      bold;
	font-size:        9pt;
}

/********** LINKS **********/
a {
	
	text-decoration: none;
}
a:hover {
	
	text-decoration: underline;
}

a.editFormLink {
	font-size:       13pt;
	font-weight:     bold;
	color:           #444444;
	text-decoration: none;
}
a.editFormLink:hover {
	font-size:       13pt;
	font-weight:     bold;
	color:           #444444;
	text-decoration: none;
}

a.picLink {
	text-decoration: none;
	border:          0;
}
a.picLink:hover {
	text-decoration: none;
	border:          0;
}

a.detailHeadLink {
	color:           #bd1220;
	text-decoration: none;
}
a.detailHeadLink:hover {
	color:           #bd1220;
	text-decoration: underline;
}

/********** DIVS **********/

.movableLoading {
	width: 500px;
	position:         absolute;
	display:          block;
	vertical-align:   top;
	text-align:       center;
	left:             50%;
	margin-left:-250px;
	top:              350px;
	box-shadow: 0 0 4px 4px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 4px 4px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 4px 4px rgba(0,0,0,.1);
	background-color: #fff;
	behavior:         url(/styles/drag-box.htc);
	-moz-binding:     url(/styles/moz-behaviors.xml#drag-box.htc);
	-moz-box-sizing:  border-box;
	z-index:40;
	padding: 30px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	color:#ff3d3d;
	font-size: 14px;
	border:1px solid #ddd;
}
.movableLoading table {
	width: 100%;
	height: auto;
}

.movableLoadingNoDrag {
	/* this is for the windowBox. The onload from the body won't work there is we couple the HTC file for dragging */
	position:         absolute;
	vertical-align:   top;
	text-align:       center;
	left:             220px;
	top:              150px;
	border:           3px solid #71353a;
	background-color: #444444;
}

.movable {
	position:        absolute;
	/* reference behaviors */
	behavior:        url(/styles/drag-box.htc);
	-moz-binding:    url(/styles/moz-behaviors.xml#drag-box.htc);
	/* include this for block elements */
	-moz-box-sizing: border-box;
}

.divDomainName {
	display:          none;
	position:         absolute;
	left:             200px;
	bottom:           200px;
	height:           100px;
	width:            500px;
	border:           5px solid #ff3d3d;
	background-color: #444444;
}

/***** orderform bar */


.orderTitles {
	width:         720px;
	border:        1px solid #444444;
}

.orderTitles td{
	width:            120px;
	color:            black;
	background-color: #dddddd;
}

.orderTitles a{
	display:          block;
	color:            black;
	background-color: #dddddd;
	text-decoration:  none;
}

.orderTitles a:hover{

	color:            black;
	border:           0;
	background-color: white;
	text-decoration:  none;
}

/*     FOOTER see http://www.themaninblue.com/writing/perspective/2005/08/29/     */

#nonFooter{
	position:      relative;
	min-height:    100%;
}

* html #nonFooter{            /*  dit is feitelijk een bug! (spatie tussen * en html) IE6 herkent dit niet maar voert het wel uit  */
	height:        100%;
	border:        5px;
}

.item_navigation , .item_navigation:hover  {
	color:#000000;
}

.order_link , .order_link:hover {
	color:#000000;
	text-decoration: underline;
}

.table_navigation {
    margin-top:20px;;
}

.table_navigation td {
    font-size: 11px;
 
}

.alertButton {
    font-size: 18px;
    height:50px;
     background: linear-gradient(to bottom, #ff0000, #BA0728) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    border-radius: 3px;
    box-shadow: none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    line-height: 15px !important;
    margin: 20px;
    padding: 60px;
    width: auto;
}

.alertButton:hover {
    background: linear-gradient(to bottom, #BA0728, #ff0000) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.mandatory {
    color: #ff0000;
}

table.no-links tr td a {
	text-decoration:none !important;
}

table.no-links tr td a:hover {
	text-decoration:underline !important;
}

table.info-table label {
    padding-left: 5px;
}

table.order-domain label {
    float:left;
    
    margin:4px;
    background-color:#fff;
    border-radius:4px;
    border:0px solid #fff;
    overflow:hidden;
   
}

table.order-domain label span {
    text-align:center;
    font-size: 12px;
    padding:13px 0px;
    display:block;
}

table.order-domain label input {
    display:none;
}

table.order-domain button {  
    background: #ff5b49;
    font-weight: bold;
}

table.order-domain i.fa-check {  
    color:#ff5b49;
}

table.order-domain i.fa-arrow-right {  
    color:#fff;
    margin-left:5px;
}

table.order-domain p#label {  
    display:inline;
    margin-left:3px;
    
}

.customerLead div {

    width:50%;
    display: inline;
    margin: 10px;
    padding: 10px;
    font-size:25px;

}

.customerLead button {
    margin-left:15px;
    margin-bottom:5px;
}

#multipleDomNS , #multipleDom {
    margin-left:5px;
}

.service_row {
    width:1016px;
   
    float:right;
    margin-bottom: 10px;
}

.service_row ul {
    padding: 0;
	margin:0 35px 0 25px;
	list-style-type: none; 
    float:right;
}

.service_row ul li a {   
    color:#444444;
    font-weight:bold;
}

.boxx {
    border: 1px #444444 solid;
    margin-left:70px !important;
    width:100%;
}


.login_main{
    margin-top: 80px;
}

.login_main h2 {

    font-size: 22px;
    color: #003343;
    font-weight: bold;
    text-transform: none;

}

.login_main .loginform {

    background: #ff5f49;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 14px;

}

.login_main .loginform .btn {

    background: #003343;
    border: 0;
    font-weight: bold;
    font-size: 13px;

}

.login_main .nieuweklant {
    background: url('/images/bg-nwkl.jpg') no-repeat center center;
        background-size: auto;
    background-size: cover;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 3px;
    color: #FFF;
    font-size: 14px;
    height:214px;
}

.login_main .nieuweklant .btn-primary {
    background: #ff5f49;
    border: 0;
    font-weight: bold;
    font-size: 13px;
}

.login_main .helpdesk {
    border: 1px solid #ccc;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 14px;
}

.login_main .helpdesk {
    font-size: 14px;
}

.login_main .helpdesk .btn {

    background: #003343;
    border: 0;
    font-weight: bold;
    font-size: 13px;

}

.modal {
  display: none; 
  position: fixed; 
  z-index: 1; 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}

.modal p {
    color: white;
    font-size:16px !important;
}

.modal-content {
  background-color: #ff5b49;
  margin: 15% auto; 
  padding: 20px;
  border: 3px solid #ff5b49;
  width: 30%; 
}

.close {
  color: #white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
} 

#inline-link {
    padding: 0 !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ 
  opacity: 0.3; /* Firefox */
}

.order-properties tr td { 
    width: 33% !important; 
}

.auth-checkbox {
    vertical-align:bottom;
    padding-left:10px;
}

div.auth-explain {
    display: inline-block;   
 
}

label.auth-label {  
    padding-right:10px;
    font-size: 12px;
    display: inline-block;
    position:relative;
    bottom:-15px;
   
}

table.overview.edit tbody tr td p#termination-reason label{
    display:block;
}

table.overview.edit tbody tr td p#termination-reason {
    padding-top:30px;
    padding-left:45px;
}





