﻿@charset "utf-8";
/* CSS Document */

/* Including Google Fonts */
@import url(https://fonts.googleapis.com/css?family=Product+Sans:200,400,800);


html {
    /*background:#ebebe9;
	overflow-y:scroll;
	*/
    color: #444;
}

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}

    /* Hide the tooltip content by default */
    [data-tooltip]:before,
    [data-tooltip]:after {
        visibility: hidden;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        pointer-events: none;
    }


.resultstatuscss {
    padding-bottom: 5px;
    background-color: #fff;
    padding-left: 25px;
}

.reportimg {
}

.wnicon {
    font-size: 28px !important;
}



.whatsnewdiv {
    font-size: 13px;
    color: #8f8f8f;
    height: 50px;
    padding-top: 5px;
}

.whatsnewtd {
    padding: 20px;
    border-radius: 10px;
    font-size: 20px;
    height: 120px;
    box-shadow: 20px 0px 40px 0px rgba(0,0,0,.02);
}

    .whatsnewtd :hover {
    }



.annoucementchip {
    /*position: absolute;
    top: -8px;
    left: -30px;
    background-color: antiquewhite;
    padding: 2px 8px 2px 8px;
    border-radius: 12px;
    font-size: 14px;*/
    position: relative;
    top: -16px;
    /* left: -2px; */
    background-color: #40b1ff;
    padding: 2px 8px 2px 8px;
    border-radius: 12px;
    font-size: 14px;
    color: #fff;
}

.reporttext {
    font-size: 15px;
    /* margin-right: 133px; */
    width: 670px;
    /* font-weight: bold; */
    color: #666;
}

.subheaderhelp {
    color: rgba(0,0,0,0.7);
    padding: 10px;
    padding-left: 20px;
    background-color: #fafafa;
    border-radius: 8px;
    margin: 10px;
    margin-right: 50px;
}

.td20 {
    width: 20%;
}

.td80 {
    width: 80%;
}

.helptopicicon {
    vertical-align: text-bottom;
    font-size: 20px !important;
    padding-right: 10px;
}

.helptopicdiv {
    margin-top: 10px;
    margin-bottom: 40px;
}



.helptopic {
    margin-left: 30px;
    margin-top: 5px;
    color: #777;
    font-size: 14.5px;
    margin-right: 30px;
}

.helptopicTitle {
    font-size: 16px;
    font-weight: bold;
}




.apppopupcontainer {
    margin: auto;
    max-width: 990px;
}

    .apppopupcontainer h1 {
        font-size: 24px;
        font-weight: 800;
        color: #000;
        font-family: 'Product Sans', sans-serif !important;
        margin-bottom: 35px;
    }

.apppopupbackground {
    background-color: #fff;
    padding: 6% 6% 6% 6%;
    border-radius: 20px;
}

.helpblur {
    filter: blur(55px);
}

.subheadernopadding {
    color: rgba(0, 0, 0, 0.4);
    padding-bottom: 15px;
}


.apppopupoverlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100000;
}

#s4-titlerow {
    margin-bottom: 27px;
    height: 64px;
}

#EntityHeader {
    margin-top: 0;
    margin-bottom: -10px;
}

#s4-titlerow {
    margin-top: 0px;
    /*margin-bottom:0px;*/
    padding-top: 10px;
    /*padding-bottom:8px;*/
}

#titleAreaBox {
    margin: auto 20px;
}

.ms-breadcrumb-box {
    width: 100%;
    height: 64px;
}

.singlelinetextcss {
    width: 400px;
    font-family: inherit;
}

.EditableCardDiv {
    /*    margin-left: 20px;*/
    /*background-color: #fafafa;*/
    background-color: #f5f5f5;
    border-radius: 15px;
    padding: 15px 10px 0px 25px;
}


.textareacss {
    width: 400px;
    height: 200px;
    font-family: inherit;
}

.oboard {
    width: 200px;
    height: 250px;
    background-color: #fff;
    border-radius: 10px;
    margin-left: 5px;
}

.advsearch {
    position: absolute;
    top: 25px;
    right: 20px;
}

.tablepadding32 {
    padding-left: 32px;
}

.recdoc {
    padding-top: 5px;
}

.pendingsts {
    color: red;
}

.pendingicon {
    color: #f66666;
    font-size: 16px !important;
    padding-left: 8px;
}

.editicon {
    font-size: 18px !important;
    padding-left: 8px;
    padding-top: 5px;
}

.PaymentTD {
    padding-bottom: 50px;
    padding-top: 10px;
    color: #a1a1a1;
}

.field-nowrap {
    white-space: nowrap;
}


.div-scrollable {
    max-height: 400px;
    overflow: auto;
    border-radius: 10px;
    padding: 15px;
    margin-left: -52px;
    width: 935px;
    background-color: #fbfbfb;
    border: 1px solid #f1f1f1;
}

.table-separator {
    margin-top: 20px;
}


.accordion-toggle {
    cursor: pointer;
    background: #fff;
    color: #000;
    border-radius: 40px;
    padding: 15px 20px 15px 51px;
    font-family: 'Product Sans';
    font-size: 15px !important;
    font-weight: bold;
}


    .accordion-toggle:hover {
        background: #f6f6f6;
    }

.accordion-content {
    display: none;
    padding: 10px 0px 40px 70px;
}

    .accordion-content.default {
        display: block;
        padding: 10px 0px 25px 70px;
        max-height: 200px;
        overflow: auto;
    }



/* Position tooltip above the element */
[data-tooltip]:before {
    position: absolute;
    bottom: 150%;
    left: 10%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 15px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 10px;
    background-color: #fff;
    color: #000;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    border: 1px #ebebeb solid;
    text-align: left;
    font-weight: normal;
    text-transform: none;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
    position: absolute;
    bottom: 140%;
    left: 5%;
    margin-left: -5px;
    width: 0;
    border-top: 8px solid #000;
    border-top: 8px solid hsla(0, 0%, 20%, 0.9);
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}


body {
    color: #000;
    font-family: 'Product Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0 auto;
    padding: 0;
    background: #fff;
    overflow: auto;
}

.disp-none {
    display: none;
}

