@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

html, body {
    height: 100%;
    background-color: #efeff2;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
    background: #EFEFF2;
}

.wrap > .container {
    padding: 120px 15px 20px;
}

.footer {
    height: auto !important;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #333232;
    border-top: 0px solid #ddd;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.top-title-block {
    right: inherit !important;
    /*left: 575px!important;*/
    text-align: right !important;
    font-size: 12px !important;
    left: 50%;
    transform: translate(-50%, 0);
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */

a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */

.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

.nav > li > form > button.logout:focus, .nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.form-control:focus {
    /*   border-color: #66afe9;
       background-color: #f4f9af;
       outline: 0;
       -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
       box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);*/
}

.form-control:focus {
    border-color: transparent;
    background-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: -moz-hidden-unscrollable;
}

/* изменения от 01.11.2017 для таблицы */

.row {
    margin-right: -5px;
    margin-left: -5px;
}

.form-control {
    display: block;
    width: 100%;
    height: 100%;
    padding: 2px 2px;
    font-size: 115%;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 2px;
    padding-left: 2px;
}

.select2-container .select2-selection--single {
    height: 19px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 18px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 14px;
    padding: 2px;
}

.select2-search--dropdown {
    padding: 2px;
    font-size: 11px;
}

.select2-results__option {
    font-size: 11px;
    padding: 2px;
}

.form-control[disabled] {
    font-size: 11px;
}

.first_form_table {
    font-size: 11px;
}

.navbar-inverse {
    background: url(/images/bg-header.png) no-repeat 50% 50%;
    min-height: 98px;
    display: inline-block;
    border-color: rgba(8, 8, 8, 0);
    border: 0;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff !important;
    font-size: 12px;
    padding: 10px 5px !important;
}

a.dropdown-toggle b.caret {
    border: 0;
    width: 10px;
    height: 10px;
    background: url(/images/down-chevron.svg) no-repeat 50% 50%;
    background-size: 10px;
}

.nav > li > a {
    padding: 0px 0px;
}

.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar-nav li:last-child {
    margin-right: 0 !important;
}

.navbar-nav li:last-child .logout {
    padding-right: 0 !important;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
}

.navbar-inverse .navbar-nav > .open > a {
    background: transparent !important;
}

ul.navbar-nav.navbar-right.nav li a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

ul.navbar-nav.navbar-right.nav li {
    margin-right: 10px;
}

.nav li > form > button.logout {
    padding: 10px 5px !important;
    border: none;
    position: relative;
    /*top: 7px;*/
    color: white !important;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
}

.navbar-inverse .btn-link {
    color: #ffffff;
    font-size: 14px;
}

ul.navbar-nav.navbar-right.nav li:after {
    content: ' ';
    width: 100%;
    display: inline-block;
    border-top: solid 2px rgba(255, 255, 255, 0);
    position: absolute;
    top: 34px;
    left: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

ul.navbar-nav.navbar-right.nav li:hover:after {
    border-top: solid 2px #fff;
}

ul.dropdown-menu {
    border-radius: 15px !important;
    border: 0;
    padding: 25px 25px 10px 25px;
    top: 25px;
}

ul.dropdown-menu.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
    top: 100%;
}

.multiselect-container li a label {
    font-size: 14px !important;
}

.multiselect-container li a label input[type=checkbox] {
    height: 20px !important;
}

.dropdown-menu.multiselect-container li a {
    margin-bottom: 5px !important;
}

ul.dropdown-menu li:hover:after {
    display: none;
}

ul.dropdown-menu li:hover a {
    color: #336936;
}

.dropdown-menu > li > a {
    display: block;
    padding: 0;
    clear: both;
    font-weight: normal;
    line-height: 13px;
    color: #333232;
    white-space: nowrap;
    font-size: 13px;
    margin-bottom: 14px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #336936;
    text-decoration: none;
    background-color: #00000000;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #336936 !important;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    outline: 0;
}

.dropdown-menu > .active > a {
    background: transparent !important;
}

.dropdown-menu > li {
    margin-right: 0px;
}

.navbar-inverse:after {
    content: ' ';
    position: absolute;
    width: 30%;
    background: url(/images/bg_header_21.png) no-repeat 100% 0%;
    height: 67px;
    top: 0;
}

nav.navbar-inverse.navbar-fixed-top.navbar .container {
    min-height: 67px;
    position: relative;
}

ul.navbar-nav.navbar-right.nav {
    /*margin-top: 20px;*/
    padding-top: 15px;
}

footer.footer p.pull-left {
    color: #efeff2;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}

.breadcrumb {
    padding: 0px 0px;
    margin-bottom: 20px;
    list-style: none;
    background-color: rgba(245, 245, 220, 0);
    border-radius: 4px;
}

ul.breadcrumb li a {
    font-size: 13px;
    color: #333232;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

ul.breadcrumb li.active {
    color: #336936;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 13px;
}

.page-header {
    padding-bottom: 9px;
    margin: 20px 0 20px !important;
    border-bottom: 0px solid #eee;
}

.page-header h3 {
    padding: 0;
    margin: 0 0;
    font-size: 30px;
    color: #333232;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

button.btn.btn-primary {
    border: 0;
    background: #336935;
    padding: 10px 17px;
    border-radius: 46px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.summary b {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.summary {
    font-size: 14px;
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

a.btn.btn-success {
    background-color: #336936;
    border: 0;
    /*padding: 10px 15px 10px 40px;*/
    border-radius: 24px;
    position: relative;
}

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

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 0 0;
    width: 38px;
    border-radius: 50%;
    height: 38px;
    line-height: 38px !important;
    text-align: center;
    color: #333232;
    text-decoration: none;
    background-color: #fff;
    border: 0px solid #ddd;
}

.pagination > li > a, .pagination > li > span {
    padding: 0 !important;
}

.pagination > li > a {
    background: #D4D7D5 !important;
    color: #333232 !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.pagination > .active > a {
    background: #336936 !important;
    color: white !important;
}

.pagination > li > a:hover {
    opacity: 0.6;
}

.first-last-page-button > a, .first-last-page-button > span {
    border-radius: 50% !important;
}

ul.pagination li {
    margin-right: 5px;
    display: inline-block;
}

ul.pagination li a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

ul.pagination li:hover a {
    background-color: #336936;
    color: #fff;
}

table.table.table-bordered.table-hover th:nth-child(odd) {
    text-align: left;
    background: #464545;
    color: #fff;
}

table.table.table-bordered.table-hover th:nth-child(even) {
    text-align: left;
    background: #333232;
    color: #fff;
}

table.table.table-bordered.table-hover th:nth-child(even) a, table.table.table-bordered.table-hover th:nth-child(odd) a {
    color: #fff;
}

table.table.table-bordered.table-hover th, table.table.table-bordered.table-hover td {
    border: 0;
    padding: 10px 15px;
}

table.table.table-bordered.table-hover tr:nth-child(odd) td:nth-child(odd) {
    text-align: left;
    background: #dfe3e1;
    color: #333232;
}

table.table.table-bordered.table-hover tr:nth-child(odd) td:nth-child(even) {
    text-align: left;
    background: #d4d7d6;
    /*color: #333232;*/
}

table.table.table-bordered.table-hover tr:nth-child(even) td:nth-child(odd) {
    text-align: left;
    background: #d4d7d5;
    color: #333232;
}

table.table.table-bordered.table-hover tr:nth-child(even) td:nth-child(even) {
    text-align: left;
    background: #c6c8c7;;
    color: #333232;
}

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

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

a.navbar-brand {
    position: relative;
    z-index: 99;
}

/*
-----------------------------------------
** Style 15.11.17
-----------------------------------------
*/

select, input {
    font-size: 11px !important;
    border-radius: 35px !important;
    height: 36px !important;
    padding: 0 15px !important;
}

button.btn.btn-primary {
    min-width: 110px !important;
    padding: 8px 17px;
    outline: none !important;
}

input, select {
    background: white !important;
    margin-right: 12px;
}

.form-horizontal .control-label, .form-group .control-label {
    color: #336936 !important;
    width: 100% !important;
    float: none !important;
    text-align: left !important;
    margin-bottom: 10px !important;
}

.form-group {
    margin-bottom: 20px !important;
}

.navbar-inverse .navbar-nav > .active > a {
    background: none;
}

ul.navbar-nav.navbar-right.nav li.active {
    background: none;
}

ul.navbar-nav.navbar-right.nav li.active:after {
    border-top: solid 2px #fff;
}

.journal-number .col-xs-12, #search-form .col-md-3.col-xs-6 {
    width: 230px !important;
    margin-right: 12px;
}

.journal-number {
    padding-bottom: 15px;
}

.journal-number .col-xs-12:last-child button.btn.btn-primary {
    position: relative;
    top: 30px !important;
}

#search-form .col-xs-4 .form-group {
    margin-right: 12px !important;
}

#loginform-password {
    background: white !important;
}

#reset-form {
    background: transparent !important;
    text-decoration: underline !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border: none;
    outline: none !important;
}

#reset-form:hover {
    opacity: 0.7;
    background: transparent !important;
    text-decoration: underline !important;
}

.table.table-striped.table-bordered thead tr th {
    /*padding: 15px !important;*/
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.table.table-striped.table-bordered thead tr th, .table.table-striped.table-bordered thead tr th a {
    color: white !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.table.table-striped.table-bordered thead tr th:nth-child(odd) {
    background: #464545 !important;
}

.table.table-striped.table-bordered thead tr th:nth-child(even) {
    background: #333232 !important;
}

.table.table-striped.table-bordered thead tr th:last-child {
    background: #333232 !important;
    border-left: none !important;
}

.table.table-striped.table-bordered thead tr th a:hover, .table.table-striped.table-bordered thead tr th a:focus {
    color: white;
    opacity: 0.7;
    text-decoration: underline;
}

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

.table.table-striped.table-bordered tbody tr td {
    color: #333232;
}

.table.table-striped.table-bordered tbody tr:nth-child(odd) td:nth-child(odd) {
    background: #DFE3E1 !important;
}

.table.table-striped.table-bordered tbody tr:nth-child(odd) td:nth-child(even), .table.table-striped.table-bordered tbody tr:nth-child(odd) td:last-child {
    background: #D4D7D5 !important;
}

.table.table-striped.table-bordered tbody tr:nth-child(even) td:nth-child(odd) {
    background: #D4D7D5 !important;
}

.table.table-striped.table-bordered tbody tr:nth-child(even) td:nth-child(even), .table.table-striped.table-bordered tbody tr:nth-child(even) td:last-child {
    background: #C6C8C7 !important;
}

.table.table-striped.table-bordered tbody tr td:last-child {
    padding: 0 !important;
    /*max-width: 60px !important;*/
    text-align: center;
}

.table.table-striped.table-bordered tbody tr td a {
    display: inline-block;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin: 0 4px;
    opacity: 0;
}

.table.table-striped.table-bordered tbody tr td a:hover {
    opacity: 0.7;
}

.table.table-striped.table-bordered tbody tr:hover a {
    opacity: 1;
}

.table.table-striped.table-bordered tbody tr td a span {
    color: white;
    font-size: 20px;
}

.table.table-striped.table-bordered tbody tr td button {
    display: inline-block;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin: 0 !important;
    opacity: 0;
}

.table.table-striped.table-bordered tbody tr td button:hover {
    opacity: 0.7;
}

.table.table-striped.table-bordered tbody tr:hover button {
    opacity: 1;
}

.table.table-striped.table-bordered tbody tr td button span {
    color: white;
    font-size: 20px;
}

.table.table-striped.table-bordered tbody tr {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.table.table-striped.table-bordered tbody tr td {
    position: relative;
}

.table.table-striped.table-bordered tbody tr td:before {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    content: '';
    position: absolute;
    /*width: 100%;*/
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    background: #336936 !important;
}

.table.table-striped.table-bordered tbody tr:hover td:before {
    opacity: 0.3;
}

.zakony-index .table.table-striped.table-bordered tbody tr:hover td:before {
    opacity: 0;
}

.table.table-striped.table-bordered tbody tr td:last-child {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.zakony-index .table.table-striped.table-bordered tbody tr:nth-child(odd):hover td:nth-child(even), .zakony-index .table.table-striped.table-bordered tbody tr:nth-child(odd):hover td:last-child {
    background: #D4D7D5 !important;
}

.zakony-index .table.table-striped.table-bordered tbody tr:nth-child(even):hover td:nth-child(even), .zakony-index .table.table-striped.table-bordered tbody tr:nth-child(even):hover td:last-child {
    background: #C6C8C7 !important;
}

.zakony-index .table.table-striped.table-bordered tbody tr td a {
    position: relative;
    color: #333232;
    text-decoration: none !important;
}

.zakony-index .table.table-striped.table-bordered tbody tr td a:hover {
    color: #336936;
}

.pagination > li > a {
    background: #D4D7D5;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: none !important;
}

#w3, #w2:not(.ui-autocomplete-input) {
    border: none !important;
    /*background: transparent !important;*/
}

.ui-tabs-nav, .ui-tabs-nav {
    border: none !important;
    background: transparent !important;
}

.ui-tabs-nav li, .ui-tabs-nav li {
    border: none !important;
    width: 33% !important;
}

.ui-tabs-nav li a, .ui-tabs-nav li a {
    width: 100%;
    text-align: center;
    font-weight: bold;
    outline: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 1.5em 0 !important;
}

#busol-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding-right: 5px !important;
}

.ui-state-default.ui-tabs-active, .ui-state-default.ui-tabs-active {
    background: #336936 !important;
}

.ui-state-default.ui-tabs-active a, .ui-state-default.ui-tabs-active a {
    color: white !important;
}

.ui-state-default, .ui-state-default {
    background: #E2E2E7;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    outline: none !important;
}

.ui-state-default:hover, .ui-state-default:hover {
    background: #CCCCD3;
}

#dynamic-form-second .page-header {
    margin-top: 0;
    border-bottom: 2px solid #DCDCE4;
}

#dynamic-form-second .col-xs-2:first-child {
    width: 120px !important;
    margin-right: 22px;
}

.select2-container, .select2-selection {
    background: white !important;
    border-radius: 36px !important;
    height: 36px !important;
    outline: none !important;
}

a.btn.btn-success {
    padding-top: 8px;
    padding-bottom: 8px;
}

.select2-selection__rendered {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 15px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

.select2-container--default .select2-selection--single {
    border-color: #CCCCCC !important;
}

.ui-state-default, .ui-state-default {
    border-radius: 0 !important;
}

.select2-search__field {
    outline: none !important;
}

.select2-dropdown {
    border-color: #CCCCCC !important;
    margin-top: 2px;
    padding: 5px;
    border-top: 1px solid #CCCCCC !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

#login-form .col-lg-offset-1.col-lg-11 {
    margin-left: 0 !important;
    margin-top: 16px;
}

#login-form {
    margin-left: 13px;
}

.breadcrumb {
    padding: 8px 0;
    margin-bottom: 0;
    background: #EFEFF2 !important;
}

.wrap {
    margin: 0 auto -100px;
}

.wrap > .container {
    padding: 68px 15px 9px;
}

.page-header {
    margin: 15px 0 5px;
    margin-top: 3px;
}

.form-group {
    margin-bottom: 15px !important;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover {
    background: none !important;
}

.btn.btn-danger {
    border-radius: 36px;
}

.remove-second-form-item.btn.btn-danger {
    border-radius: 36px;
}

.ui-widget-header {
    background: #336935;
}

.ui-datepicker-title select, .ui-datepicker-title input {
    font-size: 10px !important;
}

#dynamic-form-second div:nth-of-type(10) .col-xs-2:first-child {
    margin-left: 2px;
}

#dynamic-form-second div:nth-of-type(10) div:nth-of-type(4) {
    margin-left: 64px;
}

