﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    
    font-size: 75%;
    font-family: Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
  
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
}

#main
{
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    margin-bottom: 10px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

/*#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}*/



/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

textarea 
{
    min-height: 75px;
}

input[type="text"] 
{
    width: 150px;
  
}

input[type="password"] 
{
    width: 150px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  /*border: solid 0px #e8eef4;*/
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  /*border: solid 0px #e8eef4;*/
}

table th
{
  padding: 6px 5px;
  
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;  
}

.tbstyle
{
    background-color: #DADAE0;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DADAE0;
    border-right-color: #DADAE0;
    border-left-color: #DADAE0;
    border-top-color: #DADAE0;
}
.tbPreview
{
   
    padding: 5px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    border: solid 1px #DADAE0;
}
.tbstyleTree
{
    background-color: #DADAE0;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-style: solid;
    border-bottom-color: #DADAE0;
    border-right-color: #DADAE0;
    border-left-color: #DADAE0;
    border-top-color: #DADAE0;
    padding: 5px;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:40px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.upper
{
}
.Modellabel
{
    color: Navy;
    font-size: 13px;
    font-weight: bold;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label
{
    margin: 1em 0 0 0;
}

.display-field,
.editor-field
{
    margin:0.5em 0 0 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

.black12
{
    color: #2f303d !important;
    font-size: 12px !important;
}

.black-heading
{
    color: #2f303d !important;
    font-size: 14px !important;
    text-shadow: 0 1px #FFF;
    font-weight: bold;
}

.black11
{
    color: #2f303d ;
    font-size: 11px ;
}

.grey
{
    color: #8f8f95 !important;
}

.blue11
{
    color: #1A66C4 !important;
    font-size: 11px !important;
}

.grey11
{
    color: #8f8f95 !important;
    font-size: 12px !important;
}

.green
{
    color: #33B564 !important;
    letter-spacing: -0.25px;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 0px 1px rgba(255,255,255,1);
}



.size18
{
    font-size: 18px !important;
    font-weight: normal;
}

.size16
{
    font-size: 16px !important;
}

.size26
{
    font-size: 26px !important;
    font-weight: bold;
}

.size11
{
    font-size: 11px !important;
    text-shadow: 0px 1px rgba(255,255,255,1);
}

.size50
{
    font-size: 40px;
    letter-spacing: -0.5px;
    font-weight: bold;
    line-height: 45px;
}


/* Styles for Webgrid

----------------------------------------------------------*/

.webgrid
{
    width: 100%;
    border: 3px;
    border-collapse: collapse;
    overflow:scroll visible auto;
   
}



.webgrid a
{
    color: #000;
    
}


.webgrid-header
{
   
    text-align: left;
    background-color: #b8ea8b;
    border-bottom: 2px solid #b8ea8b;
    height: 20px;
    border-top: 2px solid #b8ea8b;
    border-left: 2px solid #b8ea8b;
    border-right: 2px solid #b8ea8b;   
            
}



.webgrid-footer
{
    padding: 6px 5px;
    text-align: center;
    background-color: #b8ea8b;
    border-top: 2px solid #b8ea8b;
    height: 20px;
    border-bottom: 2px solid #b8ea8b;
    border-left: 2px solid #b8ea8b;
    border-right: 2px solid #b8ea8b;
    
    
}



.webgrid-alternating-row
{
    height: 16px;
    background-color: white;
    border-bottom: 1px solid #b8ea8b;
    border-left: 2px solid #b8ea8b;
    border-right: 2px solid #b8ea8b;
    
}



.webgrid-row-style
{
    height: 20px;
    border-bottom: 1px solid #b8ea8b;
    border-left: 2px solid #b8ea8b;
    border-right: 2px solid #b8ea8b;
    
}

.heade
{
    width:30%;
    position:fixed;
}

.webgrid-selected-row
{
    font-weight: bold;
}
/********************************
***for set the column width of webgrid
*********************************/
.webgrid-column
{
 width: 100%;
 text-align:center;   
 }



/***********************************/

#background
{
    background-color:#f5fff0;
    background-image:url(themes/base/images/background.png);
}


/************************************************************************************************
                        styles for userrole
?**************************************************************************************************/

#textcolor{color:#54AB3F;}




#menu ul li
{
    
    font-size:18px;
    font-family:Calibri
}
			
			
#menu ul :hover
{
			
color:#0B641F;
/*font-weight: bold;*/
 
}
  
#menu ul li a
{color:#508132;

	}
		
#inquiry1{margin-left:20px;}	

#border{border-bottom:groove;border-bottom-color:#cdcdcd;padding: 8px;}

#btn{height:20px;
     margin-top:20px;
   
     }


#gatepassimg{width:60px;margin-top:0px;}

#gatepasstext{width:200px;}

#shopimg{width:60px;margin-top:0px;}

#shoptext{width:200px;}	

#licenseeimg{width:60px;margin-top:0px;}

#licenseetext{width:200px;}	


#ShopNo{margin-left:40px;margin-bottom:22px;}		
/*#LicNo{margin-left:40px;margin-bottom:22px;}*/		
#GpsNo{margin-left:40px;
       margin-bottom:22px;
   }		

#table
{
    padding-left:30px;
    vertical-align:top; 
    padding-top:25px;
    
}


#textmenu{margin-bottom:70px;}

#boxtable{margin-right:40px;}



.textsearch{
height:27px;
border: 1px solid #666666;
vertical-align: middle;

}

/*#searchbtn{
background-image:url(themes/base/images/search.png);
width:28px;
height:28px;
margin-left:-6px;
vertical-align: middle;
border: 1px solid #666666;
}*/



#DV_BoxContainer img {
    margin-right:10px;
    float: left;
}
#DV_Box {
    border: 1px solid #c9c9c9;
    background:#eaeaea repeat-x;
     width:213px;
    height:84px;
   /* This makes the boxes the same height*/
   
}

