* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Rubik', sans-serif;
    font-size: 12px;
    background: url('/images/body_bg.gif') repeat-x;
}

div.clear {
    clear: both;
}

a {
    text-decoration: underline;
    color: #000;
}

img {
    border: 0;
}

span.required {
    color: #CA0000;
}

.icon {
    display: block;
    width: 14px;
    height: 14px;
    background-image: url("/images/glyphicons-halflings.png");
    background-repeat: no-repeat;
    float: right;
}
.icon-arrow-down {
    background-position: -312px -96px;
}
.icon-chevron-down {
    background-position: -313px -119px;
}
.icon-chevron-up {
    background-position: -287px -119px;
}

.show_table_link {
    display: block;
    text-align: right;
    float: right;
    text-decoration: none;
}
.show_table_link span {
    text-decoration: underline;
}

.debug-mark {
    z-index: 1000;
    position: absolute;
    color: red;
    background: #FFF;
    width: 150px;
    border: 1px solid #000;
}

div.container {
    width: 980px;
    margin: 0 auto;
    height: 100%;
}

div.header {
    position: relative;
    width: 978px;
    margin: 0 auto;
    overflow: hidden;
    z-index: 10;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
}

.logo {
    padding: 0px 11px 0 12px;
    background: #FFF;
    margin: 0 auto;
}

.logo img {
    display: block;
}

.welcome_msg {
    height: 45px;
    line-height: 45px;
    padding-left: 40px;
    background-color: #E7E7E7;
}

.line {
    color: #FFF;
    font-size: 14px;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    width: 100%;
    background-color: #543991;
}

.line a {
    color: #FFF;
}

.content-container {
    margin: 0px auto 0px auto;
    padding: 1px 20px 70px 20px;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    position: relative;
    overflow: hidden;
    background: #FFF;
    color: #000;
}

.content {
    background: #F0F0F0;
    margin: 10px 0;
    margin-bottom: 0;
    overflow: hidden;
    padding: 15px;
    padding-bottom: 80px;
    padding-left: 68px;
    position: relative;
}

.left_column {
    float: left;
    width: 400px;
}

.right_column {
    float: right;
    width: 400px;
}

.page_title {
    font-size: 21px;
    font-weight: normal;
}

.page_sub_title {
    font-size: 18px;
    font-weight: normal;
}

.footer {
    padding: 0px 12px 12px 12px;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
}

.footer .doc_list {
    background: #543991 url('/images/doc_list_bg_color.png') left top;
    position: relative;
}

.footer ul.arrow_list {
    list-style: none;
    padding: 25px 0px 0px 25px;
}

.footer ul.arrow_list li{
    padding: 0 0 0 20px;
    height: 18px;
    z-index: 5;
}

.footer ul.arrow_list li a{
    color: #FFF;
}

.footer ul.arrow_list li{
    background: url('/images/icon_arrow.gif') left center no-repeat;
}
.footer ul.light_list li{
    background: url('/images/icon_help.gif') left center no-repeat;
}

.footer .abonent_notice {
    padding: 0 0 0 45px;
    color: #FFF;
    font-size: 12px;
    line-height: 1.4em;
}

.footer .abonent_notice span {
    font-weight: bold;
}

.footer-logos {
    text-align: center;
    width: 370px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
.footer-logos td {
    vertical-align: middle;
}
.payment-logos {
    float: right;
	clear: right;
    margin-top: 60px;
	margin-left: -200px;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}
.payment-logos td {
    padding: 2px;
    vertical-align: middle;
}
.payment-logos-lined {
    width: auto;
    margin-top: 10px;
    overflow: hidden;
}
.payment-logos-lined img {
    display: block;
}
.payment-logos-lined td {
    vertical-align: middle;
}

.copyright {
    padding-top: 20px;
    color: #543991;
}

.main_menu {
    height: 40px;
    margin-top: 10px;
}

.main_menu a {
    display: block;
    float: left;
    line-height: 40px;
    height: 40px;
    color: #FFF;
    padding: 0 10px;
    margin-right: 1px;
    background: #543991;
}

.main_menu a.cancel {
    border: 1px solid #505050;
    margin-top: -1px;
}

.main_menu a.active {
    text-decoration: none;
    background: #E39D31;
}

.welcome_msg_common {
    margin: 15px 0;
}


/* CONTENT */
.content p {
    margin-top: 10px;
}

.error {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #E00000;
    color: red;
}

.warning {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid blue;
    color: blue;
}

.success {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid green;
    color: green !important;
}

.error_msg {
    color: #E00000;
    margin: 10px auto;
    padding: 10px;
    border: 1px solid #E00000;
}

#auth_keys {
    position: absolute;
    right: 10px;
    top: 1px;
}

