@font-face {
    font-family: 'PF DinDisplay';
    src: url(../fonts/PFDinDisplayPro-Regular.woff) format("woff"), url(../fonts/PFDinDisplayPro-Regular.ttf) format("truetype");
    font-style: normal;
}

html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'PF DinDisplay', Times, serif;
    font-weight: 400;
    font-size: 90%;
}

input, select, button, textarea, pre, xmp, plaintext, listing, tt, code, kbd, samp, .wrap_commands {
    font-size: 14px !important;
}

.wrap_commands {
    word-wrap: normal;
    word-break: normal;
}

iframe {
    display: none
}

form {
    margin: 0;
}

.formErr {
    /*display:none;*/
    /*opacity:0;*/
    left: -100;
    top: -100;
    position: absolute;
    border: 2px inset red;
    border-top: none;
    /*font-weight:bold;*/
    font-size: 80%;
    background-color: #ffffff;
}

.formErr .message {
    padding: 5px;
}

.formErr .arrow {
    text-align: center;
}

img {
    border-width: 0px;
}

img[src^="images/priorities"] {
    height: 16px;
    width: 16px;
}

a {
    color: #0000AA;
}

a:link {
}

a:hover {
    text-decoration: none;
}

a:active {
}

a:visited {
    color: #0000aa;
}

a.redlink {
    color: #b21111;
}

a.redlink:visited {
    color: #b21111;
}

a.lightredlink {
    color: red;
}

a.lightredlink:visited {
    color: red;
}

a.blacklink {
    color: #000000;
}

a.blacklink:visited {
    color: #000000;
}

a.greytext {
    color: #999999;
}

a.greytext:visited {
    color: #999999;
}

a.noline:link a.black-link:link {
    text-decoration: none;
}

a.noline:hover a.black-link:link {
    text-decoration: underline;
    color: #ee0000;
}

a.noline:active a.black-link:link {
    text-decoration: none;
}

a.noline:visited a.black-link:link {
    text-decoration: none;
}

a.black-link {
    color: #000000;
    font-weight: bold;
}

.search-name {
    padding-left: 8px;
}

.search-field {
    padding-left: 5px;
}

.tr-group {
    background-color: #000000;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 110%;
}

.tr-group2 {
    background-color: #444444;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 95%;
}

.tr-group3 {
    background-color: #666666;
    color: #FFFFFF;
    font-size: 90%;
}

.tr-res1 {
    background-color: #dddedf;
}

.tr-res2 {
    background-color: #ffffff;
}

.tr-titles {
    background-color: #c9cbdc;
}

.tr-header {
    background-color: #c9cbdc;
    font-weight: bold;
}

.greytext {
    color: #999999;
}

.info {
    cursor: pointer;
    text-decoration: underline;
    text-align: center;
}

.main-menu, .main-msg, .block-view {
    background-repeat: repeat-y;
    background-position: left top;
    border: 1px solid #666666;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
    text-align: left;
    font-size: 90%;
}

.main-msg {
    background-color: #e9e9ec;
    background-image: url('../images/msg-gradient.gif');
}

.block-view {
    background-color: #dfe1e0;
    background-image: url('../images/bk-gradient.gif');
}

.main-menu {
    background-color: #e5e8fc;
    width: 100%;
    background-size: cover;
}

.log_filter_big, .log_filter_small {
    white-space: nowrap;
}

.log_filter_small {
    display: none;
}

/* media query */
@media (max-width: 1300px) {
    .log_filter_big {
        display: none;
    }

    .log_filter_small {
        display: table-row;
    }
}

