@import url('https://fonts.googleapis.com/css?family=Roboto:400,500&subset=cyrillic,cyrillic-ext');

:focus{
    outline: none;
}

body {
    font-family: Roboto, 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 12px;
    background-color: #e2e2e2;
    color: #000000;
}

noscript {
    text-align: center;
    font-weight: 500;
    padding: 20px;
    background: red;
    color: white;
}

.container {
    width: 100%;
}

textarea:focus, input:focus, button:focus {
    outline: none;
}

a {
    text-decoration: underline;
    color: #807ED5;
}

b, strong {
    font-weight: 500;
}

p {
    font-size: 14px;
}

p.info-label {
    color: #191919;
}

p.info-content {
    font-size: 13px;
    color: #696969;
}

li {
    font-size: 14px;
    margin-bottom: 7px;
}

h1 {
    text-transform: uppercase;
    font-size: 24px;
    color: #191919;
    margin-top: 12px;
}

h2 {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
}

h3 {
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.title-sm {
    margin: 8px 0 4px;
    padding: 0;
    font-size: 12px;
    font-weight: 500;
}

hr.gray {
    height: 14px;
    background-color: #e2e2e2;
}

hr.in-col {
    margin: 15px -20px 10px;
}

a.visibility-toggle,
a.visibility-toggle:hover,
a.visibility-toggle:focus,
a.visibility-toggle:active {
    font-size: 12px;
    color: #4caf00;
    text-decoration: none;
    border-bottom: 1px dashed #5cb715;
}

a.visibility-toggle:after {
    content: "";
    display: inline-block;
    background: url('../img/caret-down-icon.svg') center center no-repeat;
    width: 6px;
    height: 9px;
    margin-left: 5px;
}

a.visibility-toggle.active:after {
    background-image: url('../img/caret-up-icon.svg');
}

a.visibility-toggle-title {
    margin: 0 0 15px;
    line-height: 16px;
    display: inline-block;
}

@media (min-width: 768px) {
    a.visibility-toggle-title {
        margin: 15px 0;
        float: right;
    }
}

label {
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    margin-bottom: 0px;
    cursor: pointer;
}

label + input[type="checkbox"], label + input[type="radio"] {
    margin-left: 10px;
}

input[type="text"], input[type="number"], input[type="password"], textarea {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(207, 207, 207);
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.23);
    height: 25px;
    width: 100%;
    padding: 5px;
}

input[type=checkbox], input[type=radio] {
    margin-top: 0;
    vertical-align: middle;
}

textarea {
    height: 60px;
}

input[type=checkbox] {
    margin: 0px;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: non;
    appearance: none;
    width: 20px;
    height: 20px;
    background-image: url('../img/checkbox-not-checked.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}

input[type=checkbox]:checked {
    background-image: url('../img/checkbox-checked.svg');
}

select {
    height: 25px;
    width: 100%;
    vertical-align: middle;
    max-width: 100%;
}

i.icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    margin-right: 4px;
}

.icon-remove {
    background: url('../img/close.svg') center center no-repeat;
    width: 16px;
    height: 16px;
}

a:hover, a:active {
    text-decoration: none;
}

.alert-danger {
    border-color: #8a0000;
    background: #fdeaeb;
    color: #000;
    font-weight: 500;
}

.alert-danger a,
.alert-danger a:hover,
.alert-danger a:focus,
.alert-danger a:active {
    color: #000;
}

.owl-carousel .owl-item img {
    max-width: 100%;
    width: auto;
}

.header {
    background-color: white;
}

.pagination {
    text-align: center;
    border-radius: 0px;
    margin: 0;
}

.pagination > li > button, .pagination > li > span {
    border: none;
    background-color: transparent;
    color: #696969;
    font-size: 13px;
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
}

.pagination > .active > button, .pagination > .active > button:focus, .pagination > .active > button:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    border: none;
    background-color: #4caf00;
    border-radius: 2px !important;
    color: white;
}

.pagination > li:first-child > button, .pagination > li:first-child > span {
    border: none;
}

.pagination .page-item.disabled {
    display: none;
}

.data-table {
    font-size: 12px;
}

