﻿/*
|------------------------------------------------------------------------------
| Fonts
|------------------------------------------------------------------------------
*/

@font-face {
    font-family: 'Roboto Slab';
    src: url('/assets/vendor/google-fonts/roboto-slab/RobotoSlab-Regular.ttf') format('truetype');
}

/*
|------------------------------------------------------------------------------
| Alerts
|------------------------------------------------------------------------------
*/

.alert {
    background-color: #2196F3;
    box-sizing: border-box;
    color: #FFFFFF;
    display: flex;
    line-height: 1.3em;
    margin: 4px 0;
}

.alert-media {
    align-items: center;
    background-color: rgba(96, 96, 96, 0.2);
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    padding: 16px 8px;
    width: 40px;
}

.alert-text {
    padding: 16px;
}

.theme-teal .alert {
    background-color: #009688;
}

.alert.alert-success {
    background-color: #2ECC71;
}

.alert.alert-failure {
    background-color: #E74C3C;
}

.alert.alert-warning {
    background-color: #F39C12;
}

.alert.alert-info {
    background-color: #3498DB;
}

.alert.alert-question {
    background-color: #F1C40F;
}

.alert.alert-tip {
    background-color: #9B59B6;
}

.alert.alert-reminder {
    background-color: #7F8C8D;
}

/*
|------------------------------------------------------------------------------
| Buttons
|------------------------------------------------------------------------------
*/

.button-block {
    width: 100%;
}

.button-social {
    padding-left: 48px;
    position: relative;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .button-social.button-big {
        padding-left: 64px;
    }

    .button-social > i {
        bottom: 0;
        font-size: 16px;
        left: 0;
        line-height: 36px;
        position: absolute;
        text-align: center;
        top: 0;
        width: 44px;
    }

    .button-social.button-big > i {
        font-size: 24px;
        line-height: 48px;
        width: 56px;
    }

.button.button-circle {
    border-radius: 50%;
    height: 36px;
    min-width: 36px;
    width: 36px;
}

.button-circle.button-big {
    height: 48px;
    min-width: 48px;
    width: 48px;
}

.button-circle.button-social > i {
    width: 36px;
}

.button-circle.button-big.button-social {
    height: 56px;
    min-width: 56px;
    padding-left: 8px;
    padding-right: 8px;
    width: 56px;
}

    .button-circle.button-big.button-social > i {
        line-height: 56px;
        width: 56px;
    }

.button.button-round {
    border-radius: 36px;
}

/*
|------------------------------------------------------------------------------
| Cards
|------------------------------------------------------------------------------
*/

/* Card with Header Image */
.card-header.card-header-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 48vw;
}

.card-header.valign-top,
.card-footer.valign-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.card-header.valign-bottom,
.card-footer.valign-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

/* Facebook Card */
.facebook-card .card-header {
    display: block;
    padding: 10px;
}

.facebook-card .facebook-user-avatar {
    float: left;
}

.facebook-card .facebook-user-name {
    font-size: 14px;
    margin-left: 46px;
}

.facebook-card .facebook-post-datetime {
    color: #8E8E93;
    font-size: 12px;
    margin-left: 46px;
}

.facebook-card .facebook-post-caption {
    font-size: 13px;
}

.facebook-card .facebook-post-media img {
    margin: 0 auto;
}

.facebook-card .facebook-post-stats {
    align-items: center;
    color: #90949C;
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    margin-top: 12px;
}

.facebook-card .card-content-inner {
    padding: 16px 10px;
}

.facebook-card .card-footer a {
    color: #5E5E5E;
    font-size: 12px;
}

.map-card .card-header {
    display: block;
    padding: 0;
}

/*
|------------------------------------------------------------------------------
| Chips
|------------------------------------------------------------------------------
*/

.chip[class*='color-'] {
    color: #FFFFFF;
}

.chip.color-red {
    background-color: #F44336;
}

.chip.color-pink {
    background-color: #E91E63;
}

.chip.color-purple {
    background-color: #9C27B0;
}

.chip.color-deeppurple {
    background-color: #673AB7;
}

.chip.color-indigo {
    background-color: #3F51B5;
}

.chip.color-blue {
    background-color: #2196F3;
}

.chip.color-lightblue {
    background-color: #03A9F4;
}

.chip.color-cyan {
    background-color: #00BCD4;
}

.chip.color-teal {
    background-color: #009688;
}

.chip.color-green {
    background-color: #4CAF50;
}

.chip.color-lightgreen {
    background-color: #8BC34A;
}

.chip.color-lime {
    background-color: #CDDC39;
}

.chip.color-yellow {
    background-color: #FFEB3B;
}

.chip.color-amber {
    background-color: #FFC107;
}

.chip.color-orange {
    background-color: #FF9800;
}

