﻿body, html {
    margin: 0;
    font-family: Calibri, sans-serif;
    font-size: 95%;
    background: #fff;
    color: #000;
}

.fitnessheader {
    background-color: #2d343b;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px 0px;
    color: #fff;
}
.AttachmentsIcon{
    position:relative;
    cursor:pointer;
    padding: 0px !important;
}
.TwoLineGrid {
    /*color: #149dff;*/
    padding-left: 4px;
    cursor: pointer;
    height: 20px;
    white-space: nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    margin-top: 5px;
}
label:hover .AttachmentsIcon:before{
    color:#149dff !important;
}
.AttachmentsIcon:before{
    color:#149dff !important;
    font-size:20px !important;
    content: "\f0c6";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
.EditIcon{
    position:relative;
    cursor:pointer;
    margin-left:-30px;
    margin-right:10px;
}
label:hover .EditIcon:before{
    color:#149dff !important;
}
.EditIcon:before{
    color:#495562 !important;
    font-size:15px !important;
    content: "\f040";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
.CalendarIcon{
    position:relative;
    cursor:pointer;
    margin-left:-30px;
    margin-right:10px;
}
.CalendarIcon:before{
    color:#495562 !important;
    font-size:15px !important;
    content: "\f073";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
.questionHeader {
    width: 100%;
    font-style: normal;
    font-weight: 600;
    background-color: #FFF;
    color: #ffab67;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 5%;
    height: 15vh;
    padding-left: 10%;
}

.angular-steps {
    position: inherit;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin: 10px;
    width: 50px;
    height: 50px;
    margin-top: 1px \9;
    line-height: normal;
    text-align: center;
    vertical-align: middle;
}

.headerText {
    font-size: 20px;
    letter-spacing: 1px;
}

.page-footer-toolbar {
    display: flex;
    align-items: center;
    padding-left: 10%;
    height: 90px;
    color: #fff;
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 5%;
    z-index: 1000;
    justify-content: flex-start;
    font-size: 12px;
    cursor: pointer;
}

    .page-footer-toolbar img:hover {
        transform: scale(1.5)
    }

.result-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    margin-top: 10px;
}

.private-portal-emailbtn {
    cursor: pointer;
    height: 70px;
    width: 300px;
    background-color: rgb(9,186,183);
    color: #fff;
    padding: 12px;
    width: 10%;
    font-size: 22px;
    border-radius: 4px;
    margin-right: 10px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.private-portal-playagainbtn {
    cursor: pointer;
    /* height: 70px; */
    width: 300px;
    background-color: #00a8a8;
    color: #fff;
    padding: 10px;
    width: 10%;
    font-size: 22px;
    border-radius: 4px;
    margin-right: 10px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}


.private-portal-nextbtn {
    cursor: pointer;
    display: flex;
    height: 70px;
    /*margin: 10px;*/
    text-align: center;
    border-radius: 50px;
    width: 300px;
    background: rgb(229,214,41) !important;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.1em;
    color: #000;
    border: 1px solid grey;
    font-size: 28px;
}

.private-portal-Submitbtn {
    cursor: pointer;
    outline: none;
    margin-top: 5%;
    display: flex;
    height: 70px;
    margin-top: 5%;
    text-align: center;
    border-radius: 50px;
    width: 300px;
    background: rgb(229,214,41) !important;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.1em;
    color: #000;
    border: 1px solid grey;
    font-size: 28px;
}

.textcircle {
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    text-align: center;
    display: flex;
    box-sizing: border-box;
    position: absolute;
    right: 1%;
    width: 50px;
    height: 50px;
    color: #000;
    font-weight: 500;
    background: #fff;
    font-size: 18px;
    border-radius: 50%;
    transition: border-color ease .28s;
}



.angular-steps .step {
    position: absolute;
    z-index: 1;
    width: 100%;
}



#fitness-table {
    border-collapse: separate;
    border-spacing: 40px 20px;
}

    #fitness-table tr {
        padding-bottom: 16px;
    }

    #fitness-table select {
        width: 10vw !important;
        border-radius: 5px;
        height: 5vh !important;
    }

    #fitness-table input {
        width: 100%;
        height: 5vh !important;
        border-radius: 5px;
        border: none;
        padding: 10px;
    }

    #fitness-table label {
        color: rgb(217,217,217);
        font-weight: 500;
    }

#personWt {
    width: 10vw !important;
}

.fitness-bar {
    width: 100%;
}

    .fitness-bar .fitness-bar-label {
        background: rgb(3, 164, 162);
        color: white;
        padding: 5px 20px;
    }

    .fitness-bar > div {
        float: left;
        padding: 10px;
        width: 100%;
        text-align: center;
        font-weight: 400;
        color: #fff;
        font-size: 10px;
        font-size: 20px;
    }

    .fitness-bar .fitness-bar-item {
        color: white;
        padding: 15px 20px;
    }

        .fitness-bar .fitness-bar-item a {
            position: relative;
            padding-right: 35px;
            color: white;
            color: #fff;
            text-decoration: none;
            white-space: nowrap;
            text-decoration: none;
        }

            .fitness-bar .fitness-bar-item a.bad:before {
                display: block;
                content: '';
                position: absolute;
                top: -45px;
                left: 50%;
                margin-left: -25px;
                transform: rotate(180deg);
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 40px 20px 0px 20px;
                border-color: #a1d6d5 transparent transparent transparent;
            }

            .fitness-bar .fitness-bar-item a.average:before {
                display: block;
                content: '';
                position: absolute;
                top: -45px;
                left: 50%;
                margin-left: -25px;
                transform: rotate(180deg);
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 40px 20px 0px 20px;
                border-color: #579e9d transparent transparent transparent;
            }

            .fitness-bar .fitness-bar-item a.good:before {
                display: block;
                content: '';
                position: absolute;
                top: -45px;
                left: 50%;
                margin-left: -25px;
                transform: rotate(180deg);
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 40px 20px 0px 20px;
                border-color: #004445 transparent transparent transparent;
            }

            .fitness-bar .fitness-bar-item a.verygood:before {
                display: block;
                content: '';
                position: absolute;
                top: -45px;
                left: 50%;
                margin-left: -25px;
                transform: rotate(180deg);
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 40px 20px 0px 20px;
                border-color: #021C1E transparent transparent transparent;
            }

.fit_summary {
    width: 100%;
    text-align: center
}

.fitness-summary {
    display: flex;
    border: 1px solid #d4d4d4;
    border-bottom: 0px;
}

.fitness-summary-value {
    width: 50%;
    padding: 10px;
    background: #fff;
    color: #fff;
    font-size: 16px;
}

