﻿
body {
    font-weight: normal;
}

.top80{
    margin-top:80px;
}
.top70 {
    margin-top: 70px;
}
.top50{
    margin-top:50px;
}
.top25{
    margin-top:25px;
}

.top20{
    margin-top:20px;
}

.top15{
    margin-top:15px;
}

.top10{
    margin-top:10px;
}
.top5{
    margin-top:5px;
}
.right{
    float:right;
}

.navbar-header .navbar-brand {
    margin-top: 0;
    padding-top: 0;
    color: white;
}

.navbar-header .navbar-brand img{
    margin-right: 10px;
}

.backgroundcolor {
    background-color: red;
}
.error{
    color:red;
}

.fontweight600
{
    font-weight: 600;
}

.white{
    color:white;
}

.rightmargin20{
    margin-right:20px;
}


.Radio label { display: inline; padding-left: 5px; padding-right: 5px; padding-top:5px;font-weight:normal;}
.Radio input[type="radio"] { margin-top: -3px; font-weight:normal;}

.rounded-corners {
    border: 1px solid #eee;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.grayborderarea
{
    border: 1px solid #eee; 
    padding: 5px;
}

.middle{
    vertical-align: middle;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover{
        color: #000; 
        background-image: linear-gradient(to bottom, #F0F0F0 0, #F0F0F0 100%);
}

.navbar-inverse .navbar-nav > a, .navbar-inverse .navbar-nav > li > a {
    color: #00ff21;
}

.navbar-inverse {
    /*background-image: linear-gradient(to bottom, #1560bd 0, #1560bd 100%);*/
    /*background-image: linear-gradient(to bottom, #1560bd 0, #1560bd 100%) !important;*/
    /*background-image: url('../Images/banner.png');
    background-repeat:no-repeat;*/
    background-image: none;
    background-color:white;
    border-color:white;
    /*background-position-x:center;
    background-size:auto;*/
}

#divLogout a:hover {
    color: #fff;
}

.ui-datepicker-trigger {
    margin-left: 0;
    margin-top: -6px;
    width:32px;
}

.captionlabel {
    color: #006B3C;
    font-weight: bold;
}

.width100pc {
    width: 100%;
}

.width95pc {
    width: 95%;
}

.width90pc {
    width: 90%;
}

.brightgreeen{
    color: #00ff21;
}

.red {
    color: red;
}

.green{
    color:darkgreen;
}

.maroon{
    color:maroon;
}

.warningcolor {
    color: #c09853;
}

.marginbottom10 {
    margin-bottom: 10px;
}

.notelabel{
   font-size: 80%;
}

.glyphfontsize{
    font-size: 130%;
}

.paddingleft0
{
    padding-left:0;
}

.bold
{
    font-weight:bold;
}

.left-gap5{
    margin-left:5px;
}

.left-gap10{
    margin-left:10px;
}

.left-gap15{
    margin-left:15px;
}

.right-gap10
{
    margin-right:10px;
}

.right-gap25
{
    margin-right:25px;
}

.handcursor
{
    cursor:pointer;
}
.rowPager td
{
    border-width: 0;
    padding: 0 10px;
    border-left: solid 1px #666;
    font-weight: bold;
    color: #999999;
    border-left-style: dotted;
}

/*th.sortasc a  
{
     display:block;
     padding:0 4px 0 15px;
     width:40px;
     background-color:red;
     background:url(themes/base/images/asc.gif) no-repeat;  
}*/

/*th.sortdesc a {
    display:block;
    padding: 0 4px 0 15px;
    background:url(themes/base/images/desc.gif) no-repeat;
}*/

.sortasc
{
     background:url(themes/base/images/uparrow.png) no-repeat top right;
}

.sortasc th
{
    
}

.sortdesc
 {
    background:url(themes/base/images/downarrow.png) no-repeat top right;
} 


.sortdesc th{
    
}

.modalBackground
{
    background-color: #bbbbbb;
    filter: alpha(opacity=20);
    opacity: 0.2;
    z-index: 10000;
}

.centerheader {
    text-align:center;
}

.nametextbox
{
    width:230px;
}

.customPage
{
    border-left: dotted 1px #666 ;
    padding:0 5px 0 5px;
}

.selectedPage
{
    color: Gray;
    text-decoration: none !important;
}

.selectedPage a
{
    text-decoration: none !important;
    color: Gray;
    border:0 !important;
}

.viewlist
{
    padding-left:10px;
}

.viewlist label
{
    font-weight:normal;
    padding-left:4px;
}

.popupaddress
{
    font-weight:normal;
}

.radiobuttonlist label
{
    font-weight: normal;
    margin-left:5px;
    margin-right:15px;
}
