﻿html {
    overflow-y: scroll;
    font-size: 90%;
}



li a {
    white-space: nowrap;
}

.btn {
    white-space: normal;
}

.cardOuter {
    margin-bottom: 20px;
}

body {
    padding-right: 0 !important
}

.show { display: inline; }
.hide { display: none; }

.dropdown-menu a {
    cursor: pointer;
}
 
#overlay {
    position: fixed; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3); /* Black background with opacity */
    z-index: 20000; /* Specify a stack order in case you're using a different order for other elements */
}

#steps {
    width: 90%;
    padding: 0px;
    margin: 30px auto;
}

    #steps ul, #steps li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #steps ul {
        display: table;
        width: 100%;
    }

    #steps li {
        display: table-cell;
        position: relative;
    }

        #steps li a {
            cursor: pointer;
        }


        #steps li:first-child {
            width: 50px;
        }

            #steps li:first-child .step:before {
                content: none;
            }

    #steps .step {
        width: 40px;
        height: 40px;
        border: 2px solid;
        border-radius: 50%;
        border-color: transparent;
        line-height: 37px;
        font-size: 15px;
        text-align: center;
        color: #fff;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.3),0 1px 1px rgba(0,0,0,0.075);
        float: right;
    }

        #steps .step a {
            color: #fff;
        }

        #steps .step:nth-child(n+2) {
            margin: 0 0 0 100px;
            transform: translate(0, -4px);
        }

        #steps .step:before {
            height: 4px;
            display: block;
            background-color: #eee;
            position: absolute;
            content: '';
            border-radius: 5px;
            right: 45px;
            left: 5px;
            top: 50%;
        }

        #steps .step:after {
            display: block;
            transform: translate(-42px, 10px);
            color: #818698;
            content: attr(data-desc);
            font-weight: 400;
            font-size: 14px;
            line-height: 15px;
            min-width: 120px;
        }

        #steps .step.disabled {
            color: white;
            background: rgba(0,0,0,0.075) !important;
        }

        #steps .step.active {
            color: white;
            border: solid 1px #6d757d;
        }

            #steps .step.active:after {
                font-weight: 600;
                color: #000;
            }

        #steps .step.disabled:after {
            font-weight: 400;
            color: rgba(0,0,0,0.075);
        }


        #steps .step.complete {
            color: white;
        }

        .row-total{
            background-color: rgba(0,0,0,0.075);
            font-weight: bold;
        }

        .table-report
        {
            font-size: 80%;
        }

#overlay {
    position: fixed; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3); /* Black background with opacity */
    z-index: 20000; /* Specify a stack order in case you're using a different order for other elements */
}

#text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}


.form-group {
    margin-bottom: 0.2rem;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1140px;
    }
}

.card-mode
{
    cursor: pointer;
}

.card a
{
    color: #000;
    text-decoration: none;
}

.btn-primary:not(:disabled):not(.disabled).active {
    background-color: #0c4b8f !important;
}

#questionsAndAnswers 
{
    font-size: 90%;
}

.question-selected {
    color: #FFF !important;
    border-radius: 3px;
}

.question-selected div span
{
    color:#FFF !important;
}

.pillTopRight {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 150%;
    color: #FFF;
    font-weight: normal;
}

.app
{
    cursor: pointer;
}

.scrolling {
    overflow: auto;
    height: 380px;
    margin-right: 1px;
}

.badge {
    font-weight: normal;
    font-size: 80%;
    margin-right: 2px;
    border: 1px solid #007bff;
    cursor: pointer;
}

.badge-outline {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border: 1px solid #007bff;
}

.badge-active {
    background-color: #007bff !important;
    color: #FFF;
}

.box {
    background-color: #f5f5f5;
    border: solid 1px #e3e3e3;
    margin-left: 0px;
    margin-right: 0px !important;
}

.box a
{
    cursor: pointer;
    font-weight: bold;
}

.box ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.box ul
{
    margin-bottom: 5px;
}

.box ul li a{
    font-weight: normal;
}

#attributes p, .options p{
    font-weight: bold;
    margin-bottom: 0px;
}

.visible { display: block; }

a.attributeShowMore{
    cursor: pointer;
}

.modal-full {
    min-width: 100%;
    margin: 0;
}

    .modal-full .modal-content {
        min-height: 100vh;
    }

    a { cursor: pointer !important; }

.container-banner {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: #E5E8E8;
}

.quick-wrapper{
    margin-top: 10px;
}

.overflow {
    overflow-y: scroll;
    height: 400px;
}

.results-button:hover {
    color: #FFF;
}


.dropzone {
    width: 100%;
    height: 45px;
    padding: 10px;
    border: 1px dashed #969696;
}

.dragItem {
    width: 100%;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    display: inline;
    margin: 10px 2px 10px 0px;
    border-radius: 0.25rem;
}

.chartContainer {
    overflow: auto;
    overflow-y: hidden;
    width: 100%;
    background-color: rgba(203, 203, 203, 0.30);
}

.disableDropArea{
    background-color: #d1cfcf;
}

.chartWidget {
    position: relative;
    padding: 20px;
    border-radius: 8px;
    border: solid 1px #E4E9EF;
    background-color: #FFF;
}

.heart-icon {
    font-size: 14px;
}

.help-icon {
    font-size: 30px;
    color: black;
}

.isFav {
    color: red;
}

.options {
    padding-top: 5px;
    border-right: solid 1px #e3e3e3;
    font-size: 90%;
    }

.availableConsumerGroup {
    background-color: #EFEFEF;
    border-radius: 4px;
    margin: 0px;
    margin-bottom: 6px;
    padding: 5px 2px;
    font-size: 90%;
    cursor: pointer;
}

.dropzone-maintenance {
    padding: 10px;
    border: 1px dashed #707070;
    padding-bottom: 40px;
}

.andOrGroup {
    border: solid 1px #707070;
    border-top-width: 4px;
    padding: 5px;
    margin: 5px 0px;
}

    .andOrGroup-first
    {
        margin-left: 0px;
    }

    .andOrGroup .add-group, .andOrGroup .delete-group, .andOrGroup .btn-and, .andOrGroup .btn-or {
        font-size: 80%;
    }

    .ticket
    {
        font-size: 150%;
        font-weight: bold;
    }