.header-background {
    /*background: url(../images/headerG.jpg) top left repeat-x;*/
    height: 320px;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.noPadding {
    padding-left: 0px !important;
}

.noMargin {
    margin-left: 0px !important;
}


.cnctEntity {
    vertical-align: middle;
    margin-left: -2px;
    margin-bottom: 2px;
}

.b2t {
    display: none;
    position: fixed;
    top: 10px;
    right: 100px;
    border: 1px #2962FF solid;
    padding: 10px;
    border-radius: 20px;
}

.fontA {
    font-size: 20px !important;
    color: #2962FF;
}

.righthelp {
    position: fixed;
    bottom: 20px;
    right: 40px;
    color: #bdbdbd;
    font-size: 42px !important;
}



.loader {
    height: 2px;
    width: 100%;
    position: fixed;
    overflow: hidden;
    background-color: #000;
    top: 0px;
    left: 0px;
}

    .loader:before {
        display: block;
        position: absolute;
        content: "";
        left: -200px;
        width: 200px;
        height: 4px;
        background-color: #e7e4e3;
        animation: loading 1.5s linear infinite;
    }

@keyframes loading {
    from {
        left: -200px;
        width: 30%;
    }

    50% {
        width: 30%;
    }

    70% {
        width: 70%;
    }

    80% {
        left: 50%;
    }

    95% {
        left: 120%;
    }

    to {
        left: 100%;
    }
}


.entitypanelstick {
    position: sticky;
    top: 40px;
    z-index: 100;
}



.stick {
    position: sticky;
    top: 0px;
    z-index: 100;
}

/*.header-background:before {
	background: #2962FF;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index:0; 
	width:100%;
	height:380px;
		background:url(../images/vlogo.png) left top no-repeat;

}*/
a {
    color: #2962FF;
    text-decoration: none;
    transition: all ease-in-out 0.2s;
    cursor: pointer;
}

    a:visited {
        color: #2962FF;
        text-decoration: none;
    }

    a:hover {
        color: #000;
        text-decoration: none;
        transition: all ease-in-out 0.4s;
    }

.logo {
    width: 72px;
    height: 72px;
    background-size: 100%;
}

.container {
    max-width: 1000px;
    min-width: 700px;
    margin: 0 auto;
    /*position: relative;*/
}

.container-master {
    /*max-width:1000px;*/
    min-width: 700px;
    margin: 0 auto;
    /*position: relative;*/
}

.mom-header {
    padding: 10px 10px 0 15px;
    color: #fff;
    position: relative;
    z-index: 0;
    /*background: url(../images/headerG.jpg) top left repeat-x;*/
}


.anima {
    background-color: rgb(245, 245, 244);
}

.ms-standardheader {
    font-size: 13px;
    font-weight: bold;
}

.ms-formlabel {
    padding: 6px 5px 6px 10px;
}

.ms-formbody {
    padding: 6px 10px;
}

.mom-header h1 {
    font-size: 30px;
    font-weight: 800;
    color: #000;
    font-family: 'Product Sans', sans-serif !important;
}

.mom-header .logo-left {
    float: left;
    max-width: 200px;
}

    .mom-header .logo-left a {
        max-width: 50px;
        display: block;
        margin: 0 auto;
    }

        .mom-header .logo-left a img {
            max-width: 100%;
        }

    .mom-header .logo-left .user-name {
        font-size: 14px;
        padding-left: 0px;
        margin-top: -25px;
        text-align: center;
        font-family: font-family: 'Product Sans', sans-serif !important;
        color: rgba(0,0,0,0.6);
    }

.mom-header .main-nav-out {
    float: right;
}

    .mom-header .main-nav-out ul {
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: right;
    }

        .mom-header .main-nav-out ul li {
            display: inline-block;
            position: relative;
        }

            .mom-header .main-nav-out ul li.last,
            .mom-header .main-nav-out ul li.last a {
            }

            .mom-header .main-nav-out ul li a {
                display: block;
                padding: 5px 23px;
                color: #000;
                font-size: 15px;
                font-weight: 500;
                text-decoration: none;
                transition: all 0.3s ease-in-out;
                opacity: 1;
            }

                .mom-header .main-nav-out ul li a:hover {
                    color: #2962ff;
                }

            .mom-header .main-nav-out ul li.active a,
            .mom-header .main-nav-out ul li.active a:hover {
                font-weight: 600;
                color: #fff;
            }

/*.mom-header .main-nav-out ul li.active:before {
	background: #fff none repeat scroll 0 0;
    bottom:-5px;
    content: "";
    height: 2px;
    left: 10%;
    position: absolute;
    right: 10%;
    transition-duration: 0.3s;
    transition-property: right;
    transition-timing-function: ease-out;
    /*z-index: -1;	*/
}

*/
.margin35t {
    margin-top: 35px;
}

.margin35bot {
    margin-bottom: 35px;
}


.margin35l {
    margin-left: 35px;
}

.title-container {
    min-height: 70px;
    position: relative;
}

.entSrc
.title-container-system {
    min-height: 105px;
    position: relative;
}

.title-container .tc-inner {
    position: absolute;
    width: 100%;
}

.sub-nav-out {
    min-height: 0px;
}

    .sub-nav-out ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .sub-nav-out ul li {
            display: inline-block;
            padding: 0;
            position: relative;
        }

            .sub-nav-out ul li.active:before {
                background: #fff none repeat scroll 0 0;
                bottom: -5px;
                content: "";
                height: 2px;
                left: 10%;
                position: absolute;
                right: 10%;
                transition-duration: 0.3s;
                transition-property: right;
                transition-timing-function: ease-out;
                /*z-index: -1;*/
            }

            .sub-nav-out ul li a {
                display: block;
                color: #fff;
                text-transform: uppercase;
                padding: 12px 20px;
                outline: none;
            }

                .sub-nav-out ul li a:hover {
                    color: #5F2C02;
                }

.card-box {
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 3px;
    padding: 35px 50px 35px 60px;
    border: rgba(0,0,0,0.06) 1px solid;
    border-radius: 10px;
}

.card-box-compact {
    background: #f7f7f7;
    border-radius: 5px;
    -webkit-border-radius: 3px;
    padding: 15px 50px 15px 60px;
    border: rgba(0,0,0,0.06) 1px solid;
    border-radius: 10px;
    color: #777;
}

.card-box-trans {
    background: transparent;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 35px 50px 35px 70px;
}

.card-box .common-container {
    margin: 0 0px;
    padding-top: 5px;
}

.card-box.page-content {
    padding: 0;
}

    .card-box.page-content h1 {
        padding: 35px 50px 17px 50px;
    }

.md-content h1 {
    padding: 23px 50px 0 50px;
}

.page-c-inner {
    padding: 35px 50px 35px 50px;
}

.card-box h1,
.card-box h2,
.card-box h3,
.card-box h4,
.md-content h1,
.md-content h2,
.md-content h3,
.md-content h4 {
    color: #000;
    font-weight: 300;
    margin: 5px 0 15px 0;
}
/* For avoiding cms inline font-size we will use important*/
.card-box h1,
.md-content h1 {
    font-size: 28px !important;
    font-weight: bold;
}

.card-box h2,
.md-content h2 {
    font-size: 20px !important;
    font-weight: bold;
    margin-bottom: 40px;
    font-family: 'Product Sans', sans-serif !important;
}

.card-box h3,
.md-content h3 {
    font-size: 16px !important;
    font-family: 'Product Sans', sans-serif !important;
}

.card-box h4,
.md-content h4 {
    font-size: 14px !important;
}

.card-box p,
.md-content p {
    margin: 0 !important;
    padding: 10px 0 !important;
}

/*.links-out, .corp-announcement-out {
	margin:0 35px;
}*/
.links-out {
    margin-top: 17px;
}

.rndspan {
    font-family: 'Product Sans', sans-serif !important;
    font-weight: bold;
    border-radius: 10px !important;
    -webkit-border-radius: 20px;
    display: inline-block;
    padding: 6px 15px;
    margin: 0 0px 21px 20px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    backface-visibility: hidden;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    vertical-align: top;
    border: rgba(255, 255, 255, 0.2) 1px solid !important;
    color: #fff;
}

    .rndspan:hover, .rndspan:focus, .rndspan:active {
        background: #fff;
        color: #934405;
    }




.link-btn, a.link-btn {
    font-family: 'Product Sans', sans-serif !important;
    font-weight: bold;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    display: inline-block;
    padding: 6px 15px;
    margin: 0 15px 21px 0px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    /*backface-visibility: hidden;*/
    display: inline-block;
    transition: all 0.2s ease-in-out;
    vertical-align: top;
    border: rgba(255,114,0,0.3) 1px solid !important;
}

    .link-btn:hover, .link-btn:focus, .link-btn:active {
        /*background: #f1f1f1;*/
        border: rgba(0,0,0,0.1) 1px solid !important;
        -webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.06);
        box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.06);
    }

.active-btn, a.active-btn {
    font-family: 'Product Sans', sans-serif !important;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    display: inline-block;
    padding: 6px 15px;
    margin: 0 15px 21px 0px;
    color: #fff;
    background-color: #2962FF;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    /*backface-visibility: hidden;*/
    display: inline-block;
    transition: all 0.2s ease-in-out;
    vertical-align: top;
    border: 1px solid #2962FF !important;
}




.corp-announcement-out {
    max-height: 279px;
    overflow: hidden;
    transition: all 1s ease;
    padding-top: 0 !important;
}

