html {
    overflow-y: auto;
}

html, body, div, p, ol, form, ul, li, dl, dd, dt, h1, h2, h3, h4, h5, h6, img, span, table, tr, td, th, iframe, fieldset {
    border: 0;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: 'manrope';
    src: url('../lib/fonts/Manrope-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'manrope';
    src: url('../lib/fonts/Manrope-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
    font-size: 12px;
    font-family: 'manrope',Tahoma, Arial;
    width: 100%;
    background: #f2f2f2;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    body {
        font-family: 'manrope', Arial, Tahoma;
    }
}

textarea {
    resize: none;
}

.undindInput {
    /* Первые два свойства нужны чтобы убрать отступы в IE */
    overflow: visible;
    width: auto;
    /* Убираем отступы */
    margin: 0;
    padding: 0;
    /* Убираем все элементы оформления кнопки */
    background: none;
    border: none;
    /* Обычный для ссылок курсор */
    cursor: pointer;
    color: #555555;
}
ul.users {
    display: table;
}
.nobr {
    white-space: nowrap;
}

.font7 {
    font-size: 7pt;
}
/*Page layout*/
div#container {
    width: 100%;
    height: 100%;
    min-width: 968px;
}

.searchclearable::-ms-clear {
    width: 0;
    height: 0;
}

div#popupcontainer {
    width: 100%;
    height: 100%;
    position: relative;
}

html > body #popupcontainer {
    height: auto;
    min-height: 100%;
}

div#header {
    position: relative;
}

div#wrapper {
    position: relative;
    margin: 0;
    padding: 0;
}

div#footer {
    height: 30px;
    font-size: 8pt;
    background: #f2f2f2;
    text-align: right;
    vertical-align: top;
    position: relative;
    bottom: 0;
    z-index: 0;
}

div#content {
    margin: 5px;
    padding: 5px 8px 5px 8px;
    background: #fff;
    border: 1px solid #e2e4e6;
    margin-right: 270px;
    margin-bottom: 5px;
}

    div#content.popup {
        margin-right: 5px;
    }

div#header {
    height: 72px;
}

div#popupheader {
    height: 1px;
}

#rightmenu {
    position: absolute;
    top: 0;
    right: 0;
    width: 260px;
    margin: 0 5px;
}

td#aviablecols {
    border: 1px;
}

td, th {
    font-size: small;
    vertical-align: top;
}

h1 {
    font-size: 14px;
    font-weight: 700;
    padding: 7px 0;
}

    h1 .normal {
        font-size: 12px;
    }

    h1.icon {
        margin-left: 30px;
    }

.h2 {
    font-size: 15px;
    font-weight: 400;
    padding: 3px 0;
}

h2 {
    padding: 3px 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
}

h3 {
    font-size: 10pt;
    font-weight: 400;
    color: #000;
    padding: 7px 0;
}

div.divh3 {
    padding-top: 7px;
    width: 240px;
    font-size: 10pt;
    font-weight: 400;
    color: #000;
}

.padbottom7 {
    padding-bottom: 7px;
}

h1 .right {
    position: absolute;
    top: 12px;
    right: 280px;
}

h1 .description {
    font-size: 8pt;
}

h1 img, h2 img {
    vertical-align: middle;
}

hr {
    border-top: 1px solid #ccc;
    height: 1px;
    color: #fff;
}

button {
    font-family:'manrope',Arial,Tahoma;
    font-size: 12px;
    width: auto;
    overflow: visible;
    margin: 2px 0;
    padding: 2px .9em;
    position: relative;
}

input, textarea, select {
    font-family:'manrope',Arial,Tahoma;
    font-size: 12px;
}

    textarea.autogrow {
        overflow: hidden;
        height: 36px;
        line-height: 18px;
    }

select {
    margin-top: 1px;
    padding: 5px 0;
}

sup {
    color: #777;
    font-size: 8pt;
}

p {
    margin-bottom: 7px;
}

#Loading {
    display: none;
    position: fixed;
    top: 71px;
    left: 10px;
    color: #fff;
    /*background: #1E8117;*/
    vertical-align: middle;
    padding: 3px;
    z-index: 1000;
}

ul, li {
    list-style: none;
}

    ul.items {
        margin: 0 0 5px;
    }
    ul.items:empty {
        margin: 0 ;
    }

        ul.items li {
            list-style: url(../img/smallarrowgrey.gif);
            margin-left: 20px;
            line-height: 15px;
            padding: 0;
            margin-bottom: 3px;
        }

    ul.none-style li {
        margin-left: 20px;
        line-height: 15px;
        padding: 0;
        margin-bottom: 3px;
    }

    ul.subitems li {
        list-style: url(../img/smallarrow.gif);
        margin-left: 25px;
    }

    ul.data {
        background: #fff;
        border-top: 1px solid #e2e4e6;
    }

        ul.data li {
            font-size: 15px;
            border-bottom: 1px solid #e2e4e6;
            padding: 0 25px;
            background: #fff;
            position: relative;
            height: 35px;
        }

            ul.data li .hover {
                position: absolute;
                top: 0;
                left: 0px;
                background: #ecf1f5;
                height: 35px;
            }

                ul.data li .hover img {
                    margin: 5px;
                    display: block;
                }

            ul.data li:hover {
                background: #f6faff;
            }

            ul.data li > img {
                vertical-align: bottom;
            }

        ul.data.select li {
            padding: 0px 10px;
            line-height: 30px;
        }

            ul.data.select li a {
                vertical-align: middle;
            }

    ul.high li {
        line-height: 18px;
    }

dl {
    margin: 5px 0 5px 10px;
}

dd {
    font-size: 15px;
    margin: 3px 0;
}

dt {
    font-size: 8pt;
    color: #444;
    margin: 2px 0 3px;
}

dd.inactive a {
    color: #819db4;
}

.hover {
    visibility: hidden;
}

li:hover > .hover {
    visibility: visible;
}

a {
    color: #3260D7;
}

span.aslink {
    color: #3260D7;
    cursor: pointer;
}

a:hover {
    text-decoration-line: underline;
    color: #333A4E;
}

a.red {
    color: #AC4935;
    padding: 3px;
}

a.green {
    color: #409324;
    padding: 3px;
}

a.yellow {
    color: #938F24;
    padding: 3px;
}

a.grey:visited {
    color: #777;
}

a.grey:hover {
    color: #777 !important;
}

.buttons {
    float: left;
    height: 23px;
}

    .buttons img {
        float: left;
    }

a.nounderline {
    text-decoration: none;
}

a.button {
    text-decoration: none;
    font-size: 11px;
    line-height: 18px;
}

    a.button.big {
        font-size: 15px;
    }

    a.button.disabled {
        cursor: default;
    }

    a.button img {
        vertical-align: middle;
    }

span.activeswitch, #langdata a.activeswitch {
    border: 1px solid #b6ccd5;
    background: #d9e7f1;
    color: #333;
    font-size: 8pt;
    padding: 3px 5px;
    display: inline-block;
    vertical-align: bottom;
    text-decoration: none;
}

#langdata a.activeswitch {
    padding-top: 0;
    display: inline-block;
    vertical-align: bottom;
    text-decoration: none;
}

a.switch {
    border: 1px solid transparent;
    padding: 3px 5px;
    display: inline-block;
    vertical-align: bottom;
    text-decoration: none;
    font-size: 8pt;
}

a.dashed {
    text-decoration: none !important;
    border-bottom: 1px dashed #369;
    overflow: visible;
}

a.noul {
    text-decoration: none;
}

.row-line {
    display: inline-block;
}

pre {
    margin-bottom: 7px;
    font-size: 12px;
    color: #000;
    padding: 2px 0 0 5px;
    margin: 0 0 2px 0px;
    word-wrap: break-word;
    font-family: 'manrope',Arial,Tahoma;
    white-space: pre-wrap;
    word-break: break-word;
}

.tooltip {
    cursor: help;
}

.tip {
    position: absolute;
    display: none;
    background: #e4e5f0 url(../img/tooltip_bg.gif) repeat-x;
    border: 1px solid #bababa;
    padding: 3px;
}

.absolute {
    position: absolute;
}

.block {
    display: block;
}

.overflow {
    overflow: hidden;
}

.textoverflow {
    white-space: pre-wrap;
}

.strong {
    font-weight: 700;
}

.nowrap {
    white-space: nowrap;
}

.inline {
    display: inline;
}
.inlineblock{
 display: inline-block;
}
.relative {
    position: relative;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.floatright {
    float: right;
}

.left {
    text-align: left;
}

.top {
    vertical-align: top;
}

.middle {
    vertical-align: middle;
}

.bottom {
    vertical-align: bottom;
}

.width100 {
    width: 100%;
}

.width95 {
    width: 95%;
}

.width90 {
    width: 90%;
}

.width75 {
    width: 75%;
}

.width50 {
    width: 50%;
}

.width500px {
    width: 500px;
}

.width450px {
    width: 450px;
}

.width400px {
    width: 400px;
}

.width350px {
    width: 350px;
}

.width300px {
    width: 300px;
}

.width150px {
    width: 150px;
}

.width645px {
    width: 645px;
}

.width675px {
    width: 675px;
}

.width98 {
    width: 98%;
    box-sizing: border-box;
}

.height100px {
    height: 100px;
}

.numeric {
    width: 50px;
}
input.numeric[type="number"] {
    padding-right: 2px;
}

.numeric37 {
    width: 37px;
}

.numeric100 {
    width: 100px;
}

.spacer2 {
    height: 2px;
    overflow: hidden;
}

.spacer5 {
    height: 5px;
    overflow: hidden;
}

.spacer7 {
    height: 7px;
    overflow: hidden;
}

.spacer10 {
    height: 10px;
    overflow: hidden;
}

.spacer15 {
    height: 15px;
    overflow: hidden;
}

.spacer20 {
    height: 20px;
    overflow: hidden;
}

.hspacer10 {
    width: 10px;
    overflow: hidden;
    height: 1px;
}

.hspacer15 {
    width: 15px;
    overflow: hidden;
    height: 1px;
}

.hspacer20 {
    width: 20px;
    overflow: hidden;
    height: 1px;
}

.padded10 {
    padding: 10px;
}

.padded15 {
    padding: 15px;
}

.padded5 {
    padding: 5px;
}

.padded2 {
    padding: 2px;
}

.nopadding {
    padding: 0;
}

.indent5 {
    margin-left: 5px;
}

.indent10 {
    margin-left: 10px;
}

.indent20 {
    margin-left: 20px;
}

.indent25 {
    margin-left: 25px;
}

.indent30 {
    margin-left: 30px;
}

.clear5 {
    margin-bottom: 5px;
}

.small {
    font-size: 8pt;
}

.big {
    font-size: 15px;
}

.normal {
    font-size: 10pt;
}

.tall {
    line-height: 20px;
}

.linethrough {
    text-decoration: line-through;
}

.black {
    color: #000;
}

.red {
    color: Red;
}

.blue {
    color: Blue;
}

.green {
    color: Green;
}

.darkgrey {
    color: #555;
}

.lightgrey {
    color: #aaa;
}

.black {
    color: Black;
}

.bottom {
    vertical-align: bottom;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}
.right18{
    right:18px;
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0;
}

.pointer {
    cursor: pointer;
}

.hints {
    color: #336699;
}
.padding0{
    padding:0;
}
.paddingtop5px {
    padding-top: 5px;
}

.paddingtop15px {
    padding-top: 15px;
}
.margintop70px {
    margin-top: 70px;
}
.margintop10px {
    margin-top: 10px;
}

.margin-right10px {
    margin-right: 10px;
}

.marginright15px {
    margin-right: 15px;
}

.marginbottom8 {
    margin-bottom: 8px;
}

.marginbottom5 {
    margin-bottom: 5px;
}

.marginleft5 {
    margin-left: 5px;
}

.marginleft10 {
    margin-left: 10px;
}
.mleft15 {
    margin-left: 15px;
}

.pleft5 {
    padding-left: 5px;
}

.pleft10 {
    padding-left: 10px;
}

.pleft15 {
    padding-left: 15px;
}

.ptop5 {
    padding-top: 5px;
}

.pbottom5 {
    padding-bottom: 5px;
}

a.link {
    border-bottom: 1px dashed;
    text-decoration: none;
}

.divcenter {
    margin-left: auto;
    margin-right: auto;
}

img.icon16 {
    vertical-align: text-bottom;
    width: 16px;
    height: 16px;
}
img.icon20 {
    vertical-align: middle;
    width: 20px;
    height: 20px;
}
img.icon24 {
    vertical-align: middle;
    width: 24px;
    height: 24px;
}
.tablecell{
    display:table-cell;
}
img.divider {
    margin-left: 12px;
    width: 2px;
    height: 32px;
    vertical-align: middle;
}

.details {
    font-size: 8pt;
    color: #555;
    clear: both;
}

.redtext {
    color: #F84D4D;
}

div.error {
    color: #F84D4D;
    font-size: 8pt;
    display: inline;
    width: auto;
    line-height: 22px;
    padding: 3px;
}

.warning {
    font-size: 8pt;
    background: #F9F8E0;
    border: 1px solid #D9D8C0;
    padding: 5px;
}

#errorholder {
    font-size: 8pt;
    padding: 5px;
    border-width: 1px;
    border-style: none;
}

