﻿/* 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;
}
html, body {
    height: 100%;
    overflow: hidden;
}
/* Sticky footer styles
-------------------------------------------------- */
/*html {
  position: relative;
  min-height: 100%;
}
 
body {
  Margin bottom by footer height 
  margin-bottom: 60px;
}*/
/*.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; 
}*/
/* ReadyReckoner styles
-------------------------------------------------- */

.rr-body-bgr{
    background: url('../content/Assets/1 - Log In Screen/photo1.png') no-repeat center / cover;
    width: 95%;
    height:100%;
}

.rr-text-white{
    color:white;
}

.rr-input-log {
    border: 2px solid #fff;
    width: 100%;
    background: rgba(255,255,255, 0.3);
    color: black;
}
.rr-login-btn {
    color: #fff;
    background-color: #0079C1;
    width: 100%;
    height: 45px;
    border:none;
    font-weight:700;
}

.rr-reg-btn {
    display: block;
    border: 2px solid #0079C1;
    width: 100%;
    background: rgba(255,255,255, 0.5);
    color: #0079C1;
    height: 45px;
    font-weight: 700;
    
    justify-content:center;
    justify-items: center;
    flex-direction:column;
   /*text-align: center;
   vertical-align: middle;*/
}
    .rr-reg-btn:hover {
        text-decoration: none;
        color: #0079C1;
    }

.rr-navigation {
    width: 150px;
    background-color: #0079C1;
}
.rr-home-link {
    margin-top: 45px;
    margin-bottom: 45px;
}
.rr-div-with-home-lincs{
    margin-top: 90px;
    margin-bottom: 90px;
}
.rr-nav-item{
    height: 50px;
    width: 50px;
    margin-bottom: 30px;
}

.rr-logo{
    height: 90px;
    width: 150px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.rr-logo-home {
    height: 150px;
    /*width: 250px;*/
    margin-top: 100px;
    margin-bottom: 100px;
}

.rr-home-bgr {
    background: url('../content/Assets/2 - Tool Options/Main Image Background@2x_1.png') no-repeat center / cover;
    width: 100%;
    height: 100%;
}

.rr-menu-item {
    background: rgba(255,255,255, 0.8);
    font-weight: 700;
    border-radius: 50px;
    display: inline-flex;
    width: 550px;
    margin-bottom: 40px;
}

.rr-menu-item:hover{
    text-decoration: none!important;
}

.rr-menu-item-text-blue {
    font-size: 30px;
    color: #0079C1;
    display: block;
}
.rr-menu-item-text-grey {
    font-size: 14px;
    color: #818181;
    display: block;
    font-weight: 400;
}
.rr-supplier-select {
    padding: 9px 15px;
    border: 2px solid #737475;
    font-size: 14px;
    display: flex;
    width: auto;
    min-width: 290px;
}
.rr-header-grey {
    color: #BCBABA;
    font-size: 14px;
}
.suppliers-scroll{
    overflow-y: auto;
    height: auto;
    max-height: 37%;
    width: auto;
    min-width: 315px;
}
.rr-compare-btn {
    background-color: #CFEBD7 !important;
    color: white !important;
}
.rr-table-scroll{
    height: 800px;
    overflow-y: auto;
}
.rr-compare-scroll {
    height: 450px;
    overflow-y: auto;
}

.rr-error-tooltip {
    width: 100%;
    /*background: rgba(227,93,106, 1);*/
    opacity: 0.7;
    color: red;
    border-radius: 10px;
    margin-top: 4px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    font-size: 16px;
    border: 2px solid red;
}

.rr-input-error {
    color: red;
    border: 2px solid red;
}

.tr-rounded {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    border: 1px solid #000;
}


#breadcrumbs > span:hover {
    /*text-decoration: underline*/
}

#breadcrumbs > span.rr-header-grey:hover  {
    /*border-bottom: 1px solid red;
    border-radius: 0px;*/
    color: red;
}

.rr-bg-grey {
    background-color: lightgray;
    border: 1px solid #bcbaba;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    transition: none;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
}

.rr-bg-grey :hover{
text-decoration: none;
}

    .rr-small-tr > tr > td {
        padding-top: 0px;
        padding-bottom: 0px;
    }
#mainPlace{
    margin-top: 50px;
}
.rr-side-width{
    width:90%;
}
.rr-breadcrumbs{
    margin-top: 20px;
    margin-bottom: 40px;
}

.rr-breadcrumbs > span > a {
    text-decoration: none;
}

.rr-step1-height{
    min-height: 700px;
}

.rr-breadcrumbs-btn {
    color: white;
    background-color: #8ebae5; /*#007BFF;*/
    vertical-align:middle;
    font-size: 14px;
    width: 140px;
    height: 52px;
    padding-top: 17px;
    padding-bottom: 21px;
    text-align: center;
    display: inline-block;
}

.rr-instrument {
    display: flex;
    width: 400px;
    border-radius: 20px;
    margin: 0px 25px 0px 25px;
    transition: 0.5s;
}
.rr-instrument > img {
    height: auto;
    width: 100%;
    max-height: 344px;
}
.rr-instrument:hover {
    transform: scale(1.1);
}
.rr-btn-explore {
    background-color: #F39200;
    color: white;
    text-align: center;
    border-radius: 15px;
    height: 50px;
    font-weight:700;
    border: none;
    padding: 0px 80px;
}
.rr-btn-like-icon {
    font-size: 30px;
    height: 40px;
    width: 40px;
    border: none;
    border-radius: 30px;
    color: #0179C0;
    background-color: white;
    margin-right: 5px;
    text-align:center;
}
    .rr-btn-like-icon :hover {
        color: white;
        background-color: #0179C0;
    }

