html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	
}

html {
	height:100%;
}
body {
	min-height:100%;
	height:100%;
	font-family: Arial,Helvetica,sans-serif;
	font-size:13px;
        background-color: #B1D4E1;
        background-image: url("../images/fon_in.gif");
        background-repeat: repeat-x;
}
/*-------------------------------------------------------*/
table.layout {
    height: 100%;
    width: 100%;
}

/*-------------------------------------------------------*/
#header a {
	outline: none;
	text-decoration:none;
	display:block;
}
i {
	font-style:italic;
}
#page {
	margin:auto;
	height:auto !important;
	min-height:100%;
	height:100%; 
	width:100%;
/*        float:left;*/
        
}
#content {
        margin:auto;
	min-height:100%;
	height:100%; 
	width:100%;
        height:100%;
/*        padding-bottom: 35px;*/
}
#footer {
	height:45px;
	width:100%;
	font-size:11px;
}
*html #footer {
	margin-top:0px;
}
#header {
    height: 116px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}
#header #logo {
    float: left;
    font-size: 12px;
}
#content .menu-div a {
    display: block;
    outline: none;
    text-decoration:none;
}
#content .menu-div {
/*    border: #999900 solid 1px;*/
    padding-left: 20px;
    width: 220px;
    float: left;
    margin-top: 20px;
/*    margin-top: 20px;*/
/*    border: #990000 solid 1px;*/
}
#content .menuItem {
    background-image: url("../images/menu-background.png");
    background-repeat: repeat-x;
    height: 27px;
    padding-left: 15px;
    padding-top: 10px;
    
}
#content .menuItem span, #content .menuItemSelected span {
    color: black;
    font-size: 17px;
}
#content .menuItemSelected {
    background-image: url("../images/menu-background-selected.png");
    background-repeat: repeat-x;
    height: 27px;
    padding-left: 15px;
    padding-top: 10px;
}
#header .login-holder {
    width: 330px;
    background-color: white;
    border-radius: 12px 12px 12px 12px;
    padding: 20px;
    float: right;
}

#header .login-holder label {
    display: inline;
}
#header .login-holder span {
    font-size: 14px;
    font-weight: bold;
    float: left;
    line-height: 24px;
}
#header .login-holder input {
    background: url("../images/timebox-rounded.png") repeat-x scroll 0 -24px transparent;
    border: 0 none;
    font-family: arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 14px;
    padding: 5px 4px;
    white-space: normal;
    float: left;
}
#header .login-holder .submit-btn {
    float: right;
}
#header .login-holder .submit-btn input {
    height: 38px;
    width: 100px;
    padding: 0;
    background: url("../images/login-button.gif") center top no-repeat;
}
#header .login-holder .z-hlayout-inner {
    display: inline-block;
    position: relative;
    vertical-align: top;
    white-space: normal;
}
#header .login-holder .z-textbox-rounded-right-edge {
    background: url("../images/timebox-rounded.png") no-repeat scroll -19px -120px transparent;
    border: 0 none;
    cursor: default;
    display: inline-block;
    height: 24px;
    overflow: hidden;
    vertical-align: top;
    width: 5px;
    white-space: normal;
    float: left;
}
#header .login-holder table tr td {
    padding-bottom: 3px;
    padding-right: 5px;
}
#header .login-holder .z-textbox-rounded {
    display: inline-block;
    white-space: normal;
}
#header .user-logged .new-line {
    display: block;
    font-size: 12px;
    margin-bottom: 6px;
}
#content .info-z-div {
    width: 390px; 
    height: 596px;
    float: right;
    margin-right: 20px;
	color:#ffffff;
}
h1 {
    font-size: 19px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
}
h2 {
    font-size: 20px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    margin: 20px 0;
    color: #0D44A0;
}
h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
#content ul {
    width: 350px;
    float: right;
    margin-top: 15px;
    
}
#content ul li {
    font-size: 14px;
    list-style: disc;
    line-height: 15px;
    margin-bottom: 8px;
}
#content .demonstration {
    margin-top: 100px;
    margin-left: 100px;
	display: none;
}
.login_error{
    color:red;
/*	padding-bottom:10px;*/
}
span.required {
    display: none;
}
#content .main-box {
    position: absolute;
    left: 50%;
    margin-left: -217px;
    top: 176px;
	display: none;
