﻿

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }



/* Arrows CSS */

.arrow-steps .step {
    font-size: 14px;
    text-align: center;
    color: #666;
    cursor: default;
    margin: 0 3px;
    padding: 12px 10px 12px 0px;
    min-width: 180px;
    float: left;
    position: relative;
    background-color: #d9e3f7;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color 0.2s ease;
}

.arrow-steps .step:after,
.arrow-steps .step:before {
    content: " ";
    position: absolute;
    top: 0;
    right: -17px;
    width: 0;
    height: 0;
    border-top: 26px solid transparent;
    border-bottom: 27px solid transparent;
    border-left: 17px solid transparent;
    z-index: 2;
    transition: border-color 0.2s ease;
}

.arrow-steps .step:before {
    right: auto;
    left: 0;
    border-left: 17px solid #fff;
    z-index: 0;
}

.arrow-steps .step:first-child:before {
    border: none;
}

.arrow-steps .step:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.arrow-steps .step span {
    position: relative;
}

.arrow-steps .step span:before {
    opacity: 0;
    content: "✔";
    position: absolute;
    top: -2px;
    left: -20px;
}

.arrow-steps .step.done span:before {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease 0.5s;
    -moz-transition: opacity 0.3s ease 0.5s;
    -ms-transition: opacity 0.3s ease 0.5s;
    transition: opacity 0.3s ease 0.5s;
}

.arrow-steps .step.current {
    color: #fff;
    background-color: #23468c;
}

.arrow-steps .step.current:after {
    border-left: 17px solid #23468c;
}


/* ----------------- ACTIVE ---------------- */


.ddactive {
    background-color:#00335C !important;
    color:#FFFFFF !important;

}

.ddactive:after {
    border-left:17px solid #00335C !important;
}


.viewingactive {
    background-color: #004579 !important;
    color: #FFFFFF !important;
}

.viewingactive:after {
     border-left: 17px solid #004579 !important;
}


.offeractive {
    background-color: #005AA2 !important;
    color: #FFFFFF !important;
}

.offeractive:after {
    border-left: 17px solid #005AA2 !important;
}



.followupactive {
    background-color: #006493 !important;
    color: #FFFFFF !important;
}

.followupactive:after {
    border-left: 17px solid #006493 !important;
}



.purchaseactive {
    background-color: #006F86 !important;
    color: #FFFFFF !important;
}

.purchaseactive:after {
    border-left: 17px solid #006F86 !important;
}



.defaultinactive {
    background-color: #C6C6C6 !important;
    color: #000000 !important;
}

.defaultinactive:after {
    border-left: 17px solid #C6C6C6 !important;
}





/* ----------------- SELECTED ---------------- */
.classselected {
    background-color: #FFFFFF !important;
    color: #000000 !important;
    border-bottom: 1px solid #6D88A2;
    border-top: 1px solid #6D88A2;
}

    .classselected:after {
        border-left: 17px solid #FFFFFF !important;
  
    }

.classselected:hover {
    transform: scale(0.9);
}

.classselected:hover:after {
    transform: scale(0.9) !important;
    z-index: 1000 !important;
}

.classselected:hover:before {
    transform: scale(0.9) !important;
    z-index: 1000 !important;
}

/* ----------------- PIPE ---------------- */

.box {
    display: flex;
    width: 10%;
    height:28px;
}

.due-diligence {
    border: 1px solid black;
    background-color: #00335C;
    color: white;
}

.viewing {
    border: 1px solid black;
    background-color: #00447B;
    color: white;
}

.offer {
    border: 1px solid black;
    background-color: #0058A1;
    color: white;
}

.follow-up {
    border: 1px solid black;
    background-color: #006691;
    color: white;
}

.purchase {
    border: 1px solid black;
    background-color: #006F86;
    color: white;
}


.firstslot {
    width: 35%;
    padding-right: 5px;
    margin-top: 5px;

}

.secondslot {
    width: 30%;
    font-size:12px;
    text-align:left;

}

.thirdslot {
    width: 35%;
    padding-left: 5px;
    margin-top: 5px;
}

.badge {
    position: absolute !important;
    top: -5px;
    right: 0%;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    background-color: red;
    color: white;
    padding: 2px;
}



/* ----------------- MEDIA QUERY MOBILE ---------------- */

@media only screen and (max-width: 866px) {
    .hiddenmobile {
        display: none;
    }

    .arrow-steps {
        display: flex;

    }

    .arrow-steps .step {
        min-width:45px;
        padding:8px;
    }

    .arrow-steps .step:after {
        border-top: 20px solid transparent;
        border-bottom: 19px solid transparent;
    }
    .arrow-steps .step:before {
        border-top: 20px solid transparent;
        border-bottom: 19px solid transparent;
    }

    .firstslot {
        width: 100%;
        padding-left:10px;
    }

    .box {
        height: 23px;
    }
}



/* ----------------- MEDIA QUERY TABLET ---------------- */

@media screen and (max-width: 995px) and (min-width: 867px) {
    .hiddentab {
        display: none;
    }

    .arrow-steps {
        display: flex;
    }

    .arrow-steps .step {
        min-width: 150px;
        padding: 8px;
    }

    .arrow-steps .step:after {
        border-top: 20px solid transparent;
        border-bottom: 19px solid transparent;
    }

    .arrow-steps .step:before {
        border-top: 20px solid transparent;
        border-bottom: 19px solid transparent;
    }

    .box {
        height: 23px;
    }
}






.ddactive:hover {
    transform: scale(0.8);
}

    .ddactive:hover:after {
        transform: scale(0.99);
        top: 0px !important;
        right: -15.5px !important;
   
    }


.viewingactive:hover {
transform: scale(0.8);
}

    .viewingactive:hover:after {
        transform: scale(0.99);
        top: 0px !important;
        right: -15.5px !important;

    }


.offeractive:hover {
    transform: scale(0.8);
}

    .offeractive:hover:after {
        transform: scale(0.99);
        top: 0px !important;
        right: -15.5px !important;

    }

.followupactive:hover {
    transform: scale(0.8);
}

    .followupactive:hover:after {
        transform: scale(0.99);
        top: 0px !important;
        right: -15.5px !important;

    }


.purchaseactive:hover {
    transform: scale(0.8);
}
    .purchaseactive:hover:after {
        transform: scale(0.99);
        top: 0px !important;
        right: -15.5px !important;

    }


.defaultinactive:hover {
    transform: scale(0.8);
}

    .defaultinactive:hover:after {
        transform: scale(0.99);
        top: 0px !important;
        right: -15.5px !important;
  
    }






.hide {
    display: none;
}

.page {
    flex-direction:column !important;
}

button {
    background-color: #00335C;
    color: white;
    background: #00335C;
    border: none;
    padding: 10px 20px;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    border-radius: 12px;
    margin-bottom:10px;
}