/*jquery.for_tab*/
.ui-tabs {
    background: none;
    border: none;
}

.ui-tabs-nav {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;

    background: none;
    border-left-width: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
}

.ui-tabs .ui-tabs-panel {
    padding: 20px;
}

#actual-welcome-messages {
    width: 800px;
    min-width: 100%;
}

#actual-messages {
    width: 800px;
    min-width: 100%;
}

div.info_message {
    border-style: solid;
    border-width: 2px;
    border-color: #EDB953;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px;
}

/*end jquery.for_tab*/

button.ui-button, input[type="button"], input[type="reset"], a.button {
    color: #333333;
    white-space: nowrap;
}

input.ui-button {
    color: #555;
}

img {
    border: none;
}

@media print {
    .no-print {
        visibility: hidden;
    }
}

/* selectBox */
a.selectBox-dropdown {
    color: #333333;
    text-decoration: none
}

.selectBox-dropdown-menu a {
    color: #333333;
    text-decoration: none
}

.selectBox-dropdown-menu a:link {
    color: #333333;
    text-decoration: none
}

.selectBox-dropdown-menu a:visited {
    color: #333333;
    text-decoration: none
}

.selectBox-dropdown-menu a:hover {
    color: #333333;
    text-decoration: none
}

.selectBox-dropdown-menu a:active {
    color: #333333;
    text-decoration: none
}

/* end selectBox */

.lock-dialog {
    position: absolute;
    background-color: #FFFFFF;
    display: none;
    z-index: 2000;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    border: none;
}

.info_div {
    color: #666;
    font-size: 12px;
    text-align: left;
}

.light-gray {
    color: #999;
}

input[type="text"].disabled {
    background-color: #EFEFEF;
}

td.readings-current .readings-transmitted-info {
    display: none;
    color: #999;
}

tr.readings-transmitted td.readings-current .readings-transmitted-info {
    display: inline-block;
}

.counter-table tr th:first-child {
    min-width: 300px;
}

.counter-table .unit {
    padding: 4px;
}

/* table requests */
.request-table {
    color: #000;
}

.request-table th {
    color: #555;
    border-bottom: 1px solid #555;
    padding: 10px;
    font-size: 10pt;
}

.request-table td {
    color: #555;
    border-top: 1px solid #ddd;
    padding: 10px;
    font-size: 10pt;
    cursor: pointer;
}

.request-table .button-cell {
    padding: 3px 4px 3px 6px;
    position: relative;
    text-align: left;
}

.request-table tr:nth-child(odd) td {
    background-color: #FBFBFB;
}

.request-table tr:nth-child(even) td {
    background-color: #FFF;
}

.request-table tr:hover td {
    background-color: #EEE;
}

/* end table requests */

.files-table img {
    padding-right: 15px;
}

img.pay-button-add-loader {
    position: absolute;
    left: 44px;
    top: 80px;
    display: none;
}

.appeal-table .unit {
    padding: 4px;
}

.appeals-table .unit {
    padding: 4px;
}

.appeals-table {
    border-color: grey
}

.appeals-table tr:nth-child(odd) td {
    background-color: #EEE;
}

.appeals-table tr:nth-child(even) td {
    background-color: #FFFFFF;
}

.appeals-table tr:hover td {
    background-color: #F8DBAB;
}

.notifications-table .unit {
    padding: 4px;
}

.notifications-table {
    border-color: grey
}

.notifications-table tr:nth-child(odd) td {
    background-color: #FFFACD;
}

.notifications-table tr:nth-child(even) td {
    background-color: #FFFFFF;
}

.notifications-table tr:hover td {
    background-color: #F8DBAB;
}

td.readings-previos {
    text-align: center;
}

.readings-unit {
    white-space: nowrap;
}

td.readings-previos .readings-unit {
    font-weight: bold;
    color: #444;
}

td.readings-current .readings-unit,
td.readings-consumpt .readings-unit {
    text-align: left;
}

tr.readings-disabled td.readings-current .readings-unit {
    text-align: center;
}

.readings-disable-message {
    max-width: 280px;
}

div.time-line-info,
table.time-line {
    width: 1px;
    min-width: 100%;
}

table.time-line {
    border-spacing: 0px;
    padding-bottom: 14px;
}

table.time-line td.solve {
    background: rgb(255, 216, 115);
}

table.time-line td {
    padding: 5px;
    width: 3%;
    text-align: center;
    line-height: 6px;
}

table.time-line td.current-day {
    border: solid rgb(204, 80, 80) 4px;
}

.triangle {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.triangle:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid rgba(255, 216, 115, 0);
    border-right: 15px solid rgba(255, 216, 115, 0);
    border-top: 10px solid rgb(255, 216, 115);
    top: -5px;
    left: 50%;
    margin-left: -15px;
}

a.period-vvoda {
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -79px;
    white-space: nowrap;
    font-weight: bold;
    color: #666;
    cursor: pointer;
    text-decoration: none;
}