/*    left: -388px;*/
}
#content .inner-content {
/*    border: #009900 solid 1px;*/
    margin-left: 260px;
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 100px;
    margin-top: 20px;
}
#content .inner-content ul {
    float: none;
    margin-left: 20px;
}
#content .inner-content strong, #content .personal-page strong {
    font-weight: bold;
}
#content .inner-content ol {
    margin-left: 30px;
    
}
#content .inner-content ol li {
    list-style: decimal;
    line-height: 16px;
    margin-bottom: 8px;
}
#content .inner-content .recomend-div, #content .inner-content .faq-div, #content .inner-content .docs-div, #content .inner-content .contacts-div {
    margin-top: 22px;
}
#content .inner-content .header {
    font-weight: bold;
    cursor: pointer;
}
#content .inner-content .docs-div a, #content .lc-inner-content .docs-div a {
    color: #000000;
    text-decoration: none;
    line-height: 24px;
    margin-left: 10px;
    font-size: 14px;
}
#content .inner-content .docs-div a:hover, #content .lc-inner-content .docs-div a:hover {
    text-decoration: underline;
}
#content .inner-content .contacts-div h1 {
    font-size: 26px;
    margin-top: 2px;
}
/*---------------------------------After login-------------------------------------------*/
#header .house {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -217px;
}
#header .user-logged {
    width: 400px;
    background: url("../images/ebbtmbmcp18.gif") no-repeat;
    border-radius: 10px;
    padding: 15px;
    padding-top: 10px;
    height: 85px;
    float: right;
    color: #ffffff;
}
#header .user-logged .user_fio {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 7px;
}
#header .user-logged .user_acc {
    margin-top: 10px;
/*    float: left;*/
    margin-bottom: 5px;
    font-size: 14px;
}
#header .user-logged .uk_acc {
    margin-bottom: 5px;
}

#header .user-logged #balance {
    font-size: 17px;
    
}
#header .user-logged .log_button {
    float: right;
}
#header .user-logged .main-user-info {
    height: 55px;
}
#content .company_menu {
    padding-left: 20px;
    float: left;
}
#content .company_menu a {
    font-size: 15px;
    text-decoration: none;
}
#content .company_menu .innerMenuBut {
    background-image: url("../images/menuitem-background.png");
    color: #393939;
    cursor: pointer;
    height: 26px;
    margin-bottom: 5px;
    overflow: hidden;
    padding-top: 10px;
    width: 217px;
}
#content .company_menu .innerMenuButAct {
    background-image: url("../images/menuitem-selected-background.png");
    color: #FFFFFF;
    font-weight: bold;
}
#content .company_menu .innerMenuBut img {
    margin-left: 17px;
    margin-right: 11px;
    width: 11;
    height: 11;
}
#content .lc-inner-content {
    background-color: #FFFFFF;
    
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 20px;
    margin-left: 260px;
    border: 2px solid #C8E3EE;
    height: 100%;
}
#content .lc-inner-content .h-menu {
    width: 100%;
    background: url("../images/listhead-background.gif") bottom repeat-x;
    border-radius: 5px;
    height: 30px;
    margin-bottom: 15px;
    margin-top: 15px;
}
#content .lc-inner-content h1 {
    line-height: 30px;
    font-size: 22px;
    font-weight: 500;
    margin-left: 15px;
    position: relative;
    color: #0D44A0;
}
#content .lc-inner-content table, #content .mess-list table {
    width: 100%;
    border: #000000 solid 1px;
    margin-bottom: 15px;
}
#content .lc-inner-content thead td, #content .mess-list thead th {
    background: url("../images/listhead-background.gif") repeat-x scroll 0 0 transparent;
    height: 36px;
    padding: 5px;
/*    line-height: 36px;*/
    font-size: 14px;
    border: #cfcfcf solid 1px;
    border-left: #ffffff solid 1px;
}
#content .lc-inner-content tbody td, #content .mess-list tbody td {
    padding: 6px;
}
#content .lc-inner-content tbody td strong {
    font-weight: bold;
}
#content .lc-inner-content tbody tr.odd td, #content .lc-inner-content .mess-list tbody tr.even td {
    background: #e9e9e9;
}
#content .lc-inner-content .mess-list tbody tr.odd td {
    background: #ffffff;
}
.toolbar {
    background-color: #DDE4EB;
    border-radius: 3px 3px 3px 3px;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 5px;
    height: 28px;
}
.toolbar a {
    background-color: transparent;
    color: #0E509E;
/*    font-weight: bold;*/
    margin: 0;
    padding: 3px 8px;
    line-height: 26px;
}
.toolbar img {
    margin-bottom: -3px;
    margin-right: 5px;
}
a.print_bill {
    display: block;
    margin-top: 15px;
    clear: both;
    padding-bottom: 15px;
    width: 174px;
    height: 64px;
}
#content .payers-find {
    background-color: #D5E8EF;
}
#content .payers-find table {
    border: none;
    font-size: 14px;
}
#content .payers-find .find input {
    height: 45px;
    width: 117px;
    padding: 0;
    background: url("../images/searchButton.gif") center top no-repeat;
    border: 0 none;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}