.fitness-summary-label {
    width: 40% !important;
    padding: 20px;
    background: #f5f5f5;
    font-size: 18px;
    font-weight: 500;
    border-right: 1px solid #d4d4d4;
}

md-radio-button.md-default-theme.md-checked .md-off, md-radio-button.md-checked .md-off {
    border-color: #fff;
}

md-radio-button.md-default-theme .md-on, md-radio-button .md-on {
    background-color: #fff;
}

md-radio-button {
    margin-bottom: 30px;
    outline: none;
}

    md-radio-button .md-label {
        box-sizing: border-box;
        position: relative;
        display: inline-block;
        margin-left: 30px;
        margin-right: 0;
        vertical-align: middle;
        white-space: normal;
        text-align: center;
        pointer-events: none;
        width: auto;
        color: #000;
    }

    md-radio-button .md-off {
        width: 25px;
        height: 25px;
    }

    md-radio-button .md-on {
        width: 25px;
        height: 25px;
    }

md-checkbox {
    min-width: 25px;
    min-height: 25px;
    margin-bottom: 0px;
}

    md-checkbox .md-container {
        width: 25px;
        height: 25px;
    }

    md-checkbox.md-checked .md-icon {
        border: none;
        border-radius: 0%;
        background-color: #149dff;
    }

    md-checkbox .md-icon {
        box-sizing: border-box;
        transition: 240ms;
        position: absolute;
        top: 0;
        left: 0;
        width: 25px;
        height: 25px;
        border-width: 2px;
        border-style: solid;
        background: none;
        border-radius: 0px;
        border-color: #cecece;
    }

    md-checkbox .md-label {
        margin: 0px;
        margin-left: 30px;
    }

.Calculation-box {
    font-size: 1rem;
    width: 100%;
    padding: 10px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: rgba(2, 100, 111, 0.9);
}

label {
    /* font-weight: 500; */
    /* height: 60px; */
}

.city-score-box {
    width: 100%;
    background-color: #fff;
    color: grey;
    margin-top: 1%;
    text-align: center;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    letter-spacing: 0.1em;
}

md-checkbox.md-checked .md-icon:after {
    border-color: #fff;
    left: 9px;
    top: 3px;
    display: table;
    width: 7.67px;
    height: 14.33px;
}



.progress {
    height: 50px;
    margin-bottom: 0px;
    color: #fff;
    overflow: hidden;
    background-color: rgb(87, 158, 157);
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    padding: 0px 5px;
    font-size: 12px;
    line-height: 40px;
    color: #fff;
    text-align: right;
    background-color: #3c3f3f;
    /* -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15); */
    /* box-shadow: inset 0 -1px 0 rgba(0,0,0,.15); */
    /* -webkit-transition: width .6s ease; */
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.sronly {
    position: relative;
    width: 1px;
    font-weight: 500;
    height: 100%;
    text-align: right;
    padding: 5px;
    margin: -1px;
    /* overflow: hidden; */
    /* clip: rect(0,0,0,0); */
    /* border: 0; */
    /* color: #fff; */
}

.summary-table {
    width: 65%;
    margin-top: 1%;
    height: 100%;
    padding: 10px;
    padding-bottom: 0px;
    /*border: 1px solid #d4d4d4;*/
}

    .summary-table div {
        width: 100%;
        /*margin-bottom:6px;*/
    }

    .summary-table #membername {
        font-weight: bold;
        font-size: 20px;
    }

    .summary-table #fitnessscore {
        color: grey;
        font-size: 20px;
        padding-left: 10px;
    }

    .summary-table #scoreper {
        color: #00a8a8;
        font-size: 40px;
        padding-left: 10px;
        line-height: 1.2em;
    }

    .summary-table #levellbl {
        color: grey;
        font-size: 18px;
        /* padding-bottom: 10px; */
    }

    .summary-table #detail-header {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 20px;
        letter-spacing: 1px;
    }

.att_summary {
    width: 70% !important;
    border-bottom: 1px solid #d4d4d4;
}