#dynamic-form-second div:nth-of-type(10) div:nth-of-type(3) .control-label {
    position: relative;
    top: 8px;
    margin-left: 172px;
}

#dynamic-form-second div:nth-of-type(12) .btn {
    color: white !important;
}

.btn {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 36px !important;
}

.btn:hover {
    opacity: 0.7;
}

#dynamic-form-second > .form-group {
    position: relative;
    top: -20px;
}

.pagination {
    position: relative;
    top: -15px !important;
    left: 2px;
}

.ui-widget-header {
    color: white !important;
}

.ui-widget-content a {
    color: #222222 !important;
}

#w3-tab0 #new-document, #w2-tab0 #new-document {
    position: relative;
    top: -25px !important;
}

.ui-tabs {
    background: transparent !important;
}

.top-title-block {
    position: absolute;
    /*left: 300px;*/
    text-align: left;
    z-index: 999999;
    color: #FFFFFF;
    top: 9px;
    /*font-size: 18px !important;*/
}

.current-user-block {
    position: absolute;
    right: 14px;
    z-index: 999999;
    color: #FFFFFF;
    top: 9px;
    font-size: 12px !important;
}

.current-user-block br {
    display: none !important;
}

#dynamic-form input.btn-primary {
    background: #DDDDDD !important;
    color: #222222 !important;
    border: none !important;
}

.btn {
    outline: none !important;
}

/*.users-index*/

#w0 .table.table-bordered thead tr th {
    padding: 10px 5px !important;
}

#w0 .table.table-bordered thead tr th, #w0 .table.table-bordered thead tr th a {
    color: white !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#w0 .table.table-bordered thead tr th:nth-child(odd) {
    background: #464545 !important;
}

#w0 .table.table-bordered thead tr th:nth-child(even) {
    background: #333232 !important;
}

#w0 .table.table-bordered thead tr th:last-child {
    background: #333232 !important;
    border-left: none !important;
}

#w0 .table.table-bordered thead tr th a:hover, #w0 .table.table-bordered thead tr th a:focus {
    color: white;
    opacity: 0.7;
    text-decoration: underline;
}

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

#w0 .table.table-bordered tbody tr td {
    color: #333232;
}

#w0 .table.table-bordered tbody tr:nth-child(odd) td:nth-child(odd) {
    background: #DFE3E1 !important;
}

#w0 .table.table-bordered tbody tr:nth-child(odd) td:nth-child(even) {
    background: #D4D7D5 !important;
}

#w0 .table.table-bordered tbody tr:nth-child(even) td:nth-child(odd) {
    background: #D4D7D5 !important;
}

#w0 .table.table-bordered tbody tr:nth-child(even) td:nth-child(even) {
    background: #C6C8C7 !important;
}

#w0 .table.table-bordered tbody tr td:last-child {
    padding: 0 !important;
    /*width: 80px !important;*/
    text-align: center;
}

#w0 .table.table-bordered tbody tr td a {
    display: inline-block;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin: 0 4px;
    opacity: 0;
    transition: 0.5s;
}

#w0 .table.table-bordered tbody tr td a:hover {
    opacity: 0.7;
}

#w0 .table.table-bordered tbody tr:hover a {
    opacity: 1;
}

#w0 .table.table-bordered tbody tr td a span {
    color: white;
    /*font-size: 17px;*/
}

#w0 .table.table-bordered tbody tr {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#w0 .table.table-bordered tbody tr td {
    position: relative;
}

#w0 .table.table-bordered tbody tr td:before {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    content: '';
    position: absolute;
    /*width: 100%;*/
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    background: #336936 !important;
}

#w0 .table.table-bordered tbody tr:hover td:before {
    opacity: 0.3;
}

#w0 .table.table-bordered tbody tr td:last-child {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#w0 .table.table-bordered thead tr th:last-child {
    background: #464545 !important;
}

#w0 .table.table-bordered tbody tr:nth-child(odd) td:last-child {
    background: #DFE3E1 !important;
}

#w0 .table.table-bordered tbody tr:nth-child(even) td:last-child {
    background: #D4D7D5 !important;
}

#w0 .action-column {
    width: 94px !important;
}

#w0 .table.table-bordered tbody tr:hover td:last-child {
    background: #336936 !important;
}

#w0 table.table.table-bordered tbody tr:nth-child(odd):hover td.no-hover:last-child {
    background: #DFE3E1 !important;
}

#w0 table.table.table-bordered tbody tr:nth-child(even):hover td.no-hover:last-child {
    background: #D4D7D5 !important;
}

#w0 table.table.table-bordered.no-hover tbody tr:nth-child(odd):hover td:last-child {
    background: #DFE3E1 !important;
}

#w0 table.table.table-bordered.no-hover tbody tr:nth-child(even):hover td:last-child {
    background: #D4D7D5 !important;
}

#w0 table.table.table-bordered tbody tr td.no-hover a {
    opacity: 1 !important;
    color: #000000 !important;
}

#w0 table.table tbody tr td.no-hover a:hover {
    color: #000000 !important;
}

#w1 table.table.table-bordered tbody tr:nth-child(odd):hover td.no-hover:last-child {
    background: #DFE3E1 !important;
}

#w1 table.table.table-bordered tbody tr:nth-child(even):hover td.no-hover:last-child {
    background: #D4D7D5 !important;
}

#w1 table.table.table-bordered.no-hover tbody tr:nth-child(odd):hover td:last-child {
    background: #DFE3E1 !important;
}

#w1 table.table.table-bordered.no-hover tbody tr:nth-child(even):hover td:last-child {
    background: #D4D7D5 !important;
}

#w1 table.table.table-bordered.no-hover tbody tr a {
    opacity: 1 !important;
    color: #000000 !important;
}

#w1 table.table.table-bordered tbody tr td.no-hover a {
    opacity: 1 !important;
    color: #000000 !important;
}

#w1 table.table.table-bordered tbody tr td button.no-hover {
    opacity: 1 !important;
}

#w0 table.table.table-bordered tbody tr td button.no-hover {
    opacity: 1 !important;
}

#w1 table.table tbody tr td.no-hover a:hover {
    color: #000000 !important;
}


.users-view .table-striped > tbody > tr:nth-of-type(odd), .journal-view .table-striped > tbody > tr:nth-of-type(odd), .document-type-view .table-striped > tbody > tr:nth-of-type(odd), .product-view .table-striped > tbody > tr:nth-of-type(odd), .codes-view .table-striped > tbody > tr:nth-of-type(odd), .organizations-view .table-striped > tbody > tr:nth-of-type(odd), .breed-view .table-striped > tbody > tr:nth-of-type(odd) {
    background: #D4D7D5 !important;
}

.users-view .table-striped > tbody > tr:nth-of-type(even), .journal-view .table-striped > tbody > tr:nth-of-type(even), .document-type-view .table-striped > tbody > tr:nth-of-type(even), .product-view .table-striped > tbody > tr:nth-of-type(even), .codes-view .table-striped > tbody > tr:nth-of-type(even), .organizations-view .table-striped > tbody > tr:nth-of-type(even), .breed-view .table-striped > tbody > tr:nth-of-type(even) {
    background: #C6C8C7 !important;
}

.users-view .table.table-striped.table-bordered tbody tr:hover td:last-child, .journal-view .table.table-striped.table-bordered tbody tr:hover td:last-child, .document-type-view .table.table-striped.table-bordered tbody tr:hover td:last-child, .product-view .table.table-striped.table-bordered tbody tr:hover td:last-child, .codes-view .table.table-striped.table-bordered tbody tr:hover td:last-child, .organizations-view .table.table-striped.table-bordered tbody tr:hover td:last-child, .breed-view .table-striped > tbody > tr:nth-of-type(even) {
    background: none !important;
    opacity: 1 !important;
}