.cbitem {
    display: table-cell;
    white-space: nowrap;
    padding: 2px 7px 2px 2px;
}

.bluebg {
    background: #f6faff;
}

.whitebg {
    background: #fff;
}

.yellowbg {
    background: #EEE9BF;
}

.shadowbg {
/*    background: #f6faff;*/
/*    margin: -2px -3px;
    padding: 2px 3px;*/
    /* background: #F4F6FA; */
    border-radius: 10px;
    margin: 8px;/*
    padding: 10px;*/
}
#listatus, #checkedstatuses {
    position: relative;
    overflow-y: visible;
}

#rightmenu h2 {
    border: 1px solid #D2D4D6;
    background: #E2E4EF;
    padding: 5px;
}

#rightmenu h3 {
    color: #000000;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 7px;
    padding: 4px 4px 2px;
    margin-left: -10px;
    border-top: 1px solid #DDE3F4;
    padding-top: 10px;
    margin-top: 5px;
    padding-left: 20px;
}

#rightmenu ul {
    list-style: none;
    margin: 0 10px 5px 0;
}

    #rightmenu ul li {
        list-style: none;
        word-wrap: break-word;
    }

    #rightmenu ul.items li {
        list-style: url(../img/smallarrowgrey.gif);
        line-height: 10pt;
    }

#rightmenu p {
    margin: 0 10px;
}

.nopopupwrapper {
    min-width: 0;
  /*  background: url(../img/nopopup.gif) no-repeat;*/
    padding-top: 13px;
    position: absolute;
    z-index: 15;
    display: none;
    z-index: 16;
}

.popupwrapper {
    min-width: 0;
    background: url(../img/popup.gif) no-repeat;
    padding-top: 13px;
    position: absolute;
    z-index: 15;
    display: none;
    z-index: 100;
}
.popupwrapper .popup:after {
    width: 100px;
    height: 10px;
    background: url(../img/popup.gif) no-repeat;
    background-position: -8px -3px;
    top: 3px;
    position: absolute;
    z-index: 100;
    content: " ";
    left:8px;
}
.popupwrapperfixed {
    min-width: 0;
    /* background: url(../img/popup.gif) no-repeat; */
    padding-top: 5px;
    position: fixed;
    z-index: 15;
    display: none;
    z-index: 100;
    margin-left: -5px;
}

.popupwrapper2 {
    min-width: 0;
    background: url(../img/popup2.gif) no-repeat;
    padding-top: 13px;
    position: absolute;
    z-index: 15;
    display: none;
}

.popupwrapper4.popupwrapper {
    min-width: 0;
    background: url(../img/popup.gif) no-repeat;
    padding-top: 13px;
    position: absolute;
    z-index: 15;
    display: none;
    z-index: 16;
    width: 200px;
}

.popup {
    min-width: 0;
    background: #fff;
    box-shadow: 0px 2px 12px rgba(29, 36, 60, 0.26);
    border-radius: 10px;
    border: 1px solid #ced4da;
    border-top-color:transparent;
    font-size: 12px;
    z-index: 16;
    padding: 7px;
    word-wrap: break-word;
}

.popupwrapper3 {
    min-width: 0;
    background: url(../img/popup.gif) no-repeat;
    padding-top: 13px;
    position: absolute;
    z-index: 15;
    display: none;
    width: 500px;
}

.popupwrapperdown {
    min-width: 0;
    background: url(../img/popup_down.gif) no-repeat;
    background-position: 0% 100%;
    padding-bottom: 11px;
    position: absolute;
    z-index: 100;
    display: none;
}

.popupwrapperdownfixed {
    min-width: 0;
   /* background: url(../img/popup_down.gif) no-repeat;*/
    background-position: 0% 100%;
    padding-bottom: 11px;
    position: fixed;
    z-index: 100;
    display: none;
}

.popupwrapperremind {
    min-width: 0;
    background: url(../img/popup_down.gif) no-repeat;
    background-position: -10% 100%;
    padding-bottom: 11px;
    position: fixed;
    z-index: 100;
    display: none;
}

.popupwrapperfixed .popup {
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.11);
    border-radius: 0px 10px 10px 10px;
}
.popupwrapperdownfixed .popup {
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.11);
    border-radius: 10px 10px 10px 0px;
}

div.loginwrap {
    word-wrap: break-word;
}

div.rolewrap {
    word-wrap: break-word;
}

button.addremove {
    width: 100px;
}

a.customlink {
    text-decoration: underline;
    cursor: pointer;
}

a.notlink {
    text-decoration: none;
    color: #000000;
    cursor: default !important;
}

tr.archive td, tr.archive a, span.archivetext {
    text-decoration: line-through;
    color: #626466 !important;
}

.archivecolor {
    color: #676767 !important;
}

ul.contextmenu li {
    font-weight: normal;
    font-size: 8pt;
    margin-left: 0px !important;
    cursor: pointer;
}

.popup ul.selectedstatuses {
    overflow: visible;
}


.hint {
    position: absolute;
    background: #fff;
    border: 1px solid #B9B8B8;
}

.popupdown {
    min-width: 0;
    background: #fff;

    font-size: 12px;
    z-index: 101;
    padding: 7px;
    min-width: 0;
    background: #fff;
    box-shadow: 0px 2px 12px rgb(29 36 60 / 26%);
    border-radius: 10px;
    border: 1px solid #ced4da;
    border-top-color: transparent;
    font-size: 12px;
    z-index: 16;
    padding: 7px;
    word-wrap: break-word;
}

.popupwrapperdown .popupdown {
    border-bottom: 0;
}
.popupwrapperdown  .popupdown:after {
    width: 100px;
    height: 10px;
    background: url(../../../img/popup_down.gif) no-repeat;
    background-position: -8px -2px;
    bottom: 1px;
    position: absolute;
    z-index: 100;
    content: " ";
}
.contextmenu {
    background: #fafafa;
    border: 1px solid #ccc;
    position: absolute;
    padding: 2px;
    z-index: 15;
    display: none;
}

    .contextmenu li {
        padding: 4px;
        border: 1px solid #fafafa;
        cursor: default;
        color: #345;
    }

        .contextmenu li:hover {
            background: #f2f4f5;
            border: 1px solid #eee;
        }

.dialogWrapper {
    padding: 15px;
}

.dialog {
    width: 700px;
    height: 480px;
    padding: 0;
}

    .dialog iframe {
        width: 100%;
        height: 100%;
        border: 0;
    }

ul.data li a, a.nounderline {
    text-decoration: none;
}

    ul.data li a.archive, a.archive, .archive {
        color: #676767;
        text-decoration: line-through;
    }

    ul.data li a.isarchiveTrue, a.isarchiveTrue, .isarchiveTrue {
        color: #676767;
        text-decoration: line-through;
    }

span.spanisarchiveTrue {
    text-decoration: line-through;
}

.divisarchiveTrue {
    text-decoration: line-through;
}

ul.data li.changed, .changed {
    background: #F9F8E0;
}

dt.inactive, .grey {
    color: #777;
}

tr:hover .hover, dd:hover > .hover, dt:hover > .hover, a:hover > .hover {
    visibility: visible;
}

a.button img, .middle {
    vertical-align: middle;
}

.top {
    vertical-align: top;
}

.visibleie6, .hidden, input[type=checkbox].hidden, input.hidden {
    display: none;
}

.hiddenImportant {
    display: none !important;
}

.handle {
    cursor: move;
}

.smsnotify {
    font-size: 0.8em;
}

/*Form*/
.formheader {
    position: relative;
}

.formbody {
    padding: 10px 8px;
    position: relative;
}
.ivp .formbody {
    background: #F4F6FA;
    border-radius: 10px;
    margin: 5px 0;
}

.formbottom {
    position: relative;
    background: #F4F6FA;
    border-radius: 10px;
    padding: 19px 25px 17px 25px;
}

.formbottom .actions {
    position: absolute;
    right: 30px;
    top: 24px;
}

.actionpane {
    background: #f3f7fc;
}

#tabs ul {
    list-style: none;
}

#tabs a {
    padding: 6px 12px;
    gap: 12px;
    height: 30px;
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 28px;
    color: #818691;
    border: 1px solid #DDE0F0;
    border-radius: 5px;
    margin:5px;
}

    #tabs a:hover {
        background: #F3F6FF;
        text-decoration:unset;
    }

    #tabs a.selected {
        background: #3C4265;
        border-color: #3C4265;
        border-radius: 5px;
        color: white;
        font-style: normal;
        font-weight: 800;
        font-size: 12px;
        line-height: 18px;
        padding: 6px 12px;
        gap: 12px;
    }

