﻿* {
  margin: 0;
  padding: 0;
}
*:focus {
  outline: none;
}
input[disabled] {
  background-color: #fff;
}
.right {
  float: right!important;
}
.left {
  float: left!important;
}
.clear {
  clear: both;
}
.inline {
  display: inline-block;
}
.required-field {
  color: #a00;
  font-weight: bold;
}
.form-center {
  /*margin: 0 10px 0 10px!important;*/
}
.session-block {
  border-width: 1px 0 1px 0 !important;
  border-style: solid !important;
  border-color: #eb3a49 !important;
  border-radius: 0 !important;
}
.wrapper {
  margin: 0 90px;
}
.icon-question {
  background-image: url(images/icons/question-64.png);
  height: 50px;
  width: 50px;
  background-color: #fff;
  background-size: 76%;
  background-position: 2px 2px;
  background-repeat: no-repeat;
  -moz-border-radius: 46px 100px 100px 100px;
  -webkit-border-radius: 46px 100px 100px 100px;
  border-radius: 100%;
  border: 8px solid #c71009;
  -moz-box-shadow: inset 0 0px 7px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: inset 0 0px 7px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 0px 7px rgba(0, 0, 0, 0.8);
}
.sad-block-image {
  margin: 20px 0 0 0 ;
}
.text-manual {
  padding: 0 25px;
  background-color: #fff;
}
.title-section {
  color: #4DAA59;
  font-size: 1.5em;
  text-transform: uppercase;
}
.ver-beta {
  display: inline-block;
  text-transform: lowercase;
  height: 18px;
  line-height: 1.65em;
  background: #C40F3A;
  padding: 2px 10px;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 1px 5px 5px 1px;
  margin: 0 0 0 20px;
  width: 30px;
  text-align: right;
  position: relative;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-shadow: 0 1px 0px #000000;
  z-index: 999;
}
.no-data {
  display: none;
  height: 15px;
  text-align: center;
}
.no-data .no-data-refresh {
  cursor: pointer;
}
.ver-beta:before {
  content: '';
  float: left;
  position: absolute;
  top: 0;
  left: -12px;
  width: 0;
  height: 0;
  border-color: #0000 #C40F3A #0000 #0000;
  border-style: solid;
  border-width: 12px 12px 10px 0;
}
.ver-beta:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  float: left;
  width: 4px;
  height: 4px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  -moz-box-shadow: 0px 1px 2px #afafaf;
  -webkit-box-shadow: 0px 1px 2px #afafaf;
  box-shadow: 0px 1px 2px #afafaf;
}
span.add-info {
  display: block;
  color: #656464;
  font-style: italic;
  font-size: 12px;
  margin-top: 5px;
}
.menu-wrapper {
  width: 100%;
  top: 0;
  /*height: 40px;*/
  background-color: #4DAA59;
  /*border-top: 1px solid @otcdcolormain;*/
  border-bottom: 1px solid #dadada;
}
.fixed-top {
  position: fixed !important;
  top: 87px;
  transition: 0.4s all ease-in-out;
  z-index: 99;
}
.label {
  padding: 5px;
  display: block;
  text-align: center;
  color: #fff;
}
a {
  color: #4DAA59;
  text-decoration: none;
}
a.disabled {
  pointer-events: none;
}
div#timer {
  text-align: center;
  color: #787878;
  font-weight: 600;
  font-size: 10px;
  margin: 0 5px 0px 5px;
}
html {
  /*font-family: 'Open Sans','Tahoma Light', 'Arial Light', Helvetica, sans-serif;*/
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  /*text-shadow: 0 0 10px rgba(0,0,0,0.1);*/
  height: 100%;
}
html body {
  /*.header {
            .butb-logo-wrapper {*/
  /*background: #fff;*/
  /*position: fixed;
                top: 5px;
                left: 0;*/
  /*border: 1px solid #ccc;*/
  /*margin: 0 5px;
                padding: 15px 10px;
                width: 273px;
                z-index: 1;
            }

            .logo {
                background: url('images/logo-h-150x150.png') no-repeat, url('images/bckgr.png');
                height: 80px;
                width: 80px;
                background-color: @otcdcolorwhite;
                -moz-background-size: 90%;
                -o-background-size: 90%;
                -webkit-background-size: 90%;
                background-size: 90%;
                background-position: 50%;
                -moz-border-radius: 100%;
                -webkit-border-radius: 100%;
                border-radius: 100%;
                -moz-box-shadow: inset 0 -3px 0px rgba(0, 0, 0, 0.3);
                -webkit-box-shadow: inset 0 -3px 0px rgba(0, 0, 0, 0.3);
                box-shadow: inset 0 -3px 0px rgba(0, 0, 0, 0.3);
                position: absolute;
                top: 0;
                right: 0;
            }

            .app-name {
                color: #000;
                text-decoration: none;
                font-size: 1.95em;
                border-bottom: none;
                line-height: 1.0em;
                padding: 5px 0 0 5px;
                font-weight: 600;
                display: inline-block;
                width: 100%;
            }

            .app-name-wrapper {
                a {
                    border-bottom: none;
                }

                a:hover {
                    text-decoration: none;
                    border-bottom: none;
                }

                .company {
                    .link2butb {
                    }

                    .company-name {
                        font-size: 14px;
                        text-transform: uppercase;
                        font-weight: 600;
                        color: #625c5c;
                    }

                    .icon-right-arrow-gray-small {
                        width: 14px;
                        height: 14px;
                        background: url('images/icons/glyphicons-halflings-black.png') no-repeat;
                        background-position: -240px -144px;
                        opacity: .7;
                    }

                    margin-left: 4px;
                }

                display: inline-block;
                position: relative;
            }

            height: 100%;
            background-color: #f5f5f5;
            background-repeat: no-repeat;
            position: absolute;
            width: 285px;
            padding: 0 10px;
            border-right: 1px solid #dadada;
        }*/
  background-color: #fff;
  /*height: 100%;*/
  width: auto !important;
  min-width: 1000px;
  overflow-y: scroll;
  /*background: url(images/bckgr.png) repeat;*/
}
html body .header-wrapper {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
html body .header-wrapper .header-top {
  background-color: #fff;
  border-bottom: 1px solid #DBDBDB;
  z-index: 985;
}
html body .header-wrapper .header-top .header-top__container {
  margin: 0 auto;
  min-width: 790px;
}
html body .header-wrapper .header-top .header-top__container .header-top-left__container {
  float: left;
  margin: 8px 30px;
}
html body .header-wrapper .header-top .header-top__container .header-top-left__container .header-logo {
  background: #fff;
}
html body .header-wrapper .header-top .header-top__container .header-top-left__container .app-name-wrapper {
  position: absolute;
  top: 46px;
  height: 25px;
  left: 102px;
}
html body .header-wrapper .header-top .header-top__container .header-top-left__container .app-name-wrapper .app-name {
  color: #444;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 32px;
  width: 180px;
  height: 25px;
  text-transform: uppercase;
}
html body .header-wrapper .header-top .header-top__container .header-top-left__container .header-logo__img {
  height: 66px;
}
html body .header-wrapper .header-top .user-info-wrapper {
  display: flex;
  color: #000;
  line-height: 16px;
  align-items: center;
  height: 66px;
}
html body .header-wrapper .header-top .user-info-wrapper .user-logo {
  float: left;
}
html body .header-wrapper .header-top .user-info-wrapper .user-logo .user-logo__container {
  position: relative;
  border-radius: 100%;
  background: #F5F5F5;
  border: 1px solid rgba(68, 68, 68, 0.2);
  padding: 5px;
  width: 36px;
  height: 36px;
  transition: 0.3s all ease-in-out;
}
html body .header-wrapper .header-top .user-info-wrapper .user-logo .user-logo__container .user-logo-icon {
  position: absolute;
  color: #444444;
  top: 9px;
  left: 12px;
  transition: 0.3s all ease-in-out;
}
html body .header-wrapper .header-top .user-info-wrapper:hover .user-logo__container {
  background-color: #fff;
  border: 1px solid #4DAA59;
}
html body .header-wrapper .header-top .user-info-wrapper:hover .user-logo__container .user-logo-icon {
  color: #4DAA59;
}
html body .header-wrapper .header-top .user-info-wrapper .user-info {
  /* show dd content */
  float: right;
}
html body .header-wrapper .header-top .user-info-wrapper .user-info.dropdown {
  display: inline-block;
  position: relative;
  outline: none;
}
html body .header-wrapper .header-top .user-info-wrapper .user-info.dropdown .db2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 10;
  display: none;
}
html body .header-wrapper .header-top .user-info-wrapper .user-info .username {
  font-weight: 600;
  font-size: 14px;
  width: 160px;
}
html body .header-wrapper .header-top .user-info-wrapper .user-info .username.dropbtn {
  padding: 12px 5px 12px 16px;
  color: #444444;
  cursor: pointer;
  transition: 0.35s ease-out;
}
html body .header-wrapper .header-top .user-info-wrapper .user-info .dropdown-content {
  position: absolute;
  top: 40px;
  right: 0;
  padding: 8px 0px;
  background-color: #f7f7f7;
  width: 300px;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transition: 0.35s ease-out;
}
html body .header-wrapper .header-top .user-info-wrapper .user-info .dropdown-content .menu-title {
  padding: 10px 15px;
  background-color: #eee;
  display: flex;
  align-items: center;
  gap: 0 10px;
}
html body .header-wrapper .header-top .user-info-wrapper .user-info .dropdown-content .menu-title .user-logo {
  float: left;
}
html body .header-wrapper .header-top .user-info-wrapper .user-info .dropdown-content .menu-title .user-logo .user-logo__container {
  position: relative;
  border-radius: 100%;
  background: #F5F5F5;
  border: 1px solid rgba(68, 68, 68, 0.2);
  padding: 5px;
  width: 36px;
  height: 36px;
  transition: 0.3s all ease-in-out;
}
html body .header-wrapper .header-top .user-info-wrapper .user-info .dropdown-content .menu-title .user-logo .user-logo__container .user-logo-icon {
  position: absolute;
  color: #444444;
  top: 9px;
  left: 12px;
  transition: 0.3s all ease-in-out;
}
html body .header-wrapper .header-top .user-info-wrapper .user-info .dropdown-content .reg-number-label,
html body .header-wrapper .header-top .user-info-wrapper .user-info .dropdown-content .company-name,
html body .header-wrapper .header-top .user-info-wrapper .user-info .dropdown-content .duration-public-key {
  color: #000;
  font-size: 14px;
}
html body .header-wrapper .header-top .user-info-wrapper .user-info.dropdown:focus .dropdown-content {
  outline: none;
  transform: translateY(20px);
  visibility: visible;
  opacity: 1;
}
html body .header-wrapper .header-top .user-info-wrapper .user-info .dropbtn:hover,
html body .header-wrapper .header-top .user-info-wrapper .user-info .dropdown:focus .dropbtn {
  color: #4DAA59;
}
.data-block {
  min-height: calc(100vh - 107px);
  margin-bottom: -87px;
  margin-top: 87px;
  position: relative;
  background: #fff;
}
/*.user-data-wrapper {
    background: #fff;
    position: relative;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 15px;
}*/
/*.user-info-wrapper {
    .user-info {
        .username {
            font-weight: 700;
            text-transform: uppercase;
            display: inline-block;
        }

        .company-name {
            border-top: 1px solid #005b53;
            padding-top: 5px !important;
            line-height: 1.5em;
            display: block;
            text-align: center;
        }

        display: inline-block;
        line-height: 1.95em;
        width: 100%;
    }

    .logout-wrapper {
        .icon-user {
            background-image: url(images/User-With-Frame.png);
            height: 48px;
            line-height: 48px;
            width: 48px;
            float: left;
        }
    }

    .logout {
        a {
            &:hover {
                border: 1px solid #dadada;
                background: #fff;
                color: #000;
            }

            color: #fff;
            border: 1px solid @otcdcolormain;
            padding: 6px 20px;
            background: @otcdcolormain;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            -moz-transition: 0.3s ease-in-out background-color;
            -o-transition: 0.3s ease-in-out background-color;
            -webkit-transition: 0.3s ease-in-out background-color;
            transition: 0.3s ease-in-out background-color;
        }

        text-align: center;
        margin-top: 20px;
        display: inline-block;
    }

    display: inline-block;
    color: #767676;
    width: 100%;
}*/
/*
    --- MENU
*/
ul li {
  text-decoration: none;
  list-style: none;
}
ul {
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 10px;
}
ul#menu {
  opacity: 0;
  border: none;
  display: table;
  margin: 0 0 0 90px;
  padding: 0 0 0 0;
}
ul#menu li {
  margin-right: 5px;
  position: relative;
  float: left;
  border-style: solid;
  border-width: 0 1px 0 0;
  vertical-align: top;
  background-image: none !important;
  height: 46px !important;
  border: none !important;
  -moz-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}
