/* Dynamic CSS */

/*
// TABLE OF CONTENTS \\
-----------------------
	1. Global
	2. Header & Navigation(s)
	3. 
	4.
	5.
	6.
	7.
*/

/* Global
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}
footer #Copyright {
    display:  inline-block;
}

footer #company-info {
    display:  inline-block;
}

footer .social-links {
    display:  inline-block;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.site-row, .widetop-column, .widetop-div, .outer-div, .body-table, .main-column{
	display: block;
}

.main-div.container {
    padding-top: 25px;
    padding-right: 15px;
    padding-bottom: 75px;
    padding-left: 15px;
}

.numeric, .amount, .balance {
    text-align: right;
}

/*alerts*/

.alert-danger, .status-message, .tmtFormErrorMessage{
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
}
/*login page*/
div#site-status-div{
	float: left;
    width: 100%;
    margin-bottom:20px;
}
table#site-status-table{
	float:left;
	width:100%;
}




.btn, .button_class, .submit{
    margin: 5px 5px 5px 0;
    cursor: pointer;
}
@media screen and (max-width:991px) {
    .btn, .button_class, .submit {
    margin: 5px 0;
    width:100%;
    }   
}

.button_class, .submit {
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;

    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.button_class:focus, .button_class:hover {
    color: #333;
    text-decoration: none;
}

input.submit{
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
    background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #245580;

    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

input.submit:hover, input.submit:focus {
    background-color: #265a88;
    background-position: 0 -15px;
}
input.submit:active, input.submit:focus, input.submit:hover{
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

input#cmdCancel, input#cmdCancelPayment{
	text-shadow: 0 1px 0 #fff;
	background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
	background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
	background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border-color: #dbdbdb;
	border-color: #ccc;

	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
input#cmdCancel:active, input#cmdCancel:focus, input#cmdCancel:hover,
input#cmdCancelPayment:active, input#cmdCancelPayment:focus, input#cmdCancelPayment:hover{
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
input#cmdCancel:hover, input#cmdCancel:focus,
input#cmdCancelPayment:hover, input#cmdCancelPayment:focus {
    background-color: #e0e0e0;
    background-position: 0 -15px;
}



/* unlink account link*/

.account-number a.unlink-account {
  	text-shadow: 0 1px 0 #fff;
	background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
	background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
	background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border-color: #dbdbdb;
	border-color: #ccc;

	color: #333;
	background-color: #fff;
	border: 1px solid #ccc;
    padding: 2px 4px;
    margin-left: 10px;
    border-radius: 11px;
    font-size: 14px;
}


.account-number a.unlink-account:hover {
    background-color: #e0e0e0;
    background-position: 0 -15px;
}

.customer-name.address-info {
  margin-top: 10px;
}


/* HEADER
----------------------------------------------------------------------
This header is controled by what is assigned to the widetop element. 
The main navigation is set by the element 'mainnav' and the secondary 
navigation is set by 'widetopmenu'.
----------------------------------------------------------------------
*/

/*/ Navbar
//
// Provide a static navbar from which we expand to create full-width, fixed, and
// other navbar variations.*/
.navbar{
line-height: 50px;
}
.navbar.navbar-static-top {
    margin-bottom:0;
}
.navbar-nav > li.dropdown:last-child > .dropdown-menu {
    right: 0;
    left: unset;
}

@media screen and (min-width: 768px) {
    .navbar-nav {
    float: left;
    margin: 0 !important;
    }
}



/*Top Navigation*/
.navbar-inverse {
    min-height: initial;
    height: 35px;
    line-height: 35px;
}
.navbar-inverse{
    color: rgba(255,255,255,.5);
    background-image: none;
}
.navbar-inverse a{
    color: rgba(255,255,255,.5);
    text-decoration: none;
}
.navbar-inverse a:focus, .navbar-inverse a:hover {
    color: rgba(255,255,255,.75);
}
a.phone:before {
    content: "\f095";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
}
/*Top Navigation Menu*/
div#widetopbar-div {
    float: right;
}
ul#widetopmenu {
    position: relative;
    left: 0;
    display: block;
    float: left;
    margin: 0;
    margin-left: 0;
    list-style: none;
    padding: 0;
}
ul#widetopmenu > li {
    float: left;
}
ul#widetopmenu > li:not(:last-child){
  border-right: 1px solid rgba(255,255,255,.3);
}
ul#widetopmenu > li > a {
    float: none;
    padding: 0 10px;
    text-decoration: none;
    display: block;
}



/*Main Navigation*/

.container-fluid>.topbar-div>.navbar-collapse, 
.container-fluid>.topbar-div>.navbar-header, 
.container>.topbar-div>.navbar-collapse, 
.container>.topbar-div>.navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}

@media screen and (min-width: 768px) {
    .container-fluid>.topbar-div>.navbar-collapse, 
    .container-fluid>.topbar-div>.navbar-header, 
    .container>.topbar-div>.navbar-collapse, 
    .container>.topbar-div>.navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
}


