﻿html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}


.primary-btn {
    background-color: rgb(230, 115, 9);
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    width: auto;
    border-radius: 5px;
    border: 1px solid rgb(230, 115, 9);
    color: rgb(255, 255, 255);
    box-shadow: none;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding: 8px 30px 8px 60px;
    cursor: pointer;
}
.secondary-btn {
    background-color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    width: auto;
    border-radius: 5px;
    border: 1px solid rgb(230, 115, 9);
    color: rgb(230, 115, 9);
    box-shadow: none;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding: 8px;
    cursor: pointer;
}
.main-root {
    color: rgb(74, 74, 73);
    font-family: "Museo Sans", sans-serif;
    font-size: 18px;
    font-weight: 300;
}
.header-fluid {
    background: rgb(74, 74, 73);
    color: rgb(255, 255, 255);
}
.header-container {
    font-size: 15px;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    height: 60px;
}
.logout-btn {
    font-size: 15px;
    appearance: none;
    border: none;
    padding: 0px;
    background: none;
    text-decoration: underline;
    color: rgb(255, 255, 255);
}

.sub-header-container {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    height: 124px;
}
.logo-container {
    height: 95px;
}
.logo-img {
    height:100%;
}
.sub-header-search-container {
    border-left: 1px solid rgb(173, 173, 173);
    margin: 10px 0px 10px auto;
    padding: 10px 0px 10px 15px;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
}
.sub-header-search-container .search-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 15px;
    margin-top: -3px;
}
.sub-header-search-container .search-input-label {
    display: block;
    font-size: 21px;
    font-weight: 700;
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.sub-header-search-container .search-input {
    font-size: inherit;
    min-height: auto;
    line-height: inherit;
    padding: 0px;
    color: inherit;
    border: none;
    width: 120px;
    transition: width 300ms;
}
.page-title-fluid {
    width: 100%;
    height: 136px;
    background-color: rgb(241, 241, 241);
}

.page-title-fluid .header-container {
    display: flex;
    width: 100%;
    height: 100%;
}

.page-title-fluid .header-wrapper {
    flex: 1 1 0%;
    min-width: 0px;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
}

.page-title-fluid .header-wrapper .page-title {
    font-size: 40px;
    font-weight: 300;
    margin: 0px;
    padding-right: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page-title-fluid .header-wrapper .breadcrumb-ul {
    list-style: none;
    margin: 0px;
    padding: 0px;

}
.page-title-fluid .header-wrapper .breadcrumb-li {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    margin-right: 10px;
}
.page-title-fluid .header-wrapper .breadcrumb-a {
    color: rgb(230, 115, 9);
    text-decoration: underline;
    position: relative;
    background-color: transparent;
}
.page-title-fluid .header-wrapper .breadcrumb-right-arrow-container {
    display: inline-block;
    width: 10px;
    height: 15px;
    margin-left: 10px;
}
    .page-title-fluid .dashboard-btn-wrapper {
        flex: 0 1 auto;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
.page-title-fluid .dashboard-btn-wrapper .dashboard-btn-icon-container {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 11px;
    left: 15px;
    max-height: 16px;
    max-width: 20px;
}
.main-content {
    padding-top: 50px;
    padding-bottom: 50px;
}
.header-search {
    background-color: #f5f5f5;
    padding: 10px 0;
}

.breadcrumb {
    margin-bottom: 0;
}

.breadcrumb-item a {
    color: #e67309 !important;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #6c757d;
}

.btn-warning {
    background-color: #e67309 !important;
    border: none;
    font-weight: 600;
}

    .btn-warning:hover {
        background-color: #d97e1f !important;
    }

.form-control {
    font-size: 14px;
}