
@import url("https://fonts.googleapis.com/css?family=Arial:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,300,700");

@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-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  box-sizing: border-box;
  }
  .TopMargin
  {
    position:relative;
    margin-top: 40px;
    width: 100%;
    z-index: -6;
    height: 85%;
    overflow-y: scroll;
  }

  .IamHere{
    height:100%;color:#FFFFFF; padding-left:20px; padding-right:20px;
    background-color: #683535;
   
  }
  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%;
      }
      
      .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: #ffffff;
  }
  .VModelDivision{
  position:fixed;
  display:none;
  background-color: #ffffff;
  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;
  }

  


/* 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%;
}

.TextRight{
  
  text-align: right;
}

/* Clear floats after the columns */
.w3-responsive{display:block;overflow-x:auto;}
.row{
width:100%;
height:auto;

}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.col-15 {
  float: left;
  width: 15%;
  margin-top: 6px;
}
.col-10 {
  float: left;
  width: 10%;
  margin-top: 6px;
}
.col-20 {
  float: left;
  width: 20%;
  margin-top: 6px;
}
.col-5 {
  float: left;
  width: 5%;
  margin-top: 6px;
}
.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}


.col-50 {
  padding: 20px;
  float: left;
  width: 45%; 
}

.ReadOnly {
  background-color:#ECFEEC;
}
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] {
  background-color: #04AA6D;
  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;
}



@media screen and (max-width: 800px) {
  .col-25, .col-75,col-50{
    width: 100%;
   
	background-color: #ffffff;
  }
}
.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;}
.SubHeaderMenu{background-color:transparent; height:100%;color:#FFFFFF; padding-left:20px; padding-right:20px;}
.FloatLeft{float:left; font-size: 12px;cursor:pointer;}
.FloatRight{float:right; font-size: 12px;}
.HeaderMenu1{height:30px; width:100%; background-color:#0C6291;position: fixed;}
.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;
      
}
.tableHeading{
  background-color:  #DAC0A3;
   padding:3px; border-top-right-radius: 25px;border-top-left-radius: 25px; 
  text-align: center;
}

center{
  background-color:transparent;
 
}
tbody{
  font-size: 14px;
  border:2px solid #000000;
  }
  table {
    text-align: left;
    border-collapse: collapse; 
    width:100%;
    border: 1px solid #000000;
    padding: 10px;
   
  }
  th, td {
    padding: 0.25rem;
    height: auto;
    border: 1px solid #000000;
  }
  tr{
    height: auto;
  }
  td{
    color: #000000;
    border-bottom: 1px solid #04AA6D;
    
  }
  tr:hover td{
    background-color: #dbf8bf;
  }
 
  th {
    
    background: #707469; /*4477CE*/
    font-size:12px;
    
    position: sticky;
    color:#ffffff;
    top: 0; 
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
  }
  .textalignright{
    text-align: right;
  }
  .lastrow{  
  background-color: #999998;
  font-weight: bold;
  text-transform: uppercase;  
  }
  
  .OnPointer{
    color: #CC3333;  cursor:pointer;
  }
  .OnPointer1{
    color: #CC3333;
    cursor:pointer;
    }
  .edit{
   width: 100%;
   height: 100%;
   height: 22px;
   display: flex; align-items: center;
   background-color:transparent;
  }
  .edit:focus{
    background-color:#edf0ce;

  }
  .editMode{
   background-color:transparent;  
  }
  .Strick{
  text-decoration:line-through;
  color:red;
  }

  /*.content{
    display:none;
    }
    .loader{
    height:100vh;
    width:100vw;
    overflow:hidden;
    background-color:#a5a58d;
    position:absolute;
    }
    
    .loader>div{
    height:100px;
    width:100px;
    border:15px solid #990000;
    border-top-color:#000099;
    position:absolute;
    margin:auto;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    border-radius:50%;
    animation:spin 1.5s infinite linear;
    }
    
    @keyframes spin{
      100%{
      transform:rotate(360deg);
      }
    }*/

    .SaveButton{
      background:#0C6291;
    }

    .CloseButton{
      background:#D4B124;
    }

    .NewButton{
      background:#A63446;    
    }
  
    .ModelBox{
      height:28px; width:100%; background-color:#6F1D1B; color:#FFFFFF;
    }
    label{
      padding-left: 5px;
    }




@page {
  size: A4 landscape;
  font-size: 10px;
}

@page :left {
  margin-left: 1.5cm;
}

@page :right {
  margin-left: 1.5cm;
}

@media print {
  #PrintButton {
    display: none;
  }
 
    thead {
      display: table-header-group;
    
    }
    .watermark{
      display: table-header-group;
    }
    .pageBreak {
    page-break-after: always;
    }
}
 