﻿.filters {
    height: 15vh;
    margin: 5px;

    box-sizing: border-box;
    border: 2px solid lightgrey;
    border-radius: 15px;
}

.btnfilter {
    display: flex;
    align-items: center;

    flex-direction: column;
    justify-content: space-evenly;
}

.divbtn {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}

.container-fluid {
    margin: 5px;
    padding: 5px;
    box-sizing: border-box;
}

div .row {
    padding: 1px;

    box-sizing: border-box;
    width: 100%;
}

.firstColumn {
    /* display: flex; */
    flex-wrap: wrap;
}

div canvas {
    /* padding-bottom: 50px;
    margin-bottom: 50px; */
    /* z-index: 99999; */
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.container-fluid > p {
    text-align: center;
    display: block;
    margin: 8px;
    font-size: 15px;
    font-weight: bold;
}

div .col-6,
div .col-10,
div .col-12,
div .col-4 {
    border: 1px solid lightgrey;
    /* border-radius: 5px; */
    flex-wrap: wrap;
    box-sizing: border-box;
}

div .col-2,
div .col-4,
div .col-8,
div .col-10 {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 968px) {
    div .col-6,
    div .col-4 {
        flex: 100%;
        max-width: 100%;
        flex-wrap: wrap;
    }
    .filters {
        height: 8vh;
        margin: 7px;
        margin-bottom: 0px;
        padding: 5px !important;
        /* box-sizing: border-box; */
        /* border: 2px solid lightgrey; */
        /* border-radius: 15px; */
    }
}

div .col-6 h5 {
    text-align: center;
    font-size: 14px;
    font-family: 'Arial', Courier, monospace;
    color: red;
    box-sizing: border-box;
}
/* стили файла head*/

#cap h2,
#footer h2 {
    margin: 10px 0 10px 0;
    color: white;
    font-weight: bold;
    text-align: center;
}

.col-md-3.arend {
    padding: 0 15px;
}

#cap {
    /*height: 8vh;*/
}

#cap .row {
    /*height:8vh;*/
}
#footer {
    height: 14vh;
}
#footer .row {
    height: 14vh;
}

#cap,
#footer {
    width: 100%;
    background-color: #414243;
    border: 0;
    border-radius: 0;
    margin: 0;
}

#cap .container,
#footer .container {
    border: 0;
    border-radius: 0;
    background-color: #414243;
}

.head {
    height: 70vh;
    text-align: center;
    box-sizing: border-box;
    margin: 0;
    border-radius: 5px;
}

#head {
    margin-top: 3px !important;
    height: 76vh;
    background-color: #ddd;
    border: 0px;
    border-radius: 0px;
}

#head .container {
    border-radius: 0;
}

.head .col-lg-4:first-child {
    text-align: right;
}

.head .col-lg-4:last-child {
    text-align: left;
}

.head .col-lg-4 > .btn {
    height: 80px;
    width: 160px;
    font-size: 16px;
    background-color: red;
    color: white;
    font-weight: bold;
    border: 2px solid darkblue;
    border-radius: 9px;
    transition: 0.5s;
    cursor: pointer;
}

.head .col-lg-4 > .btn:hover {
    transform: scale(1.1);
}

div.col-12 h2 {
    margin-bottom: 50px;
    text-transform: uppercase;
    color: #667;
    font-weight: bold;
}

div.col-12 h6 em {
    color: white;
    font-weight: bold;
}

div.container.mt-2.pt-2 hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

/* стии файла index*/

body {
    font-size: 14px;
    font-weight: bolder;
    background: #eaf0f3;

    margin: 0 0;
    padding: 0 0;

    background: #fafafa url(images/site_bg_2017.jpg) no-repeat top center;
}

.container {
    /*border: 3px solid #2c1bff; */
    /*border: 1px solid grey;*/
    width: 97%;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.block {
    /* border: 3px solid #c3e7e8;  */
    background-color: #fafffb;
    /*border: 1px solid grey;*/
    border-radius: 8px;
    padding: 5px;
    padding-bottom: 20px;
    margin: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    /*background: linear-gradient(to top, whitesmoke, LightGrey);*/
}

h3,
h4,
h5 {
    text-align: center;
    color: darkred;
    font-weight: bolder;
}
h3 {
    color: whitesmoke;
    margin: 5px 0;
}
h3 {
    margin: 15px 0;
}
h4 {
    color: whitesmoke;
    margin: 5px 0;
}
h4 {
    margin: 7px 0;
}
h5 {
    margin: 5px 0 5px 0;
}

.pay .box {
    margin-right: 20%;
}

/*играем с дивами box*/
.box,
.box1 {
    display: flex;
    justify-content: flex-end;
}
.box2 {
    display: flex;
    justify-content: flex-end;
}

div.box2 input {
    width: 78%;
}

div.box1.col-md-6 {
    padding-right: 15px;
    padding-left: 0px;
}
div.box1.col-md-6 label {
    padding-right: 4px;
}

div.box1.col {
    padding-right: 5px;
}

div.box1.col label {
    padding-right: 3px;
    margin-left: -18px;
}

select.search_bs {
    margin-right: 5px;
}

.box input,
.box select {
    margin-left: 10px;
    height: 28px;
    width: 54%;
}
.box select[name='division'] {
    width: 54%;
}
.box select[name='type_currency'] {
}

input[name='woker'] {
    width: 54%;
}

.box label {
    text-align: left;
    margin-right: 2px;
}

.box textarea {
    width: 80%;
    margin-bottom: 5px;
    margin-left: 5px;
    resize: none;
}

#keyword {
    width: 55%;
}

