﻿[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

/* Fix Bootstrap Glyphicons font paths when CSS is bundled */
@font-face {
    font-family: "Glyphicons Halflings";
    src: url("../lib.client/bootstrap/dist/fonts/glyphicons-halflings-regular.eot");
    src: url("../lib.client/bootstrap/dist/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../lib.client/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../lib.client/bootstrap/dist/fonts/glyphicons-halflings-regular.woff") format("woff"), url("../lib.client/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../lib.client/bootstrap/dist/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

html {
    position: relative;
    min-height: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}


.border-bottom {
    border-bottom: 1px solid #eee;
}


.border-right {
    border-right: 1px solid #eee;
}

.border-left {
    border-left: 1px solid #eee;
}

.border-top {
    border-top: 1px solid #eee;
}

.white {
    color: white;
}

.col-clear-margin {
    margin-left: 0px;
    margin-right: 0px;
}

.align-vertically {
    display: flex;
    align-items: center;
}

.col-padding-small {
    padding-left: 5px;
    padding-right: 5px;
}

.col-padding-none {
    padding-left: 0px;
    padding-right: 0px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-left-5 {
    padding-left: 5px;
}

.padding-left-15 {
    padding-left: 15px;
}

.padding-right-5 {
    padding-right: 5px;
}

.padding-right-10 {
    padding-right: 10px;
}

.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.login {
    padding-bottom: 10px;
}

.bold {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.table > tbody > tr > td {
    padding: 4px;
}

.panel-default {
    border-color: #5bc0de;
}

.tab-pane {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 5px 5px;
    padding: 10px;
}

.row-participant:hover {
    background-color: lightblue;
}

.row-participant-overdue {
    color: red;
}

.row-color-regular {
    color: black;
}

.font-size-12 {
    font-size: 12px;
}

.padding-vertical-4 {
    padding-top: 4px;
    padding-bottom: 4px;
}


.row.height-full > [class*="col-"] {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}


.row.height-full [class*="col-"] .padding-vertical-4 {
    padding-bottom: 100003px;
}

.row.height-full {
    overflow: hidden;
}

.report-info {
    font-family: Sans-Serif;
    float: right;
    text-align: right;
    font-size: x-large;
}

.container-preview {
    width: 1000px;
}

.container-preview .room_panel .col-xs-6, .container-preview .room_panel .col-xs-3 {
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
}

.red {
    color: #da190b !important;
}

.padding-pax-table-cell {
    padding: 2px 4px;
}

.width-full {
    width: 100%;
}

.width-50 {
    width: 50px;
}

.width-115 {
    width: 115px;
}

.width-240{
    width: 240px;
}

.found-item {
    font-weight: bold;
    background-color: #E3ECF4;
}

.insurance_title_icon {
    width: 18px;
    height: 18px;
}

#loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .8);
    z-index: 1000;
}

#loadingcontent {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#loadingspinner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: larger;
    padding-top: 80px;
}

.panel-gt-room {
    min-height: 130px;
}

.version {
    position: absolute;
    color: transparent;
}

.arrow-right {
    height: 32px;
    width: 32px;
}

.dayStart {
    font-size: 11px;
    font-weight: bold;
    color: #DA1C0B;
}

.time {
    text-align: right;
    font-size: 11px;
    font-weight: bold;
    color: #2C6298;
    padding: 2px 0px 2px 12px;
}

.description {
    text-align: left;
    font-size: 11px;
    padding: 2px 20px 2px 14px;
}

.font-blue {
    color: #2C6298;
}

.modal-body {
    max-height: calc(100vh - 212px);
    overflow-y: auto;
}

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

.row.display-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.list-group-item {
    border: none;
    padding-top: 0px;
    padding-bottom: 0px;
}

.bus-dropdown {
    padding: 1px 2px;
    font-size: 12px;
    width: 60px;
    display: inline;
    height: 30px;
}

    .bus-dropdown.passengers {
        width: 100%;
        height: 20px;
    }

.room-customer-row {
    display: flex;
    align-items: flex-start;
}

.room-customer-name {
    flex: 1 1 auto;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.room-customer-type,
.room-customer-bus {
    flex: 0 0 auto;
    white-space: nowrap;
    margin-left: 10px;
    text-align: right;
}

@media print {
    a [href]:after {
        content: none !important;
    }

    th.hidden-xs, th.hidden-sm {
        display: table-cell !important;
    }

    td.hidden-xs, td.hidden-sm {
        display: table-cell !important;
    }

    .col-md-1, .col-md-2 {
        float: left;
    }

    .col-md-2 {
        width: 16.66666667% !important;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .room_panel.col-lg-4 {
        float: left;
    }

    .room_panel.col-lg-4 {
        width: 33.33333333%;
    }

    * {
        color: inherit !important;
        background: inherit !important;
    }
}

/*xs*/
@media (max-width: 768px) {
    .font-xs {
        font-size: 9px;
    }

    .padding-xs {
        padding: 2px 4px;
    }

    .row.height-full .padding-xs {
        padding-bottom: 99999px !important;
    }

    .input-search {
        height: 23px;
    }

    .margin-xs-top-10 {
        margin-top: 10px;
    }

    img.logo {
        width: 200px;
    }

    .text-xs-justify {
        text-align: justify;
    }

    .text-xs-left {
        text-align: left;
    }

    .text-xs-right {
        text-align: right;
    }

    .text-xs-center {
        text-align: center;
    }
}

/*xs, sm*/
@media (max-width: 992px) {

    .margin-sm-top-10 {
        margin-top: 10px;
    }

    [class*="col-md-"].border-left {
        border-left: none;
    }
}

/*sm*/
@media (min-width: 768px) {
    .text-sm-left {
        text-align: left;
    }

    .text-sm-right {
        text-align: right;
    }

    .text-sm-center {
        text-align: center;
    }

    .text-sm-justify {
        text-align: justify;
    }

    .margin-sm-left-20 {
        margin-left: 20px;
    }

    .margin-sm-left-40 {
        margin-left: 40px;
    }

    .sm-float-child {
        float: left;
    }
}

/*md*/
@media (min-width: 992px) {
    .text-md-left {
        text-align: left;
    }

    .text-md-right {
        text-align: right;
    }

    .text-md-center {
        text-align: center;
    }

    .text-md-justify {
        text-align: justify;
    }
}

/*lg*/
@media (min-width:1200px) {
    .text-lg-left {
        text-align: left;
    }

    .text-lg-right {
        text-align: right;
    }

    .text-lg-center {
        text-align: center;
    }

    .text-lg-justify {
        text-align: justify;
    }
}

.participants-not-found {
    font-weight: bold;
    padding: 20px;
}

.stats-column-date {
    width: 71px;
}

.stats-column-amount {
    width: 153px;
}

.has-error .form-control {
    border-color: #E0504D !important;
    border-width: 2px;
}

.has-error .btn-group {
    border-style: solid;
    border-color: #E0504D !important;
    border-width: 2px;
    border-radius: 4px;
    padding-bottom: 5px;
    padding-left: 5px;
}

.help-block {
    color: #E0504D !important;
}

div.panel-side {
    position: fixed;
    top: 35%;
}

div.btn-side {
    width: 25px;
    border: 3px solid #fff;
    border-left: 0;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    right: auto;
    left: 0;
    z-index: 1001;
}

div.btn-feedback:hover {
    padding-left: 2px;
}

div.btn-side:hover {
    width: 28px;
}

.alert_header {
    background-color: #ffbc00;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    padding: 20px;
}

.tooltip_custom {
    position: absolute;
    display: inline-block;
    text-decoration: none;
    color: #222;
    outline: none;
}

    .tooltip_custom span {
        visibility: hidden;
        position: absolute;
        bottom: 10px;
        left: 50%;
        z-index: 999;
        width: 250px;
        margin-left: -135px;
        padding: 10px;
        border: 1px solid #DCA;
        opacity: .95;
        background-color: #fffAF0;
        font-weight: normal;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
        box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
        text-shadow: 0 1px 0 rgba(255,255,255,.4);
        text-align: justify;
    }

    .tooltip_custom:hover {
        border: 0; /* IE6 fix */
    }

        .tooltip_custom:hover span {
            visibility: visible;
            position: absolute;
        }

    .tooltip_custom span:before,
    .tooltip_custom span:after {
        content: "";
        position: absolute;
        z-index: 1000;
        bottom: -7px;
        left: 50%;
        margin-left: -8px;
        border-top: 8px solid #fffAF0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 0;
    }

    .tooltip_custom span:before {
        border-top-color: #DCA;
        bottom: -8px;
    }
