
html,
body {
    height: 100%;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 5px auto -179px;
    padding: 0px 15px 179px;
}

.wrap > .container {
    padding: 0 0px 20px; /* второй паддинг убрал, хз где вылезет, возможно придется вернуть на 15px */
}

a {
    color: #0061dc;
    text-decoration: none;
}

ol {
    list-style-type: none;
    counter-reset: num;
    margin: 0 0 0 35px;
    padding: 15px 0 5px 0;
    font-size: 16px;
}
ol li {
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
}
ol li:before {
    content: counter(num) '.';
    counter-increment: num;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: -26px;
    width: 20px;
    color: #000000;
    text-align: right;
}



ul {
    list-style-type: none;
    counter-reset: num;
    margin: 0 0 0 35px;
    padding: 15px 0 5px 0;
    font-size: 16px;
}

ul li {
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
}

ul li:before {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: -26px;
    width: 20px;
    color: #000000;
    text-align: right;
}



.header {
    margin: 5px 0 20px;
}

.header .text {
    margin-top: 20px;
}

.footer {
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding: 35px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media (max-width: 767px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

h1 {
    font-size: 30px;
}

@media (max-width: 988px) {
    h1 {
        font-size: 20px;
    }
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

.clr {
    clear: both;
}

.required label:after {
    content: "*";
}

ul {
    list-style: none;
    padding-left: 0;
}

.single ul li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #2eadf3;
    border-radius: 5px;
}

.search-form {
    padding: 20px;
    background: #5891bd;
    color: #ffffff;
}

.vacation-search-form {
    padding: 20px;
    background: #5891bd;
}

.search-form p {
    color: #fff;
}

.search-form .create-link {
    color: #ffea00;
}

.select2-selection.select2-selection--single {
    height: 34px;
    padding: 6px 5;
}

.trips-list-item {
    border-bottom: #ddd 2px solid;
    background: linear-gradient(#fff, #f6f6f6);
}

.looking-for {
    margin-top: 10px;
}

.trip-header {
    border-bottom: #ccc 1px dashed;
}

.trip-date {
    color: #777;
    font-size: 17px;
    padding-right: 5px;
}

.trip-title {
    font-size: 18px;
}

.trip-ul li {
    float: left;
    margin-right: 20px;
}

.trip-icons {
    /*margin-left: 10px;*/
    font-size: 15px;
    color: #555;
}

.trip-icon {
    width: 25px;
    float: left;
    clear: none;
}

.trip-description {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 13px;
}

.user-avatar {
    border-radius: 50%;
}

.user-avatar-lg {
    max-width: 250px;
}

.avatar-top {
    border-radius: 100%;
}

.avatar {
    width: 50px;
}

.trip-history .trip-icon {
    float: left;
    width: 40px;
    font-size: 22px;
    color: #aaa;
}

.trip-history .trip-date {
    font-size: 15px;
}

.trip-history .trip-details {
    float: left;
    font-size: 14px;
    max-width: 320px;
}

.trip-history-link {
    font-size: 15px;
}

.trip-history-item {
    border-bottom: 2px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.trip-history-item p {
    margin-bottom: 0;
}

.big-banner {
    /* background-image: url('/img/head_background.png');
    background-position: center;
    background-repeat: no-repeat; */
    padding: 10px;
}

.jumbotron {
    margin-bottom: 0px;
}

.vert-margin10 {
    margin-bottom: 10px !important;
}

.vert-margin20 {
    margin-bottom: 20px !important;
}

.vert-margin30 {
    margin-bottom: 30px !important;
}

.vert-margin40 {
    margin-bottom: 40px !important;
}

.right-align {
    text-align: right;
}

.left-align {
    text-align: left;
}

.center-align {
    text-align: center;
}

.home-title {
    font-size: 18px;
    text-align: center;
    padding-top: 20px;
}

.puzomerka {
    font-size: 21px;
}

.avatar_img {
    display: none !important;
}

.progress_load_form_photo_upload img {
    cursor: pointer;
}

/* Chat container_customs */
.message {
    border-radius: 5px;
    padding: 3px;
    margin: 5px 0;
}

/* Darker chat container_custom */
.my-message {
    background-color: #fff;
    margin-left: 18%;
}

.from-message {
    margin-right: 18%;
    background-color: #fff;
}

/* Clear floats */
.message::after {
    content: "";
    clear: both;
    display: table;
}

/* Style images */
.message img {
    float: left;
    max-width: 60px;
    width: 100%;
    margin-right: 20px;
    border-radius: 50%;
}

/* Style the right image */
.message img.right {
    float: right;
    margin-left: 20px;
    margin-right: 0;
}

/* Style time text */
.time-right {
    float: right;
    color: #aaa;
}

/* Style time text */
.time-left {
    float: left;
    color: #999;
}

.textarea_message {
    width: 100%;
    padding: 5px;
    background-color: #fff;
    border-radius: 5px;
}

.center {
    text-align: center
}

.badge_custom {
    vertical-align: bottom !important;
}

.avatar-dialog {
    border-radius: 50%;
    max-width: 50px;
}

.dialog-window {
    padding: 10px;
    background-color: #def3ff;
}

.dialog-message-form {
    background-color: #9cd9f9;
    padding: 5px;
}

.search-form-input {
    padding: 2px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #ffffff;
    background-color: #5791bd;
    border: none;
    border-bottom-color: transparent;
}

.nav-tabs > li > a {
    background-color: #e7f0f7;
}

.car-nickname {
    background: #333;
    color: #ddd;
    padding: 0 3px;
    border-radius: 3px;
}

.car-img-trip {
    margin: auto;
}

.car-img {
    max-width: 100px;
    float: left;
    padding: 3px;
}

.car-img-main {
    margin: auto;
    max-height: 400px;
}

.car-foto-form-row {
    padding-bottom: 5px;
}

.car-foto-form-col {
    padding-top: 25px;
}

.balance-block {
    padding-top: 20px;
    padding-bottom: 1px;
    background-color: #f0f8ff;
}

.route-list-item {
    border-bottom: #ddd 2px solid;
    background: linear-gradient(#fff, #d9edf7);
    padding: 10px;
    margin-right: 0px;
    margin-left: 0px;
}

.from-to-route-widget {
    font-size: 18px;
}

.photo-block {
    margin-top: 10px;
}

.remove-item {
    float: right;
    color: blue;
    cursor: pointer;
    z-index: 999;
}

.remove-item-old {
    float: right;
    color: blue;
    cursor: pointer;
    z-index: 999;
}

.carrier-list-item {
    border: #ece8e8 1px solid;
    background: linear-gradient(#f5f9ff, #cde6f3);
    padding: 15px;
    margin-right: 0px;
    margin-left: 0px;
}

.car-number {
    border: #000001 3px solid;
    width: 200px;
    border-radius: 5px;
    margin: auto;
}

.breadcrumb {
    margin-bottom: 5px;
}

.create-trip-form-block-1 {
    background-color: #f0f8ff;
    padding-top: 1px
}

.create-trip-form-block-2 {
    background-color: #c4dcef;
    padding-top: 1px
}

.create-trip-form-block-3 {
    background-color: #d7f1ff;
    padding-top: 1px
}

.select2-container--krajee .select2-selection--single {
    padding: 0px 0px 0px 0px;
}

.skin-blue .main-header .navbar {
    background-color: #222d32;
}

.skin-blue .main-header .logo {
    background-color: #000000;
}

.user-widget {
    padding: 7px;
}

.bus-ticket-form {
    max-width: 770px;
}

.ya-block {
    margin: 20px 0px;
    border: 1px solid #d0d0d0;
    padding: 5px 5px;
}

.ya-block-width250 {
    height: 250px;
}

.ya-block-width300 {
    height: 300px;
}

.ya-block-width350 {
    height: 350px;
}

.ya-block-width500 {
    height: 500px;
}

.ya-block-fixed {
    position: sticky;
    top: 0;
    z-index: 10000;
    background-color: white;
}

.flag-admin img {
    max-width: 50px;
}

.please_confirm_email {
    padding-top: 7%;
    margin: 0% 16%;
}

.popular-element {
    font-size: 18px;
    line-height: 20px;
}

.popular-element a {
    color: #003157;
}

.blog-text img {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-left: -40px;
}

.tag {
    background: #4eac2e;
    color: #fff;
    padding: 4px 13px
}

.blog-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #272a47;
}
.img-widget-blog-article {
    margin-top: 15px;
    margin-left: 20px;

}

.img-article-blog-list {
    margin-top: 55px;
}

.blog-widget {
    margin-top: 50px;
}

.footer_link {
    color: black;
    text-decoration: underline;
}

.bg {
    background: #f7f7fe;
    margin-bottom: 58px;
    padding: 40px 10px;
    text-align: center;
    border: #dadada 1px solid;
    border-radius: 5px;
}

.border {
    border: #dadada 1px solid;
    border-radius: 5px;
    padding: 20px;
}

.border-travel-widget {
    border: #dadada 1px solid;
    border-radius: 5px;
    padding: 20px;
}

.headling {
    font-size: 22px;
    margin-bottom: 25px;
}


#cookie_notification{
    z-index: 10000;
    display: none;
    justify-content: space-between;
    align-items: flex-end;
    position: fixed;
    bottom: 15px;
    left: 50%;
    width: 900px;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 25px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_notification p{
    margin: 0;
    font-size: 13px;
    text-align: left;
}
#cookie_notification p a{
    color: #0a90eb;
}

@media (min-width: 576px){
    #cookie_notification.show{
        display: flex;
    }
    .cookie_accept{
        margin: 0 0 0 25px;
    }
}

.text_justify {
    text-align: justify;
}

.padding-left-right10 {
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 575px){
    #cookie_notification.show{
        display: block;
        text-align: right;
    }
    .cookie_accept{
        margin: 10px 0 0 0;
    }
}

.cookie_accept {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #39434e;
    border: none;
    color: #ededed;
    text-decoration: none;
    padding: 15px 40px;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 4px;
    max-width: 100%;
    transition: all .1s linear;
}

.select2-container--krajee .select2-selection--single .select2-selection__rendered {
    padding: 6px;
}

.bus-icon-route-page {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 205px;
}

.taxi-icon-route-page {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.skin-blue .main-header .navbar {
    background-color: #222d32;
}

.skin-blue .main-header .logo {
    background-color: #000000;
}