.table.b-table>tfoot>tr>[aria-sort=none], .table.b-table>thead>tr>[aria-sort=none] {
    background-image: none !important;
}

.navbar {
    background-color: white;
    border-radius: 0px;
    border: none;
    margin-bottom: 10px;
    margin-top: 10px;
}


.navbar-personal {
    border-top: 1px solid #518187;
    border-bottom: 1px solid #518187;
}

.navbar-personal a {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    color: black;
}

.navbar-personal li.active a {
    color: #518DE1;
}

.navbar-nav {
    float: none;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.data-table a {
    color: #101a62;
}

.navbar-nav > li {
    display: flex !important;
    float: none !important;
    margin: 0;
    align-items: center;
}

.navbar-nav > li::before {
    content: '\205E';
}

.navbar-nav > li:first-child::before {
    display: none;
}

.navbar-default .navbar-nav > li > a {
    color: #101a62;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
}

.navbar-nav > li > .dropdown-menu {
    border-top: 2px solid #5cb715;
}


/* -- modals -- */

.modal-content {
    border-radius: 0;
}

.modal-header {
    padding: 32px 30px 0;
    border-bottom: none;
}

.modal-header .close,
.modal-header button.close {
    height: 15px;
    width: 15px;
    margin: -16px -10px 0 0;
    text-shadow: none;
    background: url('../img/close.svg') center center no-repeat;
    opacity: 1;
    display: block;
}

p.modal-title {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 500;
    display: block;
}

.modal-body {
    padding: 14px 30px 30px;
}

.modal-body.modal-body-short {
    padding: 14px 30px 0;
}

.modal-body p.modal-title {
    margin: 12px 0 6px;
}

.modal-footer {
    padding: 11px 30px 14px;
    border-top: none;
    background: #f8f8f8;
    text-align: center;
}

/* -- /modals -- */



.logo {
    font-weight: 600;
    font-size: 24px;
    display: flex;
    align-items: center;
}


.support-container {
    text-align: center;
    padding-top: 11px;
}

.support-container p {
    margin-bottom: 1px;
}

.header-heading {
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
}

.header-working-hours {
    font-size: 12px;
    color: #5f5e5e;
}

.header-phone {
    font-size: 16px;
    color: #191919;
}

.header-email {
    font-size: 12px;
}

.lock-icon {
    background-image: url('../img/green-lock-icon.svg');
    width: 9px;
    height: 12px;
}

.login-with-cert {
    font-size: 12px;
    margin-left: 5px;
}

.auth-left-inputs {
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
}

.auth-right-block {
    display: flex;
    justify-content: center;
}

.auth-left-inputs .input-block {
    font-size: 12px;
    /* margin-bottom: 10px; */
}

.auth-left-inputs .input-block td {
    padding-bottom: 6px;
}

.auth-left-inputs .input-block tr:last-child td {
    padding-bottom: 0px;
}

.auth-left-inputs .input-block td:first-child {
    padding-right: 10px;
}

.auth-left-inputs .input-block td:last-child {
    width: 130px;
}

.auth-container {
    padding-top: 10px;
    text-align: center;
}

.auth-header {
    margin-bottom: 10px;
}

.header-forgot-password {
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid gray;
}

.auth-container .auth-footer {
    margin-bottom: 10px;
    margin-top: 10px;
}

.btn {
    background-color: #1575af;
    color: white !important;
    font-size: 13px;
    border-radius: 2px;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn + .btn {
    margin-left: 5px;
}

.btn:hover,
.btn:active,
.btn:focus {
    color: white;
    background-color: #1575af;
}

.btn.btn-with-icon {
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left 12px center;
}

.btn.btn-icon-copy {
    background-image: url('../img/white-copy-icon.svg');
}

.btn.btn-icon-plus {
    background-image: url('../img/white-plus-icon.svg');
}

.btn.btn-icon-lock {
    background-image: url('../img/white-lock-icon.svg');
}

.btn.btn-sign-icon {
    background-image: url('../img/white-sign-document-icon.svg');
    padding-left: 35px;
}

.search-icon {
    background-image: url('../img/green-search-icon.svg');
    width: 13px;
    height: 14px;
}

a.a-with-icon {
    padding-left: 22px;
    background-repeat: no-repeat;
    background-position: left center;
}

a.a-sign-icon {
    background-image: url('../img/green-sign-document-icon.svg');
    padding-left: 22px;
}

.sidebar-block-heading {
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
}

.sidebar {
    padding-left: 0px;
}

.sidebar-block-header {
    margin-bottom: 10px;
}

.sidebar-block {
    padding: 16px 15px;
    margin-bottom: 12px;
    background-color: white;
}

.sidebar-search-block input[type='text'] {
    width: calc(100% - 80px);
    margin-right: 10px;
    height: 32px;
    padding-left: 10px;
    vertical-align: middle;
}

.sidebar-search-block {
    max-width: 1132px;
    width: 100%;
    margin: 0 auto;
}

.news-icon {
    background-image: url('../img/green-news-icon.svg');
    width: 14px;
    height: 14px;
}

.sidebar-news-footer {
    text-align: center;
}

.sidebar-news-list {
    padding: 0px;
    margin: 0;
    list-style: none;
}

.sidebar-news-date {
    font-size: 10px;
    color: #5f5e5e;
    margin-bottom: 0px;
}

.sidebar-news-item {
    margin-bottom: 20px;
}

.sidebar-news-item a {
    color: #101a62;
    font-size: 13px;
    text-decoration: none;
}

.sidebar-news-item a:hover {
    text-decoration: underline;
}

.link-icon {
    background-image: url('../img/green-links-icon.svg');
    width: 14px;
    height: 14px;
}

.sidebar-links-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidebar-links-list li {
    margin-bottom: 12px;
}

.sidebar-links-list a {
    color: #101a62;
    text-decoration: none;
    font-size: 13px;
}

.sidebar-links-list a:hover {
    text-decoration: underline;
}

.content {
    background-color: white;
    padding: 20px 20px;
    min-height: 720px;
}

.filter {
    background-color: #fbfbfb;
    border: 1px solid #518187;
    border-radius: 4px;
    padding: 17px 10px;
    margin: 0;
    margin-bottom: 10px;
}

table {
    width: 100%;
}

.filter-table input[type="text"], .filter-table select, .filter-table input[type="number"] {
    margin-bottom: 5px;
    width: 100%;
}

.filter-heading {
    font-weight: 500;
    margin-bottom: 10px;
}

.btn.btn-icon-search {
    background-image: url('../img/white-search-icon.svg');
}

.btn.btn-gray {
    background-color: #7d866f;
}

.filter-table-footer-buttons {
    text-align: right;
    margin-top: 20px;
}

.hide-filter-block {
    text-align: right;
    margin-bottom: 5px;
}

.hide-filter-block a,
.hide-filter-block a:hover,
.hide-filter-block a:focus,
.hide-filter-block a:active {
    color: #807ED5;
    text-decoration: none;
    border-bottom: 1px dashed #807ED5;
}

.hide-filter-block a:after {
    content: "";
    display: inline-block;
    background: url('../img/caret-down-icon.svg') center center no-repeat;
    width: 6px;
    height: 9px;
    margin-left: 5px;
}

.hide-filter-block a.active:after {
    background-image: url('../img/caret-up-icon.svg');
}

.caret-up {
    background-image: url('../img/caret-up-icon.svg');
    width: 6px;
    height: 5px;
}

.caret-down {
    background-image: url('../img/caret-down-icon.svg');
    width: 6px;
    height: 5px;
}

.table > thead > tr > th {
    border-bottom: 1px solid #bebebe;
    cursor: pointer;
    text-decoration: underline;
    color: #696969;
    vertical-align: middle;
    font-weight: 400;
}

.table > thead > tr > th:hover {
    text-decoration: none;
}

.table > thead > tr > th.headerSortUp, .table > thead > tr > th.headerSortDown {
    font-weight: 500;
    color: black;
}

.icon-torg-open {
    background-image: url('../img/green-torg-open-icon.svg');
    width: 16px;
    height: 12px;
}

.count-info {
    color: #696969;
}

.table-pager {
    margin-top: 10px;
    margin-bottom: 0;
}

.table-pager .left-block {
    display: inline-block;
    width: 49%;
    vertical-align: middle;
}

.table-pager .right-block {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    text-align: right;
}

.footer {
    background-color: white;
    padding: 25px 17px 5px 17px;
    margin-top: 15px;
}

.footer-logo {
    background-image: url('../img/footer-logo.png');
    width: 182px;
    height: 29px;
}

.footer-description {
    color: #696969;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 12px;
}

.footer-about-block a {
    color: #101a62;
    margin-top: 6px;
    margin-bottom: 20px;
    display: block;
}

.footer-copyright {
    color: #696969;
}

.footer-heading {
    font-weight: 500;
    margin-bottom: 5px;
}

.footer-working-hours {
    color: #5f5e5e;
    margin-bottom: 4px;
    font-size: 12px;
}

.footer-phone {
    font-size: 16px;
    color: #191919;
    margin-bottom: 2px;
}

.footer-email {
    margin-top: 3px;
    font-size: 13px;
}

.footer-contacts-block {
    text-align: left;
}

.data-table tr.odd td {
    background-color: #f5fce9;
}

.description-after-header {
    font-size: 14px;
    margin-bottom: 10px;
}

.certificates-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.certificates-list li {
    margin-bottom: 20px;
}

ul.certificates-check-list {
    margin: 28px 0;
    padding: 0;
    list-style-type: none;
}

ul.certificates-check-list > li {
    margin: 0 0 8px;
    padding: 0 0 0 28px;
    background: url('../img/check-default.svg') left top no-repeat;
    font-size: 14px;
    line-height: 20px;
    display: block;
}

ul.certificates-check-list > li.check-success {
    background-image: url('../img/check-success.svg');
}

ul.certificates-check-list > li.check-fail {
    background-image: url('../img/check-fail.svg');
}

ul.certificates-check-list > li > .alert {
    margin: 12px 0 20px;
}

.partners-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.partners-list li {
    margin-bottom: 20px;
}

.certificate-preview-image {
    max-height: 100px;
    display: inline-block;
    vertical-align: middle;
    max-width: 100px;
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.24);
}


.partners-preview-image {
    max-height: 100px;
    display: inline-block;
    vertical-align: middle;
    max-width: 100px;
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.24);
}

