/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents: Public
-----------------------------------------------------
:: Shared Styles
:: Home
:: Contact
:: Help
:: Services
:: Medium Down Version
:: Small Screen
:: High Pixel Density
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */

/*body {
    background: #f2f2f3;
    color: #626262;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
}

a {
    color: #d32e12;
    text-decoration: underline;
}

p {
    font-size: 13px;
    line-height: 1.6em;
    padding-bottom: 10px;
}

a:hover { color: #a61e07; }

a.button,
input[type="submit"] {
    background: url(../images/button-bg.png) repeat-x;
    border: 1px solid #3b444b;
    border-radius: 3px;
    box-shadow: #aaa 0px 1px 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    height: 35px;
    line-height: 2.7em;
    margin-bottom: 5px;
    margin-right: 8px;
    padding: 0px 27px;
    position: relative;
    text-shadow: #2f383f 0px 1px 1px;
    width: auto;
}

a.button:active,
input[type="submit"]:active,
a.button.menu.active { background: url(../images/button-bg-hover.png) repeat-x; }

a.logon.button,
input[type="submit"].logon,
a.logoff.button,
input[type="submit"].logoff {
    background: url(../images/logon-button-bg.png) repeat-x;
    border: 1px solid #b04939;
    margin-top: 24px;
    text-shadow: #b04939 0px 1px 1px;
}

a.logon.button:active,
input[type="submit"].logon:active,
a.logoff.button:active,
input[type="submit"].logoff:active { background: url(../images/logon-button-bg-hover.png) repeat-x; }

input[type="submit"].logon,
input[type="submit"].logoff { margin-top: 6px; }

input[type="text"],
input[type="password"],
select,
textarea {
    background: #f1f2f7;
    border: 1px solid #969da1;
    color: #626262;
    font-size: 12px;
    height: 35px;
    margin-bottom: 17px;
    padding-left: 12px;
    padding-right: 12px;
    resize: none;
}

textarea {
    height: 150px;
    padding-top: 10px;
}*/

.tooltip-wrapper {
    bottom: -10px;
    display: block;
    height: 30px;
    position: absolute;
}

.tooltip {
    background: #65717a url(../images/tooltip.png);
    border: 1px solid #3b444b;
    border-radius: 2px;
    box-shadow: #aaa 0px 1px 2px;
    display: block;
    display: none;
    display: none;
    font-size: 12px;
    font-weight: normal;
    height: 30px;
    line-height: 1.6em;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.tooltip .arrow {
    background: url(../images/sprites.png);
    background-position: -65px -212px;
    display: block;
    height: 7px;
    left: 50%;
    margin-left: -5px;
    overflow: hidden;
    position: absolute;
    top: -6px;
    width: 10px;
}

#header a.logon.button,
#header a.logoff.button { float: right; }

#header {
    background: url(../images/header-bg.png) repeat-x;
    height: 87px;
}

#header a.logo {
    background: url(../images/logo.png);
    display: block;
    float: left;
    height: 24px;
    margin-top: 32px;
    text-indent: -999em;
    width: 173px;
}

/*the width will be different from logged in navigation*/

#header ul.main-navigation li {
    float: left;
    height: 87px;
    list-style-type: none;
    padding: 0px 20px;
    padding-top: 28px;
    position: relative;
}

#logged-on #header ul.main-navigation li {
    padding: 0px 18px;
    padding-top: 28px;
}

#header ul.main-navigation li a {
    background: url(../images/icons.png);
    display: block;
    height: 32px;
    text-indent: -999em;
    width: 32px;
}

#header ul.main-navigation li.home a { background-position: -46px -33px; }

#header ul.main-navigation li.services a { background-position: -171px -33px; }

#header ul.main-navigation li.contact a { background-position: -108px -33px; }

#header ul.main-navigation li.help a { background-position: -232px -33px; }

#header ul.main-navigation li.account a { background-position: -292px -33px; }

#header ul.main-navigation li.payment a { background-position: -362px -33px; }

#header ul.main-navigation li.ledger a { background-position: -432px -33px; }

#header ul.main-navigation li.home a:hover,
.home #header ul.main-navigation li.home a { background-position: -46px -93px; }

#header ul.main-navigation li.services a:hover,
.services #header ul.main-navigation li.services a { background-position: -171px -93px; }

#header ul.main-navigation li.contact a:hover,
.contact #header ul.main-navigation li.contact a { background-position: -108px -93px; }

#header ul.main-navigation li.help a:hover,
.help #header ul.main-navigation li.help a { background-position: -232px -93px; }

#header ul.main-navigation li.account a:hover,
.account #header ul.main-navigation li.account a { background-position: -292px -93px; }

