body {
    margin: 0;
    font-family: 'Raleway', sans-serif;
    background-color: #f0f5fd;
}

* {
    box-sizing: border-box;
}

.gla {
    margin-top: 20px;
    padding-left: 20px;
    width: 100%;
}

/* LMENU */

.lmenu {
    position: absolute;
    width: 20%;
    min-width: 200px;
    z-index: 2;
    text-overflow: hidden;
    height: 100vh;
    background: #273140;
}

.lmenu__header {
    width: 100%;
    text-align: center;
    padding-top: 25px;
    margin-bottom: 25px;
}

.lmenu__header div {
    display: inline;
    font-size: 25px;
    font-weight: 700;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lmenu__header div:last-child {
    display: inline;
    color: #fff;
}

.lmenu__header div:first-child {
    display: inline;
    color: #4fc1ee;
}

.lmenu__button {
    display: flex;
    background: #ffffff00;
    position: relative;
    border: 0;
    color: #6c808d;
    font-size: 16px;
    user-select: none;
    width: 100%;
    height: 50px;
    transition: background-color 0.3s,color 0.3s;
}

.lmenu__button div:not(.conf__count) {
    margin-top: 16px;

}

.lmenu__button:hover {
    color: #49b1db;
    background-color: #2a374d;
    cursor: pointer;
}

.lmenu__button:active {
    color: #49b1db;
    background-color: #1a222f;
    cursor: pointer;
}

.lmenu__button .lmenu__img {
    margin-left: 40px;
    height: 25px;
    margin-top: 12px;
    margin-right: 25px;
}

.lmenu__footer {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 15px;
    color: #4f5f6f;
    border-top: 1px solid #4f5f6f;
    padding-top: 15px;
}

.lmenu__footer a{
    text-decoration: none;
    color: #fff;
}

.img_count {
    height: 30px;
    margin-top: 11px;
}

.conf__count {
    position: relative;
    margin-left: 10px;
}

.text_count {
    position: absolute;
    z-index: 1;
    margin: 0;
    top: 0;
    left: 10px;
    color: #fff;
}

/* CONTENT */

.content {
    position: absolute;
    margin-left: 20%;
    width: 80%;
}

.content__header {
    height: 90px;
    width: 100%;
    background-color: #ffffff;
}

.content__header__user {
    margin-top: 30px;
    float: right;
    margin-right: 100px;
}

.content__user {
    width: 200px;
    display: flex;
    height: 30px;
    border-radius: 100px;
    background-color: #ebf3fa;
    justify-content: space-between;
}

.content__user__name div{
    margin-top: 6.5px;
    color: #4f697a;
    margin-left: 15px;
    font-size: 15px;
}

.content__btn__logout {
    width: 100px;
    height: 25%;

    border-radius: 100px;
    background-color: #4fc1ee;
    text-align: center;
    
}

.content__btn__logout {
    width: 100px;
    height: 100%;
    border-radius: 100px;
    background-color: #4fc1ee;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color 0.3s;

}

.content__btn__logout:hover {
    background-color: #0b8dc0;
    cursor: pointer;
}

.content__btn__logout:active {
    background-color: #00668e;
}

.content__btn__logout div {
    height: 22.5px;
    font-size: 13px;
    color: #fff;
    margin-top: 7.5px;
}

/* ANALYTICS */

.stats {
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
}

.stats__cell {
    height: 90px;
    background-color: #fff;
    width: 220px;
}

.cell__text__one {
    margin-left: 90px;
    padding-top: 22px;
    padding-bottom: 5px;
    font-size: 20px;
    color: #546a79;
    font-family: 'Open Sans', sans-serif;
}

.cell__text__two {
    margin-left: 90px;
    font-size: 14px;
    color: #b4bfd1;
}

.stats__cell img {
    margin-top: 10px;
    margin-left: 5px;
    position: absolute;
}

/* GRAPHICS */

.gra {
    margin-top: 20px;
    background-color: #fff;
}

.displayhide {
    display: none;
}

/* NOTE */

.note__ {
    background-color: #fff;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
}

.note__cell {
    display: block;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

/* DATA INPUT */

.data_input {
    height: 30px;
    width: 200px;
    padding-left: 20px;
    border-radius: 100px;
    border: 0;
    background-color: #ebf3fa;
    outline: none;
    padding-top: 2px;
    position: relative;
}

.data__input__button {
    position: absolute;
    height: 30px;
    width: 100px;
    background-color: #4fc1ee;
    border-radius: 100px;
    margin-top: 130px;
    top: 0;
    margin-left: 180px;
    padding-top: 6px;
    color: #fff;
    user-select: none;
    font-size: 15px;
    transition:background-color, 0.5s ;
}

.data__input__button:hover{
    background-color: #0b8dc0;
    cursor: pointer;
}

.note__data {

}

.data__input {
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    width: 300px;
}

.pick__data_user__TOP__MY__NAME__IS__ARTEM {
    position: absolute;
    z-index: 3;
    margin-left: 100px;
    margin-top: 4px;
    pointer-events:none;
}

.zap_button {
    text-decoration: none;
    background-color: #75e848;
    transition: background-color , 0.5s;
    color: #fff;
    border-radius: 100px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.zap_button:hover {
    background-color: #6fe814;
}

.delete_button {
    text-decoration: none;
    background-color: #e86158;
    transition: background-color , 0.5s;
    color: #fff;
    border-radius: 100px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.delete_button:hover {
    background-color: #e83526;
}

.model_car {
    width: 170px;
    padding-left: 10px;
    border-radius: 50px;
    background-color: #4fc1ee;
    border: 0;
    color: #fff;
    outline: none;
    height: 23px;
    margin-right: 10px;
}

.model_car::-webkit-input-placeholder {
    color: #fff;
}

.img__zap {
    width: 20px;
}

.note__cell__link {
    display: inline;
}

/* CONF */

.conf {
    margin-top: 20px;
    margin-left: 20px;
    background-color: #fff;
    text-align: center;
}

.conf__ {
    padding-top: 20px;
    padding-bottom: 20px;
}

.conf__info__ {
    height: 40px;
    padding-top: 11px;
    cursor: pointer;
}

.conf__cell {
    margin: 0 auto;
    max-width: 500px;
    text-align: left;

}

.conf__info {
    padding-bottom: 10px;
}

.conf__button__ok {
    padding: 9px 30px;
    border-radius: 3px;
    border: 0;
    background-color: #75e848;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    user-select: none;
    transition: all 0.5s;
}

.conf__button__ok:hover {
    background-color: #60e800;
}

.conf__button__ok__two {
    padding: 9px 20px;
    border-radius: 3px;
    border: 0;
    background-color: #4b59e8;
    color: #fff;
    font-size: 14px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    outline: none;
    user-select: none;
    transition: all 0.5s;
}

.conf__button__ok__two:hover {
    background-color: #1f27e8;
}

.conf__button__not {
    user-select: none;
    text-decoration: none;
    background-color: #e86158;
    transition: background-color , 0.5s;
    color: #fff;
    border: 0;
    outline: none;
    cursor: pointer;
    border-radius: 3px;
    padding: 9px 30px;
}

.conf__button__not:hover {
    background-color: #e83526;
}

.conf__ h3{
    margin: 10px 0;
}

.account__ {
    background-color: white;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
}

/* ACCOUNT CAR */

.account__car__cell {
    margin: 10px 0;
}

.account__car__cell:last-child {
    padding-bottom: 10px;
}

.account__add__car {
    background-color: #4b59e8;
    border-radius: 100px;
    width: 150px;
    height: 30px;
    border: none;
    color: white;
    cursor: pointer;
    transition: background-color .5s;
    outline: none;
}

.account__add__car:hover {
    background-color: #212fe8;
}

.account__delete__car {
    background-color: #e8433d;
    border-radius: 100px;
    width: 90px;
    height: 25px;
    border: none;
    color: white;
    cursor: pointer;
    transition: background-color .5s;
    outline: none;
}

/* MODAL ADD CAR */

.add_car_modal {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 50;
}

.add_car_modal_content {
    margin: 25vh 0 0 45vw;
    background-color: white;
    width: 300px;
    border-radius: 5px;
    text-align: center;
}

.add_car_modal_content h3 {
    padding-top: 20px;
}

.car_add_modal_input {
    margin-bottom: 20px;
    width: 200px;
    background-color: #e8d634;
    border: none;
    outline: none;
    padding: 5px;

}

.car_add_modal_input::placeholder {
    color: #161616;
}

.car_add_modal_input_cell {
    position: relative;
}

.car_add_modal_input_cell_results1 {
    position: absolute;
    width: 200px;
    max-height: 100px;
    top: 25px;
    left: 50px;
    background-color: white;
    overflow: auto;
    z-index: 100;
    border-bottom: solid 1px black;
    border-right: solid 1px black;
    border-left: solid 1px black;
    text-align: left;
}

.car_add_modal_input_cell_results2 {
    position: absolute;
    width: 200px;
    max-height: 100px;
    top: 25px;
    left: 50px;
    background-color: white;
    overflow: auto;
    z-index: 1;
}

.car_add_modal_input_cell_result:hover {
    background-color: rgba(0,0,0,0.44);
}

.car_add_modal_input_cell_result {
    cursor: pointer;
}

.car_add_modal_ok {
    width: 100px;
    height: 25px;
    border: none;
    background-color: #61ff46;
    transition: background-color 0.5s;
    cursor: pointer;
    outline: none;
}

.car_add_modal_ok:hover {
    background-color: #14ff00;
}

.car_add_modal_not {
    width: 100px;
    height: 25px;
    border: none;
    background-color: #ff233d;
    transition: background-color 0.5s;
    cursor: pointer;
    outline: none;
}

.car_add_modal_not:hover {
    background-color: #ff000f;
}

.car_add_modal_buttons {
    padding-bottom: 10px;
}

.car_select_modal {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 50;
}

.car_select_modal_content {
    margin: 25vh 0 0 45vw;
    background-color: white;
    width: 300px;
    border-radius: 5px;
    text-align: center;
}

.selectCar {
    width: 100px;
    height: 25px;
    border: none;
    background-color: #61ff46;
    transition: background-color 0.5s;
    cursor: pointer;
    outline: none;
}

.selectCar:hover {
    background-color: #14ff00;
}

.cancelCar {
    width: 100px;
    height: 25px;
    border: none;
    background-color: #ff233d;
    transition: background-color 0.5s;
    cursor: pointer;
    outline: none;
}

.cancelCar:hover {
    background-color: #ff000f;
}

.car_select_modal_content_buttons {
    padding: 15px 0;
}

.car_select_modal_content select {
    width: 200px;
    height: 25px;
}

/* ZAKS */

.account__zak__ {
    background-color: white;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
}

.account_zak_delete {
    background-color: #e8433d;
    border-radius: 100px;
    width: 90px;
    height: 25px;
    border: none;
    color: white;
    cursor: pointer;
    transition: background-color .5s;
    outline: none;
}

.account__zak__cell {
    margin-bottom: 10px;
}

/*
----------------------------------------------------------
                MOBILE OPTIMIZATION
----------------------------------------------------------
*/

/*

@media(max-width: 600px){

    /* ALL

    .lmenu {
        display: none;
    }

    .content {
        margin-left: 0;
    }

    .content__header__user {
        display: none;
    }

    .content__header {
        width: 100vw;
    }
}

*/