.users-view .table.table-striped.table-bordered tbody tr:hover td:before, .journal-view .table.table-striped.table-bordered tbody tr:hover td:before, .document-type-view .table.table-striped.table-bordered tbody tr:hover td:before, .product-view .table.table-striped.table-bordered tbody tr:hover td:before, .codes-view .table.table-striped.table-bordered tbody tr:hover td:before, .organizations-view .table.table-striped.table-bordered tbody tr:hover td:before, .breed-view .table.table-striped.table-bordered tbody tr:hover td:before {
    display: none;
}

.users-view .table.table-striped.table-bordered tbody tr td:last-child, .journal-view .table.table-striped.table-bordered tbody tr td:last-child, .document-type-view .table.table-striped.table-bordered tbody tr td:last-child, .product-view .table.table-striped.table-bordered tbody tr td:last-child, .codes-view .table.table-striped.table-bordered tbody tr td:last-child, .organizations-view .table.table-striped.table-bordered tbody tr td:last-child, .breed-view .table.table-striped.table-bordered tbody tr td:last-child {
    /*width: 50% !important;*/
}

#w0 .table.table-bordered tbody tr:nth-child(odd) td[colspan="5"]:last-child {
    background: #D4D7D5 !important;
}

.table.table-striped.table-bordered tbody tr:hover td[colspan="5"], #w0 .table.table-striped.table-bordered tbody tr:hover td[colspan="5"] {
    background: #D4D7D5 !important;
    opacity: 1 !important;
}

.table.table-striped.table-bordered tbody tr:hover td[colspan="5"]:before, #w0 .table.table-striped.table-bordered tbody tr:hover td[colspan="5"]:before {
    display: none;
}

.users-view .col-xs-12 .btn.btn-danger, .product-view .col-xs-12 .btn.btn-danger, .codes-view .col-xs-12 .btn.btn-danger, .document-type-view .col-xs-12 .btn.btn-danger, .breed-view .col-xs-12 .btn.btn-danger, .organizations-view .col-xs-12 .btn.btn-danger, .users-update > .users-form > form > .form-group, .users-create > .users-form > form > .form-group, .codes-update > .codes-form > form > .form-group:last-child, .document-type-update > .document-type-form > form > .form-group:last-child, .product-update > .product-form > form > .form-group:last-child, .organizations-update > .organizations-form > form > .form-group:last-child, .site-login > #login-form > .form-group:last-child {
    margin-bottom: 50px !important;
}

.bg-info {
    background: #81B484 !important;
}

.btn.btn-success {
    background: #336936 !important;
    border-color: #336936 !important;
}

#dynamic-form label {
    font-size: 10px !important;
}

tbody td {
    font-size: 11px !important;
}

.ui-tabs-nav li, .ui-tabs-nav li {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#second_form_table .form-control {
    font-size: 11px !important;
    padding: 0 2px !important;
    text-align: center !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered, #dynamic-form .form-control[disabled], .has-success .form-control {
    font-size: 11px !important;
}

body .dropdown-menu li a, body .dropdown-menu li {
    list-style: none !important;
}

body .navbar-nav > li > .dropdown-menu {
    list-style: none !important;
}

html body #w2 li {
    list-style: none !important;
}

nav.navbar-inverse > .container a.dalry-logo, nav.navbar-inverse > .container a.liac-logo {
    position: relative;
    top: 8px !important;
    right: 0 !important;
    display: inline-block;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.modal-body input.btn {
    color: inherit !important;
    background: #dddddd !important;
    border: none !important;
    height: 34px !important;
    position: relative;
    top: -1px;
}

.footer #phones-wrap a {
    font-size: 16px !important;
    font-weight: bold !important;
    color: #fffffe !important;
    display: inline-block;
    line-height: 1 !important;
}

.footer {
    margin-top: 50px;
}

.footer #phones-wrap a:not(:last-child) {
    /*margin-bottom: 16px;*/
}

.footer #phones-wrap {
    width: 135px !important;
    float: right;
}

.footer #ico-wrap {
    position: absolute;
    width: 25px !important;
    left: 0;
    top: 12px;
}

.footer #phones {
    margin-top: 5px !important;
    width: 150px !important;
    position: relative;
}

.footer .pull-left .developed-with-support {
    color: white !important;
}

.footer a {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    text-decoration: none !important;
}

.footer a:hover {
    opacity: 0.6;
}

.footer .pull-left {
    line-height: 2;
}

.modal.in .modal-dialog {
    width: 95% !important;
}

#dynamic-form-second > .form-group a.btn:nth-of-type(1) {
    margin-right: 5px !important;
}

nav.navbar-inverse > .container {
    z-index: 99;
}

nav.navbar-inverse > .container a.dalry-logo:hover, nav.navbar-inverse > .container a.liac-logo:hover {
    opacity: 0.6;
}

nav.navbar-inverse > .container a.dalry-logo {
    margin-right: 25px;
}

.navbar-brand {
    display: none;
}

.support-address-and-www, .support-contact-row {
    padding: 10px;
    clear: both;
}

.support-name {
    clear: both;
}

.support-address, .support-www, .support-address-www, .support-contact-phone-field, .support-contact-fax-field, .support-contact-email-field, .support-contact-col1, .support-contact-col2, .support-contact-col3 {
    float: left;
    padding: 10px;
    /*width: 33%;*/
}

.support-contact-col1 {
    font-weight: bold;
}

.support-contact-col2-name {
    font-weight: bold;
}

.support-contact-col2-department {
}

.support-contact-col3-phone {
    color: green;
}

.support-contact-col3-email {
}

.support-hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

hr {
    border-top: 2px solid #DCDCE4 !important;
}

.zakon-link {
    opacity: 100 !important;
}

.ajax-modal {
    display: none;
    overflow: hidden;
    position: fixed;
    z-index: 1000000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url(/images/spinner.gif) 50% 50% no-repeat;
}

.ajax-modal-upper {
    display: none;
    overflow: hidden;
    position: fixed;
    z-index: 1000000000000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url(/images/spinner.gif) 50% 50% no-repeat;
}

.ajax-modal-upper span {
    font-size: 18px;
    position: absolute;
    top: 38%;
    left: 38%;
    font-weight: bold;
}

.support-index .page-header {
    padding: 20px 0 30px;
    border-bottom: 2px solid #DCDCE4;
}

.support-name {
    margin-top: 20px;
    font-size: 20px;
    color: #336936;
    font-weight: bold;
}

.support-address-and-www, .support-contact-row {
    /*padding: 0!important;*/
}

.support-address-and-www {
    margin-bottom: 50px !important;
}

.support-address {
    padding-left: 0 !important;
    font-size: 14px;
}

.support-index a {
    color: #336936;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.support-index a:hover {
    opacity: 0.6;
}

.support-contact-row {
    flex-wrap: wrap;
    display: flex;
    padding-top: 25px;
    padding-bottom: 25px;
    /*height: 110px;*/
    background: #E2E2E7;
    margin-bottom: 15px;
    position: relative;
}

.support-contact-row > div {
    position: relative;
    /*top: 50%;*/
    /*-webkit-transform: translateY(-50%);*/
    /*-ms-transform: translateY(-50%);*/
    /*transform: translateY(-50%);*/
    padding-left: 35px;
}

.dynamicform_second_tab .select2-container, .dynamicform_second_tab .select2-selection, .dynamicform_second_tab select, .dynamicform_second_tab input, .select2-search__field {
    border-radius: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px !important;
}

.dynamicform_second_tab table.table.table-bordered.table-hover th, .dynamicform_second_tab table.table.table-bordered.table-hover td {
    padding: 1px !important;
}

.dynamic_first_form_wrapper table.table.table-bordered.table-hover th, .dynamic_first_form_wrapper table.table.table-bordered.table-hover td {
    padding: 1px !important;
}

body .dynamicform_second_tab table.table.table-bordered.table-hover td input, body .dynamic_first_form_wrapper table.table.table-bordered.table-hover td, body .dynamic_first_form_wrapper .select2-selection__rendered, body .dynamicform_second_tab .select2-selection__rendered, body .dynamic_first_form_wrapper table.table.table-bordered.table-hover td input, body .dynamic_first_form_wrapper table.table.table-bordered.table-hover td, body .dynamic_first_form_wrapper .select2-selection__rendered, body .dynamic_first_form_wrapper .select2-selection__rendered {
    font-family: monospace !important;
}

body .dynamicform_second_tab td.journal-valuta-td, body .dynamic_first_form_wrapper td.journal-valuta-td, body .dynamicform_second_tab th.journal-valute-td, body .dynamic_first_form_wrapper th.journal-valute-td {
    display: none !important;
}

.dynamicform_second_tab .field-journalrext-0-od2 {
    /*width: 75px;*/
}

.btn {
    padding: 8px 12px !important;
}

.first-last-page-button {
    display: none !important;
}

.remove-second-form-item {
    padding: 0 5px !important;
    line-height: 16px !important;
}

.summary {
    padding-top: 20px;
}

.grid-view {
    overflow: auto;
    margin-bottom: 40px;
}

ul.navbar-nav.navbar-right.nav .dropdown-menu li:after {
    display: none !important;
}

.modal-header {
    border-bottom: 2px solid #DCDCE4 !important;
}

.modal-title {
    display: inline-block;
}

.modal-header .close {
    position: relative;
    top: 5px;
}

a.btn.btn-success, a.btn.btn-danger {
    height: 38px !important;
    line-height: 38px !important;
    color: white !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.form-control:focus {
    border-color: #52a452 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(82, 164, 82, 0.07), 0 0 8px rgba(82, 164, 82, 0) !important;
    box-shadow: inset 0 1px 1px rgba(82, 164, 82, 0.07), 0 0 8px rgba(82, 164, 82, 0) !important;
}

hr {
    padding-bottom: 20px;
}

.modal-body input.btn {
    height: 38px !important;
    line-height: 38px;
    padding-top: 0 !important;
    border-bottom: 0 !important;
    font-size: 1em !important;
}

.modal-body .first-form-dynamic-container input {
    border-radius: 0 !important;
}

.btn-info {
    position: relative;
    top: -40px;
}

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

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 0 0;
    width: 38px;
    border-radius: 50%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #333232;
    text-decoration: none;
    background-color: #fff;
    border: 0px solid #ddd;
}

ul.pagination li {
    margin-right: 5px;
    display: inline-block;
}

ul.pagination li a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

ul.pagination li:hover a {
    background-color: #336936;
    color: #fff;
}

table.table.table-bordered.table-hover th:nth-child(odd) {
    text-align: left;
    background: #464545;
    color: #fff;
}

table.table.table-bordered.table-hover th:nth-child(even) {
    text-align: left;
    background: #333232;
    color: #fff;
}

table.table.table-bordered.table-hover th:nth-child(even) a, table.table.table-bordered.table-hover th:nth-child(odd) a {
    color: #fff;
}

table.table.table-bordered.table-hover th, table.table.table-bordered.table-hover td {
    border: 0;
    padding: 10px 15px;
}

table.table.table-bordered.table-hover tr:nth-child(odd) td:nth-child(odd) {
    text-align: left;
    background: #dfe3e1;
    color: #333232;
}

table.table.table-bordered.table-hover tr:nth-child(odd) td:nth-child(even) {
    text-align: left;
    background: #d4d7d6;
    color: #333232;
}

table.table.table-bordered.table-hover tr:nth-child(even) td:nth-child(odd) {
    text-align: left;
    background: #d4d7d5;
    color: #333232;
}

