﻿@font-face {
    font-family: KaLaTeXaTEXT_Regular;
    src: url('/fonts/KaLaTeXaTEXT_Regular4.2.ttf');
    /*font-weight: normal;
    font-style: normal;*/
}

@font-face {
    font-family: KaLaTeXaTEXT_DemiBold4;
    src: url('/fonts/KaLaTeXaTEXT_DemiBold4.2.ttf');
    /*font-weight: normal;
    font-style: normal;*/
}

@font-face {
    font-family: KaLaTeXaTEXT_Bold4;
    src: url('/fonts/KaLaTeXaTEXT_Bold4.2.ttf');
    /*font-weight: normal;
    font-style: normal;*/
}

.wrapper {
    width: 500px;
    height: 100%;
    background: #fff;
    margin: 15px auto 0;
}

    .wrapper .title {
        padding: 30px 20px;
        text-align: center;
        font-size: 24px;
        font-weight: 700;
        /*border-bottom: 1px solid #ebedec;*/
    }

    .wrapper .tabs_wrap {
        padding: 20px;
        border-bottom: 1px solid #ebedec;
    }

        .wrapper .tabs_wrap ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .wrapper .tabs_wrap ul li {
                width: 135px;
                text-align: center;
                background: #e9ecf1;
                border-right: 1px solid #c1c4c9;
                padding: 13px 15px;
                cursor: pointer;
                -webkit-transition: all 0.2s ease;
                -o-transition: all 0.2s ease;
                transition: all 0.2s ease;
            }

                .wrapper .tabs_wrap ul li:first-child {
                    border-top-left-radius: 25px;
                    border-bottom-left-radius: 25px;
                }

                .wrapper .tabs_wrap ul li:last-child {
                    border-right: 0px;
                    border-top-right-radius: 25px;
                    border-bottom-right-radius: 25px;
                }

                .wrapper .tabs_wrap ul li:hover,
                .wrapper .tabs_wrap ul li.active {
                    background: #7fc469;
                    color: #fff;
                }

    .wrapper .container .item_wrap {
        padding: 10px 20px;
        border-bottom: 1px solid #ebedec;
        cursor: pointer;
    }

        .wrapper .container .item_wrap:hover {
            background: #e9ecf1;
        }

    .wrapper .container .item {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

.item_wrap .item .item_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.item_wrap .item_left img {
    width: 70px;
    height: 70px;
    display: block;
}

.item_wrap .item_left .data {
    margin-left: 20px;
}

    .item_wrap .item_left .data .name {
        font-weight: 600;
    }

    .item_wrap .item_left .data .distance {
        color: #7f8b9b;
        font-size: 14px;
        margin-top: 3px;
    }

.item_wrap .item_right .status {
    position: relative;
    color: #77818d;
}

    .item_wrap .item_right .status:before {
        content: "";
        position: absolute;
        top: 5px;
        left: -12px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #b3bbc8;
    }

.item_wrap.offline .item_right .status {
    color: #b3bbc8;
}

.item_wrap.online .item_right .status:before {
    background: #7fc469;
}


.limiter {
    width: 100%;
    margin: 0 auto
}

.container-table100 {
    width: 100%;
    min-height: 100vh;
    background: #d1d1d1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 33px 30px
}

.wrap-table100 {
    width: 1300px
}

table {
    width: 100%;
    background-color: #fff
}

th, td {
    font-weight: unset;
    padding-right: 10px
}

.column100 {
    width: 130px;
    padding-left: 17px
}

    .column100.column1 {
        width: 230px;
        /*padding-left: 42px*/
    }

.row100.head th {
    padding-top: 24px;
    padding-bottom: 20px
}

.row100 td {
    padding-top: 18px;
    padding-bottom: 14px
}

.table100.ver1 td {
    font-family:KaLaTeXaTEXT_Regular;
    font-size: 14px;
    color: gray;
    line-height: 1.4
}

.table100.ver1 th {
    font-family: KaLaTeXaTEXT_DemiBold4;
    font-size: 12px;
    color: #fff;
    line-height: 1.4;
    text-transform: uppercase;
    background-color: #36304a
}

.table100.ver1 .row100:hover {
    background-color: #f2f2f2
}

.table100.ver1 .hov-column-ver1 {
    background-color: #f2f2f2
}

.table100.ver1 .hov-column-head-ver1 {
    background-color: #484848 !important
}

.table100.ver1 .row100 td:hover {
    background-color: #6c7ae0;
    color: #fff
}

.table100.ver2 td {
    font-family:KaLaTeXaTEXT_Regular;
    font-size: 14px;
    color: gray;
    line-height: 1.4
}

.table100.ver2 th {
    font-family: KaLaTeXaTEXT_DemiBold4;
    font-size: 12px;
    color: #fff;
    line-height: 1.4;
    text-transform: uppercase;
    background-color: #333
}

.table100.ver2 .row100:hover td {
    background-color: #83d160;
    color: #fff
}

.table100.ver2 .hov-column-ver2 {
    background-color: #83d160;
    color: #fff
}

.table100.ver2 .hov-column-head-ver2 {
    background-color: #484848 !important
}

.table100.ver2 .row100 td:hover {
    background-color: #57b846;
    color: #fff
}

.table100.ver2 tbody tr:nth-child(even) {
    background-color: #eaf8e6
}

.table100.ver2 td {
    font-family:KaLaTeXaTEXT_Regular;
    font-size: 14px;
    color: gray;
    line-height: 1.4
}

.table100.ver2 th {
    font-family: KaLaTeXaTEXT_DemiBold4;
    font-size: 12px;
    color: #fff;
    line-height: 1.4;
    text-transform: uppercase;
    background-color: #333
}

.table100.ver2 .row100:hover td {
    background-color: #83d160;
    color: #fff
}

.table100.ver2 .hov-column-ver2 {
    background-color: #83d160;
    color: #fff
}

.table100.ver2 .hov-column-head-ver2 {
    background-color: #484848 !important
}

.table100.ver2 .row100 td:hover {
    background-color: #57b846;
    color: #fff
}

.table100.ver3 tbody tr {
    border-bottom: 1px solid #e5e5e5
}

.table100.ver3 td {
    font-family:KaLaTeXaTEXT_Regular;
    font-size: 14px;
    color: gray;
    line-height: 1.4
}

.table100.ver3 th {
    font-family: KaLaTeXaTEXT_DemiBold4;
    font-size: 12px;
    color: #fff;
    line-height: 1.4;
    text-transform: uppercase;
    background-color: #6c7ae0
}

.table100.ver3 .row100:hover td {
    background-color: #fcebf5
}

.table100.ver3 .hov-column-ver3 {
    background-color: #fcebf5
}

.table100.ver3 .hov-column-head-ver3 {
    background-color: #7b88e3 !important
}

.table100.ver3 .row100 td:hover {
    background-color: #e03e9c;
    color: #fff
}

.table100.ver4 td {
    font-family:KaLaTeXaTEXT_Regular;
    font-size: 14px;
    color: gray;
    line-height: 1.4
}

.table100.ver4 th {
    font-family: KaLaTeXaTEXT_DemiBold4;
    font-size: 12px;
    color: #fff;
    line-height: 1.4;
    text-transform: uppercase;
    background-color: #fa4251
}

.table100.ver4 .row100:hover td {
    color: #fa4251
}

.table100.ver4 .hov-column-ver4 {
    background-color: #ffebed
}

.table100.ver4 .hov-column-head-ver4 {
    background-color: #f95462 !important
}

.table100.ver4 .row100 td:hover {
    background-color: #ffebed;
    color: #fa4251
}

.table100.ver5 tbody tr:nth-child(even) {
    background-color: #e9faff
}

.table100.ver5 td {
    font-family: KaLaTeXaTEXT_Regular;
    font-size: 16px;
    color: gray;
    line-height: 1.4;
    position: relative
}

.table100.ver5 th {
    font-family: KaLaTeXaTEXT_DemiBold4;
    font-size: 12px;
    color: #fff;
    line-height: 1.4;
    text-transform: uppercase;
    background-color: #002933
}

.table100.ver5 .row100:hover td {
    /*color: #fe3e64*/
}

.table100.ver5 .hov-column-ver5 {
    /*color: #fe3e64*/
}

    .table100.ver5 .hov-column-ver5::before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events: none;
        /*border-left: 1px solid #f2f2f2;
        border-right: 1px solid #f2f2f2*/
    }

