@import url('../../../../assets/css/fonts/glober/font.css');
* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    font: 12px/18px Verdana, sans-serif;
    height: 100%;
    color: #555555;
}

a {
    color: #0072bc;
    outline: none;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 0 0 18px
}

img {
    border: none;
}

input {
    vertical-align: middle;
}

input, textarea {
    outline:none;
}

input:active, textarea:active {
    outline:none;
}

:focus {
    outline:none;
}

input.password-showing, input.password { height: 16px; }
 
#wrapper {
    width: 100%;
    min-width: 990px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    background-image: url('../image/bg/bg-content_1.png');
    background-repeat: repeat-x;
    background-color: #EfEfEf;
}


.left {
    float: left;
}

.right {
    float: right !important;
}

.display-none {
    display:  none;
}

.visible-none {
    visibility:  hidden;
}

.ch {
    cursor: pointer;
}

.pointer {
    cursor:  pointer;
}

.slider-value {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    background-color: #EfEfEf;
}

/**/

.inaccessible {
    position:  relative;
    background-color:  #EFEFEF;
    height: 100%;
    z-index: 10;
    opacity: 0.6;
}

select {
    -webkit-appearance: menulist;
    box-sizing: border-box;
    -webkit-box-align: center;
    border: 1px solid #b7b7b7;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: white;
    cursor: default;
    padding: 3px;
    color: #555555;
}

#dialog-message2,
#dialog-message2-success {
    display: none;
}
#dialog-message2-success p {
    margin-top: 30px;
    text-align: center;
}
#dialog-message2 #polling_answer_other {
    box-sizing: border-box;
    resize: vertical;
    overflow: auto;
    min-height: 45px;
    width: 100%;
}

/* title
-----------------------------------------------------------------------------*/
#title {
    padding:0px;
    height:40px;
    width: 990px;
    margin: 0 auto;
}

#title .value{
    float: left;
    margin: 10px 0;
    color: #fcfcfc;
}

#title .support {
    float: right;
    color: #fcfcfc;
    padding-top: 10px;
}

#title .support div {
    float: left;
}

#title .support .questions {
    color: #2bade1;
    background-image: url('../image/icons/icon-phone-arrow.png');
    background-repeat: no-repeat;
    background-position: right 5px;
    padding-right: 25px;
    margin-right: 10px;
}

#title .support .email{
    margin-right: 10px;
}

#title .support .email a{
    color: #fff;
    text-decoration: none;
}

#title .support .email a:hover {
    color: #fff;
    text-decoration: none;
}

#title .support .phone {
    margin-right: 10px;
}

#title .support .phone span {
    color: #add5d3;
}

#title .support .help {
    position: relative;

}

#title .support .help img {
    width: 30px;
    height: 30px;
    margin-top: -5px;

}

#title .support .language {
    margin-right: 0px;
}

#title .support .language .dropdown {
    margin-top: -1px;
    width: 52px;
    text-align: center;
}

.view_gray_wrap {
    background-color: #eeeeee;
    width: 100%;
    margin-bottom: 20px;
}

.view_gray_wrap td {
    padding: 10px !important;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
    height: 105px;
    width: 990px;
    margin: 0 auto;
}

#logo {
    float: left;
    margin-top: 18px;
    border: none;
}

table.greeting {
    margin-top: 10px;
    min-width: 300px;
}


table.greeting td {
    padding: 2px 0;
}

table.greeting td span {
    color:  #0072bc;
    font-weight: bold;
}

table.greeting td .pay-balance span {
    color:  #0072bc;
    font-weight: bold;
}

table.greeting td .edit {
    margin: 0 10px;
}

table.greeting td .activity_history {
    float:left;
}

/* navigation
-----------------------------------------------------------------------------*/
#navigation {
    height: 40px;
    width: 990px;
    margin: 0 auto;
}

#navigation table {
    float: right;
    border:none;
}

#navigation table td {
    width: 130px;
    min-width: 130px;
    text-align: center;
    padding: 0;
    background-image: url('../image/tabs/tab-navigation.png');
    background-repeat:  no-repeat;
}

#navigation table td.current{
    background-image: url('../image/tabs/tab-navigation.png');
    background-repeat:  no-repeat;
    background-position: 0 -39px;
    font-weight: bold;
}

#navigation table td a {
    text-decoration: none;
    color: #555555;
    padding: 12px 0 9px 0;
    display: block;
}

/* content
-----------------------------------------------------------------------------*/
#content {
    width: 990px;
    margin: 0 auto;
    padding: 20px 0 142px;
}

/**/

#subsections {
    height: 55px;
    width: 100%;
    margin: 0 auto 20px;
}

#subsections table {

    border:none;
}

#subsections table td {
    width: 156px;
    text-align: center;
    padding: 0;

}

#subsections table td.current{
    font-weight: bold;
    background-image: url('../image/tabs/tab-subsections.png');
    background-repeat:  no-repeat;

}

#subsections.big table  td {
    width: 138px;
}

#subsections.big table  td.current{
    background-image: url('../image/tabs/tab-subsections-big.png');
}

#subsections.big {
    height: 44px;
    border-bottom: none;
}

#subsections.big {
    height: 65px;
}

#subsections.big table tr {
    height: 55px;
}

#subsections table td a {
    text-decoration: none;
    color: #555555;
    padding: 7px 0 20px 0;
    display: block;
}

#subsections.big table td a {
    padding: 5px 5px 20px 5px;
}

#subsections.disabled table td.other a {
    cursor: pointer;
    pointer-events: none;
    color: #999;
}

/**/

#filter {
    height: 55px;
    width: 100%;
    margin: 0 auto 20px;

}

#filter p{
    font-weight:  bold;
    margin: 10px 0;
}

#filter .title {
    height: 30px;
}

#filter .title .name {
    font-weight:  bold;
}

#filter .title .advanced {
    margin-right: 210px;
    cursor: pointer;
}

#advanced_filter {
    height: 30px;
    width: 100%;
    margin: 0 auto 20px;
}

table input,textarea {
    padding: 4px 3px;
    color: #6b6d71;
    border: 1px solid #b7b7b7;
    margin: 0;
}

.division {
    border-top: 1px dotted #b7b7b7;
    height: 1px;
    margin: 10px 0;
}

.clear {
    clear: both;
}

@font-face {
    font-family: 'Rouble';
    src: url('fonts/rouble.eot');
    src: local('ALS Rubl'),
        local('ALSRubl'),
        url('fonts/rouble.woff') format('woff'),
        url('fonts/rouble.ttf') format('truetype'),
        url('fonts/rouble.svg#ALSRubl') format('svg');
}

.rouble {
    line-height:normal;
    font-family: 'Rouble';
}

/* Footer
------------------------------------------------------------------------------*/
#footer-wrapper {
    margin: -122px auto 0;
    min-width: 990px;
    height: 122px;
    background: #8a8a8a;
    background-image: url('../image/bg/bg-footer.png');
    text-shadow: 1px 0px 0px #b0b0b0;
    color: #454545;
}
#footer-wrapper .content {
    width: 990px;
    margin: 0 auto;

    padding-top: 20px;
}
#footer-wrapper .content .footer-block {
    width: 400px;
    margin: 0 auto;
}
#footer-wrapper .content .footer-block .title {
    border-bottom: 1px dashed #545454;
    padding-bottom: 5px;
    font-weight:  bold;
}
#footer-wrapper .content .footer-block .text {
    padding: 5px 0 0 0;
    font-size: 10px;
    line-height: 16px;
}

