.container2{
 display:flex;
}

.chartstyle{
 width:210mm;
 height:140mm;
}

.margin1{
 margin-left:10px;
}

.block label{ 
 display: inline-block; 
 width: 120px; 
 text-align: left; 
}

table.dataTable tbody td {
  vertical-align: top;
}

.fieldbox{
 width: 100px;    
}

.fieldbox2{
 width: 300px;    
}

.fieldbox3{
 width: 300px;
 position:relative;
 right:25px;
}

.fixed{
 text-align: left;
}

.fieldtextset{
 font-size: 14px; 
 margin-left: 10px;
}

.fieldtextset_pass{
 font-size: 14px; 
 margin-left: 10px;
 position:relative;
 left:7px;
}

.flex-item{
 color: #591e6e;
 font-size: 18px;
 flex-grow: 1;
 text-align: right;
}

.flex-item:hover{
 color: #b98bc9;
}

.flex-item2{
 color: #591e6e;
 font-size: 18px;
}

.flex-item2:hover{
 color: #b98bc9;
}

.textshade{
 color: #777777;
}

.dropdownlist{
  font-size: 14px;
  color: #777777;
}

.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 22px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 3px;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #360859;
}

input:focus + .slider {
  box-shadow: 0 0 1px #360859;
}

input:checked + .slider:before {
  -webkit-transform: translateX(19px);
  -ms-transform: translateX(19px);
  transform: translateX(19px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

@media print {
  #printPageButton {
    display: none;
  }
 body{
        height:297mm;
        width:210mm;
        margin: 20mm 15mm 10mm 25mm; 
        /* change the margins as you want them to be. */
   }
}

a.gen{
   color:#555;
}
   
a.gen2{color:#555;
   pointer-events: none;
   cursor: default;
}

a.active2 {
   color: #360859;
   pointer-events: none;
   cursor: default;
}

.icon2{
   color:#591e6e;
   position: relative;
   top:5px;
}

.error p {
 color:#FF0000;
 font-size:20px;
 font-weight:bold;
 margin:50px;
 }
 
 .errorpass{
 color:#FF0000;
 font-size:16px;
 font-weight:bold;
 margin:50px;
 }
 
  .errormail{
 color:#FF0000;
 font-size:16px;
 font-weight:bold;
 }

@media (min-width:298px){.fieldbox2{
 width: 90px;    
}}

@media (min-width:298px){.fieldbox3{
 width: 90px; 
 position:relative;
 right:1px;
}}

@media (min-width:480px){.fieldbox2{
 width: 220px;    
}}

@media (min-width:480px){.fieldbox3{
 width: 220px;
 position:relative;
 right:1px;
}}

@media (min-width:768px){.fieldbox2{
 width: 350px;    
}}

@media (min-width:768px){.fieldbox3{
 width: 300px;    
}}