﻿/* 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;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}

.rnd1 {
    border: 1px solid #cccccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
    display: block;
}

.gv1 td, .gv1 th {
    border: 1px solid #cccccc;
}

.hideGridColumn
{
    display:none;
}

.ChkBoxClass input 
{
    border: 1px solid #cccccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    display: block;
    width:25px; 
    height:25px;
}

.ddchkList 
{
    height: 38px !important;
    text-align: left;
    border-radius: 4px;
    top: 14px;
    left: 0px;
    display: inline;
    overflow: auto;
    padding: 3px;
    border: 1px solid #cccccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.Querytxt 
{
    height: 38px !important;
    text-align: left;
    border-radius: 5px;
    top: 14px;
    left: 0px;
    width: 270px !important;
    display: block;
    overflow: auto;
    padding: 3px;
    border: 1px solid #cccccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.Querylabel
{
    height: 38px !important;
    vertical-align:super;
    font-size:large;
}

.QueryTextBox {
    padding: 3px;
    height: 30px;
    width: 150px !important;
}

.QueryDateBox {
    background-image: url(../Images/calendar35.png);
    background-repeat: no-repeat;
    padding-left: 50px;
    height: 38px;
    width: 80px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}

.DateBox {
    background-image: url(../Images/calendar35.png);
    background-repeat: no-repeat;
    padding-left: 50px;
}

.DateBoxSmall {
    background-image: url(../Images/calendar14.png);
    background-repeat: no-repeat;
    padding-left: 15px;
}

.TimeBox {
    background-image: url(../Images/blueClock35.png);
    background-repeat: no-repeat;
    padding-left: 40px;
    width: 150px;
    height: 38px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.GridViewBox {
    border: 1px solid #cccccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    display: block;
}

.RadioButtons {
    position: relative;
    display: block;
    margin-top: 1px;
    margin-bottom: 1px;
    padding-left: 30px;
}

.TimesheetButton {
    width: 150px;
    height: 38px;
    font-size: 14px;
}

.TextBox {
    padding: 3px;
    height: 26px;
}

.CheckBoxList {
    border-color: gray;
    background-color: white;
    color: black;
    text-align: left;
}