.c-a-o-expand {
    max-height: 699px !important;
}

.corp-announcement-out ul,
.common-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .corp-announcement-out ul li,
    .common-container ul li {
        border-bottom: 1px solid #ebebe9;
        padding: 25px 0;
    }

        .corp-announcement-out ul li a,
        .common-container ul li a {
            color: #2962FF;
            font-weight: 400;
            font-size: 15px;
            display: block;
            padding: 0;
            text-decoration: none;
            transition: all ease-in-out 0.3s;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

            .corp-announcement-out ul li a:hover,
            .common-container ul li a:hover {
                color: #5F2C02;
            }

.view-more-out {
    position: relative;
    height: 55px;
}

    .view-more-out a.view-more-btn:before,
    .view-more-out a.view-collapse-btn:before {
        background: #fff;
        content: '';
        height: 20px;
        left: 45%;
        position: absolute;
        top: -20px;
        width: 3px;
        box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
        -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
        -ms-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
        /*z-index:-1;*/
    }

    .view-more-out a.view-more-btn,
    .view-more-out a.view-collapse-btn {
        background: #fff;
        display: inline-block;
        background-size: 100%;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        position: absolute;
        left: 65px;
        top: 20px;
        transition: all ease-in-out 0.2s;
        box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
        -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
        -ms-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
    }

        .view-more-out a.view-more-btn span,
        .view-more-out a.view-collapse-btn span {
            display: block;
            font-size: 35px;
            font-style: normal;
            line-height: 12px;
            text-align: center;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            transition: all ease-in-out 0.2s;
        }

        .view-more-out a.view-more-btn .arrows:before {
            background: url(../images/arrow_expand.svg) left top no-repeat;
            bottom: 0;
            content: "";
            height: 20px;
            left: 1px;
            margin: auto;
            position: absolute;
            right: 0;
            top: 2%;
            width: 11px;
        }

        .view-more-out a.view-collapse-btn .arrows:before {
            background: url(../images/arrow_collapse.svg) left top no-repeat;
            bottom: 0;
            content: "";
            height: 20px;
            left: 3%;
            margin: auto;
            position: absolute;
            right: 0;
            top: 2%;
            width: 11px
        }


    .view-more-out a:hover {
        opacity: 0.7;
    }


.three-block-out,
.two-block-out {
    display: block;
    margin-top: 35px;
}

    .three-block-out h1,
    .two-block-out h1 {
        text-align: center;
    }

    .three-block-out .block-1,
    .three-block-out .block-2,
    .three-block-out .block-3 {
        float: left;
        width: 30%;
        margin-right: 5%;
        position: relative;
    }

    .two-block-out .block-1,
    .two-block-out .block-2 {
        float: left;
        width: 48.5%;
        margin-right: 3%;
        position: relative;
    }

    .three-block-out .block-3,
    .two-block-out .block-2 {
        margin-right: 0;
    }

    .two-block-out .block-1 .card-box {
        background: #fff;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        padding: 23px 15px 35px 15px;
    }

    .two-block-out .block-2 .card-box {
        padding: 0;
    }

        .two-block-out .block-2 .card-box img {
            max-width: 100%;
        }

.music-festival-out {
    padding: 10px 20px 20px 20px;
}

    .music-festival-out h1 {
        text-align: left;
        margin: 0 0 10px 0;
    }

    .music-festival-out p {
        font-weight: 100;
        margin: 0 !important;
        padding: 0 !important;
    }

.clear {
    clear: both;
}

.weather-out .wi {
    font-size: 24px;
    margin-right: 10px;
    min-width: 28px;
    vertical-align: middle;
}

.weather-out ul,
.upcoming-h-out ul,
.momentum-m-out ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .weather-out ul li,
    .upcoming-h-out ul li,
    .momentum-m-out ul li {
        border-bottom: 1px solid #ebebe9;
        padding: 20px 10px;
    }

    .weather-out ul li {
        padding: 18px 10px;
    }

    .momentum-m-out ul li {
        padding: 11.5px 10px;
    }

        .momentum-m-out ul li a {
            padding: 0;
        }

.weather-out,
.upcoming-h-out,
.momentum-m-out {
    max-height: 239px;
    overflow: hidden;
    transition: all 1s ease;
    margin: 0 !important;
    padding-top: 0 !important;
}

.block-3-expand {
    max-height: 599px;
}

.view-all {
    padding-left: 20px !important;
    position: relative;
    text-transform: uppercase;
}

    .view-all a {
    }

        .view-all a:before {
            content: "\2022\2022\2022";
            position: absolute;
            top: 0px;
            bottom: 0;
            left: 0px;
            margin: auto;
            width: 25px;
            height: 18px;
        }


/* Global Table coding */
table {
}

    table tr {
        /*border-bottom:1px solid #eee;*/
    }

        table tr th {
            font-weight: 400;
            color: #555;
        }

        table tr th,
        table tr td {
            /*text-align:right;*/
        }

            table tr th.left,
            table tr td.left {
                text-align: left;
            }

    table > tbody > tr > td,
    table > tbody > tr > th,
    table > tfoot > tr > td,
    table > tfoot > tr > th,
    table > thead > tr > td,
    table > thead > tr > th {
        /* border-bottom: 1px solid #eee;*/
        line-height: 1.2;
        /*padding: 15px 10px;*/
        /*vertical-align: top;*/
    }

.page-c-inner.table-pad {
    padding: 0px 50px 35px 50px;
}

.close-out-p {
    position: relative;
}

    .close-out-p button {
        background: none;
        border: none;
        color: #666;
        width: 30px;
        height: 30px;
        cursor: pointer;
        position: absolute;
        top: 25px;
        right: 25px;
        z-index: 1000;
    }

        .close-out-p button:hover {
            color: #000;
        }

        .close-out-p button:before {
            content: '\00D7';
            font-size: 30px;
        }

.popup-top-pic {
    display: block;
}

    .popup-top-pic img {
        width: 100%;
    }

.popup-container {
    padding: 15px 85px 35px 85px;
}

    .popup-container ul.common-listing,
    .popup-container ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .popup-container ul.common-listing li,
        .popup-container ul li {
            display: block;
            padding: 25px 0;
            border-bottom: 1px solid #e8e8e8;
        }

            .popup-container ul.common-listing li a,
            .popup-container ul li a {
                color: #2962FF;
                font-weight: 400;
                font-size: 14px;
                display: block;
                padding: 0;
                text-decoration: none;
                transition: all ease-in-out 0.3s;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
            }

.music-out img {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
}


.page-c-faq {
    padding: 0;
}

    .page-c-faq ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .page-c-faq ul li {
            border-bottom: 0;
            padding: 0;
        }

            .page-c-faq ul li .acc-heading {
                border-bottom: #ddd;
            }

                .page-c-faq ul li .acc-heading a {
                    display: block;
                    padding: 15px 20px 15px 51px;
                    position: relative;
                    color: #444;
                }

            .page-c-faq ul li.first .acc-heading a {
            }

            .page-c-faq ul li .acc-heading a:hover {
                background: #f6f6f6;
                color: #000;
                border-radius: 40px;
            }

            .page-c-faq ul li .acc-heading.collapsed a:before {
                content: '\002B';
                color: #2962FF;
                font-size: 24px;
                left: 15px;
                position: absolute;
                top: 7px;
            }

            .page-c-faq ul li .acc-heading.expanded a {
                background: #f6f6f6;
                color: #000;
                /*border-top:1px solid #ddd;*/
            }

                .page-c-faq ul li .acc-heading.expanded a:before {
                    content: '\2013';
                    color: #2962FF;
                    font-size: 24px;
                    left: 15px;
                    position: absolute;
                    top: 7px;
                }

            .page-c-faq ul li .acc-container {
                background: #fafafa;
                color: #000;
                margin-bottom: 2px;
                padding: 45px 80px 40px 80px;
                border-radius: 20px;
            }

                .page-c-faq ul li .acc-container ul li {
                    display: block;
                    padding: 15px 20px 15px 0px;
                    position: relative;
                    color: #444;
                    border-bottom: 1px #ebebeb solid;
                }

                    .page-c-faq ul li .acc-container ul li:last-child {
                        border-bottom: none;
                    }


/* 

////////////////
Animations 
////////////////
*/


@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(0, 20%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig;
}











/* For White Card */
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation: fadeInUp 1.0s;
    animation: fadeInUp 1.0s;
}