select.more_equal,
.box1.col input.more_equal {
    width: 26%;
}

.box1.col input.more_equal {
    margin-left: 16px;
    margin-right: 0px;
}

/*select.reg option:first-child {*/
/*	color: #999;*/
/*}*/

input,
textarea,
select {
    order: 2;
    position: relative;
    width: 52%;
    /*border-radius: 2px;*/
    margin-bottom: 5px;
    padding-left: 5px;
    /*box-shadow: 0 0 1px rgba(0,0,0,0.5);*/
}
input[placeholder] {
    padding-left: 5px;
}
input[disabled] {
    padding-left: 5px;
    color: #000;
}

label {
    order: 1;
}

.numBS > label {
    margin-left: -12px;
    font-size: 14px;
}

input[type='submit'] {
    max-width: 110px;
    /*height: 30px;*/
    /*margin: 5px;*/
    /*padding: 5px;*/
    margin: 0px 1px 2px 1px;
    font-size: 11px;
    border-radius: 3px;
}
.justify-content-end {
    text-align: left;
}

.box .btn {
    margin-top: 5px;
    font-size: 11px;
}
.btn {
    font-size: 11px;
    border: 1px solid red;
    margin: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.col-md-4,
.col-md-5,
.col-md-7 {
    padding: 0px 0.2%;
}
.col-md-3 {
    padding: 0%;
}

.col-md-5 .block {
    /*height: 40vh; */
}

@media screen and (max-width: 1200px) {
    .head .col-lg-4:first-child {
        text-align: center;
        margin-bottom: 10px;
    }
    .head .col-lg-4:last-child {
        text-align: center;
        margin-top: 10px;
    }

    .box label {
        text-align: left;
    }
    .numBS > label {
        margin-left: 0px;
    }

    .box > input[type='date'] {
        width: 188px;
        margin-left: 15px;
    }

    .box label {
        padding-left: 5%;
        margin-bottom: 0;
    }
    .box input {
        width: 100%;
    }

    .box textarea {
        width: 300%;
        margin-left: -85%;
    }

    .area label {
        margin-left: -65%;
    }

    .area {
        justify-content: center;
        position: relative;
    }
}

@media screen and (max-width: 996px) {
    .box textarea {
        width: 245%;
        margin-left: -72%;
    }
}

.show {
    height: 325px;
    transition: 0.5s;
}
.show_land {
    height: 220px;
    transition: 0.5s;
}
.show_report {
    height: 110%;
    transition: 0.5s;
}

#division,
#adres_baza {
    margin-left: 0;
}

#buttonshow {
    height: 32px;
    border: 1px solid #c11717;
    border-radius: 5px;
    color: whitesmoke;
    transition: 0.5s;
    cursor: pointer;
    background-color: orangered;
}

/* div #areset {
  height: 40px;
  margin-left: 10%;
} */

#areset,
#submit,
#areset2,
#submit2 {
    background-color: orangered;
    height: 40px;
    width: 90px;
    padding: 5px;
    border: 1px solid #c11717;
    border-radius: 5px;
    color: whitesmoke;
    transition: 0.5s;
    cursor: pointer;
}

.buttonshow {
    transform: rotate(180deg);
    transition: 0.5s;
}

.hideandshow {
    height: 0;
    transition: 0.5s;
    opacity: 0;
}

.counter {
    width: 100%;
}

.counter td,
tr {
    border: 1px solid gray;
    font-size: 14px;
    padding: 2px 6px;
}

/*Относиться к форме Геопоиска*/

table {
    border-radius: 7px;
    border-collapse: collapse;
    font-size: 11px;
    text-align: center;
    margin: 3px;
    width: 100%;
}
.tablerow {
    margin-right: 0;
    margin-left: 0;
}

table tbody tr:nth-child(even) {
    background-color: #fcfcfc;
}

td,
tr {
    padding: 2px;
    margin: 2px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    border-collapse: collapse;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
}

th {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    border-collapse: collapse;
    padding: 2px 2px;
    text-align: center;
    background: red;
    color: white;
    font-size: 11px;
}

table.tableTwo td,
table.tableTwo tr {
    font-size: 16px;
}

