﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  /*word-break: break-all;*/
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    width: 100%;
    overflow-x: hidden;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  overflow-x:hidden;
}
.footer {
    white-space: nowrap;
    line-height: 60px;
}

.delete-item {
    cursor:pointer
}

.breadcrumb li {
    cursor:pointer
}

.dashboard-sidebar {
    position: fixed;
    left: 0px;
    top: 0px;
    display: block;
    background-color: #33322e !important;
    padding: 10px 10px 5px 10px;
    z-index: -11;
    overflow-x: hidden;
    padding-top: 50px;
    height: 100vh;
    color: #ffffff;
}

.dashboard-sidebar li {
    padding: 5px;
}

.dashboard-sidebar li:hover {
    color: white;
    background-color: #001d55
}

.worker-container {
    background-color: #foefed;
    padding: 15px 30px 15px 30px;
    overflow-wrap: break-word;
}

.dash-heading:hover {
    cursor: pointer;
    color: #ffffff
}


/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
    width: 100%;
    overflow-x: hidden;
}

#sidebar p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    /*margin-bottom: 40px;*/
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    overflow-x:hidden;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #7386D5;
    color: #fff;
    transition: all 0.3s;
}

    #sidebar.active {
        margin-left: -250px;
    }

    #sidebar .sidebar-header {
        padding: 20px;
        background: #6d7fcc;
    }

    #sidebar ul.components {
        padding: 20px 0;
        border-bottom: 1px solid #47748b;
    }

    #sidebar ul p {
        color: #fff;
        padding: 10px;
    }

    #sidebar ul li a {
        padding: 10px;
        font-size: 1.1em;
        display: block;
    }

        #sidebar ul li a:hover {
            color: #7386D5;
            background: #fff;
        }

    #sidebar ul li.active > a,
    a[aria-expanded="true"] {
        color: #fff;
        background: #6d7fcc;
    }

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
/*    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);*/
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

    ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

.sidenav-toggle {
    display:none;
    margin-bottom:15px
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebarCollapse span {
        display: none;
    }

    .sidenav-toggle {
        display: block
    }
}

@media (min-width: 768px){
    #sidebar.active {
        margin-left: 0px;
    }
    .sidenav-toggle {
        display:none;
    }
}


.form-collection {
    margin-top:40px
}

label {
    color: #454545
}

.section-space {
    margin-top:30px;
}

.action-item:hover {
    opacity: 0.5;
    cursor: pointer;
}

.flex-container {
    display: flex;
    justify-content: space-between;
}

.flex-container > div {
    background-color: #ffffff;
    margin: 10px;
    border: solid 1px #dadada;
    border-radius: 2px
}

.flex-container-fluid {
    display: flex;
    flex-wrap: wrap;
}

.flex-container-fluid > div {
    border-bottom: 10px;
    border: solid 1px #dadada;
    border-radius: 2px;
}

.pad-30 {
    padding:30px
}

i {
    color: #bbbbbb;
    font-size:14px
}
u:hover {
    cursor:pointer;
}