/*Logo*/
#logo {
    padding: 0;
    float: left;
    height: 50px;
    font-size: 18px;
    line-height: 20px;
}
#logo>a {
    float: left;
    height: 50px;
    padding: 0;
    font-size: 18px;
    line-height: 20px;
    display:  block;
}
#logo>a>img {
    height: 100%;
    padding: 5px 15px;
    width: auto;
    display: block;
}
@media screen and (min-width: 768px) {
    .navbar>.container #logo, .navbar>.container-fluid #logo {
    margin-left: -15px;
    }
}













.dropdown-menu>li>button {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    border: none !important;
    box-shadow:  none !important;
    width: 100%;
    text-align: left;
    background: transparent;
}

.dropdown-menu > li > button:hover, .dropdown-menu > li > button:focus {
    background-color: #e8e8e8;
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
}

.dropdown-menu>li>button:focus, .dropdown-menu>li>button:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

a.dropdown-toggle span:after {
    content: " ";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

/*open dropdown on hover*/
@media only screen and (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}



@media screen and (max-width: 767px) {
.navbar-nav .open .dropdown-menu>li>button {
    line-height: 20px;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>button {
    color: #777;
}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>button {
    padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu>li>button:focus, .navbar-nav .open .dropdown-menu>li>button:hover {
    color: #333;
    background: transparent;
    background-image: none;
    
}
}



/*Account & Tank Selector*/
div#header-acct-selector {
    padding: 0 15px;
    margin: 20px auto;
}
@media screen and (min-width: 768px) {
div#header-acct-selector {
    max-width: 750px;
}
}
@media screen and (min-width: 992px) {
div#header-acct-selector {
    max-width: 970px;
}
}
@media screen and (min-width: 1200px) {
div#header-acct-selector {
    max-width: 1170px;
}
}
.acct-selector {
    font-weight: 700;
}
span#tank-selector {
    font-weight: normal;
    color: #737373;
    font-style:  italic;
}

/*----------------------------------------------*/






/*Login*/

div#site-login-div{
	margin-right: -15px;
    margin-left: -15px;
}
div#site-login-div:after {
    clear: both;
}
div#site-login-div:after, div#site-login-div:before {
    display: table;
    content: " ";
}
div#site-login-div form{
	float:left;
	width:100%;
}
div#user_login_title{
	padding:0 15px;
	margin-bottom: 20px;
}
div#first-login-container, div#second-login-container {
    margin-bottom: 20px;
}
div#user_login_top, div#user_login_bottom{
	float: left;
    width: 100%;
    margin-bottom: 20px;
}


ul.final-login {
    padding: 0;
}
ul.final-login>li>a.panel-title {
    margin: 0 !important;
    border: 0 !important;
}
ul.final-login>li>a:hover {
    background: transparent;
}
ul.final-login>li.active a {
    font-weight: bold;
}






ul.final-login>input#email_check {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
ul.final-login>input#password_check {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 10px;
}





ul.final-login>input#bill_account {  
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;   
}
ul.final-login>input#bill_digits {
    
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
ul.final-login>input#bill_email {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 10px;
}

div#submit-button-div>input#cmdPassword{
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
    background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #245580;

	color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

div#submit-button-div>input#cmdPassword:hover, div#submit-button-div>input#cmdPassword:focus {
    background-color: #265a88;
    background-position: 0 -15px;
}
div#submit-button-div>input#cmdPassword:active, div#submit-button-div>input#cmdPassword:focus, div#submit-button-div>input#cmdPassword:hover{
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}


/*Join Register*/

body#page-joinregister .signup-left, .entry-label {
	display: inline-block;
	max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.signup-left-first-name, .signup-left-middle-initial, .signup-right-last-name,
div#signup-address, div#signup-address_2, div#signup-city, div#signup-state, div#signup-zipcode,
div#signup-email, div#signup-phone, body#page-joinregister .entry-area {
    margin-bottom: 15px;
}
img.dwl_capt_img{
	margin-bottom: 15px;
}

input#cmdRegisterMember{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
	
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
    background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #245580;

	color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

input#cmdRegisterMember:hover, input#cmdRegisterMember:focus {
    background-color: #265a88;
    background-position: 0 -15px;
}
input#cmdRegisterMember:active, input#cmdRegisterMember:focus, input#cmdRegisterMember:hover{
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

/*User Home*/

/*----------------
This is simulating a bootstrap '.row'
------------------*/

div#all-user-info {
    margin-right: -15px;
    margin-left: -15px;
    width: 100%;
    padding:0;
}
div#all-user-info:before {
    display: table;
    content: " ";
}
div#all-user-info:after {
    display: table;
    content: " ";
    clear: both;
}

/*----------------
removes simulated '.row' at 769px
------------------*/
div#all-user-info {
    margin-right: auto;
    margin-left: auto;
}
div#all-user-info:before {
    display: none;
}
div#all-user-info:after {
    display: none;
}