#content .payers-find table tr.no-bottom-padding td {
    padding-bottom: 0px;
    padding-top: 20px;
}
#content .plugin_info, #content .acc-feedback {
    font-size: 14px;
}
#content .acc-feedback label {
    display: block;
    margin-top: 15px;
}
#content .acc-feedback textarea {
    width: 50%;
    height: 250px;
}
#content .acc-feedback .send-message input {
    width: 155px;
    height: 64px;
    background: url("../images/sendMailButton.gif") center top no-repeat;
    padding: 0;
    border: none;
    margin-top: 15px;
}
#content .mess-list {
    width: 100%;
    margin-top: 15px;
    padding-bottom: 15px;
}
#content .lc-inner-content .mess-list h1 {
    margin-left: 0;
}
#content .uk-mess span, #content .topic_message, #content .date {
    font-size: 14px;
}
#content .mess-list strong, #content .topic_message strong, #content .date strong, #content .to strong {
    font-weight: bold;
    font-size: 14px;
}
#content .answer .date {
    float: right;
}
#content .answer .to {
    float: left;
    font-size: 14px;
    height: 14px;
}
#content .mess-list .pager {
    text-align: right;
}
#content .mess-list .pager ul.yiiPager {
    border: 0 none;
    display: inline;
    font-size: 11px;
    line-height: 100%;
    margin: 0;
    padding: 0;
   margin-left: 10px;
   width: auto;
}
#content .mess-list .pager ul.yiiPager .hidden a {
    border: 1px solid #DEDEDE;
    color: #888888;
}
#content .mess-list .pager ul.yiiPager a:link, ul.yiiPager a:visited {
    border: 1px solid #9AAFE5;
    color: #0E509E;
    font-weight: bold;
    padding: 1px 6px;
    text-decoration: none;
}
#content .mess-list .pager ul.yiiPager .selected a {
    background: none repeat scroll 0 0 #2E6AB1;
    color: #FFFFFF;
    font-weight: bold;
}


#content .mess-list .pager ul li {
/*    float: left;*/
    list-style: none;
    font-size: 12px;
    display: inline;
}
#content .mess-list .pager ul.yiiPager .first, #content .mess-list .pager ul.yiiPager .last {
    display: none;
}
#content .topic_message {
    line-height: 18px;
}
#content .splitter {
    border-top: #e9e9e9 dotted 2px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 5px;
}
#content .details, #content .personal-page {
    display: inline-block;
    font-size: 14px;
    width: 100%;
}
#content .details .det-left {
    float: left;
    width: 40%;
}
#content .details .det-right {
    float: left;
    margin-left: 40px;
}
#content .details span, #content .personal-page span {
    /*float: left;*/
    line-height: 20px;
    font-weight: bold;
    color: #0D44A0;
}
#content .details p, #content .personal-page p {
    display: inline;
    /*float: left;*/
    line-height: 30px;
    
    margin-left: 4px;
    margin-right: 4px;
   /* color: #1E88B8;*/
}
#content a.edit-details {
    display: inline-block;
/*    float: left;*/
margin-top: 15px;
margin-bottom: 15px;
}
#content .details input {
    margin-left: 4px;
    margin-right: 4px;
    display: inline-block;
    width: 300px;
}
#content .details input.number-input {
    width: 20px;
}
#content .details table {
    border: none;
}
#content .details table tr td {
    height: 20px;
}
#content .details table tr td h2 {
    padding: 0;
    margin: 0;
}
#content .send-details input {
    width: 211px;
    height: 47px;
    background: url("../images/save.gif") center top no-repeat;
    padding: 0;
    border: none;
    margin-top: 15px;
    display: none;
    cursor: pointer;
}
#content .file-upload {
    font-size: 14px;
}
#content .file-upload input, #content .file-upload label {
    float: left;
    line-height: 24px;
    margin-right: 7px;
}
#content .file-upload .send-doc input {
    width: 100px;
    height: 24px;