.partners-preview-image + p {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    font-size: 14px;
    width: calc(100% - 120px);
}

.certificate-preview-image + p {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    font-size: 14px;
    max-width: calc(100% - 120px);
}

.owl-theme .owl-dots .owl-dot span {
    background: none;
    background-image: url('../img/owlcarousel-dot.svg');
    width: 18px;
    height: 18px;
    border: none;
    border-radius: 0px;
    background-color: transparent;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: none;
    background-image: url('../img/owlcarousel-dot-active.svg');
}

.browser-setup-item p {
    margin-top: 10px;
}

.tariff-table th {
    text-align: center;
    font-weight: 500;
}

.alert-success {
    font-weight: 500;
    font-size: 13px;
}

.signer-heading {
    font-weight: 500;
}

.signer-number {
    color: #4caf00;
    margin-right: 5px;
}

.signer-item {
    margin-top: 25px;
}

.signers-list-container {
    margin-top: -20px;
}

.required {
    color: #d50000;
    font-weight: 500;
}

.default-input-form td {
    padding-bottom: 10px;
}

input.date-input {
    width: 80px;
    display: inline-block;
}

input.date-time-input {
    width: 110px;
    display: inline-block;
}

input.date-input + img, input.date-time-input + img {
    cursor: pointer;
    margin-left: 5px;
}

