body {
   font-family:Arial, Helvetica, sans-serif;
   font-size:14px;
   background-color: #FFFFFF;
}
label {
   font-weight:bold;
   min-width:100px;
   width: auto;
   font-size:14px;
}
label.radio_label{
   font-size: 16px;
   font-weight: lighter;
   margin: 0 2px;
   position: relative;
   top: -3px;
}
.form_width{
   width: 500px;
}
.form_margin{
   margin:30px;
}
.form_position{
   width: 100%;
   float: left;
}
input[type="radio"]{
   height: 16px;
   width: 16px;
}
.login_div{
   width: 500px;
   border: solid 1px #333333;
   position: absolute;
   top: 30%;
   left: 38%;
   margin: auto;
   transform: translate(-50px, -50px);
   /*width:300px;
   height:auto;
   position: fixed;
   top: 50%;
   left: 50%;
   margin-top: -100px;
   margin-left: -100px;
   border: solid 1px #333333;*/
}
.login_background{
   background-color: #333333;
    color: #FFFFFF;
    padding: 20px 0;
    height: 60px;
    font-size: 18px;
    text-align: center;
    box-sizing: border-box;
}
.login_error{
   font-size:12px; 
   color:#cc0000; 
   margin-top:10px
}
.box {
   border:#666666 solid 1px;
   width: 100%;
   margin:5px 0;
   height: 38px;
   padding: 0 10px;
   outline: none;
   font-size: 16px;
   box-sizing: border-box;
}
textarea{
   border:#666666 solid 1px;
   width: 100%;
   margin:5px 0;
   height: 160px;
   padding: 0 10px;
   outline: none;
   font-size: 16px;
   box-sizing: border-box;
}
.button{
   width: auto;
   padding: 5px 20px;
   font-size: 18px;
   border: none;
   outline: none;
   background: black;
   color: #fff;
   border-radius: 3px;
   cursor: pointer;
}
.header{
   padding:10px;
   height: auto; 
   float: left; 
   width: 100%;
   text-align: right;
   box-sizing: border-box;
}
.header ul{
   padding: 0;
   overflow: hidden;
   list-style: none;
   text-align:center;
}
.header ul li{
   display: inline;
   margin-left: 15px;
   font-size: 18px;
}
table{
   width: 70%;
   margin:auto;
   border-collapse: collapse;
   border:1px solid black;
}
.form_link.guestpostform_link,.guestposttable{
   margin: 0 6%;
   width: 88%;
}
tr{
   border-bottom: 1px solid black;
}
.seoactive{
   background-color: #FFF;
}
.seodanger{
   background-color: red;
   color: #fff;
}
.seodanger a{
   color: #fff;  
}
.seodanger a:hover{
   border-bottom:1px solid #fff;
}
.seoalert{
   background-color: yellow;
}
/*tr:nth-child(even) {
   background: #CCC
}
tr:nth-child(odd) {
   background: #FFF
}*/
th{
   text-align: left;
   background-color: #000;
   color: #fff;
}
.page_lable{
   width: 50%;
   margin: 0 25%; 
   text-align: center;
   float: left;
}
.form_link{
   width: 70%;
   margin: 0 15%; 
   text-align: right;
   float: left;
}
.domain_name{
  width: 60%;
  margin: 0 20%; 
  text-align: left;
  float: left;
}
.link{
   text-decoration: none;
   color: black;
}
.link:hover{
   border-bottom:1px solid black;
}
.filter{
   float: left;
}
.filter_box{
   border: #666666 solid 1px;
   outline: none;
   padding: 0 10px;
   height: 38px;
   margin: 5px 5px 10px 0;
   font-size: 16px;
   box-sizing: border-box;
}
.pagination_block{
   width: 78%;
   margin: 20px auto;
   text-align: center;
}
.totalprice_block{
  width: 60%;
  margin: 10px 20%;
  text-align: right;
  height: 35px;
  border: none;
  background-color: #ccc;
  border-radius: 3px;
  font-size: 16px;
  float: left;
  padding: 10px 160px;
  box-sizing: border-box;
}
.nextprevbtn{
   background-color: #f1f1f1;
   color: black;
   padding: 8px 16px;
   box-sizing: border-box;
   margin: 0 5px;
   text-decoration: none;
   border: 1px solid black;
}
.disabled{
   cursor: not-allowed;
}
.message_success{
   border: 1px solid #BFE0C1;
   width: 500px;
   margin: 15px 32%;
   height: 100px;
   float: left;
   border-radius: 3px;
   background-color: #E0FDE2;
   color: #4C4D4E;
   font-size: 20px;
}
.message_error{
   width: 500px;
   float: left;
   height: 100px;
   border-radius: 3px;
   border: 1px solid #F9CFD1;
   background-color: #FDECED;
   color: #ED4040;
   margin: 15px 32%;
   font-size: 20px;
}
.message_detail{
   padding: 38px;
   box-sizing: border-box;
   width: 100%;
}
.valid_error_message{
   color: red;
   float: right;
   display: none;
   text-align: right;
   margin-bottom: 5px;
   font-size: 12px;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  border: 1px solid #888;
  width: 50%;
  position: relative;
}
.modal_header{
  width: 100%;
  float: left;
  background-color: #333333;
  height: 40px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  text-align: left;
  box-sizing: border-box;
  padding: 10px 0px 5px 20px;
}
.modal_body{
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 2px;
  right: 10px;
}

.close:hover,
.close:focus {
  text-decoration: none;
  cursor: pointer;
}
.domain_expiry_msg{
   width: 100%;
   float: left;
   margin-bottom: 10px;
}
.popup_option{
  height: auto;
  width: 70%;
  float: left;
}
.popup_option1{
  height: auto;
  width: 28%;
  float: left;
  margin-left:5px; 
}
.note{
  font-size: 12px;
  font-style: italic;
}