/*    background: url("../images/add_24.png") center top no-repeat;*/
    background: url("../images/green-button.gif") center top no-repeat;
    padding: 0;
    border: none;
    cursor: pointer;
    padding-bottom: 4px;
}
#content table.docs-uploaded {
    margin-top: 60px;
    
}
#content .lc {
    display: inline-block;
    width: 100%;
}
#content .personal-page {
    display: block;
    float: left;
/*    border: #009900 solid 1px;*/
    width: auto;
    margin-left: 20px;
    margin-bottom: 40px;
}
#content .preferences {
    display: inline-block;
    float: left;
/*    border: #000099 solid 1px;*/
    font-size: 14px;
    line-height: 20px;
    width: 30%;
}
#content .preferences .row/*, #content .personal-page .row*/ {
    margin-bottom: 0px;
}
#content .preferences .row label {
    font-weight: bold;
    color: #0D44A0;
    line-height: 30px;
}
#content .pref .row p {
    display: inline-block;
    
}
#content .payersSearch tr td {
    padding: 0;
}
#content .payersSearch tr td a {
    text-decoration: none;
    display: block;
    padding: 9px;
    color: inherit;
}
/*--------Beautiful meters----------------*/
#content .meter {
/*    height: 145px;*/
    width: 448px;
    margin-right: 20px;
    float: left;
    display: block;
    padding: 10px;
}
#content .energy {
    background: #eff7fa;
}
#content .cold {
    background: #EFF7FA;
}
#content .hot {
    background: #ECECEC;
}
#content .meter span {
    line-height: 26px;
    padding-left: 45px;
    font-size: 20px;
    float: left;
    width: 150px;
}
#content .meter span.cold_water {
    background: url("../images/coldWaterHeader.png") left top no-repeat;
    color: #2B77B4;
}
#content .meter span.hot_water {
    background: url("../images/hotWaterHeader.png") left top no-repeat;
    color: red;
}
#content .energy span.energyt {
    background: url("../images/electricity.png") left top no-repeat;
    color: orange;
    min-height: 42px;
}
#content .energy span.gazt {
    background: url("../images/gazt.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    color: #0074bc;
    min-height: 42px;
}
#content .meter .text_info {
    float: left;
}
#content .meter .text_info p, #content .meter .text_info a {
    padding-bottom: 5px;
    font-size: 12px;
}
#content .meter .meter-input {
    width: 170px;
    height: 106px;
    float: left;
    margin-top: 10px;
}
#content .meter .meter-input-cold {
    background: url("../images/coldWaterMeter.png") left top no-repeat;
}
#content .meter .meter-input-hot {
    background: url("../images/hotWaterMeter.png") left top no-repeat;
}
#content .meter .meter-input-energy {
    background: url("../images/electricityMeter.png") left top no-repeat;
    min-height: 40px;
}
#content .meter .meter-input p {
    margin-top: 15px;
}
#content .meter .meter-input h3 {
    margin-top: 12px;
    font-size: 20px;
    color: #ffffff;
    text-align: right;
    margin-right: 24px;
    margin-bottom: 0;
}
#content .meter .meter-input input {
    background-color: transparent;
    border: 0 none;
    color: white;
    font-size: 20px;
    text-align: right;
    width: 130px;
    margin-top: 8px;
    font-weight: bold;
    font-family: Arial;
    margin-left: 15px;
}
#content .send-meter-data {
    width: 125px;
    height: 50px;
    background: url("../images/send-data.gif") left top no-repeat;
    border: 0 none;
    margin-top: 5px;
}
#content .meter span.meter-set-status {
    padding: 0;
    font-size: 14px;
    margin-top: 10px;
    width: auto;
}
/*------------------------------------------------------------------*/
#content .plugin_info {
    padding: 15px;
    background-color: #fbff8c;
    margin-bottom: 15px;
padding-left: 55px;
    background: url("../images/attention.png") #fbff8c 5px 5px no-repeat;
}
#content .plugin_red {
    padding: 15px;
    background-color: #fbff8c;
    margin-bottom: 15px;
padding-left: 45px;
background: url("../images/stop_32.png") #fe5858 5px 5px no-repeat;
}

