/* global styles */
body {
    margin-top: 56px;
}
@font-face {
    font-family: 'bamum';
    src: url('/fonts/bamum.ttf');
}
a {
    color: #64a1ef;
}
a:hover {
    color: #1f74e2;
}
.btn-primary {
    background-color: #909497;
    border-color: #909497;
}
.btn-primary:hover {
    background-color: #7E8285;
    border-color: #7E8285;
}

/* navigation styles */
header nav {
    box-shadow: 2px 1px 2px rgba(0, 0, 0, 0.6);
}
.navbar-nav li a {
    color: #fff;
    margin-left: 10px;
}
.navbar-nav li a:hover {
    color: #cadcf9;
    text-decoration: none;
}
.hive_home_banner {
    background-color: #545a60;
    background-image: url('/img/home/welcome_bg.jpg');
    background-size: cover;
    background-position: center center;
    height: 380px;
    color: #fff;
    text-shadow: 2px 2px 1px #000;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
    position: relative;
}
.hive_home_banner .carousel_matte {
    background-color: rgba(52, 58, 64, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.hive_home_banner .label {
    padding-top: 250px;
}

/* main styles */
main {
    min-height: calc(100vh - 112px);
}

/* footer styles */
footer {
    background-color: grey;
    height: 56px;
}
/* authentication styles */
.authentication_frame {
    margin-top: 35px;
}
/* breadcrumb styles */
.row_breadcrumb nav {
    box-shadow: none;
}
.row_breadcrumb ol {
    background-color: #fff;
    font-size: 11px;
    padding: 0;
    margin: 12px 0px;
}

/* banner styles */
.row_brand_banner {
    margin-bottom: 15px;
}
/* content styles */
.content_frame {
    padding-top: 15px;
}
.margin_double_top {
    margin-top: 15px;
}

/* carousel styles */
.carousel-item .carousel_slide {
    background-size: auto 340px;
    background-position: center center;
    height: 340px;
}
.carousel-item .carousel_slide_01 {
    background-image: url('http://placehold.it/1920x340/ccc');
}
.carousel-item .carousel_slide_02 {
    background-image: url('http://placehold.it/1920x340/000');
}
.carousel-item .carousel_slide_03 {
    background-image: url('http://placehold.it/1920x340/ccc');
}
.carousel-item a div {
    display: block;
}
.carousel-item .carousel_slide_dashboard {
    height: 330px;
    background-size: cover;
    background-position: center -150px;
}

/* brand gallery styles */
.brand_gallery_header {
    color: #343a40;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.brand_gallery_rule {
    margin-top: 5px;
}
.row_brand_gallery .col-md-3:nth-child(-n+3),
.row_brand_gallery .col-md-3:nth-child(n+5):nth-child(-n+7),
.row_brand_gallery .col-md-3:nth-child(n+9):nth-child(-n+11),
.row_brand_gallery .col-md-3:nth-child(n+13):nth-child(-n+15) {
    padding-right: 8px;
}
.row_brand_gallery .col-md-3:nth-child(n+2):nth-child(-n+4),
.row_brand_gallery .col-md-3:nth-child(n+6):nth-child(-n+8),
.row_brand_gallery .col-md-3:nth-child(n+10):nth-child(-n+12),
.row_brand_gallery .col-md-3:nth-child(n+14):nth-child(-n+16) {
    padding-left: 8px;
}
.row_brand_gallery .col-md-3:nth-child(-n+40) {
    margin-bottom: 15px;
}
.brand_gallery_frame {
    height: 180px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: auto;
}
.brand_gallery_frame .label {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    color: #fff;
    padding: 5px 10px 8px;
    position: absolute;
    bottom: 0;
}
.brand_gallery_frame .label a,
.brand_gallery_frame .label span {
    color: #fff;
    text-decoration: none;
    display: block;
}
.brand_gallery_frame .label a.title,
.brand_gallery_frame .label span.title {
    font-size: 16px;
}
.brand_gallery_frame .label a.title:hover,
.brand_gallery_frame .label span.title:hover {
    color: #adbece;
}
.brand_gallery_frame .label a.category,
.brand_gallery_frame .label span.category {
    font-size: 12px;
    margin-top: -3px;
}
.brand_gallery_frame i {
    color: #5A6D77;
    font-size: 88px;
    opacity: .35;
    position: absolute;
    top: 38px;
    left: 34%;
}
.brand_gallery_frame:hover i {
    opacity: .55;
}

/* brand assets styles */
.row_brand_assets {
    list-style-type: none;
    padding-left: 0;
}
.row_brand_assets .col-md-3:nth-child(-n+3),
.row_brand_assets .col-md-3:nth-child(n+5):nth-child(-n+7),
.row_brand_assets .col-md-3:nth-child(n+9):nth-child(-n+11),
.row_brand_assets .col-md-3:nth-child(n+13):nth-child(-n+15) {
    padding-right: 8px;
}
.row_brand_assets .col-md-3:nth-child(n+2):nth-child(-n+4),
.row_brand_assets .col-md-3:nth-child(n+6):nth-child(-n+8),
.row_brand_assets .col-md-3:nth-child(n+10):nth-child(-n+12),
.row_brand_assets .col-md-3:nth-child(n+14):nth-child(-n+16) {
    padding-left: 8px;
}
.row_brand_assets .col-md-3:nth-child(-n+12) {
    margin-bottom: 15px;
}
.brand_assets_frame {
    height: 180px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: block;
}
.brand_assets_frame i {
    font-size: 148px;
    position: absolute;
    top: 15px;
    right: 42px;
}
.brand_assets_frame .label {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    color: #fff;
    padding: 5px 10px 8px;
    position: absolute;
    bottom: 0;
}
.brand_assets_frame .label a {
    color: #fff;
    text-decoration: none;
    display: block;
}
.brand_assets_frame .label a.title {
    font-size: 16px;
}
.brand_assets_frame .label a.title:hover {
    color: #adbece;
}
.brand_assets_frame .label a.category {
    font-size: 12px;
    margin-top: -3px;
}
/* assets frame styles */
.assets_frame_bfn {
    background-color: #8fbc69;
    color: #7ea85a;
}.assets_frame_bfn:hover i {
    color: #739b50;
}

/* authentication styles */
.authenticate_banner {
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    margin-bottom: 10px;
}
.container_authenticate hr {
    margin-bottom: 25px;
}

.dropdown-menu {
    padding: 0;
    margin-top: 8px;
    border-radius: 0;
}
.navbar-nav li a {
    margin-left: 0;
}
.dropdown-menu .dropdown-item {
    color: #343a40;
    padding: 8px 15px;
}
.dropdown-menu .dropdown-item:hover {
    background-color: #eaecef;
    color: #385a91;
}
.dropdown-menu .dropdown-item:active {
    background-color: #eaecef;
}
/* category styles */
.category_header h3 {
    margin-top: 8px;
    margin-bottom: 0;
}
.category_header hr {
    margin-top: 10px;
    margin-bottom: 20px;
}
/* table styles */
.row_table table tbody tr td.table_actions {
    width: 140px;
}
.row_table table tbody tr td.table_actions form {
    display: inline-block;
    margin-left: 5px;
}

/* brand styles */
.category_container .pagination {
    width: 200px;
    margin: 0em auto;
    display: ms flexbox !important;
    margin-bottom: 35px;
}
.category_container .thead-dark,
.table .thead-dark th {
    background-color: #343a40;
}
.table .thead-dark th:nth-child(1) {
    border-top-left-radius: .4rem;
}
.table .thead-dark th:nth-last-child(1) {
    border-top-right-radius: .4rem;
}
.category_container table {
    border-collapse: separate !important;
    border-spacing: 0;
    border: 1px solid #343a40;
    border-top-right-radius: .4rem;
    border-top-left-radius: .4rem;
    border-left: none;
    border-right: none;
    border-bottom: none;
}
#category-upload-image-modal-frame,
#category-upload-logo-modal-frame,
#category-upload-label-modal-frame,
#category-upload-badge-modal-frame,
#category-upload-header-modal-frame,
#category-upload-banner-modal-frame,
div[id^="category-step-photo-modal-frame-0"],
div[id^="category-step-photo-modal-frame-1"] {
    background-color: rgba(0, 0, 0, 0.65);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
}
#category-upload-image-modal,
#category-upload-logo-modal,
#category-upload-label-modal,
#category-upload-badge-modal,
#category-upload-header-modal,
#category-upload-banner-modal,
div[id^="category-step-photo-modal-0"],
div[id^="category-step-photo-modal-1"] {
    background-color: #fff;
    width: 480px;
    height: 480px;
    margin: 120px auto 0em;
    position: relative;
}
.upload-image-modal-top,
.upload-logo-modal-top,
.upload-label-modal-top,
.upload-badge-modal-top,
.upload-header-modal-top,
.upload-banner-modal-top,
.step-photo-modal-top,
.upload-image-modal-bottom,
.step-photo-modal-bottom {
    width: 100%;
    padding: 10px;
}
.upload-image-modal-top,
.upload-logo-modal-top,
.upload-label-modal-top,
.upload-badge-modal-top,
.upload-header-modal-top,
.upload-banner-modal-top,
.step-photo-modal-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0px;
    overflow: auto;
}
.upload-image-modal-top .title,
.upload-logo-modal-top .title,
.upload-label-modal-top .title,
.upload-badge-modal-top .title,
.upload-header-modal-top .title,
.upload-banner-modal-top .title,
.step-photo-modal-top .title {
    float: left;
}
.upload-image-modal-top .close,
.upload-logo-modal-top .close,
.upload-label-modal-top .close,
.upload-badge-modal-top .close,
.upload-header-modal-top .close,
.upload-banner-modal-top .close,
.step-photo-modal-top .close {
    float: right;
}
.upload-image-modal-bottom,
.upload-logo-modal-bottom,
.upload-label-modal-bottom,
.upload-badge-modal-bottom,
.upload-header-modal-bottom,
.upload-banner-modal-bottom,
.step-photo-modal-bottom  {
    position: absolute;
    padding: 15px;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.upload-image-modal-bottom .cancel,
.upload-logo-modal-bottom .cancel,
.upload-label-modal-bottom .cancel,
.upload-badge-modal-bottom .cancel,
.upload-header-modal-bottom .cancel,
.upload-banner-modal-bottom .cancel,
.step-photo-modal-bottom .cancel {
    float: right;
}
.upload-image-modal-bottom button,
.upload-logo-modal-bottom button,
.upload-label-modal-bottom button,
.upload-badge-modal-bottom button,
.upload-header-modal-bottom button,
.upload-banner-modal-bottom button,
.step-photo-modal-bottom button {
    color: #fff;
    padding: 10px 20px;
}
.upload-image-modal-bottom .crop_image,
.upload-logo-modal-bottom .crop_logo,
.upload-label-modal-bottom .crop_label,
.upload-badge-modal-bottom .crop_badge,
.upload-header-modal-bottom .crop_header,
.upload-banner-modal-bottom .crop_banner,
.step-photo-modal-bottom button[class^="crop_step_photo_0"],
.step-photo-modal-bottom button[class^="crop_step_photo_1"] {
    background-color: #385a91;
    border: solid 1px #385a91;
}
.upload-image-modal-bottom .cancel,
.upload-logo-modal-bottom .cancel,
.upload-label-modal-bottom .cancel,
.upload-badge-modal-bottom .cancel,
.upload-header-modal-bottom .cancel,
.upload-banner-modal-bottom .cancel,
.step-photo-modal-bottom .cancel {
    background-color: #909497;
    border: solid 1px #909497;
}
.upload-image-modal-visible,
.upload-logo-modal-visible,
.upload-label-modal-visible,
.upload-badge-modal-visible,
.upload-header-modal-visible,
.upload-banner-modal-visible {
    visibility: visible !important;
}
#recipeBannerPreview,
#recipeBannerString { display: block; }

/* brand styles */
.brand_banner {
    background-size: cover;
    background-position: center center;
    height: 280px;
    margin-bottom: 15px;
    overflow: auto;
}
.brand_banner .banner_logo {
    color: #fff;
    font-size: 44px;
    font-weight: 300;
    text-align: center;
    display: block;
    margin-top: 85px;
}

/* table styles */
.category_container table thead tr th:nth-last-child(1),
.category_container table tbody tr td:nth-last-child(1) {
    width: 165px;
}
.category_container table tbody tr td:nth-last-child(1) a:nth-last-child(1),
.category_container table tbody tr td:nth-last-child(1) .delete_button {
    margin-left: 8px;
}

/* image upload styles */
.col-step-photo { margin-bottom: 15px; }
.col-step-photo input,
.col-step-photo img { display: block; }

/* bamum script styles */
.bamum {
    font-family: bamum;
    font-size: 1.2rem;
}
.recipeBannerContainer {
    height: 640px;
    padding-bottom: 80px;
}

.header-3 {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    color: inherit;
}

