﻿
/* text decoration*/
.link-underline:hover {
   text-decoration: underline;
}


/* size */
.subregistration-title {
   width: 1030px;
   height: 80px;
}

.box-container-registration {
   background: #f2f2f2;
   width: 800px;
   /*height: 850px;*/
   padding: 50px 100px 57px 100px;
}

.box-container-registration-ie7 {
   width: 600px !important;
   height: 565px !important;
}

.box-container-activation-required {
   background: #f2f2f2;
   width: 650px;
   height: 255px;
   padding: 30px 66px 30px 66px;
}

.box-container-account-already-exists {
   background: #f2f2f2;
   width: 650px;
   height: 205px;
   padding: 30px 66px 30px 66px;
}

.box-container-waiting-for-approval {
   background: #f2f2f2;
   width: 650px;
   height: 235px;
   padding: 30px 66px 30px 66px;
}

.box-container-approved-denied {
   background: #f2f2f2;
   width: 650px;
   height: 215px;
   padding: 30px 66px 30px 66px;
}

.box-container-authorization-required {
   background: #f2f2f2;
   width: 655px;
   height: 430px;
   padding: 30px 66px 30px 66px;
}


.div-height20 {
   height: 20px;
}

.div-height25 {
   height: 25px;
}

.div-height38 {
   height: 38px;
}

.js-link-hover:hover {
   text-decoration: underline;
   color: #109fff !important;
}

.dropdown-state-ul-ie7 {
   width: 98% !important;
   left: -1px !important;
}

.img-dropdown-state-ul-ie7 {
   right: 4px !important;
}

.chk-agreee-ie7 {
   top: -2px !important;
}

.display-registration {
   display: block !important;
}

/******************************************************************************************/
/******************************************************************************************/
/******************************************************************************************/

 .network-app button {
      -webkit-border-radius: 1px !important;
      -moz-border-radius: 1px !important;
      border-radius: 1px !important;
      box-shadow: 0 1px 1px rgba(0,0,0,0.40);
   }

   .network-app .button-disabled {
      background-color: rgb(255,255,255);
      background-color: rgba(255,255,255,.75);
      z-index: 10;
      position: absolute;
   }

   .network-app .button-blue {
      color: #FFF;
      background-color: #09F;
      border: 1px solid #06F !important;
   }

   .network-app .button-gray {
      color: #666;
      background-color: #F2F2F2;
      border: 1px solid #C9C9C9 !important;
   }

   .network-app .button-gray-blue {
      color: #0099FF;
      background-color: #F2F2F2;
      border: 1px solid #C9C9C9 !important;
   }

   .network-app .button-green {
      color: #FFF;
      background-color: #00CC00;
      border: 1px solid #009900 !important;
   }

   .network-app .button-red {
      color: #FFF;
      background-color: #FF0000;
      border: 1px solid #CC0000 !important;
   }

   .network-app .button-yellow {
      color: #FFF;
      background-color: #FFCC00;
      border: 1px solid #E6B800 !important;
   }

   .network-app .size55x20 {
      width: 55px;
      height: 20px;
   }

   .network-app .size100x30 {
      width: 100px;
      height: 30px;
   }

   .network-app .size150x30 {
      width: 150px;
      height: 30px;
   }

   .network-app .size150x40 {
      width: 150px;
      height: 40px;
   }

   .network-app .size200x40 {
      width: 200px;
      height: 40px;
   }

   .network-app .size300x50 {
      width: 300px;
      height: 50px;
   }

   .network-app.notification-app {
      min-height: 0;
      min-width: 0;
   }

      .network-app.notification-app .notification-message {
         left: 50%;
         top: 100%;
         -webkit-transform: translate(-50%, 0);
         -moz-transform: translate(-50%, 0);
         -ms-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
         transform: translate(-50%, 0);
      }

/******************************************************************************************/
/* Modal Keyword List. */
/******************************************************************************************/

.network-app .keyword-list-modal {
   width: 1250px;
   top: 35px;
   bottom: 35px;
   box-shadow: 0 1px 10px rgba(0,0,0,0.35);
   min-height: 800px;
}

   .network-app .keyword-list-modal .region-division-filter .filter-node .division-filter .js-selected,
   .network-app .keyword-list-modal .region-division-filter .filter-node .division-filter .js-selected a {
      background-color: #0099FF !important;
      color: white !important;
   }

   .network-app .keyword-list-modal .keywords .trade-keyword-description:hover {
      font-size: 13px;
      color: #09F;
      background: #F2F2F2;
      border: 1px solid #C9C9C9 !important;
   }

   .network-app .keyword-list-modal .keywords .trade-keyword td.trade-selected-image.selected {
      font-size: 13px;
      color: #09F;
      background: #F2F2F2;
      border-width: 1px 0 1px 1px !important;
      border-style: solid !important;
      border-color: #c9c9c9 !important;
   }

   .network-app .keyword-list-modal .keywords .trade-keyword td.trade-selected-description.selected {
      font-size: 13px;
      color: #09F;
      background: #F2F2F2;
      border-width: 1px 1px 1px 0 !important;
      border-style: solid !important;
      border-color: #c9c9c9 !important;
   }

/******************************************************************************************/
/******************************************************************************************/
/******************************************************************************************/