/*------------------*/
div#user_summary_intro {
    float: left;
    width: 50%;
    padding: 15px;
    background: #fff;
    margin-bottom: 20px;
}
@media screen and (max-width:991px) {
    div#user_summary_intro {
    width: 100%;
    }
}

div#user-summary-table-div {
    float: right;
    clear: right;
    width: 50%;
    padding: 0 0 0 15px;
    margin-bottom: 20px;
}
@media screen and (max-width:991px) {
	div#user-summary-table-div {
	width: 100%;
	padding: 0px;
	}
}

table#user-summary-table {
    width: 100%;
    background: #fff;
}

div#user-summary-table-div td.user-info-left-col {
    font-weight: bold;
}
div#user-summary-table-div td.user-info-right-col {
    text-align: right;
}


div#user_summary_notifications {
    float: right;
    clear: right;
    width: 50%;
    padding: 0 0 0 15px;
}
div#user_summary_notifications > div {
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
}
div#user_summary_csrscript:before {
    content: "\f27a";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #f9f9f9;
    padding: 10px;
    position: relative;
    border: 1px solid #faebcc;
    border-radius: 50%;
    color: #8a6d3b;
    top: -20px;
    left: 5px;
    float:  left;
    background-color: #fcf8e3;
}
div#user_summary_csrscript {
    float: right;
    clear: right;
    width: 50%;
    padding: 0 0 0 15px;
    margin-bottom: 20px; 
}
div#user_summary_csrscript > div {
    color: #8a6d3b;
    background-color: #fcf8e3;
    padding: 15px;
    border: 1px solid #faebcc;
    border-radius: 4px;
}




div#user_summary_top, 
div#user_summary_bottom {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

@media screen and (max-width:991px) {
    div#user_summary_notifications, div#user_summary_csrscript {
    width: 100%;
    padding: 0px;
    }
}

/*payment*/

div#payment-progress-bar, 
div#newpayment-requirement-container {
    margin: 0;
}
label.no-bs-label {
    font-weight: normal;
    text-transform: initial;
    margin-bottom: 0;
}
.newpayment-entry {
    margin-bottom: 15px;
}

.newpayment-label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

span.required_star {
    color: red;
    font-weight: normal !important;
}

input[type="text"], input.text, textarea, select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(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;
}
textarea {
    height: auto;
}
div#newpayment-not-inner-billing-emails2 {
    float: left;
    width: 100%;
}

div#newpayment-email-area {
    float: left;
    width: 100%;
}

/*paperless*/
table.form-table {
    width: 100%;
}
div#paperless-emailconfirmation, div#paperless-email {
    margin-bottom: 15px;
}

div#paperless-email-label, div#paperless-emailconfirmation-label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

/*password/email*/
td.first-login-label, td#new-email-address, td#confirm-email-address {
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

/*feedback*/
div#feedback-phone, div#feedback-subject, div#feedback-comments, div#feedback-address,
div#feedback-email, div#feedback-emailconfirmation {
    margin-bottom: 15px;
}
div#feedback-phone-label, div#feedback-subject-label, div#feedback-comments-label, div#feedback-address-label,
div#feedback-email-label, div#feedback-emailconfirmation-label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}


/*service plan*/

div#serviceplan-email, div#serviceplan-emailconfirmation{
	margin-bottom: 15px;
}

div#serviceplan-email-label, div#serviceplan-emailconfirmation-label{
	display: inline-block;
	max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

/*automatic delivery*/

div#tankmonitorrequest-name, div#tankmonitorrequest-address, div#tankmonitorrequest-dayphone, div#tankmonitorrequest-eveningphone {
	margin-bottom: 15px;
}

div#tankmonitorrequest-name-label, div#tankmonitorrequest-address-label, div#tankmonitorrequest-dayphone-label, div#tankmonitorrequest-eveningphone-label {
	display: inline-block;
	max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

/*loyalty points*/
tr#loyalty-heading-row .label {
    color: #333;
}
table#loyalty-table {
    width: 100%;
    background: #fff;
}

/*schedule an appointment*/
table#scheduler-responsive {
    width: 100%;
    background: #fff; 
}
/*my transactions*/
table#user-transactions-table {
    width: 100%;
    background: #fff; 
}
/*my deliveries*/
table#user-delivery-table{
    width: 100%;
    background: #fff; 
}
/*my service plans*/
table#user-service-table {
    width: 100%;
    background: #fff;   
}
/*my price plans*/
table#user-oilpriceprotection-table {
    width: 100%;
    background: #fff;  
}
/*price protection*/
table#location-selector,
table#main-contract-table {
    width: 100%;
}
table#location-selector>tbody>tr:nth-of-type(odd):not(:first-child) {
    background-color: #f9f9f9;
}

td.contract-message-header {
    font-weight: 700;
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    padding: 8px;
    line-height: 1.42857143;
    border-top: 0;
}

td#contract-main-heading {
    border: none !important;
}

table#location-selector>tbody>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
