.domain-configuration-table {
    margin: 40px auto 0;
}

.domain-configuration-table h2 {
    font-size: 14px;
    font-weight: bold;
    padding-left: 20px;
    /* max-width: 612px; */
    line-height: 30px;
    line-height: 30px;
    margin: 0 auto;
}

.update-cart {
    background-color: #00b0f4;
    color: white;
    padding: 15px 22px;
    border: none;
    border-radius: 0;
    font-size: 20px;
}
#domainconfig tr{
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
}

#domainconfig tr:nth-child(odd){
    border-bottom: none;
}

#domainconfig tr:nth-child(even){
    background-color: #ebebeb;
}

#order-modern #domainconfig tr .right{
    text-align: right;
}

.tos header{
    border:1px solid #CCC;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}
.tos header i{
    float: right;
    color: #CCC;
    font-size: 25px;
    margin: 11px 8px;
}

.tos header h1{
    float: left;
}
.idshield-logo {
    position:relative;
    text-align: center;
    float:left;
    width: 400px;
    padding-top: 27px;
}

.free-banner {
    position : absolute;
    top : -12px;
    left : 16px;
}


.idshield-text a{
    text-decoration: underline;
}

span.idshield{
    font-weight:bold;
}
.idshield .blue{
    color: #00a3d2;
}


#order-modern.narrow .tos header {
    padding:  0 10px;
}
#order-modern.narrow .tos header h1 {
    font-size: 24px;
    line-height: 50px;
    color: 00a3d2;
    font-weight: 300;
    text-align: left;
}

#tos-full {
    padding: 30px 40px;
    height: 300px;
    overflow: auto;
    font: 11px/150%;
    border: 1px solid #CCC;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 0;
}
#order-modern.narrow #tos-full h1 {
    text-align: left;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
}


#tos-full ol {
    counter-reset: item;
    margin:0;
}
#tos-full li:before {
    content: counters(item, ".") " ";
    counter-increment: item;
    position:absolute;
    left: 0;
}

#tos-full > ol > li:before {
    color: white;
    left: -9999px;
}

#tos-full li {
    display: block;
    font-weight:bold;
    margin-left: 0;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 150%;
}

#tos-full li li{
    font-weight:normal;
    margin-bottom: 0px;
    padding-left: 30px;
    position:relative;
}
#tos-full li li li {
    padding-left: 35px;
}

.tos-trigger {
    cursor : pointer
}

.idshield-tooltip-container {
    z-index:1000;
    text-align:left;
    padding:14px;
    max-width:400px;
    color:#000;
    background-color:#fff;
    border: 1px solid #888888;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.75);
    /**
     * - If you set a background-image, border/padding/background-color will be ingnored.
     *   You can set any padding to .tip-inner instead if you need.
     * - If you want a tiled background-image and border/padding for the tip,
     *   set the background-image to .tip-inner instead.
     */
}


.eppcode {
    margin-top: 10px
}
.domainperiode {
    float:left;
    margin:5px 20px 0 0
}
.eppdesc {
    font-size:11px; font-style:italic; opacity: 0.5
}



/* DESIGN FOR DOMAINPAGE configuredomains.tpl */

table#domainconfig td{
	position: relative;
	line-height:  30px;
	overflow: hidden;
	  vertical-align: top !important;
}
#domainconfig li{
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}
#domainconfig ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.freenomBtn.useDNS,
.freenomBtn.useForward {
	border: 1px solid #CCC;
	background: #FFF;
	font-size: 12px;
	padding:  0px 10px;
	line-height: 30px;
	border-radius: 3px;
	cursor: pointer;
	float: left;
}
.freenomBtn.useDNS i, 
.freenomBtn.useForward i {
	margin-right:  5px;
}

.active > .freenomBtn.useDNS,
.active >  .freenomBtn.useForward  {
	background: #60b716; 
	border: 1px solid #4ca004;
	color: #FFF;
}

.orSpacer {
	font-size: 12px;
	padding: 5px 15px;
	float: left;
}

.freenomBtn.useDNS.active div{
	height: 300px !important;
	position: absolute;
	}
	
ul.useYourDomain {
	overflow: hidden;
}


li.useDNSList,
li.useForwardList {
	-webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
	     -o-transition: all 0.4s ease;
	        transition: all 0.4s ease;
}

.wrapperForward,
.wrapperDNS {
	display: none;
	
	background: url('../img/bgTableUseDomain.png') no-repeat right top;
	padding: 13px 9px;
	position: absolute;
	left: 0;
	top:  50px;
	width: 100%;
	
}

.active .wrapperForward,
.active .wrapperDNS {
	display: block;
}


.wrapperForward h4,
.wrapperDNS h4{
	font-weight:300;
	font-size: 17px;
	letter-spacing: 0.03em;
	float: left;
	line-height: 45px;
	width:  35%;
	color: #333;
}

.wrapperForward input.forward_input {
	float: right;
	height:  45px;
	line-height: 45px;
	width: 65%;
	font-size: 17px;
	font-weight: 300;
	background: #FFF;
}
.freenomBtn.useOurDNS,
.freenomBtn.useOwnDNS {
	font-size: 12px;
	padding:  0px 20px 15px;
	line-height: 30px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	cursor: pointer;
	float: left;
}
.active > .freenomBtn.useOurDNS,
.active > .freenomBtn.useOwnDNS {
	background: #FFF;
}