@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -15%, 0);
        transform: translate3d(0, -15%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -15%, 0);
        transform: translate3d(0, -15%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation: fadeInDown 1.0s;
    animation: fadeInDown 1.0s;
}

@keyframes animateLine {
    0% {
        width: 0;
        right: 80%;
    }

    100% {
        width: 80%;
        right: 10%;
    }
}

@-webkit-keyframes animateLine {
    0% {
        width: 0;
        right: 80%;
    }

    100% {
        width: 80%;
        right: 10%;
    }
}

.animateLine {
    -webkit-animation: animateLine ease-in-out 0.3s;
    animation: animateLine ease-in-out 0.3s;
}


/*hidebuttons*/

#RibbonContainer-TabRowRight a[id$="_SyncPromotedAction"] {
    display: none !important;
}

#RibbonContainer-TabRowRight a[id$="_share_button"] {
    display: none !important;
}

/*Layout fixes*/
#DeltaPlaceHolderMain div.article, #DeltaPlaceHolderMain .article-content {
    padding: 0;
    margin: 0
}

h1 {
    font-family: inherit !important;
}

#suiteLinksBox, #ms-help, .ms-core-brandingText, #RibbonContainer-TabRowRight {
    display: none !important;
}

#s4-ribbonrow #globalNavBox {
    background: #f2f2f2;
}

.ms-cui-topBar2 {
    border-bottom: none
}

#suiteBarRight {
    background: #2962FF !important;
}


#s4-workspace {
    /*width: auto!important; 
	overflow: visible!important;*/
    overflow: visible !important;
    position: inherit !important;
}
/*
removed because of scrollbar issue

}*/
#s4-bodyContainer {
    padding-bottom: 200px;
}

.ms-cui-tt-a > .ms-cui-tt-span {
    color: #fff !important
}

.ms-browseTab.ms-cui-tt-s > .ms-cui-tt-a > .ms-cui-tt-span {
    color: #fff !important;
}

.ms-cui-tts > .ms-cui-cg-db {
    border-color: #fff !important
}

.ms-cui-tts > .ms-cui-cg {
    border-color: #FE892A !important
}

.ms-cui-cg-db .ms-cui-ct-first > .ms-cui-tt-a, .ms-cui-cg-db .ms-cui-ct-first > .ms-cui-tt-a:hover {
    border-left-color: #FE892A !important
}

.ms-cui-cg-db .ms-cui-ct-last > .ms-cui-tt-a, .ms-cui-cg-db .ms-cui-ct-last > .ms-cui-tt-a:hover {
    border-right-color: #FE892A !important
}


.ms-cui-cg-lb .ms-cui-ct-last > .ms-cui-tt-a, .ms-cui-cg-lb .ms-cui-ct-last > .ms-cui-tt-a:hover {
    border-right-color: transparent !important
}

.ms-cui-cg-lb .ms-cui-ct-first > .ms-cui-tt-a, .ms-cui-cg-lb .ms-cui-ct-first > .ms-cui-tt-a:hover {
    border-left-color: transparent !important
}

.o365cs-nav-header16 .o365cs-nav-rightAlign .o365cs-nav-button {
    border-left: 0px solid rgba(255,255,255,.3) !important
}

.o365cs-nav-header16 .o365cs-nav-o365Branding {
    border-left: 0px solid rgba(255,255,255,.3) !important
}

.k_BGgh5eZI1q3c3jjg_0 {
    border: 0;
}

.m_BGgh5eZI1q3c3jjg_0 {
    border: 0;
}

.n_BGgh5eZI1q3c3jjg_0 {
    border: 0;
}

.bk_BGgh5eZI1q3c3jjg_0 {
    text-align: left;
}

.aj_BGgh5eZI1q3c3jjg_0 {
    font-weight: 100;
    font-size: 30pt;
}


.ap_BGgh5eZI1q3c3jjg_0 {
    font-weight: 400;
    font-size: 16pt;
}

.n_BGgh5eZI1q3c3jjg_0 {
    background-color: #fff;
}

.b1_BGgh5eZI1q3c3jjg_0 {
    background-color: #fff !important
}

.b2_BGgh5eZI1q3c3jjg_0 {
    background-color: #fff;
}


.b2_BGgh5eZI1q3c3jjg_0 {
    margin-top: 10px;
}


.ms-InlineSearch-Outline-Baseline {
    height: 30px;
}

a.ms-core-menu-link {
    padding: 5px 5px;
}


#sideNavBox {
    float: left;
    margin-left: -50px;
    width: 160px;
    position: relative;
    left: 0;
    margin-top: -22px;
    background: #fff;
    border-radius: 3px;
    padding: 23px 50px 35px 50px;
    /*-webkit-border-radius:3px;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.10);*/
}

    #sideNavBox + div {
        display: inline-table;
        min-height: 500px;
    }


.s4-titlerowhidetitle {
    display: block !important;
}

#pageStatusBar[class], .ms-status-msg {
    margin-bottom: 0
}
/* Media Query Code Starts Here */
@media all and (min-width:768px) and (max-width:1000px) {
    .container {
        max-width: 738px;
        margin: 0 auto;
    }
    /*.title-container .tc-inner { 
		position:relative; 
	}*/
    .mom-header h1 {
        font-size: 38px;
        margin-top: 46px;
    }

    .links-out,
    .corp-announcement-out {
        margin: 0 15px;
    }

    .three-block-out .card-box {
        padding: 23px 10px 35px 10px;
    }

    .three-block-out .block-1,
    .three-block-out .block-2,
    .three-block-out .block-3 {
        float: left;
        width: 31.3%;
        margin-right: 3%;
        position: relative;
    }

    .three-block-out .block-3 {
        margin-right: 0;
    }
}



.nm {
    font-family: 'Product Sans', sans-serif !important;
    font-size: 32px !important;
    font-weight: bold;
}

.nmreg {
    font-family: 'Product Sans', sans-serif !important;
    font-size: 14px !important;
    color: rgba(0,0,0,0.5);
    padding-left: 16px;
    padding-right: 30px;
}

.docHeader {
    font-family: 'Product Sans', sans-serif !important;
    font-size: 19px !important;
    padding: 50px 20px 10px 0px;
    font-weight: bold;
    color: #000;
}


.docCount {
    font-family: 'Product Sans', sans-serif !important;
    color: #000;
    padding-bottom: 25px;
    text-transform: capitalize;
    white-space: nowrap;
}


.poHeading {
    font-family: 'Product Sans', sans-serif !important;
    font-size: 17px !important;
    padding: 20px 20px 10px 0px;
    font-weight: bold;
}

.poButton {
    padding: 25px 25px 10px 0px;
    border-bottom: 1px #fbfbfb solid;
}


.docLinkTD {
    font-family: 'Product Sans', sans-serif !important;
    font-size: 17px !important;
    color: rgba(0,0,0,0.6);
    padding: 20px 20px 5px 0px;
    text-transform: capitalize;
}


.docDatasource {
    font-family: 'Product Sans', sans-serif !important;
    font-size: 15px !important;
    color: rgba(0,0,0,0.8);
    /*color: rgba(0,0,0,0.4);*/
    text-transform: lowercase;
}