.clear {
    clear: both;
}

.through {
    text-decoration:  line-through;
}

/*tooltip*/

.tooltip {
    display:none;
    background-color:#ffa;
    border:1px solid #cc9;
    padding:0px 5px;
    font-size:11px;
    -moz-box-shadow: 2px 2px 11px #666;
    -webkit-box-shadow: 2px 2px 11px #666;
}


.loader {
    background-image: url('../js/jquery/themes/default/throbber.gif');
    background-repeat:  no-repeat;
    background-position: center;
}


#support_modal table td
{
    padding: 7px;
    border-bottom: 1px dashed #cccccc;
}

/*hint*/

.hint {
    cursor:  pointer;
}


/**/


#body {
    box-shadow: 1px 1px 2px #b6b6b6;
    background-color:  #FFFFFF;
}

/*empty*/

#body .empty {
    padding: 10px;
}

#body .empty div {
    padding: 8px;
    border: 1px dashed #ddd;

}

/*table-header*/

#body .table-header {
    background-color: #d1d1d1;
    height: 39px;
    color: inherit;
}

#body .header-paggination {
    font-weight: normal;
    float: right;
}

#body .header-paggination > .paggination {
    margin: 0;
    height: 10px;
}

/*list-header*/

#body .list-header {
    background-color: #d1d1d1;
    height: 39px;
}

#body .list-header h3 {
    padding: 10px 0 0 10px;
    float:  left;
}

#body .list-header .icons {
    margin: 4px 0 3px 3px;
    width: 32px;
    height: 32px;
}

#body .list-header .loader {
    float:  right;
    background-image: url('../image/loader/loader_32x32.gif');
    height: 32px;
    width: 32px;
    margin: 2px 5px;
    display:  none;
}

#body .list-header .title {
    margin: 10px 0 0 15px;
    font-weight: bold;
    float: left;
}

#body .list-header .close {
    float:  right;
    background-image: url('../image/icons/icon-form-close.png');
    background-repeat: no-repeat;
    height: 32px;
    width: 32px;
    margin: 2px 5px;
}

#body .list-header input.check {
    margin: 14px 20px 0 20px;
}

#body .list-header button {
    margin: 6px 0px 7px 7px;
}
/*#body list-item*/

#body .list-item span {
    float: left;
    margin: 15px 0 0 15px;
}

#body .list-item div {
    float: left;
    margin: 15px 0 0 15px;
    padding: 1px 0;
}

#body .list-item {
    background-color: #FFFFFF;
    height: 50px;
    border-bottom: 1px solid #e3e3e3;
    clear: both;
    color:  #666;
}

#body .list-item:hover {
    background-image: url('../image/bg/bg-list-item.png');
    height: 50px;
    cursor: pointer;
}

#body .list-item.active {
    background-image: url('../image/bg/bg-list-item.png');
}

/* #body blue-design */

#body.blue-design .form-header {
    background-color: #32afe7;
    height: 58px;
    position: relative;
}

#body.blue-design .form-header h3 {
    color: #FFFFFF;
    padding: 20px 22px;
    float: left;
    font-family: "GloberSemiBold";
    text-transform: uppercase;
    font-size: 19px;
    font-weight: normal;
    letter-spacing: 0.2px;
}

#body.blue-design .form-item {
    padding: 11px 15px;
}

#body.blue-design .form-header .p_lodaer {
    top: 21.5px;
}

#body.blue-design .form-item table {
    margin-bottom: 31px;
}

#body.blue-design .form-item p {
    margin: 0;
    margin-bottom: 6px;
    padding: 0;
    clear: both;
    font-size: 11px;
    letter-spacing: 0.4px;
    margin-left: 6px;
    font-family: "GloberSemiBold";
}

#body.blue-design .title-block {
    height: 38px;
}

#body.blue-design .p-title {
    font-family: "GloberRegular";
    font-size: 17px;
    color: #3d3e40;
    font-weight: 500;
    letter-spacing: -0.19px;
    line-height: 20px;
}

#body.blue-design .payment-block > td:first-child {
    padding-bottom: 10px;
    padding-right: 0;
    letter-spacing: -0.2px;
}

#body.blue-design .tb-withdrawal .p-title {
    font-size: 17px\9;
    margin: 5px 2px;
}

/*rowcont*/

#body .list-item .rowcont {
    margin: 8px 10px 0 10px;
    height: 35px;
    padding: 0;
}

#body .list-item .rowcont .text{
    margin: 7px 0 0 0 !important;
}

#body .list-item .rowcont .text input.delete {
    margin: 3px 10px 0 10px;
}

#body .list-item .rowcont .checkbox {
    margin: 7px 0 0 0 !important;
    background-color: #009900;
}

#body .list-item .rowcont .separator {
    border-right: 1px dotted #cccccc;
    margin: 5px 10px !important;
    height: 25px;
    padding: 0;
}

/**/

#body .list-item-sub {
    background-color: #959595;
    padding: 5px 0 0 5px;
    border-bottom: 10px solid #e3e3e3;
    border-left: 10px solid #e3e3e3;
    border-right: 10px solid #e3e3e3;
    display: none;
}

#body .list-footer {
    background-color: #e3e3e3;
    height: 39px;
}

#body .list-footer .w{
    padding: 8px 20px;
}

#body .form-header .w{
    padding: 8px 20px;
    color: #ffffff;
}

#body .form-header .w a{
    color: #ffffff;
}

#body img.status {
    float: left;
    margin: 5px 0 0 15px;
    cursor: pointer;
}

#body img.status2 {
    float: left;
    margin: 5px 0 0 15px;
    cursor: pointer;
}

#body img.edit, img.open {
    float: right;
    margin: 7px 7px 0 0;
    cursor: pointer;
    border: none;
}

#body img.delete {
    float: left;
    margin: 8px 0 0 22px;
    cursor: pointer;
}

#body input.delete {
    float: left;
    margin: 15px 0 0 15px;
    cursor: pointer;
}



#body .list-item .separator{
    background-image: url('../image/bg/bg-list-separator.png');
    background-repeat: no-repeat;
    background-position: right;
}

.list-item-name {
    width: 280px;
}

#body input.create {
    background-image: url('../image/buttons/button-create.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 108px;
    height: 28px;
    border: none;
    outline: none;
    cursor: pointer;
    margin: 6px 0 0 20px;
    float: left;
    color: #555555;
    background-color: #f5f5f5;
}

#body input.btn-small.btn-create {
    background-image: url('../image/buttons/button-create-small.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}

#body input.btn-small {
    width: 28px !important;
    height: 28px;
    border: none;
    outline: none;
    cursor: pointer;
    margin: 0px;
    float: right;
    color: #555555;
    background-color: #f5f5f5;
}

#body input.btn-small:hover {
    background-position: 0 -28px;
}

