﻿
/*----------------Font Alignment----------------*/

.font-right-align
{
    text-align:right;
}

.font-left-align
{
    text-align:left;
}

.font-center-align
{
    text-align:center;
}

.font-error-color
{
    color:#b94a48;    
}

.font-success-color
{
    color: #468847;
}

.font-blue-color 
{
    color: #3986AC;
}

.font-red-color 
{
    color: #B94846;
}

.font-yellow-color 
{
    color: #F99406;
}

.font-white-color 
{
    color: #FFFFFF;
}

.font-green-color 
{
    color: #468847;
}

.font-heading-color
{     
    font-style: italic;
    font-weight:bolder;
    color:#000000;
}

.font-notice-color {
    font-size:smaller;
    font-style:italic;
    font-weight: normal;
    color:black;
}

.font-notice-blue-color{
    font-size:smaller;
    font-style:italic;
    font-weight: normal;
    color:#3986AC;
}

.font-notice-red-color{
    font-size:smaller;
    font-style:italic;
    font-weight: normal;
    color:#B94846;
}

.font-notice-black-color
{
    font-size:x-small;
    font-style:italic;
    font-weight: normal;
    color:black;
}

.font-heading-caption-color {
    font-size:smaller;
    font-style:normal;
    font-weight: bold;
    color:black;
}

.font-marquee_color{
    font-size:smaller;
    font-style:initial;
    font-weight: bold;
    color: #3986AC;
}

.font-total
{
    font-weight:bold;
    text-align:right;
    color:#b94a48;   
}

.font-upper
{
    text-transform: uppercase;
}

.font-lower
{
    text-transform: lowercase;
}

.font-title-color
{
    font-size:50pt;
    color: #3986AC;
}

.font-upper-bolder {
    text-transform: uppercase;
    font-size:10pt;
    font-weight:bolder;
}

.vertical {
    border-right : thin solid #3986AC;
}

.vertical-left{
    border-left : thin solid #000000;
}

.horizontal-top
{
    border-top : thin solid #3986AC;
}

.horizontal-bottom
{
    border-bottom : thin solid #3986AC;
}

/*----------Vertical Offset-----------*/
.voffset
{
    margin-top: 2px;   
}
.voffset1
{
    margin-top: 5px;   
}
.voffset2
{
    margin-top: 10px;   
}

.voffset3
{
    margin-top: 15px;   
}

.voffset4
{
    margin-top: 30px;   
}

.voffset5
{
    margin-top: 40px;   
}

.voffset6
{
    margin-top: 60px;   
}

.voffset7
{
    margin-top: 80px;   
}

.voffset8
{
    margin-top: 100px;   
}

.voffset9
{
    margin-top: 150px;   
}

.voffset10
{
    margin-top: 200px;
}

/*-------------Horizontal Offset left----------------*/

.hoffset0
{
    margin-left: 5px;
}

.hoffset1 
{
    margin-left: 10px;
}

.hoffset2
{
    margin-left: 15px;   
}

/*---------Horizontal Offset right----------------------*/

.hroffset0
{
    margin-right : 5px;    
}

.hroffset1
{
    margin-right : 10px;
}

.hroffset2
{
    margin-right : 15px;   
}

/*-------------Horizontal Offsert left--------------------*/
.hloffset0
{
    margin-left: 5px;
}

.hloffset1
{
    margin-left: 10px;
}

.hloffset2
{
    margin-left: 15px;
}

.hloffset3
{
    margin-left: 20px;
}

.hloffset4
{
    margin-left: 25px;
}

.hloffset5
{
    margin-left: 30px;
}

.hloffset6
{
    margin-left: 35px;
}

.hloffset7
{
    margin-left: 40px;
}

.hloffset8
{
    margin-left: 45px;
}

.hloffset9
{
    margin-left: 50px;
}

.hloffset10
{
    margin-left: 55px;
}