.docDatasourceNoLC {
    font-family: 'Product Sans', sans-serif !important;
    font-size: 15px !important;
    color: rgba(0,0,0,0.5);
}

.docDatasource::first-letter {
    text-transform: uppercase;
}

.docmetadataTD {
    font-family: 'Product Sans', sans-serif !important;
    font-size: 15px !important;
    color: rgba(0,0,0,0.6);
    padding-bottom: 15px;
    border-bottom: 1px #fbfbfb solid;
}


.POmetadataTD {
    font-family: 'Product Sans', sans-serif !important;
    font-size: 15px !important;
    color: rgba(0,0,0,0.6);
}





.nmsmall {
    font-family: 'Product Sans', sans-serif !important;
    font-size: 15px;
    color: #ababab;
}

.nmsmallbk {
    font-family: 'Product Sans', sans-serif !important;
    font-size: 15px;
}


#crds td:hover {
    border-left: 1px black solid;
}

.dt {
    font-family: 'Product Sans', sans-serif !important;
    font-size: 14px !important;
    color: rgba(0,0,0,0.6);
    padding-right: 30px;
}


/*New addition 27 Aug*/
.homebox .acc-heading a {
    padding: 25px 20px !important;
    color: #2962FF !important
}

    .homebox .acc-heading a:before {
        display: none !important
    }

.homebox ul li .acc-container {
    padding: 15px 20px 15px 40px !important;
}

.homebox .view-all {
    border-bottom: 1px solid #ebebe9;
    padding: 25px 0;
}

@font-face {
    font-family: 'weather';
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot');
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'), url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff') format('woff'), url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf') format('truetype'), url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*.weather-out { margin-top: -10px !important;}*/
.smtw {
    padding: 15px 10px;
    border-bottom: 1px solid #ebebe9;
}

    .smtw i {
        color: #333;
        font-family: weather;
        font-size: 300%;
        font-weight: normal;
        font-style: normal !important;
        width: 43px;
        display: inline-block;
        position: relative;
        top: 7px
    }

.container-outer {
    overflow: scroll;
    width: 900px;
    height: 210px;
}

.container-inner {
    width: 10000px;
}


/* <source :http://webdesignerhut.com/examples/pure-css-tabs/> */



.eye {
    border-top: #000 4px solid;
}

.tabs-menu {
    font-family: 'Product Sans', sans-serif !important;
    font-size: 25px;
    margin-left: -20px;
}

    .tabs-menu li {
        float: left;
        margin-right: 60px;
        list-style-type: none;
    }

        .tabs-menu li.current {
            z-index: 5;
            color: #000;
        }

        .tabs-menu li a {
            color: #000;
            text-decoration: none;
            letter-spacing: -0.04em;
        }

    .tabs-menu .current a {
        color: #2962FF;
        letter-spacing: -0.04em;
    }

.tab {
}

.tab-content {
    min-height: 600px;
    display: none;
}

#tab-1 {
    display: block;
}


/* width */
::-webkit-scrollbar {
    width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.1);
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: rgba(0,0,0,0.3);
    }





/*!
 * Kamil v0.1.1
 * Autocomplete library
 * http://oss6.github.io/kamil
 * MIT License
 * by Ossama Edbali
 */

.kamil-autocomplete {
    font-family: 'Product Sans', sans-serif !important;
    display: none;
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 5px;
    background-color: #fff;
    outline: none;
    color: #444;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    -webkit-box-shadow: 0px 1px 22px 1px rgba(0,0,0,0.08);
    box-shadow: 0px 1px 22px 1px rgba(0,0,0,0.06);
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left: 65px;
    width: 1000px !important;
    position: absolute;
    height: 450px;
    overflow-y: auto;
    left: 0px !important;
}

    .kamil-autocomplete li {
        cursor: pointer;
        padding: 13px 16px;
    }

        .kamil-autocomplete li.kamil-active {
            background-color: #f2f2f2;
            color: #444;
            border-radius: 5px;
        }

.kamil-autocomplete-category {
    font-weight: bold;
    font-size: 16px;
    color: #2962FF;
}



.seaIconPosition {
    position: absolute;
    top: 16px;
    left: 16px;
    font-size: 30px !important;
    color: #000;
}


.sea {
    font-size: 16px;
    background-color: #fff !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px #e7e4e3 solid;
    outline: 0;
    height: 60px;
    width: 892px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.04);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.04);
    -webkit-animation: slide-up ease-in-out;
    animation: slide-up 1.0s ease-in-out;
    padding-left: 80px !important;
    padding-right: 30px !important;
    font-weight: bold;
    margin-left: -2px;
}


input[type=password], input[type=text], input[type=file], input:not([type]), select, textarea, .sp-peoplepicker-topLevel, .sp-peoplepicker-topLevelDisabled, .sp-peoplepicker-autoFillContainer, .ms-inputBox {
    border: 1px #e7e4e3 solid;
    padding: 10px;
    border-radius: 5px;
}


    input[type=password]:focus, input[type=text]:focus, input:not([type]):focus, select:focus, textarea:focus, .sp-peoplepicker-topLevelFocus, .ms-inputBoxActive, .ms-inputBox.ms-inputBoxActive:hover {
        border: 1px #e7e4e3 solid;
        outline: none;
    }

    input[type=password]:hover, input[type=text]:hover, input[type=file]:hover, input:not([type]):hover, textarea:hover, .sp-peoplepicker-topLevel:hover, .ms-inputBox:hover {
        border: 1px #e7e4e3 solid;
        outline: none;
    }

.Sload {
    position: relative;
    top: -66px;
    left: 76px;
}

.subh {
    margin-left: -14px;
    color: rgba(0,0,0,0.3);
    font-size: 16px;
    letter-spacing: -0.06em;
}

.load {
    position: relative;
    top: -65px;
    left: 180px;
}

.detload {
    position: relative;
    top: -65px;
    left: 100px;
}



.desc {
    font-size: 14px;
    color: #2962FF;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ababab;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #ababab;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #ababab;
}

:-moz-placeholder { /* Firefox 18- */
    color: #ababab;
}

