﻿/* Admin Table*/

.AdminTable
{
width:100%;

}

.AdminRow
{
}

.AdminData
{    
width: 1000px;
}

/* Admin Table End */



/* Table */

.TableHeader
{
text-align:center;
}

.Table
{       
color          :#000000;     
font           :14px Georgia, serif;
border         :black 1px solid;
width          :825px; 
margin-left    :1px;
margin-top     :3px;
margin-right   :0px;
border-spacing :5px;
margin-bottom  :5px; 
padding        :5px; 
       
}

.InnerTable
{
color:#000000;     
font:14px Georgia, serif;
border:gray 1px solid;
width: 760px; 
margin-left: 3px;
margin-right: 0px;
border-spacing:5px;
padding:5px;       
}


.HomeLastUsedTable
{
color:#000000;     
font:14px Georgia, serif;    
width: 586px;     
margin-top:5px;
margin-right:5px;
margin-left:5px;
padding:5px; 
margin-bottom:10px;
text-align:center;
height: 200px;
}

.HomeAddNoteTable
{
color:#000000;     
font:14px Georgia, serif;    
width: 280px;   
margin-right:5px;
margin-left:5px;
padding:5px; 
margin-bottom:6px;
}

.HomedailyNoteTable
{
color:#000000;     
font:14px Georgia, serif;
width: 266px;     
margin-right:5px;
margin-left:5px;
padding:5px; 
margin-bottom:10px;
}
.HomeLastUsedText
{
color :Black;
font-weight:normal;
font-size:14px;
font-family:Arial;
    
}

.Row
{  
}

.DataTitle
{
text-align:left;
}
.Data
{  
width:200px;
text-align: left;  
}

.style1
{
width:150px;
padding-left:20px;
font-size:12px;
text-align: left;  
}

.tdstyle
{
padding-left:10px;
}

.tdstyleleft
{
text-align:left;    
padding-left:10px;
}
.tdstyleright
{
text-align:right;
padding-right:10px;
}

.tdstyle2
{
padding-left:10px;
padding-right:10px;      
}

.TableFooter
{ 
text-align:center;
}

/* Table End */


/* All Forms */

.CheckBoxList
{
font-size:small;
font-family:Arial;
font-size:14px;
color:#091d57;
text-align:left;
table-layout:fixed;
}
.HeaderLabel
{
color:#091d57;
font-weight:bold;
font-size:14px;
font-family:Arial;
}
.HeaderLabel1
{
color:#091d57;
font-weight:bold;
font-size:12px;
font-family:Arial;
}
.HeaderLabel2
{
color:#091d57;
 
font-size:13px;
font-family:Arial;
}
.CollectionHeader
{
color:#091d57;
font-weight:bold;
font-size:12px;
font-family:Arial;


}

.Label {
    /**/
    font-family: arial;
    font-size: 14px;
    color: #091d57;
    display: flex;
    justify-content: left;
    align-items: center;

  /*  margin-bottom: 0;
    margin-left: 5px;*/
}

lable {
    margin-bottom: 0;
    margin-left: 5px;
}


.Label1
{
font-family:Arial;
font-size:14px;
color:#091d57;
   
}

.NewLabel
{
/**/
font-family    :  arial;
font-size      :  12px;
color          :  #091d57;
}


.HeaderLabel
{
font-family:Arial;
font-size:14px;
color:#091d57;         
}


.Textbox
{
font-family    :  verdana, arial, snas-serif;
font-size      :  11px;
color          :  #000000;

padding        :  3px; 
border-left    :  solid 1px #c1c1c1;
border-top     :  solid 1px #cfcfcf;
border-right   :  solid 1px #cfcfcf;
border-bottom  :  solid 1px #6f6f6f;
}

.SubmitButton {
    background: #016ABC;
    color: #fff;
    border: 1px solid #eee;
    border-radius: 20px;
  /*  box-shadow: 5px 5px 5px #eee;*/
    box-shadow: 0px 0px 2px #eee;
    padding: 5px 20px;
    margin-bottom: 17px;
}

.PopupButton
{
background:#4ba704;
color: #fff;
border: 1px solid #eee;
border-radius: 20px;
box-shadow: 5px 5px 5px #eee;
height: 24px;
/*margin-right: 49px;*/
}

.Button
{
background-color:Silver;
margin-right: 23px;
}

.DropDownList
{
font-family    :  verdana, arial, snas-serif;
font-size      :  13px;
color          :  #000000; 
}


.labelNote
{
font-family:Arial;
font-size:12px;
color:Red;
}

/* All Forms */

/* Extra */

.GridView
{  
font-family:Arial;
font-size:11px;
color:Navy;
text-align: left;
}

/* For Modal Popup Extender */
.btnCaller
{   
background:none;
background-image:url(images/invisible-btn.png);
}