.auth_form {
    border: 1px solid gray;
    padding: 1px;
    padding-bottom: 10px;
    width: 370px;
    margin: 0px auto;
    margin-top: 40px;
}

.auth_form .error_msg, .auth_form .warning, .auth_form .success {
    margin-left: 12px;
    margin-right: 22px;
}

.auth_form h3 {
    height: 40px;
    line-height: 40px;
    color: #FFF;
    padding-left: 12px;
    background: #6A81A0 url('/images/auth_header_bg.png') left top;
}

.auth_form p, .auth_form .p {
    overflow: hidden;
    margin: 12px;
    clear: both;
    color: #494949;
}
.auth_form table {
    margin-left: 10px;
    margin-top: 10px;
}
.auth_form table td {
    padding-right: 10px;
}

.auth_form input:focus {
    outline: none !important;
    border: solid 2px;
    border-color: #E39D31;
}

.auth_form .auth_links {
    margin-top: 20px;
    margin-bottom: 0;
}

.auth_form .site_link {
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    border-top: 1px solid gray;
    margin: 0 auto;
    width: 340px;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.auth_form .jur_link {
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    border-top: 1px solid gray;
    margin: 0 auto;
    width: 340px;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.auth_form p img, .auth_form p input {
   display: block;
   float: left;
   margin-right: 10px;
}

.auth_form p img.loader_icon {
   display: inline;
   float: none;
   margin-right: 0;
   visibility: hidden;
}

.auth_form .large {
   width: 336px;
}

.auth_form .small {
   width: 100px;
}

.two-line-checkbox-label {
    display: block;
    padding-left: 20px;
}
.two-line-checkbox-label input {
    display: block;
    margin-top: 7px;
    margin-left: -20px;
    float: left;
}

.auth_form select {
    width: 330px;
}

table.info {
    width: 390px;
    float: left;
    clear: left;
    margin-top: 15px;
}

table.info td {
    height: 25px;
    padding: 2px 10px;
    background: #E2E2E2;
}

table td.white {
    padding-left: 10px;
    background: #FFF;
}

table td.red > a {
    font-weight: bold;
    color: red;
}

.left_column table td.white {
    width: 230px;
}

.right_column table td.white {
    width: 220px;
}

.payment_type {
    margin: 10px 0px;
}
.payment_type label, .payment_type input {
    display: block;
}
.payment_type label {
    margin-top: 5px;
}
.payment_type input {
    float: left;
    margin-right: 8px;
}

.status-with-description {
    cursor: pointer;
}

.payment-btn {
	padding: 4px;
	font-size: 18px;
	margin-left: 10px;
}
.payment-amount {
	padding: 4px;
	font-size: 18px;
	vertical-align: middle;
}

table td.header {
    font-weight: bold;
    text-align: center;
    background: #FFF;
}

table tr.header td {
    font-weight: bold;
    text-align: center;
    background: #FFF;
}

table td.button {
    background-color: transparent;
    text-align: right;
}

table.balance td.field_name {
    width: 230px;
    font-weight: bold;
    border: 0;
}

table.balance td.field_value, table.check td.field_value {
    font-size: 14px;
    font-weight: bold;
    background-color: white;
    border: 1px solid #000;
}

table.payment td.field_name, table.check td.field_name {
    width: 250px;
}

table.meter_ind {
    float: left;
    margin-top: 15px;
    /*width: 390px;*/
}

table.meter_ind td {
    padding: 0 10px;
    height: 25px;
    vertical-align: middle;
}

table.meter_ind td.values {
    width: 115px;
}

table.meter_ind td.white {
    background: #FFF;
    text-align: center;
}

table.meter_ind td.gray {
    text-align: center;
    background: #E2E2E2;
}

table.check {
    margin-left: 5px;
    clear: left;
    float: left;
}

table.log {
    width: 100%;
}

table.filter {
    width: 750px;
}

.no_border, .no_border td {
    border: 0 !important;
}

.no_background, td.no_background, table.info td.no_background {
    background: none;
}

.large, .large td {
    font-size: 14px;
}

td.large {
    width: 230px;
}

.paginator {
    overflow: hidden;
    padding: 10px 0;
    clear: both;
}

.paginator a {
    display: block;
    float: left;
    width: 23px;
    height: 20px;
    border: 1px solid #A2A2A2;
    padding-top: 3px;
    margin-right: 3px;
    text-align: center;
    color: #000;
}

.paginator a.selected {
    border: 0;
    padding-top: 4px;
    text-decoration: none;
}

span.higlight_value {
    border: 1px solid #000;
    background-color: #fff;
    padding: 3px 10px;
    font-size: 14px;
    font-weight: bold;
}

.pp-block {
    float: left;
    clear: both;
    margin-top: 15px;
}


/* jur layout */
.content-container-jur {
    padding: 1px 12px 40px 12px;
}
.content-container-jur .content p {
    margin: 15px;
}
.content-container-jur .content {
    background: #F0F0F0;
    margin: 10px 0;
    margin-bottom: 0;
    overflow: auto;
    padding: 15px 10px;
    width: auto;
}

.content-container-jur .content .left-column {
    width: 460px;
    float: left;
    overflow: hidden;
}
.content-container-jur .content .right-column {
    width: 460px;
    float: right;
    overflow: hidden;
}

.content-container-jur .content table {
    width: 100%;
    margin-top: 15px;
    border-spacing: 1px;
}

.content-container-jur .content table td {
    height: 25px;
    padding-left: 10px;
    padding-right: 10px;
    background: #E2E2E2;
}

.content-container-jur .content table td.white {
    padding-left: 10px;
    background: #FFF;
}

.content-container-jur .content table td.header, .content-container table tr.header td {
    font-weight: bold;
    text-align: center;
    background: #FFF;
}

.content-container-jur .content .readings-input td {
    padding-left: 2px;
    padding-right: 2px;
}

.content-container-jur .content .readings-input td input {
   width: 70px;
}

table tr.transparent, table tr.transparent td, .transparent td, .transparent tr {
    background: #F0F0F0 !important;
}

/*
.content-container-jur .content .readings-input td input.datepicker {
   width: 80px;
}
*/

.form-buttons {
    margin-top: 10px;
    float: right;
    overflow: hidden;
    height: 105px;
}
.form-buttons button, .form-buttons input {
    margin: 10px;
    padding: 3px;
}

.readings-input .value-changed {
    border: 2px solid #339933;
}
.readings-input .value-invalid {
    border: 2px solid #B22222;
}

.page-description {
    margin-top: 30px;
    background: #FFF;
    padding: 10px;
    border: 1px solid #000;
}

.ind_public_form .ind_input {
    float: none;
}

.meter_ind_warning {
    width: 360px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.social_files_form .file-block {
    margin: 20px;
    word-wrap: break-word;
}
.social_files_form select {
    width: 330px;
    display: block;
}
.social_files_form p {
    overflow: hidden;
}
.social_files_form input {
    display: block;
}
.social_files_form .file-block .name {
    font-weight: bold;
}

.docs-info {
    padding: 20px;
    margin: 0px auto;
    margin-top: 30px;
    clear: both;
}
.content .docs-info {
    padding: 0px;
    padding-top: 20px;
}
.docs-info h4 {
    font-size: 14px;
    padding: 10px;
    font-weight: normal;
}
.docs-info table {
    margin: 0px auto;
    border-collapse: collapse;
}
.docs-info table td, .docs-info table th  {
    padding: 10px;
    vertical-align: middle;
    border: 1px solid black;
}

.no-select {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    user-select: none;
}

.debt-info td {
    height: 25px;
    padding-left: 10px;
    padding-right: 10px;
    background: #F0F0F0 none repeat scroll 0% 0%;
}

.banner img {
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
}

.content {
    z-index: 11;
}
#modal_dialog {
    width: 420px;
    height: 140px;
    border-radius: 5px;
    border: 2px #333 solid;
    background: #fff;
    position: fixed;
    top: 45%;
    left: 50%;
    margin-top: -150px;
    margin-left: -150px;
    display: none;
    opacity: 0;
    z-index: 15;
    padding: 20px 10px;
}
#modal_dialog #modal_message {
    padding: 10px;
    text-align: center;
}
#modal_dialog #modal_ok, #modal_dialog #modal_cancel {
    width: 150px;
    margin: 15px;
}
#modal_overlay {
    z-index: 13;
    position: fixed;
    background-color: #000;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=80);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}