#body input.export {
    background-image: url('../image/buttons/button-export.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 108px;
    height: 28px;
    border: none;
    outline: none;
    cursor: pointer;
    margin: 6px 0 0 20px;
    float: left;
    color: #555555;
    background-color: #f5f5f5;
}

#body input.create:hover {
    background-position: 0 -28px;
}

#body input.export:hover {
    background-position: 0 -28px;
}
/*pagination*/

#body .paggination {
    margin:10px 8px 0 0;
    float:  right;
    text-align: center;
    position: relative;
}

#body .paggination a:hover {
    color: #555555;
}

.paggination img {
    border:  none;
    margin: 0;
}

.paggination .first,
.paggination .last,
.paggination .next,
.paggination .prev {
    float: left;
    margin-left: 5px;
}

.paggination .num {
    height: 21px;
    min-width: 28px;
    float: left;
    margin-left: 5px;
}

.paggination .num.s {
    color: #0072bc;
    outline: none;
    text-decoration: underline;
    cursor: pointer;
}

.paggination .num.s:hover {
    text-decoration: none;
}

.paggination .cur {
    height: 21px;
    width: 28px;
    float: left;
    margin-left: 5px;
    font-weight:  bold;
}

/*form*/

#body .form-header {
    background-color: #363636;
    height: 39px;
    position: relative;
}

#body .form-header .p_lodaer {
    background: url('../image/loader/loader_62x13.gif');
    background-repeat:no-repeat;
    width: 62px;
    height: 13px;
    position: absolute;
    right:40px;
    top: 13px;
    display: none;
}

#body .form-header h3 {
    color:  #FFFFFF;
    padding: 10px 0 0 10px;
    float:  left;
}

#body .form-header img {
    color:  #FFFFFF;
    padding: 10px 10px 0 0;
    float:  right;
    border: none;
    height: 18px;
    width: 18px;
}

#body .form-item p {
    margin: 10px 5px;
    padding: 0;
    clear:  both;
}

#body .form-item .html-alt {
    font-weight:  bold;
}

#body .form-item .html-alt {
    font-weight:  bold;
}

#body .form-item .message {
    border: 1px dashed #ddd;
    padding: 10px;
    margin-top: 20px;
    width: 340px;
}

#body .form-item .message.error {
    color: red;
}

#body .it{
    margin: 0 3px 0;
    padding: 0;
    width: 250px;
    background-image: url('../image/bg/bg-it.png');
    background-repeat: repeat-x;
    float:  left;

}

#body .it-b{
    margin: 0 5px 0 0;
    padding: 0;
    width: 350px;
    background-image: url('../image/bg/bg-it.png');
    background-repeat: repeat-x;
    float:  left;

}

#body .it span, #body .it-b span {
    margin: 0;
    padding: 0 3px 3px 0;
    background-color: #FFFFFF;

}

#body .form-item {
    padding: 20px;
}

#body .form-item .row {
    padding-bottom: 5px;
    position: relative;
}
.row-cut {
    white-space: nowprap;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

#body .form-item .row > b {
    cursor: help;
}

#body .form-item .row .note {
    padding-bottom: 5px;
    position: absolute;
    top:0;
    right: 0;
}

#body .form-item .async_data.d_loader {
    background: url('../image/loader/loader_62x13.gif');
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 62px;
}

#body .column input, select, textarea {
    width: 200px;
}

#body .column input.password,
#body .column input.password-showing {
    width: 174px;
    padding: 4px 29px 4px 3px;
}

#body .column td.w250 input,
#body .column td.w250 textarea {
    width: 250px !important;
}

#body .column td.w250 .password-showing {
    width: 221px !important;
}

#body .column td.w250 select {
    width: 258px;
}

#body .column-b  select, textarea{
    width: 100%;
}

#body .mac input {
    width: 17px;
    float: left;
    text-align:  center;
    font-size: 10px;
}

#body .mac div {
    margin: 0 3px;
    float:  left;
}

#body .ip input {
    width: 36px;
    float: left;
    text-align:  center;
}

#body .ip div {
    margin:0 3px;
    float:  left;
    padding-top: 7px;
}

#body .footnote {

}

/*table*/

#body .form-item table{
    border-collapse:collapse;
}

#body .form-item table td {
    padding: 5px;
}

#body .form-item table td table td{
    padding: 1px;
}

#body .form-item .buttons {
    margin: 20px 0;
    height: 24px;
}

#body .column {
    width: 450px;
}

#body  .column .field {
    width: 450px;
    background-color: #d7d7d7;
}

#body .column h3 {
    margin-bottom: 10px;
}

#body .column table {
    width: 100%;
}

#body .column .payment {
    width: 100%;
    overflow:  auto;
}

#body .column .payment table tr.even td {
    background: #e0e0e0;
}
#body .column .payment table tr td.credit {
    color: #e60000;
}
#body .column .payment table tr td.deposit {
    color: #009900;
}
#body .column.full{
    width: 900px;
}

#body .column-b {
    width: 100%;
}

#body .column-b table {
    width: 100%;
}

/* sortable */

.attached,
.accessible {
    list-style: none;
    margin: 0;
    padding: 4px 4px 1px 4px;
    min-height: 135px;
}

.attached li.item,
.accessible li.item {
    cursor: move;
    display: block;
    margin-bottom: 3px;
    height: 42px;
    background-image: url('../image/bg/bg-column-item.png');
    width: 443px;
}

.attached li.item img,
.accessible li.item img {
    margin-top: 2px;
}

.attached li.item .name,
.accessible li.item .name, .list-item-name {
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.placeholder {
    border: 1px dashed #666;
    height: 42px;
    margin-bottom: 3px;
    border-radius: 5px;
}

/* accordion */

.list-item-sub .item {
    margin: 0 5px 5px 0;
    height: 42px;
    background-image: url('../image/bg/bg-column-item-b.png');
    width: 477px;
}

.list-item-sub .item img {
    margin-top: 2px;
}

.list-item-sub .item .name {
    padding: 10px;
}

/*informer*/

#informer {
    border: 1px solid;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 10px 10px 10px 36px;
    margin: 0;
    background-position: 10px 11px !important;
    background-repeat: no-repeat !important;
    position: relative;
}

/*jquery UI*/

.ui-slider .ui-slider-handle {
    cursor:  pointer;
    border: 1px solid  #b6b6b6;
}

.slider .ui-state-default {
    background:  #dedede;
}

.slider .ui-state-hover {
    background:  #87bd00;
}

.slider .ui-widget-header {
    background-color:  #242424;
}

.ui-datepicker-title select {
    padding:  0px;
}

.ui-autocomplete-loading {
    background: white url('../image/loader/loader_16x16.gif') right center no-repeat;
}

.ui-autocomplete {
    max-height: 125px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 0px;
}

.ui-spinner {
    padding: 2px 0 1px 0;
    width: 100%;
}

/*timepicker*/

.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -25px;
}

.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

/*table*/

table.tbl-a {
    width: 100%;
    border: none;
    border-collapse: collapse;
}

table.tbl-a td {
    height: 35px;
    border: 1px solid #D1D1D1;
    padding: 0 10px;
}

table.tbl-a th {
    height: 35px;
    border: 1px solid #D1D1D1;
    padding: 0 10px;
    background-color: #ddd;
}