table.table.table-bordered.table-hover tr:nth-child(even) td:nth-child(even) {
    text-align: left;
    background: #c6c8c7;;
    color: #333232;
}

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

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

a.navbar-brand {
    position: relative;
    z-index: 99;
}

.select2-search--dropdown {
    padding: 0 !important;
}

.select2-selection__rendered {
    /*padding-left: 2px!important;*/
}

.table.table.table-bordered.table-hover th:nth-child(even) {
    background: #336936 !important;
}

table.table.table-bordered.table-hover th:nth-child(odd) {
    background: #398249 !important;
}

.journal-create .table-bordered {
    /*min-width: 1220px;!important;*/
}

.dynamicform_second_tab table.table.table-bordered.table-hover td {
    /*width: auto!important;*/
}

.dynamic_first_form_wrapper table.table.table-bordered.table-hover td {
    /*width: auto!important;*/
}

.dynamicform_second_tab input, .dynamicform_second_tab .select2-container, .dynamicform_second_tab .select2-selection, .dynamicform_second_tab select, .select2-search__field, .select2-search {
    height: 23px !important;
}

body .dynamicform_second_tab table.table.table-bordered.table-hover td.journal-od2-td {
    /*width: 86px!important;*/
}

/*body  #journal-ed{*/

/*width: 85px!important;*/

/*}*/

body .dynamicform_second_tab .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 1px !important;
}

body .journal-kilk-td {
    /*width: 58px!important;*/
}

body .dynamicform_second_tab table.table.table-bordered.table-hover td.journal-geom1-td, body .dynamicform_second_tab table.table.table-bordered.table-hover td.journal-geom2-td, body .dynamicform_second_tab table.table.table-bordered.table-hover td.journal-geom3-td, body .dynamicform_second_tab table.table.table-bordered.table-hover td.journal-geom4-td, body .dynamicform_second_tab table.table.table-bordered.table-hover td.journal-valuta-td, body .dynamicform_second_tab table.table.table-bordered.table-hover td.journal-od2-td {
    /*width: 46px!important;*/
}

body .dynamicform_second_tab table.table.table-bordered.table-hover td.journal-kilk-td, body .dynamicform_second_tab table.table.table-bordered.table-hover td.journal-stoim1-td {
    /*width: 70px!important;*/
}

body .dynamicform_second_tab table.table.table-bordered.table-hover td.journal-cost-td {
    /*width: 60px!important;*/
}

body .dynamicform_second_tab table.table.table-bordered.table-hover td.journal-sort-td {
    /*width: 38px!important;*/
}

body .modal-body .dynamic_first_form_wrapper table.table.table-bordered.table-hover td.journal-document-geom1-td, body .modal-body .dynamic_first_form_wrapper table.table.table-bordered.table-hover td.journal-document-geom2-td, body .modal-body .dynamic_first_form_wrapper table.table.table-bordered.table-hover td.journal-document-geom3-td, body .modal-body .dynamic_first_form_wrapper table.table.table-bordered.table-hover td.journal-document-geom4-td, body .modal-body .dynamic_first_form_wrapper table.table.table-bordered.table-hover td.journal-document-valuta-td, body .modal-body .dynamic_first_form_wrapper table.table.table-bordered.table-hover td.journal-document-od2-td, body .modal-body .dynamic_first_form_wrapper table.table.table-bordered.table-hover td.journal-document-stoim1p-td {
    /*width: 46px!important;*/
}

body .modal-body .dynamic_first_form_wrapper table.table.table-bordered.table-hover td.journal-document-stoim1-td, body .modal-body .dynamic_first_form_wrapper table.table.table-bordered.table-hover td.journal-document-kilk-td {
    /*width: 70px!important;*/
}

body .modal-body .dynamic_first_form_wrapper table.table.table-bordered.table-hover td.journal-document-cost-td {
    /*width: 60px!important;*/
}

body .modal-body .dynamic_first_form_wrapper table.table.table-bordered.table-hover td.journal-document-sort-td {
    /*width: 38px!important;*/
}

body .dynamicform_second_tab table.table.table-bordered.table-hover td.journal-utoch-td {
    /*width: 140px!important;*/
}

body .modal-body .dynamic_first_form_wrapper table.table.table-bordered.table-hover td.journal-document-utoch-td {
    /*width: 140px!important;*/
}

body .dynamicform_second_tab table.table.table-bordered.table-hover td.journal-remove-btn-td {
    /*width: 20px!important;*/
}

body .modal-body .dynamic_first_form_wrapper table.table.table-bordered.table-hover td.journal-document-remove-btn-td {
    /*width: 20px!important;*/
}

body .dynamicform_second_tab table.table.table-bordered.table-hover td.journal-uktzed-td {
    /*width: 110px!important;*/
}

body .modal-body .dynamic_first_form_wrapper table.table.table-bordered.table-hover td.journal-document-uktzed-td {
    /*width: 110px!important;*/
}

.journal-document-od2-td select {
    padding: 0 !important;
}

body .modal-body .dynamic_first_form_wrapper table.table.table-bordered.table-hover th, body .dynamicform_second_tab table.table.table-bordered.table-hover th {
    font-size: 9px !important;
}

body .modal-body .dynamic_first_form_wrapper .select2-selection {
    background: white !important;
    background-color: white !important;
}

.modal-body .dynamic_first_form_wrapper #journaldocumentext-0-od2 {
    height: 23px !important;
    padding: 0 !important;
}

.modal-body .first-form-dynamic-container input {
    padding: 0 !important;
}

.modal-body .first-form-dynamic-container td select {
    height: 23px !important;
}

body .modal-body .first-form-dynamic-container td input, body .modal-body .first-form-dynamic-container td span, body .modal-body .first-form-dynamic-container td select, body .dynamicform_second_tab td input, body .dynamicform_second_tab td span, body .dynamicform_second_tab td select {
    border: none !important;
}

/*table.table.table-bordered.table-hover tr:nth-child(odd) td:nth-child(odd),
table.table.table-bordered.table-hover tr:nth-child(odd) td:nth-child(even){
    background: #d4d7d6!important;
    }*/

body .modal-body .first-form-dynamic-container table, body .dynamicform_second_tab table {
    border: none !important;
}

body .modal-body .first-form-dynamic-container td input, body .modal-body .first-form-dynamic-container td span, body .modal-body .first-form-dynamic-container td select {
    text-align: center !important;
}

.modal-body .dynamic_first_form_wrapper input, .modal-body .dynamic_first_form_wrapper .select2-container, .modal-body .dynamic_first_form_wrapper .select2-selection, .modal-body .dynamic_first_form_wrapperselect, .select2-search__field, .select2-search {
    height: 23px !important;
}

body .modal-body .dynamic_first_form_wrapper table.table.table-bordered.table-hover td.journal-od2-td {
    /*width: 86px!important;*/
}

body .modal-body #journal-ed {
    /*width: 85px!important;*/
}

.modal-body .dynamic_first_form_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 1px !important;
}

body .modal-body .journal-kilk-td {
    /*width: 58px!important;*/
}

body .select2-has-error {
    background: white !important;
}

.modal-body .dynamic_first_form_wrapper table {
    /*min-width: 1228px!important;*/
}

.modal-body .dynamic_first_form_wrapper table .form-group {
    margin-bottom: 0 !important;
}

.dynamic_first_form_wrapper .select2-container, .dynamic_first_form_wrapper .select2-selection, .dynamic_first_form_wrapper select, .dynamic_first_form_wrapper input, .select2-search__field {
    border-radius: 0 !important;
}

.journal-create .dynamic_first_form_wrapper .select2-container {
    border-radius: 0 !important;
}

.journal-create .dynamic_first_form_wrapper table.table.table-bordered.table-hover td.journal-document-od2-td {
    /*width: 86px!important;*/
}

.journal-create .dynamic_first_form_wrapper select {
    height: 23px !important;
}

.remove-doc-ext {
    padding: 0 5px !important;
}

.select2-results__options {
    margin-top: 5px;
}

.dynamic_first_form_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow, .dynamicform_second_tab .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 20px !important;
    background: white !important;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 0 !important;
}

.dynamic_first_form_wrapper .select2, .dynamicform_second_tab .select2 {
    overflow: hidden;
}

.select2-has-error {
    color: #D8000C !important;
    background-color: #FFD2D2 !important;
}

.eod-controls-group {
}

.control-is-grouped-eod {
    position: relative;
    vertical-align: middle;
    margin-top: 0px !important;
}

.control-diameter-eod {
    width: 100px;
    border: 1px solid #ccc;
    text-align: right;
}

body .select2-has-error {
    color: #D8000C !important;
    background-color: #FFD2D2 !important;
}

.form-group {
    margin-bottom: 5px !important;
}

hr {
    margin-top: 10px !important;
    padding-bottom: 5px !important;
    margin-bottom: 5px !important;
}

.journal-number {
    padding-bottom: 0 !important;
}

#dynamic-form-second > .form-group {
    top: 0 !important;
}

.form-horizontal .control-label, .form-group .control-label {
    margin-bottom: 0 !important;
}

.journal-number .col-xs-12:last-child button.btn.btn-primary {
    position: relative;
    top: 10px !important;
}

.second-form-date {
    width: 200px;
    /*position: relative;
    float: right;*/
}

.second-form-summary-geom-title {
    font-family: Verdana, Arial, sans-serif !important;;
    font-size: 15.4px !important;
    font-weight: 700 !important;
    padding-right: 10px;
}

.second-form-summary-geom {
}

.second-form-summary {
    position: relative;
    float: right;
    padding-bottom: 20px;
}

.second-form-summary-totals-label {
    font-family: Verdana, Arial, sans-serif !important;;
    font-size: 15.4px !important;
    font-weight: 700 !important;
    padding-right: 10px;
}

.second-form-summary-total1 {
    width: 150px;
    padding-right: 10px;
}

.second-form-summary-total2 {
    width: 150px;
}

.first-form-summary {
    position: relative;
    float: right;
    margin-right: 15px;
}

.first-form-summary-totals-label {
    padding-right: 10px;
}

.first-form-summary-total1 {
    width: 150px;
    padding-right: 10px;
}

.first-form-summary-total2 {
    width: 150px;
}

/*-----------------Правки от 20.12.2017*/

.journal-kpo-td .ms-drop ul > li, .modal-dialog .ms-drop ul > li {
    text-align: left;
}

.journal-kpo-td .ms-choice, .modal-dialog .ms-choice {
    border: none !important;
    border-radius: 0 !important;
}

.journal-kpo-td .form-control {
    border-radius: 0 !important;
    border: none !important;
}

.journal-kpo-td .multiple-select-items, .modal-dialog .multiple-select-items {
    height: 23px;
}

.journal-kpo-td .ms-choice, .modal-dialog .ms-choice {
    height: 23px;
    border: none !important;
    outline: none !important;
}

.modal-dialog .ms-choice {
    position: relative;
    top: -6px;
    width: 105%;
}

.journal-kpo-td .multiple-select-items input, .modal-dialog .multiple-select-items input {
    position: relative;
    top: -3px;
    margin-right: 5px;
}

.journal-kpo-td .ms-drop, .modal-dialog .ms-drop {
    margin-top: 0;
    left: -1px;
}

#ui-datepicker-div {
    width: 21%;
    max-width: 283px;
}

.first-form-dynamic-container .form-control, .second-form-dynamic-container .form-control {
    border-radius: 0 !important;
    border: none !important;
}

.ui-datepicker-month, .ui-datepicker-year {
    color: black;
}

.journal-document-kpo-td {
    overflow: visible !important;
}

.first-form-settings-div {
}

.first-form-settings-icon {
    width: 48px;
    cursor: pointer;
    text-align: right;
    position: absolute;
    right: 25px;
    top: 90px;
}