.sec

.tab iframe {
    border: 1px solid #e7e9ea;
}

.field {
    vertical-align: top;
    margin: 0 0 10px;
}

h1 label {
    font-size: small;
}

label {
    display: block;
    width: auto;
    color: #656565;
    vertical-align: middle;
    padding: 0 0 1px 1px;
}

    label.radio {
        color: #333;
        padding: 2px 7px 2px 0;
        display: inline-block;
    }

        label.radio:hover {
            background: #f2f4f5;
        }

    label.error {
        color: #F84D4D;
        font-size: 8pt;
        padding: 3px;
        border-style: none;
    }

    label.required:after {
        content: '*';
        color: Red;
    }

h2 span.star:after {
    content: '*';
    color: Red;
}

span.required {
    display: inline;
    color: Red;
}

span.notrequired {
    display: none;
}

form.readonly input {
    border: 1px solid transparent;
    background: transparent;
}

input.readonly, textarea.readonly {
}
/*background-color: #d4d0c8;*/
input, select {
    padding: 2px 1px;
}

    input.cb, input[type="checkbox"] {
        height: auto;
        margin: 2px;
    }

    input.numeric {
        text-align: right;
    }

.date {
    width: 90px;
}

.dateTime {
    width: 120px;
}

.time {
    width: 50px;
}

.px20 {
    width: 20px;
}

.px30 {
    width: 30px;
}

.px35 {
    width: 35px;
}

.px50 {
    width: 50px;
}
.form-control {
    font-size: 13px;
    color: black;
    padding-left: 11px;
}
.form-control.px50 {
    width: 56px;
}

select.form-control {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%237F9AF8' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 10px 7px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .form-select {
        transition: none;
    }
}



select.form-control[multiple], select.form-control[size]:not([size="1"]) {
    padding-left: 0.75rem;
    background-image: none;
}

select.form-control[disabled] {
    background-image: none;
}


.px75 {
    width: 75px;
}

.px95 {
    width: 95px;
}
.px100 {
    width: 100px;
}
.px120 {
    width: 120px;
}
.px120.form-control {
    width: 126px;
}

.px135 {
    width: 135px;
}

.px150 {
    width: 150px;
}

.px180 {
    width: 180px;
}

.px200 {
    width: 200px;
}

.px222 {
    width: 222px;
}

.px250 {
    width: 250px;
}

.px300 {
    width: 300px;
}

.px350 {
    width: 350px;
}

.px400 {
    width: 400px;
}

.px450 {
    width: 450px;
}

.px500 {
    width: 500px;
}

.px625 {
    width: 625px;
}

.px600 {
    width: 640px;
}

.inline-block {
    display: inline-block;
}

.dateinput {
    padding-bottom: 10px;
}

.important {
    font-size: 1.1em;
    font-weight: 700;
}

.width48 {
    width: 48%;
    margin-right: 10px;
}

div.textfield {
    padding: 2px;
}

div.input {
    border: 1px solid #E3E9EF;
    border-top: 1px solid #ABADB3;
    background: #f6f7f8;
    color: #777;
    margin-right: 7px;
    padding: 2px;
    min-height: 16px;
}

    div.input.changed {
        background: #F9F8E0;
    }

.itemlist {
    font-size: 8pt;
    padding: 5px;
}

    .itemlist span {
        background: url(../img/smallarrow.gif) no-repeat;
        padding-left: 8px;
        margin-right: 5px;
    }

.disabled {
    color: #555555;
    cursor: default;
}

.docfile {
    height: 35px;
}

    .docfile img {
        float: left;
    }

    .docfile a {
        float: left;
        font-size: 120%;
        text-decoration: none;
        margin-top: 7px;
        margin-left: 5px;
    }

    .docfile button {
        margin-top: 5px;
        margin-left: 10px;
        font-size: 11px;
    }

.greychecklist {
    background: #fafafa;
    border-left: 1px solid #ccc;
}

#tabs li, .inline {
    display: inline;
}

/*Table*/
table.nopadding td {
    border: 1px solid Red;
    margin: 0;
    padding: 0;
}

table.data {
    width: 100%;
    background: #fff;
}

    table.data th {
        color: #333;
        text-align: left;
        vertical-align: bottom;
        font-weight: 400;
        font-size: 12px;
        background: #F1F2F4 url(../img/tableheader_bg.gif) repeat-x;
        border: 1px solid #c0d7e0;
        padding: 5px 4px;
    }

        table.data th.center {
            text-align: center;
        }

/*        table.data th.sorted {
            background: #d8ecf6 url(../img/tableheader_s_bg.gif) repeat-x;
        }*/

        table.data th a {
            color: #369;
            text-decoration: none;
        }

tr.odd {
    background: #f3f7fc;
}

table.data tr:hover {
    background-color: #d3fcce;
}

table.data tr.disablehoverbg:hover {
    background-color: #ffffff !important;
}

table.data tr.inherited:hover {
    background-color: #d3fcce !important;
}

table.data td.noninherited {
    background-color: #fff !important;
}

table.data tr.expired:hover {
    background-color: #d3fcce !important;
}

tr.error, tr.expired, td.expired {
    background: #fce4e2 !important;
}

tr.warning, tr.almostexpired {
    background: #fef2e3 !important;
}

table.data tr.changed {
    background: #F9F8E0 !important;
}

table.data tr.selected {
    background: #d4fcce !important;
}

tr.total {
    background: #edfbf5;
}

tr.archive td {
    color: #676767;
    text-decoration: line-through;
}

table.data td.group {
    border-bottom: 1px solid #E0E1FA;
}

table.data table.indata2 td {
    border: 0;
    font-size: 12px;
    color: #333;
    padding: 5px 5px 5px 4px;
    height: 100%;
}

table.data td {
    font-size: 12px;
    color: #333;
    border: 1px solid #d0e7eb;
    padding: 5px 0 5px 4px;
    height: 100%;
}
/*table.data td:last-child{border-right:0;}*/
table.data tr {
    height: 100%;
}

table.data td.cb, table.data th.cb {
    padding: 2px;
}

*:first-child + html table.data td.cb {
    padding: 0;
}

*:first-child + html table.data th.cb {
    padding: 0;
}

table.data td.img {
    padding: 3px 5px 0;
}

table.data tr.total td {
    font-weight: 700;
    text-align: right;
    padding-right: 5px;
    background: #f4f6fa;
}

table.data tr td.numeric {
    text-align: right;
    padding-right: 5px;
    font-size: 12px;
}

a.asc {
    background: url(../img/sortasc.gif) no-repeat right;
    padding-right: 7px;
}

a.desc {
    background: url(../img/sortdesc.gif) no-repeat right;
    padding-right: 7px;
}

#tableholder {
    padding: 1px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 5px;
}

#tabletoolbar {
    text-align: right;
    position: absolute;
    right: 10px;
    width: auto;
    top: 7px;
    margin-right: 270px;
}

    #tabletoolbar a {
        text-decoration: none;
    }

    #tabletoolbar img {
        vertical-align: bottom;
    }

.btncreate {
    text-decoration: none;
}

    .btncreate img {
        vertical-align: top;
        margin-top: 1px;
    }

.btndelete {
    text-decoration: none;
}

    .btndelete img {
        vertical-align: top;
        margin-top: 1px;
    }

#filtertoolbar {
   /* position: absolute;*/
    right: 5px;
    top: -3px;
}

    #filtertoolbar a img {
        padding-left: 2px;
    }

    #filtertoolbar img {
        float: left;
    }

#pagination {
    text-align: right;
    font-size: 85%;
    color: #999;
    margin: 0;
    min-width: 210px;
    position: absolute;
    right: 280px;
    top: 20px;
    overflow: hidden;
}

    #pagination a {
        color: #378DB7;
        text-decoration: none;
        background-color: #F3F5FB;
        border-radius: 6px;
        width: 25px;
        height: 25px;
        background-size: 14px 14px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
    #pagination span a {
        background: none;
        border-radius:inherit;
    }
    #pagination .black {
        color: #333;
    }

    #pagination .split {
        background-repeat: no-repeat;
       /* width: 12px;
        height: 20px;*/
        float: left;
        display: block;
        margin: 0 5px 0 5px;
    }

    #pagination .dblsplit {
        background-repeat: no-repeat;
        /*width: 22px;
        height: 20px;*/
        float: left;
        display: block;
        margin: 0 0 5px 0;
    }

    #pagination span {
        float: left;
        display: block;
        /*  margin-top: 5px;*/
        background-color: #F3F5FB;
        border-radius: 6px;
        min-width: 25px;
        height: 25px;
        background-size: 14px 14px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        text-align: center;
        vertical-align: middle;
        margin: 0 5px;
        font-size: 11px;
        padding: 0 5px;
        line-height:25px;
    }
        #pagination span.pagingCurrent, #pagination #pageTotal {
            background-color: transparent;
            border-radius: 0;
            width: auto;
            height: auto;
        }
    #pagination .pag-arrow-right {
        background-image: url(../img/pagination/blue_arrow_right.png);
        background-size: 7px 14px;
    }

    #pagination .pag-dblarrow-right {
        background-image: url(../img/pagination/dbl_arrow_right.png);
    }

    #pagination .pag-arrow-left {
        background-image: url(../img/pagination/blue_arrow_left.png);
        background-size: 7px 14px;
    }

    #pagination .pag-dblarrow-left {
        background-image: url(../img/pagination/blue_dbl_arrow_left.png);
    }

    #pagination a.pag-arrow-right {
        background-image: url(../img/pagination/blue_arrow_right_active.png);
        background-size: 7px 14px;
    }

    #pagination a.pag-dblarrow-right {
        background-image: url(../img/pagination/dbl_arrow_right_active.png);
    }

    #pagination a.pag-arrow-left {
        background-image: url(../img/pagination/blue_arrow_left_active.png);
        background-size: 7px 14px;
    }

    #pagination a.pag-dblarrow-left {
        background-image: url(../img/pagination/blue_dbl_arrow_left_active.png);
    }

    #pagination .pag-blue-arrow-right {
        background-image: url(../img/pagination/blue_arrow_right.png);
        background-size: 7px 14px;
    }

    #pagination .pag-blue-arrow-left {
        background-image: url(../img/pagination/blue_arrow_left.png);
        background-size: 7px 14px;
    }

    #pagination .pag-blue-dblarrow-left {
        background-image: url(../img/pagination/blue_dbl_arrow_left.png);
    }

    #pagination a.pag-blue-arrow-right {
        background-image: url(../img/pagination/blue_arrow_right_active.png);
        background-size: 7px 14px;
    }

    #pagination a.pag-blue-arrow-left {
        background-image: url(../img/pagination/blue_arrow_left_active.png);
        background-size: 7px 14px;
    }

    #pagination a.pag-blue-dblarrow-left {
        background-image: url(../img/pagination/blue_dbl_arrow_left_active.png);
    }

    #pagination .data {
        float: right;
        margin-right: 5px;
    }

    #pagination a.pages {
        border: 1px solid transparent;
        margin:5px;
        vertical-align: bottom;
        text-decoration: none;
        font-size: 11px;
    }

    #pagination p.pages {
        font-weight: bold;
        font-size: 11px;
    }

    #pagination a.pages-selected {
        border: 1px solid transparent;
        padding: 3px 5px;
        vertical-align: bottom;
        text-decoration: none;
        font-weight: bold;
        font-size: 11px;
    }

    #pagination a.pages-total {
        border: 1px solid transparent;
        padding: 3px 5px;
        vertical-align: bottom;
        text-decoration: underline;
        font-size: 11px;
    }

