﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 100px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
.dropdown
{
    border-radius: 5px;
    box-shadow: 0 0 5px #DDD inset;
    background: white;
    color: #666;
    float: left;
    padding: 5px 8px;
    border: 1px solid #DDD;
    width: 16pc;   
    outline: none;
    height: 27px;
    margin-right:3px;
    margin-bottom:5px; 
}
input[type="checkbox"] {
    height:15px;
    width:15px;    
    vertical-align:middle;    
    border: 1px solid #DDD;
    border-radius: 5px;
    box-shadow: 0 0 5px #DDD inset; 
}
/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"] {
    border: 1px solid #DDD;
    border-radius: 5px;
    box-shadow: 0 0 5px #DDD inset; 
    background: white;
    color: #666;
    float: left;
    padding-left:8px;
    width: 16pc;
    height:27px;
    outline: none;
    margin-right:3px;
    margin-bottom:5px; 
}

.txtInterval {
    width: 3pc !important;    
}



/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}
.search-icon{    
     width:80px;
}

.headerLogo{
padding-left:20px;
padding-top:0px;
}

table tr td{
    padding-bottom:1px;
}
.btn-default{color:#333;background-color:#fff;border-color:#ccc}
td input[type='submit'], td input[type='button'], td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
    font-family: verdana,Tahoma;
}
.active.btn-default, .btn-default:active, .btn-default:focus, .btn-default:hover, .open .btn-default.dropdown-toggle {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
}.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4285;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}.btn:focus, .btn:hover {
    color:blue;
    text-decoration: none;
}
 .btn:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}
 nav {
    background-color:#006699;  
    vertical-align:bottom;
    float:right !important;    
}
nav ul {
    list-style-type:none;
    margin:0;
    padding:0;
}
nav ul li {
    display:inline-block;
    position:relative;
}
/* sub navigation */
nav li ul {    
    background-color:grey;
    position:absolute;
    left:10px;
    top:18px; /* make this equal to the line-height of the links (specified below) */
    width:150px;
}
nav li li {
    position:relative;
    margin:0;
    display:block;
}
nav li li ul {
    position:absolute;
    top:0;
    left:100px; /* make this equal to the width of the sub nav above */
    margin:0;
}
nav a {
    line-height:25px;
    padding:0 10px;
    margin:0 10px;
}
nav a {
    color:white;
    text-decoration:none;
    display:block;
}
nav a:hover,
nav a:focus,
nav a:active {
    color:white;
    background-color:gray;
}

/* style sub level links */
nav li li a {
    border-bottom:none;
    margin:0 10px;
    padding:0;
}
nav li.drpdown > a {
    background-image:url('../Images/arrow-down.png');
    background-position:right 10px;
    background-repeat:no-repeat;
}

nav li li:last-child a {
    border-bottom:none;
}
ul.sub-menu {
    display:none;
}
.lblMainHeading{       
    color:white;
    font-size:18px;
    font-family:verdana,Tahoma;
    font-weight:bold;   
    padding-left:5px; 
    text-align:center;    
    width:375px;   
    height:40px; 
}


fieldset {
    border: 1px solid black;
}

legend {      
  border-bottom:none;
  color:#003366;
  font-size:100%;
  font-weight:bold;
  text-align:center;
  width:150px;
  }

.timepickert-dropdown
{
    border-radius: 5px;
    box-shadow: 0 0 5px #DDD inset;
    background: white;
    color: #666;
    float: left;
    padding: 5px 4px;
    border: 1px solid #DDD;
    outline: none;
    height: 27px;
    margin-right:3px;
    width:100px;
    margin-bottom:5px; 
}
.imgDetailIcon{
cursor: pointer;
align-content:center;
vertical-align:middle;
text-align:center;
float:right;
}

.details{
    width: 100%;
    height: 100%; 
    padding-left:10px;
}

.feildsetarea{
    width:1000px;
}

.tabletd{
    width: 250px;
}

.tabletdspace{
    width: 471px;
}

.fieldsetExpectedInstance{
    width: 600px;
}

.fieldsetMultiDealer{
    width: 800px;
}

.tabletdInstance{
    width: 175px;
}

.tabletdspaceInstance{
    width: 400px;
}