.second-form-settings-div {
    text-align: right;
}

.second-form-settings-icon {
    width: 48px;
    cursor: pointer;
}

.first-form-t-doc {
    width: 150px;
}

.first-form-s-doc {
    padding-left: 15px;
    width: 150px;
}

.first-form-n-doc {
    padding-left: 15px;
    width: 150px;
}

.first-form-date {
    width: 150px;
    padding-left: 15px;
}

td.journal-document-uchet-td {
    /*width: 50px !important;*/
}

.ui-dialog {
    z-index: 99999 !important;
}

.form3-group {
    padding-left: 15px;
    padding-top: 15px;
    white-space: nowrap;
}

.form3-control-is-grouped {
    position: relative;
    vertical-align: middle;
    margin-top: 0px !important;
}

.first-form-eod-button {
    white-space: nowrap;
}

.first-form-use-button {
}

.first-form-use-old-button {
}

#using-btn {
    margin-top: 15px;
    margin-left: 15px;
}

#using-old-btn {
    margin-top: 15px;
    margin-left: 15px;
}

/*--------------------------Стили от 26.01.18--------------------------*/

body input, body select, body .select2-container, body .select2-selection, body .select2-dropdown, body .ms-drop {
    border-radius: 0 !important;
}

body input, body select, body .select2-container, body .select2-selection {
    height: 25px !important;
}

body input, body select, body .select2-container--default .select2-selection--single {
    border: 1px solid #336936 !important;
}

select, input {
    padding: 0 5px !important;
}

.select2-selection__rendered {
    padding-left: 10px !important;
}

.field-journal-seria {
    /*width: 50px !important;*/
    position: relative;
}

body label, .form-horizontal .control-label, .form-group .control-label {
    font-size: 11px !important;
    color: #494949 !important;
}

.box-text-absolute h5 {
    position: absolute;
    top: 94px;
    width: 53%;
    left: 24%;
}

body .box-text-absolute {
    margin-top: 0 !important;
}

.hide_box {
    display: none;
}

.ui-tabs .ui-tabs-panel {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: -7px !important;
}

table.table.table-bordered.table-hover th:nth-child(odd) {
    background: #454343 !important;
}

.table.table.table-bordered.table-hover th:nth-child(even) {
    background: #302E2E !important;
}

table.table.table-bordered.table-hover th {
    height: 25px !important;
    vertical-align: middle !important;
    padding-left: 5px !important;
}

table.table.table-bordered.table-hover th {
    height: 27px !important;
}

body table.table.table-bordered.table-hover input, body table.table.table-bordered.table-hover .select2-container--default .select2-selection--single {
    border: none !important;
}

.dynamicform_second_tab table.table.table-bordered.table-hover th, .dynamicform_second_tab table.table.table-bordered.table-hover td {
    padding: 0 !important;
}

table.table.table-bordered.table-hover td:nth-child(odd) input, table.table.table-bordered.table-hover td:nth-child(odd) select, table.table.table-bordered.table-hover td:nth-child(odd) .ms-choice, table.table.table-bordered.table-hover td:nth-child(odd) .select2-container, table.table.table-bordered.table-hover td:nth-child(odd) .select2-selection {
    background: #DEE4E2 !important;
    background-color: #DEE4E2 !important;
}

table.table.table-bordered.table-hover tr:nth-child(even) td:nth-child(odd) input, table.table.table-bordered.table-hover tr:nth-child(even) td:nth-child(odd) select, table.table.table-bordered.table-hover tr:nth-child(even) td:nth-child(odd) .ms-choice, table.table.table-bordered.table-hover tr:nth-child(even) td:nth-child(odd) .select2-container, table.table.table-bordered.table-hover tr:nth-child(even) td:nth-child(odd) .select2-selection {
    background: #D4D8D6 !important;
    background-color: #D4D8D6 !important;
}

table.table.table-bordered.table-hover td:nth-child(even) input, table.table.table-bordered.table-hover td:nth-child(even) select, table.table.table-bordered.table-hover td:nth-child(even) .ms-choice, table.table.table-bordered.table-hover td:nth-child(even) .select2-container, table.table.table-bordered.table-hover td:nth-child(even) .select2-selection {
    background: #D4D8D6 !important;
    background-color: #D4D8D6 !important;
}

table.table.table-bordered.table-hover tr:nth-child(even) td:nth-child(even) input, table.table.table-bordered.table-hover tr:nth-child(even) td:nth-child(even) select, table.table.table-bordered.table-hover tr:nth-child(even) td:nth-child(even) .ms-choice, table.table.table-bordered.table-hover tr:nth-child(even) td:nth-child(even) .select2-container, table.table.table-bordered.table-hover tr:nth-child(even) td:nth-child(even) .select2-selection {
    background: #C7C9C8 !important;
    background-color: #C7C9C8 !important;
}

table.table.table-bordered.table-hover td:nth-child(odd) .select2-has-error.select2-selection, table.table.table-bordered.table-hover td:nth-child(even) .select2-has-error.select2-selection, table.table.table-bordered.table-hover tr:nth-child(even) td:nth-child(odd) .select2-has-error.select2-selection, table.table.table-bordered.table-hover tr:nth-child(even) td:nth-child(even) .select2-has-error.select2-selection {
    background: #FFD2D2 !important;
    background-color: #FFD2D2 !important;
}

body .dynamicform_second_tab table.table.table-bordered.table-hover tr:nth-child(odd) .select2-container--default .select2-selection--single.select2-has-error .select2-selection__arrow {
    background: #FFD2D2 !important;
    height: 30px !important;
}

body .dynamicform_second_tab table.table.table-bordered.table-hover tr:nth-child(even) .select2-container--default .select2-selection--single.select2-has-error .select2-selection__arrow {
    background: #FFD2D2 !important;
    height: 30px !important;
}

body .dynamicform_second_tab table.table.table-bordered.table-hover tr:nth-child(odd) .select2-container--default .select2-selection--single .select2-selection__arrow {
    background: #DEE4E2 !important;
    background-color: #DEE4E2 !important;
    height: 30px !important;
}

body .dynamicform_second_tab table.table.table-bordered.table-hover tr:nth-child(even) .select2-container--default .select2-selection--single .select2-selection__arrow {
    background: #D4D8D6 !important;
    background-color: #D4D8D6 !important;
    height: 30px !important;
}

#second_form_table .form-control {
    padding: 0 !important;
}

.remove-second-form-item.btn.btn-danger {
    background: transparent !important;
    border: none !important;
    color: #336936 !important;
    font-size: 16px !important;
}

table.table.table-bordered.table-hover td .form-control {
    box-shadow: none !important;
}

.ui-tabs-nav li a {
    position: relative;
}

.ui-tabs-nav li a, .ui-tabs-nav li a {
    text-align: left !important;
    padding-left: 40px !important;
}

.ui-tabs-nav li, .ui-tabs-nav li {
    width: auto !important;
}

.ui-tabs-nav, .ui-tabs-nav {
    position: relative;
}

.ui-tabs-nav:before, .ui-tabs-nav:before {
    position: absolute;
    content: '';
    width: 800%;
    height: 55px;
    left: -50%;
    top: 1px;
    background-color: #336936;
}

.ui-tabs-nav li a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%
}

#busol-tabs .ui-tabs-nav li a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%
}

.ui-tabs-nav li a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    transition: 0.4s ease
}

#busol-tabs .ui-tabs-nav li a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 4px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    transition: 0.4s ease
}

.ui-tabs-nav li.ui-state-active a:after {
    background: #336936;
}

#busol-tabs .ui-tabs-nav li.ui-state-active a:after {
    background: #336936;
}

.ui-state-default, .ui-state-default:hover {
    background: #336936 !important;
}

.ui-tabs.ui-widget {
    border: none !important;

}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding-left: 35px !important;
}

#busol-tabs.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding-left: 20px !important;
}

.ui-datepicker-calendar .ui-state-default {
    background: inherit !important;
}

#busol-tabs .ui-tabs-nav:before, #busol-tabs .ui-tabs-nav:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 55px;
    left: -0;
    top: 1px;
    background-color: #336936;
}


body .ui-state-default a {
    color: white !important;
    margin-right: 50px !important;
}

#busol-tabs .ui-state-default a {
    color: white !important;
    margin-right: 5px !important;
}

#search-form td div {
    margin-right: 5px;
}

.journal-number > form > div > div:first-child {
    position: relative;
    top: 6px;
}

table.table.table-bordered th {
    font-size: 9px !important;
}

table.table.table-bordered.table-hover th, table.table.table-bordered.table-hover td {
    padding: 0 !important;
}

#using-btn, #using-old-btn {
    margin-top: 9px !important;
}

#docType input[type="radio"] {
    position: relative;
    top: 8px !important;
}

body .journal-remove-btn-td {
    text-align: center !important;
}

.grip {
    border-radius: 10px;
    position: relative;
}

.grip::after {
    content: '';
    position: absolute;
    left: -6px;
    bottom: -20px;
    border: 10px solid transparent;
    border-top: 10px solid #336436;
}

body > .wrap {
    overflow: hidden;
}

.journal-kpo-td {
    overflow: visible !important;
}

#view-using-btn {
}

#view-using-old-btn {
    margin-left: 15px;
}

.journal-document2-plus-td {
    text-align: center !important;
}

.second-form-ootr {
    /*position: relative;
    float: left;*/
    width: 300px;
}

.journalcreate .page-header h5, .journal .page-header h5, .journalupdate .page-header h5 {
    position: absolute;
    top: 65px;
    width: 50%;
    left: 388px;
}

.journalcreate .page-header h5, .journalupdate .page-header h5 {
    top: 75px;
}

.page-header {
    margin-top: 0 !important;
}

#info {
    top: 22px !important;
}

.info_box {
    width: auto !important;
}

.position_top {
    position: relative;
    top: 0;
}

.rozmir label {
    margin-bottom: 0;
    top: 2px;
    position: relative;
}

.rozmir {
    position: relative;
    top: -8px;
}

#dynamic-form-second .col-xs-2:first-child {
    margin-right: 0 !important;
}

.add_row button {
    position: relative;
    float: left;
    left: 13px;
}

.add_row .all_date {
    float: right;
}

/*.journalcreate table{*/

/*width:  calc(100% - 10px)!important;*/

/*}*/

#globQuantity, #globSumm {
    background: transparent !important;
    border: none !important;
    /*width: 50px !important;*/
    box-shadow: none !important;
    text-align: right;
    font-family: inherit !important;
    font-size: 12px;
    font-weight: 700;
}

#globQuantity {
    color: #727272;
}

#globSumm {
    color: #336936;
}

.second-form-summary-total1, .second-form-summary-total2 {
    /*width: auto !important;*/
}

.line_table label {
    white-space: nowrap;
}

.line_table > div {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.line_table {
    border-bottom: 2px solid #DCDCE4;
    padding-top: 5px !important;
}

.up_marg {
    margin-top: -7px;
}

/*.line_table .col-xs-12 input{*/

/*color: #7d7d7d !important;*/

/*font-family: inherit !important;*/

/*font-size: 11px !important;*/

/*border: none !important;*/

/*box-shadow: none !important;*/

/*background: transparent !important;*/

/*}*/

.line_table .select2 {
    overflow: hidden;
}

.line_table .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 16px !important;
    right: 1px !important;
    top: 8px !important;
    background: white !important;
}

body table.table.table-bordered.table-hover tr td.journal-uktzed-td input {
    background: #DFE3E1 !important;
}

body table.table.table-bordered.table-hover tr:nth-child(even) td.journal-uktzed-td input {
    background: #D4D8D6 !important;
}

.journal-remove-btn-td {
    background: #D4D8D6 !important;
}

/*.journal-uktzed-td{*/