table.data td.small, #tabletoolbar button {
    font-size: 8px;
}

table.noborder, table.noborder th, table.noborder td {
    border: 0;
}

.openlink { /*width: 100%; height:100%; display: block;*/
    text-decoration: none;
    color: #626466;
}

    .openlink:hover {
        color: #626466;
    }

/*Calendar*/
div.calendar {
    font-size: smaller;
    color: #3e3e3e;
}

    div.calendar.calpopup {
        margin-left: 0px;
        margin-top: 26px;
        z-index: 9999;
        padding: 5px;
        border: 1px solid #ccc;
        border-bottom: 2px solid #ccc;
        background: #fff;
    }

    div.calendar table {
        background-color: #fff;
        border-collapse: separate;
        border-spacing: 1px;
    }

    div.calendar thead {
        background-color: #fff;
    }

    div.calendar td, div.calendar th {
        padding: 2px;
        text-align: center;
    }

        div.calendar td.title {
            font-weight: bold;
            color: #369;
        }

    div.calendar th {
        font-weight: bold;
    }

    div.calendar tr.days td {
        width: 2em;
        color: #369;
        text-align: right;
        cursor: pointer;
        border: 1px solid #e5e5e5;
    }

        div.calendar tr.days td:hover, div.calendar td.button:hover {
            border-color: #369;
            background-color: #e5e5e5;
            cursor: pointer;
        }

        div.calendar tr.days td:hover {
            background-color: #ffffff;
        }

        div.calendar tr.days td:active, div.calendar td.button:active {
            background-color: #369;
        }

        div.calendar tr.days td.selected {
            font-weight: bold;
            background-color: #369 !important;
            border-color: #369 !important;
            color: #fff !important;
        }

        div.calendar tr.days td.weekend {
            color: #369;
        }

        div.calendar tr.days td.today {
            font-weight: bold;
            border-color: #369;
        }

        div.calendar tr.days td.otherDay {
            background: #e5e5e5 !important;
            color: #fff;
        }

/*Multiselect*/
.msitems {
    z-index: 9;
}

.msfilter {
    width: 100%;
}

.checklisttitle a {
    text-decoration: none;
    border-bottom: 1px dashed;
}

.checklisttitledisable a {
    text-decoration: none;
    border-bottom: 1px dashed;
    color: #656565;
}

a.mshidelink {
    font-size: 8pt;
    position: absolute;
    top: 15px;
    right: 3px;
    border: 0;
    z-index: 10;
}

a.mshidelinkbottom {
    font-size: 8pt;
    position: absolute;
    top: 5px;
    right: 5px;
    border: 0;
    z-index: 10;
}

ul.checklist {
    width: 280px;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 12px;
    margin-top: 3px;
    margin-right:20px;
}

    ul.checklist li input {
        height: 15px;
        vertical-align: middle;
    }

    ul.checklist li label {
        width: auto;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        height: 20px;
        vertical-align: top;
        font-size: 12px;
        padding: 0;
    }

    ul.checklist li.checked {
        background: #e3e6fa;
    }

iframe.popupwrapperiframe {
    position: absolute;
    z-index: 8;
    display: none;
}

/*Timespan*/
.timespaneditor {
    display: none;
    position: absolute;
}

    .timespaneditor input.numeric {
        width: 25px;
    }

a.timespanlink {
    text-decoration: none;
    border-bottom: 1px dashed #369;
    overflow: visible;
    white-space: nowrap;
}

.timespan {
    width: 40px;
}

/*Filter*/
/*.searchclearable {
    width: 195px !important;
}*/

#search {
    width: 230px;
}

#filterholder, #columnsholder, #reportfilterholder /*, #subscribe*/ {
    display: none;
    width: 700px;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -420px;
}
/*#editfilter { display: none; width: 80%; position: absolute; top: 30px; left: 10%;}*/
#filter {
    padding: 7px 10px;
    z-index: 10;
}

    #filter table {
        width: 660px;
    }

    #filter .filtercontent {
        font-size: 8pt;
    }

    #filter .flttype {
        width: 182px;
    }

    #filter .filterfield {
        padding: 3px;
    }

    #filter .tdlabel {
        width: 150px;
    }

    #filter .tdcondition {
        width: 196px;
    }

    #filter .tdvalue {
        width: 318px;
    }

#conditions > table > tr > td > label {
    float: left;
    width: 150px;
    padding: 5px 5px 0 0;
    text-align: right;
}

#filter input.text {
    width: 220px;
}

#filter input.autocomplete {
    width: 250px;
}

#filter input.date {
    width: 140px;
}

#filter .tdvalue select {
    margin-right: 5px;
    width: 320px;
}

#flterr {
    background: #fff;
}

    #flterr label {
        float: none;
        width: auto;
        text-align: left;
        padding: 5px;
    }

#savefilterholder {
    margin-left: -30px;
    width: 270px;
}

.ivp #savedstates {
    padding-top: 10px;
    clear:both;
}

#newfilterdetails, #oldfilterdetails {
    background: #f6faff;
    border: 1px solid #e7e9ea;
    padding: 5px;
    font-size: 8pt;
}

    #newfilterdetails label, #oldfilterdetails label {
        font-size: 8pt;
    }

ul.filterlist li {
    margin: 0 0 2px 13px;
}

    ul.filterlist li a {
       /* text-decoration: none;*/
    }

    ul.filterlist li.selected {
        font-weight: bold;
    }

textarea.manualfilter {
    width: 400px;
    height: 35px;
}

#filter #additionalwrapper {
    padding-top: 10px;
}

    #filter #additionalwrapper .additionaldescription {
        padding-top: 5px;
        padding-bottom: 10px;
        font-size: 1.2em;
        display: block;
    }


/*Menu*/
#menu {
    position: absolute;
    top: 42px;
    left: 6px;
    height: 30px;
    /*width: 800px;
padding-top: 42px;
padding-left: 6px;
    position: relative;
    float: left;*/
}

    #menu ul {
        margin: 0;
        list-style: none inside;
        clear: both;
    }

        #menu ul li {
            float: left;
            vertical-align: top;
            margin: 0 3px;
            -webkit-border-top-left-radius: 2px;
            -webkit-border-top-right-radius: 2px;
            -moz-border-radius-topleft: 2px;
            -moz-border-radius-topright: 2px;
            border-top-left-radius: 2px;
            border-top-right-radius: 2px;
        }

            #menu ul li a {
                display: inline-block;
                width: auto;
                height: 30px;
                color: #ffffff;
                font-size: 14px;
                font-style: normal;
                
                font-stretch: condensed;
                text-decoration: none;
                vertical-align: middle;
                padding-left: 5px;
                padding-right: 5px;
                line-height: 30px;
            }

@media only screen and (device-width: 768px) {
    #menu ul li a {
        font-size: 14px;
    }
}

#headerrightdata {
    display: inline-block;
}

#userdata {
    display: block;
    position: absolute;
    right: 70px;
    font-size: 8pt;
    z-index: 0;
    padding: 8px 0;
}

    #userdata a {
        text-decoration: none;
    }

.userdata2 {
    position: absolute;
    right: 8px;
    top: 2px;
}

    .userdata2 .userData2Popup {
        border-radius: 4px;
        background-color: #ffffff;
        z-index: 1111111;
        position: absolute;
        right: 65px;
        border: 1px solid #dedede;
        border-top: 0;
        padding-top: 3px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 10px;
        /*box-shadow: 0px 8px 20px 0px #bcbcbc;*/
    }

        .userdata2 .userData2Popup select {
            /*margin-top:10px;*/
        }

    .userdata2 .userMainInfo .fa-ul > li {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .userdata2 .fa-ul li i {
        top: 0px;
    }

    .userdata2 .userDataInfoText {
        color: gray;
    }

    .userdata2 a {
        text-decoration: none;
    }

.languagepicker {
    background-color: #FFF;
    display: inline-block;
    padding: 0;
    height: 25px;
    overflow: hidden;
    transition: all .3s ease;
    vertical-align: top;
    float: left;
}

    .languagepicker a {
        color: #000;
        text-decoration: none;
    }

    .languagepicker li {
        display: block;
        padding: 1px 5px;
        line-height: 20px;
        width: 50px;
        margin: 1px;
    }

        .languagepicker li.selected {
            background-color: #d9e7f1;
            border-radius: 5px;
            cursor: pointer;
        }

        .languagepicker li:hover:not(:nth-of-type(1)):not(:nth-of-type(2)) {
            background-color: #c7e5ff;
        }

        .languagepicker li img {
            margin-right: 5px;
            width: 15px;
            height: 12px;
        }

    .languagepicker:hover {
        height: 120px;
        /*margin-left:-50px;*/
    }

#langdata {
    position: absolute;
    right: 20px;
    font-size: 8pt;
    display: block;
    z-index: 10;
    padding: 4px;
}

    #langdata .popup a {
        color: #555555;
        text-decoration: none;
    }


/*Asterisk integration shortcut*/
.asteriskBig {
    margin-right: 10px;
    cursor: pointer;
    border-radius: 50%;
}

.asterisk-bage {
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0px;
    top: 0px;
    background: #fff;
    border-radius: 50%;
    color: #000;
    text-align: center;
}

.asteriskSmall {
    margin-right: 5px;
    font-size: 16px;
    cursor: pointer;
}

.asterisk a {
    text-decoration: none;
    color: #fff;
    vertical-align: middle;
}

    .asterisk a i {
        font-size: 18px;
    }

    .asterisk a span {
        font-size: 13px;
    }

.asteriskpopup {
    background: #fff;
    z-index: 1111111;
    position: absolute;
    margin-top: 10px;
    margin-right: 10px;
    /* width: 238px; */
    /* height: 165px; */
    border: solid 1px;
    border-radius: 5px;
    right: 125px;
    top: 0px;
    padding: 5px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .asteriskpopup {
        width: 240px;
    }
}
/*Call center switch*/
.switch_table {
    width: 100%;
}

    .switch_table td {
        text-align: left;
        padding: 2px;
    }

    .switch_table .disabled {
        color: #aaaaaa;
    }