.documents-table {
    margin-top: 10px;
}

.documents-table a {
    color: #101a62;
}

.documents-table > thead > tr > thh {
    border: none;

}

.documents-table > tbody > tr > th {
    border: none;
    text-decoration: none;
    cursor: default;
    background: transparent;
}

.documents-table > tbody > tr > td {
    vertical-align: middle;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
    padding: 14px;
}

.navbar-default .navbar-toggle {
    background-image: url('../img/menu-toggle-icon.svg');
    width: 30px;
    height: 30px;
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: center;
}

.table-info-block {
    margin: 15px 0;
}

table.table.table-info {
    margin: 0;
}

table.table.table-info > tbody > tr > td {
    width: 50%;
    padding: 4px 0;
    border-top: none;
}

table.table.table-info.table-quarters > tbody > tr > td,
table.table.table-info > tbody > tr.tr-quarters > td {
    width: 24%;
}

table.table.table-info.table-quarters > tbody > tr.tr-halves > td,
table.table.table-info.table-quarters > tbody > tr > td.td-halves,
table.table.table-info > tbody > tr.tr-quarters > td.td-halves {
    width: 50%;
}

table.table.table-info.table-quarters > tbody > tr > td.td-three-quarter,
table.table.table-info > tbody > tr.tr-quarters > td.td-three-quarter {
    width: 75%;
}