#resultdiv {
    margin-bottom: 16px;
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    #fitness-table {
        width: 100%;
    }

    .Calculation-box {
    }

    .att_summary {
        width: 95% !important;
    }

    #resultdiv {
        margin-bottom: 22px;
    }

    #fitness-table select {
        width: 20vw !important;
        border-radius: 5px;
        height: 5vh !important;
    }

    #personWt {
        width: 20vw !important;
    }

    .private-portal-emailbtn {
        cursor: pointer;
        height: 70px;
        width: 180px !important;
        background-color: rgb(9,186,183);
        color: #fff;
        padding: 12px;
        width: 10%;
        font-size: 22px;
        border-radius: 4px;
        margin-right: 10px;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .private-portal-playagainbtn {
        cursor: pointer;
        height: 70px;
        width: 180px !important;
        background-color: rgb(71,192,138);
        color: #fff;
        padding: 12px;
        width: 10%;
        font-size: 22px;
        border-radius: 4px;
        margin-right: 10px;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .imgPrevious {
        width: 20vw;
        cursor: pointer;
    }

        .imgPrevious:hover {
            transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
        }

    .imgNext {
        width: 20vw;
        cursor: pointer;
    }

        .imgNext:hover {
            transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
        }

    md-radio-button {
        box-sizing: border-box;
        outline: none;
        display: block;
        margin-bottom: 20px;
        margin-top: 20px;
        white-space: nowrap;
        cursor: pointer;
        position: relative;
    }

        md-radio-button .md-label {
            box-sizing: border-box;
            position: relative;
            display: inline-block;
            margin-left: 30px;
            margin-right: 0;
            vertical-align: middle;
            white-space: normal;
            text-align: center;
            pointer-events: none;
            padding-left: 20px;
            width: auto;
            color: #fff;
            font-size: 35px;
        }

    .questionHeader {
        width: 100%;
        font-style: italic;
        font-weight: 500;
        background-color: #fff;
        color: #01617a;
        font-size: 38px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-top: 20%;
        height: 15vh;
        padding-left: 10%;
    }

    .summary-table, .att_summary {
        width: 95%;
    }
}

@media (min-width: 360px) and (max-width: 640px) and (orientation: portrait) {
    #fitness-table {
        width: 100%;
    }

    .summary-table #membername {
        font-weight: bold;
        font-size: 16px;
    }

    .summary-table #fitnessscore {
        color: grey;
        font-size: 16px;
        padding-left: 10px;
    }

    .summary-table #scoreper {
        color: #00a8a8;
        font-size: 18px;
        padding-left: 10px;
        line-height: 1.2em;
    }

    .fitness-bar > div {
        float: left;
        padding: 10px;
        width: 100%;
        text-align: center;
        font-weight: 400;
        color: #fff;
        font-size: 10px;
        font-size: 16px;
    }

    .private-portal-Submitbtn {
        cursor: pointer;
        outline: none;
        margin-top: 5%;
        display: flex;
        height: 35px;
        margin-top: 5%;
        text-align: center;
        border-radius: 50px;
        width: 150px;
        background: rgb(229,214,41) !important;
        justify-content: center;
        align-items: center;
        letter-spacing: 0.1em;
        color: #000;
        border: 1px solid grey;
        font-size: 16px;
    }

    .Calculation-box {
        font-size: 18px;
        width: 100%;
        padding: 10px;
        display: flex !important;
        justify-content: center;
        align-items: center;
        height: 100%;
        background-color: rgb(15,92,107);
    }

    .questionHeader {
        width: 100%;
        font-style: normal;
        letter-spacing: 1px;
        padding: 10px;
        font-weight: 500;
        background-color: #fff;
        color: #01617a;
        color: #ffab67;
        font-size: 16px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-top: 12%;
        padding-left: 5%;
    }

    #imgPrevious {
        width: 15vw;
    }

    #imgNext {
        width: 15vw;
    }

    md-radio-button {
        box-sizing: border-box;
        outline: none;
        display: block;
        margin-top: 16px;
        margin-bottom: 0px;
        white-space: nowrap;
        cursor: pointer;
        position: relative;
    }

        md-radio-button .md-off {
            box-sizing: border-box;
            border-color: #d1d1d1 !important;
            position: absolute;
            top: 0;
            left: 0;
            width: 20px;
            height: 20px;
            border-style: solid;
            border-width: 2px;
            border-radius: 50%;
            transition: border-color ease .28s;
            background: none;
        }

        md-radio-button .md-label {
            font-size: 18px;
        }

        md-radio-button .md-on {
            width: 20px;
            height: 20px;
        }

        md-radio-button .md-container {
            width: 20px;
            height: 20px;
        }

    #fitness-table select {
        width: 100% !important;
        border-radius: 5px;
        height: 4vh !important;
    }

    .summary-table, .att_summary {
        width: 100% !important;
    }

    .fitness-summary-label {
        width: 30% !important;
        padding: 20px;
        background: #f5f5f5;
        font-size: 14px;
        border-right: 1px solid #d4d4d4;
    }

    .fitness-summary-value {
        width: 70% !important;
        padding: 10px;
        background: #fff;
        color: #fff;
        font-size: 16px;
    }

    .btn-agile {
        background: #00a8a8;
        color: #fff;
        padding: 12px 10px;
        /* border-radius: 30px; */
        /* text-transform: uppercase; */
        font-weight: 600;
        font-size: 13px;
        letter-spacing: 1px;
        width: 100% !important;
        border: 1px solid #00a8a8;
    }

    .city-score-box {
        width: 100%;
        background-color: #fff;
        color: grey;
        margin-top: 5%;
        text-align: center;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        letter-spacing: 0.1em;
    }

    .result-footer {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 70%;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .fitness-bar .fitness-bar-item a.bad:before {
        display: block;
        content: '';
        position: absolute;
        top: 2px;
        left: auto;
        margin-left: -25px;
        transform: rotate(270deg);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 20px 0px 20px;
        border-color: #fff transparent transparent transparent;
    }

    .fitness-bar .fitness-bar-item a.average:before {
        display: block;
        content: '';
        position: absolute;
        left: auto;
        top: 2px;
        margin-left: -25px;
        transform: rotate(270deg);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 20px 0px 20px;
        border-color: #fff transparent transparent transparent;
    }

    .fitness-bar .fitness-bar-item a.good:before {
        display: block;
        content: '';
        top: 2px;
        position: absolute;
        left: auto;
        margin-left: -25px;
        transform: rotate(270deg);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 20px 0px 20px;
        border-color: #fff transparent transparent transparent;
    }

    .fitness-bar .fitness-bar-item a.verygood:before {
        display: block;
        content: '';
        top: 2px;
        position: absolute;
        left: auto;
        margin-left: -25px;
        transform: rotate(270deg);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 20px 0px 20px;
        border-color: #fff transparent transparent transparent;
    }


    .summary-table #levellbl {
        color: grey;
        font-size: 16px;
        /* padding-bottom: 10px; */
    }

    .summary-table #detail-header {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 18px;
        letter-spacing: 1px;
    }


    md-checkbox .md-label {
        font-size: 20px;
        margin: 0px;
        margin-left: 60px;
        /* padding-top: 30px; */
        color: #fff;
    }

    md-checkbox .md-container {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        box-sizing: border-box;
        display: inline-block;
        width: 25px;
        height: 25px;
        left: 0;
        right: auto;
    }

    md-checkbox {
        box-sizing: border-box;
        display: grid;
        margin-bottom: 20px;
        white-space: nowrap;
        cursor: pointer;
        outline: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        position: relative;
        min-width: 25px;
        min-height: 25px;
        margin-left: inherit;
        margin-right: 16px;
    }

        md-checkbox .md-icon {
            box-sizing: border-box;
            transition: 240ms;
            position: absolute;
            top: 0;
            left: 0;
            width: 25px;
            height: 25px;
            background: none;
            border-width: 2px;
            border-style: solid;
            border-radius: 0px;
            border-color: #777;
        }

        md-checkbox.md-checked .md-icon {
            border: none;
            border-radius: 0%;
            background-color: #149dff;
        }

        md-checkbox .md-label {
            font-size: 100%;
            margin: 0px;
            margin-left: 24px;
            height: 25px;
            color: #000;
        }

        md-checkbox.md-checked .md-icon:after {
            display: table;
            width: 7.67px;
            height: 14.33px;
        }
}


/*Fitness  form*/

.about-main {
    background: rgb(15,92,107);
    padding: 4em;
    width: 70%;
}


h3.subheading-w3-agile {
    font-size: 40px;
    margin-bottom: 1em;
    text-align: center;
    color: #fff;
}



mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

select.form-control:not([size]):not([multiple]) {
    /*height: calc(2.25rem + 2px);*/
    height: 100%;
}

.btn-agile {
    background: #00a8a8;
    color: #fff;
    padding: 12px 10px;
    /* border-radius: 30px; */
    /* text-transform: uppercase; */
    font-weight: 600;
    letter-spacing: 1px;
    border: 1px solid #00a8a8;
}

.form-label {
    font-weight: 600;
    color: #111;
    padding: 10px 0px 5px 0px;
    font-family: 'Calibri Light';
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.5rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
        display: flex;
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .container {
        width: 95%;
    }

    .form-label {
        margin: 5px;
        color: #ffab67;
        padding-right: 10px;
        width: 80px;
    }

    #personWt {
        width: 17vw !important;
    }
}

