.padding {
    padding: 10px;
}

.container {
    width: auto !important;
}

.current-user {
    font-style: italic;
}

.message-error {
    padding: 10px;
    font-weight: bold;
    color: firebrick;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 15px;
    background-color: #ffeeee;
}

.avocado-title {
    margin-right: 40px;
}

.message-normal {
    padding: 10px;
    font-weight: bold;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 15px;
    background-color: #eeeeee;
}

.message-success {
    padding: 10px;
    font-weight: bold;
    color: darkgreen;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 15px;
    background-color: #eeffee;
}

.modal-xml {
    width: 80%;
    margin: auto;
}

.archived-checkbox {
    padding-left: 25px;
}

.tab-pane {
    padding: 10px 10px 0 10px;
    margin-bottom: 0;
}

.tab-pane a {
    color: #999;
}

.welcome {
    padding-left: 50px;
    padding-top: 14px;
}

.welcome-message {
    font-weight: bold;
}

.btn-logout {
    width: 100%;
    padding: 14px 20px 0 50px !important;
    text-align: left !important;
}

.btn-logout:hover {
    text-decoration: none;
}

.btn-nav-dropdown {
    width: 100%;
    padding: 14px 15px 0 10px !important;
    text-align: left !important;
}

.btn-nav-dropdown:hover {
    text-decoration: none;
}

.roles, .providers {
    list-style: none;
    padding-left: 0;
}

.include-archived {
    padding-top: 20px;
    font-weight: bold;
}

.nav-tabs {
    margin-bottom: 0;
}

body {
    padding-bottom: 50px;
}

.topnav {
    overflow: hidden;
}

.nav-dropdown {
    margin-left: 0;
    margin-right: 0;
}

.nav-dropdown-li:hover {
    padding-bottom: 14px;
    border-bottom: 3px solid #ddd;
}

.nav-dropdown-menu {
    display: none;
    margin-top: 10px;
    padding-top: 0;
    width: 100%;
}

.nav-dropdown:hover .nav-dropdown-menu {
    display: block;
}

.underline {
    padding-bottom: 14px;
    border-bottom: 3px solid #ddd;
}

.topnav a {
    border-bottom: 3px solid transparent;
}

.topnav a:hover {
    border-bottom: 3px solid #ddd;
}

.topnav a.active {
    border-bottom: 3px solid #ddd;
}

.nav-avocado {
    z-index: 998;
}

.supplier-static-data-button {
    vertical-align: bottom;
}

.space-top {
    margin-top: 40px;
}

.space-top-s {
    margin-top: 10px;
}

.space-bottom-s {
    margin-bottom: 10px;
}

.hotel-content-section-heading {
    margin-left: 15px;
}

.hotel-content-section-heading-select {
    margin-left: -15px;
}

.hotel-content-section-heading-select-hyphen {
    padding-top: 5px;
    font-weight: bold;
}

.hide-div {
    display: none;
}

.mergely-close-button {
    position: fixed;
    bottom: 0;
    padding-bottom: 10px;
    width: 100%;
}

.hotel-content-body {
    min-height: 50px;
    max-height: 300px;
    min-width: 50%;
    max-width: 100%;
}

.english-main-padding {
    padding-left: 25px;
    padding-right: 25px;
}

.translation-main-padding {
    padding-left: 50px;
}

.title {
    padding-left: 40px;
}

.hotel-content-details-header {
    padding-top: 10px;
}

.buttons-bottom {
    padding-bottom: 10px;
}

.section-translation-header {
    padding-left: 40px;
}

.hotel-data-icon-center {
    padding: 8px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.align-center {
    margin-left: auto;
    margin-right: auto;
    padding-left: auto;
    padding-right: auto;
}

.hotel-data-icon {
    color: #888888;
}

.hotel-data-icon:hover {
    color: #000000;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dirty-room-type-name {
    width: 40%;
}

.scroll-modal {
    max-height: calc(100vh - 212px);
    overflow-y: auto;
}

.text-area-db {
    line-height: 25px;
}

.remove-bullets {
    list-style-type: none;
}

.fix-bottom {
    position: fixed;
    bottom: 4px;
    right: 10px;
    left: 10px;
    width: 99%;
    z-index: 1000;
}

.pointer-cursor {
    cursor: pointer;
}

.green-text {
    color: green;
}

.red-text {
    color: red;
}

.provider-section {
    max-height: 210px;
    overflow: scroll;
    overflow-x: hidden;
}

.disable-div {
    pointer-events: none;
    opacity: 0.4;
}

.fixed_header {
    overflow-y: auto;
    height: 600px;
}

.fixed_header th {
    position: sticky;
    top: 0;
    background: white;
}

.foot-panel {
    padding-left: 20px;
    padding-top: 3px;
}

.small-padding-bottom {
    padding-bottom: 3px;
}

.bootstrap-tagsinput {
    width: 100%;
}

.table-nonfluid {
    width: auto !important;
}

.announcement-bar {
    background: #EF9A9A;
    font-size: 20px;
    font-weight: 700;
    padding: 5px 0;
    text-align: center;
    flex: 1 1 auto;
}

.announcement-bar a {
    color: inherit;
    text-decoration: underline
}

.success-banner {
    overflow: scroll;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #1fd71f;
    z-index: 10;
    border-radius: 0;
    display: none;
}

.flight-table-compact {
    font-size: 12px;
}

.flight-table-compact th {
    padding: 5px !important;
    font-size: 11px;
    background-color: #f5f5f5;
    position: sticky;
    top: 0;
    z-index: 10;
}

.flight-table-compact td {
    padding: 4px 5px !important;
    vertical-align: middle !important;
}

.flight-leg-compact {
    display: inline-block;
    margin-right: 8px;
    padding: 2px 4px;
    background-color: #f0f0f0;
    border-radius: 3px;
    font-size: 11px;
    white-space: nowrap;
}

.flight-leg-compact .flight-number {
    font-weight: bold;
    color: #0066cc;
}

.flight-segment-label {
    font-weight: bold;
    color: #666;
    font-size: 10px;
    display: block;
    margin-bottom: 2px;
}

.flight-times {
    color: #333;
}

.flight-date {
    color: #666;
    font-size: 10px;
}

.cost-cell {
    font-weight: bold;
    color: #008800;
}

.supplier-cell {
    font-weight: 600;
}

.flight-section-tabs {
    margin-top: 20px;
}

.flight-section-tabs .nav-tabs {
    border-bottom: 2px solid #ddd;
}

.flight-section-tabs .nav-tabs > li > a {
    color: #666;
    border-radius: 4px 4px 0 0;
}

.flight-section-tabs .nav-tabs > li.active > a {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    color: #333;
    font-weight: bold;
}

.flight-results-container {
    max-height: 600px;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-top: none;
    padding: 10px;
    background-color: #fafafa;
}

.badge-yes {
    background-color: #5cb85c;
}

.badge-no {
    background-color: #d9534f;
}

.flight-count-badge {
    margin-left: 5px;
    background-color: #337ab7;
    color: white;
    padding: 2px 6px;
    border-radius: 10px;
    font-size: 11px;
}