table.table.table-info > tbody > tr > td:nth-child(odd) {
    padding-right: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #191919;
}

table.table.table-info > tbody > tr > td:nth-child(even) {
    font-size: 13px;
    line-height: 18px;
    color: #696969;
}

table.table.table-info > tbody > tr > td input[type="text"],
table.table.table-info > tbody > tr > td input[type="password"] {
    width: auto;
}

table.table.table-info-horizontal {
    margin: 0;
}

table.table.table-info-horizontal > thead > tr > td {
    font-size: 12px;
    line-height: 18px;
    color: #696969;
}

table.table.table-info-horizontal > tbody > tr > td {
    font-size: 12px;
    line-height: 18px;
    color: #000000;
}

.landing-feautures {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 30px;
}

.landing-feautures li {
    display: inline-block;
    max-width: 330px;
    vertical-align: top;
    padding: 0px 30px;
    margin-bottom: 30px;
}

.landing-feautures li h2 {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 5px;
}

.landing-buttons-block {
    margin-bottom: 30px;
    margin-top: 10px;
}

.btn-landing {
    font-size: 20px;
    min-width: 200px;
    padding: 6px 30px;
    margin-top: 10px;
}

.btn-landing + .btn-landing {
    margin-left: 20px;
}

.landing-tariff-block {
    border: 2px solid #4caf00;
    border-radius: 10px;
    margin: 0 39px;
    padding: 10px 20px;
    height: 360px;
}

.landing-tariff-block h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.landing-tariff-prices {
    text-align: left;
    font-size: 20px;
    width: 100%;
    margin-bottom: 20px;
}

.landing-tariff-prices tr > td:first-child {
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 26px;
}

.landing-tariff-prices tr > td:last-child {
    font-weight: 600;
    font-size: 27px;
    vertical-align: top;
    text-align: right;
}

