agm-map {
    height: 300px;
}

#pullright {
    margin-left: auto;
}
.aside {
    position: relative;
    padding: 10px 15px;
}
.aside .close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    cursor: pointer;
}
body {
    font-family: Roboto, 'Helvetica Neue', sans-serif;
    color: #666;
}
hr {
    margin: 20px 0;
}

table.data-listing {
    border-spacing: 0;
    background: white;
}

table.data-listing tr {
    height: 48px;
}

table.data-listing tr.header {
    height: 56px;
}
table.data-listing tbody tr:hover {
    background: rgba(3, 3, 3, 0.12);
}
table.data-listing th {
    text-align: left;
    color: rgba(0, 0, 0, 0.54);
    font-size: 12px;
    font-weight: 500;
}
table.data-listing td {
    color: rgba(0, 0, 0, 0.54);
    font-size: 14px;
    font-weight: 500;
}
table.data-listing th,
table.data-listing td {
    text-align: left;
    padding: 0 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

table.data-listing th:first-child,
table.data-listing td:first-child {
    padding-left: 24px;
}

table.data-listing th:last-child,
table.data-listing td:last-child {
    padding-right: 24px;
}
.active {
    color: #28a745;
}
.inactive {
    color: #eee;
}
.pointer {
    cursor: pointer;
}
.no-records {
    text-align: center;
    max-width: 400px;
    margin: 20px auto;
    padding: 15px;
}
.breadcrumb {
    margin-bottom: 20px;
    font-size: 16px;
    color: #666;
}
.breadcrumb a,
.breadcrumb a:visited,
.breadcrumb a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #666;
    font-size: 16px;
    line-height: 35px;
}
.breadcrumb mat-icon {
    font-size: 12px;
    margin-left: 6px;
    width: 16px;
    height: 12px;
    line-height: 16px;
}
.trackables {
    margin-top: 0;
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 12px;
}
.example-form {
    min-width: 150px;
    max-width: 500px;
    width: 100%;
}
.example-section {
    height: 50px !important;
    width: 100%;
}
.example-full-width {
    width: 100%;
}
.example-icon {
    padding: 0 14px;
}

.example-spacer {
    flex: 1 1 auto;
}

.page-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.page-block .close {
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 40px;
    cursor: pointer;
}
.page-block .buttons {
    display: flex;
    flex-direction: row;
}
.page-block .buttons button {
    margin: 20px;
}
.page-block .container {
    max-width: 1180px;
    /*border: 1px solid;*/
}

.page-block-content {
}
.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
    background-color: #fc644d !important;
}
.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
    background-color: rgba(252, 100, 77, 0.5) !important;
}
.gallery-tile {
    margin: 10px;
    /*border: 1px solid #eee;*/
    /*border-radius: 5px;*/
    overflow: hidden;
    width: 180px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10;
    cursor: move;
}
.gallery-tile img {
    width: inherit;
    height: inherit;
}

.toolbar {
    position: absolute;
    bottom: 0;
    height: 20px;
    width: 100%;
    background-color: #666666;
    color: white;
}
.dropzone-container {
    height: 100%;
}
.dropzone {
    min-height: 150px;
    border: 1px dotted #ccc;
    background: white;
    padding: 20px 20px;
    text-align: center;
}
.dropzone .dz-preview .dz-image {
    border-radius: 5px;
    overflow: hidden;
    width: 80px;
    height: 80px;
    position: relative;
    display: block;
    z-index: 10;
}
.dropzone .dz-preview .dz-progress .dz-upload {
    background: #6aba8a;
    background: linear-gradient(to bottom, #6aba8a, #28a745);
}
.dz-success-mark {
    display: none;
}
.dz-error-mark {
    display: none;
}
.dz-details {
    text-transform: lowercase;
}
.dz-complete {
    display: none !important;
}

/* in-flight clone */
.gu-mirror {
    position: fixed !important;
    margin: 0 !important;
    z-index: 9999 !important;
    opacity: 0.8;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
    filter: alpha(opacity=80);
    pointer-events: none;
}
/* high-performance display:none; helper */
.gu-hide {
    left: -9999px !important;
}
/* added to mirrorContainer (default = body) while dragging */
.gu-unselectable {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}
/* added to the source element while its mirror is dragged */
.gu-transit {
    opacity: 0.2;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=20)';
    filter: alpha(opacity=20);
}

.hotel_theme_colour {
    height: 30px;
    width: 30px;
}

@media screen and (max-width: 960px) {
    .mat-table {
        border: 0;
        vertical-align: middle;
    }

    .mat-table caption {
        font-size: 1em;
    }

    /*  Enable this to hide header
    .mat-table .mat-header-cell {

      border: 10px solid;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      padding: 0;
      position: absolute;
      width: 1px;
    }
    */
    .mat-table .mat-row {
        border-bottom: 5px solid #ddd;
        display: block;
    }
    /*
    .mat-table .mat-row:nth-child(even) {background: #CCC}
    .mat-table .mat-row:nth-child(odd) {background: #FFF}
    */
    .mat-table .mat-cell {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: 1em;
        text-align: right;
        font-weight: bold;
        height: 30px;
        margin-bottom: 4%;
    }
    .mat-table .mat-cell:before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: normal;

        font-size: 0.85em;
    }
    .mat-table .mat-cell:last-child {
        border-bottom: 0;
    }
    .mat-table .mat-cell:first-child {
        margin-top: 4%;
    }
}
.full-screen-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: block;
    overflow: auto;
    outline: 0;
    background-color: white;
}
.full-screen-modal .modal-backdrop.show {
    opacity: 1;
}
.full-screen-modal .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background-color: #fff;
}
.full-screen-modal .close {
    padding: 0;
    position: absolute;
    right: 20px;
    top: 0px;
    background-color: #fff;
    color: #000;
    opacity: 1;
    font-size: 50px;
    font-weight: 200;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-content {
    margin-top: 40px;
}
.modal-lg {
    max-width: 1010px;
}
.drag-list {
    padding: 15px;
    list-style: none;
    list-style-type: none;
    border: 1px solid #eee;
    margin: 3px;
    border-radius: 3px;
    font-size: 14px;
}
.text-success {
    color: #28a745;
}
.text-danger {
    color: red;
}
.hover {
    cursor: pointer;
}

.strong {
    font-weight: 500;
}