table.tbl-a tr.cursor:hover {
    background-color: #eee;
    cursor: pointer;
}


/**/

.loader {
    background-image: url('../js/jquery/themes/default/throbber.gif');
    background-repeat:  no-repeat;
    background-position: center;
    z-index: 2;
}


/*notification*/

.notification {
    border: 0px solid;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 10px 10px 10px 36px;
    margin: 0 0 1px 0;
    background-position: 10px 11px !important;
    background-repeat: no-repeat !important;
    position: relative;
    display: none;
}
.notification p {
    margin: 0;
    padding: 0 15px 5px 0;
}

.notification.error {
    background: #ffcece url('../image/icons/icon-cross-circle-16.png');
    border-color: #df8f8f;
    color: #665252;
}
.notification.error a {
    color: #665252;
}

.notification.attention {
    background: #fffbcc url('../image/icons/icon-exclamation-16.png');
    border-color: #e6db55;
    color: #666452;
}
.notification.attention a {
    color: #666452;
}

.notification.success {
    background: #d5ffce url('../image/icons/icon-tick-circle-16.png');
    border-color: #9adf8f;
    color: #556652;
}
.notification.success a {
    color: #556652;
}

.notification.information {
    background: #dddddd url('../image/icons/icon-information-16.png');
    border-color: #dddddd;
    color: #585b66;
}
.notification.information a {
    color: #585b66;
}

.notification.status {
    background: #fffbcc url('../image/icons/icon-status-16.png');
    border-color: #e6db55;
    color: #666452;
}
.notification.status a {
    color: #666452;
}

.notification .close {
    background-image: url('../image/icons/icon-cross-small-grey-16.png');
    text-indent: -99999px;
    overflow: hidden;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    height: 16px;
    width: 16px;
}

/*input*/

input.button {
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 28px;
    border: none;
    outline: none;
    color: #555555;
    cursor: pointer;
    background-color: #cfcfcf;
}

input.button:hover {
    cursor: pointer;
    background-position: 0 -28px;
    background-color:  #1454a6
}

.input-disabled {
    position: relative;
}

.input-disabled div {
    position: absolute;
    top:0;
    left:0;
    background-color: #EfEfEf;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

/**/

input.login {
    background-image: url('../image/buttons/button-login.png');
    padding-right: 20px;
    width: 90px;
}

input.add {
    background-image: url('../image/buttons/button-add.png');
    padding-right: 20px;
    width: 100px;
}

input.registration {
    background-image: url('../image/buttons/button-registration.png');
    padding-right: 20px;
    width: 150px;
}

input.logout {
    background-image: url('../image/buttons/button-logout.png');
    padding-right: 20px;
    width: 80px;
}

input.payment {
    background-image: url('../image/buttons/button-payment.png');
    text-align: center;
    width: 80px;
}

input.send {
    background-image: url('../image/buttons/button-send.png');
    padding-right: 10px;
    width: 80px;
}

input.download {
    background-image: url('../image/buttons/button-green.png');
    width: 129px;
    height: 24px;
}

/*sm-button*/

input.sm-button {
    background-repeat: no-repeat;
    height: 24px;
    border: none;
    outline: none;
    color: #FFFFFF;
    cursor: pointer;
    margin-right: 10px;
    background-color: #3e9fd9;
    text-transform: lowercase;
}

input.sm-button:hover {
    cursor: pointer;
    background-position: 0 -24px;
}

/**/

input.sm-129
{
    background-image: url('../image/buttons/button-blue-129.png');
    width: 129px;
}

input.sm-78 {
    background-image: url('../image/buttons/button-blue.png');
    width: 78px;
}


input.sm-150 {
    background-image: url('../image/buttons/button-blue-150.png');
    width: 150px;
}

input.sm-129-green {
    background-image: url('../image/buttons/button-green.png');
    width: 129px;
}

input.sm-180 {
    background-image: url('../image/buttons/button-blue-180.png');
    width: 180px;
}

input.sm-180-green {
    background-image: url('../image/buttons/button-green-180.png');
    width: 180px;
}

/*bm-button*/

input.bm-button {
    background-repeat: no-repeat;
    background-position: 0 0;
    border: none;
    outline: none;
    cursor: pointer;
    margin-right: 10px;
    color: #555555;
    background-color: #f5f5f5;
    height: 28px;
}

input.bm-button:hover {
    cursor: pointer;
    background-position: 0 -28px;
}

/**/

input.create-s {
    background-image: url('../image/buttons/button-create.png');
    width: 108px;
}

/*field*/

input.field {
    /*       background-image: url('../image/bg/bg-input-280.png');*/
    color: #898989;
    padding: 4px;
    width: 237px;
    margin-right: 20px;
    border: 1px solid #cccccc;
    background-color: #FFFFFF;
}

div.field {
    color: #898989;
    padding: 4px;
    width: 237px;
    margin-right: 20px;
}

input.sa {
    color: #990000;
}

/*size*/

input.size-w100p {
    width: 100%;
}

input.size-w200 {
    width: 200px;
}

/*button*/

button.reset {
    display: inline;
    width: 20px;
    height: 20px;
}

/*lpanel*/

#lpanel {
    float: left;
    width: 220px;
    height: 636px;
    border-top: 1px solid #b5b5b5;
    border-left: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
    position: relative;
}

#lpanel .block_search {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #ededed;
    height: 37px;
}

#lpanel .block_search.search-complete {
    height: 50px;
}

#lpanel .lpanel-down-empty-block {
    position: absolute;
    z-index: 3;
    bottom: -6px;
    width: 100%;
    height: 5px;
    background: #ededed;
}

.block_search_result {
    position: absolute;
    top: 2px;
    display: block;
    width: 206px;
    text-align: right;
    height: 24px;
    font-weight: 400;

}

.block_search_result.hide {
    height: 0px;
}

.block_search_input {
    position: absolute;
    display: flex;
    width: 208px;
    height: 25px;
    top: 9px;
    margin: 0px 5px 7px;
    transition: top 0.75s ease-out;
    z-index: 2;
}
#lpanel .block_search.search-complete .block_search_input {
    top: 22px;
}

#search_input {
    width: 170px;
    height: 23px;
    border: 1px solid rgb(173, 171, 171);
    border-right: none;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    outline: none;
    padding: 0 3px;
    caret-color: rgb(173, 171, 171);
    color: #555555;
    background: #fff;
}

#search_input.search-disabled {
    pointer-events: none;
    cursor: default;
    background: #efefef;
    color: #48484A;
}

#search_input:not(.search-disabled)::placeholder {    
    color: rgb(145, 145, 145);
}

.block_search_result.hide, #search_clear.hide {
    display: none;
}

#lpanel .tmenu {
    height: 40px;
    background: #ededed;
    padding: 4px 6px 0 6px;    
}

#lpanel .tmenu {
    border-bottom: 1px solid #b5b5b5;
}

#lpanel .tmenu.with_search {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 592px;
    width: 208px;
    z-index: 3;
    height: 40px;
}

#lpanel.public_camera_map .tmenu.with_search {    
    top: 309px;
}

