
@import url("https://fonts.googleapis.com/css?family=Arial:100,200,300,400,500,600");
@import url("https://ajax.googleapis.com/ajax/libs/jqueryui/1.13.2/themes/smoothness/jquery-ui.css");
/* CSS Document */

*{margin-top:0px;
  margin-left:0px;
  margin-right:0px;
  margin-bottom:0px;
  background-color:#ffffff;
  font:Arial, Helvetica, sans-serif, "Roboto";
  box-sizing: border-box;
  }

  body{
    overflow-y: hidden;
    background-color:#797878;
    font-size:1vw;
  }
  
  img{
  
  cursor:pointer;}
  .Center{
  display: flex;align-items: center;
  justify-content: center;}
    
  .LeftMenu{
  position:fixed;
  z-index:1;
  top:40px;
  left:0px;
  width:200px;
  height: 100%;
  border-right:solid #333333 1px;
  background-color:#702670;
  transition:1s;
  }
  .MenuBarOverFlow{
    position:absolute;
    width:100%;
    overflow-y:auto;
    }
  .Menu{
       display: flex;  align-items:center;padding-left: 20px; color: #FFFFFF;
     width: 100; top: 20px; height: 30px; 
    cursor:pointer;
    border-bottom:solid #000000 1px;
    font-size:12px;
    background-color:#702670;
    color:#FFFFFF;
  
    }
  .Menu:hover{
  background-color:#FFFFFF;
  color:#6F1D1B;
  }
  
  .MenuTable{
  background-color: #E6E6FA;
        width: 100%;
        font-size:12px;
      }
      
      .MenuTable tr{
      background-color: #E6E6FA;
  
        height: 24px;
        
      }
      .MenuTable  td{
       
      background-color: #E6E6FA;
        height: 24px;
        padding-left: 30px;
        border-bottom: solid #3C3C3C 1px;
      }
      .MenuTable td:hover{
        background:#99582A;
        color: #FFFFFF;
       
      }
  .ToggleDiv{
  display: none;background-color: #ABF1B1; cursor:pointer;
  
  }
  

  
  .AppDivision{
  position:fixed;
  display:none;
  background-color:#FFFFFF;
  height:100%;
  width:30%; margin-top:40px; margin-right:0px; margin-left:70%; border:solid #000000 1px;}
  
  
  .ModelDivision{
  position:fixed;
  display:none;
  
  background-color:#FFFFFF;
  min-width:40%;
  max-width:80%;
  min-height:40%;
  top:50%;
  left:50%;
   transform: translate(-50%, -50%);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border:solid #000000 1px;
  z-index:3;}
  .BackLightGreen{
    background-color: #D1FFBD;
  }
  .VModelDivision{
  position:fixed;
  display:none;
  background-color: #D1FFBD;
  width:90%;
  height:auto;
  max-height:70%;
  top:50%;
  left:50%;
   transform: translate(-50%, -50%);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border:solid #000000 2px;
  overflow-y:auto;
  z-index:2;
  }
  @media screen and (max-width: 600px) {
    .Width10P, .Width15P, .Width20P,.Width30P,.Width40P,.Width50P, .Width60P, .Width65P,.Width70P {
      width: 100%; /* The width is 100%, when the viewport is 800px or smaller */
    }
    .ModelDivision{
      width:95%;
      max-height:95%;
      height: auto;
    }
    body{
      font-size:3vw;
      font-weight: 400;
   }
   table {
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  border: 2px solid #0a0a0a;
  font-weight: 400;
  font-size:12px;

  }
  .SubHeaderMenu{background-color:transparent; height:100%;color:#FFFFFF; padding-left:10px; padding-right:10px;font-weight: 600;}

  }
  
.MainBody{height:93%;background-color:#FFFFFF; top:0px; left:0px; overflow-y:scroll;}
.HeaderMenu{height:30px; width:100%; background-color:#DFD3C3; color:#000000;padding-left: 20px; vertical-align: text-bottom;}
.FloatLeft{float:left; font-size: 14px;cursor:pointer;}
.FloatRight{float:right; font-size: 14px;}
.HeaderMenu1{height:30px; width:100%; background-color:#0C6291;position:fixed;z-index: 3;}
.SubHeaderMenu{background-color:transparent; height:100%;color:#FFFFFF; padding-left:30px; padding-right:30px;font-weight: 200;}

.watermark {
 position: absolute; 
  position: absolute;
  color: lightgray;
  opacity: 0.30;
  top:40%;
  left:40%;
  z-index: 0;
  background-repeat:repeat-y;
  background-repeat:repeat-y;
  background-position: center;
  background-attachment:fixed;
      
}

  
    .SaveButton{
      background:#0C6291;
    }

    .CloseButton{
      background:#D4B124;
    }

    .NewButton{
      background:#A63446;    
    }
  
    .ModelBox{
      height:28px; width:100%; background-color:#6F1D1B; color:#FFFFFF;
    }
    label{
      padding-left: 5px;
    }



/* Create two unequal columns that floats next to each other */
.column {
  float: left;
  padding: 10px;
  height: 100%; /* Should be removed. Only for demonstration */
}

.left {
  width: 75%;
  border-left:solid #000000 1px;
}

.right {
  width: 25%;
}

/* Clear floats after the columns */
.row{
width:100%;
height:100%;

}
.row:after {
  content: "";
  display: table;
  clear: both;
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}


input[type=text], [type=file], [type=password],select, textarea,[type=date],[type=number], [type=datetime-local] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
  background-color: #ffffff;
}
input[type=text]:focus {
 border: #000000 solid 1px;
 background-color: azure;
}

input[type=date]:focus {
  border: #000000 solid 1px;
  background-color: azure;
 }

 input[type=number]:focus {
  border: #000000 solid 1px;
  background-color: azure;
 }
label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit],[type=button] {
  color: white;
  padding: 12px 20px;
  margin-right:20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.container {
  border-radius: 5px;
  padding: 20px;
}

.tableHeading{
  background-color:  #DAC0A3;
   padding:3px; border-top-right-radius: 25px;border-top-left-radius: 25px; 
  text-align: center;
}
.edit,.editMode{
  height: 100%;
width: 100%;
background-color: #ace2e2;
  
}
center{
  background-color:transparent;
 
}

  table {
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  font-size:12px;
  width: 100%;
  border: 2px solid #0a0a0a;
  font-weight: 300;
  }
.OnPointer{
  cursor: pointer;
  background-color: #D4B124;
  text-align: center;
}
  
  th,td{
    color: #000000;
    border: 1px solid #0a0a0a;
  }
  tr:hover td{
    background-color: #dbf8bf;
  }
 
  th {
    
    background: #4477CE;
    font-size:16px;
    font-weight: 200;
    position: sticky;
    color:#ffffff;
    top: 0; 
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
  }
  .textalignright{
    text-align: right;
  }
  .lastrow{
  border-bottom:solid #CC3333 3px;
  border-top:solid #CC3333 3px;
  font-weight: bold;
  text-transform: uppercase;
  
  }



@media print {
  @page {
    size: A4 landscape;
    font-size: 10px;
  }
  
  @page :left {
    margin-left: 1.5cm;
  }
  
  @page :right {
    margin-left: 1.5cm;
  }
  #PrintButton {
    display: none;
  }
 
    thead {
      display: table-header-group;
    
    }
    .watermark{
      display: table-header-group;
    }
    .pageBreak {
    page-break-after: always;
    }
}
 