.request_error {
    margin-top: 15px;
    font-size: 14px;
    padding: 15px;
    padding-left: 55px;
    background-color: #fbff8c;
    background: url("../images/stop_32.png") #fbff8c 15px 6px no-repeat;
}
#content .pass-bullets {
    font-weight: bold;
}
#content .errorMessage {
    color: red;
}
/*-------------------------Pop up window------------------------------------------*/
#content .pop-up-demonstration {
    position: absolute;
    display: none;
    padding: 10px;
    width: 356px;
    height: 130px;
    top: 50%;
    margin-top: -65px;
    left: 50%;
    margin-left: -178px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    border-radius: 5px 5px 5px 5px;
    z-index: 1800;
}
#content .pop-up-demonstration .pop-inner {
    background-color: #F7F7DD;
    width: 100%;
    height: 100%;
}
#content .pop-up-demonstration .pop-inner a.close-window {
    float: right;
    margin-top: 5px;
    margin-right: 5px;
}
#content .pop-up-demonstration .pop-inner .submit-btn input {
    background: url("../images/login-button.gif") no-repeat scroll center top transparent;
    height: 38px;
    padding: 0;
    width: 100px;
    border: 0 none;
    cursor: pointer;
}
#content .pop-up-demonstration .pop-inner table {
    margin-top: 5px;
    margin-left: 10px;
    float: left;
}
#content .pop-up-demonstration .pop-inner table tr td {
    padding-bottom: 10px;
}
.mask {
    
    background: none repeat scroll 0 0 #E0E1E3;
    z-index: 1000;
    height: 0;
    left: 0;
    opacity: 0.6;
    width: 0;
    display: none;
    position: absolute;
}
#content a.demonstration {
    margin: 0;
}
.pop-up-demonstration table tr td h3 {
    line-height: 38px;
    margin: 0;
}
#content .row .row-pass-table tr td {
    padding: 0;
}
#content .row table.row-pass-table {
    border: 0 none;
    margin: 0;
}
#content .plugin_load {
    font-size: 14px;
}
#content .plugin_load img {
    margin-bottom: -3px;
}
#content .plugin_error {
    font-size: 14px;
}
#content .inactive-sbmt {
    float: left;
}
/*-----------------------Help-------------------------*/
#content .help {
    float: right;
    width: 48px;
    cursor: help;
    padding-left: 15px;
}
#content table.plugin-title {
    border: 0 none;
    margin: 0;
}
#content table.plugin-title td {
    padding: 0;
}
#content .help-content {
    width: 400px;
    border: #CFCFCF solid 1px;
    font-size: 14px;
    line-height: 14px;
    background: url('../images/popup-bg.png') bottom repeat-x;
    position: absolute;
    display: none;
    padding:10px;
    z-index: 1800;
}
#content .snd-msg-abon {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
#content .snd-msg-abon a, #content .snd-msg-abon img {
    float: left;
}
#content .snd-msg-abon a {
    font-weight: bold;
    color: #0D44A0;
    line-height: 18px;
    margin-left: 5px;
}
sup {
    font-size: 7px;
}
.plugin table tr td {
    font-size: 14px;
}
table.tablePays tr td {
    font-size: 14px;
}
table.tableMeters tr td {
    font-size: 14px;
}
.pref #set-pass-form .row span{
    /*color: #1E88B8;*/
}
.remove-add-info {
    background: url('../images/cancel_16.png') bottom no-repeat;
}
table.house-list tr td {
    line-height: 25px;
}
table.house-list tr td a {
    margin-left: 7px;
    font-size: 15px;
    margin-bottom: 5px;
}
#content .lc-inner-content table.house-list tr td strong {
    font-weight: normal;
}
.card-controls {
    display: inline-block;
}
#content .card-controls .snd-msg-abon a {
    line-height: 32px;
    font-size: 14px;
}
#content .card-controls a#edit_pass, #content .card-controls a#unedit_pass {
    line-height: 32px;
    color: #0D44A0;
    text-decoration: underline;
    font-weight: bold;
    margin-left: 5px;
    font-size: 14px;
}
#content .card-controls .row {
    margin-bottom: 4px;
}
.del_lst_msg {
    background: url('../images/cancel_16.png') left bottom no-repeat;
    margin-left: 10px;
    padding-left: 20px;
}
.sbmt_pay_a {
    float: left;
    margin-left: 15px;
    text-decoration: none;
}
.sbmt_pay, .sbmt_sbmt_pay {
    background: url("../images/pay_bg.png") repeat-x scroll center top rgba(0, 0, 0, 0);
    border-radius: 11px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 22px;
    font-weight: bold;
    height: 64px;
    line-height: 64px;
    margin: 15px 0;
    text-align: center;
    text-shadow: 0 1px #2c2c2c;
    width: 170px;
}
.sbmt_sbmt_pay {
    background: url("../images/for_payo.png") repeat-x scroll center top rgba(0, 0, 0, 0);
}
#unsbmt_sbmt_pay {
    background: url("../images/unactive_for_pay.png") repeat-x scroll center top rgba(0, 0, 0, 0);
}