#lpanel .bmenu{
    height: 25px;
    background-image: url('../image/bg/bg-lpanel-bmenu.png');
    padding: 5px;
}

#lpanel img{
    float: left;
    margin-right: 3px;
}

/*jstree*/

#jstree{
    width: 100%;
    height: 556px;
    background-color:  #FFFFFF;
    overflow: auto;
}

.firmware a .jstree-icon {
    background-image: url('../image/icons/icon-node-channel-firmware.png') !important;
}

.firmware.device_disconnect > a .jstree-icon {
    background-image: url('../image/icons/icon-node-channel-firmware_gray.png') !important;
}

.group_device_disconnect > a .jstree-icon {
    background-image: url('../image/icons/icon-node-group_gray.png') !important;
}

.device_disconnect > a .jstree-icon {
    background-image: url('../image/icons/icon-node-channel_gray.png') !important;
}

.public_access_camera a .jstree-icon {
    background-image: url('../image/icons/icon-node-channel-public.png') !important;
    min-width: 24px;
    width: auto;
    min-width: 20px;
    height: 18px;
    width: auto;
    display: block;
    float: left;
    background-color: #fff;
    margin-left: -2px;
    margin-top: -1px;
    padding-right: 4px;
    border-right: 1px solid #fff;
}

a .jstree-icon-1 {
    display: none !important;
}

.public_access_camera a .jstree-icon-1 {
    margin-right: 3px;
    margin-left: -5px;
}

.public_access_camera.firmware a .jstree-icon-1 {
    display: inline-block !important;
    background-image: url('../image/icons/icon-node-channel-firmware.png') !important;
}

.public_access_camera.firmware.device_disconnect a .jstree-icon-1 {
    display: inline-block !important;
    background-image: url('../image/icons/icon-node-channel-firmware_gray.png') !important;
}

.public_access_camera .jstree-clicked .jstree-icon {
    border-right: 1px solid #99defd;
}

.public_access_camera a .jstree-icon > span {
    background-color: #068406;
    color: #fff;
    font-size: 9px;
    text-align: center;
    min-width: 7px;
    padding: 0 1px;
    margin-left: 23px;
    margin-top: 0px;
    border-radius: 2px;
    display: block;
    height: 13px;
    padding-top: 0px;
    line-height: 1.5;
}

.public_access_camera.device_disconnect > a .jstree-icon {
    background-image: url('../image/icons/icon-node-channel-public_gray.png') !important;
}

/*rpanel*/

#rpanel {
    float: right;
    width: 220px;
    height: 636px;
    border: 1px solid #b5b5b5;
}

#rpanel .bmenu {
    height: 21px;
    background-image: url('../image/bg/bg-rpanel-bmenu.png');
    padding: 7px 10px;
    border-bottom: 1px solid #b5b5b5;
}

#rpanel .tmenu {
    font-weight: bold;
    border-bottom: 1px dashed #b5b5b5;
    text-align: center;
    margin-bottom: 10px;
    padding: 2px;
}

#rpanel img {
    float: left;
    margin-right: 3px;
}

#rpanel img {
    float: left;
    margin-right: 3px;
}

#loader{
    background-image: url('../js/jquery/themes/default/throbber.gif');
    background-repeat:  no-repeat;
    background-position: center;
    z-index: 2;
    width: 100%;
    height: 100%;
}

/*screen*/

#screen {
    float: left;
    width: 524px;
    height: 636px;
    border: 1px solid #b5b5b5;
    margin: 0 0 0 10px
}

#screen .container {
    width: 516px;
    height: 424px;
    float: left;
    margin: 4px;
    background-color: #8a8a8a;
    flex: 0 1 auto;
}

#screen .container.active {
    width: 512px;
    height: 420px;
}

#screen .title {
    padding: 4px;
    float: left;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

#screen .item {
    width: 100%;
    height: 100%;
    display:  none;
    background-color:  #000000;
}

#screen .dashboard {
    background-image: url('../image/bg/bg-player-dashboard.png');
    height: 25px;
    padding: 2px 3px 3px 3px;
    font-size: 11px;
    background-color: #fefefe;
    cursor: pointer;
}

#screen .player div {
    text-align: center;
}

#screen .dashboard img {
    float: right;
    z-index: 1;
}

#screen .container .player {
    width:  512px;
    height: 390px;
}

#screen .container.active .player{
    width:  512px;
}

#screen .container .player video {
    width:  100%;
    height: 100%;
}

#screen .active {
   border: 2px solid #00bbff;
}

#screen .panel-b {
    width: 514px;
    height: 100%;
    position: relative;
}

#screen .panel-b .cont {
    width: 514px;
    position:  absolute;
    height: 145px;
}

#screen .panel-b .inaccessible {
    width: 100%;
    position: absolute;
}


.select-filter .item {
    width: 250px;
    margin-right: 20px;
    color: #898989;
    z-index: 100;
}

.select-element select {
    width: 208px;
    color: #898989;
    color: #6b6d71;
}

/*c*/

.c1 {
    color: #0072BC;
}

.c2 {
    color:  #009900;
}

.c3 {
    color: #990000;
}

.c4 {
    color: #eb2a29;
}

/*show-password*/