#header ul.main-navigation li.payment a:hover,
.payment #header ul.main-navigation li.payment a { background-position: -362px -93px; }

#header ul.main-navigation li.ledger a:hover,
.ledger #header ul.main-navigation li.ledger a { background-position: -432px -93px; }

.home li.home,
.services li.services,
.help li.help,
.contact li.contact,
.account li.account,
.payment li.payment,
.ledger li.ledger { background: red url(../images/menu-selected.png) repeat-x; }

.home li.home:before,
.services li.services:before,
.help li.help:before,
.contact li.contact:before,
.account li.account:before,
.payment li.payment:before,
.ledger li.ledger:before {
    background: url(../images/sprites.png);
    background-position: -21px -210px;
    content: "";
    display: block;
    height: 84px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 10px;
}

.home li.home:after,
.services li.services:after,
.help li.help:after,
.contact li.contact:after,
.account li.account:after,
.payment li.payment:after,
.ledger li.ledger:after {
    background: url(../images/sprites.png);
    background-position: -34px -210px;
    content: "";
    display: block;
    height: 84px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 10px;
}

#content {
    padding-bottom: 50px;
    padding-top: 62px;
}

.title {
    color: #d32e12;
    font-family: 'Droid Sans', sans-serif;
    font-size: 20px;
    line-height: 1.6em;
    padding-bottom: 10px;
}

.subtitle {
    color: #626262;
    font-family: 'Droid Sans', sans-serif;
    font-size: 18px;
    padding-bottom: 12px;
}

.subtitle .text {
    display: inline-block;
    font-size: 18px;
    position: relative;
}

#footer {
    color: #9c9b9b;
    font-size: 12px;
    line-height: 1.6em;
    padding-top: 160px;
}


#logon-box {
    display: none;
    position: relative;
}

#logon-box .background {
    background: #f0f1f6;
    border: 1px solid #67727a;
    padding: 10px 0 30px;
}

#logon-box form.logon-form {
    border-right: 1px solid #969da1;
    padding: 0px 36px 0px 41px;
}

#logon-box .title {
    padding-left: 41px;
    padding-right: 41px;
}

#logon-box input[type="text"],
#logon-box input[type="password"] { padding-left: 36px; }

#logon-box form div { position: relative; }

#logon-box form .icon {
    background: url(../images/icons-16.png);
    display: block;
    height: 16px;
    left: 12px;
    position: absolute;
    top: 10px;
    width: 16px;
}

#logon-box form .icon.username { background-position: -24px -24px; }

#logon-box form .icon.password { background-position: -54px -24px; }

#logon-box a.close-btn {
	margin: 10px 20px 0 0;
    background: url(../images/icons-16.png) no-repeat;
    background-position: -84px -24px;
    display: block;
	float: right; 
    height: 16px;
    text-indent: -99999em;
    width: 16px;
}

#modal-background {
    background: url(../images/modal-bg.png);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.clear { clear: both; }

a.button.nav.prev {
    border-radius: 3px 0px 0px 3px;
    margin-right: -5px;
}

a.button.nav.next {
    border-radius: 0px 3px 3px 0px;
    margin: 0px;
}

/* -----------------------------------------
   Home
----------------------------------------- 

.home .illustration {
    margin: auto;
    padding-top: 30px;
    width: 100%;
}

.home .illustration .laptop {
    background: url(../images/sprites.png);
    background-position: -16px -46px;
    height: 138px;
    margin: auto;
    margin-bottom: 50px;
    position: relative;
    width: 222px;
}

.home .illustration .bubble-1 {
    background: url(../images/sprites.png);
    background-position: -272px -120px;
    height: 49px;
    left: 100px;
    position: absolute;
    top: 50px;
    width: 49px;
}

.home .illustration .bubble-2 {
    background: url(../images/sprites.png);
    background-position: -254px -65px;
    height: 44px;
    left: 60px;
    position: absolute;
    top: 10px;
    width: 44px;
}

.home .illustration .bubble-3 {
    background: url(../images/sprites.png);
    background-position: -310px -32px;
    height: 59px;
    left: 120px;
    position: absolute;
    top: -40px;
    width: 59px;
}*/

/* -----------------------------------------
   Contact
----------------------------------------- 

.contact form { padding-top: 10px; } */

/* -----------------------------------------
   Help
----------------------------------------- 

.help .item { padding-bottom: 10px; } */

/* -----------------------------------------
   Services
----------------------------------------- 

.services ul li .subtitle {
    padding-left: 33px;
    position: relative;
}

.services ul li .subtitle span.icon {
    background: url(../images/icons-24.png);
    display: block;
    height: 24px;
    left: -30px;
    position: absolute;
    top: 2px;
    width: 24px;
}

.services ul li .subtitle span.icon.electricity { background-position: -9px -11px; }

.services ul li .subtitle span.icon.water { background-position: -69px -11px; }

.services ul li .subtitle span.icon.trash { background-position: -39px -11px; }

.services ul li .subtitle span.icon.other { background-position: -99px -11px; } */