.chip.color-deeporange {
    background-color: #FF5722;
}

.chip.color-brown {
    background-color: #795548;
}

.chip.color-gray {
    background-color: #9E9E9E;
}

.chip.color-bluegray {
    background-color: #607D8B;
}

.chip.color-black {
    background-color: #000000;
}

.chip.chip-small {
    border-radius: 12px;
    font-size: 11px;
    height: 24px;
    line-height: 24px;
}

    .chip.chip-small .chip-media {
        font-size: 14px;
        height: 24px;
        line-height: 24px;
        width: 24px;
    }

        .chip.chip-small .chip-media i {
            font-size: 18px;
        }

    .chip.chip-small .chip-delete {
        background-size: 16px 16px;
        height: 16px;
        line-height: 16px;
        margin-right: -8px;
        width: 16px;
    }

/*
|------------------------------------------------------------------------------
| Content Block Title
|------------------------------------------------------------------------------
*/

.block-title {
    color: rgba(0, 0, 0, 0.84);
    line-height: 18px;
    overflow: auto;
    white-space: normal;
}

/*
|------------------------------------------------------------------------------
| Embeds
|------------------------------------------------------------------------------
*/

.embed {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

    .embed.embed-1-1 {
        padding-bottom: 100%;
    }

    .embed.embed-6-5 {
        padding-bottom: 83.33%;
    }

    .embed.embed-5-4 {
        padding-bottom: 80%;
    }

    .embed.embed-4-3 {
        padding-bottom: 75%;
    }

    .embed.embed-11-8 {
        padding-bottom: 72.73%;
    }

    .embed.embed-3-2 {
        padding-bottom: 66.67%;
    }

    .embed.embed-8-5 {
        padding-bottom: 62.5%;
    }

    .embed.embed-5-3 {
        padding-bottom: 60%;
    }

    .embed.embed-16-9 {
        padding-bottom: 56.25%;
    }

    .embed.embed-2-1 {
        padding-bottom: 50%;
    }

    .embed.embed-21-9 {
        padding-bottom: 42.86%;
    }

    .embed.embed-3-1 {
        padding-bottom: 33.33%;
    }

    .embed .embed-content {
        border: none;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

/*
|------------------------------------------------------------------------------
| Form Elements
|------------------------------------------------------------------------------
*/

.list .error {
color: #E74C3C;
font-size: 11px;
}

.inputs-list .item-media {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
}

.inputs-list .input-error {
    color: #F44336;
    font-size: 11px;
}

.checkbox {
    display: block;
}

.layout-dark .list input[type=numpad],
.layout-dark .list input[type=calculator] {
    color: rgba(255, 255, 255, 0.87);
}

/*
|------------------------------------------------------------------------------
| Geocomplete
|------------------------------------------------------------------------------
*/

.pac-container {
    z-index: 20000;
}

/*
|------------------------------------------------------------------------------
| Hamburgers
|------------------------------------------------------------------------------
*/

.navbar .hamburger {
    padding: 0;
}

    .navbar .hamburger .hamburger-inner,
    .navbar .hamburger .hamburger-inner:before,
    .navbar .hamburger .hamburger-inner:after {
        background-color: #FFFFFF;
    }

/*
|------------------------------------------------------------------------------
| Indexed List
|------------------------------------------------------------------------------
*/

.indexed-list {
    margin: 0;
}

    .indexed-list .list-group-title {
        background-color: #F4F4F4;
        color: #888888;
        font-size: 20px;
        font-weight: 500;
        height: 48px;
        line-height: 48px;
        overflow: visible;
        padding: 0 16px;
        pointer-events: none;
        top: 0;
        width: 100%;
    }

.layout-dark .indexed-list .list-group-title {
    background-color: #1A1A1A;
    color: #BBBBBB;
}

.indexed-list .list-group-title + li {
    margin-top: 0;
}

.indexed-list .list-group:first-child ul:before {
    display: none;
}

.indexed-list .list-group:last-child ul:after {
    display: none;
}

.indexed-list li:not(.list-group-title) {
    padding-left: 0;
}

.list-index {
    background-color: transparent;
    color: #2196F3;
}

.layout-dark .list-index {
    color: rgba(255, 255, 255, 0.87);
}

.theme-teal .list-index {
    color: #009688;
}

.list-index li {
    cursor: pointer;
}

/*
|------------------------------------------------------------------------------
| Infinite Scroll
|------------------------------------------------------------------------------
*/

.infinite-scroll-preloader {
    margin-bottom: 10px;
    margin-top: -20px;
    text-align: center;
}

    .infinite-scroll-preloader .preloader {
        height: 34px;
        width: 34px;
    }

/*
|------------------------------------------------------------------------------
| Lazy Load
|------------------------------------------------------------------------------
*/

.lazy-loaded[data-background] {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vw;
}

/*
|------------------------------------------------------------------------------
| Navbar
|------------------------------------------------------------------------------
*/

.navbar-fixed .navbar,
.navbar-through .navbar {
    box-shadow: none;
}

.navbar-transparent {
    background-color: transparent !important;
}

    .navbar-transparent ~ .page-content {
        padding-top: 0 !important;
    }

.navbar .title,
.subnavbar .title {
    font-size: 17px;
}

/*
|------------------------------------------------------------------------------
| Photo Browser
|------------------------------------------------------------------------------
*/

.photo-browser-slide iframe {
    height: auto;
}

.photo-browser-captions-light .photo-browser-caption {
    color: #000000;
}

/*
|------------------------------------------------------------------------------
| Popover
|------------------------------------------------------------------------------
*/

.popover {
    width: 240px;
}

    .popover > .popover-inner > .block {
        margin: 16px 0;
    }

/*
|------------------------------------------------------------------------------
| Popup
|------------------------------------------------------------------------------
*/

.layout-dark .popup {
    background-color: #222222;
    color: rgba(255, 255, 255, 0.87);
}

.popup .toolbar {
    font-size: 17px;
}

    .popup .toolbar [disabled] {
        opacity: 1;
    }

/*
|------------------------------------------------------------------------------
| Side Panel
|------------------------------------------------------------------------------
*/

body.with-panel-left-cover .panel,
body.with-panel-right-cover .panel {
    box-shadow: none;
}

body.with-panel-left-reveal .views,
body.with-panel-right-reveal .views {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}

/*
|------------------------------------------------------------------------------
| Search Bar
|------------------------------------------------------------------------------
*/

.page > .searchbar {
    box-shadow: none;
}

    .page > .searchbar input[type=search] {
        color: white;
    }

/*
|------------------------------------------------------------------------------
| Snackbars
|------------------------------------------------------------------------------
*/

.notifications.list > ul {
    max-width: 100%;
}

.layout-dark .list.notifications > ul,
.list.layout-dark.notifications > ul {
    background: #323232;
}

/*
|------------------------------------------------------------------------------
| Swipeout
|------------------------------------------------------------------------------
*/

.swipeout-actions .swipeout-action {
    flex-direction: column;
    justify-content: center;
}

    .swipeout-actions .swipeout-action .swipeout-action-icon {
        font-size: 20px;
        margin-bottom: 2px;
        margin-top: 2px;
    }

    .swipeout-actions .swipeout-action .swipeout-action-label {
        font-size: 15px;
        margin-bottom: 2px;
        margin-top: 2px;
    }

.swipeout-actions a {
    color: #FFFFFF !important;
}

/*
|------------------------------------------------------------------------------
| Tabs
|------------------------------------------------------------------------------
*/

.tabbar-fixed .toolbar,
.tabbar-labels-fixed .toolbar {
    box-shadow: none;
}

.tabbar.tabbar-inline {
    top: 0;
}

.tabbar a.link,
.tabbar a.tab-link {
    font-size: 12px;
}

/*
|------------------------------------------------------------------------------
| Timeline
|------------------------------------------------------------------------------
*/

.theme-teal .timeline-item-divider {
    background-color: #009688;
}

/*
|------------------------------------------------------------------------------
| Toasts
|------------------------------------------------------------------------------
*/

.toast-container {
    border-radius: 12px;
    font-size: 13px;
    padding: 8px;
}

.toast-icon {
    font-size: 32px;
}

/*
|------------------------------------------------------------------------------
| Toolbar
|------------------------------------------------------------------------------
*/

.toolbar-fixed .toolbar {
    box-shadow: none;
}

/*
|------------------------------------------------------------------------------
| Tooltips
|------------------------------------------------------------------------------
*/

.tooltipster-content {
    font-size: 12px;
}

.tooltip-template {
    display: none;
}

/*
|------------------------------------------------------------------------------
| Helpers
|------------------------------------------------------------------------------
*/

/* Text Alignment */
.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

/* Text Formatting */
.text-normal {
    font-style: normal;
}

.text-bold {
    font-weight: bold;
}

.text-italic {
    font-style: italic;
}

.text-oblique {
    font-style: oblique;
}

.text-underline {
    text-decoration: underline;
}

/* Margin */
.no-margin {
    margin: 0;
}

.no-margin-top {
    margin-top: 0;
}

.no-margin-right {
    margin-right: 0;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.no-margin-left {
    margin-left: 0;
}

/* Padding */
.no-padding {
    padding: 0;
}

.no-padding-top {
    padding-top: 0;
}

.no-padding-right {
    padding-right: 0;
}

.no-padding-bottom {
    padding-bottom: 0;
}

.no-padding-left {
    padding-left: 0;
}

/* Image */
.img-circle {
    border-radius: 100%;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}