/*background: #454343 !important;*/

/*}*/

th.journal-remove-btn-td {
    background: #302E2E !important;
}

.add_row button {
    font-size: 14px !important;
}

.fixed_box .ui-tabs-nav {
    position: fixed !important;
    z-index: 9999;
    top: 66px;
}

.fixed_box.journal .page-header h3, .fixed_box.journalcreate .page-header h3 {
    padding-bottom: 55px !important;
}

.fixed_box.journalcreate .page-header h5, .fixed_box.journal .page-header h5 {
    top: 20px !important;
}

.journal-create .dynamicform_second_tab {
    overflow-x: visible !important;
}

.journal-create .table-bordered {
    min-width: 100px;
}

.second-form-ootr {
    width: auto;
}

.modal_columns > div {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.modal_columns #first_form_porg_address {
    border: none !important;
    box-shadow: none !important;
}

/*.journal-create .table-bordered*/

body table.table.table-bordered {
    /*width: 100% !important;*/
}

.JCLRgrip:last-child .grip::after {
    display: none !important;
}

.JColResizer {
    table-layout: auto !important;
}

.journalcreate table.table.table-bordered td > input {
    margin: 0 auto;
    /*min-width: 100% !important;*/
}

/*.JColResizer  tbody  tr  td,*/

.JColResizer thead tr th {
    overflow: hidden !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.modal .first-form-dynamic-container .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 70% !important;
}

.modal .dynamic_first_form_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow, .dynamicform_second_tab .select2-container--default .select2-selection--single .select2-selection__arrow {
    background: transparent !important;
}

.modal .ms-choice > div {
    right: -8px !important;
}

/*#first_form1{*/

/*display: block !important;*/

/*}*/

body .modal table.table.table-bordered.table-hover td:nth-child(odd) .ms-choice .ms-choice {
    background: transparent !important;
    background-color: transparent !important;
}

.btn {
    border-radius: 0 !important;
}

.breadcrumb {
    margin-bottom: 0 !important;
    padding-left: 0 !important;
}

.page-header h3 {
    font-size: 20px;
}

.page-header {
    margin-bottom: 0 !important;
}

.ui-tabs-anchor {
    font-size: 12px !important;
}

.btn-success {
    margin-right: 5px !important;
}

h5, .h5, #journal-seria, #journal-n, #journal-p_org, #pOrgAddressSec, .form-group {
    font-size: 12px !important;
    line-height: 1.2 !important;
    margin-bottom: 0 !important;
}

nav.navbar-inverse > .container a.dalry-logo img, nav.navbar-inverse > .container a.liac-logo img {
    width: 100%;
}

nav.navbar-inverse > .container a.dalry-logo, nav.navbar-inverse > .container a.liac-logo {
    width: 50px;
    height: 50px;
}

.navbar-nav > li > a {
    padding-bottom: 8px !important;
}

table.table.table-bordered.table-hover td {
    height: 23px !important;
}

body label {
    font-size: 11px !important;
    margin-bottom: 0 !important;
    line-height: 1.2 !important;
}

.line_table > div > div {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.line_table {
    margin-left: -5px !important;
    margin-right: 0 !important;
}

.after-table_total td {
    background: transparent !important;
    text-align: center !important;
}

.after-table_total td #globQuantity, .after-table_total td #globSumm {
    /*width: 100% !important;*/
}

label[for='journal-ovaluta'] {
    position: relative;
    top: -2px;
}

.table_width_button {
    position: relative;
}

.addbutton {
    position: absolute;
    right: 0;
    margin-right: 0 !important;
    bottom: -2px;
    line-height: 1 !important;
    padding: 6px !important;
}

.addbutton svg {
    width: 10px;
    height: 10px;
}

body td.journal-kpo-td {
    overflow: visible !important;
}

table {
    border-collapse: inherit !important;
}

/*body table.table.table-bordered.table-hover input, body table.table.table-bordered.table-hover .select2-container--default .select2-selection--single{*/

/*border: 1px solid black !important;*/

/*}*/

html body .dynamicform_second_tab table.table.table-bordered.table-hover td, body .dynamicform_second_tab table.table.table-bordered.table-hover td.journal-utoch-td {
    /*width: auto !important;*/
}

body .dynamicform_second_tab table.table.table-bordered.table-hover td.journal-uktzed-td {
    /*width: 68px !important;*/
}

body .dynamicform_second_tab table.table.table-bordered.table-hover td.journal-cost-td {
    /*width: 75px!important;*/
}

body .dynamicform_second_tab table.table.table-bordered.table-hover td.journal-stoim1-td {
    /*width: 50px!important;*/
}

body .dynamicform_second_tab table.table.table-bordered.table-hover td.journal-kilk-td, body .dynamicform_second_tab table.table.table-bordered.table-hover th.journal-kilk-td {
    /*width: 50px!important;*/
}

.modal-body .dynamic_first_form_wrapper table.table.table-bordered.table-hover th, body .dynamicform_second_tab table.table.table-bordered.table-hover th {
    font-size: 8px !important;
    text-align: center !important;
}

nav.navbar-inverse {
    z-index: 99999 !important;
}

nav ul.dropdown-menu {
    border-radius: 0 !important;
    border: 0;
    padding: 10px;
    top: 40px;
}

nav .dropdown-menu > li > a {
    margin-bottom: 5px;
}

nav .dropdown-menu > li:last-child > a {
    margin-bottom: 0;
}

tfoot td {
    background: #454343 !important;
    color: white !important;
    vertical-align: middle !important;
    font-weight: bold !important;
}

#globQuantity, #globSumm {
    width: 100% !important;
    color: white !important;
}

tfoot td.journal-footer-valute-td {
    display: none !important;
}

.field-journalregionsearch-stat {
    margin-bottom: 0 !important;
    position: relative;
    top: 0;
}

#reset-journal-region-filter-btn {
    margin-top: 11px;
}

.field-journalregionsearch-stat .help-block {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.modal {
    z-index: 99999999999999999999 !important;
}

/*Стили от 12.02.18*/

.second-form-zorg, .second-form-zorg-edrpou {
    padding-right: 10px;
}

.second-form-zorg-edrpou, .second-form-porg-edrpou {
    width: 9% !important;
}

.second-form-porg-edrpou {
    padding-left: 10px;
}

.second-form-zorg-adr {
    padding-right: 10px;
}

.second-form-zorg {
    width: 30%;
}

.select2-selection__rendered {
    width: 100%;
}

.ui-dialog {
    z-index: 9999999999999999999 !important;
}

.select2-dropdown {
    z-index: 999999999999999999999 !important;
}

.btn_bottom .btn, .btn_bottom a.btn.btn-success, .btn_bottom a.btn.btn-danger {
    height: 30px !important;
    line-height: 30px !important;
    padding: 0 11px !important;
    display: block;
    float: left;
    margin-left: 0 !important;
    margin-right: 6px !important;
}

.btn_bottom {
    padding-left: 0 !important;
}

.journalupdate .btn_bottom #second_form_save_button, .journalupdate .btn_bottom .btn-success {
    float: right !important;;
}

.bDiv {
    height: auto !important;
    max-height: 200px;
    overflow: auto;
}

.nBtn {
    display: none !important;
}

body #first_form_table2 td > div, body #first_form_table2 th {
    text-align: center !important;
}

/*body #first_form_table2 .journal-document2-spis-td{*/

/*width: 60px !important;*/

/*}*/

/*body #first_form_table2 .journal-document2-ggeom1-td{*/

/*width: 55px!important;*/

/*}*/

/*body #first_form_table2 .journal-document2-utoch-td{*/

/*width: 100px!important;*/

/*}*/

/*body #first_form_table2 .journal-document2-sort-td{*/

/*width: 70px!important;*/

/*}*/

/*body #first_form_table2 .journal-document2-kpo-td,*/

/*body #first_form_table  .journal-document-kpo-td{*/

/*width: 150px!important;*/

/*}*/

/*body #first_form_table  .journal-document-kpr-td{*/

/*width: 200px!important;*/

/*}*/

/*body #first_form_table2 .journal-document2-kpr-td{*/

/*width: 200px!important;*/

/*}*/

/*body #second_form_table .journal-kpr-td{*/

/*width: 300px!important;*/

/*}*/

/*body #second_form_table .journal-utoch-td{*/

/*width: 200px!important;*/

/*}*/

/*body  #first_form_table2 td{*/

/*text-align: center !important;*/

/*}*/

/*body #second_form_table .journal-sort-td,*/

/*body #second_form_table .journal-geom4-td{*/

/*width: 70px!important;*/

/*}*/

body #first_form_table2 .form2_checkbox {
    height: 16px !important;
    margin-left: -1px !important;
}

body .modal-dialog #first_form_table .journal-document-kpo-td .ms-choice {
    /* width: 121%!important;
    left: -10%!important; */
}

/*body #first_form_table  .journal-document-ggeom1-td{*/

/*width: 55px !important;*/

/*}*/

/*body #first_form_table .journal-document-geom4-td{*/

/*width: 70px !important;*/

/*}*/

/*body #first_form_table .journal-document-uktzed-td{*/

/*width: 65px!important;*/

/*}*/

/*body #first_form_table .journal-document-uchet-td{*/

/*width: 100px!important;*/

/*}*/

body #first_form_table .select2-has-error {
    background: #FFD2D2;
    background-color: #FFD2D2;
}

.remove-doc-ext.btn.btn-danger {
    background: transparent !important;
    border: none !important;
    color: #336936 !important;
    font-size: 16px !important;
}

table.table.table-bordered.table-hover td:nth-child(odd) .ms-choice.select2-has-error, table.table.table-bordered.table-hover td:nth-child(even) input.select2-has-error, .dynamic_first_form_wrapper table.table.table-bordered.table-hover td input.select2-has-error, table.table.table-bordered.table-hover td:nth-child(odd) input.select2-has-error, table.table.table-bordered.table-hover tr:nth-child(even) td:nth-child(odd) input.select2-has-error, body table.table.table-bordered.table-hover tr:nth-child(even) td.journal-uktzed-td input.select2-has-error, table.table.table-bordered.table-hover tr:nth-child(even) td:nth-child(odd) .ms-choice.select2-has-error, table.table.table-bordered.table-hover tr:nth-child(even) td:nth-child(even) input.select2-has-error {
    background: #FFD2D2 !important;
    background-color: #FFD2D2 !important;
}

.dynamic_first_form_wrapper table.table.table-bordered.table-hover th, .dynamic_first_form_wrapper table.table.table-bordered.table-hover td {
    padding: 0 !important;
}

.ms-choice {
    font-family: monospace !important;
    font-size: 11px !important;
}

table td *:not(.glyphicon, label) {
    font-size: 11px !important;
    font-family: monospace !important;
}

.journalcreate .grid-view {
    margin-bottom: 0 !important;
}

#second_form_docs_global_quantity {
    font-weight: bolder !important;
}

.footer br {
    display: none;
}

.footer #phones-wrap {
    width: 245px !important;
    background: url("/images/44.png") no-repeat;
    background-position: left center;
    padding-left: 35px;
}

.footer #ico-wrap {
    left: -114px;
    top: -2px;
}

.footer #phones-wrap a:not(:last-child) {
    position: relative;
    left: -5px
}

.footer {
    height: 65px;
}

body .journal-document2-original-td > div, body .journal-document2-dostupno-td > div, body .journal-document2-spis-td > input {
    font-weight: bolder !important;
}

.journal a[href="/export/report1?"] {
    position: absolute !important;
    right: 15px;
    bottom: 0;
}

.codes p .btn-success, .documenttypeindex p .btn-success, .product p .btn-success, .breed p .btn-success {
    position: absolute;
    right: -4px;
    top: -36px;
}