.rr-btn-unlocked {
    color: white;
    max-height: 60px;
    max-width: 60px;
    min-height: 60px;
    min-width: 60px;
    /*margin: 0px 10px;*/
    border: none;
    border-radius: 40px;
    text-align: center;
    display:flex;
    justify-content: center;
    align-items:center;
}
    .rr-btn-unlocked:hover {
        transform: scale(1.1);
    }

.rr-step4-icon-hover:hover {
    transform: scale(1.1);
}

.rr-btn-modal {
    color: white;
    max-height: 50px;
    max-width: 50px;
    min-height: 50px;
    min-width: 50px;
    padding: 0px;
    border: none;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.3;
}
#btn-dead-vol:disabled {
    opacity: 0.3;
}

.rr-btn-modal.active {
    opacity: 1;
}

.rr-shevron {
    max-width: 150px;
    max-height: 96px;
    min-height: 96px;
    min-width: 150px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid white;
    background-color: #8A5505;
    margin-bottom: -55px;
}
    .rr-shevron:after {
        content: "";
        height: 0;
        width: 0;
        position: inherit;
        left: 0;
        bottom: -35px;
        border-top: 35px solid #8A5505;
        border-left: 74px solid transparent;
        border-right: 74px solid transparent;
        margin-top:-6px;
    }

.rr-shevron-green {
    max-width: 150px;
    max-height: 96px;
    min-height: 96px;
    min-width: 150px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid white;
    background-color: #1A652B;
    margin-bottom: -55px;
}

    .rr-shevron-green:after {
        content: "";
        height: 0;
        width: 0;
        position: inherit;
        left: 0;
        bottom: -35px;
        border-top: 35px solid #1A652B;
        border-left: 74px solid transparent;
        border-right: 74px solid transparent;
        margin-top: -6px;
    }

.rr-shevron-purpure {
    max-width: 150px;
    max-height: 96px;
    min-height: 96px;
    min-width: 150px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid white;
    background-color: #601A5A;
    margin-bottom: -55px;
}

    .rr-shevron-purpure:after {
        content: "";
        height: 0;
        width: 0;
        position: inherit;
        left: 0;
        bottom: -35px;
        border-top: 35px solid #601A5A;
        border-left: 74px solid transparent;
        border-right: 74px solid transparent;
        margin-top: -6px;
    }

.rr-shevron-red {
    max-width: 150px;
    max-height: 96px;
    min-height: 96px;
    min-width: 150px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid white;
    background-color: #841313;
    margin-bottom: -55px;
}

    .rr-shevron-red:after {
        content: "";
        height: 0;
        width: 0;
        position: inherit;
        left: 0;
        bottom: -35px;
        border-top: 35px solid #841313;
        border-left: 74px solid transparent;
        border-right: 74px solid transparent;
        margin-top: -6px;
    }
.rr-step4-main-place{
    height: 450px;
}
/*------------------------------------------------------------------------------------------------*/
/* 992 - 1200 px [Small Desktop]*/
@media screen and (max-width: 1600px) {
    .rr-step4-main-place {
        height: 280px;
    }
    .rr-step1-height {
        min-height: 400px;
    }
    .rr-breadcrumbs {
        margin-top: 5px;
        margin-bottom: 25px;
    }
    .rr-logo-home {
        height: 120px;
        width: 200px;
        margin-top: 80px;
        margin-bottom: 70px;
    }
    .rr-menu-item {
        border-radius: 50px;
        display: inline-flex;
        width: 500px;
        margin-bottom: 30px;
    }
    .rr-menu-item-text-blue {
        font-size: 24px;
    }
    .rr-menu-item-text-grey {
        font-size: 12px;
    }
    .rr-navigation {
        width: 130px;
    }
    .rr-div-with-home-lincs {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .rr-logo {
        height: 80px;
        width: 150px;
        margin-top: 0px;
        margin-bottom: 15px;
    }
    .rr-compare-scroll {
        height: 330px;
    }
    /*#rightside {
        height:450px;
    }

    #leftside {
        height: 450px;
    }*/
    
    .rr-table-scroll {
        height: 500px!important;
    }
        .rr-home-link {
            margin-top: 20px;
            margin-bottom: 15px;
        }
        .rr-nav-item {
            margin-bottom: 15px;
        }

        .rr-div-with-home-lincs {
            margin-top: 15px;
            margin-bottom: 0px;
        }
    #mainPlace{
        margin-top: 15px;
    }

    .suppliers-scroll {
        max-height: 50%;
    }
    .rr-instrument{
        height:300px;
            padding-left:5%;
            padding-right:5%;
    }

        .rr-instrument > img {
            max-height: 250px;
        }
}
/* 768 - 992 px [Tablet]*/
@media screen and (max-width: 992px) {
}
/* 576px - 768px [Large Mobile]*/
@media screen and (max-width: 768px) {
}
/* 480px - 576px [Medium Mobile]*/
@media screen and (max-width: 576px) {
}
/* 320px - 479px [Small Mobile]*/
@media screen and (max-width: 479px) {
}