ul.dnsTabs {
	position: relative;
}


.wrapperOwnDNS,
.wrapperOurDNS {
	display: none;
	
	background: #FFF;
	padding: 0px 15px 10px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 40px;
	
	border-radius: 3px;
	
}

.active > .wrapperOwnDNS,
.active > .wrapperOurDNS {
	display: block;
}

.wrapperOwnDNS table,
.wrapperOurDNS table {
    width:  100%;
    background: #FFF;
  	 vertical-align: top;
}
#domainconfig .wrapperOwnDNS table tr,
#domainconfig .wrapperOurDNS table tr {
    border:  0;
}
.wrapperOwnDNS table td, 
.wrapperOurDNS table td {
    width:  50%;
    border:  0 !important;
    background: #FFF !important;
    padding:  0;
}

.wrapperOwnDNS label, 
.wrapperOurDNS label {
    width:  40%;
    float: left;    font-size: 13px;
    font-weight: 600;
    line-height: 30px;    margin-bottom: 5px;
}
.wrapperOwnDNS input, 
.wrapperOurDNS input {
    width:  55%;
    float: left;
    background: #FFF;
    height: 28px;
    background-color: #ffffff;
        border: 1px solid #cccccc;
        border-radius: 3px;
        color: #555555;
        display: inline-block;
        font-size: 13px;
        line-height: 18px;
        padding: 4px;
}
.applyToAll {
	position: absolute;
	left:199px;
	top: 8px;
	color: #666;
	font-size: 12px;
	z-index: 1;
}

.applyToAll label{
	color: #666 !important;
	font-size: 12px !important;
	z-index:  1;}
	
.collapseAll {
	position: absolute;
	left:310px;
	top: 8px;
	color: #666;
	font-size: 12px;
	z-index: 1;
	font-weight: 400;
	cursor: pointer;
}
.collapseAll i{
	margin-right: 15px;
	margin-left: 5px;
}


.active .applyToAll label{
	z-index:  100;
}

.openRow,
.closeRow {
	position: absolute;
	right:15px;
	top: 14px;
	color: #666;
	font-size: 12px;
	display: none;
	z-index: 1;
	font-weight: 400;
	cursor: pointer;
}

.errorMsg {
	color: red;
    font-size: 11px;
    font-weight: 400;
    
    left: 0;
    position: absolute;
    top: 12px;
    
}

.errorMsg:before{
		font-family: FontAwesome;
		content: "\f071";
		margin-right: 7px;
		font-weight: normal;
}

.errorMsg.forward {
		left: 10px;
    top: 45px;
    
}
.idshield-container {
    clear: both;
    margin: 0px 0 35px;
}
.idshield-text a {
    text-decoration: none !important;
}

.idshield-text {
    padding : 30px 0 0;
}


.idshield-text label {
    color : #666;
    font-size : 18px;
}
.idshield-text label img{
    width:  130px;
    margin:  0 10px;
}
.idshield-text p.subtext{
    font-size: 14px;
    color:#8d8d8d;
    margin: 10px 60px 20px 35px;
}
span.idshield{
    font-weight:bold;
    color: #1B204E;
}
.idshield .blue{
    color: #00a3d2;
}


/* CREATE A CUSTOM DESIGN VOOR INPUT CHECKBOXES */

.idshield-text label,
.applyToAll label,
.domcheckertldselect label {  
    display: inline-block;  
    cursor: pointer;  
    position: relative;  
    padding-left: 25px;  
    margin-right: 15px;  
    font-size: 13px;  
}
.idshield-text input[type=checkbox],
.applyToAll input[type=checkbox],
.domcheckertldselect input[type=checkbox] {  
    display: none;  
}  
.idshield-text label::before,
.applyToAll label::before,
.domcheckertldselect label::before {
	content: "";  
    display: inline-block;  
  
    width: 15px;  
    height: 15px;  
  
  	border-radius: 2px;
    margin-right: 10px;
    position: absolute;
  	left: 0;  
    bottom: 1px;  
    border:  1px solid #CCC;
    background-color: #FFF;  
    box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, .1); 
}
.idshield-text input[type=checkbox]:checked + label:before,
.applyToAll input[type=checkbox]:checked + label:before,
.domcheckertldselect input[type=checkbox]:checked + label:before {  
	font-family: FontAwesome;
    content: "\f00c";  
    color: #FFF;  
    font-size: 12px;  
    text-align: center;  
    padding-top: 0px;
    line-height:13px;
    background: #60b716; 
    border: 1px solid #4ca004;
}  
 
.idshield-text label::before  {
	content: "";  
    display: inline-block;  
  
    width: 15px;  
    height: 15px;  
  
  	border-radius: 2px;
    margin-right: 10px;
    position: absolute;
  	left: 10px;  
    top: 11px;  
    border:  1px solid #CCC;
    background-color: #FFF;  
    box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, .1); 
}
.idshield-text label  {  
    padding-left: 35px; 
}
/* END CUSTOM DESIGN VOOR INPUT CHECKBOXES */

th.domain {
	width:  25%;
	position: relative;
}
th.period {
	width:  10%;
	position: relative;
}
th.usage {
	width:  65%;
	position: relative;
}
th {
	background: none repeat scroll 0 0 #FFF;
    color: #666;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
	text-align: left;
}