.breed p .btn-success {
    top: -46px;
}

.codes p, .documenttypeindex p, .product p, .breed p {
    position: relative;
}

.journal #search-form .col-xs-3:nth-child(4) {
    top: 10px;
}

.journal #search-btn, .journal #reset-journal-main-filter-btn {
    margin-top: 10px !important;
}

.sitechangepassword .btn {
    margin-top: 10px;
}

.form-control[disabled], fieldset[disabled] .form-control, select[disabled], .select2-container--default.select2-container--disabled .select2-selection--single {
    cursor: not-allowed !important;
}

#create_form_tab2_id, #create_form_tab3_id {
    display: none;
}

/*.dynamicform_second_tab table tbody,*/

/*.dynamicform_second_tab table thead,*/

/*.dynamicform_second_tab table tfoot {*/

/*display: block;*/

/*}*/

/* .dynamicform_second_tab table ,.dynamicform_second_tab tr td{
border:1px solid red !important
} */

.ticket-index .wrap_img {
    text-align: left;
    margin-bottom: 15px;
}

.ticket-index .wrap_img img {
    max-width: 100%;
    height: auto;
}

body .new-table-class tfoot {
    position: relative;
    margin-top: -3px;
}

body .new-table-class tbody {
    display: block !important;
    max-height: 450px !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;

    /* height: 450px!important; */
}

body .new-table-class thead, body .new-table-class tbody tr, body .new-table-class tfoot tr {
    display: table !important;
    width: 100% !important;
    table-layout: fixed !important;
}

body .new-table-class tbody tr {
    margin-bottom: 3px;
    /* width: calc(100% + 7px)!important;  */
    width: 100% !important;
}

body .new-table-class tbody {
    width: calc(100% + 5px) !important;
}

body .new-table-class tbody tr:not(:first-child) {
    margin-top: -3px;
}

body .new-table-class thead {
    width: 100% !important
}

body .new-table-class table {
    width: 400px !important;
}

body .new-table-class tfoot {
    display: table !important;
    width: 100% !important;
    table-layout: fixed !important;
}

.journal-form .second-form-korg_address, .journal-form .second-form-k_org2, .journal-form .second-form-korg2_address, .journal-form .second-form-k_org {
    width: 260px;
    padding-right: 10px;
}

.journal-form .second-form-korg2_address {
    padding-right: 0;
}

.second-form-porg .select2-selection__arrow {
    display: none !important;
}

.search-table span {
    font-size: 20px;
    color: #ffffff;
}

.search-table {
    margin-top: 20px;
}

.search-table th {
    text-align: center !important;
}

.search-table td div {
    text-align: center !important;
}

.search-table tr:hover td:last-child {
    background: #336936 !important;
}

.search-table tbody tr td a {
    display: inline-block;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin: 0 4px;
    opacity: 0;
    transition: 0.5s;
}

.search-table tbody tr:hover a {
    opacity: 1;
}

.search-table tbody tr:hover td:before {
    opacity: 0.3;
}

.search-table tbody tr td:before {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    content: '';
    position: absolute;
    /* width: 100%; */
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    background: #336936 !important;
}

td.journal-footer-kilk-td {
    position: relative;
}

.sum_all {
    position: absolute;
    left: -50px;
    top: 4px;
}

body th.journal-remove-btn-td, body td.journal-remove-btn-td, body .journal-footer-remove-btn-td {
    width: 25px !important;

}

/* body td.journal-remove-btn-td {
    width: 35px !important;
} */

.tab-row-checkbox .settings-tab1-kilk-td input, .tab-row-checkbox .settings-tab1-cost-td input {
    visibility: hidden;
}

#settings-tab1-form .tab1-row-1 {
    display: none;
}

#settings-tab2-form .tab2-row-1 {
    display: none;
}

#settings-editdoc-form .editdoc-row-1 {
    display: none;
}

.tab-row-checkbox td input:nth-child(2) {
    display: none;
}

body .new-table-class tbody::-webkit-scrollbar-button {
    background-image: url('');
    background-repeat: no-repeat;
    width: 6px;
    height: 0px
}

body .new-table-class tbody::-webkit-scrollbar-track {
    background-color: transparent;

}


body .new-table-class tbody::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #336936;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

body .new-table-class tbody::-webkit-resizer {
    background-image: url('');
    background-repeat: no-repeat;
    width: 7px;
    height: 0px
}

body .new-table-class tbody::-webkit-scrollbar {
    width: 5px;
    display: block;
    margin-left: -5px;
}

/*
---------------------------Стили для белой таблицы начало---------------------------
*/
body div table.table.table-bordered.table-hover .new-table-class-settings tr td {
    background: white !important;
}


body div table.table.new-table-class.table.table-bordered.table-hover td,
body div table.table.new-table-class.table.table-bordered.table-hover th,
body div table.table.new-table-class.table.table-bordered.table-hover td input:not(.select2-has-error),
body div table.table.new-table-class.table.table-bordered.table-hover td select:not(.select2-has-error),
body div table.table.new-table-class.table.table-bordered.table-hover td .select2-selection,
body div table.table.new-table-class.table.table-bordered.table-hover td .select2-container--default .select2-selection--single .select2-selection__arrow {
    background: white !important;
    background-color: white !important;
    color: black !important;
}

body div table.table.new-table-class.table.table-bordered.table-hover .ms-choice:not(.select2-has-error) {
    background: white !important;
}

body div table.table.new-table-class.table.table-bordered.table-hover td,
body div table.table.new-table-class.table.table-bordered.table-hover th {
    border: 2px solid black !important;
}

/* body   table#second_form_table.table.table-bordered.table-hover tbody tr td{
    border-top: none!important;
    border-bottom: none!important;
} */
body div table.table.new-table-class.table.table-bordered.table-hover tbody tr td {
    border: 1px solid #888888 !important;
    border-top: none !important;
    border-left-width: 2px !important;
    border-right-width: 2px !important;
    border-left-color: black !important;
    border-right-color: black !important;
}


body div table.table.new-table-class {
    border-collapse: collapse !important;
}

body div table.table.new-table-class.table.table-bordered.table-hover thead th {
    /* border-bottom:  2px solid black!important; */
    border: none !important;
    background: #336936 !important;
    color: white !important;
}

body div table.table.new-table-class.table.table-bordered.table-hover tfoot td,
body div table.table.new-table-class.table.table-bordered.table-hover tfoot td input {
    /* border-top: 2px solid black!important; */
    background: #336936 !important;
    border: none !important;
    color: white !important;
}

body div table.table.new-table-class.table.table-bordered.table-hover tbody tr:first-child td {
    border-top: none !important
}

body div table.table.new-table-class.table.table-bordered.table-hover tbody tr:last-child td {
    border-bottom: none !important
}


body div table.table.new-table-class.table.table-bordered.table-hover td .select2-has-error.select2-selection {
    background: #FFD2D2 !important;
    background-color: #FFD2D2 !important;
}

/*
---------------------------Стили для белой окончание---------------------------
*/

body div table.search-table.table.new-table-class.table.table-bordered.table-hover tbody tr {
    border-bottom: 2px solid black !important;
}

body div table.search-table.table.new-table-class.table.table-bordered.table-hover {
    border: none !important;
}

#w2 input.ui-autocomplete-input {
    border: 1px solid #3c763d !important;
}

#first_form_table2 td:nth-child(1),
#first_form_table2 th:nth-child(1) {
    width: 20px !important;
    text-align: center !important;
}

#first_form_table2 td:nth-child(2),
#first_form_table2 th:nth-child(2) {
    width: 120px !important;
    text-align: center !important;
}

#first_form_table2 td:last-child,
#first_form_table2 th:last-child {
    width: 80px !important;
    text-align: center !important;
}

#first_form_table2 tbody {
    max-height: 407px !important;

}

#first_form_table2 {
    border-bottom: 2px solid black;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

#view_second_form_table tbody tr:last-child,
#view_first_form_table tbody tr:last-child {
    margin-bottom: 0 !important;
    border-bottom: 2px solid black !important;
}

.new-table-class th {
    text-align: center !important;
}

#view_second_form_table td {
    padding: 0 10px !important;
}

body .new-table-class tbody#first_form_tbody_table2 {
    width: Calc(100% + 7px) !important;
    margin-left: -1px !important;
}

body #first_form_table2 thead {
    width: Calc(100% + 2px) !important;
    margin-left: -1px !important;
}

body .new-table-class tbody#first_form_tbody_table2 tr {
    margin-bottom: 0 !important;
}

body .new-table-class tbody#first_form_tbody_table2 tr:not(:first-child) {
    margin-top: 0 !important;
}

.founding-document-container {
    /* margin-left: 0!important; */
}

body .founding-document-container table tbody tr:first-child td:nth-child(5):before {
    display: none;
}

body .founding-document-container .table.table-striped.table-bordered tbody tr:first-child:hover td:nth-child(5) {
    background: #D4D7D5 !important
}


body #first_form1 .new-table-class {

    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
}

body #first_form1 .new-table-class tbody tr:last-child {
    border-bottom: 2px solid black;
}

body.modal-open #first_form1 div table.table.new-table-class.table.table-bordered.table-hover td .select2-container--default .select2-selection--single.select2-has-error .select2-selection__arrow {
    background: #FFD2D2 !important;
    background-color: #FFD2D2 !important;

}


.select2-has-error::-webkit-input-placeholder {
    color: rgb(216, 0, 12) !important;
}

.select2-has-error::-moz-placeholder {
    color: rgb(216, 0, 12) !important;
}

/* Firefox 19+ */
.select2-has-error:-moz-placeholder {
    color: rgb(216, 0, 12) !important;
}

/* Firefox 18- */
.select2-has-error:-ms-input-placeholder {
    color: rgb(216, 0, 12) !important;
}

.margintop {
    margin-top: 50px;
}

.settingstabs .settings-tabs-form ul li {
    list-style: none;
}

.settingstabs .settings-tabs-form ul li a {
    font-size: 20px !important;
    color: #336936 !important;
    font-weight: bold !important;
    text-decoration: none !important;
    transition: 0.5s ease;
    margin-top: 20px;
    display: inline-block;
}

.settingstabs .settings-tabs-form ul li a:hover {
    opacity: 0.5;
}

.settingstabs .settings-tabs-form ul {
    padding-left: 0;
}

.new-table-class th, .new-table-class td {
    overflow: hidden;
}

.dynamicform_second_tab,
.dynamic_first_form_wrapper {
    position: relative;
}

.dynamicform_second_tab .ms-drop.bottom,
.dynamic_first_form_wrapper .ms-drop.bottom {
    position: absolute;
}

.select2-dropdown {
    margin-top: 0 !important
}

.modal textarea {
    border-radius: 0 !important;
    border-color: #336936;
    font-size: 11px !important;
}

/* #first_form1{
    display: block!important
} */

.table.table-striped.table-bordered tbody .request-status-for-dep:nth-child(odd) td:nth-child(odd) {
    background: #FFF073 !important;
}

.table.table-striped.table-bordered tbody .request-status-for-dep:nth-child(odd) td:nth-child(even) {
    background: #FFE140 !important;
}


.table.table-striped.table-bordered tbody .request-status-for-dep:nth-child(even) td:nth-child(odd) {
    background: #FFE140 !important;
}

.table.table-striped.table-bordered tbody .request-status-for-dep:nth-child(even) td:nth-child(even) {
    background: #FFD700 !important;
}

.table.table-striped.table-bordered tbody .request-status-for-dep:hover td:last-child {
    background: #336936 !important;
}

.font-size-11px {
    font-size: 11px !important;
}

.vertical-align-bottom {
    display: flex;
    align-items: baseline;
}

