﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}

ul.nav li.dropdown:hover ul.dropdown-menu{
     display: block;    
 }
 
 /* if you want to hide the arrow */
 a.menu:after, .dropdown-toggle:after {
   content: none;
}
  
.standardheader {
    color: #3366cc;
    font-family: Arial;
    font-size: 17px;
    text-decoration: none;
}



/*Customized CSS */

.anchor:hover { color: #FF6600;text-decoration: none;cursor: pointer;  } 

.anchor{text-decoration: none; color: rgb(0, 102, 204);}

.clickableImg:hover {
    cursor: pointer;
    cursor: hand;
    vertical-align:middle;
}

.clickableImg {
    vertical-align:middle;
}

.rightAlign { text-align:right; }

.alignCenter{
        text-align:center;
    }

.firstColumn{
    padding-left:8px;
}

.alignFirstCollumn td:first-child {
    padding-left:8px;
}

.tbHeader{
   color:#FFFFFF;
   background:#12085E;
   height: 25px;
}

.tbSubHeader{
   background:#D8DFF2;
}

.tbContent{
    color:#5D5D5D;
   background:#EDF6FF;
}

.headerFont{
    color:#0076BC;
}

.tbContentAlt{
     background:#EFEFEF;
}

.controlDisable{
    background:#EBEBE4;
}

.gridviewColor{
    background:#EDF6FF;
}

.gridviewColorAlt{
     background:#D8DFF2;
}

.gridviewHeader{
    background : #336699;
    color: #FFFFFF;
}

.controlSpacing{
    margin-top:3px;
}

.calendarMargin {
    margin-bottom: -5px;
}

.txtAlignRight {
    text-align:right; 
}

.alignCenter{
    text-align:center;
}

.alignRight{
    text-align:right;
}

.alignLeft{
    text-align:left;
}

.disabledControl{
    background-color: #EBEBE4;
}

.remarkTextBox{
    max-width:930px;
}

.hiddenControl{
   visibility : hidden;
   width:0;
   height:0;
}

.hiddenControl{
    visibility : hidden;
}

.UpperCase{
    text-transform : uppercase;
}

/*Customized CSS End*/