.spinnerchips {
    width: 35px;
    height: 35px;
    position: relative;
    top: -666px;
    left: 251px;
    background-color: #000;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

.repimg {
    width: 50px;
    height: 50px;
    background-color: #000;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(195, 194, 194, 0.6);
    box-shadow: 0px 3px 7px 0px rgba(195, 194, 194, 0.6);
    border-radius: 60px;
}


.entList {
    padding: 0px 20px 30px 0px;
    color: rgba(0,0,0,0.6);
}

.entSpan {
    font-weight: 100;
    font-size: 15px;
    color: #717171;
}

.entSrc {
    text-transform: uppercase;
    font-size: 12px;
    color: rgba(0,0,0,0.6);
}


.spinner {
    width: 35px;
    height: 35px;
    position: relative;
    top: -56px;
    left: 11px;
    background-color: #000;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

.log2 {
    background-image: url('../images/VineLogo2.png');
    background-repeat: no-repeat;
    width: 263px;
    height: 116px;
    position: relative;
    top: -198px;
    left: -19px;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

.roundedbtn {
    padding: 5px 15px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border-radius: 20px;
    border: #e1e1e1 1px solid;
    font-size: 17px;
}



.buttonli {
    padding: 5px 15px;
    display: inline-block;
    text-decoration: none;
    color: #2962FF;
    border-radius: 20px;
    border: #e1e1e1 1px solid;
}

    .buttonli:hover {
        background-color: #f1f1f1;
        text-decoration: none;
    }


.dttab {
    width: 33%;
    font-size: 15px !important;
    padding-top: 25px;
    padding-right: 30px;
    font-family: 'Product Sans' !important;
}

.dttabcent {
    width: 100%;
    font-size: 15px;
    padding-top: 25px;
    padding-right: 30px;
}

.dttabfourths {
    width: 75%;
    font-size: 16px;
    padding-top: 25px;
    padding-right: 30px;
}

.dttabqrtr {
    width: 25%;
    font-size: 16px;
    padding-top: 25px;
    padding-right: 30px;
    color: #b3b3b2;
}

.prntdright {
    width: 75%;
    font-size: 14px !important;
    padding-top: 25px;
    padding-right: 30px;
    font-family: 'Product Sans', sans-serif !important;
}

.prntdleft {
    width: 25%;
    font-size: 14px;
    padding-top: 25px;
    padding-right: 30px;
    color: rgba(0,0,0,0.6);
}


.prntdleftqrtr {
    width: 25%;
    font-size: 14px;
    padding-top: 25px;
    padding-right: 30px;
    color: rgba(0,0,0,0.6);
    border-bottom: 1px rgba(0,0,0,0.3) dotted;
}

.prntdrightqrtr {
    font-size: 14px;
    padding-right: 20px;
    vertical-align: middle;
    border-bottom: 1px rgba(0,0,0,0.2) dotted;
    height: 60px;
}

.vStatusBlack {
    color: rgba(0,0,0,0.5);
    padding: 5px 5px 25px 0px;
    text-align: center;
    float: left;
}



.vStatusGreen {
    color: #03a152;
    padding: 5px 5px 25px 0px;
    text-align: center;
    float: left;
}


.vStatusYellow {
    color: #f65a5a;
    padding: 5px 5px 25px 0px;
    text-align: center;
    float: left;
}


.apTable {
    font-size: 14px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 30px;
}

.apTableBorder {
    font-size: 14px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 30px;
    border-bottom: 1px rgba(0,0,0,0.3) dotted
}



.apTableH {
    font-size: 12px;
    padding-top: 25px;
    padding-right: 30px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}


.prntdTH {
    width: 25%;
    font-size: 12px;
    padding-right: 0px;
    color: #000;
    font-weight: bold;
}




.divtab {
    font-size: 13px;
    color: rgba(0,0,0,0.7);
    text-transform: uppercase;
    padding-bottom: 5px;
}

.spanext {
    border: 1px #d9d9d9 solid;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: middle;
    margin-left: 10px;
    padding-right: 5px;
    padding-left: 5px;
    color: rgb(0, 0, 0,0.4);
    padding-top: 3px;
    padding-bottom: 2px;
    border-radius: 20px;
    text-transform: uppercase;
}

.spanext1 {
    border: 1px #cfcfcf solid;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: middle;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 10px;
    color: #000;
    padding-top: 3px;
    padding-bottom: 2px;
    border-radius: 20px;
    text-transform: uppercase;
}


.spanextbk {
    border: 1px #000 solid;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: middle;
    margin-left: 10px;
    padding-right: 5px;
    padding-left: 5px;
    color: #fff;
    padding-top: 2px;
    padding-bottom: 1px;
    border-radius: 20px;
    text-transform: uppercase;
    background-color: #000;
}



#donate label {
    float: left;
    margin: 10px;
    border-radius: 40px;
    color: #888888;
    font-size: 16px;
    background-color: #f1f1f1;
    cursor: pointer;
}

    #donate label span {
        text-align: center;
        padding: 8px 15px 8px 15px;
        display: block;
    }

    #donate label input {
        position: absolute;
        top: -20px;
    }

#donate input:checked + span {
    background-color: #2962FF;
    color: white;
    border-radius: 40px;
}


.editTxt {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 10px 20px;
    border: 0 !important;
    border-bottom: 3px solid #2962FF !important;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: rgba(255,255,255,1);
    text-shadow: 1px 1px 0 rgba(255,255,255,0.66);
}


    .editTxt:focus {
        outline: none;
    }

.jugaad {
    display: flex;
}


.help {
    color: orange;
    font-size: 13px;
    display: none;
}


.helpshow {
    color: orange;
    font-size: 13px;
}



/*check box changes*/


#ck-button {
    margin: 4px;
    background-color: #fff;
    border-radius: 40px;
    border: 1px solid #f1f1f1;
    overflow: auto;
    float: left;
    color: rgba(0,0,0,0.6);
}

    #ck-button:hover {
        background: #f1f1f1;
        color: rgba(0,0,0,0.6);
    }

    #ck-button label {
        float: right;
        width: 88px;
    }

        #ck-button label span {
            text-align: center;
            padding: 3px 0px;
            display: block;
        }

        #ck-button label input {
            position: absolute;
            top: -20px;
        }

    #ck-button input:checked + span {
        background-color: #2962FF;
        color: #fff;
    }






.icon-0:before {
    content: ":";
}

.icon-1:before {
    content: "p";
}

.icon-2:before {
    content: "S";
}

.icon-3:before {
    content: "Q";
}

.icon-4:before {
    content: "S";
}

.icon-5:before {
    content: "W";
}

.icon-6:before {
    content: "W";
}

.icon-7:before {
    content: "W";
}

.icon-8:before {
    content: "W";
}

.icon-9:before {
    content: "I";
}

.icon-10:before {
    content: "W";
}

.icon-11:before {
    content: "I";
}

.icon-12:before {
    content: "I";
}

.icon-13:before {
    content: "I";
}

.icon-14:before {
    content: "I";
}

.icon-15:before {
    content: "W";
}

.icon-16:before {
    content: "I";
}

.icon-17:before {
    content: "W";
}

.icon-18:before {
    content: "U";
}

.icon-19:before {
    content: "Z";
}

.icon-20:before {
    content: "Z";
}

.icon-21:before {
    content: "Z";
}

.icon-22:before {
    content: "Z";
}

.icon-23:before {
    content: "Z";
}

.icon-24:before {
    content: "E";
}

.icon-25:before {
    content: "E";
}

.icon-26:before {
    content: "3";
}

.icon-27:before {
    content: "a";
}

.icon-28:before {
    content: "A";
}

.icon-29:before {
    content: "a";
}

.icon-30:before {
    content: "A";
}

.icon-31:before {
    content: "6";
}

.icon-32:before {
    content: "1";
}

.icon-33:before {
    content: "6";
}

.icon-34:before {
    content: "1";
}

.icon-35:before {
    content: "W";
}

.icon-36:before {
    content: "1";
}

.icon-37:before {
    content: "S";
}

.icon-38:before {
    content: "S";
}

.icon-39:before {
    content: "S";
}

.icon-40:before {
    content: "M";
}

.icon-41:before {
    content: "W";
}

.icon-42:before {
    content: "I";
}

.icon-43:before {
    content: "W";
}

.icon-44:before {
    content: "a";
}

.icon-45:before {
    content: "S";
}

.icon-46:before {
    content: "U";
}

.icon-47:before {
    content: "S";
}


/* Print css */


.page {
    background: white;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5cm;
    padding: 50px 40px 50px 50px;
    border: rgba(0,0,0,0.06) 1px solid;
    border-radius: 10px;
}

    .page[size="A4"] {
        width: 21cm;
        height: 29.7cm;
    }


    .page h1 {
        font-size: 22px !important;
        font-weight: bold;
        color: #000;
        font-family: 'Product Sans', sans-serif !important;
        padding-bottom: 10px;
        padding-left: 6px;
    }

    .page h2 {
        font-size: 14px !important;
        color: #000;
        font-family: 'Product Sans', sans-serif !important;
        padding-left: 8px;
    }

.subheader2 {
    padding-left: 8px;
    color: rgba(0, 0, 0, 0.4);
    padding-bottom: 15px;
}



.prntbtn {
    color: #000 !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px !important;
    font-family: 'Product Sans', sans-serif !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
    border-radius: 40px;
    position: relative;
    z-index: 0;
    margin-left: 0px !important;
}

.prndiv {
    margin-top: 50px;
}