.console {
    background-color: #000000;
    color: #FFFFFF;
    border: 1px solid #666666;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
    text-align: left;
    font-size: 90%;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.td-red {
    background-color: #ef0006;
}

.list {
    border: 1px solid #000000;
}

.tr-oran {
    background-color: #ffcc00;
}

.tr-goran {
    background-color: #e99e00;
}

.tr-brightgreen {
    background-color: #a6ea00;
}

.tr-doran {
    background-color: #ff8811;
}

.tr-blue {
    background-color: #14b9ff;
}

.tr-grey {
    background-color: #999999;
}

.tr-lgrey {
    background-color: #CCCCCC;
}

.tr-lgreen {
    background-color: #C4D8BE;
}

.tr-green {
    background-color: #22ac22;
}

.tr-red {
    background-color: #ff2222;
}

.tr-purple {
    background-color: #d425c2;
}

.tr-brown {
    background-color: #c09385;
}

.tr-greyred {
    background-color: #d49696;
}

.tr-violet {
    background-color: #cf7cd0;
}

.tr-black {
    background-color: #000000;
    color: #FFFFFF;
}

.tr-yellow {
    background-color: #fff409;
}

.device-status-not-reachable {
    background-color: #FA8072;
}

.device-status-no-220 {
    background-color: #E6AAB3;
}

td {
    padding: 0px 5px 0px 5px;
    font-size: 100%;
}

.red {
    color: #EE0000;
}

.green {
    color: #228B22;
}

.blue {
    color: #0000aa;
}

.green-important {
    color: #228B22 !important;
}

.blue-important {
    color: #0000aa !important;
}

.min-width {
    width: 1px;
}

table #calendar-popup td {
    padding: 0px 3px 0px 0px;
}