#DV_Box_1 {
    border: 1px solid #c9c9c9;
    background:#eaeaea; repeat-x;
    width:350px;
    height:130px; /* This makes the boxes the same height*/
    float:left;
   }

.Box_Tittle_my {
    font-family: Impact;
    font-size: 24px;    
    display: block;
	color:#0B641F;
}

#Commodity{
font-size:18px;
color:#0B641F;
}

#Licensee{font-size:18px;
color:#0B641F;
}

#User{font-size:18px;
color:#0B641F;
}

#Reports{font-size:18px;
color:#0B641F;
}

/**********************RATE ENTRY SEARCH***** background:#5CCD00;**********#4AA400**/
.search {
	                background:#8BB82D;
	                background:-moz-linear-gradient(top,#8BB82D 0%,#8BB82D 100%);
	                background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#8BB82D),color-stop(100%,#8BB82D));
	                background:-webkit-linear-gradient(top#8BB82D 0%,#8BB82D 100%);
	                background:-o-linear-gradient(top,#8BB82D 0%,#8BB82D 100%);
	                background:-ms-linear-gradient(top,#8BB82D 0%,#8BB82D 100%);
	                background:linear-gradient(top,#8BB82D 0%,#8BB82D 100%);
	               filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8BB82D',endColorstr='#8BB82D',GradientType=0);
	                padding:3.5px 3px;
	                color:#fff;
	                font-family:'Helvetica Neue',sans-serif;
	                font-size:15px;
	                border-radius:5px;
	                -moz-border-radius:5px;
	                -webkit-border-radius:5px;
	                border:1px solid #459A00;	                
                }
                /*class for style in radio button*/
.paymentGatewayRadio
                {
                    height: 20px;
                    width: 20px;
                    display: inline-block;
                    cursor: pointer;
                    vertical-align: middle;
                    background: #FFF;
                    border: 1px solid #d2d2d2;
                    border-radius: 100%;
                    }
                    
   #loadingDiv
    {
        position: fixed;
        top: 0px;
        right: 0px;
        width: 100%;
        height: 100%;
        background-color: #666;
        background-image: url(../../Content/themes/base/images/win8loading.gif);
        background-repeat: no-repeat;
        background-position: center;
        z-index: 10000000;
        opacity: 0.4;
    }     
                    