.pagebreak {
    page-break-after: always;
}

.prndiv h1 {
    font-size: 19px !important;
    color: #000;
    font-family: 'Product Sans', sans-serif !important;
}



@media print {

    @page {
        margin: 0.5cm;
    }

    body {
        margin: 0.6cm;
    }


    div {
        page-break-inside: avoid;
        padding-top: 5px;
        padding-bottom: 3px;
        display: block;
    }

    h1 {
        margin-top: 50%;
        font-family: 'Product Sans', sans-serif !important;
        font-size: 36px !important;
        font-weight: bold;
        color: #000;
    }

    h2 {
        font-family: 'Product Sans', sans-serif !important;
        font-size: 17px !important;
    }




    table {
        page-break-inside: auto
    }

    tr {
        page-break-inside: avoid;
        page-break-after: auto
    }

    thead {
        display: table-header-group
    }

    tfoot {
        display: table-footer-group
    }

    .no-print, .no-print * {
        display: none !important;
    }
}


/* Deanne Changes */


@charset "UTF-8";
/* CSS Document */



/* ----------- Non-Retina Screens ----------- */
@media screen and (min-device-width: 768px) and (max-device-width: 1000px) and (-webkit-min-device-pixel-ratio: 1) {
}

}

@media screen and (min-device-width: 1001px) and (max-device-width: 1680px) and (-webkit-min-device-pixel-ratio: 1) {
}

@media screen and (min-device-width: 1680px) and (max-device-width: 1920px) and (-webkit-min-device-pixel-ratio: 1) {
}


/* ----------- Retina Screens ----------- */
@media screen and (min-device-width: 768px) and (max-device-width: 1000px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
}

@media screen and (min-device-width: 1001px) and (max-device-width: 1680px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
}

@media screen and (min-device-width: 1680px) and (max-device-width: 1920px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
}








@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    .card-box h1,
    .md-content h1 {
        font-size: 28px !important;
        font-weight: bold;
        letter-spacing: -0.04em;
    }
}

@supports (-ms-ime-align:auto) {
    .card-box h1 {
        font-size: 28px !important;
        font-weight: bold;
        letter-spacing: -0.04em;
    }
}




@media (prefers-color-scheme: dark) {

    body {
        background-color: black;
        color: #fff;
    }

    /*.reporttext {
        color: #fff !important;
    }*/

    .mom-header .main-nav-out ul li a {
        color: inherit;
    }

    .card-box-compact {
        background: #131313 !important;
        color: #fff !important;
    }

    .card-box {
        background: #131313;
        color: #fff !important;
    }

    .switch-field input:checked + label {
        background-color: #ff5500 !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #fff !important;
    }

    .videoBox {
        border: 1px solid rgb(242,242,242,0.3) !important;
    }

    .videoBoxIcon {
        color: #fff !important;
        font-size: 28px;
    }

    .docpreviewimg {
        box-shadow: 0px 0px 0px 0px #f1f1f1 !important
    }

    .annoucementchip {
        background-color: #282828;
    }

    .card-box h1, .card-box h2, .card-box h3, .card-box h4, .md-content h1, .md-content h2, .md-content h3, .md-content h4 {
        color: #fff;
    }

    a:hover {
        color: #fff;
        text-decoration: none;
        transition: all ease-in-out 0.4s;
    }

    .link-btn:hover, .link-btn:focus, .link-btn:active {
        border: rgba(256,256,256, 0.1) 1px solid !important
    }

    .seaIconPosition {
        color: rgba(256,256,256, 0.5);
    }


    .page {
        background: #1b1b1b;
        display: block;
        margin: 0 auto;
        margin-bottom: 0.5cm;
        padding: 50px 40px 50px 50px;
        border: rgba(0,0,0,0.06) 1px solid;
        border-radius: 10px;
    }

    .page-c-faq ul li .acc-container ul li {
        color: #fff;
    }



    .page h1 {
        font-size: 22px !important;
        font-weight: bold;
        color: #fff;
        font-family: 'Product Sans', sans-serif !important;
        padding-bottom: 10px;
        padding-left: 6px;
    }

    .divtab {
        color: rgba(256,256,256, 0.5);
    }

    .docHeader {
        color: rgba(256,256,256, 0.9);
    }

    .POmetadataTD {
        color: rgba(256,256,256, 0.5);
    }


    .poButton {
        border-bottom: 1px rgba(256,256,256, 0.1) solid;
    }

    .videoBox {
        height: 150px;
        width: 100px;
        border-radius: 10px;
        padding: 18px;
        font-size: 16px;
        float: left;
        margin-right: 20px;
        border: 1px solid #f2f2f2;
    }


    .docmetadataTD {
        border-bottom: 1px rgba(256,256,256, 0.1) solid;
        color: rgba(256,256,256, 0.4);
    }

    .switch-field label {
        background-color: rgba(256, 256, 256, 0.4) !important;
        color: rgba(256, 256, 256, 0.5);
    }

    .reportimg {
        filter: invert(1);
        background-color: transparent !important;
        /*color: rgba(255,255,255,0.2);*/
    }

    .dt {
        color: rgba(256,256,256, 0.3);
    }

    .spanext {
        color: rgba(256,256,256, 0.3);
        border: 1px rgba(256,256,256, 0.1) solid;
    }

    .docCount {
        color: rgba(256,256,256, 0.4);
    }

    [data-tooltip]:before {
        background-color: #343434;
        color: rgba(256,256,256, 0.7);
        border: 1px #1b1b1b solid;
    }

    .vStatusBlack {
        color: rgba(256,256,256, 0.3);
    }



    .subheader2 {
        color: rgba(256,256,256, 0.4);
    }

    .page h2 {
        color: rgba(256,256,256, 0.5);
    }

    .mom-header h1 {
        color: #fff;
    }

    .mom-header .logo-left .user-name {
        color: rgba(256,256,256, 0.5);
    }

    .div-scrollable {
        background-color: #212121;
        border: 1px rgba(256,256,256, 0.1) solid;
    }


    .apppopupbackground {
        background-color: #1b1b1b;
    }

    .subheaderhelp {
        background-color: #282828;
        color: rgba(256,256,256, 0.5);
    }

    .docDatasource {
        color: rgba(255,255,255,0.7);
    }

    .reportH1 {
        filter: invert(1);
    }

    .reportimg {
        filter: invert(1);
    }

    .whatsnewtd {
        border: 1px rgba(256,256,256, 0.1) solid;
    }


    ::-webkit-scrollbar-thumb {
        background: rgba(256,256,256, 0.2);
    }

    .docLinkTD {
        color: rgba(256,256,256, 0.8);
    }


    .page-c-faq ul li .acc-container {
        background: transparent;
        color: #fff;
    }

        .page-c-faq ul li .acc-container ul li {
            border-bottom: 1px rgba(256,256,256, 0.1) solid;
        }


    .page-c-faq ul li .acc-heading a:hover {
        background: rgba(256,256,256, 0.1);
        color: #fff;
    }


    .page-c-faq ul li .acc-heading a {
        color: rgba(256,256,256, 0.7);
    }


    .resultstatuscss {
        color: #999;
        background-color: #000000;
        padding-left: 25px;
    }


    .nmreg {
        color: rgba(256,256,256, 0.3);
    }

    .apppopupcontainer h1 {
        color: #fff;
    }

    .prntdTH {
        color: rgba(256,256,256, 0.3);
    }

    .prntdrightqrtr {
        border-bottom: 1px rgba(256,256,256, 0.1) dotted;
    }

    .switch-field label {
        display: inline-block;
        background-color: #555 !important;
        color: rgba(255, 255, 255, 0.9) !important;
        font-size: 15px;
        font-weight: normal;
        text-align: center;
        text-shadow: none;
        padding: 6px 14px;
        border: 1px solid rgba(124, 124, 124, 0.1);
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

    .columnwithbackgroundNegativeMargin {
        color: #fff !important;
        padding: 10px;
        padding-left: 20px;
        background-color: rgb(40 40 40) !important;
        border-radius: 8px;
        margin-top: -10px;
        margin-right: 22px;
        font-weight: bold;
    }

    .printReportbutton {
        color: #fff !important;
    }

    #return-to-top {
    }

    .columnwithbackground {
        color: #fff !important;
    }

    .loader {
        background-color: rgba(256,256,256, 0.7);
    }


    input[type=button], input[type=reset], input[type=submit], button {
        background-color: #212121;
        color: #fff !important;
    }

    .logo {
        filter: invert(0.5);
    }

    .prntbtn {
        color: rgba(256,256,256, 0.8) !important;
    }

    input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover, button:hover {
        border-color: rgba(256,256,256, 0.2);
        background-color: rgba(256,256,256, 0.3);
    }

    .EditableCardDiv {
        background-color: transparent;
        border: 1px rgba(256,256,256, 0.2) solid;
    }

    input[type=password], input[type=text], input[type=file], input:not([type]), select, textarea, .sp-peoplepicker-topLevel, .sp-peoplepicker-topLevelDisabled, .sp-peoplepicker-autoFillContainer, .ms-inputBox {
        background-color: rgb(40, 40, 40);
        color: rgba(256,256,256, 0.5);
    }


    input[type=password], input[type=text], input[type=file], input:not([type]), select, textarea, .sp-peoplepicker-topLevel, .sp-peoplepicker-topLevelDisabled, .sp-peoplepicker-autoFillContainer, .ms-inputBox {
        border: 1px rgba(256,256,256, 0.1) solid
    }
}