th.numberBS {
    width: calc(5%);
}
th.typePlace {
    width: calc(5%);
}
th.adress {
    width: calc(13%);
}
th.notes {
    width: calc(13%);
}
th.arendodatel {
    width: calc(9%);
}
th.numDogovor {
    width: calc(5%);
}
th.typeDogovor {
    width: calc(5%);
}
th.dataDogovor {
    width: calc(7%);
}
th.dateStart {
    width: calc(7%);
}
th.dateEnd {
    width: calc(7%);
}
th.typeArendy {
    width: calc(5%);
}
th.summa {
    width: calc(5%);
}
th.nds2 {
    width: calc(5%);
}
th.kontragent {
    width: calc(14%);
}
th.worker {
    width: calc(8%);
}
/*Для базы Документов на землю*/
th.bts_land {
    width: calc(1%);
}
th.region_land {
    width: calc(1%);
}
th.type_doc_land {
    width: calc(1%);
}
th.notes_land {
    width: calc(20%);
}

/* th.notes{*/
/*	width: calc(8%);*/
/*}*/

div.col-3.paginat {
    text-align: center;
}

.pagination li a {
    display: block;
    cursor: pointer;
}

.pagination li a sup {
    top: 0;
    font-size: 12px;
}
.pagination li a sup:first-child {
    margin-right: 10px;
}
.pagination li a sup:last-child {
    margin-left: 14px;
}

label {
    font-weight: bold;
}

#Filtrs {
    margin: 3px;
}
#form {
    margin: 3px;
}

.datebox:last-child {
    /*margin-right: 10px;*/
}

div.box1.col > input {
    width: 52%;
}

.datebox p {
    font-size: 16px;
    text-align: center;
    margin-left: 2%;
    margin-bottom: 4%;
}

.selectoblast,
.selectDistributs,
.selectCity {
    float: right;
    /*width: 100%;*/
    margin-left: 2%;
}

.pressMe {
    /*float: right;*/
    /*margin: 0 2%;*/
}
div form {
    margin-bottom: 0;
}
#content {
    overflow-y: scroll;
}

.outFilter {
    padding: 10px;
    margin-left: 490px;
    margin-top: -85px;
}

#login,
.log_info {
    font-size: 12px;
    color: #fff;
}

#log_info img {
    max-height: 8vh;
    padding: 1px;
}

div a button {
    margin: 0px 1px 2px 1px;
    font-size: 11px;
    border-radius: 3px;
}

th.num_naideno {
    width: 10px;
}
th.bts_naideno {
    width: 15px;
}
th.adress_naideno {
    width: 100px;
}
th.redactor {
    width: 10px;
}
th.reasons {
    width: 100px;
}
th.meri {
    width: 100px;
}
th.sroki {
    width: 60px;
}

/* ..!!!!!!!!!!!!!!!!!!!!!!....стили для фильтров  ...........!!!!!!!!!!............... */

ul li {
    list-style-type: none;
}

.text-center {
    text-align: center;
}

.elastic li {
    transition: all ease 500ms;
}

.hide {
    display: none !important;
}

mark {
    bottom: red;
    color: blue;
}

/* /// СЃС‚РёР»Рё РґР»СЏ checkbox */
.checkselect {
    position: absolute;
    display: inline-block;
    width: 100%;
    text-align: left;
}
.checkselect-control {
    position: relative;
    padding: 0 !important;
}
.checkselect-control select {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0 !important;
    height: 35px !important;
}
.checkselect-over {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}
.checkselect-popup {
    display: none;
    box-sizing: border-box;
    margin-left: 15px;
    padding: 0;
    width: 93%;
    height: auto;
    max-height: 400px;
    position: absolute;
    top: 100%;
    left: 0px;
    border: 1px solid #dadada;
    border-top: none;
    background: #fff;
    z-index: 9999;
    overflow: auto;
    user-select: none;
}

.hide-popup {
    display: block;
}
.checkselect label {
    position: relative;
    display: block;
    margin: 0;
    padding: 7px 10px 5px 25px;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.1;
    cursor: pointer;
    left: 5px;
    /* order: 1;
  padding-right: 0 !important;
  margin-left: 0 !important; */
}
.checkselect-popup input {
    position: absolute;
    top: 3px;
    left: 8px;
    margin: 0 !important;
    padding: 0;
    width: 93%;
    /* order: 2; */
}

.checkselect-popup label:hover {
    background: #03a2ff;
    color: #fff;
}
.checkselect-popup fieldset {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
}
.checkselect-popup fieldset input {
    left: 15px;
}
.checkselect-popup fieldset label {
    padding-left: 32px;
}
.checkselect-popup legend {
    display: block;
    margin: 0;
    padding: 5px 8px;
    font-weight: 700;
    font-size: 1em;
    line-height: 1.1;
}

.myCheckbox {
    margin: 35px 0 5px 5px;
    overflow: hidden;
}

.checkselect p {
    margin-bottom: 2px;
}

.checkselect input,
.checkselect select {
    margin-bottom: 0px;
    width: 100%;
    height: 28px;
}

.myCheckbox input[type='checkbox'] {
    left: 2px;
    width: 14px;
}

.checkselect input[name='newSearch'] {
    width: 93%;
}