.switch {
}

.switch-btn {
    background: #bf3d30;
    width: 160px;
    height: 32px;
    position: relative;
    vertical-align: middle;
    border-radius: 3px;
    box-shadow: inset 2px 2px rgba(0,0,0,.3);
}

    .switch-btn:before {
        position: absolute;
        content: '';
        width: 80px;
        height: 28px;
        background: #fff;
        top: 2px;
        left: 2px;
        transition: all 150ms ease-out;
        /*border-radius: 5px;*/
        box-shadow: 1px 1px 3px rgba(0,0,0,.3);
    }

.switch input[type=checkbox]:checked + .switch-btn {
    background: #29913c;
}

    .switch input[type=checkbox]:checked + .switch-btn:before {
        left: 78px;
    }

.switch input[type=checkbox]:disabled + .switch-btn {
    background: #dadada;
}

    .switch input[type=checkbox]:disabled + .switch-btn:before {
        background: #aaaaaa;
    }

#rmconfigurationsetting {
    font-weight: normal;
}

#rmconfigurationsetting_s {
    font-weight: bold;
}

#rsmconfigurationsetting {
    font-weight: normal;
}

#rsmconfigurationsetting_s {
    font-weight: bold;
}

#configurationmenu ul {
    border-right: 1px solid #eee;
    border-bottom: 2px solid #eee;
}

    #configurationmenu ul li {
        display: list-item;
        line-height: 35px;
        height: 35px;
        vertical-align: middle;
        padding: 0 10px;
        border: none;
        border-bottom: 1px solid #ddd;
        background: #F4F6FA;
    }

        #configurationmenu ul li.selected {
            background: url(../img/menusel_bg.gif) repeat-x;
        }

        #configurationmenu ul li.additionalSetting.hidden {
            display: none;
        }
/*
        #configurationmenu ul li.additionalSetting {
            background-color: #eee;
            border: 1px solid #ccc;
            border-bottom: 0;
        }*/

        #configurationmenu ul li.extension {
            background-color: #eee;
            border: 1px solid #ccc;
            border-bottom: 0;
        }

        #configurationmenu ul li.additionalSetting a:before {
            content: "-";
        }

        #configurationmenu ul li.additionalSettings {
            padding-left: 23px;
        }

    #configurationmenu ul li.toshow {
        background: url(../img/icon/plus-circle.svg) no-repeat 10px 50% #F4F6FA;
    }

    #configurationmenu ul li.tohide {
        background: url(../img/icon/minus-circle.svg) no-repeat 10px 50% #F4F6FA;
    }

#morelink {
    border-bottom: 1px dotted #222;
    margin-left:10px;
}

#configurationmenu ul li a {
    text-decoration: none;
    color: #818691;
}

#configurationmenu ul li.selected a {
    color: #fff;
}


/*Second level menu*/
table.secondlevel {
    width: 100%;
    margin-top: 5px;
}
.ivp table.secondlevel {
    width: 100%;
    margin-top:-10px;
}
.secondlevel .right {
    padding-right: 1px;
}

.secondlevel .switch, .secondlevel .activeswitch {
    border-collapse: collapse;
    margin-right: 5px;
}

.secondlevel a.switch {
    padding: 6px 12px;
    gap: 12px;
    height: 30px;
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 18px;
    color: #818691;
    border: 1px solid #DDE0F0;
    border-radius: 5px;
    height: 30px;
}
.secondlevel a.switch:hover {
    background: #F3F6FF;
}
.secondlevel span.activeswitch, .secondlevel a.activeswitch {
    background: #3C4265;
    border-radius: 5px;
    color: white;
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 18px;
    padding: 6px 12px;
    height: 30px;
}
.secondlevelmenu  {
    padding: 10px;
}
.secondlevelmenu .btncreate  {
    margin-left: 20px;
}
.secondlevelmenu a {
 /*   color: #111111;*/
}

#tableholder.nouppadding {
    padding-left: 0;
    padding-right: 1px;
    padding-bottom: 20px;
    padding-top: 0;
}

.secondlevel .right #tabs a {
    padding: 6px 10px;
}

#extension {
}

    #extension ul {
        border: 0px;
    }

        #extension ul li {
            display: list-item;
            line-height: 15px;
            height: 15px;
            vertical-align: middle;
            background: #fff;
            padding: 0 10px;
            border: 0px solid #ddd;
            border-bottom: 0;
            margin-bottom: 4px;
        }

            #extension ul li.selected {
                background: url(../img/menusel_bg.gif) repeat-x;
            }

            #extension ul li a {
                text-decoration: none;
                color: Background;
            }

            #extension ul li.selected a {
                color: #000;
            }

#add, #remove {
    width: 86px;
    padding-left: 5px;
    padding-right: 5px;
}

#addLonger {
    padding-left: 5px;
    padding-right: 5px;
}

#languageholder {
    background: #fafafa;
    border: 1px solid #ccc;
    position: absolute;
    padding: 2px;
    z-index: 15;
    display: none;
    top: 35px;
    right: 5px;
    width: 150px;
}

    #languageholder li {
        padding: 4px;
        border: 1px solid #fafafa;
        cursor: default;
        color: #345;
    }

        #languageholder li:hover {
            background: #f2f4f5;
            border: 1px solid #eee;
        }

    #languageholder ul li {
        font-weight: normal;
        font-size: 8pt;
        margin-left: 0px !important;
        cursor: pointer;
    }

        #languageholder ul li a {
            text-decoration: none;
            color: #345;
        }

#togglelanguage.activeswitch:hover {
    background: none repeat scroll 0 0 #0c5892;
    border: 1px solid #0c5892;
    color: #efffff;
}

/*buttons*/


    a.controlbutton.languagebtn {
        vertical-align: top;
        padding: 2px;
        padding-left: 10px;
        padding-right: 10px;
    }

#shedule table tr td {
    height: 20px !important;
}

ul#defcols li, ul#customcols li {
    cursor: pointer;
    margin-bottom: 2px;
    padding-left: 5px;
    padding-top: 3px;
    min-height: 27px;
    background: url(../img/column-available.png) #ffffff no-repeat;
    border: 1px solid lightgray;
    border-radius: 4px 4px 4px 4px;
}

    ul#defcols li:hover, ul#customcols li:hover, ul#customcols li.columnselected, ul#defcols li.columnselected {
        background: url(../img/column-available-hover.png) #ffffff no-repeat;
    }

    ul#defcols li label, ul#customcols li label, label.columnselected {
        cursor: pointer;
    }

.columnselected {
    color: #0082d2;
}

ul#columnorder {
    margin-left: 15px;
    border: 1px solid #ccc;
    width: 400px;
}

    ul#columnorder li {
        cursor: pointer;
        margin-bottom: 2px;
        padding: 2px 3px 1px 20px;
        width: 373px;
        min-height: 27px;
        background: url(../img/column-visible.png) #ffffff no-repeat;
        border: 1px solid lightgray;
        border-radius: 4px 4px 4px 4px;
    }

        ul#columnorder li:hover {
            background: url(../img/column-visible-hover.png) #ffffff no-repeat;
        }

        ul#columnorder li td {
            padding: 3px 2px;
        }

            ul#columnorder li td:hover {
                color: #0082d2;
            }

        ul#columnorder li select {
            width: 150px;
            font-size: 8pt;
        }

/*История изменений заявки*/
thead.fixedHeader tr {
    display: block;
}

tbody.scrollContent {
    display: block;
    height: 262px;
    overflow: auto;
    width: 100%;
}

.underlinebetween {
    border-bottom: 1px solid #C0D7E0;
    padding: 2px 0 5px 0;
    margin: 0 0 5px 0;
}

.pinbottom {
    bottom: 0;
    position: absolute;
}

label.notFull {
    color: #aaa;
}

.ui-widget-overlay {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
}

.tabs ul {
    list-style: none;
}

    .tabs ul li {
        display: inline;
    }

.tabs a {
    display: inline-block;
    text-decoration: none;
    border: 1px solid #fff;
    border-bottom: 0;
    padding: 4px 10px;
    position: relative;
    cursor: pointer;
}

    .tabs a:hover {
        background: #f6faff;
    }

    .tabs a.selected {
        background: #f3f5f7;
        border: 1px solid #e7e9ea;
        border-bottom: 0;
    }

.photowrap {
    position: absolute;
    right: 5px;
    border: 1px solid #e7e9ea;
    top: 26px;
    width: 140px;
    height: 140px;
}

.task-repeat-template-wrap {
    float: right;
    margin-top: -29px;
    margin-right: 115px;
}

    .task-repeat-template-wrap a {
        font-size: 12px;
        text-decoration: none;
        border-bottom: 1px dashed;
    }

.cell-Id {
    min-width: 54px !important;
    max-width: 54px !important;
    width: 54px !important;
}

#tableheader {
    min-height: 40px;
}

.report-header {
    padding-bottom: 5px;
    margin-left: 200px;
}

h1 a.switch, h1 span.activeswitch {
    margin-bottom: 5px;
}

:first-child + html ul.holder {
    padding-bottom: 2px;
}

* html ul.holder {
    padding-bottom: 2px;
}