.hloffset11
{
    margin-left: 60px;
}

.hloffset12
{
    margin-left: 65px;
}

.hloffset13
{
    margin-left: 70px;
}

.hloffset14
{
    margin-left: 75px;
}

.hloffset15
{
    margin-left: 80px;
}

.hloffset25
{
    margin-left: 115px;
}

.hloffset35
{
    margin-left: 145px;
}

.hloffset45
{
    margin-left: 175px;
}

.hloffset55
{
    margin-left: 200px;
}


/*-----------------button-----------------*/
.btn-Save
{ 
    background-color:#43a1da;
    padding-top: 4px;
    padding-bottom: 3px;
    padding-left:10px;
    padding-right:10px;
    border:1px solid #cccccc;
    background-repeat: repeat-x;
    border-left-color: #3673d7;
    border-right-color: #3673d7;
    border-top-color: #3673d7;
    border-bottom-color: #2050a1;
    color:White;
    font-size: 13px;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 4px;  
    text-align:Center;
}

.btn-Cancel
{
    width:50px;
    background-color:#FFFFFF;
    padding-top: 4px;
    padding-bottom: 3px;
    padding-left:10px;
    padding-right:10px;
    border:1px solid #cccccc;
    background-repeat: repeat-x;
    font-size: 13px;
    color:Black;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 4px;  
    text-align:Center;
}

.btn-Edit
{
    background-color:#9E6AB8;
    padding-top: 4px;
    padding-bottom: 3px;
    padding-left:10px;
    padding-right:10px;
    border:1px solid #cccccc;
    background-repeat: repeat-x;
    border-left-color: #3673d7;
    border-right-color: #3673d7;
    border-top-color: #3673d7;
    border-bottom-color: #2050a1;
    color:White;
    font-size: 13px;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 4px;  
    text-align:Center;
}

.btn-New
{      
    background-color:#5bb75b;
    padding-top: 4px;
    padding-bottom: 3px;
    padding-left:10px;
    padding-right:10px;
    border:1px solid #cccccc;
    background-repeat: repeat-x;
    border-left-color: #3673d7;
    border-right-color: #3673d7;
    border-top-color: #3673d7;
    border-bottom-color: #2050a1;
    color:White;
    font-size: 13px;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 4px;  
    text-align:Center;
}

.btn-Delete
{
    background-color: #D41E24;
    padding-top: 4px;
    padding-bottom: 3px;
    padding-left:10px;
    padding-right:10px;
    border:1px solid #cccccc;
    background-repeat: repeat-x;
    border-left-color: #3673d7;
    border-right-color: #3673d7;
    border-top-color: #3673d7;
    border-bottom-color: #2050a1;
    color:White;
    font-size: 13px;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 4px;  
    text-align:Center;
}

/*-------------------ComboBox------------------*/
.smallBox
{
    width:50pt;
}

.xSmallBox
{
    width:75pt;
}

.mediumBox
{
    width:100pt;    
}

.xMediumBox
{
    width:150pt;
}

.largeBox
{
    width:200pt;
}

.xLargeBox
{
    width:250pt;    
}

.xxLargeBox
{
    width:300pt;
}

.xxxLargeBox
{
    width:400pt;
}

/*-------GridView Pagination------------*/

.pager-gv-style td
{
    padding-left: 5px;
    padding-right: 5px;
}

.grid-pager a, .grid-pager span
{
    display: block;
    height: 20px;
    width: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
}

.grid-pager a
{
    background-color: navy;
    color: white;
    border: 1px solid #969696;
}

.grid-pager span
{
    background-color: navy;
    color: white;
    border: 1px solid aqua;
}

/*-------------DIV Background---------------------*/

.div-Info
{
    background-color: #edebe1;
    border-color: #e0d9cb;
    color: #817b58;
}

/*----------Nav Bar Image----------*/
.navbar-img{
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color:white;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 10px;        
}