.table-responsive tr {
    cursor:pointer;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid blue;
    border-bottom: 16px solid blue;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.warnEmpytForm{
    border: solid 1px red;
}

.pointer-cursor{
    cursor:pointer;
}

.section-space {
    margin-top:25px
}


/*specific page styles go here */

/* ---------------------------------------------------
    HOME PAGE
----------------------------------------------------- */



/* starting styles for template of public page */
.template-page {
    font-family: "Lato", sans-serif;
    font-size: 1.25rem;
}

.secondary-footer {
    font-family: "Lato", sans-serif;
    font-size: 1rem;
}

.header-section {
    background: #f5f8ff;
    /*padding: 8% 10%;*/
}

.btn-container,
.three-btn-container {
    display: grid;
    gap: 20px;
    margin: 0 20%;
}

.footer-details {
    display: grid;
}

.intro h1 {
    color: #1F304C;
    font-size: 2.35rem;
    line-height: 2.75rem;
    margin-bottom: 1rem;
    font-weight: 600;
    text-align: center;
}

.top-email {
    background: transparent;
    padding: 8% 10%;
}

.email-api h2 {
    color: rgb(0, 14, 53);
    font-size: 1.8em;
    line-height: 2.75rem;
    margin-bottom: 1rem;
    font-weight: 600;
    text-align: center;
}

lottie-player {
    margin: 0 auto;
}

.is-regular {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 200;
    font-style: normal;
}

.styled-logos {
    margin: 40px auto;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: center;
}

    .styled-logos i {
        font-size: 250%;
        color: #2c4a7d;
        margin-right: 10px;
    }

.icons p {
    font-size: 20px;
    color: #2c4a7d;
    margin: auto 0;
    font-weight: 400;
}

.glass-desc {
    background: #f5f8ff;
    
}

.diamond-desc {
    padding-top: 15px;
}

    .diamond-desc .review,
    .glassdoor-review .review {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
    }

.vertical {
    border-left: 2px solid #0758e2;
    /* position: absolute;
        margin-top: 20px;*/
    margin-right: 120px;
}

.descriptive-text {
    color:#ccc
}

@media (max-width: 600px) {
    .unique {
        height: 42%;
    }
}

@media (max-width: 500px) {
    .unique {
        height: 35%;
    }
}

.nav-bar {
    padding: 15px 10px;
}
/*@@media (max-width: 500px){
        a.navbar-brand, li.nav-item {
            margin-left:20px;
        }
        div.image-container { padding-bottom:20px;}
    }*/

.vertical-diamond {
    height: 43%;
}

.glassdoor {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 700;
    color: rgb(11, 165, 11);
}

.diamond {
    color: #1F304C;
    font-family: 'Pacifico', cursive;
    font-size: 25px;
    padding-bottom: 18px;
}

.earn h2 {
    color: #1F304C;
    font-size: 2.2em;
    line-height: 2.75rem;
    font-weight: 700;
    padding: 30px 0;
}

.btn-outline-primary {
    font-weight: bold;
    color: #0758e2;
    border: 2px solid #0758e2;
}

.btn-primary {
    background-color: #0758e2;
    border: 2px solid #0758e2;
}

.resorts {
    color: #0758e2;
    font-size: 20px;
    font-family: sans-serif
}

.glassdoor-review {
    padding-left: 20px;
    margin-top: 30px;
    padding-bottom: 10px;
}
.layout-customer-footer{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.options {
    padding: 45px;
    background-color: #f5f8ff;
}

    .options h4 {
        color: #2c4a7d;
        font-family: Colfax-Bold, Helvetica, Arial, sans-serif;
        font-style: normal;
        margin-bottom: 32px;
        font-size: 100%;
        font-weight: 600;
    }

    .options a {
        color: #4a6592;
        /*font-size: 14px;*/
        vertical-align: baseline;
        /*font-family: "Colfax-Bold", Helvetica, Arial, sans-serif;*/
        text-decoration: none;
    }

        .options a:hover {
            cursor: pointer;
            color: #0758e2;
        }

.footer-links {
    padding: 40px 30px 30px 40px;
    background-color: #f5f8ff;
}

    .footer-links a,
    .footer-links p {
        padding-right: 8px;
        color: #4a6592;
        font-size: 14px;
        vertical-align: baseline;
        font-family: "Colfax-Bold", Helvetica, Arial, sans-serif;
        text-decoration: none;
    }

        .footer-links a:hover {
            cursor: pointer;
            color: #0758e2;
        }

.options .arrow-link {
    font-family: "Colfax-Medium", Helvetica, Arial, sans-serif;
    font-weight: 600;
    background: transparent;
    border: 0;
    color: #3368fa;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    letter-spacing: .6px;
    padding: 0;
    position: relative;
    text-decoration: none;
}

.arrow-link:before {
    background: #baccff;
    bottom: -2px;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    width: 100%;
}

.arrow-link:after {
    content: "\21E2";
    display: inline-block;
    margin-left: 4px;
    vertical-align: middle;
}

.footer-icons i {
    font-size: 15px;
    color: #4a6592;
    font-weight: 500;
    padding-right: 16px;
}

.footer-links .arrow-link {
    font-family: "Colfax-Medium", Helvetica, Arial, sans-serif;
    font-weight: 600;
    background: transparent;
    border: 0;
    color: #3368fa;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    letter-spacing: .6px;
    padding: 0;
    position: relative;
    text-decoration: none;
}

    .footer-links .arrow-link:before {
        background: #baccff;
        bottom: -2px;
        content: "";
        display: block;
        height: 2px;
        position: absolute;
        width: 100%;
    }

    .footer-links .arrow-link:after {
        content: "\21E2";
        display: inline-block;
        margin-left: 4px;
        vertical-align: middle;
    }

.horizontal-line {
    border-bottom: 2px solid #d9e0f4;
}

.heading {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.text-left{
text-align:left
}


@media (min-width: 600px) {
    .vertical {
        height: 30%;
    }

    .vertical-diamond {
        height: 37%;
    }
}

@media (min-width: 992px) {
    .heading {
        font-size: 20px;
        line-height: 1.5;
    }

    .footer-icons i {
        font-size: 20px;
        padding-right: 20px;
    }

    .footer-links a,
    .footer-links p {
        padding-right: 15px;
    }

    .vertical {
        margin-top: 0;
        height: 33%;
    }

    .vertical-diamond {
        height: 40%;
    }

    .glass-desc {
        background: transparent;
        padding: 0 10%;
    }

    .intro h1 {
        font-size: 3.2rem;
        line-height: 3.5rem;
        margin-top: 0;
        text-align: left;
    }

    .header-section {
        padding: 0 7%;
    }

    .email-api {
        padding: 0 20px;
    }

        .email-api h2 {
            font-size: 3.0rem;
            line-height: 3.5rem;
            margin-top: 0;
            text-align: left;
        }

    .intro h3 {
        text-align: left;
    }

    .btn-container,
    .three-btn-container {
        display: flex;
        gap: 20px;
        margin: 0px 0px;
    }

    .footer-details {
        display: flex;
    }

    .three-btn-container {
        justify-content: space-between;
        align-items: center;
        margin: 0px 10% 40px 10%;
    }

        .three-btn-container button {
            padding: 12px 80px;
        }

    .glassdoor {
        padding-top: 0px;
        font-size: 22px;
    }

    .diamond {
        font-size: 35px;
    }

    .resorts {
        font-size: 25px;
    }

    .styled-logos {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .styled-logos i {
            font-size: 300%;
        }

    .image-container {
        padding-top: 50px !important;
    }
}

@media (min-width: 510px) {
    .unique {
        height: 33%;
    }

    .vertical-diamond {
        height: 43%;
    }
}

@media (min-width: 700px) {
    .vertical-diamond {
        height: 36%;
    }
}

@media (min-width: 992px) {
    .vertical-diamond {
        height: 40%;
    }

    .first-container {
        display: none;
    }
}

@media (max-width: 992px) {
    .vertical-diamond {
        height: 40%;
    }

    .second-container {
        display: none;
    }
}

.bold-text {
    font-weight: bold;
    margin-top: 2rem;
    font-size: 1rem;
}



/* ---------------------------------------------------
    NAV BAR STYLES
----------------------------------------------------- */

 ul li.active > a, a[aria-expanded="true"] {
    background: #f5f8ff;
    font-weight: bold;
}

.dropdown-item.active, .dropdown-item:active {
    background: transparent;
}

/*

References from Bootstrap documentation
<576px xs
≥576px sm
≥768px	md
≥992px	lg
≥1200px xl
≥1400px	xxl

Make the width dynamic
*/
@media only screen and (min-width: 992px) {
    .dropdown-menu {
        width: 700px;
    }
}