ul.holder {
    height: auto !important;
    margin: 0;
    overflow: hidden;
    padding: 4px 5px 0;
}

    ul.holder li {
        float: left;
        list-style-type: none;
        margin: 0 5px 4px 0;
        white-space: nowrap;
    }

        ul.holder li.bit-box {
            background: none repeat scroll 0 0 #F9FBFF;
            border: 1px solid #CAD8F3;
            border-radius: 6px 6px 6px 6px;
            font-family:'manrope',Arial,Tahoma;
            font-size: 11px;
            padding: 1px 15px 2px 5px;
            position: relative;
        }

            ul.holder li.bit-box a.closebutton {
                background: url("../img/workflow_close.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
                display: block;
                font-size: 1px;
                height: 7px;
                padding: 0;
                position: absolute;
                right: 4px;
                top: 5px;
                width: 7px;
            }

                ul.holder li.bit-box a.closebutton:hover {
                    background-position: 7px center;
                }

        ul.holder li.bit-box-focus a.closebutton, ul.holder li.bit-box-focus a.closebutton:hover {
            background-position: center bottom;
        }

        ul.holder li.padright {
            min-height: 18px;
            padding: 3px 5px 0;
        }

table.editfilters tr td {
    padding-left: 5px;
}

.user-select-none {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.margin-top40 {
    margin-top: 40px !important;
}

.readonly {
    background-color: transparent !important;
    border: 1px solid #D9D9D9;
    color: #3f3f3f;
    cursor: default;
    -ms-text-shadow: 1px 1px 0px #fefefe;
    -webkit-text-shadow: 1px 1px 0px #fefefe;
    text-shadow: 1px 1px 0px #fefefe;
}

select:disabled {
    background-color: transparent !important;
    border: 1px solid #D9D9D9;
    color: #3f3f3f;
    cursor: default;
    -ms-text-shadow: 1px 1px 0px #fefefe;
    -webkit-text-shadow: 1px 1px 0px #fefefe;
    text-shadow: 1px 1px 0px #fefefe;
}

input[type="text"]:read-only {
    background-color: transparent !important;
    /*   border: 1px solid #D9D9D9;*/
    color: #3f3f3f;
    cursor: default;
    -ms-text-shadow: 1px 1px 0px #fefefe;
    -webkit-text-shadow: 1px 1px 0px #fefefe;
    text-shadow: 1px 1px 0px #fefefe;
    text-align: left;
    padding:0;
    height:auto;
}
input:read-only:focus{
    border-color:transparent;
    box-shadow:none;
}

.ui-dialog-content #content.popup {
    border: none;
    padding: 0;
    margin: 0;
}

input[type="text"]:disabled, input[type="password"]:disabled, textarea:disabled {
    background-color: transparent !important;
   /* border: 1px solid #D9D9D9;*/
    color: #3f3f3f;
    cursor: default;
    -ms-text-shadow: 1px 1px 0px #fefefe;
    -webkit-text-shadow: 1px 1px 0px #fefefe;
    text-shadow: 1px 1px 0px #fefefe;
}

.visibilityhidden {
    visibility: hidden;
}

li.details {
    list-style: none !important;
    margin-left: 0 !important;
}

#notifications ul.items li {
    margin-bottom: 5px;
}

.timePeriod {
    width: 135px;
    height: 31px;
}

    .timePeriod div {
        padding-left: 2px;
        float: left;
    }

.scheduleperiod {
    width: 55px !important;
    overflow: visible;
}

.hiddenrequired {
    display: none !important;
}

.showTreeView {
    display: block;
}

.hiddenRequired {
    display: none !important;
}

.spanHint {
    color: #369;
    cursor: help;
}

.contentDialog {
    min-width: 500px;
}

span.titleHint {
    cursor: help;
    color: #336699;
    font-size: 8pt !important;
    font-weight:400!important;
}

/*для инпута делаем крестик для очищения содержимого*/
.searchclearable {
    background: #fff url(data:image/gif;base64,R0lGODlhBwAHAIAAAP///5KSkiH5BAAAAAAALAAAAAAHAAcAAAIMTICmsGrIXnLxuDMLADs=) no-repeat right -10px center;
/*    border: 1px solid #999;
    padding: 3px 18px 3px 4px;
    border-radius: 3px;
    transition: background 0.4s;*/
}

    .searchclearable.x {
        background-position: right 20px center;
    }

    .searchclearable.onX {
        cursor: pointer;
    }
/*end */

/*скругленный стиль*/
/*input[type="text"],input.ac_input, select,textarea {
  border: 1px solid #999;
  padding: 3px 4px;
  border-radius: 3px;
  transition: background 0.4s;
}*/
.blockDiv {
    background: #666 url("images/ui-bg_flat_0_666666_40x100.png") repeat-x scroll 50% 50%;
    left: 0;
    top: 0;
    z-index: 101;
}

.saveAndClose-dialog-button {
    margin-right: 3px;
}

.textarea {
    -moz-appearance: textfield-multiline;
    border: 1px solid gray;
    font-family:'manrope',Arial,Tahoma;
    font-size: 12px;
    min-height: 36px;
    line-height: 18px;
    overflow: hidden;
    padding: 2px;
    width: 98%;
}

.grey-filter {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

tr.unactive td {
    background: #d9d9d9;
}

.italictext {
    font-style: italic;
    font-size: 11px;
}

.afterAjaxMessage {
    padding: 3px 6px 3px 6px;
    border-radius: 4px;
    font-size: 80%;
    display: none;
}

.message-info {
    background-color: #d9edf7;
    color: #31708f;
}

.message-error {
    background-color: #f2dede;
    color: #a94442;
}

.message-warning {
    background-color: #fcf8e3;
    color: #8a6d3b;
}

.message-success {
    background-color: #a8ffa1;
    color: #3c763d;
}

.overlay {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    bottom: 0;
}

.notify-card {
    background: #fff;
    margin-top: 5px;
    padding-left: 5px;
    border: solid #eceff1;
    border-left: 10px solid #bf3d30;
    border-radius: 0px 5px 5px 0px;
    width: 300px;
    z-index: 999;
    top: 0;
    right: 5px;
    position: absolute;
    display: none;
    cursor: pointer;
}

.card-error-border {
    border-left: 6px solid #bf3d30 !important;
}

.card-success-border {
    border-left: 6px solid #29913c !important;
}

.notify-card table {
    padding-left: 3px;
    width: 295px;
}

.notify-icon {
    font-size: 56px;
}

.notify-card-error {
    color: #bf3d30;
}

.notify-card-success {
    color: #29913c;
}

.notify-card .icon {
    font-size: 30px;
}

.notify-card .arrow-dismiss {
    font-size: 14px;
    font-weight: bold;
    text-transform: lowercase;
    text-decoration: none;
    text-decoration-style: none;
}

.notify-card h1 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.notify-card h2 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.notify-buttons {
    margin: 5px;
    padding-left: 15px;
    text-align: right;
}

    .notify-buttons a {
        text-decoration: none;
    }

.notify-card table tr td {
    vertical-align: middle;
}

.clicktocall {
    text-decoration: none;
    color: #29913c;
    cursor: pointer;
}

    .clicktocall i {
        margin-right: 3px;
        font-size: 14px;
        margin-right: 0px;
    }

        .clicktocall i span {
            font-family: Arial, Helvetica, sans-serif;
            margin-left: 3px;
        }

.animate {
    -webkit-animation: phone 1s infinite;
    -moz-animation: phone 1s infinite;
    -o-animation: phone 1s infinite;
    animation: phone 1s infinite;
}

.pause {
    -webkit-animation: paused !important;
    -moz-animation: paused !important;
    -o-animation: paused !important;
    animation: paused !important;
}

td.created {
    padding-right: 3px;
}

@keyframes phone {
    50% {
        transform: scale(1.1) rotate(10deg);
    }
}




.popup-notify-group {
    position: fixed;
    z-index: 11111;
    right: 2px;
    top: 2px;
}

.popup-notify-warning {
    font-size: 1rem;
    color: #856404;
    background-color: #fff3cd;
    border-color: #fbe08f;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #fbe08f;
    border-radius: .25rem;
    padding-right: 4rem;
}

    .popup-notify-warning.popup-notify-template {
        display: none;
    }

    .popup-notify-warning .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: .75rem 1.25rem;
        color: inherit;
        background-color: transparent;
        border: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        float: right;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        opacity: .5;
        margin: 0;
        border-radius: 0;
        cursor: pointer;
    }

    .popup-notify-warning a.newticket, .popup-notify-warning a.newticket:hover {
        display: inline-block;
        font-weight: 400;
        color: #212529;
        text-align: center;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #ffc107;
        border: 1px solid #ffc107;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        padding: .25rem .5rem;
        font-size: .875rem;
        line-height: 1.5;
        border-radius: .2rem;
        width: 100%;
        text-decoration: none;
    }


/*GRID*/
.k-grid div.k-grid-header .k-header, .k-grid .k-grid-header, .k-grid .k-header, table.data th {
    background: #F3F5FB;
    box-shadow: -1px 0px 0px #EBEEF8;
    height: 29px;
}

.k-grid div.k-grid-footer, .k-grid div.k-grid-header {
    border-bottom-width: 0;
}

div .k-grid, div table.data {
    border: none;
}
.k-grid .k-grid-content table td, table.data td {
    border: 1px solid #F2F5FF;
}
.k-grid .k-grid-content table .expired td, k-grid .k-grid-content table th, table.data th, table.data .expired td {
    border: 1px solid #DDE3F4;
}

.k-grid table tr > th.sorted {
    background: #DDE3F4 !important;
}

.k-grid tr td, table.data tr {
/*    height: 35px;*/
}

table tr.odd {
    background-color: initial;
}