.nospace {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.td-b-r, .td-b-l, .td-b-b, .td-b-t, .td-b-lr, .td-b-tb {
    padding: 0px 4px 0px 4px;
}

.td-b-r, .td-b-lr {
    border-right: 1px solid #000000;
}

.td-b-l, .td-b-lr {
    border-left: 1px solid #000000;
}

.td-b-t, .td-b-tb {
    border-top: 1px solid #000000;
}

.td-b-b, .td-b-tb {
    border-bottom: 1px solid #000000;
}

.date_div {
    cursor: pointer;
    background-color: #e0e0e0;
    padding: 1px 5px 1px 5px;
    margin: 1px 1px 1px 1px;
    width: 150px;
}

.form_head {
    font-size: 18px !important;
    margin: 0px 0px 5px 0px;
    font-weight: normal;
    text-align: center;
}

.EmplWindowTop {
    height: 25px;
    background-image: url(../images/window_top_end.png);
    background-position: right top;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.EmplWindowTopContent {
    padding-top: 10px;
    margin-right: 13px;
    background-image: url(../images/window_top_start.png);
    background-position: left top;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 25px;
    font-weight: bold;
    font-size: 14px;
    color: #6caf00;
    text-align: center;
}

.EmplWindowClose {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.EmplWindowBottom {
    position: relative;
    height: 270px;
    background-image: url(../images/window_bottom_end.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.EmplWindowBottomContent {
    position: relative;
    height: 270px;
    background-image: url(../images/window_bottom_start.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    margin-right: 13px;
}

.EmplWindowContent {
    position: absolute;
    top: 25px;
    left: 10px;
    width: auto;
    height: auto;
    overflow: hidden;
    border: 1px solid #6caf00;
    background-color: #fff;
    margin: 10px;
}

.transferer2 {
    border: 1px solid #6BAF04;
    background-color: #B4F155;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
}

.request, .empty-request {
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    vertical-align: middle;
}

.request {
    font-size: 95%;
}

@media screen {
    .print {
        display: none;
    }

    .linkerwork {
        background: url('../images/bg-pattern.gif') repeat;
    }

    .empty-request {
        background-color: #EEEEEE;
        cursor: pointer;
    }

    .team {
        background-color: #AAAAAA;
    }

    .main-team {
        background-color: #FF4444;
    }

    .add-team {
        background-color: #AA6666;
    }
}

.linkerwork > tbody > tr > td {
    min-width: 100px;
}

.tr-print {
    display: none;
}

.Tree .Container {
    padding: 0;
    margin: 0;
}

.Tree .Container li {
    list-style-type: none;
}

/* indent for all tree children excepts root */
.Tree .Node {
    background-image: url('../images/tree/i.gif');
    background-position: top left;
    background-repeat: repeat-y;
    margin-left: 0;
    zoom: 1;
}

.Tree .Node .Node {
    margin-left: 18px;
}

/* left vertical line (grid) for all nodes */
.Tree .IsLast {
    background-image: url('../images/tree/i_half.gif');
    background-repeat: no-repeat;
}

.Tree .ExpandOpen .Expand {
    background-image: url('../images/tree/expand_minus.gif');
}

/* closed is higher priority than open */
.Tree .ExpandClosed .Expand {
    background-image: url('../images/tree/expand_plus.gif');
}

/* highest priority */
.Tree .ExpandLeaf .Expand {
    background-image: url('../images/tree/expand_leaf.gif');
}

.Tree .Content {
    min-height: 18px;
    margin-left: 18px;
}

* html .Tree .Content {
    height: 18px;
}

.Tree .Expand {
    width: 18px;
    height: 18px;
    float: left;
}

.Tree .ExpandOpen .Container {
    display: block;
}

.Tree .ExpandClosed .Container {
    display: none;
}

.Tree .ExpandOpen .Expand, .ExpandClosed .Expand {
    cursor: pointer;
}

.Tree .ExpandLeaf .Expand {
    cursor: auto;
}

#info_call_last * {
    font-size: 80%;
}

#info_call_last img {
    width: 10px;
}

a.closeCall {
    text-decoration: none;
}

.closeCall > img {
    height: 15px;
}

.calls_report_error {
    color: red;
    font-weight: 600;
    font-size: 20px;
    padding: 20px;
}

.tag_pre {
    border: thin dotted #CCCCCC;
    background-color: #F7F9FA;
    font-style: normal;
    font-size: 80%;
    white-space: pre-wrap;
    font-family: consolas;

    padding: 6px;
    margin: 0px;
}

.tag_quote {
    font-size: 100%;
    border: thin dotted #CCCCCC;
    background-color: #F7F9FA;
    margin: 0px;
}

.tag_quote, .quote {
    color: darkred;
}

.history_todo_quote_btn, .todo_edit_btn {
    position: absolute;
    color: blue;
    font-size: 14px;
    display: none;
    height: 20px;
    margin: 0;
    line-height: 1;
}

.todo_edit_btn {
    margin-left: 120px;
}

.todo_edit_save_button, .todo_edit_cancel_button {
    font-weight: bold;
    margin-top: 5px;
}

.todo_edit_save_button {
    color: #00A000;
}

.todo_edit_cancel_button {
    color: #9A0000;
    margin-left: 10px;
}

#info_panel {
    min-width: 600px;
}

#devel_prod_switch_button {
    position: absolute;
    right: 0;
}

.likelink {
    color: #0000aa;
    text-decoration: underline;
    cursor: pointer
}

.menu-grey-gradient {
    background: rgb(223, 225, 224); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmZTFlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2Q3ZGJkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iI2Q1ZDlkNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQzJSIgc3RvcC1jb2xvcj0iI2Q0ZDhkNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg4JSIgc3RvcC1jb2xvcj0iI2JmYzZiZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZGM0YmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(223, 225, 224, 1) 0%, rgba(215, 219, 216, 1) 35%, rgba(213, 217, 213, 1) 37%, rgba(212, 216, 213, 1) 43%, rgba(191, 198, 191, 1) 88%, rgba(189, 196, 189, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(223, 225, 224, 1)), color-stop(35%, rgba(215, 219, 216, 1)), color-stop(37%, rgba(213, 217, 213, 1)), color-stop(43%, rgba(212, 216, 213, 1)), color-stop(88%, rgba(191, 198, 191, 1)), color-stop(100%, rgba(189, 196, 189, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(223, 225, 224, 1) 0%, rgba(215, 219, 216, 1) 35%, rgba(213, 217, 213, 1) 37%, rgba(212, 216, 213, 1) 43%, rgba(191, 198, 191, 1) 88%, rgba(189, 196, 189, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(223, 225, 224, 1) 0%, rgba(215, 219, 216, 1) 35%, rgba(213, 217, 213, 1) 37%, rgba(212, 216, 213, 1) 43%, rgba(191, 198, 191, 1) 88%, rgba(189, 196, 189, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(223, 225, 224, 1) 0%, rgba(215, 219, 216, 1) 35%, rgba(213, 217, 213, 1) 37%, rgba(212, 216, 213, 1) 43%, rgba(191, 198, 191, 1) 88%, rgba(189, 196, 189, 1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(223, 225, 224, 1) 0%, rgba(215, 219, 216, 1) 35%, rgba(213, 217, 213, 1) 37%, rgba(212, 216, 213, 1) 43%, rgba(191, 198, 191, 1) 88%, rgba(189, 196, 189, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfe1e0', endColorstr='#bdc4bd', GradientType=1); /* IE6-8 */

}

.menu-red-gradient {
    background: rgb(124, 0, 0); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdjMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIlIiBzdG9wLWNvbG9yPSIjN2MwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMiUiIHN0b3AtY29sb3I9IiM3ZDAzMDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3JSIgc3RvcC1jb2xvcj0iIzdmMDkwOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE3JSIgc3RvcC1jb2xvcj0iIzg2MWUxZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIzJSIgc3RvcC1jb2xvcj0iIzhjMzEyZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzhkMzQzMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI3JSIgc3RvcC1jb2xvcj0iIzhmM2EzOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI5JSIgc3RvcC1jb2xvcj0iIzkxM2YzZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMxJSIgc3RvcC1jb2xvcj0iIzkzNDY0NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iIzk3NTE0ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2E3ODE3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2E4ODQ3ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iI2FjOTE4YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYyJSIgc3RvcC1jb2xvcj0iI2IzYTZhMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYzJSIgc3RvcC1jb2xvcj0iI2IzYTZhMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iI2I5YjhiMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc4JSIgc3RvcC1jb2xvcj0iI2JkYzRiZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZGM0YmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(124, 0, 0, 1) 0%, rgba(124, 0, 0, 1) 2%, rgba(125, 3, 3, 1) 2%, rgba(127, 9, 8, 1) 7%, rgba(134, 30, 29, 1) 17%, rgba(140, 49, 47, 1) 23%, rgba(141, 52, 50, 1) 25%, rgba(143, 58, 56, 1) 27%, rgba(145, 63, 61, 1) 29%, rgba(147, 70, 68, 1) 31%, rgba(151, 81, 78, 1) 35%, rgba(167, 129, 125, 1) 49%, rgba(168, 132, 127, 1) 51%, rgba(172, 145, 140, 1) 55%, rgba(179, 166, 160, 1) 62%, rgba(179, 166, 160, 1) 63%, rgba(185, 184, 177, 1) 70%, rgba(189, 196, 189, 1) 78%, rgba(189, 196, 189, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(124, 0, 0, 1)), color-stop(2%, rgba(124, 0, 0, 1)), color-stop(2%, rgba(125, 3, 3, 1)), color-stop(7%, rgba(127, 9, 8, 1)), color-stop(17%, rgba(134, 30, 29, 1)), color-stop(23%, rgba(140, 49, 47, 1)), color-stop(25%, rgba(141, 52, 50, 1)), color-stop(27%, rgba(143, 58, 56, 1)), color-stop(29%, rgba(145, 63, 61, 1)), color-stop(31%, rgba(147, 70, 68, 1)), color-stop(35%, rgba(151, 81, 78, 1)), color-stop(49%, rgba(167, 129, 125, 1)), color-stop(51%, rgba(168, 132, 127, 1)), color-stop(55%, rgba(172, 145, 140, 1)), color-stop(62%, rgba(179, 166, 160, 1)), color-stop(63%, rgba(179, 166, 160, 1)), color-stop(70%, rgba(185, 184, 177, 1)), color-stop(78%, rgba(189, 196, 189, 1)), color-stop(100%, rgba(189, 196, 189, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(124, 0, 0, 1) 0%, rgba(124, 0, 0, 1) 2%, rgba(125, 3, 3, 1) 2%, rgba(127, 9, 8, 1) 7%, rgba(134, 30, 29, 1) 17%, rgba(140, 49, 47, 1) 23%, rgba(141, 52, 50, 1) 25%, rgba(143, 58, 56, 1) 27%, rgba(145, 63, 61, 1) 29%, rgba(147, 70, 68, 1) 31%, rgba(151, 81, 78, 1) 35%, rgba(167, 129, 125, 1) 49%, rgba(168, 132, 127, 1) 51%, rgba(172, 145, 140, 1) 55%, rgba(179, 166, 160, 1) 62%, rgba(179, 166, 160, 1) 63%, rgba(185, 184, 177, 1) 70%, rgba(189, 196, 189, 1) 78%, rgba(189, 196, 189, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(124, 0, 0, 1) 0%, rgba(124, 0, 0, 1) 2%, rgba(125, 3, 3, 1) 2%, rgba(127, 9, 8, 1) 7%, rgba(134, 30, 29, 1) 17%, rgba(140, 49, 47, 1) 23%, rgba(141, 52, 50, 1) 25%, rgba(143, 58, 56, 1) 27%, rgba(145, 63, 61, 1) 29%, rgba(147, 70, 68, 1) 31%, rgba(151, 81, 78, 1) 35%, rgba(167, 129, 125, 1) 49%, rgba(168, 132, 127, 1) 51%, rgba(172, 145, 140, 1) 55%, rgba(179, 166, 160, 1) 62%, rgba(179, 166, 160, 1) 63%, rgba(185, 184, 177, 1) 70%, rgba(189, 196, 189, 1) 78%, rgba(189, 196, 189, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(124, 0, 0, 1) 0%, rgba(124, 0, 0, 1) 2%, rgba(125, 3, 3, 1) 2%, rgba(127, 9, 8, 1) 7%, rgba(134, 30, 29, 1) 17%, rgba(140, 49, 47, 1) 23%, rgba(141, 52, 50, 1) 25%, rgba(143, 58, 56, 1) 27%, rgba(145, 63, 61, 1) 29%, rgba(147, 70, 68, 1) 31%, rgba(151, 81, 78, 1) 35%, rgba(167, 129, 125, 1) 49%, rgba(168, 132, 127, 1) 51%, rgba(172, 145, 140, 1) 55%, rgba(179, 166, 160, 1) 62%, rgba(179, 166, 160, 1) 63%, rgba(185, 184, 177, 1) 70%, rgba(189, 196, 189, 1) 78%, rgba(189, 196, 189, 1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(124, 0, 0, 1) 0%, rgba(124, 0, 0, 1) 2%, rgba(125, 3, 3, 1) 2%, rgba(127, 9, 8, 1) 7%, rgba(134, 30, 29, 1) 17%, rgba(140, 49, 47, 1) 23%, rgba(141, 52, 50, 1) 25%, rgba(143, 58, 56, 1) 27%, rgba(145, 63, 61, 1) 29%, rgba(147, 70, 68, 1) 31%, rgba(151, 81, 78, 1) 35%, rgba(167, 129, 125, 1) 49%, rgba(168, 132, 127, 1) 51%, rgba(172, 145, 140, 1) 55%, rgba(179, 166, 160, 1) 62%, rgba(179, 166, 160, 1) 63%, rgba(185, 184, 177, 1) 70%, rgba(189, 196, 189, 1) 78%, rgba(189, 196, 189, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c0000', endColorstr='#bdc4bd', GradientType=1); /* IE6-8 */

}

.centered {
    text-align: center;
}

.leftAlign {
    text-align: left;
}

.rightAlign {
    text-align: right;
}

.paddingleft0 {
    padding-left: 0;
}

.padding0 {
    padding: 0;
}

.middle {
    vertical-align: middle;
}

.width1 {
    width: 1%;
}

.width99 {
    width: 99%;
}

.width100 {
    width: 100%;
}

#ButLogLineLink, #ButLogPower {
    float: left;
    cursor: pointer;
}

#lastLineLink, #lastLogPower {
    /*font-weight: bold;*/
    cursor: pointer;
    padding-right: 20px;
    white-space: nowrap;
}

#devices_down, #devices_power_down {
    padding: 5px;
    border: 1px solid #000000;
}

.nobr {
    white-space: nowrap;
}

.paidto_table, .tariff_change_table {
    background-color: white;
    position: absolute;
    display: none;
}

.paidto_table > table, .tariff_change_table > table {
    width: 630px;
}

.ajax_user_services_list_table {
    font-weight: bold;
    display: inline-table;
    padding: 0;
    margin: 0;
    border-spacing: 0;
}

img.arrow_up, img.arrow_down {
    padding-top: 1px;
}

input[type="text"], select {
    height: 22px;
    line-height: 22px;
}

input[type="checkbox"] {
    /*position: relative;*/
    vertical-align: middle;
    bottom: 2px;
}

img.device_control.not_active {
    opacity: 0.2
}

.hidden {
    display: none;
}

.calendarDateInput {
    width: 60px !important;
}

.req_work_area_1 {
    background-color: #FF8811;
}

.req_work_area_2 {
    background-color: #99FF99;
}

.req_work_area_3 {
    background-color: #93C3F5;
}

.req_work_area_4 {
    background-color: #BFFF50;
}

.req_work_area_6 {
    background-color: #FD8CFF;
}

.req_work_closed {
    background-color: #bab6c3;
}

.todo_task {
    /*word-break: break-all;*/
    max-width: 925px; /* But real value setupped by JS */
    word-wrap: break-word;
}

.ip_in_any_house_subnet {
    background-color: lightgreen;
}

.ip_not_in_any_house_subnet {
    background-color: lightsalmon;
}

.mouse_over:hover > td {
    background-color: #AAEEEE !important;
}

.place_criterion {
    float: left;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0 4px;
}

.restore_device {
    color: red;
}

@media print {
    .request, .empty-request {
        border: solid 1px black;
    }

    * {
        font-family: 'Times New Roman', Times, serif;
        font-size: 10px;
        background-color: #fff;
        color: #000;
    }

    .open, .screen, .noprint {
        display: none;
    }

    .tr-print {
        border: 2px solid black;
        display: table-row;
    }

    .td-print {
        display: table-cell;
    }

    .print-activation {
        font-size: 25px;
        border-bottom: solid #000 !important;
        border-width: 0 1px 1px 0 !important;
    }
}

.todo_task pre, .todo_news pre {
    padding: 5px;
    overflow: auto;
    line-height: 1.2;
    background-color: #f6f8fa;
    border-radius: 3px;
    max-width: 80vw;
}

.todo_task pre code, .todo_news pre code {
    background-color: #f6f8fa;
}

.todo_task code, .todo_news code {
    margin: 0;
    background-color: rgba(27, 31, 35, 0.05);
    border-radius: 3px;
}

.todo_task p code, .todo_news p code {
    background-color: rgba(255, 0, 0, 0.08);
}

.todo_task img, .todo_news img {
    max-width: 100%;
}

.todo_task .tag_quote, .todo_task blockquote {
    background: none;
    border-left: 3px solid #777;
    color: #777;
    margin: 10px 10px;
    padding: 0 0 0 10px;
}

.tech_work {
    box-sizing: border-box;
    width: 49%;
}

.tech_work:nth-child(even) {
    float: right;
}

.serviced_toggle {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.diag-view {
    background-color: #dfe1e0;
    background-repeat: repeat-y;
    background-position: left top;
    border: 1px solid #666666;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
    text-align: left;
    font-size: 90%;
}

.date_block {
    padding-right: 5px;
}

.row {
    padding-bottom: 0;
}

.diag_item_row {
    padding: 2px 0 2px 0;
}

.diag_item_row:hover {
    background-color: #AAEEEE !important;
}

.diag_item_row:nth-child(2n+1) {
    background-color: #d1d2d3;
}

.diag_item_row:hover:first-child {
    background-color: transparent;
}

div.result_block > ul {
    margin-bottom: 0;
}

.inline {
    display: inline;
}

.floatRight {
    float: right;
}

.test_now {
    cursor: pointer;
}

.test_now:disabled {
    cursor: not-allowed;
}

.bullet_green:after {
    color: greenyellow;
    font-size: 20px;
    content: '•';
}

.bullet_blue:after {
    color: blue;
    font-size: 20px;
    content: '•';
}

.bullet_red:after {
    color: red;
    font-size: 20px;
    content: '•';
}

.thumb_profile {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 250px;
    padding: 20px;
    text-align: center;
}

img.photo_thumb_image {
    max-height: 90%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    position: fixed;
    display: none;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #252525 !important;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #dddddd;
}

.pagination > li.no-hover > a:hover,
.pagination > li.no-hover > span:hover,
.pagination > li.no-hover > a:focus,
.pagination > li.no-hover > span:focus {
    background-color: #ffffff;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #ffffff !important;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777777;
    background-color: #ffffff;
    border-color: #dddddd;
    cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

li.list-blue > a, li.list-blue > span {
    display: inline-block;
    color: #ffffff;
    background-color: #337ab7;
    border-color: #337ab7;
}

li.list-blue > a:hover {
    color: #ffffff;
    background-color: #398acf;
    border-color: #337ab7;
}

td .login {
    padding: 0 5px 0 5px;
}

.button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
    z-index: 10;
    position: relative;
}

.button > a, .custom-badge > a {
    color: white;
    text-decoration: none !important;
}

.circle {
    display: inline-block;
    height: 12px;
    min-width: 12px;
    line-height: 12px;
    font-size: 15px;
    background-color: rgba(0, 0, 0, 0.2);
    color: lightgreen;
    font-weight: 900;
    border-radius: 3px;
    z-index: 1;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
}

.custom-badge {
    vertical-align: middle;
    display: inline-block;
    min-width: 15px;
    font-size: 12px;
    text-align: center;
    font-weight: 900;
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
    background-color: #ff0000;
    border-radius: 50px;
    position: relative;
    z-index: 10;
}

.no-decoration {
    text-decoration: none;
}

.nashnet-tooltip {
    background-color: black !important;
    background-color: rgb(255, 255, 204) !important;
    max-width: 500px !important;
    border: inherit !important;
    opacity: 0.9 !important;
    color: #fff !important;
    opacity: 0.99 !important;
    color: #000000 !important;
    padding: 5px !important;
    border-radius: 5px !important;
    margin-top: 0 !important;
    font-size: 14px !important;
    text-align: left;
    text-decoration: none;
    -webkit-box-shadow: 4px 4px 2px #888888;
    box-shadow: 4px 4px 2px #888888;
}

/* No margin for parsedown */
.nashnet-tooltip > div.ui-tooltip-content > p {
    margin: 0 !important;
}

.text-nowrap {
    white-space: nowrap;
}

.text-center {
    text-align: center;
}

.fa {
    font-size: 13px !important;
    line-height: 1;
    width: 20px;
    text-align: center;
}

.fa-red {
    color: red;
}

.fa-grey {
    color: #333333;
}

.fa-orange {
    color: #ffa800;
}

.fa-blink {
    animation: blink-animation 1s steps(4, start) infinite;
    -webkit-animation: blink-animation 1s steps(4, start) infinite;
}

@keyframes blink-animation {
    0% {
        color: red;
    }
    25% {
        color: black;
    }
    50% {
        color: red;
    }
    75% {
        color: black;
    }
    100% {
        color: red;
    }
}

div.preloader {
    margin: 5px auto;
    width: 50px;
}

img.preload_image {
    width: 40px;
    padding: 5px;
    animation: roll-r 0.8s linear infinite;
}

img.preload_image:after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
}

@keyframes roll-r {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Bootstrap items part */
.bs-reset a {
    color: #0000aa !important;
}

.bs-reset .nav-item a {
    color: #495057 !important;
}

.bs-reset a.active {
    color: #007bff !important;
}

.bs-reset .documents .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 6px;
    background-color: rgba(255, 255, 255, 0.33);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    margin-left: -20px;
    margin-right: -20px;
}

.bs-reset .form-check-label {
    display: contents;
}

.documents div[class^="col-sm"] {
    word-break: break-word !important;
}

.documents input[type="checkbox"]:checked + label {
    color: green;
}

.bs-reset .list-group-horizontal .list-group-item {
    display: inline-block;
    padding: 0 0.2rem;
}

.bs-reset .dropdown .list-group-item {
    text-align: center;
    padding: 0.25rem 0.2rem;
}

.bs-reset .list-group-horizontal .list-group-item {
    margin-bottom: 0;
    margin-right: 0;
    border-right-width: 0;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}

.bs-reset .list-group-horizontal .list-group-item {
    border-right-width: 1px;
}

tr#bottom .label-content {
    float: left;
    max-width: 200px;
    padding: 5px;
}

tr#bottom .list-group-item {
    text-align: left;
}

tr#bottom .label-content::before {
    content: '';
    font-weight: Bold;
}

tr#bottom .label-content ul {
    padding-inline-start: 0;
}

tr#bottom .label-content li {
    word-break: break-word;
    display: block;
}

tr#bottom .label-content .col-md-12 {
    padding: 0;
}

.bs-reset .badge {
    padding: 0.1em 0.2em;
}

tr .bs-reset .badge.badge-custom-color {
    background: #ccc;
}

.labelAdded {
    cursor: pointer;
}

.fa {
    width: 15px;
}

.bs-reset .badge {
    padding: 0.1em !important;
    margin: 0.1em !important;
    font-size: inherit !important;
}

/* Bootstrap items part END*/

.row.highlighted-row {
    margin: 0 -20px 0 -20px !important;
}

.row.highlighted-row:nth-child(2n+1) {
    background-color: rgba(255, 255, 255, 1);
}

.row.highlighted-row:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.house_comment_text_td {
    padding: 10px;
}

.house_comment_text_td fieldset {
    width: 45%;
    display: inline-block;
    vertical-align: top
}

.house_comment_text, .house_contacts_text {
    background-color: #fff;
    padding: 10px;
    min-height: 40px;
    line-height: 1.2em;
    white-space: pre-wrap;
    height: initial !important;
}

.file_header {
    font-weight: bold;
    border-bottom: 1px solid #252525;
}

.drop-zone {
    width: 100vw;
    height: 100vh;
    background-color: #30303050;

    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
}

.drop-zone.active:before {
    content: 'Drop here';
    font-size: 100px;
    width: 50vw;
    color: #30303090;
    position: absolute;
    left: 25vw;
    right: 0;
    top: calc(100vh - 70%);
    margin: auto;
}

a.task-seen-partly {
    color: #777;
}

[class^="autocomplete-box"] {
    position: relative;
    display: inline-block;
}

.autocomplete-box input {
    border: 1px solid transparent;
    background-color: #fff;
    font-size: 12px;
}

.autocomplete-items {
    background-color: #fff;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;

    position: absolute;
    min-width: max-content;
    width: inherit;
    margin-left: 1px;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    max-height: calc(21.3px * 10); /* Size of 10 .autocomplete-items div elements */
    overflow-y: scroll;
    overflow-x: hidden;
}

.autocomplete-box-form_house, .autocomplete-box-form_house input {
    width: 50px;
    padding-right: 10px;
}

/* width */
.autocomplete-items::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.autocomplete-items::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.autocomplete-items::-webkit-scrollbar-thumb {
    background: #d4d4d4;
}

.autocomplete-items {
    border-top: 0;
    border-bottom-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.autocomplete-items div {
    padding-left: 0.2rem;
    height: 21px;
    border-bottom: 1px solid #f4f4f4;
    margin: 0;
    cursor: pointer;
}

.autocomplete-items div:hover {
    background-color: #d9d9d9;
}

.autocomplete-items div.autocomplete-status {
    text-align: center;
}

.autocomplete-active {
    background-color: #F0f0f0 !important;
}

.autocomplete-item > a {
    /* Whole div as link */
    width: 100%;
    display: block;
    /* Whole div as link END */
    color: #3c3c3c !important;
}

.autocomplete-value {
    width: 240px;
}

.bs-reset .form-control-sm, .bs-reset .input-group .input-group-text {
    padding: 0.2rem!important;
}

.bs-reset .input-group .form-control-sm {
    border-top-left-radius: 0.25rem!important;
    border-bottom-left-radius: 0.25rem!important;
}

.bs-reset .input-group .input-group-text {
    min-width: 20px;
    border-top-right-radius: 0.25rem!important;
    border-bottom-right-radius: 0.25rem!important;
}

.bs-reset label {
    margin-bottom: 0.05rem !important;
    font-size: small;
}

.bs-reset .btn-sm, .btn-group-sm > .btn {
    padding: 0.11rem 0.2rem !important;
}

@media (min-width: 576px) {
    .bs-reset .form-inline .form-control {
        width: inherit !important;
    }
}

.btn-info {
    color: #ffffff;
    background-color: #00AEF0!important;
    border-color: transparent!important;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
    background-color: #43C1F2!important;
}

a.todo-status-0:after {
    content: " (в процессе)"
}

a.todo-status-90:after {
    content: " (требует проверки)"
}

a.todo-status-95:after {
    content: " (перспективная заявка)"
}

a.todo-status-100:after {
    content: " (завершено)"
}

a.todo-status-150:after {
    content: " (отложено)"
}

a.todo-status-200:after {
    content: " (закрыто (не выполнено))"
}

a.todo-status-250:after {
    content: " (закрыто (не заявка))"
}

.criteria_ajax_wrapper {
    display: table;
    margin: 0 auto;
    width: 315px;
}
