/* ! */


.Mode
 {
  display: none;
 }


.BaseContent #ConfigureSteps
 {
  margin: 0 1em 0 1em;
 }

.BaseContent #ConfigureSteps .CfgStep
 {
  padding: .5em 1em .5em 1em;
  margin: 0;
 }


.BaseContent #ConfigureSteps .CfgStep TD#Submode
 {
  padding-left: 1em;
 }


.BaseContent #ConfigureSteps .CfgStep .LayoutImg
 {
  padding:0;
  margin:0;
  width: 20%;
  float: right;
  text-align: center;
 }

.BaseContent #ConfigureSteps .CfgStep .LayoutImg img
 {
  padding: 0 0 0 .5em;
  width: 100%;
  max-width: 150px;
 }


.BaseContent #ConfigureSteps .CfgStep table
 {
  float: left;
  padding:0;
  margin:0;
  width: 80%;
 }
.BaseContent #ConfigureSteps .CfgStep .Control
 {
  padding-top: .5em;
  clear:both;
  width: 100%;
 }


.BaseContent #ConfigureSteps .CfgStep textarea
 {
  width: 100%;
 }


.BaseContent #ConfigureSteps .CfgStep table td:nth-child(1)
 {
  width: 20%;
  white-space: nowrap; 
 }

.BaseContent #ConfigureSteps .CfgStep table td:nth-child(2)
 {
  width: 80%;
 }       

.BaseContent .Control
 {
  text-align: center;
  display: block;
  margin: .5em .5em 0 .5em;
 }

.BaseContent .Control #Lic
 {
  margin: 1em;
 }

.BaseContent .Control #Notify
 {
  color: #ff0000;
  margin: .5em;
  display: none;

 }

.RBorder
 {
  border: dotted 1px #000000;
  border-radius: 5px;
 }

.Tip
 {
  display: none;
 }

.Error
 {
  color: #ff0000;
 }

.Info
 {
  color: #0000ff;
 }

#LinkedNames a {color: #00ace3;}

#LinkedNames p {padding:0;margin:0;}
#LinkedNames .RBorder {padding: .5em;}


#LinkedNames input
 {
  -moz-box-sizing: border-box;
  box-sizing: border-box; 

  width: 83%;
  float: left;
  height: 1.8em;
  margin-right: 1%;
 }

#LinkedNames #Link
 {
  -moz-box-sizing: border-box;
  box-sizing: border-box; 

  width: 15%;
  float: right;
  height: 1.8em;
 }

#LinkedNames table
 {
  background-color: #ececec;
  border-radius: 5px;
  padding: .25em;
 }

#LinkedNames table th
 {
  background-color: #cecece;
 }

#LinkedNames table tr:nth-child(odd)
 {
  background-color: #f9f9f9;
 }

#LinkedNames table td
 {
  padding: 0 .25em;
 }

#LinkedNames table td a
 {
  float:right;
 }


.CfgStep #ImgSet img
 {
  margin: 0 .5em 0 0;
  padding: 3px;
 }

.CfgStep #ImgSet img[Sel]
 {
/*  border: dotted 3px #0000ff;*/
  background-color: #0000ff;
 }