div#content {
    margin-left: 0;
    margin-top: 0;
    padding: 0 10px 0 0;
    border: inherit;
}
.ivp div#content {
    padding: 10px 10px 0 10px;
}
/*---------------------*/
.controlbutton {
    margin-right: 6px;
}
.icon-move:before {
    background-image: url(../img/icon/move-gray.svg);
    background-repeat: no-repeat;
    width: 13px;
    height: 9px;
    display: inline-block;
    content: "";
    margin: 0 5px 0 0;
}
.icon-arrow-down:before {
    background-image: url(../img/icon/arrow-down.svg);
    background-repeat: no-repeat;
    width: 7px;
    height: 5px;
    display: inline-block;
    content: "";
    margin: 0 5px 0 0;
}
.icon-calendar:before {
    background-image: url(../img/icon/calendar.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    content: "";
    margin: 0 5px 0 0;
}
.icon-move.blue:before {
    background-image: url(../img/icon/move.svg);
    background-repeat: no-repeat;
    width: 13px;
    height: 9px;
    display: inline-block;
    content: "";
    margin: 0 5px 0 0;
}
.icon-document:before {
    background-image: url(../img/icon/document.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    content: "";
    margin: 0 5px 0 0;
}
.icon-plus:before {
    background-image: url(../img/icon/plus.svg);
    background-repeat: no-repeat;
    width: 9px;
    height: 10px;
    display: inline-block;
    content: "";
    margin: -1px 10px 0 0;
    vertical-align: middle;
}
.icon-plus.blue:before {
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='10' viewBox='0 0 9 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.27313 9.53996C3.27313 8.9208 3.27313 8.32268 3.27313 7.7456C3.27313 7.16852 3.27313 6.6245 3.27313 6.11355V3.88638C3.27313 3.37542 3.27313 2.8314 3.27313 2.25432C3.27313 1.67724 3.27313 1.07912 3.27313 0.459961H5.67162C5.67162 1.07912 5.67162 1.67724 5.67162 2.25432C5.67162 2.8314 5.67162 3.37542 5.67162 3.88638V6.11355C5.67162 6.6245 5.67162 7.16852 5.67162 7.7456C5.67162 8.32268 5.67162 8.9208 5.67162 9.53996H3.27313ZM0 6.16765V3.83227C0.619159 3.83227 1.21728 3.83227 1.79436 3.83227C2.37144 3.83227 2.91245 3.83227 3.4174 3.83227H5.51833C6.02929 3.83227 6.57331 3.83227 7.15039 3.83227C7.72747 3.83227 8.32559 3.83227 8.94475 3.83227V6.16765C8.32559 6.16765 7.72747 6.16765 7.15039 6.16765C6.57331 6.16765 6.02929 6.16765 5.51833 6.16765H3.4174C2.91245 6.16765 2.37144 6.16765 1.79436 6.16765C1.21728 6.16765 0.619159 6.16765 0 6.16765Z' fill='%237F9AF8'/%3E%3C/svg%3E");
}
.icon-x:before {
    display: inline-block;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='10' viewBox='0 0 9 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.73498 9.05823C6.29717 8.62042 5.87423 8.19748 5.46618 7.78942C5.05812 7.38137 4.67344 6.99669 4.31214 6.63539L2.73729 5.06054C2.37599 4.69924 1.99131 4.31456 1.58325 3.9065C1.1752 3.49844 0.752263 3.07551 0.314451 2.6377L2.01044 0.941709C2.44825 1.37952 2.87119 1.80246 3.27924 2.21051C3.6873 2.61857 4.07198 3.00325 4.43328 3.36455L6.00813 4.9394C6.36943 5.3007 6.75411 5.68538 7.16217 6.09343C7.57022 6.50149 7.99316 6.92443 8.43097 7.36224L6.73498 9.05823ZM2.03594 8.98809L0.384586 7.33673C0.822397 6.89892 1.24533 6.47599 1.65339 6.06793C2.06145 5.65987 2.444 5.27732 2.80105 4.92027L4.28663 3.43468C4.64794 3.07338 5.03262 2.6887 5.44067 2.28065C5.84873 1.87259 6.27166 1.44966 6.70948 1.01184L8.36083 2.6632C7.92302 3.10101 7.50009 3.52395 7.09203 3.932C6.68397 4.34006 6.29929 4.72474 5.93799 5.08604L4.45241 6.57163C4.09536 6.92868 3.7128 7.31123 3.30475 7.71929C2.89669 8.12735 2.47376 8.55028 2.03594 8.98809Z' fill='%23FF8787'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 9px;
    height: 10px;
    margin: 0 10px 0 0;
    vertical-align: middle;
}
.ivp .icon-x:before {
    margin-top: -2px;
}
.icon-save:before {
    background-image: url(../img/icon/save.svg);
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    display: inline-block;
    content: "";
    margin: -2px 10px 0 0;
    vertical-align: middle;
}
.icon-save.blue:before {
    background-image: url(../img/icon/save-blue.svg);
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    display: inline-block;
    content: "";
    margin: 2px 5px 0 0;
    vertical-align:middle;
}
.icon-minus-circle:before {
    background-image: url(../img/icon/minus-circle.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 16px;
    display: inline-block;
    content: "";
    vertical-align: text-bottom;
    margin: 0 5px 0 0;
}
.icon-minus:before {
    background-image: url(../img/icon/minus.svg);
    background-repeat: no-repeat;
    width: 10px;
    height: 14px;
    display: inline-block;
    content: "";
    vertical-align: text-bottom;
    margin: 0 5px 0 0;
}
.icon-help-circle:before {
    background-image: url(../img/icon/help-circle.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    content: "";
    vertical-align: text-bottom;
    margin: 0 5px 0 0;
}
.icon-edit:before {
    background-image: url(../img/icon/edit.svg);
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    display: inline-block;
    content: "";
    margin: 0 2px 0 0;
}
.icon-excel:before {
    background-color: white;
    width: 15px;
    height: 15px;
    display: inline-block;
    content: "";
    vertical-align: middle;
    margin: -2px 10px 0 0;
    -webkit-mask: url(../img/icon/excel.svg) no-repeat 50% 50%;
    mask: url(../img/icon/excel.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
}
.icon-excel2:before {
    background-image: url(../img/icon/excel.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    content: "";
    vertical-align: text-bottom;
    margin: 0 5px 0 0;
}
.icon-user:before {
    background-image: url(../img/icon/user.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    content: "";
    vertical-align: text-bottom;
    margin: 0 5px 0 0;
}
.icon-filter:before {
    background-image: url(../img/icon/filter.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 13px;
    display: inline-block;
    content: "";
    vertical-align: text-bottom;
    margin: 0 5px 0 0;
}
.icon-ok:before {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='9' viewBox='0 0 11 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.88043L3.86957 6.75L9.36957 1.25' stroke='white' stroke-width='2.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    display: inline-block;
    content: "";
    margin: 0 12px 0 0;
    vertical-align: middle;
}

.icon-return:before {
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.57463 0.794922L6.67212 1.89241L2.56461 5.99992L6.67212 10.1074L5.57463 11.2049L0.369629 5.99992L5.57463 0.794922Z' fill='%237F9AF8'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 7px;
    height: 11px;
    display: inline-block;
    content: "";
    margin: 0 10px 0 0;
}
.icon-up:before {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.944336 6L4.94434 2L8.94434 6' stroke='%237F9AF8' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 10px;
    height: 7px;
    display: inline-block;
    content: "";
    
}
.icon-mime {
    padding: 2px 5px;
    text-transform: uppercase;
    min-width: 26px;
    height: 18px;
    background: #6EC06C;
    border-radius: 4px;
    color: white;
    font-weight: 700;
    font-size: 10px;
    line-height: 14px;
    margin: 6px 2px 6px 1px;
    display: inline-block;
}
.icon-mime.red{
    background:#FF6D6D;
}
.icon-chart{
    margin:0;
    position:relative;
    margin-right:24px;
}
.icon-chart:before {
    background-image: url(../img/icon/chart.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    content: "";
    vertical-align: text-bottom;
    margin: -2px 5px 0 -6px;
    position:absolute;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.btn.btn-default {
    color: #3260D7;
    background-color: #fff;
    border-color: #C5CDEB;
}
.btn.hidden{
    display:none;
}

.btn-default:hover {
    color: #383838;
    background-color: #F3F6FF;
    border-color: #A8B3FF;
}
.btn-default .icon-excel:before {
    background-color: #7F9AF8;
}
.btn:focus, .btn:focus:active, .btn:active,
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-default:focus, .btn-default.focus {
    color: #383838;
    background-color: #fafafa;
    border-color: #0397e4;
    box-shadow: 0 0 0 1px rgba(64, 188, 252, 0.5);
}

.btn.btn-empty {
    background-color: transparent;
}
.btn-default.disabled, .btn-default:disabled {
    color: #383838;
    background-color: #f9f9f9;
    border-color: #C5CDEB;
}

.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active,
.show > .btn-default.dropdown-toggle {
    color: #384F9E;
    background-color: #fafafa;
    border-color: #0397e4;
}

    .btn-default:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled).active:focus,
    .show > .btn-default.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(64, 188, 252, 0.5);
    }

.form-control.px200 {
    width: 200px;
}

.form-control.px400 {
    width: 400px;
}

.form-control.dateTime, #attributeholder .form-control.dateTime {
    width: 140px;
    background-image: url(../img/icon/calendar.svg);
    background-repeat: no-repeat;
    background-position: 116px;
}
.form-control.date {
    width: 110px;
    background-image: url(../img/icon/calendar.svg);
    background-repeat: no-repeat;
    background-position: 86px;
}
td.tdvalue input.form-control.date {
    width: 140px;
    background-position: 116px;
}


.chosen-container-single .chosen-single {
    border: none;
}

label {
    /*font-size:12px;*/
    margin-bottom: 0;
}


.chosen-container-single .chosen-single span {
    line-height: 18px;
    font-weight: bold;
}

.chosen-container-single .chosen-single {
    height: 28px;
    border-radius: 0.5rem;
}

    .chosen-container-single .chosen-single div b {
        margin-top: 5px;
    }

.chosen-container-single .div-b {
    margin-right: 5px;
}

#resetservice.disabled {
    display: none;
}

.form-control {
    height: 30px;
}

#rightmenu select.form-control {
    width: 230px;
}

.btn {
    font-size: 12px;
    border-radius: 5px;
    padding: 5px 12px;
    line-height: 18px;
}

#rightmenu h3 {
    border-bottom: initial;
}

#rightmenucontent #filtertoolbar {
    position: initial;
    display: block;
    height: 26px;
}

#filtertoolbar a.button img {
    margin-left: 10px;
}

.indata .k-grid-header .k-header:first-child, .k-grid tbody td:first-child, .k-grid tfoot td:first-child {
    border-left: none;
}

.indata .k-grid-header .k-header:last-child, .k-grid tbody td:last-child, .k-grid tfoot td:last-child {
    border-right: none;
}

div.k-grid-header .k-header, .k-grid-header, .k-header {
    background: #F1F2F4;
}

.task .k-grid .k-grid-content {
    overflow-y: auto;
}

#newsearch {
    border: 1px solid #DDE3F4;
    border-radius: 8px;
    margin-top: 10px;
    margin-left: 30px;
    padding-left: 26px;
    display:block;
}

    #newsearch.expanded {
        margin-left: 0px;
        border-radius: 8px;
        box-shadow: none;
    }

.autocomplete-suggestions.tasksearchContainer {
    border: 1px solid #DDE3F4;
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.11);
    border-radius: 10px;
    margin-top:6px;
}

.search-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.8503 10.5247L9.47047 8.14484C9.96219 7.40375 10.25 6.51641 10.25 5.5625C10.25 2.97781 8.14719 0.875 5.5625 0.875C2.97781 0.875 0.875 2.97781 0.875 5.5625C0.875 8.14719 2.97781 10.25 5.5625 10.25C6.51641 10.25 7.40375 9.96219 8.14484 9.47047L10.5247 11.8503C10.8903 12.2164 11.4847 12.2164 11.8503 11.8503C12.2164 11.4842 12.2164 10.8908 11.8503 10.5247ZM2.28125 5.5625C2.28125 3.75313 3.75313 2.28125 5.5625 2.28125C7.37187 2.28125 8.84375 3.75313 8.84375 5.5625C8.84375 7.37187 7.37187 8.84375 5.5625 8.84375C3.75313 8.84375 2.28125 7.37187 2.28125 5.5625Z' fill='%23C2C2C2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 9px;
    height: 10px;
    display: inline-block;
    width: 13px;
    height: 13px;
    position: absolute;
    margin-top: -21px;
    margin-left: 40px;
}
.search-icon.active {
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.8503 10.5247L9.47047 8.14484C9.96219 7.40375 10.25 6.51641 10.25 5.5625C10.25 2.97781 8.14719 0.875 5.5625 0.875C2.97781 0.875 0.875 2.97781 0.875 5.5625C0.875 8.14719 2.97781 10.25 5.5625 10.25C6.51641 10.25 7.40375 9.96219 8.14484 9.47047L10.5247 11.8503C10.8903 12.2164 11.4847 12.2164 11.8503 11.8503C12.2164 11.4842 12.2164 10.8908 11.8503 10.5247ZM2.28125 5.5625C2.28125 3.75313 3.75313 2.28125 5.5625 2.28125C7.37187 2.28125 8.84375 3.75313 8.84375 5.5625C8.84375 7.37187 7.37187 8.84375 5.5625 8.84375C3.75313 8.84375 2.28125 7.37187 2.28125 5.5625Z' fill='%237F9AF8'/%3E%3C/svg%3E");
}
#rightmenu #search {
    display: block;
    margin-left: 10px;
    padding-right: 30px;
}
#rightmenu .search-icon.active {
    right: 0;
    margin-right: 20px;
    margin-left: initial;
    margin-top: -30px;
    height: 30px;
    vertical-align: middle;
    line-height: 10;
    background-position: center;
}