@media screen and (max-width: 991px) {
    .about-main {
        padding: 2em 2em;
        width: 64%;
    }

    .form-label {
        margin: 5px;
        color: #ffab67;
        padding-right: 10px;
        width: 80px;
    }

    #personWt {
        width: 17vw !important;
    }
}

@media screen and (max-width: 480px) {
    .about-main {
        width: 90%;
    }

    .form-label {
        margin: 5px;
        color: #ffab67;
        padding-right: 10px;
        width: 80px;
    }

    #personWt {
        width: 17vw !important;
    }
}

@media screen and (max-width: 384px) {
    .about-main {
        width: 100%;
        padding: 0.5em;
    }
}

@media screen and (max-width: 1080px) {
    h3.subheading-w3-agile {
        font-size: 30px;
    }
}

@media screen and (max-width: 568px) {
    h3.subheading-w3-agile {
        font-size: 26px;
    }

    .form-label {
        margin: 5px;
        color: #ffab67;
        padding-right: 10px;
        width: 80px;
    }

    #personWt {
        width: 17vw !important;
    }
}
/*Login Region*/
.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
}

.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
}

.login-go-button {
    width: 80px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #149DFF;
}

    .login-go-button:hover {
        background: #0382dd;
        cursor: pointer;
    }

#user-business {
    margin: 5px;
    width: 100%;
}

#business-row {
    border-bottom: 1px solid #cecece
}

#business-column1 {
    width: 70%;
    padding: 5px;
}

#business-column2 {
    width: 30%;
    padding: 5px;
}

#data-primary {
    color: #000;
    font-weight: bold;
    white-space: normal;
}

#data-secondary {
    color: dimgray;
    font-size: 12px;
    white-space: normal;
}

.login-container {
    background-color: #012233;
    width: 100vw;
    height: 100vh;
}

.login-modal-content {
    box-shadow: none !important;
    border: none;
    color: #fff;
    width: 400px;
    margin: 0 auto;
}

.login-content {
    background-color: #ffffff;
    box-shadow: none !important;
    border: none;
    color: #fff;
    margin: 0 auto;
    padding: 20px;
}

.login-modal-header {
    padding: 20px;
}

.login-modal-body {
    position: relative;
}

.login-triangle {
    width: 0;
    height: 0;
    margin: 0 auto;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid hsl(0, 0%, 100%);
}

.signin-button {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fff;
    text-decoration: none;
    width: 100px;
    height: 40px;
    background: #149DFF;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 1px;
    margin-right: 1px;
    border: 1px solid #149DFF;
    text-transform: capitalize;
}

    .signin-button:hover {
        background: #0465c7;
    }

input[type=search] {
    color: #000;
    padding-left: 5px;
    padding-right: 5px;
    height: 28px;
    line-height: 18px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #cecece;
    background: #FFF;
    width: 100%;
    min-width: 30%;
    margin-right: 10px;
    font-family: inherit;
    border-radius: 3px;
}

input[type=text], input[type=email], input[type=password], select {
    color: #000;
    font-size: inherit;
    padding: 5px;
    padding-left: 5px;
    padding-right: 5px;
    height: 32px !important;
    line-height: 18px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #cecece;
    background: #FFF;
    border-radius: 3px !important;
    font-size: inherit;
    margin-right: 10px;
    padding: 5px;
    font-family: inherit;
}

textarea {
    color: #000;
    padding-left: 5px;
    padding-right: 5px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #cecece;
    background: #FFF;
    border-radius: 0px;
    font-size: inherit;
    margin-right: 10px;
    padding: 5px;
    border-radius: 3px !important;
    font-family: inherit !important;
    font-size: inherit !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    border-radius: 0px;
    width: 300px;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 2px 0 0;
    margin: 2px 0 0;
    font-family: inherit;
    font-size: inherit;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

    .dropdown-menu > li > a {
        display: block;
        padding: 5px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #000;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #9E9E9E;
        outline: 0;
        font-family: 'Nunito', sans-serif,Calibri,Segoe UI !important;
    }

select {
    padding-left: 0px;
}

input[type=checkbox] {
    color: #000;
    height: 20px !important;
    width: 20px !important;
    min-height: 20px !important;
    /*margin: 0px !important;// Commented for multi select dropdown with checkboxes
    padding: 5px !important;*/
    min-width: 20px !important;
    border-radius: 0px !important;
}

input:focus {
    outline: none;
}

.form-control:focus {
    outline: none;
}

.client-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    float: left;
    padding: 2px;
    background: transparent;
    color: #fff;
}

.md-button.mddropdown {
    overflow: visible;
}

.mddropdown .mddropdown-menu {
    max-width: 0;
    position: absolute;
    top: 100%;
    margin: 0;
    padding: 15px;
    opacity: 0;
    color: #000;
    overflow: hidden;
    background-color: #fff;
    list-style: none;
    transition: min-width 0.2s ease-in-out, left 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

    .mddropdown .mddropdown-menu .md-button {
        border-radius: 0;
        margin: 0;
        padding: 0px 10px;
        color: #333;
        text-align: left;
        font-size: 110%;
    }

.mddropdown.active .mddropdown-menu {
    max-width: 320px;
    width: 320px;
    margin-top: 10px;
    top: 30px;
    z-index: 1;
    opacity: 1;
    position: absolute;
    right: 0;
}

.signin-user-popup {
    border-bottom: 1px solid #cfcfcf;
    padding: 0px 0px 15px;
}

    .signin-user-popup #title {
        font-size: 100%;
        font-weight: 500;
        color: #000;
        text-align: left;
        width: 100%;
        padding: 10px 0px 5px;
    }

    .signin-user-popup #img {
        border-radius: 50%;
        height: 70px;
        width: 70px;
        padding: 0px;
        border: 1px solid #f5f5f5;
    }

    .signin-user-popup #name {
        color: #000;
        font-size: 120%;
    }

    .signin-user-popup #email {
        color: #777;
        font-size: 85%;
        margin: 0px;
    }

    .signin-user-popup #edit {
        color: #149dff;
        font-size: 85%;
        margin: 0px;
        cursor: pointer;
    }

.ie-shortcut-button {
    border-radius: 5px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 30px;
    color: #2b2b2b;
    border: 1px solid #149DFF;
    cursor: pointer;
    margin: 5px;
    text-transform: capitalize;
}

    .ie-shortcut-button:hover {
        background: #149DFF;
        border-color: #149DFF;
        color: #FFF;
    }

.ReportLabel:hover {
}

    .ReportLabel:hover span {
        color: #fff;
    }

    .ReportLabel:hover label {
        color: #fff;
    }