.btn-landing-tariff {
    font-size: 20px;
    padding: 6px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.landing-tariff-green-price {
    display: block;
    font-size: 11px;
    color: #4caf00;
    font-weight: 500;
    text-transform: none;
}

.landing-features-lines {
    padding: 0;
    margin: 0;
    list-style: none;
}

.landing-features-lines li {
    display: inline-block;
    max-width: 29%;
    min-width: 200px;
    padding: 10px 10px;
    margin: 0px 20px;
    vertical-align: top;
    margin-bottom: 30px;
    border-top: 1px solid #4caf00;
    border-bottom: 1px solid #4caf00;
}

.landing-footer-sign {
    margin-bottom: -20px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
    font-size: 11px;
    background-color: #f5f5f5;
    color: #868686;
}

.landing-tariff-block-footer {
    font-weight: 500;
    text-transform: uppercase;
    padding: 0px 30px;
    line-height: 1.6;
}

.landing-single-tariff-price {
    font-weight: 600;
    font-size: 27px;
    text-align: center;
    display: block;
}

.landing-signle-tariff-description {
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 6px;
    display: block;
}

.landing-tariff-prices-org {
    margin-bottom: 20px;
}

.landing-container h1 {
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 28px;
}

.buttons-line {
    margin-top: 5px;
    word-wrap: unset;
    white-space: nowrap;
}

.torg-request-footer label {
    font-size: 15px;
    font-weight: 500;
}

.torg-request-footer div {
    margin-bottom: 10px;
    margin-top: 10px;
}

ul.letters-list {
    list-style-image: none;
    list-style-type: none;
}

.signature-check-block {
    border: 1px solid #e2e2e2;
    padding: 20px;
    border-radius: 10px;
}

.registration-text-container {
    border-width: 1px;
    border-color: rgb(226, 226, 226);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(246, 246, 246);
    padding: 20px;
    margin-bottom: 20px;
}

.choose-certificate-block span {
    font-size: 12px;
    color: #696969;
    margin-right: 10px;
}

.captcha-block {
    margin-top: 10px;
}

.captcha-block span {
    color: #696969;
}

.captcha-block a {
    color: #696969;
    margin-left: 10px;
}

.predefined-value {
    color: #696969;
}

.select-region span {
    color: #696969;
    margin-right: 5px;
}

.header-with-button h1 {
    display: inline-block;
    vertical-align: top;
}

.header-with-button a {
    display: inline-block;
    vertical-align: middle;
    margin-top: 7px;
    margin-left: 10px;
    float: right;
}

.header-with-button:after {
    content: '';
    display: table;
    clear: both;
}

.registration-documents-ready-block label {
    font-weight: 500;
    font-size: 14px;
}

.registration-documents-ready-block {
    margin-top: 20px;
    margin-bottom: 10px;
}

.input-plus-select input, .input-plus-select select {
    width: 49%;
}

.input-file-hidden {
    display: none !important;
}

.select-file {
    white-space: nowrap;
}

.create-request-footer a, .create-request-footer input {
    margin-top: 5px;
}

.create-lot-container {
    background-color: #f4ffe2;
    padding-bottom: 20px;
}


.tree-search-container input {
    display: inline-block;
    vertical-align: middle;
    width: 250px;
}

.tree-search-container {
    margin-top: 10px;
    margin-bottom: 5px;
}

input[name="torg-table-search"] {
    margin-right: 10px;
}

input[name="torg-table-search"] + input {
    height: 25px;
    padding: 2px 12px 2px 2px;
}

.landing-tariff-after-heading {
    margin-top: -17px;
    margin-bottom: 10px;
    display: block;
}

td.nobr {
    white-space: nowrap;
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: 0;
    outline-offset: 0;
}

.parallelogram {
    width: 300px;
    transform: skew(20deg);
    background: #4caf00;
    padding: 6px 50px;
    margin-bottom: 10px;
    float: right;
    margin-right: 10px;
}

.parallelogram p {
    transform: skew(-20deg);
    color: white;
    margin: 0;
    font-size: 12px;
}

.data-table td {
    vertical-align: middle !important;
}

input[type=file] {
    display: none;
}

.pagination .page-link.active, .pagination .page-link:focus, .pagination .page-link:hover {
    border: none;
    background-color: #807ED5;
    border-radius: 2px !important;
    z-index: 3;
    color: #fff;
}

.pagination .page-link.active {
    cursor: default;
}

.b-table-sticky-header {
    overflow-y: auto;
    max-height: 80vh !important;
}

.checkbox-row{
    display: flex;
}

.checkbox-row__item{
    margin-right: 10px;
}

.header__violet {
    background: #807ED5;
    padding: 10px 0 30px;
}

.logo-text {
    color: white;
    font-size: 60px;
    font-weight: 500;
}

.logo-container a {
    text-decoration: none;
    position: relative;
}

.logo-small-text {
    color: white;
}

.logo-small-text p {
    text-align: center;
    font-size: 16px;
}

.wrapper_login {
    background: #cacfd5;
    display: flex;
    max-width: 100%;
    width: 100%;
    justify-content: flex-end;
    padding: 10px 30px;
}

.personal_area a, .registration_area a {
    background: #325263;
    text-decoration: none;
    padding: 10px 30px;
    color: #fff;
    font-size: 12px;
}

.top-menu-container .navbar.navbar-default {
    margin: 0;
}

.header__dark-blue {
    background: #325163;
    height: 27px;
}

.sidebar-block .sidebar-search-block .btn-green {
    padding: 8px 48px;
    border-radius: 5px;
    margin-left: -76px;
}