.table100.ver5 .hov-column-head-ver5 {
    /*background-color: #1a3f48 !important;
    color: #fe3e64*/
}

.table100.ver5 .row100 td:hover {
    /*color: #fe3e64*/
}

    .table100.ver5 .row100 td:hover:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events: none;
        /*border: 1px solid #fe3e64*/
    }

.table100.ver6 {
    border-radius: 16px;
    overflow: hidden;
    background: #7918f2;
    background: -webkit-linear-gradient(-68deg,#ac32e4,#4801ff);
    background: -o-linear-gradient(-68deg,#ac32e4,#4801ff);
    background: -moz-linear-gradient(-68deg,#ac32e4,#4801ff);
    background: linear-gradient(-68deg,#ac32e4,#4801ff)
}

    .table100.ver6 table {
        background-color: transparent
    }

    .table100.ver6 td {
        font-family:KaLaTeXaTEXT_Regular;
        font-size: 14px;
        color: #fff;
        line-height: 1.4
    }

    .table100.ver6 th {
        font-family: KaLaTeXaTEXT_DemiBold4;
        font-size: 12px;
        color: #fff;
        line-height: 1.4;
        text-transform: uppercase;
        background-color: rgba(255,255,255,.32)
    }

    .table100.ver6 .row100:hover td {
        background-color: rgba(255,255,255,.1)
    }

    .table100.ver6 .hov-column-ver6 {
        background-color: rgba(255,255,255,.1)
    }

    .table100.ver6 .row100 td:hover {
        background-color: rgba(255,255,255,.2)
    }

