/* main layout */

div#containerLeft {
  float: left;
  width: 18%;
  /* border: 1px solid red; */
}

div#signin {
  margin-bottom: 2em;
}

div#signin, div#link {
  font-size: 0.9em;
  background-color: #ececec;
  border: 1px solid lightgray;
  border-radius: 0.5em;
}

div#signinTitle {
  text-align: center;
  color: white;
  padding: 0.8em;
  background-color: #d79656;
  border-radius: 0.5em 0.5em 0 0;
  box-shadow: 2px 0 0 gray;
}

div#signinTitle span {
  color: #0075d9;  
  /* text-shadow: 1px 1px lightgray; */
}

div#signinConent {
  padding: 1em;
  line-height: 2em;
  text-align: center;
  border-radius: 0 0 0.5em 0.5em;
  box-shadow: 1px 1px 1px gray;
  font-size: 1.1em;
}

div#linkTitle {
  text-align: center;
  color: white;
  padding: 0.8em;
  background-color: #628cc6;
  border-radius: 0.5em 0.5em 0 0;
  box-shadow: 2px 0 0 gray;
} 

div#linkContent {  
  padding: 1em;
  line-height: 2em;
  border-radius: 0 0 0.5em 0.5em;
  box-shadow: 1px 1px 1px gray;
  /*  */
  text-align: center;
}

div#linkContent a > span:first-child {  
  width: 4.5em;
  display: inline-block;
  text-align: justify;
  -ms-text-justify: inter-ideograph;
  -moz-text-align-last: justify;
  -webkit-text-align-last: justify;
  line-height: 0;
}

div#linkContent a > span:first-child:after {  
  content: '';
  display: inline-block;
  width: 100%;
}

div#linkContent a:visited {  
  color: blue;
}

div#linkContent a:hover {  
  color: #5c3566;
}

select {
  color: #2e3436;
  margin-left: 0.1875em;
  padding: 0.1875em;
  border-radius: 0.3125em;
  background-color: #F4FBFF;
  display: inline-block;
  box-shadow: inset 1px 1px 0px 0px rgba(0,0,0,0.3);
  vertical-align: middle;
}


li {
  list-style: none;
}

textarea {
  vertical-align: top;
  background-color: #F4FBFF;
  font-size: 1.1em;
  border-radius: 5px;
  padding: 0.3125em;  
/*   margin-left: 0.375em; */
  display: inline-block;
  box-shadow: inset 1px 1px 0px 0px rgba(0,0,0,0.3);
}

#loading {  
  display: none;
}

#loadingImg {
  width: 30px;  
}

span.errors {
  color: #ff0000;
}

span.helpText {
  color: #888a85;
}

p#emailNotes {
  color: #ef2929;
}

p#messageNotes {
  color: #ef2929;
}

fieldset {
  border: 0.0625em solid #555753;
  margin: 1.875em 0.625em;
  padding: 0.35em 0.625em 0.75em;
  background-color: #eeeeec;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.4);
}

fieldset ul {
  margin-left: 1em;
}

fieldset ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0 1em 1em 1em;
}

/* fieldset ul li { */
/*   display: inline-block;   */
/* } */

legend {
  padding: 0.6em 1.5em;
  border-radius: 1.5em;
  color: #000000;
  background: #eeeeec;
  display: inline-block;
  box-shadow: inset 2px 2px 1px 0 rgba(0, 0, 0, 0.5);
  
}

div#content {
  float: left;
  margin-left: 2%;
  width: 80%;
  padding: 0 1.25em 6.25em 1.25em;
  background: linear-gradient(#ebebeb, #ffffff);
  position: relative;
  border: 1px solid lightgray;
  border-radius: 0.5em;
  box-shadow: 1px 1px 1px gray;
  /* border: 1px solid red; */
}

div#contentName {
  color: #0431B4;
  /* color: #0404B4; */
  margin: 0 0 0.9375em 0;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 3em;
  padding-left: 0.625em;
  border-bottom: 5px double #729fcf;
}

div#contentName .icon {
  vertical-align: middle;
  width: 42px;
}

div#containerTop {
  width: 100%;
}

/* searchDiv */

div.searchDiv {
  padding: 20px;
  border: 1px solid #f2a44f;
  border-top: 30px solid #f2a44f;
  margin: 10px 0 2em 0;
/*   line-height: 2.5em; */
}

div.searchDiv span {
  margin: .5em 0;
}

div.searchDiv p {
  margin-bottom: 10px;
}


div.searchDiv span, .inlineSection {
  display: inline-block;
  white-space: nowrap;
}

/* div.searchDiv p:first-child span:not(.xs-min-width5) { */
/*   margin: 0px 10px; */
/* } */

div.searchDiv p:nth-child(2) {
  margin-left: 10px;
}

.divCenter {
  min-height: 1em;
  text-align: center;
}

div#infomation {
    font-size: 1.2em;
    line-height: 2.5em;
    color: #525252;
}


/* for left content classify */
fieldset.noStyleFieldset {
  box-shadow: none;
  margin: 0;
  font-size: 1.2em;
}

fieldset.noStyleFieldset ul{
  margin-left: 0;
}

fieldset.noStyleFieldset legend {
  box-shadow: none;
  padding: 0 0.5em;
}
/*  */

input.forgetPwd {
  background:none!important;
  border:none; 
  padding:0!important;
}

alertIcon {
  display:block;
  background:#f00;
  border-radius:50%;
  width:7px;
  height:7px;
  left: 4.5em;
  bottom: 0.5em;
  position:absolute;
}