ul#menu li a {
  line-height: 2.4em;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
ul#menu li.k-state-disabled {
  border: none !important;
}
ul#menu li.k-state-disabled a {
  /*color: transparent!important;*/
}
ul#menu li.k-state-hover {
  border-color: none !important;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
ul#menu li.k-state-hover a {
  /*color: #f1e5ce !important;*/
}
ul#menu li.k-state-default {
  background-image: none !important;
  /*height: 34px !important;
            padding-top: 3px;*/
  border: none !important;
  -moz-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}
ul#menu li.k-state-info-select a {
  color: #000 !important;
  margin-top: 0;
}
ul#menu li.k-state-info-select .k-state-hover a {
  color: #000 !important;
}
ul#menu li .count-request.bounce {
  opacity: 0;
  float: none;
}
ul#menu li .count-request.bounce.isExist {
  opacity: 1;
  border: 2px solid #fff;
  background-color: #C40F3A;
  color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  z-index: 99;
  right: -13px;
}
ul#menu li.k-state-selected .k-state-hover a {
  color: #000 !important;
}
ul#menu li.k-state-selected a {
  color: #000 !important;
  -webkit-text-shadow: 0 0 0.3px #d0dbe4;
  text-shadow: 0 0 0.3px #d0dbe4;
  margin-top: 0;
  /*padding-right: 5px;*/
}
ul#menu li.k-state-selected span.count-request.bounce.isExist {
  border: 2px solid #fff;
  background-color: #C40F3A;
  color: #fff;
  line-height: 1.7em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 100%;
  -moz-animation: none;
  -o-animation: none;
  -webkit-animation: none;
  animation: none;
}
ul#menu li.k-state-selected,
ul#menu li.k-state-info-select {
  border: none !important;
  background: #fff !important;
  /*height: 34px !important;
            padding: 3px 10px;*/
  width: auto !important;
  /*border-bottom: 2px solid #87692f!important;
            -moz-border-radius: 0 0 5px 5px;
            -webkit-border-radius: 0 0 5px 5px;
            border-radius: 0 0 5px 5px;
            -moz-box-shadow: 0 5px 10px -5px rgba(0,0,0,.6);
            -webkit-box-shadow: 0 5px 10px -5px rgba(0,0,0,.6);
            box-shadow: 0 5px 10px -5px rgba(0,0,0,.6);
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;*/
}
ul#menu a {
  border-bottom: none !important;
  color: #fff !important;
  padding-top: 7px;
  margin-top: 0;
}
ul#menu a:hover {
  /*border-bottom: none !important;
            color: #f1e5ce !important;*/
}
ul#menu.k-item {
  background-image: none !important;
}
ul#menu.k-widget {
  background: none !important;
}
ul#menu.k-state-info a {
  color: transparent !important;
}
ul#menu.k-state-focused {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
ul#menu .main-menu-item {
  font-size: 15px;
  font-weight: 500;
}
ul#menu .add-fromtmpl-menu-item i {
  width: 16px;
  height: 16px;
  opacity: 0.6;
  margin-top: -2px;
}
ul#menu .add-fromtmpl-menu-item .k-state-default {
  border: solid 1px #da2828 !important;
}
ul#menu span.count-request {
  background-color: #5aaa55;
  border: 1px solid #5aaa55;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  display: block;
  float: right;
  font-weight: bold;
  height: 24px;
  width: 24px;
  line-height: 1.7em;
  text-align: center;
}
ul#menu li:hover:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
ul#menu li:before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 2px;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -ms-transform-origin: 50%;
  -o-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background-color: #4DAA59 !important;
}
ul#menu li.k-state-selected:before,
ul#menu li.k-state-disabled:before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 2px;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -ms-transform-origin: 50%;
  -o-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background-color: #4DAA59 !important;
}
/*
    --- END MENU
*/
.hide {
  display: none !important;
}
#page-title,
#search-title {
  margin-top: 10px;
  text-transform: uppercase;
  margin-bottom: 35px;
}
#page-title > h3,
#search-title > h3 {
  color: #41484e;
  font-size: 22px;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-weight: 600;
  white-space: nowrap;
}
#page-title > h2,
#search-title > h2 {
  color: #41484e;
  font-size: 18px;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-weight: 600;
  white-space: nowrap;
  letter-spacing: 0.04em;
}
#page-title small,
#search-title small {
  color: #444;
  font-size: 14px;
  font-weight: 400;
  text-transform: lowercase;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.9);
}
#search-title {
  margin-bottom: 10px;
  margin-top: -5px;
}
.bb > button {
  color: #41484e !important;
}
.bb > button.k-state-selected {
  color: #fff !important;
  background-color: #4daa59;
  border-color: #4daa59 !important;
}
.loading-wrapper {
  /*height: 25px;*/
  width: auto;
  margin: 0;
}
.loading-wrapper .loading {
  color: #4DAA59;
  margin: 0;
  /*height: inherit;*/
  display: table;
  padding: 5px;
  background: #fff;
  width: 150px;
}
.loading-wrapper .loading .icon-loading {
  background-image: url(images/loading-circle_48x48.gif);
  height: 48px;
  width: 48px;
  display: table-cell;
}
.loading-wrapper .loading .icon-loading-line {
  background-image: url(images/loading.gif);
  height: 25px;
  width: 215px;
  display: table-cell;
}
.loading-wrapper .loading .loading-text {
  display: table-cell;
  font-size: 12px;
  padding: 0 0 0 10px;
  color: #777;
  vertical-align: middle;
}
.loading-wrapper.progressbar-wrapper {
  height: 2px !important;
  width: 100% !important;
  position: absolute;
}
.loading-wrapper.progressbar-wrapper .loading {
  display: block;
  width: 100%;
}
.loading-wrapper.progressbar-wrapper .loading .progressbar {
  height: 2px;
  width: 0;
  background: #0098ff;
  opacity: 1;
}
button {
  filter: chroma(color=#000000);
}
img {
  border: none;
}
.reg-number {
  color: #000;
}
.item-action {
  text-transform: uppercase;
}
i.fa {
  margin-right: 5px;
  /*text-shadow: 0 1px 0 #fff;*/
}
.icon {
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block !important;
  vertical-align: text-top;
}
.icon-border {
  display: inline-block;
  position: absolute;
  border: 1px solid #dadada;
  margin-top: 15px;
  margin-left: 5px;
}
.icon-refresh {
  background: url('images/icons/glyphicons-halflings-black.png') no-repeat;
  background-position: -240px -24px;
  opacity: 0.6;
  width: 16px;
  height: 16px;
}
.icon-expand {
  background: url('images/icons/plus_black_20x20.png') no-repeat;
}
.icon-time {
  background: url('images/icons/glyphicons-halflings-black.png') no-repeat;
  background-position: -192px -118px;
  width: 16px;
}
.icon-time:hover {
  background: url('images/icons/glyphicons-halflings.png') no-repeat;
  background-position: -192px -118px;
}
.icon-circle-arrow-right {
  background: url('images/icons/glyphicons-halflings-black.png') no-repeat;
  background-position: -240px -144px;
}
.icon-circle-arrow-right:hover {
  background: url('images/icons/glyphicons-halflings-white.png') no-repeat;
  background-position: -240px -144px;
}
.icon-search {
  background: url('images/icons/glyphicons-halflings-black.png') no-repeat;
  background-position: -48px 0;
  opacity: 0.6;
}
.icon-user {
  background: url('images/icons/glyphicons-halflings-white.png') no-repeat;
  background-position: -168px 0;
}
.icon-user:hover {
  background: url('images/icons/glyphicons-halflings-black.png') no-repeat;
  background-position: -168px 0;
}
.icon-th-large {
  background: url('images/icons/glyphicons-halflings-black.png') no-repeat;
  background-position: -240px 0;
}
.icon-th-large:hover {
  background: url('images/icons/glyphicons-halflings-white.png') no-repeat;
  background-position: -240px 0;
}
.icon-plus {
  background: url('images/icons/glyphicons-halflings-black.png') no-repeat;
  background-position: -408px -96px;
}
.icon-plus:hover {
  background: url('images/icons/glyphicons-halflings-white.png') no-repeat;
  background-position: -408px -96px;
}
.icon-minus {
  background: url('images/icons/glyphicons-halflings-black.png') no-repeat;
  background-position: -432px -95px;
}
.icon-filter-add {
  background: url('images/icons/i-search-24.png') no-repeat;
  opacity: 1;
  width: 24px;
  height: 24px;
}
.icon-chevron-up {
  background: url('images/icons/glyphicons-halflings-black.png') no-repeat;
  background-position: -288px -120px;
  display: table!important;
  opacity: 0.7;
  width: 16px;
  height: 16px;
}
.icon-chevron-down {
  background: url('images/icons/glyphicons-halflings-black.png') no-repeat;
  background-position: -313px -119px;
  display: table!important;
  opacity: 0.7;
  width: 16px;
  height: 16px;
}
.icon-user-left {
  margin-top: 5px;
  margin-left: 127px;
  opacity: 0.7;
  text-align: center;
  width: 30px;
}
.icon-delete-info {
  width: 12px;
  height: 12px;
  opacity: 0.5;
  cursor: pointer;
  background: url('images/icons/close_black_12x12.png') no-repeat;
}
.icon-delete-info:hover {
  opacity: 1;
}
.icon-info-sign {
  background: url('images/icons/glyphicons-halflings-black.png') no-repeat;
  background-position: -120px -96px;
  opacity: 0.4;
  width: 16px;
  height: 16px;
}
.icon-info-sign:hover {
  opacity: 0.8;
}
.icon-attach {
  background: url('images/icons/glyphicons-halflings-white.png') no-repeat;
  background-position: -95px -25px;
  opacity: 0.6;
  width: 16px;
  height: 16px;
}
.glif-i-right-gray {
  background: url('images/icons/glyphicons-halflings.png') no-repeat;
  background-position: -240px -144px;
}
.glif-i-right-gray:hover {
  background: url('images/icons/glyphicons-halflings-white.png') no-repeat;
  background-position: -240px -144px;
}
.glif-i-left-gray {
  background: url('images/icons/glyphicons-halflings.png') no-repeat;
  background-position: -262px -144px;
}
.glif-i-left-gray:hover {
  background: url('images/icons/glyphicons-halflings-white.png') no-repeat;
  background-position: -262px -144px;
}
.ico-send-deals {
  width: 128px;
  height: 128px;
  background: url('images/read_message-128.png') no-repeat;
  cursor: pointer;
  float: left;
  display: block;
  margin: 20px 50px 0 15px;
  opacity: 0.5;
}
.ico-send-deals:hover {
  opacity: 1;
}
.ico-add-deals {
  width: 128px;
  height: 128px;
  background: url('images/1-128.png') no-repeat;
  cursor: pointer;
  display: block;
  margin: 20px 15px 0 50px;
  opacity: 0.5;
}
.ico-add-deals:hover {
  opacity: 1;
}
.backlight-red {
  color: #8F0000;
  font-weight: bold;
}
.backlight-orange {
  color: #ff6c00;
  font-weight: bold;
}
.backlight-dark-green {
  color: #006600;
  font-weight: bold;
}
.login-error-message {
  color: #b72727;
  font-size: 12px;
  /*width: 100%;*/
  margin: 5px 0 0 0;
  padding: 5px 0;
  text-align: center;
  background: #f8e6e6;
  border: 1px solid #fcc;
}
.caption-link {
  /*position: relative;
    width: 100%;
    height: 50px;
    display: inline-block;*/
}
.caption-link a {
  color: #fff;
  font-weight: 400;
  background: #4DAA59;
  border-radius: 20px 0px 10px 0px;
  padding: 5px 10px;
  border: none;
  height: 20px;
  position: absolute;
  text-align: center;
  right: 0;
  bottom: 0;
  width: 130px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  transition: ease-in-out 0.3s background;
  z-index: 99999999999;
}
.caption-link a:hover {
  background: #e7b579;
  color: #6c563d;
}
.main-login {
  width: 818px;
  padding: 5px;
  height: 400px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 15px;
  background-color: #F1F4F5;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 25%;
  left: 25%;
  margin-top: -50px;
  margin-left: 100px;
}
.main-login .slider-wrapper {
  width: 400px;
  height: 400px;
  float: left;
  display: inline-block;
}
.main-login .slider-wrapper .caption {
  width: 100%;
  margin: 0;
  display: table;
  padding: 5px 0 10px 0;
  vertical-align: middle;
  position: absolute;
  left: 0;
  height: 55px;
  bottom: 0;
  text-align: left;
  font-weight: lighter;
  color: #ffffff;
  background: #000;
  background: #0000006b;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  border-radius: 0 0 15px 10px;
}
.main-login .slider-wrapper .caption .caption-header {
  padding: 0px 0px 0px 20px;
  font-size: 20px;
  line-height: 1em;
  vertical-align: middle;
  width: 80%;
  display: table-cell;
}
.main-login .login-form {
  margin: 0 5px;
  display: inline-block;
  padding: 0;
  width: 400px;
  min-height: 415px;
  float: right;
}
.main-login .login-form .login-form-wrapper {
  padding: 5px 20px 20px 20px;
}
.main-login .login-form .login-header .login-title {
  font-size: 2.5em;
  color: #6c757d;
  text-align: center;
}
.main-login .login-form .alt-login {
  position: relative;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.main-login .login-form .login-field-block .login-field-label {
  color: #777;
}
.main-login .login-form .login-field-block .login-field {
  border: 1px solid #ccc;
  outline: none;
  width: 315px;
  font-size: 14px;
  font-weight: lighter;
  padding: 5px;
}
.main-login .login-form .login-field-block .login-field:hover,
.main-login .login-form .login-field-block .login-field:focus {
  border: 1px solid #4DAA59;
}
.main-login .login-form .button-login .icon-right-arrow-gray {
  background-image: url(images/icons/right_round_light_gray.png);
  height: 26px;
  width: 26px;
}
.main-login .login-form .button-login:hover .icon-right-arrow-gray {
  background-image: url(images/icons/right_round_white.png);
}
.toolbarSearchMargin {
  margin: 0 0 0 5px !important;
}
.text-toolbar-wrapper {
  float: left;
  width: 160px;
}
.text-toolbar-wrapper .text-userbar {
  line-height: 25px;
  width: 100px;
}
.search-panel {
  padding-bottom: 8px;
  margin-right: 15px;
}
.search-panel span.text-userbar {
  color: #000;
}
.group {
  padding-bottom: 8px;
  margin-right: 10px;
  width: 316px;
  /*display: inline-block;*/
}
.group > div span:before {
  top: 9px;
}
.group > div .divSeparator {
  padding: 0!important;
}
.toolbar-wrapper {
  display: inline-block;
  margin: 10px 0 0 0;
  position: relative;
}
.toolbar-wrapper .button-search-wrapper {
  padding: 5px;
  margin-top: 10px;
  border-top: 1px solid #A5A5A5;
  background-color: #fff;
}
.toolbar-wrapper .button-search-wrapper > button {
  display: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  /*width: 100px;*/
}
.toolbar-wrapper .button-search-wrapper .k-icon {
  background-image: url(images/toolbar_find.png);
  height: 16px;
  line-height: 16px;
  width: 16px;
  padding-right: 2px;
}
.toolbar-wrapper .input-search-wrapper {
  background: #fff;
  border-color: #ccc;
  border-width: 1px 1px 1px 1px !important;
  border-style: solid;
  margin: 0;
  border-radius: 3px;
  padding: 6px 4px;
}
.toolbar-wrapper .input-search-wrapper .input-search {
  border: none;
  margin: 4px 0;
  outline: none;
  width: 200px;
  background: #fff;
  font-size: 11px;
  font: inherit;
}
.toolbar-wrapper .input-search-wrapper .icon-search {
  background-image: url(images/toolbar_find.png);
  height: 16px;
  line-height: 16px;
  width: 16px;
  cursor: pointer;
}
.toolbar-wrapper .toolbar-sub-wrapper {
  width: 100%;
  overflow: hidden;
}
.toolbar-wrapper .toolbar-sub-wrapper .toolbar-panel-common {
  display: inline-block;
}
.toolbar-wrapper .toolbar-sub-wrapper .toolbar-panel-common .toolbar-wrapper {
  padding: 15px 10px 0 15px;
}
.toolbar-wrapper .toolbar-sub-wrapper .toolbar-panel-extended {
  margin-left: 55%;
}
.toolbar-wrapper .toolbar-sub-wrapper .toolbar-panel-extended .filter-panel {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 0 5px 0;
  float: left;
}
.toolbar-wrapper .toolbar-sub-wrapper .toolbar-panel-extended .right {
  float: right;
}
.toolbar-wrapper .toolbar-sub-wrapper .toolbar-panel-extended .left {
  float: left;
}
.toolbar-wrapper .field-atm {
  width: auto;
}
.toolbar-wrapper .field-atm .input-search {
  width: 100px;
}
.toolbar-wrapper .field-namegood {
  width: auto;
}
.toolbar-wrapper .field-namegood .input-search {
  width: 351px;
}
.agreement-status-wrapper .widgetButtons {
  /*border: 1px solid #B9B9B9;
        border-width: 1px 1px 0 1px;*/
  background-color: #fff;
  position: relative;
}
.agreement-status-wrapper .widgetButtons .bb {
  position: relative;
  background-color: #fff;
  display: inline-block;
}
.agreement-status-wrapper .widgetButtons .bb #btnStatusAll.k-button:hover {
  background-image: none !important;
  background-color: #fff !important;
  border: 1px solid #B9B9B9 !important;
  color: #000 !important;
}
.agreement-status-wrapper .widgetButtons .bb #btnStatusAll.k-button.k-state-selected:hover {
  color: #fff !important;
  border: 0 !important;
}
.agreement-status-wrapper .widgetButtons .bb #btnStatusAll.k-button.k-state-selected {
  background-color: #4DAA59 !important;
}
.agreement-status-wrapper .widgetButtons .bb #btnStatusAll.k-button.k-state-selected + span.red {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #4DAA59;
}
.agreement-status-wrapper .widgetButtons .bb #btnStatusPresent.k-button:hover {
  background-image: none !important;
  background-color: #fff !important;
  border: 1px solid #B9B9B9 !important;
  color: #000 !important;
}
.agreement-status-wrapper .widgetButtons .bb #btnStatusPresent.k-button.k-state-selected:hover {
  color: #fff !important;
  border: 0 !important;
}
.agreement-status-wrapper .widgetButtons .bb #btnStatusPresent.k-button.k-state-selected {
  background-color: #4DAA59 !important;
}
.agreement-status-wrapper .widgetButtons .bb #btnStatusPresent.k-button.k-state-selected + span.red {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #4DAA59;
}
.agreement-status-wrapper .widgetButtons .bb #btnStatusReject.k-button:hover {
  background-image: none !important;
  background-color: #fff !important;
  border: 1px solid #B9B9B9 !important;
  color: #000 !important;
}
.agreement-status-wrapper .widgetButtons .bb #btnStatusReject.k-button.k-state-selected:hover {
  color: #fff !important;
  border: 0 !important;
}
.agreement-status-wrapper .widgetButtons .bb #btnStatusReject.k-button.k-state-selected {
  background-color: #4DAA59 !important;
}
.agreement-status-wrapper .widgetButtons .bb #btnStatusReject.k-button.k-state-selected + span.red {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #4DAA59;
}
.agreement-status-wrapper .widgetButtons .bb #btnStatusApprove.k-button:hover {
  background-image: none !important;
  background-color: #fff !important;
  border: 1px solid #B9B9B9 !important;
  color: #000 !important;
}
.agreement-status-wrapper .widgetButtons .bb #btnStatusApprove.k-button.k-state-selected:hover {
  color: #fff !important;
  border: 0 !important;
}
.agreement-status-wrapper .widgetButtons .bb #btnStatusApprove.k-button.k-state-selected {
  background-color: #4DAA59 !important;
}
.agreement-status-wrapper .widgetButtons .bb #btnStatusApprove.k-button.k-state-selected + span.red {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #4DAA59;
}
.agreement-status-wrapper .widgetButtons .bb #btnStatusDel.k-button {
  background-image: none !important;
  border: 1px solid #bd8079 !important;
  color: #bd8079 !important;
  font-weight: 600 !important;
}
.agreement-status-wrapper .widgetButtons .bb #btnStatusDel.k-button:hover {
  background-image: none !important;
  background-color: #bd8079 !important;
  border: 1px solid #bd8079 !important;
  color: #fff !important;
}
.agreement-status-wrapper .widgetButtons .bb #btnStatusDel.k-button.k-state-selected:hover {
  background-color: #9a6b65 !important;
  color: #fff !important;
  border: 1px solid #9a6b65 !important;
}
.agreement-status-wrapper .widgetButtons .bb #btnStatusDel.k-button.k-state-selected {
  color: #fff !important;
  background-color: #9a6b65 !important;
  border: 1px solid #9a6b65 !important;
}
.agreement-status-wrapper .widgetButtons .bb #btnStatusDel.k-button.k-state-selected + span.red {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #9a6b65;
}
.pnlFilters .pageFilter {
  background: #fff;
  /*border: 1px solid #B3B3B3;
        padding: 5px;*/
}
.pnlFilters .pageFilter span,
.pnlFilters .pageFilter h3 {
  cursor: pointer;
  color: #41484e;
  margin: 0 5px 5px 0;
}
.data-wrapper {
  background: #fff;
  height: 100%;
  /*margin-left: 305px;*/
}
.data-wrapper .tabs {
  background: transparent;
}
.data-wrapper .tabs.list-paper {
  border: none !important;
  width: 80%;
  margin: 40px auto 0 auto;
  -moz-box-shadow: -10px 0 5px -10px rgba(0, 0, 0, 0.6), 10px 0 5px -10px rgba(0, 0, 0, 0.6), 0 -2px 5px -3px rgba(0, 0, 0, 0.6), 0 2px 5px -3px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: -10px 0 5px -10px rgba(0, 0, 0, 0.6), 10px 0 5px -10px rgba(0, 0, 0, 0.6), 0 -2px 5px -3px rgba(0, 0, 0, 0.6), 0 2px 5px -3px rgba(0, 0, 0, 0.6);
  box-shadow: -10px 0 5px -10px rgba(0, 0, 0, 0.6), 10px 0 5px -10px rgba(0, 0, 0, 0.6), 0 -2px 5px -3px rgba(0, 0, 0, 0.6), 0 2px 5px -3px rgba(0, 0, 0, 0.6);
}
.data-wrapper .toolbar-panel-wrapper .title-section {
  color: #4DAA59;
  width: auto;
  text-align: left;
  font-size: 1.5em;
  text-transform: uppercase;
}
.data-wrapper .grid-wrapper .loading-wrapper {
  height: 35px;
  margin: 0 auto;
  width: 170px;
}
.data-wrapper .grid-wrapper .m-widget {
  border-color: #DAE1E8;
  background-color: transparent;
  /*padding: 1px;*/
  border: none;
}
.data-wrapper .grid-wrapper .no-data {
  display: none;
  height: 15px;
  text-align: center;
}
.data-wrapper .grid-wrapper .no-data .no-data-refresh {
  cursor: pointer;
}
.data-wrapper .grid-wrapper .k-grid .tableItem-center {
  text-align: center;
}
.data-wrapper .grid-wrapper .k-grid .tableItem-right {
  text-align: right;
}
.data-wrapper .grid-wrapper .k-grid .tableItem-left {
  text-align: left;
}
.data-wrapper .grid-wrapper .k-grid .section-none {
  color: #4DAA59;
}
.data-wrapper .grid-wrapper .k-grid .section-none:hover {
  color: #0098ff;
}
.data-wrapper .grid-wrapper .k-grid .section-metal {
  color: #035FB5;
}
.data-wrapper .grid-wrapper .k-grid .section-metal:hover {
  color: #0374DD;
}
.data-wrapper .grid-wrapper .k-grid .section-wood {
  color: #049F52;
}
.data-wrapper .grid-wrapper .k-grid .section-wood:hover {
  color: #06DB70;
}
.data-wrapper .grid-wrapper .k-grid .section-agri {
  color: #9F9F2D;
}
.data-wrapper .grid-wrapper .k-grid .section-agri:hover {
  color: #C9C940;
}
.data-wrapper .viewSummary {
  color: #787878;
  font-size: 0.9em;
  width: 100%;
}
.data-wrapper .paginator {
  color: #787878;
  font-size: 1.1em;
}
.data-wrapper .paginator > span a.k-button {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header-info {
  color: #ddd;
}
.section-metal.label-info {
  background-color: #5F7E92;
}
.section-wood.label-info {
  background-color: #4DAA59;
}
.section-agri.label-info {
  background-color: #998251;
}
.table-info {
  border-spacing: 3px 3px !important;
}
.table-info tbody tr td {
  background-color: #4f4f4f;
}
.table-info tbody tr td.td-reasonrejected {
  text-align: justify;
  color: #fbaeae;
  word-break: break-all;
}
.table-info tbody tr td.theader-info {
  text-align: left;
  color: #bbb;
  width: 130px;
}
.m-table {
  border-color: #DAE1E8;
}
.m-table .m-grid-header .m-header-row .m-header {
  padding: 1em 0.6em 0.8em 0.6em;
  border-style: solid;
  border-color: #b3b3b3;
  background-color: #F5F5F5;
  border-width: 1px 1px 1px 0px;
  color: #41484e;
  font-weight: 500;
  font-size: 14px;
  line-height: 1em;
}
.m-table .m-grid-header .m-header-row :first-child {
  border-width: 1px 0 1px 1px;
}
.m-table .m-grid-header .m-header-row :last-child {
  border-right-width: 1px;
}
.m-table .m-grid-body .m-body-row > td {
  background-color: #ffffff;
  border-style: solid;
  border-color: #DAE1E8;
  border-width: 0 0 1px 0px !important;
  position: relative;
  color: #000;
  font-size: 14px;
  overflow: initial;
}
.m-table .m-grid-body .m-body-row > td:last-child {
  border-right-width: 1px !important;
  border-right-color: #DAE1E8;
}
.m-table .m-grid-body .m-body-row > td > p.subtitle {
  color: #787878;
  text-indent: 15px;
}
.m-table .m-grid-body .m-body-row > td:hover > td {
  border: 1px solid #049F52 !important;
}
.m-table .m-grid-body .m-body-row > td:first-child {
  border-width: 0 0 1px 1px !important;
  border-style: solid;
  border-color: #dadada !important;
}
.m-table .m-grid-body .m-body-row > td a.agreement-link {
  /*border-bottom: 1px dashed #049F52;*/
  text-decoration: none;
  color: #049F52;
}
.m-table .m-grid-body .m-body-row > td a.agreement-link:hover {
  color: #049F52;
  text-decoration: none;
  /*border-bottom: .1em solid #3C92CC;*/
}
.m-table .m-grid-body .m-body-row > td b {
  color: #3d3d3d;
}
.m-table .m-grid-body .m-body-row > td .icon-info,
.m-table .m-grid-body .m-body-row > td .icon-expand {
  width: 32px;
  height: 32px;
  opacity: 1;
  cursor: pointer;
}
.m-table .m-grid-body .m-body-row > td .icon-info:hover,
.m-table .m-grid-body .m-body-row > td .icon-expand:hover {
  opacity: 1;
}
.m-table .m-grid-body .m-body-row > td .icon-info {
  background: url('images/icons/i_bold_black_20x20.png') no-repeat;
}
.m-table .m-grid-body .m-body-row > td .icon-info.rejected {
  opacity: 0.9;
  background: url('images/icons/i_bold_reddark_20x20.png') no-repeat;
}
.m-table .m-grid-body .m-body-row > td .icon-expand {
  background: url('images/icons/expand_20x20.png') no-repeat;
  background-position: center;
}
.m-table .m-grid-body .m-body-row > td .icon-expand.expand {
  background: url('images/icons/collapse_20x20.png') no-repeat;
  background-position: center;
}
.m-table .m-grid-body .m-body-row > td .folder-no-expand {
  background: url('images/icons/i-folder.png') no-repeat;
  background-position: center;
}
.m-table .m-grid-body .m-body-row > td .folder-no-expand.expand {
  background: url('images/icons/i-folder-expand.png') no-repeat;
  background-position: center;
}
.m-table .m-grid-body .m-body-row > td .line-section {
  position: absolute;
  display: block;
  background-color: transparent;
  width: 0.3em;
  height: 100%;
  top: 0;
  left: 0;
}
.m-table .m-grid-body .m-body-row > td.section-metal .label-info {
  background-color: #e3f2fd;
  color: #1565c0;
}
.m-table .m-grid-body .m-body-row > td.section-wood .label-info {
  background-color: #effaef;
  color: #2e7d32;
}
.m-table .m-grid-body .m-body-row > td.section-agri .label-info {
  background-color: #fffbd5;
  color: #ef6c00;
}
.m-table .m-grid-body .m-body-row > td.section-none .label-info {
  background-color: #fff;
  /*-moz-box-shadow: 0 1px 3px rgba(17, 78, 109, 0.35);
                        -webkit-box-shadow: 0 1px 3px rgba(17, 78, 109, 0.35);
                        box-shadow: 0 1px 3px rgba(17, 78, 109, 0.35);*/
}
.m-table .m-grid-body .m-body-row > td .label {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 5px;
  display: block;
  text-align: center;
  color: #fff;
}
.m-table .m-grid-body .m-body-row.m-alt {
  background-color: #F5F5F5;
}
.m-table .m-grid-body .m-body-row.status-rejected {
  color: #c14949 !important;
}
.m-table .m-grid-body .m-body-row.status-rejected :first-child {
  border-left-color: #c14949 !important;
  border-left-width: 1px !important;
}
.m-table .m-grid-body .m-body-row.status-rejected :last-child {
  border-right-color: #c14949 !important;
  border-right-width: 1px !important;
}
.m-table .m-grid-body .m-body-row.hover:hover > td {
  border-color: #D4D4D4;
  background-color: #E8E8E8 !important;
  color: #000;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.m-table .m-grid-body .m-body-row.hover:hover :first-child {
  border-left-color: #E8E8E8;
}
.m-table .m-grid-body .m-body-row.hover:hover :last-child {
  border-right-color: #E8E8E8;
}
.m-table .m-grid-body .m-body-row.select.m-state-selected > td {
  border-color: #4daa59 !important;
  color: #fff;
  background-color: #4daa59 !important;
}
.m-table .m-grid-body .m-body-row.select.m-state-selected > td .icon-info {
  opacity: 0.9;
  background: url('images/icons/i_bold_white_20x20.png') no-repeat;
}
.m-table .m-grid-body .m-body-row.select.m-state-selected > td .icon-info.rejected {
  background: url('images/icons/i_bold_redlight_20x20.png') no-repeat;
}
.m-table .m-grid-body .m-body-row.select.m-state-selected > td .icon-expand {
  background: url('images/icons/expand_20x20.png') no-repeat;
  background-position: center;
  opacity: 1;
}
.m-table .m-grid-body .m-body-row.select.m-state-selected > td .icon-expand.expand {
  background: url('images/icons/collapse_20x20.png') no-repeat;
  background-position: center;
}
.m-table .m-grid-body .m-body-row.select.m-state-selected > td .folder-no-expand {
  background-position: center;
  background: url('images/icons/i-folder.png') no-repeat;
}
.m-table .m-grid-body .m-body-row.select.m-state-selected > td .folder-no-expand.expand {
  background: url('images/icons/i-folder-expand.png') no-repeat;
  background-position: center;
}
.m-table .m-grid-body .m-body-row.select.m-state-selected > td a {
  /*&:hover {
                                color: @otcdcolorwhite;
                                text-decoration: none;
                            }*/
  text-decoration: none;
  color: #e7ff2c;
  border-bottom: 1px dashed #e7ff2c;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  background: 0 0;
}
.m-table .m-grid-body .m-body-row.select.m-state-selected > td a:before {
  color: #000;
}
.m-table .m-grid-body .m-body-row.no-background {
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.m-table .m-grid-body .m-body-row.no-background > td {
  background-color: transparent;
  padding: 0;
  margin: 0;
  border-left-width: 0 !important;
  border-right-width: 0 !important;
}
.m-table .m-grid-body .m-body-row.no-background > td:first-child:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: 58px;
  top: 0px;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #dadada;
}
.s-table .s-grid-header .s-header-row .s-header {
  padding: 0.5em 0.3em 0.4em 0.3em;
  /*background-color: #EEEEEE;
                border-color: #dadada;*/
  border-width: 1px 1px 1px 0;
  color: #41484e;
  border-color: #b3b3b3;
  background-color: #f5f5f5;
  font-weight: 500;
  font-size: 14px;
  line-height: 1em;
}
.s-table .s-grid-header .s-header-row :first-child {
  border-left-width: 1px;
}
.s-table .s-grid-header .s-header-row :last-child {
  border-right-width: 1px;
}
.s-table .s-grid-body .s-body-row > td {
  padding: 1em 0.6em 0.8em 0.6em;
  background-color: #fff;
  color: #000;
  border-style: solid;
  border-color: #DAE1E8;
  border-width: 0px 1px 1px 0 !important;
  position: relative;
  font-size: 14px;
  line-height: 1.2em;
  overflow: visible;
}
.s-table .s-grid-body .s-body-row > td.point:first-child {
  border-left: 1px solid #DAe1e8 !important;
}
.s-table .s-grid-body .s-body-row > td.point:first-child:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  left: -46px;
  top: 57%;
  border-width: 1px 0px 0 0;
  border-style: solid;
  border-color: #dadada;
}
.s-table .s-grid-body .s-body-row > td.point:first-child:after {
  content: "";
  position: absolute;
  background-color: #787878;
  height: 7px;
  width: 7px;
  left: -63px;
  top: 48%;
  border: 5px solid #fff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.s-table .s-grid-body .s-body-row > td:first-child {
  border-left: 1px solid #DAe1e8 !important;
}
.s-table .s-grid-body .s-body-row > td a {
  border-bottom: 0.1em solid rgba(0, 0, 0, 0.1);
  padding-bottom: 0.07em;
  text-decoration: none;
  color: #2e2e2e;
  font-size: 100%;
  vertical-align: baseline;
  line-height: 0.01em;
  margin: 0;
  padding: 0;
  float: initial;
  background: 0 0;
}
.s-table .s-grid-body .s-body-row > td a.deal-link:after {
  content: "... подробнее";
  color: #4DAA59;
  font-size: 12px;
  font-weight: 600;
}
.s-table .s-grid-body .s-body-row > td a:before {
  content: "";
}
.s-table .s-grid-body .s-body-row > td a:hover {
  color: #3C92CC;
  text-decoration: none;
  border-bottom: 0.1em solid #3C92CC;
}
.s-table .s-grid-body .s-body-row > td i {
  font-size: 22px;
}
.s-table .s-grid-body .s-body-row > td i.fa.rejected {
  color: #b72727;
}
.s-table .s-grid-body .s-body-row.none-active {
  color: #aaa;
}
.s-table .s-grid-body .s-body-row.m-alt {
  background-color: #f5f5f5;
}
.s-table .s-grid-body .s-body-row.m-alt > td {
  background-color: #fff;
}
.s-table .s-grid-body .s-body-row :last-child {
  border-right-width: 1px !important;
}
.s-table .s-grid-body .s-body-row.hover:hover > td {
  border-color: #D4D4D4;
  background-color: #E8E8E8 !important;
  color: #000;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.s-table .s-grid-body .s-body-row.hover:hover > td a {
  color: #555555;
}
.s-table .s-grid-body .s-body-row.hover:hover :first-child {
  border-left-color: #E8E8E8;
}
.s-table .s-grid-body .s-body-row.hover:hover :last-child {
  border-right-color: #E8E8E8;
}
.s-table .s-grid-body .s-body-row.select.s-state-selected > td {
  background-color: #bdd3c0 !important;
  border-color: #bdd3c0 !important;
}
.s-table .s-grid-body .s-body-row.select.s-state-selected > td .icon-delete-info {
  opacity: 0.9;
  background: url('images/icons/close_white_12x12.png') no-repeat;
}
.s-table .s-grid-body .s-body-row.select.s-state-selected > td a {
  border-bottom: 1px solid #fff;
  padding-bottom: 0.07em;
  text-decoration: none;
  color: #000;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  background: 0 0;
}
.s-table .s-grid-body .s-body-row.select.s-state-selected > td a:after {
  color: #0075C5;
  border-bottom: 1px dashed #0075C5;
}
.s-table .s-grid-body .s-body-row.select.s-state-selected > td a:hover {
  color: #0075C5;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
.s-table .s-grid-body .s-body-row.status-rejected {
  /*& > td {
                    border-top-color: #c14949 !important;
                    border-bottom-color: #c14949 !important;
                }*/
  /*& :last-child {
                    border-right-color: #c14949 !important;
                    border-right-width: 1px !important;
                }*/
}
.s-table .s-grid-body .s-body-row.status-rejected > td {
  color: #c14949 !important;
}
.s-table .s-grid-body .s-body-row.status-rejected > td a,
.s-table .s-grid-body .s-body-row.status-rejected > td b,
.s-table .s-grid-body .s-body-row.status-rejected > td span {
  color: #c14949 !important;
}
.s-table .s-grid-body .s-body-row.status-rejected > td.point:first-child {
  border-left-color: #c14949 !important;
  border-left-width: 3px !important;
}
.bottom-line-wrapper {
  margin: 0;
  width: 100%;
  height: auto;
}
.bottom-line-wrapper .bottom-line {
  height: 15px;
}
.divSeparator {
  padding: 15px 0 5px 0;
  margin-left: 0 !important;
  position: relative;
}
.divSeparator span {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  padding: 5px 15px 5px 5px;
  color: #5a5959;
  font-weight: 500;
  position: relative;
  display: block;
}
/*

    editor state
*/
.state-edit {
  position: absolute;
  top: -6px;
  right: -6px;
  border: 1px solid #ffffff;
  border-left: 1px solid #dadada;
  text-align: center;
  border-radius: 0;
  vertical-align: middle;
  padding: 0 0px 5px 5px;
  text-transform: uppercase;
  border-bottom: 1px solid #dadada;
  opacity: 1;
  transition: 0.3s ease-in-out all;
  z-index: 1;
}
.state-edit.show {
  opacity: 1;
  transition: 0.3s ease-in-out all;
}
.state-edit span {
  padding: 10px 15px;
  background: #4DAA59;
  display: block;
  color: #fff;
}
.pageheader {
  padding: 5px 0 5px 10px;
  background: #F7F7F7;
  border: 1px solid #dadada;
  border-left: 3px solid #4DAA59;
  height: 50px;
  margin-bottom: 5px;
}
.pageheader .panelCaption {
  float: left;
}
.pageheader h2,
.pageheader p {
  padding-left: 10px;
}
.pageheader h2 {
  font-size: 1.625em;
  font-weight: normal;
}
.pageheader p {
  font-size: 1.1em;
  color: #000;
}
.filter-deal-panel {
  width: 100%;
  border-bottom: 1px solid #dadada;
  padding-bottom: 10px;
}
.filter-deal-panel .input-search-wrapper {
  float: right;
}
.panelHeader {
  float: left;
  display: block;
  border-bottom: 1px solid #B9B9B9;
  padding: 0 5px 5px 0;
}
.panelHeader.addPageHeader {
  /*width: 100%;*/
  float: inherit;
  margin-bottom: 0;
}
.panelHeader h5 {
  font-size: 1.4em;
  text-transform: uppercase;
  color: #5A5959;
  font-weight: 500;
  font-family: 'Segoe UI', 'Open Sans', Tahoma Light, Arial Light, Helvetica Light, sans-serif;
  margin: 0 0 0 0px;
}
.panelHeader p {
  color: #808080;
  margin: 0 0 10px 0px;
  font-size: 1em;
  /*font-style: italic;*/
}
.btnGroup {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
.btnGroup.mr5 {
  margin-right: 1px;
}
.btnGroup.mr10 {
  margin-right: 10px;
}
.btnGroup .btn {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  float: left;
  width: 100px;
  /*height: 36px;*/
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  /*background: @otcdcolorline;*/
}
.btnGroup .btn .k-icon {
  width: 16px;
  height: 16px;
}
.btnGroup .btn:hover {
  /*background: @otccolorhoverbutton !important;
            border: 1px solid @otccolorhoverbutton !important;
            color: @otcdcolorwhite !important;*/
}
.btnGroup .btn:hover .imgAddClearTml {
  background: url('images/icons/glyphicons-halflings-black.png') no-repeat;
  background-position: -23px -24px;
}
.btnGroup .btn:hover .imgAddTml {
  background: url('images/icons/glyphicons-halflings-black.png') no-repeat;
  background-position: -264px -24px;
}
.btnGroup .btn:hover .imgPrint {
  background: url('images/icons/glyphicons-halflings-black.png') no-repeat;
  background-position: -95px -48px;
}
.btnGroup .btn:hover .imgSaveXls {
  background: url('images/icons/glyphicons-halflings-black.png') no-repeat;
  background-position: -120px -24px;
}
.btnGroup .btn:hover .imgEdit {
  background: url('images/icons/glyphicons-halflings-black.png') no-repeat;
  background-position: 1px -72px;
}
.btnGroup .btn:hover .imgUndo {
  background: url('images/icons/glyphicons-halflings-black.png') no-repeat;
  background-position: -335px -96px;
}
.imgAddClearTml {
  background: url('images/icons/glyphicons-halflings-white.png') no-repeat;
  background-position: -23px -24px;
}
.imgAddTml {
  background: url('images/icons/glyphicons-halflings-white.png') no-repeat;
  background-position: -264px -24px;
}
.imgPrint {
  background: url('images/icons/glyphicons-halflings-white.png') no-repeat;
  background-position: -95px -48px;
}
.imgPrint-blue {
  background: url('images/icons/glyphicons-halflings-blue.png') no-repeat;
  background-position: -95px -48px;
}
.imgDocument-blue {
  background: url('images/icons/glyphicons-halflings-blue.png') no-repeat;
  background-position: -25px -25px;
}
.imgSaveXls {
  background: url('images/icons/glyphicons-halflings-white.png') no-repeat;
  background-position: -120px -24px;
}
.imgEdit {
  background: url('images/icons/glyphicons-halflings-white.png') no-repeat;
  background-position: 1px -72px;
}
.imgUndo {
  background: url('images/icons/glyphicons-halflings-white.png') no-repeat;
  background-position: -335px -96px;
}
.imgLink {
  background: url('images/icons/glyphicons-halflings-black.png') no-repeat;
  background-position: -120px -95px;
}
#agreement-info-panel .agreement-info-wrapper {
  background: #fff #fff;
}
#agreement-info-panel .agreement-info-wrapper .tree-view {
  /*width: 48%;
            float: left;
            margin: 15px 0 0 15px;*/
  border: 1px solid #dadada;
}
#agreement-info-panel .agreement-info-wrapper .tree-view .agreement-info-title {
  color: #4DAA59;
  width: 270px;
  text-align: left;
  font-size: 1.5em;
  text-transform: uppercase;
}
#agreement-info-panel .agreement-info-wrapper .tree-view .tree-view-wrapper {
  /*display: inline-block;*/
  /*float: left;*/
  /*overflow-y: auto;*/
  /*width: 100%;*/
}
#agreement-info-panel .agreement-info-wrapper .tree-view .search-panel {
  border-width: 1px;
  border-style: solid;
  padding-top: 10px;
  margin: 5px;
  background-color: #fff;
  /*-moz-box-shadow: 0 3px 9px -3px rgba(0,0,0,0.5);
                -webkit-box-shadow: 0 3px 9px -3px rgba(0,0,0,0.5);
                box-shadow: 0 3px 9px -3px rgba(0,0,0,0.5);*/
}
#agreement-info-panel .agreement-info-wrapper .tree-view .search-panel .input-search-wrapper {
  float: right;
}
#agreement-info-panel .agreement-info-wrapper .info-wrapper {
  /*float: left;
            width: 50%;*/
  position: relative;
  margin: 15px 0 0 0;
  border: 1px solid #dadada;
}
#agreement-info-panel .agreement-info-wrapper .info-wrapper .agreement-wrapper {
  padding: 10px;
}
#agreement-info-panel .agreement-info-wrapper .info-wrapper .deal-wrapper {
  padding: 5px;
  position: relative;
}
#agreement-info-panel .agreement-info-wrapper .info-wrapper .deal-wrapper .input-text {
  width: 50%;
}
#agreement-info-panel .agreement-info-wrapper .info-wrapper .deal-wrapper .deal-sub-wrapper {
  display: inline-block;
}
#agreement-info-panel .agreement-info-wrapper .btn-wrapper {
  height: 25px;
}
#agreement-info-panel .agreement-info-wrapper .panel {
  background: #fff;
  border: 0px solid #bbb;
  position: relative;
  margin: 0;
}
#agreement-info-panel .agreement-info-wrapper .panel form {
  margin: 10px 5px 5px 5px;
}
#agreement-info-panel .agreement-info-wrapper .panel form > div {
  margin-bottom: 10px;
  margin-left: 20px;
  position: relative;
}
#agreement-info-panel .agreement-info-wrapper .panel form .session-info {
  margin-bottom: 20px;
}
#agreement-info-panel .agreement-info-wrapper .panel form .session-info > div {
  margin-bottom: 5px;
  /*margin-left: 20px;*/
}
#agreement-info-panel .agreement-info-wrapper .form-wrapper-title {
  color: #ACACAC;
  position: absolute;
  top: -0.75em;
  left: 10px;
  text-transform: uppercase;
  width: 80%;
}
#agreement-info-panel .agreement-info-wrapper .header-title {
  background: #fff;
}
#agreement-info-panel .agreement-info-wrapper .header-caption {
  background: #fff;
  color: #4DAA59;
}
#agreement-info-panel .agreement-info-wrapper .empty-form-wrapper {
  position: relative;
  border: 1px solid #dadada;
  padding: 10px;
  /*-moz-box-shadow: 4px 0 10px -5px rgba(0, 0, 0, 0.6), -4px 0 10px -5px rgba(0, 0, 0, 0.6);
            -webkit-box-shadow: 4px 0 10px -5px rgba(0, 0, 0, 0.6), -4px 0 10px -5px rgba(0, 0, 0, 0.6);
            box-shadow: 4px 0 10px -5px rgba(0, 0, 0, 0.6), -4px 0 10px -5px rgba(0, 0, 0, 0.6);*/
}
#agreement-info-panel .agreement-info-wrapper .add-agreement-wrapper {
  width: 860px;
  margin: 0 0 0 5px;
  position: relative;
  padding: 0;
}
#agreement-info-panel .agreement-info-wrapper .add-agreement-wrapper .agreement-body {
  width: 100%;
}
.panel-info {
  position: relative;
  width: 90%;
  padding: 10px 5px 5px 5px;
  border-top: 1px solid #fff #fff;
  border-bottom: 1px solid #fff #fff;
  border-left: 1px solid #fff #fff;
  border-right: 1px solid #fff #fff;
  background-color: #fff #fff;
  color: #fff #fff;
  border-color: #4d6980;
  margin: 10px 10px;
}
.agreement-lnk a {
  border-bottom: 0.1em solid rgba(0, 0, 0, 0.1);
  padding-bottom: 0.07em;
  text-decoration: none;
  color: #41b7d8;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  background: 0 0;
}
.agreement-lnk a:hover {
  color: #41b7d8;
  text-decoration: none;
  border-bottom: 0.1em solid #41b7d8;
}
.messages .message-item img {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.cell-pull-left {
  display: table-cell;
  border-right: 1px solid #dadada;
  vertical-align: middle;
  text-align: center;
  width: 5%;
}
.cell-pull-right {
  display: table-cell;
  border-right: 1px solid #dadada;
  /*color: @otcdcolormain;*/
  vertical-align: middle;
  text-align: center;
  width: 5%;
}
.cell-pull-right i {
  font-size: 20px;
}
.cell-pull-right i.fa {
  color: #5a5a58;
  margin: 0 !important;
}
.cell-pull-right i.fa.fa-check-circle {
  color: #4DAA59;
}
.mCSB_container {
  border-left: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.mCSB_container:hover {
  border-left: 1px solid #4DAA59;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media .imgLogo {
  display: table-cell;
  background: url("images/text-file-4-32-b.png") no-repeat;
  border: none;
  width: 32px;
  height: 32px;
  opacity: 0.4;
}
.media .imgLogo:hover {
  opacity: 0.8;
}
.media:first-child {
  margin-top: 0;
}
.message-item {
  cursor: pointer;
  border: 0;
  margin: 0;
  display: table-row;
  padding: 5px 0;
  width: 100%;
}
.message-item p {
  margin-bottom: 0;
  height: 20px;
  overflow: hidden;
  margin: 0 0 10px;
}
.message-item h5 {
  margin-top: 0;
  font-family: 'Carrois Gothic', verdana, arial;
  font-weight: 300 !important;
  color: inherit;
  line-height: 1.1;
  border-top: 1px dotted #dadada;
  padding-top: 5px;
  font-size: 12px;
}
.message-item .h-txtalgn-r {
  text-align: right;
}
.message-item .h-txtalgn-l {
  text-align: left;
}
.message-item span {
  /*color: @otcdcolorgray_78;*/
  display: inline-block;
}
.message-item span:hover {
  color: #3169b1;
}
.message-active {
  color: #444;
  background-color: #e7e7e7;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin: 0px 0 0px 0;
  /*border-left: 1px solid @otcdcolormain;*/
}
.message-active span {
  color: #444;
}
.message-active span:hover {
  color: #4DAA59;
}
.message-active h5:hover {
  color: #fff;
}
.message-active .imgLogo {
  display: table-cell;
  background: url("images/text-file-4-32-w.png") no-repeat;
  border: none;
  width: 32px;
  height: 32px;
  opacity: 1;
}
.message-active .pull-right {
  color: #444 !important;
}
.message-active .pull-left {
  border-right: 0 solid #dadada;
}
strong {
  font-weight: bold;
}
.c-gray {
  color: #8f8f8f !important;
}
.f-14 {
  font-size: 12px !important;
  /*text-transform: uppercase;*/
}
.message-item-right {
  display: table-cell;
  vertical-align: middle;
  padding: 5px;
}
.pnl-inline {
  display: table-cell;
}
.treeDealRow {
  padding: 0;
}
.treeDealRow i {
  border: 1px solid #dadada;
  border-radius: 5px;
  height: 16px;
  width: 16px;
  display: block;
  margin: 0 auto;
}
.treeDealRow i.treeDealRowSelected {
  border: 1px solid #b9b9b9;
  background: url('images/icons/agreement-sel-rr.png') no-repeat;
  background-position: 0;
  width: 16px;
  height: 16px;
}
.treeDealRow i.treeDealRowSelectedDeleted {
  border: 0;
  /*background: url("images/icons/deleted-red-16.png");
            background-position: center center;
            background-repeat: no-repeat;
            width: 16px;
            height: 16px;
            left: 255px;
            vertical-align: middle;
            opacity: 1;
            text-transform: uppercase;
            cursor: help !important;*/
}
.treeDealRow i.treeDealRowSelectedReject {
  border: 0;
  /*&.imgLogo {
                opacity: 0.8;
            }*/
  /*&.treeDealRow {
                -moz-box-shadow: 0 0 15px rgba(148, 0, 0, 1);
                -webkit-box-shadow: 0 0 15px rgba(148, 0, 0, 1);
                box-shadow: 0 0 15px rgba(148, 0, 0, 1);
            }*/
  /*background: url("images/icons/agreement-rr.png");
            background-position: center center;
            background-repeat: no-repeat;
            width: 16px;
            height: 16px;
            left: 255px;
            vertical-align: middle;
            opacity: 1;
            text-transform: uppercase;
            cursor: help !important;*/
}
table {
  border-spacing: 0;
  border-collapse: separate;
}
.agreement-info-table {
  padding-top: 10px;
  /*table-layout: fixed;*/
  width: 100%;
}
.agreement-info-table td,
.agreement-info-table th {
  border-bottom: 1px dashed #dadada;
}
.agreement-info-table .col1 {
  padding: 0 10px 10px 0;
  height: auto;
  width: 35%;
}
.agreement-info-table .col1.span {
  padding: 0 5px 0 5px;
}
.agreement-info-table .coln {
  width: 100%;
  height: auto;
}
.agreement-info-table .cell {
  color: #555555;
  font-weight: 500;
  padding: 3px 0 3px 20px;
}
.agreement-info-table .cell:first-child {
  font-size: 14px;
  width: 235px;
  position: relative;
}
.agreement-info-table .input-search {
  margin: 4px 0;
  color: #454545;
  border: none;
  font-size: 14px;
  font-weight: 400;
  outline: none;
  white-space: pre-wrap;
  background: #fff #fff;
  width: 100%;
}
.agreement-info-table tbody tr:last-child td {
  border-bottom: 1px solid #aaa !important;
}
.agreement-toolbar-edit {
  border-top: 1px solid #787878;
  background-color: #fefefe;
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 5px 10px 5px 5px;
}
.k-state-readonly {
  color: #666;
}
.input-text {
  /*width: 560px;*/
  display: table-cell;
  font-weight: bold;
  /*margin: 5px;*/
}
.input-text.hide {
  display: none;
}
.text-userbar-wrapper {
  font-size: 14px;
  float: left;
  width: 395px;
}
.text-userbar-wrapper .text-userbar {
  line-height: 15px;
  width: 200px;
  color: #41484e;
}
.input-search-wrapper {
  display: inline-block;
  background: #fff;
  border-color: #ccc;
  border-width: 1px 1px 1px 1px !important;
  border-style: solid;
  margin: 0;
  border-radius: 3px;
  padding: 6px 4px;
}
#agreement-add-panel .btn-wrapper {
  padding: 5px;
}
#agreement-add-panel .deals-list,
#agreement-add-panel .good-list {
  /*border: 1px solid @otcdcolorline;*/
  display: inline-block;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
}
#agreement-add-panel .add-deal-form-wrapper {
  display: inline-block;
  margin-top: 0px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 15px;
  background-color: #fff;
}
#agreement-add-panel .add-deal-form-wrapper .deal-form-wrapper {
  display: inline-block;
  margin: 35px 10px;
}
#agreement-add-panel .panel {
  position: relative;
  padding: 0 0 5px 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#agreement-add-panel .panel form > div {
  margin-bottom: 5px;
}
#agreement-add-panel .panel form > div > div {
  margin-bottom: 10px;
}
#agreement-add-panel .panel form .session-info {
  margin-bottom: 20px;
}
#agreement-add-panel .panel form .session-info > div {
  margin-bottom: 5px;
  /*margin-left: 20px;*/
}
#agreement-add-panel .panel .panel-wrapper-title {
  background: #fff;
  color: #acacac;
  position: absolute;
  top: -0.75em;
  left: 10px;
  text-transform: uppercase;
}
#agreement-add-panel .empty-form-wrapper {
  display: inline-block;
  margin: 15px 0 0 0;
  width: 100%;
  padding: 0 0 5px 0;
  background-color: #fff;
}
#agreement-add-panel .empty-form-wrapper .empty-content {
  margin: 25px 0 0 0;
}
#agreement-add-panel .add-agreement-wrapper {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  padding: 0 0 5px 0;
  background-color: #fff;
  overflow: hidden;
}
#agreement-add-panel .add-agreement-wrapper .agreement-body {
  /*margin-right: 25px;*/
}
#agreement-add-panel .add-agreement-wrapper .agreement-content {
  display: inline-block;
  margin: 35px 10px;
}
#agreement-add-panel .add-agreement-wrapper .buyer-panel,
#agreement-add-panel .add-agreement-wrapper .saler-panel {
  /*display: inline-block;*/
  margin-right: 10px;
}
#agreement-add-panel .deal-list-table-wrapper {
  margin-top: 10px;
  display: inline-block !important;
  margin: 15px 10px;
}
#agreement-add-panel span.icon.imgDelete {
  background: url('images/icons/glyphicons-halflings-black.png') no-repeat;
  background-position: -456px 0;
}
.header-stepBlock {
  float: left;
  height: 30px;
  width: 30px;
  border: 1px solid #B9B9B9;
  text-align: center;
  background-color: #fff;
  margin: 0 10px 10px 0;
  padding: 5px;
}
.header-stepBlock h5 {
  color: #4DAA59;
  margin: -3px;
  font-size: 24px;
}
.add-agreement-form-wrapper > div {
  width: auto;
}
.add-agreement-form-wrapper .control-panel {
  background: #eee;
  border: 1px solid #ccc;
  height: 25px;
  padding: 5px;
}
.add-agreement-form-wrapper .control-panel .title-agreement-header {
  text-align: left;
  font-size: 20px;
  width: 100px;
  float: left;
  display: block;
  margin-top: -6px;
  color: #023F79;
}
.add-agreement-form-wrapper .control-panel .controls {
  float: left;
}
.add-agreement-form {
  min-height: 100px;
}
.add-agreement-form .mini-manual {
  border: 1px solid #0098ff;
  margin: 10px auto;
  padding: 10px;
  width: 300px;
}
.add-agreement-form .mini-manual h3 {
  text-align: center;
  width: 100%;
}
.add-agreement-deals-stack-wrapper {
  height: auto;
}
.add-agreement-deals-form-wrapper {
  height: auto;
}
.add-deals-wrapper {
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0 0 10px 0;
}
.add-kontr-wizard .step {
  position: relative;
  margin: 5px 0;
  display: none;
}
.add-kontr-wizard .step.active {
  display: block;
}
.add-kontr-wizard .step h3 {
  margin-bottom: 5px;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
}
.add-kontr-wizard .step .description-wrapper {
  width: 100%;
  padding: 5px 5px 10px 0;
  font-size: 13px;
  line-height: 1em;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.add-kontr-wizard .step .description-wrapper p {
  text-align: left;
  padding: 0 5px 10px 60px;
  color: #41484e;
  line-height: 1.3em;
  font-style: initial;
}
.add-kontr-wizard .step .form-wrapper {
  width: 100%;
}
.add-kontr-wizard .step .form-wrapper .btn-wrapper {
  height: 25px;
}
.add-kontr-wizard .step .form-wrapper form > div {
  position: relative;
  margin-bottom: 5px;
  margin-left: 10px;
}
.add-kontr-wizard .step .form-wrapper .text-userbar-wrapper {
  width: 195px;
}
.add-kontr-wizard .wizard-controls {
  border-top: 1px solid #aaa;
  margin-top: 30px;
  text-align: right;
}
.hfooter {
  height: 105px;
}
.footer {
  height: 105px;
}
.footer .version-wrapper {
  /*height: 30px;*/
}
.footer .version-wrapper .version {
  font-size: 10px;
  padding: 10px 10px 0 0;
  color: #005131;
}
.footer .footer-panel {
  background-color: #f5f5f5;
  position: relative;
  display: inline-block;
  padding: 0 0 15px 0;
  width: 100%;
  border-top: 1px solid #dadada;
  color: #434343;
}
.footer .footer-panel .footer-text {
  font-size: 14px;
  /*height: 105px;*/
  padding-top: 10px;
}
.footer .footer-panel .footer-text .footer-info-text {
  float: left;
  font-size: 12px;
  padding-left: 25px;
  padding-top: 5px;
  text-align: left;
}
.footer .footer-panel .footer-text .footer-info-tel {
  float: right;
  padding-left: 10px;
  padding-right: 10px;
  text-align: right;
}
.footer .footer-panel .footer-text .footer-info-tel .tel {
  font-weight: 400;
  color: #33936d;
}
.footer .footer-panel .footer-text .footer-info-tel-separator {
  border-left: 1px solid #787878;
}
.button-back {
  float: right;
  font-size: 18px !important;
  margin: -5px 0 !important;
}
.error-message-text {
  margin: 10px auto;
  width: 420px;
  padding: 10px;
  border: 1px solid #ddd;
  color: #b72727;
}
.error-message-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -200px;
  margin-left: -266px;
  border: 1px solid #4DAA59;
}
.error-message-wrapper .error-message {
  width: 500px;
  margin: 10px auto 30px;
  padding: 15px;
  position: relative;
  font-size: 1.1em;
  color: #787878;
}
.error-message-wrapper .error-message .icon-home {
  width: 16px;
  height: 16px;
  background: url('images/icons/home.png') no-repeat -16px;
  cursor: pointer;
  float: left;
}
.error-message-wrapper .error-message .icon-home:hover {
  background: url('images/icons/home.png') no-repeat;
}
.error-message-wrapper .error-message .code-error {
  font-size: 3.5em;
  text-align: center;
}
.error-message-wrapper .error-message .error-text {
  margin: 20px 0;
}
.error-message-wrapper .error-message .error-text-list {
  padding: 0 10px;
  margin: 2px 10px;
  border-left: 3px solid #023F79;
}
.error-message-wrapper .error-message .error-text-action {
  margin: 15px 0;
  float: right;
  width: 420px;
}
.error-message-wrapper .error-message .back-history {
  width: 64px;
  height: 64px;
  background: url('images/icons/back-slider.png') no-repeat;
  cursor: pointer;
  margin: 12px 0;
  float: left;
}
.error-message-wrapper .error-message .back-history:hover {
  background: url('images/icons/back-slider.png') no-repeat -64px;
}
.k-button:hover .icon-left-arrow-gray {
  background-image: url(images/icons/left_round_white.png);
}
.k-button:hover .icon-right-arrow-gray {
  background-image: url(images/icons/right_round_white.png);
}
.comboRepl {
  margin: 15px 0 !important;
}
.controls .k-combobox {
  width: 155px;
}
#goodList #btnSearch {
  padding: 5px 10px !important;
  border-style: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 2px 0px 2px 2px;
}
.btnSelect {
  /*&:hover {
        color: @otcdcolorwhite !important;
        background-color: @otc_main_color!important;
    }

    width: 100px;
    height: 23px;
    border: 1px solid #dadada !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 5px;
    color: #787878 !important;
    background-color: #dadada!important;
   */
}
.btnSelect .k-icon {
  opacity: 1;
  margin-top: -5px;
  margin-left: -5px;
}
.search {
  padding: 6px 15px 6px 30px;
  margin: 3px;
  background: url(images/icons/search-2-16.png) no-repeat 8px 6px;
}
#lockPane .icon-loading {
  background-image: url(images/ajax-loader.GIF);
  height: 46px;
  width: 46px;
  top: 50%;
  left: 50%;
  margin-top: -250px;
  position: fixed;
}
#lockPane span {
  font-size: 14px;
  color: #fff;
  top: 50%;
  margin-top: -200px;
  position: fixed;
}
.lockOn {
  display: block;
  visibility: visible;
  position: absolute;
  z-index: 999;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  text-align: center;
  filter: alpha(opacity=75);
  opacity: 0.5;
}
.lockOff {
  display: none;
  visibility: hidden;
}
.input-search-wrapper:hover {
  border-color: #4DAA59;
}
.input-search-wrapper:not(k-state-disabled):hover {
  border-color: #ccc;
}
.ico {
  background-image: url(images/icons/homep.png);
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  width: 24px;
  height: 24px;
  float: left;
  background-repeat: no-repeat;
  margin: -5px 10px 0 0;
}
.right-fix {
  margin-top: 10px;
  float: right;
  width: 20%;
}
#fixed {
  background: rgba(255, 255, 255, 0.69);
  border: 1px dashed #4DAA59;
  padding: 10px 10px 5px 10px;
  position: absolute;
  z-index: 999999999999999;
  right: 30px;
}
.icon-send {
  background-image: url(images/icons/send-48.png);
  background-repeat: no-repeat;
  background-position: -5px -5px;
  width: 48px;
  height: 48px;
  float: left;
  margin: 5px 3px 0px 0px;
  display: block;
}
.icon-info {
  background: url(images/icons/info-48.png) no-repeat;
  width: 100%;
  height: 48px;
  display: block;
}
.icon-tick {
  background: url(images/icons/tick-24.png) no-repeat;
  width: 24px;
  height: 24px;
}
.icon-error {
  background: url(images/icons/error-24.png) no-repeat;
  width: 24px;
  height: 24px;
}
.fx-pnl-text {
  display: block;
  width: 100%;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  color: #4DAA59;
  margin-top: -4px;
}
div.counter {
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  background: #fe6b6b;
  border: 3px solid #fff;
  color: #fff;
  font-weight: bold;
  float: right;
  margin: 15px 5px 10px auto;
  text-align: left;
  white-space: nowrap;
  padding: 5px 10px 5px 10px;
}
.menu-kontr-wrapper {
  margin-top: 45px;
  width: 336px;
  margin: 10px auto 0 auto;
  display: table;
}
div.btnKontrStep {
  width: 145px;
  height: 145px;
  border: 1px solid #B4C1CA;
  float: left;
  margin: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.6);
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.6);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.btnKontrStep.img-my-kontr {
  background: url('images/icons/i-my-user.png') no-repeat;
  background-position: 50%;
  -moz-background-size: 80%;
  -o-background-size: 80%;
  -webkit-background-size: 80%;
  background-size: 80%;
}
div.btnKontrStep.img-my-kontr:hover {
  background: url('images/icons/i-my-user-hover.png') no-repeat;
  background-position: 50%;
  -moz-background-size: 80%;
  -o-background-size: 80%;
  -webkit-background-size: 80%;
  background-size: 80%;
}
div.btnKontrStep.img-find-kontr {
  background: url('images/icons/i-find-user.png') no-repeat;
  background-position: 50%;
  -moz-background-size: 80%;
  -o-background-size: 80%;
  -webkit-background-size: 80%;
  background-size: 80%;
}
div.btnKontrStep.img-find-kontr:hover {
  background: url('images/icons/i-find-user-hover.png') no-repeat;
  background-position: 50%;
  -moz-background-size: 80%;
  -o-background-size: 80%;
  -webkit-background-size: 80%;
  background-size: 80%;
}
div.btnKontrStep.img-new-kontr {
  background: url('images/icons/Add-kontr.png') no-repeat;
  background-position: 50%;
  -moz-background-size: 80%;
  -o-background-size: 80%;
  -webkit-background-size: 80%;
  background-size: 80%;
}
div.btnKontrStep p {
  color: #424242;
  text-align: center;
  font-weight: 600;
  padding: 0;
  font-size: 14px;
  position: absolute;
  width: 145px;
  display: block;
}
div.btnKontrStep:hover {
  border: 1px solid #b3b3b3;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}
p.tmpl-p-descr {
  font-style: italic;
  line-height: 1.2em;
  text-align: justify;
}
span.helper {
  font-style: italic;
  display: block;
}
.deal-status {
  padding: 0 10px 0 0;
  margin-left: 0;
  display: inline-block;
}
.deal-status i {
  font-size: 20px;
}
.deal-status i.fa-check-circle {
  color: #35B084;
}
.grid-top-right-icon-info {
  position: relative;
  float: right;
  display: inline-block;
}
.grid-main-text {
  width: 80%;
  display: block;
  float: left;
  overflow: hidden;
  height: 15px;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.row-menu-panel {
  border: 1px solid #dadada;
  /*margin-bottom: 10px;*/
  background-color: #f5f5f5;
  /*display: inline-block;*/
  border-top: none;
  padding: 5px 0px;
}
td.td-menu-wrapper {
  border: none;
  padding: 0;
  width: 25%;
}
ul.row-menu {
  padding-left: 2px;
  list-style-type: none;
}
li.row-menu-item {
  border-right: 1px solid #c4d5e5;
  color: #0075c5;
  display: inline;
  font-size: 12px;
  padding: 5px 7px 5px 6px;
}
li.row-menu-item:last-child {
  border-right: none;
}
li.row-menu-item a {
  color: #676c70 !important;
  font-weight: 600;
  float: initial !important;
  text-decoration: none!important;
  border-bottom: none !important;
  font-size: 12px!important;
}
li.row-menu-item a:before {
  content: "" !important;
}
.panel-bottom {
  border-top: 1px solid #787878;
  padding: 10px;
  margin: 25px 0 10px 0;
  height: 20px;
}
.fakeButton {
  position: absolute;
  z-index: 1;
  float: left;
}
.files {
  position: absolute;
  cursor: default;
}
.list {
  margin-top: 30px;
}
.addMoreDocs {
  display: inline-block;
  border-bottom: 1px dashed #018ccd;
  color: #018ccd;
  cursor: pointer;
}
.customFile {
  cursor: pointer;
  height: 25px;
  z-index: 20;
  opacity: 0;
  width: 150px !important;
  margin-left: 0;
}
.name-upload-file {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 350px;
  padding: 0 10px;
  color: #00544C;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
}
.warning-message {
  color: #b72727;
  margin-top: 10px;
}
.doc-attach-wrapper {
  border-top: 1px solid #dadada;
  padding: 5px 0;
  display: inline-block;
  width: 100%;
}
button.k-button.remove-doc {
  background-color: #B72727 !important;
  border: 1px solid #b72727 !important;
  color: #fff !important;
  display: block;
  margin: 0 auto;
}
button.k-button.remove-doc:hover {
  color: #000 !important;
  background-color: #fff !important;
}
button.k-button.remove-doc:hover .imgDelete {
  background: url('images/icons/glyphicons-halflings-black.png') no-repeat;
  background-position: -456px 0;
}
.fixed {
  top: 10px;
  padding: 5px 0px;
  z-index: 1;
  -moz-transition: ease-in-out 0.2s all;
  -o-transition: ease-in-out 0.2s all;
  -webkit-transition: ease-in-out 0.2s all;
  transition: ease-in-out 0.2s all;
}
.fixed > button,
.fixed a button {
  width: 125px !important;
  font-weight: 600;
}
.fixed.fixed-button-top {
  position: fixed !important;
  right: 0 !important;
  left: 0;
  top: 135px !important;
  background: #fff;
  border-bottom: 1px solid #dadada;
  padding: 5px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.fixed.fixed-button-top > .btn,
.fixed.fixed-button-top a .btn {
  float: none !important;
}
.rivet {
  position: absolute;
  top: 3%;
  left: 3%;
  background-color: #8F6002;
  width: 5%;
  border-radius: 100px;
  padding-bottom: 5%;
}
.rivet.bottom {
  top: auto;
  bottom: 3%;
}
.rivet.right {
  left: auto;
  right: 3%;
}
div.old-currency {
  margin: 5px 6px 10px 0;
}
div.old-currency span.old-cur-caption {
  width: 270px;
  display: inline-block;
}
div.old-currency span.price-byr,
div.old-currency .sum-byr {
  display: inline-block;
  font-weight: bold;
  text-align: left;
}
.agreement-simplified-wrapper {
  display: flex;
}
.agreement-simplified-wrapper .agreement-info-table tbody tr:last-child td {
  border-bottom: 0 !important;
}
.right-block,
.left-block {
  flex: 30%;
  padding: 10px;
}
.accred-error {
  color: #a00;
  font-weight: bold;
}
/*.add-agreement-wrapper:before {
    -moz-box-shadow: inset 0 0 25px -10px rgba(0,0,0,0.8);
    -webkit-box-shadow: inset 0 0 25px -10px rgba(0,0,0,0.8);
    box-shadow: inset 0 0 30px -10px rgba(0,0,0,0.8);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
    top: 0;
    z-index: -2;
}

.add-agreement-wrapper:after {
    -moz-box-shadow: inset 0 0 25px -10px rgba(0,0,0,0.8);
    -webkit-box-shadow: inset 0 0 25px -10px rgba(0,0,0,0.8);
    box-shadow: inset 0 0 25px -10px rgba(0,0,0,0.8);
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg);
    top: 0;
    z-index: -1;
}

.add-agreement-wrapper:before, .add-agreement-wrapper:after {
    background: #f9f9f9;
    background: -moz-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(249,249,249,1) 100%);
    background: -webkit-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
    background: -o-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
    background: -ms-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
    background: linear-gradient(top, rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f9f9f9',GradientType=0 );
    border: 1px solid #c4c6ca;
    content: "";
    display: block;
    height: 100%;
    left: -1px;
    position: absolute;
    width: 100%;
}*/