/*Modal Pop Up*/
.confirm-dialog { 

background-color: #cefff5;
MARGIN: 0px auto;
WIDTH:540px;
PADDING-TOP: 14px; 
/*height:auto;*/
POSITION: relative;
}
.confirm-dialog .inner { 

PADDING-RIGHT: 20px;PADDING-LEFT:20px;
/*padding-bottom:10px; */  
BACKGROUND: #cefff5 url(img/box.png) no-repeat left bottom;
FLOAT: left;
MARGIN: 0px 0px -20px 0px;
WIDTH: 500px;
PADDING-TOP: 0px;
/* height:auto;*/

} 

.confirm-dialog .base {     
BACKGROUND: url(img/base.png) no-repeat left bottom;
/*PADDING-BOTTOM: 20px;*/
MARGIN-LEFT: -11px;
MARGIN-RIGHT: -11px;
PADDING-TOP: 4px;TEXT-ALIGN: center;
}

.confirm-dialog H2 
{
FONT-WEIGHT: bold;
FONT-SIZE: 1.25em;
COLOR: #f60;
TEXT-ALIGN: center;
} 

.confirm-dialog input 
{ 
WIDTH:50px;
}     

.close
{   
DISPLAY: block;BACKGROUND: url(images/close.png) no-repeat 0px 0px; 

right: -1px;WIDTH: 26px;TEXT-INDENT: -1000em;POSITION: absolute; 

TOP: -2px;HEIGHT: 26px; 
}   

.modalBackground
{ 
background-color:Gray;
filter:alpha(opacity=70);
opacity:0.7; 
}
 
/* Modal Pop Up End */
.GridLinks
{
color:#000033;
font-weight:bold;
}
.Links
{
    font-size:13px;
font-family:Arial;
font-weight:bold;    
}


.Login
{
border:2 thin green;
}

.ValidationError
{
color:Silver;  
}

.searchbutton
{    margin-left: 0px;
margin-right: 3px;
}

/* Extra End */

.dropdown1
{
font-size:12px;
font-family:Arial;
background-color:#ffffff;
border: 1px solid;
width:180px;
height:300px;
overflow-x:hidden;
}
.dropdown2
{
font-size:12px;
font-family:Arial;
background-color:#ffffff;
border: 1px solid;
width:175px;
height:auto;
overflow:auto;
}
.dropdown3
{
font-size:12px;
font-family:Arial;
background-color:#ffffff;
border: 1px solid;
width:180px;
height:300px;
overflow-x:hidden;
}

.CollectionTable
{       
color          :#000000;     
font           :12px Georgia, serif;
border         :black 1px solid;
/*width          :1000px; */
margin-left    :3px;
margin-top     :3px;
margin-right   :0px;
border-spacing :5px;
margin-bottom  :5px; 
padding        :5px; 
       
}



.IndividualTable
{       
color          :#000000;     
font           :14px Georgia, serif;
border         :black 1px solid;
width          :1000px; 
margin-left    :0px;
margin-top     :3px;
margin-right   :0px;
border-spacing :5px;
margin-bottom  :5px; 
padding        :1px; 
       
}


/* VOUCHER CSS */ 
.CollectionVoucher
{ 
font           :14px Georgia, serif;
border         :black 1px solid;
width          :800px; 
margin-left    :3px;
margin-top     :3px;
margin-right   :0px;
border-spacing :5px;
margin-bottom  :5px; 
padding        :5px;
background:#FFFFFF;        
}  

.VoucherHeader
{
padding-left:150px;
font-weight   :bold;
font-family    :  arial;
font-size      :  12px;
color          :  #091d57;
}

.VoucherHeader1
{
padding-left:150px;
font-weight   :bold;
font-family    :  arial;
font-size      :  12px;
color          :  #091d57;
}
.VoucherHeader2
{     
font-weight   : bold;
font-family    :  arial;
font-size      :  14px;
color          :  #091d57;
}

.VoucherLabel
{
font-weight    :bold;
font-family    :  arial;
font-size      :  12px;
color          :  #091d57;  
}

.VoucherLabel2
{  
font-weight    :bold;
font-family    :  arial;
font-size      :  12px;
color          :  #091d57;
text-align:center;
}

.VoucherLabel1
{  
font-family    :  arial;
font-size      :  12px;
color          :  #091d57;
}
.QuotationLabel
{  
font-family    :  arial;
font-size      :  14px;
color          :  #091d57;
}

.Disclaimer

{  
font-family    :  arial;
font-size      :  12px;
color          :  #091d57;
}

.ReceiptGrid
{
font-size:13px;
font-family:Arial;
color :  #091d57;
margin-bottom: 0px;  
}

.InvoiceGrid
{  
border-top:1px solid;   
border-bottom:1px solid;
}

.GridRow
{   
padding-top:5px;
padding-bottom:5px;  
border-bottom:1px solid;
} 

.GridViewBorder
{  
border-top:none;
border-bottom:none;
/*border-top:1px solid Black;
border-bottom:1px solid Black; */
}
.footerborder
{
/*border-top-color:White;*/
border-bottom-style:none !important;
border-width:0px;
border-top-style:none !important;
color:Navy;
font-size:small;
}

.GridViewBorder2
{ 
border-bottom:1px solid;
font-family:Arial;
font-size:13px;
color:Navy;
}