.search-icon.expanded {
    margin-left: 10px;
}

 #btnClearSearch, #btnSearchSetting {
    position: absolute;
}

#btnSearchSetting {
    right: 0;
    margin-right: 20px;
    margin-top: -2px;
}

 #btnClearSearch {
    right: 0;
    margin-right: 40px;
    margin-top: -2px;
}

#rightmenu #filter-sticker {
    right: 0;
    margin-right: 244px;
    margin-top: 22px;
    width: 8px;
    padding: 0;
    background-size: contain;
    z-index: 1;
}
.ivp #rightmenu #filter-sticker {

    margin-top: 18px;
}

    #rightmenu #filter-sticker.arrow-left {
        margin-right: 10px;
    }
.jumbotron {
    padding: 17px 25px;
    margin: 5px 16px;
}
.form-control.px200, .field .form-control, .field button, .form-control {
    display: inline-block;
}

.browserdialog {
    width: 28px;
    height: 30px;
    background: url(../img/buttons/browsedialog.gif);
    display:inline-block;
}

.browserdialog:hover {
    background: url(../img/buttons/browsedialog_hover.gif);
}


.user-data-img {
    background-repeat: no-repeat;
    border-radius: 50%;
    width: 46px;
    height: 46px;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #9db3ec;
    outline: 0;
    box-shadow: 0 0 2px 2px rgb(50 96 215 / 15%) inset;
}
.form-control.error, .form-control:invalid {
    background: #FFF8F8;
    border: 1px solid #FDACAC;
    border-radius: 8px;
}

    .form-control.error:focus {
        box-shadow: 0 0 3px 1px #dc35456e inset;
    }

.row {
     display: block; 
    flex-wrap: wrap;
     margin-right: initial; 
     margin-left: initial; 
}
.row.hidden{
    display:none;
}

.form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

::file-selector-button {
    font: inherit;
}

::-webkit-file-upload-button {
    font: inherit;
}

user agent stylesheet
input[type="file" i]::-webkit-file-upload-button {
    appearance: auto;
    white-space: nowrap;
    margin-inline-end: 4px;
    font-size: inherit;
    -webkit-user-modify: read-only !important;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    box-sizing: border-box;
    background-color: buttonface;
    color: buttontext;
    margin: 0px;
    padding: 1px 6px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonborder;
    border-image: initial;
}

.ui-dialog .ui-widget-header {
    border: none;
    background: none;
    color: black;
    font-weight: bold;
    font-size: 18px;
    font-weight: 700;
}
h1 .chosen-results{
    font-weight:400;
}
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    input[type=checkbox], input[type=checkbox].form-control, input[type=radio].form-control,
    input[type=radio] {
        --active: #55BD4C;
        --active-inner: #fff;
        --focus: 2px rgb(113 187 91 / 38%);
        --border: #DDE3F4;
        --border-hover: #3CA432;
        --background: #fff;
        --disabled: #eee;
        --disabled-inner: #bfbfbf;
        -webkit-appearance: none;
        -moz-appearance: none;
        height: 14px;
        outline: none;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0 2px;
        cursor: pointer;
        border: 1px solid var(--bc, var(--border));
        background: var(--b, var(--background));
        transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    }



        input[type=checkbox]:after,
        input[type=radio]:after {
            content: "";
            display: block;
            left: 0;
            top: 0;
            position: absolute;
            transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
        }

        input[type=checkbox]:checked,
        input[type=radio]:checked {
            --b: var(--active);
            --bc: var(--active);
            --d-o: .3s;
            --d-t: .6s;
            --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
        }

        input[type=checkbox]:disabled,
        input[type=radio]:disabled {
            --b: var(--disabled);
            cursor: not-allowed;
            opacity: 0.9;
        }

            input[type=checkbox]:disabled:checked,
            input[type=radio]:disabled:checked {
                --b: var(--disabled-inner);
                --bc: var(--border);
            }

        input[type=checkbox]:hover:not(:checked):not(:disabled),
        input[type=radio]:hover:not(:checked):not(:disabled) {
            --bc: var(--border-hover);
        }

        input[type=checkbox]:focus,
        input[type=radio]:focus {
            box-shadow: 0 0 2px var(--focus);
        }

        input[type=checkbox]:not(.switch),
        input[type=radio]:not(.switch) {
            width: 14px;
        }

            input[type=checkbox]:not(.switch):after,
            input[type=radio]:not(.switch):after {
                opacity: var(--o, 0);
            }

            input[type=checkbox]:not(.switch):checked,
            input[type=radio]:not(.switch):checked {
                --o: 1;
            }

            input[type=checkbox]:not(.switch):after {
                width: 5px;
                height: 8px;
                border: 2px solid var(--active-inner);
                border-top: 0;
                border-left: 0;
                left: 4px;
                top: 1px;
                transform: rotate(var(--r, 20deg));
            }

        input[type=checkbox]:disabled:checked:not(.switch):after,
        input[type=radio]:disabled:checked:not(.switch):after {
            border: 2px solid var(--disabled-inner);
            border-top: 0;
            border-left: 0;
        }

        input[type=checkbox]:not(.switch):checked {
            --r: 43deg;
        }

    input[type=radio] {
        border-radius: 50%;
        margin-top: 2px;
    }

        input[type=radio]:after {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: var(--active-inner);
            opacity: 0;
            transform: scale(var(--s, 0.7));
        }

        input[type=radio]:checked {
            --s: .5;
        }
}
ul.data.sortable{
    border:none;
}
ul.data.sortable li {
    border: 1px solid #DDE0F0;
    border-radius: 10px;
    margin: 5px 10px;
    min-height: 40px;
}

html, body, #container {
    height: 100%;
}
#content{
    min-height:100%;
}
#wrapper {
    height: calc(100% - 50px);
}
#wrapper >form {
    height:100%;
}
.form-control.hidden{
    display:none;
}

#configurationmenu, #configurationmenu ul {
    margin: 0;
    padding: 0;
    border:none;
}
#configurationmenu {
    margin: 5px;
}

#configurationmenu ul li.selected {
    background: #55BD4C;
   
}
#configurationmenu li:first-child{
    border-radius: 5px 5px 0px 0px;    
}
#configurationmenu li:last-child{
    border:none;
    border-radius: 0px 0px 5px 5px;
}
body.configurationmenu #container{
    background:#fff;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #BACDFD #EEEEEE;
}

/* для Chrome/Edge/Safari */
*::-webkit-scrollbar {
  height: 6px;
   width: 6px;
}
*::-webkit-scrollbar-track {
  background: #EEEEEE;
  
}
*::-webkit-scrollbar-thumb {
  background-color: #BACDFD;
  border-radius: 10px;
  border: 1px solid #EEEEEE;
}

.ui-dialog .popup {
    box-shadow:none;
    border:none;
}
.px120.form-control, .form-control.dateTime.readonly {
    width: 126px;
}
input.form-control[type="checkbox"]{
    border-radius:0;
}
.form-control.timespan{
    width:60px;
}
.form-control.dateTime.readonly, .form-control.dateTime[disabled]{
    background-image:none;
}

.k-grid-header th.cb.k-header, .k-grid-content table td.cb, table th.cb, table td.cb {
    text-align: center;
}

input[disabled], textarea[disabled], textarea.readonly,
div.input, input.readonly, input[readonly], .ivp textarea[disabled], .ivp textarea.readonly {
    border: none;
    background-color: transparent;

    color: #495057;
    line-height: 1;
}
#popupcontainer .field label{
    font-size:12px;
}
.popupwrapper.multipleselectpopup, .popupwrapper.multipleselectpopup .popup {
    min-width: 250px;
}
.popupwrapper.multipleselectpopup .popup nobr input{
    width:calc(100% - 50px);
}

input[readonly][value=""], input.disabled:not([value]), select[disabled].select-empty-data {
    background-image: url("data:image/svg+xml,%3Csvg width='4' height='2' viewBox='0 0 4 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.66 1.4365V0.628H3.96V1.4365H0.66Z' fill='%236D7696'/%3E%3C/svg%3E%0A") !important;
    background-repeat: no-repeat;
    background-position: left;
    border: none;
}
.lineheight30{
    line-height:30px;
}
input[type="checkbox"]:disabled {
    border: 1px solid #D9D9D9;
    background: var(--b, var(--background));
}

.btn.btn-default {
    white-space: nowrap;
}

#popupcontainer input[disabled], #popupcontainer textarea[disabled], #popupcontainer textarea.readonly,
#popupcontainer div.input, #popupcontainer input.readonly, #popupcontainer input[readonly], .ivp #popupcontainer textarea[disabled], .ivp #popupcontainer textarea.readonly
#popupcontainer textarea[disabled], #popupcontainer textarea.readonly {
    color: black;
    font-style: normal;
    font-weight: 600;
}
#userData2Overlay{
    z-index:223;
}
.form-control[readonly]:focus, .form-control[disabled]:focus, .form-control.readonly:focus, .form-control.disabled:focus{
    box-shadow:none;
}

#popupcontainer .formheader h1 a.marginleft10, #popupcontainer #content > h1 a.marginleft10 {
    text-decoration: none;
    font-size: 11px;
    line-height: 18px;
}

#rightmenu h3 > a:not([href]), #rightmenu h3 > a.noul {
    text-decoration: none;
    font-size: 11px;
    line-height: 18px;
    color: #3260D7;
    font-weight: 400;
}
.error.header-error{
    display:block;
    font-size:12px;
    padding-left:5px;
    line-height:30px;
}
#configurationmenu li.hidden {
    display: none;
}
#configurationmenu li.import-toggle a {
    margin-left: 15px;
}
#configurationmenu li.import-toggle a:before {
       content: " ";
}


.additional.filter-group-header.additional-ext {
    cursor: pointer;
    text-decoration-style: dotted;
}
.additional.filter-group-header.additional-ext > h2.pointer{
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

    .additional.filter-group-header.additional-ext .filterfield.filtertype {
        display: none;
    }

.additional-ext.expanded .additional-ext-arrow, .additional-ext .lazy-filter {
    display: none;
}

.additional.filter-group-header.expanded.additional-ext .filterfield.filtertype {
    display: block;
}

td.eclipseoverflow a {
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    width: 99%;
    text-wrap: nowrap;
}
    td.eclipseoverflow a span {
        text-wrap: nowrap;        
    }