/* стили для кратких отчетов */

@font-face {
    font-family: aeroport_regular;
    src: url('/assets/fonts/aeroport/aeroport-regular.ttf');  format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: aeroport_medium;
    src: url('/assets/fonts/aeroport/aeroport-medium.ttf');  format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: aeroport_light;
    src: url('/assets/fonts/aeroport/aeroport-light.ttf');  format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: aeroport_bold;
    src: url('/assets/fonts/aeroport/aeroport-bold.ttf');  format("truetype");
    font-style: normal;
    font-weight: normal;
}

.button_report {
    font-size: 27px;
    margin-top: 25px;
    cursor: pointer;
}

.report_exit {
    position: absolute;
    bottom: 25px;
    right: 15px;
    text-align: right;
    font-size: 16px;
    font-family: aeroport_light;
    cursor: pointer;
    color: #999999;
}


.tabl_header {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 16px;
    font-family: aeroport_light;
}

.tabl_header_1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 10px;
    font-family: aeroport_light;
    margin-top: 5px;
}

.tabl_header_2 {

    font-family: aeroport_light;
}

.tabl_header_3 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 20px 5px 5px 0;
    font-family: aeroport_light;
}

.tabl_header_1 span {
    padding: 5px 5px;
}

.tabl_header_3 span {
    padding: 2px 3px;
}

a.tabl_header_3 {
    color: #000000;
}

a:hover.tabl_header_3 {
    color: #00671b;
    text-decoration: none;
    cursor: pointer;
}

.tabl_header_ {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    font-family: aeroport_light;
    font-size: 19px;
}

.tabl_index {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    font-family: aeroport_light;
}

.tabl_index_no {
    text-align: center;
    margin-top: 20px;
    font-size: 24px;

    font-family: aeroport_regular;
}

.tabl_index_ {
    margin: 5px;
    width: calc(100% - 7px);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    border: 1px solid #efefef;
}

.tabl_column_1 {
    width: 2%;
    padding: 7px 5px 5px 7px;
    color: #cccccc;
    border-left: 0px solid #cccccc;
}

.tabl_column_2 {
    text-align: left;
    flex-direction: row;

    width: 15%;
    border-left: 0px solid #cccccc;
    padding: 7px 5px 5px 7px;

}

.tabl_column_3 {
    width: 17%;
    border-left: 0px solid #cccccc;
    padding: 7px 5px 5px 7px;
}

.tabl_column_4 {
    width: 17%;
    border-left: 0px solid #cccccc;
    padding: 7px 5px 5px 7px;
}

.tabl_column_5 {
    width: 17%;
    border-left: 0px solid #cccccc;
    padding: 7px 5px 5px 7px;
}

.tabl_column_6 {
    width: 20%;
    border-left: 0px solid #cccccc;
    padding: 7px 5px 5px 7px;
}

.chet {
    background: #efefef;
}

/* стили для кратких отчетов */


#pps_parking_view_js {
    display: none;
    background: #000000;
    width: 100%;
    height: 100%;
    opacity: .85;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 10000;
}

.pps_parking_clouse {
    position: fixed;
    left: calc(50% + 345px);
    top: 75px;
    color: #ffffff;
}

.pps_parking_clouse:hover {
    color: #FF0000;
}

.pps_parking_view_1 {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 10001;
    width: 100%;
}

.pps_parking_view_ {
    background: #79797a;
    margin-top: 100px;
    margin-left: calc(50% - 350px);
    padding: 20px;
    width: 700px;
    height: 400px;
    border: 1px solid #ffffff;
    border-radius: 7px;
    color: #ffffff;
}

.pps_parking_view_a {
    color: #ffffff;
    font-weight: bold;
    padding: 2px 2px 2px 6px;
}

.pps_parking_view_a:hover {
    cursor: pointer;
    color: blue;
}

.wrapper-login {

    background-image: url('../img/index.png');
    background-repeat: no-repeat;
    background-attachment: scroll;

}

.logo_login {
    width: 200px;
    height: 39px;
    position: absolute;
    top: 170px;
    background-image: url('../img/logo_1.png');
}


i {
    font-style: normal;
}

a:hover {
    text-decoration: none;
}

span.parking_index {

    padding: 3px 7px 3px 7px;
    font-size: 14px;
    color: #000848;
}

.parking_index_view:hover {

    background: #e1e1e1;

}

.parking_index_view {
    background: #FF0000;
}

.parking_index_info_ {
    width: 100%;

}

.parking_index_info_1 {

    width: 100%;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.parking_index_info {
    float: left;
    margin: 1%;
    width: 43%;
    border: 1px #c3c3c3 solid;
    border-radius: 7px;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;

}

a.parking_index_info {
    text-decoration: none;
    color: #000848;
}

a.parking_index_info:hover {
    background: #fafafa;

}

.parking_index_info_a {
    color: #2281fb;
    font-size: 14px;
    padding: 0 0 10px 7px;
}

.parking_index_info_a:hover {
    cursor: pointer;
    color: #17365e;
    text-decoration: none;

}

.col-md-9_ {
    flex: 0 0 100%;
    max-width: 100%;
}

.status_red {
    background: #FF0000;
}

.comment_closed {
    display: none;
}

.card-index_1 {
    background: #00b13c;
}

.card-index_2 {
    background: #e7df00;
}

.card-index_3 {
    background: #ff4242;
}

.card-index_4 {
    background: #510089;
}

.card-index_5 {
    background: #bb0000;
}

.card-index_6 {
    background: #00a4da;
}

.card-index_7 {
    background: #b100af;
}

.card-index_8 {
    background: #0065d7;
}


@media only screen and (max-device-width: 480px) {

    .tabl_column_1 {
        width: 3%;
        padding: 7px 5px 5px 7px;
        color: #cccccc;
        border-left: 0px solid #cccccc;
    }

    .tabl_column_2 {
        width: 23%;
        text-align: left;
        flex-direction: row;
        border-left: 0px solid #cccccc;
        padding: 7px 5px 5px 7px;

    }

    .tabl_column_3 {
        width: 23%;
        border-left: 0px solid #cccccc;
        padding: 7px 5px 5px 7px;
    }

    .tabl_column_4 {
        width: 20%;
        border-left: 0px solid #cccccc;
        padding: 7px 5px 5px 7px;
    }

    .tabl_column_5 {
        width: 13%;
        border-left: 0px solid #cccccc;
        padding: 7px 5px 5px 7px;
    }

    .tabl_column_6 {
        width: 12%;
        border-left: 0px solid #cccccc;
        padding: 7px 5px 5px 7px;
    }

    .brob {
        display: none;
    }

    .tabl_header_1 span {
        padding: 1px 1px;
        margin-top: 0px;
    }

    .tabl_header_3 span {
        padding: 1px 1px;
        margin-top: 0px;
    }

    .tabl_header_ span {
        padding: 1px 1px;
        margin-top: 0px;
    }

}


.index_report_stat {
    display: flex;
    flex-direction: row;
    flex-direction: flex-start;
    justify-content: flex-start;
    font-size: 13px;

}

.index_report_stat_01 {
    width: 340px;
    border: 1px solid #999999;
    padding: 5px;
}

.index_report_stat_01 p {
    margin: 0px;

}

.index_report_stat_02_ {
    display: flex;
    flex-direction: column;
    flex-direction: center;
    justify-content: center;
    border: 1px solid #999999;


}

.index_report_stat_02 {
    margin-left: 15px;
}

.index_report_stat_03 {
    padding: 2px;
    font-size: 11.5px;
    width: 140px;
}