#profileInfo{
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}
#stdFrm #frmContainer{
  height: 100%;
  overflow-y: auto;
  display: flex;
  justify-content: center;  
}
#stdFrm #frmContContext{
  width: 100%;
  max-width: 800px;
  display: table;
  margin: auto;
  justify-content: center;
}
#profileInfo .header{
  display:flex;
  width:100%;
  box-sizing: border-box;	
  background:blue;
  color:#fff;
  padding: 15px 10px 15px 10px;
}
#profileInfo .mainContent{
  display: block;
  width:100%;
  height: 100%;
  vertical-align: middle;
  text-align: left;
  max-width: 800px;
}
#profileInfo .formContent{
  display: block;
  position: relative;
  max-height: 100%;
  overflow: auto;
  width:100%;
  text-align: left;
  background: #fff;
  box-sizing: border-box;
  padding:10px;
  flex-direction: column;
  align-items: center;  
}
#profileInfo .formContentCont{
  display: flex;
  justify-content: center;
}
#profileInfo .formContainer{
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;	
  justify-content: center;
}
#profileInfo #info1,#profileInfo #info2,#profileInfo #info3,#profileInfo #info4{
	position: relative;
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom:10px;
  box-sizing: border-box;
  width: 100%;
}



#profileInfo .sdescr{font-weight:bold;margin-bottom:2px;  
}




#profileInfo .value_descr1 {
  font-size: 22px;
  align-self: baseline;
  font-weight: bold;
  margin: 20px 0 20px 0;
  white-space: pre; /* CSS 2.0 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3.0 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  white-space: -moz-pre-wrap; /* Mozilla */
  word-wrap: break-word; /* IE 5+ */  
}
#profileInfo .input_description{
color: #fff;
    background: #b19300;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    display: block;
    left: 0;
    top: 0;
    padding: 5px;	
}
#profileInfo .value_descr {
  margin-top: 26px;
  white-space: pre; /* CSS 2.0 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3.0 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  white-space: -moz-pre-wrap; /* Mozilla */
  word-wrap: break-word; /* IE 5+ */  
}
#profileInfo .infoContainer{
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}
#profileInfo .labelDiv {
  margin-bottom:5px;;
}	
#profileInfo .label {
  display:inline-block;
  min-width: 140px;
  text-align: right;
  font-weight:bold;
  margin-right: 5px;
}	
#profileInfo .labelDiv .text {
  display: inline-block;
  font-weight:normal;
}	
#profileInfo .color {
  display:none;
}
#profileInfo label.checkContainer {
  display:block !important;
  margin-bottom: 15px !important;
}
#profileInfo .value_central {
  margin-top: 10px;
  margin-bottom: 10px;
}
#profileInfo #custImage .container {
  display: block;
}
#profileInfo #nickname {
  margin: 0;
  font-weight: bold;
  white-space: pre; /* CSS 2.0 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3.0 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  white-space: -moz-pre-wrap; /* Mozilla */
  word-wrap: break-word; /* IE 5+ */  
  padding: 2px 4px 2px 4px;
  text-align: center;
}
#profileInfo .typeCompany {
  text-align: center;
  margin-top: 5px;
}
#profileInfo .typeCompany2 {
  background: green;
  color: #fff;
  padding: 4px;
  text-align: center;
  margin-top: 5px;
  display:none;
}
#profileInfo .website{
  margin-top: 5px;
  display: block;
  text-decoration: none;
  
}
#profileInfo .website:link{color:#000;}
#profileInfo .website:visited{color:#000;}

#profileInfo #custImage{
text-align: center;
}
#profileInfo #custImage .image{
  display: flex;
  justify-content: center;
}
#profileInfo #custImage .image img{
  display: block;
  max-width: 250px;
  max-height: 250px;
  object-fit: contain;
}
#profileInfo #profileCancel{
  margin-top: 10px;
  margin-left: 0;
}
#profileInfo #contactInfo{
margin-bottom: 10px;
margin-left: 0;
}
#profileInfo #profileAll{
float: right;
    margin-right: 0;
    margin-top: 10px;
}



#profileInfo .contactLabels div{
  display: inline-block;
}
#profileInfo .lbl{
  width:90px;
  text-align:right;
  margin-right:5px;
}
#profileInfo #country{
  margin: 10px 0 10px 0;
  background: #f5f5f5;
  display: inline-block;
  padding: 5px;
  border: 1px solid #9e9e9e;
}

