﻿
.divtab
{  
    /*display: inline-block; */
    /*margin-right:20px;*/
}
.divtabblue
{
    color:#EAD14E;
    background-color:#6D6F72; 
    cursor:pointer;    
}

.divtabwhite
{
    color:white;
    background-color:#6D6F72;
    cursor:pointer;      
}

.labeltab
{
   background-color:transparent ;
   margin-right:10px;font-family:Arial ;margin-left:5px;
   font-size :medium;
   white-space: nowrap;
   
}

.labeltabblue
{
    color:#297a42;  
    margin-left:10px; 
    margin-top:5px;
    white-space : nowrap ;
    
}

.labelgray
{
    color:gray;
    cursor:pointer;   
}
.labeltabwhite
{
    color:#EAD14E;
    font-size :medium ;   
    cursor:pointer;    
}
.divunderline
{
    border-top:1px solid #86888A;
    height :1px;
    margin-left:10px;
}
.spacing-table td {
    padding-top:5px;
}

.spacing-table10 td {
    padding-top:20px;
}

.spacing-table3 td {
    padding-top:3px;
}

/*.inputtextbox1 
{
     height:25px!important;margin-top:0px;margin-right:5px;margin-left:5px;font-size:15px;font-weight:normal;
     min-width:150px;
     font-family:arial;     
      background-color: #ffffff;
      background-image: none;
      border: 1px solid #cccccc;
      border-radius: 0;
      padding-left : 3px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
      -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
      transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
      max-width:258px!important;
      autocomplite:off;
}*/

.inputdata{
        height:30px;
        padding-top:2px;
        padding-bottom:2px;
        padding-left:3px;   
        padding-right: 2px;     
        font-family:Arial;
        margin-top:0px;
        margin-right:5px;
        margin-left:5px;font-size:medium;
        font-weight:normal;
        border-radius:2px; 
}

.inputnumber
{

}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

input::-webkit-inner-spin-button {
    -webkit-appearance: inner-spin-button;
    display: inline-block;
    cursor: default;
    flex: 0 0 auto;
    align-self: stretch;
    -webkit-user-select: none;
    opacity: 0;
    pointer-events: none;
    -webkit-user-modify: read-only;
}

.divtabdata {
    /*border: 1px solid #1f5fac;
    width: 99%;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 3px;
    margin-top: 0px;
    padding-bottom: 15px;*/
}

.labelm_min
{
    
}