﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    /*background-image: url() background-position: top;*/
    background-image: url('images/clouds-01.jpg');
    position: relative;
    background-position: top;
    background-size: cover;
    width: 100%;
}
.upload_holder_line {
   
    text-align:center;
}
.mainLogo {
    right: 85%;
    position: absolute;
}
.lockedEdit
{
    /*background-color:orange;*/
    text-align:left;
}
/*.UploadsContain
{
    height:auto;
    position:absolute;
   left:45%;
   bottom:35%;
    background-color:red;
    width:200px;

}*/
.showHighMiles {
    /*// background-color: orange;
   // background: radial-gradient( white 80%, silver 160%);opacity:10;*/
}
.showLowMiles {
    /*background-color: orange;
    background: radial-gradient( white 80%, silver 160%);
    opacity: 10;*/
}
.k-grid-excel {
    border: solid;
    background-color: #ebffeb;
    border-radius: 10px;
    border-color: green;
}
.k-icon.k-i-excel {
    border: solid;
    border-color: green;
}
.k-grid .k-state-selected {
    background-color: #ebffeb !important;
    border-color: limegreen;
    color: #000000;
}

.k-grid .k-alt.k-state-selected {
    background-color: #f1f1f1 !important;
    color: #000000;
}


.tripcard{
    margin-top:4%;
    background-color:white;
    height:1500px;
    border-style:solid;
    border-radius:15px;
    border-width:thin;
    border-color:gray;
    color:gray;
}
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}
.dataItemsDisplay
{
    color:gainsboro;

}
.pTagIcons
{
    color:dimgrey;
    font:18pt;
    font:bold;
}
.motorpoolmain
{
    color:gray;
    font-size:medium;
    height:900px;
    width:100%;
    background-color:white;
    text-align:center;


}

.navbar {
    background-color:whitesmoke;
 
}
.motorpoolmainb {
    color: gray;
    font-size: medium;
    height: 900px;
    width: 100%;
    background-color: white;
    text-align: center;
}

.motorpoolmainc {
    color: gray;
    height: 900px;
    width: 100%;
    background-color: white;
text-align:center;
}
.logotag
{
    position:relative;
    left:1%;
   
    width:400px;
    height:100px;

}
.spanDynamicLabels
{

    color:darkslategrey;
    font-size:16pt;
}
.titletag {
    position: relative;
   left: 60%;
    width: 400px;
    height: 100px;

    /*background-color:blue;*/
    bottom:15%;
    color:lightgray;
}
.mainHeader1
{
    text-align:center;
    background-color:white;
    width:97%;
    margin-left:1.29%;
    height:200px;
    color:gray;
    font-size:x-large;
    padding-bottom:5%;


}
.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}
.tripsGridBox
{
    background-color:skyblue;
    width:110%;
    margin-left:0%;
}
.VehiclesGridBox {
    background-color: skyblue;
    width: 110%;
    margin-left: 0%;
}
/* Set 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 width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
