﻿html, body, form {
	width:100%;
	height:100%;
    margin: 0;
    padding: 0;
    color: black;
}

body {
    font-family:verdana;
	font-size:10pt;
}

img {
    border: none;
}

h1 { margin: 0; padding: 0; font-size: 14pt; font-weight: bold; }
h2 { margin: 0; padding: 0; font-size: 12pt; font-weight: bold; }
h3 { margin: 0; padding: 0; font-size: 10pt; font-weight: bold; }

.datepicker {
    width: 115px !important;
}

input[type='text'],input[type='password'], select  {
    height: 30px !important;
    font-size: 13pt !important;
}



.ui-slider {
    margin-top: 10px;
}

.fuelDropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    padding: 0 5px 0 5px;
}

.modalBackground {
    background-color:#707070;
    filter: alpha(opacity=70);
    opacity: 0.7;
    z-index: 1001 !important;
}

table.dataTable {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.gridviewHighlight {
    color: red;
    font-weight: bold;
}



/* --- Header --- */
.adminHeaderContainer {
    height: 70px;
    position: relative;
    background-image: url('/SiteResourcesCommon/Images/HeaderBG.gif');
    background-repeat: repeat-x;
}

.adminHeaderGreetingContainer {
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 20px 0 0;
    color: rgb(152, 161, 182);
    font-size: 8pt;
    text-align: right;
}

.adminCompanyLogo { position: absolute; top: 5px; left: 5px; }
.adminSiteTitle { font-size: 18pt; display: block; }
.adminSiteSubTitle { font-size: 9pt; display: block; }
.adminAdminLogo { position: absolute; top: 32px;right: 0; }

.adminHeaderLogout,
.adminHeaderLogout:visited {
    color: rgb(130, 140, 162);
    text-decoration: none;
}

.adminHeaderLogout:hover {
    text-decoration: underline; 
}

/* Main Buttons */
.mainButton {
    width: 100px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    background-image: url('/SiteResourcesCommon/Images/LargeIcons/BG_OFF.gif');
    background-repeat: no-repeat;
    text-align: center;
}

.mainButton:hover {
    cursor: pointer;
    background-image: url('/SiteResourcesCommon/Images/LargeIcons/BG_ON.gif');
    background-repeat: no-repeat;
}

.showPointer:hover {
    cursor: pointer;
}

/*SiteSettings*/
.highlightRow:hover
{
    background-color:rgb(237, 240, 242);
    background-image:url('/SiteResourcesCommon/Images/NavItemBG.gif');
    border:solid 1px #efefef;
    font-weight: bold;
}

.highlightRowSelected
{
    border:solid 1px #efefef;
    background-image:url('/SiteResourcesCommon/Images/NavItemBG.gif');
    border-left:solid 2px #3f5d9f;
}

.itemDivider
{
    border-bottom:solid 1px #eee;
}

.wideTextbox {
    width: 100%;
}

.ui-tabs .ui-tabs-panel {
    padding: 5px;
}

.ui-widget {
    font-size: 10pt;
}

/* --- Content --- */
.mainContainer {
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.centerContainer {
    text-align: left;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.centerContainer  {
    width: 1100px;
}

/*Fix Close on Modal*/
input.close {
    padding:0;
    -moz-appearance: none;
    -webkit-appearance:none;
    border: 0;
}

.listItem {
    line-height: 30px;
    padding: 5px;
}

 /* Large desktop */
@media (min-width: 1200px) {
    .centerContainer{ width: 1100px; }  
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    .centerContainer { width: 879px; }  
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .centerContainer { width: 667px; }  
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
    .centerContainer { width: 350px; }  
  
}  