.password-showing {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.show-password-link {
    display: block;
    position: absolute;
    z-index: 1100;
    background-repeat:  no-repeat;
    background-position:  center;
    background-image: url('../image/icons/eye_slash.svg');
    width: 22px;
    height: 22px;
    cursor: pointer;
    background-color: transparent;
}

.hide-password-link {
    display: block;
    position: absolute;
    z-index: 11;
    background-repeat:  no-repeat;
    background-position:  center;
    background-image: url('../image/icons/eye_not_slash.svg');
    width: 22px;
    height: 22px;
    cursor: pointer;
    background-color: #fff;
}

.sprite_action_camera_screen {
    background-image: url('../image/sprite/sprite-camera-actions.png');
    display: block;
    width: 25px;
    height: 25px;
    margin-right: 2px;
    float: left;
}

.sprite_action_camera_screen.screen1 {
    background-position:  left 100px top 0px;
    background-position-x: 100px;
    background-position-y: 0px;
}

.sprite_action_camera_screen.screen1:hover:not(.disabled) {
    background-position:  left 100px top 25px;
    background-position-y: 25px;
    background-position-x: 100px;
}
.sprite_action_camera_screen.screen2 {
    background-position:  left 75px top 0px;
    background-position-y: 0px;
    background-position-x: 75px;
}

.sprite_action_camera_screen.screen2:hover:not(.disabled) {
    background-position:  left 75px top 25px;
    background-position-y: 25px;
    background-position-x: 75px;
}
.sprite_action_camera_screen.screen3 {
    background-position:  left 50px top 0px;
    background-position-y: 0px;
    background-position-x: 50px;
}

.sprite_action_camera_screen.screen3:hover:not(.disabled) {
    background-position:  left 50px top 25px;
    background-position-y: 25px;
    background-position-x: 50px;
}
.sprite_action_camera_screen.screen4 {
    background-position:  left 25px top 0px;
    background-position-y: 0px;
    background-position-x: 25px;
}

.sprite_action_camera_screen.screen4:hover:not(.disabled) {
    background-position:  left 25px top 25px;
    background-position-y: 25px;
    background-position-x: 25px;
}

.sprite_action_camera {
    background-image: url('../image/sprite/sprite-camera-actions.png');
    display: block;
    width: 30px;
    height: 25px;
    margin-right: 2px;
    float: left;
}


.sprite_action_camera.sprite_add_camera {
    background-position:  left 160px top 0px;
    background-position-y: 0px;
    background-position-x: 160px;
}

.sprite_action_camera.sprite_add_camera:hover {
    background-position:  left 160px top 25px;
    background-position-y: 25px;
    background-position-x: 160px;
}

.sprite_action_camera.sprite_edit_camera {
    background-position:  left 0px top 0px;
    background-position-y: 0px;
    background-position-x: 0px;
}

.sprite_action_camera.sprite_edit_camera:hover {
    background-position:  left 0px top 25px;
    background-position-y: 25px;
    background-position-x: 0px;
}

.sprite_action_camera.sprite_delete_camera {
    background-position:  left 130px top 0px;
    background-position-y: 0px;
    background-position-x: 130px;
}

.sprite_action_camera.sprite_delete_camera:hover {
    background-position:  left 130px top 25px;
    background-position-x: 130px;
    background-position-y: 25px;
}

.sprite-group-actions {
    background-image: url('../image/sprite/sprite-group-actions.png');
    display: block;
    width: 40px;
    height: 35px;
    margin-right: 2px;
    float: left;
}

.sprite-group-actions.create-group {
    background-position:  left 0px top 0px;
    background-position-x: 0px;
    background-position-y: 0px;
}

.sprite-group-actions.create-group:hover {
    background-position:  left 0px top 35px;
    background-position-x: 0px;
    background-position-y: 35px;
}

.sprite-group-actions.rename-group {
    background-position:  left 80px top 0px;
    background-position-x: 80px;
    background-position-y: 0px;
}

.sprite-group-actions.rename-group:hover {
    background-position:  left 80px top 35px;
    background-position-x: 80px;
    background-position-y: 35px;
}

.sprite-group-actions.remove-group {
    background-position:  left 40px top 0px;
    background-position-x: 40px;
    background-position-y: 0px;
}

.sprite-group-actions.remove-group:hover {
    background-position:  left 40px top 35px;
    background-position-x: 40px;
    background-position-y: 35px;
}

#display-search {
    background-image: url('../image/buttons/search.png');    
    display: block;
    width: 40px;
    height: 35px;
    float: left;
    margin-right: 0;
}

#display-search:hover {
    background-image: url('../image/buttons/search_hover.png');   
}

#search {
    background-image: url('../image/buttons/search-arrow.png');
    display: block;
    width: 30px;
    height: 25px;
    margin: 0;
}

#search:hover {
    background-image: url('../image/buttons/search-arrow_hover.png');   
}

#search.search-disabled:hover {
    background-image: url('../image/buttons/search-arrow.png'); 
    cursor: default;
}

#search_clear {
    position: absolute;
    background: url('../image/buttons/clear.png') center / contain no-repeat;
    display: block;
    width: 13px;
    height: 13px;
    left: 159px;
    top: 6px;
    margin: 0;
}

#search_clear.search-loader {
    background: url('../image/loader/loader_16x16.gif') center / contain no-repeat;
    width: 16px;
    height: 16px;
    top: 5px;
    left: 157px;
    cursor: default;
}

/**/

table.alternation {
    width: 100%;
}

table.alternation td {
    padding: 5px 10px !important;
}

table.alternation tr.even {
    background-color: #dddddd;
}

table.alternation tr.odd {
    background-color: #eeeeee;
}

/*sprite-actions*/

.sprite-actions {
    cursor: pointer;
    background-image: url('../image/sprite/sprite-actions.png');
    background-repeat:  no-repeat;
    width: 40px;
    height: 35px;
    position: relative;
    margin: 8px 7px 0 0 !important;
    padding: 0 !important;
}

.sprite-actions.reflash {
    background-position:  -320px -35px;

}

.sprite-actions.reflash:hover {
    background-position:  -320px 0px;
}

.sprite-actions.tickets {
    background-position:  left 0px top -35px;
    background-position-x: 0px;
    background-position-y: -35px;
}

.sprite-actions.tickets:hover {
    background-position:  left 0px top 0px;
    background-position-x: 0px;
    background-position-y: 0px;
}

.sprite-actions.cameras {
    background-position:  left -80px top -35px;
    background-position-x: -80px;
    background-position-y: -35px;
}

.sprite-actions.cameras:hover {
    background-position:  left -80px top 0px;
    background-position-x: -80px;
    background-position-y: 0px;
}

.sprite-actions.edit {
    background-position:  left -40px top -35px;
    background-position-x: -40px;
    background-position-y: -35px;
}

.sprite-actions.edit:hover {
    background-position:  left -40px top 0px;
    background-position-x: -40px;
    background-position-y: 0px;
}

.sprite-actions.open {
    background-position:  left -120px top -35px;
    background-position-x: -120px;
    background-position-y: -35px;
}

.sprite-actions.open:hover {
    background-position:  left -120px top 0px;
    background-position-x: -120px;
    background-position-y: 0px;
}

.sprite-actions.exceptions {
    background-position:  left -160px top -35px;
    background-position-x: -160px;
    background-position-y: -35px;
}

.sprite-actions.exceptions:hover {
    background-position:  left -160px top 0px;
    background-position-x: -160px;
    background-position-y: 0px;
}

.sprite-actions.profit {
    background-position:  left -200px top -35px;
    background-position-x: -200px;
    background-position-y: -35px;
}

.sprite-actions.profit:hover {
    background-position:  -200px 0px;
    background-position-x: -200px;
    background-position-y: 0px;
}

.sprite-actions.pay {
    background-position:  left -240px top -35px;
    background-position-x: -240px;
    background-position-y: -35px;
}

.sprite-actions.pay:hover {
    background-position:  -240px 0px;
    background-position-x: -240px;
    background-position-y: 0px;
}

.sprite-actions.report {
    background-position:  left -280px top -35px;
    background-position-x: -280px;
    background-position-y: -35px;
}

.sprite-actions.report:hover {
    background-position:  -280px 0px;
    background-position-x: -280px;
    background-position-y: 0px;
}

/*sprite-buttons*/

.sprite-buttons {
    background-image: url('../image/sprite/sprite-buttons.png');
    cursor: pointer;
    border: none;
    color: #555555;
}

.sprite-buttons.delete {
    background-position:  0px -56px;
    width: 28px;
    height: 28px;
}

.sprite-buttons.delete:hover {
    background-position:  0px -84px;
}

.sprite-buttons.create {
    background-position:  0px 0px;
    width: 108px;
    height: 28px;
}

.sprite-buttons.create:hover {
    background-position:  0px -28px;
}

/*sprite-status*/

.sprite-status {
    background-image: url('../image/sprite/sprite-status.png');
    background-repeat: no-repeat;
    width: 30px;
    height: 35px;
    margin: 0 !important;
    padding: 0 !important;
}

.sprite-status.owner.s1 {
    background-position: 0 0;

}

.sprite-status.owner.s2{
    background-position: 0 -35px;
}