.ReportLabel {
    margin: 20px;
    cursor: pointer;
    width: 13rem;
    height: auto;
    padding: 5px;
    text-align: center;
    border: 1px solid rgba(158, 158, 158, 0.54);
    background: #012233;
}

.ReportLabelTopRow {
    padding-top: 20px;
}

.ReportLabel span {
    margin: 10px;
    font-size: 40px;
    color: #fff;
}

.LabelTitle {
    font-size: 120%;
    font-weight: 600;
    color: #fff;
}

.LabelDescription {
    color: #fff;
    text-align: center;
    font-style: italic;
    white-space: normal;
    padding-left: 5px;
    padding-right: 5px;
}

td label {
    font-weight: normal;
}

label {
    color: #000;
    text-align: left;
    margin: 2px;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.toolbar {
    width: 100%;
    height: 45px;
    background: #c6dbe3;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: black;
}

    .toolbar div {
        display: flex;
        align-items: center;
    }

    .toolbar #icon {
        height: 100%;
        width: auto;
        display: inline-grid;
        line-height: 15px;
        width: 130px;
        margin: 0px;
        min-height: auto;
        font-size: 11px;
        text-transform: capitalize;
        border-radius: 0%;
        border-right: 1px solid #e4e4e4;
        cursor: pointer;
        padding: 5px;
        padding-top: 8px;
        font-weight: normal;
    }

.buttonspan {
    padding-left: 5px;
}

.page-header {
    margin: 0px;
    height: 55px;
    background: #0065AD;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0px 0px 0px;
    border: none;
}

    .page-header div {
        display: flex;
        align-items: center;
    }