.multiselect-native-select .btn-group {
    width: 100%;
}

.multiselect-native-select .btn-group button {
    padding: 0px 5px !important;
    height: 25px !important;
    width: 100%;
    text-align: left;
}

.multiselect-native-select .btn-group button b.caret {
    position: absolute;
    right: 2%;
    top: 44%;
}

.d-none {
    display: none !important;
}

.fields-registry-search .multiple-select-search .ms-drop ul > li, .modal-dialog .ms-drop ul > li {
    text-align: left;
}

.fields-registry-search .multiple-select-search .ms-choice, .modal-dialog .ms-choice {
    border: none !important;
    border-radius: 0 !important;
}

.fields-registry-search .multiple-select-search .form-control {
    border-radius: 0 !important;
    border: none !important;
}

.fields-registry-search .multiple-select-search .multiple-select-items, .modal-dialog .multiple-select-items {
    height: 17px;
    width: 100% !important;
}

.fields-registry-search .multiple-select-search .ms-choice, .modal-dialog .ms-choice {
    height: 17px;
    border: none !important;
    outline: none !important;
}

.fields-registry-search .multiple-select-search .multiple-select-items input, .modal-dialog .multiple-select-items input {
    position: relative;
    top: -3px;
    margin-right: 5px;
}

.fields-registry-search .multiple-select-search .ms-drop, .modal-dialog .ms-drop {
    margin-top: 0;
    left: -1px;
}

.fields-registry-search .multiple-select-search .ms-parent {
    height: 25px;
    border: 1px solid #336936 !important;
}

#ftc_tbl_div {
    overflow: auto;
}

#modalPolygonField .modal-dialog {
    width: 90% !important;
}

#modalPolygonFieldContent {
    min-height: 600px;
    overflow-y: hidden;
    overflow-x: hidden;
}

#map-wrapper #map {
    min-height: 850px;
    max-height: 100%;
}

.wrap_map_legend {

}

.legend {
    padding-left: 25px;
    position: relative;
}

.show_map_legend {
    border: 1px solid #2c5633;
    border-radius: 5px !important;
    padding: 8px 10px 4px 10px !important;
}

.wrap_map_legend__content {
    display: none;
    position: absolute;
    right: 5px;
    top: 110px;
    width: 320px;
    overflow-y: scroll;
    padding: 20px;
    background: #fff;
    border-radius: 15px;
    max-height: calc(100% - 25%);
    z-index: 2;
}

.wrap_map_legend__button {
    position: absolute;
    right: 5px;
    top: 110px;
    z-index: 2;
}

.legend1:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    content: '';
    display: block;
    background: #000;
    height: 4px;
    width: 20px;
}

.legend2:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    content: '';
    display: block;
    background: #008000;
    height: 2px;
    width: 20px;
}

.legend3:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    content: '';
    display: block;
    background: #00FF00;
    height: 2px;
    width: 20px;
}

.legend4:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    content: '';
    display: block;
    background: #00FF00;
    height: 10px;
    width: 20px;
}

.legend5:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    content: '';
    display: block;
    background: #0000ff;
    height: 2px;
    width: 20px;
}

.legend_fire_1:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    content: '';
    display: block;
    background: #DC6262;
    height: 2px;
    width: 20px;
}

.legend_fire_2:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    content: '';
    display: block;
    background: #FCC6D9;
    height: 2px;
    width: 20px;
}

.legend_fire_3:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    content: '';
    display: block;
    background: #17FF17;
    height: 2px;
    width: 20px;
}

.legend_fire_4:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    content: '';
    display: block;
    background: #95B568;
    height: 2px;
    width: 20px;
}

.legend_fire_5:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    content: '';
    display: block;
    background: #8CCCE6;
    height: 2px;
    width: 20px;
}

.legend_fire_p {
    font-weight: bold;
}

.laws-index table.table-striped.table-bordered.no-hover th {
    white-space: normal;
}

div#ftc_tbl_div {
    display: block !important;
}

@media (max-width: 1024px) {
    #map-wrapper #map {
        max-height: 100%;
    }

    div#ftc_tbl_div {
        margin-top: 5px !important;
    }

    .main_page_table_wrap {
        overflow: auto;
    }

    .ticket-create h1 {
        font-size: 24px;
    }

    .ticket-create h2 {
        font-size: 24px;
    }

    .laws-index h1 {
        font-size: 24px;
    }

    .laws-index h2 {
        font-size: 24px;
    }

    .table.table-bordered thead tr th, #w0 .table.table-bordered thead tr th a {
        font-size: 10px !important;
    }
}

@media (max-width: 992px) {
    #ui-datepicker-div {
        width: 100%;
    }

    .warp-select-worm select {
        width: 100% !important;
        max-width: 300px;
    }

    .navbar-nav {
        margin: 0 !important;
    }

    .liac-logo, .dalry-logo {
        display: none !important;
    }
}

.header__mobile-logos {
    display: none;
}

@media (max-width: 767px) {
    .header__mobile-logos {
        display: block;
        height: 67px;
        width: 200px;
    }

    .header__mobile-logos a {
        height: 100%;
        display: inline-block;
        padding: 8px;
    }

    .header__mobile-logos a img {
        max-width: 100%;
        max-height: 100%
    }

    .warp-select-worm #regionSelect {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .warp-select-worm #forestrySelect {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    ul.navbar-nav.navbar-right.nav li a {
        font-size: 16px !important;
    }

    nav.navbar-inverse {
        /*background: #000;*/
        padding-right: 0;
    }

    div#w0-collapse, #w1-collapse, #w2-collapse {
        background: rgb(51, 50, 50);
        position: absolute;
        width: 100%;
        top: 100%;
    }

    .top-title-block {
        display: none;
    }

    .support-address, .support-contact-col2-phone, .support-contact-col3-email, .support-contact-phone-field, .support-address-www {
        float: none;
        padding-left: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .form-search-lk {
        margin-top: 10px !important;
    }

    .laws-index h2 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .laws-index h1 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .nav li > form > button.logout {
        font-size: 16px !important;
    }
}

@media (max-width: 576px) {
    .support-contact-row > div {
        flex-basis: 100%;
        position: relative;
        padding-left: 0;
    }

    div.navbar-collapse {
        border: none;
        box-shadow: none;
    }

    .footer.footer p.pull-left {
        width: 100%;
        text-align: center;
    }

    .footer #phones {
        width: 100% !important;
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .table.table-striped.table-bordered tbody tr td {
        font-size: 10px !important;
    }

    .wrap {
        /*min-height: auto;*/
    }

    #map-wrapper #map {
        min-height: 550px;
    }
}

.mma-field-table-wrap .table-bordered {
    border: 1px solid #008000 !important;
    border-top-color: #008000 !important;
    border-right-color: #008000 !important;
    border-bottom-color: #008000 !important;
    border-left-color: #008000 !important;
}

.mma-field-table-wrap .table-bordered td, .mma-field-table-wrap .table-bordered th {
    padding: 2px !important;
    border: 1px solid #008000 !important;
    border-top-color: #008000 !important;
    border-right-color: #008000 !important;
    border-bottom-color: #008000 !important;
    border-left-color: #008000 !important;
}

.mma-field-table-wrap .table-bordered .important-block {
    background: #b2eab2 !important;
    -webkit-print-color-adjust: exact;
}

.mma-grid-view .grid-view {
    margin-bottom: 0 !important;
}

.mma-static-info {
    display: none !important;
}

.act-static-info {
    display: none !important;
}

.fields-registry-index .fields-registry-grid button {
    padding: 0 2px !important;
}

@media print {
    .mma-static-info {
        display: block !important;
    }

    .act-static-info {
        display: block !important;
    }

    .mma-grid-view .grid-view .table.table-striped.table-bordered thead tr th,
    .mma-grid-view .grid-view .table.table-striped.table-bordered thead tr th a {
        color: #222222 !important;
    }
}

@media print {
    .breadcrumb, .footer, .ui-widget-header {
        display: none !important;
    }

    .btn-print {
        display: none !important;
    }

    .mma-field-one-print {
        display: none;
    }
}

.list-group-document .list-group-item {
    min-height: 50px;
    background-color: transparent;
    border: none;
}

#modalSignKeysStore .modal-dialog {
    width: 800px !important;
}

.help-block-custom {
    margin: 5px 0;
    color: #a94442;
}


.ticket-form .multiple-select-search .ms-drop ul > li, .modal-dialog .ms-drop ul > li {
    text-align: left;
}

.ticket-form .multiple-select-search .ms-choice, .modal-dialog .ms-choice {
    border: none !important;
    border-radius: 0 !important;
}

.ticket-form .multiple-select-search .form-control {
    border-radius: 0 !important;
    border: none !important;
}

.ticket-form .multiple-select-search .multiple-select-items, .modal-dialog .multiple-select-items {
    height: 17px;
    width: 100% !important;
}

.ticket-form .multiple-select-items .ms-choice {
    width: 100% !important;
}

.ticket-form .multiple-select-search .ms-choice, .modal-dialog .ms-choice {
    height: 17px;
    border: none !important;
    outline: none !important;
}

.ticket-form .multiple-select-search .multiple-select-items input, .modal-dialog .multiple-select-items input {
    position: relative;
    top: -3px;
    margin-right: 5px;
}

.ticket-form .multiple-select-search .ms-drop, .modal-dialog .ms-drop {
    margin-top: 0;
    left: -1px;
}

.ticket-form .multiple-select-search .ms-parent {
    height: 25px;
    border: 1px solid #336936 !important;
}

.mma-window-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.mma-window-buttons-item {
    padding: 0 5px;
}

.mma-window-buttons-form {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.mma-field-one-button {
    padding-top: 15px;
}

.busol-item-disactive {
    display: none;
}

.ticket-public-view .table.table-striped.table-bordered tbody tr td a {
    opacity: 100%;
}

.table-custom-wrap .table > thead > tr > th,
.table-custom-wrap .table > tbody > tr > th,
.table-custom-wrap .table > tfoot > tr > th,
.table-custom-wrap .table > thead > tr > td,
.table-custom-wrap .table > tbody > tr > td,
.table-custom-wrap .table > tfoot > tr > td {
    padding: 5px;
}

.field-wrap {
    padding-top: 50px;
}

.btn-custom {
    margin: 15px 10px 0 0;
    text-align: center;
}

.field-form_polygon_upload_file {
    max-width: 250px;
}

.main_page_table_field_wrap {
    width: 100%;
    overflow-x: scroll;
}

.main_page_table_field_wrap table {
    width: 100%;
}

#faq_page_id .grid-view .table.table-bordered tbody tr td:last-child {
    background: unset !important;
    opacity: 1 !important;
    color: black !important;
}

#faq_page_id .grid-view .table.table-bordered tbody tr:hover td:last-child {
    background: unset !important;
    opacity: 1 !important;
    color: white !important;
}

#faq_page_id .grid-view .table.table-bordered tbody tr td a:hover {
    opacity: 1 !important;
    color: white !important;
    font-weight: bold;
}

.financial-registry-index .kv-expand-detail-row .field-rent-detail .grid-view .table.table-bordered tbody tr:hover td:last-child {
    background: #D4D7D5 !important;
}

.field-rent-detail .grid-view {
    margin-bottom: 0;
}

.financial-registry-index #w0 .table.table-bordered tbody tr:hover td:last-child {
    background: #DFE3E1 !important;
}

.table-mma-new-block table tbody tr td {
    padding: 0;
    border: 1px solid black !important;
}

.table-mma-new-block table tbody td {
    font-size: 12px !important;
}

.table-mma-new-block table tbody td div {
    font-size: 12px !important;
}

.td-rotate {
    transform: rotate(-90deg);
}

.table-mma-new-block table {
    text-align: center !important;
}