/* IE10+ CSS styles go here */

/* radio buttons */


.switch-field {
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}

.switch-title {
    margin-bottom: 6px;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    float: left;
}

.switch-field label {
    display: inline-block;
    background-color: #f7f7f7;
    color: rgba(0, 0, 0, 0.6);
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    text-shadow: none;
    padding: 6px 14px;
    border: 1px solid rgba(124, 124, 124, 0.1);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    .switch-field label:hover {
        cursor: pointer;
    }

.switch-field input:checked + label {
    background-color: rgb(255, 102, 0,0.2);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ff5500;
}

.switch-field label:first-of-type {
    border-radius: 5px 0 0 5px;
}

.switch-field label:last-of-type {
    border-radius: 0 5px 5px 0;
}




/**** slider ****/

#slider, ul {
}

#slider {
    background-color: #fff;
    margin: auto;
    overflow: hidden;
    padding: 20px;
    border-radius: 12px;
    position: relative;
    width: 600px;
    min-height: 250px;
    -webkit-box-shadow: 0px 1px 18px 1px rgba(0,0,0,0.05);
    box-shadow: 0px 1px 18px 1px rgba(0,0,0,0.05);
}

    #slider li {
        float: left;
        width: 600px;
        display: inline-block;
        height: 200px;
    }

    #slider ul {
        list-style: none;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 9000px;
        transition: left .3s linear;
        -moz-transition: left .3s linear;
        -o-transition: left .3s linear;
        -webkit-transition: left .3s linear;
        margin-left: -25px;
        font-family: 'Product Sans', sans-serif;
        color: #000;
    }

/*** Content ***/

.slider-container {
    margin: 0 auto;
    padding: 0;
    width: 550px;
    min-height: 250px;
    font-family: 'Product Sans', sans-serif;
}

    .slider-container h4 {
        color: #000;
        font-family: 'Product Sans', sans-serif;
        font-weight: bold;
        font-size: 22px !important;
        padding-top: 15px;
    }

    .slider-container p {
        margin: 10px 25px;
        font-weight: semi-bold;
        line-height: 150%;
        text-align: justify;
        font-size: 15px;
    }

.link-btn-icon {
    vertical-align: top;
    font-size: 18px !important;
    margin-left: 5px;
}


.columnwithbackground {
    color: #000;
    padding: 10px;
    padding-left: 20px;
    background-color: rgb(255, 101, 2,0.09);
    border-radius: 8px;
    margin: 10px;
    margin-right: 50px;
    margin-top: 30px;
}

.columnwithbackgroundNegativeMargin {
    color: #000;
    padding: 10px;
    padding-left: 20px;
    background-color: rgb(255, 101, 2,0.09);
    border-radius: 8px;
    margin-top: -10px;
    margin-right: 22px;
    font-weight: bold;
}

.printReportbutton {
    color: #000;
    padding: 10px;
    padding-left: 15px;
    border-radius: 30px;
    margin-top: -15px;
    margin-right: 22px;
    font-weight: bold;
    border: 1px #c2c2c2 dashed;
}

/*** target hooks ****/

@-webkit-keyframes slide-animation {
    0% {
        opacity: 0;
    }

    2% {
        opacity: 1;
    }

    20% {
        left: 0px;
        opacity: 1;
    }

    22.5% {
        opacity: 0.6;
    }

    25% {
        left: -600px;
        opacity: 1;
    }

    45% {
        left: -600px;
        opacity: 1;
    }

    47.5% {
        opacity: 0.6;
    }

    50% {
        left: -1200px;
        opacity: 1;
    }

    70% {
        left: -1200px;
        opacity: 1;
    }

    72.5% {
        opacity: 0.6;
    }

    75% {
        left: -1800px;
        opacity: 1;
    }

    95% {
        opacity: 1;
    }

    98% {
        left: -1800px;
        opacity: 0;
    }

    100% {
        left: 0px;
        opacity: 0;
    }
}

#slider ul {
    -webkit-animation: slide-animation 15s infinite;
    cursor: pointer;
}

    /* use to paused the content on mouse over */

    #slider ul:hover {
        -moz-animation-play-state: paused;
        -webkit-animation-play-state: paused;
    }





#return-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 2px solid #ff7500;
}

    #return-to-top i {
        color: #ff7500;
        margin: 0;
        position: relative;
        left: 8px;
        top: 8px;
        font-size: 19px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #return-to-top:hover {
        background: #ff7500;
    }

        #return-to-top:hover i {
            color: #fff;
            top: 5px;
        }

.docpreviewimg {
    margin-left: 20px;
    width: 120px;
    border-radius: 4px;
    box-shadow: 0px 0px 14px 0px #f1f1f1;
}

    .docpreviewimg:hover {
        transform: scale(4);
        transition: all .5s;
    }

.txtjustufify {
    text-align: justify;
}



.imgTD {
    width: 20%
}

.padtop {
    padding-top: 10px;
}

.iconnav {
    vertical-align: top;
    margin-right: 2px;
    font-size: 18px !important;
}



.uisearchfiltericon {
    margin-top: -4px;
    left: -35px;
    position: relative;
    top: 7px;
    color: #999;
}

.uisearchfilter {
    width: 60%;
    height: 20px;
    padding-left: 23px;
    background-color: rgba(144, 144, 144, 0.08);
    border-radius: 5px;
}

.paddingbottom_20 {
    padding-bottom: 20px;
}

.reporticon {
    position: relative;
    /* bottom: 4px; */
    top: 6px;
    padding-left: 5px;
    line-height: 0 !important;
}

.color999999 {
    color: #999999;
}

.videoBox {
    height: 150px;
    width: 100px;
    border-radius: 10px;
    padding: 18px;
    font-size: 16px;
    float: left;
    margin-right: 20px;
    border: 1px solid #f2f2f2;
}

.videoBoxIcon {
    color: #000;
    font-size: 28px;
}

/***Lookup BOx*/

.sugesstionbox {
    color: #999999;
}

.uiprocessmask {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: #eceaea;
    background-image: url('../images/ajax-loader.gif');
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10000000;
    opacity: 0.4;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
