﻿/* 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. */

#visi:hover{
    cursor: pointer;
}

#visi {
    float: right !important;
    margin-right: 6px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
    color: #28AFD0;
}

#crmda:hover{
    cursor: pointer;
}

#crmda:visited:hover {
    cursor: pointer;
}

/*#visi {
    padding-left: 5px;
    padding-top: 10px;
    color: #28AFD0;
}*/
.logBox {
    margin-top: 7vh;
}

.logo{
    max-width: 50%;
}

.extHeading{
    text-align:center;
    color: #37425d;
}

.Mainbtn {
    background-color: #28afd0;
    color: #37425d;
    margin-right: -15px;
    min-width: 150px;
}

.richText-help{
    display:none !important;
}

/*.btn:hover {
    background-color: #e3c136;
}
*/

.btn-yellow {
    background-color: #febe0f;
}

.extBod {
    background: url(../images/trianglify.svg) no-repeat center center fixed;
    background-size: cover;
}

.clinical {
    display: none;
}

.lnk:hover{
    cursor:pointer;
}

.ui-menu-item {
    background-color: white;
    list-style-type:none;
    padding-left: 10px;
    margin-left: -40px;
    max-width: 600px;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.mic{
    border-radius: 50%;
    max-width: 30px !important;
    background-color: red;
    min-width: 5px;
    margin-right: 0px;
    color: white;
    border-color: white;
}

.mic i {
    margin-left: -8px;
}

@media (max-width: 640px) {
    .mic i {
        margin-left: -6.5px;
    }
    .oms{
        margin:auto;
    }   
}
    .mic:hover {
        background-color: green;
    }

    /* Provide sufficient contrast against white background */
    a {
        color: #28afd0;
    }

    .btnMarg {
        margin-right: 10px;
    }

  /*  .btn-primary {
        color: #fff;
        background-color: #1b6ec2;
        border-color: #1861ac;
    }*/

    .ui-helper-hidden-accessible {
        display: none;
    }

    .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%;
    }

    body {
        /* Margin bottom by footer height */
        margin-bottom: 60px;
    }

    .footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        white-space: nowrap;
        line-height: 60px; /* Vertically center the text there */
    }

    /*TimeLine CSS*/

.timeline {
    position: relative;
    max-width: 1200px;
    /*margin: 0 auto;*/
}

    /* The actual timeline (the vertical ruler) */
    .timeline::after {
        content: '';
        /*position: absolute;*/
        width: 6px;
        background-color: white;
        top: 0;
        bottom: 0;
        left: 50%;
        margin-left: -3px;
    }

/* Container around content */
.cont {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    /*width: 50%;*/
}

    /* The circles on the timeline */
    .cont::after {
        content: '';
        position: absolute;
        width: 25px;
        height: 25px;
        /*right: -9px;*/
        background-color: white;
        border: 4px solid #FF9F55;
        top: 15px;
        border-radius: 50%;
        z-index: 1;
    }

/* Place the container to the left */
.left {
    left: 0;  
}

/* Place the container to the right */
.right {
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
    left: -16px;
}

/* The actual content */
.contentTime {
    padding: 20px 30px;
    background-color: white;
    position: relative;
    border-radius: 6px;    
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
    /* Place the timelime to the left */
    .timeline::after {
        left: 31px;
    }

    /* Full-width containers */
    .cont {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

        /* Make sure that all arrows are pointing leftwards */
        .cont::before {
            left: 60px;
            border: medium solid white;
            border-width: 10px 10px 10px 0;
            border-color: transparent white transparent transparent;
        }

    /* Make sure all circles are at the same spot */
    .left::after, .right::after {
        left: 15px;
    }

    /* Make all right containers behave like the left ones */
    .right {
        left: 0%;
    }
}

.clip{
    margin-bottom: 10px;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

    .active, .accordion:hover {
        background-color: #ccc;
    }

.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

.remRes{
    cursor: pointer;
}

.btn-default{
    background-color: #d4cece;
}