/* -----------------------------------------
   Medium Down Version
----------------------------------------- 

.medium-nav {
    background: url(../images/modal-bg.png);
    height: 100%;
    position: absolute;
    top: 87px;
    width: 100%;
}

.medium-nav .navigation {
    background: #f1f2f7;
    border-bottom: 3px solid #697782;
    width: 100%;
}

a.button.menu {
    float: right;
    margin-top: 23px;
    padding: 0px 20px;
    text-indent: -99999em;
    width: 19px;
}

a.button.menu:before {
    background: url(../images/sprites.png);
    background-position: -60px -233px;
    content: "";
    display: block;
    height: 15px;
    left: 50%;
    margin-left: -9px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 19px;
}

ul.mobile-nav {
    border-left: 1px solid #d0d2d7;
    display: block;
}

.mobile-nav li {
    background: #f1f2f7;
    border: 1px solid #d0d2d7;
    border-left: 0px;
    border-top: 0px;
    height: 52px;
}

.home .mobile-nav li.home,
.services .mobile-nav li.services,
.contact .mobile-nav li.contact,
.help .mobile-nav li.help,
.account .mobile-nav li.account,
.model .mobile-nav li.model,
.ledger .mobile-nav li.ledger { background: url(../images/medium-nav-selected.png); }

.home .mobile-nav li.home a,
.services .mobile-nav li.services a,
.contact .mobile-nav li.contact a,
.help .mobile-nav li.help a,
.account .mobile-nav li.account,
.model .mobile-nav li.model,
.ledger .mobile-nav li.ledger { color: #525c64; }

.mobile-nav li a {
    display: block;
    height: 52px;
    line-height: 3.7em;
    text-decoration: none;
    width: 100%;
}

.home .mobile-nav li.home:after,
.services .mobile-nav li.services:after,
.help .mobile-nav li.help:after,
.contact .mobile-nav li.contact:after,
.account .mobile-nav li.account:after,
.model .mobile-nav li.model:after,
.ledger .mobile-nav li.ledger:after {
    content: "";
    display: none;
}

.home .mobile-nav li.home:before,
.services .mobile-nav li.services:before,
.help .mobile-nav li.help:before,
.contact .mobile-nav li.contact:before,
.account .mobile-nav li.account:before,
.model .mobile-nav li.model:before,
.ledger .mobile-nav li.ledger:before {
    content: "";
    display: none;
} */

@media only screen and (max-width: 64.0625em) {
    #logon-box .title, #logon-box p { 
		text-align: center;
		padding: 0 30px; 
	}
	#logon-box .button { 
		display: block;
		width: 200px;
		margin: 0 auto 20px;
	}
	#logon-box form.logon-form {
		border-right: none;
	}
}

/* -----------------------------------------
   Small Screen
----------------------------------------- */

@media only screen and (max-width: 767px) {
    a.button,
    input[type="submit"] { width: 100%; }
}

/* -----------------------------------------
   Notification Bar
----------------------------------------- */

#notification {
    background-color: #F4A83D;
    border-bottom: 1px solid #73501B;
    color: #73501B;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    left: 0px;
    padding: 10px 0px 10px 0px;
    position: fixed;
    text-align: center;
    top: 0px;
    width: 100%;
    z-index: 105;
}

/* -----------------------------------------
   Processing Filter
----------------------------------------- */

#processing-filter { }

#processing-filter #processing-background {
    background-color: #000000;
    bottom: 0px;
    filter: alpha(opacity=50);
    left: 0px;
    margin: 0;
    opacity: 0.5;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 1000;
}

#processing-filter #processing-dialog {
    background-color: #ffffff;
    border: solid 1px #000;
    padding: 10px;
    position: fixed;
    text-align: center;
    width: 250px;
    z-index: 1001;
}

/* -----------------------------------------
   Misc
----------------------------------------- */

.buttons { margin-bottom: 13px; }

.buttons.right a:last-child { margin-right: 0px; }

.container-border {
    border: 1px solid #969da1;
    border-radius: 3px;
    padding: 40px;
}

/* Validation Styles */

.validation-summary-valid { display: none; }

.validation-summary-errors {
    color: #CC0000;
    margin-bottom: 20px;
}

.validation-summary-errors span { font-weight: bold; }

.validation-summary-errors ul { padding-top: 10px; }

.validation-summary-errors li { margin-bottom: 10px; }

.commands { margin-top: 20px; }

.commands li {
    display: inline;
    font-size: 16px;
    margin-right: 5px;
}