@media (max-width: 1250px) {
    .footer {
        border-top: 1px solid #666666;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .footer .technical-support {
        width: 400px;
        text-align: center;
        order: -1;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .footer .banks {
        margin-bottom: 5px;
        margin-top: 5px;

        display: flex;
        justify-content: center;
    }

    .footer .app-stores {
        margin-bottom: 5px;
        margin-top: 5px;
        align-items: center;

        display: flex;
        justify-content: center;
    }

    .footer .banks img {
        padding-left: 5px;
        padding-right: 5px;
    }

    .footer .app-stores > a > img {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (min-width: 1250px) {
    .footer {
        border-top: 1px solid #666666;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 5px;
    }

    .footer .app-stores {
        min-width: 400px;

        display: flex;
        justify-content: end;

        margin-top: 10px;
    }

    .footer .banks {
        min-width: 400px;

        display: flex;
        justify-content: start;

        margin-top: 10px;
    }

    .footer .technical-support {
        width: 400px;
        text-align: center;

        margin-top: 10px;
    }

    .footer .banks img {
        padding-left: 10px;
    }

    .footer .app-stores > a > img {
        padding-right: 10px;
    }
}

.header-link-at-right {
    position: absolute;
    left: 291px;
    bottom: 6px;
    font-size: 10pt;
}

.links {
    position: absolute;
    right: 23px;
    bottom: 3px;
}

.links > div {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

#time_generated {
    color: #aaaaaa;
    vertical-align: top;
    text-align: right;
    padding: 5px 10px 2px 5px;
}

body {
    min-width: 960px;
}

.main-center {
    text-align: center;
    padding-bottom: 40px;
    min-width: 960px;
}

.main-inline {
    display: inline-block;
    padding-right: 3em;
    padding-left: 3em;
}

a.pay-button {
    width: 84px;
}

#pay_dialog {
    overflow: hidden;
}

/*pay dialog*/
#pay_dialog * {
    font-size: 15px;
    font-family: arial;
}

#pay_dialog .k-oplate,
#pay_dialog .k-oplate * {
    font-size: 20px;
}

#pay_dialog div.k-oplate {
    text-align: center;
}

#pay_dialog div.k-oplate.separation {
    padding-top: 7px;
    margin-top: 7px;
    border-top: solid 2px #dddddd;
}

input[readonly],
textarea[readonly] {
    background-color: #DDDDDD;
}

#pay_dialog #div_calendar {
    display: inline-block;
    vertical-align: top;
    width: 70px;
}

#pay_dialog .content-pay-form {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.close-message {
    float: right;
    position: relative;
    top: -2px;
}

.count-message {
    width: 14px;
    height: 14px;
    background: red;
    position: absolute;
    right: -3px;
    top: -5px;
    font-weight: bold;
    color: white;
    font-size: 9px;
    border-radius: 7px;
}

ul.dop-card {
    width: 100%;
    text-align: right;
    list-style-type: none;
    padding: 0px;
    margin: 4px 0px 4px 0px;
}

ul.dop-card li {
    padding: 0px;
    margin: 0px;
}

ul.dop-card li.select-dop-card,
ul.dop-card li#attach-new-card-button {
    position: relative;
}

ul.dop-card li.select-dop-card:hover,
ul.dop-card li#attach-new-card-button:hover {
    background-color: #eee;
}

ul.dop-card li.select-dop-card.current {
    background-color: #DDD;
}

ul.dop-card li.select-dop-card .active-dop-card {
    position: absolute;
    left: 10px;
    top: 7px;
    text-align: left;
}

ul.dop-card li.select-dop-card .active-dop-card i {
    color: #aaa;
    cursor: pointer;
}

ul.dop-card li.select-dop-card .active-dop-card i:hover {
    color: #666666;
}

ul.dop-card li.select-dop-card input.edit-comment-dop-card {
    position: absolute;
    height: 11px;
    top: 21px;
    right: 6px;
    text-align: right;
}

ul.dop-card li.select-dop-card .dop-card-remove-block {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    height: 100%;
    width: 100%;
    z-index: 2000;
    background: white;
}

ul.dop-card li.select-dop-card .dop-card-remove-block > div {
    margin-top: 8px;
}

.attach-new-card-label {
    display: inline-block;
    width: 50px;
    text-align: left;
}

.popbox a {
    text-decoration: none;
}

a.gray-href {
    color: #666666;
}

/* table services */
.serv-table {
    border-collapse: collapse;
}

.serv-table th,
.serv-table td {
    border: 2px solid #EEEEEE;
}

.serv-table .button-cell {
    padding: 3px 4px 3px 6px;
    position: relative;
    text-align: left;
}

.serv-table tr.info_tr.hover td {
    background-color: #F8DBAB;
}

.serv-table tr.info_tr {
    cursor: pointer;
}

img.pay-button-add-loader {
    position: absolute;
    left: 44px;
    top: 80px;
    display: none;
}

/* end table services */

.header {
    position: relative;
    border-top: 10px solid #666666;
    border-bottom: 1px solid #666666;
}