.page-title {
    font-size: 125%;
    font-weight: 500;
    margin-right: 10px;
    margin-left: 10px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.page-header label {
    color: #fff;
}

.page-client-name {
    font-size: 130%;
    font-weight: 200;
    margin-right: 20px;
    margin-left: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0px 10px;
    line-height: 1.5px;
}

.ff-ui-grid-header {
    background: #012233;
    height: inherit;
}

    .ff-ui-grid-header .ui-grid-cell-contents {
        display: flex;
        width: 100%;
        flex-direction: row;
        align-items: flex-start;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        white-space: normal;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        /* overflow: hidden; */
        height: 100%;
        min-height: 30px;
        justify-content: flex-start;
        color: #fff;
        text-transform: capitalize;
        font-weight: 500;
    }

.ff-ui-grid-header-fixed {
    background: #012233;
    height: 35px;
}

    .ff-ui-grid-header-fixed .ui-grid-cell-contents {
        display: flex;
        width: 100%;
        flex-direction: row;
        align-items: center;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        white-space: normal;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        /* overflow: hidden; */
        height: 100%;
        min-height: 30px;
        justify-content: flex-start;
        color: #fff;
        text-transform: capitalize;
        font-weight: 500;
    }

.ie-primary-button {
    border-radius: 3px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    width: fit-content !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fff;
    text-decoration: none;
    width: 100px;
    height: 30px;
    background: #149DFF;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid #149DFF;
    text-transform: capitalize;
    cursor: pointer;
}
    .ie-primary-button:hover {
        background: #0465c7;
    }

/*.ie-primay-button:hover {
    color: #fff;
    background: rgb(9,186,183);*/
    /*background: #0065AD;*/
    /*border: none;
}*/

.ie-medium-transparent-button {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #149DFF;
    text-decoration: none;
    width: 100px;
    height: 30px;
    background: transparent;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 1px;
    margin-right: 1px;
    border: 1px solid #149DFF;
    text-transform: capitalize;
}

    .ie-medium-transparent-button:hover {
        background: #149DFF;
        color: #fff;
    }

.ie-modal-dialog {
    left: 0;
    position: fixed;
}

.ie-modal-content {
    border-radius: 0px;
    color: #fff;
    width: 100vw;
    height: 100vh;
    background: #e7e8ea;
    color: black;
}


.ie-modal-header {
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    align-items: center;
    background-color: #012233;
    height: 60px;
    display: flex;
    justify-content: space-between;
}

.ie-modal-footer {
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    background: #012233;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ie-small-modal-footer {
    padding: 5px;
    border-top: 1px solid #d2d2d2;
    background: #f2f2f2;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ie-modal-header label {
    color: white;
    font-size: 20px;
}

.ie-modal-body {
    position: relative;
    padding: 0px;
    max-height: calc(100vh - 105px);
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    background: #e7e8ea;
}

.ie-label {
    font-weight: 600;
    color: #656565;
}

.PopupMainDiv {
    color: #333;
    width: 100vw;
    height: 100vh;
    background: #fff;
    left: 0;
}

    .PopupMainDiv label {
    }

.popUpHeader {
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    align-items: center;
    background-color: #012233;
    height: 50px;
    display: flex;
    justify-content: space-between;
}

    .popUpHeader div {
        float: left;
        margin: 5px;
    }

.ie-small-modal-header {
    background: #0065AD;
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    color: #fafafa;
    justify-content: space-between;
}

    .ie-small-modal-header label {
        font-size: 150%;
        color: #fafafa;
        font-weight: 100;
    }

.ie-small-modal-error {
    background: #9E9E9E;
    color: #fff;
    height: 40px;
    display: flex;
    justify-content: space-between;
}

    .ie-small-modal-error label {
        color: #fff;
    }

.ie-small-modal-error-button:hover {
    color: #149DFF;
    background: #f5f5f7;
    border: none;
}

.ie-small-modal-error-button {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fff;
    text-decoration: none;
    width: 50px;
    height: 30px;
    background: transparent;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 1px;
    margin-right: 1px;
    border: 1px solid #fff;
    text-transform: capitalize;
    border-radius: 5px;
}

.ie-plain-button:hover {
    color: #0065AD;
    background: transparent;
    border-color: #149dff;
}

.ie-plain-button {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #149dff;
    text-decoration: none;
    height: 30px;
    min-width: 100px;
    border: 1px solid #149dff;
    background: transparent;
    cursor: pointer;
    margin-top: 5px;
    border-radius: 3px;
    margin-bottom: 5px;
    margin-left: 1px;
    margin-right: 1px;
    text-transform: capitalize;
    width: fit-content;
}

    .ie-plain-button span {
        font-size: 13px !important;
    }

.ie-footer-button:hover {
    color: #fff;
    background: #149dff;
    border-color: #149dff;
}

.ie-footer-button {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fafafa;
    text-decoration: none;
    height: 30px;
    width: auto;
    min-width: 100px;
    border: 1px solid #fafafa;
    background: transparent;
    cursor: pointer;
    margin-top: 5px;
    border-radius: 3px;
    margin-bottom: 5px;
    margin-left: 1px;
    margin-right: 1px;
    text-transform: capitalize;
}

    .ie-footer-button span {
    }

.linkText {
    color: #149dff;
    cursor: pointer !important;
    font-weight: normal;
    white-space: nowrap;
}

.GreyText {
    color: grey;
    /*width: 90%;*/
    margin: 10px;
}

.GroupTitle {
    color: #cf000f !important;
    font-weight: 600 !important;
   /* font-size: 15px;*/
    margin-bottom: 5px;
    /*align-self: start;*/
    text-transform: capitalize;
}
.EditIcon{
    position:relative;
    cursor:pointer;
    margin-left:-24px;
    margin-right:10px;
}
label:hover .EditIcon:before{
    color:#6a6a6a !important;
}
.EditIcon:before {
    color: #6a6a6a !important;
    font-size: 13px !important;
    content: "\f040";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
.circle-box{
    width:10px;
    height:10px;
    border:1px solid #000;
    border-radius:50%;
    background:#000;
}
.ie-import-button {
    background-size: contain;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/Import.png);
    cursor: pointer;
    margin-top: 20px;
    margin-right:10px;
}

.ie-import-button:hover {
    background-image: url('../../resources/images/import_active.png');
}


.RemoveIcon {
    position: relative;
    cursor: pointer;
    color: darkred;
    padding-left: 0px !important;
}

    .RemoveIcon:before {
        color: #6a6a6a !important;
        font-size: 18px !important;
        content: "\f014";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
    }

.gridCellColor {
    background: #FFC7CE !important;
    color: #000 !important;
}

.gridCellColorEnd {
    border-right: 10px #FFC7CE solid !important;
}

input[type=text], input[type=email], input[type=password], select {
    color: #000;
    font-size: inherit;
    padding: 5px;
    padding-left: 5px;
    padding-right: 5px;
    height: 32px !important;
    line-height: 18px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #cecece;
    background: #FFF;
    border-radius: 3px !important;
    font-size: inherit;
    margin-right: 10px;
    padding: 5px;
    font-family: inherit;
}

.btn-header {
    /* color: #fff; */
    border: 1px solid #fff;
    border-radius: 15px;
    background-color: transparent;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 5px;
    margin-right: 5px;
    height: 30px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.btn-header-plain {
    color: #fff;
    border: none;
    border-radius: 15px;
    background-color: transparent;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 5px;
    margin-right: 5px;
    height: 30px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.btn-header-active {
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    height: 30px;
    border-right: 1px solid #C6DBE3;
    background: #1A3847 !important;
    cursor: pointer;
}

.btn-header-plain:hover, .btn-header-plain:focus, .btn-header-plain.focus, .btn-header-plain:active, .btn-header-plain.active {
    background: #149dff;
    border-color: #149dff;
    cursor: pointer;
    color: #fff;
}

.btn-header:hover, .btn-header:focus, .btn-header.focus, .btn-header:active, .btn-header.active {
    background: #149dff;
    border-color: #149dff;
    cursor: pointer;
    color: #fff;
}

.btn-header-user-button {
    color: rgb(255, 255, 255);
    background: transparent;
    border: none;
    text-transform: capitalize;
    font-weight: normal;
    padding: 0px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    margin: 0px;
}

.btn-header-user-img {
    border-radius: 50%;
    height: 100%;
    width: 100%;
    padding: 0px;
    border: 1px solid #04324a;
}

md-radio-button.md-default-theme.md-checked .md-off, md-radio-button.md-checked .md-off {
    border-color: rgb(20, 157, 255);
}

md-radio-button.md-default-theme .md-on, md-radio-button .md-on {
    background-color: rgb(20, 157, 255);
}

.ie-add-new-button:hover label {
    text-decoration: none;
    color: #fff !important
}

.ie-add-new-button:hover {
    text-decoration: none;
    color: #fff !important;
    background: #0078D7;
}

.ie-add-new-button:active {
    text-decoration: none;
    color: #fff !important;
    background: #0078D7;
}

.ie-add-new-button:disabled {
    text-decoration: none;
    color: #fff !important;
    background: #0078D7;
}

.ie-add-new-button active {
    text-decoration: none;
    color: #fff !important;
    background: #0078D7;
}

.ie-add-new-button {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    font-size: inherit;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #149dff;
    text-decoration: none;
    height: 30px;
    background: transparent;
    border: 1px solid #149dff;
    cursor: pointer;
    margin-left: 1px;
    margin-right: 1px;
    font-weight: normal;
    text-transform: capitalize;
    min-width: 100px !important;
    border-radius: 3px !important;
}

    .ie-add-new-button label {
        color: #149dff;
        margin: 0px;
        margin-top: 5px;
        margin-bottom: 5px;
        font-weight: normal;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0px;
}

.modal-content {
    background-color: #fff;
    border: none;
    border-radius: 0px;
    color: #fff;
   /* width: 50vw;*/
    margin: 0 auto;
}


.modal-footer {
    text-align: right;
    border-top: 0px solid #e5e5e5;
}

.modal-title {
    margin: 0;
    font-size: 16px;
    line-height: 1.42857143;
}

.modal-header {
    padding: 10px;
    background-color: #363f47;
    border-bottom: 0px solid #e5e5e5;
}

.modal-body {
    position: relative;
    padding: 10px;
    /*white-space: pre-line;*/
}

.modalbutton {
    width: 100px;
    color: #333;
    text-align: center;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

multidropdown {
    display: block;
    width: 200px;
    /* margin-right: 10px; */
}

    multidropdown > div {
        float: left;
        width: 75%;
    }

        multidropdown > div > div.multidropdown-display {
            float: left;
            width: 100%;
            background: #FFF;
            height: 32px;
            cursor: pointer;
            /* border: solid 1px #D4D4D4; */
            box-sizing: border-box;
            /* border-radius: 5px; */
        }

            multidropdown > div > div.multidropdown-display > * {
                float: left;
                height: 100%;
                height: 32px;
                line-height: 30px !important;
                display: inline-block;
                vertical-align: middle;
            }

            multidropdown > div > div.multidropdown-display > span {
                width: 100%;
                position: relative;
                box-sizing: border-box;
                padding-right: 34px;
                padding-left: 5px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

                multidropdown > div > div.multidropdown-display > span.placeholder {
                    color: inherit;
                }

            multidropdown > div > div.multidropdown-display > i {
                position: relative;
                width: 14px;
                margin-left: -24px;
                font-size: 1.125em;
                font-weight: bold;
                padding-right: 0px;
                text-align: right;
            }

        multidropdown > div > div.multidropdown-list {
            float: left;
            position: absolute;
            width: 7%;
            transform: scale(1, 0);
            transition: transform ease 250ms;
            z-index: 100000;
            margin-top: 32px;
        }

            multidropdown > div > div.multidropdown-list > div {
                position: absolute;
                width: 100%;
                z-index: 2;
                cursor: pointer;
                max-height: 260px;
                min-height: 100px;
                overflow-y: auto;
                background: white;
                border: 1px solid #dfdfdf;
                box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
            }

                multidropdown > div > div.multidropdown-list > div > div {
                    float: left;
                    width: 100%;
                    padding: 0 10px;
                    box-sizing: border-box;
                    border: solid 1px #DDD;
                    border-top: none;
                    display: flex;
                    align-items: center;
                }

                    multidropdown > div > div.multidropdown-list > div > div:hover {
                        background: rgba(29, 195, 202, 0.13);
                    }

                    multidropdown > div > div.multidropdown-list > div > div.selected {
                        background: rgba(29, 195, 202, 0.13);
                        padding-right: 0px;
                    }

                    multidropdown > div > div.multidropdown-list > div > div > * {
                        height: 32px;
                        line-height: 30px !important;
                        display: inline-block;
                        vertical-align: middle;
                    }

                    multidropdown > div > div.multidropdown-list > div > div > span {
                        float: left;
                        width: 100%;
                        position: relative;
                        box-sizing: border-box;
                        color: inherit;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        overflow: hidden;
                    }

                    multidropdown > div > div.multidropdown-list > div > div > i {
                        float: left;
                        width: 20px;
                        margin-left: -20px;
                        display: none;
                    }

                    multidropdown > div > div.multidropdown-list > div > div.selected > i {
                        display: inline-block;
                    }

        multidropdown > div.show > div.multidropdown-list {
            transform: scale(1, 1);
        }

.mr-labelbig {
    font-weight: 700;
}

.bank-button {
    width: 35px;
    height: 20px;
    color: #fff;
    font-size: 70%;
    border-radius: 5px;
    background: #000;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 1px;
    /*font-weight: 600;*/
}

.inputfile {
    display: none !important;
    width: 0.1px;
    height: 0.1px;
    outline: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
/*Calender*/

.mdp-animate-next {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 1px);
    transform: translate3d(50%, 0, 1px);
}

.mdp-animate-next-remove {
    -webkit-transition: all 0.5s cubic-bezier(0.35, 0, 0.25, 1);
    transition: all 0.5s cubic-bezier(0.35, 0, 0.25, 1);
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 1px);
    transform: translate3d(50%, 0, 1px);
}

.mdp-animate-next-remove-active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
}

.mdp-animate-prev {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 1px);
    transform: translate3d(-50%, 0, 1px);
}

.mdp-animate-prev-remove {
    -webkit-transition: all 0.3s cubic-bezier(0.35, 0, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.35, 0, 0.25, 1);
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 1px);
    transform: translate3d(-50%, 0, 1px);
}

.mdp-animate-prev-remove-active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
}

