﻿html
{
    height: 96%;
}
body
{
    height: 100%;
}

#view-container
{
    height: 100%;
}

/* Added on 01/12/2011  */
.PageContent
{
    /* font-family:Tahoma;     font-size:.8em;     width: 100%;     height: 100%;  */
    height: 100%;
}

/* Tabs Section*/

.tabs-section
{
    width: auto;
    height: 100%;
}
.tabs-section-page1
{
}

.tabs-section-page2
{
}

.tabs-section-page3
{
}

.detail-tabs-section
{
    width: 100%;
    height: 100%;  
}
.detail-tabs-section-page1
{
}

.detail-tabs-section-page2
{
}
/* Tool bar section */


.toolbar-section
{
    margin-top:10px;
    padding: 2px;   
    width: auto;
    border: 1px solid #DDDDDD;
    position: relative;
    border-radius: 4px;
}

.toolbar-section-btn
{
    padding-left: 4px;
    padding-right: 4px;
    float: left;
    width: auto;
    height: 20px;
    border: 1px solid #DDDDDD;
    text-decoration: none;
    border-radius: 4px;
}

.toolbar-section-btn:hover
{
    background-color: #D5DCE8;
}

.toolbar-section-content-spacer
{
    padding:2px;
    width: 3px;
    height: 20px;
    float: left;
    border: 0px;
}

.toolbar-section-dd
{
    float: right;
    width: auto;
    cursor: pointer;
    padding-top: 2px;
}


/* Grid section */
.list-grid-section
{
    margin-top: 5px;
    padding: 1px;
    height: auto;
    width: auto;
    border-radius: 4px;
}
.list-grid-section_detial
{
    margin-top:5px;
    height: auto;
    width: auto;
}

/*  Error Messaee section*/
.list-ErrorMessage-section-success
{
    font-family:Tahoma,Arial;  
    font-size: 0.8em;  
    color: Green;
    margin-left: 20px;
    text-align: center;
    width: auto;
}
.list-ErrorMessage-section-failure
{
    font-family:Tahoma,Arial;  
    font-size: 0.8em;  
    color: Red;
    margin-left: 20px;
    text-align: center;
    width: auto;
}
/*AddEdit Section*/

.record-master-section
{   margin-top:10px;
    margin-bottom:10px;
    padding: 15px;
    height: auto;
    width: auto;
    border: 1px solid #DDDDDD;
    position: relative;
    border-radius: 4px;
}

.td-label
{
    width:20%;
}

.req-date
{
     
    border: 1px solid #DDD !important;
    width:256px !important;
    background-color:#F7F7F7 !important;    
}
.non-req-date
{
     
    border: 1px solid #DDD !important;
    width:256px;
    background-color:White !important;    
}
.td-textbox
{
    width:29%;
    }
  
.td-textboxes
{
    width:50%;
    }  
.td-space
{
    text-align:left;
    width:8%;
}
    
.td-spacer
{
    text-align:left;
    width:2%;
}
.td-spacers
{
    text-align:center;
    width:5%;
}
.tr-spacer
{
    height:5px;
    }
  
 .section-spacer  
 {
     height:10px;
     width:auto;
     }

.record-master-section label,textarea
{
    font-family:Tahoma,Arial;  
    font-size: 0.8em;  
}
.record-master-section-lbl
{
     width:20%;
     font-family:Tahoma,Arial;  
    font-size: 0.8em; 
}


.req-textbox
{
     
    border: 1px solid #DDD;
    width:256px;
    background-color:White;    
}

.req-textbox2
{
     
    border: 1px solid #DDD;
    width:500px;
    background-color:White;    
}

.non-req-textbox
{
  
    border: 1px solid #DDD; 
    width:256px;
    background-color:White;   
}

.popup-textbox
{
     
    border: 1px solid #DDD;
    width:80%;
    background-color:White;    
}
.popup-first-textbox
{
     
    border: 1px solid #DDD;
    width:23%;
    background-color:White;    
}
.popup-second-textbox
{
     
    border: 1px solid #DDD;
    width:45%;
    background-color:White;    
}
.non-req-popup-second-textbox
{
     
    border: 1px solid #DDD;
    width:45%;
    background-color:White;   
}

.popup-second-textareas
{
     
    border: 1px solid #DDD;
    width:212px;
    background-color:White;    
}
 
.req-dd
{
    border: 1px solid #DDD ;
    width:258px !important;
    background-color:White;   
}




.non-req-dd
{
    border: 1px solid #DDD;
    width:256px !important;
    background-color:White;    
}

.req-textarea
{
    width:256px !important;
     background-color:White;
          border: 1px solid #DDD;
     
}
.non-req-textarea
{
    width:256px !important;
    background-color:White;
          border: 1px solid #DDD;
}

.non-req-textareachildmigration
{
    width:642px !important;
    background-color:White;
          border: 1px solid #DDD;
}

.req-checkbox
{  
     background-color:White;
     float:left;
}
.non-req-checkbox
{  
     background-color:White;
     float:left;
}

.record-master-section-content-spacer
{
    height:30px;
}

.record-detail-section
{
    padding: 2px;
    height: 22px;
    width: 100%;
    border: 1px solid #DDDDDD;
    position: relative;  
    height:200px;
    overflow:scroll;
}
.record-detail-section-th
{
  font-size:smaller;
  font-weight:normal !important;
}

.record-detail-section-textbox
{
    width:99%;
    
}
.record-detail-section-dropdown
{
     width:100% !important;
    height:22px;
}

.img
{
    position: relative;
    top: 3px;
    width: 16px;
    height: 16px;
    border:0px;
}

.accordian-section
{
    display: block !important;
    text-decoration: none!important;   
    
}
.delete-dialog
{
width: auto;
height:auto !important;
min-height: 1px;
font-size: 0.8em;
}
.td-extra
{
    width: 100px;
}
.td-join-col
{    
    border: 1px solid #DDD;
    background-color:#F7F7F7;
}
.pop-list
{
    font-family:Tahoma,Arial;  
    font-size: 0.8em; 
}

 .pop-list-input
 {
     
 width:99%;

 }
  .pop-list-grid
  {
 margin-top:5px;     
 width:auto;
 height:70%;
  }
  
  .pop-button
  {
      
      }
      
 