html,
body {
    height: 100%;
}

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

.wrap > .container {
    padding: 70px 15px 20px;
}

.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;
}

/*--------------------------------------------------------------------------------------------------------------------*/
.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

/*--------------------------------------------------------------------------------------------------------------------*/
.bus-layout .floor-1,
.bus-layout .floor-2
{
    width: 180px;
    height: 630px;
}

/*--------------------------------------------------------------------------------------------------------------------*/
#schedule-search-form {
    /*background-color: rgba(133, 133, 133, 0.7);*/
    background: none;
}

#schedule-search-form .selectize-input {
    white-space: nowrap !important;
}

#schedule-search-form .selectize-input:after {
    border: none !important;
}


#schedule-search-form .passengers-count .dropdown {
    position: relative;
    display: inline-block;
}

#schedule-search-form .passengers-count .dropdown-content {
    position: absolute;
    z-index: 1;
}

#schedule-search-form .passengers-count .form-control[readonly] {
    background-color: white;
}
#schedule-search-form .passengers-count div {
    margin-bottom: 5px;
}

#schedule-search-form .passengers-count .plus,.passengers-count .minus {
    cursor: pointer;
}


/*--------------------------------------------------------------------------------------------------------------------*/
#create-order .seats .select-seats, #create-order .btn-remove {
    cursor: pointer;
}

#create-order-alert-modal
{
    text-align: center;
}

#create-order-alert-modal .text
{
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0 15px 0;
}

/*--------------------------------------------------------------------------------------------------------------------*/
#user-tickets .btn-toggle-tickets{
    cursor: pointer;
}

#user-tickets-return-modal .help-block {
    color: red;
}

/*--------------------------------------------------------------------------------------------------------------------*/
#user-profile-alert-modal
{
    text-align: center;
}

#user-profile-alert-modal .text
{
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0 15px 0;
}

/*--------------------------------------------------------------------------------------------------------------------*/
.blockMsg{
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}
.blockMsg:before{
    content: '';
    height: 180px;
    background: url("/images/preloader.gif") no-repeat center;
    background-size: cover;
    display: block;
    margin-bottom: 15px;
}