.bc {
    padding: 4px;
    background: #dcdcdc;
    text-align: right;
    min-height: 27px;
    line-height: 27px;
}

.popbox .arrow {
    vertical-align: middle;
    border-width: 4px;
    border-style: solid;
    border-bottom-color: #fff;
    border-left-color: #fff;
    border-right-color: #fff;
    display: inline-block;
    position: relative;
    top: 2px;
}

table.accordion td.info > table {
    width: 700px;
    background-color: #FFFACD;
    cursor: pointer;
}

table.accordion td.info > table:hover {
    background-color: #fff7b1;
}

table.accordion td.info > table td {
    text-align: left;
    padding: 4px;
}

table.accordion td.service {
    position: relative;
}

table.accordion td.service > img {
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

table.accordion td.service > div {
    background-color: #FFFACD;
    cursor: pointer;
}

table.accordion tr.remove_hover td.info table {
    background-color: #FF7F6A;
}

table.accordion td.info table.remove_hover {
    background-color: #FF7F6A;
}

table.accordion div.check {
    display: none;
    margin: 8px;
    padding: 4px;
    background-color: #FFFFFF;
    text-align: left;

/ / font-family: Courier New;
}

.fa-star, .fa-star-o, .fa-refresh {
    color: #EDB953;
}

#search {
    border-color: #EDB953;
    outline-color: #EDB953;
}

#upload-container input[type=file] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    position: absolute;
    z-index: -10;
}

.file-selector {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 150px;
    font-size: 10pt;
    background-color: #fff;
    border: 1px dashed #ccc;
    color: #ccc;
}

#upload-container img {
    width: 40%;
    margin-bottom: 20px;
    user-select: none;
}

#upload-container label {
    font-weight: bold;
}

#upload-container label:hover {
    cursor: pointer;
    text-decoration: underline;
}

#upload-container div {
    position: relative;
    z-index: 10;
}

#upload-container input[type=file] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    position: absolute;
    z-index: -10;
}

a.paginate_button {
    color: #000;
    text-decoration: none;
    padding-left: 2px;
    padding-right: 2px;
}

.ui-datepicker th {
    color: #555;
    font-size: 10pt;
}

.ui-datepicker table {
    background-color: #fff;
}

.ui-datepicker-week-end {
    color: #D95262 !important;
}

.ui_datepicker {
    font-size: 10pt;
}

#ui-datepicker-div {
    font-size: 10pt;
}

.ui-widget-header {
    border: 1px solid #CCC;
}

.ui-datepicker .ui-datepicker-header {
    background: #DDD;
}

.ui-datepicker .ui-datepicker-title {
    color: #555;
    font-size: 10pt;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .2em;
    font-size: 10pt;
    text-align: center;
    text-decoration: none;
    margin: 2px;
    border-radius: 3px;
    color: #555;
    border: 1px solid #ccc;
}

.input-form {
    width: 900px;
    float: left
}

.form-group {
    width: 40%;
    float: left;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.input-readonly {
    border-width: 1px;
    padding: 10px;
    width: 100%;
    font-size: 10pt;
    text-align: center;
    border-radius: 3px;
    border-color: #ccc;
    border-style: solid;
    box-shadow: none;
    color: #555;
}

.form-control {
    border-width: 1px;
    padding: 0;
    padding-left: 5px;
    height: 35px;
    width: 100%;
    font-size: 10pt;
    border-radius: 3px;
    border-color: #ccc;
    border-style: solid;
    box-shadow: none;
    color: #555;
}

select.form-control {
    margin-top: 1px;
    margin-bottom: 1px;
    border-width: 1px;
    padding: 0;
    padding-left: 5px;
    height: 35px;
    width: 100%;
    font-size: 10pt;
}

.caption-setting {
    padding: 7px;
    width: 100%;
    font-size: 10pt;
    padding-left: 0;
    color: #555;
}

input[readonly], textarea[readonly] {
    background-color: #FFFFFF;
}


.files-table td {
    font-size: 10pt;
    color: #555;
}

a.paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #555 !important;
    border: 1px solid #CCC;
    background: #F6F6F6;
    border-radius: 3px;
    font-size: 10pt;
    margin-left: 5px;
    margin-right: 5px;
}

.submit_button {
    width: 150px;
    color: #555 !important;
    font-size: 10pt;
    margin-top: 40px;
    margin-right: 40px;
    margin-left: 40px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: textarea;
    text-decoration: none !important;
}

.requests-button-cell {
    background-color: unset !important;
    border: none !important;
}

.ui-date-picker td a {
    background: #FFF;
    color: #555;
}

.selectable-day a {
    background-color: #6676ef !important;
    background-image: none !important;
    color: White !important;
    font-weight: bold !important;
}

.paid-day a {
    background-color: #52D97C !important;
    background-image: none !important;
    color: White !important;
    font-weight: bold !important;
}

.holiday a {
    background-color: #D95262 !important;
    background-image: none !important;
    color: White !important;
    font-weight: bold !important;
}