@-webkit-keyframes mdp-animation-bounce {
    from {
        opacity: 0;
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    70% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes mdp-animation-bounce {
    from {
        opacity: 0;
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    70% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.mdp-animation-zoom.ng-enter {
    -webkit-transition: all 0.3s cubic-bezier(0.35, 0, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.35, 0, 0.25, 1);
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: mdp-animation-bounce;
    animation-name: mdp-animation-bounce;
}

.mdp-datepicker {
    max-height: initial;
    min-width: 234px;
}

    .mdp-datepicker * {
        outline: 0;
    }

    .mdp-datepicker .md-actions {
        width: 100%;
        padding: 0px 5px;
    }

.mdp-calendar-week-days {
    
    opacity: 0.6;
}

    .mdp-calendar-week-days > * {
        width: 32px;
        height: 32px;
        line-height: 32px;
        margin: 0 5px;
        padding: 0;
        min-width: 0px;
        min-height: 0px;
        box-shadow: none !important;
        background-color: transparent;
    }

.mdp-calendar-days {
    font-size: 1rem;
    max-width: 100%;
}

    .mdp-calendar-days .md-button,
    .mdp-calendar-days .mdp-day-placeholder {
        width: 32px;
        height: 32px;
        margin: 0 5px;
    }

    .mdp-calendar-days .md-button {
        cursor: pointer;
        border-radius: 50%;
        
        width: 32px;
        height: 32px;
        line-height: 32px;
        padding: 0;
        min-width: 0px;
        min-height: 0px;
        box-shadow: none !important;
        background-color: transparent;
    }

        .mdp-calendar-days .md-button[disabled]:not(.md-accent) {
            background-color: transparent !important;
        }

.mdp-calendar-monthyear {
    font-weight: bold;
    line-height: 32px;
    min-height: 32px;
}

.mdp-datepicker-date,
.mdp-datepicker-day,
.mdp-datepicker-dow,
.mdp-datepicker-month {
    font-size: 1.8rem;
    opacity: 0.6;
}

    .mdp-datepicker-date:not(.active),
    .mdp-datepicker-day:not(.active),
    .mdp-datepicker-dow:not(.active),
    .mdp-datepicker-month:not(.active) {
        cursor: pointer;
    }

    .mdp-datepicker-date.active,
    .mdp-datepicker-day.active,
    .mdp-datepicker-dow.active,
    .mdp-datepicker-month.active,
    .mdp-datepicker-date:hover,
    .mdp-datepicker-day:hover,
    .mdp-datepicker-dow:hover,
    .mdp-datepicker-month:hover {
        opacity: 1;
            color: #fff;
    }

.mdp-datepicker-year {
    font-size: 0.9em;
    padding: 0;
    margin: 0;
}

    .mdp-datepicker-year:not(.active) {
        cursor: pointer;
    }

    .mdp-datepicker-year.active,
    .mdp-datepicker-year:hover {
        opacity: 1;
    }

.mdp-datepicker-select-year {
    height: 232px;
}

    .mdp-datepicker-select-year .repeated-year {
        text-align: center;
    }

        .mdp-datepicker-select-year .repeated-year .md-button {
            width: 100%;
            margin: 0;
            border-radius: 0;
            padding: 0;
            font-size: 1.0rem;
            line-height: 42px;
        }

            .mdp-datepicker-select-year .repeated-year .md-button.current {
                font-size: 1.8rem;
                line-height: 42px;
            }

    .mdp-datepicker-select-year .md-virtual-repeat-container,
    .mdp-datepicker-select-year .md-virtual-repeat-offsetter,
    .mdp-datepicker-select-year .md-virtual-repeat-scroller {
        height: 100%;
        width: 100%;
    }

mdp-date-picker > md-input-container.md-has-icon {
    padding-left: 40px;
}

mdp-date-picker .md-button.md-icon-button {
    margin: 18px 0 0 0;
}

.mdp-datepicker:not(.portrait) .mdp-datepicker-select-year {
    width: 309px;
}

.mdp-datepicker:not(.portrait) .mdp-calendar {
    margin-right: 5px;
    width: 294px;
    margin-left: 10px;
}

.mdp-datepicker:not(.portrait) .mdp-datepicker-date-wrapper {
    width: 150px;
    background-color: #012233 !important;
}

.mdp-datepicker:not(.portrait) .mdp-datepicker-dow {
    width: 100%;
    display: block;
}

.mdp-datepicker:not(.portrait) .mdp-calendar-week-days > *,
.mdp-datepicker:not(.portrait) .mdp-calendar-days > * {
    width: 42px;
}

.mdp-datepicker .mdp-datepicker-date-wrapper {
    padding: 16px 35px 16px 16px;
}

.mdp-datepicker md-dialog-content {
    overflow: hidden;
    padding: 0px;
}

    .mdp-datepicker md-dialog-content .mdp-calendar {
        width: 294px;
        overflow-x: hidden;
    }

.mdp-datepicker.portrait {
    max-width: 234px;
}

    .mdp-datepicker.portrait .mdp-calendar {
        text-align: center;
        width: 100%;
    }

    .mdp-datepicker.portrait .mdp-datepicker-select-year {
        height: 252px;
    }

    .mdp-datepicker.portrait md-dialog-content > * {
        width: 100%;
    }

    .mdp-datepicker.portrait .mdp-calendar-week-days,
    .mdp-datepicker.portrait .mdp-calendar-days,
    .mdp-datepicker.portrait .md-actions {
        padding: 0 5px;
    }

    .mdp-datepicker.portrait .md-actions {
        margin-top: 20px;
    }

    .mdp-datepicker.portrait .mdp-calendar-week-days > *,
    .mdp-datepicker.portrait .mdp-calendar-days > * {
        width: 32px;
    }

mdp-calendar {
    display: block;
}

.mdp-calendar-week-days {
    width: 100%;
}

    .mdp-calendar-week-days > * {
        margin: 0;
    }

.mdp-calendar-days .md-button,
.mdp-calendar-days .mdp-day-placeholder {
    margin: 0;
}

.mdp-clock {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    cursor: pointer;
    padding: 24px;
    background: #ededed;
}

    .mdp-clock .md-button {
        box-shadow: none !important;
        background-color: transparent;
        display: block;
        position: absolute;
        min-height: 32px;
        width: 32px;
        height: 32px;
        
        line-height: 32px;
        margin: 0;
        padding: 0;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .mdp-clock .mdp-clock-container {
        width: 100%;
        height: 100%;
        position: relative;
        display: block;
    }

    .mdp-clock .mdp-pointer {
        min-height: 0px;
        width: 1px;
        height: 50%;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        -webkit-transform-origin: top center;
        transform-origin: top center;
        z-index: 0;
        pointer-events: none;
        background: #149DFF;
    }

    .mdp-clock .mdp-clock-center {
        min-height: 0px;
        height: 6px;
        width: 6px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border-radius: 50%;
        background: #149DFF;
    }

    .mdp-clock .md-button.mdp-clock-selected {
        position: absolute;
        border-radius: 50%;
        width: 8px;
        height: 8px;
        bottom: -8px;
        left: 0px;
        min-width: 0;
        min-height: 0;
        pointer-events: none;
    }

.mdp-timepicker .mdp-clock-switch-container {
    padding: 20px;
    width: 309px;
}

.mdp-timepicker .mdp-timepicker-time {
    padding: 15px;
}

.mdp-timepicker .mdp-timepicker-selected-time {
    font-size: 3rem;
}

.mdp-timepicker:not(.portrait) .mdp-timepicker-time {
    width: 138px;
    background-color: #012233;
    color: #fff;
}

.mdp-timepicker.portrait .mdp-timepicker-selected-time {
    font-size: 4rem;
    margin-right: 1.5rem;
}

mdp-time-picker md-input-container.md-has-icon {
    padding-left: 40px;
}

mdp-time-picker .md-button.md-icon-button {
    margin: 18px 0 0 0;
}

.mdp-timepicker-selected-time > span,
.mdp-timepicker-selected-ampm > span {
    outline: 0;
    color: #fff;
}
a.md-button.md-default-theme.md-primary.md-raised, a.md-button.md-primary.md-raised, a.md-button.md-default-theme.md-primary.md-fab, a.md-button.md-primary.md-fab, .md-button.md-default-theme.md-primary.md-raised, .md-button.md-primary.md-raised, .md-button.md-default-theme.md-primary.md-fab, .md-button.md-primary.md-fab {
    color: rgba(255,255,255,0.87);
    background-color: #012233;
}
    .mdp-timepicker-selected-time > span:not(.active),
    .mdp-timepicker-selected-ampm > span:not(.active) {
        cursor: pointer;
    }

    .mdp-timepicker-selected-time > span.active,
    .mdp-timepicker-selected-ampm > span.active {
        opacity: 1;
    }

.mdp-clock-deg0 {
    top: 0%;
    left: 50%;
}

.mdp-clock-deg30 {
    top: 6.69872981%;
    left: 75%;
}

.mdp-clock-deg60 {
    top: 25%;
    left: 93.30127019%;
}

.mdp-clock-deg90 {
    top: 50%;
    left: 100%;
}

.mdp-clock-deg120 {
    top: 75%;
    left: 93.30127019%;
}

.mdp-clock-deg150 {
    top: 93.30127019%;
    left: 75%;
}

.mdp-clock-deg180 {
    top: 100%;
    left: 50%;
}

.mdp-clock-deg210 {
    top: 93.30127019%;
    left: 25%;
}

.mdp-clock-deg240 {
    top: 75%;
    left: 6.69872981%;
}

.mdp-clock-deg270 {
    top: 50%;
    left: 0%;
}

.mdp-clock-deg300 {
    top: 25%;
    left: 6.69872981%;
}

.mdp-clock-deg330 {
    top: 6.69872981%;
    left: 25%;
}

.mdp-clock-deg360 {
    top: 0%;
    left: 50%;
}
.approve_icon {
    font-family: inherit;
    font-size: inherit;
    background: transparent;
    border: none;
    background-image: url('../images/ok-xxl.png');
    background-position: center;
    background-size: cover;
    height: 15px;
    width: 15px;
}
    .hintText{
        font-size:14px;
        color:#9e9e9e;
        font-weight:normal;
    }
 .attachment-icon{
    position:relative;
    cursor:pointer;
    padding: 0px !important;
}
.attachment-icon:before{
    color:#149dff !important;
    font-size:20px !important;
    content: "\f0c6";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}