.sprite-status.active.s1 {
    background-position: -30px 0;

}

.sprite-status.active.s2{
    background-position: -30px -35px;
}


/* styles anchor */

a.url_l {
    font-weight: bold;
    text-decoration: none;
}

a.url_1:hover {
    text-decoration: none;
}

#body #username {
    float: left;
}

#body .check-username {
    width: 18px;
    height: 18px;
    position: absolute;
    display: inline-block;
    margin: 4px 0 0 5px;
}

#body .check-username.success {
    background: url(/assets/image/icons/icon-tick-circle-16.png) no-repeat;
}

#body .check-username.error {
    background: url(/assets/image/icons/icon-cross-circle-16.png) no-repeat;
}

/*public camera*/
#map_block {
    display: none;
    position: relative;
}
#jstree {
    transition: height 0.75s ease-out;
    border-bottom: 1px solid #b5b5b5;
}
#jstree.search {
    height: 519px;
}
#jstree.search.search-complete {
    height: 506px;
}
.public_camera_map #jstree {
    height: 273px;
}
.public_camera_map #jstree.search {
    height: 236px;
}
.public_camera_map #jstree.search.search-complete {
    height: 223px;
}
.public_camera_map #map_block {
    position: absolute;
    display: block;
    width: 220px;
    height: 282px;
    top: 354px;
    overflow: hidden;
    background: url(/assets/image/map.jpg) no-repeat;
    cursor: pointer;
    user-select: none;
    z-index: 3;
    border-bottom: 1px solid #b5b5b5;
}
.public_camera_map #map_block .txt1 {
    position: absolute;
    top:18px;
    left:60px;
    width: 140px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -1px;
}
.public_camera_map #map_block .txt2 {
    letter-spacing: -1px;
    position: absolute;
    top:138px;
    left:97px;
    width: 90px;
    text-align: center;
}
.public_camera_map #map_block #map_title {
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    background: #04ABE2;
    font-family: sans-serif;
    color: black;
}
.public_camera_map #map_block #map_container {
    display: none;
}

#search_sidebar.map_sidebar {
    position: absolute;
    left: 12px;
    top: 12px;
    width: 384px;
    z-index: 15000;

    font-family: Yandex Sans Text,Arial,Helvetica,sans-serif;
}

#search_sidebar .map_searchbar {
    width: 100%;
    height: 48px;
    background: #fff;
    border-radius: 4px;

    -webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
}

#search_sidebar .map_resultbar {
    position: absolute;
    width: 100%;
    margin-top: 12px;
    overflow: hidden;
    border-radius: 4px;
    background-color: #fff;

    -webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
}

#search_sidebar .map_search_input {
    width: 300px;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;

    font-size: 14px;
    height: 44px;
    position: absolute;
    left: 48px;
    top: 2px;
}

#search_sidebar .map_search_input._placeholder {
    color: #969696;
}

#search_sidebar .map_search_input::-ms-clear {
    display: none;
}

#search_sidebar .search_icon {
    height: 48px;
    width: 36px;
    margin-left: 6px;
    cursor: pointer;
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23f33' d='M25 14a8.327 8.327 0 0 1-.023.574c-.23 2.896-2.144 5.87-3.853 8.71L18 28.08V21a7 7 0 1 1 7-7z'/%3E%3Ccircle cx='18' cy='14' r='3' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E")
}

#search_sidebar .map_clear_search {
    position: absolute;
    right: 36px;
    top: 0;
    width: 48px;
    height: 48px;
    cursor: pointer;
    background-color: #fff;
}

#search_sidebar .map_clear_search._icon_show:before {
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    background-image: url('../image/icons/icon-close-map.svg');
    background-repeat: no-repeat;
    background-position: center;
    opacity: .4;
    transition: opacity .1s ease-out 0s
}

#search_sidebar .map_clear_search._icon_show:hover:before {
    opacity: .6;
}

#search_sidebar .map_start_search {
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 48px;
    cursor: pointer;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 11a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9m9.207 3.293l-3.963-3.963A6.465 6.465 0 0 0 13 6.5 6.5 6.5 0 1 0 6.5 13c1.434 0 2.755-.47 3.83-1.256l3.963 3.963a1 1 0 1 0 1.414-1.414'/%3E%3C/svg%3E") 50% no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .4;
    transition: opacity .1s ease-out 0s
}

#search_sidebar {
    user-select: none;
}

#search_sidebar .map_start_search:hover {
    opacity: .6;
}

#search_sidebar .map_resultbar .resultbar_header {
    height: 36px;
    border-bottom: 1px solid #e5e5e5;
}

#search_sidebar .map_resultbar .resultbar_title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 13px;
    line-height: 36px;
    padding-left: 16px;
    padding-right: 70px;
    color: #999;
    cursor: default;
}

#search_sidebar .map_resultbar .resultbar_title.title_back_result {
    cursor: pointer;
    padding-left: 38px;
}

#search_sidebar .map_resultbar .resultbar_title.title_back_result:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 14px;
    width: 14px;
    height: 14px;
    background-image: url('../image/icons/icon-go-back-left-arrow.png');
    background-repeat: no-repeat;
    background-position: center;
}

#search_sidebar .map_resultbar .resultbar_toogle {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    margin: 6px;
    cursor: pointer;
    opacity: .4;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA3XAAAN1wFCKJt4AAAAB3RJTUUH4gEKBS8KMYfKZQAAAF9JREFUSMftkrENgDAMBG8JLNh/DRgAQkWKjAONiygiVSxB8SdZsly8/y2DEOJXGHACyftQJuACbq8CLJHOswvnprdI5wWYX2ZDSVLHbZ3qGFmwAXvnFObiq/5fiI95AM1gGVd4eTUTAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: center;
}

#search_sidebar .map_resultbar .resultbar_toogle:hover {
    opacity: .6;
}

#search_sidebar .map_resultbar .resultbar_toogle.resultbar_expand {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA3XAAAN1wFCKJt4AAAAB3RJTUUH4gEKBS4vY5gvYwAAAGRJREFUSMftkrsNgDAMRN8SWLD/GjAAn4oUjJM0LqLIFYkExb3KsiXf+QNCiM/ZgB2woGbAAaw9AieQgdSImOeyi7xmAm5v9ABzkFt611S7TU1so25Rux7mPJrk8ruY/l+IH1EAaxkZV0wK7KwAAAAASUVORK5CYII=');
}

#search_sidebar .map_resultbar.resultbar_expand {
    transition: max-height 0.3s;
    max-height: 36px;
}

#search_sidebar .icon_delimetr {
    position: absolute;
    top: 0;
    right: 35px;
    width: 2px;
    height: 28px;
    margin: 4px 0;
    background-color: #f2f2f2;
    pointer-events: none;
}

#search_sidebar .map_resultbar .resultbar_close {
    position: absolute;
    top: 0;
    right: 36px;
    width: 24px;
    height: 24px;
    margin: 6px;
    cursor: pointer;
    opacity: .4;
    background-image: url('../image/icons/icon-close-map.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
}

#search_sidebar .map_resultbar .resultbar_close:hover {
    opacity: .6;
}

#search_sidebar .resultbar_items_wrapper {

}