.MeaGrid
{
width:700px;
font-size:13px;
font-family:Arial;
color :  #091d57;
margin-bottom: 0px;
}

.ItemStyle
{
padding-left:5px;
padding-right:5px; 
}

/*.Footer
{
border-left:1px solid Black;
border-bottom:1px solid Black;
border-right: 1px solid Black;
} */

.Footer
{
font-size:13px;
font-family:Arial;
height: 15px; 
width: 100%; 
color:#091d57;
background: White;
   
/*border-bottom:1px solid  #091d57; */
} 
 
.Footer td
{
border:none;
}
 
.Footer th
{
border: none
}

.FooterLabel
{
font-size:13px;
font-family:Arial;
font-weight:bold;
}

.FooterLabel1
{
font-size:13px;
font-family:Arial;  
}


/* Individual Footer */
.Footer1
{
font-size:13px;
font-family:Arial;
height: 15px; 
width: 100%; 
color:#091d57;
   
/*border-bottom:1px solid  #091d57; */
} 
 
.Footer1 td
{
border:none;
}
 
.Footer1 th
{
border: none
}

.FooterLabel1
{
font-size:13px;
font-family:Arial;
font-weight:bold;
}

.FooterLabel11
{
font-size:13px;
font-family:Arial;  
}


/* Quotation */
.QuotationHeader
{
font-weight   : bold;
font-family    :  arial;
font-size      :  14px;
color          :  #091d57;
}

.hotelnote
{
font-family:Arial;
font-size:11px;
color:Red;
} 

.tdstyle1
{
padding-left:10px;
border-right:solid 1px;
} 

/* List View */
.CollectionVoucher1
{ 
font           :14px Georgia, serif;
border         :black 1px solid;
width          :500px; 
margin-left    :3px;
margin-top     :3px;
margin-right   :0px;
border-spacing :5px;
margin-bottom  :5px; 
padding        :5px;
background:#FFFFFF;        
}

/*  Tax Report */

.ReportGrid
{     
font-weight    :bold;
font-family    :  arial;
font-size      :  12px;
color          :  #091d57;
}

.ReportLink
{  
font-family    :  arial;
font-size      :  14px;
color          :  #091d57;
text-decoration:none;
}


.gridheader
{
background-color:#1A3F62;
color:White;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
border:0 none white;
height:20px;
}

.gridtext
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:Black;
border:0 none white;
	
}  
.gridlink1
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:Black;
text-decoration:none;
border:0 none white;
}

.gridlink1:hover
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:Blue;
text-decoration:underline;
border:0 none white;
}
.VoucherHeader_new
{
padding-left:50px;
font-weight   :bold;
font-family    :  arial;
font-size      :  14px;
color          :  #091d57;
}  

/* Master Page Submit Button */  
.Button
{
background:#016ABC;
color: #fff;
border: 1px solid #eee;
box-shadow: 5px 5px 5px #eee;  
-webkit-border-top-left-radius:16px;
-moz-border-radius-topleft:16px;
border-top-left-radius:16px;
-webkit-border-top-right-radius:16px;
-moz-border-radius-topright:16px;
border-top-right-radius:16px;
-webkit-border-bottom-right-radius:16px;
-moz-border-radius-bottomright:16px;
border-bottom-right-radius:16px;
-webkit-border-bottom-left-radius:16px;
-moz-border-radius-bottomleft:16px;
border-bottom-left-radius:16px;
text-indent:0px;
display:inline-block;
color:#ffffff;
font-family:Arial;
font-size:12px;
font-weight:bold;
font-style:normal;
height:21px;
line-height:21px;
width:60px;
text-decoration:none;
text-align:center;
} 


.adverisment tr td:first-child 
{
  width: 33%;
 
 
}

.adverisment tr td
{
  width: 32%;  
  
  text-align: left;
} 
.adverisment tr td b
{
    font-size: 12px;
    font-weight: bold;
    padding-top: 0;
    padding-left: 4px;
    color: #0694db;
    
}
.adverisment tr td ul
{
    padding-left: 5px;
    margin-top: 0px;
    margin-bottom: 2px;
}
.adverisment tr td ul li
{
  list-style: none;
  font-size: 11px;
  font-family: Arial;
  font-weight:600;
  text-align: left;  
  color: Black;
}
.adverisment tr td ul li a
{ text-decoration: none;
  color:#0694db;
  font-size: 11px;
}
.infotble
{
    margin-left: 5px;
    padding-left: 5px;
}
table.infotble tr td
{
     font-size: 11px;
  font-family: Arial;
  font-weight:600;
  text-align: left;  
  color: Black;
  vertical-align:top;
}


#leftpanelin14 {
    width: 130px;
    margin: 10px;
    border-bottom: #006699 thin solid;
}


#leftpanelin14  img {
    padding: 10px 20px 0px 45px;
}

#leftpanelin14 h1{
color: #FFFFFF;
    font-size: 12px;
    width: 130px;
    text-align: center;
    margin: 0px 0px 0px 6px;
    padding-bottom: 5px;
    height: 20px;
}


.mddtextbox {
    height: 20px;
    font-size: 14px;
    border-radius: 1px;
}