body {
    padding: 0px 0px 100px 0px;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    color: #223263;
}

header {
    position: fixed;
    top:0px;
    left: 0px;
    right: 0px;
    border-bottom: 1px solid #EBF0FF;
    margin-bottom: 1.5rem;
    background: #FFFFFF;
    display: flex;
}

header .go-back {
    background-image: url('/images/icons/header_back.svg');
    background-repeat: no-repeat;
    background-position: center;
}

header .title {
    line-height: 50px;
    width: 100%;
    text-align: center;
}

header .events {
    background-image: url('/images/icons/header_events.svg');
    background-repeat: no-repeat;
    background-position: center;
}
header .go-back, header .events {
    width: 70px;
    height: 50px;
}


.container {
    margin-top: 77px;
}

footer {
    position: fixed;
    bottom:0px;
    left: 0px;
    right: 0px;
    padding: 10px;
    background: #FFFFFF;
}


input, select, textarea {
    width: inherit;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #EBF0FF;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 0px 20px 0px 20px;
}
textarea {
    padding:20px;
    height:100px;
}

a {
    color: #40BFFF;
    text-decoration: none;
}

.btn, .btn:default {
    display: block;
    padding: 14px;
    width: inherit;
    background: #40BFFF;
    border-radius: 5px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    text-decoration: none;
    outline: none;
    border: none;
}

.btn.default {
    border: 1px solid #EBF0FF;
    box-sizing: border-box;
    border-radius: 5px;
    background: #FFFFFF;
    color: #8c8b8b;
}

.element-add-btn {
    display: inline-flex;
    border: 1px solid #EBF0FF;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 7px;
}

.btn:hover, .btn:active{
    background: #2e93c5;
}

.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}

.zindex-fixed {
    z-index: 50;
}

/*footer*/
.bottom-nav {
    text-align: center;
}
.bottom-nav-item {
    display: inline-block;
    width: 80px;
    text-align: center;
    color: #9098B1;
}
.bottom-nav-item a {
    color: #9098B1;
}
.bottom-nav-item a span {
    display: block;
    font-size: 14px;
    color: inherit;
}
.bottom-nav-item a:hover, .bottom-nav-item a.router-link-exact-active {
    color: #40BFFF;
}

/*user car*/
.row-item-wrap {
    background: #FFFFFF;
    border: 1px solid #EBF0FF;
    box-sizing: border-box;
    border-radius: 5px;
    margin: 0px 0px 15px 0px;
    padding: 15px 15px 15px 0px;
}

.car-item-name {
    font-weight: bold;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.5px;
}

.car-item-description {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 180%;
    letter-spacing: 0.5px;
    color: #000000;
}

.car-item-money {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.5px;
    color: #40BFFF;
}

.car-item-photo {
    max-width:134px;
    height:auto;
}

.object-control-menu-btn {
    position: fixed;
    bottom: 85px;
    right: 15px;
    display: flex;
    color: #ffffff;
    font-size: 34px;
    border-radius: 50%;
    background: #40BFFF;
    padding: 7px;
    -webkit-box-shadow: 0px 10px 30px rgba(64, 191, 255, 0.24);
    -moz-box-shadow: 0px 10px 30px rgba(64, 191, 255, 0.24);
    box-shadow: 0px 10px 30px rgba(64, 191, 255, 0.24);
}

.object-control-menu-wrap {
    position: fixed;
    bottom: 140px;
    right: 15px;
    text-align: right;
}

.object-control-menu-wrap a {
    display: inline-block;
    margin: 0px 0px 10px 0px;
    padding: 5px 15px;
    text-align: right;
    color:#ffffff;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 180%;
    background: #40BFFF;
    box-shadow: 0px 10px 30px rgba(64, 191, 255, 0.24);
    border-radius: 56px;
}

/* user history */
.history-item {
    color:#9098B1;
    padding: 15px 0px;
}

.history-item-badge {
    border: 1px solid #eff3ff;
    border-radius: 3px;
    padding: 2px 10px;
    margin: 0px 5px 1px 0px;
    background: #fbfcff;
    display: inline-block;
}

.history-item-title {
    border-bottom: 1px dotted #EBF0FF;
    margin-bottom: 10px;
    padding-bottom: 15px;
}
.history-item .row {
    margin-bottom: 10px;
}
.history-view {
    color:#9098B1;
}
.history-view-row span{
    color: #223263;
    font-size: 11px;
    display: block;
    margin-bottom: 10px;
}


/*FILES OR IMAGES*/
.editable-images {
    display: flex;
    flex-wrap: wrap;
}
.editable-images-item {
    padding: 5px;
}
.editable-images-item img{
    max-width:100px;
}

.list-images {
    display: flex;
    flex-wrap: wrap;
}
.list-images-item {
    padding: 5px;
}
.list-images-item img{
    max-width: 100%;
}