#search_sidebar .resultbar_items {
    padding: 2px 2px 0;
    max-height: inherit;
}

#search_sidebar .search_result_item {
    height: auto;
    border: 2px solid transparent;
    cursor: pointer;
}

#search_sidebar .search_result_item:last-child {
    margin-bottom: 3px;
}

#search_sidebar .search_result_item:not(._item_hover):after {
    position: relative;
    top: 1px;
    display: block;
    height: 1px;
    margin-right: -6px;
    margin-bottom: -1px;
    margin-left: -6px;
    content: "";
    background-color: #e5e5e5;
}

#search_sidebar .search_result_item._item_hover {
    border: 2px solid #35B3EC;
}

#search_sidebar .search_result_item_inner {
    padding: 10px 12px 12px;
    color: #333;
    background-color: #fff;
}

#search_sidebar ._item_table {
    display: block;
}

#search_sidebar ._item_block_left {
    display: inline-block;
    width: 245px;
}

#search_sidebar ._item_block_right {
    float: right;
}

#search_sidebar .search_result_item ._item_name {
    cursor: pointer;
    font-size: 18px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2px;
    color: #333;
}

#search_sidebar .search_result_item ._item_adress {
    line-height: 20px;
}


#search_sidebar .search_result_item ._item_snapshot {
    width: 100px;
    min-height: 65px;
    background-image: url('../image/loader/loader_32x32.gif') !important;
    background-repeat:no-repeat !important;
    background-position:center !important;
}

.baloon_content {
    display: inline-block;
    width: 280px;
}
.baloon_snapshot {
    width: 100px;
    height: auto;
    float: right;
    margin: 5px;
}

#search_sidebar .search_result_item ._item_snapshot img {
    width: 100%;
}

.add_camera_btn,
#search_sidebar .search_result_item ._item_add_camera_btn {
    width: 187px;
    cursor: pointer;
    margin-top: 6px;
    transition: all .1s ease-out;
    border: 2px solid #e5e5e5;
    background-color: #fff;
    font-size: 13px;
    height: 24px;
    border-radius: 14px;
    line-height: 24px;
    text-align: center;
    margin-left: -4px;
}

.add_camera_btn:hover,
#search_sidebar .search_result_item ._item_add_camera_btn:hover {
    border-color: rgba(0,0,0,.2);
}

.add_camera_btn:active,
#search_sidebar .search_result_item ._item_add_camera_btn:active {
    border-color: #35B3EC;
    background-color: #35B3EC;
    color: #FFF;
}

#search_sidebar .map_resultbar .paginator_block {
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 0;
}

#search_sidebar .map_resultbar .paginator_block .paginator_digit_block {
    text-align: center;
}

#search_sidebar .map_resultbar .paginator_block ._page_digit {
    display: inline-block;
    padding: 0 5px;
    border: 1px solid #000;
    margin-right: 5px;
    cursor: pointer;
}

#search_sidebar .map_resultbar .paginator_block ._page_digit.digit_active {
    background-color: #1e98ff;
    color: #fff;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
    display: none;
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: -2px;
    top: 0;
    width: 8px;
}

.scrollbar-inner > .scroll-element.scroll-y:hover {
    right: 0px;
    transition: right .15s ease-in-out;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
    background-color: rgba(0,0,0,.1);
}
.scrollbar-inner > .scroll-element .scroll-bar {
    background-color: rgba(0,0,0,.4);
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: 0px; }

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: 0px; }

/* DropDown Search Result */
#search_sidebar .dropdown_search_result {
    background: #fff;
    box-sizing: border-box;
    max-height: inherit;
    margin: -3px 2px 0;
    border-top: 1px solid #e5e5e5;
    box-shadow: 0 6px 6px 0 rgba(0,0,0,.2);
    border-radius: 0 0 4px 4px;
    min-height: 50px;
    position: absolute;
    top: 51px;
    left: -2px;
    width: 384px;
    z-index: 100;
}

#search_sidebar .dropdown_search_result_item {
    color: #198cff;
    font-size: 16px;
    line-height: 27px;

    height: 27px;
    padding: 5px 16px 3px 48px;
    list-style-type: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    left: 0;
}

#search_sidebar .dropdown_search_result_item.item_hover {
    background-color: #f6f5f3;
}

#search_sidebar .dropdown_search_result_item:first-child {
    margin-top: 2px;
}

#search_sidebar .dropdown_search_result_item:last-child {
    margin-bottom: 2px;
}

#search_sidebar .dropdown_search_result_item:after {
    content: "";
    width: 16px;
    height: 28px;
    margin: 0;
    position: absolute;
    left: 16px;
    top: 10px;
    background: url(../image/icons/icon-history-search.svg) top/contain no-repeat;
}

#search_sidebar .empty_item {
   padding: 10px;
   margin: 5px;
   border:1px dashed #ddd;
   color: #999;
}

#map_block .map_loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.28);
    background-image: url('../image/loader/loader_32x32.gif') !important;
    background-repeat:no-repeat !important;
    background-position:center !important;
}

.map_balloon {
    width: 150px;
}
.map_balloon .balloon_placemark_item {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 18px;
    box-sizing: border-box;
    padding: 2px 5px;
    cursor: pointer;
}
.map_balloon ._item_hover {
    background: #d6d6d6;
    border-radius: 5px;
}
input.btn_white {
    min-width: 200px;
    height: 52px;
    border: 2px solid #35B3EC;
    background-color: #ffffff;
    color: #35B3EC;
    font-family: 'GloberBold';
    font-size: 16px;
    line-height: 19px;
    border-radius: 30px;
    cursor: pointer;
    text-transform: uppercase;
}
input.btn_white:hover {
    background-color: #35B3EC;
    color: #FFFFFF !important;
}

.w380 {
    width: 380px !important;
}
.public_access_camera{
    max-height: 18px !important;
}
.public_access_camera a ~ .jstree-rename-input{
    left: 53px !important;
}
.public_access_camera.device_disconnect a ~ .jstree-rename-input {
    left: 42px !important;
}
.jstree-rename-input{
    left: 40px !important;
}
.fontWeight-tree-item{
    font-weight: bold;
    color: #333 !important;
}

#button__back-map{
    border-style: solid;
    border-color: #35B3EC;
    background-color: #35B3EC;
    color: #FFFFFF;
    font-family: 'GloberBold';
    font-size: 16px;
    line-height: 19px;
    height: 52px;
    border-radius: 30px;
    position: absolute;
    right: 3%;
    z-index: 99999999999;
    bottom: 10%;
    width: 200px;
    text-decoration: none !important;
    text-align: center;
    cursor: pointer;
    outline: none;
    padding: 0 12px;
}



.close-fullscreen-map_default {
    display: none !important;
}

.content_mask {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #efefef;
    opacity: 0.5;
}

input[type="password"]::-ms-reveal {
  display: none !important;
  appearance: none !important;
}

.jstree-default .jstree-search-item { 
    background:#EBF9FF; 
    border:1px solid #D7F3FF; 
    padding:0 2px 0 1px;
}

@media (max-resolution: 33dpi) {
    #content {
        width: 992px;
    }
}

@media (max-resolution: 25dpi) {
    #content {
        width: 998px;
    }
}